@gooddata/api-client-tiger 10.35.0-alpha.52 → 10.35.0-alpha.53

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 (50) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/api-client-tiger.d.ts +874 -881
  4. package/esm/generated/afm-rest-api/api.d.ts +13 -12
  5. package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
  6. package/esm/generated/afm-rest-api/api.js +11 -4
  7. package/esm/generated/afm-rest-api/api.js.map +1 -1
  8. package/esm/generated/afm-rest-api/configuration.d.ts.map +1 -1
  9. package/esm/generated/afm-rest-api/configuration.js +2 -14
  10. package/esm/generated/afm-rest-api/configuration.js.map +1 -1
  11. package/esm/generated/afm-rest-api/openapi-spec.json +8 -5
  12. package/esm/generated/auth-json-api/api.d.ts +561 -0
  13. package/esm/generated/auth-json-api/api.d.ts.map +1 -1
  14. package/esm/generated/auth-json-api/api.js +696 -0
  15. package/esm/generated/auth-json-api/api.js.map +1 -1
  16. package/esm/generated/auth-json-api/configuration.d.ts.map +1 -1
  17. package/esm/generated/auth-json-api/configuration.js +2 -14
  18. package/esm/generated/auth-json-api/configuration.js.map +1 -1
  19. package/esm/generated/auth-json-api/openapi-spec.json +166 -0
  20. package/esm/generated/automation-json-api/api.d.ts +2 -6
  21. package/esm/generated/automation-json-api/api.d.ts.map +1 -1
  22. package/esm/generated/automation-json-api/api.js +2 -0
  23. package/esm/generated/automation-json-api/api.js.map +1 -1
  24. package/esm/generated/automation-json-api/configuration.js +1 -1
  25. package/esm/generated/automation-json-api/configuration.js.map +1 -1
  26. package/esm/generated/automation-json-api/openapi-spec.json +3 -4
  27. package/esm/generated/export-json-api/api.d.ts +2 -6
  28. package/esm/generated/export-json-api/api.d.ts.map +1 -1
  29. package/esm/generated/export-json-api/api.js +2 -0
  30. package/esm/generated/export-json-api/api.js.map +1 -1
  31. package/esm/generated/export-json-api/configuration.d.ts.map +1 -1
  32. package/esm/generated/export-json-api/configuration.js +2 -14
  33. package/esm/generated/export-json-api/configuration.js.map +1 -1
  34. package/esm/generated/export-json-api/openapi-spec.json +3 -4
  35. package/esm/generated/metadata-json-api/api.d.ts +837 -836
  36. package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
  37. package/esm/generated/metadata-json-api/api.js +32 -25
  38. package/esm/generated/metadata-json-api/api.js.map +1 -1
  39. package/esm/generated/metadata-json-api/configuration.d.ts.map +1 -1
  40. package/esm/generated/metadata-json-api/configuration.js +2 -14
  41. package/esm/generated/metadata-json-api/configuration.js.map +1 -1
  42. package/esm/generated/metadata-json-api/openapi-spec.json +4152 -4148
  43. package/esm/generated/result-json-api/base.d.ts.map +1 -1
  44. package/esm/generated/result-json-api/base.js +1 -1
  45. package/esm/generated/result-json-api/base.js.map +1 -1
  46. package/esm/generated/result-json-api/configuration.d.ts.map +1 -1
  47. package/esm/generated/result-json-api/configuration.js +2 -14
  48. package/esm/generated/result-json-api/configuration.js.map +1 -1
  49. package/esm/generated/result-json-api/openapi-spec.json +1 -1
  50. package/package.json +3 -3
@@ -827,12 +827,6 @@ export interface AvailableAssignees {
827
827
  * @interface BoundedFilter
828
828
  */
829
829
  export interface BoundedFilter {
830
- /**
831
- *
832
- * @type {AfmObjectIdentifierDataset}
833
- * @memberof BoundedFilter
834
- */
835
- dataset: AfmObjectIdentifierDataset;
836
830
  /**
837
831
  * Date granularity specifying particular date attribute in given dimension.
838
832
  * @type {string}
@@ -864,6 +858,7 @@ export declare const BoundedFilterGranularityEnum: {
864
858
  readonly HOUR_OF_DAY: "HOUR_OF_DAY";
865
859
  readonly DAY_OF_WEEK: "DAY_OF_WEEK";
866
860
  readonly DAY_OF_MONTH: "DAY_OF_MONTH";
861
+ readonly DAY_OF_QUARTER: "DAY_OF_QUARTER";
867
862
  readonly DAY_OF_YEAR: "DAY_OF_YEAR";
868
863
  readonly WEEK_OF_YEAR: "WEEK_OF_YEAR";
869
864
  readonly MONTH_OF_YEAR: "MONTH_OF_YEAR";
@@ -2808,6 +2803,7 @@ export declare const DeclarativeDateDatasetGranularitiesEnum: {
2808
2803
  readonly HOUR_OF_DAY: "HOUR_OF_DAY";
2809
2804
  readonly DAY_OF_WEEK: "DAY_OF_WEEK";
2810
2805
  readonly DAY_OF_MONTH: "DAY_OF_MONTH";
2806
+ readonly DAY_OF_QUARTER: "DAY_OF_QUARTER";
2811
2807
  readonly DAY_OF_YEAR: "DAY_OF_YEAR";
2812
2808
  readonly WEEK_OF_YEAR: "WEEK_OF_YEAR";
2813
2809
  readonly MONTH_OF_YEAR: "MONTH_OF_YEAR";
@@ -3173,6 +3169,7 @@ export interface DeclarativeIdentityProvider {
3173
3169
  export declare const DeclarativeIdentityProviderIdpTypeEnum: {
3174
3170
  readonly MANAGED_IDP: "MANAGED_IDP";
3175
3171
  readonly FIM_IDP: "FIM_IDP";
3172
+ readonly DEX_IDP: "DEX_IDP";
3176
3173
  readonly CUSTOM_IDP: "CUSTOM_IDP";
3177
3174
  };
3178
3175
  export type DeclarativeIdentityProviderIdpTypeEnum = (typeof DeclarativeIdentityProviderIdpTypeEnum)[keyof typeof DeclarativeIdentityProviderIdpTypeEnum];
@@ -5717,10 +5714,10 @@ export interface JsonApiAggregatedFactOutList {
5717
5714
  links?: ListLinks;
5718
5715
  /**
5719
5716
  *
5720
- * @type {JsonApiColorPaletteOutListMeta}
5717
+ * @type {JsonApiAggregatedFactOutListMeta}
5721
5718
  * @memberof JsonApiAggregatedFactOutList
5722
5719
  */
5723
- meta?: JsonApiColorPaletteOutListMeta;
5720
+ meta?: JsonApiAggregatedFactOutListMeta;
5724
5721
  /**
5725
5722
  * Included resources
5726
5723
  * @type {Array<JsonApiAggregatedFactOutIncludes>}
@@ -5728,6 +5725,19 @@ export interface JsonApiAggregatedFactOutList {
5728
5725
  */
5729
5726
  included?: Array<JsonApiAggregatedFactOutIncludes>;
5730
5727
  }
5728
+ /**
5729
+ *
5730
+ * @export
5731
+ * @interface JsonApiAggregatedFactOutListMeta
5732
+ */
5733
+ export interface JsonApiAggregatedFactOutListMeta {
5734
+ /**
5735
+ *
5736
+ * @type {PageMetadata}
5737
+ * @memberof JsonApiAggregatedFactOutListMeta
5738
+ */
5739
+ page?: PageMetadata;
5740
+ }
5731
5741
  /**
5732
5742
  *
5733
5743
  * @export
@@ -5827,52 +5837,15 @@ export interface JsonApiAnalyticalDashboardIn {
5827
5837
  id: string;
5828
5838
  /**
5829
5839
  *
5830
- * @type {JsonApiAnalyticalDashboardInAttributes}
5840
+ * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
5831
5841
  * @memberof JsonApiAnalyticalDashboardIn
5832
5842
  */
5833
- attributes: JsonApiAnalyticalDashboardInAttributes;
5843
+ attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
5834
5844
  }
5835
5845
  export declare const JsonApiAnalyticalDashboardInTypeEnum: {
5836
5846
  readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
5837
5847
  };
5838
5848
  export type JsonApiAnalyticalDashboardInTypeEnum = (typeof JsonApiAnalyticalDashboardInTypeEnum)[keyof typeof JsonApiAnalyticalDashboardInTypeEnum];
5839
- /**
5840
- *
5841
- * @export
5842
- * @interface JsonApiAnalyticalDashboardInAttributes
5843
- */
5844
- export interface JsonApiAnalyticalDashboardInAttributes {
5845
- /**
5846
- *
5847
- * @type {string}
5848
- * @memberof JsonApiAnalyticalDashboardInAttributes
5849
- */
5850
- title?: string;
5851
- /**
5852
- *
5853
- * @type {string}
5854
- * @memberof JsonApiAnalyticalDashboardInAttributes
5855
- */
5856
- description?: string;
5857
- /**
5858
- *
5859
- * @type {Array<string>}
5860
- * @memberof JsonApiAnalyticalDashboardInAttributes
5861
- */
5862
- tags?: Array<string>;
5863
- /**
5864
- *
5865
- * @type {boolean}
5866
- * @memberof JsonApiAnalyticalDashboardInAttributes
5867
- */
5868
- areRelationsValid?: boolean;
5869
- /**
5870
- * Free-form JSON content. Maximum supported length is 250000 characters.
5871
- * @type {object}
5872
- * @memberof JsonApiAnalyticalDashboardInAttributes
5873
- */
5874
- content: object;
5875
- }
5876
5849
  /**
5877
5850
  *
5878
5851
  * @export
@@ -6000,10 +5973,10 @@ export interface JsonApiAnalyticalDashboardOutList {
6000
5973
  links?: ListLinks;
6001
5974
  /**
6002
5975
  *
6003
- * @type {JsonApiColorPaletteOutListMeta}
5976
+ * @type {JsonApiAggregatedFactOutListMeta}
6004
5977
  * @memberof JsonApiAnalyticalDashboardOutList
6005
5978
  */
6006
- meta?: JsonApiColorPaletteOutListMeta;
5979
+ meta?: JsonApiAggregatedFactOutListMeta;
6007
5980
  /**
6008
5981
  * Included resources
6009
5982
  * @type {Array<JsonApiAnalyticalDashboardOutIncludes>}
@@ -6314,15 +6287,52 @@ export interface JsonApiAnalyticalDashboardPostOptionalId {
6314
6287
  id?: string;
6315
6288
  /**
6316
6289
  *
6317
- * @type {JsonApiAnalyticalDashboardInAttributes}
6290
+ * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
6318
6291
  * @memberof JsonApiAnalyticalDashboardPostOptionalId
6319
6292
  */
6320
- attributes: JsonApiAnalyticalDashboardInAttributes;
6293
+ attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
6321
6294
  }
6322
6295
  export declare const JsonApiAnalyticalDashboardPostOptionalIdTypeEnum: {
6323
6296
  readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
6324
6297
  };
6325
6298
  export type JsonApiAnalyticalDashboardPostOptionalIdTypeEnum = (typeof JsonApiAnalyticalDashboardPostOptionalIdTypeEnum)[keyof typeof JsonApiAnalyticalDashboardPostOptionalIdTypeEnum];
6299
+ /**
6300
+ *
6301
+ * @export
6302
+ * @interface JsonApiAnalyticalDashboardPostOptionalIdAttributes
6303
+ */
6304
+ export interface JsonApiAnalyticalDashboardPostOptionalIdAttributes {
6305
+ /**
6306
+ *
6307
+ * @type {string}
6308
+ * @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
6309
+ */
6310
+ title?: string;
6311
+ /**
6312
+ *
6313
+ * @type {string}
6314
+ * @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
6315
+ */
6316
+ description?: string;
6317
+ /**
6318
+ *
6319
+ * @type {Array<string>}
6320
+ * @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
6321
+ */
6322
+ tags?: Array<string>;
6323
+ /**
6324
+ *
6325
+ * @type {boolean}
6326
+ * @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
6327
+ */
6328
+ areRelationsValid?: boolean;
6329
+ /**
6330
+ * Free-form JSON content. Maximum supported length is 250000 characters.
6331
+ * @type {object}
6332
+ * @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
6333
+ */
6334
+ content: object;
6335
+ }
6326
6336
  /**
6327
6337
  *
6328
6338
  * @export
@@ -6459,10 +6469,10 @@ export interface JsonApiApiTokenOutList {
6459
6469
  links?: ListLinks;
6460
6470
  /**
6461
6471
  *
6462
- * @type {JsonApiColorPaletteOutListMeta}
6472
+ * @type {JsonApiAggregatedFactOutListMeta}
6463
6473
  * @memberof JsonApiApiTokenOutList
6464
6474
  */
6465
- meta?: JsonApiColorPaletteOutListMeta;
6475
+ meta?: JsonApiAggregatedFactOutListMeta;
6466
6476
  }
6467
6477
  /**
6468
6478
  *
@@ -6741,10 +6751,10 @@ export interface JsonApiAttributeHierarchyOutList {
6741
6751
  links?: ListLinks;
6742
6752
  /**
6743
6753
  *
6744
- * @type {JsonApiColorPaletteOutListMeta}
6754
+ * @type {JsonApiAggregatedFactOutListMeta}
6745
6755
  * @memberof JsonApiAttributeHierarchyOutList
6746
6756
  */
6747
- meta?: JsonApiColorPaletteOutListMeta;
6757
+ meta?: JsonApiAggregatedFactOutListMeta;
6748
6758
  /**
6749
6759
  * Included resources
6750
6760
  * @type {Array<JsonApiAttributeHierarchyOutIncludes>}
@@ -7003,6 +7013,7 @@ export declare const JsonApiAttributeOutAttributesGranularityEnum: {
7003
7013
  readonly HOUR_OF_DAY: "HOUR_OF_DAY";
7004
7014
  readonly DAY_OF_WEEK: "DAY_OF_WEEK";
7005
7015
  readonly DAY_OF_MONTH: "DAY_OF_MONTH";
7016
+ readonly DAY_OF_QUARTER: "DAY_OF_QUARTER";
7006
7017
  readonly DAY_OF_YEAR: "DAY_OF_YEAR";
7007
7018
  readonly WEEK_OF_YEAR: "WEEK_OF_YEAR";
7008
7019
  readonly MONTH_OF_YEAR: "MONTH_OF_YEAR";
@@ -7074,10 +7085,10 @@ export interface JsonApiAttributeOutList {
7074
7085
  links?: ListLinks;
7075
7086
  /**
7076
7087
  *
7077
- * @type {JsonApiColorPaletteOutListMeta}
7088
+ * @type {JsonApiAggregatedFactOutListMeta}
7078
7089
  * @memberof JsonApiAttributeOutList
7079
7090
  */
7080
- meta?: JsonApiColorPaletteOutListMeta;
7091
+ meta?: JsonApiAggregatedFactOutListMeta;
7081
7092
  /**
7082
7093
  * Included resources
7083
7094
  * @type {Array<JsonApiAttributeOutIncludes>}
@@ -7275,10 +7286,10 @@ export interface JsonApiAutomationInAttributes {
7275
7286
  areRelationsValid?: boolean;
7276
7287
  /**
7277
7288
  * Additional details to be included in the automated message.
7278
- * @type {any}
7289
+ * @type {object}
7279
7290
  * @memberof JsonApiAutomationInAttributes
7280
7291
  */
7281
- details?: any;
7292
+ details?: object;
7282
7293
  /**
7283
7294
  *
7284
7295
  * @type {JsonApiAutomationInAttributesMetadata}
@@ -7714,10 +7725,10 @@ export interface JsonApiAutomationOutAttributes {
7714
7725
  areRelationsValid?: boolean;
7715
7726
  /**
7716
7727
  * Additional details to be included in the automated message.
7717
- * @type {any}
7728
+ * @type {object}
7718
7729
  * @memberof JsonApiAutomationOutAttributes
7719
7730
  */
7720
- details?: any;
7731
+ details?: object;
7721
7732
  /**
7722
7733
  *
7723
7734
  * @type {JsonApiAutomationInAttributesMetadata}
@@ -7852,10 +7863,10 @@ export interface JsonApiAutomationOutList {
7852
7863
  links?: ListLinks;
7853
7864
  /**
7854
7865
  *
7855
- * @type {JsonApiColorPaletteOutListMeta}
7866
+ * @type {JsonApiAggregatedFactOutListMeta}
7856
7867
  * @memberof JsonApiAutomationOutList
7857
7868
  */
