@gooddata/api-client-tiger 10.33.0-alpha.59 → 10.33.0-alpha.6

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.
Files changed (38) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.d.ts.map +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/__version.js.map +1 -1
  5. package/esm/api-client-tiger.d.ts +12854 -15737
  6. package/esm/client.d.ts +3 -3
  7. package/esm/client.d.ts.map +1 -1
  8. package/esm/client.js +2 -2
  9. package/esm/client.js.map +1 -1
  10. package/esm/export.d.ts +4 -2
  11. package/esm/export.d.ts.map +1 -1
  12. package/esm/export.js +3 -2
  13. package/esm/export.js.map +1 -1
  14. package/esm/generated/afm-rest-api/api.d.ts +17 -17
  15. package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
  16. package/esm/generated/afm-rest-api/api.js +4 -4
  17. package/esm/generated/afm-rest-api/api.js.map +1 -1
  18. package/esm/generated/afm-rest-api/openapi-spec.json +5 -8
  19. package/esm/generated/automation-json-api/api.d.ts +5 -422
  20. package/esm/generated/automation-json-api/api.d.ts.map +1 -1
  21. package/esm/generated/automation-json-api/api.js +0 -57
  22. package/esm/generated/automation-json-api/api.js.map +1 -1
  23. package/esm/generated/automation-json-api/openapi-spec.json +5 -347
  24. package/esm/generated/export-json-api/api.d.ts +1078 -1078
  25. package/esm/generated/export-json-api/api.d.ts.map +1 -1
  26. package/esm/generated/export-json-api/api.js +342 -346
  27. package/esm/generated/export-json-api/api.js.map +1 -1
  28. package/esm/generated/export-json-api/openapi-spec.json +4 -6
  29. package/esm/generated/metadata-json-api/api.d.ts +1244 -1841
  30. package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
  31. package/esm/generated/metadata-json-api/api.js +32 -276
  32. package/esm/generated/metadata-json-api/api.js.map +1 -1
  33. package/esm/generated/metadata-json-api/openapi-spec.json +8316 -8723
  34. package/esm/index.d.ts +1 -3
  35. package/esm/index.d.ts.map +1 -1
  36. package/esm/index.js +0 -1
  37. package/esm/index.js.map +1 -1
  38. package/package.json +3 -3
@@ -404,7 +404,6 @@ export declare const ApiEntitlementNameEnum: {
404
404
  readonly SCHEDULED_ACTION_MINIMUM_RECURRENCE_MINUTES: "ScheduledActionMinimumRecurrenceMinutes";
405
405
  readonly FEDERATED_IDENTITY_MANAGEMENT: "FederatedIdentityManagement";
406
406
  readonly AUDIT_LOGGING: "AuditLogging";
407
- readonly CONTROLLED_FEATURE_ROLLOUT: "ControlledFeatureRollout";
408
407
  };
409
408
  export type ApiEntitlementNameEnum = typeof ApiEntitlementNameEnum[keyof typeof ApiEntitlementNameEnum];
410
409
  /**
@@ -518,62 +517,12 @@ export declare const AssigneeRuleTypeEnum: {
518
517
  readonly ALL_WORKSPACE_USERS: "allWorkspaceUsers";
519
518
  };
520
519
  export type AssigneeRuleTypeEnum = typeof AssigneeRuleTypeEnum[keyof typeof AssigneeRuleTypeEnum];
521
- /**
522
- * @type AttributeElements
523
- * @export
524
- */
525
- export type AttributeElements = AttributeElementsByRef | AttributeElementsByValue;
526
- /**
527
- *
528
- * @export
529
- * @interface AttributeElementsByRef
530
- */
531
- export interface AttributeElementsByRef {
532
- /**
533
- * List of attribute elements by reference
534
- * @type {Array<string>}
535
- * @memberof AttributeElementsByRef
536
- */
537
- uris: Array<string>;
538
- }
539
- /**
540
- *
541
- * @export
542
- * @interface AttributeElementsByValue
543
- */
544
- export interface AttributeElementsByValue {
545
- /**
546
- * List of attribute elements by value
547
- * @type {Array<string>}
548
- * @memberof AttributeElementsByValue
549
- */
550
- values: Array<string | null>;
551
- }
552
520
  /**
553
521
  * @type AttributeFilter
554
522
  * Abstract filter definition type attributes
555
523
  * @export
556
524
  */
557
525
  export type AttributeFilter = NegativeAttributeFilter | PositiveAttributeFilter;
558
- /**
559
- *
560
- * @export
561
- * @interface AttributeFilterByDate
562
- */
563
- export interface AttributeFilterByDate {
564
- /**
565
- *
566
- * @type {string}
567
- * @memberof AttributeFilterByDate
568
- */
569
- filterLocalIdentifier: string;
570
- /**
571
- *
572
- * @type {boolean}
573
- * @memberof AttributeFilterByDate
574
- */
575
- isCommonDate: boolean;
576
- }
577
526
  /**
578
527
  * Filter on specific set of label values.
579
528
  * @export
@@ -587,25 +536,6 @@ export interface AttributeFilterElements {
587
536
  */
588
537
  values: Array<string | null>;
589
538
  }
590
- /**
591
- *
592
- * @export
593
- * @interface AttributeFilterParent
594
- */
595
- export interface AttributeFilterParent {
596
- /**
597
- *
598
- * @type {string}
599
- * @memberof AttributeFilterParent
600
- */
601
- filterLocalIdentifier: string;
602
- /**
603
- *
604
- * @type {Over}
605
- * @memberof AttributeFilterParent
606
- */
607
- over: Over;
608
- }
609
539
  /**
610
540
  *
611
541
  * @export
@@ -661,19 +591,6 @@ export declare const AutomationAlertTriggerEnum: {
661
591
  readonly ONCE: "ONCE";
662
592
  };
663
593
  export type AutomationAlertTriggerEnum = typeof AutomationAlertTriggerEnum[keyof typeof AutomationAlertTriggerEnum];
664
- /**
665
- *
666
- * @export
667
- * @interface AutomationDashboardTabularExport
668
- */
669
- export interface AutomationDashboardTabularExport {
670
- /**
671
- *
672
- * @type {DashboardTabularExportRequestV2}
673
- * @memberof AutomationDashboardTabularExport
674
- */
675
- requestPayload: DashboardTabularExportRequestV2;
676
- }
677
594
  /**
678
595
  *
679
596
  * @export
@@ -1095,202 +1012,6 @@ export interface CustomOverride {
1095
1012
  [key: string]: CustomMetric;
1096
1013
  };
1097
1014
  }
1098
- /**
1099
- *
1100
- * @export
1101
- * @interface DashboardAttributeFilter
1102
- */
1103
- export interface DashboardAttributeFilter {
1104
- /**
1105
- *
1106
- * @type {DashboardAttributeFilterAttributeFilter}
1107
- * @memberof DashboardAttributeFilter
1108
- */
1109
- attributeFilter: DashboardAttributeFilterAttributeFilter;
1110
- }
1111
- /**
1112
- *
1113
- * @export
1114
- * @interface DashboardAttributeFilterAttributeFilter
1115
- */
1116
- export interface DashboardAttributeFilterAttributeFilter {
1117
- /**
1118
- *
1119
- * @type {IdentifierRef}
1120
- * @memberof DashboardAttributeFilterAttributeFilter
1121
- */
1122
- displayForm: IdentifierRef;
1123
- /**
1124
- *
1125
- * @type {boolean}
1126
- * @memberof DashboardAttributeFilterAttributeFilter
1127
- */
1128
- negativeSelection: boolean;
1129
- /**
1130
- *
1131
- * @type {AttributeElements}
1132
- * @memberof DashboardAttributeFilterAttributeFilter
1133
- */
1134
- attributeElements: AttributeElements;
1135
- /**
1136
- *
1137
- * @type {Array<AttributeFilterParent>}
1138
- * @memberof DashboardAttributeFilterAttributeFilter
1139
- */
1140
- filterElementsBy?: Array<AttributeFilterParent>;
1141
- /**
1142
- *
1143
- * @type {Array<AttributeFilterByDate>}
1144
- * @memberof DashboardAttributeFilterAttributeFilter
1145
- */
1146
- filterElementsByDate?: Array<AttributeFilterByDate>;
1147
- /**
1148
- *
1149
- * @type {Array<IdentifierRef>}
1150
- * @memberof DashboardAttributeFilterAttributeFilter
1151
- */
1152
- validateElementsBy?: Array<IdentifierRef>;
1153
- /**
1154
- *
1155
- * @type {string}
1156
- * @memberof DashboardAttributeFilterAttributeFilter
1157
- */
1158
- title?: string;
1159
- /**
1160
- *
1161
- * @type {string}
1162
- * @memberof DashboardAttributeFilterAttributeFilter
1163
- */
1164
- selectionMode?: DashboardAttributeFilterAttributeFilterSelectionModeEnum;
1165
- /**
1166
- *
1167
- * @type {string}
1168
- * @memberof DashboardAttributeFilterAttributeFilter
1169
- */
1170
- localIdentifier?: string;
1171
- }
1172
- export declare const DashboardAttributeFilterAttributeFilterSelectionModeEnum: {
1173
- readonly SINGLE: "single";
1174
- readonly MULTI: "multi";
1175
- };
1176
- export type DashboardAttributeFilterAttributeFilterSelectionModeEnum = typeof DashboardAttributeFilterAttributeFilterSelectionModeEnum[keyof typeof DashboardAttributeFilterAttributeFilterSelectionModeEnum];
1177
- /**
1178
- *
1179
- * @export
1180
- * @interface DashboardDateFilter
1181
- */
1182
- export interface DashboardDateFilter {
1183
- /**
1184
- *
1185
- * @type {DashboardDateFilterDateFilter}
1186
- * @memberof DashboardDateFilter
1187
- */
1188
- dateFilter: DashboardDateFilterDateFilter;
1189
- }
1190
- /**
1191
- *
1192
- * @export
1193
- * @interface DashboardDateFilterDateFilter
1194
- */
1195
- export interface DashboardDateFilterDateFilter {
1196
- /**
1197
- *
1198
- * @type {string}
1199
- * @memberof DashboardDateFilterDateFilter
1200
- */
1201
- type: DashboardDateFilterDateFilterTypeEnum;
1202
- /**
1203
- *
1204
- * @type {string}
1205
- * @memberof DashboardDateFilterDateFilter
1206
- */
1207
- granularity: DashboardDateFilterDateFilterGranularityEnum;
1208
- /**
1209
- *
1210
- * @type {string | number}
1211
- * @memberof DashboardDateFilterDateFilter
1212
- */
1213
- from?: string | number;
1214
- /**
1215
- *
1216
- * @type {string | number}
1217
- * @memberof DashboardDateFilterDateFilter
1218
- */
1219
- to?: string | number;
1220
- /**
1221
- *
1222
- * @type {IdentifierRef}
1223
- * @memberof DashboardDateFilterDateFilter
1224
- */
1225
- dataSet?: IdentifierRef;
1226
- /**
1227
- *
1228
- * @type {IdentifierRef}
1229
- * @memberof DashboardDateFilterDateFilter
1230
- */
1231
- attribute?: IdentifierRef;
1232
- /**
1233
- *
1234
- * @type {string}
1235
- * @memberof DashboardDateFilterDateFilter
1236
- */
1237
- localIdentifier?: string;
1238
- }
1239
- export declare const DashboardDateFilterDateFilterTypeEnum: {
1240
- readonly RELATIVE: "relative";
1241
- readonly ABSOLUTE: "absolute";
1242
- };
1243
- export type DashboardDateFilterDateFilterTypeEnum = typeof DashboardDateFilterDateFilterTypeEnum[keyof typeof DashboardDateFilterDateFilterTypeEnum];
1244
- export declare const DashboardDateFilterDateFilterGranularityEnum: {
1245
- readonly ALL_TIME_GRANULARITY: "ALL_TIME_GRANULARITY";
1246
- readonly GDC_TIME_YEAR: "GDC.time.year";
1247
- readonly GDC_TIME_WEEK_US: "GDC.time.week_us";
1248
- readonly GDC_TIME_WEEK_IN_YEAR: "GDC.time.week_in_year";
1249
- readonly GDC_TIME_WEEK_IN_QUARTER: "GDC.time.week_in_quarter";
1250
- readonly GDC_TIME_WEEK: "GDC.time.week";
1251
- readonly GDC_TIME_EUWEEK_IN_YEAR: "GDC.time.euweek_in_year";
1252
- readonly GDC_TIME_EUWEEK_IN_QUARTER: "GDC.time.euweek_in_quarter";
1253
- readonly GDC_TIME_QUARTER: "GDC.time.quarter";
1254
- readonly GDC_TIME_QUARTER_IN_YEAR: "GDC.time.quarter_in_year";
1255
- readonly GDC_TIME_MONTH: "GDC.time.month";
1256
- readonly GDC_TIME_MONTH_IN_QUARTER: "GDC.time.month_in_quarter";
1257
- readonly GDC_TIME_MONTH_IN_YEAR: "GDC.time.month_in_year";
1258
- readonly GDC_TIME_DAY_IN_YEAR: "GDC.time.day_in_year";
1259
- readonly GDC_TIME_DAY_IN_QUARTER: "GDC.time.day_in_quarter";
1260
- readonly GDC_TIME_DAY_IN_MONTH: "GDC.time.day_in_month";
1261
- readonly GDC_TIME_DAY_IN_WEEK: "GDC.time.day_in_week";
1262
- readonly GDC_TIME_DAY_IN_EUWEEK: "GDC.time.day_in_euweek";
1263
- readonly GDC_TIME_DATE: "GDC.time.date";
1264
- readonly GDC_TIME_HOUR: "GDC.time.hour";
1265
- readonly GDC_TIME_HOUR_IN_DAY: "GDC.time.hour_in_day";
1266
- readonly GDC_TIME_MINUTE: "GDC.time.minute";
1267
- readonly GDC_TIME_MINUTE_IN_HOUR: "GDC.time.minute_in_hour";
1268
- };
1269
- export type DashboardDateFilterDateFilterGranularityEnum = typeof DashboardDateFilterDateFilterGranularityEnum[keyof typeof DashboardDateFilterDateFilterGranularityEnum];
1270
- /**
1271
- * Additional settings.
1272
- * @export
1273
- * @interface DashboardExportSettings
1274
- */
1275
- export interface DashboardExportSettings {
1276
- /**
1277
- * If true, the export will contain the information about the exported date and dashboard filters.
1278
- * @type {boolean}
1279
- * @memberof DashboardExportSettings
1280
- */
1281
- exportInfo?: boolean;
1282
- /**
1283
- * Merge equal headers in neighbouring cells. Used for [XLSX] format only.
1284
- * @type {boolean}
1285
- * @memberof DashboardExportSettings
1286
- */
1287
- mergeHeaders?: boolean;
1288
- }
1289
- /**
1290
- * @type DashboardFilter
1291
- * @export
1292
- */
1293
- export type DashboardFilter = DashboardAttributeFilter | DashboardDateFilter;
1294
1015
  /**
1295
1016
  *
1296
1017
  * @export
@@ -1377,53 +1098,6 @@ export declare const DashboardSlidesTemplateAppliedOnEnum: {
1377
1098
  readonly PPTX: "PPTX";
1378
1099
  };
1379
1100
  export type DashboardSlidesTemplateAppliedOnEnum = typeof DashboardSlidesTemplateAppliedOnEnum[keyof typeof DashboardSlidesTemplateAppliedOnEnum];
1380
- /**
1381
- * Export request object describing the export properties for dashboard tabular exports (v2 with dashboardId).
1382
- * @export
1383
- * @interface DashboardTabularExportRequestV2
1384
- */
1385
- export interface DashboardTabularExportRequestV2 {
1386
- /**
1387
- * Requested tabular export type.
1388
- * @type {string}
1389
- * @memberof DashboardTabularExportRequestV2
1390
- */
1391
- format: DashboardTabularExportRequestV2FormatEnum;
1392
- /**
1393
- * Filename of downloaded file without extension.
1394
- * @type {string}
1395
- * @memberof DashboardTabularExportRequestV2
1396
- */
1397
- fileName: string;
1398
- /**
1399
- * List of filters that will be used instead of the default dashboard filters.
1400
- * @type {Array<DashboardFilter>}
1401
- * @memberof DashboardTabularExportRequestV2
1402
- */
1403
- dashboardFiltersOverride?: Array<DashboardFilter>;
1404
- /**
1405
- * Dashboard identifier
1406
- * @type {string}
1407
- * @memberof DashboardTabularExportRequestV2
1408
- */
1409
- dashboardId: string;
1410
- /**
1411
- * List of widget identifiers to be exported. Note that only one widget is currently supported.
1412
- * @type {Array<string>}
1413
- * @memberof DashboardTabularExportRequestV2
1414
- */
1415
- widgetIds?: Array<string>;
1416
- /**
1417
- *
1418
- * @type {DashboardExportSettings}
1419
- * @memberof DashboardTabularExportRequestV2
1420
- */
1421
- settings?: DashboardExportSettings;
1422
- }
1423
- export declare const DashboardTabularExportRequestV2FormatEnum: {
1424
- readonly XLSX: "XLSX";
1425
- };
1426
- export type DashboardTabularExportRequestV2FormatEnum = typeof DashboardTabularExportRequestV2FormatEnum[keyof typeof DashboardTabularExportRequestV2FormatEnum];
1427
1101
  /**
1428
1102
  * Data source permission assignments
1429
1103
  * @export
@@ -1559,19 +1233,6 @@ export type DatasetWorkspaceDataFilterIdentifierTypeEnum = typeof DatasetWorkspa
1559
1233
  * @export
1560
1234
  */
1561
1235
  export type DateFilter = AbsoluteDateFilter | RelativeDateFilter;
1562
- /**
1563
- *
1564
- * @export
1565
- * @interface DateValue
1566
- */
1567
- export interface DateValue {
1568
- /**
1569
- *
1570
- * @type {string}
1571
- * @memberof DateValue
1572
- */
1573
- value: string;
1574
- }
1575
1236
  /**
1576
1237
  *
1577
1238
  * @export
@@ -2079,12 +1740,6 @@ export interface DeclarativeAutomation {
2079
1740
  * @memberof DeclarativeAutomation
2080
1741
  */
2081
1742
  slidesExports?: Array<AutomationSlidesExport>;
2082
- /**
2083
- *
2084
- * @type {Array<AutomationDashboardTabularExport>}
2085
- * @memberof DeclarativeAutomation
2086
- */
2087
- dashboardTabularExports?: Array<AutomationDashboardTabularExport>;
2088
1743
  /**
2089
1744
  * External recipients of the automation action results.
2090
1745
  * @type {Array<AutomationExternalRecipient>}
@@ -4866,7 +4521,6 @@ export declare const EntitlementsRequestEntitlementsNameEnum: {
4866
4521
  readonly SCHEDULED_ACTION_MINIMUM_RECURRENCE_MINUTES: "ScheduledActionMinimumRecurrenceMinutes";
4867
4522
  readonly FEDERATED_IDENTITY_MANAGEMENT: "FederatedIdentityManagement";
4868
4523
  readonly AUDIT_LOGGING: "AuditLogging";
4869
- readonly CONTROLLED_FEATURE_ROLLOUT: "ControlledFeatureRollout";
4870
4524
  };
4871
4525
  export type EntitlementsRequestEntitlementsNameEnum = typeof EntitlementsRequestEntitlementsNameEnum[keyof typeof EntitlementsRequestEntitlementsNameEnum];
4872
4526
  /**
@@ -5211,60 +4865,6 @@ export declare const IdentifierDuplicationsTypeEnum: {
5211
4865
  readonly WORKSPACE_DATA_FILTER_SETTINGS: "workspaceDataFilterSettings";
5212
4866
  };
5213
4867
  export type IdentifierDuplicationsTypeEnum = typeof IdentifierDuplicationsTypeEnum[keyof typeof IdentifierDuplicationsTypeEnum];
5214
- /**
5215
- *
5216
- * @export
5217
- * @interface IdentifierRef
5218
- */
5219
- export interface IdentifierRef {
5220
- /**
5221
- *
5222
- * @type {IdentifierRefIdentifier}
5223
- * @memberof IdentifierRef
5224
- */
5225
- identifier?: IdentifierRefIdentifier;
5226
- }
5227
- /**
5228
- *
5229
- * @export
5230
- * @interface IdentifierRefIdentifier
5231
- */
5232
- export interface IdentifierRefIdentifier {
5233
- /**
5234
- *
5235
- * @type {string}
5236
- * @memberof IdentifierRefIdentifier
5237
- */
5238
- id: string;
5239
- /**
5240
- *
5241
- * @type {string}
5242
- * @memberof IdentifierRefIdentifier
5243
- */
5244
- type: IdentifierRefIdentifierTypeEnum;
5245
- }
5246
- export declare const IdentifierRefIdentifierTypeEnum: {
5247
- readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
5248
- readonly ATTRIBUTE: "attribute";
5249
- readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
5250
- readonly DASHBOARD_PLUGIN: "dashboardPlugin";
5251
- readonly DATASET: "dataset";
5252
- readonly FACT: "fact";
5253
- readonly LABEL: "label";
5254
- readonly METRIC: "metric";
5255
- readonly USER_DATA_FILTER: "userDataFilter";
5256
- readonly EXPORT_DEFINITION: "exportDefinition";
5257
- readonly AUTOMATION: "automation";
5258
- readonly PROMPT: "prompt";
5259
- readonly VISUALIZATION_OBJECT: "visualizationObject";
5260
- readonly FILTER_CONTEXT: "filterContext";
5261
- readonly WORKSPACE_SETTINGS: "workspaceSettings";
5262
- readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
5263
- readonly WORKSPACE_DATA_FILTER: "workspaceDataFilter";
5264
- readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
5265
- readonly FILTER_VIEW: "filterView";
5266
- };
5267
- export type IdentifierRefIdentifierTypeEnum = typeof IdentifierRefIdentifierTypeEnum[keyof typeof IdentifierRefIdentifierTypeEnum];
5268
4868
  /**
5269
4869
  * Export request object describing the export properties and metadata for image exports.
5270
4870
  * @export
@@ -5597,10 +5197,10 @@ export interface JsonApiAnalyticalDashboardOutList {
5597
5197
  links?: ListLinks;
5598
5198
  /**
5599
5199
  *
5600
- * @type {JsonApiAnalyticalDashboardOutListMeta}
5200
+ * @type {JsonApiApiTokenOutListMeta}
5601
5201
  * @memberof JsonApiAnalyticalDashboardOutList
5602
5202
  */
5603
- meta?: JsonApiAnalyticalDashboardOutListMeta;
5203
+ meta?: JsonApiApiTokenOutListMeta;
5604
5204
  /**
5605
5205
  * Included resources
5606
5206
  * @type {Array<JsonApiAnalyticalDashboardOutIncludes>}
@@ -5608,19 +5208,6 @@ export interface JsonApiAnalyticalDashboardOutList {
5608
5208
  */
5609
5209
  included?: Array<JsonApiAnalyticalDashboardOutIncludes>;
5610
5210
  }
5611
- /**
5612
- *
5613
- * @export
5614
- * @interface JsonApiAnalyticalDashboardOutListMeta
5615
- */
5616
- export interface JsonApiAnalyticalDashboardOutListMeta {
5617
- /**
5618
- *
5619
- * @type {PageMetadata}
5620
- * @memberof JsonApiAnalyticalDashboardOutListMeta
5621
- */
5622
- page?: PageMetadata;
5623
- }
5624
5211
  /**
5625
5212
  *
5626
5213
  * @export
@@ -6069,10 +5656,23 @@ export interface JsonApiApiTokenOutList {
6069
5656
  links?: ListLinks;
6070
5657
  /**
6071
5658
  *
6072
- * @type {JsonApiAnalyticalDashboardOutListMeta}
5659
+ * @type {JsonApiApiTokenOutListMeta}
6073
5660
  * @memberof JsonApiApiTokenOutList
6074
5661
  */
