You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
3
3
/**
4
-
* Property by which to sort the list of authentication resources.
4
+
* Property by which to sort the list of authentications.
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
3
3
/**
4
-
* Property by which to sort the list.
4
+
* Property by which to sort the list of transformations.
@@ -1313,6 +1317,7 @@ export function createIngestionClient({
1313
1317
if(type!==undefined){
1314
1318
queryParameters.type=type.toString();
1315
1319
}
1320
+
1316
1321
if(sort!==undefined){
1317
1322
queryParameters.sort=sort.toString();
1318
1323
}
@@ -1369,7 +1374,6 @@ export function createIngestionClient({
1369
1374
if(page!==undefined){
1370
1375
queryParameters.page=page.toString();
1371
1376
}
1372
-
1373
1377
if(status!==undefined){
1374
1378
queryParameters.status=status.toString();
1375
1379
}
@@ -1382,7 +1386,6 @@ export function createIngestionClient({
1382
1386
if(sort!==undefined){
1383
1387
queryParameters.sort=sort.toString();
1384
1388
}
1385
-
1386
1389
if(order!==undefined){
1387
1390
queryParameters.order=order.toString();
1388
1391
}
@@ -1415,7 +1418,7 @@ export function createIngestionClient({
1415
1418
* @param listSources.itemsPerPage - Number of items per page.
1416
1419
* @param listSources.page - Page number of the paginated API response.
1417
1420
* @param listSources.type - Source type. Some sources require authentication.
1418
-
* @param listSources.authenticationID - Authentication IDs of the sources to retrieve. \'none\' returns sources that doesn\'t have an authentication resource.
1421
+
* @param listSources.authenticationID - Authentication IDs of the sources to retrieve. \'none\' returns sources that doesn\'t have an authentication.
1419
1422
* @param listSources.sort - Property by which to sort the list of sources.
1420
1423
* @param listSources.order - Sort order of the response, ascending or descending.
1421
1424
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -1433,7 +1436,6 @@ export function createIngestionClient({
1433
1436
if(page!==undefined){
1434
1437
queryParameters.page=page.toString();
1435
1438
}
1436
-
1437
1439
if(type!==undefined){
1438
1440
queryParameters.type=type.toString();
1439
1441
}
@@ -1443,6 +1445,7 @@ export function createIngestionClient({
1443
1445
if(sort!==undefined){
1444
1446
queryParameters.sort=sort.toString();
1445
1447
}
1448
+
1446
1449
if(order!==undefined){
1447
1450
queryParameters.order=order.toString();
1448
1451
}
@@ -1493,22 +1496,24 @@ export function createIngestionClient({
0 commit comments