@gooddata/api-client-tiger 11.24.0-alpha.1 → 11.24.0-alpha.3

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.
@@ -2099,7 +2099,7 @@ export interface DeclarativeSetting {
2099
2099
  */
2100
2100
  'type'?: DeclarativeSettingTypeEnum;
2101
2101
  }
2102
- export type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
2102
+ export type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
2103
2103
  export interface DeclarativeSingleWorkspacePermission {
2104
2104
  /**
2105
2105
  * Permission name.
@@ -2962,7 +2962,7 @@ export type JsonApiAggregatedFactOutIncludes = JsonApiDatasetOutWithLinks | Json
2962
2962
  export interface JsonApiAggregatedFactOutList {
2963
2963
  'data': Array<JsonApiAggregatedFactOutWithLinks>;
2964
2964
  'links'?: ListLinks;
2965
- 'meta'?: JsonApiApiTokenOutListMeta;
2965
+ 'meta'?: JsonApiColorPaletteOutListMeta;
2966
2966
  /**
2967
2967
  * Included resources
2968
2968
  */
@@ -3002,23 +3002,9 @@ export interface JsonApiAnalyticalDashboardIn {
3002
3002
  * API identifier of an object
3003
3003
  */
3004
3004
  'id': string;
3005
- 'attributes': JsonApiAnalyticalDashboardInAttributes;
3005
+ 'attributes': JsonApiAnalyticalDashboardPostOptionalIdAttributes;
3006
3006
  }
3007
3007
  export type JsonApiAnalyticalDashboardInTypeEnum = 'analyticalDashboard';
3008
- export interface JsonApiAnalyticalDashboardInAttributes {
3009
- 'title'?: string;
3010
- 'description'?: string;
3011
- 'tags'?: Array<string>;
3012
- 'areRelationsValid'?: boolean;
3013
- /**
3014
- * Free-form JSON content. Maximum supported length is 250000 characters.
3015
- */
3016
- 'content': object;
3017
- /**
3018
- * AI-generated summary of the dashboard content
3019
- */
3020
- 'summary'?: string;
3021
- }
3022
3008
  export interface JsonApiAnalyticalDashboardInDocument {
3023
3009
  'data': JsonApiAnalyticalDashboardIn;
3024
3010
  }
@@ -3100,7 +3086,7 @@ export type JsonApiAnalyticalDashboardOutIncludes = JsonApiAnalyticalDashboardOu
3100
3086
  export interface JsonApiAnalyticalDashboardOutList {
3101
3087
  'data': Array<JsonApiAnalyticalDashboardOutWithLinks>;
3102
3088
  'links'?: ListLinks;
3103
- 'meta'?: JsonApiApiTokenOutListMeta;
3089
+ 'meta'?: JsonApiColorPaletteOutListMeta;
3104
3090
  /**
3105
3091
  * Included resources
3106
3092
  */
@@ -3216,9 +3202,23 @@ export interface JsonApiAnalyticalDashboardPostOptionalId {
3216
3202
  * API identifier of an object
3217
3203
  */
3218
3204
  'id'?: string;
3219
- 'attributes': JsonApiAnalyticalDashboardInAttributes;
3205
+ 'attributes': JsonApiAnalyticalDashboardPostOptionalIdAttributes;
3220
3206
  }
3221
3207
  export type JsonApiAnalyticalDashboardPostOptionalIdTypeEnum = 'analyticalDashboard';
3208
+ export interface JsonApiAnalyticalDashboardPostOptionalIdAttributes {
3209
+ 'title'?: string;
3210
+ 'description'?: string;
3211
+ 'tags'?: Array<string>;
3212
+ 'areRelationsValid'?: boolean;
3213
+ /**
3214
+ * Free-form JSON content. Maximum supported length is 250000 characters.
3215
+ */
3216
+ 'content': object;
3217
+ /**
3218
+ * AI-generated summary of the dashboard content
3219
+ */
3220
+ 'summary'?: string;
3221
+ }
3222
3222
  export interface JsonApiAnalyticalDashboardPostOptionalIdDocument {
3223
3223
  'data': JsonApiAnalyticalDashboardPostOptionalId;
3224
3224
  }
@@ -3270,10 +3270,7 @@ export interface JsonApiApiTokenOutDocument {
3270
3270
  export interface JsonApiApiTokenOutList {
3271
3271
  'data': Array<JsonApiApiTokenOutWithLinks>;
3272
3272
  'links'?: ListLinks;
3273
- 'meta'?: JsonApiApiTokenOutListMeta;
3274
- }
3275
- export interface JsonApiApiTokenOutListMeta {
3276
- 'page'?: PageMetadata;
3273
+ 'meta'?: JsonApiColorPaletteOutListMeta;
3277
3274
  }
3278
3275
  export interface JsonApiApiTokenOutWithLinks {
3279
3276
  /**
@@ -3367,7 +3364,7 @@ export type JsonApiAttributeHierarchyOutIncludes = JsonApiAttributeOutWithLinks
3367
3364
  export interface JsonApiAttributeHierarchyOutList {
3368
3365
  'data': Array<JsonApiAttributeHierarchyOutWithLinks>;
3369
3366
  'links'?: ListLinks;
3370
- 'meta'?: JsonApiApiTokenOutListMeta;
3367
+ 'meta'?: JsonApiColorPaletteOutListMeta;
3371
3368
  /**
3372
3369
  * Included resources
3373
3370
  */
@@ -3482,7 +3479,7 @@ export type JsonApiAttributeOutIncludes = JsonApiAttributeHierarchyOutWithLinks
3482
3479
  export interface JsonApiAttributeOutList {
3483
3480
  'data': Array<JsonApiAttributeOutWithLinks>;
3484
3481
  'links'?: ListLinks;
3485
- 'meta'?: JsonApiApiTokenOutListMeta;
3482
+ 'meta'?: JsonApiColorPaletteOutListMeta;
3486
3483
  /**
3487
3484
  * Included resources
3488
3485
  */
@@ -3651,7 +3648,7 @@ export type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLink
3651
3648
  export interface JsonApiAutomationOutList {
3652
3649
  'data': Array<JsonApiAutomationOutWithLinks>;
3653
3650
  'links'?: ListLinks;
3654
- 'meta'?: JsonApiApiTokenOutListMeta;
3651
+ 'meta'?: JsonApiColorPaletteOutListMeta;
3655
3652
  /**
3656
3653
  * Included resources
3657
3654
  */
@@ -3870,7 +3867,7 @@ export type JsonApiAutomationResultOutAttributesStatusEnum = 'SUCCESS' | 'FAILED
3870
3867
  export interface JsonApiAutomationResultOutList {
3871
3868
  'data': Array<JsonApiAutomationResultOutWithLinks>;
3872
3869
  'links'?: ListLinks;
3873
- 'meta'?: JsonApiApiTokenOutListMeta;
3870
+ 'meta'?: JsonApiColorPaletteOutListMeta;
3874
3871
  /**
3875
3872
  * Included resources
3876
3873
  */
@@ -3943,7 +3940,10 @@ export interface JsonApiColorPaletteOutDocument {
3943
3940
  export interface JsonApiColorPaletteOutList {
3944
3941
  'data': Array<JsonApiColorPaletteOutWithLinks>;
3945
3942
  'links'?: ListLinks;
3946
- 'meta'?: JsonApiApiTokenOutListMeta;
3943
+ 'meta'?: JsonApiColorPaletteOutListMeta;
3944
+ }
3945
+ export interface JsonApiColorPaletteOutListMeta {
3946
+ 'page'?: PageMetadata;
3947
3947
  }
3948
3948
  export interface JsonApiColorPaletteOutWithLinks {
3949
3949
  /**
@@ -4091,7 +4091,7 @@ export interface JsonApiCspDirectiveOutDocument {
4091
4091
  export interface JsonApiCspDirectiveOutList {
4092
4092
  'data': Array<JsonApiCspDirectiveOutWithLinks>;
4093
4093
  'links'?: ListLinks;
4094
- 'meta'?: JsonApiApiTokenOutListMeta;
4094
+ 'meta'?: JsonApiColorPaletteOutListMeta;
4095
4095
  }
4096
4096
  export interface JsonApiCspDirectiveOutWithLinks {
4097
4097
  /**
@@ -4178,7 +4178,7 @@ export interface JsonApiCustomApplicationSettingOutDocument {
4178
4178
  export interface JsonApiCustomApplicationSettingOutList {
4179
4179
  'data': Array<JsonApiCustomApplicationSettingOutWithLinks>;
4180
4180
  'links'?: ListLinks;
4181
- 'meta'?: JsonApiApiTokenOutListMeta;
4181
+ 'meta'?: JsonApiColorPaletteOutListMeta;
4182
4182
  }
4183
4183
  export interface JsonApiCustomApplicationSettingOutWithLinks {
4184
4184
  /**
@@ -4284,7 +4284,7 @@ export interface JsonApiCustomGeoCollectionOutDocument {
4284
4284
  export interface JsonApiCustomGeoCollectionOutList {
4285
4285
  'data': Array<JsonApiCustomGeoCollectionOutWithLinks>;
4286
4286
  'links'?: ListLinks;
4287
- 'meta'?: JsonApiApiTokenOutListMeta;
4287
+ 'meta'?: JsonApiColorPaletteOutListMeta;
4288
4288
  }
4289
4289
  export interface JsonApiCustomGeoCollectionOutWithLinks {
4290
4290
  /**
@@ -4392,7 +4392,7 @@ export interface JsonApiDashboardPluginOutDocument {
4392
4392
  export interface JsonApiDashboardPluginOutList {
4393
4393
  'data': Array<JsonApiDashboardPluginOutWithLinks>;
4394
4394
  'links'?: ListLinks;
4395
- 'meta'?: JsonApiApiTokenOutListMeta;
4395
+ 'meta'?: JsonApiColorPaletteOutListMeta;
4396
4396
  /**
4397
4397
  * Included resources
4398
4398
  */
@@ -4495,7 +4495,7 @@ export interface JsonApiDataSourceIdentifierOutDocument {
4495
4495
  export interface JsonApiDataSourceIdentifierOutList {
4496
4496
  'data': Array<JsonApiDataSourceIdentifierOutWithLinks>;
4497
4497
  'links'?: ListLinks;
4498
- 'meta'?: JsonApiApiTokenOutListMeta;
4498
+ 'meta'?: JsonApiColorPaletteOutListMeta;
4499
4499
  }
4500
4500
  export interface JsonApiDataSourceIdentifierOutMeta {
4501
4501
  /**
@@ -4675,7 +4675,7 @@ export interface JsonApiDataSourceOutDocument {
4675
4675
  export interface JsonApiDataSourceOutList {
4676
4676
  'data': Array<JsonApiDataSourceOutWithLinks>;
4677
4677
  'links'?: ListLinks;
4678
- 'meta'?: JsonApiApiTokenOutListMeta;
4678
+ 'meta'?: JsonApiColorPaletteOutListMeta;
4679
4679
  }
4680
4680
  export interface JsonApiDataSourceOutWithLinks {
4681
4681
  /**
@@ -4862,7 +4862,7 @@ export type JsonApiDatasetOutIncludes = JsonApiAggregatedFactOutWithLinks | Json
4862
4862
  export interface JsonApiDatasetOutList {
4863
4863
  'data': Array<JsonApiDatasetOutWithLinks>;
4864
4864
  'links'?: ListLinks;
4865
- 'meta'?: JsonApiApiTokenOutListMeta;
4865
+ 'meta'?: JsonApiColorPaletteOutListMeta;
4866
4866
  /**
4867
4867
  * Included resources
4868
4868
  */
@@ -4949,7 +4949,7 @@ export interface JsonApiEntitlementOutDocument {
4949
4949
  export interface JsonApiEntitlementOutList {
4950
4950
  'data': Array<JsonApiEntitlementOutWithLinks>;
4951
4951
  'links'?: ListLinks;
4952
- 'meta'?: JsonApiApiTokenOutListMeta;
4952
+ 'meta'?: JsonApiColorPaletteOutListMeta;
4953
4953
  }
4954
4954
  export interface JsonApiEntitlementOutWithLinks {
4955
4955
  /**
@@ -5046,7 +5046,7 @@ export type JsonApiExportDefinitionOutIncludes = JsonApiAnalyticalDashboardOutWi
5046
5046
  export interface JsonApiExportDefinitionOutList {
5047
5047
  'data': Array<JsonApiExportDefinitionOutWithLinks>;
5048
5048
  'links'?: ListLinks;
5049
- 'meta'?: JsonApiApiTokenOutListMeta;
5049
+ 'meta'?: JsonApiColorPaletteOutListMeta;
5050
5050
  /**
5051
5051
  * Included resources
5052
5052
  */
@@ -5205,7 +5205,7 @@ export interface JsonApiExportTemplateOutDocument {
5205
5205
  export interface JsonApiExportTemplateOutList {
5206
5206
  'data': Array<JsonApiExportTemplateOutWithLinks>;
5207
5207
  'links'?: ListLinks;
5208
- 'meta'?: JsonApiApiTokenOutListMeta;
5208
+ 'meta'?: JsonApiColorPaletteOutListMeta;
5209
5209
  }
5210
5210
  export interface JsonApiExportTemplateOutWithLinks {
5211
5211
  /**
@@ -5315,7 +5315,7 @@ export interface JsonApiFactOutDocument {
5315
5315
  export interface JsonApiFactOutList {
5316
5316
  'data': Array<JsonApiFactOutWithLinks>;
5317
5317
  'links'?: ListLinks;
5318
- 'meta'?: JsonApiApiTokenOutListMeta;
5318
+ 'meta'?: JsonApiColorPaletteOutListMeta;
5319
5319
  /**
5320
5320
  * Included resources
5321
5321
  */
@@ -5428,7 +5428,7 @@ export type JsonApiFilterContextOutIncludes = JsonApiAttributeOutWithLinks | Jso
5428
5428
  export interface JsonApiFilterContextOutList {
5429
5429
  'data': Array<JsonApiFilterContextOutWithLinks>;
5430
5430
  'links'?: ListLinks;
5431
- 'meta'?: JsonApiApiTokenOutListMeta;
5431
+ 'meta'?: JsonApiColorPaletteOutListMeta;
5432
5432
  /**
5433
5433
  * Included resources
5434
5434
  */
@@ -5567,7 +5567,7 @@ export type JsonApiFilterViewOutIncludes = JsonApiAnalyticalDashboardOutWithLink
5567
5567
  export interface JsonApiFilterViewOutList {
5568
5568
  'data': Array<JsonApiFilterViewOutWithLinks>;
5569
5569
  'links'?: ListLinks;
5570
- 'meta'?: JsonApiApiTokenOutListMeta;
5570
+ 'meta'?: JsonApiColorPaletteOutListMeta;
5571
5571
  /**
5572
5572
  * Included resources
5573
5573
  */
@@ -5772,7 +5772,7 @@ export interface JsonApiIdentityProviderOutDocument {
5772
5772
  export interface JsonApiIdentityProviderOutList {
5773
5773
  'data': Array<JsonApiIdentityProviderOutWithLinks>;
5774
5774
  'links'?: ListLinks;
5775
- 'meta'?: JsonApiApiTokenOutListMeta;
5775
+ 'meta'?: JsonApiColorPaletteOutListMeta;
5776
5776
  }
5777
5777
  export interface JsonApiIdentityProviderOutWithLinks {
5778
5778
  /**
@@ -5851,7 +5851,7 @@ export interface JsonApiJwkOutDocument {
5851
5851
  export interface JsonApiJwkOutList {
5852
5852
  'data': Array<JsonApiJwkOutWithLinks>;
5853
5853
  'links'?: ListLinks;
5854
- 'meta'?: JsonApiApiTokenOutListMeta;
5854
+ 'meta'?: JsonApiColorPaletteOutListMeta;
5855
5855
  }
5856
5856
  export interface JsonApiJwkOutWithLinks {
5857
5857
  /**
@@ -5896,83 +5896,13 @@ export interface JsonApiKnowledgeRecommendationIn {
5896
5896
  * API identifier of an object
5897
5897
  */
5898
5898
  'id': string;
5899
- 'attributes': JsonApiKnowledgeRecommendationInAttributes;
5900
- 'relationships': JsonApiKnowledgeRecommendationInRelationships;
5899
+ 'attributes': JsonApiKnowledgeRecommendationPostOptionalIdAttributes;
5900
+ 'relationships': JsonApiKnowledgeRecommendationPostOptionalIdRelationships;
5901
5901
  }
5902
5902
  export type JsonApiKnowledgeRecommendationInTypeEnum = 'knowledgeRecommendation';
5903
- export interface JsonApiKnowledgeRecommendationInAttributes {
5904
- /**
5905
- * Human-readable title for the recommendation, e.g. \'Revenue decreased vs last month\'
5906
- */
5907
- 'title': string;
5908
- /**
5909
- * Description of the recommendation
5910
- */
5911
- 'description'?: string;
5912
- 'tags'?: Array<string>;
5913
- 'areRelationsValid'?: boolean;
5914
- /**
5915
- * Human-readable title of the metric (denormalized for display)
5916
- */
5917
- 'metricTitle'?: string;
5918
- /**
5919
- * Direction of the metric change
5920
- */
5921
- 'direction': JsonApiKnowledgeRecommendationInAttributesDirectionEnum;
5922
- /**
5923
- * Time period for comparison
5924
- */
5925
- 'comparisonType': JsonApiKnowledgeRecommendationInAttributesComparisonTypeEnum;
5926
- /**
5927
- * ID of the widget where the anomaly was detected
5928
- */
5929
- 'widgetId'?: string;
5930
- /**
5931
- * Name of the widget where the anomaly was detected
5932
- */
5933
- 'widgetName'?: string;
5934
- /**
5935
- * Confidence score (0.0 to 1.0)
5936
- */
5937
- 'confidence'?: any;
5938
- /**
5939
- * Structured recommendations data as JSON
5940
- */
5941
- 'recommendations'?: object;
5942
- /**
5943
- * Number of source documents used for generation
5944
- */
5945
- 'sourceCount'?: number;
5946
- /**
5947
- * Reference time period for comparison (e.g., \'2023-06\' or \'Jun 2023\')
5948
- */
5949
- 'referencePeriod'?: string;
5950
- /**
5951
- * Analyzed time period (e.g., \'2023-07\' or \'July 2023\')
5952
- */
5953
- 'analyzedPeriod'?: string;
5954
- /**
5955
- * Metric value in the reference period
5956
- */
5957
- 'referenceValue'?: any;
5958
- /**
5959
- * Metric value in the analyzed period (the observed value that triggered the anomaly)
5960
- */
5961
- 'analyzedValue'?: any;
5962
- /**
5963
- * Human-readable title of the analytical dashboard (denormalized for display)
5964
- */
5965
- 'analyticalDashboardTitle'?: string;
5966
- }
5967
- export type JsonApiKnowledgeRecommendationInAttributesDirectionEnum = 'INCREASED' | 'DECREASED';
5968
- export type JsonApiKnowledgeRecommendationInAttributesComparisonTypeEnum = 'MONTH' | 'QUARTER' | 'YEAR';
5969
5903
  export interface JsonApiKnowledgeRecommendationInDocument {
5970
5904
  'data': JsonApiKnowledgeRecommendationIn;
5971
5905
  }
5972
- export interface JsonApiKnowledgeRecommendationInRelationships {
5973
- 'metric': JsonApiKnowledgeRecommendationPatchRelationshipsMetric;
5974
- 'analyticalDashboard'?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
5975
- }
5976
5906
  /**
5977
5907
  * JSON:API representation of knowledgeRecommendation entity.
5978
5908
  */
@@ -6075,7 +6005,7 @@ export type JsonApiKnowledgeRecommendationOutIncludes = JsonApiAnalyticalDashboa
6075
6005
  export interface JsonApiKnowledgeRecommendationOutList {
6076
6006
  'data': Array<JsonApiKnowledgeRecommendationOutWithLinks>;
6077
6007
  'links'?: ListLinks;
6078
- 'meta'?: JsonApiApiTokenOutListMeta;
6008
+ 'meta'?: JsonApiColorPaletteOutListMeta;
6079
6009
  /**
6080
6010
  * Included resources
6081
6011
  */
@@ -6200,13 +6130,83 @@ export interface JsonApiKnowledgeRecommendationPostOptionalId {
6200
6130
  * API identifier of an object
6201
6131
  */
6202
6132
  'id'?: string;
6203
- 'attributes': JsonApiKnowledgeRecommendationInAttributes;
6204
- 'relationships': JsonApiKnowledgeRecommendationInRelationships;
6133
+ 'attributes': JsonApiKnowledgeRecommendationPostOptionalIdAttributes;
6134
+ 'relationships': JsonApiKnowledgeRecommendationPostOptionalIdRelationships;
6205
6135
  }
6206
6136
  export type JsonApiKnowledgeRecommendationPostOptionalIdTypeEnum = 'knowledgeRecommendation';
6137
+ export interface JsonApiKnowledgeRecommendationPostOptionalIdAttributes {
6138
+ /**
6139
+ * Human-readable title for the recommendation, e.g. \'Revenue decreased vs last month\'
6140
+ */
6141
+ 'title': string;
6142
+ /**
6143
+ * Description of the recommendation
6144
+ */
6145
+ 'description'?: string;
6146
+ 'tags'?: Array<string>;
6147
+ 'areRelationsValid'?: boolean;
6148
+ /**
6149
+ * Human-readable title of the metric (denormalized for display)
6150
+ */
6151
+ 'metricTitle'?: string;
6152
+ /**
6153
+ * Direction of the metric change
6154
+ */
6155
+ 'direction': JsonApiKnowledgeRecommendationPostOptionalIdAttributesDirectionEnum;
6156
+ /**
6157
+ * Time period for comparison
6158
+ */
6159
+ 'comparisonType': JsonApiKnowledgeRecommendationPostOptionalIdAttributesComparisonTypeEnum;
6160
+ /**
6161
+ * ID of the widget where the anomaly was detected
6162
+ */
6163
+ 'widgetId'?: string;
6164
+ /**
6165
+ * Name of the widget where the anomaly was detected
6166
+ */
6167
+ 'widgetName'?: string;
6168
+ /**
6169
+ * Confidence score (0.0 to 1.0)
6170
+ */
6171
+ 'confidence'?: any;
6172
+ /**
6173
+ * Structured recommendations data as JSON
6174
+ */
6175
+ 'recommendations'?: object;
6176
+ /**
6177
+ * Number of source documents used for generation
6178
+ */
6179
+ 'sourceCount'?: number;
6180
+ /**
6181
+ * Reference time period for comparison (e.g., \'2023-06\' or \'Jun 2023\')
6182
+ */
6183
+ 'referencePeriod'?: string;
6184
+ /**
6185
+ * Analyzed time period (e.g., \'2023-07\' or \'July 2023\')
6186
+ */
6187
+ 'analyzedPeriod'?: string;
6188
+ /**
6189
+ * Metric value in the reference period
6190
+ */
6191
+ 'referenceValue'?: any;
6192
+ /**
6193
+ * Metric value in the analyzed period (the observed value that triggered the anomaly)
6194
+ */
6195
+ 'analyzedValue'?: any;
6196
+ /**
6197
+ * Human-readable title of the analytical dashboard (denormalized for display)
6198
+ */
6199
+ 'analyticalDashboardTitle'?: string;
6200
+ }
6201
+ export type JsonApiKnowledgeRecommendationPostOptionalIdAttributesDirectionEnum = 'INCREASED' | 'DECREASED';
6202
+ export type JsonApiKnowledgeRecommendationPostOptionalIdAttributesComparisonTypeEnum = 'MONTH' | 'QUARTER' | 'YEAR';
6207
6203
  export interface JsonApiKnowledgeRecommendationPostOptionalIdDocument {
6208
6204
  'data': JsonApiKnowledgeRecommendationPostOptionalId;
6209
6205
  }
6206
+ export interface JsonApiKnowledgeRecommendationPostOptionalIdRelationships {
6207
+ 'metric': JsonApiKnowledgeRecommendationPatchRelationshipsMetric;
6208
+ 'analyticalDashboard'?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
6209
+ }
6210
6210
  /**
6211
6211
  * The \\\"type\\\" and \\\"id\\\" to non-empty members.
6212
6212
  */
@@ -6274,7 +6274,7 @@ export interface JsonApiLabelOutDocument {
6274
6274
  export interface JsonApiLabelOutList {
6275
6275
  'data': Array<JsonApiLabelOutWithLinks>;
6276
6276
  'links'?: ListLinks;
6277
- 'meta'?: JsonApiApiTokenOutListMeta;
6277
+ 'meta'?: JsonApiColorPaletteOutListMeta;
6278
6278
  /**
6279
6279
  * Included resources
6280
6280
  */
@@ -6412,7 +6412,7 @@ export interface JsonApiLlmEndpointOutDocument {
6412
6412
  export interface JsonApiLlmEndpointOutList {
6413
6413
  'data': Array<JsonApiLlmEndpointOutWithLinks>;
6414
6414
  'links'?: ListLinks;
6415
- 'meta'?: JsonApiApiTokenOutListMeta;
6415
+ 'meta'?: JsonApiColorPaletteOutListMeta;
6416
6416
  }
6417
6417
  export interface JsonApiLlmEndpointOutWithLinks {
6418
6418
  /**
@@ -6511,6 +6511,10 @@ export interface JsonApiLlmProviderOutAttributes {
6511
6511
  * Description of the LLM Provider.
6512
6512
  */
6513
6513
  'description'?: string | null;
6514
+ /**
6515
+ * ID of the default model to use from the models list.
6516
+ */
6517
+ 'defaultModelId'?: string | null;
6514
6518
  'providerConfig': JsonApiLlmProviderOutAttributesProviderConfig;
6515
6519
  /**
6516
6520
  * List of LLM models available for this provider.
@@ -6546,7 +6550,7 @@ export interface JsonApiLlmProviderOutDocument {
6546
6550
  export interface JsonApiLlmProviderOutList {
6547
6551
  'data': Array<JsonApiLlmProviderOutWithLinks>;
6548
6552
  'links'?: ListLinks;
6549
- 'meta'?: JsonApiApiTokenOutListMeta;
6553
+ 'meta'?: JsonApiColorPaletteOutListMeta;
6550
6554
  }
6551
6555
  export interface JsonApiLlmProviderOutWithLinks {
6552
6556
  /**
@@ -6582,6 +6586,10 @@ export interface JsonApiLlmProviderPatchAttributes {
6582
6586
  * Description of the LLM Provider.
6583
6587
  */
6584
6588
  'description'?: string | null;
6589
+ /**
6590
+ * ID of the default model to use from the models list.
6591
+ */
6592
+ 'defaultModelId'?: string | null;
6585
6593
  'providerConfig'?: JsonApiLlmProviderOutAttributesProviderConfig;
6586
6594
  /**
6587
6595
  * List of LLM models available for this provider.
@@ -6603,32 +6611,9 @@ export interface JsonApiMemoryItemIn {
6603
6611
  * API identifier of an object
6604
6612
  */
6605
6613
  'id': string;
6606
- 'attributes': JsonApiMemoryItemInAttributes;
6614
+ 'attributes': JsonApiMemoryItemPostOptionalIdAttributes;
6607
6615
  }
6608
6616
  export type JsonApiMemoryItemInTypeEnum = 'memoryItem';
6609
- export interface JsonApiMemoryItemInAttributes {
6610
- 'title'?: string;
6611
- 'description'?: string;
6612
- 'tags'?: Array<string>;
6613
- 'areRelationsValid'?: boolean;
6614
- /**
6615
- * Strategy defining when the memory item should be applied
6616
- */
6617
- 'strategy': JsonApiMemoryItemInAttributesStrategyEnum;
6618
- /**
6619
- * The text that will be injected into the system prompt
6620
- */
6621
- 'instruction': string;
6622
- /**
6623
- * Set of unique strings used for semantic similarity filtering
6624
- */
6625
- 'keywords'?: Array<string>;
6626
- /**
6627
- * Whether memory item is disabled
6628
- */
6629
- 'isDisabled'?: boolean;
6630
- }
6631
- export type JsonApiMemoryItemInAttributesStrategyEnum = 'ALWAYS' | 'AUTO';
6632
6617
  export interface JsonApiMemoryItemInDocument {
6633
6618
  'data': JsonApiMemoryItemIn;
6634
6619
  }
@@ -6694,7 +6679,7 @@ export interface JsonApiMemoryItemOutDocument {
6694
6679
  export interface JsonApiMemoryItemOutList {
6695
6680
  'data': Array<JsonApiMemoryItemOutWithLinks>;
6696
6681
  'links'?: ListLinks;
6697
- 'meta'?: JsonApiApiTokenOutListMeta;
6682
+ 'meta'?: JsonApiColorPaletteOutListMeta;
6698
6683
  /**
6699
6684
  * Included resources
6700
6685
  */
@@ -6768,9 +6753,32 @@ export interface JsonApiMemoryItemPostOptionalId {
6768
6753
  * API identifier of an object
6769
6754
  */
6770
6755
  'id'?: string;
6771
- 'attributes': JsonApiMemoryItemInAttributes;
6756
+ 'attributes': JsonApiMemoryItemPostOptionalIdAttributes;
6772
6757
  }
6773
6758
  export type JsonApiMemoryItemPostOptionalIdTypeEnum = 'memoryItem';
6759
+ export interface JsonApiMemoryItemPostOptionalIdAttributes {
6760
+ 'title'?: string;
6761
+ 'description'?: string;
6762
+ 'tags'?: Array<string>;
6763
+ 'areRelationsValid'?: boolean;
6764
+ /**
6765
+ * Strategy defining when the memory item should be applied
6766
+ */
6767
+ 'strategy': JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum;
6768
+ /**
6769
+ * The text that will be injected into the system prompt
6770
+ */
6771
+ 'instruction': string;
6772
+ /**
6773
+ * Set of unique strings used for semantic similarity filtering
6774
+ */
6775
+ 'keywords'?: Array<string>;
6776
+ /**
6777
+ * Whether memory item is disabled
6778
+ */
6779
+ 'isDisabled'?: boolean;
6780
+ }
6781
+ export type JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum = 'ALWAYS' | 'AUTO';
6774
6782
  export interface JsonApiMemoryItemPostOptionalIdDocument {
6775
6783
  'data': JsonApiMemoryItemPostOptionalId;
6776
6784
  }
@@ -6786,18 +6794,9 @@ export interface JsonApiMetricIn {
6786
6794
  * API identifier of an object
6787
6795
  */
6788
6796
  'id': string;
6789
- 'attributes': JsonApiMetricInAttributes;
6797
+ 'attributes': JsonApiMetricPostOptionalIdAttributes;
6790
6798
  }
6791
6799
  export type JsonApiMetricInTypeEnum = 'metric';
6792
- export interface JsonApiMetricInAttributes {
6793
- 'title'?: string;
6794
- 'description'?: string;
6795
- 'tags'?: Array<string>;
6796
- 'areRelationsValid'?: boolean;
6797
- 'content': JsonApiMetricOutAttributesContent;
6798
- 'isHidden'?: boolean;
6799
- 'isHiddenFromKda'?: boolean;
6800
- }
6801
6800
  export interface JsonApiMetricInDocument {
6802
6801
  'data': JsonApiMetricIn;
6803
6802
  }
@@ -6886,7 +6885,7 @@ export type JsonApiMetricOutIncludes = JsonApiAttributeOutWithLinks | JsonApiDat
6886
6885
  export interface JsonApiMetricOutList {
6887
6886
  'data': Array<JsonApiMetricOutWithLinks>;
6888
6887
  'links'?: ListLinks;
6889
- 'meta'?: JsonApiApiTokenOutListMeta;
6888
+ 'meta'?: JsonApiColorPaletteOutListMeta;
6890
6889
  /**
6891
6890
  * Included resources
6892
6891
  */
@@ -6946,9 +6945,18 @@ export interface JsonApiMetricPostOptionalId {
6946
6945
  * API identifier of an object
6947
6946
  */
6948
6947
  'id'?: string;
6949
- 'attributes': JsonApiMetricInAttributes;
6948
+ 'attributes': JsonApiMetricPostOptionalIdAttributes;
6950
6949
  }
6951
6950
  export type JsonApiMetricPostOptionalIdTypeEnum = 'metric';
6951
+ export interface JsonApiMetricPostOptionalIdAttributes {
6952
+ 'title'?: string;
6953
+ 'description'?: string;
6954
+ 'tags'?: Array<string>;
6955
+ 'areRelationsValid'?: boolean;
6956
+ 'content': JsonApiMetricOutAttributesContent;
6957
+ 'isHidden'?: boolean;
6958
+ 'isHiddenFromKda'?: boolean;
6959
+ }
6952
6960
  export interface JsonApiMetricPostOptionalIdDocument {
6953
6961
  'data': JsonApiMetricPostOptionalId;
6954
6962
  }
@@ -6988,7 +6996,7 @@ export interface JsonApiNotificationChannelIdentifierOutDocument {
6988
6996
  export interface JsonApiNotificationChannelIdentifierOutList {
6989
6997
  'data': Array<JsonApiNotificationChannelIdentifierOutWithLinks>;
6990
6998
  'links'?: ListLinks;
6991
- 'meta'?: JsonApiApiTokenOutListMeta;
6999
+ 'meta'?: JsonApiColorPaletteOutListMeta;
6992
7000
  }
6993
7001
  export interface JsonApiNotificationChannelIdentifierOutWithLinks {
6994
7002
  /**
@@ -7015,37 +7023,9 @@ export interface JsonApiNotificationChannelIn {
7015
7023
  * API identifier of an object
7016
7024
  */
7017
7025
  'id': string;
7018
- 'attributes'?: JsonApiNotificationChannelInAttributes;
7026
+ 'attributes'?: JsonApiNotificationChannelPostOptionalIdAttributes;
7019
7027
  }
7020
7028
  export type JsonApiNotificationChannelInTypeEnum = 'notificationChannel';
7021
- export interface JsonApiNotificationChannelInAttributes {
7022
- 'name'?: string | null;
7023
- 'description'?: string | null;
7024
- 'destination'?: JsonApiNotificationChannelOutAttributesDestination;
7025
- /**
7026
- * 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}
7027
- */
7028
- 'customDashboardUrl'?: string;
7029
- /**
7030
- * Dashboard link visibility in notifications. HIDDEN - the link will not be included INTERNAL_ONLY - only internal users will see the link ALL - all users will see the link
7031
- */
7032
- 'dashboardLinkVisibility'?: JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum;
7033
- /**
7034
- * Human-readable description of the source of the notification. If specified, this propertywill be included in the notifications to this channel.Allowed placeholders are: {{workspaceId}} {{workspaceName}} {{workspaceDescription}} {{dashboardId}} {{dashboardName}} {{dashboardDescription}}
7035
- */
7036
- 'notificationSource'?: string;
7037
- /**
7038
- * Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
7039
- */
7040
- 'allowedRecipients'?: JsonApiNotificationChannelInAttributesAllowedRecipientsEnum;
7041
- /**
7042
- * In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications
7043
- */
7044
- 'inPlatformNotification'?: JsonApiNotificationChannelInAttributesInPlatformNotificationEnum;
7045
- }
7046
- export type JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
7047
- export type JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = 'CREATOR' | 'INTERNAL' | 'EXTERNAL';
7048
- export type JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
7049
7029
  export interface JsonApiNotificationChannelInDocument {
7050
7030
  'data': JsonApiNotificationChannelIn;
7051
7031
  }
@@ -7117,7 +7097,7 @@ export interface JsonApiNotificationChannelOutDocument {
7117
7097
  export interface JsonApiNotificationChannelOutList {
7118
7098
  'data': Array<JsonApiNotificationChannelOutWithLinks>;
7119
7099
  'links'?: ListLinks;
7120
- 'meta'?: JsonApiApiTokenOutListMeta;
7100
+ 'meta'?: JsonApiColorPaletteOutListMeta;
7121
7101
  }
7122
7102
  export interface JsonApiNotificationChannelOutWithLinks {
7123
7103
  /**
@@ -7144,7 +7124,7 @@ export interface JsonApiNotificationChannelPatch {
7144
7124
  * API identifier of an object
7145
7125
  */
7146
7126
  'id': string;
7147
- 'attributes'?: JsonApiNotificationChannelInAttributes;
7127
+ 'attributes'?: JsonApiNotificationChannelPostOptionalIdAttributes;
7148
7128
  }
7149
7129
  export type JsonApiNotificationChannelPatchTypeEnum = 'notificationChannel';
7150
7130
  export interface JsonApiNotificationChannelPatchDocument {
@@ -7162,9 +7142,37 @@ export interface JsonApiNotificationChannelPostOptionalId {
7162
7142
  * API identifier of an object
7163
7143
  */
7164
7144
  'id'?: string;
7165
- 'attributes'?: JsonApiNotificationChannelInAttributes;
7145
+ 'attributes'?: JsonApiNotificationChannelPostOptionalIdAttributes;
7166
7146
  }
7167
7147
  export type JsonApiNotificationChannelPostOptionalIdTypeEnum = 'notificationChannel';
7148
+ export interface JsonApiNotificationChannelPostOptionalIdAttributes {
7149
+ 'name'?: string | null;
7150
+ 'description'?: string | null;
7151
+ 'destination'?: JsonApiNotificationChannelOutAttributesDestination;
7152
+ /**
7153
+ * 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}
7154
+ */
7155
+ 'customDashboardUrl'?: string;
7156
+ /**
7157
+ * Dashboard link visibility in notifications. HIDDEN - the link will not be included INTERNAL_ONLY - only internal users will see the link ALL - all users will see the link
7158
+ */
7159
+ 'dashboardLinkVisibility'?: JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum;
7160
+ /**
7161
+ * Human-readable description of the source of the notification. If specified, this propertywill be included in the notifications to this channel.Allowed placeholders are: {{workspaceId}} {{workspaceName}} {{workspaceDescription}} {{dashboardId}} {{dashboardName}} {{dashboardDescription}}
7162
+ */
7163
+ 'notificationSource'?: string;
7164
+ /**
7165
+ * Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
7166
+ */
7167
+ 'allowedRecipients'?: JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum;
7168
+ /**
7169
+ * In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications
7170
+ */
7171
+ 'inPlatformNotification'?: JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum;
7172
+ }
7173
+ export type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
7174
+ export type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = 'CREATOR' | 'INTERNAL' | 'EXTERNAL';
7175
+ export type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
7168
7176
  export interface JsonApiNotificationChannelPostOptionalIdDocument {
7169
7177
  'data': JsonApiNotificationChannelPostOptionalId;
7170
7178
  }
@@ -7307,7 +7315,7 @@ export interface JsonApiOrganizationSettingIn {
7307
7315
  * API identifier of an object
7308
7316
  */
7309
7317
  'id': string;
7310
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
7318
+ 'attributes'?: JsonApiUserSettingInAttributes;
7311
7319
  }
7312
7320
  export type JsonApiOrganizationSettingInTypeEnum = 'organizationSetting';
7313
7321
  export interface JsonApiOrganizationSettingInDocument {
@@ -7325,17 +7333,9 @@ export interface JsonApiOrganizationSettingOut {
7325
7333
  * API identifier of an object
7326
7334
  */
7327
7335
  'id': string;
7328
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
7336
+ 'attributes'?: JsonApiUserSettingInAttributes;
7329
7337
  }
7330
7338
  export type JsonApiOrganizationSettingOutTypeEnum = 'organizationSetting';
7331
- export interface JsonApiOrganizationSettingOutAttributes {
7332
- /**
7333
- * Free-form JSON content. Maximum supported length is 15000 characters.
7334
- */
7335
- 'content'?: object;
7336
- 'type'?: JsonApiOrganizationSettingOutAttributesTypeEnum;
7337
- }
7338
- export type JsonApiOrganizationSettingOutAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
7339
7339
  export interface JsonApiOrganizationSettingOutDocument {
7340
7340
  'data': JsonApiOrganizationSettingOut;
7341
7341
  'links'?: ObjectLinks;
@@ -7346,7 +7346,7 @@ export interface JsonApiOrganizationSettingOutDocument {
7346
7346
  export interface JsonApiOrganizationSettingOutList {
7347
7347
  'data': Array<JsonApiOrganizationSettingOutWithLinks>;
7348
7348
  'links'?: ListLinks;
7349
- 'meta'?: JsonApiApiTokenOutListMeta;
7349
+ 'meta'?: JsonApiColorPaletteOutListMeta;
7350
7350
  }
7351
7351
  export interface JsonApiOrganizationSettingOutWithLinks {
7352
7352
  /**
@@ -7357,7 +7357,7 @@ export interface JsonApiOrganizationSettingOutWithLinks {
7357
7357
  * API identifier of an object
7358
7358
  */
7359
7359
  'id': string;
7360
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
7360
+ 'attributes'?: JsonApiUserSettingInAttributes;
7361
7361
  'links'?: ObjectLinks;
7362
7362
  }
7363
7363
  export type JsonApiOrganizationSettingOutWithLinksTypeEnum = 'organizationSetting';
@@ -7373,7 +7373,7 @@ export interface JsonApiOrganizationSettingPatch {
7373
7373
  * API identifier of an object
7374
7374
  */
7375
7375
  'id': string;
7376
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
7376
+ 'attributes'?: JsonApiUserSettingInAttributes;
7377
7377
  }
7378
7378
  export type JsonApiOrganizationSettingPatchTypeEnum = 'organizationSetting';
7379
7379
  export interface JsonApiOrganizationSettingPatchDocument {
@@ -7422,7 +7422,7 @@ export interface JsonApiThemeOutDocument {
7422
7422
  export interface JsonApiThemeOutList {
7423
7423
  'data': Array<JsonApiThemeOutWithLinks>;
7424
7424
  'links'?: ListLinks;
7425
- 'meta'?: JsonApiApiTokenOutListMeta;
7425
+ 'meta'?: JsonApiColorPaletteOutListMeta;
7426
7426
  }
7427
7427
  export interface JsonApiThemeOutWithLinks {
7428
7428
  /**
@@ -7516,7 +7516,7 @@ export type JsonApiUserDataFilterOutIncludes = JsonApiAttributeOutWithLinks | Js
7516
7516
  export interface JsonApiUserDataFilterOutList {
7517
7517
  'data': Array<JsonApiUserDataFilterOutWithLinks>;
7518
7518
  'links'?: ListLinks;
7519
- 'meta'?: JsonApiApiTokenOutListMeta;
7519
+ 'meta'?: JsonApiColorPaletteOutListMeta;
7520
7520
  /**
7521
7521
  * Included resources
7522
7522
  */
@@ -7658,7 +7658,7 @@ export interface JsonApiUserGroupOutDocument {
7658
7658
  export interface JsonApiUserGroupOutList {
7659
7659
  'data': Array<JsonApiUserGroupOutWithLinks>;
7660
7660
  'links'?: ListLinks;
7661
- 'meta'?: JsonApiApiTokenOutListMeta;
7661
+ 'meta'?: JsonApiColorPaletteOutListMeta;
7662
7662
  /**
7663
7663
  * Included resources
7664
7664
  */
@@ -7744,7 +7744,7 @@ export interface JsonApiUserIdentifierOutDocument {
7744
7744
  export interface JsonApiUserIdentifierOutList {
7745
7745
  'data': Array<JsonApiUserIdentifierOutWithLinks>;
7746
7746
  'links'?: ListLinks;
7747
- 'meta'?: JsonApiApiTokenOutListMeta;
7747
+ 'meta'?: JsonApiColorPaletteOutListMeta;
7748
7748
  }
7749
7749
  export interface JsonApiUserIdentifierOutWithLinks {
7750
7750
  /**
@@ -7822,7 +7822,7 @@ export interface JsonApiUserOutDocument {
7822
7822
  export interface JsonApiUserOutList {
7823
7823
  'data': Array<JsonApiUserOutWithLinks>;
7824
7824
  'links'?: ListLinks;
7825
- 'meta'?: JsonApiApiTokenOutListMeta;
7825
+ 'meta'?: JsonApiColorPaletteOutListMeta;
7826
7826
  /**
7827
7827
  * Included resources
7828
7828
  */
@@ -7876,9 +7876,17 @@ export interface JsonApiUserSettingIn {
7876
7876
  * API identifier of an object
7877
7877
  */
7878
7878
  'id': string;
7879
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
7879
+ 'attributes'?: JsonApiUserSettingInAttributes;
7880
7880
  }
7881
7881
  export type JsonApiUserSettingInTypeEnum = 'userSetting';
7882
+ export interface JsonApiUserSettingInAttributes {
7883
+ /**
7884
+ * Free-form JSON content. Maximum supported length is 15000 characters.
7885
+ */
7886
+ 'content'?: object;
7887
+ 'type'?: JsonApiUserSettingInAttributesTypeEnum;
7888
+ }
7889
+ export type JsonApiUserSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
7882
7890
  export interface JsonApiUserSettingInDocument {
7883
7891
  'data': JsonApiUserSettingIn;
7884
7892
  }
@@ -7894,7 +7902,7 @@ export interface JsonApiUserSettingOut {
7894
7902
  * API identifier of an object
7895
7903
  */
7896
7904
  'id': string;
7897
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
7905
+ 'attributes'?: JsonApiUserSettingInAttributes;
7898
7906
  }
7899
7907
  export type JsonApiUserSettingOutTypeEnum = 'userSetting';
7900
7908
  export interface JsonApiUserSettingOutDocument {
@@ -7907,7 +7915,7 @@ export interface JsonApiUserSettingOutDocument {
7907
7915
  export interface JsonApiUserSettingOutList {
7908
7916
  'data': Array<JsonApiUserSettingOutWithLinks>;
7909
7917
  'links'?: ListLinks;
7910
- 'meta'?: JsonApiApiTokenOutListMeta;
7918
+ 'meta'?: JsonApiColorPaletteOutListMeta;
7911
7919
  }
7912
7920
  export interface JsonApiUserSettingOutWithLinks {
7913
7921
  /**
@@ -7918,7 +7926,7 @@ export interface JsonApiUserSettingOutWithLinks {
7918
7926
  * API identifier of an object
7919
7927
  */
7920
7928
  'id': string;
7921
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
7929
+ 'attributes'?: JsonApiUserSettingInAttributes;
7922
7930
  'links'?: ObjectLinks;
7923
7931
  }
7924
7932
  export type JsonApiUserSettingOutWithLinksTypeEnum = 'userSetting';
@@ -7934,20 +7942,9 @@ export interface JsonApiVisualizationObjectIn {
7934
7942
  * API identifier of an object
7935
7943
  */
7936
7944
  'id': string;
7937
- 'attributes': JsonApiVisualizationObjectInAttributes;
7945
+ 'attributes': JsonApiVisualizationObjectPostOptionalIdAttributes;
7938
7946
  }
7939
7947
  export type JsonApiVisualizationObjectInTypeEnum = 'visualizationObject';
7940
- export interface JsonApiVisualizationObjectInAttributes {
7941
- 'title'?: string;
7942
- 'description'?: string;
7943
- 'tags'?: Array<string>;
7944
- 'areRelationsValid'?: boolean;
7945
- /**
7946
- * Free-form JSON content. Maximum supported length is 250000 characters.
7947
- */
7948
- 'content': object;
7949
- 'isHidden'?: boolean;
7950
- }
7951
7948
  export interface JsonApiVisualizationObjectInDocument {
7952
7949
  'data': JsonApiVisualizationObjectIn;
7953
7950
  }
@@ -8022,7 +8019,7 @@ export interface JsonApiVisualizationObjectOutDocument {
8022
8019
  export interface JsonApiVisualizationObjectOutList {
8023
8020
  'data': Array<JsonApiVisualizationObjectOutWithLinks>;
8024
8021
  'links'?: ListLinks;
8025
- 'meta'?: JsonApiApiTokenOutListMeta;
8022
+ 'meta'?: JsonApiColorPaletteOutListMeta;
8026
8023
  /**
8027
8024
  * Included resources
8028
8025
  */
@@ -8141,9 +8138,20 @@ export interface JsonApiVisualizationObjectPostOptionalId {
8141
8138
  * API identifier of an object
8142
8139
  */
8143
8140
  'id'?: string;
8144
- 'attributes': JsonApiVisualizationObjectInAttributes;
8141
+ 'attributes': JsonApiVisualizationObjectPostOptionalIdAttributes;
8145
8142
  }
8146
8143
  export type JsonApiVisualizationObjectPostOptionalIdTypeEnum = 'visualizationObject';
8144
+ export interface JsonApiVisualizationObjectPostOptionalIdAttributes {
8145
+ 'title'?: string;
8146
+ 'description'?: string;
8147
+ 'tags'?: Array<string>;
8148
+ 'areRelationsValid'?: boolean;
8149
+ /**
8150
+ * Free-form JSON content. Maximum supported length is 250000 characters.
8151
+ */
8152
+ 'content': object;
8153
+ 'isHidden'?: boolean;
8154
+ }
8147
8155
  export interface JsonApiVisualizationObjectPostOptionalIdDocument {
8148
8156
  'data': JsonApiVisualizationObjectPostOptionalId;
8149
8157
  }
@@ -8208,7 +8216,7 @@ export type JsonApiWorkspaceAutomationOutIncludes = JsonApiAnalyticalDashboardOu
8208
8216
  export interface JsonApiWorkspaceAutomationOutList {
8209
8217
  'data': Array<JsonApiWorkspaceAutomationOutWithLinks>;
8210
8218
  'links'?: ListLinks;
8211
- 'meta'?: JsonApiApiTokenOutListMeta;
8219
+ 'meta'?: JsonApiColorPaletteOutListMeta;
8212
8220
  /**
8213
8221
  * Included resources
8214
8222
  */
@@ -8301,7 +8309,7 @@ export interface JsonApiWorkspaceDataFilterOutDocument {
8301
8309
  export interface JsonApiWorkspaceDataFilterOutList {
8302
8310
  'data': Array<JsonApiWorkspaceDataFilterOutWithLinks>;
8303
8311
  'links'?: ListLinks;
8304
- 'meta'?: JsonApiApiTokenOutListMeta;
8312
+ 'meta'?: JsonApiColorPaletteOutListMeta;
8305
8313
  /**
8306
8314
  * Included resources
8307
8315
  */
@@ -8408,7 +8416,7 @@ export interface JsonApiWorkspaceDataFilterSettingOutDocument {
8408
8416
  export interface JsonApiWorkspaceDataFilterSettingOutList {
8409
8417
  'data': Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>;
8410
8418
  'links'?: ListLinks;
8411
- 'meta'?: JsonApiApiTokenOutListMeta;
8419
+ 'meta'?: JsonApiColorPaletteOutListMeta;
8412
8420
  /**
8413
8421
  * Included resources
8414
8422
  */
@@ -8549,7 +8557,7 @@ export interface JsonApiWorkspaceOutDocument {
8549
8557
  export interface JsonApiWorkspaceOutList {
8550
8558
  'data': Array<JsonApiWorkspaceOutWithLinks>;
8551
8559
  'links'?: ListLinks;
8552
- 'meta'?: JsonApiApiTokenOutListMeta;
8560
+ 'meta'?: JsonApiColorPaletteOutListMeta;
8553
8561
  /**
8554
8562
  * Included resources
8555
8563
  */
@@ -8643,7 +8651,7 @@ export interface JsonApiWorkspaceSettingIn {
8643
8651
  * API identifier of an object
8644
8652
  */
8645
8653
  'id': string;
8646
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
8654
+ 'attributes'?: JsonApiUserSettingInAttributes;
8647
8655
  }
8648
8656
  export type JsonApiWorkspaceSettingInTypeEnum = 'workspaceSetting';
8649
8657
  export interface JsonApiWorkspaceSettingInDocument {
@@ -8662,7 +8670,7 @@ export interface JsonApiWorkspaceSettingOut {
8662
8670
  */
8663
8671
  'id': string;
8664
8672
  'meta'?: JsonApiVisualizationObjectOutMeta;
8665
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
8673
+ 'attributes'?: JsonApiUserSettingInAttributes;
8666
8674
  }
8667
8675
  export type JsonApiWorkspaceSettingOutTypeEnum = 'workspaceSetting';
8668
8676
  export interface JsonApiWorkspaceSettingOutDocument {
@@ -8675,7 +8683,7 @@ export interface JsonApiWorkspaceSettingOutDocument {
8675
8683
  export interface JsonApiWorkspaceSettingOutList {
8676
8684
  'data': Array<JsonApiWorkspaceSettingOutWithLinks>;
8677
8685
  'links'?: ListLinks;
8678
- 'meta'?: JsonApiApiTokenOutListMeta;
8686
+ 'meta'?: JsonApiColorPaletteOutListMeta;
8679
8687
  }
8680
8688
  export interface JsonApiWorkspaceSettingOutWithLinks {
8681
8689
  /**
@@ -8687,7 +8695,7 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
8687
8695
  */
8688
8696
  'id': string;
8689
8697
  'meta'?: JsonApiVisualizationObjectOutMeta;
8690
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
8698
+ 'attributes'?: JsonApiUserSettingInAttributes;
8691
8699
  'links'?: ObjectLinks;
8692
8700
  }
8693
8701
  export type JsonApiWorkspaceSettingOutWithLinksTypeEnum = 'workspaceSetting';
@@ -8703,7 +8711,7 @@ export interface JsonApiWorkspaceSettingPatch {
8703
8711
  * API identifier of an object
8704
8712
  */
8705
8713
  'id': string;
8706
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
8714
+ 'attributes'?: JsonApiUserSettingInAttributes;
8707
8715
  }
8708
8716
  export type JsonApiWorkspaceSettingPatchTypeEnum = 'workspaceSetting';
8709
8717
  export interface JsonApiWorkspaceSettingPatchDocument {
@@ -8721,7 +8729,7 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
8721
8729
  * API identifier of an object
8722
8730
  */
8723
8731
  'id'?: string;
8724
- 'attributes'?: JsonApiOrganizationSettingOutAttributes;
8732
+ 'attributes'?: JsonApiUserSettingInAttributes;
8725
8733
  }
8726
8734
  export type JsonApiWorkspaceSettingPostOptionalIdTypeEnum = 'workspaceSetting';
8727
8735
  export interface JsonApiWorkspaceSettingPostOptionalIdDocument {
@@ -9348,7 +9356,7 @@ export interface ResolvedSetting {
9348
9356
  */
9349
9357
  'type'?: ResolvedSettingTypeEnum;
9350
9358
  }
9351
- export type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
9359
+ export type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'SORT_COLLATION' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS';
9352
9360
  export interface RsaSpecification {
9353
9361
  'kty': RsaSpecificationKtyEnum;
9354
9362
  'alg': RsaSpecificationAlgEnum;