6075
- meta?: JsonApiAnalyticalDashboardOutListMeta;
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;
6076
5676
  }
6077
5677
  /**
6078
5678
  *
@@ -6129,52 +5729,15 @@ export interface JsonApiAttributeHierarchyIn {
6129
5729
  id: string;
6130
5730
  /**
6131
5731
  *
6132
- * @type {JsonApiAttributeHierarchyInAttributes}
5732
+ * @type {JsonApiAttributeHierarchyPatchAttributes}
6133
5733
  * @memberof JsonApiAttributeHierarchyIn
6134
5734
  */
6135
- attributes?: JsonApiAttributeHierarchyInAttributes;
5735
+ attributes?: JsonApiAttributeHierarchyPatchAttributes;
6136
5736
  }
6137
5737
  export declare const JsonApiAttributeHierarchyInTypeEnum: {
6138
5738
  readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
6139
5739
  };
6140
5740
  export type JsonApiAttributeHierarchyInTypeEnum = typeof JsonApiAttributeHierarchyInTypeEnum[keyof typeof JsonApiAttributeHierarchyInTypeEnum];
6141
- /**
6142
- *
6143
- * @export
6144
- * @interface JsonApiAttributeHierarchyInAttributes
6145
- */
6146
- export interface JsonApiAttributeHierarchyInAttributes {
6147
- /**
6148
- *
6149
- * @type {string}
6150
- * @memberof JsonApiAttributeHierarchyInAttributes
6151
- */
6152
- title?: string;
6153
- /**
6154
- *
6155
- * @type {string}
6156
- * @memberof JsonApiAttributeHierarchyInAttributes
6157
- */
6158
- description?: string;
6159
- /**
6160
- *
6161
- * @type {Array<string>}
6162
- * @memberof JsonApiAttributeHierarchyInAttributes
6163
- */
6164
- tags?: Array<string>;
6165
- /**
6166
- *
6167
- * @type {boolean}
6168
- * @memberof JsonApiAttributeHierarchyInAttributes
6169
- */
6170
- areRelationsValid?: boolean;
6171
- /**
6172
- * Free-form JSON content. Maximum supported length is 15000 characters.
6173
- * @type {object}
6174
- * @memberof JsonApiAttributeHierarchyInAttributes
6175
- */
6176
- content?: object;
6177
- }
6178
5741
  /**
6179
5742
  *
6180
5743
  * @export
@@ -6351,10 +5914,10 @@ export interface JsonApiAttributeHierarchyOutList {
6351
5914
  links?: ListLinks;
6352
5915
  /**
6353
5916
  *
6354
- * @type {JsonApiAnalyticalDashboardOutListMeta}
5917
+ * @type {JsonApiApiTokenOutListMeta}
6355
5918
  * @memberof JsonApiAttributeHierarchyOutList
6356
5919
  */
6357
- meta?: JsonApiAnalyticalDashboardOutListMeta;
5920
+ meta?: JsonApiApiTokenOutListMeta;
6358
5921
  /**
6359
5922
  * Included resources
6360
5923
  * @type {Array<JsonApiAttributeHierarchyOutIncludes>}
@@ -6454,15 +6017,52 @@ export interface JsonApiAttributeHierarchyPatch {
6454
6017
  id: string;
6455
6018
  /**
6456
6019
  *
6457
- * @type {JsonApiAttributeHierarchyInAttributes}
6020
+ * @type {JsonApiAttributeHierarchyPatchAttributes}
6458
6021
  * @memberof JsonApiAttributeHierarchyPatch
6459
6022
  */
6460
- attributes?: JsonApiAttributeHierarchyInAttributes;
6023
+ attributes?: JsonApiAttributeHierarchyPatchAttributes;
6461
6024
  }
6462
6025
  export declare const JsonApiAttributeHierarchyPatchTypeEnum: {
6463
6026
  readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
6464
6027
  };
6465
6028
  export type JsonApiAttributeHierarchyPatchTypeEnum = typeof JsonApiAttributeHierarchyPatchTypeEnum[keyof typeof JsonApiAttributeHierarchyPatchTypeEnum];
6029
+ /**
6030
+ *
6031
+ * @export
6032
+ * @interface JsonApiAttributeHierarchyPatchAttributes
6033
+ */
6034
+ export interface JsonApiAttributeHierarchyPatchAttributes {
6035
+ /**
6036
+ *
6037
+ * @type {string}
6038
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
6039
+ */
6040
+ title?: string;
6041
+ /**
6042
+ *
6043
+ * @type {string}
6044
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
6045
+ */
6046
+ description?: string;
6047
+ /**
6048
+ *
6049
+ * @type {Array<string>}
6050
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
6051
+ */
6052
+ tags?: Array<string>;
6053
+ /**
6054
+ *
6055
+ * @type {boolean}
6056
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
6057
+ */
6058
+ areRelationsValid?: boolean;
6059
+ /**
6060
+ * Free-form JSON content. Maximum supported length is 15000 characters.
6061
+ * @type {object}
6062
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
6063
+ */
6064
+ content?: object;
6065
+ }
6466
6066
  /**
6467
6067
  *
6468
6068
  * @export
@@ -6684,10 +6284,10 @@ export interface JsonApiAttributeOutList {
6684
6284
  links?: ListLinks;
6685
6285
  /**
6686
6286
  *
6687
- * @type {JsonApiAnalyticalDashboardOutListMeta}
6287
+ * @type {JsonApiApiTokenOutListMeta}
6688
6288
  * @memberof JsonApiAttributeOutList
6689
6289
  */
6690
- meta?: JsonApiAnalyticalDashboardOutListMeta;
6290
+ meta?: JsonApiApiTokenOutListMeta;
6691
6291
  /**
6692
6292
  * Included resources
6693
6293
  * @type {Array<JsonApiAttributeOutIncludes>}
@@ -6838,129 +6438,21 @@ export interface JsonApiAutomationIn {
6838
6438
  id: string;
6839
6439
  /**
6840
6440
  *
6841
- * @type {JsonApiAutomationInAttributes}
6441
+ * @type {JsonApiAutomationPatchAttributes}
6842
6442
  * @memberof JsonApiAutomationIn
6843
6443
  */
6844
- attributes?: JsonApiAutomationInAttributes;
6444
+ attributes?: JsonApiAutomationPatchAttributes;
6845
6445
  /**
6846
6446
  *
6847
- * @type {JsonApiAutomationInRelationships}
6447
+ * @type {JsonApiAutomationPatchRelationships}
6848
6448
  * @memberof JsonApiAutomationIn
6849
6449
  */
6850
- relationships?: JsonApiAutomationInRelationships;
6450
+ relationships?: JsonApiAutomationPatchRelationships;
6851
6451
  }
6852
6452
  export declare const JsonApiAutomationInTypeEnum: {
6853
6453
  readonly AUTOMATION: "automation";
6854
6454
  };
6855
6455
  export type JsonApiAutomationInTypeEnum = typeof JsonApiAutomationInTypeEnum[keyof typeof JsonApiAutomationInTypeEnum];
6856
- /**
6857
- *
6858
- * @export
6859
- * @interface JsonApiAutomationInAttributes
6860
- */
6861
- export interface JsonApiAutomationInAttributes {
6862
- /**
6863
- *
6864
- * @type {string}
6865
- * @memberof JsonApiAutomationInAttributes
6866
- */
6867
- title?: string;
6868
- /**
6869
- *
6870
- * @type {string}
6871
- * @memberof JsonApiAutomationInAttributes
6872
- */
6873
- description?: string;
6874
- /**
6875
- *
6876
- * @type {Array<string>}
6877
- * @memberof JsonApiAutomationInAttributes
6878
- */
6879
- tags?: Array<string>;
6880
- /**
6881
- *
6882
- * @type {boolean}
6883
- * @memberof JsonApiAutomationInAttributes
6884
- */
6885
- areRelationsValid?: boolean;
6886
- /**
6887
- * Additional details to be included in the automated message.
6888
- * @type {any}
6889
- * @memberof JsonApiAutomationInAttributes
6890
- */
6891
- details?: any;
6892
- /**
6893
- *
6894
- * @type {JsonApiAutomationOutAttributesMetadata}
6895
- * @memberof JsonApiAutomationInAttributes
6896
- */
6897
- metadata?: JsonApiAutomationOutAttributesMetadata | null;
6898
- /**
6899
- * Current state of the automation.
6900
- * @type {string}
6901
- * @memberof JsonApiAutomationInAttributes
6902
- */
6903
- state?: JsonApiAutomationInAttributesStateEnum;
6904
- /**
6905
- *
6906
- * @type {JsonApiAutomationOutAttributesSchedule}
6907
- * @memberof JsonApiAutomationInAttributes
6908
- */
6909
- schedule?: JsonApiAutomationOutAttributesSchedule;
6910
- /**
6911
- *
6912
- * @type {JsonApiAutomationOutAttributesAlert}
6913
- * @memberof JsonApiAutomationInAttributes
6914
- */
6915
- alert?: JsonApiAutomationOutAttributesAlert;
6916
- /**
6917
- *
6918
- * @type {Array<JsonApiAutomationOutAttributesTabularExports>}
6919
- * @memberof JsonApiAutomationInAttributes
6920
- */
6921
- tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
6922
- /**
6923
- *
6924
- * @type {Array<JsonApiAutomationOutAttributesVisualExports>}
6925
- * @memberof JsonApiAutomationInAttributes
6926
- */
6927
- visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
6928
- /**
6929
- *
6930
- * @type {Array<JsonApiAutomationOutAttributesImageExports>}
6931
- * @memberof JsonApiAutomationInAttributes
6932
- */
6933
- imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
6934
- /**
6935
- *
6936
- * @type {Array<JsonApiAutomationOutAttributesRawExports>}
6937
- * @memberof JsonApiAutomationInAttributes
6938
- */
6939
- rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
6940
- /**
6941
- *
6942
- * @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
6943
- * @memberof JsonApiAutomationInAttributes
6944
- */
6945
- slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
6946
- /**
6947
- *
6948
- * @type {Array<JsonApiAutomationOutAttributesDashboardTabularExports>}
6949
- * @memberof JsonApiAutomationInAttributes
6950
- */
6951
- dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExports>;
6952
- /**
6953
- * External recipients of the automation action results.
6954
- * @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
6955
- * @memberof JsonApiAutomationInAttributes
6956
- */
6957
- externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
6958
- }
6959
- export declare const JsonApiAutomationInAttributesStateEnum: {
6960
- readonly ACTIVE: "ACTIVE";
6961
- readonly PAUSED: "PAUSED";
6962
- };
6963
- export type JsonApiAutomationInAttributesStateEnum = typeof JsonApiAutomationInAttributesStateEnum[keyof typeof JsonApiAutomationInAttributesStateEnum];
6964
6456
  /**
6965
6457
  *
6966
6458
  * @export
@@ -6974,37 +6466,6 @@ export interface JsonApiAutomationInDocument {
6974
6466
  */
6975
6467
  data: JsonApiAutomationIn;
6976
6468
  }
6977
- /**
6978
- *
6979
- * @export
6980
- * @interface JsonApiAutomationInRelationships
6981
- */
6982
- export interface JsonApiAutomationInRelationships {
6983
- /**
6984
- *
6985
- * @type {JsonApiAutomationOutRelationshipsNotificationChannel}
6986
- * @memberof JsonApiAutomationInRelationships
6987
- */
6988
- notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
6989
- /**
6990
- *
6991
- * @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
6992
- * @memberof JsonApiAutomationInRelationships
6993
- */
6994
- analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
6995
- /**
6996
- *
6997
- * @type {JsonApiAutomationOutRelationshipsExportDefinitions}
6998
- * @memberof JsonApiAutomationInRelationships
6999
- */
7000
- exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
7001
- /**
7002
- *
7003
- * @type {JsonApiAutomationOutRelationshipsRecipients}
7004
- * @memberof JsonApiAutomationInRelationships
7005
- */
7006
- recipients?: JsonApiAutomationOutRelationshipsRecipients;
7007
- }
7008
6469
  /**
7009
6470
  * The \\\"type\\\" and \\\"id\\\" to non-empty members.
7010
6471
  * @export
@@ -7159,12 +6620,6 @@ export interface JsonApiAutomationOutAttributes {
7159
6620
  * @memberof JsonApiAutomationOutAttributes
7160
6621
  */
7161
6622
  slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
7162
- /**
7163
- *
7164
- * @type {Array<JsonApiAutomationOutAttributesDashboardTabularExports>}
7165
- * @memberof JsonApiAutomationOutAttributes
7166
- */
7167
- dashboardTabularExports?: Array<JsonApiAutomationOutAttributesDashboardTabularExports>;
7168
6623
  /**
7169
6624
  * External recipients of the automation action results.
7170
6625
  * @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
@@ -7219,19 +6674,6 @@ export declare const JsonApiAutomationOutAttributesAlertTriggerEnum: {
7219
6674
  readonly ONCE: "ONCE";
7220
6675
  };
7221
6676
  export type JsonApiAutomationOutAttributesAlertTriggerEnum = typeof JsonApiAutomationOutAttributesAlertTriggerEnum[keyof typeof JsonApiAutomationOutAttributesAlertTriggerEnum];
7222
- /**
7223
- *
7224
- * @export
7225
- * @interface JsonApiAutomationOutAttributesDashboardTabularExports
7226
- */
7227
- export interface JsonApiAutomationOutAttributesDashboardTabularExports {
7228
- /**
7229
- *
7230
- * @type {DashboardTabularExportRequestV2}
7231
- * @memberof JsonApiAutomationOutAttributesDashboardTabularExports
7232
- */
7233
- requestPayload: DashboardTabularExportRequestV2;
7234
- }
7235
6677
  /**
7236
6678
  *
7237
6679
  * @export
@@ -7410,10 +6852,10 @@ export interface JsonApiAutomationOutList {
7410
6852
  links?: ListLinks;
7411
6853
  /**
7412
6854
  *
7413
- * @type {JsonApiAnalyticalDashboardOutListMeta}
6855
+ * @type {JsonApiApiTokenOutListMeta}
7414
6856
  * @memberof JsonApiAutomationOutList
7415
6857
  */
7416
- meta?: JsonApiAnalyticalDashboardOutListMeta;
6858
+ meta?: JsonApiApiTokenOutListMeta;
7417
6859
  /**
7418
6860
  * Included resources
7419
6861
  * @type {Array<JsonApiAutomationOutIncludes>}
@@ -7570,21 +7012,123 @@ export interface JsonApiAutomationPatch {
7570
7012
  id: string;
7571
7013
  /**
7572
7014
  *
7573
- * @type {JsonApiAutomationInAttributes}
7015
+ * @type {JsonApiAutomationPatchAttributes}
7574
7016
  * @memberof JsonApiAutomationPatch
7575
7017
  */
7576
- attributes?: JsonApiAutomationInAttributes;
7018
+ attributes?: JsonApiAutomationPatchAttributes;
7577
7019
  /**
7578
7020
  *
7579
- * @type {JsonApiAutomationInRelationships}
7021
+ * @type {JsonApiAutomationPatchRelationships}
7580
7022
  * @memberof JsonApiAutomationPatch
7581
7023
  */
7582
- relationships?: JsonApiAutomationInRelationships;
7024
+ relationships?: JsonApiAutomationPatchRelationships;
7583
7025
  }
7584
7026
  export declare const JsonApiAutomationPatchTypeEnum: {
7585
7027
  readonly AUTOMATION: "automation";
7586
7028
  };
7587
7029
  export type JsonApiAutomationPatchTypeEnum = typeof JsonApiAutomationPatchTypeEnum[keyof typeof JsonApiAutomationPatchTypeEnum];
7030
+ /**
7031
+ *
7032
+ * @export
7033
+ * @interface JsonApiAutomationPatchAttributes
7034
+ */
7035
+ export interface JsonApiAutomationPatchAttributes {
7036
+ /**
7037
+ *
7038
+ * @type {string}
7039
+ * @memberof JsonApiAutomationPatchAttributes
7040
+ */
7041
+ title?: string;
7042
+ /**
7043
+ *
7044
+ * @type {string}
7045
+ * @memberof JsonApiAutomationPatchAttributes
7046
+ */
7047
+ description?: string;
7048
+ /**
7049
+ *
7050
+ * @type {Array<string>}
7051
+ * @memberof JsonApiAutomationPatchAttributes
7052
+ */
7053
+ tags?: Array<string>;
7054
+ /**
7055
+ *
7056
+ * @type {boolean}
7057
+ * @memberof JsonApiAutomationPatchAttributes
7058
+ */
7059
+ areRelationsValid?: boolean;
7060
+ /**
7061
+ * Additional details to be included in the automated message.
7062
+ * @type {any}
7063
+ * @memberof JsonApiAutomationPatchAttributes
7064
+ */
7065
+ details?: any;
7066
+ /**
7067
+ *
7068
+ * @type {JsonApiAutomationOutAttributesMetadata}
7069
+ * @memberof JsonApiAutomationPatchAttributes
7070
+ */
7071
+ metadata?: JsonApiAutomationOutAttributesMetadata | null;
7072
+ /**
7073
+ * Current state of the automation.
7074
+ * @type {string}
7075
+ * @memberof JsonApiAutomationPatchAttributes
7076
+ */
7077
+ state?: JsonApiAutomationPatchAttributesStateEnum;
7078
+ /**
7079
+ *
7080
+ * @type {JsonApiAutomationOutAttributesSchedule}
7081
+ * @memberof JsonApiAutomationPatchAttributes
7082
+ */
7083
+ schedule?: JsonApiAutomationOutAttributesSchedule;
7084
+ /**
7085
+ *
7086
+ * @type {JsonApiAutomationOutAttributesAlert}
7087
+ * @memberof JsonApiAutomationPatchAttributes
7088
+ */
7089
+ alert?: JsonApiAutomationOutAttributesAlert;
7090
+ /**
7091
+ *
7092
+ * @type {Array<JsonApiAutomationOutAttributesTabularExports>}
7093
+ * @memberof JsonApiAutomationPatchAttributes
7094
+ */
7095
+ tabularExports?: Array<JsonApiAutomationOutAttributesTabularExports>;
7096
+ /**
7097
+ *
7098
+ * @type {Array<JsonApiAutomationOutAttributesVisualExports>}
7099
+ * @memberof JsonApiAutomationPatchAttributes
7100
+ */
7101
+ visualExports?: Array<JsonApiAutomationOutAttributesVisualExports>;
7102
+ /**
7103
+ *
7104
+ * @type {Array<JsonApiAutomationOutAttributesImageExports>}
7105
+ * @memberof JsonApiAutomationPatchAttributes
7106
+ */
7107
+ imageExports?: Array<JsonApiAutomationOutAttributesImageExports>;
7108
+ /**
7109
+ *
7110
+ * @type {Array<JsonApiAutomationOutAttributesRawExports>}
7111
+ * @memberof JsonApiAutomationPatchAttributes
7112
+ */
7113
+ rawExports?: Array<JsonApiAutomationOutAttributesRawExports>;
7114
+ /**
7115
+ *
7116
+ * @type {Array<JsonApiAutomationOutAttributesSlidesExports>}
7117
+ * @memberof JsonApiAutomationPatchAttributes
7118
+ */
7119
+ slidesExports?: Array<JsonApiAutomationOutAttributesSlidesExports>;
7120
+ /**
7121
+ * External recipients of the automation action results.
7122
+ * @type {Array<JsonApiAutomationOutAttributesExternalRecipients>}
7123
+ * @memberof JsonApiAutomationPatchAttributes
7124
+ */
7125
+ externalRecipients?: Array<JsonApiAutomationOutAttributesExternalRecipients>;
7126
+ }
7127
+ export declare const JsonApiAutomationPatchAttributesStateEnum: {
7128
+ readonly ACTIVE: "ACTIVE";
7129
+ readonly PAUSED: "PAUSED";
7130
+ };
7131
+ export type JsonApiAutomationPatchAttributesStateEnum = typeof JsonApiAutomationPatchAttributesStateEnum[keyof typeof JsonApiAutomationPatchAttributesStateEnum];
7588
7132
  /**
7589
7133
  *
7590
7134
  * @export
@@ -7598,6 +7142,37 @@ export interface JsonApiAutomationPatchDocument {
7598
7142
  */
7599
7143
  data: JsonApiAutomationPatch;
7600
7144
  }
7145
+ /**
7146
+ *
7147
+ * @export
7148
+ * @interface JsonApiAutomationPatchRelationships
7149
+ */
7150
+ export interface JsonApiAutomationPatchRelationships {
7151
+ /**
7152
+ *
7153
+ * @type {JsonApiAutomationOutRelationshipsNotificationChannel}
7154
+ * @memberof JsonApiAutomationPatchRelationships
7155
+ */
7156
+ notificationChannel?: JsonApiAutomationOutRelationshipsNotificationChannel;
7157
+ /**
7158
+ *
7159
+ * @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
7160
+ * @memberof JsonApiAutomationPatchRelationships
7161
+ */
7162
+ analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
7163
+ /**
7164
+ *
7165
+ * @type {JsonApiAutomationOutRelationshipsExportDefinitions}
7166
+ * @memberof JsonApiAutomationPatchRelationships
7167
+ */
7168
+ exportDefinitions?: JsonApiAutomationOutRelationshipsExportDefinitions;
7169
+ /**
7170
+ *
7171
+ * @type {JsonApiAutomationOutRelationshipsRecipients}
7172
+ * @memberof JsonApiAutomationPatchRelationships
7173
+ */
7174
+ recipients?: JsonApiAutomationOutRelationshipsRecipients;
7175
+ }
7601
7176
  /**
7602
7177
  * @type JsonApiAutomationToOneLinkage
7603
7178
  * References to other resource objects in a to-one (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
@@ -7624,34 +7199,15 @@ export interface JsonApiColorPaletteIn {
7624
7199
  id: string;
7625
7200
  /**
7626
7201
  *
7627
- * @type {JsonApiColorPaletteInAttributes}
7202
+ * @type {JsonApiColorPaletteOutAttributes}
7628
7203
  * @memberof JsonApiColorPaletteIn
7629
7204
  */
7630
- attributes: JsonApiColorPaletteInAttributes;
7205
+ attributes: JsonApiColorPaletteOutAttributes;
7631
7206
  }
7632
7207
  export declare const JsonApiColorPaletteInTypeEnum: {
7633
7208
  readonly COLOR_PALETTE: "colorPalette";
7634
7209
  };
7635
7210
  export type JsonApiColorPaletteInTypeEnum = typeof JsonApiColorPaletteInTypeEnum[keyof typeof JsonApiColorPaletteInTypeEnum];
7636
- /**
7637
- *
7638
- * @export
7639
- * @interface JsonApiColorPaletteInAttributes
7640
- */
7641
- export interface JsonApiColorPaletteInAttributes {
7642
- /**
7643
- *
7644
- * @type {string}
7645
- * @memberof JsonApiColorPaletteInAttributes
7646
- */
7647
- name: string;
7648
- /**
7649
- * Free-form JSON content. Maximum supported length is 15000 characters.
7650
- * @type {object}
7651
- * @memberof JsonApiColorPaletteInAttributes
7652
- */
7653
- content: object;
7654
- }
7655
7211
  /**
7656
7212
  *
7657
7213
  * @export
@@ -7685,15 +7241,34 @@ export interface JsonApiColorPaletteOut {
7685
7241
  id: string;
7686
7242
  /**
7687
7243
  *
7688
- * @type {JsonApiColorPaletteInAttributes}
7244
+ * @type {JsonApiColorPaletteOutAttributes}
7689
7245
  * @memberof JsonApiColorPaletteOut
7690
7246
  */