7858
- meta?: JsonApiColorPaletteOutListMeta;
7869
+ meta?: JsonApiAggregatedFactOutListMeta;
7859
7870
  /**
7860
7871
  * Included resources
7861
7872
  * @type {Array<JsonApiAutomationOutIncludes>}
@@ -8027,15 +8038,34 @@ export interface JsonApiColorPaletteIn {
8027
8038
  id: string;
8028
8039
  /**
8029
8040
  *
8030
- * @type {JsonApiColorPaletteOutAttributes}
8041
+ * @type {JsonApiColorPaletteInAttributes}
8031
8042
  * @memberof JsonApiColorPaletteIn
8032
8043
  */
8033
- attributes: JsonApiColorPaletteOutAttributes;
8044
+ attributes: JsonApiColorPaletteInAttributes;
8034
8045
  }
8035
8046
  export declare const JsonApiColorPaletteInTypeEnum: {
8036
8047
  readonly COLOR_PALETTE: "colorPalette";
8037
8048
  };
8038
8049
  export type JsonApiColorPaletteInTypeEnum = (typeof JsonApiColorPaletteInTypeEnum)[keyof typeof JsonApiColorPaletteInTypeEnum];
8050
+ /**
8051
+ *
8052
+ * @export
8053
+ * @interface JsonApiColorPaletteInAttributes
8054
+ */
8055
+ export interface JsonApiColorPaletteInAttributes {
8056
+ /**
8057
+ *
8058
+ * @type {string}
8059
+ * @memberof JsonApiColorPaletteInAttributes
8060
+ */
8061
+ name: string;
8062
+ /**
8063
+ * Free-form JSON content. Maximum supported length is 15000 characters.
8064
+ * @type {object}
8065
+ * @memberof JsonApiColorPaletteInAttributes
8066
+ */
8067
+ content: object;
8068
+ }
8039
8069
  /**
8040
8070
  *
8041
8071
  * @export
@@ -8069,34 +8099,15 @@ export interface JsonApiColorPaletteOut {
8069
8099
  id: string;
8070
8100
  /**
8071
8101
  *
8072
- * @type {JsonApiColorPaletteOutAttributes}
8102
+ * @type {JsonApiColorPaletteInAttributes}
8073
8103
  * @memberof JsonApiColorPaletteOut
8074
8104
  */
8075
- attributes: JsonApiColorPaletteOutAttributes;
8105
+ attributes: JsonApiColorPaletteInAttributes;
8076
8106
  }
8077
8107
  export declare const JsonApiColorPaletteOutTypeEnum: {
8078
8108
  readonly COLOR_PALETTE: "colorPalette";
8079
8109
  };
8080
8110
  export type JsonApiColorPaletteOutTypeEnum = (typeof JsonApiColorPaletteOutTypeEnum)[keyof typeof JsonApiColorPaletteOutTypeEnum];
8081
- /**
8082
- *
8083
- * @export
8084
- * @interface JsonApiColorPaletteOutAttributes
8085
- */
8086
- export interface JsonApiColorPaletteOutAttributes {
8087
- /**
8088
- *
8089
- * @type {string}
8090
- * @memberof JsonApiColorPaletteOutAttributes
8091
- */
8092
- name: string;
8093
- /**
8094
- * Free-form JSON content. Maximum supported length is 15000 characters.
8095
- * @type {object}
8096
- * @memberof JsonApiColorPaletteOutAttributes
8097
- */
8098
- content: object;
8099
- }
8100
8111
  /**
8101
8112
  *
8102
8113
  * @export
@@ -8136,23 +8147,10 @@ export interface JsonApiColorPaletteOutList {
8136
8147
  links?: ListLinks;
8137
8148
  /**
8138
8149
  *
8139
- * @type {JsonApiColorPaletteOutListMeta}
8150
+ * @type {JsonApiAggregatedFactOutListMeta}
8140
8151
  * @memberof JsonApiColorPaletteOutList
8141
8152
  */
8142
- meta?: JsonApiColorPaletteOutListMeta;
8143
- }
8144
- /**
8145
- *
8146
- * @export
8147
- * @interface JsonApiColorPaletteOutListMeta
8148
- */
8149
- export interface JsonApiColorPaletteOutListMeta {
8150
- /**
8151
- *
8152
- * @type {PageMetadata}
8153
- * @memberof JsonApiColorPaletteOutListMeta
8154
- */
8155
- page?: PageMetadata;
8153
+ meta?: JsonApiAggregatedFactOutListMeta;
8156
8154
  }
8157
8155
  /**
8158
8156
  *
@@ -8174,10 +8172,10 @@ export interface JsonApiColorPaletteOutWithLinks {
8174
8172
  id: string;
8175
8173
  /**
8176
8174
  *
8177
- * @type {JsonApiColorPaletteOutAttributes}
8175
+ * @type {JsonApiColorPaletteInAttributes}
8178
8176
  * @memberof JsonApiColorPaletteOutWithLinks
8179
8177
  */
8180
- attributes: JsonApiColorPaletteOutAttributes;
8178
+ attributes: JsonApiColorPaletteInAttributes;
8181
8179
  /**
8182
8180
  *
8183
8181
  * @type {ObjectLinks}
@@ -8421,15 +8419,28 @@ export interface JsonApiCspDirectiveIn {
8421
8419
  id: string;
8422
8420
  /**
8423
8421
  *
8424
- * @type {JsonApiCspDirectiveOutAttributes}
8422
+ * @type {JsonApiCspDirectiveInAttributes}
8425
8423
  * @memberof JsonApiCspDirectiveIn
8426
8424
  */
8427
- attributes: JsonApiCspDirectiveOutAttributes;
8425
+ attributes: JsonApiCspDirectiveInAttributes;
8428
8426
  }
8429
8427
  export declare const JsonApiCspDirectiveInTypeEnum: {
8430
8428
  readonly CSP_DIRECTIVE: "cspDirective";
8431
8429
  };
8432
8430
  export type JsonApiCspDirectiveInTypeEnum = (typeof JsonApiCspDirectiveInTypeEnum)[keyof typeof JsonApiCspDirectiveInTypeEnum];
8431
+ /**
8432
+ *
8433
+ * @export
8434
+ * @interface JsonApiCspDirectiveInAttributes
8435
+ */
8436
+ export interface JsonApiCspDirectiveInAttributes {
8437
+ /**
8438
+ *
8439
+ * @type {Array<string>}
8440
+ * @memberof JsonApiCspDirectiveInAttributes
8441
+ */
8442
+ sources: Array<string>;
8443
+ }
8433
8444
  /**
8434
8445
  *
8435
8446
  * @export
@@ -8463,28 +8474,15 @@ export interface JsonApiCspDirectiveOut {
8463
8474
  id: string;
8464
8475
  /**
8465
8476
  *
8466
- * @type {JsonApiCspDirectiveOutAttributes}
8477
+ * @type {JsonApiCspDirectiveInAttributes}
8467
8478
  * @memberof JsonApiCspDirectiveOut
8468
8479
  */
8469
- attributes: JsonApiCspDirectiveOutAttributes;
8480
+ attributes: JsonApiCspDirectiveInAttributes;
8470
8481
  }
8471
8482
  export declare const JsonApiCspDirectiveOutTypeEnum: {
8472
8483
  readonly CSP_DIRECTIVE: "cspDirective";
8473
8484
  };
8474
8485
  export type JsonApiCspDirectiveOutTypeEnum = (typeof JsonApiCspDirectiveOutTypeEnum)[keyof typeof JsonApiCspDirectiveOutTypeEnum];
8475
- /**
8476
- *
8477
- * @export
8478
- * @interface JsonApiCspDirectiveOutAttributes
8479
- */
8480
- export interface JsonApiCspDirectiveOutAttributes {
8481
- /**
8482
- *
8483
- * @type {Array<string>}
8484
- * @memberof JsonApiCspDirectiveOutAttributes
8485
- */
8486
- sources: Array<string>;
8487
- }
8488
8486
  /**
8489
8487
  *
8490
8488
  * @export
@@ -8524,10 +8522,10 @@ export interface JsonApiCspDirectiveOutList {
8524
8522
  links?: ListLinks;
8525
8523
  /**
8526
8524
  *
8527
- * @type {JsonApiColorPaletteOutListMeta}
8525
+ * @type {JsonApiAggregatedFactOutListMeta}
8528
8526
  * @memberof JsonApiCspDirectiveOutList
8529
8527
  */
8530
- meta?: JsonApiColorPaletteOutListMeta;
8528
+ meta?: JsonApiAggregatedFactOutListMeta;
8531
8529
  }
8532
8530
  /**
8533
8531
  *
@@ -8549,10 +8547,10 @@ export interface JsonApiCspDirectiveOutWithLinks {
8549
8547
  id: string;
8550
8548
  /**
8551
8549
  *
8552
- * @type {JsonApiCspDirectiveOutAttributes}
8550
+ * @type {JsonApiCspDirectiveInAttributes}
8553
8551
  * @memberof JsonApiCspDirectiveOutWithLinks
8554
8552
  */
8555
- attributes: JsonApiCspDirectiveOutAttributes;
8553
+ attributes: JsonApiCspDirectiveInAttributes;
8556
8554
  /**
8557
8555
  *
8558
8556
  * @type {ObjectLinks}
@@ -8639,34 +8637,15 @@ export interface JsonApiCustomApplicationSettingIn {
8639
8637
  id: string;
8640
8638
  /**
8641
8639
  *
8642
- * @type {JsonApiCustomApplicationSettingInAttributes}
8640
+ * @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
8643
8641
  * @memberof JsonApiCustomApplicationSettingIn
8644
8642
  */
8645
- attributes: JsonApiCustomApplicationSettingInAttributes;
8643
+ attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
8646
8644
  }
8647
8645
  export declare const JsonApiCustomApplicationSettingInTypeEnum: {
8648
8646
  readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
8649
8647
  };
8650
8648
  export type JsonApiCustomApplicationSettingInTypeEnum = (typeof JsonApiCustomApplicationSettingInTypeEnum)[keyof typeof JsonApiCustomApplicationSettingInTypeEnum];
8651
- /**
8652
- *
8653
- * @export
8654
- * @interface JsonApiCustomApplicationSettingInAttributes
8655
- */
8656
- export interface JsonApiCustomApplicationSettingInAttributes {
8657
- /**
8658
- *
8659
- * @type {string}
8660
- * @memberof JsonApiCustomApplicationSettingInAttributes
8661
- */
8662
- applicationName: string;
8663
- /**
8664
- * Free-form JSON content. Maximum supported length is 15000 characters.
8665
- * @type {object}
8666
- * @memberof JsonApiCustomApplicationSettingInAttributes
8667
- */
8668
- content: object;
8669
- }
8670
8649
  /**
8671
8650
  *
8672
8651
  * @export
@@ -8706,10 +8685,10 @@ export interface JsonApiCustomApplicationSettingOut {
8706
8685
  meta?: JsonApiVisualizationObjectOutMeta;
8707
8686
  /**
8708
8687
  *
8709
- * @type {JsonApiCustomApplicationSettingInAttributes}
8688
+ * @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
8710
8689
  * @memberof JsonApiCustomApplicationSettingOut
8711
8690
  */
8712
- attributes: JsonApiCustomApplicationSettingInAttributes;
8691
+ attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
8713
8692
  }
8714
8693
  export declare const JsonApiCustomApplicationSettingOutTypeEnum: {
8715
8694
  readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
@@ -8754,10 +8733,10 @@ export interface JsonApiCustomApplicationSettingOutList {
8754
8733
  links?: ListLinks;
8755
8734
  /**
8756
8735
  *
8757
- * @type {JsonApiColorPaletteOutListMeta}
8736
+ * @type {JsonApiAggregatedFactOutListMeta}
8758
8737
  * @memberof JsonApiCustomApplicationSettingOutList
8759
8738
  */
8760
- meta?: JsonApiColorPaletteOutListMeta;
8739
+ meta?: JsonApiAggregatedFactOutListMeta;
8761
8740
  }
8762
8741
  /**
8763
8742
  *
@@ -8785,10 +8764,10 @@ export interface JsonApiCustomApplicationSettingOutWithLinks {
8785
8764
  meta?: JsonApiVisualizationObjectOutMeta;
8786
8765
  /**
8787
8766
  *
8788
- * @type {JsonApiCustomApplicationSettingInAttributes}
8767
+ * @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
8789
8768
  * @memberof JsonApiCustomApplicationSettingOutWithLinks
8790
8769
  */
8791
- attributes: JsonApiCustomApplicationSettingInAttributes;
8770
+ attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
8792
8771
  /**
8793
8772
  *
8794
8773
  * @type {ObjectLinks}
@@ -8881,15 +8860,34 @@ export interface JsonApiCustomApplicationSettingPostOptionalId {
8881
8860
  id?: string;
8882
8861
  /**
8883
8862
  *
8884
- * @type {JsonApiCustomApplicationSettingInAttributes}
8863
+ * @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
8885
8864
  * @memberof JsonApiCustomApplicationSettingPostOptionalId
8886
8865
  */
8887
- attributes: JsonApiCustomApplicationSettingInAttributes;
8866
+ attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
8888
8867
  }
8889
8868
  export declare const JsonApiCustomApplicationSettingPostOptionalIdTypeEnum: {
8890
8869
  readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
8891
8870
  };
8892
8871
  export type JsonApiCustomApplicationSettingPostOptionalIdTypeEnum = (typeof JsonApiCustomApplicationSettingPostOptionalIdTypeEnum)[keyof typeof JsonApiCustomApplicationSettingPostOptionalIdTypeEnum];
8872
+ /**
8873
+ *
8874
+ * @export
8875
+ * @interface JsonApiCustomApplicationSettingPostOptionalIdAttributes
8876
+ */
8877
+ export interface JsonApiCustomApplicationSettingPostOptionalIdAttributes {
8878
+ /**
8879
+ *
8880
+ * @type {string}
8881
+ * @memberof JsonApiCustomApplicationSettingPostOptionalIdAttributes
8882
+ */
8883
+ applicationName: string;
8884
+ /**
8885
+ * Free-form JSON content. Maximum supported length is 15000 characters.
8886
+ * @type {object}
8887
+ * @memberof JsonApiCustomApplicationSettingPostOptionalIdAttributes
8888
+ */
8889
+ content: object;
8890
+ }
8893
8891
  /**
8894
8892
  *
8895
8893
  * @export
@@ -8923,52 +8921,15 @@ export interface JsonApiDashboardPluginIn {
8923
8921
  id: string;
8924
8922
  /**
8925
8923
  *
8926
- * @type {JsonApiDashboardPluginInAttributes}
8924
+ * @type {JsonApiDashboardPluginPostOptionalIdAttributes}
8927
8925
  * @memberof JsonApiDashboardPluginIn
8928
8926
  */
8929
- attributes?: JsonApiDashboardPluginInAttributes;
8927
+ attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
8930
8928
  }
8931
8929
  export declare const JsonApiDashboardPluginInTypeEnum: {
8932
8930
  readonly DASHBOARD_PLUGIN: "dashboardPlugin";
8933
8931
  };
8934
8932
  export type JsonApiDashboardPluginInTypeEnum = (typeof JsonApiDashboardPluginInTypeEnum)[keyof typeof JsonApiDashboardPluginInTypeEnum];
8935
- /**
8936
- *
8937
- * @export
8938
- * @interface JsonApiDashboardPluginInAttributes
8939
- */
8940
- export interface JsonApiDashboardPluginInAttributes {
8941
- /**
8942
- *
8943
- * @type {string}
8944
- * @memberof JsonApiDashboardPluginInAttributes
8945
- */
8946
- title?: string;
8947
- /**
8948
- *
8949
- * @type {string}
8950
- * @memberof JsonApiDashboardPluginInAttributes
8951
- */
8952
- description?: string;
8953
- /**
8954
- *
8955
- * @type {Array<string>}
8956
- * @memberof JsonApiDashboardPluginInAttributes
8957
- */
8958
- tags?: Array<string>;
8959
- /**
8960
- *
8961
- * @type {boolean}
8962
- * @memberof JsonApiDashboardPluginInAttributes
8963
- */
8964
- areRelationsValid?: boolean;
8965
- /**
8966
- * Free-form JSON content. Maximum supported length is 250000 characters.
8967
- * @type {object}
8968
- * @memberof JsonApiDashboardPluginInAttributes
8969
- */
8970
- content?: object;
8971
- }
8972
8933
  /**
8973
8934
  *
8974
8935
  * @export
@@ -9140,10 +9101,10 @@ export interface JsonApiDashboardPluginOutList {
9140
9101
  links?: ListLinks;
9141
9102
  /**
9142
9103
  *
9143
- * @type {JsonApiColorPaletteOutListMeta}
9104
+ * @type {JsonApiAggregatedFactOutListMeta}
9144
9105
  * @memberof JsonApiDashboardPluginOutList
9145
9106
  */
