@gooddata/api-client-tiger 10.33.0-alpha.79 → 10.33.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/api-client-tiger.d.ts +11479 -14798
- package/esm/client.d.ts +3 -3
- package/esm/client.d.ts.map +1 -1
- package/esm/client.js +2 -2
- package/esm/client.js.map +1 -1
- package/esm/export.d.ts +4 -2
- package/esm/export.d.ts.map +1 -1
- package/esm/export.js +3 -2
- package/esm/export.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +13 -376
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +4 -305
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +2 -180
- package/esm/generated/automation-json-api/api.d.ts +1 -473
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js +0 -74
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +2 -391
- package/esm/generated/export-json-api/api.d.ts +1074 -1129
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js +342 -363
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/export-json-api/openapi-spec.json +1 -50
- package/esm/generated/metadata-json-api/api.d.ts +1222 -1874
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +46 -307
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8389 -8843
- package/esm/index.d.ts +3 -5
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -2
- package/esm/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -404,7 +404,6 @@ 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";
|
|
408
407
|
};
|
|
409
408
|
export type ApiEntitlementNameEnum = typeof ApiEntitlementNameEnum[keyof typeof ApiEntitlementNameEnum];
|
|
410
409
|
/**
|
|
@@ -518,62 +517,12 @@ export declare const AssigneeRuleTypeEnum: {
|
|
|
518
517
|
readonly ALL_WORKSPACE_USERS: "allWorkspaceUsers";
|
|
519
518
|
};
|
|
520
519
|
export type AssigneeRuleTypeEnum = typeof AssigneeRuleTypeEnum[keyof typeof AssigneeRuleTypeEnum];
|
|
521
|
-
/**
|
|
522
|
-
* @type AttributeElements
|
|
523
|
-
* @export
|
|
524
|
-
*/
|
|
525
|
-
export type AttributeElements = AttributeElementsByRef | AttributeElementsByValue;
|
|
526
|
-
/**
|
|
527
|
-
*
|
|
528
|
-
* @export
|
|
529
|
-
* @interface AttributeElementsByRef
|
|
530
|
-
*/
|
|
531
|
-
export interface AttributeElementsByRef {
|
|
532
|
-
/**
|
|
533
|
-
* List of attribute elements by reference
|
|
534
|
-
* @type {Array<string>}
|
|
535
|
-
* @memberof AttributeElementsByRef
|
|
536
|
-
*/
|
|
537
|
-
uris: Array<string>;
|
|
538
|
-
}
|
|
539
|
-
/**
|
|
540
|
-
*
|
|
541
|
-
* @export
|
|
542
|
-
* @interface AttributeElementsByValue
|
|
543
|
-
*/
|
|
544
|
-
export interface AttributeElementsByValue {
|
|
545
|
-
/**
|
|
546
|
-
* List of attribute elements by value
|
|
547
|
-
* @type {Array<string>}
|
|
548
|
-
* @memberof AttributeElementsByValue
|
|
549
|
-
*/
|
|
550
|
-
values: Array<string | null>;
|
|
551
|
-
}
|
|
552
520
|
/**
|
|
553
521
|
* @type AttributeFilter
|
|
554
522
|
* Abstract filter definition type attributes
|
|
555
523
|
* @export
|
|
556
524
|
*/
|
|
557
525
|
export type AttributeFilter = NegativeAttributeFilter | PositiveAttributeFilter;
|
|
558
|
-
/**
|
|
559
|
-
*
|
|
560
|
-
* @export
|
|
561
|
-
* @interface AttributeFilterByDate
|
|
562
|
-
*/
|
|
563
|
-
export interface AttributeFilterByDate {
|
|
564
|
-
/**
|
|
565
|
-
*
|
|
566
|
-
* @type {string}
|
|
567
|
-
* @memberof AttributeFilterByDate
|
|
568
|
-
*/
|
|
569
|
-
filterLocalIdentifier: string;
|
|
570
|
-
/**
|
|
571
|
-
*
|
|
572
|
-
* @type {boolean}
|
|
573
|
-
* @memberof AttributeFilterByDate
|
|
574
|
-
*/
|
|
575
|
-
isCommonDate: boolean;
|
|
576
|
-
}
|
|
577
526
|
/**
|
|
578
527
|
* Filter on specific set of label values.
|
|
579
528
|
* @export
|
|
@@ -587,25 +536,6 @@ export interface AttributeFilterElements {
|
|
|
587
536
|
*/
|
|
588
537
|
values: Array<string | null>;
|
|
589
538
|
}
|
|
590
|
-
/**
|
|
591
|
-
*
|
|
592
|
-
* @export
|
|
593
|
-
* @interface AttributeFilterParent
|
|
594
|
-
*/
|
|
595
|
-
export interface AttributeFilterParent {
|
|
596
|
-
/**
|
|
597
|
-
*
|
|
598
|
-
* @type {string}
|
|
599
|
-
* @memberof AttributeFilterParent
|
|
600
|
-
*/
|
|
601
|
-
filterLocalIdentifier: string;
|
|
602
|
-
/**
|
|
603
|
-
*
|
|
604
|
-
* @type {Over}
|
|
605
|
-
* @memberof AttributeFilterParent
|
|
606
|
-
*/
|
|
607
|
-
over: Over;
|
|
608
|
-
}
|
|
609
539
|
/**
|
|
610
540
|
*
|
|
611
541
|
* @export
|
|
@@ -661,19 +591,6 @@ export declare const AutomationAlertTriggerEnum: {
|
|
|
661
591
|
readonly ONCE: "ONCE";
|
|
662
592
|
};
|
|
663
593
|
export type AutomationAlertTriggerEnum = typeof AutomationAlertTriggerEnum[keyof typeof AutomationAlertTriggerEnum];
|
|
664
|
-
/**
|
|
665
|
-
*
|
|
666
|
-
* @export
|
|
667
|
-
* @interface AutomationDashboardTabularExport
|
|
668
|
-
*/
|
|
669
|
-
export interface AutomationDashboardTabularExport {
|
|
670
|
-
/**
|
|
671
|
-
*
|
|
672
|
-
* @type {DashboardTabularExportRequestV2}
|
|
673
|
-
* @memberof AutomationDashboardTabularExport
|
|
674
|
-
*/
|
|
675
|
-
requestPayload: DashboardTabularExportRequestV2;
|
|
676
|
-
}
|
|
677
594
|
/**
|
|
678
595
|
*
|
|
679
596
|
* @export
|
|
@@ -821,55 +738,6 @@ export interface AvailableAssignees {
|
|
|
821
738
|
*/
|
|
822
739
|
userGroups: Array<UserGroupAssignee>;
|
|
823
740
|
}
|
|
824
|
-
/**
|
|
825
|
-
* Bounding filter for this relative date filter. This can be used to limit the range of the relative date filter to a specific date range.
|
|
826
|
-
* @export
|
|
827
|
-
* @interface BoundedFilter
|
|
828
|
-
*/
|
|
829
|
-
export interface BoundedFilter {
|
|
830
|
-
/**
|
|
831
|
-
*
|
|
832
|
-
* @type {AfmObjectIdentifierDataset}
|
|
833
|
-
* @memberof BoundedFilter
|
|
834
|
-
*/
|
|
835
|
-
dataset: AfmObjectIdentifierDataset;
|
|
836
|
-
/**
|
|
837
|
-
* Date granularity specifying particular date attribute in given dimension.
|
|
838
|
-
* @type {string}
|
|
839
|
-
* @memberof BoundedFilter
|
|
840
|
-
*/
|
|
841
|
-
granularity: BoundedFilterGranularityEnum;
|
|
842
|
-
/**
|
|
843
|
-
* Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\'). If null, then start of the range is unbounded.
|
|
844
|
-
* @type {number}
|
|
845
|
-
* @memberof BoundedFilter
|
|
846
|
-
*/
|
|
847
|
-
from?: number | null;
|
|
848
|
-
/**
|
|
849
|
-
* End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...). If null, then end of the range is unbounded.
|
|
850
|
-
* @type {number}
|
|
851
|
-
* @memberof BoundedFilter
|
|
852
|
-
*/
|
|
853
|
-
to?: number | null;
|
|
854
|
-
}
|
|
855
|
-
export declare const BoundedFilterGranularityEnum: {
|
|
856
|
-
readonly MINUTE: "MINUTE";
|
|
857
|
-
readonly HOUR: "HOUR";
|
|
858
|
-
readonly DAY: "DAY";
|
|
859
|
-
readonly WEEK: "WEEK";
|
|
860
|
-
readonly MONTH: "MONTH";
|
|
861
|
-
readonly QUARTER: "QUARTER";
|
|
862
|
-
readonly YEAR: "YEAR";
|
|
863
|
-
readonly MINUTE_OF_HOUR: "MINUTE_OF_HOUR";
|
|
864
|
-
readonly HOUR_OF_DAY: "HOUR_OF_DAY";
|
|
865
|
-
readonly DAY_OF_WEEK: "DAY_OF_WEEK";
|
|
866
|
-
readonly DAY_OF_MONTH: "DAY_OF_MONTH";
|
|
867
|
-
readonly DAY_OF_YEAR: "DAY_OF_YEAR";
|
|
868
|
-
readonly WEEK_OF_YEAR: "WEEK_OF_YEAR";
|
|
869
|
-
readonly MONTH_OF_YEAR: "MONTH_OF_YEAR";
|
|
870
|
-
readonly QUARTER_OF_YEAR: "QUARTER_OF_YEAR";
|
|
871
|
-
};
|
|
872
|
-
export type BoundedFilterGranularityEnum = typeof BoundedFilterGranularityEnum[keyof typeof BoundedFilterGranularityEnum];
|
|
873
741
|
/**
|
|
874
742
|
* Table column override.
|
|
875
743
|
* @export
|
|
@@ -1144,202 +1012,6 @@ export interface CustomOverride {
|
|
|
1144
1012
|
[key: string]: CustomMetric;
|
|
1145
1013
|
};
|
|
1146
1014
|
}
|
|
1147
|
-
/**
|
|
1148
|
-
*
|
|
1149
|
-
* @export
|
|
1150
|
-
* @interface DashboardAttributeFilter
|
|
1151
|
-
*/
|
|
1152
|
-
export interface DashboardAttributeFilter {
|
|
1153
|
-
/**
|
|
1154
|
-
*
|
|
1155
|
-
* @type {DashboardAttributeFilterAttributeFilter}
|
|
1156
|
-
* @memberof DashboardAttributeFilter
|
|
1157
|
-
*/
|
|
1158
|
-
attributeFilter: DashboardAttributeFilterAttributeFilter;
|
|
1159
|
-
}
|
|
1160
|
-
/**
|
|
1161
|
-
*
|
|
1162
|
-
* @export
|
|
1163
|
-
* @interface DashboardAttributeFilterAttributeFilter
|
|
1164
|
-
*/
|
|
1165
|
-
export interface DashboardAttributeFilterAttributeFilter {
|
|
1166
|
-
/**
|
|
1167
|
-
*
|
|
1168
|
-
* @type {IdentifierRef}
|
|
1169
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1170
|
-
*/
|
|
1171
|
-
displayForm: IdentifierRef;
|
|
1172
|
-
/**
|
|
1173
|
-
*
|
|
1174
|
-
* @type {boolean}
|
|
1175
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1176
|
-
*/
|
|
1177
|
-
negativeSelection: boolean;
|
|
1178
|
-
/**
|
|
1179
|
-
*
|
|
1180
|
-
* @type {AttributeElements}
|
|
1181
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1182
|
-
*/
|
|
1183
|
-
attributeElements: AttributeElements;
|
|
1184
|
-
/**
|
|
1185
|
-
*
|
|
1186
|
-
* @type {Array<AttributeFilterParent>}
|
|
1187
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1188
|
-
*/
|
|
1189
|
-
filterElementsBy?: Array<AttributeFilterParent>;
|
|
1190
|
-
/**
|
|
1191
|
-
*
|
|
1192
|
-
* @type {Array<AttributeFilterByDate>}
|
|
1193
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1194
|
-
*/
|
|
1195
|
-
filterElementsByDate?: Array<AttributeFilterByDate>;
|
|
1196
|
-
/**
|
|
1197
|
-
*
|
|
1198
|
-
* @type {Array<IdentifierRef>}
|
|
1199
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1200
|
-
*/
|
|
1201
|
-
validateElementsBy?: Array<IdentifierRef>;
|
|
1202
|
-
/**
|
|
1203
|
-
*
|
|
1204
|
-
* @type {string}
|
|
1205
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1206
|
-
*/
|
|
1207
|
-
title?: string;
|
|
1208
|
-
/**
|
|
1209
|
-
*
|
|
1210
|
-
* @type {string}
|
|
1211
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1212
|
-
*/
|
|
1213
|
-
selectionMode?: DashboardAttributeFilterAttributeFilterSelectionModeEnum;
|
|
1214
|
-
/**
|
|
1215
|
-
*
|
|
1216
|
-
* @type {string}
|
|
1217
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1218
|
-
*/
|
|
1219
|
-
localIdentifier?: string;
|
|
1220
|
-
}
|
|
1221
|
-
export declare const DashboardAttributeFilterAttributeFilterSelectionModeEnum: {
|
|
1222
|
-
readonly SINGLE: "single";
|
|
1223
|
-
readonly MULTI: "multi";
|
|
1224
|
-
};
|
|
1225
|
-
export type DashboardAttributeFilterAttributeFilterSelectionModeEnum = typeof DashboardAttributeFilterAttributeFilterSelectionModeEnum[keyof typeof DashboardAttributeFilterAttributeFilterSelectionModeEnum];
|
|
1226
|
-
/**
|
|
1227
|
-
*
|
|
1228
|
-
* @export
|
|
1229
|
-
* @interface DashboardDateFilter
|
|
1230
|
-
*/
|
|
1231
|
-
export interface DashboardDateFilter {
|
|
1232
|
-
/**
|
|
1233
|
-
*
|
|
1234
|
-
* @type {DashboardDateFilterDateFilter}
|
|
1235
|
-
* @memberof DashboardDateFilter
|
|
1236
|
-
*/
|
|
1237
|
-
dateFilter: DashboardDateFilterDateFilter;
|
|
1238
|
-
}
|
|
1239
|
-
/**
|
|
1240
|
-
*
|
|
1241
|
-
* @export
|
|
1242
|
-
* @interface DashboardDateFilterDateFilter
|
|
1243
|
-
*/
|
|
1244
|
-
export interface DashboardDateFilterDateFilter {
|
|
1245
|
-
/**
|
|
1246
|
-
*
|
|
1247
|
-
* @type {string}
|
|
1248
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1249
|
-
*/
|
|
1250
|
-
type: DashboardDateFilterDateFilterTypeEnum;
|
|
1251
|
-
/**
|
|
1252
|
-
*
|
|
1253
|
-
* @type {string}
|
|
1254
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1255
|
-
*/
|
|
1256
|
-
granularity: DashboardDateFilterDateFilterGranularityEnum;
|
|
1257
|
-
/**
|
|
1258
|
-
*
|
|
1259
|
-
* @type {string | number}
|
|
1260
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1261
|
-
*/
|
|
1262
|
-
from?: string | number;
|
|
1263
|
-
/**
|
|
1264
|
-
*
|
|
1265
|
-
* @type {string | number}
|
|
1266
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1267
|
-
*/
|
|
1268
|
-
to?: string | number;
|
|
1269
|
-
/**
|
|
1270
|
-
*
|
|
1271
|
-
* @type {IdentifierRef}
|
|
1272
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1273
|
-
*/
|
|
1274
|
-
dataSet?: IdentifierRef;
|
|
1275
|
-
/**
|
|
1276
|
-
*
|
|
1277
|
-
* @type {IdentifierRef}
|
|
1278
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1279
|
-
*/
|
|
1280
|
-
attribute?: IdentifierRef;
|
|
1281
|
-
/**
|
|
1282
|
-
*
|
|
1283
|
-
* @type {string}
|
|
1284
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1285
|
-
*/
|
|
1286
|
-
localIdentifier?: string;
|
|
1287
|
-
}
|
|
1288
|
-
export declare const DashboardDateFilterDateFilterTypeEnum: {
|
|
1289
|
-
readonly RELATIVE: "relative";
|
|
1290
|
-
readonly ABSOLUTE: "absolute";
|
|
1291
|
-
};
|
|
1292
|
-
export type DashboardDateFilterDateFilterTypeEnum = typeof DashboardDateFilterDateFilterTypeEnum[keyof typeof DashboardDateFilterDateFilterTypeEnum];
|
|
1293
|
-
export declare const DashboardDateFilterDateFilterGranularityEnum: {
|
|
1294
|
-
readonly ALL_TIME_GRANULARITY: "ALL_TIME_GRANULARITY";
|
|
1295
|
-
readonly GDC_TIME_YEAR: "GDC.time.year";
|
|
1296
|
-
readonly GDC_TIME_WEEK_US: "GDC.time.week_us";
|
|
1297
|
-
readonly GDC_TIME_WEEK_IN_YEAR: "GDC.time.week_in_year";
|
|
1298
|
-
readonly GDC_TIME_WEEK_IN_QUARTER: "GDC.time.week_in_quarter";
|
|
1299
|
-
readonly GDC_TIME_WEEK: "GDC.time.week";
|
|
1300
|
-
readonly GDC_TIME_EUWEEK_IN_YEAR: "GDC.time.euweek_in_year";
|
|
1301
|
-
readonly GDC_TIME_EUWEEK_IN_QUARTER: "GDC.time.euweek_in_quarter";
|
|
1302
|
-
readonly GDC_TIME_QUARTER: "GDC.time.quarter";
|
|
1303
|
-
readonly GDC_TIME_QUARTER_IN_YEAR: "GDC.time.quarter_in_year";
|
|
1304
|
-
readonly GDC_TIME_MONTH: "GDC.time.month";
|
|
1305
|
-
readonly GDC_TIME_MONTH_IN_QUARTER: "GDC.time.month_in_quarter";
|
|
1306
|
-
readonly GDC_TIME_MONTH_IN_YEAR: "GDC.time.month_in_year";
|
|
1307
|
-
readonly GDC_TIME_DAY_IN_YEAR: "GDC.time.day_in_year";
|
|
1308
|
-
readonly GDC_TIME_DAY_IN_QUARTER: "GDC.time.day_in_quarter";
|
|
1309
|
-
readonly GDC_TIME_DAY_IN_MONTH: "GDC.time.day_in_month";
|
|
1310
|
-
readonly GDC_TIME_DAY_IN_WEEK: "GDC.time.day_in_week";
|
|
1311
|
-
readonly GDC_TIME_DAY_IN_EUWEEK: "GDC.time.day_in_euweek";
|
|
1312
|
-
readonly GDC_TIME_DATE: "GDC.time.date";
|
|
1313
|
-
readonly GDC_TIME_HOUR: "GDC.time.hour";
|
|
1314
|
-
readonly GDC_TIME_HOUR_IN_DAY: "GDC.time.hour_in_day";
|
|
1315
|
-
readonly GDC_TIME_MINUTE: "GDC.time.minute";
|
|
1316
|
-
readonly GDC_TIME_MINUTE_IN_HOUR: "GDC.time.minute_in_hour";
|
|
1317
|
-
};
|
|
1318
|
-
export type DashboardDateFilterDateFilterGranularityEnum = typeof DashboardDateFilterDateFilterGranularityEnum[keyof typeof DashboardDateFilterDateFilterGranularityEnum];
|
|
1319
|
-
/**
|
|
1320
|
-
* Additional settings.
|
|
1321
|
-
* @export
|
|
1322
|
-
* @interface DashboardExportSettings
|
|
1323
|
-
*/
|
|
1324
|
-
export interface DashboardExportSettings {
|
|
1325
|
-
/**
|
|
1326
|
-
* If true, the export will contain the information about the exported date and dashboard filters.
|
|
1327
|
-
* @type {boolean}
|
|
1328
|
-
* @memberof DashboardExportSettings
|
|
1329
|
-
*/
|
|
1330
|
-
exportInfo?: boolean;
|
|
1331
|
-
/**
|
|
1332
|
-
* Merge equal headers in neighbouring cells. Used for [XLSX] format only.
|
|
1333
|
-
* @type {boolean}
|
|
1334
|
-
* @memberof DashboardExportSettings
|
|
1335
|
-
*/
|
|
1336
|
-
mergeHeaders?: boolean;
|
|
1337
|
-
}
|
|
1338
|
-
/**
|
|
1339
|
-
* @type DashboardFilter
|
|
1340
|
-
* @export
|
|
1341
|
-
*/
|
|
1342
|
-
export type DashboardFilter = DashboardAttributeFilter | DashboardDateFilter;
|
|
1343
1015
|
/**
|
|
1344
1016
|
*
|
|
1345
1017
|
* @export
|
|
@@ -1426,53 +1098,6 @@ export declare const DashboardSlidesTemplateAppliedOnEnum: {
|
|
|
1426
1098
|
readonly PPTX: "PPTX";
|
|
1427
1099
|
};
|
|
1428
1100
|
export type DashboardSlidesTemplateAppliedOnEnum = typeof DashboardSlidesTemplateAppliedOnEnum[keyof typeof DashboardSlidesTemplateAppliedOnEnum];
|
|
1429
|
-
/**
|
|
1430
|
-
* Export request object describing the export properties for dashboard tabular exports (v2 with dashboardId).
|
|
1431
|
-
* @export
|
|
1432
|
-
* @interface DashboardTabularExportRequestV2
|
|
1433
|
-
*/
|
|
1434
|
-
export interface DashboardTabularExportRequestV2 {
|
|
1435
|
-
/**
|
|
1436
|
-
* Requested tabular export type.
|
|
1437
|
-
* @type {string}
|
|
1438
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1439
|
-
*/
|
|
1440
|
-
format: DashboardTabularExportRequestV2FormatEnum;
|
|
1441
|
-
/**
|
|
1442
|
-
* Filename of downloaded file without extension.
|
|
1443
|
-
* @type {string}
|
|
1444
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1445
|
-
*/
|
|
1446
|
-
fileName: string;
|
|
1447
|
-
/**
|
|
1448
|
-
* List of filters that will be used instead of the default dashboard filters.
|
|
1449
|
-
* @type {Array<DashboardFilter>}
|
|
1450
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1451
|
-
*/
|
|
1452
|
-
dashboardFiltersOverride?: Array<DashboardFilter>;
|
|
1453
|
-
/**
|
|
1454
|
-
* Dashboard identifier
|
|
1455
|
-
* @type {string}
|
|
1456
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1457
|
-
*/
|
|
1458
|
-
dashboardId: string;
|
|
1459
|
-
/**
|
|
1460
|
-
* List of widget identifiers to be exported. Note that only one widget is currently supported.
|
|
1461
|
-
* @type {Array<string>}
|
|
1462
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1463
|
-
*/
|
|
1464
|
-
widgetIds?: Array<string>;
|
|
1465
|
-
/**
|
|
1466
|
-
*
|
|
1467
|
-
* @type {DashboardExportSettings}
|
|
1468
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1469
|
-
*/
|
|
1470
|
-
settings?: DashboardExportSettings;
|
|
1471
|
-
}
|
|
1472
|
-
export declare const DashboardTabularExportRequestV2FormatEnum: {
|
|
1473
|
-
readonly XLSX: "XLSX";
|
|
1474
|
-
};
|
|
1475
|
-
export type DashboardTabularExportRequestV2FormatEnum = typeof DashboardTabularExportRequestV2FormatEnum[keyof typeof DashboardTabularExportRequestV2FormatEnum];
|
|
1476
1101
|
/**
|
|
1477
1102
|
* Data source permission assignments
|
|
1478
1103
|
* @export
|
|
@@ -1608,19 +1233,6 @@ export type DatasetWorkspaceDataFilterIdentifierTypeEnum = typeof DatasetWorkspa
|
|
|
1608
1233
|
* @export
|
|
1609
1234
|
*/
|
|
1610
1235
|
export type DateFilter = AbsoluteDateFilter | RelativeDateFilter;
|
|
1611
|
-
/**
|
|
1612
|
-
*
|
|
1613
|
-
* @export
|
|
1614
|
-
* @interface DateValue
|
|
1615
|
-
*/
|
|
1616
|
-
export interface DateValue {
|
|
1617
|
-
/**
|
|
1618
|
-
*
|
|
1619
|
-
* @type {string}
|
|
1620
|
-
* @memberof DateValue
|
|
1621
|
-
*/
|
|
1622
|
-
value: string;
|
|
1623
|
-
}
|
|
1624
1236
|
/**
|
|
1625
1237
|
*
|
|
1626
1238
|
* @export
|
|
@@ -2128,12 +1740,6 @@ export interface DeclarativeAutomation {
|
|
|
2128
1740
|
* @memberof DeclarativeAutomation
|
|
2129
1741
|
*/
|
|
2130
1742
|
slidesExports?: Array<AutomationSlidesExport>;
|
|
2131
|
-
/**
|
|
2132
|
-
*
|
|
2133
|
-
* @type {Array<AutomationDashboardTabularExport>}
|
|
2134
|
-
* @memberof DeclarativeAutomation
|
|
2135
|
-
*/
|
|
2136
|
-
dashboardTabularExports?: Array<AutomationDashboardTabularExport>;
|
|
2137
1743
|
/**
|
|
2138
1744
|
* External recipients of the automation action results.
|
|
2139
1745
|
* @type {Array<AutomationExternalRecipient>}
|
|
@@ -4915,7 +4521,6 @@ export declare const EntitlementsRequestEntitlementsNameEnum: {
|
|
|
4915
4521
|
readonly SCHEDULED_ACTION_MINIMUM_RECURRENCE_MINUTES: "ScheduledActionMinimumRecurrenceMinutes";
|
|
4916
4522
|
readonly FEDERATED_IDENTITY_MANAGEMENT: "FederatedIdentityManagement";
|
|
4917
4523
|
readonly AUDIT_LOGGING: "AuditLogging";
|
|
4918
|
-
readonly CONTROLLED_FEATURE_ROLLOUT: "ControlledFeatureRollout";
|
|
4919
4524
|
};
|
|
4920
4525
|
export type EntitlementsRequestEntitlementsNameEnum = typeof EntitlementsRequestEntitlementsNameEnum[keyof typeof EntitlementsRequestEntitlementsNameEnum];
|
|
4921
4526
|
/**
|
|
@@ -5260,60 +4865,6 @@ export declare const IdentifierDuplicationsTypeEnum: {
|
|
|
5260
4865
|
readonly WORKSPACE_DATA_FILTER_SETTINGS: "workspaceDataFilterSettings";
|
|
5261
4866
|
};
|
|
5262
4867
|
export type IdentifierDuplicationsTypeEnum = typeof IdentifierDuplicationsTypeEnum[keyof typeof IdentifierDuplicationsTypeEnum];
|
|
5263
|
-
/**
|
|
5264
|
-
*
|
|
5265
|
-
* @export
|
|
5266
|
-
* @interface IdentifierRef
|
|
5267
|
-
*/
|
|
5268
|
-
export interface IdentifierRef {
|
|
5269
|
-
/**
|
|
5270
|
-
*
|
|
5271
|
-
* @type {IdentifierRefIdentifier}
|
|
5272
|
-
* @memberof IdentifierRef
|
|
5273
|
-
*/
|
|
5274
|
-
identifier?: IdentifierRefIdentifier;
|
|
5275
|
-
}
|
|
5276
|
-
/**
|
|
5277
|
-
*
|
|
5278
|
-
* @export
|
|
5279
|
-
* @interface IdentifierRefIdentifier
|
|
5280
|
-
*/
|
|
5281
|
-
export interface IdentifierRefIdentifier {
|
|
5282
|
-
/**
|
|
5283
|
-
*
|
|
5284
|
-
* @type {string}
|
|
5285
|
-
* @memberof IdentifierRefIdentifier
|
|
5286
|
-
*/
|
|
5287
|
-
id: string;
|
|
5288
|
-
/**
|
|
5289
|
-
*
|
|
5290
|
-
* @type {string}
|
|
5291
|
-
* @memberof IdentifierRefIdentifier
|
|
5292
|
-
*/
|
|
5293
|
-
type: IdentifierRefIdentifierTypeEnum;
|
|
5294
|
-
}
|
|
5295
|
-
export declare const IdentifierRefIdentifierTypeEnum: {
|
|
5296
|
-
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
5297
|
-
readonly ATTRIBUTE: "attribute";
|
|
5298
|
-
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
5299
|
-
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
5300
|
-
readonly DATASET: "dataset";
|
|
5301
|
-
readonly FACT: "fact";
|
|
5302
|
-
readonly LABEL: "label";
|
|
5303
|
-
readonly METRIC: "metric";
|
|
5304
|
-
readonly USER_DATA_FILTER: "userDataFilter";
|
|
5305
|
-
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
5306
|
-
readonly AUTOMATION: "automation";
|
|
5307
|
-
readonly PROMPT: "prompt";
|
|
5308
|
-
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
5309
|
-
readonly FILTER_CONTEXT: "filterContext";
|
|
5310
|
-
readonly WORKSPACE_SETTINGS: "workspaceSettings";
|
|
5311
|
-
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
5312
|
-
readonly WORKSPACE_DATA_FILTER: "workspaceDataFilter";
|
|
5313
|
-
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
5314
|
-
readonly FILTER_VIEW: "filterView";
|
|
5315
|
-
};
|
|
5316
|
-
export type IdentifierRefIdentifierTypeEnum = typeof IdentifierRefIdentifierTypeEnum[keyof typeof IdentifierRefIdentifierTypeEnum];
|
|
5317
4868
|
/**
|
|
5318
4869
|
* Export request object describing the export properties and metadata for image exports.
|
|
5319
4870
|
* @export
|
|
@@ -5510,52 +5061,15 @@ export interface JsonApiAnalyticalDashboardIn {
|
|
|
5510
5061
|
id: string;
|
|
5511
5062
|
/**
|
|
5512
5063
|
*
|
|
5513
|
-
* @type {
|
|
5064
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
5514
5065
|
* @memberof JsonApiAnalyticalDashboardIn
|
|
5515
5066
|
*/
|
|
5516
|
-
attributes:
|
|
5067
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
5517
5068
|
}
|
|
5518
5069
|
export declare const JsonApiAnalyticalDashboardInTypeEnum: {
|
|
5519
5070
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
5520
5071
|
};
|
|
5521
5072
|
export type JsonApiAnalyticalDashboardInTypeEnum = typeof JsonApiAnalyticalDashboardInTypeEnum[keyof typeof JsonApiAnalyticalDashboardInTypeEnum];
|
|
5522
|
-
/**
|
|
5523
|
-
*
|
|
5524
|
-
* @export
|
|
5525
|
-
* @interface JsonApiAnalyticalDashboardInAttributes
|
|
5526
|
-
*/
|
|
5527
|
-
export interface JsonApiAnalyticalDashboardInAttributes {
|
|
5528
|
-
/**
|
|
5529
|
-
*
|
|
5530
|
-
* @type {string}
|
|
5531
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
5532
|
-
*/
|
|
5533
|
-
title?: string;
|
|
5534
|
-
/**
|
|
5535
|
-
*
|
|
5536
|
-
* @type {string}
|
|
5537
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
5538
|
-
*/
|
|
5539
|
-
description?: string;
|
|
5540
|
-
/**
|
|
5541
|
-
*
|
|
5542
|
-
* @type {Array<string>}
|
|
5543
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
5544
|
-
*/
|
|
5545
|
-
tags?: Array<string>;
|
|
5546
|
-
/**
|
|
5547
|
-
*
|
|
5548
|
-
* @type {boolean}
|
|
5549
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
5550
|
-
*/
|
|
5551
|
-
areRelationsValid?: boolean;
|
|
5552
|
-
/**
|
|
5553
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
5554
|
-
* @type {object}
|
|
5555
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
5556
|
-
*/
|
|
5557
|
-
content: object;
|
|
5558
|
-
}
|
|
5559
5073
|
/**
|
|
5560
5074
|
*
|
|
5561
5075
|
* @export
|
|
@@ -5683,10 +5197,10 @@ export interface JsonApiAnalyticalDashboardOutList {
|
|
|
5683
5197
|
links?: ListLinks;
|
|
5684
5198
|
/**
|
|
5685
5199
|
*
|
|
5686
|
-
* @type {
|
|
5200
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
5687
5201
|
* @memberof JsonApiAnalyticalDashboardOutList
|
|
5688
5202
|
*/
|
|
5689
|
-
meta?:
|
|
5203
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
5690
5204
|
/**
|
|
5691
5205
|
* Included resources
|
|
5692
5206
|
* @type {Array<JsonApiAnalyticalDashboardOutIncludes>}
|
|
@@ -5997,10 +5511,10 @@ export interface JsonApiAnalyticalDashboardPostOptionalId {
|
|
|
5997
5511
|
id?: string;
|
|
5998
5512
|
/**
|
|
5999
5513
|
*
|
|
6000
|
-
* @type {
|
|
5514
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
6001
5515
|
* @memberof JsonApiAnalyticalDashboardPostOptionalId
|
|
6002
5516
|
*/
|
|
6003
|
-
attributes:
|
|
5517
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
6004
5518
|
}
|
|
6005
5519
|
export declare const JsonApiAnalyticalDashboardPostOptionalIdTypeEnum: {
|
|
6006
5520
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
@@ -6142,10 +5656,23 @@ export interface JsonApiApiTokenOutList {
|
|
|
6142
5656
|
links?: ListLinks;
|
|
6143
5657
|
/**
|
|
6144
5658
|
*
|
|
6145
|
-
* @type {
|
|
5659
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
6146
5660
|
* @memberof JsonApiApiTokenOutList
|
|
6147
5661
|
*/
|
|
6148
|
-
meta?:
|
|
5662
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
5663
|
+
}
|
|
5664
|
+
/**
|
|
5665
|
+
*
|
|
5666
|
+
* @export
|
|
5667
|
+
* @interface JsonApiApiTokenOutListMeta
|
|
5668
|
+
*/
|
|
5669
|
+
export interface JsonApiApiTokenOutListMeta {
|
|
5670
|
+
/**
|
|
5671
|
+
*
|
|
5672
|
+
* @type {PageMetadata}
|
|
5673
|
+
* @memberof JsonApiApiTokenOutListMeta
|
|
5674
|
+
*/
|
|
5675
|
+
page?: PageMetadata;
|
|
6149
5676
|
}
|
|
6150
5677
|
/**
|
|
6151
5678
|
*
|
|
@@ -6202,52 +5729,15 @@ export interface JsonApiAttributeHierarchyIn {
|
|
|
6202
5729
|
id: string;
|
|
6203
5730
|
/**
|
|
6204
5731
|
*
|
|
6205
|
-
* @type {
|
|
5732
|
+
* @type {JsonApiAttributeHierarchyPatchAttributes}
|
|
6206
5733
|
* @memberof JsonApiAttributeHierarchyIn
|
|
6207
5734
|
*/
|
|
6208
|
-
attributes?:
|
|
5735
|
+
attributes?: JsonApiAttributeHierarchyPatchAttributes;
|
|
6209
5736
|
}
|
|
6210
5737
|
export declare const JsonApiAttributeHierarchyInTypeEnum: {
|
|
6211
5738
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
6212
5739
|
};
|
|
6213
5740
|
export type JsonApiAttributeHierarchyInTypeEnum = typeof JsonApiAttributeHierarchyInTypeEnum[keyof typeof JsonApiAttributeHierarchyInTypeEnum];
|
|
6214
|
-
/**
|
|
6215
|
-
*
|
|
6216
|
-
* @export
|
|
6217
|
-
* @interface JsonApiAttributeHierarchyInAttributes
|
|
6218
|
-
*/
|
|
6219
|
-
export interface JsonApiAttributeHierarchyInAttributes {
|
|
6220
|
-
/**
|
|
6221
|
-
*
|
|
6222
|
-
* @type {string}
|
|
6223
|
-
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6224
|
-
*/
|
|
6225
|
-
title?: string;
|
|
6226
|
-
/**
|
|
6227
|
-
*
|
|
6228
|
-
* @type {string}
|
|
6229
|
-
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6230
|
-
*/
|
|
6231
|
-
description?: string;
|
|
6232
|
-
/**
|
|
6233
|
-
*
|
|
6234
|
-
* @type {Array<string>}
|
|
6235
|
-
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6236
|
-
*/
|
|
6237
|
-
tags?: Array<string>;
|
|
6238
|
-
/**
|
|
6239
|
-
*
|
|
6240
|
-
* @type {boolean}
|
|
6241
|
-
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6242
|
-
*/
|
|
6243
|
-
areRelationsValid?: boolean;
|
|
6244
|
-
/**
|
|
6245
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
6246
|
-
* @type {object}
|
|
6247
|
-
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6248
|
-
*/
|
|
6249
|
-
content?: object;
|
|
6250
|
-
}
|
|
6251
5741
|
/**
|
|
6252
5742
|
*
|
|
6253
5743
|
* @export
|
|
@@ -6424,10 +5914,10 @@ export interface JsonApiAttributeHierarchyOutList {
|
|
|
6424
5914
|
links?: ListLinks;
|
|
6425
5915
|
/**
|
|
6426
5916
|
*
|
|
6427
|
-
* @type {
|
|
5917
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
6428
5918
|
* @memberof JsonApiAttributeHierarchyOutList
|
|
6429
5919
|
*/
|
|
6430
|
-
meta?:
|
|
5920
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
6431
5921
|
/**
|
|
6432
5922
|
* Included resources
|
|
6433
5923
|
* @type {Array<JsonApiAttributeHierarchyOutIncludes>}
|
|
@@ -6527,15 +6017,52 @@ export interface JsonApiAttributeHierarchyPatch {
|
|
|
6527
6017
|
id: string;
|
|
6528
6018
|
/**
|
|
6529
6019
|
*
|
|
6530
|
-
* @type {
|
|
6020
|
+
* @type {JsonApiAttributeHierarchyPatchAttributes}
|
|
6531
6021
|
* @memberof JsonApiAttributeHierarchyPatch
|
|
6532
6022
|
*/
|
|
6533
|
-
attributes?:
|
|
6023
|
+
attributes?: JsonApiAttributeHierarchyPatchAttributes;
|
|
6534
6024
|
}
|
|
6535
6025
|
export declare const JsonApiAttributeHierarchyPatchTypeEnum: {
|
|
6536
6026
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
6537
6027
|
};
|
|
6538
6028
|
export type JsonApiAttributeHierarchyPatchTypeEnum = typeof JsonApiAttributeHierarchyPatchTypeEnum[keyof typeof JsonApiAttributeHierarchyPatchTypeEnum];
|
|
6029
|
+
/**
|
|
6030
|
+
*
|
|
6031
|
+
* @export
|
|
6032
|
+
* @interface JsonApiAttributeHierarchyPatchAttributes
|
|
6033
|
+
*/
|
|
6034
|
+
export interface JsonApiAttributeHierarchyPatchAttributes {
|
|
6035
|
+
/**
|
|
6036
|
+
*
|
|
6037
|
+
* @type {string}
|
|
6038
|
+
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6039
|
+
*/
|
|
6040
|
+
title?: string;
|
|
6041
|
+
/**
|
|
6042
|
+
*
|
|
6043
|
+
* @type {string}
|
|
6044
|
+
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6045
|
+
*/
|
|
6046
|
+
description?: string;
|
|
6047
|
+
/**
|
|
6048
|
+
*
|
|
6049
|
+
* @type {Array<string>}
|
|
6050
|
+
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6051
|
+
*/
|
|
6052
|
+
tags?: Array<string>;
|
|
6053
|
+
/**
|
|
6054
|
+
*
|
|
6055
|
+
* @type {boolean}
|
|
6056
|
+
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6057
|
+
*/
|
|
6058
|
+
areRelationsValid?: boolean;
|
|
6059
|
+
/**
|
|
6060
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
6061
|
+
* @type {object}
|
|
6062
|
+
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6063
|
+
*/
|
|
6064
|
+
content?: object;
|
|
6065
|
+
}
|
|
6539
6066
|
/**
|
|
6540
6067
|
*
|
|
6541
6068
|
* @export
|
|
@@ -6757,10 +6284,10 @@ export interface JsonApiAttributeOutList {
|
|
|
6757
6284
|
links?: ListLinks;
|
|
6758
6285
|
/**
|
|
6759
6286
|
*
|
|
6760
|
-
* @type {
|
|
6287
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
6761
6288
|
* @memberof JsonApiAttributeOutList
|
|
6762
6289
|
*/
|
|
6763
|
-
meta?:
|
|
6290
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
6764
6291
|
/**
|
|
6765
6292
|
* Included resources
|
|
6766
6293
|
* @type {Array<JsonApiAttributeOutIncludes>}
|
|
@@ -6911,16 +6438,16 @@ export interface JsonApiAutomationIn {
|
|
|
6911
6438
|
id: string;
|
|
6912
6439
|
/**
|
|
6913
6440
|
*
|
|
6914
|
-
* @type {
|
|
6441
|
+
* @type {JsonApiAutomationPatchAttributes}
|
|
6915
6442
|
* @memberof JsonApiAutomationIn
|
|
6916
6443
|
*/
|
|
6917
|
-
attributes?:
|
|
6444
|
+
attributes?: JsonApiAutomationPatchAttributes;
|
|
6918
6445
|
/**
|
|
6919
6446
|
*
|
|
6920
|
-
* @type {
|
|
6447
|
+
* @type {JsonApiAutomationPatchRelationships}
|
|
6921
6448
|
* @memberof JsonApiAutomationIn
|
|
6922
6449
|
*/
|
|
6923
|
-
relationships?:
|
|
6450
|
+
relationships?: JsonApiAutomationPatchRelationships;
|
|
6924
6451
|
}
|
|
6925
6452
|
export declare const JsonApiAutomationInTypeEnum: {
|
|
6926
6453
|
readonly AUTOMATION: "automation";
|
|
@@ -6929,760 +6456,722 @@ export type JsonApiAutomationInTypeEnum = typeof JsonApiAutomationInTypeEnum[key
|
|
|
6929
6456
|
/**
|
|
6930
6457
|
*
|
|
6931
6458
|
* @export
|
|
6932
|
-
* @interface
|
|
6459
|
+
* @interface JsonApiAutomationInDocument
|
|
6460
|
+
*/
|
|
6461
|
+
export interface JsonApiAutomationInDocument {
|
|
6462
|
+
/**
|
|
6463
|
+
*
|
|
6464
|
+
* @type {JsonApiAutomationIn}
|
|
6465
|
+
* @memberof JsonApiAutomationInDocument
|
|
6466
|
+
*/
|
|
6467
|
+
data: JsonApiAutomationIn;
|
|
6468
|
+
}
|
|
6469
|
+
/**
|
|
6470
|
+
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
6471
|
+
* @export
|
|
6472
|
+
* @interface JsonApiAutomationLinkage
|
|
6473
|
+
*/
|
|
6474
|
+
export interface JsonApiAutomationLinkage {
|
|
6475
|
+
/**
|
|
6476
|
+
*
|
|
6477
|
+
* @type {string}
|
|
6478
|
+
* @memberof JsonApiAutomationLinkage
|
|
6479
|
+
*/
|
|
6480
|
+
id: string;
|
|
6481
|
+
/**
|
|
6482
|
+
*
|
|
6483
|
+
* @type {string}
|
|
6484
|
+
* @memberof JsonApiAutomationLinkage
|
|
6485
|
+
*/
|
|
6486
|
+
type: JsonApiAutomationLinkageTypeEnum;
|
|
6487
|
+
}
|
|
6488
|
+
export declare const JsonApiAutomationLinkageTypeEnum: {
|
|
6489
|
+
readonly AUTOMATION: "automation";
|
|
6490
|
+
};
|
|
6491
|
+
export type JsonApiAutomationLinkageTypeEnum = typeof JsonApiAutomationLinkageTypeEnum[keyof typeof JsonApiAutomationLinkageTypeEnum];
|
|
6492
|
+
/**
|
|
6493
|
+
* JSON:API representation of automation entity.
|
|
6494
|
+
* @export
|
|
6495
|
+
* @interface JsonApiAutomationOut
|
|
6496
|
+
*/
|
|
6497
|
+
export interface JsonApiAutomationOut {
|
|
6498
|
+
/**
|
|
6499
|
+
* Object type
|
|
6500
|
+
* @type {string}
|
|
6501
|
+
* @memberof JsonApiAutomationOut
|
|
6502
|
+
*/
|
|
6503
|
+
type: JsonApiAutomationOutTypeEnum;
|
|
6504
|
+
/**
|
|
6505
|
+
* API identifier of an object
|
|
6506
|
+
* @type {string}
|
|
6507
|
+
* @memberof JsonApiAutomationOut
|
|
6508
|
+
*/
|
|
6509
|
+
id: string;
|
|
6510
|
+
/**
|
|
6511
|
+
*
|
|
6512
|
+
* @type {JsonApiVisualizationObjectOutMeta}
|
|
6513
|
+
* @memberof JsonApiAutomationOut
|
|
6514
|
+
*/
|
|
6515
|
+
meta?: JsonApiVisualizationObjectOutMeta;
|
|
6516
|
+
/**
|
|
6517
|
+
*
|
|
6518
|
+
* @type {JsonApiAutomationOutAttributes}
|
|
6519
|
+
* @memberof JsonApiAutomationOut
|
|
6520
|
+
*/
|
|
6521
|
+
attributes?: JsonApiAutomationOutAttributes;
|
|
6522
|
+
/**
|
|
6523
|
+
*
|
|
6524
|
+
* @type {JsonApiAutomationOutRelationships}
|
|
6525
|
+
* @memberof JsonApiAutomationOut
|
|
6526
|
+
*/
|
|
6527
|
+
relationships?: JsonApiAutomationOutRelationships;
|
|
6528
|
+
}
|
|
6529
|
+
export declare const JsonApiAutomationOutTypeEnum: {
|
|
6530
|
+
readonly AUTOMATION: "automation";
|
|
6531
|
+
};
|
|
6532
|
+
export type JsonApiAutomationOutTypeEnum = typeof JsonApiAutomationOutTypeEnum[keyof typeof JsonApiAutomationOutTypeEnum];
|
|
6533
|
+
/**
|
|
6534
|
+
*
|
|
6535
|
+
* @export
|
|
6536
|
+
* @interface JsonApiAutomationOutAttributes
|
|
6933
6537
|
*/
|
|
6934
|
-
export interface
|
|
6538
|
+
export interface JsonApiAutomationOutAttributes {
|
|
6935
6539
|
/**
|
|
6936
6540
|
*
|
|
6937
6541
|
* @type {string}
|
|
6938
|
-
* @memberof
|
|
6542
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6939
6543
|
*/
|
|
6940
6544
|
title?: string;
|
|
6941
6545
|
/**
|
|
6942
6546
|
*
|
|
6943
6547
|
* @type {string}
|
|
6944
|
-
* @memberof
|
|
6548
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6945
6549
|
*/
|
|
6946
6550
|
description?: string;
|
|
6947
6551
|
/**
|
|
6948
6552
|
*
|
|
6949
6553
|
* @type {Array<string>}
|
|
6950
|
-
* @memberof
|
|
6554
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6951
6555
|
*/
|
|
6952
6556
|
tags?: Array<string>;
|
|
6953
6557
|
/**
|
|
6954
6558
|
*
|
|
6955
6559
|
* @type {boolean}
|
|
6956
|
-
* @memberof
|
|
6560
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6957
6561
|
*/
|
|
6958
6562
|
areRelationsValid?: boolean;
|
|
6959
6563
|
/**
|
|
6960
6564
|
* Additional details to be included in the automated message.
|
|
6961
6565
|
* @type {any}
|
|
6962
|
-
* @memberof
|
|
6566
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6963
6567
|
*/
|
|
6964
6568
|
details?: any;
|
|
6965
6569
|
/**
|
|
6966
6570
|
*
|
|
6967
|
-
* @type {
|
|
6968
|
-
* @memberof
|
|
6571
|
+
* @type {JsonApiAutomationOutAttributesMetadata}
|
|
6572
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6969
6573
|
*/
|
|
6970
|
-
metadata?:
|
|
6574
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
6971
6575
|
/**
|
|
6972
6576
|
* Current state of the automation.
|
|
6973
6577
|
* @type {string}
|
|
6974
|
-
* @memberof
|
|
6578
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6975
6579
|
*/
|
|
6976
|
-
state?:
|
|
6580
|
+
state?: JsonApiAutomationOutAttributesStateEnum;
|
|
6977
6581
|
/**
|
|
6978
6582
|
*
|
|
6979
|
-
* @type {
|
|
6980
|
-
* @memberof
|
|
6583
|
+
* @type {JsonApiAutomationOutAttributesSchedule}
|
|
6584
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6981
6585
|
*/
|
|
6982
|
-
schedule?:
|
|
6586
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
6983
6587
|
/**
|
|
6984
6588
|
*
|
|
6985
|
-
* @type {
|
|
6986
|
-
* @memberof
|
|
6589
|
+
* @type {JsonApiAutomationOutAttributesAlert}
|
|
6590
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6987
6591
|
*/
|
|
6988
|
-
alert?:
|
|
6592
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
6989
6593
|
/**
|
|
6990
6594
|
*
|
|
6991
|
-
* @type {Array<
|
|
6992
|
-
* @memberof
|
|
6595
|
+
* @type {Array<JsonApiAutomationOutAttributesTabularExports>}
|
|
6596
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6993
6597
|
*/
|
|
6994
|
-
tabularExports?: Array<
|
|
6598
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
|
|
6995
6599
|
/**
|
|
6996
6600
|
*
|
|
6997
|
-
* @type {Array<
|
|
6998
|
-
* @memberof
|
|
6601
|
+
* @type {Array<JsonApiAutomationOutAttributesVisualExports>}
|
|
6602
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6999
6603
|
*/
|
|
7000
|
-
visualExports?: Array<
|
|
6604
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
|
|
7001
6605
|
/**
|
|
7002
6606
|
*
|
|
7003
|
-
* @type {Array<
|
|
7004
|
-
* @memberof
|
|
6607
|
+
* @type {Array<JsonApiAutomationOutAttributesImageExports>}
|
|
6608
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
7005
6609
|
*/
|
|
7006
|
-
imageExports?: Array<
|
|
6610
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
|
|
7007
6611
|
/**
|
|
7008
6612
|
*
|
|
7009
|
-
* @type {Array<
|
|
7010
|
-
* @memberof
|
|
6613
|
+
* @type {Array<JsonApiAutomationOutAttributesRawExports>}
|
|
6614
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
7011
6615
|
*/
|
|
7012
|
-
rawExports?: Array<
|
|
6616
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
|
|
7013
6617
|
/**
|
|
7014
6618
|
*
|
|
7015
|
-
* @type {Array<
|
|
7016
|
-
* @memberof
|
|
6619
|
+
* @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
|
|
6620
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
6621
|
+
*/
|
|
6622
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
|
|
6623
|
+
/**
|
|
6624
|
+
* External recipients of the automation action results.
|
|
6625
|
+
* @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
|
|
6626
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
7017
6627
|
*/
|
|
7018
|
-
|
|
6628
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
|
|
7019
6629
|
/**
|
|
7020
6630
|
*
|
|
7021
|
-
* @type {
|
|
7022
|
-
* @memberof
|
|
6631
|
+
* @type {string}
|
|
6632
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
7023
6633
|
*/
|
|
7024
|
-
|
|
6634
|
+
createdAt?: string;
|
|
7025
6635
|
/**
|
|
7026
|
-
*
|
|
7027
|
-
* @type {
|
|
7028
|
-
* @memberof
|
|
6636
|
+
*
|
|
6637
|
+
* @type {string}
|
|
6638
|
+
* @memberof JsonApiAutomationOutAttributes
|
|
7029
6639
|
*/
|
|
7030
|
-
|
|
6640
|
+
modifiedAt?: string;
|
|
7031
6641
|
}
|
|
7032
|
-
export declare const
|
|
6642
|
+
export declare const JsonApiAutomationOutAttributesStateEnum: {
|
|
7033
6643
|
readonly ACTIVE: "ACTIVE";
|
|
7034
6644
|
readonly PAUSED: "PAUSED";
|
|
7035
6645
|
};
|
|
7036
|
-
export type
|
|
6646
|
+
export type JsonApiAutomationOutAttributesStateEnum = typeof JsonApiAutomationOutAttributesStateEnum[keyof typeof JsonApiAutomationOutAttributesStateEnum];
|
|
7037
6647
|
/**
|
|
7038
6648
|
*
|
|
7039
6649
|
* @export
|
|
7040
|
-
* @interface
|
|
6650
|
+
* @interface JsonApiAutomationOutAttributesAlert
|
|
7041
6651
|
*/
|
|
7042
|
-
export interface
|
|
6652
|
+
export interface JsonApiAutomationOutAttributesAlert {
|
|
7043
6653
|
/**
|
|
7044
6654
|
*
|
|
7045
6655
|
* @type {AlertAfm}
|
|
7046
|
-
* @memberof
|
|
6656
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
7047
6657
|
*/
|
|
7048
6658
|
execution: AlertAfm;
|
|
7049
6659
|
/**
|
|
7050
6660
|
*
|
|
7051
6661
|
* @type {AlertCondition}
|
|
7052
|
-
* @memberof
|
|
6662
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
7053
6663
|
*/
|
|
7054
6664
|
condition: AlertCondition;
|
|
7055
6665
|
/**
|
|
7056
6666
|
* 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.
|
|
7057
6667
|
* @type {string}
|
|
7058
|
-
* @memberof
|
|
6668
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
7059
6669
|
*/
|
|
7060
|
-
trigger?:
|
|
6670
|
+
trigger?: JsonApiAutomationOutAttributesAlertTriggerEnum;
|
|
7061
6671
|
}
|
|
7062
|
-
export declare const
|
|
6672
|
+
export declare const JsonApiAutomationOutAttributesAlertTriggerEnum: {
|
|
7063
6673
|
readonly ALWAYS: "ALWAYS";
|
|
7064
6674
|
readonly ONCE: "ONCE";
|
|
7065
6675
|
};
|
|
7066
|
-
export type
|
|
7067
|
-
/**
|
|
7068
|
-
*
|
|
7069
|
-
* @export
|
|
7070
|
-
* @interface JsonApiAutomationInAttributesDashboardTabularExports
|
|
7071
|
-
*/
|
|
7072
|
-
export interface JsonApiAutomationInAttributesDashboardTabularExports {
|
|
7073
|
-
/**
|
|
7074
|
-
*
|
|
7075
|
-
* @type {DashboardTabularExportRequestV2}
|
|
7076
|
-
* @memberof JsonApiAutomationInAttributesDashboardTabularExports
|
|
7077
|
-
*/
|
|
7078
|
-
requestPayload: DashboardTabularExportRequestV2;
|
|
7079
|
-
}
|
|
6676
|
+
export type JsonApiAutomationOutAttributesAlertTriggerEnum = typeof JsonApiAutomationOutAttributesAlertTriggerEnum[keyof typeof JsonApiAutomationOutAttributesAlertTriggerEnum];
|
|
7080
6677
|
/**
|
|
7081
6678
|
*
|
|
7082
6679
|
* @export
|
|
7083
|
-
* @interface
|
|
6680
|
+
* @interface JsonApiAutomationOutAttributesExternalRecipients
|
|
7084
6681
|
*/
|
|
7085
|
-
export interface
|
|
6682
|
+
export interface JsonApiAutomationOutAttributesExternalRecipients {
|
|
7086
6683
|
/**
|
|
7087
6684
|
* E-mail address to send notifications from.
|
|
7088
6685
|
* @type {string}
|
|
7089
|
-
* @memberof
|
|
6686
|
+
* @memberof JsonApiAutomationOutAttributesExternalRecipients
|
|
7090
6687
|
*/
|
|
7091
6688
|
email: string;
|
|
7092
6689
|
}
|
|
7093
6690
|
/**
|
|
7094
6691
|
*
|
|
7095
6692
|
* @export
|
|
7096
|
-
* @interface
|
|
6693
|
+
* @interface JsonApiAutomationOutAttributesImageExports
|
|
7097
6694
|
*/
|
|
7098
|
-
export interface
|
|
6695
|
+
export interface JsonApiAutomationOutAttributesImageExports {
|
|
7099
6696
|
/**
|
|
7100
6697
|
*
|
|
7101
6698
|
* @type {ImageExportRequest}
|
|
7102
|
-
* @memberof
|
|
6699
|
+
* @memberof JsonApiAutomationOutAttributesImageExports
|
|
7103
6700
|
*/
|
|
7104
6701
|
requestPayload: ImageExportRequest;
|
|
7105
6702
|
}
|
|
7106
6703
|
/**
|
|
7107
6704
|
* Additional information for the automation.
|
|
7108
6705
|
* @export
|
|
7109
|
-
* @interface
|
|
6706
|
+
* @interface JsonApiAutomationOutAttributesMetadata
|
|
7110
6707
|
*/
|
|
7111
|
-
export interface
|
|
6708
|
+
export interface JsonApiAutomationOutAttributesMetadata {
|
|
7112
6709
|
/**
|
|
7113
6710
|
*
|
|
7114
6711
|
* @type {string}
|
|
7115
|
-
* @memberof
|
|
6712
|
+
* @memberof JsonApiAutomationOutAttributesMetadata
|
|
7116
6713
|
*/
|
|
7117
6714
|
widget?: string;
|
|
7118
6715
|
/**
|
|
7119
6716
|
*
|
|
7120
6717
|
* @type {Array<VisibleFilter>}
|
|
7121
|
-
* @memberof
|
|
6718
|
+
* @memberof JsonApiAutomationOutAttributesMetadata
|
|
7122
6719
|
*/
|
|
7123
6720
|
visibleFilters?: Array<VisibleFilter>;
|
|
7124
6721
|
}
|
|
7125
6722
|
/**
|
|
7126
6723
|
*
|
|
7127
6724
|
* @export
|
|
7128
|
-
* @interface
|
|
6725
|
+
* @interface JsonApiAutomationOutAttributesRawExports
|
|
7129
6726
|
*/
|
|
7130
|
-
export interface
|
|
6727
|
+
export interface JsonApiAutomationOutAttributesRawExports {
|
|
7131
6728
|
/**
|
|
7132
6729
|
*
|
|
7133
6730
|
* @type {RawExportRequest}
|
|
7134
|
-
* @memberof
|
|
6731
|
+
* @memberof JsonApiAutomationOutAttributesRawExports
|
|
7135
6732
|
*/
|
|
7136
6733
|
requestPayload: RawExportRequest;
|
|
7137
6734
|
}
|
|
7138
6735
|
/**
|
|
7139
6736
|
*
|
|
7140
6737
|
* @export
|
|
7141
|
-
* @interface
|
|
6738
|
+
* @interface JsonApiAutomationOutAttributesSchedule
|
|
7142
6739
|
*/
|
|
7143
|
-
export interface
|
|
6740
|
+
export interface JsonApiAutomationOutAttributesSchedule {
|
|
7144
6741
|
/**
|
|
7145
6742
|
* 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.
|
|
7146
6743
|
* @type {string}
|
|
7147
|
-
* @memberof
|
|
6744
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7148
6745
|
*/
|
|
7149
6746
|
cron: string;
|
|
7150
6747
|
/**
|
|
7151
6748
|
* Human-readable description of the cron expression.
|
|
7152
6749
|
* @type {string}
|
|
7153
|
-
* @memberof
|
|
6750
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7154
6751
|
*/
|
|
7155
6752
|
cronDescription?: string;
|
|
7156
6753
|
/**
|
|
7157
6754
|
* Timezone in which the schedule is defined.
|
|
7158
6755
|
* @type {string}
|
|
7159
|
-
* @memberof
|
|
6756
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7160
6757
|
*/
|
|
7161
6758
|
timezone: string;
|
|
7162
6759
|
/**
|
|
7163
6760
|
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
7164
6761
|
* @type {string}
|
|
7165
|
-
* @memberof
|
|
6762
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
7166
6763
|
*/
|
|
7167
6764
|
firstRun?: string;
|
|
7168
6765
|
}
|
|
7169
6766
|
/**
|
|
7170
6767
|
*
|
|
7171
6768
|
* @export
|
|
7172
|
-
* @interface
|
|
6769
|
+
* @interface JsonApiAutomationOutAttributesSlidesExports
|
|
7173
6770
|
*/
|
|
7174
|
-
export interface
|
|
6771
|
+
export interface JsonApiAutomationOutAttributesSlidesExports {
|
|
7175
6772
|
/**
|
|
7176
6773
|
*
|
|
7177
6774
|
* @type {SlidesExportRequest}
|
|
7178
|
-
* @memberof
|
|
6775
|
+
* @memberof JsonApiAutomationOutAttributesSlidesExports
|
|
7179
6776
|
*/
|
|
7180
6777
|
requestPayload: SlidesExportRequest;
|
|
7181
6778
|
}
|
|
7182
6779
|
/**
|
|
7183
6780
|
*
|
|
7184
6781
|
* @export
|
|
7185
|
-
* @interface
|
|
6782
|
+
* @interface JsonApiAutomationOutAttributesTabularExports
|
|
7186
6783
|
*/
|
|
7187
|
-
export interface
|
|
6784
|
+
export interface JsonApiAutomationOutAttributesTabularExports {
|
|
7188
6785
|
/**
|
|
7189
6786
|
*
|
|
7190
6787
|
* @type {TabularExportRequest}
|
|
7191
|
-
* @memberof
|
|
6788
|
+
* @memberof JsonApiAutomationOutAttributesTabularExports
|
|
7192
6789
|
*/
|
|
7193
6790
|
requestPayload: TabularExportRequest;
|
|
7194
6791
|
}
|
|
7195
6792
|
/**
|
|
7196
6793
|
*
|
|
7197
6794
|
* @export
|
|
7198
|
-
* @interface
|
|
6795
|
+
* @interface JsonApiAutomationOutAttributesVisualExports
|
|
7199
6796
|
*/
|
|
7200
|
-
export interface
|
|
6797
|
+
export interface JsonApiAutomationOutAttributesVisualExports {
|
|
7201
6798
|
/**
|
|
7202
6799
|
*
|
|
7203
6800
|
* @type {VisualExportRequest}
|
|
7204
|
-
* @memberof
|
|
6801
|
+
* @memberof JsonApiAutomationOutAttributesVisualExports
|
|
7205
6802
|
*/
|
|
7206
6803
|
requestPayload: VisualExportRequest;
|
|
7207
6804
|
}
|
|
7208
6805
|
/**
|
|
7209
6806
|
*
|
|
7210
6807
|
* @export
|
|
7211
|
-
* @interface
|
|
6808
|
+
* @interface JsonApiAutomationOutDocument
|
|
7212
6809
|
*/
|
|
7213
|
-
export interface
|
|
6810
|
+
export interface JsonApiAutomationOutDocument {
|
|
7214
6811
|
/**
|
|
7215
6812
|
*
|
|
7216
|
-
* @type {
|
|
7217
|
-
* @memberof
|
|
6813
|
+
* @type {JsonApiAutomationOut}
|
|
6814
|
+
* @memberof JsonApiAutomationOutDocument
|
|
7218
6815
|
*/
|
|
7219
|
-
data:
|
|
6816
|
+
data: JsonApiAutomationOut;
|
|
6817
|
+
/**
|
|
6818
|
+
*
|
|
6819
|
+
* @type {ObjectLinks}
|
|
6820
|
+
* @memberof JsonApiAutomationOutDocument
|
|
6821
|
+
*/
|
|
6822
|
+
links?: ObjectLinks;
|
|
6823
|
+
/**
|
|
6824
|
+
* Included resources
|
|
6825
|
+
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
6826
|
+
* @memberof JsonApiAutomationOutDocument
|
|
6827
|
+
*/
|
|
6828
|
+
included?: Array<JsonApiAutomationOutIncludes>;
|
|
7220
6829
|
}
|
|
7221
6830
|
/**
|
|
7222
|
-
*
|
|
6831
|
+
* @type JsonApiAutomationOutIncludes
|
|
6832
|
+
* @export
|
|
6833
|
+
*/
|
|
6834
|
+
export type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLinks | JsonApiExportDefinitionOutWithLinks | JsonApiNotificationChannelOutWithLinks | JsonApiUserIdentifierOutWithLinks | JsonApiUserOutWithLinks;
|
|
6835
|
+
/**
|
|
6836
|
+
* A JSON:API document with a list of resources
|
|
7223
6837
|
* @export
|
|
7224
|
-
* @interface
|
|
6838
|
+
* @interface JsonApiAutomationOutList
|
|
7225
6839
|
*/
|
|
7226
|
-
export interface
|
|
6840
|
+
export interface JsonApiAutomationOutList {
|
|
7227
6841
|
/**
|
|
7228
6842
|
*
|
|
7229
|
-
* @type {
|
|
7230
|
-
* @memberof
|
|
6843
|
+
* @type {Array<JsonApiAutomationOutWithLinks>}
|
|
6844
|
+
* @memberof JsonApiAutomationOutList
|
|
7231
6845
|
*/
|
|
7232
|
-
|
|
6846
|
+
data: Array<JsonApiAutomationOutWithLinks>;
|
|
7233
6847
|
/**
|
|
7234
6848
|
*
|
|
7235
|
-
* @type {
|
|
7236
|
-
* @memberof
|
|
6849
|
+
* @type {ListLinks}
|
|
6850
|
+
* @memberof JsonApiAutomationOutList
|
|
7237
6851
|
*/
|
|
7238
|
-
|
|
6852
|
+
links?: ListLinks;
|
|
7239
6853
|
/**
|
|
7240
6854
|
*
|
|
7241
|
-
* @type {
|
|
7242
|
-
* @memberof
|
|
6855
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
6856
|
+
* @memberof JsonApiAutomationOutList
|
|
7243
6857
|
*/
|
|
7244
|
-
|
|
6858
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
7245
6859
|
/**
|
|
7246
|
-
*
|
|
7247
|
-
* @type {
|
|
7248
|
-
* @memberof
|
|
6860
|
+
* Included resources
|
|
6861
|
+
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
6862
|
+
* @memberof JsonApiAutomationOutList
|
|
7249
6863
|
*/
|
|
7250
|
-
|
|
6864
|
+
included?: Array<JsonApiAutomationOutIncludes>;
|
|
7251
6865
|
}
|
|
7252
6866
|
/**
|
|
7253
6867
|
*
|
|
7254
6868
|
* @export
|
|
7255
|
-
* @interface
|
|
6869
|
+
* @interface JsonApiAutomationOutRelationships
|
|
7256
6870
|
*/
|
|
7257
|
-
export interface
|
|
6871
|
+
export interface JsonApiAutomationOutRelationships {
|
|
7258
6872
|
/**
|
|
7259
6873
|
*
|
|
7260
|
-
* @type {
|
|
7261
|
-
* @memberof
|
|
6874
|
+
* @type {JsonApiAutomationOutRelationshipsNotificationChannel}
|
|
6875
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
7262
6876
|
*/
|
|
7263
|
-
|
|
6877
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
6878
|
+
/**
|
|
6879
|
+
*
|
|
6880
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
6881
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
6882
|
+
*/
|
|
6883
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
6884
|
+
/**
|
|
6885
|
+
*
|
|
6886
|
+
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
6887
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
6888
|
+
*/
|
|
6889
|
+
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
6890
|
+
/**
|
|
6891
|
+
*
|
|
6892
|
+
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
6893
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
6894
|
+
*/
|
|
6895
|
+
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
6896
|
+
/**
|
|
6897
|
+
*
|
|
6898
|
+
* @type {JsonApiAutomationOutRelationshipsExportDefinitions}
|
|
6899
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
6900
|
+
*/
|
|
6901
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
6902
|
+
/**
|
|
6903
|
+
*
|
|
6904
|
+
* @type {JsonApiAutomationOutRelationshipsRecipients}
|
|
6905
|
+
* @memberof JsonApiAutomationOutRelationships
|
|
6906
|
+
*/
|
|
6907
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
7264
6908
|
}
|
|
7265
6909
|
/**
|
|
7266
6910
|
*
|
|
7267
6911
|
* @export
|
|
7268
|
-
* @interface
|
|
6912
|
+
* @interface JsonApiAutomationOutRelationshipsExportDefinitions
|
|
7269
6913
|
*/
|
|
7270
|
-
export interface
|
|
6914
|
+
export interface JsonApiAutomationOutRelationshipsExportDefinitions {
|
|
7271
6915
|
/**
|
|
7272
6916
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7273
6917
|
* @type {Array<JsonApiExportDefinitionLinkage>}
|
|
7274
|
-
* @memberof
|
|
6918
|
+
* @memberof JsonApiAutomationOutRelationshipsExportDefinitions
|
|
7275
6919
|
*/
|
|
7276
6920
|
data: Array<JsonApiExportDefinitionLinkage>;
|
|
7277
6921
|
}
|
|
7278
6922
|
/**
|
|
7279
6923
|
*
|
|
7280
6924
|
* @export
|
|
7281
|
-
* @interface
|
|
6925
|
+
* @interface JsonApiAutomationOutRelationshipsNotificationChannel
|
|
7282
6926
|
*/
|
|
7283
|
-
export interface
|
|
6927
|
+
export interface JsonApiAutomationOutRelationshipsNotificationChannel {
|
|
7284
6928
|
/**
|
|
7285
6929
|
*
|
|
7286
6930
|
* @type {JsonApiNotificationChannelToOneLinkage}
|
|
7287
|
-
* @memberof
|
|
6931
|
+
* @memberof JsonApiAutomationOutRelationshipsNotificationChannel
|
|
7288
6932
|
*/
|
|
7289
6933
|
data: JsonApiNotificationChannelToOneLinkage | null;
|
|
7290
6934
|
}
|
|
7291
6935
|
/**
|
|
7292
6936
|
*
|
|
7293
6937
|
* @export
|
|
7294
|
-
* @interface
|
|
6938
|
+
* @interface JsonApiAutomationOutRelationshipsRecipients
|
|
7295
6939
|
*/
|
|
7296
|
-
export interface
|
|
6940
|
+
export interface JsonApiAutomationOutRelationshipsRecipients {
|
|
7297
6941
|
/**
|
|
7298
6942
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7299
6943
|
* @type {Array<JsonApiUserLinkage>}
|
|
7300
|
-
* @memberof
|
|
6944
|
+
* @memberof JsonApiAutomationOutRelationshipsRecipients
|
|
7301
6945
|
*/
|
|
7302
6946
|
data: Array<JsonApiUserLinkage>;
|
|
7303
6947
|
}
|
|
7304
6948
|
/**
|
|
7305
|
-
*
|
|
6949
|
+
*
|
|
7306
6950
|
* @export
|
|
7307
|
-
* @interface
|
|
6951
|
+
* @interface JsonApiAutomationOutWithLinks
|
|
7308
6952
|
*/
|
|
7309
|
-
export interface
|
|
6953
|
+
export interface JsonApiAutomationOutWithLinks {
|
|
7310
6954
|
/**
|
|
7311
|
-
*
|
|
6955
|
+
* Object type
|
|
7312
6956
|
* @type {string}
|
|
7313
|
-
* @memberof
|
|
6957
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
6958
|
+
*/
|
|
6959
|
+
type: JsonApiAutomationOutWithLinksTypeEnum;
|
|
6960
|
+
/**
|
|
6961
|
+
* API identifier of an object
|
|
6962
|
+
* @type {string}
|
|
6963
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
7314
6964
|
*/
|
|
7315
6965
|
id: string;
|
|
7316
6966
|
/**
|
|
7317
6967
|
*
|
|
7318
|
-
* @type {
|
|
7319
|
-
* @memberof
|
|
6968
|
+
* @type {JsonApiVisualizationObjectOutMeta}
|
|
6969
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
7320
6970
|
*/
|
|
7321
|
-
|
|
6971
|
+
meta?: JsonApiVisualizationObjectOutMeta;
|
|
6972
|
+
/**
|
|
6973
|
+
*
|
|
6974
|
+
* @type {JsonApiAutomationOutAttributes}
|
|
6975
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
6976
|
+
*/
|
|
6977
|
+
attributes?: JsonApiAutomationOutAttributes;
|
|
6978
|
+
/**
|
|
6979
|
+
*
|
|
6980
|
+
* @type {JsonApiAutomationOutRelationships}
|
|
6981
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
6982
|
+
*/
|
|
6983
|
+
relationships?: JsonApiAutomationOutRelationships;
|
|
6984
|
+
/**
|
|
6985
|
+
*
|
|
6986
|
+
* @type {ObjectLinks}
|
|
6987
|
+
* @memberof JsonApiAutomationOutWithLinks
|
|
6988
|
+
*/
|
|
6989
|
+
links?: ObjectLinks;
|
|
7322
6990
|
}
|
|
7323
|
-
export declare const
|
|
6991
|
+
export declare const JsonApiAutomationOutWithLinksTypeEnum: {
|
|
7324
6992
|
readonly AUTOMATION: "automation";
|
|
7325
6993
|
};
|
|
7326
|
-
export type
|
|
6994
|
+
export type JsonApiAutomationOutWithLinksTypeEnum = typeof JsonApiAutomationOutWithLinksTypeEnum[keyof typeof JsonApiAutomationOutWithLinksTypeEnum];
|
|
7327
6995
|
/**
|
|
7328
|
-
* JSON:API representation of automation entity.
|
|
6996
|
+
* JSON:API representation of patching automation entity.
|
|
7329
6997
|
* @export
|
|
7330
|
-
* @interface
|
|
6998
|
+
* @interface JsonApiAutomationPatch
|
|
7331
6999
|
*/
|
|
7332
|
-
export interface
|
|
7000
|
+
export interface JsonApiAutomationPatch {
|
|
7333
7001
|
/**
|
|
7334
7002
|
* Object type
|
|
7335
7003
|
* @type {string}
|
|
7336
|
-
* @memberof
|
|
7004
|
+
* @memberof JsonApiAutomationPatch
|
|
7337
7005
|
*/
|
|
7338
|
-
type:
|
|
7006
|
+
type: JsonApiAutomationPatchTypeEnum;
|
|
7339
7007
|
/**
|
|
7340
7008
|
* API identifier of an object
|
|
7341
7009
|
* @type {string}
|
|
7342
|
-
* @memberof
|
|
7010
|
+
* @memberof JsonApiAutomationPatch
|
|
7343
7011
|
*/
|
|
7344
7012
|
id: string;
|
|
7345
7013
|
/**
|
|
7346
7014
|
*
|
|
7347
|
-
* @type {
|
|
7348
|
-
* @memberof
|
|
7349
|
-
*/
|
|
7350
|
-
meta?: JsonApiVisualizationObjectOutMeta;
|
|
7351
|
-
/**
|
|
7352
|
-
*
|
|
7353
|
-
* @type {JsonApiAutomationOutAttributes}
|
|
7354
|
-
* @memberof JsonApiAutomationOut
|
|
7015
|
+
* @type {JsonApiAutomationPatchAttributes}
|
|
7016
|
+
* @memberof JsonApiAutomationPatch
|
|
7355
7017
|
*/
|
|
7356
|
-
attributes?:
|
|
7018
|
+
attributes?: JsonApiAutomationPatchAttributes;
|
|
7357
7019
|
/**
|
|
7358
7020
|
*
|
|
7359
|
-
* @type {
|
|
7360
|
-
* @memberof
|
|
7021
|
+
* @type {JsonApiAutomationPatchRelationships}
|
|
7022
|
+
* @memberof JsonApiAutomationPatch
|
|
7361
7023
|
*/
|
|
7362
|
-
relationships?:
|
|
7024
|
+
relationships?: JsonApiAutomationPatchRelationships;
|
|
7363
7025
|
}
|
|
7364
|
-
export declare const
|
|
7026
|
+
export declare const JsonApiAutomationPatchTypeEnum: {
|
|
7365
7027
|
readonly AUTOMATION: "automation";
|
|
7366
7028
|
};
|
|
7367
|
-
export type
|
|
7029
|
+
export type JsonApiAutomationPatchTypeEnum = typeof JsonApiAutomationPatchTypeEnum[keyof typeof JsonApiAutomationPatchTypeEnum];
|
|
7368
7030
|
/**
|
|
7369
7031
|
*
|
|
7370
7032
|
* @export
|
|
7371
|
-
* @interface
|
|
7033
|
+
* @interface JsonApiAutomationPatchAttributes
|
|
7372
7034
|
*/
|
|
7373
|
-
export interface
|
|
7035
|
+
export interface JsonApiAutomationPatchAttributes {
|
|
7374
7036
|
/**
|
|
7375
7037
|
*
|
|
7376
7038
|
* @type {string}
|
|
7377
|
-
* @memberof
|
|
7039
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7378
7040
|
*/
|
|
7379
7041
|
title?: string;
|
|
7380
7042
|
/**
|
|
7381
7043
|
*
|
|
7382
7044
|
* @type {string}
|
|
7383
|
-
* @memberof
|
|
7045
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7384
7046
|
*/
|
|
7385
7047
|
description?: string;
|
|
7386
7048
|
/**
|
|
7387
7049
|
*
|
|
7388
7050
|
* @type {Array<string>}
|
|
7389
|
-
* @memberof
|
|
7051
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7390
7052
|
*/
|
|
7391
7053
|
tags?: Array<string>;
|
|
7392
7054
|
/**
|
|
7393
7055
|
*
|
|
7394
7056
|
* @type {boolean}
|
|
7395
|
-
* @memberof
|
|
7057
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7396
7058
|
*/
|
|
7397
7059
|
areRelationsValid?: boolean;
|
|
7398
7060
|
/**
|
|
7399
7061
|
* Additional details to be included in the automated message.
|
|
7400
7062
|
* @type {any}
|
|
7401
|
-
* @memberof
|
|
7063
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7402
7064
|
*/
|
|
7403
7065
|
details?: any;
|
|
7404
7066
|
/**
|
|
7405
7067
|
*
|
|
7406
|
-
* @type {
|
|
7407
|
-
* @memberof
|
|
7068
|
+
* @type {JsonApiAutomationOutAttributesMetadata}
|
|
7069
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7408
7070
|
*/
|
|
7409
|
-
metadata?:
|
|
7071
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
7410
7072
|
/**
|
|
7411
7073
|
* Current state of the automation.
|
|
7412
7074
|
* @type {string}
|
|
7413
|
-
* @memberof
|
|
7075
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7414
7076
|
*/
|
|
7415
|
-
state?:
|
|
7077
|
+
state?: JsonApiAutomationPatchAttributesStateEnum;
|
|
7416
7078
|
/**
|
|
7417
7079
|
*
|
|
7418
|
-
* @type {
|
|
7419
|
-
* @memberof
|
|
7080
|
+
* @type {JsonApiAutomationOutAttributesSchedule}
|
|
7081
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7420
7082
|
*/
|
|
7421
|
-
schedule?:
|
|
7083
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
7422
7084
|
/**
|
|
7423
7085
|
*
|
|
7424
|
-
* @type {
|
|
7425
|
-
* @memberof
|
|
7426
|
-
*/
|
|
7427
|
-
alert?: JsonApiAutomationInAttributesAlert;
|
|
7428
|
-
/**
|
|
7429
|
-
*
|
|
7430
|
-
* @type {Array<JsonApiAutomationInAttributesTabularExports>}
|
|
7431
|
-
* @memberof JsonApiAutomationOutAttributes
|
|
7086
|
+
* @type {JsonApiAutomationOutAttributesAlert}
|
|
7087
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7432
7088
|
*/
|
|
7433
|
-
|
|
7089
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
7434
7090
|
/**
|
|
7435
7091
|
*
|
|
7436
|
-
* @type {Array<
|
|
7437
|
-
* @memberof
|
|
7092
|
+
* @type {Array<JsonApiAutomationOutAttributesTabularExports>}
|
|
7093
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7438
7094
|
*/
|
|
7439
|
-
|
|
7095
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
|
|
7440
7096
|
/**
|
|
7441
7097
|
*
|
|
7442
|
-
* @type {Array<
|
|
7443
|
-
* @memberof
|
|
7098
|
+
* @type {Array<JsonApiAutomationOutAttributesVisualExports>}
|
|
7099
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7444
7100
|
*/
|
|
7445
|
-
|
|
7101
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
|
|
7446
7102
|
/**
|
|
7447
7103
|
*
|
|
7448
|
-
* @type {Array<
|
|
7449
|
-
* @memberof
|
|
7104
|
+
* @type {Array<JsonApiAutomationOutAttributesImageExports>}
|
|
7105
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7450
7106
|
*/
|
|
7451
|
-
|
|
7107
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
|
|
7452
7108
|
/**
|
|
7453
7109
|
*
|
|
7454
|
-
* @type {Array<
|
|
7455
|
-
* @memberof
|
|
7110
|
+
* @type {Array<JsonApiAutomationOutAttributesRawExports>}
|
|
7111
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7456
7112
|
*/
|
|
7457
|
-
|
|
7113
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
|
|
7458
7114
|
/**
|
|
7459
7115
|
*
|
|
7460
|
-
* @type {Array<
|
|
7461
|
-
* @memberof
|
|
7116
|
+
* @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
|
|
7117
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7462
7118
|
*/
|
|
7463
|
-
|
|
7119
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
|
|
7464
7120
|
/**
|
|
7465
7121
|
* External recipients of the automation action results.
|
|
7466
|
-
* @type {Array<
|
|
7467
|
-
* @memberof
|
|
7468
|
-
*/
|
|
7469
|
-
externalRecipients?: Array<JsonApiAutomationInAttributesExternalRecipients>;
|
|
7470
|
-
/**
|
|
7471
|
-
*
|
|
7472
|
-
* @type {string}
|
|
7473
|
-
* @memberof JsonApiAutomationOutAttributes
|
|
7122
|
+
* @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
|
|
7123
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7474
7124
|
*/
|
|
7475
|
-
|
|
7476
|
-
/**
|
|
7477
|
-
*
|
|
7478
|
-
* @type {string}
|
|
7479
|
-
* @memberof JsonApiAutomationOutAttributes
|
|
7480
|
-
*/
|
|
7481
|
-
modifiedAt?: string;
|
|
7125
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
|
|
7482
7126
|
}
|
|
7483
|
-
export declare const
|
|
7127
|
+
export declare const JsonApiAutomationPatchAttributesStateEnum: {
|
|
7484
7128
|
readonly ACTIVE: "ACTIVE";
|
|
7485
7129
|
readonly PAUSED: "PAUSED";
|
|
7486
7130
|
};
|
|
7487
|
-
export type
|
|
7131
|
+
export type JsonApiAutomationPatchAttributesStateEnum = typeof JsonApiAutomationPatchAttributesStateEnum[keyof typeof JsonApiAutomationPatchAttributesStateEnum];
|
|
7488
7132
|
/**
|
|
7489
7133
|
*
|
|
7490
7134
|
* @export
|
|
7491
|
-
* @interface
|
|
7492
|
-
*/
|
|
7493
|
-
export interface JsonApiAutomationOutDocument {
|
|
7494
|
-
/**
|
|
7495
|
-
*
|
|
7496
|
-
* @type {JsonApiAutomationOut}
|
|
7497
|
-
* @memberof JsonApiAutomationOutDocument
|
|
7498
|
-
*/
|
|
7499
|
-
data: JsonApiAutomationOut;
|
|
7500
|
-
/**
|
|
7501
|
-
*
|
|
7502
|
-
* @type {ObjectLinks}
|
|
7503
|
-
* @memberof JsonApiAutomationOutDocument
|
|
7504
|
-
*/
|
|
7505
|
-
links?: ObjectLinks;
|
|
7506
|
-
/**
|
|
7507
|
-
* Included resources
|
|
7508
|
-
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
7509
|
-
* @memberof JsonApiAutomationOutDocument
|
|
7510
|
-
*/
|
|
7511
|
-
included?: Array<JsonApiAutomationOutIncludes>;
|
|
7512
|
-
}
|
|
7513
|
-
/**
|
|
7514
|
-
* @type JsonApiAutomationOutIncludes
|
|
7515
|
-
* @export
|
|
7516
|
-
*/
|
|
7517
|
-
export type JsonApiAutomationOutIncludes = JsonApiAnalyticalDashboardOutWithLinks | JsonApiExportDefinitionOutWithLinks | JsonApiNotificationChannelOutWithLinks | JsonApiUserIdentifierOutWithLinks | JsonApiUserOutWithLinks;
|
|
7518
|
-
/**
|
|
7519
|
-
* A JSON:API document with a list of resources
|
|
7520
|
-
* @export
|
|
7521
|
-
* @interface JsonApiAutomationOutList
|
|
7522
|
-
*/
|
|
7523
|
-
export interface JsonApiAutomationOutList {
|
|
7524
|
-
/**
|
|
7525
|
-
*
|
|
7526
|
-
* @type {Array<JsonApiAutomationOutWithLinks>}
|
|
7527
|
-
* @memberof JsonApiAutomationOutList
|
|
7528
|
-
*/
|
|
7529
|
-
data: Array<JsonApiAutomationOutWithLinks>;
|
|
7530
|
-
/**
|
|
7531
|
-
*
|
|
7532
|
-
* @type {ListLinks}
|
|
7533
|
-
* @memberof JsonApiAutomationOutList
|
|
7534
|
-
*/
|
|
7535
|
-
links?: ListLinks;
|
|
7536
|
-
/**
|
|
7537
|
-
*
|
|
7538
|
-
* @type {JsonApiColorPaletteOutListMeta}
|
|
7539
|
-
* @memberof JsonApiAutomationOutList
|
|
7540
|
-
*/
|
|
7541
|
-
meta?: JsonApiColorPaletteOutListMeta;
|
|
7542
|
-
/**
|
|
7543
|
-
* Included resources
|
|
7544
|
-
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
7545
|
-
* @memberof JsonApiAutomationOutList
|
|
7546
|
-
*/
|
|
7547
|
-
included?: Array<JsonApiAutomationOutIncludes>;
|
|
7548
|
-
}
|
|
7549
|
-
/**
|
|
7550
|
-
*
|
|
7551
|
-
* @export
|
|
7552
|
-
* @interface JsonApiAutomationOutRelationships
|
|
7135
|
+
* @interface JsonApiAutomationPatchDocument
|
|
7553
7136
|
*/
|
|
7554
|
-
export interface
|
|
7555
|
-
/**
|
|
7556
|
-
*
|
|
7557
|
-
* @type {JsonApiAutomationInRelationshipsNotificationChannel}
|
|
7558
|
-
* @memberof JsonApiAutomationOutRelationships
|
|
7559
|
-
*/
|
|
7560
|
-
notificationChannel?: JsonApiAutomationInRelationshipsNotificationChannel;
|
|
7561
|
-
/**
|
|
7562
|
-
*
|
|
7563
|
-
* @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
|
|
7564
|
-
* @memberof JsonApiAutomationOutRelationships
|
|
7565
|
-
*/
|
|
7566
|
-
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
7567
|
-
/**
|
|
7568
|
-
*
|
|
7569
|
-
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
7570
|
-
* @memberof JsonApiAutomationOutRelationships
|
|
7571
|
-
*/
|
|
7572
|
-
createdBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7573
|
-
/**
|
|
7574
|
-
*
|
|
7575
|
-
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
7576
|
-
* @memberof JsonApiAutomationOutRelationships
|
|
7577
|
-
*/
|
|
7578
|
-
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7579
|
-
/**
|
|
7580
|
-
*
|
|
7581
|
-
* @type {JsonApiAutomationInRelationshipsExportDefinitions}
|
|
7582
|
-
* @memberof JsonApiAutomationOutRelationships
|
|
7583
|
-
*/
|
|
7584
|
-
exportDefinitions?: JsonApiAutomationInRelationshipsExportDefinitions;
|
|
7137
|
+
export interface JsonApiAutomationPatchDocument {
|
|
7585
7138
|
/**
|
|
7586
7139
|
*
|
|
7587
|
-
* @type {
|
|
7588
|
-
* @memberof
|
|
7140
|
+
* @type {JsonApiAutomationPatch}
|
|
7141
|
+
* @memberof JsonApiAutomationPatchDocument
|
|
7589
7142
|
*/
|
|
7590
|
-
|
|
7143
|
+
data: JsonApiAutomationPatch;
|
|
7591
7144
|
}
|
|
7592
7145
|
/**
|
|
7593
7146
|
*
|
|
7594
7147
|
* @export
|
|
7595
|
-
* @interface
|
|
7148
|
+
* @interface JsonApiAutomationPatchRelationships
|
|
7596
7149
|
*/
|
|
7597
|
-
export interface
|
|
7598
|
-
/**
|
|
7599
|
-
* Object type
|
|
7600
|
-
* @type {string}
|
|
7601
|
-
* @memberof JsonApiAutomationOutWithLinks
|
|
7602
|
-
*/
|
|
7603
|
-
type: JsonApiAutomationOutWithLinksTypeEnum;
|
|
7604
|
-
/**
|
|
7605
|
-
* API identifier of an object
|
|
7606
|
-
* @type {string}
|
|
7607
|
-
* @memberof JsonApiAutomationOutWithLinks
|
|
7608
|
-
*/
|
|
7609
|
-
id: string;
|
|
7150
|
+
export interface JsonApiAutomationPatchRelationships {
|
|
7610
7151
|
/**
|
|
7611
7152
|
*
|
|
7612
|
-
* @type {
|
|
7613
|
-
* @memberof
|
|
7153
|
+
* @type {JsonApiAutomationOutRelationshipsNotificationChannel}
|
|
7154
|
+
* @memberof JsonApiAutomationPatchRelationships
|
|
7614
7155
|
*/
|
|
7615
|
-
|
|
7156
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
7616
7157
|
/**
|
|
7617
7158
|
*
|
|
7618
|
-
* @type {
|
|
7619
|
-
* @memberof
|
|
7159
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
7160
|
+
* @memberof JsonApiAutomationPatchRelationships
|
|
7620
7161
|
*/
|
|
7621
|
-
|
|
7162
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
7622
7163
|
/**
|
|
7623
7164
|
*
|
|
7624
|
-
* @type {
|
|
7625
|
-
* @memberof
|
|
7165
|
+
* @type {JsonApiAutomationOutRelationshipsExportDefinitions}
|
|
7166
|
+
* @memberof JsonApiAutomationPatchRelationships
|
|
7626
7167
|
*/
|
|
7627
|
-
|
|
7168
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
7628
7169
|
/**
|
|
7629
7170
|
*
|
|
7630
|
-
* @type {
|
|
7631
|
-
* @memberof
|
|
7171
|
+
* @type {JsonApiAutomationOutRelationshipsRecipients}
|
|
7172
|
+
* @memberof JsonApiAutomationPatchRelationships
|
|
7632
7173
|
*/
|
|
7633
|
-
|
|
7634
|
-
}
|
|
7635
|
-
export declare const JsonApiAutomationOutWithLinksTypeEnum: {
|
|
7636
|
-
readonly AUTOMATION: "automation";
|
|
7637
|
-
};
|
|
7638
|
-
export type JsonApiAutomationOutWithLinksTypeEnum = typeof JsonApiAutomationOutWithLinksTypeEnum[keyof typeof JsonApiAutomationOutWithLinksTypeEnum];
|
|
7639
|
-
/**
|
|
7640
|
-
* JSON:API representation of patching automation entity.
|
|
7641
|
-
* @export
|
|
7642
|
-
* @interface JsonApiAutomationPatch
|
|
7643
|
-
*/
|
|
7644
|
-
export interface JsonApiAutomationPatch {
|
|
7645
|
-
/**
|
|
7646
|
-
* Object type
|
|
7647
|
-
* @type {string}
|
|
7648
|
-
* @memberof JsonApiAutomationPatch
|
|
7649
|
-
*/
|
|
7650
|
-
type: JsonApiAutomationPatchTypeEnum;
|
|
7651
|
-
/**
|
|
7652
|
-
* API identifier of an object
|
|
7653
|
-
* @type {string}
|
|
7654
|
-
* @memberof JsonApiAutomationPatch
|
|
7655
|
-
*/
|
|
7656
|
-
id: string;
|
|
7657
|
-
/**
|
|
7658
|
-
*
|
|
7659
|
-
* @type {JsonApiAutomationInAttributes}
|
|
7660
|
-
* @memberof JsonApiAutomationPatch
|
|
7661
|
-
*/
|
|
7662
|
-
attributes?: JsonApiAutomationInAttributes;
|
|
7663
|
-
/**
|
|
7664
|
-
*
|
|
7665
|
-
* @type {JsonApiAutomationInRelationships}
|
|
7666
|
-
* @memberof JsonApiAutomationPatch
|
|
7667
|
-
*/
|
|
7668
|
-
relationships?: JsonApiAutomationInRelationships;
|
|
7669
|
-
}
|
|
7670
|
-
export declare const JsonApiAutomationPatchTypeEnum: {
|
|
7671
|
-
readonly AUTOMATION: "automation";
|
|
7672
|
-
};
|
|
7673
|
-
export type JsonApiAutomationPatchTypeEnum = typeof JsonApiAutomationPatchTypeEnum[keyof typeof JsonApiAutomationPatchTypeEnum];
|
|
7674
|
-
/**
|
|
7675
|
-
*
|
|
7676
|
-
* @export
|
|
7677
|
-
* @interface JsonApiAutomationPatchDocument
|
|
7678
|
-
*/
|
|
7679
|
-
export interface JsonApiAutomationPatchDocument {
|
|
7680
|
-
/**
|
|
7681
|
-
*
|
|
7682
|
-
* @type {JsonApiAutomationPatch}
|
|
7683
|
-
* @memberof JsonApiAutomationPatchDocument
|
|
7684
|
-
*/
|
|
7685
|
-
data: JsonApiAutomationPatch;
|
|
7174
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
7686
7175
|
}
|
|
7687
7176
|
/**
|
|
7688
7177
|
* @type JsonApiAutomationToOneLinkage
|
|
@@ -7819,23 +7308,10 @@ export interface JsonApiColorPaletteOutList {
|
|
|
7819
7308
|
links?: ListLinks;
|
|
7820
7309
|
/**
|
|
7821
7310
|
*
|
|
7822
|
-
* @type {
|
|
7311
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
7823
7312
|
* @memberof JsonApiColorPaletteOutList
|
|
7824
7313
|
*/
|
|
7825
|
-
meta?:
|
|
7826
|
-
}
|
|
7827
|
-
/**
|
|
7828
|
-
*
|
|
7829
|
-
* @export
|
|
7830
|
-
* @interface JsonApiColorPaletteOutListMeta
|
|
7831
|
-
*/
|
|
7832
|
-
export interface JsonApiColorPaletteOutListMeta {
|
|
7833
|
-
/**
|
|
7834
|
-
*
|
|
7835
|
-
* @type {PageMetadata}
|
|
7836
|
-
* @memberof JsonApiColorPaletteOutListMeta
|
|
7837
|
-
*/
|
|
7838
|
-
page?: PageMetadata;
|
|
7314
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
7839
7315
|
}
|
|
7840
7316
|
/**
|
|
7841
7317
|
*
|
|
@@ -8207,10 +7683,10 @@ export interface JsonApiCspDirectiveOutList {
|
|
|
8207
7683
|
links?: ListLinks;
|
|
8208
7684
|
/**
|
|
8209
7685
|
*
|
|
8210
|
-
* @type {
|
|
7686
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
8211
7687
|
* @memberof JsonApiCspDirectiveOutList
|
|
8212
7688
|
*/
|
|
8213
|
-
meta?:
|
|
7689
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
8214
7690
|
}
|
|
8215
7691
|
/**
|
|
8216
7692
|
*
|
|
@@ -8322,34 +7798,15 @@ export interface JsonApiCustomApplicationSettingIn {
|
|
|
8322
7798
|
id: string;
|
|
8323
7799
|
/**
|
|
8324
7800
|
*
|
|
8325
|
-
* @type {
|
|
7801
|
+
* @type {JsonApiCustomApplicationSettingOutAttributes}
|
|
8326
7802
|
* @memberof JsonApiCustomApplicationSettingIn
|
|
8327
7803
|
*/
|
|
8328
|
-
attributes:
|
|
7804
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
8329
7805
|
}
|
|
8330
7806
|
export declare const JsonApiCustomApplicationSettingInTypeEnum: {
|
|
8331
7807
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
8332
7808
|
};
|
|
8333
7809
|
export type JsonApiCustomApplicationSettingInTypeEnum = typeof JsonApiCustomApplicationSettingInTypeEnum[keyof typeof JsonApiCustomApplicationSettingInTypeEnum];
|
|
8334
|
-
/**
|
|
8335
|
-
*
|
|
8336
|
-
* @export
|
|
8337
|
-
* @interface JsonApiCustomApplicationSettingInAttributes
|
|
8338
|
-
*/
|
|
8339
|
-
export interface JsonApiCustomApplicationSettingInAttributes {
|
|
8340
|
-
/**
|
|
8341
|
-
*
|
|
8342
|
-
* @type {string}
|
|
8343
|
-
* @memberof JsonApiCustomApplicationSettingInAttributes
|
|
8344
|
-
*/
|
|
8345
|
-
applicationName: string;
|
|
8346
|
-
/**
|
|
8347
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
8348
|
-
* @type {object}
|
|
8349
|
-
* @memberof JsonApiCustomApplicationSettingInAttributes
|
|
8350
|
-
*/
|
|
8351
|
-
content: object;
|
|
8352
|
-
}
|
|
8353
7810
|
/**
|
|
8354
7811
|
*
|
|
8355
7812
|
* @export
|
|
@@ -8389,15 +7846,34 @@ export interface JsonApiCustomApplicationSettingOut {
|
|
|
8389
7846
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
8390
7847
|
/**
|
|
8391
7848
|
*
|
|
8392
|
-
* @type {
|
|
7849
|
+
* @type {JsonApiCustomApplicationSettingOutAttributes}
|
|
8393
7850
|
* @memberof JsonApiCustomApplicationSettingOut
|
|
8394
7851
|
*/
|
|
8395
|
-
attributes:
|
|
7852
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
8396
7853
|
}
|
|
8397
7854
|
export declare const JsonApiCustomApplicationSettingOutTypeEnum: {
|
|
8398
7855
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
8399
7856
|
};
|
|
8400
7857
|
export type JsonApiCustomApplicationSettingOutTypeEnum = typeof JsonApiCustomApplicationSettingOutTypeEnum[keyof typeof JsonApiCustomApplicationSettingOutTypeEnum];
|
|
7858
|
+
/**
|
|
7859
|
+
*
|
|
7860
|
+
* @export
|
|
7861
|
+
* @interface JsonApiCustomApplicationSettingOutAttributes
|
|
7862
|
+
*/
|
|
7863
|
+
export interface JsonApiCustomApplicationSettingOutAttributes {
|
|
7864
|
+
/**
|
|
7865
|
+
*
|
|
7866
|
+
* @type {string}
|
|
7867
|
+
* @memberof JsonApiCustomApplicationSettingOutAttributes
|
|
7868
|
+
*/
|
|
7869
|
+
applicationName: string;
|
|
7870
|
+
/**
|
|
7871
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
7872
|
+
* @type {object}
|
|
7873
|
+
* @memberof JsonApiCustomApplicationSettingOutAttributes
|
|
7874
|
+
*/
|
|
7875
|
+
content: object;
|
|
7876
|
+
}
|
|
8401
7877
|
/**
|
|
8402
7878
|
*
|
|
8403
7879
|
* @export
|
|
@@ -8437,10 +7913,10 @@ export interface JsonApiCustomApplicationSettingOutList {
|
|
|
8437
7913
|
links?: ListLinks;
|
|
8438
7914
|
/**
|
|
8439
7915
|
*
|
|
8440
|
-
* @type {
|
|
7916
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
8441
7917
|
* @memberof JsonApiCustomApplicationSettingOutList
|
|
8442
7918
|
*/
|
|
8443
|
-
meta?:
|
|
7919
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
8444
7920
|
}
|
|
8445
7921
|
/**
|
|
8446
7922
|
*
|
|
@@ -8468,10 +7944,10 @@ export interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
|
8468
7944
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
8469
7945
|
/**
|
|
8470
7946
|
*
|
|
8471
|
-
* @type {
|
|
7947
|
+
* @type {JsonApiCustomApplicationSettingOutAttributes}
|
|
8472
7948
|
* @memberof JsonApiCustomApplicationSettingOutWithLinks
|
|
8473
7949
|
*/
|
|
8474
|
-
attributes:
|
|
7950
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
8475
7951
|
/**
|
|
8476
7952
|
*
|
|
8477
7953
|
* @type {ObjectLinks}
|
|
@@ -8564,10 +8040,10 @@ export interface JsonApiCustomApplicationSettingPostOptionalId {
|
|
|
8564
8040
|
id?: string;
|
|
8565
8041
|
/**
|
|
8566
8042
|
*
|
|
8567
|
-
* @type {
|
|
8043
|
+
* @type {JsonApiCustomApplicationSettingOutAttributes}
|
|
8568
8044
|
* @memberof JsonApiCustomApplicationSettingPostOptionalId
|
|
8569
8045
|
*/
|
|
8570
|
-
attributes:
|
|
8046
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
8571
8047
|
}
|
|
8572
8048
|
export declare const JsonApiCustomApplicationSettingPostOptionalIdTypeEnum: {
|
|
8573
8049
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
@@ -8606,52 +8082,15 @@ export interface JsonApiDashboardPluginIn {
|
|
|
8606
8082
|
id: string;
|
|
8607
8083
|
/**
|
|
8608
8084
|
*
|
|
8609
|
-
* @type {
|
|
8085
|
+
* @type {JsonApiDashboardPluginPatchAttributes}
|
|
8610
8086
|
* @memberof JsonApiDashboardPluginIn
|
|
8611
8087
|
*/
|
|
8612
|
-
attributes?:
|
|
8088
|
+
attributes?: JsonApiDashboardPluginPatchAttributes;
|
|
8613
8089
|
}
|
|
8614
8090
|
export declare const JsonApiDashboardPluginInTypeEnum: {
|
|
8615
8091
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
8616
8092
|
};
|
|
8617
8093
|
export type JsonApiDashboardPluginInTypeEnum = typeof JsonApiDashboardPluginInTypeEnum[keyof typeof JsonApiDashboardPluginInTypeEnum];
|
|
8618
|
-
/**
|
|
8619
|
-
*
|
|
8620
|
-
* @export
|
|
8621
|
-
* @interface JsonApiDashboardPluginInAttributes
|
|
8622
|
-
*/
|
|
8623
|
-
export interface JsonApiDashboardPluginInAttributes {
|
|
8624
|
-
/**
|
|
8625
|
-
*
|
|
8626
|
-
* @type {string}
|
|
8627
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
8628
|
-
*/
|
|
8629
|
-
title?: string;
|
|
8630
|
-
/**
|
|
8631
|
-
*
|
|
8632
|
-
* @type {string}
|
|
8633
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
8634
|
-
*/
|
|
8635
|
-
description?: string;
|
|
8636
|
-
/**
|
|
8637
|
-
*
|
|
8638
|
-
* @type {Array<string>}
|
|
8639
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
8640
|
-
*/
|
|
8641
|
-
tags?: Array<string>;
|
|
8642
|
-
/**
|
|
8643
|
-
*
|
|
8644
|
-
* @type {boolean}
|
|
8645
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
8646
|
-
*/
|
|
8647
|
-
areRelationsValid?: boolean;
|
|
8648
|
-
/**
|
|
8649
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
8650
|
-
* @type {object}
|
|
8651
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
8652
|
-
*/
|
|
8653
|
-
content?: object;
|
|
8654
|
-
}
|
|
8655
8094
|
/**
|
|
8656
8095
|
*
|
|
8657
8096
|
* @export
|
|
@@ -8823,10 +8262,10 @@ export interface JsonApiDashboardPluginOutList {
|
|
|
8823
8262
|
links?: ListLinks;
|
|
8824
8263
|
/**
|
|
8825
8264
|
*
|
|
8826
|
-
* @type {
|
|
8265
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
8827
8266
|
* @memberof JsonApiDashboardPluginOutList
|
|
8828
8267
|
*/
|
|
8829
|
-
meta?:
|
|
8268
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
8830
8269
|
/**
|
|
8831
8270
|
* Included resources
|
|
8832
8271
|
* @type {Array<JsonApiUserIdentifierOutWithLinks>}
|
|
@@ -8920,15 +8359,52 @@ export interface JsonApiDashboardPluginPatch {
|
|
|
8920
8359
|
id: string;
|
|
8921
8360
|
/**
|
|
8922
8361
|
*
|
|
8923
|
-
* @type {
|
|
8362
|
+
* @type {JsonApiDashboardPluginPatchAttributes}
|
|
8924
8363
|
* @memberof JsonApiDashboardPluginPatch
|
|
8925
8364
|
*/
|
|
8926
|
-
attributes?:
|
|
8365
|
+
attributes?: JsonApiDashboardPluginPatchAttributes;
|
|
8927
8366
|
}
|
|
8928
8367
|
export declare const JsonApiDashboardPluginPatchTypeEnum: {
|
|
8929
8368
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
8930
8369
|
};
|
|
8931
8370
|
export type JsonApiDashboardPluginPatchTypeEnum = typeof JsonApiDashboardPluginPatchTypeEnum[keyof typeof JsonApiDashboardPluginPatchTypeEnum];
|
|
8371
|
+
/**
|
|
8372
|
+
*
|
|
8373
|
+
* @export
|
|
8374
|
+
* @interface JsonApiDashboardPluginPatchAttributes
|
|
8375
|
+
*/
|
|
8376
|
+
export interface JsonApiDashboardPluginPatchAttributes {
|
|
8377
|
+
/**
|
|
8378
|
+
*
|
|
8379
|
+
* @type {string}
|
|
8380
|
+
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
8381
|
+
*/
|
|
8382
|
+
title?: string;
|
|
8383
|
+
/**
|
|
8384
|
+
*
|
|
8385
|
+
* @type {string}
|
|
8386
|
+
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
8387
|
+
*/
|
|
8388
|
+
description?: string;
|
|
8389
|
+
/**
|
|
8390
|
+
*
|
|
8391
|
+
* @type {Array<string>}
|
|
8392
|
+
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
8393
|
+
*/
|
|
8394
|
+
tags?: Array<string>;
|
|
8395
|
+
/**
|
|
8396
|
+
*
|
|
8397
|
+
* @type {boolean}
|
|
8398
|
+
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
8399
|
+
*/
|
|
8400
|
+
areRelationsValid?: boolean;
|
|
8401
|
+
/**
|
|
8402
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
8403
|
+
* @type {object}
|
|
8404
|
+
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
8405
|
+
*/
|
|
8406
|
+
content?: object;
|
|
8407
|
+
}
|
|
8932
8408
|
/**
|
|
8933
8409
|
*
|
|
8934
8410
|
* @export
|
|
@@ -8962,10 +8438,10 @@ export interface JsonApiDashboardPluginPostOptionalId {
|
|
|
8962
8438
|
id?: string;
|
|
8963
8439
|
/**
|
|
8964
8440
|
*
|
|
8965
|
-
* @type {
|
|
8441
|
+
* @type {JsonApiDashboardPluginPatchAttributes}
|
|
8966
8442
|
* @memberof JsonApiDashboardPluginPostOptionalId
|
|
8967
8443
|
*/
|
|
8968
|
-
attributes?:
|
|
8444
|
+
attributes?: JsonApiDashboardPluginPatchAttributes;
|
|
8969
8445
|
}
|
|
8970
8446
|
export declare const JsonApiDashboardPluginPostOptionalIdTypeEnum: {
|
|
8971
8447
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
@@ -9111,10 +8587,10 @@ export interface JsonApiDataSourceIdentifierOutList {
|
|
|
9111
8587
|
links?: ListLinks;
|
|
9112
8588
|
/**
|
|
9113
8589
|
*
|
|
9114
|
-
* @type {
|
|
8590
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
9115
8591
|
* @memberof JsonApiDataSourceIdentifierOutList
|
|
9116
8592
|
*/
|
|
9117
|
-
meta?:
|
|
8593
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
9118
8594
|
}
|
|
9119
8595
|
/**
|
|
9120
8596
|
*
|
|
@@ -9536,10 +9012,10 @@ export interface JsonApiDataSourceOutList {
|
|
|
9536
9012
|
links?: ListLinks;
|
|
9537
9013
|
/**
|
|
9538
9014
|
*
|
|
9539
|
-
* @type {
|
|
9015
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
9540
9016
|
* @memberof JsonApiDataSourceOutList
|
|
9541
9017
|
*/
|
|
9542
|
-
meta?:
|
|
9018
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
9543
9019
|
}
|
|
9544
9020
|
/**
|
|
9545
9021
|
*
|
|
@@ -10100,10 +9576,10 @@ export interface JsonApiDatasetOutList {
|
|
|
10100
9576
|
links?: ListLinks;
|
|
10101
9577
|
/**
|
|
10102
9578
|
*
|
|
10103
|
-
* @type {
|
|
9579
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
10104
9580
|
* @memberof JsonApiDatasetOutList
|
|
10105
9581
|
*/
|
|
10106
|
-
meta?:
|
|
9582
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
10107
9583
|
/**
|
|
10108
9584
|
* Included resources
|
|
10109
9585
|
* @type {Array<JsonApiDatasetOutIncludes>}
|
|
@@ -10295,10 +9771,10 @@ export interface JsonApiEntitlementOutList {
|
|
|
10295
9771
|
links?: ListLinks;
|
|
10296
9772
|
/**
|
|
10297
9773
|
*
|
|
10298
|
-
* @type {
|
|
9774
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
10299
9775
|
* @memberof JsonApiEntitlementOutList
|
|
10300
9776
|
*/
|
|
10301
|
-
meta?:
|
|
9777
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
10302
9778
|
}
|
|
10303
9779
|
/**
|
|
10304
9780
|
*
|
|
@@ -10355,58 +9831,21 @@ export interface JsonApiExportDefinitionIn {
|
|
|
10355
9831
|
id: string;
|
|
10356
9832
|
/**
|
|
10357
9833
|
*
|
|
10358
|
-
* @type {
|
|
9834
|
+
* @type {JsonApiExportDefinitionPatchAttributes}
|
|
10359
9835
|
* @memberof JsonApiExportDefinitionIn
|
|
10360
9836
|
*/
|
|
10361
|
-
attributes?:
|
|
9837
|
+
attributes?: JsonApiExportDefinitionPatchAttributes;
|
|
10362
9838
|
/**
|
|
10363
9839
|
*
|
|
10364
|
-
* @type {
|
|
9840
|
+
* @type {JsonApiExportDefinitionPatchRelationships}
|
|
10365
9841
|
* @memberof JsonApiExportDefinitionIn
|
|
10366
9842
|
*/
|
|
10367
|
-
relationships?:
|
|
9843
|
+
relationships?: JsonApiExportDefinitionPatchRelationships;
|
|
10368
9844
|
}
|
|
10369
9845
|
export declare const JsonApiExportDefinitionInTypeEnum: {
|
|
10370
9846
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
10371
9847
|
};
|
|
10372
9848
|
export type JsonApiExportDefinitionInTypeEnum = typeof JsonApiExportDefinitionInTypeEnum[keyof typeof JsonApiExportDefinitionInTypeEnum];
|
|
10373
|
-
/**
|
|
10374
|
-
*
|
|
10375
|
-
* @export
|
|
10376
|
-
* @interface JsonApiExportDefinitionInAttributes
|
|
10377
|
-
*/
|
|
10378
|
-
export interface JsonApiExportDefinitionInAttributes {
|
|
10379
|
-
/**
|
|
10380
|
-
*
|
|
10381
|
-
* @type {string}
|
|
10382
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
10383
|
-
*/
|
|
10384
|
-
title?: string;
|
|
10385
|
-
/**
|
|
10386
|
-
*
|
|
10387
|
-
* @type {string}
|
|
10388
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
10389
|
-
*/
|
|
10390
|
-
description?: string;
|
|
10391
|
-
/**
|
|
10392
|
-
*
|
|
10393
|
-
* @type {Array<string>}
|
|
10394
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
10395
|
-
*/
|
|
10396
|
-
tags?: Array<string>;
|
|
10397
|
-
/**
|
|
10398
|
-
* JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
|
|
10399
|
-
* @type {VisualExportRequest | TabularExportRequest}
|
|
10400
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
10401
|
-
*/
|
|
10402
|
-
requestPayload?: VisualExportRequest | TabularExportRequest;
|
|
10403
|
-
/**
|
|
10404
|
-
*
|
|
10405
|
-
* @type {boolean}
|
|
10406
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
10407
|
-
*/
|
|
10408
|
-
areRelationsValid?: boolean;
|
|
10409
|
-
}
|
|
10410
9849
|
/**
|
|
10411
9850
|
*
|
|
10412
9851
|
* @export
|
|
@@ -10420,25 +9859,6 @@ export interface JsonApiExportDefinitionInDocument {
|
|
|
10420
9859
|
*/
|
|
10421
9860
|
data: JsonApiExportDefinitionIn;
|
|
10422
9861
|
}
|
|
10423
|
-
/**
|
|
10424
|
-
*
|
|
10425
|
-
* @export
|
|
10426
|
-
* @interface JsonApiExportDefinitionInRelationships
|
|
10427
|
-
*/
|
|
10428
|
-
export interface JsonApiExportDefinitionInRelationships {
|
|
10429
|
-
/**
|
|
10430
|
-
*
|
|
10431
|
-
* @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
|
|
10432
|
-
* @memberof JsonApiExportDefinitionInRelationships
|
|
10433
|
-
*/
|
|
10434
|
-
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
10435
|
-
/**
|
|
10436
|
-
*
|
|
10437
|
-
* @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
|
|
10438
|
-
* @memberof JsonApiExportDefinitionInRelationships
|
|
10439
|
-
*/
|
|
10440
|
-
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
10441
|
-
}
|
|
10442
9862
|
/**
|
|
10443
9863
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
10444
9864
|
* @export
|
|
@@ -10602,10 +10022,10 @@ export interface JsonApiExportDefinitionOutList {
|
|
|
10602
10022
|
links?: ListLinks;
|
|
10603
10023
|
/**
|
|
10604
10024
|
*
|
|
10605
|
-
* @type {
|
|
10025
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
10606
10026
|
* @memberof JsonApiExportDefinitionOutList
|
|
10607
10027
|
*/
|
|
10608
|
-
meta?:
|
|
10028
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
10609
10029
|
/**
|
|
10610
10030
|
* Included resources
|
|
10611
10031
|
* @type {Array<JsonApiExportDefinitionOutIncludes>}
|
|
@@ -10627,10 +10047,10 @@ export interface JsonApiExportDefinitionOutRelationships {
|
|
|
10627
10047
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
10628
10048
|
/**
|
|
10629
10049
|
*
|
|
10630
|
-
* @type {
|
|
10050
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
10631
10051
|
* @memberof JsonApiExportDefinitionOutRelationships
|
|
10632
10052
|
*/
|
|
10633
|
-
analyticalDashboard?:
|
|
10053
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
10634
10054
|
/**
|
|
10635
10055
|
*
|
|
10636
10056
|
* @type {JsonApiExportDefinitionOutRelationshipsAutomation}
|
|
@@ -10650,6 +10070,19 @@ export interface JsonApiExportDefinitionOutRelationships {
|
|
|
10650
10070
|
*/
|
|
10651
10071
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
10652
10072
|
}
|
|
10073
|
+
/**
|
|
10074
|
+
*
|
|
10075
|
+
* @export
|
|
10076
|
+
* @interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard
|
|
10077
|
+
*/
|
|
10078
|
+
export interface JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard {
|
|
10079
|
+
/**
|
|
10080
|
+
*
|
|
10081
|
+
* @type {JsonApiAnalyticalDashboardToOneLinkage}
|
|
10082
|
+
* @memberof JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard
|
|
10083
|
+
*/
|
|
10084
|
+
data: JsonApiAnalyticalDashboardToOneLinkage | null;
|
|
10085
|
+
}
|
|
10653
10086
|
/**
|
|
10654
10087
|
*
|
|
10655
10088
|
* @export
|
|
@@ -10743,21 +10176,58 @@ export interface JsonApiExportDefinitionPatch {
|
|
|
10743
10176
|
id: string;
|
|
10744
10177
|
/**
|
|
10745
10178
|
*
|
|
10746
|
-
* @type {
|
|
10179
|
+
* @type {JsonApiExportDefinitionPatchAttributes}
|
|
10747
10180
|
* @memberof JsonApiExportDefinitionPatch
|
|
10748
10181
|
*/
|
|
10749
|
-
attributes?:
|
|
10182
|
+
attributes?: JsonApiExportDefinitionPatchAttributes;
|
|
10750
10183
|
/**
|
|
10751
10184
|
*
|
|
10752
|
-
* @type {
|
|
10185
|
+
* @type {JsonApiExportDefinitionPatchRelationships}
|
|
10753
10186
|
* @memberof JsonApiExportDefinitionPatch
|
|
10754
10187
|
*/
|
|
10755
|
-
relationships?:
|
|
10188
|
+
relationships?: JsonApiExportDefinitionPatchRelationships;
|
|
10756
10189
|
}
|
|
10757
10190
|
export declare const JsonApiExportDefinitionPatchTypeEnum: {
|
|
10758
10191
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
10759
10192
|
};
|
|
10760
10193
|
export type JsonApiExportDefinitionPatchTypeEnum = typeof JsonApiExportDefinitionPatchTypeEnum[keyof typeof JsonApiExportDefinitionPatchTypeEnum];
|
|
10194
|
+
/**
|
|
10195
|
+
*
|
|
10196
|
+
* @export
|
|
10197
|
+
* @interface JsonApiExportDefinitionPatchAttributes
|
|
10198
|
+
*/
|
|
10199
|
+
export interface JsonApiExportDefinitionPatchAttributes {
|
|
10200
|
+
/**
|
|
10201
|
+
*
|
|
10202
|
+
* @type {string}
|
|
10203
|
+
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
10204
|
+
*/
|
|
10205
|
+
title?: string;
|
|
10206
|
+
/**
|
|
10207
|
+
*
|
|
10208
|
+
* @type {string}
|
|
10209
|
+
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
10210
|
+
*/
|
|
10211
|
+
description?: string;
|
|
10212
|
+
/**
|
|
10213
|
+
*
|
|
10214
|
+
* @type {Array<string>}
|
|
10215
|
+
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
10216
|
+
*/
|
|
10217
|
+
tags?: Array<string>;
|
|
10218
|
+
/**
|
|
10219
|
+
* JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
|
|
10220
|
+
* @type {VisualExportRequest | TabularExportRequest}
|
|
10221
|
+
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
10222
|
+
*/
|
|
10223
|
+
requestPayload?: VisualExportRequest | TabularExportRequest;
|
|
10224
|
+
/**
|
|
10225
|
+
*
|
|
10226
|
+
* @type {boolean}
|
|
10227
|
+
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
10228
|
+
*/
|
|
10229
|
+
areRelationsValid?: boolean;
|
|
10230
|
+
}
|
|
10761
10231
|
/**
|
|
10762
10232
|
*
|
|
10763
10233
|
* @export
|
|
@@ -10771,6 +10241,25 @@ export interface JsonApiExportDefinitionPatchDocument {
|
|
|
10771
10241
|
*/
|
|
10772
10242
|
data: JsonApiExportDefinitionPatch;
|
|
10773
10243
|
}
|
|
10244
|
+
/**
|
|
10245
|
+
*
|
|
10246
|
+
* @export
|
|
10247
|
+
* @interface JsonApiExportDefinitionPatchRelationships
|
|
10248
|
+
*/
|
|
10249
|
+
export interface JsonApiExportDefinitionPatchRelationships {
|
|
10250
|
+
/**
|
|
10251
|
+
*
|
|
10252
|
+
* @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
|
|
10253
|
+
* @memberof JsonApiExportDefinitionPatchRelationships
|
|
10254
|
+
*/
|
|
10255
|
+
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
10256
|
+
/**
|
|
10257
|
+
*
|
|
10258
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
10259
|
+
* @memberof JsonApiExportDefinitionPatchRelationships
|
|
10260
|
+
*/
|
|
10261
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
10262
|
+
}
|
|
10774
10263
|
/**
|
|
10775
10264
|
* JSON:API representation of exportDefinition entity.
|
|
10776
10265
|
* @export
|
|
@@ -10791,16 +10280,16 @@ export interface JsonApiExportDefinitionPostOptionalId {
|
|
|
10791
10280
|
id?: string;
|
|
10792
10281
|
/**
|
|
10793
10282
|
*
|
|
10794
|
-
* @type {
|
|
10283
|
+
* @type {JsonApiExportDefinitionPatchAttributes}
|
|
10795
10284
|
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
10796
10285
|
*/
|
|
10797
|
-
attributes?:
|
|
10286
|
+
attributes?: JsonApiExportDefinitionPatchAttributes;
|
|
10798
10287
|
/**
|
|
10799
10288
|
*
|
|
10800
|
-
* @type {
|
|
10289
|
+
* @type {JsonApiExportDefinitionPatchRelationships}
|
|
10801
10290
|
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
10802
10291
|
*/
|
|
10803
|
-
relationships?:
|
|
10292
|
+
relationships?: JsonApiExportDefinitionPatchRelationships;
|
|
10804
10293
|
}
|
|
10805
10294
|
export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
|
|
10806
10295
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
@@ -11020,10 +10509,10 @@ export interface JsonApiExportTemplateOutList {
|
|
|
11020
10509
|
links?: ListLinks;
|
|
11021
10510
|
/**
|
|
11022
10511
|
*
|
|
11023
|
-
* @type {
|
|
10512
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
11024
10513
|
* @memberof JsonApiExportTemplateOutList
|
|
11025
10514
|
*/
|
|
11026
|
-
meta?:
|
|
10515
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
11027
10516
|
}
|
|
11028
10517
|
/**
|
|
11029
10518
|
*
|
|
@@ -11348,10 +10837,10 @@ export interface JsonApiFactOutList {
|
|
|
11348
10837
|
links?: ListLinks;
|
|
11349
10838
|
/**
|
|
11350
10839
|
*
|
|
11351
|
-
* @type {
|
|
10840
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
11352
10841
|
* @memberof JsonApiFactOutList
|
|
11353
10842
|
*/
|
|
11354
|
-
meta?:
|
|
10843
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
11355
10844
|
/**
|
|
11356
10845
|
* Included resources
|
|
11357
10846
|
* @type {Array<JsonApiFactOutIncludes>}
|
|
@@ -11464,10 +10953,10 @@ export interface JsonApiFilterContextIn {
|
|
|
11464
10953
|
id: string;
|
|
11465
10954
|
/**
|
|
11466
10955
|
*
|
|
11467
|
-
* @type {
|
|
10956
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
11468
10957
|
* @memberof JsonApiFilterContextIn
|
|
11469
10958
|
*/
|
|
11470
|
-
attributes:
|
|
10959
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
11471
10960
|
}
|
|
11472
10961
|
export declare const JsonApiFilterContextInTypeEnum: {
|
|
11473
10962
|
readonly FILTER_CONTEXT: "filterContext";
|
|
@@ -11535,10 +11024,10 @@ export interface JsonApiFilterContextOut {
|
|
|
11535
11024
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
11536
11025
|
/**
|
|
11537
11026
|
*
|
|
11538
|
-
* @type {
|
|
11027
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
11539
11028
|
* @memberof JsonApiFilterContextOut
|
|
11540
11029
|
*/
|
|
11541
|
-
attributes:
|
|
11030
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
11542
11031
|
/**
|
|
11543
11032
|
*
|
|
11544
11033
|
* @type {JsonApiFilterContextOutRelationships}
|
|
@@ -11550,6 +11039,43 @@ export declare const JsonApiFilterContextOutTypeEnum: {
|
|
|
11550
11039
|
readonly FILTER_CONTEXT: "filterContext";
|
|
11551
11040
|
};
|
|
11552
11041
|
export type JsonApiFilterContextOutTypeEnum = typeof JsonApiFilterContextOutTypeEnum[keyof typeof JsonApiFilterContextOutTypeEnum];
|
|
11042
|
+
/**
|
|
11043
|
+
*
|
|
11044
|
+
* @export
|
|
11045
|
+
* @interface JsonApiFilterContextOutAttributes
|
|
11046
|
+
*/
|
|
11047
|
+
export interface JsonApiFilterContextOutAttributes {
|
|
11048
|
+
/**
|
|
11049
|
+
*
|
|
11050
|
+
* @type {string}
|
|
11051
|
+
* @memberof JsonApiFilterContextOutAttributes
|
|
11052
|
+
*/
|
|
11053
|
+
title?: string;
|
|
11054
|
+
/**
|
|
11055
|
+
*
|
|
11056
|
+
* @type {string}
|
|
11057
|
+
* @memberof JsonApiFilterContextOutAttributes
|
|
11058
|
+
*/
|
|
11059
|
+
description?: string;
|
|
11060
|
+
/**
|
|
11061
|
+
*
|
|
11062
|
+
* @type {Array<string>}
|
|
11063
|
+
* @memberof JsonApiFilterContextOutAttributes
|
|
11064
|
+
*/
|
|
11065
|
+
tags?: Array<string>;
|
|
11066
|
+
/**
|
|
11067
|
+
*
|
|
11068
|
+
* @type {boolean}
|
|
11069
|
+
* @memberof JsonApiFilterContextOutAttributes
|
|
11070
|
+
*/
|
|
11071
|
+
areRelationsValid?: boolean;
|
|
11072
|
+
/**
|
|
11073
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
11074
|
+
* @type {object}
|
|
11075
|
+
* @memberof JsonApiFilterContextOutAttributes
|
|
11076
|
+
*/
|
|
11077
|
+
content: object;
|
|
11078
|
+
}
|
|
11553
11079
|
/**
|
|
11554
11080
|
*
|
|
11555
11081
|
* @export
|
|
@@ -11600,10 +11126,10 @@ export interface JsonApiFilterContextOutList {
|
|
|
11600
11126
|
links?: ListLinks;
|
|
11601
11127
|
/**
|
|
11602
11128
|
*
|
|
11603
|
-
* @type {
|
|
11129
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
11604
11130
|
* @memberof JsonApiFilterContextOutList
|
|
11605
11131
|
*/
|
|
11606
|
-
meta?:
|
|
11132
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
11607
11133
|
/**
|
|
11608
11134
|
* Included resources
|
|
11609
11135
|
* @type {Array<JsonApiFilterContextOutIncludes>}
|
|
@@ -11662,10 +11188,10 @@ export interface JsonApiFilterContextOutWithLinks {
|
|
|
11662
11188
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
11663
11189
|
/**
|
|
11664
11190
|
*
|
|
11665
|
-
* @type {
|
|
11191
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
11666
11192
|
* @memberof JsonApiFilterContextOutWithLinks
|
|
11667
11193
|
*/
|
|
11668
|
-
attributes:
|
|
11194
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
11669
11195
|
/**
|
|
11670
11196
|
*
|
|
11671
11197
|
* @type {JsonApiFilterContextOutRelationships}
|
|
@@ -11745,10 +11271,10 @@ export interface JsonApiFilterContextPostOptionalId {
|
|
|
11745
11271
|
id?: string;
|
|
11746
11272
|
/**
|
|
11747
11273
|
*
|
|
11748
|
-
* @type {
|
|
11274
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
11749
11275
|
* @memberof JsonApiFilterContextPostOptionalId
|
|
11750
11276
|
*/
|
|
11751
|
-
attributes:
|
|
11277
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
11752
11278
|
}
|
|
11753
11279
|
export declare const JsonApiFilterContextPostOptionalIdTypeEnum: {
|
|
11754
11280
|
readonly FILTER_CONTEXT: "filterContext";
|
|
@@ -11787,16 +11313,16 @@ export interface JsonApiFilterViewIn {
|
|
|
11787
11313
|
id: string;
|
|
11788
11314
|
/**
|
|
11789
11315
|
*
|
|
11790
|
-
* @type {
|
|
11316
|
+
* @type {JsonApiFilterViewOutAttributes}
|
|
11791
11317
|
* @memberof JsonApiFilterViewIn
|
|
11792
11318
|
*/
|
|
11793
|
-
attributes:
|
|
11319
|
+
attributes: JsonApiFilterViewOutAttributes;
|
|
11794
11320
|
/**
|
|
11795
11321
|
*
|
|
11796
|
-
* @type {
|
|
11322
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
11797
11323
|
* @memberof JsonApiFilterViewIn
|
|
11798
11324
|
*/
|
|
11799
|
-
relationships?:
|
|
11325
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
11800
11326
|
}
|
|
11801
11327
|
export declare const JsonApiFilterViewInTypeEnum: {
|
|
11802
11328
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -11805,126 +11331,94 @@ export type JsonApiFilterViewInTypeEnum = typeof JsonApiFilterViewInTypeEnum[key
|
|
|
11805
11331
|
/**
|
|
11806
11332
|
*
|
|
11807
11333
|
* @export
|
|
11808
|
-
* @interface
|
|
11334
|
+
* @interface JsonApiFilterViewInDocument
|
|
11335
|
+
*/
|
|
11336
|
+
export interface JsonApiFilterViewInDocument {
|
|
11337
|
+
/**
|
|
11338
|
+
*
|
|
11339
|
+
* @type {JsonApiFilterViewIn}
|
|
11340
|
+
* @memberof JsonApiFilterViewInDocument
|
|
11341
|
+
*/
|
|
11342
|
+
data: JsonApiFilterViewIn;
|
|
11343
|
+
}
|
|
11344
|
+
/**
|
|
11345
|
+
* JSON:API representation of filterView entity.
|
|
11346
|
+
* @export
|
|
11347
|
+
* @interface JsonApiFilterViewOut
|
|
11348
|
+
*/
|
|
11349
|
+
export interface JsonApiFilterViewOut {
|
|
11350
|
+
/**
|
|
11351
|
+
* Object type
|
|
11352
|
+
* @type {string}
|
|
11353
|
+
* @memberof JsonApiFilterViewOut
|
|
11354
|
+
*/
|
|
11355
|
+
type: JsonApiFilterViewOutTypeEnum;
|
|
11356
|
+
/**
|
|
11357
|
+
* API identifier of an object
|
|
11358
|
+
* @type {string}
|
|
11359
|
+
* @memberof JsonApiFilterViewOut
|
|
11360
|
+
*/
|
|
11361
|
+
id: string;
|
|
11362
|
+
/**
|
|
11363
|
+
*
|
|
11364
|
+
* @type {JsonApiFilterViewOutAttributes}
|
|
11365
|
+
* @memberof JsonApiFilterViewOut
|
|
11366
|
+
*/
|
|
11367
|
+
attributes: JsonApiFilterViewOutAttributes;
|
|
11368
|
+
/**
|
|
11369
|
+
*
|
|
11370
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
11371
|
+
* @memberof JsonApiFilterViewOut
|
|
11372
|
+
*/
|
|
11373
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
11374
|
+
}
|
|
11375
|
+
export declare const JsonApiFilterViewOutTypeEnum: {
|
|
11376
|
+
readonly FILTER_VIEW: "filterView";
|
|
11377
|
+
};
|
|
11378
|
+
export type JsonApiFilterViewOutTypeEnum = typeof JsonApiFilterViewOutTypeEnum[keyof typeof JsonApiFilterViewOutTypeEnum];
|
|
11379
|
+
/**
|
|
11380
|
+
*
|
|
11381
|
+
* @export
|
|
11382
|
+
* @interface JsonApiFilterViewOutAttributes
|
|
11809
11383
|
*/
|
|
11810
|
-
export interface
|
|
11384
|
+
export interface JsonApiFilterViewOutAttributes {
|
|
11811
11385
|
/**
|
|
11812
11386
|
*
|
|
11813
11387
|
* @type {string}
|
|
11814
|
-
* @memberof
|
|
11388
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
11815
11389
|
*/
|
|
11816
11390
|
title: string;
|
|
11817
11391
|
/**
|
|
11818
11392
|
*
|
|
11819
11393
|
* @type {string}
|
|
11820
|
-
* @memberof
|
|
11394
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
11821
11395
|
*/
|
|
11822
11396
|
description?: string;
|
|
11823
11397
|
/**
|
|
11824
11398
|
*
|
|
11825
11399
|
* @type {Array<string>}
|
|
11826
|
-
* @memberof
|
|
11400
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
11827
11401
|
*/
|
|
11828
11402
|
tags?: Array<string>;
|
|
11829
11403
|
/**
|
|
11830
11404
|
*
|
|
11831
11405
|
* @type {boolean}
|
|
11832
|
-
* @memberof
|
|
11406
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
11833
11407
|
*/
|
|
11834
11408
|
areRelationsValid?: boolean;
|
|
11835
11409
|
/**
|
|
11836
11410
|
* Indicator whether the filter view should by applied by default.
|
|
11837
11411
|
* @type {boolean}
|
|
11838
|
-
* @memberof
|
|
11412
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
11839
11413
|
*/
|
|
11840
11414
|
isDefault?: boolean;
|
|
11841
11415
|
/**
|
|
11842
11416
|
* The respective filter context.
|
|
11843
11417
|
* @type {object}
|
|
11844
|
-
* @memberof
|
|
11418
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
11845
11419
|
*/
|
|
11846
11420
|
content: object;
|
|
11847
11421
|
}
|
|
11848
|
-
/**
|
|
11849
|
-
*
|
|
11850
|
-
* @export
|
|
11851
|
-
* @interface JsonApiFilterViewInDocument
|
|
11852
|
-
*/
|
|
11853
|
-
export interface JsonApiFilterViewInDocument {
|
|
11854
|
-
/**
|
|
11855
|
-
*
|
|
11856
|
-
* @type {JsonApiFilterViewIn}
|
|
11857
|
-
* @memberof JsonApiFilterViewInDocument
|
|
11858
|
-
*/
|
|
11859
|
-
data: JsonApiFilterViewIn;
|
|
11860
|
-
}
|
|
11861
|
-
/**
|
|
11862
|
-
*
|
|
11863
|
-
* @export
|
|
11864
|
-
* @interface JsonApiFilterViewInRelationships
|
|
11865
|
-
*/
|
|
11866
|
-
export interface JsonApiFilterViewInRelationships {
|
|
11867
|
-
/**
|
|
11868
|
-
*
|
|
11869
|
-
* @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
|
|
11870
|
-
* @memberof JsonApiFilterViewInRelationships
|
|
11871
|
-
*/
|
|
11872
|
-
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
11873
|
-
/**
|
|
11874
|
-
*
|
|
11875
|
-
* @type {JsonApiFilterViewInRelationshipsUser}
|
|
11876
|
-
* @memberof JsonApiFilterViewInRelationships
|
|
11877
|
-
*/
|
|
11878
|
-
user?: JsonApiFilterViewInRelationshipsUser;
|
|
11879
|
-
}
|
|
11880
|
-
/**
|
|
11881
|
-
*
|
|
11882
|
-
* @export
|
|
11883
|
-
* @interface JsonApiFilterViewInRelationshipsUser
|
|
11884
|
-
*/
|
|
11885
|
-
export interface JsonApiFilterViewInRelationshipsUser {
|
|
11886
|
-
/**
|
|
11887
|
-
*
|
|
11888
|
-
* @type {JsonApiUserToOneLinkage}
|
|
11889
|
-
* @memberof JsonApiFilterViewInRelationshipsUser
|
|
11890
|
-
*/
|
|
11891
|
-
data: JsonApiUserToOneLinkage | null;
|
|
11892
|
-
}
|
|
11893
|
-
/**
|
|
11894
|
-
* JSON:API representation of filterView entity.
|
|
11895
|
-
* @export
|
|
11896
|
-
* @interface JsonApiFilterViewOut
|
|
11897
|
-
*/
|
|
11898
|
-
export interface JsonApiFilterViewOut {
|
|
11899
|
-
/**
|
|
11900
|
-
* Object type
|
|
11901
|
-
* @type {string}
|
|
11902
|
-
* @memberof JsonApiFilterViewOut
|
|
11903
|
-
*/
|
|
11904
|
-
type: JsonApiFilterViewOutTypeEnum;
|
|
11905
|
-
/**
|
|
11906
|
-
* API identifier of an object
|
|
11907
|
-
* @type {string}
|
|
11908
|
-
* @memberof JsonApiFilterViewOut
|
|
11909
|
-
*/
|
|
11910
|
-
id: string;
|
|
11911
|
-
/**
|
|
11912
|
-
*
|
|
11913
|
-
* @type {JsonApiFilterViewInAttributes}
|
|
11914
|
-
* @memberof JsonApiFilterViewOut
|
|
11915
|
-
*/
|
|
11916
|
-
attributes: JsonApiFilterViewInAttributes;
|
|
11917
|
-
/**
|
|
11918
|
-
*
|
|
11919
|
-
* @type {JsonApiFilterViewInRelationships}
|
|
11920
|
-
* @memberof JsonApiFilterViewOut
|
|
11921
|
-
*/
|
|
11922
|
-
relationships?: JsonApiFilterViewInRelationships;
|
|
11923
|
-
}
|
|
11924
|
-
export declare const JsonApiFilterViewOutTypeEnum: {
|
|
11925
|
-
readonly FILTER_VIEW: "filterView";
|
|
11926
|
-
};
|
|
11927
|
-
export type JsonApiFilterViewOutTypeEnum = typeof JsonApiFilterViewOutTypeEnum[keyof typeof JsonApiFilterViewOutTypeEnum];
|
|
11928
11422
|
/**
|
|
11929
11423
|
*
|
|
11930
11424
|
* @export
|
|
@@ -11975,10 +11469,10 @@ export interface JsonApiFilterViewOutList {
|
|
|
11975
11469
|
links?: ListLinks;
|
|
11976
11470
|
/**
|
|
11977
11471
|
*
|
|
11978
|
-
* @type {
|
|
11472
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
11979
11473
|
* @memberof JsonApiFilterViewOutList
|
|
11980
11474
|
*/
|
|
11981
|
-
meta?:
|
|
11475
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
11982
11476
|
/**
|
|
11983
11477
|
* Included resources
|
|
11984
11478
|
* @type {Array<JsonApiFilterViewOutIncludes>}
|
|
@@ -11986,6 +11480,25 @@ export interface JsonApiFilterViewOutList {
|
|
|
11986
11480
|
*/
|
|
11987
11481
|
included?: Array<JsonApiFilterViewOutIncludes>;
|
|
11988
11482
|
}
|
|
11483
|
+
/**
|
|
11484
|
+
*
|
|
11485
|
+
* @export
|
|
11486
|
+
* @interface JsonApiFilterViewOutRelationships
|
|
11487
|
+
*/
|
|
11488
|
+
export interface JsonApiFilterViewOutRelationships {
|
|
11489
|
+
/**
|
|
11490
|
+
*
|
|
11491
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
11492
|
+
* @memberof JsonApiFilterViewOutRelationships
|
|
11493
|
+
*/
|
|
11494
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
11495
|
+
/**
|
|
11496
|
+
*
|
|
11497
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
|
|
11498
|
+
* @memberof JsonApiFilterViewOutRelationships
|
|
11499
|
+
*/
|
|
11500
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
11501
|
+
}
|
|
11989
11502
|
/**
|
|
11990
11503
|
*
|
|
11991
11504
|
* @export
|
|
@@ -12006,16 +11519,16 @@ export interface JsonApiFilterViewOutWithLinks {
|
|
|
12006
11519
|
id: string;
|
|
12007
11520
|
/**
|
|
12008
11521
|
*
|
|
12009
|
-
* @type {
|
|
11522
|
+
* @type {JsonApiFilterViewOutAttributes}
|
|
12010
11523
|
* @memberof JsonApiFilterViewOutWithLinks
|
|
12011
11524
|
*/
|
|
12012
|
-
attributes:
|
|
11525
|
+
attributes: JsonApiFilterViewOutAttributes;
|
|
12013
11526
|
/**
|
|
12014
11527
|
*
|
|
12015
|
-
* @type {
|
|
11528
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
12016
11529
|
* @memberof JsonApiFilterViewOutWithLinks
|
|
12017
11530
|
*/
|
|
12018
|
-
relationships?:
|
|
11531
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
12019
11532
|
/**
|
|
12020
11533
|
*
|
|
12021
11534
|
* @type {ObjectLinks}
|
|
@@ -12053,10 +11566,10 @@ export interface JsonApiFilterViewPatch {
|
|
|
12053
11566
|
attributes: JsonApiFilterViewPatchAttributes;
|
|
12054
11567
|
/**
|
|
12055
11568
|
*
|
|
12056
|
-
* @type {
|
|
11569
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
12057
11570
|
* @memberof JsonApiFilterViewPatch
|
|
12058
11571
|
*/
|
|
12059
|
-
relationships?:
|
|
11572
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
12060
11573
|
}
|
|
12061
11574
|
export declare const JsonApiFilterViewPatchTypeEnum: {
|
|
12062
11575
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -12138,98 +11651,15 @@ export interface JsonApiIdentityProviderIn {
|
|
|
12138
11651
|
id: string;
|
|
12139
11652
|
/**
|
|
12140
11653
|
*
|
|
12141
|
-
* @type {
|
|
11654
|
+
* @type {JsonApiIdentityProviderPatchAttributes}
|
|
12142
11655
|
* @memberof JsonApiIdentityProviderIn
|
|
12143
11656
|
*/
|
|
12144
|
-
attributes?:
|
|
11657
|
+
attributes?: JsonApiIdentityProviderPatchAttributes;
|
|
12145
11658
|
}
|
|
12146
11659
|
export declare const JsonApiIdentityProviderInTypeEnum: {
|
|
12147
11660
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
12148
11661
|
};
|
|
12149
11662
|
export type JsonApiIdentityProviderInTypeEnum = typeof JsonApiIdentityProviderInTypeEnum[keyof typeof JsonApiIdentityProviderInTypeEnum];
|
|
12150
|
-
/**
|
|
12151
|
-
*
|
|
12152
|
-
* @export
|
|
12153
|
-
* @interface JsonApiIdentityProviderInAttributes
|
|
12154
|
-
*/
|
|
12155
|
-
export interface JsonApiIdentityProviderInAttributes {
|
|
12156
|
-
/**
|
|
12157
|
-
* 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.
|
|
12158
|
-
* @type {Array<string>}
|
|
12159
|
-
* @memberof JsonApiIdentityProviderInAttributes
|
|
12160
|
-
*/
|
|
12161
|
-
identifiers?: Array<string>;
|
|
12162
|
-
/**
|
|
12163
|
-
* 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.
|
|
12164
|
-
* @type {{ [key: string]: string; }}
|
|
12165
|
-
* @memberof JsonApiIdentityProviderInAttributes
|
|
12166
|
-
*/
|
|
12167
|
-
customClaimMapping?: {
|
|
12168
|
-
[key: string]: string;
|
|
12169
|
-
};
|
|
12170
|
-
/**
|
|
12171
|
-
* 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.
|
|
12172
|
-
* @type {string}
|
|
12173
|
-
* @memberof JsonApiIdentityProviderInAttributes
|
|
12174
|
-
*/
|
|
12175
|
-
samlMetadata?: string;
|
|
12176
|
-
/**
|
|
12177
|
-
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
12178
|
-
* @type {string}
|
|
12179
|
-
* @memberof JsonApiIdentityProviderInAttributes
|
|
12180
|
-
*/
|
|
12181
|
-
oauthClientId?: string;
|
|
12182
|
-
/**
|
|
12183
|
-
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
12184
|
-
* @type {string}
|
|
12185
|
-
* @memberof JsonApiIdentityProviderInAttributes
|
|
12186
|
-
*/
|
|
12187
|
-
oauthClientSecret?: string;
|
|
12188
|
-
/**
|
|
12189
|
-
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
12190
|
-
* @type {string}
|
|
12191
|
-
* @memberof JsonApiIdentityProviderInAttributes
|
|
12192
|
-
*/
|
|
12193
|
-
oauthIssuerLocation?: string;
|
|
12194
|
-
/**
|
|
12195
|
-
* 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.
|
|
12196
|
-
* @type {string}
|
|
12197
|
-
* @memberof JsonApiIdentityProviderInAttributes
|
|
12198
|
-
*/
|
|
12199
|
-
oauthIssuerId?: string;
|
|
12200
|
-
/**
|
|
12201
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
12202
|
-
* @type {string}
|
|
12203
|
-
* @memberof JsonApiIdentityProviderInAttributes
|
|
12204
|
-
*/
|
|
12205
|
-
oauthSubjectIdClaim?: string;
|
|
12206
|
-
/**
|
|
12207
|
-
* 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.
|
|
12208
|
-
* @type {{ [key: string]: string; }}
|
|
12209
|
-
* @memberof JsonApiIdentityProviderInAttributes
|
|
12210
|
-
*/
|
|
12211
|
-
oauthCustomAuthAttributes?: {
|
|
12212
|
-
[key: string]: string;
|
|
12213
|
-
};
|
|
12214
|
-
/**
|
|
12215
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
12216
|
-
* @type {Array<string>}
|
|
12217
|
-
* @memberof JsonApiIdentityProviderInAttributes
|
|
12218
|
-
*/
|
|
12219
|
-
oauthCustomScopes?: Array<string> | null;
|
|
12220
|
-
/**
|
|
12221
|
-
* 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.
|
|
12222
|
-
* @type {string}
|
|
12223
|
-
* @memberof JsonApiIdentityProviderInAttributes
|
|
12224
|
-
*/
|
|
12225
|
-
idpType?: JsonApiIdentityProviderInAttributesIdpTypeEnum;
|
|
12226
|
-
}
|
|
12227
|
-
export declare const JsonApiIdentityProviderInAttributesIdpTypeEnum: {
|
|
12228
|
-
readonly MANAGED_IDP: "MANAGED_IDP";
|
|
12229
|
-
readonly FIM_IDP: "FIM_IDP";
|
|
12230
|
-
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
12231
|
-
};
|
|
12232
|
-
export type JsonApiIdentityProviderInAttributesIdpTypeEnum = typeof JsonApiIdentityProviderInAttributesIdpTypeEnum[keyof typeof JsonApiIdentityProviderInAttributesIdpTypeEnum];
|
|
12233
11663
|
/**
|
|
12234
11664
|
*
|
|
12235
11665
|
* @export
|
|
@@ -12405,10 +11835,10 @@ export interface JsonApiIdentityProviderOutList {
|
|
|
12405
11835
|
links?: ListLinks;
|
|
12406
11836
|
/**
|
|
12407
11837
|
*
|
|
12408
|
-
* @type {
|
|
11838
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
12409
11839
|
* @memberof JsonApiIdentityProviderOutList
|
|
12410
11840
|
*/
|
|
12411
|
-
meta?:
|
|
11841
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
12412
11842
|
}
|
|
12413
11843
|
/**
|
|
12414
11844
|
*
|
|
@@ -12465,15 +11895,98 @@ export interface JsonApiIdentityProviderPatch {
|
|
|
12465
11895
|
id: string;
|
|
12466
11896
|
/**
|
|
12467
11897
|
*
|
|
12468
|
-
* @type {
|
|
11898
|
+
* @type {JsonApiIdentityProviderPatchAttributes}
|
|
12469
11899
|
* @memberof JsonApiIdentityProviderPatch
|
|
12470
11900
|
*/
|
|
12471
|
-
attributes?:
|
|
11901
|
+
attributes?: JsonApiIdentityProviderPatchAttributes;
|
|
12472
11902
|
}
|
|
12473
11903
|
export declare const JsonApiIdentityProviderPatchTypeEnum: {
|
|
12474
11904
|
readonly IDENTITY_PROVIDER: "identityProvider";
|
|
12475
11905
|
};
|
|
12476
11906
|
export type JsonApiIdentityProviderPatchTypeEnum = typeof JsonApiIdentityProviderPatchTypeEnum[keyof typeof JsonApiIdentityProviderPatchTypeEnum];
|
|
11907
|
+
/**
|
|
11908
|
+
*
|
|
11909
|
+
* @export
|
|
11910
|
+
* @interface JsonApiIdentityProviderPatchAttributes
|
|
11911
|
+
*/
|
|
11912
|
+
export interface JsonApiIdentityProviderPatchAttributes {
|
|
11913
|
+
/**
|
|
11914
|
+
* 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.
|
|
11915
|
+
* @type {Array<string>}
|
|
11916
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11917
|
+
*/
|
|
11918
|
+
identifiers?: Array<string>;
|
|
11919
|
+
/**
|
|
11920
|
+
* 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.
|
|
11921
|
+
* @type {{ [key: string]: string; }}
|
|
11922
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11923
|
+
*/
|
|
11924
|
+
customClaimMapping?: {
|
|
11925
|
+
[key: string]: string;
|
|
11926
|
+
};
|
|
11927
|
+
/**
|
|
11928
|
+
* 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.
|
|
11929
|
+
* @type {string}
|
|
11930
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11931
|
+
*/
|
|
11932
|
+
samlMetadata?: string;
|
|
11933
|
+
/**
|
|
11934
|
+
* The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
11935
|
+
* @type {string}
|
|
11936
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11937
|
+
*/
|
|
11938
|
+
oauthClientId?: string;
|
|
11939
|
+
/**
|
|
11940
|
+
* The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
11941
|
+
* @type {string}
|
|
11942
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11943
|
+
*/
|
|
11944
|
+
oauthClientSecret?: string;
|
|
11945
|
+
/**
|
|
11946
|
+
* The location of your OIDC provider. This field is mandatory for OIDC IdP.
|
|
11947
|
+
* @type {string}
|
|
11948
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11949
|
+
*/
|
|
11950
|
+
oauthIssuerLocation?: string;
|
|
11951
|
+
/**
|
|
11952
|
+
* 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.
|
|
11953
|
+
* @type {string}
|
|
11954
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11955
|
+
*/
|
|
11956
|
+
oauthIssuerId?: string;
|
|
11957
|
+
/**
|
|
11958
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
11959
|
+
* @type {string}
|
|
11960
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11961
|
+
*/
|
|
11962
|
+
oauthSubjectIdClaim?: string;
|
|
11963
|
+
/**
|
|
11964
|
+
* 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.
|
|
11965
|
+
* @type {{ [key: string]: string; }}
|
|
11966
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11967
|
+
*/
|
|
11968
|
+
oauthCustomAuthAttributes?: {
|
|
11969
|
+
[key: string]: string;
|
|
11970
|
+
};
|
|
11971
|
+
/**
|
|
11972
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
11973
|
+
* @type {Array<string>}
|
|
11974
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11975
|
+
*/
|
|
11976
|
+
oauthCustomScopes?: Array<string> | null;
|
|
11977
|
+
/**
|
|
11978
|
+
* 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.
|
|
11979
|
+
* @type {string}
|
|
11980
|
+
* @memberof JsonApiIdentityProviderPatchAttributes
|
|
11981
|
+
*/
|
|
11982
|
+
idpType?: JsonApiIdentityProviderPatchAttributesIdpTypeEnum;
|
|
11983
|
+
}
|
|
11984
|
+
export declare const JsonApiIdentityProviderPatchAttributesIdpTypeEnum: {
|
|
11985
|
+
readonly MANAGED_IDP: "MANAGED_IDP";
|
|
11986
|
+
readonly FIM_IDP: "FIM_IDP";
|
|
11987
|
+
readonly CUSTOM_IDP: "CUSTOM_IDP";
|
|
11988
|
+
};
|
|
11989
|
+
export type JsonApiIdentityProviderPatchAttributesIdpTypeEnum = typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum[keyof typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum];
|
|
12477
11990
|
/**
|
|
12478
11991
|
*
|
|
12479
11992
|
* @export
|
|
@@ -12616,10 +12129,10 @@ export interface JsonApiJwkOutList {
|
|
|
12616
12129
|
links?: ListLinks;
|
|
12617
12130
|
/**
|
|
12618
12131
|
*
|
|
12619
|
-
* @type {
|
|
12132
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
12620
12133
|
* @memberof JsonApiJwkOutList
|
|
12621
12134
|
*/
|
|
12622
|
-
meta?:
|
|
12135
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
12623
12136
|
}
|
|
12624
12137
|
/**
|
|
12625
12138
|
*
|
|
@@ -12881,10 +12394,10 @@ export interface JsonApiLabelOutList {
|
|
|
12881
12394
|
links?: ListLinks;
|
|
12882
12395
|
/**
|
|
12883
12396
|
*
|
|
12884
|
-
* @type {
|
|
12397
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
12885
12398
|
* @memberof JsonApiLabelOutList
|
|
12886
12399
|
*/
|
|
12887
|
-
meta?:
|
|
12400
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
12888
12401
|
/**
|
|
12889
12402
|
* Included resources
|
|
12890
12403
|
* @type {Array<JsonApiAttributeOutWithLinks>}
|
|
@@ -13045,7 +12558,6 @@ export interface JsonApiLlmEndpointInAttributes {
|
|
|
13045
12558
|
}
|
|
13046
12559
|
export declare const JsonApiLlmEndpointInAttributesProviderEnum: {
|
|
13047
12560
|
readonly OPENAI: "OPENAI";
|
|
13048
|
-
readonly AZURE_OPENAI: "AZURE_OPENAI";
|
|
13049
12561
|
};
|
|
13050
12562
|
export type JsonApiLlmEndpointInAttributesProviderEnum = typeof JsonApiLlmEndpointInAttributesProviderEnum[keyof typeof JsonApiLlmEndpointInAttributesProviderEnum];
|
|
13051
12563
|
/**
|
|
@@ -13129,7 +12641,6 @@ export interface JsonApiLlmEndpointOutAttributes {
|
|
|
13129
12641
|
}
|
|
13130
12642
|
export declare const JsonApiLlmEndpointOutAttributesProviderEnum: {
|
|
13131
12643
|
readonly OPENAI: "OPENAI";
|
|
13132
|
-
readonly AZURE_OPENAI: "AZURE_OPENAI";
|
|
13133
12644
|
};
|
|
13134
12645
|
export type JsonApiLlmEndpointOutAttributesProviderEnum = typeof JsonApiLlmEndpointOutAttributesProviderEnum[keyof typeof JsonApiLlmEndpointOutAttributesProviderEnum];
|
|
13135
12646
|
/**
|
|
@@ -13171,10 +12682,10 @@ export interface JsonApiLlmEndpointOutList {
|
|
|
13171
12682
|
links?: ListLinks;
|
|
13172
12683
|
/**
|
|
13173
12684
|
*
|
|
13174
|
-
* @type {
|
|
12685
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
13175
12686
|
* @memberof JsonApiLlmEndpointOutList
|
|
13176
12687
|
*/
|
|
13177
|
-
meta?:
|
|
12688
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
13178
12689
|
}
|
|
13179
12690
|
/**
|
|
13180
12691
|
*
|
|
@@ -13285,7 +12796,6 @@ export interface JsonApiLlmEndpointPatchAttributes {
|
|
|
13285
12796
|
}
|
|
13286
12797
|
export declare const JsonApiLlmEndpointPatchAttributesProviderEnum: {
|
|
13287
12798
|
readonly OPENAI: "OPENAI";
|
|
13288
|
-
readonly AZURE_OPENAI: "AZURE_OPENAI";
|
|
13289
12799
|
};
|
|
13290
12800
|
export type JsonApiLlmEndpointPatchAttributesProviderEnum = typeof JsonApiLlmEndpointPatchAttributesProviderEnum[keyof typeof JsonApiLlmEndpointPatchAttributesProviderEnum];
|
|
13291
12801
|
/**
|
|
@@ -13321,52 +12831,15 @@ export interface JsonApiMetricIn {
|
|
|
13321
12831
|
id: string;
|
|
13322
12832
|
/**
|
|
13323
12833
|
*
|
|
13324
|
-
* @type {
|
|
12834
|
+
* @type {JsonApiMetricPostOptionalIdAttributes}
|
|
13325
12835
|
* @memberof JsonApiMetricIn
|
|
13326
12836
|
*/
|
|
13327
|
-
attributes:
|
|
12837
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
13328
12838
|
}
|
|
13329
12839
|
export declare const JsonApiMetricInTypeEnum: {
|
|
13330
12840
|
readonly METRIC: "metric";
|
|
13331
12841
|
};
|
|
13332
12842
|
export type JsonApiMetricInTypeEnum = typeof JsonApiMetricInTypeEnum[keyof typeof JsonApiMetricInTypeEnum];
|
|
13333
|
-
/**
|
|
13334
|
-
*
|
|
13335
|
-
* @export
|
|
13336
|
-
* @interface JsonApiMetricInAttributes
|
|
13337
|
-
*/
|
|
13338
|
-
export interface JsonApiMetricInAttributes {
|
|
13339
|
-
/**
|
|
13340
|
-
*
|
|
13341
|
-
* @type {string}
|
|
13342
|
-
* @memberof JsonApiMetricInAttributes
|
|
13343
|
-
*/
|
|
13344
|
-
title?: string;
|
|
13345
|
-
/**
|
|
13346
|
-
*
|
|
13347
|
-
* @type {string}
|
|
13348
|
-
* @memberof JsonApiMetricInAttributes
|
|
13349
|
-
*/
|
|
13350
|
-
description?: string;
|
|
13351
|
-
/**
|
|
13352
|
-
*
|
|
13353
|
-
* @type {Array<string>}
|
|
13354
|
-
* @memberof JsonApiMetricInAttributes
|
|
13355
|
-
*/
|
|
13356
|
-
tags?: Array<string>;
|
|
13357
|
-
/**
|
|
13358
|
-
*
|
|
13359
|
-
* @type {boolean}
|
|
13360
|
-
* @memberof JsonApiMetricInAttributes
|
|
13361
|
-
*/
|
|
13362
|
-
areRelationsValid?: boolean;
|
|
13363
|
-
/**
|
|
13364
|
-
*
|
|
13365
|
-
* @type {JsonApiMetricOutAttributesContent}
|
|
13366
|
-
* @memberof JsonApiMetricInAttributes
|
|
13367
|
-
*/
|
|
13368
|
-
content: JsonApiMetricOutAttributesContent;
|
|
13369
|
-
}
|
|
13370
12843
|
/**
|
|
13371
12844
|
*
|
|
13372
12845
|
* @export
|
|
@@ -13562,10 +13035,10 @@ export interface JsonApiMetricOutList {
|
|
|
13562
13035
|
links?: ListLinks;
|
|
13563
13036
|
/**
|
|
13564
13037
|
*
|
|
13565
|
-
* @type {
|
|
13038
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
13566
13039
|
* @memberof JsonApiMetricOutList
|
|
13567
13040
|
*/
|
|
13568
|
-
meta?:
|
|
13041
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
13569
13042
|
/**
|
|
13570
13043
|
* Included resources
|
|
13571
13044
|
* @type {Array<JsonApiMetricOutIncludes>}
|
|
@@ -13719,15 +13192,52 @@ export interface JsonApiMetricPostOptionalId {
|
|
|
13719
13192
|
id?: string;
|
|
13720
13193
|
/**
|
|
13721
13194
|
*
|
|
13722
|
-
* @type {
|
|
13195
|
+
* @type {JsonApiMetricPostOptionalIdAttributes}
|
|
13723
13196
|
* @memberof JsonApiMetricPostOptionalId
|
|
13724
13197
|
*/
|
|
13725
|
-
attributes:
|
|
13198
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
13726
13199
|
}
|
|
13727
13200
|
export declare const JsonApiMetricPostOptionalIdTypeEnum: {
|
|
13728
13201
|
readonly METRIC: "metric";
|
|
13729
13202
|
};
|
|
13730
13203
|
export type JsonApiMetricPostOptionalIdTypeEnum = typeof JsonApiMetricPostOptionalIdTypeEnum[keyof typeof JsonApiMetricPostOptionalIdTypeEnum];
|
|
13204
|
+
/**
|
|
13205
|
+
*
|
|
13206
|
+
* @export
|
|
13207
|
+
* @interface JsonApiMetricPostOptionalIdAttributes
|
|
13208
|
+
*/
|
|
13209
|
+
export interface JsonApiMetricPostOptionalIdAttributes {
|
|
13210
|
+
/**
|
|
13211
|
+
*
|
|
13212
|
+
* @type {string}
|
|
13213
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13214
|
+
*/
|
|
13215
|
+
title?: string;
|
|
13216
|
+
/**
|
|
13217
|
+
*
|
|
13218
|
+
* @type {string}
|
|
13219
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13220
|
+
*/
|
|
13221
|
+
description?: string;
|
|
13222
|
+
/**
|
|
13223
|
+
*
|
|
13224
|
+
* @type {Array<string>}
|
|
13225
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13226
|
+
*/
|
|
13227
|
+
tags?: Array<string>;
|
|
13228
|
+
/**
|
|
13229
|
+
*
|
|
13230
|
+
* @type {boolean}
|
|
13231
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13232
|
+
*/
|
|
13233
|
+
areRelationsValid?: boolean;
|
|
13234
|
+
/**
|
|
13235
|
+
*
|
|
13236
|
+
* @type {JsonApiMetricOutAttributesContent}
|
|
13237
|
+
* @memberof JsonApiMetricPostOptionalIdAttributes
|
|
13238
|
+
*/
|
|
13239
|
+
content: JsonApiMetricOutAttributesContent;
|
|
13240
|
+
}
|
|
13731
13241
|
/**
|
|
13732
13242
|
*
|
|
13733
13243
|
* @export
|
|
@@ -13853,10 +13363,10 @@ export interface JsonApiNotificationChannelIdentifierOutList {
|
|
|
13853
13363
|
links?: ListLinks;
|
|
13854
13364
|
/**
|
|
13855
13365
|
*
|
|
13856
|
-
* @type {
|
|
13366
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
13857
13367
|
* @memberof JsonApiNotificationChannelIdentifierOutList
|
|
13858
13368
|
*/
|
|
13859
|
-
meta?:
|
|
13369
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
13860
13370
|
}
|
|
13861
13371
|
/**
|
|
13862
13372
|
*
|
|
@@ -13913,10 +13423,10 @@ export interface JsonApiNotificationChannelIn {
|
|
|
13913
13423
|
id: string;
|
|
13914
13424
|
/**
|
|
13915
13425
|
*
|
|
13916
|
-
* @type {
|
|
13426
|
+
* @type {JsonApiNotificationChannelPatchAttributes}
|
|
13917
13427
|
* @memberof JsonApiNotificationChannelIn
|
|
13918
13428
|
*/
|
|
13919
|
-
attributes?:
|
|
13429
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
13920
13430
|
}
|
|
13921
13431
|
export declare const JsonApiNotificationChannelInTypeEnum: {
|
|
13922
13432
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
@@ -14111,10 +13621,10 @@ export interface JsonApiNotificationChannelOutList {
|
|
|
14111
13621
|
links?: ListLinks;
|
|
14112
13622
|
/**
|
|
14113
13623
|
*
|
|
14114
|
-
* @type {
|
|
13624
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
14115
13625
|
* @memberof JsonApiNotificationChannelOutList
|
|
14116
13626
|
*/
|
|
14117
|
-
meta?:
|
|
13627
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
14118
13628
|
}
|
|
14119
13629
|
/**
|
|
14120
13630
|
*
|
|
@@ -14171,10 +13681,10 @@ export interface JsonApiNotificationChannelPatch {
|
|
|
14171
13681
|
id: string;
|
|
14172
13682
|
/**
|
|
14173
13683
|
*
|
|
14174
|
-
* @type {
|
|
13684
|
+
* @type {JsonApiNotificationChannelPatchAttributes}
|
|
14175
13685
|
* @memberof JsonApiNotificationChannelPatch
|
|
14176
13686
|
*/
|
|
14177
|
-
attributes?:
|
|
13687
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
14178
13688
|
}
|
|
14179
13689
|
export declare const JsonApiNotificationChannelPatchTypeEnum: {
|
|
14180
13690
|
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
@@ -14183,117 +13693,117 @@ export type JsonApiNotificationChannelPatchTypeEnum = typeof JsonApiNotification
|
|
|
14183
13693
|
/**
|
|
14184
13694
|
*
|
|
14185
13695
|
* @export
|
|
14186
|
-
* @interface
|
|
13696
|
+
* @interface JsonApiNotificationChannelPatchAttributes
|
|
14187
13697
|
*/
|
|
14188
|
-
export interface
|
|
13698
|
+
export interface JsonApiNotificationChannelPatchAttributes {
|
|
14189
13699
|
/**
|
|
14190
13700
|
*
|
|
14191
|
-
* @type {JsonApiNotificationChannelPatch}
|
|
14192
|
-
* @memberof JsonApiNotificationChannelPatchDocument
|
|
14193
|
-
*/
|
|
14194
|
-
data: JsonApiNotificationChannelPatch;
|
|
14195
|
-
}
|
|
14196
|
-
/**
|
|
14197
|
-
* JSON:API representation of notificationChannel entity.
|
|
14198
|
-
* @export
|
|
14199
|
-
* @interface JsonApiNotificationChannelPostOptionalId
|
|
14200
|
-
*/
|
|
14201
|
-
export interface JsonApiNotificationChannelPostOptionalId {
|
|
14202
|
-
/**
|
|
14203
|
-
* Object type
|
|
14204
13701
|
* @type {string}
|
|
14205
|
-
* @memberof
|
|
14206
|
-
*/
|
|
14207
|
-
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
14208
|
-
/**
|
|
14209
|
-
* API identifier of an object
|
|
14210
|
-
* @type {string}
|
|
14211
|
-
* @memberof JsonApiNotificationChannelPostOptionalId
|
|
14212
|
-
*/
|
|
14213
|
-
id?: string;
|
|
14214
|
-
/**
|
|
14215
|
-
*
|
|
14216
|
-
* @type {JsonApiNotificationChannelPostOptionalIdAttributes}
|
|
14217
|
-
* @memberof JsonApiNotificationChannelPostOptionalId
|
|
14218
|
-
*/
|
|
14219
|
-
attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
|
|
14220
|
-
}
|
|
14221
|
-
export declare const JsonApiNotificationChannelPostOptionalIdTypeEnum: {
|
|
14222
|
-
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
14223
|
-
};
|
|
14224
|
-
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = typeof JsonApiNotificationChannelPostOptionalIdTypeEnum[keyof typeof JsonApiNotificationChannelPostOptionalIdTypeEnum];
|
|
14225
|
-
/**
|
|
14226
|
-
*
|
|
14227
|
-
* @export
|
|
14228
|
-
* @interface JsonApiNotificationChannelPostOptionalIdAttributes
|
|
14229
|
-
*/
|
|
14230
|
-
export interface JsonApiNotificationChannelPostOptionalIdAttributes {
|
|
14231
|
-
/**
|
|
14232
|
-
*
|
|
14233
|
-
* @type {string}
|
|
14234
|
-
* @memberof JsonApiNotificationChannelPostOptionalIdAttributes
|
|
13702
|
+
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
14235
13703
|
*/
|
|
14236
13704
|
name?: string | null;
|
|
14237
13705
|
/**
|
|
14238
13706
|
*
|
|
14239
13707
|
* @type {string}
|
|
14240
|
-
* @memberof
|
|
13708
|
+
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
14241
13709
|
*/
|
|
14242
13710
|
description?: string | null;
|
|
14243
13711
|
/**
|
|
14244
13712
|
* The destination where the notifications are to be sent.
|
|
14245
13713
|
* @type {DefaultSmtp | InPlatform | Smtp | Webhook}
|
|
14246
|
-
* @memberof
|
|
13714
|
+
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
14247
13715
|
*/
|
|
14248
13716
|
destination?: DefaultSmtp | InPlatform | Smtp | Webhook;
|
|
14249
13717
|
/**
|
|
14250
13718
|
* 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}
|
|
14251
13719
|
* @type {string}
|
|
14252
|
-
* @memberof
|
|
13720
|
+
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
14253
13721
|
*/
|
|
14254
13722
|
customDashboardUrl?: string;
|
|
14255
13723
|
/**
|
|
14256
13724
|
* 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
|
|
14257
13725
|
* @type {string}
|
|
14258
|
-
* @memberof
|
|
13726
|
+
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
14259
13727
|
*/
|
|
14260
|
-
dashboardLinkVisibility?:
|
|
13728
|
+
dashboardLinkVisibility?: JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum;
|
|
14261
13729
|
/**
|
|
14262
13730
|
* 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}}
|
|
14263
13731
|
* @type {string}
|
|
14264
|
-
* @memberof
|
|
13732
|
+
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
14265
13733
|
*/
|
|
14266
13734
|
notificationSource?: string;
|
|
14267
13735
|
/**
|
|
14268
13736
|
* 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
|
|
14269
13737
|
* @type {string}
|
|
14270
|
-
* @memberof
|
|
13738
|
+
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
14271
13739
|
*/
|
|
14272
|
-
allowedRecipients?:
|
|
13740
|
+
allowedRecipients?: JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum;
|
|
14273
13741
|
/**
|
|
14274
13742
|
* 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
|
|
14275
13743
|
* @type {string}
|
|
14276
|
-
* @memberof
|
|
13744
|
+
* @memberof JsonApiNotificationChannelPatchAttributes
|
|
14277
13745
|
*/
|
|
14278
|
-
inPlatformNotification?:
|
|
13746
|
+
inPlatformNotification?: JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum;
|
|
14279
13747
|
}
|
|
14280
|
-
export declare const
|
|
13748
|
+
export declare const JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum: {
|
|
14281
13749
|
readonly HIDDEN: "HIDDEN";
|
|
14282
13750
|
readonly INTERNAL_ONLY: "INTERNAL_ONLY";
|
|
14283
13751
|
readonly ALL: "ALL";
|
|
14284
13752
|
};
|
|
14285
|
-
export type
|
|
14286
|
-
export declare const
|
|
13753
|
+
export type JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum = typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum[keyof typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum];
|
|
13754
|
+
export declare const JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum: {
|
|
14287
13755
|
readonly CREATOR: "CREATOR";
|
|
14288
13756
|
readonly INTERNAL: "INTERNAL";
|
|
14289
13757
|
readonly EXTERNAL: "EXTERNAL";
|
|
14290
13758
|
};
|
|
14291
|
-
export type
|
|
14292
|
-
export declare const
|
|
13759
|
+
export type JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum];
|
|
13760
|
+
export declare const JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum: {
|
|
14293
13761
|
readonly DISABLED: "DISABLED";
|
|
14294
13762
|
readonly ENABLED: "ENABLED";
|
|
14295
13763
|
};
|
|
14296
|
-
export type
|
|
13764
|
+
export type JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum = typeof JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum[keyof typeof JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum];
|
|
13765
|
+
/**
|
|
13766
|
+
*
|
|
13767
|
+
* @export
|
|
13768
|
+
* @interface JsonApiNotificationChannelPatchDocument
|
|
13769
|
+
*/
|
|
13770
|
+
export interface JsonApiNotificationChannelPatchDocument {
|
|
13771
|
+
/**
|
|
13772
|
+
*
|
|
13773
|
+
* @type {JsonApiNotificationChannelPatch}
|
|
13774
|
+
* @memberof JsonApiNotificationChannelPatchDocument
|
|
13775
|
+
*/
|
|
13776
|
+
data: JsonApiNotificationChannelPatch;
|
|
13777
|
+
}
|
|
13778
|
+
/**
|
|
13779
|
+
* JSON:API representation of notificationChannel entity.
|
|
13780
|
+
* @export
|
|
13781
|
+
* @interface JsonApiNotificationChannelPostOptionalId
|
|
13782
|
+
*/
|
|
13783
|
+
export interface JsonApiNotificationChannelPostOptionalId {
|
|
13784
|
+
/**
|
|
13785
|
+
* Object type
|
|
13786
|
+
* @type {string}
|
|
13787
|
+
* @memberof JsonApiNotificationChannelPostOptionalId
|
|
13788
|
+
*/
|
|
13789
|
+
type: JsonApiNotificationChannelPostOptionalIdTypeEnum;
|
|
13790
|
+
/**
|
|
13791
|
+
* API identifier of an object
|
|
13792
|
+
* @type {string}
|
|
13793
|
+
* @memberof JsonApiNotificationChannelPostOptionalId
|
|
13794
|
+
*/
|
|
13795
|
+
id?: string;
|
|
13796
|
+
/**
|
|
13797
|
+
*
|
|
13798
|
+
* @type {JsonApiNotificationChannelPatchAttributes}
|
|
13799
|
+
* @memberof JsonApiNotificationChannelPostOptionalId
|
|
13800
|
+
*/
|
|
13801
|
+
attributes?: JsonApiNotificationChannelPatchAttributes;
|
|
13802
|
+
}
|
|
13803
|
+
export declare const JsonApiNotificationChannelPostOptionalIdTypeEnum: {
|
|
13804
|
+
readonly NOTIFICATION_CHANNEL: "notificationChannel";
|
|
13805
|
+
};
|
|
13806
|
+
export type JsonApiNotificationChannelPostOptionalIdTypeEnum = typeof JsonApiNotificationChannelPostOptionalIdTypeEnum[keyof typeof JsonApiNotificationChannelPostOptionalIdTypeEnum];
|
|
14297
13807
|
/**
|
|
14298
13808
|
*
|
|
14299
13809
|
* @export
|
|
@@ -14564,16 +14074,16 @@ export type JsonApiOrganizationOutMetaPermissionsEnum = typeof JsonApiOrganizati
|
|
|
14564
14074
|
export interface JsonApiOrganizationOutRelationships {
|
|
14565
14075
|
/**
|
|
14566
14076
|
*
|
|
14567
|
-
* @type {
|
|
14077
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
|
|
14568
14078
|
* @memberof JsonApiOrganizationOutRelationships
|
|
14569
14079
|
*/
|
|
14570
|
-
bootstrapUser?:
|
|
14080
|
+
bootstrapUser?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
14571
14081
|
/**
|
|
14572
14082
|
*
|
|
14573
|
-
* @type {
|
|
14083
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
|
|
14574
14084
|
* @memberof JsonApiOrganizationOutRelationships
|
|
14575
14085
|
*/
|
|
14576
|
-
bootstrapUserGroup?:
|
|
14086
|
+
bootstrapUserGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
14577
14087
|
/**
|
|
14578
14088
|
*
|
|
14579
14089
|
* @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
|
|
@@ -14581,6 +14091,32 @@ export interface JsonApiOrganizationOutRelationships {
|
|
|
14581
14091
|
*/
|
|
14582
14092
|
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
14583
14093
|
}
|
|
14094
|
+
/**
|
|
14095
|
+
*
|
|
14096
|
+
* @export
|
|
14097
|
+
* @interface JsonApiOrganizationOutRelationshipsBootstrapUser
|
|
14098
|
+
*/
|
|
14099
|
+
export interface JsonApiOrganizationOutRelationshipsBootstrapUser {
|
|
14100
|
+
/**
|
|
14101
|
+
*
|
|
14102
|
+
* @type {JsonApiUserToOneLinkage}
|
|
14103
|
+
* @memberof JsonApiOrganizationOutRelationshipsBootstrapUser
|
|
14104
|
+
*/
|
|
14105
|
+
data: JsonApiUserToOneLinkage | null;
|
|
14106
|
+
}
|
|
14107
|
+
/**
|
|
14108
|
+
*
|
|
14109
|
+
* @export
|
|
14110
|
+
* @interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup
|
|
14111
|
+
*/
|
|
14112
|
+
export interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
|
|
14113
|
+
/**
|
|
14114
|
+
*
|
|
14115
|
+
* @type {JsonApiUserGroupToOneLinkage}
|
|
14116
|
+
* @memberof JsonApiOrganizationOutRelationshipsBootstrapUserGroup
|
|
14117
|
+
*/
|
|
14118
|
+
data: JsonApiUserGroupToOneLinkage | null;
|
|
14119
|
+
}
|
|
14584
14120
|
/**
|
|
14585
14121
|
* JSON:API representation of patching organization entity.
|
|
14586
14122
|
* @export
|
|
@@ -14757,10 +14293,10 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
14757
14293
|
id: string;
|
|
14758
14294
|
/**
|
|
14759
14295
|
*
|
|
14760
|
-
* @type {
|
|
14296
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14761
14297
|
* @memberof JsonApiOrganizationSettingIn
|
|
14762
14298
|
*/
|
|
14763
|
-
attributes?:
|
|
14299
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14764
14300
|
}
|
|
14765
14301
|
export declare const JsonApiOrganizationSettingInTypeEnum: {
|
|
14766
14302
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -14799,62 +14335,15 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
14799
14335
|
id: string;
|
|
14800
14336
|
/**
|
|
14801
14337
|
*
|
|
14802
|
-
* @type {
|
|
14338
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14803
14339
|
* @memberof JsonApiOrganizationSettingOut
|
|
14804
14340
|
*/
|
|
14805
|
-
attributes?:
|
|
14341
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14806
14342
|
}
|
|
14807
14343
|
export declare const JsonApiOrganizationSettingOutTypeEnum: {
|
|
14808
14344
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
14809
14345
|
};
|
|
14810
14346
|
export type JsonApiOrganizationSettingOutTypeEnum = typeof JsonApiOrganizationSettingOutTypeEnum[keyof typeof JsonApiOrganizationSettingOutTypeEnum];
|
|
14811
|
-
/**
|
|
14812
|
-
*
|
|
14813
|
-
* @export
|
|
14814
|
-
* @interface JsonApiOrganizationSettingOutAttributes
|
|
14815
|
-
*/
|
|
14816
|
-
export interface JsonApiOrganizationSettingOutAttributes {
|
|
14817
|
-
/**
|
|
14818
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
14819
|
-
* @type {object}
|
|
14820
|
-
* @memberof JsonApiOrganizationSettingOutAttributes
|
|
14821
|
-
*/
|
|
14822
|
-
content?: object;
|
|
14823
|
-
/**
|
|
14824
|
-
*
|
|
14825
|
-
* @type {string}
|
|
14826
|
-
* @memberof JsonApiOrganizationSettingOutAttributes
|
|
14827
|
-
*/
|
|
14828
|
-
type?: JsonApiOrganizationSettingOutAttributesTypeEnum;
|
|
14829
|
-
}
|
|
14830
|
-
export declare const JsonApiOrganizationSettingOutAttributesTypeEnum: {
|
|
14831
|
-
readonly TIMEZONE: "TIMEZONE";
|
|
14832
|
-
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
14833
|
-
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
14834
|
-
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
14835
|
-
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
14836
|
-
readonly LOCALE: "LOCALE";
|
|
14837
|
-
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
14838
|
-
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
14839
|
-
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
14840
|
-
readonly WEEK_START: "WEEK_START";
|
|
14841
|
-
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
14842
|
-
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
14843
|
-
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
14844
|
-
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
14845
|
-
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
14846
|
-
readonly ALERT: "ALERT";
|
|
14847
|
-
readonly SEPARATORS: "SEPARATORS";
|
|
14848
|
-
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
14849
|
-
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
14850
|
-
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
14851
|
-
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
14852
|
-
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
14853
|
-
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
14854
|
-
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
14855
|
-
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
14856
|
-
};
|
|
14857
|
-
export type JsonApiOrganizationSettingOutAttributesTypeEnum = typeof JsonApiOrganizationSettingOutAttributesTypeEnum[keyof typeof JsonApiOrganizationSettingOutAttributesTypeEnum];
|
|
14858
14347
|
/**
|
|
14859
14348
|
*
|
|
14860
14349
|
* @export
|
|
@@ -14894,10 +14383,10 @@ export interface JsonApiOrganizationSettingOutList {
|
|
|
14894
14383
|
links?: ListLinks;
|
|
14895
14384
|
/**
|
|
14896
14385
|
*
|
|
14897
|
-
* @type {
|
|
14386
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
14898
14387
|
* @memberof JsonApiOrganizationSettingOutList
|
|
14899
14388
|
*/
|
|
14900
|
-
meta?:
|
|
14389
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
14901
14390
|
}
|
|
14902
14391
|
/**
|
|
14903
14392
|
*
|
|
@@ -14919,10 +14408,10 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
14919
14408
|
id: string;
|
|
14920
14409
|
/**
|
|
14921
14410
|
*
|
|
14922
|
-
* @type {
|
|
14411
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14923
14412
|
* @memberof JsonApiOrganizationSettingOutWithLinks
|
|
14924
14413
|
*/
|
|
14925
|
-
attributes?:
|
|
14414
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14926
14415
|
/**
|
|
14927
14416
|
*
|
|
14928
14417
|
* @type {ObjectLinks}
|
|
@@ -14954,10 +14443,10 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
14954
14443
|
id: string;
|
|
14955
14444
|
/**
|
|
14956
14445
|
*
|
|
14957
|
-
* @type {
|
|
14446
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14958
14447
|
* @memberof JsonApiOrganizationSettingPatch
|
|
14959
14448
|
*/
|
|
14960
|
-
attributes?:
|
|
14449
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14961
14450
|
}
|
|
14962
14451
|
export declare const JsonApiOrganizationSettingPatchTypeEnum: {
|
|
14963
14452
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -15086,10 +14575,10 @@ export interface JsonApiThemeOutList {
|
|
|
15086
14575
|
links?: ListLinks;
|
|
15087
14576
|
/**
|
|
15088
14577
|
*
|
|
15089
|
-
* @type {
|
|
14578
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
15090
14579
|
* @memberof JsonApiThemeOutList
|
|
15091
14580
|
*/
|
|
15092
|
-
meta?:
|
|
14581
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
15093
14582
|
}
|
|
15094
14583
|
/**
|
|
15095
14584
|
*
|
|
@@ -15188,58 +14677,21 @@ export interface JsonApiUserDataFilterIn {
|
|
|
15188
14677
|
id: string;
|
|
15189
14678
|
/**
|
|
15190
14679
|
*
|
|
15191
|
-
* @type {
|
|
14680
|
+
* @type {JsonApiUserDataFilterOutAttributes}
|
|
15192
14681
|
* @memberof JsonApiUserDataFilterIn
|
|
15193
14682
|
*/
|
|
15194
|
-
attributes:
|
|
14683
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
15195
14684
|
/**
|
|
15196
14685
|
*
|
|
15197
|
-
* @type {
|
|
14686
|
+
* @type {JsonApiUserDataFilterPatchRelationships}
|
|
15198
14687
|
* @memberof JsonApiUserDataFilterIn
|
|
15199
14688
|
*/
|
|
15200
|
-
relationships?:
|
|
14689
|
+
relationships?: JsonApiUserDataFilterPatchRelationships;
|
|
15201
14690
|
}
|
|
15202
14691
|
export declare const JsonApiUserDataFilterInTypeEnum: {
|
|
15203
14692
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
15204
14693
|
};
|
|
15205
14694
|
export type JsonApiUserDataFilterInTypeEnum = typeof JsonApiUserDataFilterInTypeEnum[keyof typeof JsonApiUserDataFilterInTypeEnum];
|
|
15206
|
-
/**
|
|
15207
|
-
*
|
|
15208
|
-
* @export
|
|
15209
|
-
* @interface JsonApiUserDataFilterInAttributes
|
|
15210
|
-
*/
|
|
15211
|
-
export interface JsonApiUserDataFilterInAttributes {
|
|
15212
|
-
/**
|
|
15213
|
-
*
|
|
15214
|
-
* @type {string}
|
|
15215
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
15216
|
-
*/
|
|
15217
|
-
title?: string;
|
|
15218
|
-
/**
|
|
15219
|
-
*
|
|
15220
|
-
* @type {string}
|
|
15221
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
15222
|
-
*/
|
|
15223
|
-
description?: string;
|
|
15224
|
-
/**
|
|
15225
|
-
*
|
|
15226
|
-
* @type {Array<string>}
|
|
15227
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
15228
|
-
*/
|
|
15229
|
-
tags?: Array<string>;
|
|
15230
|
-
/**
|
|
15231
|
-
*
|
|
15232
|
-
* @type {boolean}
|
|
15233
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
15234
|
-
*/
|
|
15235
|
-
areRelationsValid?: boolean;
|
|
15236
|
-
/**
|
|
15237
|
-
*
|
|
15238
|
-
* @type {string}
|
|
15239
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
15240
|
-
*/
|
|
15241
|
-
maql: string;
|
|
15242
|
-
}
|
|
15243
14695
|
/**
|
|
15244
14696
|
*
|
|
15245
14697
|
* @export
|
|
@@ -15253,38 +14705,6 @@ export interface JsonApiUserDataFilterInDocument {
|
|
|
15253
14705
|
*/
|
|
15254
14706
|
data: JsonApiUserDataFilterIn;
|
|
15255
14707
|
}
|
|
15256
|
-
/**
|
|
15257
|
-
*
|
|
15258
|
-
* @export
|
|
15259
|
-
* @interface JsonApiUserDataFilterInRelationships
|
|
15260
|
-
*/
|
|
15261
|
-
export interface JsonApiUserDataFilterInRelationships {
|
|
15262
|
-
/**
|
|
15263
|
-
*
|
|
15264
|
-
* @type {JsonApiFilterViewInRelationshipsUser}
|
|
15265
|
-
* @memberof JsonApiUserDataFilterInRelationships
|
|
15266
|
-
*/
|
|
15267
|
-
user?: JsonApiFilterViewInRelationshipsUser;
|
|
15268
|
-
/**
|
|
15269
|
-
*
|
|
15270
|
-
* @type {JsonApiUserDataFilterInRelationshipsUserGroup}
|
|
15271
|
-
* @memberof JsonApiUserDataFilterInRelationships
|
|
15272
|
-
*/
|
|
15273
|
-
userGroup?: JsonApiUserDataFilterInRelationshipsUserGroup;
|
|
15274
|
-
}
|
|
15275
|
-
/**
|
|
15276
|
-
*
|
|
15277
|
-
* @export
|
|
15278
|
-
* @interface JsonApiUserDataFilterInRelationshipsUserGroup
|
|
15279
|
-
*/
|
|
15280
|
-
export interface JsonApiUserDataFilterInRelationshipsUserGroup {
|
|
15281
|
-
/**
|
|
15282
|
-
*
|
|
15283
|
-
* @type {JsonApiUserGroupToOneLinkage}
|
|
15284
|
-
* @memberof JsonApiUserDataFilterInRelationshipsUserGroup
|
|
15285
|
-
*/
|
|
15286
|
-
data: JsonApiUserGroupToOneLinkage | null;
|
|
15287
|
-
}
|
|
15288
14708
|
/**
|
|
15289
14709
|
* JSON:API representation of userDataFilter entity.
|
|
15290
14710
|
* @export
|
|
@@ -15311,10 +14731,10 @@ export interface JsonApiUserDataFilterOut {
|
|
|
15311
14731
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
15312
14732
|
/**
|
|
15313
14733
|
*
|
|
15314
|
-
* @type {
|
|
14734
|
+
* @type {JsonApiUserDataFilterOutAttributes}
|
|
15315
14735
|
* @memberof JsonApiUserDataFilterOut
|
|
15316
14736
|
*/
|
|
15317
|
-
attributes:
|
|
14737
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
15318
14738
|
/**
|
|
15319
14739
|
*
|
|
15320
14740
|
* @type {JsonApiUserDataFilterOutRelationships}
|
|
@@ -15326,6 +14746,43 @@ export declare const JsonApiUserDataFilterOutTypeEnum: {
|
|
|
15326
14746
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
15327
14747
|
};
|
|
15328
14748
|
export type JsonApiUserDataFilterOutTypeEnum = typeof JsonApiUserDataFilterOutTypeEnum[keyof typeof JsonApiUserDataFilterOutTypeEnum];
|
|
14749
|
+
/**
|
|
14750
|
+
*
|
|
14751
|
+
* @export
|
|
14752
|
+
* @interface JsonApiUserDataFilterOutAttributes
|
|
14753
|
+
*/
|
|
14754
|
+
export interface JsonApiUserDataFilterOutAttributes {
|
|
14755
|
+
/**
|
|
14756
|
+
*
|
|
14757
|
+
* @type {string}
|
|
14758
|
+
* @memberof JsonApiUserDataFilterOutAttributes
|
|
14759
|
+
*/
|
|
14760
|
+
title?: string;
|
|
14761
|
+
/**
|
|
14762
|
+
*
|
|
14763
|
+
* @type {string}
|
|
14764
|
+
* @memberof JsonApiUserDataFilterOutAttributes
|
|
14765
|
+
*/
|
|
14766
|
+
description?: string;
|
|
14767
|
+
/**
|
|
14768
|
+
*
|
|
14769
|
+
* @type {Array<string>}
|
|
14770
|
+
* @memberof JsonApiUserDataFilterOutAttributes
|
|
14771
|
+
*/
|
|
14772
|
+
tags?: Array<string>;
|
|
14773
|
+
/**
|
|
14774
|
+
*
|
|
14775
|
+
* @type {boolean}
|
|
14776
|
+
* @memberof JsonApiUserDataFilterOutAttributes
|
|
14777
|
+
*/
|
|
14778
|
+
areRelationsValid?: boolean;
|
|
14779
|
+
/**
|
|
14780
|
+
*
|
|
14781
|
+
* @type {string}
|
|
14782
|
+
* @memberof JsonApiUserDataFilterOutAttributes
|
|
14783
|
+
*/
|
|
14784
|
+
maql: string;
|
|
14785
|
+
}
|
|
15329
14786
|
/**
|
|
15330
14787
|
*
|
|
15331
14788
|
* @export
|
|
@@ -15376,10 +14833,10 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
15376
14833
|
links?: ListLinks;
|
|
15377
14834
|
/**
|
|
15378
14835
|
*
|
|
15379
|
-
* @type {
|
|
14836
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
15380
14837
|
* @memberof JsonApiUserDataFilterOutList
|
|
15381
14838
|
*/
|
|
15382
|
-
meta?:
|
|
14839
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
15383
14840
|
/**
|
|
15384
14841
|
* Included resources
|
|
15385
14842
|
* @type {Array<JsonApiUserDataFilterOutIncludes>}
|
|
@@ -15395,16 +14852,16 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
15395
14852
|
export interface JsonApiUserDataFilterOutRelationships {
|
|
15396
14853
|
/**
|
|
15397
14854
|
*
|
|
15398
|
-
* @type {
|
|
14855
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
|
|
15399
14856
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15400
14857
|
*/
|
|
15401
|
-
user?:
|
|
14858
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
15402
14859
|
/**
|
|
15403
14860
|
*
|
|
15404
|
-
* @type {
|
|
14861
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
|
|
15405
14862
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15406
14863
|
*/
|
|
15407
|
-
userGroup?:
|
|
14864
|
+
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
15408
14865
|
/**
|
|
15409
14866
|
*
|
|
15410
14867
|
* @type {JsonApiVisualizationObjectOutRelationshipsFacts}
|
|
@@ -15462,10 +14919,10 @@ export interface JsonApiUserDataFilterOutWithLinks {
|
|
|
15462
14919
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
15463
14920
|
/**
|
|
15464
14921
|
*
|
|
15465
|
-
* @type {
|
|
14922
|
+
* @type {JsonApiUserDataFilterOutAttributes}
|
|
15466
14923
|
* @memberof JsonApiUserDataFilterOutWithLinks
|
|
15467
14924
|
*/
|
|
15468
|
-
attributes:
|
|
14925
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
15469
14926
|
/**
|
|
15470
14927
|
*
|
|
15471
14928
|
* @type {JsonApiUserDataFilterOutRelationships}
|
|
@@ -15509,10 +14966,10 @@ export interface JsonApiUserDataFilterPatch {
|
|
|
15509
14966
|
attributes: JsonApiUserDataFilterPatchAttributes;
|
|
15510
14967
|
/**
|
|
15511
14968
|
*
|
|
15512
|
-
* @type {
|
|
14969
|
+
* @type {JsonApiUserDataFilterPatchRelationships}
|
|
15513
14970
|
* @memberof JsonApiUserDataFilterPatch
|
|
15514
14971
|
*/
|
|
15515
|
-
relationships?:
|
|
14972
|
+
relationships?: JsonApiUserDataFilterPatchRelationships;
|
|
15516
14973
|
}
|
|
15517
14974
|
export declare const JsonApiUserDataFilterPatchTypeEnum: {
|
|
15518
14975
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -15568,6 +15025,25 @@ export interface JsonApiUserDataFilterPatchDocument {
|
|
|
15568
15025
|
*/
|
|
15569
15026
|
data: JsonApiUserDataFilterPatch;
|
|
15570
15027
|
}
|
|
15028
|
+
/**
|
|
15029
|
+
*
|
|
15030
|
+
* @export
|
|
15031
|
+
* @interface JsonApiUserDataFilterPatchRelationships
|
|
15032
|
+
*/
|
|
15033
|
+
export interface JsonApiUserDataFilterPatchRelationships {
|
|
15034
|
+
/**
|
|
15035
|
+
*
|
|
15036
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
|
|
15037
|
+
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15038
|
+
*/
|
|
15039
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
15040
|
+
/**
|
|
15041
|
+
*
|
|
15042
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
|
|
15043
|
+
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15044
|
+
*/
|
|
15045
|
+
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
15046
|
+
}
|
|
15571
15047
|
/**
|
|
15572
15048
|
* JSON:API representation of userDataFilter entity.
|
|
15573
15049
|
* @export
|
|
@@ -15588,16 +15064,16 @@ export interface JsonApiUserDataFilterPostOptionalId {
|
|
|
15588
15064
|
id?: string;
|
|
15589
15065
|
/**
|
|
15590
15066
|
*
|
|
15591
|
-
* @type {
|
|
15067
|
+
* @type {JsonApiUserDataFilterOutAttributes}
|
|
15592
15068
|
* @memberof JsonApiUserDataFilterPostOptionalId
|
|
15593
15069
|
*/
|
|
15594
|
-
attributes:
|
|
15070
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
15595
15071
|
/**
|
|
15596
15072
|
*
|
|
15597
|
-
* @type {
|
|
15073
|
+
* @type {JsonApiUserDataFilterPatchRelationships}
|
|
15598
15074
|
* @memberof JsonApiUserDataFilterPostOptionalId
|
|
15599
15075
|
*/
|
|
15600
|
-
relationships?:
|
|
15076
|
+
relationships?: JsonApiUserDataFilterPatchRelationships;
|
|
15601
15077
|
}
|
|
15602
15078
|
export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
|
|
15603
15079
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -15780,10 +15256,10 @@ export interface JsonApiUserGroupOutList {
|
|
|
15780
15256
|
links?: ListLinks;
|
|
15781
15257
|
/**
|
|
15782
15258
|
*
|
|
15783
|
-
* @type {
|
|
15259
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
15784
15260
|
* @memberof JsonApiUserGroupOutList
|
|
15785
15261
|
*/
|
|
15786
|
-
meta?:
|
|
15262
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
15787
15263
|
/**
|
|
15788
15264
|
* Included resources
|
|
15789
15265
|
* @type {Array<JsonApiUserGroupOutWithLinks>}
|
|
@@ -15799,23 +15275,10 @@ export interface JsonApiUserGroupOutList {
|
|
|
15799
15275
|
export interface JsonApiUserGroupOutRelationships {
|
|
15800
15276
|
/**
|
|
15801
15277
|
*
|
|
15802
|
-
* @type {
|
|
15278
|
+
* @type {JsonApiUserOutRelationshipsUserGroups}
|
|
15803
15279
|
* @memberof JsonApiUserGroupOutRelationships
|
|
15804
15280
|
*/
|
|
15805
|
-
parents?:
|
|
15806
|
-
}
|
|
15807
|
-
/**
|
|
15808
|
-
*
|
|
15809
|
-
* @export
|
|
15810
|
-
* @interface JsonApiUserGroupOutRelationshipsParents
|
|
15811
|
-
*/
|
|
15812
|
-
export interface JsonApiUserGroupOutRelationshipsParents {
|
|
15813
|
-
/**
|
|
15814
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
15815
|
-
* @type {Array<JsonApiUserGroupLinkage>}
|
|
15816
|
-
* @memberof JsonApiUserGroupOutRelationshipsParents
|
|
15817
|
-
*/
|
|
15818
|
-
data: Array<JsonApiUserGroupLinkage>;
|
|
15281
|
+
parents?: JsonApiUserOutRelationshipsUserGroups;
|
|
15819
15282
|
}
|
|
15820
15283
|
/**
|
|
15821
15284
|
*
|
|
@@ -16028,10 +15491,10 @@ export interface JsonApiUserIdentifierOutList {
|
|
|
16028
15491
|
links?: ListLinks;
|
|
16029
15492
|
/**
|
|
16030
15493
|
*
|
|
16031
|
-
* @type {
|
|
15494
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
16032
15495
|
* @memberof JsonApiUserIdentifierOutList
|
|
16033
15496
|
*/
|
|
16034
|
-
meta?:
|
|
15497
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
16035
15498
|
}
|
|
16036
15499
|
/**
|
|
16037
15500
|
*
|
|
@@ -16256,10 +15719,10 @@ export interface JsonApiUserOutList {
|
|
|
16256
15719
|
links?: ListLinks;
|
|
16257
15720
|
/**
|
|
16258
15721
|
*
|
|
16259
|
-
* @type {
|
|
15722
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
16260
15723
|
* @memberof JsonApiUserOutList
|
|
16261
15724
|
*/
|
|
16262
|
-
meta?:
|
|
15725
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
16263
15726
|
/**
|
|
16264
15727
|
* Included resources
|
|
16265
15728
|
* @type {Array<JsonApiUserGroupOutWithLinks>}
|
|
@@ -16275,10 +15738,23 @@ export interface JsonApiUserOutList {
|
|
|
16275
15738
|
export interface JsonApiUserOutRelationships {
|
|
16276
15739
|
/**
|
|
16277
15740
|
*
|
|
16278
|
-
* @type {
|
|
15741
|
+
* @type {JsonApiUserOutRelationshipsUserGroups}
|
|
16279
15742
|
* @memberof JsonApiUserOutRelationships
|
|
16280
15743
|
*/
|
|
16281
|
-
userGroups?:
|
|
15744
|
+
userGroups?: JsonApiUserOutRelationshipsUserGroups;
|
|
15745
|
+
}
|
|
15746
|
+
/**
|
|
15747
|
+
*
|
|
15748
|
+
* @export
|
|
15749
|
+
* @interface JsonApiUserOutRelationshipsUserGroups
|
|
15750
|
+
*/
|
|
15751
|
+
export interface JsonApiUserOutRelationshipsUserGroups {
|
|
15752
|
+
/**
|
|
15753
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
15754
|
+
* @type {Array<JsonApiUserGroupLinkage>}
|
|
15755
|
+
* @memberof JsonApiUserOutRelationshipsUserGroups
|
|
15756
|
+
*/
|
|
15757
|
+
data: Array<JsonApiUserGroupLinkage>;
|
|
16282
15758
|
}
|
|
16283
15759
|
/**
|
|
16284
15760
|
*
|
|
@@ -16389,10 +15865,10 @@ export interface JsonApiUserSettingIn {
|
|
|
16389
15865
|
id: string;
|
|
16390
15866
|
/**
|
|
16391
15867
|
*
|
|
16392
|
-
* @type {
|
|
15868
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
16393
15869
|
* @memberof JsonApiUserSettingIn
|
|
16394
15870
|
*/
|
|
16395
|
-
attributes?:
|
|
15871
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
16396
15872
|
}
|
|
16397
15873
|
export declare const JsonApiUserSettingInTypeEnum: {
|
|
16398
15874
|
readonly USER_SETTING: "userSetting";
|
|
@@ -16431,15 +15907,62 @@ export interface JsonApiUserSettingOut {
|
|
|
16431
15907
|
id: string;
|
|
16432
15908
|
/**
|
|
16433
15909
|
*
|
|
16434
|
-
* @type {
|
|
15910
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
16435
15911
|
* @memberof JsonApiUserSettingOut
|
|
16436
15912
|
*/
|
|
16437
|
-
attributes?:
|
|
15913
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
16438
15914
|
}
|
|
16439
15915
|
export declare const JsonApiUserSettingOutTypeEnum: {
|
|
16440
15916
|
readonly USER_SETTING: "userSetting";
|
|
16441
15917
|
};
|
|
16442
15918
|
export type JsonApiUserSettingOutTypeEnum = typeof JsonApiUserSettingOutTypeEnum[keyof typeof JsonApiUserSettingOutTypeEnum];
|
|
15919
|
+
/**
|
|
15920
|
+
*
|
|
15921
|
+
* @export
|
|
15922
|
+
* @interface JsonApiUserSettingOutAttributes
|
|
15923
|
+
*/
|
|
15924
|
+
export interface JsonApiUserSettingOutAttributes {
|
|
15925
|
+
/**
|
|
15926
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
15927
|
+
* @type {object}
|
|
15928
|
+
* @memberof JsonApiUserSettingOutAttributes
|
|
15929
|
+
*/
|
|
15930
|
+
content?: object;
|
|
15931
|
+
/**
|
|
15932
|
+
*
|
|
15933
|
+
* @type {string}
|
|
15934
|
+
* @memberof JsonApiUserSettingOutAttributes
|
|
15935
|
+
*/
|
|
15936
|
+
type?: JsonApiUserSettingOutAttributesTypeEnum;
|
|
15937
|
+
}
|
|
15938
|
+
export declare const JsonApiUserSettingOutAttributesTypeEnum: {
|
|
15939
|
+
readonly TIMEZONE: "TIMEZONE";
|
|
15940
|
+
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
15941
|
+
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
15942
|
+
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
15943
|
+
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
15944
|
+
readonly LOCALE: "LOCALE";
|
|
15945
|
+
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
15946
|
+
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
15947
|
+
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
15948
|
+
readonly WEEK_START: "WEEK_START";
|
|
15949
|
+
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
15950
|
+
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
15951
|
+
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
15952
|
+
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
15953
|
+
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
15954
|
+
readonly ALERT: "ALERT";
|
|
15955
|
+
readonly SEPARATORS: "SEPARATORS";
|
|
15956
|
+
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
15957
|
+
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
15958
|
+
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
15959
|
+
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
15960
|
+
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
15961
|
+
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
15962
|
+
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
15963
|
+
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
15964
|
+
};
|
|
15965
|
+
export type JsonApiUserSettingOutAttributesTypeEnum = typeof JsonApiUserSettingOutAttributesTypeEnum[keyof typeof JsonApiUserSettingOutAttributesTypeEnum];
|
|
16443
15966
|
/**
|
|
16444
15967
|
*
|
|
16445
15968
|
* @export
|
|
@@ -16479,10 +16002,10 @@ export interface JsonApiUserSettingOutList {
|
|
|
16479
16002
|
links?: ListLinks;
|
|
16480
16003
|
/**
|
|
16481
16004
|
*
|
|
16482
|
-
* @type {
|
|
16005
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
16483
16006
|
* @memberof JsonApiUserSettingOutList
|
|
16484
16007
|
*/
|
|
16485
|
-
meta?:
|
|
16008
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
16486
16009
|
}
|
|
16487
16010
|
/**
|
|
16488
16011
|
*
|
|
@@ -16504,10 +16027,10 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
16504
16027
|
id: string;
|
|
16505
16028
|
/**
|
|
16506
16029
|
*
|
|
16507
|
-
* @type {
|
|
16030
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
16508
16031
|
* @memberof JsonApiUserSettingOutWithLinks
|
|
16509
16032
|
*/
|
|
16510
|
-
attributes?:
|
|
16033
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
16511
16034
|
/**
|
|
16512
16035
|
*
|
|
16513
16036
|
* @type {ObjectLinks}
|
|
@@ -16545,10 +16068,10 @@ export interface JsonApiVisualizationObjectIn {
|
|
|
16545
16068
|
id: string;
|
|
16546
16069
|
/**
|
|
16547
16070
|
*
|
|
16548
|
-
* @type {
|
|
16071
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
16549
16072
|
* @memberof JsonApiVisualizationObjectIn
|
|
16550
16073
|
*/
|
|
16551
|
-
attributes:
|
|
16074
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
16552
16075
|
}
|
|
16553
16076
|
export declare const JsonApiVisualizationObjectInTypeEnum: {
|
|
16554
16077
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
@@ -16725,10 +16248,10 @@ export interface JsonApiVisualizationObjectOutList {
|
|
|
16725
16248
|
links?: ListLinks;
|
|
16726
16249
|
/**
|
|
16727
16250
|
*
|
|
16728
|
-
* @type {
|
|
16251
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
16729
16252
|
* @memberof JsonApiVisualizationObjectOutList
|
|
16730
16253
|
*/
|
|
16731
|
-
meta?:
|
|
16254
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
16732
16255
|
/**
|
|
16733
16256
|
* Included resources
|
|
16734
16257
|
* @type {Array<JsonApiMetricOutIncludes>}
|
|
@@ -17009,10 +16532,10 @@ export interface JsonApiVisualizationObjectPostOptionalId {
|
|
|
17009
16532
|
id?: string;
|
|
17010
16533
|
/**
|
|
17011
16534
|
*
|
|
17012
|
-
* @type {
|
|
16535
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
17013
16536
|
* @memberof JsonApiVisualizationObjectPostOptionalId
|
|
17014
16537
|
*/
|
|
17015
|
-
attributes:
|
|
16538
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
17016
16539
|
}
|
|
17017
16540
|
export declare const JsonApiVisualizationObjectPostOptionalIdTypeEnum: {
|
|
17018
16541
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
@@ -17219,10 +16742,10 @@ export interface JsonApiWorkspaceDataFilterOutList {
|
|
|
17219
16742
|
links?: ListLinks;
|
|
17220
16743
|
/**
|
|
17221
16744
|
*
|
|
17222
|
-
* @type {
|
|
16745
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
17223
16746
|
* @memberof JsonApiWorkspaceDataFilterOutList
|
|
17224
16747
|
*/
|
|
17225
|
-
meta?:
|
|
16748
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
17226
16749
|
/**
|
|
17227
16750
|
* Included resources
|
|
17228
16751
|
* @type {Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>}
|
|
@@ -17371,46 +16894,21 @@ export interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
17371
16894
|
id: string;
|
|
17372
16895
|
/**
|
|
17373
16896
|
*
|
|
17374
|
-
* @type {
|
|
16897
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17375
16898
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
17376
16899
|
*/
|
|
17377
|
-
attributes?:
|
|
16900
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17378
16901
|
/**
|
|
17379
16902
|
*
|
|
17380
|
-
* @type {
|
|
16903
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17381
16904
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
17382
16905
|
*/
|
|
17383
|
-
relationships?:
|
|
16906
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17384
16907
|
}
|
|
17385
16908
|
export declare const JsonApiWorkspaceDataFilterSettingInTypeEnum: {
|
|
17386
16909
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
17387
16910
|
};
|
|
17388
16911
|
export type JsonApiWorkspaceDataFilterSettingInTypeEnum = typeof JsonApiWorkspaceDataFilterSettingInTypeEnum[keyof typeof JsonApiWorkspaceDataFilterSettingInTypeEnum];
|
|
17389
|
-
/**
|
|
17390
|
-
*
|
|
17391
|
-
* @export
|
|
17392
|
-
* @interface JsonApiWorkspaceDataFilterSettingInAttributes
|
|
17393
|
-
*/
|
|
17394
|
-
export interface JsonApiWorkspaceDataFilterSettingInAttributes {
|
|
17395
|
-
/**
|
|
17396
|
-
*
|
|
17397
|
-
* @type {string}
|
|
17398
|
-
* @memberof JsonApiWorkspaceDataFilterSettingInAttributes
|
|
17399
|
-
*/
|
|
17400
|
-
title?: string;
|
|
17401
|
-
/**
|
|
17402
|
-
*
|
|
17403
|
-
* @type {string}
|
|
17404
|
-
* @memberof JsonApiWorkspaceDataFilterSettingInAttributes
|
|
17405
|
-
*/
|
|
17406
|
-
description?: string;
|
|
17407
|
-
/**
|
|
17408
|
-
*
|
|
17409
|
-
* @type {Array<string>}
|
|
17410
|
-
* @memberof JsonApiWorkspaceDataFilterSettingInAttributes
|
|
17411
|
-
*/
|
|
17412
|
-
filterValues?: Array<string>;
|
|
17413
|
-
}
|
|
17414
16912
|
/**
|
|
17415
16913
|
*
|
|
17416
16914
|
* @export
|
|
@@ -17424,32 +16922,6 @@ export interface JsonApiWorkspaceDataFilterSettingInDocument {
|
|
|
17424
16922
|
*/
|
|
17425
16923
|
data: JsonApiWorkspaceDataFilterSettingIn;
|
|
17426
16924
|
}
|
|
17427
|
-
/**
|
|
17428
|
-
*
|
|
17429
|
-
* @export
|
|
17430
|
-
* @interface JsonApiWorkspaceDataFilterSettingInRelationships
|
|
17431
|
-
*/
|
|
17432
|
-
export interface JsonApiWorkspaceDataFilterSettingInRelationships {
|
|
17433
|
-
/**
|
|
17434
|
-
*
|
|
17435
|
-
* @type {JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter}
|
|
17436
|
-
* @memberof JsonApiWorkspaceDataFilterSettingInRelationships
|
|
17437
|
-
*/
|
|
17438
|
-
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
|
|
17439
|
-
}
|
|
17440
|
-
/**
|
|
17441
|
-
*
|
|
17442
|
-
* @export
|
|
17443
|
-
* @interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter
|
|
17444
|
-
*/
|
|
17445
|
-
export interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
|
|
17446
|
-
/**
|
|
17447
|
-
*
|
|
17448
|
-
* @type {JsonApiWorkspaceDataFilterToOneLinkage}
|
|
17449
|
-
* @memberof JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter
|
|
17450
|
-
*/
|
|
17451
|
-
data: JsonApiWorkspaceDataFilterToOneLinkage | null;
|
|
17452
|
-
}
|
|
17453
16925
|
/**
|
|
17454
16926
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
17455
16927
|
* @export
|
|
@@ -17499,21 +16971,46 @@ export interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
17499
16971
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
17500
16972
|
/**
|
|
17501
16973
|
*
|
|
17502
|
-
* @type {
|
|
16974
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17503
16975
|
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17504
16976
|
*/
|
|
17505
|
-
attributes?:
|
|
16977
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17506
16978
|
/**
|
|
17507
16979
|
*
|
|
17508
|
-
* @type {
|
|
16980
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17509
16981
|
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17510
16982
|
*/
|
|
17511
|
-
relationships?:
|
|
16983
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17512
16984
|
}
|
|
17513
16985
|
export declare const JsonApiWorkspaceDataFilterSettingOutTypeEnum: {
|
|
17514
16986
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
17515
16987
|
};
|
|
17516
16988
|
export type JsonApiWorkspaceDataFilterSettingOutTypeEnum = typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum[keyof typeof JsonApiWorkspaceDataFilterSettingOutTypeEnum];
|
|
16989
|
+
/**
|
|
16990
|
+
*
|
|
16991
|
+
* @export
|
|
16992
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
16993
|
+
*/
|
|
16994
|
+
export interface JsonApiWorkspaceDataFilterSettingOutAttributes {
|
|
16995
|
+
/**
|
|
16996
|
+
*
|
|
16997
|
+
* @type {string}
|
|
16998
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
16999
|
+
*/
|
|
17000
|
+
title?: string;
|
|
17001
|
+
/**
|
|
17002
|
+
*
|
|
17003
|
+
* @type {string}
|
|
17004
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
17005
|
+
*/
|
|
17006
|
+
description?: string;
|
|
17007
|
+
/**
|
|
17008
|
+
*
|
|
17009
|
+
* @type {Array<string>}
|
|
17010
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutAttributes
|
|
17011
|
+
*/
|
|
17012
|
+
filterValues?: Array<string>;
|
|
17013
|
+
}
|
|
17517
17014
|
/**
|
|
17518
17015
|
*
|
|
17519
17016
|
* @export
|
|
@@ -17559,10 +17056,10 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
17559
17056
|
links?: ListLinks;
|
|
17560
17057
|
/**
|
|
17561
17058
|
*
|
|
17562
|
-
* @type {
|
|
17059
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
17563
17060
|
* @memberof JsonApiWorkspaceDataFilterSettingOutList
|
|
17564
17061
|
*/
|
|
17565
|
-
meta?:
|
|
17062
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
17566
17063
|
/**
|
|
17567
17064
|
* Included resources
|
|
17568
17065
|
* @type {Array<JsonApiWorkspaceDataFilterOutWithLinks>}
|
|
@@ -17570,6 +17067,32 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
17570
17067
|
*/
|
|
17571
17068
|
included?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
17572
17069
|
}
|
|
17070
|
+
/**
|
|
17071
|
+
*
|
|
17072
|
+
* @export
|
|
17073
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutRelationships
|
|
17074
|
+
*/
|
|
17075
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationships {
|
|
17076
|
+
/**
|
|
17077
|
+
*
|
|
17078
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter}
|
|
17079
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutRelationships
|
|
17080
|
+
*/
|
|
17081
|
+
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter;
|
|
17082
|
+
}
|
|
17083
|
+
/**
|
|
17084
|
+
*
|
|
17085
|
+
* @export
|
|
17086
|
+
* @interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter
|
|
17087
|
+
*/
|
|
17088
|
+
export interface JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter {
|
|
17089
|
+
/**
|
|
17090
|
+
*
|
|
17091
|
+
* @type {JsonApiWorkspaceDataFilterToOneLinkage}
|
|
17092
|
+
* @memberof JsonApiWorkspaceDataFilterSettingOutRelationshipsWorkspaceDataFilter
|
|
17093
|
+
*/
|
|
17094
|
+
data: JsonApiWorkspaceDataFilterToOneLinkage | null;
|
|
17095
|
+
}
|
|
17573
17096
|
/**
|
|
17574
17097
|
*
|
|
17575
17098
|
* @export
|
|
@@ -17596,16 +17119,16 @@ export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
17596
17119
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
17597
17120
|
/**
|
|
17598
17121
|
*
|
|
17599
|
-
* @type {
|
|
17122
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17600
17123
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
17601
17124
|
*/
|
|
17602
|
-
attributes?:
|
|
17125
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17603
17126
|
/**
|
|
17604
17127
|
*
|
|
17605
|
-
* @type {
|
|
17128
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17606
17129
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
17607
17130
|
*/
|
|
17608
|
-
relationships?:
|
|
17131
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17609
17132
|
/**
|
|
17610
17133
|
*
|
|
17611
17134
|
* @type {ObjectLinks}
|
|
@@ -17637,16 +17160,16 @@ export interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
17637
17160
|
id: string;
|
|
17638
17161
|
/**
|
|
17639
17162
|
*
|
|
17640
|
-
* @type {
|
|
17163
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17641
17164
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
17642
17165
|
*/
|
|
17643
|
-
attributes?:
|
|
17166
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17644
17167
|
/**
|
|
17645
17168
|
*
|
|
17646
|
-
* @type {
|
|
17169
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17647
17170
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
17648
17171
|
*/
|
|
17649
|
-
relationships?:
|
|
17172
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17650
17173
|
}
|
|
17651
17174
|
export declare const JsonApiWorkspaceDataFilterSettingPatchTypeEnum: {
|
|
17652
17175
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
@@ -17897,10 +17420,10 @@ export interface JsonApiWorkspaceOutList {
|
|
|
17897
17420
|
links?: ListLinks;
|
|
17898
17421
|
/**
|
|
17899
17422
|
*
|
|
17900
|
-
* @type {
|
|
17423
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
17901
17424
|
* @memberof JsonApiWorkspaceOutList
|
|
17902
17425
|
*/
|
|
17903
|
-
meta?:
|
|
17426
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
17904
17427
|
/**
|
|
17905
17428
|
* Included resources
|
|
17906
17429
|
* @type {Array<JsonApiWorkspaceOutWithLinks>}
|
|
@@ -18143,10 +17666,10 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
18143
17666
|
id: string;
|
|
18144
17667
|
/**
|
|
18145
17668
|
*
|
|
18146
|
-
* @type {
|
|
17669
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18147
17670
|
* @memberof JsonApiWorkspaceSettingIn
|
|
18148
17671
|
*/
|
|
18149
|
-
attributes?:
|
|
17672
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18150
17673
|
}
|
|
18151
17674
|
export declare const JsonApiWorkspaceSettingInTypeEnum: {
|
|
18152
17675
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18191,10 +17714,10 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
18191
17714
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
18192
17715
|
/**
|
|
18193
17716
|
*
|
|
18194
|
-
* @type {
|
|
17717
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18195
17718
|
* @memberof JsonApiWorkspaceSettingOut
|
|
18196
17719
|
*/
|
|
18197
|
-
attributes?:
|
|
17720
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18198
17721
|
}
|
|
18199
17722
|
export declare const JsonApiWorkspaceSettingOutTypeEnum: {
|
|
18200
17723
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18239,10 +17762,10 @@ export interface JsonApiWorkspaceSettingOutList {
|
|
|
18239
17762
|
links?: ListLinks;
|
|
18240
17763
|
/**
|
|
18241
17764
|
*
|
|
18242
|
-
* @type {
|
|
17765
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
18243
17766
|
* @memberof JsonApiWorkspaceSettingOutList
|
|
18244
17767
|
*/
|
|
18245
|
-
meta?:
|
|
17768
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
18246
17769
|
}
|
|
18247
17770
|
/**
|
|
18248
17771
|
*
|
|
@@ -18270,10 +17793,10 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
18270
17793
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
18271
17794
|
/**
|
|
18272
17795
|
*
|
|
18273
|
-
* @type {
|
|
17796
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18274
17797
|
* @memberof JsonApiWorkspaceSettingOutWithLinks
|
|
18275
17798
|
*/
|
|
18276
|
-
attributes?:
|
|
17799
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18277
17800
|
/**
|
|
18278
17801
|
*
|
|
18279
17802
|
* @type {ObjectLinks}
|
|
@@ -18305,10 +17828,10 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
18305
17828
|
id: string;
|
|
18306
17829
|
/**
|
|
18307
17830
|
*
|
|
18308
|
-
* @type {
|
|
17831
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18309
17832
|
* @memberof JsonApiWorkspaceSettingPatch
|
|
18310
17833
|
*/
|
|
18311
|
-
attributes?:
|
|
17834
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18312
17835
|
}
|
|
18313
17836
|
export declare const JsonApiWorkspaceSettingPatchTypeEnum: {
|
|
18314
17837
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18347,10 +17870,10 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
18347
17870
|
id?: string;
|
|
18348
17871
|
/**
|
|
18349
17872
|
*
|
|
18350
|
-
* @type {
|
|
17873
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18351
17874
|
* @memberof JsonApiWorkspaceSettingPostOptionalId
|
|
18352
17875
|
*/
|
|
18353
|
-
attributes?:
|
|
17876
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18354
17877
|
}
|
|
18355
17878
|
export declare const JsonApiWorkspaceSettingPostOptionalIdTypeEnum: {
|
|
18356
17879
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18764,19 +18287,6 @@ export declare const OrganizationPermissionAssignmentPermissionsEnum: {
|
|
|
18764
18287
|
readonly SELF_CREATE_TOKEN: "SELF_CREATE_TOKEN";
|
|
18765
18288
|
};
|
|
18766
18289
|
export type OrganizationPermissionAssignmentPermissionsEnum = typeof OrganizationPermissionAssignmentPermissionsEnum[keyof typeof OrganizationPermissionAssignmentPermissionsEnum];
|
|
18767
|
-
/**
|
|
18768
|
-
*
|
|
18769
|
-
* @export
|
|
18770
|
-
* @interface Over
|
|
18771
|
-
*/
|
|
18772
|
-
export interface Over {
|
|
18773
|
-
/**
|
|
18774
|
-
*
|
|
18775
|
-
* @type {Array<IdentifierRef>}
|
|
18776
|
-
* @memberof Over
|
|
18777
|
-
*/
|
|
18778
|
-
attributes: Array<IdentifierRef>;
|
|
18779
|
-
}
|
|
18780
18290
|
/**
|
|
18781
18291
|
*
|
|
18782
18292
|
* @export
|
|
@@ -19561,7 +19071,7 @@ export declare const RelativeOperatorEnum: {
|
|
|
19561
19071
|
};
|
|
19562
19072
|
export type RelativeOperatorEnum = typeof RelativeOperatorEnum[keyof typeof RelativeOperatorEnum];
|
|
19563
19073
|
/**
|
|
19564
|
-
* A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension.
|
|
19074
|
+
* A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension.
|
|
19565
19075
|
* @export
|
|
19566
19076
|
* @interface RelativeDateFilter
|
|
19567
19077
|
*/
|
|
@@ -19609,12 +19119,6 @@ export interface RelativeDateFilterRelativeDateFilter {
|
|
|
19609
19119
|
* @memberof RelativeDateFilterRelativeDateFilter
|
|
19610
19120
|
*/
|
|
19611
19121
|
applyOnResult?: boolean;
|
|
19612
|
-
/**
|
|
19613
|
-
*
|
|
19614
|
-
* @type {BoundedFilter}
|
|
19615
|
-
* @memberof RelativeDateFilterRelativeDateFilter
|
|
19616
|
-
*/
|
|
19617
|
-
boundedFilter?: BoundedFilter;
|
|
19618
19122
|
/**
|
|
19619
19123
|
*
|
|
19620
19124
|
* @type {AfmObjectIdentifierDataset}
|
|
@@ -20178,19 +19682,6 @@ export declare const SqlColumnDataTypeEnum: {
|
|
|
20178
19682
|
readonly BOOLEAN: "BOOLEAN";
|
|
20179
19683
|
};
|
|
20180
19684
|
export type SqlColumnDataTypeEnum = typeof SqlColumnDataTypeEnum[keyof typeof SqlColumnDataTypeEnum];
|
|
20181
|
-
/**
|
|
20182
|
-
*
|
|
20183
|
-
* @export
|
|
20184
|
-
* @interface SwitchIdentityProviderRequest
|
|
20185
|
-
*/
|
|
20186
|
-
export interface SwitchIdentityProviderRequest {
|
|
20187
|
-
/**
|
|
20188
|
-
* Identity provider ID to set as active for the organization.
|
|
20189
|
-
* @type {string}
|
|
20190
|
-
* @memberof SwitchIdentityProviderRequest
|
|
20191
|
-
*/
|
|
20192
|
-
idpId: string;
|
|
20193
|
-
}
|
|
20194
19685
|
/**
|
|
20195
19686
|
* Table override settings.
|
|
20196
19687
|
* @export
|
|
@@ -21737,14 +21228,6 @@ export declare const ActionsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
21737
21228
|
* @throws {RequiredError}
|
|
21738
21229
|
*/
|
|
21739
21230
|
setTranslations: (workspaceId: string, xliff: Xliff, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21740
|
-
/**
|
|
21741
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
21742
|
-
* @summary Switch Active Identity Provider
|
|
21743
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
21744
|
-
* @param {*} [options] Override http request option.
|
|
21745
|
-
* @throws {RequiredError}
|
|
21746
|
-
*/
|
|
21747
|
-
switchActiveIdentityProvider: (switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21748
21231
|
/**
|
|
21749
21232
|
*
|
|
21750
21233
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -22028,14 +21511,6 @@ export declare const ActionsApiFp: (configuration?: Configuration) => {
|
|
|
22028
21511
|
* @throws {RequiredError}
|
|
22029
21512
|
*/
|
|
22030
21513
|
setTranslations(workspaceId: string, xliff: Xliff, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
22031
|
-
/**
|
|
22032
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
22033
|
-
* @summary Switch Active Identity Provider
|
|
22034
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
22035
|
-
* @param {*} [options] Override http request option.
|
|
22036
|
-
* @throws {RequiredError}
|
|
22037
|
-
*/
|
|
22038
|
-
switchActiveIdentityProvider(switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
22039
21514
|
/**
|
|
22040
21515
|
*
|
|
22041
21516
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -22301,14 +21776,6 @@ export declare const ActionsApiFactory: (configuration?: Configuration, basePath
|
|
|
22301
21776
|
* @throws {RequiredError}
|
|
22302
21777
|
*/
|
|
22303
21778
|
setTranslations(requestParameters: ActionsApiSetTranslationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
22304
|
-
/**
|
|
22305
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
22306
|
-
* @summary Switch Active Identity Provider
|
|
22307
|
-
* @param {ActionsApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
22308
|
-
* @param {*} [options] Override http request option.
|
|
22309
|
-
* @throws {RequiredError}
|
|
22310
|
-
*/
|
|
22311
|
-
switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
22312
21779
|
/**
|
|
22313
21780
|
*
|
|
22314
21781
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -22601,15 +22068,6 @@ export interface ActionsApiInterface {
|
|
|
22601
22068
|
* @memberof ActionsApiInterface
|
|
22602
22069
|
*/
|
|
22603
22070
|
setTranslations(requestParameters: ActionsApiSetTranslationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
22604
|
-
/**
|
|
22605
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
22606
|
-
* @summary Switch Active Identity Provider
|
|
22607
|
-
* @param {ActionsApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
22608
|
-
* @param {*} [options] Override http request option.
|
|
22609
|
-
* @throws {RequiredError}
|
|
22610
|
-
* @memberof ActionsApiInterface
|
|
22611
|
-
*/
|
|
22612
|
-
switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
22613
22071
|
/**
|
|
22614
22072
|
*
|
|
22615
22073
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -23075,19 +22533,6 @@ export interface ActionsApiSetTranslationsRequest {
|
|
|
23075
22533
|
*/
|
|
23076
22534
|
readonly xliff: Xliff;
|
|
23077
22535
|
}
|
|
23078
|
-
/**
|
|
23079
|
-
* Request parameters for switchActiveIdentityProvider operation in ActionsApi.
|
|
23080
|
-
* @export
|
|
23081
|
-
* @interface ActionsApiSwitchActiveIdentityProviderRequest
|
|
23082
|
-
*/
|
|
23083
|
-
export interface ActionsApiSwitchActiveIdentityProviderRequest {
|
|
23084
|
-
/**
|
|
23085
|
-
*
|
|
23086
|
-
* @type {SwitchIdentityProviderRequest}
|
|
23087
|
-
* @memberof ActionsApiSwitchActiveIdentityProvider
|
|
23088
|
-
*/
|
|
23089
|
-
readonly switchIdentityProviderRequest: SwitchIdentityProviderRequest;
|
|
23090
|
-
}
|
|
23091
22536
|
/**
|
|
23092
22537
|
* Request parameters for unsubscribeAutomation operation in ActionsApi.
|
|
23093
22538
|
* @export
|
|
@@ -23405,15 +22850,6 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
23405
22850
|
* @memberof ActionsApi
|
|
23406
22851
|
*/
|
|
23407
22852
|
setTranslations(requestParameters: ActionsApiSetTranslationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
23408
|
-
/**
|
|
23409
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
23410
|
-
* @summary Switch Active Identity Provider
|
|
23411
|
-
* @param {ActionsApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
23412
|
-
* @param {*} [options] Override http request option.
|
|
23413
|
-
* @throws {RequiredError}
|
|
23414
|
-
* @memberof ActionsApi
|
|
23415
|
-
*/
|
|
23416
|
-
switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
23417
22853
|
/**
|
|
23418
22854
|
*
|
|
23419
22855
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -54513,94 +53949,6 @@ export declare class OptionsApi extends BaseAPI implements OptionsApiInterface {
|
|
|
54513
53949
|
*/
|
|
54514
53950
|
getAllOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
|
|
54515
53951
|
}
|
|
54516
|
-
/**
|
|
54517
|
-
* OrganizationApi - axios parameter creator
|
|
54518
|
-
* @export
|
|
54519
|
-
*/
|
|
54520
|
-
export declare const OrganizationApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
54521
|
-
/**
|
|
54522
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
54523
|
-
* @summary Switch Active Identity Provider
|
|
54524
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
54525
|
-
* @param {*} [options] Override http request option.
|
|
54526
|
-
* @throws {RequiredError}
|
|
54527
|
-
*/
|
|
54528
|
-
switchActiveIdentityProvider: (switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
54529
|
-
};
|
|
54530
|
-
/**
|
|
54531
|
-
* OrganizationApi - functional programming interface
|
|
54532
|
-
* @export
|
|
54533
|
-
*/
|
|
54534
|
-
export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
54535
|
-
/**
|
|
54536
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
54537
|
-
* @summary Switch Active Identity Provider
|
|
54538
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
54539
|
-
* @param {*} [options] Override http request option.
|
|
54540
|
-
* @throws {RequiredError}
|
|
54541
|
-
*/
|
|
54542
|
-
switchActiveIdentityProvider(switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
54543
|
-
};
|
|
54544
|
-
/**
|
|
54545
|
-
* OrganizationApi - factory interface
|
|
54546
|
-
* @export
|
|
54547
|
-
*/
|
|
54548
|
-
export declare const OrganizationApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
54549
|
-
/**
|
|
54550
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
54551
|
-
* @summary Switch Active Identity Provider
|
|
54552
|
-
* @param {OrganizationApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
54553
|
-
* @param {*} [options] Override http request option.
|
|
54554
|
-
* @throws {RequiredError}
|
|
54555
|
-
*/
|
|
54556
|
-
switchActiveIdentityProvider(requestParameters: OrganizationApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
54557
|
-
};
|
|
54558
|
-
/**
|
|
54559
|
-
* OrganizationApi - interface
|
|
54560
|
-
* @export
|
|
54561
|
-
* @interface OrganizationApi
|
|
54562
|
-
*/
|
|
54563
|
-
export interface OrganizationApiInterface {
|
|
54564
|
-
/**
|
|
54565
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
54566
|
-
* @summary Switch Active Identity Provider
|
|
54567
|
-
* @param {OrganizationApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
54568
|
-
* @param {*} [options] Override http request option.
|
|
54569
|
-
* @throws {RequiredError}
|
|
54570
|
-
* @memberof OrganizationApiInterface
|
|
54571
|
-
*/
|
|
54572
|
-
switchActiveIdentityProvider(requestParameters: OrganizationApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
54573
|
-
}
|
|
54574
|
-
/**
|
|
54575
|
-
* Request parameters for switchActiveIdentityProvider operation in OrganizationApi.
|
|
54576
|
-
* @export
|
|
54577
|
-
* @interface OrganizationApiSwitchActiveIdentityProviderRequest
|
|
54578
|
-
*/
|
|
54579
|
-
export interface OrganizationApiSwitchActiveIdentityProviderRequest {
|
|
54580
|
-
/**
|
|
54581
|
-
*
|
|
54582
|
-
* @type {SwitchIdentityProviderRequest}
|
|
54583
|
-
* @memberof OrganizationApiSwitchActiveIdentityProvider
|
|
54584
|
-
*/
|
|
54585
|
-
readonly switchIdentityProviderRequest: SwitchIdentityProviderRequest;
|
|
54586
|
-
}
|
|
54587
|
-
/**
|
|
54588
|
-
* OrganizationApi - object-oriented interface
|
|
54589
|
-
* @export
|
|
54590
|
-
* @class OrganizationApi
|
|
54591
|
-
* @extends {BaseAPI}
|
|
54592
|
-
*/
|
|
54593
|
-
export declare class OrganizationApi extends BaseAPI implements OrganizationApiInterface {
|
|
54594
|
-
/**
|
|
54595
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
54596
|
-
* @summary Switch Active Identity Provider
|
|
54597
|
-
* @param {OrganizationApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
54598
|
-
* @param {*} [options] Override http request option.
|
|
54599
|
-
* @throws {RequiredError}
|
|
54600
|
-
* @memberof OrganizationApi
|
|
54601
|
-
*/
|
|
54602
|
-
switchActiveIdentityProvider(requestParameters: OrganizationApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
54603
|
-
}
|
|
54604
53952
|
/**
|
|
54605
53953
|
* OrganizationControllerApi - axios parameter creator
|
|
54606
53954
|
* @export
|