@gooddata/api-client-tiger 11.22.0-alpha.1 → 11.22.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +366 -362
- package/esm/generated/afm-rest-api/api.d.ts +4 -0
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/auth-json-api/api.d.ts +1 -1
- package/esm/generated/auth-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +330 -330
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -1873,7 +1873,7 @@ export interface DeclarativeOrganizationPermission {
|
|
|
1873
1873
|
'name': DeclarativeOrganizationPermissionNameEnum;
|
|
1874
1874
|
'assignee': AssigneeIdentifier;
|
|
1875
1875
|
}
|
|
1876
|
-
export type DeclarativeOrganizationPermissionNameEnum = 'MANAGE' | 'SELF_CREATE_TOKEN';
|
|
1876
|
+
export type DeclarativeOrganizationPermissionNameEnum = 'MANAGE' | 'SELF_CREATE_TOKEN' | 'BASE_UI_ACCESS';
|
|
1877
1877
|
/**
|
|
1878
1878
|
* A dataset reference.
|
|
1879
1879
|
*/
|
|
@@ -1979,7 +1979,7 @@ export interface DeclarativeSetting {
|
|
|
1979
1979
|
*/
|
|
1980
1980
|
'type'?: DeclarativeSettingTypeEnum;
|
|
1981
1981
|
}
|
|
1982
|
-
export type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS';
|
|
1982
|
+
export type DeclarativeSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI';
|
|
1983
1983
|
export interface DeclarativeSingleWorkspacePermission {
|
|
1984
1984
|
/**
|
|
1985
1985
|
* Permission name.
|
|
@@ -2823,15 +2823,12 @@ export type JsonApiAggregatedFactOutIncludes = JsonApiDatasetOutWithLinks | Json
|
|
|
2823
2823
|
export interface JsonApiAggregatedFactOutList {
|
|
2824
2824
|
'data': Array<JsonApiAggregatedFactOutWithLinks>;
|
|
2825
2825
|
'links'?: ListLinks;
|
|
2826
|
-
'meta'?:
|
|
2826
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
2827
2827
|
/**
|
|
2828
2828
|
* Included resources
|
|
2829
2829
|
*/
|
|
2830
2830
|
'included'?: Array<JsonApiAggregatedFactOutIncludes>;
|
|
2831
2831
|
}
|
|
2832
|
-
export interface JsonApiAggregatedFactOutListMeta {
|
|
2833
|
-
'page'?: PageMetadata;
|
|
2834
|
-
}
|
|
2835
2832
|
export interface JsonApiAggregatedFactOutRelationships {
|
|
2836
2833
|
'dataset'?: JsonApiFactOutRelationshipsDataset;
|
|
2837
2834
|
'sourceFact'?: JsonApiAggregatedFactOutRelationshipsSourceFact;
|
|
@@ -2937,7 +2934,7 @@ export type JsonApiAnalyticalDashboardOutIncludes = JsonApiAnalyticalDashboardOu
|
|
|
2937
2934
|
export interface JsonApiAnalyticalDashboardOutList {
|
|
2938
2935
|
'data': Array<JsonApiAnalyticalDashboardOutWithLinks>;
|
|
2939
2936
|
'links'?: ListLinks;
|
|
2940
|
-
'meta'?:
|
|
2937
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
2941
2938
|
/**
|
|
2942
2939
|
* Included resources
|
|
2943
2940
|
*/
|
|
@@ -3120,7 +3117,7 @@ export interface JsonApiApiTokenOutDocument {
|
|
|
3120
3117
|
export interface JsonApiApiTokenOutList {
|
|
3121
3118
|
'data': Array<JsonApiApiTokenOutWithLinks>;
|
|
3122
3119
|
'links'?: ListLinks;
|
|
3123
|
-
'meta'?:
|
|
3120
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
3124
3121
|
}
|
|
3125
3122
|
export interface JsonApiApiTokenOutWithLinks {
|
|
3126
3123
|
/**
|
|
@@ -3147,9 +3144,19 @@ export interface JsonApiAttributeHierarchyIn {
|
|
|
3147
3144
|
* API identifier of an object
|
|
3148
3145
|
*/
|
|
3149
3146
|
'id': string;
|
|
3150
|
-
'attributes'?:
|
|
3147
|
+
'attributes'?: JsonApiAttributeHierarchyInAttributes;
|
|
3151
3148
|
}
|
|
3152
3149
|
export type JsonApiAttributeHierarchyInTypeEnum = 'attributeHierarchy';
|
|
3150
|
+
export interface JsonApiAttributeHierarchyInAttributes {
|
|
3151
|
+
'title'?: string;
|
|
3152
|
+
'description'?: string;
|
|
3153
|
+
'tags'?: Array<string>;
|
|
3154
|
+
'areRelationsValid'?: boolean;
|
|
3155
|
+
/**
|
|
3156
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
3157
|
+
*/
|
|
3158
|
+
'content'?: object;
|
|
3159
|
+
}
|
|
3153
3160
|
export interface JsonApiAttributeHierarchyInDocument {
|
|
3154
3161
|
'data': JsonApiAttributeHierarchyIn;
|
|
3155
3162
|
}
|
|
@@ -3214,7 +3221,7 @@ export type JsonApiAttributeHierarchyOutIncludes = JsonApiAttributeOutWithLinks
|
|
|
3214
3221
|
export interface JsonApiAttributeHierarchyOutList {
|
|
3215
3222
|
'data': Array<JsonApiAttributeHierarchyOutWithLinks>;
|
|
3216
3223
|
'links'?: ListLinks;
|
|
3217
|
-
'meta'?:
|
|
3224
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
3218
3225
|
/**
|
|
3219
3226
|
* Included resources
|
|
3220
3227
|
*/
|
|
@@ -3252,19 +3259,9 @@ export interface JsonApiAttributeHierarchyPatch {
|
|
|
3252
3259
|
* API identifier of an object
|
|
3253
3260
|
*/
|
|
3254
3261
|
'id': string;
|
|
3255
|
-
'attributes'?:
|
|
3262
|
+
'attributes'?: JsonApiAttributeHierarchyInAttributes;
|
|
3256
3263
|
}
|
|
3257
3264
|
export type JsonApiAttributeHierarchyPatchTypeEnum = 'attributeHierarchy';
|
|
3258
|
-
export interface JsonApiAttributeHierarchyPatchAttributes {
|
|
3259
|
-
'title'?: string;
|
|
3260
|
-
'description'?: string;
|
|
3261
|
-
'tags'?: Array<string>;
|
|
3262
|
-
'areRelationsValid'?: boolean;
|
|
3263
|
-
/**
|
|
3264
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
3265
|
-
*/
|
|
3266
|
-
'content'?: object;
|
|
3267
|
-
}
|
|
3268
3265
|
export interface JsonApiAttributeHierarchyPatchDocument {
|
|
3269
3266
|
'data': JsonApiAttributeHierarchyPatch;
|
|
3270
3267
|
}
|
|
@@ -3329,7 +3326,7 @@ export type JsonApiAttributeOutIncludes = JsonApiAttributeHierarchyOutWithLinks
|
|
|
3329
3326
|
export interface JsonApiAttributeOutList {
|
|
3330
3327
|
'data': Array<JsonApiAttributeOutWithLinks>;
|
|
3331
3328
|
'links'?: ListLinks;
|
|
3332
|
-
'meta'?:
|
|
3329
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
3333
3330
|
/**
|
|
3334
3331
|
* Included resources
|
|
3335
3332
|
*/
|
|
@@ -3404,13 +3401,52 @@ export interface JsonApiAutomationIn {
|
|
|
3404
3401
|
* API identifier of an object
|
|
3405
3402
|
*/
|
|
3406
3403
|
'id': string;
|
|
3407
|
-
'attributes'?:
|
|
3408
|
-
'relationships'?:
|
|
3404
|
+
'attributes'?: JsonApiAutomationInAttributes;
|
|
3405
|
+
'relationships'?: JsonApiAutomationInRelationships;
|
|
3409
3406
|
}
|
|
3410
3407
|
export type JsonApiAutomationInTypeEnum = 'automation';
|
|
3408
|
+
export interface JsonApiAutomationInAttributes {
|
|
3409
|
+
'title'?: string;
|
|
3410
|
+
'description'?: string;
|
|
3411
|
+
'tags'?: Array<string>;
|
|
3412
|
+
'areRelationsValid'?: boolean;
|
|
3413
|
+
/**
|
|
3414
|
+
* Additional details to be included in the automated message.
|
|
3415
|
+
*/
|
|
3416
|
+
'details'?: object;
|
|
3417
|
+
'metadata'?: JsonApiAutomationOutAttributesMetadata | null;
|
|
3418
|
+
/**
|
|
3419
|
+
* Current state of the automation.
|
|
3420
|
+
*/
|
|
3421
|
+
'state'?: JsonApiAutomationInAttributesStateEnum;
|
|
3422
|
+
/**
|
|
3423
|
+
* Specify automation evaluation mode.
|
|
3424
|
+
*/
|
|
3425
|
+
'evaluationMode'?: JsonApiAutomationInAttributesEvaluationModeEnum;
|
|
3426
|
+
'schedule'?: JsonApiAutomationOutAttributesSchedule;
|
|
3427
|
+
'alert'?: JsonApiAutomationOutAttributesAlert;
|
|
3428
|
+
'tabularExports'?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
3429
|
+
'visualExports'?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
3430
|
+
'imageExports'?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
3431
|
+
'rawExports'?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
3432
|
+
'slidesExports'?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
3433
|
+
'dashboardTabularExports'?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
3434
|
+
/**
|
|
3435
|
+
* External recipients of the automation action results.
|
|
3436
|
+
*/
|
|
3437
|
+
'externalRecipients'?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
3438
|
+
}
|
|
3439
|
+
export type JsonApiAutomationInAttributesStateEnum = 'ACTIVE' | 'PAUSED';
|
|
3440
|
+
export type JsonApiAutomationInAttributesEvaluationModeEnum = 'SHARED' | 'PER_RECIPIENT';
|
|
3411
3441
|
export interface JsonApiAutomationInDocument {
|
|
3412
3442
|
'data': JsonApiAutomationIn;
|
|
3413
3443
|
}
|
|
3444
|
+
export interface JsonApiAutomationInRelationships {
|
|
3445
|
+
'notificationChannel'?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
3446
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
3447
|
+
'exportDefinitions'?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
3448
|
+
'recipients'?: JsonApiAutomationOutRelationshipsRecipients;
|
|
3449
|
+
}
|
|
3414
3450
|
/**
|
|
3415
3451
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
3416
3452
|
*/
|
|
@@ -3559,7 +3595,7 @@ export type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLink
|
|
|
3559
3595
|
export interface JsonApiAutomationOutList {
|
|
3560
3596
|
'data': Array<JsonApiAutomationOutWithLinks>;
|
|
3561
3597
|
'links'?: ListLinks;
|
|
3562
|
-
'meta'?:
|
|
3598
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
3563
3599
|
/**
|
|
3564
3600
|
* Included resources
|
|
3565
3601
|
*/
|
|
@@ -3567,16 +3603,13 @@ export interface JsonApiAutomationOutList {
|
|
|
3567
3603
|
}
|
|
3568
3604
|
export interface JsonApiAutomationOutRelationships {
|
|
3569
3605
|
'notificationChannel'?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
3570
|
-
'analyticalDashboard'?:
|
|
3606
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
3571
3607
|
'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
3572
3608
|
'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
3573
3609
|
'exportDefinitions'?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
3574
3610
|
'recipients'?: JsonApiAutomationOutRelationshipsRecipients;
|
|
3575
3611
|
'automationResults'?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
3576
3612
|
}
|
|
3577
|
-
export interface JsonApiAutomationOutRelationshipsAnalyticalDashboard {
|
|
3578
|
-
'data': JsonApiAnalyticalDashboardLinkage | null;
|
|
3579
|
-
}
|
|
3580
3613
|
export interface JsonApiAutomationOutRelationshipsAutomationResults {
|
|
3581
3614
|
/**
|
|
3582
3615
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -3625,52 +3658,13 @@ export interface JsonApiAutomationPatch {
|
|
|
3625
3658
|
* API identifier of an object
|
|
3626
3659
|
*/
|
|
3627
3660
|
'id': string;
|
|
3628
|
-
'attributes'?:
|
|
3629
|
-
'relationships'?:
|
|
3661
|
+
'attributes'?: JsonApiAutomationInAttributes;
|
|
3662
|
+
'relationships'?: JsonApiAutomationInRelationships;
|
|
3630
3663
|
}
|
|
3631
3664
|
export type JsonApiAutomationPatchTypeEnum = 'automation';
|
|
3632
|
-
export interface JsonApiAutomationPatchAttributes {
|
|
3633
|
-
'title'?: string;
|
|
3634
|
-
'description'?: string;
|
|
3635
|
-
'tags'?: Array<string>;
|
|
3636
|
-
'areRelationsValid'?: boolean;
|
|
3637
|
-
/**
|
|
3638
|
-
* Additional details to be included in the automated message.
|
|
3639
|
-
*/
|
|
3640
|
-
'details'?: object;
|
|
3641
|
-
'metadata'?: JsonApiAutomationOutAttributesMetadata | null;
|
|
3642
|
-
/**
|
|
3643
|
-
* Current state of the automation.
|
|
3644
|
-
*/
|
|
3645
|
-
'state'?: JsonApiAutomationPatchAttributesStateEnum;
|
|
3646
|
-
/**
|
|
3647
|
-
* Specify automation evaluation mode.
|
|
3648
|
-
*/
|
|
3649
|
-
'evaluationMode'?: JsonApiAutomationPatchAttributesEvaluationModeEnum;
|
|
3650
|
-
'schedule'?: JsonApiAutomationOutAttributesSchedule;
|
|
3651
|
-
'alert'?: JsonApiAutomationOutAttributesAlert;
|
|
3652
|
-
'tabularExports'?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
3653
|
-
'visualExports'?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
3654
|
-
'imageExports'?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
3655
|
-
'rawExports'?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
3656
|
-
'slidesExports'?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
3657
|
-
'dashboardTabularExports'?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
3658
|
-
/**
|
|
3659
|
-
* External recipients of the automation action results.
|
|
3660
|
-
*/
|
|
3661
|
-
'externalRecipients'?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
3662
|
-
}
|
|
3663
|
-
export type JsonApiAutomationPatchAttributesStateEnum = 'ACTIVE' | 'PAUSED';
|
|
3664
|
-
export type JsonApiAutomationPatchAttributesEvaluationModeEnum = 'SHARED' | 'PER_RECIPIENT';
|
|
3665
3665
|
export interface JsonApiAutomationPatchDocument {
|
|
3666
3666
|
'data': JsonApiAutomationPatch;
|
|
3667
3667
|
}
|
|
3668
|
-
export interface JsonApiAutomationPatchRelationships {
|
|
3669
|
-
'notificationChannel'?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
3670
|
-
'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
3671
|
-
'exportDefinitions'?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
3672
|
-
'recipients'?: JsonApiAutomationOutRelationshipsRecipients;
|
|
3673
|
-
}
|
|
3674
3668
|
/**
|
|
3675
3669
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
3676
3670
|
*/
|
|
@@ -3714,17 +3708,14 @@ export type JsonApiAutomationResultOutAttributesStatusEnum = 'SUCCESS' | 'FAILED
|
|
|
3714
3708
|
export interface JsonApiAutomationResultOutList {
|
|
3715
3709
|
'data': Array<JsonApiAutomationResultOutWithLinks>;
|
|
3716
3710
|
'links'?: ListLinks;
|
|
3717
|
-
'meta'?:
|
|
3711
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
3718
3712
|
/**
|
|
3719
3713
|
* Included resources
|
|
3720
3714
|
*/
|
|
3721
3715
|
'included'?: Array<JsonApiAutomationOutWithLinks>;
|
|
3722
3716
|
}
|
|
3723
3717
|
export interface JsonApiAutomationResultOutRelationships {
|
|
3724
|
-
'automation'?:
|
|
3725
|
-
}
|
|
3726
|
-
export interface JsonApiAutomationResultOutRelationshipsAutomation {
|
|
3727
|
-
'data': JsonApiAutomationLinkage | null;
|
|
3718
|
+
'automation'?: JsonApiExportDefinitionOutRelationshipsAutomation;
|
|
3728
3719
|
}
|
|
3729
3720
|
export interface JsonApiAutomationResultOutWithLinks {
|
|
3730
3721
|
/**
|
|
@@ -3790,7 +3781,7 @@ export interface JsonApiColorPaletteOutDocument {
|
|
|
3790
3781
|
export interface JsonApiColorPaletteOutList {
|
|
3791
3782
|
'data': Array<JsonApiColorPaletteOutWithLinks>;
|
|
3792
3783
|
'links'?: ListLinks;
|
|
3793
|
-
'meta'?:
|
|
3784
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
3794
3785
|
}
|
|
3795
3786
|
export interface JsonApiColorPaletteOutWithLinks {
|
|
3796
3787
|
/**
|
|
@@ -3842,16 +3833,9 @@ export interface JsonApiCookieSecurityConfigurationIn {
|
|
|
3842
3833
|
* API identifier of an object
|
|
3843
3834
|
*/
|
|
3844
3835
|
'id': string;
|
|
3845
|
-
'attributes'?:
|
|
3836
|
+
'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
3846
3837
|
}
|
|
3847
3838
|
export type JsonApiCookieSecurityConfigurationInTypeEnum = 'cookieSecurityConfiguration';
|
|
3848
|
-
export interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
3849
|
-
'lastRotation'?: string;
|
|
3850
|
-
/**
|
|
3851
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
3852
|
-
*/
|
|
3853
|
-
'rotationInterval'?: string;
|
|
3854
|
-
}
|
|
3855
3839
|
export interface JsonApiCookieSecurityConfigurationInDocument {
|
|
3856
3840
|
'data': JsonApiCookieSecurityConfigurationIn;
|
|
3857
3841
|
}
|
|
@@ -3867,9 +3851,16 @@ export interface JsonApiCookieSecurityConfigurationOut {
|
|
|
3867
3851
|
* API identifier of an object
|
|
3868
3852
|
*/
|
|
3869
3853
|
'id': string;
|
|
3870
|
-
'attributes'?:
|
|
3854
|
+
'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
3871
3855
|
}
|
|
3872
3856
|
export type JsonApiCookieSecurityConfigurationOutTypeEnum = 'cookieSecurityConfiguration';
|
|
3857
|
+
export interface JsonApiCookieSecurityConfigurationOutAttributes {
|
|
3858
|
+
'lastRotation'?: string;
|
|
3859
|
+
/**
|
|
3860
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
3861
|
+
*/
|
|
3862
|
+
'rotationInterval'?: string;
|
|
3863
|
+
}
|
|
3873
3864
|
export interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
3874
3865
|
'data': JsonApiCookieSecurityConfigurationOut;
|
|
3875
3866
|
'links'?: ObjectLinks;
|
|
@@ -3886,7 +3877,7 @@ export interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
3886
3877
|
* API identifier of an object
|
|
3887
3878
|
*/
|
|
3888
3879
|
'id': string;
|
|
3889
|
-
'attributes'?:
|
|
3880
|
+
'attributes'?: JsonApiCookieSecurityConfigurationOutAttributes;
|
|
3890
3881
|
}
|
|
3891
3882
|
export type JsonApiCookieSecurityConfigurationPatchTypeEnum = 'cookieSecurityConfiguration';
|
|
3892
3883
|
export interface JsonApiCookieSecurityConfigurationPatchDocument {
|
|
@@ -3938,7 +3929,7 @@ export interface JsonApiCspDirectiveOutDocument {
|
|
|
3938
3929
|
export interface JsonApiCspDirectiveOutList {
|
|
3939
3930
|
'data': Array<JsonApiCspDirectiveOutWithLinks>;
|
|
3940
3931
|
'links'?: ListLinks;
|
|
3941
|
-
'meta'?:
|
|
3932
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
3942
3933
|
}
|
|
3943
3934
|
export interface JsonApiCspDirectiveOutWithLinks {
|
|
3944
3935
|
/**
|
|
@@ -4025,7 +4016,7 @@ export interface JsonApiCustomApplicationSettingOutDocument {
|
|
|
4025
4016
|
export interface JsonApiCustomApplicationSettingOutList {
|
|
4026
4017
|
'data': Array<JsonApiCustomApplicationSettingOutWithLinks>;
|
|
4027
4018
|
'links'?: ListLinks;
|
|
4028
|
-
'meta'?:
|
|
4019
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
4029
4020
|
}
|
|
4030
4021
|
export interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
4031
4022
|
/**
|
|
@@ -4096,7 +4087,7 @@ export interface JsonApiCustomGeoCollectionIn {
|
|
|
4096
4087
|
* API identifier of an object
|
|
4097
4088
|
*/
|
|
4098
4089
|
'id': string;
|
|
4099
|
-
'attributes'?:
|
|
4090
|
+
'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
|
|
4100
4091
|
}
|
|
4101
4092
|
export type JsonApiCustomGeoCollectionInTypeEnum = 'customGeoCollection';
|
|
4102
4093
|
export interface JsonApiCustomGeoCollectionInDocument {
|
|
@@ -4114,9 +4105,13 @@ export interface JsonApiCustomGeoCollectionOut {
|
|
|
4114
4105
|
* API identifier of an object
|
|
4115
4106
|
*/
|
|
4116
4107
|
'id': string;
|
|
4117
|
-
'attributes'?:
|
|
4108
|
+
'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
|
|
4118
4109
|
}
|
|
4119
4110
|
export type JsonApiCustomGeoCollectionOutTypeEnum = 'customGeoCollection';
|
|
4111
|
+
export interface JsonApiCustomGeoCollectionOutAttributes {
|
|
4112
|
+
'name'?: string | null;
|
|
4113
|
+
'description'?: string | null;
|
|
4114
|
+
}
|
|
4120
4115
|
export interface JsonApiCustomGeoCollectionOutDocument {
|
|
4121
4116
|
'data': JsonApiCustomGeoCollectionOut;
|
|
4122
4117
|
'links'?: ObjectLinks;
|
|
@@ -4127,7 +4122,7 @@ export interface JsonApiCustomGeoCollectionOutDocument {
|
|
|
4127
4122
|
export interface JsonApiCustomGeoCollectionOutList {
|
|
4128
4123
|
'data': Array<JsonApiCustomGeoCollectionOutWithLinks>;
|
|
4129
4124
|
'links'?: ListLinks;
|
|
4130
|
-
'meta'?:
|
|
4125
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
4131
4126
|
}
|
|
4132
4127
|
export interface JsonApiCustomGeoCollectionOutWithLinks {
|
|
4133
4128
|
/**
|
|
@@ -4138,7 +4133,7 @@ export interface JsonApiCustomGeoCollectionOutWithLinks {
|
|
|
4138
4133
|
* API identifier of an object
|
|
4139
4134
|
*/
|
|
4140
4135
|
'id': string;
|
|
4141
|
-
'attributes'?:
|
|
4136
|
+
'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
|
|
4142
4137
|
'links'?: ObjectLinks;
|
|
4143
4138
|
}
|
|
4144
4139
|
export type JsonApiCustomGeoCollectionOutWithLinksTypeEnum = 'customGeoCollection';
|
|
@@ -4154,13 +4149,9 @@ export interface JsonApiCustomGeoCollectionPatch {
|
|
|
4154
4149
|
* API identifier of an object
|
|
4155
4150
|
*/
|
|
4156
4151
|
'id': string;
|
|
4157
|
-
'attributes'?:
|
|
4152
|
+
'attributes'?: JsonApiCustomGeoCollectionOutAttributes;
|
|
4158
4153
|
}
|
|
4159
4154
|
export type JsonApiCustomGeoCollectionPatchTypeEnum = 'customGeoCollection';
|
|
4160
|
-
export interface JsonApiCustomGeoCollectionPatchAttributes {
|
|
4161
|
-
'name'?: string | null;
|
|
4162
|
-
'description'?: string | null;
|
|
4163
|
-
}
|
|
4164
4155
|
export interface JsonApiCustomGeoCollectionPatchDocument {
|
|
4165
4156
|
'data': JsonApiCustomGeoCollectionPatch;
|
|
4166
4157
|
}
|
|
@@ -4176,7 +4167,7 @@ export interface JsonApiDashboardPluginIn {
|
|
|
4176
4167
|
* API identifier of an object
|
|
4177
4168
|
*/
|
|
4178
4169
|
'id': string;
|
|
4179
|
-
'attributes'?:
|
|
4170
|
+
'attributes'?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
4180
4171
|
}
|
|
4181
4172
|
export type JsonApiDashboardPluginInTypeEnum = 'dashboardPlugin';
|
|
4182
4173
|
export interface JsonApiDashboardPluginInDocument {
|
|
@@ -4239,7 +4230,7 @@ export interface JsonApiDashboardPluginOutDocument {
|
|
|
4239
4230
|
export interface JsonApiDashboardPluginOutList {
|
|
4240
4231
|
'data': Array<JsonApiDashboardPluginOutWithLinks>;
|
|
4241
4232
|
'links'?: ListLinks;
|
|
4242
|
-
'meta'?:
|
|
4233
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
4243
4234
|
/**
|
|
4244
4235
|
* Included resources
|
|
4245
4236
|
*/
|
|
@@ -4276,19 +4267,9 @@ export interface JsonApiDashboardPluginPatch {
|
|
|
4276
4267
|
* API identifier of an object
|
|
4277
4268
|
*/
|
|
4278
4269
|
'id': string;
|
|
4279
|
-
'attributes'?:
|
|
4270
|
+
'attributes'?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
4280
4271
|
}
|
|
4281
4272
|
export type JsonApiDashboardPluginPatchTypeEnum = 'dashboardPlugin';
|
|
4282
|
-
export interface JsonApiDashboardPluginPatchAttributes {
|
|
4283
|
-
'title'?: string;
|
|
4284
|
-
'description'?: string;
|
|
4285
|
-
'tags'?: Array<string>;
|
|
4286
|
-
'areRelationsValid'?: boolean;
|
|
4287
|
-
/**
|
|
4288
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
4289
|
-
*/
|
|
4290
|
-
'content'?: object;
|
|
4291
|
-
}
|
|
4292
4273
|
export interface JsonApiDashboardPluginPatchDocument {
|
|
4293
4274
|
'data': JsonApiDashboardPluginPatch;
|
|
4294
4275
|
}
|
|
@@ -4304,9 +4285,19 @@ export interface JsonApiDashboardPluginPostOptionalId {
|
|
|
4304
4285
|
* API identifier of an object
|
|
4305
4286
|
*/
|
|
4306
4287
|
'id'?: string;
|
|
4307
|
-
'attributes'?:
|
|
4288
|
+
'attributes'?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
4308
4289
|
}
|
|
4309
4290
|
export type JsonApiDashboardPluginPostOptionalIdTypeEnum = 'dashboardPlugin';
|
|
4291
|
+
export interface JsonApiDashboardPluginPostOptionalIdAttributes {
|
|
4292
|
+
'title'?: string;
|
|
4293
|
+
'description'?: string;
|
|
4294
|
+
'tags'?: Array<string>;
|
|
4295
|
+
'areRelationsValid'?: boolean;
|
|
4296
|
+
/**
|
|
4297
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
4298
|
+
*/
|
|
4299
|
+
'content'?: object;
|
|
4300
|
+
}
|
|
4310
4301
|
export interface JsonApiDashboardPluginPostOptionalIdDocument {
|
|
4311
4302
|
'data': JsonApiDashboardPluginPostOptionalId;
|
|
4312
4303
|
}
|
|
@@ -4322,7 +4313,7 @@ export interface JsonApiDataSourceIdentifierOut {
|
|
|
4322
4313
|
* API identifier of an object
|
|
4323
4314
|
*/
|
|
4324
4315
|
'id': string;
|
|
4325
|
-
'meta'?:
|
|
4316
|
+
'meta'?: JsonApiDataSourceIdentifierOutMeta;
|
|
4326
4317
|
'attributes': JsonApiDataSourceIdentifierOutAttributes;
|
|
4327
4318
|
}
|
|
4328
4319
|
export type JsonApiDataSourceIdentifierOutTypeEnum = 'dataSourceIdentifier';
|
|
@@ -4342,8 +4333,15 @@ export interface JsonApiDataSourceIdentifierOutDocument {
|
|
|
4342
4333
|
export interface JsonApiDataSourceIdentifierOutList {
|
|
4343
4334
|
'data': Array<JsonApiDataSourceIdentifierOutWithLinks>;
|
|
4344
4335
|
'links'?: ListLinks;
|
|
4345
|
-
'meta'?:
|
|
4336
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
4337
|
+
}
|
|
4338
|
+
export interface JsonApiDataSourceIdentifierOutMeta {
|
|
4339
|
+
/**
|
|
4340
|
+
* List of valid permissions for a logged-in user.
|
|
4341
|
+
*/
|
|
4342
|
+
'permissions'?: Array<JsonApiDataSourceIdentifierOutMetaPermissionsEnum>;
|
|
4346
4343
|
}
|
|
4344
|
+
export type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = 'MANAGE' | 'USE';
|
|
4347
4345
|
export interface JsonApiDataSourceIdentifierOutWithLinks {
|
|
4348
4346
|
/**
|
|
4349
4347
|
* Object type
|
|
@@ -4353,7 +4351,7 @@ export interface JsonApiDataSourceIdentifierOutWithLinks {
|
|
|
4353
4351
|
* API identifier of an object
|
|
4354
4352
|
*/
|
|
4355
4353
|
'id': string;
|
|
4356
|
-
'meta'?:
|
|
4354
|
+
'meta'?: JsonApiDataSourceIdentifierOutMeta;
|
|
4357
4355
|
'attributes': JsonApiDataSourceIdentifierOutAttributes;
|
|
4358
4356
|
'links'?: ObjectLinks;
|
|
4359
4357
|
}
|
|
@@ -4421,7 +4419,7 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
4421
4419
|
/**
|
|
4422
4420
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
4423
4421
|
*/
|
|
4424
|
-
'parameters'?: Array<
|
|
4422
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
4425
4423
|
/**
|
|
4426
4424
|
* Determines how the results coming from a particular datasource should be cached.
|
|
4427
4425
|
*/
|
|
@@ -4448,7 +4446,7 @@ export interface JsonApiDataSourceOut {
|
|
|
4448
4446
|
* API identifier of an object
|
|
4449
4447
|
*/
|
|
4450
4448
|
'id': string;
|
|
4451
|
-
'meta'?:
|
|
4449
|
+
'meta'?: JsonApiDataSourceIdentifierOutMeta;
|
|
4452
4450
|
'attributes': JsonApiDataSourceOutAttributes;
|
|
4453
4451
|
}
|
|
4454
4452
|
export type JsonApiDataSourceOutTypeEnum = 'dataSource';
|
|
@@ -4480,11 +4478,11 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
4480
4478
|
/**
|
|
4481
4479
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
4482
4480
|
*/
|
|
4483
|
-
'parameters'?: Array<
|
|
4481
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
4484
4482
|
/**
|
|
4485
4483
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
4486
4484
|
*/
|
|
4487
|
-
'decodedParameters'?: Array<
|
|
4485
|
+
'decodedParameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
4488
4486
|
/**
|
|
4489
4487
|
* Determines how the results coming from a particular datasource should be cached.
|
|
4490
4488
|
*/
|
|
@@ -4501,6 +4499,10 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
4501
4499
|
export 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';
|
|
4502
4500
|
export type JsonApiDataSourceOutAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
4503
4501
|
export type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = 'USERNAME_PASSWORD' | 'TOKEN' | 'KEY_PAIR' | 'CLIENT_SECRET' | 'ACCESS_TOKEN';
|
|
4502
|
+
export interface JsonApiDataSourceOutAttributesParametersInner {
|
|
4503
|
+
'name': string;
|
|
4504
|
+
'value': string;
|
|
4505
|
+
}
|
|
4504
4506
|
export interface JsonApiDataSourceOutDocument {
|
|
4505
4507
|
'data': JsonApiDataSourceOut;
|
|
4506
4508
|
'links'?: ObjectLinks;
|
|
@@ -4511,15 +4513,8 @@ export interface JsonApiDataSourceOutDocument {
|
|
|
4511
4513
|
export interface JsonApiDataSourceOutList {
|
|
4512
4514
|
'data': Array<JsonApiDataSourceOutWithLinks>;
|
|
4513
4515
|
'links'?: ListLinks;
|
|
4514
|
-
'meta'?:
|
|
4515
|
-
}
|
|
4516
|
-
export interface JsonApiDataSourceOutMeta {
|
|
4517
|
-
/**
|
|
4518
|
-
* List of valid permissions for a logged-in user.
|
|
4519
|
-
*/
|
|
4520
|
-
'permissions'?: Array<JsonApiDataSourceOutMetaPermissionsEnum>;
|
|
4516
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
4521
4517
|
}
|
|
4522
|
-
export type JsonApiDataSourceOutMetaPermissionsEnum = 'MANAGE' | 'USE';
|
|
4523
4518
|
export interface JsonApiDataSourceOutWithLinks {
|
|
4524
4519
|
/**
|
|
4525
4520
|
* Object type
|
|
@@ -4529,7 +4524,7 @@ export interface JsonApiDataSourceOutWithLinks {
|
|
|
4529
4524
|
* API identifier of an object
|
|
4530
4525
|
*/
|
|
4531
4526
|
'id': string;
|
|
4532
|
-
'meta'?:
|
|
4527
|
+
'meta'?: JsonApiDataSourceIdentifierOutMeta;
|
|
4533
4528
|
'attributes': JsonApiDataSourceOutAttributes;
|
|
4534
4529
|
'links'?: ObjectLinks;
|
|
4535
4530
|
}
|
|
@@ -4597,7 +4592,7 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
4597
4592
|
/**
|
|
4598
4593
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
4599
4594
|
*/
|
|
4600
|
-
'parameters'?: Array<
|
|
4595
|
+
'parameters'?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
4601
4596
|
/**
|
|
4602
4597
|
* Determines how the results coming from a particular datasource should be cached.
|
|
4603
4598
|
*/
|
|
@@ -4609,10 +4604,6 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
4609
4604
|
}
|
|
4610
4605
|
export type JsonApiDataSourcePatchAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
|
|
4611
4606
|
export type JsonApiDataSourcePatchAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
4612
|
-
export interface JsonApiDataSourcePatchAttributesParametersInner {
|
|
4613
|
-
'name': string;
|
|
4614
|
-
'value': string;
|
|
4615
|
-
}
|
|
4616
4607
|
export interface JsonApiDataSourcePatchDocument {
|
|
4617
4608
|
'data': JsonApiDataSourcePatch;
|
|
4618
4609
|
}
|
|
@@ -4709,7 +4700,7 @@ export type JsonApiDatasetOutIncludes = JsonApiAggregatedFactOutWithLinks | Json
|
|
|
4709
4700
|
export interface JsonApiDatasetOutList {
|
|
4710
4701
|
'data': Array<JsonApiDatasetOutWithLinks>;
|
|
4711
4702
|
'links'?: ListLinks;
|
|
4712
|
-
'meta'?:
|
|
4703
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
4713
4704
|
/**
|
|
4714
4705
|
* Included resources
|
|
4715
4706
|
*/
|
|
@@ -4828,7 +4819,7 @@ export interface JsonApiEntitlementOutDocument {
|
|
|
4828
4819
|
export interface JsonApiEntitlementOutList {
|
|
4829
4820
|
'data': Array<JsonApiEntitlementOutWithLinks>;
|
|
4830
4821
|
'links'?: ListLinks;
|
|
4831
|
-
'meta'?:
|
|
4822
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
4832
4823
|
}
|
|
4833
4824
|
export interface JsonApiEntitlementOutWithLinks {
|
|
4834
4825
|
/**
|
|
@@ -4855,8 +4846,8 @@ export interface JsonApiExportDefinitionIn {
|
|
|
4855
4846
|
* API identifier of an object
|
|
4856
4847
|
*/
|
|
4857
4848
|
'id': string;
|
|
4858
|
-
'attributes'?:
|
|
4859
|
-
'relationships'?:
|
|
4849
|
+
'attributes'?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
4850
|
+
'relationships'?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
4860
4851
|
}
|
|
4861
4852
|
export type JsonApiExportDefinitionInTypeEnum = 'exportDefinition';
|
|
4862
4853
|
export interface JsonApiExportDefinitionInDocument {
|
|
@@ -4925,7 +4916,7 @@ export type JsonApiExportDefinitionOutIncludes = JsonApiAnalyticalDashboardOutWi
|
|
|
4925
4916
|
export interface JsonApiExportDefinitionOutList {
|
|
4926
4917
|
'data': Array<JsonApiExportDefinitionOutWithLinks>;
|
|
4927
4918
|
'links'?: ListLinks;
|
|
4928
|
-
'meta'?:
|
|
4919
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
4929
4920
|
/**
|
|
4930
4921
|
* Included resources
|
|
4931
4922
|
*/
|
|
@@ -4933,11 +4924,17 @@ export interface JsonApiExportDefinitionOutList {
|
|
|
4933
4924
|
}
|
|
4934
4925
|
export interface JsonApiExportDefinitionOutRelationships {
|
|
4935
4926
|
'visualizationObject'?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
4936
|
-
'analyticalDashboard'?:
|
|
4937
|
-
'automation'?:
|
|
4927
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
4928
|
+
'automation'?: JsonApiExportDefinitionOutRelationshipsAutomation;
|
|
4938
4929
|
'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
4939
4930
|
'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
4940
4931
|
}
|
|
4932
|
+
export interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
|
|
4933
|
+
'data': JsonApiAnalyticalDashboardLinkage | null;
|
|
4934
|
+
}
|
|
4935
|
+
export interface JsonApiExportDefinitionOutRelationshipsAutomation {
|
|
4936
|
+
'data': JsonApiAutomationLinkage | null;
|
|
4937
|
+
}
|
|
4941
4938
|
export interface JsonApiExportDefinitionOutRelationshipsVisualizationObject {
|
|
4942
4939
|
'data': JsonApiVisualizationObjectLinkage | null;
|
|
4943
4940
|
}
|
|
@@ -4968,24 +4965,13 @@ export interface JsonApiExportDefinitionPatch {
|
|
|
4968
4965
|
* API identifier of an object
|
|
4969
4966
|
*/
|
|
4970
4967
|
'id': string;
|
|
4971
|
-
'attributes'?:
|
|
4972
|
-
'relationships'?:
|
|
4968
|
+
'attributes'?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
4969
|
+
'relationships'?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
4973
4970
|
}
|
|
4974
4971
|
export type JsonApiExportDefinitionPatchTypeEnum = 'exportDefinition';
|
|
4975
|
-
export interface JsonApiExportDefinitionPatchAttributes {
|
|
4976
|
-
'title'?: string;
|
|
4977
|
-
'description'?: string;
|
|
4978
|
-
'tags'?: Array<string>;
|
|
4979
|
-
'requestPayload'?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
4980
|
-
'areRelationsValid'?: boolean;
|
|
4981
|
-
}
|
|
4982
4972
|
export interface JsonApiExportDefinitionPatchDocument {
|
|
4983
4973
|
'data': JsonApiExportDefinitionPatch;
|
|
4984
4974
|
}
|
|
4985
|
-
export interface JsonApiExportDefinitionPatchRelationships {
|
|
4986
|
-
'visualizationObject'?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
4987
|
-
'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
4988
|
-
}
|
|
4989
4975
|
/**
|
|
4990
4976
|
* JSON:API representation of exportDefinition entity.
|
|
4991
4977
|
*/
|
|
@@ -4998,13 +4984,24 @@ export interface JsonApiExportDefinitionPostOptionalId {
|
|
|
4998
4984
|
* API identifier of an object
|
|
4999
4985
|
*/
|
|
5000
4986
|
'id'?: string;
|
|
5001
|
-
'attributes'?:
|
|
5002
|
-
'relationships'?:
|
|
4987
|
+
'attributes'?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
4988
|
+
'relationships'?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
5003
4989
|
}
|
|
5004
4990
|
export type JsonApiExportDefinitionPostOptionalIdTypeEnum = 'exportDefinition';
|
|
4991
|
+
export interface JsonApiExportDefinitionPostOptionalIdAttributes {
|
|
4992
|
+
'title'?: string;
|
|
4993
|
+
'description'?: string;
|
|
4994
|
+
'tags'?: Array<string>;
|
|
4995
|
+
'requestPayload'?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
4996
|
+
'areRelationsValid'?: boolean;
|
|
4997
|
+
}
|
|
5005
4998
|
export interface JsonApiExportDefinitionPostOptionalIdDocument {
|
|
5006
4999
|
'data': JsonApiExportDefinitionPostOptionalId;
|
|
5007
5000
|
}
|
|
5001
|
+
export interface JsonApiExportDefinitionPostOptionalIdRelationships {
|
|
5002
|
+
'visualizationObject'?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
5003
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
5004
|
+
}
|
|
5008
5005
|
/**
|
|
5009
5006
|
* JSON:API representation of exportTemplate entity.
|
|
5010
5007
|
*/
|
|
@@ -5043,9 +5040,34 @@ export interface JsonApiExportTemplateOutAttributes {
|
|
|
5043
5040
|
* User-facing name of the Slides template.
|
|
5044
5041
|
*/
|
|
5045
5042
|
'name': string;
|
|
5046
|
-
'dashboardSlidesTemplate'?:
|
|
5047
|
-
'widgetSlidesTemplate'?:
|
|
5043
|
+
'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
5044
|
+
'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
5045
|
+
}
|
|
5046
|
+
/**
|
|
5047
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5048
|
+
*/
|
|
5049
|
+
export interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
|
|
5050
|
+
/**
|
|
5051
|
+
* Export types this template applies to.
|
|
5052
|
+
*/
|
|
5053
|
+
'appliedOn': Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
5054
|
+
'coverSlide'?: CoverSlideTemplate | null;
|
|
5055
|
+
'introSlide'?: IntroSlideTemplate | null;
|
|
5056
|
+
'sectionSlide'?: SectionSlideTemplate | null;
|
|
5057
|
+
'contentSlide'?: ContentSlideTemplate | null;
|
|
5048
5058
|
}
|
|
5059
|
+
export type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
5060
|
+
/**
|
|
5061
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5062
|
+
*/
|
|
5063
|
+
export interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
|
|
5064
|
+
/**
|
|
5065
|
+
* Export types this template applies to.
|
|
5066
|
+
*/
|
|
5067
|
+
'appliedOn': Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
5068
|
+
'contentSlide'?: ContentSlideTemplate | null;
|
|
5069
|
+
}
|
|
5070
|
+
export type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
5049
5071
|
export interface JsonApiExportTemplateOutDocument {
|
|
5050
5072
|
'data': JsonApiExportTemplateOut;
|
|
5051
5073
|
'links'?: ObjectLinks;
|
|
@@ -5056,7 +5078,7 @@ export interface JsonApiExportTemplateOutDocument {
|
|
|
5056
5078
|
export interface JsonApiExportTemplateOutList {
|
|
5057
5079
|
'data': Array<JsonApiExportTemplateOutWithLinks>;
|
|
5058
5080
|
'links'?: ListLinks;
|
|
5059
|
-
'meta'?:
|
|
5081
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
5060
5082
|
}
|
|
5061
5083
|
export interface JsonApiExportTemplateOutWithLinks {
|
|
5062
5084
|
/**
|
|
@@ -5091,34 +5113,9 @@ export interface JsonApiExportTemplatePatchAttributes {
|
|
|
5091
5113
|
* User-facing name of the Slides template.
|
|
5092
5114
|
*/
|
|
5093
5115
|
'name'?: string;
|
|
5094
|
-
'dashboardSlidesTemplate'?:
|
|
5095
|
-
'widgetSlidesTemplate'?:
|
|
5116
|
+
'dashboardSlidesTemplate'?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
5117
|
+
'widgetSlidesTemplate'?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
5096
5118
|
}
|
|
5097
|
-
/**
|
|
5098
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5099
|
-
*/
|
|
5100
|
-
export interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
|
|
5101
|
-
/**
|
|
5102
|
-
* Export types this template applies to.
|
|
5103
|
-
*/
|
|
5104
|
-
'appliedOn': Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
5105
|
-
'coverSlide'?: CoverSlideTemplate | null;
|
|
5106
|
-
'introSlide'?: IntroSlideTemplate | null;
|
|
5107
|
-
'sectionSlide'?: SectionSlideTemplate | null;
|
|
5108
|
-
'contentSlide'?: ContentSlideTemplate | null;
|
|
5109
|
-
}
|
|
5110
|
-
export type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
5111
|
-
/**
|
|
5112
|
-
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5113
|
-
*/
|
|
5114
|
-
export interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
|
|
5115
|
-
/**
|
|
5116
|
-
* Export types this template applies to.
|
|
5117
|
-
*/
|
|
5118
|
-
'appliedOn': Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
5119
|
-
'contentSlide'?: ContentSlideTemplate | null;
|
|
5120
|
-
}
|
|
5121
|
-
export type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
5122
5119
|
export interface JsonApiExportTemplatePatchDocument {
|
|
5123
5120
|
'data': JsonApiExportTemplatePatch;
|
|
5124
5121
|
}
|
|
@@ -5191,7 +5188,7 @@ export interface JsonApiFactOutDocument {
|
|
|
5191
5188
|
export interface JsonApiFactOutList {
|
|
5192
5189
|
'data': Array<JsonApiFactOutWithLinks>;
|
|
5193
5190
|
'links'?: ListLinks;
|
|
5194
|
-
'meta'?:
|
|
5191
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
5195
5192
|
/**
|
|
5196
5193
|
* Included resources
|
|
5197
5194
|
*/
|
|
@@ -5307,7 +5304,7 @@ export type JsonApiFilterContextOutIncludes = JsonApiAttributeOutWithLinks | Jso
|
|
|
5307
5304
|
export interface JsonApiFilterContextOutList {
|
|
5308
5305
|
'data': Array<JsonApiFilterContextOutWithLinks>;
|
|
5309
5306
|
'links'?: ListLinks;
|
|
5310
|
-
'meta'?:
|
|
5307
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
5311
5308
|
/**
|
|
5312
5309
|
* Included resources
|
|
5313
5310
|
*/
|
|
@@ -5446,14 +5443,14 @@ export type JsonApiFilterViewOutIncludes = JsonApiAnalyticalDashboardOutWithLink
|
|
|
5446
5443
|
export interface JsonApiFilterViewOutList {
|
|
5447
5444
|
'data': Array<JsonApiFilterViewOutWithLinks>;
|
|
5448
5445
|
'links'?: ListLinks;
|
|
5449
|
-
'meta'?:
|
|
5446
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
5450
5447
|
/**
|
|
5451
5448
|
* Included resources
|
|
5452
5449
|
*/
|
|
5453
5450
|
'included'?: Array<JsonApiFilterViewOutIncludes>;
|
|
5454
5451
|
}
|
|
5455
5452
|
export interface JsonApiFilterViewOutRelationships {
|
|
5456
|
-
'analyticalDashboard'?:
|
|
5453
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
5457
5454
|
'user'?: JsonApiFilterViewOutRelationshipsUser;
|
|
5458
5455
|
}
|
|
5459
5456
|
export interface JsonApiFilterViewOutRelationshipsUser {
|
|
@@ -5600,7 +5597,7 @@ export interface JsonApiIdentityProviderOutDocument {
|
|
|
5600
5597
|
export interface JsonApiIdentityProviderOutList {
|
|
5601
5598
|
'data': Array<JsonApiIdentityProviderOutWithLinks>;
|
|
5602
5599
|
'links'?: ListLinks;
|
|
5603
|
-
'meta'?:
|
|
5600
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
5604
5601
|
}
|
|
5605
5602
|
export interface JsonApiIdentityProviderOutWithLinks {
|
|
5606
5603
|
/**
|
|
@@ -5696,7 +5693,7 @@ export interface JsonApiJwkIn {
|
|
|
5696
5693
|
* API identifier of an object
|
|
5697
5694
|
*/
|
|
5698
5695
|
'id': string;
|
|
5699
|
-
'attributes'?:
|
|
5696
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
5700
5697
|
}
|
|
5701
5698
|
export type JsonApiJwkInTypeEnum = 'jwk';
|
|
5702
5699
|
export interface JsonApiJwkInDocument {
|
|
@@ -5714,9 +5711,12 @@ export interface JsonApiJwkOut {
|
|
|
5714
5711
|
* API identifier of an object
|
|
5715
5712
|
*/
|
|
5716
5713
|
'id': string;
|
|
5717
|
-
'attributes'?:
|
|
5714
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
5718
5715
|
}
|
|
5719
5716
|
export type JsonApiJwkOutTypeEnum = 'jwk';
|
|
5717
|
+
export interface JsonApiJwkOutAttributes {
|
|
5718
|
+
'content'?: RsaSpecification;
|
|
5719
|
+
}
|
|
5720
5720
|
export interface JsonApiJwkOutDocument {
|
|
5721
5721
|
'data': JsonApiJwkOut;
|
|
5722
5722
|
'links'?: ObjectLinks;
|
|
@@ -5727,7 +5727,7 @@ export interface JsonApiJwkOutDocument {
|
|
|
5727
5727
|
export interface JsonApiJwkOutList {
|
|
5728
5728
|
'data': Array<JsonApiJwkOutWithLinks>;
|
|
5729
5729
|
'links'?: ListLinks;
|
|
5730
|
-
'meta'?:
|
|
5730
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
5731
5731
|
}
|
|
5732
5732
|
export interface JsonApiJwkOutWithLinks {
|
|
5733
5733
|
/**
|
|
@@ -5738,7 +5738,7 @@ export interface JsonApiJwkOutWithLinks {
|
|
|
5738
5738
|
* API identifier of an object
|
|
5739
5739
|
*/
|
|
5740
5740
|
'id': string;
|
|
5741
|
-
'attributes'?:
|
|
5741
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
5742
5742
|
'links'?: ObjectLinks;
|
|
5743
5743
|
}
|
|
5744
5744
|
export type JsonApiJwkOutWithLinksTypeEnum = 'jwk';
|
|
@@ -5754,12 +5754,9 @@ export interface JsonApiJwkPatch {
|
|
|
5754
5754
|
* API identifier of an object
|
|
5755
5755
|
*/
|
|
5756
5756
|
'id': string;
|
|
5757
|
-
'attributes'?:
|
|
5757
|
+
'attributes'?: JsonApiJwkOutAttributes;
|
|
5758
5758
|
}
|
|
5759
5759
|
export type JsonApiJwkPatchTypeEnum = 'jwk';
|
|
5760
|
-
export interface JsonApiJwkPatchAttributes {
|
|
5761
|
-
'content'?: RsaSpecification;
|
|
5762
|
-
}
|
|
5763
5760
|
export interface JsonApiJwkPatchDocument {
|
|
5764
5761
|
'data': JsonApiJwkPatch;
|
|
5765
5762
|
}
|
|
@@ -5884,7 +5881,7 @@ export type JsonApiKnowledgeRecommendationOutIncludes = JsonApiAnalyticalDashboa
|
|
|
5884
5881
|
export interface JsonApiKnowledgeRecommendationOutList {
|
|
5885
5882
|
'data': Array<JsonApiKnowledgeRecommendationOutWithLinks>;
|
|
5886
5883
|
'links'?: ListLinks;
|
|
5887
|
-
'meta'?:
|
|
5884
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
5888
5885
|
/**
|
|
5889
5886
|
* Included resources
|
|
5890
5887
|
*/
|
|
@@ -5892,7 +5889,7 @@ export interface JsonApiKnowledgeRecommendationOutList {
|
|
|
5892
5889
|
}
|
|
5893
5890
|
export interface JsonApiKnowledgeRecommendationOutRelationships {
|
|
5894
5891
|
'metric'?: JsonApiKnowledgeRecommendationOutRelationshipsMetric;
|
|
5895
|
-
'analyticalDashboard'?:
|
|
5892
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
5896
5893
|
}
|
|
5897
5894
|
export interface JsonApiKnowledgeRecommendationOutRelationshipsMetric {
|
|
5898
5895
|
'data': JsonApiMetricLinkage | null;
|
|
@@ -6084,7 +6081,7 @@ export interface JsonApiKnowledgeRecommendationPostOptionalIdDocument {
|
|
|
6084
6081
|
}
|
|
6085
6082
|
export interface JsonApiKnowledgeRecommendationPostOptionalIdRelationships {
|
|
6086
6083
|
'metric': JsonApiKnowledgeRecommendationOutRelationshipsMetric;
|
|
6087
|
-
'analyticalDashboard'?:
|
|
6084
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
6088
6085
|
}
|
|
6089
6086
|
/**
|
|
6090
6087
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -6153,7 +6150,7 @@ export interface JsonApiLabelOutDocument {
|
|
|
6153
6150
|
export interface JsonApiLabelOutList {
|
|
6154
6151
|
'data': Array<JsonApiLabelOutWithLinks>;
|
|
6155
6152
|
'links'?: ListLinks;
|
|
6156
|
-
'meta'?:
|
|
6153
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
6157
6154
|
/**
|
|
6158
6155
|
* Included resources
|
|
6159
6156
|
*/
|
|
@@ -6291,7 +6288,7 @@ export interface JsonApiLlmEndpointOutDocument {
|
|
|
6291
6288
|
export interface JsonApiLlmEndpointOutList {
|
|
6292
6289
|
'data': Array<JsonApiLlmEndpointOutWithLinks>;
|
|
6293
6290
|
'links'?: ListLinks;
|
|
6294
|
-
'meta'?:
|
|
6291
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
6295
6292
|
}
|
|
6296
6293
|
export interface JsonApiLlmEndpointOutWithLinks {
|
|
6297
6294
|
/**
|
|
@@ -6431,7 +6428,7 @@ export interface JsonApiMemoryItemOutDocument {
|
|
|
6431
6428
|
export interface JsonApiMemoryItemOutList {
|
|
6432
6429
|
'data': Array<JsonApiMemoryItemOutWithLinks>;
|
|
6433
6430
|
'links'?: ListLinks;
|
|
6434
|
-
'meta'?:
|
|
6431
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
6435
6432
|
/**
|
|
6436
6433
|
* Included resources
|
|
6437
6434
|
*/
|
|
@@ -6624,7 +6621,7 @@ export type JsonApiMetricOutIncludes = JsonApiAttributeOutWithLinks | JsonApiDat
|
|
|
6624
6621
|
export interface JsonApiMetricOutList {
|
|
6625
6622
|
'data': Array<JsonApiMetricOutWithLinks>;
|
|
6626
6623
|
'links'?: ListLinks;
|
|
6627
|
-
'meta'?:
|
|
6624
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
6628
6625
|
/**
|
|
6629
6626
|
* Included resources
|
|
6630
6627
|
*/
|
|
@@ -6735,7 +6732,7 @@ export interface JsonApiNotificationChannelIdentifierOutDocument {
|
|
|
6735
6732
|
export interface JsonApiNotificationChannelIdentifierOutList {
|
|
6736
6733
|
'data': Array<JsonApiNotificationChannelIdentifierOutWithLinks>;
|
|
6737
6734
|
'links'?: ListLinks;
|
|
6738
|
-
'meta'?:
|
|
6735
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
6739
6736
|
}
|
|
6740
6737
|
export interface JsonApiNotificationChannelIdentifierOutWithLinks {
|
|
6741
6738
|
/**
|
|
@@ -6836,7 +6833,7 @@ export interface JsonApiNotificationChannelOutDocument {
|
|
|
6836
6833
|
export interface JsonApiNotificationChannelOutList {
|
|
6837
6834
|
'data': Array<JsonApiNotificationChannelOutWithLinks>;
|
|
6838
6835
|
'links'?: ListLinks;
|
|
6839
|
-
'meta'?:
|
|
6836
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
6840
6837
|
}
|
|
6841
6838
|
export interface JsonApiNotificationChannelOutWithLinks {
|
|
6842
6839
|
/**
|
|
@@ -6927,33 +6924,13 @@ export interface JsonApiOrganizationIn {
|
|
|
6927
6924
|
* API identifier of an object
|
|
6928
6925
|
*/
|
|
6929
6926
|
'id': string;
|
|
6930
|
-
'attributes'?:
|
|
6931
|
-
'relationships'?:
|
|
6927
|
+
'attributes'?: JsonApiOrganizationPatchAttributes;
|
|
6928
|
+
'relationships'?: JsonApiOrganizationPatchRelationships;
|
|
6932
6929
|
}
|
|
6933
6930
|
export type JsonApiOrganizationInTypeEnum = 'organization';
|
|
6934
|
-
export interface JsonApiOrganizationInAttributes {
|
|
6935
|
-
'name'?: string | null;
|
|
6936
|
-
'hostname'?: string;
|
|
6937
|
-
'allowedOrigins'?: Array<string>;
|
|
6938
|
-
/**
|
|
6939
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
6940
|
-
* @deprecated
|
|
6941
|
-
*/
|
|
6942
|
-
'earlyAccess'?: string | null;
|
|
6943
|
-
/**
|
|
6944
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
6945
|
-
*/
|
|
6946
|
-
'earlyAccessValues'?: Array<string> | null;
|
|
6947
|
-
}
|
|
6948
6931
|
export interface JsonApiOrganizationInDocument {
|
|
6949
6932
|
'data': JsonApiOrganizationIn;
|
|
6950
6933
|
}
|
|
6951
|
-
export interface JsonApiOrganizationInRelationships {
|
|
6952
|
-
'identityProvider'?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
6953
|
-
}
|
|
6954
|
-
export interface JsonApiOrganizationInRelationshipsIdentityProvider {
|
|
6955
|
-
'data': JsonApiIdentityProviderLinkage | null;
|
|
6956
|
-
}
|
|
6957
6934
|
/**
|
|
6958
6935
|
* JSON:API representation of organization entity.
|
|
6959
6936
|
*/
|
|
@@ -7017,11 +6994,14 @@ export interface JsonApiOrganizationOutMeta {
|
|
|
7017
6994
|
*/
|
|
7018
6995
|
'permissions'?: Array<JsonApiOrganizationOutMetaPermissionsEnum>;
|
|
7019
6996
|
}
|
|
7020
|
-
export type JsonApiOrganizationOutMetaPermissionsEnum = 'MANAGE' | 'SELF_CREATE_TOKEN';
|
|
6997
|
+
export type JsonApiOrganizationOutMetaPermissionsEnum = 'MANAGE' | 'SELF_CREATE_TOKEN' | 'BASE_UI_ACCESS';
|
|
7021
6998
|
export interface JsonApiOrganizationOutRelationships {
|
|
7022
6999
|
'bootstrapUser'?: JsonApiFilterViewOutRelationshipsUser;
|
|
7023
7000
|
'bootstrapUserGroup'?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
7024
|
-
'identityProvider'?:
|
|
7001
|
+
'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
7002
|
+
}
|
|
7003
|
+
export interface JsonApiOrganizationOutRelationshipsIdentityProvider {
|
|
7004
|
+
'data': JsonApiIdentityProviderLinkage | null;
|
|
7025
7005
|
}
|
|
7026
7006
|
/**
|
|
7027
7007
|
* JSON:API representation of patching organization entity.
|
|
@@ -7035,13 +7015,30 @@ export interface JsonApiOrganizationPatch {
|
|
|
7035
7015
|
* API identifier of an object
|
|
7036
7016
|
*/
|
|
7037
7017
|
'id': string;
|
|
7038
|
-
'attributes'?:
|
|
7039
|
-
'relationships'?:
|
|
7018
|
+
'attributes'?: JsonApiOrganizationPatchAttributes;
|
|
7019
|
+
'relationships'?: JsonApiOrganizationPatchRelationships;
|
|
7040
7020
|
}
|
|
7041
7021
|
export type JsonApiOrganizationPatchTypeEnum = 'organization';
|
|
7022
|
+
export interface JsonApiOrganizationPatchAttributes {
|
|
7023
|
+
'name'?: string | null;
|
|
7024
|
+
'hostname'?: string;
|
|
7025
|
+
'allowedOrigins'?: Array<string>;
|
|
7026
|
+
/**
|
|
7027
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
7028
|
+
* @deprecated
|
|
7029
|
+
*/
|
|
7030
|
+
'earlyAccess'?: string | null;
|
|
7031
|
+
/**
|
|
7032
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
7033
|
+
*/
|
|
7034
|
+
'earlyAccessValues'?: Array<string> | null;
|
|
7035
|
+
}
|
|
7042
7036
|
export interface JsonApiOrganizationPatchDocument {
|
|
7043
7037
|
'data': JsonApiOrganizationPatch;
|
|
7044
7038
|
}
|
|
7039
|
+
export interface JsonApiOrganizationPatchRelationships {
|
|
7040
|
+
'identityProvider'?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
7041
|
+
}
|
|
7045
7042
|
/**
|
|
7046
7043
|
* JSON:API representation of organizationSetting entity.
|
|
7047
7044
|
*/
|
|
@@ -7054,7 +7051,7 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
7054
7051
|
* API identifier of an object
|
|
7055
7052
|
*/
|
|
7056
7053
|
'id': string;
|
|
7057
|
-
'attributes'?:
|
|
7054
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7058
7055
|
}
|
|
7059
7056
|
export type JsonApiOrganizationSettingInTypeEnum = 'organizationSetting';
|
|
7060
7057
|
export interface JsonApiOrganizationSettingInDocument {
|
|
@@ -7072,9 +7069,17 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
7072
7069
|
* API identifier of an object
|
|
7073
7070
|
*/
|
|
7074
7071
|
'id': string;
|
|
7075
|
-
'attributes'?:
|
|
7072
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7076
7073
|
}
|
|
7077
7074
|
export type JsonApiOrganizationSettingOutTypeEnum = 'organizationSetting';
|
|
7075
|
+
export interface JsonApiOrganizationSettingOutAttributes {
|
|
7076
|
+
/**
|
|
7077
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7078
|
+
*/
|
|
7079
|
+
'content'?: object;
|
|
7080
|
+
'type'?: JsonApiOrganizationSettingOutAttributesTypeEnum;
|
|
7081
|
+
}
|
|
7082
|
+
export type JsonApiOrganizationSettingOutAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI';
|
|
7078
7083
|
export interface JsonApiOrganizationSettingOutDocument {
|
|
7079
7084
|
'data': JsonApiOrganizationSettingOut;
|
|
7080
7085
|
'links'?: ObjectLinks;
|
|
@@ -7085,7 +7090,7 @@ export interface JsonApiOrganizationSettingOutDocument {
|
|
|
7085
7090
|
export interface JsonApiOrganizationSettingOutList {
|
|
7086
7091
|
'data': Array<JsonApiOrganizationSettingOutWithLinks>;
|
|
7087
7092
|
'links'?: ListLinks;
|
|
7088
|
-
'meta'?:
|
|
7093
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
7089
7094
|
}
|
|
7090
7095
|
export interface JsonApiOrganizationSettingOutWithLinks {
|
|
7091
7096
|
/**
|
|
@@ -7096,7 +7101,7 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
7096
7101
|
* API identifier of an object
|
|
7097
7102
|
*/
|
|
7098
7103
|
'id': string;
|
|
7099
|
-
'attributes'?:
|
|
7104
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7100
7105
|
'links'?: ObjectLinks;
|
|
7101
7106
|
}
|
|
7102
7107
|
export type JsonApiOrganizationSettingOutWithLinksTypeEnum = 'organizationSetting';
|
|
@@ -7112,7 +7117,7 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
7112
7117
|
* API identifier of an object
|
|
7113
7118
|
*/
|
|
7114
7119
|
'id': string;
|
|
7115
|
-
'attributes'?:
|
|
7120
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7116
7121
|
}
|
|
7117
7122
|
export type JsonApiOrganizationSettingPatchTypeEnum = 'organizationSetting';
|
|
7118
7123
|
export interface JsonApiOrganizationSettingPatchDocument {
|
|
@@ -7161,7 +7166,7 @@ export interface JsonApiThemeOutDocument {
|
|
|
7161
7166
|
export interface JsonApiThemeOutList {
|
|
7162
7167
|
'data': Array<JsonApiThemeOutWithLinks>;
|
|
7163
7168
|
'links'?: ListLinks;
|
|
7164
|
-
'meta'?:
|
|
7169
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
7165
7170
|
}
|
|
7166
7171
|
export interface JsonApiThemeOutWithLinks {
|
|
7167
7172
|
/**
|
|
@@ -7207,7 +7212,7 @@ export interface JsonApiUserDataFilterIn {
|
|
|
7207
7212
|
*/
|
|
7208
7213
|
'id': string;
|
|
7209
7214
|
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
7210
|
-
'relationships'?:
|
|
7215
|
+
'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
7211
7216
|
}
|
|
7212
7217
|
export type JsonApiUserDataFilterInTypeEnum = 'userDataFilter';
|
|
7213
7218
|
export interface JsonApiUserDataFilterInDocument {
|
|
@@ -7255,7 +7260,7 @@ export type JsonApiUserDataFilterOutIncludes = JsonApiAttributeOutWithLinks | Js
|
|
|
7255
7260
|
export interface JsonApiUserDataFilterOutList {
|
|
7256
7261
|
'data': Array<JsonApiUserDataFilterOutWithLinks>;
|
|
7257
7262
|
'links'?: ListLinks;
|
|
7258
|
-
'meta'?:
|
|
7263
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
7259
7264
|
/**
|
|
7260
7265
|
* Included resources
|
|
7261
7266
|
*/
|
|
@@ -7301,7 +7306,7 @@ export interface JsonApiUserDataFilterPatch {
|
|
|
7301
7306
|
*/
|
|
7302
7307
|
'id': string;
|
|
7303
7308
|
'attributes': JsonApiUserDataFilterPatchAttributes;
|
|
7304
|
-
'relationships'?:
|
|
7309
|
+
'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
7305
7310
|
}
|
|
7306
7311
|
export type JsonApiUserDataFilterPatchTypeEnum = 'userDataFilter';
|
|
7307
7312
|
export interface JsonApiUserDataFilterPatchAttributes {
|
|
@@ -7314,10 +7319,6 @@ export interface JsonApiUserDataFilterPatchAttributes {
|
|
|
7314
7319
|
export interface JsonApiUserDataFilterPatchDocument {
|
|
7315
7320
|
'data': JsonApiUserDataFilterPatch;
|
|
7316
7321
|
}
|
|
7317
|
-
export interface JsonApiUserDataFilterPatchRelationships {
|
|
7318
|
-
'user'?: JsonApiFilterViewOutRelationshipsUser;
|
|
7319
|
-
'userGroup'?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
7320
|
-
}
|
|
7321
7322
|
/**
|
|
7322
7323
|
* JSON:API representation of userDataFilter entity.
|
|
7323
7324
|
*/
|
|
@@ -7331,12 +7332,16 @@ export interface JsonApiUserDataFilterPostOptionalId {
|
|
|
7331
7332
|
*/
|
|
7332
7333
|
'id'?: string;
|
|
7333
7334
|
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
7334
|
-
'relationships'?:
|
|
7335
|
+
'relationships'?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
7335
7336
|
}
|
|
7336
7337
|
export type JsonApiUserDataFilterPostOptionalIdTypeEnum = 'userDataFilter';
|
|
7337
7338
|
export interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
7338
7339
|
'data': JsonApiUserDataFilterPostOptionalId;
|
|
7339
7340
|
}
|
|
7341
|
+
export interface JsonApiUserDataFilterPostOptionalIdRelationships {
|
|
7342
|
+
'user'?: JsonApiFilterViewOutRelationshipsUser;
|
|
7343
|
+
'userGroup'?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
7344
|
+
}
|
|
7340
7345
|
/**
|
|
7341
7346
|
* JSON:API representation of userGroup entity.
|
|
7342
7347
|
*/
|
|
@@ -7397,14 +7402,20 @@ export interface JsonApiUserGroupOutDocument {
|
|
|
7397
7402
|
export interface JsonApiUserGroupOutList {
|
|
7398
7403
|
'data': Array<JsonApiUserGroupOutWithLinks>;
|
|
7399
7404
|
'links'?: ListLinks;
|
|
7400
|
-
'meta'?:
|
|
7405
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
7401
7406
|
/**
|
|
7402
7407
|
* Included resources
|
|
7403
7408
|
*/
|
|
7404
7409
|
'included'?: Array<JsonApiUserGroupOutWithLinks>;
|
|
7405
7410
|
}
|
|
7406
7411
|
export interface JsonApiUserGroupOutRelationships {
|
|
7407
|
-
'parents'?:
|
|
7412
|
+
'parents'?: JsonApiUserGroupOutRelationshipsParents;
|
|
7413
|
+
}
|
|
7414
|
+
export interface JsonApiUserGroupOutRelationshipsParents {
|
|
7415
|
+
/**
|
|
7416
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7417
|
+
*/
|
|
7418
|
+
'data': Array<JsonApiUserGroupLinkage>;
|
|
7408
7419
|
}
|
|
7409
7420
|
export interface JsonApiUserGroupOutWithLinks {
|
|
7410
7421
|
/**
|
|
@@ -7477,7 +7488,7 @@ export interface JsonApiUserIdentifierOutDocument {
|
|
|
7477
7488
|
export interface JsonApiUserIdentifierOutList {
|
|
7478
7489
|
'data': Array<JsonApiUserIdentifierOutWithLinks>;
|
|
7479
7490
|
'links'?: ListLinks;
|
|
7480
|
-
'meta'?:
|
|
7491
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
7481
7492
|
}
|
|
7482
7493
|
export interface JsonApiUserIdentifierOutWithLinks {
|
|
7483
7494
|
/**
|
|
@@ -7555,20 +7566,14 @@ export interface JsonApiUserOutDocument {
|
|
|
7555
7566
|
export interface JsonApiUserOutList {
|
|
7556
7567
|
'data': Array<JsonApiUserOutWithLinks>;
|
|
7557
7568
|
'links'?: ListLinks;
|
|
7558
|
-
'meta'?:
|
|
7569
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
7559
7570
|
/**
|
|
7560
7571
|
* Included resources
|
|
7561
7572
|
*/
|
|
7562
7573
|
'included'?: Array<JsonApiUserGroupOutWithLinks>;
|
|
7563
7574
|
}
|
|
7564
7575
|
export interface JsonApiUserOutRelationships {
|
|
7565
|
-
'userGroups'?:
|
|
7566
|
-
}
|
|
7567
|
-
export interface JsonApiUserOutRelationshipsUserGroups {
|
|
7568
|
-
/**
|
|
7569
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7570
|
-
*/
|
|
7571
|
-
'data': Array<JsonApiUserGroupLinkage>;
|
|
7576
|
+
'userGroups'?: JsonApiUserGroupOutRelationshipsParents;
|
|
7572
7577
|
}
|
|
7573
7578
|
export interface JsonApiUserOutWithLinks {
|
|
7574
7579
|
/**
|
|
@@ -7615,7 +7620,7 @@ export interface JsonApiUserSettingIn {
|
|
|
7615
7620
|
* API identifier of an object
|
|
7616
7621
|
*/
|
|
7617
7622
|
'id': string;
|
|
7618
|
-
'attributes'?:
|
|
7623
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7619
7624
|
}
|
|
7620
7625
|
export type JsonApiUserSettingInTypeEnum = 'userSetting';
|
|
7621
7626
|
export interface JsonApiUserSettingInDocument {
|
|
@@ -7633,7 +7638,7 @@ export interface JsonApiUserSettingOut {
|
|
|
7633
7638
|
* API identifier of an object
|
|
7634
7639
|
*/
|
|
7635
7640
|
'id': string;
|
|
7636
|
-
'attributes'?:
|
|
7641
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7637
7642
|
}
|
|
7638
7643
|
export type JsonApiUserSettingOutTypeEnum = 'userSetting';
|
|
7639
7644
|
export interface JsonApiUserSettingOutDocument {
|
|
@@ -7646,7 +7651,7 @@ export interface JsonApiUserSettingOutDocument {
|
|
|
7646
7651
|
export interface JsonApiUserSettingOutList {
|
|
7647
7652
|
'data': Array<JsonApiUserSettingOutWithLinks>;
|
|
7648
7653
|
'links'?: ListLinks;
|
|
7649
|
-
'meta'?:
|
|
7654
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
7650
7655
|
}
|
|
7651
7656
|
export interface JsonApiUserSettingOutWithLinks {
|
|
7652
7657
|
/**
|
|
@@ -7657,7 +7662,7 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
7657
7662
|
* API identifier of an object
|
|
7658
7663
|
*/
|
|
7659
7664
|
'id': string;
|
|
7660
|
-
'attributes'?:
|
|
7665
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
7661
7666
|
'links'?: ObjectLinks;
|
|
7662
7667
|
}
|
|
7663
7668
|
export type JsonApiUserSettingOutWithLinksTypeEnum = 'userSetting';
|
|
@@ -7737,7 +7742,7 @@ export interface JsonApiVisualizationObjectOutDocument {
|
|
|
7737
7742
|
export interface JsonApiVisualizationObjectOutList {
|
|
7738
7743
|
'data': Array<JsonApiVisualizationObjectOutWithLinks>;
|
|
7739
7744
|
'links'?: ListLinks;
|
|
7740
|
-
'meta'?:
|
|
7745
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
7741
7746
|
/**
|
|
7742
7747
|
* Included resources
|
|
7743
7748
|
*/
|
|
@@ -7901,16 +7906,19 @@ export type JsonApiWorkspaceAutomationOutIncludes = JsonApiAnalyticalDashboardOu
|
|
|
7901
7906
|
export interface JsonApiWorkspaceAutomationOutList {
|
|
7902
7907
|
'data': Array<JsonApiWorkspaceAutomationOutWithLinks>;
|
|
7903
7908
|
'links'?: ListLinks;
|
|
7904
|
-
'meta'?:
|
|
7909
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
7905
7910
|
/**
|
|
7906
7911
|
* Included resources
|
|
7907
7912
|
*/
|
|
7908
7913
|
'included'?: Array<JsonApiWorkspaceAutomationOutIncludes>;
|
|
7909
7914
|
}
|
|
7915
|
+
export interface JsonApiWorkspaceAutomationOutListMeta {
|
|
7916
|
+
'page'?: PageMetadata;
|
|
7917
|
+
}
|
|
7910
7918
|
export interface JsonApiWorkspaceAutomationOutRelationships {
|
|
7911
|
-
'workspace'?:
|
|
7919
|
+
'workspace'?: JsonApiWorkspaceOutRelationshipsParent;
|
|
7912
7920
|
'notificationChannel'?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
7913
|
-
'analyticalDashboard'?:
|
|
7921
|
+
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
7914
7922
|
'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7915
7923
|
'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7916
7924
|
'exportDefinitions'?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
@@ -7994,7 +8002,7 @@ export interface JsonApiWorkspaceDataFilterOutDocument {
|
|
|
7994
8002
|
export interface JsonApiWorkspaceDataFilterOutList {
|
|
7995
8003
|
'data': Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
7996
8004
|
'links'?: ListLinks;
|
|
7997
|
-
'meta'?:
|
|
8005
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
7998
8006
|
/**
|
|
7999
8007
|
* Included resources
|
|
8000
8008
|
*/
|
|
@@ -8106,7 +8114,7 @@ export interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
|
8106
8114
|
export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
8107
8115
|
'data': Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>;
|
|
8108
8116
|
'links'?: ListLinks;
|
|
8109
|
-
'meta'?:
|
|
8117
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
8110
8118
|
/**
|
|
8111
8119
|
* Included resources
|
|
8112
8120
|
*/
|
|
@@ -8164,8 +8172,8 @@ export interface JsonApiWorkspaceIn {
|
|
|
8164
8172
|
* API identifier of an object
|
|
8165
8173
|
*/
|
|
8166
8174
|
'id': string;
|
|
8167
|
-
'attributes'?:
|
|
8168
|
-
'relationships'?:
|
|
8175
|
+
'attributes'?: JsonApiWorkspaceOutAttributes;
|
|
8176
|
+
'relationships'?: JsonApiWorkspaceOutRelationships;
|
|
8169
8177
|
}
|
|
8170
8178
|
export type JsonApiWorkspaceInTypeEnum = 'workspace';
|
|
8171
8179
|
export interface JsonApiWorkspaceInDocument {
|
|
@@ -8192,10 +8200,42 @@ export interface JsonApiWorkspaceOut {
|
|
|
8192
8200
|
*/
|
|
8193
8201
|
'id': string;
|
|
8194
8202
|
'meta'?: JsonApiWorkspaceOutMeta;
|
|
8195
|
-
'attributes'?:
|
|
8196
|
-
'relationships'?:
|
|
8203
|
+
'attributes'?: JsonApiWorkspaceOutAttributes;
|
|
8204
|
+
'relationships'?: JsonApiWorkspaceOutRelationships;
|
|
8197
8205
|
}
|
|
8198
8206
|
export type JsonApiWorkspaceOutTypeEnum = 'workspace';
|
|
8207
|
+
export interface JsonApiWorkspaceOutAttributes {
|
|
8208
|
+
'name'?: string | null;
|
|
8209
|
+
/**
|
|
8210
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
8211
|
+
* @deprecated
|
|
8212
|
+
*/
|
|
8213
|
+
'earlyAccess'?: string | null;
|
|
8214
|
+
/**
|
|
8215
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
8216
|
+
*/
|
|
8217
|
+
'earlyAccessValues'?: Array<string> | null;
|
|
8218
|
+
'description'?: string | null;
|
|
8219
|
+
/**
|
|
8220
|
+
* Custom prefix of entity identifiers in workspace
|
|
8221
|
+
*/
|
|
8222
|
+
'prefix'?: string | null;
|
|
8223
|
+
'cacheExtraLimit'?: number;
|
|
8224
|
+
'dataSource'?: JsonApiWorkspaceOutAttributesDataSource;
|
|
8225
|
+
}
|
|
8226
|
+
/**
|
|
8227
|
+
* The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
|
|
8228
|
+
*/
|
|
8229
|
+
export interface JsonApiWorkspaceOutAttributesDataSource {
|
|
8230
|
+
/**
|
|
8231
|
+
* The ID of the used data source.
|
|
8232
|
+
*/
|
|
8233
|
+
'id': string;
|
|
8234
|
+
/**
|
|
8235
|
+
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
8236
|
+
*/
|
|
8237
|
+
'schemaPath'?: Array<string>;
|
|
8238
|
+
}
|
|
8199
8239
|
export interface JsonApiWorkspaceOutDocument {
|
|
8200
8240
|
'data': JsonApiWorkspaceOut;
|
|
8201
8241
|
'links'?: ObjectLinks;
|
|
@@ -8210,7 +8250,7 @@ export interface JsonApiWorkspaceOutDocument {
|
|
|
8210
8250
|
export interface JsonApiWorkspaceOutList {
|
|
8211
8251
|
'data': Array<JsonApiWorkspaceOutWithLinks>;
|
|
8212
8252
|
'links'?: ListLinks;
|
|
8213
|
-
'meta'?:
|
|
8253
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
8214
8254
|
/**
|
|
8215
8255
|
* Included resources
|
|
8216
8256
|
*/
|
|
@@ -8252,6 +8292,12 @@ export interface JsonApiWorkspaceOutMetaHierarchy {
|
|
|
8252
8292
|
*/
|
|
8253
8293
|
'childrenCount': number;
|
|
8254
8294
|
}
|
|
8295
|
+
export interface JsonApiWorkspaceOutRelationships {
|
|
8296
|
+
'parent'?: JsonApiWorkspaceOutRelationshipsParent;
|
|
8297
|
+
}
|
|
8298
|
+
export interface JsonApiWorkspaceOutRelationshipsParent {
|
|
8299
|
+
'data': JsonApiWorkspaceLinkage | null;
|
|
8300
|
+
}
|
|
8255
8301
|
export interface JsonApiWorkspaceOutWithLinks {
|
|
8256
8302
|
/**
|
|
8257
8303
|
* Object type
|
|
@@ -8262,8 +8308,8 @@ export interface JsonApiWorkspaceOutWithLinks {
|
|
|
8262
8308
|
*/
|
|
8263
8309
|
'id': string;
|
|
8264
8310
|
'meta'?: JsonApiWorkspaceOutMeta;
|
|
8265
|
-
'attributes'?:
|
|
8266
|
-
'relationships'?:
|
|
8311
|
+
'attributes'?: JsonApiWorkspaceOutAttributes;
|
|
8312
|
+
'relationships'?: JsonApiWorkspaceOutRelationships;
|
|
8267
8313
|
'links'?: ObjectLinks;
|
|
8268
8314
|
}
|
|
8269
8315
|
export type JsonApiWorkspaceOutWithLinksTypeEnum = 'workspace';
|
|
@@ -8279,51 +8325,13 @@ export interface JsonApiWorkspacePatch {
|
|
|
8279
8325
|
* API identifier of an object
|
|
8280
8326
|
*/
|
|
8281
8327
|
'id': string;
|
|
8282
|
-
'attributes'?:
|
|
8283
|
-
'relationships'?:
|
|
8328
|
+
'attributes'?: JsonApiWorkspaceOutAttributes;
|
|
8329
|
+
'relationships'?: JsonApiWorkspaceOutRelationships;
|
|
8284
8330
|
}
|
|
8285
8331
|
export type JsonApiWorkspacePatchTypeEnum = 'workspace';
|
|
8286
|
-
export interface JsonApiWorkspacePatchAttributes {
|
|
8287
|
-
'name'?: string | null;
|
|
8288
|
-
/**
|
|
8289
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
8290
|
-
* @deprecated
|
|
8291
|
-
*/
|
|
8292
|
-
'earlyAccess'?: string | null;
|
|
8293
|
-
/**
|
|
8294
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
8295
|
-
*/
|
|
8296
|
-
'earlyAccessValues'?: Array<string> | null;
|
|
8297
|
-
'description'?: string | null;
|
|
8298
|
-
/**
|
|
8299
|
-
* Custom prefix of entity identifiers in workspace
|
|
8300
|
-
*/
|
|
8301
|
-
'prefix'?: string | null;
|
|
8302
|
-
'cacheExtraLimit'?: number;
|
|
8303
|
-
'dataSource'?: JsonApiWorkspacePatchAttributesDataSource;
|
|
8304
|
-
}
|
|
8305
|
-
/**
|
|
8306
|
-
* The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
|
|
8307
|
-
*/
|
|
8308
|
-
export interface JsonApiWorkspacePatchAttributesDataSource {
|
|
8309
|
-
/**
|
|
8310
|
-
* The ID of the used data source.
|
|
8311
|
-
*/
|
|
8312
|
-
'id': string;
|
|
8313
|
-
/**
|
|
8314
|
-
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
8315
|
-
*/
|
|
8316
|
-
'schemaPath'?: Array<string>;
|
|
8317
|
-
}
|
|
8318
8332
|
export interface JsonApiWorkspacePatchDocument {
|
|
8319
8333
|
'data': JsonApiWorkspacePatch;
|
|
8320
8334
|
}
|
|
8321
|
-
export interface JsonApiWorkspacePatchRelationships {
|
|
8322
|
-
'parent'?: JsonApiWorkspacePatchRelationshipsParent;
|
|
8323
|
-
}
|
|
8324
|
-
export interface JsonApiWorkspacePatchRelationshipsParent {
|
|
8325
|
-
'data': JsonApiWorkspaceLinkage | null;
|
|
8326
|
-
}
|
|
8327
8335
|
/**
|
|
8328
8336
|
* JSON:API representation of workspaceSetting entity.
|
|
8329
8337
|
*/
|
|
@@ -8336,7 +8344,7 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
8336
8344
|
* API identifier of an object
|
|
8337
8345
|
*/
|
|
8338
8346
|
'id': string;
|
|
8339
|
-
'attributes'?:
|
|
8347
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8340
8348
|
}
|
|
8341
8349
|
export type JsonApiWorkspaceSettingInTypeEnum = 'workspaceSetting';
|
|
8342
8350
|
export interface JsonApiWorkspaceSettingInDocument {
|
|
@@ -8355,17 +8363,9 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
8355
8363
|
*/
|
|
8356
8364
|
'id': string;
|
|
8357
8365
|
'meta'?: JsonApiDatasetOutMeta;
|
|
8358
|
-
'attributes'?:
|
|
8366
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8359
8367
|
}
|
|
8360
8368
|
export type JsonApiWorkspaceSettingOutTypeEnum = 'workspaceSetting';
|
|
8361
|
-
export interface JsonApiWorkspaceSettingOutAttributes {
|
|
8362
|
-
/**
|
|
8363
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
8364
|
-
*/
|
|
8365
|
-
'content'?: object;
|
|
8366
|
-
'type'?: JsonApiWorkspaceSettingOutAttributesTypeEnum;
|
|
8367
|
-
}
|
|
8368
|
-
export type JsonApiWorkspaceSettingOutAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS';
|
|
8369
8369
|
export interface JsonApiWorkspaceSettingOutDocument {
|
|
8370
8370
|
'data': JsonApiWorkspaceSettingOut;
|
|
8371
8371
|
'links'?: ObjectLinks;
|
|
@@ -8376,7 +8376,7 @@ export interface JsonApiWorkspaceSettingOutDocument {
|
|
|
8376
8376
|
export interface JsonApiWorkspaceSettingOutList {
|
|
8377
8377
|
'data': Array<JsonApiWorkspaceSettingOutWithLinks>;
|
|
8378
8378
|
'links'?: ListLinks;
|
|
8379
|
-
'meta'?:
|
|
8379
|
+
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
8380
8380
|
}
|
|
8381
8381
|
export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
8382
8382
|
/**
|
|
@@ -8388,7 +8388,7 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
8388
8388
|
*/
|
|
8389
8389
|
'id': string;
|
|
8390
8390
|
'meta'?: JsonApiDatasetOutMeta;
|
|
8391
|
-
'attributes'?:
|
|
8391
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8392
8392
|
'links'?: ObjectLinks;
|
|
8393
8393
|
}
|
|
8394
8394
|
export type JsonApiWorkspaceSettingOutWithLinksTypeEnum = 'workspaceSetting';
|
|
@@ -8404,7 +8404,7 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
8404
8404
|
* API identifier of an object
|
|
8405
8405
|
*/
|
|
8406
8406
|
'id': string;
|
|
8407
|
-
'attributes'?:
|
|
8407
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8408
8408
|
}
|
|
8409
8409
|
export type JsonApiWorkspaceSettingPatchTypeEnum = 'workspaceSetting';
|
|
8410
8410
|
export interface JsonApiWorkspaceSettingPatchDocument {
|
|
@@ -8422,7 +8422,7 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
8422
8422
|
* API identifier of an object
|
|
8423
8423
|
*/
|
|
8424
8424
|
'id'?: string;
|
|
8425
|
-
'attributes'?:
|
|
8425
|
+
'attributes'?: JsonApiOrganizationSettingOutAttributes;
|
|
8426
8426
|
}
|
|
8427
8427
|
export type JsonApiWorkspaceSettingPostOptionalIdTypeEnum = 'workspaceSetting';
|
|
8428
8428
|
export interface JsonApiWorkspaceSettingPostOptionalIdDocument {
|
|
@@ -8602,7 +8602,7 @@ export interface OrganizationPermissionAssignment {
|
|
|
8602
8602
|
'assigneeIdentifier': AssigneeIdentifier;
|
|
8603
8603
|
'permissions': Array<OrganizationPermissionAssignmentPermissionsEnum>;
|
|
8604
8604
|
}
|
|
8605
|
-
export type OrganizationPermissionAssignmentPermissionsEnum = 'MANAGE' | 'SELF_CREATE_TOKEN';
|
|
8605
|
+
export type OrganizationPermissionAssignmentPermissionsEnum = 'MANAGE' | 'SELF_CREATE_TOKEN' | 'BASE_UI_ACCESS';
|
|
8606
8606
|
export interface Over {
|
|
8607
8607
|
'attributes': Array<IdentifierRef>;
|
|
8608
8608
|
}
|
|
@@ -9004,7 +9004,7 @@ export interface ResolvedSetting {
|
|
|
9004
9004
|
*/
|
|
9005
9005
|
'type'?: ResolvedSettingTypeEnum;
|
|
9006
9006
|
}
|
|
9007
|
-
export type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS';
|
|
9007
|
+
export type ResolvedSettingTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS' | 'RESTRICT_BASE_UI';
|
|
9008
9008
|
export interface RsaSpecification {
|
|
9009
9009
|
'kty': RsaSpecificationKtyEnum;
|
|
9010
9010
|
'alg': RsaSpecificationAlgEnum;
|