@gooddata/api-client-tiger 10.41.0-alpha.2 → 10.41.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 +2054 -1450
- package/esm/generated/auth-json-api/api.d.ts +43 -44
- package/esm/generated/auth-json-api/api.d.ts.map +1 -1
- package/esm/generated/auth-json-api/api.js.map +1 -1
- package/esm/generated/auth-json-api/openapi-spec.json +30 -32
- package/esm/generated/export-json-api/api.d.ts +40 -8
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js +40 -20
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/export-json-api/openapi-spec.json +18 -0
- package/esm/generated/metadata-json-api/api.d.ts +1935 -1381
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +391 -62
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8464 -8036
- package/package.json +20 -20
|
@@ -3925,6 +3925,7 @@ export declare const DeclarativeSettingTypeEnum: {
|
|
|
3925
3925
|
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
3926
3926
|
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
3927
3927
|
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
3928
|
+
readonly AG_GRID_TOKEN: "AG_GRID_TOKEN";
|
|
3928
3929
|
readonly WEEK_START: "WEEK_START";
|
|
3929
3930
|
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
3930
3931
|
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
@@ -5593,10 +5594,10 @@ export interface JsonApiAggregatedFactOut {
|
|
|
5593
5594
|
id: string;
|
|
5594
5595
|
/**
|
|
5595
5596
|
*
|
|
5596
|
-
* @type {
|
|
5597
|
+
* @type {JsonApiDatasetOutMeta}
|
|
5597
5598
|
* @memberof JsonApiAggregatedFactOut
|
|
5598
5599
|
*/
|
|
5599
|
-
meta?:
|
|
5600
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5600
5601
|
/**
|
|
5601
5602
|
*
|
|
5602
5603
|
* @type {JsonApiAggregatedFactOutAttributes}
|
|
@@ -5723,10 +5724,10 @@ export interface JsonApiAggregatedFactOutList {
|
|
|
5723
5724
|
links?: ListLinks;
|
|
5724
5725
|
/**
|
|
5725
5726
|
*
|
|
5726
|
-
* @type {
|
|
5727
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
5727
5728
|
* @memberof JsonApiAggregatedFactOutList
|
|
5728
5729
|
*/
|
|
5729
|
-
meta?:
|
|
5730
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5730
5731
|
/**
|
|
5731
5732
|
* Included resources
|
|
5732
5733
|
* @type {Array<JsonApiAggregatedFactOutIncludes>}
|
|
@@ -5734,6 +5735,19 @@ export interface JsonApiAggregatedFactOutList {
|
|
|
5734
5735
|
*/
|
|
5735
5736
|
included?: Array<JsonApiAggregatedFactOutIncludes>;
|
|
5736
5737
|
}
|
|
5738
|
+
/**
|
|
5739
|
+
*
|
|
5740
|
+
* @export
|
|
5741
|
+
* @interface JsonApiAggregatedFactOutListMeta
|
|
5742
|
+
*/
|
|
5743
|
+
export interface JsonApiAggregatedFactOutListMeta {
|
|
5744
|
+
/**
|
|
5745
|
+
*
|
|
5746
|
+
* @type {PageMetadata}
|
|
5747
|
+
* @memberof JsonApiAggregatedFactOutListMeta
|
|
5748
|
+
*/
|
|
5749
|
+
page?: PageMetadata;
|
|
5750
|
+
}
|
|
5737
5751
|
/**
|
|
5738
5752
|
*
|
|
5739
5753
|
* @export
|
|
@@ -5742,10 +5756,10 @@ export interface JsonApiAggregatedFactOutList {
|
|
|
5742
5756
|
export interface JsonApiAggregatedFactOutRelationships {
|
|
5743
5757
|
/**
|
|
5744
5758
|
*
|
|
5745
|
-
* @type {
|
|
5759
|
+
* @type {JsonApiFactOutRelationshipsDataset}
|
|
5746
5760
|
* @memberof JsonApiAggregatedFactOutRelationships
|
|
5747
5761
|
*/
|
|
5748
|
-
dataset?:
|
|
5762
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
5749
5763
|
/**
|
|
5750
5764
|
*
|
|
5751
5765
|
* @type {JsonApiAggregatedFactOutRelationshipsSourceFact}
|
|
@@ -5786,10 +5800,10 @@ export interface JsonApiAggregatedFactOutWithLinks {
|
|
|
5786
5800
|
id: string;
|
|
5787
5801
|
/**
|
|
5788
5802
|
*
|
|
5789
|
-
* @type {
|
|
5803
|
+
* @type {JsonApiDatasetOutMeta}
|
|
5790
5804
|
* @memberof JsonApiAggregatedFactOutWithLinks
|
|
5791
5805
|
*/
|
|
5792
|
-
meta?:
|
|
5806
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5793
5807
|
/**
|
|
5794
5808
|
*
|
|
5795
5809
|
* @type {JsonApiAggregatedFactOutAttributes}
|
|
@@ -5969,10 +5983,10 @@ export interface JsonApiAnalyticalDashboardOutList {
|
|
|
5969
5983
|
links?: ListLinks;
|
|
5970
5984
|
/**
|
|
5971
5985
|
*
|
|
5972
|
-
* @type {
|
|
5986
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
5973
5987
|
* @memberof JsonApiAnalyticalDashboardOutList
|
|
5974
5988
|
*/
|
|
5975
|
-
meta?:
|
|
5989
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
5976
5990
|
/**
|
|
5977
5991
|
* Included resources
|
|
5978
5992
|
* @type {Array<JsonApiAnalyticalDashboardOutIncludes>}
|
|
@@ -5994,10 +6008,10 @@ export interface JsonApiAnalyticalDashboardOutMeta {
|
|
|
5994
6008
|
permissions?: Array<JsonApiAnalyticalDashboardOutMetaPermissionsEnum>;
|
|
5995
6009
|
/**
|
|
5996
6010
|
*
|
|
5997
|
-
* @type {
|
|
6011
|
+
* @type {JsonApiDatasetOutMetaOrigin}
|
|
5998
6012
|
* @memberof JsonApiAnalyticalDashboardOutMeta
|
|
5999
6013
|
*/
|
|
6000
|
-
origin?:
|
|
6014
|
+
origin?: JsonApiDatasetOutMetaOrigin;
|
|
6001
6015
|
/**
|
|
6002
6016
|
*
|
|
6003
6017
|
* @type {JsonApiAnalyticalDashboardOutMetaAccessInfo}
|
|
@@ -6068,10 +6082,10 @@ export interface JsonApiAnalyticalDashboardOutRelationships {
|
|
|
6068
6082
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
6069
6083
|
/**
|
|
6070
6084
|
*
|
|
6071
|
-
* @type {
|
|
6085
|
+
* @type {JsonApiDatasetOutRelationshipsReferences}
|
|
6072
6086
|
* @memberof JsonApiAnalyticalDashboardOutRelationships
|
|
6073
6087
|
*/
|
|
6074
|
-
datasets?:
|
|
6088
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
6075
6089
|
/**
|
|
6076
6090
|
*
|
|
6077
6091
|
* @type {JsonApiAnalyticalDashboardOutRelationshipsFilterContexts}
|
|
@@ -6428,23 +6442,10 @@ export interface JsonApiApiTokenOutList {
|
|
|
6428
6442
|
links?: ListLinks;
|
|
6429
6443
|
/**
|
|
6430
6444
|
*
|
|
6431
|
-
* @type {
|
|
6445
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
6432
6446
|
* @memberof JsonApiApiTokenOutList
|
|
6433
6447
|
*/
|
|
6434
|
-
meta?:
|
|
6435
|
-
}
|
|
6436
|
-
/**
|
|
6437
|
-
*
|
|
6438
|
-
* @export
|
|
6439
|
-
* @interface JsonApiApiTokenOutListMeta
|
|
6440
|
-
*/
|
|
6441
|
-
export interface JsonApiApiTokenOutListMeta {
|
|
6442
|
-
/**
|
|
6443
|
-
*
|
|
6444
|
-
* @type {PageMetadata}
|
|
6445
|
-
* @memberof JsonApiApiTokenOutListMeta
|
|
6446
|
-
*/
|
|
6447
|
-
page?: PageMetadata;
|
|
6448
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6448
6449
|
}
|
|
6449
6450
|
/**
|
|
6450
6451
|
*
|
|
@@ -6501,15 +6502,52 @@ export interface JsonApiAttributeHierarchyIn {
|
|
|
6501
6502
|
id: string;
|
|
6502
6503
|
/**
|
|
6503
6504
|
*
|
|
6504
|
-
* @type {
|
|
6505
|
+
* @type {JsonApiAttributeHierarchyInAttributes}
|
|
6505
6506
|
* @memberof JsonApiAttributeHierarchyIn
|
|
6506
6507
|
*/
|
|
6507
|
-
attributes?:
|
|
6508
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
6508
6509
|
}
|
|
6509
6510
|
export declare const JsonApiAttributeHierarchyInTypeEnum: {
|
|
6510
6511
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
6511
6512
|
};
|
|
6512
6513
|
export type JsonApiAttributeHierarchyInTypeEnum = (typeof JsonApiAttributeHierarchyInTypeEnum)[keyof typeof JsonApiAttributeHierarchyInTypeEnum];
|
|
6514
|
+
/**
|
|
6515
|
+
*
|
|
6516
|
+
* @export
|
|
6517
|
+
* @interface JsonApiAttributeHierarchyInAttributes
|
|
6518
|
+
*/
|
|
6519
|
+
export interface JsonApiAttributeHierarchyInAttributes {
|
|
6520
|
+
/**
|
|
6521
|
+
*
|
|
6522
|
+
* @type {string}
|
|
6523
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6524
|
+
*/
|
|
6525
|
+
title?: string;
|
|
6526
|
+
/**
|
|
6527
|
+
*
|
|
6528
|
+
* @type {string}
|
|
6529
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6530
|
+
*/
|
|
6531
|
+
description?: string;
|
|
6532
|
+
/**
|
|
6533
|
+
*
|
|
6534
|
+
* @type {Array<string>}
|
|
6535
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6536
|
+
*/
|
|
6537
|
+
tags?: Array<string>;
|
|
6538
|
+
/**
|
|
6539
|
+
*
|
|
6540
|
+
* @type {boolean}
|
|
6541
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6542
|
+
*/
|
|
6543
|
+
areRelationsValid?: boolean;
|
|
6544
|
+
/**
|
|
6545
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
6546
|
+
* @type {object}
|
|
6547
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6548
|
+
*/
|
|
6549
|
+
content?: object;
|
|
6550
|
+
}
|
|
6513
6551
|
/**
|
|
6514
6552
|
*
|
|
6515
6553
|
* @export
|
|
@@ -6566,10 +6604,10 @@ export interface JsonApiAttributeHierarchyOut {
|
|
|
6566
6604
|
id: string;
|
|
6567
6605
|
/**
|
|
6568
6606
|
*
|
|
6569
|
-
* @type {
|
|
6607
|
+
* @type {JsonApiDatasetOutMeta}
|
|
6570
6608
|
* @memberof JsonApiAttributeHierarchyOut
|
|
6571
6609
|
*/
|
|
6572
|
-
meta?:
|
|
6610
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6573
6611
|
/**
|
|
6574
6612
|
*
|
|
6575
6613
|
* @type {JsonApiAttributeHierarchyOutAttributes}
|
|
@@ -6686,10 +6724,10 @@ export interface JsonApiAttributeHierarchyOutList {
|
|
|
6686
6724
|
links?: ListLinks;
|
|
6687
6725
|
/**
|
|
6688
6726
|
*
|
|
6689
|
-
* @type {
|
|
6727
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
6690
6728
|
* @memberof JsonApiAttributeHierarchyOutList
|
|
6691
6729
|
*/
|
|
6692
|
-
meta?:
|
|
6730
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
6693
6731
|
/**
|
|
6694
6732
|
* Included resources
|
|
6695
6733
|
* @type {Array<JsonApiAttributeHierarchyOutIncludes>}
|
|
@@ -6717,10 +6755,10 @@ export interface JsonApiAttributeHierarchyOutRelationships {
|
|
|
6717
6755
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
6718
6756
|
/**
|
|
6719
6757
|
*
|
|
6720
|
-
* @type {
|
|
6758
|
+
* @type {JsonApiDatasetOutRelationshipsAttributes}
|
|
6721
6759
|
* @memberof JsonApiAttributeHierarchyOutRelationships
|
|
6722
6760
|
*/
|
|
6723
|
-
attributes?:
|
|
6761
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
6724
6762
|
}
|
|
6725
6763
|
/**
|
|
6726
6764
|
*
|
|
@@ -6742,10 +6780,10 @@ export interface JsonApiAttributeHierarchyOutWithLinks {
|
|
|
6742
6780
|
id: string;
|
|
6743
6781
|
/**
|
|
6744
6782
|
*
|
|
6745
|
-
* @type {
|
|
6783
|
+
* @type {JsonApiDatasetOutMeta}
|
|
6746
6784
|
* @memberof JsonApiAttributeHierarchyOutWithLinks
|
|
6747
6785
|
*/
|
|
6748
|
-
meta?:
|
|
6786
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6749
6787
|
/**
|
|
6750
6788
|
*
|
|
6751
6789
|
* @type {JsonApiAttributeHierarchyOutAttributes}
|
|
@@ -6789,52 +6827,15 @@ export interface JsonApiAttributeHierarchyPatch {
|
|
|
6789
6827
|
id: string;
|
|
6790
6828
|
/**
|
|
6791
6829
|
*
|
|
6792
|
-
* @type {
|
|
6830
|
+
* @type {JsonApiAttributeHierarchyInAttributes}
|
|
6793
6831
|
* @memberof JsonApiAttributeHierarchyPatch
|
|
6794
6832
|
*/
|
|
6795
|
-
attributes?:
|
|
6833
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
6796
6834
|
}
|
|
6797
6835
|
export declare const JsonApiAttributeHierarchyPatchTypeEnum: {
|
|
6798
6836
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
6799
6837
|
};
|
|
6800
6838
|
export type JsonApiAttributeHierarchyPatchTypeEnum = (typeof JsonApiAttributeHierarchyPatchTypeEnum)[keyof typeof JsonApiAttributeHierarchyPatchTypeEnum];
|
|
6801
|
-
/**
|
|
6802
|
-
*
|
|
6803
|
-
* @export
|
|
6804
|
-
* @interface JsonApiAttributeHierarchyPatchAttributes
|
|
6805
|
-
*/
|
|
6806
|
-
export interface JsonApiAttributeHierarchyPatchAttributes {
|
|
6807
|
-
/**
|
|
6808
|
-
*
|
|
6809
|
-
* @type {string}
|
|
6810
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6811
|
-
*/
|
|
6812
|
-
title?: string;
|
|
6813
|
-
/**
|
|
6814
|
-
*
|
|
6815
|
-
* @type {string}
|
|
6816
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6817
|
-
*/
|
|
6818
|
-
description?: string;
|
|
6819
|
-
/**
|
|
6820
|
-
*
|
|
6821
|
-
* @type {Array<string>}
|
|
6822
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6823
|
-
*/
|
|
6824
|
-
tags?: Array<string>;
|
|
6825
|
-
/**
|
|
6826
|
-
*
|
|
6827
|
-
* @type {boolean}
|
|
6828
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6829
|
-
*/
|
|
6830
|
-
areRelationsValid?: boolean;
|
|
6831
|
-
/**
|
|
6832
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
6833
|
-
* @type {object}
|
|
6834
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6835
|
-
*/
|
|
6836
|
-
content?: object;
|
|
6837
|
-
}
|
|
6838
6839
|
/**
|
|
6839
6840
|
*
|
|
6840
6841
|
* @export
|
|
@@ -6891,10 +6892,10 @@ export interface JsonApiAttributeOut {
|
|
|
6891
6892
|
id: string;
|
|
6892
6893
|
/**
|
|
6893
6894
|
*
|
|
6894
|
-
* @type {
|
|
6895
|
+
* @type {JsonApiDatasetOutMeta}
|
|
6895
6896
|
* @memberof JsonApiAttributeOut
|
|
6896
6897
|
*/
|
|
6897
|
-
meta?:
|
|
6898
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6898
6899
|
/**
|
|
6899
6900
|
*
|
|
6900
6901
|
* @type {JsonApiAttributeOutAttributes}
|
|
@@ -7057,10 +7058,10 @@ export interface JsonApiAttributeOutList {
|
|
|
7057
7058
|
links?: ListLinks;
|
|
7058
7059
|
/**
|
|
7059
7060
|
*
|
|
7060
|
-
* @type {
|
|
7061
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
7061
7062
|
* @memberof JsonApiAttributeOutList
|
|
7062
7063
|
*/
|
|
7063
|
-
meta?:
|
|
7064
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7064
7065
|
/**
|
|
7065
7066
|
* Included resources
|
|
7066
7067
|
* @type {Array<JsonApiAttributeOutIncludes>}
|
|
@@ -7076,10 +7077,10 @@ export interface JsonApiAttributeOutList {
|
|
|
7076
7077
|
export interface JsonApiAttributeOutRelationships {
|
|
7077
7078
|
/**
|
|
7078
7079
|
*
|
|
7079
|
-
* @type {
|
|
7080
|
+
* @type {JsonApiFactOutRelationshipsDataset}
|
|
7080
7081
|
* @memberof JsonApiAttributeOutRelationships
|
|
7081
7082
|
*/
|
|
7082
|
-
dataset?:
|
|
7083
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
7083
7084
|
/**
|
|
7084
7085
|
*
|
|
7085
7086
|
* @type {JsonApiAttributeOutRelationshipsDefaultView}
|
|
@@ -7112,19 +7113,6 @@ export interface JsonApiAttributeOutRelationshipsAttributeHierarchies {
|
|
|
7112
7113
|
*/
|
|
7113
7114
|
data: Array<JsonApiAttributeHierarchyLinkage>;
|
|
7114
7115
|
}
|
|
7115
|
-
/**
|
|
7116
|
-
*
|
|
7117
|
-
* @export
|
|
7118
|
-
* @interface JsonApiAttributeOutRelationshipsDataset
|
|
7119
|
-
*/
|
|
7120
|
-
export interface JsonApiAttributeOutRelationshipsDataset {
|
|
7121
|
-
/**
|
|
7122
|
-
*
|
|
7123
|
-
* @type {JsonApiDatasetToOneLinkage}
|
|
7124
|
-
* @memberof JsonApiAttributeOutRelationshipsDataset
|
|
7125
|
-
*/
|
|
7126
|
-
data: JsonApiDatasetToOneLinkage | null;
|
|
7127
|
-
}
|
|
7128
7116
|
/**
|
|
7129
7117
|
*
|
|
7130
7118
|
* @export
|
|
@@ -7158,10 +7146,10 @@ export interface JsonApiAttributeOutWithLinks {
|
|
|
7158
7146
|
id: string;
|
|
7159
7147
|
/**
|
|
7160
7148
|
*
|
|
7161
|
-
* @type {
|
|
7149
|
+
* @type {JsonApiDatasetOutMeta}
|
|
7162
7150
|
* @memberof JsonApiAttributeOutWithLinks
|
|
7163
7151
|
*/
|
|
7164
|
-
meta?:
|
|
7152
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7165
7153
|
/**
|
|
7166
7154
|
*
|
|
7167
7155
|
* @type {JsonApiAttributeOutAttributes}
|
|
@@ -7211,21 +7199,129 @@ export interface JsonApiAutomationIn {
|
|
|
7211
7199
|
id: string;
|
|
7212
7200
|
/**
|
|
7213
7201
|
*
|
|
7214
|
-
* @type {
|
|
7202
|
+
* @type {JsonApiAutomationInAttributes}
|
|
7215
7203
|
* @memberof JsonApiAutomationIn
|
|
7216
7204
|
*/
|
|
7217
|
-
attributes?:
|
|
7205
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
7218
7206
|
/**
|
|
7219
7207
|
*
|
|
7220
|
-
* @type {
|
|
7208
|
+
* @type {JsonApiAutomationInRelationships}
|
|
7221
7209
|
* @memberof JsonApiAutomationIn
|
|
7222
7210
|
*/
|
|
7223
|
-
relationships?:
|
|
7211
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
7224
7212
|
}
|
|
7225
7213
|
export declare const JsonApiAutomationInTypeEnum: {
|
|
7226
7214
|
readonly AUTOMATION: "automation";
|
|
7227
7215
|
};
|
|
7228
7216
|
export type JsonApiAutomationInTypeEnum = (typeof JsonApiAutomationInTypeEnum)[keyof typeof JsonApiAutomationInTypeEnum];
|
|
7217
|
+
/**
|
|
7218
|
+
*
|
|
7219
|
+
* @export
|
|
7220
|
+
* @interface JsonApiAutomationInAttributes
|
|
7221
|
+
*/
|
|
7222
|
+
export interface JsonApiAutomationInAttributes {
|
|
7223
|
+
/**
|
|
7224
|
+
*
|
|
7225
|
+
* @type {string}
|
|
7226
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7227
|
+
*/
|
|
7228
|
+
title?: string;
|
|
7229
|
+
/**
|
|
7230
|
+
*
|
|
7231
|
+
* @type {string}
|
|
7232
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7233
|
+
*/
|
|
7234
|
+
description?: string;
|
|
7235
|
+
/**
|
|
7236
|
+
*
|
|
7237
|
+
* @type {Array<string>}
|
|
7238
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7239
|
+
*/
|
|
7240
|
+
tags?: Array<string>;
|
|
7241
|
+
/**
|
|
7242
|
+
*
|
|
7243
|
+
* @type {boolean}
|
|
7244
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7245
|
+
*/
|
|
7246
|
+
areRelationsValid?: boolean;
|
|
7247
|
+
/**
|
|
7248
|
+
* Additional details to be included in the automated message.
|
|
7249
|
+
* @type {object}
|
|
7250
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7251
|
+
*/
|
|
7252
|
+
details?: object;
|
|
7253
|
+
/**
|
|
7254
|
+
*
|
|
7255
|
+
* @type {JsonApiAutomationOutAttributesMetadata}
|
|
7256
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7257
|
+
*/
|
|
7258
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
7259
|
+
/**
|
|
7260
|
+
* Current state of the automation.
|
|
7261
|
+
* @type {string}
|
|
7262
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7263
|
+
*/
|
|
7264
|
+
state?: JsonApiAutomationInAttributesStateEnum;
|
|
7265
|
+
/**
|
|
7266
|
+
*
|
|
7267
|
+
* @type {JsonApiAutomationOutAttributesSchedule}
|
|
7268
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7269
|
+
*/
|
|
7270
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
7271
|
+
/**
|
|
7272
|
+
*
|
|
7273
|
+
* @type {JsonApiAutomationOutAttributesAlert}
|
|
7274
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7275
|
+
*/
|
|
7276
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
7277
|
+
/**
|
|
7278
|
+
*
|
|
7279
|
+
* @type {Array<JsonApiAutomationOutAttributesTabularExports>}
|
|
7280
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7281
|
+
*/
|
|
7282
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
|
|
7283
|
+
/**
|
|
7284
|
+
*
|
|
7285
|
+
* @type {Array<JsonApiAutomationOutAttributesVisualExports>}
|
|
7286
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7287
|
+
*/
|
|
7288
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
|
|
7289
|
+
/**
|
|
7290
|
+
*
|
|
7291
|
+
* @type {Array<JsonApiAutomationOutAttributesImageExports>}
|
|
7292
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7293
|
+
*/
|
|
7294
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
|
|
7295
|
+
/**
|
|
7296
|
+
*
|
|
7297
|
+
* @type {Array<JsonApiAutomationOutAttributesRawExports>}
|
|
7298
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7299
|
+
*/
|
|
7300
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
|
|
7301
|
+
/**
|
|
7302
|
+
*
|
|
7303
|
+
* @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
|
|
7304
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7305
|
+
*/
|
|
7306
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
|
|
7307
|
+
/**
|
|
7308
|
+
*
|
|
7309
|
+
* @type {Array<JsonApiAutomationOutAttributesDashboardTabularExports>}
|
|
7310
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7311
|
+
*/
|
|
7312
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExports>;
|
|
7313
|
+
/**
|
|
7314
|
+
* External recipients of the automation action results.
|
|
7315
|
+
* @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
|
|
7316
|
+
* @memberof JsonApiAutomationInAttributes
|
|
7317
|
+
*/
|
|
7318
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
|
|
7319
|
+
}
|
|
7320
|
+
export declare const JsonApiAutomationInAttributesStateEnum: {
|
|
7321
|
+
readonly ACTIVE: "ACTIVE";
|
|
7322
|
+
readonly PAUSED: "PAUSED";
|
|
7323
|
+
};
|
|
7324
|
+
export type JsonApiAutomationInAttributesStateEnum = (typeof JsonApiAutomationInAttributesStateEnum)[keyof typeof JsonApiAutomationInAttributesStateEnum];
|
|
7229
7325
|
/**
|
|
7230
7326
|
*
|
|
7231
7327
|
* @export
|
|
@@ -7239,6 +7335,37 @@ export interface JsonApiAutomationInDocument {
|
|
|
7239
7335
|
*/
|
|
7240
7336
|
data: JsonApiAutomationIn;
|
|
7241
7337
|
}
|
|
7338
|
+
/**
|
|
7339
|
+
*
|
|
7340
|
+
* @export
|
|
7341
|
+
* @interface JsonApiAutomationInRelationships
|
|
7342
|
+
*/
|
|
7343
|
+
export interface JsonApiAutomationInRelationships {
|
|
7344
|
+
/**
|
|
7345
|
+
*
|
|
7346
|
+
* @type {JsonApiAutomationOutRelationshipsNotificationChannel}
|
|
7347
|
+
* @memberof JsonApiAutomationInRelationships
|
|
7348
|
+
*/
|
|
7349
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
7350
|
+
/**
|
|
7351
|
+
*
|
|
7352
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
7353
|
+
* @memberof JsonApiAutomationInRelationships
|
|
7354
|
+
*/
|
|
7355
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
7356
|
+
/**
|
|
7357
|
+
*
|
|
7358
|
+
* @type {JsonApiAutomationOutRelationshipsExportDefinitions}
|
|
7359
|
+
* @memberof JsonApiAutomationInRelationships
|
|
7360
|
+
*/
|
|
7361
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
7362
|
+
/**
|
|
7363
|
+
*
|
|
7364
|
+
* @type {JsonApiAutomationOutRelationshipsRecipients}
|
|
7365
|
+
* @memberof JsonApiAutomationInRelationships
|
|
7366
|
+
*/
|
|
7367
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
7368
|
+
}
|
|
7242
7369
|
/**
|
|
7243
7370
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
7244
7371
|
* @export
|
|
@@ -7282,10 +7409,10 @@ export interface JsonApiAutomationOut {
|
|
|
7282
7409
|
id: string;
|
|
7283
7410
|
/**
|
|
7284
7411
|
*
|
|
7285
|
-
* @type {
|
|
7412
|
+
* @type {JsonApiDatasetOutMeta}
|
|
7286
7413
|
* @memberof JsonApiAutomationOut
|
|
7287
7414
|
*/
|
|
7288
|
-
meta?:
|
|
7415
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7289
7416
|
/**
|
|
7290
7417
|
*
|
|
7291
7418
|
* @type {JsonApiAutomationOutAttributes}
|
|
@@ -7341,10 +7468,10 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
7341
7468
|
details?: object;
|
|
7342
7469
|
/**
|
|
7343
7470
|
*
|
|
7344
|
-
* @type {
|
|
7471
|
+
* @type {JsonApiAutomationOutAttributesMetadata}
|
|
7345
7472
|
* @memberof JsonApiAutomationOutAttributes
|
|
7346
7473
|
*/
|
|
7347
|
-
metadata?:
|
|
7474
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
7348
7475
|
/**
|
|
7349
7476
|
* Current state of the automation.
|
|
7350
7477
|
* @type {string}
|
|
@@ -7353,58 +7480,58 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
7353
7480
|
state?: JsonApiAutomationOutAttributesStateEnum;
|
|
7354
7481
|
/**
|
|
7355
7482
|
*
|
|
7356
|
-
* @type {
|
|
7483
|
+
* @type {JsonApiAutomationOutAttributesSchedule}
|
|
7357
7484
|
* @memberof JsonApiAutomationOutAttributes
|
|
7358
7485
|
*/
|
|
7359
|
-
schedule?:
|
|
7486
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
7360
7487
|
/**
|
|
7361
7488
|
*
|
|
7362
|
-
* @type {
|
|
7489
|
+
* @type {JsonApiAutomationOutAttributesAlert}
|
|
7363
7490
|
* @memberof JsonApiAutomationOutAttributes
|
|
7364
7491
|
*/
|
|
7365
|
-
alert?:
|
|
7492
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
7366
7493
|
/**
|
|
7367
7494
|
*
|
|
7368
|
-
* @type {Array<
|
|
7495
|
+
* @type {Array<JsonApiAutomationOutAttributesTabularExports>}
|
|
7369
7496
|
* @memberof JsonApiAutomationOutAttributes
|
|
7370
7497
|
*/
|
|
7371
|
-
tabularExports?: Array<
|
|
7498
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
|
|
7372
7499
|
/**
|
|
7373
7500
|
*
|
|
7374
|
-
* @type {Array<
|
|
7501
|
+
* @type {Array<JsonApiAutomationOutAttributesVisualExports>}
|
|
7375
7502
|
* @memberof JsonApiAutomationOutAttributes
|
|
7376
7503
|
*/
|
|
7377
|
-
visualExports?: Array<
|
|
7504
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
|
|
7378
7505
|
/**
|
|
7379
7506
|
*
|
|
7380
|
-
* @type {Array<
|
|
7507
|
+
* @type {Array<JsonApiAutomationOutAttributesImageExports>}
|
|
7381
7508
|
* @memberof JsonApiAutomationOutAttributes
|
|
7382
7509
|
*/
|
|
7383
|
-
imageExports?: Array<
|
|
7510
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
|
|
7384
7511
|
/**
|
|
7385
7512
|
*
|
|
7386
|
-
* @type {Array<
|
|
7513
|
+
* @type {Array<JsonApiAutomationOutAttributesRawExports>}
|
|
7387
7514
|
* @memberof JsonApiAutomationOutAttributes
|
|
7388
7515
|
*/
|
|
7389
|
-
rawExports?: Array<
|
|
7516
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
|
|
7390
7517
|
/**
|
|
7391
7518
|
*
|
|
7392
|
-
* @type {Array<
|
|
7519
|
+
* @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
|
|
7393
7520
|
* @memberof JsonApiAutomationOutAttributes
|
|
7394
7521
|
*/
|
|
7395
|
-
slidesExports?: Array<
|
|
7522
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
|
|
7396
7523
|
/**
|
|
7397
7524
|
*
|
|
7398
|
-
* @type {Array<
|
|
7525
|
+
* @type {Array<JsonApiAutomationOutAttributesDashboardTabularExports>}
|
|
7399
7526
|
* @memberof JsonApiAutomationOutAttributes
|
|
7400
7527
|
*/
|
|
7401
|
-
dashboardTabularExports?: Array<
|
|
7528
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExports>;
|
|
7402
7529
|
/**
|
|
7403
7530
|
* External recipients of the automation action results.
|
|
7404
|
-
* @type {Array<
|
|
7531
|
+
* @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
|
|
7405
7532
|
* @memberof JsonApiAutomationOutAttributes
|
|
7406
7533
|
*/
|
|
7407
|
-
externalRecipients?: Array<
|
|
7534
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
|
|
7408
7535
|
/**
|
|
7409
7536
|
*
|
|
7410
7537
|
* @type {string}
|
|
@@ -7423,6 +7550,177 @@ export declare const JsonApiAutomationOutAttributesStateEnum: {
|
|
|
7423
7550
|
readonly PAUSED: "PAUSED";
|
|
7424
7551
|
};
|
|
7425
7552
|
export type JsonApiAutomationOutAttributesStateEnum = (typeof JsonApiAutomationOutAttributesStateEnum)[keyof typeof JsonApiAutomationOutAttributesStateEnum];
|
|
7553
|
+
/**
|
|
7554
|
+
*
|
|
7555
|
+
* @export
|
|
7556
|
+
* @interface JsonApiAutomationOutAttributesAlert
|
|
7557
|
+
*/
|
|
7558
|
+
export interface JsonApiAutomationOutAttributesAlert {
|
|
7559
|
+
/**
|
|
7560
|
+
*
|
|
7561
|
+
* @type {AlertAfm}
|
|
7562
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
7563
|
+
*/
|
|
7564
|
+
execution: AlertAfm;
|
|
7565
|
+
/**
|
|
7566
|
+
*
|
|
7567
|
+
* @type {AlertCondition}
|
|
7568
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
7569
|
+
*/
|
|
7570
|
+
condition: AlertCondition;
|
|
7571
|
+
/**
|
|
7572
|
+
* 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.
|
|
7573
|
+
* @type {string}
|
|
7574
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
7575
|
+
*/
|
|
7576
|
+
trigger?: JsonApiAutomationOutAttributesAlertTriggerEnum;
|
|
7577
|
+
}
|
|
7578
|
+
export declare const JsonApiAutomationOutAttributesAlertTriggerEnum: {
|
|
7579
|
+
readonly ALWAYS: "ALWAYS";
|
|
7580
|
+
readonly ONCE: "ONCE";
|
|
7581
|
+
};
|
|
7582
|
+
export type JsonApiAutomationOutAttributesAlertTriggerEnum = (typeof JsonApiAutomationOutAttributesAlertTriggerEnum)[keyof typeof JsonApiAutomationOutAttributesAlertTriggerEnum];
|
|
7583
|
+
/**
|
|
7584
|
+
*
|
|
7585
|
+
* @export
|
|
7586
|
+
* @interface JsonApiAutomationOutAttributesDashboardTabularExports
|
|
7587
|
+
*/
|
|
7588
|
+
export interface JsonApiAutomationOutAttributesDashboardTabularExports {
|
|
7589
|
+
/**
|
|
7590
|
+
*
|
|
7591
|
+
* @type {DashboardTabularExportRequestV2}
|
|
7592
|
+
* @memberof JsonApiAutomationOutAttributesDashboardTabularExports
|
|
7593
|
+
*/
|
|
7594
|
+
requestPayload: DashboardTabularExportRequestV2;
|
|
7595
|
+
}
|
|
7596
|
+
/**
|
|
7597
|
+
*
|
|
7598
|
+
* @export
|
|
7599
|
+
* @interface JsonApiAutomationOutAttributesExternalRecipients
|
|
7600
|
+
*/
|
|
7601
|
+
export interface JsonApiAutomationOutAttributesExternalRecipients {
|
|
7602
|
+
/**
|
|
7603
|
+
* E-mail address to send notifications from.
|
|
7604
|
+
* @type {string}
|
|
7605
|
+
* @memberof JsonApiAutomationOutAttributesExternalRecipients
|
|
7606
|
+
*/
|
|
7607
|
+
email: string;
|
|
7608
|
+
}
|
|
7609
|
+
/**
|
|
7610
|
+
*
|
|
7611
|
+
* @export
|
|
7612
|
+
* @interface JsonApiAutomationOutAttributesImageExports
|
|
7613
|
+
*/
|
|
7614
|
+
export interface JsonApiAutomationOutAttributesImageExports {
|
|
7615
|
+
/**
|
|
7616
|
+
*
|
|
7617
|
+
* @type {ImageExportRequest}
|
|
7618
|
+
* @memberof JsonApiAutomationOutAttributesImageExports
|
|
7619
|
+
*/
|
|
7620
|
+
requestPayload: ImageExportRequest;
|
|
7621
|
+
}
|
|
7622
|
+
/**
|
|
7623
|
+
* Additional information for the automation.
|
|
7624
|
+
* @export
|
|
7625
|
+
* @interface JsonApiAutomationOutAttributesMetadata
|
|
7626
|
+
*/
|
|
7627
|
+
export interface JsonApiAutomationOutAttributesMetadata {
|
|
7628
|
+
/**
|
|
7629
|
+
*
|
|
7630
|
+
* @type {string}
|
|
7631
|
+
* @memberof JsonApiAutomationOutAttributesMetadata
|
|
7632
|
+
*/
|
|
7633
|
+
widget?: string;
|
|
7634
|
+
/**
|
|
7635
|
+
*
|
|
7636
|
+
* @type {Array<VisibleFilter>}
|
|
7637
|
+
* @memberof JsonApiAutomationOutAttributesMetadata
|
|
7638
|
+
*/
|
|
7639
|
+
visibleFilters?: Array<VisibleFilter>;
|
|
7640
|
+
}
|
|
7641
|
+
/**
|
|
7642
|
+
*
|
|
7643
|
+
* @export
|
|
7644
|
+
* @interface JsonApiAutomationOutAttributesRawExports
|
|
7645
|
+
*/
|
|
7646
|
+
export interface JsonApiAutomationOutAttributesRawExports {
|
|
7647
|
+
/**
|
|
7648
|
+
*
|
|
7649
|
+
* @type {RawExportAutomationRequest}
|
|
7650
|
+
* @memberof JsonApiAutomationOutAttributesRawExports
|
|
7651
|
+
*/
|
|
7652
|
+
requestPayload: RawExportAutomationRequest;
|
|
7653
|
+
}
|
|
7654
|
+
/**
|
|
7655
|
+
*
|
|
7656
|
+
* @export
|
|
7657
|
+
* @interface JsonApiAutomationOutAttributesSchedule
|
|
7658
|
+
*/
|
|
7659
|
+
export interface JsonApiAutomationOutAttributesSchedule {
|
|
7660
|
+
/**
|
|
7661
|
+
* 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.
|
|
7662
|
+
* @type {string}
|
|
7663
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7664
|
+
*/
|
|
7665
|
+
cron: string;
|
|
7666
|
+
/**
|
|
7667
|
+
* Human-readable description of the cron expression.
|
|
7668
|
+
* @type {string}
|
|
7669
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7670
|
+
*/
|
|
7671
|
+
cronDescription?: string;
|
|
7672
|
+
/**
|
|
7673
|
+
* Timezone in which the schedule is defined.
|
|
7674
|
+
* @type {string}
|
|
7675
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7676
|
+
*/
|
|
7677
|
+
timezone: string;
|
|
7678
|
+
/**
|
|
7679
|
+
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
7680
|
+
* @type {string}
|
|
7681
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7682
|
+
*/
|
|
7683
|
+
firstRun?: string;
|
|
7684
|
+
}
|
|
7685
|
+
/**
|
|
7686
|
+
*
|
|
7687
|
+
* @export
|
|
7688
|
+
* @interface JsonApiAutomationOutAttributesSlidesExports
|
|
7689
|
+
*/
|
|
7690
|
+
export interface JsonApiAutomationOutAttributesSlidesExports {
|
|
7691
|
+
/**
|
|
7692
|
+
*
|
|
7693
|
+
* @type {SlidesExportRequest}
|
|
7694
|
+
* @memberof JsonApiAutomationOutAttributesSlidesExports
|
|
7695
|
+
*/
|
|
7696
|
+
requestPayload: SlidesExportRequest;
|
|
7697
|
+
}
|
|
7698
|
+
/**
|
|
7699
|
+
*
|
|
7700
|
+
* @export
|
|
7701
|
+
* @interface JsonApiAutomationOutAttributesTabularExports
|
|
7702
|
+
*/
|
|
7703
|
+
export interface JsonApiAutomationOutAttributesTabularExports {
|
|
7704
|
+
/**
|
|
7705
|
+
*
|
|
7706
|
+
* @type {TabularExportRequest}
|
|
7707
|
+
* @memberof JsonApiAutomationOutAttributesTabularExports
|
|
7708
|
+
*/
|
|
7709
|
+
requestPayload: TabularExportRequest;
|
|
7710
|
+
}
|
|
7711
|
+
/**
|
|
7712
|
+
*
|
|
7713
|
+
* @export
|
|
7714
|
+
* @interface JsonApiAutomationOutAttributesVisualExports
|
|
7715
|
+
*/
|
|
7716
|
+
export interface JsonApiAutomationOutAttributesVisualExports {
|
|
7717
|
+
/**
|
|
7718
|
+
*
|
|
7719
|
+
* @type {VisualExportRequest}
|
|
7720
|
+
* @memberof JsonApiAutomationOutAttributesVisualExports
|
|
7721
|
+
*/
|
|
7722
|
+
requestPayload: VisualExportRequest;
|
|
7723
|
+
}
|
|
7426
7724
|
/**
|
|
7427
7725
|
*
|
|
7428
7726
|
* @export
|
|
@@ -7473,10 +7771,10 @@ export interface JsonApiAutomationOutList {
|
|
|
7473
7771
|
links?: ListLinks;
|
|
7474
7772
|
/**
|
|
7475
7773
|
*
|
|
7476
|
-
* @type {
|
|
7774
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
7477
7775
|
* @memberof JsonApiAutomationOutList
|
|
7478
7776
|
*/
|
|
7479
|
-
meta?:
|
|
7777
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
7480
7778
|
/**
|
|
7481
7779
|
* Included resources
|
|
7482
7780
|
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
@@ -7492,16 +7790,16 @@ export interface JsonApiAutomationOutList {
|
|
|
7492
7790
|
export interface JsonApiAutomationOutRelationships {
|
|
7493
7791
|
/**
|
|
7494
7792
|
*
|
|
7495
|
-
* @type {
|
|
7793
|
+
* @type {JsonApiAutomationOutRelationshipsNotificationChannel}
|
|
7496
7794
|
* @memberof JsonApiAutomationOutRelationships
|
|
7497
7795
|
*/
|
|
7498
|
-
notificationChannel?:
|
|
7796
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
7499
7797
|
/**
|
|
7500
7798
|
*
|
|
7501
|
-
* @type {
|
|
7799
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
7502
7800
|
* @memberof JsonApiAutomationOutRelationships
|
|
7503
7801
|
*/
|
|
7504
|
-
analyticalDashboard?:
|
|
7802
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
7505
7803
|
/**
|
|
7506
7804
|
*
|
|
7507
7805
|
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
@@ -7516,16 +7814,16 @@ export interface JsonApiAutomationOutRelationships {
|
|
|
7516
7814
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7517
7815
|
/**
|
|
7518
7816
|
*
|
|
7519
|
-
* @type {
|
|
7817
|
+
* @type {JsonApiAutomationOutRelationshipsExportDefinitions}
|
|
7520
7818
|
* @memberof JsonApiAutomationOutRelationships
|
|
7521
7819
|
*/
|
|
7522
|
-
exportDefinitions?:
|
|
7820
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
7523
7821
|
/**
|
|
7524
7822
|
*
|
|
7525
|
-
* @type {
|
|
7823
|
+
* @type {JsonApiAutomationOutRelationshipsRecipients}
|
|
7526
7824
|
* @memberof JsonApiAutomationOutRelationships
|
|
7527
7825
|
*/
|
|
7528
|
-
recipients?:
|
|
7826
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
7529
7827
|
/**
|
|
7530
7828
|
*
|
|
7531
7829
|
* @type {JsonApiAutomationOutRelationshipsAutomationResults}
|
|
@@ -7546,6 +7844,45 @@ export interface JsonApiAutomationOutRelationshipsAutomationResults {
|
|
|
7546
7844
|
*/
|
|
7547
7845
|
data: Array<JsonApiAutomationResultLinkage>;
|
|
7548
7846
|
}
|
|
7847
|
+
/**
|
|
7848
|
+
*
|
|
7849
|
+
* @export
|
|
7850
|
+
* @interface JsonApiAutomationOutRelationshipsExportDefinitions
|
|
7851
|
+
*/
|
|
7852
|
+
export interface JsonApiAutomationOutRelationshipsExportDefinitions {
|
|
7853
|
+
/**
|
|
7854
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7855
|
+
* @type {Array<JsonApiExportDefinitionLinkage>}
|
|
7856
|
+
* @memberof JsonApiAutomationOutRelationshipsExportDefinitions
|
|
7857
|
+
*/
|
|
7858
|
+
data: Array<JsonApiExportDefinitionLinkage>;
|
|
7859
|
+
}
|
|
7860
|
+
/**
|
|
7861
|
+
*
|
|
7862
|
+
* @export
|
|
7863
|
+
* @interface JsonApiAutomationOutRelationshipsNotificationChannel
|
|
7864
|
+
*/
|
|
7865
|
+
export interface JsonApiAutomationOutRelationshipsNotificationChannel {
|
|
7866
|
+
/**
|
|
7867
|
+
*
|
|
7868
|
+
* @type {JsonApiNotificationChannelToOneLinkage}
|
|
7869
|
+
* @memberof JsonApiAutomationOutRelationshipsNotificationChannel
|
|
7870
|
+
*/
|
|
7871
|
+
data: JsonApiNotificationChannelToOneLinkage | null;
|
|
7872
|
+
}
|
|
7873
|
+
/**
|
|
7874
|
+
*
|
|
7875
|
+
* @export
|
|
7876
|
+
* @interface JsonApiAutomationOutRelationshipsRecipients
|
|
7877
|
+
*/
|
|
7878
|
+
export interface JsonApiAutomationOutRelationshipsRecipients {
|
|
7879
|
+
/**
|
|
7880
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7881
|
+
* @type {Array<JsonApiUserLinkage>}
|
|
7882
|
+
* @memberof JsonApiAutomationOutRelationshipsRecipients
|
|
7883
|
+
*/
|
|
7884
|
+
data: Array<JsonApiUserLinkage>;
|
|
7885
|
+
}
|
|
7549
7886
|
/**
|
|
7550
7887
|
*
|
|
7551
7888
|
* @export
|
|
@@ -7566,10 +7903,10 @@ export interface JsonApiAutomationOutWithLinks {
|
|
|
7566
7903
|
id: string;
|
|
7567
7904
|
/**
|
|
7568
7905
|
*
|
|
7569
|
-
* @type {
|
|
7906
|
+
* @type {JsonApiDatasetOutMeta}
|
|
7570
7907
|
* @memberof JsonApiAutomationOutWithLinks
|
|
7571
7908
|
*/
|
|
7572
|
-
meta?:
|
|
7909
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7573
7910
|
/**
|
|
7574
7911
|
*
|
|
7575
7912
|
* @type {JsonApiAutomationOutAttributes}
|
|
@@ -7613,300 +7950,21 @@ export interface JsonApiAutomationPatch {
|
|
|
7613
7950
|
id: string;
|
|
7614
7951
|
/**
|
|
7615
7952
|
*
|
|
7616
|
-
* @type {
|
|
7953
|
+
* @type {JsonApiAutomationInAttributes}
|
|
7617
7954
|
* @memberof JsonApiAutomationPatch
|
|
7618
7955
|
*/
|
|
7619
|
-
attributes?:
|
|
7956
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
7620
7957
|
/**
|
|
7621
7958
|
*
|
|
7622
|
-
* @type {
|
|
7959
|
+
* @type {JsonApiAutomationInRelationships}
|
|
7623
7960
|
* @memberof JsonApiAutomationPatch
|
|
7624
7961
|
*/
|
|
7625
|
-
relationships?:
|
|
7962
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
7626
7963
|
}
|
|
7627
7964
|
export declare const JsonApiAutomationPatchTypeEnum: {
|
|
7628
7965
|
readonly AUTOMATION: "automation";
|
|
7629
7966
|
};
|
|
7630
7967
|
export type JsonApiAutomationPatchTypeEnum = (typeof JsonApiAutomationPatchTypeEnum)[keyof typeof JsonApiAutomationPatchTypeEnum];
|
|
7631
|
-
/**
|
|
7632
|
-
*
|
|
7633
|
-
* @export
|
|
7634
|
-
* @interface JsonApiAutomationPatchAttributes
|
|
7635
|
-
*/
|
|
7636
|
-
export interface JsonApiAutomationPatchAttributes {
|
|
7637
|
-
/**
|
|
7638
|
-
*
|
|
7639
|
-
* @type {string}
|
|
7640
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7641
|
-
*/
|
|
7642
|
-
title?: string;
|
|
7643
|
-
/**
|
|
7644
|
-
*
|
|
7645
|
-
* @type {string}
|
|
7646
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7647
|
-
*/
|
|
7648
|
-
description?: string;
|
|
7649
|
-
/**
|
|
7650
|
-
*
|
|
7651
|
-
* @type {Array<string>}
|
|
7652
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7653
|
-
*/
|
|
7654
|
-
tags?: Array<string>;
|
|
7655
|
-
/**
|
|
7656
|
-
*
|
|
7657
|
-
* @type {boolean}
|
|
7658
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7659
|
-
*/
|
|
7660
|
-
areRelationsValid?: boolean;
|
|
7661
|
-
/**
|
|
7662
|
-
* Additional details to be included in the automated message.
|
|
7663
|
-
* @type {object}
|
|
7664
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7665
|
-
*/
|
|
7666
|
-
details?: object;
|
|
7667
|
-
/**
|
|
7668
|
-
*
|
|
7669
|
-
* @type {JsonApiAutomationPatchAttributesMetadata}
|
|
7670
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7671
|
-
*/
|
|
7672
|
-
metadata?: JsonApiAutomationPatchAttributesMetadata | null;
|
|
7673
|
-
/**
|
|
7674
|
-
* Current state of the automation.
|
|
7675
|
-
* @type {string}
|
|
7676
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7677
|
-
*/
|
|
7678
|
-
state?: JsonApiAutomationPatchAttributesStateEnum;
|
|
7679
|
-
/**
|
|
7680
|
-
*
|
|
7681
|
-
* @type {JsonApiAutomationPatchAttributesSchedule}
|
|
7682
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7683
|
-
*/
|
|
7684
|
-
schedule?: JsonApiAutomationPatchAttributesSchedule;
|
|
7685
|
-
/**
|
|
7686
|
-
*
|
|
7687
|
-
* @type {JsonApiAutomationPatchAttributesAlert}
|
|
7688
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7689
|
-
*/
|
|
7690
|
-
alert?: JsonApiAutomationPatchAttributesAlert;
|
|
7691
|
-
/**
|
|
7692
|
-
*
|
|
7693
|
-
* @type {Array<JsonApiAutomationPatchAttributesTabularExports>}
|
|
7694
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7695
|
-
*/
|
|
7696
|
-
tabularExports?: Array<JsonApiAutomationPatchAttributesTabularExports>;
|
|
7697
|
-
/**
|
|
7698
|
-
*
|
|
7699
|
-
* @type {Array<JsonApiAutomationPatchAttributesVisualExports>}
|
|
7700
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7701
|
-
*/
|
|
7702
|
-
visualExports?: Array<JsonApiAutomationPatchAttributesVisualExports>;
|
|
7703
|
-
/**
|
|
7704
|
-
*
|
|
7705
|
-
* @type {Array<JsonApiAutomationPatchAttributesImageExports>}
|
|
7706
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7707
|
-
*/
|
|
7708
|
-
imageExports?: Array<JsonApiAutomationPatchAttributesImageExports>;
|
|
7709
|
-
/**
|
|
7710
|
-
*
|
|
7711
|
-
* @type {Array<JsonApiAutomationPatchAttributesRawExports>}
|
|
7712
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7713
|
-
*/
|
|
7714
|
-
rawExports?: Array<JsonApiAutomationPatchAttributesRawExports>;
|
|
7715
|
-
/**
|
|
7716
|
-
*
|
|
7717
|
-
* @type {Array<JsonApiAutomationPatchAttributesSlidesExports>}
|
|
7718
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7719
|
-
*/
|
|
7720
|
-
slidesExports?: Array<JsonApiAutomationPatchAttributesSlidesExports>;
|
|
7721
|
-
/**
|
|
7722
|
-
*
|
|
7723
|
-
* @type {Array<JsonApiAutomationPatchAttributesDashboardTabularExports>}
|
|
7724
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7725
|
-
*/
|
|
7726
|
-
dashboardTabularExports?: Array<JsonApiAutomationPatchAttributesDashboardTabularExports>;
|
|
7727
|
-
/**
|
|
7728
|
-
* External recipients of the automation action results.
|
|
7729
|
-
* @type {Array<JsonApiAutomationPatchAttributesExternalRecipients>}
|
|
7730
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7731
|
-
*/
|
|
7732
|
-
externalRecipients?: Array<JsonApiAutomationPatchAttributesExternalRecipients>;
|
|
7733
|
-
}
|
|
7734
|
-
export declare const JsonApiAutomationPatchAttributesStateEnum: {
|
|
7735
|
-
readonly ACTIVE: "ACTIVE";
|
|
7736
|
-
readonly PAUSED: "PAUSED";
|
|
7737
|
-
};
|
|
7738
|
-
export type JsonApiAutomationPatchAttributesStateEnum = (typeof JsonApiAutomationPatchAttributesStateEnum)[keyof typeof JsonApiAutomationPatchAttributesStateEnum];
|
|
7739
|
-
/**
|
|
7740
|
-
*
|
|
7741
|
-
* @export
|
|
7742
|
-
* @interface JsonApiAutomationPatchAttributesAlert
|
|
7743
|
-
*/
|
|
7744
|
-
export interface JsonApiAutomationPatchAttributesAlert {
|
|
7745
|
-
/**
|
|
7746
|
-
*
|
|
7747
|
-
* @type {AlertAfm}
|
|
7748
|
-
* @memberof JsonApiAutomationPatchAttributesAlert
|
|
7749
|
-
*/
|
|
7750
|
-
execution: AlertAfm;
|
|
7751
|
-
/**
|
|
7752
|
-
*
|
|
7753
|
-
* @type {AlertCondition}
|
|
7754
|
-
* @memberof JsonApiAutomationPatchAttributesAlert
|
|
7755
|
-
*/
|
|
7756
|
-
condition: AlertCondition;
|
|
7757
|
-
/**
|
|
7758
|
-
* 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.
|
|
7759
|
-
* @type {string}
|
|
7760
|
-
* @memberof JsonApiAutomationPatchAttributesAlert
|
|
7761
|
-
*/
|
|
7762
|
-
trigger?: JsonApiAutomationPatchAttributesAlertTriggerEnum;
|
|
7763
|
-
}
|
|
7764
|
-
export declare const JsonApiAutomationPatchAttributesAlertTriggerEnum: {
|
|
7765
|
-
readonly ALWAYS: "ALWAYS";
|
|
7766
|
-
readonly ONCE: "ONCE";
|
|
7767
|
-
};
|
|
7768
|
-
export type JsonApiAutomationPatchAttributesAlertTriggerEnum = (typeof JsonApiAutomationPatchAttributesAlertTriggerEnum)[keyof typeof JsonApiAutomationPatchAttributesAlertTriggerEnum];
|
|
7769
|
-
/**
|
|
7770
|
-
*
|
|
7771
|
-
* @export
|
|
7772
|
-
* @interface JsonApiAutomationPatchAttributesDashboardTabularExports
|
|
7773
|
-
*/
|
|
7774
|
-
export interface JsonApiAutomationPatchAttributesDashboardTabularExports {
|
|
7775
|
-
/**
|
|
7776
|
-
*
|
|
7777
|
-
* @type {DashboardTabularExportRequestV2}
|
|
7778
|
-
* @memberof JsonApiAutomationPatchAttributesDashboardTabularExports
|
|
7779
|
-
*/
|
|
7780
|
-
requestPayload: DashboardTabularExportRequestV2;
|
|
7781
|
-
}
|
|
7782
|
-
/**
|
|
7783
|
-
*
|
|
7784
|
-
* @export
|
|
7785
|
-
* @interface JsonApiAutomationPatchAttributesExternalRecipients
|
|
7786
|
-
*/
|
|
7787
|
-
export interface JsonApiAutomationPatchAttributesExternalRecipients {
|
|
7788
|
-
/**
|
|
7789
|
-
* E-mail address to send notifications from.
|
|
7790
|
-
* @type {string}
|
|
7791
|
-
* @memberof JsonApiAutomationPatchAttributesExternalRecipients
|
|
7792
|
-
*/
|
|
7793
|
-
email: string;
|
|
7794
|
-
}
|
|
7795
|
-
/**
|
|
7796
|
-
*
|
|
7797
|
-
* @export
|
|
7798
|
-
* @interface JsonApiAutomationPatchAttributesImageExports
|
|
7799
|
-
*/
|
|
7800
|
-
export interface JsonApiAutomationPatchAttributesImageExports {
|
|
7801
|
-
/**
|
|
7802
|
-
*
|
|
7803
|
-
* @type {ImageExportRequest}
|
|
7804
|
-
* @memberof JsonApiAutomationPatchAttributesImageExports
|
|
7805
|
-
*/
|
|
7806
|
-
requestPayload: ImageExportRequest;
|
|
7807
|
-
}
|
|
7808
|
-
/**
|
|
7809
|
-
* Additional information for the automation.
|
|
7810
|
-
* @export
|
|
7811
|
-
* @interface JsonApiAutomationPatchAttributesMetadata
|
|
7812
|
-
*/
|
|
7813
|
-
export interface JsonApiAutomationPatchAttributesMetadata {
|
|
7814
|
-
/**
|
|
7815
|
-
*
|
|
7816
|
-
* @type {string}
|
|
7817
|
-
* @memberof JsonApiAutomationPatchAttributesMetadata
|
|
7818
|
-
*/
|
|
7819
|
-
widget?: string;
|
|
7820
|
-
/**
|
|
7821
|
-
*
|
|
7822
|
-
* @type {Array<VisibleFilter>}
|
|
7823
|
-
* @memberof JsonApiAutomationPatchAttributesMetadata
|
|
7824
|
-
*/
|
|
7825
|
-
visibleFilters?: Array<VisibleFilter>;
|
|
7826
|
-
}
|
|
7827
|
-
/**
|
|
7828
|
-
*
|
|
7829
|
-
* @export
|
|
7830
|
-
* @interface JsonApiAutomationPatchAttributesRawExports
|
|
7831
|
-
*/
|
|
7832
|
-
export interface JsonApiAutomationPatchAttributesRawExports {
|
|
7833
|
-
/**
|
|
7834
|
-
*
|
|
7835
|
-
* @type {RawExportAutomationRequest}
|
|
7836
|
-
* @memberof JsonApiAutomationPatchAttributesRawExports
|
|
7837
|
-
*/
|
|
7838
|
-
requestPayload: RawExportAutomationRequest;
|
|
7839
|
-
}
|
|
7840
|
-
/**
|
|
7841
|
-
*
|
|
7842
|
-
* @export
|
|
7843
|
-
* @interface JsonApiAutomationPatchAttributesSchedule
|
|
7844
|
-
*/
|
|
7845
|
-
export interface JsonApiAutomationPatchAttributesSchedule {
|
|
7846
|
-
/**
|
|
7847
|
-
* 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.
|
|
7848
|
-
* @type {string}
|
|
7849
|
-
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7850
|
-
*/
|
|
7851
|
-
cron: string;
|
|
7852
|
-
/**
|
|
7853
|
-
* Human-readable description of the cron expression.
|
|
7854
|
-
* @type {string}
|
|
7855
|
-
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7856
|
-
*/
|
|
7857
|
-
cronDescription?: string;
|
|
7858
|
-
/**
|
|
7859
|
-
* Timezone in which the schedule is defined.
|
|
7860
|
-
* @type {string}
|
|
7861
|
-
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7862
|
-
*/
|
|
7863
|
-
timezone: string;
|
|
7864
|
-
/**
|
|
7865
|
-
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
7866
|
-
* @type {string}
|
|
7867
|
-
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7868
|
-
*/
|
|
7869
|
-
firstRun?: string;
|
|
7870
|
-
}
|
|
7871
|
-
/**
|
|
7872
|
-
*
|
|
7873
|
-
* @export
|
|
7874
|
-
* @interface JsonApiAutomationPatchAttributesSlidesExports
|
|
7875
|
-
*/
|
|
7876
|
-
export interface JsonApiAutomationPatchAttributesSlidesExports {
|
|
7877
|
-
/**
|
|
7878
|
-
*
|
|
7879
|
-
* @type {SlidesExportRequest}
|
|
7880
|
-
* @memberof JsonApiAutomationPatchAttributesSlidesExports
|
|
7881
|
-
*/
|
|
7882
|
-
requestPayload: SlidesExportRequest;
|
|
7883
|
-
}
|
|
7884
|
-
/**
|
|
7885
|
-
*
|
|
7886
|
-
* @export
|
|
7887
|
-
* @interface JsonApiAutomationPatchAttributesTabularExports
|
|
7888
|
-
*/
|
|
7889
|
-
export interface JsonApiAutomationPatchAttributesTabularExports {
|
|
7890
|
-
/**
|
|
7891
|
-
*
|
|
7892
|
-
* @type {TabularExportRequest}
|
|
7893
|
-
* @memberof JsonApiAutomationPatchAttributesTabularExports
|
|
7894
|
-
*/
|
|
7895
|
-
requestPayload: TabularExportRequest;
|
|
7896
|
-
}
|
|
7897
|
-
/**
|
|
7898
|
-
*
|
|
7899
|
-
* @export
|
|
7900
|
-
* @interface JsonApiAutomationPatchAttributesVisualExports
|
|
7901
|
-
*/
|
|
7902
|
-
export interface JsonApiAutomationPatchAttributesVisualExports {
|
|
7903
|
-
/**
|
|
7904
|
-
*
|
|
7905
|
-
* @type {VisualExportRequest}
|
|
7906
|
-
* @memberof JsonApiAutomationPatchAttributesVisualExports
|
|
7907
|
-
*/
|
|
7908
|
-
requestPayload: VisualExportRequest;
|
|
7909
|
-
}
|
|
7910
7968
|
/**
|
|
7911
7969
|
*
|
|
7912
7970
|
* @export
|
|
@@ -7920,89 +7978,6 @@ export interface JsonApiAutomationPatchDocument {
|
|
|
7920
7978
|
*/
|
|
7921
7979
|
data: JsonApiAutomationPatch;
|
|
7922
7980
|
}
|
|
7923
|
-
/**
|
|
7924
|
-
*
|
|
7925
|
-
* @export
|
|
7926
|
-
* @interface JsonApiAutomationPatchRelationships
|
|
7927
|
-
*/
|
|
7928
|
-
export interface JsonApiAutomationPatchRelationships {
|
|
7929
|
-
/**
|
|
7930
|
-
*
|
|
7931
|
-
* @type {JsonApiAutomationPatchRelationshipsNotificationChannel}
|
|
7932
|
-
* @memberof JsonApiAutomationPatchRelationships
|
|
7933
|
-
*/
|
|
7934
|
-
notificationChannel?: JsonApiAutomationPatchRelationshipsNotificationChannel;
|
|
7935
|
-
/**
|
|
7936
|
-
*
|
|
7937
|
-
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
7938
|
-
* @memberof JsonApiAutomationPatchRelationships
|
|
7939
|
-
*/
|
|
7940
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
7941
|
-
/**
|
|
7942
|
-
*
|
|
7943
|
-
* @type {JsonApiAutomationPatchRelationshipsExportDefinitions}
|
|
7944
|
-
* @memberof JsonApiAutomationPatchRelationships
|
|
7945
|
-
*/
|
|
7946
|
-
exportDefinitions?: JsonApiAutomationPatchRelationshipsExportDefinitions;
|
|
7947
|
-
/**
|
|
7948
|
-
*
|
|
7949
|
-
* @type {JsonApiAutomationPatchRelationshipsRecipients}
|
|
7950
|
-
* @memberof JsonApiAutomationPatchRelationships
|
|
7951
|
-
*/
|
|
7952
|
-
recipients?: JsonApiAutomationPatchRelationshipsRecipients;
|
|
7953
|
-
}
|
|
7954
|
-
/**
|
|
7955
|
-
*
|
|
7956
|
-
* @export
|
|
7957
|
-
* @interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard
|
|
7958
|
-
*/
|
|
7959
|
-
export interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard {
|
|
7960
|
-
/**
|
|
7961
|
-
*
|
|
7962
|
-
* @type {JsonApiAnalyticalDashboardToOneLinkage}
|
|
7963
|
-
* @memberof JsonApiAutomationPatchRelationshipsAnalyticalDashboard
|
|
7964
|
-
*/
|
|
7965
|
-
data: JsonApiAnalyticalDashboardToOneLinkage | null;
|
|
7966
|
-
}
|
|
7967
|
-
/**
|
|
7968
|
-
*
|
|
7969
|
-
* @export
|
|
7970
|
-
* @interface JsonApiAutomationPatchRelationshipsExportDefinitions
|
|
7971
|
-
*/
|
|
7972
|
-
export interface JsonApiAutomationPatchRelationshipsExportDefinitions {
|
|
7973
|
-
/**
|
|
7974
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7975
|
-
* @type {Array<JsonApiExportDefinitionLinkage>}
|
|
7976
|
-
* @memberof JsonApiAutomationPatchRelationshipsExportDefinitions
|
|
7977
|
-
*/
|
|
7978
|
-
data: Array<JsonApiExportDefinitionLinkage>;
|
|
7979
|
-
}
|
|
7980
|
-
/**
|
|
7981
|
-
*
|
|
7982
|
-
* @export
|
|
7983
|
-
* @interface JsonApiAutomationPatchRelationshipsNotificationChannel
|
|
7984
|
-
*/
|
|
7985
|
-
export interface JsonApiAutomationPatchRelationshipsNotificationChannel {
|
|
7986
|
-
/**
|
|
7987
|
-
*
|
|
7988
|
-
* @type {JsonApiNotificationChannelToOneLinkage}
|
|
7989
|
-
* @memberof JsonApiAutomationPatchRelationshipsNotificationChannel
|
|
7990
|
-
*/
|
|
7991
|
-
data: JsonApiNotificationChannelToOneLinkage | null;
|
|
7992
|
-
}
|
|
7993
|
-
/**
|
|
7994
|
-
*
|
|
7995
|
-
* @export
|
|
7996
|
-
* @interface JsonApiAutomationPatchRelationshipsRecipients
|
|
7997
|
-
*/
|
|
7998
|
-
export interface JsonApiAutomationPatchRelationshipsRecipients {
|
|
7999
|
-
/**
|
|
8000
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
8001
|
-
* @type {Array<JsonApiUserLinkage>}
|
|
8002
|
-
* @memberof JsonApiAutomationPatchRelationshipsRecipients
|
|
8003
|
-
*/
|
|
8004
|
-
data: Array<JsonApiUserLinkage>;
|
|
8005
|
-
}
|
|
8006
7981
|
/**
|
|
8007
7982
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
8008
7983
|
* @export
|
|
@@ -8286,10 +8261,10 @@ export interface JsonApiColorPaletteOutList {
|
|
|
8286
8261
|
links?: ListLinks;
|
|
8287
8262
|
/**
|
|
8288
8263
|
*
|
|
8289
|
-
* @type {
|
|
8264
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
8290
8265
|
* @memberof JsonApiColorPaletteOutList
|
|
8291
8266
|
*/
|
|
8292
|
-
meta?:
|
|
8267
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
8293
8268
|
}
|
|
8294
8269
|
/**
|
|
8295
8270
|
*
|
|
@@ -8407,15 +8382,34 @@ export interface JsonApiCookieSecurityConfigurationIn {
|
|
|
8407
8382
|
id: string;
|
|
8408
8383
|
/**
|
|
8409
8384
|
*
|
|
8410
|
-
* @type {
|
|
8385
|
+
* @type {JsonApiCookieSecurityConfigurationInAttributes}
|
|
8411
8386
|
* @memberof JsonApiCookieSecurityConfigurationIn
|
|
8412
8387
|
*/
|
|
8413
|
-
attributes?:
|
|
8388
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
8414
8389
|
}
|
|
8415
8390
|
export declare const JsonApiCookieSecurityConfigurationInTypeEnum: {
|
|
8416
8391
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
8417
8392
|
};
|
|
8418
8393
|
export type JsonApiCookieSecurityConfigurationInTypeEnum = (typeof JsonApiCookieSecurityConfigurationInTypeEnum)[keyof typeof JsonApiCookieSecurityConfigurationInTypeEnum];
|
|
8394
|
+
/**
|
|
8395
|
+
*
|
|
8396
|
+
* @export
|
|
8397
|
+
* @interface JsonApiCookieSecurityConfigurationInAttributes
|
|
8398
|
+
*/
|
|
8399
|
+
export interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
8400
|
+
/**
|
|
8401
|
+
*
|
|
8402
|
+
* @type {string}
|
|
8403
|
+
* @memberof JsonApiCookieSecurityConfigurationInAttributes
|
|
8404
|
+
*/
|
|
8405
|
+
lastRotation?: string;
|
|
8406
|
+
/**
|
|
8407
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
8408
|
+
* @type {string}
|
|
8409
|
+
* @memberof JsonApiCookieSecurityConfigurationInAttributes
|
|
8410
|
+
*/
|
|
8411
|
+
rotationInterval?: string;
|
|
8412
|
+
}
|
|
8419
8413
|
/**
|
|
8420
8414
|
*
|
|
8421
8415
|
* @export
|
|
@@ -8449,10 +8443,10 @@ export interface JsonApiCookieSecurityConfigurationOut {
|
|
|
8449
8443
|
id: string;
|
|
8450
8444
|
/**
|
|
8451
8445
|
*
|
|
8452
|
-
* @type {
|
|
8446
|
+
* @type {JsonApiCookieSecurityConfigurationInAttributes}
|
|
8453
8447
|
* @memberof JsonApiCookieSecurityConfigurationOut
|
|
8454
8448
|
*/
|
|
8455
|
-
attributes?:
|
|
8449
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
8456
8450
|
}
|
|
8457
8451
|
export declare const JsonApiCookieSecurityConfigurationOutTypeEnum: {
|
|
8458
8452
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
@@ -8497,34 +8491,15 @@ export interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
8497
8491
|
id: string;
|
|
8498
8492
|
/**
|
|
8499
8493
|
*
|
|
8500
|
-
* @type {
|
|
8494
|
+
* @type {JsonApiCookieSecurityConfigurationInAttributes}
|
|
8501
8495
|
* @memberof JsonApiCookieSecurityConfigurationPatch
|
|
8502
8496
|
*/
|
|
8503
|
-
attributes?:
|
|
8497
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
8504
8498
|
}
|
|
8505
8499
|
export declare const JsonApiCookieSecurityConfigurationPatchTypeEnum: {
|
|
8506
8500
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
8507
8501
|
};
|
|
8508
8502
|
export type JsonApiCookieSecurityConfigurationPatchTypeEnum = (typeof JsonApiCookieSecurityConfigurationPatchTypeEnum)[keyof typeof JsonApiCookieSecurityConfigurationPatchTypeEnum];
|
|
8509
|
-
/**
|
|
8510
|
-
*
|
|
8511
|
-
* @export
|
|
8512
|
-
* @interface JsonApiCookieSecurityConfigurationPatchAttributes
|
|
8513
|
-
*/
|
|
8514
|
-
export interface JsonApiCookieSecurityConfigurationPatchAttributes {
|
|
8515
|
-
/**
|
|
8516
|
-
*
|
|
8517
|
-
* @type {string}
|
|
8518
|
-
* @memberof JsonApiCookieSecurityConfigurationPatchAttributes
|
|
8519
|
-
*/
|
|
8520
|
-
lastRotation?: string;
|
|
8521
|
-
/**
|
|
8522
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
8523
|
-
* @type {string}
|
|
8524
|
-
* @memberof JsonApiCookieSecurityConfigurationPatchAttributes
|
|
8525
|
-
*/
|
|
8526
|
-
rotationInterval?: string;
|
|
8527
|
-
}
|
|
8528
8503
|
/**
|
|
8529
8504
|
*
|
|
8530
8505
|
* @export
|
|
@@ -8661,10 +8636,10 @@ export interface JsonApiCspDirectiveOutList {
|
|
|
8661
8636
|
links?: ListLinks;
|
|
8662
8637
|
/**
|
|
8663
8638
|
*
|
|
8664
|
-
* @type {
|
|
8639
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
8665
8640
|
* @memberof JsonApiCspDirectiveOutList
|
|
8666
8641
|
*/
|
|
8667
|
-
meta?:
|
|
8642
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
8668
8643
|
}
|
|
8669
8644
|
/**
|
|
8670
8645
|
*
|
|
@@ -8818,10 +8793,10 @@ export interface JsonApiCustomApplicationSettingOut {
|
|
|
8818
8793
|
id: string;
|
|
8819
8794
|
/**
|
|
8820
8795
|
*
|
|
8821
|
-
* @type {
|
|
8796
|
+
* @type {JsonApiDatasetOutMeta}
|
|
8822
8797
|
* @memberof JsonApiCustomApplicationSettingOut
|
|
8823
8798
|
*/
|
|
8824
|
-
meta?:
|
|
8799
|
+
meta?: JsonApiDatasetOutMeta;
|
|
8825
8800
|
/**
|
|
8826
8801
|
*
|
|
8827
8802
|
* @type {JsonApiCustomApplicationSettingOutAttributes}
|
|
@@ -8891,10 +8866,10 @@ export interface JsonApiCustomApplicationSettingOutList {
|
|
|
8891
8866
|
links?: ListLinks;
|
|
8892
8867
|
/**
|
|
8893
8868
|
*
|
|
8894
|
-
* @type {
|
|
8869
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
8895
8870
|
* @memberof JsonApiCustomApplicationSettingOutList
|
|
8896
8871
|
*/
|
|
8897
|
-
meta?:
|
|
8872
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
8898
8873
|
}
|
|
8899
8874
|
/**
|
|
8900
8875
|
*
|
|
@@ -8916,10 +8891,10 @@ export interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
|
8916
8891
|
id: string;
|
|
8917
8892
|
/**
|
|
8918
8893
|
*
|
|
8919
|
-
* @type {
|
|
8894
|
+
* @type {JsonApiDatasetOutMeta}
|
|
8920
8895
|
* @memberof JsonApiCustomApplicationSettingOutWithLinks
|
|
8921
8896
|
*/
|
|
8922
|
-
meta?:
|
|
8897
|
+
meta?: JsonApiDatasetOutMeta;
|
|
8923
8898
|
/**
|
|
8924
8899
|
*
|
|
8925
8900
|
* @type {JsonApiCustomApplicationSettingOutAttributes}
|
|
@@ -9060,15 +9035,52 @@ export interface JsonApiDashboardPluginIn {
|
|
|
9060
9035
|
id: string;
|
|
9061
9036
|
/**
|
|
9062
9037
|
*
|
|
9063
|
-
* @type {
|
|
9038
|
+
* @type {JsonApiDashboardPluginInAttributes}
|
|
9064
9039
|
* @memberof JsonApiDashboardPluginIn
|
|
9065
9040
|
*/
|
|
9066
|
-
attributes?:
|
|
9041
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
9067
9042
|
}
|
|
9068
9043
|
export declare const JsonApiDashboardPluginInTypeEnum: {
|
|
9069
9044
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
9070
9045
|
};
|
|
9071
9046
|
export type JsonApiDashboardPluginInTypeEnum = (typeof JsonApiDashboardPluginInTypeEnum)[keyof typeof JsonApiDashboardPluginInTypeEnum];
|
|
9047
|
+
/**
|
|
9048
|
+
*
|
|
9049
|
+
* @export
|
|
9050
|
+
* @interface JsonApiDashboardPluginInAttributes
|
|
9051
|
+
*/
|
|
9052
|
+
export interface JsonApiDashboardPluginInAttributes {
|
|
9053
|
+
/**
|
|
9054
|
+
*
|
|
9055
|
+
* @type {string}
|
|
9056
|
+
* @memberof JsonApiDashboardPluginInAttributes
|
|
9057
|
+
*/
|
|
9058
|
+
title?: string;
|
|
9059
|
+
/**
|
|
9060
|
+
*
|
|
9061
|
+
* @type {string}
|
|
9062
|
+
* @memberof JsonApiDashboardPluginInAttributes
|
|
9063
|
+
*/
|
|
9064
|
+
description?: string;
|
|
9065
|
+
/**
|
|
9066
|
+
*
|
|
9067
|
+
* @type {Array<string>}
|
|
9068
|
+
* @memberof JsonApiDashboardPluginInAttributes
|
|
9069
|
+
*/
|
|
9070
|
+
tags?: Array<string>;
|
|
9071
|
+
/**
|
|
9072
|
+
*
|
|
9073
|
+
* @type {boolean}
|
|
9074
|
+
* @memberof JsonApiDashboardPluginInAttributes
|
|
9075
|
+
*/
|
|
9076
|
+
areRelationsValid?: boolean;
|
|
9077
|
+
/**
|
|
9078
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
9079
|
+
* @type {object}
|
|
9080
|
+
* @memberof JsonApiDashboardPluginInAttributes
|
|
9081
|
+
*/
|
|
9082
|
+
content?: object;
|
|
9083
|
+
}
|
|
9072
9084
|
/**
|
|
9073
9085
|
*
|
|
9074
9086
|
* @export
|
|
@@ -9125,10 +9137,10 @@ export interface JsonApiDashboardPluginOut {
|
|
|
9125
9137
|
id: string;
|
|
9126
9138
|
/**
|
|
9127
9139
|
*
|
|
9128
|
-
* @type {
|
|
9140
|
+
* @type {JsonApiDatasetOutMeta}
|
|
9129
9141
|
* @memberof JsonApiDashboardPluginOut
|
|
9130
9142
|
*/
|
|
9131
|
-
meta?:
|
|
9143
|
+
meta?: JsonApiDatasetOutMeta;
|
|
9132
9144
|
/**
|
|
9133
9145
|
*
|
|
9134
9146
|
* @type {JsonApiDashboardPluginOutAttributes}
|
|
@@ -9240,10 +9252,10 @@ export interface JsonApiDashboardPluginOutList {
|
|
|
9240
9252
|
links?: ListLinks;
|
|
9241
9253
|
/**
|
|
9242
9254
|
*
|
|
9243
|
-
* @type {
|
|
9255
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
9244
9256
|
* @memberof JsonApiDashboardPluginOutList
|
|
9245
9257
|
*/
|
|
9246
|
-
meta?:
|
|
9258
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
9247
9259
|
/**
|
|
9248
9260
|
* Included resources
|
|
9249
9261
|
* @type {Array<JsonApiUserIdentifierOutWithLinks>}
|
|
@@ -9290,10 +9302,10 @@ export interface JsonApiDashboardPluginOutWithLinks {
|
|
|
9290
9302
|
id: string;
|
|
9291
9303
|
/**
|
|
9292
9304
|
*
|
|
9293
|
-
* @type {
|
|
9305
|
+
* @type {JsonApiDatasetOutMeta}
|
|
9294
9306
|
* @memberof JsonApiDashboardPluginOutWithLinks
|
|
9295
9307
|
*/
|
|
9296
|
-
meta?:
|
|
9308
|
+
meta?: JsonApiDatasetOutMeta;
|
|
9297
9309
|
/**
|
|
9298
9310
|
*
|
|
9299
9311
|
* @type {JsonApiDashboardPluginOutAttributes}
|
|
@@ -9337,52 +9349,15 @@ export interface JsonApiDashboardPluginPatch {
|
|
|
9337
9349
|
id: string;
|
|
9338
9350
|
/**
|
|
9339
9351
|
*
|
|
9340
|
-
* @type {
|
|
9352
|
+
* @type {JsonApiDashboardPluginInAttributes}
|
|
9341
9353
|
* @memberof JsonApiDashboardPluginPatch
|
|
9342
9354
|
*/
|
|
9343
|
-
attributes?:
|
|
9355
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
9344
9356
|
}
|
|
9345
9357
|
export declare const JsonApiDashboardPluginPatchTypeEnum: {
|
|
9346
9358
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
9347
9359
|
};
|
|
9348
9360
|
export type JsonApiDashboardPluginPatchTypeEnum = (typeof JsonApiDashboardPluginPatchTypeEnum)[keyof typeof JsonApiDashboardPluginPatchTypeEnum];
|
|
9349
|
-
/**
|
|
9350
|
-
*
|
|
9351
|
-
* @export
|
|
9352
|
-
* @interface JsonApiDashboardPluginPatchAttributes
|
|
9353
|
-
*/
|
|
9354
|
-
export interface JsonApiDashboardPluginPatchAttributes {
|
|
9355
|
-
/**
|
|
9356
|
-
*
|
|
9357
|
-
* @type {string}
|
|
9358
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
9359
|
-
*/
|
|
9360
|
-
title?: string;
|
|
9361
|
-
/**
|
|
9362
|
-
*
|
|
9363
|
-
* @type {string}
|
|
9364
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
9365
|
-
*/
|
|
9366
|
-
description?: string;
|
|
9367
|
-
/**
|
|
9368
|
-
*
|
|
9369
|
-
* @type {Array<string>}
|
|
9370
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
9371
|
-
*/
|
|
9372
|
-
tags?: Array<string>;
|
|
9373
|
-
/**
|
|
9374
|
-
*
|
|
9375
|
-
* @type {boolean}
|
|
9376
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
9377
|
-
*/
|
|
9378
|
-
areRelationsValid?: boolean;
|
|
9379
|
-
/**
|
|
9380
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
9381
|
-
* @type {object}
|
|
9382
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
9383
|
-
*/
|
|
9384
|
-
content?: object;
|
|
9385
|
-
}
|
|
9386
9361
|
/**
|
|
9387
9362
|
*
|
|
9388
9363
|
* @export
|
|
@@ -9416,10 +9391,10 @@ export interface JsonApiDashboardPluginPostOptionalId {
|
|
|
9416
9391
|
id?: string;
|
|
9417
9392
|
/**
|
|
9418
9393
|
*
|
|
9419
|
-
* @type {
|
|
9394
|
+
* @type {JsonApiDashboardPluginInAttributes}
|
|
9420
9395
|
* @memberof JsonApiDashboardPluginPostOptionalId
|
|
9421
9396
|
*/
|
|
9422
|
-
attributes?:
|
|
9397
|
+
attributes?: JsonApiDashboardPluginInAttributes;
|
|
9423
9398
|
}
|
|
9424
9399
|
export declare const JsonApiDashboardPluginPostOptionalIdTypeEnum: {
|
|
9425
9400
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
@@ -9566,10 +9541,10 @@ export interface JsonApiDataSourceIdentifierOutList {
|
|
|
9566
9541
|
links?: ListLinks;
|
|
9567
9542
|
/**
|
|
9568
9543
|
*
|
|
9569
|
-
* @type {
|
|
9544
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
9570
9545
|
* @memberof JsonApiDataSourceIdentifierOutList
|
|
9571
9546
|
*/
|
|
9572
|
-
meta?:
|
|
9547
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
9573
9548
|
}
|
|
9574
9549
|
/**
|
|
9575
9550
|
*
|
|
@@ -9975,10 +9950,10 @@ export interface JsonApiDataSourceOutList {
|
|
|
9975
9950
|
links?: ListLinks;
|
|
9976
9951
|
/**
|
|
9977
9952
|
*
|
|
9978
|
-
* @type {
|
|
9953
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
9979
9954
|
* @memberof JsonApiDataSourceOutList
|
|
9980
9955
|
*/
|
|
9981
|
-
meta?:
|
|
9956
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
9982
9957
|
}
|
|
9983
9958
|
/**
|
|
9984
9959
|
*
|
|
@@ -10243,10 +10218,10 @@ export interface JsonApiDatasetOut {
|
|
|
10243
10218
|
id: string;
|
|
10244
10219
|
/**
|
|
10245
10220
|
*
|
|
10246
|
-
* @type {
|
|
10221
|
+
* @type {JsonApiDatasetOutMeta}
|
|
10247
10222
|
* @memberof JsonApiDatasetOut
|
|
10248
10223
|
*/
|
|
10249
|
-
meta?:
|
|
10224
|
+
meta?: JsonApiDatasetOutMeta;
|
|
10250
10225
|
/**
|
|
10251
10226
|
*
|
|
10252
10227
|
* @type {JsonApiDatasetOutAttributes}
|
|
@@ -10558,10 +10533,10 @@ export interface JsonApiDatasetOutList {
|
|
|
10558
10533
|
links?: ListLinks;
|
|
10559
10534
|
/**
|
|
10560
10535
|
*
|
|
10561
|
-
* @type {
|
|
10536
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
10562
10537
|
* @memberof JsonApiDatasetOutList
|
|
10563
10538
|
*/
|
|
10564
|
-
meta?:
|
|
10539
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
10565
10540
|
/**
|
|
10566
10541
|
* Included resources
|
|
10567
10542
|
* @type {Array<JsonApiDatasetOutIncludes>}
|
|
@@ -10569,6 +10544,43 @@ export interface JsonApiDatasetOutList {
|
|
|
10569
10544
|
*/
|
|
10570
10545
|
included?: Array<JsonApiDatasetOutIncludes>;
|
|
10571
10546
|
}
|
|
10547
|
+
/**
|
|
10548
|
+
*
|
|
10549
|
+
* @export
|
|
10550
|
+
* @interface JsonApiDatasetOutMeta
|
|
10551
|
+
*/
|
|
10552
|
+
export interface JsonApiDatasetOutMeta {
|
|
10553
|
+
/**
|
|
10554
|
+
*
|
|
10555
|
+
* @type {JsonApiDatasetOutMetaOrigin}
|
|
10556
|
+
* @memberof JsonApiDatasetOutMeta
|
|
10557
|
+
*/
|
|
10558
|
+
origin?: JsonApiDatasetOutMetaOrigin;
|
|
10559
|
+
}
|
|
10560
|
+
/**
|
|
10561
|
+
*
|
|
10562
|
+
* @export
|
|
10563
|
+
* @interface JsonApiDatasetOutMetaOrigin
|
|
10564
|
+
*/
|
|
10565
|
+
export interface JsonApiDatasetOutMetaOrigin {
|
|
10566
|
+
/**
|
|
10567
|
+
* defines type of the origin of the entity
|
|
10568
|
+
* @type {string}
|
|
10569
|
+
* @memberof JsonApiDatasetOutMetaOrigin
|
|
10570
|
+
*/
|
|
10571
|
+
originType: JsonApiDatasetOutMetaOriginOriginTypeEnum;
|
|
10572
|
+
/**
|
|
10573
|
+
* defines id of the workspace where the entity comes from
|
|
10574
|
+
* @type {string}
|
|
10575
|
+
* @memberof JsonApiDatasetOutMetaOrigin
|
|
10576
|
+
*/
|
|
10577
|
+
originId: string;
|
|
10578
|
+
}
|
|
10579
|
+
export declare const JsonApiDatasetOutMetaOriginOriginTypeEnum: {
|
|
10580
|
+
readonly NATIVE: "NATIVE";
|
|
10581
|
+
readonly PARENT: "PARENT";
|
|
10582
|
+
};
|
|
10583
|
+
export type JsonApiDatasetOutMetaOriginOriginTypeEnum = (typeof JsonApiDatasetOutMetaOriginOriginTypeEnum)[keyof typeof JsonApiDatasetOutMetaOriginOriginTypeEnum];
|
|
10572
10584
|
/**
|
|
10573
10585
|
*
|
|
10574
10586
|
* @export
|
|
@@ -10577,16 +10589,16 @@ export interface JsonApiDatasetOutList {
|
|
|
10577
10589
|
export interface JsonApiDatasetOutRelationships {
|
|
10578
10590
|
/**
|
|
10579
10591
|
*
|
|
10580
|
-
* @type {
|
|
10592
|
+
* @type {JsonApiDatasetOutRelationshipsAttributes}
|
|
10581
10593
|
* @memberof JsonApiDatasetOutRelationships
|
|
10582
10594
|
*/
|
|
10583
|
-
attributes?:
|
|
10595
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
10584
10596
|
/**
|
|
10585
10597
|
*
|
|
10586
|
-
* @type {
|
|
10598
|
+
* @type {JsonApiDatasetOutRelationshipsFacts}
|
|
10587
10599
|
* @memberof JsonApiDatasetOutRelationships
|
|
10588
10600
|
*/
|
|
10589
|
-
facts?:
|
|
10601
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
10590
10602
|
/**
|
|
10591
10603
|
*
|
|
10592
10604
|
* @type {JsonApiDatasetOutRelationshipsAggregatedFacts}
|
|
@@ -10595,10 +10607,10 @@ export interface JsonApiDatasetOutRelationships {
|
|
|
10595
10607
|
aggregatedFacts?: JsonApiDatasetOutRelationshipsAggregatedFacts;
|
|
10596
10608
|
/**
|
|
10597
10609
|
*
|
|
10598
|
-
* @type {
|
|
10610
|
+
* @type {JsonApiDatasetOutRelationshipsReferences}
|
|
10599
10611
|
* @memberof JsonApiDatasetOutRelationships
|
|
10600
10612
|
*/
|
|
10601
|
-
references?:
|
|
10613
|
+
references?: JsonApiDatasetOutRelationshipsReferences;
|
|
10602
10614
|
/**
|
|
10603
10615
|
*
|
|
10604
10616
|
* @type {JsonApiDatasetOutRelationshipsWorkspaceDataFilters}
|
|
@@ -10619,6 +10631,45 @@ export interface JsonApiDatasetOutRelationshipsAggregatedFacts {
|
|
|
10619
10631
|
*/
|
|
10620
10632
|
data: Array<JsonApiAggregatedFactLinkage>;
|
|
10621
10633
|
}
|
|
10634
|
+
/**
|
|
10635
|
+
*
|
|
10636
|
+
* @export
|
|
10637
|
+
* @interface JsonApiDatasetOutRelationshipsAttributes
|
|
10638
|
+
*/
|
|
10639
|
+
export interface JsonApiDatasetOutRelationshipsAttributes {
|
|
10640
|
+
/**
|
|
10641
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
10642
|
+
* @type {Array<JsonApiAttributeLinkage>}
|
|
10643
|
+
* @memberof JsonApiDatasetOutRelationshipsAttributes
|
|
10644
|
+
*/
|
|
10645
|
+
data: Array<JsonApiAttributeLinkage>;
|
|
10646
|
+
}
|
|
10647
|
+
/**
|
|
10648
|
+
*
|
|
10649
|
+
* @export
|
|
10650
|
+
* @interface JsonApiDatasetOutRelationshipsFacts
|
|
10651
|
+
*/
|
|
10652
|
+
export interface JsonApiDatasetOutRelationshipsFacts {
|
|
10653
|
+
/**
|
|
10654
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
10655
|
+
* @type {Array<JsonApiFactLinkage>}
|
|
10656
|
+
* @memberof JsonApiDatasetOutRelationshipsFacts
|
|
10657
|
+
*/
|
|
10658
|
+
data: Array<JsonApiFactLinkage>;
|
|
10659
|
+
}
|
|
10660
|
+
/**
|
|
10661
|
+
*
|
|
10662
|
+
* @export
|
|
10663
|
+
* @interface JsonApiDatasetOutRelationshipsReferences
|
|
10664
|
+
*/
|
|
10665
|
+
export interface JsonApiDatasetOutRelationshipsReferences {
|
|
10666
|
+
/**
|
|
10667
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
10668
|
+
* @type {Array<JsonApiDatasetLinkage>}
|
|
10669
|
+
* @memberof JsonApiDatasetOutRelationshipsReferences
|
|
10670
|
+
*/
|
|
10671
|
+
data: Array<JsonApiDatasetLinkage>;
|
|
10672
|
+
}
|
|
10622
10673
|
/**
|
|
10623
10674
|
*
|
|
10624
10675
|
* @export
|
|
@@ -10652,10 +10703,10 @@ export interface JsonApiDatasetOutWithLinks {
|
|
|
10652
10703
|
id: string;
|
|
10653
10704
|
/**
|
|
10654
10705
|
*
|
|
10655
|
-
* @type {
|
|
10706
|
+
* @type {JsonApiDatasetOutMeta}
|
|
10656
10707
|
* @memberof JsonApiDatasetOutWithLinks
|
|
10657
10708
|
*/
|
|
10658
|
-
meta?:
|
|
10709
|
+
meta?: JsonApiDatasetOutMeta;
|
|
10659
10710
|
/**
|
|
10660
10711
|
*
|
|
10661
10712
|
* @type {JsonApiDatasetOutAttributes}
|
|
@@ -10772,10 +10823,10 @@ export interface JsonApiEntitlementOutList {
|
|
|
10772
10823
|
links?: ListLinks;
|
|
10773
10824
|
/**
|
|
10774
10825
|
*
|
|
10775
|
-
* @type {
|
|
10826
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
10776
10827
|
* @memberof JsonApiEntitlementOutList
|
|
10777
10828
|
*/
|
|
10778
|
-
meta?:
|
|
10829
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
10779
10830
|
}
|
|
10780
10831
|
/**
|
|
10781
10832
|
*
|
|
@@ -10832,21 +10883,58 @@ export interface JsonApiExportDefinitionIn {
|
|
|
10832
10883
|
id: string;
|
|
10833
10884
|
/**
|
|
10834
10885
|
*
|
|
10835
|
-
* @type {
|
|
10886
|
+
* @type {JsonApiExportDefinitionInAttributes}
|
|
10836
10887
|
* @memberof JsonApiExportDefinitionIn
|
|
10837
10888
|
*/
|
|
10838
|
-
attributes?:
|
|
10889
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
10839
10890
|
/**
|
|
10840
10891
|
*
|
|
10841
|
-
* @type {
|
|
10892
|
+
* @type {JsonApiExportDefinitionInRelationships}
|
|
10842
10893
|
* @memberof JsonApiExportDefinitionIn
|
|
10843
10894
|
*/
|
|
10844
|
-
relationships?:
|
|
10895
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
10845
10896
|
}
|
|
10846
10897
|
export declare const JsonApiExportDefinitionInTypeEnum: {
|
|
10847
10898
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
10848
10899
|
};
|
|
10849
10900
|
export type JsonApiExportDefinitionInTypeEnum = (typeof JsonApiExportDefinitionInTypeEnum)[keyof typeof JsonApiExportDefinitionInTypeEnum];
|
|
10901
|
+
/**
|
|
10902
|
+
*
|
|
10903
|
+
* @export
|
|
10904
|
+
* @interface JsonApiExportDefinitionInAttributes
|
|
10905
|
+
*/
|
|
10906
|
+
export interface JsonApiExportDefinitionInAttributes {
|
|
10907
|
+
/**
|
|
10908
|
+
*
|
|
10909
|
+
* @type {string}
|
|
10910
|
+
* @memberof JsonApiExportDefinitionInAttributes
|
|
10911
|
+
*/
|
|
10912
|
+
title?: string;
|
|
10913
|
+
/**
|
|
10914
|
+
*
|
|
10915
|
+
* @type {string}
|
|
10916
|
+
* @memberof JsonApiExportDefinitionInAttributes
|
|
10917
|
+
*/
|
|
10918
|
+
description?: string;
|
|
10919
|
+
/**
|
|
10920
|
+
*
|
|
10921
|
+
* @type {Array<string>}
|
|
10922
|
+
* @memberof JsonApiExportDefinitionInAttributes
|
|
10923
|
+
*/
|
|
10924
|
+
tags?: Array<string>;
|
|
10925
|
+
/**
|
|
10926
|
+
* JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
|
|
10927
|
+
* @type {VisualExportRequest | TabularExportRequest}
|
|
10928
|
+
* @memberof JsonApiExportDefinitionInAttributes
|
|
10929
|
+
*/
|
|
10930
|
+
requestPayload?: VisualExportRequest | TabularExportRequest;
|
|
10931
|
+
/**
|
|
10932
|
+
*
|
|
10933
|
+
* @type {boolean}
|
|
10934
|
+
* @memberof JsonApiExportDefinitionInAttributes
|
|
10935
|
+
*/
|
|
10936
|
+
areRelationsValid?: boolean;
|
|
10937
|
+
}
|
|
10850
10938
|
/**
|
|
10851
10939
|
*
|
|
10852
10940
|
* @export
|
|
@@ -10860,6 +10948,25 @@ export interface JsonApiExportDefinitionInDocument {
|
|
|
10860
10948
|
*/
|
|
10861
10949
|
data: JsonApiExportDefinitionIn;
|
|
10862
10950
|
}
|
|
10951
|
+
/**
|
|
10952
|
+
*
|
|
10953
|
+
* @export
|
|
10954
|
+
* @interface JsonApiExportDefinitionInRelationships
|
|
10955
|
+
*/
|
|
10956
|
+
export interface JsonApiExportDefinitionInRelationships {
|
|
10957
|
+
/**
|
|
10958
|
+
*
|
|
10959
|
+
* @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
|
|
10960
|
+
* @memberof JsonApiExportDefinitionInRelationships
|
|
10961
|
+
*/
|
|
10962
|
+
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
10963
|
+
/**
|
|
10964
|
+
*
|
|
10965
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
10966
|
+
* @memberof JsonApiExportDefinitionInRelationships
|
|
10967
|
+
*/
|
|
10968
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
10969
|
+
}
|
|
10863
10970
|
/**
|
|
10864
10971
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
10865
10972
|
* @export
|
|
@@ -10903,10 +11010,10 @@ export interface JsonApiExportDefinitionOut {
|
|
|
10903
11010
|
id: string;
|
|
10904
11011
|
/**
|
|
10905
11012
|
*
|
|
10906
|
-
* @type {
|
|
11013
|
+
* @type {JsonApiDatasetOutMeta}
|
|
10907
11014
|
* @memberof JsonApiExportDefinitionOut
|
|
10908
11015
|
*/
|
|
10909
|
-
meta?:
|
|
11016
|
+
meta?: JsonApiDatasetOutMeta;
|
|
10910
11017
|
/**
|
|
10911
11018
|
*
|
|
10912
11019
|
* @type {JsonApiExportDefinitionOutAttributes}
|
|
@@ -11023,10 +11130,10 @@ export interface JsonApiExportDefinitionOutList {
|
|
|
11023
11130
|
links?: ListLinks;
|
|
11024
11131
|
/**
|
|
11025
11132
|
*
|
|
11026
|
-
* @type {
|
|
11133
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
11027
11134
|
* @memberof JsonApiExportDefinitionOutList
|
|
11028
11135
|
*/
|
|
11029
|
-
meta?:
|
|
11136
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
11030
11137
|
/**
|
|
11031
11138
|
* Included resources
|
|
11032
11139
|
* @type {Array<JsonApiExportDefinitionOutIncludes>}
|
|
@@ -11048,10 +11155,10 @@ export interface JsonApiExportDefinitionOutRelationships {
|
|
|
11048
11155
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
11049
11156
|
/**
|
|
11050
11157
|
*
|
|
11051
|
-
* @type {
|
|
11158
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
11052
11159
|
* @memberof JsonApiExportDefinitionOutRelationships
|
|
11053
11160
|
*/
|
|
11054
|
-
analyticalDashboard?:
|
|
11161
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
11055
11162
|
/**
|
|
11056
11163
|
*
|
|
11057
11164
|
* @type {JsonApiExportDefinitionOutRelationshipsAutomation}
|
|
@@ -11071,6 +11178,19 @@ export interface JsonApiExportDefinitionOutRelationships {
|
|
|
11071
11178
|
*/
|
|
11072
11179
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
11073
11180
|
}
|
|
11181
|
+
/**
|
|
11182
|
+
*
|
|
11183
|
+
* @export
|
|
11184
|
+
* @interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard
|
|
11185
|
+
*/
|
|
11186
|
+
export interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
|
|
11187
|
+
/**
|
|
11188
|
+
*
|
|
11189
|
+
* @type {JsonApiAnalyticalDashboardToOneLinkage}
|
|
11190
|
+
* @memberof JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard
|
|
11191
|
+
*/
|
|
11192
|
+
data: JsonApiAnalyticalDashboardToOneLinkage | null;
|
|
11193
|
+
}
|
|
11074
11194
|
/**
|
|
11075
11195
|
*
|
|
11076
11196
|
* @export
|
|
@@ -11117,10 +11237,10 @@ export interface JsonApiExportDefinitionOutWithLinks {
|
|
|
11117
11237
|
id: string;
|
|
11118
11238
|
/**
|
|
11119
11239
|
*
|
|
11120
|
-
* @type {
|
|
11240
|
+
* @type {JsonApiDatasetOutMeta}
|
|
11121
11241
|
* @memberof JsonApiExportDefinitionOutWithLinks
|
|
11122
11242
|
*/
|
|
11123
|
-
meta?:
|
|
11243
|
+
meta?: JsonApiDatasetOutMeta;
|
|
11124
11244
|
/**
|
|
11125
11245
|
*
|
|
11126
11246
|
* @type {JsonApiExportDefinitionOutAttributes}
|
|
@@ -11164,58 +11284,21 @@ export interface JsonApiExportDefinitionPatch {
|
|
|
11164
11284
|
id: string;
|
|
11165
11285
|
/**
|
|
11166
11286
|
*
|
|
11167
|
-
* @type {
|
|
11287
|
+
* @type {JsonApiExportDefinitionInAttributes}
|
|
11168
11288
|
* @memberof JsonApiExportDefinitionPatch
|
|
11169
11289
|
*/
|
|
11170
|
-
attributes?:
|
|
11290
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
11171
11291
|
/**
|
|
11172
11292
|
*
|
|
11173
|
-
* @type {
|
|
11293
|
+
* @type {JsonApiExportDefinitionInRelationships}
|
|
11174
11294
|
* @memberof JsonApiExportDefinitionPatch
|
|
11175
11295
|
*/
|
|
11176
|
-
relationships?:
|
|
11296
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
11177
11297
|
}
|
|
11178
11298
|
export declare const JsonApiExportDefinitionPatchTypeEnum: {
|
|
11179
11299
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
11180
11300
|
};
|
|
11181
11301
|
export type JsonApiExportDefinitionPatchTypeEnum = (typeof JsonApiExportDefinitionPatchTypeEnum)[keyof typeof JsonApiExportDefinitionPatchTypeEnum];
|
|
11182
|
-
/**
|
|
11183
|
-
*
|
|
11184
|
-
* @export
|
|
11185
|
-
* @interface JsonApiExportDefinitionPatchAttributes
|
|
11186
|
-
*/
|
|
11187
|
-
export interface JsonApiExportDefinitionPatchAttributes {
|
|
11188
|
-
/**
|
|
11189
|
-
*
|
|
11190
|
-
* @type {string}
|
|
11191
|
-
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
11192
|
-
*/
|
|
11193
|
-
title?: string;
|
|
11194
|
-
/**
|
|
11195
|
-
*
|
|
11196
|
-
* @type {string}
|
|
11197
|
-
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
11198
|
-
*/
|
|
11199
|
-
description?: string;
|
|
11200
|
-
/**
|
|
11201
|
-
*
|
|
11202
|
-
* @type {Array<string>}
|
|
11203
|
-
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
11204
|
-
*/
|
|
11205
|
-
tags?: Array<string>;
|
|
11206
|
-
/**
|
|
11207
|
-
* JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
|
|
11208
|
-
* @type {VisualExportRequest | TabularExportRequest}
|
|
11209
|
-
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
11210
|
-
*/
|
|
11211
|
-
requestPayload?: VisualExportRequest | TabularExportRequest;
|
|
11212
|
-
/**
|
|
11213
|
-
*
|
|
11214
|
-
* @type {boolean}
|
|
11215
|
-
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
11216
|
-
*/
|
|
11217
|
-
areRelationsValid?: boolean;
|
|
11218
|
-
}
|
|
11219
11302
|
/**
|
|
11220
11303
|
*
|
|
11221
11304
|
* @export
|
|
@@ -11229,25 +11312,6 @@ export interface JsonApiExportDefinitionPatchDocument {
|
|
|
11229
11312
|
*/
|
|
11230
11313
|
data: JsonApiExportDefinitionPatch;
|
|
11231
11314
|
}
|
|
11232
|
-
/**
|
|
11233
|
-
*
|
|
11234
|
-
* @export
|
|
11235
|
-
* @interface JsonApiExportDefinitionPatchRelationships
|
|
11236
|
-
*/
|
|
11237
|
-
export interface JsonApiExportDefinitionPatchRelationships {
|
|
11238
|
-
/**
|
|
11239
|
-
*
|
|
11240
|
-
* @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
|
|
11241
|
-
* @memberof JsonApiExportDefinitionPatchRelationships
|
|
11242
|
-
*/
|
|
11243
|
-
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
11244
|
-
/**
|
|
11245
|
-
*
|
|
11246
|
-
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
11247
|
-
* @memberof JsonApiExportDefinitionPatchRelationships
|
|
11248
|
-
*/
|
|
11249
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
11250
|
-
}
|
|
11251
11315
|
/**
|
|
11252
11316
|
* JSON:API representation of exportDefinition entity.
|
|
11253
11317
|
* @export
|
|
@@ -11268,16 +11332,16 @@ export interface JsonApiExportDefinitionPostOptionalId {
|
|
|
11268
11332
|
id?: string;
|
|
11269
11333
|
/**
|
|
11270
11334
|
*
|
|
11271
|
-
* @type {
|
|
11335
|
+
* @type {JsonApiExportDefinitionInAttributes}
|
|
11272
11336
|
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
11273
11337
|
*/
|
|
11274
|
-
attributes?:
|
|
11338
|
+
attributes?: JsonApiExportDefinitionInAttributes;
|
|
11275
11339
|
/**
|
|
11276
11340
|
*
|
|
11277
|
-
* @type {
|
|
11341
|
+
* @type {JsonApiExportDefinitionInRelationships}
|
|
11278
11342
|
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
11279
11343
|
*/
|
|
11280
|
-
relationships?:
|
|
11344
|
+
relationships?: JsonApiExportDefinitionInRelationships;
|
|
11281
11345
|
}
|
|
11282
11346
|
export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
|
|
11283
11347
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
@@ -11316,15 +11380,106 @@ export interface JsonApiExportTemplateIn {
|
|
|
11316
11380
|
id: string;
|
|
11317
11381
|
/**
|
|
11318
11382
|
*
|
|
11319
|
-
* @type {
|
|
11383
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
11320
11384
|
* @memberof JsonApiExportTemplateIn
|
|
11321
11385
|
*/
|
|
11322
|
-
attributes:
|
|
11386
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
11323
11387
|
}
|
|
11324
11388
|
export declare const JsonApiExportTemplateInTypeEnum: {
|
|
11325
11389
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
11326
11390
|
};
|
|
11327
11391
|
export type JsonApiExportTemplateInTypeEnum = (typeof JsonApiExportTemplateInTypeEnum)[keyof typeof JsonApiExportTemplateInTypeEnum];
|
|
11392
|
+
/**
|
|
11393
|
+
*
|
|
11394
|
+
* @export
|
|
11395
|
+
* @interface JsonApiExportTemplateInAttributes
|
|
11396
|
+
*/
|
|
11397
|
+
export interface JsonApiExportTemplateInAttributes {
|
|
11398
|
+
/**
|
|
11399
|
+
* User-facing name of the Slides template.
|
|
11400
|
+
* @type {string}
|
|
11401
|
+
* @memberof JsonApiExportTemplateInAttributes
|
|
11402
|
+
*/
|
|
11403
|
+
name: string;
|
|
11404
|
+
/**
|
|
11405
|
+
*
|
|
11406
|
+
* @type {JsonApiExportTemplateInAttributesDashboardSlidesTemplate}
|
|
11407
|
+
* @memberof JsonApiExportTemplateInAttributes
|
|
11408
|
+
*/
|
|
11409
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateInAttributesDashboardSlidesTemplate | null;
|
|
11410
|
+
/**
|
|
11411
|
+
*
|
|
11412
|
+
* @type {JsonApiExportTemplateInAttributesWidgetSlidesTemplate}
|
|
11413
|
+
* @memberof JsonApiExportTemplateInAttributes
|
|
11414
|
+
*/
|
|
11415
|
+
widgetSlidesTemplate?: JsonApiExportTemplateInAttributesWidgetSlidesTemplate | null;
|
|
11416
|
+
}
|
|
11417
|
+
/**
|
|
11418
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
11419
|
+
* @export
|
|
11420
|
+
* @interface JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
11421
|
+
*/
|
|
11422
|
+
export interface JsonApiExportTemplateInAttributesDashboardSlidesTemplate {
|
|
11423
|
+
/**
|
|
11424
|
+
* Export types this template applies to.
|
|
11425
|
+
* @type {Array<string>}
|
|
11426
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
11427
|
+
*/
|
|
11428
|
+
appliedOn: Array<JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
11429
|
+
/**
|
|
11430
|
+
*
|
|
11431
|
+
* @type {CoverSlideTemplate}
|
|
11432
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
11433
|
+
*/
|
|
11434
|
+
coverSlide?: CoverSlideTemplate | null;
|
|
11435
|
+
/**
|
|
11436
|
+
*
|
|
11437
|
+
* @type {IntroSlideTemplate}
|
|
11438
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
11439
|
+
*/
|
|
11440
|
+
introSlide?: IntroSlideTemplate | null;
|
|
11441
|
+
/**
|
|
11442
|
+
*
|
|
11443
|
+
* @type {SectionSlideTemplate}
|
|
11444
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
11445
|
+
*/
|
|
11446
|
+
sectionSlide?: SectionSlideTemplate | null;
|
|
11447
|
+
/**
|
|
11448
|
+
*
|
|
11449
|
+
* @type {ContentSlideTemplate}
|
|
11450
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
11451
|
+
*/
|
|
11452
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
11453
|
+
}
|
|
11454
|
+
export declare const JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
11455
|
+
readonly PDF: "PDF";
|
|
11456
|
+
readonly PPTX: "PPTX";
|
|
11457
|
+
};
|
|
11458
|
+
export type JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
11459
|
+
/**
|
|
11460
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
11461
|
+
* @export
|
|
11462
|
+
* @interface JsonApiExportTemplateInAttributesWidgetSlidesTemplate
|
|
11463
|
+
*/
|
|
11464
|
+
export interface JsonApiExportTemplateInAttributesWidgetSlidesTemplate {
|
|
11465
|
+
/**
|
|
11466
|
+
* Export types this template applies to.
|
|
11467
|
+
* @type {Array<string>}
|
|
11468
|
+
* @memberof JsonApiExportTemplateInAttributesWidgetSlidesTemplate
|
|
11469
|
+
*/
|
|
11470
|
+
appliedOn: Array<JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
11471
|
+
/**
|
|
11472
|
+
*
|
|
11473
|
+
* @type {ContentSlideTemplate}
|
|
11474
|
+
* @memberof JsonApiExportTemplateInAttributesWidgetSlidesTemplate
|
|
11475
|
+
*/
|
|
11476
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
11477
|
+
}
|
|
11478
|
+
export declare const JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
11479
|
+
readonly PDF: "PDF";
|
|
11480
|
+
readonly PPTX: "PPTX";
|
|
11481
|
+
};
|
|
11482
|
+
export type JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
11328
11483
|
/**
|
|
11329
11484
|
*
|
|
11330
11485
|
* @export
|
|
@@ -11358,10 +11513,10 @@ export interface JsonApiExportTemplateOut {
|
|
|
11358
11513
|
id: string;
|
|
11359
11514
|
/**
|
|
11360
11515
|
*
|
|
11361
|
-
* @type {
|
|
11516
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
11362
11517
|
* @memberof JsonApiExportTemplateOut
|
|
11363
11518
|
*/
|
|
11364
|
-
attributes:
|
|
11519
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
11365
11520
|
}
|
|
11366
11521
|
export declare const JsonApiExportTemplateOutTypeEnum: {
|
|
11367
11522
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
@@ -11406,10 +11561,10 @@ export interface JsonApiExportTemplateOutList {
|
|
|
11406
11561
|
links?: ListLinks;
|
|
11407
11562
|
/**
|
|
11408
11563
|
*
|
|
11409
|
-
* @type {
|
|
11564
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
11410
11565
|
* @memberof JsonApiExportTemplateOutList
|
|
11411
11566
|
*/
|
|
11412
|
-
meta?:
|
|
11567
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
11413
11568
|
}
|
|
11414
11569
|
/**
|
|
11415
11570
|
*
|
|
@@ -11431,10 +11586,10 @@ export interface JsonApiExportTemplateOutWithLinks {
|
|
|
11431
11586
|
id: string;
|
|
11432
11587
|
/**
|
|
11433
11588
|
*
|
|
11434
|
-
* @type {
|
|
11589
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
11435
11590
|
* @memberof JsonApiExportTemplateOutWithLinks
|
|
11436
11591
|
*/
|
|
11437
|
-
attributes:
|
|
11592
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
11438
11593
|
/**
|
|
11439
11594
|
*
|
|
11440
11595
|
* @type {ObjectLinks}
|
|
@@ -11489,16 +11644,16 @@ export interface JsonApiExportTemplatePatchAttributes {
|
|
|
11489
11644
|
name?: string;
|
|
11490
11645
|
/**
|
|
11491
11646
|
*
|
|
11492
|
-
* @type {
|
|
11647
|
+
* @type {JsonApiExportTemplateInAttributesDashboardSlidesTemplate}
|
|
11493
11648
|
* @memberof JsonApiExportTemplatePatchAttributes
|
|
11494
11649
|
*/
|
|
11495
|
-
dashboardSlidesTemplate?:
|
|
11650
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateInAttributesDashboardSlidesTemplate | null;
|
|
11496
11651
|
/**
|
|
11497
11652
|
*
|
|
11498
|
-
* @type {
|
|
11653
|
+
* @type {JsonApiExportTemplateInAttributesWidgetSlidesTemplate}
|
|
11499
11654
|
* @memberof JsonApiExportTemplatePatchAttributes
|
|
11500
11655
|
*/
|
|
11501
|
-
widgetSlidesTemplate?:
|
|
11656
|
+
widgetSlidesTemplate?: JsonApiExportTemplateInAttributesWidgetSlidesTemplate | null;
|
|
11502
11657
|
}
|
|
11503
11658
|
/**
|
|
11504
11659
|
*
|
|
@@ -11533,106 +11688,15 @@ export interface JsonApiExportTemplatePostOptionalId {
|
|
|
11533
11688
|
id?: string;
|
|
11534
11689
|
/**
|
|
11535
11690
|
*
|
|
11536
|
-
* @type {
|
|
11691
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
11537
11692
|
* @memberof JsonApiExportTemplatePostOptionalId
|
|
11538
11693
|
*/
|
|
11539
|
-
attributes:
|
|
11694
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
11540
11695
|
}
|
|
11541
11696
|
export declare const JsonApiExportTemplatePostOptionalIdTypeEnum: {
|
|
11542
11697
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
11543
11698
|
};
|
|
11544
11699
|
export type JsonApiExportTemplatePostOptionalIdTypeEnum = (typeof JsonApiExportTemplatePostOptionalIdTypeEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdTypeEnum];
|
|
11545
|
-
/**
|
|
11546
|
-
*
|
|
11547
|
-
* @export
|
|
11548
|
-
* @interface JsonApiExportTemplatePostOptionalIdAttributes
|
|
11549
|
-
*/
|
|
11550
|
-
export interface JsonApiExportTemplatePostOptionalIdAttributes {
|
|
11551
|
-
/**
|
|
11552
|
-
* User-facing name of the Slides template.
|
|
11553
|
-
* @type {string}
|
|
11554
|
-
* @memberof JsonApiExportTemplatePostOptionalIdAttributes
|
|
11555
|
-
*/
|
|
11556
|
-
name: string;
|
|
11557
|
-
/**
|
|
11558
|
-
*
|
|
11559
|
-
* @type {JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate}
|
|
11560
|
-
* @memberof JsonApiExportTemplatePostOptionalIdAttributes
|
|
11561
|
-
*/
|
|
11562
|
-
dashboardSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
|
|
11563
|
-
/**
|
|
11564
|
-
*
|
|
11565
|
-
* @type {JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate}
|
|
11566
|
-
* @memberof JsonApiExportTemplatePostOptionalIdAttributes
|
|
11567
|
-
*/
|
|
11568
|
-
widgetSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
|
|
11569
|
-
}
|
|
11570
|
-
/**
|
|
11571
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
11572
|
-
* @export
|
|
11573
|
-
* @interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
|
|
11574
|
-
*/
|
|
11575
|
-
export interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
|
|
11576
|
-
/**
|
|
11577
|
-
* Export types this template applies to.
|
|
11578
|
-
* @type {Array<string>}
|
|
11579
|
-
* @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
|
|
11580
|
-
*/
|
|
11581
|
-
appliedOn: Array<JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
11582
|
-
/**
|
|
11583
|
-
*
|
|
11584
|
-
* @type {CoverSlideTemplate}
|
|
11585
|
-
* @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
|
|
11586
|
-
*/
|
|
11587
|
-
coverSlide?: CoverSlideTemplate | null;
|
|
11588
|
-
/**
|
|
11589
|
-
*
|
|
11590
|
-
* @type {IntroSlideTemplate}
|
|
11591
|
-
* @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
|
|
11592
|
-
*/
|
|
11593
|
-
introSlide?: IntroSlideTemplate | null;
|
|
11594
|
-
/**
|
|
11595
|
-
*
|
|
11596
|
-
* @type {SectionSlideTemplate}
|
|
11597
|
-
* @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
|
|
11598
|
-
*/
|
|
11599
|
-
sectionSlide?: SectionSlideTemplate | null;
|
|
11600
|
-
/**
|
|
11601
|
-
*
|
|
11602
|
-
* @type {ContentSlideTemplate}
|
|
11603
|
-
* @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
|
|
11604
|
-
*/
|
|
11605
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
11606
|
-
}
|
|
11607
|
-
export declare const JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
11608
|
-
readonly PDF: "PDF";
|
|
11609
|
-
readonly PPTX: "PPTX";
|
|
11610
|
-
};
|
|
11611
|
-
export type JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
11612
|
-
/**
|
|
11613
|
-
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
11614
|
-
* @export
|
|
11615
|
-
* @interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate
|
|
11616
|
-
*/
|
|
11617
|
-
export interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
|
|
11618
|
-
/**
|
|
11619
|
-
* Export types this template applies to.
|
|
11620
|
-
* @type {Array<string>}
|
|
11621
|
-
* @memberof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate
|
|
11622
|
-
*/
|
|
11623
|
-
appliedOn: Array<JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
11624
|
-
/**
|
|
11625
|
-
*
|
|
11626
|
-
* @type {ContentSlideTemplate}
|
|
11627
|
-
* @memberof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate
|
|
11628
|
-
*/
|
|
11629
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
11630
|
-
}
|
|
11631
|
-
export declare const JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
11632
|
-
readonly PDF: "PDF";
|
|
11633
|
-
readonly PPTX: "PPTX";
|
|
11634
|
-
};
|
|
11635
|
-
export type JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
11636
11700
|
/**
|
|
11637
11701
|
*
|
|
11638
11702
|
* @export
|
|
@@ -11689,10 +11753,10 @@ export interface JsonApiFactOut {
|
|
|
11689
11753
|
id: string;
|
|
11690
11754
|
/**
|
|
11691
11755
|
*
|
|
11692
|
-
* @type {
|
|
11756
|
+
* @type {JsonApiDatasetOutMeta}
|
|
11693
11757
|
* @memberof JsonApiFactOut
|
|
11694
11758
|
*/
|
|
11695
|
-
meta?:
|
|
11759
|
+
meta?: JsonApiDatasetOutMeta;
|
|
11696
11760
|
/**
|
|
11697
11761
|
*
|
|
11698
11762
|
* @type {JsonApiFactOutAttributes}
|
|
@@ -11808,10 +11872,10 @@ export interface JsonApiFactOutList {
|
|
|
11808
11872
|
links?: ListLinks;
|
|
11809
11873
|
/**
|
|
11810
11874
|
*
|
|
11811
|
-
* @type {
|
|
11875
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
11812
11876
|
* @memberof JsonApiFactOutList
|
|
11813
11877
|
*/
|
|
11814
|
-
meta?:
|
|
11878
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
11815
11879
|
/**
|
|
11816
11880
|
* Included resources
|
|
11817
11881
|
* @type {Array<JsonApiDatasetOutWithLinks>}
|
|
@@ -11827,10 +11891,23 @@ export interface JsonApiFactOutList {
|
|
|
11827
11891
|
export interface JsonApiFactOutRelationships {
|
|
11828
11892
|
/**
|
|
11829
11893
|
*
|
|
11830
|
-
* @type {
|
|
11894
|
+
* @type {JsonApiFactOutRelationshipsDataset}
|
|
11831
11895
|
* @memberof JsonApiFactOutRelationships
|
|
11832
11896
|
*/
|
|
11833
|
-
dataset?:
|
|
11897
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
11898
|
+
}
|
|
11899
|
+
/**
|
|
11900
|
+
*
|
|
11901
|
+
* @export
|
|
11902
|
+
* @interface JsonApiFactOutRelationshipsDataset
|
|
11903
|
+
*/
|
|
11904
|
+
export interface JsonApiFactOutRelationshipsDataset {
|
|
11905
|
+
/**
|
|
11906
|
+
*
|
|
11907
|
+
* @type {JsonApiDatasetToOneLinkage}
|
|
11908
|
+
* @memberof JsonApiFactOutRelationshipsDataset
|
|
11909
|
+
*/
|
|
11910
|
+
data: JsonApiDatasetToOneLinkage | null;
|
|
11834
11911
|
}
|
|
11835
11912
|
/**
|
|
11836
11913
|
*
|
|
@@ -11852,10 +11929,10 @@ export interface JsonApiFactOutWithLinks {
|
|
|
11852
11929
|
id: string;
|
|
11853
11930
|
/**
|
|
11854
11931
|
*
|
|
11855
|
-
* @type {
|
|
11932
|
+
* @type {JsonApiDatasetOutMeta}
|
|
11856
11933
|
* @memberof JsonApiFactOutWithLinks
|
|
11857
11934
|
*/
|
|
11858
|
-
meta?:
|
|
11935
|
+
meta?: JsonApiDatasetOutMeta;
|
|
11859
11936
|
/**
|
|
11860
11937
|
*
|
|
11861
11938
|
* @type {JsonApiFactOutAttributes}
|
|
@@ -11970,10 +12047,10 @@ export interface JsonApiFilterContextOut {
|
|
|
11970
12047
|
id: string;
|
|
11971
12048
|
/**
|
|
11972
12049
|
*
|
|
11973
|
-
* @type {
|
|
12050
|
+
* @type {JsonApiDatasetOutMeta}
|
|
11974
12051
|
* @memberof JsonApiFilterContextOut
|
|
11975
12052
|
*/
|
|
11976
|
-
meta?:
|
|
12053
|
+
meta?: JsonApiDatasetOutMeta;
|
|
11977
12054
|
/**
|
|
11978
12055
|
*
|
|
11979
12056
|
* @type {JsonApiFilterContextOutAttributes}
|
|
@@ -12078,10 +12155,10 @@ export interface JsonApiFilterContextOutList {
|
|
|
12078
12155
|
links?: ListLinks;
|
|
12079
12156
|
/**
|
|
12080
12157
|
*
|
|
12081
|
-
* @type {
|
|
12158
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
12082
12159
|
* @memberof JsonApiFilterContextOutList
|
|
12083
12160
|
*/
|
|
12084
|
-
meta?:
|
|
12161
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
12085
12162
|
/**
|
|
12086
12163
|
* Included resources
|
|
12087
12164
|
* @type {Array<JsonApiFilterContextOutIncludes>}
|
|
@@ -12097,16 +12174,16 @@ export interface JsonApiFilterContextOutList {
|
|
|
12097
12174
|
export interface JsonApiFilterContextOutRelationships {
|
|
12098
12175
|
/**
|
|
12099
12176
|
*
|
|
12100
|
-
* @type {
|
|
12177
|
+
* @type {JsonApiDatasetOutRelationshipsAttributes}
|
|
12101
12178
|
* @memberof JsonApiFilterContextOutRelationships
|
|
12102
12179
|
*/
|
|
12103
|
-
attributes?:
|
|
12180
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
12104
12181
|
/**
|
|
12105
12182
|
*
|
|
12106
|
-
* @type {
|
|
12183
|
+
* @type {JsonApiDatasetOutRelationshipsReferences}
|
|
12107
12184
|
* @memberof JsonApiFilterContextOutRelationships
|
|
12108
12185
|
*/
|
|
12109
|
-
datasets?:
|
|
12186
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
12110
12187
|
/**
|
|
12111
12188
|
*
|
|
12112
12189
|
* @type {JsonApiVisualizationObjectOutRelationshipsLabels}
|
|
@@ -12134,10 +12211,10 @@ export interface JsonApiFilterContextOutWithLinks {
|
|
|
12134
12211
|
id: string;
|
|
12135
12212
|
/**
|
|
12136
12213
|
*
|
|
12137
|
-
* @type {
|
|
12214
|
+
* @type {JsonApiDatasetOutMeta}
|
|
12138
12215
|
* @memberof JsonApiFilterContextOutWithLinks
|
|
12139
12216
|
*/
|
|
12140
|
-
meta?:
|
|
12217
|
+
meta?: JsonApiDatasetOutMeta;
|
|
12141
12218
|
/**
|
|
12142
12219
|
*
|
|
12143
12220
|
* @type {JsonApiFilterContextOutAttributes}
|
|
@@ -12271,10 +12348,10 @@ export interface JsonApiFilterViewIn {
|
|
|
12271
12348
|
attributes: JsonApiFilterViewOutAttributes;
|
|
12272
12349
|
/**
|
|
12273
12350
|
*
|
|
12274
|
-
* @type {
|
|
12351
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
12275
12352
|
* @memberof JsonApiFilterViewIn
|
|
12276
12353
|
*/
|
|
12277
|
-
relationships?:
|
|
12354
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
12278
12355
|
}
|
|
12279
12356
|
export declare const JsonApiFilterViewInTypeEnum: {
|
|
12280
12357
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -12319,10 +12396,10 @@ export interface JsonApiFilterViewOut {
|
|
|
12319
12396
|
attributes: JsonApiFilterViewOutAttributes;
|
|
12320
12397
|
/**
|
|
12321
12398
|
*
|
|
12322
|
-
* @type {
|
|
12399
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
12323
12400
|
* @memberof JsonApiFilterViewOut
|
|
12324
12401
|
*/
|
|
12325
|
-
relationships?:
|
|
12402
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
12326
12403
|
}
|
|
12327
12404
|
export declare const JsonApiFilterViewOutTypeEnum: {
|
|
12328
12405
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -12421,10 +12498,10 @@ export interface JsonApiFilterViewOutList {
|
|
|
12421
12498
|
links?: ListLinks;
|
|
12422
12499
|
/**
|
|
12423
12500
|
*
|
|
12424
|
-
* @type {
|
|
12501
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
12425
12502
|
* @memberof JsonApiFilterViewOutList
|
|
12426
12503
|
*/
|
|
12427
|
-
meta?:
|
|
12504
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
12428
12505
|
/**
|
|
12429
12506
|
* Included resources
|
|
12430
12507
|
* @type {Array<JsonApiFilterViewOutIncludes>}
|
|
@@ -12432,6 +12509,38 @@ export interface JsonApiFilterViewOutList {
|
|
|
12432
12509
|
*/
|
|
12433
12510
|
included?: Array<JsonApiFilterViewOutIncludes>;
|
|
12434
12511
|
}
|
|
12512
|
+
/**
|
|
12513
|
+
*
|
|
12514
|
+
* @export
|
|
12515
|
+
* @interface JsonApiFilterViewOutRelationships
|
|
12516
|
+
*/
|
|
12517
|
+
export interface JsonApiFilterViewOutRelationships {
|
|
12518
|
+
/**
|
|
12519
|
+
*
|
|
12520
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
12521
|
+
* @memberof JsonApiFilterViewOutRelationships
|
|
12522
|
+
*/
|
|
12523
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
12524
|
+
/**
|
|
12525
|
+
*
|
|
12526
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
12527
|
+
* @memberof JsonApiFilterViewOutRelationships
|
|
12528
|
+
*/
|
|
12529
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
12530
|
+
}
|
|
12531
|
+
/**
|
|
12532
|
+
*
|
|
12533
|
+
* @export
|
|
12534
|
+
* @interface JsonApiFilterViewOutRelationshipsUser
|
|
12535
|
+
*/
|
|
12536
|
+
export interface JsonApiFilterViewOutRelationshipsUser {
|
|
12537
|
+
/**
|
|
12538
|
+
*
|
|
12539
|
+
* @type {JsonApiUserToOneLinkage}
|
|
12540
|
+
* @memberof JsonApiFilterViewOutRelationshipsUser
|
|
12541
|
+
*/
|
|
12542
|
+
data: JsonApiUserToOneLinkage | null;
|
|
12543
|
+
}
|
|
12435
12544
|
/**
|
|
12436
12545
|
*
|
|
12437
12546
|
* @export
|
|
@@ -12458,10 +12567,10 @@ export interface JsonApiFilterViewOutWithLinks {
|
|
|
12458
12567
|
attributes: JsonApiFilterViewOutAttributes;
|
|
12459
12568
|
/**
|
|
12460
12569
|
*
|
|
12461
|
-
* @type {
|
|
12570
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
12462
12571
|
* @memberof JsonApiFilterViewOutWithLinks
|
|
12463
12572
|
*/
|
|
12464
|
-
relationships?:
|
|
12573
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
12465
12574
|
/**
|
|
12466
12575
|
*
|
|
12467
12576
|
* @type {ObjectLinks}
|
|
@@ -12499,10 +12608,10 @@ export interface JsonApiFilterViewPatch {
|
|
|
12499
12608
|
attributes: JsonApiFilterViewPatchAttributes;
|
|
12500
12609
|
/**
|
|
12501
12610
|
*
|
|
12502
|
-
* @type {
|
|
12611
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
12503
12612
|
* @memberof JsonApiFilterViewPatch
|
|
12504
12613
|
*/
|
|
12505
|
-
relationships?:
|
|
12614
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
12506
12615
|
}
|
|
12507
12616
|
export declare const JsonApiFilterViewPatchTypeEnum: {
|
|
12508
12617
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -12564,38 +12673,6 @@ export interface JsonApiFilterViewPatchDocument {
|
|
|
12564
12673
|
*/
|
|
12565
12674
|
data: JsonApiFilterViewPatch;
|
|
12566
12675
|
}
|
|
12567
|
-
/**
|
|
12568
|
-
*
|
|
12569
|
-
* @export
|
|
12570
|
-
* @interface JsonApiFilterViewPatchRelationships
|
|
12571
|
-
*/
|
|
12572
|
-
export interface JsonApiFilterViewPatchRelationships {
|
|
12573
|
-
/**
|
|
12574
|
-
*
|
|
12575
|
-
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
12576
|
-
* @memberof JsonApiFilterViewPatchRelationships
|
|
12577
|
-
*/
|
|
12578
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
12579
|
-
/**
|
|
12580
|
-
*
|
|
12581
|
-
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
12582
|
-
* @memberof JsonApiFilterViewPatchRelationships
|
|
12583
|
-
*/
|
|
12584
|
-
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
12585
|
-
}
|
|
12586
|
-
/**
|
|
12587
|
-
*
|
|
12588
|
-
* @export
|
|
12589
|
-
* @interface JsonApiFilterViewPatchRelationshipsUser
|
|
12590
|
-
*/
|
|
12591
|
-
export interface JsonApiFilterViewPatchRelationshipsUser {
|
|
12592
|
-
/**
|
|
12593
|
-
*
|
|
12594
|
-
* @type {JsonApiUserToOneLinkage}
|
|
12595
|
-
* @memberof JsonApiFilterViewPatchRelationshipsUser
|
|
12596
|
-
*/
|
|
12597
|
-
data: JsonApiUserToOneLinkage | null;
|
|
12598
|
-
}
|
|
12599
12676
|
/**
|
|
12600
12677
|
* JSON:API representation of identityProvider entity.
|
|
12601
12678
|
* @export
|
|
@@ -12885,10 +12962,10 @@ export interface JsonApiIdentityProviderOutList {
|
|
|
12885
12962
|
links?: ListLinks;
|
|
12886
12963
|
/**
|
|
12887
12964
|
*
|
|
12888
|
-
* @type {
|
|
12965
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
12889
12966
|
* @memberof JsonApiIdentityProviderOutList
|
|
12890
12967
|
*/
|
|
12891
|
-
meta?:
|
|
12968
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
12892
12969
|
}
|
|
12893
12970
|
/**
|
|
12894
12971
|
*
|
|
@@ -13096,10 +13173,10 @@ export interface JsonApiJwkOutList {
|
|
|
13096
13173
|
links?: ListLinks;
|
|
13097
13174
|
/**
|
|
13098
13175
|
*
|
|
13099
|
-
* @type {
|
|
13176
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
13100
13177
|
* @memberof JsonApiJwkOutList
|
|
13101
13178
|
*/
|
|
13102
|
-
meta?:
|
|
13179
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
13103
13180
|
}
|
|
13104
13181
|
/**
|
|
13105
13182
|
*
|
|
@@ -13221,10 +13298,10 @@ export interface JsonApiLabelOut {
|
|
|
13221
13298
|
id: string;
|
|
13222
13299
|
/**
|
|
13223
13300
|
*
|
|
13224
|
-
* @type {
|
|
13301
|
+
* @type {JsonApiDatasetOutMeta}
|
|
13225
13302
|
* @memberof JsonApiLabelOut
|
|
13226
13303
|
*/
|
|
13227
|
-
meta?:
|
|
13304
|
+
meta?: JsonApiDatasetOutMeta;
|
|
13228
13305
|
/**
|
|
13229
13306
|
*
|
|
13230
13307
|
* @type {JsonApiLabelOutAttributes}
|
|
@@ -13361,10 +13438,10 @@ export interface JsonApiLabelOutList {
|
|
|
13361
13438
|
links?: ListLinks;
|
|
13362
13439
|
/**
|
|
13363
13440
|
*
|
|
13364
|
-
* @type {
|
|
13441
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
13365
13442
|
* @memberof JsonApiLabelOutList
|
|
13366
13443
|
*/
|
|
13367
|
-
meta?:
|
|
13444
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
13368
13445
|
/**
|
|
13369
13446
|
* Included resources
|
|
13370
13447
|
* @type {Array<JsonApiAttributeOutWithLinks>}
|
|
@@ -13418,10 +13495,10 @@ export interface JsonApiLabelOutWithLinks {
|
|
|
13418
13495
|
id: string;
|
|
13419
13496
|
/**
|
|
13420
13497
|
*
|
|
13421
|
-
* @type {
|
|
13498
|
+
* @type {JsonApiDatasetOutMeta}
|
|
13422
13499
|
* @memberof JsonApiLabelOutWithLinks
|
|
13423
13500
|
*/
|
|
13424
|
-
meta?:
|
|
13501
|
+
meta?: JsonApiDatasetOutMeta;
|
|
13425
13502
|
/**
|
|
13426
13503
|
*
|
|
13427
13504
|
* @type {JsonApiLabelOutAttributes}
|
|
@@ -13651,10 +13728,10 @@ export interface JsonApiLlmEndpointOutList {
|
|
|
13651
13728
|
links?: ListLinks;
|
|
13652
13729
|
/**
|
|
13653
13730
|
*
|
|
13654
|
-
* @type {
|
|
13731
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
13655
13732
|
* @memberof JsonApiLlmEndpointOutList
|
|
13656
13733
|
*/
|
|
13657
|
-
meta?:
|
|
13734
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
13658
13735
|
}
|
|
13659
13736
|
/**
|
|
13660
13737
|
*
|
|
@@ -13903,10 +13980,10 @@ export interface JsonApiMetricOut {
|
|
|
13903
13980
|
id: string;
|
|
13904
13981
|
/**
|
|
13905
13982
|
*
|
|
13906
|
-
* @type {
|
|
13983
|
+
* @type {JsonApiDatasetOutMeta}
|
|
13907
13984
|
* @memberof JsonApiMetricOut
|
|
13908
13985
|
*/
|
|
13909
|
-
meta?:
|
|
13986
|
+
meta?: JsonApiDatasetOutMeta;
|
|
13910
13987
|
/**
|
|
13911
13988
|
*
|
|
13912
13989
|
* @type {JsonApiMetricOutAttributes}
|
|
@@ -14042,10 +14119,10 @@ export interface JsonApiMetricOutList {
|
|
|
14042
14119
|
links?: ListLinks;
|
|
14043
14120
|
/**
|
|
14044
14121
|
*
|
|
14045
|
-
* @type {
|
|
14122
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
14046
14123
|
* @memberof JsonApiMetricOutList
|
|
14047
14124
|
*/
|
|
14048
|
-
meta?:
|
|
14125
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
14049
14126
|
/**
|
|
14050
14127
|
* Included resources
|
|
14051
14128
|
* @type {Array<JsonApiMetricOutIncludes>}
|
|
@@ -14073,10 +14150,10 @@ export interface JsonApiMetricOutWithLinks {
|
|
|
14073
14150
|
id: string;
|
|
14074
14151
|
/**
|
|
14075
14152
|
*
|
|
14076
|
-
* @type {
|
|
14153
|
+
* @type {JsonApiDatasetOutMeta}
|
|
14077
14154
|
* @memberof JsonApiMetricOutWithLinks
|
|
14078
14155
|
*/
|
|
14079
|
-
meta?:
|
|
14156
|
+
meta?: JsonApiDatasetOutMeta;
|
|
14080
14157
|
/**
|
|
14081
14158
|
*
|
|
14082
14159
|
* @type {JsonApiMetricOutAttributes}
|
|
@@ -14333,10 +14410,10 @@ export interface JsonApiNotificationChannelIdentifierOutList {
|
|
|
14333
14410
|
links?: ListLinks;
|
|
14334
14411
|
/**
|
|
14335
14412
|
*
|
|
14336
|
-
* @type {
|
|
14413
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
14337
14414
|
* @memberof JsonApiNotificationChannelIdentifierOutList
|
|
14338
14415
|
*/
|
|
14339
|
-
meta?:
|
|
14416
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
14340
14417
|
}
|
|
14341
14418
|
/**
|
|
14342
14419
|
*
|
|
@@ -14393,15 +14470,87 @@ export interface JsonApiNotificationChannelIn {
|
|
|
14393
14470
|
id: string;
|
|
14394
14471
|
/**
|
|
14395
14472
|
*
|
|
14396
|
-
* @type {
|
|
14473
|
+
* @type {JsonApiNotificationChannelInAttributes}
|
|
14397
14474
|
* @memberof JsonApiNotificationChannelIn
|
|
14398
14475
|
*/
|
|
14399
|
-
attributes?:
|
|
14476
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
14400
14477
|
}
|
|
14401
14478
|
export declare const JsonApiNotificationChannelInTypeEnum: {
|
|
14402
14479
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
14403
14480
|
};
|
|
14404
14481
|
export type JsonApiNotificationChannelInTypeEnum = (typeof JsonApiNotificationChannelInTypeEnum)[keyof typeof JsonApiNotificationChannelInTypeEnum];
|
|
14482
|
+
/**
|
|
14483
|
+
*
|
|
14484
|
+
* @export
|
|
14485
|
+
* @interface JsonApiNotificationChannelInAttributes
|
|
14486
|
+
*/
|
|
14487
|
+
export interface JsonApiNotificationChannelInAttributes {
|
|
14488
|
+
/**
|
|
14489
|
+
*
|
|
14490
|
+
* @type {string}
|
|
14491
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
14492
|
+
*/
|
|
14493
|
+
name?: string | null;
|
|
14494
|
+
/**
|
|
14495
|
+
*
|
|
14496
|
+
* @type {string}
|
|
14497
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
14498
|
+
*/
|
|
14499
|
+
description?: string | null;
|
|
14500
|
+
/**
|
|
14501
|
+
* The destination where the notifications are to be sent.
|
|
14502
|
+
* @type {DefaultSmtp | InPlatform | Smtp | Webhook}
|
|
14503
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
14504
|
+
*/
|
|
14505
|
+
destination?: DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
14506
|
+
/**
|
|
14507
|
+
* 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}
|
|
14508
|
+
* @type {string}
|
|
14509
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
14510
|
+
*/
|
|
14511
|
+
customDashboardUrl?: string;
|
|
14512
|
+
/**
|
|
14513
|
+
* 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
|
|
14514
|
+
* @type {string}
|
|
14515
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
14516
|
+
*/
|
|
14517
|
+
dashboardLinkVisibility?: JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum;
|
|
14518
|
+
/**
|
|
14519
|
+
* 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}}
|
|
14520
|
+
* @type {string}
|
|
14521
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
14522
|
+
*/
|
|
14523
|
+
notificationSource?: string;
|
|
14524
|
+
/**
|
|
14525
|
+
* 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
|
|
14526
|
+
* @type {string}
|
|
14527
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
14528
|
+
*/
|
|
14529
|
+
allowedRecipients?: JsonApiNotificationChannelInAttributesAllowedRecipientsEnum;
|
|
14530
|
+
/**
|
|
14531
|
+
* 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
|
|
14532
|
+
* @type {string}
|
|
14533
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
14534
|
+
*/
|
|
14535
|
+
inPlatformNotification?: JsonApiNotificationChannelInAttributesInPlatformNotificationEnum;
|
|
14536
|
+
}
|
|
14537
|
+
export declare const JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum: {
|
|
14538
|
+
readonly HIDDEN: "HIDDEN";
|
|
14539
|
+
readonly INTERNAL_ONLY: "INTERNAL_ONLY";
|
|
14540
|
+
readonly ALL: "ALL";
|
|
14541
|
+
};
|
|
14542
|
+
export type JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = (typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum)[keyof typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum];
|
|
14543
|
+
export declare const JsonApiNotificationChannelInAttributesAllowedRecipientsEnum: {
|
|
14544
|
+
readonly CREATOR: "CREATOR";
|
|
14545
|
+
readonly INTERNAL: "INTERNAL";
|
|
14546
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
14547
|
+
};
|
|
14548
|
+
export type JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = (typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum)[keyof typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum];
|
|
14549
|
+
export declare const JsonApiNotificationChannelInAttributesInPlatformNotificationEnum: {
|
|
14550
|
+
readonly DISABLED: "DISABLED";
|
|
14551
|
+
readonly ENABLED: "ENABLED";
|
|
14552
|
+
};
|
|
14553
|
+
export type JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum];
|
|
14405
14554
|
/**
|
|
14406
14555
|
*
|
|
14407
14556
|
* @export
|
|
@@ -14591,10 +14740,10 @@ export interface JsonApiNotificationChannelOutList {
|
|
|
14591
14740
|
links?: ListLinks;
|
|
14592
14741
|
/**
|
|
14593
14742
|
*
|
|
14594
|
-
* @type {
|
|
14743
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
14595
14744
|
* @memberof JsonApiNotificationChannelOutList
|
|
14596
14745
|
*/
|
|
14597
|
-
meta?:
|
|
14746
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
14598
14747
|
}
|
|
14599
14748
|
/**
|
|
14600
14749
|
*
|
|
@@ -14651,10 +14800,10 @@ export interface JsonApiNotificationChannelPatch {
|
|
|
14651
14800
|
id: string;
|
|
14652
14801
|
/**
|
|
14653
14802
|
*
|
|
14654
|
-
* @type {
|
|
14803
|
+
* @type {JsonApiNotificationChannelInAttributes}
|
|
14655
14804
|
* @memberof JsonApiNotificationChannelPatch
|
|
14656
14805
|
*/
|
|
14657
|
-
attributes?:
|
|
14806
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
14658
14807
|
}
|
|
14659
14808
|
export declare const JsonApiNotificationChannelPatchTypeEnum: {
|
|
14660
14809
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
@@ -14693,87 +14842,15 @@ export interface JsonApiNotificationChannelPostOptionalId {
|
|
|
14693
14842
|
id?: string;
|
|
14694
14843
|
/**
|
|
14695
14844
|
*
|
|
14696
|
-
* @type {
|
|
14845
|
+
* @type {JsonApiNotificationChannelInAttributes}
|
|
14697
14846
|
* @memberof JsonApiNotificationChannelPostOptionalId
|
|
14698
14847
|
*/
|
|
14699
|
-
attributes?:
|
|
14848
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
14700
14849
|
}
|
|
14701
14850
|
export declare const JsonApiNotificationChannelPostOptionalIdTypeEnum: {
|
|
14702
14851
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
14703
14852
|
};
|
|
14704
14853
|
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = (typeof JsonApiNotificationChannelPostOptionalIdTypeEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdTypeEnum];
|
|
14705
|
-
/**
|
|
14706
|
-
*
|
|
14707
|
-
* @export
|
|
14708
|
-
* @interface JsonApiNotificationChannelPostOptionalIdAttributes
|
|
14709
|
-
*/
|
|
14710
|
-
export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
14711
|
-
/**
|
|
14712
|
-
*
|
|
14713
|
-
* @type {string}
|
|
14714
|
-
* @memberof JsonApiNotificationChannelPostOptionalIdAttributes
|
|
14715
|
-
*/
|
|
14716
|
-
name?: string | null;
|
|
14717
|
-
/**
|
|
14718
|
-
*
|
|
14719
|
-
* @type {string}
|
|
14720
|
-
* @memberof JsonApiNotificationChannelPostOptionalIdAttributes
|
|
14721
|
-
*/
|
|
14722
|
-
description?: string | null;
|
|
14723
|
-
/**
|
|
14724
|
-
* The destination where the notifications are to be sent.
|
|
14725
|
-
* @type {DefaultSmtp | InPlatform | Smtp | Webhook}
|
|
14726
|
-
* @memberof JsonApiNotificationChannelPostOptionalIdAttributes
|
|
14727
|
-
*/
|
|
14728
|
-
destination?: DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
14729
|
-
/**
|
|
14730
|
-
* 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}
|
|
14731
|
-
* @type {string}
|
|
14732
|
-
* @memberof JsonApiNotificationChannelPostOptionalIdAttributes
|
|
14733
|
-
*/
|
|
14734
|
-
customDashboardUrl?: string;
|
|
14735
|
-
/**
|
|
14736
|
-
* 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
|
|
14737
|
-
* @type {string}
|
|
14738
|
-
* @memberof JsonApiNotificationChannelPostOptionalIdAttributes
|
|
14739
|
-
*/
|
|
14740
|
-
dashboardLinkVisibility?: JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum;
|
|
14741
|
-
/**
|
|
14742
|
-
* 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}}
|
|
14743
|
-
* @type {string}
|
|
14744
|
-
* @memberof JsonApiNotificationChannelPostOptionalIdAttributes
|
|
14745
|
-
*/
|
|
14746
|
-
notificationSource?: string;
|
|
14747
|
-
/**
|
|
14748
|
-
* 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
|
|
14749
|
-
* @type {string}
|
|
14750
|
-
* @memberof JsonApiNotificationChannelPostOptionalIdAttributes
|
|
14751
|
-
*/
|
|
14752
|
-
allowedRecipients?: JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum;
|
|
14753
|
-
/**
|
|
14754
|
-
* 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
|
|
14755
|
-
* @type {string}
|
|
14756
|
-
* @memberof JsonApiNotificationChannelPostOptionalIdAttributes
|
|
14757
|
-
*/
|
|
14758
|
-
inPlatformNotification?: JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum;
|
|
14759
|
-
}
|
|
14760
|
-
export declare const JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum: {
|
|
14761
|
-
readonly HIDDEN: "HIDDEN";
|
|
14762
|
-
readonly INTERNAL_ONLY: "INTERNAL_ONLY";
|
|
14763
|
-
readonly ALL: "ALL";
|
|
14764
|
-
};
|
|
14765
|
-
export type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum];
|
|
14766
|
-
export declare const JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum: {
|
|
14767
|
-
readonly CREATOR: "CREATOR";
|
|
14768
|
-
readonly INTERNAL: "INTERNAL";
|
|
14769
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
14770
|
-
};
|
|
14771
|
-
export type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum];
|
|
14772
|
-
export declare const JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum: {
|
|
14773
|
-
readonly DISABLED: "DISABLED";
|
|
14774
|
-
readonly ENABLED: "ENABLED";
|
|
14775
|
-
};
|
|
14776
|
-
export type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum];
|
|
14777
14854
|
/**
|
|
14778
14855
|
*
|
|
14779
14856
|
* @export
|
|
@@ -14813,21 +14890,103 @@ export interface JsonApiOrganizationIn {
|
|
|
14813
14890
|
id: string;
|
|
14814
14891
|
/**
|
|
14815
14892
|
*
|
|
14816
|
-
* @type {
|
|
14893
|
+
* @type {JsonApiOrganizationInAttributes}
|
|
14817
14894
|
* @memberof JsonApiOrganizationIn
|
|
14818
14895
|
*/
|
|
14819
|
-
attributes?:
|
|
14896
|
+
attributes?: JsonApiOrganizationInAttributes;
|
|
14820
14897
|
/**
|
|
14821
14898
|
*
|
|
14822
|
-
* @type {
|
|
14899
|
+
* @type {JsonApiOrganizationInRelationships}
|
|
14823
14900
|
* @memberof JsonApiOrganizationIn
|
|
14824
14901
|
*/
|
|
14825
|
-
relationships?:
|
|
14902
|
+
relationships?: JsonApiOrganizationInRelationships;
|
|
14826
14903
|
}
|
|
14827
14904
|
export declare const JsonApiOrganizationInTypeEnum: {
|
|
14828
14905
|
readonly ORGANIZATION: "organization";
|
|
14829
14906
|
};
|
|
14830
14907
|
export type JsonApiOrganizationInTypeEnum = (typeof JsonApiOrganizationInTypeEnum)[keyof typeof JsonApiOrganizationInTypeEnum];
|
|
14908
|
+
/**
|
|
14909
|
+
*
|
|
14910
|
+
* @export
|
|
14911
|
+
* @interface JsonApiOrganizationInAttributes
|
|
14912
|
+
*/
|
|
14913
|
+
export interface JsonApiOrganizationInAttributes {
|
|
14914
|
+
/**
|
|
14915
|
+
*
|
|
14916
|
+
* @type {string}
|
|
14917
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14918
|
+
*/
|
|
14919
|
+
name?: string | null;
|
|
14920
|
+
/**
|
|
14921
|
+
*
|
|
14922
|
+
* @type {string}
|
|
14923
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14924
|
+
*/
|
|
14925
|
+
hostname?: string;
|
|
14926
|
+
/**
|
|
14927
|
+
*
|
|
14928
|
+
* @type {Array<string>}
|
|
14929
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14930
|
+
*/
|
|
14931
|
+
allowedOrigins?: Array<string>;
|
|
14932
|
+
/**
|
|
14933
|
+
*
|
|
14934
|
+
* @type {string}
|
|
14935
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14936
|
+
*/
|
|
14937
|
+
oauthIssuerLocation?: string;
|
|
14938
|
+
/**
|
|
14939
|
+
*
|
|
14940
|
+
* @type {string}
|
|
14941
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14942
|
+
*/
|
|
14943
|
+
oauthClientId?: string;
|
|
14944
|
+
/**
|
|
14945
|
+
*
|
|
14946
|
+
* @type {string}
|
|
14947
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14948
|
+
*/
|
|
14949
|
+
oauthClientSecret?: string;
|
|
14950
|
+
/**
|
|
14951
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
14952
|
+
* @type {string}
|
|
14953
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14954
|
+
* @deprecated
|
|
14955
|
+
*/
|
|
14956
|
+
earlyAccess?: string | null;
|
|
14957
|
+
/**
|
|
14958
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
14959
|
+
* @type {Array<string>}
|
|
14960
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14961
|
+
*/
|
|
14962
|
+
earlyAccessValues?: Array<string> | null;
|
|
14963
|
+
/**
|
|
14964
|
+
* 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.
|
|
14965
|
+
* @type {string}
|
|
14966
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14967
|
+
*/
|
|
14968
|
+
oauthIssuerId?: string;
|
|
14969
|
+
/**
|
|
14970
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
14971
|
+
* @type {string}
|
|
14972
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14973
|
+
*/
|
|
14974
|
+
oauthSubjectIdClaim?: string;
|
|
14975
|
+
/**
|
|
14976
|
+
* 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.
|
|
14977
|
+
* @type {{ [key: string]: string; }}
|
|
14978
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14979
|
+
*/
|
|
14980
|
+
oauthCustomAuthAttributes?: {
|
|
14981
|
+
[key: string]: string;
|
|
14982
|
+
};
|
|
14983
|
+
/**
|
|
14984
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
14985
|
+
* @type {Array<string>}
|
|
14986
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14987
|
+
*/
|
|
14988
|
+
oauthCustomScopes?: Array<string> | null;
|
|
14989
|
+
}
|
|
14831
14990
|
/**
|
|
14832
14991
|
*
|
|
14833
14992
|
* @export
|
|
@@ -14841,6 +15000,32 @@ export interface JsonApiOrganizationInDocument {
|
|
|
14841
15000
|
*/
|
|
14842
15001
|
data: JsonApiOrganizationIn;
|
|
14843
15002
|
}
|
|
15003
|
+
/**
|
|
15004
|
+
*
|
|
15005
|
+
* @export
|
|
15006
|
+
* @interface JsonApiOrganizationInRelationships
|
|
15007
|
+
*/
|
|
15008
|
+
export interface JsonApiOrganizationInRelationships {
|
|
15009
|
+
/**
|
|
15010
|
+
*
|
|
15011
|
+
* @type {JsonApiOrganizationInRelationshipsIdentityProvider}
|
|
15012
|
+
* @memberof JsonApiOrganizationInRelationships
|
|
15013
|
+
*/
|
|
15014
|
+
identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
15015
|
+
}
|
|
15016
|
+
/**
|
|
15017
|
+
*
|
|
15018
|
+
* @export
|
|
15019
|
+
* @interface JsonApiOrganizationInRelationshipsIdentityProvider
|
|
15020
|
+
*/
|
|
15021
|
+
export interface JsonApiOrganizationInRelationshipsIdentityProvider {
|
|
15022
|
+
/**
|
|
15023
|
+
*
|
|
15024
|
+
* @type {JsonApiIdentityProviderToOneLinkage}
|
|
15025
|
+
* @memberof JsonApiOrganizationInRelationshipsIdentityProvider
|
|
15026
|
+
*/
|
|
15027
|
+
data: JsonApiIdentityProviderToOneLinkage | null;
|
|
15028
|
+
}
|
|
14844
15029
|
/**
|
|
14845
15030
|
* JSON:API representation of organization entity.
|
|
14846
15031
|
* @export
|
|
@@ -15044,22 +15229,22 @@ export type JsonApiOrganizationOutMetaPermissionsEnum = (typeof JsonApiOrganizat
|
|
|
15044
15229
|
export interface JsonApiOrganizationOutRelationships {
|
|
15045
15230
|
/**
|
|
15046
15231
|
*
|
|
15047
|
-
* @type {
|
|
15232
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
15048
15233
|
* @memberof JsonApiOrganizationOutRelationships
|
|
15049
15234
|
*/
|
|
15050
|
-
bootstrapUser?:
|
|
15235
|
+
bootstrapUser?: JsonApiFilterViewOutRelationshipsUser;
|
|
15051
15236
|
/**
|
|
15052
15237
|
*
|
|
15053
|
-
* @type {
|
|
15238
|
+
* @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
|
|
15054
15239
|
* @memberof JsonApiOrganizationOutRelationships
|
|
15055
15240
|
*/
|
|
15056
|
-
bootstrapUserGroup?:
|
|
15241
|
+
bootstrapUserGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
15057
15242
|
/**
|
|
15058
15243
|
*
|
|
15059
|
-
* @type {
|
|
15244
|
+
* @type {JsonApiOrganizationInRelationshipsIdentityProvider}
|
|
15060
15245
|
* @memberof JsonApiOrganizationOutRelationships
|
|
15061
15246
|
*/
|
|
15062
|
-
identityProvider?:
|
|
15247
|
+
identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
15063
15248
|
}
|
|
15064
15249
|
/**
|
|
15065
15250
|
* JSON:API representation of patching organization entity.
|
|
@@ -15081,103 +15266,21 @@ export interface JsonApiOrganizationPatch {
|
|
|
15081
15266
|
id: string;
|
|
15082
15267
|
/**
|
|
15083
15268
|
*
|
|
15084
|
-
* @type {
|
|
15269
|
+
* @type {JsonApiOrganizationInAttributes}
|
|
15085
15270
|
* @memberof JsonApiOrganizationPatch
|
|
15086
15271
|
*/
|
|
15087
|
-
attributes?:
|
|
15272
|
+
attributes?: JsonApiOrganizationInAttributes;
|
|
15088
15273
|
/**
|
|
15089
15274
|
*
|
|
15090
|
-
* @type {
|
|
15275
|
+
* @type {JsonApiOrganizationInRelationships}
|
|
15091
15276
|
* @memberof JsonApiOrganizationPatch
|
|
15092
15277
|
*/
|
|
15093
|
-
relationships?:
|
|
15278
|
+
relationships?: JsonApiOrganizationInRelationships;
|
|
15094
15279
|
}
|
|
15095
15280
|
export declare const JsonApiOrganizationPatchTypeEnum: {
|
|
15096
15281
|
readonly ORGANIZATION: "organization";
|
|
15097
15282
|
};
|
|
15098
15283
|
export type JsonApiOrganizationPatchTypeEnum = (typeof JsonApiOrganizationPatchTypeEnum)[keyof typeof JsonApiOrganizationPatchTypeEnum];
|
|
15099
|
-
/**
|
|
15100
|
-
*
|
|
15101
|
-
* @export
|
|
15102
|
-
* @interface JsonApiOrganizationPatchAttributes
|
|
15103
|
-
*/
|
|
15104
|
-
export interface JsonApiOrganizationPatchAttributes {
|
|
15105
|
-
/**
|
|
15106
|
-
*
|
|
15107
|
-
* @type {string}
|
|
15108
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15109
|
-
*/
|
|
15110
|
-
name?: string | null;
|
|
15111
|
-
/**
|
|
15112
|
-
*
|
|
15113
|
-
* @type {string}
|
|
15114
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15115
|
-
*/
|
|
15116
|
-
hostname?: string;
|
|
15117
|
-
/**
|
|
15118
|
-
*
|
|
15119
|
-
* @type {Array<string>}
|
|
15120
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15121
|
-
*/
|
|
15122
|
-
allowedOrigins?: Array<string>;
|
|
15123
|
-
/**
|
|
15124
|
-
*
|
|
15125
|
-
* @type {string}
|
|
15126
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15127
|
-
*/
|
|
15128
|
-
oauthIssuerLocation?: string;
|
|
15129
|
-
/**
|
|
15130
|
-
*
|
|
15131
|
-
* @type {string}
|
|
15132
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15133
|
-
*/
|
|
15134
|
-
oauthClientId?: string;
|
|
15135
|
-
/**
|
|
15136
|
-
*
|
|
15137
|
-
* @type {string}
|
|
15138
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15139
|
-
*/
|
|
15140
|
-
oauthClientSecret?: string;
|
|
15141
|
-
/**
|
|
15142
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
15143
|
-
* @type {string}
|
|
15144
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15145
|
-
* @deprecated
|
|
15146
|
-
*/
|
|
15147
|
-
earlyAccess?: string | null;
|
|
15148
|
-
/**
|
|
15149
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
15150
|
-
* @type {Array<string>}
|
|
15151
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15152
|
-
*/
|
|
15153
|
-
earlyAccessValues?: Array<string> | null;
|
|
15154
|
-
/**
|
|
15155
|
-
* 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.
|
|
15156
|
-
* @type {string}
|
|
15157
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15158
|
-
*/
|
|
15159
|
-
oauthIssuerId?: string;
|
|
15160
|
-
/**
|
|
15161
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
15162
|
-
* @type {string}
|
|
15163
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15164
|
-
*/
|
|
15165
|
-
oauthSubjectIdClaim?: string;
|
|
15166
|
-
/**
|
|
15167
|
-
* 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.
|
|
15168
|
-
* @type {{ [key: string]: string; }}
|
|
15169
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15170
|
-
*/
|
|
15171
|
-
oauthCustomAuthAttributes?: {
|
|
15172
|
-
[key: string]: string;
|
|
15173
|
-
};
|
|
15174
|
-
/**
|
|
15175
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
15176
|
-
* @type {Array<string>}
|
|
15177
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
15178
|
-
*/
|
|
15179
|
-
oauthCustomScopes?: Array<string> | null;
|
|
15180
|
-
}
|
|
15181
15284
|
/**
|
|
15182
15285
|
*
|
|
15183
15286
|
* @export
|
|
@@ -15191,32 +15294,6 @@ export interface JsonApiOrganizationPatchDocument {
|
|
|
15191
15294
|
*/
|
|
15192
15295
|
data: JsonApiOrganizationPatch;
|
|
15193
15296
|
}
|
|
15194
|
-
/**
|
|
15195
|
-
*
|
|
15196
|
-
* @export
|
|
15197
|
-
* @interface JsonApiOrganizationPatchRelationships
|
|
15198
|
-
*/
|
|
15199
|
-
export interface JsonApiOrganizationPatchRelationships {
|
|
15200
|
-
/**
|
|
15201
|
-
*
|
|
15202
|
-
* @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
|
|
15203
|
-
* @memberof JsonApiOrganizationPatchRelationships
|
|
15204
|
-
*/
|
|
15205
|
-
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
15206
|
-
}
|
|
15207
|
-
/**
|
|
15208
|
-
*
|
|
15209
|
-
* @export
|
|
15210
|
-
* @interface JsonApiOrganizationPatchRelationshipsIdentityProvider
|
|
15211
|
-
*/
|
|
15212
|
-
export interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
|
|
15213
|
-
/**
|
|
15214
|
-
*
|
|
15215
|
-
* @type {JsonApiIdentityProviderToOneLinkage}
|
|
15216
|
-
* @memberof JsonApiOrganizationPatchRelationshipsIdentityProvider
|
|
15217
|
-
*/
|
|
15218
|
-
data: JsonApiIdentityProviderToOneLinkage | null;
|
|
15219
|
-
}
|
|
15220
15297
|
/**
|
|
15221
15298
|
* JSON:API representation of organizationSetting entity.
|
|
15222
15299
|
* @export
|
|
@@ -15237,10 +15314,10 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
15237
15314
|
id: string;
|
|
15238
15315
|
/**
|
|
15239
15316
|
*
|
|
15240
|
-
* @type {
|
|
15317
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
15241
15318
|
* @memberof JsonApiOrganizationSettingIn
|
|
15242
15319
|
*/
|
|
15243
|
-
attributes?:
|
|
15320
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
15244
15321
|
}
|
|
15245
15322
|
export declare const JsonApiOrganizationSettingInTypeEnum: {
|
|
15246
15323
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -15279,10 +15356,10 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
15279
15356
|
id: string;
|
|
15280
15357
|
/**
|
|
15281
15358
|
*
|
|
15282
|
-
* @type {
|
|
15359
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
15283
15360
|
* @memberof JsonApiOrganizationSettingOut
|
|
15284
15361
|
*/
|
|
15285
|
-
attributes?:
|
|
15362
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
15286
15363
|
}
|
|
15287
15364
|
export declare const JsonApiOrganizationSettingOutTypeEnum: {
|
|
15288
15365
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -15327,10 +15404,10 @@ export interface JsonApiOrganizationSettingOutList {
|
|
|
15327
15404
|
links?: ListLinks;
|
|
15328
15405
|
/**
|
|
15329
15406
|
*
|
|
15330
|
-
* @type {
|
|
15407
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
15331
15408
|
* @memberof JsonApiOrganizationSettingOutList
|
|
15332
15409
|
*/
|
|
15333
|
-
meta?:
|
|
15410
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
15334
15411
|
}
|
|
15335
15412
|
/**
|
|
15336
15413
|
*
|
|
@@ -15352,10 +15429,10 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
15352
15429
|
id: string;
|
|
15353
15430
|
/**
|
|
15354
15431
|
*
|
|
15355
|
-
* @type {
|
|
15432
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
15356
15433
|
* @memberof JsonApiOrganizationSettingOutWithLinks
|
|
15357
15434
|
*/
|
|
15358
|
-
attributes?:
|
|
15435
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
15359
15436
|
/**
|
|
15360
15437
|
*
|
|
15361
15438
|
* @type {ObjectLinks}
|
|
@@ -15387,10 +15464,10 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
15387
15464
|
id: string;
|
|
15388
15465
|
/**
|
|
15389
15466
|
*
|
|
15390
|
-
* @type {
|
|
15467
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
15391
15468
|
* @memberof JsonApiOrganizationSettingPatch
|
|
15392
15469
|
*/
|
|
15393
|
-
attributes?:
|
|
15470
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
15394
15471
|
}
|
|
15395
15472
|
export declare const JsonApiOrganizationSettingPatchTypeEnum: {
|
|
15396
15473
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -15519,10 +15596,10 @@ export interface JsonApiThemeOutList {
|
|
|
15519
15596
|
links?: ListLinks;
|
|
15520
15597
|
/**
|
|
15521
15598
|
*
|
|
15522
|
-
* @type {
|
|
15599
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
15523
15600
|
* @memberof JsonApiThemeOutList
|
|
15524
15601
|
*/
|
|
15525
|
-
meta?:
|
|
15602
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
15526
15603
|
}
|
|
15527
15604
|
/**
|
|
15528
15605
|
*
|
|
@@ -15627,10 +15704,10 @@ export interface JsonApiUserDataFilterIn {
|
|
|
15627
15704
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
15628
15705
|
/**
|
|
15629
15706
|
*
|
|
15630
|
-
* @type {
|
|
15707
|
+
* @type {JsonApiUserDataFilterInRelationships}
|
|
15631
15708
|
* @memberof JsonApiUserDataFilterIn
|
|
15632
15709
|
*/
|
|
15633
|
-
relationships?:
|
|
15710
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
15634
15711
|
}
|
|
15635
15712
|
export declare const JsonApiUserDataFilterInTypeEnum: {
|
|
15636
15713
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -15649,6 +15726,25 @@ export interface JsonApiUserDataFilterInDocument {
|
|
|
15649
15726
|
*/
|
|
15650
15727
|
data: JsonApiUserDataFilterIn;
|
|
15651
15728
|
}
|
|
15729
|
+
/**
|
|
15730
|
+
*
|
|
15731
|
+
* @export
|
|
15732
|
+
* @interface JsonApiUserDataFilterInRelationships
|
|
15733
|
+
*/
|
|
15734
|
+
export interface JsonApiUserDataFilterInRelationships {
|
|
15735
|
+
/**
|
|
15736
|
+
*
|
|
15737
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
15738
|
+
* @memberof JsonApiUserDataFilterInRelationships
|
|
15739
|
+
*/
|
|
15740
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
15741
|
+
/**
|
|
15742
|
+
*
|
|
15743
|
+
* @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
|
|
15744
|
+
* @memberof JsonApiUserDataFilterInRelationships
|
|
15745
|
+
*/
|
|
15746
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
15747
|
+
}
|
|
15652
15748
|
/**
|
|
15653
15749
|
* JSON:API representation of userDataFilter entity.
|
|
15654
15750
|
* @export
|
|
@@ -15669,10 +15765,10 @@ export interface JsonApiUserDataFilterOut {
|
|
|
15669
15765
|
id: string;
|
|
15670
15766
|
/**
|
|
15671
15767
|
*
|
|
15672
|
-
* @type {
|
|
15768
|
+
* @type {JsonApiDatasetOutMeta}
|
|
15673
15769
|
* @memberof JsonApiUserDataFilterOut
|
|
15674
15770
|
*/
|
|
15675
|
-
meta?:
|
|
15771
|
+
meta?: JsonApiDatasetOutMeta;
|
|
15676
15772
|
/**
|
|
15677
15773
|
*
|
|
15678
15774
|
* @type {JsonApiUserDataFilterOutAttributes}
|
|
@@ -15777,10 +15873,10 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
15777
15873
|
links?: ListLinks;
|
|
15778
15874
|
/**
|
|
15779
15875
|
*
|
|
15780
|
-
* @type {
|
|
15876
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
15781
15877
|
* @memberof JsonApiUserDataFilterOutList
|
|
15782
15878
|
*/
|
|
15783
|
-
meta?:
|
|
15879
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
15784
15880
|
/**
|
|
15785
15881
|
* Included resources
|
|
15786
15882
|
* @type {Array<JsonApiUserDataFilterOutIncludes>}
|
|
@@ -15796,28 +15892,28 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
15796
15892
|
export interface JsonApiUserDataFilterOutRelationships {
|
|
15797
15893
|
/**
|
|
15798
15894
|
*
|
|
15799
|
-
* @type {
|
|
15895
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
15800
15896
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15801
15897
|
*/
|
|
15802
|
-
user?:
|
|
15898
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
15803
15899
|
/**
|
|
15804
15900
|
*
|
|
15805
|
-
* @type {
|
|
15901
|
+
* @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
|
|
15806
15902
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15807
15903
|
*/
|
|
15808
|
-
userGroup?:
|
|
15904
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
15809
15905
|
/**
|
|
15810
15906
|
*
|
|
15811
|
-
* @type {
|
|
15907
|
+
* @type {JsonApiDatasetOutRelationshipsFacts}
|
|
15812
15908
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15813
15909
|
*/
|
|
15814
|
-
facts?:
|
|
15910
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
15815
15911
|
/**
|
|
15816
15912
|
*
|
|
15817
|
-
* @type {
|
|
15913
|
+
* @type {JsonApiDatasetOutRelationshipsAttributes}
|
|
15818
15914
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15819
15915
|
*/
|
|
15820
|
-
attributes?:
|
|
15916
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
15821
15917
|
/**
|
|
15822
15918
|
*
|
|
15823
15919
|
* @type {JsonApiVisualizationObjectOutRelationshipsLabels}
|
|
@@ -15832,10 +15928,23 @@ export interface JsonApiUserDataFilterOutRelationships {
|
|
|
15832
15928
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
15833
15929
|
/**
|
|
15834
15930
|
*
|
|
15835
|
-
* @type {
|
|
15931
|
+
* @type {JsonApiDatasetOutRelationshipsReferences}
|
|
15836
15932
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15837
15933
|
*/
|
|
15838
|
-
datasets?:
|
|
15934
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
15935
|
+
}
|
|
15936
|
+
/**
|
|
15937
|
+
*
|
|
15938
|
+
* @export
|
|
15939
|
+
* @interface JsonApiUserDataFilterOutRelationshipsUserGroup
|
|
15940
|
+
*/
|
|
15941
|
+
export interface JsonApiUserDataFilterOutRelationshipsUserGroup {
|
|
15942
|
+
/**
|
|
15943
|
+
*
|
|
15944
|
+
* @type {JsonApiUserGroupToOneLinkage}
|
|
15945
|
+
* @memberof JsonApiUserDataFilterOutRelationshipsUserGroup
|
|
15946
|
+
*/
|
|
15947
|
+
data: JsonApiUserGroupToOneLinkage | null;
|
|
15839
15948
|
}
|
|
15840
15949
|
/**
|
|
15841
15950
|
*
|
|
@@ -15857,10 +15966,10 @@ export interface JsonApiUserDataFilterOutWithLinks {
|
|
|
15857
15966
|
id: string;
|
|
15858
15967
|
/**
|
|
15859
15968
|
*
|
|
15860
|
-
* @type {
|
|
15969
|
+
* @type {JsonApiDatasetOutMeta}
|
|
15861
15970
|
* @memberof JsonApiUserDataFilterOutWithLinks
|
|
15862
15971
|
*/
|
|
15863
|
-
meta?:
|
|
15972
|
+
meta?: JsonApiDatasetOutMeta;
|
|
15864
15973
|
/**
|
|
15865
15974
|
*
|
|
15866
15975
|
* @type {JsonApiUserDataFilterOutAttributes}
|
|
@@ -15910,10 +16019,10 @@ export interface JsonApiUserDataFilterPatch {
|
|
|
15910
16019
|
attributes: JsonApiUserDataFilterPatchAttributes;
|
|
15911
16020
|
/**
|
|
15912
16021
|
*
|
|
15913
|
-
* @type {
|
|
16022
|
+
* @type {JsonApiUserDataFilterInRelationships}
|
|
15914
16023
|
* @memberof JsonApiUserDataFilterPatch
|
|
15915
16024
|
*/
|
|
15916
|
-
relationships?:
|
|
16025
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
15917
16026
|
}
|
|
15918
16027
|
export declare const JsonApiUserDataFilterPatchTypeEnum: {
|
|
15919
16028
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -15969,38 +16078,6 @@ export interface JsonApiUserDataFilterPatchDocument {
|
|
|
15969
16078
|
*/
|
|
15970
16079
|
data: JsonApiUserDataFilterPatch;
|
|
15971
16080
|
}
|
|
15972
|
-
/**
|
|
15973
|
-
*
|
|
15974
|
-
* @export
|
|
15975
|
-
* @interface JsonApiUserDataFilterPatchRelationships
|
|
15976
|
-
*/
|
|
15977
|
-
export interface JsonApiUserDataFilterPatchRelationships {
|
|
15978
|
-
/**
|
|
15979
|
-
*
|
|
15980
|
-
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
15981
|
-
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15982
|
-
*/
|
|
15983
|
-
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
15984
|
-
/**
|
|
15985
|
-
*
|
|
15986
|
-
* @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
|
|
15987
|
-
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15988
|
-
*/
|
|
15989
|
-
userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
|
|
15990
|
-
}
|
|
15991
|
-
/**
|
|
15992
|
-
*
|
|
15993
|
-
* @export
|
|
15994
|
-
* @interface JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
15995
|
-
*/
|
|
15996
|
-
export interface JsonApiUserDataFilterPatchRelationshipsUserGroup {
|
|
15997
|
-
/**
|
|
15998
|
-
*
|
|
15999
|
-
* @type {JsonApiUserGroupToOneLinkage}
|
|
16000
|
-
* @memberof JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
16001
|
-
*/
|
|
16002
|
-
data: JsonApiUserGroupToOneLinkage | null;
|
|
16003
|
-
}
|
|
16004
16081
|
/**
|
|
16005
16082
|
* JSON:API representation of userDataFilter entity.
|
|
16006
16083
|
* @export
|
|
@@ -16027,10 +16104,10 @@ export interface JsonApiUserDataFilterPostOptionalId {
|
|
|
16027
16104
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
16028
16105
|
/**
|
|
16029
16106
|
*
|
|
16030
|
-
* @type {
|
|
16107
|
+
* @type {JsonApiUserDataFilterInRelationships}
|
|
16031
16108
|
* @memberof JsonApiUserDataFilterPostOptionalId
|
|
16032
16109
|
*/
|
|
16033
|
-
relationships?:
|
|
16110
|
+
relationships?: JsonApiUserDataFilterInRelationships;
|
|
16034
16111
|
}
|
|
16035
16112
|
export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
|
|
16036
16113
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -16213,10 +16290,10 @@ export interface JsonApiUserGroupOutList {
|
|
|
16213
16290
|
links?: ListLinks;
|
|
16214
16291
|
/**
|
|
16215
16292
|
*
|
|
16216
|
-
* @type {
|
|
16293
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
16217
16294
|
* @memberof JsonApiUserGroupOutList
|
|
16218
16295
|
*/
|
|
16219
|
-
meta?:
|
|
16296
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
16220
16297
|
/**
|
|
16221
16298
|
* Included resources
|
|
16222
16299
|
* @type {Array<JsonApiUserGroupOutWithLinks>}
|
|
@@ -16448,10 +16525,10 @@ export interface JsonApiUserIdentifierOutList {
|
|
|
16448
16525
|
links?: ListLinks;
|
|
16449
16526
|
/**
|
|
16450
16527
|
*
|
|
16451
|
-
* @type {
|
|
16528
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
16452
16529
|
* @memberof JsonApiUserIdentifierOutList
|
|
16453
16530
|
*/
|
|
16454
|
-
meta?:
|
|
16531
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
16455
16532
|
}
|
|
16456
16533
|
/**
|
|
16457
16534
|
*
|
|
@@ -16676,10 +16753,10 @@ export interface JsonApiUserOutList {
|
|
|
16676
16753
|
links?: ListLinks;
|
|
16677
16754
|
/**
|
|
16678
16755
|
*
|
|
16679
|
-
* @type {
|
|
16756
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
16680
16757
|
* @memberof JsonApiUserOutList
|
|
16681
16758
|
*/
|
|
16682
|
-
meta?:
|
|
16759
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
16683
16760
|
/**
|
|
16684
16761
|
* Included resources
|
|
16685
16762
|
* @type {Array<JsonApiUserGroupOutWithLinks>}
|
|
@@ -16822,10 +16899,10 @@ export interface JsonApiUserSettingIn {
|
|
|
16822
16899
|
id: string;
|
|
16823
16900
|
/**
|
|
16824
16901
|
*
|
|
16825
|
-
* @type {
|
|
16902
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
16826
16903
|
* @memberof JsonApiUserSettingIn
|
|
16827
16904
|
*/
|
|
16828
|
-
attributes?:
|
|
16905
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
16829
16906
|
}
|
|
16830
16907
|
export declare const JsonApiUserSettingInTypeEnum: {
|
|
16831
16908
|
readonly USER_SETTING: "userSetting";
|
|
@@ -16864,63 +16941,15 @@ export interface JsonApiUserSettingOut {
|
|
|
16864
16941
|
id: string;
|
|
16865
16942
|
/**
|
|
16866
16943
|
*
|
|
16867
|
-
* @type {
|
|
16944
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
16868
16945
|
* @memberof JsonApiUserSettingOut
|
|
16869
16946
|
*/
|
|
16870
|
-
attributes?:
|
|
16947
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
16871
16948
|
}
|
|
16872
16949
|
export declare const JsonApiUserSettingOutTypeEnum: {
|
|
16873
16950
|
readonly USER_SETTING: "userSetting";
|
|
16874
16951
|
};
|
|
16875
16952
|
export type JsonApiUserSettingOutTypeEnum = (typeof JsonApiUserSettingOutTypeEnum)[keyof typeof JsonApiUserSettingOutTypeEnum];
|
|
16876
|
-
/**
|
|
16877
|
-
*
|
|
16878
|
-
* @export
|
|
16879
|
-
* @interface JsonApiUserSettingOutAttributes
|
|
16880
|
-
*/
|
|
16881
|
-
export interface JsonApiUserSettingOutAttributes {
|
|
16882
|
-
/**
|
|
16883
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
16884
|
-
* @type {object}
|
|
16885
|
-
* @memberof JsonApiUserSettingOutAttributes
|
|
16886
|
-
*/
|
|
16887
|
-
content?: object;
|
|
16888
|
-
/**
|
|
16889
|
-
*
|
|
16890
|
-
* @type {string}
|
|
16891
|
-
* @memberof JsonApiUserSettingOutAttributes
|
|
16892
|
-
*/
|
|
16893
|
-
type?: JsonApiUserSettingOutAttributesTypeEnum;
|
|
16894
|
-
}
|
|
16895
|
-
export declare const JsonApiUserSettingOutAttributesTypeEnum: {
|
|
16896
|
-
readonly TIMEZONE: "TIMEZONE";
|
|
16897
|
-
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
16898
|
-
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
16899
|
-
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
16900
|
-
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
16901
|
-
readonly LOCALE: "LOCALE";
|
|
16902
|
-
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
16903
|
-
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
16904
|
-
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
16905
|
-
readonly WEEK_START: "WEEK_START";
|
|
16906
|
-
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
16907
|
-
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
16908
|
-
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
16909
|
-
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
16910
|
-
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
16911
|
-
readonly ALERT: "ALERT";
|
|
16912
|
-
readonly SEPARATORS: "SEPARATORS";
|
|
16913
|
-
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
16914
|
-
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
16915
|
-
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
16916
|
-
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
16917
|
-
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
16918
|
-
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
16919
|
-
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
16920
|
-
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
16921
|
-
readonly AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE";
|
|
16922
|
-
};
|
|
16923
|
-
export type JsonApiUserSettingOutAttributesTypeEnum = (typeof JsonApiUserSettingOutAttributesTypeEnum)[keyof typeof JsonApiUserSettingOutAttributesTypeEnum];
|
|
16924
16953
|
/**
|
|
16925
16954
|
*
|
|
16926
16955
|
* @export
|
|
@@ -16960,10 +16989,10 @@ export interface JsonApiUserSettingOutList {
|
|
|
16960
16989
|
links?: ListLinks;
|
|
16961
16990
|
/**
|
|
16962
16991
|
*
|
|
16963
|
-
* @type {
|
|
16992
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
16964
16993
|
* @memberof JsonApiUserSettingOutList
|
|
16965
16994
|
*/
|
|
16966
|
-
meta?:
|
|
16995
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
16967
16996
|
}
|
|
16968
16997
|
/**
|
|
16969
16998
|
*
|
|
@@ -16985,10 +17014,10 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
16985
17014
|
id: string;
|
|
16986
17015
|
/**
|
|
16987
17016
|
*
|
|
16988
|
-
* @type {
|
|
17017
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
16989
17018
|
* @memberof JsonApiUserSettingOutWithLinks
|
|
16990
17019
|
*/
|
|
16991
|
-
attributes?:
|
|
17020
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
16992
17021
|
/**
|
|
16993
17022
|
*
|
|
16994
17023
|
* @type {ObjectLinks}
|
|
@@ -17091,10 +17120,10 @@ export interface JsonApiVisualizationObjectOut {
|
|
|
17091
17120
|
id: string;
|
|
17092
17121
|
/**
|
|
17093
17122
|
*
|
|
17094
|
-
* @type {
|
|
17123
|
+
* @type {JsonApiDatasetOutMeta}
|
|
17095
17124
|
* @memberof JsonApiVisualizationObjectOut
|
|
17096
17125
|
*/
|
|
17097
|
-
meta?:
|
|
17126
|
+
meta?: JsonApiDatasetOutMeta;
|
|
17098
17127
|
/**
|
|
17099
17128
|
*
|
|
17100
17129
|
* @type {JsonApiVisualizationObjectOutAttributes}
|
|
@@ -17206,10 +17235,10 @@ export interface JsonApiVisualizationObjectOutList {
|
|
|
17206
17235
|
links?: ListLinks;
|
|
17207
17236
|
/**
|
|
17208
17237
|
*
|
|
17209
|
-
* @type {
|
|
17238
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
17210
17239
|
* @memberof JsonApiVisualizationObjectOutList
|
|
17211
17240
|
*/
|
|
17212
|
-
meta?:
|
|
17241
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
17213
17242
|
/**
|
|
17214
17243
|
* Included resources
|
|
17215
17244
|
* @type {Array<JsonApiMetricOutIncludes>}
|
|
@@ -17217,43 +17246,6 @@ export interface JsonApiVisualizationObjectOutList {
|
|
|
17217
17246
|
*/
|
|
17218
17247
|
included?: Array<JsonApiMetricOutIncludes>;
|
|
17219
17248
|
}
|
|
17220
|
-
/**
|
|
17221
|
-
*
|
|
17222
|
-
* @export
|
|
17223
|
-
* @interface JsonApiVisualizationObjectOutMeta
|
|
17224
|
-
*/
|
|
17225
|
-
export interface JsonApiVisualizationObjectOutMeta {
|
|
17226
|
-
/**
|
|
17227
|
-
*
|
|
17228
|
-
* @type {JsonApiVisualizationObjectOutMetaOrigin}
|
|
17229
|
-
* @memberof JsonApiVisualizationObjectOutMeta
|
|
17230
|
-
*/
|
|
17231
|
-
origin?: JsonApiVisualizationObjectOutMetaOrigin;
|
|
17232
|
-
}
|
|
17233
|
-
/**
|
|
17234
|
-
*
|
|
17235
|
-
* @export
|
|
17236
|
-
* @interface JsonApiVisualizationObjectOutMetaOrigin
|
|
17237
|
-
*/
|
|
17238
|
-
export interface JsonApiVisualizationObjectOutMetaOrigin {
|
|
17239
|
-
/**
|
|
17240
|
-
* defines type of the origin of the entity
|
|
17241
|
-
* @type {string}
|
|
17242
|
-
* @memberof JsonApiVisualizationObjectOutMetaOrigin
|
|
17243
|
-
*/
|
|
17244
|
-
originType: JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum;
|
|
17245
|
-
/**
|
|
17246
|
-
* defines id of the workspace where the entity comes from
|
|
17247
|
-
* @type {string}
|
|
17248
|
-
* @memberof JsonApiVisualizationObjectOutMetaOrigin
|
|
17249
|
-
*/
|
|
17250
|
-
originId: string;
|
|
17251
|
-
}
|
|
17252
|
-
export declare const JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum: {
|
|
17253
|
-
readonly NATIVE: "NATIVE";
|
|
17254
|
-
readonly PARENT: "PARENT";
|
|
17255
|
-
};
|
|
17256
|
-
export type JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum = (typeof JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum)[keyof typeof JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum];
|
|
17257
17249
|
/**
|
|
17258
17250
|
*
|
|
17259
17251
|
* @export
|
|
@@ -17274,16 +17266,16 @@ export interface JsonApiVisualizationObjectOutRelationships {
|
|
|
17274
17266
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
17275
17267
|
/**
|
|
17276
17268
|
*
|
|
17277
|
-
* @type {
|
|
17269
|
+
* @type {JsonApiDatasetOutRelationshipsFacts}
|
|
17278
17270
|
* @memberof JsonApiVisualizationObjectOutRelationships
|
|
17279
17271
|
*/
|
|
17280
|
-
facts?:
|
|
17272
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
17281
17273
|
/**
|
|
17282
17274
|
*
|
|
17283
|
-
* @type {
|
|
17275
|
+
* @type {JsonApiDatasetOutRelationshipsAttributes}
|
|
17284
17276
|
* @memberof JsonApiVisualizationObjectOutRelationships
|
|
17285
17277
|
*/
|
|
17286
|
-
attributes?:
|
|
17278
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
17287
17279
|
/**
|
|
17288
17280
|
*
|
|
17289
17281
|
* @type {JsonApiVisualizationObjectOutRelationshipsLabels}
|
|
@@ -17298,23 +17290,10 @@ export interface JsonApiVisualizationObjectOutRelationships {
|
|
|
17298
17290
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
17299
17291
|
/**
|
|
17300
17292
|
*
|
|
17301
|
-
* @type {
|
|
17293
|
+
* @type {JsonApiDatasetOutRelationshipsReferences}
|
|
17302
17294
|
* @memberof JsonApiVisualizationObjectOutRelationships
|
|
17303
17295
|
*/
|
|
17304
|
-
datasets?:
|
|
17305
|
-
}
|
|
17306
|
-
/**
|
|
17307
|
-
*
|
|
17308
|
-
* @export
|
|
17309
|
-
* @interface JsonApiVisualizationObjectOutRelationshipsAttributes
|
|
17310
|
-
*/
|
|
17311
|
-
export interface JsonApiVisualizationObjectOutRelationshipsAttributes {
|
|
17312
|
-
/**
|
|
17313
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
17314
|
-
* @type {Array<JsonApiAttributeLinkage>}
|
|
17315
|
-
* @memberof JsonApiVisualizationObjectOutRelationshipsAttributes
|
|
17316
|
-
*/
|
|
17317
|
-
data: Array<JsonApiAttributeLinkage>;
|
|
17296
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
17318
17297
|
}
|
|
17319
17298
|
/**
|
|
17320
17299
|
*
|
|
@@ -17329,32 +17308,6 @@ export interface JsonApiVisualizationObjectOutRelationshipsCreatedBy {
|
|
|
17329
17308
|
*/
|
|
17330
17309
|
data: JsonApiUserIdentifierToOneLinkage | null;
|
|
17331
17310
|
}
|
|
17332
|
-
/**
|
|
17333
|
-
*
|
|
17334
|
-
* @export
|
|
17335
|
-
* @interface JsonApiVisualizationObjectOutRelationshipsDatasets
|
|
17336
|
-
*/
|
|
17337
|
-
export interface JsonApiVisualizationObjectOutRelationshipsDatasets {
|
|
17338
|
-
/**
|
|
17339
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
17340
|
-
* @type {Array<JsonApiDatasetLinkage>}
|
|
17341
|
-
* @memberof JsonApiVisualizationObjectOutRelationshipsDatasets
|
|
17342
|
-
*/
|
|
17343
|
-
data: Array<JsonApiDatasetLinkage>;
|
|
17344
|
-
}
|
|
17345
|
-
/**
|
|
17346
|
-
*
|
|
17347
|
-
* @export
|
|
17348
|
-
* @interface JsonApiVisualizationObjectOutRelationshipsFacts
|
|
17349
|
-
*/
|
|
17350
|
-
export interface JsonApiVisualizationObjectOutRelationshipsFacts {
|
|
17351
|
-
/**
|
|
17352
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
17353
|
-
* @type {Array<JsonApiFactLinkage>}
|
|
17354
|
-
* @memberof JsonApiVisualizationObjectOutRelationshipsFacts
|
|
17355
|
-
*/
|
|
17356
|
-
data: Array<JsonApiFactLinkage>;
|
|
17357
|
-
}
|
|
17358
17311
|
/**
|
|
17359
17312
|
*
|
|
17360
17313
|
* @export
|
|
@@ -17401,10 +17354,10 @@ export interface JsonApiVisualizationObjectOutWithLinks {
|
|
|
17401
17354
|
id: string;
|
|
17402
17355
|
/**
|
|
17403
17356
|
*
|
|
17404
|
-
* @type {
|
|
17357
|
+
* @type {JsonApiDatasetOutMeta}
|
|
17405
17358
|
* @memberof JsonApiVisualizationObjectOutWithLinks
|
|
17406
17359
|
*/
|
|
17407
|
-
meta?:
|
|
17360
|
+
meta?: JsonApiDatasetOutMeta;
|
|
17408
17361
|
/**
|
|
17409
17362
|
*
|
|
17410
17363
|
* @type {JsonApiVisualizationObjectOutAttributes}
|
|
@@ -17518,6 +17471,239 @@ export interface JsonApiVisualizationObjectPostOptionalIdDocument {
|
|
|
17518
17471
|
* @export
|
|
17519
17472
|
*/
|
|
17520
17473
|
export type JsonApiVisualizationObjectToOneLinkage = JsonApiVisualizationObjectLinkage;
|
|
17474
|
+
/**
|
|
17475
|
+
* JSON:API representation of workspaceAutomation entity.
|
|
17476
|
+
* @export
|
|
17477
|
+
* @interface JsonApiWorkspaceAutomationOut
|
|
17478
|
+
*/
|
|
17479
|
+
export interface JsonApiWorkspaceAutomationOut {
|
|
17480
|
+
/**
|
|
17481
|
+
* Object type
|
|
17482
|
+
* @type {string}
|
|
17483
|
+
* @memberof JsonApiWorkspaceAutomationOut
|
|
17484
|
+
*/
|
|
17485
|
+
type: JsonApiWorkspaceAutomationOutTypeEnum;
|
|
17486
|
+
/**
|
|
17487
|
+
* API identifier of an object
|
|
17488
|
+
* @type {string}
|
|
17489
|
+
* @memberof JsonApiWorkspaceAutomationOut
|
|
17490
|
+
*/
|
|
17491
|
+
id: string;
|
|
17492
|
+
/**
|
|
17493
|
+
*
|
|
17494
|
+
* @type {JsonApiWorkspaceAutomationOutAttributes}
|
|
17495
|
+
* @memberof JsonApiWorkspaceAutomationOut
|
|
17496
|
+
*/
|
|
17497
|
+
attributes: JsonApiWorkspaceAutomationOutAttributes;
|
|
17498
|
+
/**
|
|
17499
|
+
*
|
|
17500
|
+
* @type {JsonApiAutomationOutRelationships}
|
|
17501
|
+
* @memberof JsonApiWorkspaceAutomationOut
|
|
17502
|
+
*/
|
|
17503
|
+
relationships?: JsonApiAutomationOutRelationships;
|
|
17504
|
+
}
|
|
17505
|
+
export declare const JsonApiWorkspaceAutomationOutTypeEnum: {
|
|
17506
|
+
readonly WORKSPACE_AUTOMATION: "workspaceAutomation";
|
|
17507
|
+
};
|
|
17508
|
+
export type JsonApiWorkspaceAutomationOutTypeEnum = (typeof JsonApiWorkspaceAutomationOutTypeEnum)[keyof typeof JsonApiWorkspaceAutomationOutTypeEnum];
|
|
17509
|
+
/**
|
|
17510
|
+
*
|
|
17511
|
+
* @export
|
|
17512
|
+
* @interface JsonApiWorkspaceAutomationOutAttributes
|
|
17513
|
+
*/
|
|
17514
|
+
export interface JsonApiWorkspaceAutomationOutAttributes {
|
|
17515
|
+
/**
|
|
17516
|
+
* ID of the workspace to which the automation belongs.
|
|
17517
|
+
* @type {string}
|
|
17518
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17519
|
+
*/
|
|
17520
|
+
workspaceId: string;
|
|
17521
|
+
/**
|
|
17522
|
+
*
|
|
17523
|
+
* @type {string}
|
|
17524
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17525
|
+
*/
|
|
17526
|
+
title?: string;
|
|
17527
|
+
/**
|
|
17528
|
+
*
|
|
17529
|
+
* @type {string}
|
|
17530
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17531
|
+
*/
|
|
17532
|
+
description?: string;
|
|
17533
|
+
/**
|
|
17534
|
+
*
|
|
17535
|
+
* @type {Array<string>}
|
|
17536
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17537
|
+
*/
|
|
17538
|
+
tags?: Array<string>;
|
|
17539
|
+
/**
|
|
17540
|
+
*
|
|
17541
|
+
* @type {boolean}
|
|
17542
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17543
|
+
*/
|
|
17544
|
+
areRelationsValid?: boolean;
|
|
17545
|
+
/**
|
|
17546
|
+
* Additional details to be included in the automated message.
|
|
17547
|
+
* @type {object}
|
|
17548
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17549
|
+
*/
|
|
17550
|
+
details?: object;
|
|
17551
|
+
/**
|
|
17552
|
+
*
|
|
17553
|
+
* @type {JsonApiAutomationOutAttributesMetadata}
|
|
17554
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17555
|
+
*/
|
|
17556
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
17557
|
+
/**
|
|
17558
|
+
* Current state of the automation.
|
|
17559
|
+
* @type {string}
|
|
17560
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17561
|
+
*/
|
|
17562
|
+
state?: JsonApiWorkspaceAutomationOutAttributesStateEnum;
|
|
17563
|
+
/**
|
|
17564
|
+
*
|
|
17565
|
+
* @type {JsonApiAutomationOutAttributesSchedule}
|
|
17566
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17567
|
+
*/
|
|
17568
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
17569
|
+
/**
|
|
17570
|
+
*
|
|
17571
|
+
* @type {JsonApiAutomationOutAttributesAlert}
|
|
17572
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17573
|
+
*/
|
|
17574
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
17575
|
+
/**
|
|
17576
|
+
*
|
|
17577
|
+
* @type {Array<JsonApiAutomationOutAttributesTabularExports>}
|
|
17578
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17579
|
+
*/
|
|
17580
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
|
|
17581
|
+
/**
|
|
17582
|
+
*
|
|
17583
|
+
* @type {Array<JsonApiAutomationOutAttributesVisualExports>}
|
|
17584
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17585
|
+
*/
|
|
17586
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
|
|
17587
|
+
/**
|
|
17588
|
+
*
|
|
17589
|
+
* @type {Array<JsonApiAutomationOutAttributesImageExports>}
|
|
17590
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17591
|
+
*/
|
|
17592
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
|
|
17593
|
+
/**
|
|
17594
|
+
*
|
|
17595
|
+
* @type {Array<JsonApiAutomationOutAttributesRawExports>}
|
|
17596
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17597
|
+
*/
|
|
17598
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
|
|
17599
|
+
/**
|
|
17600
|
+
*
|
|
17601
|
+
* @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
|
|
17602
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17603
|
+
*/
|
|
17604
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
|
|
17605
|
+
/**
|
|
17606
|
+
*
|
|
17607
|
+
* @type {Array<JsonApiAutomationOutAttributesDashboardTabularExports>}
|
|
17608
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17609
|
+
*/
|
|
17610
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExports>;
|
|
17611
|
+
/**
|
|
17612
|
+
* External recipients of the automation action results.
|
|
17613
|
+
* @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
|
|
17614
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17615
|
+
*/
|
|
17616
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
|
|
17617
|
+
/**
|
|
17618
|
+
*
|
|
17619
|
+
* @type {string}
|
|
17620
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17621
|
+
*/
|
|
17622
|
+
createdAt?: string;
|
|
17623
|
+
/**
|
|
17624
|
+
*
|
|
17625
|
+
* @type {string}
|
|
17626
|
+
* @memberof JsonApiWorkspaceAutomationOutAttributes
|
|
17627
|
+
*/
|
|
17628
|
+
modifiedAt?: string;
|
|
17629
|
+
}
|
|
17630
|
+
export declare const JsonApiWorkspaceAutomationOutAttributesStateEnum: {
|
|
17631
|
+
readonly ACTIVE: "ACTIVE";
|
|
17632
|
+
readonly PAUSED: "PAUSED";
|
|
17633
|
+
};
|
|
17634
|
+
export type JsonApiWorkspaceAutomationOutAttributesStateEnum = (typeof JsonApiWorkspaceAutomationOutAttributesStateEnum)[keyof typeof JsonApiWorkspaceAutomationOutAttributesStateEnum];
|
|
17635
|
+
/**
|
|
17636
|
+
* A JSON:API document with a list of resources
|
|
17637
|
+
* @export
|
|
17638
|
+
* @interface JsonApiWorkspaceAutomationOutList
|
|
17639
|
+
*/
|
|
17640
|
+
export interface JsonApiWorkspaceAutomationOutList {
|
|
17641
|
+
/**
|
|
17642
|
+
*
|
|
17643
|
+
* @type {Array<JsonApiWorkspaceAutomationOutWithLinks>}
|
|
17644
|
+
* @memberof JsonApiWorkspaceAutomationOutList
|
|
17645
|
+
*/
|
|
17646
|
+
data: Array<JsonApiWorkspaceAutomationOutWithLinks>;
|
|
17647
|
+
/**
|
|
17648
|
+
*
|
|
17649
|
+
* @type {ListLinks}
|
|
17650
|
+
* @memberof JsonApiWorkspaceAutomationOutList
|
|
17651
|
+
*/
|
|
17652
|
+
links?: ListLinks;
|
|
17653
|
+
/**
|
|
17654
|
+
*
|
|
17655
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
17656
|
+
* @memberof JsonApiWorkspaceAutomationOutList
|
|
17657
|
+
*/
|
|
17658
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
17659
|
+
/**
|
|
17660
|
+
* Included resources
|
|
17661
|
+
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
17662
|
+
* @memberof JsonApiWorkspaceAutomationOutList
|
|
17663
|
+
*/
|
|
17664
|
+
included?: Array<JsonApiAutomationOutIncludes>;
|
|
17665
|
+
}
|
|
17666
|
+
/**
|
|
17667
|
+
*
|
|
17668
|
+
* @export
|
|
17669
|
+
* @interface JsonApiWorkspaceAutomationOutWithLinks
|
|
17670
|
+
*/
|
|
17671
|
+
export interface JsonApiWorkspaceAutomationOutWithLinks {
|
|
17672
|
+
/**
|
|
17673
|
+
* Object type
|
|
17674
|
+
* @type {string}
|
|
17675
|
+
* @memberof JsonApiWorkspaceAutomationOutWithLinks
|
|
17676
|
+
*/
|
|
17677
|
+
type: JsonApiWorkspaceAutomationOutWithLinksTypeEnum;
|
|
17678
|
+
/**
|
|
17679
|
+
* API identifier of an object
|
|
17680
|
+
* @type {string}
|
|
17681
|
+
* @memberof JsonApiWorkspaceAutomationOutWithLinks
|
|
17682
|
+
*/
|
|
17683
|
+
id: string;
|
|
17684
|
+
/**
|
|
17685
|
+
*
|
|
17686
|
+
* @type {JsonApiWorkspaceAutomationOutAttributes}
|
|
17687
|
+
* @memberof JsonApiWorkspaceAutomationOutWithLinks
|
|
17688
|
+
*/
|
|
17689
|
+
attributes: JsonApiWorkspaceAutomationOutAttributes;
|
|
17690
|
+
/**
|
|
17691
|
+
*
|
|
17692
|
+
* @type {JsonApiAutomationOutRelationships}
|
|
17693
|
+
* @memberof JsonApiWorkspaceAutomationOutWithLinks
|
|
17694
|
+
*/
|
|
17695
|
+
relationships?: JsonApiAutomationOutRelationships;
|
|
17696
|
+
/**
|
|
17697
|
+
*
|
|
17698
|
+
* @type {ObjectLinks}
|
|
17699
|
+
* @memberof JsonApiWorkspaceAutomationOutWithLinks
|
|
17700
|
+
*/
|
|
17701
|
+
links?: ObjectLinks;
|
|
17702
|
+
}
|
|
17703
|
+
export declare const JsonApiWorkspaceAutomationOutWithLinksTypeEnum: {
|
|
17704
|
+
readonly WORKSPACE_AUTOMATION: "workspaceAutomation";
|
|
17705
|
+
};
|
|
17706
|
+
export type JsonApiWorkspaceAutomationOutWithLinksTypeEnum = (typeof JsonApiWorkspaceAutomationOutWithLinksTypeEnum)[keyof typeof JsonApiWorkspaceAutomationOutWithLinksTypeEnum];
|
|
17521
17707
|
/**
|
|
17522
17708
|
* JSON:API representation of workspaceDataFilter entity.
|
|
17523
17709
|
* @export
|
|
@@ -17609,10 +17795,10 @@ export interface JsonApiWorkspaceDataFilterOut {
|
|
|
17609
17795
|
id: string;
|
|
17610
17796
|
/**
|
|
17611
17797
|
*
|
|
17612
|
-
* @type {
|
|
17798
|
+
* @type {JsonApiDatasetOutMeta}
|
|
17613
17799
|
* @memberof JsonApiWorkspaceDataFilterOut
|
|
17614
17800
|
*/
|
|
17615
|
-
meta?:
|
|
17801
|
+
meta?: JsonApiDatasetOutMeta;
|
|
17616
17802
|
/**
|
|
17617
17803
|
*
|
|
17618
17804
|
* @type {JsonApiWorkspaceDataFilterOutAttributes}
|
|
@@ -17700,10 +17886,10 @@ export interface JsonApiWorkspaceDataFilterOutList {
|
|
|
17700
17886
|
links?: ListLinks;
|
|
17701
17887
|
/**
|
|
17702
17888
|
*
|
|
17703
|
-
* @type {
|
|
17889
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
17704
17890
|
* @memberof JsonApiWorkspaceDataFilterOutList
|
|
17705
17891
|
*/
|
|
17706
|
-
meta?:
|
|
17892
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
17707
17893
|
/**
|
|
17708
17894
|
* Included resources
|
|
17709
17895
|
* @type {Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>}
|
|
@@ -17757,10 +17943,10 @@ export interface JsonApiWorkspaceDataFilterOutWithLinks {
|
|
|
17757
17943
|
id: string;
|
|
17758
17944
|
/**
|
|
17759
17945
|
*
|
|
17760
|
-
* @type {
|
|
17946
|
+
* @type {JsonApiDatasetOutMeta}
|
|
17761
17947
|
* @memberof JsonApiWorkspaceDataFilterOutWithLinks
|
|
17762
17948
|
*/
|
|
17763
|
-
meta?:
|
|
17949
|
+
meta?: JsonApiDatasetOutMeta;
|
|
17764
17950
|
/**
|
|
17765
17951
|
*
|
|
17766
17952
|
* @type {JsonApiWorkspaceDataFilterOutAttributes}
|
|
@@ -17852,16 +18038,16 @@ export interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
17852
18038
|
id: string;
|
|
17853
18039
|
/**
|
|
17854
18040
|
*
|
|
17855
|
-
* @type {
|
|
18041
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17856
18042
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
17857
18043
|
*/
|
|
17858
|
-
attributes?:
|
|
18044
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17859
18045
|
/**
|
|
17860
18046
|
*
|
|
17861
|
-
* @type {
|
|
18047
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17862
18048
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
17863
18049
|
*/
|
|
17864
|
-
relationships?:
|
|
18050
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17865
18051
|
}
|
|
17866
18052
|
export declare const JsonApiWorkspaceDataFilterSettingInTypeEnum: {
|
|
17867
18053
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
@@ -17923,27 +18109,52 @@ export interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
17923
18109
|
id: string;
|
|
17924
18110
|
/**
|
|
17925
18111
|
*
|
|
17926
|
-
* @type {
|
|
18112
|
+
* @type {JsonApiDatasetOutMeta}
|
|
17927
18113
|
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17928
18114
|
*/
|
|
17929
|
-
meta?:
|
|
18115
|
+
meta?: JsonApiDatasetOutMeta;
|
|
17930
18116
|
/**
|
|
17931
18117
|
*
|
|
17932
|
-
* @type {
|
|
18118
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17933
18119
|
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17934
18120
|
*/
|
|
17935
|
-
attributes?:
|
|
18121
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17936
18122
|
/**
|
|
17937
18123
|
*
|
|
17938
|
-
* @type {
|
|
18124
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17939
18125
|
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17940
18126
|
*/
|
|
17941
|
-
relationships?:
|
|
18127
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17942
18128
|
}
|
|
17943
18129
|
export declare const JsonApiWorkspaceDataFilterSettingOutTypeEnum: {
|
|
17944
18130
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
17945
18131
|
};
|
|
17946
18132
|
export type JsonApiWorkspaceDataFilterSettingOutTypeEnum = (typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum];
|
|
18133
|
+
/**
|
|
18134
|
+
*
|
|
18135
|
+
* @export
|
|
18136
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
18137
|
+
*/
|
|
18138
|
+
export interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
18139
|
+
/**
|
|
18140
|
+
*
|
|
18141
|
+
* @type {string}
|
|
18142
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
18143
|
+
*/
|
|
18144
|
+
title?: string;
|
|
18145
|
+
/**
|
|
18146
|
+
*
|
|
18147
|
+
* @type {string}
|
|
18148
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
18149
|
+
*/
|
|
18150
|
+
description?: string;
|
|
18151
|
+
/**
|
|
18152
|
+
*
|
|
18153
|
+
* @type {Array<string>}
|
|
18154
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
18155
|
+
*/
|
|
18156
|
+
filterValues?: Array<string>;
|
|
18157
|
+
}
|
|
17947
18158
|
/**
|
|
17948
18159
|
*
|
|
17949
18160
|
* @export
|
|
@@ -17989,10 +18200,10 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
17989
18200
|
links?: ListLinks;
|
|
17990
18201
|
/**
|
|
17991
18202
|
*
|
|
17992
|
-
* @type {
|
|
18203
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
17993
18204
|
* @memberof JsonApiWorkspaceDataFilterSettingOutList
|
|
17994
18205
|
*/
|
|
17995
|
-
meta?:
|
|
18206
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
17996
18207
|
/**
|
|
17997
18208
|
* Included resources
|
|
17998
18209
|
* @type {Array<JsonApiWorkspaceDataFilterOutWithLinks>}
|
|
@@ -18000,6 +18211,32 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
18000
18211
|
*/
|
|
18001
18212
|
included?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
18002
18213
|
}
|
|
18214
|
+
/**
|
|
18215
|
+
*
|
|
18216
|
+
* @export
|
|
18217
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutRelationships
|
|
18218
|
+
*/
|
|
18219
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
18220
|
+
/**
|
|
18221
|
+
*
|
|
18222
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter}
|
|
18223
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutRelationships
|
|
18224
|
+
*/
|
|
18225
|
+
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
18226
|
+
}
|
|
18227
|
+
/**
|
|
18228
|
+
*
|
|
18229
|
+
* @export
|
|
18230
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter
|
|
18231
|
+
*/
|
|
18232
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
18233
|
+
/**
|
|
18234
|
+
*
|
|
18235
|
+
* @type {JsonApiWorkspaceDataFilterToOneLinkage}
|
|
18236
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter
|
|
18237
|
+
*/
|
|
18238
|
+
data: JsonApiWorkspaceDataFilterToOneLinkage | null;
|
|
18239
|
+
}
|
|
18003
18240
|
/**
|
|
18004
18241
|
*
|
|
18005
18242
|
* @export
|
|
@@ -18020,22 +18257,22 @@ export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
18020
18257
|
id: string;
|
|
18021
18258
|
/**
|
|
18022
18259
|
*
|
|
18023
|
-
* @type {
|
|
18260
|
+
* @type {JsonApiDatasetOutMeta}
|
|
18024
18261
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
18025
18262
|
*/
|
|
18026
|
-
meta?:
|
|
18263
|
+
meta?: JsonApiDatasetOutMeta;
|
|
18027
18264
|
/**
|
|
18028
18265
|
*
|
|
18029
|
-
* @type {
|
|
18266
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
18030
18267
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
18031
18268
|
*/
|
|
18032
|
-
attributes?:
|
|
18269
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
18033
18270
|
/**
|
|
18034
18271
|
*
|
|
18035
|
-
* @type {
|
|
18272
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
18036
18273
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
18037
18274
|
*/
|
|
18038
|
-
relationships?:
|
|
18275
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
18039
18276
|
/**
|
|
18040
18277
|
*
|
|
18041
18278
|
* @type {ObjectLinks}
|
|
@@ -18067,46 +18304,21 @@ export interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
18067
18304
|
id: string;
|
|
18068
18305
|
/**
|
|
18069
18306
|
*
|
|
18070
|
-
* @type {
|
|
18307
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
18071
18308
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
18072
18309
|
*/
|
|
18073
|
-
attributes?:
|
|
18310
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
18074
18311
|
/**
|
|
18075
18312
|
*
|
|
18076
|
-
* @type {
|
|
18313
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
18077
18314
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
18078
18315
|
*/
|
|
18079
|
-
relationships?:
|
|
18316
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
18080
18317
|
}
|
|
18081
18318
|
export declare const JsonApiWorkspaceDataFilterSettingPatchTypeEnum: {
|
|
18082
18319
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
18083
18320
|
};
|
|
18084
18321
|
export type JsonApiWorkspaceDataFilterSettingPatchTypeEnum = (typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum];
|
|
18085
|
-
/**
|
|
18086
|
-
*
|
|
18087
|
-
* @export
|
|
18088
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
18089
|
-
*/
|
|
18090
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchAttributes {
|
|
18091
|
-
/**
|
|
18092
|
-
*
|
|
18093
|
-
* @type {string}
|
|
18094
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
18095
|
-
*/
|
|
18096
|
-
title?: string;
|
|
18097
|
-
/**
|
|
18098
|
-
*
|
|
18099
|
-
* @type {string}
|
|
18100
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
18101
|
-
*/
|
|
18102
|
-
description?: string;
|
|
18103
|
-
/**
|
|
18104
|
-
*
|
|
18105
|
-
* @type {Array<string>}
|
|
18106
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
18107
|
-
*/
|
|
18108
|
-
filterValues?: Array<string>;
|
|
18109
|
-
}
|
|
18110
18322
|
/**
|
|
18111
18323
|
*
|
|
18112
18324
|
* @export
|
|
@@ -18120,32 +18332,6 @@ export interface JsonApiWorkspaceDataFilterSettingPatchDocument {
|
|
|
18120
18332
|
*/
|
|
18121
18333
|
data: JsonApiWorkspaceDataFilterSettingPatch;
|
|
18122
18334
|
}
|
|
18123
|
-
/**
|
|
18124
|
-
*
|
|
18125
|
-
* @export
|
|
18126
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchRelationships
|
|
18127
|
-
*/
|
|
18128
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchRelationships {
|
|
18129
|
-
/**
|
|
18130
|
-
*
|
|
18131
|
-
* @type {JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter}
|
|
18132
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchRelationships
|
|
18133
|
-
*/
|
|
18134
|
-
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter;
|
|
18135
|
-
}
|
|
18136
|
-
/**
|
|
18137
|
-
*
|
|
18138
|
-
* @export
|
|
18139
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
|
|
18140
|
-
*/
|
|
18141
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter {
|
|
18142
|
-
/**
|
|
18143
|
-
*
|
|
18144
|
-
* @type {JsonApiWorkspaceDataFilterToOneLinkage}
|
|
18145
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
|
|
18146
|
-
*/
|
|
18147
|
-
data: JsonApiWorkspaceDataFilterToOneLinkage | null;
|
|
18148
|
-
}
|
|
18149
18335
|
/**
|
|
18150
18336
|
* @type JsonApiWorkspaceDataFilterToOneLinkage
|
|
18151
18337
|
* References to other resource objects in a to-one (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -18404,10 +18590,10 @@ export interface JsonApiWorkspaceOutList {
|
|
|
18404
18590
|
links?: ListLinks;
|
|
18405
18591
|
/**
|
|
18406
18592
|
*
|
|
18407
|
-
* @type {
|
|
18593
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
18408
18594
|
* @memberof JsonApiWorkspaceOutList
|
|
18409
18595
|
*/
|
|
18410
|
-
meta?:
|
|
18596
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
18411
18597
|
/**
|
|
18412
18598
|
* Included resources
|
|
18413
18599
|
* @type {Array<JsonApiWorkspaceOutWithLinks>}
|
|
@@ -18624,10 +18810,10 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
18624
18810
|
id: string;
|
|
18625
18811
|
/**
|
|
18626
18812
|
*
|
|
18627
|
-
* @type {
|
|
18813
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
18628
18814
|
* @memberof JsonApiWorkspaceSettingIn
|
|
18629
18815
|
*/
|
|
18630
|
-
attributes?:
|
|
18816
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
18631
18817
|
}
|
|
18632
18818
|
export declare const JsonApiWorkspaceSettingInTypeEnum: {
|
|
18633
18819
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18666,21 +18852,70 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
18666
18852
|
id: string;
|
|
18667
18853
|
/**
|
|
18668
18854
|
*
|
|
18669
|
-
* @type {
|
|
18855
|
+
* @type {JsonApiDatasetOutMeta}
|
|
18670
18856
|
* @memberof JsonApiWorkspaceSettingOut
|
|
18671
18857
|
*/
|
|
18672
|
-
meta?:
|
|
18858
|
+
meta?: JsonApiDatasetOutMeta;
|
|
18673
18859
|
/**
|
|
18674
18860
|
*
|
|
18675
|
-
* @type {
|
|
18861
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
18676
18862
|
* @memberof JsonApiWorkspaceSettingOut
|
|
18677
18863
|
*/
|
|
18678
|
-
attributes?:
|
|
18864
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
18679
18865
|
}
|
|
18680
18866
|
export declare const JsonApiWorkspaceSettingOutTypeEnum: {
|
|
18681
18867
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
18682
18868
|
};
|
|
18683
18869
|
export type JsonApiWorkspaceSettingOutTypeEnum = (typeof JsonApiWorkspaceSettingOutTypeEnum)[keyof typeof JsonApiWorkspaceSettingOutTypeEnum];
|
|
18870
|
+
/**
|
|
18871
|
+
*
|
|
18872
|
+
* @export
|
|
18873
|
+
* @interface JsonApiWorkspaceSettingOutAttributes
|
|
18874
|
+
*/
|
|
18875
|
+
export interface JsonApiWorkspaceSettingOutAttributes {
|
|
18876
|
+
/**
|
|
18877
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
18878
|
+
* @type {object}
|
|
18879
|
+
* @memberof JsonApiWorkspaceSettingOutAttributes
|
|
18880
|
+
*/
|
|
18881
|
+
content?: object;
|
|
18882
|
+
/**
|
|
18883
|
+
*
|
|
18884
|
+
* @type {string}
|
|
18885
|
+
* @memberof JsonApiWorkspaceSettingOutAttributes
|
|
18886
|
+
*/
|
|
18887
|
+
type?: JsonApiWorkspaceSettingOutAttributesTypeEnum;
|
|
18888
|
+
}
|
|
18889
|
+
export declare const JsonApiWorkspaceSettingOutAttributesTypeEnum: {
|
|
18890
|
+
readonly TIMEZONE: "TIMEZONE";
|
|
18891
|
+
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
18892
|
+
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
18893
|
+
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
18894
|
+
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
18895
|
+
readonly LOCALE: "LOCALE";
|
|
18896
|
+
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
18897
|
+
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
18898
|
+
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
18899
|
+
readonly AG_GRID_TOKEN: "AG_GRID_TOKEN";
|
|
18900
|
+
readonly WEEK_START: "WEEK_START";
|
|
18901
|
+
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
18902
|
+
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
18903
|
+
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
18904
|
+
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
18905
|
+
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
18906
|
+
readonly ALERT: "ALERT";
|
|
18907
|
+
readonly SEPARATORS: "SEPARATORS";
|
|
18908
|
+
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
18909
|
+
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
18910
|
+
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
18911
|
+
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
18912
|
+
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
18913
|
+
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
18914
|
+
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
18915
|
+
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
18916
|
+
readonly AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE";
|
|
18917
|
+
};
|
|
18918
|
+
export type JsonApiWorkspaceSettingOutAttributesTypeEnum = (typeof JsonApiWorkspaceSettingOutAttributesTypeEnum)[keyof typeof JsonApiWorkspaceSettingOutAttributesTypeEnum];
|
|
18684
18919
|
/**
|
|
18685
18920
|
*
|
|
18686
18921
|
* @export
|
|
@@ -18720,10 +18955,10 @@ export interface JsonApiWorkspaceSettingOutList {
|
|
|
18720
18955
|
links?: ListLinks;
|
|
18721
18956
|
/**
|
|
18722
18957
|
*
|
|
18723
|
-
* @type {
|
|
18958
|
+
* @type {JsonApiAggregatedFactOutListMeta}
|
|
18724
18959
|
* @memberof JsonApiWorkspaceSettingOutList
|
|
18725
18960
|
*/
|
|
18726
|
-
meta?:
|
|
18961
|
+
meta?: JsonApiAggregatedFactOutListMeta;
|
|
18727
18962
|
}
|
|
18728
18963
|
/**
|
|
18729
18964
|
*
|
|
@@ -18745,16 +18980,16 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
18745
18980
|
id: string;
|
|
18746
18981
|
/**
|
|
18747
18982
|
*
|
|
18748
|
-
* @type {
|
|
18983
|
+
* @type {JsonApiDatasetOutMeta}
|
|
18749
18984
|
* @memberof JsonApiWorkspaceSettingOutWithLinks
|
|
18750
18985
|
*/
|
|
18751
|
-
meta?:
|
|
18986
|
+
meta?: JsonApiDatasetOutMeta;
|
|
18752
18987
|
/**
|
|
18753
18988
|
*
|
|
18754
|
-
* @type {
|
|
18989
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
18755
18990
|
* @memberof JsonApiWorkspaceSettingOutWithLinks
|
|
18756
18991
|
*/
|
|
18757
|
-
attributes?:
|
|
18992
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
18758
18993
|
/**
|
|
18759
18994
|
*
|
|
18760
18995
|
* @type {ObjectLinks}
|
|
@@ -18786,10 +19021,10 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
18786
19021
|
id: string;
|
|
18787
19022
|
/**
|
|
18788
19023
|
*
|
|
18789
|
-
* @type {
|
|
19024
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
18790
19025
|
* @memberof JsonApiWorkspaceSettingPatch
|
|
18791
19026
|
*/
|
|
18792
|
-
attributes?:
|
|
19027
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
18793
19028
|
}
|
|
18794
19029
|
export declare const JsonApiWorkspaceSettingPatchTypeEnum: {
|
|
18795
19030
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18828,10 +19063,10 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
18828
19063
|
id?: string;
|
|
18829
19064
|
/**
|
|
18830
19065
|
*
|
|
18831
|
-
* @type {
|
|
19066
|
+
* @type {JsonApiWorkspaceSettingOutAttributes}
|
|
18832
19067
|
* @memberof JsonApiWorkspaceSettingPostOptionalId
|
|
18833
19068
|
*/
|
|
18834
|
-
attributes?:
|
|
19069
|
+
attributes?: JsonApiWorkspaceSettingOutAttributes;
|
|
18835
19070
|
}
|
|
18836
19071
|
export declare const JsonApiWorkspaceSettingPostOptionalIdTypeEnum: {
|
|
18837
19072
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -20241,6 +20476,7 @@ export declare const ResolvedSettingTypeEnum: {
|
|
|
20241
20476
|
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
20242
20477
|
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
20243
20478
|
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
20479
|
+
readonly AG_GRID_TOKEN: "AG_GRID_TOKEN";
|
|
20244
20480
|
readonly WEEK_START: "WEEK_START";
|
|
20245
20481
|
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
20246
20482
|
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
@@ -25981,6 +26217,134 @@ export declare class AttributesApi extends BaseAPI implements AttributesApiInter
|
|
|
25981
26217
|
*/
|
|
25982
26218
|
getEntityAttributes(requestParameters: AttributesApiGetEntityAttributesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiAttributeOutDocument, any>>;
|
|
25983
26219
|
}
|
|
26220
|
+
/**
|
|
26221
|
+
* AutomationOrganizationViewControllerApi - axios parameter creator
|
|
26222
|
+
* @export
|
|
26223
|
+
*/
|
|
26224
|
+
export declare const AutomationOrganizationViewControllerApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
26225
|
+
/**
|
|
26226
|
+
*
|
|
26227
|
+
* @summary Get all Automations across all Workspaces
|
|
26228
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26229
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26230
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
26231
|
+
* @param {number} [size] The size of the page to be returned
|
|
26232
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
26233
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
26234
|
+
* @param {*} [options] Override http request option.
|
|
26235
|
+
* @throws {RequiredError}
|
|
26236
|
+
*/
|
|
26237
|
+
getAllAutomationsWorkspaceAutomations: (filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26238
|
+
};
|
|
26239
|
+
/**
|
|
26240
|
+
* AutomationOrganizationViewControllerApi - functional programming interface
|
|
26241
|
+
* @export
|
|
26242
|
+
*/
|
|
26243
|
+
export declare const AutomationOrganizationViewControllerApiFp: (configuration?: Configuration) => {
|
|
26244
|
+
/**
|
|
26245
|
+
*
|
|
26246
|
+
* @summary Get all Automations across all Workspaces
|
|
26247
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26248
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26249
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
26250
|
+
* @param {number} [size] The size of the page to be returned
|
|
26251
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
26252
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
26253
|
+
* @param {*} [options] Override http request option.
|
|
26254
|
+
* @throws {RequiredError}
|
|
26255
|
+
*/
|
|
26256
|
+
getAllAutomationsWorkspaceAutomations(filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiWorkspaceAutomationOutList>>;
|
|
26257
|
+
};
|
|
26258
|
+
/**
|
|
26259
|
+
* AutomationOrganizationViewControllerApi - factory interface
|
|
26260
|
+
* @export
|
|
26261
|
+
*/
|
|
26262
|
+
export declare const AutomationOrganizationViewControllerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
26263
|
+
/**
|
|
26264
|
+
*
|
|
26265
|
+
* @summary Get all Automations across all Workspaces
|
|
26266
|
+
* @param {AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
26267
|
+
* @param {*} [options] Override http request option.
|
|
26268
|
+
* @throws {RequiredError}
|
|
26269
|
+
*/
|
|
26270
|
+
getAllAutomationsWorkspaceAutomations(requestParameters: AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceAutomationOutList>;
|
|
26271
|
+
};
|
|
26272
|
+
/**
|
|
26273
|
+
* AutomationOrganizationViewControllerApi - interface
|
|
26274
|
+
* @export
|
|
26275
|
+
* @interface AutomationOrganizationViewControllerApi
|
|
26276
|
+
*/
|
|
26277
|
+
export interface AutomationOrganizationViewControllerApiInterface {
|
|
26278
|
+
/**
|
|
26279
|
+
*
|
|
26280
|
+
* @summary Get all Automations across all Workspaces
|
|
26281
|
+
* @param {AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
26282
|
+
* @param {*} [options] Override http request option.
|
|
26283
|
+
* @throws {RequiredError}
|
|
26284
|
+
* @memberof AutomationOrganizationViewControllerApiInterface
|
|
26285
|
+
*/
|
|
26286
|
+
getAllAutomationsWorkspaceAutomations(requestParameters: AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceAutomationOutList>;
|
|
26287
|
+
}
|
|
26288
|
+
/**
|
|
26289
|
+
* Request parameters for getAllAutomationsWorkspaceAutomations operation in AutomationOrganizationViewControllerApi.
|
|
26290
|
+
* @export
|
|
26291
|
+
* @interface AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomationsRequest
|
|
26292
|
+
*/
|
|
26293
|
+
export interface AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomationsRequest {
|
|
26294
|
+
/**
|
|
26295
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26296
|
+
* @type {string}
|
|
26297
|
+
* @memberof AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomations
|
|
26298
|
+
*/
|
|
26299
|
+
readonly filter?: string;
|
|
26300
|
+
/**
|
|
26301
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26302
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
26303
|
+
* @memberof AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomations
|
|
26304
|
+
*/
|
|
26305
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
26306
|
+
/**
|
|
26307
|
+
* Zero-based page index (0..N)
|
|
26308
|
+
* @type {number}
|
|
26309
|
+
* @memberof AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomations
|
|
26310
|
+
*/
|
|
26311
|
+
readonly page?: number;
|
|
26312
|
+
/**
|
|
26313
|
+
* The size of the page to be returned
|
|
26314
|
+
* @type {number}
|
|
26315
|
+
* @memberof AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomations
|
|
26316
|
+
*/
|
|
26317
|
+
readonly size?: number;
|
|
26318
|
+
/**
|
|
26319
|
+
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
26320
|
+
* @type {Array<string>}
|
|
26321
|
+
* @memberof AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomations
|
|
26322
|
+
*/
|
|
26323
|
+
readonly sort?: Array<string>;
|
|
26324
|
+
/**
|
|
26325
|
+
* Include Meta objects.
|
|
26326
|
+
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
26327
|
+
* @memberof AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomations
|
|
26328
|
+
*/
|
|
26329
|
+
readonly metaInclude?: Array<"page" | "all" | "ALL">;
|
|
26330
|
+
}
|
|
26331
|
+
/**
|
|
26332
|
+
* AutomationOrganizationViewControllerApi - object-oriented interface
|
|
26333
|
+
* @export
|
|
26334
|
+
* @class AutomationOrganizationViewControllerApi
|
|
26335
|
+
* @extends {BaseAPI}
|
|
26336
|
+
*/
|
|
26337
|
+
export declare class AutomationOrganizationViewControllerApi extends BaseAPI implements AutomationOrganizationViewControllerApiInterface {
|
|
26338
|
+
/**
|
|
26339
|
+
*
|
|
26340
|
+
* @summary Get all Automations across all Workspaces
|
|
26341
|
+
* @param {AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
26342
|
+
* @param {*} [options] Override http request option.
|
|
26343
|
+
* @throws {RequiredError}
|
|
26344
|
+
* @memberof AutomationOrganizationViewControllerApi
|
|
26345
|
+
*/
|
|
26346
|
+
getAllAutomationsWorkspaceAutomations(requestParameters?: AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiWorkspaceAutomationOutList, any>>;
|
|
26347
|
+
}
|
|
25984
26348
|
/**
|
|
25985
26349
|
* AutomationsApi - axios parameter creator
|
|
25986
26350
|
* @export
|
|
@@ -26016,6 +26380,19 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: Configura
|
|
|
26016
26380
|
* @throws {RequiredError}
|
|
26017
26381
|
*/
|
|
26018
26382
|
deleteWorkspaceAutomations: (workspaceId: string, workspaceAutomationManagementBulkRequest: WorkspaceAutomationManagementBulkRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26383
|
+
/**
|
|
26384
|
+
*
|
|
26385
|
+
* @summary Get all Automations across all Workspaces
|
|
26386
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26387
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26388
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
26389
|
+
* @param {number} [size] The size of the page to be returned
|
|
26390
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
26391
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
26392
|
+
* @param {*} [options] Override http request option.
|
|
26393
|
+
* @throws {RequiredError}
|
|
26394
|
+
*/
|
|
26395
|
+
getAllAutomationsWorkspaceAutomations: (filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26019
26396
|
/**
|
|
26020
26397
|
*
|
|
26021
26398
|
* @summary Get all Automations
|
|
@@ -26156,6 +26533,19 @@ export declare const AutomationsApiFp: (configuration?: Configuration) => {
|
|
|
26156
26533
|
* @throws {RequiredError}
|
|
26157
26534
|
*/
|
|
26158
26535
|
deleteWorkspaceAutomations(workspaceId: string, workspaceAutomationManagementBulkRequest: WorkspaceAutomationManagementBulkRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
26536
|
+
/**
|
|
26537
|
+
*
|
|
26538
|
+
* @summary Get all Automations across all Workspaces
|
|
26539
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26540
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26541
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
26542
|
+
* @param {number} [size] The size of the page to be returned
|
|
26543
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
26544
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
26545
|
+
* @param {*} [options] Override http request option.
|
|
26546
|
+
* @throws {RequiredError}
|
|
26547
|
+
*/
|
|
26548
|
+
getAllAutomationsWorkspaceAutomations(filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiWorkspaceAutomationOutList>>;
|
|
26159
26549
|
/**
|
|
26160
26550
|
*
|
|
26161
26551
|
* @summary Get all Automations
|
|
@@ -26290,6 +26680,14 @@ export declare const AutomationsApiFactory: (configuration?: Configuration, base
|
|
|
26290
26680
|
* @throws {RequiredError}
|
|
26291
26681
|
*/
|
|
26292
26682
|
deleteWorkspaceAutomations(requestParameters: AutomationsApiDeleteWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
26683
|
+
/**
|
|
26684
|
+
*
|
|
26685
|
+
* @summary Get all Automations across all Workspaces
|
|
26686
|
+
* @param {AutomationsApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
26687
|
+
* @param {*} [options] Override http request option.
|
|
26688
|
+
* @throws {RequiredError}
|
|
26689
|
+
*/
|
|
26690
|
+
getAllAutomationsWorkspaceAutomations(requestParameters: AutomationsApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceAutomationOutList>;
|
|
26293
26691
|
/**
|
|
26294
26692
|
*
|
|
26295
26693
|
* @summary Get all Automations
|
|
@@ -26403,6 +26801,15 @@ export interface AutomationsApiInterface {
|
|
|
26403
26801
|
* @memberof AutomationsApiInterface
|
|
26404
26802
|
*/
|
|
26405
26803
|
deleteWorkspaceAutomations(requestParameters: AutomationsApiDeleteWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
26804
|
+
/**
|
|
26805
|
+
*
|
|
26806
|
+
* @summary Get all Automations across all Workspaces
|
|
26807
|
+
* @param {AutomationsApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
26808
|
+
* @param {*} [options] Override http request option.
|
|
26809
|
+
* @throws {RequiredError}
|
|
26810
|
+
* @memberof AutomationsApiInterface
|
|
26811
|
+
*/
|
|
26812
|
+
getAllAutomationsWorkspaceAutomations(requestParameters: AutomationsApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceAutomationOutList>;
|
|
26406
26813
|
/**
|
|
26407
26814
|
*
|
|
26408
26815
|
* @summary Get all Automations
|
|
@@ -26568,6 +26975,49 @@ export interface AutomationsApiDeleteWorkspaceAutomationsRequest {
|
|
|
26568
26975
|
*/
|
|
26569
26976
|
readonly workspaceAutomationManagementBulkRequest: WorkspaceAutomationManagementBulkRequest;
|
|
26570
26977
|
}
|
|
26978
|
+
/**
|
|
26979
|
+
* Request parameters for getAllAutomationsWorkspaceAutomations operation in AutomationsApi.
|
|
26980
|
+
* @export
|
|
26981
|
+
* @interface AutomationsApiGetAllAutomationsWorkspaceAutomationsRequest
|
|
26982
|
+
*/
|
|
26983
|
+
export interface AutomationsApiGetAllAutomationsWorkspaceAutomationsRequest {
|
|
26984
|
+
/**
|
|
26985
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26986
|
+
* @type {string}
|
|
26987
|
+
* @memberof AutomationsApiGetAllAutomationsWorkspaceAutomations
|
|
26988
|
+
*/
|
|
26989
|
+
readonly filter?: string;
|
|
26990
|
+
/**
|
|
26991
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26992
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
26993
|
+
* @memberof AutomationsApiGetAllAutomationsWorkspaceAutomations
|
|
26994
|
+
*/
|
|
26995
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
26996
|
+
/**
|
|
26997
|
+
* Zero-based page index (0..N)
|
|
26998
|
+
* @type {number}
|
|
26999
|
+
* @memberof AutomationsApiGetAllAutomationsWorkspaceAutomations
|
|
27000
|
+
*/
|
|
27001
|
+
readonly page?: number;
|
|
27002
|
+
/**
|
|
27003
|
+
* The size of the page to be returned
|
|
27004
|
+
* @type {number}
|
|
27005
|
+
* @memberof AutomationsApiGetAllAutomationsWorkspaceAutomations
|
|
27006
|
+
*/
|
|
27007
|
+
readonly size?: number;
|
|
27008
|
+
/**
|
|
27009
|
+
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
27010
|
+
* @type {Array<string>}
|
|
27011
|
+
* @memberof AutomationsApiGetAllAutomationsWorkspaceAutomations
|
|
27012
|
+
*/
|
|
27013
|
+
readonly sort?: Array<string>;
|
|
27014
|
+
/**
|
|
27015
|
+
* Include Meta objects.
|
|
27016
|
+
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
27017
|
+
* @memberof AutomationsApiGetAllAutomationsWorkspaceAutomations
|
|
27018
|
+
*/
|
|
27019
|
+
readonly metaInclude?: Array<"page" | "all" | "ALL">;
|
|
27020
|
+
}
|
|
26571
27021
|
/**
|
|
26572
27022
|
* Request parameters for getAllEntitiesAutomations operation in AutomationsApi.
|
|
26573
27023
|
* @export
|
|
@@ -26869,6 +27319,15 @@ export declare class AutomationsApi extends BaseAPI implements AutomationsApiInt
|
|
|
26869
27319
|
* @memberof AutomationsApi
|
|
26870
27320
|
*/
|
|
26871
27321
|
deleteWorkspaceAutomations(requestParameters: AutomationsApiDeleteWorkspaceAutomationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
27322
|
+
/**
|
|
27323
|
+
*
|
|
27324
|
+
* @summary Get all Automations across all Workspaces
|
|
27325
|
+
* @param {AutomationsApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
27326
|
+
* @param {*} [options] Override http request option.
|
|
27327
|
+
* @throws {RequiredError}
|
|
27328
|
+
* @memberof AutomationsApi
|
|
27329
|
+
*/
|
|
27330
|
+
getAllAutomationsWorkspaceAutomations(requestParameters?: AutomationsApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiWorkspaceAutomationOutList, any>>;
|
|
26872
27331
|
/**
|
|
26873
27332
|
*
|
|
26874
27333
|
* @summary Get all Automations
|
|
@@ -32298,6 +32757,19 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
32298
32757
|
* @throws {RequiredError}
|
|
32299
32758
|
*/
|
|
32300
32759
|
deleteEntityWorkspaces: (id: string, filter?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
32760
|
+
/**
|
|
32761
|
+
*
|
|
32762
|
+
* @summary Get all Automations across all Workspaces
|
|
32763
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
32764
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
32765
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
32766
|
+
* @param {number} [size] The size of the page to be returned
|
|
32767
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
32768
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
32769
|
+
* @param {*} [options] Override http request option.
|
|
32770
|
+
* @throws {RequiredError}
|
|
32771
|
+
*/
|
|
32772
|
+
getAllAutomationsWorkspaceAutomations: (filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
32301
32773
|
/**
|
|
32302
32774
|
*
|
|
32303
32775
|
* @param {string} workspaceId
|
|
@@ -34505,6 +34977,19 @@ export declare const EntitiesApiFp: (configuration?: Configuration) => {
|
|
|
34505
34977
|
* @throws {RequiredError}
|
|
34506
34978
|
*/
|
|
34507
34979
|
deleteEntityWorkspaces(id: string, filter?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
34980
|
+
/**
|
|
34981
|
+
*
|
|
34982
|
+
* @summary Get all Automations across all Workspaces
|
|
34983
|
+
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
34984
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
34985
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
34986
|
+
* @param {number} [size] The size of the page to be returned
|
|
34987
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
34988
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
34989
|
+
* @param {*} [options] Override http request option.
|
|
34990
|
+
* @throws {RequiredError}
|
|
34991
|
+
*/
|
|
34992
|
+
getAllAutomationsWorkspaceAutomations(filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, metaInclude?: Array<"page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiWorkspaceAutomationOutList>>;
|
|
34508
34993
|
/**
|
|
34509
34994
|
*
|
|
34510
34995
|
* @param {string} workspaceId
|
|
@@ -36623,6 +37108,14 @@ export declare const EntitiesApiFactory: (configuration?: Configuration, basePat
|
|
|
36623
37108
|
* @throws {RequiredError}
|
|
36624
37109
|
*/
|
|
36625
37110
|
deleteEntityWorkspaces(requestParameters: EntitiesApiDeleteEntityWorkspacesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
37111
|
+
/**
|
|
37112
|
+
*
|
|
37113
|
+
* @summary Get all Automations across all Workspaces
|
|
37114
|
+
* @param {EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
37115
|
+
* @param {*} [options] Override http request option.
|
|
37116
|
+
* @throws {RequiredError}
|
|
37117
|
+
*/
|
|
37118
|
+
getAllAutomationsWorkspaceAutomations(requestParameters: EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceAutomationOutList>;
|
|
36626
37119
|
/**
|
|
36627
37120
|
*
|
|
36628
37121
|
* @param {EntitiesApiGetAllEntitiesAggregatedFactsRequest} requestParameters Request parameters.
|
|
@@ -38267,6 +38760,15 @@ export interface EntitiesApiInterface {
|
|
|
38267
38760
|
* @memberof EntitiesApiInterface
|
|
38268
38761
|
*/
|
|
38269
38762
|
deleteEntityWorkspaces(requestParameters: EntitiesApiDeleteEntityWorkspacesRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
38763
|
+
/**
|
|
38764
|
+
*
|
|
38765
|
+
* @summary Get all Automations across all Workspaces
|
|
38766
|
+
* @param {EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
38767
|
+
* @param {*} [options] Override http request option.
|
|
38768
|
+
* @throws {RequiredError}
|
|
38769
|
+
* @memberof EntitiesApiInterface
|
|
38770
|
+
*/
|
|
38771
|
+
getAllAutomationsWorkspaceAutomations(requestParameters: EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig): AxiosPromise<JsonApiWorkspaceAutomationOutList>;
|
|
38270
38772
|
/**
|
|
38271
38773
|
*
|
|
38272
38774
|
* @param {EntitiesApiGetAllEntitiesAggregatedFactsRequest} requestParameters Request parameters.
|
|
@@ -40824,6 +41326,49 @@ export interface EntitiesApiDeleteEntityWorkspacesRequest {
|
|
|
40824
41326
|
*/
|
|
40825
41327
|
readonly filter?: string;
|
|
40826
41328
|
}
|
|
41329
|
+
/**
|
|
41330
|
+
* Request parameters for getAllAutomationsWorkspaceAutomations operation in EntitiesApi.
|
|
41331
|
+
* @export
|
|
41332
|
+
* @interface EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest
|
|
41333
|
+
*/
|
|
41334
|
+
export interface EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest {
|
|
41335
|
+
/**
|
|
41336
|
+
* Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
41337
|
+
* @type {string}
|
|
41338
|
+
* @memberof EntitiesApiGetAllAutomationsWorkspaceAutomations
|
|
41339
|
+
*/
|
|
41340
|
+
readonly filter?: string;
|
|
41341
|
+
/**
|
|
41342
|
+
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
41343
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
41344
|
+
* @memberof EntitiesApiGetAllAutomationsWorkspaceAutomations
|
|
41345
|
+
*/
|
|
41346
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
41347
|
+
/**
|
|
41348
|
+
* Zero-based page index (0..N)
|
|
41349
|
+
* @type {number}
|
|
41350
|
+
* @memberof EntitiesApiGetAllAutomationsWorkspaceAutomations
|
|
41351
|
+
*/
|
|
41352
|
+
readonly page?: number;
|
|
41353
|
+
/**
|
|
41354
|
+
* The size of the page to be returned
|
|
41355
|
+
* @type {number}
|
|
41356
|
+
* @memberof EntitiesApiGetAllAutomationsWorkspaceAutomations
|
|
41357
|
+
*/
|
|
41358
|
+
readonly size?: number;
|
|
41359
|
+
/**
|
|
41360
|
+
* Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
41361
|
+
* @type {Array<string>}
|
|
41362
|
+
* @memberof EntitiesApiGetAllAutomationsWorkspaceAutomations
|
|
41363
|
+
*/
|
|
41364
|
+
readonly sort?: Array<string>;
|
|
41365
|
+
/**
|
|
41366
|
+
* Include Meta objects.
|
|
41367
|
+
* @type {Array<'page' | 'all' | 'ALL'>}
|
|
41368
|
+
* @memberof EntitiesApiGetAllAutomationsWorkspaceAutomations
|
|
41369
|
+
*/
|
|
41370
|
+
readonly metaInclude?: Array<"page" | "all" | "ALL">;
|
|
41371
|
+
}
|
|
40827
41372
|
/**
|
|
40828
41373
|
* Request parameters for getAllEntitiesAggregatedFacts operation in EntitiesApi.
|
|
40829
41374
|
* @export
|
|
@@ -46344,6 +46889,15 @@ export declare class EntitiesApi extends BaseAPI implements EntitiesApiInterface
|
|
|
46344
46889
|
* @memberof EntitiesApi
|
|
46345
46890
|
*/
|
|
46346
46891
|
deleteEntityWorkspaces(requestParameters: EntitiesApiDeleteEntityWorkspacesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
46892
|
+
/**
|
|
46893
|
+
*
|
|
46894
|
+
* @summary Get all Automations across all Workspaces
|
|
46895
|
+
* @param {EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
46896
|
+
* @param {*} [options] Override http request option.
|
|
46897
|
+
* @throws {RequiredError}
|
|
46898
|
+
* @memberof EntitiesApi
|
|
46899
|
+
*/
|
|
46900
|
+
getAllAutomationsWorkspaceAutomations(requestParameters?: EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonApiWorkspaceAutomationOutList, any>>;
|
|
46347
46901
|
/**
|
|
46348
46902
|
*
|
|
46349
46903
|
* @param {EntitiesApiGetAllEntitiesAggregatedFactsRequest} requestParameters Request parameters.
|