@gooddata/api-client-tiger 10.33.0-alpha.48 → 10.33.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.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 +10579 -13460
- 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 +5 -5
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +4 -6
- package/esm/generated/automation-json-api/api.d.ts +5 -422
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/api.js +0 -57
- package/esm/generated/automation-json-api/api.js.map +1 -1
- package/esm/generated/automation-json-api/openapi-spec.json +5 -347
- package/esm/generated/export-json-api/api.d.ts +1078 -1078
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js +342 -346
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/export-json-api/openapi-spec.json +4 -6
- package/esm/generated/metadata-json-api/api.d.ts +861 -1456
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +43 -285
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8967 -9372
- package/esm/index.d.ts +1 -3
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +0 -1
- package/esm/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -517,62 +517,12 @@ export declare const AssigneeRuleTypeEnum: {
|
|
|
517
517
|
readonly ALL_WORKSPACE_USERS: "allWorkspaceUsers";
|
|
518
518
|
};
|
|
519
519
|
export type AssigneeRuleTypeEnum = typeof AssigneeRuleTypeEnum[keyof typeof AssigneeRuleTypeEnum];
|
|
520
|
-
/**
|
|
521
|
-
* @type AttributeElements
|
|
522
|
-
* @export
|
|
523
|
-
*/
|
|
524
|
-
export type AttributeElements = AttributeElementsByRef | AttributeElementsByValue;
|
|
525
|
-
/**
|
|
526
|
-
*
|
|
527
|
-
* @export
|
|
528
|
-
* @interface AttributeElementsByRef
|
|
529
|
-
*/
|
|
530
|
-
export interface AttributeElementsByRef {
|
|
531
|
-
/**
|
|
532
|
-
* List of attribute elements by reference
|
|
533
|
-
* @type {Array<string>}
|
|
534
|
-
* @memberof AttributeElementsByRef
|
|
535
|
-
*/
|
|
536
|
-
uris: Array<string>;
|
|
537
|
-
}
|
|
538
|
-
/**
|
|
539
|
-
*
|
|
540
|
-
* @export
|
|
541
|
-
* @interface AttributeElementsByValue
|
|
542
|
-
*/
|
|
543
|
-
export interface AttributeElementsByValue {
|
|
544
|
-
/**
|
|
545
|
-
* List of attribute elements by value
|
|
546
|
-
* @type {Array<string>}
|
|
547
|
-
* @memberof AttributeElementsByValue
|
|
548
|
-
*/
|
|
549
|
-
values: Array<string | null>;
|
|
550
|
-
}
|
|
551
520
|
/**
|
|
552
521
|
* @type AttributeFilter
|
|
553
522
|
* Abstract filter definition type attributes
|
|
554
523
|
* @export
|
|
555
524
|
*/
|
|
556
525
|
export type AttributeFilter = NegativeAttributeFilter | PositiveAttributeFilter;
|
|
557
|
-
/**
|
|
558
|
-
*
|
|
559
|
-
* @export
|
|
560
|
-
* @interface AttributeFilterByDate
|
|
561
|
-
*/
|
|
562
|
-
export interface AttributeFilterByDate {
|
|
563
|
-
/**
|
|
564
|
-
*
|
|
565
|
-
* @type {string}
|
|
566
|
-
* @memberof AttributeFilterByDate
|
|
567
|
-
*/
|
|
568
|
-
filterLocalIdentifier: string;
|
|
569
|
-
/**
|
|
570
|
-
*
|
|
571
|
-
* @type {boolean}
|
|
572
|
-
* @memberof AttributeFilterByDate
|
|
573
|
-
*/
|
|
574
|
-
isCommonDate: boolean;
|
|
575
|
-
}
|
|
576
526
|
/**
|
|
577
527
|
* Filter on specific set of label values.
|
|
578
528
|
* @export
|
|
@@ -586,25 +536,6 @@ export interface AttributeFilterElements {
|
|
|
586
536
|
*/
|
|
587
537
|
values: Array<string | null>;
|
|
588
538
|
}
|
|
589
|
-
/**
|
|
590
|
-
*
|
|
591
|
-
* @export
|
|
592
|
-
* @interface AttributeFilterParent
|
|
593
|
-
*/
|
|
594
|
-
export interface AttributeFilterParent {
|
|
595
|
-
/**
|
|
596
|
-
*
|
|
597
|
-
* @type {string}
|
|
598
|
-
* @memberof AttributeFilterParent
|
|
599
|
-
*/
|
|
600
|
-
filterLocalIdentifier: string;
|
|
601
|
-
/**
|
|
602
|
-
*
|
|
603
|
-
* @type {Over}
|
|
604
|
-
* @memberof AttributeFilterParent
|
|
605
|
-
*/
|
|
606
|
-
over: Over;
|
|
607
|
-
}
|
|
608
539
|
/**
|
|
609
540
|
*
|
|
610
541
|
* @export
|
|
@@ -660,19 +591,6 @@ export declare const AutomationAlertTriggerEnum: {
|
|
|
660
591
|
readonly ONCE: "ONCE";
|
|
661
592
|
};
|
|
662
593
|
export type AutomationAlertTriggerEnum = typeof AutomationAlertTriggerEnum[keyof typeof AutomationAlertTriggerEnum];
|
|
663
|
-
/**
|
|
664
|
-
*
|
|
665
|
-
* @export
|
|
666
|
-
* @interface AutomationDashboardTabularExport
|
|
667
|
-
*/
|
|
668
|
-
export interface AutomationDashboardTabularExport {
|
|
669
|
-
/**
|
|
670
|
-
*
|
|
671
|
-
* @type {DashboardTabularExportRequestV2}
|
|
672
|
-
* @memberof AutomationDashboardTabularExport
|
|
673
|
-
*/
|
|
674
|
-
requestPayload: DashboardTabularExportRequestV2;
|
|
675
|
-
}
|
|
676
594
|
/**
|
|
677
595
|
*
|
|
678
596
|
* @export
|
|
@@ -1094,202 +1012,6 @@ export interface CustomOverride {
|
|
|
1094
1012
|
[key: string]: CustomMetric;
|
|
1095
1013
|
};
|
|
1096
1014
|
}
|
|
1097
|
-
/**
|
|
1098
|
-
*
|
|
1099
|
-
* @export
|
|
1100
|
-
* @interface DashboardAttributeFilter
|
|
1101
|
-
*/
|
|
1102
|
-
export interface DashboardAttributeFilter {
|
|
1103
|
-
/**
|
|
1104
|
-
*
|
|
1105
|
-
* @type {DashboardAttributeFilterAttributeFilter}
|
|
1106
|
-
* @memberof DashboardAttributeFilter
|
|
1107
|
-
*/
|
|
1108
|
-
attributeFilter: DashboardAttributeFilterAttributeFilter;
|
|
1109
|
-
}
|
|
1110
|
-
/**
|
|
1111
|
-
*
|
|
1112
|
-
* @export
|
|
1113
|
-
* @interface DashboardAttributeFilterAttributeFilter
|
|
1114
|
-
*/
|
|
1115
|
-
export interface DashboardAttributeFilterAttributeFilter {
|
|
1116
|
-
/**
|
|
1117
|
-
*
|
|
1118
|
-
* @type {IdentifierRef}
|
|
1119
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1120
|
-
*/
|
|
1121
|
-
displayForm: IdentifierRef;
|
|
1122
|
-
/**
|
|
1123
|
-
*
|
|
1124
|
-
* @type {boolean}
|
|
1125
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1126
|
-
*/
|
|
1127
|
-
negativeSelection: boolean;
|
|
1128
|
-
/**
|
|
1129
|
-
*
|
|
1130
|
-
* @type {AttributeElements}
|
|
1131
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1132
|
-
*/
|
|
1133
|
-
attributeElements: AttributeElements;
|
|
1134
|
-
/**
|
|
1135
|
-
*
|
|
1136
|
-
* @type {Array<AttributeFilterParent>}
|
|
1137
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1138
|
-
*/
|
|
1139
|
-
filterElementsBy?: Array<AttributeFilterParent>;
|
|
1140
|
-
/**
|
|
1141
|
-
*
|
|
1142
|
-
* @type {Array<AttributeFilterByDate>}
|
|
1143
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1144
|
-
*/
|
|
1145
|
-
filterElementsByDate?: Array<AttributeFilterByDate>;
|
|
1146
|
-
/**
|
|
1147
|
-
*
|
|
1148
|
-
* @type {Array<IdentifierRef>}
|
|
1149
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1150
|
-
*/
|
|
1151
|
-
validateElementsBy?: Array<IdentifierRef>;
|
|
1152
|
-
/**
|
|
1153
|
-
*
|
|
1154
|
-
* @type {string}
|
|
1155
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1156
|
-
*/
|
|
1157
|
-
title?: string;
|
|
1158
|
-
/**
|
|
1159
|
-
*
|
|
1160
|
-
* @type {string}
|
|
1161
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1162
|
-
*/
|
|
1163
|
-
selectionMode?: DashboardAttributeFilterAttributeFilterSelectionModeEnum;
|
|
1164
|
-
/**
|
|
1165
|
-
*
|
|
1166
|
-
* @type {string}
|
|
1167
|
-
* @memberof DashboardAttributeFilterAttributeFilter
|
|
1168
|
-
*/
|
|
1169
|
-
localIdentifier?: string;
|
|
1170
|
-
}
|
|
1171
|
-
export declare const DashboardAttributeFilterAttributeFilterSelectionModeEnum: {
|
|
1172
|
-
readonly SINGLE: "single";
|
|
1173
|
-
readonly MULTI: "multi";
|
|
1174
|
-
};
|
|
1175
|
-
export type DashboardAttributeFilterAttributeFilterSelectionModeEnum = typeof DashboardAttributeFilterAttributeFilterSelectionModeEnum[keyof typeof DashboardAttributeFilterAttributeFilterSelectionModeEnum];
|
|
1176
|
-
/**
|
|
1177
|
-
*
|
|
1178
|
-
* @export
|
|
1179
|
-
* @interface DashboardDateFilter
|
|
1180
|
-
*/
|
|
1181
|
-
export interface DashboardDateFilter {
|
|
1182
|
-
/**
|
|
1183
|
-
*
|
|
1184
|
-
* @type {DashboardDateFilterDateFilter}
|
|
1185
|
-
* @memberof DashboardDateFilter
|
|
1186
|
-
*/
|
|
1187
|
-
dateFilter: DashboardDateFilterDateFilter;
|
|
1188
|
-
}
|
|
1189
|
-
/**
|
|
1190
|
-
*
|
|
1191
|
-
* @export
|
|
1192
|
-
* @interface DashboardDateFilterDateFilter
|
|
1193
|
-
*/
|
|
1194
|
-
export interface DashboardDateFilterDateFilter {
|
|
1195
|
-
/**
|
|
1196
|
-
*
|
|
1197
|
-
* @type {string}
|
|
1198
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1199
|
-
*/
|
|
1200
|
-
type: DashboardDateFilterDateFilterTypeEnum;
|
|
1201
|
-
/**
|
|
1202
|
-
*
|
|
1203
|
-
* @type {string}
|
|
1204
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1205
|
-
*/
|
|
1206
|
-
granularity: DashboardDateFilterDateFilterGranularityEnum;
|
|
1207
|
-
/**
|
|
1208
|
-
*
|
|
1209
|
-
* @type {string | number}
|
|
1210
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1211
|
-
*/
|
|
1212
|
-
from?: string | number;
|
|
1213
|
-
/**
|
|
1214
|
-
*
|
|
1215
|
-
* @type {string | number}
|
|
1216
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1217
|
-
*/
|
|
1218
|
-
to?: string | number;
|
|
1219
|
-
/**
|
|
1220
|
-
*
|
|
1221
|
-
* @type {IdentifierRef}
|
|
1222
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1223
|
-
*/
|
|
1224
|
-
dataSet?: IdentifierRef;
|
|
1225
|
-
/**
|
|
1226
|
-
*
|
|
1227
|
-
* @type {IdentifierRef}
|
|
1228
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1229
|
-
*/
|
|
1230
|
-
attribute?: IdentifierRef;
|
|
1231
|
-
/**
|
|
1232
|
-
*
|
|
1233
|
-
* @type {string}
|
|
1234
|
-
* @memberof DashboardDateFilterDateFilter
|
|
1235
|
-
*/
|
|
1236
|
-
localIdentifier?: string;
|
|
1237
|
-
}
|
|
1238
|
-
export declare const DashboardDateFilterDateFilterTypeEnum: {
|
|
1239
|
-
readonly RELATIVE: "relative";
|
|
1240
|
-
readonly ABSOLUTE: "absolute";
|
|
1241
|
-
};
|
|
1242
|
-
export type DashboardDateFilterDateFilterTypeEnum = typeof DashboardDateFilterDateFilterTypeEnum[keyof typeof DashboardDateFilterDateFilterTypeEnum];
|
|
1243
|
-
export declare const DashboardDateFilterDateFilterGranularityEnum: {
|
|
1244
|
-
readonly ALL_TIME_GRANULARITY: "ALL_TIME_GRANULARITY";
|
|
1245
|
-
readonly GDC_TIME_YEAR: "GDC.time.year";
|
|
1246
|
-
readonly GDC_TIME_WEEK_US: "GDC.time.week_us";
|
|
1247
|
-
readonly GDC_TIME_WEEK_IN_YEAR: "GDC.time.week_in_year";
|
|
1248
|
-
readonly GDC_TIME_WEEK_IN_QUARTER: "GDC.time.week_in_quarter";
|
|
1249
|
-
readonly GDC_TIME_WEEK: "GDC.time.week";
|
|
1250
|
-
readonly GDC_TIME_EUWEEK_IN_YEAR: "GDC.time.euweek_in_year";
|
|
1251
|
-
readonly GDC_TIME_EUWEEK_IN_QUARTER: "GDC.time.euweek_in_quarter";
|
|
1252
|
-
readonly GDC_TIME_QUARTER: "GDC.time.quarter";
|
|
1253
|
-
readonly GDC_TIME_QUARTER_IN_YEAR: "GDC.time.quarter_in_year";
|
|
1254
|
-
readonly GDC_TIME_MONTH: "GDC.time.month";
|
|
1255
|
-
readonly GDC_TIME_MONTH_IN_QUARTER: "GDC.time.month_in_quarter";
|
|
1256
|
-
readonly GDC_TIME_MONTH_IN_YEAR: "GDC.time.month_in_year";
|
|
1257
|
-
readonly GDC_TIME_DAY_IN_YEAR: "GDC.time.day_in_year";
|
|
1258
|
-
readonly GDC_TIME_DAY_IN_QUARTER: "GDC.time.day_in_quarter";
|
|
1259
|
-
readonly GDC_TIME_DAY_IN_MONTH: "GDC.time.day_in_month";
|
|
1260
|
-
readonly GDC_TIME_DAY_IN_WEEK: "GDC.time.day_in_week";
|
|
1261
|
-
readonly GDC_TIME_DAY_IN_EUWEEK: "GDC.time.day_in_euweek";
|
|
1262
|
-
readonly GDC_TIME_DATE: "GDC.time.date";
|
|
1263
|
-
readonly GDC_TIME_HOUR: "GDC.time.hour";
|
|
1264
|
-
readonly GDC_TIME_HOUR_IN_DAY: "GDC.time.hour_in_day";
|
|
1265
|
-
readonly GDC_TIME_MINUTE: "GDC.time.minute";
|
|
1266
|
-
readonly GDC_TIME_MINUTE_IN_HOUR: "GDC.time.minute_in_hour";
|
|
1267
|
-
};
|
|
1268
|
-
export type DashboardDateFilterDateFilterGranularityEnum = typeof DashboardDateFilterDateFilterGranularityEnum[keyof typeof DashboardDateFilterDateFilterGranularityEnum];
|
|
1269
|
-
/**
|
|
1270
|
-
* Additional settings.
|
|
1271
|
-
* @export
|
|
1272
|
-
* @interface DashboardExportSettings
|
|
1273
|
-
*/
|
|
1274
|
-
export interface DashboardExportSettings {
|
|
1275
|
-
/**
|
|
1276
|
-
* If true, the export will contain the information about the exported date and dashboard filters.
|
|
1277
|
-
* @type {boolean}
|
|
1278
|
-
* @memberof DashboardExportSettings
|
|
1279
|
-
*/
|
|
1280
|
-
exportInfo?: boolean;
|
|
1281
|
-
/**
|
|
1282
|
-
* Merge equal headers in neighbouring cells. Used for [XLSX] format only.
|
|
1283
|
-
* @type {boolean}
|
|
1284
|
-
* @memberof DashboardExportSettings
|
|
1285
|
-
*/
|
|
1286
|
-
mergeHeaders?: boolean;
|
|
1287
|
-
}
|
|
1288
|
-
/**
|
|
1289
|
-
* @type DashboardFilter
|
|
1290
|
-
* @export
|
|
1291
|
-
*/
|
|
1292
|
-
export type DashboardFilter = DashboardAttributeFilter | DashboardDateFilter;
|
|
1293
1015
|
/**
|
|
1294
1016
|
*
|
|
1295
1017
|
* @export
|
|
@@ -1376,53 +1098,6 @@ export declare const DashboardSlidesTemplateAppliedOnEnum: {
|
|
|
1376
1098
|
readonly PPTX: "PPTX";
|
|
1377
1099
|
};
|
|
1378
1100
|
export type DashboardSlidesTemplateAppliedOnEnum = typeof DashboardSlidesTemplateAppliedOnEnum[keyof typeof DashboardSlidesTemplateAppliedOnEnum];
|
|
1379
|
-
/**
|
|
1380
|
-
* Export request object describing the export properties for dashboard tabular exports (v2 with dashboardId).
|
|
1381
|
-
* @export
|
|
1382
|
-
* @interface DashboardTabularExportRequestV2
|
|
1383
|
-
*/
|
|
1384
|
-
export interface DashboardTabularExportRequestV2 {
|
|
1385
|
-
/**
|
|
1386
|
-
* Requested tabular export type.
|
|
1387
|
-
* @type {string}
|
|
1388
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1389
|
-
*/
|
|
1390
|
-
format: DashboardTabularExportRequestV2FormatEnum;
|
|
1391
|
-
/**
|
|
1392
|
-
* Filename of downloaded file without extension.
|
|
1393
|
-
* @type {string}
|
|
1394
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1395
|
-
*/
|
|
1396
|
-
fileName: string;
|
|
1397
|
-
/**
|
|
1398
|
-
* List of filters that will be used instead of the default dashboard filters.
|
|
1399
|
-
* @type {Array<DashboardFilter>}
|
|
1400
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1401
|
-
*/
|
|
1402
|
-
dashboardFiltersOverride?: Array<DashboardFilter>;
|
|
1403
|
-
/**
|
|
1404
|
-
* Dashboard identifier
|
|
1405
|
-
* @type {string}
|
|
1406
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1407
|
-
*/
|
|
1408
|
-
dashboardId: string;
|
|
1409
|
-
/**
|
|
1410
|
-
* List of widget identifiers to be exported. Note that only one widget is currently supported.
|
|
1411
|
-
* @type {Array<string>}
|
|
1412
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1413
|
-
*/
|
|
1414
|
-
widgetIds?: Array<string>;
|
|
1415
|
-
/**
|
|
1416
|
-
*
|
|
1417
|
-
* @type {DashboardExportSettings}
|
|
1418
|
-
* @memberof DashboardTabularExportRequestV2
|
|
1419
|
-
*/
|
|
1420
|
-
settings?: DashboardExportSettings;
|
|
1421
|
-
}
|
|
1422
|
-
export declare const DashboardTabularExportRequestV2FormatEnum: {
|
|
1423
|
-
readonly XLSX: "XLSX";
|
|
1424
|
-
};
|
|
1425
|
-
export type DashboardTabularExportRequestV2FormatEnum = typeof DashboardTabularExportRequestV2FormatEnum[keyof typeof DashboardTabularExportRequestV2FormatEnum];
|
|
1426
1101
|
/**
|
|
1427
1102
|
* Data source permission assignments
|
|
1428
1103
|
* @export
|
|
@@ -1558,19 +1233,6 @@ export type DatasetWorkspaceDataFilterIdentifierTypeEnum = typeof DatasetWorkspa
|
|
|
1558
1233
|
* @export
|
|
1559
1234
|
*/
|
|
1560
1235
|
export type DateFilter = AbsoluteDateFilter | RelativeDateFilter;
|
|
1561
|
-
/**
|
|
1562
|
-
*
|
|
1563
|
-
* @export
|
|
1564
|
-
* @interface DateValue
|
|
1565
|
-
*/
|
|
1566
|
-
export interface DateValue {
|
|
1567
|
-
/**
|
|
1568
|
-
*
|
|
1569
|
-
* @type {string}
|
|
1570
|
-
* @memberof DateValue
|
|
1571
|
-
*/
|
|
1572
|
-
value: string;
|
|
1573
|
-
}
|
|
1574
1236
|
/**
|
|
1575
1237
|
*
|
|
1576
1238
|
* @export
|
|
@@ -2078,12 +1740,6 @@ export interface DeclarativeAutomation {
|
|
|
2078
1740
|
* @memberof DeclarativeAutomation
|
|
2079
1741
|
*/
|
|
2080
1742
|
slidesExports?: Array<AutomationSlidesExport>;
|
|
2081
|
-
/**
|
|
2082
|
-
*
|
|
2083
|
-
* @type {Array<AutomationDashboardTabularExport>}
|
|
2084
|
-
* @memberof DeclarativeAutomation
|
|
2085
|
-
*/
|
|
2086
|
-
dashboardTabularExports?: Array<AutomationDashboardTabularExport>;
|
|
2087
1743
|
/**
|
|
2088
1744
|
* External recipients of the automation action results.
|
|
2089
1745
|
* @type {Array<AutomationExternalRecipient>}
|
|
@@ -5209,60 +4865,6 @@ export declare const IdentifierDuplicationsTypeEnum: {
|
|
|
5209
4865
|
readonly WORKSPACE_DATA_FILTER_SETTINGS: "workspaceDataFilterSettings";
|
|
5210
4866
|
};
|
|
5211
4867
|
export type IdentifierDuplicationsTypeEnum = typeof IdentifierDuplicationsTypeEnum[keyof typeof IdentifierDuplicationsTypeEnum];
|
|
5212
|
-
/**
|
|
5213
|
-
*
|
|
5214
|
-
* @export
|
|
5215
|
-
* @interface IdentifierRef
|
|
5216
|
-
*/
|
|
5217
|
-
export interface IdentifierRef {
|
|
5218
|
-
/**
|
|
5219
|
-
*
|
|
5220
|
-
* @type {IdentifierRefIdentifier}
|
|
5221
|
-
* @memberof IdentifierRef
|
|
5222
|
-
*/
|
|
5223
|
-
identifier?: IdentifierRefIdentifier;
|
|
5224
|
-
}
|
|
5225
|
-
/**
|
|
5226
|
-
*
|
|
5227
|
-
* @export
|
|
5228
|
-
* @interface IdentifierRefIdentifier
|
|
5229
|
-
*/
|
|
5230
|
-
export interface IdentifierRefIdentifier {
|
|
5231
|
-
/**
|
|
5232
|
-
*
|
|
5233
|
-
* @type {string}
|
|
5234
|
-
* @memberof IdentifierRefIdentifier
|
|
5235
|
-
*/
|
|
5236
|
-
id: string;
|
|
5237
|
-
/**
|
|
5238
|
-
*
|
|
5239
|
-
* @type {string}
|
|
5240
|
-
* @memberof IdentifierRefIdentifier
|
|
5241
|
-
*/
|
|
5242
|
-
type: IdentifierRefIdentifierTypeEnum;
|
|
5243
|
-
}
|
|
5244
|
-
export declare const IdentifierRefIdentifierTypeEnum: {
|
|
5245
|
-
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
5246
|
-
readonly ATTRIBUTE: "attribute";
|
|
5247
|
-
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
5248
|
-
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
5249
|
-
readonly DATASET: "dataset";
|
|
5250
|
-
readonly FACT: "fact";
|
|
5251
|
-
readonly LABEL: "label";
|
|
5252
|
-
readonly METRIC: "metric";
|
|
5253
|
-
readonly USER_DATA_FILTER: "userDataFilter";
|
|
5254
|
-
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
5255
|
-
readonly AUTOMATION: "automation";
|
|
5256
|
-
readonly PROMPT: "prompt";
|
|
5257
|
-
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
5258
|
-
readonly FILTER_CONTEXT: "filterContext";
|
|
5259
|
-
readonly WORKSPACE_SETTINGS: "workspaceSettings";
|
|
5260
|
-
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
5261
|
-
readonly WORKSPACE_DATA_FILTER: "workspaceDataFilter";
|
|
5262
|
-
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
5263
|
-
readonly FILTER_VIEW: "filterView";
|
|
5264
|
-
};
|
|
5265
|
-
export type IdentifierRefIdentifierTypeEnum = typeof IdentifierRefIdentifierTypeEnum[keyof typeof IdentifierRefIdentifierTypeEnum];
|
|
5266
4868
|
/**
|
|
5267
4869
|
* Export request object describing the export properties and metadata for image exports.
|
|
5268
4870
|
* @export
|
|
@@ -5595,10 +5197,10 @@ export interface JsonApiAnalyticalDashboardOutList {
|
|
|
5595
5197
|
links?: ListLinks;
|
|
5596
5198
|
/**
|
|
5597
5199
|
*
|
|
5598
|
-
* @type {
|
|
5200
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
5599
5201
|
* @memberof JsonApiAnalyticalDashboardOutList
|
|
5600
5202
|
*/
|
|
5601
|
-
meta?:
|
|
5203
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
5602
5204
|
/**
|
|
5603
5205
|
* Included resources
|
|
5604
5206
|
* @type {Array<JsonApiAnalyticalDashboardOutIncludes>}
|
|
@@ -5606,19 +5208,6 @@ export interface JsonApiAnalyticalDashboardOutList {
|
|
|
5606
5208
|
*/
|
|
5607
5209
|
included?: Array<JsonApiAnalyticalDashboardOutIncludes>;
|
|
5608
5210
|
}
|
|
5609
|
-
/**
|
|
5610
|
-
*
|
|
5611
|
-
* @export
|
|
5612
|
-
* @interface JsonApiAnalyticalDashboardOutListMeta
|
|
5613
|
-
*/
|
|
5614
|
-
export interface JsonApiAnalyticalDashboardOutListMeta {
|
|
5615
|
-
/**
|
|
5616
|
-
*
|
|
5617
|
-
* @type {PageMetadata}
|
|
5618
|
-
* @memberof JsonApiAnalyticalDashboardOutListMeta
|
|
5619
|
-
*/
|
|
5620
|
-
page?: PageMetadata;
|
|
5621
|
-
}
|
|
5622
5211
|
/**
|
|
5623
5212
|
*
|
|
5624
5213
|
* @export
|
|
@@ -6067,10 +5656,23 @@ export interface JsonApiApiTokenOutList {
|
|
|
6067
5656
|
links?: ListLinks;
|
|
6068
5657
|
/**
|
|
6069
5658
|
*
|
|
6070
|
-
* @type {
|
|
5659
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
6071
5660
|
* @memberof JsonApiApiTokenOutList
|
|
6072
5661
|
*/
|
|
6073
|
-
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;
|
|
6074
5676
|
}
|
|
6075
5677
|
/**
|
|
6076
5678
|
*
|
|
@@ -6312,10 +5914,10 @@ export interface JsonApiAttributeHierarchyOutList {
|
|
|
6312
5914
|
links?: ListLinks;
|
|
6313
5915
|
/**
|
|
6314
5916
|
*
|
|
6315
|
-
* @type {
|
|
5917
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
6316
5918
|
* @memberof JsonApiAttributeHierarchyOutList
|
|
6317
5919
|
*/
|
|
6318
|
-
meta?:
|
|
5920
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
6319
5921
|
/**
|
|
6320
5922
|
* Included resources
|
|
6321
5923
|
* @type {Array<JsonApiAttributeHierarchyOutIncludes>}
|
|
@@ -6682,10 +6284,10 @@ export interface JsonApiAttributeOutList {
|
|
|
6682
6284
|
links?: ListLinks;
|
|
6683
6285
|
/**
|
|
6684
6286
|
*
|
|
6685
|
-
* @type {
|
|
6287
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
6686
6288
|
* @memberof JsonApiAttributeOutList
|
|
6687
6289
|
*/
|
|
6688
|
-
meta?:
|
|
6290
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
6689
6291
|
/**
|
|
6690
6292
|
* Included resources
|
|
6691
6293
|
* @type {Array<JsonApiAttributeOutIncludes>}
|
|
@@ -6966,10 +6568,10 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
6966
6568
|
details?: any;
|
|
6967
6569
|
/**
|
|
6968
6570
|
*
|
|
6969
|
-
* @type {
|
|
6571
|
+
* @type {JsonApiAutomationOutAttributesMetadata}
|
|
6970
6572
|
* @memberof JsonApiAutomationOutAttributes
|
|
6971
6573
|
*/
|
|
6972
|
-
metadata?:
|
|
6574
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
6973
6575
|
/**
|
|
6974
6576
|
* Current state of the automation.
|
|
6975
6577
|
* @type {string}
|
|
@@ -6978,58 +6580,52 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
6978
6580
|
state?: JsonApiAutomationOutAttributesStateEnum;
|
|
6979
6581
|
/**
|
|
6980
6582
|
*
|
|
6981
|
-
* @type {
|
|
6583
|
+
* @type {JsonApiAutomationOutAttributesSchedule}
|
|
6982
6584
|
* @memberof JsonApiAutomationOutAttributes
|
|
6983
6585
|
*/
|
|
6984
|
-
schedule?:
|
|
6586
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
6985
6587
|
/**
|
|
6986
6588
|
*
|
|
6987
|
-
* @type {
|
|
6589
|
+
* @type {JsonApiAutomationOutAttributesAlert}
|
|
6988
6590
|
* @memberof JsonApiAutomationOutAttributes
|
|
6989
6591
|
*/
|
|
6990
|
-
alert?:
|
|
6592
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
6991
6593
|
/**
|
|
6992
6594
|
*
|
|
6993
|
-
* @type {Array<
|
|
6595
|
+
* @type {Array<JsonApiAutomationOutAttributesTabularExports>}
|
|
6994
6596
|
* @memberof JsonApiAutomationOutAttributes
|
|
6995
6597
|
*/
|
|
6996
|
-
tabularExports?: Array<
|
|
6598
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
|
|
6997
6599
|
/**
|
|
6998
6600
|
*
|
|
6999
|
-
* @type {Array<
|
|
6601
|
+
* @type {Array<JsonApiAutomationOutAttributesVisualExports>}
|
|
7000
6602
|
* @memberof JsonApiAutomationOutAttributes
|
|
7001
6603
|
*/
|
|
7002
|
-
visualExports?: Array<
|
|
6604
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
|
|
7003
6605
|
/**
|
|
7004
6606
|
*
|
|
7005
|
-
* @type {Array<
|
|
6607
|
+
* @type {Array<JsonApiAutomationOutAttributesImageExports>}
|
|
7006
6608
|
* @memberof JsonApiAutomationOutAttributes
|
|
7007
6609
|
*/
|
|
7008
|
-
imageExports?: Array<
|
|
6610
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
|
|
7009
6611
|
/**
|
|
7010
6612
|
*
|
|
7011
|
-
* @type {Array<
|
|
6613
|
+
* @type {Array<JsonApiAutomationOutAttributesRawExports>}
|
|
7012
6614
|
* @memberof JsonApiAutomationOutAttributes
|
|
7013
6615
|
*/
|
|
7014
|
-
rawExports?: Array<
|
|
6616
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
|
|
7015
6617
|
/**
|
|
7016
6618
|
*
|
|
7017
|
-
* @type {Array<
|
|
6619
|
+
* @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
|
|
7018
6620
|
* @memberof JsonApiAutomationOutAttributes
|
|
7019
6621
|
*/
|
|
7020
|
-
slidesExports?: Array<
|
|
7021
|
-
/**
|
|
7022
|
-
*
|
|
7023
|
-
* @type {Array<JsonApiAutomationPatchAttributesDashboardTabularExports>}
|
|
7024
|
-
* @memberof JsonApiAutomationOutAttributes
|
|
7025
|
-
*/
|
|
7026
|
-
dashboardTabularExports?: Array<JsonApiAutomationPatchAttributesDashboardTabularExports>;
|
|
6622
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
|
|
7027
6623
|
/**
|
|
7028
6624
|
* External recipients of the automation action results.
|
|
7029
|
-
* @type {Array<
|
|
6625
|
+
* @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
|
|
7030
6626
|
* @memberof JsonApiAutomationOutAttributes
|
|
7031
6627
|
*/
|
|
7032
|
-
externalRecipients?: Array<
|
|
6628
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
|
|
7033
6629
|
/**
|
|
7034
6630
|
*
|
|
7035
6631
|
* @type {string}
|
|
@@ -7048,6 +6644,164 @@ export declare const JsonApiAutomationOutAttributesStateEnum: {
|
|
|
7048
6644
|
readonly PAUSED: "PAUSED";
|
|
7049
6645
|
};
|
|
7050
6646
|
export type JsonApiAutomationOutAttributesStateEnum = typeof JsonApiAutomationOutAttributesStateEnum[keyof typeof JsonApiAutomationOutAttributesStateEnum];
|
|
6647
|
+
/**
|
|
6648
|
+
*
|
|
6649
|
+
* @export
|
|
6650
|
+
* @interface JsonApiAutomationOutAttributesAlert
|
|
6651
|
+
*/
|
|
6652
|
+
export interface JsonApiAutomationOutAttributesAlert {
|
|
6653
|
+
/**
|
|
6654
|
+
*
|
|
6655
|
+
* @type {AlertAfm}
|
|
6656
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
6657
|
+
*/
|
|
6658
|
+
execution: AlertAfm;
|
|
6659
|
+
/**
|
|
6660
|
+
*
|
|
6661
|
+
* @type {AlertCondition}
|
|
6662
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
6663
|
+
*/
|
|
6664
|
+
condition: AlertCondition;
|
|
6665
|
+
/**
|
|
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.
|
|
6667
|
+
* @type {string}
|
|
6668
|
+
* @memberof JsonApiAutomationOutAttributesAlert
|
|
6669
|
+
*/
|
|
6670
|
+
trigger?: JsonApiAutomationOutAttributesAlertTriggerEnum;
|
|
6671
|
+
}
|
|
6672
|
+
export declare const JsonApiAutomationOutAttributesAlertTriggerEnum: {
|
|
6673
|
+
readonly ALWAYS: "ALWAYS";
|
|
6674
|
+
readonly ONCE: "ONCE";
|
|
6675
|
+
};
|
|
6676
|
+
export type JsonApiAutomationOutAttributesAlertTriggerEnum = typeof JsonApiAutomationOutAttributesAlertTriggerEnum[keyof typeof JsonApiAutomationOutAttributesAlertTriggerEnum];
|
|
6677
|
+
/**
|
|
6678
|
+
*
|
|
6679
|
+
* @export
|
|
6680
|
+
* @interface JsonApiAutomationOutAttributesExternalRecipients
|
|
6681
|
+
*/
|
|
6682
|
+
export interface JsonApiAutomationOutAttributesExternalRecipients {
|
|
6683
|
+
/**
|
|
6684
|
+
* E-mail address to send notifications from.
|
|
6685
|
+
* @type {string}
|
|
6686
|
+
* @memberof JsonApiAutomationOutAttributesExternalRecipients
|
|
6687
|
+
*/
|
|
6688
|
+
email: string;
|
|
6689
|
+
}
|
|
6690
|
+
/**
|
|
6691
|
+
*
|
|
6692
|
+
* @export
|
|
6693
|
+
* @interface JsonApiAutomationOutAttributesImageExports
|
|
6694
|
+
*/
|
|
6695
|
+
export interface JsonApiAutomationOutAttributesImageExports {
|
|
6696
|
+
/**
|
|
6697
|
+
*
|
|
6698
|
+
* @type {ImageExportRequest}
|
|
6699
|
+
* @memberof JsonApiAutomationOutAttributesImageExports
|
|
6700
|
+
*/
|
|
6701
|
+
requestPayload: ImageExportRequest;
|
|
6702
|
+
}
|
|
6703
|
+
/**
|
|
6704
|
+
* Additional information for the automation.
|
|
6705
|
+
* @export
|
|
6706
|
+
* @interface JsonApiAutomationOutAttributesMetadata
|
|
6707
|
+
*/
|
|
6708
|
+
export interface JsonApiAutomationOutAttributesMetadata {
|
|
6709
|
+
/**
|
|
6710
|
+
*
|
|
6711
|
+
* @type {string}
|
|
6712
|
+
* @memberof JsonApiAutomationOutAttributesMetadata
|
|
6713
|
+
*/
|
|
6714
|
+
widget?: string;
|
|
6715
|
+
/**
|
|
6716
|
+
*
|
|
6717
|
+
* @type {Array<VisibleFilter>}
|
|
6718
|
+
* @memberof JsonApiAutomationOutAttributesMetadata
|
|
6719
|
+
*/
|
|
6720
|
+
visibleFilters?: Array<VisibleFilter>;
|
|
6721
|
+
}
|
|
6722
|
+
/**
|
|
6723
|
+
*
|
|
6724
|
+
* @export
|
|
6725
|
+
* @interface JsonApiAutomationOutAttributesRawExports
|
|
6726
|
+
*/
|
|
6727
|
+
export interface JsonApiAutomationOutAttributesRawExports {
|
|
6728
|
+
/**
|
|
6729
|
+
*
|
|
6730
|
+
* @type {RawExportRequest}
|
|
6731
|
+
* @memberof JsonApiAutomationOutAttributesRawExports
|
|
6732
|
+
*/
|
|
6733
|
+
requestPayload: RawExportRequest;
|
|
6734
|
+
}
|
|
6735
|
+
/**
|
|
6736
|
+
*
|
|
6737
|
+
* @export
|
|
6738
|
+
* @interface JsonApiAutomationOutAttributesSchedule
|
|
6739
|
+
*/
|
|
6740
|
+
export interface JsonApiAutomationOutAttributesSchedule {
|
|
6741
|
+
/**
|
|
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.
|
|
6743
|
+
* @type {string}
|
|
6744
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
6745
|
+
*/
|
|
6746
|
+
cron: string;
|
|
6747
|
+
/**
|
|
6748
|
+
* Human-readable description of the cron expression.
|
|
6749
|
+
* @type {string}
|
|
6750
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
6751
|
+
*/
|
|
6752
|
+
cronDescription?: string;
|
|
6753
|
+
/**
|
|
6754
|
+
* Timezone in which the schedule is defined.
|
|
6755
|
+
* @type {string}
|
|
6756
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
6757
|
+
*/
|
|
6758
|
+
timezone: string;
|
|
6759
|
+
/**
|
|
6760
|
+
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
6761
|
+
* @type {string}
|
|
6762
|
+
* @memberof JsonApiAutomationOutAttributesSchedule
|
|
6763
|
+
*/
|
|
6764
|
+
firstRun?: string;
|
|
6765
|
+
}
|
|
6766
|
+
/**
|
|
6767
|
+
*
|
|
6768
|
+
* @export
|
|
6769
|
+
* @interface JsonApiAutomationOutAttributesSlidesExports
|
|
6770
|
+
*/
|
|
6771
|
+
export interface JsonApiAutomationOutAttributesSlidesExports {
|
|
6772
|
+
/**
|
|
6773
|
+
*
|
|
6774
|
+
* @type {SlidesExportRequest}
|
|
6775
|
+
* @memberof JsonApiAutomationOutAttributesSlidesExports
|
|
6776
|
+
*/
|
|
6777
|
+
requestPayload: SlidesExportRequest;
|
|
6778
|
+
}
|
|
6779
|
+
/**
|
|
6780
|
+
*
|
|
6781
|
+
* @export
|
|
6782
|
+
* @interface JsonApiAutomationOutAttributesTabularExports
|
|
6783
|
+
*/
|
|
6784
|
+
export interface JsonApiAutomationOutAttributesTabularExports {
|
|
6785
|
+
/**
|
|
6786
|
+
*
|
|
6787
|
+
* @type {TabularExportRequest}
|
|
6788
|
+
* @memberof JsonApiAutomationOutAttributesTabularExports
|
|
6789
|
+
*/
|
|
6790
|
+
requestPayload: TabularExportRequest;
|
|
6791
|
+
}
|
|
6792
|
+
/**
|
|
6793
|
+
*
|
|
6794
|
+
* @export
|
|
6795
|
+
* @interface JsonApiAutomationOutAttributesVisualExports
|
|
6796
|
+
*/
|
|
6797
|
+
export interface JsonApiAutomationOutAttributesVisualExports {
|
|
6798
|
+
/**
|
|
6799
|
+
*
|
|
6800
|
+
* @type {VisualExportRequest}
|
|
6801
|
+
* @memberof JsonApiAutomationOutAttributesVisualExports
|
|
6802
|
+
*/
|
|
6803
|
+
requestPayload: VisualExportRequest;
|
|
6804
|
+
}
|
|
7051
6805
|
/**
|
|
7052
6806
|
*
|
|
7053
6807
|
* @export
|
|
@@ -7098,10 +6852,10 @@ export interface JsonApiAutomationOutList {
|
|
|
7098
6852
|
links?: ListLinks;
|
|
7099
6853
|
/**
|
|
7100
6854
|
*
|
|
7101
|
-
* @type {
|
|
6855
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
7102
6856
|
* @memberof JsonApiAutomationOutList
|
|
7103
6857
|
*/
|
|
7104
|
-
meta?:
|
|
6858
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
7105
6859
|
/**
|
|
7106
6860
|
* Included resources
|
|
7107
6861
|
* @type {Array<JsonApiAutomationOutIncludes>}
|
|
@@ -7117,16 +6871,16 @@ export interface JsonApiAutomationOutList {
|
|
|
7117
6871
|
export interface JsonApiAutomationOutRelationships {
|
|
7118
6872
|
/**
|
|
7119
6873
|
*
|
|
7120
|
-
* @type {
|
|
6874
|
+
* @type {JsonApiAutomationOutRelationshipsNotificationChannel}
|
|
7121
6875
|
* @memberof JsonApiAutomationOutRelationships
|
|
7122
6876
|
*/
|
|
7123
|
-
notificationChannel?:
|
|
6877
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
7124
6878
|
/**
|
|
7125
6879
|
*
|
|
7126
|
-
* @type {
|
|
6880
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
7127
6881
|
* @memberof JsonApiAutomationOutRelationships
|
|
7128
6882
|
*/
|
|
7129
|
-
analyticalDashboard?:
|
|
6883
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
7130
6884
|
/**
|
|
7131
6885
|
*
|
|
7132
6886
|
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
@@ -7141,16 +6895,55 @@ export interface JsonApiAutomationOutRelationships {
|
|
|
7141
6895
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7142
6896
|
/**
|
|
7143
6897
|
*
|
|
7144
|
-
* @type {
|
|
6898
|
+
* @type {JsonApiAutomationOutRelationshipsExportDefinitions}
|
|
7145
6899
|
* @memberof JsonApiAutomationOutRelationships
|
|
7146
6900
|
*/
|
|
7147
|
-
exportDefinitions?:
|
|
6901
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
7148
6902
|
/**
|
|
7149
6903
|
*
|
|
7150
|
-
* @type {
|
|
6904
|
+
* @type {JsonApiAutomationOutRelationshipsRecipients}
|
|
7151
6905
|
* @memberof JsonApiAutomationOutRelationships
|
|
7152
6906
|
*/
|
|
7153
|
-
recipients?:
|
|
6907
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
6908
|
+
}
|
|
6909
|
+
/**
|
|
6910
|
+
*
|
|
6911
|
+
* @export
|
|
6912
|
+
* @interface JsonApiAutomationOutRelationshipsExportDefinitions
|
|
6913
|
+
*/
|
|
6914
|
+
export interface JsonApiAutomationOutRelationshipsExportDefinitions {
|
|
6915
|
+
/**
|
|
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.
|
|
6917
|
+
* @type {Array<JsonApiExportDefinitionLinkage>}
|
|
6918
|
+
* @memberof JsonApiAutomationOutRelationshipsExportDefinitions
|
|
6919
|
+
*/
|
|
6920
|
+
data: Array<JsonApiExportDefinitionLinkage>;
|
|
6921
|
+
}
|
|
6922
|
+
/**
|
|
6923
|
+
*
|
|
6924
|
+
* @export
|
|
6925
|
+
* @interface JsonApiAutomationOutRelationshipsNotificationChannel
|
|
6926
|
+
*/
|
|
6927
|
+
export interface JsonApiAutomationOutRelationshipsNotificationChannel {
|
|
6928
|
+
/**
|
|
6929
|
+
*
|
|
6930
|
+
* @type {JsonApiNotificationChannelToOneLinkage}
|
|
6931
|
+
* @memberof JsonApiAutomationOutRelationshipsNotificationChannel
|
|
6932
|
+
*/
|
|
6933
|
+
data: JsonApiNotificationChannelToOneLinkage | null;
|
|
6934
|
+
}
|
|
6935
|
+
/**
|
|
6936
|
+
*
|
|
6937
|
+
* @export
|
|
6938
|
+
* @interface JsonApiAutomationOutRelationshipsRecipients
|
|
6939
|
+
*/
|
|
6940
|
+
export interface JsonApiAutomationOutRelationshipsRecipients {
|
|
6941
|
+
/**
|
|
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.
|
|
6943
|
+
* @type {Array<JsonApiUserLinkage>}
|
|
6944
|
+
* @memberof JsonApiAutomationOutRelationshipsRecipients
|
|
6945
|
+
*/
|
|
6946
|
+
data: Array<JsonApiUserLinkage>;
|
|
7154
6947
|
}
|
|
7155
6948
|
/**
|
|
7156
6949
|
*
|
|
@@ -7272,10 +7065,10 @@ export interface JsonApiAutomationPatchAttributes {
|
|
|
7272
7065
|
details?: any;
|
|
7273
7066
|
/**
|
|
7274
7067
|
*
|
|
7275
|
-
* @type {
|
|
7068
|
+
* @type {JsonApiAutomationOutAttributesMetadata}
|
|
7276
7069
|
* @memberof JsonApiAutomationPatchAttributes
|
|
7277
7070
|
*/
|
|
7278
|
-
metadata?:
|
|
7071
|
+
metadata?: JsonApiAutomationOutAttributesMetadata | null;
|
|
7279
7072
|
/**
|
|
7280
7073
|
* Current state of the automation.
|
|
7281
7074
|
* @type {string}
|
|
@@ -7284,235 +7077,58 @@ export interface JsonApiAutomationPatchAttributes {
|
|
|
7284
7077
|
state?: JsonApiAutomationPatchAttributesStateEnum;
|
|
7285
7078
|
/**
|
|
7286
7079
|
*
|
|
7287
|
-
* @type {
|
|
7288
|
-
* @memberof JsonApiAutomationPatchAttributes
|
|
7289
|
-
*/
|
|
7290
|
-
schedule?: JsonApiAutomationPatchAttributesSchedule;
|
|
7291
|
-
/**
|
|
7292
|
-
*
|
|
7293
|
-
* @type {JsonApiAutomationPatchAttributesAlert}
|
|
7080
|
+
* @type {JsonApiAutomationOutAttributesSchedule}
|
|
7294
7081
|
* @memberof JsonApiAutomationPatchAttributes
|
|
7295
7082
|
*/
|
|
7296
|
-
|
|
7083
|
+
schedule?: JsonApiAutomationOutAttributesSchedule;
|
|
7297
7084
|
/**
|
|
7298
7085
|
*
|
|
7299
|
-
* @type {
|
|
7086
|
+
* @type {JsonApiAutomationOutAttributesAlert}
|
|
7300
7087
|
* @memberof JsonApiAutomationPatchAttributes
|
|
7301
7088
|
*/
|
|
7302
|
-
|
|
7089
|
+
alert?: JsonApiAutomationOutAttributesAlert;
|
|
7303
7090
|
/**
|
|
7304
7091
|
*
|
|
7305
|
-
* @type {Array<
|
|
7092
|
+
* @type {Array<JsonApiAutomationOutAttributesTabularExports>}
|
|
7306
7093
|
* @memberof JsonApiAutomationPatchAttributes
|
|
7307
7094
|
*/
|
|
7308
|
-
|
|
7095
|
+
tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
|
|
7309
7096
|
/**
|
|
7310
7097
|
*
|
|
7311
|
-
* @type {Array<
|
|
7098
|
+
* @type {Array<JsonApiAutomationOutAttributesVisualExports>}
|
|
7312
7099
|
* @memberof JsonApiAutomationPatchAttributes
|
|
7313
7100
|
*/
|
|
7314
|
-
|
|
7101
|
+
visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
|
|
7315
7102
|
/**
|
|
7316
7103
|
*
|
|
7317
|
-
* @type {Array<
|
|
7104
|
+
* @type {Array<JsonApiAutomationOutAttributesImageExports>}
|
|
7318
7105
|
* @memberof JsonApiAutomationPatchAttributes
|
|
7319
7106
|
*/
|
|
7320
|
-
|
|
7107
|
+
imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
|
|
7321
7108
|
/**
|
|
7322
7109
|
*
|
|
7323
|
-
* @type {Array<
|
|
7110
|
+
* @type {Array<JsonApiAutomationOutAttributesRawExports>}
|
|
7324
7111
|
* @memberof JsonApiAutomationPatchAttributes
|
|
7325
7112
|
*/
|
|
7326
|
-
|
|
7113
|
+
rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
|
|
7327
7114
|
/**
|
|
7328
7115
|
*
|
|
7329
|
-
* @type {Array<
|
|
7116
|
+
* @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
|
|
7330
7117
|
* @memberof JsonApiAutomationPatchAttributes
|
|
7331
7118
|
*/
|
|
7332
|
-
|
|
7119
|
+
slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
|
|
7333
7120
|
/**
|
|
7334
7121
|
* External recipients of the automation action results.
|
|
7335
|
-
* @type {Array<
|
|
7122
|
+
* @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
|
|
7336
7123
|
* @memberof JsonApiAutomationPatchAttributes
|
|
7337
7124
|
*/
|
|
7338
|
-
externalRecipients?: Array<
|
|
7125
|
+
externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
|
|
7339
7126
|
}
|
|
7340
7127
|
export declare const JsonApiAutomationPatchAttributesStateEnum: {
|
|
7341
7128
|
readonly ACTIVE: "ACTIVE";
|
|
7342
7129
|
readonly PAUSED: "PAUSED";
|
|
7343
7130
|
};
|
|
7344
7131
|
export type JsonApiAutomationPatchAttributesStateEnum = typeof JsonApiAutomationPatchAttributesStateEnum[keyof typeof JsonApiAutomationPatchAttributesStateEnum];
|
|
7345
|
-
/**
|
|
7346
|
-
*
|
|
7347
|
-
* @export
|
|
7348
|
-
* @interface JsonApiAutomationPatchAttributesAlert
|
|
7349
|
-
*/
|
|
7350
|
-
export interface JsonApiAutomationPatchAttributesAlert {
|
|
7351
|
-
/**
|
|
7352
|
-
*
|
|
7353
|
-
* @type {AlertAfm}
|
|
7354
|
-
* @memberof JsonApiAutomationPatchAttributesAlert
|
|
7355
|
-
*/
|
|
7356
|
-
execution: AlertAfm;
|
|
7357
|
-
/**
|
|
7358
|
-
*
|
|
7359
|
-
* @type {AlertCondition}
|
|
7360
|
-
* @memberof JsonApiAutomationPatchAttributesAlert
|
|
7361
|
-
*/
|
|
7362
|
-
condition: AlertCondition;
|
|
7363
|
-
/**
|
|
7364
|
-
* Trigger behavior for the alert. ALWAYS - alert is triggered every time the condition is met. ONCE - alert is triggered only once when the condition is met.
|
|
7365
|
-
* @type {string}
|
|
7366
|
-
* @memberof JsonApiAutomationPatchAttributesAlert
|
|
7367
|
-
*/
|
|
7368
|
-
trigger?: JsonApiAutomationPatchAttributesAlertTriggerEnum;
|
|
7369
|
-
}
|
|
7370
|
-
export declare const JsonApiAutomationPatchAttributesAlertTriggerEnum: {
|
|
7371
|
-
readonly ALWAYS: "ALWAYS";
|
|
7372
|
-
readonly ONCE: "ONCE";
|
|
7373
|
-
};
|
|
7374
|
-
export type JsonApiAutomationPatchAttributesAlertTriggerEnum = typeof JsonApiAutomationPatchAttributesAlertTriggerEnum[keyof typeof JsonApiAutomationPatchAttributesAlertTriggerEnum];
|
|
7375
|
-
/**
|
|
7376
|
-
*
|
|
7377
|
-
* @export
|
|
7378
|
-
* @interface JsonApiAutomationPatchAttributesDashboardTabularExports
|
|
7379
|
-
*/
|
|
7380
|
-
export interface JsonApiAutomationPatchAttributesDashboardTabularExports {
|
|
7381
|
-
/**
|
|
7382
|
-
*
|
|
7383
|
-
* @type {DashboardTabularExportRequestV2}
|
|
7384
|
-
* @memberof JsonApiAutomationPatchAttributesDashboardTabularExports
|
|
7385
|
-
*/
|
|
7386
|
-
requestPayload: DashboardTabularExportRequestV2;
|
|
7387
|
-
}
|
|
7388
|
-
/**
|
|
7389
|
-
*
|
|
7390
|
-
* @export
|
|
7391
|
-
* @interface JsonApiAutomationPatchAttributesExternalRecipients
|
|
7392
|
-
*/
|
|
7393
|
-
export interface JsonApiAutomationPatchAttributesExternalRecipients {
|
|
7394
|
-
/**
|
|
7395
|
-
* E-mail address to send notifications from.
|
|
7396
|
-
* @type {string}
|
|
7397
|
-
* @memberof JsonApiAutomationPatchAttributesExternalRecipients
|
|
7398
|
-
*/
|
|
7399
|
-
email: string;
|
|
7400
|
-
}
|
|
7401
|
-
/**
|
|
7402
|
-
*
|
|
7403
|
-
* @export
|
|
7404
|
-
* @interface JsonApiAutomationPatchAttributesImageExports
|
|
7405
|
-
*/
|
|
7406
|
-
export interface JsonApiAutomationPatchAttributesImageExports {
|
|
7407
|
-
/**
|
|
7408
|
-
*
|
|
7409
|
-
* @type {ImageExportRequest}
|
|
7410
|
-
* @memberof JsonApiAutomationPatchAttributesImageExports
|
|
7411
|
-
*/
|
|
7412
|
-
requestPayload: ImageExportRequest;
|
|
7413
|
-
}
|
|
7414
|
-
/**
|
|
7415
|
-
* Additional information for the automation.
|
|
7416
|
-
* @export
|
|
7417
|
-
* @interface JsonApiAutomationPatchAttributesMetadata
|
|
7418
|
-
*/
|
|
7419
|
-
export interface JsonApiAutomationPatchAttributesMetadata {
|
|
7420
|
-
/**
|
|
7421
|
-
*
|
|
7422
|
-
* @type {string}
|
|
7423
|
-
* @memberof JsonApiAutomationPatchAttributesMetadata
|
|
7424
|
-
*/
|
|
7425
|
-
widget?: string;
|
|
7426
|
-
/**
|
|
7427
|
-
*
|
|
7428
|
-
* @type {Array<VisibleFilter>}
|
|
7429
|
-
* @memberof JsonApiAutomationPatchAttributesMetadata
|
|
7430
|
-
*/
|
|
7431
|
-
visibleFilters?: Array<VisibleFilter>;
|
|
7432
|
-
}
|
|
7433
|
-
/**
|
|
7434
|
-
*
|
|
7435
|
-
* @export
|
|
7436
|
-
* @interface JsonApiAutomationPatchAttributesRawExports
|
|
7437
|
-
*/
|
|
7438
|
-
export interface JsonApiAutomationPatchAttributesRawExports {
|
|
7439
|
-
/**
|
|
7440
|
-
*
|
|
7441
|
-
* @type {RawExportRequest}
|
|
7442
|
-
* @memberof JsonApiAutomationPatchAttributesRawExports
|
|
7443
|
-
*/
|
|
7444
|
-
requestPayload: RawExportRequest;
|
|
7445
|
-
}
|
|
7446
|
-
/**
|
|
7447
|
-
*
|
|
7448
|
-
* @export
|
|
7449
|
-
* @interface JsonApiAutomationPatchAttributesSchedule
|
|
7450
|
-
*/
|
|
7451
|
-
export interface JsonApiAutomationPatchAttributesSchedule {
|
|
7452
|
-
/**
|
|
7453
|
-
* Cron expression defining the schedule of the automation. The format is SECOND MINUTE HOUR DAY-OF-MONTH MONTH DAY-OF-WEEK (YEAR). The example expression signifies an action every 30 minutes from 9:00 to 17:00 on workdays.
|
|
7454
|
-
* @type {string}
|
|
7455
|
-
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7456
|
-
*/
|
|
7457
|
-
cron: string;
|
|
7458
|
-
/**
|
|
7459
|
-
* Human-readable description of the cron expression.
|
|
7460
|
-
* @type {string}
|
|
7461
|
-
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7462
|
-
*/
|
|
7463
|
-
cronDescription?: string;
|
|
7464
|
-
/**
|
|
7465
|
-
* Timezone in which the schedule is defined.
|
|
7466
|
-
* @type {string}
|
|
7467
|
-
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7468
|
-
*/
|
|
7469
|
-
timezone: string;
|
|
7470
|
-
/**
|
|
7471
|
-
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
7472
|
-
* @type {string}
|
|
7473
|
-
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7474
|
-
*/
|
|
7475
|
-
firstRun?: string;
|
|
7476
|
-
}
|
|
7477
|
-
/**
|
|
7478
|
-
*
|
|
7479
|
-
* @export
|
|
7480
|
-
* @interface JsonApiAutomationPatchAttributesSlidesExports
|
|
7481
|
-
*/
|
|
7482
|
-
export interface JsonApiAutomationPatchAttributesSlidesExports {
|
|
7483
|
-
/**
|
|
7484
|
-
*
|
|
7485
|
-
* @type {SlidesExportRequest}
|
|
7486
|
-
* @memberof JsonApiAutomationPatchAttributesSlidesExports
|
|
7487
|
-
*/
|
|
7488
|
-
requestPayload: SlidesExportRequest;
|
|
7489
|
-
}
|
|
7490
|
-
/**
|
|
7491
|
-
*
|
|
7492
|
-
* @export
|
|
7493
|
-
* @interface JsonApiAutomationPatchAttributesTabularExports
|
|
7494
|
-
*/
|
|
7495
|
-
export interface JsonApiAutomationPatchAttributesTabularExports {
|
|
7496
|
-
/**
|
|
7497
|
-
*
|
|
7498
|
-
* @type {TabularExportRequest}
|
|
7499
|
-
* @memberof JsonApiAutomationPatchAttributesTabularExports
|
|
7500
|
-
*/
|
|
7501
|
-
requestPayload: TabularExportRequest;
|
|
7502
|
-
}
|
|
7503
|
-
/**
|
|
7504
|
-
*
|
|
7505
|
-
* @export
|
|
7506
|
-
* @interface JsonApiAutomationPatchAttributesVisualExports
|
|
7507
|
-
*/
|
|
7508
|
-
export interface JsonApiAutomationPatchAttributesVisualExports {
|
|
7509
|
-
/**
|
|
7510
|
-
*
|
|
7511
|
-
* @type {VisualExportRequest}
|
|
7512
|
-
* @memberof JsonApiAutomationPatchAttributesVisualExports
|
|
7513
|
-
*/
|
|
7514
|
-
requestPayload: VisualExportRequest;
|
|
7515
|
-
}
|
|
7516
7132
|
/**
|
|
7517
7133
|
*
|
|
7518
7134
|
* @export
|
|
@@ -7534,80 +7150,28 @@ export interface JsonApiAutomationPatchDocument {
|
|
|
7534
7150
|
export interface JsonApiAutomationPatchRelationships {
|
|
7535
7151
|
/**
|
|
7536
7152
|
*
|
|
7537
|
-
* @type {
|
|
7153
|
+
* @type {JsonApiAutomationOutRelationshipsNotificationChannel}
|
|
7538
7154
|
* @memberof JsonApiAutomationPatchRelationships
|
|
7539
7155
|
*/
|
|
7540
|
-
notificationChannel?:
|
|
7156
|
+
notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
|
|
7541
7157
|
/**
|
|
7542
7158
|
*
|
|
7543
|
-
* @type {
|
|
7159
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
7544
7160
|
* @memberof JsonApiAutomationPatchRelationships
|
|
7545
7161
|
*/
|
|
7546
|
-
analyticalDashboard?:
|
|
7162
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
7547
7163
|
/**
|
|
7548
7164
|
*
|
|
7549
|
-
* @type {
|
|
7165
|
+
* @type {JsonApiAutomationOutRelationshipsExportDefinitions}
|
|
7550
7166
|
* @memberof JsonApiAutomationPatchRelationships
|
|
7551
7167
|
*/
|
|
7552
|
-
exportDefinitions?:
|
|
7168
|
+
exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
|
|
7553
7169
|
/**
|
|
7554
7170
|
*
|
|
7555
|
-
* @type {
|
|
7171
|
+
* @type {JsonApiAutomationOutRelationshipsRecipients}
|
|
7556
7172
|
* @memberof JsonApiAutomationPatchRelationships
|
|
7557
7173
|
*/
|
|
7558
|
-
recipients?:
|
|
7559
|
-
}
|
|
7560
|
-
/**
|
|
7561
|
-
*
|
|
7562
|
-
* @export
|
|
7563
|
-
* @interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard
|
|
7564
|
-
*/
|
|
7565
|
-
export interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard {
|
|
7566
|
-
/**
|
|
7567
|
-
*
|
|
7568
|
-
* @type {JsonApiAnalyticalDashboardToOneLinkage}
|
|
7569
|
-
* @memberof JsonApiAutomationPatchRelationshipsAnalyticalDashboard
|
|
7570
|
-
*/
|
|
7571
|
-
data: JsonApiAnalyticalDashboardToOneLinkage | null;
|
|
7572
|
-
}
|
|
7573
|
-
/**
|
|
7574
|
-
*
|
|
7575
|
-
* @export
|
|
7576
|
-
* @interface JsonApiAutomationPatchRelationshipsExportDefinitions
|
|
7577
|
-
*/
|
|
7578
|
-
export interface JsonApiAutomationPatchRelationshipsExportDefinitions {
|
|
7579
|
-
/**
|
|
7580
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7581
|
-
* @type {Array<JsonApiExportDefinitionLinkage>}
|
|
7582
|
-
* @memberof JsonApiAutomationPatchRelationshipsExportDefinitions
|
|
7583
|
-
*/
|
|
7584
|
-
data: Array<JsonApiExportDefinitionLinkage>;
|
|
7585
|
-
}
|
|
7586
|
-
/**
|
|
7587
|
-
*
|
|
7588
|
-
* @export
|
|
7589
|
-
* @interface JsonApiAutomationPatchRelationshipsNotificationChannel
|
|
7590
|
-
*/
|
|
7591
|
-
export interface JsonApiAutomationPatchRelationshipsNotificationChannel {
|
|
7592
|
-
/**
|
|
7593
|
-
*
|
|
7594
|
-
* @type {JsonApiNotificationChannelToOneLinkage}
|
|
7595
|
-
* @memberof JsonApiAutomationPatchRelationshipsNotificationChannel
|
|
7596
|
-
*/
|
|
7597
|
-
data: JsonApiNotificationChannelToOneLinkage | null;
|
|
7598
|
-
}
|
|
7599
|
-
/**
|
|
7600
|
-
*
|
|
7601
|
-
* @export
|
|
7602
|
-
* @interface JsonApiAutomationPatchRelationshipsRecipients
|
|
7603
|
-
*/
|
|
7604
|
-
export interface JsonApiAutomationPatchRelationshipsRecipients {
|
|
7605
|
-
/**
|
|
7606
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7607
|
-
* @type {Array<JsonApiUserLinkage>}
|
|
7608
|
-
* @memberof JsonApiAutomationPatchRelationshipsRecipients
|
|
7609
|
-
*/
|
|
7610
|
-
data: Array<JsonApiUserLinkage>;
|
|
7174
|
+
recipients?: JsonApiAutomationOutRelationshipsRecipients;
|
|
7611
7175
|
}
|
|
7612
7176
|
/**
|
|
7613
7177
|
* @type JsonApiAutomationToOneLinkage
|
|
@@ -7744,10 +7308,10 @@ export interface JsonApiColorPaletteOutList {
|
|
|
7744
7308
|
links?: ListLinks;
|
|
7745
7309
|
/**
|
|
7746
7310
|
*
|
|
7747
|
-
* @type {
|
|
7311
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
7748
7312
|
* @memberof JsonApiColorPaletteOutList
|
|
7749
7313
|
*/
|
|
7750
|
-
meta?:
|
|
7314
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
7751
7315
|
}
|
|
7752
7316
|
/**
|
|
7753
7317
|
*
|
|
@@ -8119,10 +7683,10 @@ export interface JsonApiCspDirectiveOutList {
|
|
|
8119
7683
|
links?: ListLinks;
|
|
8120
7684
|
/**
|
|
8121
7685
|
*
|
|
8122
|
-
* @type {
|
|
7686
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
8123
7687
|
* @memberof JsonApiCspDirectiveOutList
|
|
8124
7688
|
*/
|
|
8125
|
-
meta?:
|
|
7689
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
8126
7690
|
}
|
|
8127
7691
|
/**
|
|
8128
7692
|
*
|
|
@@ -8349,10 +7913,10 @@ export interface JsonApiCustomApplicationSettingOutList {
|
|
|
8349
7913
|
links?: ListLinks;
|
|
8350
7914
|
/**
|
|
8351
7915
|
*
|
|
8352
|
-
* @type {
|
|
7916
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
8353
7917
|
* @memberof JsonApiCustomApplicationSettingOutList
|
|
8354
7918
|
*/
|
|
8355
|
-
meta?:
|
|
7919
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
8356
7920
|
}
|
|
8357
7921
|
/**
|
|
8358
7922
|
*
|
|
@@ -8698,10 +8262,10 @@ export interface JsonApiDashboardPluginOutList {
|
|
|
8698
8262
|
links?: ListLinks;
|
|
8699
8263
|
/**
|
|
8700
8264
|
*
|
|
8701
|
-
* @type {
|
|
8265
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
8702
8266
|
* @memberof JsonApiDashboardPluginOutList
|
|
8703
8267
|
*/
|
|
8704
|
-
meta?:
|
|
8268
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
8705
8269
|
/**
|
|
8706
8270
|
* Included resources
|
|
8707
8271
|
* @type {Array<JsonApiUserIdentifierOutWithLinks>}
|
|
@@ -8916,10 +8480,10 @@ export interface JsonApiDataSourceIdentifierOut {
|
|
|
8916
8480
|
id: string;
|
|
8917
8481
|
/**
|
|
8918
8482
|
*
|
|
8919
|
-
* @type {
|
|
8483
|
+
* @type {JsonApiDataSourceIdentifierOutMeta}
|
|
8920
8484
|
* @memberof JsonApiDataSourceIdentifierOut
|
|
8921
8485
|
*/
|
|
8922
|
-
meta?:
|
|
8486
|
+
meta?: JsonApiDataSourceIdentifierOutMeta;
|
|
8923
8487
|
/**
|
|
8924
8488
|
*
|
|
8925
8489
|
* @type {JsonApiDataSourceIdentifierOutAttributes}
|
|
@@ -9023,11 +8587,29 @@ export interface JsonApiDataSourceIdentifierOutList {
|
|
|
9023
8587
|
links?: ListLinks;
|
|
9024
8588
|
/**
|
|
9025
8589
|
*
|
|
9026
|
-
* @type {
|
|
8590
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
9027
8591
|
* @memberof JsonApiDataSourceIdentifierOutList
|
|
9028
8592
|
*/
|
|
9029
|
-
meta?:
|
|
8593
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
9030
8594
|
}
|
|
8595
|
+
/**
|
|
8596
|
+
*
|
|
8597
|
+
* @export
|
|
8598
|
+
* @interface JsonApiDataSourceIdentifierOutMeta
|
|
8599
|
+
*/
|
|
8600
|
+
export interface JsonApiDataSourceIdentifierOutMeta {
|
|
8601
|
+
/**
|
|
8602
|
+
* List of valid permissions for a logged-in user.
|
|
8603
|
+
* @type {Array<string>}
|
|
8604
|
+
* @memberof JsonApiDataSourceIdentifierOutMeta
|
|
8605
|
+
*/
|
|
8606
|
+
permissions?: Array<JsonApiDataSourceIdentifierOutMetaPermissionsEnum>;
|
|
8607
|
+
}
|
|
8608
|
+
export declare const JsonApiDataSourceIdentifierOutMetaPermissionsEnum: {
|
|
8609
|
+
readonly MANAGE: "MANAGE";
|
|
8610
|
+
readonly USE: "USE";
|
|
8611
|
+
};
|
|
8612
|
+
export type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum[keyof typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum];
|
|
9031
8613
|
/**
|
|
9032
8614
|
*
|
|
9033
8615
|
* @export
|
|
@@ -9048,10 +8630,10 @@ export interface JsonApiDataSourceIdentifierOutWithLinks {
|
|
|
9048
8630
|
id: string;
|
|
9049
8631
|
/**
|
|
9050
8632
|
*
|
|
9051
|
-
* @type {
|
|
8633
|
+
* @type {JsonApiDataSourceIdentifierOutMeta}
|
|
9052
8634
|
* @memberof JsonApiDataSourceIdentifierOutWithLinks
|
|
9053
8635
|
*/
|
|
9054
|
-
meta?:
|
|
8636
|
+
meta?: JsonApiDataSourceIdentifierOutMeta;
|
|
9055
8637
|
/**
|
|
9056
8638
|
*
|
|
9057
8639
|
* @type {JsonApiDataSourceIdentifierOutAttributes}
|
|
@@ -9172,10 +8754,10 @@ export interface JsonApiDataSourceInAttributes {
|
|
|
9172
8754
|
clientSecret?: string | null;
|
|
9173
8755
|
/**
|
|
9174
8756
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
9175
|
-
* @type {Array<
|
|
8757
|
+
* @type {Array<JsonApiDataSourceOutAttributesParameters>}
|
|
9176
8758
|
* @memberof JsonApiDataSourceInAttributes
|
|
9177
8759
|
*/
|
|
9178
|
-
parameters?: Array<
|
|
8760
|
+
parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
|
|
9179
8761
|
/**
|
|
9180
8762
|
* Determines how the results coming from a particular datasource should be cached.
|
|
9181
8763
|
* @type {string}
|
|
@@ -9249,10 +8831,10 @@ export interface JsonApiDataSourceOut {
|
|
|
9249
8831
|
id: string;
|
|
9250
8832
|
/**
|
|
9251
8833
|
*
|
|
9252
|
-
* @type {
|
|
8834
|
+
* @type {JsonApiDataSourceIdentifierOutMeta}
|
|
9253
8835
|
* @memberof JsonApiDataSourceOut
|
|
9254
8836
|
*/
|
|
9255
|
-
meta?:
|
|
8837
|
+
meta?: JsonApiDataSourceIdentifierOutMeta;
|
|
9256
8838
|
/**
|
|
9257
8839
|
*
|
|
9258
8840
|
* @type {JsonApiDataSourceOutAttributes}
|
|
@@ -9308,16 +8890,16 @@ export interface JsonApiDataSourceOutAttributes {
|
|
|
9308
8890
|
clientId?: string | null;
|
|
9309
8891
|
/**
|
|
9310
8892
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
9311
|
-
* @type {Array<
|
|
8893
|
+
* @type {Array<JsonApiDataSourceOutAttributesParameters>}
|
|
9312
8894
|
* @memberof JsonApiDataSourceOutAttributes
|
|
9313
8895
|
*/
|
|
9314
|
-
parameters?: Array<
|
|
8896
|
+
parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
|
|
9315
8897
|
/**
|
|
9316
8898
|
* Decoded parameters to be used when connecting to the database providing the data for the data source.
|
|
9317
|
-
* @type {Array<
|
|
8899
|
+
* @type {Array<JsonApiDataSourceOutAttributesParameters>}
|
|
9318
8900
|
* @memberof JsonApiDataSourceOutAttributes
|
|
9319
8901
|
*/
|
|
9320
|
-
decodedParameters?: Array<
|
|
8902
|
+
decodedParameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
|
|
9321
8903
|
/**
|
|
9322
8904
|
* Determines how the results coming from a particular datasource should be cached.
|
|
9323
8905
|
* @type {string}
|
|
@@ -9372,6 +8954,25 @@ export declare const JsonApiDataSourceOutAttributesAuthenticationTypeEnum: {
|
|
|
9372
8954
|
readonly ACCESS_TOKEN: "ACCESS_TOKEN";
|
|
9373
8955
|
};
|
|
9374
8956
|
export type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = typeof JsonApiDataSourceOutAttributesAuthenticationTypeEnum[keyof typeof JsonApiDataSourceOutAttributesAuthenticationTypeEnum];
|
|
8957
|
+
/**
|
|
8958
|
+
*
|
|
8959
|
+
* @export
|
|
8960
|
+
* @interface JsonApiDataSourceOutAttributesParameters
|
|
8961
|
+
*/
|
|
8962
|
+
export interface JsonApiDataSourceOutAttributesParameters {
|
|
8963
|
+
/**
|
|
8964
|
+
*
|
|
8965
|
+
* @type {string}
|
|
8966
|
+
* @memberof JsonApiDataSourceOutAttributesParameters
|
|
8967
|
+
*/
|
|
8968
|
+
name: string;
|
|
8969
|
+
/**
|
|
8970
|
+
*
|
|
8971
|
+
* @type {string}
|
|
8972
|
+
* @memberof JsonApiDataSourceOutAttributesParameters
|
|
8973
|
+
*/
|
|
8974
|
+
value: string;
|
|
8975
|
+
}
|
|
9375
8976
|
/**
|
|
9376
8977
|
*
|
|
9377
8978
|
* @export
|
|
@@ -9411,29 +9012,11 @@ export interface JsonApiDataSourceOutList {
|
|
|
9411
9012
|
links?: ListLinks;
|
|
9412
9013
|
/**
|
|
9413
9014
|
*
|
|
9414
|
-
* @type {
|
|
9015
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
9415
9016
|
* @memberof JsonApiDataSourceOutList
|
|
9416
9017
|
*/
|
|
9417
|
-
meta?:
|
|
9018
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
9418
9019
|
}
|
|
9419
|
-
/**
|
|
9420
|
-
*
|
|
9421
|
-
* @export
|
|
9422
|
-
* @interface JsonApiDataSourceOutMeta
|
|
9423
|
-
*/
|
|
9424
|
-
export interface JsonApiDataSourceOutMeta {
|
|
9425
|
-
/**
|
|
9426
|
-
* List of valid permissions for a logged-in user.
|
|
9427
|
-
* @type {Array<string>}
|
|
9428
|
-
* @memberof JsonApiDataSourceOutMeta
|
|
9429
|
-
*/
|
|
9430
|
-
permissions?: Array<JsonApiDataSourceOutMetaPermissionsEnum>;
|
|
9431
|
-
}
|
|
9432
|
-
export declare const JsonApiDataSourceOutMetaPermissionsEnum: {
|
|
9433
|
-
readonly MANAGE: "MANAGE";
|
|
9434
|
-
readonly USE: "USE";
|
|
9435
|
-
};
|
|
9436
|
-
export type JsonApiDataSourceOutMetaPermissionsEnum = typeof JsonApiDataSourceOutMetaPermissionsEnum[keyof typeof JsonApiDataSourceOutMetaPermissionsEnum];
|
|
9437
9020
|
/**
|
|
9438
9021
|
*
|
|
9439
9022
|
* @export
|
|
@@ -9454,10 +9037,10 @@ export interface JsonApiDataSourceOutWithLinks {
|
|
|
9454
9037
|
id: string;
|
|
9455
9038
|
/**
|
|
9456
9039
|
*
|
|
9457
|
-
* @type {
|
|
9040
|
+
* @type {JsonApiDataSourceIdentifierOutMeta}
|
|
9458
9041
|
* @memberof JsonApiDataSourceOutWithLinks
|
|
9459
9042
|
*/
|
|
9460
|
-
meta?:
|
|
9043
|
+
meta?: JsonApiDataSourceIdentifierOutMeta;
|
|
9461
9044
|
/**
|
|
9462
9045
|
*
|
|
9463
9046
|
* @type {JsonApiDataSourceOutAttributes}
|
|
@@ -9578,10 +9161,10 @@ export interface JsonApiDataSourcePatchAttributes {
|
|
|
9578
9161
|
clientSecret?: string | null;
|
|
9579
9162
|
/**
|
|
9580
9163
|
* Additional parameters to be used when connecting to the database providing the data for the data source.
|
|
9581
|
-
* @type {Array<
|
|
9164
|
+
* @type {Array<JsonApiDataSourceOutAttributesParameters>}
|
|
9582
9165
|
* @memberof JsonApiDataSourcePatchAttributes
|
|
9583
9166
|
*/
|
|
9584
|
-
parameters?: Array<
|
|
9167
|
+
parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
|
|
9585
9168
|
/**
|
|
9586
9169
|
* Determines how the results coming from a particular datasource should be cached.
|
|
9587
9170
|
* @type {string}
|
|
@@ -9622,25 +9205,6 @@ export declare const JsonApiDataSourcePatchAttributesCacheStrategyEnum: {
|
|
|
9622
9205
|
readonly NEVER: "NEVER";
|
|
9623
9206
|
};
|
|
9624
9207
|
export type JsonApiDataSourcePatchAttributesCacheStrategyEnum = typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum];
|
|
9625
|
-
/**
|
|
9626
|
-
*
|
|
9627
|
-
* @export
|
|
9628
|
-
* @interface JsonApiDataSourcePatchAttributesParameters
|
|
9629
|
-
*/
|
|
9630
|
-
export interface JsonApiDataSourcePatchAttributesParameters {
|
|
9631
|
-
/**
|
|
9632
|
-
*
|
|
9633
|
-
* @type {string}
|
|
9634
|
-
* @memberof JsonApiDataSourcePatchAttributesParameters
|
|
9635
|
-
*/
|
|
9636
|
-
name: string;
|
|
9637
|
-
/**
|
|
9638
|
-
*
|
|
9639
|
-
* @type {string}
|
|
9640
|
-
* @memberof JsonApiDataSourcePatchAttributesParameters
|
|
9641
|
-
*/
|
|
9642
|
-
value: string;
|
|
9643
|
-
}
|
|
9644
9208
|
/**
|
|
9645
9209
|
*
|
|
9646
9210
|
* @export
|
|
@@ -10012,10 +9576,10 @@ export interface JsonApiDatasetOutList {
|
|
|
10012
9576
|
links?: ListLinks;
|
|
10013
9577
|
/**
|
|
10014
9578
|
*
|
|
10015
|
-
* @type {
|
|
9579
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
10016
9580
|
* @memberof JsonApiDatasetOutList
|
|
10017
9581
|
*/
|
|
10018
|
-
meta?:
|
|
9582
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
10019
9583
|
/**
|
|
10020
9584
|
* Included resources
|
|
10021
9585
|
* @type {Array<JsonApiDatasetOutIncludes>}
|
|
@@ -10207,10 +9771,10 @@ export interface JsonApiEntitlementOutList {
|
|
|
10207
9771
|
links?: ListLinks;
|
|
10208
9772
|
/**
|
|
10209
9773
|
*
|
|
10210
|
-
* @type {
|
|
9774
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
10211
9775
|
* @memberof JsonApiEntitlementOutList
|
|
10212
9776
|
*/
|
|
10213
|
-
meta?:
|
|
9777
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
10214
9778
|
}
|
|
10215
9779
|
/**
|
|
10216
9780
|
*
|
|
@@ -10458,10 +10022,10 @@ export interface JsonApiExportDefinitionOutList {
|
|
|
10458
10022
|
links?: ListLinks;
|
|
10459
10023
|
/**
|
|
10460
10024
|
*
|
|
10461
|
-
* @type {
|
|
10025
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
10462
10026
|
* @memberof JsonApiExportDefinitionOutList
|
|
10463
10027
|
*/
|
|
10464
|
-
meta?:
|
|
10028
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
10465
10029
|
/**
|
|
10466
10030
|
* Included resources
|
|
10467
10031
|
* @type {Array<JsonApiExportDefinitionOutIncludes>}
|
|
@@ -10483,10 +10047,10 @@ export interface JsonApiExportDefinitionOutRelationships {
|
|
|
10483
10047
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
10484
10048
|
/**
|
|
10485
10049
|
*
|
|
10486
|
-
* @type {
|
|
10050
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
10487
10051
|
* @memberof JsonApiExportDefinitionOutRelationships
|
|
10488
10052
|
*/
|
|
10489
|
-
analyticalDashboard?:
|
|
10053
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
10490
10054
|
/**
|
|
10491
10055
|
*
|
|
10492
10056
|
* @type {JsonApiExportDefinitionOutRelationshipsAutomation}
|
|
@@ -10506,6 +10070,19 @@ export interface JsonApiExportDefinitionOutRelationships {
|
|
|
10506
10070
|
*/
|
|
10507
10071
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
10508
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
|
+
}
|
|
10509
10086
|
/**
|
|
10510
10087
|
*
|
|
10511
10088
|
* @export
|
|
@@ -10678,10 +10255,10 @@ export interface JsonApiExportDefinitionPatchRelationships {
|
|
|
10678
10255
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
10679
10256
|
/**
|
|
10680
10257
|
*
|
|
10681
|
-
* @type {
|
|
10258
|
+
* @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
|
|
10682
10259
|
* @memberof JsonApiExportDefinitionPatchRelationships
|
|
10683
10260
|
*/
|
|
10684
|
-
analyticalDashboard?:
|
|
10261
|
+
analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
|
|
10685
10262
|
}
|
|
10686
10263
|
/**
|
|
10687
10264
|
* JSON:API representation of exportDefinition entity.
|
|
@@ -10816,17 +10393,83 @@ export interface JsonApiExportTemplateOutAttributes {
|
|
|
10816
10393
|
name: string;
|
|
10817
10394
|
/**
|
|
10818
10395
|
*
|
|
10819
|
-
* @type {
|
|
10396
|
+
* @type {JsonApiExportTemplateOutAttributesDashboardSlidesTemplate}
|
|
10820
10397
|
* @memberof JsonApiExportTemplateOutAttributes
|
|
10821
10398
|
*/
|
|
10822
|
-
dashboardSlidesTemplate?:
|
|
10399
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
10823
10400
|
/**
|
|
10824
10401
|
*
|
|
10825
|
-
* @type {
|
|
10402
|
+
* @type {JsonApiExportTemplateOutAttributesWidgetSlidesTemplate}
|
|
10826
10403
|
* @memberof JsonApiExportTemplateOutAttributes
|
|
10827
10404
|
*/
|
|
10828
|
-
widgetSlidesTemplate?:
|
|
10405
|
+
widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
10406
|
+
}
|
|
10407
|
+
/**
|
|
10408
|
+
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
10409
|
+
* @export
|
|
10410
|
+
* @interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10411
|
+
*/
|
|
10412
|
+
export interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
|
|
10413
|
+
/**
|
|
10414
|
+
* Export types this template applies to.
|
|
10415
|
+
* @type {Array<string>}
|
|
10416
|
+
* @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10417
|
+
*/
|
|
10418
|
+
appliedOn: Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
10419
|
+
/**
|
|
10420
|
+
*
|
|
10421
|
+
* @type {CoverSlideTemplate}
|
|
10422
|
+
* @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10423
|
+
*/
|
|
10424
|
+
coverSlide?: CoverSlideTemplate | null;
|
|
10425
|
+
/**
|
|
10426
|
+
*
|
|
10427
|
+
* @type {IntroSlideTemplate}
|
|
10428
|
+
* @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10429
|
+
*/
|
|
10430
|
+
introSlide?: IntroSlideTemplate | null;
|
|
10431
|
+
/**
|
|
10432
|
+
*
|
|
10433
|
+
* @type {SectionSlideTemplate}
|
|
10434
|
+
* @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10435
|
+
*/
|
|
10436
|
+
sectionSlide?: SectionSlideTemplate | null;
|
|
10437
|
+
/**
|
|
10438
|
+
*
|
|
10439
|
+
* @type {ContentSlideTemplate}
|
|
10440
|
+
* @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
|
|
10441
|
+
*/
|
|
10442
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
10829
10443
|
}
|
|
10444
|
+
export declare const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
10445
|
+
readonly PDF: "PDF";
|
|
10446
|
+
readonly PPTX: "PPTX";
|
|
10447
|
+
};
|
|
10448
|
+
export type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
10449
|
+
/**
|
|
10450
|
+
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
10451
|
+
* @export
|
|
10452
|
+
* @interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
|
|
10453
|
+
*/
|
|
10454
|
+
export interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
|
|
10455
|
+
/**
|
|
10456
|
+
* Export types this template applies to.
|
|
10457
|
+
* @type {Array<string>}
|
|
10458
|
+
* @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
|
|
10459
|
+
*/
|
|
10460
|
+
appliedOn: Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
10461
|
+
/**
|
|
10462
|
+
*
|
|
10463
|
+
* @type {ContentSlideTemplate}
|
|
10464
|
+
* @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
|
|
10465
|
+
*/
|
|
10466
|
+
contentSlide?: ContentSlideTemplate | null;
|
|
10467
|
+
}
|
|
10468
|
+
export declare const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
10469
|
+
readonly PDF: "PDF";
|
|
10470
|
+
readonly PPTX: "PPTX";
|
|
10471
|
+
};
|
|
10472
|
+
export type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
10830
10473
|
/**
|
|
10831
10474
|
*
|
|
10832
10475
|
* @export
|
|
@@ -10866,10 +10509,10 @@ export interface JsonApiExportTemplateOutList {
|
|
|
10866
10509
|
links?: ListLinks;
|
|
10867
10510
|
/**
|
|
10868
10511
|
*
|
|
10869
|
-
* @type {
|
|
10512
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
10870
10513
|
* @memberof JsonApiExportTemplateOutList
|
|
10871
10514
|
*/
|
|
10872
|
-
meta?:
|
|
10515
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
10873
10516
|
}
|
|
10874
10517
|
/**
|
|
10875
10518
|
*
|
|
@@ -10949,83 +10592,17 @@ export interface JsonApiExportTemplatePatchAttributes {
|
|
|
10949
10592
|
name?: string;
|
|
10950
10593
|
/**
|
|
10951
10594
|
*
|
|
10952
|
-
* @type {
|
|
10595
|
+
* @type {JsonApiExportTemplateOutAttributesDashboardSlidesTemplate}
|
|
10953
10596
|
* @memberof JsonApiExportTemplatePatchAttributes
|
|
10954
10597
|
*/
|
|
10955
|
-
dashboardSlidesTemplate?:
|
|
10598
|
+
dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
|
|
10956
10599
|
/**
|
|
10957
10600
|
*
|
|
10958
|
-
* @type {
|
|
10601
|
+
* @type {JsonApiExportTemplateOutAttributesWidgetSlidesTemplate}
|
|
10959
10602
|
* @memberof JsonApiExportTemplatePatchAttributes
|
|
10960
10603
|
*/
|
|
10961
|
-
widgetSlidesTemplate?:
|
|
10604
|
+
widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
|
|
10962
10605
|
}
|
|
10963
|
-
/**
|
|
10964
|
-
* Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
10965
|
-
* @export
|
|
10966
|
-
* @interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10967
|
-
*/
|
|
10968
|
-
export interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
|
|
10969
|
-
/**
|
|
10970
|
-
* Export types this template applies to.
|
|
10971
|
-
* @type {Array<string>}
|
|
10972
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10973
|
-
*/
|
|
10974
|
-
appliedOn: Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
|
|
10975
|
-
/**
|
|
10976
|
-
*
|
|
10977
|
-
* @type {CoverSlideTemplate}
|
|
10978
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10979
|
-
*/
|
|
10980
|
-
coverSlide?: CoverSlideTemplate | null;
|
|
10981
|
-
/**
|
|
10982
|
-
*
|
|
10983
|
-
* @type {IntroSlideTemplate}
|
|
10984
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10985
|
-
*/
|
|
10986
|
-
introSlide?: IntroSlideTemplate | null;
|
|
10987
|
-
/**
|
|
10988
|
-
*
|
|
10989
|
-
* @type {SectionSlideTemplate}
|
|
10990
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10991
|
-
*/
|
|
10992
|
-
sectionSlide?: SectionSlideTemplate | null;
|
|
10993
|
-
/**
|
|
10994
|
-
*
|
|
10995
|
-
* @type {ContentSlideTemplate}
|
|
10996
|
-
* @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
|
|
10997
|
-
*/
|
|
10998
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
10999
|
-
}
|
|
11000
|
-
export declare const JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum: {
|
|
11001
|
-
readonly PDF: "PDF";
|
|
11002
|
-
readonly PPTX: "PPTX";
|
|
11003
|
-
};
|
|
11004
|
-
export type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum];
|
|
11005
|
-
/**
|
|
11006
|
-
* Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
|
|
11007
|
-
* @export
|
|
11008
|
-
* @interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
|
|
11009
|
-
*/
|
|
11010
|
-
export interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
|
|
11011
|
-
/**
|
|
11012
|
-
* Export types this template applies to.
|
|
11013
|
-
* @type {Array<string>}
|
|
11014
|
-
* @memberof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
|
|
11015
|
-
*/
|
|
11016
|
-
appliedOn: Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
|
|
11017
|
-
/**
|
|
11018
|
-
*
|
|
11019
|
-
* @type {ContentSlideTemplate}
|
|
11020
|
-
* @memberof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
|
|
11021
|
-
*/
|
|
11022
|
-
contentSlide?: ContentSlideTemplate | null;
|
|
11023
|
-
}
|
|
11024
|
-
export declare const JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum: {
|
|
11025
|
-
readonly PDF: "PDF";
|
|
11026
|
-
readonly PPTX: "PPTX";
|
|
11027
|
-
};
|
|
11028
|
-
export type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum];
|
|
11029
10606
|
/**
|
|
11030
10607
|
*
|
|
11031
10608
|
* @export
|
|
@@ -11260,10 +10837,10 @@ export interface JsonApiFactOutList {
|
|
|
11260
10837
|
links?: ListLinks;
|
|
11261
10838
|
/**
|
|
11262
10839
|
*
|
|
11263
|
-
* @type {
|
|
10840
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
11264
10841
|
* @memberof JsonApiFactOutList
|
|
11265
10842
|
*/
|
|
11266
|
-
meta?:
|
|
10843
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
11267
10844
|
/**
|
|
11268
10845
|
* Included resources
|
|
11269
10846
|
* @type {Array<JsonApiFactOutIncludes>}
|
|
@@ -11549,10 +11126,10 @@ export interface JsonApiFilterContextOutList {
|
|
|
11549
11126
|
links?: ListLinks;
|
|
11550
11127
|
/**
|
|
11551
11128
|
*
|
|
11552
|
-
* @type {
|
|
11129
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
11553
11130
|
* @memberof JsonApiFilterContextOutList
|
|
11554
11131
|
*/
|
|
11555
|
-
meta?:
|
|
11132
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
11556
11133
|
/**
|
|
11557
11134
|
* Included resources
|
|
11558
11135
|
* @type {Array<JsonApiFilterContextOutIncludes>}
|
|
@@ -11742,10 +11319,10 @@ export interface JsonApiFilterViewIn {
|
|
|
11742
11319
|
attributes: JsonApiFilterViewOutAttributes;
|
|
11743
11320
|
/**
|
|
11744
11321
|
*
|
|
11745
|
-
* @type {
|
|
11322
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
11746
11323
|
* @memberof JsonApiFilterViewIn
|
|
11747
11324
|
*/
|
|
11748
|
-
relationships?:
|
|
11325
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
11749
11326
|
}
|
|
11750
11327
|
export declare const JsonApiFilterViewInTypeEnum: {
|
|
11751
11328
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -11790,10 +11367,10 @@ export interface JsonApiFilterViewOut {
|
|
|
11790
11367
|
attributes: JsonApiFilterViewOutAttributes;
|
|
11791
11368
|
/**
|
|
11792
11369
|
*
|
|
11793
|
-
* @type {
|
|
11370
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
11794
11371
|
* @memberof JsonApiFilterViewOut
|
|
11795
11372
|
*/
|
|
11796
|
-
relationships?:
|
|
11373
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
11797
11374
|
}
|
|
11798
11375
|
export declare const JsonApiFilterViewOutTypeEnum: {
|
|
11799
11376
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -11892,10 +11469,10 @@ export interface JsonApiFilterViewOutList {
|
|
|
11892
11469
|
links?: ListLinks;
|
|
11893
11470
|
/**
|
|
11894
11471
|
*
|
|
11895
|
-
* @type {
|
|
11472
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
11896
11473
|
* @memberof JsonApiFilterViewOutList
|
|
11897
11474
|
*/
|
|
11898
|
-
meta?:
|
|
11475
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
11899
11476
|
/**
|
|
11900
11477
|
* Included resources
|
|
11901
11478
|
* @type {Array<JsonApiFilterViewOutIncludes>}
|
|
@@ -11903,6 +11480,25 @@ export interface JsonApiFilterViewOutList {
|
|
|
11903
11480
|
*/
|
|
11904
11481
|
included?: Array<JsonApiFilterViewOutIncludes>;
|
|
11905
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
|
+
}
|
|
11906
11502
|
/**
|
|
11907
11503
|
*
|
|
11908
11504
|
* @export
|
|
@@ -11929,10 +11525,10 @@ export interface JsonApiFilterViewOutWithLinks {
|
|
|
11929
11525
|
attributes: JsonApiFilterViewOutAttributes;
|
|
11930
11526
|
/**
|
|
11931
11527
|
*
|
|
11932
|
-
* @type {
|
|
11528
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
11933
11529
|
* @memberof JsonApiFilterViewOutWithLinks
|
|
11934
11530
|
*/
|
|
11935
|
-
relationships?:
|
|
11531
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
11936
11532
|
/**
|
|
11937
11533
|
*
|
|
11938
11534
|
* @type {ObjectLinks}
|
|
@@ -11970,10 +11566,10 @@ export interface JsonApiFilterViewPatch {
|
|
|
11970
11566
|
attributes: JsonApiFilterViewPatchAttributes;
|
|
11971
11567
|
/**
|
|
11972
11568
|
*
|
|
11973
|
-
* @type {
|
|
11569
|
+
* @type {JsonApiFilterViewOutRelationships}
|
|
11974
11570
|
* @memberof JsonApiFilterViewPatch
|
|
11975
11571
|
*/
|
|
11976
|
-
relationships?:
|
|
11572
|
+
relationships?: JsonApiFilterViewOutRelationships;
|
|
11977
11573
|
}
|
|
11978
11574
|
export declare const JsonApiFilterViewPatchTypeEnum: {
|
|
11979
11575
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -12035,38 +11631,6 @@ export interface JsonApiFilterViewPatchDocument {
|
|
|
12035
11631
|
*/
|
|
12036
11632
|
data: JsonApiFilterViewPatch;
|
|
12037
11633
|
}
|
|
12038
|
-
/**
|
|
12039
|
-
*
|
|
12040
|
-
* @export
|
|
12041
|
-
* @interface JsonApiFilterViewPatchRelationships
|
|
12042
|
-
*/
|
|
12043
|
-
export interface JsonApiFilterViewPatchRelationships {
|
|
12044
|
-
/**
|
|
12045
|
-
*
|
|
12046
|
-
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
12047
|
-
* @memberof JsonApiFilterViewPatchRelationships
|
|
12048
|
-
*/
|
|
12049
|
-
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
12050
|
-
/**
|
|
12051
|
-
*
|
|
12052
|
-
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
12053
|
-
* @memberof JsonApiFilterViewPatchRelationships
|
|
12054
|
-
*/
|
|
12055
|
-
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
12056
|
-
}
|
|
12057
|
-
/**
|
|
12058
|
-
*
|
|
12059
|
-
* @export
|
|
12060
|
-
* @interface JsonApiFilterViewPatchRelationshipsUser
|
|
12061
|
-
*/
|
|
12062
|
-
export interface JsonApiFilterViewPatchRelationshipsUser {
|
|
12063
|
-
/**
|
|
12064
|
-
*
|
|
12065
|
-
* @type {JsonApiUserToOneLinkage}
|
|
12066
|
-
* @memberof JsonApiFilterViewPatchRelationshipsUser
|
|
12067
|
-
*/
|
|
12068
|
-
data: JsonApiUserToOneLinkage | null;
|
|
12069
|
-
}
|
|
12070
11634
|
/**
|
|
12071
11635
|
* JSON:API representation of identityProvider entity.
|
|
12072
11636
|
* @export
|
|
@@ -12271,10 +11835,10 @@ export interface JsonApiIdentityProviderOutList {
|
|
|
12271
11835
|
links?: ListLinks;
|
|
12272
11836
|
/**
|
|
12273
11837
|
*
|
|
12274
|
-
* @type {
|
|
11838
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
12275
11839
|
* @memberof JsonApiIdentityProviderOutList
|
|
12276
11840
|
*/
|
|
12277
|
-
meta?:
|
|
11841
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
12278
11842
|
}
|
|
12279
11843
|
/**
|
|
12280
11844
|
*
|
|
@@ -12462,10 +12026,10 @@ export interface JsonApiJwkIn {
|
|
|
12462
12026
|
id: string;
|
|
12463
12027
|
/**
|
|
12464
12028
|
*
|
|
12465
|
-
* @type {
|
|
12029
|
+
* @type {JsonApiJwkOutAttributes}
|
|
12466
12030
|
* @memberof JsonApiJwkIn
|
|
12467
12031
|
*/
|
|
12468
|
-
attributes?:
|
|
12032
|
+
attributes?: JsonApiJwkOutAttributes;
|
|
12469
12033
|
}
|
|
12470
12034
|
export declare const JsonApiJwkInTypeEnum: {
|
|
12471
12035
|
readonly JWK: "jwk";
|
|
@@ -12504,15 +12068,28 @@ export interface JsonApiJwkOut {
|
|
|
12504
12068
|
id: string;
|
|
12505
12069
|
/**
|
|
12506
12070
|
*
|
|
12507
|
-
* @type {
|
|
12071
|
+
* @type {JsonApiJwkOutAttributes}
|
|
12508
12072
|
* @memberof JsonApiJwkOut
|
|
12509
12073
|
*/
|
|
12510
|
-
attributes?:
|
|
12074
|
+
attributes?: JsonApiJwkOutAttributes;
|
|
12511
12075
|
}
|
|
12512
12076
|
export declare const JsonApiJwkOutTypeEnum: {
|
|
12513
12077
|
readonly JWK: "jwk";
|
|
12514
12078
|
};
|
|
12515
12079
|
export type JsonApiJwkOutTypeEnum = typeof JsonApiJwkOutTypeEnum[keyof typeof JsonApiJwkOutTypeEnum];
|
|
12080
|
+
/**
|
|
12081
|
+
*
|
|
12082
|
+
* @export
|
|
12083
|
+
* @interface JsonApiJwkOutAttributes
|
|
12084
|
+
*/
|
|
12085
|
+
export interface JsonApiJwkOutAttributes {
|
|
12086
|
+
/**
|
|
12087
|
+
* Specification of the cryptographic key
|
|
12088
|
+
* @type {RsaSpecification}
|
|
12089
|
+
* @memberof JsonApiJwkOutAttributes
|
|
12090
|
+
*/
|
|
12091
|
+
content?: RsaSpecification;
|
|
12092
|
+
}
|
|
12516
12093
|
/**
|
|
12517
12094
|
*
|
|
12518
12095
|
* @export
|
|
@@ -12552,10 +12129,10 @@ export interface JsonApiJwkOutList {
|
|
|
12552
12129
|
links?: ListLinks;
|
|
12553
12130
|
/**
|
|
12554
12131
|
*
|
|
12555
|
-
* @type {
|
|
12132
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
12556
12133
|
* @memberof JsonApiJwkOutList
|
|
12557
12134
|
*/
|
|
12558
|
-
meta?:
|
|
12135
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
12559
12136
|
}
|
|
12560
12137
|
/**
|
|
12561
12138
|
*
|
|
@@ -12577,10 +12154,10 @@ export interface JsonApiJwkOutWithLinks {
|
|
|
12577
12154
|
id: string;
|
|
12578
12155
|
/**
|
|
12579
12156
|
*
|
|
12580
|
-
* @type {
|
|
12157
|
+
* @type {JsonApiJwkOutAttributes}
|
|
12581
12158
|
* @memberof JsonApiJwkOutWithLinks
|
|
12582
12159
|
*/
|
|
12583
|
-
attributes?:
|
|
12160
|
+
attributes?: JsonApiJwkOutAttributes;
|
|
12584
12161
|
/**
|
|
12585
12162
|
*
|
|
12586
12163
|
* @type {ObjectLinks}
|
|
@@ -12612,28 +12189,15 @@ export interface JsonApiJwkPatch {
|
|
|
12612
12189
|
id: string;
|
|
12613
12190
|
/**
|
|
12614
12191
|
*
|
|
12615
|
-
* @type {
|
|
12192
|
+
* @type {JsonApiJwkOutAttributes}
|
|
12616
12193
|
* @memberof JsonApiJwkPatch
|
|
12617
12194
|
*/
|
|
12618
|
-
attributes?:
|
|
12195
|
+
attributes?: JsonApiJwkOutAttributes;
|
|
12619
12196
|
}
|
|
12620
12197
|
export declare const JsonApiJwkPatchTypeEnum: {
|
|
12621
12198
|
readonly JWK: "jwk";
|
|
12622
12199
|
};
|
|
12623
12200
|
export type JsonApiJwkPatchTypeEnum = typeof JsonApiJwkPatchTypeEnum[keyof typeof JsonApiJwkPatchTypeEnum];
|
|
12624
|
-
/**
|
|
12625
|
-
*
|
|
12626
|
-
* @export
|
|
12627
|
-
* @interface JsonApiJwkPatchAttributes
|
|
12628
|
-
*/
|
|
12629
|
-
export interface JsonApiJwkPatchAttributes {
|
|
12630
|
-
/**
|
|
12631
|
-
* Specification of the cryptographic key
|
|
12632
|
-
* @type {RsaSpecification}
|
|
12633
|
-
* @memberof JsonApiJwkPatchAttributes
|
|
12634
|
-
*/
|
|
12635
|
-
content?: RsaSpecification;
|
|
12636
|
-
}
|
|
12637
12201
|
/**
|
|
12638
12202
|
*
|
|
12639
12203
|
* @export
|
|
@@ -12830,10 +12394,10 @@ export interface JsonApiLabelOutList {
|
|
|
12830
12394
|
links?: ListLinks;
|
|
12831
12395
|
/**
|
|
12832
12396
|
*
|
|
12833
|
-
* @type {
|
|
12397
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
12834
12398
|
* @memberof JsonApiLabelOutList
|
|
12835
12399
|
*/
|
|
12836
|
-
meta?:
|
|
12400
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
12837
12401
|
/**
|
|
12838
12402
|
* Included resources
|
|
12839
12403
|
* @type {Array<JsonApiAttributeOutWithLinks>}
|
|
@@ -12994,7 +12558,6 @@ export interface JsonApiLlmEndpointInAttributes {
|
|
|
12994
12558
|
}
|
|
12995
12559
|
export declare const JsonApiLlmEndpointInAttributesProviderEnum: {
|
|
12996
12560
|
readonly OPENAI: "OPENAI";
|
|
12997
|
-
readonly AZURE_OPENAI: "AZURE_OPENAI";
|
|
12998
12561
|
};
|
|
12999
12562
|
export type JsonApiLlmEndpointInAttributesProviderEnum = typeof JsonApiLlmEndpointInAttributesProviderEnum[keyof typeof JsonApiLlmEndpointInAttributesProviderEnum];
|
|
13000
12563
|
/**
|
|
@@ -13078,7 +12641,6 @@ export interface JsonApiLlmEndpointOutAttributes {
|
|
|
13078
12641
|
}
|
|
13079
12642
|
export declare const JsonApiLlmEndpointOutAttributesProviderEnum: {
|
|
13080
12643
|
readonly OPENAI: "OPENAI";
|
|
13081
|
-
readonly AZURE_OPENAI: "AZURE_OPENAI";
|
|
13082
12644
|
};
|
|
13083
12645
|
export type JsonApiLlmEndpointOutAttributesProviderEnum = typeof JsonApiLlmEndpointOutAttributesProviderEnum[keyof typeof JsonApiLlmEndpointOutAttributesProviderEnum];
|
|
13084
12646
|
/**
|
|
@@ -13120,10 +12682,10 @@ export interface JsonApiLlmEndpointOutList {
|
|
|
13120
12682
|
links?: ListLinks;
|
|
13121
12683
|
/**
|
|
13122
12684
|
*
|
|
13123
|
-
* @type {
|
|
12685
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
13124
12686
|
* @memberof JsonApiLlmEndpointOutList
|
|
13125
12687
|
*/
|
|
13126
|
-
meta?:
|
|
12688
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
13127
12689
|
}
|
|
13128
12690
|
/**
|
|
13129
12691
|
*
|
|
@@ -13234,7 +12796,6 @@ export interface JsonApiLlmEndpointPatchAttributes {
|
|
|
13234
12796
|
}
|
|
13235
12797
|
export declare const JsonApiLlmEndpointPatchAttributesProviderEnum: {
|
|
13236
12798
|
readonly OPENAI: "OPENAI";
|
|
13237
|
-
readonly AZURE_OPENAI: "AZURE_OPENAI";
|
|
13238
12799
|
};
|
|
13239
12800
|
export type JsonApiLlmEndpointPatchAttributesProviderEnum = typeof JsonApiLlmEndpointPatchAttributesProviderEnum[keyof typeof JsonApiLlmEndpointPatchAttributesProviderEnum];
|
|
13240
12801
|
/**
|
|
@@ -13270,52 +12831,15 @@ export interface JsonApiMetricIn {
|
|
|
13270
12831
|
id: string;
|
|
13271
12832
|
/**
|
|
13272
12833
|
*
|
|
13273
|
-
* @type {
|
|
12834
|
+
* @type {JsonApiMetricPostOptionalIdAttributes}
|
|
13274
12835
|
* @memberof JsonApiMetricIn
|
|
13275
12836
|
*/
|
|
13276
|
-
attributes:
|
|
12837
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
13277
12838
|
}
|
|
13278
12839
|
export declare const JsonApiMetricInTypeEnum: {
|
|
13279
12840
|
readonly METRIC: "metric";
|
|
13280
12841
|
};
|
|
13281
12842
|
export type JsonApiMetricInTypeEnum = typeof JsonApiMetricInTypeEnum[keyof typeof JsonApiMetricInTypeEnum];
|
|
13282
|
-
/**
|
|
13283
|
-
*
|
|
13284
|
-
* @export
|
|
13285
|
-
* @interface JsonApiMetricInAttributes
|
|
13286
|
-
*/
|
|
13287
|
-
export interface JsonApiMetricInAttributes {
|
|
13288
|
-
/**
|
|
13289
|
-
*
|
|
13290
|
-
* @type {string}
|
|
13291
|
-
* @memberof JsonApiMetricInAttributes
|
|
13292
|
-
*/
|
|
13293
|
-
title?: string;
|
|
13294
|
-
/**
|
|
13295
|
-
*
|
|
13296
|
-
* @type {string}
|
|
13297
|
-
* @memberof JsonApiMetricInAttributes
|
|
13298
|
-
*/
|
|
13299
|
-
description?: string;
|
|
13300
|
-
/**
|
|
13301
|
-
*
|
|
13302
|
-
* @type {Array<string>}
|
|
13303
|
-
* @memberof JsonApiMetricInAttributes
|
|
13304
|
-
*/
|
|
13305
|
-
tags?: Array<string>;
|
|
13306
|
-
/**
|
|
13307
|
-
*
|
|
13308
|
-
* @type {boolean}
|
|
13309
|
-
* @memberof JsonApiMetricInAttributes
|
|
13310
|
-
*/
|
|
13311
|
-
areRelationsValid?: boolean;
|
|
13312
|
-
/**
|
|
13313
|
-
*
|
|
13314
|
-
* @type {JsonApiMetricOutAttributesContent}
|
|
13315
|
-
* @memberof JsonApiMetricInAttributes
|
|
13316
|
-
*/
|
|
13317
|
-
content: JsonApiMetricOutAttributesContent;
|
|
13318
|
-
}
|
|
13319
12843
|
/**
|
|
13320
12844
|
*
|
|
13321
12845
|
* @export
|
|
@@ -13511,10 +13035,10 @@ export interface JsonApiMetricOutList {
|
|
|
13511
13035
|
links?: ListLinks;
|
|
13512
13036
|
/**
|
|
13513
13037
|
*
|
|
13514
|
-
* @type {
|
|
13038
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
13515
13039
|
* @memberof JsonApiMetricOutList
|
|
13516
13040
|
*/
|
|
13517
|
-
meta?:
|
|
13041
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
13518
13042
|
/**
|
|
13519
13043
|
* Included resources
|
|
13520
13044
|
* @type {Array<JsonApiMetricOutIncludes>}
|
|
@@ -13668,15 +13192,52 @@ export interface JsonApiMetricPostOptionalId {
|
|
|
13668
13192
|
id?: string;
|
|
13669
13193
|
/**
|
|
13670
13194
|
*
|
|
13671
|
-
* @type {
|
|
13195
|
+
* @type {JsonApiMetricPostOptionalIdAttributes}
|
|
13672
13196
|
* @memberof JsonApiMetricPostOptionalId
|
|
13673
13197
|
*/
|
|
13674
|
-
attributes:
|
|
13198
|
+
attributes: JsonApiMetricPostOptionalIdAttributes;
|
|
13675
13199
|
}
|
|
13676
13200
|
export declare const JsonApiMetricPostOptionalIdTypeEnum: {
|
|
13677
13201
|
readonly METRIC: "metric";
|
|
13678
13202
|
};
|
|
13679
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
|
+
}
|
|
13680
13241
|
/**
|
|
13681
13242
|
*
|
|
13682
13243
|
* @export
|
|
@@ -13802,10 +13363,10 @@ export interface JsonApiNotificationChannelIdentifierOutList {
|
|
|
13802
13363
|
links?: ListLinks;
|
|
13803
13364
|
/**
|
|
13804
13365
|
*
|
|
13805
|
-
* @type {
|
|
13366
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
13806
13367
|
* @memberof JsonApiNotificationChannelIdentifierOutList
|
|
13807
13368
|
*/
|
|
13808
|
-
meta?:
|
|
13369
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
13809
13370
|
}
|
|
13810
13371
|
/**
|
|
13811
13372
|
*
|
|
@@ -14060,10 +13621,10 @@ export interface JsonApiNotificationChannelOutList {
|
|
|
14060
13621
|
links?: ListLinks;
|
|
14061
13622
|
/**
|
|
14062
13623
|
*
|
|
14063
|
-
* @type {
|
|
13624
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
14064
13625
|
* @memberof JsonApiNotificationChannelOutList
|
|
14065
13626
|
*/
|
|
14066
|
-
meta?:
|
|
13627
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
14067
13628
|
}
|
|
14068
13629
|
/**
|
|
14069
13630
|
*
|
|
@@ -14513,16 +14074,16 @@ export type JsonApiOrganizationOutMetaPermissionsEnum = typeof JsonApiOrganizati
|
|
|
14513
14074
|
export interface JsonApiOrganizationOutRelationships {
|
|
14514
14075
|
/**
|
|
14515
14076
|
*
|
|
14516
|
-
* @type {
|
|
14077
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
|
|
14517
14078
|
* @memberof JsonApiOrganizationOutRelationships
|
|
14518
14079
|
*/
|
|
14519
|
-
bootstrapUser?:
|
|
14080
|
+
bootstrapUser?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
14520
14081
|
/**
|
|
14521
14082
|
*
|
|
14522
|
-
* @type {
|
|
14083
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
|
|
14523
14084
|
* @memberof JsonApiOrganizationOutRelationships
|
|
14524
14085
|
*/
|
|
14525
|
-
bootstrapUserGroup?:
|
|
14086
|
+
bootstrapUserGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
14526
14087
|
/**
|
|
14527
14088
|
*
|
|
14528
14089
|
* @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
|
|
@@ -14530,6 +14091,32 @@ export interface JsonApiOrganizationOutRelationships {
|
|
|
14530
14091
|
*/
|
|
14531
14092
|
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
14532
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
|
+
}
|
|
14533
14120
|
/**
|
|
14534
14121
|
* JSON:API representation of patching organization entity.
|
|
14535
14122
|
* @export
|
|
@@ -14706,10 +14293,10 @@ export interface JsonApiOrganizationSettingIn {
|
|
|
14706
14293
|
id: string;
|
|
14707
14294
|
/**
|
|
14708
14295
|
*
|
|
14709
|
-
* @type {
|
|
14296
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14710
14297
|
* @memberof JsonApiOrganizationSettingIn
|
|
14711
14298
|
*/
|
|
14712
|
-
attributes?:
|
|
14299
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14713
14300
|
}
|
|
14714
14301
|
export declare const JsonApiOrganizationSettingInTypeEnum: {
|
|
14715
14302
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -14748,10 +14335,10 @@ export interface JsonApiOrganizationSettingOut {
|
|
|
14748
14335
|
id: string;
|
|
14749
14336
|
/**
|
|
14750
14337
|
*
|
|
14751
|
-
* @type {
|
|
14338
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14752
14339
|
* @memberof JsonApiOrganizationSettingOut
|
|
14753
14340
|
*/
|
|
14754
|
-
attributes?:
|
|
14341
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14755
14342
|
}
|
|
14756
14343
|
export declare const JsonApiOrganizationSettingOutTypeEnum: {
|
|
14757
14344
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -14796,10 +14383,10 @@ export interface JsonApiOrganizationSettingOutList {
|
|
|
14796
14383
|
links?: ListLinks;
|
|
14797
14384
|
/**
|
|
14798
14385
|
*
|
|
14799
|
-
* @type {
|
|
14386
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
14800
14387
|
* @memberof JsonApiOrganizationSettingOutList
|
|
14801
14388
|
*/
|
|
14802
|
-
meta?:
|
|
14389
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
14803
14390
|
}
|
|
14804
14391
|
/**
|
|
14805
14392
|
*
|
|
@@ -14821,10 +14408,10 @@ export interface JsonApiOrganizationSettingOutWithLinks {
|
|
|
14821
14408
|
id: string;
|
|
14822
14409
|
/**
|
|
14823
14410
|
*
|
|
14824
|
-
* @type {
|
|
14411
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14825
14412
|
* @memberof JsonApiOrganizationSettingOutWithLinks
|
|
14826
14413
|
*/
|
|
14827
|
-
attributes?:
|
|
14414
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14828
14415
|
/**
|
|
14829
14416
|
*
|
|
14830
14417
|
* @type {ObjectLinks}
|
|
@@ -14856,10 +14443,10 @@ export interface JsonApiOrganizationSettingPatch {
|
|
|
14856
14443
|
id: string;
|
|
14857
14444
|
/**
|
|
14858
14445
|
*
|
|
14859
|
-
* @type {
|
|
14446
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
14860
14447
|
* @memberof JsonApiOrganizationSettingPatch
|
|
14861
14448
|
*/
|
|
14862
|
-
attributes?:
|
|
14449
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
14863
14450
|
}
|
|
14864
14451
|
export declare const JsonApiOrganizationSettingPatchTypeEnum: {
|
|
14865
14452
|
readonly ORGANIZATION_SETTING: "organizationSetting";
|
|
@@ -14988,10 +14575,10 @@ export interface JsonApiThemeOutList {
|
|
|
14988
14575
|
links?: ListLinks;
|
|
14989
14576
|
/**
|
|
14990
14577
|
*
|
|
14991
|
-
* @type {
|
|
14578
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
14992
14579
|
* @memberof JsonApiThemeOutList
|
|
14993
14580
|
*/
|
|
14994
|
-
meta?:
|
|
14581
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
14995
14582
|
}
|
|
14996
14583
|
/**
|
|
14997
14584
|
*
|
|
@@ -15246,10 +14833,10 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
15246
14833
|
links?: ListLinks;
|
|
15247
14834
|
/**
|
|
15248
14835
|
*
|
|
15249
|
-
* @type {
|
|
14836
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
15250
14837
|
* @memberof JsonApiUserDataFilterOutList
|
|
15251
14838
|
*/
|
|
15252
|
-
meta?:
|
|
14839
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
15253
14840
|
/**
|
|
15254
14841
|
* Included resources
|
|
15255
14842
|
* @type {Array<JsonApiUserDataFilterOutIncludes>}
|
|
@@ -15265,16 +14852,16 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
15265
14852
|
export interface JsonApiUserDataFilterOutRelationships {
|
|
15266
14853
|
/**
|
|
15267
14854
|
*
|
|
15268
|
-
* @type {
|
|
14855
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
|
|
15269
14856
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15270
14857
|
*/
|
|
15271
|
-
user?:
|
|
14858
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
15272
14859
|
/**
|
|
15273
14860
|
*
|
|
15274
|
-
* @type {
|
|
14861
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
|
|
15275
14862
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15276
14863
|
*/
|
|
15277
|
-
userGroup?:
|
|
14864
|
+
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
15278
14865
|
/**
|
|
15279
14866
|
*
|
|
15280
14867
|
* @type {JsonApiVisualizationObjectOutRelationshipsFacts}
|
|
@@ -15446,29 +15033,16 @@ export interface JsonApiUserDataFilterPatchDocument {
|
|
|
15446
15033
|
export interface JsonApiUserDataFilterPatchRelationships {
|
|
15447
15034
|
/**
|
|
15448
15035
|
*
|
|
15449
|
-
* @type {
|
|
15036
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
|
|
15450
15037
|
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15451
15038
|
*/
|
|
15452
|
-
user?:
|
|
15039
|
+
user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
|
|
15453
15040
|
/**
|
|
15454
15041
|
*
|
|
15455
|
-
* @type {
|
|
15042
|
+
* @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
|
|
15456
15043
|
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15457
15044
|
*/
|
|
15458
|
-
userGroup?:
|
|
15459
|
-
}
|
|
15460
|
-
/**
|
|
15461
|
-
*
|
|
15462
|
-
* @export
|
|
15463
|
-
* @interface JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
15464
|
-
*/
|
|
15465
|
-
export interface JsonApiUserDataFilterPatchRelationshipsUserGroup {
|
|
15466
|
-
/**
|
|
15467
|
-
*
|
|
15468
|
-
* @type {JsonApiUserGroupToOneLinkage}
|
|
15469
|
-
* @memberof JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
15470
|
-
*/
|
|
15471
|
-
data: JsonApiUserGroupToOneLinkage | null;
|
|
15045
|
+
userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
|
|
15472
15046
|
}
|
|
15473
15047
|
/**
|
|
15474
15048
|
* JSON:API representation of userDataFilter entity.
|
|
@@ -15682,10 +15256,10 @@ export interface JsonApiUserGroupOutList {
|
|
|
15682
15256
|
links?: ListLinks;
|
|
15683
15257
|
/**
|
|
15684
15258
|
*
|
|
15685
|
-
* @type {
|
|
15259
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
15686
15260
|
* @memberof JsonApiUserGroupOutList
|
|
15687
15261
|
*/
|
|
15688
|
-
meta?:
|
|
15262
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
15689
15263
|
/**
|
|
15690
15264
|
* Included resources
|
|
15691
15265
|
* @type {Array<JsonApiUserGroupOutWithLinks>}
|
|
@@ -15917,10 +15491,10 @@ export interface JsonApiUserIdentifierOutList {
|
|
|
15917
15491
|
links?: ListLinks;
|
|
15918
15492
|
/**
|
|
15919
15493
|
*
|
|
15920
|
-
* @type {
|
|
15494
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
15921
15495
|
* @memberof JsonApiUserIdentifierOutList
|
|
15922
15496
|
*/
|
|
15923
|
-
meta?:
|
|
15497
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
15924
15498
|
}
|
|
15925
15499
|
/**
|
|
15926
15500
|
*
|
|
@@ -16145,10 +15719,10 @@ export interface JsonApiUserOutList {
|
|
|
16145
15719
|
links?: ListLinks;
|
|
16146
15720
|
/**
|
|
16147
15721
|
*
|
|
16148
|
-
* @type {
|
|
15722
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
16149
15723
|
* @memberof JsonApiUserOutList
|
|
16150
15724
|
*/
|
|
16151
|
-
meta?:
|
|
15725
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
16152
15726
|
/**
|
|
16153
15727
|
* Included resources
|
|
16154
15728
|
* @type {Array<JsonApiUserGroupOutWithLinks>}
|
|
@@ -16291,10 +15865,10 @@ export interface JsonApiUserSettingIn {
|
|
|
16291
15865
|
id: string;
|
|
16292
15866
|
/**
|
|
16293
15867
|
*
|
|
16294
|
-
* @type {
|
|
15868
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
16295
15869
|
* @memberof JsonApiUserSettingIn
|
|
16296
15870
|
*/
|
|
16297
|
-
attributes?:
|
|
15871
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
16298
15872
|
}
|
|
16299
15873
|
export declare const JsonApiUserSettingInTypeEnum: {
|
|
16300
15874
|
readonly USER_SETTING: "userSetting";
|
|
@@ -16333,15 +15907,62 @@ export interface JsonApiUserSettingOut {
|
|
|
16333
15907
|
id: string;
|
|
16334
15908
|
/**
|
|
16335
15909
|
*
|
|
16336
|
-
* @type {
|
|
15910
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
16337
15911
|
* @memberof JsonApiUserSettingOut
|
|
16338
15912
|
*/
|
|
16339
|
-
attributes?:
|
|
15913
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
16340
15914
|
}
|
|
16341
15915
|
export declare const JsonApiUserSettingOutTypeEnum: {
|
|
16342
15916
|
readonly USER_SETTING: "userSetting";
|
|
16343
15917
|
};
|
|
16344
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];
|
|
16345
15966
|
/**
|
|
16346
15967
|
*
|
|
16347
15968
|
* @export
|
|
@@ -16381,10 +16002,10 @@ export interface JsonApiUserSettingOutList {
|
|
|
16381
16002
|
links?: ListLinks;
|
|
16382
16003
|
/**
|
|
16383
16004
|
*
|
|
16384
|
-
* @type {
|
|
16005
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
16385
16006
|
* @memberof JsonApiUserSettingOutList
|
|
16386
16007
|
*/
|
|
16387
|
-
meta?:
|
|
16008
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
16388
16009
|
}
|
|
16389
16010
|
/**
|
|
16390
16011
|
*
|
|
@@ -16406,10 +16027,10 @@ export interface JsonApiUserSettingOutWithLinks {
|
|
|
16406
16027
|
id: string;
|
|
16407
16028
|
/**
|
|
16408
16029
|
*
|
|
16409
|
-
* @type {
|
|
16030
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
16410
16031
|
* @memberof JsonApiUserSettingOutWithLinks
|
|
16411
16032
|
*/
|
|
16412
|
-
attributes?:
|
|
16033
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
16413
16034
|
/**
|
|
16414
16035
|
*
|
|
16415
16036
|
* @type {ObjectLinks}
|
|
@@ -16627,10 +16248,10 @@ export interface JsonApiVisualizationObjectOutList {
|
|
|
16627
16248
|
links?: ListLinks;
|
|
16628
16249
|
/**
|
|
16629
16250
|
*
|
|
16630
|
-
* @type {
|
|
16251
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
16631
16252
|
* @memberof JsonApiVisualizationObjectOutList
|
|
16632
16253
|
*/
|
|
16633
|
-
meta?:
|
|
16254
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
16634
16255
|
/**
|
|
16635
16256
|
* Included resources
|
|
16636
16257
|
* @type {Array<JsonApiMetricOutIncludes>}
|
|
@@ -17121,10 +16742,10 @@ export interface JsonApiWorkspaceDataFilterOutList {
|
|
|
17121
16742
|
links?: ListLinks;
|
|
17122
16743
|
/**
|
|
17123
16744
|
*
|
|
17124
|
-
* @type {
|
|
16745
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
17125
16746
|
* @memberof JsonApiWorkspaceDataFilterOutList
|
|
17126
16747
|
*/
|
|
17127
|
-
meta?:
|
|
16748
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
17128
16749
|
/**
|
|
17129
16750
|
* Included resources
|
|
17130
16751
|
* @type {Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>}
|
|
@@ -17273,16 +16894,16 @@ export interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
17273
16894
|
id: string;
|
|
17274
16895
|
/**
|
|
17275
16896
|
*
|
|
17276
|
-
* @type {
|
|
16897
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17277
16898
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
17278
16899
|
*/
|
|
17279
|
-
attributes?:
|
|
16900
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17280
16901
|
/**
|
|
17281
16902
|
*
|
|
17282
|
-
* @type {
|
|
16903
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17283
16904
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
17284
16905
|
*/
|
|
17285
|
-
relationships?:
|
|
16906
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17286
16907
|
}
|
|
17287
16908
|
export declare const JsonApiWorkspaceDataFilterSettingInTypeEnum: {
|
|
17288
16909
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
@@ -17350,21 +16971,46 @@ export interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
17350
16971
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
17351
16972
|
/**
|
|
17352
16973
|
*
|
|
17353
|
-
* @type {
|
|
16974
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17354
16975
|
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17355
16976
|
*/
|
|
17356
|
-
attributes?:
|
|
16977
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17357
16978
|
/**
|
|
17358
16979
|
*
|
|
17359
|
-
* @type {
|
|
16980
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17360
16981
|
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17361
16982
|
*/
|
|
17362
|
-
relationships?:
|
|
16983
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17363
16984
|
}
|
|
17364
16985
|
export declare const JsonApiWorkspaceDataFilterSettingOutTypeEnum: {
|
|
17365
16986
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
17366
16987
|
};
|
|
17367
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
|
+
}
|
|
17368
17014
|
/**
|
|
17369
17015
|
*
|
|
17370
17016
|
* @export
|
|
@@ -17410,10 +17056,10 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
17410
17056
|
links?: ListLinks;
|
|
17411
17057
|
/**
|
|
17412
17058
|
*
|
|
17413
|
-
* @type {
|
|
17059
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
17414
17060
|
* @memberof JsonApiWorkspaceDataFilterSettingOutList
|
|
17415
17061
|
*/
|
|
17416
|
-
meta?:
|
|
17062
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
17417
17063
|
/**
|
|
17418
17064
|
* Included resources
|
|
17419
17065
|
* @type {Array<JsonApiWorkspaceDataFilterOutWithLinks>}
|
|
@@ -17421,6 +17067,32 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
|
|
|
17421
17067
|
*/
|
|
17422
17068
|
included?: Array<JsonApiWorkspaceDataFilterOutWithLinks>;
|
|
17423
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
|
+
}
|
|
17424
17096
|
/**
|
|
17425
17097
|
*
|
|
17426
17098
|
* @export
|
|
@@ -17447,16 +17119,16 @@ export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
17447
17119
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
17448
17120
|
/**
|
|
17449
17121
|
*
|
|
17450
|
-
* @type {
|
|
17122
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17451
17123
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
17452
17124
|
*/
|
|
17453
|
-
attributes?:
|
|
17125
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17454
17126
|
/**
|
|
17455
17127
|
*
|
|
17456
|
-
* @type {
|
|
17128
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17457
17129
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
17458
17130
|
*/
|
|
17459
|
-
relationships?:
|
|
17131
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17460
17132
|
/**
|
|
17461
17133
|
*
|
|
17462
17134
|
* @type {ObjectLinks}
|
|
@@ -17488,46 +17160,21 @@ export interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
17488
17160
|
id: string;
|
|
17489
17161
|
/**
|
|
17490
17162
|
*
|
|
17491
|
-
* @type {
|
|
17163
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutAttributes}
|
|
17492
17164
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
17493
17165
|
*/
|
|
17494
|
-
attributes?:
|
|
17166
|
+
attributes?: JsonApiWorkspaceDataFilterSettingOutAttributes;
|
|
17495
17167
|
/**
|
|
17496
17168
|
*
|
|
17497
|
-
* @type {
|
|
17169
|
+
* @type {JsonApiWorkspaceDataFilterSettingOutRelationships}
|
|
17498
17170
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
17499
17171
|
*/
|
|
17500
|
-
relationships?:
|
|
17172
|
+
relationships?: JsonApiWorkspaceDataFilterSettingOutRelationships;
|
|
17501
17173
|
}
|
|
17502
17174
|
export declare const JsonApiWorkspaceDataFilterSettingPatchTypeEnum: {
|
|
17503
17175
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
17504
17176
|
};
|
|
17505
17177
|
export type JsonApiWorkspaceDataFilterSettingPatchTypeEnum = typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum[keyof typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum];
|
|
17506
|
-
/**
|
|
17507
|
-
*
|
|
17508
|
-
* @export
|
|
17509
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
17510
|
-
*/
|
|
17511
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchAttributes {
|
|
17512
|
-
/**
|
|
17513
|
-
*
|
|
17514
|
-
* @type {string}
|
|
17515
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
17516
|
-
*/
|
|
17517
|
-
title?: string;
|
|
17518
|
-
/**
|
|
17519
|
-
*
|
|
17520
|
-
* @type {string}
|
|
17521
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
17522
|
-
*/
|
|
17523
|
-
description?: string;
|
|
17524
|
-
/**
|
|
17525
|
-
*
|
|
17526
|
-
* @type {Array<string>}
|
|
17527
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
17528
|
-
*/
|
|
17529
|
-
filterValues?: Array<string>;
|
|
17530
|
-
}
|
|
17531
17178
|
/**
|
|
17532
17179
|
*
|
|
17533
17180
|
* @export
|
|
@@ -17541,32 +17188,6 @@ export interface JsonApiWorkspaceDataFilterSettingPatchDocument {
|
|
|
17541
17188
|
*/
|
|
17542
17189
|
data: JsonApiWorkspaceDataFilterSettingPatch;
|
|
17543
17190
|
}
|
|
17544
|
-
/**
|
|
17545
|
-
*
|
|
17546
|
-
* @export
|
|
17547
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchRelationships
|
|
17548
|
-
*/
|
|
17549
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchRelationships {
|
|
17550
|
-
/**
|
|
17551
|
-
*
|
|
17552
|
-
* @type {JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter}
|
|
17553
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchRelationships
|
|
17554
|
-
*/
|
|
17555
|
-
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter;
|
|
17556
|
-
}
|
|
17557
|
-
/**
|
|
17558
|
-
*
|
|
17559
|
-
* @export
|
|
17560
|
-
* @interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
|
|
17561
|
-
*/
|
|
17562
|
-
export interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter {
|
|
17563
|
-
/**
|
|
17564
|
-
*
|
|
17565
|
-
* @type {JsonApiWorkspaceDataFilterToOneLinkage}
|
|
17566
|
-
* @memberof JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
|
|
17567
|
-
*/
|
|
17568
|
-
data: JsonApiWorkspaceDataFilterToOneLinkage | null;
|
|
17569
|
-
}
|
|
17570
17191
|
/**
|
|
17571
17192
|
* @type JsonApiWorkspaceDataFilterToOneLinkage
|
|
17572
17193
|
* References to other resource objects in a to-one (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -17593,16 +17214,16 @@ export interface JsonApiWorkspaceIn {
|
|
|
17593
17214
|
id: string;
|
|
17594
17215
|
/**
|
|
17595
17216
|
*
|
|
17596
|
-
* @type {
|
|
17217
|
+
* @type {JsonApiWorkspaceOutAttributes}
|
|
17597
17218
|
* @memberof JsonApiWorkspaceIn
|
|
17598
17219
|
*/
|
|
17599
|
-
attributes?:
|
|
17220
|
+
attributes?: JsonApiWorkspaceOutAttributes;
|
|
17600
17221
|
/**
|
|
17601
17222
|
*
|
|
17602
|
-
* @type {
|
|
17223
|
+
* @type {JsonApiWorkspaceOutRelationships}
|
|
17603
17224
|
* @memberof JsonApiWorkspaceIn
|
|
17604
17225
|
*/
|
|
17605
|
-
relationships?:
|
|
17226
|
+
relationships?: JsonApiWorkspaceOutRelationships;
|
|
17606
17227
|
}
|
|
17607
17228
|
export declare const JsonApiWorkspaceInTypeEnum: {
|
|
17608
17229
|
readonly WORKSPACE: "workspace";
|
|
@@ -17670,21 +17291,90 @@ export interface JsonApiWorkspaceOut {
|
|
|
17670
17291
|
meta?: JsonApiWorkspaceOutMeta;
|
|
17671
17292
|
/**
|
|
17672
17293
|
*
|
|
17673
|
-
* @type {
|
|
17294
|
+
* @type {JsonApiWorkspaceOutAttributes}
|
|
17674
17295
|
* @memberof JsonApiWorkspaceOut
|
|
17675
17296
|
*/
|
|
17676
|
-
attributes?:
|
|
17297
|
+
attributes?: JsonApiWorkspaceOutAttributes;
|
|
17677
17298
|
/**
|
|
17678
17299
|
*
|
|
17679
|
-
* @type {
|
|
17300
|
+
* @type {JsonApiWorkspaceOutRelationships}
|
|
17680
17301
|
* @memberof JsonApiWorkspaceOut
|
|
17681
17302
|
*/
|
|
17682
|
-
relationships?:
|
|
17303
|
+
relationships?: JsonApiWorkspaceOutRelationships;
|
|
17683
17304
|
}
|
|
17684
17305
|
export declare const JsonApiWorkspaceOutTypeEnum: {
|
|
17685
17306
|
readonly WORKSPACE: "workspace";
|
|
17686
17307
|
};
|
|
17687
17308
|
export type JsonApiWorkspaceOutTypeEnum = typeof JsonApiWorkspaceOutTypeEnum[keyof typeof JsonApiWorkspaceOutTypeEnum];
|
|
17309
|
+
/**
|
|
17310
|
+
*
|
|
17311
|
+
* @export
|
|
17312
|
+
* @interface JsonApiWorkspaceOutAttributes
|
|
17313
|
+
*/
|
|
17314
|
+
export interface JsonApiWorkspaceOutAttributes {
|
|
17315
|
+
/**
|
|
17316
|
+
*
|
|
17317
|
+
* @type {string}
|
|
17318
|
+
* @memberof JsonApiWorkspaceOutAttributes
|
|
17319
|
+
*/
|
|
17320
|
+
name?: string | null;
|
|
17321
|
+
/**
|
|
17322
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
17323
|
+
* @type {string}
|
|
17324
|
+
* @memberof JsonApiWorkspaceOutAttributes
|
|
17325
|
+
* @deprecated
|
|
17326
|
+
*/
|
|
17327
|
+
earlyAccess?: string | null;
|
|
17328
|
+
/**
|
|
17329
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
17330
|
+
* @type {Array<string>}
|
|
17331
|
+
* @memberof JsonApiWorkspaceOutAttributes
|
|
17332
|
+
*/
|
|
17333
|
+
earlyAccessValues?: Array<string> | null;
|
|
17334
|
+
/**
|
|
17335
|
+
*
|
|
17336
|
+
* @type {string}
|
|
17337
|
+
* @memberof JsonApiWorkspaceOutAttributes
|
|
17338
|
+
*/
|
|
17339
|
+
description?: string | null;
|
|
17340
|
+
/**
|
|
17341
|
+
* Custom prefix of entity identifiers in workspace
|
|
17342
|
+
* @type {string}
|
|
17343
|
+
* @memberof JsonApiWorkspaceOutAttributes
|
|
17344
|
+
*/
|
|
17345
|
+
prefix?: string | null;
|
|
17346
|
+
/**
|
|
17347
|
+
*
|
|
17348
|
+
* @type {number}
|
|
17349
|
+
* @memberof JsonApiWorkspaceOutAttributes
|
|
17350
|
+
*/
|
|
17351
|
+
cacheExtraLimit?: number;
|
|
17352
|
+
/**
|
|
17353
|
+
*
|
|
17354
|
+
* @type {JsonApiWorkspaceOutAttributesDataSource}
|
|
17355
|
+
* @memberof JsonApiWorkspaceOutAttributes
|
|
17356
|
+
*/
|
|
17357
|
+
dataSource?: JsonApiWorkspaceOutAttributesDataSource;
|
|
17358
|
+
}
|
|
17359
|
+
/**
|
|
17360
|
+
* The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
|
|
17361
|
+
* @export
|
|
17362
|
+
* @interface JsonApiWorkspaceOutAttributesDataSource
|
|
17363
|
+
*/
|
|
17364
|
+
export interface JsonApiWorkspaceOutAttributesDataSource {
|
|
17365
|
+
/**
|
|
17366
|
+
* The ID of the used data source.
|
|
17367
|
+
* @type {string}
|
|
17368
|
+
* @memberof JsonApiWorkspaceOutAttributesDataSource
|
|
17369
|
+
*/
|
|
17370
|
+
id: string;
|
|
17371
|
+
/**
|
|
17372
|
+
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
17373
|
+
* @type {Array<string>}
|
|
17374
|
+
* @memberof JsonApiWorkspaceOutAttributesDataSource
|
|
17375
|
+
*/
|
|
17376
|
+
schemaPath?: Array<string>;
|
|
17377
|
+
}
|
|
17688
17378
|
/**
|
|
17689
17379
|
*
|
|
17690
17380
|
* @export
|
|
@@ -17730,10 +17420,10 @@ export interface JsonApiWorkspaceOutList {
|
|
|
17730
17420
|
links?: ListLinks;
|
|
17731
17421
|
/**
|
|
17732
17422
|
*
|
|
17733
|
-
* @type {
|
|
17423
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
17734
17424
|
* @memberof JsonApiWorkspaceOutList
|
|
17735
17425
|
*/
|
|
17736
|
-
meta?:
|
|
17426
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
17737
17427
|
/**
|
|
17738
17428
|
* Included resources
|
|
17739
17429
|
* @type {Array<JsonApiWorkspaceOutWithLinks>}
|
|
@@ -17835,6 +17525,32 @@ export interface JsonApiWorkspaceOutMetaHierarchy {
|
|
|
17835
17525
|
*/
|
|
17836
17526
|
childrenCount: number;
|
|
17837
17527
|
}
|
|
17528
|
+
/**
|
|
17529
|
+
*
|
|
17530
|
+
* @export
|
|
17531
|
+
* @interface JsonApiWorkspaceOutRelationships
|
|
17532
|
+
*/
|
|
17533
|
+
export interface JsonApiWorkspaceOutRelationships {
|
|
17534
|
+
/**
|
|
17535
|
+
*
|
|
17536
|
+
* @type {JsonApiWorkspaceOutRelationshipsParent}
|
|
17537
|
+
* @memberof JsonApiWorkspaceOutRelationships
|
|
17538
|
+
*/
|
|
17539
|
+
parent?: JsonApiWorkspaceOutRelationshipsParent;
|
|
17540
|
+
}
|
|
17541
|
+
/**
|
|
17542
|
+
*
|
|
17543
|
+
* @export
|
|
17544
|
+
* @interface JsonApiWorkspaceOutRelationshipsParent
|
|
17545
|
+
*/
|
|
17546
|
+
export interface JsonApiWorkspaceOutRelationshipsParent {
|
|
17547
|
+
/**
|
|
17548
|
+
*
|
|
17549
|
+
* @type {JsonApiWorkspaceToOneLinkage}
|
|
17550
|
+
* @memberof JsonApiWorkspaceOutRelationshipsParent
|
|
17551
|
+
*/
|
|
17552
|
+
data: JsonApiWorkspaceToOneLinkage | null;
|
|
17553
|
+
}
|
|
17838
17554
|
/**
|
|
17839
17555
|
*
|
|
17840
17556
|
* @export
|
|
@@ -17861,16 +17577,16 @@ export interface JsonApiWorkspaceOutWithLinks {
|
|
|
17861
17577
|
meta?: JsonApiWorkspaceOutMeta;
|
|
17862
17578
|
/**
|
|
17863
17579
|
*
|
|
17864
|
-
* @type {
|
|
17580
|
+
* @type {JsonApiWorkspaceOutAttributes}
|
|
17865
17581
|
* @memberof JsonApiWorkspaceOutWithLinks
|
|
17866
17582
|
*/
|
|
17867
|
-
attributes?:
|
|
17583
|
+
attributes?: JsonApiWorkspaceOutAttributes;
|
|
17868
17584
|
/**
|
|
17869
17585
|
*
|
|
17870
|
-
* @type {
|
|
17586
|
+
* @type {JsonApiWorkspaceOutRelationships}
|
|
17871
17587
|
* @memberof JsonApiWorkspaceOutWithLinks
|
|
17872
17588
|
*/
|
|
17873
|
-
relationships?:
|
|
17589
|
+
relationships?: JsonApiWorkspaceOutRelationships;
|
|
17874
17590
|
/**
|
|
17875
17591
|
*
|
|
17876
17592
|
* @type {ObjectLinks}
|
|
@@ -17902,90 +17618,21 @@ export interface JsonApiWorkspacePatch {
|
|
|
17902
17618
|
id: string;
|
|
17903
17619
|
/**
|
|
17904
17620
|
*
|
|
17905
|
-
* @type {
|
|
17621
|
+
* @type {JsonApiWorkspaceOutAttributes}
|
|
17906
17622
|
* @memberof JsonApiWorkspacePatch
|
|
17907
17623
|
*/
|
|
17908
|
-
attributes?:
|
|
17624
|
+
attributes?: JsonApiWorkspaceOutAttributes;
|
|
17909
17625
|
/**
|
|
17910
17626
|
*
|
|
17911
|
-
* @type {
|
|
17627
|
+
* @type {JsonApiWorkspaceOutRelationships}
|
|
17912
17628
|
* @memberof JsonApiWorkspacePatch
|
|
17913
17629
|
*/
|
|
17914
|
-
relationships?:
|
|
17630
|
+
relationships?: JsonApiWorkspaceOutRelationships;
|
|
17915
17631
|
}
|
|
17916
17632
|
export declare const JsonApiWorkspacePatchTypeEnum: {
|
|
17917
17633
|
readonly WORKSPACE: "workspace";
|
|
17918
17634
|
};
|
|
17919
17635
|
export type JsonApiWorkspacePatchTypeEnum = typeof JsonApiWorkspacePatchTypeEnum[keyof typeof JsonApiWorkspacePatchTypeEnum];
|
|
17920
|
-
/**
|
|
17921
|
-
*
|
|
17922
|
-
* @export
|
|
17923
|
-
* @interface JsonApiWorkspacePatchAttributes
|
|
17924
|
-
*/
|
|
17925
|
-
export interface JsonApiWorkspacePatchAttributes {
|
|
17926
|
-
/**
|
|
17927
|
-
*
|
|
17928
|
-
* @type {string}
|
|
17929
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17930
|
-
*/
|
|
17931
|
-
name?: string | null;
|
|
17932
|
-
/**
|
|
17933
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
17934
|
-
* @type {string}
|
|
17935
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17936
|
-
* @deprecated
|
|
17937
|
-
*/
|
|
17938
|
-
earlyAccess?: string | null;
|
|
17939
|
-
/**
|
|
17940
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
17941
|
-
* @type {Array<string>}
|
|
17942
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17943
|
-
*/
|
|
17944
|
-
earlyAccessValues?: Array<string> | null;
|
|
17945
|
-
/**
|
|
17946
|
-
*
|
|
17947
|
-
* @type {string}
|
|
17948
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17949
|
-
*/
|
|
17950
|
-
description?: string | null;
|
|
17951
|
-
/**
|
|
17952
|
-
* Custom prefix of entity identifiers in workspace
|
|
17953
|
-
* @type {string}
|
|
17954
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17955
|
-
*/
|
|
17956
|
-
prefix?: string | null;
|
|
17957
|
-
/**
|
|
17958
|
-
*
|
|
17959
|
-
* @type {number}
|
|
17960
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17961
|
-
*/
|
|
17962
|
-
cacheExtraLimit?: number;
|
|
17963
|
-
/**
|
|
17964
|
-
*
|
|
17965
|
-
* @type {JsonApiWorkspacePatchAttributesDataSource}
|
|
17966
|
-
* @memberof JsonApiWorkspacePatchAttributes
|
|
17967
|
-
*/
|
|
17968
|
-
dataSource?: JsonApiWorkspacePatchAttributesDataSource;
|
|
17969
|
-
}
|
|
17970
|
-
/**
|
|
17971
|
-
* The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
|
|
17972
|
-
* @export
|
|
17973
|
-
* @interface JsonApiWorkspacePatchAttributesDataSource
|
|
17974
|
-
*/
|
|
17975
|
-
export interface JsonApiWorkspacePatchAttributesDataSource {
|
|
17976
|
-
/**
|
|
17977
|
-
* The ID of the used data source.
|
|
17978
|
-
* @type {string}
|
|
17979
|
-
* @memberof JsonApiWorkspacePatchAttributesDataSource
|
|
17980
|
-
*/
|
|
17981
|
-
id: string;
|
|
17982
|
-
/**
|
|
17983
|
-
* The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
|
|
17984
|
-
* @type {Array<string>}
|
|
17985
|
-
* @memberof JsonApiWorkspacePatchAttributesDataSource
|
|
17986
|
-
*/
|
|
17987
|
-
schemaPath?: Array<string>;
|
|
17988
|
-
}
|
|
17989
17636
|
/**
|
|
17990
17637
|
*
|
|
17991
17638
|
* @export
|
|
@@ -17999,32 +17646,6 @@ export interface JsonApiWorkspacePatchDocument {
|
|
|
17999
17646
|
*/
|
|
18000
17647
|
data: JsonApiWorkspacePatch;
|
|
18001
17648
|
}
|
|
18002
|
-
/**
|
|
18003
|
-
*
|
|
18004
|
-
* @export
|
|
18005
|
-
* @interface JsonApiWorkspacePatchRelationships
|
|
18006
|
-
*/
|
|
18007
|
-
export interface JsonApiWorkspacePatchRelationships {
|
|
18008
|
-
/**
|
|
18009
|
-
*
|
|
18010
|
-
* @type {JsonApiWorkspacePatchRelationshipsParent}
|
|
18011
|
-
* @memberof JsonApiWorkspacePatchRelationships
|
|
18012
|
-
*/
|
|
18013
|
-
parent?: JsonApiWorkspacePatchRelationshipsParent;
|
|
18014
|
-
}
|
|
18015
|
-
/**
|
|
18016
|
-
*
|
|
18017
|
-
* @export
|
|
18018
|
-
* @interface JsonApiWorkspacePatchRelationshipsParent
|
|
18019
|
-
*/
|
|
18020
|
-
export interface JsonApiWorkspacePatchRelationshipsParent {
|
|
18021
|
-
/**
|
|
18022
|
-
*
|
|
18023
|
-
* @type {JsonApiWorkspaceToOneLinkage}
|
|
18024
|
-
* @memberof JsonApiWorkspacePatchRelationshipsParent
|
|
18025
|
-
*/
|
|
18026
|
-
data: JsonApiWorkspaceToOneLinkage | null;
|
|
18027
|
-
}
|
|
18028
17649
|
/**
|
|
18029
17650
|
* JSON:API representation of workspaceSetting entity.
|
|
18030
17651
|
* @export
|
|
@@ -18045,10 +17666,10 @@ export interface JsonApiWorkspaceSettingIn {
|
|
|
18045
17666
|
id: string;
|
|
18046
17667
|
/**
|
|
18047
17668
|
*
|
|
18048
|
-
* @type {
|
|
17669
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18049
17670
|
* @memberof JsonApiWorkspaceSettingIn
|
|
18050
17671
|
*/
|
|
18051
|
-
attributes?:
|
|
17672
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18052
17673
|
}
|
|
18053
17674
|
export declare const JsonApiWorkspaceSettingInTypeEnum: {
|
|
18054
17675
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18093,10 +17714,10 @@ export interface JsonApiWorkspaceSettingOut {
|
|
|
18093
17714
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
18094
17715
|
/**
|
|
18095
17716
|
*
|
|
18096
|
-
* @type {
|
|
17717
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18097
17718
|
* @memberof JsonApiWorkspaceSettingOut
|
|
18098
17719
|
*/
|
|
18099
|
-
attributes?:
|
|
17720
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18100
17721
|
}
|
|
18101
17722
|
export declare const JsonApiWorkspaceSettingOutTypeEnum: {
|
|
18102
17723
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18141,10 +17762,10 @@ export interface JsonApiWorkspaceSettingOutList {
|
|
|
18141
17762
|
links?: ListLinks;
|
|
18142
17763
|
/**
|
|
18143
17764
|
*
|
|
18144
|
-
* @type {
|
|
17765
|
+
* @type {JsonApiApiTokenOutListMeta}
|
|
18145
17766
|
* @memberof JsonApiWorkspaceSettingOutList
|
|
18146
17767
|
*/
|
|
18147
|
-
meta?:
|
|
17768
|
+
meta?: JsonApiApiTokenOutListMeta;
|
|
18148
17769
|
}
|
|
18149
17770
|
/**
|
|
18150
17771
|
*
|
|
@@ -18172,10 +17793,10 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
|
|
|
18172
17793
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
18173
17794
|
/**
|
|
18174
17795
|
*
|
|
18175
|
-
* @type {
|
|
17796
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18176
17797
|
* @memberof JsonApiWorkspaceSettingOutWithLinks
|
|
18177
17798
|
*/
|
|
18178
|
-
attributes?:
|
|
17799
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18179
17800
|
/**
|
|
18180
17801
|
*
|
|
18181
17802
|
* @type {ObjectLinks}
|
|
@@ -18207,62 +17828,15 @@ export interface JsonApiWorkspaceSettingPatch {
|
|
|
18207
17828
|
id: string;
|
|
18208
17829
|
/**
|
|
18209
17830
|
*
|
|
18210
|
-
* @type {
|
|
17831
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18211
17832
|
* @memberof JsonApiWorkspaceSettingPatch
|
|
18212
17833
|
*/
|
|
18213
|
-
attributes?:
|
|
17834
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18214
17835
|
}
|
|
18215
17836
|
export declare const JsonApiWorkspaceSettingPatchTypeEnum: {
|
|
18216
17837
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
18217
17838
|
};
|
|
18218
17839
|
export type JsonApiWorkspaceSettingPatchTypeEnum = typeof JsonApiWorkspaceSettingPatchTypeEnum[keyof typeof JsonApiWorkspaceSettingPatchTypeEnum];
|
|
18219
|
-
/**
|
|
18220
|
-
*
|
|
18221
|
-
* @export
|
|
18222
|
-
* @interface JsonApiWorkspaceSettingPatchAttributes
|
|
18223
|
-
*/
|
|
18224
|
-
export interface JsonApiWorkspaceSettingPatchAttributes {
|
|
18225
|
-
/**
|
|
18226
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
18227
|
-
* @type {object}
|
|
18228
|
-
* @memberof JsonApiWorkspaceSettingPatchAttributes
|
|
18229
|
-
*/
|
|
18230
|
-
content?: object;
|
|
18231
|
-
/**
|
|
18232
|
-
*
|
|
18233
|
-
* @type {string}
|
|
18234
|
-
* @memberof JsonApiWorkspaceSettingPatchAttributes
|
|
18235
|
-
*/
|
|
18236
|
-
type?: JsonApiWorkspaceSettingPatchAttributesTypeEnum;
|
|
18237
|
-
}
|
|
18238
|
-
export declare const JsonApiWorkspaceSettingPatchAttributesTypeEnum: {
|
|
18239
|
-
readonly TIMEZONE: "TIMEZONE";
|
|
18240
|
-
readonly ACTIVE_THEME: "ACTIVE_THEME";
|
|
18241
|
-
readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
|
|
18242
|
-
readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
|
|
18243
|
-
readonly WHITE_LABELING: "WHITE_LABELING";
|
|
18244
|
-
readonly LOCALE: "LOCALE";
|
|
18245
|
-
readonly METADATA_LOCALE: "METADATA_LOCALE";
|
|
18246
|
-
readonly FORMAT_LOCALE: "FORMAT_LOCALE";
|
|
18247
|
-
readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
|
|
18248
|
-
readonly WEEK_START: "WEEK_START";
|
|
18249
|
-
readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
|
|
18250
|
-
readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
|
|
18251
|
-
readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
|
|
18252
|
-
readonly OPENAI_CONFIG: "OPENAI_CONFIG";
|
|
18253
|
-
readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
|
|
18254
|
-
readonly ALERT: "ALERT";
|
|
18255
|
-
readonly SEPARATORS: "SEPARATORS";
|
|
18256
|
-
readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
|
|
18257
|
-
readonly JIT_PROVISIONING: "JIT_PROVISIONING";
|
|
18258
|
-
readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
|
|
18259
|
-
readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
|
|
18260
|
-
readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
|
|
18261
|
-
readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
|
|
18262
|
-
readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
|
|
18263
|
-
readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
|
|
18264
|
-
};
|
|
18265
|
-
export type JsonApiWorkspaceSettingPatchAttributesTypeEnum = typeof JsonApiWorkspaceSettingPatchAttributesTypeEnum[keyof typeof JsonApiWorkspaceSettingPatchAttributesTypeEnum];
|
|
18266
17840
|
/**
|
|
18267
17841
|
*
|
|
18268
17842
|
* @export
|
|
@@ -18296,10 +17870,10 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
|
|
|
18296
17870
|
id?: string;
|
|
18297
17871
|
/**
|
|
18298
17872
|
*
|
|
18299
|
-
* @type {
|
|
17873
|
+
* @type {JsonApiUserSettingOutAttributes}
|
|
18300
17874
|
* @memberof JsonApiWorkspaceSettingPostOptionalId
|
|
18301
17875
|
*/
|
|
18302
|
-
attributes?:
|
|
17876
|
+
attributes?: JsonApiUserSettingOutAttributes;
|
|
18303
17877
|
}
|
|
18304
17878
|
export declare const JsonApiWorkspaceSettingPostOptionalIdTypeEnum: {
|
|
18305
17879
|
readonly WORKSPACE_SETTING: "workspaceSetting";
|
|
@@ -18713,19 +18287,6 @@ export declare const OrganizationPermissionAssignmentPermissionsEnum: {
|
|
|
18713
18287
|
readonly SELF_CREATE_TOKEN: "SELF_CREATE_TOKEN";
|
|
18714
18288
|
};
|
|
18715
18289
|
export type OrganizationPermissionAssignmentPermissionsEnum = typeof OrganizationPermissionAssignmentPermissionsEnum[keyof typeof OrganizationPermissionAssignmentPermissionsEnum];
|
|
18716
|
-
/**
|
|
18717
|
-
*
|
|
18718
|
-
* @export
|
|
18719
|
-
* @interface Over
|
|
18720
|
-
*/
|
|
18721
|
-
export interface Over {
|
|
18722
|
-
/**
|
|
18723
|
-
*
|
|
18724
|
-
* @type {Array<IdentifierRef>}
|
|
18725
|
-
* @memberof Over
|
|
18726
|
-
*/
|
|
18727
|
-
attributes: Array<IdentifierRef>;
|
|
18728
|
-
}
|
|
18729
18290
|
/**
|
|
18730
18291
|
*
|
|
18731
18292
|
* @export
|
|
@@ -19510,7 +19071,7 @@ export declare const RelativeOperatorEnum: {
|
|
|
19510
19071
|
};
|
|
19511
19072
|
export type RelativeOperatorEnum = typeof RelativeOperatorEnum[keyof typeof RelativeOperatorEnum];
|
|
19512
19073
|
/**
|
|
19513
|
-
* 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.
|
|
19514
19075
|
* @export
|
|
19515
19076
|
* @interface RelativeDateFilter
|
|
19516
19077
|
*/
|
|
@@ -19535,17 +19096,17 @@ export interface RelativeDateFilterRelativeDateFilter {
|
|
|
19535
19096
|
*/
|
|
19536
19097
|
granularity: RelativeDateFilterRelativeDateFilterGranularityEnum;
|
|
19537
19098
|
/**
|
|
19538
|
-
* 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\').
|
|
19099
|
+
* 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\').
|
|
19539
19100
|
* @type {number}
|
|
19540
19101
|
* @memberof RelativeDateFilterRelativeDateFilter
|
|
19541
19102
|
*/
|
|
19542
|
-
from
|
|
19103
|
+
from: number;
|
|
19543
19104
|
/**
|
|
19544
|
-
* 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, ...).
|
|
19105
|
+
* 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, ...).
|
|
19545
19106
|
* @type {number}
|
|
19546
19107
|
* @memberof RelativeDateFilterRelativeDateFilter
|
|
19547
19108
|
*/
|
|
19548
|
-
to
|
|
19109
|
+
to: number;
|
|
19549
19110
|
/**
|
|
19550
19111
|
*
|
|
19551
19112
|
* @type {string}
|
|
@@ -20121,19 +19682,6 @@ export declare const SqlColumnDataTypeEnum: {
|
|
|
20121
19682
|
readonly BOOLEAN: "BOOLEAN";
|
|
20122
19683
|
};
|
|
20123
19684
|
export type SqlColumnDataTypeEnum = typeof SqlColumnDataTypeEnum[keyof typeof SqlColumnDataTypeEnum];
|
|
20124
|
-
/**
|
|
20125
|
-
*
|
|
20126
|
-
* @export
|
|
20127
|
-
* @interface SwitchIdentityProviderRequest
|
|
20128
|
-
*/
|
|
20129
|
-
export interface SwitchIdentityProviderRequest {
|
|
20130
|
-
/**
|
|
20131
|
-
* Identity provider ID to set as active for the organization.
|
|
20132
|
-
* @type {string}
|
|
20133
|
-
* @memberof SwitchIdentityProviderRequest
|
|
20134
|
-
*/
|
|
20135
|
-
idpId: string;
|
|
20136
|
-
}
|
|
20137
19685
|
/**
|
|
20138
19686
|
* Table override settings.
|
|
20139
19687
|
* @export
|
|
@@ -21680,14 +21228,6 @@ export declare const ActionsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
21680
21228
|
* @throws {RequiredError}
|
|
21681
21229
|
*/
|
|
21682
21230
|
setTranslations: (workspaceId: string, xliff: Xliff, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21683
|
-
/**
|
|
21684
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
21685
|
-
* @summary Switch Active Identity Provider
|
|
21686
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
21687
|
-
* @param {*} [options] Override http request option.
|
|
21688
|
-
* @throws {RequiredError}
|
|
21689
|
-
*/
|
|
21690
|
-
switchActiveIdentityProvider: (switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
21691
21231
|
/**
|
|
21692
21232
|
*
|
|
21693
21233
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -21971,14 +21511,6 @@ export declare const ActionsApiFp: (configuration?: Configuration) => {
|
|
|
21971
21511
|
* @throws {RequiredError}
|
|
21972
21512
|
*/
|
|
21973
21513
|
setTranslations(workspaceId: string, xliff: Xliff, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
21974
|
-
/**
|
|
21975
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
21976
|
-
* @summary Switch Active Identity Provider
|
|
21977
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
21978
|
-
* @param {*} [options] Override http request option.
|
|
21979
|
-
* @throws {RequiredError}
|
|
21980
|
-
*/
|
|
21981
|
-
switchActiveIdentityProvider(switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
21982
21514
|
/**
|
|
21983
21515
|
*
|
|
21984
21516
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -22244,14 +21776,6 @@ export declare const ActionsApiFactory: (configuration?: Configuration, basePath
|
|
|
22244
21776
|
* @throws {RequiredError}
|
|
22245
21777
|
*/
|
|
22246
21778
|
setTranslations(requestParameters: ActionsApiSetTranslationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
22247
|
-
/**
|
|
22248
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
22249
|
-
* @summary Switch Active Identity Provider
|
|
22250
|
-
* @param {ActionsApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
22251
|
-
* @param {*} [options] Override http request option.
|
|
22252
|
-
* @throws {RequiredError}
|
|
22253
|
-
*/
|
|
22254
|
-
switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
22255
21779
|
/**
|
|
22256
21780
|
*
|
|
22257
21781
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -22544,15 +22068,6 @@ export interface ActionsApiInterface {
|
|
|
22544
22068
|
* @memberof ActionsApiInterface
|
|
22545
22069
|
*/
|
|
22546
22070
|
setTranslations(requestParameters: ActionsApiSetTranslationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
22547
|
-
/**
|
|
22548
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
22549
|
-
* @summary Switch Active Identity Provider
|
|
22550
|
-
* @param {ActionsApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
22551
|
-
* @param {*} [options] Override http request option.
|
|
22552
|
-
* @throws {RequiredError}
|
|
22553
|
-
* @memberof ActionsApiInterface
|
|
22554
|
-
*/
|
|
22555
|
-
switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
22556
22071
|
/**
|
|
22557
22072
|
*
|
|
22558
22073
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -23018,19 +22533,6 @@ export interface ActionsApiSetTranslationsRequest {
|
|
|
23018
22533
|
*/
|
|
23019
22534
|
readonly xliff: Xliff;
|
|
23020
22535
|
}
|
|
23021
|
-
/**
|
|
23022
|
-
* Request parameters for switchActiveIdentityProvider operation in ActionsApi.
|
|
23023
|
-
* @export
|
|
23024
|
-
* @interface ActionsApiSwitchActiveIdentityProviderRequest
|
|
23025
|
-
*/
|
|
23026
|
-
export interface ActionsApiSwitchActiveIdentityProviderRequest {
|
|
23027
|
-
/**
|
|
23028
|
-
*
|
|
23029
|
-
* @type {SwitchIdentityProviderRequest}
|
|
23030
|
-
* @memberof ActionsApiSwitchActiveIdentityProvider
|
|
23031
|
-
*/
|
|
23032
|
-
readonly switchIdentityProviderRequest: SwitchIdentityProviderRequest;
|
|
23033
|
-
}
|
|
23034
22536
|
/**
|
|
23035
22537
|
* Request parameters for unsubscribeAutomation operation in ActionsApi.
|
|
23036
22538
|
* @export
|
|
@@ -23348,15 +22850,6 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
|
|
|
23348
22850
|
* @memberof ActionsApi
|
|
23349
22851
|
*/
|
|
23350
22852
|
setTranslations(requestParameters: ActionsApiSetTranslationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
23351
|
-
/**
|
|
23352
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
23353
|
-
* @summary Switch Active Identity Provider
|
|
23354
|
-
* @param {ActionsApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
23355
|
-
* @param {*} [options] Override http request option.
|
|
23356
|
-
* @throws {RequiredError}
|
|
23357
|
-
* @memberof ActionsApi
|
|
23358
|
-
*/
|
|
23359
|
-
switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
23360
22853
|
/**
|
|
23361
22854
|
*
|
|
23362
22855
|
* @summary Unsubscribe from all automations in all workspaces
|
|
@@ -54456,94 +53949,6 @@ export declare class OptionsApi extends BaseAPI implements OptionsApiInterface {
|
|
|
54456
53949
|
*/
|
|
54457
53950
|
getAllOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
|
|
54458
53951
|
}
|
|
54459
|
-
/**
|
|
54460
|
-
* OrganizationApi - axios parameter creator
|
|
54461
|
-
* @export
|
|
54462
|
-
*/
|
|
54463
|
-
export declare const OrganizationApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
54464
|
-
/**
|
|
54465
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
54466
|
-
* @summary Switch Active Identity Provider
|
|
54467
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
54468
|
-
* @param {*} [options] Override http request option.
|
|
54469
|
-
* @throws {RequiredError}
|
|
54470
|
-
*/
|
|
54471
|
-
switchActiveIdentityProvider: (switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
54472
|
-
};
|
|
54473
|
-
/**
|
|
54474
|
-
* OrganizationApi - functional programming interface
|
|
54475
|
-
* @export
|
|
54476
|
-
*/
|
|
54477
|
-
export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
54478
|
-
/**
|
|
54479
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
54480
|
-
* @summary Switch Active Identity Provider
|
|
54481
|
-
* @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
|
|
54482
|
-
* @param {*} [options] Override http request option.
|
|
54483
|
-
* @throws {RequiredError}
|
|
54484
|
-
*/
|
|
54485
|
-
switchActiveIdentityProvider(switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
54486
|
-
};
|
|
54487
|
-
/**
|
|
54488
|
-
* OrganizationApi - factory interface
|
|
54489
|
-
* @export
|
|
54490
|
-
*/
|
|
54491
|
-
export declare const OrganizationApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
54492
|
-
/**
|
|
54493
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
54494
|
-
* @summary Switch Active Identity Provider
|
|
54495
|
-
* @param {OrganizationApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
54496
|
-
* @param {*} [options] Override http request option.
|
|
54497
|
-
* @throws {RequiredError}
|
|
54498
|
-
*/
|
|
54499
|
-
switchActiveIdentityProvider(requestParameters: OrganizationApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
54500
|
-
};
|
|
54501
|
-
/**
|
|
54502
|
-
* OrganizationApi - interface
|
|
54503
|
-
* @export
|
|
54504
|
-
* @interface OrganizationApi
|
|
54505
|
-
*/
|
|
54506
|
-
export interface OrganizationApiInterface {
|
|
54507
|
-
/**
|
|
54508
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
54509
|
-
* @summary Switch Active Identity Provider
|
|
54510
|
-
* @param {OrganizationApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
54511
|
-
* @param {*} [options] Override http request option.
|
|
54512
|
-
* @throws {RequiredError}
|
|
54513
|
-
* @memberof OrganizationApiInterface
|
|
54514
|
-
*/
|
|
54515
|
-
switchActiveIdentityProvider(requestParameters: OrganizationApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
|
|
54516
|
-
}
|
|
54517
|
-
/**
|
|
54518
|
-
* Request parameters for switchActiveIdentityProvider operation in OrganizationApi.
|
|
54519
|
-
* @export
|
|
54520
|
-
* @interface OrganizationApiSwitchActiveIdentityProviderRequest
|
|
54521
|
-
*/
|
|
54522
|
-
export interface OrganizationApiSwitchActiveIdentityProviderRequest {
|
|
54523
|
-
/**
|
|
54524
|
-
*
|
|
54525
|
-
* @type {SwitchIdentityProviderRequest}
|
|
54526
|
-
* @memberof OrganizationApiSwitchActiveIdentityProvider
|
|
54527
|
-
*/
|
|
54528
|
-
readonly switchIdentityProviderRequest: SwitchIdentityProviderRequest;
|
|
54529
|
-
}
|
|
54530
|
-
/**
|
|
54531
|
-
* OrganizationApi - object-oriented interface
|
|
54532
|
-
* @export
|
|
54533
|
-
* @class OrganizationApi
|
|
54534
|
-
* @extends {BaseAPI}
|
|
54535
|
-
*/
|
|
54536
|
-
export declare class OrganizationApi extends BaseAPI implements OrganizationApiInterface {
|
|
54537
|
-
/**
|
|
54538
|
-
* Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
|
|
54539
|
-
* @summary Switch Active Identity Provider
|
|
54540
|
-
* @param {OrganizationApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
|
|
54541
|
-
* @param {*} [options] Override http request option.
|
|
54542
|
-
* @throws {RequiredError}
|
|
54543
|
-
* @memberof OrganizationApi
|
|
54544
|
-
*/
|
|
54545
|
-
switchActiveIdentityProvider(requestParameters: OrganizationApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
54546
|
-
}
|
|
54547
53952
|
/**
|
|
54548
53953
|
* OrganizationControllerApi - axios parameter creator
|
|
54549
53954
|
* @export
|