@gooddata/api-client-tiger 10.42.0-alpha.1 → 10.42.0-alpha.3
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 +1957 -1576
- package/esm/generated/afm-rest-api/api.d.ts +6 -0
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/afm-rest-api/openapi-spec.json +4 -0
- package/esm/generated/auth-json-api/api.d.ts +1 -1
- package/esm/generated/auth-json-api/api.d.ts.map +1 -1
- package/esm/generated/auth-json-api/openapi-spec.json +1 -1
- package/esm/generated/automation-json-api/api.d.ts +1 -1
- package/esm/generated/automation-json-api/api.d.ts.map +1 -1
- package/esm/generated/automation-json-api/index.js +0 -1
- package/esm/generated/automation-json-api/index.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +1991 -1624
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +530 -69
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8318 -8215
- package/package.json +4 -3
|
@@ -46,6 +46,7 @@ export const ApiEntitlementNameEnum = {
|
|
|
46
46
|
UI_LOCALIZATION: "UiLocalization",
|
|
47
47
|
TIER: "Tier",
|
|
48
48
|
USER_COUNT: "UserCount",
|
|
49
|
+
MANAGED_IDP_USER_COUNT: "ManagedIdpUserCount",
|
|
49
50
|
UNLIMITED_USERS: "UnlimitedUsers",
|
|
50
51
|
UNLIMITED_WORKSPACES: "UnlimitedWorkspaces",
|
|
51
52
|
WHITE_LABELING: "WhiteLabeling",
|
|
@@ -430,6 +431,7 @@ export const DeclarativeSettingTypeEnum = {
|
|
|
430
431
|
ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
|
|
431
432
|
ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
|
|
432
433
|
AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE",
|
|
434
|
+
ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS: "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS",
|
|
433
435
|
};
|
|
434
436
|
export const DeclarativeSingleWorkspacePermissionNameEnum = {
|
|
435
437
|
MANAGE: "MANAGE",
|
|
@@ -520,6 +522,7 @@ export const EntitlementsRequestEntitlementsNameEnum = {
|
|
|
520
522
|
UI_LOCALIZATION: "UiLocalization",
|
|
521
523
|
TIER: "Tier",
|
|
522
524
|
USER_COUNT: "UserCount",
|
|
525
|
+
MANAGED_IDP_USER_COUNT: "ManagedIdpUserCount",
|
|
523
526
|
UNLIMITED_USERS: "UnlimitedUsers",
|
|
524
527
|
UNLIMITED_WORKSPACES: "UnlimitedWorkspaces",
|
|
525
528
|
WHITE_LABELING: "WhiteLabeling",
|
|
@@ -657,10 +660,6 @@ export const JsonApiAnalyticalDashboardOutMetaPermissionsEnum = {
|
|
|
657
660
|
SHARE: "SHARE",
|
|
658
661
|
VIEW: "VIEW",
|
|
659
662
|
};
|
|
660
|
-
export const JsonApiAnalyticalDashboardOutMetaOriginOriginTypeEnum = {
|
|
661
|
-
NATIVE: "NATIVE",
|
|
662
|
-
PARENT: "PARENT",
|
|
663
|
-
};
|
|
664
663
|
export const JsonApiAnalyticalDashboardOutWithLinksTypeEnum = {
|
|
665
664
|
ANALYTICAL_DASHBOARD: "analyticalDashboard",
|
|
666
665
|
};
|
|
@@ -741,6 +740,10 @@ export const JsonApiAutomationInAttributesStateEnum = {
|
|
|
741
740
|
ACTIVE: "ACTIVE",
|
|
742
741
|
PAUSED: "PAUSED",
|
|
743
742
|
};
|
|
743
|
+
export const JsonApiAutomationInAttributesAlertTriggerEnum = {
|
|
744
|
+
ALWAYS: "ALWAYS",
|
|
745
|
+
ONCE: "ONCE",
|
|
746
|
+
};
|
|
744
747
|
export const JsonApiAutomationLinkageTypeEnum = {
|
|
745
748
|
AUTOMATION: "automation",
|
|
746
749
|
};
|
|
@@ -867,6 +870,10 @@ export const JsonApiDataSourceIdentifierOutAttributesTypeEnum = {
|
|
|
867
870
|
ATHENA: "ATHENA",
|
|
868
871
|
MONGODB: "MONGODB",
|
|
869
872
|
};
|
|
873
|
+
export const JsonApiDataSourceIdentifierOutMetaPermissionsEnum = {
|
|
874
|
+
MANAGE: "MANAGE",
|
|
875
|
+
USE: "USE",
|
|
876
|
+
};
|
|
870
877
|
export const JsonApiDataSourceIdentifierOutWithLinksTypeEnum = {
|
|
871
878
|
DATA_SOURCE_IDENTIFIER: "dataSourceIdentifier",
|
|
872
879
|
};
|
|
@@ -947,10 +954,6 @@ export const JsonApiDataSourceOutAttributesAuthenticationTypeEnum = {
|
|
|
947
954
|
CLIENT_SECRET: "CLIENT_SECRET",
|
|
948
955
|
ACCESS_TOKEN: "ACCESS_TOKEN",
|
|
949
956
|
};
|
|
950
|
-
export const JsonApiDataSourceOutMetaPermissionsEnum = {
|
|
951
|
-
MANAGE: "MANAGE",
|
|
952
|
-
USE: "USE",
|
|
953
|
-
};
|
|
954
957
|
export const JsonApiDataSourceOutWithLinksTypeEnum = {
|
|
955
958
|
DATA_SOURCE: "dataSource",
|
|
956
959
|
};
|
|
@@ -1063,20 +1066,20 @@ export const JsonApiExportTemplateInTypeEnum = {
|
|
|
1063
1066
|
export const JsonApiExportTemplateOutTypeEnum = {
|
|
1064
1067
|
EXPORT_TEMPLATE: "exportTemplate",
|
|
1065
1068
|
};
|
|
1066
|
-
export const
|
|
1067
|
-
EXPORT_TEMPLATE: "exportTemplate",
|
|
1068
|
-
};
|
|
1069
|
-
export const JsonApiExportTemplatePatchTypeEnum = {
|
|
1070
|
-
EXPORT_TEMPLATE: "exportTemplate",
|
|
1071
|
-
};
|
|
1072
|
-
export const JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = {
|
|
1069
|
+
export const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = {
|
|
1073
1070
|
PDF: "PDF",
|
|
1074
1071
|
PPTX: "PPTX",
|
|
1075
1072
|
};
|
|
1076
|
-
export const
|
|
1073
|
+
export const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = {
|
|
1077
1074
|
PDF: "PDF",
|
|
1078
1075
|
PPTX: "PPTX",
|
|
1079
1076
|
};
|
|
1077
|
+
export const JsonApiExportTemplateOutWithLinksTypeEnum = {
|
|
1078
|
+
EXPORT_TEMPLATE: "exportTemplate",
|
|
1079
|
+
};
|
|
1080
|
+
export const JsonApiExportTemplatePatchTypeEnum = {
|
|
1081
|
+
EXPORT_TEMPLATE: "exportTemplate",
|
|
1082
|
+
};
|
|
1080
1083
|
export const JsonApiExportTemplatePostOptionalIdTypeEnum = {
|
|
1081
1084
|
EXPORT_TEMPLATE: "exportTemplate",
|
|
1082
1085
|
};
|
|
@@ -1131,6 +1134,12 @@ export const JsonApiFilterViewPatchTypeEnum = {
|
|
|
1131
1134
|
export const JsonApiIdentityProviderInTypeEnum = {
|
|
1132
1135
|
IDENTITY_PROVIDER: "identityProvider",
|
|
1133
1136
|
};
|
|
1137
|
+
export const JsonApiIdentityProviderInAttributesIdpTypeEnum = {
|
|
1138
|
+
MANAGED_IDP: "MANAGED_IDP",
|
|
1139
|
+
FIM_IDP: "FIM_IDP",
|
|
1140
|
+
DEX_IDP: "DEX_IDP",
|
|
1141
|
+
CUSTOM_IDP: "CUSTOM_IDP",
|
|
1142
|
+
};
|
|
1134
1143
|
export const JsonApiIdentityProviderLinkageTypeEnum = {
|
|
1135
1144
|
IDENTITY_PROVIDER: "identityProvider",
|
|
1136
1145
|
};
|
|
@@ -1149,12 +1158,6 @@ export const JsonApiIdentityProviderOutWithLinksTypeEnum = {
|
|
|
1149
1158
|
export const JsonApiIdentityProviderPatchTypeEnum = {
|
|
1150
1159
|
IDENTITY_PROVIDER: "identityProvider",
|
|
1151
1160
|
};
|
|
1152
|
-
export const JsonApiIdentityProviderPatchAttributesIdpTypeEnum = {
|
|
1153
|
-
MANAGED_IDP: "MANAGED_IDP",
|
|
1154
|
-
FIM_IDP: "FIM_IDP",
|
|
1155
|
-
DEX_IDP: "DEX_IDP",
|
|
1156
|
-
CUSTOM_IDP: "CUSTOM_IDP",
|
|
1157
|
-
};
|
|
1158
1161
|
export const JsonApiJwkInTypeEnum = {
|
|
1159
1162
|
JWK: "jwk",
|
|
1160
1163
|
};
|
|
@@ -1255,6 +1258,20 @@ export const JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum = {
|
|
|
1255
1258
|
export const JsonApiNotificationChannelInTypeEnum = {
|
|
1256
1259
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1257
1260
|
};
|
|
1261
|
+
export const JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = {
|
|
1262
|
+
HIDDEN: "HIDDEN",
|
|
1263
|
+
INTERNAL_ONLY: "INTERNAL_ONLY",
|
|
1264
|
+
ALL: "ALL",
|
|
1265
|
+
};
|
|
1266
|
+
export const JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = {
|
|
1267
|
+
CREATOR: "CREATOR",
|
|
1268
|
+
INTERNAL: "INTERNAL",
|
|
1269
|
+
EXTERNAL: "EXTERNAL",
|
|
1270
|
+
};
|
|
1271
|
+
export const JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = {
|
|
1272
|
+
DISABLED: "DISABLED",
|
|
1273
|
+
ENABLED: "ENABLED",
|
|
1274
|
+
};
|
|
1258
1275
|
export const JsonApiNotificationChannelLinkageTypeEnum = {
|
|
1259
1276
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1260
1277
|
};
|
|
@@ -1287,20 +1304,6 @@ export const JsonApiNotificationChannelOutWithLinksTypeEnum = {
|
|
|
1287
1304
|
export const JsonApiNotificationChannelPatchTypeEnum = {
|
|
1288
1305
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1289
1306
|
};
|
|
1290
|
-
export const JsonApiNotificationChannelPatchAttributesDashboardLinkVisibilityEnum = {
|
|
1291
|
-
HIDDEN: "HIDDEN",
|
|
1292
|
-
INTERNAL_ONLY: "INTERNAL_ONLY",
|
|
1293
|
-
ALL: "ALL",
|
|
1294
|
-
};
|
|
1295
|
-
export const JsonApiNotificationChannelPatchAttributesAllowedRecipientsEnum = {
|
|
1296
|
-
CREATOR: "CREATOR",
|
|
1297
|
-
INTERNAL: "INTERNAL",
|
|
1298
|
-
EXTERNAL: "EXTERNAL",
|
|
1299
|
-
};
|
|
1300
|
-
export const JsonApiNotificationChannelPatchAttributesInPlatformNotificationEnum = {
|
|
1301
|
-
DISABLED: "DISABLED",
|
|
1302
|
-
ENABLED: "ENABLED",
|
|
1303
|
-
};
|
|
1304
1307
|
export const JsonApiNotificationChannelPostOptionalIdTypeEnum = {
|
|
1305
1308
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1306
1309
|
};
|
|
@@ -1327,6 +1330,36 @@ export const JsonApiOrganizationSettingInTypeEnum = {
|
|
|
1327
1330
|
export const JsonApiOrganizationSettingOutTypeEnum = {
|
|
1328
1331
|
ORGANIZATION_SETTING: "organizationSetting",
|
|
1329
1332
|
};
|
|
1333
|
+
export const JsonApiOrganizationSettingOutAttributesTypeEnum = {
|
|
1334
|
+
TIMEZONE: "TIMEZONE",
|
|
1335
|
+
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1336
|
+
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
1337
|
+
ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
|
|
1338
|
+
WHITE_LABELING: "WHITE_LABELING",
|
|
1339
|
+
LOCALE: "LOCALE",
|
|
1340
|
+
METADATA_LOCALE: "METADATA_LOCALE",
|
|
1341
|
+
FORMAT_LOCALE: "FORMAT_LOCALE",
|
|
1342
|
+
MAPBOX_TOKEN: "MAPBOX_TOKEN",
|
|
1343
|
+
AG_GRID_TOKEN: "AG_GRID_TOKEN",
|
|
1344
|
+
WEEK_START: "WEEK_START",
|
|
1345
|
+
SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
|
|
1346
|
+
OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
|
|
1347
|
+
TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED",
|
|
1348
|
+
OPENAI_CONFIG: "OPENAI_CONFIG",
|
|
1349
|
+
ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS",
|
|
1350
|
+
ALERT: "ALERT",
|
|
1351
|
+
SEPARATORS: "SEPARATORS",
|
|
1352
|
+
DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
|
|
1353
|
+
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1354
|
+
JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING",
|
|
1355
|
+
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1356
|
+
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1357
|
+
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
1358
|
+
ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
|
|
1359
|
+
ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
|
|
1360
|
+
AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE",
|
|
1361
|
+
ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS: "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS",
|
|
1362
|
+
};
|
|
1330
1363
|
export const JsonApiOrganizationSettingOutWithLinksTypeEnum = {
|
|
1331
1364
|
ORGANIZATION_SETTING: "organizationSetting",
|
|
1332
1365
|
};
|
|
@@ -1402,35 +1435,6 @@ export const JsonApiUserPatchTypeEnum = {
|
|
|
1402
1435
|
export const JsonApiUserSettingInTypeEnum = {
|
|
1403
1436
|
USER_SETTING: "userSetting",
|
|
1404
1437
|
};
|
|
1405
|
-
export const JsonApiUserSettingInAttributesTypeEnum = {
|
|
1406
|
-
TIMEZONE: "TIMEZONE",
|
|
1407
|
-
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1408
|
-
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
1409
|
-
ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
|
|
1410
|
-
WHITE_LABELING: "WHITE_LABELING",
|
|
1411
|
-
LOCALE: "LOCALE",
|
|
1412
|
-
METADATA_LOCALE: "METADATA_LOCALE",
|
|
1413
|
-
FORMAT_LOCALE: "FORMAT_LOCALE",
|
|
1414
|
-
MAPBOX_TOKEN: "MAPBOX_TOKEN",
|
|
1415
|
-
AG_GRID_TOKEN: "AG_GRID_TOKEN",
|
|
1416
|
-
WEEK_START: "WEEK_START",
|
|
1417
|
-
SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
|
|
1418
|
-
OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
|
|
1419
|
-
TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED",
|
|
1420
|
-
OPENAI_CONFIG: "OPENAI_CONFIG",
|
|
1421
|
-
ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS",
|
|
1422
|
-
ALERT: "ALERT",
|
|
1423
|
-
SEPARATORS: "SEPARATORS",
|
|
1424
|
-
DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
|
|
1425
|
-
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1426
|
-
JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING",
|
|
1427
|
-
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1428
|
-
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1429
|
-
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
1430
|
-
ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
|
|
1431
|
-
ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
|
|
1432
|
-
AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE",
|
|
1433
|
-
};
|
|
1434
1438
|
export const JsonApiUserSettingOutTypeEnum = {
|
|
1435
1439
|
USER_SETTING: "userSetting",
|
|
1436
1440
|
};
|
|
@@ -1446,6 +1450,10 @@ export const JsonApiVisualizationObjectLinkageTypeEnum = {
|
|
|
1446
1450
|
export const JsonApiVisualizationObjectOutTypeEnum = {
|
|
1447
1451
|
VISUALIZATION_OBJECT: "visualizationObject",
|
|
1448
1452
|
};
|
|
1453
|
+
export const JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum = {
|
|
1454
|
+
NATIVE: "NATIVE",
|
|
1455
|
+
PARENT: "PARENT",
|
|
1456
|
+
};
|
|
1449
1457
|
export const JsonApiVisualizationObjectOutWithLinksTypeEnum = {
|
|
1450
1458
|
VISUALIZATION_OBJECT: "visualizationObject",
|
|
1451
1459
|
};
|
|
@@ -1462,10 +1470,6 @@ export const JsonApiWorkspaceAutomationOutAttributesStateEnum = {
|
|
|
1462
1470
|
ACTIVE: "ACTIVE",
|
|
1463
1471
|
PAUSED: "PAUSED",
|
|
1464
1472
|
};
|
|
1465
|
-
export const JsonApiWorkspaceAutomationOutAttributesAlertTriggerEnum = {
|
|
1466
|
-
ALWAYS: "ALWAYS",
|
|
1467
|
-
ONCE: "ONCE",
|
|
1468
|
-
};
|
|
1469
1473
|
export const JsonApiWorkspaceAutomationOutWithLinksTypeEnum = {
|
|
1470
1474
|
WORKSPACE_AUTOMATION: "workspaceAutomation",
|
|
1471
1475
|
};
|
|
@@ -1692,6 +1696,7 @@ export const ResolvedSettingTypeEnum = {
|
|
|
1692
1696
|
ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
|
|
1693
1697
|
ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
|
|
1694
1698
|
AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE",
|
|
1699
|
+
ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS: "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS",
|
|
1695
1700
|
};
|
|
1696
1701
|
export const RsaSpecificationKtyEnum = {
|
|
1697
1702
|
RSA: "RSA",
|
|
@@ -2528,6 +2533,46 @@ export const ActionsApiAxiosParamCreator = function (configuration) {
|
|
|
2528
2533
|
options: localVarRequestOptions,
|
|
2529
2534
|
};
|
|
2530
2535
|
},
|
|
2536
|
+
/**
|
|
2537
|
+
*
|
|
2538
|
+
* @summary Delete selected automations across all workspaces
|
|
2539
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
2540
|
+
* @param {*} [options] Override http request option.
|
|
2541
|
+
* @throws {RequiredError}
|
|
2542
|
+
*/
|
|
2543
|
+
deleteOrganizationAutomations: async (organizationAutomationManagementBulkRequest, options = {}) => {
|
|
2544
|
+
// verify required parameter 'organizationAutomationManagementBulkRequest' is not null or undefined
|
|
2545
|
+
assertParamExists("deleteOrganizationAutomations", "organizationAutomationManagementBulkRequest", organizationAutomationManagementBulkRequest);
|
|
2546
|
+
const localVarPath = `/api/v1/actions/organization/automations/delete`;
|
|
2547
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2548
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2549
|
+
let baseOptions;
|
|
2550
|
+
if (configuration) {
|
|
2551
|
+
baseOptions = configuration.baseOptions;
|
|
2552
|
+
}
|
|
2553
|
+
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
2554
|
+
const localVarHeaderParameter = {};
|
|
2555
|
+
const localVarQueryParameter = {};
|
|
2556
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
2557
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2558
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2559
|
+
localVarRequestOptions.headers = {
|
|
2560
|
+
...localVarHeaderParameter,
|
|
2561
|
+
...headersFromBaseOptions,
|
|
2562
|
+
...options.headers,
|
|
2563
|
+
};
|
|
2564
|
+
const needsSerialization = typeof organizationAutomationManagementBulkRequest !== "string" ||
|
|
2565
|
+
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
2566
|
+
localVarRequestOptions.data = needsSerialization
|
|
2567
|
+
? JSON.stringify(organizationAutomationManagementBulkRequest !== undefined
|
|
2568
|
+
? organizationAutomationManagementBulkRequest
|
|
2569
|
+
: {})
|
|
2570
|
+
: organizationAutomationManagementBulkRequest || "";
|
|
2571
|
+
return {
|
|
2572
|
+
url: toPathString(localVarUrlObj),
|
|
2573
|
+
options: localVarRequestOptions,
|
|
2574
|
+
};
|
|
2575
|
+
},
|
|
2531
2576
|
/**
|
|
2532
2577
|
*
|
|
2533
2578
|
* @summary Delete selected automations in the workspace
|
|
@@ -3166,6 +3211,46 @@ export const ActionsApiAxiosParamCreator = function (configuration) {
|
|
|
3166
3211
|
options: localVarRequestOptions,
|
|
3167
3212
|
};
|
|
3168
3213
|
},
|
|
3214
|
+
/**
|
|
3215
|
+
*
|
|
3216
|
+
* @summary Pause selected automations across all workspaces
|
|
3217
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
3218
|
+
* @param {*} [options] Override http request option.
|
|
3219
|
+
* @throws {RequiredError}
|
|
3220
|
+
*/
|
|
3221
|
+
pauseOrganizationAutomations: async (organizationAutomationManagementBulkRequest, options = {}) => {
|
|
3222
|
+
// verify required parameter 'organizationAutomationManagementBulkRequest' is not null or undefined
|
|
3223
|
+
assertParamExists("pauseOrganizationAutomations", "organizationAutomationManagementBulkRequest", organizationAutomationManagementBulkRequest);
|
|
3224
|
+
const localVarPath = `/api/v1/actions/organization/automations/pause`;
|
|
3225
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3226
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3227
|
+
let baseOptions;
|
|
3228
|
+
if (configuration) {
|
|
3229
|
+
baseOptions = configuration.baseOptions;
|
|
3230
|
+
}
|
|
3231
|
+
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
3232
|
+
const localVarHeaderParameter = {};
|
|
3233
|
+
const localVarQueryParameter = {};
|
|
3234
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3235
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3236
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3237
|
+
localVarRequestOptions.headers = {
|
|
3238
|
+
...localVarHeaderParameter,
|
|
3239
|
+
...headersFromBaseOptions,
|
|
3240
|
+
...options.headers,
|
|
3241
|
+
};
|
|
3242
|
+
const needsSerialization = typeof organizationAutomationManagementBulkRequest !== "string" ||
|
|
3243
|
+
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
3244
|
+
localVarRequestOptions.data = needsSerialization
|
|
3245
|
+
? JSON.stringify(organizationAutomationManagementBulkRequest !== undefined
|
|
3246
|
+
? organizationAutomationManagementBulkRequest
|
|
3247
|
+
: {})
|
|
3248
|
+
: organizationAutomationManagementBulkRequest || "";
|
|
3249
|
+
return {
|
|
3250
|
+
url: toPathString(localVarUrlObj),
|
|
3251
|
+
options: localVarRequestOptions,
|
|
3252
|
+
};
|
|
3253
|
+
},
|
|
3169
3254
|
/**
|
|
3170
3255
|
*
|
|
3171
3256
|
* @summary Pause selected automations in the workspace
|
|
@@ -3495,6 +3580,46 @@ export const ActionsApiAxiosParamCreator = function (configuration) {
|
|
|
3495
3580
|
options: localVarRequestOptions,
|
|
3496
3581
|
};
|
|
3497
3582
|
},
|
|
3583
|
+
/**
|
|
3584
|
+
*
|
|
3585
|
+
* @summary Unpause selected automations across all workspaces
|
|
3586
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
3587
|
+
* @param {*} [options] Override http request option.
|
|
3588
|
+
* @throws {RequiredError}
|
|
3589
|
+
*/
|
|
3590
|
+
unpauseOrganizationAutomations: async (organizationAutomationManagementBulkRequest, options = {}) => {
|
|
3591
|
+
// verify required parameter 'organizationAutomationManagementBulkRequest' is not null or undefined
|
|
3592
|
+
assertParamExists("unpauseOrganizationAutomations", "organizationAutomationManagementBulkRequest", organizationAutomationManagementBulkRequest);
|
|
3593
|
+
const localVarPath = `/api/v1/actions/organization/automations/unpause`;
|
|
3594
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3595
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3596
|
+
let baseOptions;
|
|
3597
|
+
if (configuration) {
|
|
3598
|
+
baseOptions = configuration.baseOptions;
|
|
3599
|
+
}
|
|
3600
|
+
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
3601
|
+
const localVarHeaderParameter = {};
|
|
3602
|
+
const localVarQueryParameter = {};
|
|
3603
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3604
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3605
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3606
|
+
localVarRequestOptions.headers = {
|
|
3607
|
+
...localVarHeaderParameter,
|
|
3608
|
+
...headersFromBaseOptions,
|
|
3609
|
+
...options.headers,
|
|
3610
|
+
};
|
|
3611
|
+
const needsSerialization = typeof organizationAutomationManagementBulkRequest !== "string" ||
|
|
3612
|
+
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
3613
|
+
localVarRequestOptions.data = needsSerialization
|
|
3614
|
+
? JSON.stringify(organizationAutomationManagementBulkRequest !== undefined
|
|
3615
|
+
? organizationAutomationManagementBulkRequest
|
|
3616
|
+
: {})
|
|
3617
|
+
: organizationAutomationManagementBulkRequest || "";
|
|
3618
|
+
return {
|
|
3619
|
+
url: toPathString(localVarUrlObj),
|
|
3620
|
+
options: localVarRequestOptions,
|
|
3621
|
+
};
|
|
3622
|
+
},
|
|
3498
3623
|
/**
|
|
3499
3624
|
*
|
|
3500
3625
|
* @summary Unpause selected automations in the workspace
|
|
@@ -3819,6 +3944,17 @@ export const ActionsApiFp = function (configuration) {
|
|
|
3819
3944
|
const localVarAxiosArgs = await localVarAxiosParamCreator.dashboardPermissions(workspaceId, dashboardId, options);
|
|
3820
3945
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3821
3946
|
},
|
|
3947
|
+
/**
|
|
3948
|
+
*
|
|
3949
|
+
* @summary Delete selected automations across all workspaces
|
|
3950
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
3951
|
+
* @param {*} [options] Override http request option.
|
|
3952
|
+
* @throws {RequiredError}
|
|
3953
|
+
*/
|
|
3954
|
+
async deleteOrganizationAutomations(organizationAutomationManagementBulkRequest, options) {
|
|
3955
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteOrganizationAutomations(organizationAutomationManagementBulkRequest, options);
|
|
3956
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3957
|
+
},
|
|
3822
3958
|
/**
|
|
3823
3959
|
*
|
|
3824
3960
|
* @summary Delete selected automations in the workspace
|
|
@@ -4016,6 +4152,17 @@ export const ActionsApiFp = function (configuration) {
|
|
|
4016
4152
|
const localVarAxiosArgs = await localVarAxiosParamCreator.particularPlatformUsage(platformUsageRequest, options);
|
|
4017
4153
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4018
4154
|
},
|
|
4155
|
+
/**
|
|
4156
|
+
*
|
|
4157
|
+
* @summary Pause selected automations across all workspaces
|
|
4158
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
4159
|
+
* @param {*} [options] Override http request option.
|
|
4160
|
+
* @throws {RequiredError}
|
|
4161
|
+
*/
|
|
4162
|
+
async pauseOrganizationAutomations(organizationAutomationManagementBulkRequest, options) {
|
|
4163
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.pauseOrganizationAutomations(organizationAutomationManagementBulkRequest, options);
|
|
4164
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4165
|
+
},
|
|
4019
4166
|
/**
|
|
4020
4167
|
*
|
|
4021
4168
|
* @summary Pause selected automations in the workspace
|
|
@@ -4116,6 +4263,17 @@ export const ActionsApiFp = function (configuration) {
|
|
|
4116
4263
|
const localVarAxiosArgs = await localVarAxiosParamCreator.switchActiveIdentityProvider(switchIdentityProviderRequest, options);
|
|
4117
4264
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4118
4265
|
},
|
|
4266
|
+
/**
|
|
4267
|
+
*
|
|
4268
|
+
* @summary Unpause selected automations across all workspaces
|
|
4269
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
4270
|
+
* @param {*} [options] Override http request option.
|
|
4271
|
+
* @throws {RequiredError}
|
|
4272
|
+
*/
|
|
4273
|
+
async unpauseOrganizationAutomations(organizationAutomationManagementBulkRequest, options) {
|
|
4274
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.unpauseOrganizationAutomations(organizationAutomationManagementBulkRequest, options);
|
|
4275
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
4276
|
+
},
|
|
4119
4277
|
/**
|
|
4120
4278
|
*
|
|
4121
4279
|
* @summary Unpause selected automations in the workspace
|
|
@@ -4262,6 +4420,18 @@ export const ActionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4262
4420
|
.dashboardPermissions(requestParameters.workspaceId, requestParameters.dashboardId, options)
|
|
4263
4421
|
.then((request) => request(axios, basePath));
|
|
4264
4422
|
},
|
|
4423
|
+
/**
|
|
4424
|
+
*
|
|
4425
|
+
* @summary Delete selected automations across all workspaces
|
|
4426
|
+
* @param {ActionsApiDeleteOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
4427
|
+
* @param {*} [options] Override http request option.
|
|
4428
|
+
* @throws {RequiredError}
|
|
4429
|
+
*/
|
|
4430
|
+
deleteOrganizationAutomations(requestParameters, options) {
|
|
4431
|
+
return localVarFp
|
|
4432
|
+
.deleteOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
4433
|
+
.then((request) => request(axios, basePath));
|
|
4434
|
+
},
|
|
4265
4435
|
/**
|
|
4266
4436
|
*
|
|
4267
4437
|
* @summary Delete selected automations in the workspace
|
|
@@ -4461,6 +4631,18 @@ export const ActionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4461
4631
|
.particularPlatformUsage(requestParameters.platformUsageRequest, options)
|
|
4462
4632
|
.then((request) => request(axios, basePath));
|
|
4463
4633
|
},
|
|
4634
|
+
/**
|
|
4635
|
+
*
|
|
4636
|
+
* @summary Pause selected automations across all workspaces
|
|
4637
|
+
* @param {ActionsApiPauseOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
4638
|
+
* @param {*} [options] Override http request option.
|
|
4639
|
+
* @throws {RequiredError}
|
|
4640
|
+
*/
|
|
4641
|
+
pauseOrganizationAutomations(requestParameters, options) {
|
|
4642
|
+
return localVarFp
|
|
4643
|
+
.pauseOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
4644
|
+
.then((request) => request(axios, basePath));
|
|
4645
|
+
},
|
|
4464
4646
|
/**
|
|
4465
4647
|
*
|
|
4466
4648
|
* @summary Pause selected automations in the workspace
|
|
@@ -4565,6 +4747,18 @@ export const ActionsApiFactory = function (configuration, basePath, axios) {
|
|
|
4565
4747
|
.switchActiveIdentityProvider(requestParameters.switchIdentityProviderRequest, options)
|
|
4566
4748
|
.then((request) => request(axios, basePath));
|
|
4567
4749
|
},
|
|
4750
|
+
/**
|
|
4751
|
+
*
|
|
4752
|
+
* @summary Unpause selected automations across all workspaces
|
|
4753
|
+
* @param {ActionsApiUnpauseOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
4754
|
+
* @param {*} [options] Override http request option.
|
|
4755
|
+
* @throws {RequiredError}
|
|
4756
|
+
*/
|
|
4757
|
+
unpauseOrganizationAutomations(requestParameters, options) {
|
|
4758
|
+
return localVarFp
|
|
4759
|
+
.unpauseOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
4760
|
+
.then((request) => request(axios, basePath));
|
|
4761
|
+
},
|
|
4568
4762
|
/**
|
|
4569
4763
|
*
|
|
4570
4764
|
* @summary Unpause selected automations in the workspace
|
|
@@ -4719,6 +4913,19 @@ export class ActionsApi extends BaseAPI {
|
|
|
4719
4913
|
.dashboardPermissions(requestParameters.workspaceId, requestParameters.dashboardId, options)
|
|
4720
4914
|
.then((request) => request(this.axios, this.basePath));
|
|
4721
4915
|
}
|
|
4916
|
+
/**
|
|
4917
|
+
*
|
|
4918
|
+
* @summary Delete selected automations across all workspaces
|
|
4919
|
+
* @param {ActionsApiDeleteOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
4920
|
+
* @param {*} [options] Override http request option.
|
|
4921
|
+
* @throws {RequiredError}
|
|
4922
|
+
* @memberof ActionsApi
|
|
4923
|
+
*/
|
|
4924
|
+
deleteOrganizationAutomations(requestParameters, options) {
|
|
4925
|
+
return ActionsApiFp(this.configuration)
|
|
4926
|
+
.deleteOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
4927
|
+
.then((request) => request(this.axios, this.basePath));
|
|
4928
|
+
}
|
|
4722
4929
|
/**
|
|
4723
4930
|
*
|
|
4724
4931
|
* @summary Delete selected automations in the workspace
|
|
@@ -4937,6 +5144,19 @@ export class ActionsApi extends BaseAPI {
|
|
|
4937
5144
|
.particularPlatformUsage(requestParameters.platformUsageRequest, options)
|
|
4938
5145
|
.then((request) => request(this.axios, this.basePath));
|
|
4939
5146
|
}
|
|
5147
|
+
/**
|
|
5148
|
+
*
|
|
5149
|
+
* @summary Pause selected automations across all workspaces
|
|
5150
|
+
* @param {ActionsApiPauseOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
5151
|
+
* @param {*} [options] Override http request option.
|
|
5152
|
+
* @throws {RequiredError}
|
|
5153
|
+
* @memberof ActionsApi
|
|
5154
|
+
*/
|
|
5155
|
+
pauseOrganizationAutomations(requestParameters, options) {
|
|
5156
|
+
return ActionsApiFp(this.configuration)
|
|
5157
|
+
.pauseOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
5158
|
+
.then((request) => request(this.axios, this.basePath));
|
|
5159
|
+
}
|
|
4940
5160
|
/**
|
|
4941
5161
|
*
|
|
4942
5162
|
* @summary Pause selected automations in the workspace
|
|
@@ -5052,6 +5272,19 @@ export class ActionsApi extends BaseAPI {
|
|
|
5052
5272
|
.switchActiveIdentityProvider(requestParameters.switchIdentityProviderRequest, options)
|
|
5053
5273
|
.then((request) => request(this.axios, this.basePath));
|
|
5054
5274
|
}
|
|
5275
|
+
/**
|
|
5276
|
+
*
|
|
5277
|
+
* @summary Unpause selected automations across all workspaces
|
|
5278
|
+
* @param {ActionsApiUnpauseOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
5279
|
+
* @param {*} [options] Override http request option.
|
|
5280
|
+
* @throws {RequiredError}
|
|
5281
|
+
* @memberof ActionsApi
|
|
5282
|
+
*/
|
|
5283
|
+
unpauseOrganizationAutomations(requestParameters, options) {
|
|
5284
|
+
return ActionsApiFp(this.configuration)
|
|
5285
|
+
.unpauseOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
5286
|
+
.then((request) => request(this.axios, this.basePath));
|
|
5287
|
+
}
|
|
5055
5288
|
/**
|
|
5056
5289
|
*
|
|
5057
5290
|
* @summary Unpause selected automations in the workspace
|
|
@@ -7369,6 +7602,46 @@ export const AutomationsApiAxiosParamCreator = function (configuration) {
|
|
|
7369
7602
|
options: localVarRequestOptions,
|
|
7370
7603
|
};
|
|
7371
7604
|
},
|
|
7605
|
+
/**
|
|
7606
|
+
*
|
|
7607
|
+
* @summary Delete selected automations across all workspaces
|
|
7608
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
7609
|
+
* @param {*} [options] Override http request option.
|
|
7610
|
+
* @throws {RequiredError}
|
|
7611
|
+
*/
|
|
7612
|
+
deleteOrganizationAutomations: async (organizationAutomationManagementBulkRequest, options = {}) => {
|
|
7613
|
+
// verify required parameter 'organizationAutomationManagementBulkRequest' is not null or undefined
|
|
7614
|
+
assertParamExists("deleteOrganizationAutomations", "organizationAutomationManagementBulkRequest", organizationAutomationManagementBulkRequest);
|
|
7615
|
+
const localVarPath = `/api/v1/actions/organization/automations/delete`;
|
|
7616
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7617
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7618
|
+
let baseOptions;
|
|
7619
|
+
if (configuration) {
|
|
7620
|
+
baseOptions = configuration.baseOptions;
|
|
7621
|
+
}
|
|
7622
|
+
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
7623
|
+
const localVarHeaderParameter = {};
|
|
7624
|
+
const localVarQueryParameter = {};
|
|
7625
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
7626
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7627
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7628
|
+
localVarRequestOptions.headers = {
|
|
7629
|
+
...localVarHeaderParameter,
|
|
7630
|
+
...headersFromBaseOptions,
|
|
7631
|
+
...options.headers,
|
|
7632
|
+
};
|
|
7633
|
+
const needsSerialization = typeof organizationAutomationManagementBulkRequest !== "string" ||
|
|
7634
|
+
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
7635
|
+
localVarRequestOptions.data = needsSerialization
|
|
7636
|
+
? JSON.stringify(organizationAutomationManagementBulkRequest !== undefined
|
|
7637
|
+
? organizationAutomationManagementBulkRequest
|
|
7638
|
+
: {})
|
|
7639
|
+
: organizationAutomationManagementBulkRequest || "";
|
|
7640
|
+
return {
|
|
7641
|
+
url: toPathString(localVarUrlObj),
|
|
7642
|
+
options: localVarRequestOptions,
|
|
7643
|
+
};
|
|
7644
|
+
},
|
|
7372
7645
|
/**
|
|
7373
7646
|
*
|
|
7374
7647
|
* @summary Delete selected automations in the workspace
|
|
@@ -7672,6 +7945,46 @@ export const AutomationsApiAxiosParamCreator = function (configuration) {
|
|
|
7672
7945
|
options: localVarRequestOptions,
|
|
7673
7946
|
};
|
|
7674
7947
|
},
|
|
7948
|
+
/**
|
|
7949
|
+
*
|
|
7950
|
+
* @summary Pause selected automations across all workspaces
|
|
7951
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
7952
|
+
* @param {*} [options] Override http request option.
|
|
7953
|
+
* @throws {RequiredError}
|
|
7954
|
+
*/
|
|
7955
|
+
pauseOrganizationAutomations: async (organizationAutomationManagementBulkRequest, options = {}) => {
|
|
7956
|
+
// verify required parameter 'organizationAutomationManagementBulkRequest' is not null or undefined
|
|
7957
|
+
assertParamExists("pauseOrganizationAutomations", "organizationAutomationManagementBulkRequest", organizationAutomationManagementBulkRequest);
|
|
7958
|
+
const localVarPath = `/api/v1/actions/organization/automations/pause`;
|
|
7959
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7960
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7961
|
+
let baseOptions;
|
|
7962
|
+
if (configuration) {
|
|
7963
|
+
baseOptions = configuration.baseOptions;
|
|
7964
|
+
}
|
|
7965
|
+
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
7966
|
+
const localVarHeaderParameter = {};
|
|
7967
|
+
const localVarQueryParameter = {};
|
|
7968
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
7969
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7970
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7971
|
+
localVarRequestOptions.headers = {
|
|
7972
|
+
...localVarHeaderParameter,
|
|
7973
|
+
...headersFromBaseOptions,
|
|
7974
|
+
...options.headers,
|
|
7975
|
+
};
|
|
7976
|
+
const needsSerialization = typeof organizationAutomationManagementBulkRequest !== "string" ||
|
|
7977
|
+
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
7978
|
+
localVarRequestOptions.data = needsSerialization
|
|
7979
|
+
? JSON.stringify(organizationAutomationManagementBulkRequest !== undefined
|
|
7980
|
+
? organizationAutomationManagementBulkRequest
|
|
7981
|
+
: {})
|
|
7982
|
+
: organizationAutomationManagementBulkRequest || "";
|
|
7983
|
+
return {
|
|
7984
|
+
url: toPathString(localVarUrlObj),
|
|
7985
|
+
options: localVarRequestOptions,
|
|
7986
|
+
};
|
|
7987
|
+
},
|
|
7675
7988
|
/**
|
|
7676
7989
|
*
|
|
7677
7990
|
* @summary Pause selected automations in the workspace
|
|
@@ -7756,6 +8069,46 @@ export const AutomationsApiAxiosParamCreator = function (configuration) {
|
|
|
7756
8069
|
options: localVarRequestOptions,
|
|
7757
8070
|
};
|
|
7758
8071
|
},
|
|
8072
|
+
/**
|
|
8073
|
+
*
|
|
8074
|
+
* @summary Unpause selected automations across all workspaces
|
|
8075
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
8076
|
+
* @param {*} [options] Override http request option.
|
|
8077
|
+
* @throws {RequiredError}
|
|
8078
|
+
*/
|
|
8079
|
+
unpauseOrganizationAutomations: async (organizationAutomationManagementBulkRequest, options = {}) => {
|
|
8080
|
+
// verify required parameter 'organizationAutomationManagementBulkRequest' is not null or undefined
|
|
8081
|
+
assertParamExists("unpauseOrganizationAutomations", "organizationAutomationManagementBulkRequest", organizationAutomationManagementBulkRequest);
|
|
8082
|
+
const localVarPath = `/api/v1/actions/organization/automations/unpause`;
|
|
8083
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
8084
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
8085
|
+
let baseOptions;
|
|
8086
|
+
if (configuration) {
|
|
8087
|
+
baseOptions = configuration.baseOptions;
|
|
8088
|
+
}
|
|
8089
|
+
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
8090
|
+
const localVarHeaderParameter = {};
|
|
8091
|
+
const localVarQueryParameter = {};
|
|
8092
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
8093
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
8094
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8095
|
+
localVarRequestOptions.headers = {
|
|
8096
|
+
...localVarHeaderParameter,
|
|
8097
|
+
...headersFromBaseOptions,
|
|
8098
|
+
...options.headers,
|
|
8099
|
+
};
|
|
8100
|
+
const needsSerialization = typeof organizationAutomationManagementBulkRequest !== "string" ||
|
|
8101
|
+
localVarRequestOptions.headers["Content-Type"] === "application/json";
|
|
8102
|
+
localVarRequestOptions.data = needsSerialization
|
|
8103
|
+
? JSON.stringify(organizationAutomationManagementBulkRequest !== undefined
|
|
8104
|
+
? organizationAutomationManagementBulkRequest
|
|
8105
|
+
: {})
|
|
8106
|
+
: organizationAutomationManagementBulkRequest || "";
|
|
8107
|
+
return {
|
|
8108
|
+
url: toPathString(localVarUrlObj),
|
|
8109
|
+
options: localVarRequestOptions,
|
|
8110
|
+
};
|
|
8111
|
+
},
|
|
7759
8112
|
/**
|
|
7760
8113
|
*
|
|
7761
8114
|
* @summary Unpause selected automations in the workspace
|
|
@@ -8030,6 +8383,17 @@ export const AutomationsApiFp = function (configuration) {
|
|
|
8030
8383
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteEntityAutomations(workspaceId, objectId, filter, options);
|
|
8031
8384
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8032
8385
|
},
|
|
8386
|
+
/**
|
|
8387
|
+
*
|
|
8388
|
+
* @summary Delete selected automations across all workspaces
|
|
8389
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
8390
|
+
* @param {*} [options] Override http request option.
|
|
8391
|
+
* @throws {RequiredError}
|
|
8392
|
+
*/
|
|
8393
|
+
async deleteOrganizationAutomations(organizationAutomationManagementBulkRequest, options) {
|
|
8394
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteOrganizationAutomations(organizationAutomationManagementBulkRequest, options);
|
|
8395
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8396
|
+
},
|
|
8033
8397
|
/**
|
|
8034
8398
|
*
|
|
8035
8399
|
* @summary Delete selected automations in the workspace
|
|
@@ -8120,6 +8484,17 @@ export const AutomationsApiFp = function (configuration) {
|
|
|
8120
8484
|
const localVarAxiosArgs = await localVarAxiosParamCreator.patchEntityAutomations(workspaceId, objectId, jsonApiAutomationPatchDocument, filter, include, options);
|
|
8121
8485
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8122
8486
|
},
|
|
8487
|
+
/**
|
|
8488
|
+
*
|
|
8489
|
+
* @summary Pause selected automations across all workspaces
|
|
8490
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
8491
|
+
* @param {*} [options] Override http request option.
|
|
8492
|
+
* @throws {RequiredError}
|
|
8493
|
+
*/
|
|
8494
|
+
async pauseOrganizationAutomations(organizationAutomationManagementBulkRequest, options) {
|
|
8495
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.pauseOrganizationAutomations(organizationAutomationManagementBulkRequest, options);
|
|
8496
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8497
|
+
},
|
|
8123
8498
|
/**
|
|
8124
8499
|
*
|
|
8125
8500
|
* @summary Pause selected automations in the workspace
|
|
@@ -8144,6 +8519,17 @@ export const AutomationsApiFp = function (configuration) {
|
|
|
8144
8519
|
const localVarAxiosArgs = await localVarAxiosParamCreator.setAutomations(workspaceId, declarativeAutomation, options);
|
|
8145
8520
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8146
8521
|
},
|
|
8522
|
+
/**
|
|
8523
|
+
*
|
|
8524
|
+
* @summary Unpause selected automations across all workspaces
|
|
8525
|
+
* @param {OrganizationAutomationManagementBulkRequest} organizationAutomationManagementBulkRequest
|
|
8526
|
+
* @param {*} [options] Override http request option.
|
|
8527
|
+
* @throws {RequiredError}
|
|
8528
|
+
*/
|
|
8529
|
+
async unpauseOrganizationAutomations(organizationAutomationManagementBulkRequest, options) {
|
|
8530
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.unpauseOrganizationAutomations(organizationAutomationManagementBulkRequest, options);
|
|
8531
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
8532
|
+
},
|
|
8147
8533
|
/**
|
|
8148
8534
|
*
|
|
8149
8535
|
* @summary Unpause selected automations in the workspace
|
|
@@ -8249,6 +8635,18 @@ export const AutomationsApiFactory = function (configuration, basePath, axios) {
|
|
|
8249
8635
|
.deleteEntityAutomations(requestParameters.workspaceId, requestParameters.objectId, requestParameters.filter, options)
|
|
8250
8636
|
.then((request) => request(axios, basePath));
|
|
8251
8637
|
},
|
|
8638
|
+
/**
|
|
8639
|
+
*
|
|
8640
|
+
* @summary Delete selected automations across all workspaces
|
|
8641
|
+
* @param {AutomationsApiDeleteOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
8642
|
+
* @param {*} [options] Override http request option.
|
|
8643
|
+
* @throws {RequiredError}
|
|
8644
|
+
*/
|
|
8645
|
+
deleteOrganizationAutomations(requestParameters, options) {
|
|
8646
|
+
return localVarFp
|
|
8647
|
+
.deleteOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
8648
|
+
.then((request) => request(axios, basePath));
|
|
8649
|
+
},
|
|
8252
8650
|
/**
|
|
8253
8651
|
*
|
|
8254
8652
|
* @summary Delete selected automations in the workspace
|
|
@@ -8321,6 +8719,18 @@ export const AutomationsApiFactory = function (configuration, basePath, axios) {
|
|
|
8321
8719
|
.patchEntityAutomations(requestParameters.workspaceId, requestParameters.objectId, requestParameters.jsonApiAutomationPatchDocument, requestParameters.filter, requestParameters.include, options)
|
|
8322
8720
|
.then((request) => request(axios, basePath));
|
|
8323
8721
|
},
|
|
8722
|
+
/**
|
|
8723
|
+
*
|
|
8724
|
+
* @summary Pause selected automations across all workspaces
|
|
8725
|
+
* @param {AutomationsApiPauseOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
8726
|
+
* @param {*} [options] Override http request option.
|
|
8727
|
+
* @throws {RequiredError}
|
|
8728
|
+
*/
|
|
8729
|
+
pauseOrganizationAutomations(requestParameters, options) {
|
|
8730
|
+
return localVarFp
|
|
8731
|
+
.pauseOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
8732
|
+
.then((request) => request(axios, basePath));
|
|
8733
|
+
},
|
|
8324
8734
|
/**
|
|
8325
8735
|
*
|
|
8326
8736
|
* @summary Pause selected automations in the workspace
|
|
@@ -8345,6 +8755,18 @@ export const AutomationsApiFactory = function (configuration, basePath, axios) {
|
|
|
8345
8755
|
.setAutomations(requestParameters.workspaceId, requestParameters.declarativeAutomation, options)
|
|
8346
8756
|
.then((request) => request(axios, basePath));
|
|
8347
8757
|
},
|
|
8758
|
+
/**
|
|
8759
|
+
*
|
|
8760
|
+
* @summary Unpause selected automations across all workspaces
|
|
8761
|
+
* @param {AutomationsApiUnpauseOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
8762
|
+
* @param {*} [options] Override http request option.
|
|
8763
|
+
* @throws {RequiredError}
|
|
8764
|
+
*/
|
|
8765
|
+
unpauseOrganizationAutomations(requestParameters, options) {
|
|
8766
|
+
return localVarFp
|
|
8767
|
+
.unpauseOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
8768
|
+
.then((request) => request(axios, basePath));
|
|
8769
|
+
},
|
|
8348
8770
|
/**
|
|
8349
8771
|
*
|
|
8350
8772
|
* @summary Unpause selected automations in the workspace
|
|
@@ -8449,6 +8871,19 @@ export class AutomationsApi extends BaseAPI {
|
|
|
8449
8871
|
.deleteEntityAutomations(requestParameters.workspaceId, requestParameters.objectId, requestParameters.filter, options)
|
|
8450
8872
|
.then((request) => request(this.axios, this.basePath));
|
|
8451
8873
|
}
|
|
8874
|
+
/**
|
|
8875
|
+
*
|
|
8876
|
+
* @summary Delete selected automations across all workspaces
|
|
8877
|
+
* @param {AutomationsApiDeleteOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
8878
|
+
* @param {*} [options] Override http request option.
|
|
8879
|
+
* @throws {RequiredError}
|
|
8880
|
+
* @memberof AutomationsApi
|
|
8881
|
+
*/
|
|
8882
|
+
deleteOrganizationAutomations(requestParameters, options) {
|
|
8883
|
+
return AutomationsApiFp(this.configuration)
|
|
8884
|
+
.deleteOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
8885
|
+
.then((request) => request(this.axios, this.basePath));
|
|
8886
|
+
}
|
|
8452
8887
|
/**
|
|
8453
8888
|
*
|
|
8454
8889
|
* @summary Delete selected automations in the workspace
|
|
@@ -8527,6 +8962,19 @@ export class AutomationsApi extends BaseAPI {
|
|
|
8527
8962
|
.patchEntityAutomations(requestParameters.workspaceId, requestParameters.objectId, requestParameters.jsonApiAutomationPatchDocument, requestParameters.filter, requestParameters.include, options)
|
|
8528
8963
|
.then((request) => request(this.axios, this.basePath));
|
|
8529
8964
|
}
|
|
8965
|
+
/**
|
|
8966
|
+
*
|
|
8967
|
+
* @summary Pause selected automations across all workspaces
|
|
8968
|
+
* @param {AutomationsApiPauseOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
8969
|
+
* @param {*} [options] Override http request option.
|
|
8970
|
+
* @throws {RequiredError}
|
|
8971
|
+
* @memberof AutomationsApi
|
|
8972
|
+
*/
|
|
8973
|
+
pauseOrganizationAutomations(requestParameters, options) {
|
|
8974
|
+
return AutomationsApiFp(this.configuration)
|
|
8975
|
+
.pauseOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
8976
|
+
.then((request) => request(this.axios, this.basePath));
|
|
8977
|
+
}
|
|
8530
8978
|
/**
|
|
8531
8979
|
*
|
|
8532
8980
|
* @summary Pause selected automations in the workspace
|
|
@@ -8553,6 +9001,19 @@ export class AutomationsApi extends BaseAPI {
|
|
|
8553
9001
|
.setAutomations(requestParameters.workspaceId, requestParameters.declarativeAutomation, options)
|
|
8554
9002
|
.then((request) => request(this.axios, this.basePath));
|
|
8555
9003
|
}
|
|
9004
|
+
/**
|
|
9005
|
+
*
|
|
9006
|
+
* @summary Unpause selected automations across all workspaces
|
|
9007
|
+
* @param {AutomationsApiUnpauseOrganizationAutomationsRequest} requestParameters Request parameters.
|
|
9008
|
+
* @param {*} [options] Override http request option.
|
|
9009
|
+
* @throws {RequiredError}
|
|
9010
|
+
* @memberof AutomationsApi
|
|
9011
|
+
*/
|
|
9012
|
+
unpauseOrganizationAutomations(requestParameters, options) {
|
|
9013
|
+
return AutomationsApiFp(this.configuration)
|
|
9014
|
+
.unpauseOrganizationAutomations(requestParameters.organizationAutomationManagementBulkRequest, options)
|
|
9015
|
+
.then((request) => request(this.axios, this.basePath));
|
|
9016
|
+
}
|
|
8556
9017
|
/**
|
|
8557
9018
|
*
|
|
8558
9019
|
* @summary Unpause selected automations in the workspace
|