7691
- attributes: JsonApiColorPaletteInAttributes;
7247
+ attributes: JsonApiColorPaletteOutAttributes;
7692
7248
  }
7693
7249
  export declare const JsonApiColorPaletteOutTypeEnum: {
7694
7250
  readonly COLOR_PALETTE: "colorPalette";
7695
7251
  };
7696
7252
  export type JsonApiColorPaletteOutTypeEnum = typeof JsonApiColorPaletteOutTypeEnum[keyof typeof JsonApiColorPaletteOutTypeEnum];
7253
+ /**
7254
+ *
7255
+ * @export
7256
+ * @interface JsonApiColorPaletteOutAttributes
7257
+ */
7258
+ export interface JsonApiColorPaletteOutAttributes {
7259
+ /**
7260
+ *
7261
+ * @type {string}
7262
+ * @memberof JsonApiColorPaletteOutAttributes
7263
+ */
7264
+ name: string;
7265
+ /**
7266
+ * Free-form JSON content. Maximum supported length is 15000 characters.
7267
+ * @type {object}
7268
+ * @memberof JsonApiColorPaletteOutAttributes
7269
+ */
7270
+ content: object;
7271
+ }
7697
7272
  /**
7698
7273
  *
7699
7274
  * @export
@@ -7733,10 +7308,10 @@ export interface JsonApiColorPaletteOutList {
7733
7308
  links?: ListLinks;
7734
7309
  /**
7735
7310
  *
7736
- * @type {JsonApiAnalyticalDashboardOutListMeta}
7311
+ * @type {JsonApiApiTokenOutListMeta}
7737
7312
  * @memberof JsonApiColorPaletteOutList
7738
7313
  */
7739
- meta?: JsonApiAnalyticalDashboardOutListMeta;
7314
+ meta?: JsonApiApiTokenOutListMeta;
7740
7315
  }
7741
7316
  /**
7742
7317
  *
@@ -7758,10 +7333,10 @@ export interface JsonApiColorPaletteOutWithLinks {
7758
7333
  id: string;
7759
7334
  /**
7760
7335
  *
7761
- * @type {JsonApiColorPaletteInAttributes}
7336
+ * @type {JsonApiColorPaletteOutAttributes}
7762
7337
  * @memberof JsonApiColorPaletteOutWithLinks
7763
7338
  */
7764
- attributes: JsonApiColorPaletteInAttributes;
7339
+ attributes: JsonApiColorPaletteOutAttributes;
7765
7340
  /**
7766
7341
  *
7767
7342
  * @type {ObjectLinks}
@@ -7854,34 +7429,15 @@ export interface JsonApiCookieSecurityConfigurationIn {
7854
7429
  id: string;
7855
7430
  /**
7856
7431
  *
7857
- * @type {JsonApiCookieSecurityConfigurationInAttributes}
7432
+ * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
7858
7433
  * @memberof JsonApiCookieSecurityConfigurationIn
7859
7434
  */
7860
- attributes?: JsonApiCookieSecurityConfigurationInAttributes;
7435
+ attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
7861
7436
  }
7862
7437
  export declare const JsonApiCookieSecurityConfigurationInTypeEnum: {
7863
7438
  readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
7864
7439
  };
7865
7440
  export type JsonApiCookieSecurityConfigurationInTypeEnum = typeof JsonApiCookieSecurityConfigurationInTypeEnum[keyof typeof JsonApiCookieSecurityConfigurationInTypeEnum];
7866
- /**
7867
- *
7868
- * @export
7869
- * @interface JsonApiCookieSecurityConfigurationInAttributes
7870
- */
7871
- export interface JsonApiCookieSecurityConfigurationInAttributes {
7872
- /**
7873
- *
7874
- * @type {string}
7875
- * @memberof JsonApiCookieSecurityConfigurationInAttributes
7876
- */
7877
- lastRotation?: string;
7878
- /**
7879
- * Length of interval between automatic rotations expressed in format of ISO 8601 duration
7880
- * @type {string}
7881
- * @memberof JsonApiCookieSecurityConfigurationInAttributes
7882
- */
7883
- rotationInterval?: string;
7884
- }
7885
7441
  /**
7886
7442
  *
7887
7443
  * @export
@@ -7915,10 +7471,10 @@ export interface JsonApiCookieSecurityConfigurationOut {
7915
7471
  id: string;
7916
7472
  /**
7917
7473
  *
7918
- * @type {JsonApiCookieSecurityConfigurationInAttributes}
7474
+ * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
7919
7475
  * @memberof JsonApiCookieSecurityConfigurationOut
7920
7476
  */
7921
- attributes?: JsonApiCookieSecurityConfigurationInAttributes;
7477
+ attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
7922
7478
  }
7923
7479
  export declare const JsonApiCookieSecurityConfigurationOutTypeEnum: {
7924
7480
  readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
@@ -7963,15 +7519,34 @@ export interface JsonApiCookieSecurityConfigurationPatch {
7963
7519
  id: string;
7964
7520
  /**
7965
7521
  *
7966
- * @type {JsonApiCookieSecurityConfigurationInAttributes}
7522
+ * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
7967
7523
  * @memberof JsonApiCookieSecurityConfigurationPatch
7968
7524
  */
7969
- attributes?: JsonApiCookieSecurityConfigurationInAttributes;
7525
+ attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
7970
7526
  }
7971
7527
  export declare const JsonApiCookieSecurityConfigurationPatchTypeEnum: {
7972
7528
  readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
7973
7529
  };
7974
7530
  export type JsonApiCookieSecurityConfigurationPatchTypeEnum = typeof JsonApiCookieSecurityConfigurationPatchTypeEnum[keyof typeof JsonApiCookieSecurityConfigurationPatchTypeEnum];
7531
+ /**
7532
+ *
7533
+ * @export
7534
+ * @interface JsonApiCookieSecurityConfigurationPatchAttributes
7535
+ */
7536
+ export interface JsonApiCookieSecurityConfigurationPatchAttributes {
7537
+ /**
7538
+ *
7539
+ * @type {string}
7540
+ * @memberof JsonApiCookieSecurityConfigurationPatchAttributes
7541
+ */
7542
+ lastRotation?: string;
7543
+ /**
7544
+ * Length of interval between automatic rotations expressed in format of ISO 8601 duration
7545
+ * @type {string}
7546
+ * @memberof JsonApiCookieSecurityConfigurationPatchAttributes
7547
+ */
7548
+ rotationInterval?: string;
7549
+ }
7975
7550
  /**
7976
7551
  *
7977
7552
  * @export
@@ -8005,28 +7580,15 @@ export interface JsonApiCspDirectiveIn {
8005
7580
  id: string;
8006
7581
  /**
8007
7582
  *
8008
- * @type {JsonApiCspDirectiveInAttributes}
7583
+ * @type {JsonApiCspDirectiveOutAttributes}
8009
7584
  * @memberof JsonApiCspDirectiveIn
8010
7585
  */
8011
- attributes: JsonApiCspDirectiveInAttributes;
7586
+ attributes: JsonApiCspDirectiveOutAttributes;
8012
7587
  }
8013
7588
  export declare const JsonApiCspDirectiveInTypeEnum: {
8014
7589
  readonly CSP_DIRECTIVE: "cspDirective";
8015
7590
  };
8016
7591
  export type JsonApiCspDirectiveInTypeEnum = typeof JsonApiCspDirectiveInTypeEnum[keyof typeof JsonApiCspDirectiveInTypeEnum];
8017
- /**
8018
- *
8019
- * @export
8020
- * @interface JsonApiCspDirectiveInAttributes
8021
- */
8022
- export interface JsonApiCspDirectiveInAttributes {
8023
- /**
8024
- *
8025
- * @type {Array<string>}
8026
- * @memberof JsonApiCspDirectiveInAttributes
8027
- */
8028
- sources: Array<string>;
8029
- }
8030
7592
  /**
8031
7593
  *
8032
7594
  * @export
@@ -8060,15 +7622,28 @@ export interface JsonApiCspDirectiveOut {
8060
7622
  id: string;
8061
7623
  /**
8062
7624
  *
8063
- * @type {JsonApiCspDirectiveInAttributes}
7625
+ * @type {JsonApiCspDirectiveOutAttributes}
8064
7626
  * @memberof JsonApiCspDirectiveOut
8065
7627
  */
8066
- attributes: JsonApiCspDirectiveInAttributes;
7628
+ attributes: JsonApiCspDirectiveOutAttributes;
8067
7629
  }
8068
7630
  export declare const JsonApiCspDirectiveOutTypeEnum: {
8069
7631
  readonly CSP_DIRECTIVE: "cspDirective";
8070
7632
  };
8071
7633
  export type JsonApiCspDirectiveOutTypeEnum = typeof JsonApiCspDirectiveOutTypeEnum[keyof typeof JsonApiCspDirectiveOutTypeEnum];
7634
+ /**
7635
+ *
7636
+ * @export
7637
+ * @interface JsonApiCspDirectiveOutAttributes
7638
+ */
7639
+ export interface JsonApiCspDirectiveOutAttributes {
7640
+ /**
7641
+ *
7642
+ * @type {Array<string>}
7643
+ * @memberof JsonApiCspDirectiveOutAttributes
7644
+ */
7645
+ sources: Array<string>;
7646
+ }
8072
7647
  /**
8073
7648
  *
8074
7649
  * @export
@@ -8108,10 +7683,10 @@ export interface JsonApiCspDirectiveOutList {
8108
7683
  links?: ListLinks;
8109
7684
  /**
8110
7685
  *
8111
- * @type {JsonApiAnalyticalDashboardOutListMeta}
7686
+ * @type {JsonApiApiTokenOutListMeta}
8112
7687
  * @memberof JsonApiCspDirectiveOutList
8113
7688
  */
8114
- meta?: JsonApiAnalyticalDashboardOutListMeta;
7689
+ meta?: JsonApiApiTokenOutListMeta;
8115
7690
  }
8116
7691
  /**
8117
7692
  *
@@ -8133,10 +7708,10 @@ export interface JsonApiCspDirectiveOutWithLinks {
8133
7708
  id: string;
8134
7709
  /**
8135
7710
  *
8136
- * @type {JsonApiCspDirectiveInAttributes}
7711
+ * @type {JsonApiCspDirectiveOutAttributes}
8137
7712
  * @memberof JsonApiCspDirectiveOutWithLinks
8138
7713
  */
8139
- attributes: JsonApiCspDirectiveInAttributes;
7714
+ attributes: JsonApiCspDirectiveOutAttributes;
8140
7715
  /**
8141
7716
  *
8142
7717
  * @type {ObjectLinks}
@@ -8338,10 +7913,10 @@ export interface JsonApiCustomApplicationSettingOutList {
8338
7913
  links?: ListLinks;
8339
7914
  /**
8340
7915
  *
8341
- * @type {JsonApiAnalyticalDashboardOutListMeta}
7916
+ * @type {JsonApiApiTokenOutListMeta}
8342
7917
  * @memberof JsonApiCustomApplicationSettingOutList
8343
7918
  */
8344
- meta?: JsonApiAnalyticalDashboardOutListMeta;
7919
+ meta?: JsonApiApiTokenOutListMeta;
8345
7920
  }
8346
7921
  /**
8347
7922
  *
@@ -8507,10 +8082,10 @@ export interface JsonApiDashboardPluginIn {
8507
8082
  id: string;
8508
8083
  /**
8509
8084
  *
8510
- * @type {JsonApiDashboardPluginPostOptionalIdAttributes}
8085
+ * @type {JsonApiDashboardPluginPatchAttributes}
8511
8086
  * @memberof JsonApiDashboardPluginIn
8512
8087
  */
8513
- attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
8088
+ attributes?: JsonApiDashboardPluginPatchAttributes;
8514
8089
  }
8515
8090
  export declare const JsonApiDashboardPluginInTypeEnum: {
8516
8091
  readonly DASHBOARD_PLUGIN: "dashboardPlugin";
@@ -8687,10 +8262,10 @@ export interface JsonApiDashboardPluginOutList {
8687
8262
  links?: ListLinks;
8688
8263
  /**
8689
8264
  *
8690
- * @type {JsonApiAnalyticalDashboardOutListMeta}
8265
+ * @type {JsonApiApiTokenOutListMeta}
8691
8266
  * @memberof JsonApiDashboardPluginOutList
8692
8267
  */
8693
- meta?: JsonApiAnalyticalDashboardOutListMeta;
8268
+ meta?: JsonApiApiTokenOutListMeta;
8694
8269
  /**
8695
8270
  * Included resources
8696
8271
  * @type {Array<JsonApiUserIdentifierOutWithLinks>}
@@ -8784,15 +8359,52 @@ export interface JsonApiDashboardPluginPatch {
8784
8359
  id: string;
8785
8360
  /**
8786
8361
  *
8787
- * @type {JsonApiDashboardPluginPostOptionalIdAttributes}
8362
+ * @type {JsonApiDashboardPluginPatchAttributes}
8788
8363
  * @memberof JsonApiDashboardPluginPatch
8789
8364
  */
8790
- attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
8365
+ attributes?: JsonApiDashboardPluginPatchAttributes;
8791
8366
  }
8792
8367
  export declare const JsonApiDashboardPluginPatchTypeEnum: {
8793
8368
  readonly DASHBOARD_PLUGIN: "dashboardPlugin";
8794
8369
  };
8795
8370
  export type JsonApiDashboardPluginPatchTypeEnum = typeof JsonApiDashboardPluginPatchTypeEnum[keyof typeof JsonApiDashboardPluginPatchTypeEnum];
8371
+ /**
8372
+ *
8373
+ * @export
8374
+ * @interface JsonApiDashboardPluginPatchAttributes
8375
+ */
8376
+ export interface JsonApiDashboardPluginPatchAttributes {
8377
+ /**
8378
+ *
8379
+ * @type {string}
8380
+ * @memberof JsonApiDashboardPluginPatchAttributes
8381
+ */
8382
+ title?: string;
8383
+ /**
8384
+ *
8385
+ * @type {string}
8386
+ * @memberof JsonApiDashboardPluginPatchAttributes
8387
+ */
8388
+ description?: string;
8389
+ /**
8390
+ *
8391
+ * @type {Array<string>}
8392
+ * @memberof JsonApiDashboardPluginPatchAttributes
8393
+ */
8394
+ tags?: Array<string>;
8395
+ /**
8396
+ *
8397
+ * @type {boolean}
8398
+ * @memberof JsonApiDashboardPluginPatchAttributes
8399
+ */
8400
+ areRelationsValid?: boolean;
8401
+ /**
8402
+ * Free-form JSON content. Maximum supported length is 250000 characters.
8403
+ * @type {object}
8404
+ * @memberof JsonApiDashboardPluginPatchAttributes
8405
+ */
8406
+ content?: object;
8407
+ }
8796
8408
  /**
8797
8409
  *
8798
8410
  * @export
@@ -8826,52 +8438,15 @@ export interface JsonApiDashboardPluginPostOptionalId {
8826
8438
  id?: string;
8827
8439
  /**
8828
8440
  *
8829
- * @type {JsonApiDashboardPluginPostOptionalIdAttributes}
8441
+ * @type {JsonApiDashboardPluginPatchAttributes}
8830
8442
  * @memberof JsonApiDashboardPluginPostOptionalId
8831
8443
  */
8832
- attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
8444
+ attributes?: JsonApiDashboardPluginPatchAttributes;
8833
8445
  }
8834
8446
  export declare const JsonApiDashboardPluginPostOptionalIdTypeEnum: {
8835
8447
  readonly DASHBOARD_PLUGIN: "dashboardPlugin";
8836
8448
  };
8837
8449
  export type JsonApiDashboardPluginPostOptionalIdTypeEnum = typeof JsonApiDashboardPluginPostOptionalIdTypeEnum[keyof typeof JsonApiDashboardPluginPostOptionalIdTypeEnum];
8838
- /**
8839
- *
8840
- * @export
8841
- * @interface JsonApiDashboardPluginPostOptionalIdAttributes
8842
- */
8843
- export interface JsonApiDashboardPluginPostOptionalIdAttributes {
8844
- /**
8845
- *
8846
- * @type {string}
8847
- * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
8848
- */
8849
- title?: string;
8850
- /**
8851
- *
8852
- * @type {string}
8853
- * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
8854
- */
8855
- description?: string;
8856
- /**
8857
- *
8858
- * @type {Array<string>}
8859
- * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
8860
- */
8861
- tags?: Array<string>;
8862
- /**
8863
- *
8864
- * @type {boolean}
8865
- * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
8866
- */
8867
- areRelationsValid?: boolean;
8868
- /**
8869
- * Free-form JSON content. Maximum supported length is 250000 characters.
8870
- * @type {object}
8871
- * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
8872
- */
8873
- content?: object;
8874
- }
8875
8450
  /**
8876
8451
  *
8877
8452
  * @export
@@ -8905,10 +8480,10 @@ export interface JsonApiDataSourceIdentifierOut {
8905
8480
  id: string;
8906
8481
  /**
8907
8482
  *
8908
- * @type {JsonApiDataSourceOutMeta}
8483
+ * @type {JsonApiDataSourceIdentifierOutMeta}
8909
8484
  * @memberof JsonApiDataSourceIdentifierOut
8910
8485
  */
8911
- meta?: JsonApiDataSourceOutMeta;
8486
+ meta?: JsonApiDataSourceIdentifierOutMeta;
8912
8487
  /**
8913
8488
  *
8914
8489
  * @type {JsonApiDataSourceIdentifierOutAttributes}
@@ -9012,11 +8587,29 @@ export interface JsonApiDataSourceIdentifierOutList {
9012
8587
  links?: ListLinks;
9013
8588
  /**
9014
8589
  *
9015
- * @type {JsonApiAnalyticalDashboardOutListMeta}
8590
+ * @type {JsonApiApiTokenOutListMeta}
9016
8591
  * @memberof JsonApiDataSourceIdentifierOutList
9017
8592
  */
9018
- meta?: JsonApiAnalyticalDashboardOutListMeta;
8593
+ meta?: JsonApiApiTokenOutListMeta;
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>;
9019
8607
  }
8608
+ export declare const JsonApiDataSourceIdentifierOutMetaPermissionsEnum: {
8609
+ readonly MANAGE: "MANAGE";
8610
+ readonly USE: "USE";
8611
+ };
8612
+ export type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum[keyof typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum];
9020
8613
  /**
9021
8614
  *
9022
8615
  * @export
@@ -9037,10 +8630,10 @@ export interface JsonApiDataSourceIdentifierOutWithLinks {
9037
8630
  id: string;
9038
8631
  /**
9039
8632
  *
9040
- * @type {JsonApiDataSourceOutMeta}
8633
+ * @type {JsonApiDataSourceIdentifierOutMeta}
9041
8634
  * @memberof JsonApiDataSourceIdentifierOutWithLinks
9042
8635
  */
9043
- meta?: JsonApiDataSourceOutMeta;
8636
+ meta?: JsonApiDataSourceIdentifierOutMeta;
9044
8637
  /**
9045
8638
  *
9046
8639
  * @type {JsonApiDataSourceIdentifierOutAttributes}
@@ -9161,10 +8754,10 @@ export interface JsonApiDataSourceInAttributes {
9161
8754
  clientSecret?: string | null;
9162
8755
  /**
9163
8756
  * Additional parameters to be used when connecting to the database providing the data for the data source.
9164
- * @type {Array<JsonApiDataSourceInAttributesParameters>}
8757
+ * @type {Array<JsonApiDataSourceOutAttributesParameters>}
9165
8758
  * @memberof JsonApiDataSourceInAttributes
9166
8759
  */
9167
- parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
8760
+ parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
9168
8761
  /**
9169
8762
  * Determines how the results coming from a particular datasource should be cached.
9170
8763
  * @type {string}
@@ -9205,25 +8798,6 @@ export declare const JsonApiDataSourceInAttributesCacheStrategyEnum: {
9205
8798
  readonly NEVER: "NEVER";
9206
8799
  };
9207
8800
  export type JsonApiDataSourceInAttributesCacheStrategyEnum = typeof JsonApiDataSourceInAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourceInAttributesCacheStrategyEnum];
9208
- /**
9209
- *
9210
- * @export
9211
- * @interface JsonApiDataSourceInAttributesParameters
9212
- */
9213
- export interface JsonApiDataSourceInAttributesParameters {
9214
- /**
9215
- *
9216
- * @type {string}
9217
- * @memberof JsonApiDataSourceInAttributesParameters
9218
- */
9219
- name: string;
9220
- /**
9221
- *
9222
- * @type {string}
9223
- * @memberof JsonApiDataSourceInAttributesParameters
9224
- */
9225
- value: string;
9226
- }
9227
8801
  /**
9228
8802
  *
9229
8803
  * @export
@@ -9257,10 +8831,10 @@ export interface JsonApiDataSourceOut {
9257
8831
  id: string;
9258
8832
  /**
9259
8833
  *
9260
- * @type {JsonApiDataSourceOutMeta}
8834
+ * @type {JsonApiDataSourceIdentifierOutMeta}
9261
8835
  * @memberof JsonApiDataSourceOut
9262
8836
  */
9263
- meta?: JsonApiDataSourceOutMeta;
8837
+ meta?: JsonApiDataSourceIdentifierOutMeta;
9264
8838
  /**
9265
8839
  *
9266
8840
  * @type {JsonApiDataSourceOutAttributes}
@@ -9316,16 +8890,16 @@ export interface JsonApiDataSourceOutAttributes {
9316
8890
  clientId?: string | null;
9317
8891
  /**
9318
8892
  * Additional parameters to be used when connecting to the database providing the data for the data source.
9319
- * @type {Array<JsonApiDataSourceInAttributesParameters>}
8893
+ * @type {Array<JsonApiDataSourceOutAttributesParameters>}
9320
8894
  * @memberof JsonApiDataSourceOutAttributes
9321
8895
  */
9322
- parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
8896
+ parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
9323
8897
  /**
9324
8898
  * Decoded parameters to be used when connecting to the database providing the data for the data source.
9325
- * @type {Array<JsonApiDataSourceInAttributesParameters>}
8899
+ * @type {Array<JsonApiDataSourceOutAttributesParameters>}
9326
8900
  * @memberof JsonApiDataSourceOutAttributes
9327
8901
  */
9328
- decodedParameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
8902
+ decodedParameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
9329
8903
  /**
9330
8904
  * Determines how the results coming from a particular datasource should be cached.
9331
8905
  * @type {string}
@@ -9380,6 +8954,25 @@ export declare const JsonApiDataSourceOutAttributesAuthenticationTypeEnum: {
9380
8954
  readonly ACCESS_TOKEN: "ACCESS_TOKEN";
9381
8955
  };
9382
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
+ }
9383
8976
  /**
9384
8977
  *
9385
8978
  * @export
@@ -9419,29 +9012,11 @@ export interface JsonApiDataSourceOutList {
9419
9012
  links?: ListLinks;
9420
9013
  /**
9421
9014
  *
9422
- * @type {JsonApiAnalyticalDashboardOutListMeta}
9015
+ * @type {JsonApiApiTokenOutListMeta}
9423
9016
  * @memberof JsonApiDataSourceOutList
9424
9017
  */
9425
- meta?: JsonApiAnalyticalDashboardOutListMeta;
9426
- }
9427
- /**
9428
- *
9429
- * @export
9430
- * @interface JsonApiDataSourceOutMeta
9431
- */
9432
- export interface JsonApiDataSourceOutMeta {
9433
- /**
9434
- * List of valid permissions for a logged-in user.
9435
- * @type {Array<string>}
9436
- * @memberof JsonApiDataSourceOutMeta
9437
- */
9438
- permissions?: Array<JsonApiDataSourceOutMetaPermissionsEnum>;
9018
+ meta?: JsonApiApiTokenOutListMeta;
9439
9019
  }