9146
- meta?: JsonApiColorPaletteOutListMeta;
9107
+ meta?: JsonApiAggregatedFactOutListMeta;
9147
9108
  /**
9148
9109
  * Included resources
9149
9110
  * @type {Array<JsonApiUserIdentifierOutWithLinks>}
@@ -9237,10 +9198,10 @@ export interface JsonApiDashboardPluginPatch {
9237
9198
  id: string;
9238
9199
  /**
9239
9200
  *
9240
- * @type {JsonApiDashboardPluginInAttributes}
9201
+ * @type {JsonApiDashboardPluginPostOptionalIdAttributes}
9241
9202
  * @memberof JsonApiDashboardPluginPatch
9242
9203
  */
9243
- attributes?: JsonApiDashboardPluginInAttributes;
9204
+ attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
9244
9205
  }
9245
9206
  export declare const JsonApiDashboardPluginPatchTypeEnum: {
9246
9207
  readonly DASHBOARD_PLUGIN: "dashboardPlugin";
@@ -9279,15 +9240,52 @@ export interface JsonApiDashboardPluginPostOptionalId {
9279
9240
  id?: string;
9280
9241
  /**
9281
9242
  *
9282
- * @type {JsonApiDashboardPluginInAttributes}
9243
+ * @type {JsonApiDashboardPluginPostOptionalIdAttributes}
9283
9244
  * @memberof JsonApiDashboardPluginPostOptionalId
9284
9245
  */
9285
- attributes?: JsonApiDashboardPluginInAttributes;
9246
+ attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
9286
9247
  }
9287
9248
  export declare const JsonApiDashboardPluginPostOptionalIdTypeEnum: {
9288
9249
  readonly DASHBOARD_PLUGIN: "dashboardPlugin";
9289
9250
  };
9290
9251
  export type JsonApiDashboardPluginPostOptionalIdTypeEnum = (typeof JsonApiDashboardPluginPostOptionalIdTypeEnum)[keyof typeof JsonApiDashboardPluginPostOptionalIdTypeEnum];
9252
+ /**
9253
+ *
9254
+ * @export
9255
+ * @interface JsonApiDashboardPluginPostOptionalIdAttributes
9256
+ */
9257
+ export interface JsonApiDashboardPluginPostOptionalIdAttributes {
9258
+ /**
9259
+ *
9260
+ * @type {string}
9261
+ * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
9262
+ */
9263
+ title?: string;
9264
+ /**
9265
+ *
9266
+ * @type {string}
9267
+ * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
9268
+ */
9269
+ description?: string;
9270
+ /**
9271
+ *
9272
+ * @type {Array<string>}
9273
+ * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
9274
+ */
9275
+ tags?: Array<string>;
9276
+ /**
9277
+ *
9278
+ * @type {boolean}
9279
+ * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
9280
+ */
9281
+ areRelationsValid?: boolean;
9282
+ /**
9283
+ * Free-form JSON content. Maximum supported length is 250000 characters.
9284
+ * @type {object}
9285
+ * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
9286
+ */
9287
+ content?: object;
9288
+ }
9291
9289
  /**
9292
9290
  *
9293
9291
  * @export
@@ -9321,10 +9319,10 @@ export interface JsonApiDataSourceIdentifierOut {
9321
9319
  id: string;
9322
9320
  /**
9323
9321
  *
9324
- * @type {JsonApiDataSourceIdentifierOutMeta}
9322
+ * @type {JsonApiDataSourceOutMeta}
9325
9323
  * @memberof JsonApiDataSourceIdentifierOut
9326
9324
  */
9327
- meta?: JsonApiDataSourceIdentifierOutMeta;
9325
+ meta?: JsonApiDataSourceOutMeta;
9328
9326
  /**
9329
9327
  *
9330
9328
  * @type {JsonApiDataSourceIdentifierOutAttributes}
@@ -9428,29 +9426,11 @@ export interface JsonApiDataSourceIdentifierOutList {
9428
9426
  links?: ListLinks;
9429
9427
  /**
9430
9428
  *
9431
- * @type {JsonApiColorPaletteOutListMeta}
9429
+ * @type {JsonApiAggregatedFactOutListMeta}
9432
9430
  * @memberof JsonApiDataSourceIdentifierOutList
9433
9431
  */
9434
- meta?: JsonApiColorPaletteOutListMeta;
9435
- }
9436
- /**
9437
- *
9438
- * @export
9439
- * @interface JsonApiDataSourceIdentifierOutMeta
9440
- */
9441
- export interface JsonApiDataSourceIdentifierOutMeta {
9442
- /**
9443
- * List of valid permissions for a logged-in user.
9444
- * @type {Array<string>}
9445
- * @memberof JsonApiDataSourceIdentifierOutMeta
9446
- */
9447
- permissions?: Array<JsonApiDataSourceIdentifierOutMetaPermissionsEnum>;
9432
+ meta?: JsonApiAggregatedFactOutListMeta;
9448
9433
  }
9449
- export declare const JsonApiDataSourceIdentifierOutMetaPermissionsEnum: {
9450
- readonly MANAGE: "MANAGE";
9451
- readonly USE: "USE";
9452
- };
9453
- export type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = (typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum)[keyof typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum];
9454
9434
  /**
9455
9435
  *
9456
9436
  * @export
@@ -9471,10 +9451,10 @@ export interface JsonApiDataSourceIdentifierOutWithLinks {
9471
9451
  id: string;
9472
9452
  /**
9473
9453
  *
9474
- * @type {JsonApiDataSourceIdentifierOutMeta}
9454
+ * @type {JsonApiDataSourceOutMeta}
9475
9455
  * @memberof JsonApiDataSourceIdentifierOutWithLinks
9476
9456
  */
9477
- meta?: JsonApiDataSourceIdentifierOutMeta;
9457
+ meta?: JsonApiDataSourceOutMeta;
9478
9458
  /**
9479
9459
  *
9480
9460
  * @type {JsonApiDataSourceIdentifierOutAttributes}
@@ -9595,10 +9575,10 @@ export interface JsonApiDataSourceInAttributes {
9595
9575
  clientSecret?: string | null;
9596
9576
  /**
9597
9577
  * Additional parameters to be used when connecting to the database providing the data for the data source.
9598
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
9578
+ * @type {Array<JsonApiDataSourceInAttributesParameters>}
9599
9579
  * @memberof JsonApiDataSourceInAttributes
9600
9580
  */
9601
- parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
9581
+ parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
9602
9582
  /**
9603
9583
  * Determines how the results coming from a particular datasource should be cached.
9604
9584
  * @type {string}
@@ -9639,6 +9619,25 @@ export declare const JsonApiDataSourceInAttributesCacheStrategyEnum: {
9639
9619
  readonly NEVER: "NEVER";
9640
9620
  };
9641
9621
  export type JsonApiDataSourceInAttributesCacheStrategyEnum = (typeof JsonApiDataSourceInAttributesCacheStrategyEnum)[keyof typeof JsonApiDataSourceInAttributesCacheStrategyEnum];
9622
+ /**
9623
+ *
9624
+ * @export
9625
+ * @interface JsonApiDataSourceInAttributesParameters
9626
+ */
9627
+ export interface JsonApiDataSourceInAttributesParameters {
9628
+ /**
9629
+ *
9630
+ * @type {string}
9631
+ * @memberof JsonApiDataSourceInAttributesParameters
9632
+ */
9633
+ name: string;
9634
+ /**
9635
+ *
9636
+ * @type {string}
9637
+ * @memberof JsonApiDataSourceInAttributesParameters
9638
+ */
9639
+ value: string;
9640
+ }
9642
9641
  /**
9643
9642
  *
9644
9643
  * @export
@@ -9672,10 +9671,10 @@ export interface JsonApiDataSourceOut {
9672
9671
  id: string;
9673
9672
  /**
9674
9673
  *
9675
- * @type {JsonApiDataSourceIdentifierOutMeta}
9674
+ * @type {JsonApiDataSourceOutMeta}
9676
9675
  * @memberof JsonApiDataSourceOut
9677
9676
  */
9678
- meta?: JsonApiDataSourceIdentifierOutMeta;
9677
+ meta?: JsonApiDataSourceOutMeta;
9679
9678
  /**
9680
9679
  *
9681
9680
  * @type {JsonApiDataSourceOutAttributes}
@@ -9731,16 +9730,16 @@ export interface JsonApiDataSourceOutAttributes {
9731
9730
  clientId?: string | null;
9732
9731
  /**
9733
9732
  * Additional parameters to be used when connecting to the database providing the data for the data source.
9734
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
9733
+ * @type {Array<JsonApiDataSourceInAttributesParameters>}
9735
9734
  * @memberof JsonApiDataSourceOutAttributes
9736
9735
  */
9737
- parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
9736
+ parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
9738
9737
  /**
9739
9738
  * Decoded parameters to be used when connecting to the database providing the data for the data source.
9740
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
9739
+ * @type {Array<JsonApiDataSourceInAttributesParameters>}
9741
9740
  * @memberof JsonApiDataSourceOutAttributes
9742
9741
  */
9743
- decodedParameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
9742
+ decodedParameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
9744
9743
  /**
9745
9744
  * Determines how the results coming from a particular datasource should be cached.
9746
9745
  * @type {string}
@@ -9798,26 +9797,7 @@ export type JsonApiDataSourceOutAttributesAuthenticationTypeEnum = (typeof JsonA
9798
9797
  /**
9799
9798
  *
9800
9799
  * @export
9801
- * @interface JsonApiDataSourceOutAttributesParameters
9802
- */
9803
- export interface JsonApiDataSourceOutAttributesParameters {
9804
- /**
9805
- *
9806
- * @type {string}
9807
- * @memberof JsonApiDataSourceOutAttributesParameters
9808
- */
9809
- name: string;
9810
- /**
9811
- *
9812
- * @type {string}
9813
- * @memberof JsonApiDataSourceOutAttributesParameters
9814
- */
9815
- value: string;
9816
- }
9817
- /**
9818
- *
9819
- * @export
9820
- * @interface JsonApiDataSourceOutDocument
9800
+ * @interface JsonApiDataSourceOutDocument
9821
9801
  */
9822
9802
  export interface JsonApiDataSourceOutDocument {
9823
9803
  /**
@@ -9853,11 +9833,29 @@ export interface JsonApiDataSourceOutList {
9853
9833
  links?: ListLinks;
9854
9834
  /**
9855
9835
  *
9856
- * @type {JsonApiColorPaletteOutListMeta}
9836
+ * @type {JsonApiAggregatedFactOutListMeta}
9857
9837
  * @memberof JsonApiDataSourceOutList
9858
9838
  */
9859
- meta?: JsonApiColorPaletteOutListMeta;
9839
+ meta?: JsonApiAggregatedFactOutListMeta;
9860
9840
  }
9841
+ /**
9842
+ *
9843
+ * @export
9844
+ * @interface JsonApiDataSourceOutMeta
9845
+ */
9846
+ export interface JsonApiDataSourceOutMeta {
9847
+ /**
9848
+ * List of valid permissions for a logged-in user.
9849
+ * @type {Array<string>}
9850
+ * @memberof JsonApiDataSourceOutMeta
9851
+ */
9852
+ permissions?: Array<JsonApiDataSourceOutMetaPermissionsEnum>;
9853
+ }
9854
+ export declare const JsonApiDataSourceOutMetaPermissionsEnum: {
9855
+ readonly MANAGE: "MANAGE";
9856
+ readonly USE: "USE";
9857
+ };
9858
+ export type JsonApiDataSourceOutMetaPermissionsEnum = (typeof JsonApiDataSourceOutMetaPermissionsEnum)[keyof typeof JsonApiDataSourceOutMetaPermissionsEnum];
9861
9859
  /**
9862
9860
  *
9863
9861
  * @export
@@ -9878,10 +9876,10 @@ export interface JsonApiDataSourceOutWithLinks {
9878
9876
  id: string;
9879
9877
  /**
9880
9878
  *
9881
- * @type {JsonApiDataSourceIdentifierOutMeta}
9879
+ * @type {JsonApiDataSourceOutMeta}
9882
9880
  * @memberof JsonApiDataSourceOutWithLinks
9883
9881
  */
9884
- meta?: JsonApiDataSourceIdentifierOutMeta;
9882
+ meta?: JsonApiDataSourceOutMeta;
9885
9883
  /**
9886
9884
  *
9887
9885
  * @type {JsonApiDataSourceOutAttributes}
@@ -10002,10 +10000,10 @@ export interface JsonApiDataSourcePatchAttributes {
10002
10000
  clientSecret?: string | null;
10003
10001
  /**
10004
10002
  * Additional parameters to be used when connecting to the database providing the data for the data source.
10005
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
10003
+ * @type {Array<JsonApiDataSourceInAttributesParameters>}
10006
10004
  * @memberof JsonApiDataSourcePatchAttributes
10007
10005
  */
10008
- parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
10006
+ parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
10009
10007
  /**
10010
10008
  * Determines how the results coming from a particular datasource should be cached.
10011
10009
  * @type {string}
@@ -10417,10 +10415,10 @@ export interface JsonApiDatasetOutList {
10417
10415
  links?: ListLinks;
10418
10416
  /**
10419
10417
  *
10420
- * @type {JsonApiColorPaletteOutListMeta}
10418
+ * @type {JsonApiAggregatedFactOutListMeta}
10421
10419
  * @memberof JsonApiDatasetOutList
10422
10420
  */
10423
- meta?: JsonApiColorPaletteOutListMeta;
10421
+ meta?: JsonApiAggregatedFactOutListMeta;
10424
10422
  /**
10425
10423
  * Included resources
10426
10424
  * @type {Array<JsonApiDatasetOutIncludes>}
@@ -10631,10 +10629,10 @@ export interface JsonApiEntitlementOutList {
10631
10629
  links?: ListLinks;
10632
10630
  /**
10633
10631
  *
10634
- * @type {JsonApiColorPaletteOutListMeta}
10632
+ * @type {JsonApiAggregatedFactOutListMeta}
10635
10633
  * @memberof JsonApiEntitlementOutList
10636
10634
  */
10637
- meta?: JsonApiColorPaletteOutListMeta;
10635
+ meta?: JsonApiAggregatedFactOutListMeta;
10638
10636
  }
10639
10637
  /**
10640
10638
  *
@@ -10691,58 +10689,21 @@ export interface JsonApiExportDefinitionIn {
10691
10689
  id: string;
10692
10690
  /**
10693
10691
  *
10694
- * @type {JsonApiExportDefinitionInAttributes}
10692
+ * @type {JsonApiExportDefinitionPostOptionalIdAttributes}
10695
10693
  * @memberof JsonApiExportDefinitionIn
10696
10694
  */
10697
- attributes?: JsonApiExportDefinitionInAttributes;
10695
+ attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
10698
10696
  /**
10699
10697
  *
10700
- * @type {JsonApiExportDefinitionInRelationships}
10698
+ * @type {JsonApiExportDefinitionPostOptionalIdRelationships}
10701
10699
  * @memberof JsonApiExportDefinitionIn
10702
10700
  */
10703
- relationships?: JsonApiExportDefinitionInRelationships;
10701
+ relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
10704
10702
  }
10705
10703
  export declare const JsonApiExportDefinitionInTypeEnum: {
10706
10704
  readonly EXPORT_DEFINITION: "exportDefinition";
10707
10705
  };
10708
10706
  export type JsonApiExportDefinitionInTypeEnum = (typeof JsonApiExportDefinitionInTypeEnum)[keyof typeof JsonApiExportDefinitionInTypeEnum];
10709
- /**
10710
- *
10711
- * @export
10712
- * @interface JsonApiExportDefinitionInAttributes
10713
- */
10714
- export interface JsonApiExportDefinitionInAttributes {
10715
- /**
10716
- *
10717
- * @type {string}
10718
- * @memberof JsonApiExportDefinitionInAttributes
10719
- */
10720
- title?: string;
10721
- /**
10722
- *
10723
- * @type {string}
10724
- * @memberof JsonApiExportDefinitionInAttributes
10725
- */
10726
- description?: string;
10727
- /**
10728
- *
10729
- * @type {Array<string>}
10730
- * @memberof JsonApiExportDefinitionInAttributes
10731
- */
10732
- tags?: Array<string>;
10733
- /**
10734
- * JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
10735
- * @type {VisualExportRequest | TabularExportRequest}
10736
- * @memberof JsonApiExportDefinitionInAttributes
10737
- */
10738
- requestPayload?: VisualExportRequest | TabularExportRequest;
10739
- /**
10740
- *
10741
- * @type {boolean}
10742
- * @memberof JsonApiExportDefinitionInAttributes
10743
- */
10744
- areRelationsValid?: boolean;
10745
- }
10746
10707
  /**
10747
10708
  *
10748
10709
  * @export
@@ -10756,25 +10717,6 @@ export interface JsonApiExportDefinitionInDocument {
10756
10717
  */
10757
10718
  data: JsonApiExportDefinitionIn;
10758
10719
  }
