@gooddata/api-client-tiger 10.33.0-alpha.55 → 10.33.0-alpha.56
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 +1474 -1472
- package/esm/generated/afm-rest-api/api.d.ts +12 -12
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +4 -4
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +2 -1
- package/esm/generated/metadata-json-api/api.d.ts +1526 -1524
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +64 -62
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +7664 -7662
- package/package.json +3 -3
|
@@ -404,6 +404,7 @@ export declare const ApiEntitlementNameEnum: {
|
|
|
404
404
|
readonly SCHEDULED_ACTION_MINIMUM_RECURRENCE_MINUTES: "ScheduledActionMinimumRecurrenceMinutes";
|
|
405
405
|
readonly FEDERATED_IDENTITY_MANAGEMENT: "FederatedIdentityManagement";
|
|
406
406
|
readonly AUDIT_LOGGING: "AuditLogging";
|
|
407
|
+
readonly CONTROLLED_FEATURE_ROLLOUT: "ControlledFeatureRollout";
|
|
407
408
|
};
|
|
408
409
|
export type ApiEntitlementNameEnum = typeof ApiEntitlementNameEnum[keyof typeof ApiEntitlementNameEnum];
|
|
409
410
|
/**
|
|
@@ -4865,6 +4866,7 @@ export declare const EntitlementsRequestEntitlementsNameEnum: {
|
|
|
4865
4866
|
readonly SCHEDULED_ACTION_MINIMUM_RECURRENCE_MINUTES: "ScheduledActionMinimumRecurrenceMinutes";
|
|
4866
4867
|
readonly FEDERATED_IDENTITY_MANAGEMENT: "FederatedIdentityManagement";
|
|
4867
4868
|
readonly AUDIT_LOGGING: "AuditLogging";
|
|
4869
|
+
readonly CONTROLLED_FEATURE_ROLLOUT: "ControlledFeatureRollout";
|
|
4868
4870
|
};
|
|
4869
4871
|
export type EntitlementsRequestEntitlementsNameEnum = typeof EntitlementsRequestEntitlementsNameEnum[keyof typeof EntitlementsRequestEntitlementsNameEnum];
|
|
4870
4872
|
/**
|
|
@@ -6127,15 +6129,52 @@ export interface JsonApiAttributeHierarchyIn {
|
|
|
6127
6129
|
id: string;
|
|
6128
6130
|
/**
|
|
6129
6131
|
*
|
|
6130
|
-
* @type {
|
|
6132
|
+
* @type {JsonApiAttributeHierarchyInAttributes}
|
|
6131
6133
|
* @memberof JsonApiAttributeHierarchyIn
|
|
6132
6134
|
*/
|
|
6133
|
-
attributes?:
|
|
6135
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
6134
6136
|
}
|
|
6135
6137
|
export declare const JsonApiAttributeHierarchyInTypeEnum: {
|
|
6136
6138
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
6137
6139
|
};
|
|
6138
6140
|
export type JsonApiAttributeHierarchyInTypeEnum = typeof JsonApiAttributeHierarchyInTypeEnum[keyof typeof JsonApiAttributeHierarchyInTypeEnum];
|
|
6141
|
+
/**
|
|
6142
|
+
*
|
|
6143
|
+
* @export
|
|
6144
|
+
* @interface JsonApiAttributeHierarchyInAttributes
|
|
6145
|
+
*/
|
|
6146
|
+
export interface JsonApiAttributeHierarchyInAttributes {
|
|
6147
|
+
/**
|
|
6148
|
+
*
|
|
6149
|
+
* @type {string}
|
|
6150
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6151
|
+
*/
|
|
6152
|
+
title?: string;
|
|
6153
|
+
/**
|
|
6154
|
+
*
|
|
6155
|
+
* @type {string}
|
|
6156
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6157
|
+
*/
|
|
6158
|
+
description?: string;
|
|
6159
|
+
/**
|
|
6160
|
+
*
|
|
6161
|
+
* @type {Array<string>}
|
|
6162
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6163
|
+
*/
|
|
6164
|
+
tags?: Array<string>;
|
|
6165
|
+
/**
|
|
6166
|
+
*
|
|
6167
|
+
* @type {boolean}
|
|
6168
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6169
|
+
*/
|
|
6170
|
+
areRelationsValid?: boolean;
|
|
6171
|
+
/**
|
|
6172
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
6173
|
+
* @type {object}
|
|
6174
|
+
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6175
|
+
*/
|
|
6176
|
+
content?: object;
|
|
6177
|
+
}
|
|
6139
6178
|
/**
|
|
6140
6179
|
*
|
|
6141
6180
|
* @export
|
|
@@ -6415,52 +6454,15 @@ export interface JsonApiAttributeHierarchyPatch {
|
|
|
6415
6454
|
id: string;
|
|
6416
6455
|
/**
|
|
6417
6456
|
*
|
|
6418
|
-
* @type {
|
|
6457
|
+
* @type {JsonApiAttributeHierarchyInAttributes}
|
|
6419
6458
|
* @memberof JsonApiAttributeHierarchyPatch
|
|
6420
6459
|
*/
|
|
6421
|
-
attributes?:
|
|
6460
|
+
attributes?: JsonApiAttributeHierarchyInAttributes;
|
|
6422
6461
|
}
|
|
6423
6462
|
export declare const JsonApiAttributeHierarchyPatchTypeEnum: {
|
|
6424
6463
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
6425
6464
|
};
|
|
6426
6465
|
export type JsonApiAttributeHierarchyPatchTypeEnum = typeof JsonApiAttributeHierarchyPatchTypeEnum[keyof typeof JsonApiAttributeHierarchyPatchTypeEnum];
|
|
6427
|
-
/**
|
|
6428
|
-
*
|
|
6429
|
-
* @export
|
|
6430
|
-
* @interface JsonApiAttributeHierarchyPatchAttributes
|
|
6431
|
-
*/
|
|
6432
|
-
export interface JsonApiAttributeHierarchyPatchAttributes {
|
|
6433
|
-
/**
|
|
6434
|
-
*
|
|
6435
|
-
* @type {string}
|
|
6436
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6437
|
-
*/
|
|
6438
|
-
title?: string;
|
|
6439
|
-
/**
|
|
6440
|
-
*
|
|
6441
|
-
* @type {string}
|
|
6442
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6443
|
-
*/
|
|
6444
|
-
description?: string;
|
|
6445
|
-
/**
|
|
6446
|
-
*
|
|
6447
|
-
* @type {Array<string>}
|
|
6448
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6449
|
-
*/
|
|
6450
|
-
tags?: Array<string>;
|
|
6451
|
-
/**
|
|
6452
|
-
*
|
|
6453
|
-
* @type {boolean}
|
|
6454
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6455
|
-
*/
|
|
6456
|
-
areRelationsValid?: boolean;
|
|
6457
|
-
/**
|
|
6458
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
6459
|
-
* @type {object}
|
|
6460
|
-
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6461
|
-
*/
|
|
6462
|
-
content?: object;
|
|
6463
|
-
}
|
|
6464
6466
|
/**
|
|
6465
6467
|
*
|
|
6466
6468
|
* @export
|
|
@@ -6836,21 +6838,129 @@ export interface JsonApiAutomationIn {
|
|
|
6836
6838
|
id: string;
|
|
6837
6839
|
/**
|
|
6838
6840
|
*
|
|
6839
|
-
* @type {
|
|
6841
|
+
* @type {JsonApiAutomationInAttributes}
|
|
6840
6842
|
* @memberof JsonApiAutomationIn
|
|
6841
6843
|
*/
|
|
6842
|
-
attributes?:
|
|
6844
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
6843
6845
|
/**
|
|
6844
6846
|
*
|
|
6845
|
-
* @type {
|
|
6847
|
+
* @type {JsonApiAutomationInRelationships}
|
|
6846
6848
|
* @memberof JsonApiAutomationIn
|
|
6847
6849
|
*/
|
|
6848
|
-
relationships?:
|
|
6850
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
6849
6851
|
}
|
|
6850
6852
|
export declare const JsonApiAutomationInTypeEnum: {
|
|
6851
6853
|
readonly AUTOMATION: "automation";
|
|
6852
6854
|
};
|
|
6853
6855
|
export type JsonApiAutomationInTypeEnum = typeof JsonApiAutomationInTypeEnum[keyof typeof JsonApiAutomationInTypeEnum];
|
|
6856
|
+
/**
|
|
6857
|
+
*
|
|
6858
|
+
* @export
|
|
6859
|
+
* @interface JsonApiAutomationInAttributes
|
|
6860
|
+
*/
|
|
6861
|
+
export interface JsonApiAutomationInAttributes {
|
|
6862
|
+
/**
|
|
6863
|
+
*
|
|
6864
|
+
* @type {string}
|
|
6865
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6866
|
+
*/
|
|
6867
|
+
title?: string;
|
|
6868
|
+
/**
|
|
6869
|
+
*
|
|
6870
|
+
* @type {string}
|
|
6871
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6872
|
+
*/
|
|
6873
|
+
description?: string;
|
|
6874
|
+
/**
|
|
6875
|
+
*
|
|
6876
|
+
* @type {Array<string>}
|
|
6877
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6878
|
+
*/
|
|
6879
|
+
tags?: Array<string>;
|
|
6880
|
+
/**
|
|
6881
|
+
*
|
|
6882
|
+
* @type {boolean}
|
|
6883
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6884
|
+
*/
|
|
6885
|
+
areRelationsValid?: boolean;
|
|
6886
|
+
/**
|
|
6887
|
+
* Additional details to be included in the automated message.
|
|
6888
|
+
* @type {any}
|
|
6889
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6890
|
+
*/
|
|
6891
|
+
details?: any;
|
|
6892
|
+
/**
|
|
6893
|
+
*
|
|
6894
|
+
* @type {JsonApiAutomationOutAttributesMetadata}
|
|
6895
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6896
|
+
*/
|
|
6897
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
6898
|
+
/**
|
|
6899
|
+
* Current state of the automation.
|
|
6900
|
+
* @type {string}
|
|
6901
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6902
|
+
*/
|
|
6903
|
+
state?: JsonApiAutomationInAttributesStateEnum;
|
|
6904
|
+
/**
|
|
6905
|
+
*
|
|
6906
|
+
* @type {JsonApiAutomationOutAttributesSchedule}
|
|
6907
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6908
|
+
*/
|
|
6909
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
6910
|
+
/**
|
|
6911
|
+
*
|
|
6912
|
+
* @type {JsonApiAutomationOutAttributesAlert}
|
|
6913
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6914
|
+
*/
|
|
6915
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
6916
|
+
/**
|
|
6917
|
+
*
|
|
6918
|
+
* @type {Array<JsonApiAutomationOutAttributesTabularExports>}
|
|
6919
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6920
|
+
*/
|
|
6921
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
|
|
6922
|
+
/**
|
|
6923
|
+
*
|
|
6924
|
+
* @type {Array<JsonApiAutomationOutAttributesVisualExports>}
|
|
6925
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6926
|
+
*/
|
|
6927
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
|
|
6928
|
+
/**
|
|
6929
|
+
*
|
|
6930
|
+
* @type {Array<JsonApiAutomationOutAttributesImageExports>}
|
|
6931
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6932
|
+
*/
|
|
6933
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
|
|
6934
|
+
/**
|
|
6935
|
+
*
|
|
6936
|
+
* @type {Array<JsonApiAutomationOutAttributesRawExports>}
|
|
6937
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6938
|
+
*/
|
|
6939
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
|
|
6940
|
+
/**
|
|
6941
|
+
*
|
|
6942
|
+
* @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
|
|
6943
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6944
|
+
*/
|
|
6945
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
|
|
6946
|
+
/**
|
|
6947
|
+
*
|
|
6948
|
+
* @type {Array<JsonApiAutomationOutAttributesDashboardTabularExports>}
|
|
6949
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6950
|
+
*/
|
|
6951
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExports>;
|
|
6952
|
+
/**
|
|
6953
|
+
* External recipients of the automation action results.
|
|
6954
|
+
* @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
|
|
6955
|
+
* @memberof JsonApiAutomationInAttributes
|
|
6956
|
+
*/
|
|
6957
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
|
|
6958
|
+
}
|
|
6959
|
+
export declare const JsonApiAutomationInAttributesStateEnum: {
|
|
6960
|
+
readonly ACTIVE: "ACTIVE";
|
|
6961
|
+
readonly PAUSED: "PAUSED";
|
|
6962
|
+
};
|
|
6963
|
+
export type JsonApiAutomationInAttributesStateEnum = typeof JsonApiAutomationInAttributesStateEnum[keyof typeof JsonApiAutomationInAttributesStateEnum];
|
|
6854
6964
|
/**
|
|
6855
6965
|
*
|
|
6856
6966
|
* @export
|
|
@@ -6864,6 +6974,37 @@ export interface JsonApiAutomationInDocument {
|
|
|
6864
6974
|
*/
|
|
6865
6975
|
data: JsonApiAutomationIn;
|
|
6866
6976
|
}
|
|
6977
|
+
/**
|
|
6978
|
+
*
|
|
6979
|
+
* @export
|
|
6980
|
+
* @interface JsonApiAutomationInRelationships
|
|
6981
|
+
*/
|
|
6982
|
+
export interface JsonApiAutomationInRelationships {
|
|
6983
|
+
/**
|
|
6984
|
+
*
|
|
6985
|
+
* @type {JsonApiAutomationOutRelationshipsNotificationChannel}
|
|
6986
|
+
* @memberof JsonApiAutomationInRelationships
|
|
6987
|
+
*/
|
|
6988
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
6989
|
+
/**
|
|
6990
|
+
*
|
|
6991
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
6992
|
+
* @memberof JsonApiAutomationInRelationships
|
|
6993
|
+
*/
|
|
6994
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
6995
|
+
/**
|
|
6996
|
+
*
|
|
6997
|
+
* @type {JsonApiAutomationOutRelationshipsExportDefinitions}
|
|
6998
|
+
* @memberof JsonApiAutomationInRelationships
|
|
6999
|
+
*/
|
|
7000
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
7001
|
+
/**
|
|
7002
|
+
*
|
|
7003
|
+
* @type {JsonApiAutomationOutRelationshipsRecipients}
|
|
7004
|
+
* @memberof JsonApiAutomationInRelationships
|
|
7005
|
+
*/
|
|
7006
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
7007
|
+
}
|
|
6867
7008
|
/**
|
|
6868
7009
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
6869
7010
|
* @export
|
|
@@ -6966,10 +7107,10 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
6966
7107
|
details?: any;
|
|
6967
7108
|
/**
|
|
6968
7109
|
*
|
|
6969
|
-
* @type {
|
|
7110
|
+
* @type {JsonApiAutomationOutAttributesMetadata}
|
|
6970
7111
|
* @memberof JsonApiAutomationOutAttributes
|
|
6971
7112
|
*/
|
|
6972
|
-
metadata?:
|
|
7113
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
6973
7114
|
/**
|
|
6974
7115
|
* Current state of the automation.
|
|
6975
7116
|
* @type {string}
|
|
@@ -6978,58 +7119,58 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
6978
7119
|
state?: JsonApiAutomationOutAttributesStateEnum;
|
|
6979
7120
|
/**
|
|
6980
7121
|
*
|
|
6981
|
-
* @type {
|
|
7122
|
+
* @type {JsonApiAutomationOutAttributesSchedule}
|
|
6982
7123
|
* @memberof JsonApiAutomationOutAttributes
|
|
6983
7124
|
*/
|
|
6984
|
-
schedule?:
|
|
7125
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
6985
7126
|
/**
|
|
6986
7127
|
*
|
|
6987
|
-
* @type {
|
|
7128
|
+
* @type {JsonApiAutomationOutAttributesAlert}
|
|
6988
7129
|
* @memberof JsonApiAutomationOutAttributes
|
|
6989
7130
|
*/
|
|
6990
|
-
alert?:
|
|
7131
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
6991
7132
|
/**
|
|
6992
7133
|
*
|
|
6993
|
-
* @type {Array<
|
|
7134
|
+
* @type {Array<JsonApiAutomationOutAttributesTabularExports>}
|
|
6994
7135
|
* @memberof JsonApiAutomationOutAttributes
|
|
6995
7136
|
*/
|
|
6996
|
-
tabularExports?: Array<
|
|
7137
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
|
|
6997
7138
|
/**
|
|
6998
7139
|
*
|
|
6999
|
-
* @type {Array<
|
|
7140
|
+
* @type {Array<JsonApiAutomationOutAttributesVisualExports>}
|
|
7000
7141
|
* @memberof JsonApiAutomationOutAttributes
|
|
7001
7142
|
*/
|
|
7002
|
-
visualExports?: Array<
|
|
7143
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
|
|
7003
7144
|
/**
|
|
7004
7145
|
*
|
|
7005
|
-
* @type {Array<
|
|
7146
|
+
* @type {Array<JsonApiAutomationOutAttributesImageExports>}
|
|
7006
7147
|
* @memberof JsonApiAutomationOutAttributes
|
|
7007
7148
|
*/
|
|
7008
|
-
imageExports?: Array<
|
|
7149
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
|
|
7009
7150
|
/**
|
|
7010
7151
|
*
|
|
7011
|
-
* @type {Array<
|
|
7152
|
+
* @type {Array<JsonApiAutomationOutAttributesRawExports>}
|
|
7012
7153
|
* @memberof JsonApiAutomationOutAttributes
|
|
7013
7154
|
*/
|
|
7014
|
-
rawExports?: Array<
|
|
7155
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
|
|
7015
7156
|
/**
|
|
7016
7157
|
*
|
|
7017
|
-
* @type {Array<
|
|
7158
|
+
* @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
|
|
7018
7159
|
* @memberof JsonApiAutomationOutAttributes
|
|
7019
7160
|
*/
|
|
7020
|
-
slidesExports?: Array<
|
|
7161
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
|
|
7021
7162
|
/**
|
|
7022
7163
|
*
|
|
7023
|
-
* @type {Array<
|
|
7164
|
+
* @type {Array<JsonApiAutomationOutAttributesDashboardTabularExports>}
|
|
7024
7165
|
* @memberof JsonApiAutomationOutAttributes
|
|
7025
7166
|
*/
|
|
7026
|
-
dashboardTabularExports?: Array<
|
|
7167
|
+
dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExports>;
|
|
7027
7168
|
/**
|
|
7028
7169
|
* External recipients of the automation action results.
|
|
7029
|
-
* @type {Array<
|
|
7170
|
+
* @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
|
|
7030
7171
|
* @memberof JsonApiAutomationOutAttributes
|
|
7031
7172
|
*/
|
|
7032
|
-
externalRecipients?: Array<
|
|
7173
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
|
|
7033
7174
|
/**
|
|
7034
7175
|
*
|
|
7035
7176
|
* @type {string}
|
|
@@ -7051,468 +7192,399 @@ export type JsonApiAutomationOutAttributesStateEnum = typeof JsonApiAutomationOu
|
|
|
7051
7192
|
/**
|
|
7052
7193
|
*
|
|
7053
7194
|
* @export
|
|
7054
|
-
* @interface
|
|
7195
|
+
* @interface JsonApiAutomationOutAttributesAlert
|
|
7055
7196
|
*/
|
|
7056
|
-
export interface
|
|
7197
|
+
export interface JsonApiAutomationOutAttributesAlert {
|
|
7057
7198
|
/**
|
|
7058
7199
|
*
|
|
7059
|
-
* @type {
|
|
7060
|
-
* @memberof
|
|
7200
|
+
* @type {AlertAfm}
|
|
7201
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
7061
7202
|
*/
|
|
7062
|
-
|
|
7203
|
+
execution: AlertAfm;
|
|
7063
7204
|
/**
|
|
7064
7205
|
*
|
|
7065
|
-
* @type {
|
|
7066
|
-
* @memberof
|
|
7206
|
+
* @type {AlertCondition}
|
|
7207
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
7067
7208
|
*/
|
|
7068
|
-
|
|
7209
|
+
condition: AlertCondition;
|
|
7069
7210
|
/**
|
|
7070
|
-
*
|
|
7071
|
-
* @type {
|
|
7072
|
-
* @memberof
|
|
7211
|
+
* 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.
|
|
7212
|
+
* @type {string}
|
|
7213
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
7073
7214
|
*/
|
|
7074
|
-
|
|
7215
|
+
trigger?: JsonApiAutomationOutAttributesAlertTriggerEnum;
|
|
7075
7216
|
}
|
|
7217
|
+
export declare const JsonApiAutomationOutAttributesAlertTriggerEnum: {
|
|
7218
|
+
readonly ALWAYS: "ALWAYS";
|
|
7219
|
+
readonly ONCE: "ONCE";
|
|
7220
|
+
};
|
|
7221
|
+
export type JsonApiAutomationOutAttributesAlertTriggerEnum = typeof JsonApiAutomationOutAttributesAlertTriggerEnum[keyof typeof JsonApiAutomationOutAttributesAlertTriggerEnum];
|
|
7076
7222
|
/**
|
|
7077
|
-
*
|
|
7223
|
+
*
|
|
7078
7224
|
* @export
|
|
7225
|
+
* @interface JsonApiAutomationOutAttributesDashboardTabularExports
|
|
7079
7226
|
*/
|
|
7080
|
-
export
|
|
7227
|
+
export interface JsonApiAutomationOutAttributesDashboardTabularExports {
|
|
7228
|
+
/**
|
|
7229
|
+
*
|
|
7230
|
+
* @type {DashboardTabularExportRequestV2}
|
|
7231
|
+
* @memberof JsonApiAutomationOutAttributesDashboardTabularExports
|
|
7232
|
+
*/
|
|
7233
|
+
requestPayload: DashboardTabularExportRequestV2;
|
|
7234
|
+
}
|
|
7081
7235
|
/**
|
|
7082
|
-
*
|
|
7236
|
+
*
|
|
7083
7237
|
* @export
|
|
7084
|
-
* @interface
|
|
7238
|
+
* @interface JsonApiAutomationOutAttributesExternalRecipients
|
|
7085
7239
|
*/
|
|
7086
|
-
export interface
|
|
7240
|
+
export interface JsonApiAutomationOutAttributesExternalRecipients {
|
|
7087
7241
|
/**
|
|
7088
|
-
*
|
|
7089
|
-
* @type {
|
|
7090
|
-
* @memberof
|
|
7242
|
+
* E-mail address to send notifications from.
|
|
7243
|
+
* @type {string}
|
|
7244
|
+
* @memberof JsonApiAutomationOutAttributesExternalRecipients
|
|
7091
7245
|
*/
|
|
7092
|
-
|
|
7246
|
+
email: string;
|
|
7247
|
+
}
|
|
7248
|
+
/**
|
|
7249
|
+
*
|
|
7250
|
+
* @export
|
|
7251
|
+
* @interface JsonApiAutomationOutAttributesImageExports
|
|
7252
|
+
*/
|
|
7253
|
+
export interface JsonApiAutomationOutAttributesImageExports {
|
|
7093
7254
|
/**
|
|
7094
7255
|
*
|
|
7095
|
-
* @type {
|
|
7096
|
-
* @memberof
|
|
7256
|
+
* @type {ImageExportRequest}
|
|
7257
|
+
* @memberof JsonApiAutomationOutAttributesImageExports
|
|
7097
7258
|
*/
|
|
7098
|
-
|
|
7259
|
+
requestPayload: ImageExportRequest;
|
|
7260
|
+
}
|
|
7261
|
+
/**
|
|
7262
|
+
* Additional information for the automation.
|
|
7263
|
+
* @export
|
|
7264
|
+
* @interface JsonApiAutomationOutAttributesMetadata
|
|
7265
|
+
*/
|
|
7266
|
+
export interface JsonApiAutomationOutAttributesMetadata {
|
|
7099
7267
|
/**
|
|
7100
7268
|
*
|
|
7101
|
-
* @type {
|
|
7102
|
-
* @memberof
|
|
7269
|
+
* @type {string}
|
|
7270
|
+
* @memberof JsonApiAutomationOutAttributesMetadata
|
|
7103
7271
|
*/
|
|
7104
|
-
|
|
7272
|
+
widget?: string;
|
|
7105
7273
|
/**
|
|
7106
|
-
*
|
|
7107
|
-
* @type {Array<
|
|
7108
|
-
* @memberof
|
|
7274
|
+
*
|
|
7275
|
+
* @type {Array<VisibleFilter>}
|
|
7276
|
+
* @memberof JsonApiAutomationOutAttributesMetadata
|
|
7109
7277
|
*/
|
|
7110
|
-
|
|
7278
|
+
visibleFilters?: Array<VisibleFilter>;
|
|
7111
7279
|
}
|
|
7112
7280
|
/**
|
|
7113
7281
|
*
|
|
7114
7282
|
* @export
|
|
7115
|
-
* @interface
|
|
7283
|
+
* @interface JsonApiAutomationOutAttributesRawExports
|
|
7116
7284
|
*/
|
|
7117
|
-
export interface
|
|
7285
|
+
export interface JsonApiAutomationOutAttributesRawExports {
|
|
7118
7286
|
/**
|
|
7119
7287
|
*
|
|
7120
|
-
* @type {
|
|
7121
|
-
* @memberof
|
|
7288
|
+
* @type {RawExportRequest}
|
|
7289
|
+
* @memberof JsonApiAutomationOutAttributesRawExports
|
|
7122
7290
|
*/
|
|
7123
|
-
|
|
7291
|
+
requestPayload: RawExportRequest;
|
|
7292
|
+
}
|
|
7293
|
+
/**
|
|
7294
|
+
*
|
|
7295
|
+
* @export
|
|
7296
|
+
* @interface JsonApiAutomationOutAttributesSchedule
|
|
7297
|
+
*/
|
|
7298
|
+
export interface JsonApiAutomationOutAttributesSchedule {
|
|
7124
7299
|
/**
|
|
7125
|
-
*
|
|
7126
|
-
* @type {
|
|
7127
|
-
* @memberof
|
|
7300
|
+
* 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.
|
|
7301
|
+
* @type {string}
|
|
7302
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7128
7303
|
*/
|
|
7129
|
-
|
|
7304
|
+
cron: string;
|
|
7130
7305
|
/**
|
|
7131
|
-
*
|
|
7132
|
-
* @type {
|
|
7133
|
-
* @memberof
|
|
7306
|
+
* Human-readable description of the cron expression.
|
|
7307
|
+
* @type {string}
|
|
7308
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7134
7309
|
*/
|
|
7135
|
-
|
|
7310
|
+
cronDescription?: string;
|
|
7136
7311
|
/**
|
|
7137
|
-
*
|
|
7138
|
-
* @type {
|
|
7139
|
-
* @memberof
|
|
7312
|
+
* Timezone in which the schedule is defined.
|
|
7313
|
+
* @type {string}
|
|
7314
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7140
7315
|
*/
|
|
7141
|
-
|
|
7316
|
+
timezone: string;
|
|
7142
7317
|
/**
|
|
7143
|
-
*
|
|
7144
|
-
* @type {
|
|
7145
|
-
* @memberof
|
|
7318
|
+
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
7319
|
+
* @type {string}
|
|
7320
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7146
7321
|
*/
|
|
7147
|
-
|
|
7322
|
+
firstRun?: string;
|
|
7323
|
+
}
|
|
7324
|
+
/**
|
|
7325
|
+
*
|
|
7326
|
+
* @export
|
|
7327
|
+
* @interface JsonApiAutomationOutAttributesSlidesExports
|
|
7328
|
+
*/
|
|
7329
|
+
export interface JsonApiAutomationOutAttributesSlidesExports {
|
|
7148
7330
|
/**
|
|
7149
7331
|
*
|
|
7150
|
-
* @type {
|
|
7151
|
-
* @memberof
|
|
7332
|
+
* @type {SlidesExportRequest}
|
|
7333
|
+
* @memberof JsonApiAutomationOutAttributesSlidesExports
|
|
7152
7334
|
*/
|
|
7153
|
-
|
|
7335
|
+
requestPayload: SlidesExportRequest;
|
|
7154
7336
|
}
|
|
7155
7337
|
/**
|
|
7156
7338
|
*
|
|
7157
7339
|
* @export
|
|
7158
|
-
* @interface
|
|
7340
|
+
* @interface JsonApiAutomationOutAttributesTabularExports
|
|
7159
7341
|
*/
|
|
7160
|
-
export interface
|
|
7161
|
-
/**
|
|
7162
|
-
* Object type
|
|
7163
|
-
* @type {string}
|
|
7164
|
-
* @memberof JsonApiAutomationOutWithLinks
|
|
7165
|
-
*/
|
|
7166
|
-
type: JsonApiAutomationOutWithLinksTypeEnum;
|
|
7167
|
-
/**
|
|
7168
|
-
* API identifier of an object
|
|
7169
|
-
* @type {string}
|
|
7170
|
-
* @memberof JsonApiAutomationOutWithLinks
|
|
7171
|
-
*/
|
|
7172
|
-
id: string;
|
|
7173
|
-
/**
|
|
7174
|
-
*
|
|
7175
|
-
* @type {JsonApiVisualizationObjectOutMeta}
|
|
7176
|
-
* @memberof JsonApiAutomationOutWithLinks
|
|
7177
|
-
*/
|
|
7178
|
-
meta?: JsonApiVisualizationObjectOutMeta;
|
|
7179
|
-
/**
|
|
7180
|
-
*
|
|
7181
|
-
* @type {JsonApiAutomationOutAttributes}
|
|
7182
|
-
* @memberof JsonApiAutomationOutWithLinks
|
|
7183
|
-
*/
|
|
7184
|
-
attributes?: JsonApiAutomationOutAttributes;
|
|
7185
|
-
/**
|
|
7186
|
-
*
|
|
7187
|
-
* @type {JsonApiAutomationOutRelationships}
|
|
7188
|
-
* @memberof JsonApiAutomationOutWithLinks
|
|
7189
|
-
*/
|
|
7190
|
-
relationships?: JsonApiAutomationOutRelationships;
|
|
7342
|
+
export interface JsonApiAutomationOutAttributesTabularExports {
|
|
7191
7343
|
/**
|
|
7192
7344
|
*
|
|
7193
|
-
* @type {
|
|
7194
|
-
* @memberof
|
|
7345
|
+
* @type {TabularExportRequest}
|
|
7346
|
+
* @memberof JsonApiAutomationOutAttributesTabularExports
|
|
7195
7347
|
*/
|
|
7196
|
-
|
|
7348
|
+
requestPayload: TabularExportRequest;
|
|
7197
7349
|
}
|
|
7198
|
-
export declare const JsonApiAutomationOutWithLinksTypeEnum: {
|
|
7199
|
-
readonly AUTOMATION: "automation";
|
|
7200
|
-
};
|
|
7201
|
-
export type JsonApiAutomationOutWithLinksTypeEnum = typeof JsonApiAutomationOutWithLinksTypeEnum[keyof typeof JsonApiAutomationOutWithLinksTypeEnum];
|
|
7202
7350
|
/**
|
|
7203
|
-
*
|
|
7351
|
+
*
|
|
7204
7352
|
* @export
|
|
7205
|
-
* @interface
|
|
7353
|
+
* @interface JsonApiAutomationOutAttributesVisualExports
|
|
7206
7354
|
*/
|
|
7207
|
-
export interface
|
|
7208
|
-
/**
|
|
7209
|
-
* Object type
|
|
7210
|
-
* @type {string}
|
|
7211
|
-
* @memberof JsonApiAutomationPatch
|
|
7212
|
-
*/
|
|
7213
|
-
type: JsonApiAutomationPatchTypeEnum;
|
|
7214
|
-
/**
|
|
7215
|
-
* API identifier of an object
|
|
7216
|
-
* @type {string}
|
|
7217
|
-
* @memberof JsonApiAutomationPatch
|
|
7218
|
-
*/
|
|
7219
|
-
id: string;
|
|
7220
|
-
/**
|
|
7221
|
-
*
|
|
7222
|
-
* @type {JsonApiAutomationPatchAttributes}
|
|
7223
|
-
* @memberof JsonApiAutomationPatch
|
|
7224
|
-
*/
|
|
7225
|
-
attributes?: JsonApiAutomationPatchAttributes;
|
|
7355
|
+
export interface JsonApiAutomationOutAttributesVisualExports {
|
|
7226
7356
|
/**
|
|
7227
7357
|
*
|
|
7228
|
-
* @type {
|
|
7229
|
-
* @memberof
|
|
7358
|
+
* @type {VisualExportRequest}
|
|
7359
|
+
* @memberof JsonApiAutomationOutAttributesVisualExports
|
|
7230
7360
|
*/
|
|
7231
|
-
|
|
7361
|
+
requestPayload: VisualExportRequest;
|
|
7232
7362
|
}
|
|
7233
|
-
export declare const JsonApiAutomationPatchTypeEnum: {
|
|
7234
|
-
readonly AUTOMATION: "automation";
|
|
7235
|
-
};
|
|
7236
|
-
export type JsonApiAutomationPatchTypeEnum = typeof JsonApiAutomationPatchTypeEnum[keyof typeof JsonApiAutomationPatchTypeEnum];
|
|
7237
7363
|
/**
|
|
7238
7364
|
*
|
|
7239
7365
|
* @export
|
|
7240
|
-
* @interface
|
|
7366
|
+
* @interface JsonApiAutomationOutDocument
|
|
7241
7367
|
*/
|
|
7242
|
-
export interface
|
|
7368
|
+
export interface JsonApiAutomationOutDocument {
|
|
7243
7369
|
/**
|
|
7244
7370
|
*
|
|
7245
|
-
* @type {
|
|
7246
|
-
* @memberof
|
|
7371
|
+
* @type {JsonApiAutomationOut}
|
|
7372
|
+
* @memberof JsonApiAutomationOutDocument
|
|
7247
7373
|
*/
|
|
7248
|
-
|
|
7374
|
+
data: JsonApiAutomationOut;
|
|
7249
7375
|
/**
|
|
7250
7376
|
*
|
|
7251
|
-
* @type {
|
|
7252
|
-
* @memberof
|
|
7377
|
+
* @type {ObjectLinks}
|
|
7378
|
+
* @memberof JsonApiAutomationOutDocument
|
|
7253
7379
|
*/
|
|
7254
|
-
|
|
7380
|
+
links?: ObjectLinks;
|
|
7255
7381
|
/**
|
|
7256
|
-
*
|
|
7257
|
-
* @type {Array<
|
|
7258
|
-
* @memberof
|
|
7382
|
+
* Included resources
|
|
7383
|
+
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
7384
|
+
* @memberof JsonApiAutomationOutDocument
|
|
7259
7385
|
*/
|
|
7260
|
-
|
|
7386
|
+
included?: Array<JsonApiAutomationOutIncludes>;
|
|
7387
|
+
}
|
|
7388
|
+
/**
|
|
7389
|
+
* @type JsonApiAutomationOutIncludes
|
|
7390
|
+
* @export
|
|
7391
|
+
*/
|
|
7392
|
+
export type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLinks | JsonApiExportDefinitionOutWithLinks | JsonApiNotificationChannelOutWithLinks | JsonApiUserIdentifierOutWithLinks | JsonApiUserOutWithLinks;
|
|
7393
|
+
/**
|
|
7394
|
+
* A JSON:API document with a list of resources
|
|
7395
|
+
* @export
|
|
7396
|
+
* @interface JsonApiAutomationOutList
|
|
7397
|
+
*/
|
|
7398
|
+
export interface JsonApiAutomationOutList {
|
|
7261
7399
|
/**
|
|
7262
7400
|
*
|
|
7263
|
-
* @type {
|
|
7264
|
-
* @memberof
|
|
7265
|
-
*/
|
|
7266
|
-
areRelationsValid?: boolean;
|
|
7267
|
-
/**
|
|
7268
|
-
* Additional details to be included in the automated message.
|
|
7269
|
-
* @type {any}
|
|
7270
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7401
|
+
* @type {Array<JsonApiAutomationOutWithLinks>}
|
|
7402
|
+
* @memberof JsonApiAutomationOutList
|
|
7271
7403
|
*/
|
|
7272
|
-
|
|
7404
|
+
data: Array<JsonApiAutomationOutWithLinks>;
|
|
7273
7405
|
/**
|
|
7274
7406
|
*
|
|
7275
|
-
* @type {
|
|
7276
|
-
* @memberof
|
|
7277
|
-
*/
|
|
7278
|
-
metadata?: JsonApiAutomationPatchAttributesMetadata | null;
|
|
7279
|
-
/**
|
|
7280
|
-
* Current state of the automation.
|
|
7281
|
-
* @type {string}
|
|
7282
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7407
|
+
* @type {ListLinks}
|
|
7408
|
+
* @memberof JsonApiAutomationOutList
|
|
7283
7409
|
*/
|
|
7284
|
-
|
|
7410
|
+
links?: ListLinks;
|
|
7285
7411
|
/**
|
|
7286
7412
|
*
|
|
7287
|
-
* @type {
|
|
7288
|
-
* @memberof
|
|
7413
|
+
* @type {JsonApiAnalyticalDashboardOutListMeta}
|
|
7414
|
+
* @memberof JsonApiAutomationOutList
|
|
7289
7415
|
*/
|
|
7290
|
-
|
|
7416
|
+
meta?: JsonApiAnalyticalDashboardOutListMeta;
|
|
7291
7417
|
/**
|
|
7292
|
-
*
|
|
7293
|
-
* @type {
|
|
7294
|
-
* @memberof
|
|
7418
|
+
* Included resources
|
|
7419
|
+
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
7420
|
+
* @memberof JsonApiAutomationOutList
|
|
7295
7421
|
*/
|
|
7296
|
-
|
|
7422
|
+
included?: Array<JsonApiAutomationOutIncludes>;
|
|
7423
|
+
}
|
|
7424
|
+
/**
|
|
7425
|
+
*
|
|
7426
|
+
* @export
|
|
7427
|
+
* @interface JsonApiAutomationOutRelationships
|
|
7428
|
+
*/
|
|
7429
|
+
export interface JsonApiAutomationOutRelationships {
|
|
7297
7430
|
/**
|
|
7298
7431
|
*
|
|
7299
|
-
* @type {
|
|
7300
|
-
* @memberof
|
|
7432
|
+
* @type {JsonApiAutomationOutRelationshipsNotificationChannel}
|
|
7433
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
7301
7434
|
*/
|
|
7302
|
-
|
|
7435
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
7303
7436
|
/**
|
|
7304
7437
|
*
|
|
7305
|
-
* @type {
|
|
7306
|
-
* @memberof
|
|
7438
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
7439
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
7307
7440
|
*/
|
|
7308
|
-
|
|
7441
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
7309
7442
|
/**
|
|
7310
7443
|
*
|
|
7311
|
-
* @type {
|
|
7312
|
-
* @memberof
|
|
7444
|
+
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
7445
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
7313
7446
|
*/
|
|
7314
|
-
|
|
7447
|
+
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7315
7448
|
/**
|
|
7316
7449
|
*
|
|
7317
|
-
* @type {
|
|
7318
|
-
* @memberof
|
|
7450
|
+
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
7451
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
7319
7452
|
*/
|
|
7320
|
-
|
|
7453
|
+
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7321
7454
|
/**
|
|
7322
7455
|
*
|
|
7323
|
-
* @type {
|
|
7324
|
-
* @memberof
|
|
7456
|
+
* @type {JsonApiAutomationOutRelationshipsExportDefinitions}
|
|
7457
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
7325
7458
|
*/
|
|
7326
|
-
|
|
7459
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
7327
7460
|
/**
|
|
7328
7461
|
*
|
|
7329
|
-
* @type {
|
|
7330
|
-
* @memberof
|
|
7331
|
-
*/
|
|
7332
|
-
dashboardTabularExports?: Array<JsonApiAutomationPatchAttributesDashboardTabularExports>;
|
|
7333
|
-
/**
|
|
7334
|
-
* External recipients of the automation action results.
|
|
7335
|
-
* @type {Array<JsonApiAutomationPatchAttributesExternalRecipients>}
|
|
7336
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7462
|
+
* @type {JsonApiAutomationOutRelationshipsRecipients}
|
|
7463
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
7337
7464
|
*/
|
|
7338
|
-
|
|
7465
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
7339
7466
|
}
|
|
7340
|
-
export declare const JsonApiAutomationPatchAttributesStateEnum: {
|
|
7341
|
-
readonly ACTIVE: "ACTIVE";
|
|
7342
|
-
readonly PAUSED: "PAUSED";
|
|
7343
|
-
};
|
|
7344
|
-
export type JsonApiAutomationPatchAttributesStateEnum = typeof JsonApiAutomationPatchAttributesStateEnum[keyof typeof JsonApiAutomationPatchAttributesStateEnum];
|
|
7345
7467
|
/**
|
|
7346
7468
|
*
|
|
7347
7469
|
* @export
|
|
7348
|
-
* @interface
|
|
7470
|
+
* @interface JsonApiAutomationOutRelationshipsExportDefinitions
|
|
7349
7471
|
*/
|
|
7350
|
-
export interface
|
|
7472
|
+
export interface JsonApiAutomationOutRelationshipsExportDefinitions {
|
|
7351
7473
|
/**
|
|
7352
|
-
*
|
|
7353
|
-
* @type {
|
|
7354
|
-
* @memberof
|
|
7355
|
-
*/
|
|
7356
|
-
execution: AlertAfm;
|
|
7357
|
-
/**
|
|
7358
|
-
*
|
|
7359
|
-
* @type {AlertCondition}
|
|
7360
|
-
* @memberof JsonApiAutomationPatchAttributesAlert
|
|
7361
|
-
*/
|
|
7362
|
-
condition: AlertCondition;
|
|
7363
|
-
/**
|
|
7364
|
-
* 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.
|
|
7365
|
-
* @type {string}
|
|
7366
|
-
* @memberof JsonApiAutomationPatchAttributesAlert
|
|
7474
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7475
|
+
* @type {Array<JsonApiExportDefinitionLinkage>}
|
|
7476
|
+
* @memberof JsonApiAutomationOutRelationshipsExportDefinitions
|
|
7367
7477
|
*/
|
|
7368
|
-
|
|
7478
|
+
data: Array<JsonApiExportDefinitionLinkage>;
|
|
7369
7479
|
}
|
|
7370
|
-
export declare const JsonApiAutomationPatchAttributesAlertTriggerEnum: {
|
|
7371
|
-
readonly ALWAYS: "ALWAYS";
|
|
7372
|
-
readonly ONCE: "ONCE";
|
|
7373
|
-
};
|
|
7374
|
-
export type JsonApiAutomationPatchAttributesAlertTriggerEnum = typeof JsonApiAutomationPatchAttributesAlertTriggerEnum[keyof typeof JsonApiAutomationPatchAttributesAlertTriggerEnum];
|
|
7375
7480
|
/**
|
|
7376
7481
|
*
|
|
7377
7482
|
* @export
|
|
7378
|
-
* @interface
|
|
7483
|
+
* @interface JsonApiAutomationOutRelationshipsNotificationChannel
|
|
7379
7484
|
*/
|
|
7380
|
-
export interface
|
|
7485
|
+
export interface JsonApiAutomationOutRelationshipsNotificationChannel {
|
|
7381
7486
|
/**
|
|
7382
7487
|
*
|
|
7383
|
-
* @type {
|
|
7384
|
-
* @memberof
|
|
7488
|
+
* @type {JsonApiNotificationChannelToOneLinkage}
|
|
7489
|
+
* @memberof JsonApiAutomationOutRelationshipsNotificationChannel
|
|
7385
7490
|
*/
|
|
7386
|
-
|
|
7491
|
+
data: JsonApiNotificationChannelToOneLinkage | null;
|
|
7387
7492
|
}
|
|
7388
7493
|
/**
|
|
7389
7494
|
*
|
|
7390
7495
|
* @export
|
|
7391
|
-
* @interface
|
|
7496
|
+
* @interface JsonApiAutomationOutRelationshipsRecipients
|
|
7392
7497
|
*/
|
|
7393
|
-
export interface
|
|
7498
|
+
export interface JsonApiAutomationOutRelationshipsRecipients {
|
|
7394
7499
|
/**
|
|
7395
|
-
*
|
|
7396
|
-
* @type {
|
|
7397
|
-
* @memberof
|
|
7500
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7501
|
+
* @type {Array<JsonApiUserLinkage>}
|
|
7502
|
+
* @memberof JsonApiAutomationOutRelationshipsRecipients
|
|
7398
7503
|
*/
|
|
7399
|
-
|
|
7504
|
+
data: Array<JsonApiUserLinkage>;
|
|
7400
7505
|
}
|
|
7401
7506
|
/**
|
|
7402
7507
|
*
|
|
7403
7508
|
* @export
|
|
7404
|
-
* @interface
|
|
7509
|
+
* @interface JsonApiAutomationOutWithLinks
|
|
7405
7510
|
*/
|
|
7406
|
-
export interface
|
|
7511
|
+
export interface JsonApiAutomationOutWithLinks {
|
|
7512
|
+
/**
|
|
7513
|
+
* Object type
|
|
7514
|
+
* @type {string}
|
|
7515
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
7516
|
+
*/
|
|
7517
|
+
type: JsonApiAutomationOutWithLinksTypeEnum;
|
|
7518
|
+
/**
|
|
7519
|
+
* API identifier of an object
|
|
7520
|
+
* @type {string}
|
|
7521
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
7522
|
+
*/
|
|
7523
|
+
id: string;
|
|
7407
7524
|
/**
|
|
7408
7525
|
*
|
|
7409
|
-
* @type {
|
|
7410
|
-
* @memberof
|
|
7526
|
+
* @type {JsonApiVisualizationObjectOutMeta}
|
|
7527
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
7411
7528
|
*/
|
|
7412
|
-
|
|
7413
|
-
}
|
|
7414
|
-
/**
|
|
7415
|
-
* Additional information for the automation.
|
|
7416
|
-
* @export
|
|
7417
|
-
* @interface JsonApiAutomationPatchAttributesMetadata
|
|
7418
|
-
*/
|
|
7419
|
-
export interface JsonApiAutomationPatchAttributesMetadata {
|
|
7529
|
+
meta?: JsonApiVisualizationObjectOutMeta;
|
|
7420
7530
|
/**
|
|
7421
7531
|
*
|
|
7422
|
-
* @type {
|
|
7423
|
-
* @memberof
|
|
7532
|
+
* @type {JsonApiAutomationOutAttributes}
|
|
7533
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
7424
7534
|
*/
|
|
7425
|
-
|
|
7535
|
+
attributes?: JsonApiAutomationOutAttributes;
|
|
7426
7536
|
/**
|
|
7427
7537
|
*
|
|
7428
|
-
* @type {
|
|
7429
|
-
* @memberof
|
|
7538
|
+
* @type {JsonApiAutomationOutRelationships}
|
|
7539
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
7430
7540
|
*/
|
|
7431
|
-
|
|
7432
|
-
}
|
|
7433
|
-
/**
|
|
7434
|
-
*
|
|
7435
|
-
* @export
|
|
7436
|
-
* @interface JsonApiAutomationPatchAttributesRawExports
|
|
7437
|
-
*/
|
|
7438
|
-
export interface JsonApiAutomationPatchAttributesRawExports {
|
|
7541
|
+
relationships?: JsonApiAutomationOutRelationships;
|
|
7439
7542
|
/**
|
|
7440
7543
|
*
|
|
7441
|
-
* @type {
|
|
7442
|
-
* @memberof
|
|
7544
|
+
* @type {ObjectLinks}
|
|
7545
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
7443
7546
|
*/
|
|
7444
|
-
|
|
7547
|
+
links?: ObjectLinks;
|
|
7445
7548
|
}
|
|
7549
|
+
export declare const JsonApiAutomationOutWithLinksTypeEnum: {
|
|
7550
|
+
readonly AUTOMATION: "automation";
|
|
7551
|
+
};
|
|
7552
|
+
export type JsonApiAutomationOutWithLinksTypeEnum = typeof JsonApiAutomationOutWithLinksTypeEnum[keyof typeof JsonApiAutomationOutWithLinksTypeEnum];
|
|
7446
7553
|
/**
|
|
7447
|
-
*
|
|
7554
|
+
* JSON:API representation of patching automation entity.
|
|
7448
7555
|
* @export
|
|
7449
|
-
* @interface
|
|
7556
|
+
* @interface JsonApiAutomationPatch
|
|
7450
7557
|
*/
|
|
7451
|
-
export interface
|
|
7452
|
-
/**
|
|
7453
|
-
* 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.
|
|
7454
|
-
* @type {string}
|
|
7455
|
-
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7456
|
-
*/
|
|
7457
|
-
cron: string;
|
|
7458
|
-
/**
|
|
7459
|
-
* Human-readable description of the cron expression.
|
|
7460
|
-
* @type {string}
|
|
7461
|
-
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7462
|
-
*/
|
|
7463
|
-
cronDescription?: string;
|
|
7558
|
+
export interface JsonApiAutomationPatch {
|
|
7464
7559
|
/**
|
|
7465
|
-
*
|
|
7560
|
+
* Object type
|
|
7466
7561
|
* @type {string}
|
|
7467
|
-
* @memberof
|
|
7562
|
+
* @memberof JsonApiAutomationPatch
|
|
7468
7563
|
*/
|
|
7469
|
-
|
|
7564
|
+
type: JsonApiAutomationPatchTypeEnum;
|
|
7470
7565
|
/**
|
|
7471
|
-
*
|
|
7566
|
+
* API identifier of an object
|
|
7472
7567
|
* @type {string}
|
|
7473
|
-
* @memberof
|
|
7568
|
+
* @memberof JsonApiAutomationPatch
|
|
7474
7569
|
*/
|
|
7475
|
-
|
|
7476
|
-
}
|
|
7477
|
-
/**
|
|
7478
|
-
*
|
|
7479
|
-
* @export
|
|
7480
|
-
* @interface JsonApiAutomationPatchAttributesSlidesExports
|
|
7481
|
-
*/
|
|
7482
|
-
export interface JsonApiAutomationPatchAttributesSlidesExports {
|
|
7570
|
+
id: string;
|
|
7483
7571
|
/**
|
|
7484
7572
|
*
|
|
7485
|
-
* @type {
|
|
7486
|
-
* @memberof
|
|
7573
|
+
* @type {JsonApiAutomationInAttributes}
|
|
7574
|
+
* @memberof JsonApiAutomationPatch
|
|
7487
7575
|
*/
|
|
7488
|
-
|
|
7489
|
-
}
|
|
7490
|
-
/**
|
|
7491
|
-
*
|
|
7492
|
-
* @export
|
|
7493
|
-
* @interface JsonApiAutomationPatchAttributesTabularExports
|
|
7494
|
-
*/
|
|
7495
|
-
export interface JsonApiAutomationPatchAttributesTabularExports {
|
|
7576
|
+
attributes?: JsonApiAutomationInAttributes;
|
|
7496
7577
|
/**
|
|
7497
7578
|
*
|
|
7498
|
-
* @type {
|
|
7499
|
-
* @memberof
|
|
7500
|
-
*/
|
|
7501
|
-
requestPayload: TabularExportRequest;
|
|
7502
|
-
}
|
|
7503
|
-
/**
|
|
7504
|
-
*
|
|
7505
|
-
* @export
|
|
7506
|
-
* @interface JsonApiAutomationPatchAttributesVisualExports
|
|
7507
|
-
*/
|
|
7508
|
-
export interface JsonApiAutomationPatchAttributesVisualExports {
|
|
7509
|
-
/**
|
|
7510
|
-
*
|
|
7511
|
-
* @type {VisualExportRequest}
|
|
7512
|
-
* @memberof JsonApiAutomationPatchAttributesVisualExports
|
|
7579
|
+
* @type {JsonApiAutomationInRelationships}
|
|
7580
|
+
* @memberof JsonApiAutomationPatch
|
|
7513
7581
|
*/
|
|
7514
|
-
|
|
7582
|
+
relationships?: JsonApiAutomationInRelationships;
|
|
7515
7583
|
}
|
|
7584
|
+
export declare const JsonApiAutomationPatchTypeEnum: {
|
|
7585
|
+
readonly AUTOMATION: "automation";
|
|
7586
|
+
};
|
|
7587
|
+
export type JsonApiAutomationPatchTypeEnum = typeof JsonApiAutomationPatchTypeEnum[keyof typeof JsonApiAutomationPatchTypeEnum];
|
|
7516
7588
|
/**
|
|
7517
7589
|
*
|
|
7518
7590
|
* @export
|
|
@@ -7526,89 +7598,6 @@ export interface JsonApiAutomationPatchDocument {
|
|
|
7526
7598
|
*/
|
|
7527
7599
|
data: JsonApiAutomationPatch;
|
|
7528
7600
|
}
|
|
7529
|
-
/**
|
|
7530
|
-
*
|
|
7531
|
-
* @export
|
|
7532
|
-
* @interface JsonApiAutomationPatchRelationships
|
|
7533
|
-
*/
|
|
7534
|
-
export interface JsonApiAutomationPatchRelationships {
|
|
7535
|
-
/**
|
|
7536
|
-
*
|
|
7537
|
-
* @type {JsonApiAutomationPatchRelationshipsNotificationChannel}
|
|
7538
|
-
* @memberof JsonApiAutomationPatchRelationships
|
|
7539
|
-
*/
|
|
7540
|
-
notificationChannel?: JsonApiAutomationPatchRelationshipsNotificationChannel;
|
|
7541
|
-
/**
|
|
7542
|
-
*
|
|
7543
|
-
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
7544
|
-
* @memberof JsonApiAutomationPatchRelationships
|
|
7545
|
-
*/
|
|
7546
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
7547
|
-
/**
|
|
7548
|
-
*
|
|
7549
|
-
* @type {JsonApiAutomationPatchRelationshipsExportDefinitions}
|
|
7550
|
-
* @memberof JsonApiAutomationPatchRelationships
|
|
7551
|
-
*/
|
|
7552
|
-
exportDefinitions?: JsonApiAutomationPatchRelationshipsExportDefinitions;
|
|
7553
|
-
/**
|
|
7554
|
-
*
|
|
7555
|
-
* @type {JsonApiAutomationPatchRelationshipsRecipients}
|
|
7556
|
-
* @memberof JsonApiAutomationPatchRelationships
|
|
7557
|
-
*/
|
|
7558
|
-
recipients?: JsonApiAutomationPatchRelationshipsRecipients;
|
|
7559
|
-
}
|
|
7560
|
-
/**
|
|
7561
|
-
*
|
|
7562
|
-
* @export
|
|
7563
|
-
* @interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard
|
|
7564
|
-
*/
|
|
7565
|
-
export interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard {
|
|
7566
|
-
/**
|
|
7567
|
-
*
|
|
7568
|
-
* @type {JsonApiAnalyticalDashboardToOneLinkage}
|
|
7569
|
-
* @memberof JsonApiAutomationPatchRelationshipsAnalyticalDashboard
|
|
7570
|
-
*/
|
|
7571
|
-
data: JsonApiAnalyticalDashboardToOneLinkage | null;
|
|
7572
|
-
}
|
|
7573
|
-
/**
|
|
7574
|
-
*
|
|
7575
|
-
* @export
|
|
7576
|
-
* @interface JsonApiAutomationPatchRelationshipsExportDefinitions
|
|
7577
|
-
*/
|
|
7578
|
-
export interface JsonApiAutomationPatchRelationshipsExportDefinitions {
|
|
7579
|
-
/**
|
|
7580
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7581
|
-
* @type {Array<JsonApiExportDefinitionLinkage>}
|
|
7582
|
-
* @memberof JsonApiAutomationPatchRelationshipsExportDefinitions
|
|
7583
|
-
*/
|
|
7584
|
-
data: Array<JsonApiExportDefinitionLinkage>;
|
|
7585
|
-
}
|
|
7586
|
-
/**
|
|
7587
|
-
*
|
|
7588
|
-
* @export
|
|
7589
|
-
* @interface JsonApiAutomationPatchRelationshipsNotificationChannel
|
|
7590
|
-
*/
|
|
7591
|
-
export interface JsonApiAutomationPatchRelationshipsNotificationChannel {
|
|
7592
|
-
/**
|
|
7593
|
-
*
|
|
7594
|
-
* @type {JsonApiNotificationChannelToOneLinkage}
|
|
7595
|
-
* @memberof JsonApiAutomationPatchRelationshipsNotificationChannel
|
|
7596
|
-
*/
|
|
7597
|
-
data: JsonApiNotificationChannelToOneLinkage | null;
|
|
7598
|
-
}
|
|
7599
|
-
/**
|
|
7600
|
-
*
|
|
7601
|
-
* @export
|
|
7602
|
-
* @interface JsonApiAutomationPatchRelationshipsRecipients
|
|
7603
|
-
*/
|
|
7604
|
-
export interface JsonApiAutomationPatchRelationshipsRecipients {
|
|
7605
|
-
/**
|
|
7606
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7607
|
-
* @type {Array<JsonApiUserLinkage>}
|
|
7608
|
-
* @memberof JsonApiAutomationPatchRelationshipsRecipients
|
|
7609
|
-
*/
|
|
7610
|
-
data: Array<JsonApiUserLinkage>;
|
|
7611
|
-
}
|
|
7612
7601
|
/**
|
|
7613
7602
|
* @type JsonApiAutomationToOneLinkage
|
|
7614
7603
|
* References to other resource objects in a to-one (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -7635,15 +7624,34 @@ export interface JsonApiColorPaletteIn {
|
|
|
7635
7624
|
id: string;
|
|
7636
7625
|
/**
|
|
7637
7626
|
*
|
|
7638
|
-
* @type {
|
|
7627
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
7639
7628
|
* @memberof JsonApiColorPaletteIn
|
|
7640
7629
|
*/
|
|
7641
|
-
attributes:
|
|
7630
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
7642
7631
|
}
|
|
7643
7632
|
export declare const JsonApiColorPaletteInTypeEnum: {
|
|
7644
7633
|
readonly COLOR_PALETTE: "colorPalette";
|
|
7645
7634
|
};
|
|
7646
7635
|
export type JsonApiColorPaletteInTypeEnum = typeof JsonApiColorPaletteInTypeEnum[keyof typeof JsonApiColorPaletteInTypeEnum];
|
|
7636
|
+
/**
|
|
7637
|
+
*
|
|
7638
|
+
* @export
|
|
7639
|
+
* @interface JsonApiColorPaletteInAttributes
|
|
7640
|
+
*/
|
|
7641
|
+
export interface JsonApiColorPaletteInAttributes {
|
|
7642
|
+
/**
|
|
7643
|
+
*
|
|
7644
|
+
* @type {string}
|
|
7645
|
+
* @memberof JsonApiColorPaletteInAttributes
|
|
7646
|
+
*/
|
|
7647
|
+
name: string;
|
|
7648
|
+
/**
|
|
7649
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7650
|
+
* @type {object}
|
|
7651
|
+
* @memberof JsonApiColorPaletteInAttributes
|
|
7652
|
+
*/
|
|
7653
|
+
content: object;
|
|
7654
|
+
}
|
|
7647
7655
|
/**
|
|
7648
7656
|
*
|
|
7649
7657
|
* @export
|
|
@@ -7677,34 +7685,15 @@ export interface JsonApiColorPaletteOut {
|
|
|
7677
7685
|
id: string;
|
|
7678
7686
|
/**
|
|
7679
7687
|
*
|
|
7680
|
-
* @type {
|
|
7688
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
7681
7689
|
* @memberof JsonApiColorPaletteOut
|
|
7682
7690
|
*/
|
|
7683
|
-
attributes:
|
|
7691
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
7684
7692
|
}
|
|
7685
7693
|
export declare const JsonApiColorPaletteOutTypeEnum: {
|
|
7686
7694
|
readonly COLOR_PALETTE: "colorPalette";
|
|
7687
7695
|
};
|
|
7688
7696
|
export type JsonApiColorPaletteOutTypeEnum = typeof JsonApiColorPaletteOutTypeEnum[keyof typeof JsonApiColorPaletteOutTypeEnum];
|
|
7689
|
-
/**
|
|
7690
|
-
*
|
|
7691
|
-
* @export
|
|
7692
|
-
* @interface JsonApiColorPaletteOutAttributes
|
|
7693
|
-
*/
|
|
7694
|
-
export interface JsonApiColorPaletteOutAttributes {
|
|
7695
|
-
/**
|
|
7696
|
-
*
|
|
7697
|
-
* @type {string}
|
|
7698
|
-
* @memberof JsonApiColorPaletteOutAttributes
|
|
7699
|
-
*/
|
|
7700
|
-
name: string;
|
|
7701
|
-
/**
|
|
7702
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7703
|
-
* @type {object}
|
|
7704
|
-
* @memberof JsonApiColorPaletteOutAttributes
|
|
7705
|
-
*/
|
|
7706
|
-
content: object;
|
|
7707
|
-
}
|
|
7708
7697
|
/**
|
|
7709
7698
|
*
|
|
7710
7699
|
* @export
|
|
@@ -7769,10 +7758,10 @@ export interface JsonApiColorPaletteOutWithLinks {
|
|
|
7769
7758
|
id: string;
|
|
7770
7759
|
/**
|
|
7771
7760
|
*
|
|
7772
|
-
* @type {
|
|
7761
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
7773
7762
|
* @memberof JsonApiColorPaletteOutWithLinks
|
|
7774
7763
|
*/
|
|
7775
|
-
attributes:
|
|
7764
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
7776
7765
|
/**
|
|
7777
7766
|
*
|
|
7778
7767
|
* @type {ObjectLinks}
|
|
@@ -7865,15 +7854,34 @@ export interface JsonApiCookieSecurityConfigurationIn {
|
|
|
7865
7854
|
id: string;
|
|
7866
7855
|
/**
|
|
7867
7856
|
*
|
|
7868
|
-
* @type {
|
|
7857
|
+
* @type {JsonApiCookieSecurityConfigurationInAttributes}
|
|
7869
7858
|
* @memberof JsonApiCookieSecurityConfigurationIn
|
|
7870
7859
|
*/
|
|
7871
|
-
attributes?:
|
|
7860
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
7872
7861
|
}
|
|
7873
7862
|
export declare const JsonApiCookieSecurityConfigurationInTypeEnum: {
|
|
7874
7863
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
7875
7864
|
};
|
|
7876
7865
|
export type JsonApiCookieSecurityConfigurationInTypeEnum = typeof JsonApiCookieSecurityConfigurationInTypeEnum[keyof typeof JsonApiCookieSecurityConfigurationInTypeEnum];
|
|
7866
|
+
/**
|
|
7867
|
+
*
|
|
7868
|
+
* @export
|
|
7869
|
+
* @interface JsonApiCookieSecurityConfigurationInAttributes
|
|
7870
|
+
*/
|
|
7871
|
+
export interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
7872
|
+
/**
|
|
7873
|
+
*
|
|
7874
|
+
* @type {string}
|
|
7875
|
+
* @memberof JsonApiCookieSecurityConfigurationInAttributes
|
|
7876
|
+
*/
|
|
7877
|
+
lastRotation?: string;
|
|
7878
|
+
/**
|
|
7879
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
7880
|
+
* @type {string}
|
|
7881
|
+
* @memberof JsonApiCookieSecurityConfigurationInAttributes
|
|
7882
|
+
*/
|
|
7883
|
+
rotationInterval?: string;
|
|
7884
|
+
}
|
|
7877
7885
|
/**
|
|
7878
7886
|
*
|
|
7879
7887
|
* @export
|
|
@@ -7907,10 +7915,10 @@ export interface JsonApiCookieSecurityConfigurationOut {
|
|
|
7907
7915
|
id: string;
|
|
7908
7916
|
/**
|
|
7909
7917
|
*
|
|
7910
|
-
* @type {
|
|
7918
|
+
* @type {JsonApiCookieSecurityConfigurationInAttributes}
|
|
7911
7919
|
* @memberof JsonApiCookieSecurityConfigurationOut
|
|
7912
7920
|
*/
|
|
7913
|
-
attributes?:
|
|
7921
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
7914
7922
|
}
|
|
7915
7923
|
export declare const JsonApiCookieSecurityConfigurationOutTypeEnum: {
|
|
7916
7924
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
@@ -7955,34 +7963,15 @@ export interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
7955
7963
|
id: string;
|
|
7956
7964
|
/**
|
|
7957
7965
|
*
|
|
7958
|
-
* @type {
|
|
7966
|
+
* @type {JsonApiCookieSecurityConfigurationInAttributes}
|
|
7959
7967
|
* @memberof JsonApiCookieSecurityConfigurationPatch
|
|
7960
7968
|
*/
|
|
7961
|
-
attributes?:
|
|
7969
|
+
attributes?: JsonApiCookieSecurityConfigurationInAttributes;
|
|
7962
7970
|
}
|
|
7963
7971
|
export declare const JsonApiCookieSecurityConfigurationPatchTypeEnum: {
|
|
7964
7972
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
7965
7973
|
};
|
|
7966
7974
|
export type JsonApiCookieSecurityConfigurationPatchTypeEnum = typeof JsonApiCookieSecurityConfigurationPatchTypeEnum[keyof typeof JsonApiCookieSecurityConfigurationPatchTypeEnum];
|
|
7967
|
-
/**
|
|
7968
|
-
*
|
|
7969
|
-
* @export
|
|
7970
|
-
* @interface JsonApiCookieSecurityConfigurationPatchAttributes
|
|
7971
|
-
*/
|
|
7972
|
-
export interface JsonApiCookieSecurityConfigurationPatchAttributes {
|
|
7973
|
-
/**
|
|
7974
|
-
*
|
|
7975
|
-
* @type {string}
|
|
7976
|
-
* @memberof JsonApiCookieSecurityConfigurationPatchAttributes
|
|
7977
|
-
*/
|
|
7978
|
-
lastRotation?: string;
|
|
7979
|
-
/**
|
|
7980
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
7981
|
-
* @type {string}
|
|
7982
|
-
* @memberof JsonApiCookieSecurityConfigurationPatchAttributes
|
|
7983
|
-
*/
|
|
7984
|
-
rotationInterval?: string;
|
|
7985
|
-
}
|
|
7986
7975
|
/**
|
|
7987
7976
|
*
|
|
7988
7977
|
* @export
|
|
@@ -8016,15 +8005,28 @@ export interface JsonApiCspDirectiveIn {
|
|
|
8016
8005
|
id: string;
|
|
8017
8006
|
/**
|
|
8018
8007
|
*
|
|
8019
|
-
* @type {
|
|
8008
|
+
* @type {JsonApiCspDirectiveInAttributes}
|
|
8020
8009
|
* @memberof JsonApiCspDirectiveIn
|
|
8021
8010
|
*/
|
|
8022
|
-
attributes:
|
|
8011
|
+
attributes: JsonApiCspDirectiveInAttributes;
|
|
8023
8012
|
}
|
|
8024
8013
|
export declare const JsonApiCspDirectiveInTypeEnum: {
|
|
8025
8014
|
readonly CSP_DIRECTIVE: "cspDirective";
|
|
8026
8015
|
};
|
|
8027
8016
|
export type JsonApiCspDirectiveInTypeEnum = typeof JsonApiCspDirectiveInTypeEnum[keyof typeof JsonApiCspDirectiveInTypeEnum];
|
|
8017
|
+
/**
|
|
8018
|
+
*
|
|
8019
|
+
* @export
|
|
8020
|
+
* @interface JsonApiCspDirectiveInAttributes
|
|
8021
|
+
*/
|
|
8022
|
+
export interface JsonApiCspDirectiveInAttributes {
|
|
8023
|
+
/**
|
|
8024
|
+
*
|
|
8025
|
+
* @type {Array<string>}
|
|
8026
|
+
* @memberof JsonApiCspDirectiveInAttributes
|
|
8027
|
+
*/
|
|
8028
|
+
sources: Array<string>;
|
|
8029
|
+
}
|
|
8028
8030
|
/**
|
|
8029
8031
|
*
|
|
8030
8032
|
* @export
|
|
@@ -8058,28 +8060,15 @@ export interface JsonApiCspDirectiveOut {
|
|
|
8058
8060
|
id: string;
|
|
8059
8061
|
/**
|
|
8060
8062
|
*
|
|
8061
|
-
* @type {
|
|
8063
|
+
* @type {JsonApiCspDirectiveInAttributes}
|
|
8062
8064
|
* @memberof JsonApiCspDirectiveOut
|
|
8063
8065
|
*/
|
|
8064
|
-
attributes:
|
|
8066
|
+
attributes: JsonApiCspDirectiveInAttributes;
|
|
8065
8067
|
}
|
|
8066
8068
|
export declare const JsonApiCspDirectiveOutTypeEnum: {
|
|
8067
8069
|
readonly CSP_DIRECTIVE: "cspDirective";
|
|
8068
8070
|
};
|
|
8069
8071
|
export type JsonApiCspDirectiveOutTypeEnum = typeof JsonApiCspDirectiveOutTypeEnum[keyof typeof JsonApiCspDirectiveOutTypeEnum];
|
|
8070
|
-
/**
|
|
8071
|
-
*
|
|
8072
|
-
* @export
|
|
8073
|
-
* @interface JsonApiCspDirectiveOutAttributes
|
|
8074
|
-
*/
|
|
8075
|
-
export interface JsonApiCspDirectiveOutAttributes {
|
|
8076
|
-
/**
|
|
8077
|
-
*
|
|
8078
|
-
* @type {Array<string>}
|
|
8079
|
-
* @memberof JsonApiCspDirectiveOutAttributes
|
|
8080
|
-
*/
|
|
8081
|
-
sources: Array<string>;
|
|
8082
|
-
}
|
|
8083
8072
|
/**
|
|
8084
8073
|
*
|
|
8085
8074
|
* @export
|
|
@@ -8144,10 +8133,10 @@ export interface JsonApiCspDirectiveOutWithLinks {
|
|
|
8144
8133
|
id: string;
|
|
8145
8134
|
/**
|
|
8146
8135
|
*
|
|
8147
|
-
* @type {
|
|
8136
|
+
* @type {JsonApiCspDirectiveInAttributes}
|
|
8148
8137
|
* @memberof JsonApiCspDirectiveOutWithLinks
|
|
8149
8138
|
*/
|
|
8150
|
-
attributes:
|
|
8139
|
+
attributes: JsonApiCspDirectiveInAttributes;
|
|
8151
8140
|
/**
|
|
8152
8141
|
*
|
|
8153
8142
|
* @type {ObjectLinks}
|
|
@@ -8518,10 +8507,10 @@ export interface JsonApiDashboardPluginIn {
|
|
|
8518
8507
|
id: string;
|
|
8519
8508
|
/**
|
|
8520
8509
|
*
|
|
8521
|
-
* @type {
|
|
8510
|
+
* @type {JsonApiDashboardPluginPostOptionalIdAttributes}
|
|
8522
8511
|
* @memberof JsonApiDashboardPluginIn
|
|
8523
8512
|
*/
|
|
8524
|
-
attributes?:
|
|
8513
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
8525
8514
|
}
|
|
8526
8515
|
export declare const JsonApiDashboardPluginInTypeEnum: {
|
|
8527
8516
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
@@ -8795,52 +8784,15 @@ export interface JsonApiDashboardPluginPatch {
|
|
|
8795
8784
|
id: string;
|
|
8796
8785
|
/**
|
|
8797
8786
|
*
|
|
8798
|
-
* @type {
|
|
8787
|
+
* @type {JsonApiDashboardPluginPostOptionalIdAttributes}
|
|
8799
8788
|
* @memberof JsonApiDashboardPluginPatch
|
|
8800
8789
|
*/
|
|
8801
|
-
attributes?:
|
|
8790
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
8802
8791
|
}
|
|
8803
8792
|
export declare const JsonApiDashboardPluginPatchTypeEnum: {
|
|
8804
8793
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
8805
8794
|
};
|
|
8806
8795
|
export type JsonApiDashboardPluginPatchTypeEnum = typeof JsonApiDashboardPluginPatchTypeEnum[keyof typeof JsonApiDashboardPluginPatchTypeEnum];
|
|
8807
|
-
/**
|
|
8808
|
-
*
|
|
8809
|
-
* @export
|
|
8810
|
-
* @interface JsonApiDashboardPluginPatchAttributes
|
|
8811
|
-
*/
|
|
8812
|
-
export interface JsonApiDashboardPluginPatchAttributes {
|
|
8813
|
-
/**
|
|
8814
|
-
*
|
|
8815
|
-
* @type {string}
|
|
8816
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
8817
|
-
*/
|
|
8818
|
-
title?: string;
|
|
8819
|
-
/**
|
|
8820
|
-
*
|
|
8821
|
-
* @type {string}
|
|
8822
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
8823
|
-
*/
|
|
8824
|
-
description?: string;
|
|
8825
|
-
/**
|
|
8826
|
-
*
|
|
8827
|
-
* @type {Array<string>}
|
|
8828
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
8829
|
-
*/
|
|
8830
|
-
tags?: Array<string>;
|
|
8831
|
-
/**
|
|
8832
|
-
*
|
|
8833
|
-
* @type {boolean}
|
|
8834
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
8835
|
-
*/
|
|
8836
|
-
areRelationsValid?: boolean;
|
|
8837
|
-
/**
|
|
8838
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
8839
|
-
* @type {object}
|
|
8840
|
-
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
8841
|
-
*/
|
|
8842
|
-
content?: object;
|
|
8843
|
-
}
|
|
8844
8796
|
/**
|
|
8845
8797
|
*
|
|
8846
8798
|
* @export
|
|
@@ -8874,15 +8826,52 @@ export interface JsonApiDashboardPluginPostOptionalId {
|
|
|
8874
8826
|
id?: string;
|
|
8875
8827
|
/**
|
|
8876
8828
|
*
|
|
8877
|
-
* @type {
|
|
8829
|
+
* @type {JsonApiDashboardPluginPostOptionalIdAttributes}
|
|
8878
8830
|
* @memberof JsonApiDashboardPluginPostOptionalId
|
|
8879
8831
|
*/
|
|
8880
|
-
attributes?:
|
|
8832
|
+
attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
|
|
8881
8833
|
}
|
|
8882
8834
|
export declare const JsonApiDashboardPluginPostOptionalIdTypeEnum: {
|
|
8883
8835
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
8884
8836
|
};
|
|
8885
8837
|
export type JsonApiDashboardPluginPostOptionalIdTypeEnum = typeof JsonApiDashboardPluginPostOptionalIdTypeEnum[keyof typeof JsonApiDashboardPluginPostOptionalIdTypeEnum];
|
|
8838
|
+
/**
|
|
8839
|
+
*
|
|
8840
|
+
* @export
|
|
8841
|
+
* @interface JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8842
|
+
*/
|
|
8843
|
+
export interface JsonApiDashboardPluginPostOptionalIdAttributes {
|
|
8844
|
+
/**
|
|
8845
|
+
*
|
|
8846
|
+
* @type {string}
|
|
8847
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8848
|
+
*/
|
|
8849
|
+
title?: string;
|
|
8850
|
+
/**
|
|
8851
|
+
*
|
|
8852
|
+
* @type {string}
|
|
8853
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8854
|
+
*/
|
|
8855
|
+
description?: string;
|
|
8856
|
+
/**
|
|
8857
|
+
*
|
|
8858
|
+
* @type {Array<string>}
|
|
8859
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8860
|
+
*/
|
|
8861
|
+
tags?: Array<string>;
|
|
8862
|
+
/**
|
|
8863
|
+
*
|
|
8864
|
+
* @type {boolean}
|
|
8865
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8866
|
+
*/
|
|
8867
|
+
areRelationsValid?: boolean;
|
|
8868
|
+
/**
|
|
8869
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
8870
|
+
* @type {object}
|
|
8871
|
+
* @memberof JsonApiDashboardPluginPostOptionalIdAttributes
|
|
8872
|
+
*/
|
|
8873
|
+
content?: object;
|
|
8874
|
+
}
|
|
8886
8875
|
/**
|
|
8887
8876
|
*
|
|
8888
8877
|
* @export
|
|
@@ -9172,10 +9161,10 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
9172
9161
|
clientSecret?: string | null;
|
|
9173
9162
|
/**
|
|
9174
9163
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
9175
|
-
* @type {Array<
|
|
9164
|
+
* @type {Array<JsonApiDataSourceInAttributesParameters>}
|
|
9176
9165
|
* @memberof JsonApiDataSourceInAttributes
|
|
9177
9166
|
*/
|
|
9178
|
-
parameters?: Array<
|
|
9167
|
+
parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
|
|
9179
9168
|
/**
|
|
9180
9169
|
* Determines how the results coming from a particular datasource should be cached.
|
|
9181
9170
|
* @type {string}
|
|
@@ -9216,6 +9205,25 @@ export declare const JsonApiDataSourceInAttributesCacheStrategyEnum: {
|
|
|
9216
9205
|
readonly NEVER: "NEVER";
|
|
9217
9206
|
};
|
|
9218
9207
|
export type JsonApiDataSourceInAttributesCacheStrategyEnum = typeof JsonApiDataSourceInAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourceInAttributesCacheStrategyEnum];
|
|
9208
|
+
/**
|
|
9209
|
+
*
|
|
9210
|
+
* @export
|
|
9211
|
+
* @interface JsonApiDataSourceInAttributesParameters
|
|
9212
|
+
*/
|
|
9213
|
+
export interface JsonApiDataSourceInAttributesParameters {
|
|
9214
|
+
/**
|
|
9215
|
+
*
|
|
9216
|
+
* @type {string}
|
|
9217
|
+
* @memberof JsonApiDataSourceInAttributesParameters
|
|
9218
|
+
*/
|
|
9219
|
+
name: string;
|
|
9220
|
+
/**
|
|
9221
|
+
*
|
|
9222
|
+
* @type {string}
|
|
9223
|
+
* @memberof JsonApiDataSourceInAttributesParameters
|
|
9224
|
+
*/
|
|
9225
|
+
value: string;
|
|
9226
|
+
}
|
|
9219
9227
|
/**
|
|
9220
9228
|
*
|
|
9221
9229
|
* @export
|
|
@@ -9308,16 +9316,16 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
9308
9316
|
clientId?: string | null;
|
|
9309
9317
|
/**
|
|
9310
9318
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
9311
|
-
* @type {Array<
|
|
9319
|
+
* @type {Array<JsonApiDataSourceInAttributesParameters>}
|
|
9312
9320
|
* @memberof JsonApiDataSourceOutAttributes
|
|
9313
9321
|
*/
|
|
9314
|
-
parameters?: Array<
|
|
9322
|
+
parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
|
|
9315
9323
|
/**
|
|
9316
9324
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
9317
|
-
* @type {Array<
|
|
9325
|
+
* @type {Array<JsonApiDataSourceInAttributesParameters>}
|
|
9318
9326
|
* @memberof JsonApiDataSourceOutAttributes
|
|
9319
9327
|
*/
|
|
9320
|
-
decodedParameters?: Array<
|
|
9328
|
+
decodedParameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
|
|
9321
9329
|
/**
|
|
9322
9330
|
* Determines how the results coming from a particular datasource should be cached.
|
|
9323
9331
|
* @type {string}
|
|
@@ -9578,10 +9586,10 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
9578
9586
|
clientSecret?: string | null;
|
|
9579
9587
|
/**
|
|
9580
9588
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
9581
|
-
* @type {Array<
|
|
9589
|
+
* @type {Array<JsonApiDataSourceInAttributesParameters>}
|
|
9582
9590
|
* @memberof JsonApiDataSourcePatchAttributes
|
|
9583
9591
|
*/
|
|
9584
|
-
parameters?: Array<
|
|
9592
|
+
parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
|
|
9585
9593
|
/**
|
|
9586
9594
|
* Determines how the results coming from a particular datasource should be cached.
|
|
9587
9595
|
* @type {string}
|
|
@@ -9622,25 +9630,6 @@ export declare const JsonApiDataSourcePatchAttributesCacheStrategyEnum: {
|
|
|
9622
9630
|
readonly NEVER: "NEVER";
|
|
9623
9631
|
};
|
|
9624
9632
|
export type JsonApiDataSourcePatchAttributesCacheStrategyEnum = typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum];
|
|
9625
|
-
/**
|
|
9626
|
-
*
|
|
9627
|
-
* @export
|
|
9628
|
-
* @interface JsonApiDataSourcePatchAttributesParameters
|
|
9629
|
-
*/
|
|
9630
|
-
export interface JsonApiDataSourcePatchAttributesParameters {
|
|
9631
|
-
/**
|
|
9632
|
-
*
|
|
9633
|
-
* @type {string}
|
|
9634
|
-
* @memberof JsonApiDataSourcePatchAttributesParameters
|
|
9635
|
-
*/
|
|
9636
|
-
name: string;
|
|
9637
|
-
/**
|
|
9638
|
-
*
|
|
9639
|
-
* @type {string}
|
|
9640
|
-
* @memberof JsonApiDataSourcePatchAttributesParameters
|
|
9641
|
-
*/
|
|
9642
|
-
value: string;
|
|
9643
|
-
}
|
|
9644
9633
|
/**
|
|
9645
9634
|
*
|
|
9646
9635
|
* @export
|
|
@@ -10267,16 +10256,16 @@ export interface JsonApiExportDefinitionIn {
|
|
|
10267
10256
|
id: string;
|
|
10268
10257
|
/**
|
|
10269
10258
|
*
|
|
10270
|
-
* @type {
|
|
10259
|
+
* @type {JsonApiExportDefinitionPostOptionalIdAttributes}
|
|
10271
10260
|
* @memberof JsonApiExportDefinitionIn
|
|
10272
10261
|
*/
|
|
10273
|
-
attributes?:
|
|
10262
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
10274
10263
|
/**
|
|
10275
10264
|
*
|
|
10276
|
-
* @type {
|
|
10265
|
+
* @type {JsonApiExportDefinitionPostOptionalIdRelationships}
|
|
10277
10266
|
* @memberof JsonApiExportDefinitionIn
|
|
10278
10267
|
*/
|
|
10279
|
-
relationships?:
|
|
10268
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
10280
10269
|
}
|
|
10281
10270
|
export declare const JsonApiExportDefinitionInTypeEnum: {
|
|
10282
10271
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
@@ -10483,10 +10472,10 @@ export interface JsonApiExportDefinitionOutRelationships {
|
|
|
10483
10472
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
10484
10473
|
/**
|
|
10485
10474
|
*
|
|
10486
|
-
* @type {
|
|
10475
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
10487
10476
|
* @memberof JsonApiExportDefinitionOutRelationships
|
|
10488
10477
|
*/
|
|
10489
|
-
analyticalDashboard?:
|
|
10478
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
10490
10479
|
/**
|
|
10491
10480
|
*
|
|
10492
10481
|
* @type {JsonApiExportDefinitionOutRelationshipsAutomation}
|
|
@@ -10506,6 +10495,19 @@ export interface JsonApiExportDefinitionOutRelationships {
|
|
|
10506
10495
|
*/
|
|
10507
10496
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
10508
10497
|
}
|
|
10498
|
+
/**
|
|
10499
|
+
*
|
|
10500
|
+
* @export
|
|
10501
|
+
* @interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard
|
|
10502
|
+
*/
|
|
10503
|
+
export interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
|
|
10504
|
+
/**
|
|
10505
|
+
*
|
|
10506
|
+
* @type {JsonApiAnalyticalDashboardToOneLinkage}
|
|
10507
|
+
* @memberof JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard
|
|
10508
|
+
*/
|
|
10509
|
+
data: JsonApiAnalyticalDashboardToOneLinkage | null;
|
|
10510
|
+
}
|
|
10509
10511
|
/**
|
|
10510
10512
|
*
|
|
10511
10513
|
* @export
|
|
@@ -10599,16 +10601,16 @@ export interface JsonApiExportDefinitionPatch {
|
|
|
10599
10601
|
id: string;
|
|
10600
10602
|
/**
|
|
10601
10603
|
*
|
|
10602
|
-
* @type {
|
|
10604
|
+
* @type {JsonApiExportDefinitionPostOptionalIdAttributes}
|
|
10603
10605
|
* @memberof JsonApiExportDefinitionPatch
|
|
10604
10606
|
*/
|
|
10605
|
-
attributes?:
|
|
10607
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
10606
10608
|
/**
|
|
10607
10609
|
*
|
|
10608
|
-
* @type {
|
|
10610
|
+
* @type {JsonApiExportDefinitionPostOptionalIdRelationships}
|
|
10609
10611
|
* @memberof JsonApiExportDefinitionPatch
|
|
10610
10612
|
*/
|
|
10611
|
-
relationships?:
|
|
10613
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
10612
10614
|
}
|
|
10613
10615
|
export declare const JsonApiExportDefinitionPatchTypeEnum: {
|
|
10614
10616
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
@@ -10617,149 +10619,240 @@ export type JsonApiExportDefinitionPatchTypeEnum = typeof JsonApiExportDefinitio
|
|
|
10617
10619
|
/**
|
|
10618
10620
|
*
|
|
10619
10621
|
* @export
|
|
10620
|
-
* @interface
|
|
10622
|
+
* @interface JsonApiExportDefinitionPatchDocument
|
|
10623
|
+
*/
|
|
10624
|
+
export interface JsonApiExportDefinitionPatchDocument {
|
|
10625
|
+
/**
|
|
10626
|
+
*
|
|
10627
|
+
* @type {JsonApiExportDefinitionPatch}
|
|
10628
|
+
* @memberof JsonApiExportDefinitionPatchDocument
|
|
10629
|
+
*/
|
|
10630
|
+
data: JsonApiExportDefinitionPatch;
|
|
10631
|
+
}
|
|
10632
|
+
/**
|
|
10633
|
+
* JSON:API representation of exportDefinition entity.
|
|
10634
|
+
* @export
|
|
10635
|
+
* @interface JsonApiExportDefinitionPostOptionalId
|
|
10636
|
+
*/
|
|
10637
|
+
export interface JsonApiExportDefinitionPostOptionalId {
|
|
10638
|
+
/**
|
|
10639
|
+
* Object type
|
|
10640
|
+
* @type {string}
|
|
10641
|
+
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
10642
|
+
*/
|
|
10643
|
+
type: JsonApiExportDefinitionPostOptionalIdTypeEnum;
|
|
10644
|
+
/**
|
|
10645
|
+
* API identifier of an object
|
|
10646
|
+
* @type {string}
|
|
10647
|
+
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
10648
|
+
*/
|
|
10649
|
+
id?: string;
|
|
10650
|
+
/**
|
|
10651
|
+
*
|
|
10652
|
+
* @type {JsonApiExportDefinitionPostOptionalIdAttributes}
|
|
10653
|
+
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
10654
|
+
*/
|
|
10655
|
+
attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
|
|
10656
|
+
/**
|
|
10657
|
+
*
|
|
10658
|
+
* @type {JsonApiExportDefinitionPostOptionalIdRelationships}
|
|
10659
|
+
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
10660
|
+
*/
|
|
10661
|
+
relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
|
|
10662
|
+
}
|
|
10663
|
+
export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
|
|
10664
|
+
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
10665
|
+
};
|
|
10666
|
+
export type JsonApiExportDefinitionPostOptionalIdTypeEnum = typeof JsonApiExportDefinitionPostOptionalIdTypeEnum[keyof typeof JsonApiExportDefinitionPostOptionalIdTypeEnum];
|
|
10667
|
+
/**
|
|
10668
|
+
*
|
|
10669
|
+
* @export
|
|
10670
|
+
* @interface JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10621
10671
|
*/
|
|
10622
|
-
export interface
|
|
10672
|
+
export interface JsonApiExportDefinitionPostOptionalIdAttributes {
|
|
10623
10673
|
/**
|
|
10624
10674
|
*
|
|
10625
10675
|
* @type {string}
|
|
10626
|
-
* @memberof
|
|
10676
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10627
10677
|
*/
|
|
10628
10678
|
title?: string;
|
|
10629
10679
|
/**
|
|
10630
10680
|
*
|
|
10631
10681
|
* @type {string}
|
|
10632
|
-
* @memberof
|
|
10682
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10633
10683
|
*/
|
|
10634
10684
|
description?: string;
|
|
10635
10685
|
/**
|
|
10636
10686
|
*
|
|
10637
10687
|
* @type {Array<string>}
|
|
10638
|
-
* @memberof
|
|
10688
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10639
10689
|
*/
|
|
10640
10690
|
tags?: Array<string>;
|
|
10641
10691
|
/**
|
|
10642
10692
|
* JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
|
|
10643
10693
|
* @type {VisualExportRequest | TabularExportRequest}
|
|
10644
|
-
* @memberof
|
|
10694
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10645
10695
|
*/
|
|
10646
10696
|
requestPayload?: VisualExportRequest | TabularExportRequest;
|
|
10647
10697
|
/**
|
|
10648
10698
|
*
|
|
10649
10699
|
* @type {boolean}
|
|
10650
|
-
* @memberof
|
|
10700
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdAttributes
|
|
10651
10701
|
*/
|
|
10652
10702
|
areRelationsValid?: boolean;
|
|
10653
10703
|
}
|
|
10654
10704
|
/**
|
|
10655
10705
|
*
|
|
10656
10706
|
* @export
|
|
10657
|
-
* @interface
|
|
10707
|
+
* @interface JsonApiExportDefinitionPostOptionalIdDocument
|
|
10658
10708
|
*/
|
|
10659
|
-
export interface
|
|
10709
|
+
export interface JsonApiExportDefinitionPostOptionalIdDocument {
|
|
10660
10710
|
/**
|
|
10661
10711
|
*
|
|
10662
|
-
* @type {
|
|
10663
|
-
* @memberof
|
|
10712
|
+
* @type {JsonApiExportDefinitionPostOptionalId}
|
|
10713
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdDocument
|
|
10664
10714
|
*/
|
|
10665
|
-
data:
|
|
10715
|
+
data: JsonApiExportDefinitionPostOptionalId;
|
|
10666
10716
|
}
|
|
10667
10717
|
/**
|
|
10668
10718
|
*
|
|
10669
10719
|
* @export
|
|
10670
|
-
* @interface
|
|
10720
|
+
* @interface JsonApiExportDefinitionPostOptionalIdRelationships
|
|
10671
10721
|
*/
|
|
10672
|
-
export interface
|
|
10722
|
+
export interface JsonApiExportDefinitionPostOptionalIdRelationships {
|
|
10673
10723
|
/**
|
|
10674
10724
|
*
|
|
10675
10725
|
* @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
|
|
10676
|
-
* @memberof
|
|
10726
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdRelationships
|
|
10677
10727
|
*/
|
|
10678
10728
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
10679
10729
|
/**
|
|
10680
10730
|
*
|
|
10681
|
-
* @type {
|
|
10682
|
-
* @memberof
|
|
10731
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
10732
|
+
* @memberof JsonApiExportDefinitionPostOptionalIdRelationships
|
|
10683
10733
|
*/
|
|
10684
|
-
analyticalDashboard?:
|
|
10734
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
10685
10735
|
}
|
|
10686
10736
|
/**
|
|
10687
|
-
* JSON:API representation of
|
|
10737
|
+
* JSON:API representation of exportTemplate entity.
|
|
10688
10738
|
* @export
|
|
10689
|
-
* @interface
|
|
10739
|
+
* @interface JsonApiExportTemplateIn
|
|
10690
10740
|
*/
|
|
10691
|
-
export interface
|
|
10741
|
+
export interface JsonApiExportTemplateIn {
|
|
10692
10742
|
/**
|
|
10693
10743
|
* Object type
|
|
10694
10744
|
* @type {string}
|
|
10695
|
-
* @memberof
|
|
10745
|
+
* @memberof JsonApiExportTemplateIn
|
|
10696
10746
|
*/
|
|
10697
|
-
type:
|
|
10747
|
+
type: JsonApiExportTemplateInTypeEnum;
|
|
10698
10748
|
/**
|
|
10699
10749
|
* API identifier of an object
|
|
10700
10750
|
* @type {string}
|
|
10701
|
-
* @memberof
|
|
10702
|
-
*/
|
|
10703
|
-
id?: string;
|
|
10704
|
-
/**
|
|
10705
|
-
*
|
|
10706
|
-
* @type {JsonApiExportDefinitionPatchAttributes}
|
|
10707
|
-
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
10751
|
+
* @memberof JsonApiExportTemplateIn
|
|
10708
10752
|
*/
|
|
10709
|
-
|
|
10753
|
+
id: string;
|
|
10710
10754
|
/**
|
|
10711
10755
|
*
|
|
10712
|
-
* @type {
|
|
10713
|
-
* @memberof
|
|
10756
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
10757
|
+
* @memberof JsonApiExportTemplateIn
|
|
10714
10758
|
*/
|
|
10715
|
-
|
|
10759
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
10716
10760
|
}
|
|
10717
|
-
export declare const
|
|
10718
|
-
readonly
|
|
10761
|
+
export declare const JsonApiExportTemplateInTypeEnum: {
|
|
10762
|
+
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
10719
10763
|
};
|
|
10720
|
-
export type
|
|
10764
|
+
export type JsonApiExportTemplateInTypeEnum = typeof JsonApiExportTemplateInTypeEnum[keyof typeof JsonApiExportTemplateInTypeEnum];
|
|
10721
10765
|
/**
|
|
10722
10766
|
*
|
|
10723
10767
|
* @export
|
|
10724
|
-
* @interface
|
|
10768
|
+
* @interface JsonApiExportTemplateInAttributes
|
|
10725
10769
|
*/
|
|
10726
|
-
export interface
|
|
10770
|
+
export interface JsonApiExportTemplateInAttributes {
|
|
10771
|
+
/**
|
|
10772
|
+
* User-facing name of the Slides template.
|
|
10773
|
+
* @type {string}
|
|
10774
|
+
* @memberof JsonApiExportTemplateInAttributes
|
|
10775
|
+
*/
|
|
10776
|
+
name: string;
|
|
10727
10777
|
/**
|
|
10728
10778
|
*
|
|
10729
|
-
* @type {
|
|
10730
|
-
* @memberof
|
|
10779
|
+
* @type {JsonApiExportTemplateInAttributesDashboardSlidesTemplate}
|
|
10780
|
+
* @memberof JsonApiExportTemplateInAttributes
|
|
10731
10781
|
*/
|
|
10732
|
-
|
|
10782
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateInAttributesDashboardSlidesTemplate | null;
|
|
10783
|
+
/**
|
|
10784
|
+
*
|
|
10785
|
+
* @type {JsonApiExportTemplateInAttributesWidgetSlidesTemplate}
|
|
10786
|
+
* @memberof JsonApiExportTemplateInAttributes
|
|
10787
|
+
*/
|
|
10788
|
+
widgetSlidesTemplate?: JsonApiExportTemplateInAttributesWidgetSlidesTemplate | null;
|
|
10733
10789
|
}
|
|
10734
10790
|
/**
|
|
10735
|
-
*
|
|
10791
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
10736
10792
|
* @export
|
|
10737
|
-
* @interface
|
|
10793
|
+
* @interface JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
10738
10794
|
*/
|
|
10739
|
-
export interface
|
|
10795
|
+
export interface JsonApiExportTemplateInAttributesDashboardSlidesTemplate {
|
|
10740
10796
|
/**
|
|
10741
|
-
*
|
|
10742
|
-
* @type {string}
|
|
10743
|
-
* @memberof
|
|
10797
|
+
* Export types this template applies to.
|
|
10798
|
+
* @type {Array<string>}
|
|
10799
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
10744
10800
|
*/
|
|
10745
|
-
|
|
10801
|
+
appliedOn: Array<JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
10746
10802
|
/**
|
|
10747
|
-
*
|
|
10748
|
-
* @type {
|
|
10749
|
-
* @memberof
|
|
10803
|
+
*
|
|
10804
|
+
* @type {CoverSlideTemplate}
|
|
10805
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
10750
10806
|
*/
|
|
10751
|
-
|
|
10807
|
+
coverSlide?: CoverSlideTemplate | null;
|
|
10752
10808
|
/**
|
|
10753
10809
|
*
|
|
10754
|
-
* @type {
|
|
10755
|
-
* @memberof
|
|
10810
|
+
* @type {IntroSlideTemplate}
|
|
10811
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
10812
|
+
*/
|
|
10813
|
+
introSlide?: IntroSlideTemplate | null;
|
|
10814
|
+
/**
|
|
10815
|
+
*
|
|
10816
|
+
* @type {SectionSlideTemplate}
|
|
10817
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
10818
|
+
*/
|
|
10819
|
+
sectionSlide?: SectionSlideTemplate | null;
|
|
10820
|
+
/**
|
|
10821
|
+
*
|
|
10822
|
+
* @type {ContentSlideTemplate}
|
|
10823
|
+
* @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
|
|
10756
10824
|
*/
|
|
10757
|
-
|
|
10825
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
10758
10826
|
}
|
|
10759
|
-
export declare const
|
|
10760
|
-
readonly
|
|
10827
|
+
export declare const JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
10828
|
+
readonly PDF: "PDF";
|
|
10829
|
+
readonly PPTX: "PPTX";
|
|
10761
10830
|
};
|
|
10762
|
-
export type
|
|
10831
|
+
export type JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
10832
|
+
/**
|
|
10833
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
10834
|
+
* @export
|
|
10835
|
+
* @interface JsonApiExportTemplateInAttributesWidgetSlidesTemplate
|
|
10836
|
+
*/
|
|
10837
|
+
export interface JsonApiExportTemplateInAttributesWidgetSlidesTemplate {
|
|
10838
|
+
/**
|
|
10839
|
+
* Export types this template applies to.
|
|
10840
|
+
* @type {Array<string>}
|
|
10841
|
+
* @memberof JsonApiExportTemplateInAttributesWidgetSlidesTemplate
|
|
10842
|
+
*/
|
|
10843
|
+
appliedOn: Array<JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
10844
|
+
/**
|
|
10845
|
+
*
|
|
10846
|
+
* @type {ContentSlideTemplate}
|
|
10847
|
+
* @memberof JsonApiExportTemplateInAttributesWidgetSlidesTemplate
|
|
10848
|
+
*/
|
|
10849
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
10850
|
+
}
|
|
10851
|
+
export declare const JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
10852
|
+
readonly PDF: "PDF";
|
|
10853
|
+
readonly PPTX: "PPTX";
|
|
10854
|
+
};
|
|
10855
|
+
export type JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
10763
10856
|
/**
|
|
10764
10857
|
*
|
|
10765
10858
|
* @export
|
|
@@ -10793,40 +10886,15 @@ export interface JsonApiExportTemplateOut {
|
|
|
10793
10886
|
id: string;
|
|
10794
10887
|
/**
|
|
10795
10888
|
*
|
|
10796
|
-
* @type {
|
|
10889
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
10797
10890
|
* @memberof JsonApiExportTemplateOut
|
|
10798
10891
|
*/
|
|
10799
|
-
attributes:
|
|
10892
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
10800
10893
|
}
|
|
10801
10894
|
export declare const JsonApiExportTemplateOutTypeEnum: {
|
|
10802
10895
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
10803
10896
|
};
|
|
10804
10897
|
export type JsonApiExportTemplateOutTypeEnum = typeof JsonApiExportTemplateOutTypeEnum[keyof typeof JsonApiExportTemplateOutTypeEnum];
|
|
10805
|
-
/**
|
|
10806
|
-
*
|
|
10807
|
-
* @export
|
|
10808
|
-
* @interface JsonApiExportTemplateOutAttributes
|
|
10809
|
-
*/
|
|
10810
|
-
export interface JsonApiExportTemplateOutAttributes {
|
|
10811
|
-
/**
|
|
10812
|
-
* User-facing name of the Slides template.
|
|
10813
|
-
* @type {string}
|
|
10814
|
-
* @memberof JsonApiExportTemplateOutAttributes
|
|
10815
|
-
*/
|
|
10816
|
-
name: string;
|
|
10817
|
-
/**
|
|
10818
|
-
*
|
|
10819
|
-
* @type {JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate}
|
|
10820
|
-
* @memberof JsonApiExportTemplateOutAttributes
|
|
10821
|
-
*/
|
|
10822
|
-
dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
10823
|
-
/**
|
|
10824
|
-
*
|
|
10825
|
-
* @type {JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate}
|
|
10826
|
-
* @memberof JsonApiExportTemplateOutAttributes
|
|
10827
|
-
*/
|
|
10828
|
-
widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
10829
|
-
}
|
|
10830
10898
|
/**
|
|
10831
10899
|
*
|
|
10832
10900
|
* @export
|
|
@@ -10891,10 +10959,10 @@ export interface JsonApiExportTemplateOutWithLinks {
|
|
|
10891
10959
|
id: string;
|
|
10892
10960
|
/**
|
|
10893
10961
|
*
|
|
10894
|
-
* @type {
|
|
10962
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
10895
10963
|
* @memberof JsonApiExportTemplateOutWithLinks
|
|
10896
10964
|
*/
|
|
10897
|
-
attributes:
|
|
10965
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
10898
10966
|
/**
|
|
10899
10967
|
*
|
|
10900
10968
|
* @type {ObjectLinks}
|
|
@@ -10926,106 +10994,40 @@ export interface JsonApiExportTemplatePatch {
|
|
|
10926
10994
|
id: string;
|
|
10927
10995
|
/**
|
|
10928
10996
|
*
|
|
10929
|
-
* @type {JsonApiExportTemplatePatchAttributes}
|
|
10930
|
-
* @memberof JsonApiExportTemplatePatch
|
|
10931
|
-
*/
|
|
10932
|
-
attributes: JsonApiExportTemplatePatchAttributes;
|
|
10933
|
-
}
|
|
10934
|
-
export declare const JsonApiExportTemplatePatchTypeEnum: {
|
|
10935
|
-
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
10936
|
-
};
|
|
10937
|
-
export type JsonApiExportTemplatePatchTypeEnum = typeof JsonApiExportTemplatePatchTypeEnum[keyof typeof JsonApiExportTemplatePatchTypeEnum];
|
|
10938
|
-
/**
|
|
10939
|
-
*
|
|
10940
|
-
* @export
|
|
10941
|
-
* @interface JsonApiExportTemplatePatchAttributes
|
|
10942
|
-
*/
|
|
10943
|
-
export interface JsonApiExportTemplatePatchAttributes {
|
|
10944
|
-
/**
|
|
10945
|
-
* User-facing name of the Slides template.
|
|
10946
|
-
* @type {string}
|
|
10947
|
-
* @memberof JsonApiExportTemplatePatchAttributes
|
|
10948
|
-
*/
|
|
10949
|
-
name?: string;
|
|
10950
|
-
/**
|
|
10951
|
-
*
|
|
10952
|
-
* @type {JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate}
|
|
10953
|
-
* @memberof JsonApiExportTemplatePatchAttributes
|
|
10954
|
-
*/
|
|
10955
|
-
dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
|
|
10956
|
-
/**
|
|
10957
|
-
*
|
|
10958
|
-
* @type {JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate}
|
|
10959
|
-
* @memberof JsonApiExportTemplatePatchAttributes
|
|
10960
|
-
*/
|
|
10961
|
-
widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
|
|
10962
|
-
}
|
|
10963
|
-
/**
|
|
10964
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
10965
|
-
* @export
|
|
10966
|
-
* @interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10967
|
-
*/
|
|
10968
|
-
export interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
|
|
10969
|
-
/**
|
|
10970
|
-
* Export types this template applies to.
|
|
10971
|
-
* @type {Array<string>}
|
|
10972
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10973
|
-
*/
|
|
10974
|
-
appliedOn: Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
10975
|
-
/**
|
|
10976
|
-
*
|
|
10977
|
-
* @type {CoverSlideTemplate}
|
|
10978
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10979
|
-
*/
|
|
10980
|
-
coverSlide?: CoverSlideTemplate | null;
|
|
10981
|
-
/**
|
|
10982
|
-
*
|
|
10983
|
-
* @type {IntroSlideTemplate}
|
|
10984
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10985
|
-
*/
|
|
10986
|
-
introSlide?: IntroSlideTemplate | null;
|
|
10987
|
-
/**
|
|
10988
|
-
*
|
|
10989
|
-
* @type {SectionSlideTemplate}
|
|
10990
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10991
|
-
*/
|
|
10992
|
-
sectionSlide?: SectionSlideTemplate | null;
|
|
10993
|
-
/**
|
|
10994
|
-
*
|
|
10995
|
-
* @type {ContentSlideTemplate}
|
|
10996
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10997
|
+
* @type {JsonApiExportTemplatePatchAttributes}
|
|
10998
|
+
* @memberof JsonApiExportTemplatePatch
|
|
10997
10999
|
*/
|
|
10998
|
-
|
|
11000
|
+
attributes: JsonApiExportTemplatePatchAttributes;
|
|
10999
11001
|
}
|
|
11000
|
-
export declare const
|
|
11001
|
-
readonly
|
|
11002
|
-
readonly PPTX: "PPTX";
|
|
11002
|
+
export declare const JsonApiExportTemplatePatchTypeEnum: {
|
|
11003
|
+
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
11003
11004
|
};
|
|
11004
|
-
export type
|
|
11005
|
+
export type JsonApiExportTemplatePatchTypeEnum = typeof JsonApiExportTemplatePatchTypeEnum[keyof typeof JsonApiExportTemplatePatchTypeEnum];
|
|
11005
11006
|
/**
|
|
11006
|
-
*
|
|
11007
|
+
*
|
|
11007
11008
|
* @export
|
|
11008
|
-
* @interface
|
|
11009
|
+
* @interface JsonApiExportTemplatePatchAttributes
|
|
11009
11010
|
*/
|
|
11010
|
-
export interface
|
|
11011
|
+
export interface JsonApiExportTemplatePatchAttributes {
|
|
11011
11012
|
/**
|
|
11012
|
-
*
|
|
11013
|
-
* @type {
|
|
11014
|
-
* @memberof
|
|
11013
|
+
* User-facing name of the Slides template.
|
|
11014
|
+
* @type {string}
|
|
11015
|
+
* @memberof JsonApiExportTemplatePatchAttributes
|
|
11015
11016
|
*/
|
|
11016
|
-
|
|
11017
|
+
name?: string;
|
|
11017
11018
|
/**
|
|
11018
11019
|
*
|
|
11019
|
-
* @type {
|
|
11020
|
-
* @memberof
|
|
11020
|
+
* @type {JsonApiExportTemplateInAttributesDashboardSlidesTemplate}
|
|
11021
|
+
* @memberof JsonApiExportTemplatePatchAttributes
|
|
11021
11022
|
*/
|
|
11022
|
-
|
|
11023
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateInAttributesDashboardSlidesTemplate | null;
|
|
11024
|
+
/**
|
|
11025
|
+
*
|
|
11026
|
+
* @type {JsonApiExportTemplateInAttributesWidgetSlidesTemplate}
|
|
11027
|
+
* @memberof JsonApiExportTemplatePatchAttributes
|
|
11028
|
+
*/
|
|
11029
|
+
widgetSlidesTemplate?: JsonApiExportTemplateInAttributesWidgetSlidesTemplate | null;
|
|
11023
11030
|
}
|
|
11024
|
-
export declare const JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
11025
|
-
readonly PDF: "PDF";
|
|
11026
|
-
readonly PPTX: "PPTX";
|
|
11027
|
-
};
|
|
11028
|
-
export type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
11029
11031
|
/**
|
|
11030
11032
|
*
|
|
11031
11033
|
* @export
|
|
@@ -11059,10 +11061,10 @@ export interface JsonApiExportTemplatePostOptionalId {
|
|
|
11059
11061
|
id?: string;
|
|
11060
11062
|
/**
|
|
11061
11063
|
*
|
|
11062
|
-
* @type {
|
|
11064
|
+
* @type {JsonApiExportTemplateInAttributes}
|
|
11063
11065
|
* @memberof JsonApiExportTemplatePostOptionalId
|
|
11064
11066
|
*/
|
|
11065
|
-
attributes:
|
|
11067
|
+
attributes: JsonApiExportTemplateInAttributes;
|
|
11066
11068
|
}
|
|
11067
11069
|
export declare const JsonApiExportTemplatePostOptionalIdTypeEnum: {
|
|
11068
11070
|
readonly EXPORT_TEMPLATE: "exportTemplate";
|
|
@@ -11742,10 +11744,10 @@ export interface JsonApiFilterViewIn {
|
|
|
11742
11744
|
attributes: JsonApiFilterViewOutAttributes;
|
|
11743
11745
|
/**
|
|
11744
11746
|
*
|
|
11745
|
-
* @type {
|
|
11747
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
11746
11748
|
* @memberof JsonApiFilterViewIn
|
|
11747
11749
|
*/
|
|
11748
|
-
relationships?:
|
|
11750
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
11749
11751
|
}
|
|
11750
11752
|
export declare const JsonApiFilterViewInTypeEnum: {
|
|
11751
11753
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -11790,10 +11792,10 @@ export interface JsonApiFilterViewOut {
|
|
|
11790
11792
|
attributes: JsonApiFilterViewOutAttributes;
|
|
11791
11793
|
/**
|
|
11792
11794
|
*
|
|
11793
|
-
* @type {
|
|
11795
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
11794
11796
|
* @memberof JsonApiFilterViewOut
|
|
11795
11797
|
*/
|
|
11796
|
-
relationships?:
|
|
11798
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
11797
11799
|
}
|
|
11798
11800
|
export declare const JsonApiFilterViewOutTypeEnum: {
|
|
11799
11801
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -11903,6 +11905,38 @@ export interface JsonApiFilterViewOutList {
|
|
|
11903
11905
|
*/
|
|
11904
11906
|
included?: Array<JsonApiFilterViewOutIncludes>;
|
|
11905
11907
|
}
|
|
11908
|
+
/**
|
|
11909
|
+
*
|
|
11910
|
+
* @export
|
|
11911
|
+
* @interface JsonApiFilterViewOutRelationships
|
|
11912
|
+
*/
|
|
11913
|
+
export interface JsonApiFilterViewOutRelationships {
|
|
11914
|
+
/**
|
|
11915
|
+
*
|
|
11916
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
11917
|
+
* @memberof JsonApiFilterViewOutRelationships
|
|
11918
|
+
*/
|
|
11919
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
11920
|
+
/**
|
|
11921
|
+
*
|
|
11922
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
11923
|
+
* @memberof JsonApiFilterViewOutRelationships
|
|
11924
|
+
*/
|
|
11925
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
11926
|
+
}
|
|
11927
|
+
/**
|
|
11928
|
+
*
|
|
11929
|
+
* @export
|
|
11930
|
+
* @interface JsonApiFilterViewOutRelationshipsUser
|
|
11931
|
+
*/
|
|
11932
|
+
export interface JsonApiFilterViewOutRelationshipsUser {
|
|
11933
|
+
/**
|
|
11934
|
+
*
|
|
11935
|
+
* @type {JsonApiUserToOneLinkage}
|
|
11936
|
+
* @memberof JsonApiFilterViewOutRelationshipsUser
|
|
11937
|
+
*/
|
|
11938
|
+
data: JsonApiUserToOneLinkage | null;
|
|
11939
|
+
}
|
|
11906
11940
|
/**
|
|
11907
11941
|
*
|
|
11908
11942
|
* @export
|
|
@@ -11929,10 +11963,10 @@ export interface JsonApiFilterViewOutWithLinks {
|
|
|
11929
11963
|
attributes: JsonApiFilterViewOutAttributes;
|
|
11930
11964
|
/**
|
|
11931
11965
|
*
|
|
11932
|
-
* @type {
|
|
11966
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
11933
11967
|
* @memberof JsonApiFilterViewOutWithLinks
|
|
11934
11968
|
*/
|
|
11935
|
-
relationships?:
|
|
11969
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
11936
11970
|
/**
|
|
11937
11971
|
*
|
|
11938
11972
|
* @type {ObjectLinks}
|
|
@@ -11970,10 +12004,10 @@ export interface JsonApiFilterViewPatch {
|
|
|
11970
12004
|
attributes: JsonApiFilterViewPatchAttributes;
|
|
11971
12005
|
/**
|
|
11972
12006
|
*
|
|
11973
|
-
* @type {
|
|
12007
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
11974
12008
|
* @memberof JsonApiFilterViewPatch
|
|
11975
12009
|
*/
|
|
11976
|
-
relationships?:
|
|
12010
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
11977
12011
|
}
|
|
11978
12012
|
export declare const JsonApiFilterViewPatchTypeEnum: {
|
|
11979
12013
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -12035,38 +12069,6 @@ export interface JsonApiFilterViewPatchDocument {
|
|
|
12035
12069
|
*/
|
|
12036
12070
|
data: JsonApiFilterViewPatch;
|
|
12037
12071
|
}
|
|
12038
|
-
/**
|
|
12039
|
-
*
|
|
12040
|
-
* @export
|
|
12041
|
-
* @interface JsonApiFilterViewPatchRelationships
|
|
12042
|
-
*/
|
|
12043
|
-
export interface JsonApiFilterViewPatchRelationships {
|
|
12044
|
-
/**
|
|
12045
|
-
*
|
|
12046
|
-
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
12047
|
-
* @memberof JsonApiFilterViewPatchRelationships
|
|
12048
|
-
*/
|
|
12049
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
12050
|
-
/**
|
|
12051
|
-
*
|
|
12052
|
-
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
12053
|
-
* @memberof JsonApiFilterViewPatchRelationships
|
|
12054
|
-
*/
|
|
12055
|
-
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
12056
|
-
}
|
|
12057
|
-
/**
|
|
12058
|
-
*
|
|
12059
|
-
* @export
|
|
12060
|
-
* @interface JsonApiFilterViewPatchRelationshipsUser
|
|
12061
|
-
*/
|
|
12062
|
-
export interface JsonApiFilterViewPatchRelationshipsUser {
|
|
12063
|
-
/**
|
|
12064
|
-
*
|
|
12065
|
-
* @type {JsonApiUserToOneLinkage}
|
|
12066
|
-
* @memberof JsonApiFilterViewPatchRelationshipsUser
|
|
12067
|
-
*/
|
|
12068
|
-
data: JsonApiUserToOneLinkage | null;
|
|
12069
|
-
}
|
|
12070
12072
|
/**
|
|
12071
12073
|
* JSON:API representation of identityProvider entity.
|
|
12072
12074
|
* @export
|
|
@@ -12087,15 +12089,98 @@ export interface JsonApiIdentityProviderIn {
|
|
|
12087
12089
|
id: string;
|
|
12088
12090
|
/**
|
|
12089
12091
|
*
|
|
12090
|
-
* @type {
|
|
12092
|
+
* @type {JsonApiIdentityProviderInAttributes}
|
|
12091
12093
|
* @memberof JsonApiIdentityProviderIn
|
|
12092
12094
|
*/
|
|
12093
|
-
attributes?:
|
|
12095
|
+
attributes?: JsonApiIdentityProviderInAttributes;
|
|
12094
12096
|
}
|
|
12095
12097
|
export declare const JsonApiIdentityProviderInTypeEnum: {
|
|
12096
12098
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
12097
12099
|
};
|
|
12098
12100
|
export type JsonApiIdentityProviderInTypeEnum = typeof JsonApiIdentityProviderInTypeEnum[keyof typeof JsonApiIdentityProviderInTypeEnum];
|
|
12101
|
+
/**
|
|
12102
|
+
*
|
|
12103
|
+
* @export
|
|
12104
|
+
* @interface JsonApiIdentityProviderInAttributes
|
|
12105
|
+
*/
|
|
12106
|
+
export interface JsonApiIdentityProviderInAttributes {
|
|
12107
|
+
/**
|
|
12108
|
+
* List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
|
|
12109
|
+
* @type {Array<string>}
|
|
12110
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
12111
|
+
*/
|
|
12112
|
+
identifiers?: Array<string>;
|
|
12113
|
+
/**
|
|
12114
|
+
* Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
|
|
12115
|
+
* @type {{ [key: string]: string; }}
|
|
12116
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
12117
|
+
*/
|
|
12118
|
+
customClaimMapping?: {
|
|
12119
|
+
[key: string]: string;
|
|
12120
|
+
};
|
|
12121
|
+
/**
|
|
12122
|
+
* Base64 encoded xml document with SAML metadata. This document is issued by your SAML provider. It includes the issuer\'s name, expiration information, and keys that can be used to validate the response from the identity provider. This field is mandatory for SAML IdP.
|
|
12123
|
+
* @type {string}
|
|
12124
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
12125
|
+
*/
|
|
12126
|
+
samlMetadata?: string;
|
|
12127
|
+
/**
|
|
12128
|
+
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
12129
|
+
* @type {string}
|
|
12130
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
12131
|
+
*/
|
|
12132
|
+
oauthClientId?: string;
|
|
12133
|
+
/**
|
|
12134
|
+
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
12135
|
+
* @type {string}
|
|
12136
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
12137
|
+
*/
|
|
12138
|
+
oauthClientSecret?: string;
|
|
12139
|
+
/**
|
|
12140
|
+
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
12141
|
+
* @type {string}
|
|
12142
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
12143
|
+
*/
|
|
12144
|
+
oauthIssuerLocation?: string;
|
|
12145
|
+
/**
|
|
12146
|
+
* Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
|
|
12147
|
+
* @type {string}
|
|
12148
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
12149
|
+
*/
|
|
12150
|
+
oauthIssuerId?: string;
|
|
12151
|
+
/**
|
|
12152
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
12153
|
+
* @type {string}
|
|
12154
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
12155
|
+
*/
|
|
12156
|
+
oauthSubjectIdClaim?: string;
|
|
12157
|
+
/**
|
|
12158
|
+
* Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
|
|
12159
|
+
* @type {{ [key: string]: string; }}
|
|
12160
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
12161
|
+
*/
|
|
12162
|
+
oauthCustomAuthAttributes?: {
|
|
12163
|
+
[key: string]: string;
|
|
12164
|
+
};
|
|
12165
|
+
/**
|
|
12166
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
12167
|
+
* @type {Array<string>}
|
|
12168
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
12169
|
+
*/
|
|
12170
|
+
oauthCustomScopes?: Array<string> | null;
|
|
12171
|
+
/**
|
|
12172
|
+
* Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
12173
|
+
* @type {string}
|
|
12174
|
+
* @memberof JsonApiIdentityProviderInAttributes
|
|
12175
|
+
*/
|
|
12176
|
+
idpType?: JsonApiIdentityProviderInAttributesIdpTypeEnum;
|
|
12177
|
+
}
|
|
12178
|
+
export declare const JsonApiIdentityProviderInAttributesIdpTypeEnum: {
|
|
12179
|
+
readonly MANAGED_IDP: "MANAGED_IDP";
|
|
12180
|
+
readonly FIM_IDP: "FIM_IDP";
|
|
12181
|
+
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
12182
|
+
};
|
|
12183
|
+
export type JsonApiIdentityProviderInAttributesIdpTypeEnum = typeof JsonApiIdentityProviderInAttributesIdpTypeEnum[keyof typeof JsonApiIdentityProviderInAttributesIdpTypeEnum];
|
|
12099
12184
|
/**
|
|
12100
12185
|
*
|
|
12101
12186
|
* @export
|
|
@@ -12331,98 +12416,15 @@ export interface JsonApiIdentityProviderPatch {
|
|
|
12331
12416
|
id: string;
|
|
12332
12417
|
/**
|
|
12333
12418
|
*
|
|
12334
|
-
* @type {
|
|
12419
|
+
* @type {JsonApiIdentityProviderInAttributes}
|
|
12335
12420
|
* @memberof JsonApiIdentityProviderPatch
|
|
12336
12421
|
*/
|
|
12337
|
-
attributes?:
|
|
12422
|
+
attributes?: JsonApiIdentityProviderInAttributes;
|
|
12338
12423
|
}
|
|
12339
12424
|
export declare const JsonApiIdentityProviderPatchTypeEnum: {
|
|
12340
12425
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
12341
12426
|
};
|
|
12342
12427
|
export type JsonApiIdentityProviderPatchTypeEnum = typeof JsonApiIdentityProviderPatchTypeEnum[keyof typeof JsonApiIdentityProviderPatchTypeEnum];
|
|
12343
|
-
/**
|
|
12344
|
-
*
|
|
12345
|
-
* @export
|
|
12346
|
-
* @interface JsonApiIdentityProviderPatchAttributes
|
|
12347
|
-
*/
|
|
12348
|
-
export interface JsonApiIdentityProviderPatchAttributes {
|
|
12349
|
-
/**
|
|
12350
|
-
* List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
|
|
12351
|
-
* @type {Array<string>}
|
|
12352
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
12353
|
-
*/
|
|
12354
|
-
identifiers?: Array<string>;
|
|
12355
|
-
/**
|
|
12356
|
-
* Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
|
|
12357
|
-
* @type {{ [key: string]: string; }}
|
|
12358
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
12359
|
-
*/
|
|
12360
|
-
customClaimMapping?: {
|
|
12361
|
-
[key: string]: string;
|
|
12362
|
-
};
|
|
12363
|
-
/**
|
|
12364
|
-
* Base64 encoded xml document with SAML metadata. This document is issued by your SAML provider. It includes the issuer\'s name, expiration information, and keys that can be used to validate the response from the identity provider. This field is mandatory for SAML IdP.
|
|
12365
|
-
* @type {string}
|
|
12366
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
12367
|
-
*/
|
|
12368
|
-
samlMetadata?: string;
|
|
12369
|
-
/**
|
|
12370
|
-
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
12371
|
-
* @type {string}
|
|
12372
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
12373
|
-
*/
|
|
12374
|
-
oauthClientId?: string;
|
|
12375
|
-
/**
|
|
12376
|
-
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
12377
|
-
* @type {string}
|
|
12378
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
12379
|
-
*/
|
|
12380
|
-
oauthClientSecret?: string;
|
|
12381
|
-
/**
|
|
12382
|
-
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
12383
|
-
* @type {string}
|
|
12384
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
12385
|
-
*/
|
|
12386
|
-
oauthIssuerLocation?: string;
|
|
12387
|
-
/**
|
|
12388
|
-
* Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
|
|
12389
|
-
* @type {string}
|
|
12390
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
12391
|
-
*/
|
|
12392
|
-
oauthIssuerId?: string;
|
|
12393
|
-
/**
|
|
12394
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
12395
|
-
* @type {string}
|
|
12396
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
12397
|
-
*/
|
|
12398
|
-
oauthSubjectIdClaim?: string;
|
|
12399
|
-
/**
|
|
12400
|
-
* Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
|
|
12401
|
-
* @type {{ [key: string]: string; }}
|
|
12402
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
12403
|
-
*/
|
|
12404
|
-
oauthCustomAuthAttributes?: {
|
|
12405
|
-
[key: string]: string;
|
|
12406
|
-
};
|
|
12407
|
-
/**
|
|
12408
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
12409
|
-
* @type {Array<string>}
|
|
12410
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
12411
|
-
*/
|
|
12412
|
-
oauthCustomScopes?: Array<string> | null;
|
|
12413
|
-
/**
|
|
12414
|
-
* Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
|
|
12415
|
-
* @type {string}
|
|
12416
|
-
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
12417
|
-
*/
|
|
12418
|
-
idpType?: JsonApiIdentityProviderPatchAttributesIdpTypeEnum;
|
|
12419
|
-
}
|
|
12420
|
-
export declare const JsonApiIdentityProviderPatchAttributesIdpTypeEnum: {
|
|
12421
|
-
readonly MANAGED_IDP: "MANAGED_IDP";
|
|
12422
|
-
readonly FIM_IDP: "FIM_IDP";
|
|
12423
|
-
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
12424
|
-
};
|
|
12425
|
-
export type JsonApiIdentityProviderPatchAttributesIdpTypeEnum = typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum[keyof typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum];
|
|
12426
12428
|
/**
|
|
12427
12429
|
*
|
|
12428
12430
|
* @export
|
|
@@ -12462,15 +12464,28 @@ export interface JsonApiJwkIn {
|
|
|
12462
12464
|
id: string;
|
|
12463
12465
|
/**
|
|
12464
12466
|
*
|
|
12465
|
-
* @type {
|
|
12467
|
+
* @type {JsonApiJwkInAttributes}
|
|
12466
12468
|
* @memberof JsonApiJwkIn
|
|
12467
12469
|
*/
|
|
12468
|
-
attributes?:
|
|
12470
|
+
attributes?: JsonApiJwkInAttributes;
|
|
12469
12471
|
}
|
|
12470
12472
|
export declare const JsonApiJwkInTypeEnum: {
|
|
12471
12473
|
readonly JWK: "jwk";
|
|
12472
12474
|
};
|
|
12473
12475
|
export type JsonApiJwkInTypeEnum = typeof JsonApiJwkInTypeEnum[keyof typeof JsonApiJwkInTypeEnum];
|
|
12476
|
+
/**
|
|
12477
|
+
*
|
|
12478
|
+
* @export
|
|
12479
|
+
* @interface JsonApiJwkInAttributes
|
|
12480
|
+
*/
|
|
12481
|
+
export interface JsonApiJwkInAttributes {
|
|
12482
|
+
/**
|
|
12483
|
+
* Specification of the cryptographic key
|
|
12484
|
+
* @type {RsaSpecification}
|
|
12485
|
+
* @memberof JsonApiJwkInAttributes
|
|
12486
|
+
*/
|
|
12487
|
+
content?: RsaSpecification;
|
|
12488
|
+
}
|
|
12474
12489
|
/**
|
|
12475
12490
|
*
|
|
12476
12491
|
* @export
|
|
@@ -12504,10 +12519,10 @@ export interface JsonApiJwkOut {
|
|
|
12504
12519
|
id: string;
|
|
12505
12520
|
/**
|
|
12506
12521
|
*
|
|
12507
|
-
* @type {
|
|
12522
|
+
* @type {JsonApiJwkInAttributes}
|
|
12508
12523
|
* @memberof JsonApiJwkOut
|
|
12509
12524
|
*/
|
|
12510
|
-
attributes?:
|
|
12525
|
+
attributes?: JsonApiJwkInAttributes;
|
|
12511
12526
|
}
|
|
12512
12527
|
export declare const JsonApiJwkOutTypeEnum: {
|
|
12513
12528
|
readonly JWK: "jwk";
|
|
@@ -12577,10 +12592,10 @@ export interface JsonApiJwkOutWithLinks {
|
|
|
12577
12592
|
id: string;
|
|
12578
12593
|
/**
|
|
12579
12594
|
*
|
|
12580
|
-
* @type {
|
|
12595
|
+
* @type {JsonApiJwkInAttributes}
|
|
12581
12596
|
* @memberof JsonApiJwkOutWithLinks
|
|
12582
12597
|
*/
|
|
12583
|
-
attributes?:
|
|
12598
|
+
attributes?: JsonApiJwkInAttributes;
|
|
12584
12599
|
/**
|
|
12585
12600
|
*
|
|
12586
12601
|
* @type {ObjectLinks}
|
|
@@ -12612,28 +12627,15 @@ export interface JsonApiJwkPatch {
|
|
|
12612
12627
|
id: string;
|
|
12613
12628
|
/**
|
|
12614
12629
|
*
|
|
12615
|
-
* @type {
|
|
12630
|
+
* @type {JsonApiJwkInAttributes}
|
|
12616
12631
|
* @memberof JsonApiJwkPatch
|
|
12617
12632
|
*/
|
|
12618
|
-
attributes?:
|
|
12633
|
+
attributes?: JsonApiJwkInAttributes;
|
|
12619
12634
|
}
|
|
12620
12635
|
export declare const JsonApiJwkPatchTypeEnum: {
|
|
12621
12636
|
readonly JWK: "jwk";
|
|
12622
12637
|
};
|
|
12623
12638
|
export type JsonApiJwkPatchTypeEnum = typeof JsonApiJwkPatchTypeEnum[keyof typeof JsonApiJwkPatchTypeEnum];
|
|
12624
|
-
/**
|
|
12625
|
-
*
|
|
12626
|
-
* @export
|
|
12627
|
-
* @interface JsonApiJwkPatchAttributes
|
|
12628
|
-
*/
|
|
12629
|
-
export interface JsonApiJwkPatchAttributes {
|
|
12630
|
-
/**
|
|
12631
|
-
* Specification of the cryptographic key
|
|
12632
|
-
* @type {RsaSpecification}
|
|
12633
|
-
* @memberof JsonApiJwkPatchAttributes
|
|
12634
|
-
*/
|
|
12635
|
-
content?: RsaSpecification;
|
|
12636
|
-
}
|
|
12637
12639
|
/**
|
|
12638
12640
|
*
|
|
12639
12641
|
* @export
|
|
@@ -13257,65 +13259,28 @@ export interface JsonApiLlmEndpointPatchDocument {
|
|
|
13257
13259
|
*/
|
|
13258
13260
|
export interface JsonApiMetricIn {
|
|
13259
13261
|
/**
|
|
13260
|
-
* Object type
|
|
13261
|
-
* @type {string}
|
|
13262
|
-
* @memberof JsonApiMetricIn
|
|
13263
|
-
*/
|
|
13264
|
-
type: JsonApiMetricInTypeEnum;
|
|
13265
|
-
/**
|
|
13266
|
-
* API identifier of an object
|
|
13267
|
-
* @type {string}
|
|
13268
|
-
* @memberof JsonApiMetricIn
|
|
13269
|
-
*/
|
|
13270
|
-
id: string;
|
|
13271
|
-
/**
|
|
13272
|
-
*
|
|
13273
|
-
* @type {JsonApiMetricInAttributes}
|
|
13274
|
-
* @memberof JsonApiMetricIn
|
|
13275
|
-
*/
|
|
13276
|
-
attributes: JsonApiMetricInAttributes;
|
|
13277
|
-
}
|
|
13278
|
-
export declare const JsonApiMetricInTypeEnum: {
|
|
13279
|
-
readonly METRIC: "metric";
|
|
13280
|
-
};
|
|
13281
|
-
export type JsonApiMetricInTypeEnum = typeof JsonApiMetricInTypeEnum[keyof typeof JsonApiMetricInTypeEnum];
|
|
13282
|
-
/**
|
|
13283
|
-
*
|
|
13284
|
-
* @export
|
|
13285
|
-
* @interface JsonApiMetricInAttributes
|
|
13286
|
-
*/
|
|
13287
|
-
export interface JsonApiMetricInAttributes {
|
|
13288
|
-
/**
|
|
13289
|
-
*
|
|
13290
|
-
* @type {string}
|
|
13291
|
-
* @memberof JsonApiMetricInAttributes
|
|
13292
|
-
*/
|
|
13293
|
-
title?: string;
|
|
13294
|
-
/**
|
|
13295
|
-
*
|
|
13262
|
+
* Object type
|
|
13296
13263
|
* @type {string}
|
|
13297
|
-
* @memberof
|
|
13298
|
-
*/
|
|
13299
|
-
description?: string;
|
|
13300
|
-
/**
|
|
13301
|
-
*
|
|
13302
|
-
* @type {Array<string>}
|
|
13303
|
-
* @memberof JsonApiMetricInAttributes
|
|
13264
|
+
* @memberof JsonApiMetricIn
|
|
13304
13265
|
*/
|
|
13305
|
-
|
|
13266
|
+
type: JsonApiMetricInTypeEnum;
|
|
13306
13267
|
/**
|
|
13307
|
-
*
|
|
13308
|
-
* @type {
|
|
13309
|
-
* @memberof
|
|
13268
|
+
* API identifier of an object
|
|
13269
|
+
* @type {string}
|
|
13270
|
+
* @memberof JsonApiMetricIn
|
|
13310
13271
|
*/
|
|
13311
|
-
|
|
13272
|
+
id: string;
|
|
13312
13273
|
/**
|
|
13313
13274
|
*
|
|
13314
|
-
* @type {
|
|
13315
|
-
* @memberof
|
|
13275
|
+
* @type {JsonApiMetricPostOptionalIdAttributes}
|
|
13276
|
+
* @memberof JsonApiMetricIn
|
|
13316
13277
|
*/
|
|
13317
|
-
|
|
13278
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
13318
13279
|
}
|
|
13280
|
+
export declare const JsonApiMetricInTypeEnum: {
|
|
13281
|
+
readonly METRIC: "metric";
|
|
13282
|
+
};
|
|
13283
|
+
export type JsonApiMetricInTypeEnum = typeof JsonApiMetricInTypeEnum[keyof typeof JsonApiMetricInTypeEnum];
|
|
13319
13284
|
/**
|
|
13320
13285
|
*
|
|
13321
13286
|
* @export
|
|
@@ -13668,15 +13633,52 @@ export interface JsonApiMetricPostOptionalId {
|
|
|
13668
13633
|
id?: string;
|
|
13669
13634
|
/**
|
|
13670
13635
|
*
|
|
13671
|
-
* @type {
|
|
13636
|
+
* @type {JsonApiMetricPostOptionalIdAttributes}
|
|
13672
13637
|
* @memberof JsonApiMetricPostOptionalId
|
|
13673
13638
|
*/
|
|
13674
|
-
attributes:
|
|
13639
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
13675
13640
|
}
|
|
13676
13641
|
export declare const JsonApiMetricPostOptionalIdTypeEnum: {
|
|
13677
13642
|
readonly METRIC: "metric";
|
|
13678
13643
|
};
|
|
13679
13644
|
export type JsonApiMetricPostOptionalIdTypeEnum = typeof JsonApiMetricPostOptionalIdTypeEnum[keyof typeof JsonApiMetricPostOptionalIdTypeEnum];
|
|
13645
|
+
/**
|
|
13646
|
+
*
|
|
13647
|
+
* @export
|
|
13648
|
+
* @interface JsonApiMetricPostOptionalIdAttributes
|
|
13649
|
+
*/
|
|
13650
|
+
export interface JsonApiMetricPostOptionalIdAttributes {
|
|
13651
|
+
/**
|
|
13652
|
+
*
|
|
13653
|
+
* @type {string}
|
|
13654
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13655
|
+
*/
|
|
13656
|
+
title?: string;
|
|
13657
|
+
/**
|
|
13658
|
+
*
|
|
13659
|
+
* @type {string}
|
|
13660
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13661
|
+
*/
|
|
13662
|
+
description?: string;
|
|
13663
|
+
/**
|
|
13664
|
+
*
|
|
13665
|
+
* @type {Array<string>}
|
|
13666
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13667
|
+
*/
|
|
13668
|
+
tags?: Array<string>;
|
|
13669
|
+
/**
|
|
13670
|
+
*
|
|
13671
|
+
* @type {boolean}
|
|
13672
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13673
|
+
*/
|
|
13674
|
+
areRelationsValid?: boolean;
|
|
13675
|
+
/**
|
|
13676
|
+
*
|
|
13677
|
+
* @type {JsonApiMetricOutAttributesContent}
|
|
13678
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13679
|
+
*/
|
|
13680
|
+
content: JsonApiMetricOutAttributesContent;
|
|
13681
|
+
}
|
|
13680
13682
|
/**
|
|
13681
13683
|
*
|
|
13682
13684
|
* @export
|
|
@@ -13862,15 +13864,87 @@ export interface JsonApiNotificationChannelIn {
|
|
|
13862
13864
|
id: string;
|
|
13863
13865
|
/**
|
|
13864
13866
|
*
|
|
13865
|
-
* @type {
|
|
13867
|
+
* @type {JsonApiNotificationChannelInAttributes}
|
|
13866
13868
|
* @memberof JsonApiNotificationChannelIn
|
|
13867
13869
|
*/
|
|
13868
|
-
attributes?:
|
|
13870
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
13869
13871
|
}
|
|
13870
13872
|
export declare const JsonApiNotificationChannelInTypeEnum: {
|
|
13871
13873
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
13872
13874
|
};
|
|
13873
13875
|
export type JsonApiNotificationChannelInTypeEnum = typeof JsonApiNotificationChannelInTypeEnum[keyof typeof JsonApiNotificationChannelInTypeEnum];
|
|
13876
|
+
/**
|
|
13877
|
+
*
|
|
13878
|
+
* @export
|
|
13879
|
+
* @interface JsonApiNotificationChannelInAttributes
|
|
13880
|
+
*/
|
|
13881
|
+
export interface JsonApiNotificationChannelInAttributes {
|
|
13882
|
+
/**
|
|
13883
|
+
*
|
|
13884
|
+
* @type {string}
|
|
13885
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
13886
|
+
*/
|
|
13887
|
+
name?: string | null;
|
|
13888
|
+
/**
|
|
13889
|
+
*
|
|
13890
|
+
* @type {string}
|
|
13891
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
13892
|
+
*/
|
|
13893
|
+
description?: string | null;
|
|
13894
|
+
/**
|
|
13895
|
+
* The destination where the notifications are to be sent.
|
|
13896
|
+
* @type {DefaultSmtp | InPlatform | Smtp | Webhook}
|
|
13897
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
13898
|
+
*/
|
|
13899
|
+
destination?: DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
13900
|
+
/**
|
|
13901
|
+
* 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}
|
|
13902
|
+
* @type {string}
|
|
13903
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
13904
|
+
*/
|
|
13905
|
+
customDashboardUrl?: string;
|
|
13906
|
+
/**
|
|
13907
|
+
* 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
|
|
13908
|
+
* @type {string}
|
|
13909
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
13910
|
+
*/
|
|
13911
|
+
dashboardLinkVisibility?: JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum;
|
|
13912
|
+
/**
|
|
13913
|
+
* 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}}
|
|
13914
|
+
* @type {string}
|
|
13915
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
13916
|
+
*/
|
|
13917
|
+
notificationSource?: string;
|
|
13918
|
+
/**
|
|
13919
|
+
* 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
|
|
13920
|
+
* @type {string}
|
|
13921
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
13922
|
+
*/
|
|
13923
|
+
allowedRecipients?: JsonApiNotificationChannelInAttributesAllowedRecipientsEnum;
|
|
13924
|
+
/**
|
|
13925
|
+
* 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
|
|
13926
|
+
* @type {string}
|
|
13927
|
+
* @memberof JsonApiNotificationChannelInAttributes
|
|
13928
|
+
*/
|
|
13929
|
+
inPlatformNotification?: JsonApiNotificationChannelInAttributesInPlatformNotificationEnum;
|
|
13930
|
+
}
|
|
13931
|
+
export declare const JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum: {
|
|
13932
|
+
readonly HIDDEN: "HIDDEN";
|
|
13933
|
+
readonly INTERNAL_ONLY: "INTERNAL_ONLY";
|
|
13934
|
+
readonly ALL: "ALL";
|
|
13935
|
+
};
|
|
13936
|
+
export type JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum[keyof typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum];
|
|
13937
|
+
export declare const JsonApiNotificationChannelInAttributesAllowedRecipientsEnum: {
|
|
13938
|
+
readonly CREATOR: "CREATOR";
|
|
13939
|
+
readonly INTERNAL: "INTERNAL";
|
|
13940
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
13941
|
+
};
|
|
13942
|
+
export type JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum];
|
|
13943
|
+
export declare const JsonApiNotificationChannelInAttributesInPlatformNotificationEnum: {
|
|
13944
|
+
readonly DISABLED: "DISABLED";
|
|
13945
|
+
readonly ENABLED: "ENABLED";
|
|
13946
|
+
};
|
|
13947
|
+
export type JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum[keyof typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum];
|
|
13874
13948
|
/**
|
|
13875
13949
|
*
|
|
13876
13950
|
* @export
|
|
@@ -14120,10 +14194,10 @@ export interface JsonApiNotificationChannelPatch {
|
|
|
14120
14194
|
id: string;
|
|
14121
14195
|
/**
|
|
14122
14196
|
*
|
|
14123
|
-
* @type {
|
|
14197
|
+
* @type {JsonApiNotificationChannelInAttributes}
|
|
14124
14198
|
* @memberof JsonApiNotificationChannelPatch
|
|
14125
14199
|
*/
|
|
14126
|
-
attributes?:
|
|
14200
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
14127
14201
|
}
|
|
14128
14202
|
export declare const JsonApiNotificationChannelPatchTypeEnum: {
|
|
14129
14203
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
@@ -14132,183 +14206,219 @@ export type JsonApiNotificationChannelPatchTypeEnum = typeof JsonApiNotification
|
|
|
14132
14206
|
/**
|
|
14133
14207
|
*
|
|
14134
14208
|
* @export
|
|
14135
|
-
* @interface
|
|
14209
|
+
* @interface JsonApiNotificationChannelPatchDocument
|
|
14136
14210
|
*/
|
|
14137
|
-
export interface
|
|
14211
|
+
export interface JsonApiNotificationChannelPatchDocument {
|
|
14138
14212
|
/**
|
|
14139
14213
|
*
|
|
14214
|
+
* @type {JsonApiNotificationChannelPatch}
|
|
14215
|
+
* @memberof JsonApiNotificationChannelPatchDocument
|
|
14216
|
+
*/
|
|
14217
|
+
data: JsonApiNotificationChannelPatch;
|
|
14218
|
+
}
|
|
14219
|
+
/**
|
|
14220
|
+
* JSON:API representation of notificationChannel entity.
|
|
14221
|
+
* @export
|
|
14222
|
+
* @interface JsonApiNotificationChannelPostOptionalId
|
|
14223
|
+
*/
|
|
14224
|
+
export interface JsonApiNotificationChannelPostOptionalId {
|
|
14225
|
+
/**
|
|
14226
|
+
* Object type
|
|
14140
14227
|
* @type {string}
|
|
14141
|
-
* @memberof
|
|
14228
|
+
* @memberof JsonApiNotificationChannelPostOptionalId
|
|
14142
14229
|
*/
|
|
14143
|
-
|
|
14230
|
+
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
14144
14231
|
/**
|
|
14145
|
-
*
|
|
14232
|
+
* API identifier of an object
|
|
14146
14233
|
* @type {string}
|
|
14147
|
-
* @memberof
|
|
14234
|
+
* @memberof JsonApiNotificationChannelPostOptionalId
|
|
14148
14235
|
*/
|
|
14149
|
-
|
|
14236
|
+
id?: string;
|
|
14150
14237
|
/**
|
|
14151
|
-
*
|
|
14152
|
-
* @type {
|
|
14153
|
-
* @memberof
|
|
14238
|
+
*
|
|
14239
|
+
* @type {JsonApiNotificationChannelInAttributes}
|
|
14240
|
+
* @memberof JsonApiNotificationChannelPostOptionalId
|
|
14154
14241
|
*/
|
|
14155
|
-
|
|
14242
|
+
attributes?: JsonApiNotificationChannelInAttributes;
|
|
14243
|
+
}
|
|
14244
|
+
export declare const JsonApiNotificationChannelPostOptionalIdTypeEnum: {
|
|
14245
|
+
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
14246
|
+
};
|
|
14247
|
+
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = typeof JsonApiNotificationChannelPostOptionalIdTypeEnum[keyof typeof JsonApiNotificationChannelPostOptionalIdTypeEnum];
|
|
14248
|
+
/**
|
|
14249
|
+
*
|
|
14250
|
+
* @export
|
|
14251
|
+
* @interface JsonApiNotificationChannelPostOptionalIdDocument
|
|
14252
|
+
*/
|
|
14253
|
+
export interface JsonApiNotificationChannelPostOptionalIdDocument {
|
|
14156
14254
|
/**
|
|
14157
|
-
*
|
|
14158
|
-
* @type {
|
|
14159
|
-
* @memberof
|
|
14255
|
+
*
|
|
14256
|
+
* @type {JsonApiNotificationChannelPostOptionalId}
|
|
14257
|
+
* @memberof JsonApiNotificationChannelPostOptionalIdDocument
|
|
14160
14258
|
*/
|
|
14161
|
-
|
|
14259
|
+
data: JsonApiNotificationChannelPostOptionalId;
|
|
14260
|
+
}
|
|
14261
|
+
/**
|
|
14262
|
+
* @type JsonApiNotificationChannelToOneLinkage
|
|
14263
|
+
* References to other resource objects in a to-one (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
14264
|
+
* @export
|
|
14265
|
+
*/
|
|
14266
|
+
export type JsonApiNotificationChannelToOneLinkage = JsonApiNotificationChannelLinkage;
|
|
14267
|
+
/**
|
|
14268
|
+
* JSON:API representation of organization entity.
|
|
14269
|
+
* @export
|
|
14270
|
+
* @interface JsonApiOrganizationIn
|
|
14271
|
+
*/
|
|
14272
|
+
export interface JsonApiOrganizationIn {
|
|
14162
14273
|
/**
|
|
14163
|
-
*
|
|
14274
|
+
* Object type
|
|
14164
14275
|
* @type {string}
|
|
14165
|
-
* @memberof
|
|
14276
|
+
* @memberof JsonApiOrganizationIn
|
|
14166
14277
|
*/
|
|
14167
|
-
|
|
14278
|
+
type: JsonApiOrganizationInTypeEnum;
|
|
14168
14279
|
/**
|
|
14169
|
-
*
|
|
14280
|
+
* API identifier of an object
|
|
14170
14281
|
* @type {string}
|
|
14171
|
-
* @memberof
|
|
14282
|
+
* @memberof JsonApiOrganizationIn
|
|
14172
14283
|
*/
|
|
14173
|
-
|
|
14284
|
+
id: string;
|
|
14174
14285
|
/**
|
|
14175
|
-
*
|
|
14176
|
-
* @type {
|
|
14177
|
-
* @memberof
|
|
14286
|
+
*
|
|
14287
|
+
* @type {JsonApiOrganizationInAttributes}
|
|
14288
|
+
* @memberof JsonApiOrganizationIn
|
|
14178
14289
|
*/
|
|
14179
|
-
|
|
14290
|
+
attributes?: JsonApiOrganizationInAttributes;
|
|
14180
14291
|
/**
|
|
14181
|
-
*
|
|
14182
|
-
* @type {
|
|
14183
|
-
* @memberof
|
|
14292
|
+
*
|
|
14293
|
+
* @type {JsonApiOrganizationInRelationships}
|
|
14294
|
+
* @memberof JsonApiOrganizationIn
|
|
14184
14295
|
*/
|
|
14185
|
-
|
|
14296
|
+
relationships?: JsonApiOrganizationInRelationships;
|
|
14186
14297
|
}
|
|
14187
|
-
export declare const
|
|
14188
|
-
readonly
|
|
14189
|
-
readonly INTERNAL_ONLY: "INTERNAL_ONLY";
|
|
14190
|
-
readonly ALL: "ALL";
|
|
14191
|
-
};
|
|
14192
|
-
export type JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum = typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum[keyof typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum];
|
|
14193
|
-
export declare const JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum: {
|
|
14194
|
-
readonly CREATOR: "CREATOR";
|
|
14195
|
-
readonly INTERNAL: "INTERNAL";
|
|
14196
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
14197
|
-
};
|
|
14198
|
-
export type JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum];
|
|
14199
|
-
export declare const JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum: {
|
|
14200
|
-
readonly DISABLED: "DISABLED";
|
|
14201
|
-
readonly ENABLED: "ENABLED";
|
|
14298
|
+
export declare const JsonApiOrganizationInTypeEnum: {
|
|
14299
|
+
readonly ORGANIZATION: "organization";
|
|
14202
14300
|
};
|
|
14203
|
-
export type
|
|
14301
|
+
export type JsonApiOrganizationInTypeEnum = typeof JsonApiOrganizationInTypeEnum[keyof typeof JsonApiOrganizationInTypeEnum];
|
|
14204
14302
|
/**
|
|
14205
14303
|
*
|
|
14206
14304
|
* @export
|
|
14207
|
-
* @interface
|
|
14305
|
+
* @interface JsonApiOrganizationInAttributes
|
|
14208
14306
|
*/
|
|
14209
|
-
export interface
|
|
14307
|
+
export interface JsonApiOrganizationInAttributes {
|
|
14210
14308
|
/**
|
|
14211
14309
|
*
|
|
14212
|
-
* @type {
|
|
14213
|
-
* @memberof
|
|
14310
|
+
* @type {string}
|
|
14311
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14214
14312
|
*/
|
|
14215
|
-
|
|
14216
|
-
}
|
|
14217
|
-
/**
|
|
14218
|
-
* JSON:API representation of notificationChannel entity.
|
|
14219
|
-
* @export
|
|
14220
|
-
* @interface JsonApiNotificationChannelPostOptionalId
|
|
14221
|
-
*/
|
|
14222
|
-
export interface JsonApiNotificationChannelPostOptionalId {
|
|
14313
|
+
name?: string | null;
|
|
14223
14314
|
/**
|
|
14224
|
-
*
|
|
14315
|
+
*
|
|
14225
14316
|
* @type {string}
|
|
14226
|
-
* @memberof
|
|
14317
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14227
14318
|
*/
|
|
14228
|
-
|
|
14319
|
+
hostname?: string;
|
|
14320
|
+
/**
|
|
14321
|
+
*
|
|
14322
|
+
* @type {Array<string>}
|
|
14323
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14324
|
+
*/
|
|
14325
|
+
allowedOrigins?: Array<string>;
|
|
14326
|
+
/**
|
|
14327
|
+
*
|
|
14328
|
+
* @type {string}
|
|
14329
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14330
|
+
*/
|
|
14331
|
+
oauthIssuerLocation?: string;
|
|
14332
|
+
/**
|
|
14333
|
+
*
|
|
14334
|
+
* @type {string}
|
|
14335
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14336
|
+
*/
|
|
14337
|
+
oauthClientId?: string;
|
|
14338
|
+
/**
|
|
14339
|
+
*
|
|
14340
|
+
* @type {string}
|
|
14341
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14342
|
+
*/
|
|
14343
|
+
oauthClientSecret?: string;
|
|
14344
|
+
/**
|
|
14345
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
14346
|
+
* @type {string}
|
|
14347
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14348
|
+
* @deprecated
|
|
14349
|
+
*/
|
|
14350
|
+
earlyAccess?: string | null;
|
|
14351
|
+
/**
|
|
14352
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
14353
|
+
* @type {Array<string>}
|
|
14354
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14355
|
+
*/
|
|
14356
|
+
earlyAccessValues?: Array<string> | null;
|
|
14357
|
+
/**
|
|
14358
|
+
* Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
|
|
14359
|
+
* @type {string}
|
|
14360
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14361
|
+
*/
|
|
14362
|
+
oauthIssuerId?: string;
|
|
14363
|
+
/**
|
|
14364
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
14365
|
+
* @type {string}
|
|
14366
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14367
|
+
*/
|
|
14368
|
+
oauthSubjectIdClaim?: string;
|
|
14229
14369
|
/**
|
|
14230
|
-
*
|
|
14231
|
-
* @type {string}
|
|
14232
|
-
* @memberof
|
|
14370
|
+
* Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
|
|
14371
|
+
* @type {{ [key: string]: string; }}
|
|
14372
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14233
14373
|
*/
|
|
14234
|
-
|
|
14374
|
+
oauthCustomAuthAttributes?: {
|
|
14375
|
+
[key: string]: string;
|
|
14376
|
+
};
|
|
14235
14377
|
/**
|
|
14236
|
-
*
|
|
14237
|
-
* @type {
|
|
14238
|
-
* @memberof
|
|
14378
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
14379
|
+
* @type {Array<string>}
|
|
14380
|
+
* @memberof JsonApiOrganizationInAttributes
|
|
14239
14381
|
*/
|
|
14240
|
-
|
|
14382
|
+
oauthCustomScopes?: Array<string> | null;
|
|
14241
14383
|
}
|
|
14242
|
-
export declare const JsonApiNotificationChannelPostOptionalIdTypeEnum: {
|
|
14243
|
-
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
14244
|
-
};
|
|
14245
|
-
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = typeof JsonApiNotificationChannelPostOptionalIdTypeEnum[keyof typeof JsonApiNotificationChannelPostOptionalIdTypeEnum];
|
|
14246
14384
|
/**
|
|
14247
14385
|
*
|
|
14248
14386
|
* @export
|
|
14249
|
-
* @interface
|
|
14387
|
+
* @interface JsonApiOrganizationInDocument
|
|
14250
14388
|
*/
|
|
14251
|
-
export interface
|
|
14389
|
+
export interface JsonApiOrganizationInDocument {
|
|
14252
14390
|
/**
|
|
14253
14391
|
*
|
|
14254
|
-
* @type {
|
|
14255
|
-
* @memberof
|
|
14392
|
+
* @type {JsonApiOrganizationIn}
|
|
14393
|
+
* @memberof JsonApiOrganizationInDocument
|
|
14256
14394
|
*/
|
|
14257
|
-
data:
|
|
14395
|
+
data: JsonApiOrganizationIn;
|
|
14258
14396
|
}
|
|
14259
14397
|
/**
|
|
14260
|
-
*
|
|
14261
|
-
* References to other resource objects in a to-one (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
14262
|
-
* @export
|
|
14263
|
-
*/
|
|
14264
|
-
export type JsonApiNotificationChannelToOneLinkage = JsonApiNotificationChannelLinkage;
|
|
14265
|
-
/**
|
|
14266
|
-
* JSON:API representation of organization entity.
|
|
14398
|
+
*
|
|
14267
14399
|
* @export
|
|
14268
|
-
* @interface
|
|
14400
|
+
* @interface JsonApiOrganizationInRelationships
|
|
14269
14401
|
*/
|
|
14270
|
-
export interface
|
|
14271
|
-
/**
|
|
14272
|
-
* Object type
|
|
14273
|
-
* @type {string}
|
|
14274
|
-
* @memberof JsonApiOrganizationIn
|
|
14275
|
-
*/
|
|
14276
|
-
type: JsonApiOrganizationInTypeEnum;
|
|
14277
|
-
/**
|
|
14278
|
-
* API identifier of an object
|
|
14279
|
-
* @type {string}
|
|
14280
|
-
* @memberof JsonApiOrganizationIn
|
|
14281
|
-
*/
|
|
14282
|
-
id: string;
|
|
14283
|
-
/**
|
|
14284
|
-
*
|
|
14285
|
-
* @type {JsonApiOrganizationPatchAttributes}
|
|
14286
|
-
* @memberof JsonApiOrganizationIn
|
|
14287
|
-
*/
|
|
14288
|
-
attributes?: JsonApiOrganizationPatchAttributes;
|
|
14402
|
+
export interface JsonApiOrganizationInRelationships {
|
|
14289
14403
|
/**
|
|
14290
14404
|
*
|
|
14291
|
-
* @type {
|
|
14292
|
-
* @memberof
|
|
14405
|
+
* @type {JsonApiOrganizationInRelationshipsIdentityProvider}
|
|
14406
|
+
* @memberof JsonApiOrganizationInRelationships
|
|
14293
14407
|
*/
|
|
14294
|
-
|
|
14408
|
+
identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
14295
14409
|
}
|
|
14296
|
-
export declare const JsonApiOrganizationInTypeEnum: {
|
|
14297
|
-
readonly ORGANIZATION: "organization";
|
|
14298
|
-
};
|
|
14299
|
-
export type JsonApiOrganizationInTypeEnum = typeof JsonApiOrganizationInTypeEnum[keyof typeof JsonApiOrganizationInTypeEnum];
|
|
14300
14410
|
/**
|
|
14301
14411
|
*
|
|
14302
14412
|
* @export
|
|
14303
|
-
* @interface
|
|
14413
|
+
* @interface JsonApiOrganizationInRelationshipsIdentityProvider
|
|
14304
14414
|
*/
|
|
14305
|
-
export interface
|
|
14415
|
+
export interface JsonApiOrganizationInRelationshipsIdentityProvider {
|
|
14306
14416
|
/**
|
|
14307
14417
|
*
|
|
14308
|
-
* @type {
|
|
14309
|
-
* @memberof
|
|
14418
|
+
* @type {JsonApiIdentityProviderToOneLinkage}
|
|
14419
|
+
* @memberof JsonApiOrganizationInRelationshipsIdentityProvider
|
|
14310
14420
|
*/
|
|
14311
|
-
data:
|
|
14421
|
+
data: JsonApiIdentityProviderToOneLinkage | null;
|
|
14312
14422
|
}
|
|
14313
14423
|
/**
|
|
14314
14424
|
* JSON:API representation of organization entity.
|
|
@@ -14513,22 +14623,22 @@ export type JsonApiOrganizationOutMetaPermissionsEnum = typeof JsonApiOrganizati
|
|
|
14513
14623
|
export interface JsonApiOrganizationOutRelationships {
|
|
14514
14624
|
/**
|
|
14515
14625
|
*
|
|
14516
|
-
* @type {
|
|
14626
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
14517
14627
|
* @memberof JsonApiOrganizationOutRelationships
|
|
14518
14628
|
*/
|
|
14519
|
-
bootstrapUser?:
|
|
14629
|
+
bootstrapUser?: JsonApiFilterViewOutRelationshipsUser;
|
|
14520
14630
|
/**
|
|
14521
14631
|
*
|
|
14522
|
-
* @type {
|
|
14632
|
+
* @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
|
|
14523
14633
|
* @memberof JsonApiOrganizationOutRelationships
|
|
14524
14634
|
*/
|
|
14525
|
-
bootstrapUserGroup?:
|
|
14635
|
+
bootstrapUserGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
14526
14636
|
/**
|
|
14527
14637
|
*
|
|
14528
|
-
* @type {
|
|
14638
|
+
* @type {JsonApiOrganizationInRelationshipsIdentityProvider}
|
|
14529
14639
|
* @memberof JsonApiOrganizationOutRelationships
|
|
14530
14640
|
*/
|
|
14531
|
-
identityProvider?:
|
|
14641
|
+
identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
14532
14642
|
}
|
|
14533
14643
|
/**
|
|
14534
14644
|
* JSON:API representation of patching organization entity.
|
|
@@ -14550,103 +14660,21 @@ export interface JsonApiOrganizationPatch {
|
|
|
14550
14660
|
id: string;
|
|
14551
14661
|
/**
|
|
14552
14662
|
*
|
|
14553
|
-
* @type {
|
|
14663
|
+
* @type {JsonApiOrganizationInAttributes}
|
|
14554
14664
|
* @memberof JsonApiOrganizationPatch
|
|
14555
14665
|
*/
|
|
14556
|
-
attributes?:
|
|
14666
|
+
attributes?: JsonApiOrganizationInAttributes;
|
|
14557
14667
|
/**
|
|
14558
14668
|
*
|
|
14559
|
-
* @type {
|
|
14669
|
+
* @type {JsonApiOrganizationInRelationships}
|
|
14560
14670
|
* @memberof JsonApiOrganizationPatch
|
|
14561
14671
|
*/
|
|
14562
|
-
relationships?:
|
|
14672
|
+
relationships?: JsonApiOrganizationInRelationships;
|
|
14563
14673
|
}
|
|
14564
14674
|
export declare const JsonApiOrganizationPatchTypeEnum: {
|
|
14565
14675
|
readonly ORGANIZATION: "organization";
|
|
14566
14676
|
};
|
|
14567
14677
|
export type JsonApiOrganizationPatchTypeEnum = typeof JsonApiOrganizationPatchTypeEnum[keyof typeof JsonApiOrganizationPatchTypeEnum];
|
|
14568
|
-
/**
|
|
14569
|
-
*
|
|
14570
|
-
* @export
|
|
14571
|
-
* @interface JsonApiOrganizationPatchAttributes
|
|
14572
|
-
*/
|
|
14573
|
-
export interface JsonApiOrganizationPatchAttributes {
|
|
14574
|
-
/**
|
|
14575
|
-
*
|
|
14576
|
-
* @type {string}
|
|
14577
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14578
|
-
*/
|
|
14579
|
-
name?: string | null;
|
|
14580
|
-
/**
|
|
14581
|
-
*
|
|
14582
|
-
* @type {string}
|
|
14583
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14584
|
-
*/
|
|
14585
|
-
hostname?: string;
|
|
14586
|
-
/**
|
|
14587
|
-
*
|
|
14588
|
-
* @type {Array<string>}
|
|
14589
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14590
|
-
*/
|
|
14591
|
-
allowedOrigins?: Array<string>;
|
|
14592
|
-
/**
|
|
14593
|
-
*
|
|
14594
|
-
* @type {string}
|
|
14595
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14596
|
-
*/
|
|
14597
|
-
oauthIssuerLocation?: string;
|
|
14598
|
-
/**
|
|
14599
|
-
*
|
|
14600
|
-
* @type {string}
|
|
14601
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14602
|
-
*/
|
|
14603
|
-
oauthClientId?: string;
|
|
14604
|
-
/**
|
|
14605
|
-
*
|
|
14606
|
-
* @type {string}
|
|
14607
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14608
|
-
*/
|
|
14609
|
-
oauthClientSecret?: string;
|
|
14610
|
-
/**
|
|
14611
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
14612
|
-
* @type {string}
|
|
14613
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14614
|
-
* @deprecated
|
|
14615
|
-
*/
|
|
14616
|
-
earlyAccess?: string | null;
|
|
14617
|
-
/**
|
|
14618
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
14619
|
-
* @type {Array<string>}
|
|
14620
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14621
|
-
*/
|
|
14622
|
-
earlyAccessValues?: Array<string> | null;
|
|
14623
|
-
/**
|
|
14624
|
-
* Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
|
|
14625
|
-
* @type {string}
|
|
14626
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14627
|
-
*/
|
|
14628
|
-
oauthIssuerId?: string;
|
|
14629
|
-
/**
|
|
14630
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
14631
|
-
* @type {string}
|
|
14632
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14633
|
-
*/
|
|
14634
|
-
oauthSubjectIdClaim?: string;
|
|
14635
|
-
/**
|
|
14636
|
-
* Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
|
|
14637
|
-
* @type {{ [key: string]: string; }}
|
|
14638
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14639
|
-
*/
|
|
14640
|
-
oauthCustomAuthAttributes?: {
|
|
14641
|
-
[key: string]: string;
|
|
14642
|
-
};
|
|
14643
|
-
/**
|
|
14644
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
14645
|
-
* @type {Array<string>}
|
|
14646
|
-
* @memberof JsonApiOrganizationPatchAttributes
|
|
14647
|
-
*/
|
|
14648
|
-
oauthCustomScopes?: Array<string> | null;
|
|
14649
|
-
}
|
|
14650
14678
|
/**
|
|
14651
14679
|
*
|
|
14652
14680
|
* @export
|
|
@@ -14660,32 +14688,6 @@ export interface JsonApiOrganizationPatchDocument {
|
|
|
14660
14688
|
*/
|
|
14661
14689
|
data: JsonApiOrganizationPatch;
|
|
14662
14690
|
}
|
|
14663
|
-
/**
|
|
14664
|
-
*
|
|
14665
|
-
* @export
|
|
14666
|
-
* @interface JsonApiOrganizationPatchRelationships
|
|
14667
|
-
*/
|
|
14668
|
-
export interface JsonApiOrganizationPatchRelationships {
|
|
14669
|
-
/**
|
|
14670
|
-
*
|
|
14671
|
-
* @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
|
|
14672
|
-
* @memberof JsonApiOrganizationPatchRelationships
|
|
14673
|
-
*/
|
|
14674
|
-
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
14675
|
-
}
|
|
14676
|
-
/**
|
|
14677
|
-
*
|
|
14678
|
-
* @export
|
|
14679
|
-
* @interface JsonApiOrganizationPatchRelationshipsIdentityProvider
|
|
14680
|
-
*/
|
|
14681
|
-
export interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
|
|
14682
|
-
/**
|
|
14683
|
-
*
|
|
14684
|
-
* @type {JsonApiIdentityProviderToOneLinkage}
|
|
14685
|
-
* @memberof JsonApiOrganizationPatchRelationshipsIdentityProvider
|
|
14686
|
-
*/
|
|
14687
|
-
data: JsonApiIdentityProviderToOneLinkage | null;
|
|
14688
|
-
}
|
|
14689
14691
|
/**
|
|
14690
14692
|
* JSON:API representation of organizationSetting entity.
|
|
14691
14693
|
* @export
|
|
@@ -14706,10 +14708,10 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
14706
14708
|
id: string;
|
|
14707
14709
|
/**
|
|
14708
14710
|
*
|
|
14709
|
-
* @type {
|
|
14711
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14710
14712
|
* @memberof JsonApiOrganizationSettingIn
|
|
14711
14713
|
*/
|
|
14712
|
-
attributes?:
|
|
14714
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14713
14715
|
}
|
|
14714
14716
|
export declare const JsonApiOrganizationSettingInTypeEnum: {
|
|
14715
14717
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -14748,10 +14750,10 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
14748
14750
|
id: string;
|
|
14749
14751
|
/**
|
|
14750
14752
|
*
|
|
14751
|
-
* @type {
|
|
14753
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14752
14754
|
* @memberof JsonApiOrganizationSettingOut
|
|
14753
14755
|
*/
|
|
14754
|
-
attributes?:
|
|
14756
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14755
14757
|
}
|
|
14756
14758
|
export declare const JsonApiOrganizationSettingOutTypeEnum: {
|
|
14757
14759
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -14821,10 +14823,10 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
14821
14823
|
id: string;
|
|
14822
14824
|
/**
|
|
14823
14825
|
*
|
|
14824
|
-
* @type {
|
|
14826
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14825
14827
|
* @memberof JsonApiOrganizationSettingOutWithLinks
|
|
14826
14828
|
*/
|
|
14827
|
-
attributes?:
|
|
14829
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14828
14830
|
/**
|
|
14829
14831
|
*
|
|
14830
14832
|
* @type {ObjectLinks}
|
|
@@ -14856,10 +14858,10 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
14856
14858
|
id: string;
|
|
14857
14859
|
/**
|
|
14858
14860
|
*
|
|
14859
|
-
* @type {
|
|
14861
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14860
14862
|
* @memberof JsonApiOrganizationSettingPatch
|
|
14861
14863
|
*/
|
|
14862
|
-
attributes?:
|
|
14864
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14863
14865
|
}
|
|
14864
14866
|
export declare const JsonApiOrganizationSettingPatchTypeEnum: {
|
|
14865
14867
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -14898,10 +14900,10 @@ export interface JsonApiThemeIn {
|
|
|
14898
14900
|
id: string;
|
|
14899
14901
|
/**
|
|
14900
14902
|
*
|
|
14901
|
-
* @type {
|
|
14903
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
14902
14904
|
* @memberof JsonApiThemeIn
|
|
14903
14905
|
*/
|
|
14904
|
-
attributes:
|
|
14906
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
14905
14907
|
}
|
|
14906
14908
|
export declare const JsonApiThemeInTypeEnum: {
|
|
14907
14909
|
readonly THEME: "theme";
|
|
@@ -14940,10 +14942,10 @@ export interface JsonApiThemeOut {
|
|
|
14940
14942
|
id: string;
|
|
14941
14943
|
/**
|
|
14942
14944
|
*
|
|
14943
|
-
* @type {
|
|
14945
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
14944
14946
|
* @memberof JsonApiThemeOut
|
|
14945
14947
|
*/
|
|
14946
|
-
attributes:
|
|
14948
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
14947
14949
|
}
|
|
14948
14950
|
export declare const JsonApiThemeOutTypeEnum: {
|
|
14949
14951
|
readonly THEME: "theme";
|
|
@@ -15013,10 +15015,10 @@ export interface JsonApiThemeOutWithLinks {
|
|
|
15013
15015
|
id: string;
|
|
15014
15016
|
/**
|
|
15015
15017
|
*
|
|
15016
|
-
* @type {
|
|
15018
|
+
* @type {JsonApiColorPaletteInAttributes}
|
|
15017
15019
|
* @memberof JsonApiThemeOutWithLinks
|
|
15018
15020
|
*/
|
|
15019
|
-
attributes:
|
|
15021
|
+
attributes: JsonApiColorPaletteInAttributes;
|
|
15020
15022
|
/**
|
|
15021
15023
|
*
|
|
15022
15024
|
* @type {ObjectLinks}
|
|
@@ -15096,10 +15098,10 @@ export interface JsonApiUserDataFilterIn {
|
|
|
15096
15098
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
15097
15099
|
/**
|
|
15098
15100
|
*
|
|
15099
|
-
* @type {
|
|
15101
|
+
* @type {JsonApiUserDataFilterPostOptionalIdRelationships}
|
|
15100
15102
|
* @memberof JsonApiUserDataFilterIn
|
|
15101
15103
|
*/
|
|
15102
|
-
relationships?:
|
|
15104
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
15103
15105
|
}
|
|
15104
15106
|
export declare const JsonApiUserDataFilterInTypeEnum: {
|
|
15105
15107
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -15265,16 +15267,16 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
15265
15267
|
export interface JsonApiUserDataFilterOutRelationships {
|
|
15266
15268
|
/**
|
|
15267
15269
|
*
|
|
15268
|
-
* @type {
|
|
15270
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
15269
15271
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15270
15272
|
*/
|
|
15271
|
-
user?:
|
|
15273
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
15272
15274
|
/**
|
|
15273
15275
|
*
|
|
15274
|
-
* @type {
|
|
15276
|
+
* @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
|
|
15275
15277
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15276
15278
|
*/
|
|
15277
|
-
userGroup?:
|
|
15279
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
15278
15280
|
/**
|
|
15279
15281
|
*
|
|
15280
15282
|
* @type {JsonApiVisualizationObjectOutRelationshipsFacts}
|
|
@@ -15306,6 +15308,19 @@ export interface JsonApiUserDataFilterOutRelationships {
|
|
|
15306
15308
|
*/
|
|
15307
15309
|
datasets?: JsonApiVisualizationObjectOutRelationshipsDatasets;
|
|
15308
15310
|
}
|
|
15311
|
+
/**
|
|
15312
|
+
*
|
|
15313
|
+
* @export
|
|
15314
|
+
* @interface JsonApiUserDataFilterOutRelationshipsUserGroup
|
|
15315
|
+
*/
|
|
15316
|
+
export interface JsonApiUserDataFilterOutRelationshipsUserGroup {
|
|
15317
|
+
/**
|
|
15318
|
+
*
|
|
15319
|
+
* @type {JsonApiUserGroupToOneLinkage}
|
|
15320
|
+
* @memberof JsonApiUserDataFilterOutRelationshipsUserGroup
|
|
15321
|
+
*/
|
|
15322
|
+
data: JsonApiUserGroupToOneLinkage | null;
|
|
15323
|
+
}
|
|
15309
15324
|
/**
|
|
15310
15325
|
*
|
|
15311
15326
|
* @export
|
|
@@ -15379,10 +15394,10 @@ export interface JsonApiUserDataFilterPatch {
|
|
|
15379
15394
|
attributes: JsonApiUserDataFilterPatchAttributes;
|
|
15380
15395
|
/**
|
|
15381
15396
|
*
|
|
15382
|
-
* @type {
|
|
15397
|
+
* @type {JsonApiUserDataFilterPostOptionalIdRelationships}
|
|
15383
15398
|
* @memberof JsonApiUserDataFilterPatch
|
|
15384
15399
|
*/
|
|
15385
|
-
relationships?:
|
|
15400
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
15386
15401
|
}
|
|
15387
15402
|
export declare const JsonApiUserDataFilterPatchTypeEnum: {
|
|
15388
15403
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -15438,38 +15453,6 @@ export interface JsonApiUserDataFilterPatchDocument {
|
|
|
15438
15453
|
*/
|
|
15439
15454
|
data: JsonApiUserDataFilterPatch;
|
|
15440
15455
|
}
|
|
15441
|
-
/**
|
|
15442
|
-
*
|
|
15443
|
-
* @export
|
|
15444
|
-
* @interface JsonApiUserDataFilterPatchRelationships
|
|
15445
|
-
*/
|
|
15446
|
-
export interface JsonApiUserDataFilterPatchRelationships {
|
|
15447
|
-
/**
|
|
15448
|
-
*
|
|
15449
|
-
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
15450
|
-
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15451
|
-
*/
|
|
15452
|
-
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
15453
|
-
/**
|
|
15454
|
-
*
|
|
15455
|
-
* @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
|
|
15456
|
-
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15457
|
-
*/
|
|
15458
|
-
userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
|
|
15459
|
-
}
|
|
15460
|
-
/**
|
|
15461
|
-
*
|
|
15462
|
-
* @export
|
|
15463
|
-
* @interface JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
15464
|
-
*/
|
|
15465
|
-
export interface JsonApiUserDataFilterPatchRelationshipsUserGroup {
|
|
15466
|
-
/**
|
|
15467
|
-
*
|
|
15468
|
-
* @type {JsonApiUserGroupToOneLinkage}
|
|
15469
|
-
* @memberof JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
15470
|
-
*/
|
|
15471
|
-
data: JsonApiUserGroupToOneLinkage | null;
|
|
15472
|
-
}
|
|
15473
15456
|
/**
|
|
15474
15457
|
* JSON:API representation of userDataFilter entity.
|
|
15475
15458
|
* @export
|
|
@@ -15496,10 +15479,10 @@ export interface JsonApiUserDataFilterPostOptionalId {
|
|
|
15496
15479
|
attributes: JsonApiUserDataFilterOutAttributes;
|
|
15497
15480
|
/**
|
|
15498
15481
|
*
|
|
15499
|
-
* @type {
|
|
15482
|
+
* @type {JsonApiUserDataFilterPostOptionalIdRelationships}
|
|
15500
15483
|
* @memberof JsonApiUserDataFilterPostOptionalId
|
|
15501
15484
|
*/
|
|
15502
|
-
relationships?:
|
|
15485
|
+
relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
|
|
15503
15486
|
}
|
|
15504
15487
|
export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
|
|
15505
15488
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -15518,6 +15501,25 @@ export interface JsonApiUserDataFilterPostOptionalIdDocument {
|
|
|
15518
15501
|
*/
|
|
15519
15502
|
data: JsonApiUserDataFilterPostOptionalId;
|
|
15520
15503
|
}
|
|
15504
|
+
/**
|
|
15505
|
+
*
|
|
15506
|
+
* @export
|
|
15507
|
+
* @interface JsonApiUserDataFilterPostOptionalIdRelationships
|
|
15508
|
+
*/
|
|
15509
|
+
export interface JsonApiUserDataFilterPostOptionalIdRelationships {
|
|
15510
|
+
/**
|
|
15511
|
+
*
|
|
15512
|
+
* @type {JsonApiFilterViewOutRelationshipsUser}
|
|
15513
|
+
* @memberof JsonApiUserDataFilterPostOptionalIdRelationships
|
|
15514
|
+
*/
|
|
15515
|
+
user?: JsonApiFilterViewOutRelationshipsUser;
|
|
15516
|
+
/**
|
|
15517
|
+
*
|
|
15518
|
+
* @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
|
|
15519
|
+
* @memberof JsonApiUserDataFilterPostOptionalIdRelationships
|
|
15520
|
+
*/
|
|
15521
|
+
userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
|
|
15522
|
+
}
|
|
15521
15523
|
/**
|
|
15522
15524
|
* JSON:API representation of userGroup entity.
|
|
15523
15525
|
* @export
|
|
@@ -16291,10 +16293,10 @@ export interface JsonApiUserSettingIn {
|
|
|
16291
16293
|
id: string;
|
|
16292
16294
|
/**
|
|
16293
16295
|
*
|
|
16294
|
-
* @type {
|
|
16296
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
16295
16297
|
* @memberof JsonApiUserSettingIn
|
|
16296
16298
|
*/
|
|
16297
|
-
attributes?:
|
|
16299
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
16298
16300
|
}
|
|
16299
16301
|
export declare const JsonApiUserSettingInTypeEnum: {
|
|
16300
16302
|
readonly USER_SETTING: "userSetting";
|
|
@@ -16333,15 +16335,62 @@ export interface JsonApiUserSettingOut {
|
|
|
16333
16335
|
id: string;
|
|
16334
16336
|
/**
|
|
16335
16337
|
*
|
|
16336
|
-
* @type {
|
|
16338
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
16337
16339
|
* @memberof JsonApiUserSettingOut
|
|
16338
16340
|
*/
|
|
16339
|
-
attributes?:
|
|
16341
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
16340
16342
|
}
|
|
16341
16343
|
export declare const JsonApiUserSettingOutTypeEnum: {
|
|
16342
16344
|
readonly USER_SETTING: "userSetting";
|
|
16343
16345
|
};
|
|
16344
16346
|
export type JsonApiUserSettingOutTypeEnum = typeof JsonApiUserSettingOutTypeEnum[keyof typeof JsonApiUserSettingOutTypeEnum];
|
|
16347
|
+
/**
|
|
16348
|
+
*
|
|
16349
|
+
* @export
|
|
16350
|
+
* @interface JsonApiUserSettingOutAttributes
|
|
16351
|
+
*/
|
|
16352
|
+
export interface JsonApiUserSettingOutAttributes {
|
|
16353
|
+
/**
|
|
16354
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
16355
|
+
* @type {object}
|
|
16356
|
+
* @memberof JsonApiUserSettingOutAttributes
|
|
16357
|
+
*/
|
|
16358
|
+
content?: object;
|
|
16359
|
+
/**
|
|
16360
|
+
*
|
|
16361
|
+
* @type {string}
|
|
16362
|
+
* @memberof JsonApiUserSettingOutAttributes
|
|
16363
|
+
*/
|
|
16364
|
+
type?: JsonApiUserSettingOutAttributesTypeEnum;
|
|
16365
|
+
}
|
|
16366
|
+
export declare const JsonApiUserSettingOutAttributesTypeEnum: {
|
|
16367
|
+
readonly TIMEZONE: "TIMEZONE";
|
|
16368
|
+
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
16369
|
+
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
16370
|
+
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
16371
|
+
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
16372
|
+
readonly LOCALE: "LOCALE";
|
|
16373
|
+
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
16374
|
+
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
16375
|
+
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
16376
|
+
readonly WEEK_START: "WEEK_START";
|
|
16377
|
+
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
16378
|
+
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
16379
|
+
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
16380
|
+
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
16381
|
+
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
16382
|
+
readonly ALERT: "ALERT";
|
|
16383
|
+
readonly SEPARATORS: "SEPARATORS";
|
|
16384
|
+
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
16385
|
+
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
16386
|
+
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
16387
|
+
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
16388
|
+
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
16389
|
+
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
16390
|
+
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
16391
|
+
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
16392
|
+
};
|
|
16393
|
+
export type JsonApiUserSettingOutAttributesTypeEnum = typeof JsonApiUserSettingOutAttributesTypeEnum[keyof typeof JsonApiUserSettingOutAttributesTypeEnum];
|
|
16345
16394
|
/**
|
|
16346
16395
|
*
|
|
16347
16396
|
* @export
|
|
@@ -16406,10 +16455,10 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
16406
16455
|
id: string;
|
|
16407
16456
|
/**
|
|
16408
16457
|
*
|
|
16409
|
-
* @type {
|
|
16458
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
16410
16459
|
* @memberof JsonApiUserSettingOutWithLinks
|
|
16411
16460
|
*/
|
|
16412
|
-
attributes?:
|
|
16461
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
16413
16462
|
/**
|
|
16414
16463
|
*
|
|
16415
16464
|
* @type {ObjectLinks}
|
|
@@ -17273,16 +17322,16 @@ export interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
17273
17322
|
id: string;
|
|
17274
17323
|
/**
|
|
17275
17324
|
*
|
|
17276
|
-
* @type {
|
|
17325
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17277
17326
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
17278
17327
|
*/
|
|
17279
|
-
attributes?:
|
|
17328
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17280
17329
|
/**
|
|
17281
17330
|
*
|
|
17282
|
-
* @type {
|
|
17331
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17283
17332
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
17284
17333
|
*/
|
|
17285
|
-
relationships?:
|
|
17334
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17286
17335
|
}
|
|
17287
17336
|
export declare const JsonApiWorkspaceDataFilterSettingInTypeEnum: {
|
|
17288
17337
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
@@ -17344,27 +17393,52 @@ export interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
17344
17393
|
id: string;
|
|
17345
17394
|
/**
|
|
17346
17395
|
*
|
|
17347
|
-
* @type {JsonApiVisualizationObjectOutMeta}
|
|
17348
|
-
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17396
|
+
* @type {JsonApiVisualizationObjectOutMeta}
|
|
17397
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17398
|
+
*/
|
|
17399
|
+
meta?: JsonApiVisualizationObjectOutMeta;
|
|
17400
|
+
/**
|
|
17401
|
+
*
|
|
17402
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17403
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17404
|
+
*/
|
|
17405
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17406
|
+
/**
|
|
17407
|
+
*
|
|
17408
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17409
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17410
|
+
*/
|
|
17411
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17412
|
+
}
|
|
17413
|
+
export declare const JsonApiWorkspaceDataFilterSettingOutTypeEnum: {
|
|
17414
|
+
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
17415
|
+
};
|
|
17416
|
+
export type JsonApiWorkspaceDataFilterSettingOutTypeEnum = typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum[keyof typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum];
|
|
17417
|
+
/**
|
|
17418
|
+
*
|
|
17419
|
+
* @export
|
|
17420
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
17421
|
+
*/
|
|
17422
|
+
export interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
17423
|
+
/**
|
|
17424
|
+
*
|
|
17425
|
+
* @type {string}
|
|
17426
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
17349
17427
|
*/
|
|
17350
|
-
|
|
17428
|
+
title?: string;
|
|
17351
17429
|
/**
|
|
17352
17430
|
*
|
|
17353
|
-
* @type {
|
|
17354
|
-
* @memberof
|
|
17431
|
+
* @type {string}
|
|
17432
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
17355
17433
|
*/
|
|
17356
|
-
|
|
17434
|
+
description?: string;
|
|
17357
17435
|
/**
|
|
17358
17436
|
*
|
|
17359
|
-
* @type {
|
|
17360
|
-
* @memberof
|
|
17437
|
+
* @type {Array<string>}
|
|
17438
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
17361
17439
|
*/
|
|
17362
|
-
|
|
17440
|
+
filterValues?: Array<string>;
|
|
17363
17441
|
}
|
|
17364
|
-
export declare const JsonApiWorkspaceDataFilterSettingOutTypeEnum: {
|
|
17365
|
-
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
17366
|
-
};
|
|
17367
|
-
export type JsonApiWorkspaceDataFilterSettingOutTypeEnum = typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum[keyof typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum];
|
|
17368
17442
|
/**
|
|
17369
17443
|
*
|
|
17370
17444
|
* @export
|
|
@@ -17421,6 +17495,32 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
17421
17495
|
*/
|
|
17422
17496
|
included?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
17423
17497
|
}
|
|
17498
|
+
/**
|
|
17499
|
+
*
|
|
17500
|
+
* @export
|
|
17501
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutRelationships
|
|
17502
|
+
*/
|
|
17503
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
17504
|
+
/**
|
|
17505
|
+
*
|
|
17506
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter}
|
|
17507
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutRelationships
|
|
17508
|
+
*/
|
|
17509
|
+
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
17510
|
+
}
|
|
17511
|
+
/**
|
|
17512
|
+
*
|
|
17513
|
+
* @export
|
|
17514
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter
|
|
17515
|
+
*/
|
|
17516
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
17517
|
+
/**
|
|
17518
|
+
*
|
|
17519
|
+
* @type {JsonApiWorkspaceDataFilterToOneLinkage}
|
|
17520
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter
|
|
17521
|
+
*/
|
|
17522
|
+
data: JsonApiWorkspaceDataFilterToOneLinkage | null;
|
|
17523
|
+
}
|
|
17424
17524
|
/**
|
|
17425
17525
|
*
|
|
17426
17526
|
* @export
|
|
@@ -17447,16 +17547,16 @@ export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
17447
17547
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
17448
17548
|
/**
|
|
17449
17549
|
*
|
|
17450
|
-
* @type {
|
|
17550
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17451
17551
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
17452
17552
|
*/
|
|
17453
|
-
attributes?:
|
|
17553
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17454
17554
|
/**
|
|
17455
17555
|
*
|
|
17456
|
-
* @type {
|
|
17556
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17457
17557
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
17458
17558
|
*/
|
|
17459
|
-
relationships?:
|
|
17559
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17460
17560
|
/**
|
|
17461
17561
|
*
|
|
17462
17562
|
* @type {ObjectLinks}
|
|
@@ -17488,46 +17588,21 @@ export interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
17488
17588
|
id: string;
|
|
17489
17589
|
/**
|
|
17490
17590
|
*
|
|
17491
|
-
* @type {
|
|
17591
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17492
17592
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
17493
17593
|
*/
|
|
17494
|
-
attributes?:
|
|
17594
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17495
17595
|
/**
|
|
17496
17596
|
*
|
|
17497
|
-
* @type {
|
|
17597
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17498
17598
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
17499
17599
|
*/
|
|
17500
|
-
relationships?:
|
|
17600
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17501
17601
|
}
|
|
17502
17602
|
export declare const JsonApiWorkspaceDataFilterSettingPatchTypeEnum: {
|
|
17503
17603
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
17504
17604
|
};
|
|
17505
17605
|
export type JsonApiWorkspaceDataFilterSettingPatchTypeEnum = typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum[keyof typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum];
|
|
17506
|
-
/**
|
|
17507
|
-
*
|
|
17508
|
-
* @export
|
|
17509
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
17510
|
-
*/
|
|
17511
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchAttributes {
|
|
17512
|
-
/**
|
|
17513
|
-
*
|
|
17514
|
-
* @type {string}
|
|
17515
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
17516
|
-
*/
|
|
17517
|
-
title?: string;
|
|
17518
|
-
/**
|
|
17519
|
-
*
|
|
17520
|
-
* @type {string}
|
|
17521
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
17522
|
-
*/
|
|
17523
|
-
description?: string;
|
|
17524
|
-
/**
|
|
17525
|
-
*
|
|
17526
|
-
* @type {Array<string>}
|
|
17527
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
17528
|
-
*/
|
|
17529
|
-
filterValues?: Array<string>;
|
|
17530
|
-
}
|
|
17531
17606
|
/**
|
|
17532
17607
|
*
|
|
17533
17608
|
* @export
|
|
@@ -17541,32 +17616,6 @@ export interface JsonApiWorkspaceDataFilterSettingPatchDocument {
|
|
|
17541
17616
|
*/
|
|
17542
17617
|
data: JsonApiWorkspaceDataFilterSettingPatch;
|
|
17543
17618
|
}
|
|
17544
|
-
/**
|
|
17545
|
-
*
|
|
17546
|
-
* @export
|
|
17547
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchRelationships
|
|
17548
|
-
*/
|
|
17549
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchRelationships {
|
|
17550
|
-
/**
|
|
17551
|
-
*
|
|
17552
|
-
* @type {JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter}
|
|
17553
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchRelationships
|
|
17554
|
-
*/
|
|
17555
|
-
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter;
|
|
17556
|
-
}
|
|
17557
|
-
/**
|
|
17558
|
-
*
|
|
17559
|
-
* @export
|
|
17560
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
|
|
17561
|
-
*/
|
|
17562
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter {
|
|
17563
|
-
/**
|
|
17564
|
-
*
|
|
17565
|
-
* @type {JsonApiWorkspaceDataFilterToOneLinkage}
|
|
17566
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
|
|
17567
|
-
*/
|
|
17568
|
-
data: JsonApiWorkspaceDataFilterToOneLinkage | null;
|
|
17569
|
-
}
|
|
17570
17619
|
/**
|
|
17571
17620
|
* @type JsonApiWorkspaceDataFilterToOneLinkage
|
|
17572
17621
|
* References to other resource objects in a to-one (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -17593,21 +17642,90 @@ export interface JsonApiWorkspaceIn {
|
|
|
17593
17642
|
id: string;
|
|
17594
17643
|
/**
|
|
17595
17644
|
*
|
|
17596
|
-
* @type {
|
|
17645
|
+
* @type {JsonApiWorkspaceInAttributes}
|
|
17597
17646
|
* @memberof JsonApiWorkspaceIn
|
|
17598
17647
|
*/
|
|
17599
|
-
attributes?:
|
|
17648
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
17600
17649
|
/**
|
|
17601
17650
|
*
|
|
17602
|
-
* @type {
|
|
17651
|
+
* @type {JsonApiWorkspaceInRelationships}
|
|
17603
17652
|
* @memberof JsonApiWorkspaceIn
|
|
17604
17653
|
*/
|
|
17605
|
-
relationships?:
|
|
17654
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
17606
17655
|
}
|
|
17607
17656
|
export declare const JsonApiWorkspaceInTypeEnum: {
|
|
17608
17657
|
readonly WORKSPACE: "workspace";
|
|
17609
17658
|
};
|
|
17610
17659
|
export type JsonApiWorkspaceInTypeEnum = typeof JsonApiWorkspaceInTypeEnum[keyof typeof JsonApiWorkspaceInTypeEnum];
|
|
17660
|
+
/**
|
|
17661
|
+
*
|
|
17662
|
+
* @export
|
|
17663
|
+
* @interface JsonApiWorkspaceInAttributes
|
|
17664
|
+
*/
|
|
17665
|
+
export interface JsonApiWorkspaceInAttributes {
|
|
17666
|
+
/**
|
|
17667
|
+
*
|
|
17668
|
+
* @type {string}
|
|
17669
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
17670
|
+
*/
|
|
17671
|
+
name?: string | null;
|
|
17672
|
+
/**
|
|
17673
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
17674
|
+
* @type {string}
|
|
17675
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
17676
|
+
* @deprecated
|
|
17677
|
+
*/
|
|
17678
|
+
earlyAccess?: string | null;
|
|
17679
|
+
/**
|
|
17680
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
17681
|
+
* @type {Array<string>}
|
|
17682
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
17683
|
+
*/
|
|
17684
|
+
earlyAccessValues?: Array<string> | null;
|
|
17685
|
+
/**
|
|
17686
|
+
*
|
|
17687
|
+
* @type {string}
|
|
17688
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
17689
|
+
*/
|
|
17690
|
+
description?: string | null;
|
|
17691
|
+
/**
|
|
17692
|
+
* Custom prefix of entity identifiers in workspace
|
|
17693
|
+
* @type {string}
|
|
17694
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
17695
|
+
*/
|
|
17696
|
+
prefix?: string | null;
|
|
17697
|
+
/**
|
|
17698
|
+
*
|
|
17699
|
+
* @type {number}
|
|
17700
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
17701
|
+
*/
|
|
17702
|
+
cacheExtraLimit?: number;
|
|
17703
|
+
/**
|
|
17704
|
+
*
|
|
17705
|
+
* @type {JsonApiWorkspaceInAttributesDataSource}
|
|
17706
|
+
* @memberof JsonApiWorkspaceInAttributes
|
|
17707
|
+
*/
|
|
17708
|
+
dataSource?: JsonApiWorkspaceInAttributesDataSource;
|
|
17709
|
+
}
|
|
17710
|
+
/**
|
|
17711
|
+
* The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
|
|
17712
|
+
* @export
|
|
17713
|
+
* @interface JsonApiWorkspaceInAttributesDataSource
|
|
17714
|
+
*/
|
|
17715
|
+
export interface JsonApiWorkspaceInAttributesDataSource {
|
|
17716
|
+
/**
|
|
17717
|
+
* The ID of the used data source.
|
|
17718
|
+
* @type {string}
|
|
17719
|
+
* @memberof JsonApiWorkspaceInAttributesDataSource
|
|
17720
|
+
*/
|
|
17721
|
+
id: string;
|
|
17722
|
+
/**
|
|
17723
|
+
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
17724
|
+
* @type {Array<string>}
|
|
17725
|
+
* @memberof JsonApiWorkspaceInAttributesDataSource
|
|
17726
|
+
*/
|
|
17727
|
+
schemaPath?: Array<string>;
|
|
17728
|
+
}
|
|
17611
17729
|
/**
|
|
17612
17730
|
*
|
|
17613
17731
|
* @export
|
|
@@ -17621,6 +17739,32 @@ export interface JsonApiWorkspaceInDocument {
|
|
|
17621
17739
|
*/
|
|
17622
17740
|
data: JsonApiWorkspaceIn;
|
|
17623
17741
|
}
|
|
17742
|
+
/**
|
|
17743
|
+
*
|
|
17744
|
+
* @export
|
|
17745
|
+
* @interface JsonApiWorkspaceInRelationships
|
|
17746
|
+
*/
|
|
17747
|
+
export interface JsonApiWorkspaceInRelationships {
|
|
17748
|
+
/**
|
|
17749
|
+
*
|
|
17750
|
+
* @type {JsonApiWorkspaceInRelationshipsParent}
|
|
17751
|
+
* @memberof JsonApiWorkspaceInRelationships
|
|
17752
|
+
*/
|
|
17753
|
+
parent?: JsonApiWorkspaceInRelationshipsParent;
|
|
17754
|
+
}
|
|
17755
|
+
/**
|
|
17756
|
+
*
|
|
17757
|
+
* @export
|
|
17758
|
+
* @interface JsonApiWorkspaceInRelationshipsParent
|
|
17759
|
+
*/
|
|
17760
|
+
export interface JsonApiWorkspaceInRelationshipsParent {
|
|
17761
|
+
/**
|
|
17762
|
+
*
|
|
17763
|
+
* @type {JsonApiWorkspaceToOneLinkage}
|
|
17764
|
+
* @memberof JsonApiWorkspaceInRelationshipsParent
|
|
17765
|
+
*/
|
|
17766
|
+
data: JsonApiWorkspaceToOneLinkage | null;
|
|
17767
|
+
}
|
|
17624
17768
|
/**
|
|
17625
17769
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
17626
17770
|
* @export
|
|
@@ -17670,16 +17814,16 @@ export interface JsonApiWorkspaceOut {
|
|
|
17670
17814
|
meta?: JsonApiWorkspaceOutMeta;
|
|
17671
17815
|
/**
|
|
17672
17816
|
*
|
|
17673
|
-
* @type {
|
|
17817
|
+
* @type {JsonApiWorkspaceInAttributes}
|
|
17674
17818
|
* @memberof JsonApiWorkspaceOut
|
|
17675
17819
|
*/
|
|
17676
|
-
attributes?:
|
|
17820
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
17677
17821
|
/**
|
|
17678
17822
|
*
|
|
17679
|
-
* @type {
|
|
17823
|
+
* @type {JsonApiWorkspaceInRelationships}
|
|
17680
17824
|
* @memberof JsonApiWorkspaceOut
|
|
17681
17825
|
*/
|
|
17682
|
-
relationships?:
|
|
17826
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
17683
17827
|
}
|
|
17684
17828
|
export declare const JsonApiWorkspaceOutTypeEnum: {
|
|
17685
17829
|
readonly WORKSPACE: "workspace";
|
|
@@ -17861,16 +18005,16 @@ export interface JsonApiWorkspaceOutWithLinks {
|
|
|
17861
18005
|
meta?: JsonApiWorkspaceOutMeta;
|
|
17862
18006
|
/**
|
|
17863
18007
|
*
|
|
17864
|
-
* @type {
|
|
18008
|
+
* @type {JsonApiWorkspaceInAttributes}
|
|
17865
18009
|
* @memberof JsonApiWorkspaceOutWithLinks
|
|
17866
18010
|
*/
|
|
17867
|
-
attributes?:
|
|
18011
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
17868
18012
|
/**
|
|
17869
18013
|
*
|
|
17870
|
-
* @type {
|
|
18014
|
+
* @type {JsonApiWorkspaceInRelationships}
|
|
17871
18015
|
* @memberof JsonApiWorkspaceOutWithLinks
|
|
17872
18016
|
*/
|
|
17873
|
-
relationships?:
|
|
18017
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
17874
18018
|
/**
|
|
17875
18019
|
*
|
|
17876
18020
|
* @type {ObjectLinks}
|
|
@@ -17902,90 +18046,21 @@ export interface JsonApiWorkspacePatch {
|
|
|
17902
18046
|
id: string;
|
|
17903
18047
|
/**
|
|
17904
18048
|
*
|
|
17905
|
-
* @type {
|
|
18049
|
+
* @type {JsonApiWorkspaceInAttributes}
|
|
17906
18050
|
* @memberof JsonApiWorkspacePatch
|
|
17907
18051
|
*/
|
|
17908
|
-
attributes?:
|
|
18052
|
+
attributes?: JsonApiWorkspaceInAttributes;
|
|
17909
18053
|
/**
|
|
17910
18054
|
*
|
|
17911
|
-
* @type {
|
|
18055
|
+
* @type {JsonApiWorkspaceInRelationships}
|
|
17912
18056
|
* @memberof JsonApiWorkspacePatch
|
|
17913
18057
|
*/
|
|
17914
|
-
relationships?:
|
|
18058
|
+
relationships?: JsonApiWorkspaceInRelationships;
|
|
17915
18059
|
}
|
|
17916
18060
|
export declare const JsonApiWorkspacePatchTypeEnum: {
|
|
17917
18061
|
readonly WORKSPACE: "workspace";
|
|
17918
18062
|
};
|
|
17919
18063
|
export type JsonApiWorkspacePatchTypeEnum = typeof JsonApiWorkspacePatchTypeEnum[keyof typeof JsonApiWorkspacePatchTypeEnum];
|
|
17920
|
-
/**
|
|
17921
|
-
*
|
|
17922
|
-
* @export
|
|
17923
|
-
* @interface JsonApiWorkspacePatchAttributes
|
|
17924
|
-
*/
|
|
17925
|
-
export interface JsonApiWorkspacePatchAttributes {
|
|
17926
|
-
/**
|
|
17927
|
-
*
|
|
17928
|
-
* @type {string}
|
|
17929
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17930
|
-
*/
|
|
17931
|
-
name?: string | null;
|
|
17932
|
-
/**
|
|
17933
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
17934
|
-
* @type {string}
|
|
17935
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17936
|
-
* @deprecated
|
|
17937
|
-
*/
|
|
17938
|
-
earlyAccess?: string | null;
|
|
17939
|
-
/**
|
|
17940
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
17941
|
-
* @type {Array<string>}
|
|
17942
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17943
|
-
*/
|
|
17944
|
-
earlyAccessValues?: Array<string> | null;
|
|
17945
|
-
/**
|
|
17946
|
-
*
|
|
17947
|
-
* @type {string}
|
|
17948
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17949
|
-
*/
|
|
17950
|
-
description?: string | null;
|
|
17951
|
-
/**
|
|
17952
|
-
* Custom prefix of entity identifiers in workspace
|
|
17953
|
-
* @type {string}
|
|
17954
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17955
|
-
*/
|
|
17956
|
-
prefix?: string | null;
|
|
17957
|
-
/**
|
|
17958
|
-
*
|
|
17959
|
-
* @type {number}
|
|
17960
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17961
|
-
*/
|
|
17962
|
-
cacheExtraLimit?: number;
|
|
17963
|
-
/**
|
|
17964
|
-
*
|
|
17965
|
-
* @type {JsonApiWorkspacePatchAttributesDataSource}
|
|
17966
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17967
|
-
*/
|
|
17968
|
-
dataSource?: JsonApiWorkspacePatchAttributesDataSource;
|
|
17969
|
-
}
|
|
17970
|
-
/**
|
|
17971
|
-
* The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
|
|
17972
|
-
* @export
|
|
17973
|
-
* @interface JsonApiWorkspacePatchAttributesDataSource
|
|
17974
|
-
*/
|
|
17975
|
-
export interface JsonApiWorkspacePatchAttributesDataSource {
|
|
17976
|
-
/**
|
|
17977
|
-
* The ID of the used data source.
|
|
17978
|
-
* @type {string}
|
|
17979
|
-
* @memberof JsonApiWorkspacePatchAttributesDataSource
|
|
17980
|
-
*/
|
|
17981
|
-
id: string;
|
|
17982
|
-
/**
|
|
17983
|
-
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
17984
|
-
* @type {Array<string>}
|
|
17985
|
-
* @memberof JsonApiWorkspacePatchAttributesDataSource
|
|
17986
|
-
*/
|
|
17987
|
-
schemaPath?: Array<string>;
|
|
17988
|
-
}
|
|
17989
18064
|
/**
|
|
17990
18065
|
*
|
|
17991
18066
|
* @export
|
|
@@ -17999,32 +18074,6 @@ export interface JsonApiWorkspacePatchDocument {
|
|
|
17999
18074
|
*/
|
|
18000
18075
|
data: JsonApiWorkspacePatch;
|
|
18001
18076
|
}
|
|
18002
|
-
/**
|
|
18003
|
-
*
|
|
18004
|
-
* @export
|
|
18005
|
-
* @interface JsonApiWorkspacePatchRelationships
|
|
18006
|
-
*/
|
|
18007
|
-
export interface JsonApiWorkspacePatchRelationships {
|
|
18008
|
-
/**
|
|
18009
|
-
*
|
|
18010
|
-
* @type {JsonApiWorkspacePatchRelationshipsParent}
|
|
18011
|
-
* @memberof JsonApiWorkspacePatchRelationships
|
|
18012
|
-
*/
|
|
18013
|
-
parent?: JsonApiWorkspacePatchRelationshipsParent;
|
|
18014
|
-
}
|
|
18015
|
-
/**
|
|
18016
|
-
*
|
|
18017
|
-
* @export
|
|
18018
|
-
* @interface JsonApiWorkspacePatchRelationshipsParent
|
|
18019
|
-
*/
|
|
18020
|
-
export interface JsonApiWorkspacePatchRelationshipsParent {
|
|
18021
|
-
/**
|
|
18022
|
-
*
|
|
18023
|
-
* @type {JsonApiWorkspaceToOneLinkage}
|
|
18024
|
-
* @memberof JsonApiWorkspacePatchRelationshipsParent
|
|
18025
|
-
*/
|
|
18026
|
-
data: JsonApiWorkspaceToOneLinkage | null;
|
|
18027
|
-
}
|
|
18028
18077
|
/**
|
|
18029
18078
|
* JSON:API representation of workspaceSetting entity.
|
|
18030
18079
|
* @export
|
|
@@ -18045,10 +18094,10 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
18045
18094
|
id: string;
|
|
18046
18095
|
/**
|
|
18047
18096
|
*
|
|
18048
|
-
* @type {
|
|
18097
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18049
18098
|
* @memberof JsonApiWorkspaceSettingIn
|
|
18050
18099
|
*/
|
|
18051
|
-
attributes?:
|
|
18100
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18052
18101
|
}
|
|
18053
18102
|
export declare const JsonApiWorkspaceSettingInTypeEnum: {
|
|
18054
18103
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18093,10 +18142,10 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
18093
18142
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
18094
18143
|
/**
|
|
18095
18144
|
*
|
|
18096
|
-
* @type {
|
|
18145
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18097
18146
|
* @memberof JsonApiWorkspaceSettingOut
|
|
18098
18147
|
*/
|
|
18099
|
-
attributes?:
|
|
18148
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18100
18149
|
}
|
|
18101
18150
|
export declare const JsonApiWorkspaceSettingOutTypeEnum: {
|
|
18102
18151
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18172,10 +18221,10 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
18172
18221
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
18173
18222
|
/**
|
|
18174
18223
|
*
|
|
18175
|
-
* @type {
|
|
18224
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18176
18225
|
* @memberof JsonApiWorkspaceSettingOutWithLinks
|
|
18177
18226
|
*/
|
|
18178
|
-
attributes?:
|
|
18227
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18179
18228
|
/**
|
|
18180
18229
|
*
|
|
18181
18230
|
* @type {ObjectLinks}
|
|
@@ -18207,62 +18256,15 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
18207
18256
|
id: string;
|
|
18208
18257
|
/**
|
|
18209
18258
|
*
|
|
18210
|
-
* @type {
|
|
18259
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18211
18260
|
* @memberof JsonApiWorkspaceSettingPatch
|
|
18212
18261
|
*/
|
|
18213
|
-
attributes?:
|
|
18262
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18214
18263
|
}
|
|
18215
18264
|
export declare const JsonApiWorkspaceSettingPatchTypeEnum: {
|
|
18216
18265
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
18217
18266
|
};
|
|
18218
18267
|
export type JsonApiWorkspaceSettingPatchTypeEnum = typeof JsonApiWorkspaceSettingPatchTypeEnum[keyof typeof JsonApiWorkspaceSettingPatchTypeEnum];
|
|
18219
|
-
/**
|
|
18220
|
-
*
|
|
18221
|
-
* @export
|
|
18222
|
-
* @interface JsonApiWorkspaceSettingPatchAttributes
|
|
18223
|
-
*/
|
|
18224
|
-
export interface JsonApiWorkspaceSettingPatchAttributes {
|
|
18225
|
-
/**
|
|
18226
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
18227
|
-
* @type {object}
|
|
18228
|
-
* @memberof JsonApiWorkspaceSettingPatchAttributes
|
|
18229
|
-
*/
|
|
18230
|
-
content?: object;
|
|
18231
|
-
/**
|
|
18232
|
-
*
|
|
18233
|
-
* @type {string}
|
|
18234
|
-
* @memberof JsonApiWorkspaceSettingPatchAttributes
|
|
18235
|
-
*/
|
|
18236
|
-
type?: JsonApiWorkspaceSettingPatchAttributesTypeEnum;
|
|
18237
|
-
}
|
|
18238
|
-
export declare const JsonApiWorkspaceSettingPatchAttributesTypeEnum: {
|
|
18239
|
-
readonly TIMEZONE: "TIMEZONE";
|
|
18240
|
-
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
18241
|
-
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
18242
|
-
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
18243
|
-
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
18244
|
-
readonly LOCALE: "LOCALE";
|
|
18245
|
-
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
18246
|
-
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
18247
|
-
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
18248
|
-
readonly WEEK_START: "WEEK_START";
|
|
18249
|
-
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
18250
|
-
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
18251
|
-
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
18252
|
-
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
18253
|
-
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
18254
|
-
readonly ALERT: "ALERT";
|
|
18255
|
-
readonly SEPARATORS: "SEPARATORS";
|
|
18256
|
-
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
18257
|
-
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
18258
|
-
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
18259
|
-
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
18260
|
-
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
18261
|
-
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
18262
|
-
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
18263
|
-
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
18264
|
-
};
|
|
18265
|
-
export type JsonApiWorkspaceSettingPatchAttributesTypeEnum = typeof JsonApiWorkspaceSettingPatchAttributesTypeEnum[keyof typeof JsonApiWorkspaceSettingPatchAttributesTypeEnum];
|
|
18266
18268
|
/**
|
|
18267
18269
|
*
|
|
18268
18270
|
* @export
|
|
@@ -18296,10 +18298,10 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
18296
18298
|
id?: string;
|
|
18297
18299
|
/**
|
|
18298
18300
|
*
|
|
18299
|
-
* @type {
|
|
18301
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18300
18302
|
* @memberof JsonApiWorkspaceSettingPostOptionalId
|
|
18301
18303
|
*/
|
|
18302
|
-
attributes?:
|
|
18304
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18303
18305
|
}
|
|
18304
18306
|
export declare const JsonApiWorkspaceSettingPostOptionalIdTypeEnum: {
|
|
18305
18307
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|