@gooddata/api-client-tiger 11.9.0-alpha.4 → 11.9.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +718 -643
- package/esm/generated/afm-rest-api/api.d.ts +19 -0
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +10 -0
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +23 -0
- package/esm/generated/automation-json-api/api.d.ts +6 -0
- 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/automation-json-api/index.d.ts.map +1 -1
- package/esm/generated/automation-json-api/index.js.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +10 -0
- package/esm/generated/export-json-api/api.d.ts +6 -0
- 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/export-json-api/openapi-spec.json +22 -0
- package/esm/generated/metadata-json-api/api.d.ts +631 -591
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +72 -69
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +9548 -9475
- package/esm/generated/result-json-api/api.d.ts +154 -0
- package/esm/generated/result-json-api/api.d.ts.map +1 -1
- package/esm/generated/result-json-api/api.js +127 -0
- package/esm/generated/result-json-api/api.js.map +1 -1
- package/esm/generated/result-json-api/openapi-spec.json +164 -0
- package/package.json +4 -4
|
@@ -726,6 +726,12 @@ export interface DashboardTabularExportRequestV2 {
|
|
|
726
726
|
* List of filters that will be used instead of the default dashboard filters.
|
|
727
727
|
*/
|
|
728
728
|
dashboardFiltersOverride?: Array<DashboardFilter>;
|
|
729
|
+
/**
|
|
730
|
+
* Map of tab-specific filter overrides. Key is tabId, value is list of filters for that tab.
|
|
731
|
+
*/
|
|
732
|
+
dashboardTabsFiltersOverrides?: {
|
|
733
|
+
[key: string]: Array<DashboardFilter>;
|
|
734
|
+
};
|
|
729
735
|
/**
|
|
730
736
|
* Dashboard identifier
|
|
731
737
|
*/
|
|
@@ -1802,6 +1808,14 @@ export interface DeclarativeLabel {
|
|
|
1802
1808
|
*/
|
|
1803
1809
|
isHidden?: boolean;
|
|
1804
1810
|
geoAreaConfig?: GeoAreaConfig;
|
|
1811
|
+
/**
|
|
1812
|
+
* Default label locale.
|
|
1813
|
+
*/
|
|
1814
|
+
locale?: string;
|
|
1815
|
+
/**
|
|
1816
|
+
* Other translations.
|
|
1817
|
+
*/
|
|
1818
|
+
translations?: Array<DeclarativeLabelTranslation>;
|
|
1805
1819
|
}
|
|
1806
1820
|
export declare const DeclarativeLabelSourceColumnDataTypeEnum: {
|
|
1807
1821
|
readonly INT: "INT";
|
|
@@ -1823,6 +1837,19 @@ export declare const DeclarativeLabelValueTypeEnum: {
|
|
|
1823
1837
|
readonly IMAGE: "IMAGE";
|
|
1824
1838
|
};
|
|
1825
1839
|
export type DeclarativeLabelValueTypeEnum = (typeof DeclarativeLabelValueTypeEnum)[keyof typeof DeclarativeLabelValueTypeEnum];
|
|
1840
|
+
/**
|
|
1841
|
+
* A label translation.
|
|
1842
|
+
*/
|
|
1843
|
+
export interface DeclarativeLabelTranslation {
|
|
1844
|
+
/**
|
|
1845
|
+
* Translation locale.
|
|
1846
|
+
*/
|
|
1847
|
+
locale: string;
|
|
1848
|
+
/**
|
|
1849
|
+
* Translation source column.
|
|
1850
|
+
*/
|
|
1851
|
+
sourceColumn: string;
|
|
1852
|
+
}
|
|
1826
1853
|
/**
|
|
1827
1854
|
* A logical data model (LDM) representation.
|
|
1828
1855
|
*/
|
|
@@ -2207,6 +2234,7 @@ export declare const DeclarativeSettingTypeEnum: {
|
|
|
2207
2234
|
readonly ENABLE_ACCESSIBILITY_MODE: "ENABLE_ACCESSIBILITY_MODE";
|
|
2208
2235
|
readonly REGISTERED_PLUGGABLE_APPLICATIONS: "REGISTERED_PLUGGABLE_APPLICATIONS";
|
|
2209
2236
|
readonly DATA_LOCALE: "DATA_LOCALE";
|
|
2237
|
+
readonly LDM_DEFAULT_LOCALE: "LDM_DEFAULT_LOCALE";
|
|
2210
2238
|
};
|
|
2211
2239
|
export type DeclarativeSettingTypeEnum = (typeof DeclarativeSettingTypeEnum)[keyof typeof DeclarativeSettingTypeEnum];
|
|
2212
2240
|
export interface DeclarativeSingleWorkspacePermission {
|
|
@@ -2860,6 +2888,10 @@ export interface GenerateLdmRequest {
|
|
|
2860
2888
|
* Columns starting with this prefix will be considered as secondary labels. The prefix is then followed by the value of `separator` parameter. Given the secondary label prefix is `ls` and separator is `__`, the columns with name like `ls__country_id__country_name` will be considered as secondary labels.
|
|
2861
2889
|
*/
|
|
2862
2890
|
secondaryLabelPrefix?: string;
|
|
2891
|
+
/**
|
|
2892
|
+
* Columns starting with this prefix will be considered as secondary label translation. The prefix is then followed by the value of `separator` parameter. Given the translation prefix is `tr` and separator is `__`, the columns with name like `tr__attribute__label__en-US` will be considered as secondary label en-US translation to `label` label in `attribute` attribute.
|
|
2893
|
+
*/
|
|
2894
|
+
translationPrefix?: string;
|
|
2863
2895
|
/**
|
|
2864
2896
|
* Columns starting with this prefix will be considered as aggregated facts. The prefix is then followed by the value of `separator` parameter. Given the aggregated fact prefix is `aggr` and separator is `__`, the columns with name like `aggr__sum__product__sold` will be considered as aggregated sold fact in the product table with SUM aggregate function.
|
|
2865
2897
|
*/
|
|
@@ -3145,7 +3177,7 @@ export interface JsonApiAggregatedFactOut {
|
|
|
3145
3177
|
* API identifier of an object
|
|
3146
3178
|
*/
|
|
3147
3179
|
id: string;
|
|
3148
|
-
meta?:
|
|
3180
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3149
3181
|
attributes: JsonApiAggregatedFactOutAttributes;
|
|
3150
3182
|
relationships?: JsonApiAggregatedFactOutRelationships;
|
|
3151
3183
|
}
|
|
@@ -3205,7 +3237,7 @@ export interface JsonApiAggregatedFactOutListMeta {
|
|
|
3205
3237
|
page?: PageMetadata;
|
|
3206
3238
|
}
|
|
3207
3239
|
export interface JsonApiAggregatedFactOutRelationships {
|
|
3208
|
-
dataset?:
|
|
3240
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
3209
3241
|
sourceFact?: JsonApiAggregatedFactOutRelationshipsSourceFact;
|
|
3210
3242
|
}
|
|
3211
3243
|
export interface JsonApiAggregatedFactOutRelationshipsSourceFact {
|
|
@@ -3220,7 +3252,7 @@ export interface JsonApiAggregatedFactOutWithLinks {
|
|
|
3220
3252
|
* API identifier of an object
|
|
3221
3253
|
*/
|
|
3222
3254
|
id: string;
|
|
3223
|
-
meta?:
|
|
3255
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3224
3256
|
attributes: JsonApiAggregatedFactOutAttributes;
|
|
3225
3257
|
relationships?: JsonApiAggregatedFactOutRelationships;
|
|
3226
3258
|
links?: ObjectLinks;
|
|
@@ -3241,22 +3273,12 @@ export interface JsonApiAnalyticalDashboardIn {
|
|
|
3241
3273
|
* API identifier of an object
|
|
3242
3274
|
*/
|
|
3243
3275
|
id: string;
|
|
3244
|
-
attributes:
|
|
3276
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
3245
3277
|
}
|
|
3246
3278
|
export declare const JsonApiAnalyticalDashboardInTypeEnum: {
|
|
3247
3279
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
3248
3280
|
};
|
|
3249
3281
|
export type JsonApiAnalyticalDashboardInTypeEnum = (typeof JsonApiAnalyticalDashboardInTypeEnum)[keyof typeof JsonApiAnalyticalDashboardInTypeEnum];
|
|
3250
|
-
export interface JsonApiAnalyticalDashboardInAttributes {
|
|
3251
|
-
title?: string;
|
|
3252
|
-
description?: string;
|
|
3253
|
-
tags?: Array<string>;
|
|
3254
|
-
areRelationsValid?: boolean;
|
|
3255
|
-
/**
|
|
3256
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
3257
|
-
*/
|
|
3258
|
-
content: object;
|
|
3259
|
-
}
|
|
3260
3282
|
export interface JsonApiAnalyticalDashboardInDocument {
|
|
3261
3283
|
data: JsonApiAnalyticalDashboardIn;
|
|
3262
3284
|
}
|
|
@@ -3332,7 +3354,7 @@ export interface JsonApiAnalyticalDashboardOutMeta {
|
|
|
3332
3354
|
* List of valid permissions for a logged-in user.
|
|
3333
3355
|
*/
|
|
3334
3356
|
permissions?: Array<JsonApiAnalyticalDashboardOutMetaPermissionsEnum>;
|
|
3335
|
-
origin?:
|
|
3357
|
+
origin?: JsonApiDatasetOutMetaOrigin;
|
|
3336
3358
|
accessInfo?: JsonApiAnalyticalDashboardOutMetaAccessInfo;
|
|
3337
3359
|
}
|
|
3338
3360
|
export declare const JsonApiAnalyticalDashboardOutMetaPermissionsEnum: {
|
|
@@ -3354,7 +3376,7 @@ export interface JsonApiAnalyticalDashboardOutRelationships {
|
|
|
3354
3376
|
analyticalDashboards?: JsonApiAnalyticalDashboardOutRelationshipsAnalyticalDashboards;
|
|
3355
3377
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
3356
3378
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
3357
|
-
datasets?:
|
|
3379
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
3358
3380
|
filterContexts?: JsonApiAnalyticalDashboardOutRelationshipsFilterContexts;
|
|
3359
3381
|
dashboardPlugins?: JsonApiAnalyticalDashboardOutRelationshipsDashboardPlugins;
|
|
3360
3382
|
}
|
|
@@ -3443,7 +3465,7 @@ export interface JsonApiAnalyticalDashboardPostOptionalId {
|
|
|
3443
3465
|
* API identifier of an object
|
|
3444
3466
|
*/
|
|
3445
3467
|
id?: string;
|
|
3446
|
-
attributes:
|
|
3468
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
3447
3469
|
}
|
|
3448
3470
|
export declare const JsonApiAnalyticalDashboardPostOptionalIdTypeEnum: {
|
|
3449
3471
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
@@ -3578,7 +3600,7 @@ export interface JsonApiAttributeHierarchyOut {
|
|
|
3578
3600
|
* API identifier of an object
|
|
3579
3601
|
*/
|
|
3580
3602
|
id: string;
|
|
3581
|
-
meta?:
|
|
3603
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3582
3604
|
attributes?: JsonApiAttributeHierarchyOutAttributes;
|
|
3583
3605
|
relationships?: JsonApiAttributeHierarchyOutRelationships;
|
|
3584
3606
|
}
|
|
@@ -3625,7 +3647,7 @@ export interface JsonApiAttributeHierarchyOutList {
|
|
|
3625
3647
|
export interface JsonApiAttributeHierarchyOutRelationships {
|
|
3626
3648
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
3627
3649
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
3628
|
-
attributes?:
|
|
3650
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
3629
3651
|
}
|
|
3630
3652
|
export interface JsonApiAttributeHierarchyOutWithLinks {
|
|
3631
3653
|
/**
|
|
@@ -3636,7 +3658,7 @@ export interface JsonApiAttributeHierarchyOutWithLinks {
|
|
|
3636
3658
|
* API identifier of an object
|
|
3637
3659
|
*/
|
|
3638
3660
|
id: string;
|
|
3639
|
-
meta?:
|
|
3661
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3640
3662
|
attributes?: JsonApiAttributeHierarchyOutAttributes;
|
|
3641
3663
|
relationships?: JsonApiAttributeHierarchyOutRelationships;
|
|
3642
3664
|
links?: ObjectLinks;
|
|
@@ -3689,7 +3711,7 @@ export interface JsonApiAttributeOut {
|
|
|
3689
3711
|
* API identifier of an object
|
|
3690
3712
|
*/
|
|
3691
3713
|
id: string;
|
|
3692
|
-
meta?:
|
|
3714
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3693
3715
|
attributes?: JsonApiAttributeOutAttributes;
|
|
3694
3716
|
relationships?: JsonApiAttributeOutRelationships;
|
|
3695
3717
|
}
|
|
@@ -3768,7 +3790,7 @@ export interface JsonApiAttributeOutList {
|
|
|
3768
3790
|
included?: Array<JsonApiAttributeOutIncludes>;
|
|
3769
3791
|
}
|
|
3770
3792
|
export interface JsonApiAttributeOutRelationships {
|
|
3771
|
-
dataset?:
|
|
3793
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
3772
3794
|
defaultView?: JsonApiAttributeOutRelationshipsDefaultView;
|
|
3773
3795
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
3774
3796
|
attributeHierarchies?: JsonApiAttributeOutRelationshipsAttributeHierarchies;
|
|
@@ -3779,9 +3801,6 @@ export interface JsonApiAttributeOutRelationshipsAttributeHierarchies {
|
|
|
3779
3801
|
*/
|
|
3780
3802
|
data: Array<JsonApiAttributeHierarchyLinkage>;
|
|
3781
3803
|
}
|
|
3782
|
-
export interface JsonApiAttributeOutRelationshipsDataset {
|
|
3783
|
-
data: JsonApiDatasetLinkage | null;
|
|
3784
|
-
}
|
|
3785
3804
|
export interface JsonApiAttributeOutRelationshipsDefaultView {
|
|
3786
3805
|
data: JsonApiLabelLinkage | null;
|
|
3787
3806
|
}
|
|
@@ -3794,7 +3813,7 @@ export interface JsonApiAttributeOutWithLinks {
|
|
|
3794
3813
|
* API identifier of an object
|
|
3795
3814
|
*/
|
|
3796
3815
|
id: string;
|
|
3797
|
-
meta?:
|
|
3816
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3798
3817
|
attributes?: JsonApiAttributeOutAttributes;
|
|
3799
3818
|
relationships?: JsonApiAttributeOutRelationships;
|
|
3800
3819
|
links?: ObjectLinks;
|
|
@@ -3831,7 +3850,7 @@ export interface JsonApiAutomationInAttributes {
|
|
|
3831
3850
|
* Additional details to be included in the automated message.
|
|
3832
3851
|
*/
|
|
3833
3852
|
details?: object;
|
|
3834
|
-
metadata?:
|
|
3853
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
3835
3854
|
/**
|
|
3836
3855
|
* Current state of the automation.
|
|
3837
3856
|
*/
|
|
@@ -3840,18 +3859,18 @@ export interface JsonApiAutomationInAttributes {
|
|
|
3840
3859
|
* Specify automation evaluation mode.
|
|
3841
3860
|
*/
|
|
3842
3861
|
evaluationMode?: JsonApiAutomationInAttributesEvaluationModeEnum;
|
|
3843
|
-
schedule?:
|
|
3844
|
-
alert?:
|
|
3845
|
-
tabularExports?: Array<
|
|
3846
|
-
visualExports?: Array<
|
|
3847
|
-
imageExports?: Array<
|
|
3848
|
-
rawExports?: Array<
|
|
3849
|
-
slidesExports?: Array<
|
|
3850
|
-
dashboardTabularExports?: Array<
|
|
3862
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
3863
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
3864
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
3865
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
3866
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
3867
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
3868
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
3869
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
3851
3870
|
/**
|
|
3852
3871
|
* External recipients of the automation action results.
|
|
3853
3872
|
*/
|
|
3854
|
-
externalRecipients?: Array<
|
|
3873
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
3855
3874
|
}
|
|
3856
3875
|
export declare const JsonApiAutomationInAttributesStateEnum: {
|
|
3857
3876
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -3863,95 +3882,14 @@ export declare const JsonApiAutomationInAttributesEvaluationModeEnum: {
|
|
|
3863
3882
|
readonly PER_RECIPIENT: "PER_RECIPIENT";
|
|
3864
3883
|
};
|
|
3865
3884
|
export type JsonApiAutomationInAttributesEvaluationModeEnum = (typeof JsonApiAutomationInAttributesEvaluationModeEnum)[keyof typeof JsonApiAutomationInAttributesEvaluationModeEnum];
|
|
3866
|
-
export interface JsonApiAutomationInAttributesAlert {
|
|
3867
|
-
execution: AlertAfm;
|
|
3868
|
-
condition: AlertCondition;
|
|
3869
|
-
/**
|
|
3870
|
-
* 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.
|
|
3871
|
-
*/
|
|
3872
|
-
trigger?: JsonApiAutomationInAttributesAlertTriggerEnum;
|
|
3873
|
-
}
|
|
3874
|
-
export declare const JsonApiAutomationInAttributesAlertTriggerEnum: {
|
|
3875
|
-
readonly ALWAYS: "ALWAYS";
|
|
3876
|
-
readonly ONCE: "ONCE";
|
|
3877
|
-
};
|
|
3878
|
-
export type JsonApiAutomationInAttributesAlertTriggerEnum = (typeof JsonApiAutomationInAttributesAlertTriggerEnum)[keyof typeof JsonApiAutomationInAttributesAlertTriggerEnum];
|
|
3879
|
-
export interface JsonApiAutomationInAttributesDashboardTabularExportsInner {
|
|
3880
|
-
requestPayload: DashboardTabularExportRequestV2;
|
|
3881
|
-
}
|
|
3882
|
-
export interface JsonApiAutomationInAttributesExternalRecipientsInner {
|
|
3883
|
-
/**
|
|
3884
|
-
* E-mail address to send notifications from.
|
|
3885
|
-
*/
|
|
3886
|
-
email: string;
|
|
3887
|
-
}
|
|
3888
|
-
export interface JsonApiAutomationInAttributesImageExportsInner {
|
|
3889
|
-
requestPayload: ImageExportRequest;
|
|
3890
|
-
}
|
|
3891
|
-
/**
|
|
3892
|
-
* Additional information for the automation.
|
|
3893
|
-
*/
|
|
3894
|
-
export interface JsonApiAutomationInAttributesMetadata {
|
|
3895
|
-
[key: string]: any;
|
|
3896
|
-
widget?: string;
|
|
3897
|
-
visibleFilters?: Array<VisibleFilter>;
|
|
3898
|
-
}
|
|
3899
|
-
export interface JsonApiAutomationInAttributesRawExportsInner {
|
|
3900
|
-
requestPayload: RawExportAutomationRequest;
|
|
3901
|
-
}
|
|
3902
|
-
export interface JsonApiAutomationInAttributesSchedule {
|
|
3903
|
-
/**
|
|
3904
|
-
* 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.
|
|
3905
|
-
*/
|
|
3906
|
-
cron: string;
|
|
3907
|
-
/**
|
|
3908
|
-
* Human-readable description of the cron expression.
|
|
3909
|
-
*/
|
|
3910
|
-
cronDescription?: string;
|
|
3911
|
-
/**
|
|
3912
|
-
* Timezone in which the schedule is defined.
|
|
3913
|
-
*/
|
|
3914
|
-
timezone: string;
|
|
3915
|
-
/**
|
|
3916
|
-
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
3917
|
-
*/
|
|
3918
|
-
firstRun?: string;
|
|
3919
|
-
}
|
|
3920
|
-
export interface JsonApiAutomationInAttributesSlidesExportsInner {
|
|
3921
|
-
requestPayload: SlidesExportRequest;
|
|
3922
|
-
}
|
|
3923
|
-
export interface JsonApiAutomationInAttributesTabularExportsInner {
|
|
3924
|
-
requestPayload: TabularExportRequest;
|
|
3925
|
-
}
|
|
3926
|
-
export interface JsonApiAutomationInAttributesVisualExportsInner {
|
|
3927
|
-
requestPayload: VisualExportRequest;
|
|
3928
|
-
}
|
|
3929
3885
|
export interface JsonApiAutomationInDocument {
|
|
3930
3886
|
data: JsonApiAutomationIn;
|
|
3931
3887
|
}
|
|
3932
3888
|
export interface JsonApiAutomationInRelationships {
|
|
3933
|
-
notificationChannel?:
|
|
3934
|
-
analyticalDashboard?:
|
|
3935
|
-
exportDefinitions?:
|
|
3936
|
-
recipients?:
|
|
3937
|
-
}
|
|
3938
|
-
export interface JsonApiAutomationInRelationshipsAnalyticalDashboard {
|
|
3939
|
-
data: JsonApiAnalyticalDashboardLinkage | null;
|
|
3940
|
-
}
|
|
3941
|
-
export interface JsonApiAutomationInRelationshipsExportDefinitions {
|
|
3942
|
-
/**
|
|
3943
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
3944
|
-
*/
|
|
3945
|
-
data: Array<JsonApiExportDefinitionLinkage>;
|
|
3946
|
-
}
|
|
3947
|
-
export interface JsonApiAutomationInRelationshipsNotificationChannel {
|
|
3948
|
-
data: JsonApiNotificationChannelLinkage | null;
|
|
3949
|
-
}
|
|
3950
|
-
export interface JsonApiAutomationInRelationshipsRecipients {
|
|
3951
|
-
/**
|
|
3952
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
3953
|
-
*/
|
|
3954
|
-
data: Array<JsonApiUserLinkage>;
|
|
3889
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
3890
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
3891
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
3892
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
3955
3893
|
}
|
|
3956
3894
|
/**
|
|
3957
3895
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
@@ -3976,7 +3914,7 @@ export interface JsonApiAutomationOut {
|
|
|
3976
3914
|
* API identifier of an object
|
|
3977
3915
|
*/
|
|
3978
3916
|
id: string;
|
|
3979
|
-
meta?:
|
|
3917
|
+
meta?: JsonApiDatasetOutMeta;
|
|
3980
3918
|
attributes?: JsonApiAutomationOutAttributes;
|
|
3981
3919
|
relationships?: JsonApiAutomationOutRelationships;
|
|
3982
3920
|
}
|
|
@@ -3993,7 +3931,7 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
3993
3931
|
* Additional details to be included in the automated message.
|
|
3994
3932
|
*/
|
|
3995
3933
|
details?: object;
|
|
3996
|
-
metadata?:
|
|
3934
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
3997
3935
|
/**
|
|
3998
3936
|
* Current state of the automation.
|
|
3999
3937
|
*/
|
|
@@ -4002,18 +3940,18 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
4002
3940
|
* Specify automation evaluation mode.
|
|
4003
3941
|
*/
|
|
4004
3942
|
evaluationMode?: JsonApiAutomationOutAttributesEvaluationModeEnum;
|
|
4005
|
-
schedule?:
|
|
4006
|
-
alert?:
|
|
4007
|
-
tabularExports?: Array<
|
|
4008
|
-
visualExports?: Array<
|
|
4009
|
-
imageExports?: Array<
|
|
4010
|
-
rawExports?: Array<
|
|
4011
|
-
slidesExports?: Array<
|
|
4012
|
-
dashboardTabularExports?: Array<
|
|
3943
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
3944
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
3945
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExportsInner>;
|
|
3946
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExportsInner>;
|
|
3947
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExportsInner>;
|
|
3948
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExportsInner>;
|
|
3949
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExportsInner>;
|
|
3950
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExportsInner>;
|
|
4013
3951
|
/**
|
|
4014
3952
|
* External recipients of the automation action results.
|
|
4015
3953
|
*/
|
|
4016
|
-
externalRecipients?: Array<
|
|
3954
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipientsInner>;
|
|
4017
3955
|
createdAt?: string;
|
|
4018
3956
|
modifiedAt?: string;
|
|
4019
3957
|
}
|
|
@@ -4027,6 +3965,69 @@ export declare const JsonApiAutomationOutAttributesEvaluationModeEnum: {
|
|
|
4027
3965
|
readonly PER_RECIPIENT: "PER_RECIPIENT";
|
|
4028
3966
|
};
|
|
4029
3967
|
export type JsonApiAutomationOutAttributesEvaluationModeEnum = (typeof JsonApiAutomationOutAttributesEvaluationModeEnum)[keyof typeof JsonApiAutomationOutAttributesEvaluationModeEnum];
|
|
3968
|
+
export interface JsonApiAutomationOutAttributesAlert {
|
|
3969
|
+
execution: AlertAfm;
|
|
3970
|
+
condition: AlertCondition;
|
|
3971
|
+
/**
|
|
3972
|
+
* 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.
|
|
3973
|
+
*/
|
|
3974
|
+
trigger?: JsonApiAutomationOutAttributesAlertTriggerEnum;
|
|
3975
|
+
}
|
|
3976
|
+
export declare const JsonApiAutomationOutAttributesAlertTriggerEnum: {
|
|
3977
|
+
readonly ALWAYS: "ALWAYS";
|
|
3978
|
+
readonly ONCE: "ONCE";
|
|
3979
|
+
};
|
|
3980
|
+
export type JsonApiAutomationOutAttributesAlertTriggerEnum = (typeof JsonApiAutomationOutAttributesAlertTriggerEnum)[keyof typeof JsonApiAutomationOutAttributesAlertTriggerEnum];
|
|
3981
|
+
export interface JsonApiAutomationOutAttributesDashboardTabularExportsInner {
|
|
3982
|
+
requestPayload: DashboardTabularExportRequestV2;
|
|
3983
|
+
}
|
|
3984
|
+
export interface JsonApiAutomationOutAttributesExternalRecipientsInner {
|
|
3985
|
+
/**
|
|
3986
|
+
* E-mail address to send notifications from.
|
|
3987
|
+
*/
|
|
3988
|
+
email: string;
|
|
3989
|
+
}
|
|
3990
|
+
export interface JsonApiAutomationOutAttributesImageExportsInner {
|
|
3991
|
+
requestPayload: ImageExportRequest;
|
|
3992
|
+
}
|
|
3993
|
+
/**
|
|
3994
|
+
* Additional information for the automation.
|
|
3995
|
+
*/
|
|
3996
|
+
export interface JsonApiAutomationOutAttributesMetadata {
|
|
3997
|
+
[key: string]: any;
|
|
3998
|
+
widget?: string;
|
|
3999
|
+
visibleFilters?: Array<VisibleFilter>;
|
|
4000
|
+
}
|
|
4001
|
+
export interface JsonApiAutomationOutAttributesRawExportsInner {
|
|
4002
|
+
requestPayload: RawExportAutomationRequest;
|
|
4003
|
+
}
|
|
4004
|
+
export interface JsonApiAutomationOutAttributesSchedule {
|
|
4005
|
+
/**
|
|
4006
|
+
* 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.
|
|
4007
|
+
*/
|
|
4008
|
+
cron: string;
|
|
4009
|
+
/**
|
|
4010
|
+
* Human-readable description of the cron expression.
|
|
4011
|
+
*/
|
|
4012
|
+
cronDescription?: string;
|
|
4013
|
+
/**
|
|
4014
|
+
* Timezone in which the schedule is defined.
|
|
4015
|
+
*/
|
|
4016
|
+
timezone: string;
|
|
4017
|
+
/**
|
|
4018
|
+
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
4019
|
+
*/
|
|
4020
|
+
firstRun?: string;
|
|
4021
|
+
}
|
|
4022
|
+
export interface JsonApiAutomationOutAttributesSlidesExportsInner {
|
|
4023
|
+
requestPayload: SlidesExportRequest;
|
|
4024
|
+
}
|
|
4025
|
+
export interface JsonApiAutomationOutAttributesTabularExportsInner {
|
|
4026
|
+
requestPayload: TabularExportRequest;
|
|
4027
|
+
}
|
|
4028
|
+
export interface JsonApiAutomationOutAttributesVisualExportsInner {
|
|
4029
|
+
requestPayload: VisualExportRequest;
|
|
4030
|
+
}
|
|
4030
4031
|
export interface JsonApiAutomationOutDocument {
|
|
4031
4032
|
data: JsonApiAutomationOut;
|
|
4032
4033
|
links?: ObjectLinks;
|
|
@@ -4052,12 +4053,12 @@ export interface JsonApiAutomationOutList {
|
|
|
4052
4053
|
included?: Array<JsonApiAutomationOutIncludes>;
|
|
4053
4054
|
}
|
|
4054
4055
|
export interface JsonApiAutomationOutRelationships {
|
|
4055
|
-
notificationChannel?:
|
|
4056
|
-
analyticalDashboard?:
|
|
4056
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
4057
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
4057
4058
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
4058
4059
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
4059
|
-
exportDefinitions?:
|
|
4060
|
-
recipients?:
|
|
4060
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
4061
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
4061
4062
|
automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
4062
4063
|
}
|
|
4063
4064
|
export interface JsonApiAutomationOutRelationshipsAutomationResults {
|
|
@@ -4066,6 +4067,21 @@ export interface JsonApiAutomationOutRelationshipsAutomationResults {
|
|
|
4066
4067
|
*/
|
|
4067
4068
|
data: Array<JsonApiAutomationResultLinkage>;
|
|
4068
4069
|
}
|
|
4070
|
+
export interface JsonApiAutomationOutRelationshipsExportDefinitions {
|
|
4071
|
+
/**
|
|
4072
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
4073
|
+
*/
|
|
4074
|
+
data: Array<JsonApiExportDefinitionLinkage>;
|
|
4075
|
+
}
|
|
4076
|
+
export interface JsonApiAutomationOutRelationshipsNotificationChannel {
|
|
4077
|
+
data: JsonApiNotificationChannelLinkage | null;
|
|
4078
|
+
}
|
|
4079
|
+
export interface JsonApiAutomationOutRelationshipsRecipients {
|
|
4080
|
+
/**
|
|
4081
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
4082
|
+
*/
|
|
4083
|
+
data: Array<JsonApiUserLinkage>;
|
|
4084
|
+
}
|
|
4069
4085
|
export interface JsonApiAutomationOutWithLinks {
|
|
4070
4086
|
/**
|
|
4071
4087
|
* Object type
|
|
@@ -4075,7 +4091,7 @@ export interface JsonApiAutomationOutWithLinks {
|
|
|
4075
4091
|
* API identifier of an object
|
|
4076
4092
|
*/
|
|
4077
4093
|
id: string;
|
|
4078
|
-
meta?:
|
|
4094
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4079
4095
|
attributes?: JsonApiAutomationOutAttributes;
|
|
4080
4096
|
relationships?: JsonApiAutomationOutRelationships;
|
|
4081
4097
|
links?: ObjectLinks;
|
|
@@ -4452,19 +4468,12 @@ export interface JsonApiCustomApplicationSettingIn {
|
|
|
4452
4468
|
* API identifier of an object
|
|
4453
4469
|
*/
|
|
4454
4470
|
id: string;
|
|
4455
|
-
attributes:
|
|
4471
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
4456
4472
|
}
|
|
4457
4473
|
export declare const JsonApiCustomApplicationSettingInTypeEnum: {
|
|
4458
4474
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
4459
4475
|
};
|
|
4460
4476
|
export type JsonApiCustomApplicationSettingInTypeEnum = (typeof JsonApiCustomApplicationSettingInTypeEnum)[keyof typeof JsonApiCustomApplicationSettingInTypeEnum];
|
|
4461
|
-
export interface JsonApiCustomApplicationSettingInAttributes {
|
|
4462
|
-
applicationName: string;
|
|
4463
|
-
/**
|
|
4464
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
4465
|
-
*/
|
|
4466
|
-
content: object;
|
|
4467
|
-
}
|
|
4468
4477
|
export interface JsonApiCustomApplicationSettingInDocument {
|
|
4469
4478
|
data: JsonApiCustomApplicationSettingIn;
|
|
4470
4479
|
}
|
|
@@ -4480,13 +4489,20 @@ export interface JsonApiCustomApplicationSettingOut {
|
|
|
4480
4489
|
* API identifier of an object
|
|
4481
4490
|
*/
|
|
4482
4491
|
id: string;
|
|
4483
|
-
meta?:
|
|
4484
|
-
attributes:
|
|
4492
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4493
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
4485
4494
|
}
|
|
4486
4495
|
export declare const JsonApiCustomApplicationSettingOutTypeEnum: {
|
|
4487
4496
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
4488
4497
|
};
|
|
4489
4498
|
export type JsonApiCustomApplicationSettingOutTypeEnum = (typeof JsonApiCustomApplicationSettingOutTypeEnum)[keyof typeof JsonApiCustomApplicationSettingOutTypeEnum];
|
|
4499
|
+
export interface JsonApiCustomApplicationSettingOutAttributes {
|
|
4500
|
+
applicationName: string;
|
|
4501
|
+
/**
|
|
4502
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
4503
|
+
*/
|
|
4504
|
+
content: object;
|
|
4505
|
+
}
|
|
4490
4506
|
export interface JsonApiCustomApplicationSettingOutDocument {
|
|
4491
4507
|
data: JsonApiCustomApplicationSettingOut;
|
|
4492
4508
|
links?: ObjectLinks;
|
|
@@ -4508,8 +4524,8 @@ export interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
|
4508
4524
|
* API identifier of an object
|
|
4509
4525
|
*/
|
|
4510
4526
|
id: string;
|
|
4511
|
-
meta?:
|
|
4512
|
-
attributes:
|
|
4527
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4528
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
4513
4529
|
links?: ObjectLinks;
|
|
4514
4530
|
}
|
|
4515
4531
|
export declare const JsonApiCustomApplicationSettingOutWithLinksTypeEnum: {
|
|
@@ -4556,7 +4572,7 @@ export interface JsonApiCustomApplicationSettingPostOptionalId {
|
|
|
4556
4572
|
* API identifier of an object
|
|
4557
4573
|
*/
|
|
4558
4574
|
id?: string;
|
|
4559
|
-
attributes:
|
|
4575
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
4560
4576
|
}
|
|
4561
4577
|
export declare const JsonApiCustomApplicationSettingPostOptionalIdTypeEnum: {
|
|
4562
4578
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
@@ -4577,22 +4593,12 @@ export interface JsonApiDashboardPluginIn {
|
|
|
4577
4593
|
* API identifier of an object
|
|
4578
4594
|
*/
|
|
4579
4595
|
id: string;
|
|
4580
|
-
attributes?:
|
|
4596
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
4581
4597
|
}
|
|
4582
4598
|
export declare const JsonApiDashboardPluginInTypeEnum: {
|
|
4583
4599
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
4584
4600
|
};
|
|
4585
4601
|
export type JsonApiDashboardPluginInTypeEnum = (typeof JsonApiDashboardPluginInTypeEnum)[keyof typeof JsonApiDashboardPluginInTypeEnum];
|
|
4586
|
-
export interface JsonApiDashboardPluginInAttributes {
|
|
4587
|
-
title?: string;
|
|
4588
|
-
description?: string;
|
|
4589
|
-
tags?: Array<string>;
|
|
4590
|
-
areRelationsValid?: boolean;
|
|
4591
|
-
/**
|
|
4592
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
4593
|
-
*/
|
|
4594
|
-
content?: object;
|
|
4595
|
-
}
|
|
4596
4602
|
export interface JsonApiDashboardPluginInDocument {
|
|
4597
4603
|
data: JsonApiDashboardPluginIn;
|
|
4598
4604
|
}
|
|
@@ -4619,7 +4625,7 @@ export interface JsonApiDashboardPluginOut {
|
|
|
4619
4625
|
* API identifier of an object
|
|
4620
4626
|
*/
|
|
4621
4627
|
id: string;
|
|
4622
|
-
meta?:
|
|
4628
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4623
4629
|
attributes?: JsonApiDashboardPluginOutAttributes;
|
|
4624
4630
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
4625
4631
|
}
|
|
@@ -4672,7 +4678,7 @@ export interface JsonApiDashboardPluginOutWithLinks {
|
|
|
4672
4678
|
* API identifier of an object
|
|
4673
4679
|
*/
|
|
4674
4680
|
id: string;
|
|
4675
|
-
meta?:
|
|
4681
|
+
meta?: JsonApiDatasetOutMeta;
|
|
4676
4682
|
attributes?: JsonApiDashboardPluginOutAttributes;
|
|
4677
4683
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
4678
4684
|
links?: ObjectLinks;
|
|
@@ -4693,7 +4699,7 @@ export interface JsonApiDashboardPluginPatch {
|
|
|
4693
4699
|
* API identifier of an object
|
|
4694
4700
|
*/
|
|
4695
4701
|
id: string;
|
|
4696
|
-
attributes?:
|
|
4702
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
4697
4703
|
}
|
|
4698
4704
|
export declare const JsonApiDashboardPluginPatchTypeEnum: {
|
|
4699
4705
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
@@ -4714,12 +4720,22 @@ export interface JsonApiDashboardPluginPostOptionalId {
|
|
|
4714
4720
|
* API identifier of an object
|
|
4715
4721
|
*/
|
|
4716
4722
|
id?: string;
|
|
4717
|
-
attributes?:
|
|
4723
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
4718
4724
|
}
|
|
4719
4725
|
export declare const JsonApiDashboardPluginPostOptionalIdTypeEnum: {
|
|
4720
4726
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
4721
4727
|
};
|
|
4722
4728
|
export type JsonApiDashboardPluginPostOptionalIdTypeEnum = (typeof JsonApiDashboardPluginPostOptionalIdTypeEnum)[keyof typeof JsonApiDashboardPluginPostOptionalIdTypeEnum];
|
|
4729
|
+
export interface JsonApiDashboardPluginPostOptionalIdAttributes {
|
|
4730
|
+
title?: string;
|
|
4731
|
+
description?: string;
|
|
4732
|
+
tags?: Array<string>;
|
|
4733
|
+
areRelationsValid?: boolean;
|
|
4734
|
+
/**
|
|
4735
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
4736
|
+
*/
|
|
4737
|
+
content?: object;
|
|
4738
|
+
}
|
|
4723
4739
|
export interface JsonApiDashboardPluginPostOptionalIdDocument {
|
|
4724
4740
|
data: JsonApiDashboardPluginPostOptionalId;
|
|
4725
4741
|
}
|
|
@@ -5193,7 +5209,7 @@ export interface JsonApiDatasetOut {
|
|
|
5193
5209
|
* API identifier of an object
|
|
5194
5210
|
*/
|
|
5195
5211
|
id: string;
|
|
5196
|
-
meta?:
|
|
5212
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5197
5213
|
attributes: JsonApiDatasetOutAttributes;
|
|
5198
5214
|
relationships?: JsonApiDatasetOutRelationships;
|
|
5199
5215
|
}
|
|
@@ -5310,11 +5326,29 @@ export interface JsonApiDatasetOutList {
|
|
|
5310
5326
|
*/
|
|
5311
5327
|
included?: Array<JsonApiDatasetOutIncludes>;
|
|
5312
5328
|
}
|
|
5329
|
+
export interface JsonApiDatasetOutMeta {
|
|
5330
|
+
origin?: JsonApiDatasetOutMetaOrigin;
|
|
5331
|
+
}
|
|
5332
|
+
export interface JsonApiDatasetOutMetaOrigin {
|
|
5333
|
+
/**
|
|
5334
|
+
* defines type of the origin of the entity
|
|
5335
|
+
*/
|
|
5336
|
+
originType: JsonApiDatasetOutMetaOriginOriginTypeEnum;
|
|
5337
|
+
/**
|
|
5338
|
+
* defines id of the workspace where the entity comes from
|
|
5339
|
+
*/
|
|
5340
|
+
originId: string;
|
|
5341
|
+
}
|
|
5342
|
+
export declare const JsonApiDatasetOutMetaOriginOriginTypeEnum: {
|
|
5343
|
+
readonly NATIVE: "NATIVE";
|
|
5344
|
+
readonly PARENT: "PARENT";
|
|
5345
|
+
};
|
|
5346
|
+
export type JsonApiDatasetOutMetaOriginOriginTypeEnum = (typeof JsonApiDatasetOutMetaOriginOriginTypeEnum)[keyof typeof JsonApiDatasetOutMetaOriginOriginTypeEnum];
|
|
5313
5347
|
export interface JsonApiDatasetOutRelationships {
|
|
5314
|
-
attributes?:
|
|
5315
|
-
facts?:
|
|
5348
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
5349
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
5316
5350
|
aggregatedFacts?: JsonApiDatasetOutRelationshipsAggregatedFacts;
|
|
5317
|
-
references?:
|
|
5351
|
+
references?: JsonApiDatasetOutRelationshipsReferences;
|
|
5318
5352
|
workspaceDataFilters?: JsonApiDatasetOutRelationshipsWorkspaceDataFilters;
|
|
5319
5353
|
}
|
|
5320
5354
|
export interface JsonApiDatasetOutRelationshipsAggregatedFacts {
|
|
@@ -5323,6 +5357,24 @@ export interface JsonApiDatasetOutRelationshipsAggregatedFacts {
|
|
|
5323
5357
|
*/
|
|
5324
5358
|
data: Array<JsonApiAggregatedFactLinkage>;
|
|
5325
5359
|
}
|
|
5360
|
+
export interface JsonApiDatasetOutRelationshipsAttributes {
|
|
5361
|
+
/**
|
|
5362
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
5363
|
+
*/
|
|
5364
|
+
data: Array<JsonApiAttributeLinkage>;
|
|
5365
|
+
}
|
|
5366
|
+
export interface JsonApiDatasetOutRelationshipsFacts {
|
|
5367
|
+
/**
|
|
5368
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
5369
|
+
*/
|
|
5370
|
+
data: Array<JsonApiFactLinkage>;
|
|
5371
|
+
}
|
|
5372
|
+
export interface JsonApiDatasetOutRelationshipsReferences {
|
|
5373
|
+
/**
|
|
5374
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
5375
|
+
*/
|
|
5376
|
+
data: Array<JsonApiDatasetLinkage>;
|
|
5377
|
+
}
|
|
5326
5378
|
export interface JsonApiDatasetOutRelationshipsWorkspaceDataFilters {
|
|
5327
5379
|
/**
|
|
5328
5380
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -5338,7 +5390,7 @@ export interface JsonApiDatasetOutWithLinks {
|
|
|
5338
5390
|
* API identifier of an object
|
|
5339
5391
|
*/
|
|
5340
5392
|
id: string;
|
|
5341
|
-
meta?:
|
|
5393
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5342
5394
|
attributes: JsonApiDatasetOutAttributes;
|
|
5343
5395
|
relationships?: JsonApiDatasetOutRelationships;
|
|
5344
5396
|
links?: ObjectLinks;
|
|
@@ -5409,27 +5461,16 @@ export interface JsonApiExportDefinitionIn {
|
|
|
5409
5461
|
* API identifier of an object
|
|
5410
5462
|
*/
|
|
5411
5463
|
id: string;
|
|
5412
|
-
attributes?:
|
|
5413
|
-
relationships?:
|
|
5464
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
5465
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
5414
5466
|
}
|
|
5415
5467
|
export declare const JsonApiExportDefinitionInTypeEnum: {
|
|
5416
5468
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
5417
5469
|
};
|
|
5418
5470
|
export type JsonApiExportDefinitionInTypeEnum = (typeof JsonApiExportDefinitionInTypeEnum)[keyof typeof JsonApiExportDefinitionInTypeEnum];
|
|
5419
|
-
export interface JsonApiExportDefinitionInAttributes {
|
|
5420
|
-
title?: string;
|
|
5421
|
-
description?: string;
|
|
5422
|
-
tags?: Array<string>;
|
|
5423
|
-
requestPayload?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
5424
|
-
areRelationsValid?: boolean;
|
|
5425
|
-
}
|
|
5426
5471
|
export interface JsonApiExportDefinitionInDocument {
|
|
5427
5472
|
data: JsonApiExportDefinitionIn;
|
|
5428
5473
|
}
|
|
5429
|
-
export interface JsonApiExportDefinitionInRelationships {
|
|
5430
|
-
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
5431
|
-
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
5432
|
-
}
|
|
5433
5474
|
/**
|
|
5434
5475
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
5435
5476
|
*/
|
|
@@ -5453,7 +5494,7 @@ export interface JsonApiExportDefinitionOut {
|
|
|
5453
5494
|
* API identifier of an object
|
|
5454
5495
|
*/
|
|
5455
5496
|
id: string;
|
|
5456
|
-
meta?:
|
|
5497
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5457
5498
|
attributes?: JsonApiExportDefinitionOutAttributes;
|
|
5458
5499
|
relationships?: JsonApiExportDefinitionOutRelationships;
|
|
5459
5500
|
}
|
|
@@ -5501,11 +5542,14 @@ export interface JsonApiExportDefinitionOutList {
|
|
|
5501
5542
|
}
|
|
5502
5543
|
export interface JsonApiExportDefinitionOutRelationships {
|
|
5503
5544
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
5504
|
-
analyticalDashboard?:
|
|
5545
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
5505
5546
|
automation?: JsonApiExportDefinitionOutRelationshipsAutomation;
|
|
5506
5547
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
5507
5548
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
5508
5549
|
}
|
|
5550
|
+
export interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
|
|
5551
|
+
data: JsonApiAnalyticalDashboardLinkage | null;
|
|
5552
|
+
}
|
|
5509
5553
|
export interface JsonApiExportDefinitionOutRelationshipsAutomation {
|
|
5510
5554
|
data: JsonApiAutomationLinkage | null;
|
|
5511
5555
|
}
|
|
@@ -5521,7 +5565,7 @@ export interface JsonApiExportDefinitionOutWithLinks {
|
|
|
5521
5565
|
* API identifier of an object
|
|
5522
5566
|
*/
|
|
5523
5567
|
id: string;
|
|
5524
|
-
meta?:
|
|
5568
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5525
5569
|
attributes?: JsonApiExportDefinitionOutAttributes;
|
|
5526
5570
|
relationships?: JsonApiExportDefinitionOutRelationships;
|
|
5527
5571
|
links?: ObjectLinks;
|
|
@@ -5542,8 +5586,8 @@ export interface JsonApiExportDefinitionPatch {
|
|
|
5542
5586
|
* API identifier of an object
|
|
5543
5587
|
*/
|
|
5544
5588
|
id: string;
|
|
5545
|
-
attributes?:
|
|
5546
|
-
relationships?:
|
|
5589
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
5590
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
5547
5591
|
}
|
|
5548
5592
|
export declare const JsonApiExportDefinitionPatchTypeEnum: {
|
|
5549
5593
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
@@ -5564,16 +5608,27 @@ export interface JsonApiExportDefinitionPostOptionalId {
|
|
|
5564
5608
|
* API identifier of an object
|
|
5565
5609
|
*/
|
|
5566
5610
|
id?: string;
|
|
5567
|
-
attributes?:
|
|
5568
|
-
relationships?:
|
|
5611
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
5612
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
5569
5613
|
}
|
|
5570
5614
|
export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
|
|
5571
5615
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
5572
5616
|
};
|
|
5573
5617
|
export type JsonApiExportDefinitionPostOptionalIdTypeEnum = (typeof JsonApiExportDefinitionPostOptionalIdTypeEnum)[keyof typeof JsonApiExportDefinitionPostOptionalIdTypeEnum];
|
|
5618
|
+
export interface JsonApiExportDefinitionPostOptionalIdAttributes {
|
|
5619
|
+
title?: string;
|
|
5620
|
+
description?: string;
|
|
5621
|
+
tags?: Array<string>;
|
|
5622
|
+
requestPayload?: JsonApiExportDefinitionOutAttributesRequestPayload;
|
|
5623
|
+
areRelationsValid?: boolean;
|
|
5624
|
+
}
|
|
5574
5625
|
export interface JsonApiExportDefinitionPostOptionalIdDocument {
|
|
5575
5626
|
data: JsonApiExportDefinitionPostOptionalId;
|
|
5576
5627
|
}
|
|
5628
|
+
export interface JsonApiExportDefinitionPostOptionalIdRelationships {
|
|
5629
|
+
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
5630
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
5631
|
+
}
|
|
5577
5632
|
/**
|
|
5578
5633
|
* JSON:API representation of exportTemplate entity.
|
|
5579
5634
|
*/
|
|
@@ -5586,34 +5641,75 @@ export interface JsonApiExportTemplateIn {
|
|
|
5586
5641
|
* API identifier of an object
|
|
5587
5642
|
*/
|
|
5588
5643
|
id: string;
|
|
5589
|
-
attributes:
|
|
5644
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
5590
5645
|
}
|
|
5591
5646
|
export declare const JsonApiExportTemplateInTypeEnum: {
|
|
5592
5647
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
5593
5648
|
};
|
|
5594
5649
|
export type JsonApiExportTemplateInTypeEnum = (typeof JsonApiExportTemplateInTypeEnum)[keyof typeof JsonApiExportTemplateInTypeEnum];
|
|
5595
|
-
export interface
|
|
5596
|
-
|
|
5650
|
+
export interface JsonApiExportTemplateInAttributes {
|
|
5651
|
+
/**
|
|
5652
|
+
* User-facing name of the Slides template.
|
|
5653
|
+
*/
|
|
5654
|
+
name: string;
|
|
5655
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateInAttributesDashboardSlidesTemplate | null;
|
|
5656
|
+
widgetSlidesTemplate?: JsonApiExportTemplateInAttributesWidgetSlidesTemplate | null;
|
|
5597
5657
|
}
|
|
5598
5658
|
/**
|
|
5599
|
-
*
|
|
5659
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5600
5660
|
*/
|
|
5601
|
-
export interface
|
|
5602
|
-
/**
|
|
5603
|
-
* Object type
|
|
5604
|
-
*/
|
|
5605
|
-
type: JsonApiExportTemplateOutTypeEnum;
|
|
5661
|
+
export interface JsonApiExportTemplateInAttributesDashboardSlidesTemplate {
|
|
5606
5662
|
/**
|
|
5607
|
-
*
|
|
5663
|
+
* Export types this template applies to.
|
|
5608
5664
|
*/
|
|
5609
|
-
|
|
5610
|
-
|
|
5665
|
+
appliedOn: Array<JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
5666
|
+
coverSlide?: CoverSlideTemplate | null;
|
|
5667
|
+
introSlide?: IntroSlideTemplate | null;
|
|
5668
|
+
sectionSlide?: SectionSlideTemplate | null;
|
|
5669
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
5611
5670
|
}
|
|
5612
|
-
export declare const
|
|
5613
|
-
readonly
|
|
5671
|
+
export declare const JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
5672
|
+
readonly PDF: "PDF";
|
|
5673
|
+
readonly PPTX: "PPTX";
|
|
5614
5674
|
};
|
|
5615
|
-
export type
|
|
5616
|
-
|
|
5675
|
+
export type JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
5676
|
+
/**
|
|
5677
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5678
|
+
*/
|
|
5679
|
+
export interface JsonApiExportTemplateInAttributesWidgetSlidesTemplate {
|
|
5680
|
+
/**
|
|
5681
|
+
* Export types this template applies to.
|
|
5682
|
+
*/
|
|
5683
|
+
appliedOn: Array<JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
5684
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
5685
|
+
}
|
|
5686
|
+
export declare const JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
5687
|
+
readonly PDF: "PDF";
|
|
5688
|
+
readonly PPTX: "PPTX";
|
|
5689
|
+
};
|
|
5690
|
+
export type JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
5691
|
+
export interface JsonApiExportTemplateInDocument {
|
|
5692
|
+
data: JsonApiExportTemplateIn;
|
|
5693
|
+
}
|
|
5694
|
+
/**
|
|
5695
|
+
* JSON:API representation of exportTemplate entity.
|
|
5696
|
+
*/
|
|
5697
|
+
export interface JsonApiExportTemplateOut {
|
|
5698
|
+
/**
|
|
5699
|
+
* Object type
|
|
5700
|
+
*/
|
|
5701
|
+
type: JsonApiExportTemplateOutTypeEnum;
|
|
5702
|
+
/**
|
|
5703
|
+
* API identifier of an object
|
|
5704
|
+
*/
|
|
5705
|
+
id: string;
|
|
5706
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
5707
|
+
}
|
|
5708
|
+
export declare const JsonApiExportTemplateOutTypeEnum: {
|
|
5709
|
+
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
5710
|
+
};
|
|
5711
|
+
export type JsonApiExportTemplateOutTypeEnum = (typeof JsonApiExportTemplateOutTypeEnum)[keyof typeof JsonApiExportTemplateOutTypeEnum];
|
|
5712
|
+
export interface JsonApiExportTemplateOutDocument {
|
|
5617
5713
|
data: JsonApiExportTemplateOut;
|
|
5618
5714
|
links?: ObjectLinks;
|
|
5619
5715
|
}
|
|
@@ -5634,7 +5730,7 @@ export interface JsonApiExportTemplateOutWithLinks {
|
|
|
5634
5730
|
* API identifier of an object
|
|
5635
5731
|
*/
|
|
5636
5732
|
id: string;
|
|
5637
|
-
attributes:
|
|
5733
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
5638
5734
|
links?: ObjectLinks;
|
|
5639
5735
|
}
|
|
5640
5736
|
export declare const JsonApiExportTemplateOutWithLinksTypeEnum: {
|
|
@@ -5664,8 +5760,8 @@ export interface JsonApiExportTemplatePatchAttributes {
|
|
|
5664
5760
|
* User-facing name of the Slides template.
|
|
5665
5761
|
*/
|
|
5666
5762
|
name?: string;
|
|
5667
|
-
dashboardSlidesTemplate?:
|
|
5668
|
-
widgetSlidesTemplate?:
|
|
5763
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateInAttributesDashboardSlidesTemplate | null;
|
|
5764
|
+
widgetSlidesTemplate?: JsonApiExportTemplateInAttributesWidgetSlidesTemplate | null;
|
|
5669
5765
|
}
|
|
5670
5766
|
export interface JsonApiExportTemplatePatchDocument {
|
|
5671
5767
|
data: JsonApiExportTemplatePatch;
|
|
@@ -5682,53 +5778,12 @@ export interface JsonApiExportTemplatePostOptionalId {
|
|
|
5682
5778
|
* API identifier of an object
|
|
5683
5779
|
*/
|
|
5684
5780
|
id?: string;
|
|
5685
|
-
attributes:
|
|
5781
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
5686
5782
|
}
|
|
5687
5783
|
export declare const JsonApiExportTemplatePostOptionalIdTypeEnum: {
|
|
5688
5784
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
5689
5785
|
};
|
|
5690
5786
|
export type JsonApiExportTemplatePostOptionalIdTypeEnum = (typeof JsonApiExportTemplatePostOptionalIdTypeEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdTypeEnum];
|
|
5691
|
-
export interface JsonApiExportTemplatePostOptionalIdAttributes {
|
|
5692
|
-
/**
|
|
5693
|
-
* User-facing name of the Slides template.
|
|
5694
|
-
*/
|
|
5695
|
-
name: string;
|
|
5696
|
-
dashboardSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
|
|
5697
|
-
widgetSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
|
|
5698
|
-
}
|
|
5699
|
-
/**
|
|
5700
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5701
|
-
*/
|
|
5702
|
-
export interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
|
|
5703
|
-
/**
|
|
5704
|
-
* Export types this template applies to.
|
|
5705
|
-
*/
|
|
5706
|
-
appliedOn: Array<JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
5707
|
-
coverSlide?: CoverSlideTemplate | null;
|
|
5708
|
-
introSlide?: IntroSlideTemplate | null;
|
|
5709
|
-
sectionSlide?: SectionSlideTemplate | null;
|
|
5710
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
5711
|
-
}
|
|
5712
|
-
export declare const JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
5713
|
-
readonly PDF: "PDF";
|
|
5714
|
-
readonly PPTX: "PPTX";
|
|
5715
|
-
};
|
|
5716
|
-
export type JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
5717
|
-
/**
|
|
5718
|
-
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
5719
|
-
*/
|
|
5720
|
-
export interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
|
|
5721
|
-
/**
|
|
5722
|
-
* Export types this template applies to.
|
|
5723
|
-
*/
|
|
5724
|
-
appliedOn: Array<JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
5725
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
5726
|
-
}
|
|
5727
|
-
export declare const JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
5728
|
-
readonly PDF: "PDF";
|
|
5729
|
-
readonly PPTX: "PPTX";
|
|
5730
|
-
};
|
|
5731
|
-
export type JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
5732
5787
|
export interface JsonApiExportTemplatePostOptionalIdDocument {
|
|
5733
5788
|
data: JsonApiExportTemplatePostOptionalId;
|
|
5734
5789
|
}
|
|
@@ -5755,7 +5810,7 @@ export interface JsonApiFactOut {
|
|
|
5755
5810
|
* API identifier of an object
|
|
5756
5811
|
*/
|
|
5757
5812
|
id: string;
|
|
5758
|
-
meta?:
|
|
5813
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5759
5814
|
attributes?: JsonApiFactOutAttributes;
|
|
5760
5815
|
relationships?: JsonApiFactOutRelationships;
|
|
5761
5816
|
}
|
|
@@ -5803,7 +5858,10 @@ export interface JsonApiFactOutList {
|
|
|
5803
5858
|
included?: Array<JsonApiDatasetOutWithLinks>;
|
|
5804
5859
|
}
|
|
5805
5860
|
export interface JsonApiFactOutRelationships {
|
|
5806
|
-
dataset?:
|
|
5861
|
+
dataset?: JsonApiFactOutRelationshipsDataset;
|
|
5862
|
+
}
|
|
5863
|
+
export interface JsonApiFactOutRelationshipsDataset {
|
|
5864
|
+
data: JsonApiDatasetLinkage | null;
|
|
5807
5865
|
}
|
|
5808
5866
|
export interface JsonApiFactOutWithLinks {
|
|
5809
5867
|
/**
|
|
@@ -5814,7 +5872,7 @@ export interface JsonApiFactOutWithLinks {
|
|
|
5814
5872
|
* API identifier of an object
|
|
5815
5873
|
*/
|
|
5816
5874
|
id: string;
|
|
5817
|
-
meta?:
|
|
5875
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5818
5876
|
attributes?: JsonApiFactOutAttributes;
|
|
5819
5877
|
relationships?: JsonApiFactOutRelationships;
|
|
5820
5878
|
links?: ObjectLinks;
|
|
@@ -5835,7 +5893,7 @@ export interface JsonApiFilterContextIn {
|
|
|
5835
5893
|
* API identifier of an object
|
|
5836
5894
|
*/
|
|
5837
5895
|
id: string;
|
|
5838
|
-
attributes:
|
|
5896
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
5839
5897
|
}
|
|
5840
5898
|
export declare const JsonApiFilterContextInTypeEnum: {
|
|
5841
5899
|
readonly FILTER_CONTEXT: "filterContext";
|
|
@@ -5867,14 +5925,24 @@ export interface JsonApiFilterContextOut {
|
|
|
5867
5925
|
* API identifier of an object
|
|
5868
5926
|
*/
|
|
5869
5927
|
id: string;
|
|
5870
|
-
meta?:
|
|
5871
|
-
attributes:
|
|
5928
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5929
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
5872
5930
|
relationships?: JsonApiFilterContextOutRelationships;
|
|
5873
5931
|
}
|
|
5874
5932
|
export declare const JsonApiFilterContextOutTypeEnum: {
|
|
5875
5933
|
readonly FILTER_CONTEXT: "filterContext";
|
|
5876
5934
|
};
|
|
5877
5935
|
export type JsonApiFilterContextOutTypeEnum = (typeof JsonApiFilterContextOutTypeEnum)[keyof typeof JsonApiFilterContextOutTypeEnum];
|
|
5936
|
+
export interface JsonApiFilterContextOutAttributes {
|
|
5937
|
+
title?: string;
|
|
5938
|
+
description?: string;
|
|
5939
|
+
tags?: Array<string>;
|
|
5940
|
+
areRelationsValid?: boolean;
|
|
5941
|
+
/**
|
|
5942
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
5943
|
+
*/
|
|
5944
|
+
content: object;
|
|
5945
|
+
}
|
|
5878
5946
|
export interface JsonApiFilterContextOutDocument {
|
|
5879
5947
|
data: JsonApiFilterContextOut;
|
|
5880
5948
|
links?: ObjectLinks;
|
|
@@ -5900,8 +5968,8 @@ export interface JsonApiFilterContextOutList {
|
|
|
5900
5968
|
included?: Array<JsonApiFilterContextOutIncludes>;
|
|
5901
5969
|
}
|
|
5902
5970
|
export interface JsonApiFilterContextOutRelationships {
|
|
5903
|
-
attributes?:
|
|
5904
|
-
datasets?:
|
|
5971
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
5972
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
5905
5973
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
5906
5974
|
}
|
|
5907
5975
|
export interface JsonApiFilterContextOutWithLinks {
|
|
@@ -5913,8 +5981,8 @@ export interface JsonApiFilterContextOutWithLinks {
|
|
|
5913
5981
|
* API identifier of an object
|
|
5914
5982
|
*/
|
|
5915
5983
|
id: string;
|
|
5916
|
-
meta?:
|
|
5917
|
-
attributes:
|
|
5984
|
+
meta?: JsonApiDatasetOutMeta;
|
|
5985
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
5918
5986
|
relationships?: JsonApiFilterContextOutRelationships;
|
|
5919
5987
|
links?: ObjectLinks;
|
|
5920
5988
|
}
|
|
@@ -5955,7 +6023,7 @@ export interface JsonApiFilterContextPostOptionalId {
|
|
|
5955
6023
|
* API identifier of an object
|
|
5956
6024
|
*/
|
|
5957
6025
|
id?: string;
|
|
5958
|
-
attributes:
|
|
6026
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
5959
6027
|
}
|
|
5960
6028
|
export declare const JsonApiFilterContextPostOptionalIdTypeEnum: {
|
|
5961
6029
|
readonly FILTER_CONTEXT: "filterContext";
|
|
@@ -5976,37 +6044,16 @@ export interface JsonApiFilterViewIn {
|
|
|
5976
6044
|
* API identifier of an object
|
|
5977
6045
|
*/
|
|
5978
6046
|
id: string;
|
|
5979
|
-
attributes:
|
|
5980
|
-
relationships?:
|
|
6047
|
+
attributes: JsonApiFilterViewOutAttributes;
|
|
6048
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
5981
6049
|
}
|
|
5982
6050
|
export declare const JsonApiFilterViewInTypeEnum: {
|
|
5983
6051
|
readonly FILTER_VIEW: "filterView";
|
|
5984
6052
|
};
|
|
5985
6053
|
export type JsonApiFilterViewInTypeEnum = (typeof JsonApiFilterViewInTypeEnum)[keyof typeof JsonApiFilterViewInTypeEnum];
|
|
5986
|
-
export interface JsonApiFilterViewInAttributes {
|
|
5987
|
-
title: string;
|
|
5988
|
-
description?: string;
|
|
5989
|
-
tags?: Array<string>;
|
|
5990
|
-
areRelationsValid?: boolean;
|
|
5991
|
-
/**
|
|
5992
|
-
* Indicator whether the filter view should by applied by default.
|
|
5993
|
-
*/
|
|
5994
|
-
isDefault?: boolean;
|
|
5995
|
-
/**
|
|
5996
|
-
* The respective filter context.
|
|
5997
|
-
*/
|
|
5998
|
-
content: object;
|
|
5999
|
-
}
|
|
6000
6054
|
export interface JsonApiFilterViewInDocument {
|
|
6001
6055
|
data: JsonApiFilterViewIn;
|
|
6002
6056
|
}
|
|
6003
|
-
export interface JsonApiFilterViewInRelationships {
|
|
6004
|
-
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
6005
|
-
user?: JsonApiFilterViewInRelationshipsUser;
|
|
6006
|
-
}
|
|
6007
|
-
export interface JsonApiFilterViewInRelationshipsUser {
|
|
6008
|
-
data: JsonApiUserLinkage | null;
|
|
6009
|
-
}
|
|
6010
6057
|
/**
|
|
6011
6058
|
* JSON:API representation of filterView entity.
|
|
6012
6059
|
*/
|
|
@@ -6019,13 +6066,27 @@ export interface JsonApiFilterViewOut {
|
|
|
6019
6066
|
* API identifier of an object
|
|
6020
6067
|
*/
|
|
6021
6068
|
id: string;
|
|
6022
|
-
attributes:
|
|
6023
|
-
relationships?:
|
|
6069
|
+
attributes: JsonApiFilterViewOutAttributes;
|
|
6070
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
6024
6071
|
}
|
|
6025
6072
|
export declare const JsonApiFilterViewOutTypeEnum: {
|
|
6026
6073
|
readonly FILTER_VIEW: "filterView";
|
|
6027
6074
|
};
|
|
6028
6075
|
export type JsonApiFilterViewOutTypeEnum = (typeof JsonApiFilterViewOutTypeEnum)[keyof typeof JsonApiFilterViewOutTypeEnum];
|
|
6076
|
+
export interface JsonApiFilterViewOutAttributes {
|
|
6077
|
+
title: string;
|
|
6078
|
+
description?: string;
|
|
6079
|
+
tags?: Array<string>;
|
|
6080
|
+
areRelationsValid?: boolean;
|
|
6081
|
+
/**
|
|
6082
|
+
* Indicator whether the filter view should by applied by default.
|
|
6083
|
+
*/
|
|
6084
|
+
isDefault?: boolean;
|
|
6085
|
+
/**
|
|
6086
|
+
* The respective filter context.
|
|
6087
|
+
*/
|
|
6088
|
+
content: object;
|
|
6089
|
+
}
|
|
6029
6090
|
export interface JsonApiFilterViewOutDocument {
|
|
6030
6091
|
data: JsonApiFilterViewOut;
|
|
6031
6092
|
links?: ObjectLinks;
|
|
@@ -6050,6 +6111,13 @@ export interface JsonApiFilterViewOutList {
|
|
|
6050
6111
|
*/
|
|
6051
6112
|
included?: Array<JsonApiFilterViewOutIncludes>;
|
|
6052
6113
|
}
|
|
6114
|
+
export interface JsonApiFilterViewOutRelationships {
|
|
6115
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
6116
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
6117
|
+
}
|
|
6118
|
+
export interface JsonApiFilterViewOutRelationshipsUser {
|
|
6119
|
+
data: JsonApiUserLinkage | null;
|
|
6120
|
+
}
|
|
6053
6121
|
export interface JsonApiFilterViewOutWithLinks {
|
|
6054
6122
|
/**
|
|
6055
6123
|
* Object type
|
|
@@ -6059,8 +6127,8 @@ export interface JsonApiFilterViewOutWithLinks {
|
|
|
6059
6127
|
* API identifier of an object
|
|
6060
6128
|
*/
|
|
6061
6129
|
id: string;
|
|
6062
|
-
attributes:
|
|
6063
|
-
relationships?:
|
|
6130
|
+
attributes: JsonApiFilterViewOutAttributes;
|
|
6131
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
6064
6132
|
links?: ObjectLinks;
|
|
6065
6133
|
}
|
|
6066
6134
|
export declare const JsonApiFilterViewOutWithLinksTypeEnum: {
|
|
@@ -6080,7 +6148,7 @@ export interface JsonApiFilterViewPatch {
|
|
|
6080
6148
|
*/
|
|
6081
6149
|
id: string;
|
|
6082
6150
|
attributes: JsonApiFilterViewPatchAttributes;
|
|
6083
|
-
relationships?:
|
|
6151
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
6084
6152
|
}
|
|
6085
6153
|
export declare const JsonApiFilterViewPatchTypeEnum: {
|
|
6086
6154
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -6422,7 +6490,7 @@ export interface JsonApiLabelOut {
|
|
|
6422
6490
|
* API identifier of an object
|
|
6423
6491
|
*/
|
|
6424
6492
|
id: string;
|
|
6425
|
-
meta?:
|
|
6493
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6426
6494
|
attributes?: JsonApiLabelOutAttributes;
|
|
6427
6495
|
relationships?: JsonApiLabelOutRelationships;
|
|
6428
6496
|
}
|
|
@@ -6441,6 +6509,8 @@ export interface JsonApiLabelOutAttributes {
|
|
|
6441
6509
|
isHidden?: boolean;
|
|
6442
6510
|
geoAreaConfig?: JsonApiLabelOutAttributesGeoAreaConfig;
|
|
6443
6511
|
areRelationsValid?: boolean;
|
|
6512
|
+
locale?: string;
|
|
6513
|
+
translations?: Array<JsonApiLabelOutAttributesTranslationsInner>;
|
|
6444
6514
|
}
|
|
6445
6515
|
export declare const JsonApiLabelOutAttributesSourceColumnDataTypeEnum: {
|
|
6446
6516
|
readonly INT: "INT";
|
|
@@ -6468,6 +6538,10 @@ export type JsonApiLabelOutAttributesValueTypeEnum = (typeof JsonApiLabelOutAttr
|
|
|
6468
6538
|
export interface JsonApiLabelOutAttributesGeoAreaConfig {
|
|
6469
6539
|
collection: GeoCollection;
|
|
6470
6540
|
}
|
|
6541
|
+
export interface JsonApiLabelOutAttributesTranslationsInner {
|
|
6542
|
+
sourceColumn: string;
|
|
6543
|
+
locale: string;
|
|
6544
|
+
}
|
|
6471
6545
|
export interface JsonApiLabelOutDocument {
|
|
6472
6546
|
data: JsonApiLabelOut;
|
|
6473
6547
|
links?: ObjectLinks;
|
|
@@ -6503,7 +6577,7 @@ export interface JsonApiLabelOutWithLinks {
|
|
|
6503
6577
|
* API identifier of an object
|
|
6504
6578
|
*/
|
|
6505
6579
|
id: string;
|
|
6506
|
-
meta?:
|
|
6580
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6507
6581
|
attributes?: JsonApiLabelOutAttributes;
|
|
6508
6582
|
relationships?: JsonApiLabelOutRelationships;
|
|
6509
6583
|
links?: ObjectLinks;
|
|
@@ -6701,39 +6775,12 @@ export interface JsonApiMemoryItemIn {
|
|
|
6701
6775
|
* API identifier of an object
|
|
6702
6776
|
*/
|
|
6703
6777
|
id: string;
|
|
6704
|
-
attributes:
|
|
6778
|
+
attributes: JsonApiMemoryItemPostOptionalIdAttributes;
|
|
6705
6779
|
}
|
|
6706
6780
|
export declare const JsonApiMemoryItemInTypeEnum: {
|
|
6707
6781
|
readonly MEMORY_ITEM: "memoryItem";
|
|
6708
6782
|
};
|
|
6709
6783
|
export type JsonApiMemoryItemInTypeEnum = (typeof JsonApiMemoryItemInTypeEnum)[keyof typeof JsonApiMemoryItemInTypeEnum];
|
|
6710
|
-
export interface JsonApiMemoryItemInAttributes {
|
|
6711
|
-
title?: string;
|
|
6712
|
-
description?: string;
|
|
6713
|
-
tags?: Array<string>;
|
|
6714
|
-
areRelationsValid?: boolean;
|
|
6715
|
-
/**
|
|
6716
|
-
* Strategy defining when the memory item should be applied
|
|
6717
|
-
*/
|
|
6718
|
-
strategy: JsonApiMemoryItemInAttributesStrategyEnum;
|
|
6719
|
-
/**
|
|
6720
|
-
* The text that will be injected into the system prompt
|
|
6721
|
-
*/
|
|
6722
|
-
instruction: string;
|
|
6723
|
-
/**
|
|
6724
|
-
* Set of unique strings used for semantic similarity filtering
|
|
6725
|
-
*/
|
|
6726
|
-
keywords?: Array<string>;
|
|
6727
|
-
/**
|
|
6728
|
-
* Whether memory item is disabled
|
|
6729
|
-
*/
|
|
6730
|
-
isDisabled?: boolean;
|
|
6731
|
-
}
|
|
6732
|
-
export declare const JsonApiMemoryItemInAttributesStrategyEnum: {
|
|
6733
|
-
readonly ALWAYS: "ALWAYS";
|
|
6734
|
-
readonly AUTO: "AUTO";
|
|
6735
|
-
};
|
|
6736
|
-
export type JsonApiMemoryItemInAttributesStrategyEnum = (typeof JsonApiMemoryItemInAttributesStrategyEnum)[keyof typeof JsonApiMemoryItemInAttributesStrategyEnum];
|
|
6737
6784
|
export interface JsonApiMemoryItemInDocument {
|
|
6738
6785
|
data: JsonApiMemoryItemIn;
|
|
6739
6786
|
}
|
|
@@ -6749,7 +6796,7 @@ export interface JsonApiMemoryItemOut {
|
|
|
6749
6796
|
* API identifier of an object
|
|
6750
6797
|
*/
|
|
6751
6798
|
id: string;
|
|
6752
|
-
meta?:
|
|
6799
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6753
6800
|
attributes: JsonApiMemoryItemOutAttributes;
|
|
6754
6801
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
6755
6802
|
}
|
|
@@ -6815,7 +6862,7 @@ export interface JsonApiMemoryItemOutWithLinks {
|
|
|
6815
6862
|
* API identifier of an object
|
|
6816
6863
|
*/
|
|
6817
6864
|
id: string;
|
|
6818
|
-
meta?:
|
|
6865
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6819
6866
|
attributes: JsonApiMemoryItemOutAttributes;
|
|
6820
6867
|
relationships?: JsonApiDashboardPluginOutRelationships;
|
|
6821
6868
|
links?: ObjectLinks;
|
|
@@ -6884,12 +6931,39 @@ export interface JsonApiMemoryItemPostOptionalId {
|
|
|
6884
6931
|
* API identifier of an object
|
|
6885
6932
|
*/
|
|
6886
6933
|
id?: string;
|
|
6887
|
-
attributes:
|
|
6934
|
+
attributes: JsonApiMemoryItemPostOptionalIdAttributes;
|
|
6888
6935
|
}
|
|
6889
6936
|
export declare const JsonApiMemoryItemPostOptionalIdTypeEnum: {
|
|
6890
6937
|
readonly MEMORY_ITEM: "memoryItem";
|
|
6891
6938
|
};
|
|
6892
6939
|
export type JsonApiMemoryItemPostOptionalIdTypeEnum = (typeof JsonApiMemoryItemPostOptionalIdTypeEnum)[keyof typeof JsonApiMemoryItemPostOptionalIdTypeEnum];
|
|
6940
|
+
export interface JsonApiMemoryItemPostOptionalIdAttributes {
|
|
6941
|
+
title?: string;
|
|
6942
|
+
description?: string;
|
|
6943
|
+
tags?: Array<string>;
|
|
6944
|
+
areRelationsValid?: boolean;
|
|
6945
|
+
/**
|
|
6946
|
+
* Strategy defining when the memory item should be applied
|
|
6947
|
+
*/
|
|
6948
|
+
strategy: JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum;
|
|
6949
|
+
/**
|
|
6950
|
+
* The text that will be injected into the system prompt
|
|
6951
|
+
*/
|
|
6952
|
+
instruction: string;
|
|
6953
|
+
/**
|
|
6954
|
+
* Set of unique strings used for semantic similarity filtering
|
|
6955
|
+
*/
|
|
6956
|
+
keywords?: Array<string>;
|
|
6957
|
+
/**
|
|
6958
|
+
* Whether memory item is disabled
|
|
6959
|
+
*/
|
|
6960
|
+
isDisabled?: boolean;
|
|
6961
|
+
}
|
|
6962
|
+
export declare const JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum: {
|
|
6963
|
+
readonly ALWAYS: "ALWAYS";
|
|
6964
|
+
readonly AUTO: "AUTO";
|
|
6965
|
+
};
|
|
6966
|
+
export type JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum = (typeof JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum)[keyof typeof JsonApiMemoryItemPostOptionalIdAttributesStrategyEnum];
|
|
6893
6967
|
export interface JsonApiMemoryItemPostOptionalIdDocument {
|
|
6894
6968
|
data: JsonApiMemoryItemPostOptionalId;
|
|
6895
6969
|
}
|
|
@@ -6905,20 +6979,12 @@ export interface JsonApiMetricIn {
|
|
|
6905
6979
|
* API identifier of an object
|
|
6906
6980
|
*/
|
|
6907
6981
|
id: string;
|
|
6908
|
-
attributes:
|
|
6982
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
6909
6983
|
}
|
|
6910
6984
|
export declare const JsonApiMetricInTypeEnum: {
|
|
6911
6985
|
readonly METRIC: "metric";
|
|
6912
6986
|
};
|
|
6913
6987
|
export type JsonApiMetricInTypeEnum = (typeof JsonApiMetricInTypeEnum)[keyof typeof JsonApiMetricInTypeEnum];
|
|
6914
|
-
export interface JsonApiMetricInAttributes {
|
|
6915
|
-
title?: string;
|
|
6916
|
-
description?: string;
|
|
6917
|
-
tags?: Array<string>;
|
|
6918
|
-
areRelationsValid?: boolean;
|
|
6919
|
-
content: JsonApiMetricOutAttributesContent;
|
|
6920
|
-
isHidden?: boolean;
|
|
6921
|
-
}
|
|
6922
6988
|
export interface JsonApiMetricInDocument {
|
|
6923
6989
|
data: JsonApiMetricIn;
|
|
6924
6990
|
}
|
|
@@ -6945,7 +7011,7 @@ export interface JsonApiMetricOut {
|
|
|
6945
7011
|
* API identifier of an object
|
|
6946
7012
|
*/
|
|
6947
7013
|
id: string;
|
|
6948
|
-
meta?:
|
|
7014
|
+
meta?: JsonApiDatasetOutMeta;
|
|
6949
7015
|
attributes: JsonApiMetricOutAttributes;
|
|
6950
7016
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
6951
7017
|
}
|
|
@@ -7000,7 +7066,7 @@ export interface JsonApiMetricOutWithLinks {
|
|
|
7000
7066
|
* API identifier of an object
|
|
7001
7067
|
*/
|
|
7002
7068
|
id: string;
|
|
7003
|
-
meta?:
|
|
7069
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7004
7070
|
attributes: JsonApiMetricOutAttributes;
|
|
7005
7071
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
7006
7072
|
links?: ObjectLinks;
|
|
@@ -7050,12 +7116,20 @@ export interface JsonApiMetricPostOptionalId {
|
|
|
7050
7116
|
* API identifier of an object
|
|
7051
7117
|
*/
|
|
7052
7118
|
id?: string;
|
|
7053
|
-
attributes:
|
|
7119
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
7054
7120
|
}
|
|
7055
7121
|
export declare const JsonApiMetricPostOptionalIdTypeEnum: {
|
|
7056
7122
|
readonly METRIC: "metric";
|
|
7057
7123
|
};
|
|
7058
7124
|
export type JsonApiMetricPostOptionalIdTypeEnum = (typeof JsonApiMetricPostOptionalIdTypeEnum)[keyof typeof JsonApiMetricPostOptionalIdTypeEnum];
|
|
7125
|
+
export interface JsonApiMetricPostOptionalIdAttributes {
|
|
7126
|
+
title?: string;
|
|
7127
|
+
description?: string;
|
|
7128
|
+
tags?: Array<string>;
|
|
7129
|
+
areRelationsValid?: boolean;
|
|
7130
|
+
content: JsonApiMetricOutAttributesContent;
|
|
7131
|
+
isHidden?: boolean;
|
|
7132
|
+
}
|
|
7059
7133
|
export interface JsonApiMetricPostOptionalIdDocument {
|
|
7060
7134
|
data: JsonApiMetricPostOptionalId;
|
|
7061
7135
|
}
|
|
@@ -7139,12 +7213,54 @@ export interface JsonApiNotificationChannelIn {
|
|
|
7139
7213
|
* API identifier of an object
|
|
7140
7214
|
*/
|
|
7141
7215
|
id: string;
|
|
7142
|
-
attributes?:
|
|
7216
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
7143
7217
|
}
|
|
7144
7218
|
export declare const JsonApiNotificationChannelInTypeEnum: {
|
|
7145
7219
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
7146
7220
|
};
|
|
7147
7221
|
export type JsonApiNotificationChannelInTypeEnum = (typeof JsonApiNotificationChannelInTypeEnum)[keyof typeof JsonApiNotificationChannelInTypeEnum];
|
|
7222
|
+
export interface JsonApiNotificationChannelInAttributes {
|
|
7223
|
+
name?: string | null;
|
|
7224
|
+
description?: string | null;
|
|
7225
|
+
destination?: JsonApiNotificationChannelOutAttributesDestination;
|
|
7226
|
+
/**
|
|
7227
|
+
* Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
|
|
7228
|
+
*/
|
|
7229
|
+
customDashboardUrl?: string;
|
|
7230
|
+
/**
|
|
7231
|
+
* 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
|
|
7232
|
+
*/
|
|
7233
|
+
dashboardLinkVisibility?: JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum;
|
|
7234
|
+
/**
|
|
7235
|
+
* 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}}
|
|
7236
|
+
*/
|
|
7237
|
+
notificationSource?: string;
|
|
7238
|
+
/**
|
|
7239
|
+
* 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
|
|
7240
|
+
*/
|
|
7241
|
+
allowedRecipients?: JsonApiNotificationChannelInAttributesAllowedRecipientsEnum;
|
|
7242
|
+
/**
|
|
7243
|
+
* 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
|
|
7244
|
+
*/
|
|
7245
|
+
inPlatformNotification?: JsonApiNotificationChannelInAttributesInPlatformNotificationEnum;
|
|
7246
|
+
}
|
|
7247
|
+
export declare const JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum: {
|
|
7248
|
+
readonly HIDDEN: "HIDDEN";
|
|
7249
|
+
readonly INTERNAL_ONLY: "INTERNAL_ONLY";
|
|
7250
|
+
readonly ALL: "ALL";
|
|
7251
|
+
};
|
|
7252
|
+
export type JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = (typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum)[keyof typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum];
|
|
7253
|
+
export declare const JsonApiNotificationChannelInAttributesAllowedRecipientsEnum: {
|
|
7254
|
+
readonly CREATOR: "CREATOR";
|
|
7255
|
+
readonly INTERNAL: "INTERNAL";
|
|
7256
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
7257
|
+
};
|
|
7258
|
+
export type JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = (typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum)[keyof typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum];
|
|
7259
|
+
export declare const JsonApiNotificationChannelInAttributesInPlatformNotificationEnum: {
|
|
7260
|
+
readonly DISABLED: "DISABLED";
|
|
7261
|
+
readonly ENABLED: "ENABLED";
|
|
7262
|
+
};
|
|
7263
|
+
export type JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum];
|
|
7148
7264
|
export interface JsonApiNotificationChannelInDocument {
|
|
7149
7265
|
data: JsonApiNotificationChannelIn;
|
|
7150
7266
|
}
|
|
@@ -7180,7 +7296,7 @@ export type JsonApiNotificationChannelOutTypeEnum = (typeof JsonApiNotificationC
|
|
|
7180
7296
|
export interface JsonApiNotificationChannelOutAttributes {
|
|
7181
7297
|
name?: string | null;
|
|
7182
7298
|
description?: string | null;
|
|
7183
|
-
destination?:
|
|
7299
|
+
destination?: JsonApiNotificationChannelOutAttributesDestination;
|
|
7184
7300
|
destinationType?: JsonApiNotificationChannelOutAttributesDestinationTypeEnum | null;
|
|
7185
7301
|
/**
|
|
7186
7302
|
* Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
|
|
@@ -7227,6 +7343,11 @@ export declare const JsonApiNotificationChannelOutAttributesInPlatformNotificati
|
|
|
7227
7343
|
readonly ENABLED: "ENABLED";
|
|
7228
7344
|
};
|
|
7229
7345
|
export type JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelOutAttributesInPlatformNotificationEnum];
|
|
7346
|
+
/**
|
|
7347
|
+
* @type JsonApiNotificationChannelOutAttributesDestination
|
|
7348
|
+
* The destination where the notifications are to be sent.
|
|
7349
|
+
*/
|
|
7350
|
+
export type JsonApiNotificationChannelOutAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
7230
7351
|
export interface JsonApiNotificationChannelOutDocument {
|
|
7231
7352
|
data: JsonApiNotificationChannelOut;
|
|
7232
7353
|
links?: ObjectLinks;
|
|
@@ -7267,7 +7388,7 @@ export interface JsonApiNotificationChannelPatch {
|
|
|
7267
7388
|
* API identifier of an object
|
|
7268
7389
|
*/
|
|
7269
7390
|
id: string;
|
|
7270
|
-
attributes?:
|
|
7391
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
7271
7392
|
}
|
|
7272
7393
|
export declare const JsonApiNotificationChannelPatchTypeEnum: {
|
|
7273
7394
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
@@ -7288,59 +7409,12 @@ export interface JsonApiNotificationChannelPostOptionalId {
|
|
|
7288
7409
|
* API identifier of an object
|
|
7289
7410
|
*/
|
|
7290
7411
|
id?: string;
|
|
7291
|
-
attributes?:
|
|
7412
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
7292
7413
|
}
|
|
7293
7414
|
export declare const JsonApiNotificationChannelPostOptionalIdTypeEnum: {
|
|
7294
7415
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
7295
7416
|
};
|
|
7296
7417
|
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = (typeof JsonApiNotificationChannelPostOptionalIdTypeEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdTypeEnum];
|
|
7297
|
-
export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
7298
|
-
name?: string | null;
|
|
7299
|
-
description?: string | null;
|
|
7300
|
-
destination?: JsonApiNotificationChannelPostOptionalIdAttributesDestination;
|
|
7301
|
-
/**
|
|
7302
|
-
* Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
|
|
7303
|
-
*/
|
|
7304
|
-
customDashboardUrl?: string;
|
|
7305
|
-
/**
|
|
7306
|
-
* 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
|
|
7307
|
-
*/
|
|
7308
|
-
dashboardLinkVisibility?: JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum;
|
|
7309
|
-
/**
|
|
7310
|
-
* 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}}
|
|
7311
|
-
*/
|
|
7312
|
-
notificationSource?: string;
|
|
7313
|
-
/**
|
|
7314
|
-
* 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
|
|
7315
|
-
*/
|
|
7316
|
-
allowedRecipients?: JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum;
|
|
7317
|
-
/**
|
|
7318
|
-
* 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
|
|
7319
|
-
*/
|
|
7320
|
-
inPlatformNotification?: JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum;
|
|
7321
|
-
}
|
|
7322
|
-
export declare const JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum: {
|
|
7323
|
-
readonly HIDDEN: "HIDDEN";
|
|
7324
|
-
readonly INTERNAL_ONLY: "INTERNAL_ONLY";
|
|
7325
|
-
readonly ALL: "ALL";
|
|
7326
|
-
};
|
|
7327
|
-
export type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum];
|
|
7328
|
-
export declare const JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum: {
|
|
7329
|
-
readonly CREATOR: "CREATOR";
|
|
7330
|
-
readonly INTERNAL: "INTERNAL";
|
|
7331
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
7332
|
-
};
|
|
7333
|
-
export type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum];
|
|
7334
|
-
export declare const JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum: {
|
|
7335
|
-
readonly DISABLED: "DISABLED";
|
|
7336
|
-
readonly ENABLED: "ENABLED";
|
|
7337
|
-
};
|
|
7338
|
-
export type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = (typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum)[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum];
|
|
7339
|
-
/**
|
|
7340
|
-
* @type JsonApiNotificationChannelPostOptionalIdAttributesDestination
|
|
7341
|
-
* The destination where the notifications are to be sent.
|
|
7342
|
-
*/
|
|
7343
|
-
export type JsonApiNotificationChannelPostOptionalIdAttributesDestination = DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
7344
7418
|
export interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
7345
7419
|
data: JsonApiNotificationChannelPostOptionalId;
|
|
7346
7420
|
}
|
|
@@ -7434,8 +7508,8 @@ export declare const JsonApiOrganizationOutMetaPermissionsEnum: {
|
|
|
7434
7508
|
};
|
|
7435
7509
|
export type JsonApiOrganizationOutMetaPermissionsEnum = (typeof JsonApiOrganizationOutMetaPermissionsEnum)[keyof typeof JsonApiOrganizationOutMetaPermissionsEnum];
|
|
7436
7510
|
export interface JsonApiOrganizationOutRelationships {
|
|
7437
|
-
bootstrapUser?:
|
|
7438
|
-
bootstrapUserGroup?:
|
|
7511
|
+
bootstrapUser?: JsonApiFilterViewOutRelationshipsUser;
|
|
7512
|
+
bootstrapUserGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
7439
7513
|
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
7440
7514
|
}
|
|
7441
7515
|
/**
|
|
@@ -7492,55 +7566,12 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
7492
7566
|
* API identifier of an object
|
|
7493
7567
|
*/
|
|
7494
7568
|
id: string;
|
|
7495
|
-
attributes?:
|
|
7569
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
7496
7570
|
}
|
|
7497
7571
|
export declare const JsonApiOrganizationSettingInTypeEnum: {
|
|
7498
7572
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
7499
7573
|
};
|
|
7500
7574
|
export type JsonApiOrganizationSettingInTypeEnum = (typeof JsonApiOrganizationSettingInTypeEnum)[keyof typeof JsonApiOrganizationSettingInTypeEnum];
|
|
7501
|
-
export interface JsonApiOrganizationSettingInAttributes {
|
|
7502
|
-
/**
|
|
7503
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7504
|
-
*/
|
|
7505
|
-
content?: object;
|
|
7506
|
-
type?: JsonApiOrganizationSettingInAttributesTypeEnum;
|
|
7507
|
-
}
|
|
7508
|
-
export declare const JsonApiOrganizationSettingInAttributesTypeEnum: {
|
|
7509
|
-
readonly TIMEZONE: "TIMEZONE";
|
|
7510
|
-
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
7511
|
-
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
7512
|
-
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
7513
|
-
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
7514
|
-
readonly LOCALE: "LOCALE";
|
|
7515
|
-
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
7516
|
-
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
7517
|
-
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
7518
|
-
readonly AG_GRID_TOKEN: "AG_GRID_TOKEN";
|
|
7519
|
-
readonly WEEK_START: "WEEK_START";
|
|
7520
|
-
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
7521
|
-
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
7522
|
-
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
7523
|
-
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
7524
|
-
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
7525
|
-
readonly ALERT: "ALERT";
|
|
7526
|
-
readonly SEPARATORS: "SEPARATORS";
|
|
7527
|
-
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
7528
|
-
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
7529
|
-
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
7530
|
-
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
7531
|
-
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
7532
|
-
readonly ENABLE_SNAPSHOT_EXPORT: "ENABLE_SNAPSHOT_EXPORT";
|
|
7533
|
-
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
7534
|
-
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
7535
|
-
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
7536
|
-
readonly AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE";
|
|
7537
|
-
readonly ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS: "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS";
|
|
7538
|
-
readonly ENABLE_AUTOMATION_EVALUATION_MODE: "ENABLE_AUTOMATION_EVALUATION_MODE";
|
|
7539
|
-
readonly ENABLE_ACCESSIBILITY_MODE: "ENABLE_ACCESSIBILITY_MODE";
|
|
7540
|
-
readonly REGISTERED_PLUGGABLE_APPLICATIONS: "REGISTERED_PLUGGABLE_APPLICATIONS";
|
|
7541
|
-
readonly DATA_LOCALE: "DATA_LOCALE";
|
|
7542
|
-
};
|
|
7543
|
-
export type JsonApiOrganizationSettingInAttributesTypeEnum = (typeof JsonApiOrganizationSettingInAttributesTypeEnum)[keyof typeof JsonApiOrganizationSettingInAttributesTypeEnum];
|
|
7544
7575
|
export interface JsonApiOrganizationSettingInDocument {
|
|
7545
7576
|
data: JsonApiOrganizationSettingIn;
|
|
7546
7577
|
}
|
|
@@ -7556,7 +7587,7 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
7556
7587
|
* API identifier of an object
|
|
7557
7588
|
*/
|
|
7558
7589
|
id: string;
|
|
7559
|
-
attributes?:
|
|
7590
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
7560
7591
|
}
|
|
7561
7592
|
export declare const JsonApiOrganizationSettingOutTypeEnum: {
|
|
7562
7593
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -7583,7 +7614,7 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
7583
7614
|
* API identifier of an object
|
|
7584
7615
|
*/
|
|
7585
7616
|
id: string;
|
|
7586
|
-
attributes?:
|
|
7617
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
7587
7618
|
links?: ObjectLinks;
|
|
7588
7619
|
}
|
|
7589
7620
|
export declare const JsonApiOrganizationSettingOutWithLinksTypeEnum: {
|
|
@@ -7602,7 +7633,7 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
7602
7633
|
* API identifier of an object
|
|
7603
7634
|
*/
|
|
7604
7635
|
id: string;
|
|
7605
|
-
attributes?:
|
|
7636
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
7606
7637
|
}
|
|
7607
7638
|
export declare const JsonApiOrganizationSettingPatchTypeEnum: {
|
|
7608
7639
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -7711,30 +7742,16 @@ export interface JsonApiUserDataFilterIn {
|
|
|
7711
7742
|
* API identifier of an object
|
|
7712
7743
|
*/
|
|
7713
7744
|
id: string;
|
|
7714
|
-
attributes:
|
|
7715
|
-
relationships?:
|
|
7745
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
7746
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
7716
7747
|
}
|
|
7717
7748
|
export declare const JsonApiUserDataFilterInTypeEnum: {
|
|
7718
7749
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
7719
7750
|
};
|
|
7720
7751
|
export type JsonApiUserDataFilterInTypeEnum = (typeof JsonApiUserDataFilterInTypeEnum)[keyof typeof JsonApiUserDataFilterInTypeEnum];
|
|
7721
|
-
export interface JsonApiUserDataFilterInAttributes {
|
|
7722
|
-
title?: string;
|
|
7723
|
-
description?: string;
|
|
7724
|
-
tags?: Array<string>;
|
|
7725
|
-
areRelationsValid?: boolean;
|
|
7726
|
-
maql: string;
|
|
7727
|
-
}
|
|
7728
7752
|
export interface JsonApiUserDataFilterInDocument {
|
|
7729
7753
|
data: JsonApiUserDataFilterIn;
|
|
7730
7754
|
}
|
|
7731
|
-
export interface JsonApiUserDataFilterInRelationships {
|
|
7732
|
-
user?: JsonApiFilterViewInRelationshipsUser;
|
|
7733
|
-
userGroup?: JsonApiUserDataFilterInRelationshipsUserGroup;
|
|
7734
|
-
}
|
|
7735
|
-
export interface JsonApiUserDataFilterInRelationshipsUserGroup {
|
|
7736
|
-
data: JsonApiUserGroupLinkage | null;
|
|
7737
|
-
}
|
|
7738
7755
|
/**
|
|
7739
7756
|
* JSON:API representation of userDataFilter entity.
|
|
7740
7757
|
*/
|
|
@@ -7747,14 +7764,21 @@ export interface JsonApiUserDataFilterOut {
|
|
|
7747
7764
|
* API identifier of an object
|
|
7748
7765
|
*/
|
|
7749
7766
|
id: string;
|
|
7750
|
-
meta?:
|
|
7751
|
-
attributes:
|
|
7767
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7768
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
7752
7769
|
relationships?: JsonApiUserDataFilterOutRelationships;
|
|
7753
7770
|
}
|
|
7754
7771
|
export declare const JsonApiUserDataFilterOutTypeEnum: {
|
|
7755
7772
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
7756
7773
|
};
|
|
7757
7774
|
export type JsonApiUserDataFilterOutTypeEnum = (typeof JsonApiUserDataFilterOutTypeEnum)[keyof typeof JsonApiUserDataFilterOutTypeEnum];
|
|
7775
|
+
export interface JsonApiUserDataFilterOutAttributes {
|
|
7776
|
+
title?: string;
|
|
7777
|
+
description?: string;
|
|
7778
|
+
tags?: Array<string>;
|
|
7779
|
+
areRelationsValid?: boolean;
|
|
7780
|
+
maql: string;
|
|
7781
|
+
}
|
|
7758
7782
|
export interface JsonApiUserDataFilterOutDocument {
|
|
7759
7783
|
data: JsonApiUserDataFilterOut;
|
|
7760
7784
|
links?: ObjectLinks;
|
|
@@ -7780,13 +7804,16 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
7780
7804
|
included?: Array<JsonApiUserDataFilterOutIncludes>;
|
|
7781
7805
|
}
|
|
7782
7806
|
export interface JsonApiUserDataFilterOutRelationships {
|
|
7783
|
-
user?:
|
|
7784
|
-
userGroup?:
|
|
7785
|
-
facts?:
|
|
7786
|
-
attributes?:
|
|
7807
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
7808
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
7809
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
7810
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
7787
7811
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
7788
7812
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
7789
|
-
datasets?:
|
|
7813
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
7814
|
+
}
|
|
7815
|
+
export interface JsonApiUserDataFilterOutRelationshipsUserGroup {
|
|
7816
|
+
data: JsonApiUserGroupLinkage | null;
|
|
7790
7817
|
}
|
|
7791
7818
|
export interface JsonApiUserDataFilterOutWithLinks {
|
|
7792
7819
|
/**
|
|
@@ -7797,8 +7824,8 @@ export interface JsonApiUserDataFilterOutWithLinks {
|
|
|
7797
7824
|
* API identifier of an object
|
|
7798
7825
|
*/
|
|
7799
7826
|
id: string;
|
|
7800
|
-
meta?:
|
|
7801
|
-
attributes:
|
|
7827
|
+
meta?: JsonApiDatasetOutMeta;
|
|
7828
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
7802
7829
|
relationships?: JsonApiUserDataFilterOutRelationships;
|
|
7803
7830
|
links?: ObjectLinks;
|
|
7804
7831
|
}
|
|
@@ -7819,7 +7846,7 @@ export interface JsonApiUserDataFilterPatch {
|
|
|
7819
7846
|
*/
|
|
7820
7847
|
id: string;
|
|
7821
7848
|
attributes: JsonApiUserDataFilterPatchAttributes;
|
|
7822
|
-
relationships?:
|
|
7849
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
7823
7850
|
}
|
|
7824
7851
|
export declare const JsonApiUserDataFilterPatchTypeEnum: {
|
|
7825
7852
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -7847,8 +7874,8 @@ export interface JsonApiUserDataFilterPostOptionalId {
|
|
|
7847
7874
|
* API identifier of an object
|
|
7848
7875
|
*/
|
|
7849
7876
|
id?: string;
|
|
7850
|
-
attributes:
|
|
7851
|
-
relationships?:
|
|
7877
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
7878
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
7852
7879
|
}
|
|
7853
7880
|
export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
|
|
7854
7881
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -7857,6 +7884,10 @@ export type JsonApiUserDataFilterPostOptionalIdTypeEnum = (typeof JsonApiUserDat
|
|
|
7857
7884
|
export interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
7858
7885
|
data: JsonApiUserDataFilterPostOptionalId;
|
|
7859
7886
|
}
|
|
7887
|
+
export interface JsonApiUserDataFilterPostOptionalIdRelationships {
|
|
7888
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
7889
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
7890
|
+
}
|
|
7860
7891
|
/**
|
|
7861
7892
|
* JSON:API representation of userGroup entity.
|
|
7862
7893
|
*/
|
|
@@ -7869,28 +7900,16 @@ export interface JsonApiUserGroupIn {
|
|
|
7869
7900
|
* API identifier of an object
|
|
7870
7901
|
*/
|
|
7871
7902
|
id: string;
|
|
7872
|
-
attributes?:
|
|
7873
|
-
relationships?:
|
|
7903
|
+
attributes?: JsonApiUserGroupOutAttributes;
|
|
7904
|
+
relationships?: JsonApiUserGroupOutRelationships;
|
|
7874
7905
|
}
|
|
7875
7906
|
export declare const JsonApiUserGroupInTypeEnum: {
|
|
7876
7907
|
readonly USER_GROUP: "userGroup";
|
|
7877
7908
|
};
|
|
7878
7909
|
export type JsonApiUserGroupInTypeEnum = (typeof JsonApiUserGroupInTypeEnum)[keyof typeof JsonApiUserGroupInTypeEnum];
|
|
7879
|
-
export interface JsonApiUserGroupInAttributes {
|
|
7880
|
-
name?: string;
|
|
7881
|
-
}
|
|
7882
7910
|
export interface JsonApiUserGroupInDocument {
|
|
7883
7911
|
data: JsonApiUserGroupIn;
|
|
7884
7912
|
}
|
|
7885
|
-
export interface JsonApiUserGroupInRelationships {
|
|
7886
|
-
parents?: JsonApiUserGroupInRelationshipsParents;
|
|
7887
|
-
}
|
|
7888
|
-
export interface JsonApiUserGroupInRelationshipsParents {
|
|
7889
|
-
/**
|
|
7890
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7891
|
-
*/
|
|
7892
|
-
data: Array<JsonApiUserGroupLinkage>;
|
|
7893
|
-
}
|
|
7894
7913
|
/**
|
|
7895
7914
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
7896
7915
|
*/
|
|
@@ -7914,13 +7933,16 @@ export interface JsonApiUserGroupOut {
|
|
|
7914
7933
|
* API identifier of an object
|
|
7915
7934
|
*/
|
|
7916
7935
|
id: string;
|
|
7917
|
-
attributes?:
|
|
7918
|
-
relationships?:
|
|
7936
|
+
attributes?: JsonApiUserGroupOutAttributes;
|
|
7937
|
+
relationships?: JsonApiUserGroupOutRelationships;
|
|
7919
7938
|
}
|
|
7920
7939
|
export declare const JsonApiUserGroupOutTypeEnum: {
|
|
7921
7940
|
readonly USER_GROUP: "userGroup";
|
|
7922
7941
|
};
|
|
7923
7942
|
export type JsonApiUserGroupOutTypeEnum = (typeof JsonApiUserGroupOutTypeEnum)[keyof typeof JsonApiUserGroupOutTypeEnum];
|
|
7943
|
+
export interface JsonApiUserGroupOutAttributes {
|
|
7944
|
+
name?: string;
|
|
7945
|
+
}
|
|
7924
7946
|
export interface JsonApiUserGroupOutDocument {
|
|
7925
7947
|
data: JsonApiUserGroupOut;
|
|
7926
7948
|
links?: ObjectLinks;
|
|
@@ -7941,6 +7963,9 @@ export interface JsonApiUserGroupOutList {
|
|
|
7941
7963
|
*/
|
|
7942
7964
|
included?: Array<JsonApiUserGroupOutWithLinks>;
|
|
7943
7965
|
}
|
|
7966
|
+
export interface JsonApiUserGroupOutRelationships {
|
|
7967
|
+
parents?: JsonApiUserOutRelationshipsUserGroups;
|
|
7968
|
+
}
|
|
7944
7969
|
export interface JsonApiUserGroupOutWithLinks {
|
|
7945
7970
|
/**
|
|
7946
7971
|
* Object type
|
|
@@ -7950,8 +7975,8 @@ export interface JsonApiUserGroupOutWithLinks {
|
|
|
7950
7975
|
* API identifier of an object
|
|
7951
7976
|
*/
|
|
7952
7977
|
id: string;
|
|
7953
|
-
attributes?:
|
|
7954
|
-
relationships?:
|
|
7978
|
+
attributes?: JsonApiUserGroupOutAttributes;
|
|
7979
|
+
relationships?: JsonApiUserGroupOutRelationships;
|
|
7955
7980
|
links?: ObjectLinks;
|
|
7956
7981
|
}
|
|
7957
7982
|
export declare const JsonApiUserGroupOutWithLinksTypeEnum: {
|
|
@@ -7970,8 +7995,8 @@ export interface JsonApiUserGroupPatch {
|
|
|
7970
7995
|
* API identifier of an object
|
|
7971
7996
|
*/
|
|
7972
7997
|
id: string;
|
|
7973
|
-
attributes?:
|
|
7974
|
-
relationships?:
|
|
7998
|
+
attributes?: JsonApiUserGroupOutAttributes;
|
|
7999
|
+
relationships?: JsonApiUserGroupOutRelationships;
|
|
7975
8000
|
}
|
|
7976
8001
|
export declare const JsonApiUserGroupPatchTypeEnum: {
|
|
7977
8002
|
readonly USER_GROUP: "userGroup";
|
|
@@ -8054,25 +8079,16 @@ export interface JsonApiUserIn {
|
|
|
8054
8079
|
* API identifier of an object
|
|
8055
8080
|
*/
|
|
8056
8081
|
id: string;
|
|
8057
|
-
attributes?:
|
|
8058
|
-
relationships?:
|
|
8082
|
+
attributes?: JsonApiUserOutAttributes;
|
|
8083
|
+
relationships?: JsonApiUserOutRelationships;
|
|
8059
8084
|
}
|
|
8060
8085
|
export declare const JsonApiUserInTypeEnum: {
|
|
8061
8086
|
readonly USER: "user";
|
|
8062
8087
|
};
|
|
8063
8088
|
export type JsonApiUserInTypeEnum = (typeof JsonApiUserInTypeEnum)[keyof typeof JsonApiUserInTypeEnum];
|
|
8064
|
-
export interface JsonApiUserInAttributes {
|
|
8065
|
-
authenticationId?: string;
|
|
8066
|
-
firstname?: string;
|
|
8067
|
-
lastname?: string;
|
|
8068
|
-
email?: string;
|
|
8069
|
-
}
|
|
8070
8089
|
export interface JsonApiUserInDocument {
|
|
8071
8090
|
data: JsonApiUserIn;
|
|
8072
8091
|
}
|
|
8073
|
-
export interface JsonApiUserInRelationships {
|
|
8074
|
-
userGroups?: JsonApiUserGroupInRelationshipsParents;
|
|
8075
|
-
}
|
|
8076
8092
|
/**
|
|
8077
8093
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
8078
8094
|
*/
|
|
@@ -8096,13 +8112,19 @@ export interface JsonApiUserOut {
|
|
|
8096
8112
|
* API identifier of an object
|
|
8097
8113
|
*/
|
|
8098
8114
|
id: string;
|
|
8099
|
-
attributes?:
|
|
8100
|
-
relationships?:
|
|
8115
|
+
attributes?: JsonApiUserOutAttributes;
|
|
8116
|
+
relationships?: JsonApiUserOutRelationships;
|
|
8101
8117
|
}
|
|
8102
8118
|
export declare const JsonApiUserOutTypeEnum: {
|
|
8103
8119
|
readonly USER: "user";
|
|
8104
8120
|
};
|
|
8105
8121
|
export type JsonApiUserOutTypeEnum = (typeof JsonApiUserOutTypeEnum)[keyof typeof JsonApiUserOutTypeEnum];
|
|
8122
|
+
export interface JsonApiUserOutAttributes {
|
|
8123
|
+
authenticationId?: string;
|
|
8124
|
+
firstname?: string;
|
|
8125
|
+
lastname?: string;
|
|
8126
|
+
email?: string;
|
|
8127
|
+
}
|
|
8106
8128
|
export interface JsonApiUserOutDocument {
|
|
8107
8129
|
data: JsonApiUserOut;
|
|
8108
8130
|
links?: ObjectLinks;
|
|
@@ -8123,6 +8145,15 @@ export interface JsonApiUserOutList {
|
|
|
8123
8145
|
*/
|
|
8124
8146
|
included?: Array<JsonApiUserGroupOutWithLinks>;
|
|
8125
8147
|
}
|
|
8148
|
+
export interface JsonApiUserOutRelationships {
|
|
8149
|
+
userGroups?: JsonApiUserOutRelationshipsUserGroups;
|
|
8150
|
+
}
|
|
8151
|
+
export interface JsonApiUserOutRelationshipsUserGroups {
|
|
8152
|
+
/**
|
|
8153
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
8154
|
+
*/
|
|
8155
|
+
data: Array<JsonApiUserGroupLinkage>;
|
|
8156
|
+
}
|
|
8126
8157
|
export interface JsonApiUserOutWithLinks {
|
|
8127
8158
|
/**
|
|
8128
8159
|
* Object type
|
|
@@ -8132,8 +8163,8 @@ export interface JsonApiUserOutWithLinks {
|
|
|
8132
8163
|
* API identifier of an object
|
|
8133
8164
|
*/
|
|
8134
8165
|
id: string;
|
|
8135
|
-
attributes?:
|
|
8136
|
-
relationships?:
|
|
8166
|
+
attributes?: JsonApiUserOutAttributes;
|
|
8167
|
+
relationships?: JsonApiUserOutRelationships;
|
|
8137
8168
|
links?: ObjectLinks;
|
|
8138
8169
|
}
|
|
8139
8170
|
export declare const JsonApiUserOutWithLinksTypeEnum: {
|
|
@@ -8152,8 +8183,8 @@ export interface JsonApiUserPatch {
|
|
|
8152
8183
|
* API identifier of an object
|
|
8153
8184
|
*/
|
|
8154
8185
|
id: string;
|
|
8155
|
-
attributes?:
|
|
8156
|
-
relationships?:
|
|
8186
|
+
attributes?: JsonApiUserOutAttributes;
|
|
8187
|
+
relationships?: JsonApiUserOutRelationships;
|
|
8157
8188
|
}
|
|
8158
8189
|
export declare const JsonApiUserPatchTypeEnum: {
|
|
8159
8190
|
readonly USER: "user";
|
|
@@ -8174,7 +8205,7 @@ export interface JsonApiUserSettingIn {
|
|
|
8174
8205
|
* API identifier of an object
|
|
8175
8206
|
*/
|
|
8176
8207
|
id: string;
|
|
8177
|
-
attributes?:
|
|
8208
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8178
8209
|
}
|
|
8179
8210
|
export declare const JsonApiUserSettingInTypeEnum: {
|
|
8180
8211
|
readonly USER_SETTING: "userSetting";
|
|
@@ -8195,12 +8226,56 @@ export interface JsonApiUserSettingOut {
|
|
|
8195
8226
|
* API identifier of an object
|
|
8196
8227
|
*/
|
|
8197
8228
|
id: string;
|
|
8198
|
-
attributes?:
|
|
8229
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8199
8230
|
}
|
|
8200
8231
|
export declare const JsonApiUserSettingOutTypeEnum: {
|
|
8201
8232
|
readonly USER_SETTING: "userSetting";
|
|
8202
8233
|
};
|
|
8203
8234
|
export type JsonApiUserSettingOutTypeEnum = (typeof JsonApiUserSettingOutTypeEnum)[keyof typeof JsonApiUserSettingOutTypeEnum];
|
|
8235
|
+
export interface JsonApiUserSettingOutAttributes {
|
|
8236
|
+
/**
|
|
8237
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
8238
|
+
*/
|
|
8239
|
+
content?: object;
|
|
8240
|
+
type?: JsonApiUserSettingOutAttributesTypeEnum;
|
|
8241
|
+
}
|
|
8242
|
+
export declare const JsonApiUserSettingOutAttributesTypeEnum: {
|
|
8243
|
+
readonly TIMEZONE: "TIMEZONE";
|
|
8244
|
+
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
8245
|
+
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
8246
|
+
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
8247
|
+
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
8248
|
+
readonly LOCALE: "LOCALE";
|
|
8249
|
+
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
8250
|
+
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
8251
|
+
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
8252
|
+
readonly AG_GRID_TOKEN: "AG_GRID_TOKEN";
|
|
8253
|
+
readonly WEEK_START: "WEEK_START";
|
|
8254
|
+
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
8255
|
+
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
8256
|
+
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
8257
|
+
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
8258
|
+
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
8259
|
+
readonly ALERT: "ALERT";
|
|
8260
|
+
readonly SEPARATORS: "SEPARATORS";
|
|
8261
|
+
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
8262
|
+
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
8263
|
+
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
8264
|
+
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
8265
|
+
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
8266
|
+
readonly ENABLE_SNAPSHOT_EXPORT: "ENABLE_SNAPSHOT_EXPORT";
|
|
8267
|
+
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
8268
|
+
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
8269
|
+
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
8270
|
+
readonly AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE";
|
|
8271
|
+
readonly ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS: "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS";
|
|
8272
|
+
readonly ENABLE_AUTOMATION_EVALUATION_MODE: "ENABLE_AUTOMATION_EVALUATION_MODE";
|
|
8273
|
+
readonly ENABLE_ACCESSIBILITY_MODE: "ENABLE_ACCESSIBILITY_MODE";
|
|
8274
|
+
readonly REGISTERED_PLUGGABLE_APPLICATIONS: "REGISTERED_PLUGGABLE_APPLICATIONS";
|
|
8275
|
+
readonly DATA_LOCALE: "DATA_LOCALE";
|
|
8276
|
+
readonly LDM_DEFAULT_LOCALE: "LDM_DEFAULT_LOCALE";
|
|
8277
|
+
};
|
|
8278
|
+
export type JsonApiUserSettingOutAttributesTypeEnum = (typeof JsonApiUserSettingOutAttributesTypeEnum)[keyof typeof JsonApiUserSettingOutAttributesTypeEnum];
|
|
8204
8279
|
export interface JsonApiUserSettingOutDocument {
|
|
8205
8280
|
data: JsonApiUserSettingOut;
|
|
8206
8281
|
links?: ObjectLinks;
|
|
@@ -8222,7 +8297,7 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
8222
8297
|
* API identifier of an object
|
|
8223
8298
|
*/
|
|
8224
8299
|
id: string;
|
|
8225
|
-
attributes?:
|
|
8300
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8226
8301
|
links?: ObjectLinks;
|
|
8227
8302
|
}
|
|
8228
8303
|
export declare const JsonApiUserSettingOutWithLinksTypeEnum: {
|
|
@@ -8241,23 +8316,12 @@ export interface JsonApiVisualizationObjectIn {
|
|
|
8241
8316
|
* API identifier of an object
|
|
8242
8317
|
*/
|
|
8243
8318
|
id: string;
|
|
8244
|
-
attributes:
|
|
8319
|
+
attributes: JsonApiVisualizationObjectPostOptionalIdAttributes;
|
|
8245
8320
|
}
|
|
8246
8321
|
export declare const JsonApiVisualizationObjectInTypeEnum: {
|
|
8247
8322
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
8248
8323
|
};
|
|
8249
8324
|
export type JsonApiVisualizationObjectInTypeEnum = (typeof JsonApiVisualizationObjectInTypeEnum)[keyof typeof JsonApiVisualizationObjectInTypeEnum];
|
|
8250
|
-
export interface JsonApiVisualizationObjectInAttributes {
|
|
8251
|
-
title?: string;
|
|
8252
|
-
description?: string;
|
|
8253
|
-
tags?: Array<string>;
|
|
8254
|
-
areRelationsValid?: boolean;
|
|
8255
|
-
/**
|
|
8256
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
8257
|
-
*/
|
|
8258
|
-
content: object;
|
|
8259
|
-
isHidden?: boolean;
|
|
8260
|
-
}
|
|
8261
8325
|
export interface JsonApiVisualizationObjectInDocument {
|
|
8262
8326
|
data: JsonApiVisualizationObjectIn;
|
|
8263
8327
|
}
|
|
@@ -8284,7 +8348,7 @@ export interface JsonApiVisualizationObjectOut {
|
|
|
8284
8348
|
* API identifier of an object
|
|
8285
8349
|
*/
|
|
8286
8350
|
id: string;
|
|
8287
|
-
meta?:
|
|
8351
|
+
meta?: JsonApiDatasetOutMeta;
|
|
8288
8352
|
attributes: JsonApiVisualizationObjectOutAttributes;
|
|
8289
8353
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
8290
8354
|
}
|
|
@@ -8325,54 +8389,18 @@ export interface JsonApiVisualizationObjectOutList {
|
|
|
8325
8389
|
*/
|
|
8326
8390
|
included?: Array<JsonApiMetricOutIncludes>;
|
|
8327
8391
|
}
|
|
8328
|
-
export interface JsonApiVisualizationObjectOutMeta {
|
|
8329
|
-
origin?: JsonApiVisualizationObjectOutMetaOrigin;
|
|
8330
|
-
}
|
|
8331
|
-
export interface JsonApiVisualizationObjectOutMetaOrigin {
|
|
8332
|
-
/**
|
|
8333
|
-
* defines type of the origin of the entity
|
|
8334
|
-
*/
|
|
8335
|
-
originType: JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum;
|
|
8336
|
-
/**
|
|
8337
|
-
* defines id of the workspace where the entity comes from
|
|
8338
|
-
*/
|
|
8339
|
-
originId: string;
|
|
8340
|
-
}
|
|
8341
|
-
export declare const JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum: {
|
|
8342
|
-
readonly NATIVE: "NATIVE";
|
|
8343
|
-
readonly PARENT: "PARENT";
|
|
8344
|
-
};
|
|
8345
|
-
export type JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum = (typeof JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum)[keyof typeof JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum];
|
|
8346
8392
|
export interface JsonApiVisualizationObjectOutRelationships {
|
|
8347
8393
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
8348
8394
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
8349
|
-
facts?:
|
|
8350
|
-
attributes?:
|
|
8395
|
+
facts?: JsonApiDatasetOutRelationshipsFacts;
|
|
8396
|
+
attributes?: JsonApiDatasetOutRelationshipsAttributes;
|
|
8351
8397
|
labels?: JsonApiVisualizationObjectOutRelationshipsLabels;
|
|
8352
8398
|
metrics?: JsonApiVisualizationObjectOutRelationshipsMetrics;
|
|
8353
|
-
datasets?:
|
|
8354
|
-
}
|
|
8355
|
-
export interface JsonApiVisualizationObjectOutRelationshipsAttributes {
|
|
8356
|
-
/**
|
|
8357
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
8358
|
-
*/
|
|
8359
|
-
data: Array<JsonApiAttributeLinkage>;
|
|
8399
|
+
datasets?: JsonApiDatasetOutRelationshipsReferences;
|
|
8360
8400
|
}
|
|
8361
8401
|
export interface JsonApiVisualizationObjectOutRelationshipsCreatedBy {
|
|
8362
8402
|
data: JsonApiUserIdentifierLinkage | null;
|
|
8363
8403
|
}
|
|
8364
|
-
export interface JsonApiVisualizationObjectOutRelationshipsDatasets {
|
|
8365
|
-
/**
|
|
8366
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
8367
|
-
*/
|
|
8368
|
-
data: Array<JsonApiDatasetLinkage>;
|
|
8369
|
-
}
|
|
8370
|
-
export interface JsonApiVisualizationObjectOutRelationshipsFacts {
|
|
8371
|
-
/**
|
|
8372
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
8373
|
-
*/
|
|
8374
|
-
data: Array<JsonApiFactLinkage>;
|
|
8375
|
-
}
|
|
8376
8404
|
export interface JsonApiVisualizationObjectOutRelationshipsLabels {
|
|
8377
8405
|
/**
|
|
8378
8406
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -8394,7 +8422,7 @@ export interface JsonApiVisualizationObjectOutWithLinks {
|
|
|
8394
8422
|
* API identifier of an object
|
|
8395
8423
|
*/
|
|
8396
8424
|
id: string;
|
|
8397
|
-
meta?:
|
|
8425
|
+
meta?: JsonApiDatasetOutMeta;
|
|
8398
8426
|
attributes: JsonApiVisualizationObjectOutAttributes;
|
|
8399
8427
|
relationships?: JsonApiVisualizationObjectOutRelationships;
|
|
8400
8428
|
links?: ObjectLinks;
|
|
@@ -8447,12 +8475,23 @@ export interface JsonApiVisualizationObjectPostOptionalId {
|
|
|
8447
8475
|
* API identifier of an object
|
|
8448
8476
|
*/
|
|
8449
8477
|
id?: string;
|
|
8450
|
-
attributes:
|
|
8478
|
+
attributes: JsonApiVisualizationObjectPostOptionalIdAttributes;
|
|
8451
8479
|
}
|
|
8452
8480
|
export declare const JsonApiVisualizationObjectPostOptionalIdTypeEnum: {
|
|
8453
8481
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
8454
8482
|
};
|
|
8455
8483
|
export type JsonApiVisualizationObjectPostOptionalIdTypeEnum = (typeof JsonApiVisualizationObjectPostOptionalIdTypeEnum)[keyof typeof JsonApiVisualizationObjectPostOptionalIdTypeEnum];
|
|
8484
|
+
export interface JsonApiVisualizationObjectPostOptionalIdAttributes {
|
|
8485
|
+
title?: string;
|
|
8486
|
+
description?: string;
|
|
8487
|
+
tags?: Array<string>;
|
|
8488
|
+
areRelationsValid?: boolean;
|
|
8489
|
+
/**
|
|
8490
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
8491
|
+
*/
|
|
8492
|
+
content: object;
|
|
8493
|
+
isHidden?: boolean;
|
|
8494
|
+
}
|
|
8456
8495
|
export interface JsonApiVisualizationObjectPostOptionalIdDocument {
|
|
8457
8496
|
data: JsonApiVisualizationObjectPostOptionalId;
|
|
8458
8497
|
}
|
|
@@ -8493,12 +8532,12 @@ export interface JsonApiWorkspaceAutomationOutList {
|
|
|
8493
8532
|
}
|
|
8494
8533
|
export interface JsonApiWorkspaceAutomationOutRelationships {
|
|
8495
8534
|
workspace?: JsonApiWorkspaceInRelationshipsParent;
|
|
8496
|
-
notificationChannel?:
|
|
8497
|
-
analyticalDashboard?:
|
|
8535
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
8536
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
8498
8537
|
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
8499
8538
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
8500
|
-
exportDefinitions?:
|
|
8501
|
-
recipients?:
|
|
8539
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
8540
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
8502
8541
|
automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
8503
8542
|
}
|
|
8504
8543
|
export interface JsonApiWorkspaceAutomationOutWithLinks {
|
|
@@ -8563,7 +8602,7 @@ export interface JsonApiWorkspaceDataFilterOut {
|
|
|
8563
8602
|
* API identifier of an object
|
|
8564
8603
|
*/
|
|
8565
8604
|
id: string;
|
|
8566
|
-
meta?:
|
|
8605
|
+
meta?: JsonApiDatasetOutMeta;
|
|
8567
8606
|
attributes?: JsonApiWorkspaceDataFilterOutAttributes;
|
|
8568
8607
|
relationships?: JsonApiWorkspaceDataFilterOutRelationships;
|
|
8569
8608
|
}
|
|
@@ -8614,7 +8653,7 @@ export interface JsonApiWorkspaceDataFilterOutWithLinks {
|
|
|
8614
8653
|
* API identifier of an object
|
|
8615
8654
|
*/
|
|
8616
8655
|
id: string;
|
|
8617
|
-
meta?:
|
|
8656
|
+
meta?: JsonApiDatasetOutMeta;
|
|
8618
8657
|
attributes?: JsonApiWorkspaceDataFilterOutAttributes;
|
|
8619
8658
|
relationships?: JsonApiWorkspaceDataFilterOutRelationships;
|
|
8620
8659
|
links?: ObjectLinks;
|
|
@@ -8657,27 +8696,16 @@ export interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
8657
8696
|
* API identifier of an object
|
|
8658
8697
|
*/
|
|
8659
8698
|
id: string;
|
|
8660
|
-
attributes?:
|
|
8661
|
-
relationships?:
|
|
8699
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
8700
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
8662
8701
|
}
|
|
8663
8702
|
export declare const JsonApiWorkspaceDataFilterSettingInTypeEnum: {
|
|
8664
8703
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
8665
8704
|
};
|
|
8666
8705
|
export type JsonApiWorkspaceDataFilterSettingInTypeEnum = (typeof JsonApiWorkspaceDataFilterSettingInTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterSettingInTypeEnum];
|
|
8667
|
-
export interface JsonApiWorkspaceDataFilterSettingInAttributes {
|
|
8668
|
-
title?: string;
|
|
8669
|
-
description?: string;
|
|
8670
|
-
filterValues?: Array<string>;
|
|
8671
|
-
}
|
|
8672
8706
|
export interface JsonApiWorkspaceDataFilterSettingInDocument {
|
|
8673
8707
|
data: JsonApiWorkspaceDataFilterSettingIn;
|
|
8674
8708
|
}
|
|
8675
|
-
export interface JsonApiWorkspaceDataFilterSettingInRelationships {
|
|
8676
|
-
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
|
|
8677
|
-
}
|
|
8678
|
-
export interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
|
|
8679
|
-
data: JsonApiWorkspaceDataFilterLinkage | null;
|
|
8680
|
-
}
|
|
8681
8709
|
/**
|
|
8682
8710
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
8683
8711
|
*/
|
|
@@ -8701,14 +8729,19 @@ export interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
8701
8729
|
* API identifier of an object
|
|
8702
8730
|
*/
|
|
8703
8731
|
id: string;
|
|
8704
|
-
meta?:
|
|
8705
|
-
attributes?:
|
|
8706
|
-
relationships?:
|
|
8732
|
+
meta?: JsonApiDatasetOutMeta;
|
|
8733
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
8734
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
8707
8735
|
}
|
|
8708
8736
|
export declare const JsonApiWorkspaceDataFilterSettingOutTypeEnum: {
|
|
8709
8737
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
8710
8738
|
};
|
|
8711
8739
|
export type JsonApiWorkspaceDataFilterSettingOutTypeEnum = (typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum];
|
|
8740
|
+
export interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
8741
|
+
title?: string;
|
|
8742
|
+
description?: string;
|
|
8743
|
+
filterValues?: Array<string>;
|
|
8744
|
+
}
|
|
8712
8745
|
export interface JsonApiWorkspaceDataFilterSettingOutDocument {
|
|
8713
8746
|
data: JsonApiWorkspaceDataFilterSettingOut;
|
|
8714
8747
|
links?: ObjectLinks;
|
|
@@ -8729,6 +8762,12 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
8729
8762
|
*/
|
|
8730
8763
|
included?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
8731
8764
|
}
|
|
8765
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
8766
|
+
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
8767
|
+
}
|
|
8768
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
8769
|
+
data: JsonApiWorkspaceDataFilterLinkage | null;
|
|
8770
|
+
}
|
|
8732
8771
|
export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
8733
8772
|
/**
|
|
8734
8773
|
* Object type
|
|
@@ -8738,9 +8777,9 @@ export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
8738
8777
|
* API identifier of an object
|
|
8739
8778
|
*/
|
|
8740
8779
|
id: string;
|
|
8741
|
-
meta?:
|
|
8742
|
-
attributes?:
|
|
8743
|
-
relationships?:
|
|
8780
|
+
meta?: JsonApiDatasetOutMeta;
|
|
8781
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
8782
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
8744
8783
|
links?: ObjectLinks;
|
|
8745
8784
|
}
|
|
8746
8785
|
export declare const JsonApiWorkspaceDataFilterSettingOutWithLinksTypeEnum: {
|
|
@@ -8759,8 +8798,8 @@ export interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
8759
8798
|
* API identifier of an object
|
|
8760
8799
|
*/
|
|
8761
8800
|
id: string;
|
|
8762
|
-
attributes?:
|
|
8763
|
-
relationships?:
|
|
8801
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
8802
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
8764
8803
|
}
|
|
8765
8804
|
export declare const JsonApiWorkspaceDataFilterSettingPatchTypeEnum: {
|
|
8766
8805
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
@@ -8979,7 +9018,7 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
8979
9018
|
* API identifier of an object
|
|
8980
9019
|
*/
|
|
8981
9020
|
id: string;
|
|
8982
|
-
attributes?:
|
|
9021
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
8983
9022
|
}
|
|
8984
9023
|
export declare const JsonApiWorkspaceSettingInTypeEnum: {
|
|
8985
9024
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -9000,8 +9039,8 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
9000
9039
|
* API identifier of an object
|
|
9001
9040
|
*/
|
|
9002
9041
|
id: string;
|
|
9003
|
-
meta?:
|
|
9004
|
-
attributes?:
|
|
9042
|
+
meta?: JsonApiDatasetOutMeta;
|
|
9043
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
9005
9044
|
}
|
|
9006
9045
|
export declare const JsonApiWorkspaceSettingOutTypeEnum: {
|
|
9007
9046
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -9028,8 +9067,8 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
9028
9067
|
* API identifier of an object
|
|
9029
9068
|
*/
|
|
9030
9069
|
id: string;
|
|
9031
|
-
meta?:
|
|
9032
|
-
attributes?:
|
|
9070
|
+
meta?: JsonApiDatasetOutMeta;
|
|
9071
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
9033
9072
|
links?: ObjectLinks;
|
|
9034
9073
|
}
|
|
9035
9074
|
export declare const JsonApiWorkspaceSettingOutWithLinksTypeEnum: {
|
|
@@ -9048,7 +9087,7 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
9048
9087
|
* API identifier of an object
|
|
9049
9088
|
*/
|
|
9050
9089
|
id: string;
|
|
9051
|
-
attributes?:
|
|
9090
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
9052
9091
|
}
|
|
9053
9092
|
export declare const JsonApiWorkspaceSettingPatchTypeEnum: {
|
|
9054
9093
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -9069,7 +9108,7 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
9069
9108
|
* API identifier of an object
|
|
9070
9109
|
*/
|
|
9071
9110
|
id?: string;
|
|
9072
|
-
attributes?:
|
|
9111
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
9073
9112
|
}
|
|
9074
9113
|
export declare const JsonApiWorkspaceSettingPostOptionalIdTypeEnum: {
|
|
9075
9114
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -9761,6 +9800,7 @@ export declare const ResolvedSettingTypeEnum: {
|
|
|
9761
9800
|
readonly ENABLE_ACCESSIBILITY_MODE: "ENABLE_ACCESSIBILITY_MODE";
|
|
9762
9801
|
readonly REGISTERED_PLUGGABLE_APPLICATIONS: "REGISTERED_PLUGGABLE_APPLICATIONS";
|
|
9763
9802
|
readonly DATA_LOCALE: "DATA_LOCALE";
|
|
9803
|
+
readonly LDM_DEFAULT_LOCALE: "LDM_DEFAULT_LOCALE";
|
|
9764
9804
|
};
|
|
9765
9805
|
export type ResolvedSettingTypeEnum = (typeof ResolvedSettingTypeEnum)[keyof typeof ResolvedSettingTypeEnum];
|
|
9766
9806
|
export interface RsaSpecification {
|