10759
- /**
10760
- *
10761
- * @export
10762
- * @interface JsonApiExportDefinitionInRelationships
10763
- */
10764
- export interface JsonApiExportDefinitionInRelationships {
10765
- /**
10766
- *
10767
- * @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
10768
- * @memberof JsonApiExportDefinitionInRelationships
10769
- */
10770
- visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
10771
- /**
10772
- *
10773
- * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
10774
- * @memberof JsonApiExportDefinitionInRelationships
10775
- */
10776
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
10777
- }
10778
10720
  /**
10779
10721
  * The \\\"type\\\" and \\\"id\\\" to non-empty members.
10780
10722
  * @export
@@ -10938,10 +10880,10 @@ export interface JsonApiExportDefinitionOutList {
10938
10880
  links?: ListLinks;
10939
10881
  /**
10940
10882
  *
10941
- * @type {JsonApiColorPaletteOutListMeta}
10883
+ * @type {JsonApiAggregatedFactOutListMeta}
10942
10884
  * @memberof JsonApiExportDefinitionOutList
10943
10885
  */
10944
- meta?: JsonApiColorPaletteOutListMeta;
10886
+ meta?: JsonApiAggregatedFactOutListMeta;
10945
10887
  /**
10946
10888
  * Included resources
10947
10889
  * @type {Array<JsonApiExportDefinitionOutIncludes>}
@@ -11079,16 +11021,16 @@ export interface JsonApiExportDefinitionPatch {
11079
11021
  id: string;
11080
11022
  /**
11081
11023
  *
11082
- * @type {JsonApiExportDefinitionInAttributes}
11024
+ * @type {JsonApiExportDefinitionPostOptionalIdAttributes}
11083
11025
  * @memberof JsonApiExportDefinitionPatch
11084
11026
  */
11085
- attributes?: JsonApiExportDefinitionInAttributes;
11027
+ attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
11086
11028
  /**
11087
11029
  *
11088
- * @type {JsonApiExportDefinitionInRelationships}
11030
+ * @type {JsonApiExportDefinitionPostOptionalIdRelationships}
11089
11031
  * @memberof JsonApiExportDefinitionPatch
11090
11032
  */
11091
- relationships?: JsonApiExportDefinitionInRelationships;
11033
+ relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
11092
11034
  }
11093
11035
  export declare const JsonApiExportDefinitionPatchTypeEnum: {
11094
11036
  readonly EXPORT_DEFINITION: "exportDefinition";
@@ -11127,21 +11069,58 @@ export interface JsonApiExportDefinitionPostOptionalId {
11127
11069
  id?: string;
11128
11070
  /**
11129
11071
  *
11130
- * @type {JsonApiExportDefinitionInAttributes}
11072
+ * @type {JsonApiExportDefinitionPostOptionalIdAttributes}
11131
11073
  * @memberof JsonApiExportDefinitionPostOptionalId
11132
11074
  */
11133
- attributes?: JsonApiExportDefinitionInAttributes;
11075
+ attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
11134
11076
  /**
11135
11077
  *
11136
- * @type {JsonApiExportDefinitionInRelationships}
11078
+ * @type {JsonApiExportDefinitionPostOptionalIdRelationships}
11137
11079
  * @memberof JsonApiExportDefinitionPostOptionalId
11138
11080
  */
11139
- relationships?: JsonApiExportDefinitionInRelationships;
11081
+ relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
11140
11082
  }
11141
11083
  export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
11142
11084
  readonly EXPORT_DEFINITION: "exportDefinition";
11143
11085
  };
11144
11086
  export type JsonApiExportDefinitionPostOptionalIdTypeEnum = (typeof JsonApiExportDefinitionPostOptionalIdTypeEnum)[keyof typeof JsonApiExportDefinitionPostOptionalIdTypeEnum];
11087
+ /**
11088
+ *
11089
+ * @export
11090
+ * @interface JsonApiExportDefinitionPostOptionalIdAttributes
11091
+ */
11092
+ export interface JsonApiExportDefinitionPostOptionalIdAttributes {
11093
+ /**
11094
+ *
11095
+ * @type {string}
11096
+ * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
11097
+ */
11098
+ title?: string;
11099
+ /**
11100
+ *
11101
+ * @type {string}
11102
+ * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
11103
+ */
11104
+ description?: string;
11105
+ /**
11106
+ *
11107
+ * @type {Array<string>}
11108
+ * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
11109
+ */
11110
+ tags?: Array<string>;
11111
+ /**
11112
+ * JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
11113
+ * @type {VisualExportRequest | TabularExportRequest}
11114
+ * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
11115
+ */
11116
+ requestPayload?: VisualExportRequest | TabularExportRequest;
11117
+ /**
11118
+ *
11119
+ * @type {boolean}
11120
+ * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
11121
+ */
11122
+ areRelationsValid?: boolean;
11123
+ }
11145
11124
  /**
11146
11125
  *
11147
11126
  * @export
@@ -11155,6 +11134,25 @@ export interface JsonApiExportDefinitionPostOptionalIdDocument {
11155
11134
  */
11156
11135
  data: JsonApiExportDefinitionPostOptionalId;
11157
11136
  }
11137
+ /**
11138
+ *
11139
+ * @export
11140
+ * @interface JsonApiExportDefinitionPostOptionalIdRelationships
11141
+ */
11142
+ export interface JsonApiExportDefinitionPostOptionalIdRelationships {
11143
+ /**
11144
+ *
11145
+ * @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
11146
+ * @memberof JsonApiExportDefinitionPostOptionalIdRelationships
11147
+ */
11148
+ visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
11149
+ /**
11150
+ *
11151
+ * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
11152
+ * @memberof JsonApiExportDefinitionPostOptionalIdRelationships
11153
+ */
11154
+ analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
11155
+ }
11158
11156
  /**
11159
11157
  * JSON:API representation of exportTemplate entity.
11160
11158
  * @export
@@ -11175,10 +11173,10 @@ export interface JsonApiExportTemplateIn {
11175
11173
  id: string;
11176
11174
  /**
11177
11175
  *
11178
- * @type {JsonApiExportTemplateOutAttributes}
11176
+ * @type {JsonApiExportTemplatePostOptionalIdAttributes}
11179
11177
  * @memberof JsonApiExportTemplateIn
11180
11178
  */
11181
- attributes: JsonApiExportTemplateOutAttributes;
11179
+ attributes: JsonApiExportTemplatePostOptionalIdAttributes;
11182
11180
  }
11183
11181
  export declare const JsonApiExportTemplateInTypeEnum: {
11184
11182
  readonly EXPORT_TEMPLATE: "exportTemplate";
@@ -11217,106 +11215,15 @@ export interface JsonApiExportTemplateOut {
11217
11215
  id: string;
11218
11216
  /**
11219
11217
  *
11220
- * @type {JsonApiExportTemplateOutAttributes}
11218
+ * @type {JsonApiExportTemplatePostOptionalIdAttributes}
11221
11219
  * @memberof JsonApiExportTemplateOut
11222
11220
  */
11223
- attributes: JsonApiExportTemplateOutAttributes;
11221
+ attributes: JsonApiExportTemplatePostOptionalIdAttributes;
11224
11222
  }
11225
11223
  export declare const JsonApiExportTemplateOutTypeEnum: {
11226
11224
  readonly EXPORT_TEMPLATE: "exportTemplate";
11227
11225
  };
11228
11226
  export type JsonApiExportTemplateOutTypeEnum = (typeof JsonApiExportTemplateOutTypeEnum)[keyof typeof JsonApiExportTemplateOutTypeEnum];
11229
- /**
11230
- *
11231
- * @export
11232
- * @interface JsonApiExportTemplateOutAttributes
11233
- */
11234
- export interface JsonApiExportTemplateOutAttributes {
11235
- /**
11236
- * User-facing name of the Slides template.
11237
- * @type {string}
11238
- * @memberof JsonApiExportTemplateOutAttributes
11239
- */
11240
- name: string;
11241
- /**
11242
- *
11243
- * @type {JsonApiExportTemplateOutAttributesDashboardSlidesTemplate}
11244
- * @memberof JsonApiExportTemplateOutAttributes
11245
- */
11246
- dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
11247
- /**
11248
- *
11249
- * @type {JsonApiExportTemplateOutAttributesWidgetSlidesTemplate}
11250
- * @memberof JsonApiExportTemplateOutAttributes
11251
- */
11252
- widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
11253
- }
11254
- /**
11255
- * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
11256
- * @export
11257
- * @interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
11258
- */
11259
- export interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
11260
- /**
11261
- * Export types this template applies to.
11262
- * @type {Array<string>}
11263
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
11264
- */
11265
- appliedOn: Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
11266
- /**
11267
- *
11268
- * @type {CoverSlideTemplate}
11269
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
11270
- */
11271
- coverSlide?: CoverSlideTemplate | null;
11272
- /**
11273
- *
11274
- * @type {IntroSlideTemplate}
11275
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
11276
- */
11277
- introSlide?: IntroSlideTemplate | null;
11278
- /**
11279
- *
11280
- * @type {SectionSlideTemplate}
11281
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
11282
- */
11283
- sectionSlide?: SectionSlideTemplate | null;
11284
- /**
11285
- *
11286
- * @type {ContentSlideTemplate}
11287
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
11288
- */
11289
- contentSlide?: ContentSlideTemplate | null;
11290
- }
11291
- export declare const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum: {
11292
- readonly PDF: "PDF";
11293
- readonly PPTX: "PPTX";
11294
- };
11295
- export type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum];
11296
- /**
11297
- * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
11298
- * @export
11299
- * @interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
11300
- */
11301
- export interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
11302
- /**
11303
- * Export types this template applies to.
11304
- * @type {Array<string>}
11305
- * @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
11306
- */
11307
- appliedOn: Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
11308
- /**
11309
- *
11310
- * @type {ContentSlideTemplate}
11311
- * @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
11312
- */
11313
- contentSlide?: ContentSlideTemplate | null;
11314
- }
11315
- export declare const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum: {
11316
- readonly PDF: "PDF";
11317
- readonly PPTX: "PPTX";
11318
- };
11319
- export type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum];
11320
11227
  /**
11321
11228
  *
11322
11229
  * @export
@@ -11356,10 +11263,10 @@ export interface JsonApiExportTemplateOutList {
11356
11263
  links?: ListLinks;
11357
11264
  /**
11358
11265
  *
11359
- * @type {JsonApiColorPaletteOutListMeta}
11266
+ * @type {JsonApiAggregatedFactOutListMeta}
11360
11267
  * @memberof JsonApiExportTemplateOutList
11361
11268
  */
11362
- meta?: JsonApiColorPaletteOutListMeta;
11269
+ meta?: JsonApiAggregatedFactOutListMeta;
11363
11270
  }
11364
11271
  /**
11365
11272
  *
@@ -11381,10 +11288,10 @@ export interface JsonApiExportTemplateOutWithLinks {
11381
11288
  id: string;
11382
11289
  /**
11383
11290
  *
11384
- * @type {JsonApiExportTemplateOutAttributes}
11291
+ * @type {JsonApiExportTemplatePostOptionalIdAttributes}
11385
11292
  * @memberof JsonApiExportTemplateOutWithLinks
11386
11293
  */
11387
- attributes: JsonApiExportTemplateOutAttributes;
11294
+ attributes: JsonApiExportTemplatePostOptionalIdAttributes;
11388
11295
  /**
11389
11296
  *
11390
11297
  * @type {ObjectLinks}
@@ -11439,16 +11346,16 @@ export interface JsonApiExportTemplatePatchAttributes {
11439
11346
  name?: string;
11440
11347
  /**
11441
11348
  *
11442
- * @type {JsonApiExportTemplateOutAttributesDashboardSlidesTemplate}
11349
+ * @type {JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate}
11443
11350
  * @memberof JsonApiExportTemplatePatchAttributes
11444
11351
  */
11445
- dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
11352
+ dashboardSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
11446
11353
  /**
11447
11354
  *
11448
- * @type {JsonApiExportTemplateOutAttributesWidgetSlidesTemplate}
11355
+ * @type {JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate}
11449
11356
  * @memberof JsonApiExportTemplatePatchAttributes
11450
11357
  */
11451
- widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
11358
+ widgetSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
11452
11359
  }
11453
11360
  /**
11454
11361
  *
@@ -11483,15 +11390,106 @@ export interface JsonApiExportTemplatePostOptionalId {
11483
11390
  id?: string;
11484
11391
  /**
11485
11392
  *
11486
- * @type {JsonApiExportTemplateOutAttributes}
11393
+ * @type {JsonApiExportTemplatePostOptionalIdAttributes}
11487
11394
  * @memberof JsonApiExportTemplatePostOptionalId
11488
11395
  */
11489
- attributes: JsonApiExportTemplateOutAttributes;
11396
+ attributes: JsonApiExportTemplatePostOptionalIdAttributes;
11490
11397
  }
11491
11398
  export declare const JsonApiExportTemplatePostOptionalIdTypeEnum: {
11492
11399
  readonly EXPORT_TEMPLATE: "exportTemplate";
11493
11400
  };
11494
11401
  export type JsonApiExportTemplatePostOptionalIdTypeEnum = (typeof JsonApiExportTemplatePostOptionalIdTypeEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdTypeEnum];
11402
+ /**
11403
+ *
11404
+ * @export
11405
+ * @interface JsonApiExportTemplatePostOptionalIdAttributes
11406
+ */
11407
+ export interface JsonApiExportTemplatePostOptionalIdAttributes {
11408
+ /**
11409
+ * User-facing name of the Slides template.
11410
+ * @type {string}
11411
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributes
11412
+ */
11413
+ name: string;
11414
+ /**
11415
+ *
11416
+ * @type {JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate}
11417
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributes
11418
+ */
11419
+ dashboardSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
11420
+ /**
11421
+ *
11422
+ * @type {JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate}
11423
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributes
11424
+ */
11425
+ widgetSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
11426
+ }
11427
+ /**
11428
+ * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
11429
+ * @export
11430
+ * @interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
11431
+ */
11432
+ export interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
11433
+ /**
11434
+ * Export types this template applies to.
11435
+ * @type {Array<string>}
11436
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
11437
+ */
11438
+ appliedOn: Array<JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
11439
+ /**
11440
+ *
11441
+ * @type {CoverSlideTemplate}
11442
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
11443
+ */
11444
+ coverSlide?: CoverSlideTemplate | null;
11445
+ /**
11446
+ *
11447
+ * @type {IntroSlideTemplate}
11448
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
11449
+ */
11450
+ introSlide?: IntroSlideTemplate | null;
11451
+ /**
11452
+ *
11453
+ * @type {SectionSlideTemplate}
11454
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
11455
+ */
11456
+ sectionSlide?: SectionSlideTemplate | null;
11457
+ /**
11458
+ *
11459
+ * @type {ContentSlideTemplate}
11460
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
11461
+ */
11462
+ contentSlide?: ContentSlideTemplate | null;
11463
+ }
11464
+ export declare const JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum: {
11465
+ readonly PDF: "PDF";
11466
+ readonly PPTX: "PPTX";
11467
+ };
11468
+ export type JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum];
11469
+ /**
11470
+ * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
11471
+ * @export
11472
+ * @interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate
11473
+ */
11474
+ export interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
11475
+ /**
11476
+ * Export types this template applies to.
11477
+ * @type {Array<string>}
11478
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate
11479
+ */
11480
+ appliedOn: Array<JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
11481
+ /**
11482
+ *
11483
+ * @type {ContentSlideTemplate}
11484
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate
11485
+ */
11486
+ contentSlide?: ContentSlideTemplate | null;
11487
+ }
11488
+ export declare const JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum: {
11489
+ readonly PDF: "PDF";
11490
+ readonly PPTX: "PPTX";
11491
+ };
11492
+ export type JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = (typeof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum)[keyof typeof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum];
11495
11493
  /**
11496
11494
  *
11497
11495
  * @export
@@ -11667,10 +11665,10 @@ export interface JsonApiFactOutList {
11667
11665
  links?: ListLinks;
11668
11666
  /**
11669
11667
  *
11670
- * @type {JsonApiColorPaletteOutListMeta}
11668
+ * @type {JsonApiAggregatedFactOutListMeta}
11671
11669
  * @memberof JsonApiFactOutList
11672
11670
  */
11673
- meta?: JsonApiColorPaletteOutListMeta;
11671
+ meta?: JsonApiAggregatedFactOutListMeta;
11674
11672
  /**
11675
11673
  * Included resources
11676
11674
  * @type {Array<JsonApiDatasetOutWithLinks>}
@@ -11764,10 +11762,10 @@ export interface JsonApiFilterContextIn {
11764
11762
  id: string;
11765
11763
  /**
11766
11764
  *
11767
- * @type {JsonApiAnalyticalDashboardInAttributes}
11765
+ * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
11768
11766
  * @memberof JsonApiFilterContextIn
11769
11767
  */
11770
- attributes: JsonApiAnalyticalDashboardInAttributes;
11768
+ attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
11771
11769
  }
