@gooddata/api-client-tiger 10.41.0-alpha.2 → 10.41.0-alpha.4
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 +2054 -1450
- package/esm/generated/auth-json-api/api.d.ts +43 -44
- package/esm/generated/auth-json-api/api.d.ts.map +1 -1
- package/esm/generated/auth-json-api/api.js.map +1 -1
- package/esm/generated/auth-json-api/openapi-spec.json +30 -32
- package/esm/generated/export-json-api/api.d.ts +40 -8
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js +40 -20
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/export-json-api/openapi-spec.json +18 -0
- package/esm/generated/metadata-json-api/api.d.ts +1935 -1381
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +391 -62
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +8464 -8036
- package/package.json +20 -20
|
@@ -412,6 +412,7 @@ export const DeclarativeSettingTypeEnum = {
|
|
|
412
412
|
METADATA_LOCALE: "METADATA_LOCALE",
|
|
413
413
|
FORMAT_LOCALE: "FORMAT_LOCALE",
|
|
414
414
|
MAPBOX_TOKEN: "MAPBOX_TOKEN",
|
|
415
|
+
AG_GRID_TOKEN: "AG_GRID_TOKEN",
|
|
415
416
|
WEEK_START: "WEEK_START",
|
|
416
417
|
SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
|
|
417
418
|
OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
|
|
@@ -732,6 +733,10 @@ export const JsonApiAttributeOutWithLinksTypeEnum = {
|
|
|
732
733
|
export const JsonApiAutomationInTypeEnum = {
|
|
733
734
|
AUTOMATION: "automation",
|
|
734
735
|
};
|
|
736
|
+
export const JsonApiAutomationInAttributesStateEnum = {
|
|
737
|
+
ACTIVE: "ACTIVE",
|
|
738
|
+
PAUSED: "PAUSED",
|
|
739
|
+
};
|
|
735
740
|
export const JsonApiAutomationLinkageTypeEnum = {
|
|
736
741
|
AUTOMATION: "automation",
|
|
737
742
|
};
|
|
@@ -742,20 +747,16 @@ export const JsonApiAutomationOutAttributesStateEnum = {
|
|
|
742
747
|
ACTIVE: "ACTIVE",
|
|
743
748
|
PAUSED: "PAUSED",
|
|
744
749
|
};
|
|
750
|
+
export const JsonApiAutomationOutAttributesAlertTriggerEnum = {
|
|
751
|
+
ALWAYS: "ALWAYS",
|
|
752
|
+
ONCE: "ONCE",
|
|
753
|
+
};
|
|
745
754
|
export const JsonApiAutomationOutWithLinksTypeEnum = {
|
|
746
755
|
AUTOMATION: "automation",
|
|
747
756
|
};
|
|
748
757
|
export const JsonApiAutomationPatchTypeEnum = {
|
|
749
758
|
AUTOMATION: "automation",
|
|
750
759
|
};
|
|
751
|
-
export const JsonApiAutomationPatchAttributesStateEnum = {
|
|
752
|
-
ACTIVE: "ACTIVE",
|
|
753
|
-
PAUSED: "PAUSED",
|
|
754
|
-
};
|
|
755
|
-
export const JsonApiAutomationPatchAttributesAlertTriggerEnum = {
|
|
756
|
-
ALWAYS: "ALWAYS",
|
|
757
|
-
ONCE: "ONCE",
|
|
758
|
-
};
|
|
759
760
|
export const JsonApiAutomationResultLinkageTypeEnum = {
|
|
760
761
|
AUTOMATION_RESULT: "automationResult",
|
|
761
762
|
};
|
|
@@ -1029,6 +1030,10 @@ export const JsonApiDatasetOutAttributesWorkspaceDataFilterReferencesFilterColum
|
|
|
1029
1030
|
TIMESTAMP_TZ: "TIMESTAMP_TZ",
|
|
1030
1031
|
BOOLEAN: "BOOLEAN",
|
|
1031
1032
|
};
|
|
1033
|
+
export const JsonApiDatasetOutMetaOriginOriginTypeEnum = {
|
|
1034
|
+
NATIVE: "NATIVE",
|
|
1035
|
+
PARENT: "PARENT",
|
|
1036
|
+
};
|
|
1032
1037
|
export const JsonApiDatasetOutWithLinksTypeEnum = {
|
|
1033
1038
|
DATASET: "dataset",
|
|
1034
1039
|
};
|
|
@@ -1059,6 +1064,14 @@ export const JsonApiExportDefinitionPostOptionalIdTypeEnum = {
|
|
|
1059
1064
|
export const JsonApiExportTemplateInTypeEnum = {
|
|
1060
1065
|
EXPORT_TEMPLATE: "exportTemplate",
|
|
1061
1066
|
};
|
|
1067
|
+
export const JsonApiExportTemplateInAttributesDashboardSlidesTemplateAppliedOnEnum = {
|
|
1068
|
+
PDF: "PDF",
|
|
1069
|
+
PPTX: "PPTX",
|
|
1070
|
+
};
|
|
1071
|
+
export const JsonApiExportTemplateInAttributesWidgetSlidesTemplateAppliedOnEnum = {
|
|
1072
|
+
PDF: "PDF",
|
|
1073
|
+
PPTX: "PPTX",
|
|
1074
|
+
};
|
|
1062
1075
|
export const JsonApiExportTemplateOutTypeEnum = {
|
|
1063
1076
|
EXPORT_TEMPLATE: "exportTemplate",
|
|
1064
1077
|
};
|
|
@@ -1071,14 +1084,6 @@ export const JsonApiExportTemplatePatchTypeEnum = {
|
|
|
1071
1084
|
export const JsonApiExportTemplatePostOptionalIdTypeEnum = {
|
|
1072
1085
|
EXPORT_TEMPLATE: "exportTemplate",
|
|
1073
1086
|
};
|
|
1074
|
-
export const JsonApiExportTemplatePostOptionalIdAttributesDashboardSlidesTemplateAppliedOnEnum = {
|
|
1075
|
-
PDF: "PDF",
|
|
1076
|
-
PPTX: "PPTX",
|
|
1077
|
-
};
|
|
1078
|
-
export const JsonApiExportTemplatePostOptionalIdAttributesWidgetSlidesTemplateAppliedOnEnum = {
|
|
1079
|
-
PDF: "PDF",
|
|
1080
|
-
PPTX: "PPTX",
|
|
1081
|
-
};
|
|
1082
1087
|
export const JsonApiFactLinkageTypeEnum = {
|
|
1083
1088
|
FACT: "fact",
|
|
1084
1089
|
};
|
|
@@ -1254,6 +1259,20 @@ export const JsonApiNotificationChannelIdentifierOutWithLinksTypeEnum = {
|
|
|
1254
1259
|
export const JsonApiNotificationChannelInTypeEnum = {
|
|
1255
1260
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1256
1261
|
};
|
|
1262
|
+
export const JsonApiNotificationChannelInAttributesDashboardLinkVisibilityEnum = {
|
|
1263
|
+
HIDDEN: "HIDDEN",
|
|
1264
|
+
INTERNAL_ONLY: "INTERNAL_ONLY",
|
|
1265
|
+
ALL: "ALL",
|
|
1266
|
+
};
|
|
1267
|
+
export const JsonApiNotificationChannelInAttributesAllowedRecipientsEnum = {
|
|
1268
|
+
CREATOR: "CREATOR",
|
|
1269
|
+
INTERNAL: "INTERNAL",
|
|
1270
|
+
EXTERNAL: "EXTERNAL",
|
|
1271
|
+
};
|
|
1272
|
+
export const JsonApiNotificationChannelInAttributesInPlatformNotificationEnum = {
|
|
1273
|
+
DISABLED: "DISABLED",
|
|
1274
|
+
ENABLED: "ENABLED",
|
|
1275
|
+
};
|
|
1257
1276
|
export const JsonApiNotificationChannelLinkageTypeEnum = {
|
|
1258
1277
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1259
1278
|
};
|
|
@@ -1289,20 +1308,6 @@ export const JsonApiNotificationChannelPatchTypeEnum = {
|
|
|
1289
1308
|
export const JsonApiNotificationChannelPostOptionalIdTypeEnum = {
|
|
1290
1309
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1291
1310
|
};
|
|
1292
|
-
export const JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = {
|
|
1293
|
-
HIDDEN: "HIDDEN",
|
|
1294
|
-
INTERNAL_ONLY: "INTERNAL_ONLY",
|
|
1295
|
-
ALL: "ALL",
|
|
1296
|
-
};
|
|
1297
|
-
export const JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = {
|
|
1298
|
-
CREATOR: "CREATOR",
|
|
1299
|
-
INTERNAL: "INTERNAL",
|
|
1300
|
-
EXTERNAL: "EXTERNAL",
|
|
1301
|
-
};
|
|
1302
|
-
export const JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = {
|
|
1303
|
-
DISABLED: "DISABLED",
|
|
1304
|
-
ENABLED: "ENABLED",
|
|
1305
|
-
};
|
|
1306
1311
|
export const JsonApiOrganizationInTypeEnum = {
|
|
1307
1312
|
ORGANIZATION: "organization",
|
|
1308
1313
|
};
|
|
@@ -1404,34 +1409,6 @@ export const JsonApiUserSettingInTypeEnum = {
|
|
|
1404
1409
|
export const JsonApiUserSettingOutTypeEnum = {
|
|
1405
1410
|
USER_SETTING: "userSetting",
|
|
1406
1411
|
};
|
|
1407
|
-
export const JsonApiUserSettingOutAttributesTypeEnum = {
|
|
1408
|
-
TIMEZONE: "TIMEZONE",
|
|
1409
|
-
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1410
|
-
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
1411
|
-
ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
|
|
1412
|
-
WHITE_LABELING: "WHITE_LABELING",
|
|
1413
|
-
LOCALE: "LOCALE",
|
|
1414
|
-
METADATA_LOCALE: "METADATA_LOCALE",
|
|
1415
|
-
FORMAT_LOCALE: "FORMAT_LOCALE",
|
|
1416
|
-
MAPBOX_TOKEN: "MAPBOX_TOKEN",
|
|
1417
|
-
WEEK_START: "WEEK_START",
|
|
1418
|
-
SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
|
|
1419
|
-
OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
|
|
1420
|
-
TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED",
|
|
1421
|
-
OPENAI_CONFIG: "OPENAI_CONFIG",
|
|
1422
|
-
ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS",
|
|
1423
|
-
ALERT: "ALERT",
|
|
1424
|
-
SEPARATORS: "SEPARATORS",
|
|
1425
|
-
DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
|
|
1426
|
-
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1427
|
-
JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING",
|
|
1428
|
-
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1429
|
-
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1430
|
-
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
1431
|
-
ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
|
|
1432
|
-
ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
|
|
1433
|
-
AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE",
|
|
1434
|
-
};
|
|
1435
1412
|
export const JsonApiUserSettingOutWithLinksTypeEnum = {
|
|
1436
1413
|
USER_SETTING: "userSetting",
|
|
1437
1414
|
};
|
|
@@ -1444,10 +1421,6 @@ export const JsonApiVisualizationObjectLinkageTypeEnum = {
|
|
|
1444
1421
|
export const JsonApiVisualizationObjectOutTypeEnum = {
|
|
1445
1422
|
VISUALIZATION_OBJECT: "visualizationObject",
|
|
1446
1423
|
};
|
|
1447
|
-
export const JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum = {
|
|
1448
|
-
NATIVE: "NATIVE",
|
|
1449
|
-
PARENT: "PARENT",
|
|
1450
|
-
};
|
|
1451
1424
|
export const JsonApiVisualizationObjectOutWithLinksTypeEnum = {
|
|
1452
1425
|
VISUALIZATION_OBJECT: "visualizationObject",
|
|
1453
1426
|
};
|
|
@@ -1457,6 +1430,16 @@ export const JsonApiVisualizationObjectPatchTypeEnum = {
|
|
|
1457
1430
|
export const JsonApiVisualizationObjectPostOptionalIdTypeEnum = {
|
|
1458
1431
|
VISUALIZATION_OBJECT: "visualizationObject",
|
|
1459
1432
|
};
|
|
1433
|
+
export const JsonApiWorkspaceAutomationOutTypeEnum = {
|
|
1434
|
+
WORKSPACE_AUTOMATION: "workspaceAutomation",
|
|
1435
|
+
};
|
|
1436
|
+
export const JsonApiWorkspaceAutomationOutAttributesStateEnum = {
|
|
1437
|
+
ACTIVE: "ACTIVE",
|
|
1438
|
+
PAUSED: "PAUSED",
|
|
1439
|
+
};
|
|
1440
|
+
export const JsonApiWorkspaceAutomationOutWithLinksTypeEnum = {
|
|
1441
|
+
WORKSPACE_AUTOMATION: "workspaceAutomation",
|
|
1442
|
+
};
|
|
1460
1443
|
export const JsonApiWorkspaceDataFilterInTypeEnum = {
|
|
1461
1444
|
WORKSPACE_DATA_FILTER: "workspaceDataFilter",
|
|
1462
1445
|
};
|
|
@@ -1519,6 +1502,35 @@ export const JsonApiWorkspaceSettingInTypeEnum = {
|
|
|
1519
1502
|
export const JsonApiWorkspaceSettingOutTypeEnum = {
|
|
1520
1503
|
WORKSPACE_SETTING: "workspaceSetting",
|
|
1521
1504
|
};
|
|
1505
|
+
export const JsonApiWorkspaceSettingOutAttributesTypeEnum = {
|
|
1506
|
+
TIMEZONE: "TIMEZONE",
|
|
1507
|
+
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1508
|
+
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
1509
|
+
ACTIVE_LLM_ENDPOINT: "ACTIVE_LLM_ENDPOINT",
|
|
1510
|
+
WHITE_LABELING: "WHITE_LABELING",
|
|
1511
|
+
LOCALE: "LOCALE",
|
|
1512
|
+
METADATA_LOCALE: "METADATA_LOCALE",
|
|
1513
|
+
FORMAT_LOCALE: "FORMAT_LOCALE",
|
|
1514
|
+
MAPBOX_TOKEN: "MAPBOX_TOKEN",
|
|
1515
|
+
AG_GRID_TOKEN: "AG_GRID_TOKEN",
|
|
1516
|
+
WEEK_START: "WEEK_START",
|
|
1517
|
+
SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
|
|
1518
|
+
OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
|
|
1519
|
+
TIMEZONE_VALIDATION_ENABLED: "TIMEZONE_VALIDATION_ENABLED",
|
|
1520
|
+
OPENAI_CONFIG: "OPENAI_CONFIG",
|
|
1521
|
+
ENABLE_FILE_ANALYTICS: "ENABLE_FILE_ANALYTICS",
|
|
1522
|
+
ALERT: "ALERT",
|
|
1523
|
+
SEPARATORS: "SEPARATORS",
|
|
1524
|
+
DATE_FILTER_CONFIG: "DATE_FILTER_CONFIG",
|
|
1525
|
+
JIT_PROVISIONING: "JIT_PROVISIONING",
|
|
1526
|
+
JWT_JIT_PROVISIONING: "JWT_JIT_PROVISIONING",
|
|
1527
|
+
DASHBOARD_FILTERS_APPLY_MODE: "DASHBOARD_FILTERS_APPLY_MODE",
|
|
1528
|
+
ENABLE_SLIDES_EXPORT: "ENABLE_SLIDES_EXPORT",
|
|
1529
|
+
AI_RATE_LIMIT: "AI_RATE_LIMIT",
|
|
1530
|
+
ATTACHMENT_SIZE_LIMIT: "ATTACHMENT_SIZE_LIMIT",
|
|
1531
|
+
ATTACHMENT_LINK_TTL: "ATTACHMENT_LINK_TTL",
|
|
1532
|
+
AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE",
|
|
1533
|
+
};
|
|
1522
1534
|
export const JsonApiWorkspaceSettingOutWithLinksTypeEnum = {
|
|
1523
1535
|
WORKSPACE_SETTING: "workspaceSetting",
|
|
1524
1536
|
};
|
|
@@ -1662,6 +1674,7 @@ export const ResolvedSettingTypeEnum = {
|
|
|
1662
1674
|
METADATA_LOCALE: "METADATA_LOCALE",
|
|
1663
1675
|
FORMAT_LOCALE: "FORMAT_LOCALE",
|
|
1664
1676
|
MAPBOX_TOKEN: "MAPBOX_TOKEN",
|
|
1677
|
+
AG_GRID_TOKEN: "AG_GRID_TOKEN",
|
|
1665
1678
|
WEEK_START: "WEEK_START",
|
|
1666
1679
|
SHOW_HIDDEN_CATALOG_ITEMS: "SHOW_HIDDEN_CATALOG_ITEMS",
|
|
1667
1680
|
OPERATOR_OVERRIDES: "OPERATOR_OVERRIDES",
|
|
@@ -6972,6 +6985,134 @@ export class AttributesApi extends BaseAPI {
|
|
|
6972
6985
|
.then((request) => request(this.axios, this.basePath));
|
|
6973
6986
|
}
|
|
6974
6987
|
}
|
|
6988
|
+
/**
|
|
6989
|
+
* AutomationOrganizationViewControllerApi - axios parameter creator
|
|
6990
|
+
* @export
|
|
6991
|
+
*/
|
|
6992
|
+
export const AutomationOrganizationViewControllerApiAxiosParamCreator = function (configuration) {
|
|
6993
|
+
return {
|
|
6994
|
+
/**
|
|
6995
|
+
*
|
|
6996
|
+
* @summary Get all Automations across all Workspaces
|
|
6997
|
+
* @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\').
|
|
6998
|
+
* @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.
|
|
6999
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
7000
|
+
* @param {number} [size] The size of the page to be returned
|
|
7001
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
7002
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
7003
|
+
* @param {*} [options] Override http request option.
|
|
7004
|
+
* @throws {RequiredError}
|
|
7005
|
+
*/
|
|
7006
|
+
getAllAutomationsWorkspaceAutomations: async (filter, include, page, size, sort, metaInclude, options = {}) => {
|
|
7007
|
+
const localVarPath = `/api/v1/entities/organization/workspaceAutomations`;
|
|
7008
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7009
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7010
|
+
let baseOptions;
|
|
7011
|
+
if (configuration) {
|
|
7012
|
+
baseOptions = configuration.baseOptions;
|
|
7013
|
+
}
|
|
7014
|
+
const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
|
|
7015
|
+
const localVarHeaderParameter = {};
|
|
7016
|
+
const localVarQueryParameter = {};
|
|
7017
|
+
if (filter !== undefined) {
|
|
7018
|
+
localVarQueryParameter["filter"] = filter;
|
|
7019
|
+
}
|
|
7020
|
+
if (include) {
|
|
7021
|
+
localVarQueryParameter["include"] = include.join(COLLECTION_FORMATS.csv);
|
|
7022
|
+
}
|
|
7023
|
+
if (page !== undefined) {
|
|
7024
|
+
localVarQueryParameter["page"] = page;
|
|
7025
|
+
}
|
|
7026
|
+
if (size !== undefined) {
|
|
7027
|
+
localVarQueryParameter["size"] = size;
|
|
7028
|
+
}
|
|
7029
|
+
if (sort) {
|
|
7030
|
+
localVarQueryParameter["sort"] = sort;
|
|
7031
|
+
}
|
|
7032
|
+
if (metaInclude) {
|
|
7033
|
+
localVarQueryParameter["metaInclude"] = Array.from(metaInclude).join(COLLECTION_FORMATS.csv);
|
|
7034
|
+
}
|
|
7035
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7036
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7037
|
+
localVarRequestOptions.headers = {
|
|
7038
|
+
...localVarHeaderParameter,
|
|
7039
|
+
...headersFromBaseOptions,
|
|
7040
|
+
...options.headers,
|
|
7041
|
+
};
|
|
7042
|
+
return {
|
|
7043
|
+
url: toPathString(localVarUrlObj),
|
|
7044
|
+
options: localVarRequestOptions,
|
|
7045
|
+
};
|
|
7046
|
+
},
|
|
7047
|
+
};
|
|
7048
|
+
};
|
|
7049
|
+
/**
|
|
7050
|
+
* AutomationOrganizationViewControllerApi - functional programming interface
|
|
7051
|
+
* @export
|
|
7052
|
+
*/
|
|
7053
|
+
export const AutomationOrganizationViewControllerApiFp = function (configuration) {
|
|
7054
|
+
const localVarAxiosParamCreator = AutomationOrganizationViewControllerApiAxiosParamCreator(configuration);
|
|
7055
|
+
return {
|
|
7056
|
+
/**
|
|
7057
|
+
*
|
|
7058
|
+
* @summary Get all Automations across all Workspaces
|
|
7059
|
+
* @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\').
|
|
7060
|
+
* @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.
|
|
7061
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
7062
|
+
* @param {number} [size] The size of the page to be returned
|
|
7063
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
7064
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
7065
|
+
* @param {*} [options] Override http request option.
|
|
7066
|
+
* @throws {RequiredError}
|
|
7067
|
+
*/
|
|
7068
|
+
async getAllAutomationsWorkspaceAutomations(filter, include, page, size, sort, metaInclude, options) {
|
|
7069
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getAllAutomationsWorkspaceAutomations(filter, include, page, size, sort, metaInclude, options);
|
|
7070
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7071
|
+
},
|
|
7072
|
+
};
|
|
7073
|
+
};
|
|
7074
|
+
/**
|
|
7075
|
+
* AutomationOrganizationViewControllerApi - factory interface
|
|
7076
|
+
* @export
|
|
7077
|
+
*/
|
|
7078
|
+
export const AutomationOrganizationViewControllerApiFactory = function (configuration, basePath, axios) {
|
|
7079
|
+
const localVarFp = AutomationOrganizationViewControllerApiFp(configuration);
|
|
7080
|
+
return {
|
|
7081
|
+
/**
|
|
7082
|
+
*
|
|
7083
|
+
* @summary Get all Automations across all Workspaces
|
|
7084
|
+
* @param {AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
7085
|
+
* @param {*} [options] Override http request option.
|
|
7086
|
+
* @throws {RequiredError}
|
|
7087
|
+
*/
|
|
7088
|
+
getAllAutomationsWorkspaceAutomations(requestParameters, options) {
|
|
7089
|
+
return localVarFp
|
|
7090
|
+
.getAllAutomationsWorkspaceAutomations(requestParameters.filter, requestParameters.include, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
|
|
7091
|
+
.then((request) => request(axios, basePath));
|
|
7092
|
+
},
|
|
7093
|
+
};
|
|
7094
|
+
};
|
|
7095
|
+
/**
|
|
7096
|
+
* AutomationOrganizationViewControllerApi - object-oriented interface
|
|
7097
|
+
* @export
|
|
7098
|
+
* @class AutomationOrganizationViewControllerApi
|
|
7099
|
+
* @extends {BaseAPI}
|
|
7100
|
+
*/
|
|
7101
|
+
export class AutomationOrganizationViewControllerApi extends BaseAPI {
|
|
7102
|
+
/**
|
|
7103
|
+
*
|
|
7104
|
+
* @summary Get all Automations across all Workspaces
|
|
7105
|
+
* @param {AutomationOrganizationViewControllerApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
7106
|
+
* @param {*} [options] Override http request option.
|
|
7107
|
+
* @throws {RequiredError}
|
|
7108
|
+
* @memberof AutomationOrganizationViewControllerApi
|
|
7109
|
+
*/
|
|
7110
|
+
getAllAutomationsWorkspaceAutomations(requestParameters = {}, options) {
|
|
7111
|
+
return AutomationOrganizationViewControllerApiFp(this.configuration)
|
|
7112
|
+
.getAllAutomationsWorkspaceAutomations(requestParameters.filter, requestParameters.include, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
|
|
7113
|
+
.then((request) => request(this.axios, this.basePath));
|
|
7114
|
+
}
|
|
7115
|
+
}
|
|
6975
7116
|
/**
|
|
6976
7117
|
* AutomationsApi - axios parameter creator
|
|
6977
7118
|
* @export
|
|
@@ -7111,6 +7252,59 @@ export const AutomationsApiAxiosParamCreator = function (configuration) {
|
|
|
7111
7252
|
options: localVarRequestOptions,
|
|
7112
7253
|
};
|
|
7113
7254
|
},
|
|
7255
|
+
/**
|
|
7256
|
+
*
|
|
7257
|
+
* @summary Get all Automations across all Workspaces
|
|
7258
|
+
* @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\').
|
|
7259
|
+
* @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.
|
|
7260
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
7261
|
+
* @param {number} [size] The size of the page to be returned
|
|
7262
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
7263
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
7264
|
+
* @param {*} [options] Override http request option.
|
|
7265
|
+
* @throws {RequiredError}
|
|
7266
|
+
*/
|
|
7267
|
+
getAllAutomationsWorkspaceAutomations: async (filter, include, page, size, sort, metaInclude, options = {}) => {
|
|
7268
|
+
const localVarPath = `/api/v1/entities/organization/workspaceAutomations`;
|
|
7269
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7270
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7271
|
+
let baseOptions;
|
|
7272
|
+
if (configuration) {
|
|
7273
|
+
baseOptions = configuration.baseOptions;
|
|
7274
|
+
}
|
|
7275
|
+
const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
|
|
7276
|
+
const localVarHeaderParameter = {};
|
|
7277
|
+
const localVarQueryParameter = {};
|
|
7278
|
+
if (filter !== undefined) {
|
|
7279
|
+
localVarQueryParameter["filter"] = filter;
|
|
7280
|
+
}
|
|
7281
|
+
if (include) {
|
|
7282
|
+
localVarQueryParameter["include"] = include.join(COLLECTION_FORMATS.csv);
|
|
7283
|
+
}
|
|
7284
|
+
if (page !== undefined) {
|
|
7285
|
+
localVarQueryParameter["page"] = page;
|
|
7286
|
+
}
|
|
7287
|
+
if (size !== undefined) {
|
|
7288
|
+
localVarQueryParameter["size"] = size;
|
|
7289
|
+
}
|
|
7290
|
+
if (sort) {
|
|
7291
|
+
localVarQueryParameter["sort"] = sort;
|
|
7292
|
+
}
|
|
7293
|
+
if (metaInclude) {
|
|
7294
|
+
localVarQueryParameter["metaInclude"] = Array.from(metaInclude).join(COLLECTION_FORMATS.csv);
|
|
7295
|
+
}
|
|
7296
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7297
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7298
|
+
localVarRequestOptions.headers = {
|
|
7299
|
+
...localVarHeaderParameter,
|
|
7300
|
+
...headersFromBaseOptions,
|
|
7301
|
+
...options.headers,
|
|
7302
|
+
};
|
|
7303
|
+
return {
|
|
7304
|
+
url: toPathString(localVarUrlObj),
|
|
7305
|
+
options: localVarRequestOptions,
|
|
7306
|
+
};
|
|
7307
|
+
},
|
|
7114
7308
|
/**
|
|
7115
7309
|
*
|
|
7116
7310
|
* @summary Get all Automations
|
|
@@ -7602,6 +7796,22 @@ export const AutomationsApiFp = function (configuration) {
|
|
|
7602
7796
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteWorkspaceAutomations(workspaceId, workspaceAutomationManagementBulkRequest, options);
|
|
7603
7797
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7604
7798
|
},
|
|
7799
|
+
/**
|
|
7800
|
+
*
|
|
7801
|
+
* @summary Get all Automations across all Workspaces
|
|
7802
|
+
* @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\').
|
|
7803
|
+
* @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.
|
|
7804
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
7805
|
+
* @param {number} [size] The size of the page to be returned
|
|
7806
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
7807
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
7808
|
+
* @param {*} [options] Override http request option.
|
|
7809
|
+
* @throws {RequiredError}
|
|
7810
|
+
*/
|
|
7811
|
+
async getAllAutomationsWorkspaceAutomations(filter, include, page, size, sort, metaInclude, options) {
|
|
7812
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getAllAutomationsWorkspaceAutomations(filter, include, page, size, sort, metaInclude, options);
|
|
7813
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
7814
|
+
},
|
|
7605
7815
|
/**
|
|
7606
7816
|
*
|
|
7607
7817
|
* @summary Get all Automations
|
|
@@ -7781,6 +7991,18 @@ export const AutomationsApiFactory = function (configuration, basePath, axios) {
|
|
|
7781
7991
|
.deleteWorkspaceAutomations(requestParameters.workspaceId, requestParameters.workspaceAutomationManagementBulkRequest, options)
|
|
7782
7992
|
.then((request) => request(axios, basePath));
|
|
7783
7993
|
},
|
|
7994
|
+
/**
|
|
7995
|
+
*
|
|
7996
|
+
* @summary Get all Automations across all Workspaces
|
|
7997
|
+
* @param {AutomationsApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
7998
|
+
* @param {*} [options] Override http request option.
|
|
7999
|
+
* @throws {RequiredError}
|
|
8000
|
+
*/
|
|
8001
|
+
getAllAutomationsWorkspaceAutomations(requestParameters, options) {
|
|
8002
|
+
return localVarFp
|
|
8003
|
+
.getAllAutomationsWorkspaceAutomations(requestParameters.filter, requestParameters.include, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
|
|
8004
|
+
.then((request) => request(axios, basePath));
|
|
8005
|
+
},
|
|
7784
8006
|
/**
|
|
7785
8007
|
*
|
|
7786
8008
|
* @summary Get all Automations
|
|
@@ -7946,6 +8168,19 @@ export class AutomationsApi extends BaseAPI {
|
|
|
7946
8168
|
.deleteWorkspaceAutomations(requestParameters.workspaceId, requestParameters.workspaceAutomationManagementBulkRequest, options)
|
|
7947
8169
|
.then((request) => request(this.axios, this.basePath));
|
|
7948
8170
|
}
|
|
8171
|
+
/**
|
|
8172
|
+
*
|
|
8173
|
+
* @summary Get all Automations across all Workspaces
|
|
8174
|
+
* @param {AutomationsApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
8175
|
+
* @param {*} [options] Override http request option.
|
|
8176
|
+
* @throws {RequiredError}
|
|
8177
|
+
* @memberof AutomationsApi
|
|
8178
|
+
*/
|
|
8179
|
+
getAllAutomationsWorkspaceAutomations(requestParameters = {}, options) {
|
|
8180
|
+
return AutomationsApiFp(this.configuration)
|
|
8181
|
+
.getAllAutomationsWorkspaceAutomations(requestParameters.filter, requestParameters.include, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
|
|
8182
|
+
.then((request) => request(this.axios, this.basePath));
|
|
8183
|
+
}
|
|
7949
8184
|
/**
|
|
7950
8185
|
*
|
|
7951
8186
|
* @summary Get all Automations
|
|
@@ -15706,6 +15941,59 @@ export const EntitiesApiAxiosParamCreator = function (configuration) {
|
|
|
15706
15941
|
options: localVarRequestOptions,
|
|
15707
15942
|
};
|
|
15708
15943
|
},
|
|
15944
|
+
/**
|
|
15945
|
+
*
|
|
15946
|
+
* @summary Get all Automations across all Workspaces
|
|
15947
|
+
* @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\').
|
|
15948
|
+
* @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.
|
|
15949
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
15950
|
+
* @param {number} [size] The size of the page to be returned
|
|
15951
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
15952
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
15953
|
+
* @param {*} [options] Override http request option.
|
|
15954
|
+
* @throws {RequiredError}
|
|
15955
|
+
*/
|
|
15956
|
+
getAllAutomationsWorkspaceAutomations: async (filter, include, page, size, sort, metaInclude, options = {}) => {
|
|
15957
|
+
const localVarPath = `/api/v1/entities/organization/workspaceAutomations`;
|
|
15958
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15959
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
15960
|
+
let baseOptions;
|
|
15961
|
+
if (configuration) {
|
|
15962
|
+
baseOptions = configuration.baseOptions;
|
|
15963
|
+
}
|
|
15964
|
+
const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
|
|
15965
|
+
const localVarHeaderParameter = {};
|
|
15966
|
+
const localVarQueryParameter = {};
|
|
15967
|
+
if (filter !== undefined) {
|
|
15968
|
+
localVarQueryParameter["filter"] = filter;
|
|
15969
|
+
}
|
|
15970
|
+
if (include) {
|
|
15971
|
+
localVarQueryParameter["include"] = include.join(COLLECTION_FORMATS.csv);
|
|
15972
|
+
}
|
|
15973
|
+
if (page !== undefined) {
|
|
15974
|
+
localVarQueryParameter["page"] = page;
|
|
15975
|
+
}
|
|
15976
|
+
if (size !== undefined) {
|
|
15977
|
+
localVarQueryParameter["size"] = size;
|
|
15978
|
+
}
|
|
15979
|
+
if (sort) {
|
|
15980
|
+
localVarQueryParameter["sort"] = sort;
|
|
15981
|
+
}
|
|
15982
|
+
if (metaInclude) {
|
|
15983
|
+
localVarQueryParameter["metaInclude"] = Array.from(metaInclude).join(COLLECTION_FORMATS.csv);
|
|
15984
|
+
}
|
|
15985
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
15986
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
15987
|
+
localVarRequestOptions.headers = {
|
|
15988
|
+
...localVarHeaderParameter,
|
|
15989
|
+
...headersFromBaseOptions,
|
|
15990
|
+
...options.headers,
|
|
15991
|
+
};
|
|
15992
|
+
return {
|
|
15993
|
+
url: toPathString(localVarUrlObj),
|
|
15994
|
+
options: localVarRequestOptions,
|
|
15995
|
+
};
|
|
15996
|
+
},
|
|
15709
15997
|
/**
|
|
15710
15998
|
*
|
|
15711
15999
|
* @param {string} workspaceId
|
|
@@ -23464,6 +23752,22 @@ export const EntitiesApiFp = function (configuration) {
|
|
|
23464
23752
|
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteEntityWorkspaces(id, filter, options);
|
|
23465
23753
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
23466
23754
|
},
|
|
23755
|
+
/**
|
|
23756
|
+
*
|
|
23757
|
+
* @summary Get all Automations across all Workspaces
|
|
23758
|
+
* @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\').
|
|
23759
|
+
* @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.
|
|
23760
|
+
* @param {number} [page] Zero-based page index (0..N)
|
|
23761
|
+
* @param {number} [size] The size of the page to be returned
|
|
23762
|
+
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
23763
|
+
* @param {Array<'page' | 'all' | 'ALL'>} [metaInclude] Include Meta objects.
|
|
23764
|
+
* @param {*} [options] Override http request option.
|
|
23765
|
+
* @throws {RequiredError}
|
|
23766
|
+
*/
|
|
23767
|
+
async getAllAutomationsWorkspaceAutomations(filter, include, page, size, sort, metaInclude, options) {
|
|
23768
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getAllAutomationsWorkspaceAutomations(filter, include, page, size, sort, metaInclude, options);
|
|
23769
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
23770
|
+
},
|
|
23467
23771
|
/**
|
|
23468
23772
|
*
|
|
23469
23773
|
* @param {string} workspaceId
|
|
@@ -26235,6 +26539,18 @@ export const EntitiesApiFactory = function (configuration, basePath, axios) {
|
|
|
26235
26539
|
.deleteEntityWorkspaces(requestParameters.id, requestParameters.filter, options)
|
|
26236
26540
|
.then((request) => request(axios, basePath));
|
|
26237
26541
|
},
|
|
26542
|
+
/**
|
|
26543
|
+
*
|
|
26544
|
+
* @summary Get all Automations across all Workspaces
|
|
26545
|
+
* @param {EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
26546
|
+
* @param {*} [options] Override http request option.
|
|
26547
|
+
* @throws {RequiredError}
|
|
26548
|
+
*/
|
|
26549
|
+
getAllAutomationsWorkspaceAutomations(requestParameters, options) {
|
|
26550
|
+
return localVarFp
|
|
26551
|
+
.getAllAutomationsWorkspaceAutomations(requestParameters.filter, requestParameters.include, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
|
|
26552
|
+
.then((request) => request(axios, basePath));
|
|
26553
|
+
},
|
|
26238
26554
|
/**
|
|
26239
26555
|
*
|
|
26240
26556
|
* @param {EntitiesApiGetAllEntitiesAggregatedFactsRequest} requestParameters Request parameters.
|
|
@@ -28667,6 +28983,19 @@ export class EntitiesApi extends BaseAPI {
|
|
|
28667
28983
|
.deleteEntityWorkspaces(requestParameters.id, requestParameters.filter, options)
|
|
28668
28984
|
.then((request) => request(this.axios, this.basePath));
|
|
28669
28985
|
}
|
|
28986
|
+
/**
|
|
28987
|
+
*
|
|
28988
|
+
* @summary Get all Automations across all Workspaces
|
|
28989
|
+
* @param {EntitiesApiGetAllAutomationsWorkspaceAutomationsRequest} requestParameters Request parameters.
|
|
28990
|
+
* @param {*} [options] Override http request option.
|
|
28991
|
+
* @throws {RequiredError}
|
|
28992
|
+
* @memberof EntitiesApi
|
|
28993
|
+
*/
|
|
28994
|
+
getAllAutomationsWorkspaceAutomations(requestParameters = {}, options) {
|
|
28995
|
+
return EntitiesApiFp(this.configuration)
|
|
28996
|
+
.getAllAutomationsWorkspaceAutomations(requestParameters.filter, requestParameters.include, requestParameters.page, requestParameters.size, requestParameters.sort, requestParameters.metaInclude, options)
|
|
28997
|
+
.then((request) => request(this.axios, this.basePath));
|
|
28998
|
+
}
|
|
28670
28999
|
/**
|
|
28671
29000
|
*
|
|
28672
29001
|
* @param {EntitiesApiGetAllEntitiesAggregatedFactsRequest} requestParameters Request parameters.
|