@gooddata/api-client-tiger 11.52.0-alpha.6 → 11.52.0-alpha.7

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.
@@ -492,6 +492,14 @@ export declare class ActionsApi extends MetadataBaseApi implements ActionsApiInt
492
492
  * @memberof ActionsApi
493
493
  */
494
494
  switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
495
+ /**
496
+ * Enqueues an organization-scoped metadata resync, fanning out the organization\'s current metadata to GenAI, GW Forge, and Automations. Requires organization MANAGE permission. Requests are deduplicated while a resync session is pending for the organization.
497
+ * @summary Trigger metadata synchronization
498
+ * @param {*} [options] Override http request option.
499
+ * @throws {RequiredError}
500
+ * @memberof ActionsApi
501
+ */
502
+ syncMetadata(options?: AxiosRequestConfig): AxiosPromise<void>;
495
503
  /**
496
504
  * Returns a list of tags for this workspace
497
505
  * @summary Get Analytics Catalog Tags
@@ -1487,7 +1495,7 @@ export declare function ActionsApiAxiosParamCreator_ListWorkspaceUserGroups(work
1487
1495
  * @param {string} workspaceId
1488
1496
  * @param {number} [page] Zero-based page index (0..N)
1489
1497
  * @param {number} [size] The size of the page to be returned.
1490
- * @param {string} [name] Filter by user name. Note that user name is case insensitive.
1498
+ * @param {string} [name] Filter by user name, email or login (user ID). Note that the filter is case insensitive.
1491
1499
  * @param {*} [options] Override http request option.
1492
1500
  * @param {Configuration} [configuration] Optional configuration.
1493
1501
  * @throws {RequiredError}
@@ -3073,6 +3081,14 @@ export declare interface ActionsApiInterface {
3073
3081
  * @memberof ActionsApiInterface
3074
3082
  */
3075
3083
  switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
3084
+ /**
3085
+ * Enqueues an organization-scoped metadata resync, fanning out the organization\'s current metadata to GenAI, GW Forge, and Automations. Requires organization MANAGE permission. Requests are deduplicated while a resync session is pending for the organization.
3086
+ * @summary Trigger metadata synchronization
3087
+ * @param {*} [options] Override http request option.
3088
+ * @throws {RequiredError}
3089
+ * @memberof ActionsApiInterface
3090
+ */
3091
+ syncMetadata(options?: AxiosRequestConfig): AxiosPromise<void>;
3076
3092
  /**
3077
3093
  * Returns a list of tags for this workspace
3078
3094
  * @summary Get Analytics Catalog Tags
@@ -3341,7 +3357,7 @@ export declare interface ActionsApiListWorkspaceUsersRequest {
3341
3357
  */
3342
3358
  readonly size?: number;
3343
3359
  /**
3344
- * Filter by user name. Note that user name is case insensitive.
3360
+ * Filter by user name, email or login (user ID). Note that the filter is case insensitive.
3345
3361
  * @type {string}
3346
3362
  * @memberof ActionsApiListWorkspaceUsers
3347
3363
  */