11772
11770
  export declare const JsonApiFilterContextInTypeEnum: {
11773
11771
  readonly FILTER_CONTEXT: "filterContext";
@@ -11835,10 +11833,10 @@ export interface JsonApiFilterContextOut {
11835
11833
  meta?: JsonApiVisualizationObjectOutMeta;
11836
11834
  /**
11837
11835
  *
11838
- * @type {JsonApiAnalyticalDashboardInAttributes}
11836
+ * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
11839
11837
  * @memberof JsonApiFilterContextOut
11840
11838
  */
11841
- attributes: JsonApiAnalyticalDashboardInAttributes;
11839
+ attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
11842
11840
  /**
11843
11841
  *
11844
11842
  * @type {JsonApiFilterContextOutRelationships}
@@ -11900,10 +11898,10 @@ export interface JsonApiFilterContextOutList {
11900
11898
  links?: ListLinks;
11901
11899
  /**
11902
11900
  *
11903
- * @type {JsonApiColorPaletteOutListMeta}
11901
+ * @type {JsonApiAggregatedFactOutListMeta}
11904
11902
  * @memberof JsonApiFilterContextOutList
11905
11903
  */
11906
- meta?: JsonApiColorPaletteOutListMeta;
11904
+ meta?: JsonApiAggregatedFactOutListMeta;
11907
11905
  /**
11908
11906
  * Included resources
11909
11907
  * @type {Array<JsonApiFilterContextOutIncludes>}
@@ -11962,10 +11960,10 @@ export interface JsonApiFilterContextOutWithLinks {
11962
11960
  meta?: JsonApiVisualizationObjectOutMeta;
11963
11961
  /**
11964
11962
  *
11965
- * @type {JsonApiAnalyticalDashboardInAttributes}
11963
+ * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
11966
11964
  * @memberof JsonApiFilterContextOutWithLinks
11967
11965
  */
11968
- attributes: JsonApiAnalyticalDashboardInAttributes;
11966
+ attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
11969
11967
  /**
11970
11968
  *
11971
11969
  * @type {JsonApiFilterContextOutRelationships}
@@ -12045,10 +12043,10 @@ export interface JsonApiFilterContextPostOptionalId {
12045
12043
  id?: string;
12046
12044
  /**
12047
12045
  *
12048
- * @type {JsonApiAnalyticalDashboardInAttributes}
12046
+ * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
12049
12047
  * @memberof JsonApiFilterContextPostOptionalId
12050
12048
  */
12051
- attributes: JsonApiAnalyticalDashboardInAttributes;
12049
+ attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
12052
12050
  }
12053
12051
  export declare const JsonApiFilterContextPostOptionalIdTypeEnum: {
12054
12052
  readonly FILTER_CONTEXT: "filterContext";
@@ -12275,10 +12273,10 @@ export interface JsonApiFilterViewOutList {
12275
12273
  links?: ListLinks;
12276
12274
  /**
12277
12275
  *
12278
- * @type {JsonApiColorPaletteOutListMeta}
12276
+ * @type {JsonApiAggregatedFactOutListMeta}
12279
12277
  * @memberof JsonApiFilterViewOutList
12280
12278
  */
12281
- meta?: JsonApiColorPaletteOutListMeta;
12279
+ meta?: JsonApiAggregatedFactOutListMeta;
12282
12280
  /**
12283
12281
  * Included resources
12284
12282
  * @type {Array<JsonApiFilterViewOutIncludes>}
@@ -12518,7 +12516,7 @@ export interface JsonApiIdentityProviderInAttributes {
12518
12516
  */
12519
12517
  oauthCustomScopes?: Array<string> | null;
12520
12518
  /**
12521
- * 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.
12519
+ * 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. DEX_IDP represents internal Dex IdP 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.
12522
12520
  * @type {string}
12523
12521
  * @memberof JsonApiIdentityProviderInAttributes
12524
12522
  */
@@ -12527,6 +12525,7 @@ export interface JsonApiIdentityProviderInAttributes {
12527
12525
  export declare const JsonApiIdentityProviderInAttributesIdpTypeEnum: {
12528
12526
  readonly MANAGED_IDP: "MANAGED_IDP";
12529
12527
  readonly FIM_IDP: "FIM_IDP";
12528
+ readonly DEX_IDP: "DEX_IDP";
12530
12529
  readonly CUSTOM_IDP: "CUSTOM_IDP";
12531
12530
  };
12532
12531
  export type JsonApiIdentityProviderInAttributesIdpTypeEnum = (typeof JsonApiIdentityProviderInAttributesIdpTypeEnum)[keyof typeof JsonApiIdentityProviderInAttributesIdpTypeEnum];
@@ -12654,7 +12653,7 @@ export interface JsonApiIdentityProviderOutAttributes {
12654
12653
  */
12655
12654
  oauthCustomScopes?: Array<string> | null;
12656
12655
  /**
12657
- * 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.
12656
+ * 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. DEX_IDP represents internal Dex IdP 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.
12658
12657
  * @type {string}
12659
12658
  * @memberof JsonApiIdentityProviderOutAttributes
12660
12659
  */
@@ -12663,6 +12662,7 @@ export interface JsonApiIdentityProviderOutAttributes {
12663
12662
  export declare const JsonApiIdentityProviderOutAttributesIdpTypeEnum: {
12664
12663
  readonly MANAGED_IDP: "MANAGED_IDP";
12665
12664
  readonly FIM_IDP: "FIM_IDP";
12665
+ readonly DEX_IDP: "DEX_IDP";
12666
12666
  readonly CUSTOM_IDP: "CUSTOM_IDP";
12667
12667
  };
12668
12668
  export type JsonApiIdentityProviderOutAttributesIdpTypeEnum = (typeof JsonApiIdentityProviderOutAttributesIdpTypeEnum)[keyof typeof JsonApiIdentityProviderOutAttributesIdpTypeEnum];
@@ -12705,10 +12705,10 @@ export interface JsonApiIdentityProviderOutList {
12705
12705
  links?: ListLinks;
12706
12706
  /**
12707
12707
  *
12708
- * @type {JsonApiColorPaletteOutListMeta}
12708
+ * @type {JsonApiAggregatedFactOutListMeta}
12709
12709
  * @memberof JsonApiIdentityProviderOutList
12710
12710
  */
12711
- meta?: JsonApiColorPaletteOutListMeta;
12711
+ meta?: JsonApiAggregatedFactOutListMeta;
12712
12712
  }
12713
12713
  /**
12714
12714
  *
@@ -12813,10 +12813,10 @@ export interface JsonApiJwkIn {
12813
12813
  id: string;
12814
12814
  /**
12815
12815
  *
12816
- * @type {JsonApiJwkOutAttributes}
12816
+ * @type {JsonApiJwkInAttributes}
12817
12817
  * @memberof JsonApiJwkIn
12818
12818
  */
12819
- attributes?: JsonApiJwkOutAttributes;
12819
+ attributes?: JsonApiJwkInAttributes;
12820
12820
  }
12821
12821
  export declare const JsonApiJwkInTypeEnum: {
12822
12822
  readonly JWK: "jwk";
@@ -12825,14 +12825,27 @@ export type JsonApiJwkInTypeEnum = (typeof JsonApiJwkInTypeEnum)[keyof typeof Js
12825
12825
  /**
12826
12826
  *
12827
12827
  * @export
12828
- * @interface JsonApiJwkInDocument
12828
+ * @interface JsonApiJwkInAttributes
12829
12829
  */
12830
- export interface JsonApiJwkInDocument {
12830
+ export interface JsonApiJwkInAttributes {
12831
12831
  /**
12832
- *
12833
- * @type {JsonApiJwkIn}
12834
- * @memberof JsonApiJwkInDocument
12835
- */
12832
+ * Specification of the cryptographic key
12833
+ * @type {RsaSpecification}
12834
+ * @memberof JsonApiJwkInAttributes
12835
+ */
12836
+ content?: RsaSpecification;
12837
+ }
12838
+ /**
12839
+ *
12840
+ * @export
12841
+ * @interface JsonApiJwkInDocument
12842
+ */
12843
+ export interface JsonApiJwkInDocument {
12844
+ /**
12845
+ *
12846
+ * @type {JsonApiJwkIn}
12847
+ * @memberof JsonApiJwkInDocument
12848
+ */
12836
12849
  data: JsonApiJwkIn;
12837
12850
  }
12838
12851
  /**
@@ -12855,28 +12868,15 @@ export interface JsonApiJwkOut {
12855
12868
  id: string;
12856
12869
  /**
12857
12870
  *
12858
- * @type {JsonApiJwkOutAttributes}
12871
+ * @type {JsonApiJwkInAttributes}
12859
12872
  * @memberof JsonApiJwkOut
12860
12873
  */
12861
- attributes?: JsonApiJwkOutAttributes;
12874
+ attributes?: JsonApiJwkInAttributes;
12862
12875
  }
12863
12876
  export declare const JsonApiJwkOutTypeEnum: {
12864
12877
  readonly JWK: "jwk";
12865
12878
  };
12866
12879
  export type JsonApiJwkOutTypeEnum = (typeof JsonApiJwkOutTypeEnum)[keyof typeof JsonApiJwkOutTypeEnum];
12867
- /**
12868
- *
12869
- * @export
12870
- * @interface JsonApiJwkOutAttributes
12871
- */
12872
- export interface JsonApiJwkOutAttributes {
12873
- /**
12874
- * Specification of the cryptographic key
12875
- * @type {RsaSpecification}
12876
- * @memberof JsonApiJwkOutAttributes
12877
- */
12878
- content?: RsaSpecification;
12879
- }
12880
12880
  /**
12881
12881
  *
12882
12882
  * @export
@@ -12916,10 +12916,10 @@ export interface JsonApiJwkOutList {
12916
12916
  links?: ListLinks;
12917
12917
  /**
12918
12918
  *
12919
- * @type {JsonApiColorPaletteOutListMeta}
12919
+ * @type {JsonApiAggregatedFactOutListMeta}
12920
12920
  * @memberof JsonApiJwkOutList
12921
12921
  */
12922
- meta?: JsonApiColorPaletteOutListMeta;
12922
+ meta?: JsonApiAggregatedFactOutListMeta;
12923
12923
  }
12924
12924
  /**
12925
12925
  *
@@ -12941,10 +12941,10 @@ export interface JsonApiJwkOutWithLinks {
12941
12941
  id: string;
12942
12942
  /**
12943
12943
  *
12944
- * @type {JsonApiJwkOutAttributes}
12944
+ * @type {JsonApiJwkInAttributes}
12945
12945
  * @memberof JsonApiJwkOutWithLinks
12946
12946
  */
12947
- attributes?: JsonApiJwkOutAttributes;
12947
+ attributes?: JsonApiJwkInAttributes;
12948
12948
  /**
12949
12949
  *
12950
12950
  * @type {ObjectLinks}
@@ -12976,10 +12976,10 @@ export interface JsonApiJwkPatch {
12976
12976
  id: string;
12977
12977
  /**
12978
12978
  *
12979
- * @type {JsonApiJwkOutAttributes}
12979
+ * @type {JsonApiJwkInAttributes}
12980
12980
  * @memberof JsonApiJwkPatch
12981
12981
  */
12982
- attributes?: JsonApiJwkOutAttributes;
12982
+ attributes?: JsonApiJwkInAttributes;
12983
12983
  }
12984
12984
  export declare const JsonApiJwkPatchTypeEnum: {
12985
12985
  readonly JWK: "jwk";
@@ -13181,10 +13181,10 @@ export interface JsonApiLabelOutList {
13181
13181
  links?: ListLinks;
13182
13182
  /**
13183
13183
  *
13184
- * @type {JsonApiColorPaletteOutListMeta}
13184
+ * @type {JsonApiAggregatedFactOutListMeta}
13185
13185
  * @memberof JsonApiLabelOutList
13186
13186
  */
13187
- meta?: JsonApiColorPaletteOutListMeta;
13187
+ meta?: JsonApiAggregatedFactOutListMeta;
13188
13188
  /**
13189
13189
  * Included resources
13190
13190
  * @type {Array<JsonApiAttributeOutWithLinks>}
@@ -13471,10 +13471,10 @@ export interface JsonApiLlmEndpointOutList {
13471
13471
  links?: ListLinks;
13472
13472
  /**
13473
13473
  *
13474
- * @type {JsonApiColorPaletteOutListMeta}
13474
+ * @type {JsonApiAggregatedFactOutListMeta}
13475
13475
  * @memberof JsonApiLlmEndpointOutList
13476
13476
  */
13477
- meta?: JsonApiColorPaletteOutListMeta;
13477
+ meta?: JsonApiAggregatedFactOutListMeta;
13478
13478
  }
13479
13479
  /**
13480
13480
  *
@@ -13621,52 +13621,15 @@ export interface JsonApiMetricIn {
13621
13621
  id: string;
13622
13622
  /**
13623
13623
  *
13624
- * @type {JsonApiMetricInAttributes}
13624
+ * @type {JsonApiMetricPostOptionalIdAttributes}
13625
13625
  * @memberof JsonApiMetricIn
13626
13626
  */
13627
- attributes: JsonApiMetricInAttributes;
13627
+ attributes: JsonApiMetricPostOptionalIdAttributes;
13628
13628
  }
13629
13629
  export declare const JsonApiMetricInTypeEnum: {
13630
13630
  readonly METRIC: "metric";
13631
13631
  };
13632
13632
  export type JsonApiMetricInTypeEnum = (typeof JsonApiMetricInTypeEnum)[keyof typeof JsonApiMetricInTypeEnum];
13633
- /**
13634
- *
13635
- * @export
13636
- * @interface JsonApiMetricInAttributes
13637
- */
13638
- export interface JsonApiMetricInAttributes {
13639
- /**
13640
- *
13641
- * @type {string}
13642
- * @memberof JsonApiMetricInAttributes
13643
- */
13644
- title?: string;
13645
- /**
13646
- *
13647
- * @type {string}
13648
- * @memberof JsonApiMetricInAttributes
13649
- */
13650
- description?: string;
13651
- /**
13652
- *
13653
- * @type {Array<string>}
13654
- * @memberof JsonApiMetricInAttributes
13655
- */
13656
- tags?: Array<string>;
13657
- /**
13658
- *
13659
- * @type {boolean}
13660
- * @memberof JsonApiMetricInAttributes
13661
- */
13662
- areRelationsValid?: boolean;
13663
- /**
13664
- *
13665
- * @type {JsonApiMetricOutAttributesContent}
13666
- * @memberof JsonApiMetricInAttributes
13667
- */
13668
- content: JsonApiMetricOutAttributesContent;
13669
- }
13670
13633
  /**
13671
13634
  *
13672
13635
  * @export
@@ -13862,10 +13825,10 @@ export interface JsonApiMetricOutList {
13862
13825
  links?: ListLinks;
13863
13826
  /**
13864
13827
  *
13865
- * @type {JsonApiColorPaletteOutListMeta}
13828
+ * @type {JsonApiAggregatedFactOutListMeta}
13866
13829
  * @memberof JsonApiMetricOutList
13867
13830
  */
13868
- meta?: JsonApiColorPaletteOutListMeta;
13831
+ meta?: JsonApiAggregatedFactOutListMeta;
13869
13832
  /**
13870
13833
  * Included resources
13871
13834
  * @type {Array<JsonApiMetricOutIncludes>}
@@ -14019,15 +13982,52 @@ export interface JsonApiMetricPostOptionalId {
14019
13982
  id?: string;
14020
13983
  /**
14021
13984
  *
14022
- * @type {JsonApiMetricInAttributes}
13985
+ * @type {JsonApiMetricPostOptionalIdAttributes}
14023
13986
  * @memberof JsonApiMetricPostOptionalId
14024
13987
  */
14025
- attributes: JsonApiMetricInAttributes;
13988
+ attributes: JsonApiMetricPostOptionalIdAttributes;
14026
13989
  }
14027
13990
  export declare const JsonApiMetricPostOptionalIdTypeEnum: {
14028
13991
  readonly METRIC: "metric";
14029
13992
  };
14030
13993
  export type JsonApiMetricPostOptionalIdTypeEnum = (typeof JsonApiMetricPostOptionalIdTypeEnum)[keyof typeof JsonApiMetricPostOptionalIdTypeEnum];
13994
+ /**
13995
+ *
13996
+ * @export
13997
+ * @interface JsonApiMetricPostOptionalIdAttributes
13998
+ */
13999
+ export interface JsonApiMetricPostOptionalIdAttributes {
14000
+ /**
14001
+ *
14002
+ * @type {string}
14003
+ * @memberof JsonApiMetricPostOptionalIdAttributes
14004
+ */
14005
+ title?: string;
14006
+ /**
14007
+ *
14008
+ * @type {string}
14009
+ * @memberof JsonApiMetricPostOptionalIdAttributes
14010
+ */
14011
+ description?: string;
14012
+ /**
14013
+ *
14014
+ * @type {Array<string>}
14015
+ * @memberof JsonApiMetricPostOptionalIdAttributes
14016
+ */
14017
+ tags?: Array<string>;
14018
+ /**
14019
+ *
14020
+ * @type {boolean}
14021
+ * @memberof JsonApiMetricPostOptionalIdAttributes
14022
+ */
14023
+ areRelationsValid?: boolean;
14024
+ /**
14025
+ *
14026
+ * @type {JsonApiMetricOutAttributesContent}
14027
+ * @memberof JsonApiMetricPostOptionalIdAttributes
14028
+ */
14029
+ content: JsonApiMetricOutAttributesContent;
14030
+ }
14031
14031
  /**
14032
14032
  *
14033
14033
  * @export
@@ -14153,10 +14153,10 @@ export interface JsonApiNotificationChannelIdentifierOutList {
14153
14153
  links?: ListLinks;
14154
14154
  /**
14155
14155
  *
14156
- * @type {JsonApiColorPaletteOutListMeta}
14156
+ * @type {JsonApiAggregatedFactOutListMeta}
14157
14157
  * @memberof JsonApiNotificationChannelIdentifierOutList
14158
14158
  */
14159
- meta?: JsonApiColorPaletteOutListMeta;
14159
+ meta?: JsonApiAggregatedFactOutListMeta;
14160
14160
  }
14161
14161
  /**
14162
14162
  *
@@ -14411,10 +14411,10 @@ export interface JsonApiNotificationChannelOutList {
14411
14411
  links?: ListLinks;
14412
14412
  /**
14413
14413
  *
14414
- * @type {JsonApiColorPaletteOutListMeta}
14414
+ * @type {JsonApiAggregatedFactOutListMeta}
14415
14415
  * @memberof JsonApiNotificationChannelOutList
14416
14416
  */
14417
- meta?: JsonApiColorPaletteOutListMeta;
14417
+ meta?: JsonApiAggregatedFactOutListMeta;
14418
14418
  }
14419
14419
  /**
14420
14420
  *
@@ -14870,10 +14870,10 @@ export interface JsonApiOrganizationOutRelationships {
14870
14870
  bootstrapUser?: JsonApiFilterViewInRelationshipsUser;
14871
14871
  /**
14872
14872
  *
14873
- * @type {JsonApiUserDataFilterInRelationshipsUserGroup}
14873
+ * @type {JsonApiUserDataFilterPostOptionalIdRelationshipsUserGroup}
14874
14874
  * @memberof JsonApiOrganizationOutRelationships
14875
14875
  */
14876
- bootstrapUserGroup?: JsonApiUserDataFilterInRelationshipsUserGroup;
14876
+ bootstrapUserGroup?: JsonApiUserDataFilterPostOptionalIdRelationshipsUserGroup;
14877
14877
  /**
14878
14878
  *
14879
14879
  * @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
@@ -15057,10 +15057,10 @@ export interface JsonApiOrganizationSettingIn {
15057
15057
  id: string;
15058
15058
  /**
15059
15059
  *
15060
- * @type {JsonApiWorkspaceSettingInAttributes}
15060
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
15061
15061
  * @memberof JsonApiOrganizationSettingIn
15062
15062
  */
15063
- attributes?: JsonApiWorkspaceSettingInAttributes;
15063
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
15064
15064
  }
15065
15065
  export declare const JsonApiOrganizationSettingInTypeEnum: {
15066
15066
  readonly ORGANIZATION_SETTING: "organizationSetting";
@@ -15099,10 +15099,10 @@ export interface JsonApiOrganizationSettingOut {
15099
15099
  id: string;
15100
15100
  /**
15101
15101
  *
15102
- * @type {JsonApiWorkspaceSettingInAttributes}
15102
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
15103
15103
  * @memberof JsonApiOrganizationSettingOut
15104
15104
  */
15105
- attributes?: JsonApiWorkspaceSettingInAttributes;
15105
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
15106
15106
  }
15107
15107
  export declare const JsonApiOrganizationSettingOutTypeEnum: {
15108
15108
  readonly ORGANIZATION_SETTING: "organizationSetting";
@@ -15147,10 +15147,10 @@ export interface JsonApiOrganizationSettingOutList {
15147
15147
  links?: ListLinks;
15148
15148
  /**
15149
15149
  *
15150
- * @type {JsonApiColorPaletteOutListMeta}
15150
+ * @type {JsonApiAggregatedFactOutListMeta}
15151
15151
  * @memberof JsonApiOrganizationSettingOutList
15152
15152
  */
15153
- meta?: JsonApiColorPaletteOutListMeta;
15153
+ meta?: JsonApiAggregatedFactOutListMeta;
15154
15154
  }
15155
15155
  /**
15156
15156
  *
@@ -15172,10 +15172,10 @@ export interface JsonApiOrganizationSettingOutWithLinks {
15172
15172
  id: string;
15173
15173
  /**
15174
15174
  *
15175
- * @type {JsonApiWorkspaceSettingInAttributes}
15175
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
15176
15176
  * @memberof JsonApiOrganizationSettingOutWithLinks
15177
15177
  */
15178
- attributes?: JsonApiWorkspaceSettingInAttributes;
15178
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
15179
15179
  /**
15180
15180
  *
15181
15181
  * @type {ObjectLinks}
@@ -15207,10 +15207,10 @@ export interface JsonApiOrganizationSettingPatch {
15207
15207
  id: string;
15208
15208
  /**
15209
15209
  *
15210
- * @type {JsonApiWorkspaceSettingInAttributes}
15210
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
15211
15211
  * @memberof JsonApiOrganizationSettingPatch
15212
15212
  */
15213
- attributes?: JsonApiWorkspaceSettingInAttributes;
15213
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
15214
15214
  }
15215
15215
  export declare const JsonApiOrganizationSettingPatchTypeEnum: {
15216
15216
  readonly ORGANIZATION_SETTING: "organizationSetting";
@@ -15249,10 +15249,10 @@ export interface JsonApiThemeIn {
15249
15249
  id: string;
15250
15250
  /**
15251
15251
  *
15252
- * @type {JsonApiColorPaletteOutAttributes}
15252
+ * @type {JsonApiColorPaletteInAttributes}
15253
15253
  * @memberof JsonApiThemeIn
15254
15254
  */
15255
- attributes: JsonApiColorPaletteOutAttributes;
15255
+ attributes: JsonApiColorPaletteInAttributes;
15256
15256
  }
15257
15257
  export declare const JsonApiThemeInTypeEnum: {
15258
15258
  readonly THEME: "theme";
@@ -15291,10 +15291,10 @@ export interface JsonApiThemeOut {
15291
15291
  id: string;
15292
15292
  /**
15293
15293
  *
15294
- * @type {JsonApiColorPaletteOutAttributes}
15294
+ * @type {JsonApiColorPaletteInAttributes}
15295
15295
  * @memberof JsonApiThemeOut
15296
15296
  */
15297
- attributes: JsonApiColorPaletteOutAttributes;
15297
+ attributes: JsonApiColorPaletteInAttributes;
15298
15298
  }
15299
15299
  export declare const JsonApiThemeOutTypeEnum: {
15300
15300
  readonly THEME: "theme";
@@ -15339,10 +15339,10 @@ export interface JsonApiThemeOutList {
15339
15339
  links?: ListLinks;
15340
15340
  /**
15341
15341
  *
15342
- * @type {JsonApiColorPaletteOutListMeta}
15342
+ * @type {JsonApiAggregatedFactOutListMeta}
15343
15343
  * @memberof JsonApiThemeOutList
15344
15344
  */
15345
- meta?: JsonApiColorPaletteOutListMeta;
15345
+ meta?: JsonApiAggregatedFactOutListMeta;
15346
15346
  }
15347
15347
  /**
15348
15348
  *
@@ -15364,10 +15364,10 @@ export interface JsonApiThemeOutWithLinks {
15364
15364
  id: string;
15365
15365
  /**
15366
15366
  *
15367
- * @type {JsonApiColorPaletteOutAttributes}
15367
+ * @type {JsonApiColorPaletteInAttributes}
15368
15368
  * @memberof JsonApiThemeOutWithLinks
15369
15369
  */
15370
- attributes: JsonApiColorPaletteOutAttributes;
15370
+ attributes: JsonApiColorPaletteInAttributes;
15371
15371
  /**
15372
15372
  *
15373
15373
  * @type {ObjectLinks}
@@ -15441,58 +15441,21 @@ export interface JsonApiUserDataFilterIn {
15441
15441
  id: string;
15442
15442
  /**
15443
15443
  *
15444
- * @type {JsonApiUserDataFilterInAttributes}
15444
+ * @type {JsonApiUserDataFilterPostOptionalIdAttributes}
15445
15445
  * @memberof JsonApiUserDataFilterIn
15446
15446
  */
15447
- attributes: JsonApiUserDataFilterInAttributes;
15447
+ attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
15448
15448
  /**
15449
15449
  *
15450
- * @type {JsonApiUserDataFilterInRelationships}
15450
+ * @type {JsonApiUserDataFilterPostOptionalIdRelationships}
15451
15451
  * @memberof JsonApiUserDataFilterIn
15452
15452
  */
15453
- relationships?: JsonApiUserDataFilterInRelationships;
15453
+ relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
15454
15454
  }
15455
15455
  export declare const JsonApiUserDataFilterInTypeEnum: {
15456
15456
  readonly USER_DATA_FILTER: "userDataFilter";
15457
15457
  };
15458
15458
  export type JsonApiUserDataFilterInTypeEnum = (typeof JsonApiUserDataFilterInTypeEnum)[keyof typeof JsonApiUserDataFilterInTypeEnum];
15459
- /**
15460
- *
15461
- * @export
15462
- * @interface JsonApiUserDataFilterInAttributes
15463
- */
15464
- export interface JsonApiUserDataFilterInAttributes {
15465
- /**
15466
- *
15467
- * @type {string}
15468
- * @memberof JsonApiUserDataFilterInAttributes
15469
- */
15470
- title?: string;
15471
- /**
15472
- *
15473
- * @type {string}
15474
- * @memberof JsonApiUserDataFilterInAttributes
15475
- */
15476
- description?: string;
15477
- /**
15478
- *
15479
- * @type {Array<string>}
15480
- * @memberof JsonApiUserDataFilterInAttributes
15481
- */
15482
- tags?: Array<string>;
15483
- /**
15484
- *
15485
- * @type {boolean}
15486
- * @memberof JsonApiUserDataFilterInAttributes
15487
- */
15488
- areRelationsValid?: boolean;
15489
- /**
15490
- *
15491
- * @type {string}
15492
- * @memberof JsonApiUserDataFilterInAttributes
15493
- */
15494
- maql: string;
15495
- }
15496
15459
  /**
15497
15460
  *
15498
15461
  * @export
@@ -15506,38 +15469,6 @@ export interface JsonApiUserDataFilterInDocument {
15506
15469
  */
15507
15470
  data: JsonApiUserDataFilterIn;
15508
15471
  }
15509
- /**
15510
- *
15511
- * @export
15512
- * @interface JsonApiUserDataFilterInRelationships
15513
- */
15514
- export interface JsonApiUserDataFilterInRelationships {
15515
- /**
15516
- *
15517
- * @type {JsonApiFilterViewInRelationshipsUser}
15518
- * @memberof JsonApiUserDataFilterInRelationships
15519
- */
15520
- user?: JsonApiFilterViewInRelationshipsUser;
15521
- /**
15522
- *
15523
- * @type {JsonApiUserDataFilterInRelationshipsUserGroup}
15524
- * @memberof JsonApiUserDataFilterInRelationships
15525
- */
15526
- userGroup?: JsonApiUserDataFilterInRelationshipsUserGroup;
15527
- }
15528
- /**
15529
- *
15530
- * @export
15531
- * @interface JsonApiUserDataFilterInRelationshipsUserGroup
15532
- */
15533
- export interface JsonApiUserDataFilterInRelationshipsUserGroup {
15534
- /**
15535
- *
15536
- * @type {JsonApiUserGroupToOneLinkage}
15537
- * @memberof JsonApiUserDataFilterInRelationshipsUserGroup
15538
- */
15539
- data: JsonApiUserGroupToOneLinkage | null;
15540
- }
15541
15472
  /**
15542
15473
  * JSON:API representation of userDataFilter entity.
15543
15474
  * @export
@@ -15564,10 +15495,10 @@ export interface JsonApiUserDataFilterOut {
15564
15495
  meta?: JsonApiVisualizationObjectOutMeta;
15565
15496
  /**
15566
15497
  *
15567
- * @type {JsonApiUserDataFilterInAttributes}
15498
+ * @type {JsonApiUserDataFilterPostOptionalIdAttributes}
15568
15499
  * @memberof JsonApiUserDataFilterOut
15569
15500
  */
15570
- attributes: JsonApiUserDataFilterInAttributes;
15501
+ attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
15571
15502
  /**
15572
15503
  *
15573
15504
  * @type {JsonApiUserDataFilterOutRelationships}
@@ -15629,10 +15560,10 @@ export interface JsonApiUserDataFilterOutList {
15629
15560
  links?: ListLinks;
15630
15561
  /**
15631
15562
  *
15632
- * @type {JsonApiColorPaletteOutListMeta}
15563
+ * @type {JsonApiAggregatedFactOutListMeta}
15633
15564
  * @memberof JsonApiUserDataFilterOutList
15634
15565
  */
15635
- meta?: JsonApiColorPaletteOutListMeta;
15566
+ meta?: JsonApiAggregatedFactOutListMeta;
15636
15567
  /**
15637
15568
  * Included resources
15638
15569
  * @type {Array<JsonApiUserDataFilterOutIncludes>}
@@ -15654,10 +15585,10 @@ export interface JsonApiUserDataFilterOutRelationships {
15654
15585
  user?: JsonApiFilterViewInRelationshipsUser;
15655
15586
  /**
15656
15587
  *
15657
- * @type {JsonApiUserDataFilterInRelationshipsUserGroup}
15588
+ * @type {JsonApiUserDataFilterPostOptionalIdRelationshipsUserGroup}
15658
15589
  * @memberof JsonApiUserDataFilterOutRelationships
15659
15590
  */
15660
- userGroup?: JsonApiUserDataFilterInRelationshipsUserGroup;
15591
+ userGroup?: JsonApiUserDataFilterPostOptionalIdRelationshipsUserGroup;
15661
15592
  /**
15662
15593
  *
15663
15594
  * @type {JsonApiVisualizationObjectOutRelationshipsFacts}
@@ -15715,10 +15646,10 @@ export interface JsonApiUserDataFilterOutWithLinks {
15715
15646
  meta?: JsonApiVisualizationObjectOutMeta;
15716
15647
  /**
15717
15648
  *
15718
- * @type {JsonApiUserDataFilterInAttributes}
15649
+ * @type {JsonApiUserDataFilterPostOptionalIdAttributes}
15719
15650
  * @memberof JsonApiUserDataFilterOutWithLinks
15720
15651
  */
15721
- attributes: JsonApiUserDataFilterInAttributes;
15652
+ attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
15722
15653
  /**
15723
15654
  *
15724
15655
  * @type {JsonApiUserDataFilterOutRelationships}
@@ -15762,10 +15693,10 @@ export interface JsonApiUserDataFilterPatch {
15762
15693
  attributes: JsonApiUserDataFilterPatchAttributes;
15763
15694
  /**
15764
15695
  *
15765
- * @type {JsonApiUserDataFilterInRelationships}
15696
+ * @type {JsonApiUserDataFilterPostOptionalIdRelationships}
15766
15697
  * @memberof JsonApiUserDataFilterPatch
15767
15698
  */
15768
- relationships?: JsonApiUserDataFilterInRelationships;
15699
+ relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
15769
15700
  }
15770
15701
  export declare const JsonApiUserDataFilterPatchTypeEnum: {
15771
15702
  readonly USER_DATA_FILTER: "userDataFilter";
@@ -15841,21 +15772,58 @@ export interface JsonApiUserDataFilterPostOptionalId {
15841
15772
  id?: string;
15842
15773
  /**
15843
15774
  *
15844
- * @type {JsonApiUserDataFilterInAttributes}
15775
+ * @type {JsonApiUserDataFilterPostOptionalIdAttributes}
15845
15776
  * @memberof JsonApiUserDataFilterPostOptionalId
15846
15777
  */
15847
- attributes: JsonApiUserDataFilterInAttributes;
15778
+ attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
15848
15779
  /**
15849
15780
  *
15850
- * @type {JsonApiUserDataFilterInRelationships}
15781
+ * @type {JsonApiUserDataFilterPostOptionalIdRelationships}
15851
15782
  * @memberof JsonApiUserDataFilterPostOptionalId
15852
15783
  */
15853
- relationships?: JsonApiUserDataFilterInRelationships;
15784
+ relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
15854
15785
  }
15855
15786
  export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
15856
15787
  readonly USER_DATA_FILTER: "userDataFilter";
15857
15788
  };
15858
15789
  export type JsonApiUserDataFilterPostOptionalIdTypeEnum = (typeof JsonApiUserDataFilterPostOptionalIdTypeEnum)[keyof typeof JsonApiUserDataFilterPostOptionalIdTypeEnum];
15790
+ /**
15791
+ *
15792
+ * @export
15793
+ * @interface JsonApiUserDataFilterPostOptionalIdAttributes
15794
+ */
15795
+ export interface JsonApiUserDataFilterPostOptionalIdAttributes {
15796
+ /**
15797
+ *
15798
+ * @type {string}
15799
+ * @memberof JsonApiUserDataFilterPostOptionalIdAttributes
15800
+ */
15801
+ title?: string;
15802
+ /**
15803
+ *
15804
+ * @type {string}
15805
+ * @memberof JsonApiUserDataFilterPostOptionalIdAttributes
15806
+ */
15807
+ description?: string;
15808
+ /**
15809
+ *
15810
+ * @type {Array<string>}
15811
+ * @memberof JsonApiUserDataFilterPostOptionalIdAttributes
15812
+ */
15813
+ tags?: Array<string>;
15814
+ /**
15815
+ *
15816
+ * @type {boolean}
15817
+ * @memberof JsonApiUserDataFilterPostOptionalIdAttributes
15818
+ */
15819
+ areRelationsValid?: boolean;
15820
+ /**
15821
+ *
15822
+ * @type {string}
15823
+ * @memberof JsonApiUserDataFilterPostOptionalIdAttributes
15824
+ */
15825
+ maql: string;
15826
+ }
15859
15827
  /**
15860
15828
  *
15861
15829
  * @export
@@ -15869,6 +15837,38 @@ export interface JsonApiUserDataFilterPostOptionalIdDocument {
15869
15837
  */
15870
15838
  data: JsonApiUserDataFilterPostOptionalId;
15871
15839
  }
15840
+ /**
15841
+ *
15842
+ * @export
15843
+ * @interface JsonApiUserDataFilterPostOptionalIdRelationships
15844
+ */
15845
+ export interface JsonApiUserDataFilterPostOptionalIdRelationships {
15846
+ /**
15847
+ *
15848
+ * @type {JsonApiFilterViewInRelationshipsUser}
15849
+ * @memberof JsonApiUserDataFilterPostOptionalIdRelationships
15850
+ */
15851
+ user?: JsonApiFilterViewInRelationshipsUser;
15852
+ /**
15853
+ *
15854
+ * @type {JsonApiUserDataFilterPostOptionalIdRelationshipsUserGroup}
15855
+ * @memberof JsonApiUserDataFilterPostOptionalIdRelationships
15856
+ */
15857
+ userGroup?: JsonApiUserDataFilterPostOptionalIdRelationshipsUserGroup;
15858
+ }
15859
+ /**
15860
+ *
15861
+ * @export
15862
+ * @interface JsonApiUserDataFilterPostOptionalIdRelationshipsUserGroup
15863
+ */
15864
+ export interface JsonApiUserDataFilterPostOptionalIdRelationshipsUserGroup {
15865
+ /**
15866
+ *
15867
+ * @type {JsonApiUserGroupToOneLinkage}
15868
+ * @memberof JsonApiUserDataFilterPostOptionalIdRelationshipsUserGroup
15869
+ */
15870
+ data: JsonApiUserGroupToOneLinkage | null;
15871
+ }
15872
15872
  /**
15873
15873
  * JSON:API representation of userGroup entity.
15874
15874
  * @export
@@ -16033,10 +16033,10 @@ export interface JsonApiUserGroupOutList {
16033
16033
  links?: ListLinks;
16034
16034
  /**
16035
16035
  *
16036
- * @type {JsonApiColorPaletteOutListMeta}
16036
+ * @type {JsonApiAggregatedFactOutListMeta}
16037
16037
  * @memberof JsonApiUserGroupOutList
16038
16038
  */
16039
- meta?: JsonApiColorPaletteOutListMeta;
16039
+ meta?: JsonApiAggregatedFactOutListMeta;
16040
16040
  /**
16041
16041
  * Included resources
16042
16042
  * @type {Array<JsonApiUserGroupOutWithLinks>}
@@ -16268,10 +16268,10 @@ export interface JsonApiUserIdentifierOutList {
16268
16268
  links?: ListLinks;
16269
16269
  /**
16270
16270
  *
16271
- * @type {JsonApiColorPaletteOutListMeta}
16271
+ * @type {JsonApiAggregatedFactOutListMeta}
16272
16272
  * @memberof JsonApiUserIdentifierOutList
16273
16273
  */
16274
- meta?: JsonApiColorPaletteOutListMeta;
16274
+ meta?: JsonApiAggregatedFactOutListMeta;
16275
16275
  }
