@gooddata/api-client-tiger 10.33.0-alpha.46 → 10.33.0-alpha.48

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.
@@ -6641,7 +6641,7 @@ export declare const AfmRankingFilterRankingFilterOperatorEnum: {
6641
6641
  export declare type AfmRankingFilterRankingFilterOperatorEnum = typeof AfmRankingFilterRankingFilterOperatorEnum[keyof typeof AfmRankingFilterRankingFilterOperatorEnum];
6642
6642
 
6643
6643
  /**
6644
- * A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension.
6644
+ * A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension. The \'from\' and \'to\' properties mark the boundaries of the interval. If \'from\' is omitted, all values earlier than \'to\' are included. If \'to\' is omitted, all values later than \'from\' are included. It is not allowed to omit both.
6645
6645
  * @export
6646
6646
  * @interface RelativeDateFilter
6647
6647
  */
@@ -6667,17 +6667,17 @@ export declare interface AfmRelativeDateFilterRelativeDateFilter {
6667
6667
  */
6668
6668
  granularity: AfmRelativeDateFilterRelativeDateFilterGranularityEnum;
6669
6669
  /**
6670
- * Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\').
6670
+ * Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\'). If null, then start of the range is unbounded.
6671
6671
  * @type {number}
6672
6672
  * @memberof RelativeDateFilterRelativeDateFilter
6673
6673
  */
6674
- from: number;
6674
+ from?: number | null;
6675
6675
  /**
6676
- * End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...).
6676
+ * End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...). If null, then end of the range is unbounded.
6677
6677
  * @type {number}
6678
6678
  * @memberof RelativeDateFilterRelativeDateFilter
6679
6679
  */
6680
- to: number;
6680
+ to?: number | null;
6681
6681
  /**
6682
6682
  *
6683
6683
  * @type {string}
@@ -12853,7 +12853,7 @@ export declare interface AutomationRelative {
12853
12853
  }
12854
12854
 
12855
12855
  /**
12856
- * A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension.
12856
+ * A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension. The \'from\' and \'to\' properties mark the boundaries of the interval. If \'from\' is omitted, all values earlier than \'to\' are included. If \'to\' is omitted, all values later than \'from\' are included. It is not allowed to omit both.
12857
12857
  * @export
12858
12858
  * @interface AutomationRelativeDateFilter
12859
12859
  */
@@ -12879,17 +12879,17 @@ export declare interface AutomationRelativeDateFilterRelativeDateFilter {
12879
12879
  */
12880
12880
  granularity: AutomationRelativeDateFilterRelativeDateFilterGranularityEnum;
12881
12881
  /**
12882
- * Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\').
12882
+ * Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\'). If null, then start of the range is unbounded.
12883
12883
  * @type {number}
12884
12884
  * @memberof AutomationRelativeDateFilterRelativeDateFilter
12885
12885
  */
12886
- from: number;
12886
+ from?: number | null;
12887
12887
  /**
12888
- * End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...).
12888
+ * End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...). If null, then end of the range is unbounded.
12889
12889
  * @type {number}
12890
12890
  * @memberof AutomationRelativeDateFilterRelativeDateFilter
12891
12891
  */
12892
- to: number;
12892
+ to?: number | null;
12893
12893
  /**
12894
12894
  *
12895
12895
  * @type {string}
@@ -43953,7 +43953,7 @@ export declare const ExportRawExportRequestFormatEnum: {
43953
43953
  export declare type ExportRawExportRequestFormatEnum = typeof ExportRawExportRequestFormatEnum[keyof typeof ExportRawExportRequestFormatEnum];
43954
43954
 
43955
43955
  /**
43956
- * A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension.
43956
+ * A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension. The \'from\' and \'to\' properties mark the boundaries of the interval. If \'from\' is omitted, all values earlier than \'to\' are included. If \'to\' is omitted, all values later than \'from\' are included. It is not allowed to omit both.
43957
43957
  * @export
43958
43958
  * @interface ExportRelativeDateFilter
43959
43959
  */
@@ -43979,17 +43979,17 @@ export declare interface ExportRelativeDateFilterRelativeDateFilter {
43979
43979
  */
43980
43980
  granularity: ExportRelativeDateFilterRelativeDateFilterGranularityEnum;
43981
43981
  /**
43982
- * Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\').
43982
+ * Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\'). If null, then start of the range is unbounded.
43983
43983
  * @type {number}
43984
43984
  * @memberof ExportRelativeDateFilterRelativeDateFilter
43985
43985
  */
43986
- from: number;
43986
+ from?: number | null;
43987
43987
  /**
43988
- * End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...).
43988
+ * End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...). If null, then end of the range is unbounded.
43989
43989
  * @type {number}
43990
43990
  * @memberof ExportRelativeDateFilterRelativeDateFilter
43991
43991
  */
43992
- to: number;
43992
+ to?: number | null;
43993
43993
  /**
43994
43994
  *
43995
43995
  * @type {string}
@@ -47968,10 +47968,10 @@ export declare interface JsonApiAnalyticalDashboardOutList {
47968
47968
  links?: ListLinks;
47969
47969
  /**
47970
47970
  *
47971
- * @type {JsonApiApiTokenOutListMeta}
47971
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
47972
47972
  * @memberof JsonApiAnalyticalDashboardOutList
47973
47973
  */
47974
- meta?: JsonApiApiTokenOutListMeta;
47974
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
47975
47975
  /**
47976
47976
  * Included resources
47977
47977
  * @type {Array<JsonApiAnalyticalDashboardOutIncludes>}
@@ -47980,6 +47980,20 @@ export declare interface JsonApiAnalyticalDashboardOutList {
47980
47980
  included?: Array<JsonApiAnalyticalDashboardOutIncludes>;
47981
47981
  }
47982
47982
 
47983
+ /**
47984
+ *
47985
+ * @export
47986
+ * @interface JsonApiAnalyticalDashboardOutListMeta
47987
+ */
47988
+ export declare interface JsonApiAnalyticalDashboardOutListMeta {
47989
+ /**
47990
+ *
47991
+ * @type {PageMetadata}
47992
+ * @memberof JsonApiAnalyticalDashboardOutListMeta
47993
+ */
47994
+ page?: PageMetadata;
47995
+ }
47996
+
47983
47997
  /**
47984
47998
  *
47985
47999
  * @export
@@ -48459,24 +48473,10 @@ export declare interface JsonApiApiTokenOutList {
48459
48473
  links?: ListLinks;
48460
48474
  /**
48461
48475
  *
48462
- * @type {JsonApiApiTokenOutListMeta}
48476
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
48463
48477
  * @memberof JsonApiApiTokenOutList
48464
48478
  */
48465
- meta?: JsonApiApiTokenOutListMeta;
48466
- }
48467
-
48468
- /**
48469
- *
48470
- * @export
48471
- * @interface JsonApiApiTokenOutListMeta
48472
- */
48473
- export declare interface JsonApiApiTokenOutListMeta {
48474
- /**
48475
- *
48476
- * @type {PageMetadata}
48477
- * @memberof JsonApiApiTokenOutListMeta
48478
- */
48479
- page?: PageMetadata;
48479
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
48480
48480
  }
48481
48481
 
48482
48482
  export declare const JsonApiApiTokenOutTypeEnum: {
@@ -48735,10 +48735,10 @@ export declare interface JsonApiAttributeHierarchyOutList {
48735
48735
  links?: ListLinks;
48736
48736
  /**
48737
48737
  *
48738
- * @type {JsonApiApiTokenOutListMeta}
48738
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
48739
48739
  * @memberof JsonApiAttributeHierarchyOutList
48740
48740
  */
48741
- meta?: JsonApiApiTokenOutListMeta;
48741
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
48742
48742
  /**
48743
48743
  * Included resources
48744
48744
  * @type {Array<JsonApiAttributeHierarchyOutIncludes>}
@@ -49130,10 +49130,10 @@ export declare interface JsonApiAttributeOutList {
49130
49130
  links?: ListLinks;
49131
49131
  /**
49132
49132
  *
49133
- * @type {JsonApiApiTokenOutListMeta}
49133
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
49134
49134
  * @memberof JsonApiAttributeOutList
49135
49135
  */
49136
- meta?: JsonApiApiTokenOutListMeta;
49136
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
49137
49137
  /**
49138
49138
  * Included resources
49139
49139
  * @type {Array<JsonApiAttributeOutIncludes>}
@@ -49570,10 +49570,10 @@ export declare interface JsonApiAutomationOutList {
49570
49570
  links?: ListLinks;
49571
49571
  /**
49572
49572
  *
49573
- * @type {JsonApiApiTokenOutListMeta}
49573
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
49574
49574
  * @memberof JsonApiAutomationOutList
49575
49575
  */
49576
- meta?: JsonApiApiTokenOutListMeta;
49576
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
49577
49577
  /**
49578
49578
  * Included resources
49579
49579
  * @type {Array<JsonApiAutomationOutIncludes>}
@@ -50255,10 +50255,10 @@ export declare interface JsonApiColorPaletteOutList {
50255
50255
  links?: ListLinks;
50256
50256
  /**
50257
50257
  *
50258
- * @type {JsonApiApiTokenOutListMeta}
50258
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
50259
50259
  * @memberof JsonApiColorPaletteOutList
50260
50260
  */
50261
- meta?: JsonApiApiTokenOutListMeta;
50261
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
50262
50262
  }
50263
50263
 
50264
50264
  export declare const JsonApiColorPaletteOutTypeEnum: {
@@ -50391,10 +50391,10 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
50391
50391
  id: string;
50392
50392
  /**
50393
50393
  *
50394
- * @type {JsonApiCookieSecurityConfigurationOutAttributes}
50394
+ * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
50395
50395
  * @memberof JsonApiCookieSecurityConfigurationIn
50396
50396
  */
50397
- attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
50397
+ attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
50398
50398
  }
50399
50399
 
50400
50400
  /**
@@ -50437,30 +50437,10 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
50437
50437
  id: string;
50438
50438
  /**
50439
50439
  *
50440
- * @type {JsonApiCookieSecurityConfigurationOutAttributes}
50440
+ * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
50441
50441
  * @memberof JsonApiCookieSecurityConfigurationOut
50442
50442
  */
50443
- attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
50444
- }
50445
-
50446
- /**
50447
- *
50448
- * @export
50449
- * @interface JsonApiCookieSecurityConfigurationOutAttributes
50450
- */
50451
- export declare interface JsonApiCookieSecurityConfigurationOutAttributes {
50452
- /**
50453
- *
50454
- * @type {string}
50455
- * @memberof JsonApiCookieSecurityConfigurationOutAttributes
50456
- */
50457
- lastRotation?: string;
50458
- /**
50459
- * Length of interval between automatic rotations expressed in format of ISO 8601 duration
50460
- * @type {string}
50461
- * @memberof JsonApiCookieSecurityConfigurationOutAttributes
50462
- */
50463
- rotationInterval?: string;
50443
+ attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
50464
50444
  }
50465
50445
 
50466
50446
  /**
@@ -50509,10 +50489,30 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
50509
50489
  id: string;
50510
50490
  /**
50511
50491
  *
50512
- * @type {JsonApiCookieSecurityConfigurationOutAttributes}
50492
+ * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
50513
50493
  * @memberof JsonApiCookieSecurityConfigurationPatch
50514
50494
  */
50515
- attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
50495
+ attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
50496
+ }
50497
+
50498
+ /**
50499
+ *
50500
+ * @export
50501
+ * @interface JsonApiCookieSecurityConfigurationPatchAttributes
50502
+ */
50503
+ export declare interface JsonApiCookieSecurityConfigurationPatchAttributes {
50504
+ /**
50505
+ *
50506
+ * @type {string}
50507
+ * @memberof JsonApiCookieSecurityConfigurationPatchAttributes
50508
+ */
50509
+ lastRotation?: string;
50510
+ /**
50511
+ * Length of interval between automatic rotations expressed in format of ISO 8601 duration
50512
+ * @type {string}
50513
+ * @memberof JsonApiCookieSecurityConfigurationPatchAttributes
50514
+ */
50515
+ rotationInterval?: string;
50516
50516
  }
50517
50517
 
50518
50518
  /**
@@ -50661,10 +50661,10 @@ export declare interface JsonApiCspDirectiveOutList {
50661
50661
  links?: ListLinks;
50662
50662
  /**
50663
50663
  *
50664
- * @type {JsonApiApiTokenOutListMeta}
50664
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
50665
50665
  * @memberof JsonApiCspDirectiveOutList
50666
50666
  */
50667
- meta?: JsonApiApiTokenOutListMeta;
50667
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
50668
50668
  }
50669
50669
 
50670
50670
  export declare const JsonApiCspDirectiveOutTypeEnum: {
@@ -50909,10 +50909,10 @@ export declare interface JsonApiCustomApplicationSettingOutList {
50909
50909
  links?: ListLinks;
50910
50910
  /**
50911
50911
  *
50912
- * @type {JsonApiApiTokenOutListMeta}
50912
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
50913
50913
  * @memberof JsonApiCustomApplicationSettingOutList
50914
50914
  */
50915
- meta?: JsonApiApiTokenOutListMeta;
50915
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
50916
50916
  }
50917
50917
 
50918
50918
  export declare const JsonApiCustomApplicationSettingOutTypeEnum: {
@@ -51283,10 +51283,10 @@ export declare interface JsonApiDashboardPluginOutList {
51283
51283
  links?: ListLinks;
51284
51284
  /**
51285
51285
  *
51286
- * @type {JsonApiApiTokenOutListMeta}
51286
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
51287
51287
  * @memberof JsonApiDashboardPluginOutList
51288
51288
  */
51289
- meta?: JsonApiApiTokenOutListMeta;
51289
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
51290
51290
  /**
51291
51291
  * Included resources
51292
51292
  * @type {Array<JsonApiUserIdentifierOutWithLinks>}
@@ -51877,10 +51877,10 @@ export declare interface JsonApiDatasetOutList {
51877
51877
  links?: ListLinks;
51878
51878
  /**
51879
51879
  *
51880
- * @type {JsonApiApiTokenOutListMeta}
51880
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
51881
51881
  * @memberof JsonApiDatasetOutList
51882
51882
  */
51883
- meta?: JsonApiApiTokenOutListMeta;
51883
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
51884
51884
  /**
51885
51885
  * Included resources
51886
51886
  * @type {Array<JsonApiDatasetOutIncludes>}
@@ -52018,10 +52018,10 @@ export declare interface JsonApiDataSourceIdentifierOut {
52018
52018
  id: string;
52019
52019
  /**
52020
52020
  *
52021
- * @type {JsonApiDataSourceIdentifierOutMeta}
52021
+ * @type {JsonApiDataSourceOutMeta}
52022
52022
  * @memberof JsonApiDataSourceIdentifierOut
52023
52023
  */
52024
- meta?: JsonApiDataSourceIdentifierOutMeta;
52024
+ meta?: JsonApiDataSourceOutMeta;
52025
52025
  /**
52026
52026
  *
52027
52027
  * @type {JsonApiDataSourceIdentifierOutAttributes}
@@ -52126,33 +52126,12 @@ export declare interface JsonApiDataSourceIdentifierOutList {
52126
52126
  links?: ListLinks;
52127
52127
  /**
52128
52128
  *
52129
- * @type {JsonApiApiTokenOutListMeta}
52129
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
52130
52130
  * @memberof JsonApiDataSourceIdentifierOutList
52131
52131
  */
52132
- meta?: JsonApiApiTokenOutListMeta;
52132
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
52133
52133
  }
52134
52134
 
52135
- /**
52136
- *
52137
- * @export
52138
- * @interface JsonApiDataSourceIdentifierOutMeta
52139
- */
52140
- export declare interface JsonApiDataSourceIdentifierOutMeta {
52141
- /**
52142
- * List of valid permissions for a logged-in user.
52143
- * @type {Array<string>}
52144
- * @memberof JsonApiDataSourceIdentifierOutMeta
52145
- */
52146
- permissions?: Array<JsonApiDataSourceIdentifierOutMetaPermissionsEnum>;
52147
- }
52148
-
52149
- export declare const JsonApiDataSourceIdentifierOutMetaPermissionsEnum: {
52150
- readonly MANAGE: "MANAGE";
52151
- readonly USE: "USE";
52152
- };
52153
-
52154
- export declare type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum[keyof typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum];
52155
-
52156
52135
  export declare const JsonApiDataSourceIdentifierOutTypeEnum: {
52157
52136
  readonly DATA_SOURCE_IDENTIFIER: "dataSourceIdentifier";
52158
52137
  };
@@ -52179,10 +52158,10 @@ export declare interface JsonApiDataSourceIdentifierOutWithLinks {
52179
52158
  id: string;
52180
52159
  /**
52181
52160
  *
52182
- * @type {JsonApiDataSourceIdentifierOutMeta}
52161
+ * @type {JsonApiDataSourceOutMeta}
52183
52162
  * @memberof JsonApiDataSourceIdentifierOutWithLinks
52184
52163
  */
52185
- meta?: JsonApiDataSourceIdentifierOutMeta;
52164
+ meta?: JsonApiDataSourceOutMeta;
52186
52165
  /**
52187
52166
  *
52188
52167
  * @type {JsonApiDataSourceIdentifierOutAttributes}
@@ -52303,10 +52282,10 @@ export declare interface JsonApiDataSourceInAttributes {
52303
52282
  clientSecret?: string | null;
52304
52283
  /**
52305
52284
  * Additional parameters to be used when connecting to the database providing the data for the data source.
52306
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
52285
+ * @type {Array<JsonApiDataSourcePatchAttributesParameters>}
52307
52286
  * @memberof JsonApiDataSourceInAttributes
52308
52287
  */
52309
- parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
52288
+ parameters?: Array<JsonApiDataSourcePatchAttributesParameters> | null;
52310
52289
  /**
52311
52290
  * Determines how the results coming from a particular datasource should be cached.
52312
52291
  * @type {string}
@@ -52392,10 +52371,10 @@ export declare interface JsonApiDataSourceOut {
52392
52371
  id: string;
52393
52372
  /**
52394
52373
  *
52395
- * @type {JsonApiDataSourceIdentifierOutMeta}
52374
+ * @type {JsonApiDataSourceOutMeta}
52396
52375
  * @memberof JsonApiDataSourceOut
52397
52376
  */
52398
- meta?: JsonApiDataSourceIdentifierOutMeta;
52377
+ meta?: JsonApiDataSourceOutMeta;
52399
52378
  /**
52400
52379
  *
52401
52380
  * @type {JsonApiDataSourceOutAttributes}
@@ -52448,16 +52427,16 @@ export declare interface JsonApiDataSourceOutAttributes {
52448
52427
  clientId?: string | null;
52449
52428
  /**
52450
52429
  * Additional parameters to be used when connecting to the database providing the data for the data source.
52451
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
52430
+ * @type {Array<JsonApiDataSourcePatchAttributesParameters>}
52452
52431
  * @memberof JsonApiDataSourceOutAttributes
52453
52432
  */
52454
- parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
52433
+ parameters?: Array<JsonApiDataSourcePatchAttributesParameters> | null;
52455
52434
  /**
52456
52435
  * Decoded parameters to be used when connecting to the database providing the data for the data source.
52457
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
52436
+ * @type {Array<JsonApiDataSourcePatchAttributesParameters>}
52458
52437
  * @memberof JsonApiDataSourceOutAttributes
52459
52438
  */
52460
- decodedParameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
52439
+ decodedParameters?: Array<JsonApiDataSourcePatchAttributesParameters> | null;
52461
52440
  /**
52462
52441
  * Determines how the results coming from a particular datasource should be cached.
52463
52442
  * @type {string}
@@ -52489,26 +52468,6 @@ export declare const JsonApiDataSourceOutAttributesCacheStrategyEnum: {
52489
52468
 
52490
52469
  export declare type JsonApiDataSourceOutAttributesCacheStrategyEnum = typeof JsonApiDataSourceOutAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourceOutAttributesCacheStrategyEnum];
52491
52470
 
52492
- /**
52493
- *
52494
- * @export
52495
- * @interface JsonApiDataSourceOutAttributesParameters
52496
- */
52497
- export declare interface JsonApiDataSourceOutAttributesParameters {
52498
- /**
52499
- *
52500
- * @type {string}
52501
- * @memberof JsonApiDataSourceOutAttributesParameters
52502
- */
52503
- name: string;
52504
- /**
52505
- *
52506
- * @type {string}
52507
- * @memberof JsonApiDataSourceOutAttributesParameters
52508
- */
52509
- value: string;
52510
- }
52511
-
52512
52471
  export declare const JsonApiDataSourceOutAttributesTypeEnum: {
52513
52472
  readonly POSTGRESQL: "POSTGRESQL";
52514
52473
  readonly REDSHIFT: "REDSHIFT";
@@ -52579,12 +52538,33 @@ export declare interface JsonApiDataSourceOutList {
52579
52538
  links?: ListLinks;
52580
52539
  /**
52581
52540
  *
52582
- * @type {JsonApiApiTokenOutListMeta}
52541
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
52583
52542
  * @memberof JsonApiDataSourceOutList
52584
52543
  */
52585
- meta?: JsonApiApiTokenOutListMeta;
52544
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
52545
+ }
52546
+
52547
+ /**
52548
+ *
52549
+ * @export
52550
+ * @interface JsonApiDataSourceOutMeta
52551
+ */
52552
+ export declare interface JsonApiDataSourceOutMeta {
52553
+ /**
52554
+ * List of valid permissions for a logged-in user.
52555
+ * @type {Array<string>}
52556
+ * @memberof JsonApiDataSourceOutMeta
52557
+ */
52558
+ permissions?: Array<JsonApiDataSourceOutMetaPermissionsEnum>;
52586
52559
  }
52587
52560
 
52561
+ export declare const JsonApiDataSourceOutMetaPermissionsEnum: {
52562
+ readonly MANAGE: "MANAGE";
52563
+ readonly USE: "USE";
52564
+ };
52565
+
52566
+ export declare type JsonApiDataSourceOutMetaPermissionsEnum = typeof JsonApiDataSourceOutMetaPermissionsEnum[keyof typeof JsonApiDataSourceOutMetaPermissionsEnum];
52567
+
52588
52568
  export declare const JsonApiDataSourceOutTypeEnum: {
52589
52569
  readonly DATA_SOURCE: "dataSource";
52590
52570
  };
@@ -52611,10 +52591,10 @@ export declare interface JsonApiDataSourceOutWithLinks {
52611
52591
  id: string;
52612
52592
  /**
52613
52593
  *
52614
- * @type {JsonApiDataSourceIdentifierOutMeta}
52594
+ * @type {JsonApiDataSourceOutMeta}
52615
52595
  * @memberof JsonApiDataSourceOutWithLinks
52616
52596
  */
52617
- meta?: JsonApiDataSourceIdentifierOutMeta;
52597
+ meta?: JsonApiDataSourceOutMeta;
52618
52598
  /**
52619
52599
  *
52620
52600
  * @type {JsonApiDataSourceOutAttributes}
@@ -52735,10 +52715,10 @@ export declare interface JsonApiDataSourcePatchAttributes {
52735
52715
  clientSecret?: string | null;
52736
52716
  /**
52737
52717
  * Additional parameters to be used when connecting to the database providing the data for the data source.
52738
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
52718
+ * @type {Array<JsonApiDataSourcePatchAttributesParameters>}
52739
52719
  * @memberof JsonApiDataSourcePatchAttributes
52740
52720
  */
52741
- parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
52721
+ parameters?: Array<JsonApiDataSourcePatchAttributesParameters> | null;
52742
52722
  /**
52743
52723
  * Determines how the results coming from a particular datasource should be cached.
52744
52724
  * @type {string}
@@ -52754,6 +52734,26 @@ export declare const JsonApiDataSourcePatchAttributesCacheStrategyEnum: {
52754
52734
 
52755
52735
  export declare type JsonApiDataSourcePatchAttributesCacheStrategyEnum = typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourcePatchAttributesCacheStrategyEnum];
52756
52736
 
52737
+ /**
52738
+ *
52739
+ * @export
52740
+ * @interface JsonApiDataSourcePatchAttributesParameters
52741
+ */
52742
+ export declare interface JsonApiDataSourcePatchAttributesParameters {
52743
+ /**
52744
+ *
52745
+ * @type {string}
52746
+ * @memberof JsonApiDataSourcePatchAttributesParameters
52747
+ */
52748
+ name: string;
52749
+ /**
52750
+ *
52751
+ * @type {string}
52752
+ * @memberof JsonApiDataSourcePatchAttributesParameters
52753
+ */
52754
+ value: string;
52755
+ }
52756
+
52757
52757
  export declare const JsonApiDataSourcePatchAttributesTypeEnum: {
52758
52758
  readonly POSTGRESQL: "POSTGRESQL";
52759
52759
  readonly REDSHIFT: "REDSHIFT";
@@ -52890,10 +52890,10 @@ export declare interface JsonApiEntitlementOutList {
52890
52890
  links?: ListLinks;
52891
52891
  /**
52892
52892
  *
52893
- * @type {JsonApiApiTokenOutListMeta}
52893
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
52894
52894
  * @memberof JsonApiEntitlementOutList
52895
52895
  */
52896
- meta?: JsonApiApiTokenOutListMeta;
52896
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
52897
52897
  }
52898
52898
 
52899
52899
  export declare const JsonApiEntitlementOutTypeEnum: {
@@ -53158,10 +53158,10 @@ export declare interface JsonApiExportDefinitionOutList {
53158
53158
  links?: ListLinks;
53159
53159
  /**
53160
53160
  *
53161
- * @type {JsonApiApiTokenOutListMeta}
53161
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
53162
53162
  * @memberof JsonApiExportDefinitionOutList
53163
53163
  */
53164
- meta?: JsonApiApiTokenOutListMeta;
53164
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
53165
53165
  /**
53166
53166
  * Included resources
53167
53167
  * @type {Array<JsonApiExportDefinitionOutIncludes>}
@@ -53540,231 +53540,231 @@ export declare interface JsonApiExportTemplateOutAttributes {
53540
53540
  name: string;
53541
53541
  /**
53542
53542
  *
53543
- * @type {JsonApiExportTemplateOutAttributesDashboardSlidesTemplate}
53543
+ * @type {JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate}
53544
53544
  * @memberof JsonApiExportTemplateOutAttributes
53545
53545
  */
53546
- dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
53546
+ dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
53547
53547
  /**
53548
53548
  *
53549
- * @type {JsonApiExportTemplateOutAttributesWidgetSlidesTemplate}
53549
+ * @type {JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate}
53550
53550
  * @memberof JsonApiExportTemplateOutAttributes
53551
53551
  */
53552
- widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
53552
+ widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
53553
+ }
53554
+
53555
+ /**
53556
+ *
53557
+ * @export
53558
+ * @interface JsonApiExportTemplateOutDocument
53559
+ */
53560
+ export declare interface JsonApiExportTemplateOutDocument {
53561
+ /**
53562
+ *
53563
+ * @type {JsonApiExportTemplateOut}
53564
+ * @memberof JsonApiExportTemplateOutDocument
53565
+ */
53566
+ data: JsonApiExportTemplateOut;
53567
+ /**
53568
+ *
53569
+ * @type {ObjectLinks}
53570
+ * @memberof JsonApiExportTemplateOutDocument
53571
+ */
53572
+ links?: ObjectLinks;
53573
+ }
53574
+
53575
+ /**
53576
+ * A JSON:API document with a list of resources
53577
+ * @export
53578
+ * @interface JsonApiExportTemplateOutList
53579
+ */
53580
+ export declare interface JsonApiExportTemplateOutList {
53581
+ /**
53582
+ *
53583
+ * @type {Array<JsonApiExportTemplateOutWithLinks>}
53584
+ * @memberof JsonApiExportTemplateOutList
53585
+ */
53586
+ data: Array<JsonApiExportTemplateOutWithLinks>;
53587
+ /**
53588
+ *
53589
+ * @type {ListLinks}
53590
+ * @memberof JsonApiExportTemplateOutList
53591
+ */
53592
+ links?: ListLinks;
53593
+ /**
53594
+ *
53595
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
53596
+ * @memberof JsonApiExportTemplateOutList
53597
+ */
53598
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
53599
+ }
53600
+
53601
+ export declare const JsonApiExportTemplateOutTypeEnum: {
53602
+ readonly EXPORT_TEMPLATE: "exportTemplate";
53603
+ };
53604
+
53605
+ export declare type JsonApiExportTemplateOutTypeEnum = typeof JsonApiExportTemplateOutTypeEnum[keyof typeof JsonApiExportTemplateOutTypeEnum];
53606
+
53607
+ /**
53608
+ *
53609
+ * @export
53610
+ * @interface JsonApiExportTemplateOutWithLinks
53611
+ */
53612
+ export declare interface JsonApiExportTemplateOutWithLinks {
53613
+ /**
53614
+ * Object type
53615
+ * @type {string}
53616
+ * @memberof JsonApiExportTemplateOutWithLinks
53617
+ */
53618
+ type: JsonApiExportTemplateOutWithLinksTypeEnum;
53619
+ /**
53620
+ * API identifier of an object
53621
+ * @type {string}
53622
+ * @memberof JsonApiExportTemplateOutWithLinks
53623
+ */
53624
+ id: string;
53625
+ /**
53626
+ *
53627
+ * @type {JsonApiExportTemplateOutAttributes}
53628
+ * @memberof JsonApiExportTemplateOutWithLinks
53629
+ */
53630
+ attributes: JsonApiExportTemplateOutAttributes;
53631
+ /**
53632
+ *
53633
+ * @type {ObjectLinks}
53634
+ * @memberof JsonApiExportTemplateOutWithLinks
53635
+ */
53636
+ links?: ObjectLinks;
53637
+ }
53638
+
53639
+ export declare const JsonApiExportTemplateOutWithLinksTypeEnum: {
53640
+ readonly EXPORT_TEMPLATE: "exportTemplate";
53641
+ };
53642
+
53643
+ export declare type JsonApiExportTemplateOutWithLinksTypeEnum = typeof JsonApiExportTemplateOutWithLinksTypeEnum[keyof typeof JsonApiExportTemplateOutWithLinksTypeEnum];
53644
+
53645
+ /**
53646
+ * JSON:API representation of patching exportTemplate entity.
53647
+ * @export
53648
+ * @interface JsonApiExportTemplatePatch
53649
+ */
53650
+ export declare interface JsonApiExportTemplatePatch {
53651
+ /**
53652
+ * Object type
53653
+ * @type {string}
53654
+ * @memberof JsonApiExportTemplatePatch
53655
+ */
53656
+ type: JsonApiExportTemplatePatchTypeEnum;
53657
+ /**
53658
+ * API identifier of an object
53659
+ * @type {string}
53660
+ * @memberof JsonApiExportTemplatePatch
53661
+ */
53662
+ id: string;
53663
+ /**
53664
+ *
53665
+ * @type {JsonApiExportTemplatePatchAttributes}
53666
+ * @memberof JsonApiExportTemplatePatch
53667
+ */
53668
+ attributes: JsonApiExportTemplatePatchAttributes;
53669
+ }
53670
+
53671
+ /**
53672
+ *
53673
+ * @export
53674
+ * @interface JsonApiExportTemplatePatchAttributes
53675
+ */
53676
+ export declare interface JsonApiExportTemplatePatchAttributes {
53677
+ /**
53678
+ * User-facing name of the Slides template.
53679
+ * @type {string}
53680
+ * @memberof JsonApiExportTemplatePatchAttributes
53681
+ */
53682
+ name?: string;
53683
+ /**
53684
+ *
53685
+ * @type {JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate}
53686
+ * @memberof JsonApiExportTemplatePatchAttributes
53687
+ */
53688
+ dashboardSlidesTemplate?: JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate | null;
53689
+ /**
53690
+ *
53691
+ * @type {JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate}
53692
+ * @memberof JsonApiExportTemplatePatchAttributes
53693
+ */
53694
+ widgetSlidesTemplate?: JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate | null;
53553
53695
  }
53554
53696
 
53555
53697
  /**
53556
53698
  * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
53557
53699
  * @export
53558
- * @interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
53700
+ * @interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
53559
53701
  */
53560
- export declare interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
53702
+ export declare interface JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate {
53561
53703
  /**
53562
53704
  * Export types this template applies to.
53563
53705
  * @type {Array<string>}
53564
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
53706
+ * @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
53565
53707
  */
53566
- appliedOn: Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
53708
+ appliedOn: Array<JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum>;
53567
53709
  /**
53568
53710
  *
53569
53711
  * @type {CoverSlideTemplate}
53570
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
53712
+ * @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
53571
53713
  */
53572
53714
  coverSlide?: CoverSlideTemplate | null;
53573
53715
  /**
53574
53716
  *
53575
53717
  * @type {IntroSlideTemplate}
53576
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
53718
+ * @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
53577
53719
  */
53578
53720
  introSlide?: IntroSlideTemplate | null;
53579
53721
  /**
53580
53722
  *
53581
53723
  * @type {SectionSlideTemplate}
53582
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
53724
+ * @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
53583
53725
  */
53584
53726
  sectionSlide?: SectionSlideTemplate | null;
53585
53727
  /**
53586
53728
  *
53587
53729
  * @type {ContentSlideTemplate}
53588
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
53730
+ * @memberof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplate
53589
53731
  */
53590
53732
  contentSlide?: ContentSlideTemplate | null;
53591
53733
  }
53592
53734
 
53593
- export declare const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum: {
53735
+ export declare const JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum: {
53594
53736
  readonly PDF: "PDF";
53595
53737
  readonly PPTX: "PPTX";
53596
53738
  };
53597
53739
 
53598
- export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum];
53740
+ export declare type JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum];
53599
53741
 
53600
53742
  /**
53601
53743
  * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
53602
53744
  * @export
53603
- * @interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
53745
+ * @interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
53604
53746
  */
53605
- export declare interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
53747
+ export declare interface JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate {
53606
53748
  /**
53607
53749
  * Export types this template applies to.
53608
53750
  * @type {Array<string>}
53609
- * @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
53751
+ * @memberof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
53610
53752
  */
53611
- appliedOn: Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
53753
+ appliedOn: Array<JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum>;
53612
53754
  /**
53613
53755
  *
53614
53756
  * @type {ContentSlideTemplate}
53615
- * @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
53757
+ * @memberof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplate
53616
53758
  */
53617
53759
  contentSlide?: ContentSlideTemplate | null;
53618
53760
  }
53619
53761
 
53620
- export declare const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum: {
53762
+ export declare const JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum: {
53621
53763
  readonly PDF: "PDF";
53622
53764
  readonly PPTX: "PPTX";
53623
53765
  };
53624
53766
 
53625
- export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum];
53626
-
53627
- /**
53628
- *
53629
- * @export
53630
- * @interface JsonApiExportTemplateOutDocument
53631
- */
53632
- export declare interface JsonApiExportTemplateOutDocument {
53633
- /**
53634
- *
53635
- * @type {JsonApiExportTemplateOut}
53636
- * @memberof JsonApiExportTemplateOutDocument
53637
- */
53638
- data: JsonApiExportTemplateOut;
53639
- /**
53640
- *
53641
- * @type {ObjectLinks}
53642
- * @memberof JsonApiExportTemplateOutDocument
53643
- */
53644
- links?: ObjectLinks;
53645
- }
53646
-
53647
- /**
53648
- * A JSON:API document with a list of resources
53649
- * @export
53650
- * @interface JsonApiExportTemplateOutList
53651
- */
53652
- export declare interface JsonApiExportTemplateOutList {
53653
- /**
53654
- *
53655
- * @type {Array<JsonApiExportTemplateOutWithLinks>}
53656
- * @memberof JsonApiExportTemplateOutList
53657
- */
53658
- data: Array<JsonApiExportTemplateOutWithLinks>;
53659
- /**
53660
- *
53661
- * @type {ListLinks}
53662
- * @memberof JsonApiExportTemplateOutList
53663
- */
53664
- links?: ListLinks;
53665
- /**
53666
- *
53667
- * @type {JsonApiApiTokenOutListMeta}
53668
- * @memberof JsonApiExportTemplateOutList
53669
- */
53670
- meta?: JsonApiApiTokenOutListMeta;
53671
- }
53672
-
53673
- export declare const JsonApiExportTemplateOutTypeEnum: {
53674
- readonly EXPORT_TEMPLATE: "exportTemplate";
53675
- };
53676
-
53677
- export declare type JsonApiExportTemplateOutTypeEnum = typeof JsonApiExportTemplateOutTypeEnum[keyof typeof JsonApiExportTemplateOutTypeEnum];
53678
-
53679
- /**
53680
- *
53681
- * @export
53682
- * @interface JsonApiExportTemplateOutWithLinks
53683
- */
53684
- export declare interface JsonApiExportTemplateOutWithLinks {
53685
- /**
53686
- * Object type
53687
- * @type {string}
53688
- * @memberof JsonApiExportTemplateOutWithLinks
53689
- */
53690
- type: JsonApiExportTemplateOutWithLinksTypeEnum;
53691
- /**
53692
- * API identifier of an object
53693
- * @type {string}
53694
- * @memberof JsonApiExportTemplateOutWithLinks
53695
- */
53696
- id: string;
53697
- /**
53698
- *
53699
- * @type {JsonApiExportTemplateOutAttributes}
53700
- * @memberof JsonApiExportTemplateOutWithLinks
53701
- */
53702
- attributes: JsonApiExportTemplateOutAttributes;
53703
- /**
53704
- *
53705
- * @type {ObjectLinks}
53706
- * @memberof JsonApiExportTemplateOutWithLinks
53707
- */
53708
- links?: ObjectLinks;
53709
- }
53710
-
53711
- export declare const JsonApiExportTemplateOutWithLinksTypeEnum: {
53712
- readonly EXPORT_TEMPLATE: "exportTemplate";
53713
- };
53714
-
53715
- export declare type JsonApiExportTemplateOutWithLinksTypeEnum = typeof JsonApiExportTemplateOutWithLinksTypeEnum[keyof typeof JsonApiExportTemplateOutWithLinksTypeEnum];
53716
-
53717
- /**
53718
- * JSON:API representation of patching exportTemplate entity.
53719
- * @export
53720
- * @interface JsonApiExportTemplatePatch
53721
- */
53722
- export declare interface JsonApiExportTemplatePatch {
53723
- /**
53724
- * Object type
53725
- * @type {string}
53726
- * @memberof JsonApiExportTemplatePatch
53727
- */
53728
- type: JsonApiExportTemplatePatchTypeEnum;
53729
- /**
53730
- * API identifier of an object
53731
- * @type {string}
53732
- * @memberof JsonApiExportTemplatePatch
53733
- */
53734
- id: string;
53735
- /**
53736
- *
53737
- * @type {JsonApiExportTemplatePatchAttributes}
53738
- * @memberof JsonApiExportTemplatePatch
53739
- */
53740
- attributes: JsonApiExportTemplatePatchAttributes;
53741
- }
53742
-
53743
- /**
53744
- *
53745
- * @export
53746
- * @interface JsonApiExportTemplatePatchAttributes
53747
- */
53748
- export declare interface JsonApiExportTemplatePatchAttributes {
53749
- /**
53750
- * User-facing name of the Slides template.
53751
- * @type {string}
53752
- * @memberof JsonApiExportTemplatePatchAttributes
53753
- */
53754
- name?: string;
53755
- /**
53756
- *
53757
- * @type {JsonApiExportTemplateOutAttributesDashboardSlidesTemplate}
53758
- * @memberof JsonApiExportTemplatePatchAttributes
53759
- */
53760
- dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
53761
- /**
53762
- *
53763
- * @type {JsonApiExportTemplateOutAttributesWidgetSlidesTemplate}
53764
- * @memberof JsonApiExportTemplatePatchAttributes
53765
- */
53766
- widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
53767
- }
53767
+ export declare type JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplatePatchAttributesWidgetSlidesTemplateAppliedOnEnum];
53768
53768
 
53769
53769
  /**
53770
53770
  *
@@ -54018,10 +54018,10 @@ export declare interface JsonApiFactOutList {
54018
54018
  links?: ListLinks;
54019
54019
  /**
54020
54020
  *
54021
- * @type {JsonApiApiTokenOutListMeta}
54021
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
54022
54022
  * @memberof JsonApiFactOutList
54023
54023
  */
54024
- meta?: JsonApiApiTokenOutListMeta;
54024
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
54025
54025
  /**
54026
54026
  * Included resources
54027
54027
  * @type {Array<JsonApiFactOutIncludes>}
@@ -54327,10 +54327,10 @@ export declare interface JsonApiFilterContextOutList {
54327
54327
  links?: ListLinks;
54328
54328
  /**
54329
54329
  *
54330
- * @type {JsonApiApiTokenOutListMeta}
54330
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
54331
54331
  * @memberof JsonApiFilterContextOutList
54332
54332
  */
54333
- meta?: JsonApiApiTokenOutListMeta;
54333
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
54334
54334
  /**
54335
54335
  * Included resources
54336
54336
  * @type {Array<JsonApiFilterContextOutIncludes>}
@@ -54693,10 +54693,10 @@ export declare interface JsonApiFilterViewOutList {
54693
54693
  links?: ListLinks;
54694
54694
  /**
54695
54695
  *
54696
- * @type {JsonApiApiTokenOutListMeta}
54696
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
54697
54697
  * @memberof JsonApiFilterViewOutList
54698
54698
  */
54699
- meta?: JsonApiApiTokenOutListMeta;
54699
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
54700
54700
  /**
54701
54701
  * Included resources
54702
54702
  * @type {Array<JsonApiFilterViewOutIncludes>}
@@ -54859,10 +54859,24 @@ export declare interface JsonApiFilterViewPatchRelationships {
54859
54859
  analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
54860
54860
  /**
54861
54861
  *
54862
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
54862
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
54863
54863
  * @memberof JsonApiFilterViewPatchRelationships
54864
54864
  */
54865
- user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
54865
+ user?: JsonApiFilterViewPatchRelationshipsUser;
54866
+ }
54867
+
54868
+ /**
54869
+ *
54870
+ * @export
54871
+ * @interface JsonApiFilterViewPatchRelationshipsUser
54872
+ */
54873
+ export declare interface JsonApiFilterViewPatchRelationshipsUser {
54874
+ /**
54875
+ *
54876
+ * @type {JsonApiUserToOneLinkage}
54877
+ * @memberof JsonApiFilterViewPatchRelationshipsUser
54878
+ */
54879
+ data: JsonApiUserToOneLinkage | null;
54866
54880
  }
54867
54881
 
54868
54882
  export declare const JsonApiFilterViewPatchTypeEnum: {
@@ -55088,10 +55102,10 @@ export declare interface JsonApiIdentityProviderOutList {
55088
55102
  links?: ListLinks;
55089
55103
  /**
55090
55104
  *
55091
- * @type {JsonApiApiTokenOutListMeta}
55105
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
55092
55106
  * @memberof JsonApiIdentityProviderOutList
55093
55107
  */
55094
- meta?: JsonApiApiTokenOutListMeta;
55108
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
55095
55109
  }
55096
55110
 
55097
55111
  export declare const JsonApiIdentityProviderOutTypeEnum: {
@@ -55297,10 +55311,10 @@ export declare interface JsonApiJwkIn {
55297
55311
  id: string;
55298
55312
  /**
55299
55313
  *
55300
- * @type {JsonApiJwkOutAttributes}
55314
+ * @type {JsonApiJwkPatchAttributes}
55301
55315
  * @memberof JsonApiJwkIn
55302
55316
  */
55303
- attributes?: JsonApiJwkOutAttributes;
55317
+ attributes?: JsonApiJwkPatchAttributes;
55304
55318
  }
55305
55319
 
55306
55320
  /**
@@ -55343,24 +55357,10 @@ export declare interface JsonApiJwkOut {
55343
55357
  id: string;
55344
55358
  /**
55345
55359
  *
55346
- * @type {JsonApiJwkOutAttributes}
55360
+ * @type {JsonApiJwkPatchAttributes}
55347
55361
  * @memberof JsonApiJwkOut
55348
55362
  */
55349
- attributes?: JsonApiJwkOutAttributes;
55350
- }
55351
-
55352
- /**
55353
- *
55354
- * @export
55355
- * @interface JsonApiJwkOutAttributes
55356
- */
55357
- export declare interface JsonApiJwkOutAttributes {
55358
- /**
55359
- * Specification of the cryptographic key
55360
- * @type {RsaSpecification}
55361
- * @memberof JsonApiJwkOutAttributes
55362
- */
55363
- content?: RsaSpecification;
55363
+ attributes?: JsonApiJwkPatchAttributes;
55364
55364
  }
55365
55365
 
55366
55366
  /**
@@ -55403,10 +55403,10 @@ export declare interface JsonApiJwkOutList {
55403
55403
  links?: ListLinks;
55404
55404
  /**
55405
55405
  *
55406
- * @type {JsonApiApiTokenOutListMeta}
55406
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
55407
55407
  * @memberof JsonApiJwkOutList
55408
55408
  */
55409
- meta?: JsonApiApiTokenOutListMeta;
55409
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
55410
55410
  }
55411
55411
 
55412
55412
  export declare const JsonApiJwkOutTypeEnum: {
@@ -55435,10 +55435,10 @@ export declare interface JsonApiJwkOutWithLinks {
55435
55435
  id: string;
55436
55436
  /**
55437
55437
  *
55438
- * @type {JsonApiJwkOutAttributes}
55438
+ * @type {JsonApiJwkPatchAttributes}
55439
55439
  * @memberof JsonApiJwkOutWithLinks
55440
55440
  */
55441
- attributes?: JsonApiJwkOutAttributes;
55441
+ attributes?: JsonApiJwkPatchAttributes;
55442
55442
  /**
55443
55443
  *
55444
55444
  * @type {ObjectLinks}
@@ -55473,10 +55473,24 @@ export declare interface JsonApiJwkPatch {
55473
55473
  id: string;
55474
55474
  /**
55475
55475
  *
55476
- * @type {JsonApiJwkOutAttributes}
55476
+ * @type {JsonApiJwkPatchAttributes}
55477
55477
  * @memberof JsonApiJwkPatch
55478
55478
  */
55479
- attributes?: JsonApiJwkOutAttributes;
55479
+ attributes?: JsonApiJwkPatchAttributes;
55480
+ }
55481
+
55482
+ /**
55483
+ *
55484
+ * @export
55485
+ * @interface JsonApiJwkPatchAttributes
55486
+ */
55487
+ export declare interface JsonApiJwkPatchAttributes {
55488
+ /**
55489
+ * Specification of the cryptographic key
55490
+ * @type {RsaSpecification}
55491
+ * @memberof JsonApiJwkPatchAttributes
55492
+ */
55493
+ content?: RsaSpecification;
55480
55494
  }
55481
55495
 
55482
55496
  /**
@@ -55688,10 +55702,10 @@ export declare interface JsonApiLabelOutList {
55688
55702
  links?: ListLinks;
55689
55703
  /**
55690
55704
  *
55691
- * @type {JsonApiApiTokenOutListMeta}
55705
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
55692
55706
  * @memberof JsonApiLabelOutList
55693
55707
  */
55694
- meta?: JsonApiApiTokenOutListMeta;
55708
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
55695
55709
  /**
55696
55710
  * Included resources
55697
55711
  * @type {Array<JsonApiAttributeOutWithLinks>}
@@ -55999,10 +56013,10 @@ export declare interface JsonApiLlmEndpointOutList {
55999
56013
  links?: ListLinks;
56000
56014
  /**
56001
56015
  *
56002
- * @type {JsonApiApiTokenOutListMeta}
56016
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
56003
56017
  * @memberof JsonApiLlmEndpointOutList
56004
56018
  */
56005
- meta?: JsonApiApiTokenOutListMeta;
56019
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
56006
56020
  }
56007
56021
 
56008
56022
  export declare const JsonApiLlmEndpointOutTypeEnum: {
@@ -56166,10 +56180,48 @@ export declare interface JsonApiMetricIn {
56166
56180
  id: string;
56167
56181
  /**
56168
56182
  *
56169
- * @type {JsonApiMetricPostOptionalIdAttributes}
56183
+ * @type {JsonApiMetricInAttributes}
56170
56184
  * @memberof JsonApiMetricIn
56171
56185
  */
56172
- attributes: JsonApiMetricPostOptionalIdAttributes;
56186
+ attributes: JsonApiMetricInAttributes;
56187
+ }
56188
+
56189
+ /**
56190
+ *
56191
+ * @export
56192
+ * @interface JsonApiMetricInAttributes
56193
+ */
56194
+ export declare interface JsonApiMetricInAttributes {
56195
+ /**
56196
+ *
56197
+ * @type {string}
56198
+ * @memberof JsonApiMetricInAttributes
56199
+ */
56200
+ title?: string;
56201
+ /**
56202
+ *
56203
+ * @type {string}
56204
+ * @memberof JsonApiMetricInAttributes
56205
+ */
56206
+ description?: string;
56207
+ /**
56208
+ *
56209
+ * @type {Array<string>}
56210
+ * @memberof JsonApiMetricInAttributes
56211
+ */
56212
+ tags?: Array<string>;
56213
+ /**
56214
+ *
56215
+ * @type {boolean}
56216
+ * @memberof JsonApiMetricInAttributes
56217
+ */
56218
+ areRelationsValid?: boolean;
56219
+ /**
56220
+ *
56221
+ * @type {JsonApiMetricOutAttributesContent}
56222
+ * @memberof JsonApiMetricInAttributes
56223
+ */
56224
+ content: JsonApiMetricOutAttributesContent;
56173
56225
  }
56174
56226
 
56175
56227
  /**
@@ -56378,10 +56430,10 @@ export declare interface JsonApiMetricOutList {
56378
56430
  links?: ListLinks;
56379
56431
  /**
56380
56432
  *
56381
- * @type {JsonApiApiTokenOutListMeta}
56433
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
56382
56434
  * @memberof JsonApiMetricOutList
56383
56435
  */
56384
- meta?: JsonApiApiTokenOutListMeta;
56436
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
56385
56437
  /**
56386
56438
  * Included resources
56387
56439
  * @type {Array<JsonApiMetricOutIncludes>}
@@ -56550,48 +56602,10 @@ export declare interface JsonApiMetricPostOptionalId {
56550
56602
  id?: string;
56551
56603
  /**
56552
56604
  *
56553
- * @type {JsonApiMetricPostOptionalIdAttributes}
56605
+ * @type {JsonApiMetricInAttributes}
56554
56606
  * @memberof JsonApiMetricPostOptionalId
56555
56607
  */
56556
- attributes: JsonApiMetricPostOptionalIdAttributes;
56557
- }
56558
-
56559
- /**
56560
- *
56561
- * @export
56562
- * @interface JsonApiMetricPostOptionalIdAttributes
56563
- */
56564
- export declare interface JsonApiMetricPostOptionalIdAttributes {
56565
- /**
56566
- *
56567
- * @type {string}
56568
- * @memberof JsonApiMetricPostOptionalIdAttributes
56569
- */
56570
- title?: string;
56571
- /**
56572
- *
56573
- * @type {string}
56574
- * @memberof JsonApiMetricPostOptionalIdAttributes
56575
- */
56576
- description?: string;
56577
- /**
56578
- *
56579
- * @type {Array<string>}
56580
- * @memberof JsonApiMetricPostOptionalIdAttributes
56581
- */
56582
- tags?: Array<string>;
56583
- /**
56584
- *
56585
- * @type {boolean}
56586
- * @memberof JsonApiMetricPostOptionalIdAttributes
56587
- */
56588
- areRelationsValid?: boolean;
56589
- /**
56590
- *
56591
- * @type {JsonApiMetricOutAttributesContent}
56592
- * @memberof JsonApiMetricPostOptionalIdAttributes
56593
- */
56594
- content: JsonApiMetricOutAttributesContent;
56608
+ attributes: JsonApiMetricInAttributes;
56595
56609
  }
56596
56610
 
56597
56611
  /**
@@ -56729,10 +56743,10 @@ export declare interface JsonApiNotificationChannelIdentifierOutList {
56729
56743
  links?: ListLinks;
56730
56744
  /**
56731
56745
  *
56732
- * @type {JsonApiApiTokenOutListMeta}
56746
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
56733
56747
  * @memberof JsonApiNotificationChannelIdentifierOutList
56734
56748
  */
56735
- meta?: JsonApiApiTokenOutListMeta;
56749
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
56736
56750
  }
56737
56751
 
56738
56752
  export declare const JsonApiNotificationChannelIdentifierOutTypeEnum: {
@@ -57011,10 +57025,10 @@ export declare interface JsonApiNotificationChannelOutList {
57011
57025
  links?: ListLinks;
57012
57026
  /**
57013
57027
  *
57014
- * @type {JsonApiApiTokenOutListMeta}
57028
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
57015
57029
  * @memberof JsonApiNotificationChannelOutList
57016
57030
  */
57017
- meta?: JsonApiApiTokenOutListMeta;
57031
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
57018
57032
  }
57019
57033
 
57020
57034
  export declare const JsonApiNotificationChannelOutTypeEnum: {
@@ -57500,64 +57514,22 @@ export declare type JsonApiOrganizationOutMetaPermissionsEnum = typeof JsonApiOr
57500
57514
  export declare interface JsonApiOrganizationOutRelationships {
57501
57515
  /**
57502
57516
  *
57503
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
57517
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
57504
57518
  * @memberof JsonApiOrganizationOutRelationships
57505
57519
  */
57506
- bootstrapUser?: JsonApiOrganizationOutRelationshipsBootstrapUser;
57520
+ bootstrapUser?: JsonApiFilterViewPatchRelationshipsUser;
57507
57521
  /**
57508
57522
  *
57509
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
57523
+ * @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
57510
57524
  * @memberof JsonApiOrganizationOutRelationships
57511
57525
  */
57512
- bootstrapUserGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
57526
+ bootstrapUserGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
57513
57527
  /**
57514
57528
  *
57515
- * @type {JsonApiOrganizationOutRelationshipsIdentityProvider}
57529
+ * @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
57516
57530
  * @memberof JsonApiOrganizationOutRelationships
57517
57531
  */
57518
- identityProvider?: JsonApiOrganizationOutRelationshipsIdentityProvider;
57519
- }
57520
-
57521
- /**
57522
- *
57523
- * @export
57524
- * @interface JsonApiOrganizationOutRelationshipsBootstrapUser
57525
- */
57526
- export declare interface JsonApiOrganizationOutRelationshipsBootstrapUser {
57527
- /**
57528
- *
57529
- * @type {JsonApiUserToOneLinkage}
57530
- * @memberof JsonApiOrganizationOutRelationshipsBootstrapUser
57531
- */
57532
- data: JsonApiUserToOneLinkage | null;
57533
- }
57534
-
57535
- /**
57536
- *
57537
- * @export
57538
- * @interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup
57539
- */
57540
- export declare interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
57541
- /**
57542
- *
57543
- * @type {JsonApiUserGroupToOneLinkage}
57544
- * @memberof JsonApiOrganizationOutRelationshipsBootstrapUserGroup
57545
- */
57546
- data: JsonApiUserGroupToOneLinkage | null;
57547
- }
57548
-
57549
- /**
57550
- *
57551
- * @export
57552
- * @interface JsonApiOrganizationOutRelationshipsIdentityProvider
57553
- */
57554
- export declare interface JsonApiOrganizationOutRelationshipsIdentityProvider {
57555
- /**
57556
- *
57557
- * @type {JsonApiIdentityProviderToOneLinkage}
57558
- * @memberof JsonApiOrganizationOutRelationshipsIdentityProvider
57559
- */
57560
- data: JsonApiIdentityProviderToOneLinkage | null;
57532
+ identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
57561
57533
  }
57562
57534
 
57563
57535
  export declare const JsonApiOrganizationOutTypeEnum: {
@@ -57703,10 +57675,24 @@ export declare interface JsonApiOrganizationPatchDocument {
57703
57675
  export declare interface JsonApiOrganizationPatchRelationships {
57704
57676
  /**
57705
57677
  *
57706
- * @type {JsonApiOrganizationOutRelationshipsIdentityProvider}
57678
+ * @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
57707
57679
  * @memberof JsonApiOrganizationPatchRelationships
57708
57680
  */
57709
- identityProvider?: JsonApiOrganizationOutRelationshipsIdentityProvider;
57681
+ identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
57682
+ }
57683
+
57684
+ /**
57685
+ *
57686
+ * @export
57687
+ * @interface JsonApiOrganizationPatchRelationshipsIdentityProvider
57688
+ */
57689
+ export declare interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
57690
+ /**
57691
+ *
57692
+ * @type {JsonApiIdentityProviderToOneLinkage}
57693
+ * @memberof JsonApiOrganizationPatchRelationshipsIdentityProvider
57694
+ */
57695
+ data: JsonApiIdentityProviderToOneLinkage | null;
57710
57696
  }
57711
57697
 
57712
57698
  export declare const JsonApiOrganizationPatchTypeEnum: {
@@ -57735,10 +57721,10 @@ export declare interface JsonApiOrganizationSettingIn {
57735
57721
  id: string;
57736
57722
  /**
57737
57723
  *
57738
- * @type {JsonApiUserSettingInAttributes}
57724
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
57739
57725
  * @memberof JsonApiOrganizationSettingIn
57740
57726
  */
57741
- attributes?: JsonApiUserSettingInAttributes;
57727
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
57742
57728
  }
57743
57729
 
57744
57730
  /**
@@ -57781,10 +57767,10 @@ export declare interface JsonApiOrganizationSettingOut {
57781
57767
  id: string;
57782
57768
  /**
57783
57769
  *
57784
- * @type {JsonApiUserSettingInAttributes}
57770
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
57785
57771
  * @memberof JsonApiOrganizationSettingOut
57786
57772
  */
57787
- attributes?: JsonApiUserSettingInAttributes;
57773
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
57788
57774
  }
57789
57775
 
57790
57776
  /**
@@ -57827,10 +57813,10 @@ export declare interface JsonApiOrganizationSettingOutList {
57827
57813
  links?: ListLinks;
57828
57814
  /**
57829
57815
  *
57830
- * @type {JsonApiApiTokenOutListMeta}
57816
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
57831
57817
  * @memberof JsonApiOrganizationSettingOutList
57832
57818
  */
57833
- meta?: JsonApiApiTokenOutListMeta;
57819
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
57834
57820
  }
57835
57821
 
57836
57822
  export declare const JsonApiOrganizationSettingOutTypeEnum: {
@@ -57859,10 +57845,10 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
57859
57845
  id: string;
57860
57846
  /**
57861
57847
  *
57862
- * @type {JsonApiUserSettingInAttributes}
57848
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
57863
57849
  * @memberof JsonApiOrganizationSettingOutWithLinks
57864
57850
  */
57865
- attributes?: JsonApiUserSettingInAttributes;
57851
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
57866
57852
  /**
57867
57853
  *
57868
57854
  * @type {ObjectLinks}
@@ -57897,10 +57883,10 @@ export declare interface JsonApiOrganizationSettingPatch {
57897
57883
  id: string;
57898
57884
  /**
57899
57885
  *
57900
- * @type {JsonApiUserSettingInAttributes}
57886
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
57901
57887
  * @memberof JsonApiOrganizationSettingPatch
57902
57888
  */
57903
- attributes?: JsonApiUserSettingInAttributes;
57889
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
57904
57890
  }
57905
57891
 
57906
57892
  /**
@@ -58035,10 +58021,10 @@ export declare interface JsonApiThemeOutList {
58035
58021
  links?: ListLinks;
58036
58022
  /**
58037
58023
  *
58038
- * @type {JsonApiApiTokenOutListMeta}
58024
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
58039
58025
  * @memberof JsonApiThemeOutList
58040
58026
  */
58041
- meta?: JsonApiApiTokenOutListMeta;
58027
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
58042
58028
  }
58043
58029
 
58044
58030
  export declare const JsonApiThemeOutTypeEnum: {
@@ -58311,10 +58297,10 @@ export declare interface JsonApiUserDataFilterOutList {
58311
58297
  links?: ListLinks;
58312
58298
  /**
58313
58299
  *
58314
- * @type {JsonApiApiTokenOutListMeta}
58300
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
58315
58301
  * @memberof JsonApiUserDataFilterOutList
58316
58302
  */
58317
- meta?: JsonApiApiTokenOutListMeta;
58303
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
58318
58304
  /**
58319
58305
  * Included resources
58320
58306
  * @type {Array<JsonApiUserDataFilterOutIncludes>}
@@ -58331,16 +58317,16 @@ export declare interface JsonApiUserDataFilterOutList {
58331
58317
  export declare interface JsonApiUserDataFilterOutRelationships {
58332
58318
  /**
58333
58319
  *
58334
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
58320
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
58335
58321
  * @memberof JsonApiUserDataFilterOutRelationships
58336
58322
  */
58337
- user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
58323
+ user?: JsonApiFilterViewPatchRelationshipsUser;
58338
58324
  /**
58339
58325
  *
58340
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
58326
+ * @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
58341
58327
  * @memberof JsonApiUserDataFilterOutRelationships
58342
58328
  */
58343
- userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
58329
+ userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
58344
58330
  /**
58345
58331
  *
58346
58332
  * @type {JsonApiVisualizationObjectOutRelationshipsFacts}
@@ -58521,16 +58507,30 @@ export declare interface JsonApiUserDataFilterPatchDocument {
58521
58507
  export declare interface JsonApiUserDataFilterPatchRelationships {
58522
58508
  /**
58523
58509
  *
58524
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
58510
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
58525
58511
  * @memberof JsonApiUserDataFilterPatchRelationships
58526
58512
  */
58527
- user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
58513
+ user?: JsonApiFilterViewPatchRelationshipsUser;
58528
58514
  /**
58529
58515
  *
58530
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
58516
+ * @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
58531
58517
  * @memberof JsonApiUserDataFilterPatchRelationships
58532
58518
  */
58533
- userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
58519
+ userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
58520
+ }
58521
+
58522
+ /**
58523
+ *
58524
+ * @export
58525
+ * @interface JsonApiUserDataFilterPatchRelationshipsUserGroup
58526
+ */
58527
+ export declare interface JsonApiUserDataFilterPatchRelationshipsUserGroup {
58528
+ /**
58529
+ *
58530
+ * @type {JsonApiUserGroupToOneLinkage}
58531
+ * @memberof JsonApiUserDataFilterPatchRelationshipsUserGroup
58532
+ */
58533
+ data: JsonApiUserGroupToOneLinkage | null;
58534
58534
  }
58535
58535
 
58536
58536
  export declare const JsonApiUserDataFilterPatchTypeEnum: {
@@ -58761,10 +58761,10 @@ export declare interface JsonApiUserGroupOutList {
58761
58761
  links?: ListLinks;
58762
58762
  /**
58763
58763
  *
58764
- * @type {JsonApiApiTokenOutListMeta}
58764
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
58765
58765
  * @memberof JsonApiUserGroupOutList
58766
58766
  */
58767
- meta?: JsonApiApiTokenOutListMeta;
58767
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
58768
58768
  /**
58769
58769
  * Included resources
58770
58770
  * @type {Array<JsonApiUserGroupOutWithLinks>}
@@ -59014,10 +59014,10 @@ export declare interface JsonApiUserIdentifierOutList {
59014
59014
  links?: ListLinks;
59015
59015
  /**
59016
59016
  *
59017
- * @type {JsonApiApiTokenOutListMeta}
59017
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
59018
59018
  * @memberof JsonApiUserIdentifierOutList
59019
59019
  */
59020
- meta?: JsonApiApiTokenOutListMeta;
59020
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
59021
59021
  }
59022
59022
 
59023
59023
  export declare const JsonApiUserIdentifierOutTypeEnum: {
@@ -59259,10 +59259,10 @@ export declare interface JsonApiUserOutList {
59259
59259
  links?: ListLinks;
59260
59260
  /**
59261
59261
  *
59262
- * @type {JsonApiApiTokenOutListMeta}
59262
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
59263
59263
  * @memberof JsonApiUserOutList
59264
59264
  */
59265
- meta?: JsonApiApiTokenOutListMeta;
59265
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
59266
59266
  /**
59267
59267
  * Included resources
59268
59268
  * @type {Array<JsonApiUserGroupOutWithLinks>}
@@ -59421,62 +59421,12 @@ export declare interface JsonApiUserSettingIn {
59421
59421
  id: string;
59422
59422
  /**
59423
59423
  *
59424
- * @type {JsonApiUserSettingInAttributes}
59424
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
59425
59425
  * @memberof JsonApiUserSettingIn
59426
59426
  */
59427
- attributes?: JsonApiUserSettingInAttributes;
59428
- }
59429
-
59430
- /**
59431
- *
59432
- * @export
59433
- * @interface JsonApiUserSettingInAttributes
59434
- */
59435
- export declare interface JsonApiUserSettingInAttributes {
59436
- /**
59437
- * Free-form JSON content. Maximum supported length is 15000 characters.
59438
- * @type {object}
59439
- * @memberof JsonApiUserSettingInAttributes
59440
- */
59441
- content?: object;
59442
- /**
59443
- *
59444
- * @type {string}
59445
- * @memberof JsonApiUserSettingInAttributes
59446
- */
59447
- type?: JsonApiUserSettingInAttributesTypeEnum;
59427
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
59448
59428
  }
59449
59429
 
59450
- export declare const JsonApiUserSettingInAttributesTypeEnum: {
59451
- readonly TIMEZONE: "TIMEZONE";
59452
- readonly ACTIVE_THEME: "ACTIVE_THEME";
59453
- readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
59454
- readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
59455
- readonly WHITE_LABELING: "WHITE_LABELING";
59456
- readonly LOCALE: "LOCALE";
59457
- readonly METADATA_LOCALE: "METADATA_LOCALE";
59458
- readonly FORMAT_LOCALE: "FORMAT_LOCALE";
59459
- readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
59460
- readonly WEEK_START: "WEEK_START";
59461
- readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
59462
- readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
59463
- readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
59464
- readonly OPENAI_CONFIG: "OPENAI_CONFIG";
59465
- readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
59466
- readonly ALERT: "ALERT";
59467
- readonly SEPARATORS: "SEPARATORS";
59468
- readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
59469
- readonly JIT_PROVISIONING: "JIT_PROVISIONING";
59470
- readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
59471
- readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
59472
- readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
59473
- readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
59474
- readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
59475
- readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
59476
- };
59477
-
59478
- export declare type JsonApiUserSettingInAttributesTypeEnum = typeof JsonApiUserSettingInAttributesTypeEnum[keyof typeof JsonApiUserSettingInAttributesTypeEnum];
59479
-
59480
59430
  /**
59481
59431
  *
59482
59432
  * @export
@@ -59517,10 +59467,10 @@ export declare interface JsonApiUserSettingOut {
59517
59467
  id: string;
59518
59468
  /**
59519
59469
  *
59520
- * @type {JsonApiUserSettingInAttributes}
59470
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
59521
59471
  * @memberof JsonApiUserSettingOut
59522
59472
  */
59523
- attributes?: JsonApiUserSettingInAttributes;
59473
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
59524
59474
  }
59525
59475
 
59526
59476
  /**
@@ -59563,10 +59513,10 @@ export declare interface JsonApiUserSettingOutList {
59563
59513
  links?: ListLinks;
59564
59514
  /**
59565
59515
  *
59566
- * @type {JsonApiApiTokenOutListMeta}
59516
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
59567
59517
  * @memberof JsonApiUserSettingOutList
59568
59518
  */
59569
- meta?: JsonApiApiTokenOutListMeta;
59519
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
59570
59520
  }
59571
59521
 
59572
59522
  export declare const JsonApiUserSettingOutTypeEnum: {
@@ -59595,10 +59545,10 @@ export declare interface JsonApiUserSettingOutWithLinks {
59595
59545
  id: string;
59596
59546
  /**
59597
59547
  *
59598
- * @type {JsonApiUserSettingInAttributes}
59548
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
59599
59549
  * @memberof JsonApiUserSettingOutWithLinks
59600
59550
  */
59601
- attributes?: JsonApiUserSettingInAttributes;
59551
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
59602
59552
  /**
59603
59553
  *
59604
59554
  * @type {ObjectLinks}
@@ -59826,10 +59776,10 @@ export declare interface JsonApiVisualizationObjectOutList {
59826
59776
  links?: ListLinks;
59827
59777
  /**
59828
59778
  *
59829
- * @type {JsonApiApiTokenOutListMeta}
59779
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
59830
59780
  * @memberof JsonApiVisualizationObjectOutList
59831
59781
  */
59832
- meta?: JsonApiApiTokenOutListMeta;
59782
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
59833
59783
  /**
59834
59784
  * Included resources
59835
59785
  * @type {Array<JsonApiMetricOutIncludes>}
@@ -60356,10 +60306,10 @@ export declare interface JsonApiWorkspaceDataFilterOutList {
60356
60306
  links?: ListLinks;
60357
60307
  /**
60358
60308
  *
60359
- * @type {JsonApiApiTokenOutListMeta}
60309
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
60360
60310
  * @memberof JsonApiWorkspaceDataFilterOutList
60361
60311
  */
60362
- meta?: JsonApiApiTokenOutListMeta;
60312
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
60363
60313
  /**
60364
60314
  * Included resources
60365
60315
  * @type {Array<JsonApiWorkspaceDataFilterSettingOutWithLinks>}
@@ -60666,10 +60616,10 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutList {
60666
60616
  links?: ListLinks;
60667
60617
  /**
60668
60618
  *
60669
- * @type {JsonApiApiTokenOutListMeta}
60619
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
60670
60620
  * @memberof JsonApiWorkspaceDataFilterSettingOutList
60671
60621
  */
60672
- meta?: JsonApiApiTokenOutListMeta;
60622
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
60673
60623
  /**
60674
60624
  * Included resources
60675
60625
  * @type {Array<JsonApiWorkspaceDataFilterOutWithLinks>}
@@ -60867,16 +60817,16 @@ export declare interface JsonApiWorkspaceIn {
60867
60817
  id: string;
60868
60818
  /**
60869
60819
  *
60870
- * @type {JsonApiWorkspaceOutAttributes}
60820
+ * @type {JsonApiWorkspacePatchAttributes}
60871
60821
  * @memberof JsonApiWorkspaceIn
60872
60822
  */
60873
- attributes?: JsonApiWorkspaceOutAttributes;
60823
+ attributes?: JsonApiWorkspacePatchAttributes;
60874
60824
  /**
60875
60825
  *
60876
- * @type {JsonApiWorkspaceOutRelationships}
60826
+ * @type {JsonApiWorkspacePatchRelationships}
60877
60827
  * @memberof JsonApiWorkspaceIn
60878
60828
  */
60879
- relationships?: JsonApiWorkspaceOutRelationships;
60829
+ relationships?: JsonApiWorkspacePatchRelationships;
60880
60830
  }
60881
60831
 
60882
60832
  /**
@@ -60951,87 +60901,16 @@ export declare interface JsonApiWorkspaceOut {
60951
60901
  meta?: JsonApiWorkspaceOutMeta;
60952
60902
  /**
60953
60903
  *
60954
- * @type {JsonApiWorkspaceOutAttributes}
60904
+ * @type {JsonApiWorkspacePatchAttributes}
60955
60905
  * @memberof JsonApiWorkspaceOut
60956
60906
  */
60957
- attributes?: JsonApiWorkspaceOutAttributes;
60907
+ attributes?: JsonApiWorkspacePatchAttributes;
60958
60908
  /**
60959
60909
  *
60960
- * @type {JsonApiWorkspaceOutRelationships}
60910
+ * @type {JsonApiWorkspacePatchRelationships}
60961
60911
  * @memberof JsonApiWorkspaceOut
60962
60912
  */
60963
- relationships?: JsonApiWorkspaceOutRelationships;
60964
- }
60965
-
60966
- /**
60967
- *
60968
- * @export
60969
- * @interface JsonApiWorkspaceOutAttributes
60970
- */
60971
- export declare interface JsonApiWorkspaceOutAttributes {
60972
- /**
60973
- *
60974
- * @type {string}
60975
- * @memberof JsonApiWorkspaceOutAttributes
60976
- */
60977
- name?: string | null;
60978
- /**
60979
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
60980
- * @type {string}
60981
- * @memberof JsonApiWorkspaceOutAttributes
60982
- * @deprecated
60983
- */
60984
- earlyAccess?: string | null;
60985
- /**
60986
- * The early access feature identifiers. They are used to enable experimental features.
60987
- * @type {Array<string>}
60988
- * @memberof JsonApiWorkspaceOutAttributes
60989
- */
60990
- earlyAccessValues?: Array<string> | null;
60991
- /**
60992
- *
60993
- * @type {string}
60994
- * @memberof JsonApiWorkspaceOutAttributes
60995
- */
60996
- description?: string | null;
60997
- /**
60998
- * Custom prefix of entity identifiers in workspace
60999
- * @type {string}
61000
- * @memberof JsonApiWorkspaceOutAttributes
61001
- */
61002
- prefix?: string | null;
61003
- /**
61004
- *
61005
- * @type {number}
61006
- * @memberof JsonApiWorkspaceOutAttributes
61007
- */
61008
- cacheExtraLimit?: number;
61009
- /**
61010
- *
61011
- * @type {JsonApiWorkspaceOutAttributesDataSource}
61012
- * @memberof JsonApiWorkspaceOutAttributes
61013
- */
61014
- dataSource?: JsonApiWorkspaceOutAttributesDataSource;
61015
- }
61016
-
61017
- /**
61018
- * 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.
61019
- * @export
61020
- * @interface JsonApiWorkspaceOutAttributesDataSource
61021
- */
61022
- export declare interface JsonApiWorkspaceOutAttributesDataSource {
61023
- /**
61024
- * The ID of the used data source.
61025
- * @type {string}
61026
- * @memberof JsonApiWorkspaceOutAttributesDataSource
61027
- */
61028
- id: string;
61029
- /**
61030
- * The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
61031
- * @type {Array<string>}
61032
- * @memberof JsonApiWorkspaceOutAttributesDataSource
61033
- */
61034
- schemaPath?: Array<string>;
60913
+ relationships?: JsonApiWorkspacePatchRelationships;
61035
60914
  }
61036
60915
 
61037
60916
  /**
@@ -61080,10 +60959,10 @@ export declare interface JsonApiWorkspaceOutList {
61080
60959
  links?: ListLinks;
61081
60960
  /**
61082
60961
  *
61083
- * @type {JsonApiApiTokenOutListMeta}
60962
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
61084
60963
  * @memberof JsonApiWorkspaceOutList
61085
60964
  */
61086
- meta?: JsonApiApiTokenOutListMeta;
60965
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
61087
60966
  /**
61088
60967
  * Included resources
61089
60968
  * @type {Array<JsonApiWorkspaceOutWithLinks>}
@@ -61192,34 +61071,6 @@ export declare const JsonApiWorkspaceOutMetaPermissionsEnum: {
61192
61071
 
61193
61072
  export declare type JsonApiWorkspaceOutMetaPermissionsEnum = typeof JsonApiWorkspaceOutMetaPermissionsEnum[keyof typeof JsonApiWorkspaceOutMetaPermissionsEnum];
61194
61073
 
61195
- /**
61196
- *
61197
- * @export
61198
- * @interface JsonApiWorkspaceOutRelationships
61199
- */
61200
- export declare interface JsonApiWorkspaceOutRelationships {
61201
- /**
61202
- *
61203
- * @type {JsonApiWorkspaceOutRelationshipsParent}
61204
- * @memberof JsonApiWorkspaceOutRelationships
61205
- */
61206
- parent?: JsonApiWorkspaceOutRelationshipsParent;
61207
- }
61208
-
61209
- /**
61210
- *
61211
- * @export
61212
- * @interface JsonApiWorkspaceOutRelationshipsParent
61213
- */
61214
- export declare interface JsonApiWorkspaceOutRelationshipsParent {
61215
- /**
61216
- *
61217
- * @type {JsonApiWorkspaceToOneLinkage}
61218
- * @memberof JsonApiWorkspaceOutRelationshipsParent
61219
- */
61220
- data: JsonApiWorkspaceToOneLinkage | null;
61221
- }
61222
-
61223
61074
  export declare const JsonApiWorkspaceOutTypeEnum: {
61224
61075
  readonly WORKSPACE: "workspace";
61225
61076
  };
@@ -61252,16 +61103,16 @@ export declare interface JsonApiWorkspaceOutWithLinks {
61252
61103
  meta?: JsonApiWorkspaceOutMeta;
61253
61104
  /**
61254
61105
  *
61255
- * @type {JsonApiWorkspaceOutAttributes}
61106
+ * @type {JsonApiWorkspacePatchAttributes}
61256
61107
  * @memberof JsonApiWorkspaceOutWithLinks
61257
61108
  */
61258
- attributes?: JsonApiWorkspaceOutAttributes;
61109
+ attributes?: JsonApiWorkspacePatchAttributes;
61259
61110
  /**
61260
61111
  *
61261
- * @type {JsonApiWorkspaceOutRelationships}
61112
+ * @type {JsonApiWorkspacePatchRelationships}
61262
61113
  * @memberof JsonApiWorkspaceOutWithLinks
61263
61114
  */
61264
- relationships?: JsonApiWorkspaceOutRelationships;
61115
+ relationships?: JsonApiWorkspacePatchRelationships;
61265
61116
  /**
61266
61117
  *
61267
61118
  * @type {ObjectLinks}
@@ -61296,16 +61147,87 @@ export declare interface JsonApiWorkspacePatch {
61296
61147
  id: string;
61297
61148
  /**
61298
61149
  *
61299
- * @type {JsonApiWorkspaceOutAttributes}
61150
+ * @type {JsonApiWorkspacePatchAttributes}
61300
61151
  * @memberof JsonApiWorkspacePatch
61301
61152
  */
61302
- attributes?: JsonApiWorkspaceOutAttributes;
61153
+ attributes?: JsonApiWorkspacePatchAttributes;
61303
61154
  /**
61304
61155
  *
61305
- * @type {JsonApiWorkspaceOutRelationships}
61156
+ * @type {JsonApiWorkspacePatchRelationships}
61306
61157
  * @memberof JsonApiWorkspacePatch
61307
61158
  */
61308
- relationships?: JsonApiWorkspaceOutRelationships;
61159
+ relationships?: JsonApiWorkspacePatchRelationships;
61160
+ }
61161
+
61162
+ /**
61163
+ *
61164
+ * @export
61165
+ * @interface JsonApiWorkspacePatchAttributes
61166
+ */
61167
+ export declare interface JsonApiWorkspacePatchAttributes {
61168
+ /**
61169
+ *
61170
+ * @type {string}
61171
+ * @memberof JsonApiWorkspacePatchAttributes
61172
+ */
61173
+ name?: string | null;
61174
+ /**
61175
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
61176
+ * @type {string}
61177
+ * @memberof JsonApiWorkspacePatchAttributes
61178
+ * @deprecated
61179
+ */
61180
+ earlyAccess?: string | null;
61181
+ /**
61182
+ * The early access feature identifiers. They are used to enable experimental features.
61183
+ * @type {Array<string>}
61184
+ * @memberof JsonApiWorkspacePatchAttributes
61185
+ */
61186
+ earlyAccessValues?: Array<string> | null;
61187
+ /**
61188
+ *
61189
+ * @type {string}
61190
+ * @memberof JsonApiWorkspacePatchAttributes
61191
+ */
61192
+ description?: string | null;
61193
+ /**
61194
+ * Custom prefix of entity identifiers in workspace
61195
+ * @type {string}
61196
+ * @memberof JsonApiWorkspacePatchAttributes
61197
+ */
61198
+ prefix?: string | null;
61199
+ /**
61200
+ *
61201
+ * @type {number}
61202
+ * @memberof JsonApiWorkspacePatchAttributes
61203
+ */
61204
+ cacheExtraLimit?: number;
61205
+ /**
61206
+ *
61207
+ * @type {JsonApiWorkspacePatchAttributesDataSource}
61208
+ * @memberof JsonApiWorkspacePatchAttributes
61209
+ */
61210
+ dataSource?: JsonApiWorkspacePatchAttributesDataSource;
61211
+ }
61212
+
61213
+ /**
61214
+ * 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.
61215
+ * @export
61216
+ * @interface JsonApiWorkspacePatchAttributesDataSource
61217
+ */
61218
+ export declare interface JsonApiWorkspacePatchAttributesDataSource {
61219
+ /**
61220
+ * The ID of the used data source.
61221
+ * @type {string}
61222
+ * @memberof JsonApiWorkspacePatchAttributesDataSource
61223
+ */
61224
+ id: string;
61225
+ /**
61226
+ * The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
61227
+ * @type {Array<string>}
61228
+ * @memberof JsonApiWorkspacePatchAttributesDataSource
61229
+ */
61230
+ schemaPath?: Array<string>;
61309
61231
  }
61310
61232
 
61311
61233
  /**
@@ -61322,6 +61244,34 @@ export declare interface JsonApiWorkspacePatchDocument {
61322
61244
  data: JsonApiWorkspacePatch;
61323
61245
  }
61324
61246
 
61247
+ /**
61248
+ *
61249
+ * @export
61250
+ * @interface JsonApiWorkspacePatchRelationships
61251
+ */
61252
+ export declare interface JsonApiWorkspacePatchRelationships {
61253
+ /**
61254
+ *
61255
+ * @type {JsonApiWorkspacePatchRelationshipsParent}
61256
+ * @memberof JsonApiWorkspacePatchRelationships
61257
+ */
61258
+ parent?: JsonApiWorkspacePatchRelationshipsParent;
61259
+ }
61260
+
61261
+ /**
61262
+ *
61263
+ * @export
61264
+ * @interface JsonApiWorkspacePatchRelationshipsParent
61265
+ */
61266
+ export declare interface JsonApiWorkspacePatchRelationshipsParent {
61267
+ /**
61268
+ *
61269
+ * @type {JsonApiWorkspaceToOneLinkage}
61270
+ * @memberof JsonApiWorkspacePatchRelationshipsParent
61271
+ */
61272
+ data: JsonApiWorkspaceToOneLinkage | null;
61273
+ }
61274
+
61325
61275
  export declare const JsonApiWorkspacePatchTypeEnum: {
61326
61276
  readonly WORKSPACE: "workspace";
61327
61277
  };
@@ -61348,10 +61298,10 @@ export declare interface JsonApiWorkspaceSettingIn {
61348
61298
  id: string;
61349
61299
  /**
61350
61300
  *
61351
- * @type {JsonApiUserSettingInAttributes}
61301
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
61352
61302
  * @memberof JsonApiWorkspaceSettingIn
61353
61303
  */
61354
- attributes?: JsonApiUserSettingInAttributes;
61304
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
61355
61305
  }
61356
61306
 
61357
61307
  /**
@@ -61400,10 +61350,10 @@ export declare interface JsonApiWorkspaceSettingOut {
61400
61350
  meta?: JsonApiVisualizationObjectOutMeta;
61401
61351
  /**
61402
61352
  *
61403
- * @type {JsonApiUserSettingInAttributes}
61353
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
61404
61354
  * @memberof JsonApiWorkspaceSettingOut
61405
61355
  */
61406
- attributes?: JsonApiUserSettingInAttributes;
61356
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
61407
61357
  }
61408
61358
 
61409
61359
  /**
@@ -61446,10 +61396,10 @@ export declare interface JsonApiWorkspaceSettingOutList {
61446
61396
  links?: ListLinks;
61447
61397
  /**
61448
61398
  *
61449
- * @type {JsonApiApiTokenOutListMeta}
61399
+ * @type {JsonApiAnalyticalDashboardOutListMeta}
61450
61400
  * @memberof JsonApiWorkspaceSettingOutList
61451
61401
  */
61452
- meta?: JsonApiApiTokenOutListMeta;
61402
+ meta?: JsonApiAnalyticalDashboardOutListMeta;
61453
61403
  }
61454
61404
 
61455
61405
  export declare const JsonApiWorkspaceSettingOutTypeEnum: {
@@ -61484,10 +61434,10 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
61484
61434
  meta?: JsonApiVisualizationObjectOutMeta;
61485
61435
  /**
61486
61436
  *
61487
- * @type {JsonApiUserSettingInAttributes}
61437
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
61488
61438
  * @memberof JsonApiWorkspaceSettingOutWithLinks
61489
61439
  */
61490
- attributes?: JsonApiUserSettingInAttributes;
61440
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
61491
61441
  /**
61492
61442
  *
61493
61443
  * @type {ObjectLinks}
@@ -61522,12 +61472,62 @@ export declare interface JsonApiWorkspaceSettingPatch {
61522
61472
  id: string;
61523
61473
  /**
61524
61474
  *
61525
- * @type {JsonApiUserSettingInAttributes}
61475
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
61526
61476
  * @memberof JsonApiWorkspaceSettingPatch
61527
61477
  */
61528
- attributes?: JsonApiUserSettingInAttributes;
61478
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
61529
61479
  }
61530
61480
 
61481
+ /**
61482
+ *
61483
+ * @export
61484
+ * @interface JsonApiWorkspaceSettingPatchAttributes
61485
+ */
61486
+ export declare interface JsonApiWorkspaceSettingPatchAttributes {
61487
+ /**
61488
+ * Free-form JSON content. Maximum supported length is 15000 characters.
61489
+ * @type {object}
61490
+ * @memberof JsonApiWorkspaceSettingPatchAttributes
61491
+ */
61492
+ content?: object;
61493
+ /**
61494
+ *
61495
+ * @type {string}
61496
+ * @memberof JsonApiWorkspaceSettingPatchAttributes
61497
+ */
61498
+ type?: JsonApiWorkspaceSettingPatchAttributesTypeEnum;
61499
+ }
61500
+
61501
+ export declare const JsonApiWorkspaceSettingPatchAttributesTypeEnum: {
61502
+ readonly TIMEZONE: "TIMEZONE";
61503
+ readonly ACTIVE_THEME: "ACTIVE_THEME";
61504
+ readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
61505
+ readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
61506
+ readonly WHITE_LABELING: "WHITE_LABELING";
61507
+ readonly LOCALE: "LOCALE";
61508
+ readonly METADATA_LOCALE: "METADATA_LOCALE";
61509
+ readonly FORMAT_LOCALE: "FORMAT_LOCALE";
61510
+ readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
61511
+ readonly WEEK_START: "WEEK_START";
61512
+ readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
61513
+ readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
61514
+ readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
61515
+ readonly OPENAI_CONFIG: "OPENAI_CONFIG";
61516
+ readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
61517
+ readonly ALERT: "ALERT";
61518
+ readonly SEPARATORS: "SEPARATORS";
61519
+ readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
61520
+ readonly JIT_PROVISIONING: "JIT_PROVISIONING";
61521
+ readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
61522
+ readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
61523
+ readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
61524
+ readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
61525
+ readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
61526
+ readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
61527
+ };
61528
+
61529
+ export declare type JsonApiWorkspaceSettingPatchAttributesTypeEnum = typeof JsonApiWorkspaceSettingPatchAttributesTypeEnum[keyof typeof JsonApiWorkspaceSettingPatchAttributesTypeEnum];
61530
+
61531
61531
  /**
61532
61532
  *
61533
61533
  * @export
@@ -61568,10 +61568,10 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
61568
61568
  id?: string;
61569
61569
  /**
61570
61570
  *
61571
- * @type {JsonApiUserSettingInAttributes}
61571
+ * @type {JsonApiWorkspaceSettingPatchAttributes}
61572
61572
  * @memberof JsonApiWorkspaceSettingPostOptionalId
61573
61573
  */
61574
- attributes?: JsonApiUserSettingInAttributes;
61574
+ attributes?: JsonApiWorkspaceSettingPatchAttributes;
61575
61575
  }
61576
61576
 
61577
61577
  /**
@@ -78845,7 +78845,7 @@ export declare interface Relative {
78845
78845
  }
78846
78846
 
78847
78847
  /**
78848
- * A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension.
78848
+ * A date filter specifying a time interval that is relative to the current date. For example, last week, next month, and so on. Field dataset is representing qualifier of date dimension. The \'from\' and \'to\' properties mark the boundaries of the interval. If \'from\' is omitted, all values earlier than \'to\' are included. If \'to\' is omitted, all values later than \'from\' are included. It is not allowed to omit both.
78849
78849
  * @export
78850
78850
  * @interface RelativeDateFilter
78851
78851
  */
@@ -78871,17 +78871,17 @@ export declare interface RelativeDateFilterRelativeDateFilter {
78871
78871
  */
78872
78872
  granularity: RelativeDateFilterRelativeDateFilterGranularityEnum;
78873
78873
  /**
78874
- * Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\').
78874
+ * Start of the filtering interval. Specified by number of periods (with respect to given granularity). Typically negative (historical time interval like -2 for \'2 days/weeks, ... ago\'). If null, then start of the range is unbounded.
78875
78875
  * @type {number}
78876
78876
  * @memberof RelativeDateFilterRelativeDateFilter
78877
78877
  */
78878
- from: number;
78878
+ from?: number | null;
78879
78879
  /**
78880
- * End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...).
78880
+ * End of the filtering interval. Specified by number of periods (with respect to given granularity). Value \'O\' is representing current time-interval (current day, week, ...). If null, then end of the range is unbounded.
78881
78881
  * @type {number}
78882
78882
  * @memberof RelativeDateFilterRelativeDateFilter
78883
78883
  */
78884
- to: number;
78884
+ to?: number | null;
78885
78885
  /**
78886
78886
  *
78887
78887
  * @type {string}