@gooddata/api-client-tiger 10.40.0-alpha.4 → 10.40.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +1168 -1156
- package/esm/generated/metadata-json-api/api.d.ts +1129 -1117
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +38 -38
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +3347 -3344
- package/package.json +3 -3
|
@@ -5833,52 +5833,15 @@ export interface JsonApiAnalyticalDashboardIn {
|
|
|
5833
5833
|
id: string;
|
|
5834
5834
|
/**
|
|
5835
5835
|
*
|
|
5836
|
-
* @type {
|
|
5836
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
5837
5837
|
* @memberof JsonApiAnalyticalDashboardIn
|
|
5838
5838
|
*/
|
|
5839
|
-
attributes:
|
|
5839
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
5840
5840
|
}
|
|
5841
5841
|
export declare const JsonApiAnalyticalDashboardInTypeEnum: {
|
|
5842
5842
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
5843
5843
|
};
|
|
5844
5844
|
export type JsonApiAnalyticalDashboardInTypeEnum = (typeof JsonApiAnalyticalDashboardInTypeEnum)[keyof typeof JsonApiAnalyticalDashboardInTypeEnum];
|
|
5845
|
-
/**
|
|
5846
|
-
*
|
|
5847
|
-
* @export
|
|
5848
|
-
* @interface JsonApiAnalyticalDashboardInAttributes
|
|
5849
|
-
*/
|
|
5850
|
-
export interface JsonApiAnalyticalDashboardInAttributes {
|
|
5851
|
-
/**
|
|
5852
|
-
*
|
|
5853
|
-
* @type {string}
|
|
5854
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
5855
|
-
*/
|
|
5856
|
-
title?: string;
|
|
5857
|
-
/**
|
|
5858
|
-
*
|
|
5859
|
-
* @type {string}
|
|
5860
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
5861
|
-
*/
|
|
5862
|
-
description?: string;
|
|
5863
|
-
/**
|
|
5864
|
-
*
|
|
5865
|
-
* @type {Array<string>}
|
|
5866
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
5867
|
-
*/
|
|
5868
|
-
tags?: Array<string>;
|
|
5869
|
-
/**
|
|
5870
|
-
*
|
|
5871
|
-
* @type {boolean}
|
|
5872
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
5873
|
-
*/
|
|
5874
|
-
areRelationsValid?: boolean;
|
|
5875
|
-
/**
|
|
5876
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
5877
|
-
* @type {object}
|
|
5878
|
-
* @memberof JsonApiAnalyticalDashboardInAttributes
|
|
5879
|
-
*/
|
|
5880
|
-
content: object;
|
|
5881
|
-
}
|
|
5882
5845
|
/**
|
|
5883
5846
|
*
|
|
5884
5847
|
* @export
|
|
@@ -6320,10 +6283,10 @@ export interface JsonApiAnalyticalDashboardPostOptionalId {
|
|
|
6320
6283
|
id?: string;
|
|
6321
6284
|
/**
|
|
6322
6285
|
*
|
|
6323
|
-
* @type {
|
|
6286
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
6324
6287
|
* @memberof JsonApiAnalyticalDashboardPostOptionalId
|
|
6325
6288
|
*/
|
|
6326
|
-
attributes:
|
|
6289
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
6327
6290
|
}
|
|
6328
6291
|
export declare const JsonApiAnalyticalDashboardPostOptionalIdTypeEnum: {
|
|
6329
6292
|
readonly ANALYTICAL_DASHBOARD: "analyticalDashboard";
|
|
@@ -6538,52 +6501,15 @@ export interface JsonApiAttributeHierarchyIn {
|
|
|
6538
6501
|
id: string;
|
|
6539
6502
|
/**
|
|
6540
6503
|
*
|
|
6541
|
-
* @type {
|
|
6504
|
+
* @type {JsonApiAttributeHierarchyPatchAttributes}
|
|
6542
6505
|
* @memberof JsonApiAttributeHierarchyIn
|
|
6543
6506
|
*/
|
|
6544
|
-
attributes?:
|
|
6507
|
+
attributes?: JsonApiAttributeHierarchyPatchAttributes;
|
|
6545
6508
|
}
|
|
6546
6509
|
export declare const JsonApiAttributeHierarchyInTypeEnum: {
|
|
6547
6510
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
6548
6511
|
};
|
|
6549
6512
|
export type JsonApiAttributeHierarchyInTypeEnum = (typeof JsonApiAttributeHierarchyInTypeEnum)[keyof typeof JsonApiAttributeHierarchyInTypeEnum];
|
|
6550
|
-
/**
|
|
6551
|
-
*
|
|
6552
|
-
* @export
|
|
6553
|
-
* @interface JsonApiAttributeHierarchyInAttributes
|
|
6554
|
-
*/
|
|
6555
|
-
export interface JsonApiAttributeHierarchyInAttributes {
|
|
6556
|
-
/**
|
|
6557
|
-
*
|
|
6558
|
-
* @type {string}
|
|
6559
|
-
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6560
|
-
*/
|
|
6561
|
-
title?: string;
|
|
6562
|
-
/**
|
|
6563
|
-
*
|
|
6564
|
-
* @type {string}
|
|
6565
|
-
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6566
|
-
*/
|
|
6567
|
-
description?: string;
|
|
6568
|
-
/**
|
|
6569
|
-
*
|
|
6570
|
-
* @type {Array<string>}
|
|
6571
|
-
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6572
|
-
*/
|
|
6573
|
-
tags?: Array<string>;
|
|
6574
|
-
/**
|
|
6575
|
-
*
|
|
6576
|
-
* @type {boolean}
|
|
6577
|
-
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6578
|
-
*/
|
|
6579
|
-
areRelationsValid?: boolean;
|
|
6580
|
-
/**
|
|
6581
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
6582
|
-
* @type {object}
|
|
6583
|
-
* @memberof JsonApiAttributeHierarchyInAttributes
|
|
6584
|
-
*/
|
|
6585
|
-
content?: object;
|
|
6586
|
-
}
|
|
6587
6513
|
/**
|
|
6588
6514
|
*
|
|
6589
6515
|
* @export
|
|
@@ -6863,15 +6789,52 @@ export interface JsonApiAttributeHierarchyPatch {
|
|
|
6863
6789
|
id: string;
|
|
6864
6790
|
/**
|
|
6865
6791
|
*
|
|
6866
|
-
* @type {
|
|
6792
|
+
* @type {JsonApiAttributeHierarchyPatchAttributes}
|
|
6867
6793
|
* @memberof JsonApiAttributeHierarchyPatch
|
|
6868
6794
|
*/
|
|
6869
|
-
attributes?:
|
|
6795
|
+
attributes?: JsonApiAttributeHierarchyPatchAttributes;
|
|
6870
6796
|
}
|
|
6871
6797
|
export declare const JsonApiAttributeHierarchyPatchTypeEnum: {
|
|
6872
6798
|
readonly ATTRIBUTE_HIERARCHY: "attributeHierarchy";
|
|
6873
6799
|
};
|
|
6874
6800
|
export type JsonApiAttributeHierarchyPatchTypeEnum = (typeof JsonApiAttributeHierarchyPatchTypeEnum)[keyof typeof JsonApiAttributeHierarchyPatchTypeEnum];
|
|
6801
|
+
/**
|
|
6802
|
+
*
|
|
6803
|
+
* @export
|
|
6804
|
+
* @interface JsonApiAttributeHierarchyPatchAttributes
|
|
6805
|
+
*/
|
|
6806
|
+
export interface JsonApiAttributeHierarchyPatchAttributes {
|
|
6807
|
+
/**
|
|
6808
|
+
*
|
|
6809
|
+
* @type {string}
|
|
6810
|
+
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6811
|
+
*/
|
|
6812
|
+
title?: string;
|
|
6813
|
+
/**
|
|
6814
|
+
*
|
|
6815
|
+
* @type {string}
|
|
6816
|
+
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6817
|
+
*/
|
|
6818
|
+
description?: string;
|
|
6819
|
+
/**
|
|
6820
|
+
*
|
|
6821
|
+
* @type {Array<string>}
|
|
6822
|
+
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6823
|
+
*/
|
|
6824
|
+
tags?: Array<string>;
|
|
6825
|
+
/**
|
|
6826
|
+
*
|
|
6827
|
+
* @type {boolean}
|
|
6828
|
+
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6829
|
+
*/
|
|
6830
|
+
areRelationsValid?: boolean;
|
|
6831
|
+
/**
|
|
6832
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
6833
|
+
* @type {object}
|
|
6834
|
+
* @memberof JsonApiAttributeHierarchyPatchAttributes
|
|
6835
|
+
*/
|
|
6836
|
+
content?: object;
|
|
6837
|
+
}
|
|
6875
6838
|
/**
|
|
6876
6839
|
*
|
|
6877
6840
|
* @export
|
|
@@ -7248,300 +7211,21 @@ export interface JsonApiAutomationIn {
|
|
|
7248
7211
|
id: string;
|
|
7249
7212
|
/**
|
|
7250
7213
|
*
|
|
7251
|
-
* @type {
|
|
7214
|
+
* @type {JsonApiAutomationPatchAttributes}
|
|
7252
7215
|
* @memberof JsonApiAutomationIn
|
|
7253
7216
|
*/
|
|
7254
|
-
attributes?:
|
|
7217
|
+
attributes?: JsonApiAutomationPatchAttributes;
|
|
7255
7218
|
/**
|
|
7256
7219
|
*
|
|
7257
|
-
* @type {
|
|
7220
|
+
* @type {JsonApiAutomationPatchRelationships}
|
|
7258
7221
|
* @memberof JsonApiAutomationIn
|
|
7259
7222
|
*/
|
|
7260
|
-
relationships?:
|
|
7223
|
+
relationships?: JsonApiAutomationPatchRelationships;
|
|
7261
7224
|
}
|
|
7262
7225
|
export declare const JsonApiAutomationInTypeEnum: {
|
|
7263
7226
|
readonly AUTOMATION: "automation";
|
|
7264
7227
|
};
|
|
7265
7228
|
export type JsonApiAutomationInTypeEnum = (typeof JsonApiAutomationInTypeEnum)[keyof typeof JsonApiAutomationInTypeEnum];
|
|
7266
|
-
/**
|
|
7267
|
-
*
|
|
7268
|
-
* @export
|
|
7269
|
-
* @interface JsonApiAutomationInAttributes
|
|
7270
|
-
*/
|
|
7271
|
-
export interface JsonApiAutomationInAttributes {
|
|
7272
|
-
/**
|
|
7273
|
-
*
|
|
7274
|
-
* @type {string}
|
|
7275
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7276
|
-
*/
|
|
7277
|
-
title?: string;
|
|
7278
|
-
/**
|
|
7279
|
-
*
|
|
7280
|
-
* @type {string}
|
|
7281
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7282
|
-
*/
|
|
7283
|
-
description?: string;
|
|
7284
|
-
/**
|
|
7285
|
-
*
|
|
7286
|
-
* @type {Array<string>}
|
|
7287
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7288
|
-
*/
|
|
7289
|
-
tags?: Array<string>;
|
|
7290
|
-
/**
|
|
7291
|
-
*
|
|
7292
|
-
* @type {boolean}
|
|
7293
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7294
|
-
*/
|
|
7295
|
-
areRelationsValid?: boolean;
|
|
7296
|
-
/**
|
|
7297
|
-
* Additional details to be included in the automated message.
|
|
7298
|
-
* @type {object}
|
|
7299
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7300
|
-
*/
|
|
7301
|
-
details?: object;
|
|
7302
|
-
/**
|
|
7303
|
-
*
|
|
7304
|
-
* @type {JsonApiAutomationInAttributesMetadata}
|
|
7305
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7306
|
-
*/
|
|
7307
|
-
metadata?: JsonApiAutomationInAttributesMetadata | null;
|
|
7308
|
-
/**
|
|
7309
|
-
* Current state of the automation.
|
|
7310
|
-
* @type {string}
|
|
7311
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7312
|
-
*/
|
|
7313
|
-
state?: JsonApiAutomationInAttributesStateEnum;
|
|
7314
|
-
/**
|
|
7315
|
-
*
|
|
7316
|
-
* @type {JsonApiAutomationInAttributesSchedule}
|
|
7317
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7318
|
-
*/
|
|
7319
|
-
schedule?: JsonApiAutomationInAttributesSchedule;
|
|
7320
|
-
/**
|
|
7321
|
-
*
|
|
7322
|
-
* @type {JsonApiAutomationInAttributesAlert}
|
|
7323
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7324
|
-
*/
|
|
7325
|
-
alert?: JsonApiAutomationInAttributesAlert;
|
|
7326
|
-
/**
|
|
7327
|
-
*
|
|
7328
|
-
* @type {Array<JsonApiAutomationInAttributesTabularExports>}
|
|
7329
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7330
|
-
*/
|
|
7331
|
-
tabularExports?: Array<JsonApiAutomationInAttributesTabularExports>;
|
|
7332
|
-
/**
|
|
7333
|
-
*
|
|
7334
|
-
* @type {Array<JsonApiAutomationInAttributesVisualExports>}
|
|
7335
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7336
|
-
*/
|
|
7337
|
-
visualExports?: Array<JsonApiAutomationInAttributesVisualExports>;
|
|
7338
|
-
/**
|
|
7339
|
-
*
|
|
7340
|
-
* @type {Array<JsonApiAutomationInAttributesImageExports>}
|
|
7341
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7342
|
-
*/
|
|
7343
|
-
imageExports?: Array<JsonApiAutomationInAttributesImageExports>;
|
|
7344
|
-
/**
|
|
7345
|
-
*
|
|
7346
|
-
* @type {Array<JsonApiAutomationInAttributesRawExports>}
|
|
7347
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7348
|
-
*/
|
|
7349
|
-
rawExports?: Array<JsonApiAutomationInAttributesRawExports>;
|
|
7350
|
-
/**
|
|
7351
|
-
*
|
|
7352
|
-
* @type {Array<JsonApiAutomationInAttributesSlidesExports>}
|
|
7353
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7354
|
-
*/
|
|
7355
|
-
slidesExports?: Array<JsonApiAutomationInAttributesSlidesExports>;
|
|
7356
|
-
/**
|
|
7357
|
-
*
|
|
7358
|
-
* @type {Array<JsonApiAutomationInAttributesDashboardTabularExports>}
|
|
7359
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7360
|
-
*/
|
|
7361
|
-
dashboardTabularExports?: Array<JsonApiAutomationInAttributesDashboardTabularExports>;
|
|
7362
|
-
/**
|
|
7363
|
-
* External recipients of the automation action results.
|
|
7364
|
-
* @type {Array<JsonApiAutomationInAttributesExternalRecipients>}
|
|
7365
|
-
* @memberof JsonApiAutomationInAttributes
|
|
7366
|
-
*/
|
|
7367
|
-
externalRecipients?: Array<JsonApiAutomationInAttributesExternalRecipients>;
|
|
7368
|
-
}
|
|
7369
|
-
export declare const JsonApiAutomationInAttributesStateEnum: {
|
|
7370
|
-
readonly ACTIVE: "ACTIVE";
|
|
7371
|
-
readonly PAUSED: "PAUSED";
|
|
7372
|
-
};
|
|
7373
|
-
export type JsonApiAutomationInAttributesStateEnum = (typeof JsonApiAutomationInAttributesStateEnum)[keyof typeof JsonApiAutomationInAttributesStateEnum];
|
|
7374
|
-
/**
|
|
7375
|
-
*
|
|
7376
|
-
* @export
|
|
7377
|
-
* @interface JsonApiAutomationInAttributesAlert
|
|
7378
|
-
*/
|
|
7379
|
-
export interface JsonApiAutomationInAttributesAlert {
|
|
7380
|
-
/**
|
|
7381
|
-
*
|
|
7382
|
-
* @type {AlertAfm}
|
|
7383
|
-
* @memberof JsonApiAutomationInAttributesAlert
|
|
7384
|
-
*/
|
|
7385
|
-
execution: AlertAfm;
|
|
7386
|
-
/**
|
|
7387
|
-
*
|
|
7388
|
-
* @type {AlertCondition}
|
|
7389
|
-
* @memberof JsonApiAutomationInAttributesAlert
|
|
7390
|
-
*/
|
|
7391
|
-
condition: AlertCondition;
|
|
7392
|
-
/**
|
|
7393
|
-
* 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.
|
|
7394
|
-
* @type {string}
|
|
7395
|
-
* @memberof JsonApiAutomationInAttributesAlert
|
|
7396
|
-
*/
|
|
7397
|
-
trigger?: JsonApiAutomationInAttributesAlertTriggerEnum;
|
|
7398
|
-
}
|
|
7399
|
-
export declare const JsonApiAutomationInAttributesAlertTriggerEnum: {
|
|
7400
|
-
readonly ALWAYS: "ALWAYS";
|
|
7401
|
-
readonly ONCE: "ONCE";
|
|
7402
|
-
};
|
|
7403
|
-
export type JsonApiAutomationInAttributesAlertTriggerEnum = (typeof JsonApiAutomationInAttributesAlertTriggerEnum)[keyof typeof JsonApiAutomationInAttributesAlertTriggerEnum];
|
|
7404
|
-
/**
|
|
7405
|
-
*
|
|
7406
|
-
* @export
|
|
7407
|
-
* @interface JsonApiAutomationInAttributesDashboardTabularExports
|
|
7408
|
-
*/
|
|
7409
|
-
export interface JsonApiAutomationInAttributesDashboardTabularExports {
|
|
7410
|
-
/**
|
|
7411
|
-
*
|
|
7412
|
-
* @type {DashboardTabularExportRequestV2}
|
|
7413
|
-
* @memberof JsonApiAutomationInAttributesDashboardTabularExports
|
|
7414
|
-
*/
|
|
7415
|
-
requestPayload: DashboardTabularExportRequestV2;
|
|
7416
|
-
}
|
|
7417
|
-
/**
|
|
7418
|
-
*
|
|
7419
|
-
* @export
|
|
7420
|
-
* @interface JsonApiAutomationInAttributesExternalRecipients
|
|
7421
|
-
*/
|
|
7422
|
-
export interface JsonApiAutomationInAttributesExternalRecipients {
|
|
7423
|
-
/**
|
|
7424
|
-
* E-mail address to send notifications from.
|
|
7425
|
-
* @type {string}
|
|
7426
|
-
* @memberof JsonApiAutomationInAttributesExternalRecipients
|
|
7427
|
-
*/
|
|
7428
|
-
email: string;
|
|
7429
|
-
}
|
|
7430
|
-
/**
|
|
7431
|
-
*
|
|
7432
|
-
* @export
|
|
7433
|
-
* @interface JsonApiAutomationInAttributesImageExports
|
|
7434
|
-
*/
|
|
7435
|
-
export interface JsonApiAutomationInAttributesImageExports {
|
|
7436
|
-
/**
|
|
7437
|
-
*
|
|
7438
|
-
* @type {ImageExportRequest}
|
|
7439
|
-
* @memberof JsonApiAutomationInAttributesImageExports
|
|
7440
|
-
*/
|
|
7441
|
-
requestPayload: ImageExportRequest;
|
|
7442
|
-
}
|
|
7443
|
-
/**
|
|
7444
|
-
* Additional information for the automation.
|
|
7445
|
-
* @export
|
|
7446
|
-
* @interface JsonApiAutomationInAttributesMetadata
|
|
7447
|
-
*/
|
|
7448
|
-
export interface JsonApiAutomationInAttributesMetadata {
|
|
7449
|
-
/**
|
|
7450
|
-
*
|
|
7451
|
-
* @type {string}
|
|
7452
|
-
* @memberof JsonApiAutomationInAttributesMetadata
|
|
7453
|
-
*/
|
|
7454
|
-
widget?: string;
|
|
7455
|
-
/**
|
|
7456
|
-
*
|
|
7457
|
-
* @type {Array<VisibleFilter>}
|
|
7458
|
-
* @memberof JsonApiAutomationInAttributesMetadata
|
|
7459
|
-
*/
|
|
7460
|
-
visibleFilters?: Array<VisibleFilter>;
|
|
7461
|
-
}
|
|
7462
|
-
/**
|
|
7463
|
-
*
|
|
7464
|
-
* @export
|
|
7465
|
-
* @interface JsonApiAutomationInAttributesRawExports
|
|
7466
|
-
*/
|
|
7467
|
-
export interface JsonApiAutomationInAttributesRawExports {
|
|
7468
|
-
/**
|
|
7469
|
-
*
|
|
7470
|
-
* @type {RawExportAutomationRequest}
|
|
7471
|
-
* @memberof JsonApiAutomationInAttributesRawExports
|
|
7472
|
-
*/
|
|
7473
|
-
requestPayload: RawExportAutomationRequest;
|
|
7474
|
-
}
|
|
7475
|
-
/**
|
|
7476
|
-
*
|
|
7477
|
-
* @export
|
|
7478
|
-
* @interface JsonApiAutomationInAttributesSchedule
|
|
7479
|
-
*/
|
|
7480
|
-
export interface JsonApiAutomationInAttributesSchedule {
|
|
7481
|
-
/**
|
|
7482
|
-
* 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.
|
|
7483
|
-
* @type {string}
|
|
7484
|
-
* @memberof JsonApiAutomationInAttributesSchedule
|
|
7485
|
-
*/
|
|
7486
|
-
cron: string;
|
|
7487
|
-
/**
|
|
7488
|
-
* Human-readable description of the cron expression.
|
|
7489
|
-
* @type {string}
|
|
7490
|
-
* @memberof JsonApiAutomationInAttributesSchedule
|
|
7491
|
-
*/
|
|
7492
|
-
cronDescription?: string;
|
|
7493
|
-
/**
|
|
7494
|
-
* Timezone in which the schedule is defined.
|
|
7495
|
-
* @type {string}
|
|
7496
|
-
* @memberof JsonApiAutomationInAttributesSchedule
|
|
7497
|
-
*/
|
|
7498
|
-
timezone: string;
|
|
7499
|
-
/**
|
|
7500
|
-
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
7501
|
-
* @type {string}
|
|
7502
|
-
* @memberof JsonApiAutomationInAttributesSchedule
|
|
7503
|
-
*/
|
|
7504
|
-
firstRun?: string;
|
|
7505
|
-
}
|
|
7506
|
-
/**
|
|
7507
|
-
*
|
|
7508
|
-
* @export
|
|
7509
|
-
* @interface JsonApiAutomationInAttributesSlidesExports
|
|
7510
|
-
*/
|
|
7511
|
-
export interface JsonApiAutomationInAttributesSlidesExports {
|
|
7512
|
-
/**
|
|
7513
|
-
*
|
|
7514
|
-
* @type {SlidesExportRequest}
|
|
7515
|
-
* @memberof JsonApiAutomationInAttributesSlidesExports
|
|
7516
|
-
*/
|
|
7517
|
-
requestPayload: SlidesExportRequest;
|
|
7518
|
-
}
|
|
7519
|
-
/**
|
|
7520
|
-
*
|
|
7521
|
-
* @export
|
|
7522
|
-
* @interface JsonApiAutomationInAttributesTabularExports
|
|
7523
|
-
*/
|
|
7524
|
-
export interface JsonApiAutomationInAttributesTabularExports {
|
|
7525
|
-
/**
|
|
7526
|
-
*
|
|
7527
|
-
* @type {TabularExportRequest}
|
|
7528
|
-
* @memberof JsonApiAutomationInAttributesTabularExports
|
|
7529
|
-
*/
|
|
7530
|
-
requestPayload: TabularExportRequest;
|
|
7531
|
-
}
|
|
7532
|
-
/**
|
|
7533
|
-
*
|
|
7534
|
-
* @export
|
|
7535
|
-
* @interface JsonApiAutomationInAttributesVisualExports
|
|
7536
|
-
*/
|
|
7537
|
-
export interface JsonApiAutomationInAttributesVisualExports {
|
|
7538
|
-
/**
|
|
7539
|
-
*
|
|
7540
|
-
* @type {VisualExportRequest}
|
|
7541
|
-
* @memberof JsonApiAutomationInAttributesVisualExports
|
|
7542
|
-
*/
|
|
7543
|
-
requestPayload: VisualExportRequest;
|
|
7544
|
-
}
|
|
7545
7229
|
/**
|
|
7546
7230
|
*
|
|
7547
7231
|
* @export
|
|
@@ -7555,89 +7239,6 @@ export interface JsonApiAutomationInDocument {
|
|
|
7555
7239
|
*/
|
|
7556
7240
|
data: JsonApiAutomationIn;
|
|
7557
7241
|
}
|
|
7558
|
-
/**
|
|
7559
|
-
*
|
|
7560
|
-
* @export
|
|
7561
|
-
* @interface JsonApiAutomationInRelationships
|
|
7562
|
-
*/
|
|
7563
|
-
export interface JsonApiAutomationInRelationships {
|
|
7564
|
-
/**
|
|
7565
|
-
*
|
|
7566
|
-
* @type {JsonApiAutomationInRelationshipsNotificationChannel}
|
|
7567
|
-
* @memberof JsonApiAutomationInRelationships
|
|
7568
|
-
*/
|
|
7569
|
-
notificationChannel?: JsonApiAutomationInRelationshipsNotificationChannel;
|
|
7570
|
-
/**
|
|
7571
|
-
*
|
|
7572
|
-
* @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
|
|
7573
|
-
* @memberof JsonApiAutomationInRelationships
|
|
7574
|
-
*/
|
|
7575
|
-
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
7576
|
-
/**
|
|
7577
|
-
*
|
|
7578
|
-
* @type {JsonApiAutomationInRelationshipsExportDefinitions}
|
|
7579
|
-
* @memberof JsonApiAutomationInRelationships
|
|
7580
|
-
*/
|
|
7581
|
-
exportDefinitions?: JsonApiAutomationInRelationshipsExportDefinitions;
|
|
7582
|
-
/**
|
|
7583
|
-
*
|
|
7584
|
-
* @type {JsonApiAutomationInRelationshipsRecipients}
|
|
7585
|
-
* @memberof JsonApiAutomationInRelationships
|
|
7586
|
-
*/
|
|
7587
|
-
recipients?: JsonApiAutomationInRelationshipsRecipients;
|
|
7588
|
-
}
|
|
7589
|
-
/**
|
|
7590
|
-
*
|
|
7591
|
-
* @export
|
|
7592
|
-
* @interface JsonApiAutomationInRelationshipsAnalyticalDashboard
|
|
7593
|
-
*/
|
|
7594
|
-
export interface JsonApiAutomationInRelationshipsAnalyticalDashboard {
|
|
7595
|
-
/**
|
|
7596
|
-
*
|
|
7597
|
-
* @type {JsonApiAnalyticalDashboardToOneLinkage}
|
|
7598
|
-
* @memberof JsonApiAutomationInRelationshipsAnalyticalDashboard
|
|
7599
|
-
*/
|
|
7600
|
-
data: JsonApiAnalyticalDashboardToOneLinkage | null;
|
|
7601
|
-
}
|
|
7602
|
-
/**
|
|
7603
|
-
*
|
|
7604
|
-
* @export
|
|
7605
|
-
* @interface JsonApiAutomationInRelationshipsExportDefinitions
|
|
7606
|
-
*/
|
|
7607
|
-
export interface JsonApiAutomationInRelationshipsExportDefinitions {
|
|
7608
|
-
/**
|
|
7609
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7610
|
-
* @type {Array<JsonApiExportDefinitionLinkage>}
|
|
7611
|
-
* @memberof JsonApiAutomationInRelationshipsExportDefinitions
|
|
7612
|
-
*/
|
|
7613
|
-
data: Array<JsonApiExportDefinitionLinkage>;
|
|
7614
|
-
}
|
|
7615
|
-
/**
|
|
7616
|
-
*
|
|
7617
|
-
* @export
|
|
7618
|
-
* @interface JsonApiAutomationInRelationshipsNotificationChannel
|
|
7619
|
-
*/
|
|
7620
|
-
export interface JsonApiAutomationInRelationshipsNotificationChannel {
|
|
7621
|
-
/**
|
|
7622
|
-
*
|
|
7623
|
-
* @type {JsonApiNotificationChannelToOneLinkage}
|
|
7624
|
-
* @memberof JsonApiAutomationInRelationshipsNotificationChannel
|
|
7625
|
-
*/
|
|
7626
|
-
data: JsonApiNotificationChannelToOneLinkage | null;
|
|
7627
|
-
}
|
|
7628
|
-
/**
|
|
7629
|
-
*
|
|
7630
|
-
* @export
|
|
7631
|
-
* @interface JsonApiAutomationInRelationshipsRecipients
|
|
7632
|
-
*/
|
|
7633
|
-
export interface JsonApiAutomationInRelationshipsRecipients {
|
|
7634
|
-
/**
|
|
7635
|
-
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7636
|
-
* @type {Array<JsonApiUserLinkage>}
|
|
7637
|
-
* @memberof JsonApiAutomationInRelationshipsRecipients
|
|
7638
|
-
*/
|
|
7639
|
-
data: Array<JsonApiUserLinkage>;
|
|
7640
|
-
}
|
|
7641
7242
|
/**
|
|
7642
7243
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
7643
7244
|
* @export
|
|
@@ -7740,10 +7341,10 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
7740
7341
|
details?: object;
|
|
7741
7342
|
/**
|
|
7742
7343
|
*
|
|
7743
|
-
* @type {
|
|
7344
|
+
* @type {JsonApiAutomationPatchAttributesMetadata}
|
|
7744
7345
|
* @memberof JsonApiAutomationOutAttributes
|
|
7745
7346
|
*/
|
|
7746
|
-
metadata?:
|
|
7347
|
+
metadata?: JsonApiAutomationPatchAttributesMetadata | null;
|
|
7747
7348
|
/**
|
|
7748
7349
|
* Current state of the automation.
|
|
7749
7350
|
* @type {string}
|
|
@@ -7752,58 +7353,58 @@ export interface JsonApiAutomationOutAttributes {
|
|
|
7752
7353
|
state?: JsonApiAutomationOutAttributesStateEnum;
|
|
7753
7354
|
/**
|
|
7754
7355
|
*
|
|
7755
|
-
* @type {
|
|
7356
|
+
* @type {JsonApiAutomationPatchAttributesSchedule}
|
|
7756
7357
|
* @memberof JsonApiAutomationOutAttributes
|
|
7757
7358
|
*/
|
|
7758
|
-
schedule?:
|
|
7359
|
+
schedule?: JsonApiAutomationPatchAttributesSchedule;
|
|
7759
7360
|
/**
|
|
7760
7361
|
*
|
|
7761
|
-
* @type {
|
|
7362
|
+
* @type {JsonApiAutomationPatchAttributesAlert}
|
|
7762
7363
|
* @memberof JsonApiAutomationOutAttributes
|
|
7763
7364
|
*/
|
|
7764
|
-
alert?:
|
|
7365
|
+
alert?: JsonApiAutomationPatchAttributesAlert;
|
|
7765
7366
|
/**
|
|
7766
7367
|
*
|
|
7767
|
-
* @type {Array<
|
|
7368
|
+
* @type {Array<JsonApiAutomationPatchAttributesTabularExports>}
|
|
7768
7369
|
* @memberof JsonApiAutomationOutAttributes
|
|
7769
7370
|
*/
|
|
7770
|
-
tabularExports?: Array<
|
|
7371
|
+
tabularExports?: Array<JsonApiAutomationPatchAttributesTabularExports>;
|
|
7771
7372
|
/**
|
|
7772
7373
|
*
|
|
7773
|
-
* @type {Array<
|
|
7374
|
+
* @type {Array<JsonApiAutomationPatchAttributesVisualExports>}
|
|
7774
7375
|
* @memberof JsonApiAutomationOutAttributes
|
|
7775
7376
|
*/
|
|
7776
|
-
visualExports?: Array<
|
|
7377
|
+
visualExports?: Array<JsonApiAutomationPatchAttributesVisualExports>;
|
|
7777
7378
|
/**
|
|
7778
7379
|
*
|
|
7779
|
-
* @type {Array<
|
|
7380
|
+
* @type {Array<JsonApiAutomationPatchAttributesImageExports>}
|
|
7780
7381
|
* @memberof JsonApiAutomationOutAttributes
|
|
7781
7382
|
*/
|
|
7782
|
-
imageExports?: Array<
|
|
7383
|
+
imageExports?: Array<JsonApiAutomationPatchAttributesImageExports>;
|
|
7783
7384
|
/**
|
|
7784
7385
|
*
|
|
7785
|
-
* @type {Array<
|
|
7386
|
+
* @type {Array<JsonApiAutomationPatchAttributesRawExports>}
|
|
7786
7387
|
* @memberof JsonApiAutomationOutAttributes
|
|
7787
7388
|
*/
|
|
7788
|
-
rawExports?: Array<
|
|
7389
|
+
rawExports?: Array<JsonApiAutomationPatchAttributesRawExports>;
|
|
7789
7390
|
/**
|
|
7790
7391
|
*
|
|
7791
|
-
* @type {Array<
|
|
7392
|
+
* @type {Array<JsonApiAutomationPatchAttributesSlidesExports>}
|
|
7792
7393
|
* @memberof JsonApiAutomationOutAttributes
|
|
7793
7394
|
*/
|
|
7794
|
-
slidesExports?: Array<
|
|
7395
|
+
slidesExports?: Array<JsonApiAutomationPatchAttributesSlidesExports>;
|
|
7795
7396
|
/**
|
|
7796
7397
|
*
|
|
7797
|
-
* @type {Array<
|
|
7398
|
+
* @type {Array<JsonApiAutomationPatchAttributesDashboardTabularExports>}
|
|
7798
7399
|
* @memberof JsonApiAutomationOutAttributes
|
|
7799
7400
|
*/
|
|
7800
|
-
dashboardTabularExports?: Array<
|
|
7401
|
+
dashboardTabularExports?: Array<JsonApiAutomationPatchAttributesDashboardTabularExports>;
|
|
7801
7402
|
/**
|
|
7802
7403
|
* External recipients of the automation action results.
|
|
7803
|
-
* @type {Array<
|
|
7404
|
+
* @type {Array<JsonApiAutomationPatchAttributesExternalRecipients>}
|
|
7804
7405
|
* @memberof JsonApiAutomationOutAttributes
|
|
7805
7406
|
*/
|
|
7806
|
-
externalRecipients?: Array<
|
|
7407
|
+
externalRecipients?: Array<JsonApiAutomationPatchAttributesExternalRecipients>;
|
|
7807
7408
|
/**
|
|
7808
7409
|
*
|
|
7809
7410
|
* @type {string}
|
|
@@ -7891,16 +7492,16 @@ export interface JsonApiAutomationOutList {
|
|
|
7891
7492
|
export interface JsonApiAutomationOutRelationships {
|
|
7892
7493
|
/**
|
|
7893
7494
|
*
|
|
7894
|
-
* @type {
|
|
7495
|
+
* @type {JsonApiAutomationPatchRelationshipsNotificationChannel}
|
|
7895
7496
|
* @memberof JsonApiAutomationOutRelationships
|
|
7896
7497
|
*/
|
|
7897
|
-
notificationChannel?:
|
|
7498
|
+
notificationChannel?: JsonApiAutomationPatchRelationshipsNotificationChannel;
|
|
7898
7499
|
/**
|
|
7899
7500
|
*
|
|
7900
|
-
* @type {
|
|
7501
|
+
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
7901
7502
|
* @memberof JsonApiAutomationOutRelationships
|
|
7902
7503
|
*/
|
|
7903
|
-
analyticalDashboard?:
|
|
7504
|
+
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
7904
7505
|
/**
|
|
7905
7506
|
*
|
|
7906
7507
|
* @type {JsonApiVisualizationObjectOutRelationshipsCreatedBy}
|
|
@@ -7915,33 +7516,33 @@ export interface JsonApiAutomationOutRelationships {
|
|
|
7915
7516
|
modifiedBy?: JsonApiVisualizationObjectOutRelationshipsCreatedBy;
|
|
7916
7517
|
/**
|
|
7917
7518
|
*
|
|
7918
|
-
* @type {
|
|
7519
|
+
* @type {JsonApiAutomationPatchRelationshipsExportDefinitions}
|
|
7919
7520
|
* @memberof JsonApiAutomationOutRelationships
|
|
7920
7521
|
*/
|
|
7921
|
-
exportDefinitions?:
|
|
7522
|
+
exportDefinitions?: JsonApiAutomationPatchRelationshipsExportDefinitions;
|
|
7922
7523
|
/**
|
|
7923
7524
|
*
|
|
7924
|
-
* @type {
|
|
7525
|
+
* @type {JsonApiAutomationPatchRelationshipsRecipients}
|
|
7925
7526
|
* @memberof JsonApiAutomationOutRelationships
|
|
7926
7527
|
*/
|
|
7927
|
-
recipients?:
|
|
7528
|
+
recipients?: JsonApiAutomationPatchRelationshipsRecipients;
|
|
7928
7529
|
/**
|
|
7929
7530
|
*
|
|
7930
|
-
* @type {
|
|
7531
|
+
* @type {JsonApiAutomationOutRelationshipsAutomationResults}
|
|
7931
7532
|
* @memberof JsonApiAutomationOutRelationships
|
|
7932
7533
|
*/
|
|
7933
|
-
|
|
7534
|
+
automationResults?: JsonApiAutomationOutRelationshipsAutomationResults;
|
|
7934
7535
|
}
|
|
7935
7536
|
/**
|
|
7936
7537
|
*
|
|
7937
7538
|
* @export
|
|
7938
|
-
* @interface
|
|
7539
|
+
* @interface JsonApiAutomationOutRelationshipsAutomationResults
|
|
7939
7540
|
*/
|
|
7940
|
-
export interface
|
|
7541
|
+
export interface JsonApiAutomationOutRelationshipsAutomationResults {
|
|
7941
7542
|
/**
|
|
7942
7543
|
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7943
7544
|
* @type {Array<JsonApiAutomationResultLinkage>}
|
|
7944
|
-
* @memberof
|
|
7545
|
+
* @memberof JsonApiAutomationOutRelationshipsAutomationResults
|
|
7945
7546
|
*/
|
|
7946
7547
|
data: Array<JsonApiAutomationResultLinkage>;
|
|
7947
7548
|
}
|
|
@@ -8012,21 +7613,300 @@ export interface JsonApiAutomationPatch {
|
|
|
8012
7613
|
id: string;
|
|
8013
7614
|
/**
|
|
8014
7615
|
*
|
|
8015
|
-
* @type {
|
|
7616
|
+
* @type {JsonApiAutomationPatchAttributes}
|
|
8016
7617
|
* @memberof JsonApiAutomationPatch
|
|
8017
7618
|
*/
|
|
8018
|
-
attributes?:
|
|
7619
|
+
attributes?: JsonApiAutomationPatchAttributes;
|
|
8019
7620
|
/**
|
|
8020
7621
|
*
|
|
8021
|
-
* @type {
|
|
7622
|
+
* @type {JsonApiAutomationPatchRelationships}
|
|
8022
7623
|
* @memberof JsonApiAutomationPatch
|
|
8023
7624
|
*/
|
|
8024
|
-
relationships?:
|
|
7625
|
+
relationships?: JsonApiAutomationPatchRelationships;
|
|
8025
7626
|
}
|
|
8026
7627
|
export declare const JsonApiAutomationPatchTypeEnum: {
|
|
8027
7628
|
readonly AUTOMATION: "automation";
|
|
8028
7629
|
};
|
|
8029
7630
|
export type JsonApiAutomationPatchTypeEnum = (typeof JsonApiAutomationPatchTypeEnum)[keyof typeof JsonApiAutomationPatchTypeEnum];
|
|
7631
|
+
/**
|
|
7632
|
+
*
|
|
7633
|
+
* @export
|
|
7634
|
+
* @interface JsonApiAutomationPatchAttributes
|
|
7635
|
+
*/
|
|
7636
|
+
export interface JsonApiAutomationPatchAttributes {
|
|
7637
|
+
/**
|
|
7638
|
+
*
|
|
7639
|
+
* @type {string}
|
|
7640
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7641
|
+
*/
|
|
7642
|
+
title?: string;
|
|
7643
|
+
/**
|
|
7644
|
+
*
|
|
7645
|
+
* @type {string}
|
|
7646
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7647
|
+
*/
|
|
7648
|
+
description?: string;
|
|
7649
|
+
/**
|
|
7650
|
+
*
|
|
7651
|
+
* @type {Array<string>}
|
|
7652
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7653
|
+
*/
|
|
7654
|
+
tags?: Array<string>;
|
|
7655
|
+
/**
|
|
7656
|
+
*
|
|
7657
|
+
* @type {boolean}
|
|
7658
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7659
|
+
*/
|
|
7660
|
+
areRelationsValid?: boolean;
|
|
7661
|
+
/**
|
|
7662
|
+
* Additional details to be included in the automated message.
|
|
7663
|
+
* @type {object}
|
|
7664
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7665
|
+
*/
|
|
7666
|
+
details?: object;
|
|
7667
|
+
/**
|
|
7668
|
+
*
|
|
7669
|
+
* @type {JsonApiAutomationPatchAttributesMetadata}
|
|
7670
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7671
|
+
*/
|
|
7672
|
+
metadata?: JsonApiAutomationPatchAttributesMetadata | null;
|
|
7673
|
+
/**
|
|
7674
|
+
* Current state of the automation.
|
|
7675
|
+
* @type {string}
|
|
7676
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7677
|
+
*/
|
|
7678
|
+
state?: JsonApiAutomationPatchAttributesStateEnum;
|
|
7679
|
+
/**
|
|
7680
|
+
*
|
|
7681
|
+
* @type {JsonApiAutomationPatchAttributesSchedule}
|
|
7682
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7683
|
+
*/
|
|
7684
|
+
schedule?: JsonApiAutomationPatchAttributesSchedule;
|
|
7685
|
+
/**
|
|
7686
|
+
*
|
|
7687
|
+
* @type {JsonApiAutomationPatchAttributesAlert}
|
|
7688
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7689
|
+
*/
|
|
7690
|
+
alert?: JsonApiAutomationPatchAttributesAlert;
|
|
7691
|
+
/**
|
|
7692
|
+
*
|
|
7693
|
+
* @type {Array<JsonApiAutomationPatchAttributesTabularExports>}
|
|
7694
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7695
|
+
*/
|
|
7696
|
+
tabularExports?: Array<JsonApiAutomationPatchAttributesTabularExports>;
|
|
7697
|
+
/**
|
|
7698
|
+
*
|
|
7699
|
+
* @type {Array<JsonApiAutomationPatchAttributesVisualExports>}
|
|
7700
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7701
|
+
*/
|
|
7702
|
+
visualExports?: Array<JsonApiAutomationPatchAttributesVisualExports>;
|
|
7703
|
+
/**
|
|
7704
|
+
*
|
|
7705
|
+
* @type {Array<JsonApiAutomationPatchAttributesImageExports>}
|
|
7706
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7707
|
+
*/
|
|
7708
|
+
imageExports?: Array<JsonApiAutomationPatchAttributesImageExports>;
|
|
7709
|
+
/**
|
|
7710
|
+
*
|
|
7711
|
+
* @type {Array<JsonApiAutomationPatchAttributesRawExports>}
|
|
7712
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7713
|
+
*/
|
|
7714
|
+
rawExports?: Array<JsonApiAutomationPatchAttributesRawExports>;
|
|
7715
|
+
/**
|
|
7716
|
+
*
|
|
7717
|
+
* @type {Array<JsonApiAutomationPatchAttributesSlidesExports>}
|
|
7718
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7719
|
+
*/
|
|
7720
|
+
slidesExports?: Array<JsonApiAutomationPatchAttributesSlidesExports>;
|
|
7721
|
+
/**
|
|
7722
|
+
*
|
|
7723
|
+
* @type {Array<JsonApiAutomationPatchAttributesDashboardTabularExports>}
|
|
7724
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7725
|
+
*/
|
|
7726
|
+
dashboardTabularExports?: Array<JsonApiAutomationPatchAttributesDashboardTabularExports>;
|
|
7727
|
+
/**
|
|
7728
|
+
* External recipients of the automation action results.
|
|
7729
|
+
* @type {Array<JsonApiAutomationPatchAttributesExternalRecipients>}
|
|
7730
|
+
* @memberof JsonApiAutomationPatchAttributes
|
|
7731
|
+
*/
|
|
7732
|
+
externalRecipients?: Array<JsonApiAutomationPatchAttributesExternalRecipients>;
|
|
7733
|
+
}
|
|
7734
|
+
export declare const JsonApiAutomationPatchAttributesStateEnum: {
|
|
7735
|
+
readonly ACTIVE: "ACTIVE";
|
|
7736
|
+
readonly PAUSED: "PAUSED";
|
|
7737
|
+
};
|
|
7738
|
+
export type JsonApiAutomationPatchAttributesStateEnum = (typeof JsonApiAutomationPatchAttributesStateEnum)[keyof typeof JsonApiAutomationPatchAttributesStateEnum];
|
|
7739
|
+
/**
|
|
7740
|
+
*
|
|
7741
|
+
* @export
|
|
7742
|
+
* @interface JsonApiAutomationPatchAttributesAlert
|
|
7743
|
+
*/
|
|
7744
|
+
export interface JsonApiAutomationPatchAttributesAlert {
|
|
7745
|
+
/**
|
|
7746
|
+
*
|
|
7747
|
+
* @type {AlertAfm}
|
|
7748
|
+
* @memberof JsonApiAutomationPatchAttributesAlert
|
|
7749
|
+
*/
|
|
7750
|
+
execution: AlertAfm;
|
|
7751
|
+
/**
|
|
7752
|
+
*
|
|
7753
|
+
* @type {AlertCondition}
|
|
7754
|
+
* @memberof JsonApiAutomationPatchAttributesAlert
|
|
7755
|
+
*/
|
|
7756
|
+
condition: AlertCondition;
|
|
7757
|
+
/**
|
|
7758
|
+
* 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.
|
|
7759
|
+
* @type {string}
|
|
7760
|
+
* @memberof JsonApiAutomationPatchAttributesAlert
|
|
7761
|
+
*/
|
|
7762
|
+
trigger?: JsonApiAutomationPatchAttributesAlertTriggerEnum;
|
|
7763
|
+
}
|
|
7764
|
+
export declare const JsonApiAutomationPatchAttributesAlertTriggerEnum: {
|
|
7765
|
+
readonly ALWAYS: "ALWAYS";
|
|
7766
|
+
readonly ONCE: "ONCE";
|
|
7767
|
+
};
|
|
7768
|
+
export type JsonApiAutomationPatchAttributesAlertTriggerEnum = (typeof JsonApiAutomationPatchAttributesAlertTriggerEnum)[keyof typeof JsonApiAutomationPatchAttributesAlertTriggerEnum];
|
|
7769
|
+
/**
|
|
7770
|
+
*
|
|
7771
|
+
* @export
|
|
7772
|
+
* @interface JsonApiAutomationPatchAttributesDashboardTabularExports
|
|
7773
|
+
*/
|
|
7774
|
+
export interface JsonApiAutomationPatchAttributesDashboardTabularExports {
|
|
7775
|
+
/**
|
|
7776
|
+
*
|
|
7777
|
+
* @type {DashboardTabularExportRequestV2}
|
|
7778
|
+
* @memberof JsonApiAutomationPatchAttributesDashboardTabularExports
|
|
7779
|
+
*/
|
|
7780
|
+
requestPayload: DashboardTabularExportRequestV2;
|
|
7781
|
+
}
|
|
7782
|
+
/**
|
|
7783
|
+
*
|
|
7784
|
+
* @export
|
|
7785
|
+
* @interface JsonApiAutomationPatchAttributesExternalRecipients
|
|
7786
|
+
*/
|
|
7787
|
+
export interface JsonApiAutomationPatchAttributesExternalRecipients {
|
|
7788
|
+
/**
|
|
7789
|
+
* E-mail address to send notifications from.
|
|
7790
|
+
* @type {string}
|
|
7791
|
+
* @memberof JsonApiAutomationPatchAttributesExternalRecipients
|
|
7792
|
+
*/
|
|
7793
|
+
email: string;
|
|
7794
|
+
}
|
|
7795
|
+
/**
|
|
7796
|
+
*
|
|
7797
|
+
* @export
|
|
7798
|
+
* @interface JsonApiAutomationPatchAttributesImageExports
|
|
7799
|
+
*/
|
|
7800
|
+
export interface JsonApiAutomationPatchAttributesImageExports {
|
|
7801
|
+
/**
|
|
7802
|
+
*
|
|
7803
|
+
* @type {ImageExportRequest}
|
|
7804
|
+
* @memberof JsonApiAutomationPatchAttributesImageExports
|
|
7805
|
+
*/
|
|
7806
|
+
requestPayload: ImageExportRequest;
|
|
7807
|
+
}
|
|
7808
|
+
/**
|
|
7809
|
+
* Additional information for the automation.
|
|
7810
|
+
* @export
|
|
7811
|
+
* @interface JsonApiAutomationPatchAttributesMetadata
|
|
7812
|
+
*/
|
|
7813
|
+
export interface JsonApiAutomationPatchAttributesMetadata {
|
|
7814
|
+
/**
|
|
7815
|
+
*
|
|
7816
|
+
* @type {string}
|
|
7817
|
+
* @memberof JsonApiAutomationPatchAttributesMetadata
|
|
7818
|
+
*/
|
|
7819
|
+
widget?: string;
|
|
7820
|
+
/**
|
|
7821
|
+
*
|
|
7822
|
+
* @type {Array<VisibleFilter>}
|
|
7823
|
+
* @memberof JsonApiAutomationPatchAttributesMetadata
|
|
7824
|
+
*/
|
|
7825
|
+
visibleFilters?: Array<VisibleFilter>;
|
|
7826
|
+
}
|
|
7827
|
+
/**
|
|
7828
|
+
*
|
|
7829
|
+
* @export
|
|
7830
|
+
* @interface JsonApiAutomationPatchAttributesRawExports
|
|
7831
|
+
*/
|
|
7832
|
+
export interface JsonApiAutomationPatchAttributesRawExports {
|
|
7833
|
+
/**
|
|
7834
|
+
*
|
|
7835
|
+
* @type {RawExportAutomationRequest}
|
|
7836
|
+
* @memberof JsonApiAutomationPatchAttributesRawExports
|
|
7837
|
+
*/
|
|
7838
|
+
requestPayload: RawExportAutomationRequest;
|
|
7839
|
+
}
|
|
7840
|
+
/**
|
|
7841
|
+
*
|
|
7842
|
+
* @export
|
|
7843
|
+
* @interface JsonApiAutomationPatchAttributesSchedule
|
|
7844
|
+
*/
|
|
7845
|
+
export interface JsonApiAutomationPatchAttributesSchedule {
|
|
7846
|
+
/**
|
|
7847
|
+
* 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.
|
|
7848
|
+
* @type {string}
|
|
7849
|
+
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7850
|
+
*/
|
|
7851
|
+
cron: string;
|
|
7852
|
+
/**
|
|
7853
|
+
* Human-readable description of the cron expression.
|
|
7854
|
+
* @type {string}
|
|
7855
|
+
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7856
|
+
*/
|
|
7857
|
+
cronDescription?: string;
|
|
7858
|
+
/**
|
|
7859
|
+
* Timezone in which the schedule is defined.
|
|
7860
|
+
* @type {string}
|
|
7861
|
+
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7862
|
+
*/
|
|
7863
|
+
timezone: string;
|
|
7864
|
+
/**
|
|
7865
|
+
* Timestamp of the first scheduled action. If not provided default to the next scheduled time.
|
|
7866
|
+
* @type {string}
|
|
7867
|
+
* @memberof JsonApiAutomationPatchAttributesSchedule
|
|
7868
|
+
*/
|
|
7869
|
+
firstRun?: string;
|
|
7870
|
+
}
|
|
7871
|
+
/**
|
|
7872
|
+
*
|
|
7873
|
+
* @export
|
|
7874
|
+
* @interface JsonApiAutomationPatchAttributesSlidesExports
|
|
7875
|
+
*/
|
|
7876
|
+
export interface JsonApiAutomationPatchAttributesSlidesExports {
|
|
7877
|
+
/**
|
|
7878
|
+
*
|
|
7879
|
+
* @type {SlidesExportRequest}
|
|
7880
|
+
* @memberof JsonApiAutomationPatchAttributesSlidesExports
|
|
7881
|
+
*/
|
|
7882
|
+
requestPayload: SlidesExportRequest;
|
|
7883
|
+
}
|
|
7884
|
+
/**
|
|
7885
|
+
*
|
|
7886
|
+
* @export
|
|
7887
|
+
* @interface JsonApiAutomationPatchAttributesTabularExports
|
|
7888
|
+
*/
|
|
7889
|
+
export interface JsonApiAutomationPatchAttributesTabularExports {
|
|
7890
|
+
/**
|
|
7891
|
+
*
|
|
7892
|
+
* @type {TabularExportRequest}
|
|
7893
|
+
* @memberof JsonApiAutomationPatchAttributesTabularExports
|
|
7894
|
+
*/
|
|
7895
|
+
requestPayload: TabularExportRequest;
|
|
7896
|
+
}
|
|
7897
|
+
/**
|
|
7898
|
+
*
|
|
7899
|
+
* @export
|
|
7900
|
+
* @interface JsonApiAutomationPatchAttributesVisualExports
|
|
7901
|
+
*/
|
|
7902
|
+
export interface JsonApiAutomationPatchAttributesVisualExports {
|
|
7903
|
+
/**
|
|
7904
|
+
*
|
|
7905
|
+
* @type {VisualExportRequest}
|
|
7906
|
+
* @memberof JsonApiAutomationPatchAttributesVisualExports
|
|
7907
|
+
*/
|
|
7908
|
+
requestPayload: VisualExportRequest;
|
|
7909
|
+
}
|
|
8030
7910
|
/**
|
|
8031
7911
|
*
|
|
8032
7912
|
* @export
|
|
@@ -8040,6 +7920,89 @@ export interface JsonApiAutomationPatchDocument {
|
|
|
8040
7920
|
*/
|
|
8041
7921
|
data: JsonApiAutomationPatch;
|
|
8042
7922
|
}
|
|
7923
|
+
/**
|
|
7924
|
+
*
|
|
7925
|
+
* @export
|
|
7926
|
+
* @interface JsonApiAutomationPatchRelationships
|
|
7927
|
+
*/
|
|
7928
|
+
export interface JsonApiAutomationPatchRelationships {
|
|
7929
|
+
/**
|
|
7930
|
+
*
|
|
7931
|
+
* @type {JsonApiAutomationPatchRelationshipsNotificationChannel}
|
|
7932
|
+
* @memberof JsonApiAutomationPatchRelationships
|
|
7933
|
+
*/
|
|
7934
|
+
notificationChannel?: JsonApiAutomationPatchRelationshipsNotificationChannel;
|
|
7935
|
+
/**
|
|
7936
|
+
*
|
|
7937
|
+
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
7938
|
+
* @memberof JsonApiAutomationPatchRelationships
|
|
7939
|
+
*/
|
|
7940
|
+
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
7941
|
+
/**
|
|
7942
|
+
*
|
|
7943
|
+
* @type {JsonApiAutomationPatchRelationshipsExportDefinitions}
|
|
7944
|
+
* @memberof JsonApiAutomationPatchRelationships
|
|
7945
|
+
*/
|
|
7946
|
+
exportDefinitions?: JsonApiAutomationPatchRelationshipsExportDefinitions;
|
|
7947
|
+
/**
|
|
7948
|
+
*
|
|
7949
|
+
* @type {JsonApiAutomationPatchRelationshipsRecipients}
|
|
7950
|
+
* @memberof JsonApiAutomationPatchRelationships
|
|
7951
|
+
*/
|
|
7952
|
+
recipients?: JsonApiAutomationPatchRelationshipsRecipients;
|
|
7953
|
+
}
|
|
7954
|
+
/**
|
|
7955
|
+
*
|
|
7956
|
+
* @export
|
|
7957
|
+
* @interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard
|
|
7958
|
+
*/
|
|
7959
|
+
export interface JsonApiAutomationPatchRelationshipsAnalyticalDashboard {
|
|
7960
|
+
/**
|
|
7961
|
+
*
|
|
7962
|
+
* @type {JsonApiAnalyticalDashboardToOneLinkage}
|
|
7963
|
+
* @memberof JsonApiAutomationPatchRelationshipsAnalyticalDashboard
|
|
7964
|
+
*/
|
|
7965
|
+
data: JsonApiAnalyticalDashboardToOneLinkage | null;
|
|
7966
|
+
}
|
|
7967
|
+
/**
|
|
7968
|
+
*
|
|
7969
|
+
* @export
|
|
7970
|
+
* @interface JsonApiAutomationPatchRelationshipsExportDefinitions
|
|
7971
|
+
*/
|
|
7972
|
+
export interface JsonApiAutomationPatchRelationshipsExportDefinitions {
|
|
7973
|
+
/**
|
|
7974
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
7975
|
+
* @type {Array<JsonApiExportDefinitionLinkage>}
|
|
7976
|
+
* @memberof JsonApiAutomationPatchRelationshipsExportDefinitions
|
|
7977
|
+
*/
|
|
7978
|
+
data: Array<JsonApiExportDefinitionLinkage>;
|
|
7979
|
+
}
|
|
7980
|
+
/**
|
|
7981
|
+
*
|
|
7982
|
+
* @export
|
|
7983
|
+
* @interface JsonApiAutomationPatchRelationshipsNotificationChannel
|
|
7984
|
+
*/
|
|
7985
|
+
export interface JsonApiAutomationPatchRelationshipsNotificationChannel {
|
|
7986
|
+
/**
|
|
7987
|
+
*
|
|
7988
|
+
* @type {JsonApiNotificationChannelToOneLinkage}
|
|
7989
|
+
* @memberof JsonApiAutomationPatchRelationshipsNotificationChannel
|
|
7990
|
+
*/
|
|
7991
|
+
data: JsonApiNotificationChannelToOneLinkage | null;
|
|
7992
|
+
}
|
|
7993
|
+
/**
|
|
7994
|
+
*
|
|
7995
|
+
* @export
|
|
7996
|
+
* @interface JsonApiAutomationPatchRelationshipsRecipients
|
|
7997
|
+
*/
|
|
7998
|
+
export interface JsonApiAutomationPatchRelationshipsRecipients {
|
|
7999
|
+
/**
|
|
8000
|
+
* References to other resource objects in a to-many (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
8001
|
+
* @type {Array<JsonApiUserLinkage>}
|
|
8002
|
+
* @memberof JsonApiAutomationPatchRelationshipsRecipients
|
|
8003
|
+
*/
|
|
8004
|
+
data: Array<JsonApiUserLinkage>;
|
|
8005
|
+
}
|
|
8043
8006
|
/**
|
|
8044
8007
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
8045
8008
|
* @export
|
|
@@ -8116,6 +8079,18 @@ export interface JsonApiAutomationResultOutAttributes {
|
|
|
8116
8079
|
* @memberof JsonApiAutomationResultOutAttributes
|
|
8117
8080
|
*/
|
|
8118
8081
|
executedAt: string;
|
|
8082
|
+
/**
|
|
8083
|
+
*
|
|
8084
|
+
* @type {string}
|
|
8085
|
+
* @memberof JsonApiAutomationResultOutAttributes
|
|
8086
|
+
*/
|
|
8087
|
+
traceId?: string;
|
|
8088
|
+
/**
|
|
8089
|
+
*
|
|
8090
|
+
* @type {string}
|
|
8091
|
+
* @memberof JsonApiAutomationResultOutAttributes
|
|
8092
|
+
*/
|
|
8093
|
+
errorMessage?: string;
|
|
8119
8094
|
}
|
|
8120
8095
|
export declare const JsonApiAutomationResultOutAttributesStatusEnum: {
|
|
8121
8096
|
readonly SUCCESS: "SUCCESS";
|
|
@@ -8432,34 +8407,15 @@ export interface JsonApiCookieSecurityConfigurationIn {
|
|
|
8432
8407
|
id: string;
|
|
8433
8408
|
/**
|
|
8434
8409
|
*
|
|
8435
|
-
* @type {
|
|
8410
|
+
* @type {JsonApiCookieSecurityConfigurationPatchAttributes}
|
|
8436
8411
|
* @memberof JsonApiCookieSecurityConfigurationIn
|
|
8437
8412
|
*/
|
|
8438
|
-
attributes?:
|
|
8413
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
8439
8414
|
}
|
|
8440
8415
|
export declare const JsonApiCookieSecurityConfigurationInTypeEnum: {
|
|
8441
8416
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
8442
8417
|
};
|
|
8443
8418
|
export type JsonApiCookieSecurityConfigurationInTypeEnum = (typeof JsonApiCookieSecurityConfigurationInTypeEnum)[keyof typeof JsonApiCookieSecurityConfigurationInTypeEnum];
|
|
8444
|
-
/**
|
|
8445
|
-
*
|
|
8446
|
-
* @export
|
|
8447
|
-
* @interface JsonApiCookieSecurityConfigurationInAttributes
|
|
8448
|
-
*/
|
|
8449
|
-
export interface JsonApiCookieSecurityConfigurationInAttributes {
|
|
8450
|
-
/**
|
|
8451
|
-
*
|
|
8452
|
-
* @type {string}
|
|
8453
|
-
* @memberof JsonApiCookieSecurityConfigurationInAttributes
|
|
8454
|
-
*/
|
|
8455
|
-
lastRotation?: string;
|
|
8456
|
-
/**
|
|
8457
|
-
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
8458
|
-
* @type {string}
|
|
8459
|
-
* @memberof JsonApiCookieSecurityConfigurationInAttributes
|
|
8460
|
-
*/
|
|
8461
|
-
rotationInterval?: string;
|
|
8462
|
-
}
|
|
8463
8419
|
/**
|
|
8464
8420
|
*
|
|
8465
8421
|
* @export
|
|
@@ -8493,10 +8449,10 @@ export interface JsonApiCookieSecurityConfigurationOut {
|
|
|
8493
8449
|
id: string;
|
|
8494
8450
|
/**
|
|
8495
8451
|
*
|
|
8496
|
-
* @type {
|
|
8452
|
+
* @type {JsonApiCookieSecurityConfigurationPatchAttributes}
|
|
8497
8453
|
* @memberof JsonApiCookieSecurityConfigurationOut
|
|
8498
8454
|
*/
|
|
8499
|
-
attributes?:
|
|
8455
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
8500
8456
|
}
|
|
8501
8457
|
export declare const JsonApiCookieSecurityConfigurationOutTypeEnum: {
|
|
8502
8458
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
@@ -8541,15 +8497,34 @@ export interface JsonApiCookieSecurityConfigurationPatch {
|
|
|
8541
8497
|
id: string;
|
|
8542
8498
|
/**
|
|
8543
8499
|
*
|
|
8544
|
-
* @type {
|
|
8500
|
+
* @type {JsonApiCookieSecurityConfigurationPatchAttributes}
|
|
8545
8501
|
* @memberof JsonApiCookieSecurityConfigurationPatch
|
|
8546
8502
|
*/
|
|
8547
|
-
attributes?:
|
|
8503
|
+
attributes?: JsonApiCookieSecurityConfigurationPatchAttributes;
|
|
8548
8504
|
}
|
|
8549
8505
|
export declare const JsonApiCookieSecurityConfigurationPatchTypeEnum: {
|
|
8550
8506
|
readonly COOKIE_SECURITY_CONFIGURATION: "cookieSecurityConfiguration";
|
|
8551
8507
|
};
|
|
8552
8508
|
export type JsonApiCookieSecurityConfigurationPatchTypeEnum = (typeof JsonApiCookieSecurityConfigurationPatchTypeEnum)[keyof typeof JsonApiCookieSecurityConfigurationPatchTypeEnum];
|
|
8509
|
+
/**
|
|
8510
|
+
*
|
|
8511
|
+
* @export
|
|
8512
|
+
* @interface JsonApiCookieSecurityConfigurationPatchAttributes
|
|
8513
|
+
*/
|
|
8514
|
+
export interface JsonApiCookieSecurityConfigurationPatchAttributes {
|
|
8515
|
+
/**
|
|
8516
|
+
*
|
|
8517
|
+
* @type {string}
|
|
8518
|
+
* @memberof JsonApiCookieSecurityConfigurationPatchAttributes
|
|
8519
|
+
*/
|
|
8520
|
+
lastRotation?: string;
|
|
8521
|
+
/**
|
|
8522
|
+
* Length of interval between automatic rotations expressed in format of ISO 8601 duration
|
|
8523
|
+
* @type {string}
|
|
8524
|
+
* @memberof JsonApiCookieSecurityConfigurationPatchAttributes
|
|
8525
|
+
*/
|
|
8526
|
+
rotationInterval?: string;
|
|
8527
|
+
}
|
|
8553
8528
|
/**
|
|
8554
8529
|
*
|
|
8555
8530
|
* @export
|
|
@@ -8801,34 +8776,15 @@ export interface JsonApiCustomApplicationSettingIn {
|
|
|
8801
8776
|
id: string;
|
|
8802
8777
|
/**
|
|
8803
8778
|
*
|
|
8804
|
-
* @type {
|
|
8779
|
+
* @type {JsonApiCustomApplicationSettingOutAttributes}
|
|
8805
8780
|
* @memberof JsonApiCustomApplicationSettingIn
|
|
8806
8781
|
*/
|
|
8807
|
-
attributes:
|
|
8782
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
8808
8783
|
}
|
|
8809
8784
|
export declare const JsonApiCustomApplicationSettingInTypeEnum: {
|
|
8810
8785
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
8811
8786
|
};
|
|
8812
8787
|
export type JsonApiCustomApplicationSettingInTypeEnum = (typeof JsonApiCustomApplicationSettingInTypeEnum)[keyof typeof JsonApiCustomApplicationSettingInTypeEnum];
|
|
8813
|
-
/**
|
|
8814
|
-
*
|
|
8815
|
-
* @export
|
|
8816
|
-
* @interface JsonApiCustomApplicationSettingInAttributes
|
|
8817
|
-
*/
|
|
8818
|
-
export interface JsonApiCustomApplicationSettingInAttributes {
|
|
8819
|
-
/**
|
|
8820
|
-
*
|
|
8821
|
-
* @type {string}
|
|
8822
|
-
* @memberof JsonApiCustomApplicationSettingInAttributes
|
|
8823
|
-
*/
|
|
8824
|
-
applicationName: string;
|
|
8825
|
-
/**
|
|
8826
|
-
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
8827
|
-
* @type {object}
|
|
8828
|
-
* @memberof JsonApiCustomApplicationSettingInAttributes
|
|
8829
|
-
*/
|
|
8830
|
-
content: object;
|
|
8831
|
-
}
|
|
8832
8788
|
/**
|
|
8833
8789
|
*
|
|
8834
8790
|
* @export
|
|
@@ -8868,15 +8824,34 @@ export interface JsonApiCustomApplicationSettingOut {
|
|
|
8868
8824
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
8869
8825
|
/**
|
|
8870
8826
|
*
|
|
8871
|
-
* @type {
|
|
8827
|
+
* @type {JsonApiCustomApplicationSettingOutAttributes}
|
|
8872
8828
|
* @memberof JsonApiCustomApplicationSettingOut
|
|
8873
8829
|
*/
|
|
8874
|
-
attributes:
|
|
8830
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
8875
8831
|
}
|
|
8876
8832
|
export declare const JsonApiCustomApplicationSettingOutTypeEnum: {
|
|
8877
8833
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
8878
8834
|
};
|
|
8879
8835
|
export type JsonApiCustomApplicationSettingOutTypeEnum = (typeof JsonApiCustomApplicationSettingOutTypeEnum)[keyof typeof JsonApiCustomApplicationSettingOutTypeEnum];
|
|
8836
|
+
/**
|
|
8837
|
+
*
|
|
8838
|
+
* @export
|
|
8839
|
+
* @interface JsonApiCustomApplicationSettingOutAttributes
|
|
8840
|
+
*/
|
|
8841
|
+
export interface JsonApiCustomApplicationSettingOutAttributes {
|
|
8842
|
+
/**
|
|
8843
|
+
*
|
|
8844
|
+
* @type {string}
|
|
8845
|
+
* @memberof JsonApiCustomApplicationSettingOutAttributes
|
|
8846
|
+
*/
|
|
8847
|
+
applicationName: string;
|
|
8848
|
+
/**
|
|
8849
|
+
* Free-form JSON content. Maximum supported length is 15000 characters.
|
|
8850
|
+
* @type {object}
|
|
8851
|
+
* @memberof JsonApiCustomApplicationSettingOutAttributes
|
|
8852
|
+
*/
|
|
8853
|
+
content: object;
|
|
8854
|
+
}
|
|
8880
8855
|
/**
|
|
8881
8856
|
*
|
|
8882
8857
|
* @export
|
|
@@ -8947,10 +8922,10 @@ export interface JsonApiCustomApplicationSettingOutWithLinks {
|
|
|
8947
8922
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
8948
8923
|
/**
|
|
8949
8924
|
*
|
|
8950
|
-
* @type {
|
|
8925
|
+
* @type {JsonApiCustomApplicationSettingOutAttributes}
|
|
8951
8926
|
* @memberof JsonApiCustomApplicationSettingOutWithLinks
|
|
8952
8927
|
*/
|
|
8953
|
-
attributes:
|
|
8928
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
8954
8929
|
/**
|
|
8955
8930
|
*
|
|
8956
8931
|
* @type {ObjectLinks}
|
|
@@ -9043,10 +9018,10 @@ export interface JsonApiCustomApplicationSettingPostOptionalId {
|
|
|
9043
9018
|
id?: string;
|
|
9044
9019
|
/**
|
|
9045
9020
|
*
|
|
9046
|
-
* @type {
|
|
9021
|
+
* @type {JsonApiCustomApplicationSettingOutAttributes}
|
|
9047
9022
|
* @memberof JsonApiCustomApplicationSettingPostOptionalId
|
|
9048
9023
|
*/
|
|
9049
|
-
attributes:
|
|
9024
|
+
attributes: JsonApiCustomApplicationSettingOutAttributes;
|
|
9050
9025
|
}
|
|
9051
9026
|
export declare const JsonApiCustomApplicationSettingPostOptionalIdTypeEnum: {
|
|
9052
9027
|
readonly CUSTOM_APPLICATION_SETTING: "customApplicationSetting";
|
|
@@ -9085,52 +9060,15 @@ export interface JsonApiDashboardPluginIn {
|
|
|
9085
9060
|
id: string;
|
|
9086
9061
|
/**
|
|
9087
9062
|
*
|
|
9088
|
-
* @type {
|
|
9063
|
+
* @type {JsonApiDashboardPluginPatchAttributes}
|
|
9089
9064
|
* @memberof JsonApiDashboardPluginIn
|
|
9090
9065
|
*/
|
|
9091
|
-
attributes?:
|
|
9066
|
+
attributes?: JsonApiDashboardPluginPatchAttributes;
|
|
9092
9067
|
}
|
|
9093
9068
|
export declare const JsonApiDashboardPluginInTypeEnum: {
|
|
9094
9069
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
9095
9070
|
};
|
|
9096
9071
|
export type JsonApiDashboardPluginInTypeEnum = (typeof JsonApiDashboardPluginInTypeEnum)[keyof typeof JsonApiDashboardPluginInTypeEnum];
|
|
9097
|
-
/**
|
|
9098
|
-
*
|
|
9099
|
-
* @export
|
|
9100
|
-
* @interface JsonApiDashboardPluginInAttributes
|
|
9101
|
-
*/
|
|
9102
|
-
export interface JsonApiDashboardPluginInAttributes {
|
|
9103
|
-
/**
|
|
9104
|
-
*
|
|
9105
|
-
* @type {string}
|
|
9106
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
9107
|
-
*/
|
|
9108
|
-
title?: string;
|
|
9109
|
-
/**
|
|
9110
|
-
*
|
|
9111
|
-
* @type {string}
|
|
9112
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
9113
|
-
*/
|
|
9114
|
-
description?: string;
|
|
9115
|
-
/**
|
|
9116
|
-
*
|
|
9117
|
-
* @type {Array<string>}
|
|
9118
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
9119
|
-
*/
|
|
9120
|
-
tags?: Array<string>;
|
|
9121
|
-
/**
|
|
9122
|
-
*
|
|
9123
|
-
* @type {boolean}
|
|
9124
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
9125
|
-
*/
|
|
9126
|
-
areRelationsValid?: boolean;
|
|
9127
|
-
/**
|
|
9128
|
-
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
9129
|
-
* @type {object}
|
|
9130
|
-
* @memberof JsonApiDashboardPluginInAttributes
|
|
9131
|
-
*/
|
|
9132
|
-
content?: object;
|
|
9133
|
-
}
|
|
9134
9072
|
/**
|
|
9135
9073
|
*
|
|
9136
9074
|
* @export
|
|
@@ -9399,15 +9337,52 @@ export interface JsonApiDashboardPluginPatch {
|
|
|
9399
9337
|
id: string;
|
|
9400
9338
|
/**
|
|
9401
9339
|
*
|
|
9402
|
-
* @type {
|
|
9340
|
+
* @type {JsonApiDashboardPluginPatchAttributes}
|
|
9403
9341
|
* @memberof JsonApiDashboardPluginPatch
|
|
9404
9342
|
*/
|
|
9405
|
-
attributes?:
|
|
9343
|
+
attributes?: JsonApiDashboardPluginPatchAttributes;
|
|
9406
9344
|
}
|
|
9407
9345
|
export declare const JsonApiDashboardPluginPatchTypeEnum: {
|
|
9408
9346
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
9409
9347
|
};
|
|
9410
9348
|
export type JsonApiDashboardPluginPatchTypeEnum = (typeof JsonApiDashboardPluginPatchTypeEnum)[keyof typeof JsonApiDashboardPluginPatchTypeEnum];
|
|
9349
|
+
/**
|
|
9350
|
+
*
|
|
9351
|
+
* @export
|
|
9352
|
+
* @interface JsonApiDashboardPluginPatchAttributes
|
|
9353
|
+
*/
|
|
9354
|
+
export interface JsonApiDashboardPluginPatchAttributes {
|
|
9355
|
+
/**
|
|
9356
|
+
*
|
|
9357
|
+
* @type {string}
|
|
9358
|
+
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
9359
|
+
*/
|
|
9360
|
+
title?: string;
|
|
9361
|
+
/**
|
|
9362
|
+
*
|
|
9363
|
+
* @type {string}
|
|
9364
|
+
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
9365
|
+
*/
|
|
9366
|
+
description?: string;
|
|
9367
|
+
/**
|
|
9368
|
+
*
|
|
9369
|
+
* @type {Array<string>}
|
|
9370
|
+
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
9371
|
+
*/
|
|
9372
|
+
tags?: Array<string>;
|
|
9373
|
+
/**
|
|
9374
|
+
*
|
|
9375
|
+
* @type {boolean}
|
|
9376
|
+
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
9377
|
+
*/
|
|
9378
|
+
areRelationsValid?: boolean;
|
|
9379
|
+
/**
|
|
9380
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
9381
|
+
* @type {object}
|
|
9382
|
+
* @memberof JsonApiDashboardPluginPatchAttributes
|
|
9383
|
+
*/
|
|
9384
|
+
content?: object;
|
|
9385
|
+
}
|
|
9411
9386
|
/**
|
|
9412
9387
|
*
|
|
9413
9388
|
* @export
|
|
@@ -9441,10 +9416,10 @@ export interface JsonApiDashboardPluginPostOptionalId {
|
|
|
9441
9416
|
id?: string;
|
|
9442
9417
|
/**
|
|
9443
9418
|
*
|
|
9444
|
-
* @type {
|
|
9419
|
+
* @type {JsonApiDashboardPluginPatchAttributes}
|
|
9445
9420
|
* @memberof JsonApiDashboardPluginPostOptionalId
|
|
9446
9421
|
*/
|
|
9447
|
-
attributes?:
|
|
9422
|
+
attributes?: JsonApiDashboardPluginPatchAttributes;
|
|
9448
9423
|
}
|
|
9449
9424
|
export declare const JsonApiDashboardPluginPostOptionalIdTypeEnum: {
|
|
9450
9425
|
readonly DASHBOARD_PLUGIN: "dashboardPlugin";
|
|
@@ -10857,58 +10832,21 @@ export interface JsonApiExportDefinitionIn {
|
|
|
10857
10832
|
id: string;
|
|
10858
10833
|
/**
|
|
10859
10834
|
*
|
|
10860
|
-
* @type {
|
|
10835
|
+
* @type {JsonApiExportDefinitionPatchAttributes}
|
|
10861
10836
|
* @memberof JsonApiExportDefinitionIn
|
|
10862
10837
|
*/
|
|
10863
|
-
attributes?:
|
|
10838
|
+
attributes?: JsonApiExportDefinitionPatchAttributes;
|
|
10864
10839
|
/**
|
|
10865
10840
|
*
|
|
10866
|
-
* @type {
|
|
10841
|
+
* @type {JsonApiExportDefinitionPatchRelationships}
|
|
10867
10842
|
* @memberof JsonApiExportDefinitionIn
|
|
10868
10843
|
*/
|
|
10869
|
-
relationships?:
|
|
10844
|
+
relationships?: JsonApiExportDefinitionPatchRelationships;
|
|
10870
10845
|
}
|
|
10871
10846
|
export declare const JsonApiExportDefinitionInTypeEnum: {
|
|
10872
10847
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
10873
10848
|
};
|
|
10874
10849
|
export type JsonApiExportDefinitionInTypeEnum = (typeof JsonApiExportDefinitionInTypeEnum)[keyof typeof JsonApiExportDefinitionInTypeEnum];
|
|
10875
|
-
/**
|
|
10876
|
-
*
|
|
10877
|
-
* @export
|
|
10878
|
-
* @interface JsonApiExportDefinitionInAttributes
|
|
10879
|
-
*/
|
|
10880
|
-
export interface JsonApiExportDefinitionInAttributes {
|
|
10881
|
-
/**
|
|
10882
|
-
*
|
|
10883
|
-
* @type {string}
|
|
10884
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
10885
|
-
*/
|
|
10886
|
-
title?: string;
|
|
10887
|
-
/**
|
|
10888
|
-
*
|
|
10889
|
-
* @type {string}
|
|
10890
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
10891
|
-
*/
|
|
10892
|
-
description?: string;
|
|
10893
|
-
/**
|
|
10894
|
-
*
|
|
10895
|
-
* @type {Array<string>}
|
|
10896
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
10897
|
-
*/
|
|
10898
|
-
tags?: Array<string>;
|
|
10899
|
-
/**
|
|
10900
|
-
* JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
|
|
10901
|
-
* @type {VisualExportRequest | TabularExportRequest}
|
|
10902
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
10903
|
-
*/
|
|
10904
|
-
requestPayload?: VisualExportRequest | TabularExportRequest;
|
|
10905
|
-
/**
|
|
10906
|
-
*
|
|
10907
|
-
* @type {boolean}
|
|
10908
|
-
* @memberof JsonApiExportDefinitionInAttributes
|
|
10909
|
-
*/
|
|
10910
|
-
areRelationsValid?: boolean;
|
|
10911
|
-
}
|
|
10912
10850
|
/**
|
|
10913
10851
|
*
|
|
10914
10852
|
* @export
|
|
@@ -10922,25 +10860,6 @@ export interface JsonApiExportDefinitionInDocument {
|
|
|
10922
10860
|
*/
|
|
10923
10861
|
data: JsonApiExportDefinitionIn;
|
|
10924
10862
|
}
|
|
10925
|
-
/**
|
|
10926
|
-
*
|
|
10927
|
-
* @export
|
|
10928
|
-
* @interface JsonApiExportDefinitionInRelationships
|
|
10929
|
-
*/
|
|
10930
|
-
export interface JsonApiExportDefinitionInRelationships {
|
|
10931
|
-
/**
|
|
10932
|
-
*
|
|
10933
|
-
* @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
|
|
10934
|
-
* @memberof JsonApiExportDefinitionInRelationships
|
|
10935
|
-
*/
|
|
10936
|
-
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
10937
|
-
/**
|
|
10938
|
-
*
|
|
10939
|
-
* @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
|
|
10940
|
-
* @memberof JsonApiExportDefinitionInRelationships
|
|
10941
|
-
*/
|
|
10942
|
-
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
10943
|
-
}
|
|
10944
10863
|
/**
|
|
10945
10864
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
10946
10865
|
* @export
|
|
@@ -11129,10 +11048,10 @@ export interface JsonApiExportDefinitionOutRelationships {
|
|
|
11129
11048
|
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
11130
11049
|
/**
|
|
11131
11050
|
*
|
|
11132
|
-
* @type {
|
|
11051
|
+
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
11133
11052
|
* @memberof JsonApiExportDefinitionOutRelationships
|
|
11134
11053
|
*/
|
|
11135
|
-
analyticalDashboard?:
|
|
11054
|
+
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
11136
11055
|
/**
|
|
11137
11056
|
*
|
|
11138
11057
|
* @type {JsonApiExportDefinitionOutRelationshipsAutomation}
|
|
@@ -11245,21 +11164,58 @@ export interface JsonApiExportDefinitionPatch {
|
|
|
11245
11164
|
id: string;
|
|
11246
11165
|
/**
|
|
11247
11166
|
*
|
|
11248
|
-
* @type {
|
|
11167
|
+
* @type {JsonApiExportDefinitionPatchAttributes}
|
|
11249
11168
|
* @memberof JsonApiExportDefinitionPatch
|
|
11250
11169
|
*/
|
|
11251
|
-
attributes?:
|
|
11170
|
+
attributes?: JsonApiExportDefinitionPatchAttributes;
|
|
11252
11171
|
/**
|
|
11253
11172
|
*
|
|
11254
|
-
* @type {
|
|
11173
|
+
* @type {JsonApiExportDefinitionPatchRelationships}
|
|
11255
11174
|
* @memberof JsonApiExportDefinitionPatch
|
|
11256
11175
|
*/
|
|
11257
|
-
relationships?:
|
|
11176
|
+
relationships?: JsonApiExportDefinitionPatchRelationships;
|
|
11258
11177
|
}
|
|
11259
11178
|
export declare const JsonApiExportDefinitionPatchTypeEnum: {
|
|
11260
11179
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
11261
11180
|
};
|
|
11262
11181
|
export type JsonApiExportDefinitionPatchTypeEnum = (typeof JsonApiExportDefinitionPatchTypeEnum)[keyof typeof JsonApiExportDefinitionPatchTypeEnum];
|
|
11182
|
+
/**
|
|
11183
|
+
*
|
|
11184
|
+
* @export
|
|
11185
|
+
* @interface JsonApiExportDefinitionPatchAttributes
|
|
11186
|
+
*/
|
|
11187
|
+
export interface JsonApiExportDefinitionPatchAttributes {
|
|
11188
|
+
/**
|
|
11189
|
+
*
|
|
11190
|
+
* @type {string}
|
|
11191
|
+
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
11192
|
+
*/
|
|
11193
|
+
title?: string;
|
|
11194
|
+
/**
|
|
11195
|
+
*
|
|
11196
|
+
* @type {string}
|
|
11197
|
+
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
11198
|
+
*/
|
|
11199
|
+
description?: string;
|
|
11200
|
+
/**
|
|
11201
|
+
*
|
|
11202
|
+
* @type {Array<string>}
|
|
11203
|
+
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
11204
|
+
*/
|
|
11205
|
+
tags?: Array<string>;
|
|
11206
|
+
/**
|
|
11207
|
+
* JSON content to be used as export request payload for /export/tabular and /export/visual endpoints.
|
|
11208
|
+
* @type {VisualExportRequest | TabularExportRequest}
|
|
11209
|
+
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
11210
|
+
*/
|
|
11211
|
+
requestPayload?: VisualExportRequest | TabularExportRequest;
|
|
11212
|
+
/**
|
|
11213
|
+
*
|
|
11214
|
+
* @type {boolean}
|
|
11215
|
+
* @memberof JsonApiExportDefinitionPatchAttributes
|
|
11216
|
+
*/
|
|
11217
|
+
areRelationsValid?: boolean;
|
|
11218
|
+
}
|
|
11263
11219
|
/**
|
|
11264
11220
|
*
|
|
11265
11221
|
* @export
|
|
@@ -11273,6 +11229,25 @@ export interface JsonApiExportDefinitionPatchDocument {
|
|
|
11273
11229
|
*/
|
|
11274
11230
|
data: JsonApiExportDefinitionPatch;
|
|
11275
11231
|
}
|
|
11232
|
+
/**
|
|
11233
|
+
*
|
|
11234
|
+
* @export
|
|
11235
|
+
* @interface JsonApiExportDefinitionPatchRelationships
|
|
11236
|
+
*/
|
|
11237
|
+
export interface JsonApiExportDefinitionPatchRelationships {
|
|
11238
|
+
/**
|
|
11239
|
+
*
|
|
11240
|
+
* @type {JsonApiExportDefinitionOutRelationshipsVisualizationObject}
|
|
11241
|
+
* @memberof JsonApiExportDefinitionPatchRelationships
|
|
11242
|
+
*/
|
|
11243
|
+
visualizationObject?: JsonApiExportDefinitionOutRelationshipsVisualizationObject;
|
|
11244
|
+
/**
|
|
11245
|
+
*
|
|
11246
|
+
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
11247
|
+
* @memberof JsonApiExportDefinitionPatchRelationships
|
|
11248
|
+
*/
|
|
11249
|
+
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
11250
|
+
}
|
|
11276
11251
|
/**
|
|
11277
11252
|
* JSON:API representation of exportDefinition entity.
|
|
11278
11253
|
* @export
|
|
@@ -11293,16 +11268,16 @@ export interface JsonApiExportDefinitionPostOptionalId {
|
|
|
11293
11268
|
id?: string;
|
|
11294
11269
|
/**
|
|
11295
11270
|
*
|
|
11296
|
-
* @type {
|
|
11271
|
+
* @type {JsonApiExportDefinitionPatchAttributes}
|
|
11297
11272
|
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
11298
11273
|
*/
|
|
11299
|
-
attributes?:
|
|
11274
|
+
attributes?: JsonApiExportDefinitionPatchAttributes;
|
|
11300
11275
|
/**
|
|
11301
11276
|
*
|
|
11302
|
-
* @type {
|
|
11277
|
+
* @type {JsonApiExportDefinitionPatchRelationships}
|
|
11303
11278
|
* @memberof JsonApiExportDefinitionPostOptionalId
|
|
11304
11279
|
*/
|
|
11305
|
-
relationships?:
|
|
11280
|
+
relationships?: JsonApiExportDefinitionPatchRelationships;
|
|
11306
11281
|
}
|
|
11307
11282
|
export declare const JsonApiExportDefinitionPostOptionalIdTypeEnum: {
|
|
11308
11283
|
readonly EXPORT_DEFINITION: "exportDefinition";
|
|
@@ -11930,10 +11905,10 @@ export interface JsonApiFilterContextIn {
|
|
|
11930
11905
|
id: string;
|
|
11931
11906
|
/**
|
|
11932
11907
|
*
|
|
11933
|
-
* @type {
|
|
11908
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
11934
11909
|
* @memberof JsonApiFilterContextIn
|
|
11935
11910
|
*/
|
|
11936
|
-
attributes:
|
|
11911
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
11937
11912
|
}
|
|
11938
11913
|
export declare const JsonApiFilterContextInTypeEnum: {
|
|
11939
11914
|
readonly FILTER_CONTEXT: "filterContext";
|
|
@@ -12001,10 +11976,10 @@ export interface JsonApiFilterContextOut {
|
|
|
12001
11976
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
12002
11977
|
/**
|
|
12003
11978
|
*
|
|
12004
|
-
* @type {
|
|
11979
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
12005
11980
|
* @memberof JsonApiFilterContextOut
|
|
12006
11981
|
*/
|
|
12007
|
-
attributes:
|
|
11982
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
12008
11983
|
/**
|
|
12009
11984
|
*
|
|
12010
11985
|
* @type {JsonApiFilterContextOutRelationships}
|
|
@@ -12016,6 +11991,43 @@ export declare const JsonApiFilterContextOutTypeEnum: {
|
|
|
12016
11991
|
readonly FILTER_CONTEXT: "filterContext";
|
|
12017
11992
|
};
|
|
12018
11993
|
export type JsonApiFilterContextOutTypeEnum = (typeof JsonApiFilterContextOutTypeEnum)[keyof typeof JsonApiFilterContextOutTypeEnum];
|
|
11994
|
+
/**
|
|
11995
|
+
*
|
|
11996
|
+
* @export
|
|
11997
|
+
* @interface JsonApiFilterContextOutAttributes
|
|
11998
|
+
*/
|
|
11999
|
+
export interface JsonApiFilterContextOutAttributes {
|
|
12000
|
+
/**
|
|
12001
|
+
*
|
|
12002
|
+
* @type {string}
|
|
12003
|
+
* @memberof JsonApiFilterContextOutAttributes
|
|
12004
|
+
*/
|
|
12005
|
+
title?: string;
|
|
12006
|
+
/**
|
|
12007
|
+
*
|
|
12008
|
+
* @type {string}
|
|
12009
|
+
* @memberof JsonApiFilterContextOutAttributes
|
|
12010
|
+
*/
|
|
12011
|
+
description?: string;
|
|
12012
|
+
/**
|
|
12013
|
+
*
|
|
12014
|
+
* @type {Array<string>}
|
|
12015
|
+
* @memberof JsonApiFilterContextOutAttributes
|
|
12016
|
+
*/
|
|
12017
|
+
tags?: Array<string>;
|
|
12018
|
+
/**
|
|
12019
|
+
*
|
|
12020
|
+
* @type {boolean}
|
|
12021
|
+
* @memberof JsonApiFilterContextOutAttributes
|
|
12022
|
+
*/
|
|
12023
|
+
areRelationsValid?: boolean;
|
|
12024
|
+
/**
|
|
12025
|
+
* Free-form JSON content. Maximum supported length is 250000 characters.
|
|
12026
|
+
* @type {object}
|
|
12027
|
+
* @memberof JsonApiFilterContextOutAttributes
|
|
12028
|
+
*/
|
|
12029
|
+
content: object;
|
|
12030
|
+
}
|
|
12019
12031
|
/**
|
|
12020
12032
|
*
|
|
12021
12033
|
* @export
|
|
@@ -12128,10 +12140,10 @@ export interface JsonApiFilterContextOutWithLinks {
|
|
|
12128
12140
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
12129
12141
|
/**
|
|
12130
12142
|
*
|
|
12131
|
-
* @type {
|
|
12143
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
12132
12144
|
* @memberof JsonApiFilterContextOutWithLinks
|
|
12133
12145
|
*/
|
|
12134
|
-
attributes:
|
|
12146
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
12135
12147
|
/**
|
|
12136
12148
|
*
|
|
12137
12149
|
* @type {JsonApiFilterContextOutRelationships}
|
|
@@ -12211,10 +12223,10 @@ export interface JsonApiFilterContextPostOptionalId {
|
|
|
12211
12223
|
id?: string;
|
|
12212
12224
|
/**
|
|
12213
12225
|
*
|
|
12214
|
-
* @type {
|
|
12226
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
12215
12227
|
* @memberof JsonApiFilterContextPostOptionalId
|
|
12216
12228
|
*/
|
|
12217
|
-
attributes:
|
|
12229
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
12218
12230
|
}
|
|
12219
12231
|
export declare const JsonApiFilterContextPostOptionalIdTypeEnum: {
|
|
12220
12232
|
readonly FILTER_CONTEXT: "filterContext";
|
|
@@ -12253,64 +12265,21 @@ export interface JsonApiFilterViewIn {
|
|
|
12253
12265
|
id: string;
|
|
12254
12266
|
/**
|
|
12255
12267
|
*
|
|
12256
|
-
* @type {
|
|
12268
|
+
* @type {JsonApiFilterViewOutAttributes}
|
|
12257
12269
|
* @memberof JsonApiFilterViewIn
|
|
12258
12270
|
*/
|
|
12259
|
-
attributes:
|
|
12271
|
+
attributes: JsonApiFilterViewOutAttributes;
|
|
12260
12272
|
/**
|
|
12261
12273
|
*
|
|
12262
|
-
* @type {
|
|
12274
|
+
* @type {JsonApiFilterViewPatchRelationships}
|
|
12263
12275
|
* @memberof JsonApiFilterViewIn
|
|
12264
12276
|
*/
|
|
12265
|
-
relationships?:
|
|
12277
|
+
relationships?: JsonApiFilterViewPatchRelationships;
|
|
12266
12278
|
}
|
|
12267
12279
|
export declare const JsonApiFilterViewInTypeEnum: {
|
|
12268
12280
|
readonly FILTER_VIEW: "filterView";
|
|
12269
12281
|
};
|
|
12270
12282
|
export type JsonApiFilterViewInTypeEnum = (typeof JsonApiFilterViewInTypeEnum)[keyof typeof JsonApiFilterViewInTypeEnum];
|
|
12271
|
-
/**
|
|
12272
|
-
*
|
|
12273
|
-
* @export
|
|
12274
|
-
* @interface JsonApiFilterViewInAttributes
|
|
12275
|
-
*/
|
|
12276
|
-
export interface JsonApiFilterViewInAttributes {
|
|
12277
|
-
/**
|
|
12278
|
-
*
|
|
12279
|
-
* @type {string}
|
|
12280
|
-
* @memberof JsonApiFilterViewInAttributes
|
|
12281
|
-
*/
|
|
12282
|
-
title: string;
|
|
12283
|
-
/**
|
|
12284
|
-
*
|
|
12285
|
-
* @type {string}
|
|
12286
|
-
* @memberof JsonApiFilterViewInAttributes
|
|
12287
|
-
*/
|
|
12288
|
-
description?: string;
|
|
12289
|
-
/**
|
|
12290
|
-
*
|
|
12291
|
-
* @type {Array<string>}
|
|
12292
|
-
* @memberof JsonApiFilterViewInAttributes
|
|
12293
|
-
*/
|
|
12294
|
-
tags?: Array<string>;
|
|
12295
|
-
/**
|
|
12296
|
-
*
|
|
12297
|
-
* @type {boolean}
|
|
12298
|
-
* @memberof JsonApiFilterViewInAttributes
|
|
12299
|
-
*/
|
|
12300
|
-
areRelationsValid?: boolean;
|
|
12301
|
-
/**
|
|
12302
|
-
* Indicator whether the filter view should by applied by default.
|
|
12303
|
-
* @type {boolean}
|
|
12304
|
-
* @memberof JsonApiFilterViewInAttributes
|
|
12305
|
-
*/
|
|
12306
|
-
isDefault?: boolean;
|
|
12307
|
-
/**
|
|
12308
|
-
* The respective filter context.
|
|
12309
|
-
* @type {object}
|
|
12310
|
-
* @memberof JsonApiFilterViewInAttributes
|
|
12311
|
-
*/
|
|
12312
|
-
content: object;
|
|
12313
|
-
}
|
|
12314
12283
|
/**
|
|
12315
12284
|
*
|
|
12316
12285
|
* @export
|
|
@@ -12324,38 +12293,6 @@ export interface JsonApiFilterViewInDocument {
|
|
|
12324
12293
|
*/
|
|
12325
12294
|
data: JsonApiFilterViewIn;
|
|
12326
12295
|
}
|
|
12327
|
-
/**
|
|
12328
|
-
*
|
|
12329
|
-
* @export
|
|
12330
|
-
* @interface JsonApiFilterViewInRelationships
|
|
12331
|
-
*/
|
|
12332
|
-
export interface JsonApiFilterViewInRelationships {
|
|
12333
|
-
/**
|
|
12334
|
-
*
|
|
12335
|
-
* @type {JsonApiAutomationInRelationshipsAnalyticalDashboard}
|
|
12336
|
-
* @memberof JsonApiFilterViewInRelationships
|
|
12337
|
-
*/
|
|
12338
|
-
analyticalDashboard?: JsonApiAutomationInRelationshipsAnalyticalDashboard;
|
|
12339
|
-
/**
|
|
12340
|
-
*
|
|
12341
|
-
* @type {JsonApiFilterViewInRelationshipsUser}
|
|
12342
|
-
* @memberof JsonApiFilterViewInRelationships
|
|
12343
|
-
*/
|
|
12344
|
-
user?: JsonApiFilterViewInRelationshipsUser;
|
|
12345
|
-
}
|
|
12346
|
-
/**
|
|
12347
|
-
*
|
|
12348
|
-
* @export
|
|
12349
|
-
* @interface JsonApiFilterViewInRelationshipsUser
|
|
12350
|
-
*/
|
|
12351
|
-
export interface JsonApiFilterViewInRelationshipsUser {
|
|
12352
|
-
/**
|
|
12353
|
-
*
|
|
12354
|
-
* @type {JsonApiUserToOneLinkage}
|
|
12355
|
-
* @memberof JsonApiFilterViewInRelationshipsUser
|
|
12356
|
-
*/
|
|
12357
|
-
data: JsonApiUserToOneLinkage | null;
|
|
12358
|
-
}
|
|
12359
12296
|
/**
|
|
12360
12297
|
* JSON:API representation of filterView entity.
|
|
12361
12298
|
* @export
|
|
@@ -12376,21 +12313,64 @@ export interface JsonApiFilterViewOut {
|
|
|
12376
12313
|
id: string;
|
|
12377
12314
|
/**
|
|
12378
12315
|
*
|
|
12379
|
-
* @type {
|
|
12316
|
+
* @type {JsonApiFilterViewOutAttributes}
|
|
12380
12317
|
* @memberof JsonApiFilterViewOut
|
|
12381
12318
|
*/
|
|
12382
|
-
attributes:
|
|
12319
|
+
attributes: JsonApiFilterViewOutAttributes;
|
|
12383
12320
|
/**
|
|
12384
12321
|
*
|
|
12385
|
-
* @type {
|
|
12322
|
+
* @type {JsonApiFilterViewPatchRelationships}
|
|
12386
12323
|
* @memberof JsonApiFilterViewOut
|
|
12387
12324
|
*/
|
|
12388
|
-
relationships?:
|
|
12325
|
+
relationships?: JsonApiFilterViewPatchRelationships;
|
|
12389
12326
|
}
|
|
12390
12327
|
export declare const JsonApiFilterViewOutTypeEnum: {
|
|
12391
12328
|
readonly FILTER_VIEW: "filterView";
|
|
12392
12329
|
};
|
|
12393
12330
|
export type JsonApiFilterViewOutTypeEnum = (typeof JsonApiFilterViewOutTypeEnum)[keyof typeof JsonApiFilterViewOutTypeEnum];
|
|
12331
|
+
/**
|
|
12332
|
+
*
|
|
12333
|
+
* @export
|
|
12334
|
+
* @interface JsonApiFilterViewOutAttributes
|
|
12335
|
+
*/
|
|
12336
|
+
export interface JsonApiFilterViewOutAttributes {
|
|
12337
|
+
/**
|
|
12338
|
+
*
|
|
12339
|
+
* @type {string}
|
|
12340
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
12341
|
+
*/
|
|
12342
|
+
title: string;
|
|
12343
|
+
/**
|
|
12344
|
+
*
|
|
12345
|
+
* @type {string}
|
|
12346
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
12347
|
+
*/
|
|
12348
|
+
description?: string;
|
|
12349
|
+
/**
|
|
12350
|
+
*
|
|
12351
|
+
* @type {Array<string>}
|
|
12352
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
12353
|
+
*/
|
|
12354
|
+
tags?: Array<string>;
|
|
12355
|
+
/**
|
|
12356
|
+
*
|
|
12357
|
+
* @type {boolean}
|
|
12358
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
12359
|
+
*/
|
|
12360
|
+
areRelationsValid?: boolean;
|
|
12361
|
+
/**
|
|
12362
|
+
* Indicator whether the filter view should by applied by default.
|
|
12363
|
+
* @type {boolean}
|
|
12364
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
12365
|
+
*/
|
|
12366
|
+
isDefault?: boolean;
|
|
12367
|
+
/**
|
|
12368
|
+
* The respective filter context.
|
|
12369
|
+
* @type {object}
|
|
12370
|
+
* @memberof JsonApiFilterViewOutAttributes
|
|
12371
|
+
*/
|
|
12372
|
+
content: object;
|
|
12373
|
+
}
|
|
12394
12374
|
/**
|
|
12395
12375
|
*
|
|
12396
12376
|
* @export
|
|
@@ -12472,16 +12452,16 @@ export interface JsonApiFilterViewOutWithLinks {
|
|
|
12472
12452
|
id: string;
|
|
12473
12453
|
/**
|
|
12474
12454
|
*
|
|
12475
|
-
* @type {
|
|
12455
|
+
* @type {JsonApiFilterViewOutAttributes}
|
|
12476
12456
|
* @memberof JsonApiFilterViewOutWithLinks
|
|
12477
12457
|
*/
|
|
12478
|
-
attributes:
|
|
12458
|
+
attributes: JsonApiFilterViewOutAttributes;
|
|
12479
12459
|
/**
|
|
12480
12460
|
*
|
|
12481
|
-
* @type {
|
|
12461
|
+
* @type {JsonApiFilterViewPatchRelationships}
|
|
12482
12462
|
* @memberof JsonApiFilterViewOutWithLinks
|
|
12483
12463
|
*/
|
|
12484
|
-
relationships?:
|
|
12464
|
+
relationships?: JsonApiFilterViewPatchRelationships;
|
|
12485
12465
|
/**
|
|
12486
12466
|
*
|
|
12487
12467
|
* @type {ObjectLinks}
|
|
@@ -12519,10 +12499,10 @@ export interface JsonApiFilterViewPatch {
|
|
|
12519
12499
|
attributes: JsonApiFilterViewPatchAttributes;
|
|
12520
12500
|
/**
|
|
12521
12501
|
*
|
|
12522
|
-
* @type {
|
|
12502
|
+
* @type {JsonApiFilterViewPatchRelationships}
|
|
12523
12503
|
* @memberof JsonApiFilterViewPatch
|
|
12524
12504
|
*/
|
|
12525
|
-
relationships?:
|
|
12505
|
+
relationships?: JsonApiFilterViewPatchRelationships;
|
|
12526
12506
|
}
|
|
12527
12507
|
export declare const JsonApiFilterViewPatchTypeEnum: {
|
|
12528
12508
|
readonly FILTER_VIEW: "filterView";
|
|
@@ -12584,6 +12564,38 @@ export interface JsonApiFilterViewPatchDocument {
|
|
|
12584
12564
|
*/
|
|
12585
12565
|
data: JsonApiFilterViewPatch;
|
|
12586
12566
|
}
|
|
12567
|
+
/**
|
|
12568
|
+
*
|
|
12569
|
+
* @export
|
|
12570
|
+
* @interface JsonApiFilterViewPatchRelationships
|
|
12571
|
+
*/
|
|
12572
|
+
export interface JsonApiFilterViewPatchRelationships {
|
|
12573
|
+
/**
|
|
12574
|
+
*
|
|
12575
|
+
* @type {JsonApiAutomationPatchRelationshipsAnalyticalDashboard}
|
|
12576
|
+
* @memberof JsonApiFilterViewPatchRelationships
|
|
12577
|
+
*/
|
|
12578
|
+
analyticalDashboard?: JsonApiAutomationPatchRelationshipsAnalyticalDashboard;
|
|
12579
|
+
/**
|
|
12580
|
+
*
|
|
12581
|
+
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
12582
|
+
* @memberof JsonApiFilterViewPatchRelationships
|
|
12583
|
+
*/
|
|
12584
|
+
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
12585
|
+
}
|
|
12586
|
+
/**
|
|
12587
|
+
*
|
|
12588
|
+
* @export
|
|
12589
|
+
* @interface JsonApiFilterViewPatchRelationshipsUser
|
|
12590
|
+
*/
|
|
12591
|
+
export interface JsonApiFilterViewPatchRelationshipsUser {
|
|
12592
|
+
/**
|
|
12593
|
+
*
|
|
12594
|
+
* @type {JsonApiUserToOneLinkage}
|
|
12595
|
+
* @memberof JsonApiFilterViewPatchRelationshipsUser
|
|
12596
|
+
*/
|
|
12597
|
+
data: JsonApiUserToOneLinkage | null;
|
|
12598
|
+
}
|
|
12587
12599
|
/**
|
|
12588
12600
|
* JSON:API representation of identityProvider entity.
|
|
12589
12601
|
* @export
|
|
@@ -14801,103 +14813,21 @@ export interface JsonApiOrganizationIn {
|
|
|
14801
14813
|
id: string;
|
|
14802
14814
|
/**
|
|
14803
14815
|
*
|
|
14804
|
-
* @type {
|
|
14816
|
+
* @type {JsonApiOrganizationPatchAttributes}
|
|
14805
14817
|
* @memberof JsonApiOrganizationIn
|
|
14806
14818
|
*/
|
|
14807
|
-
attributes?:
|
|
14819
|
+
attributes?: JsonApiOrganizationPatchAttributes;
|
|
14808
14820
|
/**
|
|
14809
14821
|
*
|
|
14810
|
-
* @type {
|
|
14822
|
+
* @type {JsonApiOrganizationPatchRelationships}
|
|
14811
14823
|
* @memberof JsonApiOrganizationIn
|
|
14812
14824
|
*/
|
|
14813
|
-
relationships?:
|
|
14825
|
+
relationships?: JsonApiOrganizationPatchRelationships;
|
|
14814
14826
|
}
|
|
14815
14827
|
export declare const JsonApiOrganizationInTypeEnum: {
|
|
14816
14828
|
readonly ORGANIZATION: "organization";
|
|
14817
14829
|
};
|
|
14818
14830
|
export type JsonApiOrganizationInTypeEnum = (typeof JsonApiOrganizationInTypeEnum)[keyof typeof JsonApiOrganizationInTypeEnum];
|
|
14819
|
-
/**
|
|
14820
|
-
*
|
|
14821
|
-
* @export
|
|
14822
|
-
* @interface JsonApiOrganizationInAttributes
|
|
14823
|
-
*/
|
|
14824
|
-
export interface JsonApiOrganizationInAttributes {
|
|
14825
|
-
/**
|
|
14826
|
-
*
|
|
14827
|
-
* @type {string}
|
|
14828
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14829
|
-
*/
|
|
14830
|
-
name?: string | null;
|
|
14831
|
-
/**
|
|
14832
|
-
*
|
|
14833
|
-
* @type {string}
|
|
14834
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14835
|
-
*/
|
|
14836
|
-
hostname?: string;
|
|
14837
|
-
/**
|
|
14838
|
-
*
|
|
14839
|
-
* @type {Array<string>}
|
|
14840
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14841
|
-
*/
|
|
14842
|
-
allowedOrigins?: Array<string>;
|
|
14843
|
-
/**
|
|
14844
|
-
*
|
|
14845
|
-
* @type {string}
|
|
14846
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14847
|
-
*/
|
|
14848
|
-
oauthIssuerLocation?: string;
|
|
14849
|
-
/**
|
|
14850
|
-
*
|
|
14851
|
-
* @type {string}
|
|
14852
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14853
|
-
*/
|
|
14854
|
-
oauthClientId?: string;
|
|
14855
|
-
/**
|
|
14856
|
-
*
|
|
14857
|
-
* @type {string}
|
|
14858
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14859
|
-
*/
|
|
14860
|
-
oauthClientSecret?: string;
|
|
14861
|
-
/**
|
|
14862
|
-
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
14863
|
-
* @type {string}
|
|
14864
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14865
|
-
* @deprecated
|
|
14866
|
-
*/
|
|
14867
|
-
earlyAccess?: string | null;
|
|
14868
|
-
/**
|
|
14869
|
-
* The early access feature identifiers. They are used to enable experimental features.
|
|
14870
|
-
* @type {Array<string>}
|
|
14871
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14872
|
-
*/
|
|
14873
|
-
earlyAccessValues?: Array<string> | null;
|
|
14874
|
-
/**
|
|
14875
|
-
* 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.
|
|
14876
|
-
* @type {string}
|
|
14877
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14878
|
-
*/
|
|
14879
|
-
oauthIssuerId?: string;
|
|
14880
|
-
/**
|
|
14881
|
-
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
14882
|
-
* @type {string}
|
|
14883
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14884
|
-
*/
|
|
14885
|
-
oauthSubjectIdClaim?: string;
|
|
14886
|
-
/**
|
|
14887
|
-
* 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.
|
|
14888
|
-
* @type {{ [key: string]: string; }}
|
|
14889
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14890
|
-
*/
|
|
14891
|
-
oauthCustomAuthAttributes?: {
|
|
14892
|
-
[key: string]: string;
|
|
14893
|
-
};
|
|
14894
|
-
/**
|
|
14895
|
-
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
14896
|
-
* @type {Array<string>}
|
|
14897
|
-
* @memberof JsonApiOrganizationInAttributes
|
|
14898
|
-
*/
|
|
14899
|
-
oauthCustomScopes?: Array<string> | null;
|
|
14900
|
-
}
|
|
14901
14831
|
/**
|
|
14902
14832
|
*
|
|
14903
14833
|
* @export
|
|
@@ -14911,32 +14841,6 @@ export interface JsonApiOrganizationInDocument {
|
|
|
14911
14841
|
*/
|
|
14912
14842
|
data: JsonApiOrganizationIn;
|
|
14913
14843
|
}
|
|
14914
|
-
/**
|
|
14915
|
-
*
|
|
14916
|
-
* @export
|
|
14917
|
-
* @interface JsonApiOrganizationInRelationships
|
|
14918
|
-
*/
|
|
14919
|
-
export interface JsonApiOrganizationInRelationships {
|
|
14920
|
-
/**
|
|
14921
|
-
*
|
|
14922
|
-
* @type {JsonApiOrganizationInRelationshipsIdentityProvider}
|
|
14923
|
-
* @memberof JsonApiOrganizationInRelationships
|
|
14924
|
-
*/
|
|
14925
|
-
identityProvider?: JsonApiOrganizationInRelationshipsIdentityProvider;
|
|
14926
|
-
}
|
|
14927
|
-
/**
|
|
14928
|
-
*
|
|
14929
|
-
* @export
|
|
14930
|
-
* @interface JsonApiOrganizationInRelationshipsIdentityProvider
|
|
14931
|
-
*/
|
|
14932
|
-
export interface JsonApiOrganizationInRelationshipsIdentityProvider {
|
|
14933
|
-
/**
|
|
14934
|
-
*
|
|
14935
|
-
* @type {JsonApiIdentityProviderToOneLinkage}
|
|
14936
|
-
* @memberof JsonApiOrganizationInRelationshipsIdentityProvider
|
|
14937
|
-
*/
|
|
14938
|
-
data: JsonApiIdentityProviderToOneLinkage | null;
|
|
14939
|
-
}
|
|
14940
14844
|
/**
|
|
14941
14845
|
* JSON:API representation of organization entity.
|
|
14942
14846
|
* @export
|
|
@@ -15140,22 +15044,22 @@ export type JsonApiOrganizationOutMetaPermissionsEnum = (typeof JsonApiOrganizat
|
|
|
15140
15044
|
export interface JsonApiOrganizationOutRelationships {
|
|
15141
15045
|
/**
|
|
15142
15046
|
*
|
|
15143
|
-
* @type {
|
|
15047
|
+
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
15144
15048
|
* @memberof JsonApiOrganizationOutRelationships
|
|
15145
15049
|
*/
|
|
15146
|
-
bootstrapUser?:
|
|
15050
|
+
bootstrapUser?: JsonApiFilterViewPatchRelationshipsUser;
|
|
15147
15051
|
/**
|
|
15148
15052
|
*
|
|
15149
|
-
* @type {
|
|
15053
|
+
* @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
|
|
15150
15054
|
* @memberof JsonApiOrganizationOutRelationships
|
|
15151
15055
|
*/
|
|
15152
|
-
bootstrapUserGroup?:
|
|
15056
|
+
bootstrapUserGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
|
|
15153
15057
|
/**
|
|
15154
15058
|
*
|
|
15155
|
-
* @type {
|
|
15059
|
+
* @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
|
|
15156
15060
|
* @memberof JsonApiOrganizationOutRelationships
|
|
15157
15061
|
*/
|
|
15158
|
-
identityProvider?:
|
|
15062
|
+
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
15159
15063
|
}
|
|
15160
15064
|
/**
|
|
15161
15065
|
* JSON:API representation of patching organization entity.
|
|
@@ -15177,21 +15081,103 @@ export interface JsonApiOrganizationPatch {
|
|
|
15177
15081
|
id: string;
|
|
15178
15082
|
/**
|
|
15179
15083
|
*
|
|
15180
|
-
* @type {
|
|
15084
|
+
* @type {JsonApiOrganizationPatchAttributes}
|
|
15181
15085
|
* @memberof JsonApiOrganizationPatch
|
|
15182
15086
|
*/
|
|
15183
|
-
attributes?:
|
|
15087
|
+
attributes?: JsonApiOrganizationPatchAttributes;
|
|
15184
15088
|
/**
|
|
15185
15089
|
*
|
|
15186
|
-
* @type {
|
|
15090
|
+
* @type {JsonApiOrganizationPatchRelationships}
|
|
15187
15091
|
* @memberof JsonApiOrganizationPatch
|
|
15188
15092
|
*/
|
|
15189
|
-
relationships?:
|
|
15093
|
+
relationships?: JsonApiOrganizationPatchRelationships;
|
|
15190
15094
|
}
|
|
15191
15095
|
export declare const JsonApiOrganizationPatchTypeEnum: {
|
|
15192
15096
|
readonly ORGANIZATION: "organization";
|
|
15193
15097
|
};
|
|
15194
15098
|
export type JsonApiOrganizationPatchTypeEnum = (typeof JsonApiOrganizationPatchTypeEnum)[keyof typeof JsonApiOrganizationPatchTypeEnum];
|
|
15099
|
+
/**
|
|
15100
|
+
*
|
|
15101
|
+
* @export
|
|
15102
|
+
* @interface JsonApiOrganizationPatchAttributes
|
|
15103
|
+
*/
|
|
15104
|
+
export interface JsonApiOrganizationPatchAttributes {
|
|
15105
|
+
/**
|
|
15106
|
+
*
|
|
15107
|
+
* @type {string}
|
|
15108
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15109
|
+
*/
|
|
15110
|
+
name?: string | null;
|
|
15111
|
+
/**
|
|
15112
|
+
*
|
|
15113
|
+
* @type {string}
|
|
15114
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15115
|
+
*/
|
|
15116
|
+
hostname?: string;
|
|
15117
|
+
/**
|
|
15118
|
+
*
|
|
15119
|
+
* @type {Array<string>}
|
|
15120
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15121
|
+
*/
|
|
15122
|
+
allowedOrigins?: Array<string>;
|
|
15123
|
+
/**
|
|
15124
|
+
*
|
|
15125
|
+
* @type {string}
|
|
15126
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15127
|
+
*/
|
|
15128
|
+
oauthIssuerLocation?: string;
|
|
15129
|
+
/**
|
|
15130
|
+
*
|
|
15131
|
+
* @type {string}
|
|
15132
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15133
|
+
*/
|
|
15134
|
+
oauthClientId?: string;
|
|
15135
|
+
/**
|
|
15136
|
+
*
|
|
15137
|
+
* @type {string}
|
|
15138
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15139
|
+
*/
|
|
15140
|
+
oauthClientSecret?: string;
|
|
15141
|
+
/**
|
|
15142
|
+
* The early access feature identifier. It is used to enable experimental features. Deprecated in favor of earlyAccessValues.
|
|
15143
|
+
* @type {string}
|
|
15144
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15145
|
+
* @deprecated
|
|
15146
|
+
*/
|
|
15147
|
+
earlyAccess?: string | null;
|
|
15148
|
+
/**
|
|
15149
|
+
* The early access feature identifiers. They are used to enable experimental features.
|
|
15150
|
+
* @type {Array<string>}
|
|
15151
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15152
|
+
*/
|
|
15153
|
+
earlyAccessValues?: Array<string> | null;
|
|
15154
|
+
/**
|
|
15155
|
+
* 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.
|
|
15156
|
+
* @type {string}
|
|
15157
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15158
|
+
*/
|
|
15159
|
+
oauthIssuerId?: string;
|
|
15160
|
+
/**
|
|
15161
|
+
* Any string identifying the claim in ID token, that should be used for user identification. The default value is \'sub\'.
|
|
15162
|
+
* @type {string}
|
|
15163
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15164
|
+
*/
|
|
15165
|
+
oauthSubjectIdClaim?: string;
|
|
15166
|
+
/**
|
|
15167
|
+
* 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.
|
|
15168
|
+
* @type {{ [key: string]: string; }}
|
|
15169
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15170
|
+
*/
|
|
15171
|
+
oauthCustomAuthAttributes?: {
|
|
15172
|
+
[key: string]: string;
|
|
15173
|
+
};
|
|
15174
|
+
/**
|
|
15175
|
+
* List of additional OAuth scopes which may be required by other providers (e.g. Snowflake)
|
|
15176
|
+
* @type {Array<string>}
|
|
15177
|
+
* @memberof JsonApiOrganizationPatchAttributes
|
|
15178
|
+
*/
|
|
15179
|
+
oauthCustomScopes?: Array<string> | null;
|
|
15180
|
+
}
|
|
15195
15181
|
/**
|
|
15196
15182
|
*
|
|
15197
15183
|
* @export
|
|
@@ -15205,6 +15191,32 @@ export interface JsonApiOrganizationPatchDocument {
|
|
|
15205
15191
|
*/
|
|
15206
15192
|
data: JsonApiOrganizationPatch;
|
|
15207
15193
|
}
|
|
15194
|
+
/**
|
|
15195
|
+
*
|
|
15196
|
+
* @export
|
|
15197
|
+
* @interface JsonApiOrganizationPatchRelationships
|
|
15198
|
+
*/
|
|
15199
|
+
export interface JsonApiOrganizationPatchRelationships {
|
|
15200
|
+
/**
|
|
15201
|
+
*
|
|
15202
|
+
* @type {JsonApiOrganizationPatchRelationshipsIdentityProvider}
|
|
15203
|
+
* @memberof JsonApiOrganizationPatchRelationships
|
|
15204
|
+
*/
|
|
15205
|
+
identityProvider?: JsonApiOrganizationPatchRelationshipsIdentityProvider;
|
|
15206
|
+
}
|
|
15207
|
+
/**
|
|
15208
|
+
*
|
|
15209
|
+
* @export
|
|
15210
|
+
* @interface JsonApiOrganizationPatchRelationshipsIdentityProvider
|
|
15211
|
+
*/
|
|
15212
|
+
export interface JsonApiOrganizationPatchRelationshipsIdentityProvider {
|
|
15213
|
+
/**
|
|
15214
|
+
*
|
|
15215
|
+
* @type {JsonApiIdentityProviderToOneLinkage}
|
|
15216
|
+
* @memberof JsonApiOrganizationPatchRelationshipsIdentityProvider
|
|
15217
|
+
*/
|
|
15218
|
+
data: JsonApiIdentityProviderToOneLinkage | null;
|
|
15219
|
+
}
|
|
15208
15220
|
/**
|
|
15209
15221
|
* JSON:API representation of organizationSetting entity.
|
|
15210
15222
|
* @export
|
|
@@ -15609,58 +15621,21 @@ export interface JsonApiUserDataFilterIn {
|
|
|
15609
15621
|
id: string;
|
|
15610
15622
|
/**
|
|
15611
15623
|
*
|
|
15612
|
-
* @type {
|
|
15624
|
+
* @type {JsonApiUserDataFilterOutAttributes}
|
|
15613
15625
|
* @memberof JsonApiUserDataFilterIn
|
|
15614
15626
|
*/
|
|
15615
|
-
attributes:
|
|
15627
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
15616
15628
|
/**
|
|
15617
15629
|
*
|
|
15618
|
-
* @type {
|
|
15630
|
+
* @type {JsonApiUserDataFilterPatchRelationships}
|
|
15619
15631
|
* @memberof JsonApiUserDataFilterIn
|
|
15620
15632
|
*/
|
|
15621
|
-
relationships?:
|
|
15633
|
+
relationships?: JsonApiUserDataFilterPatchRelationships;
|
|
15622
15634
|
}
|
|
15623
15635
|
export declare const JsonApiUserDataFilterInTypeEnum: {
|
|
15624
15636
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
15625
15637
|
};
|
|
15626
15638
|
export type JsonApiUserDataFilterInTypeEnum = (typeof JsonApiUserDataFilterInTypeEnum)[keyof typeof JsonApiUserDataFilterInTypeEnum];
|
|
15627
|
-
/**
|
|
15628
|
-
*
|
|
15629
|
-
* @export
|
|
15630
|
-
* @interface JsonApiUserDataFilterInAttributes
|
|
15631
|
-
*/
|
|
15632
|
-
export interface JsonApiUserDataFilterInAttributes {
|
|
15633
|
-
/**
|
|
15634
|
-
*
|
|
15635
|
-
* @type {string}
|
|
15636
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
15637
|
-
*/
|
|
15638
|
-
title?: string;
|
|
15639
|
-
/**
|
|
15640
|
-
*
|
|
15641
|
-
* @type {string}
|
|
15642
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
15643
|
-
*/
|
|
15644
|
-
description?: string;
|
|
15645
|
-
/**
|
|
15646
|
-
*
|
|
15647
|
-
* @type {Array<string>}
|
|
15648
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
15649
|
-
*/
|
|
15650
|
-
tags?: Array<string>;
|
|
15651
|
-
/**
|
|
15652
|
-
*
|
|
15653
|
-
* @type {boolean}
|
|
15654
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
15655
|
-
*/
|
|
15656
|
-
areRelationsValid?: boolean;
|
|
15657
|
-
/**
|
|
15658
|
-
*
|
|
15659
|
-
* @type {string}
|
|
15660
|
-
* @memberof JsonApiUserDataFilterInAttributes
|
|
15661
|
-
*/
|
|
15662
|
-
maql: string;
|
|
15663
|
-
}
|
|
15664
15639
|
/**
|
|
15665
15640
|
*
|
|
15666
15641
|
* @export
|
|
@@ -15674,38 +15649,6 @@ export interface JsonApiUserDataFilterInDocument {
|
|
|
15674
15649
|
*/
|
|
15675
15650
|
data: JsonApiUserDataFilterIn;
|
|
15676
15651
|
}
|
|
15677
|
-
/**
|
|
15678
|
-
*
|
|
15679
|
-
* @export
|
|
15680
|
-
* @interface JsonApiUserDataFilterInRelationships
|
|
15681
|
-
*/
|
|
15682
|
-
export interface JsonApiUserDataFilterInRelationships {
|
|
15683
|
-
/**
|
|
15684
|
-
*
|
|
15685
|
-
* @type {JsonApiFilterViewInRelationshipsUser}
|
|
15686
|
-
* @memberof JsonApiUserDataFilterInRelationships
|
|
15687
|
-
*/
|
|
15688
|
-
user?: JsonApiFilterViewInRelationshipsUser;
|
|
15689
|
-
/**
|
|
15690
|
-
*
|
|
15691
|
-
* @type {JsonApiUserDataFilterInRelationshipsUserGroup}
|
|
15692
|
-
* @memberof JsonApiUserDataFilterInRelationships
|
|
15693
|
-
*/
|
|
15694
|
-
userGroup?: JsonApiUserDataFilterInRelationshipsUserGroup;
|
|
15695
|
-
}
|
|
15696
|
-
/**
|
|
15697
|
-
*
|
|
15698
|
-
* @export
|
|
15699
|
-
* @interface JsonApiUserDataFilterInRelationshipsUserGroup
|
|
15700
|
-
*/
|
|
15701
|
-
export interface JsonApiUserDataFilterInRelationshipsUserGroup {
|
|
15702
|
-
/**
|
|
15703
|
-
*
|
|
15704
|
-
* @type {JsonApiUserGroupToOneLinkage}
|
|
15705
|
-
* @memberof JsonApiUserDataFilterInRelationshipsUserGroup
|
|
15706
|
-
*/
|
|
15707
|
-
data: JsonApiUserGroupToOneLinkage | null;
|
|
15708
|
-
}
|
|
15709
15652
|
/**
|
|
15710
15653
|
* JSON:API representation of userDataFilter entity.
|
|
15711
15654
|
* @export
|
|
@@ -15732,10 +15675,10 @@ export interface JsonApiUserDataFilterOut {
|
|
|
15732
15675
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
15733
15676
|
/**
|
|
15734
15677
|
*
|
|
15735
|
-
* @type {
|
|
15678
|
+
* @type {JsonApiUserDataFilterOutAttributes}
|
|
15736
15679
|
* @memberof JsonApiUserDataFilterOut
|
|
15737
15680
|
*/
|
|
15738
|
-
attributes:
|
|
15681
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
15739
15682
|
/**
|
|
15740
15683
|
*
|
|
15741
15684
|
* @type {JsonApiUserDataFilterOutRelationships}
|
|
@@ -15747,6 +15690,43 @@ export declare const JsonApiUserDataFilterOutTypeEnum: {
|
|
|
15747
15690
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
15748
15691
|
};
|
|
15749
15692
|
export type JsonApiUserDataFilterOutTypeEnum = (typeof JsonApiUserDataFilterOutTypeEnum)[keyof typeof JsonApiUserDataFilterOutTypeEnum];
|
|
15693
|
+
/**
|
|
15694
|
+
*
|
|
15695
|
+
* @export
|
|
15696
|
+
* @interface JsonApiUserDataFilterOutAttributes
|
|
15697
|
+
*/
|
|
15698
|
+
export interface JsonApiUserDataFilterOutAttributes {
|
|
15699
|
+
/**
|
|
15700
|
+
*
|
|
15701
|
+
* @type {string}
|
|
15702
|
+
* @memberof JsonApiUserDataFilterOutAttributes
|
|
15703
|
+
*/
|
|
15704
|
+
title?: string;
|
|
15705
|
+
/**
|
|
15706
|
+
*
|
|
15707
|
+
* @type {string}
|
|
15708
|
+
* @memberof JsonApiUserDataFilterOutAttributes
|
|
15709
|
+
*/
|
|
15710
|
+
description?: string;
|
|
15711
|
+
/**
|
|
15712
|
+
*
|
|
15713
|
+
* @type {Array<string>}
|
|
15714
|
+
* @memberof JsonApiUserDataFilterOutAttributes
|
|
15715
|
+
*/
|
|
15716
|
+
tags?: Array<string>;
|
|
15717
|
+
/**
|
|
15718
|
+
*
|
|
15719
|
+
* @type {boolean}
|
|
15720
|
+
* @memberof JsonApiUserDataFilterOutAttributes
|
|
15721
|
+
*/
|
|
15722
|
+
areRelationsValid?: boolean;
|
|
15723
|
+
/**
|
|
15724
|
+
*
|
|
15725
|
+
* @type {string}
|
|
15726
|
+
* @memberof JsonApiUserDataFilterOutAttributes
|
|
15727
|
+
*/
|
|
15728
|
+
maql: string;
|
|
15729
|
+
}
|
|
15750
15730
|
/**
|
|
15751
15731
|
*
|
|
15752
15732
|
* @export
|
|
@@ -15816,16 +15796,16 @@ export interface JsonApiUserDataFilterOutList {
|
|
|
15816
15796
|
export interface JsonApiUserDataFilterOutRelationships {
|
|
15817
15797
|
/**
|
|
15818
15798
|
*
|
|
15819
|
-
* @type {
|
|
15799
|
+
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
15820
15800
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15821
15801
|
*/
|
|
15822
|
-
user?:
|
|
15802
|
+
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
15823
15803
|
/**
|
|
15824
15804
|
*
|
|
15825
|
-
* @type {
|
|
15805
|
+
* @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
|
|
15826
15806
|
* @memberof JsonApiUserDataFilterOutRelationships
|
|
15827
15807
|
*/
|
|
15828
|
-
userGroup?:
|
|
15808
|
+
userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
|
|
15829
15809
|
/**
|
|
15830
15810
|
*
|
|
15831
15811
|
* @type {JsonApiVisualizationObjectOutRelationshipsFacts}
|
|
@@ -15883,10 +15863,10 @@ export interface JsonApiUserDataFilterOutWithLinks {
|
|
|
15883
15863
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
15884
15864
|
/**
|
|
15885
15865
|
*
|
|
15886
|
-
* @type {
|
|
15866
|
+
* @type {JsonApiUserDataFilterOutAttributes}
|
|
15887
15867
|
* @memberof JsonApiUserDataFilterOutWithLinks
|
|
15888
15868
|
*/
|
|
15889
|
-
attributes:
|
|
15869
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
15890
15870
|
/**
|
|
15891
15871
|
*
|
|
15892
15872
|
* @type {JsonApiUserDataFilterOutRelationships}
|
|
@@ -15930,10 +15910,10 @@ export interface JsonApiUserDataFilterPatch {
|
|
|
15930
15910
|
attributes: JsonApiUserDataFilterPatchAttributes;
|
|
15931
15911
|
/**
|
|
15932
15912
|
*
|
|
15933
|
-
* @type {
|
|
15913
|
+
* @type {JsonApiUserDataFilterPatchRelationships}
|
|
15934
15914
|
* @memberof JsonApiUserDataFilterPatch
|
|
15935
15915
|
*/
|
|
15936
|
-
relationships?:
|
|
15916
|
+
relationships?: JsonApiUserDataFilterPatchRelationships;
|
|
15937
15917
|
}
|
|
15938
15918
|
export declare const JsonApiUserDataFilterPatchTypeEnum: {
|
|
15939
15919
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -15989,6 +15969,38 @@ export interface JsonApiUserDataFilterPatchDocument {
|
|
|
15989
15969
|
*/
|
|
15990
15970
|
data: JsonApiUserDataFilterPatch;
|
|
15991
15971
|
}
|
|
15972
|
+
/**
|
|
15973
|
+
*
|
|
15974
|
+
* @export
|
|
15975
|
+
* @interface JsonApiUserDataFilterPatchRelationships
|
|
15976
|
+
*/
|
|
15977
|
+
export interface JsonApiUserDataFilterPatchRelationships {
|
|
15978
|
+
/**
|
|
15979
|
+
*
|
|
15980
|
+
* @type {JsonApiFilterViewPatchRelationshipsUser}
|
|
15981
|
+
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15982
|
+
*/
|
|
15983
|
+
user?: JsonApiFilterViewPatchRelationshipsUser;
|
|
15984
|
+
/**
|
|
15985
|
+
*
|
|
15986
|
+
* @type {JsonApiUserDataFilterPatchRelationshipsUserGroup}
|
|
15987
|
+
* @memberof JsonApiUserDataFilterPatchRelationships
|
|
15988
|
+
*/
|
|
15989
|
+
userGroup?: JsonApiUserDataFilterPatchRelationshipsUserGroup;
|
|
15990
|
+
}
|
|
15991
|
+
/**
|
|
15992
|
+
*
|
|
15993
|
+
* @export
|
|
15994
|
+
* @interface JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
15995
|
+
*/
|
|
15996
|
+
export interface JsonApiUserDataFilterPatchRelationshipsUserGroup {
|
|
15997
|
+
/**
|
|
15998
|
+
*
|
|
15999
|
+
* @type {JsonApiUserGroupToOneLinkage}
|
|
16000
|
+
* @memberof JsonApiUserDataFilterPatchRelationshipsUserGroup
|
|
16001
|
+
*/
|
|
16002
|
+
data: JsonApiUserGroupToOneLinkage | null;
|
|
16003
|
+
}
|
|
15992
16004
|
/**
|
|
15993
16005
|
* JSON:API representation of userDataFilter entity.
|
|
15994
16006
|
* @export
|
|
@@ -16009,16 +16021,16 @@ export interface JsonApiUserDataFilterPostOptionalId {
|
|
|
16009
16021
|
id?: string;
|
|
16010
16022
|
/**
|
|
16011
16023
|
*
|
|
16012
|
-
* @type {
|
|
16024
|
+
* @type {JsonApiUserDataFilterOutAttributes}
|
|
16013
16025
|
* @memberof JsonApiUserDataFilterPostOptionalId
|
|
16014
16026
|
*/
|
|
16015
|
-
attributes:
|
|
16027
|
+
attributes: JsonApiUserDataFilterOutAttributes;
|
|
16016
16028
|
/**
|
|
16017
16029
|
*
|
|
16018
|
-
* @type {
|
|
16030
|
+
* @type {JsonApiUserDataFilterPatchRelationships}
|
|
16019
16031
|
* @memberof JsonApiUserDataFilterPostOptionalId
|
|
16020
16032
|
*/
|
|
16021
|
-
relationships?:
|
|
16033
|
+
relationships?: JsonApiUserDataFilterPatchRelationships;
|
|
16022
16034
|
}
|
|
16023
16035
|
export declare const JsonApiUserDataFilterPostOptionalIdTypeEnum: {
|
|
16024
16036
|
readonly USER_DATA_FILTER: "userDataFilter";
|
|
@@ -17014,10 +17026,10 @@ export interface JsonApiVisualizationObjectIn {
|
|
|
17014
17026
|
id: string;
|
|
17015
17027
|
/**
|
|
17016
17028
|
*
|
|
17017
|
-
* @type {
|
|
17029
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
17018
17030
|
* @memberof JsonApiVisualizationObjectIn
|
|
17019
17031
|
*/
|
|
17020
|
-
attributes:
|
|
17032
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
17021
17033
|
}
|
|
17022
17034
|
export declare const JsonApiVisualizationObjectInTypeEnum: {
|
|
17023
17035
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
@@ -17478,10 +17490,10 @@ export interface JsonApiVisualizationObjectPostOptionalId {
|
|
|
17478
17490
|
id?: string;
|
|
17479
17491
|
/**
|
|
17480
17492
|
*
|
|
17481
|
-
* @type {
|
|
17493
|
+
* @type {JsonApiFilterContextOutAttributes}
|
|
17482
17494
|
* @memberof JsonApiVisualizationObjectPostOptionalId
|
|
17483
17495
|
*/
|
|
17484
|
-
attributes:
|
|
17496
|
+
attributes: JsonApiFilterContextOutAttributes;
|
|
17485
17497
|
}
|
|
17486
17498
|
export declare const JsonApiVisualizationObjectPostOptionalIdTypeEnum: {
|
|
17487
17499
|
readonly VISUALIZATION_OBJECT: "visualizationObject";
|
|
@@ -17840,46 +17852,21 @@ export interface JsonApiWorkspaceDataFilterSettingIn {
|
|
|
17840
17852
|
id: string;
|
|
17841
17853
|
/**
|
|
17842
17854
|
*
|
|
17843
|
-
* @type {
|
|
17855
|
+
* @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
|
|
17844
17856
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
17845
17857
|
*/
|
|
17846
|
-
attributes?:
|
|
17858
|
+
attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
|
|
17847
17859
|
/**
|
|
17848
17860
|
*
|
|
17849
|
-
* @type {
|
|
17861
|
+
* @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
|
|
17850
17862
|
* @memberof JsonApiWorkspaceDataFilterSettingIn
|
|
17851
17863
|
*/
|
|
17852
|
-
relationships?:
|
|
17864
|
+
relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
|
|
17853
17865
|
}
|
|
17854
17866
|
export declare const JsonApiWorkspaceDataFilterSettingInTypeEnum: {
|
|
17855
17867
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
17856
17868
|
};
|
|
17857
17869
|
export type JsonApiWorkspaceDataFilterSettingInTypeEnum = (typeof JsonApiWorkspaceDataFilterSettingInTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterSettingInTypeEnum];
|
|
17858
|
-
/**
|
|
17859
|
-
*
|
|
17860
|
-
* @export
|
|
17861
|
-
* @interface JsonApiWorkspaceDataFilterSettingInAttributes
|
|
17862
|
-
*/
|
|
17863
|
-
export interface JsonApiWorkspaceDataFilterSettingInAttributes {
|
|
17864
|
-
/**
|
|
17865
|
-
*
|
|
17866
|
-
* @type {string}
|
|
17867
|
-
* @memberof JsonApiWorkspaceDataFilterSettingInAttributes
|
|
17868
|
-
*/
|
|
17869
|
-
title?: string;
|
|
17870
|
-
/**
|
|
17871
|
-
*
|
|
17872
|
-
* @type {string}
|
|
17873
|
-
* @memberof JsonApiWorkspaceDataFilterSettingInAttributes
|
|
17874
|
-
*/
|
|
17875
|
-
description?: string;
|
|
17876
|
-
/**
|
|
17877
|
-
*
|
|
17878
|
-
* @type {Array<string>}
|
|
17879
|
-
* @memberof JsonApiWorkspaceDataFilterSettingInAttributes
|
|
17880
|
-
*/
|
|
17881
|
-
filterValues?: Array<string>;
|
|
17882
|
-
}
|
|
17883
17870
|
/**
|
|
17884
17871
|
*
|
|
17885
17872
|
* @export
|
|
@@ -17893,32 +17880,6 @@ export interface JsonApiWorkspaceDataFilterSettingInDocument {
|
|
|
17893
17880
|
*/
|
|
17894
17881
|
data: JsonApiWorkspaceDataFilterSettingIn;
|
|
17895
17882
|
}
|
|
17896
|
-
/**
|
|
17897
|
-
*
|
|
17898
|
-
* @export
|
|
17899
|
-
* @interface JsonApiWorkspaceDataFilterSettingInRelationships
|
|
17900
|
-
*/
|
|
17901
|
-
export interface JsonApiWorkspaceDataFilterSettingInRelationships {
|
|
17902
|
-
/**
|
|
17903
|
-
*
|
|
17904
|
-
* @type {JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter}
|
|
17905
|
-
* @memberof JsonApiWorkspaceDataFilterSettingInRelationships
|
|
17906
|
-
*/
|
|
17907
|
-
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter;
|
|
17908
|
-
}
|
|
17909
|
-
/**
|
|
17910
|
-
*
|
|
17911
|
-
* @export
|
|
17912
|
-
* @interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter
|
|
17913
|
-
*/
|
|
17914
|
-
export interface JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter {
|
|
17915
|
-
/**
|
|
17916
|
-
*
|
|
17917
|
-
* @type {JsonApiWorkspaceDataFilterToOneLinkage}
|
|
17918
|
-
* @memberof JsonApiWorkspaceDataFilterSettingInRelationshipsWorkspaceDataFilter
|
|
17919
|
-
*/
|
|
17920
|
-
data: JsonApiWorkspaceDataFilterToOneLinkage | null;
|
|
17921
|
-
}
|
|
17922
17883
|
/**
|
|
17923
17884
|
* The \\\"type\\\" and \\\"id\\\" to non-empty members.
|
|
17924
17885
|
* @export
|
|
@@ -17968,16 +17929,16 @@ export interface JsonApiWorkspaceDataFilterSettingOut {
|
|
|
17968
17929
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
17969
17930
|
/**
|
|
17970
17931
|
*
|
|
17971
|
-
* @type {
|
|
17932
|
+
* @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
|
|
17972
17933
|
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17973
17934
|
*/
|
|
17974
|
-
attributes?:
|
|
17935
|
+
attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
|
|
17975
17936
|
/**
|
|
17976
17937
|
*
|
|
17977
|
-
* @type {
|
|
17938
|
+
* @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
|
|
17978
17939
|
* @memberof JsonApiWorkspaceDataFilterSettingOut
|
|
17979
17940
|
*/
|
|
17980
|
-
relationships?:
|
|
17941
|
+
relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
|
|
17981
17942
|
}
|
|
17982
17943
|
export declare const JsonApiWorkspaceDataFilterSettingOutTypeEnum: {
|
|
17983
17944
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
@@ -18065,16 +18026,16 @@ export interface JsonApiWorkspaceDataFilterSettingOutWithLinks {
|
|
|
18065
18026
|
meta?: JsonApiVisualizationObjectOutMeta;
|
|
18066
18027
|
/**
|
|
18067
18028
|
*
|
|
18068
|
-
* @type {
|
|
18029
|
+
* @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
|
|
18069
18030
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
18070
18031
|
*/
|
|
18071
|
-
attributes?:
|
|
18032
|
+
attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
|
|
18072
18033
|
/**
|
|
18073
18034
|
*
|
|
18074
|
-
* @type {
|
|
18035
|
+
* @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
|
|
18075
18036
|
* @memberof JsonApiWorkspaceDataFilterSettingOutWithLinks
|
|
18076
18037
|
*/
|
|
18077
|
-
relationships?:
|
|
18038
|
+
relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
|
|
18078
18039
|
/**
|
|
18079
18040
|
*
|
|
18080
18041
|
* @type {ObjectLinks}
|
|
@@ -18106,21 +18067,46 @@ export interface JsonApiWorkspaceDataFilterSettingPatch {
|
|
|
18106
18067
|
id: string;
|
|
18107
18068
|
/**
|
|
18108
18069
|
*
|
|
18109
|
-
* @type {
|
|
18070
|
+
* @type {JsonApiWorkspaceDataFilterSettingPatchAttributes}
|
|
18110
18071
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
18111
18072
|
*/
|
|
18112
|
-
attributes?:
|
|
18073
|
+
attributes?: JsonApiWorkspaceDataFilterSettingPatchAttributes;
|
|
18113
18074
|
/**
|
|
18114
18075
|
*
|
|
18115
|
-
* @type {
|
|
18076
|
+
* @type {JsonApiWorkspaceDataFilterSettingPatchRelationships}
|
|
18116
18077
|
* @memberof JsonApiWorkspaceDataFilterSettingPatch
|
|
18117
18078
|
*/
|
|
18118
|
-
relationships?:
|
|
18079
|
+
relationships?: JsonApiWorkspaceDataFilterSettingPatchRelationships;
|
|
18119
18080
|
}
|
|
18120
18081
|
export declare const JsonApiWorkspaceDataFilterSettingPatchTypeEnum: {
|
|
18121
18082
|
readonly WORKSPACE_DATA_FILTER_SETTING: "workspaceDataFilterSetting";
|
|
18122
18083
|
};
|
|
18123
18084
|
export type JsonApiWorkspaceDataFilterSettingPatchTypeEnum = (typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum)[keyof typeof JsonApiWorkspaceDataFilterSettingPatchTypeEnum];
|
|
18085
|
+
/**
|
|
18086
|
+
*
|
|
18087
|
+
* @export
|
|
18088
|
+
* @interface JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
18089
|
+
*/
|
|
18090
|
+
export interface JsonApiWorkspaceDataFilterSettingPatchAttributes {
|
|
18091
|
+
/**
|
|
18092
|
+
*
|
|
18093
|
+
* @type {string}
|
|
18094
|
+
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
18095
|
+
*/
|
|
18096
|
+
title?: string;
|
|
18097
|
+
/**
|
|
18098
|
+
*
|
|
18099
|
+
* @type {string}
|
|
18100
|
+
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
18101
|
+
*/
|
|
18102
|
+
description?: string;
|
|
18103
|
+
/**
|
|
18104
|
+
*
|
|
18105
|
+
* @type {Array<string>}
|
|
18106
|
+
* @memberof JsonApiWorkspaceDataFilterSettingPatchAttributes
|
|
18107
|
+
*/
|
|
18108
|
+
filterValues?: Array<string>;
|
|
18109
|
+
}
|
|
18124
18110
|
/**
|
|
18125
18111
|
*
|
|
18126
18112
|
* @export
|
|
@@ -18134,6 +18120,32 @@ export interface JsonApiWorkspaceDataFilterSettingPatchDocument {
|
|
|
18134
18120
|
*/
|
|
18135
18121
|
data: JsonApiWorkspaceDataFilterSettingPatch;
|
|
18136
18122
|
}
|
|
18123
|
+
/**
|
|
18124
|
+
*
|
|
18125
|
+
* @export
|
|
18126
|
+
* @interface JsonApiWorkspaceDataFilterSettingPatchRelationships
|
|
18127
|
+
*/
|
|
18128
|
+
export interface JsonApiWorkspaceDataFilterSettingPatchRelationships {
|
|
18129
|
+
/**
|
|
18130
|
+
*
|
|
18131
|
+
* @type {JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter}
|
|
18132
|
+
* @memberof JsonApiWorkspaceDataFilterSettingPatchRelationships
|
|
18133
|
+
*/
|
|
18134
|
+
workspaceDataFilter?: JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter;
|
|
18135
|
+
}
|
|
18136
|
+
/**
|
|
18137
|
+
*
|
|
18138
|
+
* @export
|
|
18139
|
+
* @interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
|
|
18140
|
+
*/
|
|
18141
|
+
export interface JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter {
|
|
18142
|
+
/**
|
|
18143
|
+
*
|
|
18144
|
+
* @type {JsonApiWorkspaceDataFilterToOneLinkage}
|
|
18145
|
+
* @memberof JsonApiWorkspaceDataFilterSettingPatchRelationshipsWorkspaceDataFilter
|
|
18146
|
+
*/
|
|
18147
|
+
data: JsonApiWorkspaceDataFilterToOneLinkage | null;
|
|
18148
|
+
}
|
|
18137
18149
|
/**
|
|
18138
18150
|
* @type JsonApiWorkspaceDataFilterToOneLinkage
|
|
18139
18151
|
* References to other resource objects in a to-one (\\\"relationship\\\"). Relationships can be specified by including a member in a resource\'s links object.
|
|
@@ -25979,12 +25991,12 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: Configura
|
|
|
25979
25991
|
* @summary Post Automations
|
|
25980
25992
|
* @param {string} workspaceId
|
|
25981
25993
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
25982
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
25994
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
25983
25995
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
25984
25996
|
* @param {*} [options] Override http request option.
|
|
25985
25997
|
* @throws {RequiredError}
|
|
25986
25998
|
*/
|
|
25987
|
-
createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
25999
|
+
createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
25988
26000
|
/**
|
|
25989
26001
|
*
|
|
25990
26002
|
* @summary Delete an Automation
|
|
@@ -26010,7 +26022,7 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: Configura
|
|
|
26010
26022
|
* @param {string} workspaceId
|
|
26011
26023
|
* @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
|
|
26012
26024
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26013
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26025
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26014
26026
|
* @param {number} [page] Zero-based page index (0..N)
|
|
26015
26027
|
* @param {number} [size] The size of the page to be returned
|
|
26016
26028
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
@@ -26019,7 +26031,7 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: Configura
|
|
|
26019
26031
|
* @param {*} [options] Override http request option.
|
|
26020
26032
|
* @throws {RequiredError}
|
|
26021
26033
|
*/
|
|
26022
|
-
getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26034
|
+
getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26023
26035
|
/**
|
|
26024
26036
|
* Retrieve automations for the specific workspace
|
|
26025
26037
|
* @summary Get automations
|
|
@@ -26035,13 +26047,13 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: Configura
|
|
|
26035
26047
|
* @param {string} workspaceId
|
|
26036
26048
|
* @param {string} objectId
|
|
26037
26049
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26038
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26050
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26039
26051
|
* @param {boolean} [xGDCVALIDATERELATIONS]
|
|
26040
26052
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
26041
26053
|
* @param {*} [options] Override http request option.
|
|
26042
26054
|
* @throws {RequiredError}
|
|
26043
26055
|
*/
|
|
26044
|
-
getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26056
|
+
getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26045
26057
|
/**
|
|
26046
26058
|
*
|
|
26047
26059
|
* @summary Patch an Automation
|
|
@@ -26049,11 +26061,11 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: Configura
|
|
|
26049
26061
|
* @param {string} objectId
|
|
26050
26062
|
* @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
|
|
26051
26063
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26052
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26064
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26053
26065
|
* @param {*} [options] Override http request option.
|
|
26054
26066
|
* @throws {RequiredError}
|
|
26055
26067
|
*/
|
|
26056
|
-
patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26068
|
+
patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26057
26069
|
/**
|
|
26058
26070
|
* Set automations for the specific workspace.
|
|
26059
26071
|
* @summary Set automations
|
|
@@ -26103,11 +26115,11 @@ export declare const AutomationsApiAxiosParamCreator: (configuration?: Configura
|
|
|
26103
26115
|
* @param {string} objectId
|
|
26104
26116
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
26105
26117
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26106
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26118
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26107
26119
|
* @param {*} [options] Override http request option.
|
|
26108
26120
|
* @throws {RequiredError}
|
|
26109
26121
|
*/
|
|
26110
|
-
updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26122
|
+
updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
26111
26123
|
};
|
|
26112
26124
|
/**
|
|
26113
26125
|
* AutomationsApi - functional programming interface
|
|
@@ -26119,12 +26131,12 @@ export declare const AutomationsApiFp: (configuration?: Configuration) => {
|
|
|
26119
26131
|
* @summary Post Automations
|
|
26120
26132
|
* @param {string} workspaceId
|
|
26121
26133
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
26122
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26134
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26123
26135
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
26124
26136
|
* @param {*} [options] Override http request option.
|
|
26125
26137
|
* @throws {RequiredError}
|
|
26126
26138
|
*/
|
|
26127
|
-
createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26139
|
+
createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
26128
26140
|
/**
|
|
26129
26141
|
*
|
|
26130
26142
|
* @summary Delete an Automation
|
|
@@ -26150,7 +26162,7 @@ export declare const AutomationsApiFp: (configuration?: Configuration) => {
|
|
|
26150
26162
|
* @param {string} workspaceId
|
|
26151
26163
|
* @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
|
|
26152
26164
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26153
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26165
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26154
26166
|
* @param {number} [page] Zero-based page index (0..N)
|
|
26155
26167
|
* @param {number} [size] The size of the page to be returned
|
|
26156
26168
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
@@ -26159,7 +26171,7 @@ export declare const AutomationsApiFp: (configuration?: Configuration) => {
|
|
|
26159
26171
|
* @param {*} [options] Override http request option.
|
|
26160
26172
|
* @throws {RequiredError}
|
|
26161
26173
|
*/
|
|
26162
|
-
getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26174
|
+
getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutList>>;
|
|
26163
26175
|
/**
|
|
26164
26176
|
* Retrieve automations for the specific workspace
|
|
26165
26177
|
* @summary Get automations
|
|
@@ -26175,13 +26187,13 @@ export declare const AutomationsApiFp: (configuration?: Configuration) => {
|
|
|
26175
26187
|
* @param {string} workspaceId
|
|
26176
26188
|
* @param {string} objectId
|
|
26177
26189
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26178
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26190
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26179
26191
|
* @param {boolean} [xGDCVALIDATERELATIONS]
|
|
26180
26192
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
26181
26193
|
* @param {*} [options] Override http request option.
|
|
26182
26194
|
* @throws {RequiredError}
|
|
26183
26195
|
*/
|
|
26184
|
-
getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26196
|
+
getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
26185
26197
|
/**
|
|
26186
26198
|
*
|
|
26187
26199
|
* @summary Patch an Automation
|
|
@@ -26189,11 +26201,11 @@ export declare const AutomationsApiFp: (configuration?: Configuration) => {
|
|
|
26189
26201
|
* @param {string} objectId
|
|
26190
26202
|
* @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
|
|
26191
26203
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26192
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26204
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26193
26205
|
* @param {*} [options] Override http request option.
|
|
26194
26206
|
* @throws {RequiredError}
|
|
26195
26207
|
*/
|
|
26196
|
-
patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26208
|
+
patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
26197
26209
|
/**
|
|
26198
26210
|
* Set automations for the specific workspace.
|
|
26199
26211
|
* @summary Set automations
|
|
@@ -26243,11 +26255,11 @@ export declare const AutomationsApiFp: (configuration?: Configuration) => {
|
|
|
26243
26255
|
* @param {string} objectId
|
|
26244
26256
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
26245
26257
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
26246
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26258
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26247
26259
|
* @param {*} [options] Override http request option.
|
|
26248
26260
|
* @throws {RequiredError}
|
|
26249
26261
|
*/
|
|
26250
|
-
updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26262
|
+
updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
26251
26263
|
};
|
|
26252
26264
|
/**
|
|
26253
26265
|
* AutomationsApi - factory interface
|
|
@@ -26501,10 +26513,10 @@ export interface AutomationsApiCreateEntityAutomationsRequest {
|
|
|
26501
26513
|
readonly jsonApiAutomationInDocument: JsonApiAutomationInDocument;
|
|
26502
26514
|
/**
|
|
26503
26515
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26504
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26516
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
26505
26517
|
* @memberof AutomationsApiCreateEntityAutomations
|
|
26506
26518
|
*/
|
|
26507
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26519
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
26508
26520
|
/**
|
|
26509
26521
|
* Include Meta objects.
|
|
26510
26522
|
* @type {Array<'origin' | 'all' | 'ALL'>}
|
|
@@ -26582,10 +26594,10 @@ export interface AutomationsApiGetAllEntitiesAutomationsRequest {
|
|
|
26582
26594
|
readonly filter?: string;
|
|
26583
26595
|
/**
|
|
26584
26596
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26585
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26597
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
26586
26598
|
* @memberof AutomationsApiGetAllEntitiesAutomations
|
|
26587
26599
|
*/
|
|
26588
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26600
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
26589
26601
|
/**
|
|
26590
26602
|
* Zero-based page index (0..N)
|
|
26591
26603
|
* @type {number}
|
|
@@ -26662,10 +26674,10 @@ export interface AutomationsApiGetEntityAutomationsRequest {
|
|
|
26662
26674
|
readonly filter?: string;
|
|
26663
26675
|
/**
|
|
26664
26676
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26665
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26677
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
26666
26678
|
* @memberof AutomationsApiGetEntityAutomations
|
|
26667
26679
|
*/
|
|
26668
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26680
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
26669
26681
|
/**
|
|
26670
26682
|
*
|
|
26671
26683
|
* @type {boolean}
|
|
@@ -26711,10 +26723,10 @@ export interface AutomationsApiPatchEntityAutomationsRequest {
|
|
|
26711
26723
|
readonly filter?: string;
|
|
26712
26724
|
/**
|
|
26713
26725
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26714
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26726
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
26715
26727
|
* @memberof AutomationsApiPatchEntityAutomations
|
|
26716
26728
|
*/
|
|
26717
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26729
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
26718
26730
|
}
|
|
26719
26731
|
/**
|
|
26720
26732
|
* Request parameters for setAutomations operation in AutomationsApi.
|
|
@@ -26818,10 +26830,10 @@ export interface AutomationsApiUpdateEntityAutomationsRequest {
|
|
|
26818
26830
|
readonly filter?: string;
|
|
26819
26831
|
/**
|
|
26820
26832
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
26821
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
26833
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
26822
26834
|
* @memberof AutomationsApiUpdateEntityAutomations
|
|
26823
26835
|
*/
|
|
26824
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
26836
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
26825
26837
|
}
|
|
26826
26838
|
/**
|
|
26827
26839
|
* AutomationsApi - object-oriented interface
|
|
@@ -31768,12 +31780,12 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
31768
31780
|
* @summary Post Automations
|
|
31769
31781
|
* @param {string} workspaceId
|
|
31770
31782
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
31771
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
31783
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
31772
31784
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
31773
31785
|
* @param {*} [options] Override http request option.
|
|
31774
31786
|
* @throws {RequiredError}
|
|
31775
31787
|
*/
|
|
31776
|
-
createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
31788
|
+
createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
31777
31789
|
/**
|
|
31778
31790
|
*
|
|
31779
31791
|
* @summary Post Color Pallettes
|
|
@@ -32368,7 +32380,7 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
32368
32380
|
* @param {string} workspaceId
|
|
32369
32381
|
* @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
|
|
32370
32382
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
32371
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
32383
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
32372
32384
|
* @param {number} [page] Zero-based page index (0..N)
|
|
32373
32385
|
* @param {number} [size] The size of the page to be returned
|
|
32374
32386
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
@@ -32377,7 +32389,7 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
32377
32389
|
* @param {*} [options] Override http request option.
|
|
32378
32390
|
* @throws {RequiredError}
|
|
32379
32391
|
*/
|
|
32380
|
-
getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
32392
|
+
getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
32381
32393
|
/**
|
|
32382
32394
|
*
|
|
32383
32395
|
* @summary Get all Color Pallettes
|
|
@@ -32900,13 +32912,13 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
32900
32912
|
* @param {string} workspaceId
|
|
32901
32913
|
* @param {string} objectId
|
|
32902
32914
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
32903
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
32915
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
32904
32916
|
* @param {boolean} [xGDCVALIDATERELATIONS]
|
|
32905
32917
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
32906
32918
|
* @param {*} [options] Override http request option.
|
|
32907
32919
|
* @throws {RequiredError}
|
|
32908
32920
|
*/
|
|
32909
|
-
getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
32921
|
+
getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
32910
32922
|
/**
|
|
32911
32923
|
*
|
|
32912
32924
|
* @summary Get Color Pallette
|
|
@@ -33313,11 +33325,11 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
33313
33325
|
* @param {string} objectId
|
|
33314
33326
|
* @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
|
|
33315
33327
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
33316
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
33328
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
33317
33329
|
* @param {*} [options] Override http request option.
|
|
33318
33330
|
* @throws {RequiredError}
|
|
33319
33331
|
*/
|
|
33320
|
-
patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
33332
|
+
patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
33321
33333
|
/**
|
|
33322
33334
|
*
|
|
33323
33335
|
* @summary Patch Color Pallette
|
|
@@ -33633,11 +33645,11 @@ export declare const EntitiesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
33633
33645
|
* @param {string} objectId
|
|
33634
33646
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
33635
33647
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
33636
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
33648
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
33637
33649
|
* @param {*} [options] Override http request option.
|
|
33638
33650
|
* @throws {RequiredError}
|
|
33639
33651
|
*/
|
|
33640
|
-
updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
33652
|
+
updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
33641
33653
|
/**
|
|
33642
33654
|
*
|
|
33643
33655
|
* @summary Put Color Pallette
|
|
@@ -33975,12 +33987,12 @@ export declare const EntitiesApiFp: (configuration?: Configuration) => {
|
|
|
33975
33987
|
* @summary Post Automations
|
|
33976
33988
|
* @param {string} workspaceId
|
|
33977
33989
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
33978
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
33990
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
33979
33991
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
33980
33992
|
* @param {*} [options] Override http request option.
|
|
33981
33993
|
* @throws {RequiredError}
|
|
33982
33994
|
*/
|
|
33983
|
-
createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
33995
|
+
createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
33984
33996
|
/**
|
|
33985
33997
|
*
|
|
33986
33998
|
* @summary Post Color Pallettes
|
|
@@ -34575,7 +34587,7 @@ export declare const EntitiesApiFp: (configuration?: Configuration) => {
|
|
|
34575
34587
|
* @param {string} workspaceId
|
|
34576
34588
|
* @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
|
|
34577
34589
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
34578
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
34590
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
34579
34591
|
* @param {number} [page] Zero-based page index (0..N)
|
|
34580
34592
|
* @param {number} [size] The size of the page to be returned
|
|
34581
34593
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
@@ -34584,7 +34596,7 @@ export declare const EntitiesApiFp: (configuration?: Configuration) => {
|
|
|
34584
34596
|
* @param {*} [options] Override http request option.
|
|
34585
34597
|
* @throws {RequiredError}
|
|
34586
34598
|
*/
|
|
34587
|
-
getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
34599
|
+
getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutList>>;
|
|
34588
34600
|
/**
|
|
34589
34601
|
*
|
|
34590
34602
|
* @summary Get all Color Pallettes
|
|
@@ -35109,13 +35121,13 @@ export declare const EntitiesApiFp: (configuration?: Configuration) => {
|
|
|
35109
35121
|
* @param {string} workspaceId
|
|
35110
35122
|
* @param {string} objectId
|
|
35111
35123
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
35112
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
35124
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
35113
35125
|
* @param {boolean} [xGDCVALIDATERELATIONS]
|
|
35114
35126
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
35115
35127
|
* @param {*} [options] Override http request option.
|
|
35116
35128
|
* @throws {RequiredError}
|
|
35117
35129
|
*/
|
|
35118
|
-
getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
35130
|
+
getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
35119
35131
|
/**
|
|
35120
35132
|
*
|
|
35121
35133
|
* @summary Get Color Pallette
|
|
@@ -35522,11 +35534,11 @@ export declare const EntitiesApiFp: (configuration?: Configuration) => {
|
|
|
35522
35534
|
* @param {string} objectId
|
|
35523
35535
|
* @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
|
|
35524
35536
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
35525
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
35537
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
35526
35538
|
* @param {*} [options] Override http request option.
|
|
35527
35539
|
* @throws {RequiredError}
|
|
35528
35540
|
*/
|
|
35529
|
-
patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
35541
|
+
patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
35530
35542
|
/**
|
|
35531
35543
|
*
|
|
35532
35544
|
* @summary Patch Color Pallette
|
|
@@ -35842,11 +35854,11 @@ export declare const EntitiesApiFp: (configuration?: Configuration) => {
|
|
|
35842
35854
|
* @param {string} objectId
|
|
35843
35855
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
35844
35856
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
35845
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
35857
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
35846
35858
|
* @param {*} [options] Override http request option.
|
|
35847
35859
|
* @throws {RequiredError}
|
|
35848
35860
|
*/
|
|
35849
|
-
updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
35861
|
+
updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
35850
35862
|
/**
|
|
35851
35863
|
*
|
|
35852
35864
|
* @summary Put Color Pallette
|
|
@@ -39613,10 +39625,10 @@ export interface EntitiesApiCreateEntityAutomationsRequest {
|
|
|
39613
39625
|
readonly jsonApiAutomationInDocument: JsonApiAutomationInDocument;
|
|
39614
39626
|
/**
|
|
39615
39627
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
39616
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
39628
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
39617
39629
|
* @memberof EntitiesApiCreateEntityAutomations
|
|
39618
39630
|
*/
|
|
39619
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
39631
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
39620
39632
|
/**
|
|
39621
39633
|
* Include Meta objects.
|
|
39622
39634
|
* @type {Array<'origin' | 'all' | 'ALL'>}
|
|
@@ -41125,10 +41137,10 @@ export interface EntitiesApiGetAllEntitiesAutomationsRequest {
|
|
|
41125
41137
|
readonly filter?: string;
|
|
41126
41138
|
/**
|
|
41127
41139
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
41128
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
41140
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
41129
41141
|
* @memberof EntitiesApiGetAllEntitiesAutomations
|
|
41130
41142
|
*/
|
|
41131
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
41143
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
41132
41144
|
/**
|
|
41133
41145
|
* Zero-based page index (0..N)
|
|
41134
41146
|
* @type {number}
|
|
@@ -42915,10 +42927,10 @@ export interface EntitiesApiGetEntityAutomationsRequest {
|
|
|
42915
42927
|
readonly filter?: string;
|
|
42916
42928
|
/**
|
|
42917
42929
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
42918
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
42930
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
42919
42931
|
* @memberof EntitiesApiGetEntityAutomations
|
|
42920
42932
|
*/
|
|
42921
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
42933
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
42922
42934
|
/**
|
|
42923
42935
|
*
|
|
42924
42936
|
* @type {boolean}
|
|
@@ -44069,10 +44081,10 @@ export interface EntitiesApiPatchEntityAutomationsRequest {
|
|
|
44069
44081
|
readonly filter?: string;
|
|
44070
44082
|
/**
|
|
44071
44083
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
44072
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
44084
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
44073
44085
|
* @memberof EntitiesApiPatchEntityAutomations
|
|
44074
44086
|
*/
|
|
44075
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
44087
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
44076
44088
|
}
|
|
44077
44089
|
/**
|
|
44078
44090
|
* Request parameters for patchEntityColorPalettes operation in EntitiesApi.
|
|
@@ -44974,10 +44986,10 @@ export interface EntitiesApiUpdateEntityAutomationsRequest {
|
|
|
44974
44986
|
readonly filter?: string;
|
|
44975
44987
|
/**
|
|
44976
44988
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
44977
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
44989
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
44978
44990
|
* @memberof EntitiesApiUpdateEntityAutomations
|
|
44979
44991
|
*/
|
|
44980
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
44992
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
44981
44993
|
}
|
|
44982
44994
|
/**
|
|
44983
44995
|
* Request parameters for updateEntityColorPalettes operation in EntitiesApi.
|
|
@@ -69731,12 +69743,12 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
|
|
|
69731
69743
|
* @summary Post Automations
|
|
69732
69744
|
* @param {string} workspaceId
|
|
69733
69745
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
69734
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
69746
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
69735
69747
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
69736
69748
|
* @param {*} [options] Override http request option.
|
|
69737
69749
|
* @throws {RequiredError}
|
|
69738
69750
|
*/
|
|
69739
|
-
createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
69751
|
+
createEntityAutomations: (workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
69740
69752
|
/**
|
|
69741
69753
|
*
|
|
69742
69754
|
* @summary Post Custom Application Settings
|
|
@@ -70064,7 +70076,7 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
|
|
|
70064
70076
|
* @param {string} workspaceId
|
|
70065
70077
|
* @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
|
|
70066
70078
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
70067
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
70079
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
70068
70080
|
* @param {number} [page] Zero-based page index (0..N)
|
|
70069
70081
|
* @param {number} [size] The size of the page to be returned
|
|
70070
70082
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
@@ -70073,7 +70085,7 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
|
|
|
70073
70085
|
* @param {*} [options] Override http request option.
|
|
70074
70086
|
* @throws {RequiredError}
|
|
70075
70087
|
*/
|
|
70076
|
-
getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
70088
|
+
getAllEntitiesAutomations: (workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
70077
70089
|
/**
|
|
70078
70090
|
*
|
|
70079
70091
|
* @summary Get all Custom Application Settings
|
|
@@ -70353,13 +70365,13 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
|
|
|
70353
70365
|
* @param {string} workspaceId
|
|
70354
70366
|
* @param {string} objectId
|
|
70355
70367
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
70356
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
70368
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
70357
70369
|
* @param {boolean} [xGDCVALIDATERELATIONS]
|
|
70358
70370
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
70359
70371
|
* @param {*} [options] Override http request option.
|
|
70360
70372
|
* @throws {RequiredError}
|
|
70361
70373
|
*/
|
|
70362
|
-
getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
70374
|
+
getEntityAutomations: (workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
70363
70375
|
/**
|
|
70364
70376
|
*
|
|
70365
70377
|
* @summary Get a Custom Application Setting
|
|
@@ -70570,11 +70582,11 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
|
|
|
70570
70582
|
* @param {string} objectId
|
|
70571
70583
|
* @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
|
|
70572
70584
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
70573
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
70585
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
70574
70586
|
* @param {*} [options] Override http request option.
|
|
70575
70587
|
* @throws {RequiredError}
|
|
70576
70588
|
*/
|
|
70577
|
-
patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
70589
|
+
patchEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
70578
70590
|
/**
|
|
70579
70591
|
*
|
|
70580
70592
|
* @summary Patch a Custom Application Setting
|
|
@@ -70736,11 +70748,11 @@ export declare const WorkspaceObjectControllerApiAxiosParamCreator: (configurati
|
|
|
70736
70748
|
* @param {string} objectId
|
|
70737
70749
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
70738
70750
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
70739
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
70751
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
70740
70752
|
* @param {*} [options] Override http request option.
|
|
70741
70753
|
* @throws {RequiredError}
|
|
70742
70754
|
*/
|
|
70743
|
-
updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
70755
|
+
updateEntityAutomations: (workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
70744
70756
|
/**
|
|
70745
70757
|
*
|
|
70746
70758
|
* @summary Put a Custom Application Setting
|
|
@@ -70904,12 +70916,12 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: Configurat
|
|
|
70904
70916
|
* @summary Post Automations
|
|
70905
70917
|
* @param {string} workspaceId
|
|
70906
70918
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
70907
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
70919
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
70908
70920
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
70909
70921
|
* @param {*} [options] Override http request option.
|
|
70910
70922
|
* @throws {RequiredError}
|
|
70911
70923
|
*/
|
|
70912
|
-
createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
70924
|
+
createEntityAutomations(workspaceId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
70913
70925
|
/**
|
|
70914
70926
|
*
|
|
70915
70927
|
* @summary Post Custom Application Settings
|
|
@@ -71237,7 +71249,7 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: Configurat
|
|
|
71237
71249
|
* @param {string} workspaceId
|
|
71238
71250
|
* @param {'ALL' | 'PARENTS' | 'NATIVE'} [origin]
|
|
71239
71251
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
71240
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
71252
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
71241
71253
|
* @param {number} [page] Zero-based page index (0..N)
|
|
71242
71254
|
* @param {number} [size] The size of the page to be returned
|
|
71243
71255
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
@@ -71246,7 +71258,7 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: Configurat
|
|
|
71246
71258
|
* @param {*} [options] Override http request option.
|
|
71247
71259
|
* @throws {RequiredError}
|
|
71248
71260
|
*/
|
|
71249
|
-
getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
71261
|
+
getAllEntitiesAutomations(workspaceId: string, origin?: "ALL" | "PARENTS" | "NATIVE", filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, page?: number, size?: number, sort?: Array<string>, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "page" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutList>>;
|
|
71250
71262
|
/**
|
|
71251
71263
|
*
|
|
71252
71264
|
* @summary Get all Custom Application Settings
|
|
@@ -71526,13 +71538,13 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: Configurat
|
|
|
71526
71538
|
* @param {string} workspaceId
|
|
71527
71539
|
* @param {string} objectId
|
|
71528
71540
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
71529
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
71541
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
71530
71542
|
* @param {boolean} [xGDCVALIDATERELATIONS]
|
|
71531
71543
|
* @param {Array<'origin' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
71532
71544
|
* @param {*} [options] Override http request option.
|
|
71533
71545
|
* @throws {RequiredError}
|
|
71534
71546
|
*/
|
|
71535
|
-
getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
71547
|
+
getEntityAutomations(workspaceId: string, objectId: string, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, xGDCVALIDATERELATIONS?: boolean, metaInclude?: Array<"origin" | "all" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
71536
71548
|
/**
|
|
71537
71549
|
*
|
|
71538
71550
|
* @summary Get a Custom Application Setting
|
|
@@ -71743,11 +71755,11 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: Configurat
|
|
|
71743
71755
|
* @param {string} objectId
|
|
71744
71756
|
* @param {JsonApiAutomationPatchDocument} jsonApiAutomationPatchDocument
|
|
71745
71757
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
71746
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
71758
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
71747
71759
|
* @param {*} [options] Override http request option.
|
|
71748
71760
|
* @throws {RequiredError}
|
|
71749
71761
|
*/
|
|
71750
|
-
patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
71762
|
+
patchEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationPatchDocument: JsonApiAutomationPatchDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
71751
71763
|
/**
|
|
71752
71764
|
*
|
|
71753
71765
|
* @summary Patch a Custom Application Setting
|
|
@@ -71909,11 +71921,11 @@ export declare const WorkspaceObjectControllerApiFp: (configuration?: Configurat
|
|
|
71909
71921
|
* @param {string} objectId
|
|
71910
71922
|
* @param {JsonApiAutomationInDocument} jsonApiAutomationInDocument
|
|
71911
71923
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
71912
|
-
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
71924
|
+
* @param {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>} [include] Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
71913
71925
|
* @param {*} [options] Override http request option.
|
|
71914
71926
|
* @throws {RequiredError}
|
|
71915
71927
|
*/
|
|
71916
|
-
updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
71928
|
+
updateEntityAutomations(workspaceId: string, objectId: string, jsonApiAutomationInDocument: JsonApiAutomationInDocument, filter?: string, include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonApiAutomationOutDocument>>;
|
|
71917
71929
|
/**
|
|
71918
71930
|
*
|
|
71919
71931
|
* @summary Put a Custom Application Setting
|
|
@@ -73734,10 +73746,10 @@ export interface WorkspaceObjectControllerApiCreateEntityAutomationsRequest {
|
|
|
73734
73746
|
readonly jsonApiAutomationInDocument: JsonApiAutomationInDocument;
|
|
73735
73747
|
/**
|
|
73736
73748
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
73737
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
73749
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
73738
73750
|
* @memberof WorkspaceObjectControllerApiCreateEntityAutomations
|
|
73739
73751
|
*/
|
|
73740
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
73752
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
73741
73753
|
/**
|
|
73742
73754
|
* Include Meta objects.
|
|
73743
73755
|
* @type {Array<'origin' | 'all' | 'ALL'>}
|
|
@@ -74688,10 +74700,10 @@ export interface WorkspaceObjectControllerApiGetAllEntitiesAutomationsRequest {
|
|
|
74688
74700
|
readonly filter?: string;
|
|
74689
74701
|
/**
|
|
74690
74702
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
74691
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
74703
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
74692
74704
|
* @memberof WorkspaceObjectControllerApiGetAllEntitiesAutomations
|
|
74693
74705
|
*/
|
|
74694
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
74706
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
74695
74707
|
/**
|
|
74696
74708
|
* Zero-based page index (0..N)
|
|
74697
74709
|
* @type {number}
|
|
@@ -75763,10 +75775,10 @@ export interface WorkspaceObjectControllerApiGetEntityAutomationsRequest {
|
|
|
75763
75775
|
readonly filter?: string;
|
|
75764
75776
|
/**
|
|
75765
75777
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
75766
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
75778
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
75767
75779
|
* @memberof WorkspaceObjectControllerApiGetEntityAutomations
|
|
75768
75780
|
*/
|
|
75769
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
75781
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
75770
75782
|
/**
|
|
75771
75783
|
*
|
|
75772
75784
|
* @type {boolean}
|
|
@@ -76470,10 +76482,10 @@ export interface WorkspaceObjectControllerApiPatchEntityAutomationsRequest {
|
|
|
76470
76482
|
readonly filter?: string;
|
|
76471
76483
|
/**
|
|
76472
76484
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
76473
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
76485
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
76474
76486
|
* @memberof WorkspaceObjectControllerApiPatchEntityAutomations
|
|
76475
76487
|
*/
|
|
76476
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
76488
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
76477
76489
|
}
|
|
76478
76490
|
/**
|
|
76479
76491
|
* Request parameters for patchEntityCustomApplicationSettings operation in WorkspaceObjectControllerApi.
|
|
@@ -76976,10 +76988,10 @@ export interface WorkspaceObjectControllerApiUpdateEntityAutomationsRequest {
|
|
|
76976
76988
|
readonly filter?: string;
|
|
76977
76989
|
/**
|
|
76978
76990
|
* Array of included collections or individual relationships. Includes are separated by commas (e.g. include=entity1s,entity2s). Collection include represents the inclusion of every relationship between this entity and the given collection. Relationship include represents the inclusion of the particular relationships only. If single parameter \"ALL\" is present, all possible includes are used (include=ALL). __WARNING:__ Individual include types (collection, relationship or ALL) cannot be combined together.
|
|
76979
|
-
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | '
|
|
76991
|
+
* @type {Array<'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'notificationChannel' | 'analyticalDashboard' | 'createdBy' | 'modifiedBy' | 'recipients' | 'ALL'>}
|
|
76980
76992
|
* @memberof WorkspaceObjectControllerApiUpdateEntityAutomations
|
|
76981
76993
|
*/
|
|
76982
|
-
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "
|
|
76994
|
+
readonly include?: Array<"notificationChannels" | "analyticalDashboards" | "userIdentifiers" | "exportDefinitions" | "users" | "automationResults" | "notificationChannel" | "analyticalDashboard" | "createdBy" | "modifiedBy" | "recipients" | "ALL">;
|
|
76983
76995
|
}
|
|
76984
76996
|
/**
|
|
76985
76997
|
* Request parameters for updateEntityCustomApplicationSettings operation in WorkspaceObjectControllerApi.
|