9440
- export declare const JsonApiDataSourceOutMetaPermissionsEnum: {
9441
- readonly MANAGE: "MANAGE";
9442
- readonly USE: "USE";
9443
- };
9444
- export type JsonApiDataSourceOutMetaPermissionsEnum = typeof JsonApiDataSourceOutMetaPermissionsEnum[keyof typeof JsonApiDataSourceOutMetaPermissionsEnum];
9445
9020
  /**
9446
9021
  *
9447
9022
  * @export
@@ -9462,10 +9037,10 @@ export interface JsonApiDataSourceOutWithLinks {
9462
9037
  id: string;
9463
9038
  /**
9464
9039
  *
9465
- * @type {JsonApiDataSourceOutMeta}
9040
+ * @type {JsonApiDataSourceIdentifierOutMeta}
9466
9041
  * @memberof JsonApiDataSourceOutWithLinks
9467
9042
  */
9468
- meta?: JsonApiDataSourceOutMeta;
9043
+ meta?: JsonApiDataSourceIdentifierOutMeta;
9469
9044
  /**
9470
9045
  *
9471
9046
  * @type {JsonApiDataSourceOutAttributes}
@@ -9586,10 +9161,10 @@ export interface JsonApiDataSourcePatchAttributes {
9586
9161
  clientSecret?: string | null;
9587
9162
  /**
9588
9163
  * Additional parameters to be used when connecting to the database providing the data for the data source.
9589
- * @type {Array<JsonApiDataSourceInAttributesParameters>}
9164
+ * @type {Array<JsonApiDataSourceOutAttributesParameters>}
9590
9165
  * @memberof JsonApiDataSourcePatchAttributes
9591
9166
  */
9592
- parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
9167
+ parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
9593
9168
  /**
9594
9169
  * Determines how the results coming from a particular datasource should be cached.
9595
9170
  * @type {string}
@@ -10001,10 +9576,10 @@ export interface JsonApiDatasetOutList {
10001
9576
  links?: ListLinks;
10002
9577
  /**
10003
9578
  *
10004
- * @type {JsonApiAnalyticalDashboardOutListMeta}
9579
+ * @type {JsonApiApiTokenOutListMeta}
10005
9580
  * @memberof JsonApiDatasetOutList
10006
9581
  */
10007
- meta?: JsonApiAnalyticalDashboardOutListMeta;
9582
+ meta?: JsonApiApiTokenOutListMeta;
10008
9583
  /**
10009
9584
  * Included resources
10010
9585
  * @type {Array<JsonApiDatasetOutIncludes>}
@@ -10196,10 +9771,10 @@ export interface JsonApiEntitlementOutList {
10196
9771
  links?: ListLinks;
10197
9772
  /**
10198
9773
  *
10199
- * @type {JsonApiAnalyticalDashboardOutListMeta}
9774
+ * @type {JsonApiApiTokenOutListMeta}
10200
9775
  * @memberof JsonApiEntitlementOutList
10201
9776
  */
10202
- meta?: JsonApiAnalyticalDashboardOutListMeta;
9777
+ meta?: JsonApiApiTokenOutListMeta;
10203
9778
  }
10204
9779
  /**
10205
9780
  *
@@ -10256,16 +9831,16 @@ export interface JsonApiExportDefinitionIn {
10256
9831
  id: string;
10257
9832
  /**
10258
9833
  *
10259
- * @type {JsonApiExportDefinitionPostOptionalIdAttributes}
9834
+ * @type {JsonApiExportDefinitionPatchAttributes}
10260
9835
  * @memberof JsonApiExportDefinitionIn
10261
9836
  */
10262
- attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
9837
+ attributes?: JsonApiExportDefinitionPatchAttributes;
10263
9838
  /**
10264
9839
  *
10265
- * @type {JsonApiExportDefinitionPostOptionalIdRelationships}
9840
+ * @type {JsonApiExportDefinitionPatchRelationships}
10266
9841
  * @memberof JsonApiExportDefinitionIn
10267
9842
  */
10268
- relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
9843
+ relationships?: JsonApiExportDefinitionPatchRelationships;
10269
9844
  }
10270
9845
  export declare const JsonApiExportDefinitionInTypeEnum: {
10271
9846
  readonly EXPORT_DEFINITION: "exportDefinition";
@@ -10447,10 +10022,10 @@ export interface JsonApiExportDefinitionOutList {
10447
10022
  links?: ListLinks;
10448
10023
  /**
10449
10024
  *
10450
- * @type {JsonApiAnalyticalDashboardOutListMeta}
10025
+ * @type {JsonApiApiTokenOutListMeta}
10451
10026
  * @memberof JsonApiExportDefinitionOutList
10452
10027
  */
10453
- meta?: JsonApiAnalyticalDashboardOutListMeta;
10028
+ meta?: JsonApiApiTokenOutListMeta;
10454
10029
  /**
10455
10030
  * Included resources
10456
10031
  * @type {Array<JsonApiExportDefinitionOutIncludes>}
@@ -10601,21 +10176,58 @@ export interface JsonApiExportDefinitionPatch {
10601
10176
  id: string;
10602
10177
  /**
10603
10178
  *
10604
- * @type {JsonApiExportDefinitionPostOptionalIdAttributes}
10179
+ * @type {JsonApiExportDefinitionPatchAttributes}
10605
10180
  * @memberof JsonApiExportDefinitionPatch
10606
10181
  */
10607
- attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
10182
+ attributes?: JsonApiExportDefinitionPatchAttributes;
10608
10183
  /**
10609
10184
  *
10610
- * @type {JsonApiExportDefinitionPostOptionalIdRelationships}
10185
+ * @type {JsonApiExportDefinitionPatchRelationships}
10611
10186
  * @memberof JsonApiExportDefinitionPatch
10612
10187
  */
10613
- relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
10188
+ relationships?: JsonApiExportDefinitionPatchRelationships;
10614
10189
  }
10615
10190
  export declare const JsonApiExportDefinitionPatchTypeEnum: {
10616
10191
  readonly EXPORT_DEFINITION: "exportDefinition";
10617
10192
  };
10618
10193
  export type JsonApiExportDefinitionPatchTypeEnum = typeof JsonApiExportDefinitionPatchTypeEnum[keyof typeof JsonApiExportDefinitionPatchTypeEnum];
10194
+ /**
10195
+ *
10196
+ * @export
10197
+ * @interface JsonApiExportDefinitionPatchAttributes
10198
+ */
10199
+ export interface JsonApiExportDefinitionPatchAttributes {
10200
+ /**
10201
+ *
10202
+ * @type {string}
10203
+ * @memberof JsonApiExportDefinitionPatchAttributes
10204
+ */
10205
+ title?: string;
10206
+ /**
10207
+ *
10208
+ * @type {string}
10209
+ * @memberof JsonApiExportDefinitionPatchAttributes
10210
+ */
10211
+ description?: string;
10212
+ /**
10213
+ *
10214
+ * @type {Array<string>}
10215
+ * @memberof JsonApiExportDefinitionPatchAttributes
10216
+ */
10217
+ tags?: Array<string>;
10218
+ /**
10219
+ * JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
10220
+ * @type {VisualExportRequest | TabularExportRequest}
10221
+ * @memberof JsonApiExportDefinitionPatchAttributes
10222
+ */
10223
+ requestPayload?: VisualExportRequest | TabularExportRequest;
10224
+ /**
10225
+ *
10226
+ * @type {boolean}
10227
+ * @memberof JsonApiExportDefinitionPatchAttributes
10228
+ */
10229
+ areRelationsValid?: boolean;
10230
+ }
10619
10231
  /**
10620
10232
  *
10621
10233
  * @export
@@ -10629,6 +10241,25 @@ export interface JsonApiExportDefinitionPatchDocument {
10629
10241
  */
10630
10242
  data: JsonApiExportDefinitionPatch;
10631
10243
  }
10244
+ /**
10245
+ *
10246
+ * @export
10247
+ * @interface JsonApiExportDefinitionPatchRelationships
10248
+ */
10249
+ export interface JsonApiExportDefinitionPatchRelationships {
10250
+ /**
10251
+ *
10252
+ * @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
10253
+ * @memberof JsonApiExportDefinitionPatchRelationships
10254
+ */
10255
+ visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
10256
+ /**
10257
+ *
10258
+ * @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
10259
+ * @memberof JsonApiExportDefinitionPatchRelationships
10260
+ */
10261
+ analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
10262
+ }
10632
10263
  /**
10633
10264
  * JSON:API representation of exportDefinition entity.
10634
10265
  * @export
@@ -10649,58 +10280,21 @@ export interface JsonApiExportDefinitionPostOptionalId {
10649
10280
  id?: string;
10650
10281
  /**
10651
10282
  *
10652
- * @type {JsonApiExportDefinitionPostOptionalIdAttributes}
10283
+ * @type {JsonApiExportDefinitionPatchAttributes}
10653
10284
  * @memberof JsonApiExportDefinitionPostOptionalId
10654
10285
  */
10655
- attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
10286
+ attributes?: JsonApiExportDefinitionPatchAttributes;
10656
10287
  /**
10657
10288
  *
10658
- * @type {JsonApiExportDefinitionPostOptionalIdRelationships}
10289
+ * @type {JsonApiExportDefinitionPatchRelationships}
10659
10290
  * @memberof JsonApiExportDefinitionPostOptionalId
10660
10291
  */
10661
- relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
10292
+ relationships?: JsonApiExportDefinitionPatchRelationships;
10662
10293
  }
10663
10294
  export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
10664
10295
  readonly EXPORT_DEFINITION: "exportDefinition";
10665
10296
  };
10666
10297
  export type JsonApiExportDefinitionPostOptionalIdTypeEnum = typeof JsonApiExportDefinitionPostOptionalIdTypeEnum[keyof typeof JsonApiExportDefinitionPostOptionalIdTypeEnum];
10667
- /**
10668
- *
10669
- * @export
10670
- * @interface JsonApiExportDefinitionPostOptionalIdAttributes
10671
- */
10672
- export interface JsonApiExportDefinitionPostOptionalIdAttributes {
10673
- /**
10674
- *
10675
- * @type {string}
10676
- * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
10677
- */
10678
- title?: string;
10679
- /**
10680
- *
10681
- * @type {string}
10682
- * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
10683
- */
10684
- description?: string;
10685
- /**
10686
- *
10687
- * @type {Array<string>}
10688
- * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
10689
- */
10690
- tags?: Array<string>;
10691
- /**
10692
- * JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
10693
- * @type {VisualExportRequest | TabularExportRequest}
10694
- * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
10695
- */
10696
- requestPayload?: VisualExportRequest | TabularExportRequest;
10697
- /**
10698
- *
10699
- * @type {boolean}
10700
- * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
10701
- */
10702
- areRelationsValid?: boolean;
10703
- }
10704
10298
  /**
10705
10299
  *
10706
10300
  * @export
@@ -10714,25 +10308,6 @@ export interface JsonApiExportDefinitionPostOptionalIdDocument {
10714
10308
  */
10715
10309
  data: JsonApiExportDefinitionPostOptionalId;
10716
10310
  }
10717
- /**
10718
- *
10719
- * @export
10720
- * @interface JsonApiExportDefinitionPostOptionalIdRelationships
10721
- */
10722
- export interface JsonApiExportDefinitionPostOptionalIdRelationships {
10723
- /**
10724
- *
10725
- * @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
10726
- * @memberof JsonApiExportDefinitionPostOptionalIdRelationships
10727
- */
10728
- visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
10729
- /**
10730
- *
10731
- * @type {JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard}
10732
- * @memberof JsonApiExportDefinitionPostOptionalIdRelationships
10733
- */
10734
- analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
10735
- }
10736
10311
  /**
10737
10312
  * JSON:API representation of exportTemplate entity.
10738
10313
  * @export
@@ -10753,10 +10328,10 @@ export interface JsonApiExportTemplateIn {
10753
10328
  id: string;
10754
10329
  /**
10755
10330
  *
10756
- * @type {JsonApiExportTemplateInAttributes}
10331
+ * @type {JsonApiExportTemplateOutAttributes}
10757
10332
  * @memberof JsonApiExportTemplateIn
10758
10333
  */
10759
- attributes: JsonApiExportTemplateInAttributes;
10334
+ attributes: JsonApiExportTemplateOutAttributes;
10760
10335
  }
10761
10336
  export declare const JsonApiExportTemplateInTypeEnum: {
10762
10337
  readonly EXPORT_TEMPLATE: "exportTemplate";
@@ -10765,136 +10340,136 @@ export type JsonApiExportTemplateInTypeEnum = typeof JsonApiExportTemplateInType
10765
10340
  /**
10766
10341
  *
10767
10342
  * @export
10768
- * @interface JsonApiExportTemplateInAttributes
10343
+ * @interface JsonApiExportTemplateInDocument
10769
10344
  */
10770
- export interface JsonApiExportTemplateInAttributes {
10345
+ export interface JsonApiExportTemplateInDocument {
10346
+ /**
10347
+ *
10348
+ * @type {JsonApiExportTemplateIn}
10349
+ * @memberof JsonApiExportTemplateInDocument
10350
+ */
10351
+ data: JsonApiExportTemplateIn;
10352
+ }
10353
+ /**
10354
+ * JSON:API representation of exportTemplate entity.
10355
+ * @export
10356
+ * @interface JsonApiExportTemplateOut
10357
+ */
10358
+ export interface JsonApiExportTemplateOut {
10359
+ /**
10360
+ * Object type
10361
+ * @type {string}
10362
+ * @memberof JsonApiExportTemplateOut
10363
+ */
10364
+ type: JsonApiExportTemplateOutTypeEnum;
10365
+ /**
10366
+ * API identifier of an object
10367
+ * @type {string}
10368
+ * @memberof JsonApiExportTemplateOut
10369
+ */
10370
+ id: string;
10371
+ /**
10372
+ *
10373
+ * @type {JsonApiExportTemplateOutAttributes}
10374
+ * @memberof JsonApiExportTemplateOut
10375
+ */
10376
+ attributes: JsonApiExportTemplateOutAttributes;
10377
+ }
10378
+ export declare const JsonApiExportTemplateOutTypeEnum: {
10379
+ readonly EXPORT_TEMPLATE: "exportTemplate";
10380
+ };
10381
+ export type JsonApiExportTemplateOutTypeEnum = typeof JsonApiExportTemplateOutTypeEnum[keyof typeof JsonApiExportTemplateOutTypeEnum];
10382
+ /**
10383
+ *
10384
+ * @export
10385
+ * @interface JsonApiExportTemplateOutAttributes
10386
+ */
10387
+ export interface JsonApiExportTemplateOutAttributes {
10771
10388
  /**
10772
10389
  * User-facing name of the Slides template.
10773
10390
  * @type {string}
10774
- * @memberof JsonApiExportTemplateInAttributes
10391
+ * @memberof JsonApiExportTemplateOutAttributes
10775
10392
  */
10776
10393
  name: string;
10777
10394
  /**
10778
10395
  *
10779
- * @type {JsonApiExportTemplateInAttributesDashboardSlidesTemplate}
10780
- * @memberof JsonApiExportTemplateInAttributes
10396
+ * @type {JsonApiExportTemplateOutAttributesDashboardSlidesTemplate}
10397
+ * @memberof JsonApiExportTemplateOutAttributes
10781
10398
  */
10782
- dashboardSlidesTemplate?: JsonApiExportTemplateInAttributesDashboardSlidesTemplate | null;
10399
+ dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
10783
10400
  /**
10784
10401
  *
10785
- * @type {JsonApiExportTemplateInAttributesWidgetSlidesTemplate}
10786
- * @memberof JsonApiExportTemplateInAttributes
10402
+ * @type {JsonApiExportTemplateOutAttributesWidgetSlidesTemplate}
10403
+ * @memberof JsonApiExportTemplateOutAttributes
10787
10404
  */
10788
- widgetSlidesTemplate?: JsonApiExportTemplateInAttributesWidgetSlidesTemplate | null;
10405
+ widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
10789
10406
  }
10790
10407
  /**
10791
10408
  * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
10792
10409
  * @export
10793
- * @interface JsonApiExportTemplateInAttributesDashboardSlidesTemplate
10410
+ * @interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
10794
10411
  */
10795
- export interface JsonApiExportTemplateInAttributesDashboardSlidesTemplate {
10412
+ export interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
10796
10413
  /**
10797
10414
  * Export types this template applies to.
10798
10415
  * @type {Array<string>}
10799
- * @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
10416
+ * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
10800
10417
  */
10801
- appliedOn: Array<JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum>;
10418
+ appliedOn: Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
10802
10419
  /**
10803
10420
  *
10804
10421
  * @type {CoverSlideTemplate}
10805
- * @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
10422
+ * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
10806
10423
  */
10807
10424
  coverSlide?: CoverSlideTemplate | null;
10808
10425
  /**
10809
10426
  *
10810
10427
  * @type {IntroSlideTemplate}
10811
- * @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
10428
+ * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
10812
10429
  */
10813
10430
  introSlide?: IntroSlideTemplate | null;
10814
10431
  /**
10815
10432
  *
10816
10433
  * @type {SectionSlideTemplate}
10817
- * @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
10434
+ * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
10818
10435
  */
10819
10436
  sectionSlide?: SectionSlideTemplate | null;
10820
10437
  /**
10821
10438
  *
10822
10439
  * @type {ContentSlideTemplate}
10823
- * @memberof JsonApiExportTemplateInAttributesDashboardSlidesTemplate
10440
+ * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
10824
10441
  */
10825
10442
  contentSlide?: ContentSlideTemplate | null;
10826
10443
  }
10827
- export declare const JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum: {
10444
+ export declare const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum: {
10828
10445
  readonly PDF: "PDF";
10829
10446
  readonly PPTX: "PPTX";
10830
10447
  };
10831
- export type JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum];
10448
+ export type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum];
10832
10449
  /**
10833
10450
  * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
10834
10451
  * @export
10835
- * @interface JsonApiExportTemplateInAttributesWidgetSlidesTemplate
10452
+ * @interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
10836
10453
  */
10837
- export interface JsonApiExportTemplateInAttributesWidgetSlidesTemplate {
10454
+ export interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
10838
10455
  /**
10839
10456
  * Export types this template applies to.
10840
10457
  * @type {Array<string>}
10841
- * @memberof JsonApiExportTemplateInAttributesWidgetSlidesTemplate
10458
+ * @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
10842
10459
  */
10843
- appliedOn: Array<JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum>;
10460
+ appliedOn: Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
10844
10461
  /**
10845
10462
  *
10846
10463
  * @type {ContentSlideTemplate}
10847
- * @memberof JsonApiExportTemplateInAttributesWidgetSlidesTemplate
10464
+ * @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
10848
10465
  */
10849
10466
  contentSlide?: ContentSlideTemplate | null;
10850
10467
  }
10851
- export declare const JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum: {
10468
+ export declare const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum: {
10852
10469
  readonly PDF: "PDF";
10853
10470
  readonly PPTX: "PPTX";
10854
10471
  };
10855
- export type JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum];
10856
- /**
10857
- *
10858
- * @export
10859
- * @interface JsonApiExportTemplateInDocument
10860
- */
10861
- export interface JsonApiExportTemplateInDocument {
10862
- /**
10863
- *
10864
- * @type {JsonApiExportTemplateIn}
10865
- * @memberof JsonApiExportTemplateInDocument
10866
- */
10867
- data: JsonApiExportTemplateIn;
10868
- }
10869
- /**
10870
- * JSON:API representation of exportTemplate entity.
10871
- * @export
10872
- * @interface JsonApiExportTemplateOut
10873
- */
10874
- export interface JsonApiExportTemplateOut {
10875
- /**
10876
- * Object type
10877
- * @type {string}
10878
- * @memberof JsonApiExportTemplateOut
10879
- */
10880
- type: JsonApiExportTemplateOutTypeEnum;
10881
- /**
10882
- * API identifier of an object
10883
- * @type {string}
10884
- * @memberof JsonApiExportTemplateOut
10885
- */
10886
- id: string;
10887
- /**
10888
- *
10889
- * @type {JsonApiExportTemplateInAttributes}
10890
- * @memberof JsonApiExportTemplateOut
10891
- */
10892
- attributes: JsonApiExportTemplateInAttributes;
10893
- }
10894
- export declare const JsonApiExportTemplateOutTypeEnum: {
10895
- readonly EXPORT_TEMPLATE: "exportTemplate";
10896
- };
10897
- export type JsonApiExportTemplateOutTypeEnum = typeof JsonApiExportTemplateOutTypeEnum[keyof typeof JsonApiExportTemplateOutTypeEnum];
10472
+ export type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum];
10898
10473
  /**
10899
10474
  *
10900
10475
  * @export
@@ -10934,10 +10509,10 @@ export interface JsonApiExportTemplateOutList {
10934
10509
  links?: ListLinks;
10935
10510
  /**
10936
10511
  *
10937
- * @type {JsonApiAnalyticalDashboardOutListMeta}
10512
+ * @type {JsonApiApiTokenOutListMeta}
10938
10513
  * @memberof JsonApiExportTemplateOutList
10939
10514
  */
10940
- meta?: JsonApiAnalyticalDashboardOutListMeta;
10515
+ meta?: JsonApiApiTokenOutListMeta;
10941
10516
  }
10942
10517
  /**
10943
10518
  *
@@ -10959,10 +10534,10 @@ export interface JsonApiExportTemplateOutWithLinks {
10959
10534
  id: string;
10960
10535
  /**
10961
10536
  *
10962
- * @type {JsonApiExportTemplateInAttributes}
10537
+ * @type {JsonApiExportTemplateOutAttributes}
10963
10538
  * @memberof JsonApiExportTemplateOutWithLinks
10964
10539
  */
10965
- attributes: JsonApiExportTemplateInAttributes;
10540
+ attributes: JsonApiExportTemplateOutAttributes;
10966
10541
  /**
10967
10542
  *
10968
10543
  * @type {ObjectLinks}
@@ -11017,16 +10592,16 @@ export interface JsonApiExportTemplatePatchAttributes {
11017
10592
  name?: string;
11018
10593
  /**
11019
10594
  *
11020
- * @type {JsonApiExportTemplateInAttributesDashboardSlidesTemplate}
10595
+ * @type {JsonApiExportTemplateOutAttributesDashboardSlidesTemplate}
11021
10596
  * @memberof JsonApiExportTemplatePatchAttributes
11022
10597
  */
11023
- dashboardSlidesTemplate?: JsonApiExportTemplateInAttributesDashboardSlidesTemplate | null;
10598
+ dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
11024
10599
  /**
11025
10600
  *
11026
- * @type {JsonApiExportTemplateInAttributesWidgetSlidesTemplate}
10601
+ * @type {JsonApiExportTemplateOutAttributesWidgetSlidesTemplate}
11027
10602
  * @memberof JsonApiExportTemplatePatchAttributes
11028
10603
  */
11029
- widgetSlidesTemplate?: JsonApiExportTemplateInAttributesWidgetSlidesTemplate | null;
10604
+ widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
11030
10605
  }
11031
10606
  /**
11032
10607
  *
@@ -11061,10 +10636,10 @@ export interface JsonApiExportTemplatePostOptionalId {
11061
10636
  id?: string;
11062
10637
  /**
11063
10638
  *
11064
- * @type {JsonApiExportTemplateInAttributes}
10639
+ * @type {JsonApiExportTemplateOutAttributes}
11065
10640
  * @memberof JsonApiExportTemplatePostOptionalId
11066
10641
  */