@@ -6914,7 +6930,7 @@ export declare interface AfmChangeAnalysisRequest {
6914
6930
  /**
6915
6931
  * Optional filters to apply.
6916
6932
  */
6917
- 'filters'?: Array<ChangeAnalysisRequestFiltersInner>;
6933
+ 'filters'?: Array<AfmFilterDefinition>;
6918
6934
  /**
6919
6935
  * Only include attributes with at least one of these tags. If empty, no inclusion filter is applied. This filter applies to both auto-discovered and explicitly provided attributes.
6920
6936
  */
@@ -6981,7 +6997,7 @@ export declare interface AfmCompoundMeasureValueFilterCompoundMeasureValueFilter
6981
6997
  /**
6982
6998
  * List of conditions to apply. Conditions are combined with OR logic. Each condition can be either a comparison (e.g., > 100) or a range (e.g., BETWEEN 10 AND 50). If empty, no filtering is applied and all rows are returned.
6983
6999
  */
6984
- 'conditions': Array<AfmMeasureValueCondition>;
7000
+ 'conditions'?: Array<AfmMeasureValueCondition>;
6985
7001
  /**
6986
7002
  * References to the attributes to be used when filtering.
6987
7003
  */
@@ -13087,7 +13103,9 @@ export declare interface AlertAfm {
13087
13103
  * @type AlertCondition
13088
13104
  * Alert trigger condition.
13089
13105
  */
13090
- export declare type AlertCondition = AnomalyDetectionWrapper | ComparisonWrapper | RangeWrapper | RelativeWrapper;
13106
+ declare type AlertCondition = AnomalyDetectionWrapper | ComparisonWrapper | RangeWrapper | RelativeWrapper;
13107
+ export { AlertCondition }
13108
+ export { AlertCondition as MdAutomationAlertCondition }
13091
13109
 
13092
13110
  /**
13093
13111
  * @type AlertConditionOperand
@@ -18635,7 +18653,7 @@ export declare interface AutomationAFM {
18635
18653
  /**
18636
18654
  * Various filter types to filter the execution result.
18637
18655
  */
18638
- 'filters': Array<AutomationAFMFiltersInner>;
18656
+ 'filters': Array<AutomationFilterDefinition>;
18639
18657
  /**
18640
18658
  * (EXPERIMENTAL) Override definitions of catalog metrics for this request. Allows substituting a catalog metric\'s MAQL definition without modifying the stored definition.
18641
18659
  */
@@ -18650,11 +18668,6 @@ export declare interface AutomationAFM {
18650
18668
  'parameters'?: Array<AutomationParameterItem>;
18651
18669
  }
18652
18670
 
18653
- /**
18654
- * @type AutomationAFMFiltersInner
18655
- */
18656
- export declare type AutomationAFMFiltersInner = AutomationAbstractMeasureValueFilter | AutomationFilterDefinitionForSimpleMeasure | AutomationInlineFilterDefinition;
18657
-
18658
18671
  /**
18659
18672
  * @type AutomationAfmIdentifier
18660
18673
  * Reference to the attribute label to which the filter should be applied.
@@ -18747,7 +18760,7 @@ export declare interface AutomationAfmObjectIdentifierParameterIdentifier {
18747
18760
  export declare type AutomationAfmObjectIdentifierParameterIdentifierTypeEnum = 'parameter';
18748
18761
 
18749
18762
  export declare interface AutomationAlert {
18750
- 'condition': MdAutomationAlertCondition;
18763
+ 'condition': AlertCondition;
18751
18764
  'execution': AlertAfm;
18752
18765
  /**
18753
18766
  * Date granularity for the interval of ONCE_PER_INTERVAL trigger. Supported granularities: DAY, WEEK, MONTH, QUARTER, YEAR.
@@ -18960,7 +18973,7 @@ export declare interface AutomationAttributeItem {
18960
18973
  }
18961
18974
 
18962
18975
  export declare interface AutomationAutomationAlert {
18963
- 'condition': AutomationAutomationAlertCondition;
18976
+ 'condition': AutomationAlertCondition;
18964
18977
  'execution': AutomationAlertAfm;
18965
18978
  /**
18966
18979
  * Date granularity for the interval of ONCE_PER_INTERVAL trigger. Supported granularities: DAY, WEEK, MONTH, QUARTER, YEAR.
@@ -18972,11 +18985,6 @@ export declare interface AutomationAutomationAlert {
18972
18985
  'trigger'?: AutomationAutomationAlertTriggerEnum;
18973
18986
  }
18974
18987
 
18975
- /**
18976
- * @type AutomationAutomationAlertCondition
18977
- */
18978
- export declare type AutomationAutomationAlertCondition = AutomationAnomalyDetectionWrapper | AutomationComparisonWrapper | AutomationRangeWrapper | AutomationRelativeWrapper;
18979
-
18980
18988
  export declare type AutomationAutomationAlertIntervalEnum = 'DAY' | 'WEEK' | 'MONTH' | 'QUARTER' | 'YEAR';
18981
18989
 
18982
18990
  export declare type AutomationAutomationAlertTriggerEnum = 'ALWAYS' | 'ONCE' | 'ONCE_PER_INTERVAL';
@@ -19006,9 +19014,12 @@ export declare interface AutomationAutomationMetadata {
19006
19014
  }
19007
19015
 
19008
19016
  export declare interface AutomationAutomationNotification extends AutomationNotificationContent {
19017
+ 'type': AutomationAutomationNotificationTypeEnum;
19009
19018
  'content': AutomationWebhookMessage;
19010
19019
  }
19011
19020
 
19021
+ export declare type AutomationAutomationNotificationTypeEnum = 'AUTOMATION';
19022
+
19012
19023
  export declare interface AutomationAutomationRawExport {
19013
19024
  'requestPayload': AutomationRawExportAutomationRequest;
19014
19025
  }
@@ -19115,7 +19126,7 @@ export declare interface AutomationCompoundMeasureValueFilterCompoundMeasureValu
19115
19126
  /**
19116
19127
  * List of conditions to apply. Conditions are combined with OR logic. Each condition can be either a comparison (e.g., > 100) or a range (e.g., BETWEEN 10 AND 50). If empty, no filtering is applied and all rows are returned.
19117
19128
  */
19118
- 'conditions': Array<AutomationMeasureValueCondition>;
19129
+ 'conditions'?: Array<AutomationMeasureValueCondition>;
19119
19130
  /**
19120
19131
  * References to the attributes to be used when filtering.
19121
19132
  */
@@ -19984,7 +19995,7 @@ export declare interface AutomationDashboardMeasureValueFilter {
19984
19995
  }
19985
19996
 
19986
19997
  export declare interface AutomationDashboardMeasureValueFilterDashboardMeasureValueFilter {
19987
- 'conditions': Array<AutomationDashboardCompoundConditionItem>;
19998
+ 'conditions'?: Array<AutomationDashboardCompoundConditionItem>;
19988
19999
  'dimensionality'?: Array<AutomationIdentifierRef>;
19989
20000
  'localIdentifier'?: string;
19990
20001
  'measure': AutomationIdentifierRef;
@@ -20023,6 +20034,7 @@ export declare interface AutomationDashboardTabularExportRequestV2 {
20023
20034
  'dashboardTabsParametersOverrides'?: {
20024
20035
  [key: string]: Array<AutomationParameterValue>;
20025
20036
  };
20037
+ 'executionSettings'?: AutomationExecutionSettings;
20026
20038
  /**
20027
20039
  * Filename of downloaded file without extension.
20028
20040
  */
@@ -20171,7 +20183,7 @@ export declare type AutomationFilterDefinition = AutomationAbsoluteDateFilter |
20171
20183
  export declare type AutomationFilterDefinitionForSimpleMeasure = AutomationAttributeFilter | AutomationDateFilter;
20172
20184
 
20173
20185
  export declare interface AutomationIdentifierRef {
20174
- 'identifier'?: AutomationIdentifierRefIdentifier;
20186
+ 'identifier': AutomationIdentifierRefIdentifier;
20175
20187
  }
20176
20188
 
20177
20189
  export declare interface AutomationIdentifierRefIdentifier {
@@ -20205,6 +20217,10 @@ export declare interface AutomationImageExportRequest {
20205
20217
  * Metadata definition in free-form JSON format.
20206
20218
  */
20207
20219
  'metadata'?: object | null;
20220
+ /**
20221
+ * Time zone the export should be rendered in, as an IANA identifier (e.g. \'Asia/Kolkata\') or a GMT offset (e.g. \'GMT+01:00\'). When omitted, the workspace time zone setting is used.
20222
+ */
20223
+ 'timezoneId'?: string | null;
20208
20224
  /**
20209
20225
  * List of widget identifiers to be exported. Note that only one widget is currently supported.
20210
20226
  */
@@ -20311,18 +20327,13 @@ export declare type AutomationMeasureDefinition = AutomationArithmeticMeasureDef
20311
20327
  * Metric is a quantity that is calculated from the data.
20312
20328
  */
20313
20329
  export declare interface AutomationMeasureItem {
20314
- 'definition': AutomationMeasureItemDefinition;
20330
+ 'definition': AutomationMeasureDefinition;
20315
20331
  /**
20316
20332
  * Local identifier of the metric. This can be used to reference the metric in other parts of the execution definition.
20317
20333
  */
20318
20334
  'localIdentifier': string;
20319
20335
  }
20320
20336
 
20321
- /**
20322
- * @type AutomationMeasureItemDefinition
20323
- */
20324
- export declare type AutomationMeasureItemDefinition = AutomationArithmeticMeasureDefinition | AutomationInlineMeasureDefinition | AutomationPopDatasetMeasureDefinition | AutomationPopDateMeasureDefinition | AutomationPopMeasureDefinition | AutomationSimpleMeasureDefinition;
20325
-
20326
20337
  /**
20327
20338
  * @type AutomationMeasureValueCondition
20328
20339
  * A condition for filtering by measure value. Can be either a comparison or a range condition.
@@ -20403,6 +20414,12 @@ export declare interface AutomationNotificationFilter {
20403
20414
  'title': string;
20404
20415
  }
20405
20416
 
20417
+ export declare interface AutomationNotificationParameter {
20418
+ 'id': string;
20419
+ 'title'?: string;
20420
+ 'value': string;
20421
+ }
20422
+
20406
20423
  export declare interface AutomationNotifications {
20407
20424
  'data': Array<AutomationNotification>;
20408
20425
  'meta': AutomationNotificationsMeta;
@@ -22686,6 +22703,10 @@ export declare interface AutomationSlidesExportRequest {
22686
22703
  * Export template identifier.
22687
22704
  */
22688
22705
  'templateId'?: string | null;
22706
+ /**
22707
+ * Time zone the export should be rendered in, as an IANA identifier (e.g. \'Asia/Kolkata\') or a GMT offset (e.g. \'GMT+01:00\'). When omitted, the workspace time zone setting is used.
22708
+ */
22709
+ 'timezoneId'?: string | null;
22689
22710
  /**
22690
22711
  * List of visualization ids to be exported. Note that only one visualization is currently supported.
22691
22712
  */
@@ -22764,6 +22785,7 @@ export declare interface AutomationTabularExportRequest {
22764
22785
  * Execution result identifier.
22765
22786
  */
22766
22787
  'executionResult'?: string;
22788
+ 'executionSettings'?: AutomationExecutionSettings;
22767
22789
  /**
22768
22790
  * Pre-executed layers for multi-layer geo visualizations. When provided, this is the canonical source of the exported layers and takes precedence over the top-level executionResult and customOverride, which are ignored. Index 0 is the main layer; each layer carries its own executionResult and customOverride.
22769
22791
  */
@@ -22805,22 +22827,20 @@ export declare type AutomationTabularExportRequestFormatEnum = 'CSV' | 'XLSX' |
22805
22827
  * Request body with notification channel destination to test.
22806
22828
  */
22807
22829
  export declare interface AutomationTestDestinationRequest {
22808
- 'destination': AutomationTestDestinationRequestDestination;
22830
+ 'destination': AutomationNotificationChannelDestination;
22809
22831
  /**
22810
22832
  * External recipients of the test result.
22811
22833
  */
22812
22834
  'externalRecipients'?: Array<AutomationAutomationExternalRecipient> | null;
22813
22835
  }
22814
22836
 
22815
- /**
22816
- * @type AutomationTestDestinationRequestDestination
22817
- */
22818
- export declare type AutomationTestDestinationRequestDestination = AutomationDefaultSmtp | AutomationInPlatform | AutomationSmtp | AutomationWebhook;
22819
-
22820
22837
  export declare interface AutomationTestNotification extends AutomationNotificationContent {
22838
+ 'type': AutomationTestNotificationTypeEnum;
22821
22839
  'message': string;
22822
22840
  }
22823
22841
 
22842
+ export declare type AutomationTestNotificationTypeEnum = 'TEST';
22843
+
22824
22844
  /**
22825
22845
  * Response from notification channel testing.
22826
22846
  */
@@ -22875,6 +22895,10 @@ export declare interface AutomationVisualExportRequest {
22875
22895
  * Metadata definition in free-form JSON format.
22876
22896
  */
22877
22897
  'metadata'?: object;
22898
+ /**
22899
+ * Time zone the export should be rendered in, as an IANA identifier (e.g. \'Asia/Kolkata\') or a GMT offset (e.g. \'GMT+01:00\'). When omitted, the workspace time zone setting is used.
22900
+ */
22901
+ 'timezoneId'?: string | null;
22878
22902
  }
22879
22903
 
22880
22904
  /**
@@ -22931,6 +22955,7 @@ export declare interface AutomationWebhookMessageData {
22931
22955
  'filters'?: Array<AutomationNotificationFilter>;
22932
22956
  'imageExports'?: Array<AutomationExportResult>;
22933
22957
  'notificationSource'?: string;
22958
+ 'parameters'?: Array<AutomationNotificationParameter>;
22934
22959
  'rawExports'?: Array<AutomationExportResult>;
22935
22960
  'recipients'?: Array<AutomationWebhookRecipient>;
22936
22961
  'remainingActionCount'?: number;
@@ -23124,6 +23149,12 @@ export declare interface CacheRemovalInterval {
23124
23149
  'to': string;
23125
23150
  }
23126
23151
 
23152
+ /**
23153
+ * @type CacheRetention
23154
+ * Determines when the cached results coming from a particular data source expire. The shape is selected by the `type` property.
23155
+ */
23156
+ export declare type CacheRetention = IndefiniteCacheRetention | ScheduleCacheRetention | ValidityPeriodCacheRetention;
23157
+
23127
23158
  /**
23128
23159
  * A schedule determining when the cached results of a data source expire.
23129
23160
  */
@@ -23151,6 +23182,16 @@ export declare interface CacheUsageData {
23151
23182
  };
23152
23183
  }
23153
23184
 
23185
+ /**
23186
+ * @type CalendarDefinition
23187
+ * Fiscal calendar definition. The concrete shape is selected by the `type` discriminator.
23188
+ */
23189
+ export declare type CalendarDefinition = ({
23190
+ type: 'custom';
23191
+ } & CustomCalendarDefinition) | ({
23192
+ type: 'fiscalYear';
23193
+ } & FiscalYearCalendarDefinition);
23194
+
23154
23195
  /**
23155
23196
  * A fiscal granularity enabled in a calendar together with its title prefix.
23156
23197
  */
@@ -23289,7 +23330,7 @@ export declare interface ChangeAnalysisParams {
23289
23330
  /**
23290
23331
  * Optional filters to apply
23291
23332
  */
23292
- 'filters': Array<ChangeAnalysisParamsFiltersInner>;
23333
+ 'filters': Array<AfmFilterDefinition>;
23293
23334
  'measure': AfmMeasureItem;
23294
23335
  /**
23295
23336
  * The title of the measure being analyzed
@@ -23305,16 +23346,6 @@ export declare interface ChangeAnalysisParams {
23305
23346
  'useSmartAttributeSelection': boolean;
23306
23347
  }
23307
23348
 
23308
- /**
23309
- * @type ChangeAnalysisParamsFiltersInner
23310
- */
23311
- export declare type ChangeAnalysisParamsFiltersInner = AbstractMeasureValueFilter | AfmFilterDefinitionForSimpleMeasure | AfmInlineFilterDefinition;
23312
-
23313
- /**
23314
- * @type ChangeAnalysisRequestFiltersInner
23315
- */
23316
- export declare type ChangeAnalysisRequestFiltersInner = AbstractMeasureValueFilter | AfmFilterDefinitionForSimpleMeasure | AfmInlineFilterDefinition;
23317
-
23318
23349
  /**
23319
23350
  * Response for change analysis computation
23320
23351
  */
@@ -24004,6 +24035,8 @@ export declare type ColumnOverrideLabelTypeEnum = 'TEXT' | 'HYPERLINK' | 'GEO' |
24004
24035
 
24005
24036
  export declare type ColumnOverrideLdmTypeOverrideEnum = 'FACT' | 'LABEL';
24006
24037
 
24038
+ export declare type ColumnPartitionConfigTypeEnum = 'column';
24039
+
24007
24040
  export declare interface ColumnStatistic {
24008
24041
  'type': ColumnStatisticTypeEnum;
24009
24042
  'value'?: string;
@@ -24142,7 +24175,7 @@ export declare interface CompoundMeasureValueFilterCompoundMeasureValueFilter {
24142
24175
  /**
24143
24176
  * List of conditions to apply. Conditions are combined with OR logic. Each condition can be either a comparison (e.g., > 100) or a range (e.g., BETWEEN 10 AND 50). If empty, no filtering is applied and all rows are returned.
24144
24177
  */
24145
- 'conditions': Array<MeasureValueCondition>;
24178
+ 'conditions'?: Array<MeasureValueCondition>;
24146
24179
  /**
24147
24180
  * References to the attributes to be used when filtering.
24148
24181
  */
@@ -25250,7 +25283,7 @@ export declare interface CreatedVisualization {
25250
25283
  /**
25251
25284
  * @type CreatedVisualizationFiltersInner
25252
25285
  */
25253
- export declare type CreatedVisualizationFiltersInner = AttributeNegativeFilter | AttributePositiveFilter | DateAbsoluteFilter | DateRelativeFilter | AfmRankingFilter;
25286
+ export declare type CreatedVisualizationFiltersInner = AttributeNegativeFilter | AttributePositiveFilter | DateAbsoluteFilter | DateRelativeFilter | GenAiRankingFilter;
25254
25287
 
25255
25288
  /**
25256
25289
  * Visualization definitions created by AI.
@@ -25262,6 +25295,7 @@ export declare interface CreatedVisualizations {
25262
25295
  'objects': Array<CreatedVisualization>;
25263
25296
  /**
25264
25297
  * DEPRECATED: Use top-level reasoning.steps instead. Reasoning from LLM. Description of how and why the answer was generated.
25298
+ * @deprecated
25265
25299
  */
25266
25300
  'reasoning': string;
25267
25301
  /**
@@ -26799,6 +26833,7 @@ export declare interface CustomApplicationSettingControllerApiUpdateEntityCustom
26799
26833
  * Calendar backed by custom fiscal calendar tables defined per data source.
26800
26834
  */
26801
26835
  export declare interface CustomCalendarDefinition {
26836
+ 'type': CustomCalendarDefinitionTypeEnum;
26802
26837
  /**
26803
26838
  * Custom fiscal calendar table per data source ID.
26804
26839
  */
@@ -26807,6 +26842,8 @@ export declare interface CustomCalendarDefinition {
26807
26842
  };
26808
26843
  }
26809
26844
 
26845
+ export declare type CustomCalendarDefinitionTypeEnum = 'custom';
26846
+
26810
26847
  /**
26811
26848
  * CustomGeoCollectionControllerApi - object-oriented interface
26812
26849
  * @export
@@ -27414,7 +27451,7 @@ export declare interface DashboardMeasureValueFilter {
27414
27451
  }
27415
27452
 
27416
27453
  export declare interface DashboardMeasureValueFilterDashboardMeasureValueFilter {
27417
- 'conditions': Array<DashboardCompoundConditionItem>;
27454
+ 'conditions'?: Array<DashboardCompoundConditionItem>;
27418
27455
  'dimensionality'?: Array<IdentifierRef>;
27419
27456
  'localIdentifier'?: string;
27420
27457
  'measure': IdentifierRef;
@@ -28781,6 +28818,7 @@ export declare interface DashboardTabularExportRequestV2 {
28781
28818
  'dashboardTabsParametersOverrides'?: {
28782
28819
  [key: string]: Array<ParameterValue>;
28783
28820
  };
28821
+ 'executionSettings'?: ExecutionSettings;
28784
28822
  /**
28785
28823
  * Filename of downloaded file without extension.
28786
28824
  */
@@ -33412,7 +33450,7 @@ export declare type DeclarativeAutomationStateEnum = 'ACTIVE' | 'PAUSED';
33412
33450
  * A custom fiscal calendar definition.
33413
33451
  */
33414
33452
  export declare interface DeclarativeCalendar {
33415
- 'definition': DeclarativeCalendarDefinition;
33453
+ 'definition': CalendarDefinition;
33416
33454
  /**
33417
33455
  * Calendar description.
33418
33456
  */
@@ -33427,11 +33465,6 @@ export declare interface DeclarativeCalendar {
33427
33465
  'name': string;
33428
33466
  }
33429
33467
 
33430
- /**
33431
- * @type DeclarativeCalendarDefinition
33432
- */
33433
- export declare type DeclarativeCalendarDefinition = CustomCalendarDefinition | FiscalYearCalendarDefinition;
33434
-
33435
33468
  /**
33436
33469
  * Color palette and its properties.
33437
33470
  */
@@ -33667,7 +33700,7 @@ export declare interface DeclarativeDataSource {
33667
33700
  * Type of authentication used to connect to the database.
33668
33701
  */
33669
33702
  'authenticationType'?: DeclarativeDataSourceAuthenticationTypeEnum | null;
33670
- 'cacheRetention'?: DeclarativeDataSourceCacheRetention;
33703
+ 'cacheRetention'?: CacheRetention | null;
33671
33704
  /**
33672
33705
  * Determines how the results coming from a particular datasource should be cached. - ALWAYS: The results from the datasource should be cached normally (the default). - NEVER: The results from the datasource should never be cached.
33673
33706
  */
@@ -33731,11 +33764,6 @@ export declare interface DeclarativeDataSource {
33731
33764
 
33732
33765
  export declare type DeclarativeDataSourceAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'OIDC_PASSTHROUGH';
33733
33766
 
33734
- /**
33735
- * @type DeclarativeDataSourceCacheRetention
33736
- */
33737
- export declare type DeclarativeDataSourceCacheRetention = IndefiniteCacheRetention | ScheduleCacheRetention | ValidityPeriodCacheRetention;
33738
-
33739
33767
  export declare type DeclarativeDataSourceCacheStrategyEnum = 'ALWAYS' | 'NEVER';
33740
33768
 
33741
33769
  export declare type DeclarativeDataSourceDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
@@ -33764,7 +33792,7 @@ export declare interface DeclarativeDataSources {
33764
33792
  'dataSources': Array<DeclarativeDataSource>;
33765
33793
  }
33766
33794
 
33767
- export declare type DeclarativeDataSourceTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
33795
+ export declare type DeclarativeDataSourceTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
33768
33796
 
33769
33797
  /**
33770
33798
  * A date dataset.
@@ -33814,7 +33842,7 @@ export declare interface DeclarativeExportDefinition {
33814
33842
  */
33815
33843
  'modifiedAt'?: string | null;
33816
33844
  'modifiedBy'?: DeclarativeUserIdentifier;
33817
- 'requestPayload'?: DeclarativeExportDefinitionRequestPayload;
33845
+ 'requestPayload'?: ExportRequest;
33818
33846
  /**
33819
33847
  * A list of tags.
33820
33848
  */
@@ -33841,11 +33869,6 @@ export declare interface DeclarativeExportDefinitionIdentifier {
33841
33869
 
33842
33870
  export declare type DeclarativeExportDefinitionIdentifierTypeEnum = 'exportDefinition';
33843
33871
 
33844
- /**
33845
- * @type DeclarativeExportDefinitionRequestPayload
33846
- */
33847
- export declare type DeclarativeExportDefinitionRequestPayload = TabularExportRequest | VisualExportRequest;
33848
-
33849
33872
  /**
33850
33873
  * A declarative form of a particular export template.
33851
33874
  */
@@ -34292,7 +34315,7 @@ export declare interface DeclarativeNotificationChannel {
34292
34315
  * Description of a notification channel.
34293
34316
  */
34294
34317
  'description'?: string;
34295
- 'destination'?: DeclarativeNotificationChannelDestination;
34318
+ 'destination'?: NotificationChannelDestination;
34296
34319
  'destinationType'?: DeclarativeNotificationChannelDestinationTypeEnum | null;
34297
34320
  /**
34298
34321
  * Identifier of a notification channel
@@ -34316,11 +34339,6 @@ export declare type DeclarativeNotificationChannelAllowedRecipientsEnum = 'CREAT
34316
34339
 
34317
34340
  export declare type DeclarativeNotificationChannelDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
34318
34341
 
34319
- /**
34320
- * @type DeclarativeNotificationChannelDestination
34321
- */
34322
- export declare type DeclarativeNotificationChannelDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
34323
-
34324
34342
  export declare type DeclarativeNotificationChannelDestinationTypeEnum = 'WEBHOOK' | 'SMTP' | 'DEFAULT_SMTP' | 'IN_PLATFORM';
34325
34343
 
34326
34344
  /**
@@ -34427,7 +34445,7 @@ export declare interface DeclarativeOrganizationPermission {
34427
34445
  export declare type DeclarativeOrganizationPermissionNameEnum = 'MANAGE' | 'SELF_CREATE_TOKEN' | 'BASE_UI_ACCESS';
34428
34446
 
34429
34447
  export declare interface DeclarativeParameter {
34430
- 'content': DeclarativeParameterContent;
34448
+ 'content': ParameterDefinition;
34431
34449
  /**
34432
34450
  * Time of the entity creation.
34433
34451
  */
@@ -34456,15 +34474,6 @@ export declare interface DeclarativeParameter {
34456
34474
  'title': string;
34457
34475
  }
34458
34476
 
34459
- /**
34460
- * @type DeclarativeParameterContent
34461
- */
34462
- export declare type DeclarativeParameterContent = ({
34463
- type: 'NUMBER';
34464
- } & NumberParameterDefinition) | ({
34465
- type: 'STRING';
34466
- } & StringParameterDefinition);
34467
-
34468
34477
  /**
34469
34478
  * A dataset reference.
34470
34479
  */
@@ -58029,7 +58038,7 @@ export declare interface ExportCompoundMeasureValueFilterCompoundMeasureValueFil
58029
58038
  /**
58030
58039
  * List of conditions to apply. Conditions are combined with OR logic. Each condition can be either a comparison (e.g., > 100) or a range (e.g., BETWEEN 10 AND 50). If empty, no filtering is applied and all rows are returned.
58031
58040
  */
58032
- 'conditions': Array<ExportMeasureValueCondition>;
58041
+ 'conditions'?: Array<ExportMeasureValueCondition>;
58033
58042
  /**
58034
58043
  * References to the attributes to be used when filtering.
58035
58044
  */
@@ -58307,7 +58316,7 @@ export declare interface ExportDashboardMeasureValueFilter {
58307
58316
  }
58308
58317
 
58309
58318
  export declare interface ExportDashboardMeasureValueFilterDashboardMeasureValueFilter {
58310
- 'conditions': Array<ExportDashboardCompoundConditionItem>;
58319
+ 'conditions'?: Array<ExportDashboardCompoundConditionItem>;
58311
58320
  'dimensionality'?: Array<ExportIdentifierRef>;
58312
58321
  'localIdentifier'?: string;
58313
58322
  'measure': ExportIdentifierRef;
@@ -58338,6 +58347,7 @@ export declare interface ExportDashboardTabularExportRequest {
58338
58347
  'dashboardTabsParametersOverrides'?: {
58339
58348
  [key: string]: Array<ExportParameterValue>;
58340
58349
  };
58350
+ 'executionSettings'?: ExportExecutionSettings;
58341
58351
  /**
58342
58352
  * Filename of downloaded file without extension.
58343
58353
  */
@@ -59615,7 +59625,7 @@ export declare interface ExportGetSlidesExport202ResponseInner1 {
59615
59625
  }
59616
59626
 
59617
59627
  export declare interface ExportIdentifierRef {
59618
- 'identifier'?: ExportIdentifierRefIdentifier;
59628
+ 'identifier': ExportIdentifierRefIdentifier;
59619
59629
  }
59620
59630
 
59621
59631
  export declare interface ExportIdentifierRefIdentifier {
@@ -59645,6 +59655,10 @@ export declare interface ExportImageExportRequest {
59645
59655
  * Metadata definition in free-form JSON format.
59646
59656
  */
59647
59657
  'metadata'?: object | null;
59658
+ /**
59659
+ * Time zone the export should be rendered in, as an IANA identifier (e.g. \'Asia/Kolkata\') or a GMT offset (e.g. \'GMT+01:00\'). When omitted, the workspace time zone setting is used.
59660
+ */
59661
+ 'timezoneId'?: string | null;
59648
59662
  /**
59649
59663
  * List of widget identifiers to be exported. Note that only one widget is currently supported.
59650
59664
  */
@@ -60206,6 +60220,10 @@ export declare interface ExportSlidesExportRequest {
60206
60220
  * Export template identifier.
60207
60221
  */
60208
60222
  'templateId'?: string | null;
60223
+ /**
60224
+ * Time zone the export should be rendered in, as an IANA identifier (e.g. \'Asia/Kolkata\') or a GMT offset (e.g. \'GMT+01:00\'). When omitted, the workspace time zone setting is used.
60225
+ */
60226
+ 'timezoneId'?: string | null;
60209
60227
  /**
60210
60228
  * List of visualization ids to be exported. Note that only one visualization is currently supported.
60211
60229
  */
@@ -60242,6 +60260,7 @@ export declare interface ExportTabularExportRequest {
60242
60260
  * Execution result identifier.
60243
60261
  */
60244
60262
  'executionResult'?: string;
60263
+ 'executionSettings'?: ExportExecutionSettings;
60245
60264
  /**
60246
60265
  * Pre-executed layers for multi-layer geo visualizations. When provided, this is the canonical source of the exported layers and takes precedence over the top-level executionResult and customOverride, which are ignored. Index 0 is the main layer; each layer carries its own executionResult and customOverride.
60247
60266
  */
@@ -61415,6 +61434,10 @@ export declare interface ExportVisualExportRequest {
61415
61434
  * Metadata definition in free-form JSON format.
61416
61435
  */
61417
61436
  'metadata'?: object;
61437
+ /**
61438
+ * Time zone the export should be rendered in, as an IANA identifier (e.g. \'Asia/Kolkata\') or a GMT offset (e.g. \'GMT+01:00\'). When omitted, the workspace time zone setting is used.
61439
+ */
61440
+ 'timezoneId'?: string | null;
61418
61441
  }
61419
61442
 
61420
61443
  /**
@@ -64939,12 +64962,15 @@ export declare interface FilterViewsApiUpdateEntityFilterViewsRequest {
64939
64962
  * Algorithmic fiscal calendar derived by shifting the Gregorian year start.
64940
64963
  */
64941
64964
  export declare interface FiscalYearCalendarDefinition {
64965
+ 'type': FiscalYearCalendarDefinitionTypeEnum;
64942
64966
  /**
64943
64967
  * Number of months the fiscal year start is shifted relative to the Gregorian year.
64944
64968
  */
64945
64969
  'monthOffset': number;
64946
64970
  }
64947
64971
 
64972
+ export declare type FiscalYearCalendarDefinitionTypeEnum = 'fiscalYear';
64973
+
64948
64974
  /**
64949
64975
  * Forecast configuration.
64950
64976
  */
@@ -64996,6 +65022,7 @@ export declare interface FoundObjects {
64996
65022
  'objects': Array<SearchResultObject>;
64997
65023
  /**
64998
65024
  * DEPRECATED: Use top-level reasoning.steps instead. Reasoning from LLM. Description of how and why the answer was generated.
65025
+ * @deprecated
64999
65026
  */
65000
65027
  'reasoning': string;
65001
65028
  }
@@ -65213,6 +65240,15 @@ export declare type GenAiApiTrendingObjectsRequest = {
65213
65240
  readonly workspaceId: string;
65214
65241
  };
65215
65242
 
65243
+ export declare interface GenAiRankingFilter {
65244
+ 'dimensionality'?: Array<string>;
65245
+ 'measures': Array<string>;
65246
+ 'operator': GenAiRankingFilterOperatorEnum;
65247
+ 'value': number;
65248
+ }
65249
+
65250
+ export declare type GenAiRankingFilterOperatorEnum = 'TOP' | 'BOTTOM';
65251
+
65216
65252
  export declare interface GenerateDescriptionRequest {
65217
65253
  /**
65218
65254
  * Identifier of the object to describe
@@ -66380,7 +66416,7 @@ export declare interface IdentifierDuplications {
66380
66416
  export declare type IdentifierDuplicationsTypeEnum = 'analyticalDashboard' | 'attribute' | 'dashboardPlugin' | 'dataset' | 'fact' | 'label' | 'metric' | 'prompt' | 'visualizationObject' | 'filterContext' | 'workspaceDataFilter' | 'workspaceDataFilterSettings';
66381
66417
 
66382
66418
  export declare interface IdentifierRef {
66383
- 'identifier'?: IdentifierRefIdentifier;
66419
+ 'identifier': IdentifierRefIdentifier;
66384
66420
  }
66385
66421
 
66386
66422
  export declare interface IdentifierRefIdentifier {
@@ -67645,6 +67681,10 @@ export declare interface ImageExportRequest {
67645
67681
  * Free-form JSON object
67646
67682
  */
67647
67683
  'metadata'?: object | null;
67684
+ /**
67685
+ * Time zone the export should be rendered in, as an IANA identifier (e.g. \'Asia/Kolkata\') or a GMT offset (e.g. \'GMT+01:00\'). When omitted, the workspace time zone setting is used.
67686
+ */
67687
+ 'timezoneId'?: string | null;
67648
67688
  /**
67649
67689
  * List of widget identifiers to be exported. Note that only one widget is currently supported.
67650
67690
  */
@@ -72084,7 +72124,7 @@ export declare interface JsonApiDataSourceIdentifierOutAttributes {
72084
72124
  'type': JsonApiDataSourceIdentifierOutAttributesTypeEnum;
72085
72125
  }
72086
72126
 
72087
- export declare type JsonApiDataSourceIdentifierOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
72127
+ export declare type JsonApiDataSourceIdentifierOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
72088
72128
 
72089
72129
  export declare interface JsonApiDataSourceIdentifierOutDocument {
72090
72130
  'data': JsonApiDataSourceIdentifierOut;
@@ -72231,7 +72271,7 @@ export declare interface JsonApiDataSourceInAttributesParametersInner {
72231
72271
  'value': string;
72232
72272
  }
72233
72273
 
72234
- export declare type JsonApiDataSourceInAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
72274
+ export declare type JsonApiDataSourceInAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
72235
72275
 
72236
72276
  export declare interface JsonApiDataSourceInDocument {
72237
72277
  'data': JsonApiDataSourceIn;
@@ -72333,7 +72373,7 @@ export declare interface JsonApiDataSourceOutAttributesParametersInner {
72333
72373
  'value': string;
72334
72374
  }
72335
72375
 
72336
- export declare type JsonApiDataSourceOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
72376
+ export declare type JsonApiDataSourceOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
72337
72377
 
72338
72378
  export declare interface JsonApiDataSourceOutDocument {
72339
72379
  'data': JsonApiDataSourceOut;
@@ -72480,7 +72520,7 @@ export declare interface JsonApiDataSourcePatchAttributesParametersInner {
72480
72520
  'value': string;
72481
72521
  }
72482
72522
 
72483
- export declare type JsonApiDataSourcePatchAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
72523
+ export declare type JsonApiDataSourcePatchAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
72484
72524
 
72485
72525
  export declare interface JsonApiDataSourcePatchDocument {
72486
72526
  'data': JsonApiDataSourcePatch;
@@ -85827,14 +85867,9 @@ export declare interface ListLinks {
85827
85867
  }
85828
85868
 
85829
85869
  export declare interface ListLlmProviderModelsRequest {
85830
- 'providerConfig': ListLlmProviderModelsRequestProviderConfig;
85870
+ 'providerConfig': LlmProviderConfig;
85831
85871
  }
85832
85872
 
85833
- /**
85834
- * @type ListLlmProviderModelsRequestProviderConfig
85835
- */
85836
- export declare type ListLlmProviderModelsRequestProviderConfig = AfmAnthropicProviderConfig | AfmAwsBedrockProviderConfig | AfmAzureFoundryProviderConfig | AfmOpenAIProviderConfig;
85837
-
85838
85873
  export declare interface ListLlmProviderModelsResponse {
85839
85874
  /**
85840
85875
  * Message about the listing result.
@@ -86055,9 +86090,11 @@ export declare interface LlmModel {
86055
86090
 
86056
86091
  export declare type LlmModelFamilyEnum = 'OPENAI' | 'ANTHROPIC' | 'META' | 'MISTRAL' | 'AMAZON' | 'GOOGLE' | 'COHERE' | 'UNKNOWN';
86057
86092
 
86058
- export declare interface LlmProviderAuth {
86059
- 'type': string;
86060
- }
86093
+ /**
86094
+ * @type LlmProviderConfig
86095
+ * Provider configuration overrides.
86096
+ */
86097
+ export declare type LlmProviderConfig = AfmAnthropicProviderConfig | AfmAwsBedrockProviderConfig | AfmAzureFoundryProviderConfig | AfmOpenAIProviderConfig;
86061
86098
 
86062
86099
  /**
86063
86100
  * LlmProviderControllerApi - object-oriented interface
@@ -87164,11 +87201,6 @@ export declare interface MatchAttributeFilterMatchAttributeFilter {
87164
87201
 
87165
87202
  export declare type MatchAttributeFilterMatchAttributeFilterMatchTypeEnum = 'STARTS_WITH' | 'ENDS_WITH' | 'CONTAINS';
87166
87203
 
87167
- /**
87168
- * @type AutomationAlertCondition
87169
- */
87170
- export declare type MdAutomationAlertCondition = AnomalyDetectionWrapper | ComparisonWrapper | RangeWrapper | RelativeWrapper;
87171
-
87172
87204
  /**
87173
87205
  * @type MeasureDefinition
87174
87206
  * Abstract metric definition type
@@ -89509,7 +89541,7 @@ export declare interface Note {
89509
89541
  export declare type NoteAppliesToEnum = 'SOURCE' | 'TARGET';
89510
89542
 
89511
89543
  export declare interface Notes {
89512
- 'note'?: Array<Note>;
89544
+ 'note': Array<Note>;
89513
89545
  }
89514
89546
 
89515
89547
  /**
@@ -93307,7 +93339,7 @@ export declare interface OutlierDetectionRequest {
93307
93339
  /**
93308
93340
  * Various filter types to filter the execution result.
93309
93341
  */
93310
- 'filters': Array<OutlierDetectionRequestFiltersInner>;
93342
+ 'filters'?: Array<AfmFilterDefinition>;
93311
93343
  /**
93312
93344
  * Date granularity for anomaly detection. Only time-based granularities are supported (HOUR, DAY, WEEK, MONTH, QUARTER, YEAR).
93313
93345
  */
@@ -93319,11 +93351,6 @@ export declare interface OutlierDetectionRequest {
93319
93351
  'sensitivity': OutlierDetectionRequestSensitivityEnum;
93320
93352
  }
93321
93353
 
93322
- /**
93323
- * @type OutlierDetectionRequestFiltersInner
93324
- */
93325
- export declare type OutlierDetectionRequestFiltersInner = AbstractMeasureValueFilter | AfmFilterDefinitionForSimpleMeasure | AfmInlineFilterDefinition;
93326
-
93327
93354
  export declare type OutlierDetectionRequestGranularityEnum = 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'QUARTER' | 'YEAR';
93328
93355
 
93329
93356
  export declare type OutlierDetectionRequestSensitivityEnum = 'LOW' | 'MEDIUM' | 'HIGH';
@@ -93986,6 +94013,16 @@ export declare interface ParameterControllerApiUpdateEntityParametersRequest {
93986
94013
  readonly include?: Array<'userIdentifiers' | 'createdBy' | 'modifiedBy' | 'ALL'>;
93987
94014
  }
93988
94015
 
94016
+ /**
94017
+ * @type ParameterDefinition
94018
+ * Parameter content (type-discriminated).
94019
+ */
94020
+ export declare type ParameterDefinition = ({
94021
+ type: 'NUMBER';
94022
+ } & NumberParameterDefinition) | ({
94023
+ type: 'STRING';
94024
+ } & StringParameterDefinition);
94025
+
93989
94026
  /**
93990
94027
  * (EXPERIMENTAL) Parameter value for this execution.
93991
94028
  */
@@ -98106,6 +98143,7 @@ export declare interface SearchResult {
98106
98143
  'error'?: SearchErrorInfo;
98107
98144
  /**
98108
98145
  * DEPRECATED: Use top-level reasoning.steps instead. If something is not working properly this field will contain explanation.
98146
+ * @deprecated
98109
98147
  */
98110
98148
  'reasoning': string;
98111
98149
  'relationships': Array<SearchRelationshipObject>;
@@ -98556,6 +98594,10 @@ export declare interface SlidesExportRequest {
98556
98594
  * Export template identifier.
98557
98595
  */
98558
98596
  'templateId'?: string | null;
98597
+ /**
98598
+ * Time zone the export should be rendered in, as an IANA identifier (e.g. \'Asia/Kolkata\') or a GMT offset (e.g. \'GMT+01:00\'). When omitted, the workspace time zone setting is used.
98599
+ */
98600
+ 'timezoneId'?: string | null;
98559
98601
  /**
98560
98602
  * List of visualization ids to be exported. Note that only one visualization is currently supported.
98561
98603
  */
@@ -99128,6 +99170,7 @@ export declare interface TabularExportRequest {
99128
99170
  * Execution result identifier.
99129
99171
  */
99130
99172
  'executionResult'?: string;
99173
+ 'executionSettings'?: ExecutionSettings;
99131
99174
  /**
99132
99175
  * Pre-executed layers for multi-layer geo visualizations. When provided, this is the canonical source of the exported layers and takes precedence over the top-level executionResult and customOverride, which are ignored. Index 0 is the main layer; each layer carries its own executionResult and customOverride.
99133
99176
  */
@@ -99218,34 +99261,24 @@ export declare interface TestDefinitionRequest {
99218
99261
 
99219
99262
  export declare type TestDefinitionRequestAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'OIDC_PASSTHROUGH';
99220
99263
 
99221
- export declare type TestDefinitionRequestTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
99264
+ export declare type TestDefinitionRequestTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
99222
99265
 
99223
99266
  export declare interface TestLlmProviderByIdRequest {
99224
99267
  /**
99225
99268
  * Models overrides.
99226
99269
  */
99227
99270
  'models'?: Array<LlmModel>;
99228
- 'providerConfig'?: TestLlmProviderByIdRequestProviderConfig;
99271
+ 'providerConfig'?: LlmProviderConfig;
99229
99272
  }
99230
99273
 
99231
- /**
99232
- * @type TestLlmProviderByIdRequestProviderConfig
99233
- */
99234
- export declare type TestLlmProviderByIdRequestProviderConfig = AfmAnthropicProviderConfig | AfmAwsBedrockProviderConfig | AfmAzureFoundryProviderConfig | AfmOpenAIProviderConfig;
99235
-
99236
99274
  export declare interface TestLlmProviderDefinitionRequest {
99237
99275
  /**
99238
99276
  * Models to test.
99239
99277
  */
99240
99278
  'models'?: Array<LlmModel>;
99241
- 'providerConfig': TestLlmProviderDefinitionRequestProviderConfig;
99279
+ 'providerConfig': LlmProviderConfig;
99242
99280
  }
99243
99281
 
99244
- /**
99245
- * @type TestLlmProviderDefinitionRequestProviderConfig
99246
- */
99247
- export declare type TestLlmProviderDefinitionRequestProviderConfig = AfmAnthropicProviderConfig | AfmAwsBedrockProviderConfig | AfmAzureFoundryProviderConfig | AfmOpenAIProviderConfig;
99248
-
99249
99282
  export declare interface TestLlmProviderResponse {
99250
99283
  /**
99251
99284
  * Per-model test results.
@@ -103369,7 +103402,7 @@ export declare function UserManagementApiAxiosParamCreator_ListWorkspaceUserGrou
103369
103402
  * @param {string} workspaceId
103370
103403
  * @param {number} [page] Zero-based page index (0..N)
103371
103404
  * @param {number} [size] The size of the page to be returned.
103372
- * @param {string} [name] Filter by user name. Note that user name is case insensitive.
103405
+ * @param {string} [name] Filter by user name, email or login (user ID). Note that the filter is case insensitive.
103373
103406
  * @param {*} [options] Override http request option.
103374
103407
  * @param {Configuration} [configuration] Optional configuration.
103375
103408
  * @throws {RequiredError}
@@ -103737,7 +103770,7 @@ export declare interface UserManagementApiListWorkspaceUsersRequest {
103737
103770
  */
103738
103771
  readonly size?: number;
103739
103772
  /**
103740
- * Filter by user name. Note that user name is case insensitive.
103773
+ * Filter by user name, email or login (user ID). Note that the filter is case insensitive.
103741
103774
  * @type {string}
103742
103775
  * @memberof UserManagementApiListWorkspaceUsers
103743
103776
  */
@@ -105761,6 +105794,10 @@ export declare interface VisualExportRequest {
105761
105794
  * Metadata definition in free-form JSON format.
105762
105795
  */
105763
105796
  'metadata'?: object;
105797
+ /**
105798
+ * Time zone the export should be rendered in, as an IANA identifier (e.g. \'Asia/Kolkata\') or a GMT offset (e.g. \'GMT+01:00\'). When omitted, the workspace time zone setting is used.
105799
+ */
105800
+ 'timezoneId'?: string | null;
105764
105801
  }
105765
105802
 
105766
105803
  /**
@@ -107164,17 +107201,12 @@ export declare interface WhatIfScenarioItem {
107164
107201
  * Descriptor for a widget on the dashboard.
107165
107202
  */
107166
107203
  export declare interface WidgetDescriptor {
107167
- 'filters'?: Array<WidgetDescriptorFiltersInner>;
107204
+ 'filters'?: Array<AfmFilterDefinition>;
107168
107205
  'title': string;
107169
107206
  'widgetId': string;
107170
107207
  'widgetType': string;
107171
107208
  }
107172
107209
 
107173
- /**
107174
- * @type WidgetDescriptorFiltersInner
107175
- */
107176
- export declare type WidgetDescriptorFiltersInner = AbstractMeasureValueFilter | AfmFilterDefinitionForSimpleMeasure | AfmInlineFilterDefinition;
107177
-
107178
107210
  /**
107179
107211
  * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
107180
107212
  */
@@ -112456,7 +112488,7 @@ export declare interface WorkspaceWidgetSlidesTemplate {
112456
112488
  export declare type WorkspaceWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
112457
112489
 
112458
112490
  export declare interface Xliff {
112459
- 'file'?: Array<any>;
112491
+ 'file': Array<any>;
112460
112492
  'otherAttributes'?: {
112461
112493
  [key: string]: string;
112462
112494
  };