16276
16276
  /**
16277
16277
  *
@@ -16496,10 +16496,10 @@ export interface JsonApiUserOutList {
16496
16496
  links?: ListLinks;
16497
16497
  /**
16498
16498
  *
16499
- * @type {JsonApiColorPaletteOutListMeta}
16499
+ * @type {JsonApiAggregatedFactOutListMeta}
16500
16500
  * @memberof JsonApiUserOutList
16501
16501
  */
16502
- meta?: JsonApiColorPaletteOutListMeta;
16502
+ meta?: JsonApiAggregatedFactOutListMeta;
16503
16503
  /**
16504
16504
  * Included resources
16505
16505
  * @type {Array<JsonApiUserGroupOutWithLinks>}
@@ -16642,10 +16642,10 @@ export interface JsonApiUserSettingIn {
16642
16642
  id: string;
16643
16643
  /**
16644
16644
  *
16645
- * @type {JsonApiWorkspaceSettingInAttributes}
16645
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
16646
16646
  * @memberof JsonApiUserSettingIn
16647
16647
  */
16648
- attributes?: JsonApiWorkspaceSettingInAttributes;
16648
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
16649
16649
  }
16650
16650
  export declare const JsonApiUserSettingInTypeEnum: {
16651
16651
  readonly USER_SETTING: "userSetting";
@@ -16684,10 +16684,10 @@ export interface JsonApiUserSettingOut {
16684
16684
  id: string;
16685
16685
  /**
16686
16686
  *
16687
- * @type {JsonApiWorkspaceSettingInAttributes}
16687
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
16688
16688
  * @memberof JsonApiUserSettingOut
16689
16689
  */
16690
- attributes?: JsonApiWorkspaceSettingInAttributes;
16690
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
16691
16691
  }
16692
16692
  export declare const JsonApiUserSettingOutTypeEnum: {
16693
16693
  readonly USER_SETTING: "userSetting";
@@ -16732,10 +16732,10 @@ export interface JsonApiUserSettingOutList {
16732
16732
  links?: ListLinks;
16733
16733
  /**
16734
16734
  *
16735
- * @type {JsonApiColorPaletteOutListMeta}
16735
+ * @type {JsonApiAggregatedFactOutListMeta}
16736
16736
  * @memberof JsonApiUserSettingOutList
16737
16737
  */
16738
- meta?: JsonApiColorPaletteOutListMeta;
16738
+ meta?: JsonApiAggregatedFactOutListMeta;
16739
16739
  }
16740
16740
  /**
16741
16741
  *
@@ -16757,10 +16757,10 @@ export interface JsonApiUserSettingOutWithLinks {
16757
16757
  id: string;
16758
16758
  /**
16759
16759
  *
16760
- * @type {JsonApiWorkspaceSettingInAttributes}
16760
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
16761
16761
  * @memberof JsonApiUserSettingOutWithLinks
16762
16762
  */
16763
- attributes?: JsonApiWorkspaceSettingInAttributes;
16763
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
16764
16764
  /**
16765
16765
  *
16766
16766
  * @type {ObjectLinks}
@@ -16798,10 +16798,10 @@ export interface JsonApiVisualizationObjectIn {
16798
16798
  id: string;
16799
16799
  /**
16800
16800
  *
16801
- * @type {JsonApiAnalyticalDashboardInAttributes}
16801
+ * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
16802
16802
  * @memberof JsonApiVisualizationObjectIn
16803
16803
  */
16804
- attributes: JsonApiAnalyticalDashboardInAttributes;
16804
+ attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
16805
16805
  }
16806
16806
  export declare const JsonApiVisualizationObjectInTypeEnum: {
16807
16807
  readonly VISUALIZATION_OBJECT: "visualizationObject";
@@ -16978,10 +16978,10 @@ export interface JsonApiVisualizationObjectOutList {
16978
16978
  links?: ListLinks;
16979
16979
  /**
16980
16980
  *
16981
- * @type {JsonApiColorPaletteOutListMeta}
16981
+ * @type {JsonApiAggregatedFactOutListMeta}
16982
16982
  * @memberof JsonApiVisualizationObjectOutList
16983
16983
  */
16984
- meta?: JsonApiColorPaletteOutListMeta;
16984
+ meta?: JsonApiAggregatedFactOutListMeta;
16985
16985
  /**
16986
16986
  * Included resources
16987
16987
  * @type {Array<JsonApiMetricOutIncludes>}
@@ -17262,10 +17262,10 @@ export interface JsonApiVisualizationObjectPostOptionalId {
17262
17262
  id?: string;
17263
17263
  /**
17264
17264
  *
17265
- * @type {JsonApiAnalyticalDashboardInAttributes}
17265
+ * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
17266
17266
  * @memberof JsonApiVisualizationObjectPostOptionalId
17267
17267
  */
17268
- attributes: JsonApiAnalyticalDashboardInAttributes;
17268
+ attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
17269
17269
  }
17270
17270
  export declare const JsonApiVisualizationObjectPostOptionalIdTypeEnum: {
17271
17271
  readonly VISUALIZATION_OBJECT: "visualizationObject";
@@ -17472,10 +17472,10 @@ export interface JsonApiWorkspaceDataFilterOutList {
17472
17472
  links?: ListLinks;
17473
17473
  /**
17474
17474
  *
17475
- * @type {JsonApiColorPaletteOutListMeta}
17475
+ * @type {JsonApiAggregatedFactOutListMeta}
17476
17476
  * @memberof JsonApiWorkspaceDataFilterOutList
17477
17477
  */
17478
- meta?: JsonApiColorPaletteOutListMeta;
17478
+ meta?: JsonApiAggregatedFactOutListMeta;
17479
17479
  /**
17480
17480
  * Included resources
17481
17481
  * @type {Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>}
@@ -17812,10 +17812,10 @@ export interface JsonApiWorkspaceDataFilterSettingOutList {
17812
17812
  links?: ListLinks;
17813
17813
  /**
17814
17814
  *
17815
- * @type {JsonApiColorPaletteOutListMeta}
17815
+ * @type {JsonApiAggregatedFactOutListMeta}
17816
17816
  * @memberof JsonApiWorkspaceDataFilterSettingOutList
17817
17817
  */
17818
- meta?: JsonApiColorPaletteOutListMeta;
17818
+ meta?: JsonApiAggregatedFactOutListMeta;
17819
17819
  /**
17820
17820
  * Included resources
17821
17821
  * @type {Array<JsonApiWorkspaceDataFilterOutWithLinks>}
@@ -17944,21 +17944,90 @@ export interface JsonApiWorkspaceIn {
17944
17944
  id: string;
17945
17945
  /**
17946
17946
  *
17947
- * @type {JsonApiWorkspaceOutAttributes}
17947
+ * @type {JsonApiWorkspaceInAttributes}
17948
17948
  * @memberof JsonApiWorkspaceIn
17949
17949
  */
17950
- attributes?: JsonApiWorkspaceOutAttributes;
17950
+ attributes?: JsonApiWorkspaceInAttributes;
17951
17951
  /**
17952
17952
  *
17953
- * @type {JsonApiWorkspaceOutRelationships}
17953
+ * @type {JsonApiWorkspaceInRelationships}
17954
17954
  * @memberof JsonApiWorkspaceIn
17955
17955
  */
17956
- relationships?: JsonApiWorkspaceOutRelationships;
17956
+ relationships?: JsonApiWorkspaceInRelationships;
17957
17957
  }
17958
17958
  export declare const JsonApiWorkspaceInTypeEnum: {
17959
17959
  readonly WORKSPACE: "workspace";
17960
17960
  };
17961
17961
  export type JsonApiWorkspaceInTypeEnum = (typeof JsonApiWorkspaceInTypeEnum)[keyof typeof JsonApiWorkspaceInTypeEnum];
17962
+ /**
17963
+ *
17964
+ * @export
17965
+ * @interface JsonApiWorkspaceInAttributes
17966
+ */
17967
+ export interface JsonApiWorkspaceInAttributes {
17968
+ /**
17969
+ *
17970
+ * @type {string}
17971
+ * @memberof JsonApiWorkspaceInAttributes
17972
+ */
17973
+ name?: string | null;
17974
+ /**
17975
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
17976
+ * @type {string}
17977
+ * @memberof JsonApiWorkspaceInAttributes
17978
+ * @deprecated
17979
+ */
17980
+ earlyAccess?: string | null;
17981
+ /**
17982
+ * The early access feature identifiers. They are used to enable experimental features.
17983
+ * @type {Array<string>}
17984
+ * @memberof JsonApiWorkspaceInAttributes
17985
+ */
17986
+ earlyAccessValues?: Array<string> | null;
17987
+ /**
17988
+ *
17989
+ * @type {string}
17990
+ * @memberof JsonApiWorkspaceInAttributes
17991
+ */
17992
+ description?: string | null;
17993
+ /**
17994
+ * Custom prefix of entity identifiers in workspace
17995
+ * @type {string}
17996
+ * @memberof JsonApiWorkspaceInAttributes
17997
+ */
17998
+ prefix?: string | null;
17999
+ /**
18000
+ *
18001
+ * @type {number}
18002
+ * @memberof JsonApiWorkspaceInAttributes
18003
+ */
18004
+ cacheExtraLimit?: number;
18005
+ /**
18006
+ *
18007
+ * @type {JsonApiWorkspaceInAttributesDataSource}
18008
+ * @memberof JsonApiWorkspaceInAttributes
18009
+ */
18010
+ dataSource?: JsonApiWorkspaceInAttributesDataSource;
18011
+ }
18012
+ /**
18013
+ * 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.
18014
+ * @export
18015
+ * @interface JsonApiWorkspaceInAttributesDataSource
18016
+ */
18017
+ export interface JsonApiWorkspaceInAttributesDataSource {
18018
+ /**
18019
+ * The ID of the used data source.
18020
+ * @type {string}
18021
+ * @memberof JsonApiWorkspaceInAttributesDataSource
18022
+ */
18023
+ id: string;
18024
+ /**
18025
+ * The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
18026
+ * @type {Array<string>}
18027
+ * @memberof JsonApiWorkspaceInAttributesDataSource
18028
+ */
18029
+ schemaPath?: Array<string>;
18030
+ }
17962
18031
  /**
17963
18032
  *
17964
18033
  * @export
@@ -17972,6 +18041,32 @@ export interface JsonApiWorkspaceInDocument {
17972
18041
  */
17973
18042
  data: JsonApiWorkspaceIn;
17974
18043
  }
18044
+ /**
18045
+ *
18046
+ * @export
18047
+ * @interface JsonApiWorkspaceInRelationships
18048
+ */
18049
+ export interface JsonApiWorkspaceInRelationships {
18050
+ /**
18051
+ *
18052
+ * @type {JsonApiWorkspaceInRelationshipsParent}
18053
+ * @memberof JsonApiWorkspaceInRelationships
18054
+ */
18055
+ parent?: JsonApiWorkspaceInRelationshipsParent;
18056
+ }
18057
+ /**
18058
+ *
18059
+ * @export
18060
+ * @interface JsonApiWorkspaceInRelationshipsParent
18061
+ */
18062
+ export interface JsonApiWorkspaceInRelationshipsParent {
18063
+ /**
18064
+ *
18065
+ * @type {JsonApiWorkspaceToOneLinkage}
18066
+ * @memberof JsonApiWorkspaceInRelationshipsParent
18067
+ */
18068
+ data: JsonApiWorkspaceToOneLinkage | null;
18069
+ }
17975
18070
  /**
17976
18071
  * The \\\"type\\\" and \\\"id\\\" to non-empty members.
17977
18072
  * @export
@@ -18021,90 +18116,21 @@ export interface JsonApiWorkspaceOut {
18021
18116
  meta?: JsonApiWorkspaceOutMeta;
18022
18117
  /**
18023
18118
  *
18024
- * @type {JsonApiWorkspaceOutAttributes}
18119
+ * @type {JsonApiWorkspaceInAttributes}
18025
18120
  * @memberof JsonApiWorkspaceOut
18026
18121
  */
18027
- attributes?: JsonApiWorkspaceOutAttributes;
18122
+ attributes?: JsonApiWorkspaceInAttributes;
18028
18123
  /**
18029
18124
  *
18030
- * @type {JsonApiWorkspaceOutRelationships}
18125
+ * @type {JsonApiWorkspaceInRelationships}
18031
18126
  * @memberof JsonApiWorkspaceOut
18032
18127
  */
18033
- relationships?: JsonApiWorkspaceOutRelationships;
18128
+ relationships?: JsonApiWorkspaceInRelationships;
18034
18129
  }
18035
18130
  export declare const JsonApiWorkspaceOutTypeEnum: {
18036
18131
  readonly WORKSPACE: "workspace";
18037
18132
  };
18038
18133
  export type JsonApiWorkspaceOutTypeEnum = (typeof JsonApiWorkspaceOutTypeEnum)[keyof typeof JsonApiWorkspaceOutTypeEnum];
18039
- /**
18040
- *
18041
- * @export
18042
- * @interface JsonApiWorkspaceOutAttributes
18043
- */
18044
- export interface JsonApiWorkspaceOutAttributes {
18045
- /**
18046
- *
18047
- * @type {string}
18048
- * @memberof JsonApiWorkspaceOutAttributes
18049
- */
18050
- name?: string | null;
18051
- /**
18052
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
18053
- * @type {string}
18054
- * @memberof JsonApiWorkspaceOutAttributes
18055
- * @deprecated
18056
- */
18057
- earlyAccess?: string | null;
18058
- /**
18059
- * The early access feature identifiers. They are used to enable experimental features.
18060
- * @type {Array<string>}
18061
- * @memberof JsonApiWorkspaceOutAttributes
18062
- */
18063
- earlyAccessValues?: Array<string> | null;
18064
- /**
18065
- *
18066
- * @type {string}
18067
- * @memberof JsonApiWorkspaceOutAttributes
18068
- */
18069
- description?: string | null;
18070
- /**
18071
- * Custom prefix of entity identifiers in workspace
18072
- * @type {string}
18073
- * @memberof JsonApiWorkspaceOutAttributes
18074
- */
18075
- prefix?: string | null;
18076
- /**
18077
- *
18078
- * @type {number}
18079
- * @memberof JsonApiWorkspaceOutAttributes
18080
- */
18081
- cacheExtraLimit?: number;
18082
- /**
18083
- *
18084
- * @type {JsonApiWorkspaceOutAttributesDataSource}
18085
- * @memberof JsonApiWorkspaceOutAttributes
18086
- */
18087
- dataSource?: JsonApiWorkspaceOutAttributesDataSource;
18088
- }
18089
- /**
18090
- * 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.
18091
- * @export
18092
- * @interface JsonApiWorkspaceOutAttributesDataSource
18093
- */
18094
- export interface JsonApiWorkspaceOutAttributesDataSource {
18095
- /**
18096
- * The ID of the used data source.
18097
- * @type {string}
18098
- * @memberof JsonApiWorkspaceOutAttributesDataSource
18099
- */
18100
- id: string;
18101
- /**
18102
- * The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
18103
- * @type {Array<string>}
18104
- * @memberof JsonApiWorkspaceOutAttributesDataSource
18105
- */
18106
- schemaPath?: Array<string>;
18107
- }
18108
18134
  /**
18109
18135
  *
18110
18136
  * @export
@@ -18150,10 +18176,10 @@ export interface JsonApiWorkspaceOutList {
18150
18176
  links?: ListLinks;
18151
18177
  /**
18152
18178
  *
18153
- * @type {JsonApiColorPaletteOutListMeta}
18179
+ * @type {JsonApiAggregatedFactOutListMeta}
18154
18180
  * @memberof JsonApiWorkspaceOutList
18155
18181
  */
18156
- meta?: JsonApiColorPaletteOutListMeta;
18182
+ meta?: JsonApiAggregatedFactOutListMeta;
18157
18183
  /**
18158
18184
  * Included resources
18159
18185
  * @type {Array<JsonApiWorkspaceOutWithLinks>}
@@ -18255,32 +18281,6 @@ export interface JsonApiWorkspaceOutMetaHierarchy {
18255
18281
  */
18256
18282
  childrenCount: number;
18257
18283
  }
