@gooddata/api-client-tiger 11.41.0-alpha.0 → 11.41.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 +531 -176
- package/esm/endpoints/entitiesObjects/index.d.ts +1 -1
- package/esm/endpoints/entitiesObjects/index.js +2 -0
- package/esm/endpoints/genAI/index.d.ts +2 -2
- package/esm/endpoints/genAI/index.js +2 -2
- package/esm/genAI.d.ts +3 -1
- package/esm/genAI.js +21 -5
- package/esm/generated/afm-rest-api/api.d.ts +334 -0
- package/esm/generated/afm-rest-api/api.js +347 -0
- package/esm/generated/ai-json-api/api.d.ts +73 -0
- package/esm/generated/ai-json-api/api.js +74 -0
- package/esm/generated/auth-json-api/api.d.ts +0 -511
- package/esm/generated/auth-json-api/api.js +0 -650
- package/esm/generated/automation-json-api/api.d.ts +4 -0
- package/esm/generated/metadata-json-api/api.d.ts +169 -158
- package/esm/index.d.ts +3 -3
- package/package.json +4 -4
|
@@ -1768,6 +1768,26 @@ export declare interface ActionsApiCancelExecutionsRequest {
|
|
|
1768
1768
|
readonly afmCancelTokens: AfmCancelTokens;
|
|
1769
1769
|
}
|
|
1770
1770
|
|
|
1771
|
+
/**
|
|
1772
|
+
* Request parameters for cancelWorkflow1 operation in ActionsApi.
|
|
1773
|
+
* @export
|
|
1774
|
+
* @interface ActionsApiCancelWorkflow1Request
|
|
1775
|
+
*/
|
|
1776
|
+
export declare interface ActionsApiCancelWorkflow1Request {
|
|
1777
|
+
/**
|
|
1778
|
+
* Workspace identifier
|
|
1779
|
+
* @type {string}
|
|
1780
|
+
* @memberof ActionsApiCancelWorkflow1
|
|
1781
|
+
*/
|
|
1782
|
+
readonly workspaceId: string;
|
|
1783
|
+
/**
|
|
1784
|
+
*
|
|
1785
|
+
* @type {string}
|
|
1786
|
+
* @memberof ActionsApiCancelWorkflow1
|
|
1787
|
+
*/
|
|
1788
|
+
readonly runId: string;
|
|
1789
|
+
}
|
|
1790
|
+
|
|
1771
1791
|
/**
|
|
1772
1792
|
* Request parameters for cancelWorkflow operation in ActionsApi.
|
|
1773
1793
|
* @export
|
|
@@ -2306,6 +2326,26 @@ export declare interface ActionsApiForecastResultRequest {
|
|
|
2306
2326
|
readonly limit?: number;
|
|
2307
2327
|
}
|
|
2308
2328
|
|
|
2329
|
+
/**
|
|
2330
|
+
* Request parameters for generateDashboardSummary1 operation in ActionsApi.
|
|
2331
|
+
* @export
|
|
2332
|
+
* @interface ActionsApiGenerateDashboardSummary1Request
|
|
2333
|
+
*/
|
|
2334
|
+
export declare interface ActionsApiGenerateDashboardSummary1Request {
|
|
2335
|
+
/**
|
|
2336
|
+
* Workspace identifier
|
|
2337
|
+
* @type {string}
|
|
2338
|
+
* @memberof ActionsApiGenerateDashboardSummary1
|
|
2339
|
+
*/
|
|
2340
|
+
readonly workspaceId: string;
|
|
2341
|
+
/**
|
|
2342
|
+
*
|
|
2343
|
+
* @type {DashboardSummaryRequestDto}
|
|
2344
|
+
* @memberof ActionsApiGenerateDashboardSummary1
|
|
2345
|
+
*/
|
|
2346
|
+
readonly dashboardSummaryRequestDto: DashboardSummaryRequestDto;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2309
2349
|
/**
|
|
2310
2350
|
* Request parameters for generateDashboardSummary operation in ActionsApi.
|
|
2311
2351
|
* @export
|
|
@@ -2346,6 +2386,26 @@ export declare interface ActionsApiGenerateDescriptionRequest {
|
|
|
2346
2386
|
readonly generateDescriptionRequest: GenerateDescriptionRequest;
|
|
2347
2387
|
}
|
|
2348
2388
|
|
|
2389
|
+
/**
|
|
2390
|
+
* Request parameters for generateKnowledgeRecommendations operation in ActionsApi.
|
|
2391
|
+
* @export
|
|
2392
|
+
* @interface ActionsApiGenerateKnowledgeRecommendationsRequest
|
|
2393
|
+
*/
|
|
2394
|
+
export declare interface ActionsApiGenerateKnowledgeRecommendationsRequest {
|
|
2395
|
+
/**
|
|
2396
|
+
* Workspace identifier
|
|
2397
|
+
* @type {string}
|
|
2398
|
+
* @memberof ActionsApiGenerateKnowledgeRecommendations
|
|
2399
|
+
*/
|
|
2400
|
+
readonly workspaceId: string;
|
|
2401
|
+
/**
|
|
2402
|
+
*
|
|
2403
|
+
* @type {KnowledgeRecommendationsRequestDto}
|
|
2404
|
+
* @memberof ActionsApiGenerateKnowledgeRecommendations
|
|
2405
|
+
*/
|
|
2406
|
+
readonly knowledgeRecommendationsRequestDto: KnowledgeRecommendationsRequestDto;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2349
2409
|
/**
|
|
2350
2410
|
* Request parameters for generateLogicalModel operation in ActionsApi.
|
|
2351
2411
|
* @export
|
|
@@ -2464,6 +2524,26 @@ export declare interface ActionsApiGetTranslationTagsRequest {
|
|
|
2464
2524
|
readonly workspaceId: string;
|
|
2465
2525
|
}
|
|
2466
2526
|
|
|
2527
|
+
/**
|
|
2528
|
+
* Request parameters for getWorkflowStatus1 operation in ActionsApi.
|
|
2529
|
+
* @export
|
|
2530
|
+
* @interface ActionsApiGetWorkflowStatus1Request
|
|
2531
|
+
*/
|
|
2532
|
+
export declare interface ActionsApiGetWorkflowStatus1Request {
|
|
2533
|
+
/**
|
|
2534
|
+
* Workspace identifier
|
|
2535
|
+
* @type {string}
|
|
2536
|
+
* @memberof ActionsApiGetWorkflowStatus1
|
|
2537
|
+
*/
|
|
2538
|
+
readonly workspaceId: string;
|
|
2539
|
+
/**
|
|
2540
|
+
*
|
|
2541
|
+
* @type {string}
|
|
2542
|
+
* @memberof ActionsApiGetWorkflowStatus1
|
|
2543
|
+
*/
|
|
2544
|
+
readonly runId: string;
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2467
2547
|
/**
|
|
2468
2548
|
* Request parameters for getWorkflowStatus operation in ActionsApi.
|
|
2469
2549
|
* @export
|
|
@@ -4060,6 +4140,32 @@ export declare interface ActionsApiUnsubscribeWorkspaceAutomationsRequest {
|
|
|
4060
4140
|
readonly workspaceId: string;
|
|
4061
4141
|
}
|
|
4062
4142
|
|
|
4143
|
+
/**
|
|
4144
|
+
* Request parameters for userFeedback operation in ActionsApi.
|
|
4145
|
+
* @export
|
|
4146
|
+
* @interface ActionsApiUserFeedbackRequest
|
|
4147
|
+
*/
|
|
4148
|
+
export declare interface ActionsApiUserFeedbackRequest {
|
|
4149
|
+
/**
|
|
4150
|
+
* Workspace identifier
|
|
4151
|
+
* @type {string}
|
|
4152
|
+
* @memberof ActionsApiUserFeedback
|
|
4153
|
+
*/
|
|
4154
|
+
readonly workspaceId: string;
|
|
4155
|
+
/**
|
|
4156
|
+
*
|
|
4157
|
+
* @type {string}
|
|
4158
|
+
* @memberof ActionsApiUserFeedback
|
|
4159
|
+
*/
|
|
4160
|
+
readonly runId: string;
|
|
4161
|
+
/**
|
|
4162
|
+
*
|
|
4163
|
+
* @type {FeedbackRequestDto}
|
|
4164
|
+
* @memberof ActionsApiUserFeedback
|
|
4165
|
+
*/
|
|
4166
|
+
readonly feedbackRequestDto: FeedbackRequestDto;
|
|
4167
|
+
}
|
|
4168
|
+
|
|
4063
4169
|
/**
|
|
4064
4170
|
* Request parameters for validateLLMEndpointById operation in ActionsApi.
|
|
4065
4171
|
* @export
|
|
@@ -5478,6 +5584,16 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5478
5584
|
cancelWorkflow(requestParameters: ActionsApiCancelWorkflowRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
5479
5585
|
[key: string]: string;
|
|
5480
5586
|
}>;
|
|
5587
|
+
/**
|
|
5588
|
+
*
|
|
5589
|
+
* @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
|
|
5590
|
+
* @param {*} [options] Override http request option.
|
|
5591
|
+
* @throws {RequiredError}
|
|
5592
|
+
* @memberof ActionsApi
|
|
5593
|
+
*/
|
|
5594
|
+
cancelWorkflow1(requestParameters: ActionsApiCancelWorkflow1Request, options?: AxiosRequestConfig): AxiosPromise<{
|
|
5595
|
+
[key: string]: string;
|
|
5596
|
+
}>;
|
|
5481
5597
|
/**
|
|
5482
5598
|
* Computes change analysis for the provided execution definition.
|
|
5483
5599
|
* @summary Compute change analysis
|
|
@@ -5603,6 +5719,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5603
5719
|
* @memberof ActionsApi
|
|
5604
5720
|
*/
|
|
5605
5721
|
generateDashboardSummary(requestParameters: ActionsApiGenerateDashboardSummaryRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowDashboardSummaryResponseDto>;
|
|
5722
|
+
/**
|
|
5723
|
+
*
|
|
5724
|
+
* @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
|
|
5725
|
+
* @param {*} [options] Override http request option.
|
|
5726
|
+
* @throws {RequiredError}
|
|
5727
|
+
* @memberof ActionsApi
|
|
5728
|
+
*/
|
|
5729
|
+
generateDashboardSummary1(requestParameters: ActionsApiGenerateDashboardSummary1Request, options?: AxiosRequestConfig): AxiosPromise<DashboardSummaryResponseDto>;
|
|
5606
5730
|
/**
|
|
5607
5731
|
* Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
|
|
5608
5732
|
* @summary Generate Description for Analytics Object
|
|
@@ -5612,6 +5736,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5612
5736
|
* @memberof ActionsApi
|
|
5613
5737
|
*/
|
|
5614
5738
|
generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
|
|
5739
|
+
/**
|
|
5740
|
+
*
|
|
5741
|
+
* @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
|
|
5742
|
+
* @param {*} [options] Override http request option.
|
|
5743
|
+
* @throws {RequiredError}
|
|
5744
|
+
* @memberof ActionsApi
|
|
5745
|
+
*/
|
|
5746
|
+
generateKnowledgeRecommendations(requestParameters: ActionsApiGenerateKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeRecommendationsResponseDto>;
|
|
5615
5747
|
/**
|
|
5616
5748
|
* Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
|
|
5617
5749
|
* @summary Generate Title for Analytics Object
|
|
@@ -5647,6 +5779,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5647
5779
|
* @memberof ActionsApi
|
|
5648
5780
|
*/
|
|
5649
5781
|
getWorkflowStatus(requestParameters: ActionsApiGetWorkflowStatusRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
|
|
5782
|
+
/**
|
|
5783
|
+
*
|
|
5784
|
+
* @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
|
|
5785
|
+
* @param {*} [options] Override http request option.
|
|
5786
|
+
* @throws {RequiredError}
|
|
5787
|
+
* @memberof ActionsApi
|
|
5788
|
+
*/
|
|
5789
|
+
getWorkflowStatus1(requestParameters: ActionsApiGetWorkflowStatus1Request, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
|
|
5650
5790
|
/**
|
|
5651
5791
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
5652
5792
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -5801,6 +5941,16 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5801
5941
|
* @memberof ActionsApi
|
|
5802
5942
|
*/
|
|
5803
5943
|
triggerQualityIssuesCalculation(requestParameters: ActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
|
|
5944
|
+
/**
|
|
5945
|
+
*
|
|
5946
|
+
* @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
|
|
5947
|
+
* @param {*} [options] Override http request option.
|
|
5948
|
+
* @throws {RequiredError}
|
|
5949
|
+
* @memberof ActionsApi
|
|
5950
|
+
*/
|
|
5951
|
+
userFeedback(requestParameters: ActionsApiUserFeedbackRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
5952
|
+
[key: string]: string;
|
|
5953
|
+
}>;
|
|
5804
5954
|
/**
|
|
5805
5955
|
* Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
|
|
5806
5956
|
* @summary Validate LLM Endpoint (Removed)
|
|
@@ -5932,6 +6082,16 @@ export declare interface AfmActionsApiInterface {
|
|
|
5932
6082
|
cancelWorkflow(requestParameters: ActionsApiCancelWorkflowRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
5933
6083
|
[key: string]: string;
|
|
5934
6084
|
}>;
|
|
6085
|
+
/**
|
|
6086
|
+
*
|
|
6087
|
+
* @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
|
|
6088
|
+
* @param {*} [options] Override http request option.
|
|
6089
|
+
* @throws {RequiredError}
|
|
6090
|
+
* @memberof ActionsApiInterface
|
|
6091
|
+
*/
|
|
6092
|
+
cancelWorkflow1(requestParameters: ActionsApiCancelWorkflow1Request, options?: AxiosRequestConfig): AxiosPromise<{
|
|
6093
|
+
[key: string]: string;
|
|
6094
|
+
}>;
|
|
5935
6095
|
/**
|
|
5936
6096
|
* Computes change analysis for the provided execution definition.
|
|
5937
6097
|
* @summary Compute change analysis
|
|
@@ -6057,6 +6217,14 @@ export declare interface AfmActionsApiInterface {
|
|
|
6057
6217
|
* @memberof ActionsApiInterface
|
|
6058
6218
|
*/
|
|
6059
6219
|
generateDashboardSummary(requestParameters: ActionsApiGenerateDashboardSummaryRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowDashboardSummaryResponseDto>;
|
|
6220
|
+
/**
|
|
6221
|
+
*
|
|
6222
|
+
* @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
|
|
6223
|
+
* @param {*} [options] Override http request option.
|
|
6224
|
+
* @throws {RequiredError}
|
|
6225
|
+
* @memberof ActionsApiInterface
|
|
6226
|
+
*/
|
|
6227
|
+
generateDashboardSummary1(requestParameters: ActionsApiGenerateDashboardSummary1Request, options?: AxiosRequestConfig): AxiosPromise<DashboardSummaryResponseDto>;
|
|
6060
6228
|
/**
|
|
6061
6229
|
* Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
|
|
6062
6230
|
* @summary Generate Description for Analytics Object
|
|
@@ -6066,6 +6234,14 @@ export declare interface AfmActionsApiInterface {
|
|
|
6066
6234
|
* @memberof ActionsApiInterface
|
|
6067
6235
|
*/
|
|
6068
6236
|
generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
|
|
6237
|
+
/**
|
|
6238
|
+
*
|
|
6239
|
+
* @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
|
|
6240
|
+
* @param {*} [options] Override http request option.
|
|
6241
|
+
* @throws {RequiredError}
|
|
6242
|
+
* @memberof ActionsApiInterface
|
|
6243
|
+
*/
|
|
6244
|
+
generateKnowledgeRecommendations(requestParameters: ActionsApiGenerateKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeRecommendationsResponseDto>;
|
|
6069
6245
|
/**
|
|
6070
6246
|
* Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
|
|
6071
6247
|
* @summary Generate Title for Analytics Object
|
|
@@ -6101,6 +6277,14 @@ export declare interface AfmActionsApiInterface {
|
|
|
6101
6277
|
* @memberof ActionsApiInterface
|
|
6102
6278
|
*/
|
|
6103
6279
|
getWorkflowStatus(requestParameters: ActionsApiGetWorkflowStatusRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
|
|
6280
|
+
/**
|
|
6281
|
+
*
|
|
6282
|
+
* @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
|
|
6283
|
+
* @param {*} [options] Override http request option.
|
|
6284
|
+
* @throws {RequiredError}
|
|
6285
|
+
* @memberof ActionsApiInterface
|
|
6286
|
+
*/
|
|
6287
|
+
getWorkflowStatus1(requestParameters: ActionsApiGetWorkflowStatus1Request, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
|
|
6104
6288
|
/**
|
|
6105
6289
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
6106
6290
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -6255,6 +6439,16 @@ export declare interface AfmActionsApiInterface {
|
|
|
6255
6439
|
* @memberof ActionsApiInterface
|
|
6256
6440
|
*/
|
|
6257
6441
|
triggerQualityIssuesCalculation(requestParameters: ActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
|
|
6442
|
+
/**
|
|
6443
|
+
*
|
|
6444
|
+
* @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
|
|
6445
|
+
* @param {*} [options] Override http request option.
|
|
6446
|
+
* @throws {RequiredError}
|
|
6447
|
+
* @memberof ActionsApiInterface
|
|
6448
|
+
*/
|
|
6449
|
+
userFeedback(requestParameters: ActionsApiUserFeedbackRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
6450
|
+
[key: string]: string;
|
|
6451
|
+
}>;
|
|
6258
6452
|
/**
|
|
6259
6453
|
* Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
|
|
6260
6454
|
* @summary Validate LLM Endpoint (Removed)
|
|
@@ -10458,6 +10652,14 @@ export declare interface AiDeleteDocumentResponse {
|
|
|
10458
10652
|
'message': string;
|
|
10459
10653
|
}
|
|
10460
10654
|
|
|
10655
|
+
export declare const AiDirection: {
|
|
10656
|
+
readonly INCREASED: "INCREASED";
|
|
10657
|
+
readonly DECREASED: "DECREASED";
|
|
10658
|
+
readonly NO_CHANGE: "NO_CHANGE";
|
|
10659
|
+
};
|
|
10660
|
+
|
|
10661
|
+
export declare type AiDirection = typeof AiDirection[keyof typeof AiDirection];
|
|
10662
|
+
|
|
10461
10663
|
/**
|
|
10462
10664
|
* Document metadata returned by GET /documents/{document_id} and list.
|
|
10463
10665
|
*/
|
|
@@ -10722,6 +10924,16 @@ export declare interface AiMetricSortLocatorItem {
|
|
|
10722
10924
|
'function'?: string;
|
|
10723
10925
|
}
|
|
10724
10926
|
|
|
10927
|
+
declare interface AiMetricUsageResponse {
|
|
10928
|
+
'type': AiObservabilityMetricType;
|
|
10929
|
+
'currentValue': number;
|
|
10930
|
+
'previousValue': number;
|
|
10931
|
+
'direction': AiDirection;
|
|
10932
|
+
'changePercentage': number;
|
|
10933
|
+
}
|
|
10934
|
+
export { AiMetricUsageResponse }
|
|
10935
|
+
export { AiMetricUsageResponse as GenAiApiMetricUsageResponse }
|
|
10936
|
+
|
|
10725
10937
|
export declare const AiMetricValueFilterConditionComparison: {
|
|
10726
10938
|
readonly GREATER_THAN: "GREATER_THAN";
|
|
10727
10939
|
readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
|
|
@@ -10799,6 +11011,78 @@ export declare const AiObjectType: {
|
|
|
10799
11011
|
|
|
10800
11012
|
export declare type AiObjectType = typeof AiObjectType[keyof typeof AiObjectType];
|
|
10801
11013
|
|
|
11014
|
+
/**
|
|
11015
|
+
* AIObservabilityAi - object-oriented interface
|
|
11016
|
+
* @export
|
|
11017
|
+
* @class AIObservabilityAi
|
|
11018
|
+
* @extends {BaseAPI}
|
|
11019
|
+
*/
|
|
11020
|
+
export declare class AIObservabilityAi extends AiBaseAPI implements AIObservabilityAiInterface {
|
|
11021
|
+
/**
|
|
11022
|
+
* Returns AI usage stats for the caller\'s organization for the current calendar month, alongside the previous month\'s value and a direction indicator. Backed by the ai_usage_counters table populated by the metering pipeline.
|
|
11023
|
+
* @summary (EXPERIMENTAL) AI observability overview for the caller\'s organization
|
|
11024
|
+
* @param {*} [options] Override http request option.
|
|
11025
|
+
* @throws {RequiredError}
|
|
11026
|
+
* @memberof AIObservabilityAi
|
|
11027
|
+
*/
|
|
11028
|
+
getObservabilityOverview(options?: AxiosRequestConfig): AxiosPromise<AiObservabilityOverviewResponse>;
|
|
11029
|
+
}
|
|
11030
|
+
|
|
11031
|
+
/**
|
|
11032
|
+
* Returns AI usage stats for the caller\'s organization for the current calendar month, alongside the previous month\'s value and a direction indicator. Backed by the ai_usage_counters table populated by the metering pipeline.
|
|
11033
|
+
* @summary (EXPERIMENTAL) AI observability overview for the caller\'s organization
|
|
11034
|
+
* @param {AxiosInstance} axios Axios instance.
|
|
11035
|
+
* @param {string} basePath Base path.
|
|
11036
|
+
* @param {*} [options] Override http request option.
|
|
11037
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
11038
|
+
* @throws {RequiredError}
|
|
11039
|
+
*/
|
|
11040
|
+
declare function AIObservabilityAi_GetObservabilityOverview(axios: AxiosInstance, basePath: string, options?: AxiosRequestConfig, configuration?: AiConfiguration): AxiosPromise<AiObservabilityOverviewResponse>;
|
|
11041
|
+
export { AIObservabilityAi_GetObservabilityOverview }
|
|
11042
|
+
export { AIObservabilityAi_GetObservabilityOverview as GenAiApi_GetObservabilityOverview }
|
|
11043
|
+
|
|
11044
|
+
/**
|
|
11045
|
+
* Returns AI usage stats for the caller\'s organization for the current calendar month, alongside the previous month\'s value and a direction indicator. Backed by the ai_usage_counters table populated by the metering pipeline.
|
|
11046
|
+
* @summary (EXPERIMENTAL) AI observability overview for the caller\'s organization
|
|
11047
|
+
* @param {*} [options] Override http request option.
|
|
11048
|
+
* @param {Configuration} [configuration] Optional configuration.
|
|
11049
|
+
* @throws {RequiredError}
|
|
11050
|
+
*/
|
|
11051
|
+
export declare function AIObservabilityAiAxiosParamCreator_GetObservabilityOverview(options?: AxiosRequestConfig, configuration?: AiConfiguration): Promise<AiRequestArgs>;
|
|
11052
|
+
|
|
11053
|
+
/**
|
|
11054
|
+
* AIObservabilityAi - interface
|
|
11055
|
+
* @export
|
|
11056
|
+
* @interface AIObservabilityAi
|
|
11057
|
+
*/
|
|
11058
|
+
export declare interface AIObservabilityAiInterface {
|
|
11059
|
+
/**
|
|
11060
|
+
* Returns AI usage stats for the caller\'s organization for the current calendar month, alongside the previous month\'s value and a direction indicator. Backed by the ai_usage_counters table populated by the metering pipeline.
|
|
11061
|
+
* @summary (EXPERIMENTAL) AI observability overview for the caller\'s organization
|
|
11062
|
+
* @param {*} [options] Override http request option.
|
|
11063
|
+
* @throws {RequiredError}
|
|
11064
|
+
* @memberof AIObservabilityAiInterface
|
|
11065
|
+
*/
|
|
11066
|
+
getObservabilityOverview(options?: AxiosRequestConfig): AxiosPromise<AiObservabilityOverviewResponse>;
|
|
11067
|
+
}
|
|
11068
|
+
|
|
11069
|
+
/**
|
|
11070
|
+
* Metrics exposed by the AI observability endpoint.
|
|
11071
|
+
*/
|
|
11072
|
+
declare const AiObservabilityMetricType: {
|
|
11073
|
+
readonly AI_QUERIES: "AI_QUERIES";
|
|
11074
|
+
};
|
|
11075
|
+
|
|
11076
|
+
declare type AiObservabilityMetricType = typeof AiObservabilityMetricType[keyof typeof AiObservabilityMetricType];
|
|
11077
|
+
export { AiObservabilityMetricType }
|
|
11078
|
+
export { AiObservabilityMetricType as GenAiApiObservabilityMetricType }
|
|
11079
|
+
|
|
11080
|
+
declare interface AiObservabilityOverviewResponse {
|
|
11081
|
+
'metrics': Array<AiMetricUsageResponse>;
|
|
11082
|
+
}
|
|
11083
|
+
export { AiObservabilityOverviewResponse }
|
|
11084
|
+
export { AiObservabilityOverviewResponse as GenAiApiObservabilityOverviewResponse }
|
|
11085
|
+
|
|
10802
11086
|
/**
|
|
10803
11087
|
* Request body for PATCH /documents/{documentId}.
|
|
10804
11088
|
*/
|
|
@@ -11278,6 +11562,7 @@ export declare interface AiUserContext {
|
|
|
11278
11562
|
export declare interface AiUserContextDashboard {
|
|
11279
11563
|
'id': string;
|
|
11280
11564
|
'widgets'?: Array<AiUserContextWidgetDescriptor>;
|
|
11565
|
+
'filters'?: Array<AiVisualizationFilter> | null;
|
|
11281
11566
|
}
|
|
11282
11567
|
|
|
11283
11568
|
export declare interface AiUserContextInsightWidgetDescriptor {
|
|
@@ -11564,6 +11849,10 @@ export declare interface AlertAfm {
|
|
|
11564
11849
|
* Metrics to be referenced from other AFM objects (e.g. filters) but not included in the result.
|
|
11565
11850
|
*/
|
|
11566
11851
|
'auxMeasures'?: Array<MeasureItem>;
|
|
11852
|
+
/**
|
|
11853
|
+
* Parameters to be used in the computation.
|
|
11854
|
+
*/
|
|
11855
|
+
'parameters'?: Array<ParameterItem>;
|
|
11567
11856
|
}
|
|
11568
11857
|
|
|
11569
11858
|
/**
|
|
@@ -16295,6 +16584,10 @@ export declare interface AutomationAlertAfm {
|
|
|
16295
16584
|
* Metrics to be referenced from other AFM objects (e.g. filters) but not included in the result.
|
|
16296
16585
|
*/
|
|
16297
16586
|
'auxMeasures'?: Array<AutomationMeasureItem>;
|
|
16587
|
+
/**
|
|
16588
|
+
* Parameters to be used in the computation.
|
|
16589
|
+
*/
|
|
16590
|
+
'parameters'?: Array<AutomationParameterItem>;
|
|
16298
16591
|
}
|
|
16299
16592
|
|
|
16300
16593
|
/**
|
|
@@ -25959,6 +26252,24 @@ export declare interface DashboardSlidesTemplate {
|
|
|
25959
26252
|
|
|
25960
26253
|
export declare type DashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
25961
26254
|
|
|
26255
|
+
export declare interface DashboardSummaryRequestDto {
|
|
26256
|
+
'dashboardId': string;
|
|
26257
|
+
'customUserPrompt'?: string;
|
|
26258
|
+
'gooddataHost'?: string;
|
|
26259
|
+
'gooddataToken'?: string;
|
|
26260
|
+
'keyMetricIds'?: Array<string>;
|
|
26261
|
+
'referenceQuarter'?: string;
|
|
26262
|
+
'dryRun'?: boolean;
|
|
26263
|
+
'temperature'?: number;
|
|
26264
|
+
'aiModel'?: string;
|
|
26265
|
+
}
|
|
26266
|
+
|
|
26267
|
+
export declare interface DashboardSummaryResponseDto {
|
|
26268
|
+
'runId': string;
|
|
26269
|
+
'status': string;
|
|
26270
|
+
'message': string;
|
|
26271
|
+
}
|
|
26272
|
+
|
|
25962
26273
|
/**
|
|
25963
26274
|
* Export request object describing the export properties for dashboard tabular exports (v2 with dashboardId).
|
|
25964
26275
|
*/
|
|
@@ -31829,6 +32140,10 @@ export declare interface DeclarativeUser {
|
|
|
31829
32140
|
*/
|
|
31830
32141
|
'email'?: string;
|
|
31831
32142
|
'permissions'?: Array<DeclarativeUserPermission>;
|
|
32143
|
+
/**
|
|
32144
|
+
* Is user system account
|
|
32145
|
+
*/
|
|
32146
|
+
'systemAccount'?: boolean;
|
|
31832
32147
|
}
|
|
31833
32148
|
|
|
31834
32149
|
/**
|
|
@@ -57491,6 +57806,12 @@ export declare type FeatureContext = {
|
|
|
57491
57806
|
dataCenter?: string;
|
|
57492
57807
|
};
|
|
57493
57808
|
|
|
57809
|
+
export declare interface FeedbackRequestDto {
|
|
57810
|
+
'sentiment': FeedbackRequestDtoSentimentEnum;
|
|
57811
|
+
}
|
|
57812
|
+
|
|
57813
|
+
export declare type FeedbackRequestDtoSentimentEnum = 'POSITIVE' | 'NEGATIVE';
|
|
57814
|
+
|
|
57494
57815
|
/**
|
|
57495
57816
|
* Specifies what is used for filtering.
|
|
57496
57817
|
*/
|
|
@@ -65114,7 +65435,7 @@ export declare interface JsonApiAutomationInRelationships {
|
|
|
65114
65435
|
'notificationChannel'?: JsonApiWorkspaceAutomationOutRelationshipsNotificationChannel;
|
|
65115
65436
|
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
65116
65437
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
65117
|
-
'recipients'?:
|
|
65438
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
65118
65439
|
}
|
|
65119
65440
|
|
|
65120
65441
|
export declare type JsonApiAutomationInTypeEnum = 'automation';
|
|
@@ -65223,7 +65544,7 @@ export declare interface JsonApiAutomationOutRelationships {
|
|
|
65223
65544
|
'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
65224
65545
|
'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
65225
65546
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
65226
|
-
'recipients'?:
|
|
65547
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
65227
65548
|
'automationResults'?: JsonApiWorkspaceAutomationOutRelationshipsAutomationResults;
|
|
65228
65549
|
}
|
|
65229
65550
|
|
|
@@ -65360,7 +65681,15 @@ export declare interface JsonApiColorPaletteIn {
|
|
|
65360
65681
|
* API identifier of an object
|
|
65361
65682
|
*/
|
|
65362
65683
|
'id': string;
|
|
65363
|
-
'attributes':
|
|
65684
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
65685
|
+
}
|
|
65686
|
+
|
|
65687
|
+
export declare interface JsonApiColorPaletteInAttributes {
|
|
65688
|
+
'name': string;
|
|
65689
|
+
/**
|
|
65690
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
65691
|
+
*/
|
|
65692
|
+
'content': object;
|
|
65364
65693
|
}
|
|
65365
65694
|
|
|
65366
65695
|
export declare interface JsonApiColorPaletteInDocument {
|
|
@@ -65381,15 +65710,7 @@ export declare interface JsonApiColorPaletteOut {
|
|
|
65381
65710
|
* API identifier of an object
|
|
65382
65711
|
*/
|
|
65383
65712
|
'id': string;
|
|
65384
|
-
'attributes':
|
|
65385
|
-
}
|
|
65386
|
-
|
|
65387
|
-
export declare interface JsonApiColorPaletteOutAttributes {
|
|
65388
|
-
'name': string;
|
|
65389
|
-
/**
|
|
65390
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
65391
|
-
*/
|
|
65392
|
-
'content': object;
|
|
65713
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
65393
65714
|
}
|
|
65394
65715
|
|
|
65395
65716
|
export declare interface JsonApiColorPaletteOutDocument {
|
|
@@ -65417,7 +65738,7 @@ export declare interface JsonApiColorPaletteOutWithLinks {
|
|
|
65417
65738
|
* API identifier of an object
|
|
65418
65739
|
*/
|
|
65419
65740
|
'id': string;
|
|
65420
|
-
'attributes':
|
|
65741
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
65421
65742
|
'links'?: ObjectLinks;
|
|
65422
65743
|
}
|
|
65423
65744
|
|
|
@@ -65464,15 +65785,7 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
|
|
|
65464
65785
|
* API identifier of an object
|
|
65465
65786
|
*/
|
|
65466
65787
|
'id': string;
|
|
65467
|
-
'attributes'?:
|
|
65468
|
-
}
|
|
65469
|
-
|
|
65470
|
-
export declare interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
65471
|
-
'lastRotation'?: string;
|
|
65472
|
-
/**
|
|
65473
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
65474
|
-
*/
|
|
65475
|
-
'rotationInterval'?: string;
|
|
65788
|
+
'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
65476
65789
|
}
|
|
65477
65790
|
|
|
65478
65791
|
export declare interface JsonApiCookieSecurityConfigurationInDocument {
|
|
@@ -65493,7 +65806,15 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
|
|
|
65493
65806
|
* API identifier of an object
|
|
65494
65807
|
*/
|
|
65495
65808
|
'id': string;
|
|
65496
|
-
'attributes'?:
|
|
65809
|
+
'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
65810
|
+
}
|
|
65811
|
+
|
|
65812
|
+
export declare interface JsonApiCookieSecurityConfigurationOutAttributes {
|
|
65813
|
+
'lastRotation'?: string;
|
|
65814
|
+
/**
|
|
65815
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
65816
|
+
*/
|
|
65817
|
+
'rotationInterval'?: string;
|
|
65497
65818
|
}
|
|
65498
65819
|
|
|
65499
65820
|
export declare interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
@@ -65515,7 +65836,7 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
65515
65836
|
* API identifier of an object
|
|
65516
65837
|
*/
|
|
65517
65838
|
'id': string;
|
|
65518
|
-
'attributes'?:
|
|
65839
|
+
'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
65519
65840
|
}
|
|
65520
65841
|
|
|
65521
65842
|
export declare interface JsonApiCookieSecurityConfigurationPatchDocument {
|
|
@@ -65852,7 +66173,7 @@ export declare interface JsonApiCustomUserApplicationSettingIn {
|
|
|
65852
66173
|
* API identifier of an object
|
|
65853
66174
|
*/
|
|
65854
66175
|
'id': string;
|
|
65855
|
-
'attributes':
|
|
66176
|
+
'attributes': JsonApiCustomUserApplicationSettingOutAttributes;
|
|
65856
66177
|
}
|
|
65857
66178
|
|
|
65858
66179
|
export declare interface JsonApiCustomUserApplicationSettingInDocument {
|
|
@@ -65873,7 +66194,19 @@ export declare interface JsonApiCustomUserApplicationSettingOut {
|
|
|
65873
66194
|
* API identifier of an object
|
|
65874
66195
|
*/
|
|
65875
66196
|
'id': string;
|
|
65876
|
-
'attributes':
|
|
66197
|
+
'attributes': JsonApiCustomUserApplicationSettingOutAttributes;
|
|
66198
|
+
}
|
|
66199
|
+
|
|
66200
|
+
export declare interface JsonApiCustomUserApplicationSettingOutAttributes {
|
|
66201
|
+
'applicationName': string;
|
|
66202
|
+
/**
|
|
66203
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
66204
|
+
*/
|
|
66205
|
+
'content': object;
|
|
66206
|
+
/**
|
|
66207
|
+
* Workspace scope for this setting. Must reference an existing workspace the caller has at least VIEW access to. Null means user-level (no workspace scope).
|
|
66208
|
+
*/
|
|
66209
|
+
'workspaceId'?: string | null;
|
|
65877
66210
|
}
|
|
65878
66211
|
|
|
65879
66212
|
export declare interface JsonApiCustomUserApplicationSettingOutDocument {
|
|
@@ -65901,7 +66234,7 @@ export declare interface JsonApiCustomUserApplicationSettingOutWithLinks {
|
|
|
65901
66234
|
* API identifier of an object
|
|
65902
66235
|
*/
|
|
65903
66236
|
'id': string;
|
|
65904
|
-
'attributes':
|
|
66237
|
+
'attributes': JsonApiCustomUserApplicationSettingOutAttributes;
|
|
65905
66238
|
'links'?: ObjectLinks;
|
|
65906
66239
|
}
|
|
65907
66240
|
|
|
@@ -65919,19 +66252,7 @@ export declare interface JsonApiCustomUserApplicationSettingPostOptionalId {
|
|
|
65919
66252
|
* API identifier of an object
|
|
65920
66253
|
*/
|
|
65921
66254
|
'id'?: string;
|
|
65922
|
-
'attributes':
|
|
65923
|
-
}
|
|
65924
|
-
|
|
65925
|
-
export declare interface JsonApiCustomUserApplicationSettingPostOptionalIdAttributes {
|
|
65926
|
-
'applicationName': string;
|
|
65927
|
-
/**
|
|
65928
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
65929
|
-
*/
|
|
65930
|
-
'content': object;
|
|
65931
|
-
/**
|
|
65932
|
-
* Workspace scope for this setting. Must reference an existing workspace the caller has at least VIEW access to. Null means user-level (no workspace scope).
|
|
65933
|
-
*/
|
|
65934
|
-
'workspaceId'?: string | null;
|
|
66255
|
+
'attributes': JsonApiCustomUserApplicationSettingOutAttributes;
|
|
65935
66256
|
}
|
|
65936
66257
|
|
|
65937
66258
|
export declare interface JsonApiCustomUserApplicationSettingPostOptionalIdDocument {
|
|
@@ -66425,7 +66746,7 @@ export declare interface JsonApiDataSourceInAttributes {
|
|
|
66425
66746
|
/**
|
|
66426
66747
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
66427
66748
|
*/
|
|
66428
|
-
'parameters'?: Array<
|
|
66749
|
+
'parameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
|
|
66429
66750
|
/**
|
|
66430
66751
|
* Determines how the results coming from a particular datasource should be cached.
|
|
66431
66752
|
*/
|
|
@@ -66444,6 +66765,11 @@ export declare type JsonApiDataSourceInAttributesCacheStrategyEnum = 'ALWAYS' |
|
|
|
66444
66765
|
|
|
66445
66766
|
export declare type JsonApiDataSourceInAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
|
|
66446
66767
|
|
|
66768
|
+
export declare interface JsonApiDataSourceInAttributesParametersInner {
|
|
66769
|
+
'name': string;
|
|
66770
|
+
'value': string;
|
|
66771
|
+
}
|
|
66772
|
+
|
|
66447
66773
|
export declare type JsonApiDataSourceInAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
|
|
66448
66774
|
|
|
66449
66775
|
export declare interface JsonApiDataSourceInDocument {
|
|
@@ -66496,11 +66822,11 @@ export declare interface JsonApiDataSourceOutAttributes {
|
|
|
66496
66822
|
/**
|
|
66497
66823
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
66498
66824
|
*/
|
|
66499
|
-
'parameters'?: Array<
|
|
66825
|
+
'parameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
|
|
66500
66826
|
/**
|
|
66501
66827
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
66502
66828
|
*/
|
|
66503
|
-
'decodedParameters'?: Array<
|
|
66829
|
+
'decodedParameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
|
|
66504
66830
|
/**
|
|
66505
66831
|
* Determines how the results coming from a particular datasource should be cached.
|
|
66506
66832
|
*/
|
|
@@ -66525,11 +66851,6 @@ export declare type JsonApiDataSourceOutAttributesCacheStrategyEnum = 'ALWAYS' |
|
|
|
66525
66851
|
|
|
66526
66852
|
export declare type JsonApiDataSourceOutAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
|
|
66527
66853
|
|
|
66528
|
-
export declare interface JsonApiDataSourceOutAttributesParametersInner {
|
|
66529
|
-
'name': string;
|
|
66530
|
-
'value': string;
|
|
66531
|
-
}
|
|
66532
|
-
|
|
66533
66854
|
export declare type JsonApiDataSourceOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
|
|
66534
66855
|
|
|
66535
66856
|
export declare interface JsonApiDataSourceOutDocument {
|
|
@@ -66627,7 +66948,7 @@ export declare interface JsonApiDataSourcePatchAttributes {
|
|
|
66627
66948
|
/**
|
|
66628
66949
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
66629
66950
|
*/
|
|
66630
|
-
'parameters'?: Array<
|
|
66951
|
+
'parameters'?: Array<JsonApiDataSourceInAttributesParametersInner> | null;
|
|
66631
66952
|
/**
|
|
66632
66953
|
* Determines how the results coming from a particular datasource should be cached.
|
|
66633
66954
|
*/
|
|
@@ -66911,7 +67232,7 @@ export declare interface JsonApiExportTemplateIn {
|
|
|
66911
67232
|
* API identifier of an object
|
|
66912
67233
|
*/
|
|
66913
67234
|
'id': string;
|
|
66914
|
-
'attributes':
|
|
67235
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
66915
67236
|
}
|
|
66916
67237
|
|
|
66917
67238
|
export declare interface JsonApiExportTemplateInDocument {
|
|
@@ -66932,9 +67253,47 @@ export declare interface JsonApiExportTemplateOut {
|
|
|
66932
67253
|
* API identifier of an object
|
|
66933
67254
|
*/
|
|
66934
67255
|
'id': string;
|
|
66935
|
-
'attributes':
|
|
67256
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
67257
|
+
}
|
|
67258
|
+
|
|
67259
|
+
export declare interface JsonApiExportTemplateOutAttributes {
|
|
67260
|
+
/**
|
|
67261
|
+
* User-facing name of the Slides template.
|
|
67262
|
+
*/
|
|
67263
|
+
'name': string;
|
|
67264
|
+
'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
67265
|
+
'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
67266
|
+
}
|
|
67267
|
+
|
|
67268
|
+
/**
|
|
67269
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
67270
|
+
*/
|
|
67271
|
+
export declare interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
|
|
67272
|
+
/**
|
|
67273
|
+
* Export types this template applies to.
|
|
67274
|
+
*/
|
|
67275
|
+
'appliedOn': Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
67276
|
+
'coverSlide'?: CoverSlideTemplate | null;
|
|
67277
|
+
'introSlide'?: IntroSlideTemplate | null;
|
|
67278
|
+
'sectionSlide'?: SectionSlideTemplate | null;
|
|
67279
|
+
'contentSlide'?: ContentSlideTemplate | null;
|
|
66936
67280
|
}
|
|
66937
67281
|
|
|
67282
|
+
export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
67283
|
+
|
|
67284
|
+
/**
|
|
67285
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
67286
|
+
*/
|
|
67287
|
+
export declare interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
|
|
67288
|
+
/**
|
|
67289
|
+
* Export types this template applies to.
|
|
67290
|
+
*/
|
|
67291
|
+
'appliedOn': Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
67292
|
+
'contentSlide'?: ContentSlideTemplate | null;
|
|
67293
|
+
}
|
|
67294
|
+
|
|
67295
|
+
export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
67296
|
+
|
|
66938
67297
|
export declare interface JsonApiExportTemplateOutDocument {
|
|
66939
67298
|
'data': JsonApiExportTemplateOut;
|
|
66940
67299
|
'links'?: ObjectLinks;
|
|
@@ -66960,7 +67319,7 @@ export declare interface JsonApiExportTemplateOutWithLinks {
|
|
|
66960
67319
|
* API identifier of an object
|
|
66961
67320
|
*/
|
|
66962
67321
|
'id': string;
|
|
66963
|
-
'attributes':
|
|
67322
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
66964
67323
|
'links'?: ObjectLinks;
|
|
66965
67324
|
}
|
|
66966
67325
|
|
|
@@ -66986,8 +67345,8 @@ export declare interface JsonApiExportTemplatePatchAttributes {
|
|
|
66986
67345
|
* User-facing name of the Slides template.
|
|
66987
67346
|
*/
|
|
66988
67347
|
'name'?: string;
|
|
66989
|
-
'dashboardSlidesTemplate'?:
|
|
66990
|
-
'widgetSlidesTemplate'?:
|
|
67348
|
+
'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
67349
|
+
'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
66991
67350
|
}
|
|
66992
67351
|
|
|
66993
67352
|
export declare interface JsonApiExportTemplatePatchDocument {
|
|
@@ -67008,47 +67367,9 @@ export declare interface JsonApiExportTemplatePostOptionalId {
|
|
|
67008
67367
|
* API identifier of an object
|
|
67009
67368
|
*/
|
|
67010
67369
|
'id'?: string;
|
|
67011
|
-
'attributes':
|
|
67370
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
67012
67371
|
}
|
|
67013
67372
|
|
|
67014
|
-
export declare interface JsonApiExportTemplatePostOptionalIdAttributes {
|
|
67015
|
-
/**
|
|
67016
|
-
* User-facing name of the Slides template.
|
|
67017
|
-
*/
|
|
67018
|
-
'name': string;
|
|
67019
|
-
'dashboardSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
|
|
67020
|
-
'widgetSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
|
|
67021
|
-
}
|
|
67022
|
-
|
|
67023
|
-
/**
|
|
67024
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
67025
|
-
*/
|
|
67026
|
-
export declare interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
|
|
67027
|
-
/**
|
|
67028
|
-
* Export types this template applies to.
|
|
67029
|
-
*/
|
|
67030
|
-
'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
67031
|
-
'coverSlide'?: CoverSlideTemplate | null;
|
|
67032
|
-
'introSlide'?: IntroSlideTemplate | null;
|
|
67033
|
-
'sectionSlide'?: SectionSlideTemplate | null;
|
|
67034
|
-
'contentSlide'?: ContentSlideTemplate | null;
|
|
67035
|
-
}
|
|
67036
|
-
|
|
67037
|
-
export declare type JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
67038
|
-
|
|
67039
|
-
/**
|
|
67040
|
-
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
67041
|
-
*/
|
|
67042
|
-
export declare interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
|
|
67043
|
-
/**
|
|
67044
|
-
* Export types this template applies to.
|
|
67045
|
-
*/
|
|
67046
|
-
'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
67047
|
-
'contentSlide'?: ContentSlideTemplate | null;
|
|
67048
|
-
}
|
|
67049
|
-
|
|
67050
|
-
export declare type JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
67051
|
-
|
|
67052
67373
|
export declare interface JsonApiExportTemplatePostOptionalIdDocument {
|
|
67053
67374
|
'data': JsonApiExportTemplatePostOptionalId;
|
|
67054
67375
|
}
|
|
@@ -67338,34 +67659,14 @@ export declare interface JsonApiFilterViewIn {
|
|
|
67338
67659
|
* API identifier of an object
|
|
67339
67660
|
*/
|
|
67340
67661
|
'id': string;
|
|
67341
|
-
'attributes':
|
|
67342
|
-
'relationships'?:
|
|
67343
|
-
}
|
|
67344
|
-
|
|
67345
|
-
export declare interface JsonApiFilterViewInAttributes {
|
|
67346
|
-
'title': string;
|
|
67347
|
-
'description'?: string;
|
|
67348
|
-
'tags'?: Array<string>;
|
|
67349
|
-
'areRelationsValid'?: boolean;
|
|
67350
|
-
/**
|
|
67351
|
-
* Indicator whether the filter view should by applied by default.
|
|
67352
|
-
*/
|
|
67353
|
-
'isDefault'?: boolean;
|
|
67354
|
-
/**
|
|
67355
|
-
* The respective filter context.
|
|
67356
|
-
*/
|
|
67357
|
-
'content': object;
|
|
67662
|
+
'attributes': JsonApiFilterViewOutAttributes;
|
|
67663
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
67358
67664
|
}
|
|
67359
67665
|
|
|
67360
67666
|
export declare interface JsonApiFilterViewInDocument {
|
|
67361
67667
|
'data': JsonApiFilterViewIn;
|
|
67362
67668
|
}
|
|
67363
67669
|
|
|
67364
|
-
export declare interface JsonApiFilterViewInRelationships {
|
|
67365
|
-
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
67366
|
-
'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
67367
|
-
}
|
|
67368
|
-
|
|
67369
67670
|
export declare type JsonApiFilterViewInTypeEnum = 'filterView';
|
|
67370
67671
|
|
|
67371
67672
|
/**
|
|
@@ -67380,8 +67681,23 @@ export declare interface JsonApiFilterViewOut {
|
|
|
67380
67681
|
* API identifier of an object
|
|
67381
67682
|
*/
|
|
67382
67683
|
'id': string;
|
|
67383
|
-
'attributes':
|
|
67384
|
-
'relationships'?:
|
|
67684
|
+
'attributes': JsonApiFilterViewOutAttributes;
|
|
67685
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
67686
|
+
}
|
|
67687
|
+
|
|
67688
|
+
export declare interface JsonApiFilterViewOutAttributes {
|
|
67689
|
+
'title': string;
|
|
67690
|
+
'description'?: string;
|
|
67691
|
+
'tags'?: Array<string>;
|
|
67692
|
+
'areRelationsValid'?: boolean;
|
|
67693
|
+
/**
|
|
67694
|
+
* Indicator whether the filter view should by applied by default.
|
|
67695
|
+
*/
|
|
67696
|
+
'isDefault'?: boolean;
|
|
67697
|
+
/**
|
|
67698
|
+
* The respective filter context.
|
|
67699
|
+
*/
|
|
67700
|
+
'content': object;
|
|
67385
67701
|
}
|
|
67386
67702
|
|
|
67387
67703
|
export declare interface JsonApiFilterViewOutDocument {
|
|
@@ -67411,6 +67727,11 @@ export declare interface JsonApiFilterViewOutList {
|
|
|
67411
67727
|
'included'?: Array<JsonApiFilterViewOutIncludes>;
|
|
67412
67728
|
}
|
|
67413
67729
|
|
|
67730
|
+
export declare interface JsonApiFilterViewOutRelationships {
|
|
67731
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
67732
|
+
'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
67733
|
+
}
|
|
67734
|
+
|
|
67414
67735
|
export declare type JsonApiFilterViewOutTypeEnum = 'filterView';
|
|
67415
67736
|
|
|
67416
67737
|
export declare interface JsonApiFilterViewOutWithLinks {
|
|
@@ -67422,8 +67743,8 @@ export declare interface JsonApiFilterViewOutWithLinks {
|
|
|
67422
67743
|
* API identifier of an object
|
|
67423
67744
|
*/
|
|
67424
67745
|
'id': string;
|
|
67425
|
-
'attributes':
|
|
67426
|
-
'relationships'?:
|
|
67746
|
+
'attributes': JsonApiFilterViewOutAttributes;
|
|
67747
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
67427
67748
|
'links'?: ObjectLinks;
|
|
67428
67749
|
}
|
|
67429
67750
|
|
|
@@ -67442,7 +67763,7 @@ export declare interface JsonApiFilterViewPatch {
|
|
|
67442
67763
|
*/
|
|
67443
67764
|
'id': string;
|
|
67444
67765
|
'attributes': JsonApiFilterViewPatchAttributes;
|
|
67445
|
-
'relationships'?:
|
|
67766
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
67446
67767
|
}
|
|
67447
67768
|
|
|
67448
67769
|
export declare interface JsonApiFilterViewPatchAttributes {
|
|
@@ -67683,33 +68004,14 @@ export declare interface JsonApiIpAllowlistPolicyIn {
|
|
|
67683
68004
|
* API identifier of an object
|
|
67684
68005
|
*/
|
|
67685
68006
|
'id': string;
|
|
67686
|
-
'attributes':
|
|
67687
|
-
'relationships'?:
|
|
67688
|
-
}
|
|
67689
|
-
|
|
67690
|
-
export declare interface JsonApiIpAllowlistPolicyInAttributes {
|
|
67691
|
-
/**
|
|
67692
|
-
* Allowed source IPv4 addresses or CIDR ranges. Only IPv4 is supported; IPv6 are rejected. The /0 prefix is not allowed.
|
|
67693
|
-
*/
|
|
67694
|
-
'allowedSources': Array<string> | null;
|
|
68007
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
68008
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
67695
68009
|
}
|
|
67696
68010
|
|
|
67697
68011
|
export declare interface JsonApiIpAllowlistPolicyInDocument {
|
|
67698
68012
|
'data': JsonApiIpAllowlistPolicyIn;
|
|
67699
68013
|
}
|
|
67700
68014
|
|
|
67701
|
-
export declare interface JsonApiIpAllowlistPolicyInRelationships {
|
|
67702
|
-
'users'?: JsonApiIpAllowlistPolicyInRelationshipsUsers;
|
|
67703
|
-
'userGroups'?: JsonApiUserOutRelationshipsUserGroups;
|
|
67704
|
-
}
|
|
67705
|
-
|
|
67706
|
-
export declare interface JsonApiIpAllowlistPolicyInRelationshipsUsers {
|
|
67707
|
-
/**
|
|
67708
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
67709
|
-
*/
|
|
67710
|
-
'data': Array<JsonApiUserLinkage>;
|
|
67711
|
-
}
|
|
67712
|
-
|
|
67713
68015
|
export declare type JsonApiIpAllowlistPolicyInTypeEnum = 'ipAllowlistPolicy';
|
|
67714
68016
|
|
|
67715
68017
|
/**
|
|
@@ -67724,8 +68026,15 @@ export declare interface JsonApiIpAllowlistPolicyOut {
|
|
|
67724
68026
|
* API identifier of an object
|
|
67725
68027
|
*/
|
|
67726
68028
|
'id': string;
|
|
67727
|
-
'attributes':
|
|
67728
|
-
'relationships'?:
|
|
68029
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
68030
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
68031
|
+
}
|
|
68032
|
+
|
|
68033
|
+
export declare interface JsonApiIpAllowlistPolicyOutAttributes {
|
|
68034
|
+
/**
|
|
68035
|
+
* Allowed source IPv4 or IPv6 addresses or CIDR ranges. The /0 and ::/0 prefixes are not allowed.
|
|
68036
|
+
*/
|
|
68037
|
+
'allowedSources': Array<string> | null;
|
|
67729
68038
|
}
|
|
67730
68039
|
|
|
67731
68040
|
export declare interface JsonApiIpAllowlistPolicyOutDocument {
|
|
@@ -67755,6 +68064,18 @@ export declare interface JsonApiIpAllowlistPolicyOutList {
|
|
|
67755
68064
|
'included'?: Array<JsonApiIpAllowlistPolicyOutIncludes>;
|
|
67756
68065
|
}
|
|
67757
68066
|
|
|
68067
|
+
export declare interface JsonApiIpAllowlistPolicyOutRelationships {
|
|
68068
|
+
'users'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
68069
|
+
'userGroups'?: JsonApiUserOutRelationshipsUserGroups;
|
|
68070
|
+
}
|
|
68071
|
+
|
|
68072
|
+
export declare interface JsonApiIpAllowlistPolicyOutRelationshipsUsers {
|
|
68073
|
+
/**
|
|
68074
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
68075
|
+
*/
|
|
68076
|
+
'data': Array<JsonApiUserLinkage>;
|
|
68077
|
+
}
|
|
68078
|
+
|
|
67758
68079
|
export declare type JsonApiIpAllowlistPolicyOutTypeEnum = 'ipAllowlistPolicy';
|
|
67759
68080
|
|
|
67760
68081
|
export declare interface JsonApiIpAllowlistPolicyOutWithLinks {
|
|
@@ -67766,8 +68087,8 @@ export declare interface JsonApiIpAllowlistPolicyOutWithLinks {
|
|
|
67766
68087
|
* API identifier of an object
|
|
67767
68088
|
*/
|
|
67768
68089
|
'id': string;
|
|
67769
|
-
'attributes':
|
|
67770
|
-
'relationships'?:
|
|
68090
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
68091
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
67771
68092
|
'links'?: ObjectLinks;
|
|
67772
68093
|
}
|
|
67773
68094
|
|
|
@@ -68002,14 +68323,10 @@ export declare interface JsonApiKnowledgeRecommendationOutList {
|
|
|
68002
68323
|
}
|
|
68003
68324
|
|
|
68004
68325
|
export declare interface JsonApiKnowledgeRecommendationOutRelationships {
|
|
68005
|
-
'metric'?:
|
|
68326
|
+
'metric'?: JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric;
|
|
68006
68327
|
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
68007
68328
|
}
|
|
68008
68329
|
|
|
68009
|
-
export declare interface JsonApiKnowledgeRecommendationOutRelationshipsMetric {
|
|
68010
|
-
'data': JsonApiMetricLinkage | null;
|
|
68011
|
-
}
|
|
68012
|
-
|
|
68013
68330
|
export declare type JsonApiKnowledgeRecommendationOutTypeEnum = 'knowledgeRecommendation';
|
|
68014
68331
|
|
|
68015
68332
|
export declare interface JsonApiKnowledgeRecommendationOutWithLinks {
|
|
@@ -68210,10 +68527,14 @@ export declare interface JsonApiKnowledgeRecommendationPostOptionalIdDocument {
|
|
|
68210
68527
|
}
|
|
68211
68528
|
|
|
68212
68529
|
export declare interface JsonApiKnowledgeRecommendationPostOptionalIdRelationships {
|
|
68213
|
-
'metric':
|
|
68530
|
+
'metric': JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric;
|
|
68214
68531
|
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
68215
68532
|
}
|
|
68216
68533
|
|
|
68534
|
+
export declare interface JsonApiKnowledgeRecommendationPostOptionalIdRelationshipsMetric {
|
|
68535
|
+
'data': JsonApiMetricLinkage | null;
|
|
68536
|
+
}
|
|
68537
|
+
|
|
68217
68538
|
export declare type JsonApiKnowledgeRecommendationPostOptionalIdTypeEnum = 'knowledgeRecommendation';
|
|
68218
68539
|
|
|
68219
68540
|
/**
|
|
@@ -68996,7 +69317,7 @@ export declare interface JsonApiNotificationChannelOut {
|
|
|
68996
69317
|
export declare interface JsonApiNotificationChannelOutAttributes {
|
|
68997
69318
|
'name'?: string | null;
|
|
68998
69319
|
'description'?: string | null;
|
|
68999
|
-
'destination'?:
|
|
69320
|
+
'destination'?: JsonApiNotificationChannelOutAttributesDestination;
|
|
69000
69321
|
'destinationType'?: JsonApiNotificationChannelOutAttributesDestinationTypeEnum | null;
|
|
69001
69322
|
/**
|
|
69002
69323
|
* 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}
|
|
@@ -69024,6 +69345,12 @@ export declare type JsonApiNotificationChannelOutAttributesAllowedRecipientsEnum
|
|
|
69024
69345
|
|
|
69025
69346
|
export declare type JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
69026
69347
|
|
|
69348
|
+
/**
|
|
69349
|
+
* @type JsonApiNotificationChannelOutAttributesDestination
|
|
69350
|
+
* The destination where the notifications are to be sent.
|
|
69351
|
+
*/
|
|
69352
|
+
export declare type JsonApiNotificationChannelOutAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
69353
|
+
|
|
69027
69354
|
export declare type JsonApiNotificationChannelOutAttributesDestinationTypeEnum = 'WEBHOOK' | 'SMTP' | 'DEFAULT_SMTP' | 'IN_PLATFORM';
|
|
69028
69355
|
|
|
69029
69356
|
export declare type JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
@@ -69098,7 +69425,7 @@ export declare interface JsonApiNotificationChannelPostOptionalId {
|
|
|
69098
69425
|
export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
69099
69426
|
'name'?: string | null;
|
|
69100
69427
|
'description'?: string | null;
|
|
69101
|
-
'destination'?:
|
|
69428
|
+
'destination'?: JsonApiNotificationChannelOutAttributesDestination;
|
|
69102
69429
|
/**
|
|
69103
69430
|
* 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}
|
|
69104
69431
|
*/
|
|
@@ -69125,12 +69452,6 @@ export declare type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRec
|
|
|
69125
69452
|
|
|
69126
69453
|
export declare type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
69127
69454
|
|
|
69128
|
-
/**
|
|
69129
|
-
* @type JsonApiNotificationChannelPostOptionalIdAttributesDestination
|
|
69130
|
-
* The destination where the notifications are to be sent.
|
|
69131
|
-
*/
|
|
69132
|
-
export declare type JsonApiNotificationChannelPostOptionalIdAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
69133
|
-
|
|
69134
69455
|
export declare type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
69135
69456
|
|
|
69136
69457
|
export declare interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
@@ -69571,7 +69892,7 @@ export declare interface JsonApiThemeIn {
|
|
|
69571
69892
|
* API identifier of an object
|
|
69572
69893
|
*/
|
|
69573
69894
|
'id': string;
|
|
69574
|
-
'attributes':
|
|
69895
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
69575
69896
|
}
|
|
69576
69897
|
|
|
69577
69898
|
export declare interface JsonApiThemeInDocument {
|
|
@@ -69592,7 +69913,7 @@ export declare interface JsonApiThemeOut {
|
|
|
69592
69913
|
* API identifier of an object
|
|
69593
69914
|
*/
|
|
69594
69915
|
'id': string;
|
|
69595
|
-
'attributes':
|
|
69916
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
69596
69917
|
}
|
|
69597
69918
|
|
|
69598
69919
|
export declare interface JsonApiThemeOutDocument {
|
|
@@ -69620,7 +69941,7 @@ export declare interface JsonApiThemeOutWithLinks {
|
|
|
69620
69941
|
* API identifier of an object
|
|
69621
69942
|
*/
|
|
69622
69943
|
'id': string;
|
|
69623
|
-
'attributes':
|
|
69944
|
+
'attributes': JsonApiColorPaletteInAttributes;
|
|
69624
69945
|
'links'?: ObjectLinks;
|
|
69625
69946
|
}
|
|
69626
69947
|
|
|
@@ -69659,7 +69980,7 @@ export declare interface JsonApiUserDataFilterIn {
|
|
|
69659
69980
|
* API identifier of an object
|
|
69660
69981
|
*/
|
|
69661
69982
|
'id': string;
|
|
69662
|
-
'attributes':
|
|
69983
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
69663
69984
|
'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
69664
69985
|
}
|
|
69665
69986
|
|
|
@@ -69682,10 +70003,18 @@ export declare interface JsonApiUserDataFilterOut {
|
|
|
69682
70003
|
*/
|
|
69683
70004
|
'id': string;
|
|
69684
70005
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
69685
|
-
'attributes':
|
|
70006
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
69686
70007
|
'relationships'?: JsonApiUserDataFilterOutRelationships;
|
|
69687
70008
|
}
|
|
69688
70009
|
|
|
70010
|
+
export declare interface JsonApiUserDataFilterOutAttributes {
|
|
70011
|
+
'title'?: string;
|
|
70012
|
+
'description'?: string;
|
|
70013
|
+
'tags'?: Array<string>;
|
|
70014
|
+
'areRelationsValid'?: boolean;
|
|
70015
|
+
'maql': string;
|
|
70016
|
+
}
|
|
70017
|
+
|
|
69689
70018
|
export declare interface JsonApiUserDataFilterOutDocument {
|
|
69690
70019
|
'data': JsonApiUserDataFilterOut;
|
|
69691
70020
|
'links'?: ObjectLinks;
|
|
@@ -69736,7 +70065,7 @@ export declare interface JsonApiUserDataFilterOutWithLinks {
|
|
|
69736
70065
|
*/
|
|
69737
70066
|
'id': string;
|
|
69738
70067
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
69739
|
-
'attributes':
|
|
70068
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
69740
70069
|
'relationships'?: JsonApiUserDataFilterOutRelationships;
|
|
69741
70070
|
'links'?: ObjectLinks;
|
|
69742
70071
|
}
|
|
@@ -69785,18 +70114,10 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
|
|
|
69785
70114
|
* API identifier of an object
|
|
69786
70115
|
*/
|
|
69787
70116
|
'id'?: string;
|
|
69788
|
-
'attributes':
|
|
70117
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
69789
70118
|
'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
69790
70119
|
}
|
|
69791
70120
|
|
|
69792
|
-
export declare interface JsonApiUserDataFilterPostOptionalIdAttributes {
|
|
69793
|
-
'title'?: string;
|
|
69794
|
-
'description'?: string;
|
|
69795
|
-
'tags'?: Array<string>;
|
|
69796
|
-
'areRelationsValid'?: boolean;
|
|
69797
|
-
'maql': string;
|
|
69798
|
-
}
|
|
69799
|
-
|
|
69800
70121
|
export declare interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
69801
70122
|
'data': JsonApiUserDataFilterPostOptionalId;
|
|
69802
70123
|
}
|
|
@@ -70041,6 +70362,9 @@ export declare interface JsonApiUserOutAttributes {
|
|
|
70041
70362
|
'firstname'?: string;
|
|
70042
70363
|
'lastname'?: string;
|
|
70043
70364
|
'email'?: string;
|
|
70365
|
+
/**
|
|
70366
|
+
* Is user system account
|
|
70367
|
+
*/
|
|
70044
70368
|
'systemAccount'?: boolean;
|
|
70045
70369
|
}
|
|
70046
70370
|
|
|
@@ -70540,7 +70864,7 @@ export declare interface JsonApiWorkspaceAutomationOutRelationships {
|
|
|
70540
70864
|
'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
70541
70865
|
'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
70542
70866
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
70543
|
-
'recipients'?:
|
|
70867
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
70544
70868
|
'automationResults'?: JsonApiWorkspaceAutomationOutRelationshipsAutomationResults;
|
|
70545
70869
|
}
|
|
70546
70870
|
|
|
@@ -73752,6 +74076,35 @@ export declare interface KnowledgeRecommendationControllerApiUpdateEntityKnowled
|
|
|
73752
74076
|
readonly include?: Array<'metrics' | 'analyticalDashboards' | 'metric' | 'analyticalDashboard' | 'ALL'>;
|
|
73753
74077
|
}
|
|
73754
74078
|
|
|
74079
|
+
export declare interface KnowledgeRecommendationsRequestDto {
|
|
74080
|
+
'metricId': string;
|
|
74081
|
+
'direction'?: KnowledgeRecommendationsRequestDtoDirectionEnum;
|
|
74082
|
+
'comparisonType': KnowledgeRecommendationsRequestDtoComparisonTypeEnum;
|
|
74083
|
+
'limit'?: number;
|
|
74084
|
+
'minScore'?: number;
|
|
74085
|
+
'aiModel'?: string;
|
|
74086
|
+
'temperature'?: number;
|
|
74087
|
+
'maxTokens'?: number;
|
|
74088
|
+
'gooddataHost'?: string;
|
|
74089
|
+
'gooddataToken'?: string;
|
|
74090
|
+
'analyticalDashboardId'?: string;
|
|
74091
|
+
'widgetId'?: string;
|
|
74092
|
+
'widgetName'?: string;
|
|
74093
|
+
'dryRun'?: boolean;
|
|
74094
|
+
'referenceValue'?: number;
|
|
74095
|
+
'analyzedValue'?: number;
|
|
74096
|
+
}
|
|
74097
|
+
|
|
74098
|
+
export declare type KnowledgeRecommendationsRequestDtoComparisonTypeEnum = 'MONTH' | 'QUARTER' | 'YEAR';
|
|
74099
|
+
|
|
74100
|
+
export declare type KnowledgeRecommendationsRequestDtoDirectionEnum = 'INCREASED' | 'DECREASED';
|
|
74101
|
+
|
|
74102
|
+
export declare interface KnowledgeRecommendationsResponseDto {
|
|
74103
|
+
'runId': string;
|
|
74104
|
+
'status': string;
|
|
74105
|
+
'message': string;
|
|
74106
|
+
}
|
|
74107
|
+
|
|
73755
74108
|
/**
|
|
73756
74109
|
* LabelControllerApi - object-oriented interface
|
|
73757
74110
|
* @export
|
|
@@ -91195,7 +91548,9 @@ export declare const tigerExportClientFactory: (axios: AxiosInstance) => Actions
|
|
|
91195
91548
|
/**
|
|
91196
91549
|
* Tiger GenAI client factory
|
|
91197
91550
|
*/
|
|
91198
|
-
export declare
|
|
91551
|
+
export declare type TigerGenAIClient = Pick<AfmActionsApiInterface, "aiSearch" | "aiChat" | "aiChatStream" | "aiChatHistory" | "validateLLMEndpoint" | "validateLLMEndpointById" | "getQualityIssues" | "getQualityIssuesCalculationStatus" | "triggerQualityIssuesCalculation" | "tags" | "createdBy" | "memoryCreatedByUsers"> & Pick<AIObservabilityAiInterface, "getObservabilityOverview">;
|
|
91552
|
+
|
|
91553
|
+
export declare const tigerGenAIClientFactory: (axios: AxiosInstance) => TigerGenAIClient;
|
|
91199
91554
|
|
|
91200
91555
|
export declare const tigerGeoCollectionsClientFactory: (axios: AxiosInstance) => OGCAPIFeaturesApiInterface;
|
|
91201
91556
|
|