@gooddata/api-client-tiger 11.39.0-alpha.3 → 11.39.0-alpha.4

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.
@@ -1,3 +1,3 @@
1
- export declare const LIB_VERSION = "11.39.0-alpha.3";
1
+ export declare const LIB_VERSION = "11.39.0-alpha.4";
2
2
  export declare const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
3
3
  export declare const LIB_NAME = "@gooddata/api-client-tiger";
package/esm/__version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // (C) 2021 GoodData Corporation
2
2
  // DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
3
- export const LIB_VERSION = "11.39.0-alpha.3";
3
+ export const LIB_VERSION = "11.39.0-alpha.4";
4
4
  export const LIB_DESCRIPTION = "API Client for GoodData Cloud and GoodData.CN";
5
5
  export const LIB_NAME = "@gooddata/api-client-tiger";
@@ -1694,6 +1694,26 @@ export declare interface ActionsApiCancelExecutionsRequest {
1694
1694
  readonly afmCancelTokens: AfmCancelTokens;
1695
1695
  }
1696
1696
 
1697
+ /**
1698
+ * Request parameters for cancelWorkflow1 operation in ActionsApi.
1699
+ * @export
1700
+ * @interface ActionsApiCancelWorkflow1Request
1701
+ */
1702
+ export declare interface ActionsApiCancelWorkflow1Request {
1703
+ /**
1704
+ * Workspace identifier
1705
+ * @type {string}
1706
+ * @memberof ActionsApiCancelWorkflow1
1707
+ */
1708
+ readonly workspaceId: string;
1709
+ /**
1710
+ *
1711
+ * @type {string}
1712
+ * @memberof ActionsApiCancelWorkflow1
1713
+ */
1714
+ readonly runId: string;
1715
+ }
1716
+
1697
1717
  /**
1698
1718
  * Request parameters for cancelWorkflow operation in ActionsApi.
1699
1719
  * @export
@@ -2212,6 +2232,26 @@ export declare interface ActionsApiForecastResultRequest {
2212
2232
  readonly limit?: number;
2213
2233
  }
2214
2234
 
2235
+ /**
2236
+ * Request parameters for generateDashboardSummary1 operation in ActionsApi.
2237
+ * @export
2238
+ * @interface ActionsApiGenerateDashboardSummary1Request
2239
+ */
2240
+ export declare interface ActionsApiGenerateDashboardSummary1Request {
2241
+ /**
2242
+ * Workspace identifier
2243
+ * @type {string}
2244
+ * @memberof ActionsApiGenerateDashboardSummary1
2245
+ */
2246
+ readonly workspaceId: string;
2247
+ /**
2248
+ *
2249
+ * @type {DashboardSummaryRequestDto}
2250
+ * @memberof ActionsApiGenerateDashboardSummary1
2251
+ */
2252
+ readonly dashboardSummaryRequestDto: DashboardSummaryRequestDto;
2253
+ }
2254
+
2215
2255
  /**
2216
2256
  * Request parameters for generateDashboardSummary operation in ActionsApi.
2217
2257
  * @export
@@ -2252,6 +2292,26 @@ export declare interface ActionsApiGenerateDescriptionRequest {
2252
2292
  readonly generateDescriptionRequest: GenerateDescriptionRequest;
2253
2293
  }
2254
2294
 
2295
+ /**
2296
+ * Request parameters for generateKnowledgeRecommendations operation in ActionsApi.
2297
+ * @export
2298
+ * @interface ActionsApiGenerateKnowledgeRecommendationsRequest
2299
+ */
2300
+ export declare interface ActionsApiGenerateKnowledgeRecommendationsRequest {
2301
+ /**
2302
+ * Workspace identifier
2303
+ * @type {string}
2304
+ * @memberof ActionsApiGenerateKnowledgeRecommendations
2305
+ */
2306
+ readonly workspaceId: string;
2307
+ /**
2308
+ *
2309
+ * @type {KnowledgeRecommendationsRequestDto}
2310
+ * @memberof ActionsApiGenerateKnowledgeRecommendations
2311
+ */
2312
+ readonly knowledgeRecommendationsRequestDto: KnowledgeRecommendationsRequestDto;
2313
+ }
2314
+
2255
2315
  /**
2256
2316
  * Request parameters for generateLogicalModel operation in ActionsApi.
2257
2317
  * @export
@@ -2370,6 +2430,26 @@ export declare interface ActionsApiGetTranslationTagsRequest {
2370
2430
  readonly workspaceId: string;
2371
2431
  }
2372
2432
 
2433
+ /**
2434
+ * Request parameters for getWorkflowStatus1 operation in ActionsApi.
2435
+ * @export
2436
+ * @interface ActionsApiGetWorkflowStatus1Request
2437
+ */
2438
+ export declare interface ActionsApiGetWorkflowStatus1Request {
2439
+ /**
2440
+ * Workspace identifier
2441
+ * @type {string}
2442
+ * @memberof ActionsApiGetWorkflowStatus1
2443
+ */
2444
+ readonly workspaceId: string;
2445
+ /**
2446
+ *
2447
+ * @type {string}
2448
+ * @memberof ActionsApiGetWorkflowStatus1
2449
+ */
2450
+ readonly runId: string;
2451
+ }
2452
+
2373
2453
  /**
2374
2454
  * Request parameters for getWorkflowStatus operation in ActionsApi.
2375
2455
  * @export
@@ -3814,6 +3894,32 @@ export declare interface ActionsApiUnsubscribeWorkspaceAutomationsRequest {
3814
3894
  readonly workspaceId: string;
3815
3895
  }
3816
3896
 
3897
+ /**
3898
+ * Request parameters for userFeedback operation in ActionsApi.
3899
+ * @export
3900
+ * @interface ActionsApiUserFeedbackRequest
3901
+ */
3902
+ export declare interface ActionsApiUserFeedbackRequest {
3903
+ /**
3904
+ * Workspace identifier
3905
+ * @type {string}
3906
+ * @memberof ActionsApiUserFeedback
3907
+ */
3908
+ readonly workspaceId: string;
3909
+ /**
3910
+ *
3911
+ * @type {string}
3912
+ * @memberof ActionsApiUserFeedback
3913
+ */
3914
+ readonly runId: string;
3915
+ /**
3916
+ *
3917
+ * @type {FeedbackRequestDto}
3918
+ * @memberof ActionsApiUserFeedback
3919
+ */
3920
+ readonly feedbackRequestDto: FeedbackRequestDto;
3921
+ }
3922
+
3817
3923
  /**
3818
3924
  * Request parameters for validateLLMEndpointById operation in ActionsApi.
3819
3925
  * @export
@@ -5232,6 +5338,16 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5232
5338
  cancelWorkflow(requestParameters: ActionsApiCancelWorkflowRequest, options?: AxiosRequestConfig): AxiosPromise<{
5233
5339
  [key: string]: string;
5234
5340
  }>;
5341
+ /**
5342
+ *
5343
+ * @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
5344
+ * @param {*} [options] Override http request option.
5345
+ * @throws {RequiredError}
5346
+ * @memberof ActionsApi
5347
+ */
5348
+ cancelWorkflow1(requestParameters: ActionsApiCancelWorkflow1Request, options?: AxiosRequestConfig): AxiosPromise<{
5349
+ [key: string]: string;
5350
+ }>;
5235
5351
  /**
5236
5352
  * Computes change analysis for the provided execution definition.
5237
5353
  * @summary Compute change analysis
@@ -5357,6 +5473,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5357
5473
  * @memberof ActionsApi
5358
5474
  */
