@gooddata/api-client-tiger 10.33.0-alpha.55 → 10.33.0-alpha.56
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 +1474 -1472
- package/esm/generated/afm-rest-api/api.d.ts +12 -12
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +4 -4
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +2 -1
- package/esm/generated/metadata-json-api/api.d.ts +1526 -1524
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +64 -62
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +7664 -7662
- package/package.json +3 -3
|
@@ -1188,10 +1188,10 @@ export declare interface ActionsApiExplainAFMRequest {
|
|
|
1188
1188
|
readonly afmExecution: AfmExecution;
|
|
1189
1189
|
/**
|
|
1190
1190
|
* Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
|
|
1191
|
-
* @type {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS'}
|
|
1191
|
+
* @type {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS' | 'COMPRESSED_SQL'}
|
|
1192
1192
|
* @memberof ActionsApiExplainAFM
|
|
1193
1193
|
*/
|
|
1194
|
-
readonly explainType?: "MAQL" | "GRPC_MODEL" | "GRPC_MODEL_SVG" | "WDF" | "QT" | "QT_SVG" | "OPT_QT" | "OPT_QT_SVG" | "SQL" | "SETTINGS";
|
|
1194
|
+
readonly explainType?: "MAQL" | "GRPC_MODEL" | "GRPC_MODEL_SVG" | "WDF" | "QT" | "QT_SVG" | "OPT_QT" | "OPT_QT_SVG" | "SQL" | "SETTINGS" | "COMPRESSED_SQL";
|
|
1195
1195
|
}
|
|
1196
1196
|
|
|
1197
1197
|
/**
|
|
@@ -4772,11 +4772,11 @@ export declare const AfmActionsApiAxiosParamCreator: (configuration?: LabelEleme
|
|
|
4772
4772
|
* @summary AFM explain resource.
|
|
4773
4773
|
* @param {string} workspaceId Workspace identifier
|
|
4774
4774
|
* @param {AfmExecution} afmExecution
|
|
4775
|
-
* @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
|
|
4775
|
+
* @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS' | 'COMPRESSED_SQL'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
|
|
4776
4776
|
* @param {*} [options] Override http request option.
|
|
4777
4777
|
* @throws {RequiredError}
|
|
4778
4778
|
*/
|
|
4779
|
-
explainAFM: (workspaceId: string, afmExecution: AfmExecution, explainType?: "MAQL" | "GRPC_MODEL" | "GRPC_MODEL_SVG" | "WDF" | "QT" | "QT_SVG" | "OPT_QT" | "OPT_QT_SVG" | "SQL" | "SETTINGS", options?: AxiosRequestConfig) => Promise<LabelElementsRequestArgs>;
|
|
4779
|
+
explainAFM: (workspaceId: string, afmExecution: AfmExecution, explainType?: "MAQL" | "GRPC_MODEL" | "GRPC_MODEL_SVG" | "WDF" | "QT" | "QT_SVG" | "OPT_QT" | "OPT_QT_SVG" | "SQL" | "SETTINGS" | "COMPRESSED_SQL", options?: AxiosRequestConfig) => Promise<LabelElementsRequestArgs>;
|
|
4780
4780
|
/**
|
|
4781
4781
|
* (BETA) Computes forecasted data points from the provided execution result and parameters.
|
|
4782
4782
|
* @summary (BETA) Smart functions - Forecast
|
|
@@ -5167,11 +5167,11 @@ export declare const AfmActionsApiFp: (configuration?: LabelElementsConfiguratio
|
|
|
5167
5167
|
* @summary AFM explain resource.
|
|
5168
5168
|
* @param {string} workspaceId Workspace identifier
|
|
5169
5169
|
* @param {AfmExecution} afmExecution
|
|
5170
|
-
* @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
|
|
5170
|
+
* @param {'MAQL' | 'GRPC_MODEL' | 'GRPC_MODEL_SVG' | 'WDF' | 'QT' | 'QT_SVG' | 'OPT_QT' | 'OPT_QT_SVG' | 'SQL' | 'SETTINGS' | 'COMPRESSED_SQL'} [explainType] Requested explain type. If not specified all types are bundled in a ZIP archive. `MAQL` - MAQL Abstract Syntax Tree, execution dimensions and related info `GRPC_MODEL` - Datasets used in execution `GRPC_MODEL_SVG` - Generated SVG image of the datasets `WDF` - Workspace data filters in execution workspace context `QT` - Query Tree, created from MAQL AST using Logical Data Model, contains all information needed to generate SQL `QT_SVG` - Generated SVG image of the Query Tree `OPT_QT` - Optimized Query Tree `OPT_QT_SVG` - Generated SVG image of the Optimized Query Tree `SQL` - Final SQL to be executed `SETTINGS` - Settings used to execute explain request
|
|
5171
5171
|
* @param {*} [options] Override http request option.
|
|
5172
5172
|
* @throws {RequiredError}
|
|
5173
5173
|
*/
|
|
5174
|
-
explainAFM(workspaceId: string, afmExecution: AfmExecution, explainType?: "MAQL" | "GRPC_MODEL" | "GRPC_MODEL_SVG" | "WDF" | "QT" | "QT_SVG" | "OPT_QT" | "OPT_QT_SVG" | "SQL" | "SETTINGS", options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
5174
|
+
explainAFM(workspaceId: string, afmExecution: AfmExecution, explainType?: "MAQL" | "GRPC_MODEL" | "GRPC_MODEL_SVG" | "WDF" | "QT" | "QT_SVG" | "OPT_QT" | "OPT_QT_SVG" | "SQL" | "SETTINGS" | "COMPRESSED_SQL", options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
5175
5175
|
/**
|
|
5176
5176
|
* (BETA) Computes forecasted data points from the provided execution result and parameters.
|
|
5177
5177
|
* @summary (BETA) Smart functions - Forecast
|
|
@@ -7460,6 +7460,7 @@ export declare const ApiEntitlementNameEnum: {
|
|
|
7460
7460
|
readonly SCHEDULED_ACTION_MINIMUM_RECURRENCE_MINUTES: "ScheduledActionMinimumRecurrenceMinutes";
|
|
7461
7461
|
readonly FEDERATED_IDENTITY_MANAGEMENT: "FederatedIdentityManagement";
|
|
7462
7462
|
readonly AUDIT_LOGGING: "AuditLogging";
|
|
7463
|
+
readonly CONTROLLED_FEATURE_ROLLOUT: "ControlledFeatureRollout";
|
|
7463
7464
|
};
|
|
7464
7465
|
|
|
7465
7466
|
export declare type ApiEntitlementNameEnum = typeof ApiEntitlementNameEnum[keyof typeof ApiEntitlementNameEnum];
|
|
@@ -41332,6 +41333,7 @@ export declare const EntitlementsRequestEntitlementsNameEnum: {
|
|
|
41332
41333
|
readonly SCHEDULED_ACTION_MINIMUM_RECURRENCE_MINUTES: "ScheduledActionMinimumRecurrenceMinutes";
|
|
41333
41334
|
readonly FEDERATED_IDENTITY_MANAGEMENT: "FederatedIdentityManagement";
|
|
41334
41335
|
readonly AUDIT_LOGGING: "AuditLogging";
|
|
41336
|
+
readonly CONTROLLED_FEATURE_ROLLOUT: "ControlledFeatureRollout";
|
|
41335
41337
|
};
|
|
41336
41338
|
|
|
41337
41339
|
export declare type EntitlementsRequestEntitlementsNameEnum = typeof EntitlementsRequestEntitlementsNameEnum[keyof typeof EntitlementsRequestEntitlementsNameEnum];
|
|
@@ -48543,10 +48545,48 @@ export declare interface JsonApiAttributeHierarchyIn {
|
|
|
48543
48545
|
id: string;
|
|
48544
48546
|
/**
|
|
48545
48547
|
*
|
|
48546
|
-
* @type {
|
|
48548
|
+
* @type {JsonApiAttributeHierarchyInAttributes}
|
|
48547
48549
|
* @memberof JsonApiAttributeHierarchyIn
|
|
48548
48550
|
*/
|
|
48549
|
-
attributes?:
|
|
48551
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
48552
|
+
}
|
|
48553
|
+
|
|
48554
|
+
/**
|
|
48555
|
+
*
|
|
48556
|
+
* @export
|
|
48557
|
+
* @interface JsonApiAttributeHierarchyInAttributes
|
|
48558
|
+
*/
|
|
48559
|
+
export declare interface JsonApiAttributeHierarchyInAttributes {
|
|
48560
|
+
/**
|
|
48561
|
+
*
|
|
48562
|
+
* @type {string}
|
|
48563
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
48564
|
+
*/
|
|
48565
|
+
title?: string;
|
|
48566
|
+
/**
|
|
48567
|
+
*
|
|
48568
|
+
* @type {string}
|
|
48569
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
48570
|
+
*/
|
|
48571
|
+
description?: string;
|
|
48572
|
+
/**
|
|
48573
|
+
*
|
|
48574
|
+
* @type {Array<string>}
|
|
48575
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
48576
|
+
*/
|
|
48577
|
+
tags?: Array<string>;
|
|
48578
|
+
/**
|
|
48579
|
+
*
|
|
48580
|
+
* @type {boolean}
|
|
48581
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
48582
|
+
*/
|
|
48583
|
+
areRelationsValid?: boolean;
|
|
48584
|
+
/**
|
|
48585
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
48586
|
+
* @type {object}
|
|
48587
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
48588
|
+
*/
|
|
48589
|
+
content?: object;
|
|
48550
48590
|
}
|
|
48551
48591
|
|
|
48552
48592
|
/**
|
|
@@ -48849,48 +48889,10 @@ export declare interface JsonApiAttributeHierarchyPatch {
|
|
|
48849
48889
|
id: string;
|
|
48850
48890
|
/**
|
|
48851
48891
|
*
|
|
48852
|
-
* @type {
|
|
48892
|
+
* @type {JsonApiAttributeHierarchyInAttributes}
|
|
48853
48893
|
* @memberof JsonApiAttributeHierarchyPatch
|
|
48854
48894
|
*/
|
|
48855
|
-
attributes?:
|
|
48856
|
-
}
|
|
48857
|
-
|
|
48858
|
-
/**
|
|
48859
|
-
*
|
|
48860
|
-
* @export
|
|
48861
|
-
* @interface JsonApiAttributeHierarchyPatchAttributes
|
|
48862
|
-
*/
|
|
48863
|
-
export declare interface JsonApiAttributeHierarchyPatchAttributes {
|
|
48864
|
-
/**
|
|
48865
|
-
*
|
|
48866
|
-
* @type {string}
|
|
48867
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
48868
|
-
*/
|
|
48869
|
-
title?: string;
|
|
48870
|
-
/**
|
|
48871
|
-
*
|
|
48872
|
-
* @type {string}
|
|
48873
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
48874
|
-
*/
|
|
48875
|
-
description?: string;
|
|
48876
|
-
/**
|
|
48877
|
-
*
|
|
48878
|
-
* @type {Array<string>}
|
|
48879
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
48880
|
-
*/
|
|
48881
|
-
tags?: Array<string>;
|
|
48882
|
-
/**
|
|
48883
|
-
*
|
|
48884
|
-
* @type {boolean}
|
|
48885
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
48886
|
-
*/
|
|
48887
|
-
areRelationsValid?: boolean;
|
|
48888
|
-
/**
|
|
48889
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
48890
|
-
* @type {object}
|
|
48891
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
48892
|
-
*/
|
|
48893
|
-
content?: object;
|
|
48895
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
48894
48896
|
}
|
|
48895
48897
|
|
|
48896
48898
|
/**
|
|
@@ -49299,568 +49301,404 @@ export declare interface JsonApiAutomationIn {
|
|
|
49299
49301
|
id: string;
|
|
49300
49302
|
/**
|
|
49301
49303
|
*
|
|
49302
|
-
* @type {
|
|
49304
|
+
* @type {JsonApiAutomationInAttributes}
|
|
49303
49305
|
* @memberof JsonApiAutomationIn
|
|
49304
49306
|
*/
|
|
49305
|
-
attributes?:
|
|
49307
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
49306
49308
|
/**
|
|
49307
49309
|
*
|
|
49308
|
-
* @type {
|
|
49310
|
+
* @type {JsonApiAutomationInRelationships}
|
|
49309
49311
|
* @memberof JsonApiAutomationIn
|
|
49310
49312
|
*/
|
|
49311
|
-
relationships?:
|
|
49313
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
49312
49314
|
}
|
|
49313
49315
|
|
|
49314
49316
|
/**
|
|
49315
49317
|
*
|
|
49316
49318
|
* @export
|
|
49317
|
-
* @interface
|
|
49318
|
-
*/
|
|
49319
|
-
export declare interface JsonApiAutomationInDocument {
|
|
49320
|
-
/**
|
|
49321
|
-
*
|
|
49322
|
-
* @type {JsonApiAutomationIn}
|
|
49323
|
-
* @memberof JsonApiAutomationInDocument
|
|
49324
|
-
*/
|
|
49325
|
-
data: JsonApiAutomationIn;
|
|
49326
|
-
}
|
|
49327
|
-
|
|
49328
|
-
export declare const JsonApiAutomationInTypeEnum: {
|
|
49329
|
-
readonly AUTOMATION: "automation";
|
|
49330
|
-
};
|
|
49331
|
-
|
|
49332
|
-
export declare type JsonApiAutomationInTypeEnum = typeof JsonApiAutomationInTypeEnum[keyof typeof JsonApiAutomationInTypeEnum];
|
|
49333
|
-
|
|
49334
|
-
/**
|
|
49335
|
-
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
49336
|
-
* @export
|
|
49337
|
-
* @interface JsonApiAutomationLinkage
|
|
49319
|
+
* @interface JsonApiAutomationInAttributes
|
|
49338
49320
|
*/
|
|
49339
|
-
export declare interface
|
|
49321
|
+
export declare interface JsonApiAutomationInAttributes {
|
|
49340
49322
|
/**
|
|
49341
49323
|
*
|
|
49342
49324
|
* @type {string}
|
|
49343
|
-
* @memberof
|
|
49344
|
-
*/
|
|
49345
|
-
id: string;
|
|
49346
|
-
/**
|
|
49347
|
-
*
|
|
49348
|
-
* @type {string}
|
|
49349
|
-
* @memberof JsonApiAutomationLinkage
|
|
49350
|
-
*/
|
|
49351
|
-
type: JsonApiAutomationLinkageTypeEnum;
|
|
49352
|
-
}
|
|
49353
|
-
|
|
49354
|
-
export declare const JsonApiAutomationLinkageTypeEnum: {
|
|
49355
|
-
readonly AUTOMATION: "automation";
|
|
49356
|
-
};
|
|
49357
|
-
|
|
49358
|
-
export declare type JsonApiAutomationLinkageTypeEnum = typeof JsonApiAutomationLinkageTypeEnum[keyof typeof JsonApiAutomationLinkageTypeEnum];
|
|
49359
|
-
|
|
49360
|
-
/**
|
|
49361
|
-
* JSON:API representation of automation entity.
|
|
49362
|
-
* @export
|
|
49363
|
-
* @interface JsonApiAutomationOut
|
|
49364
|
-
*/
|
|
49365
|
-
export declare interface JsonApiAutomationOut {
|
|
49366
|
-
/**
|
|
49367
|
-
* Object type
|
|
49368
|
-
* @type {string}
|
|
49369
|
-
* @memberof JsonApiAutomationOut
|
|
49370
|
-
*/
|
|
49371
|
-
type: JsonApiAutomationOutTypeEnum;
|
|
49372
|
-
/**
|
|
49373
|
-
* API identifier of an object
|
|
49374
|
-
* @type {string}
|
|
49375
|
-
* @memberof JsonApiAutomationOut
|
|
49376
|
-
*/
|
|
49377
|
-
id: string;
|
|
49378
|
-
/**
|
|
49379
|
-
*
|
|
49380
|
-
* @type {JsonApiVisualizationObjectOutMeta}
|
|
49381
|
-
* @memberof JsonApiAutomationOut
|
|
49382
|
-
*/
|
|
49383
|
-
meta?: JsonApiVisualizationObjectOutMeta;
|
|
49384
|
-
/**
|
|
49385
|
-
*
|
|
49386
|
-
* @type {JsonApiAutomationOutAttributes}
|
|
49387
|
-
* @memberof JsonApiAutomationOut
|
|
49388
|
-
*/
|
|
49389
|
-
attributes?: JsonApiAutomationOutAttributes;
|
|
49390
|
-
/**
|
|
49391
|
-
*
|
|
49392
|
-
* @type {JsonApiAutomationOutRelationships}
|
|
49393
|
-
* @memberof JsonApiAutomationOut
|
|
49394
|
-
*/
|
|
49395
|
-
relationships?: JsonApiAutomationOutRelationships;
|
|
49396
|
-
}
|
|
49397
|
-
|
|
49398
|
-
/**
|
|
49399
|
-
*
|
|
49400
|
-
* @export
|
|
49401
|
-
* @interface JsonApiAutomationOutAttributes
|
|
49402
|
-
*/
|
|
49403
|
-
export declare interface JsonApiAutomationOutAttributes {
|
|
49404
|
-
/**
|
|
49405
|
-
*
|
|
49406
|
-
* @type {string}
|
|
49407
|
-
* @memberof JsonApiAutomationOutAttributes
|
|
49325
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49408
49326
|
*/
|
|
49409
49327
|
title?: string;
|
|
49410
49328
|
/**
|
|
49411
49329
|
*
|
|
49412
49330
|
* @type {string}
|
|
49413
|
-
* @memberof
|
|
49331
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49414
49332
|
*/
|
|
49415
49333
|
description?: string;
|
|
49416
49334
|
/**
|
|
49417
49335
|
*
|
|
49418
49336
|
* @type {Array<string>}
|
|
49419
|
-
* @memberof
|
|
49337
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49420
49338
|
*/
|
|
49421
49339
|
tags?: Array<string>;
|
|
49422
49340
|
/**
|
|
49423
49341
|
*
|
|
49424
49342
|
* @type {boolean}
|
|
49425
|
-
* @memberof
|
|
49343
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49426
49344
|
*/
|
|
49427
49345
|
areRelationsValid?: boolean;
|
|
49428
49346
|
/**
|
|
49429
49347
|
* Additional details to be included in the automated message.
|
|
49430
49348
|
* @type {any}
|
|
49431
|
-
* @memberof
|
|
49349
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49432
49350
|
*/
|
|
49433
49351
|
details?: any;
|
|
49434
49352
|
/**
|
|
49435
49353
|
*
|
|
49436
|
-
* @type {
|
|
49437
|
-
* @memberof
|
|
49354
|
+
* @type {JsonApiAutomationOutAttributesMetadata}
|
|
49355
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49438
49356
|
*/
|
|
49439
|
-
metadata?:
|
|
49357
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
49440
49358
|
/**
|
|
49441
49359
|
* Current state of the automation.
|
|
49442
49360
|
* @type {string}
|
|
49443
|
-
* @memberof
|
|
49361
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49444
49362
|
*/
|
|
49445
|
-
state?:
|
|
49363
|
+
state?: JsonApiAutomationInAttributesStateEnum;
|
|
49446
49364
|
/**
|
|
49447
49365
|
*
|
|
49448
|
-
* @type {
|
|
49449
|
-
* @memberof
|
|
49366
|
+
* @type {JsonApiAutomationOutAttributesSchedule}
|
|
49367
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49450
49368
|
*/
|
|
49451
|
-
schedule?:
|
|
49369
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
49452
49370
|
/**
|
|
49453
49371
|
*
|
|
49454
|
-
* @type {
|
|
49455
|
-
* @memberof
|
|
49372
|
+
* @type {JsonApiAutomationOutAttributesAlert}
|
|
49373
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49456
49374
|
*/
|
|
49457
|
-
alert?:
|
|
49375
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
49458
49376
|
/**
|
|
49459
49377
|
*
|
|
49460
|
-
* @type {Array<
|
|
49461
|
-
* @memberof
|
|
49378
|
+
* @type {Array<JsonApiAutomationOutAttributesTabularExports>}
|
|
49379
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49462
49380
|
*/
|
|
49463
|
-
tabularExports?: Array<
|
|
49381
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
|
|
49464
49382
|
/**
|
|
49465
49383
|
*
|
|
49466
|
-
* @type {Array<
|
|
49467
|
-
* @memberof
|
|
49384
|
+
* @type {Array<JsonApiAutomationOutAttributesVisualExports>}
|
|
49385
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49468
49386
|
*/
|
|
49469
|
-
visualExports?: Array<
|
|
49387
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
|
|
49470
49388
|
/**
|
|
49471
49389
|
*
|
|
49472
|
-
* @type {Array<
|
|
49473
|
-
* @memberof
|
|
49390
|
+
* @type {Array<JsonApiAutomationOutAttributesImageExports>}
|
|
49391
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49474
49392
|
*/
|
|
49475
|
-
imageExports?: Array<
|
|
49393
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
|
|
49476
49394
|
/**
|
|
49477
49395
|
*
|
|
49478
|
-
* @type {Array<
|
|
49479
|
-
* @memberof
|
|
49396
|
+
* @type {Array<JsonApiAutomationOutAttributesRawExports>}
|
|
49397
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49480
49398
|
*/
|
|
49481
|
-
rawExports?: Array<
|
|
49399
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
|
|
49482
49400
|
/**
|
|
49483
49401
|
*
|
|
49484
|
-
* @type {Array<
|
|
49485
|
-
* @memberof
|
|
49402
|
+
* @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
|
|
49403
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49486
49404
|
*/
|
|
49487
|
-
slidesExports?: Array<
|
|
49405
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
|
|
49488
49406
|
/**
|
|
49489
49407
|
*
|
|
49490
|
-
* @type {Array<
|
|
49491
|
-
* @memberof
|
|
49408
|
+
* @type {Array<JsonApiAutomationOutAttributesDashboardTabularExports>}
|
|
49409
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49492
49410
|
*/
|
|
49493
|
-
dashboardTabularExports?: Array<
|
|
49411
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExports>;
|
|
49494
49412
|
/**
|
|
49495
49413
|
* External recipients of the automation action results.
|
|
49496
|
-
* @type {Array<
|
|
49497
|
-
* @memberof
|
|
49414
|
+
* @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
|
|
49415
|
+
* @memberof JsonApiAutomationInAttributes
|
|
49498
49416
|
*/
|
|
49499
|
-
externalRecipients?: Array<
|
|
49500
|
-
/**
|
|
49501
|
-
*
|
|
49502
|
-
* @type {string}
|
|
49503
|
-
* @memberof JsonApiAutomationOutAttributes
|
|
49504
|
-
*/
|
|
49505
|
-
createdAt?: string;
|
|
49506
|
-
/**
|
|
49507
|
-
*
|
|
49508
|
-
* @type {string}
|
|
49509
|
-
* @memberof JsonApiAutomationOutAttributes
|
|
49510
|
-
*/
|
|
49511
|
-
modifiedAt?: string;
|
|
49417
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
|
|
49512
49418
|
}
|
|
49513
49419
|
|
|
49514
|
-
export declare const
|
|
49420
|
+
export declare const JsonApiAutomationInAttributesStateEnum: {
|
|
49515
49421
|
readonly ACTIVE: "ACTIVE";
|
|
49516
49422
|
readonly PAUSED: "PAUSED";
|
|
49517
49423
|
};
|
|
49518
49424
|
|
|
49519
|
-
export declare type
|
|
49425
|
+
export declare type JsonApiAutomationInAttributesStateEnum = typeof JsonApiAutomationInAttributesStateEnum[keyof typeof JsonApiAutomationInAttributesStateEnum];
|
|
49520
49426
|
|
|
49521
49427
|
/**
|
|
49522
49428
|
*
|
|
49523
49429
|
* @export
|
|
49524
|
-
* @interface
|
|
49430
|
+
* @interface JsonApiAutomationInDocument
|
|
49525
49431
|
*/
|
|
49526
|
-
export declare interface
|
|
49527
|
-
/**
|
|
49528
|
-
*
|
|
49529
|
-
* @type {JsonApiAutomationOut}
|
|
49530
|
-
* @memberof JsonApiAutomationOutDocument
|
|
49531
|
-
*/
|
|
49532
|
-
data: JsonApiAutomationOut;
|
|
49432
|
+
export declare interface JsonApiAutomationInDocument {
|
|
49533
49433
|
/**
|
|
49534
49434
|
*
|
|
49535
|
-
* @type {
|
|
49536
|
-
* @memberof
|
|
49537
|
-
*/
|
|
49538
|
-
links?: ObjectLinks;
|
|
49539
|
-
/**
|
|
49540
|
-
* Included resources
|
|
49541
|
-
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
49542
|
-
* @memberof JsonApiAutomationOutDocument
|
|
49435
|
+
* @type {JsonApiAutomationIn}
|
|
49436
|
+
* @memberof JsonApiAutomationInDocument
|
|
49543
49437
|
*/
|
|
49544
|
-
|
|
49438
|
+
data: JsonApiAutomationIn;
|
|
49545
49439
|
}
|
|
49546
49440
|
|
|
49547
49441
|
/**
|
|
49548
|
-
*
|
|
49549
|
-
* @export
|
|
49550
|
-
*/
|
|
49551
|
-
export declare type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLinks | JsonApiExportDefinitionOutWithLinks | JsonApiNotificationChannelOutWithLinks | JsonApiUserIdentifierOutWithLinks | JsonApiUserOutWithLinks;
|
|
49552
|
-
|
|
49553
|
-
/**
|
|
49554
|
-
* A JSON:API document with a list of resources
|
|
49442
|
+
*
|
|
49555
49443
|
* @export
|
|
49556
|
-
* @interface
|
|
49444
|
+
* @interface JsonApiAutomationInRelationships
|
|
49557
49445
|
*/
|
|
49558
|
-
export declare interface
|
|
49446
|
+
export declare interface JsonApiAutomationInRelationships {
|
|
49559
49447
|
/**
|
|
49560
49448
|
*
|
|
49561
|
-
* @type {
|
|
49562
|
-
* @memberof
|
|
49449
|
+
* @type {JsonApiAutomationOutRelationshipsNotificationChannel}
|
|
49450
|
+
* @memberof JsonApiAutomationInRelationships
|
|
49563
49451
|
*/
|
|
49564
|
-
|
|
49452
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
49565
49453
|
/**
|
|
49566
49454
|
*
|
|
49567
|
-
* @type {
|
|
49568
|
-
* @memberof
|
|
49455
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
49456
|
+
* @memberof JsonApiAutomationInRelationships
|
|
49569
49457
|
*/
|
|
49570
|
-
|
|
49458
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
49571
49459
|
/**
|
|
49572
49460
|
*
|
|
49573
|
-
* @type {
|
|
49574
|
-
* @memberof
|
|
49461
|
+
* @type {JsonApiAutomationOutRelationshipsExportDefinitions}
|
|
49462
|
+
* @memberof JsonApiAutomationInRelationships
|
|
49575
49463
|
*/
|
|
49576
|
-
|
|
49464
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
49577
49465
|
/**
|
|
49578
|
-
*
|
|
49579
|
-
* @type {
|
|
49580
|
-
* @memberof
|
|
49466
|
+
*
|
|
49467
|
+
* @type {JsonApiAutomationOutRelationshipsRecipients}
|
|
49468
|
+
* @memberof JsonApiAutomationInRelationships
|
|
49581
49469
|
*/
|
|
49582
|
-
|
|
49470
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
49583
49471
|
}
|
|
49584
49472
|
|
|
49473
|
+
export declare const JsonApiAutomationInTypeEnum: {
|
|
49474
|
+
readonly AUTOMATION: "automation";
|
|
49475
|
+
};
|
|
49476
|
+
|
|
49477
|
+
export declare type JsonApiAutomationInTypeEnum = typeof JsonApiAutomationInTypeEnum[keyof typeof JsonApiAutomationInTypeEnum];
|
|
49478
|
+
|
|
49585
49479
|
/**
|
|
49586
|
-
*
|
|
49480
|
+
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
49587
49481
|
* @export
|
|
49588
|
-
* @interface
|
|
49482
|
+
* @interface JsonApiAutomationLinkage
|
|
49589
49483
|
*/
|
|
49590
|
-
export declare interface
|
|
49591
|
-
/**
|
|
49592
|
-
*
|
|
49593
|
-
* @type {JsonApiAutomationPatchRelationshipsNotificationChannel}
|
|
49594
|
-
* @memberof JsonApiAutomationOutRelationships
|
|
49595
|
-
*/
|
|
49596
|
-
notificationChannel?: JsonApiAutomationPatchRelationshipsNotificationChannel;
|
|
49597
|
-
/**
|
|
49598
|
-
*
|
|
49599
|
-
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
49600
|
-
* @memberof JsonApiAutomationOutRelationships
|
|
49601
|
-
*/
|
|
49602
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
49603
|
-
/**
|
|
49604
|
-
*
|
|
49605
|
-
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
49606
|
-
* @memberof JsonApiAutomationOutRelationships
|
|
49607
|
-
*/
|
|
49608
|
-
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
49609
|
-
/**
|
|
49610
|
-
*
|
|
49611
|
-
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
49612
|
-
* @memberof JsonApiAutomationOutRelationships
|
|
49613
|
-
*/
|
|
49614
|
-
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
49484
|
+
export declare interface JsonApiAutomationLinkage {
|
|
49615
49485
|
/**
|
|
49616
49486
|
*
|
|
49617
|
-
* @type {
|
|
49618
|
-
* @memberof
|
|
49487
|
+
* @type {string}
|
|
49488
|
+
* @memberof JsonApiAutomationLinkage
|
|
49619
49489
|
*/
|
|
49620
|
-
|
|
49490
|
+
id: string;
|
|
49621
49491
|
/**
|
|
49622
49492
|
*
|
|
49623
|
-
* @type {
|
|
49624
|
-
* @memberof
|
|
49493
|
+
* @type {string}
|
|
49494
|
+
* @memberof JsonApiAutomationLinkage
|
|
49625
49495
|
*/
|
|
49626
|
-
|
|
49496
|
+
type: JsonApiAutomationLinkageTypeEnum;
|
|
49627
49497
|
}
|
|
49628
49498
|
|
|
49629
|
-
export declare const
|
|
49499
|
+
export declare const JsonApiAutomationLinkageTypeEnum: {
|
|
49630
49500
|
readonly AUTOMATION: "automation";
|
|
49631
49501
|
};
|
|
49632
49502
|
|
|
49633
|
-
export declare type
|
|
49503
|
+
export declare type JsonApiAutomationLinkageTypeEnum = typeof JsonApiAutomationLinkageTypeEnum[keyof typeof JsonApiAutomationLinkageTypeEnum];
|
|
49634
49504
|
|
|
49635
49505
|
/**
|
|
49636
|
-
*
|
|
49506
|
+
* JSON:API representation of automation entity.
|
|
49637
49507
|
* @export
|
|
49638
|
-
* @interface
|
|
49508
|
+
* @interface JsonApiAutomationOut
|
|
49639
49509
|
*/
|
|
49640
|
-
export declare interface
|
|
49510
|
+
export declare interface JsonApiAutomationOut {
|
|
49641
49511
|
/**
|
|
49642
49512
|
* Object type
|
|
49643
49513
|
* @type {string}
|
|
49644
|
-
* @memberof
|
|
49514
|
+
* @memberof JsonApiAutomationOut
|
|
49645
49515
|
*/
|
|
49646
|
-
type:
|
|
49516
|
+
type: JsonApiAutomationOutTypeEnum;
|
|
49647
49517
|
/**
|
|
49648
49518
|
* API identifier of an object
|
|
49649
49519
|
* @type {string}
|
|
49650
|
-
* @memberof
|
|
49520
|
+
* @memberof JsonApiAutomationOut
|
|
49651
49521
|
*/
|
|
49652
49522
|
id: string;
|
|
49653
49523
|
/**
|
|
49654
49524
|
*
|
|
49655
49525
|
* @type {JsonApiVisualizationObjectOutMeta}
|
|
49656
|
-
* @memberof
|
|
49526
|
+
* @memberof JsonApiAutomationOut
|
|
49657
49527
|
*/
|
|
49658
49528
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
49659
49529
|
/**
|
|
49660
49530
|
*
|
|
49661
49531
|
* @type {JsonApiAutomationOutAttributes}
|
|
49662
|
-
* @memberof
|
|
49532
|
+
* @memberof JsonApiAutomationOut
|
|
49663
49533
|
*/
|
|
49664
49534
|
attributes?: JsonApiAutomationOutAttributes;
|
|
49665
49535
|
/**
|
|
49666
49536
|
*
|
|
49667
49537
|
* @type {JsonApiAutomationOutRelationships}
|
|
49668
|
-
* @memberof
|
|
49538
|
+
* @memberof JsonApiAutomationOut
|
|
49669
49539
|
*/
|
|
49670
49540
|
relationships?: JsonApiAutomationOutRelationships;
|
|
49671
|
-
/**
|
|
49672
|
-
*
|
|
49673
|
-
* @type {ObjectLinks}
|
|
49674
|
-
* @memberof JsonApiAutomationOutWithLinks
|
|
49675
|
-
*/
|
|
49676
|
-
links?: ObjectLinks;
|
|
49677
|
-
}
|
|
49678
|
-
|
|
49679
|
-
export declare const JsonApiAutomationOutWithLinksTypeEnum: {
|
|
49680
|
-
readonly AUTOMATION: "automation";
|
|
49681
|
-
};
|
|
49682
|
-
|
|
49683
|
-
export declare type JsonApiAutomationOutWithLinksTypeEnum = typeof JsonApiAutomationOutWithLinksTypeEnum[keyof typeof JsonApiAutomationOutWithLinksTypeEnum];
|
|
49684
|
-
|
|
49685
|
-
/**
|
|
49686
|
-
* JSON:API representation of patching automation entity.
|
|
49687
|
-
* @export
|
|
49688
|
-
* @interface JsonApiAutomationPatch
|
|
49689
|
-
*/
|
|
49690
|
-
export declare interface JsonApiAutomationPatch {
|
|
49691
|
-
/**
|
|
49692
|
-
* Object type
|
|
49693
|
-
* @type {string}
|
|
49694
|
-
* @memberof JsonApiAutomationPatch
|
|
49695
|
-
*/
|
|
49696
|
-
type: JsonApiAutomationPatchTypeEnum;
|
|
49697
|
-
/**
|
|
49698
|
-
* API identifier of an object
|
|
49699
|
-
* @type {string}
|
|
49700
|
-
* @memberof JsonApiAutomationPatch
|
|
49701
|
-
*/
|
|
49702
|
-
id: string;
|
|
49703
|
-
/**
|
|
49704
|
-
*
|
|
49705
|
-
* @type {JsonApiAutomationPatchAttributes}
|
|
49706
|
-
* @memberof JsonApiAutomationPatch
|
|
49707
|
-
*/
|
|
49708
|
-
attributes?: JsonApiAutomationPatchAttributes;
|
|
49709
|
-
/**
|
|
49710
|
-
*
|
|
49711
|
-
* @type {JsonApiAutomationPatchRelationships}
|
|
49712
|
-
* @memberof JsonApiAutomationPatch
|
|
49713
|
-
*/
|
|
49714
|
-
relationships?: JsonApiAutomationPatchRelationships;
|
|
49715
49541
|
}
|
|
49716
49542
|
|
|
49717
49543
|
/**
|
|
49718
49544
|
*
|
|
49719
49545
|
* @export
|
|
49720
|
-
* @interface
|
|
49546
|
+
* @interface JsonApiAutomationOutAttributes
|
|
49721
49547
|
*/
|
|
49722
|
-
export declare interface
|
|
49548
|
+
export declare interface JsonApiAutomationOutAttributes {
|
|
49723
49549
|
/**
|
|
49724
49550
|
*
|
|
49725
49551
|
* @type {string}
|
|
49726
|
-
* @memberof
|
|
49552
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49727
49553
|
*/
|
|
49728
49554
|
title?: string;
|
|
49729
49555
|
/**
|
|
49730
49556
|
*
|
|
49731
49557
|
* @type {string}
|
|
49732
|
-
* @memberof
|
|
49558
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49733
49559
|
*/
|
|
49734
49560
|
description?: string;
|
|
49735
49561
|
/**
|
|
49736
49562
|
*
|
|
49737
49563
|
* @type {Array<string>}
|
|
49738
|
-
* @memberof
|
|
49564
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49739
49565
|
*/
|
|
49740
49566
|
tags?: Array<string>;
|
|
49741
49567
|
/**
|
|
49742
49568
|
*
|
|
49743
49569
|
* @type {boolean}
|
|
49744
|
-
* @memberof
|
|
49570
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49745
49571
|
*/
|
|
49746
49572
|
areRelationsValid?: boolean;
|
|
49747
49573
|
/**
|
|
49748
49574
|
* Additional details to be included in the automated message.
|
|
49749
49575
|
* @type {any}
|
|
49750
|
-
* @memberof
|
|
49576
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49751
49577
|
*/
|
|
49752
49578
|
details?: any;
|
|
49753
49579
|
/**
|
|
49754
49580
|
*
|
|
49755
|
-
* @type {
|
|
49756
|
-
* @memberof
|
|
49581
|
+
* @type {JsonApiAutomationOutAttributesMetadata}
|
|
49582
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49757
49583
|
*/
|
|
49758
|
-
metadata?:
|
|
49584
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
49759
49585
|
/**
|
|
49760
49586
|
* Current state of the automation.
|
|
49761
49587
|
* @type {string}
|
|
49762
|
-
* @memberof
|
|
49588
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49763
49589
|
*/
|
|
49764
|
-
state?:
|
|
49590
|
+
state?: JsonApiAutomationOutAttributesStateEnum;
|
|
49765
49591
|
/**
|
|
49766
49592
|
*
|
|
49767
|
-
* @type {
|
|
49768
|
-
* @memberof
|
|
49593
|
+
* @type {JsonApiAutomationOutAttributesSchedule}
|
|
49594
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49769
49595
|
*/
|
|
49770
|
-
schedule?:
|
|
49596
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
49771
49597
|
/**
|
|
49772
49598
|
*
|
|
49773
|
-
* @type {
|
|
49774
|
-
* @memberof
|
|
49599
|
+
* @type {JsonApiAutomationOutAttributesAlert}
|
|
49600
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49775
49601
|
*/
|
|
49776
|
-
alert?:
|
|
49602
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
49777
49603
|
/**
|
|
49778
49604
|
*
|
|
49779
|
-
* @type {Array<
|
|
49780
|
-
* @memberof
|
|
49605
|
+
* @type {Array<JsonApiAutomationOutAttributesTabularExports>}
|
|
49606
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49781
49607
|
*/
|
|
49782
|
-
tabularExports?: Array<
|
|
49608
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
|
|
49783
49609
|
/**
|
|
49784
49610
|
*
|
|
49785
|
-
* @type {Array<
|
|
49786
|
-
* @memberof
|
|
49611
|
+
* @type {Array<JsonApiAutomationOutAttributesVisualExports>}
|
|
49612
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49787
49613
|
*/
|
|
49788
|
-
visualExports?: Array<
|
|
49614
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
|
|
49789
49615
|
/**
|
|
49790
49616
|
*
|
|
49791
|
-
* @type {Array<
|
|
49792
|
-
* @memberof
|
|
49617
|
+
* @type {Array<JsonApiAutomationOutAttributesImageExports>}
|
|
49618
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49793
49619
|
*/
|
|
49794
|
-
imageExports?: Array<
|
|
49620
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
|
|
49795
49621
|
/**
|
|
49796
49622
|
*
|
|
49797
|
-
* @type {Array<
|
|
49798
|
-
* @memberof
|
|
49623
|
+
* @type {Array<JsonApiAutomationOutAttributesRawExports>}
|
|
49624
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49799
49625
|
*/
|
|
49800
|
-
rawExports?: Array<
|
|
49626
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
|
|
49801
49627
|
/**
|
|
49802
49628
|
*
|
|
49803
|
-
* @type {Array<
|
|
49804
|
-
* @memberof
|
|
49629
|
+
* @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
|
|
49630
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49805
49631
|
*/
|
|
49806
|
-
slidesExports?: Array<
|
|
49632
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
|
|
49807
49633
|
/**
|
|
49808
49634
|
*
|
|
49809
|
-
* @type {Array<
|
|
49810
|
-
* @memberof
|
|
49635
|
+
* @type {Array<JsonApiAutomationOutAttributesDashboardTabularExports>}
|
|
49636
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49811
49637
|
*/
|
|
49812
|
-
dashboardTabularExports?: Array<
|
|
49638
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExports>;
|
|
49813
49639
|
/**
|
|
49814
49640
|
* External recipients of the automation action results.
|
|
49815
|
-
* @type {Array<
|
|
49816
|
-
* @memberof
|
|
49641
|
+
* @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
|
|
49642
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49817
49643
|
*/
|
|
49818
|
-
externalRecipients?: Array<
|
|
49644
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
|
|
49645
|
+
/**
|
|
49646
|
+
*
|
|
49647
|
+
* @type {string}
|
|
49648
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49649
|
+
*/
|
|
49650
|
+
createdAt?: string;
|
|
49651
|
+
/**
|
|
49652
|
+
*
|
|
49653
|
+
* @type {string}
|
|
49654
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
49655
|
+
*/
|
|
49656
|
+
modifiedAt?: string;
|
|
49819
49657
|
}
|
|
49820
49658
|
|
|
49821
49659
|
/**
|
|
49822
49660
|
*
|
|
49823
49661
|
* @export
|
|
49824
|
-
* @interface
|
|
49662
|
+
* @interface JsonApiAutomationOutAttributesAlert
|
|
49825
49663
|
*/
|
|
49826
|
-
export declare interface
|
|
49664
|
+
export declare interface JsonApiAutomationOutAttributesAlert {
|
|
49827
49665
|
/**
|
|
49828
49666
|
*
|
|
49829
49667
|
* @type {AlertAfm}
|
|
49830
|
-
* @memberof
|
|
49668
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
49831
49669
|
*/
|
|
49832
49670
|
execution: AlertAfm;
|
|
49833
49671
|
/**
|
|
49834
49672
|
*
|
|
49835
49673
|
* @type {AlertCondition}
|
|
49836
|
-
* @memberof
|
|
49674
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
49837
49675
|
*/
|
|
49838
49676
|
condition: AlertCondition;
|
|
49839
49677
|
/**
|
|
49840
49678
|
* 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.
|
|
49841
49679
|
* @type {string}
|
|
49842
|
-
* @memberof
|
|
49680
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
49843
49681
|
*/
|
|
49844
|
-
trigger?:
|
|
49682
|
+
trigger?: JsonApiAutomationOutAttributesAlertTriggerEnum;
|
|
49845
49683
|
}
|
|
49846
49684
|
|
|
49847
|
-
export declare const
|
|
49685
|
+
export declare const JsonApiAutomationOutAttributesAlertTriggerEnum: {
|
|
49848
49686
|
readonly ALWAYS: "ALWAYS";
|
|
49849
49687
|
readonly ONCE: "ONCE";
|
|
49850
49688
|
};
|
|
49851
49689
|
|
|
49852
|
-
export declare type
|
|
49690
|
+
export declare type JsonApiAutomationOutAttributesAlertTriggerEnum = typeof JsonApiAutomationOutAttributesAlertTriggerEnum[keyof typeof JsonApiAutomationOutAttributesAlertTriggerEnum];
|
|
49853
49691
|
|
|
49854
49692
|
/**
|
|
49855
49693
|
*
|
|
49856
49694
|
* @export
|
|
49857
|
-
* @interface
|
|
49695
|
+
* @interface JsonApiAutomationOutAttributesDashboardTabularExports
|
|
49858
49696
|
*/
|
|
49859
|
-
export declare interface
|
|
49697
|
+
export declare interface JsonApiAutomationOutAttributesDashboardTabularExports {
|
|
49860
49698
|
/**
|
|
49861
49699
|
*
|
|
49862
49700
|
* @type {DashboardTabularExportRequestV2}
|
|
49863
|
-
* @memberof
|
|
49701
|
+
* @memberof JsonApiAutomationOutAttributesDashboardTabularExports
|
|
49864
49702
|
*/
|
|
49865
49703
|
requestPayload: DashboardTabularExportRequestV2;
|
|
49866
49704
|
}
|
|
@@ -49868,13 +49706,13 @@ export declare interface JsonApiAutomationPatchAttributesDashboardTabularExports
|
|
|
49868
49706
|
/**
|
|
49869
49707
|
*
|
|
49870
49708
|
* @export
|
|
49871
|
-
* @interface
|
|
49709
|
+
* @interface JsonApiAutomationOutAttributesExternalRecipients
|
|
49872
49710
|
*/
|
|
49873
|
-
export declare interface
|
|
49711
|
+
export declare interface JsonApiAutomationOutAttributesExternalRecipients {
|
|
49874
49712
|
/**
|
|
49875
49713
|
* E-mail address to send notifications from.
|
|
49876
49714
|
* @type {string}
|
|
49877
|
-
* @memberof
|
|
49715
|
+
* @memberof JsonApiAutomationOutAttributesExternalRecipients
|
|
49878
49716
|
*/
|
|
49879
49717
|
email: string;
|
|
49880
49718
|
}
|
|
@@ -49882,13 +49720,13 @@ export declare interface JsonApiAutomationPatchAttributesExternalRecipients {
|
|
|
49882
49720
|
/**
|
|
49883
49721
|
*
|
|
49884
49722
|
* @export
|
|
49885
|
-
* @interface
|
|
49723
|
+
* @interface JsonApiAutomationOutAttributesImageExports
|
|
49886
49724
|
*/
|
|
49887
|
-
export declare interface
|
|
49725
|
+
export declare interface JsonApiAutomationOutAttributesImageExports {
|
|
49888
49726
|
/**
|
|
49889
49727
|
*
|
|
49890
49728
|
* @type {ImageExportRequest}
|
|
49891
|
-
* @memberof
|
|
49729
|
+
* @memberof JsonApiAutomationOutAttributesImageExports
|
|
49892
49730
|
*/
|
|
49893
49731
|
requestPayload: ImageExportRequest;
|
|
49894
49732
|
}
|
|
@@ -49896,19 +49734,19 @@ export declare interface JsonApiAutomationPatchAttributesImageExports {
|
|
|
49896
49734
|
/**
|
|
49897
49735
|
* Additional information for the automation.
|
|
49898
49736
|
* @export
|
|
49899
|
-
* @interface
|
|
49737
|
+
* @interface JsonApiAutomationOutAttributesMetadata
|
|
49900
49738
|
*/
|
|
49901
|
-
export declare interface
|
|
49739
|
+
export declare interface JsonApiAutomationOutAttributesMetadata {
|
|
49902
49740
|
/**
|
|
49903
49741
|
*
|
|
49904
49742
|
* @type {string}
|
|
49905
|
-
* @memberof
|
|
49743
|
+
* @memberof JsonApiAutomationOutAttributesMetadata
|
|
49906
49744
|
*/
|
|
49907
49745
|
widget?: string;
|
|
49908
49746
|
/**
|
|
49909
49747
|
*
|
|
49910
49748
|
* @type {Array<VisibleFilter>}
|
|
49911
|
-
* @memberof
|
|
49749
|
+
* @memberof JsonApiAutomationOutAttributesMetadata
|
|
49912
49750
|
*/
|
|
49913
49751
|
visibleFilters?: Array<VisibleFilter>;
|
|
49914
49752
|
}
|
|
@@ -49916,13 +49754,13 @@ export declare interface JsonApiAutomationPatchAttributesMetadata {
|
|
|
49916
49754
|
/**
|
|
49917
49755
|
*
|
|
49918
49756
|
* @export
|
|
49919
|
-
* @interface
|
|
49757
|
+
* @interface JsonApiAutomationOutAttributesRawExports
|
|
49920
49758
|
*/
|
|
49921
|
-
export declare interface
|
|
49759
|
+
export declare interface JsonApiAutomationOutAttributesRawExports {
|
|
49922
49760
|
/**
|
|
49923
49761
|
*
|
|
49924
49762
|
* @type {RawExportRequest}
|
|
49925
|
-
* @memberof
|
|
49763
|
+
* @memberof JsonApiAutomationOutAttributesRawExports
|
|
49926
49764
|
*/
|
|
49927
49765
|
requestPayload: RawExportRequest;
|
|
49928
49766
|
}
|
|
@@ -49930,31 +49768,31 @@ export declare interface JsonApiAutomationPatchAttributesRawExports {
|
|
|
49930
49768
|
/**
|
|
49931
49769
|
*
|
|
49932
49770
|
* @export
|
|
49933
|
-
* @interface
|
|
49771
|
+
* @interface JsonApiAutomationOutAttributesSchedule
|
|
49934
49772
|
*/
|
|
49935
|
-
export declare interface
|
|
49773
|
+
export declare interface JsonApiAutomationOutAttributesSchedule {
|
|
49936
49774
|
/**
|
|
49937
49775
|
* 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.
|
|
49938
49776
|
* @type {string}
|
|
49939
|
-
* @memberof
|
|
49777
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
49940
49778
|
*/
|
|
49941
49779
|
cron: string;
|
|
49942
49780
|
/**
|
|
49943
49781
|
* Human-readable description of the cron expression.
|
|
49944
49782
|
* @type {string}
|
|
49945
|
-
* @memberof
|
|
49783
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
49946
49784
|
*/
|
|
49947
49785
|
cronDescription?: string;
|
|
49948
49786
|
/**
|
|
49949
49787
|
* Timezone in which the schedule is defined.
|
|
49950
49788
|
* @type {string}
|
|
49951
|
-
* @memberof
|
|
49789
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
49952
49790
|
*/
|
|
49953
49791
|
timezone: string;
|
|
49954
49792
|
/**
|
|
49955
49793
|
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
49956
49794
|
* @type {string}
|
|
49957
|
-
* @memberof
|
|
49795
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
49958
49796
|
*/
|
|
49959
49797
|
firstRun?: string;
|
|
49960
49798
|
}
|
|
@@ -49962,34 +49800,34 @@ export declare interface JsonApiAutomationPatchAttributesSchedule {
|
|
|
49962
49800
|
/**
|
|
49963
49801
|
*
|
|
49964
49802
|
* @export
|
|
49965
|
-
* @interface
|
|
49803
|
+
* @interface JsonApiAutomationOutAttributesSlidesExports
|
|
49966
49804
|
*/
|
|
49967
|
-
export declare interface
|
|
49805
|
+
export declare interface JsonApiAutomationOutAttributesSlidesExports {
|
|
49968
49806
|
/**
|
|
49969
49807
|
*
|
|
49970
49808
|
* @type {SlidesExportRequest}
|
|
49971
|
-
* @memberof
|
|
49809
|
+
* @memberof JsonApiAutomationOutAttributesSlidesExports
|
|
49972
49810
|
*/
|
|
49973
49811
|
requestPayload: SlidesExportRequest;
|
|
49974
49812
|
}
|
|
49975
49813
|
|
|
49976
|
-
export declare const
|
|
49814
|
+
export declare const JsonApiAutomationOutAttributesStateEnum: {
|
|
49977
49815
|
readonly ACTIVE: "ACTIVE";
|
|
49978
49816
|
readonly PAUSED: "PAUSED";
|
|
49979
49817
|
};
|
|
49980
49818
|
|
|
49981
|
-
export declare type
|
|
49819
|
+
export declare type JsonApiAutomationOutAttributesStateEnum = typeof JsonApiAutomationOutAttributesStateEnum[keyof typeof JsonApiAutomationOutAttributesStateEnum];
|
|
49982
49820
|
|
|
49983
49821
|
/**
|
|
49984
49822
|
*
|
|
49985
49823
|
* @export
|
|
49986
|
-
* @interface
|
|
49824
|
+
* @interface JsonApiAutomationOutAttributesTabularExports
|
|
49987
49825
|
*/
|
|
49988
|
-
export declare interface
|
|
49826
|
+
export declare interface JsonApiAutomationOutAttributesTabularExports {
|
|
49989
49827
|
/**
|
|
49990
49828
|
*
|
|
49991
49829
|
* @type {TabularExportRequest}
|
|
49992
|
-
* @memberof
|
|
49830
|
+
* @memberof JsonApiAutomationOutAttributesTabularExports
|
|
49993
49831
|
*/
|
|
49994
49832
|
requestPayload: TabularExportRequest;
|
|
49995
49833
|
}
|
|
@@ -49997,13 +49835,13 @@ export declare interface JsonApiAutomationPatchAttributesTabularExports {
|
|
|
49997
49835
|
/**
|
|
49998
49836
|
*
|
|
49999
49837
|
* @export
|
|
50000
|
-
* @interface
|
|
49838
|
+
* @interface JsonApiAutomationOutAttributesVisualExports
|
|
50001
49839
|
*/
|
|
50002
|
-
export declare interface
|
|
49840
|
+
export declare interface JsonApiAutomationOutAttributesVisualExports {
|
|
50003
49841
|
/**
|
|
50004
49842
|
*
|
|
50005
49843
|
* @type {VisualExportRequest}
|
|
50006
|
-
* @memberof
|
|
49844
|
+
* @memberof JsonApiAutomationOutAttributesVisualExports
|
|
50007
49845
|
*/
|
|
50008
49846
|
requestPayload: VisualExportRequest;
|
|
50009
49847
|
}
|
|
@@ -50011,73 +49849,121 @@ export declare interface JsonApiAutomationPatchAttributesVisualExports {
|
|
|
50011
49849
|
/**
|
|
50012
49850
|
*
|
|
50013
49851
|
* @export
|
|
50014
|
-
* @interface
|
|
49852
|
+
* @interface JsonApiAutomationOutDocument
|
|
50015
49853
|
*/
|
|
50016
|
-
export declare interface
|
|
49854
|
+
export declare interface JsonApiAutomationOutDocument {
|
|
50017
49855
|
/**
|
|
50018
49856
|
*
|
|
50019
|
-
* @type {
|
|
50020
|
-
* @memberof
|
|
49857
|
+
* @type {JsonApiAutomationOut}
|
|
49858
|
+
* @memberof JsonApiAutomationOutDocument
|
|
50021
49859
|
*/
|
|
50022
|
-
data:
|
|
49860
|
+
data: JsonApiAutomationOut;
|
|
49861
|
+
/**
|
|
49862
|
+
*
|
|
49863
|
+
* @type {ObjectLinks}
|
|
49864
|
+
* @memberof JsonApiAutomationOutDocument
|
|
49865
|
+
*/
|
|
49866
|
+
links?: ObjectLinks;
|
|
49867
|
+
/**
|
|
49868
|
+
* Included resources
|
|
49869
|
+
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
49870
|
+
* @memberof JsonApiAutomationOutDocument
|
|
49871
|
+
*/
|
|
49872
|
+
included?: Array<JsonApiAutomationOutIncludes>;
|
|
50023
49873
|
}
|
|
50024
49874
|
|
|
50025
49875
|
/**
|
|
50026
|
-
*
|
|
49876
|
+
* @type JsonApiAutomationOutIncludes
|
|
50027
49877
|
* @export
|
|
50028
|
-
* @interface JsonApiAutomationPatchRelationships
|
|
50029
49878
|
*/
|
|
50030
|
-
export declare
|
|
49879
|
+
export declare type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLinks | JsonApiExportDefinitionOutWithLinks | JsonApiNotificationChannelOutWithLinks | JsonApiUserIdentifierOutWithLinks | JsonApiUserOutWithLinks;
|
|
49880
|
+
|
|
49881
|
+
/**
|
|
49882
|
+
* A JSON:API document with a list of resources
|
|
49883
|
+
* @export
|
|
49884
|
+
* @interface JsonApiAutomationOutList
|
|
49885
|
+
*/
|
|
49886
|
+
export declare interface JsonApiAutomationOutList {
|
|
50031
49887
|
/**
|
|
50032
49888
|
*
|
|
50033
|
-
* @type {
|
|
50034
|
-
* @memberof
|
|
49889
|
+
* @type {Array<JsonApiAutomationOutWithLinks>}
|
|
49890
|
+
* @memberof JsonApiAutomationOutList
|
|
50035
49891
|
*/
|
|
50036
|
-
|
|
49892
|
+
data: Array<JsonApiAutomationOutWithLinks>;
|
|
50037
49893
|
/**
|
|
50038
49894
|
*
|
|
50039
|
-
* @type {
|
|
50040
|
-
* @memberof
|
|
49895
|
+
* @type {ListLinks}
|
|
49896
|
+
* @memberof JsonApiAutomationOutList
|
|
50041
49897
|
*/
|
|
50042
|
-
|
|
49898
|
+
links?: ListLinks;
|
|
50043
49899
|
/**
|
|
50044
49900
|
*
|
|
50045
|
-
* @type {
|
|
50046
|
-
* @memberof
|
|
49901
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
49902
|
+
* @memberof JsonApiAutomationOutList
|
|
50047
49903
|
*/
|
|
50048
|
-
|
|
49904
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
50049
49905
|
/**
|
|
50050
|
-
*
|
|
50051
|
-
* @type {
|
|
50052
|
-
* @memberof
|
|
49906
|
+
* Included resources
|
|
49907
|
+
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
49908
|
+
* @memberof JsonApiAutomationOutList
|
|
50053
49909
|
*/
|
|
50054
|
-
|
|
49910
|
+
included?: Array<JsonApiAutomationOutIncludes>;
|
|
50055
49911
|
}
|
|
50056
49912
|
|
|
50057
49913
|
/**
|
|
50058
49914
|
*
|
|
50059
49915
|
* @export
|
|
50060
|
-
* @interface
|
|
49916
|
+
* @interface JsonApiAutomationOutRelationships
|
|
50061
49917
|
*/
|
|
50062
|
-
export declare interface
|
|
49918
|
+
export declare interface JsonApiAutomationOutRelationships {
|
|
50063
49919
|
/**
|
|
50064
49920
|
*
|
|
50065
|
-
* @type {
|
|
50066
|
-
* @memberof
|
|
49921
|
+
* @type {JsonApiAutomationOutRelationshipsNotificationChannel}
|
|
49922
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
50067
49923
|
*/
|
|
50068
|
-
|
|
49924
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
49925
|
+
/**
|
|
49926
|
+
*
|
|
49927
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
49928
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
49929
|
+
*/
|
|
49930
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
49931
|
+
/**
|
|
49932
|
+
*
|
|
49933
|
+
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
49934
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
49935
|
+
*/
|
|
49936
|
+
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
49937
|
+
/**
|
|
49938
|
+
*
|
|
49939
|
+
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
49940
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
49941
|
+
*/
|
|
49942
|
+
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
49943
|
+
/**
|
|
49944
|
+
*
|
|
49945
|
+
* @type {JsonApiAutomationOutRelationshipsExportDefinitions}
|
|
49946
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
49947
|
+
*/
|
|
49948
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
49949
|
+
/**
|
|
49950
|
+
*
|
|
49951
|
+
* @type {JsonApiAutomationOutRelationshipsRecipients}
|
|
49952
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
49953
|
+
*/
|
|
49954
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
50069
49955
|
}
|
|
50070
49956
|
|
|
50071
49957
|
/**
|
|
50072
49958
|
*
|
|
50073
49959
|
* @export
|
|
50074
|
-
* @interface
|
|
49960
|
+
* @interface JsonApiAutomationOutRelationshipsExportDefinitions
|
|
50075
49961
|
*/
|
|
50076
|
-
export declare interface
|
|
49962
|
+
export declare interface JsonApiAutomationOutRelationshipsExportDefinitions {
|
|
50077
49963
|
/**
|
|
50078
49964
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
50079
49965
|
* @type {Array<JsonApiExportDefinitionLinkage>}
|
|
50080
|
-
* @memberof
|
|
49966
|
+
* @memberof JsonApiAutomationOutRelationshipsExportDefinitions
|
|
50081
49967
|
*/
|
|
50082
49968
|
data: Array<JsonApiExportDefinitionLinkage>;
|
|
50083
49969
|
}
|
|
@@ -50085,13 +49971,13 @@ export declare interface JsonApiAutomationPatchRelationshipsExportDefinitions {
|
|
|
50085
49971
|
/**
|
|
50086
49972
|
*
|
|
50087
49973
|
* @export
|
|
50088
|
-
* @interface
|
|
49974
|
+
* @interface JsonApiAutomationOutRelationshipsNotificationChannel
|
|
50089
49975
|
*/
|
|
50090
|
-
export declare interface
|
|
49976
|
+
export declare interface JsonApiAutomationOutRelationshipsNotificationChannel {
|
|
50091
49977
|
/**
|
|
50092
49978
|
*
|
|
50093
49979
|
* @type {JsonApiNotificationChannelToOneLinkage}
|
|
50094
|
-
* @memberof
|
|
49980
|
+
* @memberof JsonApiAutomationOutRelationshipsNotificationChannel
|
|
50095
49981
|
*/
|
|
50096
49982
|
data: JsonApiNotificationChannelToOneLinkage | null;
|
|
50097
49983
|
}
|
|
@@ -50099,17 +49985,119 @@ export declare interface JsonApiAutomationPatchRelationshipsNotificationChannel
|
|
|
50099
49985
|
/**
|
|
50100
49986
|
*
|
|
50101
49987
|
* @export
|
|
50102
|
-
* @interface
|
|
49988
|
+
* @interface JsonApiAutomationOutRelationshipsRecipients
|
|
50103
49989
|
*/
|
|
50104
|
-
export declare interface
|
|
49990
|
+
export declare interface JsonApiAutomationOutRelationshipsRecipients {
|
|
50105
49991
|
/**
|
|
50106
49992
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
50107
49993
|
* @type {Array<JsonApiUserLinkage>}
|
|
50108
|
-
* @memberof
|
|
49994
|
+
* @memberof JsonApiAutomationOutRelationshipsRecipients
|
|
50109
49995
|
*/
|
|
50110
49996
|
data: Array<JsonApiUserLinkage>;
|
|
50111
49997
|
}
|
|
50112
49998
|
|
|
49999
|
+
export declare const JsonApiAutomationOutTypeEnum: {
|
|
50000
|
+
readonly AUTOMATION: "automation";
|
|
50001
|
+
};
|
|
50002
|
+
|
|
50003
|
+
export declare type JsonApiAutomationOutTypeEnum = typeof JsonApiAutomationOutTypeEnum[keyof typeof JsonApiAutomationOutTypeEnum];
|
|
50004
|
+
|
|
50005
|
+
/**
|
|
50006
|
+
*
|
|
50007
|
+
* @export
|
|
50008
|
+
* @interface JsonApiAutomationOutWithLinks
|
|
50009
|
+
*/
|
|
50010
|
+
export declare interface JsonApiAutomationOutWithLinks {
|
|
50011
|
+
/**
|
|
50012
|
+
* Object type
|
|
50013
|
+
* @type {string}
|
|
50014
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
50015
|
+
*/
|
|
50016
|
+
type: JsonApiAutomationOutWithLinksTypeEnum;
|
|
50017
|
+
/**
|
|
50018
|
+
* API identifier of an object
|
|
50019
|
+
* @type {string}
|
|
50020
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
50021
|
+
*/
|
|
50022
|
+
id: string;
|
|
50023
|
+
/**
|
|
50024
|
+
*
|
|
50025
|
+
* @type {JsonApiVisualizationObjectOutMeta}
|
|
50026
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
50027
|
+
*/
|
|
50028
|
+
meta?: JsonApiVisualizationObjectOutMeta;
|
|
50029
|
+
/**
|
|
50030
|
+
*
|
|
50031
|
+
* @type {JsonApiAutomationOutAttributes}
|
|
50032
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
50033
|
+
*/
|
|
50034
|
+
attributes?: JsonApiAutomationOutAttributes;
|
|
50035
|
+
/**
|
|
50036
|
+
*
|
|
50037
|
+
* @type {JsonApiAutomationOutRelationships}
|
|
50038
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
50039
|
+
*/
|
|
50040
|
+
relationships?: JsonApiAutomationOutRelationships;
|
|
50041
|
+
/**
|
|
50042
|
+
*
|
|
50043
|
+
* @type {ObjectLinks}
|
|
50044
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
50045
|
+
*/
|
|
50046
|
+
links?: ObjectLinks;
|
|
50047
|
+
}
|
|
50048
|
+
|
|
50049
|
+
export declare const JsonApiAutomationOutWithLinksTypeEnum: {
|
|
50050
|
+
readonly AUTOMATION: "automation";
|
|
50051
|
+
};
|
|
50052
|
+
|
|
50053
|
+
export declare type JsonApiAutomationOutWithLinksTypeEnum = typeof JsonApiAutomationOutWithLinksTypeEnum[keyof typeof JsonApiAutomationOutWithLinksTypeEnum];
|
|
50054
|
+
|
|
50055
|
+
/**
|
|
50056
|
+
* JSON:API representation of patching automation entity.
|
|
50057
|
+
* @export
|
|
50058
|
+
* @interface JsonApiAutomationPatch
|
|
50059
|
+
*/
|
|
50060
|
+
export declare interface JsonApiAutomationPatch {
|
|
50061
|
+
/**
|
|
50062
|
+
* Object type
|
|
50063
|
+
* @type {string}
|
|
50064
|
+
* @memberof JsonApiAutomationPatch
|
|
50065
|
+
*/
|
|
50066
|
+
type: JsonApiAutomationPatchTypeEnum;
|
|
50067
|
+
/**
|
|
50068
|
+
* API identifier of an object
|
|
50069
|
+
* @type {string}
|
|
50070
|
+
* @memberof JsonApiAutomationPatch
|
|
50071
|
+
*/
|
|
50072
|
+
id: string;
|
|
50073
|
+
/**
|
|
50074
|
+
*
|
|
50075
|
+
* @type {JsonApiAutomationInAttributes}
|
|
50076
|
+
* @memberof JsonApiAutomationPatch
|
|
50077
|
+
*/
|
|
50078
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
50079
|
+
/**
|
|
50080
|
+
*
|
|
50081
|
+
* @type {JsonApiAutomationInRelationships}
|
|
50082
|
+
* @memberof JsonApiAutomationPatch
|
|
50083
|
+
*/
|
|
50084
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
50085
|
+
}
|
|
50086
|
+
|
|
50087
|
+
/**
|
|
50088
|
+
*
|
|
50089
|
+
* @export
|
|
50090
|
+
* @interface JsonApiAutomationPatchDocument
|
|
50091
|
+
*/
|
|
50092
|
+
export declare interface JsonApiAutomationPatchDocument {
|
|
50093
|
+
/**
|
|
50094
|
+
*
|
|
50095
|
+
* @type {JsonApiAutomationPatch}
|
|
50096
|
+
* @memberof JsonApiAutomationPatchDocument
|
|
50097
|
+
*/
|
|
50098
|
+
data: JsonApiAutomationPatch;
|
|
50099
|
+
}
|
|
50100
|
+
|
|
50113
50101
|
export declare const JsonApiAutomationPatchTypeEnum: {
|
|
50114
50102
|
readonly AUTOMATION: "automation";
|
|
50115
50103
|
};
|
|
@@ -50143,10 +50131,30 @@ export declare interface JsonApiColorPaletteIn {
|
|
|
50143
50131
|
id: string;
|
|
50144
50132
|
/**
|
|
50145
50133
|
*
|
|
50146
|
-
* @type {
|
|
50134
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
50147
50135
|
* @memberof JsonApiColorPaletteIn
|
|
50148
50136
|
*/
|
|
50149
|
-
attributes:
|
|
50137
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
50138
|
+
}
|
|
50139
|
+
|
|
50140
|
+
/**
|
|
50141
|
+
*
|
|
50142
|
+
* @export
|
|
50143
|
+
* @interface JsonApiColorPaletteInAttributes
|
|
50144
|
+
*/
|
|
50145
|
+
export declare interface JsonApiColorPaletteInAttributes {
|
|
50146
|
+
/**
|
|
50147
|
+
*
|
|
50148
|
+
* @type {string}
|
|
50149
|
+
* @memberof JsonApiColorPaletteInAttributes
|
|
50150
|
+
*/
|
|
50151
|
+
name: string;
|
|
50152
|
+
/**
|
|
50153
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
50154
|
+
* @type {object}
|
|
50155
|
+
* @memberof JsonApiColorPaletteInAttributes
|
|
50156
|
+
*/
|
|
50157
|
+
content: object;
|
|
50150
50158
|
}
|
|
50151
50159
|
|
|
50152
50160
|
/**
|
|
@@ -50189,30 +50197,10 @@ export declare interface JsonApiColorPaletteOut {
|
|
|
50189
50197
|
id: string;
|
|
50190
50198
|
/**
|
|
50191
50199
|
*
|
|
50192
|
-
* @type {
|
|
50200
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
50193
50201
|
* @memberof JsonApiColorPaletteOut
|
|
50194
50202
|
*/
|
|
50195
|
-
attributes:
|
|
50196
|
-
}
|
|
50197
|
-
|
|
50198
|
-
/**
|
|
50199
|
-
*
|
|
50200
|
-
* @export
|
|
50201
|
-
* @interface JsonApiColorPaletteOutAttributes
|
|
50202
|
-
*/
|
|
50203
|
-
export declare interface JsonApiColorPaletteOutAttributes {
|
|
50204
|
-
/**
|
|
50205
|
-
*
|
|
50206
|
-
* @type {string}
|
|
50207
|
-
* @memberof JsonApiColorPaletteOutAttributes
|
|
50208
|
-
*/
|
|
50209
|
-
name: string;
|
|
50210
|
-
/**
|
|
50211
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
50212
|
-
* @type {object}
|
|
50213
|
-
* @memberof JsonApiColorPaletteOutAttributes
|
|
50214
|
-
*/
|
|
50215
|
-
content: object;
|
|
50203
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
50216
50204
|
}
|
|
50217
50205
|
|
|
50218
50206
|
/**
|
|
@@ -50287,10 +50275,10 @@ export declare interface JsonApiColorPaletteOutWithLinks {
|
|
|
50287
50275
|
id: string;
|
|
50288
50276
|
/**
|
|
50289
50277
|
*
|
|
50290
|
-
* @type {
|
|
50278
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
50291
50279
|
* @memberof JsonApiColorPaletteOutWithLinks
|
|
50292
50280
|
*/
|
|
50293
|
-
attributes:
|
|
50281
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
50294
50282
|
/**
|
|
50295
50283
|
*
|
|
50296
50284
|
* @type {ObjectLinks}
|
|
@@ -50391,10 +50379,30 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
|
|
|
50391
50379
|
id: string;
|
|
50392
50380
|
/**
|
|
50393
50381
|
*
|
|
50394
|
-
* @type {
|
|
50382
|
+
* @type {JsonApiCookieSecurityConfigurationInAttributes}
|
|
50395
50383
|
* @memberof JsonApiCookieSecurityConfigurationIn
|
|
50396
50384
|
*/
|
|
50397
|
-
attributes?:
|
|
50385
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
50386
|
+
}
|
|
50387
|
+
|
|
50388
|
+
/**
|
|
50389
|
+
*
|
|
50390
|
+
* @export
|
|
50391
|
+
* @interface JsonApiCookieSecurityConfigurationInAttributes
|
|
50392
|
+
*/
|
|
50393
|
+
export declare interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
50394
|
+
/**
|
|
50395
|
+
*
|
|
50396
|
+
* @type {string}
|
|
50397
|
+
* @memberof JsonApiCookieSecurityConfigurationInAttributes
|
|
50398
|
+
*/
|
|
50399
|
+
lastRotation?: string;
|
|
50400
|
+
/**
|
|
50401
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
50402
|
+
* @type {string}
|
|
50403
|
+
* @memberof JsonApiCookieSecurityConfigurationInAttributes
|
|
50404
|
+
*/
|
|
50405
|
+
rotationInterval?: string;
|
|
50398
50406
|
}
|
|
50399
50407
|
|
|
50400
50408
|
/**
|
|
@@ -50437,10 +50445,10 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
|
|
|
50437
50445
|
id: string;
|
|
50438
50446
|
/**
|
|
50439
50447
|
*
|
|
50440
|
-
* @type {
|
|
50448
|
+
* @type {JsonApiCookieSecurityConfigurationInAttributes}
|
|
50441
50449
|
* @memberof JsonApiCookieSecurityConfigurationOut
|
|
50442
50450
|
*/
|
|
50443
|
-
attributes?:
|
|
50451
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
50444
50452
|
}
|
|
50445
50453
|
|
|
50446
50454
|
/**
|
|
@@ -50489,30 +50497,10 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
50489
50497
|
id: string;
|
|
50490
50498
|
/**
|
|
50491
50499
|
*
|
|
50492
|
-
* @type {
|
|
50500
|
+
* @type {JsonApiCookieSecurityConfigurationInAttributes}
|
|
50493
50501
|
* @memberof JsonApiCookieSecurityConfigurationPatch
|
|
50494
50502
|
*/
|
|
50495
|
-
attributes?:
|
|
50496
|
-
}
|
|
50497
|
-
|
|
50498
|
-
/**
|
|
50499
|
-
*
|
|
50500
|
-
* @export
|
|
50501
|
-
* @interface JsonApiCookieSecurityConfigurationPatchAttributes
|
|
50502
|
-
*/
|
|
50503
|
-
export declare interface JsonApiCookieSecurityConfigurationPatchAttributes {
|
|
50504
|
-
/**
|
|
50505
|
-
*
|
|
50506
|
-
* @type {string}
|
|
50507
|
-
* @memberof JsonApiCookieSecurityConfigurationPatchAttributes
|
|
50508
|
-
*/
|
|
50509
|
-
lastRotation?: string;
|
|
50510
|
-
/**
|
|
50511
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
50512
|
-
* @type {string}
|
|
50513
|
-
* @memberof JsonApiCookieSecurityConfigurationPatchAttributes
|
|
50514
|
-
*/
|
|
50515
|
-
rotationInterval?: string;
|
|
50503
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
50516
50504
|
}
|
|
50517
50505
|
|
|
50518
50506
|
/**
|
|
@@ -50555,10 +50543,24 @@ export declare interface JsonApiCspDirectiveIn {
|
|
|
50555
50543
|
id: string;
|
|
50556
50544
|
/**
|
|
50557
50545
|
*
|
|
50558
|
-
* @type {
|
|
50546
|
+
* @type {JsonApiCspDirectiveInAttributes}
|
|
50559
50547
|
* @memberof JsonApiCspDirectiveIn
|
|
50560
50548
|
*/
|
|
50561
|
-
attributes:
|
|
50549
|
+
attributes: JsonApiCspDirectiveInAttributes;
|
|
50550
|
+
}
|
|
50551
|
+
|
|
50552
|
+
/**
|
|
50553
|
+
*
|
|
50554
|
+
* @export
|
|
50555
|
+
* @interface JsonApiCspDirectiveInAttributes
|
|
50556
|
+
*/
|
|
50557
|
+
export declare interface JsonApiCspDirectiveInAttributes {
|
|
50558
|
+
/**
|
|
50559
|
+
*
|
|
50560
|
+
* @type {Array<string>}
|
|
50561
|
+
* @memberof JsonApiCspDirectiveInAttributes
|
|
50562
|
+
*/
|
|
50563
|
+
sources: Array<string>;
|
|
50562
50564
|
}
|
|
50563
50565
|
|
|
50564
50566
|
/**
|
|
@@ -50601,24 +50603,10 @@ export declare interface JsonApiCspDirectiveOut {
|
|
|
50601
50603
|
id: string;
|
|
50602
50604
|
/**
|
|
50603
50605
|
*
|
|
50604
|
-
* @type {
|
|
50606
|
+
* @type {JsonApiCspDirectiveInAttributes}
|
|
50605
50607
|
* @memberof JsonApiCspDirectiveOut
|
|
50606
50608
|
*/
|
|
50607
|
-
attributes:
|
|
50608
|
-
}
|
|
50609
|
-
|
|
50610
|
-
/**
|
|
50611
|
-
*
|
|
50612
|
-
* @export
|
|
50613
|
-
* @interface JsonApiCspDirectiveOutAttributes
|
|
50614
|
-
*/
|
|
50615
|
-
export declare interface JsonApiCspDirectiveOutAttributes {
|
|
50616
|
-
/**
|
|
50617
|
-
*
|
|
50618
|
-
* @type {Array<string>}
|
|
50619
|
-
* @memberof JsonApiCspDirectiveOutAttributes
|
|
50620
|
-
*/
|
|
50621
|
-
sources: Array<string>;
|
|
50609
|
+
attributes: JsonApiCspDirectiveInAttributes;
|
|
50622
50610
|
}
|
|
50623
50611
|
|
|
50624
50612
|
/**
|
|
@@ -50693,10 +50681,10 @@ export declare interface JsonApiCspDirectiveOutWithLinks {
|
|
|
50693
50681
|
id: string;
|
|
50694
50682
|
/**
|
|
50695
50683
|
*
|
|
50696
|
-
* @type {
|
|
50684
|
+
* @type {JsonApiCspDirectiveInAttributes}
|
|
50697
50685
|
* @memberof JsonApiCspDirectiveOutWithLinks
|
|
50698
50686
|
*/
|
|
50699
|
-
attributes:
|
|
50687
|
+
attributes: JsonApiCspDirectiveInAttributes;
|
|
50700
50688
|
/**
|
|
50701
50689
|
*
|
|
50702
50690
|
* @type {ObjectLinks}
|
|
@@ -51097,10 +51085,10 @@ export declare interface JsonApiDashboardPluginIn {
|
|
|
51097
51085
|
id: string;
|
|
51098
51086
|
/**
|
|
51099
51087
|
*
|
|
51100
|
-
* @type {
|
|
51088
|
+
* @type {JsonApiDashboardPluginPostOptionalIdAttributes}
|
|
51101
51089
|
* @memberof JsonApiDashboardPluginIn
|
|
51102
51090
|
*/
|
|
51103
|
-
attributes?:
|
|
51091
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
51104
51092
|
}
|
|
51105
51093
|
|
|
51106
51094
|
/**
|
|
@@ -51391,48 +51379,10 @@ export declare interface JsonApiDashboardPluginPatch {
|
|
|
51391
51379
|
id: string;
|
|
51392
51380
|
/**
|
|
51393
51381
|
*
|
|
51394
|
-
* @type {
|
|
51382
|
+
* @type {JsonApiDashboardPluginPostOptionalIdAttributes}
|
|
51395
51383
|
* @memberof JsonApiDashboardPluginPatch
|
|
51396
51384
|
*/
|
|
51397
|
-
attributes?:
|
|
51398
|
-
}
|
|
51399
|
-
|
|
51400
|
-
/**
|
|
51401
|
-
*
|
|
51402
|
-
* @export
|
|
51403
|
-
* @interface JsonApiDashboardPluginPatchAttributes
|
|
51404
|
-
*/
|
|
51405
|
-
export declare interface JsonApiDashboardPluginPatchAttributes {
|
|
51406
|
-
/**
|
|
51407
|
-
*
|
|
51408
|
-
* @type {string}
|
|
51409
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
51410
|
-
*/
|
|
51411
|
-
title?: string;
|
|
51412
|
-
/**
|
|
51413
|
-
*
|
|
51414
|
-
* @type {string}
|
|
51415
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
51416
|
-
*/
|
|
51417
|
-
description?: string;
|
|
51418
|
-
/**
|
|
51419
|
-
*
|
|
51420
|
-
* @type {Array<string>}
|
|
51421
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
51422
|
-
*/
|
|
51423
|
-
tags?: Array<string>;
|
|
51424
|
-
/**
|
|
51425
|
-
*
|
|
51426
|
-
* @type {boolean}
|
|
51427
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
51428
|
-
*/
|
|
51429
|
-
areRelationsValid?: boolean;
|
|
51430
|
-
/**
|
|
51431
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
51432
|
-
* @type {object}
|
|
51433
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
51434
|
-
*/
|
|
51435
|
-
content?: object;
|
|
51385
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
51436
51386
|
}
|
|
51437
51387
|
|
|
51438
51388
|
/**
|
|
@@ -51475,10 +51425,48 @@ export declare interface JsonApiDashboardPluginPostOptionalId {
|
|
|
51475
51425
|
id?: string;
|
|
51476
51426
|
/**
|
|
51477
51427
|
*
|
|
51478
|
-
* @type {
|
|
51428
|
+
* @type {JsonApiDashboardPluginPostOptionalIdAttributes}
|
|
51479
51429
|
* @memberof JsonApiDashboardPluginPostOptionalId
|
|
51480
51430
|
*/
|
|
51481
|
-
attributes?:
|
|
51431
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
51432
|
+
}
|
|
51433
|
+
|
|
51434
|
+
/**
|
|
51435
|
+
*
|
|
51436
|
+
* @export
|
|
51437
|
+
* @interface JsonApiDashboardPluginPostOptionalIdAttributes
|
|
51438
|
+
*/
|
|
51439
|
+
export declare interface JsonApiDashboardPluginPostOptionalIdAttributes {
|
|
51440
|
+
/**
|
|
51441
|
+
*
|
|
51442
|
+
* @type {string}
|
|
51443
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
51444
|
+
*/
|
|
51445
|
+
title?: string;
|
|
51446
|
+
/**
|
|
51447
|
+
*
|
|
51448
|
+
* @type {string}
|
|
51449
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
51450
|
+
*/
|
|
51451
|
+
description?: string;
|
|
51452
|
+
/**
|
|
51453
|
+
*
|
|
51454
|
+
* @type {Array<string>}
|
|
51455
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
51456
|
+
*/
|
|
51457
|
+
tags?: Array<string>;
|
|
51458
|
+
/**
|
|
51459
|
+
*
|
|
51460
|
+
* @type {boolean}
|
|
51461
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
51462
|
+
*/
|
|
51463
|
+
areRelationsValid?: boolean;
|
|
51464
|
+
/**
|
|
51465
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
51466
|
+
* @type {object}
|
|
51467
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
51468
|
+
*/
|
|
51469
|
+
content?: object;
|
|
51482
51470
|
}
|
|
51483
51471
|
|
|
51484
51472
|
/**
|
|
@@ -52282,10 +52270,10 @@ export declare interface JsonApiDataSourceInAttributes {
|
|
|
52282
52270
|
clientSecret?: string | null;
|
|
52283
52271
|
/**
|
|
52284
52272
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
52285
|
-
* @type {Array<
|
|
52273
|
+
* @type {Array<JsonApiDataSourceInAttributesParameters>}
|
|
52286
52274
|
* @memberof JsonApiDataSourceInAttributes
|
|
52287
52275
|
*/
|
|
52288
|
-
parameters?: Array<
|
|
52276
|
+
parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
|
|
52289
52277
|
/**
|
|
52290
52278
|
* Determines how the results coming from a particular datasource should be cached.
|
|
52291
52279
|
* @type {string}
|
|
@@ -52301,6 +52289,26 @@ export declare const JsonApiDataSourceInAttributesCacheStrategyEnum: {
|
|
|
52301
52289
|
|
|
52302
52290
|
export declare type JsonApiDataSourceInAttributesCacheStrategyEnum = typeof JsonApiDataSourceInAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourceInAttributesCacheStrategyEnum];
|
|
52303
52291
|
|
|
52292
|
+
/**
|
|
52293
|
+
*
|
|
52294
|
+
* @export
|
|
52295
|
+
* @interface JsonApiDataSourceInAttributesParameters
|
|
52296
|
+
*/
|
|
52297
|
+
export declare interface JsonApiDataSourceInAttributesParameters {
|
|
52298
|
+
/**
|
|
52299
|
+
*
|
|
52300
|
+
* @type {string}
|
|
52301
|
+
* @memberof JsonApiDataSourceInAttributesParameters
|
|
52302
|
+
*/
|
|
52303
|
+
name: string;
|
|
52304
|
+
/**
|
|
52305
|
+
*
|
|
52306
|
+
* @type {string}
|
|
52307
|
+
* @memberof JsonApiDataSourceInAttributesParameters
|
|
52308
|
+
*/
|
|
52309
|
+
value: string;
|
|
52310
|
+
}
|
|
52311
|
+
|
|
52304
52312
|
export declare const JsonApiDataSourceInAttributesTypeEnum: {
|
|
52305
52313
|
readonly POSTGRESQL: "POSTGRESQL";
|
|
52306
52314
|
readonly REDSHIFT: "REDSHIFT";
|
|
@@ -52427,16 +52435,16 @@ export declare interface JsonApiDataSourceOutAttributes {
|
|
|
52427
52435
|
clientId?: string | null;
|
|
52428
52436
|
/**
|
|
52429
52437
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
52430
|
-
* @type {Array<
|
|
52438
|
+
* @type {Array<JsonApiDataSourceInAttributesParameters>}
|
|
52431
52439
|
* @memberof JsonApiDataSourceOutAttributes
|
|
52432
52440
|
*/
|
|
52433
|
-
parameters?: Array<
|
|
52441
|
+
parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
|
|
52434
52442
|
/**
|
|
52435
52443
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
52436
|
-
* @type {Array<
|
|
52444
|
+
* @type {Array<JsonApiDataSourceInAttributesParameters>}
|
|
52437
52445
|
* @memberof JsonApiDataSourceOutAttributes
|
|
52438
52446
|
*/
|
|
52439
|
-
decodedParameters?: Array<
|
|
52447
|
+
decodedParameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
|
|
52440
52448
|
/**
|
|
52441
52449
|
* Determines how the results coming from a particular datasource should be cached.
|
|
52442
52450
|
* @type {string}
|
|
@@ -52715,10 +52723,10 @@ export declare interface JsonApiDataSourcePatchAttributes {
|
|
|
52715
52723
|
clientSecret?: string | null;
|
|
52716
52724
|
/**
|
|
52717
52725
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
52718
|
-
* @type {Array<
|
|
52726
|
+
* @type {Array<JsonApiDataSourceInAttributesParameters>}
|
|
52719
52727
|
* @memberof JsonApiDataSourcePatchAttributes
|
|
52720
52728
|
*/
|
|
52721
|
-
parameters?: Array<
|
|
52729
|
+
parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
|
|
52722
52730
|
/**
|
|
52723
52731
|
* Determines how the results coming from a particular datasource should be cached.
|
|
52724
52732
|
* @type {string}
|
|
@@ -52734,26 +52742,6 @@ export declare const JsonApiDataSourcePatchAttributesCacheStrategyEnum: {
|
|
|
52734
52742
|
|
|
52735
52743
|
export declare type JsonApiDataSourcePatchAttributesCacheStrategyEnum = typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum];
|
|
52736
52744
|
|
|
52737
|
-
/**
|
|
52738
|
-
*
|
|
52739
|
-
* @export
|
|
52740
|
-
* @interface JsonApiDataSourcePatchAttributesParameters
|
|
52741
|
-
*/
|
|
52742
|
-
export declare interface JsonApiDataSourcePatchAttributesParameters {
|
|
52743
|
-
/**
|
|
52744
|
-
*
|
|
52745
|
-
* @type {string}
|
|
52746
|
-
* @memberof JsonApiDataSourcePatchAttributesParameters
|
|
52747
|
-
*/
|
|
52748
|
-
name: string;
|
|
52749
|
-
/**
|
|
52750
|
-
*
|
|
52751
|
-
* @type {string}
|
|
52752
|
-
* @memberof JsonApiDataSourcePatchAttributesParameters
|
|
52753
|
-
*/
|
|
52754
|
-
value: string;
|
|
52755
|
-
}
|
|
52756
|
-
|
|
52757
52745
|
export declare const JsonApiDataSourcePatchAttributesTypeEnum: {
|
|
52758
52746
|
readonly POSTGRESQL: "POSTGRESQL";
|
|
52759
52747
|
readonly REDSHIFT: "REDSHIFT";
|
|
@@ -52960,16 +52948,16 @@ export declare interface JsonApiExportDefinitionIn {
|
|
|
52960
52948
|
id: string;
|
|
52961
52949
|
/**
|
|
52962
52950
|
*
|
|
52963
|
-
* @type {
|
|
52951
|
+
* @type {JsonApiExportDefinitionPostOptionalIdAttributes}
|
|
52964
52952
|
* @memberof JsonApiExportDefinitionIn
|
|
52965
52953
|
*/
|
|
52966
|
-
attributes?:
|
|
52954
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
52967
52955
|
/**
|
|
52968
52956
|
*
|
|
52969
|
-
* @type {
|
|
52957
|
+
* @type {JsonApiExportDefinitionPostOptionalIdRelationships}
|
|
52970
52958
|
* @memberof JsonApiExportDefinitionIn
|
|
52971
52959
|
*/
|
|
52972
|
-
relationships?:
|
|
52960
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
52973
52961
|
}
|
|
52974
52962
|
|
|
52975
52963
|
/**
|
|
@@ -53184,10 +53172,10 @@ export declare interface JsonApiExportDefinitionOutRelationships {
|
|
|
53184
53172
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
53185
53173
|
/**
|
|
53186
53174
|
*
|
|
53187
|
-
* @type {
|
|
53175
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
53188
53176
|
* @memberof JsonApiExportDefinitionOutRelationships
|
|
53189
53177
|
*/
|
|
53190
|
-
analyticalDashboard?:
|
|
53178
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
53191
53179
|
/**
|
|
53192
53180
|
*
|
|
53193
53181
|
* @type {JsonApiExportDefinitionOutRelationshipsAutomation}
|
|
@@ -53208,6 +53196,20 @@ export declare interface JsonApiExportDefinitionOutRelationships {
|
|
|
53208
53196
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
53209
53197
|
}
|
|
53210
53198
|
|
|
53199
|
+
/**
|
|
53200
|
+
*
|
|
53201
|
+
* @export
|
|
53202
|
+
* @interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard
|
|
53203
|
+
*/
|
|
53204
|
+
export declare interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
|
|
53205
|
+
/**
|
|
53206
|
+
*
|
|
53207
|
+
* @type {JsonApiAnalyticalDashboardToOneLinkage}
|
|
53208
|
+
* @memberof JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard
|
|
53209
|
+
*/
|
|
53210
|
+
data: JsonApiAnalyticalDashboardToOneLinkage | null;
|
|
53211
|
+
}
|
|
53212
|
+
|
|
53211
53213
|
/**
|
|
53212
53214
|
*
|
|
53213
53215
|
* @export
|
|
@@ -53312,54 +53314,16 @@ export declare interface JsonApiExportDefinitionPatch {
|
|
|
53312
53314
|
id: string;
|
|
53313
53315
|
/**
|
|
53314
53316
|
*
|
|
53315
|
-
* @type {
|
|
53317
|
+
* @type {JsonApiExportDefinitionPostOptionalIdAttributes}
|
|
53316
53318
|
* @memberof JsonApiExportDefinitionPatch
|
|
53317
53319
|
*/
|
|
53318
|
-
attributes?:
|
|
53320
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
53319
53321
|
/**
|
|
53320
53322
|
*
|
|
53321
|
-
* @type {
|
|
53323
|
+
* @type {JsonApiExportDefinitionPostOptionalIdRelationships}
|
|
53322
53324
|
* @memberof JsonApiExportDefinitionPatch
|
|
53323
53325
|
*/
|
|
53324
|
-
relationships?:
|
|
53325
|
-
}
|
|
53326
|
-
|
|
53327
|
-
/**
|
|
53328
|
-
*
|
|
53329
|
-
* @export
|
|
53330
|
-
* @interface JsonApiExportDefinitionPatchAttributes
|
|
53331
|
-
*/
|
|
53332
|
-
export declare interface JsonApiExportDefinitionPatchAttributes {
|
|
53333
|
-
/**
|
|
53334
|
-
*
|
|
53335
|
-
* @type {string}
|
|
53336
|
-
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
53337
|
-
*/
|
|
53338
|
-
title?: string;
|
|
53339
|
-
/**
|
|
53340
|
-
*
|
|
53341
|
-
* @type {string}
|
|
53342
|
-
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
53343
|
-
*/
|
|
53344
|
-
description?: string;
|
|
53345
|
-
/**
|
|
53346
|
-
*
|
|
53347
|
-
* @type {Array<string>}
|
|
53348
|
-
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
53349
|
-
*/
|
|
53350
|
-
tags?: Array<string>;
|
|
53351
|
-
/**
|
|
53352
|
-
* JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
|
|
53353
|
-
* @type {VisualExportRequest | TabularExportRequest}
|
|
53354
|
-
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
53355
|
-
*/
|
|
53356
|
-
requestPayload?: VisualExportRequest | TabularExportRequest;
|
|
53357
|
-
/**
|
|
53358
|
-
*
|
|
53359
|
-
* @type {boolean}
|
|
53360
|
-
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
53361
|
-
*/
|
|
53362
|
-
areRelationsValid?: boolean;
|
|
53326
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
53363
53327
|
}
|
|
53364
53328
|
|
|
53365
53329
|
/**
|
|
@@ -53376,26 +53340,6 @@ export declare interface JsonApiExportDefinitionPatchDocument {
|
|
|
53376
53340
|
data: JsonApiExportDefinitionPatch;
|
|
53377
53341
|
}
|
|
53378
53342
|
|
|
53379
|
-
/**
|
|
53380
|
-
*
|
|
53381
|
-
* @export
|
|
53382
|
-
* @interface JsonApiExportDefinitionPatchRelationships
|
|
53383
|
-
*/
|
|
53384
|
-
export declare interface JsonApiExportDefinitionPatchRelationships {
|
|
53385
|
-
/**
|
|
53386
|
-
*
|
|
53387
|
-
* @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
|
|
53388
|
-
* @memberof JsonApiExportDefinitionPatchRelationships
|
|
53389
|
-
*/
|
|
53390
|
-
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
53391
|
-
/**
|
|
53392
|
-
*
|
|
53393
|
-
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
53394
|
-
* @memberof JsonApiExportDefinitionPatchRelationships
|
|
53395
|
-
*/
|
|
53396
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
53397
|
-
}
|
|
53398
|
-
|
|
53399
53343
|
export declare const JsonApiExportDefinitionPatchTypeEnum: {
|
|
53400
53344
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
53401
53345
|
};
|
|
@@ -53422,16 +53366,54 @@ export declare interface JsonApiExportDefinitionPostOptionalId {
|
|
|
53422
53366
|
id?: string;
|
|
53423
53367
|
/**
|
|
53424
53368
|
*
|
|
53425
|
-
* @type {
|
|
53369
|
+
* @type {JsonApiExportDefinitionPostOptionalIdAttributes}
|
|
53426
53370
|
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
53427
53371
|
*/
|
|
53428
|
-
attributes?:
|
|
53372
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
53429
53373
|
/**
|
|
53430
53374
|
*
|
|
53431
|
-
* @type {
|
|
53375
|
+
* @type {JsonApiExportDefinitionPostOptionalIdRelationships}
|
|
53432
53376
|
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
53433
53377
|
*/
|
|
53434
|
-
relationships?:
|
|
53378
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
53379
|
+
}
|
|
53380
|
+
|
|
53381
|
+
/**
|
|
53382
|
+
*
|
|
53383
|
+
* @export
|
|
53384
|
+
* @interface JsonApiExportDefinitionPostOptionalIdAttributes
|
|
53385
|
+
*/
|
|
53386
|
+
export declare interface JsonApiExportDefinitionPostOptionalIdAttributes {
|
|
53387
|
+
/**
|
|
53388
|
+
*
|
|
53389
|
+
* @type {string}
|
|
53390
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
53391
|
+
*/
|
|
53392
|
+
title?: string;
|
|
53393
|
+
/**
|
|
53394
|
+
*
|
|
53395
|
+
* @type {string}
|
|
53396
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
53397
|
+
*/
|
|
53398
|
+
description?: string;
|
|
53399
|
+
/**
|
|
53400
|
+
*
|
|
53401
|
+
* @type {Array<string>}
|
|
53402
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
53403
|
+
*/
|
|
53404
|
+
tags?: Array<string>;
|
|
53405
|
+
/**
|
|
53406
|
+
* JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
|
|
53407
|
+
* @type {VisualExportRequest | TabularExportRequest}
|
|
53408
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
53409
|
+
*/
|
|
53410
|
+
requestPayload?: VisualExportRequest | TabularExportRequest;
|
|
53411
|
+
/**
|
|
53412
|
+
*
|
|
53413
|
+
* @type {boolean}
|
|
53414
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
53415
|
+
*/
|
|
53416
|
+
areRelationsValid?: boolean;
|
|
53435
53417
|
}
|
|
53436
53418
|
|
|
53437
53419
|
/**
|
|
@@ -53448,6 +53430,26 @@ export declare interface JsonApiExportDefinitionPostOptionalIdDocument {
|
|
|
53448
53430
|
data: JsonApiExportDefinitionPostOptionalId;
|
|
53449
53431
|
}
|
|
53450
53432
|
|
|
53433
|
+
/**
|
|
53434
|
+
*
|
|
53435
|
+
* @export
|
|
53436
|
+
* @interface JsonApiExportDefinitionPostOptionalIdRelationships
|
|
53437
|
+
*/
|
|
53438
|
+
export declare interface JsonApiExportDefinitionPostOptionalIdRelationships {
|
|
53439
|
+
/**
|
|
53440
|
+
*
|
|
53441
|
+
* @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
|
|
53442
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdRelationships
|
|
53443
|
+
*/
|
|
53444
|
+
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
53445
|
+
/**
|
|
53446
|
+
*
|
|
53447
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
53448
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdRelationships
|
|
53449
|
+
*/
|
|
53450
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
53451
|
+
}
|
|
53452
|
+
|
|
53451
53453
|
export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
|
|
53452
53454
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
53453
53455
|
};
|
|
@@ -53474,12 +53476,110 @@ export declare interface JsonApiExportTemplateIn {
|
|
|
53474
53476
|
id: string;
|
|
53475
53477
|
/**
|
|
53476
53478
|
*
|
|
53477
|
-
* @type {
|
|
53479
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
53478
53480
|
* @memberof JsonApiExportTemplateIn
|
|
53479
53481
|
*/
|
|
53480
|
-
attributes:
|
|
53482
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
53481
53483
|
}
|
|
53482
53484
|
|
|
53485
|
+
/**
|
|
53486
|
+
*
|
|
53487
|
+
* @export
|
|
53488
|
+
* @interface JsonApiExportTemplateInAttributes
|
|
53489
|
+
*/
|
|
53490
|
+
export declare interface JsonApiExportTemplateInAttributes {
|
|
53491
|
+
/**
|
|
53492
|
+
* User-facing name of the Slides template.
|
|
53493
|
+
* @type {string}
|
|
53494
|
+
* @memberof JsonApiExportTemplateInAttributes
|
|
53495
|
+
*/
|
|
53496
|
+
name: string;
|
|
53497
|
+
/**
|
|
53498
|
+
*
|
|
53499
|
+
* @type {JsonApiExportTemplateInAttributesDashboardSlidesTemplate}
|
|
53500
|
+
* @memberof JsonApiExportTemplateInAttributes
|
|
53501
|
+
*/
|
|
53502
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateInAttributesDashboardSlidesTemplate | null;
|
|
53503
|
+
/**
|
|
53504
|
+
*
|
|
53505
|
+
* @type {JsonApiExportTemplateInAttributesWidgetSlidesTemplate}
|
|
53506
|
+
* @memberof JsonApiExportTemplateInAttributes
|
|
53507
|
+
*/
|
|
53508
|
+
widgetSlidesTemplate?: JsonApiExportTemplateInAttributesWidgetSlidesTemplate | null;
|
|
53509
|
+
}
|
|
53510
|
+
|
|
53511
|
+
/**
|
|
53512
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
53513
|
+
* @export
|
|
53514
|
+
* @interface JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
53515
|
+
*/
|
|
53516
|
+
export declare interface JsonApiExportTemplateInAttributesDashboardSlidesTemplate {
|
|
53517
|
+
/**
|
|
53518
|
+
* Export types this template applies to.
|
|
53519
|
+
* @type {Array<string>}
|
|
53520
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
53521
|
+
*/
|
|
53522
|
+
appliedOn: Array<JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
53523
|
+
/**
|
|
53524
|
+
*
|
|
53525
|
+
* @type {CoverSlideTemplate}
|
|
53526
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
53527
|
+
*/
|
|
53528
|
+
coverSlide?: CoverSlideTemplate | null;
|
|
53529
|
+
/**
|
|
53530
|
+
*
|
|
53531
|
+
* @type {IntroSlideTemplate}
|
|
53532
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
53533
|
+
*/
|
|
53534
|
+
introSlide?: IntroSlideTemplate | null;
|
|
53535
|
+
/**
|
|
53536
|
+
*
|
|
53537
|
+
* @type {SectionSlideTemplate}
|
|
53538
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
53539
|
+
*/
|
|
53540
|
+
sectionSlide?: SectionSlideTemplate | null;
|
|
53541
|
+
/**
|
|
53542
|
+
*
|
|
53543
|
+
* @type {ContentSlideTemplate}
|
|
53544
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
53545
|
+
*/
|
|
53546
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
53547
|
+
}
|
|
53548
|
+
|
|
53549
|
+
export declare const JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
53550
|
+
readonly PDF: "PDF";
|
|
53551
|
+
readonly PPTX: "PPTX";
|
|
53552
|
+
};
|
|
53553
|
+
|
|
53554
|
+
export declare type JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
53555
|
+
|
|
53556
|
+
/**
|
|
53557
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
53558
|
+
* @export
|
|
53559
|
+
* @interface JsonApiExportTemplateInAttributesWidgetSlidesTemplate
|
|
53560
|
+
*/
|
|
53561
|
+
export declare interface JsonApiExportTemplateInAttributesWidgetSlidesTemplate {
|
|
53562
|
+
/**
|
|
53563
|
+
* Export types this template applies to.
|
|
53564
|
+
* @type {Array<string>}
|
|
53565
|
+
* @memberof JsonApiExportTemplateInAttributesWidgetSlidesTemplate
|
|
53566
|
+
*/
|
|
53567
|
+
appliedOn: Array<JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
53568
|
+
/**
|
|
53569
|
+
*
|
|
53570
|
+
* @type {ContentSlideTemplate}
|
|
53571
|
+
* @memberof JsonApiExportTemplateInAttributesWidgetSlidesTemplate
|
|
53572
|
+
*/
|
|
53573
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
53574
|
+
}
|
|
53575
|
+
|
|
53576
|
+
export declare const JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
53577
|
+
readonly PDF: "PDF";
|
|
53578
|
+
readonly PPTX: "PPTX";
|
|
53579
|
+
};
|
|
53580
|
+
|
|
53581
|
+
export declare type JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
53582
|
+
|
|
53483
53583
|
/**
|
|
53484
53584
|
*
|
|
53485
53585
|
* @export
|
|
@@ -53520,36 +53620,10 @@ export declare interface JsonApiExportTemplateOut {
|
|
|
53520
53620
|
id: string;
|
|
53521
53621
|
/**
|
|
53522
53622
|
*
|
|
53523
|
-
* @type {
|
|
53623
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
53524
53624
|
* @memberof JsonApiExportTemplateOut
|
|
53525
53625
|
*/
|
|
53526
|
-
attributes:
|
|
53527
|
-
}
|
|
53528
|
-
|
|
53529
|
-
/**
|
|
53530
|
-
*
|
|
53531
|
-
* @export
|
|
53532
|
-
* @interface JsonApiExportTemplateOutAttributes
|
|
53533
|
-
*/
|
|
53534
|
-
export declare interface JsonApiExportTemplateOutAttributes {
|
|
53535
|
-
/**
|
|
53536
|
-
* User-facing name of the Slides template.
|
|
53537
|
-
* @type {string}
|
|
53538
|
-
* @memberof JsonApiExportTemplateOutAttributes
|
|
53539
|
-
*/
|
|
53540
|
-
name: string;
|
|
53541
|
-
/**
|
|
53542
|
-
*
|
|
53543
|
-
* @type {JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate}
|
|
53544
|
-
* @memberof JsonApiExportTemplateOutAttributes
|
|
53545
|
-
*/
|
|
53546
|
-
dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
53547
|
-
/**
|
|
53548
|
-
*
|
|
53549
|
-
* @type {JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate}
|
|
53550
|
-
* @memberof JsonApiExportTemplateOutAttributes
|
|
53551
|
-
*/
|
|
53552
|
-
widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
53626
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
53553
53627
|
}
|
|
53554
53628
|
|
|
53555
53629
|
/**
|
|
@@ -53624,10 +53698,10 @@ export declare interface JsonApiExportTemplateOutWithLinks {
|
|
|
53624
53698
|
id: string;
|
|
53625
53699
|
/**
|
|
53626
53700
|
*
|
|
53627
|
-
* @type {
|
|
53701
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
53628
53702
|
* @memberof JsonApiExportTemplateOutWithLinks
|
|
53629
53703
|
*/
|
|
53630
|
-
attributes:
|
|
53704
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
53631
53705
|
/**
|
|
53632
53706
|
*
|
|
53633
53707
|
* @type {ObjectLinks}
|
|
@@ -53682,90 +53756,18 @@ export declare interface JsonApiExportTemplatePatchAttributes {
|
|
|
53682
53756
|
name?: string;
|
|
53683
53757
|
/**
|
|
53684
53758
|
*
|
|
53685
|
-
* @type {
|
|
53759
|
+
* @type {JsonApiExportTemplateInAttributesDashboardSlidesTemplate}
|
|
53686
53760
|
* @memberof JsonApiExportTemplatePatchAttributes
|
|
53687
53761
|
*/
|
|
53688
|
-
dashboardSlidesTemplate?:
|
|
53762
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateInAttributesDashboardSlidesTemplate | null;
|
|
53689
53763
|
/**
|
|
53690
53764
|
*
|
|
53691
|
-
* @type {
|
|
53765
|
+
* @type {JsonApiExportTemplateInAttributesWidgetSlidesTemplate}
|
|
53692
53766
|
* @memberof JsonApiExportTemplatePatchAttributes
|
|
53693
53767
|
*/
|
|
53694
|
-
widgetSlidesTemplate?:
|
|
53695
|
-
}
|
|
53696
|
-
|
|
53697
|
-
/**
|
|
53698
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
53699
|
-
* @export
|
|
53700
|
-
* @interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
53701
|
-
*/
|
|
53702
|
-
export declare interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
|
|
53703
|
-
/**
|
|
53704
|
-
* Export types this template applies to.
|
|
53705
|
-
* @type {Array<string>}
|
|
53706
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
53707
|
-
*/
|
|
53708
|
-
appliedOn: Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
53709
|
-
/**
|
|
53710
|
-
*
|
|
53711
|
-
* @type {CoverSlideTemplate}
|
|
53712
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
53713
|
-
*/
|
|
53714
|
-
coverSlide?: CoverSlideTemplate | null;
|
|
53715
|
-
/**
|
|
53716
|
-
*
|
|
53717
|
-
* @type {IntroSlideTemplate}
|
|
53718
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
53719
|
-
*/
|
|
53720
|
-
introSlide?: IntroSlideTemplate | null;
|
|
53721
|
-
/**
|
|
53722
|
-
*
|
|
53723
|
-
* @type {SectionSlideTemplate}
|
|
53724
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
53725
|
-
*/
|
|
53726
|
-
sectionSlide?: SectionSlideTemplate | null;
|
|
53727
|
-
/**
|
|
53728
|
-
*
|
|
53729
|
-
* @type {ContentSlideTemplate}
|
|
53730
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
53731
|
-
*/
|
|
53732
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
53733
|
-
}
|
|
53734
|
-
|
|
53735
|
-
export declare const JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
53736
|
-
readonly PDF: "PDF";
|
|
53737
|
-
readonly PPTX: "PPTX";
|
|
53738
|
-
};
|
|
53739
|
-
|
|
53740
|
-
export declare type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
53741
|
-
|
|
53742
|
-
/**
|
|
53743
|
-
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
53744
|
-
* @export
|
|
53745
|
-
* @interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
|
|
53746
|
-
*/
|
|
53747
|
-
export declare interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
|
|
53748
|
-
/**
|
|
53749
|
-
* Export types this template applies to.
|
|
53750
|
-
* @type {Array<string>}
|
|
53751
|
-
* @memberof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
|
|
53752
|
-
*/
|
|
53753
|
-
appliedOn: Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
53754
|
-
/**
|
|
53755
|
-
*
|
|
53756
|
-
* @type {ContentSlideTemplate}
|
|
53757
|
-
* @memberof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
|
|
53758
|
-
*/
|
|
53759
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
53768
|
+
widgetSlidesTemplate?: JsonApiExportTemplateInAttributesWidgetSlidesTemplate | null;
|
|
53760
53769
|
}
|
|
53761
53770
|
|
|
53762
|
-
export declare const JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
53763
|
-
readonly PDF: "PDF";
|
|
53764
|
-
readonly PPTX: "PPTX";
|
|
53765
|
-
};
|
|
53766
|
-
|
|
53767
|
-
export declare type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
53768
|
-
|
|
53769
53771
|
/**
|
|
53770
53772
|
*
|
|
53771
53773
|
* @export
|
|
@@ -53806,10 +53808,10 @@ export declare interface JsonApiExportTemplatePostOptionalId {
|
|
|
53806
53808
|
id?: string;
|
|
53807
53809
|
/**
|
|
53808
53810
|
*
|
|
53809
|
-
* @type {
|
|
53811
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
53810
53812
|
* @memberof JsonApiExportTemplatePostOptionalId
|
|
53811
53813
|
*/
|
|
53812
|
-
attributes:
|
|
53814
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
53813
53815
|
}
|
|
53814
53816
|
|
|
53815
53817
|
/**
|
|
@@ -54539,10 +54541,10 @@ export declare interface JsonApiFilterViewIn {
|
|
|
54539
54541
|
attributes: JsonApiFilterViewOutAttributes;
|
|
54540
54542
|
/**
|
|
54541
54543
|
*
|
|
54542
|
-
* @type {
|
|
54544
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
54543
54545
|
* @memberof JsonApiFilterViewIn
|
|
54544
54546
|
*/
|
|
54545
|
-
relationships?:
|
|
54547
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
54546
54548
|
}
|
|
54547
54549
|
|
|
54548
54550
|
/**
|
|
@@ -54591,10 +54593,10 @@ export declare interface JsonApiFilterViewOut {
|
|
|
54591
54593
|
attributes: JsonApiFilterViewOutAttributes;
|
|
54592
54594
|
/**
|
|
54593
54595
|
*
|
|
54594
|
-
* @type {
|
|
54596
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
54595
54597
|
* @memberof JsonApiFilterViewOut
|
|
54596
54598
|
*/
|
|
54597
|
-
relationships?:
|
|
54599
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
54598
54600
|
}
|
|
54599
54601
|
|
|
54600
54602
|
/**
|
|
@@ -54705,6 +54707,40 @@ export declare interface JsonApiFilterViewOutList {
|
|
|
54705
54707
|
included?: Array<JsonApiFilterViewOutIncludes>;
|
|
54706
54708
|
}
|
|
54707
54709
|
|
|
54710
|
+
/**
|
|
54711
|
+
*
|
|
54712
|
+
* @export
|
|
54713
|
+
* @interface JsonApiFilterViewOutRelationships
|
|
54714
|
+
*/
|
|
54715
|
+
export declare interface JsonApiFilterViewOutRelationships {
|
|
54716
|
+
/**
|
|
54717
|
+
*
|
|
54718
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
54719
|
+
* @memberof JsonApiFilterViewOutRelationships
|
|
54720
|
+
*/
|
|
54721
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
54722
|
+
/**
|
|
54723
|
+
*
|
|
54724
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
54725
|
+
* @memberof JsonApiFilterViewOutRelationships
|
|
54726
|
+
*/
|
|
54727
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
54728
|
+
}
|
|
54729
|
+
|
|
54730
|
+
/**
|
|
54731
|
+
*
|
|
54732
|
+
* @export
|
|
54733
|
+
* @interface JsonApiFilterViewOutRelationshipsUser
|
|
54734
|
+
*/
|
|
54735
|
+
export declare interface JsonApiFilterViewOutRelationshipsUser {
|
|
54736
|
+
/**
|
|
54737
|
+
*
|
|
54738
|
+
* @type {JsonApiUserToOneLinkage}
|
|
54739
|
+
* @memberof JsonApiFilterViewOutRelationshipsUser
|
|
54740
|
+
*/
|
|
54741
|
+
data: JsonApiUserToOneLinkage | null;
|
|
54742
|
+
}
|
|
54743
|
+
|
|
54708
54744
|
export declare const JsonApiFilterViewOutTypeEnum: {
|
|
54709
54745
|
readonly FILTER_VIEW: "filterView";
|
|
54710
54746
|
};
|
|
@@ -54737,10 +54773,10 @@ export declare interface JsonApiFilterViewOutWithLinks {
|
|
|
54737
54773
|
attributes: JsonApiFilterViewOutAttributes;
|
|
54738
54774
|
/**
|
|
54739
54775
|
*
|
|
54740
|
-
* @type {
|
|
54776
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
54741
54777
|
* @memberof JsonApiFilterViewOutWithLinks
|
|
54742
54778
|
*/
|
|
54743
|
-
relationships?:
|
|
54779
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
54744
54780
|
/**
|
|
54745
54781
|
*
|
|
54746
54782
|
* @type {ObjectLinks}
|
|
@@ -54781,10 +54817,10 @@ export declare interface JsonApiFilterViewPatch {
|
|
|
54781
54817
|
attributes: JsonApiFilterViewPatchAttributes;
|
|
54782
54818
|
/**
|
|
54783
54819
|
*
|
|
54784
|
-
* @type {
|
|
54820
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
54785
54821
|
* @memberof JsonApiFilterViewPatch
|
|
54786
54822
|
*/
|
|
54787
|
-
relationships?:
|
|
54823
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
54788
54824
|
}
|
|
54789
54825
|
|
|
54790
54826
|
/**
|
|
@@ -54845,40 +54881,6 @@ export declare interface JsonApiFilterViewPatchDocument {
|
|
|
54845
54881
|
data: JsonApiFilterViewPatch;
|
|
54846
54882
|
}
|
|
54847
54883
|
|
|
54848
|
-
/**
|
|
54849
|
-
*
|
|
54850
|
-
* @export
|
|
54851
|
-
* @interface JsonApiFilterViewPatchRelationships
|
|
54852
|
-
*/
|
|
54853
|
-
export declare interface JsonApiFilterViewPatchRelationships {
|
|
54854
|
-
/**
|
|
54855
|
-
*
|
|
54856
|
-
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
54857
|
-
* @memberof JsonApiFilterViewPatchRelationships
|
|
54858
|
-
*/
|
|
54859
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
54860
|
-
/**
|
|
54861
|
-
*
|
|
54862
|
-
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
54863
|
-
* @memberof JsonApiFilterViewPatchRelationships
|
|
54864
|
-
*/
|
|
54865
|
-
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
54866
|
-
}
|
|
54867
|
-
|
|
54868
|
-
/**
|
|
54869
|
-
*
|
|
54870
|
-
* @export
|
|
54871
|
-
* @interface JsonApiFilterViewPatchRelationshipsUser
|
|
54872
|
-
*/
|
|
54873
|
-
export declare interface JsonApiFilterViewPatchRelationshipsUser {
|
|
54874
|
-
/**
|
|
54875
|
-
*
|
|
54876
|
-
* @type {JsonApiUserToOneLinkage}
|
|
54877
|
-
* @memberof JsonApiFilterViewPatchRelationshipsUser
|
|
54878
|
-
*/
|
|
54879
|
-
data: JsonApiUserToOneLinkage | null;
|
|
54880
|
-
}
|
|
54881
|
-
|
|
54882
54884
|
export declare const JsonApiFilterViewPatchTypeEnum: {
|
|
54883
54885
|
readonly FILTER_VIEW: "filterView";
|
|
54884
54886
|
};
|
|
@@ -54910,12 +54912,98 @@ export declare interface JsonApiIdentityProviderIn {
|
|
|
54910
54912
|
id: string;
|
|
54911
54913
|
/**
|
|
54912
54914
|
*
|
|
54913
|
-
* @type {
|
|
54915
|
+
* @type {JsonApiIdentityProviderInAttributes}
|
|
54914
54916
|
* @memberof JsonApiIdentityProviderIn
|
|
54915
54917
|
*/
|
|
54916
|
-
attributes?:
|
|
54918
|
+
attributes?: JsonApiIdentityProviderInAttributes;
|
|
54919
|
+
}
|
|
54920
|
+
|
|
54921
|
+
/**
|
|
54922
|
+
*
|
|
54923
|
+
* @export
|
|
54924
|
+
* @interface JsonApiIdentityProviderInAttributes
|
|
54925
|
+
*/
|
|
54926
|
+
export declare interface JsonApiIdentityProviderInAttributes {
|
|
54927
|
+
/**
|
|
54928
|
+
* 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.
|
|
54929
|
+
* @type {Array<string>}
|
|
54930
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
54931
|
+
*/
|
|
54932
|
+
identifiers?: Array<string>;
|
|
54933
|
+
/**
|
|
54934
|
+
* 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.
|
|
54935
|
+
* @type {{ [key: string]: string; }}
|
|
54936
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
54937
|
+
*/
|
|
54938
|
+
customClaimMapping?: {
|
|
54939
|
+
[key: string]: string;
|
|
54940
|
+
};
|
|
54941
|
+
/**
|
|
54942
|
+
* 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.
|
|
54943
|
+
* @type {string}
|
|
54944
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
54945
|
+
*/
|
|
54946
|
+
samlMetadata?: string;
|
|
54947
|
+
/**
|
|
54948
|
+
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
54949
|
+
* @type {string}
|
|
54950
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
54951
|
+
*/
|
|
54952
|
+
oauthClientId?: string;
|
|
54953
|
+
/**
|
|
54954
|
+
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
54955
|
+
* @type {string}
|
|
54956
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
54957
|
+
*/
|
|
54958
|
+
oauthClientSecret?: string;
|
|
54959
|
+
/**
|
|
54960
|
+
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
54961
|
+
* @type {string}
|
|
54962
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
54963
|
+
*/
|
|
54964
|
+
oauthIssuerLocation?: string;
|
|
54965
|
+
/**
|
|
54966
|
+
* 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.
|
|
54967
|
+
* @type {string}
|
|
54968
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
54969
|
+
*/
|
|
54970
|
+
oauthIssuerId?: string;
|
|
54971
|
+
/**
|
|
54972
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
54973
|
+
* @type {string}
|
|
54974
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
54975
|
+
*/
|
|
54976
|
+
oauthSubjectIdClaim?: string;
|
|
54977
|
+
/**
|
|
54978
|
+
* 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.
|
|
54979
|
+
* @type {{ [key: string]: string; }}
|
|
54980
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
54981
|
+
*/
|
|
54982
|
+
oauthCustomAuthAttributes?: {
|
|
54983
|
+
[key: string]: string;
|
|
54984
|
+
};
|
|
54985
|
+
/**
|
|
54986
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
54987
|
+
* @type {Array<string>}
|
|
54988
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
54989
|
+
*/
|
|
54990
|
+
oauthCustomScopes?: Array<string> | null;
|
|
54991
|
+
/**
|
|
54992
|
+
* 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. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
54993
|
+
* @type {string}
|
|
54994
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
54995
|
+
*/
|
|
54996
|
+
idpType?: JsonApiIdentityProviderInAttributesIdpTypeEnum;
|
|
54917
54997
|
}
|
|
54918
54998
|
|
|
54999
|
+
export declare const JsonApiIdentityProviderInAttributesIdpTypeEnum: {
|
|
55000
|
+
readonly MANAGED_IDP: "MANAGED_IDP";
|
|
55001
|
+
readonly FIM_IDP: "FIM_IDP";
|
|
55002
|
+
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
55003
|
+
};
|
|
55004
|
+
|
|
55005
|
+
export declare type JsonApiIdentityProviderInAttributesIdpTypeEnum = typeof JsonApiIdentityProviderInAttributesIdpTypeEnum[keyof typeof JsonApiIdentityProviderInAttributesIdpTypeEnum];
|
|
55006
|
+
|
|
54919
55007
|
/**
|
|
54920
55008
|
*
|
|
54921
55009
|
* @export
|
|
@@ -55172,98 +55260,12 @@ export declare interface JsonApiIdentityProviderPatch {
|
|
|
55172
55260
|
id: string;
|
|
55173
55261
|
/**
|
|
55174
55262
|
*
|
|
55175
|
-
* @type {
|
|
55263
|
+
* @type {JsonApiIdentityProviderInAttributes}
|
|
55176
55264
|
* @memberof JsonApiIdentityProviderPatch
|
|
55177
55265
|
*/
|
|
55178
|
-
attributes?:
|
|
55266
|
+
attributes?: JsonApiIdentityProviderInAttributes;
|
|
55179
55267
|
}
|
|
55180
55268
|
|
|
55181
|
-
/**
|
|
55182
|
-
*
|
|
55183
|
-
* @export
|
|
55184
|
-
* @interface JsonApiIdentityProviderPatchAttributes
|
|
55185
|
-
*/
|
|
55186
|
-
export declare interface JsonApiIdentityProviderPatchAttributes {
|
|
55187
|
-
/**
|
|
55188
|
-
* 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.
|
|
55189
|
-
* @type {Array<string>}
|
|
55190
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
55191
|
-
*/
|
|
55192
|
-
identifiers?: Array<string>;
|
|
55193
|
-
/**
|
|
55194
|
-
* 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.
|
|
55195
|
-
* @type {{ [key: string]: string; }}
|
|
55196
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
55197
|
-
*/
|
|
55198
|
-
customClaimMapping?: {
|
|
55199
|
-
[key: string]: string;
|
|
55200
|
-
};
|
|
55201
|
-
/**
|
|
55202
|
-
* 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.
|
|
55203
|
-
* @type {string}
|
|
55204
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
55205
|
-
*/
|
|
55206
|
-
samlMetadata?: string;
|
|
55207
|
-
/**
|
|
55208
|
-
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
55209
|
-
* @type {string}
|
|
55210
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
55211
|
-
*/
|
|
55212
|
-
oauthClientId?: string;
|
|
55213
|
-
/**
|
|
55214
|
-
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
55215
|
-
* @type {string}
|
|
55216
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
55217
|
-
*/
|
|
55218
|
-
oauthClientSecret?: string;
|
|
55219
|
-
/**
|
|
55220
|
-
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
55221
|
-
* @type {string}
|
|
55222
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
55223
|
-
*/
|
|
55224
|
-
oauthIssuerLocation?: string;
|
|
55225
|
-
/**
|
|
55226
|
-
* 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.
|
|
55227
|
-
* @type {string}
|
|
55228
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
55229
|
-
*/
|
|
55230
|
-
oauthIssuerId?: string;
|
|
55231
|
-
/**
|
|
55232
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
55233
|
-
* @type {string}
|
|
55234
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
55235
|
-
*/
|
|
55236
|
-
oauthSubjectIdClaim?: string;
|
|
55237
|
-
/**
|
|
55238
|
-
* 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.
|
|
55239
|
-
* @type {{ [key: string]: string; }}
|
|
55240
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
55241
|
-
*/
|
|
55242
|
-
oauthCustomAuthAttributes?: {
|
|
55243
|
-
[key: string]: string;
|
|
55244
|
-
};
|
|
55245
|
-
/**
|
|
55246
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
55247
|
-
* @type {Array<string>}
|
|
55248
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
55249
|
-
*/
|
|
55250
|
-
oauthCustomScopes?: Array<string> | null;
|
|
55251
|
-
/**
|
|
55252
|
-
* 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. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
55253
|
-
* @type {string}
|
|
55254
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
55255
|
-
*/
|
|
55256
|
-
idpType?: JsonApiIdentityProviderPatchAttributesIdpTypeEnum;
|
|
55257
|
-
}
|
|
55258
|
-
|
|
55259
|
-
export declare const JsonApiIdentityProviderPatchAttributesIdpTypeEnum: {
|
|
55260
|
-
readonly MANAGED_IDP: "MANAGED_IDP";
|
|
55261
|
-
readonly FIM_IDP: "FIM_IDP";
|
|
55262
|
-
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
55263
|
-
};
|
|
55264
|
-
|
|
55265
|
-
export declare type JsonApiIdentityProviderPatchAttributesIdpTypeEnum = typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum[keyof typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum];
|
|
55266
|
-
|
|
55267
55269
|
/**
|
|
55268
55270
|
*
|
|
55269
55271
|
* @export
|
|
@@ -55311,10 +55313,24 @@ export declare interface JsonApiJwkIn {
|
|
|
55311
55313
|
id: string;
|
|
55312
55314
|
/**
|
|
55313
55315
|
*
|
|
55314
|
-
* @type {
|
|
55316
|
+
* @type {JsonApiJwkInAttributes}
|
|
55315
55317
|
* @memberof JsonApiJwkIn
|
|
55316
55318
|
*/
|
|
55317
|
-
attributes?:
|
|
55319
|
+
attributes?: JsonApiJwkInAttributes;
|
|
55320
|
+
}
|
|
55321
|
+
|
|
55322
|
+
/**
|
|
55323
|
+
*
|
|
55324
|
+
* @export
|
|
55325
|
+
* @interface JsonApiJwkInAttributes
|
|
55326
|
+
*/
|
|
55327
|
+
export declare interface JsonApiJwkInAttributes {
|
|
55328
|
+
/**
|
|
55329
|
+
* Specification of the cryptographic key
|
|
55330
|
+
* @type {RsaSpecification}
|
|
55331
|
+
* @memberof JsonApiJwkInAttributes
|
|
55332
|
+
*/
|
|
55333
|
+
content?: RsaSpecification;
|
|
55318
55334
|
}
|
|
55319
55335
|
|
|
55320
55336
|
/**
|
|
@@ -55357,10 +55373,10 @@ export declare interface JsonApiJwkOut {
|
|
|
55357
55373
|
id: string;
|
|
55358
55374
|
/**
|
|
55359
55375
|
*
|
|
55360
|
-
* @type {
|
|
55376
|
+
* @type {JsonApiJwkInAttributes}
|
|
55361
55377
|
* @memberof JsonApiJwkOut
|
|
55362
55378
|
*/
|
|
55363
|
-
attributes?:
|
|
55379
|
+
attributes?: JsonApiJwkInAttributes;
|
|
55364
55380
|
}
|
|
55365
55381
|
|
|
55366
55382
|
/**
|
|
@@ -55435,10 +55451,10 @@ export declare interface JsonApiJwkOutWithLinks {
|
|
|
55435
55451
|
id: string;
|
|
55436
55452
|
/**
|
|
55437
55453
|
*
|
|
55438
|
-
* @type {
|
|
55454
|
+
* @type {JsonApiJwkInAttributes}
|
|
55439
55455
|
* @memberof JsonApiJwkOutWithLinks
|
|
55440
55456
|
*/
|
|
55441
|
-
attributes?:
|
|
55457
|
+
attributes?: JsonApiJwkInAttributes;
|
|
55442
55458
|
/**
|
|
55443
55459
|
*
|
|
55444
55460
|
* @type {ObjectLinks}
|
|
@@ -55473,24 +55489,10 @@ export declare interface JsonApiJwkPatch {
|
|
|
55473
55489
|
id: string;
|
|
55474
55490
|
/**
|
|
55475
55491
|
*
|
|
55476
|
-
* @type {
|
|
55492
|
+
* @type {JsonApiJwkInAttributes}
|
|
55477
55493
|
* @memberof JsonApiJwkPatch
|
|
55478
55494
|
*/
|
|
55479
|
-
attributes?:
|
|
55480
|
-
}
|
|
55481
|
-
|
|
55482
|
-
/**
|
|
55483
|
-
*
|
|
55484
|
-
* @export
|
|
55485
|
-
* @interface JsonApiJwkPatchAttributes
|
|
55486
|
-
*/
|
|
55487
|
-
export declare interface JsonApiJwkPatchAttributes {
|
|
55488
|
-
/**
|
|
55489
|
-
* Specification of the cryptographic key
|
|
55490
|
-
* @type {RsaSpecification}
|
|
55491
|
-
* @memberof JsonApiJwkPatchAttributes
|
|
55492
|
-
*/
|
|
55493
|
-
content?: RsaSpecification;
|
|
55495
|
+
attributes?: JsonApiJwkInAttributes;
|
|
55494
55496
|
}
|
|
55495
55497
|
|
|
55496
55498
|
/**
|
|
@@ -56180,48 +56182,10 @@ export declare interface JsonApiMetricIn {
|
|
|
56180
56182
|
id: string;
|
|
56181
56183
|
/**
|
|
56182
56184
|
*
|
|
56183
|
-
* @type {
|
|
56185
|
+
* @type {JsonApiMetricPostOptionalIdAttributes}
|
|
56184
56186
|
* @memberof JsonApiMetricIn
|
|
56185
56187
|
*/
|
|
56186
|
-
attributes:
|
|
56187
|
-
}
|
|
56188
|
-
|
|
56189
|
-
/**
|
|
56190
|
-
*
|
|
56191
|
-
* @export
|
|
56192
|
-
* @interface JsonApiMetricInAttributes
|
|
56193
|
-
*/
|
|
56194
|
-
export declare interface JsonApiMetricInAttributes {
|
|
56195
|
-
/**
|
|
56196
|
-
*
|
|
56197
|
-
* @type {string}
|
|
56198
|
-
* @memberof JsonApiMetricInAttributes
|
|
56199
|
-
*/
|
|
56200
|
-
title?: string;
|
|
56201
|
-
/**
|
|
56202
|
-
*
|
|
56203
|
-
* @type {string}
|
|
56204
|
-
* @memberof JsonApiMetricInAttributes
|
|
56205
|
-
*/
|
|
56206
|
-
description?: string;
|
|
56207
|
-
/**
|
|
56208
|
-
*
|
|
56209
|
-
* @type {Array<string>}
|
|
56210
|
-
* @memberof JsonApiMetricInAttributes
|
|
56211
|
-
*/
|
|
56212
|
-
tags?: Array<string>;
|
|
56213
|
-
/**
|
|
56214
|
-
*
|
|
56215
|
-
* @type {boolean}
|
|
56216
|
-
* @memberof JsonApiMetricInAttributes
|
|
56217
|
-
*/
|
|
56218
|
-
areRelationsValid?: boolean;
|
|
56219
|
-
/**
|
|
56220
|
-
*
|
|
56221
|
-
* @type {JsonApiMetricOutAttributesContent}
|
|
56222
|
-
* @memberof JsonApiMetricInAttributes
|
|
56223
|
-
*/
|
|
56224
|
-
content: JsonApiMetricOutAttributesContent;
|
|
56188
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
56225
56189
|
}
|
|
56226
56190
|
|
|
56227
56191
|
/**
|
|
@@ -56602,10 +56566,48 @@ export declare interface JsonApiMetricPostOptionalId {
|
|
|
56602
56566
|
id?: string;
|
|
56603
56567
|
/**
|
|
56604
56568
|
*
|
|
56605
|
-
* @type {
|
|
56569
|
+
* @type {JsonApiMetricPostOptionalIdAttributes}
|
|
56606
56570
|
* @memberof JsonApiMetricPostOptionalId
|
|
56607
56571
|
*/
|
|
56608
|
-
attributes:
|
|
56572
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
56573
|
+
}
|
|
56574
|
+
|
|
56575
|
+
/**
|
|
56576
|
+
*
|
|
56577
|
+
* @export
|
|
56578
|
+
* @interface JsonApiMetricPostOptionalIdAttributes
|
|
56579
|
+
*/
|
|
56580
|
+
export declare interface JsonApiMetricPostOptionalIdAttributes {
|
|
56581
|
+
/**
|
|
56582
|
+
*
|
|
56583
|
+
* @type {string}
|
|
56584
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
56585
|
+
*/
|
|
56586
|
+
title?: string;
|
|
56587
|
+
/**
|
|
56588
|
+
*
|
|
56589
|
+
* @type {string}
|
|
56590
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
56591
|
+
*/
|
|
56592
|
+
description?: string;
|
|
56593
|
+
/**
|
|
56594
|
+
*
|
|
56595
|
+
* @type {Array<string>}
|
|
56596
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
56597
|
+
*/
|
|
56598
|
+
tags?: Array<string>;
|
|
56599
|
+
/**
|
|
56600
|
+
*
|
|
56601
|
+
* @type {boolean}
|
|
56602
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
56603
|
+
*/
|
|
56604
|
+
areRelationsValid?: boolean;
|
|
56605
|
+
/**
|
|
56606
|
+
*
|
|
56607
|
+
* @type {JsonApiMetricOutAttributesContent}
|
|
56608
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
56609
|
+
*/
|
|
56610
|
+
content: JsonApiMetricOutAttributesContent;
|
|
56609
56611
|
}
|
|
56610
56612
|
|
|
56611
56613
|
/**
|
|
@@ -56813,12 +56815,91 @@ export declare interface JsonApiNotificationChannelIn {
|
|
|
56813
56815
|
id: string;
|
|
56814
56816
|
/**
|
|
56815
56817
|
*
|
|
56816
|
-
* @type {
|
|
56818
|
+
* @type {JsonApiNotificationChannelInAttributes}
|
|
56817
56819
|
* @memberof JsonApiNotificationChannelIn
|
|
56818
56820
|
*/
|
|
56819
|
-
attributes?:
|
|
56821
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
56820
56822
|
}
|
|
56821
56823
|
|
|
56824
|
+
/**
|
|
56825
|
+
*
|
|
56826
|
+
* @export
|
|
56827
|
+
* @interface JsonApiNotificationChannelInAttributes
|
|
56828
|
+
*/
|
|
56829
|
+
export declare interface JsonApiNotificationChannelInAttributes {
|
|
56830
|
+
/**
|
|
56831
|
+
*
|
|
56832
|
+
* @type {string}
|
|
56833
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
56834
|
+
*/
|
|
56835
|
+
name?: string | null;
|
|
56836
|
+
/**
|
|
56837
|
+
*
|
|
56838
|
+
* @type {string}
|
|
56839
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
56840
|
+
*/
|
|
56841
|
+
description?: string | null;
|
|
56842
|
+
/**
|
|
56843
|
+
* The destination where the notifications are to be sent.
|
|
56844
|
+
* @type {DefaultSmtp | InPlatform | Smtp | Webhook}
|
|
56845
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
56846
|
+
*/
|
|
56847
|
+
destination?: DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
56848
|
+
/**
|
|
56849
|
+
* 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}
|
|
56850
|
+
* @type {string}
|
|
56851
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
56852
|
+
*/
|
|
56853
|
+
customDashboardUrl?: string;
|
|
56854
|
+
/**
|
|
56855
|
+
* 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
|
|
56856
|
+
* @type {string}
|
|
56857
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
56858
|
+
*/
|
|
56859
|
+
dashboardLinkVisibility?: JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum;
|
|
56860
|
+
/**
|
|
56861
|
+
* 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}}
|
|
56862
|
+
* @type {string}
|
|
56863
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
56864
|
+
*/
|
|
56865
|
+
notificationSource?: string;
|
|
56866
|
+
/**
|
|
56867
|
+
* 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
|
|
56868
|
+
* @type {string}
|
|
56869
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
56870
|
+
*/
|
|
56871
|
+
allowedRecipients?: JsonApiNotificationChannelInAttributesAllowedRecipientsEnum;
|
|
56872
|
+
/**
|
|
56873
|
+
* 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
|
|
56874
|
+
* @type {string}
|
|
56875
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
56876
|
+
*/
|
|
56877
|
+
inPlatformNotification?: JsonApiNotificationChannelInAttributesInPlatformNotificationEnum;
|
|
56878
|
+
}
|
|
56879
|
+
|
|
56880
|
+
export declare const JsonApiNotificationChannelInAttributesAllowedRecipientsEnum: {
|
|
56881
|
+
readonly CREATOR: "CREATOR";
|
|
56882
|
+
readonly INTERNAL: "INTERNAL";
|
|
56883
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
56884
|
+
};
|
|
56885
|
+
|
|
56886
|
+
export declare type JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum];
|
|
56887
|
+
|
|
56888
|
+
export declare const JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum: {
|
|
56889
|
+
readonly HIDDEN: "HIDDEN";
|
|
56890
|
+
readonly INTERNAL_ONLY: "INTERNAL_ONLY";
|
|
56891
|
+
readonly ALL: "ALL";
|
|
56892
|
+
};
|
|
56893
|
+
|
|
56894
|
+
export declare type JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum[keyof typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum];
|
|
56895
|
+
|
|
56896
|
+
export declare const JsonApiNotificationChannelInAttributesInPlatformNotificationEnum: {
|
|
56897
|
+
readonly DISABLED: "DISABLED";
|
|
56898
|
+
readonly ENABLED: "ENABLED";
|
|
56899
|
+
};
|
|
56900
|
+
|
|
56901
|
+
export declare type JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum[keyof typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum];
|
|
56902
|
+
|
|
56822
56903
|
/**
|
|
56823
56904
|
*
|
|
56824
56905
|
* @export
|
|
@@ -57095,91 +57176,12 @@ export declare interface JsonApiNotificationChannelPatch {
|
|
|
57095
57176
|
id: string;
|
|
57096
57177
|
/**
|
|
57097
57178
|
*
|
|
57098
|
-
* @type {
|
|
57179
|
+
* @type {JsonApiNotificationChannelInAttributes}
|
|
57099
57180
|
* @memberof JsonApiNotificationChannelPatch
|
|
57100
57181
|
*/
|
|
57101
|
-
attributes?:
|
|
57102
|
-
}
|
|
57103
|
-
|
|
57104
|
-
/**
|
|
57105
|
-
*
|
|
57106
|
-
* @export
|
|
57107
|
-
* @interface JsonApiNotificationChannelPatchAttributes
|
|
57108
|
-
*/
|
|
57109
|
-
export declare interface JsonApiNotificationChannelPatchAttributes {
|
|
57110
|
-
/**
|
|
57111
|
-
*
|
|
57112
|
-
* @type {string}
|
|
57113
|
-
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
57114
|
-
*/
|
|
57115
|
-
name?: string | null;
|
|
57116
|
-
/**
|
|
57117
|
-
*
|
|
57118
|
-
* @type {string}
|
|
57119
|
-
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
57120
|
-
*/
|
|
57121
|
-
description?: string | null;
|
|
57122
|
-
/**
|
|
57123
|
-
* The destination where the notifications are to be sent.
|
|
57124
|
-
* @type {DefaultSmtp | InPlatform | Smtp | Webhook}
|
|
57125
|
-
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
57126
|
-
*/
|
|
57127
|
-
destination?: DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
57128
|
-
/**
|
|
57129
|
-
* 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}
|
|
57130
|
-
* @type {string}
|
|
57131
|
-
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
57132
|
-
*/
|
|
57133
|
-
customDashboardUrl?: string;
|
|
57134
|
-
/**
|
|
57135
|
-
* 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
|
|
57136
|
-
* @type {string}
|
|
57137
|
-
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
57138
|
-
*/
|
|
57139
|
-
dashboardLinkVisibility?: JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum;
|
|
57140
|
-
/**
|
|
57141
|
-
* 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}}
|
|
57142
|
-
* @type {string}
|
|
57143
|
-
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
57144
|
-
*/
|
|
57145
|
-
notificationSource?: string;
|
|
57146
|
-
/**
|
|
57147
|
-
* 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
|
|
57148
|
-
* @type {string}
|
|
57149
|
-
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
57150
|
-
*/
|
|
57151
|
-
allowedRecipients?: JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum;
|
|
57152
|
-
/**
|
|
57153
|
-
* 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
|
|
57154
|
-
* @type {string}
|
|
57155
|
-
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
57156
|
-
*/
|
|
57157
|
-
inPlatformNotification?: JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum;
|
|
57182
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
57158
57183
|
}
|
|
57159
57184
|
|
|
57160
|
-
export declare const JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum: {
|
|
57161
|
-
readonly CREATOR: "CREATOR";
|
|
57162
|
-
readonly INTERNAL: "INTERNAL";
|
|
57163
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
57164
|
-
};
|
|
57165
|
-
|
|
57166
|
-
export declare type JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum];
|
|
57167
|
-
|
|
57168
|
-
export declare const JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum: {
|
|
57169
|
-
readonly HIDDEN: "HIDDEN";
|
|
57170
|
-
readonly INTERNAL_ONLY: "INTERNAL_ONLY";
|
|
57171
|
-
readonly ALL: "ALL";
|
|
57172
|
-
};
|
|
57173
|
-
|
|
57174
|
-
export declare type JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum = typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum[keyof typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum];
|
|
57175
|
-
|
|
57176
|
-
export declare const JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum: {
|
|
57177
|
-
readonly DISABLED: "DISABLED";
|
|
57178
|
-
readonly ENABLED: "ENABLED";
|
|
57179
|
-
};
|
|
57180
|
-
|
|
57181
|
-
export declare type JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum = typeof JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum[keyof typeof JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum];
|
|
57182
|
-
|
|
57183
57185
|
/**
|
|
57184
57186
|
*
|
|
57185
57187
|
* @export
|
|
@@ -57220,10 +57222,10 @@ export declare interface JsonApiNotificationChannelPostOptionalId {
|
|
|
57220
57222
|
id?: string;
|
|
57221
57223
|
/**
|
|
57222
57224
|
*
|
|
57223
|
-
* @type {
|
|
57225
|
+
* @type {JsonApiNotificationChannelInAttributes}
|
|
57224
57226
|
* @memberof JsonApiNotificationChannelPostOptionalId
|
|
57225
57227
|
*/
|
|
57226
|
-
attributes?:
|
|
57228
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
57227
57229
|
}
|
|
57228
57230
|
|
|
57229
57231
|
/**
|
|
@@ -57273,16 +57275,99 @@ export declare interface JsonApiOrganizationIn {
|
|
|
57273
57275
|
id: string;
|
|
57274
57276
|
/**
|
|
57275
57277
|
*
|
|
57276
|
-
* @type {
|
|
57278
|
+
* @type {JsonApiOrganizationInAttributes}
|
|
57277
57279
|
* @memberof JsonApiOrganizationIn
|
|
57278
57280
|
*/
|
|
57279
|
-
attributes?:
|
|
57281
|
+
attributes?: JsonApiOrganizationInAttributes;
|
|
57280
57282
|
/**
|
|
57281
57283
|
*
|
|
57282
|
-
* @type {
|
|
57284
|
+
* @type {JsonApiOrganizationInRelationships}
|
|
57283
57285
|
* @memberof JsonApiOrganizationIn
|
|
57284
57286
|
*/
|
|
57285
|
-
relationships?:
|
|
57287
|
+
relationships?: JsonApiOrganizationInRelationships;
|
|
57288
|
+
}
|
|
57289
|
+
|
|
57290
|
+
/**
|
|
57291
|
+
*
|
|
57292
|
+
* @export
|
|
57293
|
+
* @interface JsonApiOrganizationInAttributes
|
|
57294
|
+
*/
|
|
57295
|
+
export declare interface JsonApiOrganizationInAttributes {
|
|
57296
|
+
/**
|
|
57297
|
+
*
|
|
57298
|
+
* @type {string}
|
|
57299
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57300
|
+
*/
|
|
57301
|
+
name?: string | null;
|
|
57302
|
+
/**
|
|
57303
|
+
*
|
|
57304
|
+
* @type {string}
|
|
57305
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57306
|
+
*/
|
|
57307
|
+
hostname?: string;
|
|
57308
|
+
/**
|
|
57309
|
+
*
|
|
57310
|
+
* @type {Array<string>}
|
|
57311
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57312
|
+
*/
|
|
57313
|
+
allowedOrigins?: Array<string>;
|
|
57314
|
+
/**
|
|
57315
|
+
*
|
|
57316
|
+
* @type {string}
|
|
57317
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57318
|
+
*/
|
|
57319
|
+
oauthIssuerLocation?: string;
|
|
57320
|
+
/**
|
|
57321
|
+
*
|
|
57322
|
+
* @type {string}
|
|
57323
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57324
|
+
*/
|
|
57325
|
+
oauthClientId?: string;
|
|
57326
|
+
/**
|
|
57327
|
+
*
|
|
57328
|
+
* @type {string}
|
|
57329
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57330
|
+
*/
|
|
57331
|
+
oauthClientSecret?: string;
|
|
57332
|
+
/**
|
|
57333
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
57334
|
+
* @type {string}
|
|
57335
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57336
|
+
* @deprecated
|
|
57337
|
+
*/
|
|
57338
|
+
earlyAccess?: string | null;
|
|
57339
|
+
/**
|
|
57340
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
57341
|
+
* @type {Array<string>}
|
|
57342
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57343
|
+
*/
|
|
57344
|
+
earlyAccessValues?: Array<string> | null;
|
|
57345
|
+
/**
|
|
57346
|
+
* 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.
|
|
57347
|
+
* @type {string}
|
|
57348
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57349
|
+
*/
|
|
57350
|
+
oauthIssuerId?: string;
|
|
57351
|
+
/**
|
|
57352
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
57353
|
+
* @type {string}
|
|
57354
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57355
|
+
*/
|
|
57356
|
+
oauthSubjectIdClaim?: string;
|
|
57357
|
+
/**
|
|
57358
|
+
* 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.
|
|
57359
|
+
* @type {{ [key: string]: string; }}
|
|
57360
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57361
|
+
*/
|
|
57362
|
+
oauthCustomAuthAttributes?: {
|
|
57363
|
+
[key: string]: string;
|
|
57364
|
+
};
|
|
57365
|
+
/**
|
|
57366
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
57367
|
+
* @type {Array<string>}
|
|
57368
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
57369
|
+
*/
|
|
57370
|
+
oauthCustomScopes?: Array<string> | null;
|
|
57286
57371
|
}
|
|
57287
57372
|
|
|
57288
57373
|
/**
|
|
@@ -57299,6 +57384,34 @@ export declare interface JsonApiOrganizationInDocument {
|
|
|
57299
57384
|
data: JsonApiOrganizationIn;
|
|
57300
57385
|
}
|
|
57301
57386
|
|
|
57387
|
+
/**
|
|
57388
|
+
*
|
|
57389
|
+
* @export
|
|
57390
|
+
* @interface JsonApiOrganizationInRelationships
|
|
57391
|
+
*/
|
|
57392
|
+
export declare interface JsonApiOrganizationInRelationships {
|
|
57393
|
+
/**
|
|
57394
|
+
*
|
|
57395
|
+
* @type {JsonApiOrganizationInRelationshipsIdentityProvider}
|
|
57396
|
+
* @memberof JsonApiOrganizationInRelationships
|
|
57397
|
+
*/
|
|
57398
|
+
identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
57399
|
+
}
|
|
57400
|
+
|
|
57401
|
+
/**
|
|
57402
|
+
*
|
|
57403
|
+
* @export
|
|
57404
|
+
* @interface JsonApiOrganizationInRelationshipsIdentityProvider
|
|
57405
|
+
*/
|
|
57406
|
+
export declare interface JsonApiOrganizationInRelationshipsIdentityProvider {
|
|
57407
|
+
/**
|
|
57408
|
+
*
|
|
57409
|
+
* @type {JsonApiIdentityProviderToOneLinkage}
|
|
57410
|
+
* @memberof JsonApiOrganizationInRelationshipsIdentityProvider
|
|
57411
|
+
*/
|
|
57412
|
+
data: JsonApiIdentityProviderToOneLinkage | null;
|
|
57413
|
+
}
|
|
57414
|
+
|
|
57302
57415
|
export declare const JsonApiOrganizationInTypeEnum: {
|
|
57303
57416
|
readonly ORGANIZATION: "organization";
|
|
57304
57417
|
};
|
|
@@ -57514,22 +57627,22 @@ export declare type JsonApiOrganizationOutMetaPermissionsEnum = typeof JsonApiOr
|
|
|
57514
57627
|
export declare interface JsonApiOrganizationOutRelationships {
|
|
57515
57628
|
/**
|
|
57516
57629
|
*
|
|
57517
|
-
* @type {
|
|
57630
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
57518
57631
|
* @memberof JsonApiOrganizationOutRelationships
|
|
57519
57632
|
*/
|
|
57520
|
-
bootstrapUser?:
|
|
57633
|
+
bootstrapUser?: JsonApiFilterViewOutRelationshipsUser;
|
|
57521
57634
|
/**
|
|
57522
57635
|
*
|
|
57523
|
-
* @type {
|
|
57636
|
+
* @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
|
|
57524
57637
|
* @memberof JsonApiOrganizationOutRelationships
|
|
57525
57638
|
*/
|
|
57526
|
-
bootstrapUserGroup?:
|
|
57639
|
+
bootstrapUserGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
57527
57640
|
/**
|
|
57528
57641
|
*
|
|
57529
|
-
* @type {
|
|
57642
|
+
* @type {JsonApiOrganizationInRelationshipsIdentityProvider}
|
|
57530
57643
|
* @memberof JsonApiOrganizationOutRelationships
|
|
57531
57644
|
*/
|
|
57532
|
-
identityProvider?:
|
|
57645
|
+
identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
57533
57646
|
}
|
|
57534
57647
|
|
|
57535
57648
|
export declare const JsonApiOrganizationOutTypeEnum: {
|
|
@@ -57558,99 +57671,16 @@ export declare interface JsonApiOrganizationPatch {
|
|
|
57558
57671
|
id: string;
|
|
57559
57672
|
/**
|
|
57560
57673
|
*
|
|
57561
|
-
* @type {
|
|
57674
|
+
* @type {JsonApiOrganizationInAttributes}
|
|
57562
57675
|
* @memberof JsonApiOrganizationPatch
|
|
57563
57676
|
*/
|
|
57564
|
-
attributes?:
|
|
57677
|
+
attributes?: JsonApiOrganizationInAttributes;
|
|
57565
57678
|
/**
|
|
57566
57679
|
*
|
|
57567
|
-
* @type {
|
|
57680
|
+
* @type {JsonApiOrganizationInRelationships}
|
|
57568
57681
|
* @memberof JsonApiOrganizationPatch
|
|
57569
57682
|
*/
|
|
57570
|
-
relationships?:
|
|
57571
|
-
}
|
|
57572
|
-
|
|
57573
|
-
/**
|
|
57574
|
-
*
|
|
57575
|
-
* @export
|
|
57576
|
-
* @interface JsonApiOrganizationPatchAttributes
|
|
57577
|
-
*/
|
|
57578
|
-
export declare interface JsonApiOrganizationPatchAttributes {
|
|
57579
|
-
/**
|
|
57580
|
-
*
|
|
57581
|
-
* @type {string}
|
|
57582
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57583
|
-
*/
|
|
57584
|
-
name?: string | null;
|
|
57585
|
-
/**
|
|
57586
|
-
*
|
|
57587
|
-
* @type {string}
|
|
57588
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57589
|
-
*/
|
|
57590
|
-
hostname?: string;
|
|
57591
|
-
/**
|
|
57592
|
-
*
|
|
57593
|
-
* @type {Array<string>}
|
|
57594
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57595
|
-
*/
|
|
57596
|
-
allowedOrigins?: Array<string>;
|
|
57597
|
-
/**
|
|
57598
|
-
*
|
|
57599
|
-
* @type {string}
|
|
57600
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57601
|
-
*/
|
|
57602
|
-
oauthIssuerLocation?: string;
|
|
57603
|
-
/**
|
|
57604
|
-
*
|
|
57605
|
-
* @type {string}
|
|
57606
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57607
|
-
*/
|
|
57608
|
-
oauthClientId?: string;
|
|
57609
|
-
/**
|
|
57610
|
-
*
|
|
57611
|
-
* @type {string}
|
|
57612
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57613
|
-
*/
|
|
57614
|
-
oauthClientSecret?: string;
|
|
57615
|
-
/**
|
|
57616
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
57617
|
-
* @type {string}
|
|
57618
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57619
|
-
* @deprecated
|
|
57620
|
-
*/
|
|
57621
|
-
earlyAccess?: string | null;
|
|
57622
|
-
/**
|
|
57623
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
57624
|
-
* @type {Array<string>}
|
|
57625
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57626
|
-
*/
|
|
57627
|
-
earlyAccessValues?: Array<string> | null;
|
|
57628
|
-
/**
|
|
57629
|
-
* 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.
|
|
57630
|
-
* @type {string}
|
|
57631
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57632
|
-
*/
|
|
57633
|
-
oauthIssuerId?: string;
|
|
57634
|
-
/**
|
|
57635
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
57636
|
-
* @type {string}
|
|
57637
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57638
|
-
*/
|
|
57639
|
-
oauthSubjectIdClaim?: string;
|
|
57640
|
-
/**
|
|
57641
|
-
* 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.
|
|
57642
|
-
* @type {{ [key: string]: string; }}
|
|
57643
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57644
|
-
*/
|
|
57645
|
-
oauthCustomAuthAttributes?: {
|
|
57646
|
-
[key: string]: string;
|
|
57647
|
-
};
|
|
57648
|
-
/**
|
|
57649
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
57650
|
-
* @type {Array<string>}
|
|
57651
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
57652
|
-
*/
|
|
57653
|
-
oauthCustomScopes?: Array<string> | null;
|
|
57683
|
+
relationships?: JsonApiOrganizationInRelationships;
|
|
57654
57684
|
}
|
|
57655
57685
|
|
|
57656
57686
|
/**
|
|
@@ -57667,34 +57697,6 @@ export declare interface JsonApiOrganizationPatchDocument {
|
|
|
57667
57697
|
data: JsonApiOrganizationPatch;
|
|
57668
57698
|
}
|
|
57669
57699
|
|
|
57670
|
-
/**
|
|
57671
|
-
*
|
|
57672
|
-
* @export
|
|
57673
|
-
* @interface JsonApiOrganizationPatchRelationships
|
|
57674
|
-
*/
|
|
57675
|
-
export declare interface JsonApiOrganizationPatchRelationships {
|
|
57676
|
-
/**
|
|
57677
|
-
*
|
|
57678
|
-
* @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
|
|
57679
|
-
* @memberof JsonApiOrganizationPatchRelationships
|
|
57680
|
-
*/
|
|
57681
|
-
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
57682
|
-
}
|
|
57683
|
-
|
|
57684
|
-
/**
|
|
57685
|
-
*
|
|
57686
|
-
* @export
|
|
57687
|
-
* @interface JsonApiOrganizationPatchRelationshipsIdentityProvider
|
|
57688
|
-
*/
|
|
57689
|
-
export declare interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
|
|
57690
|
-
/**
|
|
57691
|
-
*
|
|
57692
|
-
* @type {JsonApiIdentityProviderToOneLinkage}
|
|
57693
|
-
* @memberof JsonApiOrganizationPatchRelationshipsIdentityProvider
|
|
57694
|
-
*/
|
|
57695
|
-
data: JsonApiIdentityProviderToOneLinkage | null;
|
|
57696
|
-
}
|
|
57697
|
-
|
|
57698
57700
|
export declare const JsonApiOrganizationPatchTypeEnum: {
|
|
57699
57701
|
readonly ORGANIZATION: "organization";
|
|
57700
57702
|
};
|
|
@@ -57721,10 +57723,10 @@ export declare interface JsonApiOrganizationSettingIn {
|
|
|
57721
57723
|
id: string;
|
|
57722
57724
|
/**
|
|
57723
57725
|
*
|
|
57724
|
-
* @type {
|
|
57726
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
57725
57727
|
* @memberof JsonApiOrganizationSettingIn
|
|
57726
57728
|
*/
|
|
57727
|
-
attributes?:
|
|
57729
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
57728
57730
|
}
|
|
57729
57731
|
|
|
57730
57732
|
/**
|
|
@@ -57767,10 +57769,10 @@ export declare interface JsonApiOrganizationSettingOut {
|
|
|
57767
57769
|
id: string;
|
|
57768
57770
|
/**
|
|
57769
57771
|
*
|
|
57770
|
-
* @type {
|
|
57772
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
57771
57773
|
* @memberof JsonApiOrganizationSettingOut
|
|
57772
57774
|
*/
|
|
57773
|
-
attributes?:
|
|
57775
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
57774
57776
|
}
|
|
57775
57777
|
|
|
57776
57778
|
/**
|
|
@@ -57845,10 +57847,10 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
57845
57847
|
id: string;
|
|
57846
57848
|
/**
|
|
57847
57849
|
*
|
|
57848
|
-
* @type {
|
|
57850
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
57849
57851
|
* @memberof JsonApiOrganizationSettingOutWithLinks
|
|
57850
57852
|
*/
|
|
57851
|
-
attributes?:
|
|
57853
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
57852
57854
|
/**
|
|
57853
57855
|
*
|
|
57854
57856
|
* @type {ObjectLinks}
|
|
@@ -57883,10 +57885,10 @@ export declare interface JsonApiOrganizationSettingPatch {
|
|
|
57883
57885
|
id: string;
|
|
57884
57886
|
/**
|
|
57885
57887
|
*
|
|
57886
|
-
* @type {
|
|
57888
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
57887
57889
|
* @memberof JsonApiOrganizationSettingPatch
|
|
57888
57890
|
*/
|
|
57889
|
-
attributes?:
|
|
57891
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
57890
57892
|
}
|
|
57891
57893
|
|
|
57892
57894
|
/**
|
|
@@ -57929,10 +57931,10 @@ export declare interface JsonApiThemeIn {
|
|
|
57929
57931
|
id: string;
|
|
57930
57932
|
/**
|
|
57931
57933
|
*
|
|
57932
|
-
* @type {
|
|
57934
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
57933
57935
|
* @memberof JsonApiThemeIn
|
|
57934
57936
|
*/
|
|
57935
|
-
attributes:
|
|
57937
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
57936
57938
|
}
|
|
57937
57939
|
|
|
57938
57940
|
/**
|
|
@@ -57975,10 +57977,10 @@ export declare interface JsonApiThemeOut {
|
|
|
57975
57977
|
id: string;
|
|
57976
57978
|
/**
|
|
57977
57979
|
*
|
|
57978
|
-
* @type {
|
|
57980
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
57979
57981
|
* @memberof JsonApiThemeOut
|
|
57980
57982
|
*/
|
|
57981
|
-
attributes:
|
|
57983
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
57982
57984
|
}
|
|
57983
57985
|
|
|
57984
57986
|
/**
|
|
@@ -58053,10 +58055,10 @@ export declare interface JsonApiThemeOutWithLinks {
|
|
|
58053
58055
|
id: string;
|
|
58054
58056
|
/**
|
|
58055
58057
|
*
|
|
58056
|
-
* @type {
|
|
58058
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
58057
58059
|
* @memberof JsonApiThemeOutWithLinks
|
|
58058
58060
|
*/
|
|
58059
|
-
attributes:
|
|
58061
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
58060
58062
|
/**
|
|
58061
58063
|
*
|
|
58062
58064
|
* @type {ObjectLinks}
|
|
@@ -58143,10 +58145,10 @@ export declare interface JsonApiUserDataFilterIn {
|
|
|
58143
58145
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
58144
58146
|
/**
|
|
58145
58147
|
*
|
|
58146
|
-
* @type {
|
|
58148
|
+
* @type {JsonApiUserDataFilterPostOptionalIdRelationships}
|
|
58147
58149
|
* @memberof JsonApiUserDataFilterIn
|
|
58148
58150
|
*/
|
|
58149
|
-
relationships?:
|
|
58151
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
58150
58152
|
}
|
|
58151
58153
|
|
|
58152
58154
|
/**
|
|
@@ -58317,16 +58319,16 @@ export declare interface JsonApiUserDataFilterOutList {
|
|
|
58317
58319
|
export declare interface JsonApiUserDataFilterOutRelationships {
|
|
58318
58320
|
/**
|
|
58319
58321
|
*
|
|
58320
|
-
* @type {
|
|
58322
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
58321
58323
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
58322
58324
|
*/
|
|
58323
|
-
user?:
|
|
58325
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
58324
58326
|
/**
|
|
58325
58327
|
*
|
|
58326
|
-
* @type {
|
|
58328
|
+
* @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
|
|
58327
58329
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
58328
58330
|
*/
|
|
58329
|
-
userGroup?:
|
|
58331
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
58330
58332
|
/**
|
|
58331
58333
|
*
|
|
58332
58334
|
* @type {JsonApiVisualizationObjectOutRelationshipsFacts}
|
|
@@ -58359,6 +58361,20 @@ export declare interface JsonApiUserDataFilterOutRelationships {
|
|
|
58359
58361
|
datasets?: JsonApiVisualizationObjectOutRelationshipsDatasets;
|
|
58360
58362
|
}
|
|
58361
58363
|
|
|
58364
|
+
/**
|
|
58365
|
+
*
|
|
58366
|
+
* @export
|
|
58367
|
+
* @interface JsonApiUserDataFilterOutRelationshipsUserGroup
|
|
58368
|
+
*/
|
|
58369
|
+
export declare interface JsonApiUserDataFilterOutRelationshipsUserGroup {
|
|
58370
|
+
/**
|
|
58371
|
+
*
|
|
58372
|
+
* @type {JsonApiUserGroupToOneLinkage}
|
|
58373
|
+
* @memberof JsonApiUserDataFilterOutRelationshipsUserGroup
|
|
58374
|
+
*/
|
|
58375
|
+
data: JsonApiUserGroupToOneLinkage | null;
|
|
58376
|
+
}
|
|
58377
|
+
|
|
58362
58378
|
export declare const JsonApiUserDataFilterOutTypeEnum: {
|
|
58363
58379
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
58364
58380
|
};
|
|
@@ -58441,10 +58457,10 @@ export declare interface JsonApiUserDataFilterPatch {
|
|
|
58441
58457
|
attributes: JsonApiUserDataFilterPatchAttributes;
|
|
58442
58458
|
/**
|
|
58443
58459
|
*
|
|
58444
|
-
* @type {
|
|
58460
|
+
* @type {JsonApiUserDataFilterPostOptionalIdRelationships}
|
|
58445
58461
|
* @memberof JsonApiUserDataFilterPatch
|
|
58446
58462
|
*/
|
|
58447
|
-
relationships?:
|
|
58463
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
58448
58464
|
}
|
|
58449
58465
|
|
|
58450
58466
|
/**
|
|
@@ -58499,40 +58515,6 @@ export declare interface JsonApiUserDataFilterPatchDocument {
|
|
|
58499
58515
|
data: JsonApiUserDataFilterPatch;
|
|
58500
58516
|
}
|
|
58501
58517
|
|
|
58502
|
-
/**
|
|
58503
|
-
*
|
|
58504
|
-
* @export
|
|
58505
|
-
* @interface JsonApiUserDataFilterPatchRelationships
|
|
58506
|
-
*/
|
|
58507
|
-
export declare interface JsonApiUserDataFilterPatchRelationships {
|
|
58508
|
-
/**
|
|
58509
|
-
*
|
|
58510
|
-
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
58511
|
-
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
58512
|
-
*/
|
|
58513
|
-
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
58514
|
-
/**
|
|
58515
|
-
*
|
|
58516
|
-
* @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
|
|
58517
|
-
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
58518
|
-
*/
|
|
58519
|
-
userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
|
|
58520
|
-
}
|
|
58521
|
-
|
|
58522
|
-
/**
|
|
58523
|
-
*
|
|
58524
|
-
* @export
|
|
58525
|
-
* @interface JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
58526
|
-
*/
|
|
58527
|
-
export declare interface JsonApiUserDataFilterPatchRelationshipsUserGroup {
|
|
58528
|
-
/**
|
|
58529
|
-
*
|
|
58530
|
-
* @type {JsonApiUserGroupToOneLinkage}
|
|
58531
|
-
* @memberof JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
58532
|
-
*/
|
|
58533
|
-
data: JsonApiUserGroupToOneLinkage | null;
|
|
58534
|
-
}
|
|
58535
|
-
|
|
58536
58518
|
export declare const JsonApiUserDataFilterPatchTypeEnum: {
|
|
58537
58519
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
58538
58520
|
};
|
|
@@ -58565,10 +58547,10 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
|
|
|
58565
58547
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
58566
58548
|
/**
|
|
58567
58549
|
*
|
|
58568
|
-
* @type {
|
|
58550
|
+
* @type {JsonApiUserDataFilterPostOptionalIdRelationships}
|
|
58569
58551
|
* @memberof JsonApiUserDataFilterPostOptionalId
|
|
58570
58552
|
*/
|
|
58571
|
-
relationships?:
|
|
58553
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
58572
58554
|
}
|
|
58573
58555
|
|
|
58574
58556
|
/**
|
|
@@ -58585,6 +58567,26 @@ export declare interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
|
58585
58567
|
data: JsonApiUserDataFilterPostOptionalId;
|
|
58586
58568
|
}
|
|
58587
58569
|
|
|
58570
|
+
/**
|
|
58571
|
+
*
|
|
58572
|
+
* @export
|
|
58573
|
+
* @interface JsonApiUserDataFilterPostOptionalIdRelationships
|
|
58574
|
+
*/
|
|
58575
|
+
export declare interface JsonApiUserDataFilterPostOptionalIdRelationships {
|
|
58576
|
+
/**
|
|
58577
|
+
*
|
|
58578
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
58579
|
+
* @memberof JsonApiUserDataFilterPostOptionalIdRelationships
|
|
58580
|
+
*/
|
|
58581
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
58582
|
+
/**
|
|
58583
|
+
*
|
|
58584
|
+
* @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
|
|
58585
|
+
* @memberof JsonApiUserDataFilterPostOptionalIdRelationships
|
|
58586
|
+
*/
|
|
58587
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
58588
|
+
}
|
|
58589
|
+
|
|
58588
58590
|
export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
|
|
58589
58591
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
58590
58592
|
};
|
|
@@ -59421,10 +59423,10 @@ export declare interface JsonApiUserSettingIn {
|
|
|
59421
59423
|
id: string;
|
|
59422
59424
|
/**
|
|
59423
59425
|
*
|
|
59424
|
-
* @type {
|
|
59426
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
59425
59427
|
* @memberof JsonApiUserSettingIn
|
|
59426
59428
|
*/
|
|
59427
|
-
attributes?:
|
|
59429
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
59428
59430
|
}
|
|
59429
59431
|
|
|
59430
59432
|
/**
|
|
@@ -59467,12 +59469,62 @@ export declare interface JsonApiUserSettingOut {
|
|
|
59467
59469
|
id: string;
|
|
59468
59470
|
/**
|
|
59469
59471
|
*
|
|
59470
|
-
* @type {
|
|
59472
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
59471
59473
|
* @memberof JsonApiUserSettingOut
|
|
59472
59474
|
*/
|
|
59473
|
-
attributes?:
|
|
59475
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
59476
|
+
}
|
|
59477
|
+
|
|
59478
|
+
/**
|
|
59479
|
+
*
|
|
59480
|
+
* @export
|
|
59481
|
+
* @interface JsonApiUserSettingOutAttributes
|
|
59482
|
+
*/
|
|
59483
|
+
export declare interface JsonApiUserSettingOutAttributes {
|
|
59484
|
+
/**
|
|
59485
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
59486
|
+
* @type {object}
|
|
59487
|
+
* @memberof JsonApiUserSettingOutAttributes
|
|
59488
|
+
*/
|
|
59489
|
+
content?: object;
|
|
59490
|
+
/**
|
|
59491
|
+
*
|
|
59492
|
+
* @type {string}
|
|
59493
|
+
* @memberof JsonApiUserSettingOutAttributes
|
|
59494
|
+
*/
|
|
59495
|
+
type?: JsonApiUserSettingOutAttributesTypeEnum;
|
|
59474
59496
|
}
|
|
59475
59497
|
|
|
59498
|
+
export declare const JsonApiUserSettingOutAttributesTypeEnum: {
|
|
59499
|
+
readonly TIMEZONE: "TIMEZONE";
|
|
59500
|
+
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
59501
|
+
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
59502
|
+
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
59503
|
+
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
59504
|
+
readonly LOCALE: "LOCALE";
|
|
59505
|
+
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
59506
|
+
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
59507
|
+
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
59508
|
+
readonly WEEK_START: "WEEK_START";
|
|
59509
|
+
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
59510
|
+
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
59511
|
+
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
59512
|
+
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
59513
|
+
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
59514
|
+
readonly ALERT: "ALERT";
|
|
59515
|
+
readonly SEPARATORS: "SEPARATORS";
|
|
59516
|
+
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
59517
|
+
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
59518
|
+
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
59519
|
+
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
59520
|
+
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
59521
|
+
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
59522
|
+
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
59523
|
+
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
59524
|
+
};
|
|
59525
|
+
|
|
59526
|
+
export declare type JsonApiUserSettingOutAttributesTypeEnum = typeof JsonApiUserSettingOutAttributesTypeEnum[keyof typeof JsonApiUserSettingOutAttributesTypeEnum];
|
|
59527
|
+
|
|
59476
59528
|
/**
|
|
59477
59529
|
*
|
|
59478
59530
|
* @export
|
|
@@ -59545,10 +59597,10 @@ export declare interface JsonApiUserSettingOutWithLinks {
|
|
|
59545
59597
|
id: string;
|
|
59546
59598
|
/**
|
|
59547
59599
|
*
|
|
59548
|
-
* @type {
|
|
59600
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
59549
59601
|
* @memberof JsonApiUserSettingOutWithLinks
|
|
59550
59602
|
*/
|
|
59551
|
-
attributes?:
|
|
59603
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
59552
59604
|
/**
|
|
59553
59605
|
*
|
|
59554
59606
|
* @type {ObjectLinks}
|
|
@@ -60474,16 +60526,16 @@ export declare interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
60474
60526
|
id: string;
|
|
60475
60527
|
/**
|
|
60476
60528
|
*
|
|
60477
|
-
* @type {
|
|
60529
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
60478
60530
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
60479
60531
|
*/
|
|
60480
|
-
attributes?:
|
|
60532
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
60481
60533
|
/**
|
|
60482
60534
|
*
|
|
60483
|
-
* @type {
|
|
60535
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
60484
60536
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
60485
60537
|
*/
|
|
60486
|
-
relationships?:
|
|
60538
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
60487
60539
|
}
|
|
60488
60540
|
|
|
60489
60541
|
/**
|
|
@@ -60558,16 +60610,42 @@ export declare interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
60558
60610
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
60559
60611
|
/**
|
|
60560
60612
|
*
|
|
60561
|
-
* @type {
|
|
60613
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
60562
60614
|
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
60563
60615
|
*/
|
|
60564
|
-
attributes?:
|
|
60616
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
60565
60617
|
/**
|
|
60566
60618
|
*
|
|
60567
|
-
* @type {
|
|
60619
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
60568
60620
|
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
60569
60621
|
*/
|
|
60570
|
-
relationships?:
|
|
60622
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
60623
|
+
}
|
|
60624
|
+
|
|
60625
|
+
/**
|
|
60626
|
+
*
|
|
60627
|
+
* @export
|
|
60628
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
60629
|
+
*/
|
|
60630
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
60631
|
+
/**
|
|
60632
|
+
*
|
|
60633
|
+
* @type {string}
|
|
60634
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
60635
|
+
*/
|
|
60636
|
+
title?: string;
|
|
60637
|
+
/**
|
|
60638
|
+
*
|
|
60639
|
+
* @type {string}
|
|
60640
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
60641
|
+
*/
|
|
60642
|
+
description?: string;
|
|
60643
|
+
/**
|
|
60644
|
+
*
|
|
60645
|
+
* @type {Array<string>}
|
|
60646
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
60647
|
+
*/
|
|
60648
|
+
filterValues?: Array<string>;
|
|
60571
60649
|
}
|
|
60572
60650
|
|
|
60573
60651
|
/**
|
|
@@ -60628,6 +60706,34 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
60628
60706
|
included?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
60629
60707
|
}
|
|
60630
60708
|
|
|
60709
|
+
/**
|
|
60710
|
+
*
|
|
60711
|
+
* @export
|
|
60712
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutRelationships
|
|
60713
|
+
*/
|
|
60714
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
60715
|
+
/**
|
|
60716
|
+
*
|
|
60717
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter}
|
|
60718
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutRelationships
|
|
60719
|
+
*/
|
|
60720
|
+
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
60721
|
+
}
|
|
60722
|
+
|
|
60723
|
+
/**
|
|
60724
|
+
*
|
|
60725
|
+
* @export
|
|
60726
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter
|
|
60727
|
+
*/
|
|
60728
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
60729
|
+
/**
|
|
60730
|
+
*
|
|
60731
|
+
* @type {JsonApiWorkspaceDataFilterToOneLinkage}
|
|
60732
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter
|
|
60733
|
+
*/
|
|
60734
|
+
data: JsonApiWorkspaceDataFilterToOneLinkage | null;
|
|
60735
|
+
}
|
|
60736
|
+
|
|
60631
60737
|
export declare const JsonApiWorkspaceDataFilterSettingOutTypeEnum: {
|
|
60632
60738
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
60633
60739
|
};
|
|
@@ -60660,16 +60766,16 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
60660
60766
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
60661
60767
|
/**
|
|
60662
60768
|
*
|
|
60663
|
-
* @type {
|
|
60769
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
60664
60770
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
60665
60771
|
*/
|
|
60666
|
-
attributes?:
|
|
60772
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
60667
60773
|
/**
|
|
60668
60774
|
*
|
|
60669
|
-
* @type {
|
|
60775
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
60670
60776
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
60671
60777
|
*/
|
|
60672
|
-
relationships?:
|
|
60778
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
60673
60779
|
/**
|
|
60674
60780
|
*
|
|
60675
60781
|
* @type {ObjectLinks}
|
|
@@ -60704,42 +60810,16 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
60704
60810
|
id: string;
|
|
60705
60811
|
/**
|
|
60706
60812
|
*
|
|
60707
|
-
* @type {
|
|
60813
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
60708
60814
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
60709
60815
|
*/
|
|
60710
|
-
attributes?:
|
|
60816
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
60711
60817
|
/**
|
|
60712
60818
|
*
|
|
60713
|
-
* @type {
|
|
60819
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
60714
60820
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
60715
60821
|
*/
|
|
60716
|
-
relationships?:
|
|
60717
|
-
}
|
|
60718
|
-
|
|
60719
|
-
/**
|
|
60720
|
-
*
|
|
60721
|
-
* @export
|
|
60722
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
60723
|
-
*/
|
|
60724
|
-
export declare interface JsonApiWorkspaceDataFilterSettingPatchAttributes {
|
|
60725
|
-
/**
|
|
60726
|
-
*
|
|
60727
|
-
* @type {string}
|
|
60728
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
60729
|
-
*/
|
|
60730
|
-
title?: string;
|
|
60731
|
-
/**
|
|
60732
|
-
*
|
|
60733
|
-
* @type {string}
|
|
60734
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
60735
|
-
*/
|
|
60736
|
-
description?: string;
|
|
60737
|
-
/**
|
|
60738
|
-
*
|
|
60739
|
-
* @type {Array<string>}
|
|
60740
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
60741
|
-
*/
|
|
60742
|
-
filterValues?: Array<string>;
|
|
60822
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
60743
60823
|
}
|
|
60744
60824
|
|
|
60745
60825
|
/**
|
|
@@ -60756,34 +60836,6 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatchDocument {
|
|
|
60756
60836
|
data: JsonApiWorkspaceDataFilterSettingPatch;
|
|
60757
60837
|
}
|
|
60758
60838
|
|
|
60759
|
-
/**
|
|
60760
|
-
*
|
|
60761
|
-
* @export
|
|
60762
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchRelationships
|
|
60763
|
-
*/
|
|
60764
|
-
export declare interface JsonApiWorkspaceDataFilterSettingPatchRelationships {
|
|
60765
|
-
/**
|
|
60766
|
-
*
|
|
60767
|
-
* @type {JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter}
|
|
60768
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchRelationships
|
|
60769
|
-
*/
|
|
60770
|
-
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter;
|
|
60771
|
-
}
|
|
60772
|
-
|
|
60773
|
-
/**
|
|
60774
|
-
*
|
|
60775
|
-
* @export
|
|
60776
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
|
|
60777
|
-
*/
|
|
60778
|
-
export declare interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter {
|
|
60779
|
-
/**
|
|
60780
|
-
*
|
|
60781
|
-
* @type {JsonApiWorkspaceDataFilterToOneLinkage}
|
|
60782
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
|
|
60783
|
-
*/
|
|
60784
|
-
data: JsonApiWorkspaceDataFilterToOneLinkage | null;
|
|
60785
|
-
}
|
|
60786
|
-
|
|
60787
60839
|
export declare const JsonApiWorkspaceDataFilterSettingPatchTypeEnum: {
|
|
60788
60840
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
60789
60841
|
};
|
|
@@ -60817,16 +60869,87 @@ export declare interface JsonApiWorkspaceIn {
|
|
|
60817
60869
|
id: string;
|
|
60818
60870
|
/**
|
|
60819
60871
|
*
|
|
60820
|
-
* @type {
|
|
60872
|
+
* @type {JsonApiWorkspaceInAttributes}
|
|
60821
60873
|
* @memberof JsonApiWorkspaceIn
|
|
60822
60874
|
*/
|
|
60823
|
-
attributes?:
|
|
60875
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
60824
60876
|
/**
|
|
60825
60877
|
*
|
|
60826
|
-
* @type {
|
|
60878
|
+
* @type {JsonApiWorkspaceInRelationships}
|
|
60827
60879
|
* @memberof JsonApiWorkspaceIn
|
|
60828
60880
|
*/
|
|
60829
|
-
relationships?:
|
|
60881
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
60882
|
+
}
|
|
60883
|
+
|
|
60884
|
+
/**
|
|
60885
|
+
*
|
|
60886
|
+
* @export
|
|
60887
|
+
* @interface JsonApiWorkspaceInAttributes
|
|
60888
|
+
*/
|
|
60889
|
+
export declare interface JsonApiWorkspaceInAttributes {
|
|
60890
|
+
/**
|
|
60891
|
+
*
|
|
60892
|
+
* @type {string}
|
|
60893
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
60894
|
+
*/
|
|
60895
|
+
name?: string | null;
|
|
60896
|
+
/**
|
|
60897
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
60898
|
+
* @type {string}
|
|
60899
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
60900
|
+
* @deprecated
|
|
60901
|
+
*/
|
|
60902
|
+
earlyAccess?: string | null;
|
|
60903
|
+
/**
|
|
60904
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
60905
|
+
* @type {Array<string>}
|
|
60906
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
60907
|
+
*/
|
|
60908
|
+
earlyAccessValues?: Array<string> | null;
|
|
60909
|
+
/**
|
|
60910
|
+
*
|
|
60911
|
+
* @type {string}
|
|
60912
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
60913
|
+
*/
|
|
60914
|
+
description?: string | null;
|
|
60915
|
+
/**
|
|
60916
|
+
* Custom prefix of entity identifiers in workspace
|
|
60917
|
+
* @type {string}
|
|
60918
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
60919
|
+
*/
|
|
60920
|
+
prefix?: string | null;
|
|
60921
|
+
/**
|
|
60922
|
+
*
|
|
60923
|
+
* @type {number}
|
|
60924
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
60925
|
+
*/
|
|
60926
|
+
cacheExtraLimit?: number;
|
|
60927
|
+
/**
|
|
60928
|
+
*
|
|
60929
|
+
* @type {JsonApiWorkspaceInAttributesDataSource}
|
|
60930
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
60931
|
+
*/
|
|
60932
|
+
dataSource?: JsonApiWorkspaceInAttributesDataSource;
|
|
60933
|
+
}
|
|
60934
|
+
|
|
60935
|
+
/**
|
|
60936
|
+
* 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.
|
|
60937
|
+
* @export
|
|
60938
|
+
* @interface JsonApiWorkspaceInAttributesDataSource
|
|
60939
|
+
*/
|
|
60940
|
+
export declare interface JsonApiWorkspaceInAttributesDataSource {
|
|
60941
|
+
/**
|
|
60942
|
+
* The ID of the used data source.
|
|
60943
|
+
* @type {string}
|
|
60944
|
+
* @memberof JsonApiWorkspaceInAttributesDataSource
|
|
60945
|
+
*/
|
|
60946
|
+
id: string;
|
|
60947
|
+
/**
|
|
60948
|
+
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
60949
|
+
* @type {Array<string>}
|
|
60950
|
+
* @memberof JsonApiWorkspaceInAttributesDataSource
|
|
60951
|
+
*/
|
|
60952
|
+
schemaPath?: Array<string>;
|
|
60830
60953
|
}
|
|
60831
60954
|
|
|
60832
60955
|
/**
|
|
@@ -60843,6 +60966,34 @@ export declare interface JsonApiWorkspaceInDocument {
|
|
|
60843
60966
|
data: JsonApiWorkspaceIn;
|
|
60844
60967
|
}
|
|
60845
60968
|
|
|
60969
|
+
/**
|
|
60970
|
+
*
|
|
60971
|
+
* @export
|
|
60972
|
+
* @interface JsonApiWorkspaceInRelationships
|
|
60973
|
+
*/
|
|
60974
|
+
export declare interface JsonApiWorkspaceInRelationships {
|
|
60975
|
+
/**
|
|
60976
|
+
*
|
|
60977
|
+
* @type {JsonApiWorkspaceInRelationshipsParent}
|
|
60978
|
+
* @memberof JsonApiWorkspaceInRelationships
|
|
60979
|
+
*/
|
|
60980
|
+
parent?: JsonApiWorkspaceInRelationshipsParent;
|
|
60981
|
+
}
|
|
60982
|
+
|
|
60983
|
+
/**
|
|
60984
|
+
*
|
|
60985
|
+
* @export
|
|
60986
|
+
* @interface JsonApiWorkspaceInRelationshipsParent
|
|
60987
|
+
*/
|
|
60988
|
+
export declare interface JsonApiWorkspaceInRelationshipsParent {
|
|
60989
|
+
/**
|
|
60990
|
+
*
|
|
60991
|
+
* @type {JsonApiWorkspaceToOneLinkage}
|
|
60992
|
+
* @memberof JsonApiWorkspaceInRelationshipsParent
|
|
60993
|
+
*/
|
|
60994
|
+
data: JsonApiWorkspaceToOneLinkage | null;
|
|
60995
|
+
}
|
|
60996
|
+
|
|
60846
60997
|
export declare const JsonApiWorkspaceInTypeEnum: {
|
|
60847
60998
|
readonly WORKSPACE: "workspace";
|
|
60848
60999
|
};
|
|
@@ -60901,16 +61052,16 @@ export declare interface JsonApiWorkspaceOut {
|
|
|
60901
61052
|
meta?: JsonApiWorkspaceOutMeta;
|
|
60902
61053
|
/**
|
|
60903
61054
|
*
|
|
60904
|
-
* @type {
|
|
61055
|
+
* @type {JsonApiWorkspaceInAttributes}
|
|
60905
61056
|
* @memberof JsonApiWorkspaceOut
|
|
60906
61057
|
*/
|
|
60907
|
-
attributes?:
|
|
61058
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
60908
61059
|
/**
|
|
60909
61060
|
*
|
|
60910
|
-
* @type {
|
|
61061
|
+
* @type {JsonApiWorkspaceInRelationships}
|
|
60911
61062
|
* @memberof JsonApiWorkspaceOut
|
|
60912
61063
|
*/
|
|
60913
|
-
relationships?:
|
|
61064
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
60914
61065
|
}
|
|
60915
61066
|
|
|
60916
61067
|
/**
|
|
@@ -61103,16 +61254,16 @@ export declare interface JsonApiWorkspaceOutWithLinks {
|
|
|
61103
61254
|
meta?: JsonApiWorkspaceOutMeta;
|
|
61104
61255
|
/**
|
|
61105
61256
|
*
|
|
61106
|
-
* @type {
|
|
61257
|
+
* @type {JsonApiWorkspaceInAttributes}
|
|
61107
61258
|
* @memberof JsonApiWorkspaceOutWithLinks
|
|
61108
61259
|
*/
|
|
61109
|
-
attributes?:
|
|
61260
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
61110
61261
|
/**
|
|
61111
61262
|
*
|
|
61112
|
-
* @type {
|
|
61263
|
+
* @type {JsonApiWorkspaceInRelationships}
|
|
61113
61264
|
* @memberof JsonApiWorkspaceOutWithLinks
|
|
61114
61265
|
*/
|
|
61115
|
-
relationships?:
|
|
61266
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
61116
61267
|
/**
|
|
61117
61268
|
*
|
|
61118
61269
|
* @type {ObjectLinks}
|
|
@@ -61147,87 +61298,16 @@ export declare interface JsonApiWorkspacePatch {
|
|
|
61147
61298
|
id: string;
|
|
61148
61299
|
/**
|
|
61149
61300
|
*
|
|
61150
|
-
* @type {
|
|
61301
|
+
* @type {JsonApiWorkspaceInAttributes}
|
|
61151
61302
|
* @memberof JsonApiWorkspacePatch
|
|
61152
61303
|
*/
|
|
61153
|
-
attributes?:
|
|
61304
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
61154
61305
|
/**
|
|
61155
61306
|
*
|
|
61156
|
-
* @type {
|
|
61307
|
+
* @type {JsonApiWorkspaceInRelationships}
|
|
61157
61308
|
* @memberof JsonApiWorkspacePatch
|
|
61158
61309
|
*/
|
|
61159
|
-
relationships?:
|
|
61160
|
-
}
|
|
61161
|
-
|
|
61162
|
-
/**
|
|
61163
|
-
*
|
|
61164
|
-
* @export
|
|
61165
|
-
* @interface JsonApiWorkspacePatchAttributes
|
|
61166
|
-
*/
|
|
61167
|
-
export declare interface JsonApiWorkspacePatchAttributes {
|
|
61168
|
-
/**
|
|
61169
|
-
*
|
|
61170
|
-
* @type {string}
|
|
61171
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
61172
|
-
*/
|
|
61173
|
-
name?: string | null;
|
|
61174
|
-
/**
|
|
61175
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
61176
|
-
* @type {string}
|
|
61177
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
61178
|
-
* @deprecated
|
|
61179
|
-
*/
|
|
61180
|
-
earlyAccess?: string | null;
|
|
61181
|
-
/**
|
|
61182
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
61183
|
-
* @type {Array<string>}
|
|
61184
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
61185
|
-
*/
|
|
61186
|
-
earlyAccessValues?: Array<string> | null;
|
|
61187
|
-
/**
|
|
61188
|
-
*
|
|
61189
|
-
* @type {string}
|
|
61190
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
61191
|
-
*/
|
|
61192
|
-
description?: string | null;
|
|
61193
|
-
/**
|
|
61194
|
-
* Custom prefix of entity identifiers in workspace
|
|
61195
|
-
* @type {string}
|
|
61196
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
61197
|
-
*/
|
|
61198
|
-
prefix?: string | null;
|
|
61199
|
-
/**
|
|
61200
|
-
*
|
|
61201
|
-
* @type {number}
|
|
61202
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
61203
|
-
*/
|
|
61204
|
-
cacheExtraLimit?: number;
|
|
61205
|
-
/**
|
|
61206
|
-
*
|
|
61207
|
-
* @type {JsonApiWorkspacePatchAttributesDataSource}
|
|
61208
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
61209
|
-
*/
|
|
61210
|
-
dataSource?: JsonApiWorkspacePatchAttributesDataSource;
|
|
61211
|
-
}
|
|
61212
|
-
|
|
61213
|
-
/**
|
|
61214
|
-
* 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.
|
|
61215
|
-
* @export
|
|
61216
|
-
* @interface JsonApiWorkspacePatchAttributesDataSource
|
|
61217
|
-
*/
|
|
61218
|
-
export declare interface JsonApiWorkspacePatchAttributesDataSource {
|
|
61219
|
-
/**
|
|
61220
|
-
* The ID of the used data source.
|
|
61221
|
-
* @type {string}
|
|
61222
|
-
* @memberof JsonApiWorkspacePatchAttributesDataSource
|
|
61223
|
-
*/
|
|
61224
|
-
id: string;
|
|
61225
|
-
/**
|
|
61226
|
-
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
61227
|
-
* @type {Array<string>}
|
|
61228
|
-
* @memberof JsonApiWorkspacePatchAttributesDataSource
|
|
61229
|
-
*/
|
|
61230
|
-
schemaPath?: Array<string>;
|
|
61310
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
61231
61311
|
}
|
|
61232
61312
|
|
|
61233
61313
|
/**
|
|
@@ -61244,34 +61324,6 @@ export declare interface JsonApiWorkspacePatchDocument {
|
|
|
61244
61324
|
data: JsonApiWorkspacePatch;
|
|
61245
61325
|
}
|
|
61246
61326
|
|
|
61247
|
-
/**
|
|
61248
|
-
*
|
|
61249
|
-
* @export
|
|
61250
|
-
* @interface JsonApiWorkspacePatchRelationships
|
|
61251
|
-
*/
|
|
61252
|
-
export declare interface JsonApiWorkspacePatchRelationships {
|
|
61253
|
-
/**
|
|
61254
|
-
*
|
|
61255
|
-
* @type {JsonApiWorkspacePatchRelationshipsParent}
|
|
61256
|
-
* @memberof JsonApiWorkspacePatchRelationships
|
|
61257
|
-
*/
|
|
61258
|
-
parent?: JsonApiWorkspacePatchRelationshipsParent;
|
|
61259
|
-
}
|
|
61260
|
-
|
|
61261
|
-
/**
|
|
61262
|
-
*
|
|
61263
|
-
* @export
|
|
61264
|
-
* @interface JsonApiWorkspacePatchRelationshipsParent
|
|
61265
|
-
*/
|
|
61266
|
-
export declare interface JsonApiWorkspacePatchRelationshipsParent {
|
|
61267
|
-
/**
|
|
61268
|
-
*
|
|
61269
|
-
* @type {JsonApiWorkspaceToOneLinkage}
|
|
61270
|
-
* @memberof JsonApiWorkspacePatchRelationshipsParent
|
|
61271
|
-
*/
|
|
61272
|
-
data: JsonApiWorkspaceToOneLinkage | null;
|
|
61273
|
-
}
|
|
61274
|
-
|
|
61275
61327
|
export declare const JsonApiWorkspacePatchTypeEnum: {
|
|
61276
61328
|
readonly WORKSPACE: "workspace";
|
|
61277
61329
|
};
|
|
@@ -61298,10 +61350,10 @@ export declare interface JsonApiWorkspaceSettingIn {
|
|
|
61298
61350
|
id: string;
|
|
61299
61351
|
/**
|
|
61300
61352
|
*
|
|
61301
|
-
* @type {
|
|
61353
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
61302
61354
|
* @memberof JsonApiWorkspaceSettingIn
|
|
61303
61355
|
*/
|
|
61304
|
-
attributes?:
|
|
61356
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
61305
61357
|
}
|
|
61306
61358
|
|
|
61307
61359
|
/**
|
|
@@ -61350,10 +61402,10 @@ export declare interface JsonApiWorkspaceSettingOut {
|
|
|
61350
61402
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
61351
61403
|
/**
|
|
61352
61404
|
*
|
|
61353
|
-
* @type {
|
|
61405
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
61354
61406
|
* @memberof JsonApiWorkspaceSettingOut
|
|
61355
61407
|
*/
|
|
61356
|
-
attributes?:
|
|
61408
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
61357
61409
|
}
|
|
61358
61410
|
|
|
61359
61411
|
/**
|
|
@@ -61434,10 +61486,10 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
61434
61486
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
61435
61487
|
/**
|
|
61436
61488
|
*
|
|
61437
|
-
* @type {
|
|
61489
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
61438
61490
|
* @memberof JsonApiWorkspaceSettingOutWithLinks
|
|
61439
61491
|
*/
|
|
61440
|
-
attributes?:
|
|
61492
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
61441
61493
|
/**
|
|
61442
61494
|
*
|
|
61443
61495
|
* @type {ObjectLinks}
|
|
@@ -61472,62 +61524,12 @@ export declare interface JsonApiWorkspaceSettingPatch {
|
|
|
61472
61524
|
id: string;
|
|
61473
61525
|
/**
|
|
61474
61526
|
*
|
|
61475
|
-
* @type {
|
|
61527
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
61476
61528
|
* @memberof JsonApiWorkspaceSettingPatch
|
|
61477
61529
|
*/
|
|
61478
|
-
attributes?:
|
|
61530
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
61479
61531
|
}
|
|
61480
61532
|
|
|
61481
|
-
/**
|
|
61482
|
-
*
|
|
61483
|
-
* @export
|
|
61484
|
-
* @interface JsonApiWorkspaceSettingPatchAttributes
|
|
61485
|
-
*/
|
|
61486
|
-
export declare interface JsonApiWorkspaceSettingPatchAttributes {
|
|
61487
|
-
/**
|
|
61488
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
61489
|
-
* @type {object}
|
|
61490
|
-
* @memberof JsonApiWorkspaceSettingPatchAttributes
|
|
61491
|
-
*/
|
|
61492
|
-
content?: object;
|
|
61493
|
-
/**
|
|
61494
|
-
*
|
|
61495
|
-
* @type {string}
|
|
61496
|
-
* @memberof JsonApiWorkspaceSettingPatchAttributes
|
|
61497
|
-
*/
|
|
61498
|
-
type?: JsonApiWorkspaceSettingPatchAttributesTypeEnum;
|
|
61499
|
-
}
|
|
61500
|
-
|
|
61501
|
-
export declare const JsonApiWorkspaceSettingPatchAttributesTypeEnum: {
|
|
61502
|
-
readonly TIMEZONE: "TIMEZONE";
|
|
61503
|
-
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
61504
|
-
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
61505
|
-
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
61506
|
-
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
61507
|
-
readonly LOCALE: "LOCALE";
|
|
61508
|
-
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
61509
|
-
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
61510
|
-
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
61511
|
-
readonly WEEK_START: "WEEK_START";
|
|
61512
|
-
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
61513
|
-
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
61514
|
-
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
61515
|
-
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
61516
|
-
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
61517
|
-
readonly ALERT: "ALERT";
|
|
61518
|
-
readonly SEPARATORS: "SEPARATORS";
|
|
61519
|
-
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
61520
|
-
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
61521
|
-
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
61522
|
-
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
61523
|
-
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
61524
|
-
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
61525
|
-
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
61526
|
-
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
61527
|
-
};
|
|
61528
|
-
|
|
61529
|
-
export declare type JsonApiWorkspaceSettingPatchAttributesTypeEnum = typeof JsonApiWorkspaceSettingPatchAttributesTypeEnum[keyof typeof JsonApiWorkspaceSettingPatchAttributesTypeEnum];
|
|
61530
|
-
|
|
61531
61533
|
/**
|
|
61532
61534
|
*
|
|
61533
61535
|
* @export
|
|
@@ -61568,10 +61570,10 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
61568
61570
|
id?: string;
|
|
61569
61571
|
/**
|
|
61570
61572
|
*
|
|
61571
|
-
* @type {
|
|
61573
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
61572
61574
|
* @memberof JsonApiWorkspaceSettingPostOptionalId
|
|
61573
61575
|
*/
|
|
61574
|
-
attributes?:
|
|
61576
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
61575
61577
|
}
|
|
61576
61578
|
|
|
61577
61579
|
/**
|