@gooddata/api-client-tiger 10.30.0-alpha.20 → 10.30.0-alpha.21

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.
@@ -22841,6 +22841,32 @@ export declare interface DeclarativeIdentityProvider {
22841
22841
  * @memberof DeclarativeIdentityProvider
22842
22842
  */
22843
22843
  oauthIssuerLocation?: string;
22844
+ /**
22845
+ * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
22846
+ * @type {string}
22847
+ * @memberof DeclarativeIdentityProvider
22848
+ */
22849
+ oauthIssuerId?: string;
22850
+ /**
22851
+ * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
22852
+ * @type {string}
22853
+ * @memberof DeclarativeIdentityProvider
22854
+ */
22855
+ oauthSubjectIdClaim?: string;
22856
+ /**
22857
+ * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
22858
+ * @type {{ [key: string]: string; }}
22859
+ * @memberof DeclarativeIdentityProvider
22860
+ */
22861
+ oauthCustomAuthAttributes?: {
22862
+ [key: string]: string;
22863
+ };
22864
+ /**
22865
+ * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
22866
+ * @type {Array<string>}
22867
+ * @memberof DeclarativeIdentityProvider
22868
+ */
22869
+ oauthCustomScopes?: Array<string> | null;
22844
22870
  }
22845
22871
 
22846
22872
  /**
@@ -45659,10 +45685,10 @@ export declare interface JsonApiAnalyticalDashboardIn {
45659
45685
  id: string;
45660
45686
  /**
45661
45687
  *
45662
- * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
45688
+ * @type {JsonApiFilterContextOutAttributes}
45663
45689
  * @memberof JsonApiAnalyticalDashboardIn
45664
45690
  */
45665
- attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
45691
+ attributes: JsonApiFilterContextOutAttributes;
45666
45692
  }
45667
45693
 
45668
45694
  /**
@@ -46139,48 +46165,10 @@ export declare interface JsonApiAnalyticalDashboardPostOptionalId {
46139
46165
  id?: string;
46140
46166
  /**
46141
46167
  *
46142
- * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
46168
+ * @type {JsonApiFilterContextOutAttributes}
46143
46169
  * @memberof JsonApiAnalyticalDashboardPostOptionalId
46144
46170
  */
46145
- attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
46146
- }
46147
-
46148
- /**
46149
- *
46150
- * @export
46151
- * @interface JsonApiAnalyticalDashboardPostOptionalIdAttributes
46152
- */
46153
- export declare interface JsonApiAnalyticalDashboardPostOptionalIdAttributes {
46154
- /**
46155
- *
46156
- * @type {string}
46157
- * @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
46158
- */
46159
- title?: string;
46160
- /**
46161
- *
46162
- * @type {string}
46163
- * @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
46164
- */
46165
- description?: string;
46166
- /**
46167
- *
46168
- * @type {Array<string>}
46169
- * @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
46170
- */
46171
- tags?: Array<string>;
46172
- /**
46173
- *
46174
- * @type {boolean}
46175
- * @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
46176
- */
46177
- areRelationsValid?: boolean;
46178
- /**
46179
- * Free-form JSON content. Maximum supported length is 250000 characters.
46180
- * @type {object}
46181
- * @memberof JsonApiAnalyticalDashboardPostOptionalIdAttributes
46182
- */
46183
- content: object;
46171
+ attributes: JsonApiFilterContextOutAttributes;
46184
46172
  }
46185
46173
 
46186
46174
  /**
@@ -46414,48 +46402,10 @@ export declare interface JsonApiAttributeHierarchyIn {
46414
46402
  id: string;
46415
46403
  /**
46416
46404
  *
46417
- * @type {JsonApiAttributeHierarchyInAttributes}
46405
+ * @type {JsonApiAttributeHierarchyPatchAttributes}
46418
46406
  * @memberof JsonApiAttributeHierarchyIn
46419
46407
  */
46420
- attributes?: JsonApiAttributeHierarchyInAttributes;
46421
- }
46422
-
46423
- /**
46424
- *
46425
- * @export
46426
- * @interface JsonApiAttributeHierarchyInAttributes
46427
- */
46428
- export declare interface JsonApiAttributeHierarchyInAttributes {
46429
- /**
46430
- *
46431
- * @type {string}
46432
- * @memberof JsonApiAttributeHierarchyInAttributes
46433
- */
46434
- title?: string;
46435
- /**
46436
- *
46437
- * @type {string}
46438
- * @memberof JsonApiAttributeHierarchyInAttributes
46439
- */
46440
- description?: string;
46441
- /**
46442
- *
46443
- * @type {Array<string>}
46444
- * @memberof JsonApiAttributeHierarchyInAttributes
46445
- */
46446
- tags?: Array<string>;
46447
- /**
46448
- *
46449
- * @type {boolean}
46450
- * @memberof JsonApiAttributeHierarchyInAttributes
46451
- */
46452
- areRelationsValid?: boolean;
46453
- /**
46454
- * Free-form JSON content. Maximum supported length is 15000 characters.
46455
- * @type {object}
46456
- * @memberof JsonApiAttributeHierarchyInAttributes
46457
- */
46458
- content?: object;
46408
+ attributes?: JsonApiAttributeHierarchyPatchAttributes;
46459
46409
  }
46460
46410
 
46461
46411
  /**
@@ -46758,10 +46708,48 @@ export declare interface JsonApiAttributeHierarchyPatch {
46758
46708
  id: string;
46759
46709
  /**
46760
46710
  *
46761
- * @type {JsonApiAttributeHierarchyInAttributes}
46711
+ * @type {JsonApiAttributeHierarchyPatchAttributes}
46762
46712
  * @memberof JsonApiAttributeHierarchyPatch
46763
46713
  */
46764
- attributes?: JsonApiAttributeHierarchyInAttributes;
46714
+ attributes?: JsonApiAttributeHierarchyPatchAttributes;
46715
+ }
46716
+
46717
+ /**
46718
+ *
46719
+ * @export
46720
+ * @interface JsonApiAttributeHierarchyPatchAttributes
46721
+ */
46722
+ export declare interface JsonApiAttributeHierarchyPatchAttributes {
46723
+ /**
46724
+ *
46725
+ * @type {string}
46726
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
46727
+ */
46728
+ title?: string;
46729
+ /**
46730
+ *
46731
+ * @type {string}
46732
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
46733
+ */
46734
+ description?: string;
46735
+ /**
46736
+ *
46737
+ * @type {Array<string>}
46738
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
46739
+ */
46740
+ tags?: Array<string>;
46741
+ /**
46742
+ *
46743
+ * @type {boolean}
46744
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
46745
+ */
46746
+ areRelationsValid?: boolean;
46747
+ /**
46748
+ * Free-form JSON content. Maximum supported length is 15000 characters.
46749
+ * @type {object}
46750
+ * @memberof JsonApiAttributeHierarchyPatchAttributes
46751
+ */
46752
+ content?: object;
46765
46753
  }
46766
46754
 
46767
46755
  /**
@@ -47170,290 +47158,16 @@ export declare interface JsonApiAutomationIn {
47170
47158
  id: string;
47171
47159
  /**
47172
47160
  *
47173
- * @type {JsonApiAutomationInAttributes}
47161
+ * @type {JsonApiAutomationPatchAttributes}
47174
47162
  * @memberof JsonApiAutomationIn
47175
47163
  */
47176
- attributes?: JsonApiAutomationInAttributes;
47164
+ attributes?: JsonApiAutomationPatchAttributes;
47177
47165
  /**
47178
47166
  *
47179
- * @type {JsonApiAutomationInRelationships}
47167
+ * @type {JsonApiAutomationPatchRelationships}
47180
47168
  * @memberof JsonApiAutomationIn
47181
47169
  */
47182
- relationships?: JsonApiAutomationInRelationships;
47183
- }
47184
-
47185
- /**
47186
- *
47187
- * @export
47188
- * @interface JsonApiAutomationInAttributes
47189
- */
47190
- export declare interface JsonApiAutomationInAttributes {
47191
- /**
47192
- *
47193
- * @type {string}
47194
- * @memberof JsonApiAutomationInAttributes
47195
- */
47196
- title?: string;
47197
- /**
47198
- *
47199
- * @type {string}
47200
- * @memberof JsonApiAutomationInAttributes
47201
- */
47202
- description?: string;
47203
- /**
47204
- *
47205
- * @type {Array<string>}
47206
- * @memberof JsonApiAutomationInAttributes
47207
- */
47208
- tags?: Array<string>;
47209
- /**
47210
- *
47211
- * @type {boolean}
47212
- * @memberof JsonApiAutomationInAttributes
47213
- */
47214
- areRelationsValid?: boolean;
47215
- /**
47216
- * Additional details to be included in the automated message.
47217
- * @type {any}
47218
- * @memberof JsonApiAutomationInAttributes
47219
- */
47220
- details?: any;
47221
- /**
47222
- *
47223
- * @type {JsonApiAutomationInAttributesMetadata}
47224
- * @memberof JsonApiAutomationInAttributes
47225
- */
47226
- metadata?: JsonApiAutomationInAttributesMetadata | null;
47227
- /**
47228
- * Current state of the automation.
47229
- * @type {string}
47230
- * @memberof JsonApiAutomationInAttributes
47231
- */
47232
- state?: JsonApiAutomationInAttributesStateEnum;
47233
- /**
47234
- *
47235
- * @type {JsonApiAutomationInAttributesSchedule}
47236
- * @memberof JsonApiAutomationInAttributes
47237
- */
47238
- schedule?: JsonApiAutomationInAttributesSchedule;
47239
- /**
47240
- *
47241
- * @type {JsonApiAutomationInAttributesAlert}
47242
- * @memberof JsonApiAutomationInAttributes
47243
- */
47244
- alert?: JsonApiAutomationInAttributesAlert;
47245
- /**
47246
- *
47247
- * @type {Array<JsonApiAutomationInAttributesTabularExports>}
47248
- * @memberof JsonApiAutomationInAttributes
47249
- */
47250
- tabularExports?: Array<JsonApiAutomationInAttributesTabularExports>;
47251
- /**
47252
- *
47253
- * @type {Array<JsonApiAutomationInAttributesVisualExports>}
47254
- * @memberof JsonApiAutomationInAttributes
47255
- */
47256
- visualExports?: Array<JsonApiAutomationInAttributesVisualExports>;
47257
- /**
47258
- *
47259
- * @type {Array<JsonApiAutomationInAttributesImageExports>}
47260
- * @memberof JsonApiAutomationInAttributes
47261
- */
47262
- imageExports?: Array<JsonApiAutomationInAttributesImageExports>;
47263
- /**
47264
- *
47265
- * @type {Array<JsonApiAutomationInAttributesRawExports>}
47266
- * @memberof JsonApiAutomationInAttributes
47267
- */
47268
- rawExports?: Array<JsonApiAutomationInAttributesRawExports>;
47269
- /**
47270
- *
47271
- * @type {Array<JsonApiAutomationInAttributesSlidesExports>}
47272
- * @memberof JsonApiAutomationInAttributes
47273
- */
47274
- slidesExports?: Array<JsonApiAutomationInAttributesSlidesExports>;
47275
- /**
47276
- * External recipients of the automation action results.
47277
- * @type {Array<JsonApiAutomationInAttributesExternalRecipients>}
47278
- * @memberof JsonApiAutomationInAttributes
47279
- */
47280
- externalRecipients?: Array<JsonApiAutomationInAttributesExternalRecipients>;
47281
- }
47282
-
47283
- /**
47284
- *
47285
- * @export
47286
- * @interface JsonApiAutomationInAttributesAlert
47287
- */
47288
- export declare interface JsonApiAutomationInAttributesAlert {
47289
- /**
47290
- *
47291
- * @type {AlertAfm}
47292
- * @memberof JsonApiAutomationInAttributesAlert
47293
- */
47294
- execution: AlertAfm;
47295
- /**
47296
- *
47297
- * @type {AlertCondition}
47298
- * @memberof JsonApiAutomationInAttributesAlert
47299
- */
47300
- condition: AlertCondition;
47301
- /**
47302
- * Trigger behavior for the alert. ALWAYS - alert is triggered every time the condition is met. ONCE - alert is triggered only once when the condition is met.
47303
- * @type {string}
47304
- * @memberof JsonApiAutomationInAttributesAlert
47305
- */
47306
- trigger?: JsonApiAutomationInAttributesAlertTriggerEnum;
47307
- }
47308
-
47309
- export declare const JsonApiAutomationInAttributesAlertTriggerEnum: {
47310
- readonly ALWAYS: "ALWAYS";
47311
- readonly ONCE: "ONCE";
47312
- };
47313
-
47314
- export declare type JsonApiAutomationInAttributesAlertTriggerEnum = typeof JsonApiAutomationInAttributesAlertTriggerEnum[keyof typeof JsonApiAutomationInAttributesAlertTriggerEnum];
47315
-
47316
- /**
47317
- *
47318
- * @export
47319
- * @interface JsonApiAutomationInAttributesExternalRecipients
47320
- */
47321
- export declare interface JsonApiAutomationInAttributesExternalRecipients {
47322
- /**
47323
- * E-mail address to send notifications from.
47324
- * @type {string}
47325
- * @memberof JsonApiAutomationInAttributesExternalRecipients
47326
- */
47327
- email: string;
47328
- }
47329
-
47330
- /**
47331
- *
47332
- * @export
47333
- * @interface JsonApiAutomationInAttributesImageExports
47334
- */
47335
- export declare interface JsonApiAutomationInAttributesImageExports {
47336
- /**
47337
- *
47338
- * @type {ImageExportRequest}
47339
- * @memberof JsonApiAutomationInAttributesImageExports
47340
- */
47341
- requestPayload: ImageExportRequest;
47342
- }
47343
-
47344
- /**
47345
- * Additional information for the automation.
47346
- * @export
47347
- * @interface JsonApiAutomationInAttributesMetadata
47348
- */
47349
- export declare interface JsonApiAutomationInAttributesMetadata {
47350
- /**
47351
- *
47352
- * @type {string}
47353
- * @memberof JsonApiAutomationInAttributesMetadata
47354
- */
47355
- widget?: string;
47356
- /**
47357
- *
47358
- * @type {Array<VisibleFilter>}
47359
- * @memberof JsonApiAutomationInAttributesMetadata
47360
- */
47361
- visibleFilters?: Array<VisibleFilter>;
47362
- }
47363
-
47364
- /**
47365
- *
47366
- * @export
47367
- * @interface JsonApiAutomationInAttributesRawExports
47368
- */
47369
- export declare interface JsonApiAutomationInAttributesRawExports {
47370
- /**
47371
- *
47372
- * @type {RawExportRequest}
47373
- * @memberof JsonApiAutomationInAttributesRawExports
47374
- */
47375
- requestPayload: RawExportRequest;
47376
- }
47377
-
47378
- /**
47379
- *
47380
- * @export
47381
- * @interface JsonApiAutomationInAttributesSchedule
47382
- */
47383
- export declare interface JsonApiAutomationInAttributesSchedule {
47384
- /**
47385
- * Cron expression defining the schedule of the automation. The format is SECOND MINUTE HOUR DAY-OF-MONTH MONTH DAY-OF-WEEK (YEAR). The example expression signifies an action every 30 minutes from 9:00 to 17:00 on workdays.
47386
- * @type {string}
47387
- * @memberof JsonApiAutomationInAttributesSchedule
47388
- */
47389
- cron: string;
47390
- /**
47391
- * Human-readable description of the cron expression.
47392
- * @type {string}
47393
- * @memberof JsonApiAutomationInAttributesSchedule
47394
- */
47395
- cronDescription?: string;
47396
- /**
47397
- * Timezone in which the schedule is defined.
47398
- * @type {string}
47399
- * @memberof JsonApiAutomationInAttributesSchedule
47400
- */
47401
- timezone: string;
47402
- /**
47403
- * Timestamp of the first scheduled action. If not provided default to the next scheduled time.
47404
- * @type {string}
47405
- * @memberof JsonApiAutomationInAttributesSchedule
47406
- */
47407
- firstRun?: string;
47408
- }
47409
-
47410
- /**
47411
- *
47412
- * @export
47413
- * @interface JsonApiAutomationInAttributesSlidesExports
47414
- */
47415
- export declare interface JsonApiAutomationInAttributesSlidesExports {
47416
- /**
47417
- *
47418
- * @type {SlidesExportRequest}
47419
- * @memberof JsonApiAutomationInAttributesSlidesExports
47420
- */
47421
- requestPayload: SlidesExportRequest;
47422
- }
47423
-
47424
- export declare const JsonApiAutomationInAttributesStateEnum: {
47425
- readonly ACTIVE: "ACTIVE";
47426
- readonly PAUSED: "PAUSED";
47427
- };
47428
-
47429
- export declare type JsonApiAutomationInAttributesStateEnum = typeof JsonApiAutomationInAttributesStateEnum[keyof typeof JsonApiAutomationInAttributesStateEnum];
47430
-
47431
- /**
47432
- *
47433
- * @export
47434
- * @interface JsonApiAutomationInAttributesTabularExports
47435
- */
47436
- export declare interface JsonApiAutomationInAttributesTabularExports {
47437
- /**
47438
- *
47439
- * @type {TabularExportRequest}
47440
- * @memberof JsonApiAutomationInAttributesTabularExports
47441
- */
47442
- requestPayload: TabularExportRequest;
47443
- }
47444
-
47445
- /**
47446
- *
47447
- * @export
47448
- * @interface JsonApiAutomationInAttributesVisualExports
47449
- */
47450
- export declare interface JsonApiAutomationInAttributesVisualExports {
47451
- /**
47452
- *
47453
- * @type {VisualExportRequest}
47454
- * @memberof JsonApiAutomationInAttributesVisualExports
47455
- */
47456
- requestPayload: VisualExportRequest;
47170
+ relationships?: JsonApiAutomationPatchRelationships;
47457
47171
  }
47458
47172
 
47459
47173
  /**
@@ -47470,94 +47184,6 @@ export declare interface JsonApiAutomationInDocument {
47470
47184
  data: JsonApiAutomationIn;
47471
47185
  }
47472
47186
 
47473
- /**
47474
- *
47475
- * @export
47476
- * @interface JsonApiAutomationInRelationships
47477
- */
47478
- export declare interface JsonApiAutomationInRelationships {
47479
- /**
47480
- *
47481
- * @type {JsonApiAutomationInRelationshipsNotificationChannel}
47482
- * @memberof JsonApiAutomationInRelationships
47483
- */
47484
- notificationChannel?: JsonApiAutomationInRelationshipsNotificationChannel;
47485
- /**
47486
- *
47487
- * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
47488
- * @memberof JsonApiAutomationInRelationships
47489
- */
47490
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
47491
- /**
47492
- *
47493
- * @type {JsonApiAutomationInRelationshipsExportDefinitions}
47494
- * @memberof JsonApiAutomationInRelationships
47495
- */
47496
- exportDefinitions?: JsonApiAutomationInRelationshipsExportDefinitions;
47497
- /**
47498
- *
47499
- * @type {JsonApiAutomationInRelationshipsRecipients}
47500
- * @memberof JsonApiAutomationInRelationships
47501
- */
47502
- recipients?: JsonApiAutomationInRelationshipsRecipients;
47503
- }
47504
-
47505
- /**
47506
- *
47507
- * @export
47508
- * @interface JsonApiAutomationInRelationshipsAnalyticalDashboard
47509
- */
47510
- export declare interface JsonApiAutomationInRelationshipsAnalyticalDashboard {
47511
- /**
47512
- *
47513
- * @type {JsonApiAnalyticalDashboardToOneLinkage}
47514
- * @memberof JsonApiAutomationInRelationshipsAnalyticalDashboard
47515
- */
47516
- data: JsonApiAnalyticalDashboardToOneLinkage | null;
47517
- }
47518
-
47519
- /**
47520
- *
47521
- * @export
47522
- * @interface JsonApiAutomationInRelationshipsExportDefinitions
47523
- */
47524
- export declare interface JsonApiAutomationInRelationshipsExportDefinitions {
47525
- /**
47526
- * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
47527
- * @type {Array<JsonApiExportDefinitionLinkage>}
47528
- * @memberof JsonApiAutomationInRelationshipsExportDefinitions
47529
- */
47530
- data: Array<JsonApiExportDefinitionLinkage>;
47531
- }
47532
-
47533
- /**
47534
- *
47535
- * @export
47536
- * @interface JsonApiAutomationInRelationshipsNotificationChannel
47537
- */
47538
- export declare interface JsonApiAutomationInRelationshipsNotificationChannel {
47539
- /**
47540
- *
47541
- * @type {JsonApiNotificationChannelToOneLinkage}
47542
- * @memberof JsonApiAutomationInRelationshipsNotificationChannel
47543
- */
47544
- data: JsonApiNotificationChannelToOneLinkage | null;
47545
- }
47546
-
47547
- /**
47548
- *
47549
- * @export
47550
- * @interface JsonApiAutomationInRelationshipsRecipients
47551
- */
47552
- export declare interface JsonApiAutomationInRelationshipsRecipients {
47553
- /**
47554
- * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
47555
- * @type {Array<JsonApiUserLinkage>}
47556
- * @memberof JsonApiAutomationInRelationshipsRecipients
47557
- */
47558
- data: Array<JsonApiUserLinkage>;
47559
- }
47560
-
47561
47187
  export declare const JsonApiAutomationInTypeEnum: {
47562
47188
  readonly AUTOMATION: "automation";
47563
47189
  };