11067
- attributes: JsonApiExportTemplateInAttributes;
10642
+ attributes: JsonApiExportTemplateOutAttributes;
11068
10643
  }
11069
10644
  export declare const JsonApiExportTemplatePostOptionalIdTypeEnum: {
11070
10645
  readonly EXPORT_TEMPLATE: "exportTemplate";
@@ -11262,10 +10837,10 @@ export interface JsonApiFactOutList {
11262
10837
  links?: ListLinks;
11263
10838
  /**
11264
10839
  *
11265
- * @type {JsonApiAnalyticalDashboardOutListMeta}
10840
+ * @type {JsonApiApiTokenOutListMeta}
11266
10841
  * @memberof JsonApiFactOutList
11267
10842
  */
11268
- meta?: JsonApiAnalyticalDashboardOutListMeta;
10843
+ meta?: JsonApiApiTokenOutListMeta;
11269
10844
  /**
11270
10845
  * Included resources
11271
10846
  * @type {Array<JsonApiFactOutIncludes>}
@@ -11551,10 +11126,10 @@ export interface JsonApiFilterContextOutList {
11551
11126
  links?: ListLinks;
11552
11127
  /**
11553
11128
  *
11554
- * @type {JsonApiAnalyticalDashboardOutListMeta}
11129
+ * @type {JsonApiApiTokenOutListMeta}
11555
11130
  * @memberof JsonApiFilterContextOutList
11556
11131
  */
11557
- meta?: JsonApiAnalyticalDashboardOutListMeta;
11132
+ meta?: JsonApiApiTokenOutListMeta;
11558
11133
  /**
11559
11134
  * Included resources
11560
11135
  * @type {Array<JsonApiFilterContextOutIncludes>}
@@ -11894,10 +11469,10 @@ export interface JsonApiFilterViewOutList {
11894
11469
  links?: ListLinks;
11895
11470
  /**
11896
11471
  *
11897
- * @type {JsonApiAnalyticalDashboardOutListMeta}
11472
+ * @type {JsonApiApiTokenOutListMeta}
11898
11473
  * @memberof JsonApiFilterViewOutList
11899
11474
  */
11900
- meta?: JsonApiAnalyticalDashboardOutListMeta;
11475
+ meta?: JsonApiApiTokenOutListMeta;
11901
11476
  /**
11902
11477
  * Included resources
11903
11478
  * @type {Array<JsonApiFilterViewOutIncludes>}
@@ -11919,23 +11494,10 @@ export interface JsonApiFilterViewOutRelationships {
11919
11494
  analyticalDashboard?: JsonApiExportDefinitionOutRelationshipsAnalyticalDashboard;
11920
11495
  /**
11921
11496
  *
11922
- * @type {JsonApiFilterViewOutRelationshipsUser}
11497
+ * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
11923
11498
  * @memberof JsonApiFilterViewOutRelationships
11924
11499
  */
11925
- user?: JsonApiFilterViewOutRelationshipsUser;
11926
- }
11927
- /**
11928
- *
11929
- * @export
11930
- * @interface JsonApiFilterViewOutRelationshipsUser
11931
- */
11932
- export interface JsonApiFilterViewOutRelationshipsUser {
11933
- /**
11934
- *
11935
- * @type {JsonApiUserToOneLinkage}
11936
- * @memberof JsonApiFilterViewOutRelationshipsUser
11937
- */
11938
- data: JsonApiUserToOneLinkage | null;
11500
+ user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
11939
11501
  }
11940
11502
  /**
11941
11503
  *
@@ -12089,98 +11651,15 @@ export interface JsonApiIdentityProviderIn {
12089
11651
  id: string;
12090
11652
  /**
12091
11653
  *
12092
- * @type {JsonApiIdentityProviderInAttributes}
11654
+ * @type {JsonApiIdentityProviderPatchAttributes}
12093
11655
  * @memberof JsonApiIdentityProviderIn
12094
11656
  */
12095
- attributes?: JsonApiIdentityProviderInAttributes;
11657
+ attributes?: JsonApiIdentityProviderPatchAttributes;
12096
11658
  }
12097
11659
  export declare const JsonApiIdentityProviderInTypeEnum: {
12098
11660
  readonly IDENTITY_PROVIDER: "identityProvider";
12099
11661
  };
12100
11662
  export type JsonApiIdentityProviderInTypeEnum = typeof JsonApiIdentityProviderInTypeEnum[keyof typeof JsonApiIdentityProviderInTypeEnum];
12101
- /**
12102
- *
12103
- * @export
12104
- * @interface JsonApiIdentityProviderInAttributes
12105
- */
12106
- export interface JsonApiIdentityProviderInAttributes {
12107
- /**
12108
- * List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
12109
- * @type {Array<string>}
12110
- * @memberof JsonApiIdentityProviderInAttributes
12111
- */
12112
- identifiers?: Array<string>;
12113
- /**
12114
- * Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
12115
- * @type {{ [key: string]: string; }}
12116
- * @memberof JsonApiIdentityProviderInAttributes
12117
- */
12118
- customClaimMapping?: {
12119
- [key: string]: string;
12120
- };
12121
- /**
12122
- * Base64 encoded xml document with SAML metadata. This document is issued by your SAML provider. It includes the issuer\'s name, expiration information, and keys that can be used to validate the response from the identity provider. This field is mandatory for SAML IdP.
12123
- * @type {string}
12124
- * @memberof JsonApiIdentityProviderInAttributes
12125
- */
12126
- samlMetadata?: string;
12127
- /**
12128
- * The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
12129
- * @type {string}
12130
- * @memberof JsonApiIdentityProviderInAttributes
12131
- */
12132
- oauthClientId?: string;
12133
- /**
12134
- * The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
12135
- * @type {string}
12136
- * @memberof JsonApiIdentityProviderInAttributes
12137
- */
12138
- oauthClientSecret?: string;
12139
- /**
12140
- * The location of your OIDC provider. This field is mandatory for OIDC IdP.
12141
- * @type {string}
12142
- * @memberof JsonApiIdentityProviderInAttributes
12143
- */
12144
- oauthIssuerLocation?: string;
12145
- /**
12146
- * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
12147
- * @type {string}
12148
- * @memberof JsonApiIdentityProviderInAttributes
12149
- */
12150
- oauthIssuerId?: string;
12151
- /**
12152
- * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
12153
- * @type {string}
12154
- * @memberof JsonApiIdentityProviderInAttributes
12155
- */
12156
- oauthSubjectIdClaim?: string;
12157
- /**
12158
- * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
12159
- * @type {{ [key: string]: string; }}
12160
- * @memberof JsonApiIdentityProviderInAttributes
12161
- */
12162
- oauthCustomAuthAttributes?: {
12163
- [key: string]: string;
12164
- };
12165
- /**
12166
- * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
12167
- * @type {Array<string>}
12168
- * @memberof JsonApiIdentityProviderInAttributes
12169
- */
12170
- oauthCustomScopes?: Array<string> | null;
12171
- /**
12172
- * Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
12173
- * @type {string}
12174
- * @memberof JsonApiIdentityProviderInAttributes
12175
- */
12176
- idpType?: JsonApiIdentityProviderInAttributesIdpTypeEnum;
12177
- }
12178
- export declare const JsonApiIdentityProviderInAttributesIdpTypeEnum: {
12179
- readonly MANAGED_IDP: "MANAGED_IDP";
12180
- readonly FIM_IDP: "FIM_IDP";
12181
- readonly CUSTOM_IDP: "CUSTOM_IDP";
12182
- };
12183
- export type JsonApiIdentityProviderInAttributesIdpTypeEnum = typeof JsonApiIdentityProviderInAttributesIdpTypeEnum[keyof typeof JsonApiIdentityProviderInAttributesIdpTypeEnum];
12184
11663
  /**
12185
11664
  *
12186
11665
  * @export
@@ -12356,10 +11835,10 @@ export interface JsonApiIdentityProviderOutList {
12356
11835
  links?: ListLinks;
12357
11836
  /**
12358
11837
  *
12359
- * @type {JsonApiAnalyticalDashboardOutListMeta}
11838
+ * @type {JsonApiApiTokenOutListMeta}
12360
11839
  * @memberof JsonApiIdentityProviderOutList
12361
11840
  */
12362
- meta?: JsonApiAnalyticalDashboardOutListMeta;
11841
+ meta?: JsonApiApiTokenOutListMeta;
12363
11842
  }
12364
11843
  /**
12365
11844
  *
@@ -12416,15 +11895,98 @@ export interface JsonApiIdentityProviderPatch {
12416
11895
  id: string;
12417
11896
  /**
12418
11897
  *
12419
- * @type {JsonApiIdentityProviderInAttributes}
11898
+ * @type {JsonApiIdentityProviderPatchAttributes}
12420
11899
  * @memberof JsonApiIdentityProviderPatch
12421
11900
  */
12422
- attributes?: JsonApiIdentityProviderInAttributes;
11901
+ attributes?: JsonApiIdentityProviderPatchAttributes;
12423
11902
  }
12424
11903
  export declare const JsonApiIdentityProviderPatchTypeEnum: {
12425
11904
  readonly IDENTITY_PROVIDER: "identityProvider";
12426
11905
  };
12427
11906
  export type JsonApiIdentityProviderPatchTypeEnum = typeof JsonApiIdentityProviderPatchTypeEnum[keyof typeof JsonApiIdentityProviderPatchTypeEnum];
11907
+ /**
11908
+ *
11909
+ * @export
11910
+ * @interface JsonApiIdentityProviderPatchAttributes
11911
+ */
11912
+ export interface JsonApiIdentityProviderPatchAttributes {
11913
+ /**
11914
+ * List of identifiers for this IdP, where an identifier is a domain name. Users with email addresses belonging to these domains will be authenticated by this IdP.
11915
+ * @type {Array<string>}
11916
+ * @memberof JsonApiIdentityProviderPatchAttributes
11917
+ */
11918
+ identifiers?: Array<string>;
11919
+ /**
11920
+ * Map of custom claim overrides. To be used when your Idp does not provide default claims (sub, email, name, given_name, family_name). Define the key pair for the claim you wish to override, where the key is the default name of the attribute and the value is your custom name for the given attribute.
11921
+ * @type {{ [key: string]: string; }}
11922
+ * @memberof JsonApiIdentityProviderPatchAttributes
11923
+ */
11924
+ customClaimMapping?: {
11925
+ [key: string]: string;
11926
+ };
11927
+ /**
11928
+ * Base64 encoded xml document with SAML metadata. This document is issued by your SAML provider. It includes the issuer\'s name, expiration information, and keys that can be used to validate the response from the identity provider. This field is mandatory for SAML IdP.
11929
+ * @type {string}
11930
+ * @memberof JsonApiIdentityProviderPatchAttributes
11931
+ */
11932
+ samlMetadata?: string;
11933
+ /**
11934
+ * The OAuth client id of your OIDC provider. This field is mandatory for OIDC IdP.
11935
+ * @type {string}
11936
+ * @memberof JsonApiIdentityProviderPatchAttributes
11937
+ */
11938
+ oauthClientId?: string;
11939
+ /**
11940
+ * The OAuth client secret of your OIDC provider. This field is mandatory for OIDC IdP.
11941
+ * @type {string}
11942
+ * @memberof JsonApiIdentityProviderPatchAttributes
11943
+ */
11944
+ oauthClientSecret?: string;
11945
+ /**
11946
+ * The location of your OIDC provider. This field is mandatory for OIDC IdP.
11947
+ * @type {string}
11948
+ * @memberof JsonApiIdentityProviderPatchAttributes
11949
+ */
11950
+ oauthIssuerLocation?: string;
11951
+ /**
11952
+ * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
11953
+ * @type {string}
11954
+ * @memberof JsonApiIdentityProviderPatchAttributes
11955
+ */
11956
+ oauthIssuerId?: string;
11957
+ /**
11958
+ * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
11959
+ * @type {string}
11960
+ * @memberof JsonApiIdentityProviderPatchAttributes
11961
+ */
11962
+ oauthSubjectIdClaim?: string;
11963
+ /**
11964
+ * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
11965
+ * @type {{ [key: string]: string; }}
11966
+ * @memberof JsonApiIdentityProviderPatchAttributes
11967
+ */
11968
+ oauthCustomAuthAttributes?: {
11969
+ [key: string]: string;
11970
+ };
11971
+ /**
11972
+ * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
11973
+ * @type {Array<string>}
11974
+ * @memberof JsonApiIdentityProviderPatchAttributes
11975
+ */
11976
+ oauthCustomScopes?: Array<string> | null;
11977
+ /**
11978
+ * Type of IdP for management purposes. MANAGED_IDP represents a GoodData managed IdP used in single OIDC setup, which is protected from altering/deletion. FIM_IDP represents a GoodData managed IdP used in federated identity management setup, which is protected from altering/deletion. CUSTOM_IDP represents customer\'s own IdP, protected from deletion if currently used by org for authentication, deletable otherwise.
11979
+ * @type {string}
11980
+ * @memberof JsonApiIdentityProviderPatchAttributes
11981
+ */
11982
+ idpType?: JsonApiIdentityProviderPatchAttributesIdpTypeEnum;
11983
+ }
11984
+ export declare const JsonApiIdentityProviderPatchAttributesIdpTypeEnum: {
11985
+ readonly MANAGED_IDP: "MANAGED_IDP";
11986
+ readonly FIM_IDP: "FIM_IDP";
11987
+ readonly CUSTOM_IDP: "CUSTOM_IDP";
11988
+ };
11989
+ export type JsonApiIdentityProviderPatchAttributesIdpTypeEnum = typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum[keyof typeof JsonApiIdentityProviderPatchAttributesIdpTypeEnum];
12428
11990
  /**
12429
11991
  *
12430
11992
  * @export
@@ -12464,28 +12026,15 @@ export interface JsonApiJwkIn {
12464
12026
  id: string;
12465
12027
  /**
12466
12028
  *
12467
- * @type {JsonApiJwkInAttributes}
12029
+ * @type {JsonApiJwkOutAttributes}
12468
12030
  * @memberof JsonApiJwkIn
12469
12031
  */
12470
- attributes?: JsonApiJwkInAttributes;
12032
+ attributes?: JsonApiJwkOutAttributes;
12471
12033
  }
12472
12034
  export declare const JsonApiJwkInTypeEnum: {
12473
12035
  readonly JWK: "jwk";
12474
12036
  };
12475
12037
  export type JsonApiJwkInTypeEnum = typeof JsonApiJwkInTypeEnum[keyof typeof JsonApiJwkInTypeEnum];
12476
- /**
12477
- *
12478
- * @export
12479
- * @interface JsonApiJwkInAttributes
12480
- */
12481
- export interface JsonApiJwkInAttributes {
12482
- /**
12483
- * Specification of the cryptographic key
12484
- * @type {RsaSpecification}
12485
- * @memberof JsonApiJwkInAttributes
12486
- */
12487
- content?: RsaSpecification;
12488
- }
12489
12038
  /**
12490
12039
  *
12491
12040
  * @export
@@ -12519,15 +12068,28 @@ export interface JsonApiJwkOut {
12519
12068
  id: string;
12520
12069
  /**
12521
12070
  *
12522
- * @type {JsonApiJwkInAttributes}
12071
+ * @type {JsonApiJwkOutAttributes}
12523
12072
  * @memberof JsonApiJwkOut
12524
12073
  */
12525
- attributes?: JsonApiJwkInAttributes;
12074
+ attributes?: JsonApiJwkOutAttributes;
12526
12075
  }
12527
12076
  export declare const JsonApiJwkOutTypeEnum: {
12528
12077
  readonly JWK: "jwk";
12529
12078
  };
12530
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
+ }
12531
12093
  /**
12532
12094
  *
12533
12095
  * @export
@@ -12567,10 +12129,10 @@ export interface JsonApiJwkOutList {
12567
12129
  links?: ListLinks;
12568
12130
  /**
12569
12131
  *
12570
- * @type {JsonApiAnalyticalDashboardOutListMeta}
12132
+ * @type {JsonApiApiTokenOutListMeta}
12571
12133
  * @memberof JsonApiJwkOutList
12572
12134
  */
12573
- meta?: JsonApiAnalyticalDashboardOutListMeta;
12135
+ meta?: JsonApiApiTokenOutListMeta;
12574
12136
  }
12575
12137
  /**
12576
12138
  *
@@ -12592,10 +12154,10 @@ export interface JsonApiJwkOutWithLinks {
12592
12154
  id: string;
12593
12155
  /**
12594
12156
  *
12595
- * @type {JsonApiJwkInAttributes}
12157
+ * @type {JsonApiJwkOutAttributes}
12596
12158
  * @memberof JsonApiJwkOutWithLinks
12597
12159
  */
12598
- attributes?: JsonApiJwkInAttributes;
12160
+ attributes?: JsonApiJwkOutAttributes;
12599
12161
  /**
12600
12162
  *
12601
12163
  * @type {ObjectLinks}
@@ -12627,10 +12189,10 @@ export interface JsonApiJwkPatch {
12627
12189
  id: string;
12628
12190
  /**
12629
12191
  *
12630
- * @type {JsonApiJwkInAttributes}
12192
+ * @type {JsonApiJwkOutAttributes}
12631
12193
  * @memberof JsonApiJwkPatch
12632
12194
  */
12633
- attributes?: JsonApiJwkInAttributes;
12195
+ attributes?: JsonApiJwkOutAttributes;
12634
12196
  }
12635
12197
  export declare const JsonApiJwkPatchTypeEnum: {
12636
12198
  readonly JWK: "jwk";
@@ -12832,10 +12394,10 @@ export interface JsonApiLabelOutList {
12832
12394
  links?: ListLinks;
12833
12395
  /**
12834
12396
  *
12835
- * @type {JsonApiAnalyticalDashboardOutListMeta}
12397
+ * @type {JsonApiApiTokenOutListMeta}
12836
12398
  * @memberof JsonApiLabelOutList
12837
12399
  */
12838
- meta?: JsonApiAnalyticalDashboardOutListMeta;
12400
+ meta?: JsonApiApiTokenOutListMeta;
12839
12401
  /**
12840
12402
  * Included resources
12841
12403
  * @type {Array<JsonApiAttributeOutWithLinks>}
@@ -12996,7 +12558,6 @@ export interface JsonApiLlmEndpointInAttributes {
12996
12558
  }
12997
12559
  export declare const JsonApiLlmEndpointInAttributesProviderEnum: {
12998
12560
  readonly OPENAI: "OPENAI";
12999
- readonly AZURE_OPENAI: "AZURE_OPENAI";
13000
12561
  };
13001
12562
  export type JsonApiLlmEndpointInAttributesProviderEnum = typeof JsonApiLlmEndpointInAttributesProviderEnum[keyof typeof JsonApiLlmEndpointInAttributesProviderEnum];
13002
12563
  /**
@@ -13080,7 +12641,6 @@ export interface JsonApiLlmEndpointOutAttributes {
13080
12641
  }
13081
12642
  export declare const JsonApiLlmEndpointOutAttributesProviderEnum: {
13082
12643
  readonly OPENAI: "OPENAI";
13083
- readonly AZURE_OPENAI: "AZURE_OPENAI";
13084
12644
  };
13085
12645
  export type JsonApiLlmEndpointOutAttributesProviderEnum = typeof JsonApiLlmEndpointOutAttributesProviderEnum[keyof typeof JsonApiLlmEndpointOutAttributesProviderEnum];
13086
12646
  /**
@@ -13122,10 +12682,10 @@ export interface JsonApiLlmEndpointOutList {
13122
12682
  links?: ListLinks;
13123
12683
  /**
13124
12684
  *
13125
- * @type {JsonApiAnalyticalDashboardOutListMeta}
12685
+ * @type {JsonApiApiTokenOutListMeta}
13126
12686
  * @memberof JsonApiLlmEndpointOutList
13127
12687
  */
13128
- meta?: JsonApiAnalyticalDashboardOutListMeta;
12688
+ meta?: JsonApiApiTokenOutListMeta;
13129
12689
  }
13130
12690
  /**
13131
12691
  *
@@ -13236,7 +12796,6 @@ export interface JsonApiLlmEndpointPatchAttributes {
13236
12796
  }
13237
12797
  export declare const JsonApiLlmEndpointPatchAttributesProviderEnum: {
13238
12798
  readonly OPENAI: "OPENAI";
13239
- readonly AZURE_OPENAI: "AZURE_OPENAI";
13240
12799
  };
13241
12800
  export type JsonApiLlmEndpointPatchAttributesProviderEnum = typeof JsonApiLlmEndpointPatchAttributesProviderEnum[keyof typeof JsonApiLlmEndpointPatchAttributesProviderEnum];
13242
12801
  /**
@@ -13476,10 +13035,10 @@ export interface JsonApiMetricOutList {
13476
13035
  links?: ListLinks;
13477
13036
  /**
13478
13037
  *
13479
- * @type {JsonApiAnalyticalDashboardOutListMeta}
13038
+ * @type {JsonApiApiTokenOutListMeta}
13480
13039
  * @memberof JsonApiMetricOutList
13481
13040
  */
13482
- meta?: JsonApiAnalyticalDashboardOutListMeta;
13041
+ meta?: JsonApiApiTokenOutListMeta;
13483
13042
  /**
13484
13043
  * Included resources
13485
13044
  * @type {Array<JsonApiMetricOutIncludes>}
@@ -13804,10 +13363,10 @@ export interface JsonApiNotificationChannelIdentifierOutList {
13804
13363
  links?: ListLinks;
13805
13364
  /**
13806
13365
  *
13807
- * @type {JsonApiAnalyticalDashboardOutListMeta}
13366
+ * @type {JsonApiApiTokenOutListMeta}
13808
13367
  * @memberof JsonApiNotificationChannelIdentifierOutList
13809
13368
  */
13810
- meta?: JsonApiAnalyticalDashboardOutListMeta;
13369
+ meta?: JsonApiApiTokenOutListMeta;
13811
13370
  }
13812
13371
  /**
13813
13372
  *
@@ -13864,87 +13423,15 @@ export interface JsonApiNotificationChannelIn {
13864
13423
  id: string;
13865
13424
  /**
13866
13425
  *
13867
- * @type {JsonApiNotificationChannelInAttributes}
13426
+ * @type {JsonApiNotificationChannelPatchAttributes}
13868
13427
  * @memberof JsonApiNotificationChannelIn
13869
13428
  */
13870
- attributes?: JsonApiNotificationChannelInAttributes;
13429
+ attributes?: JsonApiNotificationChannelPatchAttributes;
13871
13430
  }
13872
13431
  export declare const JsonApiNotificationChannelInTypeEnum: {
13873
13432
  readonly NOTIFICATION_CHANNEL: "notificationChannel";
13874
13433
  };
13875
13434
  export type JsonApiNotificationChannelInTypeEnum = typeof JsonApiNotificationChannelInTypeEnum[keyof typeof JsonApiNotificationChannelInTypeEnum];
