@gooddata/api-client-tiger 11.24.0-alpha.1 → 11.24.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +932 -258
- package/esm/endpoints/entitiesObjects/index.d.ts +1 -1
- package/esm/endpoints/entitiesObjects/index.d.ts.map +1 -1
- package/esm/endpoints/entitiesObjects/index.js +2 -0
- package/esm/endpoints/entitiesObjects/index.js.map +1 -1
- package/esm/endpoints/genAI/index.d.ts +7 -1
- package/esm/endpoints/genAI/index.d.ts.map +1 -1
- package/esm/endpoints/genAI/index.js +11 -2
- package/esm/endpoints/genAI/index.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +1318 -46
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +1125 -43
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +247 -239
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/package.json +5 -5
|
@@ -1967,6 +1967,26 @@ declare interface ActionsApiCreatedByRequest {
|
|
|
1967
1967
|
readonly workspaceId: string;
|
|
1968
1968
|
}
|
|
1969
1969
|
|
|
1970
|
+
/**
|
|
1971
|
+
* Request parameters for createDocument operation in ActionsApi.
|
|
1972
|
+
* @export
|
|
1973
|
+
* @interface ActionsApiCreateDocumentRequest
|
|
1974
|
+
*/
|
|
1975
|
+
declare interface ActionsApiCreateDocumentRequest {
|
|
1976
|
+
/**
|
|
1977
|
+
* Workspace identifier
|
|
1978
|
+
* @type {string}
|
|
1979
|
+
* @memberof ActionsApiCreateDocument
|
|
1980
|
+
*/
|
|
1981
|
+
readonly workspaceId: string;
|
|
1982
|
+
/**
|
|
1983
|
+
*
|
|
1984
|
+
* @type {CreateKnowledgeDocumentRequestDto}
|
|
1985
|
+
* @memberof ActionsApiCreateDocument
|
|
1986
|
+
*/
|
|
1987
|
+
readonly createKnowledgeDocumentRequestDto: CreateKnowledgeDocumentRequestDto;
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1970
1990
|
/**
|
|
1971
1991
|
* Request parameters for customGeoCollectionStagingUpload operation in ActionsApi.
|
|
1972
1992
|
* @export
|
|
@@ -2001,6 +2021,26 @@ export declare interface ActionsApiDashboardPermissionsRequest {
|
|
|
2001
2021
|
readonly dashboardId: string;
|
|
2002
2022
|
}
|
|
2003
2023
|
|
|
2024
|
+
/**
|
|
2025
|
+
* Request parameters for deleteDocument operation in ActionsApi.
|
|
2026
|
+
* @export
|
|
2027
|
+
* @interface ActionsApiDeleteDocumentRequest
|
|
2028
|
+
*/
|
|
2029
|
+
declare interface ActionsApiDeleteDocumentRequest {
|
|
2030
|
+
/**
|
|
2031
|
+
* Workspace identifier
|
|
2032
|
+
* @type {string}
|
|
2033
|
+
* @memberof ActionsApiDeleteDocument
|
|
2034
|
+
*/
|
|
2035
|
+
readonly workspaceId: string;
|
|
2036
|
+
/**
|
|
2037
|
+
*
|
|
2038
|
+
* @type {string}
|
|
2039
|
+
* @memberof ActionsApiDeleteDocument
|
|
2040
|
+
*/
|
|
2041
|
+
readonly filename: string;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2004
2044
|
/**
|
|
2005
2045
|
* Request parameters for deleteFiles operation in ActionsApi.
|
|
2006
2046
|
* @export
|
|
@@ -2205,6 +2245,26 @@ export declare interface ActionsApiGenerateLogicalModelRequest {
|
|
|
2205
2245
|
readonly generateLdmRequest: GenerateLdmRequest;
|
|
2206
2246
|
}
|
|
2207
2247
|
|
|
2248
|
+
/**
|
|
2249
|
+
* Request parameters for generateTitle operation in ActionsApi.
|
|
2250
|
+
* @export
|
|
2251
|
+
* @interface ActionsApiGenerateTitleRequest
|
|
2252
|
+
*/
|
|
2253
|
+
declare interface ActionsApiGenerateTitleRequest {
|
|
2254
|
+
/**
|
|
2255
|
+
* Workspace identifier
|
|
2256
|
+
* @type {string}
|
|
2257
|
+
* @memberof ActionsApiGenerateTitle
|
|
2258
|
+
*/
|
|
2259
|
+
readonly workspaceId: string;
|
|
2260
|
+
/**
|
|
2261
|
+
*
|
|
2262
|
+
* @type {GenerateTitleRequest}
|
|
2263
|
+
* @memberof ActionsApiGenerateTitle
|
|
2264
|
+
*/
|
|
2265
|
+
readonly generateTitleRequest: GenerateTitleRequest;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2208
2268
|
/**
|
|
2209
2269
|
* Request parameters for getDataSourceSchemata operation in ActionsApi.
|
|
2210
2270
|
* @export
|
|
@@ -2253,6 +2313,26 @@ export declare interface ActionsApiGetDependentEntitiesGraphRequest {
|
|
|
2253
2313
|
readonly workspaceId: string;
|
|
2254
2314
|
}
|
|
2255
2315
|
|
|
2316
|
+
/**
|
|
2317
|
+
* Request parameters for getDocument operation in ActionsApi.
|
|
2318
|
+
* @export
|
|
2319
|
+
* @interface ActionsApiGetDocumentRequest
|
|
2320
|
+
*/
|
|
2321
|
+
declare interface ActionsApiGetDocumentRequest {
|
|
2322
|
+
/**
|
|
2323
|
+
* Workspace identifier
|
|
2324
|
+
* @type {string}
|
|
2325
|
+
* @memberof ActionsApiGetDocument
|
|
2326
|
+
*/
|
|
2327
|
+
readonly workspaceId: string;
|
|
2328
|
+
/**
|
|
2329
|
+
*
|
|
2330
|
+
* @type {string}
|
|
2331
|
+
* @memberof ActionsApiGetDocument
|
|
2332
|
+
*/
|
|
2333
|
+
readonly filename: string;
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2256
2336
|
/**
|
|
2257
2337
|
* Request parameters for getTranslationTags operation in ActionsApi.
|
|
2258
2338
|
* @export
|
|
@@ -2810,6 +2890,44 @@ export declare interface ActionsApiKeyDriverAnalysisResultRequest {
|
|
|
2810
2890
|
readonly limit?: number;
|
|
2811
2891
|
}
|
|
2812
2892
|
|
|
2893
|
+
/**
|
|
2894
|
+
* Request parameters for listDocuments operation in ActionsApi.
|
|
2895
|
+
* @export
|
|
2896
|
+
* @interface ActionsApiListDocumentsRequest
|
|
2897
|
+
*/
|
|
2898
|
+
declare interface ActionsApiListDocumentsRequest {
|
|
2899
|
+
/**
|
|
2900
|
+
* Workspace identifier
|
|
2901
|
+
* @type {string}
|
|
2902
|
+
* @memberof ActionsApiListDocuments
|
|
2903
|
+
*/
|
|
2904
|
+
readonly workspaceId: string;
|
|
2905
|
+
/**
|
|
2906
|
+
*
|
|
2907
|
+
* @type {Array<string>}
|
|
2908
|
+
* @memberof ActionsApiListDocuments
|
|
2909
|
+
*/
|
|
2910
|
+
readonly scopes?: Array<string>;
|
|
2911
|
+
/**
|
|
2912
|
+
*
|
|
2913
|
+
* @type {number}
|
|
2914
|
+
* @memberof ActionsApiListDocuments
|
|
2915
|
+
*/
|
|
2916
|
+
readonly size?: number;
|
|
2917
|
+
/**
|
|
2918
|
+
*
|
|
2919
|
+
* @type {string}
|
|
2920
|
+
* @memberof ActionsApiListDocuments
|
|
2921
|
+
*/
|
|
2922
|
+
readonly pageToken?: string;
|
|
2923
|
+
/**
|
|
2924
|
+
*
|
|
2925
|
+
* @type {string}
|
|
2926
|
+
* @memberof ActionsApiListDocuments
|
|
2927
|
+
*/
|
|
2928
|
+
readonly metaInclude?: string;
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2813
2931
|
/**
|
|
2814
2932
|
* Request parameters for listFiles operation in ActionsApi.
|
|
2815
2933
|
* @export
|
|
@@ -3082,6 +3200,32 @@ export declare interface ActionsApiParticularPlatformUsageRequest {
|
|
|
3082
3200
|
readonly platformUsageRequest: PlatformUsageRequest;
|
|
3083
3201
|
}
|
|
3084
3202
|
|
|
3203
|
+
/**
|
|
3204
|
+
* Request parameters for patchDocument operation in ActionsApi.
|
|
3205
|
+
* @export
|
|
3206
|
+
* @interface ActionsApiPatchDocumentRequest
|
|
3207
|
+
*/
|
|
3208
|
+
declare interface ActionsApiPatchDocumentRequest {
|
|
3209
|
+
/**
|
|
3210
|
+
* Workspace identifier
|
|
3211
|
+
* @type {string}
|
|
3212
|
+
* @memberof ActionsApiPatchDocument
|
|
3213
|
+
*/
|
|
3214
|
+
readonly workspaceId: string;
|
|
3215
|
+
/**
|
|
3216
|
+
*
|
|
3217
|
+
* @type {string}
|
|
3218
|
+
* @memberof ActionsApiPatchDocument
|
|
3219
|
+
*/
|
|
3220
|
+
readonly filename: string;
|
|
3221
|
+
/**
|
|
3222
|
+
*
|
|
3223
|
+
* @type {PatchKnowledgeDocumentRequestDto}
|
|
3224
|
+
* @memberof ActionsApiPatchDocument
|
|
3225
|
+
*/
|
|
3226
|
+
readonly patchKnowledgeDocumentRequestDto: PatchKnowledgeDocumentRequestDto;
|
|
3227
|
+
}
|
|
3228
|
+
|
|
3085
3229
|
/**
|
|
3086
3230
|
* Request parameters for pauseOrganizationAutomations operation in ActionsApi.
|
|
3087
3231
|
* @export
|
|
@@ -3350,6 +3494,44 @@ export declare interface ActionsApiScanSqlRequest {
|
|
|
3350
3494
|
readonly scanSqlRequest: ScanSqlRequest;
|
|
3351
3495
|
}
|
|
3352
3496
|
|
|
3497
|
+
/**
|
|
3498
|
+
* Request parameters for searchKnowledge operation in ActionsApi.
|
|
3499
|
+
* @export
|
|
3500
|
+
* @interface ActionsApiSearchKnowledgeRequest
|
|
3501
|
+
*/
|
|
3502
|
+
declare interface ActionsApiSearchKnowledgeRequest {
|
|
3503
|
+
/**
|
|
3504
|
+
* Workspace identifier
|
|
3505
|
+
* @type {string}
|
|
3506
|
+
* @memberof ActionsApiSearchKnowledge
|
|
3507
|
+
*/
|
|
3508
|
+
readonly workspaceId: string;
|
|
3509
|
+
/**
|
|
3510
|
+
*
|
|
3511
|
+
* @type {string}
|
|
3512
|
+
* @memberof ActionsApiSearchKnowledge
|
|
3513
|
+
*/
|
|
3514
|
+
readonly query: string;
|
|
3515
|
+
/**
|
|
3516
|
+
*
|
|
3517
|
+
* @type {number}
|
|
3518
|
+
* @memberof ActionsApiSearchKnowledge
|
|
3519
|
+
*/
|
|
3520
|
+
readonly limit?: number;
|
|
3521
|
+
/**
|
|
3522
|
+
*
|
|
3523
|
+
* @type {number}
|
|
3524
|
+
* @memberof ActionsApiSearchKnowledge
|
|
3525
|
+
*/
|
|
3526
|
+
readonly minScore?: number;
|
|
3527
|
+
/**
|
|
3528
|
+
*
|
|
3529
|
+
* @type {Array<string>}
|
|
3530
|
+
* @memberof ActionsApiSearchKnowledge
|
|
3531
|
+
*/
|
|
3532
|
+
readonly scopes?: Array<string>;
|
|
3533
|
+
}
|
|
3534
|
+
|
|
3353
3535
|
/**
|
|
3354
3536
|
* Request parameters for setCertification operation in ActionsApi.
|
|
3355
3537
|
* @export
|
|
@@ -3466,6 +3648,34 @@ export declare interface ActionsApiTestDataSourceRequest {
|
|
|
3466
3648
|
readonly testRequest: TestRequest;
|
|
3467
3649
|
}
|
|
3468
3650
|
|
|
3651
|
+
/**
|
|
3652
|
+
* Request parameters for testLlmProviderById operation in ActionsApi.
|
|
3653
|
+
* @export
|
|
3654
|
+
* @interface ActionsApiTestLlmProviderByIdRequest
|
|
3655
|
+
*/
|
|
3656
|
+
declare interface ActionsApiTestLlmProviderByIdRequest {
|
|
3657
|
+
/**
|
|
3658
|
+
*
|
|
3659
|
+
* @type {string}
|
|
3660
|
+
* @memberof ActionsApiTestLlmProviderById
|
|
3661
|
+
*/
|
|
3662
|
+
readonly llmProviderId: string;
|
|
3663
|
+
}
|
|
3664
|
+
|
|
3665
|
+
/**
|
|
3666
|
+
* Request parameters for testLlmProvider operation in ActionsApi.
|
|
3667
|
+
* @export
|
|
3668
|
+
* @interface ActionsApiTestLlmProviderRequest
|
|
3669
|
+
*/
|
|
3670
|
+
declare interface ActionsApiTestLlmProviderRequest {
|
|
3671
|
+
/**
|
|
3672
|
+
*
|
|
3673
|
+
* @type {TestLlmProviderDefinitionRequest}
|
|
3674
|
+
* @memberof ActionsApiTestLlmProvider
|
|
3675
|
+
*/
|
|
3676
|
+
readonly testLlmProviderDefinitionRequest: TestLlmProviderDefinitionRequest;
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3469
3679
|
/**
|
|
3470
3680
|
* Request parameters for unpauseOrganizationAutomations operation in ActionsApi.
|
|
3471
3681
|
* @export
|
|
@@ -3568,6 +3778,26 @@ export declare interface ActionsApiUnsubscribeWorkspaceAutomationsRequest {
|
|
|
3568
3778
|
readonly workspaceId: string;
|
|
3569
3779
|
}
|
|
3570
3780
|
|
|
3781
|
+
/**
|
|
3782
|
+
* Request parameters for upsertDocument operation in ActionsApi.
|
|
3783
|
+
* @export
|
|
3784
|
+
* @interface ActionsApiUpsertDocumentRequest
|
|
3785
|
+
*/
|
|
3786
|
+
declare interface ActionsApiUpsertDocumentRequest {
|
|
3787
|
+
/**
|
|
3788
|
+
* Workspace identifier
|
|
3789
|
+
* @type {string}
|
|
3790
|
+
* @memberof ActionsApiUpsertDocument
|
|
3791
|
+
*/
|
|
3792
|
+
readonly workspaceId: string;
|
|
3793
|
+
/**
|
|
3794
|
+
*
|
|
3795
|
+
* @type {UpsertKnowledgeDocumentRequestDto}
|
|
3796
|
+
* @memberof ActionsApiUpsertDocument
|
|
3797
|
+
*/
|
|
3798
|
+
readonly upsertKnowledgeDocumentRequestDto: UpsertKnowledgeDocumentRequestDto;
|
|
3799
|
+
}
|
|
3800
|
+
|
|
3571
3801
|
/**
|
|
3572
3802
|
* Request parameters for validateLLMEndpointById operation in ActionsApi.
|
|
3573
3803
|
* @export
|
|
@@ -5068,6 +5298,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5068
5298
|
* @memberof ActionsApi
|
|
5069
5299
|
*/
|
|
5070
5300
|
computeValidObjects(requestParameters: ActionsApiComputeValidObjectsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmValidObjectsResponse>;
|
|
5301
|
+
/**
|
|
5302
|
+
*
|
|
5303
|
+
* @param {ActionsApiCreateDocumentRequest} requestParameters Request parameters.
|
|
5304
|
+
* @param {*} [options] Override http request option.
|
|
5305
|
+
* @throws {RequiredError}
|
|
5306
|
+
* @memberof ActionsApi
|
|
5307
|
+
*/
|
|
5308
|
+
createDocument(requestParameters: ActionsApiCreateDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<CreateKnowledgeDocumentResponseDto>;
|
|
5071
5309
|
/**
|
|
5072
5310
|
* Returns a list of Users who created any object for this workspace
|
|
5073
5311
|
* @summary Get Analytics Catalog CreatedBy Users
|
|
@@ -5077,6 +5315,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5077
5315
|
* @memberof ActionsApi
|
|
5078
5316
|
*/
|
|
5079
5317
|
createdBy(requestParameters: ActionsApiCreatedByRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogCreatedBy>;
|
|
5318
|
+
/**
|
|
5319
|
+
*
|
|
5320
|
+
* @param {ActionsApiDeleteDocumentRequest} requestParameters Request parameters.
|
|
5321
|
+
* @param {*} [options] Override http request option.
|
|
5322
|
+
* @throws {RequiredError}
|
|
5323
|
+
* @memberof ActionsApi
|
|
5324
|
+
*/
|
|
5325
|
+
deleteDocument(requestParameters: ActionsApiDeleteDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<DeleteKnowledgeDocumentResponseDto>;
|
|
5080
5326
|
/**
|
|
5081
5327
|
* The resource provides static structures needed for investigation of a problem with given AFM.
|
|
5082
5328
|
* @summary AFM explain resource.
|
|
@@ -5121,6 +5367,23 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5121
5367
|
* @memberof ActionsApi
|
|
5122
5368
|
*/
|
|
5123
5369
|
generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
|
|
5370
|
+
/**
|
|
5371
|
+
* Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
|
|
5372
|
+
* @summary Generate Title for Analytics Object
|
|
5373
|
+
* @param {ActionsApiGenerateTitleRequest} requestParameters Request parameters.
|
|
5374
|
+
* @param {*} [options] Override http request option.
|
|
5375
|
+
* @throws {RequiredError}
|
|
5376
|
+
* @memberof ActionsApi
|
|
5377
|
+
*/
|
|
5378
|
+
generateTitle(requestParameters: ActionsApiGenerateTitleRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateTitleResponse>;
|
|
5379
|
+
/**
|
|
5380
|
+
*
|
|
5381
|
+
* @param {ActionsApiGetDocumentRequest} requestParameters Request parameters.
|
|
5382
|
+
* @param {*} [options] Override http request option.
|
|
5383
|
+
* @throws {RequiredError}
|
|
5384
|
+
* @memberof ActionsApi
|
|
5385
|
+
*/
|
|
5386
|
+
getDocument(requestParameters: ActionsApiGetDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeDocumentMetadataDto>;
|
|
5124
5387
|
/**
|
|
5125
5388
|
* Returns metadata quality issues detected by the platform linter.
|
|
5126
5389
|
* @summary Get Quality Issues
|
|
@@ -5165,6 +5428,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5165
5428
|
* @memberof ActionsApi
|
|
5166
5429
|
*/
|
|
5167
5430
|
keyDriverAnalysisResult(requestParameters: ActionsApiKeyDriverAnalysisResultRequest, options?: AxiosRequestConfig): AxiosPromise<KeyDriversResult>;
|
|
5431
|
+
/**
|
|
5432
|
+
*
|
|
5433
|
+
* @param {ActionsApiListDocumentsRequest} requestParameters Request parameters.
|
|
5434
|
+
* @param {*} [options] Override http request option.
|
|
5435
|
+
* @throws {RequiredError}
|
|
5436
|
+
* @memberof ActionsApi
|
|
5437
|
+
*/
|
|
5438
|
+
listDocuments(requestParameters: ActionsApiListDocumentsRequest, options?: AxiosRequestConfig): AxiosPromise<ListKnowledgeDocumentsResponseDto>;
|
|
5168
5439
|
/**
|
|
5169
5440
|
* Returns a list of Users who created any memory item for this workspace
|
|
5170
5441
|
* @summary Get AI Memory CreatedBy Users
|
|
@@ -5192,6 +5463,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5192
5463
|
* @memberof ActionsApi
|
|
5193
5464
|
*/
|
|
5194
5465
|
outlierDetectionResult(requestParameters: ActionsApiOutlierDetectionResultRequest, options?: AxiosRequestConfig): AxiosPromise<OutlierDetectionResult>;
|
|
5466
|
+
/**
|
|
5467
|
+
*
|
|
5468
|
+
* @param {ActionsApiPatchDocumentRequest} requestParameters Request parameters.
|
|
5469
|
+
* @param {*} [options] Override http request option.
|
|
5470
|
+
* @throws {RequiredError}
|
|
5471
|
+
* @memberof ActionsApi
|
|
5472
|
+
*/
|
|
5473
|
+
patchDocument(requestParameters: ActionsApiPatchDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeDocumentMetadataDto>;
|
|
5195
5474
|
/**
|
|
5196
5475
|
* Returns a list of available LLM Endpoints
|
|
5197
5476
|
* @summary Get Active LLM Endpoints for this workspace
|
|
@@ -5219,6 +5498,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5219
5498
|
* @memberof ActionsApi
|
|
5220
5499
|
*/
|
|
5221
5500
|
retrieveResult(requestParameters: ActionsApiRetrieveResultRequest, options?: AxiosRequestConfig): AxiosPromise<ExecutionResult>;
|
|
5501
|
+
/**
|
|
5502
|
+
*
|
|
5503
|
+
* @param {ActionsApiSearchKnowledgeRequest} requestParameters Request parameters.
|
|
5504
|
+
* @param {*} [options] Override http request option.
|
|
5505
|
+
* @throws {RequiredError}
|
|
5506
|
+
* @memberof ActionsApi
|
|
5507
|
+
*/
|
|
5508
|
+
searchKnowledge(requestParameters: ActionsApiSearchKnowledgeRequest, options?: AxiosRequestConfig): AxiosPromise<SearchKnowledgeResponseDto>;
|
|
5222
5509
|
/**
|
|
5223
5510
|
* Returns a list of tags for this workspace
|
|
5224
5511
|
* @summary Get Analytics Catalog Tags
|
|
@@ -5228,6 +5515,24 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5228
5515
|
* @memberof ActionsApi
|
|
5229
5516
|
*/
|
|
5230
5517
|
tags(requestParameters: ActionsApiTagsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogTags>;
|
|
5518
|
+
/**
|
|
5519
|
+
* Tests LLM provider connectivity with a full definition.
|
|
5520
|
+
* @summary Test LLM Provider
|
|
5521
|
+
* @param {ActionsApiTestLlmProviderRequest} requestParameters Request parameters.
|
|
5522
|
+
* @param {*} [options] Override http request option.
|
|
5523
|
+
* @throws {RequiredError}
|
|
5524
|
+
* @memberof ActionsApi
|
|
5525
|
+
*/
|
|
5526
|
+
testLlmProvider(requestParameters: ActionsApiTestLlmProviderRequest, options?: AxiosRequestConfig): AxiosPromise<TestLlmProviderResponse>;
|
|
5527
|
+
/**
|
|
5528
|
+
* Tests an existing LLM provider connectivity by its ID.
|
|
5529
|
+
* @summary Test LLM Provider By Id
|
|
5530
|
+
* @param {ActionsApiTestLlmProviderByIdRequest} requestParameters Request parameters.
|
|
5531
|
+
* @param {*} [options] Override http request option.
|
|
5532
|
+
* @throws {RequiredError}
|
|
5533
|
+
* @memberof ActionsApi
|
|
5534
|
+
*/
|
|
5535
|
+
testLlmProviderById(requestParameters: ActionsApiTestLlmProviderByIdRequest, options?: AxiosRequestConfig): AxiosPromise<TestLlmProviderResponse>;
|
|
5231
5536
|
/**
|
|
5232
5537
|
* Triggers asynchronous calculation of metadata quality issues and returns a process ID for status tracking.
|
|
5233
5538
|
* @summary Trigger Quality Issues Calculation
|
|
@@ -5237,6 +5542,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5237
5542
|
* @memberof ActionsApi
|
|
5238
5543
|
*/
|
|
5239
5544
|
triggerQualityIssuesCalculation(requestParameters: AfmActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
|
|
5545
|
+
/**
|
|
5546
|
+
*
|
|
5547
|
+
* @param {ActionsApiUpsertDocumentRequest} requestParameters Request parameters.
|
|
5548
|
+
* @param {*} [options] Override http request option.
|
|
5549
|
+
* @throws {RequiredError}
|
|
5550
|
+
* @memberof ActionsApi
|
|
5551
|
+
*/
|
|
5552
|
+
upsertDocument(requestParameters: ActionsApiUpsertDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<UpsertKnowledgeDocumentResponseDto>;
|
|
5240
5553
|
/**
|
|
5241
5554
|
* Validates LLM endpoint with provided parameters.
|
|
5242
5555
|
* @summary Validate LLM Endpoint
|
|
@@ -5451,6 +5764,14 @@ export declare interface AfmActionsApiInterface {
|
|
|
5451
5764
|
* @memberof ActionsApiInterface
|
|
5452
5765
|
*/
|
|
5453
5766
|
computeValidObjects(requestParameters: ActionsApiComputeValidObjectsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmValidObjectsResponse>;
|
|
5767
|
+
/**
|
|
5768
|
+
*
|
|
5769
|
+
* @param {ActionsApiCreateDocumentRequest} requestParameters Request parameters.
|
|
5770
|
+
* @param {*} [options] Override http request option.
|
|
5771
|
+
* @throws {RequiredError}
|
|
5772
|
+
* @memberof ActionsApiInterface
|
|
5773
|
+
*/
|
|
5774
|
+
createDocument(requestParameters: ActionsApiCreateDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<CreateKnowledgeDocumentResponseDto>;
|
|
5454
5775
|
/**
|
|
5455
5776
|
* Returns a list of Users who created any object for this workspace
|
|
5456
5777
|
* @summary Get Analytics Catalog CreatedBy Users
|
|
@@ -5460,6 +5781,14 @@ export declare interface AfmActionsApiInterface {
|
|
|
5460
5781
|
* @memberof ActionsApiInterface
|
|
5461
5782
|
*/
|
|
5462
5783
|
createdBy(requestParameters: ActionsApiCreatedByRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogCreatedBy>;
|
|
5784
|
+
/**
|
|
5785
|
+
*
|
|
5786
|
+
* @param {ActionsApiDeleteDocumentRequest} requestParameters Request parameters.
|
|
5787
|
+
* @param {*} [options] Override http request option.
|
|
5788
|
+
* @throws {RequiredError}
|
|
5789
|
+
* @memberof ActionsApiInterface
|
|
5790
|
+
*/
|
|
5791
|
+
deleteDocument(requestParameters: ActionsApiDeleteDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<DeleteKnowledgeDocumentResponseDto>;
|
|
5463
5792
|
/**
|
|
5464
5793
|
* The resource provides static structures needed for investigation of a problem with given AFM.
|
|
5465
5794
|
* @summary AFM explain resource.
|
|
@@ -5504,6 +5833,23 @@ export declare interface AfmActionsApiInterface {
|
|
|
5504
5833
|
* @memberof ActionsApiInterface
|
|
5505
5834
|
*/
|
|
5506
5835
|
generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
|
|
5836
|
+
/**
|
|
5837
|
+
* Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
|
|
5838
|
+
* @summary Generate Title for Analytics Object
|
|
5839
|
+
* @param {ActionsApiGenerateTitleRequest} requestParameters Request parameters.
|
|
5840
|
+
* @param {*} [options] Override http request option.
|
|
5841
|
+
* @throws {RequiredError}
|
|
5842
|
+
* @memberof ActionsApiInterface
|
|
5843
|
+
*/
|
|
5844
|
+
generateTitle(requestParameters: ActionsApiGenerateTitleRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateTitleResponse>;
|
|
5845
|
+
/**
|
|
5846
|
+
*
|
|
5847
|
+
* @param {ActionsApiGetDocumentRequest} requestParameters Request parameters.
|
|
5848
|
+
* @param {*} [options] Override http request option.
|
|
5849
|
+
* @throws {RequiredError}
|
|
5850
|
+
* @memberof ActionsApiInterface
|
|
5851
|
+
*/
|
|
5852
|
+
getDocument(requestParameters: ActionsApiGetDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeDocumentMetadataDto>;
|
|
5507
5853
|
/**
|
|
5508
5854
|
* Returns metadata quality issues detected by the platform linter.
|
|
5509
5855
|
* @summary Get Quality Issues
|
|
@@ -5548,6 +5894,14 @@ export declare interface AfmActionsApiInterface {
|
|
|
5548
5894
|
* @memberof ActionsApiInterface
|
|
5549
5895
|
*/
|
|
5550
5896
|
keyDriverAnalysisResult(requestParameters: ActionsApiKeyDriverAnalysisResultRequest, options?: AxiosRequestConfig): AxiosPromise<KeyDriversResult>;
|
|
5897
|
+
/**
|
|
5898
|
+
*
|
|
5899
|
+
* @param {ActionsApiListDocumentsRequest} requestParameters Request parameters.
|
|
5900
|
+
* @param {*} [options] Override http request option.
|
|
5901
|
+
* @throws {RequiredError}
|
|
5902
|
+
* @memberof ActionsApiInterface
|
|
5903
|
+
*/
|
|
5904
|
+
listDocuments(requestParameters: ActionsApiListDocumentsRequest, options?: AxiosRequestConfig): AxiosPromise<ListKnowledgeDocumentsResponseDto>;
|
|
5551
5905
|
/**
|
|
5552
5906
|
* Returns a list of Users who created any memory item for this workspace
|
|
5553
5907
|
* @summary Get AI Memory CreatedBy Users
|
|
@@ -5575,6 +5929,14 @@ export declare interface AfmActionsApiInterface {
|
|
|
5575
5929
|
* @memberof ActionsApiInterface
|
|
5576
5930
|
*/
|
|
5577
5931
|
outlierDetectionResult(requestParameters: ActionsApiOutlierDetectionResultRequest, options?: AxiosRequestConfig): AxiosPromise<OutlierDetectionResult>;
|
|
5932
|
+
/**
|
|
5933
|
+
*
|
|
5934
|
+
* @param {ActionsApiPatchDocumentRequest} requestParameters Request parameters.
|
|
5935
|
+
* @param {*} [options] Override http request option.
|
|
5936
|
+
* @throws {RequiredError}
|
|
5937
|
+
* @memberof ActionsApiInterface
|
|
5938
|
+
*/
|
|
5939
|
+
patchDocument(requestParameters: ActionsApiPatchDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeDocumentMetadataDto>;
|
|
5578
5940
|
/**
|
|
5579
5941
|
* Returns a list of available LLM Endpoints
|
|
5580
5942
|
* @summary Get Active LLM Endpoints for this workspace
|
|
@@ -5602,6 +5964,14 @@ export declare interface AfmActionsApiInterface {
|
|
|
5602
5964
|
* @memberof ActionsApiInterface
|
|
5603
5965
|
*/
|
|
5604
5966
|
retrieveResult(requestParameters: ActionsApiRetrieveResultRequest, options?: AxiosRequestConfig): AxiosPromise<ExecutionResult>;
|
|
5967
|
+
/**
|
|
5968
|
+
*
|
|
5969
|
+
* @param {ActionsApiSearchKnowledgeRequest} requestParameters Request parameters.
|
|
5970
|
+
* @param {*} [options] Override http request option.
|
|
5971
|
+
* @throws {RequiredError}
|
|
5972
|
+
* @memberof ActionsApiInterface
|
|
5973
|
+
*/
|
|
5974
|
+
searchKnowledge(requestParameters: ActionsApiSearchKnowledgeRequest, options?: AxiosRequestConfig): AxiosPromise<SearchKnowledgeResponseDto>;
|
|
5605
5975
|
/**
|
|
5606
5976
|
* Returns a list of tags for this workspace
|
|
5607
5977
|
* @summary Get Analytics Catalog Tags
|
|
@@ -5611,6 +5981,24 @@ export declare interface AfmActionsApiInterface {
|
|
|
5611
5981
|
* @memberof ActionsApiInterface
|
|
5612
5982
|
*/
|
|
5613
5983
|
tags(requestParameters: ActionsApiTagsRequest, options?: AxiosRequestConfig): AxiosPromise<AfmAnalyticsCatalogTags>;
|
|
5984
|
+
/**
|
|
5985
|
+
* Tests LLM provider connectivity with a full definition.
|
|
5986
|
+
* @summary Test LLM Provider
|
|
5987
|
+
* @param {ActionsApiTestLlmProviderRequest} requestParameters Request parameters.
|
|
5988
|
+
* @param {*} [options] Override http request option.
|
|
5989
|
+
* @throws {RequiredError}
|
|
5990
|
+
* @memberof ActionsApiInterface
|
|
5991
|
+
*/
|
|
5992
|
+
testLlmProvider(requestParameters: ActionsApiTestLlmProviderRequest, options?: AxiosRequestConfig): AxiosPromise<TestLlmProviderResponse>;
|
|
5993
|
+
/**
|
|
5994
|
+
* Tests an existing LLM provider connectivity by its ID.
|
|
5995
|
+
* @summary Test LLM Provider By Id
|
|
5996
|
+
* @param {ActionsApiTestLlmProviderByIdRequest} requestParameters Request parameters.
|
|
5997
|
+
* @param {*} [options] Override http request option.
|
|
5998
|
+
* @throws {RequiredError}
|
|
5999
|
+
* @memberof ActionsApiInterface
|
|
6000
|
+
*/
|
|
6001
|
+
testLlmProviderById(requestParameters: ActionsApiTestLlmProviderByIdRequest, options?: AxiosRequestConfig): AxiosPromise<TestLlmProviderResponse>;
|
|
5614
6002
|
/**
|
|
5615
6003
|
* Triggers asynchronous calculation of metadata quality issues and returns a process ID for status tracking.
|
|
5616
6004
|
* @summary Trigger Quality Issues Calculation
|
|
@@ -5620,6 +6008,14 @@ export declare interface AfmActionsApiInterface {
|
|
|
5620
6008
|
* @memberof ActionsApiInterface
|
|
5621
6009
|
*/
|
|
5622
6010
|
triggerQualityIssuesCalculation(requestParameters: AfmActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
|
|
6011
|
+
/**
|
|
6012
|
+
*
|
|
6013
|
+
* @param {ActionsApiUpsertDocumentRequest} requestParameters Request parameters.
|
|
6014
|
+
* @param {*} [options] Override http request option.
|
|
6015
|
+
* @throws {RequiredError}
|
|
6016
|
+
* @memberof ActionsApiInterface
|
|
6017
|
+
*/
|
|
6018
|
+
upsertDocument(requestParameters: ActionsApiUpsertDocumentRequest, options?: AxiosRequestConfig): AxiosPromise<UpsertKnowledgeDocumentResponseDto>;
|
|
5623
6019
|
/**
|
|
5624
6020
|
* Validates LLM endpoint with provided parameters.
|
|
5625
6021
|
* @summary Validate LLM Endpoint
|
|
@@ -6356,7 +6752,7 @@ export declare interface AfmQualityIssuesCalculationStatusResponse {
|
|
|
6356
6752
|
'error'?: string;
|
|
6357
6753
|
}
|
|
6358
6754
|
|
|
6359
|
-
export declare type AfmQualityIssuesCalculationStatusResponseStatusEnum = 'RUNNING' | 'SYNCING' | 'COMPLETED' | 'FAILED' | 'NOT_FOUND' | 'DISABLED';
|
|
6755
|
+
export declare type AfmQualityIssuesCalculationStatusResponseStatusEnum = 'RUNNING' | 'SYNCING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'NOT_FOUND' | 'DISABLED';
|
|
6360
6756
|
|
|
6361
6757
|
/**
|
|
6362
6758
|
* Filter the result by comparing specified metric to given range of values.
|
|
@@ -14088,8 +14484,29 @@ export declare interface AwsBedrockAccessKeyAuth {
|
|
|
14088
14484
|
'type': AwsBedrockAccessKeyAuthTypeEnum;
|
|
14089
14485
|
}
|
|
14090
14486
|
|
|
14487
|
+
declare interface AwsBedrockAccessKeyAuth_2 {
|
|
14488
|
+
/**
|
|
14489
|
+
* AWS Access Key ID.
|
|
14490
|
+
*/
|
|
14491
|
+
'accessKeyId'?: string | null;
|
|
14492
|
+
/**
|
|
14493
|
+
* AWS Secret Access Key.
|
|
14494
|
+
*/
|
|
14495
|
+
'secretAccessKey'?: string | null;
|
|
14496
|
+
/**
|
|
14497
|
+
* AWS Session Token (for temporary credentials).
|
|
14498
|
+
*/
|
|
14499
|
+
'sessionToken'?: string | null;
|
|
14500
|
+
/**
|
|
14501
|
+
* Authentication type.
|
|
14502
|
+
*/
|
|
14503
|
+
'type': AwsBedrockAccessKeyAuthTypeEnum_2;
|
|
14504
|
+
}
|
|
14505
|
+
|
|
14091
14506
|
export declare type AwsBedrockAccessKeyAuthTypeEnum = 'ACCESS_KEY';
|
|
14092
14507
|
|
|
14508
|
+
declare type AwsBedrockAccessKeyAuthTypeEnum_2 = 'ACCESS_KEY';
|
|
14509
|
+
|
|
14093
14510
|
/**
|
|
14094
14511
|
* Configuration for AWS Bedrock provider.
|
|
14095
14512
|
*/
|
|
@@ -14105,8 +14522,25 @@ export declare interface AwsBedrockProviderConfig {
|
|
|
14105
14522
|
'type': AwsBedrockProviderConfigTypeEnum;
|
|
14106
14523
|
}
|
|
14107
14524
|
|
|
14525
|
+
/**
|
|
14526
|
+
* Configuration for AWS Bedrock provider.
|
|
14527
|
+
*/
|
|
14528
|
+
declare interface AwsBedrockProviderConfig_2 {
|
|
14529
|
+
/**
|
|
14530
|
+
* AWS region for Bedrock.
|
|
14531
|
+
*/
|
|
14532
|
+
'region': string;
|
|
14533
|
+
'auth': AwsBedrockAccessKeyAuth_2;
|
|
14534
|
+
/**
|
|
14535
|
+
* Provider type.
|
|
14536
|
+
*/
|
|
14537
|
+
'type': AwsBedrockProviderConfigTypeEnum_2;
|
|
14538
|
+
}
|
|
14539
|
+
|
|
14108
14540
|
export declare type AwsBedrockProviderConfigTypeEnum = 'AWS_BEDROCK';
|
|
14109
14541
|
|
|
14542
|
+
declare type AwsBedrockProviderConfigTypeEnum_2 = 'AWS_BEDROCK';
|
|
14543
|
+
|
|
14110
14544
|
export declare interface AzureFoundryApiKeyAuth {
|
|
14111
14545
|
/**
|
|
14112
14546
|
* Azure API key.
|
|
@@ -14118,8 +14552,21 @@ export declare interface AzureFoundryApiKeyAuth {
|
|
|
14118
14552
|
'type': AzureFoundryApiKeyAuthTypeEnum;
|
|
14119
14553
|
}
|
|
14120
14554
|
|
|
14555
|
+
declare interface AzureFoundryApiKeyAuth_2 {
|
|
14556
|
+
/**
|
|
14557
|
+
* Azure API key.
|
|
14558
|
+
*/
|
|
14559
|
+
'apiKey'?: string | null;
|
|
14560
|
+
/**
|
|
14561
|
+
* Authentication type.
|
|
14562
|
+
*/
|
|
14563
|
+
'type': AzureFoundryApiKeyAuthTypeEnum_2;
|
|
14564
|
+
}
|
|
14565
|
+
|
|
14121
14566
|
export declare type AzureFoundryApiKeyAuthTypeEnum = 'API_KEY';
|
|
14122
14567
|
|
|
14568
|
+
declare type AzureFoundryApiKeyAuthTypeEnum_2 = 'API_KEY';
|
|
14569
|
+
|
|
14123
14570
|
/**
|
|
14124
14571
|
* Configuration for Azure Foundry provider.
|
|
14125
14572
|
*/
|
|
@@ -14135,8 +14582,25 @@ export declare interface AzureFoundryProviderConfig {
|
|
|
14135
14582
|
'type': AzureFoundryProviderConfigTypeEnum;
|
|
14136
14583
|
}
|
|
14137
14584
|
|
|
14585
|
+
/**
|
|
14586
|
+
* Configuration for Azure Foundry provider.
|
|
14587
|
+
*/
|
|
14588
|
+
declare interface AzureFoundryProviderConfig_2 {
|
|
14589
|
+
/**
|
|
14590
|
+
* Azure AI inference endpoint URL.
|
|
14591
|
+
*/
|
|
14592
|
+
'endpoint': string;
|
|
14593
|
+
'auth': AzureFoundryApiKeyAuth_2;
|
|
14594
|
+
/**
|
|
14595
|
+
* Provider type.
|
|
14596
|
+
*/
|
|
14597
|
+
'type': AzureFoundryProviderConfigTypeEnum_2;
|
|
14598
|
+
}
|
|
14599
|
+
|
|
14138
14600
|
export declare type AzureFoundryProviderConfigTypeEnum = 'AZURE_FOUNDRY';
|
|
14139
14601
|
|
|
14602
|
+
declare type AzureFoundryProviderConfigTypeEnum_2 = 'AZURE_FOUNDRY';
|
|
14603
|
+
|
|
14140
14604
|
/**
|
|
14141
14605
|
* Bounding filter for this relative date filter. This can be used to limit the range of the relative date filter to a specific date range.
|
|
14142
14606
|
*/
|
|
@@ -15126,6 +15590,21 @@ export declare interface CreatedVisualizations {
|
|
|
15126
15590
|
|
|
15127
15591
|
export declare type CreatedVisualizationVisualizationTypeEnum = 'TABLE' | 'HEADLINE' | 'BAR' | 'LINE' | 'PIE' | 'COLUMN' | 'SCATTER';
|
|
15128
15592
|
|
|
15593
|
+
declare interface CreateKnowledgeDocumentRequestDto {
|
|
15594
|
+
'filename': string;
|
|
15595
|
+
'content': string;
|
|
15596
|
+
'pageBoundaries'?: Array<number>;
|
|
15597
|
+
'title'?: string;
|
|
15598
|
+
'scopes'?: Array<string>;
|
|
15599
|
+
}
|
|
15600
|
+
|
|
15601
|
+
declare interface CreateKnowledgeDocumentResponseDto {
|
|
15602
|
+
'filename': string;
|
|
15603
|
+
'success': boolean;
|
|
15604
|
+
'message': string;
|
|
15605
|
+
'numChunks': number;
|
|
15606
|
+
}
|
|
15607
|
+
|
|
15129
15608
|
/**
|
|
15130
15609
|
* CSPDirectivesApi - object-oriented interface
|
|
15131
15610
|
* @export
|
|
@@ -20939,7 +21418,7 @@ export declare interface DeclarativeSetting {
|
|
|
20939
21418
|
'type'?: DeclarativeSettingTypeEnum;
|
|
20940
21419
|
}
|
|
20941
21420
|
|
|
20942
|
-
export declare type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | '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' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
|
|
21421
|
+
export declare type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | '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' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
|
|
20943
21422
|
|
|
20944
21423
|
export declare interface DeclarativeSingleWorkspacePermission {
|
|
20945
21424
|
/**
|
|
@@ -21437,6 +21916,11 @@ export declare interface DeleteFilesRequest {
|
|
|
21437
21916
|
'fileNames': Array<string>;
|
|
21438
21917
|
}
|
|
21439
21918
|
|
|
21919
|
+
declare interface DeleteKnowledgeDocumentResponseDto {
|
|
21920
|
+
'success': boolean;
|
|
21921
|
+
'message': string;
|
|
21922
|
+
}
|
|
21923
|
+
|
|
21440
21924
|
/**
|
|
21441
21925
|
* DependencyGraphApi - object-oriented interface
|
|
21442
21926
|
* @export
|
|
@@ -45509,6 +45993,30 @@ export declare interface GenerateLogicalDataModelApiInterface {
|
|
|
45509
45993
|
generateLogicalModel(requestParameters: GenerateLogicalDataModelApiGenerateLogicalModelRequest, options?: AxiosRequestConfig): AxiosPromise<DeclarativeModel>;
|
|
45510
45994
|
}
|
|
45511
45995
|
|
|
45996
|
+
declare interface GenerateTitleRequest {
|
|
45997
|
+
/**
|
|
45998
|
+
* Type of the object to title. Matches chat-search object types.
|
|
45999
|
+
*/
|
|
46000
|
+
'objectType': GenerateTitleRequestObjectTypeEnum;
|
|
46001
|
+
/**
|
|
46002
|
+
* Identifier of the object to title
|
|
46003
|
+
*/
|
|
46004
|
+
'objectId': string;
|
|
46005
|
+
}
|
|
46006
|
+
|
|
46007
|
+
declare type GenerateTitleRequestObjectTypeEnum = 'Visualization' | 'Dashboard' | 'Metric' | 'Fact' | 'Attribute';
|
|
46008
|
+
|
|
46009
|
+
declare interface GenerateTitleResponse {
|
|
46010
|
+
/**
|
|
46011
|
+
* Generated title of the requested object
|
|
46012
|
+
*/
|
|
46013
|
+
'title'?: string;
|
|
46014
|
+
/**
|
|
46015
|
+
* Additional note with details in case generation was not performed
|
|
46016
|
+
*/
|
|
46017
|
+
'note'?: string;
|
|
46018
|
+
}
|
|
46019
|
+
|
|
45512
46020
|
/**
|
|
45513
46021
|
* Configuration specific to geo area labels.
|
|
45514
46022
|
*/
|
|
@@ -45965,7 +46473,7 @@ declare interface GeoJsonGeometry {
|
|
|
45965
46473
|
'coordinates': object;
|
|
45966
46474
|
}
|
|
45967
46475
|
|
|
45968
|
-
declare type GetQualityIssuesResponseStatusEnum = 'RUNNING' | 'SYNCING' | 'COMPLETED' | 'FAILED' | 'NOT_FOUND' | 'DISABLED';
|
|
46476
|
+
declare type GetQualityIssuesResponseStatusEnum = 'RUNNING' | 'SYNCING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'NOT_FOUND' | 'DISABLED';
|
|
45969
46477
|
|
|
45970
46478
|
/**
|
|
45971
46479
|
* A grain identifier.
|
|
@@ -48435,7 +48943,7 @@ export declare type JsonApiAggregatedFactOutIncludes = JsonApiDatasetOutWithLink
|
|
|
48435
48943
|
export declare interface JsonApiAggregatedFactOutList {
|
|
48436
48944
|
'data': Array<JsonApiAggregatedFactOutWithLinks>;
|
|
48437
48945
|
'links'?: ListLinks;
|
|
48438
|
-
'meta'?:
|
|
48946
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
48439
48947
|
/**
|
|
48440
48948
|
* Included resources
|
|
48441
48949
|
*/
|
|
@@ -48482,22 +48990,7 @@ export declare interface JsonApiAnalyticalDashboardIn {
|
|
|
48482
48990
|
* API identifier of an object
|
|
48483
48991
|
*/
|
|
48484
48992
|
'id': string;
|
|
48485
|
-
'attributes':
|
|
48486
|
-
}
|
|
48487
|
-
|
|
48488
|
-
export declare interface JsonApiAnalyticalDashboardInAttributes {
|
|
48489
|
-
'title'?: string;
|
|
48490
|
-
'description'?: string;
|
|
48491
|
-
'tags'?: Array<string>;
|
|
48492
|
-
'areRelationsValid'?: boolean;
|
|
48493
|
-
/**
|
|
48494
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
48495
|
-
*/
|
|
48496
|
-
'content': object;
|
|
48497
|
-
/**
|
|
48498
|
-
* AI-generated summary of the dashboard content
|
|
48499
|
-
*/
|
|
48500
|
-
'summary'?: string;
|
|
48993
|
+
'attributes': JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
48501
48994
|
}
|
|
48502
48995
|
|
|
48503
48996
|
export declare interface JsonApiAnalyticalDashboardInDocument {
|
|
@@ -48590,7 +49083,7 @@ export declare type JsonApiAnalyticalDashboardOutIncludes = JsonApiAnalyticalDas
|
|
|
48590
49083
|
export declare interface JsonApiAnalyticalDashboardOutList {
|
|
48591
49084
|
'data': Array<JsonApiAnalyticalDashboardOutWithLinks>;
|
|
48592
49085
|
'links'?: ListLinks;
|
|
48593
|
-
'meta'?:
|
|
49086
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
48594
49087
|
/**
|
|
48595
49088
|
* Included resources
|
|
48596
49089
|
*/
|
|
@@ -48723,7 +49216,22 @@ export declare interface JsonApiAnalyticalDashboardPostOptionalId {
|
|
|
48723
49216
|
* API identifier of an object
|
|
48724
49217
|
*/
|
|
48725
49218
|
'id'?: string;
|
|
48726
|
-
'attributes':
|
|
49219
|
+
'attributes': JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
49220
|
+
}
|
|
49221
|
+
|
|
49222
|
+
export declare interface JsonApiAnalyticalDashboardPostOptionalIdAttributes {
|
|
49223
|
+
'title'?: string;
|
|
49224
|
+
'description'?: string;
|
|
49225
|
+
'tags'?: Array<string>;
|
|
49226
|
+
'areRelationsValid'?: boolean;
|
|
49227
|
+
/**
|
|
49228
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
49229
|
+
*/
|
|
49230
|
+
'content': object;
|
|
49231
|
+
/**
|
|
49232
|
+
* AI-generated summary of the dashboard content
|
|
49233
|
+
*/
|
|
49234
|
+
'summary'?: string;
|
|
48727
49235
|
}
|
|
48728
49236
|
|
|
48729
49237
|
export declare interface JsonApiAnalyticalDashboardPostOptionalIdDocument {
|
|
@@ -48785,11 +49293,7 @@ export declare interface JsonApiApiTokenOutDocument {
|
|
|
48785
49293
|
export declare interface JsonApiApiTokenOutList {
|
|
48786
49294
|
'data': Array<JsonApiApiTokenOutWithLinks>;
|
|
48787
49295
|
'links'?: ListLinks;
|
|
48788
|
-
'meta'?:
|
|
48789
|
-
}
|
|
48790
|
-
|
|
48791
|
-
export declare interface JsonApiApiTokenOutListMeta {
|
|
48792
|
-
'page'?: PageMetadata;
|
|
49296
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
48793
49297
|
}
|
|
48794
49298
|
|
|
48795
49299
|
export declare type JsonApiApiTokenOutTypeEnum = 'apiToken';
|
|
@@ -48896,7 +49400,7 @@ export declare type JsonApiAttributeHierarchyOutIncludes = JsonApiAttributeOutWi
|
|
|
48896
49400
|
export declare interface JsonApiAttributeHierarchyOutList {
|
|
48897
49401
|
'data': Array<JsonApiAttributeHierarchyOutWithLinks>;
|
|
48898
49402
|
'links'?: ListLinks;
|
|
48899
|
-
'meta'?:
|
|
49403
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
48900
49404
|
/**
|
|
48901
49405
|
* Included resources
|
|
48902
49406
|
*/
|
|
@@ -49029,7 +49533,7 @@ export declare type JsonApiAttributeOutIncludes = JsonApiAttributeHierarchyOutWi
|
|
|
49029
49533
|
export declare interface JsonApiAttributeOutList {
|
|
49030
49534
|
'data': Array<JsonApiAttributeOutWithLinks>;
|
|
49031
49535
|
'links'?: ListLinks;
|
|
49032
|
-
'meta'?:
|
|
49536
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
49033
49537
|
/**
|
|
49034
49538
|
* Included resources
|
|
49035
49539
|
*/
|
|
@@ -49222,7 +49726,7 @@ export declare type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOut
|
|
|
49222
49726
|
export declare interface JsonApiAutomationOutList {
|
|
49223
49727
|
'data': Array<JsonApiAutomationOutWithLinks>;
|
|
49224
49728
|
'links'?: ListLinks;
|
|
49225
|
-
'meta'?:
|
|
49729
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
49226
49730
|
/**
|
|
49227
49731
|
* Included resources
|
|
49228
49732
|
*/
|
|
@@ -49475,7 +49979,7 @@ export declare type JsonApiAutomationResultOutAttributesStatusEnum = 'SUCCESS' |
|
|
|
49475
49979
|
export declare interface JsonApiAutomationResultOutList {
|
|
49476
49980
|
'data': Array<JsonApiAutomationResultOutWithLinks>;
|
|
49477
49981
|
'links'?: ListLinks;
|
|
49478
|
-
'meta'?:
|
|
49982
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
49479
49983
|
/**
|
|
49480
49984
|
* Included resources
|
|
49481
49985
|
*/
|
|
@@ -49559,7 +50063,11 @@ export declare interface JsonApiColorPaletteOutDocument {
|
|
|
49559
50063
|
export declare interface JsonApiColorPaletteOutList {
|
|
49560
50064
|
'data': Array<JsonApiColorPaletteOutWithLinks>;
|
|
49561
50065
|
'links'?: ListLinks;
|
|
49562
|
-
'meta'?:
|
|
50066
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
50067
|
+
}
|
|
50068
|
+
|
|
50069
|
+
export declare interface JsonApiColorPaletteOutListMeta {
|
|
50070
|
+
'page'?: PageMetadata;
|
|
49563
50071
|
}
|
|
49564
50072
|
|
|
49565
50073
|
export declare type JsonApiColorPaletteOutTypeEnum = 'colorPalette';
|
|
@@ -49731,7 +50239,7 @@ export declare interface JsonApiCspDirectiveOutDocument {
|
|
|
49731
50239
|
export declare interface JsonApiCspDirectiveOutList {
|
|
49732
50240
|
'data': Array<JsonApiCspDirectiveOutWithLinks>;
|
|
49733
50241
|
'links'?: ListLinks;
|
|
49734
|
-
'meta'?:
|
|
50242
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
49735
50243
|
}
|
|
49736
50244
|
|
|
49737
50245
|
export declare type JsonApiCspDirectiveOutTypeEnum = 'cspDirective';
|
|
@@ -49832,7 +50340,7 @@ export declare interface JsonApiCustomApplicationSettingOutDocument {
|
|
|
49832
50340
|
export declare interface JsonApiCustomApplicationSettingOutList {
|
|
49833
50341
|
'data': Array<JsonApiCustomApplicationSettingOutWithLinks>;
|
|
49834
50342
|
'links'?: ListLinks;
|
|
49835
|
-
'meta'?:
|
|
50343
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
49836
50344
|
}
|
|
49837
50345
|
|
|
49838
50346
|
export declare type JsonApiCustomApplicationSettingOutTypeEnum = 'customApplicationSetting';
|
|
@@ -49955,7 +50463,7 @@ export declare interface JsonApiCustomGeoCollectionOutDocument {
|
|
|
49955
50463
|
export declare interface JsonApiCustomGeoCollectionOutList {
|
|
49956
50464
|
'data': Array<JsonApiCustomGeoCollectionOutWithLinks>;
|
|
49957
50465
|
'links'?: ListLinks;
|
|
49958
|
-
'meta'?:
|
|
50466
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
49959
50467
|
}
|
|
49960
50468
|
|
|
49961
50469
|
export declare type JsonApiCustomGeoCollectionOutTypeEnum = 'customGeoCollection';
|
|
@@ -50078,7 +50586,7 @@ export declare interface JsonApiDashboardPluginOutDocument {
|
|
|
50078
50586
|
export declare interface JsonApiDashboardPluginOutList {
|
|
50079
50587
|
'data': Array<JsonApiDashboardPluginOutWithLinks>;
|
|
50080
50588
|
'links'?: ListLinks;
|
|
50081
|
-
'meta'?:
|
|
50589
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
50082
50590
|
/**
|
|
50083
50591
|
* Included resources
|
|
50084
50592
|
*/
|
|
@@ -50270,7 +50778,7 @@ export declare type JsonApiDatasetOutIncludes = JsonApiAggregatedFactOutWithLink
|
|
|
50270
50778
|
export declare interface JsonApiDatasetOutList {
|
|
50271
50779
|
'data': Array<JsonApiDatasetOutWithLinks>;
|
|
50272
50780
|
'links'?: ListLinks;
|
|
50273
|
-
'meta'?:
|
|
50781
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
50274
50782
|
/**
|
|
50275
50783
|
* Included resources
|
|
50276
50784
|
*/
|
|
@@ -50374,7 +50882,7 @@ export declare interface JsonApiDataSourceIdentifierOutDocument {
|
|
|
50374
50882
|
export declare interface JsonApiDataSourceIdentifierOutList {
|
|
50375
50883
|
'data': Array<JsonApiDataSourceIdentifierOutWithLinks>;
|
|
50376
50884
|
'links'?: ListLinks;
|
|
50377
|
-
'meta'?:
|
|
50885
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
50378
50886
|
}
|
|
50379
50887
|
|
|
50380
50888
|
export declare interface JsonApiDataSourceIdentifierOutMeta {
|
|
@@ -50573,7 +51081,7 @@ export declare interface JsonApiDataSourceOutDocument {
|
|
|
50573
51081
|
export declare interface JsonApiDataSourceOutList {
|
|
50574
51082
|
'data': Array<JsonApiDataSourceOutWithLinks>;
|
|
50575
51083
|
'links'?: ListLinks;
|
|
50576
|
-
'meta'?:
|
|
51084
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
50577
51085
|
}
|
|
50578
51086
|
|
|
50579
51087
|
export declare type JsonApiDataSourceOutTypeEnum = 'dataSource';
|
|
@@ -50709,7 +51217,7 @@ export declare interface JsonApiEntitlementOutDocument {
|
|
|
50709
51217
|
export declare interface JsonApiEntitlementOutList {
|
|
50710
51218
|
'data': Array<JsonApiEntitlementOutWithLinks>;
|
|
50711
51219
|
'links'?: ListLinks;
|
|
50712
|
-
'meta'?:
|
|
51220
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
50713
51221
|
}
|
|
50714
51222
|
|
|
50715
51223
|
export declare type JsonApiEntitlementOutTypeEnum = 'entitlement';
|
|
@@ -50820,7 +51328,7 @@ export declare type JsonApiExportDefinitionOutIncludes = JsonApiAnalyticalDashbo
|
|
|
50820
51328
|
export declare interface JsonApiExportDefinitionOutList {
|
|
50821
51329
|
'data': Array<JsonApiExportDefinitionOutWithLinks>;
|
|
50822
51330
|
'links'?: ListLinks;
|
|
50823
|
-
'meta'?:
|
|
51331
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
50824
51332
|
/**
|
|
50825
51333
|
* Included resources
|
|
50826
51334
|
*/
|
|
@@ -51004,7 +51512,7 @@ export declare interface JsonApiExportTemplateOutDocument {
|
|
|
51004
51512
|
export declare interface JsonApiExportTemplateOutList {
|
|
51005
51513
|
'data': Array<JsonApiExportTemplateOutWithLinks>;
|
|
51006
51514
|
'links'?: ListLinks;
|
|
51007
|
-
'meta'?:
|
|
51515
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
51008
51516
|
}
|
|
51009
51517
|
|
|
51010
51518
|
export declare type JsonApiExportTemplateOutTypeEnum = 'exportTemplate';
|
|
@@ -51131,7 +51639,7 @@ export declare interface JsonApiFactOutDocument {
|
|
|
51131
51639
|
export declare interface JsonApiFactOutList {
|
|
51132
51640
|
'data': Array<JsonApiFactOutWithLinks>;
|
|
51133
51641
|
'links'?: ListLinks;
|
|
51134
|
-
'meta'?:
|
|
51642
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
51135
51643
|
/**
|
|
51136
51644
|
* Included resources
|
|
51137
51645
|
*/
|
|
@@ -51261,7 +51769,7 @@ export declare type JsonApiFilterContextOutIncludes = JsonApiAttributeOutWithLin
|
|
|
51261
51769
|
export declare interface JsonApiFilterContextOutList {
|
|
51262
51770
|
'data': Array<JsonApiFilterContextOutWithLinks>;
|
|
51263
51771
|
'links'?: ListLinks;
|
|
51264
|
-
'meta'?:
|
|
51772
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
51265
51773
|
/**
|
|
51266
51774
|
* Included resources
|
|
51267
51775
|
*/
|
|
@@ -51419,7 +51927,7 @@ export declare type JsonApiFilterViewOutIncludes = JsonApiAnalyticalDashboardOut
|
|
|
51419
51927
|
export declare interface JsonApiFilterViewOutList {
|
|
51420
51928
|
'data': Array<JsonApiFilterViewOutWithLinks>;
|
|
51421
51929
|
'links'?: ListLinks;
|
|
51422
|
-
'meta'?:
|
|
51930
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
51423
51931
|
/**
|
|
51424
51932
|
* Included resources
|
|
51425
51933
|
*/
|
|
@@ -51654,7 +52162,7 @@ export declare interface JsonApiIdentityProviderOutDocument {
|
|
|
51654
52162
|
export declare interface JsonApiIdentityProviderOutList {
|
|
51655
52163
|
'data': Array<JsonApiIdentityProviderOutWithLinks>;
|
|
51656
52164
|
'links'?: ListLinks;
|
|
51657
|
-
'meta'?:
|
|
52165
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
51658
52166
|
}
|
|
51659
52167
|
|
|
51660
52168
|
export declare type JsonApiIdentityProviderOutTypeEnum = 'identityProvider';
|
|
@@ -51746,7 +52254,7 @@ export declare interface JsonApiJwkOutDocument {
|
|
|
51746
52254
|
export declare interface JsonApiJwkOutList {
|
|
51747
52255
|
'data': Array<JsonApiJwkOutWithLinks>;
|
|
51748
52256
|
'links'?: ListLinks;
|
|
51749
|
-
'meta'?:
|
|
52257
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
51750
52258
|
}
|
|
51751
52259
|
|
|
51752
52260
|
export declare type JsonApiJwkOutTypeEnum = 'jwk';
|
|
@@ -51799,88 +52307,14 @@ export declare interface JsonApiKnowledgeRecommendationIn {
|
|
|
51799
52307
|
* API identifier of an object
|
|
51800
52308
|
*/
|
|
51801
52309
|
'id': string;
|
|
51802
|
-
'attributes':
|
|
51803
|
-
'relationships':
|
|
51804
|
-
}
|
|
51805
|
-
|
|
51806
|
-
export declare interface JsonApiKnowledgeRecommendationInAttributes {
|
|
51807
|
-
/**
|
|
51808
|
-
* Human-readable title for the recommendation, e.g. \'Revenue decreased vs last month\'
|
|
51809
|
-
*/
|
|
51810
|
-
'title': string;
|
|
51811
|
-
/**
|
|
51812
|
-
* Description of the recommendation
|
|
51813
|
-
*/
|
|
51814
|
-
'description'?: string;
|
|
51815
|
-
'tags'?: Array<string>;
|
|
51816
|
-
'areRelationsValid'?: boolean;
|
|
51817
|
-
/**
|
|
51818
|
-
* Human-readable title of the metric (denormalized for display)
|
|
51819
|
-
*/
|
|
51820
|
-
'metricTitle'?: string;
|
|
51821
|
-
/**
|
|
51822
|
-
* Direction of the metric change
|
|
51823
|
-
*/
|
|
51824
|
-
'direction': JsonApiKnowledgeRecommendationInAttributesDirectionEnum;
|
|
51825
|
-
/**
|
|
51826
|
-
* Time period for comparison
|
|
51827
|
-
*/
|
|
51828
|
-
'comparisonType': JsonApiKnowledgeRecommendationInAttributesComparisonTypeEnum;
|
|
51829
|
-
/**
|
|
51830
|
-
* ID of the widget where the anomaly was detected
|
|
51831
|
-
*/
|
|
51832
|
-
'widgetId'?: string;
|
|
51833
|
-
/**
|
|
51834
|
-
* Name of the widget where the anomaly was detected
|
|
51835
|
-
*/
|
|
51836
|
-
'widgetName'?: string;
|
|
51837
|
-
/**
|
|
51838
|
-
* Confidence score (0.0 to 1.0)
|
|
51839
|
-
*/
|
|
51840
|
-
'confidence'?: any;
|
|
51841
|
-
/**
|
|
51842
|
-
* Structured recommendations data as JSON
|
|
51843
|
-
*/
|
|
51844
|
-
'recommendations'?: object;
|
|
51845
|
-
/**
|
|
51846
|
-
* Number of source documents used for generation
|
|
51847
|
-
*/
|
|
51848
|
-
'sourceCount'?: number;
|
|
51849
|
-
/**
|
|
51850
|
-
* Reference time period for comparison (e.g., \'2023-06\' or \'Jun 2023\')
|
|
51851
|
-
*/
|
|
51852
|
-
'referencePeriod'?: string;
|
|
51853
|
-
/**
|
|
51854
|
-
* Analyzed time period (e.g., \'2023-07\' or \'July 2023\')
|
|
51855
|
-
*/
|
|
51856
|
-
'analyzedPeriod'?: string;
|
|
51857
|
-
/**
|
|
51858
|
-
* Metric value in the reference period
|
|
51859
|
-
*/
|
|
51860
|
-
'referenceValue'?: any;
|
|
51861
|
-
/**
|
|
51862
|
-
* Metric value in the analyzed period (the observed value that triggered the anomaly)
|
|
51863
|
-
*/
|
|
51864
|
-
'analyzedValue'?: any;
|
|
51865
|
-
/**
|
|
51866
|
-
* Human-readable title of the analytical dashboard (denormalized for display)
|
|
51867
|
-
*/
|
|
51868
|
-
'analyticalDashboardTitle'?: string;
|
|
52310
|
+
'attributes': JsonApiKnowledgeRecommendationPostOptionalIdAttributes;
|
|
52311
|
+
'relationships': JsonApiKnowledgeRecommendationPostOptionalIdRelationships;
|
|
51869
52312
|
}
|
|
51870
52313
|
|
|
51871
|
-
export declare type JsonApiKnowledgeRecommendationInAttributesComparisonTypeEnum = 'MONTH' | 'QUARTER' | 'YEAR';
|
|
51872
|
-
|
|
51873
|
-
export declare type JsonApiKnowledgeRecommendationInAttributesDirectionEnum = 'INCREASED' | 'DECREASED';
|
|
51874
|
-
|
|
51875
52314
|
export declare interface JsonApiKnowledgeRecommendationInDocument {
|
|
51876
52315
|
'data': JsonApiKnowledgeRecommendationIn;
|
|
51877
52316
|
}
|
|
51878
52317
|
|
|
51879
|
-
export declare interface JsonApiKnowledgeRecommendationInRelationships {
|
|
51880
|
-
'metric': JsonApiKnowledgeRecommendationPatchRelationshipsMetric;
|
|
51881
|
-
'analyticalDashboard'?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
51882
|
-
}
|
|
51883
|
-
|
|
51884
52318
|
export declare type JsonApiKnowledgeRecommendationInTypeEnum = 'knowledgeRecommendation';
|
|
51885
52319
|
|
|
51886
52320
|
/**
|
|
@@ -51990,7 +52424,7 @@ export declare type JsonApiKnowledgeRecommendationOutIncludes = JsonApiAnalytica
|
|
|
51990
52424
|
export declare interface JsonApiKnowledgeRecommendationOutList {
|
|
51991
52425
|
'data': Array<JsonApiKnowledgeRecommendationOutWithLinks>;
|
|
51992
52426
|
'links'?: ListLinks;
|
|
51993
|
-
'meta'?:
|
|
52427
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
51994
52428
|
/**
|
|
51995
52429
|
* Included resources
|
|
51996
52430
|
*/
|
|
@@ -52128,14 +52562,88 @@ export declare interface JsonApiKnowledgeRecommendationPostOptionalId {
|
|
|
52128
52562
|
* API identifier of an object
|
|
52129
52563
|
*/
|
|
52130
52564
|
'id'?: string;
|
|
52131
|
-
'attributes':
|
|
52132
|
-
'relationships':
|
|
52565
|
+
'attributes': JsonApiKnowledgeRecommendationPostOptionalIdAttributes;
|
|
52566
|
+
'relationships': JsonApiKnowledgeRecommendationPostOptionalIdRelationships;
|
|
52567
|
+
}
|
|
52568
|
+
|
|
52569
|
+
export declare interface JsonApiKnowledgeRecommendationPostOptionalIdAttributes {
|
|
52570
|
+
/**
|
|
52571
|
+
* Human-readable title for the recommendation, e.g. \'Revenue decreased vs last month\'
|
|
52572
|
+
*/
|
|
52573
|
+
'title': string;
|
|
52574
|
+
/**
|
|
52575
|
+
* Description of the recommendation
|
|
52576
|
+
*/
|
|
52577
|
+
'description'?: string;
|
|
52578
|
+
'tags'?: Array<string>;
|
|
52579
|
+
'areRelationsValid'?: boolean;
|
|
52580
|
+
/**
|
|
52581
|
+
* Human-readable title of the metric (denormalized for display)
|
|
52582
|
+
*/
|
|
52583
|
+
'metricTitle'?: string;
|
|
52584
|
+
/**
|
|
52585
|
+
* Direction of the metric change
|
|
52586
|
+
*/
|
|
52587
|
+
'direction': JsonApiKnowledgeRecommendationPostOptionalIdAttributesDirectionEnum;
|
|
52588
|
+
/**
|
|
52589
|
+
* Time period for comparison
|
|
52590
|
+
*/
|
|
52591
|
+
'comparisonType': JsonApiKnowledgeRecommendationPostOptionalIdAttributesComparisonTypeEnum;
|
|
52592
|
+
/**
|
|
52593
|
+
* ID of the widget where the anomaly was detected
|
|
52594
|
+
*/
|
|
52595
|
+
'widgetId'?: string;
|
|
52596
|
+
/**
|
|
52597
|
+
* Name of the widget where the anomaly was detected
|
|
52598
|
+
*/
|
|
52599
|
+
'widgetName'?: string;
|
|
52600
|
+
/**
|
|
52601
|
+
* Confidence score (0.0 to 1.0)
|
|
52602
|
+
*/
|
|
52603
|
+
'confidence'?: any;
|
|
52604
|
+
/**
|
|
52605
|
+
* Structured recommendations data as JSON
|
|
52606
|
+
*/
|
|
52607
|
+
'recommendations'?: object;
|
|
52608
|
+
/**
|
|
52609
|
+
* Number of source documents used for generation
|
|
52610
|
+
*/
|
|
52611
|
+
'sourceCount'?: number;
|
|
52612
|
+
/**
|
|
52613
|
+
* Reference time period for comparison (e.g., \'2023-06\' or \'Jun 2023\')
|
|
52614
|
+
*/
|
|
52615
|
+
'referencePeriod'?: string;
|
|
52616
|
+
/**
|
|
52617
|
+
* Analyzed time period (e.g., \'2023-07\' or \'July 2023\')
|
|
52618
|
+
*/
|
|
52619
|
+
'analyzedPeriod'?: string;
|
|
52620
|
+
/**
|
|
52621
|
+
* Metric value in the reference period
|
|
52622
|
+
*/
|
|
52623
|
+
'referenceValue'?: any;
|
|
52624
|
+
/**
|
|
52625
|
+
* Metric value in the analyzed period (the observed value that triggered the anomaly)
|
|
52626
|
+
*/
|
|
52627
|
+
'analyzedValue'?: any;
|
|
52628
|
+
/**
|
|
52629
|
+
* Human-readable title of the analytical dashboard (denormalized for display)
|
|
52630
|
+
*/
|
|
52631
|
+
'analyticalDashboardTitle'?: string;
|
|
52133
52632
|
}
|
|
52134
52633
|
|
|
52634
|
+
export declare type JsonApiKnowledgeRecommendationPostOptionalIdAttributesComparisonTypeEnum = 'MONTH' | 'QUARTER' | 'YEAR';
|
|
52635
|
+
|
|
52636
|
+
export declare type JsonApiKnowledgeRecommendationPostOptionalIdAttributesDirectionEnum = 'INCREASED' | 'DECREASED';
|
|
52637
|
+
|
|
52135
52638
|
export declare interface JsonApiKnowledgeRecommendationPostOptionalIdDocument {
|
|
52136
52639
|
'data': JsonApiKnowledgeRecommendationPostOptionalId;
|
|
52137
52640
|
}
|
|
52138
52641
|
|
|
52642
|
+
export declare interface JsonApiKnowledgeRecommendationPostOptionalIdRelationships {
|
|
52643
|
+
'metric': JsonApiKnowledgeRecommendationPatchRelationshipsMetric;
|
|
52644
|
+
'analyticalDashboard'?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
52645
|
+
}
|
|
52646
|
+
|
|
52139
52647
|
export declare type JsonApiKnowledgeRecommendationPostOptionalIdTypeEnum = 'knowledgeRecommendation';
|
|
52140
52648
|
|
|
52141
52649
|
/**
|
|
@@ -52213,7 +52721,7 @@ export declare interface JsonApiLabelOutDocument {
|
|
|
52213
52721
|
export declare interface JsonApiLabelOutList {
|
|
52214
52722
|
'data': Array<JsonApiLabelOutWithLinks>;
|
|
52215
52723
|
'links'?: ListLinks;
|
|
52216
|
-
'meta'?:
|
|
52724
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
52217
52725
|
/**
|
|
52218
52726
|
* Included resources
|
|
52219
52727
|
*/
|
|
@@ -52369,7 +52877,7 @@ export declare interface JsonApiLlmEndpointOutDocument {
|
|
|
52369
52877
|
export declare interface JsonApiLlmEndpointOutList {
|
|
52370
52878
|
'data': Array<JsonApiLlmEndpointOutWithLinks>;
|
|
52371
52879
|
'links'?: ListLinks;
|
|
52372
|
-
'meta'?:
|
|
52880
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
52373
52881
|
}
|
|
52374
52882
|
|
|
52375
52883
|
export declare type JsonApiLlmEndpointOutTypeEnum = 'llmEndpoint';
|
|
@@ -52481,6 +52989,10 @@ export declare interface JsonApiLlmProviderOutAttributes {
|
|
|
52481
52989
|
* Description of the LLM Provider.
|
|
52482
52990
|
*/
|
|
52483
52991
|
'description'?: string | null;
|
|
52992
|
+
/**
|
|
52993
|
+
* ID of the default model to use from the models list.
|
|
52994
|
+
*/
|
|
52995
|
+
'defaultModelId'?: string | null;
|
|
52484
52996
|
'providerConfig': JsonApiLlmProviderOutAttributesProviderConfig;
|
|
52485
52997
|
/**
|
|
52486
52998
|
* List of LLM models available for this provider.
|
|
@@ -52521,7 +53033,7 @@ export declare interface JsonApiLlmProviderOutDocument {
|
|
|
52521
53033
|
export declare interface JsonApiLlmProviderOutList {
|
|
52522
53034
|
'data': Array<JsonApiLlmProviderOutWithLinks>;
|
|
52523
53035
|
'links'?: ListLinks;
|
|
52524
|
-
'meta'?:
|
|
53036
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
52525
53037
|
}
|
|
52526
53038
|
|
|
52527
53039
|
export declare type JsonApiLlmProviderOutTypeEnum = 'llmProvider';
|
|
@@ -52562,6 +53074,10 @@ export declare interface JsonApiLlmProviderPatchAttributes {
|
|
|
52562
53074
|
* Description of the LLM Provider.
|
|
52563
53075
|
*/
|
|
52564
53076
|
'description'?: string | null;
|
|
53077
|
+
/**
|
|
53078
|
+
* ID of the default model to use from the models list.
|
|
53079
|
+
*/
|
|
53080
|
+
'defaultModelId'?: string | null;
|
|
52565
53081
|
'providerConfig'?: JsonApiLlmProviderOutAttributesProviderConfig;
|
|
52566
53082
|
/**
|
|
52567
53083
|
* List of LLM models available for this provider.
|
|
@@ -52587,34 +53103,9 @@ export declare interface JsonApiMemoryItemIn {
|
|
|
52587
53103
|
* API identifier of an object
|
|
52588
53104
|
*/
|
|
52589
53105
|
'id': string;
|
|
52590
|
-
'attributes':
|
|
53106
|
+
'attributes': JsonApiMemoryItemPostOptionalIdAttributes;
|
|
52591
53107
|
}
|
|
52592
53108
|
|
|
52593
|
-
export declare interface JsonApiMemoryItemInAttributes {
|
|
52594
|
-
'title'?: string;
|
|
52595
|
-
'description'?: string;
|
|
52596
|
-
'tags'?: Array<string>;
|
|
52597
|
-
'areRelationsValid'?: boolean;
|
|
52598
|
-
/**
|
|
52599
|
-
* Strategy defining when the memory item should be applied
|
|
52600
|
-
*/
|
|
52601
|
-
'strategy': JsonApiMemoryItemInAttributesStrategyEnum;
|
|
52602
|
-
/**
|
|
52603
|
-
* The text that will be injected into the system prompt
|
|
52604
|
-
*/
|
|
52605
|
-
'instruction': string;
|
|
52606
|
-
/**
|
|
52607
|
-
* Set of unique strings used for semantic similarity filtering
|
|
52608
|
-
*/
|
|
52609
|
-
'keywords'?: Array<string>;
|
|
52610
|
-
/**
|
|
52611
|
-
* Whether memory item is disabled
|
|
52612
|
-
*/
|
|
52613
|
-
'isDisabled'?: boolean;
|
|
52614
|
-
}
|
|
52615
|
-
|
|
52616
|
-
export declare type JsonApiMemoryItemInAttributesStrategyEnum = 'ALWAYS' | 'AUTO';
|
|
52617
|
-
|
|
52618
53109
|
export declare interface JsonApiMemoryItemInDocument {
|
|
52619
53110
|
'data': JsonApiMemoryItemIn;
|
|
52620
53111
|
}
|
|
@@ -52686,7 +53177,7 @@ export declare interface JsonApiMemoryItemOutDocument {
|
|
|
52686
53177
|
export declare interface JsonApiMemoryItemOutList {
|
|
52687
53178
|
'data': Array<JsonApiMemoryItemOutWithLinks>;
|
|
52688
53179
|
'links'?: ListLinks;
|
|
52689
|
-
'meta'?:
|
|
53180
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
52690
53181
|
/**
|
|
52691
53182
|
* Included resources
|
|
52692
53183
|
*/
|
|
@@ -52770,9 +53261,34 @@ export declare interface JsonApiMemoryItemPostOptionalId {
|
|
|
52770
53261
|
* API identifier of an object
|
|
52771
53262
|
*/
|
|
52772
53263
|
'id'?: string;
|
|
52773
|
-
'attributes':
|
|
53264
|
+
'attributes': JsonApiMemoryItemPostOptionalIdAttributes;
|
|
53265
|
+
}
|
|
53266
|
+
|
|
53267
|
+
export declare interface JsonApiMemoryItemPostOptionalIdAttributes {
|
|
53268
|
+
'title'?: string;
|
|
53269
|
+
'description'?: string;
|
|
53270
|
+
'tags'?: Array<string>;
|
|
53271
|
+
'areRelationsValid'?: boolean;
|
|
53272
|
+
/**
|
|
53273
|
+
* Strategy defining when the memory item should be applied
|
|
53274
|
+
*/
|
|
53275
|
+
'strategy': JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum;
|
|
53276
|
+
/**
|
|
53277
|
+
* The text that will be injected into the system prompt
|
|
53278
|
+
*/
|
|
53279
|
+
'instruction': string;
|
|
53280
|
+
/**
|
|
53281
|
+
* Set of unique strings used for semantic similarity filtering
|
|
53282
|
+
*/
|
|
53283
|
+
'keywords'?: Array<string>;
|
|
53284
|
+
/**
|
|
53285
|
+
* Whether memory item is disabled
|
|
53286
|
+
*/
|
|
53287
|
+
'isDisabled'?: boolean;
|
|
52774
53288
|
}
|
|
52775
53289
|
|
|
53290
|
+
export declare type JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum = 'ALWAYS' | 'AUTO';
|
|
53291
|
+
|
|
52776
53292
|
export declare interface JsonApiMemoryItemPostOptionalIdDocument {
|
|
52777
53293
|
'data': JsonApiMemoryItemPostOptionalId;
|
|
52778
53294
|
}
|
|
@@ -52791,17 +53307,7 @@ export declare interface JsonApiMetricIn {
|
|
|
52791
53307
|
* API identifier of an object
|
|
52792
53308
|
*/
|
|
52793
53309
|
'id': string;
|
|
52794
|
-
'attributes':
|
|
52795
|
-
}
|
|
52796
|
-
|
|
52797
|
-
export declare interface JsonApiMetricInAttributes {
|
|
52798
|
-
'title'?: string;
|
|
52799
|
-
'description'?: string;
|
|
52800
|
-
'tags'?: Array<string>;
|
|
52801
|
-
'areRelationsValid'?: boolean;
|
|
52802
|
-
'content': JsonApiMetricOutAttributesContent;
|
|
52803
|
-
'isHidden'?: boolean;
|
|
52804
|
-
'isHiddenFromKda'?: boolean;
|
|
53310
|
+
'attributes': JsonApiMetricPostOptionalIdAttributes;
|
|
52805
53311
|
}
|
|
52806
53312
|
|
|
52807
53313
|
export declare interface JsonApiMetricInDocument {
|
|
@@ -52903,7 +53409,7 @@ export declare type JsonApiMetricOutIncludes = JsonApiAttributeOutWithLinks | Js
|
|
|
52903
53409
|
export declare interface JsonApiMetricOutList {
|
|
52904
53410
|
'data': Array<JsonApiMetricOutWithLinks>;
|
|
52905
53411
|
'links'?: ListLinks;
|
|
52906
|
-
'meta'?:
|
|
53412
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
52907
53413
|
/**
|
|
52908
53414
|
* Included resources
|
|
52909
53415
|
*/
|
|
@@ -52972,7 +53478,17 @@ export declare interface JsonApiMetricPostOptionalId {
|
|
|
52972
53478
|
* API identifier of an object
|
|
52973
53479
|
*/
|
|
52974
53480
|
'id'?: string;
|
|
52975
|
-
'attributes':
|
|
53481
|
+
'attributes': JsonApiMetricPostOptionalIdAttributes;
|
|
53482
|
+
}
|
|
53483
|
+
|
|
53484
|
+
export declare interface JsonApiMetricPostOptionalIdAttributes {
|
|
53485
|
+
'title'?: string;
|
|
53486
|
+
'description'?: string;
|
|
53487
|
+
'tags'?: Array<string>;
|
|
53488
|
+
'areRelationsValid'?: boolean;
|
|
53489
|
+
'content': JsonApiMetricOutAttributesContent;
|
|
53490
|
+
'isHidden'?: boolean;
|
|
53491
|
+
'isHiddenFromKda'?: boolean;
|
|
52976
53492
|
}
|
|
52977
53493
|
|
|
52978
53494
|
export declare interface JsonApiMetricPostOptionalIdDocument {
|
|
@@ -53021,7 +53537,7 @@ export declare interface JsonApiNotificationChannelIdentifierOutDocument {
|
|
|
53021
53537
|
export declare interface JsonApiNotificationChannelIdentifierOutList {
|
|
53022
53538
|
'data': Array<JsonApiNotificationChannelIdentifierOutWithLinks>;
|
|
53023
53539
|
'links'?: ListLinks;
|
|
53024
|
-
'meta'?:
|
|
53540
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
53025
53541
|
}
|
|
53026
53542
|
|
|
53027
53543
|
export declare type JsonApiNotificationChannelIdentifierOutTypeEnum = 'notificationChannelIdentifier';
|
|
@@ -53053,41 +53569,9 @@ export declare interface JsonApiNotificationChannelIn {
|
|
|
53053
53569
|
* API identifier of an object
|
|
53054
53570
|
*/
|
|
53055
53571
|
'id': string;
|
|
53056
|
-
'attributes'?:
|
|
53572
|
+
'attributes'?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
53057
53573
|
}
|
|
53058
53574
|
|
|
53059
|
-
export declare interface JsonApiNotificationChannelInAttributes {
|
|
53060
|
-
'name'?: string | null;
|
|
53061
|
-
'description'?: string | null;
|
|
53062
|
-
'destination'?: JsonApiNotificationChannelOutAttributesDestination;
|
|
53063
|
-
/**
|
|
53064
|
-
* Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
|
|
53065
|
-
*/
|
|
53066
|
-
'customDashboardUrl'?: string;
|
|
53067
|
-
/**
|
|
53068
|
-
* Dashboard link visibility in notifications. HIDDEN - the link will not be included INTERNAL_ONLY - only internal users will see the link ALL - all users will see the link
|
|
53069
|
-
*/
|
|
53070
|
-
'dashboardLinkVisibility'?: JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum;
|
|
53071
|
-
/**
|
|
53072
|
-
* Human-readable description of the source of the notification. If specified, this propertywill be included in the notifications to this channel.Allowed placeholders are: {{workspaceId}} {{workspaceName}} {{workspaceDescription}} {{dashboardId}} {{dashboardName}} {{dashboardDescription}}
|
|
53073
|
-
*/
|
|
53074
|
-
'notificationSource'?: string;
|
|
53075
|
-
/**
|
|
53076
|
-
* Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
|
|
53077
|
-
*/
|
|
53078
|
-
'allowedRecipients'?: JsonApiNotificationChannelInAttributesAllowedRecipientsEnum;
|
|
53079
|
-
/**
|
|
53080
|
-
* In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications
|
|
53081
|
-
*/
|
|
53082
|
-
'inPlatformNotification'?: JsonApiNotificationChannelInAttributesInPlatformNotificationEnum;
|
|
53083
|
-
}
|
|
53084
|
-
|
|
53085
|
-
export declare type JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = 'CREATOR' | 'INTERNAL' | 'EXTERNAL';
|
|
53086
|
-
|
|
53087
|
-
export declare type JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
53088
|
-
|
|
53089
|
-
export declare type JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
53090
|
-
|
|
53091
53575
|
export declare interface JsonApiNotificationChannelInDocument {
|
|
53092
53576
|
'data': JsonApiNotificationChannelIn;
|
|
53093
53577
|
}
|
|
@@ -53171,7 +53655,7 @@ export declare interface JsonApiNotificationChannelOutDocument {
|
|
|
53171
53655
|
export declare interface JsonApiNotificationChannelOutList {
|
|
53172
53656
|
'data': Array<JsonApiNotificationChannelOutWithLinks>;
|
|
53173
53657
|
'links'?: ListLinks;
|
|
53174
|
-
'meta'?:
|
|
53658
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
53175
53659
|
}
|
|
53176
53660
|
|
|
53177
53661
|
export declare type JsonApiNotificationChannelOutTypeEnum = 'notificationChannel';
|
|
@@ -53203,7 +53687,7 @@ export declare interface JsonApiNotificationChannelPatch {
|
|
|
53203
53687
|
* API identifier of an object
|
|
53204
53688
|
*/
|
|
53205
53689
|
'id': string;
|
|
53206
|
-
'attributes'?:
|
|
53690
|
+
'attributes'?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
53207
53691
|
}
|
|
53208
53692
|
|
|
53209
53693
|
export declare interface JsonApiNotificationChannelPatchDocument {
|
|
@@ -53224,9 +53708,41 @@ export declare interface JsonApiNotificationChannelPostOptionalId {
|
|
|
53224
53708
|
* API identifier of an object
|
|
53225
53709
|
*/
|
|
53226
53710
|
'id'?: string;
|
|
53227
|
-
'attributes'?:
|
|
53711
|
+
'attributes'?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
53228
53712
|
}
|
|
53229
53713
|
|
|
53714
|
+
export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
53715
|
+
'name'?: string | null;
|
|
53716
|
+
'description'?: string | null;
|
|
53717
|
+
'destination'?: JsonApiNotificationChannelOutAttributesDestination;
|
|
53718
|
+
/**
|
|
53719
|
+
* Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
|
|
53720
|
+
*/
|
|
53721
|
+
'customDashboardUrl'?: string;
|
|
53722
|
+
/**
|
|
53723
|
+
* Dashboard link visibility in notifications. HIDDEN - the link will not be included INTERNAL_ONLY - only internal users will see the link ALL - all users will see the link
|
|
53724
|
+
*/
|
|
53725
|
+
'dashboardLinkVisibility'?: JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum;
|
|
53726
|
+
/**
|
|
53727
|
+
* Human-readable description of the source of the notification. If specified, this propertywill be included in the notifications to this channel.Allowed placeholders are: {{workspaceId}} {{workspaceName}} {{workspaceDescription}} {{dashboardId}} {{dashboardName}} {{dashboardDescription}}
|
|
53728
|
+
*/
|
|
53729
|
+
'notificationSource'?: string;
|
|
53730
|
+
/**
|
|
53731
|
+
* Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
|
|
53732
|
+
*/
|
|
53733
|
+
'allowedRecipients'?: JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum;
|
|
53734
|
+
/**
|
|
53735
|
+
* In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications
|
|
53736
|
+
*/
|
|
53737
|
+
'inPlatformNotification'?: JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum;
|
|
53738
|
+
}
|
|
53739
|
+
|
|
53740
|
+
export declare type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = 'CREATOR' | 'INTERNAL' | 'EXTERNAL';
|
|
53741
|
+
|
|
53742
|
+
export declare type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
53743
|
+
|
|
53744
|
+
export declare type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
53745
|
+
|
|
53230
53746
|
export declare interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
53231
53747
|
'data': JsonApiNotificationChannelPostOptionalId;
|
|
53232
53748
|
}
|
|
@@ -53391,7 +53907,7 @@ export declare interface JsonApiOrganizationSettingIn {
|
|
|
53391
53907
|
* API identifier of an object
|
|
53392
53908
|
*/
|
|
53393
53909
|
'id': string;
|
|
53394
|
-
'attributes'?:
|
|
53910
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
53395
53911
|
}
|
|
53396
53912
|
|
|
53397
53913
|
export declare interface JsonApiOrganizationSettingInDocument {
|
|
@@ -53412,19 +53928,9 @@ export declare interface JsonApiOrganizationSettingOut {
|
|
|
53412
53928
|
* API identifier of an object
|
|
53413
53929
|
*/
|
|
53414
53930
|
'id': string;
|
|
53415
|
-
'attributes'?:
|
|
53416
|
-
}
|
|
53417
|
-
|
|
53418
|
-
export declare interface JsonApiOrganizationSettingOutAttributes {
|
|
53419
|
-
/**
|
|
53420
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
53421
|
-
*/
|
|
53422
|
-
'content'?: object;
|
|
53423
|
-
'type'?: JsonApiOrganizationSettingOutAttributesTypeEnum;
|
|
53931
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
53424
53932
|
}
|
|
53425
53933
|
|
|
53426
|
-
export declare type JsonApiOrganizationSettingOutAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | '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' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
|
|
53427
|
-
|
|
53428
53934
|
export declare interface JsonApiOrganizationSettingOutDocument {
|
|
53429
53935
|
'data': JsonApiOrganizationSettingOut;
|
|
53430
53936
|
'links'?: ObjectLinks;
|
|
@@ -53436,7 +53942,7 @@ export declare interface JsonApiOrganizationSettingOutDocument {
|
|
|
53436
53942
|
export declare interface JsonApiOrganizationSettingOutList {
|
|
53437
53943
|
'data': Array<JsonApiOrganizationSettingOutWithLinks>;
|
|
53438
53944
|
'links'?: ListLinks;
|
|
53439
|
-
'meta'?:
|
|
53945
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
53440
53946
|
}
|
|
53441
53947
|
|
|
53442
53948
|
export declare type JsonApiOrganizationSettingOutTypeEnum = 'organizationSetting';
|
|
@@ -53450,7 +53956,7 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
53450
53956
|
* API identifier of an object
|
|
53451
53957
|
*/
|
|
53452
53958
|
'id': string;
|
|
53453
|
-
'attributes'?:
|
|
53959
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
53454
53960
|
'links'?: ObjectLinks;
|
|
53455
53961
|
}
|
|
53456
53962
|
|
|
@@ -53468,7 +53974,7 @@ export declare interface JsonApiOrganizationSettingPatch {
|
|
|
53468
53974
|
* API identifier of an object
|
|
53469
53975
|
*/
|
|
53470
53976
|
'id': string;
|
|
53471
|
-
'attributes'?:
|
|
53977
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
53472
53978
|
}
|
|
53473
53979
|
|
|
53474
53980
|
export declare interface JsonApiOrganizationSettingPatchDocument {
|
|
@@ -53524,7 +54030,7 @@ export declare interface JsonApiThemeOutDocument {
|
|
|
53524
54030
|
export declare interface JsonApiThemeOutList {
|
|
53525
54031
|
'data': Array<JsonApiThemeOutWithLinks>;
|
|
53526
54032
|
'links'?: ListLinks;
|
|
53527
|
-
'meta'?:
|
|
54033
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
53528
54034
|
}
|
|
53529
54035
|
|
|
53530
54036
|
export declare type JsonApiThemeOutTypeEnum = 'theme';
|
|
@@ -53632,7 +54138,7 @@ export declare type JsonApiUserDataFilterOutIncludes = JsonApiAttributeOutWithLi
|
|
|
53632
54138
|
export declare interface JsonApiUserDataFilterOutList {
|
|
53633
54139
|
'data': Array<JsonApiUserDataFilterOutWithLinks>;
|
|
53634
54140
|
'links'?: ListLinks;
|
|
53635
|
-
'meta'?:
|
|
54141
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
53636
54142
|
/**
|
|
53637
54143
|
* Included resources
|
|
53638
54144
|
*/
|
|
@@ -53796,7 +54302,7 @@ export declare interface JsonApiUserGroupOutDocument {
|
|
|
53796
54302
|
export declare interface JsonApiUserGroupOutList {
|
|
53797
54303
|
'data': Array<JsonApiUserGroupOutWithLinks>;
|
|
53798
54304
|
'links'?: ListLinks;
|
|
53799
|
-
'meta'?:
|
|
54305
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
53800
54306
|
/**
|
|
53801
54307
|
* Included resources
|
|
53802
54308
|
*/
|
|
@@ -53896,7 +54402,7 @@ export declare interface JsonApiUserIdentifierOutDocument {
|
|
|
53896
54402
|
export declare interface JsonApiUserIdentifierOutList {
|
|
53897
54403
|
'data': Array<JsonApiUserIdentifierOutWithLinks>;
|
|
53898
54404
|
'links'?: ListLinks;
|
|
53899
|
-
'meta'?:
|
|
54405
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
53900
54406
|
}
|
|
53901
54407
|
|
|
53902
54408
|
export declare type JsonApiUserIdentifierOutTypeEnum = 'userIdentifier';
|
|
@@ -53986,7 +54492,7 @@ export declare interface JsonApiUserOutDocument {
|
|
|
53986
54492
|
export declare interface JsonApiUserOutList {
|
|
53987
54493
|
'data': Array<JsonApiUserOutWithLinks>;
|
|
53988
54494
|
'links'?: ListLinks;
|
|
53989
|
-
'meta'?:
|
|
54495
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
53990
54496
|
/**
|
|
53991
54497
|
* Included resources
|
|
53992
54498
|
*/
|
|
@@ -54049,9 +54555,19 @@ export declare interface JsonApiUserSettingIn {
|
|
|
54049
54555
|
* API identifier of an object
|
|
54050
54556
|
*/
|
|
54051
54557
|
'id': string;
|
|
54052
|
-
'attributes'?:
|
|
54558
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
54559
|
+
}
|
|
54560
|
+
|
|
54561
|
+
export declare interface JsonApiUserSettingInAttributes {
|
|
54562
|
+
/**
|
|
54563
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
54564
|
+
*/
|
|
54565
|
+
'content'?: object;
|
|
54566
|
+
'type'?: JsonApiUserSettingInAttributesTypeEnum;
|
|
54053
54567
|
}
|
|
54054
54568
|
|
|
54569
|
+
export declare type JsonApiUserSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | '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' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
|
|
54570
|
+
|
|
54055
54571
|
export declare interface JsonApiUserSettingInDocument {
|
|
54056
54572
|
'data': JsonApiUserSettingIn;
|
|
54057
54573
|
}
|
|
@@ -54070,7 +54586,7 @@ export declare interface JsonApiUserSettingOut {
|
|
|
54070
54586
|
* API identifier of an object
|
|
54071
54587
|
*/
|
|
54072
54588
|
'id': string;
|
|
54073
|
-
'attributes'?:
|
|
54589
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
54074
54590
|
}
|
|
54075
54591
|
|
|
54076
54592
|
export declare interface JsonApiUserSettingOutDocument {
|
|
@@ -54084,7 +54600,7 @@ export declare interface JsonApiUserSettingOutDocument {
|
|
|
54084
54600
|
export declare interface JsonApiUserSettingOutList {
|
|
54085
54601
|
'data': Array<JsonApiUserSettingOutWithLinks>;
|
|
54086
54602
|
'links'?: ListLinks;
|
|
54087
|
-
'meta'?:
|
|
54603
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
54088
54604
|
}
|
|
54089
54605
|
|
|
54090
54606
|
export declare type JsonApiUserSettingOutTypeEnum = 'userSetting';
|
|
@@ -54098,7 +54614,7 @@ export declare interface JsonApiUserSettingOutWithLinks {
|
|
|
54098
54614
|
* API identifier of an object
|
|
54099
54615
|
*/
|
|
54100
54616
|
'id': string;
|
|
54101
|
-
'attributes'?:
|
|
54617
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
54102
54618
|
'links'?: ObjectLinks;
|
|
54103
54619
|
}
|
|
54104
54620
|
|
|
@@ -54116,19 +54632,7 @@ export declare interface JsonApiVisualizationObjectIn {
|
|
|
54116
54632
|
* API identifier of an object
|
|
54117
54633
|
*/
|
|
54118
54634
|
'id': string;
|
|
54119
|
-
'attributes':
|
|
54120
|
-
}
|
|
54121
|
-
|
|
54122
|
-
export declare interface JsonApiVisualizationObjectInAttributes {
|
|
54123
|
-
'title'?: string;
|
|
54124
|
-
'description'?: string;
|
|
54125
|
-
'tags'?: Array<string>;
|
|
54126
|
-
'areRelationsValid'?: boolean;
|
|
54127
|
-
/**
|
|
54128
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
54129
|
-
*/
|
|
54130
|
-
'content': object;
|
|
54131
|
-
'isHidden'?: boolean;
|
|
54635
|
+
'attributes': JsonApiVisualizationObjectPostOptionalIdAttributes;
|
|
54132
54636
|
}
|
|
54133
54637
|
|
|
54134
54638
|
export declare interface JsonApiVisualizationObjectInDocument {
|
|
@@ -54213,7 +54717,7 @@ export declare interface JsonApiVisualizationObjectOutDocument {
|
|
|
54213
54717
|
export declare interface JsonApiVisualizationObjectOutList {
|
|
54214
54718
|
'data': Array<JsonApiVisualizationObjectOutWithLinks>;
|
|
54215
54719
|
'links'?: ListLinks;
|
|
54216
|
-
'meta'?:
|
|
54720
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
54217
54721
|
/**
|
|
54218
54722
|
* Included resources
|
|
54219
54723
|
*/
|
|
@@ -54351,7 +54855,19 @@ export declare interface JsonApiVisualizationObjectPostOptionalId {
|
|
|
54351
54855
|
* API identifier of an object
|
|
54352
54856
|
*/
|
|
54353
54857
|
'id'?: string;
|
|
54354
|
-
'attributes':
|
|
54858
|
+
'attributes': JsonApiVisualizationObjectPostOptionalIdAttributes;
|
|
54859
|
+
}
|
|
54860
|
+
|
|
54861
|
+
export declare interface JsonApiVisualizationObjectPostOptionalIdAttributes {
|
|
54862
|
+
'title'?: string;
|
|
54863
|
+
'description'?: string;
|
|
54864
|
+
'tags'?: Array<string>;
|
|
54865
|
+
'areRelationsValid'?: boolean;
|
|
54866
|
+
/**
|
|
54867
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
54868
|
+
*/
|
|
54869
|
+
'content': object;
|
|
54870
|
+
'isHidden'?: boolean;
|
|
54355
54871
|
}
|
|
54356
54872
|
|
|
54357
54873
|
export declare interface JsonApiVisualizationObjectPostOptionalIdDocument {
|
|
@@ -54425,7 +54941,7 @@ export declare type JsonApiWorkspaceAutomationOutIncludes = JsonApiAnalyticalDas
|
|
|
54425
54941
|
export declare interface JsonApiWorkspaceAutomationOutList {
|
|
54426
54942
|
'data': Array<JsonApiWorkspaceAutomationOutWithLinks>;
|
|
54427
54943
|
'links'?: ListLinks;
|
|
54428
|
-
'meta'?:
|
|
54944
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
54429
54945
|
/**
|
|
54430
54946
|
* Included resources
|
|
54431
54947
|
*/
|
|
@@ -54531,7 +55047,7 @@ export declare interface JsonApiWorkspaceDataFilterOutDocument {
|
|
|
54531
55047
|
export declare interface JsonApiWorkspaceDataFilterOutList {
|
|
54532
55048
|
'data': Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
54533
55049
|
'links'?: ListLinks;
|
|
54534
|
-
'meta'?:
|
|
55050
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
54535
55051
|
/**
|
|
54536
55052
|
* Included resources
|
|
54537
55053
|
*/
|
|
@@ -54654,7 +55170,7 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
|
54654
55170
|
export declare interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
54655
55171
|
'data': Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>;
|
|
54656
55172
|
'links'?: ListLinks;
|
|
54657
|
-
'meta'?:
|
|
55173
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
54658
55174
|
/**
|
|
54659
55175
|
* Included resources
|
|
54660
55176
|
*/
|
|
@@ -54814,7 +55330,7 @@ export declare interface JsonApiWorkspaceOutDocument {
|
|
|
54814
55330
|
export declare interface JsonApiWorkspaceOutList {
|
|
54815
55331
|
'data': Array<JsonApiWorkspaceOutWithLinks>;
|
|
54816
55332
|
'links'?: ListLinks;
|
|
54817
|
-
'meta'?:
|
|
55333
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
54818
55334
|
/**
|
|
54819
55335
|
* Included resources
|
|
54820
55336
|
*/
|
|
@@ -54923,7 +55439,7 @@ export declare interface JsonApiWorkspaceSettingIn {
|
|
|
54923
55439
|
* API identifier of an object
|
|
54924
55440
|
*/
|
|
54925
55441
|
'id': string;
|
|
54926
|
-
'attributes'?:
|
|
55442
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
54927
55443
|
}
|
|
54928
55444
|
|
|
54929
55445
|
export declare interface JsonApiWorkspaceSettingInDocument {
|
|
@@ -54945,7 +55461,7 @@ export declare interface JsonApiWorkspaceSettingOut {
|
|
|
54945
55461
|
*/
|
|
54946
55462
|
'id': string;
|
|
54947
55463
|
'meta'?: JsonApiVisualizationObjectOutMeta;
|
|
54948
|
-
'attributes'?:
|
|
55464
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
54949
55465
|
}
|
|
54950
55466
|
|
|
54951
55467
|
export declare interface JsonApiWorkspaceSettingOutDocument {
|
|
@@ -54959,7 +55475,7 @@ export declare interface JsonApiWorkspaceSettingOutDocument {
|
|
|
54959
55475
|
export declare interface JsonApiWorkspaceSettingOutList {
|
|
54960
55476
|
'data': Array<JsonApiWorkspaceSettingOutWithLinks>;
|
|
54961
55477
|
'links'?: ListLinks;
|
|
54962
|
-
'meta'?:
|
|
55478
|
+
'meta'?: JsonApiColorPaletteOutListMeta;
|
|
54963
55479
|
}
|
|
54964
55480
|
|
|
54965
55481
|
export declare type JsonApiWorkspaceSettingOutTypeEnum = 'workspaceSetting';
|
|
@@ -54974,7 +55490,7 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
54974
55490
|
*/
|
|
54975
55491
|
'id': string;
|
|
54976
55492
|
'meta'?: JsonApiVisualizationObjectOutMeta;
|
|
54977
|
-
'attributes'?:
|
|
55493
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
54978
55494
|
'links'?: ObjectLinks;
|
|
54979
55495
|
}
|
|
54980
55496
|
|
|
@@ -54992,7 +55508,7 @@ export declare interface JsonApiWorkspaceSettingPatch {
|
|
|
54992
55508
|
* API identifier of an object
|
|
54993
55509
|
*/
|
|
54994
55510
|
'id': string;
|
|
54995
|
-
'attributes'?:
|
|
55511
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
54996
55512
|
}
|
|
54997
55513
|
|
|
54998
55514
|
export declare interface JsonApiWorkspaceSettingPatchDocument {
|
|
@@ -55013,7 +55529,7 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
55013
55529
|
* API identifier of an object
|
|
55014
55530
|
*/
|
|
55015
55531
|
'id'?: string;
|
|
55016
|
-
'attributes'?:
|
|
55532
|
+
'attributes'?: JsonApiUserSettingInAttributes;
|
|
55017
55533
|
}
|
|
55018
55534
|
|
|
55019
55535
|
export declare interface JsonApiWorkspaceSettingPostOptionalIdDocument {
|
|
@@ -55470,6 +55986,31 @@ export declare interface KeyDriversResult {
|
|
|
55470
55986
|
'data': object;
|
|
55471
55987
|
}
|
|
55472
55988
|
|
|
55989
|
+
declare interface KnowledgeDocumentMetadataDto {
|
|
55990
|
+
'filename': string;
|
|
55991
|
+
'workspaceId'?: string;
|
|
55992
|
+
'title'?: string;
|
|
55993
|
+
'numChunks': number;
|
|
55994
|
+
'createdAt': string;
|
|
55995
|
+
'updatedAt': string;
|
|
55996
|
+
'createdBy': string;
|
|
55997
|
+
'updatedBy': string;
|
|
55998
|
+
'scopes': Array<string>;
|
|
55999
|
+
'isDisabled'?: boolean;
|
|
56000
|
+
}
|
|
56001
|
+
|
|
56002
|
+
declare interface KnowledgeSearchResultDto {
|
|
56003
|
+
'filename': string;
|
|
56004
|
+
'content': string;
|
|
56005
|
+
'score': number;
|
|
56006
|
+
'chunkIndex': number;
|
|
56007
|
+
'totalChunks': number;
|
|
56008
|
+
'pageNumbers': Array<number>;
|
|
56009
|
+
'workspaceId'?: string;
|
|
56010
|
+
'title'?: string;
|
|
56011
|
+
'scopes': Array<string>;
|
|
56012
|
+
}
|
|
56013
|
+
|
|
55473
56014
|
export declare class LabelElementsBaseApi {
|
|
55474
56015
|
protected basePath: string;
|
|
55475
56016
|
protected axios: AxiosInstance;
|
|
@@ -58404,6 +58945,12 @@ export declare interface LDMDeclarativeAPIsApiSetLogicalModelRequest {
|
|
|
58404
58945
|
readonly declarativeModel: DeclarativeModel;
|
|
58405
58946
|
}
|
|
58406
58947
|
|
|
58948
|
+
declare interface ListKnowledgeDocumentsResponseDto {
|
|
58949
|
+
'documents': Array<KnowledgeDocumentMetadataDto>;
|
|
58950
|
+
'totalCount'?: number;
|
|
58951
|
+
'nextPageToken'?: string;
|
|
58952
|
+
}
|
|
58953
|
+
|
|
58407
58954
|
export declare interface ListLinks {
|
|
58408
58955
|
/**
|
|
58409
58956
|
* A string containing the link\'s URL.
|
|
@@ -58822,6 +59369,22 @@ export declare interface LLMEndpointsApiUpdateEntityLlmEndpointsRequest {
|
|
|
58822
59369
|
readonly filter?: string;
|
|
58823
59370
|
}
|
|
58824
59371
|
|
|
59372
|
+
/**
|
|
59373
|
+
* LLM Model configuration (id, family) within a provider.
|
|
59374
|
+
*/
|
|
59375
|
+
declare interface LlmModel {
|
|
59376
|
+
/**
|
|
59377
|
+
* Unique identifier of the model (e.g., gpt-5.3, claude-4.6).
|
|
59378
|
+
*/
|
|
59379
|
+
'id': string;
|
|
59380
|
+
/**
|
|
59381
|
+
* Family of LLM models.
|
|
59382
|
+
*/
|
|
59383
|
+
'family': LlmModelFamilyEnum;
|
|
59384
|
+
}
|
|
59385
|
+
|
|
59386
|
+
declare type LlmModelFamilyEnum = 'OPENAI' | 'ANTHROPIC' | 'META' | 'MISTRAL' | 'AMAZON' | 'GOOGLE' | 'COHERE';
|
|
59387
|
+
|
|
58825
59388
|
export declare interface LlmProviderAuth {
|
|
58826
59389
|
'type': string;
|
|
58827
59390
|
}
|
|
@@ -60667,6 +61230,24 @@ export declare type ModelFileTranslateEnum = 'YES' | 'NO';
|
|
|
60667
61230
|
|
|
60668
61231
|
export declare type ModelFileTrgDirEnum = 'LTR' | 'RTL' | 'AUTO';
|
|
60669
61232
|
|
|
61233
|
+
/**
|
|
61234
|
+
* Per-model test results.
|
|
61235
|
+
*/
|
|
61236
|
+
declare interface ModelTestResult {
|
|
61237
|
+
/**
|
|
61238
|
+
* The model ID that was tested.
|
|
61239
|
+
*/
|
|
61240
|
+
'modelId': string;
|
|
61241
|
+
/**
|
|
61242
|
+
* Whether the model test was successful.
|
|
61243
|
+
*/
|
|
61244
|
+
'successful': boolean;
|
|
61245
|
+
/**
|
|
61246
|
+
* Message about the model test result.
|
|
61247
|
+
*/
|
|
61248
|
+
'message': string;
|
|
61249
|
+
}
|
|
61250
|
+
|
|
60670
61251
|
/**
|
|
60671
61252
|
* Filter able to limit element values by label and related selected negated elements.
|
|
60672
61253
|
*/
|
|
@@ -61760,8 +62341,21 @@ export declare interface OpenAiApiKeyAuth {
|
|
|
61760
62341
|
'type': OpenAiApiKeyAuthTypeEnum;
|
|
61761
62342
|
}
|
|
61762
62343
|
|
|
62344
|
+
declare interface OpenAiApiKeyAuth_2 {
|
|
62345
|
+
/**
|
|
62346
|
+
* OpenAI API key.
|
|
62347
|
+
*/
|
|
62348
|
+
'apiKey'?: string | null;
|
|
62349
|
+
/**
|
|
62350
|
+
* Authentication type.
|
|
62351
|
+
*/
|
|
62352
|
+
'type': OpenAiApiKeyAuthTypeEnum_2;
|
|
62353
|
+
}
|
|
62354
|
+
|
|
61763
62355
|
export declare type OpenAiApiKeyAuthTypeEnum = 'API_KEY';
|
|
61764
62356
|
|
|
62357
|
+
declare type OpenAiApiKeyAuthTypeEnum_2 = 'API_KEY';
|
|
62358
|
+
|
|
61765
62359
|
/**
|
|
61766
62360
|
* Configuration for OpenAI provider.
|
|
61767
62361
|
*/
|
|
@@ -61781,8 +62375,29 @@ export declare interface OpenAIProviderConfig {
|
|
|
61781
62375
|
'type': OpenAIProviderConfigTypeEnum;
|
|
61782
62376
|
}
|
|
61783
62377
|
|
|
62378
|
+
/**
|
|
62379
|
+
* Configuration for OpenAI provider.
|
|
62380
|
+
*/
|
|
62381
|
+
declare interface OpenAIProviderConfig_2 {
|
|
62382
|
+
/**
|
|
62383
|
+
* OpenAI organization ID.
|
|
62384
|
+
*/
|
|
62385
|
+
'organization'?: string | null;
|
|
62386
|
+
/**
|
|
62387
|
+
* Custom base URL for OpenAI API.
|
|
62388
|
+
*/
|
|
62389
|
+
'baseUrl'?: string | null;
|
|
62390
|
+
'auth': OpenAiApiKeyAuth_2;
|
|
62391
|
+
/**
|
|
62392
|
+
* Provider type.
|
|
62393
|
+
*/
|
|
62394
|
+
'type': OpenAIProviderConfigTypeEnum_2;
|
|
62395
|
+
}
|
|
62396
|
+
|
|
61784
62397
|
export declare type OpenAIProviderConfigTypeEnum = 'OPENAI';
|
|
61785
62398
|
|
|
62399
|
+
declare type OpenAIProviderConfigTypeEnum_2 = 'OPENAI';
|
|
62400
|
+
|
|
61786
62401
|
/**
|
|
61787
62402
|
* OptionsApi - object-oriented interface
|
|
61788
62403
|
* @export
|
|
@@ -70073,6 +70688,12 @@ export declare interface Parameter {
|
|
|
70073
70688
|
'value': string;
|
|
70074
70689
|
}
|
|
70075
70690
|
|
|
70691
|
+
declare interface PatchKnowledgeDocumentRequestDto {
|
|
70692
|
+
'isDisabled'?: boolean;
|
|
70693
|
+
'title'?: string;
|
|
70694
|
+
'scopes'?: Array<string>;
|
|
70695
|
+
}
|
|
70696
|
+
|
|
70076
70697
|
/**
|
|
70077
70698
|
* Custom CSS styles for the table. (PDF, HTML)
|
|
70078
70699
|
*/
|
|
@@ -72292,7 +72913,7 @@ export declare interface ResolvedSetting {
|
|
|
72292
72913
|
'type'?: ResolvedSettingTypeEnum;
|
|
72293
72914
|
}
|
|
72294
72915
|
|
|
72295
|
-
export declare type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | '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' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
|
|
72916
|
+
export declare type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | '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' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
|
|
72296
72917
|
|
|
72297
72918
|
/**
|
|
72298
72919
|
* A request containing setting IDs to resolve.
|
|
@@ -72823,6 +73444,11 @@ export declare interface ScanSqlResponse {
|
|
|
72823
73444
|
'dataPreview'?: Array<Array<string | null>>;
|
|
72824
73445
|
}
|
|
72825
73446
|
|
|
73447
|
+
declare interface SearchKnowledgeResponseDto {
|
|
73448
|
+
'results': Array<KnowledgeSearchResultDto>;
|
|
73449
|
+
'statistics': SearchStatisticsDto;
|
|
73450
|
+
}
|
|
73451
|
+
|
|
72826
73452
|
export declare interface SearchRelationshipObject {
|
|
72827
73453
|
/**
|
|
72828
73454
|
* Source workspace ID. If relationship is dashboard->visualization, this is the workspace where the dashboard is located.
|
|
@@ -72972,6 +73598,11 @@ export declare interface SearchResultObject {
|
|
|
72972
73598
|
'isHidden'?: boolean;
|
|
72973
73599
|
}
|
|
72974
73600
|
|
|
73601
|
+
declare interface SearchStatisticsDto {
|
|
73602
|
+
'totalResults': number;
|
|
73603
|
+
'averageSimilarityScore': number;
|
|
73604
|
+
}
|
|
73605
|
+
|
|
72975
73606
|
/**
|
|
72976
73607
|
* Settings for section slide.
|
|
72977
73608
|
*/
|
|
@@ -73835,6 +74466,34 @@ export declare interface TestDefinitionRequest {
|
|
|
73835
74466
|
|
|
73836
74467
|
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';
|
|
73837
74468
|
|
|
74469
|
+
declare interface TestLlmProviderDefinitionRequest {
|
|
74470
|
+
'providerConfig': TestLlmProviderDefinitionRequestProviderConfig;
|
|
74471
|
+
/**
|
|
74472
|
+
* Models to test.
|
|
74473
|
+
*/
|
|
74474
|
+
'models'?: Array<LlmModel>;
|
|
74475
|
+
}
|
|
74476
|
+
|
|
74477
|
+
/**
|
|
74478
|
+
* @type TestLlmProviderDefinitionRequestProviderConfig
|
|
74479
|
+
*/
|
|
74480
|
+
declare type TestLlmProviderDefinitionRequestProviderConfig = AwsBedrockProviderConfig_2 | AzureFoundryProviderConfig_2 | OpenAIProviderConfig_2;
|
|
74481
|
+
|
|
74482
|
+
declare interface TestLlmProviderResponse {
|
|
74483
|
+
/**
|
|
74484
|
+
* Whether the LLM provider is reachable.
|
|
74485
|
+
*/
|
|
74486
|
+
'providerReachable': boolean;
|
|
74487
|
+
/**
|
|
74488
|
+
* Message about the provider connectivity test.
|
|
74489
|
+
*/
|
|
74490
|
+
'providerMessage': string;
|
|
74491
|
+
/**
|
|
74492
|
+
* Per-model test results.
|
|
74493
|
+
*/
|
|
74494
|
+
'modelResults': Array<ModelTestResult>;
|
|
74495
|
+
}
|
|
74496
|
+
|
|
73838
74497
|
/**
|
|
73839
74498
|
* A structure containing duration of the test queries run on a data source. It is omitted if an error happens.
|
|
73840
74499
|
*/
|
|
@@ -74297,7 +74956,7 @@ export declare interface TranslationsApiSetTranslationsRequest {
|
|
|
74297
74956
|
readonly xliff: Xliff;
|
|
74298
74957
|
}
|
|
74299
74958
|
|
|
74300
|
-
declare type TriggerQualityIssuesCalculationResponseStatusEnum = 'RUNNING' | 'COMPLETED' | 'FAILED' | 'DISABLED';
|
|
74959
|
+
declare type TriggerQualityIssuesCalculationResponseStatusEnum = 'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'DISABLED';
|
|
74301
74960
|
|
|
74302
74961
|
/**
|
|
74303
74962
|
* Information related to the file uploaded to the staging area.
|
|
@@ -74319,6 +74978,21 @@ declare interface UploadGeoCollectionFileResponse {
|
|
|
74319
74978
|
'location': string;
|
|
74320
74979
|
}
|
|
74321
74980
|
|
|
74981
|
+
declare interface UpsertKnowledgeDocumentRequestDto {
|
|
74982
|
+
'filename': string;
|
|
74983
|
+
'content': string;
|
|
74984
|
+
'pageBoundaries'?: Array<number>;
|
|
74985
|
+
'title'?: string;
|
|
74986
|
+
'scopes'?: Array<string>;
|
|
74987
|
+
}
|
|
74988
|
+
|
|
74989
|
+
declare interface UpsertKnowledgeDocumentResponseDto {
|
|
74990
|
+
'filename': string;
|
|
74991
|
+
'success': boolean;
|
|
74992
|
+
'message': string;
|
|
74993
|
+
'numChunks': number;
|
|
74994
|
+
}
|
|
74995
|
+
|
|
74322
74996
|
/**
|
|
74323
74997
|
* UsageApi - object-oriented interface
|
|
74324
74998
|
* @export
|