@gooddata/api-client-tiger 11.13.0-alpha.1 → 11.13.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 +399 -236
- package/esm/gd-tiger-model/VisualizationObjectModelV2.d.ts +2 -1
- package/esm/gd-tiger-model/VisualizationObjectModelV2.d.ts.map +1 -1
- package/esm/gd-tiger-model/VisualizationObjectModelV2.js.map +1 -1
- package/esm/generated/automation-json-api/index.d.ts.map +1 -1
- package/esm/generated/automation-json-api/index.js +1 -1
- package/esm/generated/automation-json-api/index.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +358 -221
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +3544 -1084
- package/esm/index.d.ts +4 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +5 -1
- package/esm/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -19,6 +19,7 @@ import { IDashboardDateFilterConfig } from '@gooddata/sdk-model';
|
|
|
19
19
|
import { IDashboardLayout } from '@gooddata/sdk-model';
|
|
20
20
|
import { IFilter } from '@gooddata/sdk-model';
|
|
21
21
|
import { IFilterContext as IFilterContext_2 } from '@gooddata/sdk-model';
|
|
22
|
+
import { IInsightLayerDefinition } from '@gooddata/sdk-model';
|
|
22
23
|
import { ISortItem } from '@gooddata/sdk-model';
|
|
23
24
|
import { ObjRef } from '@gooddata/sdk-model';
|
|
24
25
|
import type { RawAxiosRequestConfig } from 'axios';
|
|
@@ -18962,6 +18963,7 @@ export declare type DefaultSmtpTypeEnum = "DEFAULT_SMTP";
|
|
|
18962
18963
|
|
|
18963
18964
|
declare const defaultTigerClient: ITigerClient;
|
|
18964
18965
|
export default defaultTigerClient;
|
|
18966
|
+
export { defaultTigerClient }
|
|
18965
18967
|
|
|
18966
18968
|
/**
|
|
18967
18969
|
* Request to delete files from the storage.
|
|
@@ -42194,6 +42196,7 @@ declare interface IVisualizationObject_2 {
|
|
|
42194
42196
|
attributeFilterConfigs?: IAttributeFilterConfigs;
|
|
42195
42197
|
sorts: ISortItem[];
|
|
42196
42198
|
properties: VisualizationProperties;
|
|
42199
|
+
layers?: IInsightLayerDefinition[];
|
|
42197
42200
|
}
|
|
42198
42201
|
|
|
42199
42202
|
export declare const JSON_API_HEADER_VALUE = "application/vnd.gooddata.api+json";
|
|
@@ -42220,7 +42223,7 @@ export declare interface JsonApiAggregatedFactOut {
|
|
|
42220
42223
|
* API identifier of an object
|
|
42221
42224
|
*/
|
|
42222
42225
|
id: string;
|
|
42223
|
-
meta?:
|
|
42226
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
42224
42227
|
attributes: JsonApiAggregatedFactOutAttributes;
|
|
42225
42228
|
relationships?: JsonApiAggregatedFactOutRelationships;
|
|
42226
42229
|
}
|
|
@@ -42258,7 +42261,7 @@ export declare type JsonApiAggregatedFactOutIncludes = JsonApiDatasetOutWithLink
|
|
|
42258
42261
|
export declare interface JsonApiAggregatedFactOutList {
|
|
42259
42262
|
data: Array<JsonApiAggregatedFactOutWithLinks>;
|
|
42260
42263
|
links?: ListLinks;
|
|
42261
|
-
meta?:
|
|
42264
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
42262
42265
|
/**
|
|
42263
42266
|
* Included resources
|
|
42264
42267
|
*/
|
|
@@ -42266,7 +42269,7 @@ export declare interface JsonApiAggregatedFactOutList {
|
|
|
42266
42269
|
}
|
|
42267
42270
|
|
|
42268
42271
|
export declare interface JsonApiAggregatedFactOutRelationships {
|
|
42269
|
-
dataset?:
|
|
42272
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
42270
42273
|
sourceFact?: JsonApiAggregatedFactOutRelationshipsSourceFact;
|
|
42271
42274
|
}
|
|
42272
42275
|
|
|
@@ -42285,7 +42288,7 @@ export declare interface JsonApiAggregatedFactOutWithLinks {
|
|
|
42285
42288
|
* API identifier of an object
|
|
42286
42289
|
*/
|
|
42287
42290
|
id: string;
|
|
42288
|
-
meta?:
|
|
42291
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
42289
42292
|
attributes: JsonApiAggregatedFactOutAttributes;
|
|
42290
42293
|
relationships?: JsonApiAggregatedFactOutRelationships;
|
|
42291
42294
|
links?: ObjectLinks;
|
|
@@ -42374,7 +42377,7 @@ export declare type JsonApiAnalyticalDashboardOutIncludes = JsonApiAnalyticalDas
|
|
|
42374
42377
|
export declare interface JsonApiAnalyticalDashboardOutList {
|
|
42375
42378
|
data: Array<JsonApiAnalyticalDashboardOutWithLinks>;
|
|
42376
42379
|
links?: ListLinks;
|
|
42377
|
-
meta?:
|
|
42380
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
42378
42381
|
/**
|
|
42379
42382
|
* Included resources
|
|
42380
42383
|
*/
|
|
@@ -42386,7 +42389,7 @@ export declare interface JsonApiAnalyticalDashboardOutMeta {
|
|
|
42386
42389
|
* List of valid permissions for a logged-in user.
|
|
42387
42390
|
*/
|
|
42388
42391
|
permissions?: Array<JsonApiAnalyticalDashboardOutMetaPermissionsEnum>;
|
|
42389
|
-
origin?:
|
|
42392
|
+
origin?: JsonApiAnalyticalDashboardOutMetaOrigin;
|
|
42390
42393
|
accessInfo?: JsonApiAnalyticalDashboardOutMetaAccessInfo;
|
|
42391
42394
|
}
|
|
42392
42395
|
|
|
@@ -42397,16 +42400,29 @@ export declare interface JsonApiAnalyticalDashboardOutMetaAccessInfo {
|
|
|
42397
42400
|
private: boolean;
|
|
42398
42401
|
}
|
|
42399
42402
|
|
|
42403
|
+
export declare interface JsonApiAnalyticalDashboardOutMetaOrigin {
|
|
42404
|
+
/**
|
|
42405
|
+
* defines type of the origin of the entity
|
|
42406
|
+
*/
|
|
42407
|
+
originType: JsonApiAnalyticalDashboardOutMetaOriginOriginTypeEnum;
|
|
42408
|
+
/**
|
|
42409
|
+
* defines id of the workspace where the entity comes from
|
|
42410
|
+
*/
|
|
42411
|
+
originId: string;
|
|
42412
|
+
}
|
|
42413
|
+
|
|
42414
|
+
export declare type JsonApiAnalyticalDashboardOutMetaOriginOriginTypeEnum = "NATIVE" | "PARENT";
|
|
42415
|
+
|
|
42400
42416
|
export declare type JsonApiAnalyticalDashboardOutMetaPermissionsEnum = "EDIT" | "SHARE" | "VIEW";
|
|
42401
42417
|
|
|
42402
42418
|
export declare interface JsonApiAnalyticalDashboardOutRelationships {
|
|
42403
|
-
createdBy?:
|
|
42404
|
-
modifiedBy?:
|
|
42419
|
+
createdBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
42420
|
+
modifiedBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
42405
42421
|
visualizationObjects?: JsonApiAnalyticalDashboardOutRelationshipsVisualizationObjects;
|
|
42406
42422
|
analyticalDashboards?: JsonApiAnalyticalDashboardOutRelationshipsAnalyticalDashboards;
|
|
42407
|
-
labels?:
|
|
42408
|
-
metrics?:
|
|
42409
|
-
datasets?:
|
|
42423
|
+
labels?: JsonApiAnalyticalDashboardOutRelationshipsLabels;
|
|
42424
|
+
metrics?: JsonApiAnalyticalDashboardOutRelationshipsMetrics;
|
|
42425
|
+
datasets?: JsonApiAnalyticalDashboardOutRelationshipsDatasets;
|
|
42410
42426
|
filterContexts?: JsonApiAnalyticalDashboardOutRelationshipsFilterContexts;
|
|
42411
42427
|
dashboardPlugins?: JsonApiAnalyticalDashboardOutRelationshipsDashboardPlugins;
|
|
42412
42428
|
}
|
|
@@ -42418,6 +42434,10 @@ export declare interface JsonApiAnalyticalDashboardOutRelationshipsAnalyticalDas
|
|
|
42418
42434
|
data: Array<JsonApiAnalyticalDashboardLinkage>;
|
|
42419
42435
|
}
|
|
42420
42436
|
|
|
42437
|
+
export declare interface JsonApiAnalyticalDashboardOutRelationshipsCreatedBy {
|
|
42438
|
+
data: JsonApiUserIdentifierLinkage | null;
|
|
42439
|
+
}
|
|
42440
|
+
|
|
42421
42441
|
export declare interface JsonApiAnalyticalDashboardOutRelationshipsDashboardPlugins {
|
|
42422
42442
|
/**
|
|
42423
42443
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -42425,6 +42445,13 @@ export declare interface JsonApiAnalyticalDashboardOutRelationshipsDashboardPlug
|
|
|
42425
42445
|
data: Array<JsonApiDashboardPluginLinkage>;
|
|
42426
42446
|
}
|
|
42427
42447
|
|
|
42448
|
+
export declare interface JsonApiAnalyticalDashboardOutRelationshipsDatasets {
|
|
42449
|
+
/**
|
|
42450
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
42451
|
+
*/
|
|
42452
|
+
data: Array<JsonApiDatasetLinkage>;
|
|
42453
|
+
}
|
|
42454
|
+
|
|
42428
42455
|
export declare interface JsonApiAnalyticalDashboardOutRelationshipsFilterContexts {
|
|
42429
42456
|
/**
|
|
42430
42457
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -42432,6 +42459,20 @@ export declare interface JsonApiAnalyticalDashboardOutRelationshipsFilterContext
|
|
|
42432
42459
|
data: Array<JsonApiFilterContextLinkage>;
|
|
42433
42460
|
}
|
|
42434
42461
|
|
|
42462
|
+
export declare interface JsonApiAnalyticalDashboardOutRelationshipsLabels {
|
|
42463
|
+
/**
|
|
42464
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
42465
|
+
*/
|
|
42466
|
+
data: Array<JsonApiLabelLinkage>;
|
|
42467
|
+
}
|
|
42468
|
+
|
|
42469
|
+
export declare interface JsonApiAnalyticalDashboardOutRelationshipsMetrics {
|
|
42470
|
+
/**
|
|
42471
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
42472
|
+
*/
|
|
42473
|
+
data: Array<JsonApiMetricLinkage>;
|
|
42474
|
+
}
|
|
42475
|
+
|
|
42435
42476
|
export declare interface JsonApiAnalyticalDashboardOutRelationshipsVisualizationObjects {
|
|
42436
42477
|
/**
|
|
42437
42478
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -42575,7 +42616,7 @@ export declare interface JsonApiApiTokenOutDocument {
|
|
|
42575
42616
|
export declare interface JsonApiApiTokenOutList {
|
|
42576
42617
|
data: Array<JsonApiApiTokenOutWithLinks>;
|
|
42577
42618
|
links?: ListLinks;
|
|
42578
|
-
meta?:
|
|
42619
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
42579
42620
|
}
|
|
42580
42621
|
|
|
42581
42622
|
export declare type JsonApiApiTokenOutTypeEnum = "apiToken";
|
|
@@ -42649,7 +42690,7 @@ export declare interface JsonApiAttributeHierarchyOut {
|
|
|
42649
42690
|
* API identifier of an object
|
|
42650
42691
|
*/
|
|
42651
42692
|
id: string;
|
|
42652
|
-
meta?:
|
|
42693
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
42653
42694
|
attributes?: JsonApiAttributeHierarchyOutAttributes;
|
|
42654
42695
|
relationships?: JsonApiAttributeHierarchyOutRelationships;
|
|
42655
42696
|
}
|
|
@@ -42687,7 +42728,7 @@ export declare type JsonApiAttributeHierarchyOutIncludes = JsonApiAttributeOutWi
|
|
|
42687
42728
|
export declare interface JsonApiAttributeHierarchyOutList {
|
|
42688
42729
|
data: Array<JsonApiAttributeHierarchyOutWithLinks>;
|
|
42689
42730
|
links?: ListLinks;
|
|
42690
|
-
meta?:
|
|
42731
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
42691
42732
|
/**
|
|
42692
42733
|
* Included resources
|
|
42693
42734
|
*/
|
|
@@ -42695,9 +42736,9 @@ export declare interface JsonApiAttributeHierarchyOutList {
|
|
|
42695
42736
|
}
|
|
42696
42737
|
|
|
42697
42738
|
export declare interface JsonApiAttributeHierarchyOutRelationships {
|
|
42698
|
-
createdBy?:
|
|
42699
|
-
modifiedBy?:
|
|
42700
|
-
attributes?:
|
|
42739
|
+
createdBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
42740
|
+
modifiedBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
42741
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
42701
42742
|
}
|
|
42702
42743
|
|
|
42703
42744
|
export declare type JsonApiAttributeHierarchyOutTypeEnum = "attributeHierarchy";
|
|
@@ -42711,7 +42752,7 @@ export declare interface JsonApiAttributeHierarchyOutWithLinks {
|
|
|
42711
42752
|
* API identifier of an object
|
|
42712
42753
|
*/
|
|
42713
42754
|
id: string;
|
|
42714
|
-
meta?:
|
|
42755
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
42715
42756
|
attributes?: JsonApiAttributeHierarchyOutAttributes;
|
|
42716
42757
|
relationships?: JsonApiAttributeHierarchyOutRelationships;
|
|
42717
42758
|
links?: ObjectLinks;
|
|
@@ -42762,7 +42803,7 @@ export declare interface JsonApiAttributeOut {
|
|
|
42762
42803
|
* API identifier of an object
|
|
42763
42804
|
*/
|
|
42764
42805
|
id: string;
|
|
42765
|
-
meta?:
|
|
42806
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
42766
42807
|
attributes?: JsonApiAttributeOutAttributes;
|
|
42767
42808
|
relationships?: JsonApiAttributeOutRelationships;
|
|
42768
42809
|
}
|
|
@@ -42807,7 +42848,7 @@ export declare type JsonApiAttributeOutIncludes = JsonApiAttributeHierarchyOutWi
|
|
|
42807
42848
|
export declare interface JsonApiAttributeOutList {
|
|
42808
42849
|
data: Array<JsonApiAttributeOutWithLinks>;
|
|
42809
42850
|
links?: ListLinks;
|
|
42810
|
-
meta?:
|
|
42851
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
42811
42852
|
/**
|
|
42812
42853
|
* Included resources
|
|
42813
42854
|
*/
|
|
@@ -42815,9 +42856,9 @@ export declare interface JsonApiAttributeOutList {
|
|
|
42815
42856
|
}
|
|
42816
42857
|
|
|
42817
42858
|
export declare interface JsonApiAttributeOutRelationships {
|
|
42818
|
-
dataset?:
|
|
42859
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
42819
42860
|
defaultView?: JsonApiAttributeOutRelationshipsDefaultView;
|
|
42820
|
-
labels?:
|
|
42861
|
+
labels?: JsonApiAnalyticalDashboardOutRelationshipsLabels;
|
|
42821
42862
|
attributeHierarchies?: JsonApiAttributeOutRelationshipsAttributeHierarchies;
|
|
42822
42863
|
}
|
|
42823
42864
|
|
|
@@ -42828,10 +42869,6 @@ export declare interface JsonApiAttributeOutRelationshipsAttributeHierarchies {
|
|
|
42828
42869
|
data: Array<JsonApiAttributeHierarchyLinkage>;
|
|
42829
42870
|
}
|
|
42830
42871
|
|
|
42831
|
-
export declare interface JsonApiAttributeOutRelationshipsDataset {
|
|
42832
|
-
data: JsonApiDatasetLinkage | null;
|
|
42833
|
-
}
|
|
42834
|
-
|
|
42835
42872
|
export declare interface JsonApiAttributeOutRelationshipsDefaultView {
|
|
42836
42873
|
data: JsonApiLabelLinkage | null;
|
|
42837
42874
|
}
|
|
@@ -42847,7 +42884,7 @@ export declare interface JsonApiAttributeOutWithLinks {
|
|
|
42847
42884
|
* API identifier of an object
|
|
42848
42885
|
*/
|
|
42849
42886
|
id: string;
|
|
42850
|
-
meta?:
|
|
42887
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
42851
42888
|
attributes?: JsonApiAttributeOutAttributes;
|
|
42852
42889
|
relationships?: JsonApiAttributeOutRelationships;
|
|
42853
42890
|
links?: ObjectLinks;
|
|
@@ -43067,8 +43104,8 @@ export declare interface JsonApiAutomationOut {
|
|
|
43067
43104
|
* API identifier of an object
|
|
43068
43105
|
*/
|
|
43069
43106
|
id: string;
|
|
43070
|
-
meta?:
|
|
43071
|
-
attributes?:
|
|
43107
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
43108
|
+
attributes?: JsonApiWorkspaceAutomationOutAttributes;
|
|
43072
43109
|
relationships?: JsonApiAutomationOutRelationships;
|
|
43073
43110
|
}
|
|
43074
43111
|
|
|
@@ -43130,7 +43167,7 @@ export declare type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOut
|
|
|
43130
43167
|
export declare interface JsonApiAutomationOutList {
|
|
43131
43168
|
data: Array<JsonApiAutomationOutWithLinks>;
|
|
43132
43169
|
links?: ListLinks;
|
|
43133
|
-
meta?:
|
|
43170
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
43134
43171
|
/**
|
|
43135
43172
|
* Included resources
|
|
43136
43173
|
*/
|
|
@@ -43140,8 +43177,8 @@ export declare interface JsonApiAutomationOutList {
|
|
|
43140
43177
|
export declare interface JsonApiAutomationOutRelationships {
|
|
43141
43178
|
notificationChannel?: JsonApiAutomationInRelationshipsNotificationChannel;
|
|
43142
43179
|
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
43143
|
-
createdBy?:
|
|
43144
|
-
modifiedBy?:
|
|
43180
|
+
createdBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
43181
|
+
modifiedBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
43145
43182
|
exportDefinitions?: JsonApiAutomationInRelationshipsExportDefinitions;
|
|
43146
43183
|
recipients?: JsonApiAutomationInRelationshipsRecipients;
|
|
43147
43184
|
automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
@@ -43165,8 +43202,8 @@ export declare interface JsonApiAutomationOutWithLinks {
|
|
|
43165
43202
|
* API identifier of an object
|
|
43166
43203
|
*/
|
|
43167
43204
|
id: string;
|
|
43168
|
-
meta?:
|
|
43169
|
-
attributes?:
|
|
43205
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
43206
|
+
attributes?: JsonApiWorkspaceAutomationOutAttributes;
|
|
43170
43207
|
relationships?: JsonApiAutomationOutRelationships;
|
|
43171
43208
|
links?: ObjectLinks;
|
|
43172
43209
|
}
|
|
@@ -43242,7 +43279,7 @@ export declare type JsonApiAutomationResultOutAttributesStatusEnum = "SUCCESS" |
|
|
|
43242
43279
|
export declare interface JsonApiAutomationResultOutList {
|
|
43243
43280
|
data: Array<JsonApiAutomationResultOutWithLinks>;
|
|
43244
43281
|
links?: ListLinks;
|
|
43245
|
-
meta?:
|
|
43282
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
43246
43283
|
/**
|
|
43247
43284
|
* Included resources
|
|
43248
43285
|
*/
|
|
@@ -43326,11 +43363,7 @@ export declare interface JsonApiColorPaletteOutDocument {
|
|
|
43326
43363
|
export declare interface JsonApiColorPaletteOutList {
|
|
43327
43364
|
data: Array<JsonApiColorPaletteOutWithLinks>;
|
|
43328
43365
|
links?: ListLinks;
|
|
43329
|
-
meta?:
|
|
43330
|
-
}
|
|
43331
|
-
|
|
43332
|
-
export declare interface JsonApiColorPaletteOutListMeta {
|
|
43333
|
-
page?: PageMetadata;
|
|
43366
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
43334
43367
|
}
|
|
43335
43368
|
|
|
43336
43369
|
export declare type JsonApiColorPaletteOutTypeEnum = "colorPalette";
|
|
@@ -43502,7 +43535,7 @@ export declare interface JsonApiCspDirectiveOutDocument {
|
|
|
43502
43535
|
export declare interface JsonApiCspDirectiveOutList {
|
|
43503
43536
|
data: Array<JsonApiCspDirectiveOutWithLinks>;
|
|
43504
43537
|
links?: ListLinks;
|
|
43505
|
-
meta?:
|
|
43538
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
43506
43539
|
}
|
|
43507
43540
|
|
|
43508
43541
|
export declare type JsonApiCspDirectiveOutTypeEnum = "cspDirective";
|
|
@@ -43580,7 +43613,7 @@ export declare interface JsonApiCustomApplicationSettingOut {
|
|
|
43580
43613
|
* API identifier of an object
|
|
43581
43614
|
*/
|
|
43582
43615
|
id: string;
|
|
43583
|
-
meta?:
|
|
43616
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
43584
43617
|
attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
|
|
43585
43618
|
}
|
|
43586
43619
|
|
|
@@ -43595,7 +43628,7 @@ export declare interface JsonApiCustomApplicationSettingOutDocument {
|
|
|
43595
43628
|
export declare interface JsonApiCustomApplicationSettingOutList {
|
|
43596
43629
|
data: Array<JsonApiCustomApplicationSettingOutWithLinks>;
|
|
43597
43630
|
links?: ListLinks;
|
|
43598
|
-
meta?:
|
|
43631
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
43599
43632
|
}
|
|
43600
43633
|
|
|
43601
43634
|
export declare type JsonApiCustomApplicationSettingOutTypeEnum = "customApplicationSetting";
|
|
@@ -43609,7 +43642,7 @@ export declare interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
|
43609
43642
|
* API identifier of an object
|
|
43610
43643
|
*/
|
|
43611
43644
|
id: string;
|
|
43612
|
-
meta?:
|
|
43645
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
43613
43646
|
attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
|
|
43614
43647
|
links?: ObjectLinks;
|
|
43615
43648
|
}
|
|
@@ -43689,6 +43722,17 @@ export declare interface JsonApiDashboardPluginIn {
|
|
|
43689
43722
|
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
43690
43723
|
}
|
|
43691
43724
|
|
|
43725
|
+
export declare interface JsonApiDashboardPluginInAttributes {
|
|
43726
|
+
title?: string;
|
|
43727
|
+
description?: string;
|
|
43728
|
+
tags?: Array<string>;
|
|
43729
|
+
areRelationsValid?: boolean;
|
|
43730
|
+
/**
|
|
43731
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
43732
|
+
*/
|
|
43733
|
+
content?: object;
|
|
43734
|
+
}
|
|
43735
|
+
|
|
43692
43736
|
export declare interface JsonApiDashboardPluginInDocument {
|
|
43693
43737
|
data: JsonApiDashboardPluginIn;
|
|
43694
43738
|
}
|
|
@@ -43717,7 +43761,7 @@ export declare interface JsonApiDashboardPluginOut {
|
|
|
43717
43761
|
* API identifier of an object
|
|
43718
43762
|
*/
|
|
43719
43763
|
id: string;
|
|
43720
|
-
meta?:
|
|
43764
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
43721
43765
|
attributes?: JsonApiDashboardPluginOutAttributes;
|
|
43722
43766
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
43723
43767
|
}
|
|
@@ -43750,7 +43794,7 @@ export declare interface JsonApiDashboardPluginOutDocument {
|
|
|
43750
43794
|
export declare interface JsonApiDashboardPluginOutList {
|
|
43751
43795
|
data: Array<JsonApiDashboardPluginOutWithLinks>;
|
|
43752
43796
|
links?: ListLinks;
|
|
43753
|
-
meta?:
|
|
43797
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
43754
43798
|
/**
|
|
43755
43799
|
* Included resources
|
|
43756
43800
|
*/
|
|
@@ -43758,8 +43802,8 @@ export declare interface JsonApiDashboardPluginOutList {
|
|
|
43758
43802
|
}
|
|
43759
43803
|
|
|
43760
43804
|
export declare interface JsonApiDashboardPluginOutRelationships {
|
|
43761
|
-
createdBy?:
|
|
43762
|
-
modifiedBy?:
|
|
43805
|
+
createdBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
43806
|
+
modifiedBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
43763
43807
|
}
|
|
43764
43808
|
|
|
43765
43809
|
export declare type JsonApiDashboardPluginOutTypeEnum = "dashboardPlugin";
|
|
@@ -43773,7 +43817,7 @@ export declare interface JsonApiDashboardPluginOutWithLinks {
|
|
|
43773
43817
|
* API identifier of an object
|
|
43774
43818
|
*/
|
|
43775
43819
|
id: string;
|
|
43776
|
-
meta?:
|
|
43820
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
43777
43821
|
attributes?: JsonApiDashboardPluginOutAttributes;
|
|
43778
43822
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
43779
43823
|
links?: ObjectLinks;
|
|
@@ -43856,7 +43900,7 @@ export declare interface JsonApiDatasetOut {
|
|
|
43856
43900
|
* API identifier of an object
|
|
43857
43901
|
*/
|
|
43858
43902
|
id: string;
|
|
43859
|
-
meta?:
|
|
43903
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
43860
43904
|
attributes: JsonApiDatasetOutAttributes;
|
|
43861
43905
|
relationships?: JsonApiDatasetOutRelationships;
|
|
43862
43906
|
}
|
|
@@ -43942,7 +43986,7 @@ export declare type JsonApiDatasetOutIncludes = JsonApiAggregatedFactOutWithLink
|
|
|
43942
43986
|
export declare interface JsonApiDatasetOutList {
|
|
43943
43987
|
data: Array<JsonApiDatasetOutWithLinks>;
|
|
43944
43988
|
links?: ListLinks;
|
|
43945
|
-
meta?:
|
|
43989
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
43946
43990
|
/**
|
|
43947
43991
|
* Included resources
|
|
43948
43992
|
*/
|
|
@@ -43950,10 +43994,10 @@ export declare interface JsonApiDatasetOutList {
|
|
|
43950
43994
|
}
|
|
43951
43995
|
|
|
43952
43996
|
export declare interface JsonApiDatasetOutRelationships {
|
|
43953
|
-
attributes?:
|
|
43954
|
-
facts?:
|
|
43997
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
43998
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
43955
43999
|
aggregatedFacts?: JsonApiDatasetOutRelationshipsAggregatedFacts;
|
|
43956
|
-
references?:
|
|
44000
|
+
references?: JsonApiAnalyticalDashboardOutRelationshipsDatasets;
|
|
43957
44001
|
workspaceDataFilters?: JsonApiDatasetOutRelationshipsWorkspaceDataFilters;
|
|
43958
44002
|
}
|
|
43959
44003
|
|
|
@@ -43964,6 +44008,20 @@ export declare interface JsonApiDatasetOutRelationshipsAggregatedFacts {
|
|
|
43964
44008
|
data: Array<JsonApiAggregatedFactLinkage>;
|
|
43965
44009
|
}
|
|
43966
44010
|
|
|
44011
|
+
export declare interface JsonApiDatasetOutRelationshipsAttributes {
|
|
44012
|
+
/**
|
|
44013
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
44014
|
+
*/
|
|
44015
|
+
data: Array<JsonApiAttributeLinkage>;
|
|
44016
|
+
}
|
|
44017
|
+
|
|
44018
|
+
export declare interface JsonApiDatasetOutRelationshipsFacts {
|
|
44019
|
+
/**
|
|
44020
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
44021
|
+
*/
|
|
44022
|
+
data: Array<JsonApiFactLinkage>;
|
|
44023
|
+
}
|
|
44024
|
+
|
|
43967
44025
|
export declare interface JsonApiDatasetOutRelationshipsWorkspaceDataFilters {
|
|
43968
44026
|
/**
|
|
43969
44027
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -43982,7 +44040,7 @@ export declare interface JsonApiDatasetOutWithLinks {
|
|
|
43982
44040
|
* API identifier of an object
|
|
43983
44041
|
*/
|
|
43984
44042
|
id: string;
|
|
43985
|
-
meta?:
|
|
44043
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
43986
44044
|
attributes: JsonApiDatasetOutAttributes;
|
|
43987
44045
|
relationships?: JsonApiDatasetOutRelationships;
|
|
43988
44046
|
links?: ObjectLinks;
|
|
@@ -44052,7 +44110,7 @@ export declare interface JsonApiDataSourceIdentifierOutDocument {
|
|
|
44052
44110
|
export declare interface JsonApiDataSourceIdentifierOutList {
|
|
44053
44111
|
data: Array<JsonApiDataSourceIdentifierOutWithLinks>;
|
|
44054
44112
|
links?: ListLinks;
|
|
44055
|
-
meta?:
|
|
44113
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
44056
44114
|
}
|
|
44057
44115
|
|
|
44058
44116
|
export declare interface JsonApiDataSourceIdentifierOutMeta {
|
|
@@ -44243,7 +44301,7 @@ export declare interface JsonApiDataSourceOutDocument {
|
|
|
44243
44301
|
export declare interface JsonApiDataSourceOutList {
|
|
44244
44302
|
data: Array<JsonApiDataSourceOutWithLinks>;
|
|
44245
44303
|
links?: ListLinks;
|
|
44246
|
-
meta?:
|
|
44304
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
44247
44305
|
}
|
|
44248
44306
|
|
|
44249
44307
|
export declare type JsonApiDataSourceOutTypeEnum = "dataSource";
|
|
@@ -44375,7 +44433,7 @@ export declare interface JsonApiEntitlementOutDocument {
|
|
|
44375
44433
|
export declare interface JsonApiEntitlementOutList {
|
|
44376
44434
|
data: Array<JsonApiEntitlementOutWithLinks>;
|
|
44377
44435
|
links?: ListLinks;
|
|
44378
|
-
meta?:
|
|
44436
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
44379
44437
|
}
|
|
44380
44438
|
|
|
44381
44439
|
export declare type JsonApiEntitlementOutTypeEnum = "entitlement";
|
|
@@ -44411,10 +44469,23 @@ export declare interface JsonApiExportDefinitionIn {
|
|
|
44411
44469
|
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
44412
44470
|
}
|
|
44413
44471
|
|
|
44472
|
+
export declare interface JsonApiExportDefinitionInAttributes {
|
|
44473
|
+
title?: string;
|
|
44474
|
+
description?: string;
|
|
44475
|
+
tags?: Array<string>;
|
|
44476
|
+
requestPayload?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
44477
|
+
areRelationsValid?: boolean;
|
|
44478
|
+
}
|
|
44479
|
+
|
|
44414
44480
|
export declare interface JsonApiExportDefinitionInDocument {
|
|
44415
44481
|
data: JsonApiExportDefinitionIn;
|
|
44416
44482
|
}
|
|
44417
44483
|
|
|
44484
|
+
export declare interface JsonApiExportDefinitionInRelationships {
|
|
44485
|
+
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
44486
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
44487
|
+
}
|
|
44488
|
+
|
|
44418
44489
|
export declare type JsonApiExportDefinitionInTypeEnum = "exportDefinition";
|
|
44419
44490
|
|
|
44420
44491
|
/**
|
|
@@ -44439,7 +44510,7 @@ export declare interface JsonApiExportDefinitionOut {
|
|
|
44439
44510
|
* API identifier of an object
|
|
44440
44511
|
*/
|
|
44441
44512
|
id: string;
|
|
44442
|
-
meta?:
|
|
44513
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
44443
44514
|
attributes?: JsonApiExportDefinitionOutAttributes;
|
|
44444
44515
|
relationships?: JsonApiExportDefinitionOutRelationships;
|
|
44445
44516
|
}
|
|
@@ -44480,19 +44551,27 @@ export declare type JsonApiExportDefinitionOutIncludes = JsonApiAnalyticalDashbo
|
|
|
44480
44551
|
export declare interface JsonApiExportDefinitionOutList {
|
|
44481
44552
|
data: Array<JsonApiExportDefinitionOutWithLinks>;
|
|
44482
44553
|
links?: ListLinks;
|
|
44483
|
-
meta?:
|
|
44554
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
44484
44555
|
/**
|
|
44485
44556
|
* Included resources
|
|
44486
44557
|
*/
|
|
44487
44558
|
included?: Array<JsonApiExportDefinitionOutIncludes>;
|
|
44488
44559
|
}
|
|
44489
44560
|
|
|
44561
|
+
export declare interface JsonApiExportDefinitionOutMeta {
|
|
44562
|
+
origin?: JsonApiAnalyticalDashboardOutMetaOrigin;
|
|
44563
|
+
}
|
|
44564
|
+
|
|
44490
44565
|
export declare interface JsonApiExportDefinitionOutRelationships {
|
|
44491
44566
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
44492
44567
|
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
44493
44568
|
automation?: JsonApiExportDefinitionOutRelationshipsAutomation;
|
|
44494
|
-
createdBy?:
|
|
44495
|
-
modifiedBy?:
|
|
44569
|
+
createdBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
44570
|
+
modifiedBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
44571
|
+
}
|
|
44572
|
+
|
|
44573
|
+
export declare interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
|
|
44574
|
+
data: JsonApiAnalyticalDashboardLinkage | null;
|
|
44496
44575
|
}
|
|
44497
44576
|
|
|
44498
44577
|
export declare interface JsonApiExportDefinitionOutRelationshipsAutomation {
|
|
@@ -44514,7 +44593,7 @@ export declare interface JsonApiExportDefinitionOutWithLinks {
|
|
|
44514
44593
|
* API identifier of an object
|
|
44515
44594
|
*/
|
|
44516
44595
|
id: string;
|
|
44517
|
-
meta?:
|
|
44596
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
44518
44597
|
attributes?: JsonApiExportDefinitionOutAttributes;
|
|
44519
44598
|
relationships?: JsonApiExportDefinitionOutRelationships;
|
|
44520
44599
|
links?: ObjectLinks;
|
|
@@ -44664,7 +44743,7 @@ export declare interface JsonApiExportTemplateOutDocument {
|
|
|
44664
44743
|
export declare interface JsonApiExportTemplateOutList {
|
|
44665
44744
|
data: Array<JsonApiExportTemplateOutWithLinks>;
|
|
44666
44745
|
links?: ListLinks;
|
|
44667
|
-
meta?:
|
|
44746
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
44668
44747
|
}
|
|
44669
44748
|
|
|
44670
44749
|
export declare type JsonApiExportTemplateOutTypeEnum = "exportTemplate";
|
|
@@ -44757,7 +44836,7 @@ export declare interface JsonApiFactOut {
|
|
|
44757
44836
|
* API identifier of an object
|
|
44758
44837
|
*/
|
|
44759
44838
|
id: string;
|
|
44760
|
-
meta?:
|
|
44839
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
44761
44840
|
attributes?: JsonApiFactOutAttributes;
|
|
44762
44841
|
relationships?: JsonApiFactOutRelationships;
|
|
44763
44842
|
}
|
|
@@ -44789,7 +44868,7 @@ export declare interface JsonApiFactOutDocument {
|
|
|
44789
44868
|
export declare interface JsonApiFactOutList {
|
|
44790
44869
|
data: Array<JsonApiFactOutWithLinks>;
|
|
44791
44870
|
links?: ListLinks;
|
|
44792
|
-
meta?:
|
|
44871
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
44793
44872
|
/**
|
|
44794
44873
|
* Included resources
|
|
44795
44874
|
*/
|
|
@@ -44797,7 +44876,11 @@ export declare interface JsonApiFactOutList {
|
|
|
44797
44876
|
}
|
|
44798
44877
|
|
|
44799
44878
|
export declare interface JsonApiFactOutRelationships {
|
|
44800
|
-
dataset?:
|
|
44879
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
44880
|
+
}
|
|
44881
|
+
|
|
44882
|
+
export declare interface JsonApiFactOutRelationshipsDataset {
|
|
44883
|
+
data: JsonApiDatasetLinkage | null;
|
|
44801
44884
|
}
|
|
44802
44885
|
|
|
44803
44886
|
export declare type JsonApiFactOutTypeEnum = "fact";
|
|
@@ -44811,7 +44894,7 @@ export declare interface JsonApiFactOutWithLinks {
|
|
|
44811
44894
|
* API identifier of an object
|
|
44812
44895
|
*/
|
|
44813
44896
|
id: string;
|
|
44814
|
-
meta?:
|
|
44897
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
44815
44898
|
attributes?: JsonApiFactOutAttributes;
|
|
44816
44899
|
relationships?: JsonApiFactOutRelationships;
|
|
44817
44900
|
links?: ObjectLinks;
|
|
@@ -44883,7 +44966,7 @@ export declare interface JsonApiFilterContextOut {
|
|
|
44883
44966
|
* API identifier of an object
|
|
44884
44967
|
*/
|
|
44885
44968
|
id: string;
|
|
44886
|
-
meta?:
|
|
44969
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
44887
44970
|
attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
44888
44971
|
relationships?: JsonApiFilterContextOutRelationships;
|
|
44889
44972
|
}
|
|
@@ -44908,7 +44991,7 @@ export declare type JsonApiFilterContextOutIncludes = JsonApiAttributeOutWithLin
|
|
|
44908
44991
|
export declare interface JsonApiFilterContextOutList {
|
|
44909
44992
|
data: Array<JsonApiFilterContextOutWithLinks>;
|
|
44910
44993
|
links?: ListLinks;
|
|
44911
|
-
meta?:
|
|
44994
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
44912
44995
|
/**
|
|
44913
44996
|
* Included resources
|
|
44914
44997
|
*/
|
|
@@ -44916,9 +44999,9 @@ export declare interface JsonApiFilterContextOutList {
|
|
|
44916
44999
|
}
|
|
44917
45000
|
|
|
44918
45001
|
export declare interface JsonApiFilterContextOutRelationships {
|
|
44919
|
-
attributes?:
|
|
44920
|
-
datasets?:
|
|
44921
|
-
labels?:
|
|
45002
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
45003
|
+
datasets?: JsonApiAnalyticalDashboardOutRelationshipsDatasets;
|
|
45004
|
+
labels?: JsonApiAnalyticalDashboardOutRelationshipsLabels;
|
|
44922
45005
|
}
|
|
44923
45006
|
|
|
44924
45007
|
export declare type JsonApiFilterContextOutTypeEnum = "filterContext";
|
|
@@ -44932,7 +45015,7 @@ export declare interface JsonApiFilterContextOutWithLinks {
|
|
|
44932
45015
|
* API identifier of an object
|
|
44933
45016
|
*/
|
|
44934
45017
|
id: string;
|
|
44935
|
-
meta?:
|
|
45018
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
44936
45019
|
attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
|
|
44937
45020
|
relationships?: JsonApiFilterContextOutRelationships;
|
|
44938
45021
|
links?: ObjectLinks;
|
|
@@ -45060,13 +45143,18 @@ export declare type JsonApiFilterViewOutIncludes = JsonApiAnalyticalDashboardOut
|
|
|
45060
45143
|
export declare interface JsonApiFilterViewOutList {
|
|
45061
45144
|
data: Array<JsonApiFilterViewOutWithLinks>;
|
|
45062
45145
|
links?: ListLinks;
|
|
45063
|
-
meta?:
|
|
45146
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
45064
45147
|
/**
|
|
45065
45148
|
* Included resources
|
|
45066
45149
|
*/
|
|
45067
45150
|
included?: Array<JsonApiFilterViewOutIncludes>;
|
|
45068
45151
|
}
|
|
45069
45152
|
|
|
45153
|
+
export declare interface JsonApiFilterViewOutRelationships {
|
|
45154
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
45155
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
45156
|
+
}
|
|
45157
|
+
|
|
45070
45158
|
export declare type JsonApiFilterViewOutTypeEnum = "filterView";
|
|
45071
45159
|
|
|
45072
45160
|
export declare interface JsonApiFilterViewOutWithLinks {
|
|
@@ -45282,7 +45370,7 @@ export declare interface JsonApiIdentityProviderOutDocument {
|
|
|
45282
45370
|
export declare interface JsonApiIdentityProviderOutList {
|
|
45283
45371
|
data: Array<JsonApiIdentityProviderOutWithLinks>;
|
|
45284
45372
|
links?: ListLinks;
|
|
45285
|
-
meta?:
|
|
45373
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
45286
45374
|
}
|
|
45287
45375
|
|
|
45288
45376
|
export declare type JsonApiIdentityProviderOutTypeEnum = "identityProvider";
|
|
@@ -45374,7 +45462,7 @@ export declare interface JsonApiJwkOutDocument {
|
|
|
45374
45462
|
export declare interface JsonApiJwkOutList {
|
|
45375
45463
|
data: Array<JsonApiJwkOutWithLinks>;
|
|
45376
45464
|
links?: ListLinks;
|
|
45377
|
-
meta?:
|
|
45465
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
45378
45466
|
}
|
|
45379
45467
|
|
|
45380
45468
|
export declare type JsonApiJwkOutTypeEnum = "jwk";
|
|
@@ -45437,7 +45525,7 @@ export declare interface JsonApiLabelOut {
|
|
|
45437
45525
|
* API identifier of an object
|
|
45438
45526
|
*/
|
|
45439
45527
|
id: string;
|
|
45440
|
-
meta?:
|
|
45528
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
45441
45529
|
attributes?: JsonApiLabelOutAttributes;
|
|
45442
45530
|
relationships?: JsonApiLabelOutRelationships;
|
|
45443
45531
|
}
|
|
@@ -45488,7 +45576,7 @@ export declare interface JsonApiLabelOutDocument {
|
|
|
45488
45576
|
export declare interface JsonApiLabelOutList {
|
|
45489
45577
|
data: Array<JsonApiLabelOutWithLinks>;
|
|
45490
45578
|
links?: ListLinks;
|
|
45491
|
-
meta?:
|
|
45579
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
45492
45580
|
/**
|
|
45493
45581
|
* Included resources
|
|
45494
45582
|
*/
|
|
@@ -45514,7 +45602,7 @@ export declare interface JsonApiLabelOutWithLinks {
|
|
|
45514
45602
|
* API identifier of an object
|
|
45515
45603
|
*/
|
|
45516
45604
|
id: string;
|
|
45517
|
-
meta?:
|
|
45605
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
45518
45606
|
attributes?: JsonApiLabelOutAttributes;
|
|
45519
45607
|
relationships?: JsonApiLabelOutRelationships;
|
|
45520
45608
|
links?: ObjectLinks;
|
|
@@ -45652,7 +45740,7 @@ export declare interface JsonApiLlmEndpointOutDocument {
|
|
|
45652
45740
|
export declare interface JsonApiLlmEndpointOutList {
|
|
45653
45741
|
data: Array<JsonApiLlmEndpointOutWithLinks>;
|
|
45654
45742
|
links?: ListLinks;
|
|
45655
|
-
meta?:
|
|
45743
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
45656
45744
|
}
|
|
45657
45745
|
|
|
45658
45746
|
export declare type JsonApiLlmEndpointOutTypeEnum = "llmEndpoint";
|
|
@@ -45734,9 +45822,34 @@ export declare interface JsonApiMemoryItemIn {
|
|
|
45734
45822
|
* API identifier of an object
|
|
45735
45823
|
*/
|
|
45736
45824
|
id: string;
|
|
45737
|
-
attributes:
|
|
45825
|
+
attributes: JsonApiMemoryItemInAttributes;
|
|
45826
|
+
}
|
|
45827
|
+
|
|
45828
|
+
export declare interface JsonApiMemoryItemInAttributes {
|
|
45829
|
+
title?: string;
|
|
45830
|
+
description?: string;
|
|
45831
|
+
tags?: Array<string>;
|
|
45832
|
+
areRelationsValid?: boolean;
|
|
45833
|
+
/**
|
|
45834
|
+
* Strategy defining when the memory item should be applied
|
|
45835
|
+
*/
|
|
45836
|
+
strategy: JsonApiMemoryItemInAttributesStrategyEnum;
|
|
45837
|
+
/**
|
|
45838
|
+
* The text that will be injected into the system prompt
|
|
45839
|
+
*/
|
|
45840
|
+
instruction: string;
|
|
45841
|
+
/**
|
|
45842
|
+
* Set of unique strings used for semantic similarity filtering
|
|
45843
|
+
*/
|
|
45844
|
+
keywords?: Array<string>;
|
|
45845
|
+
/**
|
|
45846
|
+
* Whether memory item is disabled
|
|
45847
|
+
*/
|
|
45848
|
+
isDisabled?: boolean;
|
|
45738
45849
|
}
|
|
45739
45850
|
|
|
45851
|
+
export declare type JsonApiMemoryItemInAttributesStrategyEnum = "ALWAYS" | "AUTO";
|
|
45852
|
+
|
|
45740
45853
|
export declare interface JsonApiMemoryItemInDocument {
|
|
45741
45854
|
data: JsonApiMemoryItemIn;
|
|
45742
45855
|
}
|
|
@@ -45755,7 +45868,7 @@ export declare interface JsonApiMemoryItemOut {
|
|
|
45755
45868
|
* API identifier of an object
|
|
45756
45869
|
*/
|
|
45757
45870
|
id: string;
|
|
45758
|
-
meta?:
|
|
45871
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
45759
45872
|
attributes: JsonApiMemoryItemOutAttributes;
|
|
45760
45873
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
45761
45874
|
}
|
|
@@ -45802,7 +45915,7 @@ export declare interface JsonApiMemoryItemOutDocument {
|
|
|
45802
45915
|
export declare interface JsonApiMemoryItemOutList {
|
|
45803
45916
|
data: Array<JsonApiMemoryItemOutWithLinks>;
|
|
45804
45917
|
links?: ListLinks;
|
|
45805
|
-
meta?:
|
|
45918
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
45806
45919
|
/**
|
|
45807
45920
|
* Included resources
|
|
45808
45921
|
*/
|
|
@@ -45820,7 +45933,7 @@ export declare interface JsonApiMemoryItemOutWithLinks {
|
|
|
45820
45933
|
* API identifier of an object
|
|
45821
45934
|
*/
|
|
45822
45935
|
id: string;
|
|
45823
|
-
meta?:
|
|
45936
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
45824
45937
|
attributes: JsonApiMemoryItemOutAttributes;
|
|
45825
45938
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
45826
45939
|
links?: ObjectLinks;
|
|
@@ -45886,34 +45999,9 @@ export declare interface JsonApiMemoryItemPostOptionalId {
|
|
|
45886
45999
|
* API identifier of an object
|
|
45887
46000
|
*/
|
|
45888
46001
|
id?: string;
|
|
45889
|
-
attributes:
|
|
45890
|
-
}
|
|
45891
|
-
|
|
45892
|
-
export declare interface JsonApiMemoryItemPostOptionalIdAttributes {
|
|
45893
|
-
title?: string;
|
|
45894
|
-
description?: string;
|
|
45895
|
-
tags?: Array<string>;
|
|
45896
|
-
areRelationsValid?: boolean;
|
|
45897
|
-
/**
|
|
45898
|
-
* Strategy defining when the memory item should be applied
|
|
45899
|
-
*/
|
|
45900
|
-
strategy: JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum;
|
|
45901
|
-
/**
|
|
45902
|
-
* The text that will be injected into the system prompt
|
|
45903
|
-
*/
|
|
45904
|
-
instruction: string;
|
|
45905
|
-
/**
|
|
45906
|
-
* Set of unique strings used for semantic similarity filtering
|
|
45907
|
-
*/
|
|
45908
|
-
keywords?: Array<string>;
|
|
45909
|
-
/**
|
|
45910
|
-
* Whether memory item is disabled
|
|
45911
|
-
*/
|
|
45912
|
-
isDisabled?: boolean;
|
|
46002
|
+
attributes: JsonApiMemoryItemInAttributes;
|
|
45913
46003
|
}
|
|
45914
46004
|
|
|
45915
|
-
export declare type JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum = "ALWAYS" | "AUTO";
|
|
45916
|
-
|
|
45917
46005
|
export declare interface JsonApiMemoryItemPostOptionalIdDocument {
|
|
45918
46006
|
data: JsonApiMemoryItemPostOptionalId;
|
|
45919
46007
|
}
|
|
@@ -45932,7 +46020,16 @@ export declare interface JsonApiMetricIn {
|
|
|
45932
46020
|
* API identifier of an object
|
|
45933
46021
|
*/
|
|
45934
46022
|
id: string;
|
|
45935
|
-
attributes:
|
|
46023
|
+
attributes: JsonApiMetricInAttributes;
|
|
46024
|
+
}
|
|
46025
|
+
|
|
46026
|
+
export declare interface JsonApiMetricInAttributes {
|
|
46027
|
+
title?: string;
|
|
46028
|
+
description?: string;
|
|
46029
|
+
tags?: Array<string>;
|
|
46030
|
+
areRelationsValid?: boolean;
|
|
46031
|
+
content: JsonApiMetricOutAttributesContent;
|
|
46032
|
+
isHidden?: boolean;
|
|
45936
46033
|
}
|
|
45937
46034
|
|
|
45938
46035
|
export declare interface JsonApiMetricInDocument {
|
|
@@ -45963,7 +46060,7 @@ export declare interface JsonApiMetricOut {
|
|
|
45963
46060
|
* API identifier of an object
|
|
45964
46061
|
*/
|
|
45965
46062
|
id: string;
|
|
45966
|
-
meta?:
|
|
46063
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
45967
46064
|
attributes: JsonApiMetricOutAttributes;
|
|
45968
46065
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
45969
46066
|
}
|
|
@@ -46010,7 +46107,7 @@ export declare type JsonApiMetricOutIncludes = JsonApiAttributeOutWithLinks | Js
|
|
|
46010
46107
|
export declare interface JsonApiMetricOutList {
|
|
46011
46108
|
data: Array<JsonApiMetricOutWithLinks>;
|
|
46012
46109
|
links?: ListLinks;
|
|
46013
|
-
meta?:
|
|
46110
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
46014
46111
|
/**
|
|
46015
46112
|
* Included resources
|
|
46016
46113
|
*/
|
|
@@ -46028,7 +46125,7 @@ export declare interface JsonApiMetricOutWithLinks {
|
|
|
46028
46125
|
* API identifier of an object
|
|
46029
46126
|
*/
|
|
46030
46127
|
id: string;
|
|
46031
|
-
meta?:
|
|
46128
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
46032
46129
|
attributes: JsonApiMetricOutAttributes;
|
|
46033
46130
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
46034
46131
|
links?: ObjectLinks;
|
|
@@ -46078,16 +46175,7 @@ export declare interface JsonApiMetricPostOptionalId {
|
|
|
46078
46175
|
* API identifier of an object
|
|
46079
46176
|
*/
|
|
46080
46177
|
id?: string;
|
|
46081
|
-
attributes:
|
|
46082
|
-
}
|
|
46083
|
-
|
|
46084
|
-
export declare interface JsonApiMetricPostOptionalIdAttributes {
|
|
46085
|
-
title?: string;
|
|
46086
|
-
description?: string;
|
|
46087
|
-
tags?: Array<string>;
|
|
46088
|
-
areRelationsValid?: boolean;
|
|
46089
|
-
content: JsonApiMetricOutAttributesContent;
|
|
46090
|
-
isHidden?: boolean;
|
|
46178
|
+
attributes: JsonApiMetricInAttributes;
|
|
46091
46179
|
}
|
|
46092
46180
|
|
|
46093
46181
|
export declare interface JsonApiMetricPostOptionalIdDocument {
|
|
@@ -46136,7 +46224,7 @@ export declare interface JsonApiNotificationChannelIdentifierOutDocument {
|
|
|
46136
46224
|
export declare interface JsonApiNotificationChannelIdentifierOutList {
|
|
46137
46225
|
data: Array<JsonApiNotificationChannelIdentifierOutWithLinks>;
|
|
46138
46226
|
links?: ListLinks;
|
|
46139
|
-
meta?:
|
|
46227
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
46140
46228
|
}
|
|
46141
46229
|
|
|
46142
46230
|
export declare type JsonApiNotificationChannelIdentifierOutTypeEnum = "notificationChannelIdentifier";
|
|
@@ -46286,7 +46374,7 @@ export declare interface JsonApiNotificationChannelOutDocument {
|
|
|
46286
46374
|
export declare interface JsonApiNotificationChannelOutList {
|
|
46287
46375
|
data: Array<JsonApiNotificationChannelOutWithLinks>;
|
|
46288
46376
|
links?: ListLinks;
|
|
46289
|
-
meta?:
|
|
46377
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
46290
46378
|
}
|
|
46291
46379
|
|
|
46292
46380
|
export declare type JsonApiNotificationChannelOutTypeEnum = "notificationChannel";
|
|
@@ -46541,7 +46629,7 @@ export declare interface JsonApiOrganizationSettingOutDocument {
|
|
|
46541
46629
|
export declare interface JsonApiOrganizationSettingOutList {
|
|
46542
46630
|
data: Array<JsonApiOrganizationSettingOutWithLinks>;
|
|
46543
46631
|
links?: ListLinks;
|
|
46544
|
-
meta?:
|
|
46632
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
46545
46633
|
}
|
|
46546
46634
|
|
|
46547
46635
|
export declare type JsonApiOrganizationSettingOutTypeEnum = "organizationSetting";
|
|
@@ -46629,7 +46717,7 @@ export declare interface JsonApiThemeOutDocument {
|
|
|
46629
46717
|
export declare interface JsonApiThemeOutList {
|
|
46630
46718
|
data: Array<JsonApiThemeOutWithLinks>;
|
|
46631
46719
|
links?: ListLinks;
|
|
46632
|
-
meta?:
|
|
46720
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
46633
46721
|
}
|
|
46634
46722
|
|
|
46635
46723
|
export declare type JsonApiThemeOutTypeEnum = "theme";
|
|
@@ -46690,6 +46778,11 @@ export declare interface JsonApiUserDataFilterInDocument {
|
|
|
46690
46778
|
data: JsonApiUserDataFilterIn;
|
|
46691
46779
|
}
|
|
46692
46780
|
|
|
46781
|
+
export declare interface JsonApiUserDataFilterInRelationships {
|
|
46782
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
46783
|
+
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
46784
|
+
}
|
|
46785
|
+
|
|
46693
46786
|
export declare type JsonApiUserDataFilterInTypeEnum = "userDataFilter";
|
|
46694
46787
|
|
|
46695
46788
|
/**
|
|
@@ -46704,7 +46797,7 @@ export declare interface JsonApiUserDataFilterOut {
|
|
|
46704
46797
|
* API identifier of an object
|
|
46705
46798
|
*/
|
|
46706
46799
|
id: string;
|
|
46707
|
-
meta?:
|
|
46800
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
46708
46801
|
attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
|
|
46709
46802
|
relationships?: JsonApiUserDataFilterOutRelationships;
|
|
46710
46803
|
}
|
|
@@ -46729,7 +46822,7 @@ export declare type JsonApiUserDataFilterOutIncludes = JsonApiAttributeOutWithLi
|
|
|
46729
46822
|
export declare interface JsonApiUserDataFilterOutList {
|
|
46730
46823
|
data: Array<JsonApiUserDataFilterOutWithLinks>;
|
|
46731
46824
|
links?: ListLinks;
|
|
46732
|
-
meta?:
|
|
46825
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
46733
46826
|
/**
|
|
46734
46827
|
* Included resources
|
|
46735
46828
|
*/
|
|
@@ -46739,11 +46832,11 @@ export declare interface JsonApiUserDataFilterOutList {
|
|
|
46739
46832
|
export declare interface JsonApiUserDataFilterOutRelationships {
|
|
46740
46833
|
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
46741
46834
|
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
46742
|
-
facts?:
|
|
46743
|
-
attributes?:
|
|
46744
|
-
labels?:
|
|
46745
|
-
metrics?:
|
|
46746
|
-
datasets?:
|
|
46835
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
46836
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
46837
|
+
labels?: JsonApiAnalyticalDashboardOutRelationshipsLabels;
|
|
46838
|
+
metrics?: JsonApiAnalyticalDashboardOutRelationshipsMetrics;
|
|
46839
|
+
datasets?: JsonApiAnalyticalDashboardOutRelationshipsDatasets;
|
|
46747
46840
|
}
|
|
46748
46841
|
|
|
46749
46842
|
export declare type JsonApiUserDataFilterOutTypeEnum = "userDataFilter";
|
|
@@ -46757,7 +46850,7 @@ export declare interface JsonApiUserDataFilterOutWithLinks {
|
|
|
46757
46850
|
* API identifier of an object
|
|
46758
46851
|
*/
|
|
46759
46852
|
id: string;
|
|
46760
|
-
meta?:
|
|
46853
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
46761
46854
|
attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
|
|
46762
46855
|
relationships?: JsonApiUserDataFilterOutRelationships;
|
|
46763
46856
|
links?: ObjectLinks;
|
|
@@ -46897,7 +46990,7 @@ export declare interface JsonApiUserGroupOutDocument {
|
|
|
46897
46990
|
export declare interface JsonApiUserGroupOutList {
|
|
46898
46991
|
data: Array<JsonApiUserGroupOutWithLinks>;
|
|
46899
46992
|
links?: ListLinks;
|
|
46900
|
-
meta?:
|
|
46993
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
46901
46994
|
/**
|
|
46902
46995
|
* Included resources
|
|
46903
46996
|
*/
|
|
@@ -46990,7 +47083,7 @@ export declare interface JsonApiUserIdentifierOutDocument {
|
|
|
46990
47083
|
export declare interface JsonApiUserIdentifierOutList {
|
|
46991
47084
|
data: Array<JsonApiUserIdentifierOutWithLinks>;
|
|
46992
47085
|
links?: ListLinks;
|
|
46993
|
-
meta?:
|
|
47086
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
46994
47087
|
}
|
|
46995
47088
|
|
|
46996
47089
|
export declare type JsonApiUserIdentifierOutTypeEnum = "userIdentifier";
|
|
@@ -47080,7 +47173,7 @@ export declare interface JsonApiUserOutDocument {
|
|
|
47080
47173
|
export declare interface JsonApiUserOutList {
|
|
47081
47174
|
data: Array<JsonApiUserOutWithLinks>;
|
|
47082
47175
|
links?: ListLinks;
|
|
47083
|
-
meta?:
|
|
47176
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
47084
47177
|
/**
|
|
47085
47178
|
* Included resources
|
|
47086
47179
|
*/
|
|
@@ -47185,7 +47278,7 @@ export declare interface JsonApiUserSettingOutDocument {
|
|
|
47185
47278
|
export declare interface JsonApiUserSettingOutList {
|
|
47186
47279
|
data: Array<JsonApiUserSettingOutWithLinks>;
|
|
47187
47280
|
links?: ListLinks;
|
|
47188
|
-
meta?:
|
|
47281
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
47189
47282
|
}
|
|
47190
47283
|
|
|
47191
47284
|
export declare type JsonApiUserSettingOutTypeEnum = "userSetting";
|
|
@@ -47217,7 +47310,19 @@ export declare interface JsonApiVisualizationObjectIn {
|
|
|
47217
47310
|
* API identifier of an object
|
|
47218
47311
|
*/
|
|
47219
47312
|
id: string;
|
|
47220
|
-
attributes:
|
|
47313
|
+
attributes: JsonApiVisualizationObjectInAttributes;
|
|
47314
|
+
}
|
|
47315
|
+
|
|
47316
|
+
export declare interface JsonApiVisualizationObjectInAttributes {
|
|
47317
|
+
title?: string;
|
|
47318
|
+
description?: string;
|
|
47319
|
+
tags?: Array<string>;
|
|
47320
|
+
areRelationsValid?: boolean;
|
|
47321
|
+
/**
|
|
47322
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
47323
|
+
*/
|
|
47324
|
+
content: object;
|
|
47325
|
+
isHidden?: boolean;
|
|
47221
47326
|
}
|
|
47222
47327
|
|
|
47223
47328
|
export declare interface JsonApiVisualizationObjectInDocument {
|
|
@@ -47248,7 +47353,7 @@ export declare interface JsonApiVisualizationObjectOut {
|
|
|
47248
47353
|
* API identifier of an object
|
|
47249
47354
|
*/
|
|
47250
47355
|
id: string;
|
|
47251
|
-
meta?:
|
|
47356
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
47252
47357
|
attributes: JsonApiVisualizationObjectOutAttributes;
|
|
47253
47358
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
47254
47359
|
}
|
|
@@ -47282,77 +47387,21 @@ export declare interface JsonApiVisualizationObjectOutDocument {
|
|
|
47282
47387
|
export declare interface JsonApiVisualizationObjectOutList {
|
|
47283
47388
|
data: Array<JsonApiVisualizationObjectOutWithLinks>;
|
|
47284
47389
|
links?: ListLinks;
|
|
47285
|
-
meta?:
|
|
47390
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
47286
47391
|
/**
|
|
47287
47392
|
* Included resources
|
|
47288
47393
|
*/
|
|
47289
47394
|
included?: Array<JsonApiMetricOutIncludes>;
|
|
47290
47395
|
}
|
|
47291
47396
|
|
|
47292
|
-
export declare interface JsonApiVisualizationObjectOutMeta {
|
|
47293
|
-
origin?: JsonApiVisualizationObjectOutMetaOrigin;
|
|
47294
|
-
}
|
|
47295
|
-
|
|
47296
|
-
export declare interface JsonApiVisualizationObjectOutMetaOrigin {
|
|
47297
|
-
/**
|
|
47298
|
-
* defines type of the origin of the entity
|
|
47299
|
-
*/
|
|
47300
|
-
originType: JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum;
|
|
47301
|
-
/**
|
|
47302
|
-
* defines id of the workspace where the entity comes from
|
|
47303
|
-
*/
|
|
47304
|
-
originId: string;
|
|
47305
|
-
}
|
|
47306
|
-
|
|
47307
|
-
export declare type JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum = "NATIVE" | "PARENT";
|
|
47308
|
-
|
|
47309
47397
|
export declare interface JsonApiVisualizationObjectOutRelationships {
|
|
47310
|
-
createdBy?:
|
|
47311
|
-
modifiedBy?:
|
|
47312
|
-
facts?:
|
|
47313
|
-
attributes?:
|
|
47314
|
-
labels?:
|
|
47315
|
-
metrics?:
|
|
47316
|
-
datasets?:
|
|
47317
|
-
}
|
|
47318
|
-
|
|
47319
|
-
export declare interface JsonApiVisualizationObjectOutRelationshipsAttributes {
|
|
47320
|
-
/**
|
|
47321
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
47322
|
-
*/
|
|
47323
|
-
data: Array<JsonApiAttributeLinkage>;
|
|
47324
|
-
}
|
|
47325
|
-
|
|
47326
|
-
export declare interface JsonApiVisualizationObjectOutRelationshipsCreatedBy {
|
|
47327
|
-
data: JsonApiUserIdentifierLinkage | null;
|
|
47328
|
-
}
|
|
47329
|
-
|
|
47330
|
-
export declare interface JsonApiVisualizationObjectOutRelationshipsDatasets {
|
|
47331
|
-
/**
|
|
47332
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
47333
|
-
*/
|
|
47334
|
-
data: Array<JsonApiDatasetLinkage>;
|
|
47335
|
-
}
|
|
47336
|
-
|
|
47337
|
-
export declare interface JsonApiVisualizationObjectOutRelationshipsFacts {
|
|
47338
|
-
/**
|
|
47339
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
47340
|
-
*/
|
|
47341
|
-
data: Array<JsonApiFactLinkage>;
|
|
47342
|
-
}
|
|
47343
|
-
|
|
47344
|
-
export declare interface JsonApiVisualizationObjectOutRelationshipsLabels {
|
|
47345
|
-
/**
|
|
47346
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
47347
|
-
*/
|
|
47348
|
-
data: Array<JsonApiLabelLinkage>;
|
|
47349
|
-
}
|
|
47350
|
-
|
|
47351
|
-
export declare interface JsonApiVisualizationObjectOutRelationshipsMetrics {
|
|
47352
|
-
/**
|
|
47353
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
47354
|
-
*/
|
|
47355
|
-
data: Array<JsonApiMetricLinkage>;
|
|
47398
|
+
createdBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
47399
|
+
modifiedBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
47400
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
47401
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
47402
|
+
labels?: JsonApiAnalyticalDashboardOutRelationshipsLabels;
|
|
47403
|
+
metrics?: JsonApiAnalyticalDashboardOutRelationshipsMetrics;
|
|
47404
|
+
datasets?: JsonApiAnalyticalDashboardOutRelationshipsDatasets;
|
|
47356
47405
|
}
|
|
47357
47406
|
|
|
47358
47407
|
export declare type JsonApiVisualizationObjectOutTypeEnum = "visualizationObject";
|
|
@@ -47366,7 +47415,7 @@ export declare interface JsonApiVisualizationObjectOutWithLinks {
|
|
|
47366
47415
|
* API identifier of an object
|
|
47367
47416
|
*/
|
|
47368
47417
|
id: string;
|
|
47369
|
-
meta?:
|
|
47418
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
47370
47419
|
attributes: JsonApiVisualizationObjectOutAttributes;
|
|
47371
47420
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
47372
47421
|
links?: ObjectLinks;
|
|
@@ -47419,19 +47468,7 @@ export declare interface JsonApiVisualizationObjectPostOptionalId {
|
|
|
47419
47468
|
* API identifier of an object
|
|
47420
47469
|
*/
|
|
47421
47470
|
id?: string;
|
|
47422
|
-
attributes:
|
|
47423
|
-
}
|
|
47424
|
-
|
|
47425
|
-
export declare interface JsonApiVisualizationObjectPostOptionalIdAttributes {
|
|
47426
|
-
title?: string;
|
|
47427
|
-
description?: string;
|
|
47428
|
-
tags?: Array<string>;
|
|
47429
|
-
areRelationsValid?: boolean;
|
|
47430
|
-
/**
|
|
47431
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
47432
|
-
*/
|
|
47433
|
-
content: object;
|
|
47434
|
-
isHidden?: boolean;
|
|
47471
|
+
attributes: JsonApiVisualizationObjectInAttributes;
|
|
47435
47472
|
}
|
|
47436
47473
|
|
|
47437
47474
|
export declare interface JsonApiVisualizationObjectPostOptionalIdDocument {
|
|
@@ -47452,10 +47489,118 @@ export declare interface JsonApiWorkspaceAutomationOut {
|
|
|
47452
47489
|
* API identifier of an object
|
|
47453
47490
|
*/
|
|
47454
47491
|
id: string;
|
|
47455
|
-
attributes?:
|
|
47492
|
+
attributes?: JsonApiWorkspaceAutomationOutAttributes;
|
|
47456
47493
|
relationships?: JsonApiWorkspaceAutomationOutRelationships;
|
|
47457
47494
|
}
|
|
47458
47495
|
|
|
47496
|
+
export declare interface JsonApiWorkspaceAutomationOutAttributes {
|
|
47497
|
+
title?: string;
|
|
47498
|
+
description?: string;
|
|
47499
|
+
tags?: Array<string>;
|
|
47500
|
+
areRelationsValid?: boolean;
|
|
47501
|
+
/**
|
|
47502
|
+
* Additional details to be included in the automated message.
|
|
47503
|
+
*/
|
|
47504
|
+
details?: object;
|
|
47505
|
+
metadata?: JsonApiWorkspaceAutomationOutAttributesMetadata | null;
|
|
47506
|
+
/**
|
|
47507
|
+
* Current state of the automation.
|
|
47508
|
+
*/
|
|
47509
|
+
state?: JsonApiWorkspaceAutomationOutAttributesStateEnum;
|
|
47510
|
+
/**
|
|
47511
|
+
* Specify automation evaluation mode.
|
|
47512
|
+
*/
|
|
47513
|
+
evaluationMode?: JsonApiWorkspaceAutomationOutAttributesEvaluationModeEnum;
|
|
47514
|
+
schedule?: JsonApiWorkspaceAutomationOutAttributesSchedule;
|
|
47515
|
+
alert?: JsonApiWorkspaceAutomationOutAttributesAlert;
|
|
47516
|
+
tabularExports?: Array<JsonApiWorkspaceAutomationOutAttributesTabularExportsInner>;
|
|
47517
|
+
visualExports?: Array<JsonApiWorkspaceAutomationOutAttributesVisualExportsInner>;
|
|
47518
|
+
imageExports?: Array<JsonApiWorkspaceAutomationOutAttributesImageExportsInner>;
|
|
47519
|
+
rawExports?: Array<JsonApiWorkspaceAutomationOutAttributesRawExportsInner>;
|
|
47520
|
+
slidesExports?: Array<JsonApiWorkspaceAutomationOutAttributesSlidesExportsInner>;
|
|
47521
|
+
dashboardTabularExports?: Array<JsonApiWorkspaceAutomationOutAttributesDashboardTabularExportsInner>;
|
|
47522
|
+
/**
|
|
47523
|
+
* External recipients of the automation action results.
|
|
47524
|
+
*/
|
|
47525
|
+
externalRecipients?: Array<JsonApiWorkspaceAutomationOutAttributesExternalRecipientsInner>;
|
|
47526
|
+
createdAt?: string;
|
|
47527
|
+
modifiedAt?: string;
|
|
47528
|
+
}
|
|
47529
|
+
|
|
47530
|
+
export declare interface JsonApiWorkspaceAutomationOutAttributesAlert {
|
|
47531
|
+
execution: AlertAfm;
|
|
47532
|
+
condition: AlertCondition;
|
|
47533
|
+
/**
|
|
47534
|
+
* 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.
|
|
47535
|
+
*/
|
|
47536
|
+
trigger?: JsonApiWorkspaceAutomationOutAttributesAlertTriggerEnum;
|
|
47537
|
+
}
|
|
47538
|
+
|
|
47539
|
+
export declare type JsonApiWorkspaceAutomationOutAttributesAlertTriggerEnum = "ALWAYS" | "ONCE";
|
|
47540
|
+
|
|
47541
|
+
export declare interface JsonApiWorkspaceAutomationOutAttributesDashboardTabularExportsInner {
|
|
47542
|
+
requestPayload: DashboardTabularExportRequestV2;
|
|
47543
|
+
}
|
|
47544
|
+
|
|
47545
|
+
export declare type JsonApiWorkspaceAutomationOutAttributesEvaluationModeEnum = "SHARED" | "PER_RECIPIENT";
|
|
47546
|
+
|
|
47547
|
+
export declare interface JsonApiWorkspaceAutomationOutAttributesExternalRecipientsInner {
|
|
47548
|
+
/**
|
|
47549
|
+
* E-mail address to send notifications from.
|
|
47550
|
+
*/
|
|
47551
|
+
email: string;
|
|
47552
|
+
}
|
|
47553
|
+
|
|
47554
|
+
export declare interface JsonApiWorkspaceAutomationOutAttributesImageExportsInner {
|
|
47555
|
+
requestPayload: ImageExportRequest;
|
|
47556
|
+
}
|
|
47557
|
+
|
|
47558
|
+
/**
|
|
47559
|
+
* Additional information for the automation.
|
|
47560
|
+
*/
|
|
47561
|
+
export declare interface JsonApiWorkspaceAutomationOutAttributesMetadata {
|
|
47562
|
+
[key: string]: any;
|
|
47563
|
+
widget?: string;
|
|
47564
|
+
visibleFilters?: Array<VisibleFilter>;
|
|
47565
|
+
}
|
|
47566
|
+
|
|
47567
|
+
export declare interface JsonApiWorkspaceAutomationOutAttributesRawExportsInner {
|
|
47568
|
+
requestPayload: RawExportAutomationRequest;
|
|
47569
|
+
}
|
|
47570
|
+
|
|
47571
|
+
export declare interface JsonApiWorkspaceAutomationOutAttributesSchedule {
|
|
47572
|
+
/**
|
|
47573
|
+
* 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.
|
|
47574
|
+
*/
|
|
47575
|
+
cron: string;
|
|
47576
|
+
/**
|
|
47577
|
+
* Human-readable description of the cron expression.
|
|
47578
|
+
*/
|
|
47579
|
+
cronDescription?: string;
|
|
47580
|
+
/**
|
|
47581
|
+
* Timezone in which the schedule is defined.
|
|
47582
|
+
*/
|
|
47583
|
+
timezone: string;
|
|
47584
|
+
/**
|
|
47585
|
+
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
47586
|
+
*/
|
|
47587
|
+
firstRun?: string;
|
|
47588
|
+
}
|
|
47589
|
+
|
|
47590
|
+
export declare interface JsonApiWorkspaceAutomationOutAttributesSlidesExportsInner {
|
|
47591
|
+
requestPayload: SlidesExportRequest;
|
|
47592
|
+
}
|
|
47593
|
+
|
|
47594
|
+
export declare type JsonApiWorkspaceAutomationOutAttributesStateEnum = "ACTIVE" | "PAUSED";
|
|
47595
|
+
|
|
47596
|
+
export declare interface JsonApiWorkspaceAutomationOutAttributesTabularExportsInner {
|
|
47597
|
+
requestPayload: TabularExportRequest;
|
|
47598
|
+
}
|
|
47599
|
+
|
|
47600
|
+
export declare interface JsonApiWorkspaceAutomationOutAttributesVisualExportsInner {
|
|
47601
|
+
requestPayload: VisualExportRequest;
|
|
47602
|
+
}
|
|
47603
|
+
|
|
47459
47604
|
/**
|
|
47460
47605
|
* @type JsonApiWorkspaceAutomationOutIncludes
|
|
47461
47606
|
*/
|
|
@@ -47467,19 +47612,23 @@ export declare type JsonApiWorkspaceAutomationOutIncludes = JsonApiAnalyticalDas
|
|
|
47467
47612
|
export declare interface JsonApiWorkspaceAutomationOutList {
|
|
47468
47613
|
data: Array<JsonApiWorkspaceAutomationOutWithLinks>;
|
|
47469
47614
|
links?: ListLinks;
|
|
47470
|
-
meta?:
|
|
47615
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
47471
47616
|
/**
|
|
47472
47617
|
* Included resources
|
|
47473
47618
|
*/
|
|
47474
47619
|
included?: Array<JsonApiWorkspaceAutomationOutIncludes>;
|
|
47475
47620
|
}
|
|
47476
47621
|
|
|
47622
|
+
export declare interface JsonApiWorkspaceAutomationOutListMeta {
|
|
47623
|
+
page?: PageMetadata;
|
|
47624
|
+
}
|
|
47625
|
+
|
|
47477
47626
|
export declare interface JsonApiWorkspaceAutomationOutRelationships {
|
|
47478
47627
|
workspace?: JsonApiWorkspaceOutRelationshipsParent;
|
|
47479
47628
|
notificationChannel?: JsonApiAutomationInRelationshipsNotificationChannel;
|
|
47480
47629
|
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
47481
|
-
createdBy?:
|
|
47482
|
-
modifiedBy?:
|
|
47630
|
+
createdBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
47631
|
+
modifiedBy?: JsonApiAnalyticalDashboardOutRelationshipsCreatedBy;
|
|
47483
47632
|
exportDefinitions?: JsonApiAutomationInRelationshipsExportDefinitions;
|
|
47484
47633
|
recipients?: JsonApiAutomationInRelationshipsRecipients;
|
|
47485
47634
|
automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
@@ -47496,7 +47645,7 @@ export declare interface JsonApiWorkspaceAutomationOutWithLinks {
|
|
|
47496
47645
|
* API identifier of an object
|
|
47497
47646
|
*/
|
|
47498
47647
|
id: string;
|
|
47499
|
-
attributes?:
|
|
47648
|
+
attributes?: JsonApiWorkspaceAutomationOutAttributes;
|
|
47500
47649
|
relationships?: JsonApiWorkspaceAutomationOutRelationships;
|
|
47501
47650
|
links?: ObjectLinks;
|
|
47502
47651
|
}
|
|
@@ -47547,7 +47696,7 @@ export declare interface JsonApiWorkspaceDataFilterOut {
|
|
|
47547
47696
|
* API identifier of an object
|
|
47548
47697
|
*/
|
|
47549
47698
|
id: string;
|
|
47550
|
-
meta?:
|
|
47699
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
47551
47700
|
attributes?: JsonApiWorkspaceDataFilterOutAttributes;
|
|
47552
47701
|
relationships?: JsonApiWorkspaceDataFilterOutRelationships;
|
|
47553
47702
|
}
|
|
@@ -47573,7 +47722,7 @@ export declare interface JsonApiWorkspaceDataFilterOutDocument {
|
|
|
47573
47722
|
export declare interface JsonApiWorkspaceDataFilterOutList {
|
|
47574
47723
|
data: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
47575
47724
|
links?: ListLinks;
|
|
47576
|
-
meta?:
|
|
47725
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
47577
47726
|
/**
|
|
47578
47727
|
* Included resources
|
|
47579
47728
|
*/
|
|
@@ -47602,7 +47751,7 @@ export declare interface JsonApiWorkspaceDataFilterOutWithLinks {
|
|
|
47602
47751
|
* API identifier of an object
|
|
47603
47752
|
*/
|
|
47604
47753
|
id: string;
|
|
47605
|
-
meta?:
|
|
47754
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
47606
47755
|
attributes?: JsonApiWorkspaceDataFilterOutAttributes;
|
|
47607
47756
|
relationships?: JsonApiWorkspaceDataFilterOutRelationships;
|
|
47608
47757
|
links?: ObjectLinks;
|
|
@@ -47690,11 +47839,17 @@ export declare interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
47690
47839
|
* API identifier of an object
|
|
47691
47840
|
*/
|
|
47692
47841
|
id: string;
|
|
47693
|
-
meta?:
|
|
47842
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
47694
47843
|
attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
|
|
47695
47844
|
relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
|
|
47696
47845
|
}
|
|
47697
47846
|
|
|
47847
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
47848
|
+
title?: string;
|
|
47849
|
+
description?: string;
|
|
47850
|
+
filterValues?: Array<string>;
|
|
47851
|
+
}
|
|
47852
|
+
|
|
47698
47853
|
export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
47699
47854
|
data: JsonApiWorkspaceDataFilterSettingOut;
|
|
47700
47855
|
links?: ObjectLinks;
|
|
@@ -47710,13 +47865,21 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
|
47710
47865
|
export declare interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
47711
47866
|
data: Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>;
|
|
47712
47867
|
links?: ListLinks;
|
|
47713
|
-
meta?:
|
|
47868
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
47714
47869
|
/**
|
|
47715
47870
|
* Included resources
|
|
47716
47871
|
*/
|
|
47717
47872
|
included?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
47718
47873
|
}
|
|
47719
47874
|
|
|
47875
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
47876
|
+
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
47877
|
+
}
|
|
47878
|
+
|
|
47879
|
+
export declare interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
47880
|
+
data: JsonApiWorkspaceDataFilterLinkage | null;
|
|
47881
|
+
}
|
|
47882
|
+
|
|
47720
47883
|
export declare type JsonApiWorkspaceDataFilterSettingOutTypeEnum = "workspaceDataFilterSetting";
|
|
47721
47884
|
|
|
47722
47885
|
export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
@@ -47728,7 +47891,7 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
47728
47891
|
* API identifier of an object
|
|
47729
47892
|
*/
|
|
47730
47893
|
id: string;
|
|
47731
|
-
meta?:
|
|
47894
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
47732
47895
|
attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
|
|
47733
47896
|
relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
|
|
47734
47897
|
links?: ObjectLinks;
|
|
@@ -47856,7 +48019,7 @@ export declare interface JsonApiWorkspaceOutDocument {
|
|
|
47856
48019
|
export declare interface JsonApiWorkspaceOutList {
|
|
47857
48020
|
data: Array<JsonApiWorkspaceOutWithLinks>;
|
|
47858
48021
|
links?: ListLinks;
|
|
47859
|
-
meta?:
|
|
48022
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
47860
48023
|
/**
|
|
47861
48024
|
* Included resources
|
|
47862
48025
|
*/
|
|
@@ -47986,7 +48149,7 @@ export declare interface JsonApiWorkspaceSettingOut {
|
|
|
47986
48149
|
* API identifier of an object
|
|
47987
48150
|
*/
|
|
47988
48151
|
id: string;
|
|
47989
|
-
meta?:
|
|
48152
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
47990
48153
|
attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
|
|
47991
48154
|
}
|
|
47992
48155
|
|
|
@@ -48001,7 +48164,7 @@ export declare interface JsonApiWorkspaceSettingOutDocument {
|
|
|
48001
48164
|
export declare interface JsonApiWorkspaceSettingOutList {
|
|
48002
48165
|
data: Array<JsonApiWorkspaceSettingOutWithLinks>;
|
|
48003
48166
|
links?: ListLinks;
|
|
48004
|
-
meta?:
|
|
48167
|
+
meta?: JsonApiWorkspaceAutomationOutListMeta;
|
|
48005
48168
|
}
|
|
48006
48169
|
|
|
48007
48170
|
export declare type JsonApiWorkspaceSettingOutTypeEnum = "workspaceSetting";
|
|
@@ -48015,7 +48178,7 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
48015
48178
|
* API identifier of an object
|
|
48016
48179
|
*/
|
|
48017
48180
|
id: string;
|
|
48018
|
-
meta?:
|
|
48181
|
+
meta?: JsonApiExportDefinitionOutMeta;
|
|
48019
48182
|
attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
|
|
48020
48183
|
links?: ObjectLinks;
|
|
48021
48184
|
}
|