@gooddata/api-client-tiger 11.47.0-alpha.2 → 11.47.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +261 -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/ai-json-api/api.d.ts +7 -0
- package/esm/generated/ai-json-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
|
@@ -11880,6 +11880,13 @@ export declare interface AiSearchObject {
|
|
|
11880
11880
|
'createdAt'?: string | null;
|
|
11881
11881
|
'modifiedAt'?: string | null;
|
|
11882
11882
|
'isHidden'?: boolean | null;
|
|
11883
|
+
/**
|
|
11884
|
+
* Certification information for the object.
|
|
11885
|
+
*/
|
|
11886
|
+
'certification'?: {
|
|
11887
|
+
'status': string;
|
|
11888
|
+
'certificationMessage'?: string | null;
|
|
11889
|
+
} | null;
|
|
11883
11890
|
/**
|
|
11884
11891
|
* Search relevance score.
|
|
11885
11892
|
*/
|
|
@@ -21649,6 +21656,20 @@ export declare interface CertificationApiSetCertificationRequest {
|
|
|
21649
21656
|
readonly setCertificationRequest: SetCertificationRequest;
|
|
21650
21657
|
}
|
|
21651
21658
|
|
|
21659
|
+
/**
|
|
21660
|
+
* Certification state of the object. Who certified and when are never exposed here.
|
|
21661
|
+
*/
|
|
21662
|
+
export declare interface CertificationInfo {
|
|
21663
|
+
/**
|
|
21664
|
+
* Certification status, e.g. CERTIFIED.
|
|
21665
|
+
*/
|
|
21666
|
+
'status': string;
|
|
21667
|
+
/**
|
|
21668
|
+
* Optional message describing the certification.
|
|
21669
|
+
*/
|
|
21670
|
+
'certificationMessage'?: string;
|
|
21671
|
+
}
|
|
21672
|
+
|
|
21652
21673
|
/**
|
|
21653
21674
|
* Change analysis specification.
|
|
21654
21675
|
*/
|
|
@@ -32780,7 +32801,7 @@ export declare interface DeclarativeSetting {
|
|
|
32780
32801
|
'type'?: DeclarativeSettingTypeEnum;
|
|
32781
32802
|
}
|
|
32782
32803
|
|
|
32783
|
-
export declare 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';
|
|
32804
|
+
export declare 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';
|
|
32784
32805
|
|
|
32785
32806
|
export declare interface DeclarativeSingleWorkspacePermission {
|
|
32786
32807
|
/**
|
|
@@ -65692,8 +65713,8 @@ export declare interface ITigerDashboardMeasureValueFilterConfig {
|
|
|
65692
65713
|
*/
|
|
65693
65714
|
export declare interface ITigerDashboardParameter {
|
|
65694
65715
|
ref: ObjRef;
|
|
65695
|
-
parameterType: "NUMBER";
|
|
65696
|
-
value?: number;
|
|
65716
|
+
parameterType: "NUMBER" | "STRING";
|
|
65717
|
+
value?: number | string;
|
|
65697
65718
|
label?: string;
|
|
65698
65719
|
mode?: "active" | "readonly" | "hidden";
|
|
65699
65720
|
}
|
|
@@ -67104,7 +67125,7 @@ export declare interface JsonApiAutomationInRelationships {
|
|
|
67104
67125
|
'notificationChannel'?: JsonApiWorkspaceAutomationOutRelationshipsNotificationChannel;
|
|
67105
67126
|
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
67106
67127
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
67107
|
-
'recipients'?:
|
|
67128
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
67108
67129
|
}
|
|
67109
67130
|
|
|
67110
67131
|
export declare type JsonApiAutomationInTypeEnum = 'automation';
|
|
@@ -67213,7 +67234,7 @@ export declare interface JsonApiAutomationOutRelationships {
|
|
|
67213
67234
|
'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
67214
67235
|
'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
67215
67236
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
67216
|
-
'recipients'?:
|
|
67237
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
67217
67238
|
'automationResults'?: JsonApiWorkspaceAutomationOutRelationshipsAutomationResults;
|
|
67218
67239
|
}
|
|
67219
67240
|
|
|
@@ -67454,7 +67475,7 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
|
|
|
67454
67475
|
* API identifier of an object
|
|
67455
67476
|
*/
|
|
67456
67477
|
'id': string;
|
|
67457
|
-
'attributes'?:
|
|
67478
|
+
'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
67458
67479
|
}
|
|
67459
67480
|
|
|
67460
67481
|
export declare interface JsonApiCookieSecurityConfigurationInDocument {
|
|
@@ -67475,15 +67496,7 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
|
|
|
67475
67496
|
* API identifier of an object
|
|
67476
67497
|
*/
|
|
67477
67498
|
'id': string;
|
|
67478
|
-
'attributes'?:
|
|
67479
|
-
}
|
|
67480
|
-
|
|
67481
|
-
export declare interface JsonApiCookieSecurityConfigurationOutAttributes {
|
|
67482
|
-
'lastRotation'?: string;
|
|
67483
|
-
/**
|
|
67484
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
67485
|
-
*/
|
|
67486
|
-
'rotationInterval'?: string;
|
|
67499
|
+
'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
67487
67500
|
}
|
|
67488
67501
|
|
|
67489
67502
|
export declare interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
@@ -67505,7 +67518,15 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
67505
67518
|
* API identifier of an object
|
|
67506
67519
|
*/
|
|
67507
67520
|
'id': string;
|
|
67508
|
-
'attributes'?:
|
|
67521
|
+
'attributes'?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
67522
|
+
}
|
|
67523
|
+
|
|
67524
|
+
export declare interface JsonApiCookieSecurityConfigurationPatchAttributes {
|
|
67525
|
+
'lastRotation'?: string;
|
|
67526
|
+
/**
|
|
67527
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
67528
|
+
*/
|
|
67529
|
+
'rotationInterval'?: string;
|
|
67509
67530
|
}
|
|
67510
67531
|
|
|
67511
67532
|
export declare interface JsonApiCookieSecurityConfigurationPatchDocument {
|
|
@@ -67842,7 +67863,7 @@ export declare interface JsonApiCustomUserApplicationSettingIn {
|
|
|
67842
67863
|
* API identifier of an object
|
|
67843
67864
|
*/
|
|
67844
67865
|
'id': string;
|
|
67845
|
-
'attributes':
|
|
67866
|
+
'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
|
|
67846
67867
|
}
|
|
67847
67868
|
|
|
67848
67869
|
export declare interface JsonApiCustomUserApplicationSettingInDocument {
|
|
@@ -67863,19 +67884,7 @@ export declare interface JsonApiCustomUserApplicationSettingOut {
|
|
|
67863
67884
|
* API identifier of an object
|
|
67864
67885
|
*/
|
|
67865
67886
|
'id': string;
|
|
67866
|
-
'attributes':
|
|
67867
|
-
}
|
|
67868
|
-
|
|
67869
|
-
export declare interface JsonApiCustomUserApplicationSettingOutAttributes {
|
|
67870
|
-
'applicationName': string;
|
|
67871
|
-
/**
|
|
67872
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
67873
|
-
*/
|
|
67874
|
-
'content': object;
|
|
67875
|
-
/**
|
|
67876
|
-
* 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).
|
|
67877
|
-
*/
|
|
67878
|
-
'workspaceId'?: string | null;
|
|
67887
|
+
'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
|
|
67879
67888
|
}
|
|
67880
67889
|
|
|
67881
67890
|
export declare interface JsonApiCustomUserApplicationSettingOutDocument {
|
|
@@ -67903,7 +67912,7 @@ export declare interface JsonApiCustomUserApplicationSettingOutWithLinks {
|
|
|
67903
67912
|
* API identifier of an object
|
|
67904
67913
|
*/
|
|
67905
67914
|
'id': string;
|
|
67906
|
-
'attributes':
|
|
67915
|
+
'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
|
|
67907
67916
|
'links'?: ObjectLinks;
|
|
67908
67917
|
}
|
|
67909
67918
|
|
|
@@ -67921,7 +67930,19 @@ export declare interface JsonApiCustomUserApplicationSettingPostOptionalId {
|
|
|
67921
67930
|
* API identifier of an object
|
|
67922
67931
|
*/
|
|
67923
67932
|
'id'?: string;
|
|
67924
|
-
'attributes':
|
|
67933
|
+
'attributes': JsonApiCustomUserApplicationSettingPostOptionalIdAttributes;
|
|
67934
|
+
}
|
|
67935
|
+
|
|
67936
|
+
export declare interface JsonApiCustomUserApplicationSettingPostOptionalIdAttributes {
|
|
67937
|
+
'applicationName': string;
|
|
67938
|
+
/**
|
|
67939
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
67940
|
+
*/
|
|
67941
|
+
'content': object;
|
|
67942
|
+
/**
|
|
67943
|
+
* 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).
|
|
67944
|
+
*/
|
|
67945
|
+
'workspaceId'?: string | null;
|
|
67925
67946
|
}
|
|
67926
67947
|
|
|
67927
67948
|
export declare interface JsonApiCustomUserApplicationSettingPostOptionalIdDocument {
|
|
@@ -68410,7 +68431,7 @@ export declare interface JsonApiDataSourceInAttributes {
|
|
|
68410
68431
|
/**
|
|
68411
68432
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
68412
68433
|
*/
|
|
68413
|
-
'parameters'?: Array<
|
|
68434
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
68414
68435
|
/**
|
|
68415
68436
|
* Determines how the results coming from a particular datasource should be cached.
|
|
68416
68437
|
*/
|
|
@@ -68435,11 +68456,6 @@ export declare type JsonApiDataSourceInAttributesCacheStrategyEnum = 'ALWAYS' |
|
|
|
68435
68456
|
|
|
68436
68457
|
export declare type JsonApiDataSourceInAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
|
|
68437
68458
|
|
|
68438
|
-
export declare interface JsonApiDataSourceInAttributesParametersInner {
|
|
68439
|
-
'name': string;
|
|
68440
|
-
'value': string;
|
|
68441
|
-
}
|
|
68442
|
-
|
|
68443
68459
|
export declare type JsonApiDataSourceInAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE' | 'DENODO';
|
|
68444
68460
|
|
|
68445
68461
|
export declare interface JsonApiDataSourceInDocument {
|
|
@@ -68492,11 +68508,11 @@ export declare interface JsonApiDataSourceOutAttributes {
|
|
|
68492
68508
|
/**
|
|
68493
68509
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
68494
68510
|
*/
|
|
68495
|
-
'parameters'?: Array<
|
|
68511
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
68496
68512
|
/**
|
|
68497
68513
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
68498
68514
|
*/
|
|
68499
|
-
'decodedParameters'?: Array<
|
|
68515
|
+
'decodedParameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
68500
68516
|
/**
|
|
68501
68517
|
* Determines how the results coming from a particular datasource should be cached.
|
|
68502
68518
|
*/
|
|
@@ -68525,6 +68541,11 @@ export declare type JsonApiDataSourceOutAttributesCacheStrategyEnum = 'ALWAYS' |
|
|
|
68525
68541
|
|
|
68526
68542
|
export declare type JsonApiDataSourceOutAttributesDateTimeSemanticsEnum = 'LOCAL' | 'UTC';
|
|
68527
68543
|
|
|
68544
|
+
export declare interface JsonApiDataSourceOutAttributesParametersInner {
|
|
68545
|
+
'name': string;
|
|
68546
|
+
'value': string;
|
|
68547
|
+
}
|
|
68548
|
+
|
|
68528
68549
|
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' | 'DENODO';
|
|
68529
68550
|
|
|
68530
68551
|
export declare interface JsonApiDataSourceOutDocument {
|
|
@@ -68622,7 +68643,7 @@ export declare interface JsonApiDataSourcePatchAttributes {
|
|
|
68622
68643
|
/**
|
|
68623
68644
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
68624
68645
|
*/
|
|
68625
|
-
'parameters'?: Array<
|
|
68646
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
68626
68647
|
/**
|
|
68627
68648
|
* Determines how the results coming from a particular datasource should be cached.
|
|
68628
68649
|
*/
|
|
@@ -68912,7 +68933,7 @@ export declare interface JsonApiExportTemplateIn {
|
|
|
68912
68933
|
* API identifier of an object
|
|
68913
68934
|
*/
|
|
68914
68935
|
'id': string;
|
|
68915
|
-
'attributes':
|
|
68936
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
68916
68937
|
}
|
|
68917
68938
|
|
|
68918
68939
|
export declare interface JsonApiExportTemplateInDocument {
|
|
@@ -68933,9 +68954,47 @@ export declare interface JsonApiExportTemplateOut {
|
|
|
68933
68954
|
* API identifier of an object
|
|
68934
68955
|
*/
|
|
68935
68956
|
'id': string;
|
|
68936
|
-
'attributes':
|
|
68957
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
68958
|
+
}
|
|
68959
|
+
|
|
68960
|
+
export declare interface JsonApiExportTemplateOutAttributes {
|
|
68961
|
+
/**
|
|
68962
|
+
* User-facing name of the Slides template.
|
|
68963
|
+
*/
|
|
68964
|
+
'name': string;
|
|
68965
|
+
'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
68966
|
+
'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
68967
|
+
}
|
|
68968
|
+
|
|
68969
|
+
/**
|
|
68970
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
68971
|
+
*/
|
|
68972
|
+
export declare interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
|
|
68973
|
+
/**
|
|
68974
|
+
* Export types this template applies to.
|
|
68975
|
+
*/
|
|
68976
|
+
'appliedOn': Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
68977
|
+
'coverSlide'?: CoverSlideTemplate | null;
|
|
68978
|
+
'introSlide'?: IntroSlideTemplate | null;
|
|
68979
|
+
'sectionSlide'?: SectionSlideTemplate | null;
|
|
68980
|
+
'contentSlide'?: ContentSlideTemplate | null;
|
|
68981
|
+
}
|
|
68982
|
+
|
|
68983
|
+
export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
68984
|
+
|
|
68985
|
+
/**
|
|
68986
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
68987
|
+
*/
|
|
68988
|
+
export declare interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
|
|
68989
|
+
/**
|
|
68990
|
+
* Export types this template applies to.
|
|
68991
|
+
*/
|
|
68992
|
+
'appliedOn': Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
68993
|
+
'contentSlide'?: ContentSlideTemplate | null;
|
|
68937
68994
|
}
|
|
68938
68995
|
|
|
68996
|
+
export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
68997
|
+
|
|
68939
68998
|
export declare interface JsonApiExportTemplateOutDocument {
|
|
68940
68999
|
'data': JsonApiExportTemplateOut;
|
|
68941
69000
|
'links'?: ObjectLinks;
|
|
@@ -68961,7 +69020,7 @@ export declare interface JsonApiExportTemplateOutWithLinks {
|
|
|
68961
69020
|
* API identifier of an object
|
|
68962
69021
|
*/
|
|
68963
69022
|
'id': string;
|
|
68964
|
-
'attributes':
|
|
69023
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
68965
69024
|
'links'?: ObjectLinks;
|
|
68966
69025
|
}
|
|
68967
69026
|
|
|
@@ -68987,8 +69046,8 @@ export declare interface JsonApiExportTemplatePatchAttributes {
|
|
|
68987
69046
|
* User-facing name of the Slides template.
|
|
68988
69047
|
*/
|
|
68989
69048
|
'name'?: string;
|
|
68990
|
-
'dashboardSlidesTemplate'?:
|
|
68991
|
-
'widgetSlidesTemplate'?:
|
|
69049
|
+
'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
69050
|
+
'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
68992
69051
|
}
|
|
68993
69052
|
|
|
68994
69053
|
export declare interface JsonApiExportTemplatePatchDocument {
|
|
@@ -69009,47 +69068,9 @@ export declare interface JsonApiExportTemplatePostOptionalId {
|
|
|
69009
69068
|
* API identifier of an object
|
|
69010
69069
|
*/
|
|
69011
69070
|
'id'?: string;
|
|
69012
|
-
'attributes':
|
|
69013
|
-
}
|
|
69014
|
-
|
|
69015
|
-
export declare interface JsonApiExportTemplatePostOptionalIdAttributes {
|
|
69016
|
-
/**
|
|
69017
|
-
* User-facing name of the Slides template.
|
|
69018
|
-
*/
|
|
69019
|
-
'name': string;
|
|
69020
|
-
'dashboardSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
|
|
69021
|
-
'widgetSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
|
|
69022
|
-
}
|
|
69023
|
-
|
|
69024
|
-
/**
|
|
69025
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
69026
|
-
*/
|
|
69027
|
-
export declare interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
|
|
69028
|
-
/**
|
|
69029
|
-
* Export types this template applies to.
|
|
69030
|
-
*/
|
|
69031
|
-
'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
69032
|
-
'coverSlide'?: CoverSlideTemplate | null;
|
|
69033
|
-
'introSlide'?: IntroSlideTemplate | null;
|
|
69034
|
-
'sectionSlide'?: SectionSlideTemplate | null;
|
|
69035
|
-
'contentSlide'?: ContentSlideTemplate | null;
|
|
69036
|
-
}
|
|
69037
|
-
|
|
69038
|
-
export declare type JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
69039
|
-
|
|
69040
|
-
/**
|
|
69041
|
-
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
69042
|
-
*/
|
|
69043
|
-
export declare interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
|
|
69044
|
-
/**
|
|
69045
|
-
* Export types this template applies to.
|
|
69046
|
-
*/
|
|
69047
|
-
'appliedOn': Array<JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
69048
|
-
'contentSlide'?: ContentSlideTemplate | null;
|
|
69071
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
69049
69072
|
}
|
|
69050
69073
|
|
|
69051
|
-
export declare type JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
69052
|
-
|
|
69053
69074
|
export declare interface JsonApiExportTemplatePostOptionalIdDocument {
|
|
69054
69075
|
'data': JsonApiExportTemplatePostOptionalId;
|
|
69055
69076
|
}
|
|
@@ -69339,34 +69360,14 @@ export declare interface JsonApiFilterViewIn {
|
|
|
69339
69360
|
* API identifier of an object
|
|
69340
69361
|
*/
|
|
69341
69362
|
'id': string;
|
|
69342
|
-
'attributes':
|
|
69343
|
-
'relationships'?:
|
|
69344
|
-
}
|
|
69345
|
-
|
|
69346
|
-
export declare interface JsonApiFilterViewInAttributes {
|
|
69347
|
-
'title': string;
|
|
69348
|
-
'description'?: string;
|
|
69349
|
-
'tags'?: Array<string>;
|
|
69350
|
-
'areRelationsValid'?: boolean;
|
|
69351
|
-
/**
|
|
69352
|
-
* Indicator whether the filter view should by applied by default.
|
|
69353
|
-
*/
|
|
69354
|
-
'isDefault'?: boolean;
|
|
69355
|
-
/**
|
|
69356
|
-
* The respective filter context.
|
|
69357
|
-
*/
|
|
69358
|
-
'content': object;
|
|
69363
|
+
'attributes': JsonApiFilterViewOutAttributes;
|
|
69364
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
69359
69365
|
}
|
|
69360
69366
|
|
|
69361
69367
|
export declare interface JsonApiFilterViewInDocument {
|
|
69362
69368
|
'data': JsonApiFilterViewIn;
|
|
69363
69369
|
}
|
|
69364
69370
|
|
|
69365
|
-
export declare interface JsonApiFilterViewInRelationships {
|
|
69366
|
-
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
69367
|
-
'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
69368
|
-
}
|
|
69369
|
-
|
|
69370
69371
|
export declare type JsonApiFilterViewInTypeEnum = 'filterView';
|
|
69371
69372
|
|
|
69372
69373
|
/**
|
|
@@ -69381,8 +69382,23 @@ export declare interface JsonApiFilterViewOut {
|
|
|
69381
69382
|
* API identifier of an object
|
|
69382
69383
|
*/
|
|
69383
69384
|
'id': string;
|
|
69384
|
-
'attributes':
|
|
69385
|
-
'relationships'?:
|
|
69385
|
+
'attributes': JsonApiFilterViewOutAttributes;
|
|
69386
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
69387
|
+
}
|
|
69388
|
+
|
|
69389
|
+
export declare interface JsonApiFilterViewOutAttributes {
|
|
69390
|
+
'title': string;
|
|
69391
|
+
'description'?: string;
|
|
69392
|
+
'tags'?: Array<string>;
|
|
69393
|
+
'areRelationsValid'?: boolean;
|
|
69394
|
+
/**
|
|
69395
|
+
* Indicator whether the filter view should by applied by default.
|
|
69396
|
+
*/
|
|
69397
|
+
'isDefault'?: boolean;
|
|
69398
|
+
/**
|
|
69399
|
+
* The respective filter context.
|
|
69400
|
+
*/
|
|
69401
|
+
'content': object;
|
|
69386
69402
|
}
|
|
69387
69403
|
|
|
69388
69404
|
export declare interface JsonApiFilterViewOutDocument {
|
|
@@ -69412,6 +69428,11 @@ export declare interface JsonApiFilterViewOutList {
|
|
|
69412
69428
|
'included'?: Array<JsonApiFilterViewOutIncludes>;
|
|
69413
69429
|
}
|
|
69414
69430
|
|
|
69431
|
+
export declare interface JsonApiFilterViewOutRelationships {
|
|
69432
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
69433
|
+
'user'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
69434
|
+
}
|
|
69435
|
+
|
|
69415
69436
|
export declare type JsonApiFilterViewOutTypeEnum = 'filterView';
|
|
69416
69437
|
|
|
69417
69438
|
export declare interface JsonApiFilterViewOutWithLinks {
|
|
@@ -69423,8 +69444,8 @@ export declare interface JsonApiFilterViewOutWithLinks {
|
|
|
69423
69444
|
* API identifier of an object
|
|
69424
69445
|
*/
|
|
69425
69446
|
'id': string;
|
|
69426
|
-
'attributes':
|
|
69427
|
-
'relationships'?:
|
|
69447
|
+
'attributes': JsonApiFilterViewOutAttributes;
|
|
69448
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
69428
69449
|
'links'?: ObjectLinks;
|
|
69429
69450
|
}
|
|
69430
69451
|
|
|
@@ -69443,7 +69464,7 @@ export declare interface JsonApiFilterViewPatch {
|
|
|
69443
69464
|
*/
|
|
69444
69465
|
'id': string;
|
|
69445
69466
|
'attributes': JsonApiFilterViewPatchAttributes;
|
|
69446
|
-
'relationships'?:
|
|
69467
|
+
'relationships'?: JsonApiFilterViewOutRelationships;
|
|
69447
69468
|
}
|
|
69448
69469
|
|
|
69449
69470
|
export declare interface JsonApiFilterViewPatchAttributes {
|
|
@@ -69684,33 +69705,14 @@ export declare interface JsonApiIpAllowlistPolicyIn {
|
|
|
69684
69705
|
* API identifier of an object
|
|
69685
69706
|
*/
|
|
69686
69707
|
'id': string;
|
|
69687
|
-
'attributes':
|
|
69688
|
-
'relationships'?:
|
|
69689
|
-
}
|
|
69690
|
-
|
|
69691
|
-
export declare interface JsonApiIpAllowlistPolicyInAttributes {
|
|
69692
|
-
/**
|
|
69693
|
-
* Allowed source IPv4 or IPv6 addresses or CIDR ranges. The /0 and ::/0 prefixes are not allowed.
|
|
69694
|
-
*/
|
|
69695
|
-
'allowedSources': Array<string> | null;
|
|
69708
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
69709
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
69696
69710
|
}
|
|
69697
69711
|
|
|
69698
69712
|
export declare interface JsonApiIpAllowlistPolicyInDocument {
|
|
69699
69713
|
'data': JsonApiIpAllowlistPolicyIn;
|
|
69700
69714
|
}
|
|
69701
69715
|
|
|
69702
|
-
export declare interface JsonApiIpAllowlistPolicyInRelationships {
|
|
69703
|
-
'users'?: JsonApiIpAllowlistPolicyInRelationshipsUsers;
|
|
69704
|
-
'userGroups'?: JsonApiUserOutRelationshipsUserGroups;
|
|
69705
|
-
}
|
|
69706
|
-
|
|
69707
|
-
export declare interface JsonApiIpAllowlistPolicyInRelationshipsUsers {
|
|
69708
|
-
/**
|
|
69709
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
69710
|
-
*/
|
|
69711
|
-
'data': Array<JsonApiUserLinkage>;
|
|
69712
|
-
}
|
|
69713
|
-
|
|
69714
69716
|
export declare type JsonApiIpAllowlistPolicyInTypeEnum = 'ipAllowlistPolicy';
|
|
69715
69717
|
|
|
69716
69718
|
/**
|
|
@@ -69725,8 +69727,15 @@ export declare interface JsonApiIpAllowlistPolicyOut {
|
|
|
69725
69727
|
* API identifier of an object
|
|
69726
69728
|
*/
|
|
69727
69729
|
'id': string;
|
|
69728
|
-
'attributes':
|
|
69729
|
-
'relationships'?:
|
|
69730
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
69731
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
69732
|
+
}
|
|
69733
|
+
|
|
69734
|
+
export declare interface JsonApiIpAllowlistPolicyOutAttributes {
|
|
69735
|
+
/**
|
|
69736
|
+
* Allowed source IPv4 or IPv6 addresses or CIDR ranges. The /0 and ::/0 prefixes are not allowed.
|
|
69737
|
+
*/
|
|
69738
|
+
'allowedSources': Array<string> | null;
|
|
69730
69739
|
}
|
|
69731
69740
|
|
|
69732
69741
|
export declare interface JsonApiIpAllowlistPolicyOutDocument {
|
|
@@ -69756,6 +69765,18 @@ export declare interface JsonApiIpAllowlistPolicyOutList {
|
|
|
69756
69765
|
'included'?: Array<JsonApiIpAllowlistPolicyOutIncludes>;
|
|
69757
69766
|
}
|
|
69758
69767
|
|
|
69768
|
+
export declare interface JsonApiIpAllowlistPolicyOutRelationships {
|
|
69769
|
+
'users'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
69770
|
+
'userGroups'?: JsonApiUserOutRelationshipsUserGroups;
|
|
69771
|
+
}
|
|
69772
|
+
|
|
69773
|
+
export declare interface JsonApiIpAllowlistPolicyOutRelationshipsUsers {
|
|
69774
|
+
/**
|
|
69775
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
69776
|
+
*/
|
|
69777
|
+
'data': Array<JsonApiUserLinkage>;
|
|
69778
|
+
}
|
|
69779
|
+
|
|
69759
69780
|
export declare type JsonApiIpAllowlistPolicyOutTypeEnum = 'ipAllowlistPolicy';
|
|
69760
69781
|
|
|
69761
69782
|
export declare interface JsonApiIpAllowlistPolicyOutWithLinks {
|
|
@@ -69767,8 +69788,8 @@ export declare interface JsonApiIpAllowlistPolicyOutWithLinks {
|
|
|
69767
69788
|
* API identifier of an object
|
|
69768
69789
|
*/
|
|
69769
69790
|
'id': string;
|
|
69770
|
-
'attributes':
|
|
69771
|
-
'relationships'?:
|
|
69791
|
+
'attributes': JsonApiIpAllowlistPolicyOutAttributes;
|
|
69792
|
+
'relationships'?: JsonApiIpAllowlistPolicyOutRelationships;
|
|
69772
69793
|
'links'?: ObjectLinks;
|
|
69773
69794
|
}
|
|
69774
69795
|
|
|
@@ -69786,11 +69807,7 @@ export declare interface JsonApiJwkIn {
|
|
|
69786
69807
|
* API identifier of an object
|
|
69787
69808
|
*/
|
|
69788
69809
|
'id': string;
|
|
69789
|
-
'attributes'?:
|
|
69790
|
-
}
|
|
69791
|
-
|
|
69792
|
-
export declare interface JsonApiJwkInAttributes {
|
|
69793
|
-
'content'?: RsaSpecification;
|
|
69810
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
69794
69811
|
}
|
|
69795
69812
|
|
|
69796
69813
|
export declare interface JsonApiJwkInDocument {
|
|
@@ -69811,7 +69828,11 @@ export declare interface JsonApiJwkOut {
|
|
|
69811
69828
|
* API identifier of an object
|
|
69812
69829
|
*/
|
|
69813
69830
|
'id': string;
|
|
69814
|
-
'attributes'?:
|
|
69831
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
69832
|
+
}
|
|
69833
|
+
|
|
69834
|
+
export declare interface JsonApiJwkOutAttributes {
|
|
69835
|
+
'content'?: RsaSpecification;
|
|
69815
69836
|
}
|
|
69816
69837
|
|
|
69817
69838
|
export declare interface JsonApiJwkOutDocument {
|
|
@@ -69839,7 +69860,7 @@ export declare interface JsonApiJwkOutWithLinks {
|
|
|
69839
69860
|
* API identifier of an object
|
|
69840
69861
|
*/
|
|
69841
69862
|
'id': string;
|
|
69842
|
-
'attributes'?:
|
|
69863
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
69843
69864
|
'links'?: ObjectLinks;
|
|
69844
69865
|
}
|
|
69845
69866
|
|
|
@@ -69857,7 +69878,7 @@ export declare interface JsonApiJwkPatch {
|
|
|
69857
69878
|
* API identifier of an object
|
|
69858
69879
|
*/
|
|
69859
69880
|
'id': string;
|
|
69860
|
-
'attributes'?:
|
|
69881
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
69861
69882
|
}
|
|
69862
69883
|
|
|
69863
69884
|
export declare interface JsonApiJwkPatchDocument {
|
|
@@ -70997,7 +71018,7 @@ export declare interface JsonApiNotificationChannelOut {
|
|
|
70997
71018
|
export declare interface JsonApiNotificationChannelOutAttributes {
|
|
70998
71019
|
'name'?: string | null;
|
|
70999
71020
|
'description'?: string | null;
|
|
71000
|
-
'destination'?:
|
|
71021
|
+
'destination'?: JsonApiNotificationChannelOutAttributesDestination;
|
|
71001
71022
|
'destinationType'?: JsonApiNotificationChannelOutAttributesDestinationTypeEnum | null;
|
|
71002
71023
|
/**
|
|
71003
71024
|
* 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}
|
|
@@ -71025,6 +71046,12 @@ export declare type JsonApiNotificationChannelOutAttributesAllowedRecipientsEnum
|
|
|
71025
71046
|
|
|
71026
71047
|
export declare type JsonApiNotificationChannelOutAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
71027
71048
|
|
|
71049
|
+
/**
|
|
71050
|
+
* @type JsonApiNotificationChannelOutAttributesDestination
|
|
71051
|
+
* The destination where the notifications are to be sent.
|
|
71052
|
+
*/
|
|
71053
|
+
export declare type JsonApiNotificationChannelOutAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
71054
|
+
|
|
71028
71055
|
export declare type JsonApiNotificationChannelOutAttributesDestinationTypeEnum = 'WEBHOOK' | 'SMTP' | 'DEFAULT_SMTP' | 'IN_PLATFORM';
|
|
71029
71056
|
|
|
71030
71057
|
export declare type JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
@@ -71099,7 +71126,7 @@ export declare interface JsonApiNotificationChannelPostOptionalId {
|
|
|
71099
71126
|
export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
71100
71127
|
'name'?: string | null;
|
|
71101
71128
|
'description'?: string | null;
|
|
71102
|
-
'destination'?:
|
|
71129
|
+
'destination'?: JsonApiNotificationChannelOutAttributesDestination;
|
|
71103
71130
|
/**
|
|
71104
71131
|
* 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}
|
|
71105
71132
|
*/
|
|
@@ -71126,12 +71153,6 @@ export declare type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRec
|
|
|
71126
71153
|
|
|
71127
71154
|
export declare type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
71128
71155
|
|
|
71129
|
-
/**
|
|
71130
|
-
* @type JsonApiNotificationChannelPostOptionalIdAttributesDestination
|
|
71131
|
-
* The destination where the notifications are to be sent.
|
|
71132
|
-
*/
|
|
71133
|
-
export declare type JsonApiNotificationChannelPostOptionalIdAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
71134
|
-
|
|
71135
71156
|
export declare type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
71136
71157
|
|
|
71137
71158
|
export declare interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
@@ -71152,37 +71173,14 @@ export declare interface JsonApiOrganizationIn {
|
|
|
71152
71173
|
* API identifier of an object
|
|
71153
71174
|
*/
|
|
71154
71175
|
'id': string;
|
|
71155
|
-
'attributes'?:
|
|
71156
|
-
'relationships'?:
|
|
71157
|
-
}
|
|
71158
|
-
|
|
71159
|
-
export declare interface JsonApiOrganizationInAttributes {
|
|
71160
|
-
'name'?: string | null;
|
|
71161
|
-
'hostname'?: string;
|
|
71162
|
-
'allowedOrigins'?: Array<string>;
|
|
71163
|
-
/**
|
|
71164
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
71165
|
-
* @deprecated
|
|
71166
|
-
*/
|
|
71167
|
-
'earlyAccess'?: string | null;
|
|
71168
|
-
/**
|
|
71169
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
71170
|
-
*/
|
|
71171
|
-
'earlyAccessValues'?: Array<string> | null;
|
|
71176
|
+
'attributes'?: JsonApiOrganizationPatchAttributes;
|
|
71177
|
+
'relationships'?: JsonApiOrganizationPatchRelationships;
|
|
71172
71178
|
}
|
|
71173
71179
|
|
|
71174
71180
|
export declare interface JsonApiOrganizationInDocument {
|
|
71175
71181
|
'data': JsonApiOrganizationIn;
|
|
71176
71182
|
}
|
|
71177
71183
|
|
|
71178
|
-
export declare interface JsonApiOrganizationInRelationships {
|
|
71179
|
-
'identityProvider'?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
71180
|
-
}
|
|
71181
|
-
|
|
71182
|
-
export declare interface JsonApiOrganizationInRelationshipsIdentityProvider {
|
|
71183
|
-
'data': JsonApiIdentityProviderLinkage | null;
|
|
71184
|
-
}
|
|
71185
|
-
|
|
71186
71184
|
export declare type JsonApiOrganizationInTypeEnum = 'organization';
|
|
71187
71185
|
|
|
71188
71186
|
/**
|
|
@@ -71259,7 +71257,7 @@ export declare type JsonApiOrganizationOutMetaPermissionsEnum = 'MANAGE' | 'SELF
|
|
|
71259
71257
|
export declare interface JsonApiOrganizationOutRelationships {
|
|
71260
71258
|
'bootstrapUser'?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
71261
71259
|
'bootstrapUserGroup'?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
71262
|
-
'identityProvider'?:
|
|
71260
|
+
'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
71263
71261
|
}
|
|
71264
71262
|
|
|
71265
71263
|
export declare interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
@@ -71270,6 +71268,10 @@ export declare interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
|
71270
71268
|
'data': JsonApiUserGroupLinkage | null;
|
|
71271
71269
|
}
|
|
71272
71270
|
|
|
71271
|
+
export declare interface JsonApiOrganizationOutRelationshipsIdentityProvider {
|
|
71272
|
+
'data': JsonApiIdentityProviderLinkage | null;
|
|
71273
|
+
}
|
|
71274
|
+
|
|
71273
71275
|
export declare type JsonApiOrganizationOutTypeEnum = 'organization';
|
|
71274
71276
|
|
|
71275
71277
|
/**
|
|
@@ -71284,14 +71286,33 @@ export declare interface JsonApiOrganizationPatch {
|
|
|
71284
71286
|
* API identifier of an object
|
|
71285
71287
|
*/
|
|
71286
71288
|
'id': string;
|
|
71287
|
-
'attributes'?:
|
|
71288
|
-
'relationships'?:
|
|
71289
|
+
'attributes'?: JsonApiOrganizationPatchAttributes;
|
|
71290
|
+
'relationships'?: JsonApiOrganizationPatchRelationships;
|
|
71291
|
+
}
|
|
71292
|
+
|
|
71293
|
+
export declare interface JsonApiOrganizationPatchAttributes {
|
|
71294
|
+
'name'?: string | null;
|
|
71295
|
+
'hostname'?: string;
|
|
71296
|
+
'allowedOrigins'?: Array<string>;
|
|
71297
|
+
/**
|
|
71298
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
71299
|
+
* @deprecated
|
|
71300
|
+
*/
|
|
71301
|
+
'earlyAccess'?: string | null;
|
|
71302
|
+
/**
|
|
71303
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
71304
|
+
*/
|
|
71305
|
+
'earlyAccessValues'?: Array<string> | null;
|
|
71289
71306
|
}
|
|
71290
71307
|
|
|
71291
71308
|
export declare interface JsonApiOrganizationPatchDocument {
|
|
71292
71309
|
'data': JsonApiOrganizationPatch;
|
|
71293
71310
|
}
|
|
71294
71311
|
|
|
71312
|
+
export declare interface JsonApiOrganizationPatchRelationships {
|
|
71313
|
+
'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
71314
|
+
}
|
|
71315
|
+
|
|
71295
71316
|
export declare type JsonApiOrganizationPatchTypeEnum = 'organization';
|
|
71296
71317
|
|
|
71297
71318
|
/**
|
|
@@ -71306,19 +71327,9 @@ export declare interface JsonApiOrganizationSettingIn {
|
|
|
71306
71327
|
* API identifier of an object
|
|
71307
71328
|
*/
|
|
71308
71329
|
'id': string;
|
|
71309
|
-
'attributes'?:
|
|
71330
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
71310
71331
|
}
|
|
71311
71332
|
|
|
71312
|
-
export declare interface JsonApiOrganizationSettingInAttributes {
|
|
71313
|
-
/**
|
|
71314
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
71315
|
-
*/
|
|
71316
|
-
'content'?: object;
|
|
71317
|
-
'type'?: JsonApiOrganizationSettingInAttributesTypeEnum;
|
|
71318
|
-
}
|
|
71319
|
-
|
|
71320
|
-
export declare 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';
|
|
71321
|
-
|
|
71322
71333
|
export declare interface JsonApiOrganizationSettingInDocument {
|
|
71323
71334
|
'data': JsonApiOrganizationSettingIn;
|
|
71324
71335
|
}
|
|
@@ -71337,9 +71348,19 @@ export declare interface JsonApiOrganizationSettingOut {
|
|
|
71337
71348
|
* API identifier of an object
|
|
71338
71349
|
*/
|
|
71339
71350
|
'id': string;
|
|
71340
|
-
'attributes'?:
|
|
71351
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
71352
|
+
}
|
|
71353
|
+
|
|
71354
|
+
export declare interface JsonApiOrganizationSettingOutAttributes {
|
|
71355
|
+
/**
|
|
71356
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
71357
|
+
*/
|
|
71358
|
+
'content'?: object;
|
|
71359
|
+
'type'?: JsonApiOrganizationSettingOutAttributesTypeEnum;
|
|
71341
71360
|
}
|
|
71342
71361
|
|
|
71362
|
+
export declare 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';
|
|
71363
|
+
|
|
71343
71364
|
export declare interface JsonApiOrganizationSettingOutDocument {
|
|
71344
71365
|
'data': JsonApiOrganizationSettingOut;
|
|
71345
71366
|
'links'?: ObjectLinks;
|
|
@@ -71365,7 +71386,7 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
71365
71386
|
* API identifier of an object
|
|
71366
71387
|
*/
|
|
71367
71388
|
'id': string;
|
|
71368
|
-
'attributes'?:
|
|
71389
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
71369
71390
|
'links'?: ObjectLinks;
|
|
71370
71391
|
}
|
|
71371
71392
|
|
|
@@ -71383,7 +71404,7 @@ export declare interface JsonApiOrganizationSettingPatch {
|
|
|
71383
71404
|
* API identifier of an object
|
|
71384
71405
|
*/
|
|
71385
71406
|
'id': string;
|
|
71386
|
-
'attributes'?:
|
|
71407
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
71387
71408
|
}
|
|
71388
71409
|
|
|
71389
71410
|
export declare interface JsonApiOrganizationSettingPatchDocument {
|
|
@@ -71844,7 +71865,7 @@ export declare interface JsonApiUserDataFilterIn {
|
|
|
71844
71865
|
* API identifier of an object
|
|
71845
71866
|
*/
|
|
71846
71867
|
'id': string;
|
|
71847
|
-
'attributes':
|
|
71868
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
71848
71869
|
'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
71849
71870
|
}
|
|
71850
71871
|
|
|
@@ -71867,10 +71888,18 @@ export declare interface JsonApiUserDataFilterOut {
|
|
|
71867
71888
|
*/
|
|
71868
71889
|
'id': string;
|
|
71869
71890
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
71870
|
-
'attributes':
|
|
71891
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
71871
71892
|
'relationships'?: JsonApiUserDataFilterOutRelationships;
|
|
71872
71893
|
}
|
|
71873
71894
|
|
|
71895
|
+
export declare interface JsonApiUserDataFilterOutAttributes {
|
|
71896
|
+
'title'?: string;
|
|
71897
|
+
'description'?: string;
|
|
71898
|
+
'tags'?: Array<string>;
|
|
71899
|
+
'areRelationsValid'?: boolean;
|
|
71900
|
+
'maql': string;
|
|
71901
|
+
}
|
|
71902
|
+
|
|
71874
71903
|
export declare interface JsonApiUserDataFilterOutDocument {
|
|
71875
71904
|
'data': JsonApiUserDataFilterOut;
|
|
71876
71905
|
'links'?: ObjectLinks;
|
|
@@ -71921,7 +71950,7 @@ export declare interface JsonApiUserDataFilterOutWithLinks {
|
|
|
71921
71950
|
*/
|
|
71922
71951
|
'id': string;
|
|
71923
71952
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
71924
|
-
'attributes':
|
|
71953
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
71925
71954
|
'relationships'?: JsonApiUserDataFilterOutRelationships;
|
|
71926
71955
|
'links'?: ObjectLinks;
|
|
71927
71956
|
}
|
|
@@ -71970,18 +71999,10 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
|
|
|
71970
71999
|
* API identifier of an object
|
|
71971
72000
|
*/
|
|
71972
72001
|
'id'?: string;
|
|
71973
|
-
'attributes':
|
|
72002
|
+
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
71974
72003
|
'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
71975
72004
|
}
|
|
71976
72005
|
|
|
71977
|
-
export declare interface JsonApiUserDataFilterPostOptionalIdAttributes {
|
|
71978
|
-
'title'?: string;
|
|
71979
|
-
'description'?: string;
|
|
71980
|
-
'tags'?: Array<string>;
|
|
71981
|
-
'areRelationsValid'?: boolean;
|
|
71982
|
-
'maql': string;
|
|
71983
|
-
}
|
|
71984
|
-
|
|
71985
72006
|
export declare interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
71986
72007
|
'data': JsonApiUserDataFilterPostOptionalId;
|
|
71987
72008
|
}
|
|
@@ -72317,7 +72338,7 @@ export declare interface JsonApiUserSettingIn {
|
|
|
72317
72338
|
* API identifier of an object
|
|
72318
72339
|
*/
|
|
72319
72340
|
'id': string;
|
|
72320
|
-
'attributes'?:
|
|
72341
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
72321
72342
|
}
|
|
72322
72343
|
|
|
72323
72344
|
export declare interface JsonApiUserSettingInDocument {
|
|
@@ -72338,7 +72359,7 @@ export declare interface JsonApiUserSettingOut {
|
|
|
72338
72359
|
* API identifier of an object
|
|
72339
72360
|
*/
|
|
72340
72361
|
'id': string;
|
|
72341
|
-
'attributes'?:
|
|
72362
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
72342
72363
|
}
|
|
72343
72364
|
|
|
72344
72365
|
export declare interface JsonApiUserSettingOutDocument {
|
|
@@ -72366,7 +72387,7 @@ export declare interface JsonApiUserSettingOutWithLinks {
|
|
|
72366
72387
|
* API identifier of an object
|
|
72367
72388
|
*/
|
|
72368
72389
|
'id': string;
|
|
72369
|
-
'attributes'?:
|
|
72390
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
72370
72391
|
'links'?: ObjectLinks;
|
|
72371
72392
|
}
|
|
72372
72393
|
|
|
@@ -72728,7 +72749,7 @@ export declare interface JsonApiWorkspaceAutomationOutRelationships {
|
|
|
72728
72749
|
'createdBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
72729
72750
|
'modifiedBy'?: JsonApiAgentOutRelationshipsCreatedBy;
|
|
72730
72751
|
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
72731
|
-
'recipients'?:
|
|
72752
|
+
'recipients'?: JsonApiIpAllowlistPolicyOutRelationshipsUsers;
|
|
72732
72753
|
'automationResults'?: JsonApiWorkspaceAutomationOutRelationshipsAutomationResults;
|
|
72733
72754
|
}
|
|
72734
72755
|
|
|
@@ -72909,28 +72930,14 @@ export declare interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
72909
72930
|
* API identifier of an object
|
|
72910
72931
|
*/
|
|
72911
72932
|
'id': string;
|
|
72912
|
-
'attributes'?:
|
|
72913
|
-
'relationships'?:
|
|
72914
|
-
}
|
|
72915
|
-
|
|
72916
|
-
export declare interface JsonApiWorkspaceDataFilterSettingInAttributes {
|
|
72917
|
-
'title'?: string;
|
|
72918
|
-
'description'?: string;
|
|
72919
|
-
'filterValues'?: Array<string>;
|
|
72933
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
72934
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
72920
72935
|
}
|
|
72921
72936
|
|
|
72922
72937
|
export declare interface JsonApiWorkspaceDataFilterSettingInDocument {
|
|
72923
72938
|
'data': JsonApiWorkspaceDataFilterSettingIn;
|
|
72924
72939
|
}
|
|
72925
72940
|
|
|
72926
|
-
export declare interface JsonApiWorkspaceDataFilterSettingInRelationships {
|
|
72927
|
-
'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
|
|
72928
|
-
}
|
|
72929
|
-
|
|
72930
|
-
export declare interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
|
|
72931
|
-
'data': JsonApiWorkspaceDataFilterLinkage | null;
|
|
72932
|
-
}
|
|
72933
|
-
|
|
72934
72941
|
export declare type JsonApiWorkspaceDataFilterSettingInTypeEnum = 'workspaceDataFilterSetting';
|
|
72935
72942
|
|
|
72936
72943
|
/**
|
|
@@ -72956,8 +72963,14 @@ export declare interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
72956
72963
|
*/
|
|
72957
72964
|
'id': string;
|
|
72958
72965
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
72959
|
-
'attributes'?:
|
|
72960
|
-
'relationships'?:
|
|
72966
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
72967
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
72968
|
+
}
|
|
72969
|
+
|
|
72970
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
72971
|
+
'title'?: string;
|
|
72972
|
+
'description'?: string;
|
|
72973
|
+
'filterValues'?: Array<string>;
|
|
72961
72974
|
}
|
|
72962
72975
|
|
|
72963
72976
|
export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
@@ -72982,6 +72995,14 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
72982
72995
|
'included'?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
72983
72996
|
}
|
|
72984
72997
|
|
|
72998
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
72999
|
+
'workspaceDataFilter'?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
73000
|
+
}
|
|
73001
|
+
|
|
73002
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
73003
|
+
'data': JsonApiWorkspaceDataFilterLinkage | null;
|
|
73004
|
+
}
|
|
73005
|
+
|
|
72985
73006
|
export declare type JsonApiWorkspaceDataFilterSettingOutTypeEnum = 'workspaceDataFilterSetting';
|
|
72986
73007
|
|
|
72987
73008
|
export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
@@ -72994,8 +73015,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
72994
73015
|
*/
|
|
72995
73016
|
'id': string;
|
|
72996
73017
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
72997
|
-
'attributes'?:
|
|
72998
|
-
'relationships'?:
|
|
73018
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
73019
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
72999
73020
|
'links'?: ObjectLinks;
|
|
73000
73021
|
}
|
|
73001
73022
|
|
|
@@ -73013,8 +73034,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
73013
73034
|
* API identifier of an object
|
|
73014
73035
|
*/
|
|
73015
73036
|
'id': string;
|
|
73016
|
-
'attributes'?:
|
|
73017
|
-
'relationships'?:
|
|
73037
|
+
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
73038
|
+
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
73018
73039
|
}
|
|
73019
73040
|
|
|
73020
73041
|
export declare interface JsonApiWorkspaceDataFilterSettingPatchDocument {
|
|
@@ -73412,7 +73433,7 @@ export declare interface JsonApiWorkspaceSettingIn {
|
|
|
73412
73433
|
* API identifier of an object
|
|
73413
73434
|
*/
|
|
73414
73435
|
'id': string;
|
|
73415
|
-
'attributes'?:
|
|
73436
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
73416
73437
|
}
|
|
73417
73438
|
|
|
73418
73439
|
export declare interface JsonApiWorkspaceSettingInDocument {
|
|
@@ -73434,7 +73455,7 @@ export declare interface JsonApiWorkspaceSettingOut {
|
|
|
73434
73455
|
*/
|
|
73435
73456
|
'id': string;
|
|
73436
73457
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
73437
|
-
'attributes'?:
|
|
73458
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
73438
73459
|
}
|
|
73439
73460
|
|
|
73440
73461
|
export declare interface JsonApiWorkspaceSettingOutDocument {
|
|
@@ -73463,7 +73484,7 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
73463
73484
|
*/
|
|
73464
73485
|
'id': string;
|
|
73465
73486
|
'meta'?: JsonApiExportDefinitionOutMeta;
|
|
73466
|
-
'attributes'?:
|
|
73487
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
73467
73488
|
'links'?: ObjectLinks;
|
|
73468
73489
|
}
|
|
73469
73490
|
|
|
@@ -73481,7 +73502,7 @@ export declare interface JsonApiWorkspaceSettingPatch {
|
|
|
73481
73502
|
* API identifier of an object
|
|
73482
73503
|
*/
|
|
73483
73504
|
'id': string;
|
|
73484
|
-
'attributes'?:
|
|
73505
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
73485
73506
|
}
|
|
73486
73507
|
|
|
73487
73508
|
export declare interface JsonApiWorkspaceSettingPatchDocument {
|
|
@@ -73502,7 +73523,7 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
73502
73523
|
* API identifier of an object
|
|
73503
73524
|
*/
|
|
73504
73525
|
'id'?: string;
|
|
73505
|
-
'attributes'?:
|
|
73526
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
73506
73527
|
}
|
|
73507
73528
|
|
|
73508
73529
|
export declare interface JsonApiWorkspaceSettingPostOptionalIdDocument {
|
|
@@ -90956,7 +90977,7 @@ export declare interface ResolvedSetting {
|
|
|
90956
90977
|
'type'?: ResolvedSettingTypeEnum;
|
|
90957
90978
|
}
|
|
90958
90979
|
|
|
90959
|
-
export declare 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';
|
|
90980
|
+
export declare 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';
|
|
90960
90981
|
|
|
90961
90982
|
/**
|
|
90962
90983
|
* A request containing setting IDs to resolve.
|
|
@@ -91937,6 +91958,7 @@ export declare interface SearchResultObject {
|
|
|
91937
91958
|
* If true, this object is hidden from AI search results by default.
|
|
91938
91959
|
*/
|
|
91939
91960
|
'isHidden'?: boolean;
|
|
91961
|
+
'certification'?: CertificationInfo;
|
|
91940
91962
|
}
|
|
91941
91963
|
|
|
91942
91964
|
/**
|