@@ -47666,10 +47292,10 @@ export declare interface JsonApiAutomationOutAttributes {
47666
47292
  details?: any;
47667
47293
  /**
47668
47294
  *
47669
- * @type {JsonApiAutomationInAttributesMetadata}
47295
+ * @type {JsonApiAutomationPatchAttributesMetadata}
47670
47296
  * @memberof JsonApiAutomationOutAttributes
47671
47297
  */
47672
- metadata?: JsonApiAutomationInAttributesMetadata | null;
47298
+ metadata?: JsonApiAutomationPatchAttributesMetadata | null;
47673
47299
  /**
47674
47300
  * Current state of the automation.
47675
47301
  * @type {string}
@@ -47678,52 +47304,52 @@ export declare interface JsonApiAutomationOutAttributes {
47678
47304
  state?: JsonApiAutomationOutAttributesStateEnum;
47679
47305
  /**
47680
47306
  *
47681
- * @type {JsonApiAutomationInAttributesSchedule}
47307
+ * @type {JsonApiAutomationPatchAttributesSchedule}
47682
47308
  * @memberof JsonApiAutomationOutAttributes
47683
47309
  */
47684
- schedule?: JsonApiAutomationInAttributesSchedule;
47310
+ schedule?: JsonApiAutomationPatchAttributesSchedule;
47685
47311
  /**
47686
47312
  *
47687
- * @type {JsonApiAutomationInAttributesAlert}
47313
+ * @type {JsonApiAutomationPatchAttributesAlert}
47688
47314
  * @memberof JsonApiAutomationOutAttributes
47689
47315
  */
47690
- alert?: JsonApiAutomationInAttributesAlert;
47316
+ alert?: JsonApiAutomationPatchAttributesAlert;
47691
47317
  /**
47692
47318
  *
47693
- * @type {Array<JsonApiAutomationInAttributesTabularExports>}
47319
+ * @type {Array<JsonApiAutomationPatchAttributesTabularExports>}
47694
47320
  * @memberof JsonApiAutomationOutAttributes
47695
47321
  */
47696
- tabularExports?: Array<JsonApiAutomationInAttributesTabularExports>;
47322
+ tabularExports?: Array<JsonApiAutomationPatchAttributesTabularExports>;
47697
47323
  /**
47698
47324
  *
47699
- * @type {Array<JsonApiAutomationInAttributesVisualExports>}
47325
+ * @type {Array<JsonApiAutomationPatchAttributesVisualExports>}
47700
47326
  * @memberof JsonApiAutomationOutAttributes
47701
47327
  */
47702
- visualExports?: Array<JsonApiAutomationInAttributesVisualExports>;
47328
+ visualExports?: Array<JsonApiAutomationPatchAttributesVisualExports>;
47703
47329
  /**
47704
47330
  *
47705
- * @type {Array<JsonApiAutomationInAttributesImageExports>}
47331
+ * @type {Array<JsonApiAutomationPatchAttributesImageExports>}
47706
47332
  * @memberof JsonApiAutomationOutAttributes
47707
47333
  */
47708
- imageExports?: Array<JsonApiAutomationInAttributesImageExports>;
47334
+ imageExports?: Array<JsonApiAutomationPatchAttributesImageExports>;
47709
47335
  /**
47710
47336
  *
47711
- * @type {Array<JsonApiAutomationInAttributesRawExports>}
47337
+ * @type {Array<JsonApiAutomationPatchAttributesRawExports>}
47712
47338
  * @memberof JsonApiAutomationOutAttributes
47713
47339
  */
47714
- rawExports?: Array<JsonApiAutomationInAttributesRawExports>;
47340
+ rawExports?: Array<JsonApiAutomationPatchAttributesRawExports>;
47715
47341
  /**
47716
47342
  *
47717
- * @type {Array<JsonApiAutomationInAttributesSlidesExports>}
47343
+ * @type {Array<JsonApiAutomationPatchAttributesSlidesExports>}
47718
47344
  * @memberof JsonApiAutomationOutAttributes
47719
47345
  */
47720
- slidesExports?: Array<JsonApiAutomationInAttributesSlidesExports>;
47346
+ slidesExports?: Array<JsonApiAutomationPatchAttributesSlidesExports>;
47721
47347
  /**
47722
47348
  * External recipients of the automation action results.
47723
- * @type {Array<JsonApiAutomationInAttributesExternalRecipients>}
47349
+ * @type {Array<JsonApiAutomationPatchAttributesExternalRecipients>}
47724
47350
  * @memberof JsonApiAutomationOutAttributes
47725
47351
  */
47726
- externalRecipients?: Array<JsonApiAutomationInAttributesExternalRecipients>;
47352
+ externalRecipients?: Array<JsonApiAutomationPatchAttributesExternalRecipients>;
47727
47353
  /**
47728
47354
  *
47729
47355
  * @type {string}
@@ -47817,16 +47443,16 @@ export declare interface JsonApiAutomationOutList {
47817
47443
  export declare interface JsonApiAutomationOutRelationships {
47818
47444
  /**
47819
47445
  *
47820
- * @type {JsonApiAutomationInRelationshipsNotificationChannel}
47446
+ * @type {JsonApiAutomationPatchRelationshipsNotificationChannel}
47821
47447
  * @memberof JsonApiAutomationOutRelationships
47822
47448
  */
47823
- notificationChannel?: JsonApiAutomationInRelationshipsNotificationChannel;
47449
+ notificationChannel?: JsonApiAutomationPatchRelationshipsNotificationChannel;
47824
47450
  /**
47825
47451
  *
47826
- * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
47452
+ * @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
47827
47453
  * @memberof JsonApiAutomationOutRelationships
47828
47454
  */
47829
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
47455
+ analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
47830
47456
  /**
47831
47457
  *
47832
47458
  * @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
@@ -47841,16 +47467,16 @@ export declare interface JsonApiAutomationOutRelationships {
47841
47467
  modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
47842
47468
  /**
47843
47469
  *
47844
- * @type {JsonApiAutomationInRelationshipsExportDefinitions}
47470
+ * @type {JsonApiAutomationPatchRelationshipsExportDefinitions}
47845
47471
  * @memberof JsonApiAutomationOutRelationships
47846
47472
  */
47847
- exportDefinitions?: JsonApiAutomationInRelationshipsExportDefinitions;
47473
+ exportDefinitions?: JsonApiAutomationPatchRelationshipsExportDefinitions;
47848
47474
  /**
47849
47475
  *
47850
- * @type {JsonApiAutomationInRelationshipsRecipients}
47476
+ * @type {JsonApiAutomationPatchRelationshipsRecipients}
47851
47477
  * @memberof JsonApiAutomationOutRelationships
47852
47478
  */
47853
- recipients?: JsonApiAutomationInRelationshipsRecipients;
47479
+ recipients?: JsonApiAutomationPatchRelationshipsRecipients;
47854
47480
  }
47855
47481
 
47856
47482
  export declare const JsonApiAutomationOutTypeEnum: {
@@ -47929,16 +47555,290 @@ export declare interface JsonApiAutomationPatch {
47929
47555
  id: string;
47930
47556
  /**
47931
47557
  *
47932
- * @type {JsonApiAutomationInAttributes}
47558
+ * @type {JsonApiAutomationPatchAttributes}
47933
47559
  * @memberof JsonApiAutomationPatch
47934
47560
  */
47935
- attributes?: JsonApiAutomationInAttributes;
47561
+ attributes?: JsonApiAutomationPatchAttributes;
47936
47562
  /**
47937
47563
  *
47938
- * @type {JsonApiAutomationInRelationships}
47564
+ * @type {JsonApiAutomationPatchRelationships}
47939
47565
  * @memberof JsonApiAutomationPatch
47940
47566
  */
47941
- relationships?: JsonApiAutomationInRelationships;
47567
+ relationships?: JsonApiAutomationPatchRelationships;
47568
+ }
47569
+
47570
+ /**
47571
+ *
47572
+ * @export
47573
+ * @interface JsonApiAutomationPatchAttributes
47574
+ */
47575
+ export declare interface JsonApiAutomationPatchAttributes {
47576
+ /**
47577
+ *
47578
+ * @type {string}
47579
+ * @memberof JsonApiAutomationPatchAttributes
47580
+ */
47581
+ title?: string;
47582
+ /**
47583
+ *
47584
+ * @type {string}
47585
+ * @memberof JsonApiAutomationPatchAttributes
47586
+ */
47587
+ description?: string;
47588
+ /**
47589
+ *
47590
+ * @type {Array<string>}
47591
+ * @memberof JsonApiAutomationPatchAttributes
47592
+ */
47593
+ tags?: Array<string>;
47594
+ /**
47595
+ *
47596
+ * @type {boolean}
47597
+ * @memberof JsonApiAutomationPatchAttributes
47598
+ */
47599
+ areRelationsValid?: boolean;
47600
+ /**
47601
+ * Additional details to be included in the automated message.
47602
+ * @type {any}
47603
+ * @memberof JsonApiAutomationPatchAttributes
47604
+ */
47605
+ details?: any;
47606
+ /**
47607
+ *
47608
+ * @type {JsonApiAutomationPatchAttributesMetadata}
47609
+ * @memberof JsonApiAutomationPatchAttributes
47610
+ */
47611
+ metadata?: JsonApiAutomationPatchAttributesMetadata | null;
47612
+ /**
47613
+ * Current state of the automation.
47614
+ * @type {string}
47615
+ * @memberof JsonApiAutomationPatchAttributes
47616
+ */
47617
+ state?: JsonApiAutomationPatchAttributesStateEnum;
47618
+ /**
47619
+ *
47620
+ * @type {JsonApiAutomationPatchAttributesSchedule}
47621
+ * @memberof JsonApiAutomationPatchAttributes
47622
+ */
47623
+ schedule?: JsonApiAutomationPatchAttributesSchedule;
47624
+ /**
47625
+ *
47626
+ * @type {JsonApiAutomationPatchAttributesAlert}
47627
+ * @memberof JsonApiAutomationPatchAttributes
47628
+ */
47629
+ alert?: JsonApiAutomationPatchAttributesAlert;
47630
+ /**
47631
+ *
47632
+ * @type {Array<JsonApiAutomationPatchAttributesTabularExports>}
47633
+ * @memberof JsonApiAutomationPatchAttributes
47634
+ */
47635
+ tabularExports?: Array<JsonApiAutomationPatchAttributesTabularExports>;
47636
+ /**
47637
+ *
47638
+ * @type {Array<JsonApiAutomationPatchAttributesVisualExports>}
47639
+ * @memberof JsonApiAutomationPatchAttributes
47640
+ */
47641
+ visualExports?: Array<JsonApiAutomationPatchAttributesVisualExports>;
47642
+ /**
47643
+ *
47644
+ * @type {Array<JsonApiAutomationPatchAttributesImageExports>}
47645
+ * @memberof JsonApiAutomationPatchAttributes
47646
+ */
47647
+ imageExports?: Array<JsonApiAutomationPatchAttributesImageExports>;
47648
+ /**
47649
+ *
47650
+ * @type {Array<JsonApiAutomationPatchAttributesRawExports>}
47651
+ * @memberof JsonApiAutomationPatchAttributes
47652
+ */
47653
+ rawExports?: Array<JsonApiAutomationPatchAttributesRawExports>;
47654
+ /**
47655
+ *
47656
+ * @type {Array<JsonApiAutomationPatchAttributesSlidesExports>}
47657
+ * @memberof JsonApiAutomationPatchAttributes
47658
+ */
47659
+ slidesExports?: Array<JsonApiAutomationPatchAttributesSlidesExports>;
47660
+ /**
47661
+ * External recipients of the automation action results.
47662
+ * @type {Array<JsonApiAutomationPatchAttributesExternalRecipients>}
47663
+ * @memberof JsonApiAutomationPatchAttributes
47664
+ */
47665
+ externalRecipients?: Array<JsonApiAutomationPatchAttributesExternalRecipients>;
47666
+ }
47667
+
47668
+ /**
47669
+ *
47670
+ * @export
47671
+ * @interface JsonApiAutomationPatchAttributesAlert
47672
+ */
47673
+ export declare interface JsonApiAutomationPatchAttributesAlert {
47674
+ /**
47675
+ *
47676
+ * @type {AlertAfm}
47677
+ * @memberof JsonApiAutomationPatchAttributesAlert
47678
+ */
47679
+ execution: AlertAfm;
47680
+ /**
47681
+ *
47682
+ * @type {AlertCondition}
47683
+ * @memberof JsonApiAutomationPatchAttributesAlert
47684
+ */
47685
+ condition: AlertCondition;
47686
+ /**
47687
+ * Trigger behavior for the alert. ALWAYS - alert is triggered every time the condition is met. ONCE - alert is triggered only once when the condition is met.
47688
+ * @type {string}
47689
+ * @memberof JsonApiAutomationPatchAttributesAlert
47690
+ */
47691
+ trigger?: JsonApiAutomationPatchAttributesAlertTriggerEnum;
47692
+ }
47693
+
47694
+ export declare const JsonApiAutomationPatchAttributesAlertTriggerEnum: {
47695
+ readonly ALWAYS: "ALWAYS";
47696
+ readonly ONCE: "ONCE";
47697
+ };
47698
+
47699
+ export declare type JsonApiAutomationPatchAttributesAlertTriggerEnum = typeof JsonApiAutomationPatchAttributesAlertTriggerEnum[keyof typeof JsonApiAutomationPatchAttributesAlertTriggerEnum];
47700
+
47701
+ /**
47702
+ *
47703
+ * @export
47704
+ * @interface JsonApiAutomationPatchAttributesExternalRecipients
47705
+ */
47706
+ export declare interface JsonApiAutomationPatchAttributesExternalRecipients {
47707
+ /**
47708
+ * E-mail address to send notifications from.
47709
+ * @type {string}
47710
+ * @memberof JsonApiAutomationPatchAttributesExternalRecipients
47711
+ */
47712
+ email: string;
47713
+ }
47714
+
47715
+ /**
47716
+ *
47717
+ * @export
47718
+ * @interface JsonApiAutomationPatchAttributesImageExports
47719
+ */
47720
+ export declare interface JsonApiAutomationPatchAttributesImageExports {
47721
+ /**
47722
+ *
47723
+ * @type {ImageExportRequest}
47724
+ * @memberof JsonApiAutomationPatchAttributesImageExports
47725
+ */
47726
+ requestPayload: ImageExportRequest;
47727
+ }
47728
+
47729
+ /**
47730
+ * Additional information for the automation.
47731
+ * @export
47732
+ * @interface JsonApiAutomationPatchAttributesMetadata
47733
+ */
47734
+ export declare interface JsonApiAutomationPatchAttributesMetadata {
47735
+ /**
47736
+ *
47737
+ * @type {string}
47738
+ * @memberof JsonApiAutomationPatchAttributesMetadata
47739
+ */
47740
+ widget?: string;
47741
+ /**
47742
+ *
47743
+ * @type {Array<VisibleFilter>}
47744
+ * @memberof JsonApiAutomationPatchAttributesMetadata
47745
+ */
47746
+ visibleFilters?: Array<VisibleFilter>;
47747
+ }
47748
+
47749
+ /**
47750
+ *
47751
+ * @export
47752
+ * @interface JsonApiAutomationPatchAttributesRawExports
47753
+ */
47754
+ export declare interface JsonApiAutomationPatchAttributesRawExports {
47755
+ /**
47756
+ *
47757
+ * @type {RawExportRequest}
47758
+ * @memberof JsonApiAutomationPatchAttributesRawExports
47759
+ */
47760
+ requestPayload: RawExportRequest;
47761
+ }
47762
+
47763
+ /**
47764
+ *
47765
+ * @export
47766
+ * @interface JsonApiAutomationPatchAttributesSchedule
47767
+ */
47768
+ export declare interface JsonApiAutomationPatchAttributesSchedule {
47769
+ /**
47770
+ * Cron expression defining the schedule of the automation. The format is SECOND MINUTE HOUR DAY-OF-MONTH MONTH DAY-OF-WEEK (YEAR). The example expression signifies an action every 30 minutes from 9:00 to 17:00 on workdays.
47771
+ * @type {string}
47772
+ * @memberof JsonApiAutomationPatchAttributesSchedule
47773
+ */
47774
+ cron: string;
47775
+ /**
47776
+ * Human-readable description of the cron expression.
47777
+ * @type {string}
47778
+ * @memberof JsonApiAutomationPatchAttributesSchedule
47779
+ */
47780
+ cronDescription?: string;
47781
+ /**
47782
+ * Timezone in which the schedule is defined.
47783
+ * @type {string}
47784
+ * @memberof JsonApiAutomationPatchAttributesSchedule
47785
+ */
47786
+ timezone: string;
47787
+ /**
47788
+ * Timestamp of the first scheduled action. If not provided default to the next scheduled time.
47789
+ * @type {string}
47790
+ * @memberof JsonApiAutomationPatchAttributesSchedule
47791
+ */
47792
+ firstRun?: string;
47793
+ }
47794
+
47795
+ /**
47796
+ *
47797
+ * @export
47798
+ * @interface JsonApiAutomationPatchAttributesSlidesExports
47799
+ */
47800
+ export declare interface JsonApiAutomationPatchAttributesSlidesExports {
47801
+ /**
47802
+ *
47803
+ * @type {SlidesExportRequest}
47804
+ * @memberof JsonApiAutomationPatchAttributesSlidesExports
47805
+ */
47806
+ requestPayload: SlidesExportRequest;
47807
+ }
47808
+
47809
+ export declare const JsonApiAutomationPatchAttributesStateEnum: {
47810
+ readonly ACTIVE: "ACTIVE";
47811
+ readonly PAUSED: "PAUSED";
47812
+ };
47813
+
47814
+ export declare type JsonApiAutomationPatchAttributesStateEnum = typeof JsonApiAutomationPatchAttributesStateEnum[keyof typeof JsonApiAutomationPatchAttributesStateEnum];
47815
+
47816
+ /**
47817
+ *
47818
+ * @export
47819
+ * @interface JsonApiAutomationPatchAttributesTabularExports
47820
+ */
47821
+ export declare interface JsonApiAutomationPatchAttributesTabularExports {
47822
+ /**
47823
+ *
47824
+ * @type {TabularExportRequest}
47825
+ * @memberof JsonApiAutomationPatchAttributesTabularExports
47826
+ */
47827
+ requestPayload: TabularExportRequest;
47828
+ }
47829
+
47830
+ /**
47831
+ *
47832
+ * @export
47833
+ * @interface JsonApiAutomationPatchAttributesVisualExports
47834
+ */
47835
+ export declare interface JsonApiAutomationPatchAttributesVisualExports {
47836
+ /**
47837
+ *
47838
+ * @type {VisualExportRequest}
47839
+ * @memberof JsonApiAutomationPatchAttributesVisualExports
47840
+ */
47841
+ requestPayload: VisualExportRequest;
47942
47842
  }
47943
47843
 
47944
47844
  /**
@@ -47955,6 +47855,94 @@ export declare interface JsonApiAutomationPatchDocument {
47955
47855
  data: JsonApiAutomationPatch;
47956
47856
  }
47957
47857
 
47858
+ /**
47859
+ *
47860
+ * @export
47861
+ * @interface JsonApiAutomationPatchRelationships
47862
+ */
47863
+ export declare interface JsonApiAutomationPatchRelationships {
47864
+ /**
47865
+ *
47866
+ * @type {JsonApiAutomationPatchRelationshipsNotificationChannel}
47867
+ * @memberof JsonApiAutomationPatchRelationships
47868
+ */
47869
+ notificationChannel?: JsonApiAutomationPatchRelationshipsNotificationChannel;
47870
+ /**
47871
+ *
47872
+ * @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
47873
+ * @memberof JsonApiAutomationPatchRelationships
47874
+ */
47875
+ analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
47876
+ /**
47877
+ *
47878
+ * @type {JsonApiAutomationPatchRelationshipsExportDefinitions}
47879
+ * @memberof JsonApiAutomationPatchRelationships
47880
+ */
47881
+ exportDefinitions?: JsonApiAutomationPatchRelationshipsExportDefinitions;
47882
+ /**
47883
+ *
47884
+ * @type {JsonApiAutomationPatchRelationshipsRecipients}
47885
+ * @memberof JsonApiAutomationPatchRelationships
47886
+ */
47887
+ recipients?: JsonApiAutomationPatchRelationshipsRecipients;
47888
+ }
47889
+
47890
+ /**
47891
+ *
47892
+ * @export
47893
+ * @interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard
47894
+ */
47895
+ export declare interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard {
47896
+ /**
47897
+ *
47898
+ * @type {JsonApiAnalyticalDashboardToOneLinkage}
47899
+ * @memberof JsonApiAutomationPatchRelationshipsAnalyticalDashboard
47900
+ */
47901
+ data: JsonApiAnalyticalDashboardToOneLinkage | null;
47902
+ }
47903
+
47904
+ /**
47905
+ *
47906
+ * @export
47907
+ * @interface JsonApiAutomationPatchRelationshipsExportDefinitions
47908
+ */
47909
+ export declare interface JsonApiAutomationPatchRelationshipsExportDefinitions {
47910
+ /**
47911
+ * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
47912
+ * @type {Array<JsonApiExportDefinitionLinkage>}
47913
+ * @memberof JsonApiAutomationPatchRelationshipsExportDefinitions
47914
+ */
47915
+ data: Array<JsonApiExportDefinitionLinkage>;
47916
+ }
47917
+
47918
+ /**
47919
+ *
47920
+ * @export
47921
+ * @interface JsonApiAutomationPatchRelationshipsNotificationChannel
47922
+ */
47923
+ export declare interface JsonApiAutomationPatchRelationshipsNotificationChannel {
47924
+ /**
47925
+ *
47926
+ * @type {JsonApiNotificationChannelToOneLinkage}
47927
+ * @memberof JsonApiAutomationPatchRelationshipsNotificationChannel
47928
+ */
47929
+ data: JsonApiNotificationChannelToOneLinkage | null;
47930
+ }
47931
+
47932
+ /**
47933
+ *
47934
+ * @export
47935
+ * @interface JsonApiAutomationPatchRelationshipsRecipients
47936
+ */
47937
+ export declare interface JsonApiAutomationPatchRelationshipsRecipients {
47938
+ /**
47939
+ * References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
47940
+ * @type {Array<JsonApiUserLinkage>}
47941
+ * @memberof JsonApiAutomationPatchRelationshipsRecipients
47942
+ */
47943
+ data: Array<JsonApiUserLinkage>;
47944
+ }
47945
+
47958
47946
  export declare const JsonApiAutomationPatchTypeEnum: {
47959
47947
  readonly AUTOMATION: "automation";
47960
47948
  };
@@ -47988,10 +47976,30 @@ export declare interface JsonApiColorPaletteIn {
47988
47976
  id: string;
47989
47977
  /**
47990
47978
  *
47991
- * @type {JsonApiColorPaletteOutAttributes}
47979
+ * @type {JsonApiColorPaletteInAttributes}
47992
47980
  * @memberof JsonApiColorPaletteIn
47993
47981
  */
47994
- attributes: JsonApiColorPaletteOutAttributes;
47982
+ attributes: JsonApiColorPaletteInAttributes;
47983
+ }
47984
+
47985
+ /**
47986
+ *
47987
+ * @export
47988
+ * @interface JsonApiColorPaletteInAttributes
47989
+ */
47990
+ export declare interface JsonApiColorPaletteInAttributes {
47991
+ /**
47992
+ *
47993
+ * @type {string}
47994
+ * @memberof JsonApiColorPaletteInAttributes
47995
+ */
47996
+ name: string;
47997
+ /**
47998
+ * Free-form JSON content. Maximum supported length is 15000 characters.
47999
+ * @type {object}
48000
+ * @memberof JsonApiColorPaletteInAttributes
48001
+ */
48002
+ content: object;
47995
48003
  }
47996
48004
 
47997
48005
  /**
@@ -48034,30 +48042,10 @@ export declare interface JsonApiColorPaletteOut {
48034
48042
  id: string;
48035
48043
  /**
48036
48044
  *
48037
- * @type {JsonApiColorPaletteOutAttributes}
48045
+ * @type {JsonApiColorPaletteInAttributes}
48038
48046
  * @memberof JsonApiColorPaletteOut
48039
48047
  */
48040
- attributes: JsonApiColorPaletteOutAttributes;
48041
- }
48042
-
48043
- /**
48044
- *
48045
- * @export
48046
- * @interface JsonApiColorPaletteOutAttributes
48047
- */
48048
- export declare interface JsonApiColorPaletteOutAttributes {
48049
- /**
48050
- *
48051
- * @type {string}
48052
- * @memberof JsonApiColorPaletteOutAttributes
48053
- */
48054
- name: string;
48055
- /**
48056
- * Free-form JSON content. Maximum supported length is 15000 characters.
48057
- * @type {object}
48058
- * @memberof JsonApiColorPaletteOutAttributes
48059
- */
48060
- content: object;
48048
+ attributes: JsonApiColorPaletteInAttributes;
48061
48049
  }