13876
- /**
13877
- *
13878
- * @export
13879
- * @interface JsonApiNotificationChannelInAttributes
13880
- */
13881
- export interface JsonApiNotificationChannelInAttributes {
13882
- /**
13883
- *
13884
- * @type {string}
13885
- * @memberof JsonApiNotificationChannelInAttributes
13886
- */
13887
- name?: string | null;
13888
- /**
13889
- *
13890
- * @type {string}
13891
- * @memberof JsonApiNotificationChannelInAttributes
13892
- */
13893
- description?: string | null;
13894
- /**
13895
- * The destination where the notifications are to be sent.
13896
- * @type {DefaultSmtp | InPlatform | Smtp | Webhook}
13897
- * @memberof JsonApiNotificationChannelInAttributes
13898
- */
13899
- destination?: DefaultSmtp | InPlatform | Smtp | Webhook;
13900
- /**
13901
- * Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
13902
- * @type {string}
13903
- * @memberof JsonApiNotificationChannelInAttributes
13904
- */
13905
- customDashboardUrl?: string;
13906
- /**
13907
- * Dashboard link visibility in notifications. HIDDEN - the link will not be included INTERNAL_ONLY - only internal users will see the link ALL - all users will see the link
13908
- * @type {string}
13909
- * @memberof JsonApiNotificationChannelInAttributes
13910
- */
13911
- dashboardLinkVisibility?: JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum;
13912
- /**
13913
- * Human-readable description of the source of the notification. If specified, this propertywill be included in the notifications to this channel.Allowed placeholders are: {{workspaceId}} {{workspaceName}} {{workspaceDescription}} {{dashboardId}} {{dashboardName}} {{dashboardDescription}}
13914
- * @type {string}
13915
- * @memberof JsonApiNotificationChannelInAttributes
13916
- */
13917
- notificationSource?: string;
13918
- /**
13919
- * Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
13920
- * @type {string}
13921
- * @memberof JsonApiNotificationChannelInAttributes
13922
- */
13923
- allowedRecipients?: JsonApiNotificationChannelInAttributesAllowedRecipientsEnum;
13924
- /**
13925
- * In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications
13926
- * @type {string}
13927
- * @memberof JsonApiNotificationChannelInAttributes
13928
- */
13929
- inPlatformNotification?: JsonApiNotificationChannelInAttributesInPlatformNotificationEnum;
13930
- }
13931
- export declare const JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum: {
13932
- readonly HIDDEN: "HIDDEN";
13933
- readonly INTERNAL_ONLY: "INTERNAL_ONLY";
13934
- readonly ALL: "ALL";
13935
- };
13936
- export type JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum[keyof typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum];
13937
- export declare const JsonApiNotificationChannelInAttributesAllowedRecipientsEnum: {
13938
- readonly CREATOR: "CREATOR";
13939
- readonly INTERNAL: "INTERNAL";
13940
- readonly EXTERNAL: "EXTERNAL";
13941
- };
13942
- export type JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum];
13943
- export declare const JsonApiNotificationChannelInAttributesInPlatformNotificationEnum: {
13944
- readonly DISABLED: "DISABLED";
13945
- readonly ENABLED: "ENABLED";
13946
- };
13947
- export type JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum[keyof typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum];
13948
13435
  /**
13949
13436
  *
13950
13437
  * @export
@@ -14134,10 +13621,10 @@ export interface JsonApiNotificationChannelOutList {
14134
13621
  links?: ListLinks;
14135
13622
  /**
14136
13623
  *
14137
- * @type {JsonApiAnalyticalDashboardOutListMeta}
13624
+ * @type {JsonApiApiTokenOutListMeta}
14138
13625
  * @memberof JsonApiNotificationChannelOutList
14139
13626
  */
14140
- meta?: JsonApiAnalyticalDashboardOutListMeta;
13627
+ meta?: JsonApiApiTokenOutListMeta;
14141
13628
  }
14142
13629
  /**
14143
13630
  *
@@ -14194,15 +13681,87 @@ export interface JsonApiNotificationChannelPatch {
14194
13681
  id: string;
14195
13682
  /**
14196
13683
  *
14197
- * @type {JsonApiNotificationChannelInAttributes}
13684
+ * @type {JsonApiNotificationChannelPatchAttributes}
14198
13685
  * @memberof JsonApiNotificationChannelPatch
14199
13686
  */
14200
- attributes?: JsonApiNotificationChannelInAttributes;
13687
+ attributes?: JsonApiNotificationChannelPatchAttributes;
14201
13688
  }
14202
13689
  export declare const JsonApiNotificationChannelPatchTypeEnum: {
14203
13690
  readonly NOTIFICATION_CHANNEL: "notificationChannel";
14204
13691
  };
14205
13692
  export type JsonApiNotificationChannelPatchTypeEnum = typeof JsonApiNotificationChannelPatchTypeEnum[keyof typeof JsonApiNotificationChannelPatchTypeEnum];
13693
+ /**
13694
+ *
13695
+ * @export
13696
+ * @interface JsonApiNotificationChannelPatchAttributes
13697
+ */
13698
+ export interface JsonApiNotificationChannelPatchAttributes {
13699
+ /**
13700
+ *
13701
+ * @type {string}
13702
+ * @memberof JsonApiNotificationChannelPatchAttributes
13703
+ */
13704
+ name?: string | null;
13705
+ /**
13706
+ *
13707
+ * @type {string}
13708
+ * @memberof JsonApiNotificationChannelPatchAttributes
13709
+ */
13710
+ description?: string | null;
13711
+ /**
13712
+ * The destination where the notifications are to be sent.
13713
+ * @type {DefaultSmtp | InPlatform | Smtp | Webhook}
13714
+ * @memberof JsonApiNotificationChannelPatchAttributes
13715
+ */
13716
+ destination?: DefaultSmtp | InPlatform | Smtp | Webhook;
13717
+ /**
13718
+ * Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
13719
+ * @type {string}
13720
+ * @memberof JsonApiNotificationChannelPatchAttributes
13721
+ */
13722
+ customDashboardUrl?: string;
13723
+ /**
13724
+ * Dashboard link visibility in notifications. HIDDEN - the link will not be included INTERNAL_ONLY - only internal users will see the link ALL - all users will see the link
13725
+ * @type {string}
13726
+ * @memberof JsonApiNotificationChannelPatchAttributes
13727
+ */
13728
+ dashboardLinkVisibility?: JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum;
13729
+ /**
13730
+ * Human-readable description of the source of the notification. If specified, this propertywill be included in the notifications to this channel.Allowed placeholders are: {{workspaceId}} {{workspaceName}} {{workspaceDescription}} {{dashboardId}} {{dashboardName}} {{dashboardDescription}}
13731
+ * @type {string}
13732
+ * @memberof JsonApiNotificationChannelPatchAttributes
13733
+ */
13734
+ notificationSource?: string;
13735
+ /**
13736
+ * Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
13737
+ * @type {string}
13738
+ * @memberof JsonApiNotificationChannelPatchAttributes
13739
+ */
13740
+ allowedRecipients?: JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum;
13741
+ /**
13742
+ * In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications
13743
+ * @type {string}
13744
+ * @memberof JsonApiNotificationChannelPatchAttributes
13745
+ */
13746
+ inPlatformNotification?: JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum;
13747
+ }
13748
+ export declare const JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum: {
13749
+ readonly HIDDEN: "HIDDEN";
13750
+ readonly INTERNAL_ONLY: "INTERNAL_ONLY";
13751
+ readonly ALL: "ALL";
13752
+ };
13753
+ export type JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum = typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum[keyof typeof JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum];
13754
+ export declare const JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum: {
13755
+ readonly CREATOR: "CREATOR";
13756
+ readonly INTERNAL: "INTERNAL";
13757
+ readonly EXTERNAL: "EXTERNAL";
13758
+ };
13759
+ export type JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum];
13760
+ export declare const JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum: {
13761
+ readonly DISABLED: "DISABLED";
13762
+ readonly ENABLED: "ENABLED";
13763
+ };
13764
+ export type JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum = typeof JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum[keyof typeof JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum];
14206
13765
  /**
14207
13766
  *
14208
13767
  * @export
@@ -14236,10 +13795,10 @@ export interface JsonApiNotificationChannelPostOptionalId {
14236
13795
  id?: string;
14237
13796
  /**
14238
13797
  *
14239
- * @type {JsonApiNotificationChannelInAttributes}
13798
+ * @type {JsonApiNotificationChannelPatchAttributes}
14240
13799
  * @memberof JsonApiNotificationChannelPostOptionalId
14241
13800
  */
14242
- attributes?: JsonApiNotificationChannelInAttributes;
13801
+ attributes?: JsonApiNotificationChannelPatchAttributes;
14243
13802
  }
