@gooddata/api-client-tiger 11.21.0-alpha.0 → 11.21.0
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.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/api-client-tiger.d.ts +907 -783
- package/esm/generated/afm-rest-api/api.d.ts +30 -2
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/api.d.ts +30 -2
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/export-json-api/api.d.ts +30 -2
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +678 -650
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/package.json +5 -5
|
@@ -5596,7 +5596,7 @@ export declare type AfmArithmeticMeasureDefinitionArithmeticMeasureOperatorEnum
|
|
|
5596
5596
|
* @type AttributeFilter
|
|
5597
5597
|
* Abstract filter definition type attributes
|
|
5598
5598
|
*/
|
|
5599
|
-
export declare type AfmAttributeFilter = AfmNegativeAttributeFilter | AfmPositiveAttributeFilter;
|
|
5599
|
+
export declare type AfmAttributeFilter = MatchAttributeFilter_2 | AfmNegativeAttributeFilter | AfmPositiveAttributeFilter;
|
|
5600
5600
|
|
|
5601
5601
|
/**
|
|
5602
5602
|
* Filter on specific set of label values.
|
|
@@ -5754,7 +5754,7 @@ export declare interface AfmExecutionSettings {
|
|
|
5754
5754
|
* @type FilterDefinition
|
|
5755
5755
|
* Abstract filter definition type
|
|
5756
5756
|
*/
|
|
5757
|
-
export declare type AfmFilterDefinition = AfmAbsoluteDateFilter | AfmComparisonMeasureValueFilter | CompoundMeasureValueFilter_2 | AfmInlineFilterDefinition | AfmNegativeAttributeFilter | AfmPositiveAttributeFilter | AfmRangeMeasureValueFilter | AfmRankingFilter | AfmRelativeDateFilter;
|
|
5757
|
+
export declare type AfmFilterDefinition = AfmAbsoluteDateFilter | AfmComparisonMeasureValueFilter | CompoundMeasureValueFilter_2 | AfmInlineFilterDefinition | MatchAttributeFilter_2 | AfmNegativeAttributeFilter | AfmPositiveAttributeFilter | AfmRangeMeasureValueFilter | AfmRankingFilter | AfmRelativeDateFilter;
|
|
5758
5758
|
|
|
5759
5759
|
/**
|
|
5760
5760
|
* @type FilterDefinitionForSimpleMeasure
|
|
@@ -9180,7 +9180,7 @@ export declare interface AttributeExecutionResultHeader {
|
|
|
9180
9180
|
* @type AttributeFilter
|
|
9181
9181
|
* Abstract filter definition type attributes
|
|
9182
9182
|
*/
|
|
9183
|
-
export declare type AttributeFilter = NegativeAttributeFilter | PositiveAttributeFilter;
|
|
9183
|
+
export declare type AttributeFilter = MatchAttributeFilter | NegativeAttributeFilter | PositiveAttributeFilter;
|
|
9184
9184
|
|
|
9185
9185
|
export declare interface AttributeFilterByDate {
|
|
9186
9186
|
'filterLocalIdentifier': string;
|
|
@@ -10589,7 +10589,7 @@ export declare interface AutomationAttributeElementsByValue {
|
|
|
10589
10589
|
* @type AutomationAttributeFilter
|
|
10590
10590
|
* Abstract filter definition type attributes
|
|
10591
10591
|
*/
|
|
10592
|
-
export declare type AutomationAttributeFilter = AutomationNegativeAttributeFilter | AutomationPositiveAttributeFilter;
|
|
10592
|
+
export declare type AutomationAttributeFilter = AutomationMatchAttributeFilter | AutomationNegativeAttributeFilter | AutomationPositiveAttributeFilter;
|
|
10593
10593
|
|
|
10594
10594
|
export declare interface AutomationAttributeFilterByDate {
|
|
10595
10595
|
'filterLocalIdentifier': string;
|
|
@@ -11139,7 +11139,7 @@ export declare interface AutomationExternalRecipient {
|
|
|
11139
11139
|
* @type AutomationFilterDefinition
|
|
11140
11140
|
* Abstract filter definition type
|
|
11141
11141
|
*/
|
|
11142
|
-
export declare type AutomationFilterDefinition = AutomationAbsoluteDateFilter | AutomationComparisonMeasureValueFilter | AutomationCompoundMeasureValueFilter | AutomationInlineFilterDefinition | AutomationNegativeAttributeFilter | AutomationPositiveAttributeFilter | AutomationRangeMeasureValueFilter | AutomationRankingFilter | AutomationRelativeDateFilter;
|
|
11142
|
+
export declare type AutomationFilterDefinition = AutomationAbsoluteDateFilter | AutomationComparisonMeasureValueFilter | AutomationCompoundMeasureValueFilter | AutomationInlineFilterDefinition | AutomationMatchAttributeFilter | AutomationNegativeAttributeFilter | AutomationPositiveAttributeFilter | AutomationRangeMeasureValueFilter | AutomationRankingFilter | AutomationRelativeDateFilter;
|
|
11143
11143
|
|
|
11144
11144
|
/**
|
|
11145
11145
|
* @type AutomationFilterDefinitionForSimpleMeasure
|
|
@@ -11247,6 +11247,37 @@ export declare interface AutomationLocalIdentifier {
|
|
|
11247
11247
|
'title'?: string | null;
|
|
11248
11248
|
}
|
|
11249
11249
|
|
|
11250
|
+
/**
|
|
11251
|
+
* Filter via label with given match type and literal value.
|
|
11252
|
+
*/
|
|
11253
|
+
declare interface AutomationMatchAttributeFilter {
|
|
11254
|
+
'matchAttributeFilter': AutomationMatchAttributeFilterMatchAttributeFilter;
|
|
11255
|
+
}
|
|
11256
|
+
|
|
11257
|
+
declare interface AutomationMatchAttributeFilterMatchAttributeFilter {
|
|
11258
|
+
/**
|
|
11259
|
+
* Literal used to limit label values.
|
|
11260
|
+
*/
|
|
11261
|
+
'literal': string;
|
|
11262
|
+
/**
|
|
11263
|
+
* Requested match type.
|
|
11264
|
+
*/
|
|
11265
|
+
'matchType': AutomationMatchAttributeFilterMatchAttributeFilterMatchTypeEnum;
|
|
11266
|
+
/**
|
|
11267
|
+
* Indicates whether the filter should negate the match.
|
|
11268
|
+
*/
|
|
11269
|
+
'negate'?: boolean;
|
|
11270
|
+
/**
|
|
11271
|
+
* Indicates whether the filter match is evaluated in case-sensitive mode or not.
|
|
11272
|
+
*/
|
|
11273
|
+
'caseSensitive'?: boolean;
|
|
11274
|
+
'localIdentifier'?: string;
|
|
11275
|
+
'applyOnResult'?: boolean;
|
|
11276
|
+
'label': AutomationAfmIdentifier;
|
|
11277
|
+
}
|
|
11278
|
+
|
|
11279
|
+
declare type AutomationMatchAttributeFilterMatchAttributeFilterMatchTypeEnum = 'STARTS_WITH' | 'ENDS_WITH' | 'CONTAINS';
|
|
11280
|
+
|
|
11250
11281
|
/**
|
|
11251
11282
|
* @type AutomationMeasureDefinition
|
|
11252
11283
|
* Abstract metric definition type
|
|
@@ -19490,7 +19521,7 @@ export declare interface DeclarativeCustomApplicationSetting {
|
|
|
19490
19521
|
*/
|
|
19491
19522
|
'id': string;
|
|
19492
19523
|
/**
|
|
19493
|
-
* Free-form JSON
|
|
19524
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
19494
19525
|
*/
|
|
19495
19526
|
'content': object | null;
|
|
19496
19527
|
/**
|
|
@@ -40295,7 +40326,7 @@ export declare interface ExportAttributeElementsByValue {
|
|
|
40295
40326
|
* @type ExportAttributeFilter
|
|
40296
40327
|
* Abstract filter definition type attributes
|
|
40297
40328
|
*/
|
|
40298
|
-
export declare type ExportAttributeFilter = ExportNegativeAttributeFilter | ExportPositiveAttributeFilter;
|
|
40329
|
+
export declare type ExportAttributeFilter = ExportMatchAttributeFilter | ExportNegativeAttributeFilter | ExportPositiveAttributeFilter;
|
|
40299
40330
|
|
|
40300
40331
|
export declare interface ExportAttributeFilterByDate {
|
|
40301
40332
|
'filterLocalIdentifier': string;
|
|
@@ -41272,7 +41303,7 @@ export declare interface ExportExportResponse {
|
|
|
41272
41303
|
* @type ExportFilterDefinition
|
|
41273
41304
|
* Abstract filter definition type
|
|
41274
41305
|
*/
|
|
41275
|
-
export declare type ExportFilterDefinition = ExportAbsoluteDateFilter | ExportComparisonMeasureValueFilter | ExportCompoundMeasureValueFilter | ExportInlineFilterDefinition | ExportNegativeAttributeFilter | ExportPositiveAttributeFilter | ExportRangeMeasureValueFilter | ExportRankingFilter | ExportRelativeDateFilter;
|
|
41306
|
+
export declare type ExportFilterDefinition = ExportAbsoluteDateFilter | ExportComparisonMeasureValueFilter | ExportCompoundMeasureValueFilter | ExportInlineFilterDefinition | ExportMatchAttributeFilter | ExportNegativeAttributeFilter | ExportPositiveAttributeFilter | ExportRangeMeasureValueFilter | ExportRankingFilter | ExportRelativeDateFilter;
|
|
41276
41307
|
|
|
41277
41308
|
/**
|
|
41278
41309
|
* @type ExportFilterDefinitionForSimpleMeasure
|
|
@@ -41360,6 +41391,37 @@ export declare interface ExportInlineMeasureDefinitionInline {
|
|
|
41360
41391
|
'maql': string;
|
|
41361
41392
|
}
|
|
41362
41393
|
|
|
41394
|
+
/**
|
|
41395
|
+
* Filter via label with given match type and literal value.
|
|
41396
|
+
*/
|
|
41397
|
+
export declare interface ExportMatchAttributeFilter {
|
|
41398
|
+
'matchAttributeFilter': ExportMatchAttributeFilterMatchAttributeFilter;
|
|
41399
|
+
}
|
|
41400
|
+
|
|
41401
|
+
export declare interface ExportMatchAttributeFilterMatchAttributeFilter {
|
|
41402
|
+
/**
|
|
41403
|
+
* Literal used to limit label values.
|
|
41404
|
+
*/
|
|
41405
|
+
'literal': string;
|
|
41406
|
+
/**
|
|
41407
|
+
* Requested match type.
|
|
41408
|
+
*/
|
|
41409
|
+
'matchType': ExportMatchAttributeFilterMatchAttributeFilterMatchTypeEnum;
|
|
41410
|
+
/**
|
|
41411
|
+
* Indicates whether the filter should negate the match.
|
|
41412
|
+
*/
|
|
41413
|
+
'negate'?: boolean;
|
|
41414
|
+
/**
|
|
41415
|
+
* Indicates whether the filter match is evaluated in case-sensitive mode or not.
|
|
41416
|
+
*/
|
|
41417
|
+
'caseSensitive'?: boolean;
|
|
41418
|
+
'localIdentifier'?: string;
|
|
41419
|
+
'applyOnResult'?: boolean;
|
|
41420
|
+
'label': ExportAfmIdentifier;
|
|
41421
|
+
}
|
|
41422
|
+
|
|
41423
|
+
export declare type ExportMatchAttributeFilterMatchAttributeFilterMatchTypeEnum = 'STARTS_WITH' | 'ENDS_WITH' | 'CONTAINS';
|
|
41424
|
+
|
|
41363
41425
|
/**
|
|
41364
41426
|
* @type ExportMeasureDefinition
|
|
41365
41427
|
* Abstract metric definition type
|
|
@@ -43545,7 +43607,7 @@ export declare interface FilterContextApiUpdateEntityFilterContextsRequest {
|
|
|
43545
43607
|
* @type FilterDefinition
|
|
43546
43608
|
* Abstract filter definition type
|
|
43547
43609
|
*/
|
|
43548
|
-
export declare type FilterDefinition = AbsoluteDateFilter | ComparisonMeasureValueFilter | CompoundMeasureValueFilter | InlineFilterDefinition | NegativeAttributeFilter | PositiveAttributeFilter | RangeMeasureValueFilter | RankingFilter | RelativeDateFilter;
|
|
43610
|
+
export declare type FilterDefinition = AbsoluteDateFilter | ComparisonMeasureValueFilter | CompoundMeasureValueFilter | InlineFilterDefinition | MatchAttributeFilter | NegativeAttributeFilter | PositiveAttributeFilter | RangeMeasureValueFilter | RankingFilter | RelativeDateFilter;
|
|
43549
43611
|
|
|
43550
43612
|
/**
|
|
43551
43613
|
* @type FilterDefinitionForSimpleMeasure
|
|
@@ -47385,7 +47447,7 @@ export declare interface JsonApiAggregatedFactOut {
|
|
|
47385
47447
|
* API identifier of an object
|
|
47386
47448
|
*/
|
|
47387
47449
|
'id': string;
|
|
47388
|
-
'meta'?:
|
|
47450
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
47389
47451
|
'attributes': JsonApiAggregatedFactOutAttributes;
|
|
47390
47452
|
'relationships'?: JsonApiAggregatedFactOutRelationships;
|
|
47391
47453
|
}
|
|
@@ -47425,13 +47487,17 @@ export declare type JsonApiAggregatedFactOutIncludes = JsonApiDatasetOutWithLink
|
|
|
47425
47487
|
export declare interface JsonApiAggregatedFactOutList {
|
|
47426
47488
|
'data': Array<JsonApiAggregatedFactOutWithLinks>;
|
|
47427
47489
|
'links'?: ListLinks;
|
|
47428
|
-
'meta'?:
|
|
47490
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
47429
47491
|
/**
|
|
47430
47492
|
* Included resources
|
|
47431
47493
|
*/
|
|
47432
47494
|
'included'?: Array<JsonApiAggregatedFactOutIncludes>;
|
|
47433
47495
|
}
|
|
47434
47496
|
|
|
47497
|
+
export declare interface JsonApiAggregatedFactOutListMeta {
|
|
47498
|
+
'page'?: PageMetadata;
|
|
47499
|
+
}
|
|
47500
|
+
|
|
47435
47501
|
export declare interface JsonApiAggregatedFactOutRelationships {
|
|
47436
47502
|
'dataset'?: JsonApiFactOutRelationshipsDataset;
|
|
47437
47503
|
'sourceFact'?: JsonApiAggregatedFactOutRelationshipsSourceFact;
|
|
@@ -47452,7 +47518,7 @@ export declare interface JsonApiAggregatedFactOutWithLinks {
|
|
|
47452
47518
|
* API identifier of an object
|
|
47453
47519
|
*/
|
|
47454
47520
|
'id': string;
|
|
47455
|
-
'meta'?:
|
|
47521
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
47456
47522
|
'attributes': JsonApiAggregatedFactOutAttributes;
|
|
47457
47523
|
'relationships'?: JsonApiAggregatedFactOutRelationships;
|
|
47458
47524
|
'links'?: ObjectLinks;
|
|
@@ -47551,7 +47617,7 @@ export declare type JsonApiAnalyticalDashboardOutIncludes = JsonApiAnalyticalDas
|
|
|
47551
47617
|
export declare interface JsonApiAnalyticalDashboardOutList {
|
|
47552
47618
|
'data': Array<JsonApiAnalyticalDashboardOutWithLinks>;
|
|
47553
47619
|
'links'?: ListLinks;
|
|
47554
|
-
'meta'?:
|
|
47620
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
47555
47621
|
/**
|
|
47556
47622
|
* Included resources
|
|
47557
47623
|
*/
|
|
@@ -47563,7 +47629,7 @@ export declare interface JsonApiAnalyticalDashboardOutMeta {
|
|
|
47563
47629
|
* List of valid permissions for a logged-in user.
|
|
47564
47630
|
*/
|
|
47565
47631
|
'permissions'?: Array<JsonApiAnalyticalDashboardOutMetaPermissionsEnum>;
|
|
47566
|
-
'origin'?:
|
|
47632
|
+
'origin'?: JsonApiDatasetOutMetaOrigin;
|
|
47567
47633
|
'accessInfo'?: JsonApiAnalyticalDashboardOutMetaAccessInfo;
|
|
47568
47634
|
}
|
|
47569
47635
|
|
|
@@ -47574,29 +47640,16 @@ export declare interface JsonApiAnalyticalDashboardOutMetaAccessInfo {
|
|
|
47574
47640
|
'private': boolean;
|
|
47575
47641
|
}
|
|
47576
47642
|
|
|
47577
|
-
export declare interface JsonApiAnalyticalDashboardOutMetaOrigin {
|
|
47578
|
-
/**
|
|
47579
|
-
* defines type of the origin of the entity
|
|
47580
|
-
*/
|
|
47581
|
-
'originType': JsonApiAnalyticalDashboardOutMetaOriginOriginTypeEnum;
|
|
47582
|
-
/**
|
|
47583
|
-
* defines id of the workspace where the entity comes from
|
|
47584
|
-
*/
|
|
47585
|
-
'originId': string;
|
|
47586
|
-
}
|
|
47587
|
-
|
|
47588
|
-
export declare type JsonApiAnalyticalDashboardOutMetaOriginOriginTypeEnum = 'NATIVE' | 'PARENT';
|
|
47589
|
-
|
|
47590
47643
|
export declare type JsonApiAnalyticalDashboardOutMetaPermissionsEnum = 'EDIT' | 'SHARE' | 'VIEW';
|
|
47591
47644
|
|
|
47592
47645
|
export declare interface JsonApiAnalyticalDashboardOutRelationships {
|
|
47593
|
-
'createdBy'?:
|
|
47594
|
-
'modifiedBy'?:
|
|
47646
|
+
'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
47647
|
+
'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
47595
47648
|
'visualizationObjects'?: JsonApiAnalyticalDashboardOutRelationshipsVisualizationObjects;
|
|
47596
47649
|
'analyticalDashboards'?: JsonApiAnalyticalDashboardOutRelationshipsAnalyticalDashboards;
|
|
47597
|
-
'labels'?:
|
|
47598
|
-
'metrics'?:
|
|
47599
|
-
'datasets'?:
|
|
47650
|
+
'labels'?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
47651
|
+
'metrics'?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
47652
|
+
'datasets'?: JsonApiDatasetOutRelationshipsReferences;
|
|
47600
47653
|
'filterContexts'?: JsonApiAnalyticalDashboardOutRelationshipsFilterContexts;
|
|
47601
47654
|
'dashboardPlugins'?: JsonApiAnalyticalDashboardOutRelationshipsDashboardPlugins;
|
|
47602
47655
|
}
|
|
@@ -47608,10 +47661,6 @@ export declare interface JsonApiAnalyticalDashboardOutRelationshipsAnalyticalDas
|
|
|
47608
47661
|
'data': Array<JsonApiAnalyticalDashboardLinkage>;
|
|
47609
47662
|
}
|
|
47610
47663
|
|
|
47611
|
-
export declare interface JsonApiAnalyticalDashboardOutRelationshipsCreatedBy {
|
|
47612
|
-
'data': JsonApiUserIdentifierLinkage | null;
|
|
47613
|
-
}
|
|
47614
|
-
|
|
47615
47664
|
export declare interface JsonApiAnalyticalDashboardOutRelationshipsDashboardPlugins {
|
|
47616
47665
|
/**
|
|
47617
47666
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -47619,13 +47668,6 @@ export declare interface JsonApiAnalyticalDashboardOutRelationshipsDashboardPlug
|
|
|
47619
47668
|
'data': Array<JsonApiDashboardPluginLinkage>;
|
|
47620
47669
|
}
|
|
47621
47670
|
|
|
47622
|
-
export declare interface JsonApiAnalyticalDashboardOutRelationshipsDatasets {
|
|
47623
|
-
/**
|
|
47624
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
47625
|
-
*/
|
|
47626
|
-
'data': Array<JsonApiDatasetLinkage>;
|
|
47627
|
-
}
|
|
47628
|
-
|
|
47629
47671
|
export declare interface JsonApiAnalyticalDashboardOutRelationshipsFilterContexts {
|
|
47630
47672
|
/**
|
|
47631
47673
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -47633,20 +47675,6 @@ export declare interface JsonApiAnalyticalDashboardOutRelationshipsFilterContext
|
|
|
47633
47675
|
'data': Array<JsonApiFilterContextLinkage>;
|
|
47634
47676
|
}
|
|
47635
47677
|
|
|
47636
|
-
export declare interface JsonApiAnalyticalDashboardOutRelationshipsLabels {
|
|
47637
|
-
/**
|
|
47638
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
47639
|
-
*/
|
|
47640
|
-
'data': Array<JsonApiLabelLinkage>;
|
|
47641
|
-
}
|
|
47642
|
-
|
|
47643
|
-
export declare interface JsonApiAnalyticalDashboardOutRelationshipsMetrics {
|
|
47644
|
-
/**
|
|
47645
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
47646
|
-
*/
|
|
47647
|
-
'data': Array<JsonApiMetricLinkage>;
|
|
47648
|
-
}
|
|
47649
|
-
|
|
47650
47678
|
export declare interface JsonApiAnalyticalDashboardOutRelationshipsVisualizationObjects {
|
|
47651
47679
|
/**
|
|
47652
47680
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -47798,7 +47826,7 @@ export declare interface JsonApiApiTokenOutDocument {
|
|
|
47798
47826
|
export declare interface JsonApiApiTokenOutList {
|
|
47799
47827
|
'data': Array<JsonApiApiTokenOutWithLinks>;
|
|
47800
47828
|
'links'?: ListLinks;
|
|
47801
|
-
'meta'?:
|
|
47829
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
47802
47830
|
}
|
|
47803
47831
|
|
|
47804
47832
|
export declare type JsonApiApiTokenOutTypeEnum = 'apiToken';
|
|
@@ -47830,18 +47858,7 @@ export declare interface JsonApiAttributeHierarchyIn {
|
|
|
47830
47858
|
* API identifier of an object
|
|
47831
47859
|
*/
|
|
47832
47860
|
'id': string;
|
|
47833
|
-
'attributes'?:
|
|
47834
|
-
}
|
|
47835
|
-
|
|
47836
|
-
export declare interface JsonApiAttributeHierarchyInAttributes {
|
|
47837
|
-
'title'?: string;
|
|
47838
|
-
'description'?: string;
|
|
47839
|
-
'tags'?: Array<string>;
|
|
47840
|
-
'areRelationsValid'?: boolean;
|
|
47841
|
-
/**
|
|
47842
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
47843
|
-
*/
|
|
47844
|
-
'content'?: object;
|
|
47861
|
+
'attributes'?: JsonApiAttributeHierarchyPatchAttributes;
|
|
47845
47862
|
}
|
|
47846
47863
|
|
|
47847
47864
|
export declare interface JsonApiAttributeHierarchyInDocument {
|
|
@@ -47872,7 +47889,7 @@ export declare interface JsonApiAttributeHierarchyOut {
|
|
|
47872
47889
|
* API identifier of an object
|
|
47873
47890
|
*/
|
|
47874
47891
|
'id': string;
|
|
47875
|
-
'meta'?:
|
|
47892
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
47876
47893
|
'attributes'?: JsonApiAttributeHierarchyOutAttributes;
|
|
47877
47894
|
'relationships'?: JsonApiAttributeHierarchyOutRelationships;
|
|
47878
47895
|
}
|
|
@@ -47916,7 +47933,7 @@ export declare type JsonApiAttributeHierarchyOutIncludes = JsonApiAttributeOutWi
|
|
|
47916
47933
|
export declare interface JsonApiAttributeHierarchyOutList {
|
|
47917
47934
|
'data': Array<JsonApiAttributeHierarchyOutWithLinks>;
|
|
47918
47935
|
'links'?: ListLinks;
|
|
47919
|
-
'meta'?:
|
|
47936
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
47920
47937
|
/**
|
|
47921
47938
|
* Included resources
|
|
47922
47939
|
*/
|
|
@@ -47924,8 +47941,8 @@ export declare interface JsonApiAttributeHierarchyOutList {
|
|
|
47924
47941
|
}
|
|
47925
47942
|
|
|
47926
47943
|
export declare interface JsonApiAttributeHierarchyOutRelationships {
|
|
47927
|
-
'createdBy'?:
|
|
47928
|
-
'modifiedBy'?:
|
|
47944
|
+
'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
47945
|
+
'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
47929
47946
|
'attributes'?: JsonApiDatasetOutRelationshipsAttributes;
|
|
47930
47947
|
}
|
|
47931
47948
|
|
|
@@ -47940,7 +47957,7 @@ export declare interface JsonApiAttributeHierarchyOutWithLinks {
|
|
|
47940
47957
|
* API identifier of an object
|
|
47941
47958
|
*/
|
|
47942
47959
|
'id': string;
|
|
47943
|
-
'meta'?:
|
|
47960
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
47944
47961
|
'attributes'?: JsonApiAttributeHierarchyOutAttributes;
|
|
47945
47962
|
'relationships'?: JsonApiAttributeHierarchyOutRelationships;
|
|
47946
47963
|
'links'?: ObjectLinks;
|
|
@@ -47960,7 +47977,18 @@ export declare interface JsonApiAttributeHierarchyPatch {
|
|
|
47960
47977
|
* API identifier of an object
|
|
47961
47978
|
*/
|
|
47962
47979
|
'id': string;
|
|
47963
|
-
'attributes'?:
|
|
47980
|
+
'attributes'?: JsonApiAttributeHierarchyPatchAttributes;
|
|
47981
|
+
}
|
|
47982
|
+
|
|
47983
|
+
export declare interface JsonApiAttributeHierarchyPatchAttributes {
|
|
47984
|
+
'title'?: string;
|
|
47985
|
+
'description'?: string;
|
|
47986
|
+
'tags'?: Array<string>;
|
|
47987
|
+
'areRelationsValid'?: boolean;
|
|
47988
|
+
/**
|
|
47989
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
47990
|
+
*/
|
|
47991
|
+
'content'?: object;
|
|
47964
47992
|
}
|
|
47965
47993
|
|
|
47966
47994
|
export declare interface JsonApiAttributeHierarchyPatchDocument {
|
|
@@ -47991,7 +48019,7 @@ export declare interface JsonApiAttributeOut {
|
|
|
47991
48019
|
* API identifier of an object
|
|
47992
48020
|
*/
|
|
47993
48021
|
'id': string;
|
|
47994
|
-
'meta'?:
|
|
48022
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
47995
48023
|
'attributes'?: JsonApiAttributeOutAttributes;
|
|
47996
48024
|
'relationships'?: JsonApiAttributeOutRelationships;
|
|
47997
48025
|
}
|
|
@@ -48038,7 +48066,7 @@ export declare type JsonApiAttributeOutIncludes = JsonApiAttributeHierarchyOutWi
|
|
|
48038
48066
|
export declare interface JsonApiAttributeOutList {
|
|
48039
48067
|
'data': Array<JsonApiAttributeOutWithLinks>;
|
|
48040
48068
|
'links'?: ListLinks;
|
|
48041
|
-
'meta'?:
|
|
48069
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
48042
48070
|
/**
|
|
48043
48071
|
* Included resources
|
|
48044
48072
|
*/
|
|
@@ -48048,7 +48076,7 @@ export declare interface JsonApiAttributeOutList {
|
|
|
48048
48076
|
export declare interface JsonApiAttributeOutRelationships {
|
|
48049
48077
|
'dataset'?: JsonApiFactOutRelationshipsDataset;
|
|
48050
48078
|
'defaultView'?: JsonApiAttributeOutRelationshipsDefaultView;
|
|
48051
|
-
'labels'?:
|
|
48079
|
+
'labels'?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
48052
48080
|
'attributeHierarchies'?: JsonApiAttributeOutRelationshipsAttributeHierarchies;
|
|
48053
48081
|
}
|
|
48054
48082
|
|
|
@@ -48074,7 +48102,7 @@ export declare interface JsonApiAttributeOutWithLinks {
|
|
|
48074
48102
|
* API identifier of an object
|
|
48075
48103
|
*/
|
|
48076
48104
|
'id': string;
|
|
48077
|
-
'meta'?:
|
|
48105
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
48078
48106
|
'attributes'?: JsonApiAttributeOutAttributes;
|
|
48079
48107
|
'relationships'?: JsonApiAttributeOutRelationships;
|
|
48080
48108
|
'links'?: ObjectLinks;
|
|
@@ -48126,57 +48154,14 @@ export declare interface JsonApiAutomationIn {
|
|
|
48126
48154
|
* API identifier of an object
|
|
48127
48155
|
*/
|
|
48128
48156
|
'id': string;
|
|
48129
|
-
'attributes'?:
|
|
48130
|
-
'relationships'?:
|
|
48157
|
+
'attributes'?: JsonApiAutomationPatchAttributes;
|
|
48158
|
+
'relationships'?: JsonApiAutomationPatchRelationships;
|
|
48131
48159
|
}
|
|
48132
48160
|
|
|
48133
|
-
export declare interface JsonApiAutomationInAttributes {
|
|
48134
|
-
'title'?: string;
|
|
48135
|
-
'description'?: string;
|
|
48136
|
-
'tags'?: Array<string>;
|
|
48137
|
-
'areRelationsValid'?: boolean;
|
|
48138
|
-
/**
|
|
48139
|
-
* Additional details to be included in the automated message.
|
|
48140
|
-
*/
|
|
48141
|
-
'details'?: object;
|
|
48142
|
-
'metadata'?: JsonApiWorkspaceAutomationOutAttributesMetadata | null;
|
|
48143
|
-
/**
|
|
48144
|
-
* Current state of the automation.
|
|
48145
|
-
*/
|
|
48146
|
-
'state'?: JsonApiAutomationInAttributesStateEnum;
|
|
48147
|
-
/**
|
|
48148
|
-
* Specify automation evaluation mode.
|
|
48149
|
-
*/
|
|
48150
|
-
'evaluationMode'?: JsonApiAutomationInAttributesEvaluationModeEnum;
|
|
48151
|
-
'schedule'?: JsonApiWorkspaceAutomationOutAttributesSchedule;
|
|
48152
|
-
'alert'?: JsonApiWorkspaceAutomationOutAttributesAlert;
|
|
48153
|
-
'tabularExports'?: Array<JsonApiWorkspaceAutomationOutAttributesTabularExportsInner>;
|
|
48154
|
-
'visualExports'?: Array<JsonApiWorkspaceAutomationOutAttributesVisualExportsInner>;
|
|
48155
|
-
'imageExports'?: Array<JsonApiWorkspaceAutomationOutAttributesImageExportsInner>;
|
|
48156
|
-
'rawExports'?: Array<JsonApiWorkspaceAutomationOutAttributesRawExportsInner>;
|
|
48157
|
-
'slidesExports'?: Array<JsonApiWorkspaceAutomationOutAttributesSlidesExportsInner>;
|
|
48158
|
-
'dashboardTabularExports'?: Array<JsonApiWorkspaceAutomationOutAttributesDashboardTabularExportsInner>;
|
|
48159
|
-
/**
|
|
48160
|
-
* External recipients of the automation action results.
|
|
48161
|
-
*/
|
|
48162
|
-
'externalRecipients'?: Array<JsonApiWorkspaceAutomationOutAttributesExternalRecipientsInner>;
|
|
48163
|
-
}
|
|
48164
|
-
|
|
48165
|
-
export declare type JsonApiAutomationInAttributesEvaluationModeEnum = 'SHARED' | 'PER_RECIPIENT';
|
|
48166
|
-
|
|
48167
|
-
export declare type JsonApiAutomationInAttributesStateEnum = 'ACTIVE' | 'PAUSED';
|
|
48168
|
-
|
|
48169
48161
|
export declare interface JsonApiAutomationInDocument {
|
|
48170
48162
|
'data': JsonApiAutomationIn;
|
|
48171
48163
|
}
|
|
48172
48164
|
|
|
48173
|
-
export declare interface JsonApiAutomationInRelationships {
|
|
48174
|
-
'notificationChannel'?: JsonApiWorkspaceAutomationOutRelationshipsNotificationChannel;
|
|
48175
|
-
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
48176
|
-
'exportDefinitions'?: JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions;
|
|
48177
|
-
'recipients'?: JsonApiWorkspaceAutomationOutRelationshipsRecipients;
|
|
48178
|
-
}
|
|
48179
|
-
|
|
48180
48165
|
export declare type JsonApiAutomationInTypeEnum = 'automation';
|
|
48181
48166
|
|
|
48182
48167
|
/**
|
|
@@ -48201,7 +48186,7 @@ export declare interface JsonApiAutomationOut {
|
|
|
48201
48186
|
* API identifier of an object
|
|
48202
48187
|
*/
|
|
48203
48188
|
'id': string;
|
|
48204
|
-
'meta'?:
|
|
48189
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
48205
48190
|
'attributes'?: JsonApiAutomationOutAttributes;
|
|
48206
48191
|
'relationships'?: JsonApiAutomationOutRelationships;
|
|
48207
48192
|
}
|
|
@@ -48215,7 +48200,7 @@ export declare interface JsonApiAutomationOutAttributes {
|
|
|
48215
48200
|
* Additional details to be included in the automated message.
|
|
48216
48201
|
*/
|
|
48217
48202
|
'details'?: object;
|
|
48218
|
-
'metadata'?:
|
|
48203
|
+
'metadata'?: JsonApiAutomationOutAttributesMetadata | null;
|
|
48219
48204
|
/**
|
|
48220
48205
|
* Current state of the automation.
|
|
48221
48206
|
*/
|
|
@@ -48224,18 +48209,18 @@ export declare interface JsonApiAutomationOutAttributes {
|
|
|
48224
48209
|
* Specify automation evaluation mode.
|
|
48225
48210
|
*/
|
|
48226
48211
|
'evaluationMode'?: JsonApiAutomationOutAttributesEvaluationModeEnum;
|
|
48227
|
-
'schedule'?:
|
|
48228
|
-
'alert'?:
|
|
48229
|
-
'tabularExports'?: Array<
|
|
48230
|
-
'visualExports'?: Array<
|
|
48231
|
-
'imageExports'?: Array<
|
|
48232
|
-
'rawExports'?: Array<
|
|
48233
|
-
'slidesExports'?: Array<
|
|
48234
|
-
'dashboardTabularExports'?: Array<
|
|
48212
|
+
'schedule'?: JsonApiAutomationOutAttributesSchedule;
|
|
48213
|
+
'alert'?: JsonApiAutomationOutAttributesAlert;
|
|
48214
|
+
'tabularExports'?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
48215
|
+
'visualExports'?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
48216
|
+
'imageExports'?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
48217
|
+
'rawExports'?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
48218
|
+
'slidesExports'?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
48219
|
+
'dashboardTabularExports'?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
48235
48220
|
/**
|
|
48236
48221
|
* External recipients of the automation action results.
|
|
48237
48222
|
*/
|
|
48238
|
-
'externalRecipients'?: Array<
|
|
48223
|
+
'externalRecipients'?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
48239
48224
|
/**
|
|
48240
48225
|
* Time of the entity creation.
|
|
48241
48226
|
*/
|
|
@@ -48246,10 +48231,86 @@ export declare interface JsonApiAutomationOutAttributes {
|
|
|
48246
48231
|
'modifiedAt'?: string | null;
|
|
48247
48232
|
}
|
|
48248
48233
|
|
|
48234
|
+
export declare interface JsonApiAutomationOutAttributesAlert {
|
|
48235
|
+
'execution': AlertAfm;
|
|
48236
|
+
'condition': AlertCondition;
|
|
48237
|
+
/**
|
|
48238
|
+
* 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. ONCE_PER_INTERVAL - alert is triggered when the condition is met, then suppressed for the interval. If no interval is specified, it behaves as ALWAYS.
|
|
48239
|
+
*/
|
|
48240
|
+
'trigger'?: JsonApiAutomationOutAttributesAlertTriggerEnum;
|
|
48241
|
+
/**
|
|
48242
|
+
* Date granularity for the interval of ONCE_PER_INTERVAL trigger. Supported granularities: DAY, WEEK, MONTH, QUARTER, YEAR.
|
|
48243
|
+
*/
|
|
48244
|
+
'interval'?: JsonApiAutomationOutAttributesAlertIntervalEnum;
|
|
48245
|
+
}
|
|
48246
|
+
|
|
48247
|
+
export declare type JsonApiAutomationOutAttributesAlertIntervalEnum = 'DAY' | 'WEEK' | 'MONTH' | 'QUARTER' | 'YEAR';
|
|
48248
|
+
|
|
48249
|
+
export declare type JsonApiAutomationOutAttributesAlertTriggerEnum = 'ALWAYS' | 'ONCE' | 'ONCE_PER_INTERVAL';
|
|
48250
|
+
|
|
48251
|
+
export declare interface JsonApiAutomationOutAttributesDashboardTabularExportsInner {
|
|
48252
|
+
'requestPayload': DashboardTabularExportRequestV2;
|
|
48253
|
+
}
|
|
48254
|
+
|
|
48249
48255
|
export declare type JsonApiAutomationOutAttributesEvaluationModeEnum = 'SHARED' | 'PER_RECIPIENT';
|
|
48250
48256
|
|
|
48257
|
+
export declare interface JsonApiAutomationOutAttributesExternalRecipientsInner {
|
|
48258
|
+
/**
|
|
48259
|
+
* E-mail address to send notifications from.
|
|
48260
|
+
*/
|
|
48261
|
+
'email': string;
|
|
48262
|
+
}
|
|
48263
|
+
|
|
48264
|
+
export declare interface JsonApiAutomationOutAttributesImageExportsInner {
|
|
48265
|
+
'requestPayload': ImageExportRequest;
|
|
48266
|
+
}
|
|
48267
|
+
|
|
48268
|
+
/**
|
|
48269
|
+
* Additional information for the automation.
|
|
48270
|
+
*/
|
|
48271
|
+
export declare interface JsonApiAutomationOutAttributesMetadata {
|
|
48272
|
+
[key: string]: any;
|
|
48273
|
+
'widget'?: string;
|
|
48274
|
+
'visibleFilters'?: Array<VisibleFilter>;
|
|
48275
|
+
}
|
|
48276
|
+
|
|
48277
|
+
export declare interface JsonApiAutomationOutAttributesRawExportsInner {
|
|
48278
|
+
'requestPayload': RawExportAutomationRequest;
|
|
48279
|
+
}
|
|
48280
|
+
|
|
48281
|
+
export declare interface JsonApiAutomationOutAttributesSchedule {
|
|
48282
|
+
/**
|
|
48283
|
+
* 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.
|
|
48284
|
+
*/
|
|
48285
|
+
'cron': string;
|
|
48286
|
+
/**
|
|
48287
|
+
* Human-readable description of the cron expression.
|
|
48288
|
+
*/
|
|
48289
|
+
'cronDescription'?: string;
|
|
48290
|
+
/**
|
|
48291
|
+
* Timezone in which the schedule is defined.
|
|
48292
|
+
*/
|
|
48293
|
+
'timezone': string;
|
|
48294
|
+
/**
|
|
48295
|
+
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
48296
|
+
*/
|
|
48297
|
+
'firstRun'?: string;
|
|
48298
|
+
}
|
|
48299
|
+
|
|
48300
|
+
export declare interface JsonApiAutomationOutAttributesSlidesExportsInner {
|
|
48301
|
+
'requestPayload': SlidesExportRequest;
|
|
48302
|
+
}
|
|
48303
|
+
|
|
48251
48304
|
export declare type JsonApiAutomationOutAttributesStateEnum = 'ACTIVE' | 'PAUSED';
|
|
48252
48305
|
|
|
48306
|
+
export declare interface JsonApiAutomationOutAttributesTabularExportsInner {
|
|
48307
|
+
'requestPayload': TabularExportRequest;
|
|
48308
|
+
}
|
|
48309
|
+
|
|
48310
|
+
export declare interface JsonApiAutomationOutAttributesVisualExportsInner {
|
|
48311
|
+
'requestPayload': VisualExportRequest;
|
|
48312
|
+
}
|
|
48313
|
+
|
|
48253
48314
|
export declare interface JsonApiAutomationOutDocument {
|
|
48254
48315
|
'data': JsonApiAutomationOut;
|
|
48255
48316
|
'links'?: ObjectLinks;
|
|
@@ -48270,7 +48331,7 @@ export declare type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOut
|
|
|
48270
48331
|
export declare interface JsonApiAutomationOutList {
|
|
48271
48332
|
'data': Array<JsonApiAutomationOutWithLinks>;
|
|
48272
48333
|
'links'?: ListLinks;
|
|
48273
|
-
'meta'?:
|
|
48334
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
48274
48335
|
/**
|
|
48275
48336
|
* Included resources
|
|
48276
48337
|
*/
|
|
@@ -48278,13 +48339,42 @@ export declare interface JsonApiAutomationOutList {
|
|
|
48278
48339
|
}
|
|
48279
48340
|
|
|
48280
48341
|
export declare interface JsonApiAutomationOutRelationships {
|
|
48281
|
-
'notificationChannel'?:
|
|
48282
|
-
'analyticalDashboard'?:
|
|
48283
|
-
'createdBy'?:
|
|
48284
|
-
'modifiedBy'?:
|
|
48285
|
-
'exportDefinitions'?:
|
|
48286
|
-
'recipients'?:
|
|
48287
|
-
'automationResults'?:
|
|
48342
|
+
'notificationChannel'?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
48343
|
+
'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
48344
|
+
'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
48345
|
+
'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
48346
|
+
'exportDefinitions'?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
48347
|
+
'recipients'?: JsonApiAutomationOutRelationshipsRecipients;
|
|
48348
|
+
'automationResults'?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
48349
|
+
}
|
|
48350
|
+
|
|
48351
|
+
export declare interface JsonApiAutomationOutRelationshipsAnalyticalDashboard {
|
|
48352
|
+
'data': JsonApiAnalyticalDashboardLinkage | null;
|
|
48353
|
+
}
|
|
48354
|
+
|
|
48355
|
+
export declare interface JsonApiAutomationOutRelationshipsAutomationResults {
|
|
48356
|
+
/**
|
|
48357
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
48358
|
+
*/
|
|
48359
|
+
'data': Array<JsonApiAutomationResultLinkage>;
|
|
48360
|
+
}
|
|
48361
|
+
|
|
48362
|
+
export declare interface JsonApiAutomationOutRelationshipsExportDefinitions {
|
|
48363
|
+
/**
|
|
48364
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
48365
|
+
*/
|
|
48366
|
+
'data': Array<JsonApiExportDefinitionLinkage>;
|
|
48367
|
+
}
|
|
48368
|
+
|
|
48369
|
+
export declare interface JsonApiAutomationOutRelationshipsNotificationChannel {
|
|
48370
|
+
'data': JsonApiNotificationChannelLinkage | null;
|
|
48371
|
+
}
|
|
48372
|
+
|
|
48373
|
+
export declare interface JsonApiAutomationOutRelationshipsRecipients {
|
|
48374
|
+
/**
|
|
48375
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
48376
|
+
*/
|
|
48377
|
+
'data': Array<JsonApiUserLinkage>;
|
|
48288
48378
|
}
|
|
48289
48379
|
|
|
48290
48380
|
export declare type JsonApiAutomationOutTypeEnum = 'automation';
|
|
@@ -48298,7 +48388,7 @@ export declare interface JsonApiAutomationOutWithLinks {
|
|
|
48298
48388
|
* API identifier of an object
|
|
48299
48389
|
*/
|
|
48300
48390
|
'id': string;
|
|
48301
|
-
'meta'?:
|
|
48391
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
48302
48392
|
'attributes'?: JsonApiAutomationOutAttributes;
|
|
48303
48393
|
'relationships'?: JsonApiAutomationOutRelationships;
|
|
48304
48394
|
'links'?: ObjectLinks;
|
|
@@ -48318,14 +48408,57 @@ export declare interface JsonApiAutomationPatch {
|
|
|
48318
48408
|
* API identifier of an object
|
|
48319
48409
|
*/
|
|
48320
48410
|
'id': string;
|
|
48321
|
-
'attributes'?:
|
|
48322
|
-
'relationships'?:
|
|
48411
|
+
'attributes'?: JsonApiAutomationPatchAttributes;
|
|
48412
|
+
'relationships'?: JsonApiAutomationPatchRelationships;
|
|
48323
48413
|
}
|
|
48324
48414
|
|
|
48415
|
+
export declare interface JsonApiAutomationPatchAttributes {
|
|
48416
|
+
'title'?: string;
|
|
48417
|
+
'description'?: string;
|
|
48418
|
+
'tags'?: Array<string>;
|
|
48419
|
+
'areRelationsValid'?: boolean;
|
|
48420
|
+
/**
|
|
48421
|
+
* Additional details to be included in the automated message.
|
|
48422
|
+
*/
|
|
48423
|
+
'details'?: object;
|
|
48424
|
+
'metadata'?: JsonApiAutomationOutAttributesMetadata | null;
|
|
48425
|
+
/**
|
|
48426
|
+
* Current state of the automation.
|
|
48427
|
+
*/
|
|
48428
|
+
'state'?: JsonApiAutomationPatchAttributesStateEnum;
|
|
48429
|
+
/**
|
|
48430
|
+
* Specify automation evaluation mode.
|
|
48431
|
+
*/
|
|
48432
|
+
'evaluationMode'?: JsonApiAutomationPatchAttributesEvaluationModeEnum;
|
|
48433
|
+
'schedule'?: JsonApiAutomationOutAttributesSchedule;
|
|
48434
|
+
'alert'?: JsonApiAutomationOutAttributesAlert;
|
|
48435
|
+
'tabularExports'?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
48436
|
+
'visualExports'?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
48437
|
+
'imageExports'?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
48438
|
+
'rawExports'?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
48439
|
+
'slidesExports'?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
48440
|
+
'dashboardTabularExports'?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
48441
|
+
/**
|
|
48442
|
+
* External recipients of the automation action results.
|
|
48443
|
+
*/
|
|
48444
|
+
'externalRecipients'?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
48445
|
+
}
|
|
48446
|
+
|
|
48447
|
+
export declare type JsonApiAutomationPatchAttributesEvaluationModeEnum = 'SHARED' | 'PER_RECIPIENT';
|
|
48448
|
+
|
|
48449
|
+
export declare type JsonApiAutomationPatchAttributesStateEnum = 'ACTIVE' | 'PAUSED';
|
|
48450
|
+
|
|
48325
48451
|
export declare interface JsonApiAutomationPatchDocument {
|
|
48326
48452
|
'data': JsonApiAutomationPatch;
|
|
48327
48453
|
}
|
|
48328
48454
|
|
|
48455
|
+
export declare interface JsonApiAutomationPatchRelationships {
|
|
48456
|
+
'notificationChannel'?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
48457
|
+
'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
48458
|
+
'exportDefinitions'?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
48459
|
+
'recipients'?: JsonApiAutomationOutRelationshipsRecipients;
|
|
48460
|
+
}
|
|
48461
|
+
|
|
48329
48462
|
export declare type JsonApiAutomationPatchTypeEnum = 'automation';
|
|
48330
48463
|
|
|
48331
48464
|
/**
|
|
@@ -48375,7 +48508,7 @@ export declare type JsonApiAutomationResultOutAttributesStatusEnum = 'SUCCESS' |
|
|
|
48375
48508
|
export declare interface JsonApiAutomationResultOutList {
|
|
48376
48509
|
'data': Array<JsonApiAutomationResultOutWithLinks>;
|
|
48377
48510
|
'links'?: ListLinks;
|
|
48378
|
-
'meta'?:
|
|
48511
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
48379
48512
|
/**
|
|
48380
48513
|
* Included resources
|
|
48381
48514
|
*/
|
|
@@ -48383,7 +48516,11 @@ export declare interface JsonApiAutomationResultOutList {
|
|
|
48383
48516
|
}
|
|
48384
48517
|
|
|
48385
48518
|
export declare interface JsonApiAutomationResultOutRelationships {
|
|
48386
|
-
'automation'?:
|
|
48519
|
+
'automation'?: JsonApiAutomationResultOutRelationshipsAutomation;
|
|
48520
|
+
}
|
|
48521
|
+
|
|
48522
|
+
export declare interface JsonApiAutomationResultOutRelationshipsAutomation {
|
|
48523
|
+
'data': JsonApiAutomationLinkage | null;
|
|
48387
48524
|
}
|
|
48388
48525
|
|
|
48389
48526
|
export declare type JsonApiAutomationResultOutTypeEnum = 'automationResult';
|
|
@@ -48416,15 +48553,7 @@ export declare interface JsonApiColorPaletteIn {
|
|
|
48416
48553
|
* API identifier of an object
|
|
48417
48554
|
*/
|
|
48418
48555
|
'id': string;
|
|
48419
|
-
'attributes':
|
|
48420
|
-
}
|
|
48421
|
-
|
|
48422
|
-
export declare interface JsonApiColorPaletteInAttributes {
|
|
48423
|
-
'name': string;
|
|
48424
|
-
/**
|
|
48425
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
48426
|
-
*/
|
|
48427
|
-
'content': object;
|
|
48556
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
48428
48557
|
}
|
|
48429
48558
|
|
|
48430
48559
|
export declare interface JsonApiColorPaletteInDocument {
|
|
@@ -48445,7 +48574,15 @@ export declare interface JsonApiColorPaletteOut {
|
|
|
48445
48574
|
* API identifier of an object
|
|
48446
48575
|
*/
|
|
48447
48576
|
'id': string;
|
|
48448
|
-
'attributes':
|
|
48577
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
48578
|
+
}
|
|
48579
|
+
|
|
48580
|
+
export declare interface JsonApiColorPaletteOutAttributes {
|
|
48581
|
+
'name': string;
|
|
48582
|
+
/**
|
|
48583
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
48584
|
+
*/
|
|
48585
|
+
'content': object;
|
|
48449
48586
|
}
|
|
48450
48587
|
|
|
48451
48588
|
export declare interface JsonApiColorPaletteOutDocument {
|
|
@@ -48459,7 +48596,7 @@ export declare interface JsonApiColorPaletteOutDocument {
|
|
|
48459
48596
|
export declare interface JsonApiColorPaletteOutList {
|
|
48460
48597
|
'data': Array<JsonApiColorPaletteOutWithLinks>;
|
|
48461
48598
|
'links'?: ListLinks;
|
|
48462
|
-
'meta'?:
|
|
48599
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
48463
48600
|
}
|
|
48464
48601
|
|
|
48465
48602
|
export declare type JsonApiColorPaletteOutTypeEnum = 'colorPalette';
|
|
@@ -48473,7 +48610,7 @@ export declare interface JsonApiColorPaletteOutWithLinks {
|
|
|
48473
48610
|
* API identifier of an object
|
|
48474
48611
|
*/
|
|
48475
48612
|
'id': string;
|
|
48476
|
-
'attributes':
|
|
48613
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
48477
48614
|
'links'?: ObjectLinks;
|
|
48478
48615
|
}
|
|
48479
48616
|
|
|
@@ -48520,7 +48657,15 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
|
|
|
48520
48657
|
* API identifier of an object
|
|
48521
48658
|
*/
|
|
48522
48659
|
'id': string;
|
|
48523
|
-
'attributes'?:
|
|
48660
|
+
'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
48661
|
+
}
|
|
48662
|
+
|
|
48663
|
+
export declare interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
48664
|
+
'lastRotation'?: string;
|
|
48665
|
+
/**
|
|
48666
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
48667
|
+
*/
|
|
48668
|
+
'rotationInterval'?: string;
|
|
48524
48669
|
}
|
|
48525
48670
|
|
|
48526
48671
|
export declare interface JsonApiCookieSecurityConfigurationInDocument {
|
|
@@ -48541,7 +48686,7 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
|
|
|
48541
48686
|
* API identifier of an object
|
|
48542
48687
|
*/
|
|
48543
48688
|
'id': string;
|
|
48544
|
-
'attributes'?:
|
|
48689
|
+
'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
48545
48690
|
}
|
|
48546
48691
|
|
|
48547
48692
|
export declare interface JsonApiCookieSecurityConfigurationOutDocument {
|
|
@@ -48563,15 +48708,7 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
48563
48708
|
* API identifier of an object
|
|
48564
48709
|
*/
|
|
48565
48710
|
'id': string;
|
|
48566
|
-
'attributes'?:
|
|
48567
|
-
}
|
|
48568
|
-
|
|
48569
|
-
export declare interface JsonApiCookieSecurityConfigurationPatchAttributes {
|
|
48570
|
-
'lastRotation'?: string;
|
|
48571
|
-
/**
|
|
48572
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
48573
|
-
*/
|
|
48574
|
-
'rotationInterval'?: string;
|
|
48711
|
+
'attributes'?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
48575
48712
|
}
|
|
48576
48713
|
|
|
48577
48714
|
export declare interface JsonApiCookieSecurityConfigurationPatchDocument {
|
|
@@ -48592,11 +48729,7 @@ export declare interface JsonApiCspDirectiveIn {
|
|
|
48592
48729
|
* API identifier of an object
|
|
48593
48730
|
*/
|
|
48594
48731
|
'id': string;
|
|
48595
|
-
'attributes':
|
|
48596
|
-
}
|
|
48597
|
-
|
|
48598
|
-
export declare interface JsonApiCspDirectiveInAttributes {
|
|
48599
|
-
'sources': Array<string>;
|
|
48732
|
+
'attributes': JsonApiCspDirectiveOutAttributes;
|
|
48600
48733
|
}
|
|
48601
48734
|
|
|
48602
48735
|
export declare interface JsonApiCspDirectiveInDocument {
|
|
@@ -48617,7 +48750,11 @@ export declare interface JsonApiCspDirectiveOut {
|
|
|
48617
48750
|
* API identifier of an object
|
|
48618
48751
|
*/
|
|
48619
48752
|
'id': string;
|
|
48620
|
-
'attributes':
|
|
48753
|
+
'attributes': JsonApiCspDirectiveOutAttributes;
|
|
48754
|
+
}
|
|
48755
|
+
|
|
48756
|
+
export declare interface JsonApiCspDirectiveOutAttributes {
|
|
48757
|
+
'sources': Array<string>;
|
|
48621
48758
|
}
|
|
48622
48759
|
|
|
48623
48760
|
export declare interface JsonApiCspDirectiveOutDocument {
|
|
@@ -48631,7 +48768,7 @@ export declare interface JsonApiCspDirectiveOutDocument {
|
|
|
48631
48768
|
export declare interface JsonApiCspDirectiveOutList {
|
|
48632
48769
|
'data': Array<JsonApiCspDirectiveOutWithLinks>;
|
|
48633
48770
|
'links'?: ListLinks;
|
|
48634
|
-
'meta'?:
|
|
48771
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
48635
48772
|
}
|
|
48636
48773
|
|
|
48637
48774
|
export declare type JsonApiCspDirectiveOutTypeEnum = 'cspDirective';
|
|
@@ -48645,7 +48782,7 @@ export declare interface JsonApiCspDirectiveOutWithLinks {
|
|
|
48645
48782
|
* API identifier of an object
|
|
48646
48783
|
*/
|
|
48647
48784
|
'id': string;
|
|
48648
|
-
'attributes':
|
|
48785
|
+
'attributes': JsonApiCspDirectiveOutAttributes;
|
|
48649
48786
|
'links'?: ObjectLinks;
|
|
48650
48787
|
}
|
|
48651
48788
|
|
|
@@ -48709,14 +48846,14 @@ export declare interface JsonApiCustomApplicationSettingOut {
|
|
|
48709
48846
|
* API identifier of an object
|
|
48710
48847
|
*/
|
|
48711
48848
|
'id': string;
|
|
48712
|
-
'meta'?:
|
|
48849
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
48713
48850
|
'attributes': JsonApiCustomApplicationSettingOutAttributes;
|
|
48714
48851
|
}
|
|
48715
48852
|
|
|
48716
48853
|
export declare interface JsonApiCustomApplicationSettingOutAttributes {
|
|
48717
48854
|
'applicationName': string;
|
|
48718
48855
|
/**
|
|
48719
|
-
* Free-form JSON content. Maximum supported length is
|
|
48856
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
48720
48857
|
*/
|
|
48721
48858
|
'content': object;
|
|
48722
48859
|
}
|
|
@@ -48732,7 +48869,7 @@ export declare interface JsonApiCustomApplicationSettingOutDocument {
|
|
|
48732
48869
|
export declare interface JsonApiCustomApplicationSettingOutList {
|
|
48733
48870
|
'data': Array<JsonApiCustomApplicationSettingOutWithLinks>;
|
|
48734
48871
|
'links'?: ListLinks;
|
|
48735
|
-
'meta'?:
|
|
48872
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
48736
48873
|
}
|
|
48737
48874
|
|
|
48738
48875
|
export declare type JsonApiCustomApplicationSettingOutTypeEnum = 'customApplicationSetting';
|
|
@@ -48746,7 +48883,7 @@ export declare interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
|
48746
48883
|
* API identifier of an object
|
|
48747
48884
|
*/
|
|
48748
48885
|
'id': string;
|
|
48749
|
-
'meta'?:
|
|
48886
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
48750
48887
|
'attributes': JsonApiCustomApplicationSettingOutAttributes;
|
|
48751
48888
|
'links'?: ObjectLinks;
|
|
48752
48889
|
}
|
|
@@ -48771,7 +48908,7 @@ export declare interface JsonApiCustomApplicationSettingPatch {
|
|
|
48771
48908
|
export declare interface JsonApiCustomApplicationSettingPatchAttributes {
|
|
48772
48909
|
'applicationName'?: string;
|
|
48773
48910
|
/**
|
|
48774
|
-
* Free-form JSON content. Maximum supported length is
|
|
48911
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
48775
48912
|
*/
|
|
48776
48913
|
'content'?: object;
|
|
48777
48914
|
}
|
|
@@ -48815,12 +48952,7 @@ export declare interface JsonApiCustomGeoCollectionIn {
|
|
|
48815
48952
|
* API identifier of an object
|
|
48816
48953
|
*/
|
|
48817
48954
|
'id': string;
|
|
48818
|
-
'attributes'?:
|
|
48819
|
-
}
|
|
48820
|
-
|
|
48821
|
-
export declare interface JsonApiCustomGeoCollectionInAttributes {
|
|
48822
|
-
'name'?: string | null;
|
|
48823
|
-
'description'?: string | null;
|
|
48955
|
+
'attributes'?: JsonApiCustomGeoCollectionPatchAttributes;
|
|
48824
48956
|
}
|
|
48825
48957
|
|
|
48826
48958
|
export declare interface JsonApiCustomGeoCollectionInDocument {
|
|
@@ -48841,7 +48973,7 @@ export declare interface JsonApiCustomGeoCollectionOut {
|
|
|
48841
48973
|
* API identifier of an object
|
|
48842
48974
|
*/
|
|
48843
48975
|
'id': string;
|
|
48844
|
-
'attributes'?:
|
|
48976
|
+
'attributes'?: JsonApiCustomGeoCollectionPatchAttributes;
|
|
48845
48977
|
}
|
|
48846
48978
|
|
|
48847
48979
|
export declare interface JsonApiCustomGeoCollectionOutDocument {
|
|
@@ -48855,7 +48987,7 @@ export declare interface JsonApiCustomGeoCollectionOutDocument {
|
|
|
48855
48987
|
export declare interface JsonApiCustomGeoCollectionOutList {
|
|
48856
48988
|
'data': Array<JsonApiCustomGeoCollectionOutWithLinks>;
|
|
48857
48989
|
'links'?: ListLinks;
|
|
48858
|
-
'meta'?:
|
|
48990
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
48859
48991
|
}
|
|
48860
48992
|
|
|
48861
48993
|
export declare type JsonApiCustomGeoCollectionOutTypeEnum = 'customGeoCollection';
|
|
@@ -48869,7 +49001,7 @@ export declare interface JsonApiCustomGeoCollectionOutWithLinks {
|
|
|
48869
49001
|
* API identifier of an object
|
|
48870
49002
|
*/
|
|
48871
49003
|
'id': string;
|
|
48872
|
-
'attributes'?:
|
|
49004
|
+
'attributes'?: JsonApiCustomGeoCollectionPatchAttributes;
|
|
48873
49005
|
'links'?: ObjectLinks;
|
|
48874
49006
|
}
|
|
48875
49007
|
|
|
@@ -48887,7 +49019,12 @@ export declare interface JsonApiCustomGeoCollectionPatch {
|
|
|
48887
49019
|
* API identifier of an object
|
|
48888
49020
|
*/
|
|
48889
49021
|
'id': string;
|
|
48890
|
-
'attributes'?:
|
|
49022
|
+
'attributes'?: JsonApiCustomGeoCollectionPatchAttributes;
|
|
49023
|
+
}
|
|
49024
|
+
|
|
49025
|
+
export declare interface JsonApiCustomGeoCollectionPatchAttributes {
|
|
49026
|
+
'name'?: string | null;
|
|
49027
|
+
'description'?: string | null;
|
|
48891
49028
|
}
|
|
48892
49029
|
|
|
48893
49030
|
export declare interface JsonApiCustomGeoCollectionPatchDocument {
|
|
@@ -48908,7 +49045,7 @@ export declare interface JsonApiDashboardPluginIn {
|
|
|
48908
49045
|
* API identifier of an object
|
|
48909
49046
|
*/
|
|
48910
49047
|
'id': string;
|
|
48911
|
-
'attributes'?:
|
|
49048
|
+
'attributes'?: JsonApiDashboardPluginPatchAttributes;
|
|
48912
49049
|
}
|
|
48913
49050
|
|
|
48914
49051
|
export declare interface JsonApiDashboardPluginInDocument {
|
|
@@ -48939,7 +49076,7 @@ export declare interface JsonApiDashboardPluginOut {
|
|
|
48939
49076
|
* API identifier of an object
|
|
48940
49077
|
*/
|
|
48941
49078
|
'id': string;
|
|
48942
|
-
'meta'?:
|
|
49079
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
48943
49080
|
'attributes'?: JsonApiDashboardPluginOutAttributes;
|
|
48944
49081
|
'relationships'?: JsonApiDashboardPluginOutRelationships;
|
|
48945
49082
|
}
|
|
@@ -48978,7 +49115,7 @@ export declare interface JsonApiDashboardPluginOutDocument {
|
|
|
48978
49115
|
export declare interface JsonApiDashboardPluginOutList {
|
|
48979
49116
|
'data': Array<JsonApiDashboardPluginOutWithLinks>;
|
|
48980
49117
|
'links'?: ListLinks;
|
|
48981
|
-
'meta'?:
|
|
49118
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
48982
49119
|
/**
|
|
48983
49120
|
* Included resources
|
|
48984
49121
|
*/
|
|
@@ -48986,8 +49123,8 @@ export declare interface JsonApiDashboardPluginOutList {
|
|
|
48986
49123
|
}
|
|
48987
49124
|
|
|
48988
49125
|
export declare interface JsonApiDashboardPluginOutRelationships {
|
|
48989
|
-
'createdBy'?:
|
|
48990
|
-
'modifiedBy'?:
|
|
49126
|
+
'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
49127
|
+
'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
48991
49128
|
}
|
|
48992
49129
|
|
|
48993
49130
|
export declare type JsonApiDashboardPluginOutTypeEnum = 'dashboardPlugin';
|
|
@@ -49001,7 +49138,7 @@ export declare interface JsonApiDashboardPluginOutWithLinks {
|
|
|
49001
49138
|
* API identifier of an object
|
|
49002
49139
|
*/
|
|
49003
49140
|
'id': string;
|
|
49004
|
-
'meta'?:
|
|
49141
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
49005
49142
|
'attributes'?: JsonApiDashboardPluginOutAttributes;
|
|
49006
49143
|
'relationships'?: JsonApiDashboardPluginOutRelationships;
|
|
49007
49144
|
'links'?: ObjectLinks;
|
|
@@ -49021,7 +49158,18 @@ export declare interface JsonApiDashboardPluginPatch {
|
|
|
49021
49158
|
* API identifier of an object
|
|
49022
49159
|
*/
|
|
49023
49160
|
'id': string;
|
|
49024
|
-
'attributes'?:
|
|
49161
|
+
'attributes'?: JsonApiDashboardPluginPatchAttributes;
|
|
49162
|
+
}
|
|
49163
|
+
|
|
49164
|
+
export declare interface JsonApiDashboardPluginPatchAttributes {
|
|
49165
|
+
'title'?: string;
|
|
49166
|
+
'description'?: string;
|
|
49167
|
+
'tags'?: Array<string>;
|
|
49168
|
+
'areRelationsValid'?: boolean;
|
|
49169
|
+
/**
|
|
49170
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
49171
|
+
*/
|
|
49172
|
+
'content'?: object;
|
|
49025
49173
|
}
|
|
49026
49174
|
|
|
49027
49175
|
export declare interface JsonApiDashboardPluginPatchDocument {
|
|
@@ -49042,18 +49190,7 @@ export declare interface JsonApiDashboardPluginPostOptionalId {
|
|
|
49042
49190
|
* API identifier of an object
|
|
49043
49191
|
*/
|
|
49044
49192
|
'id'?: string;
|
|
49045
|
-
'attributes'?:
|
|
49046
|
-
}
|
|
49047
|
-
|
|
49048
|
-
export declare interface JsonApiDashboardPluginPostOptionalIdAttributes {
|
|
49049
|
-
'title'?: string;
|
|
49050
|
-
'description'?: string;
|
|
49051
|
-
'tags'?: Array<string>;
|
|
49052
|
-
'areRelationsValid'?: boolean;
|
|
49053
|
-
/**
|
|
49054
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
49055
|
-
*/
|
|
49056
|
-
'content'?: object;
|
|
49193
|
+
'attributes'?: JsonApiDashboardPluginPatchAttributes;
|
|
49057
49194
|
}
|
|
49058
49195
|
|
|
49059
49196
|
export declare interface JsonApiDashboardPluginPostOptionalIdDocument {
|
|
@@ -49084,7 +49221,7 @@ export declare interface JsonApiDatasetOut {
|
|
|
49084
49221
|
* API identifier of an object
|
|
49085
49222
|
*/
|
|
49086
49223
|
'id': string;
|
|
49087
|
-
'meta'?:
|
|
49224
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
49088
49225
|
'attributes': JsonApiDatasetOutAttributes;
|
|
49089
49226
|
'relationships'?: JsonApiDatasetOutRelationships;
|
|
49090
49227
|
}
|
|
@@ -49170,18 +49307,35 @@ export declare type JsonApiDatasetOutIncludes = JsonApiAggregatedFactOutWithLink
|
|
|
49170
49307
|
export declare interface JsonApiDatasetOutList {
|
|
49171
49308
|
'data': Array<JsonApiDatasetOutWithLinks>;
|
|
49172
49309
|
'links'?: ListLinks;
|
|
49173
|
-
'meta'?:
|
|
49310
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
49174
49311
|
/**
|
|
49175
49312
|
* Included resources
|
|
49176
49313
|
*/
|
|
49177
49314
|
'included'?: Array<JsonApiDatasetOutIncludes>;
|
|
49178
49315
|
}
|
|
49179
49316
|
|
|
49317
|
+
export declare interface JsonApiDatasetOutMeta {
|
|
49318
|
+
'origin'?: JsonApiDatasetOutMetaOrigin;
|
|
49319
|
+
}
|
|
49320
|
+
|
|
49321
|
+
export declare interface JsonApiDatasetOutMetaOrigin {
|
|
49322
|
+
/**
|
|
49323
|
+
* defines type of the origin of the entity
|
|
49324
|
+
*/
|
|
49325
|
+
'originType': JsonApiDatasetOutMetaOriginOriginTypeEnum;
|
|
49326
|
+
/**
|
|
49327
|
+
* defines id of the workspace where the entity comes from
|
|
49328
|
+
*/
|
|
49329
|
+
'originId': string;
|
|
49330
|
+
}
|
|
49331
|
+
|
|
49332
|
+
export declare type JsonApiDatasetOutMetaOriginOriginTypeEnum = 'NATIVE' | 'PARENT';
|
|
49333
|
+
|
|
49180
49334
|
export declare interface JsonApiDatasetOutRelationships {
|
|
49181
49335
|
'attributes'?: JsonApiDatasetOutRelationshipsAttributes;
|
|
49182
49336
|
'facts'?: JsonApiDatasetOutRelationshipsFacts;
|
|
49183
49337
|
'aggregatedFacts'?: JsonApiDatasetOutRelationshipsAggregatedFacts;
|
|
49184
|
-
'references'?:
|
|
49338
|
+
'references'?: JsonApiDatasetOutRelationshipsReferences;
|
|
49185
49339
|
'workspaceDataFilters'?: JsonApiDatasetOutRelationshipsWorkspaceDataFilters;
|
|
49186
49340
|
}
|
|
49187
49341
|
|
|
@@ -49206,6 +49360,13 @@ export declare interface JsonApiDatasetOutRelationshipsFacts {
|
|
|
49206
49360
|
'data': Array<JsonApiFactLinkage>;
|
|
49207
49361
|
}
|
|
49208
49362
|
|
|
49363
|
+
export declare interface JsonApiDatasetOutRelationshipsReferences {
|
|
49364
|
+
/**
|
|
49365
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
49366
|
+
*/
|
|
49367
|
+
'data': Array<JsonApiDatasetLinkage>;
|
|
49368
|
+
}
|
|
49369
|
+
|
|
49209
49370
|
export declare interface JsonApiDatasetOutRelationshipsWorkspaceDataFilters {
|
|
49210
49371
|
/**
|
|
49211
49372
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -49224,7 +49385,7 @@ export declare interface JsonApiDatasetOutWithLinks {
|
|
|
49224
49385
|
* API identifier of an object
|
|
49225
49386
|
*/
|
|
49226
49387
|
'id': string;
|
|
49227
|
-
'meta'?:
|
|
49388
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
49228
49389
|
'attributes': JsonApiDatasetOutAttributes;
|
|
49229
49390
|
'relationships'?: JsonApiDatasetOutRelationships;
|
|
49230
49391
|
'links'?: ObjectLinks;
|
|
@@ -49288,7 +49449,7 @@ export declare interface JsonApiDataSourceIdentifierOutDocument {
|
|
|
49288
49449
|
export declare interface JsonApiDataSourceIdentifierOutList {
|
|
49289
49450
|
'data': Array<JsonApiDataSourceIdentifierOutWithLinks>;
|
|
49290
49451
|
'links'?: ListLinks;
|
|
49291
|
-
'meta'?:
|
|
49452
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
49292
49453
|
}
|
|
49293
49454
|
|
|
49294
49455
|
export declare type JsonApiDataSourceIdentifierOutTypeEnum = 'dataSourceIdentifier';
|
|
@@ -49372,7 +49533,7 @@ export declare interface JsonApiDataSourceInAttributes {
|
|
|
49372
49533
|
/**
|
|
49373
49534
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
49374
49535
|
*/
|
|
49375
|
-
'parameters'?: Array<
|
|
49536
|
+
'parameters'?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
49376
49537
|
/**
|
|
49377
49538
|
* Determines how the results coming from a particular datasource should be cached.
|
|
49378
49539
|
*/
|
|
@@ -49385,11 +49546,6 @@ export declare interface JsonApiDataSourceInAttributes {
|
|
|
49385
49546
|
|
|
49386
49547
|
export declare type JsonApiDataSourceInAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
49387
49548
|
|
|
49388
|
-
export declare interface JsonApiDataSourceInAttributesParametersInner {
|
|
49389
|
-
'name': string;
|
|
49390
|
-
'value': string;
|
|
49391
|
-
}
|
|
49392
|
-
|
|
49393
49549
|
export declare type JsonApiDataSourceInAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
|
|
49394
49550
|
|
|
49395
49551
|
export declare interface JsonApiDataSourceInDocument {
|
|
@@ -49442,11 +49598,11 @@ export declare interface JsonApiDataSourceOutAttributes {
|
|
|
49442
49598
|
/**
|
|
49443
49599
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
49444
49600
|
*/
|
|
49445
|
-
'parameters'?: Array<
|
|
49601
|
+
'parameters'?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
49446
49602
|
/**
|
|
49447
49603
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
49448
49604
|
*/
|
|
49449
|
-
'decodedParameters'?: Array<
|
|
49605
|
+
'decodedParameters'?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
49450
49606
|
/**
|
|
49451
49607
|
* Determines how the results coming from a particular datasource should be cached.
|
|
49452
49608
|
*/
|
|
@@ -49478,7 +49634,7 @@ export declare interface JsonApiDataSourceOutDocument {
|
|
|
49478
49634
|
export declare interface JsonApiDataSourceOutList {
|
|
49479
49635
|
'data': Array<JsonApiDataSourceOutWithLinks>;
|
|
49480
49636
|
'links'?: ListLinks;
|
|
49481
|
-
'meta'?:
|
|
49637
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
49482
49638
|
}
|
|
49483
49639
|
|
|
49484
49640
|
export declare interface JsonApiDataSourceOutMeta {
|
|
@@ -49571,7 +49727,7 @@ export declare interface JsonApiDataSourcePatchAttributes {
|
|
|
49571
49727
|
/**
|
|
49572
49728
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
49573
49729
|
*/
|
|
49574
|
-
'parameters'?: Array<
|
|
49730
|
+
'parameters'?: Array<JsonApiDataSourcePatchAttributesParametersInner> | null;
|
|
49575
49731
|
/**
|
|
49576
49732
|
* Determines how the results coming from a particular datasource should be cached.
|
|
49577
49733
|
*/
|
|
@@ -49584,6 +49740,11 @@ export declare interface JsonApiDataSourcePatchAttributes {
|
|
|
49584
49740
|
|
|
49585
49741
|
export declare type JsonApiDataSourcePatchAttributesCacheStrategyEnum = 'ALWAYS' | 'NEVER';
|
|
49586
49742
|
|
|
49743
|
+
export declare interface JsonApiDataSourcePatchAttributesParametersInner {
|
|
49744
|
+
'name': string;
|
|
49745
|
+
'value': string;
|
|
49746
|
+
}
|
|
49747
|
+
|
|
49587
49748
|
export declare type JsonApiDataSourcePatchAttributesTypeEnum = 'POSTGRESQL' | 'REDSHIFT' | 'VERTICA' | 'SNOWFLAKE' | 'ADS' | 'BIGQUERY' | 'MSSQL' | 'PRESTO' | 'DREMIO' | 'DRILL' | 'GREENPLUM' | 'AZURESQL' | 'SYNAPSESQL' | 'DATABRICKS' | 'GDSTORAGE' | 'CLICKHOUSE' | 'MYSQL' | 'MARIADB' | 'ORACLE' | 'PINOT' | 'SINGLESTORE' | 'MOTHERDUCK' | 'FLEXCONNECT' | 'STARROCKS' | 'ATHENA' | 'MONGODB' | 'CRATEDB' | 'AILAKEHOUSE';
|
|
49588
49749
|
|
|
49589
49750
|
export declare interface JsonApiDataSourcePatchDocument {
|
|
@@ -49623,7 +49784,7 @@ export declare interface JsonApiEntitlementOutDocument {
|
|
|
49623
49784
|
export declare interface JsonApiEntitlementOutList {
|
|
49624
49785
|
'data': Array<JsonApiEntitlementOutWithLinks>;
|
|
49625
49786
|
'links'?: ListLinks;
|
|
49626
|
-
'meta'?:
|
|
49787
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
49627
49788
|
}
|
|
49628
49789
|
|
|
49629
49790
|
export declare type JsonApiEntitlementOutTypeEnum = 'entitlement';
|
|
@@ -49655,8 +49816,8 @@ export declare interface JsonApiExportDefinitionIn {
|
|
|
49655
49816
|
* API identifier of an object
|
|
49656
49817
|
*/
|
|
49657
49818
|
'id': string;
|
|
49658
|
-
'attributes'?:
|
|
49659
|
-
'relationships'?:
|
|
49819
|
+
'attributes'?: JsonApiExportDefinitionPatchAttributes;
|
|
49820
|
+
'relationships'?: JsonApiExportDefinitionPatchRelationships;
|
|
49660
49821
|
}
|
|
49661
49822
|
|
|
49662
49823
|
export declare interface JsonApiExportDefinitionInDocument {
|
|
@@ -49687,7 +49848,7 @@ export declare interface JsonApiExportDefinitionOut {
|
|
|
49687
49848
|
* API identifier of an object
|
|
49688
49849
|
*/
|
|
49689
49850
|
'id': string;
|
|
49690
|
-
'meta'?:
|
|
49851
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
49691
49852
|
'attributes'?: JsonApiExportDefinitionOutAttributes;
|
|
49692
49853
|
'relationships'?: JsonApiExportDefinitionOutRelationships;
|
|
49693
49854
|
}
|
|
@@ -49734,31 +49895,19 @@ export declare type JsonApiExportDefinitionOutIncludes = JsonApiAnalyticalDashbo
|
|
|
49734
49895
|
export declare interface JsonApiExportDefinitionOutList {
|
|
49735
49896
|
'data': Array<JsonApiExportDefinitionOutWithLinks>;
|
|
49736
49897
|
'links'?: ListLinks;
|
|
49737
|
-
'meta'?:
|
|
49898
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
49738
49899
|
/**
|
|
49739
49900
|
* Included resources
|
|
49740
49901
|
*/
|
|
49741
49902
|
'included'?: Array<JsonApiExportDefinitionOutIncludes>;
|
|
49742
49903
|
}
|
|
49743
49904
|
|
|
49744
|
-
export declare interface JsonApiExportDefinitionOutMeta {
|
|
49745
|
-
'origin'?: JsonApiAnalyticalDashboardOutMetaOrigin;
|
|
49746
|
-
}
|
|
49747
|
-
|
|
49748
49905
|
export declare interface JsonApiExportDefinitionOutRelationships {
|
|
49749
49906
|
'visualizationObject'?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
49750
|
-
'analyticalDashboard'?:
|
|
49751
|
-
'automation'?:
|
|
49752
|
-
'createdBy'?:
|
|
49753
|
-
'modifiedBy'?:
|
|
49754
|
-
}
|
|
49755
|
-
|
|
49756
|
-
export declare interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
|
|
49757
|
-
'data': JsonApiAnalyticalDashboardLinkage | null;
|
|
49758
|
-
}
|
|
49759
|
-
|
|
49760
|
-
export declare interface JsonApiExportDefinitionOutRelationshipsAutomation {
|
|
49761
|
-
'data': JsonApiAutomationLinkage | null;
|
|
49907
|
+
'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
49908
|
+
'automation'?: JsonApiAutomationResultOutRelationshipsAutomation;
|
|
49909
|
+
'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
49910
|
+
'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
49762
49911
|
}
|
|
49763
49912
|
|
|
49764
49913
|
export declare interface JsonApiExportDefinitionOutRelationshipsVisualizationObject {
|
|
@@ -49776,7 +49925,7 @@ export declare interface JsonApiExportDefinitionOutWithLinks {
|
|
|
49776
49925
|
* API identifier of an object
|
|
49777
49926
|
*/
|
|
49778
49927
|
'id': string;
|
|
49779
|
-
'meta'?:
|
|
49928
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
49780
49929
|
'attributes'?: JsonApiExportDefinitionOutAttributes;
|
|
49781
49930
|
'relationships'?: JsonApiExportDefinitionOutRelationships;
|
|
49782
49931
|
'links'?: ObjectLinks;
|
|
@@ -49796,14 +49945,27 @@ export declare interface JsonApiExportDefinitionPatch {
|
|
|
49796
49945
|
* API identifier of an object
|
|
49797
49946
|
*/
|
|
49798
49947
|
'id': string;
|
|
49799
|
-
'attributes'?:
|
|
49800
|
-
'relationships'?:
|
|
49948
|
+
'attributes'?: JsonApiExportDefinitionPatchAttributes;
|
|
49949
|
+
'relationships'?: JsonApiExportDefinitionPatchRelationships;
|
|
49950
|
+
}
|
|
49951
|
+
|
|
49952
|
+
export declare interface JsonApiExportDefinitionPatchAttributes {
|
|
49953
|
+
'title'?: string;
|
|
49954
|
+
'description'?: string;
|
|
49955
|
+
'tags'?: Array<string>;
|
|
49956
|
+
'requestPayload'?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
49957
|
+
'areRelationsValid'?: boolean;
|
|
49801
49958
|
}
|
|
49802
49959
|
|
|
49803
49960
|
export declare interface JsonApiExportDefinitionPatchDocument {
|
|
49804
49961
|
'data': JsonApiExportDefinitionPatch;
|
|
49805
49962
|
}
|
|
49806
49963
|
|
|
49964
|
+
export declare interface JsonApiExportDefinitionPatchRelationships {
|
|
49965
|
+
'visualizationObject'?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
49966
|
+
'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
49967
|
+
}
|
|
49968
|
+
|
|
49807
49969
|
export declare type JsonApiExportDefinitionPatchTypeEnum = 'exportDefinition';
|
|
49808
49970
|
|
|
49809
49971
|
/**
|
|
@@ -49818,27 +49980,14 @@ export declare interface JsonApiExportDefinitionPostOptionalId {
|
|
|
49818
49980
|
* API identifier of an object
|
|
49819
49981
|
*/
|
|
49820
49982
|
'id'?: string;
|
|
49821
|
-
'attributes'?:
|
|
49822
|
-
'relationships'?:
|
|
49823
|
-
}
|
|
49824
|
-
|
|
49825
|
-
export declare interface JsonApiExportDefinitionPostOptionalIdAttributes {
|
|
49826
|
-
'title'?: string;
|
|
49827
|
-
'description'?: string;
|
|
49828
|
-
'tags'?: Array<string>;
|
|
49829
|
-
'requestPayload'?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
49830
|
-
'areRelationsValid'?: boolean;
|
|
49983
|
+
'attributes'?: JsonApiExportDefinitionPatchAttributes;
|
|
49984
|
+
'relationships'?: JsonApiExportDefinitionPatchRelationships;
|
|
49831
49985
|
}
|
|
49832
49986
|
|
|
49833
49987
|
export declare interface JsonApiExportDefinitionPostOptionalIdDocument {
|
|
49834
49988
|
'data': JsonApiExportDefinitionPostOptionalId;
|
|
49835
49989
|
}
|
|
49836
49990
|
|
|
49837
|
-
export declare interface JsonApiExportDefinitionPostOptionalIdRelationships {
|
|
49838
|
-
'visualizationObject'?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
49839
|
-
'analyticalDashboard'?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
49840
|
-
}
|
|
49841
|
-
|
|
49842
49991
|
export declare type JsonApiExportDefinitionPostOptionalIdTypeEnum = 'exportDefinition';
|
|
49843
49992
|
|
|
49844
49993
|
/**
|
|
@@ -49853,7 +50002,7 @@ export declare interface JsonApiExportTemplateIn {
|
|
|
49853
50002
|
* API identifier of an object
|
|
49854
50003
|
*/
|
|
49855
50004
|
'id': string;
|
|
49856
|
-
'attributes':
|
|
50005
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
49857
50006
|
}
|
|
49858
50007
|
|
|
49859
50008
|
export declare interface JsonApiExportTemplateInDocument {
|
|
@@ -49874,7 +50023,16 @@ export declare interface JsonApiExportTemplateOut {
|
|
|
49874
50023
|
* API identifier of an object
|
|
49875
50024
|
*/
|
|
49876
50025
|
'id': string;
|
|
49877
|
-
'attributes':
|
|
50026
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
50027
|
+
}
|
|
50028
|
+
|
|
50029
|
+
export declare interface JsonApiExportTemplateOutAttributes {
|
|
50030
|
+
/**
|
|
50031
|
+
* User-facing name of the Slides template.
|
|
50032
|
+
*/
|
|
50033
|
+
'name': string;
|
|
50034
|
+
'dashboardSlidesTemplate'?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
50035
|
+
'widgetSlidesTemplate'?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
49878
50036
|
}
|
|
49879
50037
|
|
|
49880
50038
|
export declare interface JsonApiExportTemplateOutDocument {
|
|
@@ -49888,7 +50046,7 @@ export declare interface JsonApiExportTemplateOutDocument {
|
|
|
49888
50046
|
export declare interface JsonApiExportTemplateOutList {
|
|
49889
50047
|
'data': Array<JsonApiExportTemplateOutWithLinks>;
|
|
49890
50048
|
'links'?: ListLinks;
|
|
49891
|
-
'meta'?:
|
|
50049
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
49892
50050
|
}
|
|
49893
50051
|
|
|
49894
50052
|
export declare type JsonApiExportTemplateOutTypeEnum = 'exportTemplate';
|
|
@@ -49902,7 +50060,7 @@ export declare interface JsonApiExportTemplateOutWithLinks {
|
|
|
49902
50060
|
* API identifier of an object
|
|
49903
50061
|
*/
|
|
49904
50062
|
'id': string;
|
|
49905
|
-
'attributes':
|
|
50063
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
49906
50064
|
'links'?: ObjectLinks;
|
|
49907
50065
|
}
|
|
49908
50066
|
|
|
@@ -49928,68 +50086,59 @@ export declare interface JsonApiExportTemplatePatchAttributes {
|
|
|
49928
50086
|
* User-facing name of the Slides template.
|
|
49929
50087
|
*/
|
|
49930
50088
|
'name'?: string;
|
|
49931
|
-
'dashboardSlidesTemplate'?:
|
|
49932
|
-
'widgetSlidesTemplate'?:
|
|
49933
|
-
}
|
|
49934
|
-
|
|
49935
|
-
export declare interface JsonApiExportTemplatePatchDocument {
|
|
49936
|
-
'data': JsonApiExportTemplatePatch;
|
|
49937
|
-
}
|
|
49938
|
-
|
|
49939
|
-
export declare type JsonApiExportTemplatePatchTypeEnum = 'exportTemplate';
|
|
49940
|
-
|
|
49941
|
-
/**
|
|
49942
|
-
* JSON:API representation of exportTemplate entity.
|
|
49943
|
-
*/
|
|
49944
|
-
export declare interface JsonApiExportTemplatePostOptionalId {
|
|
49945
|
-
/**
|
|
49946
|
-
* Object type
|
|
49947
|
-
*/
|
|
49948
|
-
'type': JsonApiExportTemplatePostOptionalIdTypeEnum;
|
|
49949
|
-
/**
|
|
49950
|
-
* API identifier of an object
|
|
49951
|
-
*/
|
|
49952
|
-
'id'?: string;
|
|
49953
|
-
'attributes': JsonApiExportTemplatePostOptionalIdAttributes;
|
|
49954
|
-
}
|
|
49955
|
-
|
|
49956
|
-
export declare interface JsonApiExportTemplatePostOptionalIdAttributes {
|
|
49957
|
-
/**
|
|
49958
|
-
* User-facing name of the Slides template.
|
|
49959
|
-
*/
|
|
49960
|
-
'name': string;
|
|
49961
|
-
'dashboardSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
|
|
49962
|
-
'widgetSlidesTemplate'?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
|
|
50089
|
+
'dashboardSlidesTemplate'?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
50090
|
+
'widgetSlidesTemplate'?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
49963
50091
|
}
|
|
49964
50092
|
|
|
49965
50093
|
/**
|
|
49966
50094
|
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
49967
50095
|
*/
|
|
49968
|
-
export declare interface
|
|
50096
|
+
export declare interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
|
|
49969
50097
|
/**
|
|
49970
50098
|
* Export types this template applies to.
|
|
49971
50099
|
*/
|
|
49972
|
-
'appliedOn': Array<
|
|
50100
|
+
'appliedOn': Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
49973
50101
|
'coverSlide'?: CoverSlideTemplate | null;
|
|
49974
50102
|
'introSlide'?: IntroSlideTemplate | null;
|
|
49975
50103
|
'sectionSlide'?: SectionSlideTemplate | null;
|
|
49976
50104
|
'contentSlide'?: ContentSlideTemplate | null;
|
|
49977
50105
|
}
|
|
49978
50106
|
|
|
49979
|
-
export declare type
|
|
50107
|
+
export declare type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
49980
50108
|
|
|
49981
50109
|
/**
|
|
49982
50110
|
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
49983
50111
|
*/
|
|
49984
|
-
export declare interface
|
|
50112
|
+
export declare interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
|
|
49985
50113
|
/**
|
|
49986
50114
|
* Export types this template applies to.
|
|
49987
50115
|
*/
|
|
49988
|
-
'appliedOn': Array<
|
|
50116
|
+
'appliedOn': Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
49989
50117
|
'contentSlide'?: ContentSlideTemplate | null;
|
|
49990
50118
|
}
|
|
49991
50119
|
|
|
49992
|
-
export declare type
|
|
50120
|
+
export declare type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = 'PDF' | 'PPTX';
|
|
50121
|
+
|
|
50122
|
+
export declare interface JsonApiExportTemplatePatchDocument {
|
|
50123
|
+
'data': JsonApiExportTemplatePatch;
|
|
50124
|
+
}
|
|
50125
|
+
|
|
50126
|
+
export declare type JsonApiExportTemplatePatchTypeEnum = 'exportTemplate';
|
|
50127
|
+
|
|
50128
|
+
/**
|
|
50129
|
+
* JSON:API representation of exportTemplate entity.
|
|
50130
|
+
*/
|
|
50131
|
+
export declare interface JsonApiExportTemplatePostOptionalId {
|
|
50132
|
+
/**
|
|
50133
|
+
* Object type
|
|
50134
|
+
*/
|
|
50135
|
+
'type': JsonApiExportTemplatePostOptionalIdTypeEnum;
|
|
50136
|
+
/**
|
|
50137
|
+
* API identifier of an object
|
|
50138
|
+
*/
|
|
50139
|
+
'id'?: string;
|
|
50140
|
+
'attributes': JsonApiExportTemplateOutAttributes;
|
|
50141
|
+
}
|
|
49993
50142
|
|
|
49994
50143
|
export declare interface JsonApiExportTemplatePostOptionalIdDocument {
|
|
49995
50144
|
'data': JsonApiExportTemplatePostOptionalId;
|
|
@@ -50019,7 +50168,7 @@ export declare interface JsonApiFactOut {
|
|
|
50019
50168
|
* API identifier of an object
|
|
50020
50169
|
*/
|
|
50021
50170
|
'id': string;
|
|
50022
|
-
'meta'?:
|
|
50171
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
50023
50172
|
'attributes'?: JsonApiFactOutAttributes;
|
|
50024
50173
|
'relationships'?: JsonApiFactOutRelationships;
|
|
50025
50174
|
}
|
|
@@ -50053,7 +50202,7 @@ export declare interface JsonApiFactOutDocument {
|
|
|
50053
50202
|
export declare interface JsonApiFactOutList {
|
|
50054
50203
|
'data': Array<JsonApiFactOutWithLinks>;
|
|
50055
50204
|
'links'?: ListLinks;
|
|
50056
|
-
'meta'?:
|
|
50205
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
50057
50206
|
/**
|
|
50058
50207
|
* Included resources
|
|
50059
50208
|
*/
|
|
@@ -50079,7 +50228,7 @@ export declare interface JsonApiFactOutWithLinks {
|
|
|
50079
50228
|
* API identifier of an object
|
|
50080
50229
|
*/
|
|
50081
50230
|
'id': string;
|
|
50082
|
-
'meta'?:
|
|
50231
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
50083
50232
|
'attributes'?: JsonApiFactOutAttributes;
|
|
50084
50233
|
'relationships'?: JsonApiFactOutRelationships;
|
|
50085
50234
|
'links'?: ObjectLinks;
|
|
@@ -50151,7 +50300,7 @@ export declare interface JsonApiFilterContextOut {
|
|
|
50151
50300
|
* API identifier of an object
|
|
50152
50301
|
*/
|
|
50153
50302
|
'id': string;
|
|
50154
|
-
'meta'?:
|
|
50303
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
50155
50304
|
'attributes': JsonApiFilterContextOutAttributes;
|
|
50156
50305
|
'relationships'?: JsonApiFilterContextOutRelationships;
|
|
50157
50306
|
}
|
|
@@ -50187,7 +50336,7 @@ export declare type JsonApiFilterContextOutIncludes = JsonApiAttributeOutWithLin
|
|
|
50187
50336
|
export declare interface JsonApiFilterContextOutList {
|
|
50188
50337
|
'data': Array<JsonApiFilterContextOutWithLinks>;
|
|
50189
50338
|
'links'?: ListLinks;
|
|
50190
|
-
'meta'?:
|
|
50339
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
50191
50340
|
/**
|
|
50192
50341
|
* Included resources
|
|
50193
50342
|
*/
|
|
@@ -50196,8 +50345,8 @@ export declare interface JsonApiFilterContextOutList {
|
|
|
50196
50345
|
|
|
50197
50346
|
export declare interface JsonApiFilterContextOutRelationships {
|
|
50198
50347
|
'attributes'?: JsonApiDatasetOutRelationshipsAttributes;
|
|
50199
|
-
'datasets'?:
|
|
50200
|
-
'labels'?:
|
|
50348
|
+
'datasets'?: JsonApiDatasetOutRelationshipsReferences;
|
|
50349
|
+
'labels'?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
50201
50350
|
}
|
|
50202
50351
|
|
|
50203
50352
|
export declare type JsonApiFilterContextOutTypeEnum = 'filterContext';
|
|
@@ -50211,7 +50360,7 @@ export declare interface JsonApiFilterContextOutWithLinks {
|
|
|
50211
50360
|
* API identifier of an object
|
|
50212
50361
|
*/
|
|
50213
50362
|
'id': string;
|
|
50214
|
-
'meta'?:
|
|
50363
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
50215
50364
|
'attributes': JsonApiFilterContextOutAttributes;
|
|
50216
50365
|
'relationships'?: JsonApiFilterContextOutRelationships;
|
|
50217
50366
|
'links'?: ObjectLinks;
|
|
@@ -50345,7 +50494,7 @@ export declare type JsonApiFilterViewOutIncludes = JsonApiAnalyticalDashboardOut
|
|
|
50345
50494
|
export declare interface JsonApiFilterViewOutList {
|
|
50346
50495
|
'data': Array<JsonApiFilterViewOutWithLinks>;
|
|
50347
50496
|
'links'?: ListLinks;
|
|
50348
|
-
'meta'?:
|
|
50497
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
50349
50498
|
/**
|
|
50350
50499
|
* Included resources
|
|
50351
50500
|
*/
|
|
@@ -50353,7 +50502,7 @@ export declare interface JsonApiFilterViewOutList {
|
|
|
50353
50502
|
}
|
|
50354
50503
|
|
|
50355
50504
|
export declare interface JsonApiFilterViewOutRelationships {
|
|
50356
|
-
'analyticalDashboard'?:
|
|
50505
|
+
'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
50357
50506
|
'user'?: JsonApiFilterViewOutRelationshipsUser;
|
|
50358
50507
|
}
|
|
50359
50508
|
|
|
@@ -50437,10 +50586,132 @@ export declare interface JsonApiIdentityProviderIn {
|
|
|
50437
50586
|
* API identifier of an object
|
|
50438
50587
|
*/
|
|
50439
50588
|
'id': string;
|
|
50440
|
-
'attributes'?:
|
|
50589
|
+
'attributes'?: JsonApiIdentityProviderPatchAttributes;
|
|
50590
|
+
}
|
|
50591
|
+
|
|
50592
|
+
export declare interface JsonApiIdentityProviderInDocument {
|
|
50593
|
+
'data': JsonApiIdentityProviderIn;
|
|
50594
|
+
}
|
|
50595
|
+
|
|
50596
|
+
export declare type JsonApiIdentityProviderInTypeEnum = 'identityProvider';
|
|
50597
|
+
|
|
50598
|
+
/**
|
|
50599
|
+
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
50600
|
+
*/
|
|
50601
|
+
export declare interface JsonApiIdentityProviderLinkage {
|
|
50602
|
+
'id': string;
|
|
50603
|
+
'type': JsonApiIdentityProviderLinkageTypeEnum;
|
|
50604
|
+
}
|
|
50605
|
+
|
|
50606
|
+
export declare type JsonApiIdentityProviderLinkageTypeEnum = 'identityProvider';
|
|
50607
|
+
|
|
50608
|
+
/**
|
|
50609
|
+
* JSON:API representation of identityProvider entity.
|
|
50610
|
+
*/
|
|
50611
|
+
export declare interface JsonApiIdentityProviderOut {
|
|
50612
|
+
/**
|
|
50613
|
+
* Object type
|
|
50614
|
+
*/
|
|
50615
|
+
'type': JsonApiIdentityProviderOutTypeEnum;
|
|
50616
|
+
/**
|
|
50617
|
+
* API identifier of an object
|
|
50618
|
+
*/
|
|
50619
|
+
'id': string;
|
|
50620
|
+
'attributes'?: JsonApiIdentityProviderOutAttributes;
|
|
50621
|
+
}
|
|
50622
|
+
|
|
50623
|
+
export declare interface JsonApiIdentityProviderOutAttributes {
|
|
50624
|
+
/**
|
|
50625
|
+
* List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
|
|
50626
|
+
*/
|
|
50627
|
+
'identifiers'?: Array<string>;
|
|
50628
|
+
/**
|
|
50629
|
+
* Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
|
|
50630
|
+
*/
|
|
50631
|
+
'customClaimMapping'?: {
|
|
50632
|
+
[key: string]: string;
|
|
50633
|
+
};
|
|
50634
|
+
/**
|
|
50635
|
+
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
50636
|
+
*/
|
|
50637
|
+
'oauthClientId'?: string;
|
|
50638
|
+
/**
|
|
50639
|
+
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
50640
|
+
*/
|
|
50641
|
+
'oauthIssuerLocation'?: string;
|
|
50642
|
+
/**
|
|
50643
|
+
* 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.
|
|
50644
|
+
*/
|
|
50645
|
+
'oauthIssuerId'?: string;
|
|
50646
|
+
/**
|
|
50647
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
50648
|
+
*/
|
|
50649
|
+
'oauthSubjectIdClaim'?: string;
|
|
50650
|
+
/**
|
|
50651
|
+
* 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.
|
|
50652
|
+
*/
|
|
50653
|
+
'oauthCustomAuthAttributes'?: {
|
|
50654
|
+
[key: string]: string;
|
|
50655
|
+
};
|
|
50656
|
+
/**
|
|
50657
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
50658
|
+
*/
|
|
50659
|
+
'oauthCustomScopes'?: Array<string> | null;
|
|
50660
|
+
/**
|
|
50661
|
+
* Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. DEX_IDP represents internal Dex IdP which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
50662
|
+
*/
|
|
50663
|
+
'idpType'?: JsonApiIdentityProviderOutAttributesIdpTypeEnum;
|
|
50664
|
+
}
|
|
50665
|
+
|
|
50666
|
+
export declare type JsonApiIdentityProviderOutAttributesIdpTypeEnum = 'MANAGED_IDP' | 'FIM_IDP' | 'DEX_IDP' | 'CUSTOM_IDP';
|
|
50667
|
+
|
|
50668
|
+
export declare interface JsonApiIdentityProviderOutDocument {
|
|
50669
|
+
'data': JsonApiIdentityProviderOut;
|
|
50670
|
+
'links'?: ObjectLinks;
|
|
50671
|
+
}
|
|
50672
|
+
|
|
50673
|
+
/**
|
|
50674
|
+
* A JSON:API document with a list of resources
|
|
50675
|
+
*/
|
|
50676
|
+
export declare interface JsonApiIdentityProviderOutList {
|
|
50677
|
+
'data': Array<JsonApiIdentityProviderOutWithLinks>;
|
|
50678
|
+
'links'?: ListLinks;
|
|
50679
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
50680
|
+
}
|
|
50681
|
+
|
|
50682
|
+
export declare type JsonApiIdentityProviderOutTypeEnum = 'identityProvider';
|
|
50683
|
+
|
|
50684
|
+
export declare interface JsonApiIdentityProviderOutWithLinks {
|
|
50685
|
+
/**
|
|
50686
|
+
* Object type
|
|
50687
|
+
*/
|
|
50688
|
+
'type': JsonApiIdentityProviderOutWithLinksTypeEnum;
|
|
50689
|
+
/**
|
|
50690
|
+
* API identifier of an object
|
|
50691
|
+
*/
|
|
50692
|
+
'id': string;
|
|
50693
|
+
'attributes'?: JsonApiIdentityProviderOutAttributes;
|
|
50694
|
+
'links'?: ObjectLinks;
|
|
50695
|
+
}
|
|
50696
|
+
|
|
50697
|
+
export declare type JsonApiIdentityProviderOutWithLinksTypeEnum = 'identityProvider';
|
|
50698
|
+
|
|
50699
|
+
/**
|
|
50700
|
+
* JSON:API representation of patching identityProvider entity.
|
|
50701
|
+
*/
|
|
50702
|
+
export declare interface JsonApiIdentityProviderPatch {
|
|
50703
|
+
/**
|
|
50704
|
+
* Object type
|
|
50705
|
+
*/
|
|
50706
|
+
'type': JsonApiIdentityProviderPatchTypeEnum;
|
|
50707
|
+
/**
|
|
50708
|
+
* API identifier of an object
|
|
50709
|
+
*/
|
|
50710
|
+
'id': string;
|
|
50711
|
+
'attributes'?: JsonApiIdentityProviderPatchAttributes;
|
|
50441
50712
|
}
|
|
50442
50713
|
|
|
50443
|
-
export declare interface
|
|
50714
|
+
export declare interface JsonApiIdentityProviderPatchAttributes {
|
|
50444
50715
|
/**
|
|
50445
50716
|
* List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
|
|
50446
50717
|
*/
|
|
@@ -50488,132 +50759,10 @@ export declare interface JsonApiIdentityProviderInAttributes {
|
|
|
50488
50759
|
/**
|
|
50489
50760
|
* Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. DEX_IDP represents internal Dex IdP which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
50490
50761
|
*/
|
|
50491
|
-
'idpType'?:
|
|
50762
|
+
'idpType'?: JsonApiIdentityProviderPatchAttributesIdpTypeEnum;
|
|
50492
50763
|
}
|
|
50493
50764
|
|
|
50494
|
-
export declare type
|
|
50495
|
-
|
|
50496
|
-
export declare interface JsonApiIdentityProviderInDocument {
|
|
50497
|
-
'data': JsonApiIdentityProviderIn;
|
|
50498
|
-
}
|
|
50499
|
-
|
|
50500
|
-
export declare type JsonApiIdentityProviderInTypeEnum = 'identityProvider';
|
|
50501
|
-
|
|
50502
|
-
/**
|
|
50503
|
-
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
50504
|
-
*/
|
|
50505
|
-
export declare interface JsonApiIdentityProviderLinkage {
|
|
50506
|
-
'id': string;
|
|
50507
|
-
'type': JsonApiIdentityProviderLinkageTypeEnum;
|
|
50508
|
-
}
|
|
50509
|
-
|
|
50510
|
-
export declare type JsonApiIdentityProviderLinkageTypeEnum = 'identityProvider';
|
|
50511
|
-
|
|
50512
|
-
/**
|
|
50513
|
-
* JSON:API representation of identityProvider entity.
|
|
50514
|
-
*/
|
|
50515
|
-
export declare interface JsonApiIdentityProviderOut {
|
|
50516
|
-
/**
|
|
50517
|
-
* Object type
|
|
50518
|
-
*/
|
|
50519
|
-
'type': JsonApiIdentityProviderOutTypeEnum;
|
|
50520
|
-
/**
|
|
50521
|
-
* API identifier of an object
|
|
50522
|
-
*/
|
|
50523
|
-
'id': string;
|
|
50524
|
-
'attributes'?: JsonApiIdentityProviderOutAttributes;
|
|
50525
|
-
}
|
|
50526
|
-
|
|
50527
|
-
export declare interface JsonApiIdentityProviderOutAttributes {
|
|
50528
|
-
/**
|
|
50529
|
-
* List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
|
|
50530
|
-
*/
|
|
50531
|
-
'identifiers'?: Array<string>;
|
|
50532
|
-
/**
|
|
50533
|
-
* Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
|
|
50534
|
-
*/
|
|
50535
|
-
'customClaimMapping'?: {
|
|
50536
|
-
[key: string]: string;
|
|
50537
|
-
};
|
|
50538
|
-
/**
|
|
50539
|
-
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
50540
|
-
*/
|
|
50541
|
-
'oauthClientId'?: string;
|
|
50542
|
-
/**
|
|
50543
|
-
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
50544
|
-
*/
|
|
50545
|
-
'oauthIssuerLocation'?: string;
|
|
50546
|
-
/**
|
|
50547
|
-
* 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.
|
|
50548
|
-
*/
|
|
50549
|
-
'oauthIssuerId'?: string;
|
|
50550
|
-
/**
|
|
50551
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
50552
|
-
*/
|
|
50553
|
-
'oauthSubjectIdClaim'?: string;
|
|
50554
|
-
/**
|
|
50555
|
-
* 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.
|
|
50556
|
-
*/
|
|
50557
|
-
'oauthCustomAuthAttributes'?: {
|
|
50558
|
-
[key: string]: string;
|
|
50559
|
-
};
|
|
50560
|
-
/**
|
|
50561
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
50562
|
-
*/
|
|
50563
|
-
'oauthCustomScopes'?: Array<string> | null;
|
|
50564
|
-
/**
|
|
50565
|
-
* Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. DEX_IDP represents internal Dex IdP which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
50566
|
-
*/
|
|
50567
|
-
'idpType'?: JsonApiIdentityProviderOutAttributesIdpTypeEnum;
|
|
50568
|
-
}
|
|
50569
|
-
|
|
50570
|
-
export declare type JsonApiIdentityProviderOutAttributesIdpTypeEnum = 'MANAGED_IDP' | 'FIM_IDP' | 'DEX_IDP' | 'CUSTOM_IDP';
|
|
50571
|
-
|
|
50572
|
-
export declare interface JsonApiIdentityProviderOutDocument {
|
|
50573
|
-
'data': JsonApiIdentityProviderOut;
|
|
50574
|
-
'links'?: ObjectLinks;
|
|
50575
|
-
}
|
|
50576
|
-
|
|
50577
|
-
/**
|
|
50578
|
-
* A JSON:API document with a list of resources
|
|
50579
|
-
*/
|
|
50580
|
-
export declare interface JsonApiIdentityProviderOutList {
|
|
50581
|
-
'data': Array<JsonApiIdentityProviderOutWithLinks>;
|
|
50582
|
-
'links'?: ListLinks;
|
|
50583
|
-
'meta'?: JsonApiWorkspaceAutomationOutListMeta;
|
|
50584
|
-
}
|
|
50585
|
-
|
|
50586
|
-
export declare type JsonApiIdentityProviderOutTypeEnum = 'identityProvider';
|
|
50587
|
-
|
|
50588
|
-
export declare interface JsonApiIdentityProviderOutWithLinks {
|
|
50589
|
-
/**
|
|
50590
|
-
* Object type
|
|
50591
|
-
*/
|
|
50592
|
-
'type': JsonApiIdentityProviderOutWithLinksTypeEnum;
|
|
50593
|
-
/**
|
|
50594
|
-
* API identifier of an object
|
|
50595
|
-
*/
|
|
50596
|
-
'id': string;
|
|
50597
|
-
'attributes'?: JsonApiIdentityProviderOutAttributes;
|
|
50598
|
-
'links'?: ObjectLinks;
|
|
50599
|
-
}
|
|
50600
|
-
|
|
50601
|
-
export declare type JsonApiIdentityProviderOutWithLinksTypeEnum = 'identityProvider';
|
|
50602
|
-
|
|
50603
|
-
/**
|
|
50604
|
-
* JSON:API representation of patching identityProvider entity.
|
|
50605
|
-
*/
|
|
50606
|
-
export declare interface JsonApiIdentityProviderPatch {
|
|
50607
|
-
/**
|
|
50608
|
-
* Object type
|
|
50609
|
-
*/
|
|
50610
|
-
'type': JsonApiIdentityProviderPatchTypeEnum;
|
|
50611
|
-
/**
|
|
50612
|
-
* API identifier of an object
|
|
50613
|
-
*/
|
|
50614
|
-
'id': string;
|
|
50615
|
-
'attributes'?: JsonApiIdentityProviderInAttributes;
|
|
50616
|
-
}
|
|
50765
|
+
export declare type JsonApiIdentityProviderPatchAttributesIdpTypeEnum = 'MANAGED_IDP' | 'FIM_IDP' | 'DEX_IDP' | 'CUSTOM_IDP';
|
|
50617
50766
|
|
|
50618
50767
|
export declare interface JsonApiIdentityProviderPatchDocument {
|
|
50619
50768
|
'data': JsonApiIdentityProviderPatch;
|
|
@@ -50633,11 +50782,7 @@ export declare interface JsonApiJwkIn {
|
|
|
50633
50782
|
* API identifier of an object
|
|
50634
50783
|
*/
|
|
50635
50784
|
'id': string;
|
|
50636
|
-
'attributes'?:
|
|
50637
|
-
}
|
|
50638
|
-
|
|
50639
|
-
export declare interface JsonApiJwkInAttributes {
|
|
50640
|
-
'content'?: RsaSpecification;
|
|
50785
|
+
'attributes'?: JsonApiJwkPatchAttributes;
|
|
50641
50786
|
}
|
|
50642
50787
|
|
|
50643
50788
|
export declare interface JsonApiJwkInDocument {
|
|
@@ -50658,7 +50803,7 @@ export declare interface JsonApiJwkOut {
|
|
|
50658
50803
|
* API identifier of an object
|
|
50659
50804
|
*/
|
|
50660
50805
|
'id': string;
|
|
50661
|
-
'attributes'?:
|
|
50806
|
+
'attributes'?: JsonApiJwkPatchAttributes;
|
|
50662
50807
|
}
|
|
50663
50808
|
|
|
50664
50809
|
export declare interface JsonApiJwkOutDocument {
|
|
@@ -50672,7 +50817,7 @@ export declare interface JsonApiJwkOutDocument {
|
|
|
50672
50817
|
export declare interface JsonApiJwkOutList {
|
|
50673
50818
|
'data': Array<JsonApiJwkOutWithLinks>;
|
|
50674
50819
|
'links'?: ListLinks;
|
|
50675
|
-
'meta'?:
|
|
50820
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
50676
50821
|
}
|
|
50677
50822
|
|
|
50678
50823
|
export declare type JsonApiJwkOutTypeEnum = 'jwk';
|
|
@@ -50686,7 +50831,7 @@ export declare interface JsonApiJwkOutWithLinks {
|
|
|
50686
50831
|
* API identifier of an object
|
|
50687
50832
|
*/
|
|
50688
50833
|
'id': string;
|
|
50689
|
-
'attributes'?:
|
|
50834
|
+
'attributes'?: JsonApiJwkPatchAttributes;
|
|
50690
50835
|
'links'?: ObjectLinks;
|
|
50691
50836
|
}
|
|
50692
50837
|
|
|
@@ -50704,7 +50849,11 @@ export declare interface JsonApiJwkPatch {
|
|
|
50704
50849
|
* API identifier of an object
|
|
50705
50850
|
*/
|
|
50706
50851
|
'id': string;
|
|
50707
|
-
'attributes'?:
|
|
50852
|
+
'attributes'?: JsonApiJwkPatchAttributes;
|
|
50853
|
+
}
|
|
50854
|
+
|
|
50855
|
+
export declare interface JsonApiJwkPatchAttributes {
|
|
50856
|
+
'content'?: RsaSpecification;
|
|
50708
50857
|
}
|
|
50709
50858
|
|
|
50710
50859
|
export declare interface JsonApiJwkPatchDocument {
|
|
@@ -50747,7 +50896,7 @@ export declare interface JsonApiKnowledgeRecommendationOut {
|
|
|
50747
50896
|
* API identifier of an object
|
|
50748
50897
|
*/
|
|
50749
50898
|
'id': string;
|
|
50750
|
-
'meta'?:
|
|
50899
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
50751
50900
|
'attributes': JsonApiKnowledgeRecommendationOutAttributes;
|
|
50752
50901
|
'relationships'?: JsonApiKnowledgeRecommendationOutRelationships;
|
|
50753
50902
|
}
|
|
@@ -50842,7 +50991,7 @@ export declare type JsonApiKnowledgeRecommendationOutIncludes = JsonApiAnalytica
|
|
|
50842
50991
|
export declare interface JsonApiKnowledgeRecommendationOutList {
|
|
50843
50992
|
'data': Array<JsonApiKnowledgeRecommendationOutWithLinks>;
|
|
50844
50993
|
'links'?: ListLinks;
|
|
50845
|
-
'meta'?:
|
|
50994
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
50846
50995
|
/**
|
|
50847
50996
|
* Included resources
|
|
50848
50997
|
*/
|
|
@@ -50851,7 +51000,7 @@ export declare interface JsonApiKnowledgeRecommendationOutList {
|
|
|
50851
51000
|
|
|
50852
51001
|
export declare interface JsonApiKnowledgeRecommendationOutRelationships {
|
|
50853
51002
|
'metric'?: JsonApiKnowledgeRecommendationOutRelationshipsMetric;
|
|
50854
|
-
'analyticalDashboard'?:
|
|
51003
|
+
'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
50855
51004
|
}
|
|
50856
51005
|
|
|
50857
51006
|
export declare interface JsonApiKnowledgeRecommendationOutRelationshipsMetric {
|
|
@@ -50869,7 +51018,7 @@ export declare interface JsonApiKnowledgeRecommendationOutWithLinks {
|
|
|
50869
51018
|
* API identifier of an object
|
|
50870
51019
|
*/
|
|
50871
51020
|
'id': string;
|
|
50872
|
-
'meta'?:
|
|
51021
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
50873
51022
|
'attributes': JsonApiKnowledgeRecommendationOutAttributes;
|
|
50874
51023
|
'relationships'?: JsonApiKnowledgeRecommendationOutRelationships;
|
|
50875
51024
|
'links'?: ObjectLinks;
|
|
@@ -51059,7 +51208,7 @@ export declare interface JsonApiKnowledgeRecommendationPostOptionalIdDocument {
|
|
|
51059
51208
|
|
|
51060
51209
|
export declare interface JsonApiKnowledgeRecommendationPostOptionalIdRelationships {
|
|
51061
51210
|
'metric': JsonApiKnowledgeRecommendationOutRelationshipsMetric;
|
|
51062
|
-
'analyticalDashboard'?:
|
|
51211
|
+
'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
51063
51212
|
}
|
|
51064
51213
|
|
|
51065
51214
|
export declare type JsonApiKnowledgeRecommendationPostOptionalIdTypeEnum = 'knowledgeRecommendation';
|
|
@@ -51086,7 +51235,7 @@ export declare interface JsonApiLabelOut {
|
|
|
51086
51235
|
* API identifier of an object
|
|
51087
51236
|
*/
|
|
51088
51237
|
'id': string;
|
|
51089
|
-
'meta'?:
|
|
51238
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
51090
51239
|
'attributes'?: JsonApiLabelOutAttributes;
|
|
51091
51240
|
'relationships'?: JsonApiLabelOutRelationships;
|
|
51092
51241
|
}
|
|
@@ -51139,7 +51288,7 @@ export declare interface JsonApiLabelOutDocument {
|
|
|
51139
51288
|
export declare interface JsonApiLabelOutList {
|
|
51140
51289
|
'data': Array<JsonApiLabelOutWithLinks>;
|
|
51141
51290
|
'links'?: ListLinks;
|
|
51142
|
-
'meta'?:
|
|
51291
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
51143
51292
|
/**
|
|
51144
51293
|
* Included resources
|
|
51145
51294
|
*/
|
|
@@ -51165,7 +51314,7 @@ export declare interface JsonApiLabelOutWithLinks {
|
|
|
51165
51314
|
* API identifier of an object
|
|
51166
51315
|
*/
|
|
51167
51316
|
'id': string;
|
|
51168
|
-
'meta'?:
|
|
51317
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
51169
51318
|
'attributes'?: JsonApiLabelOutAttributes;
|
|
51170
51319
|
'relationships'?: JsonApiLabelOutRelationships;
|
|
51171
51320
|
'links'?: ObjectLinks;
|
|
@@ -51295,7 +51444,7 @@ export declare interface JsonApiLlmEndpointOutDocument {
|
|
|
51295
51444
|
export declare interface JsonApiLlmEndpointOutList {
|
|
51296
51445
|
'data': Array<JsonApiLlmEndpointOutWithLinks>;
|
|
51297
51446
|
'links'?: ListLinks;
|
|
51298
|
-
'meta'?:
|
|
51447
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
51299
51448
|
}
|
|
51300
51449
|
|
|
51301
51450
|
export declare type JsonApiLlmEndpointOutTypeEnum = 'llmEndpoint';
|
|
@@ -51398,7 +51547,7 @@ export declare interface JsonApiMemoryItemOut {
|
|
|
51398
51547
|
* API identifier of an object
|
|
51399
51548
|
*/
|
|
51400
51549
|
'id': string;
|
|
51401
|
-
'meta'?:
|
|
51550
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
51402
51551
|
'attributes': JsonApiMemoryItemOutAttributes;
|
|
51403
51552
|
'relationships'?: JsonApiDashboardPluginOutRelationships;
|
|
51404
51553
|
}
|
|
@@ -51451,7 +51600,7 @@ export declare interface JsonApiMemoryItemOutDocument {
|
|
|
51451
51600
|
export declare interface JsonApiMemoryItemOutList {
|
|
51452
51601
|
'data': Array<JsonApiMemoryItemOutWithLinks>;
|
|
51453
51602
|
'links'?: ListLinks;
|
|
51454
|
-
'meta'?:
|
|
51603
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
51455
51604
|
/**
|
|
51456
51605
|
* Included resources
|
|
51457
51606
|
*/
|
|
@@ -51469,7 +51618,7 @@ export declare interface JsonApiMemoryItemOutWithLinks {
|
|
|
51469
51618
|
* API identifier of an object
|
|
51470
51619
|
*/
|
|
51471
51620
|
'id': string;
|
|
51472
|
-
'meta'?:
|
|
51621
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
51473
51622
|
'attributes': JsonApiMemoryItemOutAttributes;
|
|
51474
51623
|
'relationships'?: JsonApiDashboardPluginOutRelationships;
|
|
51475
51624
|
'links'?: ObjectLinks;
|
|
@@ -51612,7 +51761,7 @@ export declare interface JsonApiMetricOut {
|
|
|
51612
51761
|
* API identifier of an object
|
|
51613
51762
|
*/
|
|
51614
51763
|
'id': string;
|
|
51615
|
-
'meta'?:
|
|
51764
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
51616
51765
|
'attributes': JsonApiMetricOutAttributes;
|
|
51617
51766
|
'relationships'?: JsonApiVisualizationObjectOutRelationships;
|
|
51618
51767
|
}
|
|
@@ -51669,7 +51818,7 @@ export declare type JsonApiMetricOutIncludes = JsonApiAttributeOutWithLinks | Js
|
|
|
51669
51818
|
export declare interface JsonApiMetricOutList {
|
|
51670
51819
|
'data': Array<JsonApiMetricOutWithLinks>;
|
|
51671
51820
|
'links'?: ListLinks;
|
|
51672
|
-
'meta'?:
|
|
51821
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
51673
51822
|
/**
|
|
51674
51823
|
* Included resources
|
|
51675
51824
|
*/
|
|
@@ -51687,7 +51836,7 @@ export declare interface JsonApiMetricOutWithLinks {
|
|
|
51687
51836
|
* API identifier of an object
|
|
51688
51837
|
*/
|
|
51689
51838
|
'id': string;
|
|
51690
|
-
'meta'?:
|
|
51839
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
51691
51840
|
'attributes': JsonApiMetricOutAttributes;
|
|
51692
51841
|
'relationships'?: JsonApiVisualizationObjectOutRelationships;
|
|
51693
51842
|
'links'?: ObjectLinks;
|
|
@@ -51797,7 +51946,7 @@ export declare interface JsonApiNotificationChannelIdentifierOutDocument {
|
|
|
51797
51946
|
export declare interface JsonApiNotificationChannelIdentifierOutList {
|
|
51798
51947
|
'data': Array<JsonApiNotificationChannelIdentifierOutWithLinks>;
|
|
51799
51948
|
'links'?: ListLinks;
|
|
51800
|
-
'meta'?:
|
|
51949
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
51801
51950
|
}
|
|
51802
51951
|
|
|
51803
51952
|
export declare type JsonApiNotificationChannelIdentifierOutTypeEnum = 'notificationChannelIdentifier';
|
|
@@ -51829,7 +51978,7 @@ export declare interface JsonApiNotificationChannelIn {
|
|
|
51829
51978
|
* API identifier of an object
|
|
51830
51979
|
*/
|
|
51831
51980
|
'id': string;
|
|
51832
|
-
'attributes'?:
|
|
51981
|
+
'attributes'?: JsonApiNotificationChannelPatchAttributes;
|
|
51833
51982
|
}
|
|
51834
51983
|
|
|
51835
51984
|
export declare interface JsonApiNotificationChannelInDocument {
|
|
@@ -51915,7 +52064,7 @@ export declare interface JsonApiNotificationChannelOutDocument {
|
|
|
51915
52064
|
export declare interface JsonApiNotificationChannelOutList {
|
|
51916
52065
|
'data': Array<JsonApiNotificationChannelOutWithLinks>;
|
|
51917
52066
|
'links'?: ListLinks;
|
|
51918
|
-
'meta'?:
|
|
52067
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
51919
52068
|
}
|
|
51920
52069
|
|
|
51921
52070
|
export declare type JsonApiNotificationChannelOutTypeEnum = 'notificationChannel';
|
|
@@ -51947,31 +52096,10 @@ export declare interface JsonApiNotificationChannelPatch {
|
|
|
51947
52096
|
* API identifier of an object
|
|
51948
52097
|
*/
|
|
51949
52098
|
'id': string;
|
|
51950
|
-
'attributes'?:
|
|
51951
|
-
}
|
|
51952
|
-
|
|
51953
|
-
export declare interface JsonApiNotificationChannelPatchDocument {
|
|
51954
|
-
'data': JsonApiNotificationChannelPatch;
|
|
51955
|
-
}
|
|
51956
|
-
|
|
51957
|
-
export declare type JsonApiNotificationChannelPatchTypeEnum = 'notificationChannel';
|
|
51958
|
-
|
|
51959
|
-
/**
|
|
51960
|
-
* JSON:API representation of notificationChannel entity.
|
|
51961
|
-
*/
|
|
51962
|
-
export declare interface JsonApiNotificationChannelPostOptionalId {
|
|
51963
|
-
/**
|
|
51964
|
-
* Object type
|
|
51965
|
-
*/
|
|
51966
|
-
'type': JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
51967
|
-
/**
|
|
51968
|
-
* API identifier of an object
|
|
51969
|
-
*/
|
|
51970
|
-
'id'?: string;
|
|
51971
|
-
'attributes'?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
52099
|
+
'attributes'?: JsonApiNotificationChannelPatchAttributes;
|
|
51972
52100
|
}
|
|
51973
52101
|
|
|
51974
|
-
export declare interface
|
|
52102
|
+
export declare interface JsonApiNotificationChannelPatchAttributes {
|
|
51975
52103
|
'name'?: string | null;
|
|
51976
52104
|
'description'?: string | null;
|
|
51977
52105
|
'destination'?: JsonApiNotificationChannelOutAttributesDestination;
|
|
@@ -51982,7 +52110,7 @@ export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
|
51982
52110
|
/**
|
|
51983
52111
|
* 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
|
|
51984
52112
|
*/
|
|
51985
|
-
'dashboardLinkVisibility'?:
|
|
52113
|
+
'dashboardLinkVisibility'?: JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum;
|
|
51986
52114
|
/**
|
|
51987
52115
|
* 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}}
|
|
51988
52116
|
*/
|
|
@@ -51990,18 +52118,39 @@ export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
|
51990
52118
|
/**
|
|
51991
52119
|
* 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
|
|
51992
52120
|
*/
|
|
51993
|
-
'allowedRecipients'?:
|
|
52121
|
+
'allowedRecipients'?: JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum;
|
|
51994
52122
|
/**
|
|
51995
52123
|
* 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
|
|
51996
52124
|
*/
|
|
51997
|
-
'inPlatformNotification'?:
|
|
52125
|
+
'inPlatformNotification'?: JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum;
|
|
51998
52126
|
}
|
|
51999
52127
|
|
|
52000
|
-
export declare type
|
|
52128
|
+
export declare type JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum = 'CREATOR' | 'INTERNAL' | 'EXTERNAL';
|
|
52129
|
+
|
|
52130
|
+
export declare type JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum = 'HIDDEN' | 'INTERNAL_ONLY' | 'ALL';
|
|
52001
52131
|
|
|
52002
|
-
export declare type
|
|
52132
|
+
export declare type JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum = 'DISABLED' | 'ENABLED';
|
|
52003
52133
|
|
|
52004
|
-
export declare
|
|
52134
|
+
export declare interface JsonApiNotificationChannelPatchDocument {
|
|
52135
|
+
'data': JsonApiNotificationChannelPatch;
|
|
52136
|
+
}
|
|
52137
|
+
|
|
52138
|
+
export declare type JsonApiNotificationChannelPatchTypeEnum = 'notificationChannel';
|
|
52139
|
+
|
|
52140
|
+
/**
|
|
52141
|
+
* JSON:API representation of notificationChannel entity.
|
|
52142
|
+
*/
|
|
52143
|
+
export declare interface JsonApiNotificationChannelPostOptionalId {
|
|
52144
|
+
/**
|
|
52145
|
+
* Object type
|
|
52146
|
+
*/
|
|
52147
|
+
'type': JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
52148
|
+
/**
|
|
52149
|
+
* API identifier of an object
|
|
52150
|
+
*/
|
|
52151
|
+
'id'?: string;
|
|
52152
|
+
'attributes'?: JsonApiNotificationChannelPatchAttributes;
|
|
52153
|
+
}
|
|
52005
52154
|
|
|
52006
52155
|
export declare interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
52007
52156
|
'data': JsonApiNotificationChannelPostOptionalId;
|
|
@@ -52021,14 +52170,37 @@ export declare interface JsonApiOrganizationIn {
|
|
|
52021
52170
|
* API identifier of an object
|
|
52022
52171
|
*/
|
|
52023
52172
|
'id': string;
|
|
52024
|
-
'attributes'?:
|
|
52025
|
-
'relationships'?:
|
|
52173
|
+
'attributes'?: JsonApiOrganizationInAttributes;
|
|
52174
|
+
'relationships'?: JsonApiOrganizationInRelationships;
|
|
52175
|
+
}
|
|
52176
|
+
|
|
52177
|
+
export declare interface JsonApiOrganizationInAttributes {
|
|
52178
|
+
'name'?: string | null;
|
|
52179
|
+
'hostname'?: string;
|
|
52180
|
+
'allowedOrigins'?: Array<string>;
|
|
52181
|
+
/**
|
|
52182
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
52183
|
+
* @deprecated
|
|
52184
|
+
*/
|
|
52185
|
+
'earlyAccess'?: string | null;
|
|
52186
|
+
/**
|
|
52187
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
52188
|
+
*/
|
|
52189
|
+
'earlyAccessValues'?: Array<string> | null;
|
|
52026
52190
|
}
|
|
52027
52191
|
|
|
52028
52192
|
export declare interface JsonApiOrganizationInDocument {
|
|
52029
52193
|
'data': JsonApiOrganizationIn;
|
|
52030
52194
|
}
|
|
52031
52195
|
|
|
52196
|
+
export declare interface JsonApiOrganizationInRelationships {
|
|
52197
|
+
'identityProvider'?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
52198
|
+
}
|
|
52199
|
+
|
|
52200
|
+
export declare interface JsonApiOrganizationInRelationshipsIdentityProvider {
|
|
52201
|
+
'data': JsonApiIdentityProviderLinkage | null;
|
|
52202
|
+
}
|
|
52203
|
+
|
|
52032
52204
|
export declare type JsonApiOrganizationInTypeEnum = 'organization';
|
|
52033
52205
|
|
|
52034
52206
|
/**
|
|
@@ -52105,7 +52277,7 @@ export declare type JsonApiOrganizationOutMetaPermissionsEnum = 'MANAGE' | 'SELF
|
|
|
52105
52277
|
export declare interface JsonApiOrganizationOutRelationships {
|
|
52106
52278
|
'bootstrapUser'?: JsonApiFilterViewOutRelationshipsUser;
|
|
52107
52279
|
'bootstrapUserGroup'?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
52108
|
-
'identityProvider'?:
|
|
52280
|
+
'identityProvider'?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
52109
52281
|
}
|
|
52110
52282
|
|
|
52111
52283
|
export declare type JsonApiOrganizationOutTypeEnum = 'organization';
|
|
@@ -52122,37 +52294,14 @@ export declare interface JsonApiOrganizationPatch {
|
|
|
52122
52294
|
* API identifier of an object
|
|
52123
52295
|
*/
|
|
52124
52296
|
'id': string;
|
|
52125
|
-
'attributes'?:
|
|
52126
|
-
'relationships'?:
|
|
52127
|
-
}
|
|
52128
|
-
|
|
52129
|
-
export declare interface JsonApiOrganizationPatchAttributes {
|
|
52130
|
-
'name'?: string | null;
|
|
52131
|
-
'hostname'?: string;
|
|
52132
|
-
'allowedOrigins'?: Array<string>;
|
|
52133
|
-
/**
|
|
52134
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
52135
|
-
* @deprecated
|
|
52136
|
-
*/
|
|
52137
|
-
'earlyAccess'?: string | null;
|
|
52138
|
-
/**
|
|
52139
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
52140
|
-
*/
|
|
52141
|
-
'earlyAccessValues'?: Array<string> | null;
|
|
52297
|
+
'attributes'?: JsonApiOrganizationInAttributes;
|
|
52298
|
+
'relationships'?: JsonApiOrganizationInRelationships;
|
|
52142
52299
|
}
|
|
52143
52300
|
|
|
52144
52301
|
export declare interface JsonApiOrganizationPatchDocument {
|
|
52145
52302
|
'data': JsonApiOrganizationPatch;
|
|
52146
52303
|
}
|
|
52147
52304
|
|
|
52148
|
-
export declare interface JsonApiOrganizationPatchRelationships {
|
|
52149
|
-
'identityProvider'?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
52150
|
-
}
|
|
52151
|
-
|
|
52152
|
-
export declare interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
|
|
52153
|
-
'data': JsonApiIdentityProviderLinkage | null;
|
|
52154
|
-
}
|
|
52155
|
-
|
|
52156
52305
|
export declare type JsonApiOrganizationPatchTypeEnum = 'organization';
|
|
52157
52306
|
|
|
52158
52307
|
/**
|
|
@@ -52167,19 +52316,9 @@ export declare interface JsonApiOrganizationSettingIn {
|
|
|
52167
52316
|
* API identifier of an object
|
|
52168
52317
|
*/
|
|
52169
52318
|
'id': string;
|
|
52170
|
-
'attributes'?:
|
|
52171
|
-
}
|
|
52172
|
-
|
|
52173
|
-
export declare interface JsonApiOrganizationSettingInAttributes {
|
|
52174
|
-
/**
|
|
52175
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
52176
|
-
*/
|
|
52177
|
-
'content'?: object;
|
|
52178
|
-
'type'?: JsonApiOrganizationSettingInAttributesTypeEnum;
|
|
52319
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
52179
52320
|
}
|
|
52180
52321
|
|
|
52181
|
-
export declare type JsonApiOrganizationSettingInAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS';
|
|
52182
|
-
|
|
52183
52322
|
export declare interface JsonApiOrganizationSettingInDocument {
|
|
52184
52323
|
'data': JsonApiOrganizationSettingIn;
|
|
52185
52324
|
}
|
|
@@ -52198,7 +52337,7 @@ export declare interface JsonApiOrganizationSettingOut {
|
|
|
52198
52337
|
* API identifier of an object
|
|
52199
52338
|
*/
|
|
52200
52339
|
'id': string;
|
|
52201
|
-
'attributes'?:
|
|
52340
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
52202
52341
|
}
|
|
52203
52342
|
|
|
52204
52343
|
export declare interface JsonApiOrganizationSettingOutDocument {
|
|
@@ -52212,7 +52351,7 @@ export declare interface JsonApiOrganizationSettingOutDocument {
|
|
|
52212
52351
|
export declare interface JsonApiOrganizationSettingOutList {
|
|
52213
52352
|
'data': Array<JsonApiOrganizationSettingOutWithLinks>;
|
|
52214
52353
|
'links'?: ListLinks;
|
|
52215
|
-
'meta'?:
|
|
52354
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
52216
52355
|
}
|
|
52217
52356
|
|
|
52218
52357
|
export declare type JsonApiOrganizationSettingOutTypeEnum = 'organizationSetting';
|
|
@@ -52226,7 +52365,7 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
52226
52365
|
* API identifier of an object
|
|
52227
52366
|
*/
|
|
52228
52367
|
'id': string;
|
|
52229
|
-
'attributes'?:
|
|
52368
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
52230
52369
|
'links'?: ObjectLinks;
|
|
52231
52370
|
}
|
|
52232
52371
|
|
|
@@ -52244,7 +52383,7 @@ export declare interface JsonApiOrganizationSettingPatch {
|
|
|
52244
52383
|
* API identifier of an object
|
|
52245
52384
|
*/
|
|
52246
52385
|
'id': string;
|
|
52247
|
-
'attributes'?:
|
|
52386
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
52248
52387
|
}
|
|
52249
52388
|
|
|
52250
52389
|
export declare interface JsonApiOrganizationSettingPatchDocument {
|
|
@@ -52265,7 +52404,7 @@ export declare interface JsonApiThemeIn {
|
|
|
52265
52404
|
* API identifier of an object
|
|
52266
52405
|
*/
|
|
52267
52406
|
'id': string;
|
|
52268
|
-
'attributes':
|
|
52407
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
52269
52408
|
}
|
|
52270
52409
|
|
|
52271
52410
|
export declare interface JsonApiThemeInDocument {
|
|
@@ -52286,7 +52425,7 @@ export declare interface JsonApiThemeOut {
|
|
|
52286
52425
|
* API identifier of an object
|
|
52287
52426
|
*/
|
|
52288
52427
|
'id': string;
|
|
52289
|
-
'attributes':
|
|
52428
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
52290
52429
|
}
|
|
52291
52430
|
|
|
52292
52431
|
export declare interface JsonApiThemeOutDocument {
|
|
@@ -52300,7 +52439,7 @@ export declare interface JsonApiThemeOutDocument {
|
|
|
52300
52439
|
export declare interface JsonApiThemeOutList {
|
|
52301
52440
|
'data': Array<JsonApiThemeOutWithLinks>;
|
|
52302
52441
|
'links'?: ListLinks;
|
|
52303
|
-
'meta'?:
|
|
52442
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
52304
52443
|
}
|
|
52305
52444
|
|
|
52306
52445
|
export declare type JsonApiThemeOutTypeEnum = 'theme';
|
|
@@ -52314,7 +52453,7 @@ export declare interface JsonApiThemeOutWithLinks {
|
|
|
52314
52453
|
* API identifier of an object
|
|
52315
52454
|
*/
|
|
52316
52455
|
'id': string;
|
|
52317
|
-
'attributes':
|
|
52456
|
+
'attributes': JsonApiColorPaletteOutAttributes;
|
|
52318
52457
|
'links'?: ObjectLinks;
|
|
52319
52458
|
}
|
|
52320
52459
|
|
|
@@ -52354,7 +52493,7 @@ export declare interface JsonApiUserDataFilterIn {
|
|
|
52354
52493
|
*/
|
|
52355
52494
|
'id': string;
|
|
52356
52495
|
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
52357
|
-
'relationships'?:
|
|
52496
|
+
'relationships'?: JsonApiUserDataFilterPatchRelationships;
|
|
52358
52497
|
}
|
|
52359
52498
|
|
|
52360
52499
|
export declare interface JsonApiUserDataFilterInDocument {
|
|
@@ -52375,7 +52514,7 @@ export declare interface JsonApiUserDataFilterOut {
|
|
|
52375
52514
|
* API identifier of an object
|
|
52376
52515
|
*/
|
|
52377
52516
|
'id': string;
|
|
52378
|
-
'meta'?:
|
|
52517
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
52379
52518
|
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
52380
52519
|
'relationships'?: JsonApiUserDataFilterOutRelationships;
|
|
52381
52520
|
}
|
|
@@ -52408,7 +52547,7 @@ export declare type JsonApiUserDataFilterOutIncludes = JsonApiAttributeOutWithLi
|
|
|
52408
52547
|
export declare interface JsonApiUserDataFilterOutList {
|
|
52409
52548
|
'data': Array<JsonApiUserDataFilterOutWithLinks>;
|
|
52410
52549
|
'links'?: ListLinks;
|
|
52411
|
-
'meta'?:
|
|
52550
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
52412
52551
|
/**
|
|
52413
52552
|
* Included resources
|
|
52414
52553
|
*/
|
|
@@ -52420,9 +52559,9 @@ export declare interface JsonApiUserDataFilterOutRelationships {
|
|
|
52420
52559
|
'userGroup'?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
52421
52560
|
'facts'?: JsonApiDatasetOutRelationshipsFacts;
|
|
52422
52561
|
'attributes'?: JsonApiDatasetOutRelationshipsAttributes;
|
|
52423
|
-
'labels'?:
|
|
52424
|
-
'metrics'?:
|
|
52425
|
-
'datasets'?:
|
|
52562
|
+
'labels'?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
52563
|
+
'metrics'?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
52564
|
+
'datasets'?: JsonApiDatasetOutRelationshipsReferences;
|
|
52426
52565
|
}
|
|
52427
52566
|
|
|
52428
52567
|
export declare interface JsonApiUserDataFilterOutRelationshipsUserGroup {
|
|
@@ -52440,7 +52579,7 @@ export declare interface JsonApiUserDataFilterOutWithLinks {
|
|
|
52440
52579
|
* API identifier of an object
|
|
52441
52580
|
*/
|
|
52442
52581
|
'id': string;
|
|
52443
|
-
'meta'?:
|
|
52582
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
52444
52583
|
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
52445
52584
|
'relationships'?: JsonApiUserDataFilterOutRelationships;
|
|
52446
52585
|
'links'?: ObjectLinks;
|
|
@@ -52461,7 +52600,7 @@ export declare interface JsonApiUserDataFilterPatch {
|
|
|
52461
52600
|
*/
|
|
52462
52601
|
'id': string;
|
|
52463
52602
|
'attributes': JsonApiUserDataFilterPatchAttributes;
|
|
52464
|
-
'relationships'?:
|
|
52603
|
+
'relationships'?: JsonApiUserDataFilterPatchRelationships;
|
|
52465
52604
|
}
|
|
52466
52605
|
|
|
52467
52606
|
export declare interface JsonApiUserDataFilterPatchAttributes {
|
|
@@ -52476,6 +52615,11 @@ export declare interface JsonApiUserDataFilterPatchDocument {
|
|
|
52476
52615
|
'data': JsonApiUserDataFilterPatch;
|
|
52477
52616
|
}
|
|
52478
52617
|
|
|
52618
|
+
export declare interface JsonApiUserDataFilterPatchRelationships {
|
|
52619
|
+
'user'?: JsonApiFilterViewOutRelationshipsUser;
|
|
52620
|
+
'userGroup'?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
52621
|
+
}
|
|
52622
|
+
|
|
52479
52623
|
export declare type JsonApiUserDataFilterPatchTypeEnum = 'userDataFilter';
|
|
52480
52624
|
|
|
52481
52625
|
/**
|
|
@@ -52491,18 +52635,13 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
|
|
|
52491
52635
|
*/
|
|
52492
52636
|
'id'?: string;
|
|
52493
52637
|
'attributes': JsonApiUserDataFilterOutAttributes;
|
|
52494
|
-
'relationships'?:
|
|
52638
|
+
'relationships'?: JsonApiUserDataFilterPatchRelationships;
|
|
52495
52639
|
}
|
|
52496
52640
|
|
|
52497
52641
|
export declare interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
52498
52642
|
'data': JsonApiUserDataFilterPostOptionalId;
|
|
52499
52643
|
}
|
|
52500
52644
|
|
|
52501
|
-
export declare interface JsonApiUserDataFilterPostOptionalIdRelationships {
|
|
52502
|
-
'user'?: JsonApiFilterViewOutRelationshipsUser;
|
|
52503
|
-
'userGroup'?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
52504
|
-
}
|
|
52505
|
-
|
|
52506
52645
|
export declare type JsonApiUserDataFilterPostOptionalIdTypeEnum = 'userDataFilter';
|
|
52507
52646
|
|
|
52508
52647
|
/**
|
|
@@ -52517,22 +52656,14 @@ export declare interface JsonApiUserGroupIn {
|
|
|
52517
52656
|
* API identifier of an object
|
|
52518
52657
|
*/
|
|
52519
52658
|
'id': string;
|
|
52520
|
-
'attributes'?:
|
|
52521
|
-
'relationships'?:
|
|
52522
|
-
}
|
|
52523
|
-
|
|
52524
|
-
export declare interface JsonApiUserGroupInAttributes {
|
|
52525
|
-
'name'?: string;
|
|
52659
|
+
'attributes'?: JsonApiUserGroupOutAttributes;
|
|
52660
|
+
'relationships'?: JsonApiUserGroupOutRelationships;
|
|
52526
52661
|
}
|
|
52527
52662
|
|
|
52528
52663
|
export declare interface JsonApiUserGroupInDocument {
|
|
52529
52664
|
'data': JsonApiUserGroupIn;
|
|
52530
52665
|
}
|
|
52531
52666
|
|
|
52532
|
-
export declare interface JsonApiUserGroupInRelationships {
|
|
52533
|
-
'parents'?: JsonApiUserOutRelationshipsUserGroups;
|
|
52534
|
-
}
|
|
52535
|
-
|
|
52536
52667
|
export declare type JsonApiUserGroupInTypeEnum = 'userGroup';
|
|
52537
52668
|
|
|
52538
52669
|
/**
|
|
@@ -52557,8 +52688,12 @@ export declare interface JsonApiUserGroupOut {
|
|
|
52557
52688
|
* API identifier of an object
|
|
52558
52689
|
*/
|
|
52559
52690
|
'id': string;
|
|
52560
|
-
'attributes'?:
|
|
52561
|
-
'relationships'?:
|
|
52691
|
+
'attributes'?: JsonApiUserGroupOutAttributes;
|
|
52692
|
+
'relationships'?: JsonApiUserGroupOutRelationships;
|
|
52693
|
+
}
|
|
52694
|
+
|
|
52695
|
+
export declare interface JsonApiUserGroupOutAttributes {
|
|
52696
|
+
'name'?: string;
|
|
52562
52697
|
}
|
|
52563
52698
|
|
|
52564
52699
|
export declare interface JsonApiUserGroupOutDocument {
|
|
@@ -52576,13 +52711,17 @@ export declare interface JsonApiUserGroupOutDocument {
|
|
|
52576
52711
|
export declare interface JsonApiUserGroupOutList {
|
|
52577
52712
|
'data': Array<JsonApiUserGroupOutWithLinks>;
|
|
52578
52713
|
'links'?: ListLinks;
|
|
52579
|
-
'meta'?:
|
|
52714
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
52580
52715
|
/**
|
|
52581
52716
|
* Included resources
|
|
52582
52717
|
*/
|
|
52583
52718
|
'included'?: Array<JsonApiUserGroupOutWithLinks>;
|
|
52584
52719
|
}
|
|
52585
52720
|
|
|
52721
|
+
export declare interface JsonApiUserGroupOutRelationships {
|
|
52722
|
+
'parents'?: JsonApiUserOutRelationshipsUserGroups;
|
|
52723
|
+
}
|
|
52724
|
+
|
|
52586
52725
|
export declare type JsonApiUserGroupOutTypeEnum = 'userGroup';
|
|
52587
52726
|
|
|
52588
52727
|
export declare interface JsonApiUserGroupOutWithLinks {
|
|
@@ -52594,8 +52733,8 @@ export declare interface JsonApiUserGroupOutWithLinks {
|
|
|
52594
52733
|
* API identifier of an object
|
|
52595
52734
|
*/
|
|
52596
52735
|
'id': string;
|
|
52597
|
-
'attributes'?:
|
|
52598
|
-
'relationships'?:
|
|
52736
|
+
'attributes'?: JsonApiUserGroupOutAttributes;
|
|
52737
|
+
'relationships'?: JsonApiUserGroupOutRelationships;
|
|
52599
52738
|
'links'?: ObjectLinks;
|
|
52600
52739
|
}
|
|
52601
52740
|
|
|
@@ -52613,8 +52752,8 @@ export declare interface JsonApiUserGroupPatch {
|
|
|
52613
52752
|
* API identifier of an object
|
|
52614
52753
|
*/
|
|
52615
52754
|
'id': string;
|
|
52616
|
-
'attributes'?:
|
|
52617
|
-
'relationships'?:
|
|
52755
|
+
'attributes'?: JsonApiUserGroupOutAttributes;
|
|
52756
|
+
'relationships'?: JsonApiUserGroupOutRelationships;
|
|
52618
52757
|
}
|
|
52619
52758
|
|
|
52620
52759
|
export declare interface JsonApiUserGroupPatchDocument {
|
|
@@ -52665,7 +52804,7 @@ export declare interface JsonApiUserIdentifierOutDocument {
|
|
|
52665
52804
|
export declare interface JsonApiUserIdentifierOutList {
|
|
52666
52805
|
'data': Array<JsonApiUserIdentifierOutWithLinks>;
|
|
52667
52806
|
'links'?: ListLinks;
|
|
52668
|
-
'meta'?:
|
|
52807
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
52669
52808
|
}
|
|
52670
52809
|
|
|
52671
52810
|
export declare type JsonApiUserIdentifierOutTypeEnum = 'userIdentifier';
|
|
@@ -52755,7 +52894,7 @@ export declare interface JsonApiUserOutDocument {
|
|
|
52755
52894
|
export declare interface JsonApiUserOutList {
|
|
52756
52895
|
'data': Array<JsonApiUserOutWithLinks>;
|
|
52757
52896
|
'links'?: ListLinks;
|
|
52758
|
-
'meta'?:
|
|
52897
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
52759
52898
|
/**
|
|
52760
52899
|
* Included resources
|
|
52761
52900
|
*/
|
|
@@ -52825,7 +52964,7 @@ export declare interface JsonApiUserSettingIn {
|
|
|
52825
52964
|
* API identifier of an object
|
|
52826
52965
|
*/
|
|
52827
52966
|
'id': string;
|
|
52828
|
-
'attributes'?:
|
|
52967
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
52829
52968
|
}
|
|
52830
52969
|
|
|
52831
52970
|
export declare interface JsonApiUserSettingInDocument {
|
|
@@ -52846,7 +52985,7 @@ export declare interface JsonApiUserSettingOut {
|
|
|
52846
52985
|
* API identifier of an object
|
|
52847
52986
|
*/
|
|
52848
52987
|
'id': string;
|
|
52849
|
-
'attributes'?:
|
|
52988
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
52850
52989
|
}
|
|
52851
52990
|
|
|
52852
52991
|
export declare interface JsonApiUserSettingOutDocument {
|
|
@@ -52860,7 +52999,7 @@ export declare interface JsonApiUserSettingOutDocument {
|
|
|
52860
52999
|
export declare interface JsonApiUserSettingOutList {
|
|
52861
53000
|
'data': Array<JsonApiUserSettingOutWithLinks>;
|
|
52862
53001
|
'links'?: ListLinks;
|
|
52863
|
-
'meta'?:
|
|
53002
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
52864
53003
|
}
|
|
52865
53004
|
|
|
52866
53005
|
export declare type JsonApiUserSettingOutTypeEnum = 'userSetting';
|
|
@@ -52874,7 +53013,7 @@ export declare interface JsonApiUserSettingOutWithLinks {
|
|
|
52874
53013
|
* API identifier of an object
|
|
52875
53014
|
*/
|
|
52876
53015
|
'id': string;
|
|
52877
|
-
'attributes'?:
|
|
53016
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
52878
53017
|
'links'?: ObjectLinks;
|
|
52879
53018
|
}
|
|
52880
53019
|
|
|
@@ -52923,7 +53062,7 @@ export declare interface JsonApiVisualizationObjectOut {
|
|
|
52923
53062
|
* API identifier of an object
|
|
52924
53063
|
*/
|
|
52925
53064
|
'id': string;
|
|
52926
|
-
'meta'?:
|
|
53065
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
52927
53066
|
'attributes': JsonApiVisualizationObjectOutAttributes;
|
|
52928
53067
|
'relationships'?: JsonApiVisualizationObjectOutRelationships;
|
|
52929
53068
|
}
|
|
@@ -52963,7 +53102,7 @@ export declare interface JsonApiVisualizationObjectOutDocument {
|
|
|
52963
53102
|
export declare interface JsonApiVisualizationObjectOutList {
|
|
52964
53103
|
'data': Array<JsonApiVisualizationObjectOutWithLinks>;
|
|
52965
53104
|
'links'?: ListLinks;
|
|
52966
|
-
'meta'?:
|
|
53105
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
52967
53106
|
/**
|
|
52968
53107
|
* Included resources
|
|
52969
53108
|
*/
|
|
@@ -52971,13 +53110,31 @@ export declare interface JsonApiVisualizationObjectOutList {
|
|
|
52971
53110
|
}
|
|
52972
53111
|
|
|
52973
53112
|
export declare interface JsonApiVisualizationObjectOutRelationships {
|
|
52974
|
-
'createdBy'?:
|
|
52975
|
-
'modifiedBy'?:
|
|
53113
|
+
'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
53114
|
+
'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
52976
53115
|
'facts'?: JsonApiDatasetOutRelationshipsFacts;
|
|
52977
53116
|
'attributes'?: JsonApiDatasetOutRelationshipsAttributes;
|
|
52978
|
-
'labels'?:
|
|
52979
|
-
'metrics'?:
|
|
52980
|
-
'datasets'?:
|
|
53117
|
+
'labels'?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
53118
|
+
'metrics'?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
53119
|
+
'datasets'?: JsonApiDatasetOutRelationshipsReferences;
|
|
53120
|
+
}
|
|
53121
|
+
|
|
53122
|
+
export declare interface JsonApiVisualizationObjectOutRelationshipsCreatedBy {
|
|
53123
|
+
'data': JsonApiUserIdentifierLinkage | null;
|
|
53124
|
+
}
|
|
53125
|
+
|
|
53126
|
+
export declare interface JsonApiVisualizationObjectOutRelationshipsLabels {
|
|
53127
|
+
/**
|
|
53128
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
53129
|
+
*/
|
|
53130
|
+
'data': Array<JsonApiLabelLinkage>;
|
|
53131
|
+
}
|
|
53132
|
+
|
|
53133
|
+
export declare interface JsonApiVisualizationObjectOutRelationshipsMetrics {
|
|
53134
|
+
/**
|
|
53135
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
53136
|
+
*/
|
|
53137
|
+
'data': Array<JsonApiMetricLinkage>;
|
|
52981
53138
|
}
|
|
52982
53139
|
|
|
52983
53140
|
export declare type JsonApiVisualizationObjectOutTypeEnum = 'visualizationObject';
|
|
@@ -52991,7 +53148,7 @@ export declare interface JsonApiVisualizationObjectOutWithLinks {
|
|
|
52991
53148
|
* API identifier of an object
|
|
52992
53149
|
*/
|
|
52993
53150
|
'id': string;
|
|
52994
|
-
'meta'?:
|
|
53151
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
52995
53152
|
'attributes': JsonApiVisualizationObjectOutAttributes;
|
|
52996
53153
|
'relationships'?: JsonApiVisualizationObjectOutRelationships;
|
|
52997
53154
|
'links'?: ObjectLinks;
|
|
@@ -53090,7 +53247,7 @@ export declare interface JsonApiWorkspaceAutomationOutAttributes {
|
|
|
53090
53247
|
* Additional details to be included in the automated message.
|
|
53091
53248
|
*/
|
|
53092
53249
|
'details'?: object;
|
|
53093
|
-
'metadata'?:
|
|
53250
|
+
'metadata'?: JsonApiAutomationOutAttributesMetadata | null;
|
|
53094
53251
|
/**
|
|
53095
53252
|
* Current state of the automation.
|
|
53096
53253
|
*/
|
|
@@ -53099,102 +53256,26 @@ export declare interface JsonApiWorkspaceAutomationOutAttributes {
|
|
|
53099
53256
|
* Specify automation evaluation mode.
|
|
53100
53257
|
*/
|
|
53101
53258
|
'evaluationMode'?: JsonApiWorkspaceAutomationOutAttributesEvaluationModeEnum;
|
|
53102
|
-
'schedule'?:
|
|
53103
|
-
'alert'?:
|
|
53104
|
-
'tabularExports'?: Array<
|
|
53105
|
-
'visualExports'?: Array<
|
|
53106
|
-
'imageExports'?: Array<
|
|
53107
|
-
'rawExports'?: Array<
|
|
53108
|
-
'slidesExports'?: Array<
|
|
53109
|
-
'dashboardTabularExports'?: Array<
|
|
53259
|
+
'schedule'?: JsonApiAutomationOutAttributesSchedule;
|
|
53260
|
+
'alert'?: JsonApiAutomationOutAttributesAlert;
|
|
53261
|
+
'tabularExports'?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
53262
|
+
'visualExports'?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
53263
|
+
'imageExports'?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
53264
|
+
'rawExports'?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
53265
|
+
'slidesExports'?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
53266
|
+
'dashboardTabularExports'?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
53110
53267
|
/**
|
|
53111
53268
|
* External recipients of the automation action results.
|
|
53112
53269
|
*/
|
|
53113
|
-
'externalRecipients'?: Array<
|
|
53270
|
+
'externalRecipients'?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
53114
53271
|
'createdAt'?: string;
|
|
53115
53272
|
'modifiedAt'?: string;
|
|
53116
53273
|
}
|
|
53117
53274
|
|
|
53118
|
-
export declare interface JsonApiWorkspaceAutomationOutAttributesAlert {
|
|
53119
|
-
'execution': AlertAfm;
|
|
53120
|
-
'condition': AlertCondition;
|
|
53121
|
-
/**
|
|
53122
|
-
* 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. ONCE_PER_INTERVAL - alert is triggered when the condition is met, then suppressed for the interval. If no interval is specified, it behaves as ALWAYS.
|
|
53123
|
-
*/
|
|
53124
|
-
'trigger'?: JsonApiWorkspaceAutomationOutAttributesAlertTriggerEnum;
|
|
53125
|
-
/**
|
|
53126
|
-
* Date granularity for the interval of ONCE_PER_INTERVAL trigger. Supported granularities: DAY, WEEK, MONTH, QUARTER, YEAR.
|
|
53127
|
-
*/
|
|
53128
|
-
'interval'?: JsonApiWorkspaceAutomationOutAttributesAlertIntervalEnum;
|
|
53129
|
-
}
|
|
53130
|
-
|
|
53131
|
-
export declare type JsonApiWorkspaceAutomationOutAttributesAlertIntervalEnum = 'DAY' | 'WEEK' | 'MONTH' | 'QUARTER' | 'YEAR';
|
|
53132
|
-
|
|
53133
|
-
export declare type JsonApiWorkspaceAutomationOutAttributesAlertTriggerEnum = 'ALWAYS' | 'ONCE' | 'ONCE_PER_INTERVAL';
|
|
53134
|
-
|
|
53135
|
-
export declare interface JsonApiWorkspaceAutomationOutAttributesDashboardTabularExportsInner {
|
|
53136
|
-
'requestPayload': DashboardTabularExportRequestV2;
|
|
53137
|
-
}
|
|
53138
|
-
|
|
53139
53275
|
export declare type JsonApiWorkspaceAutomationOutAttributesEvaluationModeEnum = 'SHARED' | 'PER_RECIPIENT';
|
|
53140
53276
|
|
|
53141
|
-
export declare interface JsonApiWorkspaceAutomationOutAttributesExternalRecipientsInner {
|
|
53142
|
-
/**
|
|
53143
|
-
* E-mail address to send notifications from.
|
|
53144
|
-
*/
|
|
53145
|
-
'email': string;
|
|
53146
|
-
}
|
|
53147
|
-
|
|
53148
|
-
export declare interface JsonApiWorkspaceAutomationOutAttributesImageExportsInner {
|
|
53149
|
-
'requestPayload': ImageExportRequest;
|
|
53150
|
-
}
|
|
53151
|
-
|
|
53152
|
-
/**
|
|
53153
|
-
* Additional information for the automation.
|
|
53154
|
-
*/
|
|
53155
|
-
export declare interface JsonApiWorkspaceAutomationOutAttributesMetadata {
|
|
53156
|
-
[key: string]: any;
|
|
53157
|
-
'widget'?: string;
|
|
53158
|
-
'visibleFilters'?: Array<VisibleFilter>;
|
|
53159
|
-
}
|
|
53160
|
-
|
|
53161
|
-
export declare interface JsonApiWorkspaceAutomationOutAttributesRawExportsInner {
|
|
53162
|
-
'requestPayload': RawExportAutomationRequest;
|
|
53163
|
-
}
|
|
53164
|
-
|
|
53165
|
-
export declare interface JsonApiWorkspaceAutomationOutAttributesSchedule {
|
|
53166
|
-
/**
|
|
53167
|
-
* 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.
|
|
53168
|
-
*/
|
|
53169
|
-
'cron': string;
|
|
53170
|
-
/**
|
|
53171
|
-
* Human-readable description of the cron expression.
|
|
53172
|
-
*/
|
|
53173
|
-
'cronDescription'?: string;
|
|
53174
|
-
/**
|
|
53175
|
-
* Timezone in which the schedule is defined.
|
|
53176
|
-
*/
|
|
53177
|
-
'timezone': string;
|
|
53178
|
-
/**
|
|
53179
|
-
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
53180
|
-
*/
|
|
53181
|
-
'firstRun'?: string;
|
|
53182
|
-
}
|
|
53183
|
-
|
|
53184
|
-
export declare interface JsonApiWorkspaceAutomationOutAttributesSlidesExportsInner {
|
|
53185
|
-
'requestPayload': SlidesExportRequest;
|
|
53186
|
-
}
|
|
53187
|
-
|
|
53188
53277
|
export declare type JsonApiWorkspaceAutomationOutAttributesStateEnum = 'ACTIVE' | 'PAUSED';
|
|
53189
53278
|
|
|
53190
|
-
export declare interface JsonApiWorkspaceAutomationOutAttributesTabularExportsInner {
|
|
53191
|
-
'requestPayload': TabularExportRequest;
|
|
53192
|
-
}
|
|
53193
|
-
|
|
53194
|
-
export declare interface JsonApiWorkspaceAutomationOutAttributesVisualExportsInner {
|
|
53195
|
-
'requestPayload': VisualExportRequest;
|
|
53196
|
-
}
|
|
53197
|
-
|
|
53198
53279
|
/**
|
|
53199
53280
|
* @type JsonApiWorkspaceAutomationOutIncludes
|
|
53200
53281
|
*/
|
|
@@ -53206,51 +53287,22 @@ export declare type JsonApiWorkspaceAutomationOutIncludes = JsonApiAnalyticalDas
|
|
|
53206
53287
|
export declare interface JsonApiWorkspaceAutomationOutList {
|
|
53207
53288
|
'data': Array<JsonApiWorkspaceAutomationOutWithLinks>;
|
|
53208
53289
|
'links'?: ListLinks;
|
|
53209
|
-
'meta'?:
|
|
53290
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
53210
53291
|
/**
|
|
53211
53292
|
* Included resources
|
|
53212
53293
|
*/
|
|
53213
53294
|
'included'?: Array<JsonApiWorkspaceAutomationOutIncludes>;
|
|
53214
53295
|
}
|
|
53215
53296
|
|
|
53216
|
-
export declare interface JsonApiWorkspaceAutomationOutListMeta {
|
|
53217
|
-
'page'?: PageMetadata;
|
|
53218
|
-
}
|
|
53219
|
-
|
|
53220
53297
|
export declare interface JsonApiWorkspaceAutomationOutRelationships {
|
|
53221
|
-
'workspace'?:
|
|
53222
|
-
'notificationChannel'?:
|
|
53223
|
-
'analyticalDashboard'?:
|
|
53224
|
-
'createdBy'?:
|
|
53225
|
-
'modifiedBy'?:
|
|
53226
|
-
'exportDefinitions'?:
|
|
53227
|
-
'recipients'?:
|
|
53228
|
-
'automationResults'?:
|
|
53229
|
-
}
|
|
53230
|
-
|
|
53231
|
-
export declare interface JsonApiWorkspaceAutomationOutRelationshipsAutomationResults {
|
|
53232
|
-
/**
|
|
53233
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
53234
|
-
*/
|
|
53235
|
-
'data': Array<JsonApiAutomationResultLinkage>;
|
|
53236
|
-
}
|
|
53237
|
-
|
|
53238
|
-
export declare interface JsonApiWorkspaceAutomationOutRelationshipsExportDefinitions {
|
|
53239
|
-
/**
|
|
53240
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
53241
|
-
*/
|
|
53242
|
-
'data': Array<JsonApiExportDefinitionLinkage>;
|
|
53243
|
-
}
|
|
53244
|
-
|
|
53245
|
-
export declare interface JsonApiWorkspaceAutomationOutRelationshipsNotificationChannel {
|
|
53246
|
-
'data': JsonApiNotificationChannelLinkage | null;
|
|
53247
|
-
}
|
|
53248
|
-
|
|
53249
|
-
export declare interface JsonApiWorkspaceAutomationOutRelationshipsRecipients {
|
|
53250
|
-
/**
|
|
53251
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
53252
|
-
*/
|
|
53253
|
-
'data': Array<JsonApiUserLinkage>;
|
|
53298
|
+
'workspace'?: JsonApiWorkspacePatchRelationshipsParent;
|
|
53299
|
+
'notificationChannel'?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
53300
|
+
'analyticalDashboard'?: JsonApiAutomationOutRelationshipsAnalyticalDashboard;
|
|
53301
|
+
'createdBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
53302
|
+
'modifiedBy'?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
53303
|
+
'exportDefinitions'?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
53304
|
+
'recipients'?: JsonApiAutomationOutRelationshipsRecipients;
|
|
53305
|
+
'automationResults'?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
53254
53306
|
}
|
|
53255
53307
|
|
|
53256
53308
|
export declare type JsonApiWorkspaceAutomationOutTypeEnum = 'workspaceAutomation';
|
|
@@ -53315,7 +53367,7 @@ export declare interface JsonApiWorkspaceDataFilterOut {
|
|
|
53315
53367
|
* API identifier of an object
|
|
53316
53368
|
*/
|
|
53317
53369
|
'id': string;
|
|
53318
|
-
'meta'?:
|
|
53370
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
53319
53371
|
'attributes'?: JsonApiWorkspaceDataFilterOutAttributes;
|
|
53320
53372
|
'relationships'?: JsonApiWorkspaceDataFilterOutRelationships;
|
|
53321
53373
|
}
|
|
@@ -53341,7 +53393,7 @@ export declare interface JsonApiWorkspaceDataFilterOutDocument {
|
|
|
53341
53393
|
export declare interface JsonApiWorkspaceDataFilterOutList {
|
|
53342
53394
|
'data': Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
53343
53395
|
'links'?: ListLinks;
|
|
53344
|
-
'meta'?:
|
|
53396
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
53345
53397
|
/**
|
|
53346
53398
|
* Included resources
|
|
53347
53399
|
*/
|
|
@@ -53370,7 +53422,7 @@ export declare interface JsonApiWorkspaceDataFilterOutWithLinks {
|
|
|
53370
53422
|
* API identifier of an object
|
|
53371
53423
|
*/
|
|
53372
53424
|
'id': string;
|
|
53373
|
-
'meta'?:
|
|
53425
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
53374
53426
|
'attributes'?: JsonApiWorkspaceDataFilterOutAttributes;
|
|
53375
53427
|
'relationships'?: JsonApiWorkspaceDataFilterOutRelationships;
|
|
53376
53428
|
'links'?: ObjectLinks;
|
|
@@ -53444,7 +53496,7 @@ export declare interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
53444
53496
|
* API identifier of an object
|
|
53445
53497
|
*/
|
|
53446
53498
|
'id': string;
|
|
53447
|
-
'meta'?:
|
|
53499
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
53448
53500
|
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
53449
53501
|
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
53450
53502
|
}
|
|
@@ -53470,7 +53522,7 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
|
53470
53522
|
export declare interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
53471
53523
|
'data': Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>;
|
|
53472
53524
|
'links'?: ListLinks;
|
|
53473
|
-
'meta'?:
|
|
53525
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
53474
53526
|
/**
|
|
53475
53527
|
* Included resources
|
|
53476
53528
|
*/
|
|
@@ -53496,7 +53548,7 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
53496
53548
|
* API identifier of an object
|
|
53497
53549
|
*/
|
|
53498
53550
|
'id': string;
|
|
53499
|
-
'meta'?:
|
|
53551
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
53500
53552
|
'attributes'?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
53501
53553
|
'relationships'?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
53502
53554
|
'links'?: ObjectLinks;
|
|
@@ -53538,8 +53590,8 @@ export declare interface JsonApiWorkspaceIn {
|
|
|
53538
53590
|
* API identifier of an object
|
|
53539
53591
|
*/
|
|
53540
53592
|
'id': string;
|
|
53541
|
-
'attributes'?:
|
|
53542
|
-
'relationships'?:
|
|
53593
|
+
'attributes'?: JsonApiWorkspacePatchAttributes;
|
|
53594
|
+
'relationships'?: JsonApiWorkspacePatchRelationships;
|
|
53543
53595
|
}
|
|
53544
53596
|
|
|
53545
53597
|
export declare interface JsonApiWorkspaceInDocument {
|
|
@@ -53571,42 +53623,8 @@ export declare interface JsonApiWorkspaceOut {
|
|
|
53571
53623
|
*/
|
|
53572
53624
|
'id': string;
|
|
53573
53625
|
'meta'?: JsonApiWorkspaceOutMeta;
|
|
53574
|
-
'attributes'?:
|
|
53575
|
-
'relationships'?:
|
|
53576
|
-
}
|
|
53577
|
-
|
|
53578
|
-
export declare interface JsonApiWorkspaceOutAttributes {
|
|
53579
|
-
'name'?: string | null;
|
|
53580
|
-
/**
|
|
53581
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
53582
|
-
* @deprecated
|
|
53583
|
-
*/
|
|
53584
|
-
'earlyAccess'?: string | null;
|
|
53585
|
-
/**
|
|
53586
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
53587
|
-
*/
|
|
53588
|
-
'earlyAccessValues'?: Array<string> | null;
|
|
53589
|
-
'description'?: string | null;
|
|
53590
|
-
/**
|
|
53591
|
-
* Custom prefix of entity identifiers in workspace
|
|
53592
|
-
*/
|
|
53593
|
-
'prefix'?: string | null;
|
|
53594
|
-
'cacheExtraLimit'?: number;
|
|
53595
|
-
'dataSource'?: JsonApiWorkspaceOutAttributesDataSource;
|
|
53596
|
-
}
|
|
53597
|
-
|
|
53598
|
-
/**
|
|
53599
|
-
* The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
|
|
53600
|
-
*/
|
|
53601
|
-
export declare interface JsonApiWorkspaceOutAttributesDataSource {
|
|
53602
|
-
/**
|
|
53603
|
-
* The ID of the used data source.
|
|
53604
|
-
*/
|
|
53605
|
-
'id': string;
|
|
53606
|
-
/**
|
|
53607
|
-
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
53608
|
-
*/
|
|
53609
|
-
'schemaPath'?: Array<string>;
|
|
53626
|
+
'attributes'?: JsonApiWorkspacePatchAttributes;
|
|
53627
|
+
'relationships'?: JsonApiWorkspacePatchRelationships;
|
|
53610
53628
|
}
|
|
53611
53629
|
|
|
53612
53630
|
export declare interface JsonApiWorkspaceOutDocument {
|
|
@@ -53624,7 +53642,7 @@ export declare interface JsonApiWorkspaceOutDocument {
|
|
|
53624
53642
|
export declare interface JsonApiWorkspaceOutList {
|
|
53625
53643
|
'data': Array<JsonApiWorkspaceOutWithLinks>;
|
|
53626
53644
|
'links'?: ListLinks;
|
|
53627
|
-
'meta'?:
|
|
53645
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
53628
53646
|
/**
|
|
53629
53647
|
* Included resources
|
|
53630
53648
|
*/
|
|
@@ -53672,14 +53690,6 @@ export declare interface JsonApiWorkspaceOutMetaHierarchy {
|
|
|
53672
53690
|
|
|
53673
53691
|
export declare type JsonApiWorkspaceOutMetaPermissionsEnum = 'MANAGE' | 'ANALYZE' | 'EXPORT' | 'EXPORT_TABULAR' | 'EXPORT_PDF' | 'CREATE_AUTOMATION' | 'USE_AI_ASSISTANT' | 'CREATE_FILTER_VIEW' | 'VIEW';
|
|
53674
53692
|
|
|
53675
|
-
export declare interface JsonApiWorkspaceOutRelationships {
|
|
53676
|
-
'parent'?: JsonApiWorkspaceOutRelationshipsParent;
|
|
53677
|
-
}
|
|
53678
|
-
|
|
53679
|
-
export declare interface JsonApiWorkspaceOutRelationshipsParent {
|
|
53680
|
-
'data': JsonApiWorkspaceLinkage | null;
|
|
53681
|
-
}
|
|
53682
|
-
|
|
53683
53693
|
export declare type JsonApiWorkspaceOutTypeEnum = 'workspace';
|
|
53684
53694
|
|
|
53685
53695
|
export declare interface JsonApiWorkspaceOutWithLinks {
|
|
@@ -53692,8 +53702,8 @@ export declare interface JsonApiWorkspaceOutWithLinks {
|
|
|
53692
53702
|
*/
|
|
53693
53703
|
'id': string;
|
|
53694
53704
|
'meta'?: JsonApiWorkspaceOutMeta;
|
|
53695
|
-
'attributes'?:
|
|
53696
|
-
'relationships'?:
|
|
53705
|
+
'attributes'?: JsonApiWorkspacePatchAttributes;
|
|
53706
|
+
'relationships'?: JsonApiWorkspacePatchRelationships;
|
|
53697
53707
|
'links'?: ObjectLinks;
|
|
53698
53708
|
}
|
|
53699
53709
|
|
|
@@ -53711,14 +53721,56 @@ export declare interface JsonApiWorkspacePatch {
|
|
|
53711
53721
|
* API identifier of an object
|
|
53712
53722
|
*/
|
|
53713
53723
|
'id': string;
|
|
53714
|
-
'attributes'?:
|
|
53715
|
-
'relationships'?:
|
|
53724
|
+
'attributes'?: JsonApiWorkspacePatchAttributes;
|
|
53725
|
+
'relationships'?: JsonApiWorkspacePatchRelationships;
|
|
53726
|
+
}
|
|
53727
|
+
|
|
53728
|
+
export declare interface JsonApiWorkspacePatchAttributes {
|
|
53729
|
+
'name'?: string | null;
|
|
53730
|
+
/**
|
|
53731
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
53732
|
+
* @deprecated
|
|
53733
|
+
*/
|
|
53734
|
+
'earlyAccess'?: string | null;
|
|
53735
|
+
/**
|
|
53736
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
53737
|
+
*/
|
|
53738
|
+
'earlyAccessValues'?: Array<string> | null;
|
|
53739
|
+
'description'?: string | null;
|
|
53740
|
+
/**
|
|
53741
|
+
* Custom prefix of entity identifiers in workspace
|
|
53742
|
+
*/
|
|
53743
|
+
'prefix'?: string | null;
|
|
53744
|
+
'cacheExtraLimit'?: number;
|
|
53745
|
+
'dataSource'?: JsonApiWorkspacePatchAttributesDataSource;
|
|
53746
|
+
}
|
|
53747
|
+
|
|
53748
|
+
/**
|
|
53749
|
+
* The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
|
|
53750
|
+
*/
|
|
53751
|
+
export declare interface JsonApiWorkspacePatchAttributesDataSource {
|
|
53752
|
+
/**
|
|
53753
|
+
* The ID of the used data source.
|
|
53754
|
+
*/
|
|
53755
|
+
'id': string;
|
|
53756
|
+
/**
|
|
53757
|
+
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
53758
|
+
*/
|
|
53759
|
+
'schemaPath'?: Array<string>;
|
|
53716
53760
|
}
|
|
53717
53761
|
|
|
53718
53762
|
export declare interface JsonApiWorkspacePatchDocument {
|
|
53719
53763
|
'data': JsonApiWorkspacePatch;
|
|
53720
53764
|
}
|
|
53721
53765
|
|
|
53766
|
+
export declare interface JsonApiWorkspacePatchRelationships {
|
|
53767
|
+
'parent'?: JsonApiWorkspacePatchRelationshipsParent;
|
|
53768
|
+
}
|
|
53769
|
+
|
|
53770
|
+
export declare interface JsonApiWorkspacePatchRelationshipsParent {
|
|
53771
|
+
'data': JsonApiWorkspaceLinkage | null;
|
|
53772
|
+
}
|
|
53773
|
+
|
|
53722
53774
|
export declare type JsonApiWorkspacePatchTypeEnum = 'workspace';
|
|
53723
53775
|
|
|
53724
53776
|
/**
|
|
@@ -53733,7 +53785,7 @@ export declare interface JsonApiWorkspaceSettingIn {
|
|
|
53733
53785
|
* API identifier of an object
|
|
53734
53786
|
*/
|
|
53735
53787
|
'id': string;
|
|
53736
|
-
'attributes'?:
|
|
53788
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
53737
53789
|
}
|
|
53738
53790
|
|
|
53739
53791
|
export declare interface JsonApiWorkspaceSettingInDocument {
|
|
@@ -53754,10 +53806,20 @@ export declare interface JsonApiWorkspaceSettingOut {
|
|
|
53754
53806
|
* API identifier of an object
|
|
53755
53807
|
*/
|
|
53756
53808
|
'id': string;
|
|
53757
|
-
'meta'?:
|
|
53758
|
-
'attributes'?:
|
|
53809
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
53810
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
53811
|
+
}
|
|
53812
|
+
|
|
53813
|
+
export declare interface JsonApiWorkspaceSettingOutAttributes {
|
|
53814
|
+
/**
|
|
53815
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
53816
|
+
*/
|
|
53817
|
+
'content'?: object;
|
|
53818
|
+
'type'?: JsonApiWorkspaceSettingOutAttributesTypeEnum;
|
|
53759
53819
|
}
|
|
53760
53820
|
|
|
53821
|
+
export declare type JsonApiWorkspaceSettingOutAttributesTypeEnum = 'TIMEZONE' | 'ACTIVE_THEME' | 'ACTIVE_COLOR_PALETTE' | 'ACTIVE_LLM_ENDPOINT' | 'ACTIVE_CALENDARS' | 'WHITE_LABELING' | 'LOCALE' | 'METADATA_LOCALE' | 'FORMAT_LOCALE' | 'MAPBOX_TOKEN' | 'AG_GRID_TOKEN' | 'WEEK_START' | 'FISCAL_YEAR' | 'SHOW_HIDDEN_CATALOG_ITEMS' | 'OPERATOR_OVERRIDES' | 'TIMEZONE_VALIDATION_ENABLED' | 'OPENAI_CONFIG' | 'ENABLE_FILE_ANALYTICS' | 'ALERT' | 'SEPARATORS' | 'DATE_FILTER_CONFIG' | 'JIT_PROVISIONING' | 'JWT_JIT_PROVISIONING' | 'DASHBOARD_FILTERS_APPLY_MODE' | 'ENABLE_SLIDES_EXPORT' | 'ENABLE_SNAPSHOT_EXPORT' | 'AI_RATE_LIMIT' | 'ATTACHMENT_SIZE_LIMIT' | 'ATTACHMENT_LINK_TTL' | 'AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE' | 'ENABLE_DRILL_TO_URL_BY_DEFAULT' | 'ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS' | 'ENABLE_AUTOMATION_EVALUATION_MODE' | 'ENABLE_ACCESSIBILITY_MODE' | 'REGISTERED_PLUGGABLE_APPLICATIONS' | 'DATA_LOCALE' | 'LDM_DEFAULT_LOCALE' | 'EXPORT_RESULT_POLLING_TIMEOUT_SECONDS' | 'MAX_ZOOM_LEVEL' | 'SORT_CASE_SENSITIVE' | 'METRIC_FORMAT_OVERRIDE' | 'ENABLE_AI_ON_DATA' | 'API_ENTITIES_DEFAULT_CONTENT_MEDIA_TYPE' | 'ENABLE_NULL_JOINS' | 'EXPORT_CSV_CUSTOM_DELIMITER' | 'ENABLE_QUERY_TAGS';
|
|
53822
|
+
|
|
53761
53823
|
export declare interface JsonApiWorkspaceSettingOutDocument {
|
|
53762
53824
|
'data': JsonApiWorkspaceSettingOut;
|
|
53763
53825
|
'links'?: ObjectLinks;
|
|
@@ -53769,7 +53831,7 @@ export declare interface JsonApiWorkspaceSettingOutDocument {
|
|
|
53769
53831
|
export declare interface JsonApiWorkspaceSettingOutList {
|
|
53770
53832
|
'data': Array<JsonApiWorkspaceSettingOutWithLinks>;
|
|
53771
53833
|
'links'?: ListLinks;
|
|
53772
|
-
'meta'?:
|
|
53834
|
+
'meta'?: JsonApiAggregatedFactOutListMeta;
|
|
53773
53835
|
}
|
|
53774
53836
|
|
|
53775
53837
|
export declare type JsonApiWorkspaceSettingOutTypeEnum = 'workspaceSetting';
|
|
@@ -53783,8 +53845,8 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
53783
53845
|
* API identifier of an object
|
|
53784
53846
|
*/
|
|
53785
53847
|
'id': string;
|
|
53786
|
-
'meta'?:
|
|
53787
|
-
'attributes'?:
|
|
53848
|
+
'meta'?: JsonApiDatasetOutMeta;
|
|
53849
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
53788
53850
|
'links'?: ObjectLinks;
|
|
53789
53851
|
}
|
|
53790
53852
|
|
|
@@ -53802,7 +53864,7 @@ export declare interface JsonApiWorkspaceSettingPatch {
|
|
|
53802
53864
|
* API identifier of an object
|
|
53803
53865
|
*/
|
|
53804
53866
|
'id': string;
|
|
53805
|
-
'attributes'?:
|
|
53867
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
53806
53868
|
}
|
|
53807
53869
|
|
|
53808
53870
|
export declare interface JsonApiWorkspaceSettingPatchDocument {
|
|
@@ -53823,7 +53885,7 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
53823
53885
|
* API identifier of an object
|
|
53824
53886
|
*/
|
|
53825
53887
|
'id'?: string;
|
|
53826
|
-
'attributes'?:
|
|
53888
|
+
'attributes'?: JsonApiWorkspaceSettingOutAttributes;
|
|
53827
53889
|
}
|
|
53828
53890
|
|
|
53829
53891
|
export declare interface JsonApiWorkspaceSettingPostOptionalIdDocument {
|
|
@@ -57867,6 +57929,68 @@ export declare interface ManagePermissionsApiSetDataSourcePermissionsRequest {
|
|
|
57867
57929
|
readonly declarativeDataSourcePermissions: DeclarativeDataSourcePermissions;
|
|
57868
57930
|
}
|
|
57869
57931
|
|
|
57932
|
+
/**
|
|
57933
|
+
* Filter via label with given match type and literal value.
|
|
57934
|
+
*/
|
|
57935
|
+
export declare interface MatchAttributeFilter {
|
|
57936
|
+
'matchAttributeFilter': MatchAttributeFilterMatchAttributeFilter;
|
|
57937
|
+
}
|
|
57938
|
+
|
|
57939
|
+
/**
|
|
57940
|
+
* Filter via label with given match type and literal value.
|
|
57941
|
+
*/
|
|
57942
|
+
declare interface MatchAttributeFilter_2 {
|
|
57943
|
+
'matchAttributeFilter': MatchAttributeFilterMatchAttributeFilter_2;
|
|
57944
|
+
}
|
|
57945
|
+
|
|
57946
|
+
export declare interface MatchAttributeFilterMatchAttributeFilter {
|
|
57947
|
+
/**
|
|
57948
|
+
* Literal used to limit label values.
|
|
57949
|
+
*/
|
|
57950
|
+
'literal': string;
|
|
57951
|
+
/**
|
|
57952
|
+
* Requested match type.
|
|
57953
|
+
*/
|
|
57954
|
+
'matchType': MatchAttributeFilterMatchAttributeFilterMatchTypeEnum;
|
|
57955
|
+
/**
|
|
57956
|
+
* Indicates whether the filter should negate the match.
|
|
57957
|
+
*/
|
|
57958
|
+
'negate'?: boolean;
|
|
57959
|
+
/**
|
|
57960
|
+
* Indicates whether the filter match is evaluated in case-sensitive mode or not.
|
|
57961
|
+
*/
|
|
57962
|
+
'caseSensitive'?: boolean;
|
|
57963
|
+
'localIdentifier'?: string;
|
|
57964
|
+
'applyOnResult'?: boolean;
|
|
57965
|
+
'label': AfmIdentifier;
|
|
57966
|
+
}
|
|
57967
|
+
|
|
57968
|
+
declare interface MatchAttributeFilterMatchAttributeFilter_2 {
|
|
57969
|
+
/**
|
|
57970
|
+
* Literal used to limit label values.
|
|
57971
|
+
*/
|
|
57972
|
+
'literal': string;
|
|
57973
|
+
/**
|
|
57974
|
+
* Requested match type.
|
|
57975
|
+
*/
|
|
57976
|
+
'matchType': MatchAttributeFilterMatchAttributeFilterMatchTypeEnum_2;
|
|
57977
|
+
/**
|
|
57978
|
+
* Indicates whether the filter should negate the match.
|
|
57979
|
+
*/
|
|
57980
|
+
'negate'?: boolean;
|
|
57981
|
+
/**
|
|
57982
|
+
* Indicates whether the filter match is evaluated in case-sensitive mode or not.
|
|
57983
|
+
*/
|
|
57984
|
+
'caseSensitive'?: boolean;
|
|
57985
|
+
'localIdentifier'?: string;
|
|
57986
|
+
'applyOnResult'?: boolean;
|
|
57987
|
+
'label': AfmModelIdentifier;
|
|
57988
|
+
}
|
|
57989
|
+
|
|
57990
|
+
export declare type MatchAttributeFilterMatchAttributeFilterMatchTypeEnum = 'STARTS_WITH' | 'ENDS_WITH' | 'CONTAINS';
|
|
57991
|
+
|
|
57992
|
+
declare type MatchAttributeFilterMatchAttributeFilterMatchTypeEnum_2 = 'STARTS_WITH' | 'ENDS_WITH' | 'CONTAINS';
|
|
57993
|
+
|
|
57870
57994
|
/**
|
|
57871
57995
|
* @type MeasureDefinition
|
|
57872
57996
|
* Abstract metric definition type
|