@gooddata/api-client-tiger 11.11.0-alpha.1 → 11.11.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 +849 -769
- package/esm/api-endpoints/result/index.d.ts +1 -1
- package/esm/api-endpoints/result/index.d.ts.map +1 -1
- package/esm/api-endpoints/result/index.js +1 -1
- package/esm/api-endpoints/result/index.js.map +1 -1
- package/esm/client.d.ts +2 -1
- package/esm/client.d.ts.map +1 -1
- package/esm/client.js +3 -1
- package/esm/client.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +4 -4
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +1 -12
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +5 -4
- package/esm/generated/export-json-api/openapi-spec.json +18 -0
- package/esm/generated/metadata-json-api/api.d.ts +708 -709
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +1 -12
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +7635 -7594
- package/esm/generated/result-json-api/api.d.ts +5 -19
- package/esm/generated/result-json-api/api.d.ts.map +1 -1
- package/esm/generated/result-json-api/api.js +6 -25
- package/esm/generated/result-json-api/api.js.map +1 -1
- package/esm/generated/result-json-api/openapi-spec.json +6 -27
- package/esm/result.d.ts +3 -2
- package/esm/result.d.ts.map +1 -1
- package/esm/result.js +3 -1
- package/esm/result.js.map +1 -1
- package/package.json +4 -4
|
@@ -1790,7 +1790,7 @@ export interface DeclarativeSetting {
|
|
|
1790
1790
|
*/
|
|
1791
1791
|
type?: DeclarativeSettingTypeEnum;
|
|
1792
1792
|
}
|
|
1793
|
-
export type DeclarativeSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "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" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE";
|
|
1793
|
+
export type DeclarativeSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "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" | "SORT_CASE_SENSITIVE";
|
|
1794
1794
|
export interface DeclarativeSingleWorkspacePermission {
|
|
1795
1795
|
/**
|
|
1796
1796
|
* Permission name.
|
|
@@ -2381,7 +2381,6 @@ export interface GeoAreaConfig {
|
|
|
2381
2381
|
}
|
|
2382
2382
|
export interface GeoCollection {
|
|
2383
2383
|
id: string;
|
|
2384
|
-
matchingProperty?: string;
|
|
2385
2384
|
}
|
|
2386
2385
|
/**
|
|
2387
2386
|
* A grain identifier.
|
|
@@ -2543,7 +2542,7 @@ export interface JsonApiAggregatedFactOut {
|
|
|
2543
2542
|
* API identifier of an object
|
|
2544
2543
|
*/
|
|
2545
2544
|
id: string;
|
|
2546
|
-
meta?:
|
|
2545
|
+
meta?: JsonApiDatasetOutMeta;
|
|
2547
2546
|
attributes: JsonApiAggregatedFactOutAttributes;
|
|
2548
2547
|
relationships?: JsonApiAggregatedFactOutRelationships;
|
|
2549
2548
|
}
|
|
@@ -2576,14 +2575,17 @@ export type JsonApiAggregatedFactOutIncludes = JsonApiDatasetOutWithLinks | Json
|
|
|
2576
2575
|
export interface JsonApiAggregatedFactOutList {
|
|
2577
2576
|
data: Array<JsonApiAggregatedFactOutWithLinks>;
|
|
2578
2577
|
links?: ListLinks;
|
|
2579
|
-
meta?:
|
|
2578
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
2580
2579
|
/**
|
|
2581
2580
|
* Included resources
|
|
2582
2581
|
*/
|
|
2583
2582
|
included?: Array<JsonApiAggregatedFactOutIncludes>;
|
|
2584
2583
|
}
|
|
2584
|
+
export interface JsonApiAggregatedFactOutListMeta {
|
|
2585
|
+
page?: PageMetadata;
|
|
2586
|
+
}
|
|
2585
2587
|
export interface JsonApiAggregatedFactOutRelationships {
|
|
2586
|
-
dataset?:
|
|
2588
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
2587
2589
|
sourceFact?: JsonApiAggregatedFactOutRelationshipsSourceFact;
|
|
2588
2590
|
}
|
|
2589
2591
|
export interface JsonApiAggregatedFactOutRelationshipsSourceFact {
|
|
@@ -2598,7 +2600,7 @@ export interface JsonApiAggregatedFactOutWithLinks {
|
|
|
2598
2600
|
* API identifier of an object
|
|
2599
2601
|
*/
|
|
2600
2602
|
id: string;
|
|
2601
|
-
meta?:
|
|
2603
|
+
meta?: JsonApiDatasetOutMeta;
|
|
2602
2604
|
attributes: JsonApiAggregatedFactOutAttributes;
|
|
2603
2605
|
relationships?: JsonApiAggregatedFactOutRelationships;
|
|
2604
2606
|
links?: ObjectLinks;
|
|
@@ -2677,7 +2679,7 @@ export type JsonApiAnalyticalDashboardOutIncludes = JsonApiAnalyticalDashboardOu
|
|
|
2677
2679
|
export interface JsonApiAnalyticalDashboardOutList {
|
|
2678
2680
|
data: Array<JsonApiAnalyticalDashboardOutWithLinks>;
|
|
2679
2681
|
links?: ListLinks;
|
|
2680
|
-
meta?:
|
|
2682
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
2681
2683
|
/**
|
|
2682
2684
|
* Included resources
|
|
2683
2685
|
*/
|
|
@@ -2688,7 +2690,7 @@ export interface JsonApiAnalyticalDashboardOutMeta {
|
|
|
2688
2690
|
* List of valid permissions for a logged-in user.
|
|
2689
2691
|
*/
|
|
2690
2692
|
permissions?: Array<JsonApiAnalyticalDashboardOutMetaPermissionsEnum>;
|
|
2691
|
-
origin?:
|
|
2693
|
+
origin?: JsonApiDatasetOutMetaOrigin;
|
|
2692
2694
|
accessInfo?: JsonApiAnalyticalDashboardOutMetaAccessInfo;
|
|
2693
2695
|
}
|
|
2694
2696
|
export type JsonApiAnalyticalDashboardOutMetaPermissionsEnum = "EDIT" | "SHARE" | "VIEW";
|
|
@@ -2705,7 +2707,7 @@ export interface JsonApiAnalyticalDashboardOutRelationships {
|
|
|
2705
2707
|
analyticalDashboards?: JsonApiAnalyticalDashboardOutRelationshipsAnalyticalDashboards;
|
|
2706
2708
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
2707
2709
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
2708
|
-
datasets?:
|
|
2710
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
2709
2711
|
filterContexts?: JsonApiAnalyticalDashboardOutRelationshipsFilterContexts;
|
|
2710
2712
|
dashboardPlugins?: JsonApiAnalyticalDashboardOutRelationshipsDashboardPlugins;
|
|
2711
2713
|
}
|
|
@@ -2842,7 +2844,7 @@ export interface JsonApiApiTokenOutDocument {
|
|
|
2842
2844
|
export interface JsonApiApiTokenOutList {
|
|
2843
2845
|
data: Array<JsonApiApiTokenOutWithLinks>;
|
|
2844
2846
|
links?: ListLinks;
|
|
2845
|
-
meta?:
|
|
2847
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
2846
2848
|
}
|
|
2847
2849
|
export interface JsonApiApiTokenOutWithLinks {
|
|
2848
2850
|
/**
|
|
@@ -2869,9 +2871,19 @@ export interface JsonApiAttributeHierarchyIn {
|
|
|
2869
2871
|
* API identifier of an object
|
|
2870
2872
|
*/
|
|
2871
2873
|
id: string;
|
|
2872
|
-
attributes?:
|
|
2874
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
2873
2875
|
}
|
|
2874
2876
|
export type JsonApiAttributeHierarchyInTypeEnum = "attributeHierarchy";
|
|
2877
|
+
export interface JsonApiAttributeHierarchyInAttributes {
|
|
2878
|
+
title?: string;
|
|
2879
|
+
description?: string;
|
|
2880
|
+
tags?: Array<string>;
|
|
2881
|
+
areRelationsValid?: boolean;
|
|
2882
|
+
/**
|
|
2883
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
2884
|
+
*/
|
|
2885
|
+
content?: object;
|
|
2886
|
+
}
|
|
2875
2887
|
export interface JsonApiAttributeHierarchyInDocument {
|
|
2876
2888
|
data: JsonApiAttributeHierarchyIn;
|
|
2877
2889
|
}
|
|
@@ -2895,7 +2907,7 @@ export interface JsonApiAttributeHierarchyOut {
|
|
|
2895
2907
|
* API identifier of an object
|
|
2896
2908
|
*/
|
|
2897
2909
|
id: string;
|
|
2898
|
-
meta?:
|
|
2910
|
+
meta?: JsonApiDatasetOutMeta;
|
|
2899
2911
|
attributes?: JsonApiAttributeHierarchyOutAttributes;
|
|
2900
2912
|
relationships?: JsonApiAttributeHierarchyOutRelationships;
|
|
2901
2913
|
}
|
|
@@ -2930,7 +2942,7 @@ export type JsonApiAttributeHierarchyOutIncludes = JsonApiAttributeOutWithLinks
|
|
|
2930
2942
|
export interface JsonApiAttributeHierarchyOutList {
|
|
2931
2943
|
data: Array<JsonApiAttributeHierarchyOutWithLinks>;
|
|
2932
2944
|
links?: ListLinks;
|
|
2933
|
-
meta?:
|
|
2945
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
2934
2946
|
/**
|
|
2935
2947
|
* Included resources
|
|
2936
2948
|
*/
|
|
@@ -2939,7 +2951,7 @@ export interface JsonApiAttributeHierarchyOutList {
|
|
|
2939
2951
|
export interface JsonApiAttributeHierarchyOutRelationships {
|
|
2940
2952
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
2941
2953
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
2942
|
-
attributes?:
|
|
2954
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
2943
2955
|
}
|
|
2944
2956
|
export interface JsonApiAttributeHierarchyOutWithLinks {
|
|
2945
2957
|
/**
|
|
@@ -2950,7 +2962,7 @@ export interface JsonApiAttributeHierarchyOutWithLinks {
|
|
|
2950
2962
|
* API identifier of an object
|
|
2951
2963
|
*/
|
|
2952
2964
|
id: string;
|
|
2953
|
-
meta?:
|
|
2965
|
+
meta?: JsonApiDatasetOutMeta;
|
|
2954
2966
|
attributes?: JsonApiAttributeHierarchyOutAttributes;
|
|
2955
2967
|
relationships?: JsonApiAttributeHierarchyOutRelationships;
|
|
2956
2968
|
links?: ObjectLinks;
|
|
@@ -2968,19 +2980,9 @@ export interface JsonApiAttributeHierarchyPatch {
|
|
|
2968
2980
|
* API identifier of an object
|
|
2969
2981
|
*/
|
|
2970
2982
|
id: string;
|
|
2971
|
-
attributes?:
|
|
2983
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
2972
2984
|
}
|
|
2973
2985
|
export type JsonApiAttributeHierarchyPatchTypeEnum = "attributeHierarchy";
|
|
2974
|
-
export interface JsonApiAttributeHierarchyPatchAttributes {
|
|
2975
|
-
title?: string;
|
|
2976
|
-
description?: string;
|
|
2977
|
-
tags?: Array<string>;
|
|
2978
|
-
areRelationsValid?: boolean;
|
|
2979
|
-
/**
|
|
2980
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
2981
|
-
*/
|
|
2982
|
-
content?: object;
|
|
2983
|
-
}
|
|
2984
2986
|
export interface JsonApiAttributeHierarchyPatchDocument {
|
|
2985
2987
|
data: JsonApiAttributeHierarchyPatch;
|
|
2986
2988
|
}
|
|
@@ -3004,7 +3006,7 @@ export interface JsonApiAttributeOut {
|
|
|
3004
3006
|
* API identifier of an object
|
|
3005
3007
|
*/
|
|
3006
3008
|
id: string;
|
|
3007
|
-
meta?:
|
|
3009
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3008
3010
|
attributes?: JsonApiAttributeOutAttributes;
|
|
3009
3011
|
relationships?: JsonApiAttributeOutRelationships;
|
|
3010
3012
|
}
|
|
@@ -3042,14 +3044,14 @@ export type JsonApiAttributeOutIncludes = JsonApiAttributeHierarchyOutWithLinks
|
|
|
3042
3044
|
export interface JsonApiAttributeOutList {
|
|
3043
3045
|
data: Array<JsonApiAttributeOutWithLinks>;
|
|
3044
3046
|
links?: ListLinks;
|
|
3045
|
-
meta?:
|
|
3047
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3046
3048
|
/**
|
|
3047
3049
|
* Included resources
|
|
3048
3050
|
*/
|
|
3049
3051
|
included?: Array<JsonApiAttributeOutIncludes>;
|
|
3050
3052
|
}
|
|
3051
3053
|
export interface JsonApiAttributeOutRelationships {
|
|
3052
|
-
dataset?:
|
|
3054
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
3053
3055
|
defaultView?: JsonApiAttributeOutRelationshipsDefaultView;
|
|
3054
3056
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
3055
3057
|
attributeHierarchies?: JsonApiAttributeOutRelationshipsAttributeHierarchies;
|
|
@@ -3060,9 +3062,6 @@ export interface JsonApiAttributeOutRelationshipsAttributeHierarchies {
|
|
|
3060
3062
|
*/
|
|
3061
3063
|
data: Array<JsonApiAttributeHierarchyLinkage>;
|
|
3062
3064
|
}
|
|
3063
|
-
export interface JsonApiAttributeOutRelationshipsDataset {
|
|
3064
|
-
data: JsonApiDatasetLinkage | null;
|
|
3065
|
-
}
|
|
3066
3065
|
export interface JsonApiAttributeOutRelationshipsDefaultView {
|
|
3067
3066
|
data: JsonApiLabelLinkage | null;
|
|
3068
3067
|
}
|
|
@@ -3075,7 +3074,7 @@ export interface JsonApiAttributeOutWithLinks {
|
|
|
3075
3074
|
* API identifier of an object
|
|
3076
3075
|
*/
|
|
3077
3076
|
id: string;
|
|
3078
|
-
meta?:
|
|
3077
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3079
3078
|
attributes?: JsonApiAttributeOutAttributes;
|
|
3080
3079
|
relationships?: JsonApiAttributeOutRelationships;
|
|
3081
3080
|
links?: ObjectLinks;
|
|
@@ -3093,13 +3092,52 @@ export interface JsonApiAutomationIn {
|
|
|
3093
3092
|
* API identifier of an object
|
|
3094
3093
|
*/
|
|
3095
3094
|
id: string;
|
|
3096
|
-
attributes?:
|
|
3097
|
-
relationships?:
|
|
3095
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
3096
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
3098
3097
|
}
|
|
3099
3098
|
export type JsonApiAutomationInTypeEnum = "automation";
|
|
3099
|
+
export interface JsonApiAutomationInAttributes {
|
|
3100
|
+
title?: string;
|
|
3101
|
+
description?: string;
|
|
3102
|
+
tags?: Array<string>;
|
|
3103
|
+
areRelationsValid?: boolean;
|
|
3104
|
+
/**
|
|
3105
|
+
* Additional details to be included in the automated message.
|
|
3106
|
+
*/
|
|
3107
|
+
details?: object;
|
|
3108
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
3109
|
+
/**
|
|
3110
|
+
* Current state of the automation.
|
|
3111
|
+
*/
|
|
3112
|
+
state?: JsonApiAutomationInAttributesStateEnum;
|
|
3113
|
+
/**
|
|
3114
|
+
* Specify automation evaluation mode.
|
|
3115
|
+
*/
|
|
3116
|
+
evaluationMode?: JsonApiAutomationInAttributesEvaluationModeEnum;
|
|
3117
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
3118
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
3119
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
3120
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
3121
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
3122
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
3123
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
3124
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
3125
|
+
/**
|
|
3126
|
+
* External recipients of the automation action results.
|
|
3127
|
+
*/
|
|
3128
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
3129
|
+
}
|
|
3130
|
+
export type JsonApiAutomationInAttributesStateEnum = "ACTIVE" | "PAUSED";
|
|
3131
|
+
export type JsonApiAutomationInAttributesEvaluationModeEnum = "SHARED" | "PER_RECIPIENT";
|
|
3100
3132
|
export interface JsonApiAutomationInDocument {
|
|
3101
3133
|
data: JsonApiAutomationIn;
|
|
3102
3134
|
}
|
|
3135
|
+
export interface JsonApiAutomationInRelationships {
|
|
3136
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
3137
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
3138
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
3139
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
3140
|
+
}
|
|
3103
3141
|
/**
|
|
3104
3142
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
3105
3143
|
*/
|
|
@@ -3120,7 +3158,7 @@ export interface JsonApiAutomationOut {
|
|
|
3120
3158
|
* API identifier of an object
|
|
3121
3159
|
*/
|
|
3122
3160
|
id: string;
|
|
3123
|
-
meta?:
|
|
3161
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3124
3162
|
attributes?: JsonApiAutomationOutAttributes;
|
|
3125
3163
|
relationships?: JsonApiAutomationOutRelationships;
|
|
3126
3164
|
}
|
|
@@ -3134,7 +3172,7 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
3134
3172
|
* Additional details to be included in the automated message.
|
|
3135
3173
|
*/
|
|
3136
3174
|
details?: object;
|
|
3137
|
-
metadata?:
|
|
3175
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
3138
3176
|
/**
|
|
3139
3177
|
* Current state of the automation.
|
|
3140
3178
|
*/
|
|
@@ -3143,23 +3181,82 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
3143
3181
|
* Specify automation evaluation mode.
|
|
3144
3182
|
*/
|
|
3145
3183
|
evaluationMode?: JsonApiAutomationOutAttributesEvaluationModeEnum;
|
|
3146
|
-
schedule?:
|
|
3147
|
-
alert?:
|
|
3148
|
-
tabularExports?: Array<
|
|
3149
|
-
visualExports?: Array<
|
|
3150
|
-
imageExports?: Array<
|
|
3151
|
-
rawExports?: Array<
|
|
3152
|
-
slidesExports?: Array<
|
|
3153
|
-
dashboardTabularExports?: Array<
|
|
3184
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
3185
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
3186
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
3187
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
3188
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
3189
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
3190
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
3191
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
3154
3192
|
/**
|
|
3155
3193
|
* External recipients of the automation action results.
|
|
3156
3194
|
*/
|
|
3157
|
-
externalRecipients?: Array<
|
|
3195
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
3158
3196
|
createdAt?: string;
|
|
3159
3197
|
modifiedAt?: string;
|
|
3160
3198
|
}
|
|
3161
3199
|
export type JsonApiAutomationOutAttributesStateEnum = "ACTIVE" | "PAUSED";
|
|
3162
3200
|
export type JsonApiAutomationOutAttributesEvaluationModeEnum = "SHARED" | "PER_RECIPIENT";
|
|
3201
|
+
export interface JsonApiAutomationOutAttributesAlert {
|
|
3202
|
+
execution: AlertAfm;
|
|
3203
|
+
condition: AlertCondition;
|
|
3204
|
+
/**
|
|
3205
|
+
* Trigger behavior for the alert. ALWAYS - alert is triggered every time the condition is met. ONCE - alert is triggered only once when the condition is met.
|
|
3206
|
+
*/
|
|
3207
|
+
trigger?: JsonApiAutomationOutAttributesAlertTriggerEnum;
|
|
3208
|
+
}
|
|
3209
|
+
export type JsonApiAutomationOutAttributesAlertTriggerEnum = "ALWAYS" | "ONCE";
|
|
3210
|
+
export interface JsonApiAutomationOutAttributesDashboardTabularExportsInner {
|
|
3211
|
+
requestPayload: DashboardTabularExportRequestV2;
|
|
3212
|
+
}
|
|
3213
|
+
export interface JsonApiAutomationOutAttributesExternalRecipientsInner {
|
|
3214
|
+
/**
|
|
3215
|
+
* E-mail address to send notifications from.
|
|
3216
|
+
*/
|
|
3217
|
+
email: string;
|
|
3218
|
+
}
|
|
3219
|
+
export interface JsonApiAutomationOutAttributesImageExportsInner {
|
|
3220
|
+
requestPayload: ImageExportRequest;
|
|
3221
|
+
}
|
|
3222
|
+
/**
|
|
3223
|
+
* Additional information for the automation.
|
|
3224
|
+
*/
|
|
3225
|
+
export interface JsonApiAutomationOutAttributesMetadata {
|
|
3226
|
+
[key: string]: any;
|
|
3227
|
+
widget?: string;
|
|
3228
|
+
visibleFilters?: Array<VisibleFilter>;
|
|
3229
|
+
}
|
|
3230
|
+
export interface JsonApiAutomationOutAttributesRawExportsInner {
|
|
3231
|
+
requestPayload: RawExportAutomationRequest;
|
|
3232
|
+
}
|
|
3233
|
+
export interface JsonApiAutomationOutAttributesSchedule {
|
|
3234
|
+
/**
|
|
3235
|
+
* Cron expression defining the schedule of the automation. The format is SECOND MINUTE HOUR DAY-OF-MONTH MONTH DAY-OF-WEEK (YEAR). The example expression signifies an action every 30 minutes from 9:00 to 17:00 on workdays.
|
|
3236
|
+
*/
|
|
3237
|
+
cron: string;
|
|
3238
|
+
/**
|
|
3239
|
+
* Human-readable description of the cron expression.
|
|
3240
|
+
*/
|
|
3241
|
+
cronDescription?: string;
|
|
3242
|
+
/**
|
|
3243
|
+
* Timezone in which the schedule is defined.
|
|
3244
|
+
*/
|
|
3245
|
+
timezone: string;
|
|
3246
|
+
/**
|
|
3247
|
+
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
3248
|
+
*/
|
|
3249
|
+
firstRun?: string;
|
|
3250
|
+
}
|
|
3251
|
+
export interface JsonApiAutomationOutAttributesSlidesExportsInner {
|
|
3252
|
+
requestPayload: SlidesExportRequest;
|
|
3253
|
+
}
|
|
3254
|
+
export interface JsonApiAutomationOutAttributesTabularExportsInner {
|
|
3255
|
+
requestPayload: TabularExportRequest;
|
|
3256
|
+
}
|
|
3257
|
+
export interface JsonApiAutomationOutAttributesVisualExportsInner {
|
|
3258
|
+
requestPayload: VisualExportRequest;
|
|
3259
|
+
}
|
|
3163
3260
|
export interface JsonApiAutomationOutDocument {
|
|
3164
3261
|
data: JsonApiAutomationOut;
|
|
3165
3262
|
links?: ObjectLinks;
|
|
@@ -3178,19 +3275,19 @@ export type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLink
|
|
|
3178
3275
|
export interface JsonApiAutomationOutList {
|
|
3179
3276
|
data: Array<JsonApiAutomationOutWithLinks>;
|
|
3180
3277
|
links?: ListLinks;
|
|
3181
|
-
meta?:
|
|
3278
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3182
3279
|
/**
|
|
3183
3280
|
* Included resources
|
|
3184
3281
|
*/
|
|
3185
3282
|
included?: Array<JsonApiAutomationOutIncludes>;
|
|
3186
3283
|
}
|
|
3187
3284
|
export interface JsonApiAutomationOutRelationships {
|
|
3188
|
-
notificationChannel?:
|
|
3189
|
-
analyticalDashboard?:
|
|
3285
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
3286
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
3190
3287
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
3191
3288
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
3192
|
-
exportDefinitions?:
|
|
3193
|
-
recipients?:
|
|
3289
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
3290
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
3194
3291
|
automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
3195
3292
|
}
|
|
3196
3293
|
export interface JsonApiAutomationOutRelationshipsAutomationResults {
|
|
@@ -3199,6 +3296,21 @@ export interface JsonApiAutomationOutRelationshipsAutomationResults {
|
|
|
3199
3296
|
*/
|
|
3200
3297
|
data: Array<JsonApiAutomationResultLinkage>;
|
|
3201
3298
|
}
|
|
3299
|
+
export interface JsonApiAutomationOutRelationshipsExportDefinitions {
|
|
3300
|
+
/**
|
|
3301
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
3302
|
+
*/
|
|
3303
|
+
data: Array<JsonApiExportDefinitionLinkage>;
|
|
3304
|
+
}
|
|
3305
|
+
export interface JsonApiAutomationOutRelationshipsNotificationChannel {
|
|
3306
|
+
data: JsonApiNotificationChannelLinkage | null;
|
|
3307
|
+
}
|
|
3308
|
+
export interface JsonApiAutomationOutRelationshipsRecipients {
|
|
3309
|
+
/**
|
|
3310
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
3311
|
+
*/
|
|
3312
|
+
data: Array<JsonApiUserLinkage>;
|
|
3313
|
+
}
|
|
3202
3314
|
export interface JsonApiAutomationOutWithLinks {
|
|
3203
3315
|
/**
|
|
3204
3316
|
* Object type
|
|
@@ -3208,7 +3320,7 @@ export interface JsonApiAutomationOutWithLinks {
|
|
|
3208
3320
|
* API identifier of an object
|
|
3209
3321
|
*/
|
|
3210
3322
|
id: string;
|
|
3211
|
-
meta?:
|
|
3323
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3212
3324
|
attributes?: JsonApiAutomationOutAttributes;
|
|
3213
3325
|
relationships?: JsonApiAutomationOutRelationships;
|
|
3214
3326
|
links?: ObjectLinks;
|
|
@@ -3226,129 +3338,13 @@ export interface JsonApiAutomationPatch {
|
|
|
3226
3338
|
* API identifier of an object
|
|
3227
3339
|
*/
|
|
3228
3340
|
id: string;
|
|
3229
|
-
attributes?:
|
|
3230
|
-
relationships?:
|
|
3341
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
3342
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
3231
3343
|
}
|
|
3232
3344
|
export type JsonApiAutomationPatchTypeEnum = "automation";
|
|
3233
|
-
export interface JsonApiAutomationPatchAttributes {
|
|
3234
|
-
title?: string;
|
|
3235
|
-
description?: string;
|
|
3236
|
-
tags?: Array<string>;
|
|
3237
|
-
areRelationsValid?: boolean;
|
|
3238
|
-
/**
|
|
3239
|
-
* Additional details to be included in the automated message.
|
|
3240
|
-
*/
|
|
3241
|
-
details?: object;
|
|
3242
|
-
metadata?: JsonApiAutomationPatchAttributesMetadata | null;
|
|
3243
|
-
/**
|
|
3244
|
-
* Current state of the automation.
|
|
3245
|
-
*/
|
|
3246
|
-
state?: JsonApiAutomationPatchAttributesStateEnum;
|
|
3247
|
-
/**
|
|
3248
|
-
* Specify automation evaluation mode.
|
|
3249
|
-
*/
|
|
3250
|
-
evaluationMode?: JsonApiAutomationPatchAttributesEvaluationModeEnum;
|
|
3251
|
-
schedule?: JsonApiAutomationPatchAttributesSchedule;
|
|
3252
|
-
alert?: JsonApiAutomationPatchAttributesAlert;
|
|
3253
|
-
tabularExports?: Array<JsonApiAutomationPatchAttributesTabularExportsInner>;
|
|
3254
|
-
visualExports?: Array<JsonApiAutomationPatchAttributesVisualExportsInner>;
|
|
3255
|
-
imageExports?: Array<JsonApiAutomationPatchAttributesImageExportsInner>;
|
|
3256
|
-
rawExports?: Array<JsonApiAutomationPatchAttributesRawExportsInner>;
|
|
3257
|
-
slidesExports?: Array<JsonApiAutomationPatchAttributesSlidesExportsInner>;
|
|
3258
|
-
dashboardTabularExports?: Array<JsonApiAutomationPatchAttributesDashboardTabularExportsInner>;
|
|
3259
|
-
/**
|
|
3260
|
-
* External recipients of the automation action results.
|
|
3261
|
-
*/
|
|
3262
|
-
externalRecipients?: Array<JsonApiAutomationPatchAttributesExternalRecipientsInner>;
|
|
3263
|
-
}
|
|
3264
|
-
export type JsonApiAutomationPatchAttributesStateEnum = "ACTIVE" | "PAUSED";
|
|
3265
|
-
export type JsonApiAutomationPatchAttributesEvaluationModeEnum = "SHARED" | "PER_RECIPIENT";
|
|
3266
|
-
export interface JsonApiAutomationPatchAttributesAlert {
|
|
3267
|
-
execution: AlertAfm;
|
|
3268
|
-
condition: AlertCondition;
|
|
3269
|
-
/**
|
|
3270
|
-
* Trigger behavior for the alert. ALWAYS - alert is triggered every time the condition is met. ONCE - alert is triggered only once when the condition is met.
|
|
3271
|
-
*/
|
|
3272
|
-
trigger?: JsonApiAutomationPatchAttributesAlertTriggerEnum;
|
|
3273
|
-
}
|
|
3274
|
-
export type JsonApiAutomationPatchAttributesAlertTriggerEnum = "ALWAYS" | "ONCE";
|
|
3275
|
-
export interface JsonApiAutomationPatchAttributesDashboardTabularExportsInner {
|
|
3276
|
-
requestPayload: DashboardTabularExportRequestV2;
|
|
3277
|
-
}
|
|
3278
|
-
export interface JsonApiAutomationPatchAttributesExternalRecipientsInner {
|
|
3279
|
-
/**
|
|
3280
|
-
* E-mail address to send notifications from.
|
|
3281
|
-
*/
|
|
3282
|
-
email: string;
|
|
3283
|
-
}
|
|
3284
|
-
export interface JsonApiAutomationPatchAttributesImageExportsInner {
|
|
3285
|
-
requestPayload: ImageExportRequest;
|
|
3286
|
-
}
|
|
3287
|
-
/**
|
|
3288
|
-
* Additional information for the automation.
|
|
3289
|
-
*/
|
|
3290
|
-
export interface JsonApiAutomationPatchAttributesMetadata {
|
|
3291
|
-
[key: string]: any;
|
|
3292
|
-
widget?: string;
|
|
3293
|
-
visibleFilters?: Array<VisibleFilter>;
|
|
3294
|
-
}
|
|
3295
|
-
export interface JsonApiAutomationPatchAttributesRawExportsInner {
|
|
3296
|
-
requestPayload: RawExportAutomationRequest;
|
|
3297
|
-
}
|
|
3298
|
-
export interface JsonApiAutomationPatchAttributesSchedule {
|
|
3299
|
-
/**
|
|
3300
|
-
* Cron expression defining the schedule of the automation. The format is SECOND MINUTE HOUR DAY-OF-MONTH MONTH DAY-OF-WEEK (YEAR). The example expression signifies an action every 30 minutes from 9:00 to 17:00 on workdays.
|
|
3301
|
-
*/
|
|
3302
|
-
cron: string;
|
|
3303
|
-
/**
|
|
3304
|
-
* Human-readable description of the cron expression.
|
|
3305
|
-
*/
|
|
3306
|
-
cronDescription?: string;
|
|
3307
|
-
/**
|
|
3308
|
-
* Timezone in which the schedule is defined.
|
|
3309
|
-
*/
|
|
3310
|
-
timezone: string;
|
|
3311
|
-
/**
|
|
3312
|
-
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
3313
|
-
*/
|
|
3314
|
-
firstRun?: string;
|
|
3315
|
-
}
|
|
3316
|
-
export interface JsonApiAutomationPatchAttributesSlidesExportsInner {
|
|
3317
|
-
requestPayload: SlidesExportRequest;
|
|
3318
|
-
}
|
|
3319
|
-
export interface JsonApiAutomationPatchAttributesTabularExportsInner {
|
|
3320
|
-
requestPayload: TabularExportRequest;
|
|
3321
|
-
}
|
|
3322
|
-
export interface JsonApiAutomationPatchAttributesVisualExportsInner {
|
|
3323
|
-
requestPayload: VisualExportRequest;
|
|
3324
|
-
}
|
|
3325
3345
|
export interface JsonApiAutomationPatchDocument {
|
|
3326
3346
|
data: JsonApiAutomationPatch;
|
|
3327
3347
|
}
|
|
3328
|
-
export interface JsonApiAutomationPatchRelationships {
|
|
3329
|
-
notificationChannel?: JsonApiAutomationPatchRelationshipsNotificationChannel;
|
|
3330
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
3331
|
-
exportDefinitions?: JsonApiAutomationPatchRelationshipsExportDefinitions;
|
|
3332
|
-
recipients?: JsonApiAutomationPatchRelationshipsRecipients;
|
|
3333
|
-
}
|
|
3334
|
-
export interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard {
|
|
3335
|
-
data: JsonApiAnalyticalDashboardLinkage | null;
|
|
3336
|
-
}
|
|
3337
|
-
export interface JsonApiAutomationPatchRelationshipsExportDefinitions {
|
|
3338
|
-
/**
|
|
3339
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
3340
|
-
*/
|
|
3341
|
-
data: Array<JsonApiExportDefinitionLinkage>;
|
|
3342
|
-
}
|
|
3343
|
-
export interface JsonApiAutomationPatchRelationshipsNotificationChannel {
|
|
3344
|
-
data: JsonApiNotificationChannelLinkage | null;
|
|
3345
|
-
}
|
|
3346
|
-
export interface JsonApiAutomationPatchRelationshipsRecipients {
|
|
3347
|
-
/**
|
|
3348
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
3349
|
-
*/
|
|
3350
|
-
data: Array<JsonApiUserLinkage>;
|
|
3351
|
-
}
|
|
3352
3348
|
/**
|
|
3353
3349
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
3354
3350
|
*/
|
|
@@ -3415,16 +3411,9 @@ export interface JsonApiColorPaletteIn {
|
|
|
3415
3411
|
* API identifier of an object
|
|
3416
3412
|
*/
|
|
3417
3413
|
id: string;
|
|
3418
|
-
attributes:
|
|
3414
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
3419
3415
|
}
|
|
3420
3416
|
export type JsonApiColorPaletteInTypeEnum = "colorPalette";
|
|
3421
|
-
export interface JsonApiColorPaletteInAttributes {
|
|
3422
|
-
name: string;
|
|
3423
|
-
/**
|
|
3424
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
3425
|
-
*/
|
|
3426
|
-
content: object;
|
|
3427
|
-
}
|
|
3428
3417
|
export interface JsonApiColorPaletteInDocument {
|
|
3429
3418
|
data: JsonApiColorPaletteIn;
|
|
3430
3419
|
}
|
|
@@ -3440,9 +3429,16 @@ export interface JsonApiColorPaletteOut {
|
|
|
3440
3429
|
* API identifier of an object
|
|
3441
3430
|
*/
|
|
3442
3431
|
id: string;
|
|
3443
|
-
attributes:
|
|
3432
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
3444
3433
|
}
|
|
3445
3434
|
export type JsonApiColorPaletteOutTypeEnum = "colorPalette";
|
|
3435
|
+
export interface JsonApiColorPaletteOutAttributes {
|
|
3436
|
+
name: string;
|
|
3437
|
+
/**
|
|
3438
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
3439
|
+
*/
|
|
3440
|
+
content: object;
|
|
3441
|
+
}
|
|
3446
3442
|
export interface JsonApiColorPaletteOutDocument {
|
|
3447
3443
|
data: JsonApiColorPaletteOut;
|
|
3448
3444
|
links?: ObjectLinks;
|
|
@@ -3453,10 +3449,7 @@ export interface JsonApiColorPaletteOutDocument {
|
|
|
3453
3449
|
export interface JsonApiColorPaletteOutList {
|
|
3454
3450
|
data: Array<JsonApiColorPaletteOutWithLinks>;
|
|
3455
3451
|
links?: ListLinks;
|
|
3456
|
-
meta?:
|
|
3457
|
-
}
|
|
3458
|
-
export interface JsonApiColorPaletteOutListMeta {
|
|
3459
|
-
page?: PageMetadata;
|
|
3452
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3460
3453
|
}
|
|
3461
3454
|
export interface JsonApiColorPaletteOutWithLinks {
|
|
3462
3455
|
/**
|
|
@@ -3467,7 +3460,7 @@ export interface JsonApiColorPaletteOutWithLinks {
|
|
|
3467
3460
|
* API identifier of an object
|
|
3468
3461
|
*/
|
|
3469
3462
|
id: string;
|
|
3470
|
-
attributes:
|
|
3463
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
3471
3464
|
links?: ObjectLinks;
|
|
3472
3465
|
}
|
|
3473
3466
|
export type JsonApiColorPaletteOutWithLinksTypeEnum = "colorPalette";
|
|
@@ -3508,7 +3501,7 @@ export interface JsonApiCookieSecurityConfigurationIn {
|
|
|
3508
3501
|
* API identifier of an object
|
|
3509
3502
|
*/
|
|
3510
3503
|
id: string;
|
|
3511
|
-
attributes?:
|
|
3504
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
3512
3505
|
}
|
|
3513
3506
|
export type JsonApiCookieSecurityConfigurationInTypeEnum = "cookieSecurityConfiguration";
|
|
3514
3507
|
export interface JsonApiCookieSecurityConfigurationInDocument {
|
|
@@ -3526,16 +3519,9 @@ export interface JsonApiCookieSecurityConfigurationOut {
|
|
|
3526
3519
|
* API identifier of an object
|
|
3527
3520
|
*/
|
|
3528
3521
|
id: string;
|
|
3529
|
-
attributes?:
|
|
3522
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
3530
3523
|
}
|
|
3531
3524
|
export type JsonApiCookieSecurityConfigurationOutTypeEnum = "cookieSecurityConfiguration";
|
|
3532
|
-
export interface JsonApiCookieSecurityConfigurationOutAttributes {
|
|
3533
|
-
lastRotation?: string;
|
|
3534
|
-
/**
|
|
3535
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
3536
|
-
*/
|
|
3537
|
-
rotationInterval?: string;
|
|
3538
|
-
}
|
|
3539
3525
|
export interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
3540
3526
|
data: JsonApiCookieSecurityConfigurationOut;
|
|
3541
3527
|
links?: ObjectLinks;
|
|
@@ -3552,9 +3538,16 @@ export interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
3552
3538
|
* API identifier of an object
|
|
3553
3539
|
*/
|
|
3554
3540
|
id: string;
|
|
3555
|
-
attributes?:
|
|
3541
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
3556
3542
|
}
|
|
3557
3543
|
export type JsonApiCookieSecurityConfigurationPatchTypeEnum = "cookieSecurityConfiguration";
|
|
3544
|
+
export interface JsonApiCookieSecurityConfigurationPatchAttributes {
|
|
3545
|
+
lastRotation?: string;
|
|
3546
|
+
/**
|
|
3547
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
3548
|
+
*/
|
|
3549
|
+
rotationInterval?: string;
|
|
3550
|
+
}
|
|
3558
3551
|
export interface JsonApiCookieSecurityConfigurationPatchDocument {
|
|
3559
3552
|
data: JsonApiCookieSecurityConfigurationPatch;
|
|
3560
3553
|
}
|
|
@@ -3570,12 +3563,9 @@ export interface JsonApiCspDirectiveIn {
|
|
|
3570
3563
|
* API identifier of an object
|
|
3571
3564
|
*/
|
|
3572
3565
|
id: string;
|
|
3573
|
-
attributes:
|
|
3566
|
+
attributes: JsonApiCspDirectiveOutAttributes;
|
|
3574
3567
|
}
|
|
3575
3568
|
export type JsonApiCspDirectiveInTypeEnum = "cspDirective";
|
|
3576
|
-
export interface JsonApiCspDirectiveInAttributes {
|
|
3577
|
-
sources: Array<string>;
|
|
3578
|
-
}
|
|
3579
3569
|
export interface JsonApiCspDirectiveInDocument {
|
|
3580
3570
|
data: JsonApiCspDirectiveIn;
|
|
3581
3571
|
}
|
|
@@ -3591,9 +3581,12 @@ export interface JsonApiCspDirectiveOut {
|
|
|
3591
3581
|
* API identifier of an object
|
|
3592
3582
|
*/
|
|
3593
3583
|
id: string;
|
|
3594
|
-
attributes:
|
|
3584
|
+
attributes: JsonApiCspDirectiveOutAttributes;
|
|
3595
3585
|
}
|
|
3596
3586
|
export type JsonApiCspDirectiveOutTypeEnum = "cspDirective";
|
|
3587
|
+
export interface JsonApiCspDirectiveOutAttributes {
|
|
3588
|
+
sources: Array<string>;
|
|
3589
|
+
}
|
|
3597
3590
|
export interface JsonApiCspDirectiveOutDocument {
|
|
3598
3591
|
data: JsonApiCspDirectiveOut;
|
|
3599
3592
|
links?: ObjectLinks;
|
|
@@ -3604,7 +3597,7 @@ export interface JsonApiCspDirectiveOutDocument {
|
|
|
3604
3597
|
export interface JsonApiCspDirectiveOutList {
|
|
3605
3598
|
data: Array<JsonApiCspDirectiveOutWithLinks>;
|
|
3606
3599
|
links?: ListLinks;
|
|
3607
|
-
meta?:
|
|
3600
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3608
3601
|
}
|
|
3609
3602
|
export interface JsonApiCspDirectiveOutWithLinks {
|
|
3610
3603
|
/**
|
|
@@ -3615,7 +3608,7 @@ export interface JsonApiCspDirectiveOutWithLinks {
|
|
|
3615
3608
|
* API identifier of an object
|
|
3616
3609
|
*/
|
|
3617
3610
|
id: string;
|
|
3618
|
-
attributes:
|
|
3611
|
+
attributes: JsonApiCspDirectiveOutAttributes;
|
|
3619
3612
|
links?: ObjectLinks;
|
|
3620
3613
|
}
|
|
3621
3614
|
export type JsonApiCspDirectiveOutWithLinksTypeEnum = "cspDirective";
|
|
@@ -3670,7 +3663,7 @@ export interface JsonApiCustomApplicationSettingOut {
|
|
|
3670
3663
|
* API identifier of an object
|
|
3671
3664
|
*/
|
|
3672
3665
|
id: string;
|
|
3673
|
-
meta?:
|
|
3666
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3674
3667
|
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
3675
3668
|
}
|
|
3676
3669
|
export type JsonApiCustomApplicationSettingOutTypeEnum = "customApplicationSetting";
|
|
@@ -3691,7 +3684,7 @@ export interface JsonApiCustomApplicationSettingOutDocument {
|
|
|
3691
3684
|
export interface JsonApiCustomApplicationSettingOutList {
|
|
3692
3685
|
data: Array<JsonApiCustomApplicationSettingOutWithLinks>;
|
|
3693
3686
|
links?: ListLinks;
|
|
3694
|
-
meta?:
|
|
3687
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3695
3688
|
}
|
|
3696
3689
|
export interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
3697
3690
|
/**
|
|
@@ -3702,7 +3695,7 @@ export interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
|
3702
3695
|
* API identifier of an object
|
|
3703
3696
|
*/
|
|
3704
3697
|
id: string;
|
|
3705
|
-
meta?:
|
|
3698
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3706
3699
|
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
3707
3700
|
links?: ObjectLinks;
|
|
3708
3701
|
}
|
|
@@ -3762,9 +3755,19 @@ export interface JsonApiDashboardPluginIn {
|
|
|
3762
3755
|
* API identifier of an object
|
|
3763
3756
|
*/
|
|
3764
3757
|
id: string;
|
|
3765
|
-
attributes?:
|
|
3758
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
3766
3759
|
}
|
|
3767
3760
|
export type JsonApiDashboardPluginInTypeEnum = "dashboardPlugin";
|
|
3761
|
+
export interface JsonApiDashboardPluginInAttributes {
|
|
3762
|
+
title?: string;
|
|
3763
|
+
description?: string;
|
|
3764
|
+
tags?: Array<string>;
|
|
3765
|
+
areRelationsValid?: boolean;
|
|
3766
|
+
/**
|
|
3767
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
3768
|
+
*/
|
|
3769
|
+
content?: object;
|
|
3770
|
+
}
|
|
3768
3771
|
export interface JsonApiDashboardPluginInDocument {
|
|
3769
3772
|
data: JsonApiDashboardPluginIn;
|
|
3770
3773
|
}
|
|
@@ -3788,7 +3791,7 @@ export interface JsonApiDashboardPluginOut {
|
|
|
3788
3791
|
* API identifier of an object
|
|
3789
3792
|
*/
|
|
3790
3793
|
id: string;
|
|
3791
|
-
meta?:
|
|
3794
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3792
3795
|
attributes?: JsonApiDashboardPluginOutAttributes;
|
|
3793
3796
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
3794
3797
|
}
|
|
@@ -3819,7 +3822,7 @@ export interface JsonApiDashboardPluginOutDocument {
|
|
|
3819
3822
|
export interface JsonApiDashboardPluginOutList {
|
|
3820
3823
|
data: Array<JsonApiDashboardPluginOutWithLinks>;
|
|
3821
3824
|
links?: ListLinks;
|
|
3822
|
-
meta?:
|
|
3825
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3823
3826
|
/**
|
|
3824
3827
|
* Included resources
|
|
3825
3828
|
*/
|
|
@@ -3838,7 +3841,7 @@ export interface JsonApiDashboardPluginOutWithLinks {
|
|
|
3838
3841
|
* API identifier of an object
|
|
3839
3842
|
*/
|
|
3840
3843
|
id: string;
|
|
3841
|
-
meta?:
|
|
3844
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3842
3845
|
attributes?: JsonApiDashboardPluginOutAttributes;
|
|
3843
3846
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
3844
3847
|
links?: ObjectLinks;
|
|
@@ -3856,19 +3859,9 @@ export interface JsonApiDashboardPluginPatch {
|
|
|
3856
3859
|
* API identifier of an object
|
|
3857
3860
|
*/
|
|
3858
3861
|
id: string;
|
|
3859
|
-
attributes?:
|
|
3862
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
3860
3863
|
}
|
|
3861
3864
|
export type JsonApiDashboardPluginPatchTypeEnum = "dashboardPlugin";
|
|
3862
|
-
export interface JsonApiDashboardPluginPatchAttributes {
|
|
3863
|
-
title?: string;
|
|
3864
|
-
description?: string;
|
|
3865
|
-
tags?: Array<string>;
|
|
3866
|
-
areRelationsValid?: boolean;
|
|
3867
|
-
/**
|
|
3868
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
3869
|
-
*/
|
|
3870
|
-
content?: object;
|
|
3871
|
-
}
|
|
3872
3865
|
export interface JsonApiDashboardPluginPatchDocument {
|
|
3873
3866
|
data: JsonApiDashboardPluginPatch;
|
|
3874
3867
|
}
|
|
@@ -3884,7 +3877,7 @@ export interface JsonApiDashboardPluginPostOptionalId {
|
|
|
3884
3877
|
* API identifier of an object
|
|
3885
3878
|
*/
|
|
3886
3879
|
id?: string;
|
|
3887
|
-
attributes?:
|
|
3880
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
3888
3881
|
}
|
|
3889
3882
|
export type JsonApiDashboardPluginPostOptionalIdTypeEnum = "dashboardPlugin";
|
|
3890
3883
|
export interface JsonApiDashboardPluginPostOptionalIdDocument {
|
|
@@ -3922,7 +3915,7 @@ export interface JsonApiDataSourceIdentifierOutDocument {
|
|
|
3922
3915
|
export interface JsonApiDataSourceIdentifierOutList {
|
|
3923
3916
|
data: Array<JsonApiDataSourceIdentifierOutWithLinks>;
|
|
3924
3917
|
links?: ListLinks;
|
|
3925
|
-
meta?:
|
|
3918
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
3926
3919
|
}
|
|
3927
3920
|
export interface JsonApiDataSourceIdentifierOutWithLinks {
|
|
3928
3921
|
/**
|
|
@@ -4001,7 +3994,7 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
4001
3994
|
/**
|
|
4002
3995
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
4003
3996
|
*/
|
|
4004
|
-
parameters?: Array<
|
|
3997
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
4005
3998
|
/**
|
|
4006
3999
|
* Determines how the results coming from a particular datasource should be cached.
|
|
4007
4000
|
*/
|
|
@@ -4009,10 +4002,6 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
4009
4002
|
}
|
|
4010
4003
|
export 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";
|
|
4011
4004
|
export type JsonApiDataSourceInAttributesCacheStrategyEnum = "ALWAYS" | "NEVER";
|
|
4012
|
-
export interface JsonApiDataSourceInAttributesParametersInner {
|
|
4013
|
-
name: string;
|
|
4014
|
-
value: string;
|
|
4015
|
-
}
|
|
4016
4005
|
export interface JsonApiDataSourceInDocument {
|
|
4017
4006
|
data: JsonApiDataSourceIn;
|
|
4018
4007
|
}
|
|
@@ -4060,11 +4049,11 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
4060
4049
|
/**
|
|
4061
4050
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
4062
4051
|
*/
|
|
4063
|
-
parameters?: Array<
|
|
4052
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
4064
4053
|
/**
|
|
4065
4054
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
4066
4055
|
*/
|
|
4067
|
-
decodedParameters?: Array<
|
|
4056
|
+
decodedParameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
4068
4057
|
/**
|
|
4069
4058
|
* Determines how the results coming from a particular datasource should be cached.
|
|
4070
4059
|
*/
|
|
@@ -4087,7 +4076,7 @@ export interface JsonApiDataSourceOutDocument {
|
|
|
4087
4076
|
export interface JsonApiDataSourceOutList {
|
|
4088
4077
|
data: Array<JsonApiDataSourceOutWithLinks>;
|
|
4089
4078
|
links?: ListLinks;
|
|
4090
|
-
meta?:
|
|
4079
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4091
4080
|
}
|
|
4092
4081
|
export interface JsonApiDataSourceOutMeta {
|
|
4093
4082
|
/**
|
|
@@ -4173,7 +4162,7 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
4173
4162
|
/**
|
|
4174
4163
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
4175
4164
|
*/
|
|
4176
|
-
parameters?: Array<
|
|
4165
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
4177
4166
|
/**
|
|
4178
4167
|
* Determines how the results coming from a particular datasource should be cached.
|
|
4179
4168
|
*/
|
|
@@ -4181,6 +4170,10 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
4181
4170
|
}
|
|
4182
4171
|
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";
|
|
4183
4172
|
export type JsonApiDataSourcePatchAttributesCacheStrategyEnum = "ALWAYS" | "NEVER";
|
|
4173
|
+
export interface JsonApiDataSourcePatchAttributesParametersInner {
|
|
4174
|
+
name: string;
|
|
4175
|
+
value: string;
|
|
4176
|
+
}
|
|
4184
4177
|
export interface JsonApiDataSourcePatchDocument {
|
|
4185
4178
|
data: JsonApiDataSourcePatch;
|
|
4186
4179
|
}
|
|
@@ -4204,7 +4197,7 @@ export interface JsonApiDatasetOut {
|
|
|
4204
4197
|
* API identifier of an object
|
|
4205
4198
|
*/
|
|
4206
4199
|
id: string;
|
|
4207
|
-
meta?:
|
|
4200
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4208
4201
|
attributes: JsonApiDatasetOutAttributes;
|
|
4209
4202
|
relationships?: JsonApiDatasetOutRelationships;
|
|
4210
4203
|
}
|
|
@@ -4277,17 +4270,31 @@ export type JsonApiDatasetOutIncludes = JsonApiAggregatedFactOutWithLinks | Json
|
|
|
4277
4270
|
export interface JsonApiDatasetOutList {
|
|
4278
4271
|
data: Array<JsonApiDatasetOutWithLinks>;
|
|
4279
4272
|
links?: ListLinks;
|
|
4280
|
-
meta?:
|
|
4273
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4281
4274
|
/**
|
|
4282
4275
|
* Included resources
|
|
4283
4276
|
*/
|
|
4284
4277
|
included?: Array<JsonApiDatasetOutIncludes>;
|
|
4285
4278
|
}
|
|
4279
|
+
export interface JsonApiDatasetOutMeta {
|
|
4280
|
+
origin?: JsonApiDatasetOutMetaOrigin;
|
|
4281
|
+
}
|
|
4282
|
+
export interface JsonApiDatasetOutMetaOrigin {
|
|
4283
|
+
/**
|
|
4284
|
+
* defines type of the origin of the entity
|
|
4285
|
+
*/
|
|
4286
|
+
originType: JsonApiDatasetOutMetaOriginOriginTypeEnum;
|
|
4287
|
+
/**
|
|
4288
|
+
* defines id of the workspace where the entity comes from
|
|
4289
|
+
*/
|
|
4290
|
+
originId: string;
|
|
4291
|
+
}
|
|
4292
|
+
export type JsonApiDatasetOutMetaOriginOriginTypeEnum = "NATIVE" | "PARENT";
|
|
4286
4293
|
export interface JsonApiDatasetOutRelationships {
|
|
4287
|
-
attributes?:
|
|
4288
|
-
facts?:
|
|
4294
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
4295
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
4289
4296
|
aggregatedFacts?: JsonApiDatasetOutRelationshipsAggregatedFacts;
|
|
4290
|
-
references?:
|
|
4297
|
+
references?: JsonApiDatasetOutRelationshipsReferences;
|
|
4291
4298
|
workspaceDataFilters?: JsonApiDatasetOutRelationshipsWorkspaceDataFilters;
|
|
4292
4299
|
}
|
|
4293
4300
|
export interface JsonApiDatasetOutRelationshipsAggregatedFacts {
|
|
@@ -4296,23 +4303,41 @@ export interface JsonApiDatasetOutRelationshipsAggregatedFacts {
|
|
|
4296
4303
|
*/
|
|
4297
4304
|
data: Array<JsonApiAggregatedFactLinkage>;
|
|
4298
4305
|
}
|
|
4299
|
-
export interface
|
|
4306
|
+
export interface JsonApiDatasetOutRelationshipsAttributes {
|
|
4300
4307
|
/**
|
|
4301
4308
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
4302
4309
|
*/
|
|
4303
|
-
data: Array<
|
|
4310
|
+
data: Array<JsonApiAttributeLinkage>;
|
|
4304
4311
|
}
|
|
4305
|
-
export interface
|
|
4312
|
+
export interface JsonApiDatasetOutRelationshipsFacts {
|
|
4306
4313
|
/**
|
|
4307
|
-
*
|
|
4314
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
4308
4315
|
*/
|
|
4309
|
-
|
|
4316
|
+
data: Array<JsonApiFactLinkage>;
|
|
4317
|
+
}
|
|
4318
|
+
export interface JsonApiDatasetOutRelationshipsReferences {
|
|
4310
4319
|
/**
|
|
4311
|
-
*
|
|
4320
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
4312
4321
|
*/
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4322
|
+
data: Array<JsonApiDatasetLinkage>;
|
|
4323
|
+
}
|
|
4324
|
+
export interface JsonApiDatasetOutRelationshipsWorkspaceDataFilters {
|
|
4325
|
+
/**
|
|
4326
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
4327
|
+
*/
|
|
4328
|
+
data: Array<JsonApiWorkspaceDataFilterLinkage>;
|
|
4329
|
+
}
|
|
4330
|
+
export interface JsonApiDatasetOutWithLinks {
|
|
4331
|
+
/**
|
|
4332
|
+
* Object type
|
|
4333
|
+
*/
|
|
4334
|
+
type: JsonApiDatasetOutWithLinksTypeEnum;
|
|
4335
|
+
/**
|
|
4336
|
+
* API identifier of an object
|
|
4337
|
+
*/
|
|
4338
|
+
id: string;
|
|
4339
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4340
|
+
attributes: JsonApiDatasetOutAttributes;
|
|
4316
4341
|
relationships?: JsonApiDatasetOutRelationships;
|
|
4317
4342
|
links?: ObjectLinks;
|
|
4318
4343
|
}
|
|
@@ -4346,7 +4371,7 @@ export interface JsonApiEntitlementOutDocument {
|
|
|
4346
4371
|
export interface JsonApiEntitlementOutList {
|
|
4347
4372
|
data: Array<JsonApiEntitlementOutWithLinks>;
|
|
4348
4373
|
links?: ListLinks;
|
|
4349
|
-
meta?:
|
|
4374
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4350
4375
|
}
|
|
4351
4376
|
export interface JsonApiEntitlementOutWithLinks {
|
|
4352
4377
|
/**
|
|
@@ -4373,13 +4398,24 @@ export interface JsonApiExportDefinitionIn {
|
|
|
4373
4398
|
* API identifier of an object
|
|
4374
4399
|
*/
|
|
4375
4400
|
id: string;
|
|
4376
|
-
attributes?:
|
|
4377
|
-
relationships?:
|
|
4401
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
4402
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
4378
4403
|
}
|
|
4379
4404
|
export type JsonApiExportDefinitionInTypeEnum = "exportDefinition";
|
|
4405
|
+
export interface JsonApiExportDefinitionInAttributes {
|
|
4406
|
+
title?: string;
|
|
4407
|
+
description?: string;
|
|
4408
|
+
tags?: Array<string>;
|
|
4409
|
+
requestPayload?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
4410
|
+
areRelationsValid?: boolean;
|
|
4411
|
+
}
|
|
4380
4412
|
export interface JsonApiExportDefinitionInDocument {
|
|
4381
4413
|
data: JsonApiExportDefinitionIn;
|
|
4382
4414
|
}
|
|
4415
|
+
export interface JsonApiExportDefinitionInRelationships {
|
|
4416
|
+
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
4417
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
4418
|
+
}
|
|
4383
4419
|
/**
|
|
4384
4420
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
4385
4421
|
*/
|
|
@@ -4400,7 +4436,7 @@ export interface JsonApiExportDefinitionOut {
|
|
|
4400
4436
|
* API identifier of an object
|
|
4401
4437
|
*/
|
|
4402
4438
|
id: string;
|
|
4403
|
-
meta?:
|
|
4439
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4404
4440
|
attributes?: JsonApiExportDefinitionOutAttributes;
|
|
4405
4441
|
relationships?: JsonApiExportDefinitionOutRelationships;
|
|
4406
4442
|
}
|
|
@@ -4437,7 +4473,7 @@ export type JsonApiExportDefinitionOutIncludes = JsonApiAnalyticalDashboardOutWi
|
|
|
4437
4473
|
export interface JsonApiExportDefinitionOutList {
|
|
4438
4474
|
data: Array<JsonApiExportDefinitionOutWithLinks>;
|
|
4439
4475
|
links?: ListLinks;
|
|
4440
|
-
meta?:
|
|
4476
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4441
4477
|
/**
|
|
4442
4478
|
* Included resources
|
|
4443
4479
|
*/
|
|
@@ -4445,11 +4481,14 @@ export interface JsonApiExportDefinitionOutList {
|
|
|
4445
4481
|
}
|
|
4446
4482
|
export interface JsonApiExportDefinitionOutRelationships {
|
|
4447
4483
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
4448
|
-
analyticalDashboard?:
|
|
4484
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
4449
4485
|
automation?: JsonApiExportDefinitionOutRelationshipsAutomation;
|
|
4450
4486
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
4451
4487
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
4452
4488
|
}
|
|
4489
|
+
export interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
|
|
4490
|
+
data: JsonApiAnalyticalDashboardLinkage | null;
|
|
4491
|
+
}
|
|
4453
4492
|
export interface JsonApiExportDefinitionOutRelationshipsAutomation {
|
|
4454
4493
|
data: JsonApiAutomationLinkage | null;
|
|
4455
4494
|
}
|
|
@@ -4465,7 +4504,7 @@ export interface JsonApiExportDefinitionOutWithLinks {
|
|
|
4465
4504
|
* API identifier of an object
|
|
4466
4505
|
*/
|
|
4467
4506
|
id: string;
|
|
4468
|
-
meta?:
|
|
4507
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4469
4508
|
attributes?: JsonApiExportDefinitionOutAttributes;
|
|
4470
4509
|
relationships?: JsonApiExportDefinitionOutRelationships;
|
|
4471
4510
|
links?: ObjectLinks;
|
|
@@ -4483,24 +4522,13 @@ export interface JsonApiExportDefinitionPatch {
|
|
|
4483
4522
|
* API identifier of an object
|
|
4484
4523
|
*/
|
|
4485
4524
|
id: string;
|
|
4486
|
-
attributes?:
|
|
4487
|
-
relationships?:
|
|
4525
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
4526
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
4488
4527
|
}
|
|
4489
4528
|
export type JsonApiExportDefinitionPatchTypeEnum = "exportDefinition";
|
|
4490
|
-
export interface JsonApiExportDefinitionPatchAttributes {
|
|
4491
|
-
title?: string;
|
|
4492
|
-
description?: string;
|
|
4493
|
-
tags?: Array<string>;
|
|
4494
|
-
requestPayload?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
4495
|
-
areRelationsValid?: boolean;
|
|
4496
|
-
}
|
|
4497
4529
|
export interface JsonApiExportDefinitionPatchDocument {
|
|
4498
4530
|
data: JsonApiExportDefinitionPatch;
|
|
4499
4531
|
}
|
|
4500
|
-
export interface JsonApiExportDefinitionPatchRelationships {
|
|
4501
|
-
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
4502
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
4503
|
-
}
|
|
4504
4532
|
/**
|
|
4505
4533
|
* JSON:API representation of exportDefinition entity.
|
|
4506
4534
|
*/
|
|
@@ -4513,8 +4541,8 @@ export interface JsonApiExportDefinitionPostOptionalId {
|
|
|
4513
4541
|
* API identifier of an object
|
|
4514
4542
|
*/
|
|
4515
4543
|
id?: string;
|
|
4516
|
-
attributes?:
|
|
4517
|
-
relationships?:
|
|
4544
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
4545
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
4518
4546
|
}
|
|
4519
4547
|
export type JsonApiExportDefinitionPostOptionalIdTypeEnum = "exportDefinition";
|
|
4520
4548
|
export interface JsonApiExportDefinitionPostOptionalIdDocument {
|
|
@@ -4532,7 +4560,7 @@ export interface JsonApiExportTemplateIn {
|
|
|
4532
4560
|
* API identifier of an object
|
|
4533
4561
|
*/
|
|
4534
4562
|
id: string;
|
|
4535
|
-
attributes:
|
|
4563
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
4536
4564
|
}
|
|
4537
4565
|
export type JsonApiExportTemplateInTypeEnum = "exportTemplate";
|
|
4538
4566
|
export interface JsonApiExportTemplateInDocument {
|
|
@@ -4550,9 +4578,17 @@ export interface JsonApiExportTemplateOut {
|
|
|
4550
4578
|
* API identifier of an object
|
|
4551
4579
|
*/
|
|
4552
4580
|
id: string;
|
|
4553
|
-
attributes:
|
|
4581
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
4554
4582
|
}
|
|
4555
4583
|
export type JsonApiExportTemplateOutTypeEnum = "exportTemplate";
|
|
4584
|
+
export interface JsonApiExportTemplateOutAttributes {
|
|
4585
|
+
/**
|
|
4586
|
+
* User-facing name of the Slides template.
|
|
4587
|
+
*/
|
|
4588
|
+
name: string;
|
|
4589
|
+
dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
4590
|
+
widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
4591
|
+
}
|
|
4556
4592
|
export interface JsonApiExportTemplateOutDocument {
|
|
4557
4593
|
data: JsonApiExportTemplateOut;
|
|
4558
4594
|
links?: ObjectLinks;
|
|
@@ -4563,7 +4599,7 @@ export interface JsonApiExportTemplateOutDocument {
|
|
|
4563
4599
|
export interface JsonApiExportTemplateOutList {
|
|
4564
4600
|
data: Array<JsonApiExportTemplateOutWithLinks>;
|
|
4565
4601
|
links?: ListLinks;
|
|
4566
|
-
meta?:
|
|
4602
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4567
4603
|
}
|
|
4568
4604
|
export interface JsonApiExportTemplateOutWithLinks {
|
|
4569
4605
|
/**
|
|
@@ -4574,7 +4610,7 @@ export interface JsonApiExportTemplateOutWithLinks {
|
|
|
4574
4610
|
* API identifier of an object
|
|
4575
4611
|
*/
|
|
4576
4612
|
id: string;
|
|
4577
|
-
attributes:
|
|
4613
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
4578
4614
|
links?: ObjectLinks;
|
|
4579
4615
|
}
|
|
4580
4616
|
export type JsonApiExportTemplateOutWithLinksTypeEnum = "exportTemplate";
|
|
@@ -4598,60 +4634,52 @@ export interface JsonApiExportTemplatePatchAttributes {
|
|
|
4598
4634
|
* User-facing name of the Slides template.
|
|
4599
4635
|
*/
|
|
4600
4636
|
name?: string;
|
|
4601
|
-
dashboardSlidesTemplate?:
|
|
4602
|
-
widgetSlidesTemplate?:
|
|
4603
|
-
}
|
|
4604
|
-
export interface JsonApiExportTemplatePatchDocument {
|
|
4605
|
-
data: JsonApiExportTemplatePatch;
|
|
4606
|
-
}
|
|
4607
|
-
/**
|
|
4608
|
-
* JSON:API representation of exportTemplate entity.
|
|
4609
|
-
*/
|
|
4610
|
-
export interface JsonApiExportTemplatePostOptionalId {
|
|
4611
|
-
/**
|
|
4612
|
-
* Object type
|
|
4613
|
-
*/
|
|
4614
|
-
type: JsonApiExportTemplatePostOptionalIdTypeEnum;
|
|
4615
|
-
/**
|
|
4616
|
-
* API identifier of an object
|
|
4617
|
-
*/
|
|
4618
|
-
id?: string;
|
|
4619
|
-
attributes: JsonApiExportTemplatePostOptionalIdAttributes;
|
|
4620
|
-
}
|
|
4621
|
-
export type JsonApiExportTemplatePostOptionalIdTypeEnum = "exportTemplate";
|
|
4622
|
-
export interface JsonApiExportTemplatePostOptionalIdAttributes {
|
|
4623
|
-
/**
|
|
4624
|
-
* User-facing name of the Slides template.
|
|
4625
|
-
*/
|
|
4626
|
-
name: string;
|
|
4627
|
-
dashboardSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
|
|
4628
|
-
widgetSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
|
|
4637
|
+
dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
4638
|
+
widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
4629
4639
|
}
|
|
4630
4640
|
/**
|
|
4631
4641
|
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
4632
4642
|
*/
|
|
4633
|
-
export interface
|
|
4643
|
+
export interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
|
|
4634
4644
|
/**
|
|
4635
4645
|
* Export types this template applies to.
|
|
4636
4646
|
*/
|
|
4637
|
-
appliedOn: Array<
|
|
4647
|
+
appliedOn: Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
4638
4648
|
coverSlide?: CoverSlideTemplate | null;
|
|
4639
4649
|
introSlide?: IntroSlideTemplate | null;
|
|
4640
4650
|
sectionSlide?: SectionSlideTemplate | null;
|
|
4641
4651
|
contentSlide?: ContentSlideTemplate | null;
|
|
4642
4652
|
}
|
|
4643
|
-
export type
|
|
4653
|
+
export type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = "PDF" | "PPTX";
|
|
4644
4654
|
/**
|
|
4645
4655
|
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
4646
4656
|
*/
|
|
4647
|
-
export interface
|
|
4657
|
+
export interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
|
|
4648
4658
|
/**
|
|
4649
4659
|
* Export types this template applies to.
|
|
4650
4660
|
*/
|
|
4651
|
-
appliedOn: Array<
|
|
4661
|
+
appliedOn: Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
4652
4662
|
contentSlide?: ContentSlideTemplate | null;
|
|
4653
4663
|
}
|
|
4654
|
-
export type
|
|
4664
|
+
export type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = "PDF" | "PPTX";
|
|
4665
|
+
export interface JsonApiExportTemplatePatchDocument {
|
|
4666
|
+
data: JsonApiExportTemplatePatch;
|
|
4667
|
+
}
|
|
4668
|
+
/**
|
|
4669
|
+
* JSON:API representation of exportTemplate entity.
|
|
4670
|
+
*/
|
|
4671
|
+
export interface JsonApiExportTemplatePostOptionalId {
|
|
4672
|
+
/**
|
|
4673
|
+
* Object type
|
|
4674
|
+
*/
|
|
4675
|
+
type: JsonApiExportTemplatePostOptionalIdTypeEnum;
|
|
4676
|
+
/**
|
|
4677
|
+
* API identifier of an object
|
|
4678
|
+
*/
|
|
4679
|
+
id?: string;
|
|
4680
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
4681
|
+
}
|
|
4682
|
+
export type JsonApiExportTemplatePostOptionalIdTypeEnum = "exportTemplate";
|
|
4655
4683
|
export interface JsonApiExportTemplatePostOptionalIdDocument {
|
|
4656
4684
|
data: JsonApiExportTemplatePostOptionalId;
|
|
4657
4685
|
}
|
|
@@ -4675,7 +4703,7 @@ export interface JsonApiFactOut {
|
|
|
4675
4703
|
* API identifier of an object
|
|
4676
4704
|
*/
|
|
4677
4705
|
id: string;
|
|
4678
|
-
meta?:
|
|
4706
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4679
4707
|
attributes?: JsonApiFactOutAttributes;
|
|
4680
4708
|
relationships?: JsonApiFactOutRelationships;
|
|
4681
4709
|
}
|
|
@@ -4704,14 +4732,17 @@ export interface JsonApiFactOutDocument {
|
|
|
4704
4732
|
export interface JsonApiFactOutList {
|
|
4705
4733
|
data: Array<JsonApiFactOutWithLinks>;
|
|
4706
4734
|
links?: ListLinks;
|
|
4707
|
-
meta?:
|
|
4735
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4708
4736
|
/**
|
|
4709
4737
|
* Included resources
|
|
4710
4738
|
*/
|
|
4711
4739
|
included?: Array<JsonApiDatasetOutWithLinks>;
|
|
4712
4740
|
}
|
|
4713
4741
|
export interface JsonApiFactOutRelationships {
|
|
4714
|
-
dataset?:
|
|
4742
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
4743
|
+
}
|
|
4744
|
+
export interface JsonApiFactOutRelationshipsDataset {
|
|
4745
|
+
data: JsonApiDatasetLinkage | null;
|
|
4715
4746
|
}
|
|
4716
4747
|
export interface JsonApiFactOutWithLinks {
|
|
4717
4748
|
/**
|
|
@@ -4722,7 +4753,7 @@ export interface JsonApiFactOutWithLinks {
|
|
|
4722
4753
|
* API identifier of an object
|
|
4723
4754
|
*/
|
|
4724
4755
|
id: string;
|
|
4725
|
-
meta?:
|
|
4756
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4726
4757
|
attributes?: JsonApiFactOutAttributes;
|
|
4727
4758
|
relationships?: JsonApiFactOutRelationships;
|
|
4728
4759
|
links?: ObjectLinks;
|
|
@@ -4766,7 +4797,7 @@ export interface JsonApiFilterContextOut {
|
|
|
4766
4797
|
* API identifier of an object
|
|
4767
4798
|
*/
|
|
4768
4799
|
id: string;
|
|
4769
|
-
meta?:
|
|
4800
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4770
4801
|
attributes: JsonApiFilterContextOutAttributes;
|
|
4771
4802
|
relationships?: JsonApiFilterContextOutRelationships;
|
|
4772
4803
|
}
|
|
@@ -4799,15 +4830,15 @@ export type JsonApiFilterContextOutIncludes = JsonApiAttributeOutWithLinks | Jso
|
|
|
4799
4830
|
export interface JsonApiFilterContextOutList {
|
|
4800
4831
|
data: Array<JsonApiFilterContextOutWithLinks>;
|
|
4801
4832
|
links?: ListLinks;
|
|
4802
|
-
meta?:
|
|
4833
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4803
4834
|
/**
|
|
4804
4835
|
* Included resources
|
|
4805
4836
|
*/
|
|
4806
4837
|
included?: Array<JsonApiFilterContextOutIncludes>;
|
|
4807
4838
|
}
|
|
4808
4839
|
export interface JsonApiFilterContextOutRelationships {
|
|
4809
|
-
attributes?:
|
|
4810
|
-
datasets?:
|
|
4840
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
4841
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
4811
4842
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
4812
4843
|
}
|
|
4813
4844
|
export interface JsonApiFilterContextOutWithLinks {
|
|
@@ -4819,7 +4850,7 @@ export interface JsonApiFilterContextOutWithLinks {
|
|
|
4819
4850
|
* API identifier of an object
|
|
4820
4851
|
*/
|
|
4821
4852
|
id: string;
|
|
4822
|
-
meta?:
|
|
4853
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4823
4854
|
attributes: JsonApiFilterContextOutAttributes;
|
|
4824
4855
|
relationships?: JsonApiFilterContextOutRelationships;
|
|
4825
4856
|
links?: ObjectLinks;
|
|
@@ -4874,7 +4905,7 @@ export interface JsonApiFilterViewIn {
|
|
|
4874
4905
|
*/
|
|
4875
4906
|
id: string;
|
|
4876
4907
|
attributes: JsonApiFilterViewOutAttributes;
|
|
4877
|
-
relationships?:
|
|
4908
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
4878
4909
|
}
|
|
4879
4910
|
export type JsonApiFilterViewInTypeEnum = "filterView";
|
|
4880
4911
|
export interface JsonApiFilterViewInDocument {
|
|
@@ -4893,7 +4924,7 @@ export interface JsonApiFilterViewOut {
|
|
|
4893
4924
|
*/
|
|
4894
4925
|
id: string;
|
|
4895
4926
|
attributes: JsonApiFilterViewOutAttributes;
|
|
4896
|
-
relationships?:
|
|
4927
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
4897
4928
|
}
|
|
4898
4929
|
export type JsonApiFilterViewOutTypeEnum = "filterView";
|
|
4899
4930
|
export interface JsonApiFilterViewOutAttributes {
|
|
@@ -4928,12 +4959,19 @@ export type JsonApiFilterViewOutIncludes = JsonApiAnalyticalDashboardOutWithLink
|
|
|
4928
4959
|
export interface JsonApiFilterViewOutList {
|
|
4929
4960
|
data: Array<JsonApiFilterViewOutWithLinks>;
|
|
4930
4961
|
links?: ListLinks;
|
|
4931
|
-
meta?:
|
|
4962
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
4932
4963
|
/**
|
|
4933
4964
|
* Included resources
|
|
4934
4965
|
*/
|
|
4935
4966
|
included?: Array<JsonApiFilterViewOutIncludes>;
|
|
4936
4967
|
}
|
|
4968
|
+
export interface JsonApiFilterViewOutRelationships {
|
|
4969
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
4970
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
4971
|
+
}
|
|
4972
|
+
export interface JsonApiFilterViewOutRelationshipsUser {
|
|
4973
|
+
data: JsonApiUserLinkage | null;
|
|
4974
|
+
}
|
|
4937
4975
|
export interface JsonApiFilterViewOutWithLinks {
|
|
4938
4976
|
/**
|
|
4939
4977
|
* Object type
|
|
@@ -4944,7 +4982,7 @@ export interface JsonApiFilterViewOutWithLinks {
|
|
|
4944
4982
|
*/
|
|
4945
4983
|
id: string;
|
|
4946
4984
|
attributes: JsonApiFilterViewOutAttributes;
|
|
4947
|
-
relationships?:
|
|
4985
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
4948
4986
|
links?: ObjectLinks;
|
|
4949
4987
|
}
|
|
4950
4988
|
export type JsonApiFilterViewOutWithLinksTypeEnum = "filterView";
|
|
@@ -4961,7 +4999,7 @@ export interface JsonApiFilterViewPatch {
|
|
|
4961
4999
|
*/
|
|
4962
5000
|
id: string;
|
|
4963
5001
|
attributes: JsonApiFilterViewPatchAttributes;
|
|
4964
|
-
relationships?:
|
|
5002
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
4965
5003
|
}
|
|
4966
5004
|
export type JsonApiFilterViewPatchTypeEnum = "filterView";
|
|
4967
5005
|
export interface JsonApiFilterViewPatchAttributes {
|
|
@@ -4981,10 +5019,6 @@ export interface JsonApiFilterViewPatchAttributes {
|
|
|
4981
5019
|
export interface JsonApiFilterViewPatchDocument {
|
|
4982
5020
|
data: JsonApiFilterViewPatch;
|
|
4983
5021
|
}
|
|
4984
|
-
export interface JsonApiFilterViewPatchRelationships {
|
|
4985
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
4986
|
-
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
4987
|
-
}
|
|
4988
5022
|
/**
|
|
4989
5023
|
* JSON:API representation of identityProvider entity.
|
|
4990
5024
|
*/
|
|
@@ -4997,60 +5031,9 @@ export interface JsonApiIdentityProviderIn {
|
|
|
4997
5031
|
* API identifier of an object
|
|
4998
5032
|
*/
|
|
4999
5033
|
id: string;
|
|
5000
|
-
attributes?:
|
|
5034
|
+
attributes?: JsonApiIdentityProviderPatchAttributes;
|
|
5001
5035
|
}
|
|
5002
5036
|
export type JsonApiIdentityProviderInTypeEnum = "identityProvider";
|
|
5003
|
-
export interface JsonApiIdentityProviderInAttributes {
|
|
5004
|
-
/**
|
|
5005
|
-
* List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
|
|
5006
|
-
*/
|
|
5007
|
-
identifiers?: Array<string>;
|
|
5008
|
-
/**
|
|
5009
|
-
* Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
|
|
5010
|
-
*/
|
|
5011
|
-
customClaimMapping?: {
|
|
5012
|
-
[key: string]: string;
|
|
5013
|
-
};
|
|
5014
|
-
/**
|
|
5015
|
-
* Base64 encoded xml document with SAML metadata. This document is issued by your SAML provider. It includes the issuer\'s name, expiration information, and keys that can be used to validate the response from the identity provider. This field is mandatory for SAML IdP.
|
|
5016
|
-
*/
|
|
5017
|
-
samlMetadata?: string;
|
|
5018
|
-
/**
|
|
5019
|
-
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5020
|
-
*/
|
|
5021
|
-
oauthClientId?: string;
|
|
5022
|
-
/**
|
|
5023
|
-
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5024
|
-
*/
|
|
5025
|
-
oauthClientSecret?: string;
|
|
5026
|
-
/**
|
|
5027
|
-
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5028
|
-
*/
|
|
5029
|
-
oauthIssuerLocation?: string;
|
|
5030
|
-
/**
|
|
5031
|
-
* Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
|
|
5032
|
-
*/
|
|
5033
|
-
oauthIssuerId?: string;
|
|
5034
|
-
/**
|
|
5035
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
5036
|
-
*/
|
|
5037
|
-
oauthSubjectIdClaim?: string;
|
|
5038
|
-
/**
|
|
5039
|
-
* Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
|
|
5040
|
-
*/
|
|
5041
|
-
oauthCustomAuthAttributes?: {
|
|
5042
|
-
[key: string]: string;
|
|
5043
|
-
};
|
|
5044
|
-
/**
|
|
5045
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
5046
|
-
*/
|
|
5047
|
-
oauthCustomScopes?: Array<string> | null;
|
|
5048
|
-
/**
|
|
5049
|
-
* Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. DEX_IDP represents internal Dex IdP which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
5050
|
-
*/
|
|
5051
|
-
idpType?: JsonApiIdentityProviderInAttributesIdpTypeEnum;
|
|
5052
|
-
}
|
|
5053
|
-
export type JsonApiIdentityProviderInAttributesIdpTypeEnum = "MANAGED_IDP" | "FIM_IDP" | "DEX_IDP" | "CUSTOM_IDP";
|
|
5054
5037
|
export interface JsonApiIdentityProviderInDocument {
|
|
5055
5038
|
data: JsonApiIdentityProviderIn;
|
|
5056
5039
|
}
|
|
@@ -5130,7 +5113,7 @@ export interface JsonApiIdentityProviderOutDocument {
|
|
|
5130
5113
|
export interface JsonApiIdentityProviderOutList {
|
|
5131
5114
|
data: Array<JsonApiIdentityProviderOutWithLinks>;
|
|
5132
5115
|
links?: ListLinks;
|
|
5133
|
-
meta?:
|
|
5116
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5134
5117
|
}
|
|
5135
5118
|
export interface JsonApiIdentityProviderOutWithLinks {
|
|
5136
5119
|
/**
|
|
@@ -5157,9 +5140,60 @@ export interface JsonApiIdentityProviderPatch {
|
|
|
5157
5140
|
* API identifier of an object
|
|
5158
5141
|
*/
|
|
5159
5142
|
id: string;
|
|
5160
|
-
attributes?:
|
|
5143
|
+
attributes?: JsonApiIdentityProviderPatchAttributes;
|
|
5161
5144
|
}
|
|
5162
5145
|
export type JsonApiIdentityProviderPatchTypeEnum = "identityProvider";
|
|
5146
|
+
export interface JsonApiIdentityProviderPatchAttributes {
|
|
5147
|
+
/**
|
|
5148
|
+
* List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
|
|
5149
|
+
*/
|
|
5150
|
+
identifiers?: Array<string>;
|
|
5151
|
+
/**
|
|
5152
|
+
* Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
|
|
5153
|
+
*/
|
|
5154
|
+
customClaimMapping?: {
|
|
5155
|
+
[key: string]: string;
|
|
5156
|
+
};
|
|
5157
|
+
/**
|
|
5158
|
+
* Base64 encoded xml document with SAML metadata. This document is issued by your SAML provider. It includes the issuer\'s name, expiration information, and keys that can be used to validate the response from the identity provider. This field is mandatory for SAML IdP.
|
|
5159
|
+
*/
|
|
5160
|
+
samlMetadata?: string;
|
|
5161
|
+
/**
|
|
5162
|
+
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5163
|
+
*/
|
|
5164
|
+
oauthClientId?: string;
|
|
5165
|
+
/**
|
|
5166
|
+
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5167
|
+
*/
|
|
5168
|
+
oauthClientSecret?: string;
|
|
5169
|
+
/**
|
|
5170
|
+
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
5171
|
+
*/
|
|
5172
|
+
oauthIssuerLocation?: string;
|
|
5173
|
+
/**
|
|
5174
|
+
* Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
|
|
5175
|
+
*/
|
|
5176
|
+
oauthIssuerId?: string;
|
|
5177
|
+
/**
|
|
5178
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
5179
|
+
*/
|
|
5180
|
+
oauthSubjectIdClaim?: string;
|
|
5181
|
+
/**
|
|
5182
|
+
* Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
|
|
5183
|
+
*/
|
|
5184
|
+
oauthCustomAuthAttributes?: {
|
|
5185
|
+
[key: string]: string;
|
|
5186
|
+
};
|
|
5187
|
+
/**
|
|
5188
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
5189
|
+
*/
|
|
5190
|
+
oauthCustomScopes?: Array<string> | null;
|
|
5191
|
+
/**
|
|
5192
|
+
* Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. DEX_IDP represents internal Dex IdP which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
5193
|
+
*/
|
|
5194
|
+
idpType?: JsonApiIdentityProviderPatchAttributesIdpTypeEnum;
|
|
5195
|
+
}
|
|
5196
|
+
export type JsonApiIdentityProviderPatchAttributesIdpTypeEnum = "MANAGED_IDP" | "FIM_IDP" | "DEX_IDP" | "CUSTOM_IDP";
|
|
5163
5197
|
export interface JsonApiIdentityProviderPatchDocument {
|
|
5164
5198
|
data: JsonApiIdentityProviderPatch;
|
|
5165
5199
|
}
|
|
@@ -5175,12 +5209,9 @@ export interface JsonApiJwkIn {
|
|
|
5175
5209
|
* API identifier of an object
|
|
5176
5210
|
*/
|
|
5177
5211
|
id: string;
|
|
5178
|
-
attributes?:
|
|
5212
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
5179
5213
|
}
|
|
5180
5214
|
export type JsonApiJwkInTypeEnum = "jwk";
|
|
5181
|
-
export interface JsonApiJwkInAttributes {
|
|
5182
|
-
content?: RsaSpecification;
|
|
5183
|
-
}
|
|
5184
5215
|
export interface JsonApiJwkInDocument {
|
|
5185
5216
|
data: JsonApiJwkIn;
|
|
5186
5217
|
}
|
|
@@ -5196,7 +5227,7 @@ export interface JsonApiJwkOut {
|
|
|
5196
5227
|
* API identifier of an object
|
|
5197
5228
|
*/
|
|
5198
5229
|
id: string;
|
|
5199
|
-
attributes?:
|
|
5230
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
5200
5231
|
}
|
|
5201
5232
|
export type JsonApiJwkOutTypeEnum = "jwk";
|
|
5202
5233
|
export interface JsonApiJwkOutDocument {
|
|
@@ -5209,7 +5240,7 @@ export interface JsonApiJwkOutDocument {
|
|
|
5209
5240
|
export interface JsonApiJwkOutList {
|
|
5210
5241
|
data: Array<JsonApiJwkOutWithLinks>;
|
|
5211
5242
|
links?: ListLinks;
|
|
5212
|
-
meta?:
|
|
5243
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5213
5244
|
}
|
|
5214
5245
|
export interface JsonApiJwkOutWithLinks {
|
|
5215
5246
|
/**
|
|
@@ -5220,7 +5251,7 @@ export interface JsonApiJwkOutWithLinks {
|
|
|
5220
5251
|
* API identifier of an object
|
|
5221
5252
|
*/
|
|
5222
5253
|
id: string;
|
|
5223
|
-
attributes?:
|
|
5254
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
5224
5255
|
links?: ObjectLinks;
|
|
5225
5256
|
}
|
|
5226
5257
|
export type JsonApiJwkOutWithLinksTypeEnum = "jwk";
|
|
@@ -5236,9 +5267,12 @@ export interface JsonApiJwkPatch {
|
|
|
5236
5267
|
* API identifier of an object
|
|
5237
5268
|
*/
|
|
5238
5269
|
id: string;
|
|
5239
|
-
attributes?:
|
|
5270
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
5240
5271
|
}
|
|
5241
5272
|
export type JsonApiJwkPatchTypeEnum = "jwk";
|
|
5273
|
+
export interface JsonApiJwkPatchAttributes {
|
|
5274
|
+
content?: RsaSpecification;
|
|
5275
|
+
}
|
|
5242
5276
|
export interface JsonApiJwkPatchDocument {
|
|
5243
5277
|
data: JsonApiJwkPatch;
|
|
5244
5278
|
}
|
|
@@ -5262,7 +5296,7 @@ export interface JsonApiLabelOut {
|
|
|
5262
5296
|
* API identifier of an object
|
|
5263
5297
|
*/
|
|
5264
5298
|
id: string;
|
|
5265
|
-
meta?:
|
|
5299
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5266
5300
|
attributes?: JsonApiLabelOutAttributes;
|
|
5267
5301
|
relationships?: JsonApiLabelOutRelationships;
|
|
5268
5302
|
}
|
|
@@ -5307,7 +5341,7 @@ export interface JsonApiLabelOutDocument {
|
|
|
5307
5341
|
export interface JsonApiLabelOutList {
|
|
5308
5342
|
data: Array<JsonApiLabelOutWithLinks>;
|
|
5309
5343
|
links?: ListLinks;
|
|
5310
|
-
meta?:
|
|
5344
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5311
5345
|
/**
|
|
5312
5346
|
* Included resources
|
|
5313
5347
|
*/
|
|
@@ -5328,7 +5362,7 @@ export interface JsonApiLabelOutWithLinks {
|
|
|
5328
5362
|
* API identifier of an object
|
|
5329
5363
|
*/
|
|
5330
5364
|
id: string;
|
|
5331
|
-
meta?:
|
|
5365
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5332
5366
|
attributes?: JsonApiLabelOutAttributes;
|
|
5333
5367
|
relationships?: JsonApiLabelOutRelationships;
|
|
5334
5368
|
links?: ObjectLinks;
|
|
@@ -5427,7 +5461,7 @@ export interface JsonApiLlmEndpointOutDocument {
|
|
|
5427
5461
|
export interface JsonApiLlmEndpointOutList {
|
|
5428
5462
|
data: Array<JsonApiLlmEndpointOutWithLinks>;
|
|
5429
5463
|
links?: ListLinks;
|
|
5430
|
-
meta?:
|
|
5464
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5431
5465
|
}
|
|
5432
5466
|
export interface JsonApiLlmEndpointOutWithLinks {
|
|
5433
5467
|
/**
|
|
@@ -5499,9 +5533,32 @@ export interface JsonApiMemoryItemIn {
|
|
|
5499
5533
|
* API identifier of an object
|
|
5500
5534
|
*/
|
|
5501
5535
|
id: string;
|
|
5502
|
-
attributes:
|
|
5536
|
+
attributes: JsonApiMemoryItemInAttributes;
|
|
5503
5537
|
}
|
|
5504
5538
|
export type JsonApiMemoryItemInTypeEnum = "memoryItem";
|
|
5539
|
+
export interface JsonApiMemoryItemInAttributes {
|
|
5540
|
+
title?: string;
|
|
5541
|
+
description?: string;
|
|
5542
|
+
tags?: Array<string>;
|
|
5543
|
+
areRelationsValid?: boolean;
|
|
5544
|
+
/**
|
|
5545
|
+
* Strategy defining when the memory item should be applied
|
|
5546
|
+
*/
|
|
5547
|
+
strategy: JsonApiMemoryItemInAttributesStrategyEnum;
|
|
5548
|
+
/**
|
|
5549
|
+
* The text that will be injected into the system prompt
|
|
5550
|
+
*/
|
|
5551
|
+
instruction: string;
|
|
5552
|
+
/**
|
|
5553
|
+
* Set of unique strings used for semantic similarity filtering
|
|
5554
|
+
*/
|
|
5555
|
+
keywords?: Array<string>;
|
|
5556
|
+
/**
|
|
5557
|
+
* Whether memory item is disabled
|
|
5558
|
+
*/
|
|
5559
|
+
isDisabled?: boolean;
|
|
5560
|
+
}
|
|
5561
|
+
export type JsonApiMemoryItemInAttributesStrategyEnum = "ALWAYS" | "AUTO";
|
|
5505
5562
|
export interface JsonApiMemoryItemInDocument {
|
|
5506
5563
|
data: JsonApiMemoryItemIn;
|
|
5507
5564
|
}
|
|
@@ -5517,7 +5574,7 @@ export interface JsonApiMemoryItemOut {
|
|
|
5517
5574
|
* API identifier of an object
|
|
5518
5575
|
*/
|
|
5519
5576
|
id: string;
|
|
5520
|
-
meta?:
|
|
5577
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5521
5578
|
attributes: JsonApiMemoryItemOutAttributes;
|
|
5522
5579
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
5523
5580
|
}
|
|
@@ -5561,7 +5618,7 @@ export interface JsonApiMemoryItemOutDocument {
|
|
|
5561
5618
|
export interface JsonApiMemoryItemOutList {
|
|
5562
5619
|
data: Array<JsonApiMemoryItemOutWithLinks>;
|
|
5563
5620
|
links?: ListLinks;
|
|
5564
|
-
meta?:
|
|
5621
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5565
5622
|
/**
|
|
5566
5623
|
* Included resources
|
|
5567
5624
|
*/
|
|
@@ -5576,7 +5633,7 @@ export interface JsonApiMemoryItemOutWithLinks {
|
|
|
5576
5633
|
* API identifier of an object
|
|
5577
5634
|
*/
|
|
5578
5635
|
id: string;
|
|
5579
|
-
meta?:
|
|
5636
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5580
5637
|
attributes: JsonApiMemoryItemOutAttributes;
|
|
5581
5638
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
5582
5639
|
links?: ObjectLinks;
|
|
@@ -5635,32 +5692,9 @@ export interface JsonApiMemoryItemPostOptionalId {
|
|
|
5635
5692
|
* API identifier of an object
|
|
5636
5693
|
*/
|
|
5637
5694
|
id?: string;
|
|
5638
|
-
attributes:
|
|
5695
|
+
attributes: JsonApiMemoryItemInAttributes;
|
|
5639
5696
|
}
|
|
5640
5697
|
export type JsonApiMemoryItemPostOptionalIdTypeEnum = "memoryItem";
|
|
5641
|
-
export interface JsonApiMemoryItemPostOptionalIdAttributes {
|
|
5642
|
-
title?: string;
|
|
5643
|
-
description?: string;
|
|
5644
|
-
tags?: Array<string>;
|
|
5645
|
-
areRelationsValid?: boolean;
|
|
5646
|
-
/**
|
|
5647
|
-
* Strategy defining when the memory item should be applied
|
|
5648
|
-
*/
|
|
5649
|
-
strategy: JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum;
|
|
5650
|
-
/**
|
|
5651
|
-
* The text that will be injected into the system prompt
|
|
5652
|
-
*/
|
|
5653
|
-
instruction: string;
|
|
5654
|
-
/**
|
|
5655
|
-
* Set of unique strings used for semantic similarity filtering
|
|
5656
|
-
*/
|
|
5657
|
-
keywords?: Array<string>;
|
|
5658
|
-
/**
|
|
5659
|
-
* Whether memory item is disabled
|
|
5660
|
-
*/
|
|
5661
|
-
isDisabled?: boolean;
|
|
5662
|
-
}
|
|
5663
|
-
export type JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum = "ALWAYS" | "AUTO";
|
|
5664
5698
|
export interface JsonApiMemoryItemPostOptionalIdDocument {
|
|
5665
5699
|
data: JsonApiMemoryItemPostOptionalId;
|
|
5666
5700
|
}
|
|
@@ -5676,9 +5710,17 @@ export interface JsonApiMetricIn {
|
|
|
5676
5710
|
* API identifier of an object
|
|
5677
5711
|
*/
|
|
5678
5712
|
id: string;
|
|
5679
|
-
attributes:
|
|
5713
|
+
attributes: JsonApiMetricInAttributes;
|
|
5680
5714
|
}
|
|
5681
5715
|
export type JsonApiMetricInTypeEnum = "metric";
|
|
5716
|
+
export interface JsonApiMetricInAttributes {
|
|
5717
|
+
title?: string;
|
|
5718
|
+
description?: string;
|
|
5719
|
+
tags?: Array<string>;
|
|
5720
|
+
areRelationsValid?: boolean;
|
|
5721
|
+
content: JsonApiMetricOutAttributesContent;
|
|
5722
|
+
isHidden?: boolean;
|
|
5723
|
+
}
|
|
5682
5724
|
export interface JsonApiMetricInDocument {
|
|
5683
5725
|
data: JsonApiMetricIn;
|
|
5684
5726
|
}
|
|
@@ -5702,7 +5744,7 @@ export interface JsonApiMetricOut {
|
|
|
5702
5744
|
* API identifier of an object
|
|
5703
5745
|
*/
|
|
5704
5746
|
id: string;
|
|
5705
|
-
meta?:
|
|
5747
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5706
5748
|
attributes: JsonApiMetricOutAttributes;
|
|
5707
5749
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
5708
5750
|
}
|
|
@@ -5739,7 +5781,7 @@ export type JsonApiMetricOutIncludes = JsonApiAttributeOutWithLinks | JsonApiDat
|
|
|
5739
5781
|
export interface JsonApiMetricOutList {
|
|
5740
5782
|
data: Array<JsonApiMetricOutWithLinks>;
|
|
5741
5783
|
links?: ListLinks;
|
|
5742
|
-
meta?:
|
|
5784
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5743
5785
|
/**
|
|
5744
5786
|
* Included resources
|
|
5745
5787
|
*/
|
|
@@ -5754,7 +5796,7 @@ export interface JsonApiMetricOutWithLinks {
|
|
|
5754
5796
|
* API identifier of an object
|
|
5755
5797
|
*/
|
|
5756
5798
|
id: string;
|
|
5757
|
-
meta?:
|
|
5799
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5758
5800
|
attributes: JsonApiMetricOutAttributes;
|
|
5759
5801
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
5760
5802
|
links?: ObjectLinks;
|
|
@@ -5798,17 +5840,9 @@ export interface JsonApiMetricPostOptionalId {
|
|
|
5798
5840
|
* API identifier of an object
|
|
5799
5841
|
*/
|
|
5800
5842
|
id?: string;
|
|
5801
|
-
attributes:
|
|
5843
|
+
attributes: JsonApiMetricInAttributes;
|
|
5802
5844
|
}
|
|
5803
5845
|
export type JsonApiMetricPostOptionalIdTypeEnum = "metric";
|
|
5804
|
-
export interface JsonApiMetricPostOptionalIdAttributes {
|
|
5805
|
-
title?: string;
|
|
5806
|
-
description?: string;
|
|
5807
|
-
tags?: Array<string>;
|
|
5808
|
-
areRelationsValid?: boolean;
|
|
5809
|
-
content: JsonApiMetricOutAttributesContent;
|
|
5810
|
-
isHidden?: boolean;
|
|
5811
|
-
}
|
|
5812
5846
|
export interface JsonApiMetricPostOptionalIdDocument {
|
|
5813
5847
|
data: JsonApiMetricPostOptionalId;
|
|
5814
5848
|
}
|
|
@@ -5848,7 +5882,7 @@ export interface JsonApiNotificationChannelIdentifierOutDocument {
|
|
|
5848
5882
|
export interface JsonApiNotificationChannelIdentifierOutList {
|
|
5849
5883
|
data: Array<JsonApiNotificationChannelIdentifierOutWithLinks>;
|
|
5850
5884
|
links?: ListLinks;
|
|
5851
|
-
meta?:
|
|
5885
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5852
5886
|
}
|
|
5853
5887
|
export interface JsonApiNotificationChannelIdentifierOutWithLinks {
|
|
5854
5888
|
/**
|
|
@@ -5875,7 +5909,7 @@ export interface JsonApiNotificationChannelIn {
|
|
|
5875
5909
|
* API identifier of an object
|
|
5876
5910
|
*/
|
|
5877
5911
|
id: string;
|
|
5878
|
-
attributes?:
|
|
5912
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
5879
5913
|
}
|
|
5880
5914
|
export type JsonApiNotificationChannelInTypeEnum = "notificationChannel";
|
|
5881
5915
|
export interface JsonApiNotificationChannelInDocument {
|
|
@@ -5907,7 +5941,7 @@ export type JsonApiNotificationChannelOutTypeEnum = "notificationChannel";
|
|
|
5907
5941
|
export interface JsonApiNotificationChannelOutAttributes {
|
|
5908
5942
|
name?: string | null;
|
|
5909
5943
|
description?: string | null;
|
|
5910
|
-
destination?:
|
|
5944
|
+
destination?: JsonApiNotificationChannelPatchAttributesDestination;
|
|
5911
5945
|
destinationType?: JsonApiNotificationChannelOutAttributesDestinationTypeEnum | null;
|
|
5912
5946
|
/**
|
|
5913
5947
|
* 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}
|
|
@@ -5944,7 +5978,7 @@ export interface JsonApiNotificationChannelOutDocument {
|
|
|
5944
5978
|
export interface JsonApiNotificationChannelOutList {
|
|
5945
5979
|
data: Array<JsonApiNotificationChannelOutWithLinks>;
|
|
5946
5980
|
links?: ListLinks;
|
|
5947
|
-
meta?:
|
|
5981
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5948
5982
|
}
|
|
5949
5983
|
export interface JsonApiNotificationChannelOutWithLinks {
|
|
5950
5984
|
/**
|
|
@@ -5971,31 +6005,13 @@ export interface JsonApiNotificationChannelPatch {
|
|
|
5971
6005
|
* API identifier of an object
|
|
5972
6006
|
*/
|
|
5973
6007
|
id: string;
|
|
5974
|
-
attributes?:
|
|
6008
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
5975
6009
|
}
|
|
5976
6010
|
export type JsonApiNotificationChannelPatchTypeEnum = "notificationChannel";
|
|
5977
|
-
export interface
|
|
5978
|
-
data: JsonApiNotificationChannelPatch;
|
|
5979
|
-
}
|
|
5980
|
-
/**
|
|
5981
|
-
* JSON:API representation of notificationChannel entity.
|
|
5982
|
-
*/
|
|
5983
|
-
export interface JsonApiNotificationChannelPostOptionalId {
|
|
5984
|
-
/**
|
|
5985
|
-
* Object type
|
|
5986
|
-
*/
|
|
5987
|
-
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
5988
|
-
/**
|
|
5989
|
-
* API identifier of an object
|
|
5990
|
-
*/
|
|
5991
|
-
id?: string;
|
|
5992
|
-
attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
5993
|
-
}
|
|
5994
|
-
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = "notificationChannel";
|
|
5995
|
-
export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
6011
|
+
export interface JsonApiNotificationChannelPatchAttributes {
|
|
5996
6012
|
name?: string | null;
|
|
5997
6013
|
description?: string | null;
|
|
5998
|
-
destination?:
|
|
6014
|
+
destination?: JsonApiNotificationChannelPatchAttributesDestination;
|
|
5999
6015
|
/**
|
|
6000
6016
|
* 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}
|
|
6001
6017
|
*/
|
|
@@ -6003,7 +6019,7 @@ export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
|
6003
6019
|
/**
|
|
6004
6020
|
* Dashboard link visibility in notifications. HIDDEN - the link will not be included INTERNAL_ONLY - only internal users will see the link ALL - all users will see the link
|
|
6005
6021
|
*/
|
|
6006
|
-
dashboardLinkVisibility?:
|
|
6022
|
+
dashboardLinkVisibility?: JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum;
|
|
6007
6023
|
/**
|
|
6008
6024
|
* Human-readable description of the source of the notification. If specified, this propertywill be included in the notifications to this channel.Allowed placeholders are: {{workspaceId}} {{workspaceName}} {{workspaceDescription}} {{dashboardId}} {{dashboardName}} {{dashboardDescription}}
|
|
6009
6025
|
*/
|
|
@@ -6011,20 +6027,38 @@ export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
|
6011
6027
|
/**
|
|
6012
6028
|
* Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
|
|
6013
6029
|
*/
|
|
6014
|
-
allowedRecipients?:
|
|
6030
|
+
allowedRecipients?: JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum;
|
|
6015
6031
|
/**
|
|
6016
6032
|
* In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications
|
|
6017
6033
|
*/
|
|
6018
|
-
inPlatformNotification?:
|
|
6034
|
+
inPlatformNotification?: JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum;
|
|
6019
6035
|
}
|
|
6020
|
-
export type
|
|
6021
|
-
export type
|
|
6022
|
-
export type
|
|
6036
|
+
export type JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum = "HIDDEN" | "INTERNAL_ONLY" | "ALL";
|
|
6037
|
+
export type JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum = "CREATOR" | "INTERNAL" | "EXTERNAL";
|
|
6038
|
+
export type JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum = "DISABLED" | "ENABLED";
|
|
6023
6039
|
/**
|
|
6024
|
-
* @type
|
|
6040
|
+
* @type JsonApiNotificationChannelPatchAttributesDestination
|
|
6025
6041
|
* The destination where the notifications are to be sent.
|
|
6026
6042
|
*/
|
|
6027
|
-
export type
|
|
6043
|
+
export type JsonApiNotificationChannelPatchAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
6044
|
+
export interface JsonApiNotificationChannelPatchDocument {
|
|
6045
|
+
data: JsonApiNotificationChannelPatch;
|
|
6046
|
+
}
|
|
6047
|
+
/**
|
|
6048
|
+
* JSON:API representation of notificationChannel entity.
|
|
6049
|
+
*/
|
|
6050
|
+
export interface JsonApiNotificationChannelPostOptionalId {
|
|
6051
|
+
/**
|
|
6052
|
+
* Object type
|
|
6053
|
+
*/
|
|
6054
|
+
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
6055
|
+
/**
|
|
6056
|
+
* API identifier of an object
|
|
6057
|
+
*/
|
|
6058
|
+
id?: string;
|
|
6059
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
6060
|
+
}
|
|
6061
|
+
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = "notificationChannel";
|
|
6028
6062
|
export interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
6029
6063
|
data: JsonApiNotificationChannelPostOptionalId;
|
|
6030
6064
|
}
|
|
@@ -6040,30 +6074,13 @@ export interface JsonApiOrganizationIn {
|
|
|
6040
6074
|
* API identifier of an object
|
|
6041
6075
|
*/
|
|
6042
6076
|
id: string;
|
|
6043
|
-
attributes?:
|
|
6044
|
-
relationships?:
|
|
6077
|
+
attributes?: JsonApiOrganizationPatchAttributes;
|
|
6078
|
+
relationships?: JsonApiOrganizationPatchRelationships;
|
|
6045
6079
|
}
|
|
6046
6080
|
export type JsonApiOrganizationInTypeEnum = "organization";
|
|
6047
|
-
export interface JsonApiOrganizationInAttributes {
|
|
6048
|
-
name?: string | null;
|
|
6049
|
-
hostname?: string;
|
|
6050
|
-
allowedOrigins?: Array<string>;
|
|
6051
|
-
/**
|
|
6052
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
6053
|
-
* @deprecated
|
|
6054
|
-
*/
|
|
6055
|
-
earlyAccess?: string | null;
|
|
6056
|
-
/**
|
|
6057
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
6058
|
-
*/
|
|
6059
|
-
earlyAccessValues?: Array<string> | null;
|
|
6060
|
-
}
|
|
6061
6081
|
export interface JsonApiOrganizationInDocument {
|
|
6062
6082
|
data: JsonApiOrganizationIn;
|
|
6063
6083
|
}
|
|
6064
|
-
export interface JsonApiOrganizationInRelationships {
|
|
6065
|
-
identityProvider?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
6066
|
-
}
|
|
6067
6084
|
/**
|
|
6068
6085
|
* JSON:API representation of organization entity.
|
|
6069
6086
|
*/
|
|
@@ -6121,18 +6138,9 @@ export interface JsonApiOrganizationOutMeta {
|
|
|
6121
6138
|
}
|
|
6122
6139
|
export type JsonApiOrganizationOutMetaPermissionsEnum = "MANAGE" | "SELF_CREATE_TOKEN";
|
|
6123
6140
|
export interface JsonApiOrganizationOutRelationships {
|
|
6124
|
-
bootstrapUser?:
|
|
6125
|
-
bootstrapUserGroup?:
|
|
6126
|
-
identityProvider?:
|
|
6127
|
-
}
|
|
6128
|
-
export interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
6129
|
-
data: JsonApiUserLinkage | null;
|
|
6130
|
-
}
|
|
6131
|
-
export interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
6132
|
-
data: JsonApiUserGroupLinkage | null;
|
|
6133
|
-
}
|
|
6134
|
-
export interface JsonApiOrganizationOutRelationshipsIdentityProvider {
|
|
6135
|
-
data: JsonApiIdentityProviderLinkage | null;
|
|
6141
|
+
bootstrapUser?: JsonApiFilterViewOutRelationshipsUser;
|
|
6142
|
+
bootstrapUserGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
6143
|
+
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
6136
6144
|
}
|
|
6137
6145
|
/**
|
|
6138
6146
|
* JSON:API representation of patching organization entity.
|
|
@@ -6146,13 +6154,33 @@ export interface JsonApiOrganizationPatch {
|
|
|
6146
6154
|
* API identifier of an object
|
|
6147
6155
|
*/
|
|
6148
6156
|
id: string;
|
|
6149
|
-
attributes?:
|
|
6150
|
-
relationships?:
|
|
6157
|
+
attributes?: JsonApiOrganizationPatchAttributes;
|
|
6158
|
+
relationships?: JsonApiOrganizationPatchRelationships;
|
|
6151
6159
|
}
|
|
6152
6160
|
export type JsonApiOrganizationPatchTypeEnum = "organization";
|
|
6161
|
+
export interface JsonApiOrganizationPatchAttributes {
|
|
6162
|
+
name?: string | null;
|
|
6163
|
+
hostname?: string;
|
|
6164
|
+
allowedOrigins?: Array<string>;
|
|
6165
|
+
/**
|
|
6166
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
6167
|
+
* @deprecated
|
|
6168
|
+
*/
|
|
6169
|
+
earlyAccess?: string | null;
|
|
6170
|
+
/**
|
|
6171
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
6172
|
+
*/
|
|
6173
|
+
earlyAccessValues?: Array<string> | null;
|
|
6174
|
+
}
|
|
6153
6175
|
export interface JsonApiOrganizationPatchDocument {
|
|
6154
6176
|
data: JsonApiOrganizationPatch;
|
|
6155
6177
|
}
|
|
6178
|
+
export interface JsonApiOrganizationPatchRelationships {
|
|
6179
|
+
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
6180
|
+
}
|
|
6181
|
+
export interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
|
|
6182
|
+
data: JsonApiIdentityProviderLinkage | null;
|
|
6183
|
+
}
|
|
6156
6184
|
/**
|
|
6157
6185
|
* JSON:API representation of organizationSetting entity.
|
|
6158
6186
|
*/
|
|
@@ -6165,17 +6193,9 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
6165
6193
|
* API identifier of an object
|
|
6166
6194
|
*/
|
|
6167
6195
|
id: string;
|
|
6168
|
-
attributes?:
|
|
6196
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
6169
6197
|
}
|
|
6170
6198
|
export type JsonApiOrganizationSettingInTypeEnum = "organizationSetting";
|
|
6171
|
-
export interface JsonApiOrganizationSettingInAttributes {
|
|
6172
|
-
/**
|
|
6173
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
6174
|
-
*/
|
|
6175
|
-
content?: object;
|
|
6176
|
-
type?: JsonApiOrganizationSettingInAttributesTypeEnum;
|
|
6177
|
-
}
|
|
6178
|
-
export type JsonApiOrganizationSettingInAttributesTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "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" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE";
|
|
6179
6199
|
export interface JsonApiOrganizationSettingInDocument {
|
|
6180
6200
|
data: JsonApiOrganizationSettingIn;
|
|
6181
6201
|
}
|
|
@@ -6191,7 +6211,7 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
6191
6211
|
* API identifier of an object
|
|
6192
6212
|
*/
|
|
6193
6213
|
id: string;
|
|
6194
|
-
attributes?:
|
|
6214
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
6195
6215
|
}
|
|
6196
6216
|
export type JsonApiOrganizationSettingOutTypeEnum = "organizationSetting";
|
|
6197
6217
|
export interface JsonApiOrganizationSettingOutDocument {
|
|
@@ -6204,7 +6224,7 @@ export interface JsonApiOrganizationSettingOutDocument {
|
|
|
6204
6224
|
export interface JsonApiOrganizationSettingOutList {
|
|
6205
6225
|
data: Array<JsonApiOrganizationSettingOutWithLinks>;
|
|
6206
6226
|
links?: ListLinks;
|
|
6207
|
-
meta?:
|
|
6227
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6208
6228
|
}
|
|
6209
6229
|
export interface JsonApiOrganizationSettingOutWithLinks {
|
|
6210
6230
|
/**
|
|
@@ -6215,7 +6235,7 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
6215
6235
|
* API identifier of an object
|
|
6216
6236
|
*/
|
|
6217
6237
|
id: string;
|
|
6218
|
-
attributes?:
|
|
6238
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
6219
6239
|
links?: ObjectLinks;
|
|
6220
6240
|
}
|
|
6221
6241
|
export type JsonApiOrganizationSettingOutWithLinksTypeEnum = "organizationSetting";
|
|
@@ -6231,9 +6251,17 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
6231
6251
|
* API identifier of an object
|
|
6232
6252
|
*/
|
|
6233
6253
|
id: string;
|
|
6234
|
-
attributes?:
|
|
6254
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
6235
6255
|
}
|
|
6236
6256
|
export type JsonApiOrganizationSettingPatchTypeEnum = "organizationSetting";
|
|
6257
|
+
export interface JsonApiOrganizationSettingPatchAttributes {
|
|
6258
|
+
/**
|
|
6259
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
6260
|
+
*/
|
|
6261
|
+
content?: object;
|
|
6262
|
+
type?: JsonApiOrganizationSettingPatchAttributesTypeEnum;
|
|
6263
|
+
}
|
|
6264
|
+
export type JsonApiOrganizationSettingPatchAttributesTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "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" | "SORT_CASE_SENSITIVE";
|
|
6237
6265
|
export interface JsonApiOrganizationSettingPatchDocument {
|
|
6238
6266
|
data: JsonApiOrganizationSettingPatch;
|
|
6239
6267
|
}
|
|
@@ -6249,7 +6277,7 @@ export interface JsonApiThemeIn {
|
|
|
6249
6277
|
* API identifier of an object
|
|
6250
6278
|
*/
|
|
6251
6279
|
id: string;
|
|
6252
|
-
attributes:
|
|
6280
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
6253
6281
|
}
|
|
6254
6282
|
export type JsonApiThemeInTypeEnum = "theme";
|
|
6255
6283
|
export interface JsonApiThemeInDocument {
|
|
@@ -6267,7 +6295,7 @@ export interface JsonApiThemeOut {
|
|
|
6267
6295
|
* API identifier of an object
|
|
6268
6296
|
*/
|
|
6269
6297
|
id: string;
|
|
6270
|
-
attributes:
|
|
6298
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
6271
6299
|
}
|
|
6272
6300
|
export type JsonApiThemeOutTypeEnum = "theme";
|
|
6273
6301
|
export interface JsonApiThemeOutDocument {
|
|
@@ -6280,7 +6308,7 @@ export interface JsonApiThemeOutDocument {
|
|
|
6280
6308
|
export interface JsonApiThemeOutList {
|
|
6281
6309
|
data: Array<JsonApiThemeOutWithLinks>;
|
|
6282
6310
|
links?: ListLinks;
|
|
6283
|
-
meta?:
|
|
6311
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6284
6312
|
}
|
|
6285
6313
|
export interface JsonApiThemeOutWithLinks {
|
|
6286
6314
|
/**
|
|
@@ -6291,7 +6319,7 @@ export interface JsonApiThemeOutWithLinks {
|
|
|
6291
6319
|
* API identifier of an object
|
|
6292
6320
|
*/
|
|
6293
6321
|
id: string;
|
|
6294
|
-
attributes:
|
|
6322
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
6295
6323
|
links?: ObjectLinks;
|
|
6296
6324
|
}
|
|
6297
6325
|
export type JsonApiThemeOutWithLinksTypeEnum = "theme";
|
|
@@ -6326,12 +6354,16 @@ export interface JsonApiUserDataFilterIn {
|
|
|
6326
6354
|
*/
|
|
6327
6355
|
id: string;
|
|
6328
6356
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
6329
|
-
relationships?:
|
|
6357
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
6330
6358
|
}
|
|
6331
6359
|
export type JsonApiUserDataFilterInTypeEnum = "userDataFilter";
|
|
6332
6360
|
export interface JsonApiUserDataFilterInDocument {
|
|
6333
6361
|
data: JsonApiUserDataFilterIn;
|
|
6334
6362
|
}
|
|
6363
|
+
export interface JsonApiUserDataFilterInRelationships {
|
|
6364
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
6365
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
6366
|
+
}
|
|
6335
6367
|
/**
|
|
6336
6368
|
* JSON:API representation of userDataFilter entity.
|
|
6337
6369
|
*/
|
|
@@ -6344,7 +6376,7 @@ export interface JsonApiUserDataFilterOut {
|
|
|
6344
6376
|
* API identifier of an object
|
|
6345
6377
|
*/
|
|
6346
6378
|
id: string;
|
|
6347
|
-
meta?:
|
|
6379
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6348
6380
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
6349
6381
|
relationships?: JsonApiUserDataFilterOutRelationships;
|
|
6350
6382
|
}
|
|
@@ -6374,20 +6406,23 @@ export type JsonApiUserDataFilterOutIncludes = JsonApiAttributeOutWithLinks | Js
|
|
|
6374
6406
|
export interface JsonApiUserDataFilterOutList {
|
|
6375
6407
|
data: Array<JsonApiUserDataFilterOutWithLinks>;
|
|
6376
6408
|
links?: ListLinks;
|
|
6377
|
-
meta?:
|
|
6409
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6378
6410
|
/**
|
|
6379
6411
|
* Included resources
|
|
6380
6412
|
*/
|
|
6381
6413
|
included?: Array<JsonApiUserDataFilterOutIncludes>;
|
|
6382
6414
|
}
|
|
6383
6415
|
export interface JsonApiUserDataFilterOutRelationships {
|
|
6384
|
-
user?:
|
|
6385
|
-
userGroup?:
|
|
6386
|
-
facts?:
|
|
6387
|
-
attributes?:
|
|
6416
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
6417
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
6418
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
6419
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
6388
6420
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
6389
6421
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
6390
|
-
datasets?:
|
|
6422
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
6423
|
+
}
|
|
6424
|
+
export interface JsonApiUserDataFilterOutRelationshipsUserGroup {
|
|
6425
|
+
data: JsonApiUserGroupLinkage | null;
|
|
6391
6426
|
}
|
|
6392
6427
|
export interface JsonApiUserDataFilterOutWithLinks {
|
|
6393
6428
|
/**
|
|
@@ -6398,7 +6433,7 @@ export interface JsonApiUserDataFilterOutWithLinks {
|
|
|
6398
6433
|
* API identifier of an object
|
|
6399
6434
|
*/
|
|
6400
6435
|
id: string;
|
|
6401
|
-
meta?:
|
|
6436
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6402
6437
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
6403
6438
|
relationships?: JsonApiUserDataFilterOutRelationships;
|
|
6404
6439
|
links?: ObjectLinks;
|
|
@@ -6417,7 +6452,7 @@ export interface JsonApiUserDataFilterPatch {
|
|
|
6417
6452
|
*/
|
|
6418
6453
|
id: string;
|
|
6419
6454
|
attributes: JsonApiUserDataFilterPatchAttributes;
|
|
6420
|
-
relationships?:
|
|
6455
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
6421
6456
|
}
|
|
6422
6457
|
export type JsonApiUserDataFilterPatchTypeEnum = "userDataFilter";
|
|
6423
6458
|
export interface JsonApiUserDataFilterPatchAttributes {
|
|
@@ -6430,10 +6465,6 @@ export interface JsonApiUserDataFilterPatchAttributes {
|
|
|
6430
6465
|
export interface JsonApiUserDataFilterPatchDocument {
|
|
6431
6466
|
data: JsonApiUserDataFilterPatch;
|
|
6432
6467
|
}
|
|
6433
|
-
export interface JsonApiUserDataFilterPatchRelationships {
|
|
6434
|
-
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
6435
|
-
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
6436
|
-
}
|
|
6437
6468
|
/**
|
|
6438
6469
|
* JSON:API representation of userDataFilter entity.
|
|
6439
6470
|
*/
|
|
@@ -6447,7 +6478,7 @@ export interface JsonApiUserDataFilterPostOptionalId {
|
|
|
6447
6478
|
*/
|
|
6448
6479
|
id?: string;
|
|
6449
6480
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
6450
|
-
relationships?:
|
|
6481
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
6451
6482
|
}
|
|
6452
6483
|
export type JsonApiUserDataFilterPostOptionalIdTypeEnum = "userDataFilter";
|
|
6453
6484
|
export interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
@@ -6465,25 +6496,13 @@ export interface JsonApiUserGroupIn {
|
|
|
6465
6496
|
* API identifier of an object
|
|
6466
6497
|
*/
|
|
6467
6498
|
id: string;
|
|
6468
|
-
attributes?:
|
|
6469
|
-
relationships?:
|
|
6499
|
+
attributes?: JsonApiUserGroupPatchAttributes;
|
|
6500
|
+
relationships?: JsonApiUserGroupPatchRelationships;
|
|
6470
6501
|
}
|
|
6471
6502
|
export type JsonApiUserGroupInTypeEnum = "userGroup";
|
|
6472
|
-
export interface JsonApiUserGroupInAttributes {
|
|
6473
|
-
name?: string;
|
|
6474
|
-
}
|
|
6475
6503
|
export interface JsonApiUserGroupInDocument {
|
|
6476
6504
|
data: JsonApiUserGroupIn;
|
|
6477
6505
|
}
|
|
6478
|
-
export interface JsonApiUserGroupInRelationships {
|
|
6479
|
-
parents?: JsonApiUserGroupInRelationshipsParents;
|
|
6480
|
-
}
|
|
6481
|
-
export interface JsonApiUserGroupInRelationshipsParents {
|
|
6482
|
-
/**
|
|
6483
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
6484
|
-
*/
|
|
6485
|
-
data: Array<JsonApiUserGroupLinkage>;
|
|
6486
|
-
}
|
|
6487
6506
|
/**
|
|
6488
6507
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
6489
6508
|
*/
|
|
@@ -6504,8 +6523,8 @@ export interface JsonApiUserGroupOut {
|
|
|
6504
6523
|
* API identifier of an object
|
|
6505
6524
|
*/
|
|
6506
6525
|
id: string;
|
|
6507
|
-
attributes?:
|
|
6508
|
-
relationships?:
|
|
6526
|
+
attributes?: JsonApiUserGroupPatchAttributes;
|
|
6527
|
+
relationships?: JsonApiUserGroupPatchRelationships;
|
|
6509
6528
|
}
|
|
6510
6529
|
export type JsonApiUserGroupOutTypeEnum = "userGroup";
|
|
6511
6530
|
export interface JsonApiUserGroupOutDocument {
|
|
@@ -6522,7 +6541,7 @@ export interface JsonApiUserGroupOutDocument {
|
|
|
6522
6541
|
export interface JsonApiUserGroupOutList {
|
|
6523
6542
|
data: Array<JsonApiUserGroupOutWithLinks>;
|
|
6524
6543
|
links?: ListLinks;
|
|
6525
|
-
meta?:
|
|
6544
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6526
6545
|
/**
|
|
6527
6546
|
* Included resources
|
|
6528
6547
|
*/
|
|
@@ -6537,8 +6556,8 @@ export interface JsonApiUserGroupOutWithLinks {
|
|
|
6537
6556
|
* API identifier of an object
|
|
6538
6557
|
*/
|
|
6539
6558
|
id: string;
|
|
6540
|
-
attributes?:
|
|
6541
|
-
relationships?:
|
|
6559
|
+
attributes?: JsonApiUserGroupPatchAttributes;
|
|
6560
|
+
relationships?: JsonApiUserGroupPatchRelationships;
|
|
6542
6561
|
links?: ObjectLinks;
|
|
6543
6562
|
}
|
|
6544
6563
|
export type JsonApiUserGroupOutWithLinksTypeEnum = "userGroup";
|
|
@@ -6554,13 +6573,25 @@ export interface JsonApiUserGroupPatch {
|
|
|
6554
6573
|
* API identifier of an object
|
|
6555
6574
|
*/
|
|
6556
6575
|
id: string;
|
|
6557
|
-
attributes?:
|
|
6558
|
-
relationships?:
|
|
6576
|
+
attributes?: JsonApiUserGroupPatchAttributes;
|
|
6577
|
+
relationships?: JsonApiUserGroupPatchRelationships;
|
|
6559
6578
|
}
|
|
6560
6579
|
export type JsonApiUserGroupPatchTypeEnum = "userGroup";
|
|
6580
|
+
export interface JsonApiUserGroupPatchAttributes {
|
|
6581
|
+
name?: string;
|
|
6582
|
+
}
|
|
6561
6583
|
export interface JsonApiUserGroupPatchDocument {
|
|
6562
6584
|
data: JsonApiUserGroupPatch;
|
|
6563
6585
|
}
|
|
6586
|
+
export interface JsonApiUserGroupPatchRelationships {
|
|
6587
|
+
parents?: JsonApiUserGroupPatchRelationshipsParents;
|
|
6588
|
+
}
|
|
6589
|
+
export interface JsonApiUserGroupPatchRelationshipsParents {
|
|
6590
|
+
/**
|
|
6591
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
6592
|
+
*/
|
|
6593
|
+
data: Array<JsonApiUserGroupLinkage>;
|
|
6594
|
+
}
|
|
6564
6595
|
/**
|
|
6565
6596
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
6566
6597
|
*/
|
|
@@ -6599,7 +6630,7 @@ export interface JsonApiUserIdentifierOutDocument {
|
|
|
6599
6630
|
export interface JsonApiUserIdentifierOutList {
|
|
6600
6631
|
data: Array<JsonApiUserIdentifierOutWithLinks>;
|
|
6601
6632
|
links?: ListLinks;
|
|
6602
|
-
meta?:
|
|
6633
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6603
6634
|
}
|
|
6604
6635
|
export interface JsonApiUserIdentifierOutWithLinks {
|
|
6605
6636
|
/**
|
|
@@ -6626,22 +6657,13 @@ export interface JsonApiUserIn {
|
|
|
6626
6657
|
* API identifier of an object
|
|
6627
6658
|
*/
|
|
6628
6659
|
id: string;
|
|
6629
|
-
attributes?:
|
|
6630
|
-
relationships?:
|
|
6660
|
+
attributes?: JsonApiUserPatchAttributes;
|
|
6661
|
+
relationships?: JsonApiUserPatchRelationships;
|
|
6631
6662
|
}
|
|
6632
6663
|
export type JsonApiUserInTypeEnum = "user";
|
|
6633
|
-
export interface JsonApiUserInAttributes {
|
|
6634
|
-
authenticationId?: string;
|
|
6635
|
-
firstname?: string;
|
|
6636
|
-
lastname?: string;
|
|
6637
|
-
email?: string;
|
|
6638
|
-
}
|
|
6639
6664
|
export interface JsonApiUserInDocument {
|
|
6640
6665
|
data: JsonApiUserIn;
|
|
6641
6666
|
}
|
|
6642
|
-
export interface JsonApiUserInRelationships {
|
|
6643
|
-
userGroups?: JsonApiUserGroupInRelationshipsParents;
|
|
6644
|
-
}
|
|
6645
6667
|
/**
|
|
6646
6668
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
6647
6669
|
*/
|
|
@@ -6662,8 +6684,8 @@ export interface JsonApiUserOut {
|
|
|
6662
6684
|
* API identifier of an object
|
|
6663
6685
|
*/
|
|
6664
6686
|
id: string;
|
|
6665
|
-
attributes?:
|
|
6666
|
-
relationships?:
|
|
6687
|
+
attributes?: JsonApiUserPatchAttributes;
|
|
6688
|
+
relationships?: JsonApiUserPatchRelationships;
|
|
6667
6689
|
}
|
|
6668
6690
|
export type JsonApiUserOutTypeEnum = "user";
|
|
6669
6691
|
export interface JsonApiUserOutDocument {
|
|
@@ -6680,7 +6702,7 @@ export interface JsonApiUserOutDocument {
|
|
|
6680
6702
|
export interface JsonApiUserOutList {
|
|
6681
6703
|
data: Array<JsonApiUserOutWithLinks>;
|
|
6682
6704
|
links?: ListLinks;
|
|
6683
|
-
meta?:
|
|
6705
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6684
6706
|
/**
|
|
6685
6707
|
* Included resources
|
|
6686
6708
|
*/
|
|
@@ -6695,8 +6717,8 @@ export interface JsonApiUserOutWithLinks {
|
|
|
6695
6717
|
* API identifier of an object
|
|
6696
6718
|
*/
|
|
6697
6719
|
id: string;
|
|
6698
|
-
attributes?:
|
|
6699
|
-
relationships?:
|
|
6720
|
+
attributes?: JsonApiUserPatchAttributes;
|
|
6721
|
+
relationships?: JsonApiUserPatchRelationships;
|
|
6700
6722
|
links?: ObjectLinks;
|
|
6701
6723
|
}
|
|
6702
6724
|
export type JsonApiUserOutWithLinksTypeEnum = "user";
|
|
@@ -6712,13 +6734,22 @@ export interface JsonApiUserPatch {
|
|
|
6712
6734
|
* API identifier of an object
|
|
6713
6735
|
*/
|
|
6714
6736
|
id: string;
|
|
6715
|
-
attributes?:
|
|
6716
|
-
relationships?:
|
|
6737
|
+
attributes?: JsonApiUserPatchAttributes;
|
|
6738
|
+
relationships?: JsonApiUserPatchRelationships;
|
|
6717
6739
|
}
|
|
6718
6740
|
export type JsonApiUserPatchTypeEnum = "user";
|
|
6741
|
+
export interface JsonApiUserPatchAttributes {
|
|
6742
|
+
authenticationId?: string;
|
|
6743
|
+
firstname?: string;
|
|
6744
|
+
lastname?: string;
|
|
6745
|
+
email?: string;
|
|
6746
|
+
}
|
|
6719
6747
|
export interface JsonApiUserPatchDocument {
|
|
6720
6748
|
data: JsonApiUserPatch;
|
|
6721
6749
|
}
|
|
6750
|
+
export interface JsonApiUserPatchRelationships {
|
|
6751
|
+
userGroups?: JsonApiUserGroupPatchRelationshipsParents;
|
|
6752
|
+
}
|
|
6722
6753
|
/**
|
|
6723
6754
|
* JSON:API representation of userSetting entity.
|
|
6724
6755
|
*/
|
|
@@ -6731,7 +6762,7 @@ export interface JsonApiUserSettingIn {
|
|
|
6731
6762
|
* API identifier of an object
|
|
6732
6763
|
*/
|
|
6733
6764
|
id: string;
|
|
6734
|
-
attributes?:
|
|
6765
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
6735
6766
|
}
|
|
6736
6767
|
export type JsonApiUserSettingInTypeEnum = "userSetting";
|
|
6737
6768
|
export interface JsonApiUserSettingInDocument {
|
|
@@ -6749,7 +6780,7 @@ export interface JsonApiUserSettingOut {
|
|
|
6749
6780
|
* API identifier of an object
|
|
6750
6781
|
*/
|
|
6751
6782
|
id: string;
|
|
6752
|
-
attributes?:
|
|
6783
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
6753
6784
|
}
|
|
6754
6785
|
export type JsonApiUserSettingOutTypeEnum = "userSetting";
|
|
6755
6786
|
export interface JsonApiUserSettingOutDocument {
|
|
@@ -6762,7 +6793,7 @@ export interface JsonApiUserSettingOutDocument {
|
|
|
6762
6793
|
export interface JsonApiUserSettingOutList {
|
|
6763
6794
|
data: Array<JsonApiUserSettingOutWithLinks>;
|
|
6764
6795
|
links?: ListLinks;
|
|
6765
|
-
meta?:
|
|
6796
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6766
6797
|
}
|
|
6767
6798
|
export interface JsonApiUserSettingOutWithLinks {
|
|
6768
6799
|
/**
|
|
@@ -6773,7 +6804,7 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
6773
6804
|
* API identifier of an object
|
|
6774
6805
|
*/
|
|
6775
6806
|
id: string;
|
|
6776
|
-
attributes?:
|
|
6807
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
6777
6808
|
links?: ObjectLinks;
|
|
6778
6809
|
}
|
|
6779
6810
|
export type JsonApiUserSettingOutWithLinksTypeEnum = "userSetting";
|
|
@@ -6789,9 +6820,20 @@ export interface JsonApiVisualizationObjectIn {
|
|
|
6789
6820
|
* API identifier of an object
|
|
6790
6821
|
*/
|
|
6791
6822
|
id: string;
|
|
6792
|
-
attributes:
|
|
6823
|
+
attributes: JsonApiVisualizationObjectInAttributes;
|
|
6793
6824
|
}
|
|
6794
6825
|
export type JsonApiVisualizationObjectInTypeEnum = "visualizationObject";
|
|
6826
|
+
export interface JsonApiVisualizationObjectInAttributes {
|
|
6827
|
+
title?: string;
|
|
6828
|
+
description?: string;
|
|
6829
|
+
tags?: Array<string>;
|
|
6830
|
+
areRelationsValid?: boolean;
|
|
6831
|
+
/**
|
|
6832
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
6833
|
+
*/
|
|
6834
|
+
content: object;
|
|
6835
|
+
isHidden?: boolean;
|
|
6836
|
+
}
|
|
6795
6837
|
export interface JsonApiVisualizationObjectInDocument {
|
|
6796
6838
|
data: JsonApiVisualizationObjectIn;
|
|
6797
6839
|
}
|
|
@@ -6815,7 +6857,7 @@ export interface JsonApiVisualizationObjectOut {
|
|
|
6815
6857
|
* API identifier of an object
|
|
6816
6858
|
*/
|
|
6817
6859
|
id: string;
|
|
6818
|
-
meta?:
|
|
6860
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6819
6861
|
attributes: JsonApiVisualizationObjectOutAttributes;
|
|
6820
6862
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
6821
6863
|
}
|
|
@@ -6847,56 +6889,24 @@ export interface JsonApiVisualizationObjectOutDocument {
|
|
|
6847
6889
|
export interface JsonApiVisualizationObjectOutList {
|
|
6848
6890
|
data: Array<JsonApiVisualizationObjectOutWithLinks>;
|
|
6849
6891
|
links?: ListLinks;
|
|
6850
|
-
meta?:
|
|
6892
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6851
6893
|
/**
|
|
6852
6894
|
* Included resources
|
|
6853
6895
|
*/
|
|
6854
6896
|
included?: Array<JsonApiMetricOutIncludes>;
|
|
6855
6897
|
}
|
|
6856
|
-
export interface JsonApiVisualizationObjectOutMeta {
|
|
6857
|
-
origin?: JsonApiVisualizationObjectOutMetaOrigin;
|
|
6858
|
-
}
|
|
6859
|
-
export interface JsonApiVisualizationObjectOutMetaOrigin {
|
|
6860
|
-
/**
|
|
6861
|
-
* defines type of the origin of the entity
|
|
6862
|
-
*/
|
|
6863
|
-
originType: JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum;
|
|
6864
|
-
/**
|
|
6865
|
-
* defines id of the workspace where the entity comes from
|
|
6866
|
-
*/
|
|
6867
|
-
originId: string;
|
|
6868
|
-
}
|
|
6869
|
-
export type JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum = "NATIVE" | "PARENT";
|
|
6870
6898
|
export interface JsonApiVisualizationObjectOutRelationships {
|
|
6871
6899
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
6872
6900
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
6873
|
-
facts?:
|
|
6874
|
-
attributes?:
|
|
6901
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
6902
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
6875
6903
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
6876
6904
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
6877
|
-
datasets?:
|
|
6878
|
-
}
|
|
6879
|
-
export interface JsonApiVisualizationObjectOutRelationshipsAttributes {
|
|
6880
|
-
/**
|
|
6881
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
6882
|
-
*/
|
|
6883
|
-
data: Array<JsonApiAttributeLinkage>;
|
|
6905
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
6884
6906
|
}
|
|
6885
6907
|
export interface JsonApiVisualizationObjectOutRelationshipsCreatedBy {
|
|
6886
6908
|
data: JsonApiUserIdentifierLinkage | null;
|
|
6887
6909
|
}
|
|
6888
|
-
export interface JsonApiVisualizationObjectOutRelationshipsDatasets {
|
|
6889
|
-
/**
|
|
6890
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
6891
|
-
*/
|
|
6892
|
-
data: Array<JsonApiDatasetLinkage>;
|
|
6893
|
-
}
|
|
6894
|
-
export interface JsonApiVisualizationObjectOutRelationshipsFacts {
|
|
6895
|
-
/**
|
|
6896
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
6897
|
-
*/
|
|
6898
|
-
data: Array<JsonApiFactLinkage>;
|
|
6899
|
-
}
|
|
6900
6910
|
export interface JsonApiVisualizationObjectOutRelationshipsLabels {
|
|
6901
6911
|
/**
|
|
6902
6912
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -6918,7 +6928,7 @@ export interface JsonApiVisualizationObjectOutWithLinks {
|
|
|
6918
6928
|
* API identifier of an object
|
|
6919
6929
|
*/
|
|
6920
6930
|
id: string;
|
|
6921
|
-
meta?:
|
|
6931
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6922
6932
|
attributes: JsonApiVisualizationObjectOutAttributes;
|
|
6923
6933
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
6924
6934
|
links?: ObjectLinks;
|
|
@@ -6965,20 +6975,9 @@ export interface JsonApiVisualizationObjectPostOptionalId {
|
|
|
6965
6975
|
* API identifier of an object
|
|
6966
6976
|
*/
|
|
6967
6977
|
id?: string;
|
|
6968
|
-
attributes:
|
|
6978
|
+
attributes: JsonApiVisualizationObjectInAttributes;
|
|
6969
6979
|
}
|
|
6970
6980
|
export type JsonApiVisualizationObjectPostOptionalIdTypeEnum = "visualizationObject";
|
|
6971
|
-
export interface JsonApiVisualizationObjectPostOptionalIdAttributes {
|
|
6972
|
-
title?: string;
|
|
6973
|
-
description?: string;
|
|
6974
|
-
tags?: Array<string>;
|
|
6975
|
-
areRelationsValid?: boolean;
|
|
6976
|
-
/**
|
|
6977
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
6978
|
-
*/
|
|
6979
|
-
content: object;
|
|
6980
|
-
isHidden?: boolean;
|
|
6981
|
-
}
|
|
6982
6981
|
export interface JsonApiVisualizationObjectPostOptionalIdDocument {
|
|
6983
6982
|
data: JsonApiVisualizationObjectPostOptionalId;
|
|
6984
6983
|
}
|
|
@@ -7008,20 +7007,20 @@ export type JsonApiWorkspaceAutomationOutIncludes = JsonApiAnalyticalDashboardOu
|
|
|
7008
7007
|
export interface JsonApiWorkspaceAutomationOutList {
|
|
7009
7008
|
data: Array<JsonApiWorkspaceAutomationOutWithLinks>;
|
|
7010
7009
|
links?: ListLinks;
|
|
7011
|
-
meta?:
|
|
7010
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7012
7011
|
/**
|
|
7013
7012
|
* Included resources
|
|
7014
7013
|
*/
|
|
7015
7014
|
included?: Array<JsonApiWorkspaceAutomationOutIncludes>;
|
|
7016
7015
|
}
|
|
7017
7016
|
export interface JsonApiWorkspaceAutomationOutRelationships {
|
|
7018
|
-
workspace?:
|
|
7019
|
-
notificationChannel?:
|
|
7020
|
-
analyticalDashboard?:
|
|
7017
|
+
workspace?: JsonApiWorkspacePatchRelationshipsParent;
|
|
7018
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
7019
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
7021
7020
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7022
7021
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7023
|
-
exportDefinitions?:
|
|
7024
|
-
recipients?:
|
|
7022
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
7023
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
7025
7024
|
automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
7026
7025
|
}
|
|
7027
7026
|
export interface JsonApiWorkspaceAutomationOutWithLinks {
|
|
@@ -7077,7 +7076,7 @@ export interface JsonApiWorkspaceDataFilterOut {
|
|
|
7077
7076
|
* API identifier of an object
|
|
7078
7077
|
*/
|
|
7079
7078
|
id: string;
|
|
7080
|
-
meta?:
|
|
7079
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7081
7080
|
attributes?: JsonApiWorkspaceDataFilterOutAttributes;
|
|
7082
7081
|
relationships?: JsonApiWorkspaceDataFilterOutRelationships;
|
|
7083
7082
|
}
|
|
@@ -7101,7 +7100,7 @@ export interface JsonApiWorkspaceDataFilterOutDocument {
|
|
|
7101
7100
|
export interface JsonApiWorkspaceDataFilterOutList {
|
|
7102
7101
|
data: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
7103
7102
|
links?: ListLinks;
|
|
7104
|
-
meta?:
|
|
7103
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7105
7104
|
/**
|
|
7106
7105
|
* Included resources
|
|
7107
7106
|
*/
|
|
@@ -7125,7 +7124,7 @@ export interface JsonApiWorkspaceDataFilterOutWithLinks {
|
|
|
7125
7124
|
* API identifier of an object
|
|
7126
7125
|
*/
|
|
7127
7126
|
id: string;
|
|
7128
|
-
meta?:
|
|
7127
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7129
7128
|
attributes?: JsonApiWorkspaceDataFilterOutAttributes;
|
|
7130
7129
|
relationships?: JsonApiWorkspaceDataFilterOutRelationships;
|
|
7131
7130
|
links?: ObjectLinks;
|
|
@@ -7162,8 +7161,8 @@ export interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
7162
7161
|
* API identifier of an object
|
|
7163
7162
|
*/
|
|
7164
7163
|
id: string;
|
|
7165
|
-
attributes?:
|
|
7166
|
-
relationships?:
|
|
7164
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
7165
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
7167
7166
|
}
|
|
7168
7167
|
export type JsonApiWorkspaceDataFilterSettingInTypeEnum = "workspaceDataFilterSetting";
|
|
7169
7168
|
export interface JsonApiWorkspaceDataFilterSettingInDocument {
|
|
@@ -7189,11 +7188,16 @@ export interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
7189
7188
|
* API identifier of an object
|
|
7190
7189
|
*/
|
|
7191
7190
|
id: string;
|
|
7192
|
-
meta?:
|
|
7193
|
-
attributes?:
|
|
7194
|
-
relationships?:
|
|
7191
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7192
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
7193
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
7195
7194
|
}
|
|
7196
7195
|
export type JsonApiWorkspaceDataFilterSettingOutTypeEnum = "workspaceDataFilterSetting";
|
|
7196
|
+
export interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
7197
|
+
title?: string;
|
|
7198
|
+
description?: string;
|
|
7199
|
+
filterValues?: Array<string>;
|
|
7200
|
+
}
|
|
7197
7201
|
export interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
7198
7202
|
data: JsonApiWorkspaceDataFilterSettingOut;
|
|
7199
7203
|
links?: ObjectLinks;
|
|
@@ -7208,12 +7212,18 @@ export interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
|
7208
7212
|
export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
7209
7213
|
data: Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>;
|
|
7210
7214
|
links?: ListLinks;
|
|
7211
|
-
meta?:
|
|
7215
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7212
7216
|
/**
|
|
7213
7217
|
* Included resources
|
|
7214
7218
|
*/
|
|
7215
7219
|
included?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
7216
7220
|
}
|
|
7221
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
7222
|
+
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
7223
|
+
}
|
|
7224
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
7225
|
+
data: JsonApiWorkspaceDataFilterLinkage | null;
|
|
7226
|
+
}
|
|
7217
7227
|
export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
7218
7228
|
/**
|
|
7219
7229
|
* Object type
|
|
@@ -7223,9 +7233,9 @@ export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
7223
7233
|
* API identifier of an object
|
|
7224
7234
|
*/
|
|
7225
7235
|
id: string;
|
|
7226
|
-
meta?:
|
|
7227
|
-
attributes?:
|
|
7228
|
-
relationships?:
|
|
7236
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7237
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
7238
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
7229
7239
|
links?: ObjectLinks;
|
|
7230
7240
|
}
|
|
7231
7241
|
export type JsonApiWorkspaceDataFilterSettingOutWithLinksTypeEnum = "workspaceDataFilterSetting";
|
|
@@ -7241,24 +7251,13 @@ export interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
7241
7251
|
* API identifier of an object
|
|
7242
7252
|
*/
|
|
7243
7253
|
id: string;
|
|
7244
|
-
attributes?:
|
|
7245
|
-
relationships?:
|
|
7254
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
7255
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
7246
7256
|
}
|
|
7247
7257
|
export type JsonApiWorkspaceDataFilterSettingPatchTypeEnum = "workspaceDataFilterSetting";
|
|
7248
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchAttributes {
|
|
7249
|
-
title?: string;
|
|
7250
|
-
description?: string;
|
|
7251
|
-
filterValues?: Array<string>;
|
|
7252
|
-
}
|
|
7253
7258
|
export interface JsonApiWorkspaceDataFilterSettingPatchDocument {
|
|
7254
7259
|
data: JsonApiWorkspaceDataFilterSettingPatch;
|
|
7255
7260
|
}
|
|
7256
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchRelationships {
|
|
7257
|
-
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter;
|
|
7258
|
-
}
|
|
7259
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter {
|
|
7260
|
-
data: JsonApiWorkspaceDataFilterLinkage | null;
|
|
7261
|
-
}
|
|
7262
7261
|
/**
|
|
7263
7262
|
* JSON:API representation of workspace entity.
|
|
7264
7263
|
*/
|
|
@@ -7271,51 +7270,13 @@ export interface JsonApiWorkspaceIn {
|
|
|
7271
7270
|
* API identifier of an object
|
|
7272
7271
|
*/
|
|
7273
7272
|
id: string;
|
|
7274
|
-
attributes?:
|
|
7275
|
-
relationships?:
|
|
7273
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
7274
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
7276
7275
|
}
|
|
7277
7276
|
export type JsonApiWorkspaceInTypeEnum = "workspace";
|
|
7278
|
-
export interface JsonApiWorkspaceInAttributes {
|
|
7279
|
-
name?: string | null;
|
|
7280
|
-
/**
|
|
7281
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
7282
|
-
* @deprecated
|
|
7283
|
-
*/
|
|
7284
|
-
earlyAccess?: string | null;
|
|
7285
|
-
/**
|
|
7286
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
7287
|
-
*/
|
|
7288
|
-
earlyAccessValues?: Array<string> | null;
|
|
7289
|
-
description?: string | null;
|
|
7290
|
-
/**
|
|
7291
|
-
* Custom prefix of entity identifiers in workspace
|
|
7292
|
-
*/
|
|
7293
|
-
prefix?: string | null;
|
|
7294
|
-
cacheExtraLimit?: number;
|
|
7295
|
-
dataSource?: JsonApiWorkspaceInAttributesDataSource;
|
|
7296
|
-
}
|
|
7297
|
-
/**
|
|
7298
|
-
* 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.
|
|
7299
|
-
*/
|
|
7300
|
-
export interface JsonApiWorkspaceInAttributesDataSource {
|
|
7301
|
-
/**
|
|
7302
|
-
* The ID of the used data source.
|
|
7303
|
-
*/
|
|
7304
|
-
id: string;
|
|
7305
|
-
/**
|
|
7306
|
-
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
7307
|
-
*/
|
|
7308
|
-
schemaPath?: Array<string>;
|
|
7309
|
-
}
|
|
7310
7277
|
export interface JsonApiWorkspaceInDocument {
|
|
7311
7278
|
data: JsonApiWorkspaceIn;
|
|
7312
7279
|
}
|
|
7313
|
-
export interface JsonApiWorkspaceInRelationships {
|
|
7314
|
-
parent?: JsonApiWorkspaceInRelationshipsParent;
|
|
7315
|
-
}
|
|
7316
|
-
export interface JsonApiWorkspaceInRelationshipsParent {
|
|
7317
|
-
data: JsonApiWorkspaceLinkage | null;
|
|
7318
|
-
}
|
|
7319
7280
|
/**
|
|
7320
7281
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
7321
7282
|
*/
|
|
@@ -7337,8 +7298,8 @@ export interface JsonApiWorkspaceOut {
|
|
|
7337
7298
|
*/
|
|
7338
7299
|
id: string;
|
|
7339
7300
|
meta?: JsonApiWorkspaceOutMeta;
|
|
7340
|
-
attributes?:
|
|
7341
|
-
relationships?:
|
|
7301
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
7302
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
7342
7303
|
}
|
|
7343
7304
|
export type JsonApiWorkspaceOutTypeEnum = "workspace";
|
|
7344
7305
|
export interface JsonApiWorkspaceOutDocument {
|
|
@@ -7355,7 +7316,7 @@ export interface JsonApiWorkspaceOutDocument {
|
|
|
7355
7316
|
export interface JsonApiWorkspaceOutList {
|
|
7356
7317
|
data: Array<JsonApiWorkspaceOutWithLinks>;
|
|
7357
7318
|
links?: ListLinks;
|
|
7358
|
-
meta?:
|
|
7319
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7359
7320
|
/**
|
|
7360
7321
|
* Included resources
|
|
7361
7322
|
*/
|
|
@@ -7407,8 +7368,8 @@ export interface JsonApiWorkspaceOutWithLinks {
|
|
|
7407
7368
|
*/
|
|
7408
7369
|
id: string;
|
|
7409
7370
|
meta?: JsonApiWorkspaceOutMeta;
|
|
7410
|
-
attributes?:
|
|
7411
|
-
relationships?:
|
|
7371
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
7372
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
7412
7373
|
links?: ObjectLinks;
|
|
7413
7374
|
}
|
|
7414
7375
|
export type JsonApiWorkspaceOutWithLinksTypeEnum = "workspace";
|
|
@@ -7424,13 +7385,51 @@ export interface JsonApiWorkspacePatch {
|
|
|
7424
7385
|
* API identifier of an object
|
|
7425
7386
|
*/
|
|
7426
7387
|
id: string;
|
|
7427
|
-
attributes?:
|
|
7428
|
-
relationships?:
|
|
7388
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
7389
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
7429
7390
|
}
|
|
7430
7391
|
export type JsonApiWorkspacePatchTypeEnum = "workspace";
|
|
7392
|
+
export interface JsonApiWorkspacePatchAttributes {
|
|
7393
|
+
name?: string | null;
|
|
7394
|
+
/**
|
|
7395
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
7396
|
+
* @deprecated
|
|
7397
|
+
*/
|
|
7398
|
+
earlyAccess?: string | null;
|
|
7399
|
+
/**
|
|
7400
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
7401
|
+
*/
|
|
7402
|
+
earlyAccessValues?: Array<string> | null;
|
|
7403
|
+
description?: string | null;
|
|
7404
|
+
/**
|
|
7405
|
+
* Custom prefix of entity identifiers in workspace
|
|
7406
|
+
*/
|
|
7407
|
+
prefix?: string | null;
|
|
7408
|
+
cacheExtraLimit?: number;
|
|
7409
|
+
dataSource?: JsonApiWorkspacePatchAttributesDataSource;
|
|
7410
|
+
}
|
|
7411
|
+
/**
|
|
7412
|
+
* 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.
|
|
7413
|
+
*/
|
|
7414
|
+
export interface JsonApiWorkspacePatchAttributesDataSource {
|
|
7415
|
+
/**
|
|
7416
|
+
* The ID of the used data source.
|
|
7417
|
+
*/
|
|
7418
|
+
id: string;
|
|
7419
|
+
/**
|
|
7420
|
+
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
7421
|
+
*/
|
|
7422
|
+
schemaPath?: Array<string>;
|
|
7423
|
+
}
|
|
7431
7424
|
export interface JsonApiWorkspacePatchDocument {
|
|
7432
7425
|
data: JsonApiWorkspacePatch;
|
|
7433
7426
|
}
|
|
7427
|
+
export interface JsonApiWorkspacePatchRelationships {
|
|
7428
|
+
parent?: JsonApiWorkspacePatchRelationshipsParent;
|
|
7429
|
+
}
|
|
7430
|
+
export interface JsonApiWorkspacePatchRelationshipsParent {
|
|
7431
|
+
data: JsonApiWorkspaceLinkage | null;
|
|
7432
|
+
}
|
|
7434
7433
|
/**
|
|
7435
7434
|
* JSON:API representation of workspaceSetting entity.
|
|
7436
7435
|
*/
|
|
@@ -7443,7 +7442,7 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
7443
7442
|
* API identifier of an object
|
|
7444
7443
|
*/
|
|
7445
7444
|
id: string;
|
|
7446
|
-
attributes?:
|
|
7445
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
7447
7446
|
}
|
|
7448
7447
|
export type JsonApiWorkspaceSettingInTypeEnum = "workspaceSetting";
|
|
7449
7448
|
export interface JsonApiWorkspaceSettingInDocument {
|
|
@@ -7461,8 +7460,8 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
7461
7460
|
* API identifier of an object
|
|
7462
7461
|
*/
|
|
7463
7462
|
id: string;
|
|
7464
|
-
meta?:
|
|
7465
|
-
attributes?:
|
|
7463
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7464
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
7466
7465
|
}
|
|
7467
7466
|
export type JsonApiWorkspaceSettingOutTypeEnum = "workspaceSetting";
|
|
7468
7467
|
export interface JsonApiWorkspaceSettingOutDocument {
|
|
@@ -7475,7 +7474,7 @@ export interface JsonApiWorkspaceSettingOutDocument {
|
|
|
7475
7474
|
export interface JsonApiWorkspaceSettingOutList {
|
|
7476
7475
|
data: Array<JsonApiWorkspaceSettingOutWithLinks>;
|
|
7477
7476
|
links?: ListLinks;
|
|
7478
|
-
meta?:
|
|
7477
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7479
7478
|
}
|
|
7480
7479
|
export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
7481
7480
|
/**
|
|
@@ -7486,8 +7485,8 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
7486
7485
|
* API identifier of an object
|
|
7487
7486
|
*/
|
|
7488
7487
|
id: string;
|
|
7489
|
-
meta?:
|
|
7490
|
-
attributes?:
|
|
7488
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7489
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
7491
7490
|
links?: ObjectLinks;
|
|
7492
7491
|
}
|
|
7493
7492
|
export type JsonApiWorkspaceSettingOutWithLinksTypeEnum = "workspaceSetting";
|
|
@@ -7503,7 +7502,7 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
7503
7502
|
* API identifier of an object
|
|
7504
7503
|
*/
|
|
7505
7504
|
id: string;
|
|
7506
|
-
attributes?:
|
|
7505
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
7507
7506
|
}
|
|
7508
7507
|
export type JsonApiWorkspaceSettingPatchTypeEnum = "workspaceSetting";
|
|
7509
7508
|
export interface JsonApiWorkspaceSettingPatchDocument {
|
|
@@ -7521,7 +7520,7 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
7521
7520
|
* API identifier of an object
|
|
7522
7521
|
*/
|
|
7523
7522
|
id?: string;
|
|
7524
|
-
attributes?:
|
|
7523
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
7525
7524
|
}
|
|
7526
7525
|
export type JsonApiWorkspaceSettingPostOptionalIdTypeEnum = "workspaceSetting";
|
|
7527
7526
|
export interface JsonApiWorkspaceSettingPostOptionalIdDocument {
|
|
@@ -8052,7 +8051,7 @@ export interface ResolvedSetting {
|
|
|
8052
8051
|
*/
|
|
8053
8052
|
type?: ResolvedSettingTypeEnum;
|
|
8054
8053
|
}
|
|
8055
|
-
export type ResolvedSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "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" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE";
|
|
8054
|
+
export type ResolvedSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "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" | "SORT_CASE_SENSITIVE";
|
|
8056
8055
|
export interface RsaSpecification {
|
|
8057
8056
|
kty: RsaSpecificationKtyEnum;
|
|
8058
8057
|
alg: RsaSpecificationAlgEnum;
|