14244
13803
  export declare const JsonApiNotificationChannelPostOptionalIdTypeEnum: {
14245
13804
  readonly NOTIFICATION_CHANNEL: "notificationChannel";
@@ -14284,16 +13843,16 @@ export interface JsonApiOrganizationIn {
14284
13843
  id: string;
14285
13844
  /**
14286
13845
  *
14287
- * @type {JsonApiOrganizationInAttributes}
13846
+ * @type {JsonApiOrganizationPatchAttributes}
14288
13847
  * @memberof JsonApiOrganizationIn
14289
13848
  */
14290
- attributes?: JsonApiOrganizationInAttributes;
13849
+ attributes?: JsonApiOrganizationPatchAttributes;
14291
13850
  /**
14292
13851
  *
14293
- * @type {JsonApiOrganizationInRelationships}
13852
+ * @type {JsonApiOrganizationPatchRelationships}
14294
13853
  * @memberof JsonApiOrganizationIn
14295
13854
  */
14296
- relationships?: JsonApiOrganizationInRelationships;
13855
+ relationships?: JsonApiOrganizationPatchRelationships;
14297
13856
  }
14298
13857
  export declare const JsonApiOrganizationInTypeEnum: {
14299
13858
  readonly ORGANIZATION: "organization";
@@ -14302,74 +13861,368 @@ export type JsonApiOrganizationInTypeEnum = typeof JsonApiOrganizationInTypeEnum
14302
13861
  /**
14303
13862
  *
14304
13863
  * @export
14305
- * @interface JsonApiOrganizationInAttributes
13864
+ * @interface JsonApiOrganizationInDocument
13865
+ */
13866
+ export interface JsonApiOrganizationInDocument {
13867
+ /**
13868
+ *
13869
+ * @type {JsonApiOrganizationIn}
13870
+ * @memberof JsonApiOrganizationInDocument
13871
+ */
13872
+ data: JsonApiOrganizationIn;
13873
+ }
13874
+ /**
13875
+ * JSON:API representation of organization entity.
13876
+ * @export
13877
+ * @interface JsonApiOrganizationOut
13878
+ */
13879
+ export interface JsonApiOrganizationOut {
13880
+ /**
13881
+ * Object type
13882
+ * @type {string}
13883
+ * @memberof JsonApiOrganizationOut
13884
+ */
13885
+ type: JsonApiOrganizationOutTypeEnum;
13886
+ /**
13887
+ * API identifier of an object
13888
+ * @type {string}
13889
+ * @memberof JsonApiOrganizationOut
13890
+ */
13891
+ id: string;
13892
+ /**
13893
+ *
13894
+ * @type {JsonApiOrganizationOutMeta}
13895
+ * @memberof JsonApiOrganizationOut
13896
+ */
13897
+ meta?: JsonApiOrganizationOutMeta;
13898
+ /**
13899
+ *
13900
+ * @type {JsonApiOrganizationOutAttributes}
13901
+ * @memberof JsonApiOrganizationOut
13902
+ */
13903
+ attributes?: JsonApiOrganizationOutAttributes;
13904
+ /**
13905
+ *
13906
+ * @type {JsonApiOrganizationOutRelationships}
13907
+ * @memberof JsonApiOrganizationOut
13908
+ */
13909
+ relationships?: JsonApiOrganizationOutRelationships;
13910
+ }
13911
+ export declare const JsonApiOrganizationOutTypeEnum: {
13912
+ readonly ORGANIZATION: "organization";
13913
+ };
13914
+ export type JsonApiOrganizationOutTypeEnum = typeof JsonApiOrganizationOutTypeEnum[keyof typeof JsonApiOrganizationOutTypeEnum];
13915
+ /**
13916
+ *
13917
+ * @export
13918
+ * @interface JsonApiOrganizationOutAttributes
13919
+ */
13920
+ export interface JsonApiOrganizationOutAttributes {
13921
+ /**
13922
+ *
13923
+ * @type {string}
13924
+ * @memberof JsonApiOrganizationOutAttributes
13925
+ */
13926
+ name?: string | null;
13927
+ /**
13928
+ *
13929
+ * @type {string}
13930
+ * @memberof JsonApiOrganizationOutAttributes
13931
+ */
13932
+ hostname?: string;
13933
+ /**
13934
+ *
13935
+ * @type {Array<string>}
13936
+ * @memberof JsonApiOrganizationOutAttributes
13937
+ */
13938
+ allowedOrigins?: Array<string>;
13939
+ /**
13940
+ *
13941
+ * @type {string}
13942
+ * @memberof JsonApiOrganizationOutAttributes
13943
+ */
13944
+ oauthIssuerLocation?: string;
13945
+ /**
13946
+ *
13947
+ * @type {string}
13948
+ * @memberof JsonApiOrganizationOutAttributes
13949
+ */
13950
+ oauthClientId?: string;
13951
+ /**
13952
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
13953
+ * @type {string}
13954
+ * @memberof JsonApiOrganizationOutAttributes
13955
+ * @deprecated
13956
+ */
13957
+ earlyAccess?: string | null;
13958
+ /**
13959
+ * The early access feature identifiers. They are used to enable experimental features.
13960
+ * @type {Array<string>}
13961
+ * @memberof JsonApiOrganizationOutAttributes
13962
+ */
13963
+ earlyAccessValues?: Array<string> | null;
13964
+ /**
13965
+ * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
13966
+ * @type {string}
13967
+ * @memberof JsonApiOrganizationOutAttributes
13968
+ */
13969
+ oauthIssuerId?: string;
13970
+ /**
13971
+ *
13972
+ * @type {JsonApiOrganizationOutAttributesCacheSettings}
13973
+ * @memberof JsonApiOrganizationOutAttributes
13974
+ */
13975
+ cacheSettings?: JsonApiOrganizationOutAttributesCacheSettings;
13976
+ /**
13977
+ * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
13978
+ * @type {string}
13979
+ * @memberof JsonApiOrganizationOutAttributes
13980
+ */
13981
+ oauthSubjectIdClaim?: string;
13982
+ /**
13983
+ * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
13984
+ * @type {{ [key: string]: string; }}
13985
+ * @memberof JsonApiOrganizationOutAttributes
13986
+ */
13987
+ oauthCustomAuthAttributes?: {
13988
+ [key: string]: string;
13989
+ };
13990
+ /**
13991
+ * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
13992
+ * @type {Array<string>}
13993
+ * @memberof JsonApiOrganizationOutAttributes
13994
+ */
13995
+ oauthCustomScopes?: Array<string> | null;
13996
+ }
13997
+ /**
13998
+ *
13999
+ * @export
14000
+ * @interface JsonApiOrganizationOutAttributesCacheSettings
14001
+ */
14002
+ export interface JsonApiOrganizationOutAttributesCacheSettings {
14003
+ /**
14004
+ *
14005
+ * @type {number}
14006
+ * @memberof JsonApiOrganizationOutAttributesCacheSettings
14007
+ */
14008
+ extraCacheBudget?: number;
14009
+ /**
14010
+ *
14011
+ * @type {string}
14012
+ * @memberof JsonApiOrganizationOutAttributesCacheSettings
14013
+ */
14014
+ cacheStrategy?: JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum;
14015
+ }
14016
+ export declare const JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum: {
14017
+ readonly DURABLE: "DURABLE";
14018
+ readonly EPHEMERAL: "EPHEMERAL";
14019
+ };
14020
+ export type JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum = typeof JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum[keyof typeof JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum];
14021
+ /**
14022
+ *
14023
+ * @export
14024
+ * @interface JsonApiOrganizationOutDocument
14025
+ */
14026
+ export interface JsonApiOrganizationOutDocument {
14027
+ /**
14028
+ *
14029
+ * @type {JsonApiOrganizationOut}
14030
+ * @memberof JsonApiOrganizationOutDocument
14031
+ */
14032
+ data: JsonApiOrganizationOut;
14033
+ /**
14034
+ *
14035
+ * @type {ObjectLinks}
14036
+ * @memberof JsonApiOrganizationOutDocument
14037
+ */
14038
+ links?: ObjectLinks;
14039
+ /**
14040
+ * Included resources
14041
+ * @type {Array<JsonApiOrganizationOutIncludes>}
14042
+ * @memberof JsonApiOrganizationOutDocument
14043
+ */
14044
+ included?: Array<JsonApiOrganizationOutIncludes>;
14045
+ }
14046
+ /**
14047
+ * @type JsonApiOrganizationOutIncludes
14048
+ * @export
14049
+ */
14050
+ export type JsonApiOrganizationOutIncludes = JsonApiIdentityProviderOutWithLinks | JsonApiUserGroupOutWithLinks | JsonApiUserOutWithLinks;
14051
+ /**
14052
+ *
14053
+ * @export
14054
+ * @interface JsonApiOrganizationOutMeta
14055
+ */
14056
+ export interface JsonApiOrganizationOutMeta {
14057
+ /**
14058
+ * List of valid permissions for a logged-in user.
14059
+ * @type {Array<string>}
14060
+ * @memberof JsonApiOrganizationOutMeta
14061
+ */
14062
+ permissions?: Array<JsonApiOrganizationOutMetaPermissionsEnum>;
14063
+ }
14064
+ export declare const JsonApiOrganizationOutMetaPermissionsEnum: {
14065
+ readonly MANAGE: "MANAGE";
14066
+ readonly SELF_CREATE_TOKEN: "SELF_CREATE_TOKEN";
14067
+ };
14068
+ export type JsonApiOrganizationOutMetaPermissionsEnum = typeof JsonApiOrganizationOutMetaPermissionsEnum[keyof typeof JsonApiOrganizationOutMetaPermissionsEnum];
14069
+ /**
14070
+ *
14071
+ * @export
14072
+ * @interface JsonApiOrganizationOutRelationships
14073
+ */
14074
+ export interface JsonApiOrganizationOutRelationships {
14075
+ /**
14076
+ *
14077
+ * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
14078
+ * @memberof JsonApiOrganizationOutRelationships
14079
+ */
14080
+ bootstrapUser?: JsonApiOrganizationOutRelationshipsBootstrapUser;
14081
+ /**
14082
+ *
14083
+ * @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
14084
+ * @memberof JsonApiOrganizationOutRelationships
14085
+ */
14086
+ bootstrapUserGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
14087
+ /**
14088
+ *
14089
+ * @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
14090
+ * @memberof JsonApiOrganizationOutRelationships
14091
+ */
14092
+ identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
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
+ }
14120
+ /**
14121
+ * JSON:API representation of patching organization entity.
14122
+ * @export
14123
+ * @interface JsonApiOrganizationPatch
14124
+ */
14125
+ export interface JsonApiOrganizationPatch {
14126
+ /**
14127
+ * Object type
14128
+ * @type {string}
14129
+ * @memberof JsonApiOrganizationPatch
14130
+ */
14131
+ type: JsonApiOrganizationPatchTypeEnum;
14132
+ /**
14133
+ * API identifier of an object
14134
+ * @type {string}
14135
+ * @memberof JsonApiOrganizationPatch
14136
+ */
14137
+ id: string;
14138
+ /**
14139
+ *
14140
+ * @type {JsonApiOrganizationPatchAttributes}
14141
+ * @memberof JsonApiOrganizationPatch
14142
+ */
14143
+ attributes?: JsonApiOrganizationPatchAttributes;
14144
+ /**
14145
+ *
14146
+ * @type {JsonApiOrganizationPatchRelationships}
14147
+ * @memberof JsonApiOrganizationPatch
14148
+ */
14149
+ relationships?: JsonApiOrganizationPatchRelationships;
14150
+ }
14151
+ export declare const JsonApiOrganizationPatchTypeEnum: {
14152
+ readonly ORGANIZATION: "organization";
14153
+ };
14154
+ export type JsonApiOrganizationPatchTypeEnum = typeof JsonApiOrganizationPatchTypeEnum[keyof typeof JsonApiOrganizationPatchTypeEnum];
14155
+ /**
14156
+ *
14157
+ * @export
14158
+ * @interface JsonApiOrganizationPatchAttributes
14306
14159
  */
14307
- export interface JsonApiOrganizationInAttributes {
14160
+ export interface JsonApiOrganizationPatchAttributes {
14308
14161
  /**
14309
14162
  *
14310
14163
  * @type {string}
14311
- * @memberof JsonApiOrganizationInAttributes
14164
+ * @memberof JsonApiOrganizationPatchAttributes
14312
14165
  */
14313
14166
  name?: string | null;
14314
14167
  /**
14315
14168
  *
14316
14169
  * @type {string}
14317
- * @memberof JsonApiOrganizationInAttributes
14170
+ * @memberof JsonApiOrganizationPatchAttributes
14318
14171
  */
14319
14172
  hostname?: string;
14320
14173
  /**
14321
14174
  *
14322
14175
  * @type {Array<string>}
14323
- * @memberof JsonApiOrganizationInAttributes
14176
+ * @memberof JsonApiOrganizationPatchAttributes
14324
14177
  */
14325
14178
  allowedOrigins?: Array<string>;
14326
14179
  /**
14327
14180
  *
14328
14181
  * @type {string}
14329
- * @memberof JsonApiOrganizationInAttributes
14182
+ * @memberof JsonApiOrganizationPatchAttributes
14330
14183
  */
14331
14184
  oauthIssuerLocation?: string;
14332
14185
  /**
14333
14186
  *
14334
14187
  * @type {string}
14335
- * @memberof JsonApiOrganizationInAttributes
14188
+ * @memberof JsonApiOrganizationPatchAttributes
14336
14189
  */
14337
14190
  oauthClientId?: string;
14338
14191
  /**
14339
14192
  *
14340
14193
  * @type {string}
14341
- * @memberof JsonApiOrganizationInAttributes
14194
+ * @memberof JsonApiOrganizationPatchAttributes
14342
14195
  */
14343
14196
  oauthClientSecret?: string;
14344
14197
  /**
14345
14198
  * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
14346
14199
  * @type {string}
14347
- * @memberof JsonApiOrganizationInAttributes
14200
+ * @memberof JsonApiOrganizationPatchAttributes
14348
14201
  * @deprecated
14349
14202
  */
14350
14203
  earlyAccess?: string | null;
14351
14204
  /**
14352
14205
  * The early access feature identifiers. They are used to enable experimental features.
14353
14206
  * @type {Array<string>}
14354
- * @memberof JsonApiOrganizationInAttributes
14207
+ * @memberof JsonApiOrganizationPatchAttributes
14355
14208
  */
14356
14209
  earlyAccessValues?: Array<string> | null;
14357
14210
  /**
14358
14211
  * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
14359
14212
  * @type {string}
14360
- * @memberof JsonApiOrganizationInAttributes
14213
+ * @memberof JsonApiOrganizationPatchAttributes
14361
14214
  */
14362
14215
  oauthIssuerId?: string;
14363
14216
  /**
14364
14217
  * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
14365
14218
  * @type {string}
14366
- * @memberof JsonApiOrganizationInAttributes
14219
+ * @memberof JsonApiOrganizationPatchAttributes
14367
14220
  */
14368
14221
  oauthSubjectIdClaim?: string;
14369
14222
  /**
14370
14223
  * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
14371
14224
  * @type {{ [key: string]: string; }}
14372
- * @memberof JsonApiOrganizationInAttributes
14225
+ * @memberof JsonApiOrganizationPatchAttributes
14373
14226
  */
14374
14227
  oauthCustomAuthAttributes?: {
14375
14228
  [key: string]: string;
@@ -14377,317 +14230,49 @@ export interface JsonApiOrganizationInAttributes {
14377
14230
  /**
14378
14231
  * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
14379
14232
  * @type {Array<string>}
14380
- * @memberof JsonApiOrganizationInAttributes
14233
+ * @memberof JsonApiOrganizationPatchAttributes
14381
14234
  */
14382
14235
  oauthCustomScopes?: Array<string> | null;
14383
14236
  }
14384
14237
  /**
14385
14238
  *
14386
14239
  * @export
14387
- * @interface JsonApiOrganizationInDocument
14240
+ * @interface JsonApiOrganizationPatchDocument
14388
14241
  */
14389
- export interface JsonApiOrganizationInDocument {
14242
+ export interface JsonApiOrganizationPatchDocument {
14390
14243
  /**
14391
14244
  *
14392
- * @type {JsonApiOrganizationIn}
14393
- * @memberof JsonApiOrganizationInDocument
14245
+ * @type {JsonApiOrganizationPatch}
14246
+ * @memberof JsonApiOrganizationPatchDocument
14394
14247
  */
14395
- data: JsonApiOrganizationIn;
14248
+ data: JsonApiOrganizationPatch;
14396
14249
  }
14397
14250
  /**
14398
14251
  *
14399
14252
  * @export
14400
- * @interface JsonApiOrganizationInRelationships
14253
+ * @interface JsonApiOrganizationPatchRelationships
14401
14254
  */
14402
- export interface JsonApiOrganizationInRelationships {
14255
+ export interface JsonApiOrganizationPatchRelationships {
14403
14256
  /**
14404
14257
  *
14405
- * @type {JsonApiOrganizationInRelationshipsIdentityProvider}
14406
- * @memberof JsonApiOrganizationInRelationships
14258
+ * @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
14259
+ * @memberof JsonApiOrganizationPatchRelationships
14407
14260
  */
14408
- identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
14261
+ identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
14409
14262
  }
14410
14263
  /**
14411
14264
  *
14412
14265
  * @export
14413
- * @interface JsonApiOrganizationInRelationshipsIdentityProvider
14266
+ * @interface JsonApiOrganizationPatchRelationshipsIdentityProvider
14414
14267
  */
14415
- export interface JsonApiOrganizationInRelationshipsIdentityProvider {
14268
+ export interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
14416
14269
  /**
14417
14270
  *
14418
14271
  * @type {JsonApiIdentityProviderToOneLinkage}
14419
- * @memberof JsonApiOrganizationInRelationshipsIdentityProvider
14272
+ * @memberof JsonApiOrganizationPatchRelationshipsIdentityProvider
14420
14273
  */
14421
14274
  data: JsonApiIdentityProviderToOneLinkage | null;
14422
14275
  }
14423
- /**
14424
- * JSON:API representation of organization entity.
14425
- * @export
14426
- * @interface JsonApiOrganizationOut
14427
- */
14428
- export interface JsonApiOrganizationOut {
14429
- /**
14430
- * Object type
14431
- * @type {string}
14432
- * @memberof JsonApiOrganizationOut
14433
- */
14434
- type: JsonApiOrganizationOutTypeEnum;
14435
- /**
14436
- * API identifier of an object
14437
- * @type {string}
14438
- * @memberof JsonApiOrganizationOut
14439
- */
14440
- id: string;
14441
- /**
14442
- *
14443
- * @type {JsonApiOrganizationOutMeta}
14444
- * @memberof JsonApiOrganizationOut
14445
- */
14446
- meta?: JsonApiOrganizationOutMeta;
14447
- /**
14448
- *
14449
- * @type {JsonApiOrganizationOutAttributes}
14450
- * @memberof JsonApiOrganizationOut
14451
- */
14452
- attributes?: JsonApiOrganizationOutAttributes;
14453
- /**
14454
- *
14455
- * @type {JsonApiOrganizationOutRelationships}
14456
- * @memberof JsonApiOrganizationOut
14457
- */
14458
- relationships?: JsonApiOrganizationOutRelationships;
14459
- }
14460
- export declare const JsonApiOrganizationOutTypeEnum: {
14461
- readonly ORGANIZATION: "organization";
14462
- };
14463
- export type JsonApiOrganizationOutTypeEnum = typeof JsonApiOrganizationOutTypeEnum[keyof typeof JsonApiOrganizationOutTypeEnum];
14464
- /**
14465
- *
14466
- * @export
14467
- * @interface JsonApiOrganizationOutAttributes
14468
- */
14469
- export interface JsonApiOrganizationOutAttributes {
14470
- /**
14471
- *
14472
- * @type {string}
14473
- * @memberof JsonApiOrganizationOutAttributes
14474
- */
14475
- name?: string | null;
14476
- /**
14477
- *
14478
- * @type {string}
14479
- * @memberof JsonApiOrganizationOutAttributes
14480
- */
14481
- hostname?: string;
14482
- /**
14483
- *
14484
- * @type {Array<string>}
14485
- * @memberof JsonApiOrganizationOutAttributes
14486
- */
14487
- allowedOrigins?: Array<string>;
14488
- /**
14489
- *
14490
- * @type {string}
14491
- * @memberof JsonApiOrganizationOutAttributes
14492
- */
14493
- oauthIssuerLocation?: string;
14494
- /**
14495
- *
14496
- * @type {string}
14497
- * @memberof JsonApiOrganizationOutAttributes
14498
- */
14499
- oauthClientId?: string;
14500
- /**
14501
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
14502
- * @type {string}
14503
- * @memberof JsonApiOrganizationOutAttributes
14504
- * @deprecated
14505
- */
14506
- earlyAccess?: string | null;
14507
- /**
14508
- * The early access feature identifiers. They are used to enable experimental features.
14509
- * @type {Array<string>}
14510
- * @memberof JsonApiOrganizationOutAttributes
14511
- */
14512
- earlyAccessValues?: Array<string> | null;
14513
- /**
14514
- * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
14515
- * @type {string}
14516
- * @memberof JsonApiOrganizationOutAttributes
14517
- */
14518
- oauthIssuerId?: string;
14519
- /**
14520
- *
14521
- * @type {JsonApiOrganizationOutAttributesCacheSettings}
14522
- * @memberof JsonApiOrganizationOutAttributes
14523
- */
14524
- cacheSettings?: JsonApiOrganizationOutAttributesCacheSettings;
14525
- /**
14526
- * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
14527
- * @type {string}
14528
- * @memberof JsonApiOrganizationOutAttributes
14529
- */
14530
- oauthSubjectIdClaim?: string;
14531
- /**
14532
- * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
14533
- * @type {{ [key: string]: string; }}
14534
- * @memberof JsonApiOrganizationOutAttributes
14535
- */
14536
- oauthCustomAuthAttributes?: {
14537
- [key: string]: string;
14538
- };
14539
- /**
14540
- * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
14541
- * @type {Array<string>}
14542
- * @memberof JsonApiOrganizationOutAttributes
14543
- */
14544
- oauthCustomScopes?: Array<string> | null;
14545
- }
14546
- /**
14547
- *
14548
- * @export
14549
- * @interface JsonApiOrganizationOutAttributesCacheSettings
14550
- */
14551
- export interface JsonApiOrganizationOutAttributesCacheSettings {
14552
- /**
14553
- *
14554
- * @type {number}
14555
- * @memberof JsonApiOrganizationOutAttributesCacheSettings
14556
- */
14557
- extraCacheBudget?: number;
14558
- /**
14559
- *
14560
- * @type {string}
14561
- * @memberof JsonApiOrganizationOutAttributesCacheSettings
14562
- */
14563
- cacheStrategy?: JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum;
14564
- }
14565
- export declare const JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum: {
14566
- readonly DURABLE: "DURABLE";
14567
- readonly EPHEMERAL: "EPHEMERAL";
14568
- };
14569
- export type JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum = typeof JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum[keyof typeof JsonApiOrganizationOutAttributesCacheSettingsCacheStrategyEnum];
14570
- /**
14571
- *
14572
- * @export
14573
- * @interface JsonApiOrganizationOutDocument
14574
- */
14575
- export interface JsonApiOrganizationOutDocument {
14576
- /**
14577
- *
14578
- * @type {JsonApiOrganizationOut}
14579
- * @memberof JsonApiOrganizationOutDocument
14580
- */
14581
- data: JsonApiOrganizationOut;
14582
- /**
14583
- *
14584
- * @type {ObjectLinks}
14585
- * @memberof JsonApiOrganizationOutDocument
14586
- */
14587
- links?: ObjectLinks;
14588
- /**
14589
- * Included resources
14590
- * @type {Array<JsonApiOrganizationOutIncludes>}
14591
- * @memberof JsonApiOrganizationOutDocument
14592
- */
14593
- included?: Array<JsonApiOrganizationOutIncludes>;
14594
- }
14595
- /**
14596
- * @type JsonApiOrganizationOutIncludes
14597
- * @export
14598
- */
14599
- export type JsonApiOrganizationOutIncludes = JsonApiIdentityProviderOutWithLinks | JsonApiUserGroupOutWithLinks | JsonApiUserOutWithLinks;
14600
- /**
14601
- *
14602
- * @export
14603
- * @interface JsonApiOrganizationOutMeta
14604
- */
14605
- export interface JsonApiOrganizationOutMeta {
14606
- /**
14607
- * List of valid permissions for a logged-in user.
14608
- * @type {Array<string>}
14609
- * @memberof JsonApiOrganizationOutMeta
14610
- */
14611
- permissions?: Array<JsonApiOrganizationOutMetaPermissionsEnum>;
14612
- }
14613
- export declare const JsonApiOrganizationOutMetaPermissionsEnum: {
14614
- readonly MANAGE: "MANAGE";
14615
- readonly SELF_CREATE_TOKEN: "SELF_CREATE_TOKEN";
14616
- };
14617
- export type JsonApiOrganizationOutMetaPermissionsEnum = typeof JsonApiOrganizationOutMetaPermissionsEnum[keyof typeof JsonApiOrganizationOutMetaPermissionsEnum];
14618
- /**
14619
- *
14620
- * @export
14621
- * @interface JsonApiOrganizationOutRelationships
14622
- */
14623
- export interface JsonApiOrganizationOutRelationships {
14624
- /**
14625
- *
14626
- * @type {JsonApiFilterViewOutRelationshipsUser}
14627
- * @memberof JsonApiOrganizationOutRelationships
14628
- */
14629
- bootstrapUser?: JsonApiFilterViewOutRelationshipsUser;
14630
- /**
14631
- *
14632
- * @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
14633
- * @memberof JsonApiOrganizationOutRelationships
14634
- */
14635
- bootstrapUserGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
14636
- /**
14637
- *
14638
- * @type {JsonApiOrganizationInRelationshipsIdentityProvider}
14639
- * @memberof JsonApiOrganizationOutRelationships
14640
- */
14641
- identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
14642
- }
14643
- /**
14644
- * JSON:API representation of patching organization entity.
14645
- * @export
14646
- * @interface JsonApiOrganizationPatch
14647
- */
14648
- export interface JsonApiOrganizationPatch {
14649
- /**
14650
- * Object type
14651
- * @type {string}
14652
- * @memberof JsonApiOrganizationPatch
14653
- */
14654
- type: JsonApiOrganizationPatchTypeEnum;
14655
- /**
14656
- * API identifier of an object
14657
- * @type {string}
14658
- * @memberof JsonApiOrganizationPatch
14659
- */
14660
- id: string;
14661
- /**
14662
- *
14663
- * @type {JsonApiOrganizationInAttributes}
14664
- * @memberof JsonApiOrganizationPatch
14665
- */
14666
- attributes?: JsonApiOrganizationInAttributes;
14667
- /**
14668
- *
14669
- * @type {JsonApiOrganizationInRelationships}
14670
- * @memberof JsonApiOrganizationPatch
14671
- */
14672
- relationships?: JsonApiOrganizationInRelationships;
14673
- }
14674
- export declare const JsonApiOrganizationPatchTypeEnum: {
14675
- readonly ORGANIZATION: "organization";
14676
- };
14677
- export type JsonApiOrganizationPatchTypeEnum = typeof JsonApiOrganizationPatchTypeEnum[keyof typeof JsonApiOrganizationPatchTypeEnum];
14678
- /**
14679
- *
14680
- * @export
14681
- * @interface JsonApiOrganizationPatchDocument
14682
- */
14683
- export interface JsonApiOrganizationPatchDocument {
14684
- /**
14685
- *
14686
- * @type {JsonApiOrganizationPatch}
14687
- * @memberof JsonApiOrganizationPatchDocument
14688
- */
14689
- data: JsonApiOrganizationPatch;
14690
- }
14691
14276
  /**
14692
14277
  * JSON:API representation of organizationSetting entity.
14693
14278
  * @export
@@ -14798,10 +14383,10 @@ export interface JsonApiOrganizationSettingOutList {
14798
14383
  links?: ListLinks;
14799
14384
  /**
14800
14385
  *
14801
- * @type {JsonApiAnalyticalDashboardOutListMeta}
14386
+ * @type {JsonApiApiTokenOutListMeta}
14802
14387
  * @memberof JsonApiOrganizationSettingOutList
14803
14388
  */
14804
- meta?: JsonApiAnalyticalDashboardOutListMeta;
14389
+ meta?: JsonApiApiTokenOutListMeta;
14805
14390
  }
14806
14391
  /**
14807
14392
  *
@@ -14900,10 +14485,10 @@ export interface JsonApiThemeIn {
14900
14485
  id: string;
14901
14486
  /**
14902
14487
  *
14903
- * @type {JsonApiColorPaletteInAttributes}
14488
+ * @type {JsonApiColorPaletteOutAttributes}
14904
14489
  * @memberof JsonApiThemeIn
14905
14490
  */
14906
- attributes: JsonApiColorPaletteInAttributes;
14491
+ attributes: JsonApiColorPaletteOutAttributes;
14907
14492
  }
14908
14493
  export declare const JsonApiThemeInTypeEnum: {
14909
14494
  readonly THEME: "theme";
@@ -14942,10 +14527,10 @@ export interface JsonApiThemeOut {
14942
14527
  id: string;
14943
14528
  /**
14944
14529
  *
14945
- * @type {JsonApiColorPaletteInAttributes}
14530
+ * @type {JsonApiColorPaletteOutAttributes}
14946
14531
  * @memberof JsonApiThemeOut
14947
14532
  */
14948
- attributes: JsonApiColorPaletteInAttributes;
14533
+ attributes: JsonApiColorPaletteOutAttributes;
14949
14534
  }
14950
14535
  export declare const JsonApiThemeOutTypeEnum: {
14951
14536
  readonly THEME: "theme";
@@ -14990,10 +14575,10 @@ export interface JsonApiThemeOutList {
14990
14575
  links?: ListLinks;
14991
14576
  /**
14992
14577
  *
14993
- * @type {JsonApiAnalyticalDashboardOutListMeta}
14578
+ * @type {JsonApiApiTokenOutListMeta}
14994
14579
  * @memberof JsonApiThemeOutList
14995
14580
  */
14996
- meta?: JsonApiAnalyticalDashboardOutListMeta;
14581
+ meta?: JsonApiApiTokenOutListMeta;
14997
14582
  }
14998
14583
  /**
14999
14584
  *
@@ -15015,10 +14600,10 @@ export interface JsonApiThemeOutWithLinks {
15015
14600
  id: string;
15016
14601
  /**
15017
14602
  *
15018
- * @type {JsonApiColorPaletteInAttributes}
14603
+ * @type {JsonApiColorPaletteOutAttributes}
15019
14604
  * @memberof JsonApiThemeOutWithLinks
15020
14605
  */
15021
- attributes: JsonApiColorPaletteInAttributes;
14606
+ attributes: JsonApiColorPaletteOutAttributes;
15022
14607
  /**
15023
14608
  *
15024
14609
  * @type {ObjectLinks}
@@ -15098,10 +14683,10 @@ export interface JsonApiUserDataFilterIn {
15098
14683
  attributes: JsonApiUserDataFilterOutAttributes;
15099
14684
  /**
15100
14685
  *
15101
- * @type {JsonApiUserDataFilterPostOptionalIdRelationships}
14686
+ * @type {JsonApiUserDataFilterPatchRelationships}
15102
14687
  * @memberof JsonApiUserDataFilterIn
15103
14688
  */
15104
- relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
14689
+ relationships?: JsonApiUserDataFilterPatchRelationships;
15105
14690
  }
15106
14691
  export declare const JsonApiUserDataFilterInTypeEnum: {
15107
14692
  readonly USER_DATA_FILTER: "userDataFilter";
@@ -15248,10 +14833,10 @@ export interface JsonApiUserDataFilterOutList {
15248
14833
  links?: ListLinks;
15249
14834
  /**
15250
14835
  *
15251
- * @type {JsonApiAnalyticalDashboardOutListMeta}
14836
+ * @type {JsonApiApiTokenOutListMeta}
15252
14837
  * @memberof JsonApiUserDataFilterOutList
15253
14838
  */
15254
- meta?: JsonApiAnalyticalDashboardOutListMeta;
14839
+ meta?: JsonApiApiTokenOutListMeta;
15255
14840
  /**
15256
14841
  * Included resources
15257
14842
  * @type {Array<JsonApiUserDataFilterOutIncludes>}
@@ -15267,16 +14852,16 @@ export interface JsonApiUserDataFilterOutList {
15267
14852
  export interface JsonApiUserDataFilterOutRelationships {
15268
14853
  /**
15269
14854
  *
15270
- * @type {JsonApiFilterViewOutRelationshipsUser}
14855
+ * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
15271
14856
  * @memberof JsonApiUserDataFilterOutRelationships
15272
14857
  */
15273
- user?: JsonApiFilterViewOutRelationshipsUser;
14858
+ user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
15274
14859
  /**
15275
14860
  *
15276
- * @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
14861
+ * @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
15277
14862
  * @memberof JsonApiUserDataFilterOutRelationships
15278
14863
  */
15279
- userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
14864
+ userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
15280
14865
  /**
15281
14866
  *
15282
14867
  * @type {JsonApiVisualizationObjectOutRelationshipsFacts}
@@ -15308,19 +14893,6 @@ export interface JsonApiUserDataFilterOutRelationships {
15308
14893
  */
15309
14894
  datasets?: JsonApiVisualizationObjectOutRelationshipsDatasets;
15310
14895
  }
15311
- /**
15312
- *
15313
- * @export
15314
- * @interface JsonApiUserDataFilterOutRelationshipsUserGroup
15315
- */
15316
- export interface JsonApiUserDataFilterOutRelationshipsUserGroup {
15317
- /**
15318
- *
15319
- * @type {JsonApiUserGroupToOneLinkage}
15320
- * @memberof JsonApiUserDataFilterOutRelationshipsUserGroup
15321
- */
15322
- data: JsonApiUserGroupToOneLinkage | null;
15323
- }
15324
14896
  /**
15325
14897
  *
15326
14898
  * @export
@@ -15394,10 +14966,10 @@ export interface JsonApiUserDataFilterPatch {
15394
14966
  attributes: JsonApiUserDataFilterPatchAttributes;
15395
14967
  /**
15396
14968
  *
15397
- * @type {JsonApiUserDataFilterPostOptionalIdRelationships}
14969
+ * @type {JsonApiUserDataFilterPatchRelationships}
15398
14970
  * @memberof JsonApiUserDataFilterPatch
15399
14971
  */
15400
- relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
14972
+ relationships?: JsonApiUserDataFilterPatchRelationships;
15401
14973
  }
15402
14974
  export declare const JsonApiUserDataFilterPatchTypeEnum: {
15403
14975
  readonly USER_DATA_FILTER: "userDataFilter";
@@ -15453,6 +15025,25 @@ export interface JsonApiUserDataFilterPatchDocument {
15453
15025
  */
15454
15026
  data: JsonApiUserDataFilterPatch;
15455
15027
  }
15028
+ /**
15029
+ *
15030
+ * @export
15031
+ * @interface JsonApiUserDataFilterPatchRelationships
15032
+ */
15033
+ export interface JsonApiUserDataFilterPatchRelationships {
15034
+ /**
15035
+ *
15036
+ * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
15037
+ * @memberof JsonApiUserDataFilterPatchRelationships
15038
+ */
15039
+ user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
15040
+ /**
15041
+ *
15042
+ * @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
15043
+ * @memberof JsonApiUserDataFilterPatchRelationships
15044
+ */
15045
+ userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
15046
+ }
15456
15047
  /**
15457
15048
  * JSON:API representation of userDataFilter entity.
15458
15049
  * @export
@@ -15479,10 +15070,10 @@ export interface JsonApiUserDataFilterPostOptionalId {
15479
15070
  attributes: JsonApiUserDataFilterOutAttributes;
15480
15071
  /**
15481
15072
  *
15482
- * @type {JsonApiUserDataFilterPostOptionalIdRelationships}
15073
+ * @type {JsonApiUserDataFilterPatchRelationships}
15483
15074
  * @memberof JsonApiUserDataFilterPostOptionalId
15484
15075
  */
15485
- relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
15076
+ relationships?: JsonApiUserDataFilterPatchRelationships;
15486
15077
  }
15487
15078
  export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
15488
15079
  readonly USER_DATA_FILTER: "userDataFilter";
@@ -15501,25 +15092,6 @@ export interface JsonApiUserDataFilterPostOptionalIdDocument {
15501
15092
  */
15502
15093
  data: JsonApiUserDataFilterPostOptionalId;
15503
15094
  }
15504
- /**
15505
- *
15506
- * @export
15507
- * @interface JsonApiUserDataFilterPostOptionalIdRelationships
15508
- */
15509
- export interface JsonApiUserDataFilterPostOptionalIdRelationships {
15510
- /**
15511
- *
15512
- * @type {JsonApiFilterViewOutRelationshipsUser}
15513
- * @memberof JsonApiUserDataFilterPostOptionalIdRelationships
15514
- */
15515
- user?: JsonApiFilterViewOutRelationshipsUser;
15516
- /**
15517
- *
15518
- * @type {JsonApiUserDataFilterOutRelationshipsUserGroup}
15519
- * @memberof JsonApiUserDataFilterPostOptionalIdRelationships
15520
- */
15521
- userGroup?: JsonApiUserDataFilterOutRelationshipsUserGroup;
15522
- }
15523
15095
  /**
15524
15096
  * JSON:API representation of userGroup entity.
15525
15097
  * @export
@@ -15684,10 +15256,10 @@ export interface JsonApiUserGroupOutList {
15684
15256
  links?: ListLinks;
15685
15257
  /**
15686
15258
  *
15687
- * @type {JsonApiAnalyticalDashboardOutListMeta}
15259
+ * @type {JsonApiApiTokenOutListMeta}
15688
15260
  * @memberof JsonApiUserGroupOutList
15689
15261
  */
15690
- meta?: JsonApiAnalyticalDashboardOutListMeta;
15262
+ meta?: JsonApiApiTokenOutListMeta;
15691
15263
  /**
15692
15264
  * Included resources
15693
15265
  * @type {Array<JsonApiUserGroupOutWithLinks>}
@@ -15919,10 +15491,10 @@ export interface JsonApiUserIdentifierOutList {
15919
15491
  links?: ListLinks;
15920
15492
  /**
15921
15493
  *
15922
- * @type {JsonApiAnalyticalDashboardOutListMeta}
15494
+ * @type {JsonApiApiTokenOutListMeta}
15923
15495
  * @memberof JsonApiUserIdentifierOutList
15924
15496
  */
15925
- meta?: JsonApiAnalyticalDashboardOutListMeta;
15497
+ meta?: JsonApiApiTokenOutListMeta;
15926
15498
  }
15927
15499
  /**
15928
15500
  *
@@ -16147,10 +15719,10 @@ export interface JsonApiUserOutList {
16147
15719
  links?: ListLinks;
16148
15720
  /**
16149
15721
  *
16150
- * @type {JsonApiAnalyticalDashboardOutListMeta}
15722
+ * @type {JsonApiApiTokenOutListMeta}
16151
15723
  * @memberof JsonApiUserOutList
16152
15724
  */
16153
- meta?: JsonApiAnalyticalDashboardOutListMeta;
15725
+ meta?: JsonApiApiTokenOutListMeta;
16154
15726
  /**
16155
15727
  * Included resources
16156
15728
  * @type {Array<JsonApiUserGroupOutWithLinks>}
@@ -16430,10 +16002,10 @@ export interface JsonApiUserSettingOutList {
16430
16002
  links?: ListLinks;
16431
16003
  /**
16432
16004
  *
16433
- * @type {JsonApiAnalyticalDashboardOutListMeta}
16005
+ * @type {JsonApiApiTokenOutListMeta}
16434
16006
  * @memberof JsonApiUserSettingOutList
16435
16007
  */
16436
- meta?: JsonApiAnalyticalDashboardOutListMeta;
16008
+ meta?: JsonApiApiTokenOutListMeta;
16437
16009
  }
16438
16010
  /**
16439
16011
  *
@@ -16676,10 +16248,10 @@ export interface JsonApiVisualizationObjectOutList {
16676
16248
  links?: ListLinks;
16677
16249
  /**
16678
16250
  *
16679
- * @type {JsonApiAnalyticalDashboardOutListMeta}
16251
+ * @type {JsonApiApiTokenOutListMeta}
16680
16252
  * @memberof JsonApiVisualizationObjectOutList
16681
16253
  */
16682
- meta?: JsonApiAnalyticalDashboardOutListMeta;
16254
+ meta?: JsonApiApiTokenOutListMeta;
16683
16255
  /**
16684
16256
  * Included resources
16685
16257
  * @type {Array<JsonApiMetricOutIncludes>}
@@ -17170,10 +16742,10 @@ export interface JsonApiWorkspaceDataFilterOutList {
17170
16742
  links?: ListLinks;
17171
16743
  /**
17172
16744
  *
17173
- * @type {JsonApiAnalyticalDashboardOutListMeta}
16745
+ * @type {JsonApiApiTokenOutListMeta}
17174
16746
  * @memberof JsonApiWorkspaceDataFilterOutList
17175
16747
  */
17176
- meta?: JsonApiAnalyticalDashboardOutListMeta;
16748
+ meta?: JsonApiApiTokenOutListMeta;
17177
16749
  /**
17178
16750
  * Included resources
17179
16751
  * @type {Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>}
@@ -17484,10 +17056,10 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
17484
17056
  links?: ListLinks;
17485
17057
  /**
17486
17058
  *
17487
- * @type {JsonApiAnalyticalDashboardOutListMeta}
17059
+ * @type {JsonApiApiTokenOutListMeta}
17488
17060
  * @memberof JsonApiWorkspaceDataFilterSettingOutList
17489
17061
  */
17490
- meta?: JsonApiAnalyticalDashboardOutListMeta;
17062
+ meta?: JsonApiApiTokenOutListMeta;
17491
17063
  /**
17492
17064
  * Included resources
17493
17065
  * @type {Array<JsonApiWorkspaceDataFilterOutWithLinks>}
@@ -17642,90 +17214,21 @@ export interface JsonApiWorkspaceIn {
17642
17214
  id: string;
17643
17215
  /**
17644
17216
  *
17645
- * @type {JsonApiWorkspaceInAttributes}
17217
+ * @type {JsonApiWorkspaceOutAttributes}
17646
17218
  * @memberof JsonApiWorkspaceIn
17647
17219
  */
17648
- attributes?: JsonApiWorkspaceInAttributes;
17220
+ attributes?: JsonApiWorkspaceOutAttributes;
17649
17221
  /**
17650
17222
  *
17651
- * @type {JsonApiWorkspaceInRelationships}
17223
+ * @type {JsonApiWorkspaceOutRelationships}
17652
17224
  * @memberof JsonApiWorkspaceIn
17653
17225
  */
17654
- relationships?: JsonApiWorkspaceInRelationships;
17226
+ relationships?: JsonApiWorkspaceOutRelationships;
17655
17227
  }
17656
17228
  export declare const JsonApiWorkspaceInTypeEnum: {
17657
17229
  readonly WORKSPACE: "workspace";
17658
17230
  };
17659
17231
  export type JsonApiWorkspaceInTypeEnum = typeof JsonApiWorkspaceInTypeEnum[keyof typeof JsonApiWorkspaceInTypeEnum];
17660
- /**
17661
- *
17662
- * @export
17663
- * @interface JsonApiWorkspaceInAttributes
17664
- */
17665
- export interface JsonApiWorkspaceInAttributes {
17666
- /**
17667
- *
17668
- * @type {string}
17669
- * @memberof JsonApiWorkspaceInAttributes
17670
- */
17671
- name?: string | null;
17672
- /**
17673
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
17674
- * @type {string}
17675
- * @memberof JsonApiWorkspaceInAttributes
17676
- * @deprecated
17677
- */
17678
- earlyAccess?: string | null;
17679
- /**
17680
- * The early access feature identifiers. They are used to enable experimental features.
17681
- * @type {Array<string>}
17682
- * @memberof JsonApiWorkspaceInAttributes
17683
- */
17684
- earlyAccessValues?: Array<string> | null;
17685
- /**
17686
- *
17687
- * @type {string}
17688
- * @memberof JsonApiWorkspaceInAttributes
17689
- */
17690
- description?: string | null;
17691
- /**
17692
- * Custom prefix of entity identifiers in workspace
17693
- * @type {string}
17694
- * @memberof JsonApiWorkspaceInAttributes
17695
- */
17696
- prefix?: string | null;
17697
- /**
17698
- *
17699
- * @type {number}
17700
- * @memberof JsonApiWorkspaceInAttributes
17701
- */
17702
- cacheExtraLimit?: number;
17703
- /**
17704
- *
17705
- * @type {JsonApiWorkspaceInAttributesDataSource}
17706
- * @memberof JsonApiWorkspaceInAttributes
17707
- */
17708
- dataSource?: JsonApiWorkspaceInAttributesDataSource;
17709
- }
17710
- /**
17711
- * The data source used for the particular workspace instead of the one defined in the LDM inherited from its parent workspace. Such data source cannot be defined for a single or a top-parent workspace.
17712
- * @export
17713
- * @interface JsonApiWorkspaceInAttributesDataSource
17714
- */
17715
- export interface JsonApiWorkspaceInAttributesDataSource {
17716
- /**
17717
- * The ID of the used data source.
17718
- * @type {string}
17719
- * @memberof JsonApiWorkspaceInAttributesDataSource
17720
- */
17721
- id: string;
17722
- /**
17723
- * The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
17724
- * @type {Array<string>}
17725
- * @memberof JsonApiWorkspaceInAttributesDataSource
17726
- */
17727
- schemaPath?: Array<string>;
17728
- }
17729
17232
  /**
17730
17233
  *
17731
17234
  * @export
@@ -17739,32 +17242,6 @@ export interface JsonApiWorkspaceInDocument {
17739
17242
  */
17740
17243
  data: JsonApiWorkspaceIn;
17741
17244
  }
17742
- /**
17743
- *
17744
- * @export
17745
- * @interface JsonApiWorkspaceInRelationships
17746
- */
17747
- export interface JsonApiWorkspaceInRelationships {
17748
- /**
17749
- *
17750
- * @type {JsonApiWorkspaceInRelationshipsParent}
17751
- * @memberof JsonApiWorkspaceInRelationships
17752
- */
17753
- parent?: JsonApiWorkspaceInRelationshipsParent;
17754
- }
17755
- /**
17756
- *
17757
- * @export
17758
- * @interface JsonApiWorkspaceInRelationshipsParent
17759
- */
17760
- export interface JsonApiWorkspaceInRelationshipsParent {
17761
- /**
17762
- *
17763
- * @type {JsonApiWorkspaceToOneLinkage}
17764
- * @memberof JsonApiWorkspaceInRelationshipsParent
17765
- */
17766
- data: JsonApiWorkspaceToOneLinkage | null;
17767
- }
17768
17245
  /**
17769
17246
  * The \\\"type\\\" and \\\"id\\\" to non-empty members.
17770
17247
  * @export
@@ -17814,21 +17291,90 @@ export interface JsonApiWorkspaceOut {
17814
17291
  meta?: JsonApiWorkspaceOutMeta;
17815
17292
  /**
17816
17293
  *
17817
- * @type {JsonApiWorkspaceInAttributes}
17294
+ * @type {JsonApiWorkspaceOutAttributes}
17818
17295
  * @memberof JsonApiWorkspaceOut
17819
17296
  */
17820
- attributes?: JsonApiWorkspaceInAttributes;
17297
+ attributes?: JsonApiWorkspaceOutAttributes;
17821
17298
  /**
17822
17299
  *
17823
- * @type {JsonApiWorkspaceInRelationships}
17300
+ * @type {JsonApiWorkspaceOutRelationships}
17824
17301
  * @memberof JsonApiWorkspaceOut
17825
17302
  */
17826
- relationships?: JsonApiWorkspaceInRelationships;
17303
+ relationships?: JsonApiWorkspaceOutRelationships;
17827
17304
  }
17828
17305
  export declare const JsonApiWorkspaceOutTypeEnum: {
17829
17306
  readonly WORKSPACE: "workspace";
17830
17307
  };
17831
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
+ }
17832
17378
  /**
17833
17379
  *
17834
17380
  * @export
@@ -17874,10 +17420,10 @@ export interface JsonApiWorkspaceOutList {
17874
17420
  links?: ListLinks;
17875
17421
  /**
17876
17422
  *
17877
- * @type {JsonApiAnalyticalDashboardOutListMeta}
17423
+ * @type {JsonApiApiTokenOutListMeta}
17878
17424
  * @memberof JsonApiWorkspaceOutList
17879
17425
  */
