@gooddata/api-client-tiger 11.11.0-alpha.2 → 11.11.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +849 -769
- package/esm/api-endpoints/result/index.d.ts +1 -1
- package/esm/api-endpoints/result/index.d.ts.map +1 -1
- package/esm/api-endpoints/result/index.js +1 -1
- package/esm/api-endpoints/result/index.js.map +1 -1
- package/esm/client.d.ts +2 -1
- package/esm/client.d.ts.map +1 -1
- package/esm/client.js +3 -1
- package/esm/client.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +4 -4
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +1 -12
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +5 -4
- package/esm/generated/export-json-api/openapi-spec.json +18 -0
- package/esm/generated/metadata-json-api/api.d.ts +708 -709
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +1 -12
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +7635 -7594
- package/esm/generated/result-json-api/api.d.ts +5 -19
- package/esm/generated/result-json-api/api.d.ts.map +1 -1
- package/esm/generated/result-json-api/api.js +6 -25
- package/esm/generated/result-json-api/api.js.map +1 -1
- package/esm/generated/result-json-api/openapi-spec.json +6 -27
- package/esm/result.d.ts +3 -2
- package/esm/result.d.ts.map +1 -1
- package/esm/result.js +3 -1
- package/esm/result.js.map +1 -1
- package/package.json +4 -4
|
@@ -5891,7 +5891,7 @@ export declare interface AfmQualityIssuesCalculationStatusResponse {
|
|
|
5891
5891
|
error?: string;
|
|
5892
5892
|
}
|
|
5893
5893
|
|
|
5894
|
-
export declare type AfmQualityIssuesCalculationStatusResponseStatusEnum = "RUNNING" | "COMPLETED" | "FAILED" | "NOT_FOUND";
|
|
5894
|
+
export declare type AfmQualityIssuesCalculationStatusResponseStatusEnum = "RUNNING" | "COMPLETED" | "FAILED" | "NOT_FOUND" | "DISABLED";
|
|
5895
5895
|
|
|
5896
5896
|
/**
|
|
5897
5897
|
* Filter the result by comparing specified metric to given range of values.
|
|
@@ -18278,7 +18278,7 @@ export declare interface DeclarativeSetting {
|
|
|
18278
18278
|
type?: DeclarativeSettingTypeEnum;
|
|
18279
18279
|
}
|
|
18280
18280
|
|
|
18281
|
-
export declare type DeclarativeSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE";
|
|
18281
|
+
export declare type DeclarativeSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "FISCAL_YEAR" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ENABLE_DRILL_TO_URL_BY_DEFAULT" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE" | "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS" | "SORT_CASE_SENSITIVE";
|
|
18282
18282
|
|
|
18283
18283
|
export declare interface DeclarativeSingleWorkspacePermission {
|
|
18284
18284
|
/**
|
|
@@ -38202,10 +38202,38 @@ export declare interface GeoAreaConfig {
|
|
|
38202
38202
|
|
|
38203
38203
|
export declare interface GeoCollection {
|
|
38204
38204
|
id: string;
|
|
38205
|
-
matchingProperty?: string;
|
|
38206
38205
|
}
|
|
38207
38206
|
|
|
38208
|
-
|
|
38207
|
+
/**
|
|
38208
|
+
* GeoJSON Feature
|
|
38209
|
+
*/
|
|
38210
|
+
declare interface GeoJsonFeature {
|
|
38211
|
+
type: string;
|
|
38212
|
+
id?: object;
|
|
38213
|
+
geometry?: GeoJsonGeometry;
|
|
38214
|
+
properties: {
|
|
38215
|
+
[key: string]: object;
|
|
38216
|
+
};
|
|
38217
|
+
}
|
|
38218
|
+
|
|
38219
|
+
/**
|
|
38220
|
+
* GeoJSON FeatureCollection
|
|
38221
|
+
*/
|
|
38222
|
+
declare interface GeoJsonFeatureCollection {
|
|
38223
|
+
type: string;
|
|
38224
|
+
features: Array<GeoJsonFeature>;
|
|
38225
|
+
bbox?: Array<number>;
|
|
38226
|
+
}
|
|
38227
|
+
|
|
38228
|
+
/**
|
|
38229
|
+
* GeoJSON Geometry
|
|
38230
|
+
*/
|
|
38231
|
+
declare interface GeoJsonGeometry {
|
|
38232
|
+
type: string;
|
|
38233
|
+
coordinates: object;
|
|
38234
|
+
}
|
|
38235
|
+
|
|
38236
|
+
declare type GetQualityIssuesResponseStatusEnum = "RUNNING" | "COMPLETED" | "FAILED" | "NOT_FOUND" | "DISABLED";
|
|
38209
38237
|
|
|
38210
38238
|
/**
|
|
38211
38239
|
* A grain identifier.
|
|
@@ -39816,6 +39844,7 @@ export declare interface ITigerClient extends ITigerClientBase {
|
|
|
39816
39844
|
scanModel: ReturnType<typeof tigerScanModelClientFactory>;
|
|
39817
39845
|
export: ReturnType<typeof tigerExportClientFactory>;
|
|
39818
39846
|
result: ReturnType<typeof tigerResultClientFactory>;
|
|
39847
|
+
geoCollections: ReturnType<typeof tigerGeoCollectionsClientFactory>;
|
|
39819
39848
|
userManagement: ReturnType<typeof tigerUserManagementClientFactory>;
|
|
39820
39849
|
/**
|
|
39821
39850
|
* @beta
|
|
@@ -39933,7 +39962,7 @@ export declare interface JsonApiAggregatedFactOut {
|
|
|
39933
39962
|
* API identifier of an object
|
|
39934
39963
|
*/
|
|
39935
39964
|
id: string;
|
|
39936
|
-
meta?:
|
|
39965
|
+
meta?: JsonApiDatasetOutMeta;
|
|
39937
39966
|
attributes: JsonApiAggregatedFactOutAttributes;
|
|
39938
39967
|
relationships?: JsonApiAggregatedFactOutRelationships;
|
|
39939
39968
|
}
|
|
@@ -39971,15 +40000,19 @@ export declare type JsonApiAggregatedFactOutIncludes = JsonApiDatasetOutWithLink
|
|
|
39971
40000
|
export declare interface JsonApiAggregatedFactOutList {
|
|
39972
40001
|
data: Array<JsonApiAggregatedFactOutWithLinks>;
|
|
39973
40002
|
links?: ListLinks;
|
|
39974
|
-
meta?:
|
|
40003
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
39975
40004
|
/**
|
|
39976
40005
|
* Included resources
|
|
39977
40006
|
*/
|
|
39978
40007
|
included?: Array<JsonApiAggregatedFactOutIncludes>;
|
|
39979
40008
|
}
|
|
39980
40009
|
|
|
40010
|
+
export declare interface JsonApiAggregatedFactOutListMeta {
|
|
40011
|
+
page?: PageMetadata;
|
|
40012
|
+
}
|
|
40013
|
+
|
|
39981
40014
|
export declare interface JsonApiAggregatedFactOutRelationships {
|
|
39982
|
-
dataset?:
|
|
40015
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
39983
40016
|
sourceFact?: JsonApiAggregatedFactOutRelationshipsSourceFact;
|
|
39984
40017
|
}
|
|
39985
40018
|
|
|
@@ -39998,7 +40031,7 @@ export declare interface JsonApiAggregatedFactOutWithLinks {
|
|
|
39998
40031
|
* API identifier of an object
|
|
39999
40032
|
*/
|
|
40000
40033
|
id: string;
|
|
40001
|
-
meta?:
|
|
40034
|
+
meta?: JsonApiDatasetOutMeta;
|
|
40002
40035
|
attributes: JsonApiAggregatedFactOutAttributes;
|
|
40003
40036
|
relationships?: JsonApiAggregatedFactOutRelationships;
|
|
40004
40037
|
links?: ObjectLinks;
|
|
@@ -40087,7 +40120,7 @@ export declare type JsonApiAnalyticalDashboardOutIncludes = JsonApiAnalyticalDas
|
|
|
40087
40120
|
export declare interface JsonApiAnalyticalDashboardOutList {
|
|
40088
40121
|
data: Array<JsonApiAnalyticalDashboardOutWithLinks>;
|
|
40089
40122
|
links?: ListLinks;
|
|
40090
|
-
meta?:
|
|
40123
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
40091
40124
|
/**
|
|
40092
40125
|
* Included resources
|
|
40093
40126
|
*/
|
|
@@ -40099,7 +40132,7 @@ export declare interface JsonApiAnalyticalDashboardOutMeta {
|
|
|
40099
40132
|
* List of valid permissions for a logged-in user.
|
|
40100
40133
|
*/
|
|
40101
40134
|
permissions?: Array<JsonApiAnalyticalDashboardOutMetaPermissionsEnum>;
|
|
40102
|
-
origin?:
|
|
40135
|
+
origin?: JsonApiDatasetOutMetaOrigin;
|
|
40103
40136
|
accessInfo?: JsonApiAnalyticalDashboardOutMetaAccessInfo;
|
|
40104
40137
|
}
|
|
40105
40138
|
|
|
@@ -40119,7 +40152,7 @@ export declare interface JsonApiAnalyticalDashboardOutRelationships {
|
|
|
40119
40152
|
analyticalDashboards?: JsonApiAnalyticalDashboardOutRelationshipsAnalyticalDashboards;
|
|
40120
40153
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
40121
40154
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
40122
|
-
datasets?:
|
|
40155
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
40123
40156
|
filterContexts?: JsonApiAnalyticalDashboardOutRelationshipsFilterContexts;
|
|
40124
40157
|
dashboardPlugins?: JsonApiAnalyticalDashboardOutRelationshipsDashboardPlugins;
|
|
40125
40158
|
}
|
|
@@ -40277,7 +40310,7 @@ export declare interface JsonApiApiTokenOutDocument {
|
|
|
40277
40310
|
export declare interface JsonApiApiTokenOutList {
|
|
40278
40311
|
data: Array<JsonApiApiTokenOutWithLinks>;
|
|
40279
40312
|
links?: ListLinks;
|
|
40280
|
-
meta?:
|
|
40313
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
40281
40314
|
}
|
|
40282
40315
|
|
|
40283
40316
|
export declare type JsonApiApiTokenOutTypeEnum = "apiToken";
|
|
@@ -40309,7 +40342,18 @@ export declare interface JsonApiAttributeHierarchyIn {
|
|
|
40309
40342
|
* API identifier of an object
|
|
40310
40343
|
*/
|
|
40311
40344
|
id: string;
|
|
40312
|
-
attributes?:
|
|
40345
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
40346
|
+
}
|
|
40347
|
+
|
|
40348
|
+
export declare interface JsonApiAttributeHierarchyInAttributes {
|
|
40349
|
+
title?: string;
|
|
40350
|
+
description?: string;
|
|
40351
|
+
tags?: Array<string>;
|
|
40352
|
+
areRelationsValid?: boolean;
|
|
40353
|
+
/**
|
|
40354
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
40355
|
+
*/
|
|
40356
|
+
content?: object;
|
|
40313
40357
|
}
|
|
40314
40358
|
|
|
40315
40359
|
export declare interface JsonApiAttributeHierarchyInDocument {
|
|
@@ -40340,7 +40384,7 @@ export declare interface JsonApiAttributeHierarchyOut {
|
|
|
40340
40384
|
* API identifier of an object
|
|
40341
40385
|
*/
|
|
40342
40386
|
id: string;
|
|
40343
|
-
meta?:
|
|
40387
|
+
meta?: JsonApiDatasetOutMeta;
|
|
40344
40388
|
attributes?: JsonApiAttributeHierarchyOutAttributes;
|
|
40345
40389
|
relationships?: JsonApiAttributeHierarchyOutRelationships;
|
|
40346
40390
|
}
|
|
@@ -40378,7 +40422,7 @@ export declare type JsonApiAttributeHierarchyOutIncludes = JsonApiAttributeOutWi
|
|
|
40378
40422
|
export declare interface JsonApiAttributeHierarchyOutList {
|
|
40379
40423
|
data: Array<JsonApiAttributeHierarchyOutWithLinks>;
|
|
40380
40424
|
links?: ListLinks;
|
|
40381
|
-
meta?:
|
|
40425
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
40382
40426
|
/**
|
|
40383
40427
|
* Included resources
|
|
40384
40428
|
*/
|
|
@@ -40388,7 +40432,7 @@ export declare interface JsonApiAttributeHierarchyOutList {
|
|
|
40388
40432
|
export declare interface JsonApiAttributeHierarchyOutRelationships {
|
|
40389
40433
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
40390
40434
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
40391
|
-
attributes?:
|
|
40435
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
40392
40436
|
}
|
|
40393
40437
|
|
|
40394
40438
|
export declare type JsonApiAttributeHierarchyOutTypeEnum = "attributeHierarchy";
|
|
@@ -40402,7 +40446,7 @@ export declare interface JsonApiAttributeHierarchyOutWithLinks {
|
|
|
40402
40446
|
* API identifier of an object
|
|
40403
40447
|
*/
|
|
40404
40448
|
id: string;
|
|
40405
|
-
meta?:
|
|
40449
|
+
meta?: JsonApiDatasetOutMeta;
|
|
40406
40450
|
attributes?: JsonApiAttributeHierarchyOutAttributes;
|
|
40407
40451
|
relationships?: JsonApiAttributeHierarchyOutRelationships;
|
|
40408
40452
|
links?: ObjectLinks;
|
|
@@ -40422,18 +40466,7 @@ export declare interface JsonApiAttributeHierarchyPatch {
|
|
|
40422
40466
|
* API identifier of an object
|
|
40423
40467
|
*/
|
|
40424
40468
|
id: string;
|
|
40425
|
-
attributes?:
|
|
40426
|
-
}
|
|
40427
|
-
|
|
40428
|
-
export declare interface JsonApiAttributeHierarchyPatchAttributes {
|
|
40429
|
-
title?: string;
|
|
40430
|
-
description?: string;
|
|
40431
|
-
tags?: Array<string>;
|
|
40432
|
-
areRelationsValid?: boolean;
|
|
40433
|
-
/**
|
|
40434
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
40435
|
-
*/
|
|
40436
|
-
content?: object;
|
|
40469
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
40437
40470
|
}
|
|
40438
40471
|
|
|
40439
40472
|
export declare interface JsonApiAttributeHierarchyPatchDocument {
|
|
@@ -40464,7 +40497,7 @@ export declare interface JsonApiAttributeOut {
|
|
|
40464
40497
|
* API identifier of an object
|
|
40465
40498
|
*/
|
|
40466
40499
|
id: string;
|
|
40467
|
-
meta?:
|
|
40500
|
+
meta?: JsonApiDatasetOutMeta;
|
|
40468
40501
|
attributes?: JsonApiAttributeOutAttributes;
|
|
40469
40502
|
relationships?: JsonApiAttributeOutRelationships;
|
|
40470
40503
|
}
|
|
@@ -40508,7 +40541,7 @@ export declare type JsonApiAttributeOutIncludes = JsonApiAttributeHierarchyOutWi
|
|
|
40508
40541
|
export declare interface JsonApiAttributeOutList {
|
|
40509
40542
|
data: Array<JsonApiAttributeOutWithLinks>;
|
|
40510
40543
|
links?: ListLinks;
|
|
40511
|
-
meta?:
|
|
40544
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
40512
40545
|
/**
|
|
40513
40546
|
* Included resources
|
|
40514
40547
|
*/
|
|
@@ -40516,7 +40549,7 @@ export declare interface JsonApiAttributeOutList {
|
|
|
40516
40549
|
}
|
|
40517
40550
|
|
|
40518
40551
|
export declare interface JsonApiAttributeOutRelationships {
|
|
40519
|
-
dataset?:
|
|
40552
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
40520
40553
|
defaultView?: JsonApiAttributeOutRelationshipsDefaultView;
|
|
40521
40554
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
40522
40555
|
attributeHierarchies?: JsonApiAttributeOutRelationshipsAttributeHierarchies;
|
|
@@ -40529,10 +40562,6 @@ export declare interface JsonApiAttributeOutRelationshipsAttributeHierarchies {
|
|
|
40529
40562
|
data: Array<JsonApiAttributeHierarchyLinkage>;
|
|
40530
40563
|
}
|
|
40531
40564
|
|
|
40532
|
-
export declare interface JsonApiAttributeOutRelationshipsDataset {
|
|
40533
|
-
data: JsonApiDatasetLinkage | null;
|
|
40534
|
-
}
|
|
40535
|
-
|
|
40536
40565
|
export declare interface JsonApiAttributeOutRelationshipsDefaultView {
|
|
40537
40566
|
data: JsonApiLabelLinkage | null;
|
|
40538
40567
|
}
|
|
@@ -40548,7 +40577,7 @@ export declare interface JsonApiAttributeOutWithLinks {
|
|
|
40548
40577
|
* API identifier of an object
|
|
40549
40578
|
*/
|
|
40550
40579
|
id: string;
|
|
40551
|
-
meta?:
|
|
40580
|
+
meta?: JsonApiDatasetOutMeta;
|
|
40552
40581
|
attributes?: JsonApiAttributeOutAttributes;
|
|
40553
40582
|
relationships?: JsonApiAttributeOutRelationships;
|
|
40554
40583
|
links?: ObjectLinks;
|
|
@@ -40568,44 +40597,11 @@ export declare interface JsonApiAutomationIn {
|
|
|
40568
40597
|
* API identifier of an object
|
|
40569
40598
|
*/
|
|
40570
40599
|
id: string;
|
|
40571
|
-
attributes?:
|
|
40572
|
-
relationships?:
|
|
40573
|
-
}
|
|
40574
|
-
|
|
40575
|
-
export declare interface JsonApiAutomationInDocument {
|
|
40576
|
-
data: JsonApiAutomationIn;
|
|
40577
|
-
}
|
|
40578
|
-
|
|
40579
|
-
export declare type JsonApiAutomationInTypeEnum = "automation";
|
|
40580
|
-
|
|
40581
|
-
/**
|
|
40582
|
-
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
40583
|
-
*/
|
|
40584
|
-
export declare interface JsonApiAutomationLinkage {
|
|
40585
|
-
id: string;
|
|
40586
|
-
type: JsonApiAutomationLinkageTypeEnum;
|
|
40587
|
-
}
|
|
40588
|
-
|
|
40589
|
-
export declare type JsonApiAutomationLinkageTypeEnum = "automation";
|
|
40590
|
-
|
|
40591
|
-
/**
|
|
40592
|
-
* JSON:API representation of automation entity.
|
|
40593
|
-
*/
|
|
40594
|
-
export declare interface JsonApiAutomationOut {
|
|
40595
|
-
/**
|
|
40596
|
-
* Object type
|
|
40597
|
-
*/
|
|
40598
|
-
type: JsonApiAutomationOutTypeEnum;
|
|
40599
|
-
/**
|
|
40600
|
-
* API identifier of an object
|
|
40601
|
-
*/
|
|
40602
|
-
id: string;
|
|
40603
|
-
meta?: JsonApiVisualizationObjectOutMeta;
|
|
40604
|
-
attributes?: JsonApiAutomationOutAttributes;
|
|
40605
|
-
relationships?: JsonApiAutomationOutRelationships;
|
|
40600
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
40601
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
40606
40602
|
}
|
|
40607
40603
|
|
|
40608
|
-
export declare interface
|
|
40604
|
+
export declare interface JsonApiAutomationInAttributes {
|
|
40609
40605
|
title?: string;
|
|
40610
40606
|
description?: string;
|
|
40611
40607
|
tags?: Array<string>;
|
|
@@ -40614,115 +40610,74 @@ export declare interface JsonApiAutomationOutAttributes {
|
|
|
40614
40610
|
* Additional details to be included in the automated message.
|
|
40615
40611
|
*/
|
|
40616
40612
|
details?: object;
|
|
40617
|
-
metadata?:
|
|
40613
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
40618
40614
|
/**
|
|
40619
40615
|
* Current state of the automation.
|
|
40620
40616
|
*/
|
|
40621
|
-
state?:
|
|
40617
|
+
state?: JsonApiAutomationInAttributesStateEnum;
|
|
40622
40618
|
/**
|
|
40623
40619
|
* Specify automation evaluation mode.
|
|
40624
40620
|
*/
|
|
40625
|
-
evaluationMode?:
|
|
40626
|
-
schedule?:
|
|
40627
|
-
alert?:
|
|
40628
|
-
tabularExports?: Array<
|
|
40629
|
-
visualExports?: Array<
|
|
40630
|
-
imageExports?: Array<
|
|
40631
|
-
rawExports?: Array<
|
|
40632
|
-
slidesExports?: Array<
|
|
40633
|
-
dashboardTabularExports?: Array<
|
|
40621
|
+
evaluationMode?: JsonApiAutomationInAttributesEvaluationModeEnum;
|
|
40622
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
40623
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
40624
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
40625
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
40626
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
40627
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
40628
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
40629
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
40634
40630
|
/**
|
|
40635
40631
|
* External recipients of the automation action results.
|
|
40636
40632
|
*/
|
|
40637
|
-
externalRecipients?: Array<
|
|
40638
|
-
createdAt?: string;
|
|
40639
|
-
modifiedAt?: string;
|
|
40633
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
40640
40634
|
}
|
|
40641
40635
|
|
|
40642
|
-
export declare type
|
|
40636
|
+
export declare type JsonApiAutomationInAttributesEvaluationModeEnum = "SHARED" | "PER_RECIPIENT";
|
|
40643
40637
|
|
|
40644
|
-
export declare type
|
|
40645
|
-
|
|
40646
|
-
export declare interface JsonApiAutomationOutDocument {
|
|
40647
|
-
data: JsonApiAutomationOut;
|
|
40648
|
-
links?: ObjectLinks;
|
|
40649
|
-
/**
|
|
40650
|
-
* Included resources
|
|
40651
|
-
*/
|
|
40652
|
-
included?: Array<JsonApiAutomationOutIncludes>;
|
|
40653
|
-
}
|
|
40654
|
-
|
|
40655
|
-
/**
|
|
40656
|
-
* @type JsonApiAutomationOutIncludes
|
|
40657
|
-
*/
|
|
40658
|
-
export declare type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLinks | JsonApiAutomationResultOutWithLinks | JsonApiExportDefinitionOutWithLinks | JsonApiNotificationChannelOutWithLinks | JsonApiUserIdentifierOutWithLinks | JsonApiUserOutWithLinks;
|
|
40659
|
-
|
|
40660
|
-
/**
|
|
40661
|
-
* A JSON:API document with a list of resources
|
|
40662
|
-
*/
|
|
40663
|
-
export declare interface JsonApiAutomationOutList {
|
|
40664
|
-
data: Array<JsonApiAutomationOutWithLinks>;
|
|
40665
|
-
links?: ListLinks;
|
|
40666
|
-
meta?: JsonApiColorPaletteOutListMeta;
|
|
40667
|
-
/**
|
|
40668
|
-
* Included resources
|
|
40669
|
-
*/
|
|
40670
|
-
included?: Array<JsonApiAutomationOutIncludes>;
|
|
40671
|
-
}
|
|
40638
|
+
export declare type JsonApiAutomationInAttributesStateEnum = "ACTIVE" | "PAUSED";
|
|
40672
40639
|
|
|
40673
|
-
export declare interface
|
|
40674
|
-
|
|
40675
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
40676
|
-
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
40677
|
-
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
40678
|
-
exportDefinitions?: JsonApiAutomationPatchRelationshipsExportDefinitions;
|
|
40679
|
-
recipients?: JsonApiAutomationPatchRelationshipsRecipients;
|
|
40680
|
-
automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
40640
|
+
export declare interface JsonApiAutomationInDocument {
|
|
40641
|
+
data: JsonApiAutomationIn;
|
|
40681
40642
|
}
|
|
40682
40643
|
|
|
40683
|
-
export declare interface
|
|
40684
|
-
|
|
40685
|
-
|
|
40686
|
-
|
|
40687
|
-
|
|
40644
|
+
export declare interface JsonApiAutomationInRelationships {
|
|
40645
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
40646
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
40647
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
40648
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
40688
40649
|
}
|
|
40689
40650
|
|
|
40690
|
-
export declare type
|
|
40651
|
+
export declare type JsonApiAutomationInTypeEnum = "automation";
|
|
40691
40652
|
|
|
40692
|
-
|
|
40693
|
-
|
|
40694
|
-
|
|
40695
|
-
|
|
40696
|
-
type: JsonApiAutomationOutWithLinksTypeEnum;
|
|
40697
|
-
/**
|
|
40698
|
-
* API identifier of an object
|
|
40699
|
-
*/
|
|
40653
|
+
/**
|
|
40654
|
+
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
40655
|
+
*/
|
|
40656
|
+
export declare interface JsonApiAutomationLinkage {
|
|
40700
40657
|
id: string;
|
|
40701
|
-
|
|
40702
|
-
attributes?: JsonApiAutomationOutAttributes;
|
|
40703
|
-
relationships?: JsonApiAutomationOutRelationships;
|
|
40704
|
-
links?: ObjectLinks;
|
|
40658
|
+
type: JsonApiAutomationLinkageTypeEnum;
|
|
40705
40659
|
}
|
|
40706
40660
|
|
|
40707
|
-
export declare type
|
|
40661
|
+
export declare type JsonApiAutomationLinkageTypeEnum = "automation";
|
|
40708
40662
|
|
|
40709
40663
|
/**
|
|
40710
|
-
* JSON:API representation of
|
|
40664
|
+
* JSON:API representation of automation entity.
|
|
40711
40665
|
*/
|
|
40712
|
-
export declare interface
|
|
40666
|
+
export declare interface JsonApiAutomationOut {
|
|
40713
40667
|
/**
|
|
40714
40668
|
* Object type
|
|
40715
40669
|
*/
|
|
40716
|
-
type:
|
|
40670
|
+
type: JsonApiAutomationOutTypeEnum;
|
|
40717
40671
|
/**
|
|
40718
40672
|
* API identifier of an object
|
|
40719
40673
|
*/
|
|
40720
40674
|
id: string;
|
|
40721
|
-
|
|
40722
|
-
|
|
40675
|
+
meta?: JsonApiDatasetOutMeta;
|
|
40676
|
+
attributes?: JsonApiAutomationOutAttributes;
|
|
40677
|
+
relationships?: JsonApiAutomationOutRelationships;
|
|
40723
40678
|
}
|
|
40724
40679
|
|
|
40725
|
-
export declare interface
|
|
40680
|
+
export declare interface JsonApiAutomationOutAttributes {
|
|
40726
40681
|
title?: string;
|
|
40727
40682
|
description?: string;
|
|
40728
40683
|
tags?: Array<string>;
|
|
@@ -40731,71 +40686,73 @@ export declare interface JsonApiAutomationPatchAttributes {
|
|
|
40731
40686
|
* Additional details to be included in the automated message.
|
|
40732
40687
|
*/
|
|
40733
40688
|
details?: object;
|
|
40734
|
-
metadata?:
|
|
40689
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
40735
40690
|
/**
|
|
40736
40691
|
* Current state of the automation.
|
|
40737
40692
|
*/
|
|
40738
|
-
state?:
|
|
40693
|
+
state?: JsonApiAutomationOutAttributesStateEnum;
|
|
40739
40694
|
/**
|
|
40740
40695
|
* Specify automation evaluation mode.
|
|
40741
40696
|
*/
|
|
40742
|
-
evaluationMode?:
|
|
40743
|
-
schedule?:
|
|
40744
|
-
alert?:
|
|
40745
|
-
tabularExports?: Array<
|
|
40746
|
-
visualExports?: Array<
|
|
40747
|
-
imageExports?: Array<
|
|
40748
|
-
rawExports?: Array<
|
|
40749
|
-
slidesExports?: Array<
|
|
40750
|
-
dashboardTabularExports?: Array<
|
|
40697
|
+
evaluationMode?: JsonApiAutomationOutAttributesEvaluationModeEnum;
|
|
40698
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
40699
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
40700
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
40701
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
40702
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
40703
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
40704
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
40705
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
40751
40706
|
/**
|
|
40752
40707
|
* External recipients of the automation action results.
|
|
40753
40708
|
*/
|
|
40754
|
-
externalRecipients?: Array<
|
|
40709
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
40710
|
+
createdAt?: string;
|
|
40711
|
+
modifiedAt?: string;
|
|
40755
40712
|
}
|
|
40756
40713
|
|
|
40757
|
-
export declare interface
|
|
40714
|
+
export declare interface JsonApiAutomationOutAttributesAlert {
|
|
40758
40715
|
execution: AlertAfm;
|
|
40759
40716
|
condition: AlertCondition;
|
|
40760
40717
|
/**
|
|
40761
40718
|
* 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.
|
|
40762
40719
|
*/
|
|
40763
|
-
trigger?:
|
|
40720
|
+
trigger?: JsonApiAutomationOutAttributesAlertTriggerEnum;
|
|
40764
40721
|
}
|
|
40765
40722
|
|
|
40766
|
-
export declare type
|
|
40723
|
+
export declare type JsonApiAutomationOutAttributesAlertTriggerEnum = "ALWAYS" | "ONCE";
|
|
40767
40724
|
|
|
40768
|
-
export declare interface
|
|
40725
|
+
export declare interface JsonApiAutomationOutAttributesDashboardTabularExportsInner {
|
|
40769
40726
|
requestPayload: DashboardTabularExportRequestV2;
|
|
40770
40727
|
}
|
|
40771
40728
|
|
|
40772
|
-
export declare type
|
|
40729
|
+
export declare type JsonApiAutomationOutAttributesEvaluationModeEnum = "SHARED" | "PER_RECIPIENT";
|
|
40773
40730
|
|
|
40774
|
-
export declare interface
|
|
40731
|
+
export declare interface JsonApiAutomationOutAttributesExternalRecipientsInner {
|
|
40775
40732
|
/**
|
|
40776
40733
|
* E-mail address to send notifications from.
|
|
40777
40734
|
*/
|
|
40778
40735
|
email: string;
|
|
40779
40736
|
}
|
|
40780
40737
|
|
|
40781
|
-
export declare interface
|
|
40738
|
+
export declare interface JsonApiAutomationOutAttributesImageExportsInner {
|
|
40782
40739
|
requestPayload: ImageExportRequest;
|
|
40783
40740
|
}
|
|
40784
40741
|
|
|
40785
40742
|
/**
|
|
40786
40743
|
* Additional information for the automation.
|
|
40787
40744
|
*/
|
|
40788
|
-
export declare interface
|
|
40745
|
+
export declare interface JsonApiAutomationOutAttributesMetadata {
|
|
40789
40746
|
[key: string]: any;
|
|
40790
40747
|
widget?: string;
|
|
40791
40748
|
visibleFilters?: Array<VisibleFilter>;
|
|
40792
40749
|
}
|
|
40793
40750
|
|
|
40794
|
-
export declare interface
|
|
40751
|
+
export declare interface JsonApiAutomationOutAttributesRawExportsInner {
|
|
40795
40752
|
requestPayload: RawExportAutomationRequest;
|
|
40796
40753
|
}
|
|
40797
40754
|
|
|
40798
|
-
export declare interface
|
|
40755
|
+
export declare interface JsonApiAutomationOutAttributesSchedule {
|
|
40799
40756
|
/**
|
|
40800
40757
|
* 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.
|
|
40801
40758
|
*/
|
|
@@ -40814,53 +40771,121 @@ export declare interface JsonApiAutomationPatchAttributesSchedule {
|
|
|
40814
40771
|
firstRun?: string;
|
|
40815
40772
|
}
|
|
40816
40773
|
|
|
40817
|
-
export declare interface
|
|
40774
|
+
export declare interface JsonApiAutomationOutAttributesSlidesExportsInner {
|
|
40818
40775
|
requestPayload: SlidesExportRequest;
|
|
40819
40776
|
}
|
|
40820
40777
|
|
|
40821
|
-
export declare type
|
|
40778
|
+
export declare type JsonApiAutomationOutAttributesStateEnum = "ACTIVE" | "PAUSED";
|
|
40822
40779
|
|
|
40823
|
-
export declare interface
|
|
40780
|
+
export declare interface JsonApiAutomationOutAttributesTabularExportsInner {
|
|
40824
40781
|
requestPayload: TabularExportRequest;
|
|
40825
40782
|
}
|
|
40826
40783
|
|
|
40827
|
-
export declare interface
|
|
40784
|
+
export declare interface JsonApiAutomationOutAttributesVisualExportsInner {
|
|
40828
40785
|
requestPayload: VisualExportRequest;
|
|
40829
40786
|
}
|
|
40830
40787
|
|
|
40831
|
-
export declare interface
|
|
40832
|
-
data:
|
|
40788
|
+
export declare interface JsonApiAutomationOutDocument {
|
|
40789
|
+
data: JsonApiAutomationOut;
|
|
40790
|
+
links?: ObjectLinks;
|
|
40791
|
+
/**
|
|
40792
|
+
* Included resources
|
|
40793
|
+
*/
|
|
40794
|
+
included?: Array<JsonApiAutomationOutIncludes>;
|
|
40795
|
+
}
|
|
40796
|
+
|
|
40797
|
+
/**
|
|
40798
|
+
* @type JsonApiAutomationOutIncludes
|
|
40799
|
+
*/
|
|
40800
|
+
export declare type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLinks | JsonApiAutomationResultOutWithLinks | JsonApiExportDefinitionOutWithLinks | JsonApiNotificationChannelOutWithLinks | JsonApiUserIdentifierOutWithLinks | JsonApiUserOutWithLinks;
|
|
40801
|
+
|
|
40802
|
+
/**
|
|
40803
|
+
* A JSON:API document with a list of resources
|
|
40804
|
+
*/
|
|
40805
|
+
export declare interface JsonApiAutomationOutList {
|
|
40806
|
+
data: Array<JsonApiAutomationOutWithLinks>;
|
|
40807
|
+
links?: ListLinks;
|
|
40808
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
40809
|
+
/**
|
|
40810
|
+
* Included resources
|
|
40811
|
+
*/
|
|
40812
|
+
included?: Array<JsonApiAutomationOutIncludes>;
|
|
40833
40813
|
}
|
|
40834
40814
|
|
|
40835
|
-
export declare interface
|
|
40836
|
-
notificationChannel?:
|
|
40837
|
-
analyticalDashboard?:
|
|
40838
|
-
|
|
40839
|
-
|
|
40815
|
+
export declare interface JsonApiAutomationOutRelationships {
|
|
40816
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
40817
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
40818
|
+
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
40819
|
+
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
40820
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
40821
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
40822
|
+
automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
40840
40823
|
}
|
|
40841
40824
|
|
|
40842
|
-
export declare interface
|
|
40843
|
-
|
|
40825
|
+
export declare interface JsonApiAutomationOutRelationshipsAutomationResults {
|
|
40826
|
+
/**
|
|
40827
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
40828
|
+
*/
|
|
40829
|
+
data: Array<JsonApiAutomationResultLinkage>;
|
|
40844
40830
|
}
|
|
40845
40831
|
|
|
40846
|
-
export declare interface
|
|
40832
|
+
export declare interface JsonApiAutomationOutRelationshipsExportDefinitions {
|
|
40847
40833
|
/**
|
|
40848
40834
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
40849
40835
|
*/
|
|
40850
40836
|
data: Array<JsonApiExportDefinitionLinkage>;
|
|
40851
40837
|
}
|
|
40852
40838
|
|
|
40853
|
-
export declare interface
|
|
40839
|
+
export declare interface JsonApiAutomationOutRelationshipsNotificationChannel {
|
|
40854
40840
|
data: JsonApiNotificationChannelLinkage | null;
|
|
40855
40841
|
}
|
|
40856
40842
|
|
|
40857
|
-
export declare interface
|
|
40843
|
+
export declare interface JsonApiAutomationOutRelationshipsRecipients {
|
|
40858
40844
|
/**
|
|
40859
40845
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
40860
40846
|
*/
|
|
40861
40847
|
data: Array<JsonApiUserLinkage>;
|
|
40862
40848
|
}
|
|
40863
40849
|
|
|
40850
|
+
export declare type JsonApiAutomationOutTypeEnum = "automation";
|
|
40851
|
+
|
|
40852
|
+
export declare interface JsonApiAutomationOutWithLinks {
|
|
40853
|
+
/**
|
|
40854
|
+
* Object type
|
|
40855
|
+
*/
|
|
40856
|
+
type: JsonApiAutomationOutWithLinksTypeEnum;
|
|
40857
|
+
/**
|
|
40858
|
+
* API identifier of an object
|
|
40859
|
+
*/
|
|
40860
|
+
id: string;
|
|
40861
|
+
meta?: JsonApiDatasetOutMeta;
|
|
40862
|
+
attributes?: JsonApiAutomationOutAttributes;
|
|
40863
|
+
relationships?: JsonApiAutomationOutRelationships;
|
|
40864
|
+
links?: ObjectLinks;
|
|
40865
|
+
}
|
|
40866
|
+
|
|
40867
|
+
export declare type JsonApiAutomationOutWithLinksTypeEnum = "automation";
|
|
40868
|
+
|
|
40869
|
+
/**
|
|
40870
|
+
* JSON:API representation of patching automation entity.
|
|
40871
|
+
*/
|
|
40872
|
+
export declare interface JsonApiAutomationPatch {
|
|
40873
|
+
/**
|
|
40874
|
+
* Object type
|
|
40875
|
+
*/
|
|
40876
|
+
type: JsonApiAutomationPatchTypeEnum;
|
|
40877
|
+
/**
|
|
40878
|
+
* API identifier of an object
|
|
40879
|
+
*/
|
|
40880
|
+
id: string;
|
|
40881
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
40882
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
40883
|
+
}
|
|
40884
|
+
|
|
40885
|
+
export declare interface JsonApiAutomationPatchDocument {
|
|
40886
|
+
data: JsonApiAutomationPatch;
|
|
40887
|
+
}
|
|
40888
|
+
|
|
40864
40889
|
export declare type JsonApiAutomationPatchTypeEnum = "automation";
|
|
40865
40890
|
|
|
40866
40891
|
/**
|
|
@@ -40938,15 +40963,7 @@ export declare interface JsonApiColorPaletteIn {
|
|
|
40938
40963
|
* API identifier of an object
|
|
40939
40964
|
*/
|
|
40940
40965
|
id: string;
|
|
40941
|
-
attributes:
|
|
40942
|
-
}
|
|
40943
|
-
|
|
40944
|
-
export declare interface JsonApiColorPaletteInAttributes {
|
|
40945
|
-
name: string;
|
|
40946
|
-
/**
|
|
40947
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
40948
|
-
*/
|
|
40949
|
-
content: object;
|
|
40966
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
40950
40967
|
}
|
|
40951
40968
|
|
|
40952
40969
|
export declare interface JsonApiColorPaletteInDocument {
|
|
@@ -40967,7 +40984,15 @@ export declare interface JsonApiColorPaletteOut {
|
|
|
40967
40984
|
* API identifier of an object
|
|
40968
40985
|
*/
|
|
40969
40986
|
id: string;
|
|
40970
|
-
attributes:
|
|
40987
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
40988
|
+
}
|
|
40989
|
+
|
|
40990
|
+
export declare interface JsonApiColorPaletteOutAttributes {
|
|
40991
|
+
name: string;
|
|
40992
|
+
/**
|
|
40993
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
40994
|
+
*/
|
|
40995
|
+
content: object;
|
|
40971
40996
|
}
|
|
40972
40997
|
|
|
40973
40998
|
export declare interface JsonApiColorPaletteOutDocument {
|
|
@@ -40981,11 +41006,7 @@ export declare interface JsonApiColorPaletteOutDocument {
|
|
|
40981
41006
|
export declare interface JsonApiColorPaletteOutList {
|
|
40982
41007
|
data: Array<JsonApiColorPaletteOutWithLinks>;
|
|
40983
41008
|
links?: ListLinks;
|
|
40984
|
-
meta?:
|
|
40985
|
-
}
|
|
40986
|
-
|
|
40987
|
-
export declare interface JsonApiColorPaletteOutListMeta {
|
|
40988
|
-
page?: PageMetadata;
|
|
41009
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
40989
41010
|
}
|
|
40990
41011
|
|
|
40991
41012
|
export declare type JsonApiColorPaletteOutTypeEnum = "colorPalette";
|
|
@@ -40999,7 +41020,7 @@ export declare interface JsonApiColorPaletteOutWithLinks {
|
|
|
40999
41020
|
* API identifier of an object
|
|
41000
41021
|
*/
|
|
41001
41022
|
id: string;
|
|
41002
|
-
attributes:
|
|
41023
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
41003
41024
|
links?: ObjectLinks;
|
|
41004
41025
|
}
|
|
41005
41026
|
|
|
@@ -41046,7 +41067,7 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
|
|
|
41046
41067
|
* API identifier of an object
|
|
41047
41068
|
*/
|
|
41048
41069
|
id: string;
|
|
41049
|
-
attributes?:
|
|
41070
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
41050
41071
|
}
|
|
41051
41072
|
|
|
41052
41073
|
export declare interface JsonApiCookieSecurityConfigurationInDocument {
|
|
@@ -41067,15 +41088,7 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
|
|
|
41067
41088
|
* API identifier of an object
|
|
41068
41089
|
*/
|
|
41069
41090
|
id: string;
|
|
41070
|
-
attributes?:
|
|
41071
|
-
}
|
|
41072
|
-
|
|
41073
|
-
export declare interface JsonApiCookieSecurityConfigurationOutAttributes {
|
|
41074
|
-
lastRotation?: string;
|
|
41075
|
-
/**
|
|
41076
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
41077
|
-
*/
|
|
41078
|
-
rotationInterval?: string;
|
|
41091
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
41079
41092
|
}
|
|
41080
41093
|
|
|
41081
41094
|
export declare interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
@@ -41097,7 +41110,15 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
41097
41110
|
* API identifier of an object
|
|
41098
41111
|
*/
|
|
41099
41112
|
id: string;
|
|
41100
|
-
attributes?:
|
|
41113
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
41114
|
+
}
|
|
41115
|
+
|
|
41116
|
+
export declare interface JsonApiCookieSecurityConfigurationPatchAttributes {
|
|
41117
|
+
lastRotation?: string;
|
|
41118
|
+
/**
|
|
41119
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
41120
|
+
*/
|
|
41121
|
+
rotationInterval?: string;
|
|
41101
41122
|
}
|
|
41102
41123
|
|
|
41103
41124
|
export declare interface JsonApiCookieSecurityConfigurationPatchDocument {
|
|
@@ -41118,11 +41139,7 @@ export declare interface JsonApiCspDirectiveIn {
|
|
|
41118
41139
|
* API identifier of an object
|
|
41119
41140
|
*/
|
|
41120
41141
|
id: string;
|
|
41121
|
-
attributes:
|
|
41122
|
-
}
|
|
41123
|
-
|
|
41124
|
-
export declare interface JsonApiCspDirectiveInAttributes {
|
|
41125
|
-
sources: Array<string>;
|
|
41142
|
+
attributes: JsonApiCspDirectiveOutAttributes;
|
|
41126
41143
|
}
|
|
41127
41144
|
|
|
41128
41145
|
export declare interface JsonApiCspDirectiveInDocument {
|
|
@@ -41143,7 +41160,11 @@ export declare interface JsonApiCspDirectiveOut {
|
|
|
41143
41160
|
* API identifier of an object
|
|
41144
41161
|
*/
|
|
41145
41162
|
id: string;
|
|
41146
|
-
attributes:
|
|
41163
|
+
attributes: JsonApiCspDirectiveOutAttributes;
|
|
41164
|
+
}
|
|
41165
|
+
|
|
41166
|
+
export declare interface JsonApiCspDirectiveOutAttributes {
|
|
41167
|
+
sources: Array<string>;
|
|
41147
41168
|
}
|
|
41148
41169
|
|
|
41149
41170
|
export declare interface JsonApiCspDirectiveOutDocument {
|
|
@@ -41157,7 +41178,7 @@ export declare interface JsonApiCspDirectiveOutDocument {
|
|
|
41157
41178
|
export declare interface JsonApiCspDirectiveOutList {
|
|
41158
41179
|
data: Array<JsonApiCspDirectiveOutWithLinks>;
|
|
41159
41180
|
links?: ListLinks;
|
|
41160
|
-
meta?:
|
|
41181
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
41161
41182
|
}
|
|
41162
41183
|
|
|
41163
41184
|
export declare type JsonApiCspDirectiveOutTypeEnum = "cspDirective";
|
|
@@ -41171,7 +41192,7 @@ export declare interface JsonApiCspDirectiveOutWithLinks {
|
|
|
41171
41192
|
* API identifier of an object
|
|
41172
41193
|
*/
|
|
41173
41194
|
id: string;
|
|
41174
|
-
attributes:
|
|
41195
|
+
attributes: JsonApiCspDirectiveOutAttributes;
|
|
41175
41196
|
links?: ObjectLinks;
|
|
41176
41197
|
}
|
|
41177
41198
|
|
|
@@ -41235,7 +41256,7 @@ export declare interface JsonApiCustomApplicationSettingOut {
|
|
|
41235
41256
|
* API identifier of an object
|
|
41236
41257
|
*/
|
|
41237
41258
|
id: string;
|
|
41238
|
-
meta?:
|
|
41259
|
+
meta?: JsonApiDatasetOutMeta;
|
|
41239
41260
|
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
41240
41261
|
}
|
|
41241
41262
|
|
|
@@ -41258,7 +41279,7 @@ export declare interface JsonApiCustomApplicationSettingOutDocument {
|
|
|
41258
41279
|
export declare interface JsonApiCustomApplicationSettingOutList {
|
|
41259
41280
|
data: Array<JsonApiCustomApplicationSettingOutWithLinks>;
|
|
41260
41281
|
links?: ListLinks;
|
|
41261
|
-
meta?:
|
|
41282
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
41262
41283
|
}
|
|
41263
41284
|
|
|
41264
41285
|
export declare type JsonApiCustomApplicationSettingOutTypeEnum = "customApplicationSetting";
|
|
@@ -41272,7 +41293,7 @@ export declare interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
|
41272
41293
|
* API identifier of an object
|
|
41273
41294
|
*/
|
|
41274
41295
|
id: string;
|
|
41275
|
-
meta?:
|
|
41296
|
+
meta?: JsonApiDatasetOutMeta;
|
|
41276
41297
|
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
41277
41298
|
links?: ObjectLinks;
|
|
41278
41299
|
}
|
|
@@ -41341,7 +41362,18 @@ export declare interface JsonApiDashboardPluginIn {
|
|
|
41341
41362
|
* API identifier of an object
|
|
41342
41363
|
*/
|
|
41343
41364
|
id: string;
|
|
41344
|
-
attributes?:
|
|
41365
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
41366
|
+
}
|
|
41367
|
+
|
|
41368
|
+
export declare interface JsonApiDashboardPluginInAttributes {
|
|
41369
|
+
title?: string;
|
|
41370
|
+
description?: string;
|
|
41371
|
+
tags?: Array<string>;
|
|
41372
|
+
areRelationsValid?: boolean;
|
|
41373
|
+
/**
|
|
41374
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
41375
|
+
*/
|
|
41376
|
+
content?: object;
|
|
41345
41377
|
}
|
|
41346
41378
|
|
|
41347
41379
|
export declare interface JsonApiDashboardPluginInDocument {
|
|
@@ -41372,7 +41404,7 @@ export declare interface JsonApiDashboardPluginOut {
|
|
|
41372
41404
|
* API identifier of an object
|
|
41373
41405
|
*/
|
|
41374
41406
|
id: string;
|
|
41375
|
-
meta?:
|
|
41407
|
+
meta?: JsonApiDatasetOutMeta;
|
|
41376
41408
|
attributes?: JsonApiDashboardPluginOutAttributes;
|
|
41377
41409
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
41378
41410
|
}
|
|
@@ -41405,7 +41437,7 @@ export declare interface JsonApiDashboardPluginOutDocument {
|
|
|
41405
41437
|
export declare interface JsonApiDashboardPluginOutList {
|
|
41406
41438
|
data: Array<JsonApiDashboardPluginOutWithLinks>;
|
|
41407
41439
|
links?: ListLinks;
|
|
41408
|
-
meta?:
|
|
41440
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
41409
41441
|
/**
|
|
41410
41442
|
* Included resources
|
|
41411
41443
|
*/
|
|
@@ -41428,7 +41460,7 @@ export declare interface JsonApiDashboardPluginOutWithLinks {
|
|
|
41428
41460
|
* API identifier of an object
|
|
41429
41461
|
*/
|
|
41430
41462
|
id: string;
|
|
41431
|
-
meta?:
|
|
41463
|
+
meta?: JsonApiDatasetOutMeta;
|
|
41432
41464
|
attributes?: JsonApiDashboardPluginOutAttributes;
|
|
41433
41465
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
41434
41466
|
links?: ObjectLinks;
|
|
@@ -41448,18 +41480,7 @@ export declare interface JsonApiDashboardPluginPatch {
|
|
|
41448
41480
|
* API identifier of an object
|
|
41449
41481
|
*/
|
|
41450
41482
|
id: string;
|
|
41451
|
-
attributes?:
|
|
41452
|
-
}
|
|
41453
|
-
|
|
41454
|
-
export declare interface JsonApiDashboardPluginPatchAttributes {
|
|
41455
|
-
title?: string;
|
|
41456
|
-
description?: string;
|
|
41457
|
-
tags?: Array<string>;
|
|
41458
|
-
areRelationsValid?: boolean;
|
|
41459
|
-
/**
|
|
41460
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
41461
|
-
*/
|
|
41462
|
-
content?: object;
|
|
41483
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
41463
41484
|
}
|
|
41464
41485
|
|
|
41465
41486
|
export declare interface JsonApiDashboardPluginPatchDocument {
|
|
@@ -41480,7 +41501,7 @@ export declare interface JsonApiDashboardPluginPostOptionalId {
|
|
|
41480
41501
|
* API identifier of an object
|
|
41481
41502
|
*/
|
|
41482
41503
|
id?: string;
|
|
41483
|
-
attributes?:
|
|
41504
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
41484
41505
|
}
|
|
41485
41506
|
|
|
41486
41507
|
export declare interface JsonApiDashboardPluginPostOptionalIdDocument {
|
|
@@ -41511,7 +41532,7 @@ export declare interface JsonApiDatasetOut {
|
|
|
41511
41532
|
* API identifier of an object
|
|
41512
41533
|
*/
|
|
41513
41534
|
id: string;
|
|
41514
|
-
meta?:
|
|
41535
|
+
meta?: JsonApiDatasetOutMeta;
|
|
41515
41536
|
attributes: JsonApiDatasetOutAttributes;
|
|
41516
41537
|
relationships?: JsonApiDatasetOutRelationships;
|
|
41517
41538
|
}
|
|
@@ -41597,18 +41618,35 @@ export declare type JsonApiDatasetOutIncludes = JsonApiAggregatedFactOutWithLink
|
|
|
41597
41618
|
export declare interface JsonApiDatasetOutList {
|
|
41598
41619
|
data: Array<JsonApiDatasetOutWithLinks>;
|
|
41599
41620
|
links?: ListLinks;
|
|
41600
|
-
meta?:
|
|
41621
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
41601
41622
|
/**
|
|
41602
41623
|
* Included resources
|
|
41603
41624
|
*/
|
|
41604
41625
|
included?: Array<JsonApiDatasetOutIncludes>;
|
|
41605
41626
|
}
|
|
41606
41627
|
|
|
41628
|
+
export declare interface JsonApiDatasetOutMeta {
|
|
41629
|
+
origin?: JsonApiDatasetOutMetaOrigin;
|
|
41630
|
+
}
|
|
41631
|
+
|
|
41632
|
+
export declare interface JsonApiDatasetOutMetaOrigin {
|
|
41633
|
+
/**
|
|
41634
|
+
* defines type of the origin of the entity
|
|
41635
|
+
*/
|
|
41636
|
+
originType: JsonApiDatasetOutMetaOriginOriginTypeEnum;
|
|
41637
|
+
/**
|
|
41638
|
+
* defines id of the workspace where the entity comes from
|
|
41639
|
+
*/
|
|
41640
|
+
originId: string;
|
|
41641
|
+
}
|
|
41642
|
+
|
|
41643
|
+
export declare type JsonApiDatasetOutMetaOriginOriginTypeEnum = "NATIVE" | "PARENT";
|
|
41644
|
+
|
|
41607
41645
|
export declare interface JsonApiDatasetOutRelationships {
|
|
41608
|
-
attributes?:
|
|
41609
|
-
facts?:
|
|
41646
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
41647
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
41610
41648
|
aggregatedFacts?: JsonApiDatasetOutRelationshipsAggregatedFacts;
|
|
41611
|
-
references?:
|
|
41649
|
+
references?: JsonApiDatasetOutRelationshipsReferences;
|
|
41612
41650
|
workspaceDataFilters?: JsonApiDatasetOutRelationshipsWorkspaceDataFilters;
|
|
41613
41651
|
}
|
|
41614
41652
|
|
|
@@ -41619,6 +41657,27 @@ export declare interface JsonApiDatasetOutRelationshipsAggregatedFacts {
|
|
|
41619
41657
|
data: Array<JsonApiAggregatedFactLinkage>;
|
|
41620
41658
|
}
|
|
41621
41659
|
|
|
41660
|
+
export declare interface JsonApiDatasetOutRelationshipsAttributes {
|
|
41661
|
+
/**
|
|
41662
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
41663
|
+
*/
|
|
41664
|
+
data: Array<JsonApiAttributeLinkage>;
|
|
41665
|
+
}
|
|
41666
|
+
|
|
41667
|
+
export declare interface JsonApiDatasetOutRelationshipsFacts {
|
|
41668
|
+
/**
|
|
41669
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
41670
|
+
*/
|
|
41671
|
+
data: Array<JsonApiFactLinkage>;
|
|
41672
|
+
}
|
|
41673
|
+
|
|
41674
|
+
export declare interface JsonApiDatasetOutRelationshipsReferences {
|
|
41675
|
+
/**
|
|
41676
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
41677
|
+
*/
|
|
41678
|
+
data: Array<JsonApiDatasetLinkage>;
|
|
41679
|
+
}
|
|
41680
|
+
|
|
41622
41681
|
export declare interface JsonApiDatasetOutRelationshipsWorkspaceDataFilters {
|
|
41623
41682
|
/**
|
|
41624
41683
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -41637,7 +41696,7 @@ export declare interface JsonApiDatasetOutWithLinks {
|
|
|
41637
41696
|
* API identifier of an object
|
|
41638
41697
|
*/
|
|
41639
41698
|
id: string;
|
|
41640
|
-
meta?:
|
|
41699
|
+
meta?: JsonApiDatasetOutMeta;
|
|
41641
41700
|
attributes: JsonApiDatasetOutAttributes;
|
|
41642
41701
|
relationships?: JsonApiDatasetOutRelationships;
|
|
41643
41702
|
links?: ObjectLinks;
|
|
@@ -41680,7 +41739,7 @@ export declare interface JsonApiDataSourceIdentifierOutDocument {
|
|
|
41680
41739
|
export declare interface JsonApiDataSourceIdentifierOutList {
|
|
41681
41740
|
data: Array<JsonApiDataSourceIdentifierOutWithLinks>;
|
|
41682
41741
|
links?: ListLinks;
|
|
41683
|
-
meta?:
|
|
41742
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
41684
41743
|
}
|
|
41685
41744
|
|
|
41686
41745
|
export declare type JsonApiDataSourceIdentifierOutTypeEnum = "dataSourceIdentifier";
|
|
@@ -41764,7 +41823,7 @@ export declare interface JsonApiDataSourceInAttributes {
|
|
|
41764
41823
|
/**
|
|
41765
41824
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
41766
41825
|
*/
|
|
41767
|
-
parameters?: Array<
|
|
41826
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
41768
41827
|
/**
|
|
41769
41828
|
* Determines how the results coming from a particular datasource should be cached.
|
|
41770
41829
|
*/
|
|
@@ -41773,11 +41832,6 @@ export declare interface JsonApiDataSourceInAttributes {
|
|
|
41773
41832
|
|
|
41774
41833
|
export declare type JsonApiDataSourceInAttributesCacheStrategyEnum = "ALWAYS" | "NEVER";
|
|
41775
41834
|
|
|
41776
|
-
export declare interface JsonApiDataSourceInAttributesParametersInner {
|
|
41777
|
-
name: string;
|
|
41778
|
-
value: string;
|
|
41779
|
-
}
|
|
41780
|
-
|
|
41781
41835
|
export declare type JsonApiDataSourceInAttributesTypeEnum = "POSTGRESQL" | "REDSHIFT" | "VERTICA" | "SNOWFLAKE" | "ADS" | "BIGQUERY" | "MSSQL" | "PRESTO" | "DREMIO" | "DRILL" | "GREENPLUM" | "AZURESQL" | "SYNAPSESQL" | "DATABRICKS" | "GDSTORAGE" | "CLICKHOUSE" | "MYSQL" | "MARIADB" | "ORACLE" | "PINOT" | "SINGLESTORE" | "MOTHERDUCK" | "FLEXCONNECT" | "STARROCKS" | "ATHENA" | "MONGODB";
|
|
41782
41836
|
|
|
41783
41837
|
export declare interface JsonApiDataSourceInDocument {
|
|
@@ -41830,11 +41884,11 @@ export declare interface JsonApiDataSourceOutAttributes {
|
|
|
41830
41884
|
/**
|
|
41831
41885
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
41832
41886
|
*/
|
|
41833
|
-
parameters?: Array<
|
|
41887
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
41834
41888
|
/**
|
|
41835
41889
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
41836
41890
|
*/
|
|
41837
|
-
decodedParameters?: Array<
|
|
41891
|
+
decodedParameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
41838
41892
|
/**
|
|
41839
41893
|
* Determines how the results coming from a particular datasource should be cached.
|
|
41840
41894
|
*/
|
|
@@ -41862,7 +41916,7 @@ export declare interface JsonApiDataSourceOutDocument {
|
|
|
41862
41916
|
export declare interface JsonApiDataSourceOutList {
|
|
41863
41917
|
data: Array<JsonApiDataSourceOutWithLinks>;
|
|
41864
41918
|
links?: ListLinks;
|
|
41865
|
-
meta?:
|
|
41919
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
41866
41920
|
}
|
|
41867
41921
|
|
|
41868
41922
|
export declare interface JsonApiDataSourceOutMeta {
|
|
@@ -41955,7 +42009,7 @@ export declare interface JsonApiDataSourcePatchAttributes {
|
|
|
41955
42009
|
/**
|
|
41956
42010
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
41957
42011
|
*/
|
|
41958
|
-
parameters?: Array<
|
|
42012
|
+
parameters?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
41959
42013
|
/**
|
|
41960
42014
|
* Determines how the results coming from a particular datasource should be cached.
|
|
41961
42015
|
*/
|
|
@@ -41964,6 +42018,11 @@ export declare interface JsonApiDataSourcePatchAttributes {
|
|
|
41964
42018
|
|
|
41965
42019
|
export declare type JsonApiDataSourcePatchAttributesCacheStrategyEnum = "ALWAYS" | "NEVER";
|
|
41966
42020
|
|
|
42021
|
+
export declare interface JsonApiDataSourcePatchAttributesParametersInner {
|
|
42022
|
+
name: string;
|
|
42023
|
+
value: string;
|
|
42024
|
+
}
|
|
42025
|
+
|
|
41967
42026
|
export declare type JsonApiDataSourcePatchAttributesTypeEnum = "POSTGRESQL" | "REDSHIFT" | "VERTICA" | "SNOWFLAKE" | "ADS" | "BIGQUERY" | "MSSQL" | "PRESTO" | "DREMIO" | "DRILL" | "GREENPLUM" | "AZURESQL" | "SYNAPSESQL" | "DATABRICKS" | "GDSTORAGE" | "CLICKHOUSE" | "MYSQL" | "MARIADB" | "ORACLE" | "PINOT" | "SINGLESTORE" | "MOTHERDUCK" | "FLEXCONNECT" | "STARROCKS" | "ATHENA" | "MONGODB";
|
|
41968
42027
|
|
|
41969
42028
|
export declare interface JsonApiDataSourcePatchDocument {
|
|
@@ -42003,7 +42062,7 @@ export declare interface JsonApiEntitlementOutDocument {
|
|
|
42003
42062
|
export declare interface JsonApiEntitlementOutList {
|
|
42004
42063
|
data: Array<JsonApiEntitlementOutWithLinks>;
|
|
42005
42064
|
links?: ListLinks;
|
|
42006
|
-
meta?:
|
|
42065
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
42007
42066
|
}
|
|
42008
42067
|
|
|
42009
42068
|
export declare type JsonApiEntitlementOutTypeEnum = "entitlement";
|
|
@@ -42035,14 +42094,27 @@ export declare interface JsonApiExportDefinitionIn {
|
|
|
42035
42094
|
* API identifier of an object
|
|
42036
42095
|
*/
|
|
42037
42096
|
id: string;
|
|
42038
|
-
attributes?:
|
|
42039
|
-
relationships?:
|
|
42097
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
42098
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
42099
|
+
}
|
|
42100
|
+
|
|
42101
|
+
export declare interface JsonApiExportDefinitionInAttributes {
|
|
42102
|
+
title?: string;
|
|
42103
|
+
description?: string;
|
|
42104
|
+
tags?: Array<string>;
|
|
42105
|
+
requestPayload?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
42106
|
+
areRelationsValid?: boolean;
|
|
42040
42107
|
}
|
|
42041
42108
|
|
|
42042
42109
|
export declare interface JsonApiExportDefinitionInDocument {
|
|
42043
42110
|
data: JsonApiExportDefinitionIn;
|
|
42044
42111
|
}
|
|
42045
42112
|
|
|
42113
|
+
export declare interface JsonApiExportDefinitionInRelationships {
|
|
42114
|
+
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
42115
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
42116
|
+
}
|
|
42117
|
+
|
|
42046
42118
|
export declare type JsonApiExportDefinitionInTypeEnum = "exportDefinition";
|
|
42047
42119
|
|
|
42048
42120
|
/**
|
|
@@ -42067,7 +42139,7 @@ export declare interface JsonApiExportDefinitionOut {
|
|
|
42067
42139
|
* API identifier of an object
|
|
42068
42140
|
*/
|
|
42069
42141
|
id: string;
|
|
42070
|
-
meta?:
|
|
42142
|
+
meta?: JsonApiDatasetOutMeta;
|
|
42071
42143
|
attributes?: JsonApiExportDefinitionOutAttributes;
|
|
42072
42144
|
relationships?: JsonApiExportDefinitionOutRelationships;
|
|
42073
42145
|
}
|
|
@@ -42108,7 +42180,7 @@ export declare type JsonApiExportDefinitionOutIncludes = JsonApiAnalyticalDashbo
|
|
|
42108
42180
|
export declare interface JsonApiExportDefinitionOutList {
|
|
42109
42181
|
data: Array<JsonApiExportDefinitionOutWithLinks>;
|
|
42110
42182
|
links?: ListLinks;
|
|
42111
|
-
meta?:
|
|
42183
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
42112
42184
|
/**
|
|
42113
42185
|
* Included resources
|
|
42114
42186
|
*/
|
|
@@ -42117,12 +42189,16 @@ export declare interface JsonApiExportDefinitionOutList {
|
|
|
42117
42189
|
|
|
42118
42190
|
export declare interface JsonApiExportDefinitionOutRelationships {
|
|
42119
42191
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
42120
|
-
analyticalDashboard?:
|
|
42192
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
42121
42193
|
automation?: JsonApiExportDefinitionOutRelationshipsAutomation;
|
|
42122
42194
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
42123
42195
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
42124
42196
|
}
|
|
42125
42197
|
|
|
42198
|
+
export declare interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
|
|
42199
|
+
data: JsonApiAnalyticalDashboardLinkage | null;
|
|
42200
|
+
}
|
|
42201
|
+
|
|
42126
42202
|
export declare interface JsonApiExportDefinitionOutRelationshipsAutomation {
|
|
42127
42203
|
data: JsonApiAutomationLinkage | null;
|
|
42128
42204
|
}
|
|
@@ -42142,7 +42218,7 @@ export declare interface JsonApiExportDefinitionOutWithLinks {
|
|
|
42142
42218
|
* API identifier of an object
|
|
42143
42219
|
*/
|
|
42144
42220
|
id: string;
|
|
42145
|
-
meta?:
|
|
42221
|
+
meta?: JsonApiDatasetOutMeta;
|
|
42146
42222
|
attributes?: JsonApiExportDefinitionOutAttributes;
|
|
42147
42223
|
relationships?: JsonApiExportDefinitionOutRelationships;
|
|
42148
42224
|
links?: ObjectLinks;
|
|
@@ -42162,27 +42238,14 @@ export declare interface JsonApiExportDefinitionPatch {
|
|
|
42162
42238
|
* API identifier of an object
|
|
42163
42239
|
*/
|
|
42164
42240
|
id: string;
|
|
42165
|
-
attributes?:
|
|
42166
|
-
relationships?:
|
|
42167
|
-
}
|
|
42168
|
-
|
|
42169
|
-
export declare interface JsonApiExportDefinitionPatchAttributes {
|
|
42170
|
-
title?: string;
|
|
42171
|
-
description?: string;
|
|
42172
|
-
tags?: Array<string>;
|
|
42173
|
-
requestPayload?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
42174
|
-
areRelationsValid?: boolean;
|
|
42241
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
42242
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
42175
42243
|
}
|
|
42176
42244
|
|
|
42177
42245
|
export declare interface JsonApiExportDefinitionPatchDocument {
|
|
42178
42246
|
data: JsonApiExportDefinitionPatch;
|
|
42179
42247
|
}
|
|
42180
42248
|
|
|
42181
|
-
export declare interface JsonApiExportDefinitionPatchRelationships {
|
|
42182
|
-
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
42183
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
42184
|
-
}
|
|
42185
|
-
|
|
42186
42249
|
export declare type JsonApiExportDefinitionPatchTypeEnum = "exportDefinition";
|
|
42187
42250
|
|
|
42188
42251
|
/**
|
|
@@ -42197,8 +42260,8 @@ export declare interface JsonApiExportDefinitionPostOptionalId {
|
|
|
42197
42260
|
* API identifier of an object
|
|
42198
42261
|
*/
|
|
42199
42262
|
id?: string;
|
|
42200
|
-
attributes?:
|
|
42201
|
-
relationships?:
|
|
42263
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
42264
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
42202
42265
|
}
|
|
42203
42266
|
|
|
42204
42267
|
export declare interface JsonApiExportDefinitionPostOptionalIdDocument {
|
|
@@ -42219,7 +42282,7 @@ export declare interface JsonApiExportTemplateIn {
|
|
|
42219
42282
|
* API identifier of an object
|
|
42220
42283
|
*/
|
|
42221
42284
|
id: string;
|
|
42222
|
-
attributes:
|
|
42285
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
42223
42286
|
}
|
|
42224
42287
|
|
|
42225
42288
|
export declare interface JsonApiExportTemplateInDocument {
|
|
@@ -42240,7 +42303,16 @@ export declare interface JsonApiExportTemplateOut {
|
|
|
42240
42303
|
* API identifier of an object
|
|
42241
42304
|
*/
|
|
42242
42305
|
id: string;
|
|
42243
|
-
attributes:
|
|
42306
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
42307
|
+
}
|
|
42308
|
+
|
|
42309
|
+
export declare interface JsonApiExportTemplateOutAttributes {
|
|
42310
|
+
/**
|
|
42311
|
+
* User-facing name of the Slides template.
|
|
42312
|
+
*/
|
|
42313
|
+
name: string;
|
|
42314
|
+
dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
42315
|
+
widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
42244
42316
|
}
|
|
42245
42317
|
|
|
42246
42318
|
export declare interface JsonApiExportTemplateOutDocument {
|
|
@@ -42254,7 +42326,7 @@ export declare interface JsonApiExportTemplateOutDocument {
|
|
|
42254
42326
|
export declare interface JsonApiExportTemplateOutList {
|
|
42255
42327
|
data: Array<JsonApiExportTemplateOutWithLinks>;
|
|
42256
42328
|
links?: ListLinks;
|
|
42257
|
-
meta?:
|
|
42329
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
42258
42330
|
}
|
|
42259
42331
|
|
|
42260
42332
|
export declare type JsonApiExportTemplateOutTypeEnum = "exportTemplate";
|
|
@@ -42268,7 +42340,7 @@ export declare interface JsonApiExportTemplateOutWithLinks {
|
|
|
42268
42340
|
* API identifier of an object
|
|
42269
42341
|
*/
|
|
42270
42342
|
id: string;
|
|
42271
|
-
attributes:
|
|
42343
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
42272
42344
|
links?: ObjectLinks;
|
|
42273
42345
|
}
|
|
42274
42346
|
|
|
@@ -42294,68 +42366,59 @@ export declare interface JsonApiExportTemplatePatchAttributes {
|
|
|
42294
42366
|
* User-facing name of the Slides template.
|
|
42295
42367
|
*/
|
|
42296
42368
|
name?: string;
|
|
42297
|
-
dashboardSlidesTemplate?:
|
|
42298
|
-
widgetSlidesTemplate?:
|
|
42299
|
-
}
|
|
42300
|
-
|
|
42301
|
-
export declare interface JsonApiExportTemplatePatchDocument {
|
|
42302
|
-
data: JsonApiExportTemplatePatch;
|
|
42303
|
-
}
|
|
42304
|
-
|
|
42305
|
-
export declare type JsonApiExportTemplatePatchTypeEnum = "exportTemplate";
|
|
42306
|
-
|
|
42307
|
-
/**
|
|
42308
|
-
* JSON:API representation of exportTemplate entity.
|
|
42309
|
-
*/
|
|
42310
|
-
export declare interface JsonApiExportTemplatePostOptionalId {
|
|
42311
|
-
/**
|
|
42312
|
-
* Object type
|
|
42313
|
-
*/
|
|
42314
|
-
type: JsonApiExportTemplatePostOptionalIdTypeEnum;
|
|
42315
|
-
/**
|
|
42316
|
-
* API identifier of an object
|
|
42317
|
-
*/
|
|
42318
|
-
id?: string;
|
|
42319
|
-
attributes: JsonApiExportTemplatePostOptionalIdAttributes;
|
|
42320
|
-
}
|
|
42321
|
-
|
|
42322
|
-
export declare interface JsonApiExportTemplatePostOptionalIdAttributes {
|
|
42323
|
-
/**
|
|
42324
|
-
* User-facing name of the Slides template.
|
|
42325
|
-
*/
|
|
42326
|
-
name: string;
|
|
42327
|
-
dashboardSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
|
|
42328
|
-
widgetSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
|
|
42369
|
+
dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
42370
|
+
widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
42329
42371
|
}
|
|
42330
42372
|
|
|
42331
42373
|
/**
|
|
42332
42374
|
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
42333
42375
|
*/
|
|
42334
|
-
export declare interface
|
|
42376
|
+
export declare interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
|
|
42335
42377
|
/**
|
|
42336
42378
|
* Export types this template applies to.
|
|
42337
42379
|
*/
|
|
42338
|
-
appliedOn: Array<
|
|
42380
|
+
appliedOn: Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
42339
42381
|
coverSlide?: CoverSlideTemplate | null;
|
|
42340
42382
|
introSlide?: IntroSlideTemplate | null;
|
|
42341
42383
|
sectionSlide?: SectionSlideTemplate | null;
|
|
42342
42384
|
contentSlide?: ContentSlideTemplate | null;
|
|
42343
42385
|
}
|
|
42344
42386
|
|
|
42345
|
-
export declare type
|
|
42387
|
+
export declare type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = "PDF" | "PPTX";
|
|
42346
42388
|
|
|
42347
42389
|
/**
|
|
42348
42390
|
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
42349
42391
|
*/
|
|
42350
|
-
export declare interface
|
|
42392
|
+
export declare interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
|
|
42351
42393
|
/**
|
|
42352
42394
|
* Export types this template applies to.
|
|
42353
42395
|
*/
|
|
42354
|
-
appliedOn: Array<
|
|
42396
|
+
appliedOn: Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
42355
42397
|
contentSlide?: ContentSlideTemplate | null;
|
|
42356
42398
|
}
|
|
42357
42399
|
|
|
42358
|
-
export declare type
|
|
42400
|
+
export declare type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = "PDF" | "PPTX";
|
|
42401
|
+
|
|
42402
|
+
export declare interface JsonApiExportTemplatePatchDocument {
|
|
42403
|
+
data: JsonApiExportTemplatePatch;
|
|
42404
|
+
}
|
|
42405
|
+
|
|
42406
|
+
export declare type JsonApiExportTemplatePatchTypeEnum = "exportTemplate";
|
|
42407
|
+
|
|
42408
|
+
/**
|
|
42409
|
+
* JSON:API representation of exportTemplate entity.
|
|
42410
|
+
*/
|
|
42411
|
+
export declare interface JsonApiExportTemplatePostOptionalId {
|
|
42412
|
+
/**
|
|
42413
|
+
* Object type
|
|
42414
|
+
*/
|
|
42415
|
+
type: JsonApiExportTemplatePostOptionalIdTypeEnum;
|
|
42416
|
+
/**
|
|
42417
|
+
* API identifier of an object
|
|
42418
|
+
*/
|
|
42419
|
+
id?: string;
|
|
42420
|
+
attributes: JsonApiExportTemplateOutAttributes;
|
|
42421
|
+
}
|
|
42359
42422
|
|
|
42360
42423
|
export declare interface JsonApiExportTemplatePostOptionalIdDocument {
|
|
42361
42424
|
data: JsonApiExportTemplatePostOptionalId;
|
|
@@ -42385,7 +42448,7 @@ export declare interface JsonApiFactOut {
|
|
|
42385
42448
|
* API identifier of an object
|
|
42386
42449
|
*/
|
|
42387
42450
|
id: string;
|
|
42388
|
-
meta?:
|
|
42451
|
+
meta?: JsonApiDatasetOutMeta;
|
|
42389
42452
|
attributes?: JsonApiFactOutAttributes;
|
|
42390
42453
|
relationships?: JsonApiFactOutRelationships;
|
|
42391
42454
|
}
|
|
@@ -42417,7 +42480,7 @@ export declare interface JsonApiFactOutDocument {
|
|
|
42417
42480
|
export declare interface JsonApiFactOutList {
|
|
42418
42481
|
data: Array<JsonApiFactOutWithLinks>;
|
|
42419
42482
|
links?: ListLinks;
|
|
42420
|
-
meta?:
|
|
42483
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
42421
42484
|
/**
|
|
42422
42485
|
* Included resources
|
|
42423
42486
|
*/
|
|
@@ -42425,7 +42488,11 @@ export declare interface JsonApiFactOutList {
|
|
|
42425
42488
|
}
|
|
42426
42489
|
|
|
42427
42490
|
export declare interface JsonApiFactOutRelationships {
|
|
42428
|
-
dataset?:
|
|
42491
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
42492
|
+
}
|
|
42493
|
+
|
|
42494
|
+
export declare interface JsonApiFactOutRelationshipsDataset {
|
|
42495
|
+
data: JsonApiDatasetLinkage | null;
|
|
42429
42496
|
}
|
|
42430
42497
|
|
|
42431
42498
|
export declare type JsonApiFactOutTypeEnum = "fact";
|
|
@@ -42439,7 +42506,7 @@ export declare interface JsonApiFactOutWithLinks {
|
|
|
42439
42506
|
* API identifier of an object
|
|
42440
42507
|
*/
|
|
42441
42508
|
id: string;
|
|
42442
|
-
meta?:
|
|
42509
|
+
meta?: JsonApiDatasetOutMeta;
|
|
42443
42510
|
attributes?: JsonApiFactOutAttributes;
|
|
42444
42511
|
relationships?: JsonApiFactOutRelationships;
|
|
42445
42512
|
links?: ObjectLinks;
|
|
@@ -42490,7 +42557,7 @@ export declare interface JsonApiFilterContextOut {
|
|
|
42490
42557
|
* API identifier of an object
|
|
42491
42558
|
*/
|
|
42492
42559
|
id: string;
|
|
42493
|
-
meta?:
|
|
42560
|
+
meta?: JsonApiDatasetOutMeta;
|
|
42494
42561
|
attributes: JsonApiFilterContextOutAttributes;
|
|
42495
42562
|
relationships?: JsonApiFilterContextOutRelationships;
|
|
42496
42563
|
}
|
|
@@ -42526,7 +42593,7 @@ export declare type JsonApiFilterContextOutIncludes = JsonApiAttributeOutWithLin
|
|
|
42526
42593
|
export declare interface JsonApiFilterContextOutList {
|
|
42527
42594
|
data: Array<JsonApiFilterContextOutWithLinks>;
|
|
42528
42595
|
links?: ListLinks;
|
|
42529
|
-
meta?:
|
|
42596
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
42530
42597
|
/**
|
|
42531
42598
|
* Included resources
|
|
42532
42599
|
*/
|
|
@@ -42534,8 +42601,8 @@ export declare interface JsonApiFilterContextOutList {
|
|
|
42534
42601
|
}
|
|
42535
42602
|
|
|
42536
42603
|
export declare interface JsonApiFilterContextOutRelationships {
|
|
42537
|
-
attributes?:
|
|
42538
|
-
datasets?:
|
|
42604
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
42605
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
42539
42606
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
42540
42607
|
}
|
|
42541
42608
|
|
|
@@ -42550,7 +42617,7 @@ export declare interface JsonApiFilterContextOutWithLinks {
|
|
|
42550
42617
|
* API identifier of an object
|
|
42551
42618
|
*/
|
|
42552
42619
|
id: string;
|
|
42553
|
-
meta?:
|
|
42620
|
+
meta?: JsonApiDatasetOutMeta;
|
|
42554
42621
|
attributes: JsonApiFilterContextOutAttributes;
|
|
42555
42622
|
relationships?: JsonApiFilterContextOutRelationships;
|
|
42556
42623
|
links?: ObjectLinks;
|
|
@@ -42613,7 +42680,7 @@ export declare interface JsonApiFilterViewIn {
|
|
|
42613
42680
|
*/
|
|
42614
42681
|
id: string;
|
|
42615
42682
|
attributes: JsonApiFilterViewOutAttributes;
|
|
42616
|
-
relationships?:
|
|
42683
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
42617
42684
|
}
|
|
42618
42685
|
|
|
42619
42686
|
export declare interface JsonApiFilterViewInDocument {
|
|
@@ -42635,7 +42702,7 @@ export declare interface JsonApiFilterViewOut {
|
|
|
42635
42702
|
*/
|
|
42636
42703
|
id: string;
|
|
42637
42704
|
attributes: JsonApiFilterViewOutAttributes;
|
|
42638
|
-
relationships?:
|
|
42705
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
42639
42706
|
}
|
|
42640
42707
|
|
|
42641
42708
|
export declare interface JsonApiFilterViewOutAttributes {
|
|
@@ -42673,13 +42740,22 @@ export declare type JsonApiFilterViewOutIncludes = JsonApiAnalyticalDashboardOut
|
|
|
42673
42740
|
export declare interface JsonApiFilterViewOutList {
|
|
42674
42741
|
data: Array<JsonApiFilterViewOutWithLinks>;
|
|
42675
42742
|
links?: ListLinks;
|
|
42676
|
-
meta?:
|
|
42743
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
42677
42744
|
/**
|
|
42678
42745
|
* Included resources
|
|
42679
42746
|
*/
|
|
42680
42747
|
included?: Array<JsonApiFilterViewOutIncludes>;
|
|
42681
42748
|
}
|
|
42682
42749
|
|
|
42750
|
+
export declare interface JsonApiFilterViewOutRelationships {
|
|
42751
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
42752
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
42753
|
+
}
|
|
42754
|
+
|
|
42755
|
+
export declare interface JsonApiFilterViewOutRelationshipsUser {
|
|
42756
|
+
data: JsonApiUserLinkage | null;
|
|
42757
|
+
}
|
|
42758
|
+
|
|
42683
42759
|
export declare type JsonApiFilterViewOutTypeEnum = "filterView";
|
|
42684
42760
|
|
|
42685
42761
|
export declare interface JsonApiFilterViewOutWithLinks {
|
|
@@ -42692,7 +42768,7 @@ export declare interface JsonApiFilterViewOutWithLinks {
|
|
|
42692
42768
|
*/
|
|
42693
42769
|
id: string;
|
|
42694
42770
|
attributes: JsonApiFilterViewOutAttributes;
|
|
42695
|
-
relationships?:
|
|
42771
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
42696
42772
|
links?: ObjectLinks;
|
|
42697
42773
|
}
|
|
42698
42774
|
|
|
@@ -42711,7 +42787,7 @@ export declare interface JsonApiFilterViewPatch {
|
|
|
42711
42787
|
*/
|
|
42712
42788
|
id: string;
|
|
42713
42789
|
attributes: JsonApiFilterViewPatchAttributes;
|
|
42714
|
-
relationships?:
|
|
42790
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
42715
42791
|
}
|
|
42716
42792
|
|
|
42717
42793
|
export declare interface JsonApiFilterViewPatchAttributes {
|
|
@@ -42733,11 +42809,6 @@ export declare interface JsonApiFilterViewPatchDocument {
|
|
|
42733
42809
|
data: JsonApiFilterViewPatch;
|
|
42734
42810
|
}
|
|
42735
42811
|
|
|
42736
|
-
export declare interface JsonApiFilterViewPatchRelationships {
|
|
42737
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
42738
|
-
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
42739
|
-
}
|
|
42740
|
-
|
|
42741
42812
|
export declare type JsonApiFilterViewPatchTypeEnum = "filterView";
|
|
42742
42813
|
|
|
42743
42814
|
export declare const jsonApiHeaders: {
|
|
@@ -42757,62 +42828,9 @@ export declare interface JsonApiIdentityProviderIn {
|
|
|
42757
42828
|
* API identifier of an object
|
|
42758
42829
|
*/
|
|
42759
42830
|
id: string;
|
|
42760
|
-
attributes?:
|
|
42831
|
+
attributes?: JsonApiIdentityProviderPatchAttributes;
|
|
42761
42832
|
}
|
|
42762
42833
|
|
|
42763
|
-
export declare interface JsonApiIdentityProviderInAttributes {
|
|
42764
|
-
/**
|
|
42765
|
-
* 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.
|
|
42766
|
-
*/
|
|
42767
|
-
identifiers?: Array<string>;
|
|
42768
|
-
/**
|
|
42769
|
-
* 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.
|
|
42770
|
-
*/
|
|
42771
|
-
customClaimMapping?: {
|
|
42772
|
-
[key: string]: string;
|
|
42773
|
-
};
|
|
42774
|
-
/**
|
|
42775
|
-
* 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.
|
|
42776
|
-
*/
|
|
42777
|
-
samlMetadata?: string;
|
|
42778
|
-
/**
|
|
42779
|
-
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
42780
|
-
*/
|
|
42781
|
-
oauthClientId?: string;
|
|
42782
|
-
/**
|
|
42783
|
-
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
42784
|
-
*/
|
|
42785
|
-
oauthClientSecret?: string;
|
|
42786
|
-
/**
|
|
42787
|
-
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
42788
|
-
*/
|
|
42789
|
-
oauthIssuerLocation?: string;
|
|
42790
|
-
/**
|
|
42791
|
-
* 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.
|
|
42792
|
-
*/
|
|
42793
|
-
oauthIssuerId?: string;
|
|
42794
|
-
/**
|
|
42795
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
42796
|
-
*/
|
|
42797
|
-
oauthSubjectIdClaim?: string;
|
|
42798
|
-
/**
|
|
42799
|
-
* 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.
|
|
42800
|
-
*/
|
|
42801
|
-
oauthCustomAuthAttributes?: {
|
|
42802
|
-
[key: string]: string;
|
|
42803
|
-
};
|
|
42804
|
-
/**
|
|
42805
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
42806
|
-
*/
|
|
42807
|
-
oauthCustomScopes?: Array<string> | null;
|
|
42808
|
-
/**
|
|
42809
|
-
* Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. DEX_IDP represents internal Dex IdP which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
42810
|
-
*/
|
|
42811
|
-
idpType?: JsonApiIdentityProviderInAttributesIdpTypeEnum;
|
|
42812
|
-
}
|
|
42813
|
-
|
|
42814
|
-
export declare type JsonApiIdentityProviderInAttributesIdpTypeEnum = "MANAGED_IDP" | "FIM_IDP" | "DEX_IDP" | "CUSTOM_IDP";
|
|
42815
|
-
|
|
42816
42834
|
export declare interface JsonApiIdentityProviderInDocument {
|
|
42817
42835
|
data: JsonApiIdentityProviderIn;
|
|
42818
42836
|
}
|
|
@@ -42900,7 +42918,7 @@ export declare interface JsonApiIdentityProviderOutDocument {
|
|
|
42900
42918
|
export declare interface JsonApiIdentityProviderOutList {
|
|
42901
42919
|
data: Array<JsonApiIdentityProviderOutWithLinks>;
|
|
42902
42920
|
links?: ListLinks;
|
|
42903
|
-
meta?:
|
|
42921
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
42904
42922
|
}
|
|
42905
42923
|
|
|
42906
42924
|
export declare type JsonApiIdentityProviderOutTypeEnum = "identityProvider";
|
|
@@ -42932,9 +42950,62 @@ export declare interface JsonApiIdentityProviderPatch {
|
|
|
42932
42950
|
* API identifier of an object
|
|
42933
42951
|
*/
|
|
42934
42952
|
id: string;
|
|
42935
|
-
attributes?:
|
|
42953
|
+
attributes?: JsonApiIdentityProviderPatchAttributes;
|
|
42936
42954
|
}
|
|
42937
42955
|
|
|
42956
|
+
export declare interface JsonApiIdentityProviderPatchAttributes {
|
|
42957
|
+
/**
|
|
42958
|
+
* 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.
|
|
42959
|
+
*/
|
|
42960
|
+
identifiers?: Array<string>;
|
|
42961
|
+
/**
|
|
42962
|
+
* 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.
|
|
42963
|
+
*/
|
|
42964
|
+
customClaimMapping?: {
|
|
42965
|
+
[key: string]: string;
|
|
42966
|
+
};
|
|
42967
|
+
/**
|
|
42968
|
+
* 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.
|
|
42969
|
+
*/
|
|
42970
|
+
samlMetadata?: string;
|
|
42971
|
+
/**
|
|
42972
|
+
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
42973
|
+
*/
|
|
42974
|
+
oauthClientId?: string;
|
|
42975
|
+
/**
|
|
42976
|
+
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
42977
|
+
*/
|
|
42978
|
+
oauthClientSecret?: string;
|
|
42979
|
+
/**
|
|
42980
|
+
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
42981
|
+
*/
|
|
42982
|
+
oauthIssuerLocation?: string;
|
|
42983
|
+
/**
|
|
42984
|
+
* 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.
|
|
42985
|
+
*/
|
|
42986
|
+
oauthIssuerId?: string;
|
|
42987
|
+
/**
|
|
42988
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
42989
|
+
*/
|
|
42990
|
+
oauthSubjectIdClaim?: string;
|
|
42991
|
+
/**
|
|
42992
|
+
* 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.
|
|
42993
|
+
*/
|
|
42994
|
+
oauthCustomAuthAttributes?: {
|
|
42995
|
+
[key: string]: string;
|
|
42996
|
+
};
|
|
42997
|
+
/**
|
|
42998
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
42999
|
+
*/
|
|
43000
|
+
oauthCustomScopes?: Array<string> | null;
|
|
43001
|
+
/**
|
|
43002
|
+
* Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. DEX_IDP represents internal Dex IdP which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
43003
|
+
*/
|
|
43004
|
+
idpType?: JsonApiIdentityProviderPatchAttributesIdpTypeEnum;
|
|
43005
|
+
}
|
|
43006
|
+
|
|
43007
|
+
export declare type JsonApiIdentityProviderPatchAttributesIdpTypeEnum = "MANAGED_IDP" | "FIM_IDP" | "DEX_IDP" | "CUSTOM_IDP";
|
|
43008
|
+
|
|
42938
43009
|
export declare interface JsonApiIdentityProviderPatchDocument {
|
|
42939
43010
|
data: JsonApiIdentityProviderPatch;
|
|
42940
43011
|
}
|
|
@@ -42953,11 +43024,7 @@ export declare interface JsonApiJwkIn {
|
|
|
42953
43024
|
* API identifier of an object
|
|
42954
43025
|
*/
|
|
42955
43026
|
id: string;
|
|
42956
|
-
attributes?:
|
|
42957
|
-
}
|
|
42958
|
-
|
|
42959
|
-
export declare interface JsonApiJwkInAttributes {
|
|
42960
|
-
content?: RsaSpecification;
|
|
43027
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
42961
43028
|
}
|
|
42962
43029
|
|
|
42963
43030
|
export declare interface JsonApiJwkInDocument {
|
|
@@ -42978,7 +43045,7 @@ export declare interface JsonApiJwkOut {
|
|
|
42978
43045
|
* API identifier of an object
|
|
42979
43046
|
*/
|
|
42980
43047
|
id: string;
|
|
42981
|
-
attributes?:
|
|
43048
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
42982
43049
|
}
|
|
42983
43050
|
|
|
42984
43051
|
export declare interface JsonApiJwkOutDocument {
|
|
@@ -42992,7 +43059,7 @@ export declare interface JsonApiJwkOutDocument {
|
|
|
42992
43059
|
export declare interface JsonApiJwkOutList {
|
|
42993
43060
|
data: Array<JsonApiJwkOutWithLinks>;
|
|
42994
43061
|
links?: ListLinks;
|
|
42995
|
-
meta?:
|
|
43062
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
42996
43063
|
}
|
|
42997
43064
|
|
|
42998
43065
|
export declare type JsonApiJwkOutTypeEnum = "jwk";
|
|
@@ -43006,7 +43073,7 @@ export declare interface JsonApiJwkOutWithLinks {
|
|
|
43006
43073
|
* API identifier of an object
|
|
43007
43074
|
*/
|
|
43008
43075
|
id: string;
|
|
43009
|
-
attributes?:
|
|
43076
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
43010
43077
|
links?: ObjectLinks;
|
|
43011
43078
|
}
|
|
43012
43079
|
|
|
@@ -43024,7 +43091,11 @@ export declare interface JsonApiJwkPatch {
|
|
|
43024
43091
|
* API identifier of an object
|
|
43025
43092
|
*/
|
|
43026
43093
|
id: string;
|
|
43027
|
-
attributes?:
|
|
43094
|
+
attributes?: JsonApiJwkPatchAttributes;
|
|
43095
|
+
}
|
|
43096
|
+
|
|
43097
|
+
export declare interface JsonApiJwkPatchAttributes {
|
|
43098
|
+
content?: RsaSpecification;
|
|
43028
43099
|
}
|
|
43029
43100
|
|
|
43030
43101
|
export declare interface JsonApiJwkPatchDocument {
|
|
@@ -43055,7 +43126,7 @@ export declare interface JsonApiLabelOut {
|
|
|
43055
43126
|
* API identifier of an object
|
|
43056
43127
|
*/
|
|
43057
43128
|
id: string;
|
|
43058
|
-
meta?:
|
|
43129
|
+
meta?: JsonApiDatasetOutMeta;
|
|
43059
43130
|
attributes?: JsonApiLabelOutAttributes;
|
|
43060
43131
|
relationships?: JsonApiLabelOutRelationships;
|
|
43061
43132
|
}
|
|
@@ -43106,7 +43177,7 @@ export declare interface JsonApiLabelOutDocument {
|
|
|
43106
43177
|
export declare interface JsonApiLabelOutList {
|
|
43107
43178
|
data: Array<JsonApiLabelOutWithLinks>;
|
|
43108
43179
|
links?: ListLinks;
|
|
43109
|
-
meta?:
|
|
43180
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
43110
43181
|
/**
|
|
43111
43182
|
* Included resources
|
|
43112
43183
|
*/
|
|
@@ -43132,7 +43203,7 @@ export declare interface JsonApiLabelOutWithLinks {
|
|
|
43132
43203
|
* API identifier of an object
|
|
43133
43204
|
*/
|
|
43134
43205
|
id: string;
|
|
43135
|
-
meta?:
|
|
43206
|
+
meta?: JsonApiDatasetOutMeta;
|
|
43136
43207
|
attributes?: JsonApiLabelOutAttributes;
|
|
43137
43208
|
relationships?: JsonApiLabelOutRelationships;
|
|
43138
43209
|
links?: ObjectLinks;
|
|
@@ -43241,7 +43312,7 @@ export declare interface JsonApiLlmEndpointOutDocument {
|
|
|
43241
43312
|
export declare interface JsonApiLlmEndpointOutList {
|
|
43242
43313
|
data: Array<JsonApiLlmEndpointOutWithLinks>;
|
|
43243
43314
|
links?: ListLinks;
|
|
43244
|
-
meta?:
|
|
43315
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
43245
43316
|
}
|
|
43246
43317
|
|
|
43247
43318
|
export declare type JsonApiLlmEndpointOutTypeEnum = "llmEndpoint";
|
|
@@ -43323,9 +43394,34 @@ export declare interface JsonApiMemoryItemIn {
|
|
|
43323
43394
|
* API identifier of an object
|
|
43324
43395
|
*/
|
|
43325
43396
|
id: string;
|
|
43326
|
-
attributes:
|
|
43397
|
+
attributes: JsonApiMemoryItemInAttributes;
|
|
43327
43398
|
}
|
|
43328
43399
|
|
|
43400
|
+
export declare interface JsonApiMemoryItemInAttributes {
|
|
43401
|
+
title?: string;
|
|
43402
|
+
description?: string;
|
|
43403
|
+
tags?: Array<string>;
|
|
43404
|
+
areRelationsValid?: boolean;
|
|
43405
|
+
/**
|
|
43406
|
+
* Strategy defining when the memory item should be applied
|
|
43407
|
+
*/
|
|
43408
|
+
strategy: JsonApiMemoryItemInAttributesStrategyEnum;
|
|
43409
|
+
/**
|
|
43410
|
+
* The text that will be injected into the system prompt
|
|
43411
|
+
*/
|
|
43412
|
+
instruction: string;
|
|
43413
|
+
/**
|
|
43414
|
+
* Set of unique strings used for semantic similarity filtering
|
|
43415
|
+
*/
|
|
43416
|
+
keywords?: Array<string>;
|
|
43417
|
+
/**
|
|
43418
|
+
* Whether memory item is disabled
|
|
43419
|
+
*/
|
|
43420
|
+
isDisabled?: boolean;
|
|
43421
|
+
}
|
|
43422
|
+
|
|
43423
|
+
export declare type JsonApiMemoryItemInAttributesStrategyEnum = "ALWAYS" | "AUTO";
|
|
43424
|
+
|
|
43329
43425
|
export declare interface JsonApiMemoryItemInDocument {
|
|
43330
43426
|
data: JsonApiMemoryItemIn;
|
|
43331
43427
|
}
|
|
@@ -43344,7 +43440,7 @@ export declare interface JsonApiMemoryItemOut {
|
|
|
43344
43440
|
* API identifier of an object
|
|
43345
43441
|
*/
|
|
43346
43442
|
id: string;
|
|
43347
|
-
meta?:
|
|
43443
|
+
meta?: JsonApiDatasetOutMeta;
|
|
43348
43444
|
attributes: JsonApiMemoryItemOutAttributes;
|
|
43349
43445
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
43350
43446
|
}
|
|
@@ -43391,7 +43487,7 @@ export declare interface JsonApiMemoryItemOutDocument {
|
|
|
43391
43487
|
export declare interface JsonApiMemoryItemOutList {
|
|
43392
43488
|
data: Array<JsonApiMemoryItemOutWithLinks>;
|
|
43393
43489
|
links?: ListLinks;
|
|
43394
|
-
meta?:
|
|
43490
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
43395
43491
|
/**
|
|
43396
43492
|
* Included resources
|
|
43397
43493
|
*/
|
|
@@ -43409,7 +43505,7 @@ export declare interface JsonApiMemoryItemOutWithLinks {
|
|
|
43409
43505
|
* API identifier of an object
|
|
43410
43506
|
*/
|
|
43411
43507
|
id: string;
|
|
43412
|
-
meta?:
|
|
43508
|
+
meta?: JsonApiDatasetOutMeta;
|
|
43413
43509
|
attributes: JsonApiMemoryItemOutAttributes;
|
|
43414
43510
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
43415
43511
|
links?: ObjectLinks;
|
|
@@ -43475,34 +43571,9 @@ export declare interface JsonApiMemoryItemPostOptionalId {
|
|
|
43475
43571
|
* API identifier of an object
|
|
43476
43572
|
*/
|
|
43477
43573
|
id?: string;
|
|
43478
|
-
attributes:
|
|
43479
|
-
}
|
|
43480
|
-
|
|
43481
|
-
export declare interface JsonApiMemoryItemPostOptionalIdAttributes {
|
|
43482
|
-
title?: string;
|
|
43483
|
-
description?: string;
|
|
43484
|
-
tags?: Array<string>;
|
|
43485
|
-
areRelationsValid?: boolean;
|
|
43486
|
-
/**
|
|
43487
|
-
* Strategy defining when the memory item should be applied
|
|
43488
|
-
*/
|
|
43489
|
-
strategy: JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum;
|
|
43490
|
-
/**
|
|
43491
|
-
* The text that will be injected into the system prompt
|
|
43492
|
-
*/
|
|
43493
|
-
instruction: string;
|
|
43494
|
-
/**
|
|
43495
|
-
* Set of unique strings used for semantic similarity filtering
|
|
43496
|
-
*/
|
|
43497
|
-
keywords?: Array<string>;
|
|
43498
|
-
/**
|
|
43499
|
-
* Whether memory item is disabled
|
|
43500
|
-
*/
|
|
43501
|
-
isDisabled?: boolean;
|
|
43574
|
+
attributes: JsonApiMemoryItemInAttributes;
|
|
43502
43575
|
}
|
|
43503
43576
|
|
|
43504
|
-
export declare type JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum = "ALWAYS" | "AUTO";
|
|
43505
|
-
|
|
43506
43577
|
export declare interface JsonApiMemoryItemPostOptionalIdDocument {
|
|
43507
43578
|
data: JsonApiMemoryItemPostOptionalId;
|
|
43508
43579
|
}
|
|
@@ -43521,7 +43592,16 @@ export declare interface JsonApiMetricIn {
|
|
|
43521
43592
|
* API identifier of an object
|
|
43522
43593
|
*/
|
|
43523
43594
|
id: string;
|
|
43524
|
-
attributes:
|
|
43595
|
+
attributes: JsonApiMetricInAttributes;
|
|
43596
|
+
}
|
|
43597
|
+
|
|
43598
|
+
export declare interface JsonApiMetricInAttributes {
|
|
43599
|
+
title?: string;
|
|
43600
|
+
description?: string;
|
|
43601
|
+
tags?: Array<string>;
|
|
43602
|
+
areRelationsValid?: boolean;
|
|
43603
|
+
content: JsonApiMetricOutAttributesContent;
|
|
43604
|
+
isHidden?: boolean;
|
|
43525
43605
|
}
|
|
43526
43606
|
|
|
43527
43607
|
export declare interface JsonApiMetricInDocument {
|
|
@@ -43552,7 +43632,7 @@ export declare interface JsonApiMetricOut {
|
|
|
43552
43632
|
* API identifier of an object
|
|
43553
43633
|
*/
|
|
43554
43634
|
id: string;
|
|
43555
|
-
meta?:
|
|
43635
|
+
meta?: JsonApiDatasetOutMeta;
|
|
43556
43636
|
attributes: JsonApiMetricOutAttributes;
|
|
43557
43637
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
43558
43638
|
}
|
|
@@ -43593,7 +43673,7 @@ export declare type JsonApiMetricOutIncludes = JsonApiAttributeOutWithLinks | Js
|
|
|
43593
43673
|
export declare interface JsonApiMetricOutList {
|
|
43594
43674
|
data: Array<JsonApiMetricOutWithLinks>;
|
|
43595
43675
|
links?: ListLinks;
|
|
43596
|
-
meta?:
|
|
43676
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
43597
43677
|
/**
|
|
43598
43678
|
* Included resources
|
|
43599
43679
|
*/
|
|
@@ -43611,7 +43691,7 @@ export declare interface JsonApiMetricOutWithLinks {
|
|
|
43611
43691
|
* API identifier of an object
|
|
43612
43692
|
*/
|
|
43613
43693
|
id: string;
|
|
43614
|
-
meta?:
|
|
43694
|
+
meta?: JsonApiDatasetOutMeta;
|
|
43615
43695
|
attributes: JsonApiMetricOutAttributes;
|
|
43616
43696
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
43617
43697
|
links?: ObjectLinks;
|
|
@@ -43661,16 +43741,7 @@ export declare interface JsonApiMetricPostOptionalId {
|
|
|
43661
43741
|
* API identifier of an object
|
|
43662
43742
|
*/
|
|
43663
43743
|
id?: string;
|
|
43664
|
-
attributes:
|
|
43665
|
-
}
|
|
43666
|
-
|
|
43667
|
-
export declare interface JsonApiMetricPostOptionalIdAttributes {
|
|
43668
|
-
title?: string;
|
|
43669
|
-
description?: string;
|
|
43670
|
-
tags?: Array<string>;
|
|
43671
|
-
areRelationsValid?: boolean;
|
|
43672
|
-
content: JsonApiMetricOutAttributesContent;
|
|
43673
|
-
isHidden?: boolean;
|
|
43744
|
+
attributes: JsonApiMetricInAttributes;
|
|
43674
43745
|
}
|
|
43675
43746
|
|
|
43676
43747
|
export declare interface JsonApiMetricPostOptionalIdDocument {
|
|
@@ -43719,7 +43790,7 @@ export declare interface JsonApiNotificationChannelIdentifierOutDocument {
|
|
|
43719
43790
|
export declare interface JsonApiNotificationChannelIdentifierOutList {
|
|
43720
43791
|
data: Array<JsonApiNotificationChannelIdentifierOutWithLinks>;
|
|
43721
43792
|
links?: ListLinks;
|
|
43722
|
-
meta?:
|
|
43793
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
43723
43794
|
}
|
|
43724
43795
|
|
|
43725
43796
|
export declare type JsonApiNotificationChannelIdentifierOutTypeEnum = "notificationChannelIdentifier";
|
|
@@ -43751,7 +43822,7 @@ export declare interface JsonApiNotificationChannelIn {
|
|
|
43751
43822
|
* API identifier of an object
|
|
43752
43823
|
*/
|
|
43753
43824
|
id: string;
|
|
43754
|
-
attributes?:
|
|
43825
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
43755
43826
|
}
|
|
43756
43827
|
|
|
43757
43828
|
export declare interface JsonApiNotificationChannelInDocument {
|
|
@@ -43788,7 +43859,7 @@ export declare interface JsonApiNotificationChannelOut {
|
|
|
43788
43859
|
export declare interface JsonApiNotificationChannelOutAttributes {
|
|
43789
43860
|
name?: string | null;
|
|
43790
43861
|
description?: string | null;
|
|
43791
|
-
destination?:
|
|
43862
|
+
destination?: JsonApiNotificationChannelPatchAttributesDestination;
|
|
43792
43863
|
destinationType?: JsonApiNotificationChannelOutAttributesDestinationTypeEnum | null;
|
|
43793
43864
|
/**
|
|
43794
43865
|
* 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}
|
|
@@ -43831,7 +43902,7 @@ export declare interface JsonApiNotificationChannelOutDocument {
|
|
|
43831
43902
|
export declare interface JsonApiNotificationChannelOutList {
|
|
43832
43903
|
data: Array<JsonApiNotificationChannelOutWithLinks>;
|
|
43833
43904
|
links?: ListLinks;
|
|
43834
|
-
meta?:
|
|
43905
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
43835
43906
|
}
|
|
43836
43907
|
|
|
43837
43908
|
export declare type JsonApiNotificationChannelOutTypeEnum = "notificationChannel";
|
|
@@ -43863,34 +43934,13 @@ export declare interface JsonApiNotificationChannelPatch {
|
|
|
43863
43934
|
* API identifier of an object
|
|
43864
43935
|
*/
|
|
43865
43936
|
id: string;
|
|
43866
|
-
attributes?:
|
|
43937
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
43867
43938
|
}
|
|
43868
43939
|
|
|
43869
|
-
export declare interface
|
|
43870
|
-
data: JsonApiNotificationChannelPatch;
|
|
43871
|
-
}
|
|
43872
|
-
|
|
43873
|
-
export declare type JsonApiNotificationChannelPatchTypeEnum = "notificationChannel";
|
|
43874
|
-
|
|
43875
|
-
/**
|
|
43876
|
-
* JSON:API representation of notificationChannel entity.
|
|
43877
|
-
*/
|
|
43878
|
-
export declare interface JsonApiNotificationChannelPostOptionalId {
|
|
43879
|
-
/**
|
|
43880
|
-
* Object type
|
|
43881
|
-
*/
|
|
43882
|
-
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
43883
|
-
/**
|
|
43884
|
-
* API identifier of an object
|
|
43885
|
-
*/
|
|
43886
|
-
id?: string;
|
|
43887
|
-
attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
43888
|
-
}
|
|
43889
|
-
|
|
43890
|
-
export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
43940
|
+
export declare interface JsonApiNotificationChannelPatchAttributes {
|
|
43891
43941
|
name?: string | null;
|
|
43892
43942
|
description?: string | null;
|
|
43893
|
-
destination?:
|
|
43943
|
+
destination?: JsonApiNotificationChannelPatchAttributesDestination;
|
|
43894
43944
|
/**
|
|
43895
43945
|
* 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}
|
|
43896
43946
|
*/
|
|
@@ -43898,7 +43948,7 @@ export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
|
43898
43948
|
/**
|
|
43899
43949
|
* 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
|
|
43900
43950
|
*/
|
|
43901
|
-
dashboardLinkVisibility?:
|
|
43951
|
+
dashboardLinkVisibility?: JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum;
|
|
43902
43952
|
/**
|
|
43903
43953
|
* 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}}
|
|
43904
43954
|
*/
|
|
@@ -43906,24 +43956,45 @@ export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
|
43906
43956
|
/**
|
|
43907
43957
|
* 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
|
|
43908
43958
|
*/
|
|
43909
|
-
allowedRecipients?:
|
|
43959
|
+
allowedRecipients?: JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum;
|
|
43910
43960
|
/**
|
|
43911
43961
|
* 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
|
|
43912
43962
|
*/
|
|
43913
|
-
inPlatformNotification?:
|
|
43963
|
+
inPlatformNotification?: JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum;
|
|
43914
43964
|
}
|
|
43915
43965
|
|
|
43916
|
-
export declare type
|
|
43966
|
+
export declare type JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum = "CREATOR" | "INTERNAL" | "EXTERNAL";
|
|
43917
43967
|
|
|
43918
|
-
export declare type
|
|
43968
|
+
export declare type JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum = "HIDDEN" | "INTERNAL_ONLY" | "ALL";
|
|
43919
43969
|
|
|
43920
43970
|
/**
|
|
43921
|
-
* @type
|
|
43971
|
+
* @type JsonApiNotificationChannelPatchAttributesDestination
|
|
43922
43972
|
* The destination where the notifications are to be sent.
|
|
43923
43973
|
*/
|
|
43924
|
-
export declare type
|
|
43974
|
+
export declare type JsonApiNotificationChannelPatchAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
43925
43975
|
|
|
43926
|
-
export declare type
|
|
43976
|
+
export declare type JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum = "DISABLED" | "ENABLED";
|
|
43977
|
+
|
|
43978
|
+
export declare interface JsonApiNotificationChannelPatchDocument {
|
|
43979
|
+
data: JsonApiNotificationChannelPatch;
|
|
43980
|
+
}
|
|
43981
|
+
|
|
43982
|
+
export declare type JsonApiNotificationChannelPatchTypeEnum = "notificationChannel";
|
|
43983
|
+
|
|
43984
|
+
/**
|
|
43985
|
+
* JSON:API representation of notificationChannel entity.
|
|
43986
|
+
*/
|
|
43987
|
+
export declare interface JsonApiNotificationChannelPostOptionalId {
|
|
43988
|
+
/**
|
|
43989
|
+
* Object type
|
|
43990
|
+
*/
|
|
43991
|
+
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
43992
|
+
/**
|
|
43993
|
+
* API identifier of an object
|
|
43994
|
+
*/
|
|
43995
|
+
id?: string;
|
|
43996
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
43997
|
+
}
|
|
43927
43998
|
|
|
43928
43999
|
export declare interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
43929
44000
|
data: JsonApiNotificationChannelPostOptionalId;
|
|
@@ -43943,33 +44014,14 @@ export declare interface JsonApiOrganizationIn {
|
|
|
43943
44014
|
* API identifier of an object
|
|
43944
44015
|
*/
|
|
43945
44016
|
id: string;
|
|
43946
|
-
attributes?:
|
|
43947
|
-
relationships?:
|
|
43948
|
-
}
|
|
43949
|
-
|
|
43950
|
-
export declare interface JsonApiOrganizationInAttributes {
|
|
43951
|
-
name?: string | null;
|
|
43952
|
-
hostname?: string;
|
|
43953
|
-
allowedOrigins?: Array<string>;
|
|
43954
|
-
/**
|
|
43955
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
43956
|
-
* @deprecated
|
|
43957
|
-
*/
|
|
43958
|
-
earlyAccess?: string | null;
|
|
43959
|
-
/**
|
|
43960
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
43961
|
-
*/
|
|
43962
|
-
earlyAccessValues?: Array<string> | null;
|
|
44017
|
+
attributes?: JsonApiOrganizationPatchAttributes;
|
|
44018
|
+
relationships?: JsonApiOrganizationPatchRelationships;
|
|
43963
44019
|
}
|
|
43964
44020
|
|
|
43965
44021
|
export declare interface JsonApiOrganizationInDocument {
|
|
43966
44022
|
data: JsonApiOrganizationIn;
|
|
43967
44023
|
}
|
|
43968
44024
|
|
|
43969
|
-
export declare interface JsonApiOrganizationInRelationships {
|
|
43970
|
-
identityProvider?: JsonApiOrganizationOutRelationshipsIdentityProvider;
|
|
43971
|
-
}
|
|
43972
|
-
|
|
43973
44025
|
export declare type JsonApiOrganizationInTypeEnum = "organization";
|
|
43974
44026
|
|
|
43975
44027
|
/**
|
|
@@ -44036,21 +44088,9 @@ export declare interface JsonApiOrganizationOutMeta {
|
|
|
44036
44088
|
export declare type JsonApiOrganizationOutMetaPermissionsEnum = "MANAGE" | "SELF_CREATE_TOKEN";
|
|
44037
44089
|
|
|
44038
44090
|
export declare interface JsonApiOrganizationOutRelationships {
|
|
44039
|
-
bootstrapUser?:
|
|
44040
|
-
bootstrapUserGroup?:
|
|
44041
|
-
identityProvider?:
|
|
44042
|
-
}
|
|
44043
|
-
|
|
44044
|
-
export declare interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
44045
|
-
data: JsonApiUserLinkage | null;
|
|
44046
|
-
}
|
|
44047
|
-
|
|
44048
|
-
export declare interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
44049
|
-
data: JsonApiUserGroupLinkage | null;
|
|
44050
|
-
}
|
|
44051
|
-
|
|
44052
|
-
export declare interface JsonApiOrganizationOutRelationshipsIdentityProvider {
|
|
44053
|
-
data: JsonApiIdentityProviderLinkage | null;
|
|
44091
|
+
bootstrapUser?: JsonApiFilterViewOutRelationshipsUser;
|
|
44092
|
+
bootstrapUserGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
44093
|
+
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
44054
44094
|
}
|
|
44055
44095
|
|
|
44056
44096
|
export declare type JsonApiOrganizationOutTypeEnum = "organization";
|
|
@@ -44067,14 +44107,37 @@ export declare interface JsonApiOrganizationPatch {
|
|
|
44067
44107
|
* API identifier of an object
|
|
44068
44108
|
*/
|
|
44069
44109
|
id: string;
|
|
44070
|
-
attributes?:
|
|
44071
|
-
relationships?:
|
|
44110
|
+
attributes?: JsonApiOrganizationPatchAttributes;
|
|
44111
|
+
relationships?: JsonApiOrganizationPatchRelationships;
|
|
44112
|
+
}
|
|
44113
|
+
|
|
44114
|
+
export declare interface JsonApiOrganizationPatchAttributes {
|
|
44115
|
+
name?: string | null;
|
|
44116
|
+
hostname?: string;
|
|
44117
|
+
allowedOrigins?: Array<string>;
|
|
44118
|
+
/**
|
|
44119
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
44120
|
+
* @deprecated
|
|
44121
|
+
*/
|
|
44122
|
+
earlyAccess?: string | null;
|
|
44123
|
+
/**
|
|
44124
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
44125
|
+
*/
|
|
44126
|
+
earlyAccessValues?: Array<string> | null;
|
|
44072
44127
|
}
|
|
44073
44128
|
|
|
44074
44129
|
export declare interface JsonApiOrganizationPatchDocument {
|
|
44075
44130
|
data: JsonApiOrganizationPatch;
|
|
44076
44131
|
}
|
|
44077
44132
|
|
|
44133
|
+
export declare interface JsonApiOrganizationPatchRelationships {
|
|
44134
|
+
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
44135
|
+
}
|
|
44136
|
+
|
|
44137
|
+
export declare interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
|
|
44138
|
+
data: JsonApiIdentityProviderLinkage | null;
|
|
44139
|
+
}
|
|
44140
|
+
|
|
44078
44141
|
export declare type JsonApiOrganizationPatchTypeEnum = "organization";
|
|
44079
44142
|
|
|
44080
44143
|
/**
|
|
@@ -44089,19 +44152,9 @@ export declare interface JsonApiOrganizationSettingIn {
|
|
|
44089
44152
|
* API identifier of an object
|
|
44090
44153
|
*/
|
|
44091
44154
|
id: string;
|
|
44092
|
-
attributes?:
|
|
44155
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
44093
44156
|
}
|
|
44094
44157
|
|
|
44095
|
-
export declare interface JsonApiOrganizationSettingInAttributes {
|
|
44096
|
-
/**
|
|
44097
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
44098
|
-
*/
|
|
44099
|
-
content?: object;
|
|
44100
|
-
type?: JsonApiOrganizationSettingInAttributesTypeEnum;
|
|
44101
|
-
}
|
|
44102
|
-
|
|
44103
|
-
export declare type JsonApiOrganizationSettingInAttributesTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE";
|
|
44104
|
-
|
|
44105
44158
|
export declare interface JsonApiOrganizationSettingInDocument {
|
|
44106
44159
|
data: JsonApiOrganizationSettingIn;
|
|
44107
44160
|
}
|
|
@@ -44120,7 +44173,7 @@ export declare interface JsonApiOrganizationSettingOut {
|
|
|
44120
44173
|
* API identifier of an object
|
|
44121
44174
|
*/
|
|
44122
44175
|
id: string;
|
|
44123
|
-
attributes?:
|
|
44176
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
44124
44177
|
}
|
|
44125
44178
|
|
|
44126
44179
|
export declare interface JsonApiOrganizationSettingOutDocument {
|
|
@@ -44134,7 +44187,7 @@ export declare interface JsonApiOrganizationSettingOutDocument {
|
|
|
44134
44187
|
export declare interface JsonApiOrganizationSettingOutList {
|
|
44135
44188
|
data: Array<JsonApiOrganizationSettingOutWithLinks>;
|
|
44136
44189
|
links?: ListLinks;
|
|
44137
|
-
meta?:
|
|
44190
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
44138
44191
|
}
|
|
44139
44192
|
|
|
44140
44193
|
export declare type JsonApiOrganizationSettingOutTypeEnum = "organizationSetting";
|
|
@@ -44148,7 +44201,7 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
44148
44201
|
* API identifier of an object
|
|
44149
44202
|
*/
|
|
44150
44203
|
id: string;
|
|
44151
|
-
attributes?:
|
|
44204
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
44152
44205
|
links?: ObjectLinks;
|
|
44153
44206
|
}
|
|
44154
44207
|
|
|
@@ -44166,9 +44219,19 @@ export declare interface JsonApiOrganizationSettingPatch {
|
|
|
44166
44219
|
* API identifier of an object
|
|
44167
44220
|
*/
|
|
44168
44221
|
id: string;
|
|
44169
|
-
attributes?:
|
|
44222
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
44223
|
+
}
|
|
44224
|
+
|
|
44225
|
+
export declare interface JsonApiOrganizationSettingPatchAttributes {
|
|
44226
|
+
/**
|
|
44227
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
44228
|
+
*/
|
|
44229
|
+
content?: object;
|
|
44230
|
+
type?: JsonApiOrganizationSettingPatchAttributesTypeEnum;
|
|
44170
44231
|
}
|
|
44171
44232
|
|
|
44233
|
+
export declare type JsonApiOrganizationSettingPatchAttributesTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "FISCAL_YEAR" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ENABLE_DRILL_TO_URL_BY_DEFAULT" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE" | "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS" | "SORT_CASE_SENSITIVE";
|
|
44234
|
+
|
|
44172
44235
|
export declare interface JsonApiOrganizationSettingPatchDocument {
|
|
44173
44236
|
data: JsonApiOrganizationSettingPatch;
|
|
44174
44237
|
}
|
|
@@ -44187,7 +44250,7 @@ export declare interface JsonApiThemeIn {
|
|
|
44187
44250
|
* API identifier of an object
|
|
44188
44251
|
*/
|
|
44189
44252
|
id: string;
|
|
44190
|
-
attributes:
|
|
44253
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
44191
44254
|
}
|
|
44192
44255
|
|
|
44193
44256
|
export declare interface JsonApiThemeInDocument {
|
|
@@ -44208,7 +44271,7 @@ export declare interface JsonApiThemeOut {
|
|
|
44208
44271
|
* API identifier of an object
|
|
44209
44272
|
*/
|
|
44210
44273
|
id: string;
|
|
44211
|
-
attributes:
|
|
44274
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
44212
44275
|
}
|
|
44213
44276
|
|
|
44214
44277
|
export declare interface JsonApiThemeOutDocument {
|
|
@@ -44222,7 +44285,7 @@ export declare interface JsonApiThemeOutDocument {
|
|
|
44222
44285
|
export declare interface JsonApiThemeOutList {
|
|
44223
44286
|
data: Array<JsonApiThemeOutWithLinks>;
|
|
44224
44287
|
links?: ListLinks;
|
|
44225
|
-
meta?:
|
|
44288
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
44226
44289
|
}
|
|
44227
44290
|
|
|
44228
44291
|
export declare type JsonApiThemeOutTypeEnum = "theme";
|
|
@@ -44236,7 +44299,7 @@ export declare interface JsonApiThemeOutWithLinks {
|
|
|
44236
44299
|
* API identifier of an object
|
|
44237
44300
|
*/
|
|
44238
44301
|
id: string;
|
|
44239
|
-
attributes:
|
|
44302
|
+
attributes: JsonApiColorPaletteOutAttributes;
|
|
44240
44303
|
links?: ObjectLinks;
|
|
44241
44304
|
}
|
|
44242
44305
|
|
|
@@ -44276,13 +44339,18 @@ export declare interface JsonApiUserDataFilterIn {
|
|
|
44276
44339
|
*/
|
|
44277
44340
|
id: string;
|
|
44278
44341
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
44279
|
-
relationships?:
|
|
44342
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
44280
44343
|
}
|
|
44281
44344
|
|
|
44282
44345
|
export declare interface JsonApiUserDataFilterInDocument {
|
|
44283
44346
|
data: JsonApiUserDataFilterIn;
|
|
44284
44347
|
}
|
|
44285
44348
|
|
|
44349
|
+
export declare interface JsonApiUserDataFilterInRelationships {
|
|
44350
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
44351
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
44352
|
+
}
|
|
44353
|
+
|
|
44286
44354
|
export declare type JsonApiUserDataFilterInTypeEnum = "userDataFilter";
|
|
44287
44355
|
|
|
44288
44356
|
/**
|
|
@@ -44297,7 +44365,7 @@ export declare interface JsonApiUserDataFilterOut {
|
|
|
44297
44365
|
* API identifier of an object
|
|
44298
44366
|
*/
|
|
44299
44367
|
id: string;
|
|
44300
|
-
meta?:
|
|
44368
|
+
meta?: JsonApiDatasetOutMeta;
|
|
44301
44369
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
44302
44370
|
relationships?: JsonApiUserDataFilterOutRelationships;
|
|
44303
44371
|
}
|
|
@@ -44330,7 +44398,7 @@ export declare type JsonApiUserDataFilterOutIncludes = JsonApiAttributeOutWithLi
|
|
|
44330
44398
|
export declare interface JsonApiUserDataFilterOutList {
|
|
44331
44399
|
data: Array<JsonApiUserDataFilterOutWithLinks>;
|
|
44332
44400
|
links?: ListLinks;
|
|
44333
|
-
meta?:
|
|
44401
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
44334
44402
|
/**
|
|
44335
44403
|
* Included resources
|
|
44336
44404
|
*/
|
|
@@ -44338,13 +44406,17 @@ export declare interface JsonApiUserDataFilterOutList {
|
|
|
44338
44406
|
}
|
|
44339
44407
|
|
|
44340
44408
|
export declare interface JsonApiUserDataFilterOutRelationships {
|
|
44341
|
-
user?:
|
|
44342
|
-
userGroup?:
|
|
44343
|
-
facts?:
|
|
44344
|
-
attributes?:
|
|
44409
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
44410
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
44411
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
44412
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
44345
44413
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
44346
44414
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
44347
|
-
datasets?:
|
|
44415
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
44416
|
+
}
|
|
44417
|
+
|
|
44418
|
+
export declare interface JsonApiUserDataFilterOutRelationshipsUserGroup {
|
|
44419
|
+
data: JsonApiUserGroupLinkage | null;
|
|
44348
44420
|
}
|
|
44349
44421
|
|
|
44350
44422
|
export declare type JsonApiUserDataFilterOutTypeEnum = "userDataFilter";
|
|
@@ -44358,7 +44430,7 @@ export declare interface JsonApiUserDataFilterOutWithLinks {
|
|
|
44358
44430
|
* API identifier of an object
|
|
44359
44431
|
*/
|
|
44360
44432
|
id: string;
|
|
44361
|
-
meta?:
|
|
44433
|
+
meta?: JsonApiDatasetOutMeta;
|
|
44362
44434
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
44363
44435
|
relationships?: JsonApiUserDataFilterOutRelationships;
|
|
44364
44436
|
links?: ObjectLinks;
|
|
@@ -44379,7 +44451,7 @@ export declare interface JsonApiUserDataFilterPatch {
|
|
|
44379
44451
|
*/
|
|
44380
44452
|
id: string;
|
|
44381
44453
|
attributes: JsonApiUserDataFilterPatchAttributes;
|
|
44382
|
-
relationships?:
|
|
44454
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
44383
44455
|
}
|
|
44384
44456
|
|
|
44385
44457
|
export declare interface JsonApiUserDataFilterPatchAttributes {
|
|
@@ -44394,11 +44466,6 @@ export declare interface JsonApiUserDataFilterPatchDocument {
|
|
|
44394
44466
|
data: JsonApiUserDataFilterPatch;
|
|
44395
44467
|
}
|
|
44396
44468
|
|
|
44397
|
-
export declare interface JsonApiUserDataFilterPatchRelationships {
|
|
44398
|
-
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
44399
|
-
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
44400
|
-
}
|
|
44401
|
-
|
|
44402
44469
|
export declare type JsonApiUserDataFilterPatchTypeEnum = "userDataFilter";
|
|
44403
44470
|
|
|
44404
44471
|
/**
|
|
@@ -44414,7 +44481,7 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
|
|
|
44414
44481
|
*/
|
|
44415
44482
|
id?: string;
|
|
44416
44483
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
44417
|
-
relationships?:
|
|
44484
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
44418
44485
|
}
|
|
44419
44486
|
|
|
44420
44487
|
export declare interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
@@ -44435,29 +44502,14 @@ export declare interface JsonApiUserGroupIn {
|
|
|
44435
44502
|
* API identifier of an object
|
|
44436
44503
|
*/
|
|
44437
44504
|
id: string;
|
|
44438
|
-
attributes?:
|
|
44439
|
-
relationships?:
|
|
44440
|
-
}
|
|
44441
|
-
|
|
44442
|
-
export declare interface JsonApiUserGroupInAttributes {
|
|
44443
|
-
name?: string;
|
|
44505
|
+
attributes?: JsonApiUserGroupPatchAttributes;
|
|
44506
|
+
relationships?: JsonApiUserGroupPatchRelationships;
|
|
44444
44507
|
}
|
|
44445
44508
|
|
|
44446
44509
|
export declare interface JsonApiUserGroupInDocument {
|
|
44447
44510
|
data: JsonApiUserGroupIn;
|
|
44448
44511
|
}
|
|
44449
44512
|
|
|
44450
|
-
export declare interface JsonApiUserGroupInRelationships {
|
|
44451
|
-
parents?: JsonApiUserGroupInRelationshipsParents;
|
|
44452
|
-
}
|
|
44453
|
-
|
|
44454
|
-
export declare interface JsonApiUserGroupInRelationshipsParents {
|
|
44455
|
-
/**
|
|
44456
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
44457
|
-
*/
|
|
44458
|
-
data: Array<JsonApiUserGroupLinkage>;
|
|
44459
|
-
}
|
|
44460
|
-
|
|
44461
44513
|
export declare type JsonApiUserGroupInTypeEnum = "userGroup";
|
|
44462
44514
|
|
|
44463
44515
|
/**
|
|
@@ -44482,8 +44534,8 @@ export declare interface JsonApiUserGroupOut {
|
|
|
44482
44534
|
* API identifier of an object
|
|
44483
44535
|
*/
|
|
44484
44536
|
id: string;
|
|
44485
|
-
attributes?:
|
|
44486
|
-
relationships?:
|
|
44537
|
+
attributes?: JsonApiUserGroupPatchAttributes;
|
|
44538
|
+
relationships?: JsonApiUserGroupPatchRelationships;
|
|
44487
44539
|
}
|
|
44488
44540
|
|
|
44489
44541
|
export declare interface JsonApiUserGroupOutDocument {
|
|
@@ -44501,7 +44553,7 @@ export declare interface JsonApiUserGroupOutDocument {
|
|
|
44501
44553
|
export declare interface JsonApiUserGroupOutList {
|
|
44502
44554
|
data: Array<JsonApiUserGroupOutWithLinks>;
|
|
44503
44555
|
links?: ListLinks;
|
|
44504
|
-
meta?:
|
|
44556
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
44505
44557
|
/**
|
|
44506
44558
|
* Included resources
|
|
44507
44559
|
*/
|
|
@@ -44519,8 +44571,8 @@ export declare interface JsonApiUserGroupOutWithLinks {
|
|
|
44519
44571
|
* API identifier of an object
|
|
44520
44572
|
*/
|
|
44521
44573
|
id: string;
|
|
44522
|
-
attributes?:
|
|
44523
|
-
relationships?:
|
|
44574
|
+
attributes?: JsonApiUserGroupPatchAttributes;
|
|
44575
|
+
relationships?: JsonApiUserGroupPatchRelationships;
|
|
44524
44576
|
links?: ObjectLinks;
|
|
44525
44577
|
}
|
|
44526
44578
|
|
|
@@ -44538,14 +44590,29 @@ export declare interface JsonApiUserGroupPatch {
|
|
|
44538
44590
|
* API identifier of an object
|
|
44539
44591
|
*/
|
|
44540
44592
|
id: string;
|
|
44541
|
-
attributes?:
|
|
44542
|
-
relationships?:
|
|
44593
|
+
attributes?: JsonApiUserGroupPatchAttributes;
|
|
44594
|
+
relationships?: JsonApiUserGroupPatchRelationships;
|
|
44595
|
+
}
|
|
44596
|
+
|
|
44597
|
+
export declare interface JsonApiUserGroupPatchAttributes {
|
|
44598
|
+
name?: string;
|
|
44543
44599
|
}
|
|
44544
44600
|
|
|
44545
44601
|
export declare interface JsonApiUserGroupPatchDocument {
|
|
44546
44602
|
data: JsonApiUserGroupPatch;
|
|
44547
44603
|
}
|
|
44548
44604
|
|
|
44605
|
+
export declare interface JsonApiUserGroupPatchRelationships {
|
|
44606
|
+
parents?: JsonApiUserGroupPatchRelationshipsParents;
|
|
44607
|
+
}
|
|
44608
|
+
|
|
44609
|
+
export declare interface JsonApiUserGroupPatchRelationshipsParents {
|
|
44610
|
+
/**
|
|
44611
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
44612
|
+
*/
|
|
44613
|
+
data: Array<JsonApiUserGroupLinkage>;
|
|
44614
|
+
}
|
|
44615
|
+
|
|
44549
44616
|
export declare type JsonApiUserGroupPatchTypeEnum = "userGroup";
|
|
44550
44617
|
|
|
44551
44618
|
/**
|
|
@@ -44590,7 +44657,7 @@ export declare interface JsonApiUserIdentifierOutDocument {
|
|
|
44590
44657
|
export declare interface JsonApiUserIdentifierOutList {
|
|
44591
44658
|
data: Array<JsonApiUserIdentifierOutWithLinks>;
|
|
44592
44659
|
links?: ListLinks;
|
|
44593
|
-
meta?:
|
|
44660
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
44594
44661
|
}
|
|
44595
44662
|
|
|
44596
44663
|
export declare type JsonApiUserIdentifierOutTypeEnum = "userIdentifier";
|
|
@@ -44622,25 +44689,14 @@ export declare interface JsonApiUserIn {
|
|
|
44622
44689
|
* API identifier of an object
|
|
44623
44690
|
*/
|
|
44624
44691
|
id: string;
|
|
44625
|
-
attributes?:
|
|
44626
|
-
relationships?:
|
|
44627
|
-
}
|
|
44628
|
-
|
|
44629
|
-
export declare interface JsonApiUserInAttributes {
|
|
44630
|
-
authenticationId?: string;
|
|
44631
|
-
firstname?: string;
|
|
44632
|
-
lastname?: string;
|
|
44633
|
-
email?: string;
|
|
44692
|
+
attributes?: JsonApiUserPatchAttributes;
|
|
44693
|
+
relationships?: JsonApiUserPatchRelationships;
|
|
44634
44694
|
}
|
|
44635
44695
|
|
|
44636
44696
|
export declare interface JsonApiUserInDocument {
|
|
44637
44697
|
data: JsonApiUserIn;
|
|
44638
44698
|
}
|
|
44639
44699
|
|
|
44640
|
-
export declare interface JsonApiUserInRelationships {
|
|
44641
|
-
userGroups?: JsonApiUserGroupInRelationshipsParents;
|
|
44642
|
-
}
|
|
44643
|
-
|
|
44644
44700
|
export declare type JsonApiUserInTypeEnum = "user";
|
|
44645
44701
|
|
|
44646
44702
|
/**
|
|
@@ -44665,8 +44721,8 @@ export declare interface JsonApiUserOut {
|
|
|
44665
44721
|
* API identifier of an object
|
|
44666
44722
|
*/
|
|
44667
44723
|
id: string;
|
|
44668
|
-
attributes?:
|
|
44669
|
-
relationships?:
|
|
44724
|
+
attributes?: JsonApiUserPatchAttributes;
|
|
44725
|
+
relationships?: JsonApiUserPatchRelationships;
|
|
44670
44726
|
}
|
|
44671
44727
|
|
|
44672
44728
|
export declare interface JsonApiUserOutDocument {
|
|
@@ -44684,7 +44740,7 @@ export declare interface JsonApiUserOutDocument {
|
|
|
44684
44740
|
export declare interface JsonApiUserOutList {
|
|
44685
44741
|
data: Array<JsonApiUserOutWithLinks>;
|
|
44686
44742
|
links?: ListLinks;
|
|
44687
|
-
meta?:
|
|
44743
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
44688
44744
|
/**
|
|
44689
44745
|
* Included resources
|
|
44690
44746
|
*/
|
|
@@ -44702,8 +44758,8 @@ export declare interface JsonApiUserOutWithLinks {
|
|
|
44702
44758
|
* API identifier of an object
|
|
44703
44759
|
*/
|
|
44704
44760
|
id: string;
|
|
44705
|
-
attributes?:
|
|
44706
|
-
relationships?:
|
|
44761
|
+
attributes?: JsonApiUserPatchAttributes;
|
|
44762
|
+
relationships?: JsonApiUserPatchRelationships;
|
|
44707
44763
|
links?: ObjectLinks;
|
|
44708
44764
|
}
|
|
44709
44765
|
|
|
@@ -44721,14 +44777,25 @@ export declare interface JsonApiUserPatch {
|
|
|
44721
44777
|
* API identifier of an object
|
|
44722
44778
|
*/
|
|
44723
44779
|
id: string;
|
|
44724
|
-
attributes?:
|
|
44725
|
-
relationships?:
|
|
44780
|
+
attributes?: JsonApiUserPatchAttributes;
|
|
44781
|
+
relationships?: JsonApiUserPatchRelationships;
|
|
44782
|
+
}
|
|
44783
|
+
|
|
44784
|
+
export declare interface JsonApiUserPatchAttributes {
|
|
44785
|
+
authenticationId?: string;
|
|
44786
|
+
firstname?: string;
|
|
44787
|
+
lastname?: string;
|
|
44788
|
+
email?: string;
|
|
44726
44789
|
}
|
|
44727
44790
|
|
|
44728
44791
|
export declare interface JsonApiUserPatchDocument {
|
|
44729
44792
|
data: JsonApiUserPatch;
|
|
44730
44793
|
}
|
|
44731
44794
|
|
|
44795
|
+
export declare interface JsonApiUserPatchRelationships {
|
|
44796
|
+
userGroups?: JsonApiUserGroupPatchRelationshipsParents;
|
|
44797
|
+
}
|
|
44798
|
+
|
|
44732
44799
|
export declare type JsonApiUserPatchTypeEnum = "user";
|
|
44733
44800
|
|
|
44734
44801
|
/**
|
|
@@ -44743,7 +44810,7 @@ export declare interface JsonApiUserSettingIn {
|
|
|
44743
44810
|
* API identifier of an object
|
|
44744
44811
|
*/
|
|
44745
44812
|
id: string;
|
|
44746
|
-
attributes?:
|
|
44813
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
44747
44814
|
}
|
|
44748
44815
|
|
|
44749
44816
|
export declare interface JsonApiUserSettingInDocument {
|
|
@@ -44764,7 +44831,7 @@ export declare interface JsonApiUserSettingOut {
|
|
|
44764
44831
|
* API identifier of an object
|
|
44765
44832
|
*/
|
|
44766
44833
|
id: string;
|
|
44767
|
-
attributes?:
|
|
44834
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
44768
44835
|
}
|
|
44769
44836
|
|
|
44770
44837
|
export declare interface JsonApiUserSettingOutDocument {
|
|
@@ -44778,7 +44845,7 @@ export declare interface JsonApiUserSettingOutDocument {
|
|
|
44778
44845
|
export declare interface JsonApiUserSettingOutList {
|
|
44779
44846
|
data: Array<JsonApiUserSettingOutWithLinks>;
|
|
44780
44847
|
links?: ListLinks;
|
|
44781
|
-
meta?:
|
|
44848
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
44782
44849
|
}
|
|
44783
44850
|
|
|
44784
44851
|
export declare type JsonApiUserSettingOutTypeEnum = "userSetting";
|
|
@@ -44792,7 +44859,7 @@ export declare interface JsonApiUserSettingOutWithLinks {
|
|
|
44792
44859
|
* API identifier of an object
|
|
44793
44860
|
*/
|
|
44794
44861
|
id: string;
|
|
44795
|
-
attributes?:
|
|
44862
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
44796
44863
|
links?: ObjectLinks;
|
|
44797
44864
|
}
|
|
44798
44865
|
|
|
@@ -44810,7 +44877,19 @@ export declare interface JsonApiVisualizationObjectIn {
|
|
|
44810
44877
|
* API identifier of an object
|
|
44811
44878
|
*/
|
|
44812
44879
|
id: string;
|
|
44813
|
-
attributes:
|
|
44880
|
+
attributes: JsonApiVisualizationObjectInAttributes;
|
|
44881
|
+
}
|
|
44882
|
+
|
|
44883
|
+
export declare interface JsonApiVisualizationObjectInAttributes {
|
|
44884
|
+
title?: string;
|
|
44885
|
+
description?: string;
|
|
44886
|
+
tags?: Array<string>;
|
|
44887
|
+
areRelationsValid?: boolean;
|
|
44888
|
+
/**
|
|
44889
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
44890
|
+
*/
|
|
44891
|
+
content: object;
|
|
44892
|
+
isHidden?: boolean;
|
|
44814
44893
|
}
|
|
44815
44894
|
|
|
44816
44895
|
export declare interface JsonApiVisualizationObjectInDocument {
|
|
@@ -44841,7 +44920,7 @@ export declare interface JsonApiVisualizationObjectOut {
|
|
|
44841
44920
|
* API identifier of an object
|
|
44842
44921
|
*/
|
|
44843
44922
|
id: string;
|
|
44844
|
-
meta?:
|
|
44923
|
+
meta?: JsonApiDatasetOutMeta;
|
|
44845
44924
|
attributes: JsonApiVisualizationObjectOutAttributes;
|
|
44846
44925
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
44847
44926
|
}
|
|
@@ -44875,65 +44954,27 @@ export declare interface JsonApiVisualizationObjectOutDocument {
|
|
|
44875
44954
|
export declare interface JsonApiVisualizationObjectOutList {
|
|
44876
44955
|
data: Array<JsonApiVisualizationObjectOutWithLinks>;
|
|
44877
44956
|
links?: ListLinks;
|
|
44878
|
-
meta?:
|
|
44957
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
44879
44958
|
/**
|
|
44880
44959
|
* Included resources
|
|
44881
44960
|
*/
|
|
44882
44961
|
included?: Array<JsonApiMetricOutIncludes>;
|
|
44883
44962
|
}
|
|
44884
44963
|
|
|
44885
|
-
export declare interface JsonApiVisualizationObjectOutMeta {
|
|
44886
|
-
origin?: JsonApiVisualizationObjectOutMetaOrigin;
|
|
44887
|
-
}
|
|
44888
|
-
|
|
44889
|
-
export declare interface JsonApiVisualizationObjectOutMetaOrigin {
|
|
44890
|
-
/**
|
|
44891
|
-
* defines type of the origin of the entity
|
|
44892
|
-
*/
|
|
44893
|
-
originType: JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum;
|
|
44894
|
-
/**
|
|
44895
|
-
* defines id of the workspace where the entity comes from
|
|
44896
|
-
*/
|
|
44897
|
-
originId: string;
|
|
44898
|
-
}
|
|
44899
|
-
|
|
44900
|
-
export declare type JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum = "NATIVE" | "PARENT";
|
|
44901
|
-
|
|
44902
44964
|
export declare interface JsonApiVisualizationObjectOutRelationships {
|
|
44903
44965
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
44904
44966
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
44905
|
-
facts?:
|
|
44906
|
-
attributes?:
|
|
44967
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
44968
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
44907
44969
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
44908
44970
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
44909
|
-
datasets?:
|
|
44910
|
-
}
|
|
44911
|
-
|
|
44912
|
-
export declare interface JsonApiVisualizationObjectOutRelationshipsAttributes {
|
|
44913
|
-
/**
|
|
44914
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
44915
|
-
*/
|
|
44916
|
-
data: Array<JsonApiAttributeLinkage>;
|
|
44971
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
44917
44972
|
}
|
|
44918
44973
|
|
|
44919
44974
|
export declare interface JsonApiVisualizationObjectOutRelationshipsCreatedBy {
|
|
44920
44975
|
data: JsonApiUserIdentifierLinkage | null;
|
|
44921
44976
|
}
|
|
44922
44977
|
|
|
44923
|
-
export declare interface JsonApiVisualizationObjectOutRelationshipsDatasets {
|
|
44924
|
-
/**
|
|
44925
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
44926
|
-
*/
|
|
44927
|
-
data: Array<JsonApiDatasetLinkage>;
|
|
44928
|
-
}
|
|
44929
|
-
|
|
44930
|
-
export declare interface JsonApiVisualizationObjectOutRelationshipsFacts {
|
|
44931
|
-
/**
|
|
44932
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
44933
|
-
*/
|
|
44934
|
-
data: Array<JsonApiFactLinkage>;
|
|
44935
|
-
}
|
|
44936
|
-
|
|
44937
44978
|
export declare interface JsonApiVisualizationObjectOutRelationshipsLabels {
|
|
44938
44979
|
/**
|
|
44939
44980
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -44959,7 +45000,7 @@ export declare interface JsonApiVisualizationObjectOutWithLinks {
|
|
|
44959
45000
|
* API identifier of an object
|
|
44960
45001
|
*/
|
|
44961
45002
|
id: string;
|
|
44962
|
-
meta?:
|
|
45003
|
+
meta?: JsonApiDatasetOutMeta;
|
|
44963
45004
|
attributes: JsonApiVisualizationObjectOutAttributes;
|
|
44964
45005
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
44965
45006
|
links?: ObjectLinks;
|
|
@@ -45012,19 +45053,7 @@ export declare interface JsonApiVisualizationObjectPostOptionalId {
|
|
|
45012
45053
|
* API identifier of an object
|
|
45013
45054
|
*/
|
|
45014
45055
|
id?: string;
|
|
45015
|
-
attributes:
|
|
45016
|
-
}
|
|
45017
|
-
|
|
45018
|
-
export declare interface JsonApiVisualizationObjectPostOptionalIdAttributes {
|
|
45019
|
-
title?: string;
|
|
45020
|
-
description?: string;
|
|
45021
|
-
tags?: Array<string>;
|
|
45022
|
-
areRelationsValid?: boolean;
|
|
45023
|
-
/**
|
|
45024
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
45025
|
-
*/
|
|
45026
|
-
content: object;
|
|
45027
|
-
isHidden?: boolean;
|
|
45056
|
+
attributes: JsonApiVisualizationObjectInAttributes;
|
|
45028
45057
|
}
|
|
45029
45058
|
|
|
45030
45059
|
export declare interface JsonApiVisualizationObjectPostOptionalIdDocument {
|
|
@@ -45060,7 +45089,7 @@ export declare type JsonApiWorkspaceAutomationOutIncludes = JsonApiAnalyticalDas
|
|
|
45060
45089
|
export declare interface JsonApiWorkspaceAutomationOutList {
|
|
45061
45090
|
data: Array<JsonApiWorkspaceAutomationOutWithLinks>;
|
|
45062
45091
|
links?: ListLinks;
|
|
45063
|
-
meta?:
|
|
45092
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
45064
45093
|
/**
|
|
45065
45094
|
* Included resources
|
|
45066
45095
|
*/
|
|
@@ -45068,13 +45097,13 @@ export declare interface JsonApiWorkspaceAutomationOutList {
|
|
|
45068
45097
|
}
|
|
45069
45098
|
|
|
45070
45099
|
export declare interface JsonApiWorkspaceAutomationOutRelationships {
|
|
45071
|
-
workspace?:
|
|
45072
|
-
notificationChannel?:
|
|
45073
|
-
analyticalDashboard?:
|
|
45100
|
+
workspace?: JsonApiWorkspacePatchRelationshipsParent;
|
|
45101
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
45102
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
45074
45103
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
45075
45104
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
45076
|
-
exportDefinitions?:
|
|
45077
|
-
recipients?:
|
|
45105
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
45106
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
45078
45107
|
automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
45079
45108
|
}
|
|
45080
45109
|
|
|
@@ -45140,7 +45169,7 @@ export declare interface JsonApiWorkspaceDataFilterOut {
|
|
|
45140
45169
|
* API identifier of an object
|
|
45141
45170
|
*/
|
|
45142
45171
|
id: string;
|
|
45143
|
-
meta?:
|
|
45172
|
+
meta?: JsonApiDatasetOutMeta;
|
|
45144
45173
|
attributes?: JsonApiWorkspaceDataFilterOutAttributes;
|
|
45145
45174
|
relationships?: JsonApiWorkspaceDataFilterOutRelationships;
|
|
45146
45175
|
}
|
|
@@ -45166,7 +45195,7 @@ export declare interface JsonApiWorkspaceDataFilterOutDocument {
|
|
|
45166
45195
|
export declare interface JsonApiWorkspaceDataFilterOutList {
|
|
45167
45196
|
data: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
45168
45197
|
links?: ListLinks;
|
|
45169
|
-
meta?:
|
|
45198
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
45170
45199
|
/**
|
|
45171
45200
|
* Included resources
|
|
45172
45201
|
*/
|
|
@@ -45195,7 +45224,7 @@ export declare interface JsonApiWorkspaceDataFilterOutWithLinks {
|
|
|
45195
45224
|
* API identifier of an object
|
|
45196
45225
|
*/
|
|
45197
45226
|
id: string;
|
|
45198
|
-
meta?:
|
|
45227
|
+
meta?: JsonApiDatasetOutMeta;
|
|
45199
45228
|
attributes?: JsonApiWorkspaceDataFilterOutAttributes;
|
|
45200
45229
|
relationships?: JsonApiWorkspaceDataFilterOutRelationships;
|
|
45201
45230
|
links?: ObjectLinks;
|
|
@@ -45237,8 +45266,8 @@ export declare interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
45237
45266
|
* API identifier of an object
|
|
45238
45267
|
*/
|
|
45239
45268
|
id: string;
|
|
45240
|
-
attributes?:
|
|
45241
|
-
relationships?:
|
|
45269
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
45270
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
45242
45271
|
}
|
|
45243
45272
|
|
|
45244
45273
|
export declare interface JsonApiWorkspaceDataFilterSettingInDocument {
|
|
@@ -45269,9 +45298,15 @@ export declare interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
45269
45298
|
* API identifier of an object
|
|
45270
45299
|
*/
|
|
45271
45300
|
id: string;
|
|
45272
|
-
meta?:
|
|
45273
|
-
attributes?:
|
|
45274
|
-
relationships?:
|
|
45301
|
+
meta?: JsonApiDatasetOutMeta;
|
|
45302
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
45303
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
45304
|
+
}
|
|
45305
|
+
|
|
45306
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
45307
|
+
title?: string;
|
|
45308
|
+
description?: string;
|
|
45309
|
+
filterValues?: Array<string>;
|
|
45275
45310
|
}
|
|
45276
45311
|
|
|
45277
45312
|
export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
@@ -45289,13 +45324,21 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
|
45289
45324
|
export declare interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
45290
45325
|
data: Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>;
|
|
45291
45326
|
links?: ListLinks;
|
|
45292
|
-
meta?:
|
|
45327
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
45293
45328
|
/**
|
|
45294
45329
|
* Included resources
|
|
45295
45330
|
*/
|
|
45296
45331
|
included?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
45297
45332
|
}
|
|
45298
45333
|
|
|
45334
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
45335
|
+
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
45336
|
+
}
|
|
45337
|
+
|
|
45338
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
45339
|
+
data: JsonApiWorkspaceDataFilterLinkage | null;
|
|
45340
|
+
}
|
|
45341
|
+
|
|
45299
45342
|
export declare type JsonApiWorkspaceDataFilterSettingOutTypeEnum = "workspaceDataFilterSetting";
|
|
45300
45343
|
|
|
45301
45344
|
export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
@@ -45307,9 +45350,9 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
45307
45350
|
* API identifier of an object
|
|
45308
45351
|
*/
|
|
45309
45352
|
id: string;
|
|
45310
|
-
meta?:
|
|
45311
|
-
attributes?:
|
|
45312
|
-
relationships?:
|
|
45353
|
+
meta?: JsonApiDatasetOutMeta;
|
|
45354
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
45355
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
45313
45356
|
links?: ObjectLinks;
|
|
45314
45357
|
}
|
|
45315
45358
|
|
|
@@ -45327,28 +45370,14 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
45327
45370
|
* API identifier of an object
|
|
45328
45371
|
*/
|
|
45329
45372
|
id: string;
|
|
45330
|
-
attributes?:
|
|
45331
|
-
relationships?:
|
|
45332
|
-
}
|
|
45333
|
-
|
|
45334
|
-
export declare interface JsonApiWorkspaceDataFilterSettingPatchAttributes {
|
|
45335
|
-
title?: string;
|
|
45336
|
-
description?: string;
|
|
45337
|
-
filterValues?: Array<string>;
|
|
45373
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
45374
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
45338
45375
|
}
|
|
45339
45376
|
|
|
45340
45377
|
export declare interface JsonApiWorkspaceDataFilterSettingPatchDocument {
|
|
45341
45378
|
data: JsonApiWorkspaceDataFilterSettingPatch;
|
|
45342
45379
|
}
|
|
45343
45380
|
|
|
45344
|
-
export declare interface JsonApiWorkspaceDataFilterSettingPatchRelationships {
|
|
45345
|
-
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter;
|
|
45346
|
-
}
|
|
45347
|
-
|
|
45348
|
-
export declare interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter {
|
|
45349
|
-
data: JsonApiWorkspaceDataFilterLinkage | null;
|
|
45350
|
-
}
|
|
45351
|
-
|
|
45352
45381
|
export declare type JsonApiWorkspaceDataFilterSettingPatchTypeEnum = "workspaceDataFilterSetting";
|
|
45353
45382
|
|
|
45354
45383
|
/**
|
|
@@ -45363,56 +45392,14 @@ export declare interface JsonApiWorkspaceIn {
|
|
|
45363
45392
|
* API identifier of an object
|
|
45364
45393
|
*/
|
|
45365
45394
|
id: string;
|
|
45366
|
-
attributes?:
|
|
45367
|
-
relationships?:
|
|
45368
|
-
}
|
|
45369
|
-
|
|
45370
|
-
export declare interface JsonApiWorkspaceInAttributes {
|
|
45371
|
-
name?: string | null;
|
|
45372
|
-
/**
|
|
45373
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
45374
|
-
* @deprecated
|
|
45375
|
-
*/
|
|
45376
|
-
earlyAccess?: string | null;
|
|
45377
|
-
/**
|
|
45378
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
45379
|
-
*/
|
|
45380
|
-
earlyAccessValues?: Array<string> | null;
|
|
45381
|
-
description?: string | null;
|
|
45382
|
-
/**
|
|
45383
|
-
* Custom prefix of entity identifiers in workspace
|
|
45384
|
-
*/
|
|
45385
|
-
prefix?: string | null;
|
|
45386
|
-
cacheExtraLimit?: number;
|
|
45387
|
-
dataSource?: JsonApiWorkspaceInAttributesDataSource;
|
|
45388
|
-
}
|
|
45389
|
-
|
|
45390
|
-
/**
|
|
45391
|
-
* 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.
|
|
45392
|
-
*/
|
|
45393
|
-
export declare interface JsonApiWorkspaceInAttributesDataSource {
|
|
45394
|
-
/**
|
|
45395
|
-
* The ID of the used data source.
|
|
45396
|
-
*/
|
|
45397
|
-
id: string;
|
|
45398
|
-
/**
|
|
45399
|
-
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
45400
|
-
*/
|
|
45401
|
-
schemaPath?: Array<string>;
|
|
45395
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
45396
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
45402
45397
|
}
|
|
45403
45398
|
|
|
45404
45399
|
export declare interface JsonApiWorkspaceInDocument {
|
|
45405
45400
|
data: JsonApiWorkspaceIn;
|
|
45406
45401
|
}
|
|
45407
45402
|
|
|
45408
|
-
export declare interface JsonApiWorkspaceInRelationships {
|
|
45409
|
-
parent?: JsonApiWorkspaceInRelationshipsParent;
|
|
45410
|
-
}
|
|
45411
|
-
|
|
45412
|
-
export declare interface JsonApiWorkspaceInRelationshipsParent {
|
|
45413
|
-
data: JsonApiWorkspaceLinkage | null;
|
|
45414
|
-
}
|
|
45415
|
-
|
|
45416
45403
|
export declare type JsonApiWorkspaceInTypeEnum = "workspace";
|
|
45417
45404
|
|
|
45418
45405
|
/**
|
|
@@ -45438,8 +45425,8 @@ export declare interface JsonApiWorkspaceOut {
|
|
|
45438
45425
|
*/
|
|
45439
45426
|
id: string;
|
|
45440
45427
|
meta?: JsonApiWorkspaceOutMeta;
|
|
45441
|
-
attributes?:
|
|
45442
|
-
relationships?:
|
|
45428
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
45429
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
45443
45430
|
}
|
|
45444
45431
|
|
|
45445
45432
|
export declare interface JsonApiWorkspaceOutDocument {
|
|
@@ -45457,7 +45444,7 @@ export declare interface JsonApiWorkspaceOutDocument {
|
|
|
45457
45444
|
export declare interface JsonApiWorkspaceOutList {
|
|
45458
45445
|
data: Array<JsonApiWorkspaceOutWithLinks>;
|
|
45459
45446
|
links?: ListLinks;
|
|
45460
|
-
meta?:
|
|
45447
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
45461
45448
|
/**
|
|
45462
45449
|
* Included resources
|
|
45463
45450
|
*/
|
|
@@ -45517,8 +45504,8 @@ export declare interface JsonApiWorkspaceOutWithLinks {
|
|
|
45517
45504
|
*/
|
|
45518
45505
|
id: string;
|
|
45519
45506
|
meta?: JsonApiWorkspaceOutMeta;
|
|
45520
|
-
attributes?:
|
|
45521
|
-
relationships?:
|
|
45507
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
45508
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
45522
45509
|
links?: ObjectLinks;
|
|
45523
45510
|
}
|
|
45524
45511
|
|
|
@@ -45536,14 +45523,56 @@ export declare interface JsonApiWorkspacePatch {
|
|
|
45536
45523
|
* API identifier of an object
|
|
45537
45524
|
*/
|
|
45538
45525
|
id: string;
|
|
45539
|
-
attributes?:
|
|
45540
|
-
relationships?:
|
|
45526
|
+
attributes?: JsonApiWorkspacePatchAttributes;
|
|
45527
|
+
relationships?: JsonApiWorkspacePatchRelationships;
|
|
45528
|
+
}
|
|
45529
|
+
|
|
45530
|
+
export declare interface JsonApiWorkspacePatchAttributes {
|
|
45531
|
+
name?: string | null;
|
|
45532
|
+
/**
|
|
45533
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
45534
|
+
* @deprecated
|
|
45535
|
+
*/
|
|
45536
|
+
earlyAccess?: string | null;
|
|
45537
|
+
/**
|
|
45538
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
45539
|
+
*/
|
|
45540
|
+
earlyAccessValues?: Array<string> | null;
|
|
45541
|
+
description?: string | null;
|
|
45542
|
+
/**
|
|
45543
|
+
* Custom prefix of entity identifiers in workspace
|
|
45544
|
+
*/
|
|
45545
|
+
prefix?: string | null;
|
|
45546
|
+
cacheExtraLimit?: number;
|
|
45547
|
+
dataSource?: JsonApiWorkspacePatchAttributesDataSource;
|
|
45548
|
+
}
|
|
45549
|
+
|
|
45550
|
+
/**
|
|
45551
|
+
* 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.
|
|
45552
|
+
*/
|
|
45553
|
+
export declare interface JsonApiWorkspacePatchAttributesDataSource {
|
|
45554
|
+
/**
|
|
45555
|
+
* The ID of the used data source.
|
|
45556
|
+
*/
|
|
45557
|
+
id: string;
|
|
45558
|
+
/**
|
|
45559
|
+
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
45560
|
+
*/
|
|
45561
|
+
schemaPath?: Array<string>;
|
|
45541
45562
|
}
|
|
45542
45563
|
|
|
45543
45564
|
export declare interface JsonApiWorkspacePatchDocument {
|
|
45544
45565
|
data: JsonApiWorkspacePatch;
|
|
45545
45566
|
}
|
|
45546
45567
|
|
|
45568
|
+
export declare interface JsonApiWorkspacePatchRelationships {
|
|
45569
|
+
parent?: JsonApiWorkspacePatchRelationshipsParent;
|
|
45570
|
+
}
|
|
45571
|
+
|
|
45572
|
+
export declare interface JsonApiWorkspacePatchRelationshipsParent {
|
|
45573
|
+
data: JsonApiWorkspaceLinkage | null;
|
|
45574
|
+
}
|
|
45575
|
+
|
|
45547
45576
|
export declare type JsonApiWorkspacePatchTypeEnum = "workspace";
|
|
45548
45577
|
|
|
45549
45578
|
/**
|
|
@@ -45558,7 +45587,7 @@ export declare interface JsonApiWorkspaceSettingIn {
|
|
|
45558
45587
|
* API identifier of an object
|
|
45559
45588
|
*/
|
|
45560
45589
|
id: string;
|
|
45561
|
-
attributes?:
|
|
45590
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
45562
45591
|
}
|
|
45563
45592
|
|
|
45564
45593
|
export declare interface JsonApiWorkspaceSettingInDocument {
|
|
@@ -45579,8 +45608,8 @@ export declare interface JsonApiWorkspaceSettingOut {
|
|
|
45579
45608
|
* API identifier of an object
|
|
45580
45609
|
*/
|
|
45581
45610
|
id: string;
|
|
45582
|
-
meta?:
|
|
45583
|
-
attributes?:
|
|
45611
|
+
meta?: JsonApiDatasetOutMeta;
|
|
45612
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
45584
45613
|
}
|
|
45585
45614
|
|
|
45586
45615
|
export declare interface JsonApiWorkspaceSettingOutDocument {
|
|
@@ -45594,7 +45623,7 @@ export declare interface JsonApiWorkspaceSettingOutDocument {
|
|
|
45594
45623
|
export declare interface JsonApiWorkspaceSettingOutList {
|
|
45595
45624
|
data: Array<JsonApiWorkspaceSettingOutWithLinks>;
|
|
45596
45625
|
links?: ListLinks;
|
|
45597
|
-
meta?:
|
|
45626
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
45598
45627
|
}
|
|
45599
45628
|
|
|
45600
45629
|
export declare type JsonApiWorkspaceSettingOutTypeEnum = "workspaceSetting";
|
|
@@ -45608,8 +45637,8 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
45608
45637
|
* API identifier of an object
|
|
45609
45638
|
*/
|
|
45610
45639
|
id: string;
|
|
45611
|
-
meta?:
|
|
45612
|
-
attributes?:
|
|
45640
|
+
meta?: JsonApiDatasetOutMeta;
|
|
45641
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
45613
45642
|
links?: ObjectLinks;
|
|
45614
45643
|
}
|
|
45615
45644
|
|
|
@@ -45627,7 +45656,7 @@ export declare interface JsonApiWorkspaceSettingPatch {
|
|
|
45627
45656
|
* API identifier of an object
|
|
45628
45657
|
*/
|
|
45629
45658
|
id: string;
|
|
45630
|
-
attributes?:
|
|
45659
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
45631
45660
|
}
|
|
45632
45661
|
|
|
45633
45662
|
export declare interface JsonApiWorkspaceSettingPatchDocument {
|
|
@@ -45648,7 +45677,7 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
45648
45677
|
* API identifier of an object
|
|
45649
45678
|
*/
|
|
45650
45679
|
id?: string;
|
|
45651
|
-
attributes?:
|
|
45680
|
+
attributes?: JsonApiOrganizationSettingPatchAttributes;
|
|
45652
45681
|
}
|
|
45653
45682
|
|
|
45654
45683
|
export declare interface JsonApiWorkspaceSettingPostOptionalIdDocument {
|
|
@@ -51407,6 +51436,55 @@ export declare interface ObjectLinksContainer {
|
|
|
51407
51436
|
links?: ObjectLinks;
|
|
51408
51437
|
}
|
|
51409
51438
|
|
|
51439
|
+
/**
|
|
51440
|
+
* Request parameters for getCollectionItems operation in OGCAPIFeaturesApi.
|
|
51441
|
+
* @export
|
|
51442
|
+
* @interface OGCAPIFeaturesApiGetCollectionItemsRequest
|
|
51443
|
+
*/
|
|
51444
|
+
declare interface OGCAPIFeaturesApiGetCollectionItemsRequest {
|
|
51445
|
+
/**
|
|
51446
|
+
* Collection identifier
|
|
51447
|
+
* @type {string}
|
|
51448
|
+
* @memberof OGCAPIFeaturesApiGetCollectionItems
|
|
51449
|
+
*/
|
|
51450
|
+
readonly collectionId: string;
|
|
51451
|
+
/**
|
|
51452
|
+
* Maximum number of features to return
|
|
51453
|
+
* @type {number}
|
|
51454
|
+
* @memberof OGCAPIFeaturesApiGetCollectionItems
|
|
51455
|
+
*/
|
|
51456
|
+
readonly limit?: number;
|
|
51457
|
+
/**
|
|
51458
|
+
* Bounding box filter (minx,miny,maxx,maxy)
|
|
51459
|
+
* @type {string}
|
|
51460
|
+
* @memberof OGCAPIFeaturesApiGetCollectionItems
|
|
51461
|
+
*/
|
|
51462
|
+
readonly bbox?: string;
|
|
51463
|
+
/**
|
|
51464
|
+
* List of values to filter features by
|
|
51465
|
+
* @type {Array<string>}
|
|
51466
|
+
* @memberof OGCAPIFeaturesApiGetCollectionItems
|
|
51467
|
+
*/
|
|
51468
|
+
readonly values?: Array<string>;
|
|
51469
|
+
}
|
|
51470
|
+
|
|
51471
|
+
/**
|
|
51472
|
+
* OGCAPIFeaturesApi - interface
|
|
51473
|
+
* @export
|
|
51474
|
+
* @interface OGCAPIFeaturesApi
|
|
51475
|
+
*/
|
|
51476
|
+
declare interface OGCAPIFeaturesApiInterface {
|
|
51477
|
+
/**
|
|
51478
|
+
* Retrieve features from a GeoCollections collection as GeoJSON
|
|
51479
|
+
* @summary Get collection features
|
|
51480
|
+
* @param {OGCAPIFeaturesApiGetCollectionItemsRequest} requestParameters Request parameters.
|
|
51481
|
+
* @param {*} [options] Override http request option.
|
|
51482
|
+
* @throws {RequiredError}
|
|
51483
|
+
* @memberof OGCAPIFeaturesApiInterface
|
|
51484
|
+
*/
|
|
51485
|
+
getCollectionItems(requestParameters: OGCAPIFeaturesApiGetCollectionItemsRequest, options?: AxiosRequestConfig): AxiosPromise<GeoJsonFeatureCollection>;
|
|
51486
|
+
}
|
|
51487
|
+
|
|
51410
51488
|
/**
|
|
51411
51489
|
* OptionsApi - object-oriented interface
|
|
51412
51490
|
* @export
|
|
@@ -60840,7 +60918,7 @@ export declare interface ResolvedSetting {
|
|
|
60840
60918
|
type?: ResolvedSettingTypeEnum;
|
|
60841
60919
|
}
|
|
60842
60920
|
|
|
60843
|
-
export declare type ResolvedSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE";
|
|
60921
|
+
export declare type ResolvedSettingTypeEnum = "TIMEZONE" | "ACTIVE_THEME" | "ACTIVE_COLOR_PALETTE" | "ACTIVE_LLM_ENDPOINT" | "WHITE_LABELING" | "LOCALE" | "METADATA_LOCALE" | "FORMAT_LOCALE" | "MAPBOX_TOKEN" | "AG_GRID_TOKEN" | "WEEK_START" | "FISCAL_YEAR" | "SHOW_HIDDEN_CATALOG_ITEMS" | "OPERATOR_OVERRIDES" | "TIMEZONE_VALIDATION_ENABLED" | "OPENAI_CONFIG" | "ENABLE_FILE_ANALYTICS" | "ALERT" | "SEPARATORS" | "DATE_FILTER_CONFIG" | "JIT_PROVISIONING" | "JWT_JIT_PROVISIONING" | "DASHBOARD_FILTERS_APPLY_MODE" | "ENABLE_SLIDES_EXPORT" | "ENABLE_SNAPSHOT_EXPORT" | "AI_RATE_LIMIT" | "ATTACHMENT_SIZE_LIMIT" | "ATTACHMENT_LINK_TTL" | "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE" | "ENABLE_DRILL_TO_URL_BY_DEFAULT" | "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS" | "ENABLE_AUTOMATION_EVALUATION_MODE" | "ENABLE_ACCESSIBILITY_MODE" | "REGISTERED_PLUGGABLE_APPLICATIONS" | "DATA_LOCALE" | "LDM_DEFAULT_LOCALE" | "EXPORT_RESULT_POLLING_TIMEOUT_SECONDS" | "SORT_CASE_SENSITIVE";
|
|
60844
60922
|
|
|
60845
60923
|
/**
|
|
60846
60924
|
* A request containing setting IDs to resolve.
|
|
@@ -60979,7 +61057,7 @@ export declare interface RouteResult {
|
|
|
60979
61057
|
reasoning: string;
|
|
60980
61058
|
}
|
|
60981
61059
|
|
|
60982
|
-
export declare type RouteResultUseCaseEnum = "INVALID" | "GENERAL" | "SEARCH" | "CREATE_VISUALIZATION" | "EXTEND_VISUALIZATION" | "HOWTO" | "CHANGE_ANALYSIS";
|
|
61060
|
+
export declare type RouteResultUseCaseEnum = "INVALID" | "GENERAL" | "SEARCH" | "CREATE_VISUALIZATION" | "EXTEND_VISUALIZATION" | "HOWTO" | "CHANGE_ANALYSIS" | "ALERT";
|
|
60983
61061
|
|
|
60984
61062
|
export declare interface RsaSpecification {
|
|
60985
61063
|
kty: RsaSpecificationKtyEnum;
|
|
@@ -62424,6 +62502,8 @@ export declare const tigerExportClientFactory: (axios: AxiosInstance) => Actions
|
|
|
62424
62502
|
*/
|
|
62425
62503
|
export declare const tigerGenAIClientFactory: (axios: AxiosInstance) => Pick<AfmActionsApiInterface, "aiSearch" | "aiChat" | "aiChatStream" | "aiChatHistory" | "validateLLMEndpoint" | "validateLLMEndpointById" | "getQualityIssues" | "getQualityIssuesCalculationStatus" | "triggerQualityIssuesCalculation" | "tags" | "createdBy" | "memoryCreatedByUsers">;
|
|
62426
62504
|
|
|
62505
|
+
declare const tigerGeoCollectionsClientFactory: (axios: AxiosInstance) => OGCAPIFeaturesApiInterface;
|
|
62506
|
+
|
|
62427
62507
|
export declare const tigerLabelElementsClientFactory: (axios: AxiosInstance) => Pick<AfmActionsApiInterface, "computeLabelElementsPost">;
|
|
62428
62508
|
|
|
62429
62509
|
export declare const tigerLayoutClientFactory: (axios: AxiosInstance) => LayoutApiInterface;
|
|
@@ -62751,7 +62831,7 @@ export declare interface TranslationsApiSetTranslationsRequest {
|
|
|
62751
62831
|
readonly xliff: Xliff;
|
|
62752
62832
|
}
|
|
62753
62833
|
|
|
62754
|
-
declare type TriggerQualityIssuesCalculationResponseStatusEnum = "RUNNING" | "COMPLETED" | "FAILED";
|
|
62834
|
+
declare type TriggerQualityIssuesCalculationResponseStatusEnum = "RUNNING" | "COMPLETED" | "FAILED" | "DISABLED";
|
|
62755
62835
|
|
|
62756
62836
|
/**
|
|
62757
62837
|
* Information related to the file uploaded to the staging area.
|