@gooddata/api-client-tiger 11.52.0-alpha.6 → 11.52.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -393,8 +393,8 @@ export async function AILakeApiAxiosParamCreator_GetAiLakeServiceStatus(serviceI
393
393
  * (BETA) Returns data source associations for the specified AI Lake database instance.
394
394
  * @summary (BETA) List data sources of an AILake Database instance
395
395
  * @param {string} instanceId Database instance identifier. Accepts the database name (preferred) or UUID.
396
- * @param {string} [page] Zero-based page number.
397
- * @param {string} [size] Number of items per page.
396
+ * @param {number} [page] Zero-based page number.
397
+ * @param {number} [size] Number of items per page.
398
398
  * @param {Array<string>} [metaInclude]
399
399
  * @param {*} [options] Override http request option.
400
400
  * @param {Configuration} [configuration] Optional configuration.
@@ -439,8 +439,8 @@ export async function AILakeApiAxiosParamCreator_ListAiLakeDatabaseDataSources(i
439
439
  /**
440
440
  * (BETA) Lists database instances in the organization\'s AI Lake.
441
441
  * @summary (BETA) List AI Lake Database instances
442
- * @param {string} [page] Zero-based page number.
443
- * @param {string} [size] Number of items per page.
442
+ * @param {number} [page] Zero-based page number.
443
+ * @param {number} [size] Number of items per page.
444
444
  * @param {Array<string>} [metaInclude]
445
445
  * @param {*} [options] Override http request option.
446
446
  * @param {Configuration} [configuration] Optional configuration.
@@ -482,8 +482,8 @@ export async function AILakeApiAxiosParamCreator_ListAiLakeDatabaseInstances(pag
482
482
  /**
483
483
  * (BETA) Lists ObjectStorages registered for the organization. Use the returned `name` as `sourceStorageName` in CreatePipeTable, or pass `storageId` to the ProvisionDatabase `storageIds` list. Provider credentials are stripped — only safe descriptors (id, name, type, bucket, region, endpoint, …) are returned.
484
484
  * @summary (BETA) List registered AI Lake ObjectStorages
485
- * @param {string} [page] Zero-based page number.
486
- * @param {string} [size] Number of items per page.
485
+ * @param {number} [page] Zero-based page number.
486
+ * @param {number} [size] Number of items per page.
487
487
  * @param {Array<string>} [metaInclude]
488
488
  * @param {*} [options] Override http request option.
489
489
  * @param {Configuration} [configuration] Optional configuration.
@@ -526,8 +526,8 @@ export async function AILakeApiAxiosParamCreator_ListAiLakeObjectStorages(page,
526
526
  * (BETA) Lists active pipe tables in the given AI Lake database instance.
527
527
  * @summary (BETA) List AI Lake pipe tables
528
528
  * @param {string} instanceId Database instance identifier. Accepts the database name (preferred) or UUID.
529
- * @param {string} [page] Zero-based page number.
530
- * @param {string} [size] Number of items per page.
529
+ * @param {number} [page] Zero-based page number.
530
+ * @param {number} [size] Number of items per page.
531
531
  * @param {Array<string>} [metaInclude]
532
532
  * @param {*} [options] Override http request option.
533
533
  * @param {Configuration} [configuration] Optional configuration.
@@ -572,8 +572,8 @@ export async function AILakeApiAxiosParamCreator_ListAiLakePipeTables(instanceId
572
572
  /**
573
573
  * (BETA) Lists services configured for the organization\'s AI Lake. Returns only non-sensitive fields (id, name).
574
574
  * @summary (BETA) List AI Lake services
575
- * @param {string} [page] Zero-based page number.
576
- * @param {string} [size] Number of items per page.
575
+ * @param {number} [page] Zero-based page number.
576
+ * @param {number} [size] Number of items per page.
577
577
  * @param {Array<string>} [metaInclude]
578
578
  * @param {*} [options] Override http request option.
579
579
  * @param {Configuration} [configuration] Optional configuration.
@@ -1497,8 +1497,8 @@ export async function AILakeDatabasesApiAxiosParamCreator_GetAiLakeDatabaseInsta
1497
1497
  * (BETA) Returns data source associations for the specified AI Lake database instance.
1498
1498
  * @summary (BETA) List data sources of an AILake Database instance
1499
1499
  * @param {string} instanceId Database instance identifier. Accepts the database name (preferred) or UUID.
1500
- * @param {string} [page] Zero-based page number.
1501
- * @param {string} [size] Number of items per page.
1500
+ * @param {number} [page] Zero-based page number.
1501
+ * @param {number} [size] Number of items per page.
1502
1502
  * @param {Array<string>} [metaInclude]
1503
1503
  * @param {*} [options] Override http request option.
1504
1504
  * @param {Configuration} [configuration] Optional configuration.
@@ -1543,8 +1543,8 @@ export async function AILakeDatabasesApiAxiosParamCreator_ListAiLakeDatabaseData
1543
1543
  /**
1544
1544
  * (BETA) Lists database instances in the organization\'s AI Lake.
1545
1545
  * @summary (BETA) List AI Lake Database instances
1546
- * @param {string} [page] Zero-based page number.
1547
- * @param {string} [size] Number of items per page.
1546
+ * @param {number} [page] Zero-based page number.
1547
+ * @param {number} [size] Number of items per page.
1548
1548
  * @param {Array<string>} [metaInclude]
1549
1549
  * @param {*} [options] Override http request option.
1550
1550
  * @param {Configuration} [configuration] Optional configuration.
@@ -1586,8 +1586,8 @@ export async function AILakeDatabasesApiAxiosParamCreator_ListAiLakeDatabaseInst
1586
1586
  /**
1587
1587
  * (BETA) Lists ObjectStorages registered for the organization. Use the returned `name` as `sourceStorageName` in CreatePipeTable, or pass `storageId` to the ProvisionDatabase `storageIds` list. Provider credentials are stripped — only safe descriptors (id, name, type, bucket, region, endpoint, …) are returned.
1588
1588
  * @summary (BETA) List registered AI Lake ObjectStorages
1589
- * @param {string} [page] Zero-based page number.
1590
- * @param {string} [size] Number of items per page.
1589
+ * @param {number} [page] Zero-based page number.
1590
+ * @param {number} [size] Number of items per page.
1591
1591
  * @param {Array<string>} [metaInclude]
1592
1592
  * @param {*} [options] Override http request option.
1593
1593
  * @param {Configuration} [configuration] Optional configuration.
@@ -2201,8 +2201,8 @@ export async function AILakePipeTablesApiAxiosParamCreator_GetAiLakePipeTable(in
2201
2201
  * (BETA) Lists active pipe tables in the given AI Lake database instance.
2202
2202
  * @summary (BETA) List AI Lake pipe tables
2203
2203
  * @param {string} instanceId Database instance identifier. Accepts the database name (preferred) or UUID.
2204
- * @param {string} [page] Zero-based page number.
2205
- * @param {string} [size] Number of items per page.
2204
+ * @param {number} [page] Zero-based page number.
2205
+ * @param {number} [size] Number of items per page.
2206
2206
  * @param {Array<string>} [metaInclude]
2207
2207
  * @param {*} [options] Override http request option.
2208
2208
  * @param {Configuration} [configuration] Optional configuration.
@@ -2539,8 +2539,8 @@ export async function AILakeServicesOperationsApiAxiosParamCreator_GetAiLakeServ
2539
2539
  /**
2540
2540
  * (BETA) Lists services configured for the organization\'s AI Lake. Returns only non-sensitive fields (id, name).
2541
2541
  * @summary (BETA) List AI Lake services
2542
- * @param {string} [page] Zero-based page number.
2543
- * @param {string} [size] Number of items per page.
2542
+ * @param {number} [page] Zero-based page number.
2543
+ * @param {number} [size] Number of items per page.
2544
2544
  * @param {Array<string>} [metaInclude]
2545
2545
  * @param {*} [options] Override http request option.
2546
2546
  * @param {Configuration} [configuration] Optional configuration.