17880
- meta?: JsonApiAnalyticalDashboardOutListMeta;
17426
+ meta?: JsonApiApiTokenOutListMeta;
17881
17427
  /**
17882
17428
  * Included resources
17883
17429
  * @type {Array<JsonApiWorkspaceOutWithLinks>}
@@ -17979,6 +17525,32 @@ export interface JsonApiWorkspaceOutMetaHierarchy {
17979
17525
  */
17980
17526
  childrenCount: number;
17981
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
+ }
17982
17554
  /**
17983
17555
  *
17984
17556
  * @export
@@ -18005,16 +17577,16 @@ export interface JsonApiWorkspaceOutWithLinks {
18005
17577
  meta?: JsonApiWorkspaceOutMeta;
18006
17578
  /**
18007
17579
  *
18008
- * @type {JsonApiWorkspaceInAttributes}
17580
+ * @type {JsonApiWorkspaceOutAttributes}
18009
17581
  * @memberof JsonApiWorkspaceOutWithLinks
18010
17582
  */
18011
- attributes?: JsonApiWorkspaceInAttributes;
17583
+ attributes?: JsonApiWorkspaceOutAttributes;
18012
17584
  /**
18013
17585
  *
18014
- * @type {JsonApiWorkspaceInRelationships}
17586
+ * @type {JsonApiWorkspaceOutRelationships}
18015
17587
  * @memberof JsonApiWorkspaceOutWithLinks
18016
17588
  */
18017
- relationships?: JsonApiWorkspaceInRelationships;
17589
+ relationships?: JsonApiWorkspaceOutRelationships;
18018
17590
  /**
18019
17591
  *
18020
17592
  * @type {ObjectLinks}
@@ -18046,16 +17618,16 @@ export interface JsonApiWorkspacePatch {
18046
17618
  id: string;
18047
17619
  /**
18048
17620
  *
18049
- * @type {JsonApiWorkspaceInAttributes}
17621
+ * @type {JsonApiWorkspaceOutAttributes}
18050
17622
  * @memberof JsonApiWorkspacePatch
18051
17623
  */
18052
- attributes?: JsonApiWorkspaceInAttributes;
17624
+ attributes?: JsonApiWorkspaceOutAttributes;
18053
17625
  /**
18054
17626
  *
18055
- * @type {JsonApiWorkspaceInRelationships}
17627
+ * @type {JsonApiWorkspaceOutRelationships}
18056
17628
  * @memberof JsonApiWorkspacePatch
18057
17629
  */
18058
- relationships?: JsonApiWorkspaceInRelationships;
17630
+ relationships?: JsonApiWorkspaceOutRelationships;
18059
17631
  }
18060
17632
  export declare const JsonApiWorkspacePatchTypeEnum: {
18061
17633
  readonly WORKSPACE: "workspace";
@@ -18190,10 +17762,10 @@ export interface JsonApiWorkspaceSettingOutList {
18190
17762
  links?: ListLinks;
18191
17763
  /**
18192
17764
  *
18193
- * @type {JsonApiAnalyticalDashboardOutListMeta}
17765
+ * @type {JsonApiApiTokenOutListMeta}
18194
17766
  * @memberof JsonApiWorkspaceSettingOutList
18195
17767
  */
18196
- meta?: JsonApiAnalyticalDashboardOutListMeta;
17768
+ meta?: JsonApiApiTokenOutListMeta;
18197
17769
  }
18198
17770
  /**
18199
17771
  *
@@ -18715,19 +18287,6 @@ export declare const OrganizationPermissionAssignmentPermissionsEnum: {
18715
18287
  readonly SELF_CREATE_TOKEN: "SELF_CREATE_TOKEN";
18716
18288
  };
18717
18289
  export type OrganizationPermissionAssignmentPermissionsEnum = typeof OrganizationPermissionAssignmentPermissionsEnum[keyof typeof OrganizationPermissionAssignmentPermissionsEnum];
18718
- /**
18719
- *
18720
- * @export
18721
- * @interface Over
18722
- */
18723
- export interface Over {
18724
- /**
18725
- *
18726
- * @type {Array<IdentifierRef>}
18727
- * @memberof Over
18728
- */
18729
- attributes: Array<IdentifierRef>;
18730
- }
18731
18290
  /**
18732
18291
  *
18733
18292
  * @export
@@ -19512,7 +19071,7 @@ export declare const RelativeOperatorEnum: {
19512
19071
  };
19513
19072
  export type RelativeOperatorEnum = typeof RelativeOperatorEnum[keyof typeof RelativeOperatorEnum];
19514
19073
  /**
19515
- * 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. The \'from\' and \'to\' properties mark the boundaries of the interval. If \'from\' is omitted, all values earlier than \'to\' are included. If \'to\' is omitted, all values later than \'from\' are included. It is not allowed to omit both.
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.
19516
19075
  * @export
19517
19076
  * @interface RelativeDateFilter
19518
19077
  */
@@ -19537,17 +19096,17 @@ export interface RelativeDateFilterRelativeDateFilter {
19537
19096
  */
19538
19097
  granularity: RelativeDateFilterRelativeDateFilterGranularityEnum;
19539
19098
  /**
19540
- * Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\'). If null, then start of the range is unbounded.
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\').
19541
19100
  * @type {number}
19542
19101
  * @memberof RelativeDateFilterRelativeDateFilter
19543
19102
  */
19544
- from?: number | null;
19103
+ from: number;
19545
19104
  /**
19546
- * End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...). If null, then end of the range is unbounded.
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, ...).
19547
19106
  * @type {number}
19548
19107
  * @memberof RelativeDateFilterRelativeDateFilter
19549
19108
  */
19550
- to?: number | null;
19109
+ to: number;
19551
19110
  /**
19552
19111
  *
19553
19112
  * @type {string}
@@ -20123,19 +19682,6 @@ export declare const SqlColumnDataTypeEnum: {
20123
19682
  readonly BOOLEAN: "BOOLEAN";
20124
19683
  };
20125
19684
  export type SqlColumnDataTypeEnum = typeof SqlColumnDataTypeEnum[keyof typeof SqlColumnDataTypeEnum];
20126
- /**
20127
- *
20128
- * @export
20129
- * @interface SwitchIdentityProviderRequest
20130
- */
20131
- export interface SwitchIdentityProviderRequest {
20132
- /**
20133
- * Identity provider ID to set as active for the organization.
20134
- * @type {string}
20135
- * @memberof SwitchIdentityProviderRequest
20136
- */
20137
- idpId: string;
20138
- }
20139
19685
  /**
20140
19686
  * Table override settings.
20141
19687
  * @export
@@ -21682,14 +21228,6 @@ export declare const ActionsApiAxiosParamCreator: (configuration?: Configuration
21682
21228
  * @throws {RequiredError}
21683
21229
  */
21684
21230
  setTranslations: (workspaceId: string, xliff: Xliff, options?: AxiosRequestConfig) => Promise<RequestArgs>;
21685
- /**
21686
- * Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
21687
- * @summary Switch Active Identity Provider
21688
- * @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
21689
- * @param {*} [options] Override http request option.
21690
- * @throws {RequiredError}
21691
- */
21692
- switchActiveIdentityProvider: (switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
21693
21231
  /**
21694
21232
  *
21695
21233
  * @summary Unsubscribe from all automations in all workspaces
@@ -21973,14 +21511,6 @@ export declare const ActionsApiFp: (configuration?: Configuration) => {
21973
21511
  * @throws {RequiredError}
21974
21512
  */
21975
21513
  setTranslations(workspaceId: string, xliff: Xliff, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
21976
- /**
21977
- * Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
21978
- * @summary Switch Active Identity Provider
21979
- * @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
21980
- * @param {*} [options] Override http request option.
21981
- * @throws {RequiredError}
21982
- */
21983
- switchActiveIdentityProvider(switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
21984
21514
  /**
21985
21515
  *
21986
21516
  * @summary Unsubscribe from all automations in all workspaces
@@ -22246,14 +21776,6 @@ export declare const ActionsApiFactory: (configuration?: Configuration, basePath
22246
21776
  * @throws {RequiredError}
22247
21777
  */
22248
21778
  setTranslations(requestParameters: ActionsApiSetTranslationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
22249
- /**
22250
- * Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
22251
- * @summary Switch Active Identity Provider
22252
- * @param {ActionsApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
22253
- * @param {*} [options] Override http request option.
22254
- * @throws {RequiredError}
22255
- */
22256
- switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
22257
21779
  /**
22258
21780
  *
22259
21781
  * @summary Unsubscribe from all automations in all workspaces
@@ -22546,15 +22068,6 @@ export interface ActionsApiInterface {
22546
22068
  * @memberof ActionsApiInterface
22547
22069
  */
22548
22070
  setTranslations(requestParameters: ActionsApiSetTranslationsRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
22549
- /**
22550
- * Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
22551
- * @summary Switch Active Identity Provider
22552
- * @param {ActionsApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
22553
- * @param {*} [options] Override http request option.
22554
- * @throws {RequiredError}
22555
- * @memberof ActionsApiInterface
22556
- */
22557
- switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
22558
22071
  /**
22559
22072
  *
22560
22073
  * @summary Unsubscribe from all automations in all workspaces
@@ -23020,19 +22533,6 @@ export interface ActionsApiSetTranslationsRequest {
23020
22533
  */
23021
22534
  readonly xliff: Xliff;
23022
22535
  }
23023
- /**
23024
- * Request parameters for switchActiveIdentityProvider operation in ActionsApi.
23025
- * @export
23026
- * @interface ActionsApiSwitchActiveIdentityProviderRequest
23027
- */
23028
- export interface ActionsApiSwitchActiveIdentityProviderRequest {
23029
- /**
23030
- *
23031
- * @type {SwitchIdentityProviderRequest}
23032
- * @memberof ActionsApiSwitchActiveIdentityProvider
23033
- */
23034
- readonly switchIdentityProviderRequest: SwitchIdentityProviderRequest;
23035
- }
23036
22536
  /**
23037
22537
  * Request parameters for unsubscribeAutomation operation in ActionsApi.
23038
22538
  * @export
@@ -23350,15 +22850,6 @@ export declare class ActionsApi extends BaseAPI implements ActionsApiInterface {
23350
22850
  * @memberof ActionsApi
23351
22851
  */
23352
22852
  setTranslations(requestParameters: ActionsApiSetTranslationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
23353
- /**
23354
- * Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
23355
- * @summary Switch Active Identity Provider
23356
- * @param {ActionsApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
23357
- * @param {*} [options] Override http request option.
23358
- * @throws {RequiredError}
23359
- * @memberof ActionsApi
23360
- */
23361
- switchActiveIdentityProvider(requestParameters: ActionsApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
23362
22853
  /**
23363
22854
  *
23364
22855
  * @summary Unsubscribe from all automations in all workspaces
@@ -54458,94 +53949,6 @@ export declare class OptionsApi extends BaseAPI implements OptionsApiInterface {
54458
53949
  */
54459
53950
  getAllOptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
54460
53951
  }
54461
- /**
54462
- * OrganizationApi - axios parameter creator
54463
- * @export
54464
- */
54465
- export declare const OrganizationApiAxiosParamCreator: (configuration?: Configuration) => {
54466
- /**
54467
- * Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
54468
- * @summary Switch Active Identity Provider
54469
- * @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
54470
- * @param {*} [options] Override http request option.
54471
- * @throws {RequiredError}
54472
- */
54473
- switchActiveIdentityProvider: (switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
54474
- };
54475
- /**
54476
- * OrganizationApi - functional programming interface
54477
- * @export
54478
- */
54479
- export declare const OrganizationApiFp: (configuration?: Configuration) => {
54480
- /**
54481
- * Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
54482
- * @summary Switch Active Identity Provider
54483
- * @param {SwitchIdentityProviderRequest} switchIdentityProviderRequest
54484
- * @param {*} [options] Override http request option.
54485
- * @throws {RequiredError}
54486
- */
54487
- switchActiveIdentityProvider(switchIdentityProviderRequest: SwitchIdentityProviderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
54488
- };
54489
- /**
54490
- * OrganizationApi - factory interface
54491
- * @export
54492
- */
54493
- export declare const OrganizationApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
54494
- /**
54495
- * Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
54496
- * @summary Switch Active Identity Provider
54497
- * @param {OrganizationApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
54498
- * @param {*} [options] Override http request option.
54499
- * @throws {RequiredError}
54500
- */
54501
- switchActiveIdentityProvider(requestParameters: OrganizationApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
54502
- };
54503
- /**
54504
- * OrganizationApi - interface
54505
- * @export
54506
- * @interface OrganizationApi
54507
- */
54508
- export interface OrganizationApiInterface {
54509
- /**
54510
- * Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
54511
- * @summary Switch Active Identity Provider
54512
- * @param {OrganizationApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
54513
- * @param {*} [options] Override http request option.
54514
- * @throws {RequiredError}
54515
- * @memberof OrganizationApiInterface
54516
- */
54517
- switchActiveIdentityProvider(requestParameters: OrganizationApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): AxiosPromise<void>;
54518
- }
54519
- /**
54520
- * Request parameters for switchActiveIdentityProvider operation in OrganizationApi.
54521
- * @export
54522
- * @interface OrganizationApiSwitchActiveIdentityProviderRequest
54523
- */
54524
- export interface OrganizationApiSwitchActiveIdentityProviderRequest {
54525
- /**
54526
- *
54527
- * @type {SwitchIdentityProviderRequest}
54528
- * @memberof OrganizationApiSwitchActiveIdentityProvider
54529
- */
54530
- readonly switchIdentityProviderRequest: SwitchIdentityProviderRequest;
54531
- }
54532
- /**
54533
- * OrganizationApi - object-oriented interface
54534
- * @export
54535
- * @class OrganizationApi
54536
- * @extends {BaseAPI}
54537
- */
54538
- export declare class OrganizationApi extends BaseAPI implements OrganizationApiInterface {
54539
- /**
54540
- * Switch the active identity provider for the organization. Requires MANAGE permission on the organization.
54541
- * @summary Switch Active Identity Provider
54542
- * @param {OrganizationApiSwitchActiveIdentityProviderRequest} requestParameters Request parameters.
54543
- * @param {*} [options] Override http request option.
54544
- * @throws {RequiredError}
54545
- * @memberof OrganizationApi
54546
- */
54547
- switchActiveIdentityProvider(requestParameters: OrganizationApiSwitchActiveIdentityProviderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
54548
- }
54549
53952
  /**
54550
53953
  * OrganizationControllerApi - axios parameter creator
54551
53954
  * @export