@gooddata/api-client-tiger 11.46.0-alpha.4 → 11.46.0-alpha.6

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.
Files changed (36) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/api-client-tiger.d.ts +1341 -429
  4. package/esm/endpoints/actions/index.d.ts +1 -1
  5. package/esm/endpoints/actions/index.d.ts.map +1 -1
  6. package/esm/endpoints/actions/index.js +1 -1
  7. package/esm/endpoints/entitiesObjects/index.d.ts +1 -1
  8. package/esm/endpoints/entitiesObjects/index.d.ts.map +1 -1
  9. package/esm/endpoints/entitiesObjects/index.js +4 -2
  10. package/esm/endpoints/genAI/index.d.ts +2 -1
  11. package/esm/endpoints/genAI/index.d.ts.map +1 -1
  12. package/esm/endpoints/genAI/index.js +3 -1
  13. package/esm/genAI.d.ts +1 -1
  14. package/esm/genAI.d.ts.map +1 -1
  15. package/esm/genAI.js +0 -2
  16. package/esm/generated/afm-rest-api/api.d.ts +366 -266
  17. package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
  18. package/esm/generated/afm-rest-api/api.js +371 -268
  19. package/esm/generated/ai-json-api/api.d.ts +31 -8
  20. package/esm/generated/ai-json-api/api.d.ts.map +1 -1
  21. package/esm/generated/auth-json-api/api.d.ts +0 -511
  22. package/esm/generated/auth-json-api/api.d.ts.map +1 -1
  23. package/esm/generated/auth-json-api/api.js +0 -650
  24. package/esm/generated/automation-json-api/api.d.ts +19 -1
  25. package/esm/generated/automation-json-api/api.d.ts.map +1 -1
  26. package/esm/generated/export-json-api/api.d.ts +19 -1
  27. package/esm/generated/export-json-api/api.d.ts.map +1 -1
  28. package/esm/generated/metadata-json-api/api.d.ts +1963 -340
  29. package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
  30. package/esm/generated/metadata-json-api/api.js +1946 -478
  31. package/esm/generated/scan-json-api/api.d.ts +10 -0
  32. package/esm/generated/scan-json-api/api.d.ts.map +1 -1
  33. package/esm/index.d.ts +4 -3
  34. package/esm/index.d.ts.map +1 -1
  35. package/esm/index.js +1 -1
  36. package/package.json +4 -4
@@ -111,6 +111,15 @@ export declare class ActionsApi extends MetadataBaseApi implements ActionsApiInt
111
111
  * @memberof ActionsApi
112
112
  */