48062
48050
 
48063
48051
  /**
@@ -48132,10 +48120,10 @@ export declare interface JsonApiColorPaletteOutWithLinks {
48132
48120
  id: string;
48133
48121
  /**
48134
48122
  *
48135
- * @type {JsonApiColorPaletteOutAttributes}
48123
+ * @type {JsonApiColorPaletteInAttributes}
48136
48124
  * @memberof JsonApiColorPaletteOutWithLinks
48137
48125
  */
48138
- attributes: JsonApiColorPaletteOutAttributes;
48126
+ attributes: JsonApiColorPaletteInAttributes;
48139
48127
  /**
48140
48128
  *
48141
48129
  * @type {ObjectLinks}
@@ -48236,10 +48224,10 @@ export declare interface JsonApiCookieSecurityConfigurationIn {
48236
48224
  id: string;
48237
48225
  /**
48238
48226
  *
48239
- * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
48227
+ * @type {JsonApiCookieSecurityConfigurationOutAttributes}
48240
48228
  * @memberof JsonApiCookieSecurityConfigurationIn
48241
48229
  */
48242
- attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
48230
+ attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
48243
48231
  }
48244
48232
 
48245
48233
  /**
@@ -48282,10 +48270,30 @@ export declare interface JsonApiCookieSecurityConfigurationOut {
48282
48270
  id: string;
48283
48271
  /**
48284
48272
  *
48285
- * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
48273
+ * @type {JsonApiCookieSecurityConfigurationOutAttributes}
48286
48274
  * @memberof JsonApiCookieSecurityConfigurationOut
48287
48275
  */
48288
- attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
48276
+ attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
48277
+ }
48278
+
48279
+ /**
48280
+ *
48281
+ * @export
48282
+ * @interface JsonApiCookieSecurityConfigurationOutAttributes
48283
+ */
48284
+ export declare interface JsonApiCookieSecurityConfigurationOutAttributes {
48285
+ /**
48286
+ *
48287
+ * @type {string}
48288
+ * @memberof JsonApiCookieSecurityConfigurationOutAttributes
48289
+ */
48290
+ lastRotation?: string;
48291
+ /**
48292
+ * Length of interval between automatic rotations expressed in format of ISO 8601 duration
48293
+ * @type {string}
48294
+ * @memberof JsonApiCookieSecurityConfigurationOutAttributes
48295
+ */
48296
+ rotationInterval?: string;
48289
48297
  }
48290
48298
 
48291
48299
  /**
@@ -48334,30 +48342,10 @@ export declare interface JsonApiCookieSecurityConfigurationPatch {
48334
48342
  id: string;
48335
48343
  /**
48336
48344
  *
48337
- * @type {JsonApiCookieSecurityConfigurationPatchAttributes}
48345
+ * @type {JsonApiCookieSecurityConfigurationOutAttributes}
48338
48346
  * @memberof JsonApiCookieSecurityConfigurationPatch
48339
48347
  */
48340
- attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
48341
- }
48342
-
48343
- /**
48344
- *
48345
- * @export
48346
- * @interface JsonApiCookieSecurityConfigurationPatchAttributes
48347
- */
48348
- export declare interface JsonApiCookieSecurityConfigurationPatchAttributes {
48349
- /**
48350
- *
48351
- * @type {string}
48352
- * @memberof JsonApiCookieSecurityConfigurationPatchAttributes
48353
- */
48354
- lastRotation?: string;
48355
- /**
48356
- * Length of interval between automatic rotations expressed in format of ISO 8601 duration
48357
- * @type {string}
48358
- * @memberof JsonApiCookieSecurityConfigurationPatchAttributes
48359
- */
48360
- rotationInterval?: string;
48348
+ attributes?: JsonApiCookieSecurityConfigurationOutAttributes;
48361
48349
  }
48362
48350
 
48363
48351
  /**
@@ -48400,10 +48388,24 @@ export declare interface JsonApiCspDirectiveIn {
48400
48388
  id: string;
48401
48389
  /**
48402
48390
  *
48403
- * @type {JsonApiCspDirectiveOutAttributes}
48391
+ * @type {JsonApiCspDirectiveInAttributes}
48404
48392
  * @memberof JsonApiCspDirectiveIn
48405
48393
  */
48406
- attributes: JsonApiCspDirectiveOutAttributes;
48394
+ attributes: JsonApiCspDirectiveInAttributes;
48395
+ }
48396
+
48397
+ /**
48398
+ *
48399
+ * @export
48400
+ * @interface JsonApiCspDirectiveInAttributes
48401
+ */
48402
+ export declare interface JsonApiCspDirectiveInAttributes {
48403
+ /**
48404
+ *
48405
+ * @type {Array<string>}
48406
+ * @memberof JsonApiCspDirectiveInAttributes
48407
+ */
48408
+ sources: Array<string>;
48407
48409
  }
48408
48410
 
48409
48411
  /**
@@ -48446,24 +48448,10 @@ export declare interface JsonApiCspDirectiveOut {
48446
48448
  id: string;
48447
48449
  /**
48448
48450
  *
48449
- * @type {JsonApiCspDirectiveOutAttributes}
48451
+ * @type {JsonApiCspDirectiveInAttributes}
48450
48452
  * @memberof JsonApiCspDirectiveOut
48451
48453
  */
48452
- attributes: JsonApiCspDirectiveOutAttributes;
48453
- }
48454
-
48455
- /**
48456
- *
48457
- * @export
48458
- * @interface JsonApiCspDirectiveOutAttributes
48459
- */
48460
- export declare interface JsonApiCspDirectiveOutAttributes {
48461
- /**
48462
- *
48463
- * @type {Array<string>}
48464
- * @memberof JsonApiCspDirectiveOutAttributes
48465
- */
48466
- sources: Array<string>;
48454
+ attributes: JsonApiCspDirectiveInAttributes;
48467
48455
  }
48468
48456
 
48469
48457
  /**
@@ -48538,10 +48526,10 @@ export declare interface JsonApiCspDirectiveOutWithLinks {
48538
48526
  id: string;
48539
48527
  /**
48540
48528
  *
48541
- * @type {JsonApiCspDirectiveOutAttributes}
48529
+ * @type {JsonApiCspDirectiveInAttributes}
48542
48530
  * @memberof JsonApiCspDirectiveOutWithLinks
48543
48531
  */
48544
- attributes: JsonApiCspDirectiveOutAttributes;
48532
+ attributes: JsonApiCspDirectiveInAttributes;
48545
48533
  /**
48546
48534
  *
48547
48535
  * @type {ObjectLinks}
@@ -48636,10 +48624,10 @@ export declare interface JsonApiCustomApplicationSettingIn {
48636
48624
  id: string;
48637
48625
  /**
48638
48626
  *
48639
- * @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
48627
+ * @type {JsonApiCustomApplicationSettingOutAttributes}
48640
48628
  * @memberof JsonApiCustomApplicationSettingIn
48641
48629
  */
48642
- attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
48630
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
48643
48631
  }
48644
48632
 
48645
48633
  /**
@@ -48688,10 +48676,30 @@ export declare interface JsonApiCustomApplicationSettingOut {
48688
48676
  meta?: JsonApiVisualizationObjectOutMeta;
48689
48677
  /**
48690
48678
  *
48691
- * @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
48679
+ * @type {JsonApiCustomApplicationSettingOutAttributes}
48692
48680
  * @memberof JsonApiCustomApplicationSettingOut
48693
48681
  */
48694
- attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
48682
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
48683
+ }
48684
+
48685
+ /**
48686
+ *
48687
+ * @export
48688
+ * @interface JsonApiCustomApplicationSettingOutAttributes
48689
+ */
48690
+ export declare interface JsonApiCustomApplicationSettingOutAttributes {
48691
+ /**
48692
+ *
48693
+ * @type {string}
48694
+ * @memberof JsonApiCustomApplicationSettingOutAttributes
48695
+ */
48696
+ applicationName: string;
48697
+ /**
48698
+ * Free-form JSON content. Maximum supported length is 15000 characters.
48699
+ * @type {object}
48700
+ * @memberof JsonApiCustomApplicationSettingOutAttributes
48701
+ */
48702
+ content: object;
48695
48703
  }
48696
48704
 
48697
48705
  /**
@@ -48772,10 +48780,10 @@ export declare interface JsonApiCustomApplicationSettingOutWithLinks {
48772
48780
  meta?: JsonApiVisualizationObjectOutMeta;
48773
48781
  /**
48774
48782
  *
48775
- * @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
48783
+ * @type {JsonApiCustomApplicationSettingOutAttributes}
48776
48784
  * @memberof JsonApiCustomApplicationSettingOutWithLinks
48777
48785
  */
48778
- attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
48786
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
48779
48787
  /**
48780
48788
  *
48781
48789
  * @type {ObjectLinks}
@@ -48876,30 +48884,10 @@ export declare interface JsonApiCustomApplicationSettingPostOptionalId {
48876
48884
  id?: string;
48877
48885
  /**
48878
48886
  *
48879
- * @type {JsonApiCustomApplicationSettingPostOptionalIdAttributes}
48887
+ * @type {JsonApiCustomApplicationSettingOutAttributes}
48880
48888
  * @memberof JsonApiCustomApplicationSettingPostOptionalId
48881
48889
  */
48882
- attributes: JsonApiCustomApplicationSettingPostOptionalIdAttributes;
48883
- }
48884
-
48885
- /**
48886
- *
48887
- * @export
48888
- * @interface JsonApiCustomApplicationSettingPostOptionalIdAttributes
48889
- */
48890
- export declare interface JsonApiCustomApplicationSettingPostOptionalIdAttributes {
48891
- /**
48892
- *
48893
- * @type {string}
48894
- * @memberof JsonApiCustomApplicationSettingPostOptionalIdAttributes
48895
- */
48896
- applicationName: string;
48897
- /**
48898
- * Free-form JSON content. Maximum supported length is 15000 characters.
48899
- * @type {object}
48900
- * @memberof JsonApiCustomApplicationSettingPostOptionalIdAttributes
48901
- */
48902
- content: object;
48890
+ attributes: JsonApiCustomApplicationSettingOutAttributes;
48903
48891
  }
48904
48892
 
48905
48893
  /**
@@ -48942,10 +48930,10 @@ export declare interface JsonApiDashboardPluginIn {
48942
48930
  id: string;
48943
48931
  /**
48944
48932
  *
48945
- * @type {JsonApiDashboardPluginPostOptionalIdAttributes}
48933
+ * @type {JsonApiDashboardPluginPatchAttributes}
48946
48934
  * @memberof JsonApiDashboardPluginIn
48947
48935
  */
48948
- attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
48936
+ attributes?: JsonApiDashboardPluginPatchAttributes;
48949
48937
  }
48950
48938
 
48951
48939
  /**
@@ -49236,10 +49224,48 @@ export declare interface JsonApiDashboardPluginPatch {
49236
49224
  id: string;
49237
49225
  /**
49238
49226
  *
49239
- * @type {JsonApiDashboardPluginPostOptionalIdAttributes}
49227
+ * @type {JsonApiDashboardPluginPatchAttributes}
49240
49228
  * @memberof JsonApiDashboardPluginPatch
49241
49229
  */
49242
- attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
49230
+ attributes?: JsonApiDashboardPluginPatchAttributes;
49231
+ }
49232
+
49233
+ /**
49234
+ *
49235
+ * @export
49236
+ * @interface JsonApiDashboardPluginPatchAttributes
49237
+ */
49238
+ export declare interface JsonApiDashboardPluginPatchAttributes {
49239
+ /**
49240
+ *
49241
+ * @type {string}
49242
+ * @memberof JsonApiDashboardPluginPatchAttributes
49243
+ */
49244
+ title?: string;
49245
+ /**
49246
+ *
49247
+ * @type {string}
49248
+ * @memberof JsonApiDashboardPluginPatchAttributes
49249
+ */
49250
+ description?: string;
49251
+ /**
49252
+ *
49253
+ * @type {Array<string>}
49254
+ * @memberof JsonApiDashboardPluginPatchAttributes
49255
+ */
49256
+ tags?: Array<string>;
49257
+ /**
49258
+ *
49259
+ * @type {boolean}
49260
+ * @memberof JsonApiDashboardPluginPatchAttributes
49261
+ */
49262
+ areRelationsValid?: boolean;
49263
+ /**
49264
+ * Free-form JSON content. Maximum supported length is 250000 characters.
49265
+ * @type {object}
49266
+ * @memberof JsonApiDashboardPluginPatchAttributes
49267
+ */
49268
+ content?: object;
49243
49269
  }
49244
49270
 
49245
49271
  /**
@@ -49282,48 +49308,10 @@ export declare interface JsonApiDashboardPluginPostOptionalId {
49282
49308
  id?: string;
49283
49309
  /**
49284
49310
  *
49285
- * @type {JsonApiDashboardPluginPostOptionalIdAttributes}
49311
+ * @type {JsonApiDashboardPluginPatchAttributes}
49286
49312
  * @memberof JsonApiDashboardPluginPostOptionalId
49287
49313
  */
49288
- attributes?: JsonApiDashboardPluginPostOptionalIdAttributes;
49289
- }
49290
-
49291
- /**
49292
- *
49293
- * @export
49294
- * @interface JsonApiDashboardPluginPostOptionalIdAttributes
49295
- */
49296
- export declare interface JsonApiDashboardPluginPostOptionalIdAttributes {
49297
- /**
49298
- *
49299
- * @type {string}
49300
- * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
49301
- */
49302
- title?: string;
49303
- /**
49304
- *
49305
- * @type {string}
49306
- * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
49307
- */
49308
- description?: string;
49309
- /**
49310
- *
49311
- * @type {Array<string>}
49312
- * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
49313
- */
49314
- tags?: Array<string>;
49315
- /**
49316
- *
49317
- * @type {boolean}
49318
- * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
49319
- */
49320
- areRelationsValid?: boolean;
49321
- /**
49322
- * Free-form JSON content. Maximum supported length is 250000 characters.
49323
- * @type {object}
49324
- * @memberof JsonApiDashboardPluginPostOptionalIdAttributes
49325
- */
49326
- content?: object;
49314
+ attributes?: JsonApiDashboardPluginPatchAttributes;
49327
49315
  }
49328
49316
 
49329
49317
  /**
@@ -49857,10 +49845,10 @@ export declare interface JsonApiDataSourceIdentifierOut {
49857
49845
  id: string;
49858
49846
  /**
49859
49847
  *
49860
- * @type {JsonApiDataSourceIdentifierOutMeta}
49848
+ * @type {JsonApiDataSourceOutMeta}
49861
49849
  * @memberof JsonApiDataSourceIdentifierOut
49862
49850
  */
49863
- meta?: JsonApiDataSourceIdentifierOutMeta;
49851
+ meta?: JsonApiDataSourceOutMeta;
49864
49852
  /**
49865
49853
  *
49866
49854
  * @type {JsonApiDataSourceIdentifierOutAttributes}
@@ -49971,27 +49959,6 @@ export declare interface JsonApiDataSourceIdentifierOutList {
49971
49959
  meta?: JsonApiApiTokenOutListMeta;
49972
49960
  }
49973
49961
 
49974
- /**
49975
- *
49976
- * @export
49977
- * @interface JsonApiDataSourceIdentifierOutMeta
49978
- */
49979
- export declare interface JsonApiDataSourceIdentifierOutMeta {
49980
- /**
49981
- * List of valid permissions for a logged-in user.
49982
- * @type {Array<string>}
49983
- * @memberof JsonApiDataSourceIdentifierOutMeta
49984
- */
49985
- permissions?: Array<JsonApiDataSourceIdentifierOutMetaPermissionsEnum>;
49986
- }
49987
-
49988
- export declare const JsonApiDataSourceIdentifierOutMetaPermissionsEnum: {
49989
- readonly MANAGE: "MANAGE";
49990
- readonly USE: "USE";
49991
- };
49992
-
49993
- export declare type JsonApiDataSourceIdentifierOutMetaPermissionsEnum = typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum[keyof typeof JsonApiDataSourceIdentifierOutMetaPermissionsEnum];
49994
-
49995
49962
  export declare const JsonApiDataSourceIdentifierOutTypeEnum: {
49996
49963
  readonly DATA_SOURCE_IDENTIFIER: "dataSourceIdentifier";
49997
49964
  };
