@gooddata/api-client-tiger 11.5.0-alpha.3 → 11.5.0-alpha.5
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 +543 -513
- package/esm/execution.d.ts +1 -1
- package/esm/execution.d.ts.map +1 -1
- package/esm/execution.js +1 -0
- package/esm/execution.js.map +1 -1
- package/esm/executionResult.d.ts +1 -1
- package/esm/executionResult.d.ts.map +1 -1
- package/esm/executionResult.js +1 -0
- package/esm/executionResult.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +68 -42
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +0 -23
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +102 -59
- package/esm/generated/auth-json-api/api.d.ts +0 -551
- package/esm/generated/auth-json-api/api.d.ts.map +1 -1
- package/esm/generated/auth-json-api/api.js +0 -696
- package/esm/generated/auth-json-api/api.js.map +1 -1
- package/esm/generated/auth-json-api/openapi-spec.json +0 -166
- package/esm/generated/automation-json-api/api.d.ts +1 -0
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +1 -0
- package/esm/generated/metadata-json-api/api.d.ts +412 -408
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +66 -68
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +5984 -6053
- package/esm/generated/result-json-api/base.d.ts.map +1 -1
- package/esm/generated/result-json-api/base.js +1 -1
- package/esm/generated/result-json-api/base.js.map +1 -1
- package/esm/generated/result-json-api/openapi-spec.json +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -2253,20 +2253,6 @@ declare interface ActionsApiGetMemoryItemRequest {
|
|
|
2253
2253
|
readonly memoryId: string;
|
|
2254
2254
|
}
|
|
2255
2255
|
|
|
2256
|
-
/**
|
|
2257
|
-
* Request parameters for getQualityIssues operation in ActionsApi.
|
|
2258
|
-
* @export
|
|
2259
|
-
* @interface ActionsApiGetQualityIssuesRequest
|
|
2260
|
-
*/
|
|
2261
|
-
declare interface ActionsApiGetQualityIssuesRequest {
|
|
2262
|
-
/**
|
|
2263
|
-
* Workspace identifier
|
|
2264
|
-
* @type {string}
|
|
2265
|
-
* @memberof ActionsApiGetQualityIssues
|
|
2266
|
-
*/
|
|
2267
|
-
readonly workspaceId: string;
|
|
2268
|
-
}
|
|
2269
|
-
|
|
2270
2256
|
/**
|
|
2271
2257
|
* Request parameters for getTranslationTags operation in ActionsApi.
|
|
2272
2258
|
* @export
|
|
@@ -5273,7 +5259,7 @@ export declare class AfmActionsApi extends LabelElementsBaseApi implements AfmAc
|
|
|
5273
5259
|
* @throws {RequiredError}
|
|
5274
5260
|
* @memberof ActionsApi
|
|
5275
5261
|
*/
|
|
5276
|
-
getQualityIssues(requestParameters:
|
|
5262
|
+
getQualityIssues(requestParameters: AfmActionsApiGetQualityIssuesRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<AfmGetQualityIssuesResponse, any, {}>>;
|
|
5277
5263
|
/**
|
|
5278
5264
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
5279
5265
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -5895,7 +5881,7 @@ export declare const AfmActionsApiFactory: (configuration?: LabelElementsConfigu
|
|
|
5895
5881
|
* @param {*} [options] Override http request option.
|
|
5896
5882
|
* @throws {RequiredError}
|
|
5897
5883
|
*/
|
|
5898
|
-
getQualityIssues(requestParameters:
|
|
5884
|
+
getQualityIssues(requestParameters: AfmActionsApiGetQualityIssuesRequest, options?: AxiosRequestConfig): AxiosPromise<AfmGetQualityIssuesResponse>;
|
|
5899
5885
|
/**
|
|
5900
5886
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
5901
5887
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -6212,7 +6198,7 @@ export declare const AfmActionsApiFp: (configuration?: LabelElementsConfiguratio
|
|
|
6212
6198
|
* @param {*} [options] Override http request option.
|
|
6213
6199
|
* @throws {RequiredError}
|
|
6214
6200
|
*/
|
|
6215
|
-
getQualityIssues(workspaceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
6201
|
+
getQualityIssues(workspaceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AfmGetQualityIssuesResponse>>;
|
|
6216
6202
|
/**
|
|
6217
6203
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
6218
6204
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -6318,6 +6304,20 @@ export declare const AfmActionsApiFp: (configuration?: LabelElementsConfiguratio
|
|
|
6318
6304
|
validateLLMEndpointById(llmEndpointId: string, validateLLMEndpointByIdRequest?: ValidateLLMEndpointByIdRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ValidateLLMEndpointResponse>>;
|
|
6319
6305
|
};
|
|
6320
6306
|
|
|
6307
|
+
/**
|
|
6308
|
+
* Request parameters for getQualityIssues operation in ActionsApi.
|
|
6309
|
+
* @export
|
|
6310
|
+
* @interface ActionsApiGetQualityIssuesRequest
|
|
6311
|
+
*/
|
|
6312
|
+
export declare interface AfmActionsApiGetQualityIssuesRequest {
|
|
6313
|
+
/**
|
|
6314
|
+
* Workspace identifier
|
|
6315
|
+
* @type {string}
|
|
6316
|
+
* @memberof ActionsApiGetQualityIssues
|
|
6317
|
+
*/
|
|
6318
|
+
readonly workspaceId: string;
|
|
6319
|
+
}
|
|
6320
|
+
|
|
6321
6321
|
/**
|
|
6322
6322
|
* ActionsApi - interface
|
|
6323
6323
|
* @export
|
|
@@ -6530,7 +6530,7 @@ export declare interface AfmActionsApiInterface {
|
|
|
6530
6530
|
* @throws {RequiredError}
|
|
6531
6531
|
* @memberof ActionsApiInterface
|
|
6532
6532
|
*/
|
|
6533
|
-
getQualityIssues(requestParameters:
|
|
6533
|
+
getQualityIssues(requestParameters: AfmActionsApiGetQualityIssuesRequest, options?: AxiosRequestConfig): AxiosPromise<AfmGetQualityIssuesResponse>;
|
|
6534
6534
|
/**
|
|
6535
6535
|
* (EXPERIMENTAL) Computes key driver analysis for the provided execution definition.
|
|
6536
6536
|
* @summary (EXPERIMENTAL) Compute key driver analysis
|
|
@@ -6851,6 +6851,10 @@ export declare type AfmFilterDefinition = AfmAbsoluteDateFilter | AfmComparisonM
|
|
|
6851
6851
|
*/
|
|
6852
6852
|
export declare type AfmFilterDefinitionForSimpleMeasure = AfmAttributeFilter | AfmDateFilter;
|
|
6853
6853
|
|
|
6854
|
+
export declare interface AfmGetQualityIssuesResponse {
|
|
6855
|
+
issues: Array<AfmQualityIssue>;
|
|
6856
|
+
}
|
|
6857
|
+
|
|
6854
6858
|
/**
|
|
6855
6859
|
* @type AfmIdentifier
|
|
6856
6860
|
* Reference to the attribute label to which the filter should be applied.
|
|
@@ -6908,6 +6912,48 @@ export declare interface AfmMeasureItem {
|
|
|
6908
6912
|
definition: AfmMeasureDefinition;
|
|
6909
6913
|
}
|
|
6910
6914
|
|
|
6915
|
+
/**
|
|
6916
|
+
* Individual change analysis data item
|
|
6917
|
+
*/
|
|
6918
|
+
export declare interface AfmMetricValueChange {
|
|
6919
|
+
/**
|
|
6920
|
+
* The name of the attribute being analyzed
|
|
6921
|
+
*/
|
|
6922
|
+
attributeName: string;
|
|
6923
|
+
/**
|
|
6924
|
+
* The value of the attribute being analyzed
|
|
6925
|
+
*/
|
|
6926
|
+
attributeValue: string;
|
|
6927
|
+
/**
|
|
6928
|
+
* The metric value in the analyzed period
|
|
6929
|
+
*/
|
|
6930
|
+
metricValueInAnalyzedPeriod: number;
|
|
6931
|
+
/**
|
|
6932
|
+
* The metric value in the reference period
|
|
6933
|
+
*/
|
|
6934
|
+
metricValueInReferencePeriod: number;
|
|
6935
|
+
/**
|
|
6936
|
+
* The delta between analyzed and reference periods
|
|
6937
|
+
*/
|
|
6938
|
+
metricValueDelta: number;
|
|
6939
|
+
/**
|
|
6940
|
+
* The absolute delta between analyzed and reference periods
|
|
6941
|
+
*/
|
|
6942
|
+
metricValueDeltaAbs: number;
|
|
6943
|
+
/**
|
|
6944
|
+
* The mean of attribute value changes for the attribute being analyzed
|
|
6945
|
+
*/
|
|
6946
|
+
attributeValuesChangeMean: number;
|
|
6947
|
+
/**
|
|
6948
|
+
* The standard deviation of attribute value changes for the attribute being analyzed
|
|
6949
|
+
*/
|
|
6950
|
+
attributeValuesChangeStd: number;
|
|
6951
|
+
/**
|
|
6952
|
+
* Whether the change is statistically significant
|
|
6953
|
+
*/
|
|
6954
|
+
isSignificantChange: boolean;
|
|
6955
|
+
}
|
|
6956
|
+
|
|
6911
6957
|
/**
|
|
6912
6958
|
* Top level executable entity. Combination of [A]ttributes, [F]ilters & [M]etrics.
|
|
6913
6959
|
*/
|
|
@@ -7223,6 +7269,20 @@ export declare interface AfmPositiveAttributeFilterPositiveAttributeFilter {
|
|
|
7223
7269
|
label: AfmModelIdentifier;
|
|
7224
7270
|
}
|
|
7225
7271
|
|
|
7272
|
+
export declare interface AfmQualityIssue {
|
|
7273
|
+
objects: Array<AfmQualityIssueObject>;
|
|
7274
|
+
severity: string;
|
|
7275
|
+
code: string;
|
|
7276
|
+
detail: {
|
|
7277
|
+
[key: string]: object;
|
|
7278
|
+
};
|
|
7279
|
+
}
|
|
7280
|
+
|
|
7281
|
+
export declare interface AfmQualityIssueObject {
|
|
7282
|
+
type: string;
|
|
7283
|
+
id: string;
|
|
7284
|
+
}
|
|
7285
|
+
|
|
7226
7286
|
/**
|
|
7227
7287
|
* Filter the result by comparing specified metric to given range of values.
|
|
7228
7288
|
*/
|
|
@@ -7885,7 +7945,6 @@ export declare const ApiEntitlementNameEnum: {
|
|
|
7885
7945
|
readonly EXTRA_CACHE: "ExtraCache";
|
|
7886
7946
|
readonly HIPAA: "Hipaa";
|
|
7887
7947
|
readonly PDF_EXPORTS: "PdfExports";
|
|
7888
|
-
readonly MANAGED_OIDC: "ManagedOIDC";
|
|
7889
7948
|
readonly UI_LOCALIZATION: "UiLocalization";
|
|
7890
7949
|
readonly TIER: "Tier";
|
|
7891
7950
|
readonly USER_COUNT: "UserCount";
|
|
@@ -9214,6 +9273,20 @@ export declare interface AttributeElementsByValue {
|
|
|
9214
9273
|
values: Array<string | null>;
|
|
9215
9274
|
}
|
|
9216
9275
|
|
|
9276
|
+
/**
|
|
9277
|
+
* Attribute equality filter
|
|
9278
|
+
*/
|
|
9279
|
+
declare interface AttributeEqualityFilter {
|
|
9280
|
+
/**
|
|
9281
|
+
* The attribute label identifier to filter on
|
|
9282
|
+
*/
|
|
9283
|
+
labelIdentifier: string;
|
|
9284
|
+
/**
|
|
9285
|
+
* List of values to match (IN operation)
|
|
9286
|
+
*/
|
|
9287
|
+
values: Array<string | null>;
|
|
9288
|
+
}
|
|
9289
|
+
|
|
9217
9290
|
export declare interface AttributeExecutionResultHeader {
|
|
9218
9291
|
attributeHeader: AttributeResultHeader;
|
|
9219
9292
|
}
|
|
@@ -10642,6 +10715,7 @@ export declare interface AutomationAutomationImageExport {
|
|
|
10642
10715
|
* Additional information for the automation.
|
|
10643
10716
|
*/
|
|
10644
10717
|
export declare interface AutomationAutomationMetadata {
|
|
10718
|
+
[key: string]: any;
|
|
10645
10719
|
widget?: string;
|
|
10646
10720
|
visibleFilters?: Array<AutomationVisibleFilter>;
|
|
10647
10721
|
}
|
|
@@ -11355,6 +11429,7 @@ export declare type AutomationMeasureValueFilter = AutomationComparisonMeasureVa
|
|
|
11355
11429
|
* Additional information for the automation.
|
|
11356
11430
|
*/
|
|
11357
11431
|
export declare interface AutomationMetadata {
|
|
11432
|
+
[key: string]: any;
|
|
11358
11433
|
widget?: string;
|
|
11359
11434
|
visibleFilters?: Array<VisibleFilter>;
|
|
11360
11435
|
}
|
|
@@ -14104,8 +14179,14 @@ export declare interface CacheUsageData {
|
|
|
14104
14179
|
* Request for change analysis computation
|
|
14105
14180
|
*/
|
|
14106
14181
|
declare interface ChangeAnalysisRequest {
|
|
14107
|
-
|
|
14108
|
-
|
|
14182
|
+
/**
|
|
14183
|
+
* The metric identifier to analyze for changes
|
|
14184
|
+
*/
|
|
14185
|
+
metricIdentifier: string;
|
|
14186
|
+
/**
|
|
14187
|
+
* The date attribute identifier to use for time period comparison
|
|
14188
|
+
*/
|
|
14189
|
+
dateAttributeIdentifier: string;
|
|
14109
14190
|
/**
|
|
14110
14191
|
* The reference time period (e.g., \'2025-01\')
|
|
14111
14192
|
*/
|
|
@@ -14115,13 +14196,13 @@ declare interface ChangeAnalysisRequest {
|
|
|
14115
14196
|
*/
|
|
14116
14197
|
analyzedPeriod: string;
|
|
14117
14198
|
/**
|
|
14118
|
-
*
|
|
14199
|
+
* Label identifiers of attributes to analyze for significant changes. If empty, valid attributes will be automatically discovered.
|
|
14119
14200
|
*/
|
|
14120
|
-
|
|
14201
|
+
attributeLabelIdentifiers: Array<string>;
|
|
14121
14202
|
/**
|
|
14122
|
-
*
|
|
14203
|
+
* Optional filters to apply.
|
|
14123
14204
|
*/
|
|
14124
|
-
|
|
14205
|
+
filters: Array<AttributeEqualityFilter>;
|
|
14125
14206
|
}
|
|
14126
14207
|
|
|
14127
14208
|
/**
|
|
@@ -14138,9 +14219,7 @@ declare interface ChangeAnalysisResult {
|
|
|
14138
14219
|
/**
|
|
14139
14220
|
* The change analysis result data containing significant changes.
|
|
14140
14221
|
*/
|
|
14141
|
-
data:
|
|
14142
|
-
[key: string]: object;
|
|
14143
|
-
};
|
|
14222
|
+
data: Array<AfmMetricValueChange>;
|
|
14144
14223
|
}
|
|
14145
14224
|
|
|
14146
14225
|
/**
|
|
@@ -14350,8 +14429,8 @@ export declare interface ClusteringResult {
|
|
|
14350
14429
|
xCoord?: Array<number | null>;
|
|
14351
14430
|
yCoord?: Array<number | null>;
|
|
14352
14431
|
clusters: Array<number | null>;
|
|
14353
|
-
xcoord: Array<number>;
|
|
14354
14432
|
ycoord: Array<number>;
|
|
14433
|
+
xcoord: Array<number>;
|
|
14355
14434
|
}
|
|
14356
14435
|
|
|
14357
14436
|
/**
|
|
@@ -38838,7 +38917,6 @@ export declare const EntitlementsRequestEntitlementsNameEnum: {
|
|
|
38838
38917
|
readonly EXTRA_CACHE: "ExtraCache";
|
|
38839
38918
|
readonly HIPAA: "Hipaa";
|
|
38840
38919
|
readonly PDF_EXPORTS: "PdfExports";
|
|
38841
|
-
readonly MANAGED_OIDC: "ManagedOIDC";
|
|
38842
38920
|
readonly UI_LOCALIZATION: "UiLocalization";
|
|
38843
38921
|
readonly TIER: "Tier";
|
|
38844
38922
|
readonly USER_COUNT: "UserCount";
|
|
@@ -42483,6 +42561,10 @@ export declare interface GenerateLdmRequest {
|
|
|
42483
42561
|
* Columns starting with this prefix will be considered as references. The prefix is then followed by the value of `separator` parameter. Given the reference prefix is `r` and separator is `__`, the columns with name like `r__customer__customer_id` will be considered as references to customer_id in customer table.
|
|
42484
42562
|
*/
|
|
42485
42563
|
referencePrefix?: string;
|
|
42564
|
+
/**
|
|
42565
|
+
* Columns starting with this prefix will be considered as references to date dataset. The prefix is then followed by the value of `separator` parameter. Given the reference prefix is `d` and separator is `__`, the columns with name like `d__date` will be considered as reference to date dataset. There can be also second separator and granularity suffix, e.g. `d__date__day` to create attribute reference to exact date dataset and granularity.
|
|
42566
|
+
*/
|
|
42567
|
+
dateReferencePrefix?: string;
|
|
42486
42568
|
/**
|
|
42487
42569
|
* Columns starting with this prefix will be considered as grain references. The prefix is then followed by the value of `separator` parameter. For composite references, the reference is multivalue if at least one column is multivalue. Given the reference prefix is `grr` and separator is `__`, the columns with name like `grr__customer__customer_id` will be considered as grain references to customer_id in customer table.
|
|
42488
42570
|
*/
|
|
@@ -42612,10 +42694,6 @@ export declare interface GenerateLogicalDataModelApiInterface {
|
|
|
42612
42694
|
generateLogicalModel(requestParameters: GenerateLogicalDataModelApiGenerateLogicalModelRequest, options?: AxiosRequestConfig): AxiosPromise<DeclarativeModel>;
|
|
42613
42695
|
}
|
|
42614
42696
|
|
|
42615
|
-
declare interface GetQualityIssuesResponse {
|
|
42616
|
-
issues: Array<QualityIssue>;
|
|
42617
|
-
}
|
|
42618
|
-
|
|
42619
42697
|
/**
|
|
42620
42698
|
* A grain identifier.
|
|
42621
42699
|
*/
|
|
@@ -44900,7 +44978,18 @@ export declare interface JsonApiAttributeHierarchyIn {
|
|
|
44900
44978
|
* API identifier of an object
|
|
44901
44979
|
*/
|
|
44902
44980
|
id: string;
|
|
44903
|
-
attributes?:
|
|
44981
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
44982
|
+
}
|
|
44983
|
+
|
|
44984
|
+
export declare interface JsonApiAttributeHierarchyInAttributes {
|
|
44985
|
+
title?: string;
|
|
44986
|
+
description?: string;
|
|
44987
|
+
tags?: Array<string>;
|
|
44988
|
+
areRelationsValid?: boolean;
|
|
44989
|
+
/**
|
|
44990
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
44991
|
+
*/
|
|
44992
|
+
content?: object;
|
|
44904
44993
|
}
|
|
44905
44994
|
|
|
44906
44995
|
export declare interface JsonApiAttributeHierarchyInDocument {
|
|
@@ -45029,18 +45118,7 @@ export declare interface JsonApiAttributeHierarchyPatch {
|
|
|
45029
45118
|
* API identifier of an object
|
|
45030
45119
|
*/
|
|
45031
45120
|
id: string;
|
|
45032
|
-
attributes?:
|
|
45033
|
-
}
|
|
45034
|
-
|
|
45035
|
-
export declare interface JsonApiAttributeHierarchyPatchAttributes {
|
|
45036
|
-
title?: string;
|
|
45037
|
-
description?: string;
|
|
45038
|
-
tags?: Array<string>;
|
|
45039
|
-
areRelationsValid?: boolean;
|
|
45040
|
-
/**
|
|
45041
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
45042
|
-
*/
|
|
45043
|
-
content?: object;
|
|
45121
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
45044
45122
|
}
|
|
45045
45123
|
|
|
45046
45124
|
export declare interface JsonApiAttributeHierarchyPatchDocument {
|
|
@@ -45221,14 +45299,67 @@ export declare interface JsonApiAutomationIn {
|
|
|
45221
45299
|
* API identifier of an object
|
|
45222
45300
|
*/
|
|
45223
45301
|
id: string;
|
|
45224
|
-
attributes?:
|
|
45225
|
-
relationships?:
|
|
45302
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
45303
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
45304
|
+
}
|
|
45305
|
+
|
|
45306
|
+
export declare interface JsonApiAutomationInAttributes {
|
|
45307
|
+
title?: string;
|
|
45308
|
+
description?: string;
|
|
45309
|
+
tags?: Array<string>;
|
|
45310
|
+
areRelationsValid?: boolean;
|
|
45311
|
+
/**
|
|
45312
|
+
* Additional details to be included in the automated message.
|
|
45313
|
+
*/
|
|
45314
|
+
details?: object;
|
|
45315
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
45316
|
+
/**
|
|
45317
|
+
* Current state of the automation.
|
|
45318
|
+
*/
|
|
45319
|
+
state?: JsonApiAutomationInAttributesStateEnum;
|
|
45320
|
+
/**
|
|
45321
|
+
* Specify automation evaluation mode.
|
|
45322
|
+
*/
|
|
45323
|
+
evaluationMode?: JsonApiAutomationInAttributesEvaluationModeEnum;
|
|
45324
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
45325
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
45326
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
45327
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
45328
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
45329
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
45330
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
45331
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
45332
|
+
/**
|
|
45333
|
+
* External recipients of the automation action results.
|
|
45334
|
+
*/
|
|
45335
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
45226
45336
|
}
|
|
45227
45337
|
|
|
45338
|
+
export declare const JsonApiAutomationInAttributesEvaluationModeEnum: {
|
|
45339
|
+
readonly SHARED: "SHARED";
|
|
45340
|
+
readonly PER_RECIPIENT: "PER_RECIPIENT";
|
|
45341
|
+
};
|
|
45342
|
+
|
|
45343
|
+
export declare type JsonApiAutomationInAttributesEvaluationModeEnum = (typeof JsonApiAutomationInAttributesEvaluationModeEnum)[keyof typeof JsonApiAutomationInAttributesEvaluationModeEnum];
|
|
45344
|
+
|
|
45345
|
+
export declare const JsonApiAutomationInAttributesStateEnum: {
|
|
45346
|
+
readonly ACTIVE: "ACTIVE";
|
|
45347
|
+
readonly PAUSED: "PAUSED";
|
|
45348
|
+
};
|
|
45349
|
+
|
|
45350
|
+
export declare type JsonApiAutomationInAttributesStateEnum = (typeof JsonApiAutomationInAttributesStateEnum)[keyof typeof JsonApiAutomationInAttributesStateEnum];
|
|
45351
|
+
|
|
45228
45352
|
export declare interface JsonApiAutomationInDocument {
|
|
45229
45353
|
data: JsonApiAutomationIn;
|
|
45230
45354
|
}
|
|
45231
45355
|
|
|
45356
|
+
export declare interface JsonApiAutomationInRelationships {
|
|
45357
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
45358
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
45359
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
45360
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
45361
|
+
}
|
|
45362
|
+
|
|
45232
45363
|
export declare const JsonApiAutomationInTypeEnum: {
|
|
45233
45364
|
readonly AUTOMATION: "automation";
|
|
45234
45365
|
};
|
|
@@ -45342,6 +45473,7 @@ export declare interface JsonApiAutomationOutAttributesImageExportsInner {
|
|
|
45342
45473
|
* Additional information for the automation.
|
|
45343
45474
|
*/
|
|
45344
45475
|
export declare interface JsonApiAutomationOutAttributesMetadata {
|
|
45476
|
+
[key: string]: any;
|
|
45345
45477
|
widget?: string;
|
|
45346
45478
|
visibleFilters?: Array<VisibleFilter>;
|
|
45347
45479
|
}
|
|
@@ -45489,67 +45621,14 @@ export declare interface JsonApiAutomationPatch {
|
|
|
45489
45621
|
* API identifier of an object
|
|
45490
45622
|
*/
|
|
45491
45623
|
id: string;
|
|
45492
|
-
attributes?:
|
|
45493
|
-
relationships?:
|
|
45624
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
45625
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
45494
45626
|
}
|
|
45495
45627
|
|
|
45496
|
-
export declare interface JsonApiAutomationPatchAttributes {
|
|
45497
|
-
title?: string;
|
|
45498
|
-
description?: string;
|
|
45499
|
-
tags?: Array<string>;
|
|
45500
|
-
areRelationsValid?: boolean;
|
|
45501
|
-
/**
|
|
45502
|
-
* Additional details to be included in the automated message.
|
|
45503
|
-
*/
|
|
45504
|
-
details?: object;
|
|
45505
|
-
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
45506
|
-
/**
|
|
45507
|
-
* Current state of the automation.
|
|
45508
|
-
*/
|
|
45509
|
-
state?: JsonApiAutomationPatchAttributesStateEnum;
|
|
45510
|
-
/**
|
|
45511
|
-
* Specify automation evaluation mode.
|
|
45512
|
-
*/
|
|
45513
|
-
evaluationMode?: JsonApiAutomationPatchAttributesEvaluationModeEnum;
|
|
45514
|
-
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
45515
|
-
alert?: JsonApiAutomationOutAttributesAlert;
|
|
45516
|
-
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
45517
|
-
visualExports?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
45518
|
-
imageExports?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
45519
|
-
rawExports?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
45520
|
-
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
45521
|
-
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
45522
|
-
/**
|
|
45523
|
-
* External recipients of the automation action results.
|
|
45524
|
-
*/
|
|
45525
|
-
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
45526
|
-
}
|
|
45527
|
-
|
|
45528
|
-
export declare const JsonApiAutomationPatchAttributesEvaluationModeEnum: {
|
|
45529
|
-
readonly SHARED: "SHARED";
|
|
45530
|
-
readonly PER_RECIPIENT: "PER_RECIPIENT";
|
|
45531
|
-
};
|
|
45532
|
-
|
|
45533
|
-
export declare type JsonApiAutomationPatchAttributesEvaluationModeEnum = (typeof JsonApiAutomationPatchAttributesEvaluationModeEnum)[keyof typeof JsonApiAutomationPatchAttributesEvaluationModeEnum];
|
|
45534
|
-
|
|
45535
|
-
export declare const JsonApiAutomationPatchAttributesStateEnum: {
|
|
45536
|
-
readonly ACTIVE: "ACTIVE";
|
|
45537
|
-
readonly PAUSED: "PAUSED";
|
|
45538
|
-
};
|
|
45539
|
-
|
|
45540
|
-
export declare type JsonApiAutomationPatchAttributesStateEnum = (typeof JsonApiAutomationPatchAttributesStateEnum)[keyof typeof JsonApiAutomationPatchAttributesStateEnum];
|
|
45541
|
-
|
|
45542
45628
|
export declare interface JsonApiAutomationPatchDocument {
|
|
45543
45629
|
data: JsonApiAutomationPatch;
|
|
45544
45630
|
}
|
|
45545
45631
|
|
|
45546
|
-
export declare interface JsonApiAutomationPatchRelationships {
|
|
45547
|
-
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
45548
|
-
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
45549
|
-
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
45550
|
-
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
45551
|
-
}
|
|
45552
|
-
|
|
45553
45632
|
export declare const JsonApiAutomationPatchTypeEnum: {
|
|
45554
45633
|
readonly AUTOMATION: "automation";
|
|
45555
45634
|
};
|
|
@@ -45768,7 +45847,15 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
|
|
|
45768
45847
|
* API identifier of an object
|
|
45769
45848
|
*/
|
|
45770
45849
|
id: string;
|
|
45771
|
-
attributes?:
|
|
45850
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
45851
|
+
}
|
|
45852
|
+
|
|
45853
|
+
export declare interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
45854
|
+
lastRotation?: string;
|
|
45855
|
+
/**
|
|
45856
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
45857
|
+
*/
|
|
45858
|
+
rotationInterval?: string;
|
|
45772
45859
|
}
|
|
45773
45860
|
|
|
45774
45861
|
export declare interface JsonApiCookieSecurityConfigurationInDocument {
|
|
@@ -45793,15 +45880,7 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
|
|
|
45793
45880
|
* API identifier of an object
|
|
45794
45881
|
*/
|
|
45795
45882
|
id: string;
|
|
45796
|
-
attributes?:
|
|
45797
|
-
}
|
|
45798
|
-
|
|
45799
|
-
export declare interface JsonApiCookieSecurityConfigurationOutAttributes {
|
|
45800
|
-
lastRotation?: string;
|
|
45801
|
-
/**
|
|
45802
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
45803
|
-
*/
|
|
45804
|
-
rotationInterval?: string;
|
|
45883
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
45805
45884
|
}
|
|
45806
45885
|
|
|
45807
45886
|
export declare interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
@@ -45827,7 +45906,7 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
45827
45906
|
* API identifier of an object
|
|
45828
45907
|
*/
|
|
45829
45908
|
id: string;
|
|
45830
|
-
attributes?:
|
|
45909
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
45831
45910
|
}
|
|
45832
45911
|
|
|
45833
45912
|
export declare interface JsonApiCookieSecurityConfigurationPatchDocument {
|
|
@@ -46111,7 +46190,7 @@ export declare interface JsonApiDashboardPluginIn {
|
|
|
46111
46190
|
* API identifier of an object
|
|
46112
46191
|
*/
|
|
46113
46192
|
id: string;
|
|
46114
|
-
attributes?:
|
|
46193
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
46115
46194
|
}
|
|
46116
46195
|
|
|
46117
46196
|
export declare interface JsonApiDashboardPluginInDocument {
|
|
@@ -46234,18 +46313,7 @@ export declare interface JsonApiDashboardPluginPatch {
|
|
|
46234
46313
|
* API identifier of an object
|
|
46235
46314
|
*/
|
|
46236
46315
|
id: string;
|
|
46237
|
-
attributes?:
|
|
46238
|
-
}
|
|
46239
|
-
|
|
46240
|
-
export declare interface JsonApiDashboardPluginPatchAttributes {
|
|
46241
|
-
title?: string;
|
|
46242
|
-
description?: string;
|
|
46243
|
-
tags?: Array<string>;
|
|
46244
|
-
areRelationsValid?: boolean;
|
|
46245
|
-
/**
|
|
46246
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
46247
|
-
*/
|
|
46248
|
-
content?: object;
|
|
46316
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
46249
46317
|
}
|
|
46250
46318
|
|
|
46251
46319
|
export declare interface JsonApiDashboardPluginPatchDocument {
|
|
@@ -46270,7 +46338,18 @@ export declare interface JsonApiDashboardPluginPostOptionalId {
|
|
|
46270
46338
|
* API identifier of an object
|
|
46271
46339
|
*/
|
|
46272
46340
|
id?: string;
|
|
46273
|
-
attributes?:
|
|
46341
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
46342
|
+
}
|
|
46343
|
+
|
|
46344
|
+
export declare interface JsonApiDashboardPluginPostOptionalIdAttributes {
|
|
46345
|
+
title?: string;
|
|
46346
|
+
description?: string;
|
|
46347
|
+
tags?: Array<string>;
|
|
46348
|
+
areRelationsValid?: boolean;
|
|
46349
|
+
/**
|
|
46350
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
46351
|
+
*/
|
|
46352
|
+
content?: object;
|
|
46274
46353
|
}
|
|
46275
46354
|
|
|
46276
46355
|
export declare interface JsonApiDashboardPluginPostOptionalIdDocument {
|
|
@@ -46546,7 +46625,7 @@ export declare interface JsonApiDataSourceIdentifierOut {
|
|
|
46546
46625
|
* API identifier of an object
|
|
46547
46626
|
*/
|
|
46548
46627
|
id: string;
|
|
46549
|
-
meta?:
|
|
46628
|
+
meta?: JsonApiDataSourceIdentifierOutMeta;
|
|
46550
46629
|
attributes: JsonApiDataSourceIdentifierOutAttributes;
|
|
46551
46630
|
}
|
|
46552
46631
|
|
|
@@ -46601,6 +46680,20 @@ export declare interface JsonApiDataSourceIdentifierOutList {
|
|
|
46601
46680
|
meta?: JsonApiAggregatedFactOutListMeta;
|
|
46602
46681
|
}
|
|
46603
46682
|
|
|
46683
|
+
export declare interface JsonApiDataSourceIdentifierOutMeta {
|
|
46684
|
+
/**
|
|
46685
|
+
* List of valid permissions for a logged-in user.
|
|
46686
|
+
*/
|
|
46687
|
+
permissions?: Array<JsonApiDataSourceIdentifierOutMetaPermissionsEnum>;
|
|
46688
|
+
}
|
|
46689
|
+
|
|
46690
|
+
export declare const JsonApiDataSourceIdentifierOutMetaPermissionsEnum: {
|
|
46691
|
+
readonly MANAGE: "MANAGE";
|
|
46692
|
+
readonly USE: "USE";
|
|
46693
|
+
};
|
|
46694
|
+
|
|
46695
|
+
export declare type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = (typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum)[keyof typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum];
|
|
46696
|
+
|
|
46604
46697
|
export declare const JsonApiDataSourceIdentifierOutTypeEnum: {
|
|
46605
46698
|
readonly DATA_SOURCE_IDENTIFIER: "dataSourceIdentifier";
|
|
46606
46699
|
};
|
|
@@ -46616,7 +46709,7 @@ export declare interface JsonApiDataSourceIdentifierOutWithLinks {
|
|
|
46616
46709
|
* API identifier of an object
|
|
46617
46710
|
*/
|
|
46618
46711
|
id: string;
|
|
46619
|
-
meta?:
|
|
46712
|
+
meta?: JsonApiDataSourceIdentifierOutMeta;
|
|
46620
46713
|
attributes: JsonApiDataSourceIdentifierOutAttributes;
|
|
46621
46714
|
links?: ObjectLinks;
|
|
46622
46715
|
}
|
|
@@ -46690,7 +46783,7 @@ export declare interface JsonApiDataSourceInAttributes {
|
|
|
46690
46783
|
/**
|
|
46691
46784
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
46692
46785
|
*/
|
|
46693
|
-
parameters?: Array<
|
|
46786
|
+
parameters?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
46694
46787
|
/**
|
|
46695
46788
|
* Determines how the results coming from a particular datasource should be cached.
|
|
46696
46789
|
*/
|
|
@@ -46757,7 +46850,7 @@ export declare interface JsonApiDataSourceOut {
|
|
|
46757
46850
|
* API identifier of an object
|
|
46758
46851
|
*/
|
|
46759
46852
|
id: string;
|
|
46760
|
-
meta?:
|
|
46853
|
+
meta?: JsonApiDataSourceIdentifierOutMeta;
|
|
46761
46854
|
attributes: JsonApiDataSourceOutAttributes;
|
|
46762
46855
|
}
|
|
46763
46856
|
|
|
@@ -46789,11 +46882,11 @@ export declare interface JsonApiDataSourceOutAttributes {
|
|
|
46789
46882
|
/**
|
|
46790
46883
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
46791
46884
|
*/
|
|
46792
|
-
parameters?: Array<
|
|
46885
|
+
parameters?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
46793
46886
|
/**
|
|
46794
46887
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
46795
46888
|
*/
|
|
46796
|
-
decodedParameters?: Array<
|
|
46889
|
+
decodedParameters?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
46797
46890
|
/**
|
|
46798
46891
|
* Determines how the results coming from a particular datasource should be cached.
|
|
46799
46892
|
*/
|
|
@@ -46821,6 +46914,11 @@ export declare const JsonApiDataSourceOutAttributesCacheStrategyEnum: {
|
|
|
46821
46914
|
|
|
46822
46915
|
export declare type JsonApiDataSourceOutAttributesCacheStrategyEnum = (typeof JsonApiDataSourceOutAttributesCacheStrategyEnum)[keyof typeof JsonApiDataSourceOutAttributesCacheStrategyEnum];
|
|
46823
46916
|
|
|
46917
|
+
export declare interface JsonApiDataSourceOutAttributesParametersInner {
|
|
46918
|
+
name: string;
|
|
46919
|
+
value: string;
|
|
46920
|
+
}
|
|
46921
|
+
|
|
46824
46922
|
export declare const JsonApiDataSourceOutAttributesTypeEnum: {
|
|
46825
46923
|
readonly POSTGRESQL: "POSTGRESQL";
|
|
46826
46924
|
readonly REDSHIFT: "REDSHIFT";
|
|
@@ -46866,20 +46964,6 @@ export declare interface JsonApiDataSourceOutList {
|
|
|
46866
46964
|
meta?: JsonApiAggregatedFactOutListMeta;
|
|
46867
46965
|
}
|
|
46868
46966
|
|
|
46869
|
-
export declare interface JsonApiDataSourceOutMeta {
|
|
46870
|
-
/**
|
|
46871
|
-
* List of valid permissions for a logged-in user.
|
|
46872
|
-
*/
|
|
46873
|
-
permissions?: Array<JsonApiDataSourceOutMetaPermissionsEnum>;
|
|
46874
|
-
}
|
|
46875
|
-
|
|
46876
|
-
export declare const JsonApiDataSourceOutMetaPermissionsEnum: {
|
|
46877
|
-
readonly MANAGE: "MANAGE";
|
|
46878
|
-
readonly USE: "USE";
|
|
46879
|
-
};
|
|
46880
|
-
|
|
46881
|
-
export declare type JsonApiDataSourceOutMetaPermissionsEnum = (typeof JsonApiDataSourceOutMetaPermissionsEnum)[keyof typeof JsonApiDataSourceOutMetaPermissionsEnum];
|
|
46882
|
-
|
|
46883
46967
|
export declare const JsonApiDataSourceOutTypeEnum: {
|
|
46884
46968
|
readonly DATA_SOURCE: "dataSource";
|
|
46885
46969
|
};
|
|
@@ -46895,7 +46979,7 @@ export declare interface JsonApiDataSourceOutWithLinks {
|
|
|
46895
46979
|
* API identifier of an object
|
|
46896
46980
|
*/
|
|
46897
46981
|
id: string;
|
|
46898
|
-
meta?:
|
|
46982
|
+
meta?: JsonApiDataSourceIdentifierOutMeta;
|
|
46899
46983
|
attributes: JsonApiDataSourceOutAttributes;
|
|
46900
46984
|
links?: ObjectLinks;
|
|
46901
46985
|
}
|
|
@@ -46969,7 +47053,7 @@ export declare interface JsonApiDataSourcePatchAttributes {
|
|
|
46969
47053
|
/**
|
|
46970
47054
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
46971
47055
|
*/
|
|
46972
|
-
parameters?: Array<
|
|
47056
|
+
parameters?: Array<JsonApiDataSourceOutAttributesParametersInner> | null;
|
|
46973
47057
|
/**
|
|
46974
47058
|
* Determines how the results coming from a particular datasource should be cached.
|
|
46975
47059
|
*/
|
|
@@ -46983,11 +47067,6 @@ export declare const JsonApiDataSourcePatchAttributesCacheStrategyEnum: {
|
|
|
46983
47067
|
|
|
46984
47068
|
export declare type JsonApiDataSourcePatchAttributesCacheStrategyEnum = (typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum)[keyof typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum];
|
|
46985
47069
|
|
|
46986
|
-
export declare interface JsonApiDataSourcePatchAttributesParametersInner {
|
|
46987
|
-
name: string;
|
|
46988
|
-
value: string;
|
|
46989
|
-
}
|
|
46990
|
-
|
|
46991
47070
|
export declare const JsonApiDataSourcePatchAttributesTypeEnum: {
|
|
46992
47071
|
readonly POSTGRESQL: "POSTGRESQL";
|
|
46993
47072
|
readonly REDSHIFT: "REDSHIFT";
|
|
@@ -47100,8 +47179,8 @@ export declare interface JsonApiExportDefinitionIn {
|
|
|
47100
47179
|
* API identifier of an object
|
|
47101
47180
|
*/
|
|
47102
47181
|
id: string;
|
|
47103
|
-
attributes?:
|
|
47104
|
-
relationships?:
|
|
47182
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
47183
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
47105
47184
|
}
|
|
47106
47185
|
|
|
47107
47186
|
export declare interface JsonApiExportDefinitionInDocument {
|
|
@@ -47247,27 +47326,14 @@ export declare interface JsonApiExportDefinitionPatch {
|
|
|
47247
47326
|
* API identifier of an object
|
|
47248
47327
|
*/
|
|
47249
47328
|
id: string;
|
|
47250
|
-
attributes?:
|
|
47251
|
-
relationships?:
|
|
47252
|
-
}
|
|
47253
|
-
|
|
47254
|
-
export declare interface JsonApiExportDefinitionPatchAttributes {
|
|
47255
|
-
title?: string;
|
|
47256
|
-
description?: string;
|
|
47257
|
-
tags?: Array<string>;
|
|
47258
|
-
requestPayload?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
47259
|
-
areRelationsValid?: boolean;
|
|
47329
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
47330
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
47260
47331
|
}
|
|
47261
47332
|
|
|
47262
47333
|
export declare interface JsonApiExportDefinitionPatchDocument {
|
|
47263
47334
|
data: JsonApiExportDefinitionPatch;
|
|
47264
47335
|
}
|
|
47265
47336
|
|
|
47266
|
-
export declare interface JsonApiExportDefinitionPatchRelationships {
|
|
47267
|
-
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
47268
|
-
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
47269
|
-
}
|
|
47270
|
-
|
|
47271
47337
|
export declare const JsonApiExportDefinitionPatchTypeEnum: {
|
|
47272
47338
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
47273
47339
|
};
|
|
@@ -47286,14 +47352,27 @@ export declare interface JsonApiExportDefinitionPostOptionalId {
|
|
|
47286
47352
|
* API identifier of an object
|
|
47287
47353
|
*/
|
|
47288
47354
|
id?: string;
|
|
47289
|
-
attributes?:
|
|
47290
|
-
relationships?:
|
|
47355
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
47356
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
47357
|
+
}
|
|
47358
|
+
|
|
47359
|
+
export declare interface JsonApiExportDefinitionPostOptionalIdAttributes {
|
|
47360
|
+
title?: string;
|
|
47361
|
+
description?: string;
|
|
47362
|
+
tags?: Array<string>;
|
|
47363
|
+
requestPayload?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
47364
|
+
areRelationsValid?: boolean;
|
|
47291
47365
|
}
|
|
47292
47366
|
|
|
47293
47367
|
export declare interface JsonApiExportDefinitionPostOptionalIdDocument {
|
|
47294
47368
|
data: JsonApiExportDefinitionPostOptionalId;
|
|
47295
47369
|
}
|
|
47296
47370
|
|
|
47371
|
+
export declare interface JsonApiExportDefinitionPostOptionalIdRelationships {
|
|
47372
|
+
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
47373
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
47374
|
+
}
|
|
47375
|
+
|
|
47297
47376
|
export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
|
|
47298
47377
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
47299
47378
|
};
|
|
@@ -47345,10 +47424,49 @@ export declare interface JsonApiExportTemplateOutAttributes {
|
|
|
47345
47424
|
* User-facing name of the Slides template.
|
|
47346
47425
|
*/
|
|
47347
47426
|
name: string;
|
|
47348
|
-
dashboardSlidesTemplate?:
|
|
47349
|
-
widgetSlidesTemplate?:
|
|
47427
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
47428
|
+
widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
47350
47429
|
}
|
|
47351
47430
|
|
|
47431
|
+
/**
|
|
47432
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
47433
|
+
*/
|
|
47434
|
+
export declare interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
|
|
47435
|
+
/**
|
|
47436
|
+
* Export types this template applies to.
|
|
47437
|
+
*/
|
|
47438
|
+
appliedOn: Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
47439
|
+
coverSlide?: CoverSlideTemplate | null;
|
|
47440
|
+
introSlide?: IntroSlideTemplate | null;
|
|
47441
|
+
sectionSlide?: SectionSlideTemplate | null;
|
|
47442
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
47443
|
+
}
|
|
47444
|
+
|
|
47445
|
+
export declare const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
47446
|
+
readonly PDF: "PDF";
|
|
47447
|
+
readonly PPTX: "PPTX";
|
|
47448
|
+
};
|
|
47449
|
+
|
|
47450
|
+
export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
47451
|
+
|
|
47452
|
+
/**
|
|
47453
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
47454
|
+
*/
|
|
47455
|
+
export declare interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
|
|
47456
|
+
/**
|
|
47457
|
+
* Export types this template applies to.
|
|
47458
|
+
*/
|
|
47459
|
+
appliedOn: Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
47460
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
47461
|
+
}
|
|
47462
|
+
|
|
47463
|
+
export declare const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
47464
|
+
readonly PDF: "PDF";
|
|
47465
|
+
readonly PPTX: "PPTX";
|
|
47466
|
+
};
|
|
47467
|
+
|
|
47468
|
+
export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
47469
|
+
|
|
47352
47470
|
export declare interface JsonApiExportTemplateOutDocument {
|
|
47353
47471
|
data: JsonApiExportTemplateOut;
|
|
47354
47472
|
links?: ObjectLinks;
|
|
@@ -47408,49 +47526,10 @@ export declare interface JsonApiExportTemplatePatchAttributes {
|
|
|
47408
47526
|
* User-facing name of the Slides template.
|
|
47409
47527
|
*/
|
|
47410
47528
|
name?: string;
|
|
47411
|
-
dashboardSlidesTemplate?:
|
|
47412
|
-
widgetSlidesTemplate?:
|
|
47529
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
47530
|
+
widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
47413
47531
|
}
|
|
47414
47532
|
|
|
47415
|
-
/**
|
|
47416
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
47417
|
-
*/
|
|
47418
|
-
export declare interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
|
|
47419
|
-
/**
|
|
47420
|
-
* Export types this template applies to.
|
|
47421
|
-
*/
|
|
47422
|
-
appliedOn: Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
47423
|
-
coverSlide?: CoverSlideTemplate | null;
|
|
47424
|
-
introSlide?: IntroSlideTemplate | null;
|
|
47425
|
-
sectionSlide?: SectionSlideTemplate | null;
|
|
47426
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
47427
|
-
}
|
|
47428
|
-
|
|
47429
|
-
export declare const JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
47430
|
-
readonly PDF: "PDF";
|
|
47431
|
-
readonly PPTX: "PPTX";
|
|
47432
|
-
};
|
|
47433
|
-
|
|
47434
|
-
export declare type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
47435
|
-
|
|
47436
|
-
/**
|
|
47437
|
-
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
47438
|
-
*/
|
|
47439
|
-
export declare interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
|
|
47440
|
-
/**
|
|
47441
|
-
* Export types this template applies to.
|
|
47442
|
-
*/
|
|
47443
|
-
appliedOn: Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
47444
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
47445
|
-
}
|
|
47446
|
-
|
|
47447
|
-
export declare const JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
47448
|
-
readonly PDF: "PDF";
|
|
47449
|
-
readonly PPTX: "PPTX";
|
|
47450
|
-
};
|
|
47451
|
-
|
|
47452
|
-
export declare type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
47453
|
-
|
|
47454
47533
|
export declare interface JsonApiExportTemplatePatchDocument {
|
|
47455
47534
|
data: JsonApiExportTemplatePatch;
|
|
47456
47535
|
}
|
|
@@ -47859,7 +47938,11 @@ export declare interface JsonApiFilterViewOutList {
|
|
|
47859
47938
|
|
|
47860
47939
|
export declare interface JsonApiFilterViewOutRelationships {
|
|
47861
47940
|
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
47862
|
-
user?:
|
|
47941
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
47942
|
+
}
|
|
47943
|
+
|
|
47944
|
+
export declare interface JsonApiFilterViewOutRelationshipsUser {
|
|
47945
|
+
data: JsonApiUserLinkage | null;
|
|
47863
47946
|
}
|
|
47864
47947
|
|
|
47865
47948
|
export declare const JsonApiFilterViewOutTypeEnum: {
|
|
@@ -47946,9 +48029,69 @@ export declare interface JsonApiIdentityProviderIn {
|
|
|
47946
48029
|
* API identifier of an object
|
|
47947
48030
|
*/
|
|
47948
48031
|
id: string;
|
|
47949
|
-
attributes?:
|
|
48032
|
+
attributes?: JsonApiIdentityProviderInAttributes;
|
|
48033
|
+
}
|
|
48034
|
+
|
|
48035
|
+
export declare interface JsonApiIdentityProviderInAttributes {
|
|
48036
|
+
/**
|
|
48037
|
+
* 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.
|
|
48038
|
+
*/
|
|
48039
|
+
identifiers?: Array<string>;
|
|
48040
|
+
/**
|
|
48041
|
+
* 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.
|
|
48042
|
+
*/
|
|
48043
|
+
customClaimMapping?: {
|
|
48044
|
+
[key: string]: string;
|
|
48045
|
+
};
|
|
48046
|
+
/**
|
|
48047
|
+
* 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.
|
|
48048
|
+
*/
|
|
48049
|
+
samlMetadata?: string;
|
|
48050
|
+
/**
|
|
48051
|
+
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
48052
|
+
*/
|
|
48053
|
+
oauthClientId?: string;
|
|
48054
|
+
/**
|
|
48055
|
+
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
48056
|
+
*/
|
|
48057
|
+
oauthClientSecret?: string;
|
|
48058
|
+
/**
|
|
48059
|
+
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
48060
|
+
*/
|
|
48061
|
+
oauthIssuerLocation?: string;
|
|
48062
|
+
/**
|
|
48063
|
+
* 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.
|
|
48064
|
+
*/
|
|
48065
|
+
oauthIssuerId?: string;
|
|
48066
|
+
/**
|
|
48067
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
48068
|
+
*/
|
|
48069
|
+
oauthSubjectIdClaim?: string;
|
|
48070
|
+
/**
|
|
48071
|
+
* 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.
|
|
48072
|
+
*/
|
|
48073
|
+
oauthCustomAuthAttributes?: {
|
|
48074
|
+
[key: string]: string;
|
|
48075
|
+
};
|
|
48076
|
+
/**
|
|
48077
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
48078
|
+
*/
|
|
48079
|
+
oauthCustomScopes?: Array<string> | null;
|
|
48080
|
+
/**
|
|
48081
|
+
* 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.
|
|
48082
|
+
*/
|
|
48083
|
+
idpType?: JsonApiIdentityProviderInAttributesIdpTypeEnum;
|
|
47950
48084
|
}
|
|
47951
48085
|
|
|
48086
|
+
export declare const JsonApiIdentityProviderInAttributesIdpTypeEnum: {
|
|
48087
|
+
readonly MANAGED_IDP: "MANAGED_IDP";
|
|
48088
|
+
readonly FIM_IDP: "FIM_IDP";
|
|
48089
|
+
readonly DEX_IDP: "DEX_IDP";
|
|
48090
|
+
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
48091
|
+
};
|
|
48092
|
+
|
|
48093
|
+
export declare type JsonApiIdentityProviderInAttributesIdpTypeEnum = (typeof JsonApiIdentityProviderInAttributesIdpTypeEnum)[keyof typeof JsonApiIdentityProviderInAttributesIdpTypeEnum];
|
|
48094
|
+
|
|
47952
48095
|
export declare interface JsonApiIdentityProviderInDocument {
|
|
47953
48096
|
data: JsonApiIdentityProviderIn;
|
|
47954
48097
|
}
|
|
@@ -48091,69 +48234,9 @@ export declare interface JsonApiIdentityProviderPatch {
|
|
|
48091
48234
|
* API identifier of an object
|
|
48092
48235
|
*/
|
|
48093
48236
|
id: string;
|
|
48094
|
-
attributes?:
|
|
48237
|
+
attributes?: JsonApiIdentityProviderInAttributes;
|
|
48095
48238
|
}
|
|
48096
48239
|
|
|
48097
|
-
export declare interface JsonApiIdentityProviderPatchAttributes {
|
|
48098
|
-
/**
|
|
48099
|
-
* 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.
|
|
48100
|
-
*/
|
|
48101
|
-
identifiers?: Array<string>;
|
|
48102
|
-
/**
|
|
48103
|
-
* 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.
|
|
48104
|
-
*/
|
|
48105
|
-
customClaimMapping?: {
|
|
48106
|
-
[key: string]: string;
|
|
48107
|
-
};
|
|
48108
|
-
/**
|
|
48109
|
-
* 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.
|
|
48110
|
-
*/
|
|
48111
|
-
samlMetadata?: string;
|
|
48112
|
-
/**
|
|
48113
|
-
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
48114
|
-
*/
|
|
48115
|
-
oauthClientId?: string;
|
|
48116
|
-
/**
|
|
48117
|
-
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
48118
|
-
*/
|
|
48119
|
-
oauthClientSecret?: string;
|
|
48120
|
-
/**
|
|
48121
|
-
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
48122
|
-
*/
|
|
48123
|
-
oauthIssuerLocation?: string;
|
|
48124
|
-
/**
|
|
48125
|
-
* 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.
|
|
48126
|
-
*/
|
|
48127
|
-
oauthIssuerId?: string;
|
|
48128
|
-
/**
|
|
48129
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
48130
|
-
*/
|
|
48131
|
-
oauthSubjectIdClaim?: string;
|
|
48132
|
-
/**
|
|
48133
|
-
* 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.
|
|
48134
|
-
*/
|
|
48135
|
-
oauthCustomAuthAttributes?: {
|
|
48136
|
-
[key: string]: string;
|
|
48137
|
-
};
|
|
48138
|
-
/**
|
|
48139
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
48140
|
-
*/
|
|
48141
|
-
oauthCustomScopes?: Array<string> | null;
|
|
48142
|
-
/**
|
|
48143
|
-
* 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.
|
|
48144
|
-
*/
|
|
48145
|
-
idpType?: JsonApiIdentityProviderPatchAttributesIdpTypeEnum;
|
|
48146
|
-
}
|
|
48147
|
-
|
|
48148
|
-
export declare const JsonApiIdentityProviderPatchAttributesIdpTypeEnum: {
|
|
48149
|
-
readonly MANAGED_IDP: "MANAGED_IDP";
|
|
48150
|
-
readonly FIM_IDP: "FIM_IDP";
|
|
48151
|
-
readonly DEX_IDP: "DEX_IDP";
|
|
48152
|
-
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
48153
|
-
};
|
|
48154
|
-
|
|
48155
|
-
export declare type JsonApiIdentityProviderPatchAttributesIdpTypeEnum = (typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum)[keyof typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum];
|
|
48156
|
-
|
|
48157
48240
|
export declare interface JsonApiIdentityProviderPatchDocument {
|
|
48158
48241
|
data: JsonApiIdentityProviderPatch;
|
|
48159
48242
|
}
|
|
@@ -48176,7 +48259,7 @@ export declare interface JsonApiJwkIn {
|
|
|
48176
48259
|
* API identifier of an object
|
|
48177
48260
|
*/
|
|
48178
48261
|
id: string;
|
|
48179
|
-
attributes?:
|
|
48262
|
+
attributes?: JsonApiJwkOutAttributes;
|
|
48180
48263
|
}
|
|
48181
48264
|
|
|
48182
48265
|
export declare interface JsonApiJwkInDocument {
|
|
@@ -48201,7 +48284,11 @@ export declare interface JsonApiJwkOut {
|
|
|
48201
48284
|
* API identifier of an object
|
|
48202
48285
|
*/
|
|
48203
48286
|
id: string;
|
|
48204
|
-
attributes?:
|
|
48287
|
+
attributes?: JsonApiJwkOutAttributes;
|
|
48288
|
+
}
|
|
48289
|
+
|
|
48290
|
+
export declare interface JsonApiJwkOutAttributes {
|
|
48291
|
+
content?: RsaSpecification;
|
|
48205
48292
|
}
|
|
48206
48293
|
|
|
48207
48294
|
export declare interface JsonApiJwkOutDocument {
|
|
@@ -48233,7 +48320,7 @@ export declare interface JsonApiJwkOutWithLinks {
|
|
|
48233
48320
|
* API identifier of an object
|
|
48234
48321
|
*/
|
|
48235
48322
|
id: string;
|
|
48236
|
-
attributes?:
|
|
48323
|
+
attributes?: JsonApiJwkOutAttributes;
|
|
48237
48324
|
links?: ObjectLinks;
|
|
48238
48325
|
}
|
|
48239
48326
|
|
|
@@ -48255,11 +48342,7 @@ export declare interface JsonApiJwkPatch {
|
|
|
48255
48342
|
* API identifier of an object
|
|
48256
48343
|
*/
|
|
48257
48344
|
id: string;
|
|
48258
|
-
attributes?:
|
|
48259
|
-
}
|
|
48260
|
-
|
|
48261
|
-
export declare interface JsonApiJwkPatchAttributes {
|
|
48262
|
-
content?: RsaSpecification;
|
|
48345
|
+
attributes?: JsonApiJwkOutAttributes;
|
|
48263
48346
|
}
|
|
48264
48347
|
|
|
48265
48348
|
export declare interface JsonApiJwkPatchDocument {
|
|
@@ -48884,7 +48967,7 @@ export declare interface JsonApiNotificationChannelIn {
|
|
|
48884
48967
|
* API identifier of an object
|
|
48885
48968
|
*/
|
|
48886
48969
|
id: string;
|
|
48887
|
-
attributes?:
|
|
48970
|
+
attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
48888
48971
|
}
|
|
48889
48972
|
|
|
48890
48973
|
export declare interface JsonApiNotificationChannelInDocument {
|
|
@@ -49042,10 +49125,35 @@ export declare interface JsonApiNotificationChannelPatch {
|
|
|
49042
49125
|
* API identifier of an object
|
|
49043
49126
|
*/
|
|
49044
49127
|
id: string;
|
|
49045
|
-
attributes?:
|
|
49128
|
+
attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
49046
49129
|
}
|
|
49047
49130
|
|
|
49048
|
-
export declare interface
|
|
49131
|
+
export declare interface JsonApiNotificationChannelPatchDocument {
|
|
49132
|
+
data: JsonApiNotificationChannelPatch;
|
|
49133
|
+
}
|
|
49134
|
+
|
|
49135
|
+
export declare const JsonApiNotificationChannelPatchTypeEnum: {
|
|
49136
|
+
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
49137
|
+
};
|
|
49138
|
+
|
|
49139
|
+
export declare type JsonApiNotificationChannelPatchTypeEnum = (typeof JsonApiNotificationChannelPatchTypeEnum)[keyof typeof JsonApiNotificationChannelPatchTypeEnum];
|
|
49140
|
+
|
|
49141
|
+
/**
|
|
49142
|
+
* JSON:API representation of notificationChannel entity.
|
|
49143
|
+
*/
|
|
49144
|
+
export declare interface JsonApiNotificationChannelPostOptionalId {
|
|
49145
|
+
/**
|
|
49146
|
+
* Object type
|
|
49147
|
+
*/
|
|
49148
|
+
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
49149
|
+
/**
|
|
49150
|
+
* API identifier of an object
|
|
49151
|
+
*/
|
|
49152
|
+
id?: string;
|
|
49153
|
+
attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
49154
|
+
}
|
|
49155
|
+
|
|
49156
|
+
export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
49049
49157
|
name?: string | null;
|
|
49050
49158
|
description?: string | null;
|
|
49051
49159
|
destination?: JsonApiNotificationChannelOutAttributesDestination;
|
|
@@ -49056,7 +49164,7 @@ export declare interface JsonApiNotificationChannelPatchAttributes {
|
|
|
49056
49164
|
/**
|
|
49057
49165
|
* 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
|
|
49058
49166
|
*/
|
|
49059
|
-
dashboardLinkVisibility?:
|
|
49167
|
+
dashboardLinkVisibility?: JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum;
|
|
49060
49168
|
/**
|
|
49061
49169
|
* 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}}
|
|
49062
49170
|
*/
|
|
@@ -49064,60 +49172,35 @@ export declare interface JsonApiNotificationChannelPatchAttributes {
|
|
|
49064
49172
|
/**
|
|
49065
49173
|
* 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
|
|
49066
49174
|
*/
|
|
49067
|
-
allowedRecipients?:
|
|
49175
|
+
allowedRecipients?: JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum;
|
|
49068
49176
|
/**
|
|
49069
49177
|
* 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
|
|
49070
49178
|
*/
|
|
49071
|
-
inPlatformNotification?:
|
|
49179
|
+
inPlatformNotification?: JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum;
|
|
49072
49180
|
}
|
|
49073
49181
|
|
|
49074
|
-
export declare const
|
|
49182
|
+
export declare const JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum: {
|
|
49075
49183
|
readonly CREATOR: "CREATOR";
|
|
49076
49184
|
readonly INTERNAL: "INTERNAL";
|
|
49077
49185
|
readonly EXTERNAL: "EXTERNAL";
|
|
49078
49186
|
};
|
|
49079
49187
|
|
|
49080
|
-
export declare type
|
|
49188
|
+
export declare type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum];
|
|
49081
49189
|
|
|
49082
|
-
export declare const
|
|
49190
|
+
export declare const JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum: {
|
|
49083
49191
|
readonly HIDDEN: "HIDDEN";
|
|
49084
49192
|
readonly INTERNAL_ONLY: "INTERNAL_ONLY";
|
|
49085
49193
|
readonly ALL: "ALL";
|
|
49086
49194
|
};
|
|
49087
49195
|
|
|
49088
|
-
export declare type
|
|
49196
|
+
export declare type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum];
|
|
49089
49197
|
|
|
49090
|
-
export declare const
|
|
49198
|
+
export declare const JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum: {
|
|
49091
49199
|
readonly DISABLED: "DISABLED";
|
|
49092
49200
|
readonly ENABLED: "ENABLED";
|
|
49093
49201
|
};
|
|
49094
49202
|
|
|
49095
|
-
export declare type
|
|
49096
|
-
|
|
49097
|
-
export declare interface JsonApiNotificationChannelPatchDocument {
|
|
49098
|
-
data: JsonApiNotificationChannelPatch;
|
|
49099
|
-
}
|
|
49100
|
-
|
|
49101
|
-
export declare const JsonApiNotificationChannelPatchTypeEnum: {
|
|
49102
|
-
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
49103
|
-
};
|
|
49104
|
-
|
|
49105
|
-
export declare type JsonApiNotificationChannelPatchTypeEnum = (typeof JsonApiNotificationChannelPatchTypeEnum)[keyof typeof JsonApiNotificationChannelPatchTypeEnum];
|
|
49106
|
-
|
|
49107
|
-
/**
|
|
49108
|
-
* JSON:API representation of notificationChannel entity.
|
|
49109
|
-
*/
|
|
49110
|
-
export declare interface JsonApiNotificationChannelPostOptionalId {
|
|
49111
|
-
/**
|
|
49112
|
-
* Object type
|
|
49113
|
-
*/
|
|
49114
|
-
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
49115
|
-
/**
|
|
49116
|
-
* API identifier of an object
|
|
49117
|
-
*/
|
|
49118
|
-
id?: string;
|
|
49119
|
-
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
49120
|
-
}
|
|
49203
|
+
export declare type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum];
|
|
49121
49204
|
|
|
49122
49205
|
export declare interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
49123
49206
|
data: JsonApiNotificationChannelPostOptionalId;
|
|
@@ -49186,7 +49269,11 @@ export declare interface JsonApiOrganizationInDocument {
|
|
|
49186
49269
|
}
|
|
49187
49270
|
|
|
49188
49271
|
export declare interface JsonApiOrganizationInRelationships {
|
|
49189
|
-
identityProvider?:
|
|
49272
|
+
identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
49273
|
+
}
|
|
49274
|
+
|
|
49275
|
+
export declare interface JsonApiOrganizationInRelationshipsIdentityProvider {
|
|
49276
|
+
data: JsonApiIdentityProviderLinkage | null;
|
|
49190
49277
|
}
|
|
49191
49278
|
|
|
49192
49279
|
export declare const JsonApiOrganizationInTypeEnum: {
|
|
@@ -49289,21 +49376,9 @@ export declare const JsonApiOrganizationOutMetaPermissionsEnum: {
|
|
|
49289
49376
|
export declare type JsonApiOrganizationOutMetaPermissionsEnum = (typeof JsonApiOrganizationOutMetaPermissionsEnum)[keyof typeof JsonApiOrganizationOutMetaPermissionsEnum];
|
|
49290
49377
|
|
|
49291
49378
|
export declare interface JsonApiOrganizationOutRelationships {
|
|
49292
|
-
bootstrapUser?:
|
|
49293
|
-
bootstrapUserGroup?:
|
|
49294
|
-
identityProvider?:
|
|
49295
|
-
}
|
|
49296
|
-
|
|
49297
|
-
export declare interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
49298
|
-
data: JsonApiUserLinkage | null;
|
|
49299
|
-
}
|
|
49300
|
-
|
|
49301
|
-
export declare interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
49302
|
-
data: JsonApiUserGroupLinkage | null;
|
|
49303
|
-
}
|
|
49304
|
-
|
|
49305
|
-
export declare interface JsonApiOrganizationOutRelationshipsIdentityProvider {
|
|
49306
|
-
data: JsonApiIdentityProviderLinkage | null;
|
|
49379
|
+
bootstrapUser?: JsonApiFilterViewOutRelationshipsUser;
|
|
49380
|
+
bootstrapUserGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
49381
|
+
identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
49307
49382
|
}
|
|
49308
49383
|
|
|
49309
49384
|
export declare const JsonApiOrganizationOutTypeEnum: {
|
|
@@ -49350,7 +49425,7 @@ export declare interface JsonApiOrganizationSettingIn {
|
|
|
49350
49425
|
* API identifier of an object
|
|
49351
49426
|
*/
|
|
49352
49427
|
id: string;
|
|
49353
|
-
attributes?:
|
|
49428
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
49354
49429
|
}
|
|
49355
49430
|
|
|
49356
49431
|
export declare interface JsonApiOrganizationSettingInDocument {
|
|
@@ -49375,7 +49450,7 @@ export declare interface JsonApiOrganizationSettingOut {
|
|
|
49375
49450
|
* API identifier of an object
|
|
49376
49451
|
*/
|
|
49377
49452
|
id: string;
|
|
49378
|
-
attributes?:
|
|
49453
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
49379
49454
|
}
|
|
49380
49455
|
|
|
49381
49456
|
export declare interface JsonApiOrganizationSettingOutDocument {
|
|
@@ -49407,7 +49482,7 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
49407
49482
|
* API identifier of an object
|
|
49408
49483
|
*/
|
|
49409
49484
|
id: string;
|
|
49410
|
-
attributes?:
|
|
49485
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
49411
49486
|
links?: ObjectLinks;
|
|
49412
49487
|
}
|
|
49413
49488
|
|
|
@@ -49429,7 +49504,7 @@ export declare interface JsonApiOrganizationSettingPatch {
|
|
|
49429
49504
|
* API identifier of an object
|
|
49430
49505
|
*/
|
|
49431
49506
|
id: string;
|
|
49432
|
-
attributes?:
|
|
49507
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
49433
49508
|
}
|
|
49434
49509
|
|
|
49435
49510
|
export declare interface JsonApiOrganizationSettingPatchDocument {
|
|
@@ -49559,7 +49634,7 @@ export declare interface JsonApiUserDataFilterIn {
|
|
|
49559
49634
|
*/
|
|
49560
49635
|
id: string;
|
|
49561
49636
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
49562
|
-
relationships?:
|
|
49637
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
49563
49638
|
}
|
|
49564
49639
|
|
|
49565
49640
|
export declare interface JsonApiUserDataFilterInDocument {
|
|
@@ -49625,8 +49700,8 @@ export declare interface JsonApiUserDataFilterOutList {
|
|
|
49625
49700
|
}
|
|
49626
49701
|
|
|
49627
49702
|
export declare interface JsonApiUserDataFilterOutRelationships {
|
|
49628
|
-
user?:
|
|
49629
|
-
userGroup?:
|
|
49703
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
49704
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
49630
49705
|
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
49631
49706
|
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
49632
49707
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
@@ -49634,6 +49709,10 @@ export declare interface JsonApiUserDataFilterOutRelationships {
|
|
|
49634
49709
|
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
49635
49710
|
}
|
|
49636
49711
|
|
|
49712
|
+
export declare interface JsonApiUserDataFilterOutRelationshipsUserGroup {
|
|
49713
|
+
data: JsonApiUserGroupLinkage | null;
|
|
49714
|
+
}
|
|
49715
|
+
|
|
49637
49716
|
export declare const JsonApiUserDataFilterOutTypeEnum: {
|
|
49638
49717
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
49639
49718
|
};
|
|
@@ -49674,7 +49753,7 @@ export declare interface JsonApiUserDataFilterPatch {
|
|
|
49674
49753
|
*/
|
|
49675
49754
|
id: string;
|
|
49676
49755
|
attributes: JsonApiUserDataFilterPatchAttributes;
|
|
49677
|
-
relationships?:
|
|
49756
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
49678
49757
|
}
|
|
49679
49758
|
|
|
49680
49759
|
export declare interface JsonApiUserDataFilterPatchAttributes {
|
|
@@ -49689,11 +49768,6 @@ export declare interface JsonApiUserDataFilterPatchDocument {
|
|
|
49689
49768
|
data: JsonApiUserDataFilterPatch;
|
|
49690
49769
|
}
|
|
49691
49770
|
|
|
49692
|
-
export declare interface JsonApiUserDataFilterPatchRelationships {
|
|
49693
|
-
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
49694
|
-
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
49695
|
-
}
|
|
49696
|
-
|
|
49697
49771
|
export declare const JsonApiUserDataFilterPatchTypeEnum: {
|
|
49698
49772
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
49699
49773
|
};
|
|
@@ -49713,13 +49787,18 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
|
|
|
49713
49787
|
*/
|
|
49714
49788
|
id?: string;
|
|
49715
49789
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
49716
|
-
relationships?:
|
|
49790
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
49717
49791
|
}
|
|
49718
49792
|
|
|
49719
49793
|
export declare interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
49720
49794
|
data: JsonApiUserDataFilterPostOptionalId;
|
|
49721
49795
|
}
|
|
49722
49796
|
|
|
49797
|
+
export declare interface JsonApiUserDataFilterPostOptionalIdRelationships {
|
|
49798
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
49799
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
49800
|
+
}
|
|
49801
|
+
|
|
49723
49802
|
export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
|
|
49724
49803
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
49725
49804
|
};
|
|
@@ -50098,7 +50177,7 @@ export declare interface JsonApiUserSettingIn {
|
|
|
50098
50177
|
* API identifier of an object
|
|
50099
50178
|
*/
|
|
50100
50179
|
id: string;
|
|
50101
|
-
attributes?:
|
|
50180
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
50102
50181
|
}
|
|
50103
50182
|
|
|
50104
50183
|
export declare interface JsonApiUserSettingInDocument {
|
|
@@ -50123,54 +50202,9 @@ export declare interface JsonApiUserSettingOut {
|
|
|
50123
50202
|
* API identifier of an object
|
|
50124
50203
|
*/
|
|
50125
50204
|
id: string;
|
|
50126
|
-
attributes?:
|
|
50205
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
50127
50206
|
}
|
|
50128
50207
|
|
|
50129
|
-
export declare interface JsonApiUserSettingOutAttributes {
|
|
50130
|
-
/**
|
|
50131
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
50132
|
-
*/
|
|
50133
|
-
content?: object;
|
|
50134
|
-
type?: JsonApiUserSettingOutAttributesTypeEnum;
|
|
50135
|
-
}
|
|
50136
|
-
|
|
50137
|
-
export declare const JsonApiUserSettingOutAttributesTypeEnum: {
|
|
50138
|
-
readonly TIMEZONE: "TIMEZONE";
|
|
50139
|
-
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
50140
|
-
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
50141
|
-
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
50142
|
-
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
50143
|
-
readonly LOCALE: "LOCALE";
|
|
50144
|
-
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
50145
|
-
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
50146
|
-
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
50147
|
-
readonly AG_GRID_TOKEN: "AG_GRID_TOKEN";
|
|
50148
|
-
readonly WEEK_START: "WEEK_START";
|
|
50149
|
-
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
50150
|
-
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
50151
|
-
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
50152
|
-
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
50153
|
-
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
50154
|
-
readonly ALERT: "ALERT";
|
|
50155
|
-
readonly SEPARATORS: "SEPARATORS";
|
|
50156
|
-
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
50157
|
-
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
50158
|
-
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
50159
|
-
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
50160
|
-
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
50161
|
-
readonly ENABLE_SNAPSHOT_EXPORT: "ENABLE_SNAPSHOT_EXPORT";
|
|
50162
|
-
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
50163
|
-
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
50164
|
-
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
50165
|
-
readonly AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE";
|
|
50166
|
-
readonly ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS: "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS";
|
|
50167
|
-
readonly ENABLE_AUTOMATION_EVALUATION_MODE: "ENABLE_AUTOMATION_EVALUATION_MODE";
|
|
50168
|
-
readonly ENABLE_ACCESSIBILITY_MODE: "ENABLE_ACCESSIBILITY_MODE";
|
|
50169
|
-
readonly REGISTERED_PLUGGABLE_APPLICATIONS: "REGISTERED_PLUGGABLE_APPLICATIONS";
|
|
50170
|
-
};
|
|
50171
|
-
|
|
50172
|
-
export declare type JsonApiUserSettingOutAttributesTypeEnum = (typeof JsonApiUserSettingOutAttributesTypeEnum)[keyof typeof JsonApiUserSettingOutAttributesTypeEnum];
|
|
50173
|
-
|
|
50174
50208
|
export declare interface JsonApiUserSettingOutDocument {
|
|
50175
50209
|
data: JsonApiUserSettingOut;
|
|
50176
50210
|
links?: ObjectLinks;
|
|
@@ -50200,7 +50234,7 @@ export declare interface JsonApiUserSettingOutWithLinks {
|
|
|
50200
50234
|
* API identifier of an object
|
|
50201
50235
|
*/
|
|
50202
50236
|
id: string;
|
|
50203
|
-
attributes?:
|
|
50237
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
50204
50238
|
links?: ObjectLinks;
|
|
50205
50239
|
}
|
|
50206
50240
|
|
|
@@ -50466,7 +50500,7 @@ export declare interface JsonApiWorkspaceAutomationOutList {
|
|
|
50466
50500
|
}
|
|
50467
50501
|
|
|
50468
50502
|
export declare interface JsonApiWorkspaceAutomationOutRelationships {
|
|
50469
|
-
workspace?:
|
|
50503
|
+
workspace?: JsonApiWorkspaceOutRelationshipsParent;
|
|
50470
50504
|
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
50471
50505
|
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
50472
50506
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
@@ -50809,8 +50843,8 @@ export declare interface JsonApiWorkspaceIn {
|
|
|
50809
50843
|
* API identifier of an object
|
|
50810
50844
|
*/
|
|
50811
50845
|
id: string;
|
|
50812
|
-
attributes?:
|
|
50813
|
-
relationships?:
|
|
50846
|
+
attributes?: JsonApiWorkspaceOutAttributes;
|
|
50847
|
+
relationships?: JsonApiWorkspaceOutRelationships;
|
|
50814
50848
|
}
|
|
50815
50849
|
|
|
50816
50850
|
export declare interface JsonApiWorkspaceInDocument {
|
|
@@ -50850,8 +50884,42 @@ export declare interface JsonApiWorkspaceOut {
|
|
|
50850
50884
|
*/
|
|
50851
50885
|
id: string;
|
|
50852
50886
|
meta?: JsonApiWorkspaceOutMeta;
|
|
50853
|
-
attributes?:
|
|
50854
|
-
relationships?:
|
|
50887
|
+
attributes?: JsonApiWorkspaceOutAttributes;
|
|
50888
|
+
relationships?: JsonApiWorkspaceOutRelationships;
|
|
50889
|
+
}
|
|
50890
|
+
|
|
50891
|
+
export declare interface JsonApiWorkspaceOutAttributes {
|
|
50892
|
+
name?: string | null;
|
|
50893
|
+
/**
|
|
50894
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
50895
|
+
* @deprecated
|
|
50896
|
+
*/
|
|
50897
|
+
earlyAccess?: string | null;
|
|
50898
|
+
/**
|
|
50899
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
50900
|
+
*/
|
|
50901
|
+
earlyAccessValues?: Array<string> | null;
|
|
50902
|
+
description?: string | null;
|
|
50903
|
+
/**
|
|
50904
|
+
* Custom prefix of entity identifiers in workspace
|
|
50905
|
+
*/
|
|
50906
|
+
prefix?: string | null;
|
|
50907
|
+
cacheExtraLimit?: number;
|
|
50908
|
+
dataSource?: JsonApiWorkspaceOutAttributesDataSource;
|
|
50909
|
+
}
|
|
50910
|
+
|
|
50911
|
+
/**
|
|
50912
|
+
* 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.
|
|
50913
|
+
*/
|
|
50914
|
+
export declare interface JsonApiWorkspaceOutAttributesDataSource {
|
|
50915
|
+
/**
|
|
50916
|
+
* The ID of the used data source.
|
|
50917
|
+
*/
|
|
50918
|
+
id: string;
|
|
50919
|
+
/**
|
|
50920
|
+
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
50921
|
+
*/
|
|
50922
|
+
schemaPath?: Array<string>;
|
|
50855
50923
|
}
|
|
50856
50924
|
|
|
50857
50925
|
export declare interface JsonApiWorkspaceOutDocument {
|
|
@@ -50929,6 +50997,14 @@ export declare const JsonApiWorkspaceOutMetaPermissionsEnum: {
|
|
|
50929
50997
|
|
|
50930
50998
|
export declare type JsonApiWorkspaceOutMetaPermissionsEnum = (typeof JsonApiWorkspaceOutMetaPermissionsEnum)[keyof typeof JsonApiWorkspaceOutMetaPermissionsEnum];
|
|
50931
50999
|
|
|
51000
|
+
export declare interface JsonApiWorkspaceOutRelationships {
|
|
51001
|
+
parent?: JsonApiWorkspaceOutRelationshipsParent;
|
|
51002
|
+
}
|
|
51003
|
+
|
|
51004
|
+
export declare interface JsonApiWorkspaceOutRelationshipsParent {
|
|
51005
|
+
data: JsonApiWorkspaceLinkage | null;
|
|
51006
|
+
}
|
|
51007
|
+
|
|
50932
51008
|
export declare const JsonApiWorkspaceOutTypeEnum: {
|
|
50933
51009
|
readonly WORKSPACE: "workspace";
|
|
50934
51010
|
};
|
|
@@ -50945,8 +51021,8 @@ export declare interface JsonApiWorkspaceOutWithLinks {
|
|
|
50945
51021
|
*/
|
|
50946
51022
|
id: string;
|
|
50947
51023
|
meta?: JsonApiWorkspaceOutMeta;
|
|
50948
|
-
attributes?:
|
|
50949
|
-
relationships?:
|
|
51024
|
+
attributes?: JsonApiWorkspaceOutAttributes;
|
|
51025
|
+
relationships?: JsonApiWorkspaceOutRelationships;
|
|
50950
51026
|
links?: ObjectLinks;
|
|
50951
51027
|
}
|
|
50952
51028
|
|
|
@@ -50968,56 +51044,14 @@ export declare interface JsonApiWorkspacePatch {
|
|
|
50968
51044
|
* API identifier of an object
|
|
50969
51045
|
*/
|
|
50970
51046
|
id: string;
|
|
50971
|
-
attributes?:
|
|
50972
|
-
relationships?:
|
|
50973
|
-
}
|
|
50974
|
-
|
|
50975
|
-
export declare interface JsonApiWorkspacePatchAttributes {
|
|
50976
|
-
name?: string | null;
|
|
50977
|
-
/**
|
|
50978
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
50979
|
-
* @deprecated
|
|
50980
|
-
*/
|
|
50981
|
-
earlyAccess?: string | null;
|
|
50982
|
-
/**
|
|
50983
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
50984
|
-
*/
|
|
50985
|
-
earlyAccessValues?: Array<string> | null;
|
|
50986
|
-
description?: string | null;
|
|
50987
|
-
/**
|
|
50988
|
-
* Custom prefix of entity identifiers in workspace
|
|
50989
|
-
*/
|
|
50990
|
-
prefix?: string | null;
|
|
50991
|
-
cacheExtraLimit?: number;
|
|
50992
|
-
dataSource?: JsonApiWorkspacePatchAttributesDataSource;
|
|
50993
|
-
}
|
|
50994
|
-
|
|
50995
|
-
/**
|
|
50996
|
-
* 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.
|
|
50997
|
-
*/
|
|
50998
|
-
export declare interface JsonApiWorkspacePatchAttributesDataSource {
|
|
50999
|
-
/**
|
|
51000
|
-
* The ID of the used data source.
|
|
51001
|
-
*/
|
|
51002
|
-
id: string;
|
|
51003
|
-
/**
|
|
51004
|
-
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
51005
|
-
*/
|
|
51006
|
-
schemaPath?: Array<string>;
|
|
51047
|
+
attributes?: JsonApiWorkspaceOutAttributes;
|
|
51048
|
+
relationships?: JsonApiWorkspaceOutRelationships;
|
|
51007
51049
|
}
|
|
51008
51050
|
|
|
51009
51051
|
export declare interface JsonApiWorkspacePatchDocument {
|
|
51010
51052
|
data: JsonApiWorkspacePatch;
|
|
51011
51053
|
}
|
|
51012
51054
|
|
|
51013
|
-
export declare interface JsonApiWorkspacePatchRelationships {
|
|
51014
|
-
parent?: JsonApiWorkspacePatchRelationshipsParent;
|
|
51015
|
-
}
|
|
51016
|
-
|
|
51017
|
-
export declare interface JsonApiWorkspacePatchRelationshipsParent {
|
|
51018
|
-
data: JsonApiWorkspaceLinkage | null;
|
|
51019
|
-
}
|
|
51020
|
-
|
|
51021
51055
|
export declare const JsonApiWorkspacePatchTypeEnum: {
|
|
51022
51056
|
readonly WORKSPACE: "workspace";
|
|
51023
51057
|
};
|
|
@@ -51036,7 +51070,7 @@ export declare interface JsonApiWorkspaceSettingIn {
|
|
|
51036
51070
|
* API identifier of an object
|
|
51037
51071
|
*/
|
|
51038
51072
|
id: string;
|
|
51039
|
-
attributes?:
|
|
51073
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
51040
51074
|
}
|
|
51041
51075
|
|
|
51042
51076
|
export declare interface JsonApiWorkspaceSettingInDocument {
|
|
@@ -51062,9 +51096,54 @@ export declare interface JsonApiWorkspaceSettingOut {
|
|
|
51062
51096
|
*/
|
|
51063
51097
|
id: string;
|
|
51064
51098
|
meta?: JsonApiDatasetOutMeta;
|
|
51065
|
-
attributes?:
|
|
51099
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
51066
51100
|
}
|
|
51067
51101
|
|
|
51102
|
+
export declare interface JsonApiWorkspaceSettingOutAttributes {
|
|
51103
|
+
/**
|
|
51104
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
51105
|
+
*/
|
|
51106
|
+
content?: object;
|
|
51107
|
+
type?: JsonApiWorkspaceSettingOutAttributesTypeEnum;
|
|
51108
|
+
}
|
|
51109
|
+
|
|
51110
|
+
export declare const JsonApiWorkspaceSettingOutAttributesTypeEnum: {
|
|
51111
|
+
readonly TIMEZONE: "TIMEZONE";
|
|
51112
|
+
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
51113
|
+
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
51114
|
+
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
51115
|
+
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
51116
|
+
readonly LOCALE: "LOCALE";
|
|
51117
|
+
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
51118
|
+
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
51119
|
+
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
51120
|
+
readonly AG_GRID_TOKEN: "AG_GRID_TOKEN";
|
|
51121
|
+
readonly WEEK_START: "WEEK_START";
|
|
51122
|
+
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
51123
|
+
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
51124
|
+
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
51125
|
+
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
51126
|
+
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
51127
|
+
readonly ALERT: "ALERT";
|
|
51128
|
+
readonly SEPARATORS: "SEPARATORS";
|
|
51129
|
+
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
51130
|
+
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
51131
|
+
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
51132
|
+
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
51133
|
+
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
51134
|
+
readonly ENABLE_SNAPSHOT_EXPORT: "ENABLE_SNAPSHOT_EXPORT";
|
|
51135
|
+
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
51136
|
+
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
51137
|
+
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
51138
|
+
readonly AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE";
|
|
51139
|
+
readonly ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS: "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS";
|
|
51140
|
+
readonly ENABLE_AUTOMATION_EVALUATION_MODE: "ENABLE_AUTOMATION_EVALUATION_MODE";
|
|
51141
|
+
readonly ENABLE_ACCESSIBILITY_MODE: "ENABLE_ACCESSIBILITY_MODE";
|
|
51142
|
+
readonly REGISTERED_PLUGGABLE_APPLICATIONS: "REGISTERED_PLUGGABLE_APPLICATIONS";
|
|
51143
|
+
};
|
|
51144
|
+
|
|
51145
|
+
export declare type JsonApiWorkspaceSettingOutAttributesTypeEnum = (typeof JsonApiWorkspaceSettingOutAttributesTypeEnum)[keyof typeof JsonApiWorkspaceSettingOutAttributesTypeEnum];
|
|
51146
|
+
|
|
51068
51147
|
export declare interface JsonApiWorkspaceSettingOutDocument {
|
|
51069
51148
|
data: JsonApiWorkspaceSettingOut;
|
|
51070
51149
|
links?: ObjectLinks;
|
|
@@ -51095,7 +51174,7 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
51095
51174
|
*/
|
|
51096
51175
|
id: string;
|
|
51097
51176
|
meta?: JsonApiDatasetOutMeta;
|
|
51098
|
-
attributes?:
|
|
51177
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
51099
51178
|
links?: ObjectLinks;
|
|
51100
51179
|
}
|
|
51101
51180
|
|
|
@@ -51117,7 +51196,7 @@ export declare interface JsonApiWorkspaceSettingPatch {
|
|
|
51117
51196
|
* API identifier of an object
|
|
51118
51197
|
*/
|
|
51119
51198
|
id: string;
|
|
51120
|
-
attributes?:
|
|
51199
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
51121
51200
|
}
|
|
51122
51201
|
|
|
51123
51202
|
export declare interface JsonApiWorkspaceSettingPatchDocument {
|
|
@@ -51142,7 +51221,7 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
51142
51221
|
* API identifier of an object
|
|
51143
51222
|
*/
|
|
51144
51223
|
id?: string;
|
|
51145
|
-
attributes?:
|
|
51224
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
51146
51225
|
}
|
|
51147
51226
|
|
|
51148
51227
|
export declare interface JsonApiWorkspaceSettingPostOptionalIdDocument {
|
|
@@ -56453,7 +56532,7 @@ export declare const NoteAppliesToEnum: {
|
|
|
56453
56532
|
export declare type NoteAppliesToEnum = (typeof NoteAppliesToEnum)[keyof typeof NoteAppliesToEnum];
|
|
56454
56533
|
|
|
56455
56534
|
export declare interface Notes {
|
|
56456
|
-
note
|
|
56535
|
+
note?: Array<Note>;
|
|
56457
56536
|
}
|
|
56458
56537
|
|
|
56459
56538
|
/**
|
|
@@ -57601,41 +57680,6 @@ export declare interface NotificationChannelsAutomationTestNotificationChannelRe
|
|
|
57601
57680
|
readonly automationTestDestinationRequest: AutomationTestDestinationRequest;
|
|
57602
57681
|
}
|
|
57603
57682
|
|
|
57604
|
-
/**
|
|
57605
|
-
* The attributes to analyze for significant changes. If empty, valid attributes will be automatically discovered.
|
|
57606
|
-
*/
|
|
57607
|
-
declare interface ObjectIdentifier {
|
|
57608
|
-
type: ObjectIdentifierTypeEnum;
|
|
57609
|
-
space: string;
|
|
57610
|
-
id: string;
|
|
57611
|
-
}
|
|
57612
|
-
|
|
57613
|
-
declare const ObjectIdentifierTypeEnum: {
|
|
57614
|
-
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
57615
|
-
readonly ATTRIBUTE: "attribute";
|
|
57616
|
-
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
57617
|
-
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
57618
|
-
readonly DATASET: "dataset";
|
|
57619
|
-
readonly FACT: "fact";
|
|
57620
|
-
readonly AGGREGATED_FACT: "aggregatedFact";
|
|
57621
|
-
readonly LABEL: "label";
|
|
57622
|
-
readonly METRIC: "metric";
|
|
57623
|
-
readonly USER_DATA_FILTER: "userDataFilter";
|
|
57624
|
-
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
57625
|
-
readonly AUTOMATION: "automation";
|
|
57626
|
-
readonly AUTOMATION_RESULT: "automationResult";
|
|
57627
|
-
readonly PROMPT: "prompt";
|
|
57628
|
-
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
57629
|
-
readonly FILTER_CONTEXT: "filterContext";
|
|
57630
|
-
readonly WORKSPACE_SETTINGS: "workspaceSettings";
|
|
57631
|
-
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
57632
|
-
readonly WORKSPACE_DATA_FILTER: "workspaceDataFilter";
|
|
57633
|
-
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
57634
|
-
readonly FILTER_VIEW: "filterView";
|
|
57635
|
-
};
|
|
57636
|
-
|
|
57637
|
-
declare type ObjectIdentifierTypeEnum = (typeof ObjectIdentifierTypeEnum)[keyof typeof ObjectIdentifierTypeEnum];
|
|
57638
|
-
|
|
57639
57683
|
export declare interface ObjectLinks {
|
|
57640
57684
|
/**
|
|
57641
57685
|
* A string containing the link\'s URL.
|
|
@@ -67241,20 +67285,6 @@ export declare interface ProfileApiInterface {
|
|
|
67241
67285
|
getCurrentWithDetails: () => Promise<IUserProfile>;
|
|
67242
67286
|
}
|
|
67243
67287
|
|
|
67244
|
-
declare interface QualityIssue {
|
|
67245
|
-
objects: Array<QualityIssueObject>;
|
|
67246
|
-
severity: string;
|
|
67247
|
-
code: string;
|
|
67248
|
-
detail: {
|
|
67249
|
-
[key: string]: object;
|
|
67250
|
-
};
|
|
67251
|
-
}
|
|
67252
|
-
|
|
67253
|
-
declare interface QualityIssueObject {
|
|
67254
|
-
type: string;
|
|
67255
|
-
id: string;
|
|
67256
|
-
}
|
|
67257
|
-
|
|
67258
67288
|
declare interface Range_2 {
|
|
67259
67289
|
operator: RangeOperatorEnum;
|
|
67260
67290
|
measure: LocalIdentifier;
|
|
@@ -69726,13 +69756,13 @@ export declare const tigerEntitiesObjectsClientFactory: (axios: AxiosInstance) =
|
|
|
69726
69756
|
/**
|
|
69727
69757
|
* Tiger execution client factory
|
|
69728
69758
|
*/
|
|
69729
|
-
export declare const tigerExecutionClientFactory: (axios: AxiosInstance) => Pick<AfmActionsApiInterface, "computeReport">;
|
|
69759
|
+
export declare const tigerExecutionClientFactory: (axios: AxiosInstance) => Pick<AfmActionsApiInterface, "computeReport" | "changeAnalysis">;
|
|
69730
69760
|
|
|
69731
69761
|
/**
|
|
69732
69762
|
* Tiger execution result client factory
|
|
69733
69763
|
*
|
|
69734
69764
|
*/
|
|
69735
|
-
export declare const tigerExecutionResultClientFactory: (axios: AxiosInstance) => Pick<AfmActionsApiInterface, "retrieveResult">;
|
|
69765
|
+
export declare const tigerExecutionResultClientFactory: (axios: AxiosInstance) => Pick<AfmActionsApiInterface, "retrieveResult" | "changeAnalysisResult">;
|
|
69736
69766
|
|
|
69737
69767
|
export declare const tigerExportClientFactory: (axios: AxiosInstance) => ActionsExportInterface;
|
|
69738
69768
|
|
|
@@ -85794,7 +85824,7 @@ export declare interface WorkspaceUsers {
|
|
|
85794
85824
|
}
|
|
85795
85825
|
|
|
85796
85826
|
export declare interface Xliff {
|
|
85797
|
-
file
|
|
85827
|
+
file?: Array<any>;
|
|
85798
85828
|
version?: string;
|
|
85799
85829
|
srcLang?: string;
|
|
85800
85830
|
trgLang?: string;
|