18258
- /**
18259
- *
18260
- * @export
18261
- * @interface JsonApiWorkspaceOutRelationships
18262
- */
18263
- export interface JsonApiWorkspaceOutRelationships {
18264
- /**
18265
- *
18266
- * @type {JsonApiWorkspaceOutRelationshipsParent}
18267
- * @memberof JsonApiWorkspaceOutRelationships
18268
- */
18269
- parent?: JsonApiWorkspaceOutRelationshipsParent;
18270
- }
18271
- /**
18272
- *
18273
- * @export
18274
- * @interface JsonApiWorkspaceOutRelationshipsParent
18275
- */
18276
- export interface JsonApiWorkspaceOutRelationshipsParent {
18277
- /**
18278
- *
18279
- * @type {JsonApiWorkspaceToOneLinkage}
18280
- * @memberof JsonApiWorkspaceOutRelationshipsParent
18281
- */
18282
- data: JsonApiWorkspaceToOneLinkage | null;
18283
- }
18284
18284
  /**
18285
18285
  *
18286
18286
  * @export
@@ -18307,16 +18307,16 @@ export interface JsonApiWorkspaceOutWithLinks {
18307
18307
  meta?: JsonApiWorkspaceOutMeta;
18308
18308
  /**
18309
18309
  *
18310
- * @type {JsonApiWorkspaceOutAttributes}
18310
+ * @type {JsonApiWorkspaceInAttributes}
18311
18311
  * @memberof JsonApiWorkspaceOutWithLinks
18312
18312
  */
