@gooddata/api-client-tiger 11.23.0-alpha.0 → 11.23.0-alpha.2
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.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +887 -812
- package/esm/endpoints/actions/index.d.ts +1 -1
- package/esm/endpoints/actions/index.d.ts.map +1 -1
- package/esm/endpoints/actions/index.js +1 -1
- package/esm/endpoints/actions/index.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +117 -1
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +55 -0
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +748 -748
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/result-json-api/api.d.ts +14 -14
- package/esm/generated/result-json-api/api.js +10 -10
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js.map +1 -1
- package/package.json +5 -5
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { ActionsApi_ManageOrganizationPermissions, type ActionsApiManageOrganizationPermissionsRequest, ActionsApi_WorkspaceResolveAllSettings, type ActionsApiWorkspaceResolveAllSettingsRequest, ActionsApi_ResolveAllEntitlements, ActionsApi_ResolveAllSettingsWithoutWorkspace, ActionsApi_DeleteWorkspaceAutomations, type ActionsApiDeleteWorkspaceAutomationsRequest, ActionsApi_PauseWorkspaceAutomations, type ActionsApiPauseWorkspaceAutomationsRequest, ActionsApi_UnpauseWorkspaceAutomations, type ActionsApiUnpauseWorkspaceAutomationsRequest, ActionsApi_UnsubscribeAutomation, type ActionsApiUnsubscribeAutomationRequest, ActionsApi_UnsubscribeSelectedWorkspaceAutomations, type ActionsApiUnsubscribeSelectedWorkspaceAutomationsRequest, ActionsApi_InheritedEntityPrefixes, type ActionsApiInheritedEntityPrefixesRequest, ActionsApi_MetadataSync, type ActionsApiMetadataSyncRequest, ActionsApi_ListWorkspaceUsers, type ActionsApiListWorkspaceUsersRequest, ActionsApi_RegisterUploadNotification, type ActionsApiRegisterUploadNotificationRequest, ActionsApi_DeleteOrganizationAutomations, type ActionsApiDeleteOrganizationAutomationsRequest, ActionsApi_PauseOrganizationAutomations, type ActionsApiPauseOrganizationAutomationsRequest, ActionsApi_UnpauseOrganizationAutomations, type ActionsApiUnpauseOrganizationAutomationsRequest, ActionsApi_UnsubscribeOrganizationAutomations, type ActionsApiUnsubscribeOrganizationAutomationsRequest, ActionsApi_GetDependentEntitiesGraph, type ActionsApiGetDependentEntitiesGraphRequest, ActionsApi_GetDependentEntitiesGraphFromEntryPoints, type ActionsApiGetDependentEntitiesGraphFromEntryPointsRequest, ActionsApi_AllPlatformUsage, ActionsApi_ParticularPlatformUsage, type ActionsApiParticularPlatformUsageRequest, ActionsApi_GenerateLogicalModel, type ActionsApiGenerateLogicalModelRequest, ActionsApi_CheckEntityOverrides, type ActionsApiCheckEntityOverridesRequest, ActionsApi_DashboardPermissions, type ActionsApiDashboardPermissionsRequest, ActionsApi_ManageDashboardPermissions, type ActionsApiManageDashboardPermissionsRequest, ActionsApi_AvailableAssignees, type ActionsApiAvailableAssigneesRequest, ActionsApi_WorkspaceResolveSettings, type ActionsApiWorkspaceResolveSettingsRequest, } from "../../generated/metadata-json-api/index.js";
|
|
1
|
+
export { ActionsApi_ManageOrganizationPermissions, type ActionsApiManageOrganizationPermissionsRequest, ActionsApi_WorkspaceResolveAllSettings, type ActionsApiWorkspaceResolveAllSettingsRequest, ActionsApi_ResolveAllEntitlements, ActionsApi_ResolveAllSettingsWithoutWorkspace, ActionsApi_DeleteWorkspaceAutomations, type ActionsApiDeleteWorkspaceAutomationsRequest, ActionsApi_PauseWorkspaceAutomations, type ActionsApiPauseWorkspaceAutomationsRequest, ActionsApi_UnpauseWorkspaceAutomations, type ActionsApiUnpauseWorkspaceAutomationsRequest, ActionsApi_UnsubscribeAutomation, type ActionsApiUnsubscribeAutomationRequest, ActionsApi_UnsubscribeSelectedWorkspaceAutomations, type ActionsApiUnsubscribeSelectedWorkspaceAutomationsRequest, ActionsApi_InheritedEntityPrefixes, type ActionsApiInheritedEntityPrefixesRequest, ActionsApi_MetadataSync, type ActionsApiMetadataSyncRequest, ActionsApi_ListWorkspaceUsers, type ActionsApiListWorkspaceUsersRequest, ActionsApi_RegisterUploadNotification, type ActionsApiRegisterUploadNotificationRequest, ActionsApi_DeleteOrganizationAutomations, type ActionsApiDeleteOrganizationAutomationsRequest, ActionsApi_PauseOrganizationAutomations, type ActionsApiPauseOrganizationAutomationsRequest, ActionsApi_UnpauseOrganizationAutomations, type ActionsApiUnpauseOrganizationAutomationsRequest, ActionsApi_UnsubscribeOrganizationAutomations, type ActionsApiUnsubscribeOrganizationAutomationsRequest, ActionsApi_GetDependentEntitiesGraph, type ActionsApiGetDependentEntitiesGraphRequest, ActionsApi_GetDependentEntitiesGraphFromEntryPoints, type ActionsApiGetDependentEntitiesGraphFromEntryPointsRequest, ActionsApi_AllPlatformUsage, ActionsApi_ParticularPlatformUsage, type ActionsApiParticularPlatformUsageRequest, ActionsApi_GenerateLogicalModel, type ActionsApiGenerateLogicalModelRequest, ActionsApi_CheckEntityOverrides, type ActionsApiCheckEntityOverridesRequest, ActionsApi_SetCertification, type ActionsApiSetCertificationRequest, ActionsApi_DashboardPermissions, type ActionsApiDashboardPermissionsRequest, ActionsApi_ManageDashboardPermissions, type ActionsApiManageDashboardPermissionsRequest, ActionsApi_AvailableAssignees, type ActionsApiAvailableAssigneesRequest, ActionsApi_WorkspaceResolveSettings, type ActionsApiWorkspaceResolveSettingsRequest, } from "../../generated/metadata-json-api/index.js";
|
|
2
2
|
export { ActionsApi_ResolveLlmEndpoints, ActionsApi_GenerateDescription, type ActionsApiGenerateDescriptionRequest, type ActionsApiResolveLlmEndpointsRequest, } from "../../generated/afm-rest-api/index.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/endpoints/actions/index.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,wCAAwC,EACxC,KAAK,8CAA8C,EACnD,sCAAsC,EACtC,KAAK,4CAA4C,EACjD,iCAAiC,EACjC,6CAA6C,EAC7C,qCAAqC,EACrC,KAAK,2CAA2C,EAChD,oCAAoC,EACpC,KAAK,0CAA0C,EAC/C,sCAAsC,EACtC,KAAK,4CAA4C,EACjD,gCAAgC,EAChC,KAAK,sCAAsC,EAC3C,kDAAkD,EAClD,KAAK,wDAAwD,EAC7D,kCAAkC,EAClC,KAAK,wCAAwC,EAC7C,uBAAuB,EACvB,KAAK,6BAA6B,EAClC,6BAA6B,EAC7B,KAAK,mCAAmC,EACxC,qCAAqC,EACrC,KAAK,2CAA2C,EAChD,wCAAwC,EACxC,KAAK,8CAA8C,EACnD,uCAAuC,EACvC,KAAK,6CAA6C,EAClD,yCAAyC,EACzC,KAAK,+CAA+C,EACpD,6CAA6C,EAC7C,KAAK,mDAAmD,EACxD,oCAAoC,EACpC,KAAK,0CAA0C,EAC/C,mDAAmD,EACnD,KAAK,yDAAyD,EAC9D,2BAA2B,EAC3B,kCAAkC,EAClC,KAAK,wCAAwC,EAC7C,+BAA+B,EAC/B,KAAK,qCAAqC,EAC1C,+BAA+B,EAC/B,KAAK,qCAAqC,EAC1C,+BAA+B,EAC/B,KAAK,qCAAqC,EAC1C,qCAAqC,EACrC,KAAK,2CAA2C,EAChD,6BAA6B,EAC7B,KAAK,mCAAmC,EACxC,mCAAmC,EACnC,KAAK,yCAAyC,GACjD,MAAM,4CAA4C,CAAC;AAGpD,OAAO,EACH,8BAA8B,EAC9B,8BAA8B,EAC9B,KAAK,oCAAoC,EACzC,KAAK,oCAAoC,GAC5C,MAAM,uCAAuC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/endpoints/actions/index.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,wCAAwC,EACxC,KAAK,8CAA8C,EACnD,sCAAsC,EACtC,KAAK,4CAA4C,EACjD,iCAAiC,EACjC,6CAA6C,EAC7C,qCAAqC,EACrC,KAAK,2CAA2C,EAChD,oCAAoC,EACpC,KAAK,0CAA0C,EAC/C,sCAAsC,EACtC,KAAK,4CAA4C,EACjD,gCAAgC,EAChC,KAAK,sCAAsC,EAC3C,kDAAkD,EAClD,KAAK,wDAAwD,EAC7D,kCAAkC,EAClC,KAAK,wCAAwC,EAC7C,uBAAuB,EACvB,KAAK,6BAA6B,EAClC,6BAA6B,EAC7B,KAAK,mCAAmC,EACxC,qCAAqC,EACrC,KAAK,2CAA2C,EAChD,wCAAwC,EACxC,KAAK,8CAA8C,EACnD,uCAAuC,EACvC,KAAK,6CAA6C,EAClD,yCAAyC,EACzC,KAAK,+CAA+C,EACpD,6CAA6C,EAC7C,KAAK,mDAAmD,EACxD,oCAAoC,EACpC,KAAK,0CAA0C,EAC/C,mDAAmD,EACnD,KAAK,yDAAyD,EAC9D,2BAA2B,EAC3B,kCAAkC,EAClC,KAAK,wCAAwC,EAC7C,+BAA+B,EAC/B,KAAK,qCAAqC,EAC1C,+BAA+B,EAC/B,KAAK,qCAAqC,EAC1C,2BAA2B,EAC3B,KAAK,iCAAiC,EACtC,+BAA+B,EAC/B,KAAK,qCAAqC,EAC1C,qCAAqC,EACrC,KAAK,2CAA2C,EAChD,6BAA6B,EAC7B,KAAK,mCAAmC,EACxC,mCAAmC,EACnC,KAAK,yCAAyC,GACjD,MAAM,4CAA4C,CAAC;AAGpD,OAAO,EACH,8BAA8B,EAC9B,8BAA8B,EAC9B,KAAK,oCAAoC,EACzC,KAAK,oCAAoC,GAC5C,MAAM,uCAAuC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// (C) 2025-2026 GoodData Corporation
|
|
2
2
|
/* oxlint-disable no-barrel-files/no-barrel-files */
|
|
3
3
|
// Actions API - Export commonly used ActionsApi functions
|
|
4
|
-
export { ActionsApi_ManageOrganizationPermissions, ActionsApi_WorkspaceResolveAllSettings, ActionsApi_ResolveAllEntitlements, ActionsApi_ResolveAllSettingsWithoutWorkspace, ActionsApi_DeleteWorkspaceAutomations, ActionsApi_PauseWorkspaceAutomations, ActionsApi_UnpauseWorkspaceAutomations, ActionsApi_UnsubscribeAutomation, ActionsApi_UnsubscribeSelectedWorkspaceAutomations, ActionsApi_InheritedEntityPrefixes, ActionsApi_MetadataSync, ActionsApi_ListWorkspaceUsers, ActionsApi_RegisterUploadNotification, ActionsApi_DeleteOrganizationAutomations, ActionsApi_PauseOrganizationAutomations, ActionsApi_UnpauseOrganizationAutomations, ActionsApi_UnsubscribeOrganizationAutomations, ActionsApi_GetDependentEntitiesGraph, ActionsApi_GetDependentEntitiesGraphFromEntryPoints, ActionsApi_AllPlatformUsage, ActionsApi_ParticularPlatformUsage, ActionsApi_GenerateLogicalModel, ActionsApi_CheckEntityOverrides, ActionsApi_DashboardPermissions, ActionsApi_ManageDashboardPermissions, ActionsApi_AvailableAssignees, ActionsApi_WorkspaceResolveSettings, } from "../../generated/metadata-json-api/index.js";
|
|
4
|
+
export { ActionsApi_ManageOrganizationPermissions, ActionsApi_WorkspaceResolveAllSettings, ActionsApi_ResolveAllEntitlements, ActionsApi_ResolveAllSettingsWithoutWorkspace, ActionsApi_DeleteWorkspaceAutomations, ActionsApi_PauseWorkspaceAutomations, ActionsApi_UnpauseWorkspaceAutomations, ActionsApi_UnsubscribeAutomation, ActionsApi_UnsubscribeSelectedWorkspaceAutomations, ActionsApi_InheritedEntityPrefixes, ActionsApi_MetadataSync, ActionsApi_ListWorkspaceUsers, ActionsApi_RegisterUploadNotification, ActionsApi_DeleteOrganizationAutomations, ActionsApi_PauseOrganizationAutomations, ActionsApi_UnpauseOrganizationAutomations, ActionsApi_UnsubscribeOrganizationAutomations, ActionsApi_GetDependentEntitiesGraph, ActionsApi_GetDependentEntitiesGraphFromEntryPoints, ActionsApi_AllPlatformUsage, ActionsApi_ParticularPlatformUsage, ActionsApi_GenerateLogicalModel, ActionsApi_CheckEntityOverrides, ActionsApi_SetCertification, ActionsApi_DashboardPermissions, ActionsApi_ManageDashboardPermissions, ActionsApi_AvailableAssignees, ActionsApi_WorkspaceResolveSettings, } from "../../generated/metadata-json-api/index.js";
|
|
5
5
|
// Execution Result API
|
|
6
6
|
export { ActionsApi_ResolveLlmEndpoints, ActionsApi_GenerateDescription, } from "../../generated/afm-rest-api/index.js";
|
|
7
7
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/endpoints/actions/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,oDAAoD;AAEpD,0DAA0D;AAC1D,OAAO,EACH,wCAAwC,EAExC,sCAAsC,EAEtC,iCAAiC,EACjC,6CAA6C,EAC7C,qCAAqC,EAErC,oCAAoC,EAEpC,sCAAsC,EAEtC,gCAAgC,EAEhC,kDAAkD,EAElD,kCAAkC,EAElC,uBAAuB,EAEvB,6BAA6B,EAE7B,qCAAqC,EAErC,wCAAwC,EAExC,uCAAuC,EAEvC,yCAAyC,EAEzC,6CAA6C,EAE7C,oCAAoC,EAEpC,mDAAmD,EAEnD,2BAA2B,EAC3B,kCAAkC,EAElC,+BAA+B,EAE/B,+BAA+B,EAE/B,+BAA+B,EAE/B,qCAAqC,EAErC,6BAA6B,EAE7B,mCAAmC,GAEtC,MAAM,4CAA4C,CAAC;AAEpD,uBAAuB;AACvB,OAAO,EACH,8BAA8B,EAC9B,8BAA8B,GAGjC,MAAM,uCAAuC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/endpoints/actions/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,oDAAoD;AAEpD,0DAA0D;AAC1D,OAAO,EACH,wCAAwC,EAExC,sCAAsC,EAEtC,iCAAiC,EACjC,6CAA6C,EAC7C,qCAAqC,EAErC,oCAAoC,EAEpC,sCAAsC,EAEtC,gCAAgC,EAEhC,kDAAkD,EAElD,kCAAkC,EAElC,uBAAuB,EAEvB,6BAA6B,EAE7B,qCAAqC,EAErC,wCAAwC,EAExC,uCAAuC,EAEvC,yCAAyC,EAEzC,6CAA6C,EAE7C,oCAAoC,EAEpC,mDAAmD,EAEnD,2BAA2B,EAC3B,kCAAkC,EAElC,+BAA+B,EAE/B,+BAA+B,EAE/B,2BAA2B,EAE3B,+BAA+B,EAE/B,qCAAqC,EAErC,6BAA6B,EAE7B,mCAAmC,GAEtC,MAAM,4CAA4C,CAAC;AAEpD,uBAAuB;AACvB,OAAO,EACH,8BAA8B,EAC9B,8BAA8B,GAGjC,MAAM,uCAAuC,CAAC"}
|
|
@@ -262,6 +262,16 @@ export interface AnalyticsCatalogUser {
|
|
|
262
262
|
*/
|
|
263
263
|
'lastname': string;
|
|
264
264
|
}
|
|
265
|
+
/**
|
|
266
|
+
* Anomaly detection configuration.
|
|
267
|
+
*/
|
|
268
|
+
export interface AnomalyDetectionConfig {
|
|
269
|
+
/**
|
|
270
|
+
* Outlier sensitivity level.
|
|
271
|
+
*/
|
|
272
|
+
'sensitivity': AnomalyDetectionConfigSensitivityEnum;
|
|
273
|
+
}
|
|
274
|
+
export type AnomalyDetectionConfigSensitivityEnum = 'LOW' | 'MEDIUM' | 'HIGH';
|
|
265
275
|
export interface AnomalyDetectionRequest {
|
|
266
276
|
/**
|
|
267
277
|
* Anomaly detection sensitivity.
|
|
@@ -656,6 +666,19 @@ export interface ChatUsageResponse {
|
|
|
656
666
|
*/
|
|
657
667
|
'timeWindowHours': number;
|
|
658
668
|
}
|
|
669
|
+
/**
|
|
670
|
+
* Clustering configuration.
|
|
671
|
+
*/
|
|
672
|
+
export interface ClusteringConfig {
|
|
673
|
+
/**
|
|
674
|
+
* Number of clusters to create
|
|
675
|
+
*/
|
|
676
|
+
'numberOfClusters': number;
|
|
677
|
+
/**
|
|
678
|
+
* Clustering algorithm threshold
|
|
679
|
+
*/
|
|
680
|
+
'threshold': number;
|
|
681
|
+
}
|
|
659
682
|
export interface ClusteringRequest {
|
|
660
683
|
/**
|
|
661
684
|
* Number of clusters to create
|
|
@@ -768,7 +791,7 @@ export interface CreatedVisualization {
|
|
|
768
791
|
'savedVisualizationId'?: string;
|
|
769
792
|
'config'?: VisualizationConfig;
|
|
770
793
|
}
|
|
771
|
-
export type CreatedVisualizationVisualizationTypeEnum = 'TABLE' | 'HEADLINE' | 'BAR' | 'LINE' | 'PIE' | 'COLUMN';
|
|
794
|
+
export type CreatedVisualizationVisualizationTypeEnum = 'TABLE' | 'HEADLINE' | 'BAR' | 'LINE' | 'PIE' | 'COLUMN' | 'SCATTER';
|
|
772
795
|
/**
|
|
773
796
|
* @type CreatedVisualizationFiltersInner
|
|
774
797
|
*/
|
|
@@ -2096,6 +2119,19 @@ export interface SearchResultObject {
|
|
|
2096
2119
|
*/
|
|
2097
2120
|
'isHidden'?: boolean;
|
|
2098
2121
|
}
|
|
2122
|
+
/**
|
|
2123
|
+
* Non-sensitive metadata for an AI Lake pipeline
|
|
2124
|
+
*/
|
|
2125
|
+
export interface ServiceInfo {
|
|
2126
|
+
/**
|
|
2127
|
+
* Internal identifier for the service configuration (UUID)
|
|
2128
|
+
*/
|
|
2129
|
+
'serviceId': string;
|
|
2130
|
+
/**
|
|
2131
|
+
* Human-readable name of the service
|
|
2132
|
+
*/
|
|
2133
|
+
'name': string;
|
|
2134
|
+
}
|
|
2099
2135
|
/**
|
|
2100
2136
|
* Metric defined by referencing a MAQL metric or an LDM fact object with aggregation.
|
|
2101
2137
|
*/
|
|
@@ -2337,6 +2373,9 @@ export interface ValidateLLMEndpointResponse {
|
|
|
2337
2373
|
*/
|
|
2338
2374
|
export interface VisualizationConfig {
|
|
2339
2375
|
'forecast'?: ForecastConfig;
|
|
2376
|
+
'anomalyDetection'?: AnomalyDetectionConfig;
|
|
2377
|
+
'clustering'?: ClusteringConfig;
|
|
2378
|
+
'whatIf'?: WhatIfScenarioConfig;
|
|
2340
2379
|
}
|
|
2341
2380
|
export interface WorkflowDashboardSummaryRequestDto {
|
|
2342
2381
|
'dashboardId': string;
|
|
@@ -2359,6 +2398,49 @@ export interface WorkflowStatusResponseDto {
|
|
|
2359
2398
|
'error'?: string;
|
|
2360
2399
|
'currentPhase'?: string;
|
|
2361
2400
|
}
|
|
2401
|
+
/**
|
|
2402
|
+
* Measure adjustments for this scenario
|
|
2403
|
+
*/
|
|
2404
|
+
export interface WhatIfMeasureAdjustmentConfig {
|
|
2405
|
+
/**
|
|
2406
|
+
* ID of the metric or fact to adjust
|
|
2407
|
+
*/
|
|
2408
|
+
'metricId': string;
|
|
2409
|
+
/**
|
|
2410
|
+
* Type: metric or fact
|
|
2411
|
+
*/
|
|
2412
|
+
'metricType': string;
|
|
2413
|
+
/**
|
|
2414
|
+
* Alternative MAQL expression for this scenario
|
|
2415
|
+
*/
|
|
2416
|
+
'scenarioMaql': string;
|
|
2417
|
+
}
|
|
2418
|
+
/**
|
|
2419
|
+
* What-if scenario configuration.
|
|
2420
|
+
*/
|
|
2421
|
+
export interface WhatIfScenarioConfig {
|
|
2422
|
+
/**
|
|
2423
|
+
* Scenarios with alternative measure calculations
|
|
2424
|
+
*/
|
|
2425
|
+
'scenarios': Array<WhatIfScenarioItem>;
|
|
2426
|
+
/**
|
|
2427
|
+
* Whether baseline (unmodified) values are included
|
|
2428
|
+
*/
|
|
2429
|
+
'includeBaseline': boolean;
|
|
2430
|
+
}
|
|
2431
|
+
/**
|
|
2432
|
+
* Scenarios with alternative measure calculations
|
|
2433
|
+
*/
|
|
2434
|
+
export interface WhatIfScenarioItem {
|
|
2435
|
+
/**
|
|
2436
|
+
* Human-readable scenario label
|
|
2437
|
+
*/
|
|
2438
|
+
'label': string;
|
|
2439
|
+
/**
|
|
2440
|
+
* Measure adjustments for this scenario
|
|
2441
|
+
*/
|
|
2442
|
+
'adjustments': Array<WhatIfMeasureAdjustmentConfig>;
|
|
2443
|
+
}
|
|
2362
2444
|
/**
|
|
2363
2445
|
* (BETA) Deletes an existing database in the organization\'s AI Lake. Returns an operation-id in the operation-id header the client can use to poll for the progress.
|
|
2364
2446
|
* @summary (BETA) Delete an existing AILake Database instance
|
|
@@ -2387,6 +2469,14 @@ export declare function AILakeApiAxiosParamCreator_GetAiLakeDatabaseInstance(ins
|
|
|
2387
2469
|
* @throws {RequiredError}
|
|
2388
2470
|
*/
|
|
2389
2471
|
export declare function AILakeApiAxiosParamCreator_GetAiLakeOperation(operationId: string, options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
2472
|
+
/**
|
|
2473
|
+
* (BETA) Lists services configured for the organization\'s AI Lake. Returns only non-sensitive fields (id, name).
|
|
2474
|
+
* @summary (BETA) List AI Lake services
|
|
2475
|
+
* @param {*} [options] Override http request option.
|
|
2476
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
2477
|
+
* @throws {RequiredError}
|
|
2478
|
+
*/
|
|
2479
|
+
export declare function AILakeApiAxiosParamCreator_ListAiLakeServices(options?: AxiosRequestConfig, configuration?: Configuration): Promise<RequestArgs>;
|
|
2390
2480
|
/**
|
|
2391
2481
|
* (BETA) Creates a new database in the organization\'s AI Lake. Returns an operation-id in the operation-id header the client can use to poll for the progress.
|
|
2392
2482
|
* @summary (BETA) Create a new AILake Database instance
|
|
@@ -2430,6 +2520,16 @@ export declare function AILakeApi_GetAiLakeDatabaseInstance(axios: AxiosInstance
|
|
|
2430
2520
|
* @throws {RequiredError}
|
|
2431
2521
|
*/
|
|
2432
2522
|
export declare function AILakeApi_GetAiLakeOperation(axios: AxiosInstance, basePath: string, requestParameters: AILakeApiGetAiLakeOperationRequest, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<GetAiLakeOperation200Response>;
|
|
2523
|
+
/**
|
|
2524
|
+
* (BETA) Lists services configured for the organization\'s AI Lake. Returns only non-sensitive fields (id, name).
|
|
2525
|
+
* @summary (BETA) List AI Lake services
|
|
2526
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
2527
|
+
* @param {string} basePath Base path.
|
|
2528
|
+
* @param {*} [options] Override http request option.
|
|
2529
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
2530
|
+
* @throws {RequiredError}
|
|
2531
|
+
*/
|
|
2532
|
+
export declare function AILakeApi_ListAiLakeServices(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: Configuration): AxiosPromise<Array<ServiceInfo>>;
|
|
2433
2533
|
/**
|
|
2434
2534
|
* (BETA) Creates a new database in the organization\'s AI Lake. Returns an operation-id in the operation-id header the client can use to poll for the progress.
|
|
2435
2535
|
* @summary (BETA) Create a new AILake Database instance
|
|
@@ -2474,6 +2574,14 @@ export interface AILakeApiInterface {
|
|
|
2474
2574
|
* @memberof AILakeApiInterface
|
|
2475
2575
|
*/
|
|
2476
2576
|
getAiLakeOperation(requestParameters: AILakeApiGetAiLakeOperationRequest, options?: AxiosRequestConfig): AxiosPromise<GetAiLakeOperation200Response>;
|
|
2577
|
+
/**
|
|
2578
|
+
* (BETA) Lists services configured for the organization\'s AI Lake. Returns only non-sensitive fields (id, name).
|
|
2579
|
+
* @summary (BETA) List AI Lake services
|
|
2580
|
+
* @param {*} [options] Override http request option.
|
|
2581
|
+
* @throws {RequiredError}
|
|
2582
|
+
* @memberof AILakeApiInterface
|
|
2583
|
+
*/
|
|
2584
|
+
listAiLakeServices(options?: AxiosRequestConfig): AxiosPromise<Array<ServiceInfo>>;
|
|
2477
2585
|
/**
|
|
2478
2586
|
* (BETA) Creates a new database in the organization\'s AI Lake. Returns an operation-id in the operation-id header the client can use to poll for the progress.
|
|
2479
2587
|
* @summary (BETA) Create a new AILake Database instance
|
|
@@ -2582,6 +2690,14 @@ export declare class AILakeApi extends BaseAPI implements AILakeApiInterface {
|
|
|
2582
2690
|
* @memberof AILakeApi
|
|
2583
2691
|
*/
|
|
2584
2692
|
getAiLakeOperation(requestParameters: AILakeApiGetAiLakeOperationRequest, options?: AxiosRequestConfig): AxiosPromise<GetAiLakeOperation200Response>;
|
|
2693
|
+
/**
|
|
2694
|
+
* (BETA) Lists services configured for the organization\'s AI Lake. Returns only non-sensitive fields (id, name).
|
|
2695
|
+
* @summary (BETA) List AI Lake services
|
|
2696
|
+
* @param {*} [options] Override http request option.
|
|
2697
|
+
* @throws {RequiredError}
|
|
2698
|
+
* @memberof AILakeApi
|
|
2699
|
+
*/
|
|
2700
|
+
listAiLakeServices(options?: AxiosRequestConfig): AxiosPromise<ServiceInfo[]>;
|
|
2585
2701
|
/**
|
|
2586
2702
|
* (BETA) Creates a new database in the organization\'s AI Lake. Returns an operation-id in the operation-id header the client can use to poll for the progress.
|
|
2587
2703
|
* @summary (BETA) Create a new AILake Database instance
|