@@ -50018,10 +49985,10 @@ export declare interface JsonApiDataSourceIdentifierOutWithLinks {
50018
49985
  id: string;
50019
49986
  /**
50020
49987
  *
50021
- * @type {JsonApiDataSourceIdentifierOutMeta}
49988
+ * @type {JsonApiDataSourceOutMeta}
50022
49989
  * @memberof JsonApiDataSourceIdentifierOutWithLinks
50023
49990
  */
50024
- meta?: JsonApiDataSourceIdentifierOutMeta;
49991
+ meta?: JsonApiDataSourceOutMeta;
50025
49992
  /**
50026
49993
  *
50027
49994
  * @type {JsonApiDataSourceIdentifierOutAttributes}
@@ -50142,10 +50109,10 @@ export declare interface JsonApiDataSourceInAttributes {
50142
50109
  clientSecret?: string | null;
50143
50110
  /**
50144
50111
  * Additional parameters to be used when connecting to the database providing the data for the data source.
50145
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
50112
+ * @type {Array<JsonApiDataSourceInAttributesParameters>}
50146
50113
  * @memberof JsonApiDataSourceInAttributes
50147
50114
  */
50148
- parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
50115
+ parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
50149
50116
  /**
50150
50117
  * Determines how the results coming from a particular datasource should be cached.
50151
50118
  * @type {string}
@@ -50161,6 +50128,26 @@ export declare const JsonApiDataSourceInAttributesCacheStrategyEnum: {
50161
50128
 
50162
50129
  export declare type JsonApiDataSourceInAttributesCacheStrategyEnum = typeof JsonApiDataSourceInAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourceInAttributesCacheStrategyEnum];
50163
50130
 
50131
+ /**
50132
+ *
50133
+ * @export
50134
+ * @interface JsonApiDataSourceInAttributesParameters
50135
+ */
50136
+ export declare interface JsonApiDataSourceInAttributesParameters {
50137
+ /**
50138
+ *
50139
+ * @type {string}
50140
+ * @memberof JsonApiDataSourceInAttributesParameters
50141
+ */
50142
+ name: string;
50143
+ /**
50144
+ *
50145
+ * @type {string}
50146
+ * @memberof JsonApiDataSourceInAttributesParameters
50147
+ */
50148
+ value: string;
50149
+ }
50150
+
50164
50151
  export declare const JsonApiDataSourceInAttributesTypeEnum: {
50165
50152
  readonly POSTGRESQL: "POSTGRESQL";
50166
50153
  readonly REDSHIFT: "REDSHIFT";
@@ -50231,10 +50218,10 @@ export declare interface JsonApiDataSourceOut {
50231
50218
  id: string;
50232
50219
  /**
50233
50220
  *
50234
- * @type {JsonApiDataSourceIdentifierOutMeta}
50221
+ * @type {JsonApiDataSourceOutMeta}
50235
50222
  * @memberof JsonApiDataSourceOut
50236
50223
  */
50237
- meta?: JsonApiDataSourceIdentifierOutMeta;
50224
+ meta?: JsonApiDataSourceOutMeta;
50238
50225
  /**
50239
50226
  *
50240
50227
  * @type {JsonApiDataSourceOutAttributes}
@@ -50287,16 +50274,16 @@ export declare interface JsonApiDataSourceOutAttributes {
50287
50274
  clientId?: string | null;
50288
50275
  /**
50289
50276
  * Additional parameters to be used when connecting to the database providing the data for the data source.
50290
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
50277
+ * @type {Array<JsonApiDataSourceInAttributesParameters>}
50291
50278
  * @memberof JsonApiDataSourceOutAttributes
50292
50279
  */
50293
- parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
50280
+ parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
50294
50281
  /**
50295
50282
  * Decoded parameters to be used when connecting to the database providing the data for the data source.
50296
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
50283
+ * @type {Array<JsonApiDataSourceInAttributesParameters>}
50297
50284
  * @memberof JsonApiDataSourceOutAttributes
50298
50285
  */
50299
- decodedParameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
50286
+ decodedParameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
50300
50287
  /**
50301
50288
  * Determines how the results coming from a particular datasource should be cached.
50302
50289
  * @type {string}
@@ -50328,26 +50315,6 @@ export declare const JsonApiDataSourceOutAttributesCacheStrategyEnum: {
50328
50315
 
50329
50316
  export declare type JsonApiDataSourceOutAttributesCacheStrategyEnum = typeof JsonApiDataSourceOutAttributesCacheStrategyEnum[keyof typeof JsonApiDataSourceOutAttributesCacheStrategyEnum];
50330
50317
 
50331
- /**
50332
- *
50333
- * @export
50334
- * @interface JsonApiDataSourceOutAttributesParameters
50335
- */
50336
- export declare interface JsonApiDataSourceOutAttributesParameters {
50337
- /**
50338
- *
50339
- * @type {string}
50340
- * @memberof JsonApiDataSourceOutAttributesParameters
50341
- */
50342
- name: string;
50343
- /**
50344
- *
50345
- * @type {string}
50346
- * @memberof JsonApiDataSourceOutAttributesParameters
50347
- */
50348
- value: string;
50349
- }
50350
-
50351
50318
  export declare const JsonApiDataSourceOutAttributesTypeEnum: {
50352
50319
  readonly POSTGRESQL: "POSTGRESQL";
50353
50320
  readonly REDSHIFT: "REDSHIFT";
@@ -50424,6 +50391,27 @@ export declare interface JsonApiDataSourceOutList {
50424
50391
  meta?: JsonApiApiTokenOutListMeta;
50425
50392
  }
50426
50393
 
50394
+ /**
50395
+ *
50396
+ * @export
50397
+ * @interface JsonApiDataSourceOutMeta
50398
+ */
50399
+ export declare interface JsonApiDataSourceOutMeta {
50400
+ /**
50401
+ * List of valid permissions for a logged-in user.
50402
+ * @type {Array<string>}
50403
+ * @memberof JsonApiDataSourceOutMeta
50404
+ */
50405
+ permissions?: Array<JsonApiDataSourceOutMetaPermissionsEnum>;
50406
+ }
50407
+
50408
+ export declare const JsonApiDataSourceOutMetaPermissionsEnum: {
50409
+ readonly MANAGE: "MANAGE";
50410
+ readonly USE: "USE";
50411
+ };
50412
+
50413
+ export declare type JsonApiDataSourceOutMetaPermissionsEnum = typeof JsonApiDataSourceOutMetaPermissionsEnum[keyof typeof JsonApiDataSourceOutMetaPermissionsEnum];
50414
+
50427
50415
  export declare const JsonApiDataSourceOutTypeEnum: {
50428
50416
  readonly DATA_SOURCE: "dataSource";
50429
50417
  };
@@ -50450,10 +50438,10 @@ export declare interface JsonApiDataSourceOutWithLinks {
50450
50438
  id: string;
50451
50439
  /**
50452
50440
  *
50453
- * @type {JsonApiDataSourceIdentifierOutMeta}
50441
+ * @type {JsonApiDataSourceOutMeta}
50454
50442
  * @memberof JsonApiDataSourceOutWithLinks
50455
50443
  */
50456
- meta?: JsonApiDataSourceIdentifierOutMeta;
50444
+ meta?: JsonApiDataSourceOutMeta;
50457
50445
  /**
50458
50446
  *
50459
50447
  * @type {JsonApiDataSourceOutAttributes}
@@ -50574,10 +50562,10 @@ export declare interface JsonApiDataSourcePatchAttributes {
50574
50562
  clientSecret?: string | null;
50575
50563
  /**
50576
50564
  * Additional parameters to be used when connecting to the database providing the data for the data source.
50577
- * @type {Array<JsonApiDataSourceOutAttributesParameters>}
50565
+ * @type {Array<JsonApiDataSourceInAttributesParameters>}
50578
50566
  * @memberof JsonApiDataSourcePatchAttributes
50579
50567
  */
50580
- parameters?: Array<JsonApiDataSourceOutAttributesParameters> | null;
50568
+ parameters?: Array<JsonApiDataSourceInAttributesParameters> | null;
50581
50569
  /**
50582
50570
  * Determines how the results coming from a particular datasource should be cached.
50583
50571
  * @type {string}
@@ -50799,16 +50787,16 @@ export declare interface JsonApiExportDefinitionIn {
50799
50787
  id: string;
50800
50788
  /**
50801
50789
  *
50802
- * @type {JsonApiExportDefinitionPostOptionalIdAttributes}
50790
+ * @type {JsonApiExportDefinitionPatchAttributes}
50803
50791
  * @memberof JsonApiExportDefinitionIn
50804
50792
  */
50805
- attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
50793
+ attributes?: JsonApiExportDefinitionPatchAttributes;
50806
50794
  /**
50807
50795
  *
50808
- * @type {JsonApiExportDefinitionPostOptionalIdRelationships}
50796
+ * @type {JsonApiExportDefinitionPatchRelationships}
50809
50797
  * @memberof JsonApiExportDefinitionIn
50810
50798
  */
50811
- relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
50799
+ relationships?: JsonApiExportDefinitionPatchRelationships;
50812
50800
  }
50813
50801
 
50814
50802
  /**
@@ -51023,10 +51011,10 @@ export declare interface JsonApiExportDefinitionOutRelationships {
51023
51011
  visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
51024
51012
  /**
51025
51013
  *
51026
- * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
51014
+ * @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
51027
51015
  * @memberof JsonApiExportDefinitionOutRelationships
51028
51016
  */
51029
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
51017
+ analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
51030
51018
  /**
51031
51019
  *
51032
51020
  * @type {JsonApiExportDefinitionOutRelationshipsAutomation}
@@ -51151,16 +51139,54 @@ export declare interface JsonApiExportDefinitionPatch {
51151
51139
  id: string;
51152
51140
  /**
51153
51141
  *
51154
- * @type {JsonApiExportDefinitionPostOptionalIdAttributes}
51142
+ * @type {JsonApiExportDefinitionPatchAttributes}
51155
51143
  * @memberof JsonApiExportDefinitionPatch
51156
51144
  */
51157
- attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
51145
+ attributes?: JsonApiExportDefinitionPatchAttributes;
51158
51146
  /**
51159
51147
  *
51160
- * @type {JsonApiExportDefinitionPostOptionalIdRelationships}
51148
+ * @type {JsonApiExportDefinitionPatchRelationships}
51161
51149
  * @memberof JsonApiExportDefinitionPatch
51162
51150
  */
51163
- relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
51151
+ relationships?: JsonApiExportDefinitionPatchRelationships;
51152
+ }
51153
+
51154
+ /**
51155
+ *
51156
+ * @export
51157
+ * @interface JsonApiExportDefinitionPatchAttributes
51158
+ */
51159
+ export declare interface JsonApiExportDefinitionPatchAttributes {
51160
+ /**
51161
+ *
51162
+ * @type {string}
51163
+ * @memberof JsonApiExportDefinitionPatchAttributes
51164
+ */
51165
+ title?: string;
51166
+ /**
51167
+ *
51168
+ * @type {string}
51169
+ * @memberof JsonApiExportDefinitionPatchAttributes
51170
+ */
51171
+ description?: string;
51172
+ /**
51173
+ *
51174
+ * @type {Array<string>}
51175
+ * @memberof JsonApiExportDefinitionPatchAttributes
51176
+ */
51177
+ tags?: Array<string>;
51178
+ /**
51179
+ * JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
51180
+ * @type {VisualExportRequest | TabularExportRequest}
51181
+ * @memberof JsonApiExportDefinitionPatchAttributes
51182
+ */
51183
+ requestPayload?: VisualExportRequest | TabularExportRequest;
51184
+ /**
51185
+ *
51186
+ * @type {boolean}
51187
+ * @memberof JsonApiExportDefinitionPatchAttributes
51188
+ */
51189
+ areRelationsValid?: boolean;
51164
51190
  }
51165
51191
 
51166
51192
  /**
@@ -51177,6 +51203,26 @@ export declare interface JsonApiExportDefinitionPatchDocument {
51177
51203
  data: JsonApiExportDefinitionPatch;
51178
51204
  }
51179
51205
 
51206
+ /**
51207
+ *
51208
+ * @export
51209
+ * @interface JsonApiExportDefinitionPatchRelationships
51210
+ */
51211
+ export declare interface JsonApiExportDefinitionPatchRelationships {
51212
+ /**
51213
+ *
51214
+ * @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
51215
+ * @memberof JsonApiExportDefinitionPatchRelationships
51216
+ */
51217
+ visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
51218
+ /**
51219
+ *
51220
+ * @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
51221
+ * @memberof JsonApiExportDefinitionPatchRelationships
51222
+ */
51223
+ analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
51224
+ }
51225
+
51180
51226
  export declare const JsonApiExportDefinitionPatchTypeEnum: {
51181
51227
  readonly EXPORT_DEFINITION: "exportDefinition";
51182
51228
  };
@@ -51203,54 +51249,16 @@ export declare interface JsonApiExportDefinitionPostOptionalId {
51203
51249
  id?: string;
51204
51250
  /**
51205
51251
  *
51206
- * @type {JsonApiExportDefinitionPostOptionalIdAttributes}
51252
+ * @type {JsonApiExportDefinitionPatchAttributes}
51207
51253
  * @memberof JsonApiExportDefinitionPostOptionalId
51208
51254
  */
51209
- attributes?: JsonApiExportDefinitionPostOptionalIdAttributes;
51255
+ attributes?: JsonApiExportDefinitionPatchAttributes;
51210
51256
  /**
51211
51257
  *
51212
- * @type {JsonApiExportDefinitionPostOptionalIdRelationships}
51258
+ * @type {JsonApiExportDefinitionPatchRelationships}
51213
51259
  * @memberof JsonApiExportDefinitionPostOptionalId
51214
51260
  */
51215
- relationships?: JsonApiExportDefinitionPostOptionalIdRelationships;
51216
- }
51217
-
51218
- /**
51219
- *
51220
- * @export
51221
- * @interface JsonApiExportDefinitionPostOptionalIdAttributes
51222
- */
51223
- export declare interface JsonApiExportDefinitionPostOptionalIdAttributes {
51224
- /**
51225
- *
51226
- * @type {string}
51227
- * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
51228
- */
51229
- title?: string;
51230
- /**
51231
- *
51232
- * @type {string}
51233
- * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
51234
- */
51235
- description?: string;
51236
- /**
51237
- *
51238
- * @type {Array<string>}
51239
- * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
51240
- */
51241
- tags?: Array<string>;
51242
- /**
51243
- * JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
51244
- * @type {VisualExportRequest | TabularExportRequest}
51245
- * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
51246
- */
51247
- requestPayload?: VisualExportRequest | TabularExportRequest;
51248
- /**
51249
- *
51250
- * @type {boolean}
51251
- * @memberof JsonApiExportDefinitionPostOptionalIdAttributes
51252
- */
51253
- areRelationsValid?: boolean;
51261
+ relationships?: JsonApiExportDefinitionPatchRelationships;
51254
51262
  }
51255
51263
 
51256
51264
  /**
@@ -51267,26 +51275,6 @@ export declare interface JsonApiExportDefinitionPostOptionalIdDocument {
51267
51275
  data: JsonApiExportDefinitionPostOptionalId;
51268
51276
  }
51269
51277
 
51270
- /**
51271
- *
51272
- * @export
51273
- * @interface JsonApiExportDefinitionPostOptionalIdRelationships
51274
- */
51275
- export declare interface JsonApiExportDefinitionPostOptionalIdRelationships {
51276
- /**
51277
- *
51278
- * @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
51279
- * @memberof JsonApiExportDefinitionPostOptionalIdRelationships
51280
- */
51281
- visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
51282
- /**
51283
- *
51284
- * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
51285
- * @memberof JsonApiExportDefinitionPostOptionalIdRelationships
51286
- */
51287
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
51288
- }
51289
-
51290
51278
  export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
51291
51279
  readonly EXPORT_DEFINITION: "exportDefinition";
51292
51280
  };
@@ -51313,10 +51301,10 @@ export declare interface JsonApiExportTemplateIn {
51313
51301
  id: string;
51314
51302
  /**
51315
51303
  *
51316
- * @type {JsonApiExportTemplateOutAttributes}
51304
+ * @type {JsonApiExportTemplatePostOptionalIdAttributes}
51317
51305
  * @memberof JsonApiExportTemplateIn
51318
51306
  */
51319
- attributes: JsonApiExportTemplateOutAttributes;
51307
+ attributes: JsonApiExportTemplatePostOptionalIdAttributes;
51320
51308
  }
51321
51309
 
51322
51310
  /**
@@ -51359,110 +51347,12 @@ export declare interface JsonApiExportTemplateOut {
51359
51347
  id: string;
51360
51348
  /**
51361
51349
  *
51362
- * @type {JsonApiExportTemplateOutAttributes}
51350
+ * @type {JsonApiExportTemplatePostOptionalIdAttributes}
51363
51351
  * @memberof JsonApiExportTemplateOut
51364
51352
  */
51365
- attributes: JsonApiExportTemplateOutAttributes;
51353
+ attributes: JsonApiExportTemplatePostOptionalIdAttributes;
51366
51354
  }
51367
51355
 
51368
- /**
51369
- *
51370
- * @export
51371
- * @interface JsonApiExportTemplateOutAttributes
51372
- */
51373
- export declare interface JsonApiExportTemplateOutAttributes {
51374
- /**
51375
- * User-facing name of the Slides template.
51376
- * @type {string}
51377
- * @memberof JsonApiExportTemplateOutAttributes
51378
- */
51379
- name: string;
51380
- /**
51381
- *
51382
- * @type {JsonApiExportTemplateOutAttributesDashboardSlidesTemplate}
51383
- * @memberof JsonApiExportTemplateOutAttributes
51384
- */
51385
- dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
51386
- /**
51387
- *
51388
- * @type {JsonApiExportTemplateOutAttributesWidgetSlidesTemplate}
51389
- * @memberof JsonApiExportTemplateOutAttributes
51390
- */
51391
- widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
51392
- }
51393
-
51394
- /**
51395
- * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
51396
- * @export
51397
- * @interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
51398
- */
51399
- export declare interface JsonApiExportTemplateOutAttributesDashboardSlidesTemplate {
51400
- /**
51401
- * Export types this template applies to.
51402
- * @type {Array<string>}
51403
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
51404
- */
51405
- appliedOn: Array<JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum>;
51406
- /**
51407
- *
51408
- * @type {CoverSlideTemplate}
51409
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
51410
- */
51411
- coverSlide?: CoverSlideTemplate | null;
51412
- /**
51413
- *
51414
- * @type {IntroSlideTemplate}
51415
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
51416
- */
51417
- introSlide?: IntroSlideTemplate | null;
51418
- /**
51419
- *
51420
- * @type {SectionSlideTemplate}
51421
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
51422
- */
51423
- sectionSlide?: SectionSlideTemplate | null;
51424
- /**
51425
- *
51426
- * @type {ContentSlideTemplate}
51427
- * @memberof JsonApiExportTemplateOutAttributesDashboardSlidesTemplate
51428
- */
51429
- contentSlide?: ContentSlideTemplate | null;
51430
- }
51431
-
51432
- export declare const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum: {
51433
- readonly PDF: "PDF";
51434
- readonly PPTX: "PPTX";
51435
- };
51436
-
51437
- export declare type JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum];
51438
-
51439
- /**
51440
- * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
51441
- * @export
51442
- * @interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
51443
- */
51444
- export declare interface JsonApiExportTemplateOutAttributesWidgetSlidesTemplate {
51445
- /**
51446
- * Export types this template applies to.
51447
- * @type {Array<string>}
51448
- * @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
51449
- */
51450
- appliedOn: Array<JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum>;
51451
- /**
51452
- *
51453
- * @type {ContentSlideTemplate}
51454
- * @memberof JsonApiExportTemplateOutAttributesWidgetSlidesTemplate
51455
- */
51456
- contentSlide?: ContentSlideTemplate | null;
51457
- }
51458
-
51459
- export declare const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum: {
51460
- readonly PDF: "PDF";
51461
- readonly PPTX: "PPTX";
51462
- };
51463
-
51464
- export declare type JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum];
51465
-
51466
51356
  /**
51467
51357
  *
51468
51358
  * @export
@@ -51535,10 +51425,10 @@ export declare interface JsonApiExportTemplateOutWithLinks {
51535
51425
  id: string;
51536
51426
  /**
51537
51427
  *
51538
- * @type {JsonApiExportTemplateOutAttributes}
51428
+ * @type {JsonApiExportTemplatePostOptionalIdAttributes}
51539
51429
  * @memberof JsonApiExportTemplateOutWithLinks
51540
51430
  */
