@gooddata/api-client-tiger 11.47.0-alpha.1 → 11.47.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.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +254 -239
- package/esm/gd-tiger-model/TigerTypes.d.ts +2 -2
- package/esm/gd-tiger-model/TigerTypes.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +14 -0
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +213 -213
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/index.d.ts +2 -2
- package/esm/index.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -2446,7 +2446,7 @@ export interface DeclarativeSetting {
|
|
|
2446
2446
|
*/
|
|
2447
2447
|
'type'?: DeclarativeSettingTypeEnum;
|
|
2448
2448
|
}
|
|
2449
|
-
export type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | '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' | 'DEFAULT_EXPORT_TEMPLATE' | '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' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
2449
|
+
export type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | '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' | 'DEFAULT_EXPORT_TEMPLATE' | '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' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
2450
2450
|
export interface DeclarativeSingleWorkspacePermission {
|
|
2451
2451
|
/**
|
|
2452
2452
|
* Permission name.
|
|
@@ -4135,7 +4135,7 @@ export interface JsonApiAutomationInRelationships {
|
|
|
4135
4135
|
'notificationChannel'?: JsonApiWorkspaceAutomationOutRelationshipsNotificationChannel;
|
|
4136
4136
|
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
4137
4137
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
4138
|
-
'recipients'?:
|
|
4138
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
4139
4139
|
}
|
|
4140
4140
|
/**
|
|
4141
4141
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -4233,7 +4233,7 @@ export interface JsonApiAutomationOutRelationships {
|
|
|
4233
4233
|
'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
4234
4234
|
'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
4235
4235
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
4236
|
-
'recipients'?:
|
|
4236
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
4237
4237
|
'automationResults'?: JsonApiWorkspaceAutomationOutRelationshipsAutomationResults;
|
|
4238
4238
|
}
|
|
4239
4239
|
export interface JsonApiAutomationOutWithLinks {
|
|
@@ -4441,7 +4441,7 @@ export interface JsonApiCookieSecurityConfigurationIn {
|
|
|
4441
4441
|
* API identifier of an object
|
|
4442
4442
|
*/
|
|
4443
4443
|
'id': string;
|
|
4444
|
-
'attributes'?:
|
|
4444
|
+
'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
4445
4445
|
}
|
|
4446
4446
|
export type JsonApiCookieSecurityConfigurationInTypeEnum = 'cookieSecurityConfiguration';
|
|
4447
4447
|
export interface JsonApiCookieSecurityConfigurationInDocument {
|
|
@@ -4459,16 +4459,9 @@ export interface JsonApiCookieSecurityConfigurationOut {
|
|
|
4459
4459
|
* API identifier of an object
|
|
4460
4460
|
*/
|
|
4461
4461
|
'id': string;
|
|
4462
|
-
'attributes'?:
|
|
4462
|
+
'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
4463
4463
|
}
|
|
4464
4464
|
export type JsonApiCookieSecurityConfigurationOutTypeEnum = 'cookieSecurityConfiguration';
|
|
4465
|
-
export interface JsonApiCookieSecurityConfigurationOutAttributes {
|
|
4466
|
-
'lastRotation'?: string;
|
|
4467
|
-
/**
|
|
4468
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
4469
|
-
*/
|
|
4470
|
-
'rotationInterval'?: string;
|
|
4471
|
-
}
|
|
4472
4465
|
export interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
4473
4466
|
'data': JsonApiCookieSecurityConfigurationOut;
|
|
4474
4467
|
'links'?: ObjectLinks;
|
|
@@ -4485,9 +4478,16 @@ export interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
4485
4478
|
* API identifier of an object
|
|
4486
4479
|
*/
|
|
4487
4480
|
'id': string;
|
|
4488
|
-
'attributes'?:
|
|
4481
|
+
'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
4489
4482
|
}
|
|
4490
4483
|
export type JsonApiCookieSecurityConfigurationPatchTypeEnum = 'cookieSecurityConfiguration';
|
|
4484
|
+
export interface JsonApiCookieSecurityConfigurationPatchAttributes {
|
|
4485
|
+
'lastRotation'?: string;
|
|
4486
|
+
/**
|
|
4487
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
4488
|
+
*/
|
|
4489
|
+
'rotationInterval'?: string;
|
|
4490
|
+
}
|
|
4491
4491
|
export interface JsonApiCookieSecurityConfigurationPatchDocument {
|
|
4492
4492
|
'data': JsonApiCookieSecurityConfigurationPatch;
|
|
4493
4493
|
}
|
|
@@ -4775,7 +4775,7 @@ export interface JsonApiCustomUserApplicationSettingIn {
|
|
|
4775
4775
|
* API identifier of an object
|
|
4776
4776
|
*/
|
|
4777
4777
|
'id': string;
|
|
4778
|
-
'attributes':
|
|
4778
|
+
'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
|
|
4779
4779
|
}
|
|
4780
4780
|
export type JsonApiCustomUserApplicationSettingInTypeEnum = 'customUserApplicationSetting';
|
|
4781
4781
|
export interface JsonApiCustomUserApplicationSettingInDocument {
|
|
@@ -4793,20 +4793,9 @@ export interface JsonApiCustomUserApplicationSettingOut {
|
|
|
4793
4793
|
* API identifier of an object
|
|
4794
4794
|
*/
|
|
4795
4795
|
'id': string;
|
|
4796
|
-
'attributes':
|
|
4796
|
+
'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
|
|
4797
4797
|
}
|
|
4798
4798
|
export type JsonApiCustomUserApplicationSettingOutTypeEnum = 'customUserApplicationSetting';
|
|
4799
|
-
export interface JsonApiCustomUserApplicationSettingOutAttributes {
|
|
4800
|
-
'applicationName': string;
|
|
4801
|
-
/**
|
|
4802
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
4803
|
-
*/
|
|
4804
|
-
'content': object;
|
|
4805
|
-
/**
|
|
4806
|
-
* Workspace scope for this setting. Must reference an existing workspace the caller has at least VIEW access to. Null means user-level (no workspace scope).
|
|
4807
|
-
*/
|
|
4808
|
-
'workspaceId'?: string | null;
|
|
4809
|
-
}
|
|
4810
4799
|
export interface JsonApiCustomUserApplicationSettingOutDocument {
|
|
4811
4800
|
'data': JsonApiCustomUserApplicationSettingOut;
|
|
4812
4801
|
'links'?: ObjectLinks;
|
|
@@ -4828,7 +4817,7 @@ export interface JsonApiCustomUserApplicationSettingOutWithLinks {
|
|
|
4828
4817
|
* API identifier of an object
|
|
4829
4818
|
*/
|
|
4830
4819
|
'id': string;
|
|
4831
|
-
'attributes':
|
|
4820
|
+
'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
|
|
4832
4821
|
'links'?: ObjectLinks;
|
|
4833
4822
|
}
|
|
4834
4823
|
export type JsonApiCustomUserApplicationSettingOutWithLinksTypeEnum = 'customUserApplicationSetting';
|
|
@@ -4844,9 +4833,20 @@ export interface JsonApiCustomUserApplicationSettingPostOptionalId {
|
|
|
4844
4833
|
* API identifier of an object
|
|
4845
4834
|
*/
|
|
4846
4835
|
'id'?: string;
|
|
4847
|
-
'attributes':
|
|
4836
|
+
'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
|
|
4848
4837
|
}
|
|
4849
4838
|
export type JsonApiCustomUserApplicationSettingPostOptionalIdTypeEnum = 'customUserApplicationSetting';
|
|
4839
|
+
export interface JsonApiCustomUserApplicationSettingPostOptionalIdAttributes {
|
|
4840
|
+
'applicationName': string;
|
|
4841
|
+
/**
|
|
4842
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
4843
|
+
*/
|
|
4844
|
+
'content': object;
|
|
4845
|
+
/**
|
|
4846
|
+
* Workspace scope for this setting. Must reference an existing workspace the caller has at least VIEW access to. Null means user-level (no workspace scope).
|
|
4847
|
+
*/
|
|
4848
|
+
'workspaceId'?: string | null;
|
|
4849
|
+
}
|
|
4850
4850
|
export interface JsonApiCustomUserApplicationSettingPostOptionalIdDocument {
|
|
4851
4851
|
'data': JsonApiCustomUserApplicationSettingPostOptionalId;
|
|
4852
4852
|
}
|
|
@@ -5110,7 +5110,7 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
5110
5110
|
/**
|
|
5111
5111
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
5112
5112
|
*/
|
|
5113
|
-
'parameters'?: Array<
|
|
5113
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
5114
5114
|
/**
|
|
5115
5115
|
* Determines how the results coming from a particular datasource should be cached.
|
|
5116
5116
|
*/
|
|
@@ -5132,10 +5132,6 @@ export type JsonApiDataSourceInAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' |
|
|
|
5132
5132
|
export type JsonApiDataSourceInAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
5133
5133
|
export type JsonApiDataSourceInAttributesAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'OIDC_PASSTHROUGH';
|
|
5134
5134
|
export type JsonApiDataSourceInAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
|
|
5135
|
-
export interface JsonApiDataSourceInAttributesParametersInner {
|
|
5136
|
-
'name': string;
|
|
5137
|
-
'value': string;
|
|
5138
|
-
}
|
|
5139
5135
|
export interface JsonApiDataSourceInDocument {
|
|
5140
5136
|
'data': JsonApiDataSourceIn;
|
|
5141
5137
|
}
|
|
@@ -5183,11 +5179,11 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
5183
5179
|
/**
|
|
5184
5180
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
5185
5181
|
*/
|
|
5186
|
-
'parameters'?: Array<
|
|
5182
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
5187
5183
|
/**
|
|
5188
5184
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
5189
5185
|
*/
|
|
5190
|
-
'decodedParameters'?: Array<
|
|
5186
|
+
'decodedParameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
5191
5187
|
/**
|
|
5192
5188
|
* Determines how the results coming from a particular datasource should be cached.
|
|
5193
5189
|
*/
|
|
@@ -5213,6 +5209,10 @@ export type JsonApiDataSourceOutAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' |
|
|
|
5213
5209
|
export type JsonApiDataSourceOutAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
5214
5210
|
export type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'OIDC_PASSTHROUGH';
|
|
5215
5211
|
export type JsonApiDataSourceOutAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
|
|
5212
|
+
export interface JsonApiDataSourceOutAttributesParametersInner {
|
|
5213
|
+
'name': string;
|
|
5214
|
+
'value': string;
|
|
5215
|
+
}
|
|
5216
5216
|
export interface JsonApiDataSourceOutDocument {
|
|
5217
5217
|
'data': JsonApiDataSourceOut;
|
|
5218
5218
|
'links'?: ObjectLinks;
|
|
@@ -5302,7 +5302,7 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
5302
5302
|
/**
|
|
5303
5303
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
5304
5304
|
*/
|
|
5305
|
-
'parameters'?: Array<
|
|
5305
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
5306
5306
|
/**
|
|
5307
5307
|
* Determines how the results coming from a particular datasource should be cached.
|
|
5308
5308
|
*/
|
|
@@ -5714,7 +5714,7 @@ export interface JsonApiExportTemplateIn {
|
|
|
5714
5714
|
* API identifier of an object
|
|
5715
5715
|
*/
|
|
5716
5716
|
'id': string;
|
|
5717
|
-
'attributes':
|
|
5717
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
5718
5718
|
}
|
|
5719
5719
|
export type JsonApiExportTemplateInTypeEnum = 'exportTemplate';
|
|
5720
5720
|
export interface JsonApiExportTemplateInDocument {
|
|
@@ -5732,9 +5732,42 @@ export interface JsonApiExportTemplateOut {
|
|
|
5732
5732
|
* API identifier of an object
|
|
5733
5733
|
*/
|
|
5734
5734
|
'id': string;
|
|
5735
|
-
'attributes':
|
|
5735
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
5736
5736
|
}
|
|
5737
5737
|
export type JsonApiExportTemplateOutTypeEnum = 'exportTemplate';
|
|
5738
|
+
export interface JsonApiExportTemplateOutAttributes {
|
|
5739
|
+
/**
|
|
5740
|
+
* User-facing name of the Slides template.
|
|
5741
|
+
*/
|
|
5742
|
+
'name': string;
|
|
5743
|
+
'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
5744
|
+
'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
5745
|
+
}
|
|
5746
|
+
/**
|
|
5747
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5748
|
+
*/
|
|
5749
|
+
export interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
|
|
5750
|
+
/**
|
|
5751
|
+
* Export types this template applies to.
|
|
5752
|
+
*/
|
|
5753
|
+
'appliedOn': Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
5754
|
+
'coverSlide'?: CoverSlideTemplate | null;
|
|
5755
|
+
'introSlide'?: IntroSlideTemplate | null;
|
|
5756
|
+
'sectionSlide'?: SectionSlideTemplate | null;
|
|
5757
|
+
'contentSlide'?: ContentSlideTemplate | null;
|
|
5758
|
+
}
|
|
5759
|
+
export type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
5760
|
+
/**
|
|
5761
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5762
|
+
*/
|
|
5763
|
+
export interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
|
|
5764
|
+
/**
|
|
5765
|
+
* Export types this template applies to.
|
|
5766
|
+
*/
|
|
5767
|
+
'appliedOn': Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
5768
|
+
'contentSlide'?: ContentSlideTemplate | null;
|
|
5769
|
+
}
|
|
5770
|
+
export type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
5738
5771
|
export interface JsonApiExportTemplateOutDocument {
|
|
5739
5772
|
'data': JsonApiExportTemplateOut;
|
|
5740
5773
|
'links'?: ObjectLinks;
|
|
@@ -5756,7 +5789,7 @@ export interface JsonApiExportTemplateOutWithLinks {
|
|
|
5756
5789
|
* API identifier of an object
|
|
5757
5790
|
*/
|
|
5758
5791
|
'id': string;
|
|
5759
|
-
'attributes':
|
|
5792
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
5760
5793
|
'links'?: ObjectLinks;
|
|
5761
5794
|
}
|
|
5762
5795
|
export type JsonApiExportTemplateOutWithLinksTypeEnum = 'exportTemplate';
|
|
@@ -5780,8 +5813,8 @@ export interface JsonApiExportTemplatePatchAttributes {
|
|
|
5780
5813
|
* User-facing name of the Slides template.
|
|
5781
5814
|
*/
|
|
5782
5815
|
'name'?: string;
|
|
5783
|
-
'dashboardSlidesTemplate'?:
|
|
5784
|
-
'widgetSlidesTemplate'?:
|
|
5816
|
+
'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
5817
|
+
'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
5785
5818
|
}
|
|
5786
5819
|
export interface JsonApiExportTemplatePatchDocument {
|
|
5787
5820
|
'data': JsonApiExportTemplatePatch;
|
|
@@ -5798,42 +5831,9 @@ export interface JsonApiExportTemplatePostOptionalId {
|
|
|
5798
5831
|
* API identifier of an object
|
|
5799
5832
|
*/
|
|
5800
5833
|
'id'?: string;
|
|
5801
|
-
'attributes':
|
|
5834
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
5802
5835
|
}
|
|
5803
5836
|
export type JsonApiExportTemplatePostOptionalIdTypeEnum = 'exportTemplate';
|
|
5804
|
-
export interface JsonApiExportTemplatePostOptionalIdAttributes {
|
|
5805
|
-
/**
|
|
5806
|
-
* User-facing name of the Slides template.
|
|
5807
|
-
*/
|
|
5808
|
-
'name': string;
|
|
5809
|
-
'dashboardSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
|
|
5810
|
-
'widgetSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
|
|
5811
|
-
}
|
|
5812
|
-
/**
|
|
5813
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5814
|
-
*/
|
|
5815
|
-
export interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
|
|
5816
|
-
/**
|
|
5817
|
-
* Export types this template applies to.
|
|
5818
|
-
*/
|
|
5819
|
-
'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
5820
|
-
'coverSlide'?: CoverSlideTemplate | null;
|
|
5821
|
-
'introSlide'?: IntroSlideTemplate | null;
|
|
5822
|
-
'sectionSlide'?: SectionSlideTemplate | null;
|
|
5823
|
-
'contentSlide'?: ContentSlideTemplate | null;
|
|
5824
|
-
}
|
|
5825
|
-
export type JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
5826
|
-
/**
|
|
5827
|
-
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5828
|
-
*/
|
|
5829
|
-
export interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
|
|
5830
|
-
/**
|
|
5831
|
-
* Export types this template applies to.
|
|
5832
|
-
*/
|
|
5833
|
-
'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
5834
|
-
'contentSlide'?: ContentSlideTemplate | null;
|
|
5835
|
-
}
|
|
5836
|
-
export type JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
5837
5837
|
export interface JsonApiExportTemplatePostOptionalIdDocument {
|
|
5838
5838
|
'data': JsonApiExportTemplatePostOptionalId;
|
|
5839
5839
|
}
|
|
@@ -6085,31 +6085,13 @@ export interface JsonApiFilterViewIn {
|
|
|
6085
6085
|
* API identifier of an object
|
|
6086
6086
|
*/
|
|
6087
6087
|
'id': string;
|
|
6088
|
-
'attributes':
|
|
6089
|
-
'relationships'?:
|
|
6088
|
+
'attributes': JsonApiFilterViewOutAttributes;
|
|
6089
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
6090
6090
|
}
|
|
6091
6091
|
export type JsonApiFilterViewInTypeEnum = 'filterView';
|
|
6092
|
-
export interface JsonApiFilterViewInAttributes {
|
|
6093
|
-
'title': string;
|
|
6094
|
-
'description'?: string;
|
|
6095
|
-
'tags'?: Array<string>;
|
|
6096
|
-
'areRelationsValid'?: boolean;
|
|
6097
|
-
/**
|
|
6098
|
-
* Indicator whether the filter view should by applied by default.
|
|
6099
|
-
*/
|
|
6100
|
-
'isDefault'?: boolean;
|
|
6101
|
-
/**
|
|
6102
|
-
* The respective filter context.
|
|
6103
|
-
*/
|
|
6104
|
-
'content': object;
|
|
6105
|
-
}
|
|
6106
6092
|
export interface JsonApiFilterViewInDocument {
|
|
6107
6093
|
'data': JsonApiFilterViewIn;
|
|
6108
6094
|
}
|
|
6109
|
-
export interface JsonApiFilterViewInRelationships {
|
|
6110
|
-
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
6111
|
-
'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
6112
|
-
}
|
|
6113
6095
|
/**
|
|
6114
6096
|
* JSON:API representation of filterView entity.
|
|
6115
6097
|
*/
|
|
@@ -6122,10 +6104,24 @@ export interface JsonApiFilterViewOut {
|
|
|
6122
6104
|
* API identifier of an object
|
|
6123
6105
|
*/
|
|
6124
6106
|
'id': string;
|
|
6125
|
-
'attributes':
|
|
6126
|
-
'relationships'?:
|
|
6107
|
+
'attributes': JsonApiFilterViewOutAttributes;
|
|
6108
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
6127
6109
|
}
|
|
6128
6110
|
export type JsonApiFilterViewOutTypeEnum = 'filterView';
|
|
6111
|
+
export interface JsonApiFilterViewOutAttributes {
|
|
6112
|
+
'title': string;
|
|
6113
|
+
'description'?: string;
|
|
6114
|
+
'tags'?: Array<string>;
|
|
6115
|
+
'areRelationsValid'?: boolean;
|
|
6116
|
+
/**
|
|
6117
|
+
* Indicator whether the filter view should by applied by default.
|
|
6118
|
+
*/
|
|
6119
|
+
'isDefault'?: boolean;
|
|
6120
|
+
/**
|
|
6121
|
+
* The respective filter context.
|
|
6122
|
+
*/
|
|
6123
|
+
'content': object;
|
|
6124
|
+
}
|
|
6129
6125
|
export interface JsonApiFilterViewOutDocument {
|
|
6130
6126
|
'data': JsonApiFilterViewOut;
|
|
6131
6127
|
'links'?: ObjectLinks;
|
|
@@ -6150,6 +6146,10 @@ export interface JsonApiFilterViewOutList {
|
|
|
6150
6146
|
*/
|
|
6151
6147
|
'included'?: Array<JsonApiFilterViewOutIncludes>;
|
|
6152
6148
|
}
|
|
6149
|
+
export interface JsonApiFilterViewOutRelationships {
|
|
6150
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
6151
|
+
'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
6152
|
+
}
|
|
6153
6153
|
export interface JsonApiFilterViewOutWithLinks {
|
|
6154
6154
|
/**
|
|
6155
6155
|
* Object type
|
|
@@ -6159,8 +6159,8 @@ export interface JsonApiFilterViewOutWithLinks {
|
|
|
6159
6159
|
* API identifier of an object
|
|
6160
6160
|
*/
|
|
6161
6161
|
'id': string;
|
|
6162
|
-
'attributes':
|
|
6163
|
-
'relationships'?:
|
|
6162
|
+
'attributes': JsonApiFilterViewOutAttributes;
|
|
6163
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
6164
6164
|
'links'?: ObjectLinks;
|
|
6165
6165
|
}
|
|
6166
6166
|
export type JsonApiFilterViewOutWithLinksTypeEnum = 'filterView';
|
|
@@ -6177,7 +6177,7 @@ export interface JsonApiFilterViewPatch {
|
|
|
6177
6177
|
*/
|
|
6178
6178
|
'id': string;
|
|
6179
6179
|
'attributes': JsonApiFilterViewPatchAttributes;
|
|
6180
|
-
'relationships'?:
|
|
6180
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
6181
6181
|
}
|
|
6182
6182
|
export type JsonApiFilterViewPatchTypeEnum = 'filterView';
|
|
6183
6183
|
export interface JsonApiFilterViewPatchAttributes {
|
|
@@ -6387,29 +6387,13 @@ export interface JsonApiIpAllowlistPolicyIn {
|
|
|
6387
6387
|
* API identifier of an object
|
|
6388
6388
|
*/
|
|
6389
6389
|
'id': string;
|
|
6390
|
-
'attributes':
|
|
6391
|
-
'relationships'?:
|
|
6390
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
6391
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
6392
6392
|
}
|
|
6393
6393
|
export type JsonApiIpAllowlistPolicyInTypeEnum = 'ipAllowlistPolicy';
|
|
6394
|
-
export interface JsonApiIpAllowlistPolicyInAttributes {
|
|
6395
|
-
/**
|
|
6396
|
-
* Allowed source IPv4 or IPv6 addresses or CIDR ranges. The /0 and ::/0 prefixes are not allowed.
|
|
6397
|
-
*/
|
|
6398
|
-
'allowedSources': Array<string> | null;
|
|
6399
|
-
}
|
|
6400
6394
|
export interface JsonApiIpAllowlistPolicyInDocument {
|
|
6401
6395
|
'data': JsonApiIpAllowlistPolicyIn;
|
|
6402
6396
|
}
|
|
6403
|
-
export interface JsonApiIpAllowlistPolicyInRelationships {
|
|
6404
|
-
'users'?: JsonApiIpAllowlistPolicyInRelationshipsUsers;
|
|
6405
|
-
'userGroups'?: JsonApiUserOutRelationshipsUserGroups;
|
|
6406
|
-
}
|
|
6407
|
-
export interface JsonApiIpAllowlistPolicyInRelationshipsUsers {
|
|
6408
|
-
/**
|
|
6409
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
6410
|
-
*/
|
|
6411
|
-
'data': Array<JsonApiUserLinkage>;
|
|
6412
|
-
}
|
|
6413
6397
|
/**
|
|
6414
6398
|
* JSON:API representation of ipAllowlistPolicy entity.
|
|
6415
6399
|
*/
|
|
@@ -6422,10 +6406,16 @@ export interface JsonApiIpAllowlistPolicyOut {
|
|
|
6422
6406
|
* API identifier of an object
|
|
6423
6407
|
*/
|
|
6424
6408
|
'id': string;
|
|
6425
|
-
'attributes':
|
|
6426
|
-
'relationships'?:
|
|
6409
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
6410
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
6427
6411
|
}
|
|
6428
6412
|
export type JsonApiIpAllowlistPolicyOutTypeEnum = 'ipAllowlistPolicy';
|
|
6413
|
+
export interface JsonApiIpAllowlistPolicyOutAttributes {
|
|
6414
|
+
/**
|
|
6415
|
+
* Allowed source IPv4 or IPv6 addresses or CIDR ranges. The /0 and ::/0 prefixes are not allowed.
|
|
6416
|
+
*/
|
|
6417
|
+
'allowedSources': Array<string> | null;
|
|
6418
|
+
}
|
|
6429
6419
|
export interface JsonApiIpAllowlistPolicyOutDocument {
|
|
6430
6420
|
'data': JsonApiIpAllowlistPolicyOut;
|
|
6431
6421
|
'links'?: ObjectLinks;
|
|
@@ -6450,6 +6440,16 @@ export interface JsonApiIpAllowlistPolicyOutList {
|
|
|
6450
6440
|
*/
|
|
6451
6441
|
'included'?: Array<JsonApiIpAllowlistPolicyOutIncludes>;
|
|
6452
6442
|
}
|
|
6443
|
+
export interface JsonApiIpAllowlistPolicyOutRelationships {
|
|
6444
|
+
'users'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
6445
|
+
'userGroups'?: JsonApiUserOutRelationshipsUserGroups;
|
|
6446
|
+
}
|
|
6447
|
+
export interface JsonApiIpAllowlistPolicyOutRelationshipsUsers {
|
|
6448
|
+
/**
|
|
6449
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
6450
|
+
*/
|
|
6451
|
+
'data': Array<JsonApiUserLinkage>;
|
|
6452
|
+
}
|
|
6453
6453
|
export interface JsonApiIpAllowlistPolicyOutWithLinks {
|
|
6454
6454
|
/**
|
|
6455
6455
|
* Object type
|
|
@@ -6459,8 +6459,8 @@ export interface JsonApiIpAllowlistPolicyOutWithLinks {
|
|
|
6459
6459
|
* API identifier of an object
|
|
6460
6460
|
*/
|
|
6461
6461
|
'id': string;
|
|
6462
|
-
'attributes':
|
|
6463
|
-
'relationships'?:
|
|
6462
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
6463
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
6464
6464
|
'links'?: ObjectLinks;
|
|
6465
6465
|
}
|
|
6466
6466
|
export type JsonApiIpAllowlistPolicyOutWithLinksTypeEnum = 'ipAllowlistPolicy';
|
|
@@ -6476,12 +6476,9 @@ export interface JsonApiJwkIn {
|
|
|
6476
6476
|
* API identifier of an object
|
|
6477
6477
|
*/
|
|
6478
6478
|
'id': string;
|
|
6479
|
-
'attributes'?:
|
|
6479
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
6480
6480
|
}
|
|
6481
6481
|
export type JsonApiJwkInTypeEnum = 'jwk';
|
|
6482
|
-
export interface JsonApiJwkInAttributes {
|
|
6483
|
-
'content'?: RsaSpecification;
|
|
6484
|
-
}
|
|
6485
6482
|
export interface JsonApiJwkInDocument {
|
|
6486
6483
|
'data': JsonApiJwkIn;
|
|
6487
6484
|
}
|
|
@@ -6497,9 +6494,12 @@ export interface JsonApiJwkOut {
|
|
|
6497
6494
|
* API identifier of an object
|
|
6498
6495
|
*/
|
|
6499
6496
|
'id': string;
|
|
6500
|
-
'attributes'?:
|
|
6497
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
6501
6498
|
}
|
|
6502
6499
|
export type JsonApiJwkOutTypeEnum = 'jwk';
|
|
6500
|
+
export interface JsonApiJwkOutAttributes {
|
|
6501
|
+
'content'?: RsaSpecification;
|
|
6502
|
+
}
|
|
6503
6503
|
export interface JsonApiJwkOutDocument {
|
|
6504
6504
|
'data': JsonApiJwkOut;
|
|
6505
6505
|
'links'?: ObjectLinks;
|
|
@@ -6521,7 +6521,7 @@ export interface JsonApiJwkOutWithLinks {
|
|
|
6521
6521
|
* API identifier of an object
|
|
6522
6522
|
*/
|
|
6523
6523
|
'id': string;
|
|
6524
|
-
'attributes'?:
|
|
6524
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
6525
6525
|
'links'?: ObjectLinks;
|
|
6526
6526
|
}
|
|
6527
6527
|
export type JsonApiJwkOutWithLinksTypeEnum = 'jwk';
|
|
@@ -6537,7 +6537,7 @@ export interface JsonApiJwkPatch {
|
|
|
6537
6537
|
* API identifier of an object
|
|
6538
6538
|
*/
|
|
6539
6539
|
'id': string;
|
|
6540
|
-
'attributes'?:
|
|
6540
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
6541
6541
|
}
|
|
6542
6542
|
export type JsonApiJwkPatchTypeEnum = 'jwk';
|
|
6543
6543
|
export interface JsonApiJwkPatchDocument {
|
|
@@ -7553,7 +7553,7 @@ export type JsonApiNotificationChannelOutTypeEnum = 'notificationChannel';
|
|
|
7553
7553
|
export interface JsonApiNotificationChannelOutAttributes {
|
|
7554
7554
|
'name'?: string | null;
|
|
7555
7555
|
'description'?: string | null;
|
|
7556
|
-
'destination'?:
|
|
7556
|
+
'destination'?: JsonApiNotificationChannelOutAttributesDestination;
|
|
7557
7557
|
'destinationType'?: JsonApiNotificationChannelOutAttributesDestinationTypeEnum | null;
|
|
7558
7558
|
/**
|
|
7559
7559
|
* 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}
|
|
@@ -7580,6 +7580,11 @@ export type JsonApiNotificationChannelOutAttributesDestinationTypeEnum = 'WEBHOO
|
|
|
7580
7580
|
export type JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
7581
7581
|
export type JsonApiNotificationChannelOutAttributesAllowedRecipientsEnum = 'CREATOR' | 'INTERNAL' | 'EXTERNAL';
|
|
7582
7582
|
export type JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
7583
|
+
/**
|
|
7584
|
+
* @type JsonApiNotificationChannelOutAttributesDestination
|
|
7585
|
+
* The destination where the notifications are to be sent.
|
|
7586
|
+
*/
|
|
7587
|
+
export type JsonApiNotificationChannelOutAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
7583
7588
|
export interface JsonApiNotificationChannelOutDocument {
|
|
7584
7589
|
'data': JsonApiNotificationChannelOut;
|
|
7585
7590
|
'links'?: ObjectLinks;
|
|
@@ -7641,7 +7646,7 @@ export type JsonApiNotificationChannelPostOptionalIdTypeEnum = 'notificationChan
|
|
|
7641
7646
|
export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
7642
7647
|
'name'?: string | null;
|
|
7643
7648
|
'description'?: string | null;
|
|
7644
|
-
'destination'?:
|
|
7649
|
+
'destination'?: JsonApiNotificationChannelOutAttributesDestination;
|
|
7645
7650
|
/**
|
|
7646
7651
|
* 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}
|
|
7647
7652
|
*/
|
|
@@ -7666,11 +7671,6 @@ export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
|
7666
7671
|
export type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
7667
7672
|
export type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = 'CREATOR' | 'INTERNAL' | 'EXTERNAL';
|
|
7668
7673
|
export type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
7669
|
-
/**
|
|
7670
|
-
* @type JsonApiNotificationChannelPostOptionalIdAttributesDestination
|
|
7671
|
-
* The destination where the notifications are to be sent.
|
|
7672
|
-
*/
|
|
7673
|
-
export type JsonApiNotificationChannelPostOptionalIdAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
7674
7674
|
export interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
7675
7675
|
'data': JsonApiNotificationChannelPostOptionalId;
|
|
7676
7676
|
}
|
|
@@ -7847,33 +7847,13 @@ export interface JsonApiOrganizationIn {
|
|
|
7847
7847
|
* API identifier of an object
|
|
7848
7848
|
*/
|
|
7849
7849
|
'id': string;
|
|
7850
|
-
'attributes'?:
|
|
7851
|
-
'relationships'?:
|
|
7850
|
+
'attributes'?: JsonApiOrganizationPatchAttributes;
|
|
7851
|
+
'relationships'?: JsonApiOrganizationPatchRelationships;
|
|
7852
7852
|
}
|
|
7853
7853
|
export type JsonApiOrganizationInTypeEnum = 'organization';
|
|
7854
|
-
export interface JsonApiOrganizationInAttributes {
|
|
7855
|
-
'name'?: string | null;
|
|
7856
|
-
'hostname'?: string;
|
|
7857
|
-
'allowedOrigins'?: Array<string>;
|
|
7858
|
-
/**
|
|
7859
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
7860
|
-
* @deprecated
|
|
7861
|
-
*/
|
|
7862
|
-
'earlyAccess'?: string | null;
|
|
7863
|
-
/**
|
|
7864
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
7865
|
-
*/
|
|
7866
|
-
'earlyAccessValues'?: Array<string> | null;
|
|
7867
|
-
}
|
|
7868
7854
|
export interface JsonApiOrganizationInDocument {
|
|
7869
7855
|
'data': JsonApiOrganizationIn;
|
|
7870
7856
|
}
|
|
7871
|
-
export interface JsonApiOrganizationInRelationships {
|
|
7872
|
-
'identityProvider'?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
7873
|
-
}
|
|
7874
|
-
export interface JsonApiOrganizationInRelationshipsIdentityProvider {
|
|
7875
|
-
'data': JsonApiIdentityProviderLinkage | null;
|
|
7876
|
-
}
|
|
7877
7857
|
/**
|
|
7878
7858
|
* JSON:API representation of organization entity.
|
|
7879
7859
|
*/
|
|
@@ -7941,7 +7921,7 @@ export type JsonApiOrganizationOutMetaPermissionsEnum = 'MANAGE' | 'SELF_CREATE_
|
|
|
7941
7921
|
export interface JsonApiOrganizationOutRelationships {
|
|
7942
7922
|
'bootstrapUser'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
7943
7923
|
'bootstrapUserGroup'?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
7944
|
-
'identityProvider'?:
|
|
7924
|
+
'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
7945
7925
|
}
|
|
7946
7926
|
export interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
7947
7927
|
'data': JsonApiUserLinkage | null;
|
|
@@ -7949,6 +7929,9 @@ export interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
|
7949
7929
|
export interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
7950
7930
|
'data': JsonApiUserGroupLinkage | null;
|
|
7951
7931
|
}
|
|
7932
|
+
export interface JsonApiOrganizationOutRelationshipsIdentityProvider {
|
|
7933
|
+
'data': JsonApiIdentityProviderLinkage | null;
|
|
7934
|
+
}
|
|
7952
7935
|
/**
|
|
7953
7936
|
* JSON:API representation of patching organization entity.
|
|
7954
7937
|
*/
|
|
@@ -7961,13 +7944,30 @@ export interface JsonApiOrganizationPatch {
|
|
|
7961
7944
|
* API identifier of an object
|
|
7962
7945
|
*/
|
|
7963
7946
|
'id': string;
|
|
7964
|
-
'attributes'?:
|
|
7965
|
-
'relationships'?:
|
|
7947
|
+
'attributes'?: JsonApiOrganizationPatchAttributes;
|
|
7948
|
+
'relationships'?: JsonApiOrganizationPatchRelationships;
|
|
7966
7949
|
}
|
|
7967
7950
|
export type JsonApiOrganizationPatchTypeEnum = 'organization';
|
|
7951
|
+
export interface JsonApiOrganizationPatchAttributes {
|
|
7952
|
+
'name'?: string | null;
|
|
7953
|
+
'hostname'?: string;
|
|
7954
|
+
'allowedOrigins'?: Array<string>;
|
|
7955
|
+
/**
|
|
7956
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
7957
|
+
* @deprecated
|
|
7958
|
+
*/
|
|
7959
|
+
'earlyAccess'?: string | null;
|
|
7960
|
+
/**
|
|
7961
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
7962
|
+
*/
|
|
7963
|
+
'earlyAccessValues'?: Array<string> | null;
|
|
7964
|
+
}
|
|
7968
7965
|
export interface JsonApiOrganizationPatchDocument {
|
|
7969
7966
|
'data': JsonApiOrganizationPatch;
|
|
7970
7967
|
}
|
|
7968
|
+
export interface JsonApiOrganizationPatchRelationships {
|
|
7969
|
+
'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
7970
|
+
}
|
|
7971
7971
|
/**
|
|
7972
7972
|
* JSON:API representation of organizationSetting entity.
|
|
7973
7973
|
*/
|
|
@@ -7980,17 +7980,9 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
7980
7980
|
* API identifier of an object
|
|
7981
7981
|
*/
|
|
7982
7982
|
'id': string;
|
|
7983
|
-
'attributes'?:
|
|
7983
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7984
7984
|
}
|
|
7985
7985
|
export type JsonApiOrganizationSettingInTypeEnum = 'organizationSetting';
|
|
7986
|
-
export interface JsonApiOrganizationSettingInAttributes {
|
|
7987
|
-
/**
|
|
7988
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7989
|
-
*/
|
|
7990
|
-
'content'?: object;
|
|
7991
|
-
'type'?: JsonApiOrganizationSettingInAttributesTypeEnum;
|
|
7992
|
-
}
|
|
7993
|
-
export type JsonApiOrganizationSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | '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' | 'DEFAULT_EXPORT_TEMPLATE' | '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' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
7994
7986
|
export interface JsonApiOrganizationSettingInDocument {
|
|
7995
7987
|
'data': JsonApiOrganizationSettingIn;
|
|
7996
7988
|
}
|
|
@@ -8006,9 +7998,17 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
8006
7998
|
* API identifier of an object
|
|
8007
7999
|
*/
|
|
8008
8000
|
'id': string;
|
|
8009
|
-
'attributes'?:
|
|
8001
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8010
8002
|
}
|
|
8011
8003
|
export type JsonApiOrganizationSettingOutTypeEnum = 'organizationSetting';
|
|
8004
|
+
export interface JsonApiOrganizationSettingOutAttributes {
|
|
8005
|
+
/**
|
|
8006
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
8007
|
+
*/
|
|
8008
|
+
'content'?: object;
|
|
8009
|
+
'type'?: JsonApiOrganizationSettingOutAttributesTypeEnum;
|
|
8010
|
+
}
|
|
8011
|
+
export type JsonApiOrganizationSettingOutAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | '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' | 'DEFAULT_EXPORT_TEMPLATE' | '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' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
8012
8012
|
export interface JsonApiOrganizationSettingOutDocument {
|
|
8013
8013
|
'data': JsonApiOrganizationSettingOut;
|
|
8014
8014
|
'links'?: ObjectLinks;
|
|
@@ -8030,7 +8030,7 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
8030
8030
|
* API identifier of an object
|
|
8031
8031
|
*/
|
|
8032
8032
|
'id': string;
|
|
8033
|
-
'attributes'?:
|
|
8033
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8034
8034
|
'links'?: ObjectLinks;
|
|
8035
8035
|
}
|
|
8036
8036
|
export type JsonApiOrganizationSettingOutWithLinksTypeEnum = 'organizationSetting';
|
|
@@ -8046,7 +8046,7 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
8046
8046
|
* API identifier of an object
|
|
8047
8047
|
*/
|
|
8048
8048
|
'id': string;
|
|
8049
|
-
'attributes'?:
|
|
8049
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8050
8050
|
}
|
|
8051
8051
|
export type JsonApiOrganizationSettingPatchTypeEnum = 'organizationSetting';
|
|
8052
8052
|
export interface JsonApiOrganizationSettingPatchDocument {
|
|
@@ -8291,7 +8291,7 @@ export interface JsonApiUserDataFilterIn {
|
|
|
8291
8291
|
* API identifier of an object
|
|
8292
8292
|
*/
|
|
8293
8293
|
'id': string;
|
|
8294
|
-
'attributes':
|
|
8294
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
8295
8295
|
'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
8296
8296
|
}
|
|
8297
8297
|
export type JsonApiUserDataFilterInTypeEnum = 'userDataFilter';
|
|
@@ -8311,10 +8311,17 @@ export interface JsonApiUserDataFilterOut {
|
|
|
8311
8311
|
*/
|
|
8312
8312
|
'id': string;
|
|
8313
8313
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
8314
|
-
'attributes':
|
|
8314
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
8315
8315
|
'relationships'?: JsonApiUserDataFilterOutRelationships;
|
|
8316
8316
|
}
|
|
8317
8317
|
export type JsonApiUserDataFilterOutTypeEnum = 'userDataFilter';
|
|
8318
|
+
export interface JsonApiUserDataFilterOutAttributes {
|
|
8319
|
+
'title'?: string;
|
|
8320
|
+
'description'?: string;
|
|
8321
|
+
'tags'?: Array<string>;
|
|
8322
|
+
'areRelationsValid'?: boolean;
|
|
8323
|
+
'maql': string;
|
|
8324
|
+
}
|
|
8318
8325
|
export interface JsonApiUserDataFilterOutDocument {
|
|
8319
8326
|
'data': JsonApiUserDataFilterOut;
|
|
8320
8327
|
'links'?: ObjectLinks;
|
|
@@ -8359,7 +8366,7 @@ export interface JsonApiUserDataFilterOutWithLinks {
|
|
|
8359
8366
|
*/
|
|
8360
8367
|
'id': string;
|
|
8361
8368
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
8362
|
-
'attributes':
|
|
8369
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
8363
8370
|
'relationships'?: JsonApiUserDataFilterOutRelationships;
|
|
8364
8371
|
'links'?: ObjectLinks;
|
|
8365
8372
|
}
|
|
@@ -8402,17 +8409,10 @@ export interface JsonApiUserDataFilterPostOptionalId {
|
|
|
8402
8409
|
* API identifier of an object
|
|
8403
8410
|
*/
|
|
8404
8411
|
'id'?: string;
|
|
8405
|
-
'attributes':
|
|
8412
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
8406
8413
|
'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
8407
8414
|
}
|
|
8408
8415
|
export type JsonApiUserDataFilterPostOptionalIdTypeEnum = 'userDataFilter';
|
|
8409
|
-
export interface JsonApiUserDataFilterPostOptionalIdAttributes {
|
|
8410
|
-
'title'?: string;
|
|
8411
|
-
'description'?: string;
|
|
8412
|
-
'tags'?: Array<string>;
|
|
8413
|
-
'areRelationsValid'?: boolean;
|
|
8414
|
-
'maql': string;
|
|
8415
|
-
}
|
|
8416
8416
|
export interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
8417
8417
|
'data': JsonApiUserDataFilterPostOptionalId;
|
|
8418
8418
|
}
|
|
@@ -8702,7 +8702,7 @@ export interface JsonApiUserSettingIn {
|
|
|
8702
8702
|
* API identifier of an object
|
|
8703
8703
|
*/
|
|
8704
8704
|
'id': string;
|
|
8705
|
-
'attributes'?:
|
|
8705
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8706
8706
|
}
|
|
8707
8707
|
export type JsonApiUserSettingInTypeEnum = 'userSetting';
|
|
8708
8708
|
export interface JsonApiUserSettingInDocument {
|
|
@@ -8720,7 +8720,7 @@ export interface JsonApiUserSettingOut {
|
|
|
8720
8720
|
* API identifier of an object
|
|
8721
8721
|
*/
|
|
8722
8722
|
'id': string;
|
|
8723
|
-
'attributes'?:
|
|
8723
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8724
8724
|
}
|
|
8725
8725
|
export type JsonApiUserSettingOutTypeEnum = 'userSetting';
|
|
8726
8726
|
export interface JsonApiUserSettingOutDocument {
|
|
@@ -8744,7 +8744,7 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
8744
8744
|
* API identifier of an object
|
|
8745
8745
|
*/
|
|
8746
8746
|
'id': string;
|
|
8747
|
-
'attributes'?:
|
|
8747
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8748
8748
|
'links'?: ObjectLinks;
|
|
8749
8749
|
}
|
|
8750
8750
|
export type JsonApiUserSettingOutWithLinksTypeEnum = 'userSetting';
|
|
@@ -9065,7 +9065,7 @@ export interface JsonApiWorkspaceAutomationOutRelationships {
|
|
|
9065
9065
|
'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
9066
9066
|
'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
9067
9067
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
9068
|
-
'recipients'?:
|
|
9068
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
9069
9069
|
'automationResults'?: JsonApiWorkspaceAutomationOutRelationshipsAutomationResults;
|
|
9070
9070
|
}
|
|
9071
9071
|
export interface JsonApiWorkspaceAutomationOutRelationshipsAutomationResults {
|
|
@@ -9221,24 +9221,13 @@ export interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
9221
9221
|
* API identifier of an object
|
|
9222
9222
|
*/
|
|
9223
9223
|
'id': string;
|
|
9224
|
-
'attributes'?:
|
|
9225
|
-
'relationships'?:
|
|
9224
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
9225
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
9226
9226
|
}
|
|
9227
9227
|
export type JsonApiWorkspaceDataFilterSettingInTypeEnum = 'workspaceDataFilterSetting';
|
|
9228
|
-
export interface JsonApiWorkspaceDataFilterSettingInAttributes {
|
|
9229
|
-
'title'?: string;
|
|
9230
|
-
'description'?: string;
|
|
9231
|
-
'filterValues'?: Array<string>;
|
|
9232
|
-
}
|
|
9233
9228
|
export interface JsonApiWorkspaceDataFilterSettingInDocument {
|
|
9234
9229
|
'data': JsonApiWorkspaceDataFilterSettingIn;
|
|
9235
9230
|
}
|
|
9236
|
-
export interface JsonApiWorkspaceDataFilterSettingInRelationships {
|
|
9237
|
-
'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
|
|
9238
|
-
}
|
|
9239
|
-
export interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
|
|
9240
|
-
'data': JsonApiWorkspaceDataFilterLinkage | null;
|
|
9241
|
-
}
|
|
9242
9231
|
/**
|
|
9243
9232
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
9244
9233
|
*/
|
|
@@ -9260,10 +9249,15 @@ export interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
9260
9249
|
*/
|
|
9261
9250
|
'id': string;
|
|
9262
9251
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
9263
|
-
'attributes'?:
|
|
9264
|
-
'relationships'?:
|
|
9252
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
9253
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
9265
9254
|
}
|
|
9266
9255
|
export type JsonApiWorkspaceDataFilterSettingOutTypeEnum = 'workspaceDataFilterSetting';
|
|
9256
|
+
export interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
9257
|
+
'title'?: string;
|
|
9258
|
+
'description'?: string;
|
|
9259
|
+
'filterValues'?: Array<string>;
|
|
9260
|
+
}
|
|
9267
9261
|
export interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
9268
9262
|
'data': JsonApiWorkspaceDataFilterSettingOut;
|
|
9269
9263
|
'links'?: ObjectLinks;
|
|
@@ -9284,6 +9278,12 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
9284
9278
|
*/
|
|
9285
9279
|
'included'?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
9286
9280
|
}
|
|
9281
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
9282
|
+
'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
9283
|
+
}
|
|
9284
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
9285
|
+
'data': JsonApiWorkspaceDataFilterLinkage | null;
|
|
9286
|
+
}
|
|
9287
9287
|
export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
9288
9288
|
/**
|
|
9289
9289
|
* Object type
|
|
@@ -9294,8 +9294,8 @@ export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
9294
9294
|
*/
|
|
9295
9295
|
'id': string;
|
|
9296
9296
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
9297
|
-
'attributes'?:
|
|
9298
|
-
'relationships'?:
|
|
9297
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
9298
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
9299
9299
|
'links'?: ObjectLinks;
|
|
9300
9300
|
}
|
|
9301
9301
|
export type JsonApiWorkspaceDataFilterSettingOutWithLinksTypeEnum = 'workspaceDataFilterSetting';
|
|
@@ -9311,8 +9311,8 @@ export interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
9311
9311
|
* API identifier of an object
|
|
9312
9312
|
*/
|
|
9313
9313
|
'id': string;
|
|
9314
|
-
'attributes'?:
|
|
9315
|
-
'relationships'?:
|
|
9314
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
9315
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
9316
9316
|
}
|
|
9317
9317
|
export type JsonApiWorkspaceDataFilterSettingPatchTypeEnum = 'workspaceDataFilterSetting';
|
|
9318
9318
|
export interface JsonApiWorkspaceDataFilterSettingPatchDocument {
|
|
@@ -9662,7 +9662,7 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
9662
9662
|
* API identifier of an object
|
|
9663
9663
|
*/
|
|
9664
9664
|
'id': string;
|
|
9665
|
-
'attributes'?:
|
|
9665
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
9666
9666
|
}
|
|
9667
9667
|
export type JsonApiWorkspaceSettingInTypeEnum = 'workspaceSetting';
|
|
9668
9668
|
export interface JsonApiWorkspaceSettingInDocument {
|
|
@@ -9681,7 +9681,7 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
9681
9681
|
*/
|
|
9682
9682
|
'id': string;
|
|
9683
9683
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
9684
|
-
'attributes'?:
|
|
9684
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
9685
9685
|
}
|
|
9686
9686
|
export type JsonApiWorkspaceSettingOutTypeEnum = 'workspaceSetting';
|
|
9687
9687
|
export interface JsonApiWorkspaceSettingOutDocument {
|
|
@@ -9706,7 +9706,7 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
9706
9706
|
*/
|
|
9707
9707
|
'id': string;
|
|
9708
9708
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
9709
|
-
'attributes'?:
|
|
9709
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
9710
9710
|
'links'?: ObjectLinks;
|
|
9711
9711
|
}
|
|
9712
9712
|
export type JsonApiWorkspaceSettingOutWithLinksTypeEnum = 'workspaceSetting';
|
|
@@ -9722,7 +9722,7 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
9722
9722
|
* API identifier of an object
|
|
9723
9723
|
*/
|
|
9724
9724
|
'id': string;
|
|
9725
|
-
'attributes'?:
|
|
9725
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
9726
9726
|
}
|
|
9727
9727
|
export type JsonApiWorkspaceSettingPatchTypeEnum = 'workspaceSetting';
|
|
9728
9728
|
export interface JsonApiWorkspaceSettingPatchDocument {
|
|
@@ -9740,7 +9740,7 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
9740
9740
|
* API identifier of an object
|
|
9741
9741
|
*/
|
|
9742
9742
|
'id'?: string;
|
|
9743
|
-
'attributes'?:
|
|
9743
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
9744
9744
|
}
|
|
9745
9745
|
export type JsonApiWorkspaceSettingPostOptionalIdTypeEnum = 'workspaceSetting';
|
|
9746
9746
|
export interface JsonApiWorkspaceSettingPostOptionalIdDocument {
|
|
@@ -10530,7 +10530,7 @@ export interface ResolvedSetting {
|
|
|
10530
10530
|
*/
|
|
10531
10531
|
'type'?: ResolvedSettingTypeEnum;
|
|
10532
10532
|
}
|
|
10533
|
-
export type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | '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' | 'DEFAULT_EXPORT_TEMPLATE' | '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' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
10533
|
+
export type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_PROVIDER' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'GEO_ICON_SHEET' | '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' | 'DEFAULT_EXPORT_TEMPLATE' | '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' | 'ENABLE_PARTIAL_DATA_RESULTS' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI' | 'CERTIFY_PARENT_OBJECTS' | 'HLL_TYPE';
|
|
10534
10534
|
export interface RsaSpecification {
|
|
10535
10535
|
'kty': RsaSpecificationKtyEnum;
|
|
10536
10536
|
'alg': RsaSpecificationAlgEnum;
|