113
113
  cleanTranslations(requestParameters: ActionsApiCleanTranslationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
114
+ /**
115
+ * Returns a list of Users who created any object for this workspace
116
+ * @summary Get Analytics Catalog CreatedBy Users
117
+ * @param {ActionsApiCreatedByRequest} requestParameters Request parameters.
118
+ * @param {*} [options] Override http request option.
119
+ * @throws {RequiredError}
120
+ * @memberof ActionsApi
121
+ */
122
+ createdBy(requestParameters: GenAiApiCreatedByRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogCreatedBy>;
114
123
  /**
115
124
  *
116
125
  * @summary Get Dashboard Permissions
@@ -289,23 +298,6 @@ export declare class ActionsApi extends MetadataBaseApi implements ActionsApiInt
289
298
  * @memberof ActionsApi
290
299
  */
291
300
  manageWorkspacePermissions(requestParameters: ActionsApiManageWorkspacePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
292
- /**
293
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
294
- * @summary (BETA) Sync Metadata to other services
295
- * @param {ActionsApiMetadataSyncRequest} requestParameters Request parameters.
296
- * @param {*} [options] Override http request option.
297
- * @throws {RequiredError}
298
- * @memberof ActionsApi
299
- */
300
- metadataSync(requestParameters: ActionsApiMetadataSyncRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
301
- /**
302
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
303
- * @summary (BETA) Sync organization scope Metadata to other services
304
- * @param {*} [options] Override http request option.
305
- * @throws {RequiredError}
306
- * @memberof ActionsApi
307
- */
308
- metadataSyncOrganization(options?: AxiosRequestConfig): AxiosPromise<void>;
309
301
  /**
310
302
  * Finds API identifier overrides in given workspace hierarchy.
311
303
  * @summary Finds identifier overrides in workspace hierarchy.
@@ -360,6 +352,14 @@ export declare class ActionsApi extends MetadataBaseApi implements ActionsApiInt
360
352
  * @memberof ActionsApi
361
353
  */
362
354
  registerWorkspaceUploadNotification(requestParameters: ActionsApiRegisterWorkspaceUploadNotificationRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
355
+ /**
356
+ * Re-applies the latest GoodData-managed AI observability layout to the organization. Requires the AI_OBSERVABILITY entitlement and organization MANAGE permission. Idempotent; customer-authored content is left untouched.
357
+ * @summary Reload the managed AI observability layout
358
+ * @param {*} [options] Override http request option.
359
+ * @throws {RequiredError}
360
+ * @memberof ActionsApi
361
+ */
362
+ reloadObservabilityLayout(options?: AxiosRequestConfig): AxiosPromise<void>;
363
363
  /**
364
364
  *
365
365
  * @summary Remove targets from IP allowlist policy
@@ -440,6 +440,15 @@ export declare class ActionsApi extends MetadataBaseApi implements ActionsApiInt
440
440
  * @memberof ActionsApi
441
441
  */
442
442
  switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
443
+ /**
444
+ * Returns a list of tags for this workspace
445
+ * @summary Get Analytics Catalog Tags
446
+ * @param {ActionsApiTagsRequest} requestParameters Request parameters.
447
+ * @param {*} [options] Override http request option.
448
+ * @throws {RequiredError}
449
+ * @memberof ActionsApi
450
+ */
451
+ tags(requestParameters: GenAiApiTagsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogTags>;
443
452
  /**
444
453
  *
445
454
  * @summary Unpause selected automations across all workspaces
@@ -771,29 +780,6 @@ export declare function ActionsApi_ManageOrganizationPermissions(axios: AxiosIns
771
780
  */
772
781
  export declare function ActionsApi_ManageWorkspacePermissions(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiManageWorkspacePermissionsRequest, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): AxiosPromise<void>;
773
782
 
774
- /**
775
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
776
- * @summary (BETA) Sync Metadata to other services
777
- * @param {AxiosInstance} axios Axios instance.
778
- * @param {string} basePath Base path.
779
- * @param {ActionsApiMetadataSyncRequest} requestParameters Request parameters.
780
- * @param {*} [options] Override http request option.
781
- * @param {Configuration} [configuration] Optional configuration.
782
- * @throws {RequiredError}
783
- */
784
- export declare function ActionsApi_MetadataSync(axios: AxiosInstance, basePath: string, requestParameters: ActionsApiMetadataSyncRequest, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): AxiosPromise<void>;
785
-
786
- /**
787
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
788
- * @summary (BETA) Sync organization scope Metadata to other services
789
- * @param {AxiosInstance} axios Axios instance.
790
- * @param {string} basePath Base path.
791
- * @param {*} [options] Override http request option.
792
- * @param {Configuration} [configuration] Optional configuration.
793
- * @throws {RequiredError}
794
- */
795
- export declare function ActionsApi_MetadataSyncOrganization(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): AxiosPromise<void>;
796
-
797
783
  /**
798
784
  * Finds API identifier overrides in given workspace hierarchy.
799
785
  * @summary Finds identifier overrides in workspace hierarchy.
@@ -1500,25 +1486,6 @@ export declare function ActionsApiAxiosParamCreator_ManageOrganizationPermission
1500
1486
  */
1501
1487
  export declare function ActionsApiAxiosParamCreator_ManageWorkspacePermissions(workspaceId: string, workspacePermissionAssignment: Array<WorkspacePermissionAssignment>, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): Promise<MetadataRequestArgs>;
1502
1488
 
1503
- /**
1504
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
1505
- * @summary (BETA) Sync Metadata to other services
1506
- * @param {string} workspaceId
1507
- * @param {*} [options] Override http request option.
1508
- * @param {Configuration} [configuration] Optional configuration.
1509
- * @throws {RequiredError}
1510
- */
1511
- export declare function ActionsApiAxiosParamCreator_MetadataSync(workspaceId: string, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): Promise<MetadataRequestArgs>;
1512
-
1513
- /**
1514
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
1515
- * @summary (BETA) Sync organization scope Metadata to other services
1516
- * @param {*} [options] Override http request option.
1517
- * @param {Configuration} [configuration] Optional configuration.
1518
- * @throws {RequiredError}
1519
- */
1520
- export declare function ActionsApiAxiosParamCreator_MetadataSyncOrganization(options?: AxiosRequestConfig, configuration?: MetadataConfiguration): Promise<MetadataRequestArgs>;
1521
-
1522
1489
  /**
1523
1490
  * Finds API identifier overrides in given workspace hierarchy.
1524
1491
  * @summary Finds identifier overrides in workspace hierarchy.
@@ -1768,6 +1735,26 @@ export declare interface ActionsApiCancelExecutionsRequest {
1768
1735
  readonly afmCancelTokens: AfmCancelTokens;
1769
1736
  }
1770
1737
 
1738
+ /**
1739
+ * Request parameters for cancelWorkflow1 operation in ActionsApi.
1740
+ * @export
1741
+ * @interface ActionsApiCancelWorkflow1Request
1742
+ */
1743
+ export declare interface ActionsApiCancelWorkflow1Request {
1744
+ /**
1745
+ * Workspace identifier
1746
+ * @type {string}
1747
+ * @memberof ActionsApiCancelWorkflow1
1748
+ */
1749
+ readonly workspaceId: string;
1750
+ /**
1751
+ *
1752
+ * @type {string}
1753
+ * @memberof ActionsApiCancelWorkflow1
1754
+ */
1755
+ readonly runId: string;
1756
+ }
1757
+
1771
1758
  /**
1772
1759
  * Request parameters for cancelWorkflow operation in ActionsApi.
1773
1760
  * @export
@@ -2306,6 +2293,26 @@ export declare interface ActionsApiForecastResultRequest {
2306
2293
  readonly limit?: number;
2307
2294
  }
2308
2295
 
2296
+ /**
2297
+ * Request parameters for generateDashboardSummary1 operation in ActionsApi.
2298
+ * @export
2299
+ * @interface ActionsApiGenerateDashboardSummary1Request
2300
+ */
2301
+ export declare interface ActionsApiGenerateDashboardSummary1Request {
2302
+ /**
2303
+ * Workspace identifier
2304
+ * @type {string}
2305
+ * @memberof ActionsApiGenerateDashboardSummary1
2306
+ */
2307
+ readonly workspaceId: string;
2308
+ /**
2309
+ *
2310
+ * @type {DashboardSummaryRequestDto}
2311
+ * @memberof ActionsApiGenerateDashboardSummary1
2312
+ */
2313
+ readonly dashboardSummaryRequestDto: DashboardSummaryRequestDto;
2314
+ }
2315
+
2309
2316
  /**
2310
2317
  * Request parameters for generateDashboardSummary operation in ActionsApi.
2311
2318
  * @export
@@ -2346,6 +2353,26 @@ export declare interface ActionsApiGenerateDescriptionRequest {
2346
2353
  readonly generateDescriptionRequest: GenerateDescriptionRequest;
2347
2354
  }
2348
2355
 
2356
+ /**
2357
+ * Request parameters for generateKnowledgeRecommendations operation in ActionsApi.
2358
+ * @export
2359
+ * @interface ActionsApiGenerateKnowledgeRecommendationsRequest
2360
+ */
2361
+ export declare interface ActionsApiGenerateKnowledgeRecommendationsRequest {
2362
+ /**
2363
+ * Workspace identifier
2364
+ * @type {string}
2365
+ * @memberof ActionsApiGenerateKnowledgeRecommendations
2366
+ */
2367
+ readonly workspaceId: string;
2368
+ /**
2369
+ *
2370
+ * @type {KnowledgeRecommendationsRequestDto}
2371
+ * @memberof ActionsApiGenerateKnowledgeRecommendations
2372
+ */
2373
+ readonly knowledgeRecommendationsRequestDto: KnowledgeRecommendationsRequestDto;
2374
+ }
2375
+
2349
2376
  /**
2350
2377
  * Request parameters for generateLogicalModel operation in ActionsApi.
2351
2378
  * @export
@@ -2464,6 +2491,26 @@ export declare interface ActionsApiGetTranslationTagsRequest {
2464
2491
  readonly workspaceId: string;
2465
2492
  }
2466
2493
 
2494
+ /**
2495
+ * Request parameters for getWorkflowStatus1 operation in ActionsApi.
2496
+ * @export
2497
+ * @interface ActionsApiGetWorkflowStatus1Request
2498
+ */
2499
+ export declare interface ActionsApiGetWorkflowStatus1Request {
2500
+ /**
2501
+ * Workspace identifier
2502
+ * @type {string}
2503
+ * @memberof ActionsApiGetWorkflowStatus1
2504
+ */
2505
+ readonly workspaceId: string;
2506
+ /**
2507
+ *
2508
+ * @type {string}
2509
+ * @memberof ActionsApiGetWorkflowStatus1
2510
+ */
2511
+ readonly runId: string;
2512
+ }
2513
+
2467
2514
  /**
2468
2515
  * Request parameters for getWorkflowStatus operation in ActionsApi.
2469
2516
  * @export
@@ -2611,6 +2658,15 @@ export declare interface ActionsApiInterface {
2611
2658
  * @memberof ActionsApiInterface
2612
2659
  */
2613
2660
  cleanTranslations(requestParameters: ActionsApiCleanTranslationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
2661
+ /**
2662
+ * Returns a list of Users who created any object for this workspace
2663
+ * @summary Get Analytics Catalog CreatedBy Users
2664
+ * @param {ActionsApiCreatedByRequest} requestParameters Request parameters.
2665
+ * @param {*} [options] Override http request option.
2666
+ * @throws {RequiredError}
2667
+ * @memberof ActionsApiInterface
2668
+ */
2669
+ createdBy(requestParameters: GenAiApiCreatedByRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogCreatedBy>;
2614
2670
  /**
2615
2671
  *
2616
2672
  * @summary Get Dashboard Permissions
@@ -2789,23 +2845,6 @@ export declare interface ActionsApiInterface {
2789
2845
  * @memberof ActionsApiInterface
2790
2846
  */
2791
2847
  manageWorkspacePermissions(requestParameters: ActionsApiManageWorkspacePermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
2792
- /**
2793
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
2794
- * @summary (BETA) Sync Metadata to other services
2795
- * @param {ActionsApiMetadataSyncRequest} requestParameters Request parameters.
2796
- * @param {*} [options] Override http request option.
2797
- * @throws {RequiredError}
2798
- * @memberof ActionsApiInterface
2799
- */
2800
- metadataSync(requestParameters: ActionsApiMetadataSyncRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
2801
- /**
2802
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
2803
- * @summary (BETA) Sync organization scope Metadata to other services
2804
- * @param {*} [options] Override http request option.
2805
- * @throws {RequiredError}
2806
- * @memberof ActionsApiInterface
2807
- */
2808
- metadataSyncOrganization(options?: AxiosRequestConfig): AxiosPromise<void>;
2809
2848
  /**
2810
2849
  * Finds API identifier overrides in given workspace hierarchy.
2811
2850
  * @summary Finds identifier overrides in workspace hierarchy.
@@ -2860,6 +2899,14 @@ export declare interface ActionsApiInterface {
2860
2899
  * @memberof ActionsApiInterface
2861
2900
  */
2862
2901
  registerWorkspaceUploadNotification(requestParameters: ActionsApiRegisterWorkspaceUploadNotificationRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
2902
+ /**
2903
+ * Re-applies the latest GoodData-managed AI observability layout to the organization. Requires the AI_OBSERVABILITY entitlement and organization MANAGE permission. Idempotent; customer-authored content is left untouched.
2904
+ * @summary Reload the managed AI observability layout
2905
+ * @param {*} [options] Override http request option.
2906
+ * @throws {RequiredError}
2907
+ * @memberof ActionsApiInterface
2908
+ */
2909
+ reloadObservabilityLayout(options?: AxiosRequestConfig): AxiosPromise<void>;
2863
2910
  /**
2864
2911
  *
2865
2912
  * @summary Remove targets from IP allowlist policy
@@ -2940,6 +2987,15 @@ export declare interface ActionsApiInterface {
2940
2987
  * @memberof ActionsApiInterface
2941
2988
  */
2942
2989
  switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
2990
+ /**
2991
+ * Returns a list of tags for this workspace
2992
+ * @summary Get Analytics Catalog Tags
2993
+ * @param {ActionsApiTagsRequest} requestParameters Request parameters.
2994
+ * @param {*} [options] Override http request option.
2995
+ * @throws {RequiredError}
2996
+ * @memberof ActionsApiInterface
2997
+ */
2998
+ tags(requestParameters: GenAiApiTagsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogTags>;
2943
2999
  /**
2944
3000
  *
2945
3001
  * @summary Unpause selected automations across all workspaces
@@ -3364,20 +3420,6 @@ export declare interface ActionsApiManageWorkspacePermissionsRequest {
3364
3420
  readonly workspacePermissionAssignment: Array<WorkspacePermissionAssignment>;
3365
3421
  }
3366
3422
 
3367
- /**
3368
- * Request parameters for metadataSync operation in ActionsApi.
3369
- * @export
3370
- * @interface ActionsApiMetadataSyncRequest
3371
- */
3372
- export declare interface ActionsApiMetadataSyncRequest {
3373
- /**
3374
- *
3375
- * @type {string}
3376
- * @memberof ActionsApiMetadataSync
3377
- */
3378
- readonly workspaceId: string;
3379
- }
3380
-
3381
3423
  /**
3382
3424
  * Request parameters for outlierDetection operation in ActionsApi.
3383
3425
  * @export
@@ -4060,6 +4102,32 @@ export declare interface ActionsApiUnsubscribeWorkspaceAutomationsRequest {
4060
4102
  readonly workspaceId: string;
4061
4103
  }
4062
4104
 
4105
+ /**
4106
+ * Request parameters for userFeedback operation in ActionsApi.
4107
+ * @export
4108
+ * @interface ActionsApiUserFeedbackRequest
4109
+ */
4110
+ export declare interface ActionsApiUserFeedbackRequest {
4111
+ /**
4112
+ * Workspace identifier
4113
+ * @type {string}
4114
+ * @memberof ActionsApiUserFeedback
4115
+ */
4116
+ readonly workspaceId: string;
4117
+ /**
4118
+ *
4119
+ * @type {string}
4120
+ * @memberof ActionsApiUserFeedback
4121
+ */
4122
+ readonly runId: string;
4123
+ /**
4124
+ *
4125
+ * @type {FeedbackRequestDto}
4126
+ * @memberof ActionsApiUserFeedback
4127
+ */
4128
+ readonly feedbackRequestDto: FeedbackRequestDto;
4129
+ }
4130
+
4063
4131
  /**
4064
4132
  * Request parameters for validateLLMEndpointById operation in ActionsApi.
4065
4133
  * @export
@@ -5478,6 +5546,16 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5478
5546
  cancelWorkflow(requestParameters: ActionsApiCancelWorkflowRequest, options?: AxiosRequestConfig): AxiosPromise<{
5479
5547
  [key: string]: string;
5480
5548
  }>;
5549
+ /**
5550
+ *
5551
+ * @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
5552
+ * @param {*} [options] Override http request option.
5553
+ * @throws {RequiredError}
5554
+ * @memberof ActionsApi
5555
+ */
5556
+ cancelWorkflow1(requestParameters: ActionsApiCancelWorkflow1Request, options?: AxiosRequestConfig): AxiosPromise<{
5557
+ [key: string]: string;
5558
+ }>;
5481
5559
  /**
5482
5560
  * Computes change analysis for the provided execution definition.
5483
5561
  * @summary Compute change analysis
@@ -5559,15 +5637,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5559
5637
  * @memberof ActionsApi
5560
5638
  */
5561
5639
  computeValidObjects(requestParameters: ActionsApiComputeValidObjectsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmValidObjectsResponse>;
5562
- /**
5563
- * Returns a list of Users who created any object for this workspace
5564
- * @summary Get Analytics Catalog CreatedBy Users
5565
- * @param {ActionsApiCreatedByRequest} requestParameters Request parameters.
5566
- * @param {*} [options] Override http request option.
5567
- * @throws {RequiredError}
5568
- * @memberof ActionsApi
5569
- */
5570
- createdBy(requestParameters: GenAiApiCreatedByRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogCreatedBy>;
5571
5640
  /**
5572
5641
  * The resource provides static structures needed for investigation of a problem with given AFM.
5573
5642
  * @summary AFM explain resource.
@@ -5578,8 +5647,8 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5578
5647
  */
5579
5648
  explainAFM(requestParameters: ActionsApiExplainAFMRequest, options?: AxiosRequestConfig): AxiosPromise<File>;
5580
5649
  /**
5581
- * (BETA) Computes forecasted data points from the provided execution result and parameters.
5582
- * @summary (BETA) Smart functions - Forecast
5650
+ * Computes forecasted data points from the provided execution result and parameters.
5651
+ * @summary Smart functions - Forecast
5583
5652
  * @param {ActionsApiForecastRequest} requestParameters Request parameters.
5584
5653
  * @param {*} [options] Override http request option.
5585
5654
  * @throws {RequiredError}
@@ -5587,8 +5656,8 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5587
5656
  */
5588
5657
  forecast(requestParameters: ActionsApiForecastRequest, options?: AxiosRequestConfig): AxiosPromise<SmartFunctionResponse>;
5589
5658
  /**
5590
- * (BETA) Gets forecast result.
5591
- * @summary (BETA) Smart functions - Forecast Result
5659
+ * Gets forecast result.
5660
+ * @summary Smart functions - Forecast Result
5592
5661
  * @param {ActionsApiForecastResultRequest} requestParameters Request parameters.
5593
5662
  * @param {*} [options] Override http request option.
5594
5663
  * @throws {RequiredError}
@@ -5603,6 +5672,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5603
5672
  * @memberof ActionsApi
5604
5673
  */
5605
5674
  generateDashboardSummary(requestParameters: ActionsApiGenerateDashboardSummaryRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowDashboardSummaryResponseDto>;
5675
+ /**
5676
+ *
5677
+ * @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
5678
+ * @param {*} [options] Override http request option.
5679
+ * @throws {RequiredError}
5680
+ * @memberof ActionsApi
5681
+ */
5682
+ generateDashboardSummary1(requestParameters: ActionsApiGenerateDashboardSummary1Request, options?: AxiosRequestConfig): AxiosPromise<DashboardSummaryResponseDto>;
5606
5683
  /**
5607
5684
  * Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
5608
5685
  * @summary Generate Description for Analytics Object
@@ -5612,6 +5689,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5612
5689
  * @memberof ActionsApi
5613
5690
  */
5614
5691
  generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
5692
+ /**
5693
+ *
5694
+ * @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
5695
+ * @param {*} [options] Override http request option.
5696
+ * @throws {RequiredError}
5697
+ * @memberof ActionsApi
5698
+ */
5699
+ generateKnowledgeRecommendations(requestParameters: ActionsApiGenerateKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeRecommendationsResponseDto>;
5615
5700
  /**
5616
5701
  * Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
5617
5702
  * @summary Generate Title for Analytics Object
@@ -5647,6 +5732,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5647
5732
  * @memberof ActionsApi
5648
5733
  */
5649
5734
  getWorkflowStatus(requestParameters: ActionsApiGetWorkflowStatusRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
5735
+ /**
5736
+ *
5737
+ * @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
5738
+ * @param {*} [options] Override http request option.
5739
+ * @throws {RequiredError}
5740
+ * @memberof ActionsApi
5741
+ */
5742
+ getWorkflowStatus1(requestParameters: ActionsApiGetWorkflowStatus1Request, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
5650
5743
  /**
5651
5744
  * (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
5652
5745
  * @summary (EXPERIMENTAL) Compute key driver analysis
@@ -5756,15 +5849,6 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5756
5849
  * @memberof ActionsApi
5757
5850
  */
5758
5851
  retrieveResultBinary(requestParameters: ActionsApiRetrieveResultBinaryRequest, options?: AxiosRequestConfig): AxiosPromise<File>;
5759
- /**
5760
- * Returns a list of tags for this workspace
5761
- * @summary Get Analytics Catalog Tags
5762
- * @param {ActionsApiTagsRequest} requestParameters Request parameters.
5763
- * @param {*} [options] Override http request option.
5764
- * @throws {RequiredError}
5765
- * @memberof ActionsApi
5766
- */
5767
- tags(requestParameters: GenAiApiTagsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogTags>;
5768
5852
  /**
5769
5853
  * Tests LLM provider connectivity with a full definition.
5770
5854
  * @summary Test LLM Provider
@@ -5801,6 +5885,16 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5801
5885
  * @memberof ActionsApi
5802
5886
  */
5803
5887
  triggerQualityIssuesCalculation(requestParameters: ActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
5888
+ /**
5889
+ *
5890
+ * @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
5891
+ * @param {*} [options] Override http request option.
5892
+ * @throws {RequiredError}
5893
+ * @memberof ActionsApi
5894
+ */
5895
+ userFeedback(requestParameters: ActionsApiUserFeedbackRequest, options?: AxiosRequestConfig): AxiosPromise<{
5896
+ [key: string]: string;
5897
+ }>;
5804
5898
  /**
5805
5899
  * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
5806
5900
  * @summary Validate LLM Endpoint (Removed)
@@ -5932,6 +6026,16 @@ export declare interface AfmActionsApiInterface {
5932
6026
  cancelWorkflow(requestParameters: ActionsApiCancelWorkflowRequest, options?: AxiosRequestConfig): AxiosPromise<{
5933
6027
  [key: string]: string;
5934
6028
  }>;
6029
+ /**
6030
+ *
6031
+ * @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
6032
+ * @param {*} [options] Override http request option.
6033
+ * @throws {RequiredError}
6034
+ * @memberof ActionsApiInterface
6035
+ */
6036
+ cancelWorkflow1(requestParameters: ActionsApiCancelWorkflow1Request, options?: AxiosRequestConfig): AxiosPromise<{
6037
+ [key: string]: string;
6038
+ }>;
5935
6039
  /**
5936
6040
  * Computes change analysis for the provided execution definition.
5937
6041
  * @summary Compute change analysis
@@ -6013,15 +6117,6 @@ export declare interface AfmActionsApiInterface {
6013
6117
  * @memberof ActionsApiInterface
6014
6118
  */
6015
6119
  computeValidObjects(requestParameters: ActionsApiComputeValidObjectsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmValidObjectsResponse>;
6016
- /**
6017
- * Returns a list of Users who created any object for this workspace
6018
- * @summary Get Analytics Catalog CreatedBy Users
6019
- * @param {ActionsApiCreatedByRequest} requestParameters Request parameters.
6020
- * @param {*} [options] Override http request option.
6021
- * @throws {RequiredError}
6022
- * @memberof ActionsApiInterface
6023
- */
6024
- createdBy(requestParameters: GenAiApiCreatedByRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogCreatedBy>;
6025
6120
  /**
6026
6121
  * The resource provides static structures needed for investigation of a problem with given AFM.
6027
6122
  * @summary AFM explain resource.
@@ -6032,8 +6127,8 @@ export declare interface AfmActionsApiInterface {
6032
6127
  */
6033
6128
  explainAFM(requestParameters: ActionsApiExplainAFMRequest, options?: AxiosRequestConfig): AxiosPromise<File>;
6034
6129
  /**
6035
- * (BETA) Computes forecasted data points from the provided execution result and parameters.
6036
- * @summary (BETA) Smart functions - Forecast
6130
+ * Computes forecasted data points from the provided execution result and parameters.
6131
+ * @summary Smart functions - Forecast
6037
6132
  * @param {ActionsApiForecastRequest} requestParameters Request parameters.
6038
6133
  * @param {*} [options] Override http request option.
6039
6134
  * @throws {RequiredError}
@@ -6041,8 +6136,8 @@ export declare interface AfmActionsApiInterface {
6041
6136
  */
6042
6137
  forecast(requestParameters: ActionsApiForecastRequest, options?: AxiosRequestConfig): AxiosPromise<SmartFunctionResponse>;
6043
6138
  /**
6044
- * (BETA) Gets forecast result.
6045
- * @summary (BETA) Smart functions - Forecast Result
6139
+ * Gets forecast result.
6140
+ * @summary Smart functions - Forecast Result
6046
6141
  * @param {ActionsApiForecastResultRequest} requestParameters Request parameters.
6047
6142
  * @param {*} [options] Override http request option.
6048
6143
  * @throws {RequiredError}
@@ -6057,6 +6152,14 @@ export declare interface AfmActionsApiInterface {
6057
6152
  * @memberof ActionsApiInterface
6058
6153
  */
6059
6154
  generateDashboardSummary(requestParameters: ActionsApiGenerateDashboardSummaryRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowDashboardSummaryResponseDto>;
6155
+ /**
6156
+ *
6157
+ * @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
6158
+ * @param {*} [options] Override http request option.
6159
+ * @throws {RequiredError}
6160
+ * @memberof ActionsApiInterface
6161
+ */
6162
+ generateDashboardSummary1(requestParameters: ActionsApiGenerateDashboardSummary1Request, options?: AxiosRequestConfig): AxiosPromise<DashboardSummaryResponseDto>;
6060
6163
  /**
6061
6164
  * Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
6062
6165
  * @summary Generate Description for Analytics Object
@@ -6066,6 +6169,14 @@ export declare interface AfmActionsApiInterface {
6066
6169
  * @memberof ActionsApiInterface
6067
6170
  */
6068
6171
  generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
6172
+ /**
6173
+ *
6174
+ * @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
6175
+ * @param {*} [options] Override http request option.
6176
+ * @throws {RequiredError}
6177
+ * @memberof ActionsApiInterface
6178
+ */
6179
+ generateKnowledgeRecommendations(requestParameters: ActionsApiGenerateKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeRecommendationsResponseDto>;
6069
6180
  /**
6070
6181
  * Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
6071
6182
  * @summary Generate Title for Analytics Object
@@ -6101,6 +6212,14 @@ export declare interface AfmActionsApiInterface {
6101
6212
  * @memberof ActionsApiInterface
6102
6213
  */
6103
6214
  getWorkflowStatus(requestParameters: ActionsApiGetWorkflowStatusRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
6215
+ /**
6216
+ *
6217
+ * @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
6218
+ * @param {*} [options] Override http request option.
6219
+ * @throws {RequiredError}
6220
+ * @memberof ActionsApiInterface
6221
+ */
6222
+ getWorkflowStatus1(requestParameters: ActionsApiGetWorkflowStatus1Request, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
6104
6223
  /**
6105
6224
  * (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
6106
6225
  * @summary (EXPERIMENTAL) Compute key driver analysis
@@ -6210,15 +6329,6 @@ export declare interface AfmActionsApiInterface {
6210
6329
  * @memberof ActionsApiInterface
6211
6330
  */
6212
6331
  retrieveResultBinary(requestParameters: ActionsApiRetrieveResultBinaryRequest, options?: AxiosRequestConfig): AxiosPromise<File>;
6213
- /**
6214
- * Returns a list of tags for this workspace
6215
- * @summary Get Analytics Catalog Tags
6216
- * @param {ActionsApiTagsRequest} requestParameters Request parameters.
6217
- * @param {*} [options] Override http request option.
6218
- * @throws {RequiredError}
6219
- * @memberof ActionsApiInterface
6220
- */
6221
- tags(requestParameters: GenAiApiTagsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogTags>;
6222
6332
  /**
6223
6333
  * Tests LLM provider connectivity with a full definition.
6224
6334
  * @summary Test LLM Provider
@@ -6255,6 +6365,16 @@ export declare interface AfmActionsApiInterface {
6255
6365
  * @memberof ActionsApiInterface
6256
6366
  */
6257
6367
  triggerQualityIssuesCalculation(requestParameters: ActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
6368
+ /**
6369
+ *
6370
+ * @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
6371
+ * @param {*} [options] Override http request option.
6372
+ * @throws {RequiredError}
6373
+ * @memberof ActionsApiInterface
6374
+ */
6375
+ userFeedback(requestParameters: ActionsApiUserFeedbackRequest, options?: AxiosRequestConfig): AxiosPromise<{
6376
+ [key: string]: string;
6377
+ }>;
6258
6378
  /**
6259
6379
  * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
6260
6380
  * @summary Validate LLM Endpoint (Removed)
@@ -6315,35 +6435,44 @@ export declare type AfmAllTimeDateFilterAllTimeDateFilterEmptyValueHandlingEnum
6315
6435
 
6316
6436
  export declare type AfmAllTimeDateFilterAllTimeDateFilterGranularityEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'QUARTER' | 'YEAR' | 'MINUTE_OF_HOUR' | 'HOUR_OF_DAY' | 'DAY_OF_WEEK' | 'DAY_OF_MONTH' | 'DAY_OF_QUARTER' | 'DAY_OF_YEAR' | 'WEEK_OF_YEAR' | 'MONTH_OF_YEAR' | 'QUARTER_OF_YEAR' | 'FISCAL_MONTH' | 'FISCAL_QUARTER' | 'FISCAL_YEAR';
6317
6437
 
6438
+ /**
6439
+ * List of users who created catalog objects in the workspace hierarchy.
6440
+ */
6318
6441
  export declare interface AfmAnalyticsCatalogCreatedBy {
6319
6442
  /**
6320
- * Users who created any object in the catalog
6443
+ * Distinct users who have created at least one catalog object.
6321
6444
  */
6322
6445
  'users': Array<AfmAnalyticsCatalogUser>;
6323
6446
  /**
6324
- * Reasoning for error states
6447
+ * Reserved for future use. Always empty string in the current implementation.
6325
6448
  */
6326
6449
  'reasoning': string;
6327
6450
  }
6328
6451
 
6452
+ /**
6453
+ * List of distinct catalog tags aggregated across the workspace hierarchy.
6454
+ */
6329
6455
  export declare interface AfmAnalyticsCatalogTags {
6456
+ /**
6457
+ * Sorted, distinct tag strings found in the workspace hierarchy.
6458
+ */
6330
6459
  'tags': Array<string>;
6331
6460
  }
6332
6461
 
6333
6462
  /**
6334
- * Users who created any object in the catalog
6463
+ * A user who has created one or more catalog objects.
6335
6464
  */
6336
6465
  export declare interface AfmAnalyticsCatalogUser {
6337
6466
  /**
6338
- * User ID of the user who created any objects
6467
+ * User identifier.
6339
6468
  */
6340
6469
  'userId': string;
6341
6470
  /**
6342
- * First name of the user who created any objects
6471
+ * User first name.
6343
6472
  */
6344
6473
  'firstname': string;
6345
6474
  /**
6346
- * Last name of the user who created any objects
6475
+ * User last name.
6347
6476
  */
6348
6477
  'lastname': string;
6349
6478
  }
@@ -9120,23 +9249,6 @@ export declare class AIApi extends MetadataBaseApi implements AIApiInterface {
9120
9249
  * @memberof AIApi
9121
9250
  */
9122
9251
  getEntityOrgMemoryItems(requestParameters: AIApiGetEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
9123
- /**
9124
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
9125
- * @summary (BETA) Sync Metadata to other services
9126
- * @param {AIApiMetadataSyncRequest} requestParameters Request parameters.
9127
- * @param {*} [options] Override http request option.
9128
- * @throws {RequiredError}
9129
- * @memberof AIApi
9130
- */
9131
- metadataSync(requestParameters: AIApiMetadataSyncRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
9132
- /**
9133
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
9134
- * @summary (BETA) Sync organization scope Metadata to other services
9135
- * @param {*} [options] Override http request option.
9136
- * @throws {RequiredError}
9137
- * @memberof AIApi
9138
- */
9139
- metadataSyncOrganization(options?: AxiosRequestConfig): AxiosPromise<void>;
9140
9252
  /**
9141
9253
  *
9142
9254
  * @summary Patch a Knowledge Recommendation
@@ -9307,29 +9419,6 @@ export declare function AIApi_GetEntityKnowledgeRecommendations(axios: AxiosInst
9307
9419
  */
9308
9420
  export declare function AIApi_GetEntityMemoryItems(axios: AxiosInstance, basePath: string, requestParameters: AIApiGetEntityMemoryItemsRequest, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): AxiosPromise<JsonApiMemoryItemOutDocument>;
9309
9421
 
9310
- /**
9311
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
9312
- * @summary (BETA) Sync Metadata to other services
9313
- * @param {AxiosInstance} axios Axios instance.
9314
- * @param {string} basePath Base path.
9315
- * @param {AIApiMetadataSyncRequest} requestParameters Request parameters.
9316
- * @param {*} [options] Override http request option.
9317
- * @param {Configuration} [configuration] Optional configuration.
9318
- * @throws {RequiredError}
9319
- */
9320
- export declare function AIApi_MetadataSync(axios: AxiosInstance, basePath: string, requestParameters: AIApiMetadataSyncRequest, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): AxiosPromise<void>;
9321
-
9322
- /**
9323
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
9324
- * @summary (BETA) Sync organization scope Metadata to other services
9325
- * @param {AxiosInstance} axios Axios instance.
9326
- * @param {string} basePath Base path.
9327
- * @param {*} [options] Override http request option.
9328
- * @param {Configuration} [configuration] Optional configuration.
9329
- * @throws {RequiredError}
9330
- */
9331
- export declare function AIApi_MetadataSyncOrganization(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): AxiosPromise<void>;
9332
-
9333
9422
  /**
9334
9423
  *
9335
9424
  * @summary Patch a Knowledge Recommendation
@@ -9516,25 +9605,6 @@ export declare function AIApiAxiosParamCreator_GetEntityKnowledgeRecommendations
9516
9605
  */
9517
9606
  export declare function AIApiAxiosParamCreator_GetEntityMemoryItems(workspaceId: string, objectId: string, filter?: string, include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<'origin' | 'all' | 'ALL'>, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): Promise<MetadataRequestArgs>;
9518
9607
 
9519
- /**
9520
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
9521
- * @summary (BETA) Sync Metadata to other services
9522
- * @param {string} workspaceId
9523
- * @param {*} [options] Override http request option.
9524
- * @param {Configuration} [configuration] Optional configuration.
9525
- * @throws {RequiredError}
9526
- */
9527
- export declare function AIApiAxiosParamCreator_MetadataSync(workspaceId: string, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): Promise<MetadataRequestArgs>;
9528
-
9529
- /**
9530
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
9531
- * @summary (BETA) Sync organization scope Metadata to other services
9532
- * @param {*} [options] Override http request option.
9533
- * @param {Configuration} [configuration] Optional configuration.
9534
- * @throws {RequiredError}
9535
- */
9536
- export declare function AIApiAxiosParamCreator_MetadataSyncOrganization(options?: AxiosRequestConfig, configuration?: MetadataConfiguration): Promise<MetadataRequestArgs>;
9537
-
9538
9608
  /**
9539
9609
  *
9540
9610
  * @summary Patch a Knowledge Recommendation
@@ -10151,23 +10221,6 @@ export declare interface AIApiInterface {
10151
10221
  * @memberof AIApiInterface
10152
10222
  */
10153
10223
  getEntityOrgMemoryItems(requestParameters: AIApiGetEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
10154
- /**
10155
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
10156
- * @summary (BETA) Sync Metadata to other services
10157
- * @param {AIApiMetadataSyncRequest} requestParameters Request parameters.
10158
- * @param {*} [options] Override http request option.
10159
- * @throws {RequiredError}
10160
- * @memberof AIApiInterface
10161
- */
10162
- metadataSync(requestParameters: AIApiMetadataSyncRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
10163
- /**
10164
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
10165
- * @summary (BETA) Sync organization scope Metadata to other services
10166
- * @param {*} [options] Override http request option.
10167
- * @throws {RequiredError}
10168
- * @memberof AIApiInterface
10169
- */
10170
- metadataSyncOrganization(options?: AxiosRequestConfig): AxiosPromise<void>;
10171
10224
  /**
10172
10225
  *
10173
10226
  * @summary Patch a Knowledge Recommendation
@@ -10242,20 +10295,6 @@ export declare interface AIApiInterface {
10242
10295
  updateEntityOrgMemoryItems(requestParameters: AIApiUpdateEntityOrgMemoryItemsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiOrgMemoryItemOutDocument>;
10243
10296
  }
10244
10297
 
10245
- /**
10246
- * Request parameters for metadataSync operation in AIApi.
10247
- * @export
10248
- * @interface AIApiMetadataSyncRequest
10249
- */
10250
- export declare interface AIApiMetadataSyncRequest {
10251
- /**
10252
- *
10253
- * @type {string}
10254
- * @memberof AIApiMetadataSync
10255
- */
10256
- readonly workspaceId: string;
10257
- }
10258
-
10259
10298
  /**
10260
10299
  * Request parameters for patchEntityKnowledgeRecommendations operation in AIApi.
10261
10300
  * @export
@@ -11130,22 +11169,23 @@ export declare interface AiFilterByValue {
11130
11169
  'type': AiFilterByValueTypeEnum;
11131
11170
  'using': string;
11132
11171
  'state': AiAttributeFilterState;
11133
- 'from': number;
11134
- 'to': number;
11172
+ 'from': AiFrom;
11173
+ 'to': AiTo;
11135
11174
  'granularity': AiAppDomainConversationsVisualizationDateGranularity;
11136
11175
  'attribute'?: string;
11137
11176
  'top'?: number;
11138
11177
  'bottom'?: number;
11139
11178
  'condition': AiFilterByValueConditionEnum;
11179
+ 'value': string;
11180
+ 'null_values_as_zero'?: boolean;
11140
11181
  'values': Array<string>;
11141
11182
  'case_sensitive'?: boolean;
11142
11183
  'display_as'?: string;
11143
- 'value': string;
11144
11184
  }
11145
11185
 
11146
11186
  export declare type AiFilterByValueConditionEnum = 'contains' | 'doesNotContain' | 'startsWith' | 'doesNotStartWith' | 'endsWith' | 'doesNotEndWith';
11147
11187
 
11148
- export declare type AiFilterByValueTypeEnum = 'attribute_filter' | 'date_filter' | 'ranking_filter' | 'text_filter';
11188
+ export declare type AiFilterByValueTypeEnum = 'attribute_filter' | 'date_filter' | 'ranking_filter' | 'metric_value_filter' | 'text_filter';
11149
11189
 
11150
11190
  export declare interface AiForecastPeriod {
11151
11191
  }
@@ -11380,6 +11420,18 @@ declare interface AiMetricUsageResponse {
11380
11420
  export { AiMetricUsageResponse }
11381
11421
  export { AiMetricUsageResponse as GenAiApiMetricUsageResponse }
11382
11422
 
11423
+ export declare interface AiMetricValueComparisonFilter {
11424
+ 'type': AiMetricValueComparisonFilterTypeEnum;
11425
+ 'using': string;
11426
+ 'condition': AiMetricValueComparisonFilterConditionEnum;
11427
+ 'value': AiValue;
11428
+ 'null_values_as_zero'?: boolean;
11429
+ }
11430
+
11431
+ export declare type AiMetricValueComparisonFilterConditionEnum = 'GREATER_THAN' | 'GREATER_THAN_OR_EQUAL_TO' | 'LESS_THAN' | 'LESS_THAN_OR_EQUAL_TO' | 'EQUAL_TO' | 'NOT_EQUAL_TO';
11432
+
11433
+ export declare type AiMetricValueComparisonFilterTypeEnum = 'metric_value_filter';
11434
+
11383
11435
  export declare const AiMetricValueFilterConditionComparison: {
11384
11436
  readonly GREATER_THAN: "GREATER_THAN";
11385
11437
  readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
@@ -11398,6 +11450,19 @@ export declare const AiMetricValueFilterConditionRange: {
11398
11450
 
11399
11451
  export declare type AiMetricValueFilterConditionRange = typeof AiMetricValueFilterConditionRange[keyof typeof AiMetricValueFilterConditionRange];
11400
11452
 
11453
+ export declare interface AiMetricValueRangeFilter {
11454
+ 'type': AiMetricValueRangeFilterTypeEnum;
11455
+ 'using': string;
11456
+ 'condition': AiMetricValueRangeFilterConditionEnum;
11457
+ 'from': AiFrom;
11458
+ 'to': AiTo;
11459
+ 'null_values_as_zero'?: boolean;
11460
+ }
11461
+
11462
+ export declare type AiMetricValueRangeFilterConditionEnum = 'BETWEEN' | 'NOT_BETWEEN';
11463
+
11464
+ export declare type AiMetricValueRangeFilterTypeEnum = 'metric_value_filter';
11465
+
11401
11466
  export declare interface AiMultipartContent {
11402
11467
  /**
11403
11468
  * Type of item content.
@@ -12192,12 +12257,12 @@ export declare interface AiValidationError {
12192
12257
  export declare interface AiValidationErrorLocInner {
12193
12258
  }
12194
12259
 
12195
- /**
12196
- * Value of the alert threshold to compare the metric to.
12197
- */
12198
12260
  export declare interface AiValue {
12199
12261
  }
12200
12262
 
12263
+ /**
12264
+ * Value of the alert threshold to compare the metric to.
12265
+ */
12201
12266
  export declare interface AiValue1 {
12202
12267
  }
12203
12268
 
@@ -12205,7 +12270,7 @@ export declare interface AiValue1 {
12205
12270
  * Literal threshold value.
12206
12271
  */
12207
12272
  export declare interface AiValueOperand {
12208
- 'value': AiValue | null;
12273
+ 'value': AiValue1 | null;
12209
12274
  }
12210
12275
 
12211
12276
  export declare interface AiVisualization {
@@ -12262,6 +12327,9 @@ export declare interface AiVisualizationConfig {
12262
12327
  'anomaly_detection_sensitivity'?: AiVisualizationConfigAnomalyDetectionSensitivityEnum;
12263
12328
  'anomaly_detection_size'?: AiVisualizationConfigAnomalyDetectionSizeEnum;
12264
12329
  'anomaly_detection_color'?: string;
12330
+ 'disable_key_drive_analysis'?: {
12331
+ [key: string]: boolean;
12332
+ };
12265
12333
  }
12266
12334
 
12267
12335
  export declare type AiVisualizationConfigAnomalyDetectionSensitivityEnum = 'low' | 'medium' | 'high';
@@ -12299,7 +12367,7 @@ export declare interface AiVisualizationMetricValueComparisonFilter {
12299
12367
  'type': AiVisualizationMetricValueComparisonFilterTypeEnum;
12300
12368
  'using': string;
12301
12369
  'condition': AiMetricValueFilterConditionComparison;
12302
- 'value': AiValue1;
12370
+ 'value': AiValue;
12303
12371
  'nullValuesAsZero': boolean;
12304
12372
  }
12305
12373
 
@@ -13419,7 +13487,7 @@ export declare interface ApiEntitlement {
13419
13487
  'expiry'?: string;
13420
13488
  }
13421
13489
 
13422
- export declare type ApiEntitlementNameEnum = 'CacheStrategy' | 'Contract' | 'CustomTheming' | 'ExtraCache' | 'Hipaa' | 'PdfExports' | 'UiLocalization' | 'Tier' | 'UserCount' | 'ManagedIdpUserCount' | 'UnlimitedUsers' | 'UnlimitedWorkspaces' | 'WhiteLabeling' | 'WorkspaceCount' | 'UserTelemetryDisabled' | 'AutomationCount' | 'UnlimitedAutomations' | 'AutomationRecipientCount' | 'UnlimitedAutomationRecipients' | 'DailyScheduledActionCount' | 'UnlimitedDailyScheduledActions' | 'DailyAlertActionCount' | 'UnlimitedDailyAlertActions' | 'ScheduledActionMinimumRecurrenceMinutes' | 'FederatedIdentityManagement' | 'AuditLogging' | 'ControlledFeatureRollout' | 'AiLake' | 'AiModule' | 'AiQueryLimit' | 'AiKnowledgeStorageLimit' | 'AiAgentLimit' | 'AiWorkspaceLimit';
13490
+ export declare type ApiEntitlementNameEnum = 'CacheStrategy' | 'Contract' | 'CustomTheming' | 'ExtraCache' | 'Hipaa' | 'PdfExports' | 'UiLocalization' | 'Tier' | 'UserCount' | 'ManagedIdpUserCount' | 'UnlimitedUsers' | 'UnlimitedWorkspaces' | 'WhiteLabeling' | 'WorkspaceCount' | 'UserTelemetryDisabled' | 'AutomationCount' | 'UnlimitedAutomations' | 'AutomationRecipientCount' | 'UnlimitedAutomationRecipients' | 'DailyScheduledActionCount' | 'UnlimitedDailyScheduledActions' | 'DailyAlertActionCount' | 'UnlimitedDailyAlertActions' | 'ScheduledActionMinimumRecurrenceMinutes' | 'FederatedIdentityManagement' | 'AuditLogging' | 'ControlledFeatureRollout' | 'AiLake' | 'AiModule' | 'AiQueryLimit' | 'AiKnowledgeStorageLimit' | 'AiAgentLimit' | 'AiWorkspaceLimit' | 'AiObservability';
13423
13491
 
13424
13492
  /**
13425
13493
  * ApiTokenControllerApi - object-oriented interface
@@ -14839,6 +14907,9 @@ export declare type ArithmeticMeasureOperatorEnum = 'DIFFERENCE' | 'CHANGE';
14839
14907
  * Identifier of a user or user-group.
14840
14908
  */
14841
14909
  export declare interface AssigneeIdentifier {
14910
+ /**
14911
+ * Identifier of the assignee.
14912
+ */
14842
14913
  'id': string;
14843
14914
  'type': AssigneeIdentifierTypeEnum;
14844
14915
  }
@@ -18544,7 +18615,7 @@ export declare interface AutomationIdentifierRefIdentifier {
18544
18615
  'type': AutomationIdentifierRefIdentifierTypeEnum;
18545
18616
  }
18546
18617
 
18547
- export declare type AutomationIdentifierRefIdentifierTypeEnum = 'analyticalDashboard' | 'attribute' | 'attributeHierarchy' | 'dashboardPlugin' | 'dataset' | 'fact' | 'aggregatedFact' | 'label' | 'metric' | 'userDataFilter' | 'parameter' | 'exportDefinition' | 'automation' | 'automationResult' | 'memoryItem' | 'knowledgeRecommendation' | 'prompt' | 'visualizationObject' | 'filterContext' | 'workspaceSettings' | 'customApplicationSetting' | 'workspaceDataFilter' | 'workspaceDataFilterSetting' | 'filterView';
18618
+ export declare type AutomationIdentifierRefIdentifierTypeEnum = 'analyticalDashboard' | 'attribute' | 'attributeHierarchy' | 'dashboardPlugin' | 'dataset' | 'fact' | 'aggregatedFact' | 'label' | 'metric' | 'userDataFilter' | 'parameter' | 'exportDefinition' | 'automation' | 'automationResult' | 'memoryItem' | 'knowledgeRecommendation' | 'prompt' | 'visualizationObject' | 'filterContext' | 'workspaceSettings' | 'customApplicationSetting' | 'workspaceDataFilter' | 'workspaceDataFilterSetting' | 'filterView' | 'workspaceExportTemplate';
18548
18619
 
18549
18620
  export declare interface AutomationImageExport {
18550
18621
  'requestPayload': ImageExportRequest;
@@ -21103,6 +21174,21 @@ export declare interface AutomationTabularExport {
21103
21174
  'requestPayload': TabularExportRequest;
21104
21175
  }
21105
21176
 
21177
+ /**
21178
+ * A single pre-executed layer in a multi-layer tabular export.
21179
+ */
21180
+ export declare interface AutomationTabularExportExecution {
21181
+ /**
21182
+ * Execution result identifier for this layer.
21183
+ */
21184
+ 'executionResult': string;
21185
+ /**
21186
+ * Layer title used for the exported sheet or file name.
21187
+ */
21188
+ 'title'?: string;
21189
+ 'customOverride'?: AutomationCustomOverride;
21190
+ }
21191
+
21106
21192
  /**
21107
21193
  * Export request object describing the export properties and overrides for tabular exports.
21108
21194
  */
@@ -21141,6 +21227,10 @@ export declare interface AutomationTabularExportRequest {
21141
21227
  * Metadata definition in free-form JSON format.
21142
21228
  */
21143
21229
  'metadata'?: object | null;
21230
+ /**
21231
+ * Pre-executed layers for multi-layer geo visualizations. When provided, this is the canonical source of the exported layers and takes precedence over the top-level executionResult and customOverride, which are ignored. Index 0 is the main layer; each layer carries its own executionResult and customOverride.
21232
+ */
21233
+ 'executions'?: Array<AutomationTabularExportExecution>;
21144
21234
  }
21145
21235
 
21146
21236
  export declare type AutomationTabularExportRequestFormatEnum = 'CSV' | 'XLSX' | 'HTML' | 'PDF';
@@ -26887,6 +26977,24 @@ export declare interface DashboardSlidesTemplate {
26887
26977
 
26888
26978
  export declare type DashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
26889
26979
 
26980
+ export declare interface DashboardSummaryRequestDto {
26981
+ 'dashboardId': string;
26982
+ 'customUserPrompt'?: string;
26983
+ 'gooddataHost'?: string;
26984
+ 'gooddataToken'?: string;
26985
+ 'keyMetricIds'?: Array<string>;
26986
+ 'referenceQuarter'?: string;
26987
+ 'dryRun'?: boolean;
26988
+ 'temperature'?: number;
26989
+ 'aiModel'?: string;
26990
+ }
26991
+
26992
+ export declare interface DashboardSummaryResponseDto {
26993
+ 'runId': string;
26994
+ 'status': string;
26995
+ 'message': string;
26996
+ }
26997
+
26890
26998
  /**
26891
26999
  * Export request object describing the export properties for dashboard tabular exports (v2 with dashboardId).
26892
27000
  */
@@ -31833,7 +31941,7 @@ export declare interface DeclarativeDataSource {
31833
31941
  'dateTimeSemantics'?: DeclarativeDataSourceDateTimeSemanticsEnum | null;
31834
31942
  }
31835
31943
 
31836
- export declare type DeclarativeDataSourceAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'ACCESS_TOKEN';
31944
+ export declare type DeclarativeDataSourceAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'OIDC_PASSTHROUGH';
31837
31945
 
31838
31946
  export declare type DeclarativeDataSourceCacheStrategyEnum = 'ALWAYS' | 'NEVER';
31839
31947
 
@@ -32672,7 +32780,7 @@ export declare interface DeclarativeSetting {
32672
32780
  'type'?: DeclarativeSettingTypeEnum;
32673
32781
  }
32674
32782
 
32675
- export declare type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
32783
+ export declare type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'DEFAULT_EXPORT_TEMPLATE' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
32676
32784
 
32677
32785
  export declare interface DeclarativeSingleWorkspacePermission {
32678
32786
  /**
@@ -33020,6 +33128,10 @@ export declare interface DeclarativeWorkspace {
33020
33128
  'dataSource'?: WorkspaceDataSource;
33021
33129
  'automations'?: Array<DeclarativeAutomation>;
33022
33130
  'filterViews'?: Array<DeclarativeFilterView>;
33131
+ /**
33132
+ * Whether the workspace is platform-managed and read-only. Informational on export; ignored on import (the flag is server-controlled).
33133
+ */
33134
+ 'managed'?: boolean;
33023
33135
  }
33024
33136
 
33025
33137
  /**
@@ -33837,6 +33949,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
33837
33949
  * @memberof EntitiesApi
33838
33950
  */
33839
33951
  createEntityWorkspaceDataFilters(requestParameters: EntitiesApiCreateEntityWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceDataFilterOutDocument>;
33952
+ /**
33953
+ *
33954
+ * @summary Post Workspace Export Template
33955
+ * @param {EntitiesApiCreateEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
33956
+ * @param {*} [options] Override http request option.
33957
+ * @throws {RequiredError}
33958
+ * @memberof EntitiesApi
33959
+ */
33960
+ createEntityWorkspaceExportTemplates(requestParameters: EntitiesApiCreateEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
33840
33961
  /**
33841
33962
  *
33842
33963
  * @summary Post Settings for Workspaces
@@ -34180,6 +34301,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
34180
34301
  * @memberof EntitiesApi
34181
34302
  */
34182
34303
  deleteEntityWorkspaceDataFilters(requestParameters: EntitiesApiDeleteEntityWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
34304
+ /**
34305
+ *
34306
+ * @summary Delete a Workspace Export Template
34307
+ * @param {EntitiesApiDeleteEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
34308
+ * @param {*} [options] Override http request option.
34309
+ * @throws {RequiredError}
34310
+ * @memberof EntitiesApi
34311
+ */
34312
+ deleteEntityWorkspaceExportTemplates(requestParameters: EntitiesApiDeleteEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
34183
34313
  /**
34184
34314
  *
34185
34315
  * @summary Delete a Setting for Workspace
@@ -34612,6 +34742,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
34612
34742
  * @memberof EntitiesApi
34613
34743
  */
34614
34744
  getAllEntitiesWorkspaceDataFilters(requestParameters: EntitiesApiGetAllEntitiesWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceDataFilterOutList>;
34745
+ /**
34746
+ *
34747
+ * @summary Get all Workspace Export Templates
34748
+ * @param {EntitiesApiGetAllEntitiesWorkspaceExportTemplatesRequest} requestParameters Request parameters.
34749
+ * @param {*} [options] Override http request option.
34750
+ * @throws {RequiredError}
34751
+ * @memberof EntitiesApi
34752
+ */
34753
+ getAllEntitiesWorkspaceExportTemplates(requestParameters: EntitiesApiGetAllEntitiesWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutList>;
34615
34754
  /**
34616
34755
  *
34617
34756
  * @summary Get all Setting for Workspaces
@@ -35072,6 +35211,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
35072
35211
  * @memberof EntitiesApi
35073
35212
  */
35074
35213
  getEntityWorkspaceDataFilters(requestParameters: EntitiesApiGetEntityWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceDataFilterOutDocument>;
35214
+ /**
35215
+ *
35216
+ * @summary Get a Workspace Export Template
35217
+ * @param {EntitiesApiGetEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
35218
+ * @param {*} [options] Override http request option.
35219
+ * @throws {RequiredError}
35220
+ * @memberof EntitiesApi
35221
+ */
35222
+ getEntityWorkspaceExportTemplates(requestParameters: EntitiesApiGetEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
35075
35223
  /**
35076
35224
  *
35077
35225
  * @summary Get a Setting for Workspace
@@ -35442,6 +35590,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
35442
35590
  * @memberof EntitiesApi
35443
35591
  */
35444
35592
  patchEntityWorkspaceDataFilters(requestParameters: EntitiesApiPatchEntityWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceDataFilterOutDocument>;
35593
+ /**
35594
+ *
35595
+ * @summary Patch a Workspace Export Template
35596
+ * @param {EntitiesApiPatchEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
35597
+ * @param {*} [options] Override http request option.
35598
+ * @throws {RequiredError}
35599
+ * @memberof EntitiesApi
35600
+ */
35601
+ patchEntityWorkspaceExportTemplates(requestParameters: EntitiesApiPatchEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
35445
35602
  /**
35446
35603
  *
35447
35604
  * @summary Patch a Setting for Workspace
@@ -36001,6 +36158,15 @@ export declare class EntitiesApi extends MetadataBaseApi implements EntitiesApiI
36001
36158
  * @memberof EntitiesApi
36002
36159
  */
36003
36160
  updateEntityWorkspaceDataFilters(requestParameters: EntitiesApiUpdateEntityWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceDataFilterOutDocument>;
36161
+ /**
36162
+ *
36163
+ * @summary Put a Workspace Export Template
36164
+ * @param {EntitiesApiUpdateEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
36165
+ * @param {*} [options] Override http request option.
36166
+ * @throws {RequiredError}
36167
+ * @memberof EntitiesApi
36168
+ */
36169
+ updateEntityWorkspaceExportTemplates(requestParameters: EntitiesApiUpdateEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
36004
36170
  /**
36005
36171
  *
36006
36172
  * @summary Put a Setting for a Workspace
@@ -43254,6 +43420,32 @@ export declare interface EntitiesApiCreateEntityWorkspaceDataFiltersRequest {
43254
43420
  readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
43255
43421
  }
43256
43422
 
43423
+ /**
43424
+ * Request parameters for createEntityWorkspaceExportTemplates operation in EntitiesApi.
43425
+ * @export
43426
+ * @interface EntitiesApiCreateEntityWorkspaceExportTemplatesRequest
43427
+ */
43428
+ export declare interface EntitiesApiCreateEntityWorkspaceExportTemplatesRequest {
43429
+ /**
43430
+ *
43431
+ * @type {string}
43432
+ * @memberof EntitiesApiCreateEntityWorkspaceExportTemplates
43433
+ */
43434
+ readonly workspaceId: string;
43435
+ /**
43436
+ *
43437
+ * @type {JsonApiWorkspaceExportTemplatePostOptionalIdDocument}
43438
+ * @memberof EntitiesApiCreateEntityWorkspaceExportTemplates
43439
+ */
43440
+ readonly jsonApiWorkspaceExportTemplatePostOptionalIdDocument: JsonApiWorkspaceExportTemplatePostOptionalIdDocument;
43441
+ /**
43442
+ * Include Meta objects.
43443
+ * @type {Array<'origin' | 'all' | 'ALL'>}
43444
+ * @memberof EntitiesApiCreateEntityWorkspaceExportTemplates
43445
+ */
43446
+ readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
43447
+ }
43448
+
43257
43449
  /**
43258
43450
  * Request parameters for createEntityWorkspaceSettings operation in EntitiesApi.
43259
43451
  * @export
@@ -43924,6 +44116,26 @@ export declare interface EntitiesApiDeleteEntityWorkspaceDataFiltersRequest {
43924
44116
  readonly objectId: string;
43925
44117
  }
43926
44118
 
44119
+ /**
44120
+ * Request parameters for deleteEntityWorkspaceExportTemplates operation in EntitiesApi.
44121
+ * @export
44122
+ * @interface EntitiesApiDeleteEntityWorkspaceExportTemplatesRequest
44123
+ */
44124
+ export declare interface EntitiesApiDeleteEntityWorkspaceExportTemplatesRequest {
44125
+ /**
44126
+ *
44127
+ * @type {string}
44128
+ * @memberof EntitiesApiDeleteEntityWorkspaceExportTemplates
44129
+ */
44130
+ readonly workspaceId: string;
44131
+ /**
44132
+ *
44133
+ * @type {string}
44134
+ * @memberof EntitiesApiDeleteEntityWorkspaceExportTemplates
44135
+ */
44136
+ readonly objectId: string;
44137
+ }
44138
+
43927
44139
  /**
43928
44140
  * Request parameters for deleteEntityWorkspaceSettings operation in EntitiesApi.
43929
44141
  * @export
@@ -46220,6 +46432,62 @@ export declare interface EntitiesApiGetAllEntitiesWorkspaceDataFiltersRequest {
46220
46432
  readonly metaInclude?: Array<'origin' | 'page' | 'all' | 'ALL'>;
46221
46433
  }
46222
46434
 
46435
+ /**
46436
+ * Request parameters for getAllEntitiesWorkspaceExportTemplates operation in EntitiesApi.
46437
+ * @export
46438
+ * @interface EntitiesApiGetAllEntitiesWorkspaceExportTemplatesRequest
46439
+ */
46440
+ export declare interface EntitiesApiGetAllEntitiesWorkspaceExportTemplatesRequest {
46441
+ /**
46442
+ *
46443
+ * @type {string}
46444
+ * @memberof EntitiesApiGetAllEntitiesWorkspaceExportTemplates
46445
+ */
46446
+ readonly workspaceId: string;
46447
+ /**
46448
+ *
46449
+ * @type {'ALL' | 'PARENTS' | 'NATIVE'}
46450
+ * @memberof EntitiesApiGetAllEntitiesWorkspaceExportTemplates
46451
+ */
46452
+ readonly origin?: 'ALL' | 'PARENTS' | 'NATIVE';
46453
+ /**
46454
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
46455
+ * @type {string}
46456
+ * @memberof EntitiesApiGetAllEntitiesWorkspaceExportTemplates
46457
+ */
46458
+ readonly filter?: string;
46459
+ /**
46460
+ * Zero-based page index (0..N)
46461
+ * @type {number}
46462
+ * @memberof EntitiesApiGetAllEntitiesWorkspaceExportTemplates
46463
+ */
46464
+ readonly page?: number;
46465
+ /**
46466
+ * The size of the page to be returned
46467
+ * @type {number}
46468
+ * @memberof EntitiesApiGetAllEntitiesWorkspaceExportTemplates
46469
+ */
46470
+ readonly size?: number;
46471
+ /**
46472
+ * Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
46473
+ * @type {Array<string>}
46474
+ * @memberof EntitiesApiGetAllEntitiesWorkspaceExportTemplates
46475
+ */
46476
+ readonly sort?: Array<string>;
46477
+ /**
46478
+ *
46479
+ * @type {boolean}
46480
+ * @memberof EntitiesApiGetAllEntitiesWorkspaceExportTemplates
46481
+ */
46482
+ readonly xGDCVALIDATERELATIONS?: boolean;
46483
+ /**
46484
+ * Include Meta objects.
46485
+ * @type {Array<'origin' | 'page' | 'all' | 'ALL'>}
46486
+ * @memberof EntitiesApiGetAllEntitiesWorkspaceExportTemplates
46487
+ */
46488
+ readonly metaInclude?: Array<'origin' | 'page' | 'all' | 'ALL'>;
46489
+ }
46490
+
46223
46491
  /**
46224
46492
  * Request parameters for getAllEntitiesWorkspaceSettings operation in EntitiesApi.
46225
46493
  * @export
@@ -47818,6 +48086,44 @@ export declare interface EntitiesApiGetEntityWorkspaceDataFiltersRequest {
47818
48086
  readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
47819
48087
  }
47820
48088
 
48089
+ /**
48090
+ * Request parameters for getEntityWorkspaceExportTemplates operation in EntitiesApi.
48091
+ * @export
48092
+ * @interface EntitiesApiGetEntityWorkspaceExportTemplatesRequest
48093
+ */
48094
+ export declare interface EntitiesApiGetEntityWorkspaceExportTemplatesRequest {
48095
+ /**
48096
+ *
48097
+ * @type {string}
48098
+ * @memberof EntitiesApiGetEntityWorkspaceExportTemplates
48099
+ */
48100
+ readonly workspaceId: string;
48101
+ /**
48102
+ *
48103
+ * @type {string}
48104
+ * @memberof EntitiesApiGetEntityWorkspaceExportTemplates
48105
+ */
48106
+ readonly objectId: string;
48107
+ /**
48108
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
48109
+ * @type {string}
48110
+ * @memberof EntitiesApiGetEntityWorkspaceExportTemplates
48111
+ */
48112
+ readonly filter?: string;
48113
+ /**
48114
+ *
48115
+ * @type {boolean}
48116
+ * @memberof EntitiesApiGetEntityWorkspaceExportTemplates
48117
+ */
48118
+ readonly xGDCVALIDATERELATIONS?: boolean;
48119
+ /**
48120
+ * Include Meta objects.
48121
+ * @type {Array<'origin' | 'all' | 'ALL'>}
48122
+ * @memberof EntitiesApiGetEntityWorkspaceExportTemplates
48123
+ */
48124
+ readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
48125
+ }
48126
+
47821
48127
  /**
47822
48128
  * Request parameters for getEntityWorkspaceSettings operation in EntitiesApi.
47823
48129
  * @export
@@ -48232,6 +48538,15 @@ export declare interface EntitiesApiInterface {
48232
48538
  * @memberof EntitiesApiInterface
48233
48539
  */
48234
48540
  createEntityWorkspaceDataFilters(requestParameters: EntitiesApiCreateEntityWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceDataFilterOutDocument>;
48541
+ /**
48542
+ *
48543
+ * @summary Post Workspace Export Template
48544
+ * @param {EntitiesApiCreateEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
48545
+ * @param {*} [options] Override http request option.
48546
+ * @throws {RequiredError}
48547
+ * @memberof EntitiesApiInterface
48548
+ */
48549
+ createEntityWorkspaceExportTemplates(requestParameters: EntitiesApiCreateEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
48235
48550
  /**
48236
48551
  *
48237
48552
  * @summary Post Settings for Workspaces
@@ -48575,6 +48890,15 @@ export declare interface EntitiesApiInterface {
48575
48890
  * @memberof EntitiesApiInterface
48576
48891
  */
48577
48892
  deleteEntityWorkspaceDataFilters(requestParameters: EntitiesApiDeleteEntityWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
48893
+ /**
48894
+ *
48895
+ * @summary Delete a Workspace Export Template
48896
+ * @param {EntitiesApiDeleteEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
48897
+ * @param {*} [options] Override http request option.
48898
+ * @throws {RequiredError}
48899
+ * @memberof EntitiesApiInterface
48900
+ */
48901
+ deleteEntityWorkspaceExportTemplates(requestParameters: EntitiesApiDeleteEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
48578
48902
  /**
48579
48903
  *
48580
48904
  * @summary Delete a Setting for Workspace
@@ -49007,6 +49331,15 @@ export declare interface EntitiesApiInterface {
49007
49331
  * @memberof EntitiesApiInterface
49008
49332
  */
49009
49333
  getAllEntitiesWorkspaceDataFilters(requestParameters: EntitiesApiGetAllEntitiesWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceDataFilterOutList>;
49334
+ /**
49335
+ *
49336
+ * @summary Get all Workspace Export Templates
49337
+ * @param {EntitiesApiGetAllEntitiesWorkspaceExportTemplatesRequest} requestParameters Request parameters.
49338
+ * @param {*} [options] Override http request option.
49339
+ * @throws {RequiredError}
49340
+ * @memberof EntitiesApiInterface
49341
+ */
49342
+ getAllEntitiesWorkspaceExportTemplates(requestParameters: EntitiesApiGetAllEntitiesWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutList>;
49010
49343
  /**
49011
49344
  *
49012
49345
  * @summary Get all Setting for Workspaces
@@ -49467,6 +49800,15 @@ export declare interface EntitiesApiInterface {
49467
49800
  * @memberof EntitiesApiInterface
49468
49801
  */
49469
49802
  getEntityWorkspaceDataFilters(requestParameters: EntitiesApiGetEntityWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceDataFilterOutDocument>;
49803
+ /**
49804
+ *
49805
+ * @summary Get a Workspace Export Template
49806
+ * @param {EntitiesApiGetEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
49807
+ * @param {*} [options] Override http request option.
49808
+ * @throws {RequiredError}
49809
+ * @memberof EntitiesApiInterface
49810
+ */
49811
+ getEntityWorkspaceExportTemplates(requestParameters: EntitiesApiGetEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
49470
49812
  /**
49471
49813
  *
49472
49814
  * @summary Get a Setting for Workspace
@@ -49837,6 +50179,15 @@ export declare interface EntitiesApiInterface {
49837
50179
  * @memberof EntitiesApiInterface
49838
50180
  */
49839
50181
  patchEntityWorkspaceDataFilters(requestParameters: EntitiesApiPatchEntityWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceDataFilterOutDocument>;
50182
+ /**
50183
+ *
50184
+ * @summary Patch a Workspace Export Template
50185
+ * @param {EntitiesApiPatchEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
50186
+ * @param {*} [options] Override http request option.
50187
+ * @throws {RequiredError}
50188
+ * @memberof EntitiesApiInterface
50189
+ */
50190
+ patchEntityWorkspaceExportTemplates(requestParameters: EntitiesApiPatchEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
49840
50191
  /**
49841
50192
  *
49842
50193
  * @summary Patch a Setting for Workspace
@@ -50396,6 +50747,15 @@ export declare interface EntitiesApiInterface {
50396
50747
  * @memberof EntitiesApiInterface
50397
50748
  */
50398
50749
  updateEntityWorkspaceDataFilters(requestParameters: EntitiesApiUpdateEntityWorkspaceDataFiltersRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceDataFilterOutDocument>;
50750
+ /**
50751
+ *
50752
+ * @summary Put a Workspace Export Template
50753
+ * @param {EntitiesApiUpdateEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
50754
+ * @param {*} [options] Override http request option.
50755
+ * @throws {RequiredError}
50756
+ * @memberof EntitiesApiInterface
50757
+ */
50758
+ updateEntityWorkspaceExportTemplates(requestParameters: EntitiesApiUpdateEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
50399
50759
  /**
50400
50760
  *
50401
50761
  * @summary Put a Setting for a Workspace
@@ -51656,6 +52016,38 @@ export declare interface EntitiesApiPatchEntityWorkspaceDataFiltersRequest {
51656
52016
  readonly include?: Array<'workspaceDataFilterSettings' | 'filterSettings' | 'ALL'>;
51657
52017
  }
51658
52018
 
52019
+ /**
52020
+ * Request parameters for patchEntityWorkspaceExportTemplates operation in EntitiesApi.
52021
+ * @export
52022
+ * @interface EntitiesApiPatchEntityWorkspaceExportTemplatesRequest
52023
+ */
52024
+ export declare interface EntitiesApiPatchEntityWorkspaceExportTemplatesRequest {
52025
+ /**
52026
+ *
52027
+ * @type {string}
52028
+ * @memberof EntitiesApiPatchEntityWorkspaceExportTemplates
52029
+ */
52030
+ readonly workspaceId: string;
52031
+ /**
52032
+ *
52033
+ * @type {string}
52034
+ * @memberof EntitiesApiPatchEntityWorkspaceExportTemplates
52035
+ */
52036
+ readonly objectId: string;
52037
+ /**
52038
+ *
52039
+ * @type {JsonApiWorkspaceExportTemplatePatchDocument}
52040
+ * @memberof EntitiesApiPatchEntityWorkspaceExportTemplates
52041
+ */
52042
+ readonly jsonApiWorkspaceExportTemplatePatchDocument: JsonApiWorkspaceExportTemplatePatchDocument;
52043
+ /**
52044
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
52045
+ * @type {string}
52046
+ * @memberof EntitiesApiPatchEntityWorkspaceExportTemplates
52047
+ */
52048
+ readonly filter?: string;
52049
+ }
52050
+
51659
52051
  /**
51660
52052
  * Request parameters for patchEntityWorkspaceSettings operation in EntitiesApi.
51661
52053
  * @export
@@ -53640,6 +54032,38 @@ export declare interface EntitiesApiUpdateEntityWorkspaceDataFiltersRequest {
53640
54032
  readonly include?: Array<'workspaceDataFilterSettings' | 'filterSettings' | 'ALL'>;
53641
54033
  }
53642
54034
 
54035
+ /**
54036
+ * Request parameters for updateEntityWorkspaceExportTemplates operation in EntitiesApi.
54037
+ * @export
54038
+ * @interface EntitiesApiUpdateEntityWorkspaceExportTemplatesRequest
54039
+ */
54040
+ export declare interface EntitiesApiUpdateEntityWorkspaceExportTemplatesRequest {
54041
+ /**
54042
+ *
54043
+ * @type {string}
54044
+ * @memberof EntitiesApiUpdateEntityWorkspaceExportTemplates
54045
+ */
54046
+ readonly workspaceId: string;
54047
+ /**
54048
+ *
54049
+ * @type {string}
54050
+ * @memberof EntitiesApiUpdateEntityWorkspaceExportTemplates
54051
+ */
54052
+ readonly objectId: string;
54053
+ /**
54054
+ *
54055
+ * @type {JsonApiWorkspaceExportTemplateInDocument}
54056
+ * @memberof EntitiesApiUpdateEntityWorkspaceExportTemplates
54057
+ */
54058
+ readonly jsonApiWorkspaceExportTemplateInDocument: JsonApiWorkspaceExportTemplateInDocument;
54059
+ /**
54060
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
54061
+ * @type {string}
54062
+ * @memberof EntitiesApiUpdateEntityWorkspaceExportTemplates
54063
+ */
54064
+ readonly filter?: string;
54065
+ }
54066
+
53643
54067
  /**
53644
54068
  * Request parameters for updateEntityWorkspaceSettings operation in EntitiesApi.
53645
54069
  * @export
@@ -54118,7 +54542,7 @@ export declare interface EntitlementsRequest {
54118
54542
  'entitlementsName': Array<EntitlementsRequestEntitlementsNameEnum>;
54119
54543
  }
54120
54544
 
54121
- export declare type EntitlementsRequestEntitlementsNameEnum = 'CacheStrategy' | 'Contract' | 'CustomTheming' | 'ExtraCache' | 'Hipaa' | 'PdfExports' | 'UiLocalization' | 'Tier' | 'UserCount' | 'ManagedIdpUserCount' | 'UnlimitedUsers' | 'UnlimitedWorkspaces' | 'WhiteLabeling' | 'WorkspaceCount' | 'UserTelemetryDisabled' | 'AutomationCount' | 'UnlimitedAutomations' | 'AutomationRecipientCount' | 'UnlimitedAutomationRecipients' | 'DailyScheduledActionCount' | 'UnlimitedDailyScheduledActions' | 'DailyAlertActionCount' | 'UnlimitedDailyAlertActions' | 'ScheduledActionMinimumRecurrenceMinutes' | 'FederatedIdentityManagement' | 'AuditLogging' | 'ControlledFeatureRollout' | 'AiLake' | 'AiModule' | 'AiQueryLimit' | 'AiKnowledgeStorageLimit' | 'AiAgentLimit' | 'AiWorkspaceLimit';
54545
+ export declare type EntitlementsRequestEntitlementsNameEnum = 'CacheStrategy' | 'Contract' | 'CustomTheming' | 'ExtraCache' | 'Hipaa' | 'PdfExports' | 'UiLocalization' | 'Tier' | 'UserCount' | 'ManagedIdpUserCount' | 'UnlimitedUsers' | 'UnlimitedWorkspaces' | 'WhiteLabeling' | 'WorkspaceCount' | 'UserTelemetryDisabled' | 'AutomationCount' | 'UnlimitedAutomations' | 'AutomationRecipientCount' | 'UnlimitedAutomationRecipients' | 'DailyScheduledActionCount' | 'UnlimitedDailyScheduledActions' | 'DailyAlertActionCount' | 'UnlimitedDailyAlertActions' | 'ScheduledActionMinimumRecurrenceMinutes' | 'FederatedIdentityManagement' | 'AuditLogging' | 'ControlledFeatureRollout' | 'AiLake' | 'AiModule' | 'AiQueryLimit' | 'AiKnowledgeStorageLimit' | 'AiAgentLimit' | 'AiWorkspaceLimit' | 'AiObservability';
54122
54546
 
54123
54547
  export declare interface EntityIdentifier {
54124
54548
  /**
@@ -56224,7 +56648,7 @@ export declare interface ExportIdentifierRefIdentifier {
56224
56648
  'type': ExportIdentifierRefIdentifierTypeEnum;
56225
56649
  }
56226
56650
 
56227
- export declare type ExportIdentifierRefIdentifierTypeEnum = 'analyticalDashboard' | 'attribute' | 'attributeHierarchy' | 'dashboardPlugin' | 'dataset' | 'fact' | 'aggregatedFact' | 'label' | 'metric' | 'userDataFilter' | 'parameter' | 'exportDefinition' | 'automation' | 'automationResult' | 'memoryItem' | 'knowledgeRecommendation' | 'prompt' | 'visualizationObject' | 'filterContext' | 'workspaceSettings' | 'customApplicationSetting' | 'workspaceDataFilter' | 'workspaceDataFilterSetting' | 'filterView';
56651
+ export declare type ExportIdentifierRefIdentifierTypeEnum = 'analyticalDashboard' | 'attribute' | 'attributeHierarchy' | 'dashboardPlugin' | 'dataset' | 'fact' | 'aggregatedFact' | 'label' | 'metric' | 'userDataFilter' | 'parameter' | 'exportDefinition' | 'automation' | 'automationResult' | 'memoryItem' | 'knowledgeRecommendation' | 'prompt' | 'visualizationObject' | 'filterContext' | 'workspaceSettings' | 'customApplicationSetting' | 'workspaceDataFilter' | 'workspaceDataFilterSetting' | 'filterView' | 'workspaceExportTemplate';
56228
56652
 
56229
56653
  /**
56230
56654
  * Export request object describing the export properties and metadata for image exports.
@@ -56817,6 +57241,21 @@ export declare interface ExportSlidesExportRequest {
56817
57241
 
56818
57242
  export declare type ExportSlidesExportRequestFormatEnum = 'PDF' | 'PPTX';
56819
57243
 
57244
+ /**
57245
+ * A single pre-executed layer in a multi-layer tabular export.
57246
+ */
57247
+ export declare interface ExportTabularExportExecution {
57248
+ /**
57249
+ * Execution result identifier for this layer.
57250
+ */
57251
+ 'executionResult': string;
57252
+ /**
57253
+ * Layer title used for the exported sheet or file name.
57254
+ */
57255
+ 'title'?: string;
57256
+ 'customOverride'?: ExportCustomOverride;
57257
+ }
57258
+
56820
57259
  /**
56821
57260
  * Export request object describing the export properties and overrides for tabular exports.
56822
57261
  */
@@ -56855,6 +57294,10 @@ export declare interface ExportTabularExportRequest {
56855
57294
  * Metadata definition in free-form JSON format.
56856
57295
  */
56857
57296
  'metadata'?: object | null;
57297
+ /**
57298
+ * Pre-executed layers for multi-layer geo visualizations. When provided, this is the canonical source of the exported layers and takes precedence over the top-level executionResult and customOverride, which are ignored. Index 0 is the main layer; each layer carries its own executionResult and customOverride.
57299
+ */
57300
+ 'executions'?: Array<ExportTabularExportExecution>;
56858
57301
  }
56859
57302
 
56860
57303
  export declare type ExportTabularExportRequestFormatEnum = 'CSV' | 'XLSX' | 'HTML' | 'PDF';
@@ -57279,6 +57722,15 @@ export declare class ExportTemplatesApi extends MetadataBaseApi implements Expor
57279
57722
  * @memberof ExportTemplatesApi
57280
57723
  */
57281
57724
  createEntityExportTemplates(requestParameters: ExportTemplatesApiCreateEntityExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiExportTemplateOutDocument>;
57725
+ /**
57726
+ *
57727
+ * @summary Post Workspace Export Template
57728
+ * @param {ExportTemplatesApiCreateEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
57729
+ * @param {*} [options] Override http request option.
57730
+ * @throws {RequiredError}
57731
+ * @memberof ExportTemplatesApi
57732
+ */
57733
+ createEntityWorkspaceExportTemplates(requestParameters: ExportTemplatesApiCreateEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
57282
57734
  /**
57283
57735
  *
57284
57736
  * @summary Delete Export Template entity
@@ -57288,6 +57740,15 @@ export declare class ExportTemplatesApi extends MetadataBaseApi implements Expor
57288
57740
  * @memberof ExportTemplatesApi
57289
57741
  */
57290
57742
  deleteEntityExportTemplates(requestParameters: ExportTemplatesApiDeleteEntityExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
57743
+ /**
57744
+ *
57745
+ * @summary Delete a Workspace Export Template
57746
+ * @param {ExportTemplatesApiDeleteEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
57747
+ * @param {*} [options] Override http request option.
57748
+ * @throws {RequiredError}
57749
+ * @memberof ExportTemplatesApi
57750
+ */
57751
+ deleteEntityWorkspaceExportTemplates(requestParameters: ExportTemplatesApiDeleteEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
57291
57752
  /**
57292
57753
  *
57293
57754
  * @summary GET all Export Template entities
@@ -57297,6 +57758,15 @@ export declare class ExportTemplatesApi extends MetadataBaseApi implements Expor
57297
57758
  * @memberof ExportTemplatesApi
57298
57759
  */
57299
57760
  getAllEntitiesExportTemplates(requestParameters?: ExportTemplatesApiGetAllEntitiesExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiExportTemplateOutList>;
57761
+ /**
57762
+ *
57763
+ * @summary Get all Workspace Export Templates
57764
+ * @param {ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplatesRequest} requestParameters Request parameters.
57765
+ * @param {*} [options] Override http request option.
57766
+ * @throws {RequiredError}
57767
+ * @memberof ExportTemplatesApi
57768
+ */
57769
+ getAllEntitiesWorkspaceExportTemplates(requestParameters: ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutList>;
57300
57770
  /**
57301
57771
  *
57302
57772
  * @summary GET Export Template entity
@@ -57306,6 +57776,15 @@ export declare class ExportTemplatesApi extends MetadataBaseApi implements Expor
57306
57776
  * @memberof ExportTemplatesApi
57307
57777
  */
57308
57778
  getEntityExportTemplates(requestParameters: ExportTemplatesApiGetEntityExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiExportTemplateOutDocument>;
57779
+ /**
57780
+ *
57781
+ * @summary Get a Workspace Export Template
57782
+ * @param {ExportTemplatesApiGetEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
57783
+ * @param {*} [options] Override http request option.
57784
+ * @throws {RequiredError}
57785
+ * @memberof ExportTemplatesApi
57786
+ */
57787
+ getEntityWorkspaceExportTemplates(requestParameters: ExportTemplatesApiGetEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
57309
57788
  /**
57310
57789
  *
57311
57790
  * @summary Patch Export Template entity
@@ -57315,6 +57794,15 @@ export declare class ExportTemplatesApi extends MetadataBaseApi implements Expor
57315
57794
  * @memberof ExportTemplatesApi
57316
57795
  */
57317
57796
  patchEntityExportTemplates(requestParameters: ExportTemplatesApiPatchEntityExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiExportTemplateOutDocument>;
57797
+ /**
57798
+ *
57799
+ * @summary Patch a Workspace Export Template
57800
+ * @param {ExportTemplatesApiPatchEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
57801
+ * @param {*} [options] Override http request option.
57802
+ * @throws {RequiredError}
57803
+ * @memberof ExportTemplatesApi
57804
+ */
57805
+ patchEntityWorkspaceExportTemplates(requestParameters: ExportTemplatesApiPatchEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
57318
57806
  /**
57319
57807
  *
57320
57808
  * @summary PUT Export Template entity
@@ -57324,6 +57812,15 @@ export declare class ExportTemplatesApi extends MetadataBaseApi implements Expor
57324
57812
  * @memberof ExportTemplatesApi
57325
57813
  */
57326
57814
  updateEntityExportTemplates(requestParameters: ExportTemplatesApiUpdateEntityExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiExportTemplateOutDocument>;
57815
+ /**
57816
+ *
57817
+ * @summary Put a Workspace Export Template
57818
+ * @param {ExportTemplatesApiUpdateEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
57819
+ * @param {*} [options] Override http request option.
57820
+ * @throws {RequiredError}
57821
+ * @memberof ExportTemplatesApi
57822
+ */
57823
+ updateEntityWorkspaceExportTemplates(requestParameters: ExportTemplatesApiUpdateEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
57327
57824
  }
57328
57825
 
57329
57826
  /**
@@ -57481,6 +57978,32 @@ export declare interface ExportTemplatesApiCreateEntityExportTemplatesRequest {
57481
57978
  readonly jsonApiExportTemplatePostOptionalIdDocument: JsonApiExportTemplatePostOptionalIdDocument;
57482
57979
  }
57483
57980
 
57981
+ /**
57982
+ * Request parameters for createEntityWorkspaceExportTemplates operation in ExportTemplatesApi.
57983
+ * @export
57984
+ * @interface ExportTemplatesApiCreateEntityWorkspaceExportTemplatesRequest
57985
+ */
57986
+ export declare interface ExportTemplatesApiCreateEntityWorkspaceExportTemplatesRequest {
57987
+ /**
57988
+ *
57989
+ * @type {string}
57990
+ * @memberof ExportTemplatesApiCreateEntityWorkspaceExportTemplates
57991
+ */
57992
+ readonly workspaceId: string;
57993
+ /**
57994
+ *
57995
+ * @type {JsonApiWorkspaceExportTemplatePostOptionalIdDocument}
57996
+ * @memberof ExportTemplatesApiCreateEntityWorkspaceExportTemplates
57997
+ */
57998
+ readonly jsonApiWorkspaceExportTemplatePostOptionalIdDocument: JsonApiWorkspaceExportTemplatePostOptionalIdDocument;
57999
+ /**
58000
+ * Include Meta objects.
58001
+ * @type {Array<'origin' | 'all' | 'ALL'>}
58002
+ * @memberof ExportTemplatesApiCreateEntityWorkspaceExportTemplates
58003
+ */
58004
+ readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
58005
+ }
58006
+
57484
58007
  /**
57485
58008
  * Request parameters for deleteEntityExportTemplates operation in ExportTemplatesApi.
57486
58009
  * @export
@@ -57495,6 +58018,26 @@ export declare interface ExportTemplatesApiDeleteEntityExportTemplatesRequest {
57495
58018
  readonly id: string;
57496
58019
  }
57497
58020
 
58021
+ /**
58022
+ * Request parameters for deleteEntityWorkspaceExportTemplates operation in ExportTemplatesApi.
58023
+ * @export
58024
+ * @interface ExportTemplatesApiDeleteEntityWorkspaceExportTemplatesRequest
58025
+ */
58026
+ export declare interface ExportTemplatesApiDeleteEntityWorkspaceExportTemplatesRequest {
58027
+ /**
58028
+ *
58029
+ * @type {string}
58030
+ * @memberof ExportTemplatesApiDeleteEntityWorkspaceExportTemplates
58031
+ */
58032
+ readonly workspaceId: string;
58033
+ /**
58034
+ *
58035
+ * @type {string}
58036
+ * @memberof ExportTemplatesApiDeleteEntityWorkspaceExportTemplates
58037
+ */
58038
+ readonly objectId: string;
58039
+ }
58040
+
57498
58041
  /**
57499
58042
  * Request parameters for getAllEntitiesExportTemplates operation in ExportTemplatesApi.
57500
58043
  * @export
@@ -57533,6 +58076,62 @@ export declare interface ExportTemplatesApiGetAllEntitiesExportTemplatesRequest
57533
58076
  readonly metaInclude?: Array<'page' | 'all' | 'ALL'>;
57534
58077
  }
57535
58078
 
58079
+ /**
58080
+ * Request parameters for getAllEntitiesWorkspaceExportTemplates operation in ExportTemplatesApi.
58081
+ * @export
58082
+ * @interface ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplatesRequest
58083
+ */
58084
+ export declare interface ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplatesRequest {
58085
+ /**
58086
+ *
58087
+ * @type {string}
58088
+ * @memberof ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplates
58089
+ */
58090
+ readonly workspaceId: string;
58091
+ /**
58092
+ *
58093
+ * @type {'ALL' | 'PARENTS' | 'NATIVE'}
58094
+ * @memberof ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplates
58095
+ */
58096
+ readonly origin?: 'ALL' | 'PARENTS' | 'NATIVE';
58097
+ /**
58098
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
58099
+ * @type {string}
58100
+ * @memberof ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplates
58101
+ */
58102
+ readonly filter?: string;
58103
+ /**
58104
+ * Zero-based page index (0..N)
58105
+ * @type {number}
58106
+ * @memberof ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplates
58107
+ */
58108
+ readonly page?: number;
58109
+ /**
58110
+ * The size of the page to be returned
58111
+ * @type {number}
58112
+ * @memberof ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplates
58113
+ */
58114
+ readonly size?: number;
58115
+ /**
58116
+ * Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
58117
+ * @type {Array<string>}
58118
+ * @memberof ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplates
58119
+ */
58120
+ readonly sort?: Array<string>;
58121
+ /**
58122
+ *
58123
+ * @type {boolean}
58124
+ * @memberof ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplates
58125
+ */
58126
+ readonly xGDCVALIDATERELATIONS?: boolean;
58127
+ /**
58128
+ * Include Meta objects.
58129
+ * @type {Array<'origin' | 'page' | 'all' | 'ALL'>}
58130
+ * @memberof ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplates
58131
+ */
58132
+ readonly metaInclude?: Array<'origin' | 'page' | 'all' | 'ALL'>;
58133
+ }
58134
+
57536
58135
  /**
57537
58136
  * Request parameters for getEntityExportTemplates operation in ExportTemplatesApi.
57538
58137
  * @export
@@ -57553,6 +58152,44 @@ export declare interface ExportTemplatesApiGetEntityExportTemplatesRequest {
57553
58152
  readonly filter?: string;
57554
58153
  }
57555
58154
 
58155
+ /**
58156
+ * Request parameters for getEntityWorkspaceExportTemplates operation in ExportTemplatesApi.
58157
+ * @export
58158
+ * @interface ExportTemplatesApiGetEntityWorkspaceExportTemplatesRequest
58159
+ */
58160
+ export declare interface ExportTemplatesApiGetEntityWorkspaceExportTemplatesRequest {
58161
+ /**
58162
+ *
58163
+ * @type {string}
58164
+ * @memberof ExportTemplatesApiGetEntityWorkspaceExportTemplates
58165
+ */
58166
+ readonly workspaceId: string;
58167
+ /**
58168
+ *
58169
+ * @type {string}
58170
+ * @memberof ExportTemplatesApiGetEntityWorkspaceExportTemplates
58171
+ */
58172
+ readonly objectId: string;
58173
+ /**
58174
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
58175
+ * @type {string}
58176
+ * @memberof ExportTemplatesApiGetEntityWorkspaceExportTemplates
58177
+ */
58178
+ readonly filter?: string;
58179
+ /**
58180
+ *
58181
+ * @type {boolean}
58182
+ * @memberof ExportTemplatesApiGetEntityWorkspaceExportTemplates
58183
+ */
58184
+ readonly xGDCVALIDATERELATIONS?: boolean;
58185
+ /**
58186
+ * Include Meta objects.
58187
+ * @type {Array<'origin' | 'all' | 'ALL'>}
58188
+ * @memberof ExportTemplatesApiGetEntityWorkspaceExportTemplates
58189
+ */
58190
+ readonly metaInclude?: Array<'origin' | 'all' | 'ALL'>;
58191
+ }
58192
+
57556
58193
  /**
57557
58194
  * ExportTemplatesApi - interface
57558
58195
  * @export
@@ -57568,6 +58205,15 @@ export declare interface ExportTemplatesApiInterface {
57568
58205
  * @memberof ExportTemplatesApiInterface
57569
58206
  */
57570
58207
  createEntityExportTemplates(requestParameters: ExportTemplatesApiCreateEntityExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiExportTemplateOutDocument>;
58208
+ /**
58209
+ *
58210
+ * @summary Post Workspace Export Template
58211
+ * @param {ExportTemplatesApiCreateEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
58212
+ * @param {*} [options] Override http request option.
58213
+ * @throws {RequiredError}
58214
+ * @memberof ExportTemplatesApiInterface
58215
+ */
58216
+ createEntityWorkspaceExportTemplates(requestParameters: ExportTemplatesApiCreateEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
57571
58217
  /**
57572
58218
  *
57573
58219
  * @summary Delete Export Template entity
@@ -57577,6 +58223,15 @@ export declare interface ExportTemplatesApiInterface {
57577
58223
  * @memberof ExportTemplatesApiInterface
57578
58224
  */
57579
58225
  deleteEntityExportTemplates(requestParameters: ExportTemplatesApiDeleteEntityExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
58226
+ /**
58227
+ *
58228
+ * @summary Delete a Workspace Export Template
58229
+ * @param {ExportTemplatesApiDeleteEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
58230
+ * @param {*} [options] Override http request option.
58231
+ * @throws {RequiredError}
58232
+ * @memberof ExportTemplatesApiInterface
58233
+ */
58234
+ deleteEntityWorkspaceExportTemplates(requestParameters: ExportTemplatesApiDeleteEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
57580
58235
  /**
57581
58236
  *
57582
58237
  * @summary GET all Export Template entities
@@ -57586,6 +58241,15 @@ export declare interface ExportTemplatesApiInterface {
57586
58241
  * @memberof ExportTemplatesApiInterface
57587
58242
  */
57588
58243
  getAllEntitiesExportTemplates(requestParameters: ExportTemplatesApiGetAllEntitiesExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiExportTemplateOutList>;
58244
+ /**
58245
+ *
58246
+ * @summary Get all Workspace Export Templates
58247
+ * @param {ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplatesRequest} requestParameters Request parameters.
58248
+ * @param {*} [options] Override http request option.
58249
+ * @throws {RequiredError}
58250
+ * @memberof ExportTemplatesApiInterface
58251
+ */
58252
+ getAllEntitiesWorkspaceExportTemplates(requestParameters: ExportTemplatesApiGetAllEntitiesWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutList>;
57589
58253
  /**
57590
58254
  *
57591
58255
  * @summary GET Export Template entity
@@ -57595,6 +58259,15 @@ export declare interface ExportTemplatesApiInterface {
57595
58259
  * @memberof ExportTemplatesApiInterface
57596
58260
  */
57597
58261
  getEntityExportTemplates(requestParameters: ExportTemplatesApiGetEntityExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiExportTemplateOutDocument>;
58262
+ /**
58263
+ *
58264
+ * @summary Get a Workspace Export Template
58265
+ * @param {ExportTemplatesApiGetEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
58266
+ * @param {*} [options] Override http request option.
58267
+ * @throws {RequiredError}
58268
+ * @memberof ExportTemplatesApiInterface
58269
+ */
58270
+ getEntityWorkspaceExportTemplates(requestParameters: ExportTemplatesApiGetEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
57598
58271
  /**
57599
58272
  *
57600
58273
  * @summary Patch Export Template entity
@@ -57604,6 +58277,15 @@ export declare interface ExportTemplatesApiInterface {
57604
58277
  * @memberof ExportTemplatesApiInterface
57605
58278
  */
57606
58279
  patchEntityExportTemplates(requestParameters: ExportTemplatesApiPatchEntityExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiExportTemplateOutDocument>;
58280
+ /**
58281
+ *
58282
+ * @summary Patch a Workspace Export Template
58283
+ * @param {ExportTemplatesApiPatchEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
58284
+ * @param {*} [options] Override http request option.
58285
+ * @throws {RequiredError}
58286
+ * @memberof ExportTemplatesApiInterface
58287
+ */
58288
+ patchEntityWorkspaceExportTemplates(requestParameters: ExportTemplatesApiPatchEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
57607
58289
  /**
57608
58290
  *
57609
58291
  * @summary PUT Export Template entity
@@ -57613,6 +58295,15 @@ export declare interface ExportTemplatesApiInterface {
57613
58295
  * @memberof ExportTemplatesApiInterface
57614
58296
  */
57615
58297
  updateEntityExportTemplates(requestParameters: ExportTemplatesApiUpdateEntityExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiExportTemplateOutDocument>;
58298
+ /**
58299
+ *
58300
+ * @summary Put a Workspace Export Template
58301
+ * @param {ExportTemplatesApiUpdateEntityWorkspaceExportTemplatesRequest} requestParameters Request parameters.
58302
+ * @param {*} [options] Override http request option.
58303
+ * @throws {RequiredError}
58304
+ * @memberof ExportTemplatesApiInterface
58305
+ */
58306
+ updateEntityWorkspaceExportTemplates(requestParameters: ExportTemplatesApiUpdateEntityWorkspaceExportTemplatesRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceExportTemplateOutDocument>;
57616
58307
  }
57617
58308
 
57618
58309
  /**
@@ -57641,6 +58332,38 @@ export declare interface ExportTemplatesApiPatchEntityExportTemplatesRequest {
57641
58332
  readonly filter?: string;
57642
58333
  }
57643
58334
 
58335
+ /**
58336
+ * Request parameters for patchEntityWorkspaceExportTemplates operation in ExportTemplatesApi.
58337
+ * @export
58338
+ * @interface ExportTemplatesApiPatchEntityWorkspaceExportTemplatesRequest
58339
+ */
58340
+ export declare interface ExportTemplatesApiPatchEntityWorkspaceExportTemplatesRequest {
58341
+ /**
58342
+ *
58343
+ * @type {string}
58344
+ * @memberof ExportTemplatesApiPatchEntityWorkspaceExportTemplates
58345
+ */
58346
+ readonly workspaceId: string;
58347
+ /**
58348
+ *
58349
+ * @type {string}
58350
+ * @memberof ExportTemplatesApiPatchEntityWorkspaceExportTemplates
58351
+ */
58352
+ readonly objectId: string;
58353
+ /**
58354
+ *
58355
+ * @type {JsonApiWorkspaceExportTemplatePatchDocument}
58356
+ * @memberof ExportTemplatesApiPatchEntityWorkspaceExportTemplates
58357
+ */
58358
+ readonly jsonApiWorkspaceExportTemplatePatchDocument: JsonApiWorkspaceExportTemplatePatchDocument;
58359
+ /**
58360
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
58361
+ * @type {string}
58362
+ * @memberof ExportTemplatesApiPatchEntityWorkspaceExportTemplates
58363
+ */
58364
+ readonly filter?: string;
58365
+ }
58366
+
57644
58367
  /**
57645
58368
  * Request parameters for updateEntityExportTemplates operation in ExportTemplatesApi.
57646
58369
  * @export
@@ -57667,6 +58390,38 @@ export declare interface ExportTemplatesApiUpdateEntityExportTemplatesRequest {
57667
58390
  readonly filter?: string;
57668
58391
  }
57669
58392
 
58393
+ /**
58394
+ * Request parameters for updateEntityWorkspaceExportTemplates operation in ExportTemplatesApi.
58395
+ * @export
58396
+ * @interface ExportTemplatesApiUpdateEntityWorkspaceExportTemplatesRequest
58397
+ */
58398
+ export declare interface ExportTemplatesApiUpdateEntityWorkspaceExportTemplatesRequest {
58399
+ /**
58400
+ *
58401
+ * @type {string}
58402
+ * @memberof ExportTemplatesApiUpdateEntityWorkspaceExportTemplates
58403
+ */
58404
+ readonly workspaceId: string;
58405
+ /**
58406
+ *
58407
+ * @type {string}
58408
+ * @memberof ExportTemplatesApiUpdateEntityWorkspaceExportTemplates
58409
+ */
58410
+ readonly objectId: string;
58411
+ /**
58412
+ *
58413
+ * @type {JsonApiWorkspaceExportTemplateInDocument}
58414
+ * @memberof ExportTemplatesApiUpdateEntityWorkspaceExportTemplates
58415
+ */
58416
+ readonly jsonApiWorkspaceExportTemplateInDocument: JsonApiWorkspaceExportTemplateInDocument;
58417
+ /**
58418
+ * Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title&#x3D;&#x3D;\&#39;Some Title\&#39;;description&#x3D;&#x3D;\&#39;desc\&#39;). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty&#x3D;&#x3D;\&#39;Value 123\&#39;).
58419
+ * @type {string}
58420
+ * @memberof ExportTemplatesApiUpdateEntityWorkspaceExportTemplates
58421
+ */
58422
+ readonly filter?: string;
58423
+ }
58424
+
57670
58425
  /**
57671
58426
  * Export request object describing the export properties and metadata for dashboard PDF exports.
57672
58427
  */
@@ -58715,6 +59470,12 @@ export declare type FeatureContext = {
58715
59470
  dataCenter?: string;
58716
59471
  };
58717
59472
 
59473
+ export declare interface FeedbackRequestDto {
59474
+ 'sentiment': FeedbackRequestDtoSentimentEnum;
59475
+ }
59476
+
59477
+ export declare type FeedbackRequestDtoSentimentEnum = 'POSITIVE' | 'NEGATIVE';
59478
+
58718
59479
  /**
58719
59480
  * Specifies what is used for filtering.
58720
59481
  */
@@ -61350,7 +62111,7 @@ export declare function GenAiApi_AiSearch(axios: AxiosInstance, basePath: string
61350
62111
  * @param {Configuration} [configuration] Optional configuration.
61351
62112
  * @throws {RequiredError}
61352
62113
  */
61353
- export declare function GenAiApi_CreatedBy(axios: AxiosInstance, basePath: string, requestParameters: GenAiApiCreatedByRequest, options?: AxiosRequestConfig, configuration?: LabelElementsConfiguration): AxiosPromise<AfmAnalyticsCatalogCreatedBy>;
62114
+ export declare function GenAiApi_CreatedBy(axios: AxiosInstance, basePath: string, requestParameters: GenAiApiCreatedByRequest, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): AxiosPromise<AfmAnalyticsCatalogCreatedBy>;
61354
62115
 
61355
62116
  /**
61356
62117
  * Returns metadata quality issues detected by the platform linter.
@@ -61398,7 +62159,7 @@ export declare function GenAiApi_MemoryCreatedByUsers(axios: AxiosInstance, base
61398
62159
  * @param {Configuration} [configuration] Optional configuration.
61399
62160
  * @throws {RequiredError}
61400
62161
  */
61401
- export declare function GenAiApi_Tags(axios: AxiosInstance, basePath: string, requestParameters: GenAiApiTagsRequest, options?: AxiosRequestConfig, configuration?: LabelElementsConfiguration): AxiosPromise<AfmAnalyticsCatalogTags>;
62162
+ export declare function GenAiApi_Tags(axios: AxiosInstance, basePath: string, requestParameters: GenAiApiTagsRequest, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): AxiosPromise<AfmAnalyticsCatalogTags>;
61402
62163
 
61403
62164
  /**
61404
62165
  * Tests LLM provider connectivity with a full definition.
@@ -61468,7 +62229,7 @@ export declare function GenAiApi_ValidateLLMEndpointById(axios: AxiosInstance, b
61468
62229
  */
61469
62230
  export declare interface GenAiApiCreatedByRequest {
61470
62231
  /**
61471
- * Workspace identifier
62232
+ *
61472
62233
  * @type {string}
61473
62234
  * @memberof ActionsApiCreatedBy
61474
62235
  */
@@ -61496,7 +62257,7 @@ export declare interface GenAiApiMemoryCreatedByUsersRequest {
61496
62257
  */
61497
62258
  export declare interface GenAiApiTagsRequest {
61498
62259
  /**
61499
- * Workspace identifier
62260
+ *
61500
62261
  * @type {string}
61501
62262
  * @memberof ActionsApiTags
61502
62263
  */
@@ -62714,7 +63475,7 @@ export declare interface IdentifierRefIdentifier {
62714
63475
  'type': IdentifierRefIdentifierTypeEnum;
62715
63476
  }
62716
63477
 
62717
- export declare type IdentifierRefIdentifierTypeEnum = 'analyticalDashboard' | 'attribute' | 'attributeHierarchy' | 'dashboardPlugin' | 'dataset' | 'fact' | 'aggregatedFact' | 'label' | 'metric' | 'userDataFilter' | 'parameter' | 'exportDefinition' | 'automation' | 'automationResult' | 'memoryItem' | 'knowledgeRecommendation' | 'prompt' | 'visualizationObject' | 'filterContext' | 'workspaceSettings' | 'customApplicationSetting' | 'workspaceDataFilter' | 'workspaceDataFilterSetting' | 'filterView';
63478
+ export declare type IdentifierRefIdentifierTypeEnum = 'analyticalDashboard' | 'attribute' | 'attributeHierarchy' | 'dashboardPlugin' | 'dataset' | 'fact' | 'aggregatedFact' | 'label' | 'metric' | 'userDataFilter' | 'parameter' | 'exportDefinition' | 'automation' | 'automationResult' | 'memoryItem' | 'knowledgeRecommendation' | 'prompt' | 'visualizationObject' | 'filterContext' | 'workspaceSettings' | 'customApplicationSetting' | 'workspaceDataFilter' | 'workspaceDataFilterSetting' | 'filterView' | 'workspaceExportTemplate';
62718
63479
 
62719
63480
  /**
62720
63481
  * IdentityProviderControllerApi - object-oriented interface
@@ -66589,7 +67350,15 @@ export declare interface JsonApiColorPaletteIn {
66589
67350
  * API identifier of an object
66590
67351
  */
66591
67352
  'id': string;
66592
- 'attributes': JsonApiColorPaletteOutAttributes;
67353
+ 'attributes': JsonApiColorPaletteInAttributes;
67354
+ }
67355
+
67356
+ export declare interface JsonApiColorPaletteInAttributes {
67357
+ 'name': string;
67358
+ /**
67359
+ * Free-form JSON content. Maximum supported length is 15000 characters.
67360
+ */
67361
+ 'content': object;
66593
67362
  }
66594
67363
 
66595
67364
  export declare interface JsonApiColorPaletteInDocument {
@@ -66610,15 +67379,7 @@ export declare interface JsonApiColorPaletteOut {
66610
67379
  * API identifier of an object
66611
67380
  */
66612
67381
  'id': string;
66613
- 'attributes': JsonApiColorPaletteOutAttributes;
66614
- }
66615
-
66616
- export declare interface JsonApiColorPaletteOutAttributes {
66617
- 'name': string;
66618
- /**
66619
- * Free-form JSON content. Maximum supported length is 15000 characters.
66620
- */
66621
- 'content': object;
67382
+ 'attributes': JsonApiColorPaletteInAttributes;
66622
67383
  }
66623
67384
 
66624
67385
  export declare interface JsonApiColorPaletteOutDocument {
@@ -66646,7 +67407,7 @@ export declare interface JsonApiColorPaletteOutWithLinks {
66646
67407
  * API identifier of an object
66647
67408
  */
66648
67409
  'id': string;
66649
- 'attributes': JsonApiColorPaletteOutAttributes;
67410
+ 'attributes': JsonApiColorPaletteInAttributes;
66650
67411
  'links'?: ObjectLinks;
66651
67412
  }
66652
67413
 
@@ -66693,15 +67454,7 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
66693
67454
  * API identifier of an object
66694
67455
  */
66695
67456
  'id': string;
66696
- 'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
66697
- }
66698
-
66699
- export declare interface JsonApiCookieSecurityConfigurationInAttributes {
66700
- 'lastRotation'?: string;
66701
- /**
66702
- * Length of interval between automatic rotations expressed in format of ISO 8601 duration
66703
- */
66704
- 'rotationInterval'?: string;
67457
+ 'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
66705
67458
  }
66706
67459
 
66707
67460
  export declare interface JsonApiCookieSecurityConfigurationInDocument {
@@ -66722,7 +67475,15 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
66722
67475
  * API identifier of an object
66723
67476
  */
66724
67477
  'id': string;
66725
- 'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
67478
+ 'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
67479
+ }
67480
+
67481
+ export declare interface JsonApiCookieSecurityConfigurationOutAttributes {
67482
+ 'lastRotation'?: string;
67483
+ /**
67484
+ * Length of interval between automatic rotations expressed in format of ISO 8601 duration
67485
+ */
67486
+ 'rotationInterval'?: string;
66726
67487
  }
66727
67488
 
66728
67489
  export declare interface JsonApiCookieSecurityConfigurationOutDocument {
@@ -66744,7 +67505,7 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
66744
67505
  * API identifier of an object
66745
67506
  */
66746
67507
  'id': string;
66747
- 'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
67508
+ 'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
66748
67509
  }
66749
67510
 
66750
67511
  export declare interface JsonApiCookieSecurityConfigurationPatchDocument {
@@ -67649,11 +68410,15 @@ export declare interface JsonApiDataSourceInAttributes {
67649
68410
  /**
67650
68411
  * Additional parameters to be used when connecting to the database providing the data for the data source.
67651
68412
  */
67652
- 'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
68413
+ 'parameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
67653
68414
  /**
67654
68415
  * Determines how the results coming from a particular datasource should be cached.
67655
68416
  */
67656
68417
  'cacheStrategy'?: JsonApiDataSourceInAttributesCacheStrategyEnum | null;
68418
+ /**
68419
+ * Type of authentication used to connect to the database.
68420
+ */
68421
+ 'authenticationType'?: JsonApiDataSourceInAttributesAuthenticationTypeEnum | null;
67657
68422
  /**
67658
68423
  * Alternative data source ID. It is a weak reference meaning data source does not have to exist. All the entities (e.g. tables) from the data source must be available also in the alternative data source. It must be present in the same organization as the data source.
67659
68424
  */
@@ -67664,10 +68429,17 @@ export declare interface JsonApiDataSourceInAttributes {
67664
68429
  'dateTimeSemantics'?: JsonApiDataSourceInAttributesDateTimeSemanticsEnum | null;
67665
68430
  }
67666
68431
 
68432
+ export declare type JsonApiDataSourceInAttributesAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'OIDC_PASSTHROUGH';
68433
+
67667
68434
  export declare type JsonApiDataSourceInAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
67668
68435
 
67669
68436
  export declare type JsonApiDataSourceInAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
67670
68437
 
68438
+ export declare interface JsonApiDataSourceInAttributesParametersInner {
68439
+ 'name': string;
68440
+ 'value': string;
68441
+ }
68442
+
67671
68443
  export declare type JsonApiDataSourceInAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
67672
68444
 
67673
68445
  export declare interface JsonApiDataSourceInDocument {
@@ -67720,11 +68492,11 @@ export declare interface JsonApiDataSourceOutAttributes {
67720
68492
  /**
67721
68493
  * Additional parameters to be used when connecting to the database providing the data for the data source.
67722
68494
  */
67723
- 'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
68495
+ 'parameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
67724
68496
  /**
67725
68497
  * Decoded parameters to be used when connecting to the database providing the data for the data source.
67726
68498
  */
67727
- 'decodedParameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
68499
+ 'decodedParameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
67728
68500
  /**
67729
68501
  * Determines how the results coming from a particular datasource should be cached.
67730
68502
  */
@@ -67741,19 +68513,18 @@ export declare interface JsonApiDataSourceOutAttributes {
67741
68513
  * Determines how datetime values are interpreted in data sources without native support for specifying this. Only StarRocks and AI Lakehouse data sources currently support this.
67742
68514
  */
67743
68515
  'dateTimeSemantics'?: JsonApiDataSourceOutAttributesDateTimeSemanticsEnum | null;
68516
+ /**
68517
+ * Whether the object is platform-managed and read-only.
68518
+ */
68519
+ 'managed'?: boolean;
67744
68520
  }
67745
68521
 
67746
- export declare type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'ACCESS_TOKEN';
68522
+ export declare type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'OIDC_PASSTHROUGH';
67747
68523
 
67748
68524
  export declare type JsonApiDataSourceOutAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
67749
68525
 
67750
68526
  export declare type JsonApiDataSourceOutAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
67751
68527
 
67752
- export declare interface JsonApiDataSourceOutAttributesParametersInner {
67753
- 'name': string;
67754
- 'value': string;
67755
- }
67756
-
67757
68528
  export declare type JsonApiDataSourceOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
67758
68529
 
67759
68530
  export declare interface JsonApiDataSourceOutDocument {
@@ -67851,11 +68622,15 @@ export declare interface JsonApiDataSourcePatchAttributes {
67851
68622
  /**
67852
68623
  * Additional parameters to be used when connecting to the database providing the data for the data source.
67853
68624
  */
67854
- 'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
68625
+ 'parameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
67855
68626
  /**
67856
68627
  * Determines how the results coming from a particular datasource should be cached.
67857
68628
  */
67858
68629
  'cacheStrategy'?: JsonApiDataSourcePatchAttributesCacheStrategyEnum | null;
68630
+ /**
68631
+ * Type of authentication used to connect to the database.
68632
+ */
68633
+ 'authenticationType'?: JsonApiDataSourcePatchAttributesAuthenticationTypeEnum | null;
67859
68634
  /**
67860
68635
  * Alternative data source ID. It is a weak reference meaning data source does not have to exist. All the entities (e.g. tables) from the data source must be available also in the alternative data source. It must be present in the same organization as the data source.
67861
68636
  */
@@ -67866,6 +68641,8 @@ export declare interface JsonApiDataSourcePatchAttributes {
67866
68641
  'dateTimeSemantics'?: JsonApiDataSourcePatchAttributesDateTimeSemanticsEnum | null;
67867
68642
  }
67868
68643
 
68644
+ export declare type JsonApiDataSourcePatchAttributesAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'OIDC_PASSTHROUGH';
68645
+
67869
68646
  export declare type JsonApiDataSourcePatchAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
67870
68647
 
67871
68648
  export declare type JsonApiDataSourcePatchAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
@@ -69578,31 +70355,10 @@ export declare interface JsonApiLlmProviderIn {
69578
70355
  * API identifier of an object
69579
70356
  */
69580
70357
  'id': string;
69581
- 'attributes'?: JsonApiLlmProviderOutAttributes;
70358
+ 'attributes'?: JsonApiLlmProviderInAttributes;
69582
70359
  }
69583
70360
 
69584
- export declare interface JsonApiLlmProviderInDocument {
69585
- 'data': JsonApiLlmProviderIn;
69586
- }
69587
-
69588
- export declare type JsonApiLlmProviderInTypeEnum = 'llmProvider';
69589
-
69590
- /**
69591
- * LLM Provider configuration for connecting to LLM services.
69592
- */
69593
- export declare interface JsonApiLlmProviderOut {
69594
- /**
69595
- * Object type
69596
- */
69597
- 'type': JsonApiLlmProviderOutTypeEnum;
69598
- /**
69599
- * API identifier of an object
69600
- */
69601
- 'id': string;
69602
- 'attributes'?: JsonApiLlmProviderOutAttributes;
69603
- }
69604
-
69605
- export declare interface JsonApiLlmProviderOutAttributes {
70361
+ export declare interface JsonApiLlmProviderInAttributes {
69606
70362
  'name'?: string | null;
69607
70363
  /**
69608
70364
  * Description of the LLM Provider.
@@ -69612,17 +70368,17 @@ export declare interface JsonApiLlmProviderOutAttributes {
69612
70368
  * Required ID of the default model to use from the models list.
69613
70369
  */
69614
70370
  'defaultModelId'?: string | null;
69615
- 'providerConfig'?: JsonApiLlmProviderOutAttributesProviderConfig | null;
70371
+ 'providerConfig'?: JsonApiLlmProviderInAttributesProviderConfig | null;
69616
70372
  /**
69617
70373
  * List of LLM models available for this provider.
69618
70374
  */
69619
- 'models'?: Array<JsonApiLlmProviderOutAttributesModelsInner> | null;
70375
+ 'models'?: Array<JsonApiLlmProviderInAttributesModelsInner> | null;
69620
70376
  }
69621
70377
 
69622
70378
  /**
69623
70379
  * LLM Model configuration (id, family) within a provider.
69624
70380
  */
69625
- export declare interface JsonApiLlmProviderOutAttributesModelsInner {
70381
+ export declare interface JsonApiLlmProviderInAttributesModelsInner {
69626
70382
  /**
69627
70383
  * Unique identifier of the model (e.g., gpt-5.3, claude-4.6).
69628
70384
  */
@@ -69630,16 +70386,37 @@ export declare interface JsonApiLlmProviderOutAttributesModelsInner {
69630
70386
  /**
69631
70387
  * Family of LLM models.
69632
70388
  */
69633
- 'family': JsonApiLlmProviderOutAttributesModelsInnerFamilyEnum;
70389
+ 'family': JsonApiLlmProviderInAttributesModelsInnerFamilyEnum;
69634
70390
  }
69635
70391
 
69636
- export declare type JsonApiLlmProviderOutAttributesModelsInnerFamilyEnum = 'OPENAI' | 'ANTHROPIC' | 'META' | 'MISTRAL' | 'AMAZON' | 'GOOGLE' | 'COHERE' | 'UNKNOWN';
70392
+ export declare type JsonApiLlmProviderInAttributesModelsInnerFamilyEnum = 'OPENAI' | 'ANTHROPIC' | 'META' | 'MISTRAL' | 'AMAZON' | 'GOOGLE' | 'COHERE' | 'UNKNOWN';
69637
70393
 
69638
70394
  /**
69639
- * @type JsonApiLlmProviderOutAttributesProviderConfig
70395
+ * @type JsonApiLlmProviderInAttributesProviderConfig
69640
70396
  * Provider-specific configuration including authentication.
69641
70397
  */
69642
- export declare type JsonApiLlmProviderOutAttributesProviderConfig = AnthropicProviderConfig | AwsBedrockProviderConfig | AzureFoundryProviderConfig | OpenAIProviderConfig;
70398
+ export declare type JsonApiLlmProviderInAttributesProviderConfig = AnthropicProviderConfig | AwsBedrockProviderConfig | AzureFoundryProviderConfig | OpenAIProviderConfig;
70399
+
70400
+ export declare interface JsonApiLlmProviderInDocument {
70401
+ 'data': JsonApiLlmProviderIn;
70402
+ }
70403
+
70404
+ export declare type JsonApiLlmProviderInTypeEnum = 'llmProvider';
70405
+
70406
+ /**
70407
+ * LLM Provider configuration for connecting to LLM services.
70408
+ */
70409
+ export declare interface JsonApiLlmProviderOut {
70410
+ /**
70411
+ * Object type
70412
+ */
70413
+ 'type': JsonApiLlmProviderOutTypeEnum;
70414
+ /**
70415
+ * API identifier of an object
70416
+ */
70417
+ 'id': string;
70418
+ 'attributes'?: JsonApiLlmProviderInAttributes;
70419
+ }
69643
70420
 
69644
70421
  export declare interface JsonApiLlmProviderOutDocument {
69645
70422
  'data': JsonApiLlmProviderOut;
@@ -69666,7 +70443,7 @@ export declare interface JsonApiLlmProviderOutWithLinks {
69666
70443
  * API identifier of an object
69667
70444
  */
69668
70445
  'id': string;
69669
- 'attributes'?: JsonApiLlmProviderOutAttributes;
70446
+ 'attributes'?: JsonApiLlmProviderInAttributes;
69670
70447
  'links'?: ObjectLinks;
69671
70448
  }
69672
70449
 
@@ -69684,7 +70461,7 @@ export declare interface JsonApiLlmProviderPatch {
69684
70461
  * API identifier of an object
69685
70462
  */
69686
70463
  'id': string;
69687
- 'attributes'?: JsonApiLlmProviderOutAttributes;
70464
+ 'attributes'?: JsonApiLlmProviderInAttributes;
69688
70465
  }
69689
70466
 
69690
70467
  export declare interface JsonApiLlmProviderPatchDocument {
@@ -70540,7 +71317,7 @@ export declare interface JsonApiOrganizationSettingInAttributes {
70540
71317
  'type'?: JsonApiOrganizationSettingInAttributesTypeEnum;
70541
71318
  }
70542
71319
 
70543
- export declare type JsonApiOrganizationSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
71320
+ export declare type JsonApiOrganizationSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'DEFAULT_EXPORT_TEMPLATE' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
70544
71321
 
70545
71322
  export declare interface JsonApiOrganizationSettingInDocument {
70546
71323
  'data': JsonApiOrganizationSettingIn;
@@ -70979,7 +71756,7 @@ export declare interface JsonApiThemeIn {
70979
71756
  * API identifier of an object
70980
71757
  */
70981
71758
  'id': string;
70982
- 'attributes': JsonApiColorPaletteOutAttributes;
71759
+ 'attributes': JsonApiColorPaletteInAttributes;
70983
71760
  }
70984
71761
 
70985
71762
  export declare interface JsonApiThemeInDocument {
@@ -71000,7 +71777,7 @@ export declare interface JsonApiThemeOut {
71000
71777
  * API identifier of an object
71001
71778
  */
71002
71779
  'id': string;
71003
- 'attributes': JsonApiColorPaletteOutAttributes;
71780
+ 'attributes': JsonApiColorPaletteInAttributes;
71004
71781
  }
71005
71782
 
71006
71783
  export declare interface JsonApiThemeOutDocument {
@@ -71028,7 +71805,7 @@ export declare interface JsonApiThemeOutWithLinks {
71028
71805
  * API identifier of an object
71029
71806
  */
71030
71807
  'id': string;
71031
- 'attributes': JsonApiColorPaletteOutAttributes;
71808
+ 'attributes': JsonApiColorPaletteInAttributes;
71032
71809
  'links'?: ObjectLinks;
71033
71810
  }
71034
71811
 
@@ -72246,6 +73023,164 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatchDocument {
72246
73023
 
72247
73024
  export declare type JsonApiWorkspaceDataFilterSettingPatchTypeEnum = 'workspaceDataFilterSetting';
72248
73025
 
73026
+ /**
73027
+ * JSON:API representation of workspaceExportTemplate entity.
73028
+ */
73029
+ export declare interface JsonApiWorkspaceExportTemplateIn {
73030
+ /**
73031
+ * Object type
73032
+ */
73033
+ 'type': JsonApiWorkspaceExportTemplateInTypeEnum;
73034
+ /**
73035
+ * API identifier of an object
73036
+ */
73037
+ 'id': string;
73038
+ 'attributes': JsonApiWorkspaceExportTemplatePostOptionalIdAttributes;
73039
+ }
73040
+
73041
+ export declare interface JsonApiWorkspaceExportTemplateInDocument {
73042
+ 'data': JsonApiWorkspaceExportTemplateIn;
73043
+ }
73044
+
73045
+ export declare type JsonApiWorkspaceExportTemplateInTypeEnum = 'workspaceExportTemplate';
73046
+
73047
+ /**
73048
+ * JSON:API representation of workspaceExportTemplate entity.
73049
+ */
73050
+ export declare interface JsonApiWorkspaceExportTemplateOut {
73051
+ /**
73052
+ * Object type
73053
+ */
73054
+ 'type': JsonApiWorkspaceExportTemplateOutTypeEnum;
73055
+ /**
73056
+ * API identifier of an object
73057
+ */
73058
+ 'id': string;
73059
+ 'meta'?: JsonApiExportDefinitionOutMeta;
73060
+ 'attributes': JsonApiWorkspaceExportTemplatePostOptionalIdAttributes;
73061
+ }
73062
+
73063
+ export declare interface JsonApiWorkspaceExportTemplateOutDocument {
73064
+ 'data': JsonApiWorkspaceExportTemplateOut;
73065
+ 'links'?: ObjectLinks;
73066
+ }
73067
+
73068
+ /**
73069
+ * A JSON:API document with a list of resources
73070
+ */
73071
+ export declare interface JsonApiWorkspaceExportTemplateOutList {
73072
+ 'data': Array<JsonApiWorkspaceExportTemplateOutWithLinks>;
73073
+ 'links'?: ListLinks;
73074
+ 'meta'?: JsonApiAgentOutListMeta;
73075
+ }
73076
+
73077
+ export declare type JsonApiWorkspaceExportTemplateOutTypeEnum = 'workspaceExportTemplate';
73078
+
73079
+ export declare interface JsonApiWorkspaceExportTemplateOutWithLinks {
73080
+ /**
73081
+ * Object type
73082
+ */
73083
+ 'type': JsonApiWorkspaceExportTemplateOutWithLinksTypeEnum;
73084
+ /**
73085
+ * API identifier of an object
73086
+ */
73087
+ 'id': string;
73088
+ 'meta'?: JsonApiExportDefinitionOutMeta;
73089
+ 'attributes': JsonApiWorkspaceExportTemplatePostOptionalIdAttributes;
73090
+ 'links'?: ObjectLinks;
73091
+ }
73092
+
73093
+ export declare type JsonApiWorkspaceExportTemplateOutWithLinksTypeEnum = 'workspaceExportTemplate';
73094
+
73095
+ /**
73096
+ * JSON:API representation of patching workspaceExportTemplate entity.
73097
+ */
73098
+ export declare interface JsonApiWorkspaceExportTemplatePatch {
73099
+ /**
73100
+ * Object type
73101
+ */
73102
+ 'type': JsonApiWorkspaceExportTemplatePatchTypeEnum;
73103
+ /**
73104
+ * API identifier of an object
73105
+ */
73106
+ 'id': string;
73107
+ 'attributes': JsonApiWorkspaceExportTemplatePatchAttributes;
73108
+ }
73109
+
73110
+ export declare interface JsonApiWorkspaceExportTemplatePatchAttributes {
73111
+ /**
73112
+ * User-facing name of the Slides template.
73113
+ */
73114
+ 'name'?: string;
73115
+ 'dashboardSlidesTemplate'?: JsonApiWorkspaceExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
73116
+ 'widgetSlidesTemplate'?: JsonApiWorkspaceExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
73117
+ }
73118
+
73119
+ export declare interface JsonApiWorkspaceExportTemplatePatchDocument {
73120
+ 'data': JsonApiWorkspaceExportTemplatePatch;
73121
+ }
73122
+
73123
+ export declare type JsonApiWorkspaceExportTemplatePatchTypeEnum = 'workspaceExportTemplate';
73124
+
73125
+ /**
73126
+ * JSON:API representation of workspaceExportTemplate entity.
73127
+ */
73128
+ export declare interface JsonApiWorkspaceExportTemplatePostOptionalId {
73129
+ /**
73130
+ * Object type
73131
+ */
73132
+ 'type': JsonApiWorkspaceExportTemplatePostOptionalIdTypeEnum;
73133
+ /**
73134
+ * API identifier of an object
73135
+ */
73136
+ 'id'?: string;
73137
+ 'attributes': JsonApiWorkspaceExportTemplatePostOptionalIdAttributes;
73138
+ }
73139
+
73140
+ export declare interface JsonApiWorkspaceExportTemplatePostOptionalIdAttributes {
73141
+ /**
73142
+ * User-facing name of the Slides template.
73143
+ */
73144
+ 'name': string;
73145
+ 'dashboardSlidesTemplate'?: JsonApiWorkspaceExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
73146
+ 'widgetSlidesTemplate'?: JsonApiWorkspaceExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
73147
+ }
73148
+
73149
+ /**
73150
+ * Template for workspace dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
73151
+ */
73152
+ export declare interface JsonApiWorkspaceExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
73153
+ /**
73154
+ * Export types this template applies to.
73155
+ */
73156
+ 'appliedOn': Array<JsonApiWorkspaceExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
73157
+ 'coverSlide'?: CoverSlideTemplate | null;
73158
+ 'introSlide'?: IntroSlideTemplate | null;
73159
+ 'sectionSlide'?: SectionSlideTemplate | null;
73160
+ 'contentSlide'?: ContentSlideTemplate | null;
73161
+ }
73162
+
73163
+ export declare type JsonApiWorkspaceExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
73164
+
73165
+ /**
73166
+ * Template for workspace widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
73167
+ */
73168
+ export declare interface JsonApiWorkspaceExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
73169
+ /**
73170
+ * Export types this template applies to.
73171
+ */
73172
+ 'appliedOn': Array<JsonApiWorkspaceExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
73173
+ 'contentSlide'?: ContentSlideTemplate | null;
73174
+ }
73175
+
73176
+ export declare type JsonApiWorkspaceExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
73177
+
73178
+ export declare interface JsonApiWorkspaceExportTemplatePostOptionalIdDocument {
73179
+ 'data': JsonApiWorkspaceExportTemplatePostOptionalId;
73180
+ }
73181
+
73182
+ export declare type JsonApiWorkspaceExportTemplatePostOptionalIdTypeEnum = 'workspaceExportTemplate';
73183
+
72249
73184
  /**
72250
73185
  * JSON:API representation of workspace entity.
72251
73186
  */
@@ -72258,10 +73193,30 @@ export declare interface JsonApiWorkspaceIn {
72258
73193
  * API identifier of an object
72259
73194
  */
72260
73195
  'id': string;
72261
- 'attributes'?: JsonApiWorkspaceOutAttributes;
73196
+ 'attributes'?: JsonApiWorkspaceInAttributes;
72262
73197
  'relationships'?: JsonApiWorkspaceOutRelationships;
72263
73198
  }
72264
73199
 
73200
+ export declare interface JsonApiWorkspaceInAttributes {
73201
+ 'name'?: string | null;
73202
+ /**
73203
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
73204
+ * @deprecated
73205
+ */
73206
+ 'earlyAccess'?: string | null;
73207
+ /**
73208
+ * The early access feature identifiers. They are used to enable experimental features.
73209
+ */
73210
+ 'earlyAccessValues'?: Array<string> | null;
73211
+ 'description'?: string | null;
73212
+ /**
73213
+ * Custom prefix of entity identifiers in workspace
73214
+ */
73215
+ 'prefix'?: string | null;
73216
+ 'cacheExtraLimit'?: number;
73217
+ 'dataSource'?: JsonApiWorkspaceOutAttributesDataSource;
73218
+ }
73219
+
72265
73220
  export declare interface JsonApiWorkspaceInDocument {
72266
73221
  'data': JsonApiWorkspaceIn;
72267
73222
  }
@@ -72313,6 +73268,10 @@ export declare interface JsonApiWorkspaceOutAttributes {
72313
73268
  'prefix'?: string | null;
72314
73269
  'cacheExtraLimit'?: number;
72315
73270
  'dataSource'?: JsonApiWorkspaceOutAttributesDataSource;
73271
+ /**
73272
+ * Whether the object is platform-managed and read-only.
73273
+ */
73274
+ 'managed'?: boolean;
72316
73275
  }
72317
73276
 
72318
73277
  /**
@@ -72431,7 +73390,7 @@ export declare interface JsonApiWorkspacePatch {
72431
73390
  * API identifier of an object
72432
73391
  */
72433
73392
  'id': string;
72434
- 'attributes'?: JsonApiWorkspaceOutAttributes;
73393
+ 'attributes'?: JsonApiWorkspaceInAttributes;
72435
73394
  'relationships'?: JsonApiWorkspaceOutRelationships;
72436
73395
  }
72437
73396
 
@@ -75163,6 +76122,35 @@ export declare interface KnowledgeRecommendationControllerApiUpdateEntityKnowled
75163
76122
  readonly include?: Array<'metrics' | 'analyticalDashboards' | 'metric' | 'analyticalDashboard' | 'ALL'>;
75164
76123
  }
75165
76124
 
76125
+ export declare interface KnowledgeRecommendationsRequestDto {
76126
+ 'metricId': string;
76127
+ 'direction'?: KnowledgeRecommendationsRequestDtoDirectionEnum;
76128
+ 'comparisonType': KnowledgeRecommendationsRequestDtoComparisonTypeEnum;
76129
+ 'limit'?: number;
76130
+ 'minScore'?: number;
76131
+ 'aiModel'?: string;
76132
+ 'temperature'?: number;
76133
+ 'maxTokens'?: number;
76134
+ 'gooddataHost'?: string;
76135
+ 'gooddataToken'?: string;
76136
+ 'analyticalDashboardId'?: string;
76137
+ 'widgetId'?: string;
76138
+ 'widgetName'?: string;
76139
+ 'dryRun'?: boolean;
76140
+ 'referenceValue'?: number;
76141
+ 'analyzedValue'?: number;
76142
+ }
76143
+
76144
+ export declare type KnowledgeRecommendationsRequestDtoComparisonTypeEnum = 'MONTH' | 'QUARTER' | 'YEAR';
76145
+
76146
+ export declare type KnowledgeRecommendationsRequestDtoDirectionEnum = 'INCREASED' | 'DECREASED';
76147
+
76148
+ export declare interface KnowledgeRecommendationsResponseDto {
76149
+ 'runId': string;
76150
+ 'status': string;
76151
+ 'message': string;
76152
+ }
76153
+
75166
76154
  /**
75167
76155
  * LabelControllerApi - object-oriented interface
75168
76156
  * @export
@@ -81029,113 +82017,6 @@ export declare interface MetadataRequestArgs {
81029
82017
  options: RawAxiosRequestConfig;
81030
82018
  }
81031
82019
 
81032
- /**
81033
- * MetadataSyncApi - object-oriented interface
81034
- * @export
81035
- * @class MetadataSyncApi
81036
- * @extends {BaseAPI}
81037
- */
81038
- export declare class MetadataSyncApi extends MetadataBaseApi implements MetadataSyncApiInterface {
81039
- /**
81040
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
81041
- * @summary (BETA) Sync Metadata to other services
81042
- * @param {MetadataSyncApiMetadataSyncRequest} requestParameters Request parameters.
81043
- * @param {*} [options] Override http request option.
81044
- * @throws {RequiredError}
81045
- * @memberof MetadataSyncApi
81046
- */
81047
- metadataSync(requestParameters: MetadataSyncApiMetadataSyncRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
81048
- /**
81049
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
81050
- * @summary (BETA) Sync organization scope Metadata to other services
81051
- * @param {*} [options] Override http request option.
81052
- * @throws {RequiredError}
81053
- * @memberof MetadataSyncApi
81054
- */
81055
- metadataSyncOrganization(options?: AxiosRequestConfig): AxiosPromise<void>;
81056
- }
81057
-
81058
- /**
81059
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
81060
- * @summary (BETA) Sync Metadata to other services
81061
- * @param {AxiosInstance} axios Axios instance.
81062
- * @param {string} basePath Base path.
81063
- * @param {MetadataSyncApiMetadataSyncRequest} requestParameters Request parameters.
81064
- * @param {*} [options] Override http request option.
81065
- * @param {Configuration} [configuration] Optional configuration.
81066
- * @throws {RequiredError}
81067
- */
81068
- export declare function MetadataSyncApi_MetadataSync(axios: AxiosInstance, basePath: string, requestParameters: MetadataSyncApiMetadataSyncRequest, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): AxiosPromise<void>;
81069
-
81070
- /**
81071
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
81072
- * @summary (BETA) Sync organization scope Metadata to other services
81073
- * @param {AxiosInstance} axios Axios instance.
81074
- * @param {string} basePath Base path.
81075
- * @param {*} [options] Override http request option.
81076
- * @param {Configuration} [configuration] Optional configuration.
81077
- * @throws {RequiredError}
81078
- */
81079
- export declare function MetadataSyncApi_MetadataSyncOrganization(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): AxiosPromise<void>;
81080
-
81081
- /**
81082
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
81083
- * @summary (BETA) Sync Metadata to other services
81084
- * @param {string} workspaceId
81085
- * @param {*} [options] Override http request option.
81086
- * @param {Configuration} [configuration] Optional configuration.
81087
- * @throws {RequiredError}
81088
- */
81089
- export declare function MetadataSyncApiAxiosParamCreator_MetadataSync(workspaceId: string, options?: AxiosRequestConfig, configuration?: MetadataConfiguration): Promise<MetadataRequestArgs>;
81090
-
81091
- /**
81092
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
81093
- * @summary (BETA) Sync organization scope Metadata to other services
81094
- * @param {*} [options] Override http request option.
81095
- * @param {Configuration} [configuration] Optional configuration.
81096
- * @throws {RequiredError}
81097
- */
81098
- export declare function MetadataSyncApiAxiosParamCreator_MetadataSyncOrganization(options?: AxiosRequestConfig, configuration?: MetadataConfiguration): Promise<MetadataRequestArgs>;
81099
-
81100
- /**
81101
- * MetadataSyncApi - interface
81102
- * @export
81103
- * @interface MetadataSyncApi
81104
- */
81105
- export declare interface MetadataSyncApiInterface {
81106
- /**
81107
- * (BETA) Temporary solution. Later relevant metadata actions will trigger it in its scope only.
81108
- * @summary (BETA) Sync Metadata to other services
81109
- * @param {MetadataSyncApiMetadataSyncRequest} requestParameters Request parameters.
81110
- * @param {*} [options] Override http request option.
81111
- * @throws {RequiredError}
81112
- * @memberof MetadataSyncApiInterface
81113
- */
81114
- metadataSync(requestParameters: MetadataSyncApiMetadataSyncRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
81115
- /**
81116
- * (BETA) Temporary solution. Later relevant metadata actions will trigger sync in their scope only.
81117
- * @summary (BETA) Sync organization scope Metadata to other services
81118
- * @param {*} [options] Override http request option.
81119
- * @throws {RequiredError}
81120
- * @memberof MetadataSyncApiInterface
81121
- */
81122
- metadataSyncOrganization(options?: AxiosRequestConfig): AxiosPromise<void>;
81123
- }
81124
-
81125
- /**
81126
- * Request parameters for metadataSync operation in MetadataSyncApi.
81127
- * @export
81128
- * @interface MetadataSyncApiMetadataSyncRequest
81129
- */
81130
- export declare interface MetadataSyncApiMetadataSyncRequest {
81131
- /**
81132
- *
81133
- * @type {string}
81134
- * @memberof MetadataSyncApiMetadataSync
81135
- */
81136
- readonly workspaceId: string;
81137
- }
81138
-
81139
82020
  /**
81140
82021
  * Tiger metadata utility functions
81141
82022
  *
@@ -90075,7 +90956,7 @@ export declare interface ResolvedSetting {
90075
90956
  'type'?: ResolvedSettingTypeEnum;
90076
90957
  }
90077
90958
 
90078
- export declare type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
90959
+ export declare type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'DEFAULT_EXPORT_TEMPLATE' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
90079
90960
 
90080
90961
  /**
90081
90962
  * A request containing setting IDs to resolve.
@@ -91780,6 +92661,21 @@ export declare interface TableWarning {
91780
92661
  'columns': Array<ColumnWarning>;
91781
92662
  }
91782
92663
 
92664
+ /**
92665
+ * A single pre-executed layer in a multi-layer tabular export.
92666
+ */
92667
+ export declare interface TabularExportExecution {
92668
+ /**
92669
+ * Execution result identifier for this layer.
92670
+ */
92671
+ 'executionResult': string;
92672
+ /**
92673
+ * Layer title used for the exported sheet or file name.
92674
+ */
92675
+ 'title'?: string;
92676
+ 'customOverride'?: CustomOverride;
92677
+ }
92678
+
91783
92679
  /**
91784
92680
  * TabularExportExport - object-oriented interface
91785
92681
  * @export
@@ -92025,6 +92921,10 @@ export declare interface TabularExportRequest {
92025
92921
  * Free-form JSON object
92026
92922
  */
92027
92923
  'metadata'?: object | null;
92924
+ /**
92925
+ * Pre-executed layers for multi-layer geo visualizations. When provided, this is the canonical source of the exported layers and takes precedence over the top-level executionResult and customOverride, which are ignored. Index 0 is the main layer; each layer carries its own executionResult and customOverride.
92926
+ */
92927
+ 'executions'?: Array<TabularExportExecution>;
92028
92928
  }
92029
92929
 
92030
92930
  export declare type TabularExportRequestFormatEnum = 'CSV' | 'XLSX' | 'HTML' | 'PDF';
@@ -92073,9 +92973,15 @@ export declare interface TestDefinitionRequest {
92073
92973
  * Secret for client based authentication for data sources which supports it.
92074
92974
  */
92075
92975
  'clientSecret'?: string;
92976
+ /**
92977
+ * Type of authentication used to connect to the database. Determines how the supplied credentials are used (e.g. KEY_PAIR, OIDC_PASSTHROUGH).
92978
+ */
92979
+ 'authenticationType'?: TestDefinitionRequestAuthenticationTypeEnum | null;
92076
92980
  'parameters'?: Array<DataSourceParameter>;
92077
92981
  }
92078
92982
 
92983
+ export declare type TestDefinitionRequestAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'OIDC_PASSTHROUGH';
92984
+
92079
92985
  export declare type TestDefinitionRequestTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
92080
92986
 
92081
92987
  export declare interface TestLlmProviderByIdRequest {
@@ -92168,9 +93074,15 @@ export declare interface TestRequest {
92168
93074
  * Secret for client based authentication for data sources which supports it.
92169
93075
  */
92170
93076
  'clientSecret'?: string;
93077
+ /**
93078
+ * Type of authentication used to connect to the database. Determines how the supplied credentials are used (e.g. KEY_PAIR, OIDC_PASSTHROUGH).
93079
+ */
93080
+ 'authenticationType'?: TestRequestAuthenticationTypeEnum | null;
92171
93081
  'parameters'?: Array<DataSourceParameter>;
92172
93082
  }
92173
93083
 
93084
+ export declare type TestRequestAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'OIDC_PASSTHROUGH';
93085
+
92174
93086
  /**
92175
93087
  * Response from data source testing.
92176
93088
  */
@@ -92644,7 +93556,7 @@ export declare const tigerExportClientFactory: (axios: AxiosInstance) => Actions
92644
93556
  /**
92645
93557
  * Tiger GenAI client factory
92646
93558
  */
92647
- export declare type TigerGenAIClient = Pick<AfmActionsApiInterface, "aiSearch" | "aiChat" | "aiChatStream" | "aiChatHistory" | "validateLLMEndpoint" | "validateLLMEndpointById" | "getQualityIssues" | "getQualityIssuesCalculationStatus" | "triggerQualityIssuesCalculation" | "tags" | "createdBy" | "memoryCreatedByUsers"> & Pick<AIObservabilityAiInterface, "getObservabilityOverview">;
93559
+ export declare type TigerGenAIClient = Pick<AfmActionsApiInterface, "aiSearch" | "aiChat" | "aiChatStream" | "aiChatHistory" | "validateLLMEndpoint" | "validateLLMEndpointById" | "getQualityIssues" | "getQualityIssuesCalculationStatus" | "triggerQualityIssuesCalculation" | "memoryCreatedByUsers"> & Pick<AIObservabilityAiInterface, "getObservabilityOverview">;
92648
93560
 
92649
93561
  export declare const tigerGenAIClientFactory: (axios: AxiosInstance) => TigerGenAIClient;
92650
93562