51541
- attributes: JsonApiExportTemplateOutAttributes;
51431
+ attributes: JsonApiExportTemplatePostOptionalIdAttributes;
51542
51432
  /**
51543
51433
  *
51544
51434
  * @type {ObjectLinks}
@@ -51593,16 +51483,16 @@ export declare interface JsonApiExportTemplatePatchAttributes {
51593
51483
  name?: string;
51594
51484
  /**
51595
51485
  *
51596
- * @type {JsonApiExportTemplateOutAttributesDashboardSlidesTemplate}
51486
+ * @type {JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate}
51597
51487
  * @memberof JsonApiExportTemplatePatchAttributes
51598
51488
  */
51599
- dashboardSlidesTemplate?: JsonApiExportTemplateOutAttributesDashboardSlidesTemplate | null;
51489
+ dashboardSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
51600
51490
  /**
51601
51491
  *
51602
- * @type {JsonApiExportTemplateOutAttributesWidgetSlidesTemplate}
51492
+ * @type {JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate}
51603
51493
  * @memberof JsonApiExportTemplatePatchAttributes
51604
51494
  */
51605
- widgetSlidesTemplate?: JsonApiExportTemplateOutAttributesWidgetSlidesTemplate | null;
51495
+ widgetSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
51606
51496
  }
51607
51497
 
51608
51498
  /**
@@ -51645,12 +51535,110 @@ export declare interface JsonApiExportTemplatePostOptionalId {
51645
51535
  id?: string;
51646
51536
  /**
51647
51537
  *
51648
- * @type {JsonApiExportTemplateOutAttributes}
51538
+ * @type {JsonApiExportTemplatePostOptionalIdAttributes}
51649
51539
  * @memberof JsonApiExportTemplatePostOptionalId
51650
51540
  */
51651
- attributes: JsonApiExportTemplateOutAttributes;
51541
+ attributes: JsonApiExportTemplatePostOptionalIdAttributes;
51542
+ }
51543
+
51544
+ /**
51545
+ *
51546
+ * @export
51547
+ * @interface JsonApiExportTemplatePostOptionalIdAttributes
51548
+ */
51549
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributes {
51550
+ /**
51551
+ * User-facing name of the Slides template.
51552
+ * @type {string}
51553
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributes
51554
+ */
51555
+ name: string;
51556
+ /**
51557
+ *
51558
+ * @type {JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate}
51559
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributes
51560
+ */
51561
+ dashboardSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate | null;
51562
+ /**
51563
+ *
51564
+ * @type {JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate}
51565
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributes
51566
+ */
51567
+ widgetSlidesTemplate?: JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate | null;
51568
+ }
51569
+
51570
+ /**
51571
+ * Template for dashboard slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
51572
+ * @export
51573
+ * @interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
51574
+ */
51575
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate {
51576
+ /**
51577
+ * Export types this template applies to.
51578
+ * @type {Array<string>}
51579
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
51580
+ */
51581
+ appliedOn: Array<JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum>;
51582
+ /**
51583
+ *
51584
+ * @type {CoverSlideTemplate}
51585
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
51586
+ */
51587
+ coverSlide?: CoverSlideTemplate | null;
51588
+ /**
51589
+ *
51590
+ * @type {IntroSlideTemplate}
51591
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
51592
+ */
51593
+ introSlide?: IntroSlideTemplate | null;
51594
+ /**
51595
+ *
51596
+ * @type {SectionSlideTemplate}
51597
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
51598
+ */
51599
+ sectionSlide?: SectionSlideTemplate | null;
51600
+ /**
51601
+ *
51602
+ * @type {ContentSlideTemplate}
51603
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplate
51604
+ */
51605
+ contentSlide?: ContentSlideTemplate | null;
51652
51606
  }
51653
51607
 
51608
+ export declare const JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum: {
51609
+ readonly PDF: "PDF";
51610
+ readonly PPTX: "PPTX";
51611
+ };
51612
+
51613
+ export declare type JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum];
51614
+
51615
+ /**
51616
+ * Template for widget slides export. Available variables: {{currentPageNumber}}, {{dashboardDateFilters}}, {{dashboardDescription}}, {{dashboardFilters}}, {{dashboardId}}, {{dashboardName}}, {{dashboardTags}}, {{dashboardUrl}}, {{exportedAt}}, {{exportedBy}}, {{logo}}, {{totalPages}}, {{workspaceId}}, {{workspaceName}}
51617
+ * @export
51618
+ * @interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate
51619
+ */
51620
+ export declare interface JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate {
51621
+ /**
51622
+ * Export types this template applies to.
51623
+ * @type {Array<string>}
51624
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate
51625
+ */
51626
+ appliedOn: Array<JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum>;
51627
+ /**
51628
+ *
51629
+ * @type {ContentSlideTemplate}
51630
+ * @memberof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplate
51631
+ */
51632
+ contentSlide?: ContentSlideTemplate | null;
51633
+ }
51634
+
51635
+ export declare const JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum: {
51636
+ readonly PDF: "PDF";
51637
+ readonly PPTX: "PPTX";
51638
+ };
51639
+
51640
+ export declare type JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = typeof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum[keyof typeof JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum];
51641
+
51654
51642
  /**
51655
51643
  *
51656
51644
  * @export
@@ -51939,10 +51927,10 @@ export declare interface JsonApiFilterContextIn {
51939
51927
  id: string;
51940
51928
  /**
51941
51929
  *
51942
- * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
51930
+ * @type {JsonApiFilterContextOutAttributes}
51943
51931
  * @memberof JsonApiFilterContextIn
51944
51932
  */
51945
- attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
51933
+ attributes: JsonApiFilterContextOutAttributes;
51946
51934
  }
51947
51935
 
51948
51936
  /**
@@ -52017,10 +52005,10 @@ export declare interface JsonApiFilterContextOut {
52017
52005
  meta?: JsonApiVisualizationObjectOutMeta;
52018
52006
  /**
52019
52007
  *
52020
- * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
52008
+ * @type {JsonApiFilterContextOutAttributes}
52021
52009
  * @memberof JsonApiFilterContextOut
52022
52010
  */
52023
- attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
52011
+ attributes: JsonApiFilterContextOutAttributes;
52024
52012
  /**
52025
52013
  *
52026
52014
  * @type {JsonApiFilterContextOutRelationships}
@@ -52029,6 +52017,44 @@ export declare interface JsonApiFilterContextOut {
52029
52017
  relationships?: JsonApiFilterContextOutRelationships;
52030
52018
  }
52031
52019
 
52020
+ /**
52021
+ *
52022
+ * @export
52023
+ * @interface JsonApiFilterContextOutAttributes
52024
+ */
52025
+ export declare interface JsonApiFilterContextOutAttributes {
52026
+ /**
52027
+ *
52028
+ * @type {string}
52029
+ * @memberof JsonApiFilterContextOutAttributes
52030
+ */
52031
+ title?: string;
52032
+ /**
52033
+ *
52034
+ * @type {string}
52035
+ * @memberof JsonApiFilterContextOutAttributes
52036
+ */
52037
+ description?: string;
52038
+ /**
52039
+ *
52040
+ * @type {Array<string>}
52041
+ * @memberof JsonApiFilterContextOutAttributes
52042
+ */
52043
+ tags?: Array<string>;
52044
+ /**
52045
+ *
52046
+ * @type {boolean}
52047
+ * @memberof JsonApiFilterContextOutAttributes
52048
+ */
52049
+ areRelationsValid?: boolean;
52050
+ /**
52051
+ * Free-form JSON content. Maximum supported length is 250000 characters.
52052
+ * @type {object}
52053
+ * @memberof JsonApiFilterContextOutAttributes
52054
+ */
52055
+ content: object;
52056
+ }
52057
+
52032
52058
  /**
52033
52059
  *
52034
52060
  * @export
@@ -52151,10 +52177,10 @@ export declare interface JsonApiFilterContextOutWithLinks {
52151
52177
  meta?: JsonApiVisualizationObjectOutMeta;
52152
52178
  /**
52153
52179
  *
52154
- * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
52180
+ * @type {JsonApiFilterContextOutAttributes}
52155
52181
  * @memberof JsonApiFilterContextOutWithLinks
52156
52182
  */
52157
- attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
52183
+ attributes: JsonApiFilterContextOutAttributes;
52158
52184
  /**
52159
52185
  *
52160
52186
  * @type {JsonApiFilterContextOutRelationships}
@@ -52241,10 +52267,10 @@ export declare interface JsonApiFilterContextPostOptionalId {
52241
52267
  id?: string;
52242
52268
  /**
52243
52269
  *
52244
- * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
52270
+ * @type {JsonApiFilterContextOutAttributes}
52245
52271
  * @memberof JsonApiFilterContextPostOptionalId
52246
52272
  */
52247
- attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
52273
+ attributes: JsonApiFilterContextOutAttributes;
52248
52274
  }
52249
52275
 
52250
52276
  /**
@@ -52287,60 +52313,16 @@ export declare interface JsonApiFilterViewIn {
52287
52313
  id: string;
52288
52314
  /**
52289
52315
  *
52290
- * @type {JsonApiFilterViewInAttributes}
52316
+ * @type {JsonApiFilterViewOutAttributes}
52291
52317
  * @memberof JsonApiFilterViewIn
52292
52318
  */
52293
- attributes: JsonApiFilterViewInAttributes;
52319
+ attributes: JsonApiFilterViewOutAttributes;
52294
52320
  /**
52295
52321
  *
52296
- * @type {JsonApiFilterViewInRelationships}
52322
+ * @type {JsonApiFilterViewPatchRelationships}
52297
52323
  * @memberof JsonApiFilterViewIn
52298
52324
  */
52299
- relationships?: JsonApiFilterViewInRelationships;
52300
- }
52301
-
52302
- /**
52303
- *
52304
- * @export
52305
- * @interface JsonApiFilterViewInAttributes
52306
- */
52307
- export declare interface JsonApiFilterViewInAttributes {
52308
- /**
52309
- *
52310
- * @type {string}
52311
- * @memberof JsonApiFilterViewInAttributes
52312
- */
52313
- title: string;
52314
- /**
52315
- *
52316
- * @type {string}
52317
- * @memberof JsonApiFilterViewInAttributes
52318
- */
52319
- description?: string;
52320
- /**
52321
- *
52322
- * @type {Array<string>}
52323
- * @memberof JsonApiFilterViewInAttributes
52324
- */
52325
- tags?: Array<string>;
52326
- /**
52327
- *
52328
- * @type {boolean}
52329
- * @memberof JsonApiFilterViewInAttributes
52330
- */
52331
- areRelationsValid?: boolean;
52332
- /**
52333
- * Indicator whether the filter view should by applied by default.
52334
- * @type {boolean}
52335
- * @memberof JsonApiFilterViewInAttributes
52336
- */
52337
- isDefault?: boolean;
52338
- /**
52339
- * The respective filter context.
52340
- * @type {object}
52341
- * @memberof JsonApiFilterViewInAttributes
52342
- */
52343
- content: object;
52325
+ relationships?: JsonApiFilterViewPatchRelationships;
52344
52326
  }
52345
52327
 
52346
52328
  /**
@@ -52357,26 +52339,6 @@ export declare interface JsonApiFilterViewInDocument {
52357
52339
  data: JsonApiFilterViewIn;
52358
52340
  }
52359
52341
 
52360
- /**
52361
- *
52362
- * @export
52363
- * @interface JsonApiFilterViewInRelationships
52364
- */
52365
- export declare interface JsonApiFilterViewInRelationships {
52366
- /**
52367
- *
52368
- * @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
52369
- * @memberof JsonApiFilterViewInRelationships
52370
- */
52371
- analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
52372
- /**
52373
- *
52374
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
52375
- * @memberof JsonApiFilterViewInRelationships
52376
- */
52377
- user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
52378
- }
52379
-
52380
52342
  export declare const JsonApiFilterViewInTypeEnum: {
52381
52343
  readonly FILTER_VIEW: "filterView";
52382
52344
  };
@@ -52403,16 +52365,60 @@ export declare interface JsonApiFilterViewOut {
52403
52365
  id: string;
52404
52366
  /**
52405
52367
  *
52406
- * @type {JsonApiFilterViewInAttributes}
52368
+ * @type {JsonApiFilterViewOutAttributes}
52407
52369
  * @memberof JsonApiFilterViewOut
52408
52370
  */
52409
- attributes: JsonApiFilterViewInAttributes;
52371
+ attributes: JsonApiFilterViewOutAttributes;
52410
52372
  /**
52411
52373
  *
52412
- * @type {JsonApiFilterViewInRelationships}
52374
+ * @type {JsonApiFilterViewPatchRelationships}
52413
52375
  * @memberof JsonApiFilterViewOut
52414
52376
  */
52415
- relationships?: JsonApiFilterViewInRelationships;
52377
+ relationships?: JsonApiFilterViewPatchRelationships;
52378
+ }
52379
+
52380
+ /**
52381
+ *
52382
+ * @export
52383
+ * @interface JsonApiFilterViewOutAttributes
52384
+ */
52385
+ export declare interface JsonApiFilterViewOutAttributes {
52386
+ /**
52387
+ *
52388
+ * @type {string}
52389
+ * @memberof JsonApiFilterViewOutAttributes
52390
+ */
52391
+ title: string;
52392
+ /**
52393
+ *
52394
+ * @type {string}
52395
+ * @memberof JsonApiFilterViewOutAttributes
52396
+ */
52397
+ description?: string;
52398
+ /**
52399
+ *
52400
+ * @type {Array<string>}
52401
+ * @memberof JsonApiFilterViewOutAttributes
52402
+ */
52403
+ tags?: Array<string>;
52404
+ /**
52405
+ *
52406
+ * @type {boolean}
52407
+ * @memberof JsonApiFilterViewOutAttributes
52408
+ */
52409
+ areRelationsValid?: boolean;
52410
+ /**
52411
+ * Indicator whether the filter view should by applied by default.
52412
+ * @type {boolean}
52413
+ * @memberof JsonApiFilterViewOutAttributes
52414
+ */
52415
+ isDefault?: boolean;
52416
+ /**
52417
+ * The respective filter context.
52418
+ * @type {object}
52419
+ * @memberof JsonApiFilterViewOutAttributes
52420
+ */
52421
+ content: object;
52416
52422
  }
52417
52423
 
52418
52424
  /**
@@ -52505,16 +52511,16 @@ export declare interface JsonApiFilterViewOutWithLinks {
52505
52511
  id: string;
52506
52512
  /**
52507
52513
  *
52508
- * @type {JsonApiFilterViewInAttributes}
52514
+ * @type {JsonApiFilterViewOutAttributes}
52509
52515
  * @memberof JsonApiFilterViewOutWithLinks
52510
52516
  */
52511
- attributes: JsonApiFilterViewInAttributes;
52517
+ attributes: JsonApiFilterViewOutAttributes;
52512
52518
  /**
52513
52519
  *
52514
- * @type {JsonApiFilterViewInRelationships}
52520
+ * @type {JsonApiFilterViewPatchRelationships}
52515
52521
  * @memberof JsonApiFilterViewOutWithLinks
52516
52522
  */
52517
- relationships?: JsonApiFilterViewInRelationships;
52523
+ relationships?: JsonApiFilterViewPatchRelationships;
52518
52524
  /**
52519
52525
  *
52520
52526
  * @type {ObjectLinks}
@@ -52555,10 +52561,10 @@ export declare interface JsonApiFilterViewPatch {
52555
52561
  attributes: JsonApiFilterViewPatchAttributes;
52556
52562
  /**
52557
52563
  *
52558
- * @type {JsonApiFilterViewInRelationships}
52564
+ * @type {JsonApiFilterViewPatchRelationships}
52559
52565
  * @memberof JsonApiFilterViewPatch
52560
52566
  */
52561
- relationships?: JsonApiFilterViewInRelationships;
52567
+ relationships?: JsonApiFilterViewPatchRelationships;
52562
52568
  }
52563
52569
 
52564
52570
  /**
@@ -52619,6 +52625,40 @@ export declare interface JsonApiFilterViewPatchDocument {
52619
52625
  data: JsonApiFilterViewPatch;
52620
52626
  }
52621
52627
 
52628
+ /**
52629
+ *
52630
+ * @export
52631
+ * @interface JsonApiFilterViewPatchRelationships
52632
+ */
52633
+ export declare interface JsonApiFilterViewPatchRelationships {
52634
+ /**
52635
+ *
52636
+ * @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
52637
+ * @memberof JsonApiFilterViewPatchRelationships
52638
+ */
52639
+ analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
52640
+ /**
52641
+ *
52642
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
52643
+ * @memberof JsonApiFilterViewPatchRelationships
52644
+ */
52645
+ user?: JsonApiFilterViewPatchRelationshipsUser;
52646
+ }
52647
+
52648
+ /**
52649
+ *
52650
+ * @export
52651
+ * @interface JsonApiFilterViewPatchRelationshipsUser
52652
+ */
52653
+ export declare interface JsonApiFilterViewPatchRelationshipsUser {
52654
+ /**
52655
+ *
52656
+ * @type {JsonApiUserToOneLinkage}
52657
+ * @memberof JsonApiFilterViewPatchRelationshipsUser
52658
+ */
52659
+ data: JsonApiUserToOneLinkage | null;
52660
+ }
52661
+
52622
52662
  export declare const JsonApiFilterViewPatchTypeEnum: {
52623
52663
  readonly FILTER_VIEW: "filterView";
52624
52664
  };
@@ -53062,10 +53102,24 @@ export declare interface JsonApiJwkIn {
53062
53102
  id: string;
53063
53103
  /**
53064
53104
  *
53065
- * @type {JsonApiJwkOutAttributes}
53105
+ * @type {JsonApiJwkInAttributes}
53066
53106
  * @memberof JsonApiJwkIn
53067
53107
  */
53068
- attributes?: JsonApiJwkOutAttributes;
53108
+ attributes?: JsonApiJwkInAttributes;
53109
+ }
53110
+
53111
+ /**
53112
+ *
53113
+ * @export
53114
+ * @interface JsonApiJwkInAttributes
53115
+ */
53116
+ export declare interface JsonApiJwkInAttributes {
53117
+ /**
53118
+ * Specification of the cryptographic key
53119
+ * @type {RsaSpecification}
53120
+ * @memberof JsonApiJwkInAttributes
53121
+ */
53122
+ content?: RsaSpecification;
53069
53123
  }
53070
53124
 
53071
53125
  /**
@@ -53108,24 +53162,10 @@ export declare interface JsonApiJwkOut {
53108
53162
  id: string;
53109
53163
  /**
53110
53164
  *
53111
- * @type {JsonApiJwkOutAttributes}
53165
+ * @type {JsonApiJwkInAttributes}
53112
53166
  * @memberof JsonApiJwkOut
53113
53167
  */
53114
- attributes?: JsonApiJwkOutAttributes;
53115
- }
53116
-
53117
- /**
53118
- *
53119
- * @export
53120
- * @interface JsonApiJwkOutAttributes
53121
- */
53122
- export declare interface JsonApiJwkOutAttributes {
53123
- /**
53124
- * Specification of the cryptographic key
53125
- * @type {RsaSpecification}
53126
- * @memberof JsonApiJwkOutAttributes
53127
- */
53128
- content?: RsaSpecification;
53168
+ attributes?: JsonApiJwkInAttributes;
53129
53169
  }
53130
53170
 
53131
53171
  /**
@@ -53200,10 +53240,10 @@ export declare interface JsonApiJwkOutWithLinks {
53200
53240
  id: string;
53201
53241
  /**
53202
53242
  *
53203
- * @type {JsonApiJwkOutAttributes}
53243
+ * @type {JsonApiJwkInAttributes}
53204
53244
  * @memberof JsonApiJwkOutWithLinks
53205
53245
  */
53206
- attributes?: JsonApiJwkOutAttributes;
53246
+ attributes?: JsonApiJwkInAttributes;
53207
53247
  /**
53208
53248
  *
53209
53249
  * @type {ObjectLinks}
@@ -53238,10 +53278,10 @@ export declare interface JsonApiJwkPatch {
53238
53278
  id: string;
53239
53279
  /**
53240
53280
  *
53241
- * @type {JsonApiJwkOutAttributes}
53281
+ * @type {JsonApiJwkInAttributes}
53242
53282
  * @memberof JsonApiJwkPatch
53243
53283
  */
53244
- attributes?: JsonApiJwkOutAttributes;
53284
+ attributes?: JsonApiJwkInAttributes;
53245
53285
  }
53246
53286
 
53247
53287
  /**
@@ -54426,8 +54466,22 @@ export declare interface JsonApiNotificationChannelIdentifierOutAttributes {
54426
54466
  * @memberof JsonApiNotificationChannelIdentifierOutAttributes
54427
54467
  */
54428
54468
  destinationType?: JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum;
54469
+ /**
54470
+ * Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
54471
+ * @type {string}
54472
+ * @memberof JsonApiNotificationChannelIdentifierOutAttributes
54473
+ */
54474
+ allowedRecipients?: JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum;
54429
54475
  }