18313
- attributes?: JsonApiWorkspaceOutAttributes;
18313
+ attributes?: JsonApiWorkspaceInAttributes;
18314
18314
  /**
18315
18315
  *
18316
- * @type {JsonApiWorkspaceOutRelationships}
18316
+ * @type {JsonApiWorkspaceInRelationships}
18317
18317
  * @memberof JsonApiWorkspaceOutWithLinks
18318
18318
  */
18319
- relationships?: JsonApiWorkspaceOutRelationships;
18319
+ relationships?: JsonApiWorkspaceInRelationships;
18320
18320
  /**
18321
18321
  *
18322
18322
  * @type {ObjectLinks}
@@ -18348,16 +18348,16 @@ export interface JsonApiWorkspacePatch {
18348
18348
  id: string;
18349
18349
  /**
18350
18350
  *
18351
- * @type {JsonApiWorkspaceOutAttributes}
18351
+ * @type {JsonApiWorkspaceInAttributes}
18352
18352
  * @memberof JsonApiWorkspacePatch
18353
18353
  */
18354
- attributes?: JsonApiWorkspaceOutAttributes;
18354
+ attributes?: JsonApiWorkspaceInAttributes;
18355
18355
  /**
18356
18356
  *
18357
- * @type {JsonApiWorkspaceOutRelationships}
18357
+ * @type {JsonApiWorkspaceInRelationships}
18358
18358
  * @memberof JsonApiWorkspacePatch
18359
18359
  */
18360
- relationships?: JsonApiWorkspaceOutRelationships;
18360
+ relationships?: JsonApiWorkspaceInRelationships;
18361
18361
  }
18362
18362
  export declare const JsonApiWorkspacePatchTypeEnum: {
18363
18363
  readonly WORKSPACE: "workspace";
@@ -18396,62 +18396,15 @@ export interface JsonApiWorkspaceSettingIn {
18396
18396
  id: string;
18397
18397
  /**
18398
18398
  *
18399
- * @type {JsonApiWorkspaceSettingInAttributes}
18399
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
18400
18400
  * @memberof JsonApiWorkspaceSettingIn
18401
18401
  */
18402
- attributes?: JsonApiWorkspaceSettingInAttributes;
18402
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
18403
18403
  }
18404
18404
  export declare const JsonApiWorkspaceSettingInTypeEnum: {
18405
18405
  readonly WORKSPACE_SETTING: "workspaceSetting";
18406
18406
  };
18407
18407
  export type JsonApiWorkspaceSettingInTypeEnum = (typeof JsonApiWorkspaceSettingInTypeEnum)[keyof typeof JsonApiWorkspaceSettingInTypeEnum];
18408
- /**
18409
- *
18410
- * @export
18411
- * @interface JsonApiWorkspaceSettingInAttributes
18412
- */
18413
- export interface JsonApiWorkspaceSettingInAttributes {
18414
- /**
18415
- * Free-form JSON content. Maximum supported length is 15000 characters.
18416
- * @type {object}
18417
- * @memberof JsonApiWorkspaceSettingInAttributes
18418
- */
18419
- content?: object;
18420
- /**
18421
- *
18422
- * @type {string}
18423
- * @memberof JsonApiWorkspaceSettingInAttributes
18424
- */
18425
- type?: JsonApiWorkspaceSettingInAttributesTypeEnum;
18426
- }
18427
- export declare const JsonApiWorkspaceSettingInAttributesTypeEnum: {
18428
- readonly TIMEZONE: "TIMEZONE";
18429
- readonly ACTIVE_THEME: "ACTIVE_THEME";
18430
- readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
18431
- readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
18432
- readonly WHITE_LABELING: "WHITE_LABELING";
18433
- readonly LOCALE: "LOCALE";
18434
- readonly METADATA_LOCALE: "METADATA_LOCALE";
18435
- readonly FORMAT_LOCALE: "FORMAT_LOCALE";
18436
- readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
18437
- readonly WEEK_START: "WEEK_START";
18438
- readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
18439
- readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
18440
- readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
18441
- readonly OPENAI_CONFIG: "OPENAI_CONFIG";
18442
- readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
18443
- readonly ALERT: "ALERT";
18444
- readonly SEPARATORS: "SEPARATORS";
18445
- readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
18446
- readonly JIT_PROVISIONING: "JIT_PROVISIONING";
18447
- readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
18448
- readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
18449
- readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
18450
- readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
18451
- readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
18452
- readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
18453
- };
18454
- export type JsonApiWorkspaceSettingInAttributesTypeEnum = (typeof JsonApiWorkspaceSettingInAttributesTypeEnum)[keyof typeof JsonApiWorkspaceSettingInAttributesTypeEnum];
18455
18408
  /**
18456
18409
  *
18457
18410
  * @export
@@ -18491,10 +18444,10 @@ export interface JsonApiWorkspaceSettingOut {
18491
18444
  meta?: JsonApiVisualizationObjectOutMeta;
18492
18445
  /**
18493
18446
  *
18494
- * @type {JsonApiWorkspaceSettingInAttributes}
18447
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
18495
18448
  * @memberof JsonApiWorkspaceSettingOut
18496
18449
  */
18497
- attributes?: JsonApiWorkspaceSettingInAttributes;
18450
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
18498
18451
  }
18499
18452
  export declare const JsonApiWorkspaceSettingOutTypeEnum: {
18500
18453
  readonly WORKSPACE_SETTING: "workspaceSetting";
@@ -18539,10 +18492,10 @@ export interface JsonApiWorkspaceSettingOutList {
18539
18492
  links?: ListLinks;
18540
18493
  /**
18541
18494
  *
18542
- * @type {JsonApiColorPaletteOutListMeta}
18495
+ * @type {JsonApiAggregatedFactOutListMeta}
18543
18496
  * @memberof JsonApiWorkspaceSettingOutList
18544
18497
  */
18545
- meta?: JsonApiColorPaletteOutListMeta;
18498
+ meta?: JsonApiAggregatedFactOutListMeta;
18546
18499
  }
18547
18500
  /**
18548
18501
  *
@@ -18570,10 +18523,10 @@ export interface JsonApiWorkspaceSettingOutWithLinks {
18570
18523
  meta?: JsonApiVisualizationObjectOutMeta;
18571
18524
  /**
18572
18525
  *
18573
- * @type {JsonApiWorkspaceSettingInAttributes}
18526
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
18574
18527
  * @memberof JsonApiWorkspaceSettingOutWithLinks
18575
18528
  */
18576
- attributes?: JsonApiWorkspaceSettingInAttributes;
18529
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
18577
18530
  /**
18578
18531
  *
18579
18532
  * @type {ObjectLinks}
@@ -18605,10 +18558,10 @@ export interface JsonApiWorkspaceSettingPatch {
18605
18558
  id: string;
18606
18559
  /**
18607
18560
  *
18608
- * @type {JsonApiWorkspaceSettingInAttributes}
18561
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
18609
18562
  * @memberof JsonApiWorkspaceSettingPatch
18610
18563
  */
18611
- attributes?: JsonApiWorkspaceSettingInAttributes;
18564
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
18612
18565
  }
18613
18566
  export declare const JsonApiWorkspaceSettingPatchTypeEnum: {
18614
18567
  readonly WORKSPACE_SETTING: "workspaceSetting";
@@ -18647,15 +18600,62 @@ export interface JsonApiWorkspaceSettingPostOptionalId {
18647
18600
  id?: string;
18648
18601
  /**
18649
18602
  *
18650
- * @type {JsonApiWorkspaceSettingInAttributes}
18603
+ * @type {JsonApiWorkspaceSettingPostOptionalIdAttributes}
18651
18604
  * @memberof JsonApiWorkspaceSettingPostOptionalId
18652
18605
  */
18653
- attributes?: JsonApiWorkspaceSettingInAttributes;
18606
+ attributes?: JsonApiWorkspaceSettingPostOptionalIdAttributes;
18654
18607
  }
18655
18608
  export declare const JsonApiWorkspaceSettingPostOptionalIdTypeEnum: {
18656
18609
  readonly WORKSPACE_SETTING: "workspaceSetting";
18657
18610
  };
18658
18611
  export type JsonApiWorkspaceSettingPostOptionalIdTypeEnum = (typeof JsonApiWorkspaceSettingPostOptionalIdTypeEnum)[keyof typeof JsonApiWorkspaceSettingPostOptionalIdTypeEnum];
18612
+ /**
18613
+ *
18614
+ * @export
18615
+ * @interface JsonApiWorkspaceSettingPostOptionalIdAttributes
18616
+ */
18617
+ export interface JsonApiWorkspaceSettingPostOptionalIdAttributes {
18618
+ /**
18619
+ * Free-form JSON content. Maximum supported length is 15000 characters.
18620
+ * @type {object}
18621
+ * @memberof JsonApiWorkspaceSettingPostOptionalIdAttributes
18622
+ */
18623
+ content?: object;
18624
+ /**
18625
+ *
18626
+ * @type {string}
18627
+ * @memberof JsonApiWorkspaceSettingPostOptionalIdAttributes
18628
+ */
18629
+ type?: JsonApiWorkspaceSettingPostOptionalIdAttributesTypeEnum;
18630
+ }
18631
+ export declare const JsonApiWorkspaceSettingPostOptionalIdAttributesTypeEnum: {
18632
+ readonly TIMEZONE: "TIMEZONE";
18633
+ readonly ACTIVE_THEME: "ACTIVE_THEME";
18634
+ readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
18635
+ readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
18636
+ readonly WHITE_LABELING: "WHITE_LABELING";
18637
+ readonly LOCALE: "LOCALE";
18638
+ readonly METADATA_LOCALE: "METADATA_LOCALE";
18639
+ readonly FORMAT_LOCALE: "FORMAT_LOCALE";
18640
+ readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
18641
+ readonly WEEK_START: "WEEK_START";
18642
+ readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
18643
+ readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
18644
+ readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
18645
+ readonly OPENAI_CONFIG: "OPENAI_CONFIG";
18646
+ readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
18647
+ readonly ALERT: "ALERT";
18648
+ readonly SEPARATORS: "SEPARATORS";
18649
+ readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
18650
+ readonly JIT_PROVISIONING: "JIT_PROVISIONING";
18651
+ readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
18652
+ readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
18653
+ readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
18654
+ readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
18655
+ readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
18656
+ readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
18657
+ };
18658
+ export type JsonApiWorkspaceSettingPostOptionalIdAttributesTypeEnum = (typeof JsonApiWorkspaceSettingPostOptionalIdAttributesTypeEnum)[keyof typeof JsonApiWorkspaceSettingPostOptionalIdAttributesTypeEnum];
18659
18659
  /**
18660
18660
  *
18661
18661
  * @export
@@ -19940,6 +19940,7 @@ export declare const RelativeDateFilterRelativeDateFilterGranularityEnum: {
19940
19940
  readonly HOUR_OF_DAY: "HOUR_OF_DAY";
19941
19941
  readonly DAY_OF_WEEK: "DAY_OF_WEEK";
19942
19942
  readonly DAY_OF_MONTH: "DAY_OF_MONTH";
19943
+ readonly DAY_OF_QUARTER: "DAY_OF_QUARTER";
19943
19944
  readonly DAY_OF_YEAR: "DAY_OF_YEAR";
19944
19945
  readonly WEEK_OF_YEAR: "WEEK_OF_YEAR";
19945
19946
  readonly MONTH_OF_YEAR: "MONTH_OF_YEAR";