@gooddata/api-client-tiger 10.43.0-alpha.1 → 10.43.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 +837 -798
- package/esm/generated/export-json-api/api.d.ts +68 -40
- package/esm/generated/export-json-api/api.d.ts.map +1 -1
- package/esm/generated/export-json-api/api.js +9 -0
- package/esm/generated/export-json-api/api.js.map +1 -1
- package/esm/generated/export-json-api/openapi-spec.json +94 -16
- package/esm/generated/metadata-json-api/api.d.ts +697 -693
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +51 -46
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/openapi-spec.json +6792 -6739
- package/package.json +3 -3
|
@@ -734,10 +734,6 @@ export const JsonApiAutomationInAttributesStateEnum = {
|
|
|
734
734
|
ACTIVE: "ACTIVE",
|
|
735
735
|
PAUSED: "PAUSED",
|
|
736
736
|
};
|
|
737
|
-
export const JsonApiAutomationInAttributesAlertTriggerEnum = {
|
|
738
|
-
ALWAYS: "ALWAYS",
|
|
739
|
-
ONCE: "ONCE",
|
|
740
|
-
};
|
|
741
737
|
export const JsonApiAutomationLinkageTypeEnum = {
|
|
742
738
|
AUTOMATION: "automation",
|
|
743
739
|
};
|
|
@@ -748,6 +744,10 @@ export const JsonApiAutomationOutAttributesStateEnum = {
|
|
|
748
744
|
ACTIVE: "ACTIVE",
|
|
749
745
|
PAUSED: "PAUSED",
|
|
750
746
|
};
|
|
747
|
+
export const JsonApiAutomationOutAttributesAlertTriggerEnum = {
|
|
748
|
+
ALWAYS: "ALWAYS",
|
|
749
|
+
ONCE: "ONCE",
|
|
750
|
+
};
|
|
751
751
|
export const JsonApiAutomationOutWithLinksTypeEnum = {
|
|
752
752
|
AUTOMATION: "automation",
|
|
753
753
|
};
|
|
@@ -864,6 +864,10 @@ export const JsonApiDataSourceIdentifierOutAttributesTypeEnum = {
|
|
|
864
864
|
ATHENA: "ATHENA",
|
|
865
865
|
MONGODB: "MONGODB",
|
|
866
866
|
};
|
|
867
|
+
export const JsonApiDataSourceIdentifierOutMetaPermissionsEnum = {
|
|
868
|
+
MANAGE: "MANAGE",
|
|
869
|
+
USE: "USE",
|
|
870
|
+
};
|
|
867
871
|
export const JsonApiDataSourceIdentifierOutWithLinksTypeEnum = {
|
|
868
872
|
DATA_SOURCE_IDENTIFIER: "dataSourceIdentifier",
|
|
869
873
|
};
|
|
@@ -944,10 +948,6 @@ export const JsonApiDataSourceOutAttributesAuthenticationTypeEnum = {
|
|
|
944
948
|
CLIENT_SECRET: "CLIENT_SECRET",
|
|
945
949
|
ACCESS_TOKEN: "ACCESS_TOKEN",
|
|
946
950
|
};
|
|
947
|
-
export const JsonApiDataSourceOutMetaPermissionsEnum = {
|
|
948
|
-
MANAGE: "MANAGE",
|
|
949
|
-
USE: "USE",
|
|
950
|
-
};
|
|
951
951
|
export const JsonApiDataSourceOutWithLinksTypeEnum = {
|
|
952
952
|
DATA_SOURCE: "dataSource",
|
|
953
953
|
};
|
|
@@ -1027,6 +1027,10 @@ export const JsonApiDatasetOutAttributesWorkspaceDataFilterReferencesInnerFilter
|
|
|
1027
1027
|
TIMESTAMP_TZ: "TIMESTAMP_TZ",
|
|
1028
1028
|
BOOLEAN: "BOOLEAN",
|
|
1029
1029
|
};
|
|
1030
|
+
export const JsonApiDatasetOutMetaOriginOriginTypeEnum = {
|
|
1031
|
+
NATIVE: "NATIVE",
|
|
1032
|
+
PARENT: "PARENT",
|
|
1033
|
+
};
|
|
1030
1034
|
export const JsonApiDatasetOutWithLinksTypeEnum = {
|
|
1031
1035
|
DATASET: "dataset",
|
|
1032
1036
|
};
|
|
@@ -1060,20 +1064,20 @@ export const JsonApiExportTemplateInTypeEnum = {
|
|
|
1060
1064
|
export const JsonApiExportTemplateOutTypeEnum = {
|
|
1061
1065
|
EXPORT_TEMPLATE: "exportTemplate",
|
|
1062
1066
|
};
|
|
1063
|
-
export const
|
|
1064
|
-
EXPORT_TEMPLATE: "exportTemplate",
|
|
1065
|
-
};
|
|
1066
|
-
export const JsonApiExportTemplatePatchTypeEnum = {
|
|
1067
|
-
EXPORT_TEMPLATE: "exportTemplate",
|
|
1068
|
-
};
|
|
1069
|
-
export const JsonApiExportTemplatePatchAttributesDashboardSlidesTemplateAppliedOnEnum = {
|
|
1067
|
+
export const JsonApiExportTemplateOutAttributesDashboardSlidesTemplateAppliedOnEnum = {
|
|
1070
1068
|
PDF: "PDF",
|
|
1071
1069
|
PPTX: "PPTX",
|
|
1072
1070
|
};
|
|
1073
|
-
export const
|
|
1071
|
+
export const JsonApiExportTemplateOutAttributesWidgetSlidesTemplateAppliedOnEnum = {
|
|
1074
1072
|
PDF: "PDF",
|
|
1075
1073
|
PPTX: "PPTX",
|
|
1076
1074
|
};
|
|
1075
|
+
export const JsonApiExportTemplateOutWithLinksTypeEnum = {
|
|
1076
|
+
EXPORT_TEMPLATE: "exportTemplate",
|
|
1077
|
+
};
|
|
1078
|
+
export const JsonApiExportTemplatePatchTypeEnum = {
|
|
1079
|
+
EXPORT_TEMPLATE: "exportTemplate",
|
|
1080
|
+
};
|
|
1077
1081
|
export const JsonApiExportTemplatePostOptionalIdTypeEnum = {
|
|
1078
1082
|
EXPORT_TEMPLATE: "exportTemplate",
|
|
1079
1083
|
};
|
|
@@ -1128,6 +1132,12 @@ export const JsonApiFilterViewPatchTypeEnum = {
|
|
|
1128
1132
|
export const JsonApiIdentityProviderInTypeEnum = {
|
|
1129
1133
|
IDENTITY_PROVIDER: "identityProvider",
|
|
1130
1134
|
};
|
|
1135
|
+
export const JsonApiIdentityProviderInAttributesIdpTypeEnum = {
|
|
1136
|
+
MANAGED_IDP: "MANAGED_IDP",
|
|
1137
|
+
FIM_IDP: "FIM_IDP",
|
|
1138
|
+
DEX_IDP: "DEX_IDP",
|
|
1139
|
+
CUSTOM_IDP: "CUSTOM_IDP",
|
|
1140
|
+
};
|
|
1131
1141
|
export const JsonApiIdentityProviderLinkageTypeEnum = {
|
|
1132
1142
|
IDENTITY_PROVIDER: "identityProvider",
|
|
1133
1143
|
};
|
|
@@ -1146,12 +1156,6 @@ export const JsonApiIdentityProviderOutWithLinksTypeEnum = {
|
|
|
1146
1156
|
export const JsonApiIdentityProviderPatchTypeEnum = {
|
|
1147
1157
|
IDENTITY_PROVIDER: "identityProvider",
|
|
1148
1158
|
};
|
|
1149
|
-
export const JsonApiIdentityProviderPatchAttributesIdpTypeEnum = {
|
|
1150
|
-
MANAGED_IDP: "MANAGED_IDP",
|
|
1151
|
-
FIM_IDP: "FIM_IDP",
|
|
1152
|
-
DEX_IDP: "DEX_IDP",
|
|
1153
|
-
CUSTOM_IDP: "CUSTOM_IDP",
|
|
1154
|
-
};
|
|
1155
1159
|
export const JsonApiJwkInTypeEnum = {
|
|
1156
1160
|
JWK: "jwk",
|
|
1157
1161
|
};
|
|
@@ -1284,23 +1288,23 @@ export const JsonApiNotificationChannelOutWithLinksTypeEnum = {
|
|
|
1284
1288
|
export const JsonApiNotificationChannelPatchTypeEnum = {
|
|
1285
1289
|
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1286
1290
|
};
|
|
1287
|
-
export const
|
|
1291
|
+
export const JsonApiNotificationChannelPostOptionalIdTypeEnum = {
|
|
1292
|
+
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1293
|
+
};
|
|
1294
|
+
export const JsonApiNotificationChannelPostOptionalIdAttributesDashboardLinkVisibilityEnum = {
|
|
1288
1295
|
HIDDEN: "HIDDEN",
|
|
1289
1296
|
INTERNAL_ONLY: "INTERNAL_ONLY",
|
|
1290
1297
|
ALL: "ALL",
|
|
1291
1298
|
};
|
|
1292
|
-
export const
|
|
1299
|
+
export const JsonApiNotificationChannelPostOptionalIdAttributesAllowedRecipientsEnum = {
|
|
1293
1300
|
CREATOR: "CREATOR",
|
|
1294
1301
|
INTERNAL: "INTERNAL",
|
|
1295
1302
|
EXTERNAL: "EXTERNAL",
|
|
1296
1303
|
};
|
|
1297
|
-
export const
|
|
1304
|
+
export const JsonApiNotificationChannelPostOptionalIdAttributesInPlatformNotificationEnum = {
|
|
1298
1305
|
DISABLED: "DISABLED",
|
|
1299
1306
|
ENABLED: "ENABLED",
|
|
1300
1307
|
};
|
|
1301
|
-
export const JsonApiNotificationChannelPostOptionalIdTypeEnum = {
|
|
1302
|
-
NOTIFICATION_CHANNEL: "notificationChannel",
|
|
1303
|
-
};
|
|
1304
1308
|
export const JsonApiOrganizationInTypeEnum = {
|
|
1305
1309
|
ORGANIZATION: "organization",
|
|
1306
1310
|
};
|
|
@@ -1414,10 +1418,6 @@ export const JsonApiVisualizationObjectLinkageTypeEnum = {
|
|
|
1414
1418
|
export const JsonApiVisualizationObjectOutTypeEnum = {
|
|
1415
1419
|
VISUALIZATION_OBJECT: "visualizationObject",
|
|
1416
1420
|
};
|
|
1417
|
-
export const JsonApiVisualizationObjectOutMetaOriginOriginTypeEnum = {
|
|
1418
|
-
NATIVE: "NATIVE",
|
|
1419
|
-
PARENT: "PARENT",
|
|
1420
|
-
};
|
|
1421
1421
|
export const JsonApiVisualizationObjectOutWithLinksTypeEnum = {
|
|
1422
1422
|
VISUALIZATION_OBJECT: "visualizationObject",
|
|
1423
1423
|
};
|
|
@@ -1430,10 +1430,6 @@ export const JsonApiVisualizationObjectPostOptionalIdTypeEnum = {
|
|
|
1430
1430
|
export const JsonApiWorkspaceAutomationOutTypeEnum = {
|
|
1431
1431
|
WORKSPACE_AUTOMATION: "workspaceAutomation",
|
|
1432
1432
|
};
|
|
1433
|
-
export const JsonApiWorkspaceAutomationOutAttributesStateEnum = {
|
|
1434
|
-
ACTIVE: "ACTIVE",
|
|
1435
|
-
PAUSED: "PAUSED",
|
|
1436
|
-
};
|
|
1437
1433
|
export const JsonApiWorkspaceAutomationOutWithLinksTypeEnum = {
|
|
1438
1434
|
WORKSPACE_AUTOMATION: "workspaceAutomation",
|
|
1439
1435
|
};
|
|
@@ -1496,7 +1492,10 @@ export const JsonApiWorkspacePatchTypeEnum = {
|
|
|
1496
1492
|
export const JsonApiWorkspaceSettingInTypeEnum = {
|
|
1497
1493
|
WORKSPACE_SETTING: "workspaceSetting",
|
|
1498
1494
|
};
|
|
1499
|
-
export const
|
|
1495
|
+
export const JsonApiWorkspaceSettingOutTypeEnum = {
|
|
1496
|
+
WORKSPACE_SETTING: "workspaceSetting",
|
|
1497
|
+
};
|
|
1498
|
+
export const JsonApiWorkspaceSettingOutAttributesTypeEnum = {
|
|
1500
1499
|
TIMEZONE: "TIMEZONE",
|
|
1501
1500
|
ACTIVE_THEME: "ACTIVE_THEME",
|
|
1502
1501
|
ACTIVE_COLOR_PALETTE: "ACTIVE_COLOR_PALETTE",
|
|
@@ -1526,9 +1525,6 @@ export const JsonApiWorkspaceSettingInAttributesTypeEnum = {
|
|
|
1526
1525
|
AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE: "AD_CATALOG_GROUPS_DEFAULT_EXPAND_STATE",
|
|
1527
1526
|
ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS: "ALLOW_UNSAFE_FLEX_CONNECT_ENDPOINTS",
|
|
1528
1527
|
};
|
|
1529
|
-
export const JsonApiWorkspaceSettingOutTypeEnum = {
|
|
1530
|
-
WORKSPACE_SETTING: "workspaceSetting",
|
|
1531
|
-
};
|
|
1532
1528
|
export const JsonApiWorkspaceSettingOutWithLinksTypeEnum = {
|
|
1533
1529
|
WORKSPACE_SETTING: "workspaceSetting",
|
|
1534
1530
|
};
|
|
@@ -1703,6 +1699,15 @@ export const RsaSpecificationAlgEnum = {
|
|
|
1703
1699
|
export const RsaSpecificationUseEnum = {
|
|
1704
1700
|
SIG: "sig",
|
|
1705
1701
|
};
|
|
1702
|
+
export const SettingsPageSizeEnum = {
|
|
1703
|
+
A3: "A3",
|
|
1704
|
+
A4: "A4",
|
|
1705
|
+
LETTER: "LETTER",
|
|
1706
|
+
};
|
|
1707
|
+
export const SettingsPageOrientationEnum = {
|
|
1708
|
+
PORTRAIT: "PORTRAIT",
|
|
1709
|
+
LANDSCAPE: "LANDSCAPE",
|
|
1710
|
+
};
|
|
1706
1711
|
export const SimpleMeasureDefinitionMeasureAggregationEnum = {
|
|
1707
1712
|
SUM: "SUM",
|
|
1708
1713
|
COUNT: "COUNT",
|
|
@@ -7370,7 +7375,7 @@ export const AutomationOrganizationViewControllerApiAxiosParamCreator = function
|
|
|
7370
7375
|
*
|
|
7371
7376
|
* @summary Get all Automations across all Workspaces
|
|
7372
7377
|
* @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\').
|
|
7373
|
-
* @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.
|
|
7378
|
+
* @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | '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.
|
|
7374
7379
|
* @param {number} [page] Zero-based page index (0..N)
|
|
7375
7380
|
* @param {number} [size] The size of the page to be returned
|
|
7376
7381
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
@@ -7432,7 +7437,7 @@ export const AutomationOrganizationViewControllerApiFp = function (configuration
|
|
|
7432
7437
|
*
|
|
7433
7438
|
* @summary Get all Automations across all Workspaces
|
|
7434
7439
|
* @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\').
|
|
7435
|
-
* @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.
|
|
7440
|
+
* @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | '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.
|
|
7436
7441
|
* @param {number} [page] Zero-based page index (0..N)
|
|
7437
7442
|
* @param {number} [size] The size of the page to be returned
|
|
7438
7443
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
@@ -7671,7 +7676,7 @@ export const AutomationsApiAxiosParamCreator = function (configuration) {
|
|
|
7671
7676
|
*
|
|
7672
7677
|
* @summary Get all Automations across all Workspaces
|
|
7673
7678
|
* @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\').
|
|
7674
|
-
* @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.
|
|
7679
|
+
* @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | '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.
|
|
7675
7680
|
* @param {number} [page] Zero-based page index (0..N)
|
|
7676
7681
|
* @param {number} [size] The size of the page to be returned
|
|
7677
7682
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
@@ -8392,7 +8397,7 @@ export const AutomationsApiFp = function (configuration) {
|
|
|
8392
8397
|
*
|
|
8393
8398
|
* @summary Get all Automations across all Workspaces
|
|
8394
8399
|
* @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\').
|
|
8395
|
-
* @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.
|
|
8400
|
+
* @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | '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.
|
|
8396
8401
|
* @param {number} [page] Zero-based page index (0..N)
|
|
8397
8402
|
* @param {number} [size] The size of the page to be returned
|
|
8398
8403
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
@@ -16708,7 +16713,7 @@ export const EntitiesApiAxiosParamCreator = function (configuration) {
|
|
|
16708
16713
|
*
|
|
16709
16714
|
* @summary Get all Automations across all Workspaces
|
|
16710
16715
|
* @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\').
|
|
16711
|
-
* @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.
|
|
16716
|
+
* @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | '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.
|
|
16712
16717
|
* @param {number} [page] Zero-based page index (0..N)
|
|
16713
16718
|
* @param {number} [size] The size of the page to be returned
|
|
16714
16719
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
@@ -24519,7 +24524,7 @@ export const EntitiesApiFp = function (configuration) {
|
|
|
24519
24524
|
*
|
|
24520
24525
|
* @summary Get all Automations across all Workspaces
|
|
24521
24526
|
* @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\').
|
|
24522
|
-
* @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.
|
|
24527
|
+
* @param {Array<'workspaces' | 'notificationChannels' | 'analyticalDashboards' | 'userIdentifiers' | 'exportDefinitions' | 'users' | 'automationResults' | 'workspace' | '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.
|
|
24523
24528
|
* @param {number} [page] Zero-based page index (0..N)
|
|
24524
24529
|
* @param {number} [size] The size of the page to be returned
|
|
24525
24530
|
* @param {Array<string>} [sort] Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|