54430
54476
 
54477
+ export declare const JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum: {
54478
+ readonly CREATOR: "CREATOR";
54479
+ readonly INTERNAL: "INTERNAL";
54480
+ readonly EXTERNAL: "EXTERNAL";
54481
+ };
54482
+
54483
+ export declare type JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelIdentifierOutAttributesAllowedRecipientsEnum];
54484
+
54431
54485
  export declare const JsonApiNotificationChannelIdentifierOutAttributesDestinationTypeEnum: {
54432
54486
  readonly WEBHOOK: "WEBHOOK";
54433
54487
  readonly SMTP: "SMTP";
@@ -54547,91 +54601,12 @@ export declare interface JsonApiNotificationChannelIn {
54547
54601
  id: string;
54548
54602
  /**
54549
54603
  *
54550
- * @type {JsonApiNotificationChannelInAttributes}
54604
+ * @type {JsonApiNotificationChannelPostOptionalIdAttributes}
54551
54605
  * @memberof JsonApiNotificationChannelIn
54552
54606
  */
54553
- attributes?: JsonApiNotificationChannelInAttributes;
54607
+ attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
54554
54608
  }
54555
54609
 
54556
- /**
54557
- *
54558
- * @export
54559
- * @interface JsonApiNotificationChannelInAttributes
54560
- */
54561
- export declare interface JsonApiNotificationChannelInAttributes {
54562
- /**
54563
- *
54564
- * @type {string}
54565
- * @memberof JsonApiNotificationChannelInAttributes
54566
- */
54567
- name?: string | null;
54568
- /**
54569
- *
54570
- * @type {string}
54571
- * @memberof JsonApiNotificationChannelInAttributes
54572
- */
54573
- description?: string | null;
54574
- /**
54575
- * The destination where the notifications are to be sent.
54576
- * @type {DefaultSmtp | InPlatform | Smtp | Webhook}
54577
- * @memberof JsonApiNotificationChannelInAttributes
54578
- */
54579
- destination?: DefaultSmtp | InPlatform | Smtp | Webhook;
54580
- /**
54581
- * Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
54582
- * @type {string}
54583
- * @memberof JsonApiNotificationChannelInAttributes
54584
- */
54585
- customDashboardUrl?: string;
54586
- /**
54587
- * Dashboard link visibility in notifications. HIDDEN - the link will not be included INTERNAL_ONLY - only internal users will see the link ALL - all users will see the link
54588
- * @type {string}
54589
- * @memberof JsonApiNotificationChannelInAttributes
54590
- */
54591
- dashboardLinkVisibility?: JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum;
54592
- /**
54593
- * Human-readable description of the source of the notification. If specified, this propertywill be included in the notifications to this channel.Allowed placeholders are: {{workspaceId}} {{workspaceName}} {{workspaceDescription}} {{dashboardId}} {{dashboardName}} {{dashboardDescription}}
54594
- * @type {string}
54595
- * @memberof JsonApiNotificationChannelInAttributes
54596
- */
54597
- notificationSource?: string;
54598
- /**
54599
- * Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
54600
- * @type {string}
54601
- * @memberof JsonApiNotificationChannelInAttributes
54602
- */
54603
- allowedRecipients?: JsonApiNotificationChannelInAttributesAllowedRecipientsEnum;
54604
- /**
54605
- * In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications
54606
- * @type {string}
54607
- * @memberof JsonApiNotificationChannelInAttributes
54608
- */
54609
- inPlatformNotification?: JsonApiNotificationChannelInAttributesInPlatformNotificationEnum;
54610
- }
54611
-
54612
- export declare const JsonApiNotificationChannelInAttributesAllowedRecipientsEnum: {
54613
- readonly CREATOR: "CREATOR";
54614
- readonly INTERNAL: "INTERNAL";
54615
- readonly EXTERNAL: "EXTERNAL";
54616
- };
54617
-
54618
- export declare type JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelInAttributesAllowedRecipientsEnum];
54619
-
54620
- export declare const JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum: {
54621
- readonly HIDDEN: "HIDDEN";
54622
- readonly INTERNAL_ONLY: "INTERNAL_ONLY";
54623
- readonly ALL: "ALL";
54624
- };
54625
-
54626
- export declare type JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum[keyof typeof JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum];
54627
-
54628
- export declare const JsonApiNotificationChannelInAttributesInPlatformNotificationEnum: {
54629
- readonly DISABLED: "DISABLED";
54630
- readonly ENABLED: "ENABLED";
54631
- };
54632
-
54633
- export declare type JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum[keyof typeof JsonApiNotificationChannelInAttributesInPlatformNotificationEnum];
54634
-
54635
54610
  /**
54636
54611
  *
54637
54612
  * @export
@@ -54908,10 +54883,10 @@ export declare interface JsonApiNotificationChannelPatch {
54908
54883
  id: string;
54909
54884
  /**
54910
54885
  *
54911
- * @type {JsonApiNotificationChannelInAttributes}
54886
+ * @type {JsonApiNotificationChannelPostOptionalIdAttributes}
54912
54887
  * @memberof JsonApiNotificationChannelPatch
54913
54888
  */
54914
- attributes?: JsonApiNotificationChannelInAttributes;
54889
+ attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
54915
54890
  }
54916
54891
 
54917
54892
  /**
@@ -54954,12 +54929,91 @@ export declare interface JsonApiNotificationChannelPostOptionalId {
54954
54929
  id?: string;
54955
54930
  /**
54956
54931
  *
54957
- * @type {JsonApiNotificationChannelInAttributes}
54932
+ * @type {JsonApiNotificationChannelPostOptionalIdAttributes}
54958
54933
  * @memberof JsonApiNotificationChannelPostOptionalId
54959
54934
  */
54960
- attributes?: JsonApiNotificationChannelInAttributes;
54935
+ attributes?: JsonApiNotificationChannelPostOptionalIdAttributes;
54961
54936
  }
54962
54937
 
54938
+ /**
54939
+ *
54940
+ * @export
54941
+ * @interface JsonApiNotificationChannelPostOptionalIdAttributes
54942
+ */
54943
+ export declare interface JsonApiNotificationChannelPostOptionalIdAttributes {
54944
+ /**
54945
+ *
54946
+ * @type {string}
54947
+ * @memberof JsonApiNotificationChannelPostOptionalIdAttributes
54948
+ */
54949
+ name?: string | null;
54950
+ /**
54951
+ *
54952
+ * @type {string}
54953
+ * @memberof JsonApiNotificationChannelPostOptionalIdAttributes
54954
+ */
54955
+ description?: string | null;
54956
+ /**
54957
+ * The destination where the notifications are to be sent.
54958
+ * @type {DefaultSmtp | InPlatform | Smtp | Webhook}
54959
+ * @memberof JsonApiNotificationChannelPostOptionalIdAttributes
54960
+ */
54961
+ destination?: DefaultSmtp | InPlatform | Smtp | Webhook;
54962
+ /**
54963
+ * Custom dashboard url that is going to be used in the notification. If not specified it is going to be deduced based on the context. Allowed placeholders are: {workspaceId} {dashboardId} {automationId} {asOfDate}
54964
+ * @type {string}
54965
+ * @memberof JsonApiNotificationChannelPostOptionalIdAttributes
54966
+ */
54967
+ customDashboardUrl?: string;
54968
+ /**
54969
+ * Dashboard link visibility in notifications. HIDDEN - the link will not be included INTERNAL_ONLY - only internal users will see the link ALL - all users will see the link
54970
+ * @type {string}
54971
+ * @memberof JsonApiNotificationChannelPostOptionalIdAttributes
54972
+ */
54973
+ dashboardLinkVisibility?: JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum;
54974
+ /**
54975
+ * Human-readable description of the source of the notification. If specified, this propertywill be included in the notifications to this channel.Allowed placeholders are: {{workspaceId}} {{workspaceName}} {{workspaceDescription}} {{dashboardId}} {{dashboardName}} {{dashboardDescription}}
54976
+ * @type {string}
54977
+ * @memberof JsonApiNotificationChannelPostOptionalIdAttributes
54978
+ */
54979
+ notificationSource?: string;
54980
+ /**
54981
+ * Allowed recipients of notifications from this channel. CREATOR - only the creator INTERNAL - all users within the organization EXTERNAL - all recipients including those outside the organization
54982
+ * @type {string}
54983
+ * @memberof JsonApiNotificationChannelPostOptionalIdAttributes
54984
+ */
54985
+ allowedRecipients?: JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum;
54986
+ /**
54987
+ * In-platform notifications configuration. No effect if the destination type is IN_PLATFORM. DISABLED - in-platform notifications are not sent ENABLED - in-platform notifications are sent in addition to the regular notifications
54988
+ * @type {string}
54989
+ * @memberof JsonApiNotificationChannelPostOptionalIdAttributes
54990
+ */
54991
+ inPlatformNotification?: JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum;
54992
+ }
54993
+
54994
+ export declare const JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum: {
54995
+ readonly CREATOR: "CREATOR";
54996
+ readonly INTERNAL: "INTERNAL";
54997
+ readonly EXTERNAL: "EXTERNAL";
54998
+ };
54999
+
55000
+ export declare type JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum];
55001
+
55002
+ export declare const JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum: {
55003
+ readonly HIDDEN: "HIDDEN";
55004
+ readonly INTERNAL_ONLY: "INTERNAL_ONLY";
55005
+ readonly ALL: "ALL";
55006
+ };
55007
+
55008
+ export declare type JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum];
55009
+
55010
+ export declare const JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum: {
55011
+ readonly DISABLED: "DISABLED";
55012
+ readonly ENABLED: "ENABLED";
55013
+ };
55014
+
55015
+ export declare type JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum[keyof typeof JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum];
55016
+
54963
55017
  /**
54964
55018
  *
54965
55019
  * @export
@@ -55007,10 +55061,93 @@ export declare interface JsonApiOrganizationIn {
55007
55061
  id: string;
55008
55062
  /**
55009
55063
  *
55010
- * @type {JsonApiOrganizationPatchAttributes}
55064
+ * @type {JsonApiOrganizationInAttributes}
55011
55065
  * @memberof JsonApiOrganizationIn
55012
55066
  */
55013
- attributes?: JsonApiOrganizationPatchAttributes;
55067
+ attributes?: JsonApiOrganizationInAttributes;
55068
+ }
55069
+
55070
+ /**
55071
+ *
55072
+ * @export
55073
+ * @interface JsonApiOrganizationInAttributes
55074
+ */
55075
+ export declare interface JsonApiOrganizationInAttributes {
55076
+ /**
55077
+ *
55078
+ * @type {string}
55079
+ * @memberof JsonApiOrganizationInAttributes
55080
+ */
55081
+ name?: string | null;
55082
+ /**
55083
+ *
55084
+ * @type {string}
55085
+ * @memberof JsonApiOrganizationInAttributes
55086
+ */
55087
+ hostname?: string;
55088
+ /**
55089
+ *
55090
+ * @type {Array<string>}
55091
+ * @memberof JsonApiOrganizationInAttributes
55092
+ */
55093
+ allowedOrigins?: Array<string>;
55094
+ /**
55095
+ *
55096
+ * @type {string}
55097
+ * @memberof JsonApiOrganizationInAttributes
55098
+ */
55099
+ oauthIssuerLocation?: string;
55100
+ /**
55101
+ *
55102
+ * @type {string}
55103
+ * @memberof JsonApiOrganizationInAttributes
55104
+ */
55105
+ oauthClientId?: string;
55106
+ /**
55107
+ *
55108
+ * @type {string}
55109
+ * @memberof JsonApiOrganizationInAttributes
55110
+ */
55111
+ oauthClientSecret?: string;
55112
+ /**
55113
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
55114
+ * @type {string}
55115
+ * @memberof JsonApiOrganizationInAttributes
55116
+ * @deprecated
55117
+ */
55118
+ earlyAccess?: string | null;
55119
+ /**
55120
+ * The early access feature identifiers. They are used to enable experimental features.
55121
+ * @type {Array<string>}
55122
+ * @memberof JsonApiOrganizationInAttributes
55123
+ */
55124
+ earlyAccessValues?: Array<string> | null;
55125
+ /**
55126
+ * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
55127
+ * @type {string}
55128
+ * @memberof JsonApiOrganizationInAttributes
55129
+ */
55130
+ oauthIssuerId?: string;
55131
+ /**
55132
+ * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
55133
+ * @type {string}
55134
+ * @memberof JsonApiOrganizationInAttributes
55135
+ */
55136
+ oauthSubjectIdClaim?: string;
55137
+ /**
55138
+ * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
55139
+ * @type {{ [key: string]: string; }}
55140
+ * @memberof JsonApiOrganizationInAttributes
55141
+ */
55142
+ oauthCustomAuthAttributes?: {
55143
+ [key: string]: string;
55144
+ };
55145
+ /**
55146
+ * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
55147
+ * @type {Array<string>}
55148
+ * @memberof JsonApiOrganizationInAttributes
55149
+ */
55150
+ oauthCustomScopes?: Array<string> | null;
55014
55151
  }
55015
55152
 
55016
55153
  /**
@@ -55242,44 +55379,16 @@ export declare type JsonApiOrganizationOutMetaPermissionsEnum = typeof JsonApiOr
55242
55379
  export declare interface JsonApiOrganizationOutRelationships {
55243
55380
  /**
55244
55381
  *
55245
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
55382
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
55246
55383
  * @memberof JsonApiOrganizationOutRelationships
55247
55384
  */
55248
- bootstrapUser?: JsonApiOrganizationOutRelationshipsBootstrapUser;
55385
+ bootstrapUser?: JsonApiFilterViewPatchRelationshipsUser;
55249
55386
  /**
55250
55387
  *
55251
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
55388
+ * @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
55252
55389
  * @memberof JsonApiOrganizationOutRelationships
55253
55390
  */
55254
- bootstrapUserGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
55255
- }
55256
-
55257
- /**
55258
- *
55259
- * @export
55260
- * @interface JsonApiOrganizationOutRelationshipsBootstrapUser
55261
- */
55262
- export declare interface JsonApiOrganizationOutRelationshipsBootstrapUser {
55263
- /**
55264
- *
55265
- * @type {JsonApiUserToOneLinkage}
55266
- * @memberof JsonApiOrganizationOutRelationshipsBootstrapUser
55267
- */
55268
- data: JsonApiUserToOneLinkage | null;
55269
- }
55270
-
55271
- /**
55272
- *
55273
- * @export
55274
- * @interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup
55275
- */
55276
- export declare interface JsonApiOrganizationOutRelationshipsBootstrapUserGroup {
55277
- /**
55278
- *
55279
- * @type {JsonApiUserGroupToOneLinkage}
55280
- * @memberof JsonApiOrganizationOutRelationshipsBootstrapUserGroup
55281
- */
55282
- data: JsonApiUserGroupToOneLinkage | null;
55391
+ bootstrapUserGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
55283
55392
  }
55284
55393
 
55285
55394
  export declare const JsonApiOrganizationOutTypeEnum: {
@@ -55308,93 +55417,10 @@ export declare interface JsonApiOrganizationPatch {
55308
55417
  id: string;
55309
55418
  /**
55310
55419
  *
55311
- * @type {JsonApiOrganizationPatchAttributes}
55420
+ * @type {JsonApiOrganizationInAttributes}
55312
55421
  * @memberof JsonApiOrganizationPatch
55313
55422
  */
55314
- attributes?: JsonApiOrganizationPatchAttributes;
55315
- }
55316
-
55317
- /**
55318
- *
55319
- * @export
55320
- * @interface JsonApiOrganizationPatchAttributes
55321
- */
55322
- export declare interface JsonApiOrganizationPatchAttributes {
55323
- /**
55324
- *
55325
- * @type {string}
55326
- * @memberof JsonApiOrganizationPatchAttributes
55327
- */
55328
- name?: string | null;
55329
- /**
55330
- *
55331
- * @type {string}
55332
- * @memberof JsonApiOrganizationPatchAttributes
55333
- */
55334
- hostname?: string;
55335
- /**
55336
- *
55337
- * @type {Array<string>}
55338
- * @memberof JsonApiOrganizationPatchAttributes
55339
- */
55340
- allowedOrigins?: Array<string>;
55341
- /**
55342
- *
55343
- * @type {string}
55344
- * @memberof JsonApiOrganizationPatchAttributes
55345
- */
55346
- oauthIssuerLocation?: string;
55347
- /**
55348
- *
55349
- * @type {string}
55350
- * @memberof JsonApiOrganizationPatchAttributes
55351
- */
55352
- oauthClientId?: string;
55353
- /**
55354
- *
55355
- * @type {string}
55356
- * @memberof JsonApiOrganizationPatchAttributes
55357
- */
55358
- oauthClientSecret?: string;
55359
- /**
55360
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
55361
- * @type {string}
55362
- * @memberof JsonApiOrganizationPatchAttributes
55363
- * @deprecated
55364
- */
55365
- earlyAccess?: string | null;
55366
- /**
55367
- * The early access feature identifiers. They are used to enable experimental features.
55368
- * @type {Array<string>}
55369
- * @memberof JsonApiOrganizationPatchAttributes
55370
- */
55371
- earlyAccessValues?: Array<string> | null;
55372
- /**
55373
- * Any string identifying the OIDC provider. This value is used as suffix for OAuth2 callback (redirect) URL. If not defined, the standard callback URL is used. This value is valid only for external OIDC providers, not for the internal DEX provider.
55374
- * @type {string}
55375
- * @memberof JsonApiOrganizationPatchAttributes
55376
- */
55377
- oauthIssuerId?: string;
55378
- /**
55379
- * Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
55380
- * @type {string}
55381
- * @memberof JsonApiOrganizationPatchAttributes
55382
- */
55383
- oauthSubjectIdClaim?: string;
55384
- /**
55385
- * Map of additional authentication attributes that should be added to the OAuth2 authentication requests, where the key is the name of the attribute and the value is the value of the attribute.
55386
- * @type {{ [key: string]: string; }}
55387
- * @memberof JsonApiOrganizationPatchAttributes
55388
- */
55389
- oauthCustomAuthAttributes?: {
55390
- [key: string]: string;
55391
- };
55392
- /**
55393
- * List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
55394
- * @type {Array<string>}
55395
- * @memberof JsonApiOrganizationPatchAttributes
55396
- */
55397
- oauthCustomScopes?: Array<string> | null;
55423
+ attributes?: JsonApiOrganizationInAttributes;
55398
55424
  }
55399
55425
 
55400
55426
  /**
@@ -55437,10 +55463,10 @@ export declare interface JsonApiOrganizationSettingIn {
55437
55463
  id: string;
55438
55464
  /**
55439
55465
  *
55440
- * @type {JsonApiUserSettingInAttributes}
55466
+ * @type {JsonApiUserSettingOutAttributes}
55441
55467
  * @memberof JsonApiOrganizationSettingIn
55442
55468
  */
55443
- attributes?: JsonApiUserSettingInAttributes;
55469
+ attributes?: JsonApiUserSettingOutAttributes;
55444
55470
  }
55445
55471
 
55446
55472
  /**
@@ -55483,10 +55509,10 @@ export declare interface JsonApiOrganizationSettingOut {
55483
55509
  id: string;
55484
55510
  /**
55485
55511
  *
55486
- * @type {JsonApiUserSettingInAttributes}
55512
+ * @type {JsonApiUserSettingOutAttributes}
55487
55513
  * @memberof JsonApiOrganizationSettingOut
55488
55514
  */
55489
- attributes?: JsonApiUserSettingInAttributes;
55515
+ attributes?: JsonApiUserSettingOutAttributes;
55490
55516
  }
55491
55517
 
55492
55518
  /**
@@ -55561,10 +55587,10 @@ export declare interface JsonApiOrganizationSettingOutWithLinks {
55561
55587
  id: string;
55562
55588
  /**
55563
55589
  *
55564
- * @type {JsonApiUserSettingInAttributes}
55590
+ * @type {JsonApiUserSettingOutAttributes}
55565
55591
  * @memberof JsonApiOrganizationSettingOutWithLinks
55566
55592
  */
55567
- attributes?: JsonApiUserSettingInAttributes;
55593
+ attributes?: JsonApiUserSettingOutAttributes;
55568
55594
  /**
55569
55595
  *
55570
55596
  * @type {ObjectLinks}
@@ -55599,10 +55625,10 @@ export declare interface JsonApiOrganizationSettingPatch {
55599
55625
  id: string;
55600
55626
  /**
55601
55627
  *
55602
- * @type {JsonApiUserSettingInAttributes}
55628
+ * @type {JsonApiUserSettingOutAttributes}
55603
55629
  * @memberof JsonApiOrganizationSettingPatch
55604
55630
  */
55605
- attributes?: JsonApiUserSettingInAttributes;
55631
+ attributes?: JsonApiUserSettingOutAttributes;
55606
55632
  }
55607
55633
 
