@gooddata/api-client-tiger 11.22.0-alpha.1 → 11.22.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.
@@ -20384,7 +20384,7 @@ export declare interface DeclarativeOrganizationPermission {
20384
20384
  'assignee': AssigneeIdentifier;
20385
20385
  }
20386
20386
 
20387
- export declare type DeclarativeOrganizationPermissionNameEnum = 'MANAGE' | 'SELF_CREATE_TOKEN';
20387
+ export declare type DeclarativeOrganizationPermissionNameEnum = 'MANAGE' | 'SELF_CREATE_TOKEN' | 'BASE_UI_ACCESS';
20388
20388
 
20389
20389
  /**
20390
20390
  * A dataset reference.
@@ -20500,7 +20500,7 @@ export declare interface DeclarativeSetting {
20500
20500
  'type'?: DeclarativeSettingTypeEnum;
20501
20501
  }
20502
20502
 
20503
- export declare type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS';
20503
+ export declare type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI';
20504
20504
 
20505
20505
  export declare interface DeclarativeSingleWorkspacePermission {
20506
20506
  /**
@@ -47487,17 +47487,13 @@ export declare type JsonApiAggregatedFactOutIncludes = JsonApiDatasetOutWithLink
47487
47487
  export declare interface JsonApiAggregatedFactOutList {
47488
47488
  'data': Array<JsonApiAggregatedFactOutWithLinks>;
47489
47489
  'links'?: ListLinks;
47490
- 'meta'?: JsonApiAggregatedFactOutListMeta;
47490
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
47491
47491
  /**
47492
47492
  * Included resources
47493
47493
  */
47494
47494
  'included'?: Array<JsonApiAggregatedFactOutIncludes>;
47495
47495
  }
47496
47496
 