5359
5475
  generateDashboardSummary(requestParameters: ActionsApiGenerateDashboardSummaryRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowDashboardSummaryResponseDto>;
5476
+ /**
5477
+ *
5478
+ * @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
5479
+ * @param {*} [options] Override http request option.
5480
+ * @throws {RequiredError}
5481
+ * @memberof ActionsApi
5482
+ */
5483
+ generateDashboardSummary1(requestParameters: ActionsApiGenerateDashboardSummary1Request, options?: AxiosRequestConfig): AxiosPromise<DashboardSummaryResponseDto>;
5360
5484
  /**
5361
5485
  * Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
5362
5486
  * @summary Generate Description for Analytics Object
@@ -5366,6 +5490,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5366
5490
  * @memberof ActionsApi
5367
5491
  */
5368
5492
  generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
5493
+ /**
5494
+ *
5495
+ * @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
5496
+ * @param {*} [options] Override http request option.
5497
+ * @throws {RequiredError}
5498
+ * @memberof ActionsApi
5499
+ */
5500
+ generateKnowledgeRecommendations(requestParameters: ActionsApiGenerateKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeRecommendationsResponseDto>;
5369
5501
  /**
5370
5502
  * Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
5371
5503
  * @summary Generate Title for Analytics Object
@@ -5401,6 +5533,14 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5401
5533
  * @memberof ActionsApi
5402
5534
  */
5403
5535
  getWorkflowStatus(requestParameters: ActionsApiGetWorkflowStatusRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
5536
+ /**
5537
+ *
5538
+ * @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
5539
+ * @param {*} [options] Override http request option.
5540
+ * @throws {RequiredError}
5541
+ * @memberof ActionsApi
5542
+ */
5543
+ getWorkflowStatus1(requestParameters: ActionsApiGetWorkflowStatus1Request, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
5404
5544
  /**
5405
5545
  * (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
5406
5546
  * @summary (EXPERIMENTAL) Compute key driver analysis
@@ -5555,6 +5695,16 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
5555
5695
  * @memberof ActionsApi
5556
5696
  */
5557
5697
  triggerQualityIssuesCalculation(requestParameters: ActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
5698
+ /**
5699
+ *
5700
+ * @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
5701
+ * @param {*} [options] Override http request option.
5702
+ * @throws {RequiredError}
5703
+ * @memberof ActionsApi
5704
+ */
5705
+ userFeedback(requestParameters: ActionsApiUserFeedbackRequest, options?: AxiosRequestConfig): AxiosPromise<{
5706
+ [key: string]: string;
5707
+ }>;
5558
5708
  /**
5559
5709
  * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
5560
5710
  * @summary Validate LLM Endpoint (Removed)
@@ -5686,6 +5836,16 @@ export declare interface AfmActionsApiInterface {
5686
5836
  cancelWorkflow(requestParameters: ActionsApiCancelWorkflowRequest, options?: AxiosRequestConfig): AxiosPromise<{
5687
5837
  [key: string]: string;
5688
5838
  }>;
5839
+ /**
5840
+ *
5841
+ * @param {ActionsApiCancelWorkflow1Request} requestParameters Request parameters.
5842
+ * @param {*} [options] Override http request option.
5843
+ * @throws {RequiredError}
5844
+ * @memberof ActionsApiInterface
5845
+ */
5846
+ cancelWorkflow1(requestParameters: ActionsApiCancelWorkflow1Request, options?: AxiosRequestConfig): AxiosPromise<{
5847
+ [key: string]: string;
5848
+ }>;
5689
5849
  /**
5690
5850
  * Computes change analysis for the provided execution definition.
5691
5851
  * @summary Compute change analysis
@@ -5811,6 +5971,14 @@ export declare interface AfmActionsApiInterface {
5811
5971
  * @memberof ActionsApiInterface
5812
5972
  */
5813
5973
  generateDashboardSummary(requestParameters: ActionsApiGenerateDashboardSummaryRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowDashboardSummaryResponseDto>;
5974
+ /**
5975
+ *
5976
+ * @param {ActionsApiGenerateDashboardSummary1Request} requestParameters Request parameters.
5977
+ * @param {*} [options] Override http request option.
5978
+ * @throws {RequiredError}
5979
+ * @memberof ActionsApiInterface
5980
+ */
5981
+ generateDashboardSummary1(requestParameters: ActionsApiGenerateDashboardSummary1Request, options?: AxiosRequestConfig): AxiosPromise<DashboardSummaryResponseDto>;
5814
5982
  /**
5815
5983
  * Generates a description for the specified analytics object. Returns description and a note with details if generation was not performed.
5816
5984
  * @summary Generate Description for Analytics Object
@@ -5820,6 +5988,14 @@ export declare interface AfmActionsApiInterface {
5820
5988
  * @memberof ActionsApiInterface
5821
5989
  */
5822
5990
  generateDescription(requestParameters: ActionsApiGenerateDescriptionRequest, options?: AxiosRequestConfig): AxiosPromise<GenerateDescriptionResponse>;
5991
+ /**
5992
+ *
5993
+ * @param {ActionsApiGenerateKnowledgeRecommendationsRequest} requestParameters Request parameters.
5994
+ * @param {*} [options] Override http request option.
5995
+ * @throws {RequiredError}
5996
+ * @memberof ActionsApiInterface
5997
+ */
5998
+ generateKnowledgeRecommendations(requestParameters: ActionsApiGenerateKnowledgeRecommendationsRequest, options?: AxiosRequestConfig): AxiosPromise<KnowledgeRecommendationsResponseDto>;
5823
5999
  /**
5824
6000
  * Generates a title for the specified analytics object. Returns title and a note with details if generation was not performed.
5825
6001
  * @summary Generate Title for Analytics Object
@@ -5855,6 +6031,14 @@ export declare interface AfmActionsApiInterface {
5855
6031
  * @memberof ActionsApiInterface
5856
6032
  */
5857
6033
  getWorkflowStatus(requestParameters: ActionsApiGetWorkflowStatusRequest, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
6034
+ /**
6035
+ *
6036
+ * @param {ActionsApiGetWorkflowStatus1Request} requestParameters Request parameters.
6037
+ * @param {*} [options] Override http request option.
6038
+ * @throws {RequiredError}
6039
+ * @memberof ActionsApiInterface
6040
+ */
6041
+ getWorkflowStatus1(requestParameters: ActionsApiGetWorkflowStatus1Request, options?: AxiosRequestConfig): AxiosPromise<WorkflowStatusResponseDto>;
5858
6042
  /**
5859
6043
  * (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
5860
6044
  * @summary (EXPERIMENTAL) Compute key driver analysis
@@ -6009,6 +6193,16 @@ export declare interface AfmActionsApiInterface {
6009
6193
  * @memberof ActionsApiInterface
6010
6194
  */
6011
6195
  triggerQualityIssuesCalculation(requestParameters: ActionsApiTriggerQualityIssuesCalculationRequest, options?: AxiosRequestConfig): AxiosPromise<AfmTriggerQualityIssuesCalculationResponse>;
6196
+ /**
6197
+ *
6198
+ * @param {ActionsApiUserFeedbackRequest} requestParameters Request parameters.
6199
+ * @param {*} [options] Override http request option.
6200
+ * @throws {RequiredError}
6201
+ * @memberof ActionsApiInterface
6202
+ */
6203
+ userFeedback(requestParameters: ActionsApiUserFeedbackRequest, options?: AxiosRequestConfig): AxiosPromise<{
6204
+ [key: string]: string;
6205
+ }>;
6012
6206
  /**
6013
6207
  * Permanently removed. Use POST /api/v1/actions/ai/llmProvider/test instead. Always returns 410 Gone.
6014
6208
  * @summary Validate LLM Endpoint (Removed)
@@ -17141,6 +17335,7 @@ export declare interface AutomationDashboardCompoundComparisonCondition {
17141
17335
  export declare interface AutomationDashboardCompoundComparisonConditionComparison {
17142
17336
  'operator': AutomationDashboardCompoundComparisonConditionComparisonOperatorEnum;
17143
17337
  'value': number;
17338
+ 'treatNullValuesAs'?: number;
17144
17339
  }
17145
17340
 
17146
17341
  export declare type AutomationDashboardCompoundComparisonConditionComparisonOperatorEnum = 'GREATER_THAN' | 'GREATER_THAN_OR_EQUAL_TO' | 'LESS_THAN' | 'LESS_THAN_OR_EQUAL_TO' | 'EQUAL_TO' | 'NOT_EQUAL_TO';
@@ -17158,6 +17353,7 @@ export declare interface AutomationDashboardCompoundRangeConditionRange {
17158
17353
  'operator': AutomationDashboardCompoundRangeConditionRangeOperatorEnum;
17159
17354
  'from': number;
17160
17355
  'to': number;
17356
+ 'treatNullValuesAs'?: number;
17161
17357
  }
17162
17358
 
17163
17359
  export declare type AutomationDashboardCompoundRangeConditionRangeOperatorEnum = 'BETWEEN' | 'NOT_BETWEEN';
@@ -17243,6 +17439,7 @@ export declare interface AutomationDashboardMeasureValueFilter {
17243
17439
  export declare interface AutomationDashboardMeasureValueFilterDashboardMeasureValueFilter {
17244
17440
  'measure': AutomationIdentifierRef;
17245
17441
  'conditions': Array<AutomationDashboardCompoundConditionItem>;
17442
+ 'dimensionality'?: Array<AutomationIdentifierRef>;
17246
17443
  'title'?: string;
17247
17444
  'localIdentifier'?: string;
17248
17445
  }
@@ -24318,6 +24515,7 @@ export declare interface DashboardCompoundComparisonCondition {
24318
24515
  export declare interface DashboardCompoundComparisonConditionComparison {
24319
24516
  'operator': DashboardCompoundComparisonConditionComparisonOperatorEnum;
24320
24517
  'value': number;
24518
+ 'treatNullValuesAs'?: number;
24321
24519
  }
24322
24520
 
24323
24521
  export declare type DashboardCompoundComparisonConditionComparisonOperatorEnum = 'GREATER_THAN' | 'GREATER_THAN_OR_EQUAL_TO' | 'LESS_THAN' | 'LESS_THAN_OR_EQUAL_TO' | 'EQUAL_TO' | 'NOT_EQUAL_TO';
@@ -24335,6 +24533,7 @@ export declare interface DashboardCompoundRangeConditionRange {
24335
24533
  'operator': DashboardCompoundRangeConditionRangeOperatorEnum;
24336
24534
  'from': number;
24337
24535
  'to': number;
24536
+ 'treatNullValuesAs'?: number;
24338
24537
  }
24339
24538
 
24340
24539
  export declare type DashboardCompoundRangeConditionRangeOperatorEnum = 'BETWEEN' | 'NOT_BETWEEN';
@@ -24434,6 +24633,7 @@ export declare interface DashboardMeasureValueFilter {
24434
24633
  export declare interface DashboardMeasureValueFilterDashboardMeasureValueFilter {
24435
24634
  'measure': IdentifierRef;
24436
24635
  'conditions': Array<DashboardCompoundConditionItem>;
24636
+ 'dimensionality'?: Array<IdentifierRef>;
24437
24637
  'title'?: string;
24438
24638
  'localIdentifier'?: string;
24439
24639
  }
@@ -25660,6 +25860,24 @@ export declare interface DashboardSlidesTemplate {
25660
25860
 
25661
25861
  export declare type DashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
25662
25862
 
25863
+ export declare interface DashboardSummaryRequestDto {
25864
+ 'dashboardId': string;
25865
+ 'customUserPrompt'?: string;
25866
+ 'gooddataHost'?: string;
25867
+ 'gooddataToken'?: string;
25868
+ 'keyMetricIds'?: Array<string>;
25869
+ 'referenceQuarter'?: string;
25870
+ 'dryRun'?: boolean;
25871
+ 'temperature'?: number;
25872
+ 'aiModel'?: string;
25873
+ }
25874
+
25875
+ export declare interface DashboardSummaryResponseDto {
25876
+ 'runId': string;
25877
+ 'status': string;
25878
+ 'message': string;
25879
+ }
25880
+
25663
25881
  /**
25664
25882
  * Export request object describing the export properties for dashboard tabular exports (v2 with dashboardId).
25665
25883
  */
@@ -52972,6 +53190,24 @@ export declare interface ExecutionResultGrandTotal {
52972
53190
  */
52973
53191
  export declare type ExecutionResultHeader = AttributeExecutionResultHeader | MeasureExecutionResultHeader | TotalExecutionResultHeader;
52974
53192
 
53193
+ /**
53194
+ * Describes a limit that was broken, resulting in partial data being returned.
53195
+ */
53196
+ export declare interface ExecutionResultLimitBreak {
53197
+ /**
53198
+ * Type of the limit that was broken, e.g. \"rowCount\".
53199
+ */
53200
+ 'limitType': string;
53201
+ /**
53202
+ * The configured threshold value.
53203
+ */
53204
+ 'limit': number;
53205
+ /**
53206
+ * The actual value that triggered the limit; null when it cannot be determined exactly.
53207
+ */
53208
+ 'value'?: number;
53209
+ }
53210
+
52975
53211
  /**
52976
53212
  * Additional metadata for the particular execution result.
52977
53213
  */
@@ -52980,6 +53216,10 @@ export declare interface ExecutionResultMetadata {
52980
53216
  * Additional information sent by the underlying data source.
52981
53217
  */
52982
53218
  'dataSourceMessages': Array<ExecutionResultDataSourceMessage>;
53219
+ /**
53220
+ * Limits that were broken during result computation, causing the result to be partial. Absent when the result is complete.
53221
+ */
53222
+ 'limitBreaks'?: Array<ExecutionResultLimitBreak>;
52983
53223
  }
52984
53224
 
52985
53225
  /**
@@ -53512,6 +53752,7 @@ export declare interface ExportDashboardCompoundComparisonCondition {
53512
53752
  export declare interface ExportDashboardCompoundComparisonConditionComparison {
53513
53753
  'operator': ExportDashboardCompoundComparisonConditionComparisonOperatorEnum;
53514
53754
  'value': number;
53755
+ 'treatNullValuesAs'?: number;
53515
53756
  }
53516
53757
 
53517
53758
  export declare type ExportDashboardCompoundComparisonConditionComparisonOperatorEnum = 'GREATER_THAN' | 'GREATER_THAN_OR_EQUAL_TO' | 'LESS_THAN' | 'LESS_THAN_OR_EQUAL_TO' | 'EQUAL_TO' | 'NOT_EQUAL_TO';
@@ -53529,6 +53770,7 @@ export declare interface ExportDashboardCompoundRangeConditionRange {
53529
53770
  'operator': ExportDashboardCompoundRangeConditionRangeOperatorEnum;
53530
53771
  'from': number;
53531
53772
  'to': number;
53773
+ 'treatNullValuesAs'?: number;
53532
53774
  }
53533
53775
 
53534
53776
  export declare type ExportDashboardCompoundRangeConditionRangeOperatorEnum = 'BETWEEN' | 'NOT_BETWEEN';
@@ -53614,6 +53856,7 @@ export declare interface ExportDashboardMeasureValueFilter {
53614
53856
  export declare interface ExportDashboardMeasureValueFilterDashboardMeasureValueFilter {
53615
53857
  'measure': ExportIdentifierRef;
53616
53858
  'conditions': Array<ExportDashboardCompoundConditionItem>;
53859
+ 'dimensionality'?: Array<ExportIdentifierRef>;
53617
53860
  'title'?: string;
53618
53861
  'localIdentifier'?: string;
53619
53862
  }
@@ -57356,6 +57599,12 @@ export declare type FeatureContext = {
57356
57599
  dataCenter?: string;
57357
57600
  };
57358
57601
 
57602
+ export declare interface FeedbackRequestDto {
57603
+ 'sentiment': FeedbackRequestDtoSentimentEnum;
57604
+ }
57605
+
57606
+ export declare type FeedbackRequestDtoSentimentEnum = 'POSITIVE' | 'NEGATIVE';
57607
+
57359
57608
  /**
57360
57609
  * Specifies what is used for filtering.
57361
57610
  */
@@ -63538,27 +63787,11 @@ export declare type ITigerDashboardMatchAttributeFilter = DashboardMatchAttribut
63538
63787
  /**
63539
63788
  * Tiger-specific dashboard measure value filter (dashboard filter context level).
63540
63789
  * Conditions are OR-ed together; empty/undefined conditions mean "All" (no filtering).
63541
- *
63542
- * TODO INE: wait for BE type unification — once BE schema adds `treatNullValuesAs` to
63543
- * `DashboardMeasureValueFilter` body and requires `localIdentifier`, this interface collapses to
63544
- * `export type ITigerDashboardMeasureValueFilter = DashboardMeasureValueFilter` (matching how
63545
- * arbitrary/match attribute filters are aliased today).
63546
- *
63547
63790
  * @public
63548
63791
  */
63549
- export declare interface ITigerDashboardMeasureValueFilter {
63550
- dashboardMeasureValueFilter: {
63551
- measure: DashboardMeasureValueFilter["dashboardMeasureValueFilter"]["measure"];
63552
- conditions: DashboardMeasureValueFilter["dashboardMeasureValueFilter"]["conditions"];
63553
- title?: DashboardMeasureValueFilter["dashboardMeasureValueFilter"]["title"];
63792
+ export declare interface ITigerDashboardMeasureValueFilter extends DashboardMeasureValueFilter {
63793
+ dashboardMeasureValueFilter: DashboardMeasureValueFilter["dashboardMeasureValueFilter"] & {
63554
63794
  localIdentifier: string;
63555
- /**
63556
- * Substitute value for null metric values when evaluating conditions. Applies to the whole filter
63557
- * (OR-ed conditions). Extension on top of the generated BE type; not yet in the OpenAPI schema —
63558
- * once BE lands the field on `dashboardMeasureValueFilter`, this declaration matches it without
63559
- * further client changes.
63560
- */
63561
- treatNullValuesAs?: number;
63562
63795
  };
63563
63796
  }
63564
63797
 
@@ -63620,16 +63853,11 @@ export declare interface ITigerDashboardTab {
63620
63853
  export declare type ITigerFilter = ITigerAbsoluteDateFilter | ITigerRelativeDateFilter | ITigerPositiveAttributeFilter | ITigerNegativeAttributeFilter | ITigerMeasureValueFilter | ITigerRankingFilter | ITigerDashboardArbitraryAttributeFilter | ITigerDashboardMatchAttributeFilter;
63621
63854
 
63622
63855
  /**
63623
- * Tiger-specific filter context item
63624
- *
63625
- * TODO INE: wait for BE type unification — once `DashboardMeasureValueFilter` aligns with our manual
63626
- * type (`localIdentifier` required, `treatNullValuesAs` on body), drop the `Exclude<DashboardFilter,
63627
- * DashboardMeasureValueFilter>` and `ITigerDashboardMeasureValueFilter` members; the union becomes
63628
- * just `DashboardFilter`.
63856
+ * Tiger-specific filter context item.
63629
63857
  *
63630
63858
  * @public
63631
63859
  */
63632
- export declare type ITigerFilterContextItem = Exclude<DashboardFilter, DashboardMeasureValueFilter> | ITigerDashboardArbitraryAttributeFilter | ITigerDashboardMatchAttributeFilter | ITigerDashboardMeasureValueFilter;
63860
+ export declare type ITigerFilterContextItem = DashboardFilter | ITigerDashboardArbitraryAttributeFilter | ITigerDashboardMatchAttributeFilter | ITigerDashboardMeasureValueFilter;
63633
63861
 
63634
63862
  /**
63635
63863
  * Tiger-specific insight layer definition
@@ -73820,6 +74048,35 @@ export declare interface KnowledgeRecommendationControllerApiUpdateEntityKnowled
73820
74048
  readonly include?: Array<'metrics' | 'analyticalDashboards' | 'metric' | 'analyticalDashboard' | 'ALL'>;
73821
74049
  }
73822
74050
 
74051
+ export declare interface KnowledgeRecommendationsRequestDto {
74052
+ 'metricId': string;
74053
+ 'direction'?: KnowledgeRecommendationsRequestDtoDirectionEnum;
74054
+ 'comparisonType': KnowledgeRecommendationsRequestDtoComparisonTypeEnum;
74055
+ 'limit'?: number;
74056
+ 'minScore'?: number;
74057
+ 'aiModel'?: string;
74058
+ 'temperature'?: number;
74059
+ 'maxTokens'?: number;
74060
+ 'gooddataHost'?: string;
74061
+ 'gooddataToken'?: string;
74062
+ 'analyticalDashboardId'?: string;
74063
+ 'widgetId'?: string;
74064
+ 'widgetName'?: string;
74065
+ 'dryRun'?: boolean;
74066
+ 'referenceValue'?: number;
74067
+ 'analyzedValue'?: number;
74068
+ }
74069
+
74070
+ export declare type KnowledgeRecommendationsRequestDtoComparisonTypeEnum = 'MONTH' | 'QUARTER' | 'YEAR';
74071
+
74072
+ export declare type KnowledgeRecommendationsRequestDtoDirectionEnum = 'INCREASED' | 'DECREASED';
74073
+
74074
+ export declare interface KnowledgeRecommendationsResponseDto {
74075
+ 'runId': string;
74076
+ 'status': string;
74077
+ 'message': string;
74078
+ }
74079
+
73823
74080
  /**
73824
74081
  * LabelControllerApi - object-oriented interface
73825
74082
  * @export
@@ -90617,8 +90874,8 @@ export declare type StringParameterDefinitionTypeEnum = 'STRING';
90617
90874
  */
90618
90875
  export declare class SummaryAi extends AiBaseAPI implements SummaryAiInterface {
90619
90876
  /**
90620
- *
90621
- * @summary Post Summary
90877
+ * Note: This API is an experimental and is going to change. Please, use it accordingly. Generates a natural-language summary of a dashboard\'s visualizations, optionally scoped by an explicit filter context.
90878
+ * @summary (EXPERIMENTAL) Summarize a dashboard
90622
90879
  * @param {SummaryAiSummarizeDashboardRequest} requestParameters Request parameters.
90623
90880
  * @param {*} [options] Override http request option.
90624
90881
  * @throws {RequiredError}
@@ -90628,8 +90885,8 @@ export declare class SummaryAi extends AiBaseAPI implements SummaryAiInterface {
90628
90885
  }
90629
90886
 
90630
90887
  /**
90631
- *
90632
- * @summary Post Summary
90888
+ * Note: This API is an experimental and is going to change. Please, use it accordingly. Generates a natural-language summary of a dashboard\'s visualizations, optionally scoped by an explicit filter context.
90889
+ * @summary (EXPERIMENTAL) Summarize a dashboard
90633
90890
  * @param {AxiosInstance} axios Axios instance.
90634
90891
  * @param {string} basePath Base path.
90635
90892
  * @param {SummaryAiSummarizeDashboardRequest} requestParameters Request parameters.
@@ -90642,8 +90899,8 @@ export { SummaryAi_SummarizeDashboard as GenAiApi_SummarizeDashboard }
90642
90899
  export { SummaryAi_SummarizeDashboard }
90643
90900
 
90644
90901
  /**
90645
- *
90646
- * @summary Post Summary
90902
+ * Note: This API is an experimental and is going to change. Please, use it accordingly. Generates a natural-language summary of a dashboard\'s visualizations, optionally scoped by an explicit filter context.
90903
+ * @summary (EXPERIMENTAL) Summarize a dashboard
90647
90904
  * @param {string} workspaceId
90648
90905
  * @param {AiSummarizeRequest} aiSummarizeRequest
90649
90906
  * @param {*} [options] Override http request option.
@@ -90659,8 +90916,8 @@ export declare function SummaryAiAxiosParamCreator_SummarizeDashboard(workspaceI
90659
90916
  */
90660
90917
  export declare interface SummaryAiInterface {
90661
90918
  /**
90662
- *
90663
- * @summary Post Summary
90919
+ * Note: This API is an experimental and is going to change. Please, use it accordingly. Generates a natural-language summary of a dashboard\'s visualizations, optionally scoped by an explicit filter context.
90920
+ * @summary (EXPERIMENTAL) Summarize a dashboard
90664
90921
  * @param {SummaryAiSummarizeDashboardRequest} requestParameters Request parameters.
90665
90922
  * @param {*} [options] Override http request option.
90666
90923
  * @throws {RequiredError}
@@ -91052,7 +91309,7 @@ export declare interface TestDefinitionRequest {
91052
91309
  'parameters'?: Array<DataSourceParameter>;
91053
91310
  }
91054
91311
 
91055
- 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';
91312
+ export declare type TestDefinitionRequestTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
91056
91313
 
91057
91314
  export declare interface TestLlmProviderByIdRequest {
91058
91315
  'providerConfig'?: TestLlmProviderByIdRequestProviderConfig;
@@ -682,40 +682,19 @@ export type ITigerDashboardMatchAttributeFilter = DashboardMatchAttributeFilter;
682
682
  /**
683
683
  * Tiger-specific dashboard measure value filter (dashboard filter context level).
684
684
  * Conditions are OR-ed together; empty/undefined conditions mean "All" (no filtering).
685
- *
686
- * TODO INE: wait for BE type unification — once BE schema adds `treatNullValuesAs` to
687
- * `DashboardMeasureValueFilter` body and requires `localIdentifier`, this interface collapses to
688
- * `export type ITigerDashboardMeasureValueFilter = DashboardMeasureValueFilter` (matching how
689
- * arbitrary/match attribute filters are aliased today).
690
- *
691
685
  * @public
692
686
  */
693
- export interface ITigerDashboardMeasureValueFilter {
694
- dashboardMeasureValueFilter: {
695
- measure: DashboardMeasureValueFilter["dashboardMeasureValueFilter"]["measure"];
696
- conditions: DashboardMeasureValueFilter["dashboardMeasureValueFilter"]["conditions"];
697
- title?: DashboardMeasureValueFilter["dashboardMeasureValueFilter"]["title"];
687
+ export interface ITigerDashboardMeasureValueFilter extends DashboardMeasureValueFilter {
688
+ dashboardMeasureValueFilter: DashboardMeasureValueFilter["dashboardMeasureValueFilter"] & {
698
689
  localIdentifier: string;
699
- /**
700
- * Substitute value for null metric values when evaluating conditions. Applies to the whole filter
701
- * (OR-ed conditions). Extension on top of the generated BE type; not yet in the OpenAPI schema —
702
- * once BE lands the field on `dashboardMeasureValueFilter`, this declaration matches it without
703
- * further client changes.
704
- */
705
- treatNullValuesAs?: number;
706
690
  };
707
691
  }
708
692
  /**
709
- * Tiger-specific filter context item
710
- *
711
- * TODO INE: wait for BE type unification — once `DashboardMeasureValueFilter` aligns with our manual
712
- * type (`localIdentifier` required, `treatNullValuesAs` on body), drop the `Exclude<DashboardFilter,
713
- * DashboardMeasureValueFilter>` and `ITigerDashboardMeasureValueFilter` members; the union becomes
714
- * just `DashboardFilter`.
693
+ * Tiger-specific filter context item.
715
694
  *
716
695
  * @public
717
696
  */
718
- export type ITigerFilterContextItem = Exclude<DashboardFilter, DashboardMeasureValueFilter> | ITigerDashboardArbitraryAttributeFilter | ITigerDashboardMatchAttributeFilter | ITigerDashboardMeasureValueFilter;
697
+ export type ITigerFilterContextItem = DashboardFilter | ITigerDashboardArbitraryAttributeFilter | ITigerDashboardMatchAttributeFilter | ITigerDashboardMeasureValueFilter;
719
698
  /**
720
699
  * Tiger-specific dashboard tab
721
700
  * @public