55608
55634
  /**
@@ -55645,10 +55671,10 @@ export declare interface JsonApiThemeIn {
55645
55671
  id: string;
55646
55672
  /**
55647
55673
  *
55648
- * @type {JsonApiColorPaletteOutAttributes}
55674
+ * @type {JsonApiColorPaletteInAttributes}
55649
55675
  * @memberof JsonApiThemeIn
55650
55676
  */
55651
- attributes: JsonApiColorPaletteOutAttributes;
55677
+ attributes: JsonApiColorPaletteInAttributes;
55652
55678
  }
55653
55679
 
55654
55680
  /**
@@ -55691,10 +55717,10 @@ export declare interface JsonApiThemeOut {
55691
55717
  id: string;
55692
55718
  /**
55693
55719
  *
55694
- * @type {JsonApiColorPaletteOutAttributes}
55720
+ * @type {JsonApiColorPaletteInAttributes}
55695
55721
  * @memberof JsonApiThemeOut
55696
55722
  */
55697
- attributes: JsonApiColorPaletteOutAttributes;
55723
+ attributes: JsonApiColorPaletteInAttributes;
55698
55724
  }
55699
55725
 
55700
55726
  /**
@@ -55769,10 +55795,10 @@ export declare interface JsonApiThemeOutWithLinks {
55769
55795
  id: string;
55770
55796
  /**
55771
55797
  *
55772
- * @type {JsonApiColorPaletteOutAttributes}
55798
+ * @type {JsonApiColorPaletteInAttributes}
55773
55799
  * @memberof JsonApiThemeOutWithLinks
55774
55800
  */
55775
- attributes: JsonApiColorPaletteOutAttributes;
55801
+ attributes: JsonApiColorPaletteInAttributes;
55776
55802
  /**
55777
55803
  *
55778
55804
  * @type {ObjectLinks}
@@ -55853,16 +55879,16 @@ export declare interface JsonApiUserDataFilterIn {
55853
55879
  id: string;
55854
55880
  /**
55855
55881
  *
55856
- * @type {JsonApiUserDataFilterPostOptionalIdAttributes}
55882
+ * @type {JsonApiUserDataFilterOutAttributes}
55857
55883
  * @memberof JsonApiUserDataFilterIn
55858
55884
  */
55859
- attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
55885
+ attributes: JsonApiUserDataFilterOutAttributes;
55860
55886
  /**
55861
55887
  *
55862
- * @type {JsonApiUserDataFilterPostOptionalIdRelationships}
55888
+ * @type {JsonApiUserDataFilterPatchRelationships}
55863
55889
  * @memberof JsonApiUserDataFilterIn
55864
55890
  */
55865
- relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
55891
+ relationships?: JsonApiUserDataFilterPatchRelationships;
55866
55892
  }
55867
55893
 
55868
55894
  /**
@@ -55911,10 +55937,10 @@ export declare interface JsonApiUserDataFilterOut {
55911
55937
  meta?: JsonApiVisualizationObjectOutMeta;
55912
55938
  /**
55913
55939
  *
55914
- * @type {JsonApiUserDataFilterPostOptionalIdAttributes}
55940
+ * @type {JsonApiUserDataFilterOutAttributes}
55915
55941
  * @memberof JsonApiUserDataFilterOut
55916
55942
  */
55917
- attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
55943
+ attributes: JsonApiUserDataFilterOutAttributes;
55918
55944
  /**
55919
55945
  *
55920
55946
  * @type {JsonApiUserDataFilterOutRelationships}
@@ -55923,6 +55949,44 @@ export declare interface JsonApiUserDataFilterOut {
55923
55949
  relationships?: JsonApiUserDataFilterOutRelationships;
55924
55950
  }
55925
55951
 
55952
+ /**
55953
+ *
55954
+ * @export
55955
+ * @interface JsonApiUserDataFilterOutAttributes
55956
+ */
55957
+ export declare interface JsonApiUserDataFilterOutAttributes {
55958
+ /**
55959
+ *
55960
+ * @type {string}
55961
+ * @memberof JsonApiUserDataFilterOutAttributes
55962
+ */
55963
+ title?: string;
55964
+ /**
55965
+ *
55966
+ * @type {string}
55967
+ * @memberof JsonApiUserDataFilterOutAttributes
55968
+ */
55969
+ description?: string;
55970
+ /**
55971
+ *
55972
+ * @type {Array<string>}
55973
+ * @memberof JsonApiUserDataFilterOutAttributes
55974
+ */
55975
+ tags?: Array<string>;
55976
+ /**
55977
+ *
55978
+ * @type {boolean}
55979
+ * @memberof JsonApiUserDataFilterOutAttributes
55980
+ */
55981
+ areRelationsValid?: boolean;
55982
+ /**
55983
+ *
55984
+ * @type {string}
55985
+ * @memberof JsonApiUserDataFilterOutAttributes
55986
+ */
55987
+ maql: string;
55988
+ }
55989
+
55926
55990
  /**
55927
55991
  *
55928
55992
  * @export
@@ -55995,16 +56059,16 @@ export declare interface JsonApiUserDataFilterOutList {
55995
56059
  export declare interface JsonApiUserDataFilterOutRelationships {
55996
56060
  /**
55997
56061
  *
55998
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
56062
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
55999
56063
  * @memberof JsonApiUserDataFilterOutRelationships
56000
56064
  */
56001
- user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
56065
+ user?: JsonApiFilterViewPatchRelationshipsUser;
56002
56066
  /**
56003
56067
  *
56004
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
56068
+ * @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
56005
56069
  * @memberof JsonApiUserDataFilterOutRelationships
56006
56070
  */
56007
- userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
56071
+ userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
56008
56072
  /**
56009
56073
  *
56010
56074
  * @type {JsonApiVisualizationObjectOutRelationshipsFacts}
@@ -56069,10 +56133,10 @@ export declare interface JsonApiUserDataFilterOutWithLinks {
56069
56133
  meta?: JsonApiVisualizationObjectOutMeta;
56070
56134
  /**
56071
56135
  *
56072
- * @type {JsonApiUserDataFilterPostOptionalIdAttributes}
56136
+ * @type {JsonApiUserDataFilterOutAttributes}
56073
56137
  * @memberof JsonApiUserDataFilterOutWithLinks
56074
56138
  */
56075
- attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
56139
+ attributes: JsonApiUserDataFilterOutAttributes;
56076
56140
  /**
56077
56141
  *
56078
56142
  * @type {JsonApiUserDataFilterOutRelationships}
@@ -56119,10 +56183,10 @@ export declare interface JsonApiUserDataFilterPatch {
56119
56183
  attributes: JsonApiUserDataFilterPatchAttributes;
56120
56184
  /**
56121
56185
  *
56122
- * @type {JsonApiUserDataFilterPostOptionalIdRelationships}
56186
+ * @type {JsonApiUserDataFilterPatchRelationships}
56123
56187
  * @memberof JsonApiUserDataFilterPatch
56124
56188
  */
56125
- relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
56189
+ relationships?: JsonApiUserDataFilterPatchRelationships;
56126
56190
  }
56127
56191
 
56128
56192
  /**
@@ -56177,6 +56241,40 @@ export declare interface JsonApiUserDataFilterPatchDocument {
56177
56241
  data: JsonApiUserDataFilterPatch;
56178
56242
  }
56179
56243
 
56244
+ /**
56245
+ *
56246
+ * @export
56247
+ * @interface JsonApiUserDataFilterPatchRelationships
56248
+ */
56249
+ export declare interface JsonApiUserDataFilterPatchRelationships {
56250
+ /**
56251
+ *
56252
+ * @type {JsonApiFilterViewPatchRelationshipsUser}
56253
+ * @memberof JsonApiUserDataFilterPatchRelationships
56254
+ */
56255
+ user?: JsonApiFilterViewPatchRelationshipsUser;
56256
+ /**
56257
+ *
56258
+ * @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
56259
+ * @memberof JsonApiUserDataFilterPatchRelationships
56260
+ */
56261
+ userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
56262
+ }
56263
+
56264
+ /**
56265
+ *
56266
+ * @export
56267
+ * @interface JsonApiUserDataFilterPatchRelationshipsUserGroup
56268
+ */
56269
+ export declare interface JsonApiUserDataFilterPatchRelationshipsUserGroup {
56270
+ /**
56271
+ *
56272
+ * @type {JsonApiUserGroupToOneLinkage}
56273
+ * @memberof JsonApiUserDataFilterPatchRelationshipsUserGroup
56274
+ */
56275
+ data: JsonApiUserGroupToOneLinkage | null;
56276
+ }
56277
+
56180
56278
  export declare const JsonApiUserDataFilterPatchTypeEnum: {
56181
56279
  readonly USER_DATA_FILTER: "userDataFilter";
56182
56280
  };
@@ -56203,54 +56301,16 @@ export declare interface JsonApiUserDataFilterPostOptionalId {
56203
56301
  id?: string;
56204
56302
  /**
56205
56303
  *
56206
- * @type {JsonApiUserDataFilterPostOptionalIdAttributes}
56304
+ * @type {JsonApiUserDataFilterOutAttributes}
56207
56305
  * @memberof JsonApiUserDataFilterPostOptionalId
56208
56306
  */
56209
- attributes: JsonApiUserDataFilterPostOptionalIdAttributes;
56307
+ attributes: JsonApiUserDataFilterOutAttributes;
56210
56308
  /**
56211
56309
  *
56212
- * @type {JsonApiUserDataFilterPostOptionalIdRelationships}
56310
+ * @type {JsonApiUserDataFilterPatchRelationships}
56213
56311
  * @memberof JsonApiUserDataFilterPostOptionalId
56214
56312
  */
56215
- relationships?: JsonApiUserDataFilterPostOptionalIdRelationships;
56216
- }
56217
-
56218
- /**
56219
- *
56220
- * @export
56221
- * @interface JsonApiUserDataFilterPostOptionalIdAttributes
56222
- */
56223
- export declare interface JsonApiUserDataFilterPostOptionalIdAttributes {
56224
- /**
56225
- *
56226
- * @type {string}
56227
- * @memberof JsonApiUserDataFilterPostOptionalIdAttributes
56228
- */
56229
- title?: string;
56230
- /**
56231
- *
56232
- * @type {string}
56233
- * @memberof JsonApiUserDataFilterPostOptionalIdAttributes
56234
- */
56235
- description?: string;
56236
- /**
56237
- *
56238
- * @type {Array<string>}
56239
- * @memberof JsonApiUserDataFilterPostOptionalIdAttributes
56240
- */
56241
- tags?: Array<string>;
56242
- /**
56243
- *
56244
- * @type {boolean}
56245
- * @memberof JsonApiUserDataFilterPostOptionalIdAttributes
56246
- */
56247
- areRelationsValid?: boolean;
56248
- /**
56249
- *
56250
- * @type {string}
56251
- * @memberof JsonApiUserDataFilterPostOptionalIdAttributes
56252
- */
56253
- maql: string;
56313
+ relationships?: JsonApiUserDataFilterPatchRelationships;
56254
56314
  }
56255
56315
 
56256
56316
  /**
@@ -56267,26 +56327,6 @@ export declare interface JsonApiUserDataFilterPostOptionalIdDocument {
56267
56327
  data: JsonApiUserDataFilterPostOptionalId;
56268
56328
  }
56269
56329
 
56270
- /**
56271
- *
56272
- * @export
56273
- * @interface JsonApiUserDataFilterPostOptionalIdRelationships
56274
- */
56275
- export declare interface JsonApiUserDataFilterPostOptionalIdRelationships {
56276
- /**
56277
- *
56278
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUser}
56279
- * @memberof JsonApiUserDataFilterPostOptionalIdRelationships
56280
- */
56281
- user?: JsonApiOrganizationOutRelationshipsBootstrapUser;
56282
- /**
56283
- *
56284
- * @type {JsonApiOrganizationOutRelationshipsBootstrapUserGroup}
56285
- * @memberof JsonApiUserDataFilterPostOptionalIdRelationships
56286
- */
56287
- userGroup?: JsonApiOrganizationOutRelationshipsBootstrapUserGroup;
56288
- }
56289
-
56290
56330
  export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
56291
56331
  readonly USER_DATA_FILTER: "userDataFilter";
56292
56332
  };
@@ -57123,62 +57163,12 @@ export declare interface JsonApiUserSettingIn {
57123
57163
  id: string;
57124
57164
  /**
57125
57165
  *
57126
- * @type {JsonApiUserSettingInAttributes}
57166
+ * @type {JsonApiUserSettingOutAttributes}
57127
57167
  * @memberof JsonApiUserSettingIn
57128
57168
  */
57129
- attributes?: JsonApiUserSettingInAttributes;
57169
+ attributes?: JsonApiUserSettingOutAttributes;
57130
57170
  }
57131
57171
 
57132
- /**
57133
- *
57134
- * @export
57135
- * @interface JsonApiUserSettingInAttributes
57136
- */
57137
- export declare interface JsonApiUserSettingInAttributes {
57138
- /**
57139
- * Free-form JSON content. Maximum supported length is 15000 characters.
57140
- * @type {object}
57141
- * @memberof JsonApiUserSettingInAttributes
57142
- */
57143
- content?: object;
57144
- /**
57145
- *
57146
- * @type {string}
57147
- * @memberof JsonApiUserSettingInAttributes
57148
- */
57149
- type?: JsonApiUserSettingInAttributesTypeEnum;
57150
- }
57151
-
57152
- export declare const JsonApiUserSettingInAttributesTypeEnum: {
57153
- readonly TIMEZONE: "TIMEZONE";
57154
- readonly ACTIVE_THEME: "ACTIVE_THEME";
57155
- readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
57156
- readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
57157
- readonly WHITE_LABELING: "WHITE_LABELING";
57158
- readonly LOCALE: "LOCALE";
57159
- readonly METADATA_LOCALE: "METADATA_LOCALE";
57160
- readonly FORMAT_LOCALE: "FORMAT_LOCALE";
57161
- readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
57162
- readonly WEEK_START: "WEEK_START";
57163
- readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
57164
- readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
57165
- readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
57166
- readonly OPENAI_CONFIG: "OPENAI_CONFIG";
57167
- readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
57168
- readonly ALERT: "ALERT";
57169
- readonly SEPARATORS: "SEPARATORS";
57170
- readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
57171
- readonly JIT_PROVISIONING: "JIT_PROVISIONING";
57172
- readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
57173
- readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
57174
- readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
57175
- readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
57176
- readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
57177
- readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
57178
- };
57179
-
57180
- export declare type JsonApiUserSettingInAttributesTypeEnum = typeof JsonApiUserSettingInAttributesTypeEnum[keyof typeof JsonApiUserSettingInAttributesTypeEnum];
57181
-
57182
57172
  /**
57183
57173
  *
57184
57174
  * @export
@@ -57219,12 +57209,62 @@ export declare interface JsonApiUserSettingOut {
57219
57209
  id: string;
57220
57210
  /**
57221
57211
  *
57222
- * @type {JsonApiUserSettingInAttributes}
57212
+ * @type {JsonApiUserSettingOutAttributes}
57223
57213
  * @memberof JsonApiUserSettingOut
57224
57214
  */
57225
- attributes?: JsonApiUserSettingInAttributes;
57215
+ attributes?: JsonApiUserSettingOutAttributes;
57226
57216
  }
57227
57217
 
57218
+ /**
57219
+ *
57220
+ * @export
57221
+ * @interface JsonApiUserSettingOutAttributes
57222
+ */
57223
+ export declare interface JsonApiUserSettingOutAttributes {
57224
+ /**
57225
+ * Free-form JSON content. Maximum supported length is 15000 characters.
57226
+ * @type {object}
57227
+ * @memberof JsonApiUserSettingOutAttributes
57228
+ */
57229
+ content?: object;
57230
+ /**
57231
+ *
57232
+ * @type {string}
57233
+ * @memberof JsonApiUserSettingOutAttributes
57234
+ */
57235
+ type?: JsonApiUserSettingOutAttributesTypeEnum;
57236
+ }
57237
+
57238
+ export declare const JsonApiUserSettingOutAttributesTypeEnum: {
57239
+ readonly TIMEZONE: "TIMEZONE";
57240
+ readonly ACTIVE_THEME: "ACTIVE_THEME";
57241
+ readonly ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE";
57242
+ readonly ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT";
57243
+ readonly WHITE_LABELING: "WHITE_LABELING";
57244
+ readonly LOCALE: "LOCALE";
57245
+ readonly METADATA_LOCALE: "METADATA_LOCALE";
57246
+ readonly FORMAT_LOCALE: "FORMAT_LOCALE";
57247
+ readonly MAPBOX_TOKEN: "MAPBOX_TOKEN";
57248
+ readonly WEEK_START: "WEEK_START";
57249
+ readonly SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS";
57250
+ readonly OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES";
57251
+ readonly TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED";
57252
+ readonly OPENAI_CONFIG: "OPENAI_CONFIG";
57253
+ readonly ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS";
57254
+ readonly ALERT: "ALERT";
57255
+ readonly SEPARATORS: "SEPARATORS";
57256
+ readonly DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG";
57257
+ readonly JIT_PROVISIONING: "JIT_PROVISIONING";
57258
+ readonly JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING";
57259
+ readonly DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE";
57260
+ readonly ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT";
57261
+ readonly AI_RATE_LIMIT: "AI_RATE_LIMIT";
57262
+ readonly ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT";
57263
+ readonly ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL";
57264
+ };
57265
+
57266
+ export declare type JsonApiUserSettingOutAttributesTypeEnum = typeof JsonApiUserSettingOutAttributesTypeEnum[keyof typeof JsonApiUserSettingOutAttributesTypeEnum];
57267
+
57228
57268
  /**
57229
57269
  *
57230
57270
  * @export
@@ -57297,10 +57337,10 @@ export declare interface JsonApiUserSettingOutWithLinks {
57297
57337
  id: string;
57298
57338
  /**
57299
57339
  *
57300
- * @type {JsonApiUserSettingInAttributes}
57340
+ * @type {JsonApiUserSettingOutAttributes}
57301
57341
  * @memberof JsonApiUserSettingOutWithLinks
57302
57342
  */
57303
- attributes?: JsonApiUserSettingInAttributes;
57343
+ attributes?: JsonApiUserSettingOutAttributes;
57304
57344
  /**
57305
57345
  *
57306
57346
  * @type {ObjectLinks}
@@ -57342,10 +57382,10 @@ export declare interface JsonApiVisualizationObjectIn {
57342
57382
  id: string;
57343
57383
  /**
57344
57384
  *
57345
- * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
57385
+ * @type {JsonApiFilterContextOutAttributes}
57346
57386
  * @memberof JsonApiVisualizationObjectIn
57347
57387
  */
57348
- attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
57388
+ attributes: JsonApiFilterContextOutAttributes;
57349
57389
  }
57350
57390
 
57351
57391
  /**
@@ -57837,10 +57877,10 @@ export declare interface JsonApiVisualizationObjectPostOptionalId {
57837
57877
  id?: string;
57838
57878
  /**
57839
57879
  *
57840
- * @type {JsonApiAnalyticalDashboardPostOptionalIdAttributes}
57880
+ * @type {JsonApiFilterContextOutAttributes}
57841
57881
  * @memberof JsonApiVisualizationObjectPostOptionalId
57842
57882
  */
57843
- attributes: JsonApiAnalyticalDashboardPostOptionalIdAttributes;
57883
+ attributes: JsonApiFilterContextOutAttributes;
57844
57884
  }
57845
57885
 
57846
57886
  /**
@@ -58226,42 +58266,16 @@ export declare interface JsonApiWorkspaceDataFilterSettingIn {
58226
58266
  id: string;
58227
58267
  /**
58228
58268
  *
58229
- * @type {JsonApiWorkspaceDataFilterSettingInAttributes}
58269
+ * @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
58230
58270
  * @memberof JsonApiWorkspaceDataFilterSettingIn
58231
58271
  */
58232
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
58272
+ attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
58233
58273
  /**
58234
58274
  *
58235
- * @type {JsonApiWorkspaceDataFilterSettingInRelationships}
58275
+ * @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
58236
58276
  * @memberof JsonApiWorkspaceDataFilterSettingIn
58237
58277
  */
58238
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
58239
- }
58240
-
58241
- /**
58242
- *
58243
- * @export
58244
- * @interface JsonApiWorkspaceDataFilterSettingInAttributes
58245
- */
58246
- export declare interface JsonApiWorkspaceDataFilterSettingInAttributes {
58247
- /**
58248
- *
58249
- * @type {string}
58250
- * @memberof JsonApiWorkspaceDataFilterSettingInAttributes
58251
- */
58252
- title?: string;
58253
- /**
58254
- *
58255
- * @type {string}
58256
- * @memberof JsonApiWorkspaceDataFilterSettingInAttributes
58257
- */
58258
- description?: string;
58259
- /**
58260
- *
58261
- * @type {Array<string>}
58262
- * @memberof JsonApiWorkspaceDataFilterSettingInAttributes
58263
- */
58264
- filterValues?: Array<string>;
58278
+ relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
58265
58279
  }