47497
- export declare interface JsonApiAggregatedFactOutListMeta {
47498
- 'page'?: PageMetadata;
47499
- }
47500
-
47501
47497
  export declare interface JsonApiAggregatedFactOutRelationships {
47502
47498
  'dataset'?: JsonApiFactOutRelationshipsDataset;
47503
47499
  'sourceFact'?: JsonApiAggregatedFactOutRelationshipsSourceFact;
@@ -47617,7 +47613,7 @@ export declare type JsonApiAnalyticalDashboardOutIncludes = JsonApiAnalyticalDas
47617
47613
  export declare interface JsonApiAnalyticalDashboardOutList {
47618
47614
  'data': Array<JsonApiAnalyticalDashboardOutWithLinks>;
47619
47615
  'links'?: ListLinks;
47620
- 'meta'?: JsonApiAggregatedFactOutListMeta;
47616
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
47621
47617
  /**
47622
47618
  * Included resources
47623
47619
  */
@@ -47826,7 +47822,7 @@ export declare interface JsonApiApiTokenOutDocument {
47826
47822
  export declare interface JsonApiApiTokenOutList {
47827
47823
  'data': Array<JsonApiApiTokenOutWithLinks>;
47828
47824
  'links'?: ListLinks;
47829
- 'meta'?: JsonApiAggregatedFactOutListMeta;
47825
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
47830
47826
  }
47831
47827
 
47832
47828
  export declare type JsonApiApiTokenOutTypeEnum = 'apiToken';
@@ -47858,7 +47854,18 @@ export declare interface JsonApiAttributeHierarchyIn {
47858
47854
  * API identifier of an object
47859
47855
  */
47860
47856
  'id': string;
47861
- 'attributes'?: JsonApiAttributeHierarchyPatchAttributes;
47857
+ 'attributes'?: JsonApiAttributeHierarchyInAttributes;
47858
+ }
47859
+
47860
+ export declare interface JsonApiAttributeHierarchyInAttributes {
47861
+ 'title'?: string;
47862
+ 'description'?: string;
47863
+ 'tags'?: Array<string>;
47864
+ 'areRelationsValid'?: boolean;
47865
+ /**
47866
+ * Free-form JSON content. Maximum supported length is 15000 characters.
47867
+ */
47868
+ 'content'?: object;
47862
47869
  }
47863
47870
 
47864
47871
  export declare interface JsonApiAttributeHierarchyInDocument {
@@ -47933,7 +47940,7 @@ export declare type JsonApiAttributeHierarchyOutIncludes = JsonApiAttributeOutWi
47933
47940
  export declare interface JsonApiAttributeHierarchyOutList {
47934
47941
  'data': Array<JsonApiAttributeHierarchyOutWithLinks>;
47935
47942
  'links'?: ListLinks;
47936
- 'meta'?: JsonApiAggregatedFactOutListMeta;
47943
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
47937
47944
  /**
47938
47945
  * Included resources
47939
47946
  */
@@ -47977,18 +47984,7 @@ export declare interface JsonApiAttributeHierarchyPatch {
47977
47984
  * API identifier of an object
47978
47985
  */
47979
47986
  'id': string;
47980
- 'attributes'?: JsonApiAttributeHierarchyPatchAttributes;
47981
- }
47982
-
47983
- export declare interface JsonApiAttributeHierarchyPatchAttributes {
47984
- 'title'?: string;
47985
- 'description'?: string;
47986
- 'tags'?: Array<string>;
47987
- 'areRelationsValid'?: boolean;
47988
- /**
47989
- * Free-form JSON content. Maximum supported length is 15000 characters.
47990
- */
47991
- 'content'?: object;
47987
+ 'attributes'?: JsonApiAttributeHierarchyInAttributes;
47992
47988
  }
47993
47989
 
47994
47990
  export declare interface JsonApiAttributeHierarchyPatchDocument {
@@ -48066,7 +48062,7 @@ export declare type JsonApiAttributeOutIncludes = JsonApiAttributeHierarchyOutWi
48066
48062
  export declare interface JsonApiAttributeOutList {
48067
48063
  'data': Array<JsonApiAttributeOutWithLinks>;
48068
48064
  'links'?: ListLinks;
48069
- 'meta'?: JsonApiAggregatedFactOutListMeta;
48065
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
48070
48066
  /**
48071
48067
  * Included resources
48072
48068
  */
@@ -48154,14 +48150,57 @@ export declare interface JsonApiAutomationIn {
48154
48150
  * API identifier of an object
48155
48151
  */
48156
48152
  'id': string;
48157
- 'attributes'?: JsonApiAutomationPatchAttributes;
48158
- 'relationships'?: JsonApiAutomationPatchRelationships;
48153
+ 'attributes'?: JsonApiAutomationInAttributes;
48154
+ 'relationships'?: JsonApiAutomationInRelationships;
48155
+ }
48156
+
48157
+ export declare interface JsonApiAutomationInAttributes {
48158
+ 'title'?: string;
48159
+ 'description'?: string;
48160
+ 'tags'?: Array<string>;
48161
+ 'areRelationsValid'?: boolean;
48162
+ /**
48163
+ * Additional details to be included in the automated message.
48164
+ */
48165
+ 'details'?: object;
48166
+ 'metadata'?: JsonApiAutomationOutAttributesMetadata | null;
48167
+ /**
48168
+ * Current state of the automation.
48169
+ */
48170
+ 'state'?: JsonApiAutomationInAttributesStateEnum;
48171
+ /**
48172
+ * Specify automation evaluation mode.
48173
+ */
48174
+ 'evaluationMode'?: JsonApiAutomationInAttributesEvaluationModeEnum;
48175
+ 'schedule'?: JsonApiAutomationOutAttributesSchedule;
48176
+ 'alert'?: JsonApiAutomationOutAttributesAlert;
48177
+ 'tabularExports'?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
48178
+ 'visualExports'?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
48179
+ 'imageExports'?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
48180
+ 'rawExports'?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
48181
+ 'slidesExports'?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
48182
+ 'dashboardTabularExports'?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
48183
+ /**
48184
+ * External recipients of the automation action results.
48185
+ */
48186
+ 'externalRecipients'?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
48159
48187
  }
48160
48188
 
48189
+ export declare type JsonApiAutomationInAttributesEvaluationModeEnum = 'SHARED' | 'PER_RECIPIENT';
48190
+
48191
+ export declare type JsonApiAutomationInAttributesStateEnum = 'ACTIVE' | 'PAUSED';
48192
+
48161
48193
  export declare interface JsonApiAutomationInDocument {
48162
48194
  'data': JsonApiAutomationIn;
48163
48195
  }
48164
48196
 
48197
+ export declare interface JsonApiAutomationInRelationships {
48198
+ 'notificationChannel'?: JsonApiAutomationOutRelationshipsNotificationChannel;
48199
+ 'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
48200
+ 'exportDefinitions'?: JsonApiAutomationOutRelationshipsExportDefinitions;
48201
+ 'recipients'?: JsonApiAutomationOutRelationshipsRecipients;
48202
+ }
48203
+
48165
48204
  export declare type JsonApiAutomationInTypeEnum = 'automation';
48166
48205
 
48167
48206
  /**
@@ -48331,7 +48370,7 @@ export declare type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOut
48331
48370
  export declare interface JsonApiAutomationOutList {
48332
48371
  'data': Array<JsonApiAutomationOutWithLinks>;
48333
48372
  'links'?: ListLinks;
48334
- 'meta'?: JsonApiAggregatedFactOutListMeta;
48373
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
48335
48374
  /**
48336
48375
  * Included resources
48337
48376
  */
@@ -48340,7 +48379,7 @@ export declare interface JsonApiAutomationOutList {
48340
48379
 
48341
48380
  export declare interface JsonApiAutomationOutRelationships {
48342
48381
  'notificationChannel'?: JsonApiAutomationOutRelationshipsNotificationChannel;
48343
- 'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
48382
+ 'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
48344
48383
  'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
48345
48384
  'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
48346
48385
  'exportDefinitions'?: JsonApiAutomationOutRelationshipsExportDefinitions;
@@ -48348,10 +48387,6 @@ export declare interface JsonApiAutomationOutRelationships {
48348
48387
  'automationResults'?: JsonApiAutomationOutRelationshipsAutomationResults;
48349
48388
  }
48350
48389
 
48351
- export declare interface JsonApiAutomationOutRelationshipsAnalyticalDashboard {
48352
- 'data': JsonApiAnalyticalDashboardLinkage | null;
48353
- }
48354
-
48355
48390
  export declare interface JsonApiAutomationOutRelationshipsAutomationResults {
48356
48391
  /**
48357
48392
  * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
@@ -48408,57 +48443,14 @@ export declare interface JsonApiAutomationPatch {
48408
48443
  * API identifier of an object
48409
48444
  */
48410
48445
  'id': string;
48411
- 'attributes'?: JsonApiAutomationPatchAttributes;
48412
- 'relationships'?: JsonApiAutomationPatchRelationships;
48446
+ 'attributes'?: JsonApiAutomationInAttributes;
48447
+ 'relationships'?: JsonApiAutomationInRelationships;
48413
48448
  }
48414
48449
 
48415
- export declare interface JsonApiAutomationPatchAttributes {
48416
- 'title'?: string;
48417
- 'description'?: string;
48418
- 'tags'?: Array<string>;
48419
- 'areRelationsValid'?: boolean;
48420
- /**
48421
- * Additional details to be included in the automated message.
48422
- */
48423
- 'details'?: object;
48424
- 'metadata'?: JsonApiAutomationOutAttributesMetadata | null;
48425
- /**
48426
- * Current state of the automation.
48427
- */
48428
- 'state'?: JsonApiAutomationPatchAttributesStateEnum;
48429
- /**
48430
- * Specify automation evaluation mode.
48431
- */
48432
- 'evaluationMode'?: JsonApiAutomationPatchAttributesEvaluationModeEnum;
48433
- 'schedule'?: JsonApiAutomationOutAttributesSchedule;
48434
- 'alert'?: JsonApiAutomationOutAttributesAlert;
48435
- 'tabularExports'?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
48436
- 'visualExports'?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
48437
- 'imageExports'?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
48438
- 'rawExports'?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
48439
- 'slidesExports'?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
48440
- 'dashboardTabularExports'?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
48441
- /**
48442
- * External recipients of the automation action results.
48443
- */
48444
- 'externalRecipients'?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
48445
- }
48446
-
48447
- export declare type JsonApiAutomationPatchAttributesEvaluationModeEnum = 'SHARED' | 'PER_RECIPIENT';
48448
-
48449
- export declare type JsonApiAutomationPatchAttributesStateEnum = 'ACTIVE' | 'PAUSED';
48450
-
48451
48450
  export declare interface JsonApiAutomationPatchDocument {
48452
48451
  'data': JsonApiAutomationPatch;
48453
48452
  }
48454
48453
 
48455
- export declare interface JsonApiAutomationPatchRelationships {
48456
- 'notificationChannel'?: JsonApiAutomationOutRelationshipsNotificationChannel;
48457
- 'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
48458
- 'exportDefinitions'?: JsonApiAutomationOutRelationshipsExportDefinitions;
48459
- 'recipients'?: JsonApiAutomationOutRelationshipsRecipients;
48460
- }
48461
-
48462
48454
  export declare type JsonApiAutomationPatchTypeEnum = 'automation';
48463
48455
 
48464
48456
  /**
@@ -48508,7 +48500,7 @@ export declare type JsonApiAutomationResultOutAttributesStatusEnum = 'SUCCESS' |
48508
48500
  export declare interface JsonApiAutomationResultOutList {
48509
48501
  'data': Array<JsonApiAutomationResultOutWithLinks>;
48510
48502
  'links'?: ListLinks;
48511
- 'meta'?: JsonApiAggregatedFactOutListMeta;
48503
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
48512
48504
  /**
48513
48505
  * Included resources
48514
48506
  */
@@ -48516,11 +48508,7 @@ export declare interface JsonApiAutomationResultOutList {
48516
48508
  }
48517
48509
 
48518
48510
  export declare interface JsonApiAutomationResultOutRelationships {
48519
- 'automation'?: JsonApiAutomationResultOutRelationshipsAutomation;
48520
- }
48521
-
48522
- export declare interface JsonApiAutomationResultOutRelationshipsAutomation {
48523
- 'data': JsonApiAutomationLinkage | null;
48511
+ 'automation'?: JsonApiExportDefinitionOutRelationshipsAutomation;
48524
48512
  }
48525
48513
 
48526
48514
  export declare type JsonApiAutomationResultOutTypeEnum = 'automationResult';
@@ -48596,7 +48584,7 @@ export declare interface JsonApiColorPaletteOutDocument {
48596
48584
  export declare interface JsonApiColorPaletteOutList {
48597
48585
  'data': Array<JsonApiColorPaletteOutWithLinks>;
48598
48586
  'links'?: ListLinks;
48599
- 'meta'?: JsonApiAggregatedFactOutListMeta;
48587
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
48600
48588
  }
48601
48589
 
48602
48590
  export declare type JsonApiColorPaletteOutTypeEnum = 'colorPalette';
@@ -48657,15 +48645,7 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
48657
48645
  * API identifier of an object
48658
48646
  */
48659
48647
  'id': string;
48660
- 'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
48661
- }
48662
-
48663
- export declare interface JsonApiCookieSecurityConfigurationInAttributes {
48664
- 'lastRotation'?: string;
48665
- /**
48666
- * Length of interval between automatic rotations expressed in format of ISO 8601 duration
48667
- */
48668
- 'rotationInterval'?: string;
48648
+ 'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
48669
48649
  }
48670
48650
 
48671
48651
  export declare interface JsonApiCookieSecurityConfigurationInDocument {
@@ -48686,7 +48666,15 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
48686
48666
  * API identifier of an object
48687
48667
  */
48688
48668
  'id': string;
48689
- 'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
48669
+ 'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
48670
+ }
48671
+
48672
+ export declare interface JsonApiCookieSecurityConfigurationOutAttributes {
48673
+ 'lastRotation'?: string;
48674
+ /**
48675
+ * Length of interval between automatic rotations expressed in format of ISO 8601 duration
48676
+ */
48677
+ 'rotationInterval'?: string;
48690
48678
  }
48691
48679
 
48692
48680
  export declare interface JsonApiCookieSecurityConfigurationOutDocument {
@@ -48708,7 +48696,7 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
48708
48696
  * API identifier of an object
48709
48697
  */
48710
48698
  'id': string;
48711
- 'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
48699
+ 'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
48712
48700
  }
48713
48701
 
48714
48702
  export declare interface JsonApiCookieSecurityConfigurationPatchDocument {
@@ -48768,7 +48756,7 @@ export declare interface JsonApiCspDirectiveOutDocument {
48768
48756
  export declare interface JsonApiCspDirectiveOutList {
48769
48757
  'data': Array<JsonApiCspDirectiveOutWithLinks>;
48770
48758
  'links'?: ListLinks;
48771
- 'meta'?: JsonApiAggregatedFactOutListMeta;
48759
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
48772
48760
  }
48773
48761
 
48774
48762
  export declare type JsonApiCspDirectiveOutTypeEnum = 'cspDirective';
@@ -48869,7 +48857,7 @@ export declare interface JsonApiCustomApplicationSettingOutDocument {
48869
48857
  export declare interface JsonApiCustomApplicationSettingOutList {
48870
48858
  'data': Array<JsonApiCustomApplicationSettingOutWithLinks>;
48871
48859
  'links'?: ListLinks;
48872
- 'meta'?: JsonApiAggregatedFactOutListMeta;
48860
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
48873
48861
  }
48874
48862
 
48875
48863
  export declare type JsonApiCustomApplicationSettingOutTypeEnum = 'customApplicationSetting';
@@ -48952,7 +48940,7 @@ export declare interface JsonApiCustomGeoCollectionIn {
48952
48940
  * API identifier of an object
48953
48941
  */
48954
48942
  'id': string;
48955
- 'attributes'?: JsonApiCustomGeoCollectionPatchAttributes;
48943
+ 'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
48956
48944
  }
48957
48945
 
48958
48946
  export declare interface JsonApiCustomGeoCollectionInDocument {
@@ -48973,7 +48961,12 @@ export declare interface JsonApiCustomGeoCollectionOut {
48973
48961
  * API identifier of an object
48974
48962
  */
48975
48963
  'id': string;
48976
- 'attributes'?: JsonApiCustomGeoCollectionPatchAttributes;
48964
+ 'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
48965
+ }
48966
+
48967
+ export declare interface JsonApiCustomGeoCollectionOutAttributes {
48968
+ 'name'?: string | null;
48969
+ 'description'?: string | null;
48977
48970
  }
48978
48971
 
48979
48972
  export declare interface JsonApiCustomGeoCollectionOutDocument {
@@ -48987,7 +48980,7 @@ export declare interface JsonApiCustomGeoCollectionOutDocument {
48987
48980
  export declare interface JsonApiCustomGeoCollectionOutList {
48988
48981
  'data': Array<JsonApiCustomGeoCollectionOutWithLinks>;
48989
48982
  'links'?: ListLinks;
48990
- 'meta'?: JsonApiAggregatedFactOutListMeta;
48983
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
48991
48984
  }
48992
48985
 
48993
48986
  export declare type JsonApiCustomGeoCollectionOutTypeEnum = 'customGeoCollection';
@@ -49001,7 +48994,7 @@ export declare interface JsonApiCustomGeoCollectionOutWithLinks {
49001
48994
  * API identifier of an object
49002
48995
  */
49003
48996
  'id': string;
49004
- 'attributes'?: JsonApiCustomGeoCollectionPatchAttributes;
48997
+ 'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
49005
48998
  'links'?: ObjectLinks;
49006
48999
  }
49007
49000
 
@@ -49019,12 +49012,7 @@ export declare interface JsonApiCustomGeoCollectionPatch {
49019
49012
  * API identifier of an object
49020
49013
  */
49021
49014
  'id': string;
49022
- 'attributes'?: JsonApiCustomGeoCollectionPatchAttributes;
49023
- }
49024
-
49025
- export declare interface JsonApiCustomGeoCollectionPatchAttributes {
49026
- 'name'?: string | null;
49027
- 'description'?: string | null;
49015
+ 'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
49028
49016
  }
49029
49017
 
49030
49018
  export declare interface JsonApiCustomGeoCollectionPatchDocument {
@@ -49045,7 +49033,7 @@ export declare interface JsonApiDashboardPluginIn {
49045
49033
  * API identifier of an object
49046
49034
  */
49047
49035
  'id': string;
49048
- 'attributes'?: JsonApiDashboardPluginPatchAttributes;
49036
+ 'attributes'?: JsonApiDashboardPluginPostOptionalIdAttributes;
49049
49037
  }
49050
49038
 
49051
49039
  export declare interface JsonApiDashboardPluginInDocument {
@@ -49115,7 +49103,7 @@ export declare interface JsonApiDashboardPluginOutDocument {
49115
49103
  export declare interface JsonApiDashboardPluginOutList {
49116
49104
  'data': Array<JsonApiDashboardPluginOutWithLinks>;
49117
49105
  'links'?: ListLinks;
49118
- 'meta'?: JsonApiAggregatedFactOutListMeta;
49106
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
49119
49107
  /**
49120
49108
  * Included resources
49121
49109
  */
@@ -49158,18 +49146,7 @@ export declare interface JsonApiDashboardPluginPatch {
49158
49146
  * API identifier of an object
49159
49147
  */
49160
49148
  'id': string;
49161
- 'attributes'?: JsonApiDashboardPluginPatchAttributes;
49162
- }
49163
-
49164
- export declare interface JsonApiDashboardPluginPatchAttributes {
49165
- 'title'?: string;
49166
- 'description'?: string;
49167
- 'tags'?: Array<string>;
49168
- 'areRelationsValid'?: boolean;
49169
- /**
49170
- * Free-form JSON content. Maximum supported length is 250000 characters.
49171
- */
49172
- 'content'?: object;
49149
+ 'attributes'?: JsonApiDashboardPluginPostOptionalIdAttributes;
49173
49150
  }
49174
49151
 
49175
49152
  export declare interface JsonApiDashboardPluginPatchDocument {
@@ -49190,7 +49167,18 @@ export declare interface JsonApiDashboardPluginPostOptionalId {
49190
49167
  * API identifier of an object
49191
49168
  */
49192
49169
  'id'?: string;
49193
- 'attributes'?: JsonApiDashboardPluginPatchAttributes;
49170
+ 'attributes'?: JsonApiDashboardPluginPostOptionalIdAttributes;
49171
+ }
49172
+
49173
+ export declare interface JsonApiDashboardPluginPostOptionalIdAttributes {
49174
+ 'title'?: string;
49175
+ 'description'?: string;
49176
+ 'tags'?: Array<string>;
49177
+ 'areRelationsValid'?: boolean;
49178
+ /**
49179
+ * Free-form JSON content. Maximum supported length is 250000 characters.
49180
+ */
49181
+ 'content'?: object;
49194
49182
  }
49195
49183
 
49196
49184
  export declare interface JsonApiDashboardPluginPostOptionalIdDocument {
@@ -49307,7 +49295,7 @@ export declare type JsonApiDatasetOutIncludes = JsonApiAggregatedFactOutWithLink
49307
49295
  export declare interface JsonApiDatasetOutList {
49308
49296
  'data': Array<JsonApiDatasetOutWithLinks>;
49309
49297
  'links'?: ListLinks;
49310
- 'meta'?: JsonApiAggregatedFactOutListMeta;
49298
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
49311
49299
  /**
49312
49300
  * Included resources
49313
49301
  */
@@ -49426,7 +49414,7 @@ export declare interface JsonApiDataSourceIdentifierOut {
49426
49414
  * API identifier of an object
49427
49415
  */
49428
49416
  'id': string;
49429
- 'meta'?: JsonApiDataSourceOutMeta;
49417
+ 'meta'?: JsonApiDataSourceIdentifierOutMeta;
49430
49418
  'attributes': JsonApiDataSourceIdentifierOutAttributes;
49431
49419
  }
49432
49420
 
@@ -49449,9 +49437,18 @@ export declare interface JsonApiDataSourceIdentifierOutDocument {
49449
49437
  export declare interface JsonApiDataSourceIdentifierOutList {
49450
49438
  'data': Array<JsonApiDataSourceIdentifierOutWithLinks>;
49451
49439
  'links'?: ListLinks;
49452
- 'meta'?: JsonApiAggregatedFactOutListMeta;
49440
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
49453
49441
  }
49454
49442
 
49443
+ export declare interface JsonApiDataSourceIdentifierOutMeta {
49444
+ /**
49445
+ * List of valid permissions for a logged-in user.
49446
+ */
49447
+ 'permissions'?: Array<JsonApiDataSourceIdentifierOutMetaPermissionsEnum>;
49448
+ }
49449
+
49450
+ export declare type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = 'MANAGE' | 'USE';
49451
+
49455
49452
  export declare type JsonApiDataSourceIdentifierOutTypeEnum = 'dataSourceIdentifier';
49456
49453
 
49457
49454
  export declare interface JsonApiDataSourceIdentifierOutWithLinks {
@@ -49463,7 +49460,7 @@ export declare interface JsonApiDataSourceIdentifierOutWithLinks {
49463
49460
  * API identifier of an object
49464
49461
  */
49465
49462
  'id': string;
49466
- 'meta'?: JsonApiDataSourceOutMeta;
49463
+ 'meta'?: JsonApiDataSourceIdentifierOutMeta;
49467
49464
  'attributes': JsonApiDataSourceIdentifierOutAttributes;
49468
49465
  'links'?: ObjectLinks;
49469
49466
  }
@@ -49533,7 +49530,7 @@ export declare interface JsonApiDataSourceInAttributes {
49533
49530
  /**
49534
49531
  * Additional parameters to be used when connecting to the database providing the data for the data source.
49535
49532
  */
49536
- 'parameters'?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
49533
+ 'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
49537
49534
  /**
49538
49535
  * Determines how the results coming from a particular datasource should be cached.
49539
49536
  */
@@ -49566,7 +49563,7 @@ export declare interface JsonApiDataSourceOut {
49566
49563
  * API identifier of an object
49567
49564
  */
49568
49565
  'id': string;
49569
- 'meta'?: JsonApiDataSourceOutMeta;
49566
+ 'meta'?: JsonApiDataSourceIdentifierOutMeta;
49570
49567
  'attributes': JsonApiDataSourceOutAttributes;
49571
49568
  }
49572
49569
 
@@ -49598,11 +49595,11 @@ export declare interface JsonApiDataSourceOutAttributes {
49598
49595
  /**
49599
49596
  * Additional parameters to be used when connecting to the database providing the data for the data source.
49600
49597
  */
49601
- 'parameters'?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
49598
+ 'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
49602
49599
  /**
49603
49600
  * Decoded parameters to be used when connecting to the database providing the data for the data source.
49604
49601
  */
49605
- 'decodedParameters'?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
49602
+ 'decodedParameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
49606
49603
  /**
49607
49604
  * Determines how the results coming from a particular datasource should be cached.
49608
49605
  */
@@ -49621,6 +49618,11 @@ export declare type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = 'USER
49621
49618
 
49622
49619
  export declare type JsonApiDataSourceOutAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
49623
49620
 
49621
+ export declare interface JsonApiDataSourceOutAttributesParametersInner {
49622
+ 'name': string;
49623
+ 'value': string;
49624
+ }
49625
+
49624
49626
  export declare type JsonApiDataSourceOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
49625
49627
 
49626
49628
  export declare interface JsonApiDataSourceOutDocument {
@@ -49634,18 +49636,9 @@ export declare interface JsonApiDataSourceOutDocument {
49634
49636
  export declare interface JsonApiDataSourceOutList {
49635
49637
  'data': Array<JsonApiDataSourceOutWithLinks>;
49636
49638
  'links'?: ListLinks;
49637
- 'meta'?: JsonApiAggregatedFactOutListMeta;
49639
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
49638
49640
  }
49639
49641
 
49640
- export declare interface JsonApiDataSourceOutMeta {
49641
- /**
49642
- * List of valid permissions for a logged-in user.
49643
- */
49644
- 'permissions'?: Array<JsonApiDataSourceOutMetaPermissionsEnum>;
49645
- }
49646
-
49647
- export declare type JsonApiDataSourceOutMetaPermissionsEnum = 'MANAGE' | 'USE';
49648
-
49649
49642
  export declare type JsonApiDataSourceOutTypeEnum = 'dataSource';
49650
49643
 
49651
49644
  export declare interface JsonApiDataSourceOutWithLinks {
@@ -49657,7 +49650,7 @@ export declare interface JsonApiDataSourceOutWithLinks {
49657
49650
  * API identifier of an object
49658
49651
  */
49659
49652
  'id': string;
49660
- 'meta'?: JsonApiDataSourceOutMeta;
49653
+ 'meta'?: JsonApiDataSourceIdentifierOutMeta;
49661
49654
  'attributes': JsonApiDataSourceOutAttributes;
49662
49655
  'links'?: ObjectLinks;
49663
49656
  }
@@ -49727,7 +49720,7 @@ export declare interface JsonApiDataSourcePatchAttributes {
49727
49720
  /**
49728
49721
  * Additional parameters to be used when connecting to the database providing the data for the data source.
49729
49722
  */
49730
- 'parameters'?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
49723
+ 'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
49731
49724
  /**
49732
49725
  * Determines how the results coming from a particular datasource should be cached.
49733
49726
  */
@@ -49740,11 +49733,6 @@ export declare interface JsonApiDataSourcePatchAttributes {
49740
49733
 
49741
49734
  export declare type JsonApiDataSourcePatchAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
49742
49735
 
49743
- export declare interface JsonApiDataSourcePatchAttributesParametersInner {
49744
- 'name': string;
49745
- 'value': string;
49746
- }
49747
-
49748
49736
  export declare type JsonApiDataSourcePatchAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
49749
49737
 
49750
49738
  export declare interface JsonApiDataSourcePatchDocument {
@@ -49784,7 +49772,7 @@ export declare interface JsonApiEntitlementOutDocument {
49784
49772
  export declare interface JsonApiEntitlementOutList {
49785
49773
  'data': Array<JsonApiEntitlementOutWithLinks>;
49786
49774
  'links'?: ListLinks;
49787
- 'meta'?: JsonApiAggregatedFactOutListMeta;
49775
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
49788
49776
  }
49789
49777
 
49790
49778
  export declare type JsonApiEntitlementOutTypeEnum = 'entitlement';
@@ -49816,8 +49804,8 @@ export declare interface JsonApiExportDefinitionIn {
49816
49804
  * API identifier of an object
49817
49805
  */
49818
49806
  'id': string;
49819
- 'attributes'?: JsonApiExportDefinitionPatchAttributes;
49820
- 'relationships'?: JsonApiExportDefinitionPatchRelationships;
49807
+ 'attributes'?: JsonApiExportDefinitionPostOptionalIdAttributes;
49808
+ 'relationships'?: JsonApiExportDefinitionPostOptionalIdRelationships;
49821
49809
  }
49822
49810
 
49823
49811
  export declare interface JsonApiExportDefinitionInDocument {
@@ -49895,7 +49883,7 @@ export declare type JsonApiExportDefinitionOutIncludes = JsonApiAnalyticalDashbo
49895
49883
  export declare interface JsonApiExportDefinitionOutList {
49896
49884
  'data': Array<JsonApiExportDefinitionOutWithLinks>;
49897
49885
  'links'?: ListLinks;
49898
- 'meta'?: JsonApiAggregatedFactOutListMeta;
49886
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
49899
49887
  /**
49900
49888
  * Included resources
49901
49889
  */
@@ -49904,12 +49892,20 @@ export declare interface JsonApiExportDefinitionOutList {
49904
49892
 
49905
49893
  export declare interface JsonApiExportDefinitionOutRelationships {
49906
49894
  'visualizationObject'?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
49907
- 'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
49908
- 'automation'?: JsonApiAutomationResultOutRelationshipsAutomation;
49895
+ 'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
49896
+ 'automation'?: JsonApiExportDefinitionOutRelationshipsAutomation;
49909
49897
  'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
49910
49898
  'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
49911
49899
  }
49912
49900
 
49901
+ export declare interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
49902
+ 'data': JsonApiAnalyticalDashboardLinkage | null;
49903
+ }
49904
+
49905
+ export declare interface JsonApiExportDefinitionOutRelationshipsAutomation {
49906
+ 'data': JsonApiAutomationLinkage | null;
49907
+ }
49908
+
49913
49909
  export declare interface JsonApiExportDefinitionOutRelationshipsVisualizationObject {
49914
49910
  'data': JsonApiVisualizationObjectLinkage | null;
49915
49911
  }
@@ -49945,27 +49941,14 @@ export declare interface JsonApiExportDefinitionPatch {
49945
49941
  * API identifier of an object
49946
49942
  */
49947
49943
  'id': string;
49948
- 'attributes'?: JsonApiExportDefinitionPatchAttributes;
49949
- 'relationships'?: JsonApiExportDefinitionPatchRelationships;
49950
- }
49951
-
49952
- export declare interface JsonApiExportDefinitionPatchAttributes {
49953
- 'title'?: string;
49954
- 'description'?: string;
49955
- 'tags'?: Array<string>;
49956
- 'requestPayload'?: JsonApiExportDefinitionOutAttributesRequestPayload;
49957
- 'areRelationsValid'?: boolean;
49944
+ 'attributes'?: JsonApiExportDefinitionPostOptionalIdAttributes;
49945
+ 'relationships'?: JsonApiExportDefinitionPostOptionalIdRelationships;
49958
49946
  }
49959
49947
 
49960
49948
  export declare interface JsonApiExportDefinitionPatchDocument {
49961
49949
  'data': JsonApiExportDefinitionPatch;
49962
49950
  }
49963
49951
 
49964
- export declare interface JsonApiExportDefinitionPatchRelationships {
49965
- 'visualizationObject'?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
49966
- 'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
49967
- }
49968
-
49969
49952
  export declare type JsonApiExportDefinitionPatchTypeEnum = 'exportDefinition';
49970
49953
 
49971
49954
  /**
@@ -49980,14 +49963,27 @@ export declare interface JsonApiExportDefinitionPostOptionalId {
49980
49963
  * API identifier of an object
49981
49964
  */
49982
49965
  'id'?: string;
49983
- 'attributes'?: JsonApiExportDefinitionPatchAttributes;
49984
- 'relationships'?: JsonApiExportDefinitionPatchRelationships;
49966
+ 'attributes'?: JsonApiExportDefinitionPostOptionalIdAttributes;
49967
+ 'relationships'?: JsonApiExportDefinitionPostOptionalIdRelationships;
49968
+ }
49969
+
49970
+ export declare interface JsonApiExportDefinitionPostOptionalIdAttributes {
49971
+ 'title'?: string;
49972
+ 'description'?: string;
49973
+ 'tags'?: Array<string>;
49974
+ 'requestPayload'?: JsonApiExportDefinitionOutAttributesRequestPayload;
49975
+ 'areRelationsValid'?: boolean;
49985
49976
  }
49986
49977
 
49987
49978
  export declare interface JsonApiExportDefinitionPostOptionalIdDocument {
49988
49979
  'data': JsonApiExportDefinitionPostOptionalId;
49989
49980
  }
49990
49981
 
49982
+ export declare interface JsonApiExportDefinitionPostOptionalIdRelationships {
49983
+ 'visualizationObject'?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
49984
+ 'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
49985
+ }
49986
+
49991
49987
  export declare type JsonApiExportDefinitionPostOptionalIdTypeEnum = 'exportDefinition';
49992
49988
 
49993
49989
  /**
@@ -50031,10 +50027,39 @@ export declare interface JsonApiExportTemplateOutAttributes {
50031
50027
  * User-facing name of the Slides template.
50032
50028
  */
50033
50029
  'name': string;
50034
- 'dashboardSlidesTemplate'?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
50035
- 'widgetSlidesTemplate'?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
50030
+ 'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
50031
+ 'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
50032
+ }
50033
+
50034
+ /**
50035
+ * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
50036
+ */
50037
+ export declare interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
50038
+ /**
50039
+ * Export types this template applies to.
50040
+ */
50041
+ 'appliedOn': Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
50042
+ 'coverSlide'?: CoverSlideTemplate | null;
50043
+ 'introSlide'?: IntroSlideTemplate | null;
50044
+ 'sectionSlide'?: SectionSlideTemplate | null;
50045
+ 'contentSlide'?: ContentSlideTemplate | null;
50036
50046
  }
50037
50047
 
50048
+ export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
50049
+
50050
+ /**
50051
+ * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
50052
+ */
50053
+ export declare interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
50054
+ /**
50055
+ * Export types this template applies to.
50056
+ */
50057
+ 'appliedOn': Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
50058
+ 'contentSlide'?: ContentSlideTemplate | null;
50059
+ }
50060
+
50061
+ export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
50062
+
50038
50063
  export declare interface JsonApiExportTemplateOutDocument {
50039
50064
  'data': JsonApiExportTemplateOut;
50040
50065
  'links'?: ObjectLinks;
@@ -50046,7 +50071,7 @@ export declare interface JsonApiExportTemplateOutDocument {
50046
50071
  export declare interface JsonApiExportTemplateOutList {
50047
50072
  'data': Array<JsonApiExportTemplateOutWithLinks>;
50048
50073
  'links'?: ListLinks;
50049
- 'meta'?: JsonApiAggregatedFactOutListMeta;
50074
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
50050
50075
  }
50051
50076
 
50052
50077
  export declare type JsonApiExportTemplateOutTypeEnum = 'exportTemplate';
@@ -50086,39 +50111,10 @@ export declare interface JsonApiExportTemplatePatchAttributes {
50086
50111
  * User-facing name of the Slides template.
50087
50112
  */
50088
50113
  'name'?: string;
50089
- 'dashboardSlidesTemplate'?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
50090
- 'widgetSlidesTemplate'?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
50114
+ 'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
50115
+ 'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
50091
50116
  }
50092
50117
 
50093
- /**
50094
- * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
50095
- */
50096
- export declare interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
50097
- /**
50098
- * Export types this template applies to.
50099
- */
50100
- 'appliedOn': Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
50101
- 'coverSlide'?: CoverSlideTemplate | null;
50102
- 'introSlide'?: IntroSlideTemplate | null;
50103
- 'sectionSlide'?: SectionSlideTemplate | null;
50104
- 'contentSlide'?: ContentSlideTemplate | null;
50105
- }
50106
-
50107
- export declare type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
50108
-
50109
- /**
50110
- * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
50111
- */
50112
- export declare interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
50113
- /**
50114
- * Export types this template applies to.
50115
- */
50116
- 'appliedOn': Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
50117
- 'contentSlide'?: ContentSlideTemplate | null;
50118
- }
50119
-
50120
- export declare type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
50121
-
50122
50118
  export declare interface JsonApiExportTemplatePatchDocument {
50123
50119
  'data': JsonApiExportTemplatePatch;
50124
50120
  }
@@ -50202,7 +50198,7 @@ export declare interface JsonApiFactOutDocument {
50202
50198
  export declare interface JsonApiFactOutList {
50203
50199
  'data': Array<JsonApiFactOutWithLinks>;
50204
50200
  'links'?: ListLinks;
50205
- 'meta'?: JsonApiAggregatedFactOutListMeta;
50201
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
50206
50202
  /**
50207
50203
  * Included resources
50208
50204
  */
@@ -50336,7 +50332,7 @@ export declare type JsonApiFilterContextOutIncludes = JsonApiAttributeOutWithLin
50336
50332
  export declare interface JsonApiFilterContextOutList {
50337
50333
  'data': Array<JsonApiFilterContextOutWithLinks>;
50338
50334
  'links'?: ListLinks;
50339
- 'meta'?: JsonApiAggregatedFactOutListMeta;
50335
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
50340
50336
  /**
50341
50337
  * Included resources
50342
50338
  */
@@ -50494,7 +50490,7 @@ export declare type JsonApiFilterViewOutIncludes = JsonApiAnalyticalDashboardOut
50494
50490
  export declare interface JsonApiFilterViewOutList {
50495
50491
  'data': Array<JsonApiFilterViewOutWithLinks>;
50496
50492
  'links'?: ListLinks;
50497
- 'meta'?: JsonApiAggregatedFactOutListMeta;
50493
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
50498
50494
  /**
50499
50495
  * Included resources
50500
50496
  */
@@ -50502,7 +50498,7 @@ export declare interface JsonApiFilterViewOutList {
50502
50498
  }
50503
50499
 
50504
50500
  export declare interface JsonApiFilterViewOutRelationships {
50505
- 'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
50501
+ 'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
50506
50502
  'user'?: JsonApiFilterViewOutRelationshipsUser;
50507
50503
  }
50508
50504
 
@@ -50676,7 +50672,7 @@ export declare interface JsonApiIdentityProviderOutDocument {
50676
50672
  export declare interface JsonApiIdentityProviderOutList {
50677
50673
  'data': Array<JsonApiIdentityProviderOutWithLinks>;
50678
50674
  'links'?: ListLinks;
50679
- 'meta'?: JsonApiAggregatedFactOutListMeta;
50675
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
50680
50676
  }
50681
50677
 
50682
50678
  export declare type JsonApiIdentityProviderOutTypeEnum = 'identityProvider';
@@ -50782,7 +50778,7 @@ export declare interface JsonApiJwkIn {
50782
50778
  * API identifier of an object
50783
50779
  */
50784
50780
  'id': string;
50785
- 'attributes'?: JsonApiJwkPatchAttributes;
50781
+ 'attributes'?: JsonApiJwkOutAttributes;
50786
50782
  }
50787
50783
 
50788
50784
  export declare interface JsonApiJwkInDocument {
@@ -50803,7 +50799,11 @@ export declare interface JsonApiJwkOut {
50803
50799
  * API identifier of an object
50804
50800
  */
50805
50801
  'id': string;
50806
- 'attributes'?: JsonApiJwkPatchAttributes;
50802
+ 'attributes'?: JsonApiJwkOutAttributes;
50803
+ }
50804
+
50805
+ export declare interface JsonApiJwkOutAttributes {
50806
+ 'content'?: RsaSpecification;
50807
50807
  }
50808
50808
 
50809
50809
  export declare interface JsonApiJwkOutDocument {
@@ -50817,7 +50817,7 @@ export declare interface JsonApiJwkOutDocument {
50817
50817
  export declare interface JsonApiJwkOutList {
50818
50818
  'data': Array<JsonApiJwkOutWithLinks>;
50819
50819
  'links'?: ListLinks;
50820
- 'meta'?: JsonApiAggregatedFactOutListMeta;
50820
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
50821
50821
  }
50822
50822
 
50823
50823
  export declare type JsonApiJwkOutTypeEnum = 'jwk';
@@ -50831,7 +50831,7 @@ export declare interface JsonApiJwkOutWithLinks {
50831
50831
  * API identifier of an object
50832
50832
  */
50833
50833
  'id': string;
50834
- 'attributes'?: JsonApiJwkPatchAttributes;
50834
+ 'attributes'?: JsonApiJwkOutAttributes;
50835
50835
  'links'?: ObjectLinks;
50836
50836
  }
50837
50837
 
@@ -50849,11 +50849,7 @@ export declare interface JsonApiJwkPatch {
50849
50849
  * API identifier of an object
50850
50850
  */
50851
50851
  'id': string;
50852
- 'attributes'?: JsonApiJwkPatchAttributes;
50853
- }
50854
-
50855
- export declare interface JsonApiJwkPatchAttributes {
50856
- 'content'?: RsaSpecification;
50852
+ 'attributes'?: JsonApiJwkOutAttributes;
50857
50853
  }
50858
50854
 
50859
50855
  export declare interface JsonApiJwkPatchDocument {
@@ -50991,7 +50987,7 @@ export declare type JsonApiKnowledgeRecommendationOutIncludes = JsonApiAnalytica
50991
50987
  export declare interface JsonApiKnowledgeRecommendationOutList {
50992
50988
  'data': Array<JsonApiKnowledgeRecommendationOutWithLinks>;
50993
50989
  'links'?: ListLinks;
50994
- 'meta'?: JsonApiAggregatedFactOutListMeta;
50990
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
50995
50991
  /**
50996
50992
  * Included resources
50997
50993
  */
@@ -51000,7 +50996,7 @@ export declare interface JsonApiKnowledgeRecommendationOutList {
51000
50996
 
51001
50997
  export declare interface JsonApiKnowledgeRecommendationOutRelationships {
51002
50998
  'metric'?: JsonApiKnowledgeRecommendationOutRelationshipsMetric;
51003
- 'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
50999
+ 'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
51004
51000
  }
51005
51001
 
51006
51002
  export declare interface JsonApiKnowledgeRecommendationOutRelationshipsMetric {
@@ -51208,7 +51204,7 @@ export declare interface JsonApiKnowledgeRecommendationPostOptionalIdDocument {
51208
51204
 
51209
51205
  export declare interface JsonApiKnowledgeRecommendationPostOptionalIdRelationships {
51210
51206
  'metric': JsonApiKnowledgeRecommendationOutRelationshipsMetric;
51211
- 'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
51207
+ 'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
51212
51208
  }
51213
51209
 
51214
51210
  export declare type JsonApiKnowledgeRecommendationPostOptionalIdTypeEnum = 'knowledgeRecommendation';
@@ -51288,7 +51284,7 @@ export declare interface JsonApiLabelOutDocument {
51288
51284
  export declare interface JsonApiLabelOutList {
51289
51285
  'data': Array<JsonApiLabelOutWithLinks>;
51290
51286
  'links'?: ListLinks;
51291
- 'meta'?: JsonApiAggregatedFactOutListMeta;
51287
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
51292
51288
  /**
51293
51289
  * Included resources
51294
51290
  */
@@ -51444,7 +51440,7 @@ export declare interface JsonApiLlmEndpointOutDocument {
51444
51440
  export declare interface JsonApiLlmEndpointOutList {
51445
51441
  'data': Array<JsonApiLlmEndpointOutWithLinks>;
51446
51442
  'links'?: ListLinks;
51447
- 'meta'?: JsonApiAggregatedFactOutListMeta;
51443
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
51448
51444
  }
51449
51445
 
51450
51446
  export declare type JsonApiLlmEndpointOutTypeEnum = 'llmEndpoint';
@@ -51600,7 +51596,7 @@ export declare interface JsonApiMemoryItemOutDocument {
51600
51596
  export declare interface JsonApiMemoryItemOutList {
51601
51597
  'data': Array<JsonApiMemoryItemOutWithLinks>;
51602
51598
  'links'?: ListLinks;
51603
- 'meta'?: JsonApiAggregatedFactOutListMeta;
51599
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
51604
51600
  /**
51605
51601
  * Included resources
51606
51602
  */
@@ -51818,7 +51814,7 @@ export declare type JsonApiMetricOutIncludes = JsonApiAttributeOutWithLinks | Js
51818
51814
  export declare interface JsonApiMetricOutList {
51819
51815
  'data': Array<JsonApiMetricOutWithLinks>;
51820
51816
  'links'?: ListLinks;
51821
- 'meta'?: JsonApiAggregatedFactOutListMeta;
51817
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
51822
51818
  /**
51823
51819
  * Included resources
51824
51820
  */
@@ -51946,7 +51942,7 @@ export declare interface JsonApiNotificationChannelIdentifierOutDocument {
51946
51942
  export declare interface JsonApiNotificationChannelIdentifierOutList {
51947
51943
  'data': Array<JsonApiNotificationChannelIdentifierOutWithLinks>;
51948
51944
  'links'?: ListLinks;
51949
- 'meta'?: JsonApiAggregatedFactOutListMeta;
51945
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
51950
51946
  }
51951
51947
 
51952
51948
  export declare type JsonApiNotificationChannelIdentifierOutTypeEnum = 'notificationChannelIdentifier';
@@ -52064,7 +52060,7 @@ export declare interface JsonApiNotificationChannelOutDocument {
52064
52060
  export declare interface JsonApiNotificationChannelOutList {
52065
52061
  'data': Array<JsonApiNotificationChannelOutWithLinks>;
52066
52062
  'links'?: ListLinks;
52067
- 'meta'?: JsonApiAggregatedFactOutListMeta;
52063
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
52068
52064
  }
52069
52065
 
52070
52066
  export declare type JsonApiNotificationChannelOutTypeEnum = 'notificationChannel';
@@ -52170,37 +52166,14 @@ export declare interface JsonApiOrganizationIn {
52170
52166
  * API identifier of an object
52171
52167
  */
52172
52168
  'id': string;
52173
- 'attributes'?: JsonApiOrganizationInAttributes;
52174
- 'relationships'?: JsonApiOrganizationInRelationships;
52175
- }
52176
-
52177
- export declare interface JsonApiOrganizationInAttributes {
52178
- 'name'?: string | null;
52179
- 'hostname'?: string;
52180
- 'allowedOrigins'?: Array<string>;
52181
- /**
52182
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
52183
- * @deprecated
52184
- */
52185
- 'earlyAccess'?: string | null;
52186
- /**
52187
- * The early access feature identifiers. They are used to enable experimental features.
52188
- */
52189
- 'earlyAccessValues'?: Array<string> | null;
52169
+ 'attributes'?: JsonApiOrganizationPatchAttributes;
52170
+ 'relationships'?: JsonApiOrganizationPatchRelationships;
52190
52171
  }
52191
52172
 
52192
52173
  export declare interface JsonApiOrganizationInDocument {
52193
52174
  'data': JsonApiOrganizationIn;
52194
52175
  }
52195
52176
 
52196
- export declare interface JsonApiOrganizationInRelationships {
52197
- 'identityProvider'?: JsonApiOrganizationInRelationshipsIdentityProvider;
52198
- }
52199
-
52200
- export declare interface JsonApiOrganizationInRelationshipsIdentityProvider {
52201
- 'data': JsonApiIdentityProviderLinkage | null;
52202
- }
52203
-
52204
52177
  export declare type JsonApiOrganizationInTypeEnum = 'organization';
52205
52178
 
52206
52179
  /**
@@ -52272,12 +52245,16 @@ export declare interface JsonApiOrganizationOutMeta {
52272
52245
  'permissions'?: Array<JsonApiOrganizationOutMetaPermissionsEnum>;
52273
52246
  }
52274
52247
 
52275
- export declare type JsonApiOrganizationOutMetaPermissionsEnum = 'MANAGE' | 'SELF_CREATE_TOKEN';
52248
+ export declare type JsonApiOrganizationOutMetaPermissionsEnum = 'MANAGE' | 'SELF_CREATE_TOKEN' | 'BASE_UI_ACCESS';
52276
52249
 
52277
52250
  export declare interface JsonApiOrganizationOutRelationships {
52278
52251
  'bootstrapUser'?: JsonApiFilterViewOutRelationshipsUser;
52279
52252
  'bootstrapUserGroup'?: JsonApiUserDataFilterOutRelationshipsUserGroup;
52280
- 'identityProvider'?: JsonApiOrganizationInRelationshipsIdentityProvider;
52253
+ 'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
52254
+ }
52255
+
52256
+ export declare interface JsonApiOrganizationOutRelationshipsIdentityProvider {
52257
+ 'data': JsonApiIdentityProviderLinkage | null;
52281
52258
  }
52282
52259
 
52283
52260
  export declare type JsonApiOrganizationOutTypeEnum = 'organization';
@@ -52294,14 +52271,33 @@ export declare interface JsonApiOrganizationPatch {
52294
52271
  * API identifier of an object
52295
52272
  */
52296
52273
  'id': string;
52297
- 'attributes'?: JsonApiOrganizationInAttributes;
52298
- 'relationships'?: JsonApiOrganizationInRelationships;
52274
+ 'attributes'?: JsonApiOrganizationPatchAttributes;
52275
+ 'relationships'?: JsonApiOrganizationPatchRelationships;
52276
+ }
52277
+
52278
+ export declare interface JsonApiOrganizationPatchAttributes {
52279
+ 'name'?: string | null;
52280
+ 'hostname'?: string;
52281
+ 'allowedOrigins'?: Array<string>;
52282
+ /**
52283
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
52284
+ * @deprecated
52285
+ */
52286
+ 'earlyAccess'?: string | null;
52287
+ /**
52288
+ * The early access feature identifiers. They are used to enable experimental features.
52289
+ */
52290
+ 'earlyAccessValues'?: Array<string> | null;
52299
52291
  }
52300
52292
 
52301
52293
  export declare interface JsonApiOrganizationPatchDocument {
52302
52294
  'data': JsonApiOrganizationPatch;
52303
52295
  }
52304
52296
 
52297
+ export declare interface JsonApiOrganizationPatchRelationships {
52298
+ 'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
52299
+ }
52300
+
52305
52301
  export declare type JsonApiOrganizationPatchTypeEnum = 'organization';
52306
52302
 
52307
52303
  /**
@@ -52316,7 +52312,7 @@ export declare interface JsonApiOrganizationSettingIn {
52316
52312
  * API identifier of an object
52317
52313
  */
52318
52314
  'id': string;
52319
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
52315
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
52320
52316
  }
52321
52317
 
52322
52318
  export declare interface JsonApiOrganizationSettingInDocument {
@@ -52337,9 +52333,19 @@ export declare interface JsonApiOrganizationSettingOut {
52337
52333
  * API identifier of an object
52338
52334
  */
52339
52335
  'id': string;
52340
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
52336
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
52337
+ }
52338
+
52339
+ export declare interface JsonApiOrganizationSettingOutAttributes {
52340
+ /**
52341
+ * Free-form JSON content. Maximum supported length is 15000 characters.
52342
+ */
52343
+ 'content'?: object;
52344
+ 'type'?: JsonApiOrganizationSettingOutAttributesTypeEnum;
52341
52345
  }
52342
52346
 
52347
+ export declare type JsonApiOrganizationSettingOutAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI';
52348
+
52343
52349
  export declare interface JsonApiOrganizationSettingOutDocument {
52344
52350
  'data': JsonApiOrganizationSettingOut;
52345
52351
  'links'?: ObjectLinks;
@@ -52351,7 +52357,7 @@ export declare interface JsonApiOrganizationSettingOutDocument {
52351
52357
  export declare interface JsonApiOrganizationSettingOutList {
52352
52358
  'data': Array<JsonApiOrganizationSettingOutWithLinks>;
52353
52359
  'links'?: ListLinks;
52354
- 'meta'?: JsonApiAggregatedFactOutListMeta;
52360
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
52355
52361
  }
52356
52362
 
52357
52363
  export declare type JsonApiOrganizationSettingOutTypeEnum = 'organizationSetting';
@@ -52365,7 +52371,7 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
52365
52371
  * API identifier of an object
52366
52372
  */
52367
52373
  'id': string;
52368
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
52374
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
52369
52375
  'links'?: ObjectLinks;
52370
52376
  }
52371
52377
 
@@ -52383,7 +52389,7 @@ export declare interface JsonApiOrganizationSettingPatch {
52383
52389
  * API identifier of an object
52384
52390
  */
52385
52391
  'id': string;
52386
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
52392
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
52387
52393
  }
52388
52394
 
52389
52395
  export declare interface JsonApiOrganizationSettingPatchDocument {
@@ -52439,7 +52445,7 @@ export declare interface JsonApiThemeOutDocument {
52439
52445
  export declare interface JsonApiThemeOutList {
52440
52446
  'data': Array<JsonApiThemeOutWithLinks>;
52441
52447
  'links'?: ListLinks;
52442
- 'meta'?: JsonApiAggregatedFactOutListMeta;
52448
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
52443
52449
  }
52444
52450
 
52445
52451
  export declare type JsonApiThemeOutTypeEnum = 'theme';
@@ -52493,7 +52499,7 @@ export declare interface JsonApiUserDataFilterIn {
52493
52499
  */
52494
52500
  'id': string;
52495
52501
  'attributes': JsonApiUserDataFilterOutAttributes;
52496
- 'relationships'?: JsonApiUserDataFilterPatchRelationships;
52502
+ 'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
52497
52503
  }
52498
52504
 
52499
52505
  export declare interface JsonApiUserDataFilterInDocument {
@@ -52547,7 +52553,7 @@ export declare type JsonApiUserDataFilterOutIncludes = JsonApiAttributeOutWithLi
52547
52553
  export declare interface JsonApiUserDataFilterOutList {
52548
52554
  'data': Array<JsonApiUserDataFilterOutWithLinks>;
52549
52555
  'links'?: ListLinks;
52550
- 'meta'?: JsonApiAggregatedFactOutListMeta;
52556
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
52551
52557
  /**
52552
52558
  * Included resources
52553
52559
  */
@@ -52600,7 +52606,7 @@ export declare interface JsonApiUserDataFilterPatch {
52600
52606
  */
52601
52607
  'id': string;
52602
52608
  'attributes': JsonApiUserDataFilterPatchAttributes;
52603
- 'relationships'?: JsonApiUserDataFilterPatchRelationships;
52609
+ 'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
52604
52610
  }
52605
52611
 
52606
52612
  export declare interface JsonApiUserDataFilterPatchAttributes {
@@ -52615,11 +52621,6 @@ export declare interface JsonApiUserDataFilterPatchDocument {
52615
52621
  'data': JsonApiUserDataFilterPatch;
52616
52622
  }
52617
52623
 
52618
- export declare interface JsonApiUserDataFilterPatchRelationships {
52619
- 'user'?: JsonApiFilterViewOutRelationshipsUser;
52620
- 'userGroup'?: JsonApiUserDataFilterOutRelationshipsUserGroup;
52621
- }
52622
-
52623
52624
  export declare type JsonApiUserDataFilterPatchTypeEnum = 'userDataFilter';
52624
52625
 
52625
52626
  /**
@@ -52635,13 +52636,18 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
52635
52636
  */
52636
52637
  'id'?: string;
52637
52638
  'attributes': JsonApiUserDataFilterOutAttributes;
52638
- 'relationships'?: JsonApiUserDataFilterPatchRelationships;
52639
+ 'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
52639
52640
  }
52640
52641
 
52641
52642
  export declare interface JsonApiUserDataFilterPostOptionalIdDocument {
52642
52643
  'data': JsonApiUserDataFilterPostOptionalId;
52643
52644
  }
52644
52645
 
52646
+ export declare interface JsonApiUserDataFilterPostOptionalIdRelationships {
52647
+ 'user'?: JsonApiFilterViewOutRelationshipsUser;
52648
+ 'userGroup'?: JsonApiUserDataFilterOutRelationshipsUserGroup;
52649
+ }
52650
+
52645
52651
  export declare type JsonApiUserDataFilterPostOptionalIdTypeEnum = 'userDataFilter';
52646
52652
 
52647
52653
  /**
@@ -52711,7 +52717,7 @@ export declare interface JsonApiUserGroupOutDocument {
52711
52717
  export declare interface JsonApiUserGroupOutList {
52712
52718
  'data': Array<JsonApiUserGroupOutWithLinks>;
52713
52719
  'links'?: ListLinks;
52714
- 'meta'?: JsonApiAggregatedFactOutListMeta;
52720
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
52715
52721
  /**
52716
52722
  * Included resources
52717
52723
  */
@@ -52719,7 +52725,14 @@ export declare interface JsonApiUserGroupOutList {
52719
52725
  }
52720
52726
 
52721
52727
  export declare interface JsonApiUserGroupOutRelationships {
52722
- 'parents'?: JsonApiUserOutRelationshipsUserGroups;
52728
+ 'parents'?: JsonApiUserGroupOutRelationshipsParents;
52729
+ }
52730
+
52731
+ export declare interface JsonApiUserGroupOutRelationshipsParents {
52732
+ /**
52733
+ * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
52734
+ */
52735
+ 'data': Array<JsonApiUserGroupLinkage>;
52723
52736
  }
52724
52737
 
52725
52738
  export declare type JsonApiUserGroupOutTypeEnum = 'userGroup';
@@ -52804,7 +52817,7 @@ export declare interface JsonApiUserIdentifierOutDocument {
52804
52817
  export declare interface JsonApiUserIdentifierOutList {
52805
52818
  'data': Array<JsonApiUserIdentifierOutWithLinks>;
52806
52819
  'links'?: ListLinks;
52807
- 'meta'?: JsonApiAggregatedFactOutListMeta;
52820
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
52808
52821
  }
52809
52822
 
52810
52823
  export declare type JsonApiUserIdentifierOutTypeEnum = 'userIdentifier';
@@ -52894,7 +52907,7 @@ export declare interface JsonApiUserOutDocument {
52894
52907
  export declare interface JsonApiUserOutList {
52895
52908
  'data': Array<JsonApiUserOutWithLinks>;
52896
52909
  'links'?: ListLinks;
52897
- 'meta'?: JsonApiAggregatedFactOutListMeta;
52910
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
52898
52911
  /**
52899
52912
  * Included resources
52900
52913
  */
@@ -52902,14 +52915,7 @@ export declare interface JsonApiUserOutList {
52902
52915
  }
52903
52916
 
52904
52917
  export declare interface JsonApiUserOutRelationships {
52905
- 'userGroups'?: JsonApiUserOutRelationshipsUserGroups;
52906
- }
52907
-
52908
- export declare interface JsonApiUserOutRelationshipsUserGroups {
52909
- /**
52910
- * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
52911
- */
52912
- 'data': Array<JsonApiUserGroupLinkage>;
52918
+ 'userGroups'?: JsonApiUserGroupOutRelationshipsParents;
52913
52919
  }
52914
52920
 
52915
52921
  export declare type JsonApiUserOutTypeEnum = 'user';
@@ -52964,7 +52970,7 @@ export declare interface JsonApiUserSettingIn {
52964
52970
  * API identifier of an object
52965
52971
  */
52966
52972
  'id': string;
52967
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
52973
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
52968
52974
  }
52969
52975
 
52970
52976
  export declare interface JsonApiUserSettingInDocument {
@@ -52985,7 +52991,7 @@ export declare interface JsonApiUserSettingOut {
52985
52991
  * API identifier of an object
52986
52992
  */
52987
52993
  'id': string;
52988
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
52994
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
52989
52995
  }
52990
52996
 
52991
52997
  export declare interface JsonApiUserSettingOutDocument {
@@ -52999,7 +53005,7 @@ export declare interface JsonApiUserSettingOutDocument {
52999
53005
  export declare interface JsonApiUserSettingOutList {
53000
53006
  'data': Array<JsonApiUserSettingOutWithLinks>;
53001
53007
  'links'?: ListLinks;
53002
- 'meta'?: JsonApiAggregatedFactOutListMeta;
53008
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
53003
53009
  }
53004
53010
 
53005
53011
  export declare type JsonApiUserSettingOutTypeEnum = 'userSetting';
@@ -53013,7 +53019,7 @@ export declare interface JsonApiUserSettingOutWithLinks {
53013
53019
  * API identifier of an object
53014
53020
  */
53015
53021
  'id': string;
53016
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
53022
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
53017
53023
  'links'?: ObjectLinks;
53018
53024
  }
53019
53025
 
@@ -53102,7 +53108,7 @@ export declare interface JsonApiVisualizationObjectOutDocument {
53102
53108
  export declare interface JsonApiVisualizationObjectOutList {
53103
53109
  'data': Array<JsonApiVisualizationObjectOutWithLinks>;
53104
53110
  'links'?: ListLinks;
53105
- 'meta'?: JsonApiAggregatedFactOutListMeta;
53111
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
53106
53112
  /**
53107
53113
  * Included resources
53108
53114
  */
@@ -53287,17 +53293,21 @@ export declare type JsonApiWorkspaceAutomationOutIncludes = JsonApiAnalyticalDas
53287
53293
  export declare interface JsonApiWorkspaceAutomationOutList {
53288
53294
  'data': Array<JsonApiWorkspaceAutomationOutWithLinks>;
53289
53295
  'links'?: ListLinks;
53290
- 'meta'?: JsonApiAggregatedFactOutListMeta;
53296
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
53291
53297
  /**
53292
53298
  * Included resources
53293
53299
  */
53294
53300
  'included'?: Array<JsonApiWorkspaceAutomationOutIncludes>;
53295
53301
  }
53296
53302
 
53303
+ export declare interface JsonApiWorkspaceAutomationOutListMeta {
53304
+ 'page'?: PageMetadata;
53305
+ }
53306
+
53297
53307
  export declare interface JsonApiWorkspaceAutomationOutRelationships {
53298
- 'workspace'?: JsonApiWorkspacePatchRelationshipsParent;
53308
+ 'workspace'?: JsonApiWorkspaceOutRelationshipsParent;
53299
53309
  'notificationChannel'?: JsonApiAutomationOutRelationshipsNotificationChannel;
53300
- 'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
53310
+ 'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
53301
53311
  'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
53302
53312
  'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
53303
53313
  'exportDefinitions'?: JsonApiAutomationOutRelationshipsExportDefinitions;
@@ -53393,7 +53403,7 @@ export declare interface JsonApiWorkspaceDataFilterOutDocument {
53393
53403
  export declare interface JsonApiWorkspaceDataFilterOutList {
53394
53404
  'data': Array<JsonApiWorkspaceDataFilterOutWithLinks>;
53395
53405
  'links'?: ListLinks;
53396
- 'meta'?: JsonApiAggregatedFactOutListMeta;
53406
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
53397
53407
  /**
53398
53408
  * Included resources
53399
53409
  */
@@ -53522,7 +53532,7 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
53522
53532
  export declare interface JsonApiWorkspaceDataFilterSettingOutList {
53523
53533
  'data': Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>;
53524
53534
  'links'?: ListLinks;
53525
- 'meta'?: JsonApiAggregatedFactOutListMeta;
53535
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
53526
53536
  /**
53527
53537
  * Included resources
53528
53538
  */
@@ -53590,8 +53600,8 @@ export declare interface JsonApiWorkspaceIn {
53590
53600
  * API identifier of an object
53591
53601
  */
53592
53602
  'id': string;
53593
- 'attributes'?: JsonApiWorkspacePatchAttributes;
53594
- 'relationships'?: JsonApiWorkspacePatchRelationships;
53603
+ 'attributes'?: JsonApiWorkspaceOutAttributes;
53604
+ 'relationships'?: JsonApiWorkspaceOutRelationships;
53595
53605
  }
53596
53606
 
53597
53607
  export declare interface JsonApiWorkspaceInDocument {
@@ -53623,8 +53633,42 @@ export declare interface JsonApiWorkspaceOut {
53623
53633
  */
53624
53634
  'id': string;
53625
53635
  'meta'?: JsonApiWorkspaceOutMeta;
53626
- 'attributes'?: JsonApiWorkspacePatchAttributes;
53627
- 'relationships'?: JsonApiWorkspacePatchRelationships;
53636
+ 'attributes'?: JsonApiWorkspaceOutAttributes;
53637
+ 'relationships'?: JsonApiWorkspaceOutRelationships;
53638
+ }
53639
+
53640
+ export declare interface JsonApiWorkspaceOutAttributes {
53641
+ 'name'?: string | null;
53642
+ /**
53643
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
53644
+ * @deprecated
53645
+ */
53646
+ 'earlyAccess'?: string | null;
53647
+ /**
53648
+ * The early access feature identifiers. They are used to enable experimental features.
53649
+ */
53650
+ 'earlyAccessValues'?: Array<string> | null;
53651
+ 'description'?: string | null;
53652
+ /**
53653
+ * Custom prefix of entity identifiers in workspace
53654
+ */
53655
+ 'prefix'?: string | null;
53656
+ 'cacheExtraLimit'?: number;
53657
+ 'dataSource'?: JsonApiWorkspaceOutAttributesDataSource;
53658
+ }
53659
+
53660
+ /**
53661
+ * The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
53662
+ */
53663
+ export declare interface JsonApiWorkspaceOutAttributesDataSource {
53664
+ /**
53665
+ * The ID of the used data source.
53666
+ */
53667
+ 'id': string;
53668
+ /**
53669
+ * The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
53670
+ */
53671
+ 'schemaPath'?: Array<string>;
53628
53672
  }
53629
53673
 
53630
53674
  export declare interface JsonApiWorkspaceOutDocument {
@@ -53642,7 +53686,7 @@ export declare interface JsonApiWorkspaceOutDocument {
53642
53686
  export declare interface JsonApiWorkspaceOutList {
53643
53687
  'data': Array<JsonApiWorkspaceOutWithLinks>;
53644
53688
  'links'?: ListLinks;
53645
- 'meta'?: JsonApiAggregatedFactOutListMeta;
53689
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
53646
53690
  /**
53647
53691
  * Included resources
53648
53692
  */
@@ -53690,6 +53734,14 @@ export declare interface JsonApiWorkspaceOutMetaHierarchy {
53690
53734
 
53691
53735
  export declare type JsonApiWorkspaceOutMetaPermissionsEnum = 'MANAGE' | 'ANALYZE' | 'EXPORT' | 'EXPORT_TABULAR' | 'EXPORT_PDF' | 'CREATE_AUTOMATION' | 'USE_AI_ASSISTANT' | 'CREATE_FILTER_VIEW' | 'VIEW';
53692
53736
 
53737
+ export declare interface JsonApiWorkspaceOutRelationships {
53738
+ 'parent'?: JsonApiWorkspaceOutRelationshipsParent;
53739
+ }
53740
+
53741
+ export declare interface JsonApiWorkspaceOutRelationshipsParent {
53742
+ 'data': JsonApiWorkspaceLinkage | null;
53743
+ }
53744
+
53693
53745
  export declare type JsonApiWorkspaceOutTypeEnum = 'workspace';
53694
53746
 
53695
53747
  export declare interface JsonApiWorkspaceOutWithLinks {
@@ -53702,8 +53754,8 @@ export declare interface JsonApiWorkspaceOutWithLinks {
53702
53754
  */
53703
53755
  'id': string;
53704
53756
  'meta'?: JsonApiWorkspaceOutMeta;
53705
- 'attributes'?: JsonApiWorkspacePatchAttributes;
53706
- 'relationships'?: JsonApiWorkspacePatchRelationships;
53757
+ 'attributes'?: JsonApiWorkspaceOutAttributes;
53758
+ 'relationships'?: JsonApiWorkspaceOutRelationships;
53707
53759
  'links'?: ObjectLinks;
53708
53760
  }
53709
53761
 
@@ -53721,56 +53773,14 @@ export declare interface JsonApiWorkspacePatch {
53721
53773
  * API identifier of an object
53722
53774
  */
53723
53775
  'id': string;
53724
- 'attributes'?: JsonApiWorkspacePatchAttributes;
53725
- 'relationships'?: JsonApiWorkspacePatchRelationships;
53726
- }
53727
-
53728
- export declare interface JsonApiWorkspacePatchAttributes {
53729
- 'name'?: string | null;
53730
- /**
53731
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
53732
- * @deprecated
53733
- */
53734
- 'earlyAccess'?: string | null;
53735
- /**
53736
- * The early access feature identifiers. They are used to enable experimental features.
53737
- */
53738
- 'earlyAccessValues'?: Array<string> | null;
53739
- 'description'?: string | null;
53740
- /**
53741
- * Custom prefix of entity identifiers in workspace
53742
- */
53743
- 'prefix'?: string | null;
53744
- 'cacheExtraLimit'?: number;
53745
- 'dataSource'?: JsonApiWorkspacePatchAttributesDataSource;
53746
- }
53747
-
53748
- /**
53749
- * The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
53750
- */
53751
- export declare interface JsonApiWorkspacePatchAttributesDataSource {
53752
- /**
53753
- * The ID of the used data source.
53754
- */
53755
- 'id': string;
53756
- /**
53757
- * The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
53758
- */
53759
- 'schemaPath'?: Array<string>;
53776
+ 'attributes'?: JsonApiWorkspaceOutAttributes;
53777
+ 'relationships'?: JsonApiWorkspaceOutRelationships;
53760
53778
  }
53761
53779
 
53762
53780
  export declare interface JsonApiWorkspacePatchDocument {
53763
53781
  'data': JsonApiWorkspacePatch;
53764
53782
  }
53765
53783
 
53766
- export declare interface JsonApiWorkspacePatchRelationships {
53767
- 'parent'?: JsonApiWorkspacePatchRelationshipsParent;
53768
- }
53769
-
53770
- export declare interface JsonApiWorkspacePatchRelationshipsParent {
53771
- 'data': JsonApiWorkspaceLinkage | null;
53772
- }
53773
-
53774
53784
  export declare type JsonApiWorkspacePatchTypeEnum = 'workspace';
53775
53785
 
53776
53786
  /**
@@ -53785,7 +53795,7 @@ export declare interface JsonApiWorkspaceSettingIn {
53785
53795
  * API identifier of an object
53786
53796
  */
53787
53797
  'id': string;
53788
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
53798
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
53789
53799
  }
53790
53800
 
53791
53801
  export declare interface JsonApiWorkspaceSettingInDocument {
@@ -53807,19 +53817,9 @@ export declare interface JsonApiWorkspaceSettingOut {
53807
53817
  */
53808
53818
  'id': string;
53809
53819
  'meta'?: JsonApiDatasetOutMeta;
53810
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
53811
- }
53812
-
53813
- export declare interface JsonApiWorkspaceSettingOutAttributes {
53814
- /**
53815
- * Free-form JSON content. Maximum supported length is 15000 characters.
53816
- */
53817
- 'content'?: object;
53818
- 'type'?: JsonApiWorkspaceSettingOutAttributesTypeEnum;
53820
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
53819
53821
  }
53820
53822
 
53821
- export declare type JsonApiWorkspaceSettingOutAttributesTypeEnum = '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';
53822
-
53823
53823
  export declare interface JsonApiWorkspaceSettingOutDocument {
53824
53824
  'data': JsonApiWorkspaceSettingOut;
53825
53825
  'links'?: ObjectLinks;
@@ -53831,7 +53831,7 @@ export declare interface JsonApiWorkspaceSettingOutDocument {
53831
53831
  export declare interface JsonApiWorkspaceSettingOutList {
53832
53832
  'data': Array<JsonApiWorkspaceSettingOutWithLinks>;
53833
53833
  'links'?: ListLinks;
53834
- 'meta'?: JsonApiAggregatedFactOutListMeta;
53834
+ 'meta'?: JsonApiWorkspaceAutomationOutListMeta;
53835
53835
  }
53836
53836
 
53837
53837
  export declare type JsonApiWorkspaceSettingOutTypeEnum = 'workspaceSetting';
@@ -53846,7 +53846,7 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
53846
53846
  */
53847
53847
  'id': string;
53848
53848
  'meta'?: JsonApiDatasetOutMeta;
53849
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
53849
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
53850
53850
  'links'?: ObjectLinks;
53851
53851
  }
53852
53852
 
@@ -53864,7 +53864,7 @@ export declare interface JsonApiWorkspaceSettingPatch {
53864
53864
  * API identifier of an object
53865
53865
  */
53866
53866
  'id': string;
53867
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
53867
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
53868
53868
  }
53869
53869
 
53870
53870
  export declare interface JsonApiWorkspaceSettingPatchDocument {
@@ -53885,7 +53885,7 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
53885
53885
  * API identifier of an object
53886
53886
  */
53887
53887
  'id'?: string;
53888
- 'attributes'?: JsonApiWorkspaceSettingOutAttributes;
53888
+ 'attributes'?: JsonApiOrganizationSettingOutAttributes;
53889
53889
  }
53890
53890
 
53891
53891
  export declare interface JsonApiWorkspaceSettingPostOptionalIdDocument {
@@ -67967,7 +67967,7 @@ export declare interface OrganizationPermissionAssignment {
67967
67967
  'permissions': Array<OrganizationPermissionAssignmentPermissionsEnum>;
67968
67968
  }
67969
67969
 
67970
- export declare type OrganizationPermissionAssignmentPermissionsEnum = 'MANAGE' | 'SELF_CREATE_TOKEN';
67970
+ export declare type OrganizationPermissionAssignmentPermissionsEnum = 'MANAGE' | 'SELF_CREATE_TOKEN' | 'BASE_UI_ACCESS';
67971
67971
 
67972
67972
  /**
67973
67973
  * Tiger organization utility functions
@@ -70305,7 +70305,7 @@ export declare interface ResolvedSetting {
70305
70305
  'type'?: ResolvedSettingTypeEnum;
70306
70306
  }
70307
70307
 
70308
- export declare type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS';
70308
+ export declare type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI';
70309
70309
 
70310
70310
  /**
70311
70311
  * A request containing setting IDs to resolve.
@@ -70912,6 +70912,10 @@ export declare interface SearchRequest {
70912
70912
  * Filter relationships and results based on allowed relationship type combinations. When specified, only relationships matching the allowed types are returned, and results are filtered to include only direct matches or objects reachable via allowed relationships. When null or omitted, all relationships and results are returned (default behavior). Note: This filtering happens after the initial search, so the number of returned results may be lower than the requested limit if some results are filtered out.
70913
70913
  */
70914
70914
  'allowedRelationshipTypes'?: Array<AllowedRelationshipType>;
70915
+ /**
70916
+ * If true, enables hybrid search combining vector similarity and keyword matching. This can improve search results by considering both semantic similarity and exact keyword matches.
70917
+ */
70918
+ 'enableHybridSearch'?: boolean;
70915
70919
  }
70916
70920
 
70917
70921
  export declare type SearchRequestObjectTypesEnum = 'attribute' | 'metric' | 'fact' | 'label' | 'date' | 'dataset' | 'visualization' | 'dashboard';