58266
58280
 
58267
58281
  /**
@@ -58278,34 +58292,6 @@ export declare interface JsonApiWorkspaceDataFilterSettingInDocument {
58278
58292
  data: JsonApiWorkspaceDataFilterSettingIn;
58279
58293
  }
58280
58294
 
58281
- /**
58282
- *
58283
- * @export
58284
- * @interface JsonApiWorkspaceDataFilterSettingInRelationships
58285
- */
58286
- export declare interface JsonApiWorkspaceDataFilterSettingInRelationships {
58287
- /**
58288
- *
58289
- * @type {JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter}
58290
- * @memberof JsonApiWorkspaceDataFilterSettingInRelationships
58291
- */
58292
- workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
58293
- }
58294
-
58295
- /**
58296
- *
58297
- * @export
58298
- * @interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter
58299
- */
58300
- export declare interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
58301
- /**
58302
- *
58303
- * @type {JsonApiWorkspaceDataFilterToOneLinkage}
58304
- * @memberof JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter
58305
- */
58306
- data: JsonApiWorkspaceDataFilterToOneLinkage | null;
58307
- }
58308
-
58309
58295
  export declare const JsonApiWorkspaceDataFilterSettingInTypeEnum: {
58310
58296
  readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
58311
58297
  };
@@ -58364,16 +58350,16 @@ export declare interface JsonApiWorkspaceDataFilterSettingOut {
58364
58350
  meta?: JsonApiVisualizationObjectOutMeta;
58365
58351
  /**
58366
58352
  *
58367
- * @type {JsonApiWorkspaceDataFilterSettingInAttributes}
58353
+ * @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
58368
58354
  * @memberof JsonApiWorkspaceDataFilterSettingOut
58369
58355
  */
58370
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
58356
+ attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
58371
58357
  /**
58372
58358
  *
58373
- * @type {JsonApiWorkspaceDataFilterSettingInRelationships}
58359
+ * @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
58374
58360
  * @memberof JsonApiWorkspaceDataFilterSettingOut
58375
58361
  */
58376
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
58362
+ relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
58377
58363
  }
58378
58364
 
58379
58365
  /**
@@ -58466,16 +58452,16 @@ export declare interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
58466
58452
  meta?: JsonApiVisualizationObjectOutMeta;
58467
58453
  /**
58468
58454
  *
58469
- * @type {JsonApiWorkspaceDataFilterSettingInAttributes}
58455
+ * @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
58470
58456
  * @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
58471
58457
  */
58472
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
58458
+ attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
58473
58459
  /**
58474
58460
  *
58475
- * @type {JsonApiWorkspaceDataFilterSettingInRelationships}
58461
+ * @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
58476
58462
  * @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
58477
58463
  */
58478
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
58464
+ relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
58479
58465
  /**
58480
58466
  *
58481
58467
  * @type {ObjectLinks}
@@ -58510,16 +58496,42 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatch {
58510
58496
  id: string;
58511
58497
  /**
58512
58498
  *
58513
- * @type {JsonApiWorkspaceDataFilterSettingInAttributes}
58499
+ * @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
58514
58500
  * @memberof JsonApiWorkspaceDataFilterSettingPatch
58515
58501
  */
58516
- attributes?: JsonApiWorkspaceDataFilterSettingInAttributes;
58502
+ attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
58517
58503
  /**
58518
58504
  *
58519
- * @type {JsonApiWorkspaceDataFilterSettingInRelationships}
58505
+ * @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
58520
58506
  * @memberof JsonApiWorkspaceDataFilterSettingPatch
58521
58507
  */
58522
- relationships?: JsonApiWorkspaceDataFilterSettingInRelationships;
58508
+ relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
58509
+ }
58510
+
58511
+ /**
58512
+ *
58513
+ * @export
58514
+ * @interface JsonApiWorkspaceDataFilterSettingPatchAttributes
58515
+ */
58516
+ export declare interface JsonApiWorkspaceDataFilterSettingPatchAttributes {
58517
+ /**
58518
+ *
58519
+ * @type {string}
58520
+ * @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
58521
+ */
58522
+ title?: string;
58523
+ /**
58524
+ *
58525
+ * @type {string}
58526
+ * @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
58527
+ */
58528
+ description?: string;
58529
+ /**
58530
+ *
58531
+ * @type {Array<string>}
58532
+ * @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
58533
+ */
58534
+ filterValues?: Array<string>;
58523
58535
  }
58524
58536
 
58525
58537
  /**
@@ -58536,6 +58548,34 @@ export declare interface JsonApiWorkspaceDataFilterSettingPatchDocument {
58536
58548
  data: JsonApiWorkspaceDataFilterSettingPatch;
58537
58549
  }
58538
58550
 
58551
+ /**
58552
+ *
58553
+ * @export
58554
+ * @interface JsonApiWorkspaceDataFilterSettingPatchRelationships
58555
+ */
58556
+ export declare interface JsonApiWorkspaceDataFilterSettingPatchRelationships {
58557
+ /**
58558
+ *
58559
+ * @type {JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter}
58560
+ * @memberof JsonApiWorkspaceDataFilterSettingPatchRelationships
58561
+ */
58562
+ workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter;
58563
+ }
58564
+
58565
+ /**
58566
+ *
58567
+ * @export
58568
+ * @interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
58569
+ */
58570
+ export declare interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter {
58571
+ /**
58572
+ *
58573
+ * @type {JsonApiWorkspaceDataFilterToOneLinkage}
58574
+ * @memberof JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
58575
+ */
58576
+ data: JsonApiWorkspaceDataFilterToOneLinkage | null;
58577
+ }
58578
+
58539
58579
  export declare const JsonApiWorkspaceDataFilterSettingPatchTypeEnum: {
58540
58580
  readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
58541
58581
  };
@@ -58569,16 +58609,87 @@ export declare interface JsonApiWorkspaceIn {
58569
58609
  id: string;
58570
58610
  /**
58571
58611
  *
58572
- * @type {JsonApiWorkspaceOutAttributes}
58612
+ * @type {JsonApiWorkspaceInAttributes}
58573
58613
  * @memberof JsonApiWorkspaceIn
58574
58614
  */
58575
- attributes?: JsonApiWorkspaceOutAttributes;
58615
+ attributes?: JsonApiWorkspaceInAttributes;
58576
58616
  /**
58577
58617
  *
58578
- * @type {JsonApiWorkspaceOutRelationships}
58618
+ * @type {JsonApiWorkspaceInRelationships}
58579
58619
  * @memberof JsonApiWorkspaceIn
58580
58620
  */
58581
- relationships?: JsonApiWorkspaceOutRelationships;
58621
+ relationships?: JsonApiWorkspaceInRelationships;
58622
+ }
58623
+
58624
+ /**
58625
+ *
58626
+ * @export
58627
+ * @interface JsonApiWorkspaceInAttributes
58628
+ */
58629
+ export declare interface JsonApiWorkspaceInAttributes {
58630
+ /**
58631
+ *
58632
+ * @type {string}
58633
+ * @memberof JsonApiWorkspaceInAttributes
58634
+ */
58635
+ name?: string | null;
58636
+ /**
58637
+ * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
58638
+ * @type {string}
58639
+ * @memberof JsonApiWorkspaceInAttributes
58640
+ * @deprecated
58641
+ */
58642
+ earlyAccess?: string | null;
58643
+ /**
58644
+ * The early access feature identifiers. They are used to enable experimental features.
58645
+ * @type {Array<string>}
58646
+ * @memberof JsonApiWorkspaceInAttributes
58647
+ */
58648
+ earlyAccessValues?: Array<string> | null;
58649
+ /**
58650
+ *
58651
+ * @type {string}
58652
+ * @memberof JsonApiWorkspaceInAttributes
58653
+ */
58654
+ description?: string | null;
58655
+ /**
58656
+ * Custom prefix of entity identifiers in workspace
58657
+ * @type {string}
58658
+ * @memberof JsonApiWorkspaceInAttributes
58659
+ */
58660
+ prefix?: string | null;
58661
+ /**
58662
+ *
58663
+ * @type {number}
58664
+ * @memberof JsonApiWorkspaceInAttributes
58665
+ */
58666
+ cacheExtraLimit?: number;
58667
+ /**
58668
+ *
58669
+ * @type {JsonApiWorkspaceInAttributesDataSource}
58670
+ * @memberof JsonApiWorkspaceInAttributes
58671
+ */
58672
+ dataSource?: JsonApiWorkspaceInAttributesDataSource;
58673
+ }
58674
+
58675
+ /**
58676
+ * 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.
58677
+ * @export
58678
+ * @interface JsonApiWorkspaceInAttributesDataSource
58679
+ */
58680
+ export declare interface JsonApiWorkspaceInAttributesDataSource {
58681
+ /**
58682
+ * The ID of the used data source.
58683
+ * @type {string}
58684
+ * @memberof JsonApiWorkspaceInAttributesDataSource
58685
+ */
58686
+ id: string;
58687
+ /**
58688
+ * The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
58689
+ * @type {Array<string>}
58690
+ * @memberof JsonApiWorkspaceInAttributesDataSource
58691
+ */
58692
+ schemaPath?: Array<string>;
58582
58693
  }
58583
58694
 
58584
58695
  /**
@@ -58595,6 +58706,34 @@ export declare interface JsonApiWorkspaceInDocument {
58595
58706
  data: JsonApiWorkspaceIn;
58596
58707
  }
58597
58708
 
58709
+ /**
58710
+ *
58711
+ * @export
58712
+ * @interface JsonApiWorkspaceInRelationships
58713
+ */
58714
+ export declare interface JsonApiWorkspaceInRelationships {
58715
+ /**
58716
+ *
58717
+ * @type {JsonApiWorkspaceInRelationshipsParent}
58718
+ * @memberof JsonApiWorkspaceInRelationships
58719
+ */
58720
+ parent?: JsonApiWorkspaceInRelationshipsParent;
58721
+ }
58722
+
58723
+ /**
58724
+ *
58725
+ * @export
58726
+ * @interface JsonApiWorkspaceInRelationshipsParent
58727
+ */
58728
+ export declare interface JsonApiWorkspaceInRelationshipsParent {
58729
+ /**
58730
+ *
58731
+ * @type {JsonApiWorkspaceToOneLinkage}
58732
+ * @memberof JsonApiWorkspaceInRelationshipsParent
58733
+ */
58734
+ data: JsonApiWorkspaceToOneLinkage | null;
58735
+ }
58736
+
58598
58737
  export declare const JsonApiWorkspaceInTypeEnum: {
58599
58738
  readonly WORKSPACE: "workspace";
58600
58739
  };
@@ -58653,87 +58792,16 @@ export declare interface JsonApiWorkspaceOut {
58653
58792
  meta?: JsonApiWorkspaceOutMeta;
58654
58793
  /**
58655
58794
  *
58656
- * @type {JsonApiWorkspaceOutAttributes}
58795
+ * @type {JsonApiWorkspaceInAttributes}
58657
58796
  * @memberof JsonApiWorkspaceOut
58658
58797
  */
58659
- attributes?: JsonApiWorkspaceOutAttributes;
58798
+ attributes?: JsonApiWorkspaceInAttributes;
58660
58799
  /**
58661
58800
  *
58662
- * @type {JsonApiWorkspaceOutRelationships}
58801
+ * @type {JsonApiWorkspaceInRelationships}
58663
58802
  * @memberof JsonApiWorkspaceOut
58664
58803
  */
58665
- relationships?: JsonApiWorkspaceOutRelationships;
58666
- }
58667
-
58668
- /**
58669
- *
58670
- * @export
58671
- * @interface JsonApiWorkspaceOutAttributes
58672
- */
58673
- export declare interface JsonApiWorkspaceOutAttributes {
58674
- /**
58675
- *
58676
- * @type {string}
58677
- * @memberof JsonApiWorkspaceOutAttributes
58678
- */
58679
- name?: string | null;
58680
- /**
58681
- * The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
58682
- * @type {string}
58683
- * @memberof JsonApiWorkspaceOutAttributes
58684
- * @deprecated
58685
- */
58686
- earlyAccess?: string | null;
58687
- /**
58688
- * The early access feature identifiers. They are used to enable experimental features.
58689
- * @type {Array<string>}
58690
- * @memberof JsonApiWorkspaceOutAttributes
58691
- */
58692
- earlyAccessValues?: Array<string> | null;
58693
- /**
58694
- *
58695
- * @type {string}
58696
- * @memberof JsonApiWorkspaceOutAttributes
58697
- */
58698
- description?: string | null;
58699
- /**
58700
- * Custom prefix of entity identifiers in workspace
58701
- * @type {string}
58702
- * @memberof JsonApiWorkspaceOutAttributes
58703
- */
58704
- prefix?: string | null;
58705
- /**
58706
- *
58707
- * @type {number}
58708
- * @memberof JsonApiWorkspaceOutAttributes
58709
- */
58710
- cacheExtraLimit?: number;
58711
- /**
58712
- *
58713
- * @type {JsonApiWorkspaceOutAttributesDataSource}
58714
- * @memberof JsonApiWorkspaceOutAttributes
58715
- */
58716
- dataSource?: JsonApiWorkspaceOutAttributesDataSource;
58717
- }
58718
-
58719
- /**
58720
- * 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.
58721
- * @export
58722
- * @interface JsonApiWorkspaceOutAttributesDataSource
58723
- */
58724
- export declare interface JsonApiWorkspaceOutAttributesDataSource {
58725
- /**
58726
- * The ID of the used data source.
58727
- * @type {string}
58728
- * @memberof JsonApiWorkspaceOutAttributesDataSource
58729
- */
58730
- id: string;
58731
- /**
58732
- * The full schema path as array of its path parts. Will be rendered as subPath1.subPath2...
58733
- * @type {Array<string>}
58734
- * @memberof JsonApiWorkspaceOutAttributesDataSource
58735
- */
58736
- schemaPath?: Array<string>;
58804
+ relationships?: JsonApiWorkspaceInRelationships;
58737
58805
  }
58738
58806
 
58739
58807
  /**
@@ -58894,34 +58962,6 @@ export declare const JsonApiWorkspaceOutMetaPermissionsEnum: {
58894
58962
 
58895
58963
  export declare type JsonApiWorkspaceOutMetaPermissionsEnum = typeof JsonApiWorkspaceOutMetaPermissionsEnum[keyof typeof JsonApiWorkspaceOutMetaPermissionsEnum];
58896
58964
 
58897
- /**
58898
- *
58899
- * @export
58900
- * @interface JsonApiWorkspaceOutRelationships
58901
- */
58902
- export declare interface JsonApiWorkspaceOutRelationships {
58903
- /**
58904
- *
58905
- * @type {JsonApiWorkspaceOutRelationshipsParent}
58906
- * @memberof JsonApiWorkspaceOutRelationships
58907
- */
58908
- parent?: JsonApiWorkspaceOutRelationshipsParent;
58909
- }
58910
-
58911
- /**
58912
- *
58913
- * @export
58914
- * @interface JsonApiWorkspaceOutRelationshipsParent
58915
- */
58916
- export declare interface JsonApiWorkspaceOutRelationshipsParent {
58917
- /**
58918
- *
58919
- * @type {JsonApiWorkspaceToOneLinkage}
58920
- * @memberof JsonApiWorkspaceOutRelationshipsParent
58921
- */
58922
- data: JsonApiWorkspaceToOneLinkage | null;
58923
- }
58924
-
58925
58965
  export declare const JsonApiWorkspaceOutTypeEnum: {
58926
58966
  readonly WORKSPACE: "workspace";
58927
58967
  };
@@ -58954,16 +58994,16 @@ export declare interface JsonApiWorkspaceOutWithLinks {
58954
58994
  meta?: JsonApiWorkspaceOutMeta;
58955
58995
  /**
58956
58996
  *
58957
- * @type {JsonApiWorkspaceOutAttributes}
58997
+ * @type {JsonApiWorkspaceInAttributes}
58958
58998
  * @memberof JsonApiWorkspaceOutWithLinks
58959
58999
  */
58960
- attributes?: JsonApiWorkspaceOutAttributes;
59000
+ attributes?: JsonApiWorkspaceInAttributes;
58961
59001
  /**
58962
59002
  *
58963
- * @type {JsonApiWorkspaceOutRelationships}
59003
+ * @type {JsonApiWorkspaceInRelationships}
58964
59004
  * @memberof JsonApiWorkspaceOutWithLinks
58965
59005
  */
58966
- relationships?: JsonApiWorkspaceOutRelationships;
59006
+ relationships?: JsonApiWorkspaceInRelationships;
58967
59007
  /**
58968
59008
  *
58969
59009
  * @type {ObjectLinks}
@@ -58998,16 +59038,16 @@ export declare interface JsonApiWorkspacePatch {
58998
59038
  id: string;
58999
59039
  /**
59000
59040
  *
59001
- * @type {JsonApiWorkspaceOutAttributes}
59041
+ * @type {JsonApiWorkspaceInAttributes}
59002
59042
  * @memberof JsonApiWorkspacePatch
59003
59043
  */
59004
- attributes?: JsonApiWorkspaceOutAttributes;
59044
+ attributes?: JsonApiWorkspaceInAttributes;
59005
59045
  /**
59006
59046
  *
59007
- * @type {JsonApiWorkspaceOutRelationships}
59047
+ * @type {JsonApiWorkspaceInRelationships}
59008
59048
  * @memberof JsonApiWorkspacePatch
59009
59049
  */
59010
- relationships?: JsonApiWorkspaceOutRelationships;
59050
+ relationships?: JsonApiWorkspaceInRelationships;
59011
59051
  }
59012
59052
 
59013
59053
  /**
@@ -59050,10 +59090,10 @@ export declare interface JsonApiWorkspaceSettingIn {
59050
59090
  id: string;
59051
59091
  /**
59052
59092
  *
59053
- * @type {JsonApiUserSettingInAttributes}
59093
+ * @type {JsonApiUserSettingOutAttributes}
59054
59094
  * @memberof JsonApiWorkspaceSettingIn
59055
59095
  */
59056
- attributes?: JsonApiUserSettingInAttributes;
59096
+ attributes?: JsonApiUserSettingOutAttributes;
59057
59097
  }
59058
59098
 
59059
59099
  /**
@@ -59102,10 +59142,10 @@ export declare interface JsonApiWorkspaceSettingOut {
59102
59142
  meta?: JsonApiVisualizationObjectOutMeta;
59103
59143
  /**
59104
59144
  *
59105
- * @type {JsonApiUserSettingInAttributes}
59145
+ * @type {JsonApiUserSettingOutAttributes}
59106
59146
  * @memberof JsonApiWorkspaceSettingOut
59107
59147
  */
59108
- attributes?: JsonApiUserSettingInAttributes;
59148
+ attributes?: JsonApiUserSettingOutAttributes;
59109
59149
  }
59110
59150
 
59111
59151
  /**
@@ -59186,10 +59226,10 @@ export declare interface JsonApiWorkspaceSettingOutWithLinks {
59186
59226
  meta?: JsonApiVisualizationObjectOutMeta;
59187
59227
  /**
59188
59228
  *
59189
- * @type {JsonApiUserSettingInAttributes}
59229
+ * @type {JsonApiUserSettingOutAttributes}
59190
59230
  * @memberof JsonApiWorkspaceSettingOutWithLinks
59191
59231
  */
59192
- attributes?: JsonApiUserSettingInAttributes;
59232
+ attributes?: JsonApiUserSettingOutAttributes;
59193
59233
  /**
59194
59234
  *
59195
59235
  * @type {ObjectLinks}
@@ -59224,10 +59264,10 @@ export declare interface JsonApiWorkspaceSettingPatch {
59224
59264
  id: string;
59225
59265
  /**
59226
59266
  *
59227
- * @type {JsonApiUserSettingInAttributes}
59267
+ * @type {JsonApiUserSettingOutAttributes}
59228
59268
  * @memberof JsonApiWorkspaceSettingPatch
59229
59269
  */
59230
- attributes?: JsonApiUserSettingInAttributes;
59270
+ attributes?: JsonApiUserSettingOutAttributes;
59231
59271
  }
59232
59272
 
59233
59273
  /**
@@ -59270,10 +59310,10 @@ export declare interface JsonApiWorkspaceSettingPostOptionalId {
59270
59310
  id?: string;
59271
59311
  /**
59272
59312
  *
59273
- * @type {JsonApiUserSettingInAttributes}
59313
+ * @type {JsonApiUserSettingOutAttributes}
59274
59314
  * @memberof JsonApiWorkspaceSettingPostOptionalId
59275
59315
  */
59276
- attributes?: JsonApiUserSettingInAttributes;
59316
+ attributes?: JsonApiUserSettingOutAttributes;
59277
59317
  }
59278
59318
 
59279
59319
  /**