@kestra-io/kestra-sdk 1.3.0 → 2.0.0-dev.2e43ff28.eb2705ef
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/dist/ai.d.ts +2 -0
- package/dist/ai.js +37 -0
- package/dist/apps.d.ts +2 -0
- package/dist/apps.js +95 -0
- package/dist/assets.d.ts +2 -0
- package/dist/assets.js +49 -0
- package/dist/audit-logs.d.ts +2 -0
- package/dist/audit-logs.js +31 -0
- package/dist/auths.d.ts +2 -0
- package/dist/auths.js +29 -0
- package/dist/banners.d.ts +2 -0
- package/dist/banners.js +18 -0
- package/dist/bindings.d.ts +2 -0
- package/dist/bindings.js +28 -0
- package/dist/blueprint-tags.d.ts +2 -0
- package/dist/blueprint-tags.js +13 -0
- package/dist/blueprints.d.ts +2 -0
- package/dist/blueprints.js +87 -0
- package/dist/client.d.ts +15 -0
- package/dist/client.gen-Cck1nGA2.js +570 -0
- package/dist/client.js +2 -0
- package/dist/cluster.d.ts +2 -0
- package/dist/cluster.js +7 -0
- package/dist/dashboards.d.ts +2 -0
- package/dist/dashboards.js +67 -0
- package/dist/executions.d.ts +2 -0
- package/dist/executions.js +217 -0
- package/dist/files.d.ts +2 -0
- package/dist/files.js +48 -0
- package/dist/flows.d.ts +2 -0
- package/dist/flows.js +147 -0
- package/dist/groups.d.ts +2 -0
- package/dist/groups.js +63 -0
- package/dist/index-B27Fh0cc.d.ts +2123 -0
- package/dist/index.d.ts +57 -0
- package/dist/index.js +302 -0
- package/dist/invitations.d.ts +2 -0
- package/dist/invitations.js +29 -0
- package/dist/kill-switches.d.ts +2 -0
- package/dist/kill-switches.js +18 -0
- package/dist/ks-Banners.gen-CFztT5Kc.d.ts +16 -0
- package/dist/ks-Cluster.gen-DIsFzvNi.d.ts +11 -0
- package/dist/ks-KillSwitches.gen-BRLUkj3m.d.ts +16 -0
- package/dist/ks-Login.gen-EPtT1Sua.d.ts +9 -0
- package/dist/ks-ScimGroups.gen-B2nf9YUU.d.ts +27 -0
- package/dist/ks-ScimUsers.gen-DSR-B_o_.d.ts +27 -0
- package/dist/ks-shared.gen-DOLnlDDx.d.ts +15 -0
- package/dist/kv.d.ts +2 -0
- package/dist/kv.js +33 -0
- package/dist/login.d.ts +2 -0
- package/dist/login.js +6 -0
- package/dist/logs.d.ts +2 -0
- package/dist/logs.js +25 -0
- package/dist/metrics.d.ts +2 -0
- package/dist/metrics.js +29 -0
- package/dist/misc.d.ts +2 -0
- package/dist/misc.js +29 -0
- package/dist/namespaces.d.ts +2 -0
- package/dist/namespaces.js +82 -0
- package/dist/outputs.d.ts +2 -0
- package/dist/outputs.js +13 -0
- package/dist/plugins.d.ts +2 -0
- package/dist/plugins.js +43 -0
- package/dist/roles.d.ts +2 -0
- package/dist/roles.js +46 -0
- package/dist/scim-configuration.d.ts +2 -0
- package/dist/scim-configuration.js +10 -0
- package/dist/scim-groups.d.ts +2 -0
- package/dist/scim-groups.js +28 -0
- package/dist/scim-users.d.ts +2 -0
- package/dist/scim-users.js +28 -0
- package/dist/sdk.gen-CFV9DDYS.js +12888 -0
- package/dist/sdk.gen-Q8oyZ3SN.d.ts +3469 -0
- package/dist/secrets.d.ts +2 -0
- package/dist/secrets.js +9 -0
- package/dist/security-integrations.d.ts +2 -0
- package/dist/security-integrations.js +36 -0
- package/dist/service-account.d.ts +2 -0
- package/dist/service-account.js +74 -0
- package/dist/services.d.ts +2 -0
- package/dist/services.js +9 -0
- package/dist/shared.d.ts +2 -0
- package/dist/shared.js +17 -0
- package/dist/tenant-access.d.ts +2 -0
- package/dist/tenant-access.js +28 -0
- package/dist/tenants.d.ts +2 -0
- package/dist/tenants.js +54 -0
- package/dist/test-suites.d.ts +2 -0
- package/dist/test-suites.js +80 -0
- package/dist/triggers.d.ts +2 -0
- package/dist/triggers.js +115 -0
- package/dist/types.gen-CZXAiwaT.d.ts +13257 -0
- package/dist/users.d.ts +2 -0
- package/dist/users.js +78 -0
- package/dist/worker-auth.d.ts +2 -0
- package/dist/worker-auth.js +17 -0
- package/dist/worker-groups.d.ts +2 -0
- package/dist/worker-groups.js +19 -0
- package/package.json +63 -452
- package/README.md +0 -769
- package/dist/AbstractFlow-C68hQfXI.mjs +0 -171
- package/dist/AbstractGraph-CV9srXKU.mjs +0 -83
- package/dist/AbstractGraphBranchType-BVHNIylw.mjs +0 -45
- package/dist/AbstractTrigger-CwNYjLRb.mjs +0 -174
- package/dist/AbstractTriggerForExecution-qtAlQDzN.mjs +0 -91
- package/dist/AbstractUser-CdSxNqyO.mjs +0 -166
- package/dist/AbstractUserTenantIdentityProvider-DKcRzYpu.mjs +0 -116
- package/dist/Action-BT4W1sls.mjs +0 -51
- package/dist/AiControllerAiProviderResponse-zLzpQ9Du.mjs +0 -82
- package/dist/AiControllerDashboardGenerationPrompt-DGCltS-Q.mjs +0 -113
- package/dist/AiControllerFlowGenerationPrompt-V4gX8Mph.mjs +0 -124
- package/dist/ApiAuth-BMNyesfZ.mjs +0 -83
- package/dist/ApiAutocomplete-B5pZB9__.mjs +0 -82
- package/dist/ApiClient-fBZ10h6n.mjs +0 -503
- package/dist/ApiClient.d.mts +0 -204
- package/dist/ApiClient.mjs +0 -3
- package/dist/ApiGroupSummary-BHD1MDr5.mjs +0 -76
- package/dist/ApiIds-mbuCcV46.mjs +0 -69
- package/dist/ApiPatchSuperAdminRequest-DbgU0EwE.mjs +0 -73
- package/dist/ApiRoleSummary-CNzx-NFi.mjs +0 -88
- package/dist/ApiSecretListResponseApiSecretMeta-CsHb_uRa.mjs +0 -92
- package/dist/ApiSecretMeta-ijHZgXwR.mjs +0 -74
- package/dist/ApiSecretMetaEE-MrYE9kOd.mjs +0 -109
- package/dist/ApiSecretTag-DKjl1cDS.mjs +0 -83
- package/dist/ApiSecretValue-DBUsb44L.mjs +0 -101
- package/dist/ApiTenant-C4B4N27B.mjs +0 -249
- package/dist/ApiTenantSummary-DSFI4OFX.mjs +0 -76
- package/dist/ApiToken-DlmzS6ra.mjs +0 -120
- package/dist/ApiTokenList-qXPhNmBe.mjs +0 -79
- package/dist/ApiUser-vBAodUWb.mjs +0 -229
- package/dist/AppGenerationPrompt-vX48aSB3.mjs +0 -90
- package/dist/AppResponse-yJ8zb3OK.mjs +0 -84
- package/dist/AppResponseUILayout-DH1S5DEB.mjs +0 -69
- package/dist/AppsControllerApiApp-C8RbZROp.mjs +0 -129
- package/dist/AppsControllerApiAppCatalogItem--AhHbaPD.mjs +0 -104
- package/dist/AppsControllerApiAppSource-CBYL1Ljr.mjs +0 -115
- package/dist/AppsControllerApiAppTags-C7QusRsf.mjs +0 -69
- package/dist/AppsControllerApiBulkImportResponse-DVJPshqy.mjs +0 -80
- package/dist/AppsControllerApiBulkImportResponseError-BmZCFCpm.mjs +0 -76
- package/dist/AppsControllerApiBulkOperationRequest-Rsy8Teou.mjs +0 -69
- package/dist/Assertion-IH5UJLL9.mjs +0 -186
- package/dist/AssertionResult-CHayBbcJ.mjs +0 -124
- package/dist/AssertionRunError-8u-S4ZfY.mjs +0 -81
- package/dist/Asset-QWv2ZEoy.mjs +0 -110
- package/dist/AssetIdentifier-CzXHaTTa.mjs +0 -76
- package/dist/AssetTopologyGraph-D8ge2U5g.mjs +0 -84
- package/dist/AssetTopologyGraphEdge-17HY74KH.mjs +0 -83
- package/dist/AssetTopologyGraphNode-BJtAlIO4.mjs +0 -95
- package/dist/AssetTopologyGraphNodeNodeType-CSWcxttc.mjs +0 -39
- package/dist/AssetsControllerApiAsset-BxMV-VHF.mjs +0 -121
- package/dist/AssetsControllerApiAssetLineageEvent-O73ba8Ov.mjs +0 -156
- package/dist/AssetsControllerApiAssetUsage-_YbpvXtW.mjs +0 -116
- package/dist/AssetsDeclaration-DmG6gtlE.mjs +0 -73
- package/dist/AssetsInOut-BT_nZJkV.mjs +0 -84
- package/dist/AttributeReference-BfCyKZ1I.mjs +0 -104
- package/dist/AuditLog-BSqvS79V.mjs +0 -187
- package/dist/AuditLogControllerApiAuditLogItem-BmR4mmAu.mjs +0 -66
- package/dist/AuditLogControllerAuditLogDiff-pyFjRri1.mjs +0 -76
- package/dist/AuditLogControllerAuditLogOption-BlQA7BdL.mjs +0 -82
- package/dist/AuditLogControllerFindRequest-CR3UQm3j.mjs +0 -82
- package/dist/AuditLogDetail-DiY3fwUL.mjs +0 -95
- package/dist/AuthControllerAuth-Sh2JBylb.mjs +0 -87
- package/dist/AuthControllerInvitationUserRequest-9z_4ngPP.mjs +0 -96
- package/dist/AuthControllerResetPasswordRequest-Cab-XbAo.mjs +0 -76
- package/dist/Backfill-wUd12WSz.mjs +0 -114
- package/dist/Banner-BST_Xh8q.mjs +0 -113
- package/dist/BannerType-DwR7iMyw.mjs +0 -45
- package/dist/BaseAuditLog-UGYoJPzl.mjs +0 -137
- package/dist/BaseResourcePatchRequest-C89yNOo4.mjs +0 -69
- package/dist/BaseResourceScimResource-CiOt5A_b.mjs +0 -69
- package/dist/BaseResourceSearchRequest-CSXA4M4L.mjs +0 -69
- package/dist/Binding-BT9cvfnv.mjs +0 -119
- package/dist/BindingType-C7TJLtiV.mjs +0 -39
- package/dist/Blueprint-C6RRKuHp.mjs +0 -124
- package/dist/BlueprintControllerApiBlueprintItem-BQFzKcbr.mjs +0 -103
- package/dist/BlueprintControllerApiBlueprintItemWithSource-CYPOrCSk.mjs +0 -145
- package/dist/BlueprintControllerApiBlueprintTagItem-CUs6E2nS.mjs +0 -82
- package/dist/BlueprintControllerApiFlowBlueprint-BsRU2_Bv.mjs +0 -118
- package/dist/BlueprintControllerFlowBlueprintCreateOrUpdate-Up7lST7X.mjs +0 -97
- package/dist/BlueprintControllerKind-zkagwFbw.mjs +0 -45
- package/dist/BlueprintControllerUseBlueprintTemplateRequest-CyO5Q7RY.mjs +0 -68
- package/dist/BlueprintControllerUseBlueprintTemplateResponse-BT3ev36z.mjs +0 -69
- package/dist/BlueprintTemplate-DCLsQIAM.mjs +0 -81
- package/dist/BlueprintWithFlowEntity-DtamLhQY.mjs +0 -173
- package/dist/Breakpoint-BMo8Lpao.mjs +0 -81
- package/dist/BulkErrorResponse-gdsFoYPP.mjs +0 -75
- package/dist/BulkImportAppsRequest-CT95BVdg.mjs +0 -69
- package/dist/BulkResponse-Bo_Avne5.mjs +0 -68
- package/dist/Cache-Db21YiXE.mjs +0 -80
- package/dist/ChartChartOption-MO6xLS9q.mjs +0 -89
- package/dist/ChartFiltersOverrides-BHwWh-RB.mjs +0 -110
- package/dist/Check-Dm5NvLlI.mjs +0 -97
- package/dist/CheckBehavior-BW341KoQ.mjs +0 -45
- package/dist/CheckStyle-PBSMhOAA.mjs +0 -51
- package/dist/Concurrency-DZBgP_AA.mjs +0 -82
- package/dist/ConcurrencyBehavior-DPce0aVe.mjs +0 -45
- package/dist/ConcurrencyLimit-C6dNYMdk.mjs +0 -102
- package/dist/Condition-BXpMolpU.mjs +0 -74
- package/dist/ConversionServiceProvider-BlJOMqSl.mjs +0 -73
- package/dist/ConvertibleMultiValuesString-Dqd9fijQ.mjs +0 -99
- package/dist/ConvertibleValuesListString-7fvm1BaY.mjs +0 -87
- package/dist/CreateApiTokenRequest-DhflX6aG.mjs +0 -94
- package/dist/CreateApiTokenResponse-CUIWvx6k.mjs +0 -83
- package/dist/CreateNamespaceFileRequest-1uWW6yJe.mjs +0 -69
- package/dist/CreateSecurityIntegrationRequest-B0pS090h.mjs +0 -99
- package/dist/CrudEventType-DnYDdG5I.mjs +0 -81
- package/dist/DailyExecutionStatistics-BDvZYNW9.mjs +0 -98
- package/dist/DailyExecutionStatisticsDuration-DchUuidi.mjs +0 -115
- package/dist/DailyExecutionStatisticsExecutionCounts-_UQd150u.mjs +0 -164
- package/dist/DashboardControllerDashboardResponse-Dvkjw4Q-.mjs +0 -147
- package/dist/DashboardControllerPreviewRequest-DNledDxj.mjs +0 -82
- package/dist/DashboardGenerationPrompt-Czndjqjs.mjs +0 -90
- package/dist/DeleteTriggersByQueryRequest-BhXJb5pH.mjs +0 -74
- package/dist/DependsOn-GNgHPHR5.mjs +0 -76
- package/dist/DocumentationWithSchema-C5pHza1Z.mjs +0 -77
- package/dist/EditionProviderEdition-GZVCLbet.mjs +0 -39
- package/dist/Email-Ce1n1pAv.mjs +0 -83
- package/dist/EvaluationType-BEVBskBx.mjs +0 -51
- package/dist/EventAppResponse-IseAy082.mjs +0 -98
- package/dist/EventExecution-eUXcifnM.mjs +0 -98
- package/dist/EventExecutionStatusEvent-RYNNC7_N.mjs +0 -98
- package/dist/ExecutableTaskSubflowId-7Nn9qyqT.mjs +0 -82
- package/dist/Execution-Ckx_siAG.mjs +0 -237
- package/dist/ExecutionControllerEvalResult-DYsyjDM4.mjs +0 -83
- package/dist/ExecutionControllerExecutionResponse-zmoxgU91.mjs +0 -328
- package/dist/ExecutionControllerLastExecutionResponse-DLplUZCS.mjs +0 -96
- package/dist/ExecutionControllerSetLabelsByIdsRequest-DI8EoEvK.mjs +0 -80
- package/dist/ExecutionControllerStateRequest-B5_vdw7N.mjs +0 -76
- package/dist/ExecutionKind-CympInQF.mjs +0 -45
- package/dist/ExecutionMetadata-CcYPxt7I.mjs +0 -74
- package/dist/ExecutionRepositoryInterfaceFlowFilter-CdF8VTKK.mjs +0 -83
- package/dist/ExecutionStatusEvent-D3dXXrV2.mjs +0 -98
- package/dist/ExecutionTrigger-CzKbJUnh.mjs +0 -96
- package/dist/ExecutionUsage-CdwmVH2s.mjs +0 -73
- package/dist/ExecutionsApi-WCYOCwYm.mjs +0 -1960
- package/dist/FileAttributes-B3z_wqBd.mjs +0 -100
- package/dist/FileAttributesFileType-DG3d4VvH.mjs +0 -39
- package/dist/FileMetas-B2AXSfNp.mjs +0 -73
- package/dist/Filter-ClQjji6i.mjs +0 -75
- package/dist/Fixtures-HC5Z2Uzn.mjs +0 -93
- package/dist/Flow-DislLHKM.mjs +0 -329
- package/dist/FlowControllerFlowWithDeprecatedTasks-CkzadfWl.mjs +0 -93
- package/dist/FlowControllerTaskValidationType-9u-2k9AY.mjs +0 -39
- package/dist/FlowForExecution-BQFjfsQZ.mjs +0 -277
- package/dist/FlowGenerationPrompt-Dp_sPtqt.mjs +0 -97
- package/dist/FlowGraph-OiT5dMX2.mjs +0 -102
- package/dist/FlowGraphCluster-B4yi_Q6m.mjs +0 -98
- package/dist/FlowGraphEdge-AwaV73vs.mjs +0 -84
- package/dist/FlowId-RzQVtdEJ.mjs +0 -89
- package/dist/FlowInterface-DQOEGjCr.mjs +0 -217
- package/dist/FlowNode-CVQ4262U.mjs +0 -88
- package/dist/FlowRelation-BfeorWYp.mjs +0 -39
- package/dist/FlowServiceTaskDeprecation-LF16LLm0.mjs +0 -83
- package/dist/FlowTopologyGraph-vnjB5A-w.mjs +0 -84
- package/dist/FlowTopologyGraphEdge-mflPUwOD.mjs +0 -83
- package/dist/FlowUsage-B9CCuxNT.mjs +0 -92
- package/dist/FlowWithSource-COuLirdF.mjs +0 -432
- package/dist/FlowsApi-BRj8Gas8.mjs +0 -1325
- package/dist/ForwardSupportTicketRequest-BrCa3vQv.mjs +0 -76
- package/dist/GroupIdentifier-DV7dq4r5.mjs +0 -89
- package/dist/GroupIdentifierMembership-DQfdgRy0.mjs +0 -39
- package/dist/GroupUsage-CWvHjkN6.mjs +0 -68
- package/dist/GroupsApi-CA3P8CIb.mjs +0 -471
- package/dist/HttpParameters-Q1Y7Uq7s.mjs +0 -111
- package/dist/IAMBindingControllerApiBindingDetail--OEOZZVZ.mjs +0 -107
- package/dist/IAMBindingControllerApiBindingGroup-BwqVes8y.mjs +0 -76
- package/dist/IAMBindingControllerApiBindingUser-DNDfX7f5.mjs +0 -90
- package/dist/IAMBindingControllerApiCreateBindingRequest-zc6_lqlJ.mjs +0 -103
- package/dist/IAMBindingControllerApiRole-Dm1M3rJ8.mjs +0 -76
- package/dist/IAMGroupControllerApiCreateGroupRequest-vDLO_Pmc.mjs +0 -88
- package/dist/IAMGroupControllerApiGroupDetail-DvaavHxN.mjs +0 -83
- package/dist/IAMGroupControllerApiGroupMember-Cz-DBPxP.mjs +0 -94
- package/dist/IAMGroupControllerApiGroupMembership-_fgeKe49.mjs +0 -89
- package/dist/IAMGroupControllerApiUpdateGroupRequest-BLOYxrKb.mjs +0 -84
- package/dist/IAMInvitationControllerApiInvitationCreateRequest-B2boQR0j.mjs +0 -104
- package/dist/IAMInvitationControllerApiInvitationDetail-CoupZ71P.mjs +0 -143
- package/dist/IAMInvitationControllerApiInvitationRole-6OGCl-3z.mjs +0 -81
- package/dist/IAMRoleControllerApiRoleCreateOrUpdateRequest-CdI0sR3m.mjs +0 -97
- package/dist/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions-910tlcd8.mjs +0 -244
- package/dist/IAMRoleControllerApiRoleDetail-C4Uxo3C_.mjs +0 -103
- package/dist/IAMServiceAccountControllerApiCreateServiceAccountRequest-JTbg7yIX.mjs +0 -95
- package/dist/IAMServiceAccountControllerApiGroup-QJINnSAZ.mjs +0 -69
- package/dist/IAMServiceAccountControllerApiPatchServiceAccountRequest-DbwuPM6o.mjs +0 -82
- package/dist/IAMServiceAccountControllerApiServiceAccountDetail-uNt1zY97.mjs +0 -109
- package/dist/IAMServiceAccountControllerApiServiceAccountRequest-6CJFHC5T.mjs +0 -99
- package/dist/IAMServiceAccountControllerApiServiceAccountResponse-D-z7tklT.mjs +0 -109
- package/dist/IAMTenantAccessControllerApiAuthentication-CBGI1dUc.mjs +0 -76
- package/dist/IAMTenantAccessControllerApiCreateTenantAccessRequest-0EFQgglx.mjs +0 -74
- package/dist/IAMTenantAccessControllerApiGroup-CvXEmFmJ.mjs +0 -82
- package/dist/IAMTenantAccessControllerApiRoleAssignment-T5XxzghQ.mjs +0 -108
- package/dist/IAMTenantAccessControllerApiTenantAccess-BbMtE9OT.mjs +0 -118
- package/dist/IAMTenantAccessControllerApiUserPermission-DqEEj00S.mjs +0 -77
- package/dist/IAMTenantAccessControllerApiUserTenantAccess-CasF7fbt.mjs +0 -112
- package/dist/IAMTenantAccessControllerUserApiAutocomplete-D_xcdwn4.mjs +0 -105
- package/dist/IAMUserControllerApiCreateOrUpdateUserRequest-CdA3xDw9.mjs +0 -121
- package/dist/IAMUserControllerApiGroup-1i89N0by.mjs +0 -76
- package/dist/IAMUserControllerApiPatchRestrictedRequest-CeeWS3c5.mjs +0 -73
- package/dist/IAMUserControllerApiPatchUserPasswordRequest-Cd7v25xx.mjs +0 -74
- package/dist/IAMUserControllerApiUser-7hm6Oyfj.mjs +0 -149
- package/dist/IAMUserControllerApiUserAuth-WWYnrc3I.mjs +0 -83
- package/dist/IAMUserControllerApiUserSummary-DMHfTRbP.mjs +0 -111
- package/dist/IAMUserGroupControllerApiUpdateUserGroupsRequest-DzqFmJVj.mjs +0 -69
- package/dist/IQueryFilter-C0EgxMlb.d.mts +0 -14
- package/dist/IdWithNamespace-Dms8_GVt.mjs +0 -76
- package/dist/IdentityProvider-BzdXADiq.mjs +0 -89
- package/dist/ImportPluginDefaultsRequest-0LkA3ZP6.mjs +0 -68
- package/dist/InputObject-C6GD5E0Q.mjs +0 -126
- package/dist/InputType-DcNvwAuo.mjs +0 -76
- package/dist/InstanceControllerApiActiveService-C5BlPDaD.mjs +0 -75
- package/dist/InstanceControllerApiActiveServiceList-B3v8Zb4b.mjs +0 -79
- package/dist/InstanceControllerApiCreateOrUpdateWorkerGroupRequest-CL5_fOY0.mjs +0 -91
- package/dist/InstanceControllerApiPluginArtifact-IQvfRATp.mjs +0 -97
- package/dist/InstanceControllerApiPluginArtifactListPluginArtifact-BEvHjF5x.mjs +0 -75
- package/dist/InstanceControllerApiPluginArtifactListPluginResolutionResult-D5MPfIb8.mjs +0 -75
- package/dist/InstanceControllerApiPluginListRequest-GkfBZd2a.mjs +0 -69
- package/dist/InstanceControllerApiPluginVersionDetails-CqOtOxKu.mjs +0 -115
- package/dist/InstanceControllerApiPluginVersionDetailsApiPluginClass-BH15xLdC.mjs +0 -76
- package/dist/InstanceControllerApiPluginVersionDetailsApiPluginClasses-gUHOLnlu.mjs +0 -80
- package/dist/InstanceControllerApiPluginVersions-Y4pr4Oxo.mjs +0 -87
- package/dist/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata-CZ7rtSoO.mjs +0 -77
- package/dist/InstanceControllerApiServerInstance-BqQHIkFz.mjs +0 -90
- package/dist/InstanceControllerApiServiceInstance-BMk31yxs.mjs +0 -103
- package/dist/InstanceControllerApiWorkerGroup-Dd4Vkmgy.mjs +0 -94
- package/dist/InstanceControllerApiWorkerGroupDetails-Csiv8kkg.mjs +0 -106
- package/dist/InstanceControllerApiWorkerGroupItem-ZwUW9uQW.mjs +0 -94
- package/dist/InstanceControllerApiWorkerGroupList-D3gA4xeL.mjs +0 -75
- package/dist/Invitation-Cbbp6cPp.mjs +0 -165
- package/dist/InvitationInvitationStatus-oogdcpf5.mjs +0 -45
- package/dist/Isolation-LwSzTA0F.mjs +0 -76
- package/dist/KVApi-BiWB5HEJ.mjs +0 -303
- package/dist/KVControllerApiDeleteBulkRequest-CkfcI8OG.mjs +0 -69
- package/dist/KVControllerApiDeleteBulkResponse-BeGXJEwJ.mjs +0 -69
- package/dist/KVControllerKvDetail-DrmISo4q.mjs +0 -87
- package/dist/KVEntry-giTLUh__.mjs +0 -107
- package/dist/KVType-mtrFDQZa.mjs +0 -69
- package/dist/KestraClient-Djtth0SS.mjs +0 -45
- package/dist/KestraClient.d.mts +0 -219
- package/dist/KestraClient.mjs +0 -197
- package/dist/KillSwitch-2gVKZYEZ.mjs +0 -155
- package/dist/Label-NQsPduJI.mjs +0 -84
- package/dist/LeftSidebarConfiguration-Drquiwsa.mjs +0 -69
- package/dist/Level-C7urWy3V.mjs +0 -57
- package/dist/LogEntry-DG0tvovL.mjs +0 -151
- package/dist/MapObjectObject-CiMbke6f.mjs +0 -68
- package/dist/MeControllerApiMe-oIu96Z8s.mjs +0 -111
- package/dist/MeControllerApiProfile-B4wNX9yH.mjs +0 -90
- package/dist/MeControllerApiTenant-sZykFWi5.mjs +0 -83
- package/dist/MeControllerApiUpdatePasswordRequest-B5y4Iq2g.mjs +0 -76
- package/dist/MeControllerApiUserDetailsRequest-t4ezw13u.mjs +0 -83
- package/dist/Meta-D6s3GBjs.mjs +0 -95
- package/dist/Metric-K39dEbHg.mjs +0 -107
- package/dist/MetricAggregation-BTUmiOd9.mjs +0 -88
- package/dist/MetricAggregations-5rHHCQ18.mjs +0 -87
- package/dist/MetricEntry-CSF9NGyS.mjs +0 -158
- package/dist/MetricTag-DEsnzwGm.mjs +0 -76
- package/dist/MiscControllerApiUsage-C3pWGbQa.mjs +0 -66
- package/dist/MiscControllerConfiguration-CpjI_Omn.mjs +0 -194
- package/dist/MiscControllerEEConfiguration-65KIpPrB.mjs +0 -410
- package/dist/MiscControllerEnvironment-B9dlsDB8.mjs +0 -76
- package/dist/MiscControllerLicenseInfo-B5PRgBzh.mjs +0 -111
- package/dist/MiscControllerPluginIdAndVersion-CBmGbLwd.mjs +0 -76
- package/dist/MiscControllerPreview-3BO_VVQK.mjs +0 -74
- package/dist/MiscControllerTenantConfigurationInfo-CHOkwPtC.mjs +0 -74
- package/dist/Name-DllfVQYn.mjs +0 -77
- package/dist/Namespace-D_vTm-7I.mjs +0 -194
- package/dist/NamespaceAllowedNamespace-CmLpc6Aj.mjs +0 -74
- package/dist/NamespaceControllerApiInheritedPluginDefaultFromNamespace-CtLPfYvN.mjs +0 -93
- package/dist/NamespaceFileRevision-D8aly7TU.mjs +0 -68
- package/dist/NamespaceLight-CrWM7GWm.mjs +0 -74
- package/dist/NamespacesApi-CxsvqnRJ.mjs +0 -594
- package/dist/Output-BiBqpuJQ.mjs +0 -117
- package/dist/OutputValue-D5nRliVj.mjs +0 -82
- package/dist/PageRequest-Bw9mqSHu.mjs +0 -74
- package/dist/PagedResultsApiGroupSummary-hAPWYEf2.mjs +0 -86
- package/dist/PagedResultsApiRoleSummary-Ynlhr0r_.mjs +0 -86
- package/dist/PagedResultsAppsControllerApiApp-DAgUwvqL.mjs +0 -86
- package/dist/PagedResultsAppsControllerApiAppCatalogItem-CLHNgWBW.mjs +0 -86
- package/dist/PagedResultsAssetsControllerApiAsset-Bqro_4kv.mjs +0 -86
- package/dist/PagedResultsAssetsControllerApiAssetLineageEvent-tvYvO0Yr.mjs +0 -86
- package/dist/PagedResultsAssetsControllerApiAssetUsage-z2SLoJnH.mjs +0 -86
- package/dist/PagedResultsAuditLogControllerApiAuditLogItem-DJNPihFB.mjs +0 -86
- package/dist/PagedResultsBlueprint-CxxvAcug.mjs +0 -86
- package/dist/PagedResultsBlueprintControllerApiBlueprintItem-BWeXuw8e.mjs +0 -86
- package/dist/PagedResultsConcurrencyLimit-DXaP7U1F.mjs +0 -86
- package/dist/PagedResultsDashboardControllerDashboardResponse-Bwe__-SU.mjs +0 -86
- package/dist/PagedResultsExecution-BG9g7IxC.mjs +0 -86
- package/dist/PagedResultsFlow-Bi0BjEoP.mjs +0 -86
- package/dist/PagedResultsIAMBindingControllerApiBindingDetail-DZfcoC8J.mjs +0 -86
- package/dist/PagedResultsIAMGroupControllerApiGroupMember-B994yMyU.mjs +0 -86
- package/dist/PagedResultsIAMInvitationControllerApiInvitationDetail-BgRofYmB.mjs +0 -86
- package/dist/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail-pPQI_SKN.mjs +0 -86
- package/dist/PagedResultsIAMTenantAccessControllerApiUserTenantAccess-y5oTvJ8l.mjs +0 -86
- package/dist/PagedResultsIAMUserControllerApiUserSummary-Dif8sSzX.mjs +0 -86
- package/dist/PagedResultsInstanceControllerApiPluginArtifact-DSYlxCTk.mjs +0 -86
- package/dist/PagedResultsInstanceControllerApiServiceInstance-DsxoWYq1.mjs +0 -86
- package/dist/PagedResultsKVEntry-CT8M6C7O.mjs +0 -86
- package/dist/PagedResultsLogEntry-CXm6frCJ.mjs +0 -86
- package/dist/PagedResultsMapStringObject-DRKQlogb.mjs +0 -82
- package/dist/PagedResultsMetricEntry-Byi5MA8w.mjs +0 -86
- package/dist/PagedResultsNamespace-CdBhFBIk.mjs +0 -86
- package/dist/PagedResultsSearchResultFlow-CPXqfsKS.mjs +0 -86
- package/dist/PagedResultsTenant-DD9RwysM.mjs +0 -86
- package/dist/PagedResultsTestSuite-ByDMit8v.mjs +0 -86
- package/dist/PagedResultsTestSuiteRunResult-CBHpg4Ux.mjs +0 -86
- package/dist/PagedResultsTrigger-B2GqIop0.mjs +0 -86
- package/dist/PagedResultsTriggerControllerTriggers-B3LBokJS.mjs +0 -86
- package/dist/PatchOperation-DPZhMDE6.mjs +0 -83
- package/dist/PatchOperationPath-9L1igBWj.mjs +0 -58
- package/dist/PatchOperationType-DFRG4X2E.mjs +0 -45
- package/dist/PatchRequest-fslKw7SG.mjs +0 -88
- package/dist/Permission-7IzIZMO2.mjs +0 -183
- package/dist/Plugin-DcbQTL4w.mjs +0 -287
- package/dist/PluginArtifact-C1u-9Lx1.mjs +0 -104
- package/dist/PluginArtifactMetadata-CoQOIAah.mjs +0 -94
- package/dist/PluginControllerApiPluginVersions-BwS5sVOE.mjs +0 -76
- package/dist/PluginDefault-DXni4W8J.mjs +0 -86
- package/dist/PluginIcon-Cz3J23nW.mjs +0 -82
- package/dist/PluginPluginElementMetadata-BWFEk2Uu.mjs +0 -89
- package/dist/PluginSchema-D26-VX90.mjs +0 -80
- package/dist/PluginSubGroupPluginCategory-CYdKL28f.mjs +0 -129
- package/dist/PropertyBoolean-b7O8MU73.mjs +0 -90
- package/dist/PropertyDouble-CfX2Ge_l.mjs +0 -90
- package/dist/PropertyDuration-CY_9LOQ0.mjs +0 -90
- package/dist/PropertyListAsset-BpSKBrt4.mjs +0 -90
- package/dist/PropertyListAssetIdentifier-CzPTxMuQ.mjs +0 -90
- package/dist/PropertyListString-C33CuVHR.mjs +0 -90
- package/dist/PropertyObject-BQnT5ThZ.mjs +0 -90
- package/dist/PropertyString-bcv_q08o.mjs +0 -90
- package/dist/QueryFilter-QU-EfvQ4.mjs +0 -82
- package/dist/QueryFilterField-CqQvMUwu.mjs +0 -219
- package/dist/QueryFilterOp-I6iNIMKZ.mjs +0 -105
- package/dist/RBACServiceRoleAssignmentRoleOrigin-CRNwVfs7.mjs +0 -39
- package/dist/Relation-CVeYxMEL.mjs +0 -76
- package/dist/Relation1-BDnipNXA.mjs +0 -39
- package/dist/RelationType-DRy2FlSX.mjs +0 -69
- package/dist/ResourceType-qOZOQR5g.mjs +0 -213
- package/dist/ResourceType1-gr-fDXQF.mjs +0 -228
- package/dist/ResourceTypeSchemaExtensionConfiguration-DS3tMpIZ.mjs +0 -75
- package/dist/RightSidebarConfiguration-dzafaLKa.mjs +0 -69
- package/dist/RightSidebarConfigurationCustomLink-B81TV4b8.mjs +0 -76
- package/dist/Role-BhSIvvGJ.mjs +0 -122
- package/dist/RoleUsage-Cb7vYWnn.mjs +0 -68
- package/dist/RolesApi-IcjeozX6.mjs +0 -286
- package/dist/SDKAuth-B50OQGF_.mjs +0 -83
- package/dist/SLA-7xILhPt6.mjs +0 -104
- package/dist/SLABehavior-CoTQEZUy.mjs +0 -45
- package/dist/SLALabels-KGnyzIXp.mjs +0 -90
- package/dist/SLAType-Uw2BNRmn.mjs +0 -39
- package/dist/Schema-Da3gF83B.mjs +0 -107
- package/dist/SchemaAttribute-B1PL1Quy.mjs +0 -175
- package/dist/SchemaAttributeMutability-CxFBIbFd.mjs +0 -51
- package/dist/SchemaAttributeReturned-CYiIDX1C.mjs +0 -51
- package/dist/SchemaAttributeType-BUjj2StW.mjs +0 -75
- package/dist/SchemaAttributeUniqueness-CGRGT14X.mjs +0 -45
- package/dist/SchemaType--MpMdRt9.mjs +0 -75
- package/dist/ScimExtension-Ddp3MFOo.mjs +0 -69
- package/dist/ScimResource-D8tIRxVj.mjs +0 -125
- package/dist/ScimResourceWithOptionalId-kb_ztvI1.mjs +0 -157
- package/dist/ScimUser-kHMwZt5U.mjs +0 -208
- package/dist/SearchRequest-B2rDuq3l.mjs +0 -148
- package/dist/SearchResultFlow-D0Gk3oZI.mjs +0 -77
- package/dist/SecurityIntegrationType-CjK3O3Ee.mjs +0 -31
- package/dist/ServerConfig-CiAgqjDW.mjs +0 -90
- package/dist/ServerConfigLiveness-C62J7Tal.mjs +0 -120
- package/dist/ServerInstance-CEx2p156.mjs +0 -129
- package/dist/ServerInstanceType-CwvVeo6m.mjs +0 -39
- package/dist/ServiceAccountApi-DAZOUbz0.mjs +0 -583
- package/dist/ServiceInstance-BTuVwfSH.mjs +0 -145
- package/dist/ServiceInstanceTimestampedEvent-CztQuvrM.mjs +0 -89
- package/dist/ServiceProviderConfiguration-DVPpBz3U.mjs +0 -252
- package/dist/ServiceProviderConfigurationAuthenticationSchema-CVSunWfh.mjs +0 -97
- package/dist/ServiceProviderConfigurationAuthenticationSchemaType-CMsZh0Q6.mjs +0 -57
- package/dist/ServiceProviderConfigurationBulkConfiguration-Bx3g-52z.mjs +0 -88
- package/dist/ServiceProviderConfigurationFilterConfiguration-kKml2xek.mjs +0 -82
- package/dist/ServiceProviderConfigurationSupportedConfiguration-bjI6AMJY.mjs +0 -68
- package/dist/ServiceServiceState-C7RWhVk-.mjs +0 -87
- package/dist/ServiceType-aIzMRT54.mjs +0 -63
- package/dist/SetAppsCatalogLogoRequest-Dla4613I.mjs +0 -69
- package/dist/SetupConfiguration-Bwh-dK-l.mjs +0 -109
- package/dist/SoftDeletableFlowInterface-BuYSJeqE.mjs +0 -68
- package/dist/SortOrder-BN_PRikb.mjs +0 -39
- package/dist/SortRequest-D0QGSTcM.mjs +0 -65
- package/dist/State-DVXHVcVv.mjs +0 -134
- package/dist/StateHistory-CKitluwW.mjs +0 -82
- package/dist/StateType-CA4aMnXy.mjs +0 -129
- package/dist/SupportDebugInfo-OurXmkQ8.mjs +0 -133
- package/dist/SupportDebugInfoAuthType-2sXtOBc2.mjs +0 -45
- package/dist/SupportDebugInfoDeploymentType-C02mbKJG.mjs +0 -51
- package/dist/Task-FeMW3wXo.mjs +0 -174
- package/dist/TaskFixture-CCwz5_h2.mjs +0 -112
- package/dist/TaskForExecution-BDSKlqYb.mjs +0 -120
- package/dist/TaskRun-DfrMpzji.mjs +0 -184
- package/dist/TaskRunAttempt-dzhuP0_u.mjs +0 -89
- package/dist/Tenant-G7HGU9D9.mjs +0 -178
- package/dist/TenantAppCatalogConfig-Ifpyz0HN.mjs +0 -83
- package/dist/TenantControllerAppsCatalogConfigRequest-fdy4dn5l.mjs +0 -83
- package/dist/TenantControllerAppsCatalogConfigResponse-D19wODxM.mjs +0 -90
- package/dist/TenantInterface-KicoRPTW.mjs +0 -69
- package/dist/TenantUsage-DcciI3BN.mjs +0 -68
- package/dist/TestState-B4ewj54k.mjs +0 -51
- package/dist/TestSuite-BqV0kRrr.mjs +0 -136
- package/dist/TestSuiteControllerRunRequest-Dnm1Eb__.mjs +0 -69
- package/dist/TestSuiteControllerSearchTestsLastResult-BAPDwqWp.mjs +0 -73
- package/dist/TestSuiteControllerTestSuiteApiId-CUfb7Xa6.mjs +0 -83
- package/dist/TestSuiteControllerTestSuiteBulkRequest-C7FeBWi8.mjs +0 -78
- package/dist/TestSuiteControllerTestsLastResultResponse-CjtDh37I.mjs +0 -73
- package/dist/TestSuiteGenerationPrompt-CVib6nRy.mjs +0 -97
- package/dist/TestSuiteRunResult-CTOGUzAN.mjs +0 -145
- package/dist/TestSuiteServiceRunByQueryRequest-Cgq44MqD.mjs +0 -89
- package/dist/TestSuiteServiceTestRunByQueryResult-jVJiAzQZ.mjs +0 -100
- package/dist/TestSuitesApi-DdKvw7ow.mjs +0 -608
- package/dist/TheLabelsToPassToTheExecutionCreated-D-jJPJjD.mjs +0 -90
- package/dist/TimeWindow-yZHN4x2t.mjs +0 -76
- package/dist/Trigger-DWrZ3-4N.mjs +0 -209
- package/dist/TriggerContext-D-5YLMeU.mjs +0 -142
- package/dist/TriggerControllerSetDisabledRequest-IHLc-nWF.mjs +0 -86
- package/dist/TriggerControllerTriggers-DygQgDZt.mjs +0 -66
- package/dist/TriggerFixture-Ceo47lhR.mjs +0 -89
- package/dist/TriggersApi-hJoppR8F.mjs +0 -846
- package/dist/Type-DedIPHdh.mjs +0 -141
- package/dist/UnitTest-BMo6wCX1.mjs +0 -121
- package/dist/UnitTestResult-DexATQfC.mjs +0 -146
- package/dist/UploadVersionedPluginsRequest-B2YVuxeq.mjs +0 -79
- package/dist/UsageEE-GrVuXdLg.mjs +0 -110
- package/dist/UserGroup-BXP6S-Cm.mjs +0 -90
- package/dist/UserGroupType-C2C5nzSz.mjs +0 -39
- package/dist/UserType-BsLznrlV.mjs +0 -39
- package/dist/UserUsage-CgG-gPko.mjs +0 -102
- package/dist/UsernamePasswordCredentials-tXD0PZcY.mjs +0 -97
- package/dist/UsersApi-Br4olMOF.mjs +0 -620
- package/dist/ValidateConstraintViolation-CwVxXtff.mjs +0 -128
- package/dist/ValuePathExpression-DL6K1L9B.mjs +0 -76
- package/dist/WebhookResponse-f1E_L-Fq.mjs +0 -136
- package/dist/WorkerGroup-COoO34xB.mjs +0 -76
- package/dist/WorkerGroupFallback-B6jAaIQG.mjs +0 -45
- package/dist/WorkerTaskRestartStrategy-CXYJhhQE.mjs +0 -45
- package/dist/api/ExecutionsApi.d.mts +0 -990
- package/dist/api/ExecutionsApi.mjs +0 -57
- package/dist/api/FlowsApi.d.mts +0 -716
- package/dist/api/FlowsApi.mjs +0 -68
- package/dist/api/GroupsApi.d.mts +0 -228
- package/dist/api/GroupsApi.mjs +0 -19
- package/dist/api/KVApi.d.mts +0 -148
- package/dist/api/KVApi.mjs +0 -14
- package/dist/api/NamespacesApi.d.mts +0 -295
- package/dist/api/NamespacesApi.mjs +0 -25
- package/dist/api/RolesApi.d.mts +0 -138
- package/dist/api/RolesApi.mjs +0 -13
- package/dist/api/ServiceAccountApi.d.mts +0 -269
- package/dist/api/ServiceAccountApi.mjs +0 -18
- package/dist/api/TestSuitesApi.d.mts +0 -318
- package/dist/api/TestSuitesApi.mjs +0 -29
- package/dist/api/TriggersApi.d.mts +0 -415
- package/dist/api/TriggersApi.mjs +0 -30
- package/dist/api/UsersApi.d.mts +0 -312
- package/dist/api/UsersApi.mjs +0 -30
- package/dist/index.d.mts +0 -433
- package/dist/index.mjs +0 -448
- package/dist/model/AbstractFlow.d.mts +0 -91
- package/dist/model/AbstractFlow.mjs +0 -12
- package/dist/model/AbstractGraph.d.mts +0 -47
- package/dist/model/AbstractGraph.mjs +0 -5
- package/dist/model/AbstractGraphBranchType.d.mts +0 -46
- package/dist/model/AbstractGraphBranchType.mjs +0 -4
- package/dist/model/AbstractTrigger.d.mts +0 -104
- package/dist/model/AbstractTrigger.mjs +0 -16
- package/dist/model/AbstractTriggerForExecution.d.mts +0 -57
- package/dist/model/AbstractTriggerForExecution.mjs +0 -4
- package/dist/model/AbstractUser.d.mts +0 -87
- package/dist/model/AbstractUser.mjs +0 -9
- package/dist/model/AbstractUserTenantIdentityProvider.d.mts +0 -50
- package/dist/model/AbstractUserTenantIdentityProvider.mjs +0 -5
- package/dist/model/Action.d.mts +0 -52
- package/dist/model/Action.mjs +0 -4
- package/dist/model/AiControllerAiProviderResponse.d.mts +0 -44
- package/dist/model/AiControllerAiProviderResponse.mjs +0 -4
- package/dist/model/AiControllerDashboardGenerationPrompt.d.mts +0 -58
- package/dist/model/AiControllerDashboardGenerationPrompt.mjs +0 -5
- package/dist/model/AiControllerFlowGenerationPrompt.d.mts +0 -61
- package/dist/model/AiControllerFlowGenerationPrompt.mjs +0 -5
- package/dist/model/ApiAuth.d.mts +0 -44
- package/dist/model/ApiAuth.mjs +0 -4
- package/dist/model/ApiAutocomplete.d.mts +0 -44
- package/dist/model/ApiAutocomplete.mjs +0 -4
- package/dist/model/ApiGroupSummary.d.mts +0 -41
- package/dist/model/ApiGroupSummary.mjs +0 -4
- package/dist/model/ApiIds.d.mts +0 -38
- package/dist/model/ApiIds.mjs +0 -4
- package/dist/model/ApiPatchSuperAdminRequest.d.mts +0 -47
- package/dist/model/ApiPatchSuperAdminRequest.mjs +0 -4
- package/dist/model/ApiRoleSummary.d.mts +0 -47
- package/dist/model/ApiRoleSummary.mjs +0 -4
- package/dist/model/ApiSecretListResponseApiSecretMeta.d.mts +0 -57
- package/dist/model/ApiSecretListResponseApiSecretMeta.mjs +0 -7
- package/dist/model/ApiSecretMeta.d.mts +0 -47
- package/dist/model/ApiSecretMeta.mjs +0 -4
- package/dist/model/ApiSecretMetaEE.d.mts +0 -61
- package/dist/model/ApiSecretMetaEE.mjs +0 -6
- package/dist/model/ApiSecretTag.d.mts +0 -51
- package/dist/model/ApiSecretTag.mjs +0 -4
- package/dist/model/ApiSecretValue.d.mts +0 -60
- package/dist/model/ApiSecretValue.mjs +0 -5
- package/dist/model/ApiTenant.d.mts +0 -103
- package/dist/model/ApiTenant.mjs +0 -11
- package/dist/model/ApiTenantSummary.d.mts +0 -41
- package/dist/model/ApiTenantSummary.mjs +0 -4
- package/dist/model/ApiToken.d.mts +0 -62
- package/dist/model/ApiToken.mjs +0 -4
- package/dist/model/ApiTokenList.d.mts +0 -44
- package/dist/model/ApiTokenList.mjs +0 -5
- package/dist/model/ApiUser.d.mts +0 -90
- package/dist/model/ApiUser.mjs +0 -11
- package/dist/model/AppGenerationPrompt.d.mts +0 -47
- package/dist/model/AppGenerationPrompt.mjs +0 -4
- package/dist/model/AppResponse.d.mts +0 -47
- package/dist/model/AppResponse.mjs +0 -5
- package/dist/model/AppResponseUILayout.d.mts +0 -38
- package/dist/model/AppResponseUILayout.mjs +0 -4
- package/dist/model/AppsControllerApiApp.d.mts +0 -65
- package/dist/model/AppsControllerApiApp.mjs +0 -4
- package/dist/model/AppsControllerApiAppCatalogItem.d.mts +0 -53
- package/dist/model/AppsControllerApiAppCatalogItem.mjs +0 -4
- package/dist/model/AppsControllerApiAppSource.d.mts +0 -59
- package/dist/model/AppsControllerApiAppSource.mjs +0 -4
- package/dist/model/AppsControllerApiAppTags.d.mts +0 -38
- package/dist/model/AppsControllerApiAppTags.mjs +0 -4
- package/dist/model/AppsControllerApiBulkImportResponse.d.mts +0 -44
- package/dist/model/AppsControllerApiBulkImportResponse.mjs +0 -5
- package/dist/model/AppsControllerApiBulkImportResponseError.d.mts +0 -41
- package/dist/model/AppsControllerApiBulkImportResponseError.mjs +0 -4
- package/dist/model/AppsControllerApiBulkOperationRequest.d.mts +0 -38
- package/dist/model/AppsControllerApiBulkOperationRequest.mjs +0 -4
- package/dist/model/Assertion.d.mts +0 -95
- package/dist/model/Assertion.mjs +0 -4
- package/dist/model/AssertionResult.d.mts +0 -68
- package/dist/model/AssertionResult.mjs +0 -4
- package/dist/model/AssertionRunError.d.mts +0 -50
- package/dist/model/AssertionRunError.mjs +0 -4
- package/dist/model/Asset.d.mts +0 -63
- package/dist/model/Asset.mjs +0 -4
- package/dist/model/AssetIdentifier.d.mts +0 -41
- package/dist/model/AssetIdentifier.mjs +0 -4
- package/dist/model/AssetTopologyGraph.d.mts +0 -43
- package/dist/model/AssetTopologyGraph.mjs +0 -8
- package/dist/model/AssetTopologyGraphEdge.d.mts +0 -47
- package/dist/model/AssetTopologyGraphEdge.mjs +0 -5
- package/dist/model/AssetTopologyGraphNode.d.mts +0 -59
- package/dist/model/AssetTopologyGraphNode.mjs +0 -5
- package/dist/model/AssetTopologyGraphNodeNodeType.d.mts +0 -40
- package/dist/model/AssetTopologyGraphNodeNodeType.mjs +0 -4
- package/dist/model/AssetsControllerApiAsset.d.mts +0 -62
- package/dist/model/AssetsControllerApiAsset.mjs +0 -4
- package/dist/model/AssetsControllerApiAssetLineageEvent.d.mts +0 -76
- package/dist/model/AssetsControllerApiAssetLineageEvent.mjs +0 -5
- package/dist/model/AssetsControllerApiAssetUsage.d.mts +0 -59
- package/dist/model/AssetsControllerApiAssetUsage.mjs +0 -4
- package/dist/model/AssetsDeclaration.d.mts +0 -50
- package/dist/model/AssetsDeclaration.mjs +0 -8
- package/dist/model/AssetsInOut.d.mts +0 -43
- package/dist/model/AssetsInOut.mjs +0 -6
- package/dist/model/AttributeReference.d.mts +0 -53
- package/dist/model/AttributeReference.mjs +0 -4
- package/dist/model/AuditLog.d.mts +0 -85
- package/dist/model/AuditLog.mjs +0 -9
- package/dist/model/AuditLogControllerApiAuditLogItem.d.mts +0 -57
- package/dist/model/AuditLogControllerApiAuditLogItem.mjs +0 -18
- package/dist/model/AuditLogControllerAuditLogDiff.d.mts +0 -41
- package/dist/model/AuditLogControllerAuditLogDiff.mjs +0 -4
- package/dist/model/AuditLogControllerAuditLogOption.d.mts +0 -44
- package/dist/model/AuditLogControllerAuditLogOption.mjs +0 -4
- package/dist/model/AuditLogControllerFindRequest.d.mts +0 -48
- package/dist/model/AuditLogControllerFindRequest.mjs +0 -6
- package/dist/model/AuditLogDetail.d.mts +0 -60
- package/dist/model/AuditLogDetail.mjs +0 -6
- package/dist/model/AuthControllerAuth.d.mts +0 -47
- package/dist/model/AuthControllerAuth.mjs +0 -4
- package/dist/model/AuthControllerInvitationUserRequest.d.mts +0 -55
- package/dist/model/AuthControllerInvitationUserRequest.mjs +0 -4
- package/dist/model/AuthControllerResetPasswordRequest.d.mts +0 -41
- package/dist/model/AuthControllerResetPasswordRequest.mjs +0 -4
- package/dist/model/Backfill.d.mts +0 -68
- package/dist/model/Backfill.mjs +0 -5
- package/dist/model/Banner.d.mts +0 -68
- package/dist/model/Banner.mjs +0 -5
- package/dist/model/BannerType.d.mts +0 -46
- package/dist/model/BannerType.mjs +0 -4
- package/dist/model/BaseAuditLog.d.mts +0 -78
- package/dist/model/BaseAuditLog.mjs +0 -8
- package/dist/model/BaseResourcePatchRequest.d.mts +0 -38
- package/dist/model/BaseResourcePatchRequest.mjs +0 -4
- package/dist/model/BaseResourceScimResource.d.mts +0 -38
- package/dist/model/BaseResourceScimResource.mjs +0 -4
- package/dist/model/BaseResourceSearchRequest.d.mts +0 -38
- package/dist/model/BaseResourceSearchRequest.mjs +0 -4
- package/dist/model/Binding.d.mts +0 -68
- package/dist/model/Binding.mjs +0 -5
- package/dist/model/BindingType.d.mts +0 -40
- package/dist/model/BindingType.mjs +0 -4
- package/dist/model/Blueprint.d.mts +0 -75
- package/dist/model/Blueprint.mjs +0 -8
- package/dist/model/BlueprintControllerApiBlueprintItem.d.mts +0 -53
- package/dist/model/BlueprintControllerApiBlueprintItem.mjs +0 -4
- package/dist/model/BlueprintControllerApiBlueprintItemWithSource.d.mts +0 -62
- package/dist/model/BlueprintControllerApiBlueprintItemWithSource.mjs +0 -6
- package/dist/model/BlueprintControllerApiBlueprintTagItem.d.mts +0 -44
- package/dist/model/BlueprintControllerApiBlueprintTagItem.mjs +0 -4
- package/dist/model/BlueprintControllerApiFlowBlueprint.d.mts +0 -65
- package/dist/model/BlueprintControllerApiFlowBlueprint.mjs +0 -8
- package/dist/model/BlueprintControllerFlowBlueprintCreateOrUpdate.d.mts +0 -57
- package/dist/model/BlueprintControllerFlowBlueprintCreateOrUpdate.mjs +0 -4
- package/dist/model/BlueprintControllerKind.d.mts +0 -46
- package/dist/model/BlueprintControllerKind.mjs +0 -4
- package/dist/model/BlueprintControllerUseBlueprintTemplateRequest.d.mts +0 -38
- package/dist/model/BlueprintControllerUseBlueprintTemplateRequest.mjs +0 -4
- package/dist/model/BlueprintControllerUseBlueprintTemplateResponse.d.mts +0 -38
- package/dist/model/BlueprintControllerUseBlueprintTemplateResponse.mjs +0 -4
- package/dist/model/BlueprintTemplate.d.mts +0 -53
- package/dist/model/BlueprintTemplate.mjs +0 -7
- package/dist/model/BlueprintWithFlowEntity.d.mts +0 -80
- package/dist/model/BlueprintWithFlowEntity.mjs +0 -9
- package/dist/model/Breakpoint.d.mts +0 -50
- package/dist/model/Breakpoint.mjs +0 -4
- package/dist/model/BulkErrorResponse.d.mts +0 -41
- package/dist/model/BulkErrorResponse.mjs +0 -4
- package/dist/model/BulkImportAppsRequest.d.mts +0 -41
- package/dist/model/BulkImportAppsRequest.mjs +0 -4
- package/dist/model/BulkResponse.d.mts +0 -38
- package/dist/model/BulkResponse.mjs +0 -4
- package/dist/model/Cache.d.mts +0 -50
- package/dist/model/Cache.mjs +0 -4
- package/dist/model/ChartChartOption.d.mts +0 -54
- package/dist/model/ChartChartOption.mjs +0 -4
- package/dist/model/ChartFiltersOverrides.d.mts +0 -59
- package/dist/model/ChartFiltersOverrides.mjs +0 -7
- package/dist/model/Check.d.mts +0 -61
- package/dist/model/Check.mjs +0 -6
- package/dist/model/CheckBehavior.d.mts +0 -46
- package/dist/model/CheckBehavior.mjs +0 -4
- package/dist/model/CheckStyle.d.mts +0 -52
- package/dist/model/CheckStyle.mjs +0 -4
- package/dist/model/Concurrency.d.mts +0 -54
- package/dist/model/Concurrency.mjs +0 -5
- package/dist/model/ConcurrencyBehavior.d.mts +0 -46
- package/dist/model/ConcurrencyBehavior.mjs +0 -4
- package/dist/model/ConcurrencyLimit.d.mts +0 -58
- package/dist/model/ConcurrencyLimit.mjs +0 -4
- package/dist/model/Condition.d.mts +0 -47
- package/dist/model/Condition.mjs +0 -4
- package/dist/model/ConversionServiceProvider.d.mts +0 -47
- package/dist/model/ConversionServiceProvider.mjs +0 -4
- package/dist/model/ConvertibleMultiValuesString.d.mts +0 -52
- package/dist/model/ConvertibleMultiValuesString.mjs +0 -6
- package/dist/model/ConvertibleValuesListString.d.mts +0 -51
- package/dist/model/ConvertibleValuesListString.mjs +0 -5
- package/dist/model/CreateApiTokenRequest.d.mts +0 -56
- package/dist/model/CreateApiTokenRequest.mjs +0 -4
- package/dist/model/CreateApiTokenResponse.d.mts +0 -44
- package/dist/model/CreateApiTokenResponse.mjs +0 -4
- package/dist/model/CreateNamespaceFileRequest.d.mts +0 -41
- package/dist/model/CreateNamespaceFileRequest.mjs +0 -4
- package/dist/model/CreateSecurityIntegrationRequest.d.mts +0 -65
- package/dist/model/CreateSecurityIntegrationRequest.mjs +0 -5
- package/dist/model/CrudEventType.d.mts +0 -82
- package/dist/model/CrudEventType.mjs +0 -4
- package/dist/model/DailyExecutionStatistics.d.mts +0 -61
- package/dist/model/DailyExecutionStatistics.mjs +0 -6
- package/dist/model/DailyExecutionStatisticsDuration.d.mts +0 -63
- package/dist/model/DailyExecutionStatisticsDuration.mjs +0 -4
- package/dist/model/DailyExecutionStatisticsExecutionCounts.d.mts +0 -86
- package/dist/model/DailyExecutionStatisticsExecutionCounts.mjs +0 -4
- package/dist/model/DashboardControllerDashboardResponse.d.mts +0 -82
- package/dist/model/DashboardControllerDashboardResponse.mjs +0 -6
- package/dist/model/DashboardControllerPreviewRequest.d.mts +0 -56
- package/dist/model/DashboardControllerPreviewRequest.mjs +0 -8
- package/dist/model/DashboardGenerationPrompt.d.mts +0 -54
- package/dist/model/DashboardGenerationPrompt.mjs +0 -4
- package/dist/model/DeleteTriggersByQueryRequest.d.mts +0 -41
- package/dist/model/DeleteTriggersByQueryRequest.mjs +0 -7
- package/dist/model/DependsOn.d.mts +0 -41
- package/dist/model/DependsOn.mjs +0 -4
- package/dist/model/DocumentationWithSchema.d.mts +0 -44
- package/dist/model/DocumentationWithSchema.mjs +0 -5
- package/dist/model/EditionProviderEdition.d.mts +0 -40
- package/dist/model/EditionProviderEdition.mjs +0 -4
- package/dist/model/Email.d.mts +0 -44
- package/dist/model/Email.mjs +0 -4
- package/dist/model/EvaluationType.d.mts +0 -52
- package/dist/model/EvaluationType.mjs +0 -4
- package/dist/model/EventAppResponse.d.mts +0 -54
- package/dist/model/EventAppResponse.mjs +0 -6
- package/dist/model/EventExecution.d.mts +0 -67
- package/dist/model/EventExecution.mjs +0 -19
- package/dist/model/EventExecutionStatusEvent.d.mts +0 -56
- package/dist/model/EventExecutionStatusEvent.mjs +0 -8
- package/dist/model/ExecutableTaskSubflowId.d.mts +0 -44
- package/dist/model/ExecutableTaskSubflowId.mjs +0 -4
- package/dist/model/Execution.d.mts +0 -117
- package/dist/model/Execution.mjs +0 -18
- package/dist/model/ExecutionControllerEvalResult.d.mts +0 -44
- package/dist/model/ExecutionControllerEvalResult.mjs +0 -4
- package/dist/model/ExecutionControllerExecutionResponse.d.mts +0 -121
- package/dist/model/ExecutionControllerExecutionResponse.mjs +0 -19
- package/dist/model/ExecutionControllerLastExecutionResponse.d.mts +0 -53
- package/dist/model/ExecutionControllerLastExecutionResponse.mjs +0 -5
- package/dist/model/ExecutionControllerSetLabelsByIdsRequest.d.mts +0 -44
- package/dist/model/ExecutionControllerSetLabelsByIdsRequest.mjs +0 -5
- package/dist/model/ExecutionControllerStateRequest.d.mts +0 -44
- package/dist/model/ExecutionControllerStateRequest.mjs +0 -5
- package/dist/model/ExecutionKind.d.mts +0 -46
- package/dist/model/ExecutionKind.mjs +0 -4
- package/dist/model/ExecutionMetadata.d.mts +0 -41
- package/dist/model/ExecutionMetadata.mjs +0 -4
- package/dist/model/ExecutionRepositoryInterfaceFlowFilter.d.mts +0 -51
- package/dist/model/ExecutionRepositoryInterfaceFlowFilter.mjs +0 -4
- package/dist/model/ExecutionStatusEvent.d.mts +0 -55
- package/dist/model/ExecutionStatusEvent.mjs +0 -7
- package/dist/model/ExecutionTrigger.d.mts +0 -57
- package/dist/model/ExecutionTrigger.mjs +0 -4
- package/dist/model/ExecutionUsage.d.mts +0 -41
- package/dist/model/ExecutionUsage.mjs +0 -7
- package/dist/model/FileAttributes.d.mts +0 -56
- package/dist/model/FileAttributes.mjs +0 -5
- package/dist/model/FileAttributesFileType.d.mts +0 -40
- package/dist/model/FileAttributesFileType.mjs +0 -4
- package/dist/model/FileMetas.d.mts +0 -47
- package/dist/model/FileMetas.mjs +0 -4
- package/dist/model/Filter.d.mts +0 -41
- package/dist/model/Filter.mjs +0 -4
- package/dist/model/Fixtures.d.mts +0 -53
- package/dist/model/Fixtures.mjs +0 -8
- package/dist/model/Flow.d.mts +0 -120
- package/dist/model/Flow.mjs +0 -36
- package/dist/model/FlowControllerFlowWithDeprecatedTasks.d.mts +0 -50
- package/dist/model/FlowControllerFlowWithDeprecatedTasks.mjs +0 -5
- package/dist/model/FlowControllerTaskValidationType.d.mts +0 -40
- package/dist/model/FlowControllerTaskValidationType.mjs +0 -4
- package/dist/model/FlowForExecution.d.mts +0 -108
- package/dist/model/FlowForExecution.mjs +0 -17
- package/dist/model/FlowGenerationPrompt.d.mts +0 -57
- package/dist/model/FlowGenerationPrompt.mjs +0 -4
- package/dist/model/FlowGraph.d.mts +0 -48
- package/dist/model/FlowGraph.mjs +0 -10
- package/dist/model/FlowGraphCluster.d.mts +0 -54
- package/dist/model/FlowGraphCluster.mjs +0 -6
- package/dist/model/FlowGraphEdge.d.mts +0 -48
- package/dist/model/FlowGraphEdge.mjs +0 -6
- package/dist/model/FlowId.d.mts +0 -47
- package/dist/model/FlowId.mjs +0 -4
- package/dist/model/FlowInterface.d.mts +0 -86
- package/dist/model/FlowInterface.mjs +0 -22
- package/dist/model/FlowNode.d.mts +0 -53
- package/dist/model/FlowNode.mjs +0 -4
- package/dist/model/FlowRelation.d.mts +0 -40
- package/dist/model/FlowRelation.mjs +0 -4
- package/dist/model/FlowServiceTaskDeprecation.d.mts +0 -44
- package/dist/model/FlowServiceTaskDeprecation.mjs +0 -4
- package/dist/model/FlowTopologyGraph.d.mts +0 -43
- package/dist/model/FlowTopologyGraph.mjs +0 -7
- package/dist/model/FlowTopologyGraphEdge.d.mts +0 -47
- package/dist/model/FlowTopologyGraphEdge.mjs +0 -5
- package/dist/model/FlowUsage.d.mts +0 -50
- package/dist/model/FlowUsage.mjs +0 -4
- package/dist/model/FlowWithSource.d.mts +0 -124
- package/dist/model/FlowWithSource.mjs +0 -37
- package/dist/model/ForwardSupportTicketRequest.d.mts +0 -41
- package/dist/model/ForwardSupportTicketRequest.mjs +0 -4
- package/dist/model/GroupIdentifier.d.mts +0 -50
- package/dist/model/GroupIdentifier.mjs +0 -5
- package/dist/model/GroupIdentifierMembership.d.mts +0 -40
- package/dist/model/GroupIdentifierMembership.mjs +0 -4
- package/dist/model/GroupUsage.d.mts +0 -38
- package/dist/model/GroupUsage.mjs +0 -4
- package/dist/model/HttpParameters.d.mts +0 -53
- package/dist/model/HttpParameters.mjs +0 -7
- package/dist/model/IAMBindingControllerApiBindingDetail.d.mts +0 -60
- package/dist/model/IAMBindingControllerApiBindingDetail.mjs +0 -9
- package/dist/model/IAMBindingControllerApiBindingGroup.d.mts +0 -41
- package/dist/model/IAMBindingControllerApiBindingGroup.mjs +0 -4
- package/dist/model/IAMBindingControllerApiBindingUser.d.mts +0 -50
- package/dist/model/IAMBindingControllerApiBindingUser.mjs +0 -5
- package/dist/model/IAMBindingControllerApiCreateBindingRequest.d.mts +0 -61
- package/dist/model/IAMBindingControllerApiCreateBindingRequest.mjs +0 -5
- package/dist/model/IAMBindingControllerApiRole.d.mts +0 -41
- package/dist/model/IAMBindingControllerApiRole.mjs +0 -4
- package/dist/model/IAMGroupControllerApiCreateGroupRequest.d.mts +0 -53
- package/dist/model/IAMGroupControllerApiCreateGroupRequest.mjs +0 -4
- package/dist/model/IAMGroupControllerApiGroupDetail.d.mts +0 -44
- package/dist/model/IAMGroupControllerApiGroupDetail.mjs +0 -4
- package/dist/model/IAMGroupControllerApiGroupMember.d.mts +0 -50
- package/dist/model/IAMGroupControllerApiGroupMember.mjs +0 -6
- package/dist/model/IAMGroupControllerApiGroupMembership.d.mts +0 -50
- package/dist/model/IAMGroupControllerApiGroupMembership.mjs +0 -5
- package/dist/model/IAMGroupControllerApiUpdateGroupRequest.d.mts +0 -57
- package/dist/model/IAMGroupControllerApiUpdateGroupRequest.mjs +0 -4
- package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.d.mts +0 -62
- package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.mjs +0 -5
- package/dist/model/IAMInvitationControllerApiInvitationDetail.d.mts +0 -73
- package/dist/model/IAMInvitationControllerApiInvitationDetail.mjs +0 -7
- package/dist/model/IAMInvitationControllerApiInvitationRole.d.mts +0 -50
- package/dist/model/IAMInvitationControllerApiInvitationRole.mjs +0 -4
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.d.mts +0 -60
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.mjs +0 -5
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.mts +0 -113
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.mjs +0 -4
- package/dist/model/IAMRoleControllerApiRoleDetail.d.mts +0 -56
- package/dist/model/IAMRoleControllerApiRoleDetail.mjs +0 -5
- package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.d.mts +0 -57
- package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.mjs +0 -4
- package/dist/model/IAMServiceAccountControllerApiGroup.d.mts +0 -38
- package/dist/model/IAMServiceAccountControllerApiGroup.mjs +0 -4
- package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.d.mts +0 -51
- package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.mjs +0 -4
- package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.d.mts +0 -72
- package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.mjs +0 -5
- package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.d.mts +0 -60
- package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.mjs +0 -5
- package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.d.mts +0 -72
- package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.mjs +0 -5
- package/dist/model/IAMTenantAccessControllerApiAuthentication.d.mts +0 -41
- package/dist/model/IAMTenantAccessControllerApiAuthentication.mjs +0 -4
- package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.d.mts +0 -47
- package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.mjs +0 -4
- package/dist/model/IAMTenantAccessControllerApiGroup.d.mts +0 -44
- package/dist/model/IAMTenantAccessControllerApiGroup.mjs +0 -4
- package/dist/model/IAMTenantAccessControllerApiRoleAssignment.d.mts +0 -59
- package/dist/model/IAMTenantAccessControllerApiRoleAssignment.mjs +0 -8
- package/dist/model/IAMTenantAccessControllerApiTenantAccess.d.mts +0 -58
- package/dist/model/IAMTenantAccessControllerApiTenantAccess.mjs +0 -10
- package/dist/model/IAMTenantAccessControllerApiUserPermission.d.mts +0 -47
- package/dist/model/IAMTenantAccessControllerApiUserPermission.mjs +0 -6
- package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.d.mts +0 -55
- package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.mjs +0 -6
- package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.d.mts +0 -47
- package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.mjs +0 -5
- package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.d.mts +0 -68
- package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.mjs +0 -4
- package/dist/model/IAMUserControllerApiGroup.d.mts +0 -41
- package/dist/model/IAMUserControllerApiGroup.mjs +0 -4
- package/dist/model/IAMUserControllerApiPatchRestrictedRequest.d.mts +0 -47
- package/dist/model/IAMUserControllerApiPatchRestrictedRequest.mjs +0 -4
- package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.d.mts +0 -47
- package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.mjs +0 -4
- package/dist/model/IAMUserControllerApiUser.d.mts +0 -69
- package/dist/model/IAMUserControllerApiUser.mjs +0 -7
- package/dist/model/IAMUserControllerApiUserAuth.d.mts +0 -44
- package/dist/model/IAMUserControllerApiUserAuth.mjs +0 -4
- package/dist/model/IAMUserControllerApiUserSummary.d.mts +0 -55
- package/dist/model/IAMUserControllerApiUserSummary.mjs +0 -6
- package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.d.mts +0 -38
- package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.mjs +0 -4
- package/dist/model/IdWithNamespace.d.mts +0 -41
- package/dist/model/IdWithNamespace.mjs +0 -4
- package/dist/model/IdentityProvider.d.mts +0 -47
- package/dist/model/IdentityProvider.mjs +0 -4
- package/dist/model/ImportPluginDefaultsRequest.d.mts +0 -38
- package/dist/model/ImportPluginDefaultsRequest.mjs +0 -4
- package/dist/model/InputObject.d.mts +0 -76
- package/dist/model/InputObject.mjs +0 -6
- package/dist/model/InputType.d.mts +0 -41
- package/dist/model/InputType.mjs +0 -4
- package/dist/model/InstanceControllerApiActiveService.d.mts +0 -44
- package/dist/model/InstanceControllerApiActiveService.mjs +0 -5
- package/dist/model/InstanceControllerApiActiveServiceList.d.mts +0 -44
- package/dist/model/InstanceControllerApiActiveServiceList.mjs +0 -6
- package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.d.mts +0 -60
- package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.mjs +0 -4
- package/dist/model/InstanceControllerApiPluginArtifact.d.mts +0 -50
- package/dist/model/InstanceControllerApiPluginArtifact.mjs +0 -4
- package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.d.mts +0 -41
- package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.mjs +0 -4
- package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.d.mts +0 -41
- package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.mjs +0 -4
- package/dist/model/InstanceControllerApiPluginListRequest.d.mts +0 -38
- package/dist/model/InstanceControllerApiPluginListRequest.mjs +0 -4
- package/dist/model/InstanceControllerApiPluginVersionDetails.d.mts +0 -59
- package/dist/model/InstanceControllerApiPluginVersionDetails.mjs +0 -6
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.d.mts +0 -41
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.mjs +0 -4
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.d.mts +0 -44
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.mjs +0 -5
- package/dist/model/InstanceControllerApiPluginVersions.d.mts +0 -47
- package/dist/model/InstanceControllerApiPluginVersions.mjs +0 -6
- package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.d.mts +0 -44
- package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.mjs +0 -5
- package/dist/model/InstanceControllerApiServerInstance.d.mts +0 -50
- package/dist/model/InstanceControllerApiServerInstance.mjs +0 -5
- package/dist/model/InstanceControllerApiServiceInstance.d.mts +0 -59
- package/dist/model/InstanceControllerApiServiceInstance.mjs +0 -8
- package/dist/model/InstanceControllerApiWorkerGroup.d.mts +0 -56
- package/dist/model/InstanceControllerApiWorkerGroup.mjs +0 -4
- package/dist/model/InstanceControllerApiWorkerGroupDetails.d.mts +0 -62
- package/dist/model/InstanceControllerApiWorkerGroupDetails.mjs +0 -15
- package/dist/model/InstanceControllerApiWorkerGroupItem.d.mts +0 -59
- package/dist/model/InstanceControllerApiWorkerGroupItem.mjs +0 -4
- package/dist/model/InstanceControllerApiWorkerGroupList.d.mts +0 -41
- package/dist/model/InstanceControllerApiWorkerGroupList.mjs +0 -5
- package/dist/model/Invitation.d.mts +0 -94
- package/dist/model/Invitation.mjs +0 -8
- package/dist/model/InvitationInvitationStatus.d.mts +0 -46
- package/dist/model/InvitationInvitationStatus.mjs +0 -4
- package/dist/model/Isolation.d.mts +0 -44
- package/dist/model/Isolation.mjs +0 -5
- package/dist/model/KVControllerApiDeleteBulkRequest.d.mts +0 -38
- package/dist/model/KVControllerApiDeleteBulkRequest.mjs +0 -4
- package/dist/model/KVControllerApiDeleteBulkResponse.d.mts +0 -38
- package/dist/model/KVControllerApiDeleteBulkResponse.mjs +0 -4
- package/dist/model/KVControllerKvDetail.d.mts +0 -50
- package/dist/model/KVControllerKvDetail.mjs +0 -5
- package/dist/model/KVEntry.d.mts +0 -56
- package/dist/model/KVEntry.mjs +0 -4
- package/dist/model/KVType.d.mts +0 -70
- package/dist/model/KVType.mjs +0 -4
- package/dist/model/KillSwitch.d.mts +0 -85
- package/dist/model/KillSwitch.mjs +0 -5
- package/dist/model/Label.d.mts +0 -52
- package/dist/model/Label.mjs +0 -4
- package/dist/model/LeftSidebarConfiguration.d.mts +0 -38
- package/dist/model/LeftSidebarConfiguration.mjs +0 -4
- package/dist/model/Level.d.mts +0 -58
- package/dist/model/Level.mjs +0 -4
- package/dist/model/LogEntry.d.mts +0 -85
- package/dist/model/LogEntry.mjs +0 -6
- package/dist/model/MapObjectObject.d.mts +0 -38
- package/dist/model/MapObjectObject.mjs +0 -4
- package/dist/model/MeControllerApiMe.d.mts +0 -58
- package/dist/model/MeControllerApiMe.mjs +0 -7
- package/dist/model/MeControllerApiProfile.d.mts +0 -47
- package/dist/model/MeControllerApiProfile.mjs +0 -4
- package/dist/model/MeControllerApiTenant.d.mts +0 -44
- package/dist/model/MeControllerApiTenant.mjs +0 -4
- package/dist/model/MeControllerApiUpdatePasswordRequest.d.mts +0 -41
- package/dist/model/MeControllerApiUpdatePasswordRequest.mjs +0 -4
- package/dist/model/MeControllerApiUserDetailsRequest.d.mts +0 -44
- package/dist/model/MeControllerApiUserDetailsRequest.mjs +0 -4
- package/dist/model/Meta.d.mts +0 -50
- package/dist/model/Meta.mjs +0 -4
- package/dist/model/Metric.d.mts +0 -56
- package/dist/model/Metric.mjs +0 -5
- package/dist/model/MetricAggregation.d.mts +0 -54
- package/dist/model/MetricAggregation.mjs +0 -4
- package/dist/model/MetricAggregations.d.mts +0 -54
- package/dist/model/MetricAggregations.mjs +0 -5
- package/dist/model/MetricEntry.d.mts +0 -85
- package/dist/model/MetricEntry.mjs +0 -5
- package/dist/model/MetricTag.d.mts +0 -41
- package/dist/model/MetricTag.mjs +0 -4
- package/dist/model/MiscControllerApiUsage.d.mts +0 -48
- package/dist/model/MiscControllerApiUsage.mjs +0 -9
- package/dist/model/MiscControllerConfiguration.d.mts +0 -100
- package/dist/model/MiscControllerConfiguration.mjs +0 -7
- package/dist/model/MiscControllerEEConfiguration.d.mts +0 -161
- package/dist/model/MiscControllerEEConfiguration.mjs +0 -17
- package/dist/model/MiscControllerEnvironment.d.mts +0 -41
- package/dist/model/MiscControllerEnvironment.mjs +0 -4
- package/dist/model/MiscControllerLicenseInfo.d.mts +0 -59
- package/dist/model/MiscControllerLicenseInfo.mjs +0 -4
- package/dist/model/MiscControllerPluginIdAndVersion.d.mts +0 -41
- package/dist/model/MiscControllerPluginIdAndVersion.mjs +0 -4
- package/dist/model/MiscControllerPreview.d.mts +0 -41
- package/dist/model/MiscControllerPreview.mjs +0 -4
- package/dist/model/MiscControllerTenantConfigurationInfo.d.mts +0 -41
- package/dist/model/MiscControllerTenantConfigurationInfo.mjs +0 -4
- package/dist/model/Name.d.mts +0 -41
- package/dist/model/Name.mjs +0 -4
- package/dist/model/Namespace.d.mts +0 -103
- package/dist/model/Namespace.mjs +0 -12
- package/dist/model/NamespaceAllowedNamespace.d.mts +0 -47
- package/dist/model/NamespaceAllowedNamespace.mjs +0 -4
- package/dist/model/NamespaceControllerApiInheritedPluginDefaultFromNamespace.d.mts +0 -56
- package/dist/model/NamespaceControllerApiInheritedPluginDefaultFromNamespace.mjs +0 -4
- package/dist/model/NamespaceFileRevision.d.mts +0 -38
- package/dist/model/NamespaceFileRevision.mjs +0 -4
- package/dist/model/NamespaceLight.d.mts +0 -47
- package/dist/model/NamespaceLight.mjs +0 -4
- package/dist/model/Output.d.mts +0 -68
- package/dist/model/Output.mjs +0 -6
- package/dist/model/OutputValue.d.mts +0 -48
- package/dist/model/OutputValue.mjs +0 -4
- package/dist/model/PageRequest.d.mts +0 -41
- package/dist/model/PageRequest.mjs +0 -4
- package/dist/model/PagedResultsApiGroupSummary.d.mts +0 -54
- package/dist/model/PagedResultsApiGroupSummary.mjs +0 -5
- package/dist/model/PagedResultsApiRoleSummary.d.mts +0 -54
- package/dist/model/PagedResultsApiRoleSummary.mjs +0 -5
- package/dist/model/PagedResultsAppsControllerApiApp.d.mts +0 -54
- package/dist/model/PagedResultsAppsControllerApiApp.mjs +0 -5
- package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.d.mts +0 -54
- package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.mjs +0 -5
- package/dist/model/PagedResultsAssetsControllerApiAsset.d.mts +0 -54
- package/dist/model/PagedResultsAssetsControllerApiAsset.mjs +0 -5
- package/dist/model/PagedResultsAssetsControllerApiAssetLineageEvent.d.mts +0 -54
- package/dist/model/PagedResultsAssetsControllerApiAssetLineageEvent.mjs +0 -6
- package/dist/model/PagedResultsAssetsControllerApiAssetUsage.d.mts +0 -54
- package/dist/model/PagedResultsAssetsControllerApiAssetUsage.mjs +0 -5
- package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.d.mts +0 -54
- package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.mjs +0 -19
- package/dist/model/PagedResultsBlueprint.d.mts +0 -54
- package/dist/model/PagedResultsBlueprint.mjs +0 -9
- package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.d.mts +0 -54
- package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.mjs +0 -5
- package/dist/model/PagedResultsConcurrencyLimit.d.mts +0 -54
- package/dist/model/PagedResultsConcurrencyLimit.mjs +0 -5
- package/dist/model/PagedResultsDashboardControllerDashboardResponse.d.mts +0 -54
- package/dist/model/PagedResultsDashboardControllerDashboardResponse.mjs +0 -7
- package/dist/model/PagedResultsExecution.d.mts +0 -54
- package/dist/model/PagedResultsExecution.mjs +0 -19
- package/dist/model/PagedResultsFlow.d.mts +0 -54
- package/dist/model/PagedResultsFlow.mjs +0 -37
- package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.d.mts +0 -54
- package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.mjs +0 -10
- package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.d.mts +0 -54
- package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.mjs +0 -7
- package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.d.mts +0 -54
- package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.mjs +0 -8
- package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.d.mts +0 -54
- package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.mjs +0 -6
- package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.d.mts +0 -54
- package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.mjs +0 -7
- package/dist/model/PagedResultsIAMUserControllerApiUserSummary.d.mts +0 -54
- package/dist/model/PagedResultsIAMUserControllerApiUserSummary.mjs +0 -7
- package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.d.mts +0 -54
- package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.mjs +0 -5
- package/dist/model/PagedResultsInstanceControllerApiServiceInstance.d.mts +0 -54
- package/dist/model/PagedResultsInstanceControllerApiServiceInstance.mjs +0 -9
- package/dist/model/PagedResultsKVEntry.d.mts +0 -54
- package/dist/model/PagedResultsKVEntry.mjs +0 -5
- package/dist/model/PagedResultsLogEntry.d.mts +0 -54
- package/dist/model/PagedResultsLogEntry.mjs +0 -7
- package/dist/model/PagedResultsMapStringObject.d.mts +0 -51
- package/dist/model/PagedResultsMapStringObject.mjs +0 -4
- package/dist/model/PagedResultsMetricEntry.d.mts +0 -54
- package/dist/model/PagedResultsMetricEntry.mjs +0 -6
- package/dist/model/PagedResultsNamespace.d.mts +0 -54
- package/dist/model/PagedResultsNamespace.mjs +0 -13
- package/dist/model/PagedResultsSearchResultFlow.d.mts +0 -54
- package/dist/model/PagedResultsSearchResultFlow.mjs +0 -38
- package/dist/model/PagedResultsTenant.d.mts +0 -54
- package/dist/model/PagedResultsTenant.mjs +0 -11
- package/dist/model/PagedResultsTestSuite.d.mts +0 -54
- package/dist/model/PagedResultsTestSuite.mjs +0 -12
- package/dist/model/PagedResultsTestSuiteRunResult.d.mts +0 -54
- package/dist/model/PagedResultsTestSuiteRunResult.mjs +0 -14
- package/dist/model/PagedResultsTrigger.d.mts +0 -54
- package/dist/model/PagedResultsTrigger.mjs +0 -9
- package/dist/model/PagedResultsTriggerControllerTriggers.d.mts +0 -54
- package/dist/model/PagedResultsTriggerControllerTriggers.mjs +0 -22
- package/dist/model/PatchOperation.d.mts +0 -50
- package/dist/model/PatchOperation.mjs +0 -8
- package/dist/model/PatchOperationPath.d.mts +0 -42
- package/dist/model/PatchOperationPath.mjs +0 -6
- package/dist/model/PatchOperationType.d.mts +0 -46
- package/dist/model/PatchOperationType.mjs +0 -4
- package/dist/model/PatchRequest.d.mts +0 -44
- package/dist/model/PatchRequest.mjs +0 -10
- package/dist/model/Permission.d.mts +0 -184
- package/dist/model/Permission.mjs +0 -4
- package/dist/model/Plugin.d.mts +0 -102
- package/dist/model/Plugin.mjs +0 -6
- package/dist/model/PluginArtifact.d.mts +0 -53
- package/dist/model/PluginArtifact.mjs +0 -4
- package/dist/model/PluginArtifactMetadata.d.mts +0 -50
- package/dist/model/PluginArtifactMetadata.mjs +0 -4
- package/dist/model/PluginControllerApiPluginVersions.d.mts +0 -41
- package/dist/model/PluginControllerApiPluginVersions.mjs +0 -4
- package/dist/model/PluginDefault.d.mts +0 -53
- package/dist/model/PluginDefault.mjs +0 -4
- package/dist/model/PluginIcon.d.mts +0 -44
- package/dist/model/PluginIcon.mjs +0 -4
- package/dist/model/PluginPluginElementMetadata.d.mts +0 -47
- package/dist/model/PluginPluginElementMetadata.mjs +0 -4
- package/dist/model/PluginSchema.d.mts +0 -44
- package/dist/model/PluginSchema.mjs +0 -4
- package/dist/model/PluginSubGroupPluginCategory.d.mts +0 -130
- package/dist/model/PluginSubGroupPluginCategory.mjs +0 -4
- package/dist/model/PropertyBoolean.d.mts +0 -50
- package/dist/model/PropertyBoolean.mjs +0 -4
- package/dist/model/PropertyDouble.d.mts +0 -50
- package/dist/model/PropertyDouble.mjs +0 -4
- package/dist/model/PropertyDuration.d.mts +0 -50
- package/dist/model/PropertyDuration.mjs +0 -4
- package/dist/model/PropertyListAsset.d.mts +0 -50
- package/dist/model/PropertyListAsset.mjs +0 -5
- package/dist/model/PropertyListAssetIdentifier.d.mts +0 -50
- package/dist/model/PropertyListAssetIdentifier.mjs +0 -5
- package/dist/model/PropertyListString.d.mts +0 -50
- package/dist/model/PropertyListString.mjs +0 -4
- package/dist/model/PropertyObject.d.mts +0 -50
- package/dist/model/PropertyObject.mjs +0 -4
- package/dist/model/PropertyString.d.mts +0 -50
- package/dist/model/PropertyString.mjs +0 -4
- package/dist/model/QueryFilter.d.mts +0 -48
- package/dist/model/QueryFilter.mjs +0 -6
- package/dist/model/QueryFilterField.d.mts +0 -220
- package/dist/model/QueryFilterField.mjs +0 -4
- package/dist/model/QueryFilterOp.d.mts +0 -106
- package/dist/model/QueryFilterOp.mjs +0 -4
- package/dist/model/RBACServiceRoleAssignmentRoleOrigin.d.mts +0 -40
- package/dist/model/RBACServiceRoleAssignmentRoleOrigin.mjs +0 -4
- package/dist/model/Relation.d.mts +0 -44
- package/dist/model/Relation.mjs +0 -5
- package/dist/model/Relation1.d.mts +0 -40
- package/dist/model/Relation1.mjs +0 -4
- package/dist/model/RelationType.d.mts +0 -70
- package/dist/model/RelationType.mjs +0 -4
- package/dist/model/ResourceType.d.mts +0 -214
- package/dist/model/ResourceType.mjs +0 -4
- package/dist/model/ResourceType1.d.mts +0 -88
- package/dist/model/ResourceType1.mjs +0 -10
- package/dist/model/ResourceTypeSchemaExtensionConfiguration.d.mts +0 -41
- package/dist/model/ResourceTypeSchemaExtensionConfiguration.mjs +0 -4
- package/dist/model/RightSidebarConfiguration.d.mts +0 -41
- package/dist/model/RightSidebarConfiguration.mjs +0 -5
- package/dist/model/RightSidebarConfigurationCustomLink.d.mts +0 -41
- package/dist/model/RightSidebarConfigurationCustomLink.mjs +0 -4
- package/dist/model/Role.d.mts +0 -70
- package/dist/model/Role.mjs +0 -5
- package/dist/model/RoleUsage.d.mts +0 -38
- package/dist/model/RoleUsage.mjs +0 -4
- package/dist/model/SDKAuth.d.mts +0 -44
- package/dist/model/SDKAuth.mjs +0 -4
- package/dist/model/SLA.d.mts +0 -64
- package/dist/model/SLA.mjs +0 -8
- package/dist/model/SLABehavior.d.mts +0 -46
- package/dist/model/SLABehavior.mjs +0 -4
- package/dist/model/SLALabels.d.mts +0 -49
- package/dist/model/SLALabels.mjs +0 -5
- package/dist/model/SLAType.d.mts +0 -40
- package/dist/model/SLAType.mjs +0 -4
- package/dist/model/Schema.d.mts +0 -65
- package/dist/model/Schema.mjs +0 -10
- package/dist/model/SchemaAttribute.d.mts +0 -91
- package/dist/model/SchemaAttribute.mjs +0 -8
- package/dist/model/SchemaAttributeMutability.d.mts +0 -52
- package/dist/model/SchemaAttributeMutability.mjs +0 -4
- package/dist/model/SchemaAttributeReturned.d.mts +0 -52
- package/dist/model/SchemaAttributeReturned.mjs +0 -4
- package/dist/model/SchemaAttributeType.d.mts +0 -76
- package/dist/model/SchemaAttributeType.mjs +0 -4
- package/dist/model/SchemaAttributeUniqueness.d.mts +0 -46
- package/dist/model/SchemaAttributeUniqueness.mjs +0 -4
- package/dist/model/SchemaType.d.mts +0 -76
- package/dist/model/SchemaType.mjs +0 -4
- package/dist/model/ScimExtension.d.mts +0 -38
- package/dist/model/ScimExtension.mjs +0 -4
- package/dist/model/ScimResource.d.mts +0 -72
- package/dist/model/ScimResource.mjs +0 -7
- package/dist/model/ScimResourceWithOptionalId.d.mts +0 -73
- package/dist/model/ScimResourceWithOptionalId.mjs +0 -8
- package/dist/model/ScimUser.d.mts +0 -92
- package/dist/model/ScimUser.mjs +0 -12
- package/dist/model/SearchRequest.d.mts +0 -74
- package/dist/model/SearchRequest.mjs +0 -10
- package/dist/model/SearchResultFlow.d.mts +0 -76
- package/dist/model/SearchResultFlow.mjs +0 -37
- package/dist/model/SecurityIntegrationType.d.mts +0 -34
- package/dist/model/SecurityIntegrationType.mjs +0 -4
- package/dist/model/ServerConfig.d.mts +0 -57
- package/dist/model/ServerConfig.mjs +0 -6
- package/dist/model/ServerConfigLiveness.d.mts +0 -63
- package/dist/model/ServerConfigLiveness.mjs +0 -4
- package/dist/model/ServerInstance.d.mts +0 -73
- package/dist/model/ServerInstance.mjs +0 -7
- package/dist/model/ServerInstanceType.d.mts +0 -40
- package/dist/model/ServerInstanceType.mjs +0 -4
- package/dist/model/ServiceInstance.d.mts +0 -81
- package/dist/model/ServiceInstance.mjs +0 -14
- package/dist/model/ServiceInstanceTimestampedEvent.d.mts +0 -50
- package/dist/model/ServiceInstanceTimestampedEvent.mjs +0 -5
- package/dist/model/ServiceProviderConfiguration.d.mts +0 -100
- package/dist/model/ServiceProviderConfiguration.mjs +0 -14
- package/dist/model/ServiceProviderConfigurationAuthenticationSchema.d.mts +0 -53
- package/dist/model/ServiceProviderConfigurationAuthenticationSchema.mjs +0 -5
- package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.d.mts +0 -58
- package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.mjs +0 -4
- package/dist/model/ServiceProviderConfigurationBulkConfiguration.d.mts +0 -44
- package/dist/model/ServiceProviderConfigurationBulkConfiguration.mjs +0 -5
- package/dist/model/ServiceProviderConfigurationFilterConfiguration.d.mts +0 -41
- package/dist/model/ServiceProviderConfigurationFilterConfiguration.mjs +0 -5
- package/dist/model/ServiceProviderConfigurationSupportedConfiguration.d.mts +0 -38
- package/dist/model/ServiceProviderConfigurationSupportedConfiguration.mjs +0 -4
- package/dist/model/ServiceServiceState.d.mts +0 -88
- package/dist/model/ServiceServiceState.mjs +0 -4
- package/dist/model/ServiceType.d.mts +0 -64
- package/dist/model/ServiceType.mjs +0 -4
- package/dist/model/SetAppsCatalogLogoRequest.d.mts +0 -41
- package/dist/model/SetAppsCatalogLogoRequest.mjs +0 -4
- package/dist/model/SetupConfiguration.d.mts +0 -56
- package/dist/model/SetupConfiguration.mjs +0 -4
- package/dist/model/SoftDeletableFlowInterface.d.mts +0 -38
- package/dist/model/SoftDeletableFlowInterface.mjs +0 -4
- package/dist/model/SortOrder.d.mts +0 -40
- package/dist/model/SortOrder.mjs +0 -4
- package/dist/model/SortRequest.d.mts +0 -45
- package/dist/model/SortRequest.mjs +0 -6
- package/dist/model/State.d.mts +0 -77
- package/dist/model/State.mjs +0 -6
- package/dist/model/StateHistory.d.mts +0 -54
- package/dist/model/StateHistory.mjs +0 -5
- package/dist/model/StateType.d.mts +0 -130
- package/dist/model/StateType.mjs +0 -4
- package/dist/model/SupportDebugInfo.d.mts +0 -69
- package/dist/model/SupportDebugInfo.mjs +0 -6
- package/dist/model/SupportDebugInfoAuthType.d.mts +0 -46
- package/dist/model/SupportDebugInfoAuthType.mjs +0 -4
- package/dist/model/SupportDebugInfoDeploymentType.d.mts +0 -52
- package/dist/model/SupportDebugInfoDeploymentType.mjs +0 -4
- package/dist/model/Task.d.mts +0 -107
- package/dist/model/Task.mjs +0 -13
- package/dist/model/TaskFixture.d.mts +0 -68
- package/dist/model/TaskFixture.mjs +0 -6
- package/dist/model/TaskForExecution.d.mts +0 -71
- package/dist/model/TaskForExecution.mjs +0 -8
- package/dist/model/TaskRun.d.mts +0 -102
- package/dist/model/TaskRun.mjs +0 -11
- package/dist/model/TaskRunAttempt.d.mts +0 -58
- package/dist/model/TaskRunAttempt.mjs +0 -7
- package/dist/model/Tenant.d.mts +0 -99
- package/dist/model/Tenant.mjs +0 -10
- package/dist/model/TenantAppCatalogConfig.d.mts +0 -44
- package/dist/model/TenantAppCatalogConfig.mjs +0 -4
- package/dist/model/TenantControllerAppsCatalogConfigRequest.d.mts +0 -44
- package/dist/model/TenantControllerAppsCatalogConfigRequest.mjs +0 -4
- package/dist/model/TenantControllerAppsCatalogConfigResponse.d.mts +0 -47
- package/dist/model/TenantControllerAppsCatalogConfigResponse.mjs +0 -4
- package/dist/model/TenantInterface.d.mts +0 -38
- package/dist/model/TenantInterface.mjs +0 -4
- package/dist/model/TenantUsage.d.mts +0 -38
- package/dist/model/TenantUsage.mjs +0 -4
- package/dist/model/TestState.d.mts +0 -52
- package/dist/model/TestState.mjs +0 -4
- package/dist/model/TestSuite.d.mts +0 -74
- package/dist/model/TestSuite.mjs +0 -11
- package/dist/model/TestSuiteControllerRunRequest.d.mts +0 -38
- package/dist/model/TestSuiteControllerRunRequest.mjs +0 -4
- package/dist/model/TestSuiteControllerSearchTestsLastResult.d.mts +0 -41
- package/dist/model/TestSuiteControllerSearchTestsLastResult.mjs +0 -5
- package/dist/model/TestSuiteControllerTestSuiteApiId.d.mts +0 -51
- package/dist/model/TestSuiteControllerTestSuiteApiId.mjs +0 -4
- package/dist/model/TestSuiteControllerTestSuiteBulkRequest.d.mts +0 -50
- package/dist/model/TestSuiteControllerTestSuiteBulkRequest.mjs +0 -5
- package/dist/model/TestSuiteControllerTestsLastResultResponse.d.mts +0 -41
- package/dist/model/TestSuiteControllerTestsLastResultResponse.mjs +0 -14
- package/dist/model/TestSuiteGenerationPrompt.d.mts +0 -57
- package/dist/model/TestSuiteGenerationPrompt.mjs +0 -4
- package/dist/model/TestSuiteRunResult.d.mts +0 -80
- package/dist/model/TestSuiteRunResult.mjs +0 -13
- package/dist/model/TestSuiteServiceRunByQueryRequest.d.mts +0 -56
- package/dist/model/TestSuiteServiceRunByQueryRequest.mjs +0 -4
- package/dist/model/TestSuiteServiceTestRunByQueryResult.d.mts +0 -56
- package/dist/model/TestSuiteServiceTestRunByQueryResult.mjs +0 -15
- package/dist/model/TheLabelsToPassToTheExecutionCreated.d.mts +0 -49
- package/dist/model/TheLabelsToPassToTheExecutionCreated.mjs +0 -5
- package/dist/model/TimeWindow.d.mts +0 -41
- package/dist/model/TimeWindow.mjs +0 -4
- package/dist/model/Trigger.d.mts +0 -94
- package/dist/model/Trigger.mjs +0 -8
- package/dist/model/TriggerContext.d.mts +0 -81
- package/dist/model/TriggerContext.mjs +0 -7
- package/dist/model/TriggerControllerSetDisabledRequest.d.mts +0 -54
- package/dist/model/TriggerControllerSetDisabledRequest.mjs +0 -9
- package/dist/model/TriggerControllerTriggers.d.mts +0 -60
- package/dist/model/TriggerControllerTriggers.mjs +0 -21
- package/dist/model/TriggerFixture.d.mts +0 -54
- package/dist/model/TriggerFixture.mjs +0 -4
- package/dist/model/Type.d.mts +0 -142
- package/dist/model/Type.mjs +0 -4
- package/dist/model/UnitTest.d.mts +0 -74
- package/dist/model/UnitTest.mjs +0 -10
- package/dist/model/UnitTestResult.d.mts +0 -82
- package/dist/model/UnitTestResult.mjs +0 -12
- package/dist/model/UploadVersionedPluginsRequest.d.mts +0 -50
- package/dist/model/UploadVersionedPluginsRequest.mjs +0 -4
- package/dist/model/UsageEE.d.mts +0 -64
- package/dist/model/UsageEE.mjs +0 -14
- package/dist/model/UserGroup.d.mts +0 -50
- package/dist/model/UserGroup.mjs +0 -5
- package/dist/model/UserGroupType.d.mts +0 -40
- package/dist/model/UserGroupType.mjs +0 -4
- package/dist/model/UserType.d.mts +0 -40
- package/dist/model/UserType.mjs +0 -4
- package/dist/model/UserUsage.d.mts +0 -59
- package/dist/model/UserUsage.mjs +0 -4
- package/dist/model/UsernamePasswordCredentials.d.mts +0 -57
- package/dist/model/UsernamePasswordCredentials.mjs +0 -4
- package/dist/model/ValidateConstraintViolation.d.mts +0 -71
- package/dist/model/ValidateConstraintViolation.mjs +0 -4
- package/dist/model/ValuePathExpression.d.mts +0 -44
- package/dist/model/ValuePathExpression.mjs +0 -5
- package/dist/model/WebhookResponse.d.mts +0 -74
- package/dist/model/WebhookResponse.mjs +0 -9
- package/dist/model/WorkerGroup.d.mts +0 -44
- package/dist/model/WorkerGroup.mjs +0 -5
- package/dist/model/WorkerGroupFallback.d.mts +0 -46
- package/dist/model/WorkerGroupFallback.mjs +0 -4
- package/dist/model/WorkerTaskRestartStrategy.d.mts +0 -46
- package/dist/model/WorkerTaskRestartStrategy.mjs +0 -4
- package/dist/node-CCXhBrFK.mjs +0 -419
|
@@ -1,1325 +0,0 @@
|
|
|
1
|
-
import { t as ApiClient_default } from "./ApiClient-fBZ10h6n.mjs";
|
|
2
|
-
import { t as BulkResponse_default } from "./BulkResponse-Bo_Avne5.mjs";
|
|
3
|
-
import { t as FlowGraph_default } from "./FlowGraph-OiT5dMX2.mjs";
|
|
4
|
-
import { t as ConcurrencyLimit_default } from "./ConcurrencyLimit-C6dNYMdk.mjs";
|
|
5
|
-
import { t as Task_default } from "./Task-FeMW3wXo.mjs";
|
|
6
|
-
import { t as Flow_default } from "./Flow-DislLHKM.mjs";
|
|
7
|
-
import { t as FlowControllerFlowWithDeprecatedTasks_default } from "./FlowControllerFlowWithDeprecatedTasks-CkzadfWl.mjs";
|
|
8
|
-
import { t as FlowInterface_default } from "./FlowInterface-DQOEGjCr.mjs";
|
|
9
|
-
import { t as FlowTopologyGraph_default } from "./FlowTopologyGraph-vnjB5A-w.mjs";
|
|
10
|
-
import { t as FlowWithSource_default } from "./FlowWithSource-COuLirdF.mjs";
|
|
11
|
-
import { t as PagedResultsConcurrencyLimit_default } from "./PagedResultsConcurrencyLimit-DXaP7U1F.mjs";
|
|
12
|
-
import { t as PagedResultsFlow_default } from "./PagedResultsFlow-Bi0BjEoP.mjs";
|
|
13
|
-
import { t as PagedResultsSearchResultFlow_default } from "./PagedResultsSearchResultFlow-CPXqfsKS.mjs";
|
|
14
|
-
import { t as ValidateConstraintViolation_default } from "./ValidateConstraintViolation-CwVxXtff.mjs";
|
|
15
|
-
|
|
16
|
-
//#region src/api/FlowsApi.js
|
|
17
|
-
/**
|
|
18
|
-
* Kestra EE
|
|
19
|
-
* All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.<br/> Endpoints designated as Superadmin-only are not tenant-scoped.
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
24
|
-
* https://openapi-generator.tech
|
|
25
|
-
* Do not edit the class manually.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
/**
|
|
29
|
-
* Flows service.
|
|
30
|
-
* @module api/FlowsApi
|
|
31
|
-
*/
|
|
32
|
-
var FlowsApi = class {
|
|
33
|
-
/**
|
|
34
|
-
* Constructs a new FlowsApi.
|
|
35
|
-
* @alias module:api/FlowsApi
|
|
36
|
-
* @class
|
|
37
|
-
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
38
|
-
* default to {@link module:ApiClient#instance} if unspecified.
|
|
39
|
-
*/
|
|
40
|
-
constructor(apiClient) {
|
|
41
|
-
this.apiClient = apiClient || ApiClient_default.instance;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Update from multiples yaml sources
|
|
45
|
-
* All flow will be created / updated for this namespace. Flow that already created but not in `flows` will be deleted if the query delete is `true`
|
|
46
|
-
* @param {String} tenant
|
|
47
|
-
* @param {Object} opts Optional parameters
|
|
48
|
-
* @param {Boolean} [_delete = true)] If missing flow should be deleted
|
|
49
|
-
* @param {String} [namespace] The namespace where to update flows
|
|
50
|
-
* @param {Boolean} [allowNamespaceChild = false)] If namespace child should are allowed to be updated
|
|
51
|
-
* @param {String} [body] A list of flows source code split with \"---\"
|
|
52
|
-
|
|
53
|
-
* @return {Promise<Array.<FlowInterface>>}
|
|
54
|
-
*/
|
|
55
|
-
bulkUpdateFlowsWithHttpInfo(tenant, opts) {
|
|
56
|
-
opts = opts || {};
|
|
57
|
-
let postBody = opts["body"];
|
|
58
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling bulkUpdateFlows");
|
|
59
|
-
let pathParams = { "tenant": tenant };
|
|
60
|
-
let queryParams = {
|
|
61
|
-
"delete": opts["_delete"],
|
|
62
|
-
"namespace": opts["namespace"],
|
|
63
|
-
"allowNamespaceChild": opts["allowNamespaceChild"]
|
|
64
|
-
};
|
|
65
|
-
let headerParams = {};
|
|
66
|
-
let formParams = {};
|
|
67
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
68
|
-
let contentTypes = ["application/x-yaml"];
|
|
69
|
-
let accepts = ["application/json"];
|
|
70
|
-
let returnType = [FlowInterface_default];
|
|
71
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/bulk", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* Update from multiples yaml sources
|
|
75
|
-
* All flow will be created / updated for this namespace. Flow that already created but not in `flows` will be deleted if the query delete is `true`
|
|
76
|
-
* @param {String} tenant
|
|
77
|
-
* @param {Object} [opts] Optional parameters
|
|
78
|
-
* @param {Boolean} [opts._delete (default to true)] If missing flow should be deleted
|
|
79
|
-
* @param {String} [opts.namespace] The namespace where to update flows
|
|
80
|
-
* @param {Boolean} [opts.allowNamespaceChild (default to false)] If namespace child should are allowed to be updated
|
|
81
|
-
* @param {String} [opts.body] A list of flows source code split with \"---\"
|
|
82
|
-
|
|
83
|
-
* @return {Promise<Array.<FlowInterface>>}
|
|
84
|
-
*/
|
|
85
|
-
bulkUpdateFlows(tenant, opts) {
|
|
86
|
-
return this.bulkUpdateFlowsWithHttpInfo(tenant, opts).then(function(response_and_data) {
|
|
87
|
-
return response_and_data.data;
|
|
88
|
-
});
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* Create a flow from yaml source
|
|
92
|
-
* @param {String} tenant
|
|
93
|
-
* @param {String} body The flow source code
|
|
94
|
-
|
|
95
|
-
* @return {Promise<FlowWithSource>}
|
|
96
|
-
*/
|
|
97
|
-
createFlowWithHttpInfo(tenant, body) {
|
|
98
|
-
let postBody = body;
|
|
99
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling createFlow");
|
|
100
|
-
if (body === void 0 || body === null) throw new Error("Missing the required parameter 'body' when calling createFlow");
|
|
101
|
-
let pathParams = { "tenant": tenant };
|
|
102
|
-
let queryParams = {};
|
|
103
|
-
let headerParams = {};
|
|
104
|
-
let formParams = {};
|
|
105
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
106
|
-
let contentTypes = ["application/x-yaml"];
|
|
107
|
-
let accepts = ["application/json"];
|
|
108
|
-
let returnType = FlowWithSource_default;
|
|
109
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* Create a flow from yaml source
|
|
113
|
-
* @param {String} tenant
|
|
114
|
-
* @param {String} body The flow source code
|
|
115
|
-
|
|
116
|
-
* @return {Promise<FlowWithSource>}
|
|
117
|
-
*/
|
|
118
|
-
createFlow(tenant, body) {
|
|
119
|
-
return this.createFlowWithHttpInfo(tenant, body).then(function(response_and_data) {
|
|
120
|
-
return response_and_data.data;
|
|
121
|
-
});
|
|
122
|
-
}
|
|
123
|
-
/**
|
|
124
|
-
* Delete a flow
|
|
125
|
-
* @param {String} namespace The flow namespace
|
|
126
|
-
* @param {String} id The flow id
|
|
127
|
-
* @param {String} tenant
|
|
128
|
-
|
|
129
|
-
* @return {Promise< >}
|
|
130
|
-
*/
|
|
131
|
-
deleteFlowWithHttpInfo(namespace, id, tenant) {
|
|
132
|
-
let postBody = null;
|
|
133
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling deleteFlow");
|
|
134
|
-
if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling deleteFlow");
|
|
135
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling deleteFlow");
|
|
136
|
-
let pathParams = {
|
|
137
|
-
"namespace": namespace,
|
|
138
|
-
"id": id,
|
|
139
|
-
"tenant": tenant
|
|
140
|
-
};
|
|
141
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/{namespace}/{id}", "DELETE", pathParams, {}, {}, {}, postBody, ["basicAuth", "bearerAuth"], [], [], null, null);
|
|
142
|
-
}
|
|
143
|
-
/**
|
|
144
|
-
* Delete a flow
|
|
145
|
-
* @param {String} namespace The flow namespace
|
|
146
|
-
* @param {String} id The flow id
|
|
147
|
-
* @param {String} tenant
|
|
148
|
-
|
|
149
|
-
* @return {Promise< >}
|
|
150
|
-
*/
|
|
151
|
-
deleteFlow(namespace, id, tenant) {
|
|
152
|
-
return this.deleteFlowWithHttpInfo(namespace, id, tenant).then(function(response_and_data) {
|
|
153
|
-
return response_and_data.data;
|
|
154
|
-
});
|
|
155
|
-
}
|
|
156
|
-
/**
|
|
157
|
-
* Delete flows by their IDs.
|
|
158
|
-
* @param {String} tenant
|
|
159
|
-
* @param {Array.<module:model/IdWithNamespace>} idWithNamespace A list of tuple flow ID and namespace as flow identifiers
|
|
160
|
-
|
|
161
|
-
* @return {Promise<BulkResponse>}
|
|
162
|
-
*/
|
|
163
|
-
deleteFlowsByIdsWithHttpInfo(tenant, idWithNamespace) {
|
|
164
|
-
let postBody = idWithNamespace;
|
|
165
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling deleteFlowsByIds");
|
|
166
|
-
if (idWithNamespace === void 0 || idWithNamespace === null) throw new Error("Missing the required parameter 'idWithNamespace' when calling deleteFlowsByIds");
|
|
167
|
-
let pathParams = { "tenant": tenant };
|
|
168
|
-
let queryParams = {};
|
|
169
|
-
let headerParams = {};
|
|
170
|
-
let formParams = {};
|
|
171
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
172
|
-
let contentTypes = ["application/json"];
|
|
173
|
-
let accepts = ["application/json"];
|
|
174
|
-
let returnType = BulkResponse_default;
|
|
175
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/delete/by-ids", "DELETE", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* Delete flows by their IDs.
|
|
179
|
-
* @param {String} tenant
|
|
180
|
-
* @param {Array.<module:model/IdWithNamespace>} idWithNamespace A list of tuple flow ID and namespace as flow identifiers
|
|
181
|
-
|
|
182
|
-
* @return {Promise<BulkResponse>}
|
|
183
|
-
*/
|
|
184
|
-
deleteFlowsByIds(tenant, idWithNamespace) {
|
|
185
|
-
return this.deleteFlowsByIdsWithHttpInfo(tenant, idWithNamespace).then(function(response_and_data) {
|
|
186
|
-
return response_and_data.data;
|
|
187
|
-
});
|
|
188
|
-
}
|
|
189
|
-
/**
|
|
190
|
-
* Delete flows returned by the query parameters.
|
|
191
|
-
* @param {String} tenant
|
|
192
|
-
* @param {Object} opts Optional parameters
|
|
193
|
-
* @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
|
|
194
|
-
|
|
195
|
-
* @return {Promise<BulkResponse>}
|
|
196
|
-
*/
|
|
197
|
-
deleteFlowsByQueryWithHttpInfo(tenant, opts) {
|
|
198
|
-
opts = opts || {};
|
|
199
|
-
let postBody = null;
|
|
200
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling deleteFlowsByQuery");
|
|
201
|
-
let pathParams = { "tenant": tenant };
|
|
202
|
-
let queryParams = { "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv") };
|
|
203
|
-
let headerParams = {};
|
|
204
|
-
let formParams = {};
|
|
205
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
206
|
-
let contentTypes = [];
|
|
207
|
-
let accepts = ["application/json"];
|
|
208
|
-
let returnType = BulkResponse_default;
|
|
209
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/delete/by-query", "DELETE", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
210
|
-
}
|
|
211
|
-
/**
|
|
212
|
-
* Delete flows returned by the query parameters.
|
|
213
|
-
* @param {String} tenant
|
|
214
|
-
* @param {Object} [opts] Optional parameters
|
|
215
|
-
* @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
|
|
216
|
-
|
|
217
|
-
* @return {Promise<BulkResponse>}
|
|
218
|
-
*/
|
|
219
|
-
deleteFlowsByQuery(tenant, opts) {
|
|
220
|
-
return this.deleteFlowsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
|
|
221
|
-
return response_and_data.data;
|
|
222
|
-
});
|
|
223
|
-
}
|
|
224
|
-
/**
|
|
225
|
-
* Delete revisions for a flow
|
|
226
|
-
* @param {String} namespace The flow namespace
|
|
227
|
-
* @param {String} id The flow id
|
|
228
|
-
* @param {Array.<Number>} revisions
|
|
229
|
-
* @param {String} tenant
|
|
230
|
-
|
|
231
|
-
* @return {Promise< >}
|
|
232
|
-
*/
|
|
233
|
-
deleteRevisionsWithHttpInfo(namespace, id, revisions, tenant) {
|
|
234
|
-
let postBody = null;
|
|
235
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling deleteRevisions");
|
|
236
|
-
if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling deleteRevisions");
|
|
237
|
-
if (revisions === void 0 || revisions === null) throw new Error("Missing the required parameter 'revisions' when calling deleteRevisions");
|
|
238
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling deleteRevisions");
|
|
239
|
-
let pathParams = {
|
|
240
|
-
"namespace": namespace,
|
|
241
|
-
"id": id,
|
|
242
|
-
"tenant": tenant
|
|
243
|
-
};
|
|
244
|
-
let queryParams = { "revisions": this.apiClient.buildCollectionParam(revisions, "csv") };
|
|
245
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/{namespace}/{id}/revisions", "DELETE", pathParams, queryParams, {}, {}, postBody, ["basicAuth", "bearerAuth"], [], [], null, null);
|
|
246
|
-
}
|
|
247
|
-
/**
|
|
248
|
-
* Delete revisions for a flow
|
|
249
|
-
* @param {String} namespace The flow namespace
|
|
250
|
-
* @param {String} id The flow id
|
|
251
|
-
* @param {Array.<Number>} revisions
|
|
252
|
-
* @param {String} tenant
|
|
253
|
-
|
|
254
|
-
* @return {Promise< >}
|
|
255
|
-
*/
|
|
256
|
-
deleteRevisions(namespace, id, revisions, tenant) {
|
|
257
|
-
return this.deleteRevisionsWithHttpInfo(namespace, id, revisions, tenant).then(function(response_and_data) {
|
|
258
|
-
return response_and_data.data;
|
|
259
|
-
});
|
|
260
|
-
}
|
|
261
|
-
/**
|
|
262
|
-
* Disable flows by their IDs.
|
|
263
|
-
* @param {String} tenant
|
|
264
|
-
* @param {Array.<module:model/IdWithNamespace>} idWithNamespace A list of tuple flow ID and namespace as flow identifiers
|
|
265
|
-
|
|
266
|
-
* @return {Promise<BulkResponse>}
|
|
267
|
-
*/
|
|
268
|
-
disableFlowsByIdsWithHttpInfo(tenant, idWithNamespace) {
|
|
269
|
-
let postBody = idWithNamespace;
|
|
270
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling disableFlowsByIds");
|
|
271
|
-
if (idWithNamespace === void 0 || idWithNamespace === null) throw new Error("Missing the required parameter 'idWithNamespace' when calling disableFlowsByIds");
|
|
272
|
-
let pathParams = { "tenant": tenant };
|
|
273
|
-
let queryParams = {};
|
|
274
|
-
let headerParams = {};
|
|
275
|
-
let formParams = {};
|
|
276
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
277
|
-
let contentTypes = ["application/json"];
|
|
278
|
-
let accepts = ["application/json"];
|
|
279
|
-
let returnType = BulkResponse_default;
|
|
280
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/disable/by-ids", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
281
|
-
}
|
|
282
|
-
/**
|
|
283
|
-
* Disable flows by their IDs.
|
|
284
|
-
* @param {String} tenant
|
|
285
|
-
* @param {Array.<module:model/IdWithNamespace>} idWithNamespace A list of tuple flow ID and namespace as flow identifiers
|
|
286
|
-
|
|
287
|
-
* @return {Promise<BulkResponse>}
|
|
288
|
-
*/
|
|
289
|
-
disableFlowsByIds(tenant, idWithNamespace) {
|
|
290
|
-
return this.disableFlowsByIdsWithHttpInfo(tenant, idWithNamespace).then(function(response_and_data) {
|
|
291
|
-
return response_and_data.data;
|
|
292
|
-
});
|
|
293
|
-
}
|
|
294
|
-
/**
|
|
295
|
-
* Disable flows returned by the query parameters.
|
|
296
|
-
* @param {String} tenant
|
|
297
|
-
* @param {Object} opts Optional parameters
|
|
298
|
-
* @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
|
|
299
|
-
|
|
300
|
-
* @return {Promise<BulkResponse>}
|
|
301
|
-
*/
|
|
302
|
-
disableFlowsByQueryWithHttpInfo(tenant, opts) {
|
|
303
|
-
opts = opts || {};
|
|
304
|
-
let postBody = null;
|
|
305
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling disableFlowsByQuery");
|
|
306
|
-
let pathParams = { "tenant": tenant };
|
|
307
|
-
let queryParams = { "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv") };
|
|
308
|
-
let headerParams = {};
|
|
309
|
-
let formParams = {};
|
|
310
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
311
|
-
let contentTypes = [];
|
|
312
|
-
let accepts = ["application/json"];
|
|
313
|
-
let returnType = BulkResponse_default;
|
|
314
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/disable/by-query", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
315
|
-
}
|
|
316
|
-
/**
|
|
317
|
-
* Disable flows returned by the query parameters.
|
|
318
|
-
* @param {String} tenant
|
|
319
|
-
* @param {Object} [opts] Optional parameters
|
|
320
|
-
* @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
|
|
321
|
-
|
|
322
|
-
* @return {Promise<BulkResponse>}
|
|
323
|
-
*/
|
|
324
|
-
disableFlowsByQuery(tenant, opts) {
|
|
325
|
-
return this.disableFlowsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
|
|
326
|
-
return response_and_data.data;
|
|
327
|
-
});
|
|
328
|
-
}
|
|
329
|
-
/**
|
|
330
|
-
* Enable flows by their IDs.
|
|
331
|
-
* @param {String} tenant
|
|
332
|
-
* @param {Array.<module:model/IdWithNamespace>} idWithNamespace A list of tuple flow ID and namespace as flow identifiers
|
|
333
|
-
|
|
334
|
-
* @return {Promise<BulkResponse>}
|
|
335
|
-
*/
|
|
336
|
-
enableFlowsByIdsWithHttpInfo(tenant, idWithNamespace) {
|
|
337
|
-
let postBody = idWithNamespace;
|
|
338
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling enableFlowsByIds");
|
|
339
|
-
if (idWithNamespace === void 0 || idWithNamespace === null) throw new Error("Missing the required parameter 'idWithNamespace' when calling enableFlowsByIds");
|
|
340
|
-
let pathParams = { "tenant": tenant };
|
|
341
|
-
let queryParams = {};
|
|
342
|
-
let headerParams = {};
|
|
343
|
-
let formParams = {};
|
|
344
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
345
|
-
let contentTypes = ["application/json"];
|
|
346
|
-
let accepts = ["application/json"];
|
|
347
|
-
let returnType = BulkResponse_default;
|
|
348
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/enable/by-ids", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
349
|
-
}
|
|
350
|
-
/**
|
|
351
|
-
* Enable flows by their IDs.
|
|
352
|
-
* @param {String} tenant
|
|
353
|
-
* @param {Array.<module:model/IdWithNamespace>} idWithNamespace A list of tuple flow ID and namespace as flow identifiers
|
|
354
|
-
|
|
355
|
-
* @return {Promise<BulkResponse>}
|
|
356
|
-
*/
|
|
357
|
-
enableFlowsByIds(tenant, idWithNamespace) {
|
|
358
|
-
return this.enableFlowsByIdsWithHttpInfo(tenant, idWithNamespace).then(function(response_and_data) {
|
|
359
|
-
return response_and_data.data;
|
|
360
|
-
});
|
|
361
|
-
}
|
|
362
|
-
/**
|
|
363
|
-
* Enable flows returned by the query parameters.
|
|
364
|
-
* @param {String} tenant
|
|
365
|
-
* @param {Object} opts Optional parameters
|
|
366
|
-
* @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
|
|
367
|
-
|
|
368
|
-
* @return {Promise<BulkResponse>}
|
|
369
|
-
*/
|
|
370
|
-
enableFlowsByQueryWithHttpInfo(tenant, opts) {
|
|
371
|
-
opts = opts || {};
|
|
372
|
-
let postBody = null;
|
|
373
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling enableFlowsByQuery");
|
|
374
|
-
let pathParams = { "tenant": tenant };
|
|
375
|
-
let queryParams = { "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv") };
|
|
376
|
-
let headerParams = {};
|
|
377
|
-
let formParams = {};
|
|
378
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
379
|
-
let contentTypes = [];
|
|
380
|
-
let accepts = ["application/json"];
|
|
381
|
-
let returnType = BulkResponse_default;
|
|
382
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/enable/by-query", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
383
|
-
}
|
|
384
|
-
/**
|
|
385
|
-
* Enable flows returned by the query parameters.
|
|
386
|
-
* @param {String} tenant
|
|
387
|
-
* @param {Object} [opts] Optional parameters
|
|
388
|
-
* @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
|
|
389
|
-
|
|
390
|
-
* @return {Promise<BulkResponse>}
|
|
391
|
-
*/
|
|
392
|
-
enableFlowsByQuery(tenant, opts) {
|
|
393
|
-
return this.enableFlowsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
|
|
394
|
-
return response_and_data.data;
|
|
395
|
-
});
|
|
396
|
-
}
|
|
397
|
-
/**
|
|
398
|
-
* Export flows as a ZIP archive of yaml sources.
|
|
399
|
-
* @param {String} tenant
|
|
400
|
-
* @param {Array.<module:model/IdWithNamespace>} idWithNamespace A list of tuple flow ID and namespace as flow identifiers
|
|
401
|
-
|
|
402
|
-
* @return {Promise< Blob >}
|
|
403
|
-
*/
|
|
404
|
-
exportFlowsByIdsWithHttpInfo(tenant, idWithNamespace) {
|
|
405
|
-
let postBody = idWithNamespace;
|
|
406
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling exportFlowsByIds");
|
|
407
|
-
if (idWithNamespace === void 0 || idWithNamespace === null) throw new Error("Missing the required parameter 'idWithNamespace' when calling exportFlowsByIds");
|
|
408
|
-
let pathParams = { "tenant": tenant };
|
|
409
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/export/by-ids", "POST", pathParams, {}, {}, {}, postBody, ["basicAuth", "bearerAuth"], ["application/json"], ["application/octet-stream"], "Blob", null);
|
|
410
|
-
}
|
|
411
|
-
/**
|
|
412
|
-
* Export flows as a ZIP archive of yaml sources.
|
|
413
|
-
* @param {String} tenant
|
|
414
|
-
* @param {Array.<module:model/IdWithNamespace>} idWithNamespace A list of tuple flow ID and namespace as flow identifiers
|
|
415
|
-
|
|
416
|
-
* @return {Promise< Blob >}
|
|
417
|
-
*/
|
|
418
|
-
exportFlowsByIds(tenant, idWithNamespace) {
|
|
419
|
-
return this.exportFlowsByIdsWithHttpInfo(tenant, idWithNamespace).then(function(response_and_data) {
|
|
420
|
-
return response_and_data.data;
|
|
421
|
-
});
|
|
422
|
-
}
|
|
423
|
-
/**
|
|
424
|
-
* Export flows as a ZIP archive of yaml sources.
|
|
425
|
-
* @param {String} tenant
|
|
426
|
-
* @param {Object} opts Optional parameters
|
|
427
|
-
* @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
|
|
428
|
-
|
|
429
|
-
* @return {Promise< Blob >}
|
|
430
|
-
*/
|
|
431
|
-
exportFlowsByQueryWithHttpInfo(tenant, opts) {
|
|
432
|
-
opts = opts || {};
|
|
433
|
-
let postBody = null;
|
|
434
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling exportFlowsByQuery");
|
|
435
|
-
let pathParams = { "tenant": tenant };
|
|
436
|
-
let queryParams = { "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv") };
|
|
437
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/export/by-query", "GET", pathParams, queryParams, {}, {}, postBody, ["basicAuth", "bearerAuth"], [], ["application/octet-stream"], "Blob", null);
|
|
438
|
-
}
|
|
439
|
-
/**
|
|
440
|
-
* Export flows as a ZIP archive of yaml sources.
|
|
441
|
-
* @param {String} tenant
|
|
442
|
-
* @param {Object} [opts] Optional parameters
|
|
443
|
-
* @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
|
|
444
|
-
|
|
445
|
-
* @return {Promise< Blob >}
|
|
446
|
-
*/
|
|
447
|
-
exportFlowsByQuery(tenant, opts) {
|
|
448
|
-
return this.exportFlowsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
|
|
449
|
-
return response_and_data.data;
|
|
450
|
-
});
|
|
451
|
-
}
|
|
452
|
-
/**
|
|
453
|
-
* Get a flow
|
|
454
|
-
* @param {String} namespace The flow namespace
|
|
455
|
-
* @param {String} id The flow id
|
|
456
|
-
* @param {String} tenant
|
|
457
|
-
* @param {Object} opts Optional parameters
|
|
458
|
-
* @param {Boolean} [source = false)] Include the source code
|
|
459
|
-
* @param {Number} [revision] Get latest revision by default
|
|
460
|
-
* @param {Boolean} [allowDeleted = false)] Get flow even if deleted
|
|
461
|
-
|
|
462
|
-
* @return {Promise<FlowWithSource>}
|
|
463
|
-
*/
|
|
464
|
-
flowWithHttpInfo(namespace, id, tenant, opts) {
|
|
465
|
-
opts = opts || {};
|
|
466
|
-
let postBody = null;
|
|
467
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling flow");
|
|
468
|
-
if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling flow");
|
|
469
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling flow");
|
|
470
|
-
let pathParams = {
|
|
471
|
-
"namespace": namespace,
|
|
472
|
-
"id": id,
|
|
473
|
-
"tenant": tenant
|
|
474
|
-
};
|
|
475
|
-
let queryParams = {
|
|
476
|
-
"source": opts["source"],
|
|
477
|
-
"revision": opts["revision"],
|
|
478
|
-
"allowDeleted": opts["allowDeleted"]
|
|
479
|
-
};
|
|
480
|
-
let headerParams = {};
|
|
481
|
-
let formParams = {};
|
|
482
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
483
|
-
let contentTypes = [];
|
|
484
|
-
let accepts = ["application/json"];
|
|
485
|
-
let returnType = FlowWithSource_default;
|
|
486
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/{namespace}/{id}", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
487
|
-
}
|
|
488
|
-
/**
|
|
489
|
-
* Get a flow
|
|
490
|
-
* @param {String} namespace The flow namespace
|
|
491
|
-
* @param {String} id The flow id
|
|
492
|
-
* @param {String} tenant
|
|
493
|
-
* @param {Object} [opts] Optional parameters
|
|
494
|
-
* @param {Boolean} [opts.source (default to false)] Include the source code
|
|
495
|
-
* @param {Number} [opts.revision] Get latest revision by default
|
|
496
|
-
* @param {Boolean} [opts.allowDeleted (default to false)] Get flow even if deleted
|
|
497
|
-
|
|
498
|
-
* @return {Promise<FlowWithSource>}
|
|
499
|
-
*/
|
|
500
|
-
flow(namespace, id, tenant, opts) {
|
|
501
|
-
return this.flowWithHttpInfo(namespace, id, tenant, opts).then(function(response_and_data) {
|
|
502
|
-
return response_and_data.data;
|
|
503
|
-
});
|
|
504
|
-
}
|
|
505
|
-
/**
|
|
506
|
-
* Get flow dependencies
|
|
507
|
-
* @param {String} namespace The flow namespace
|
|
508
|
-
* @param {String} id The flow id
|
|
509
|
-
* @param {String} tenant
|
|
510
|
-
* @param {Object} opts Optional parameters
|
|
511
|
-
* @param {Boolean} [destinationOnly = false)] If true, list only destination dependencies, otherwise list also source dependencies
|
|
512
|
-
* @param {Boolean} [expandAll = false)] If true, expand all dependencies recursively
|
|
513
|
-
|
|
514
|
-
* @return {Promise<FlowTopologyGraph>}
|
|
515
|
-
*/
|
|
516
|
-
flowDependenciesWithHttpInfo(namespace, id, tenant, opts) {
|
|
517
|
-
opts = opts || {};
|
|
518
|
-
let postBody = null;
|
|
519
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling flowDependencies");
|
|
520
|
-
if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling flowDependencies");
|
|
521
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling flowDependencies");
|
|
522
|
-
let pathParams = {
|
|
523
|
-
"namespace": namespace,
|
|
524
|
-
"id": id,
|
|
525
|
-
"tenant": tenant
|
|
526
|
-
};
|
|
527
|
-
let queryParams = {
|
|
528
|
-
"destinationOnly": opts["destinationOnly"],
|
|
529
|
-
"expandAll": opts["expandAll"]
|
|
530
|
-
};
|
|
531
|
-
let headerParams = {};
|
|
532
|
-
let formParams = {};
|
|
533
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
534
|
-
let contentTypes = [];
|
|
535
|
-
let accepts = ["application/json"];
|
|
536
|
-
let returnType = FlowTopologyGraph_default;
|
|
537
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/{namespace}/{id}/dependencies", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
538
|
-
}
|
|
539
|
-
/**
|
|
540
|
-
* Get flow dependencies
|
|
541
|
-
* @param {String} namespace The flow namespace
|
|
542
|
-
* @param {String} id The flow id
|
|
543
|
-
* @param {String} tenant
|
|
544
|
-
* @param {Object} [opts] Optional parameters
|
|
545
|
-
* @param {Boolean} [opts.destinationOnly (default to false)] If true, list only destination dependencies, otherwise list also source dependencies
|
|
546
|
-
* @param {Boolean} [opts.expandAll (default to false)] If true, expand all dependencies recursively
|
|
547
|
-
|
|
548
|
-
* @return {Promise<FlowTopologyGraph>}
|
|
549
|
-
*/
|
|
550
|
-
flowDependencies(namespace, id, tenant, opts) {
|
|
551
|
-
return this.flowDependenciesWithHttpInfo(namespace, id, tenant, opts).then(function(response_and_data) {
|
|
552
|
-
return response_and_data.data;
|
|
553
|
-
});
|
|
554
|
-
}
|
|
555
|
-
/**
|
|
556
|
-
* Retrieve flow dependencies
|
|
557
|
-
* @param {String} namespace The flow namespace
|
|
558
|
-
* @param {String} tenant
|
|
559
|
-
* @param {Object} opts Optional parameters
|
|
560
|
-
* @param {Boolean} [destinationOnly = false)] if true, list only destination dependencies, otherwise list also source dependencies
|
|
561
|
-
|
|
562
|
-
* @return {Promise<FlowTopologyGraph>}
|
|
563
|
-
*/
|
|
564
|
-
flowDependenciesFromNamespaceWithHttpInfo(namespace, tenant, opts) {
|
|
565
|
-
opts = opts || {};
|
|
566
|
-
let postBody = null;
|
|
567
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling flowDependenciesFromNamespace");
|
|
568
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling flowDependenciesFromNamespace");
|
|
569
|
-
let pathParams = {
|
|
570
|
-
"namespace": namespace,
|
|
571
|
-
"tenant": tenant
|
|
572
|
-
};
|
|
573
|
-
let queryParams = { "destinationOnly": opts["destinationOnly"] };
|
|
574
|
-
let headerParams = {};
|
|
575
|
-
let formParams = {};
|
|
576
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
577
|
-
let contentTypes = [];
|
|
578
|
-
let accepts = ["application/json"];
|
|
579
|
-
let returnType = FlowTopologyGraph_default;
|
|
580
|
-
return this.apiClient.callApi("/api/v1/{tenant}/namespaces/{namespace}/dependencies", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
581
|
-
}
|
|
582
|
-
/**
|
|
583
|
-
* Retrieve flow dependencies
|
|
584
|
-
* @param {String} namespace The flow namespace
|
|
585
|
-
* @param {String} tenant
|
|
586
|
-
* @param {Object} [opts] Optional parameters
|
|
587
|
-
* @param {Boolean} [opts.destinationOnly (default to false)] if true, list only destination dependencies, otherwise list also source dependencies
|
|
588
|
-
|
|
589
|
-
* @return {Promise<FlowTopologyGraph>}
|
|
590
|
-
*/
|
|
591
|
-
flowDependenciesFromNamespace(namespace, tenant, opts) {
|
|
592
|
-
return this.flowDependenciesFromNamespaceWithHttpInfo(namespace, tenant, opts).then(function(response_and_data) {
|
|
593
|
-
return response_and_data.data;
|
|
594
|
-
});
|
|
595
|
-
}
|
|
596
|
-
/**
|
|
597
|
-
* Generate a graph for a flow
|
|
598
|
-
* @param {String} namespace The flow namespace
|
|
599
|
-
* @param {String} id The flow id
|
|
600
|
-
* @param {String} tenant
|
|
601
|
-
* @param {Object} opts Optional parameters
|
|
602
|
-
* @param {Number} [revision] The flow revision
|
|
603
|
-
* @param {Array.<String>} [subflows] The subflow tasks to display
|
|
604
|
-
|
|
605
|
-
* @return {Promise<FlowGraph>}
|
|
606
|
-
*/
|
|
607
|
-
generateFlowGraphWithHttpInfo(namespace, id, tenant, opts) {
|
|
608
|
-
opts = opts || {};
|
|
609
|
-
let postBody = null;
|
|
610
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling generateFlowGraph");
|
|
611
|
-
if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling generateFlowGraph");
|
|
612
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling generateFlowGraph");
|
|
613
|
-
let pathParams = {
|
|
614
|
-
"namespace": namespace,
|
|
615
|
-
"id": id,
|
|
616
|
-
"tenant": tenant
|
|
617
|
-
};
|
|
618
|
-
let queryParams = {
|
|
619
|
-
"revision": opts["revision"],
|
|
620
|
-
"subflows": this.apiClient.buildCollectionParam(opts["subflows"], "csv")
|
|
621
|
-
};
|
|
622
|
-
let headerParams = {};
|
|
623
|
-
let formParams = {};
|
|
624
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
625
|
-
let contentTypes = [];
|
|
626
|
-
let accepts = ["application/json"];
|
|
627
|
-
let returnType = FlowGraph_default;
|
|
628
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/{namespace}/{id}/graph", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
629
|
-
}
|
|
630
|
-
/**
|
|
631
|
-
* Generate a graph for a flow
|
|
632
|
-
* @param {String} namespace The flow namespace
|
|
633
|
-
* @param {String} id The flow id
|
|
634
|
-
* @param {String} tenant
|
|
635
|
-
* @param {Object} [opts] Optional parameters
|
|
636
|
-
* @param {Number} [opts.revision] The flow revision
|
|
637
|
-
* @param {Array.<String>} [opts.subflows] The subflow tasks to display
|
|
638
|
-
|
|
639
|
-
* @return {Promise<FlowGraph>}
|
|
640
|
-
*/
|
|
641
|
-
generateFlowGraph(namespace, id, tenant, opts) {
|
|
642
|
-
return this.generateFlowGraphWithHttpInfo(namespace, id, tenant, opts).then(function(response_and_data) {
|
|
643
|
-
return response_and_data.data;
|
|
644
|
-
});
|
|
645
|
-
}
|
|
646
|
-
/**
|
|
647
|
-
* Generate a graph for a flow source
|
|
648
|
-
* @param {String} tenant
|
|
649
|
-
* @param {String} body The flow source code
|
|
650
|
-
* @param {Object} opts Optional parameters
|
|
651
|
-
* @param {Array.<String>} [subflows] The subflow tasks to display
|
|
652
|
-
|
|
653
|
-
* @return {Promise<FlowGraph>}
|
|
654
|
-
*/
|
|
655
|
-
generateFlowGraphFromSourceWithHttpInfo(tenant, body, opts) {
|
|
656
|
-
opts = opts || {};
|
|
657
|
-
let postBody = body;
|
|
658
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling generateFlowGraphFromSource");
|
|
659
|
-
if (body === void 0 || body === null) throw new Error("Missing the required parameter 'body' when calling generateFlowGraphFromSource");
|
|
660
|
-
let pathParams = { "tenant": tenant };
|
|
661
|
-
let queryParams = { "subflows": this.apiClient.buildCollectionParam(opts["subflows"], "csv") };
|
|
662
|
-
let headerParams = {};
|
|
663
|
-
let formParams = {};
|
|
664
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
665
|
-
let contentTypes = ["application/x-yaml"];
|
|
666
|
-
let accepts = ["application/json"];
|
|
667
|
-
let returnType = FlowGraph_default;
|
|
668
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/graph", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
669
|
-
}
|
|
670
|
-
/**
|
|
671
|
-
* Generate a graph for a flow source
|
|
672
|
-
* @param {String} tenant
|
|
673
|
-
* @param {String} body The flow source code
|
|
674
|
-
* @param {Object} [opts] Optional parameters
|
|
675
|
-
* @param {Array.<String>} [opts.subflows] The subflow tasks to display
|
|
676
|
-
|
|
677
|
-
* @return {Promise<FlowGraph>}
|
|
678
|
-
*/
|
|
679
|
-
generateFlowGraphFromSource(tenant, body, opts) {
|
|
680
|
-
return this.generateFlowGraphFromSourceWithHttpInfo(tenant, body, opts).then(function(response_and_data) {
|
|
681
|
-
return response_and_data.data;
|
|
682
|
-
});
|
|
683
|
-
}
|
|
684
|
-
/**
|
|
685
|
-
* Import flows as a ZIP archive of yaml sources or a multi-objects YAML file. When sending a Yaml that contains one or more flows, a list of index is returned. When sending a ZIP archive, a list of files that couldn't be imported is returned.
|
|
686
|
-
* @param {String} tenant
|
|
687
|
-
* @param {Object} opts Optional parameters
|
|
688
|
-
* @param {Boolean} [failOnError = false)] If should fail on invalid flows
|
|
689
|
-
* @param {File} [fileUpload] The file to import, can be a ZIP archive or a multi-objects YAML file
|
|
690
|
-
|
|
691
|
-
* @return {Promise< Array.<String> >}
|
|
692
|
-
*/
|
|
693
|
-
importFlowsWithHttpInfo(tenant, opts) {
|
|
694
|
-
opts = opts || {};
|
|
695
|
-
let postBody = null;
|
|
696
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling importFlows");
|
|
697
|
-
let pathParams = { "tenant": tenant };
|
|
698
|
-
let queryParams = { "failOnError": opts["failOnError"] };
|
|
699
|
-
let headerParams = {};
|
|
700
|
-
let formParams = { "fileUpload": opts["fileUpload"] };
|
|
701
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/import", "POST", pathParams, queryParams, headerParams, formParams, postBody, ["basicAuth", "bearerAuth"], ["multipart/form-data"], ["application/json"], ["String"], null);
|
|
702
|
-
}
|
|
703
|
-
/**
|
|
704
|
-
* Import flows as a ZIP archive of yaml sources or a multi-objects YAML file. When sending a Yaml that contains one or more flows, a list of index is returned. When sending a ZIP archive, a list of files that couldn't be imported is returned.
|
|
705
|
-
* @param {String} tenant
|
|
706
|
-
* @param {Object} [opts] Optional parameters
|
|
707
|
-
* @param {Boolean} [opts.failOnError (default to false)] If should fail on invalid flows
|
|
708
|
-
* @param {File} [opts.fileUpload] The file to import, can be a ZIP archive or a multi-objects YAML file
|
|
709
|
-
|
|
710
|
-
* @return {Promise< Array.<String> >}
|
|
711
|
-
*/
|
|
712
|
-
importFlows(tenant, opts) {
|
|
713
|
-
return this.importFlowsWithHttpInfo(tenant, opts).then(function(response_and_data) {
|
|
714
|
-
return response_and_data.data;
|
|
715
|
-
});
|
|
716
|
-
}
|
|
717
|
-
/**
|
|
718
|
-
* List flows containing deprecated tasks
|
|
719
|
-
* @param {String} tenant
|
|
720
|
-
* @param {Object} opts Optional parameters
|
|
721
|
-
* @param {String} [namespace] A namespace filter prefix
|
|
722
|
-
|
|
723
|
-
* @return {Promise<Array.<FlowControllerFlowWithDeprecatedTasks>>}
|
|
724
|
-
*/
|
|
725
|
-
listDeprecatedWithHttpInfo(tenant, opts) {
|
|
726
|
-
opts = opts || {};
|
|
727
|
-
let postBody = null;
|
|
728
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling listDeprecated");
|
|
729
|
-
let pathParams = { "tenant": tenant };
|
|
730
|
-
let queryParams = { "namespace": opts["namespace"] };
|
|
731
|
-
let headerParams = {};
|
|
732
|
-
let formParams = {};
|
|
733
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
734
|
-
let contentTypes = [];
|
|
735
|
-
let accepts = ["application/json"];
|
|
736
|
-
let returnType = [FlowControllerFlowWithDeprecatedTasks_default];
|
|
737
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/deprecated", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
738
|
-
}
|
|
739
|
-
/**
|
|
740
|
-
* List flows containing deprecated tasks
|
|
741
|
-
* @param {String} tenant
|
|
742
|
-
* @param {Object} [opts] Optional parameters
|
|
743
|
-
* @param {String} [opts.namespace] A namespace filter prefix
|
|
744
|
-
|
|
745
|
-
* @return {Promise<Array.<FlowControllerFlowWithDeprecatedTasks>>}
|
|
746
|
-
*/
|
|
747
|
-
listDeprecated(tenant, opts) {
|
|
748
|
-
return this.listDeprecatedWithHttpInfo(tenant, opts).then(function(response_and_data) {
|
|
749
|
-
return response_and_data.data;
|
|
750
|
-
});
|
|
751
|
-
}
|
|
752
|
-
/**
|
|
753
|
-
* List all distinct namespaces
|
|
754
|
-
* @param {String} tenant
|
|
755
|
-
* @param {Object} opts Optional parameters
|
|
756
|
-
* @param {String} [q] A string filter
|
|
757
|
-
|
|
758
|
-
* @return {Promise< Array.<String> >}
|
|
759
|
-
*/
|
|
760
|
-
listDistinctNamespacesWithHttpInfo(tenant, opts) {
|
|
761
|
-
opts = opts || {};
|
|
762
|
-
let postBody = null;
|
|
763
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling listDistinctNamespaces");
|
|
764
|
-
let pathParams = { "tenant": tenant };
|
|
765
|
-
let queryParams = { "q": opts["q"] };
|
|
766
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/distinct-namespaces", "GET", pathParams, queryParams, {}, {}, postBody, ["basicAuth", "bearerAuth"], [], ["application/json"], ["String"], null);
|
|
767
|
-
}
|
|
768
|
-
/**
|
|
769
|
-
* List all distinct namespaces
|
|
770
|
-
* @param {String} tenant
|
|
771
|
-
* @param {Object} [opts] Optional parameters
|
|
772
|
-
* @param {String} [opts.q] A string filter
|
|
773
|
-
|
|
774
|
-
* @return {Promise< Array.<String> >}
|
|
775
|
-
*/
|
|
776
|
-
listDistinctNamespaces(tenant, opts) {
|
|
777
|
-
return this.listDistinctNamespacesWithHttpInfo(tenant, opts).then(function(response_and_data) {
|
|
778
|
-
return response_and_data.data;
|
|
779
|
-
});
|
|
780
|
-
}
|
|
781
|
-
/**
|
|
782
|
-
* Get revisions for a flow
|
|
783
|
-
* @param {String} namespace The flow namespace
|
|
784
|
-
* @param {String} id The flow id
|
|
785
|
-
* @param {String} tenant
|
|
786
|
-
* @param {Object} opts Optional parameters
|
|
787
|
-
* @param {Boolean} [allowDelete = false)]
|
|
788
|
-
|
|
789
|
-
* @return {Promise<Array.<FlowWithSource>>}
|
|
790
|
-
*/
|
|
791
|
-
listFlowRevisionsWithHttpInfo(namespace, id, tenant, opts) {
|
|
792
|
-
opts = opts || {};
|
|
793
|
-
let postBody = null;
|
|
794
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling listFlowRevisions");
|
|
795
|
-
if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling listFlowRevisions");
|
|
796
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling listFlowRevisions");
|
|
797
|
-
let pathParams = {
|
|
798
|
-
"namespace": namespace,
|
|
799
|
-
"id": id,
|
|
800
|
-
"tenant": tenant
|
|
801
|
-
};
|
|
802
|
-
let queryParams = { "allowDelete": opts["allowDelete"] };
|
|
803
|
-
let headerParams = {};
|
|
804
|
-
let formParams = {};
|
|
805
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
806
|
-
let contentTypes = [];
|
|
807
|
-
let accepts = ["application/json"];
|
|
808
|
-
let returnType = [FlowWithSource_default];
|
|
809
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/{namespace}/{id}/revisions", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
810
|
-
}
|
|
811
|
-
/**
|
|
812
|
-
* Get revisions for a flow
|
|
813
|
-
* @param {String} namespace The flow namespace
|
|
814
|
-
* @param {String} id The flow id
|
|
815
|
-
* @param {String} tenant
|
|
816
|
-
* @param {Object} [opts] Optional parameters
|
|
817
|
-
* @param {Boolean} [opts.allowDelete (default to false)]
|
|
818
|
-
|
|
819
|
-
* @return {Promise<Array.<FlowWithSource>>}
|
|
820
|
-
*/
|
|
821
|
-
listFlowRevisions(namespace, id, tenant, opts) {
|
|
822
|
-
return this.listFlowRevisionsWithHttpInfo(namespace, id, tenant, opts).then(function(response_and_data) {
|
|
823
|
-
return response_and_data.data;
|
|
824
|
-
});
|
|
825
|
-
}
|
|
826
|
-
/**
|
|
827
|
-
* Retrieve all flows from a given namespace
|
|
828
|
-
* @param {String} namespace Namespace to filter flows
|
|
829
|
-
* @param {String} tenant
|
|
830
|
-
|
|
831
|
-
* @return {Promise<Array.<Flow>>}
|
|
832
|
-
*/
|
|
833
|
-
listFlowsByNamespaceWithHttpInfo(namespace, tenant) {
|
|
834
|
-
let postBody = null;
|
|
835
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling listFlowsByNamespace");
|
|
836
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling listFlowsByNamespace");
|
|
837
|
-
let pathParams = {
|
|
838
|
-
"namespace": namespace,
|
|
839
|
-
"tenant": tenant
|
|
840
|
-
};
|
|
841
|
-
let queryParams = {};
|
|
842
|
-
let headerParams = {};
|
|
843
|
-
let formParams = {};
|
|
844
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
845
|
-
let contentTypes = [];
|
|
846
|
-
let accepts = ["application/json"];
|
|
847
|
-
let returnType = [Flow_default];
|
|
848
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/{namespace}", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
849
|
-
}
|
|
850
|
-
/**
|
|
851
|
-
* Retrieve all flows from a given namespace
|
|
852
|
-
* @param {String} namespace Namespace to filter flows
|
|
853
|
-
* @param {String} tenant
|
|
854
|
-
|
|
855
|
-
* @return {Promise<Array.<Flow>>}
|
|
856
|
-
*/
|
|
857
|
-
listFlowsByNamespace(namespace, tenant) {
|
|
858
|
-
return this.listFlowsByNamespaceWithHttpInfo(namespace, tenant).then(function(response_and_data) {
|
|
859
|
-
return response_and_data.data;
|
|
860
|
-
});
|
|
861
|
-
}
|
|
862
|
-
/**
|
|
863
|
-
* Search for flow concurrency limits
|
|
864
|
-
* @param {String} tenant
|
|
865
|
-
|
|
866
|
-
* @return {Promise<PagedResultsConcurrencyLimit>}
|
|
867
|
-
*/
|
|
868
|
-
searchConcurrencyLimitsWithHttpInfo(tenant) {
|
|
869
|
-
let postBody = null;
|
|
870
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling searchConcurrencyLimits");
|
|
871
|
-
let pathParams = { "tenant": tenant };
|
|
872
|
-
let queryParams = {};
|
|
873
|
-
let headerParams = {};
|
|
874
|
-
let formParams = {};
|
|
875
|
-
let authNames = [];
|
|
876
|
-
let contentTypes = [];
|
|
877
|
-
let accepts = ["application/json"];
|
|
878
|
-
let returnType = PagedResultsConcurrencyLimit_default;
|
|
879
|
-
return this.apiClient.callApi("/api/v1/{tenant}/concurrency-limit/search", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
880
|
-
}
|
|
881
|
-
/**
|
|
882
|
-
* Search for flow concurrency limits
|
|
883
|
-
* @param {String} tenant
|
|
884
|
-
|
|
885
|
-
* @return {Promise<PagedResultsConcurrencyLimit>}
|
|
886
|
-
*/
|
|
887
|
-
searchConcurrencyLimits(tenant) {
|
|
888
|
-
return this.searchConcurrencyLimitsWithHttpInfo(tenant).then(function(response_and_data) {
|
|
889
|
-
return response_and_data.data;
|
|
890
|
-
});
|
|
891
|
-
}
|
|
892
|
-
/**
|
|
893
|
-
* Search for flows
|
|
894
|
-
* @param {String} tenant
|
|
895
|
-
* @param {Object} opts Optional parameters
|
|
896
|
-
* @param {Number} [page = 1)] The current page
|
|
897
|
-
* @param {Number} [size = 10)] The current page size
|
|
898
|
-
* @param {Array.<String>} [sort] The sort of current page
|
|
899
|
-
* @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
|
|
900
|
-
|
|
901
|
-
* @return {Promise<PagedResultsFlow>}
|
|
902
|
-
*/
|
|
903
|
-
searchFlowsWithHttpInfo(tenant, opts) {
|
|
904
|
-
opts = opts || {};
|
|
905
|
-
let postBody = null;
|
|
906
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling searchFlows");
|
|
907
|
-
let pathParams = { "tenant": tenant };
|
|
908
|
-
let queryParams = {
|
|
909
|
-
"page": opts["page"],
|
|
910
|
-
"size": opts["size"],
|
|
911
|
-
"sort": this.apiClient.buildCollectionParam(opts["sort"], "csv"),
|
|
912
|
-
"filters": this.apiClient.buildCollectionParam(opts["filters"], "csv")
|
|
913
|
-
};
|
|
914
|
-
let headerParams = {};
|
|
915
|
-
let formParams = {};
|
|
916
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
917
|
-
let contentTypes = [];
|
|
918
|
-
let accepts = ["application/json"];
|
|
919
|
-
let returnType = PagedResultsFlow_default;
|
|
920
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/search", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
921
|
-
}
|
|
922
|
-
/**
|
|
923
|
-
* Search for flows
|
|
924
|
-
* @param {String} tenant
|
|
925
|
-
* @param {Object} [opts] Optional parameters
|
|
926
|
-
* @param {Number} [opts.page (default to 1)] The current page
|
|
927
|
-
* @param {Number} [opts.size (default to 10)] The current page size
|
|
928
|
-
* @param {Array.<String>} [opts.sort] The sort of current page
|
|
929
|
-
* @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
|
|
930
|
-
|
|
931
|
-
* @return {Promise<PagedResultsFlow>}
|
|
932
|
-
*/
|
|
933
|
-
searchFlows(tenant, opts) {
|
|
934
|
-
return this.searchFlowsWithHttpInfo(tenant, opts).then(function(response_and_data) {
|
|
935
|
-
return response_and_data.data;
|
|
936
|
-
});
|
|
937
|
-
}
|
|
938
|
-
/**
|
|
939
|
-
* Search for flows source code
|
|
940
|
-
* @param {String} tenant
|
|
941
|
-
* @param {Object} opts Optional parameters
|
|
942
|
-
* @param {Number} [page = 1)] The current page
|
|
943
|
-
* @param {Number} [size = 10)] The current page size
|
|
944
|
-
* @param {Array.<String>} [sort] The sort of current page
|
|
945
|
-
* @param {String} [q] A string filter
|
|
946
|
-
* @param {String} [namespace] A namespace filter prefix
|
|
947
|
-
|
|
948
|
-
* @return {Promise<PagedResultsSearchResultFlow>}
|
|
949
|
-
*/
|
|
950
|
-
searchFlowsBySourceCodeWithHttpInfo(tenant, opts) {
|
|
951
|
-
opts = opts || {};
|
|
952
|
-
let postBody = null;
|
|
953
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling searchFlowsBySourceCode");
|
|
954
|
-
let pathParams = { "tenant": tenant };
|
|
955
|
-
let queryParams = {
|
|
956
|
-
"page": opts["page"],
|
|
957
|
-
"size": opts["size"],
|
|
958
|
-
"sort": this.apiClient.buildCollectionParam(opts["sort"], "csv"),
|
|
959
|
-
"q": opts["q"],
|
|
960
|
-
"namespace": opts["namespace"]
|
|
961
|
-
};
|
|
962
|
-
let headerParams = {};
|
|
963
|
-
let formParams = {};
|
|
964
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
965
|
-
let contentTypes = [];
|
|
966
|
-
let accepts = ["application/json"];
|
|
967
|
-
let returnType = PagedResultsSearchResultFlow_default;
|
|
968
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/source", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
969
|
-
}
|
|
970
|
-
/**
|
|
971
|
-
* Search for flows source code
|
|
972
|
-
* @param {String} tenant
|
|
973
|
-
* @param {Object} [opts] Optional parameters
|
|
974
|
-
* @param {Number} [opts.page (default to 1)] The current page
|
|
975
|
-
* @param {Number} [opts.size (default to 10)] The current page size
|
|
976
|
-
* @param {Array.<String>} [opts.sort] The sort of current page
|
|
977
|
-
* @param {String} [opts.q] A string filter
|
|
978
|
-
* @param {String} [opts.namespace] A namespace filter prefix
|
|
979
|
-
|
|
980
|
-
* @return {Promise<PagedResultsSearchResultFlow>}
|
|
981
|
-
*/
|
|
982
|
-
searchFlowsBySourceCode(tenant, opts) {
|
|
983
|
-
return this.searchFlowsBySourceCodeWithHttpInfo(tenant, opts).then(function(response_and_data) {
|
|
984
|
-
return response_and_data.data;
|
|
985
|
-
});
|
|
986
|
-
}
|
|
987
|
-
/**
|
|
988
|
-
* Get a flow task
|
|
989
|
-
* @param {String} namespace The flow namespace
|
|
990
|
-
* @param {String} id The flow id
|
|
991
|
-
* @param {String} taskId The task id
|
|
992
|
-
* @param {String} tenant
|
|
993
|
-
* @param {Object} opts Optional parameters
|
|
994
|
-
* @param {Number} [revision] The flow revision
|
|
995
|
-
|
|
996
|
-
* @return {Promise<Task>}
|
|
997
|
-
*/
|
|
998
|
-
taskFromFlowWithHttpInfo(namespace, id, taskId, tenant, opts) {
|
|
999
|
-
opts = opts || {};
|
|
1000
|
-
let postBody = null;
|
|
1001
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling taskFromFlow");
|
|
1002
|
-
if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling taskFromFlow");
|
|
1003
|
-
if (taskId === void 0 || taskId === null) throw new Error("Missing the required parameter 'taskId' when calling taskFromFlow");
|
|
1004
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling taskFromFlow");
|
|
1005
|
-
let pathParams = {
|
|
1006
|
-
"namespace": namespace,
|
|
1007
|
-
"id": id,
|
|
1008
|
-
"taskId": taskId,
|
|
1009
|
-
"tenant": tenant
|
|
1010
|
-
};
|
|
1011
|
-
let queryParams = { "revision": opts["revision"] };
|
|
1012
|
-
let headerParams = {};
|
|
1013
|
-
let formParams = {};
|
|
1014
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
1015
|
-
let contentTypes = [];
|
|
1016
|
-
let accepts = ["application/json"];
|
|
1017
|
-
let returnType = Task_default;
|
|
1018
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/{namespace}/{id}/tasks/{taskId}", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1019
|
-
}
|
|
1020
|
-
/**
|
|
1021
|
-
* Get a flow task
|
|
1022
|
-
* @param {String} namespace The flow namespace
|
|
1023
|
-
* @param {String} id The flow id
|
|
1024
|
-
* @param {String} taskId The task id
|
|
1025
|
-
* @param {String} tenant
|
|
1026
|
-
* @param {Object} [opts] Optional parameters
|
|
1027
|
-
* @param {Number} [opts.revision] The flow revision
|
|
1028
|
-
|
|
1029
|
-
* @return {Promise<Task>}
|
|
1030
|
-
*/
|
|
1031
|
-
taskFromFlow(namespace, id, taskId, tenant, opts) {
|
|
1032
|
-
return this.taskFromFlowWithHttpInfo(namespace, id, taskId, tenant, opts).then(function(response_and_data) {
|
|
1033
|
-
return response_and_data.data;
|
|
1034
|
-
});
|
|
1035
|
-
}
|
|
1036
|
-
/**
|
|
1037
|
-
* Update a flow concurrency limit
|
|
1038
|
-
* @param {String} namespace
|
|
1039
|
-
* @param {String} flowId
|
|
1040
|
-
* @param {String} tenant
|
|
1041
|
-
* @param {module:model/ConcurrencyLimit} concurrencyLimit
|
|
1042
|
-
|
|
1043
|
-
* @return {Promise<ConcurrencyLimit>}
|
|
1044
|
-
*/
|
|
1045
|
-
updateConcurrencyLimitWithHttpInfo(namespace, flowId, tenant, concurrencyLimit) {
|
|
1046
|
-
let postBody = concurrencyLimit;
|
|
1047
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling updateConcurrencyLimit");
|
|
1048
|
-
if (flowId === void 0 || flowId === null) throw new Error("Missing the required parameter 'flowId' when calling updateConcurrencyLimit");
|
|
1049
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling updateConcurrencyLimit");
|
|
1050
|
-
if (concurrencyLimit === void 0 || concurrencyLimit === null) throw new Error("Missing the required parameter 'concurrencyLimit' when calling updateConcurrencyLimit");
|
|
1051
|
-
let pathParams = {
|
|
1052
|
-
"namespace": namespace,
|
|
1053
|
-
"flowId": flowId,
|
|
1054
|
-
"tenant": tenant
|
|
1055
|
-
};
|
|
1056
|
-
let queryParams = {};
|
|
1057
|
-
let headerParams = {};
|
|
1058
|
-
let formParams = {};
|
|
1059
|
-
let authNames = [];
|
|
1060
|
-
let contentTypes = ["application/json"];
|
|
1061
|
-
let accepts = ["application/json"];
|
|
1062
|
-
let returnType = ConcurrencyLimit_default;
|
|
1063
|
-
return this.apiClient.callApi("/api/v1/{tenant}/concurrency-limit/{namespace}/{flowId}", "PUT", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1064
|
-
}
|
|
1065
|
-
/**
|
|
1066
|
-
* Update a flow concurrency limit
|
|
1067
|
-
* @param {String} namespace
|
|
1068
|
-
* @param {String} flowId
|
|
1069
|
-
* @param {String} tenant
|
|
1070
|
-
* @param {module:model/ConcurrencyLimit} concurrencyLimit
|
|
1071
|
-
|
|
1072
|
-
* @return {Promise<ConcurrencyLimit>}
|
|
1073
|
-
*/
|
|
1074
|
-
updateConcurrencyLimit(namespace, flowId, tenant, concurrencyLimit) {
|
|
1075
|
-
return this.updateConcurrencyLimitWithHttpInfo(namespace, flowId, tenant, concurrencyLimit).then(function(response_and_data) {
|
|
1076
|
-
return response_and_data.data;
|
|
1077
|
-
});
|
|
1078
|
-
}
|
|
1079
|
-
/**
|
|
1080
|
-
* Update a flow
|
|
1081
|
-
* @param {String} namespace The flow namespace
|
|
1082
|
-
* @param {String} id The flow id
|
|
1083
|
-
* @param {String} tenant
|
|
1084
|
-
* @param {String} body The flow source code
|
|
1085
|
-
|
|
1086
|
-
* @return {Promise<FlowWithSource>}
|
|
1087
|
-
*/
|
|
1088
|
-
updateFlowWithHttpInfo(namespace, id, tenant, body) {
|
|
1089
|
-
let postBody = body;
|
|
1090
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling updateFlow");
|
|
1091
|
-
if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling updateFlow");
|
|
1092
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling updateFlow");
|
|
1093
|
-
if (body === void 0 || body === null) throw new Error("Missing the required parameter 'body' when calling updateFlow");
|
|
1094
|
-
let pathParams = {
|
|
1095
|
-
"namespace": namespace,
|
|
1096
|
-
"id": id,
|
|
1097
|
-
"tenant": tenant
|
|
1098
|
-
};
|
|
1099
|
-
let queryParams = {};
|
|
1100
|
-
let headerParams = {};
|
|
1101
|
-
let formParams = {};
|
|
1102
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
1103
|
-
let contentTypes = ["application/x-yaml"];
|
|
1104
|
-
let accepts = ["application/json"];
|
|
1105
|
-
let returnType = FlowWithSource_default;
|
|
1106
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/{namespace}/{id}", "PUT", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1107
|
-
}
|
|
1108
|
-
/**
|
|
1109
|
-
* Update a flow
|
|
1110
|
-
* @param {String} namespace The flow namespace
|
|
1111
|
-
* @param {String} id The flow id
|
|
1112
|
-
* @param {String} tenant
|
|
1113
|
-
* @param {String} body The flow source code
|
|
1114
|
-
|
|
1115
|
-
* @return {Promise<FlowWithSource>}
|
|
1116
|
-
*/
|
|
1117
|
-
updateFlow(namespace, id, tenant, body) {
|
|
1118
|
-
return this.updateFlowWithHttpInfo(namespace, id, tenant, body).then(function(response_and_data) {
|
|
1119
|
-
return response_and_data.data;
|
|
1120
|
-
});
|
|
1121
|
-
}
|
|
1122
|
-
/**
|
|
1123
|
-
* Update a complete namespace from yaml source
|
|
1124
|
-
* All flow will be created / updated for this namespace. Flow that already created but not in `flows` will be deleted if the query delete is `true`
|
|
1125
|
-
* @param {String} namespace The flow namespace
|
|
1126
|
-
* @param {String} tenant
|
|
1127
|
-
* @param {String} body A list of flows source code
|
|
1128
|
-
* @param {Object} opts Optional parameters
|
|
1129
|
-
* @param {Boolean} [_delete = true)] If missing flows should be deleted
|
|
1130
|
-
* @param {Boolean} [override = false)] If namespace of all provided flows should be overridden
|
|
1131
|
-
|
|
1132
|
-
* @return {Promise<Array.<FlowInterface>>}
|
|
1133
|
-
*/
|
|
1134
|
-
updateFlowsInNamespaceWithHttpInfo(namespace, tenant, body, opts) {
|
|
1135
|
-
opts = opts || {};
|
|
1136
|
-
let postBody = body;
|
|
1137
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling updateFlowsInNamespace");
|
|
1138
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling updateFlowsInNamespace");
|
|
1139
|
-
if (body === void 0 || body === null) throw new Error("Missing the required parameter 'body' when calling updateFlowsInNamespace");
|
|
1140
|
-
let pathParams = {
|
|
1141
|
-
"namespace": namespace,
|
|
1142
|
-
"tenant": tenant
|
|
1143
|
-
};
|
|
1144
|
-
let queryParams = {
|
|
1145
|
-
"delete": opts["_delete"],
|
|
1146
|
-
"override": opts["override"]
|
|
1147
|
-
};
|
|
1148
|
-
let headerParams = {};
|
|
1149
|
-
let formParams = {};
|
|
1150
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
1151
|
-
let contentTypes = ["application/x-yaml"];
|
|
1152
|
-
let accepts = ["application/json"];
|
|
1153
|
-
let returnType = [FlowInterface_default];
|
|
1154
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/{namespace}", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1155
|
-
}
|
|
1156
|
-
/**
|
|
1157
|
-
* Update a complete namespace from yaml source
|
|
1158
|
-
* All flow will be created / updated for this namespace. Flow that already created but not in `flows` will be deleted if the query delete is `true`
|
|
1159
|
-
* @param {String} namespace The flow namespace
|
|
1160
|
-
* @param {String} tenant
|
|
1161
|
-
* @param {String} body A list of flows source code
|
|
1162
|
-
* @param {Object} [opts] Optional parameters
|
|
1163
|
-
* @param {Boolean} [opts._delete (default to true)] If missing flows should be deleted
|
|
1164
|
-
* @param {Boolean} [opts.override (default to false)] If namespace of all provided flows should be overridden
|
|
1165
|
-
|
|
1166
|
-
* @return {Promise<Array.<FlowInterface>>}
|
|
1167
|
-
*/
|
|
1168
|
-
updateFlowsInNamespace(namespace, tenant, body, opts) {
|
|
1169
|
-
return this.updateFlowsInNamespaceWithHttpInfo(namespace, tenant, body, opts).then(function(response_and_data) {
|
|
1170
|
-
return response_and_data.data;
|
|
1171
|
-
});
|
|
1172
|
-
}
|
|
1173
|
-
/**
|
|
1174
|
-
* Update a single task on a flow
|
|
1175
|
-
* @param {String} namespace The flow namespace
|
|
1176
|
-
* @param {String} id The flow id
|
|
1177
|
-
* @param {String} taskId The task id
|
|
1178
|
-
* @param {String} tenant
|
|
1179
|
-
* @param {module:model/Task} task The task
|
|
1180
|
-
|
|
1181
|
-
* @return {Promise<Flow>}
|
|
1182
|
-
*/
|
|
1183
|
-
updateTaskWithHttpInfo(namespace, id, taskId, tenant, task) {
|
|
1184
|
-
let postBody = task;
|
|
1185
|
-
if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling updateTask");
|
|
1186
|
-
if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling updateTask");
|
|
1187
|
-
if (taskId === void 0 || taskId === null) throw new Error("Missing the required parameter 'taskId' when calling updateTask");
|
|
1188
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling updateTask");
|
|
1189
|
-
if (task === void 0 || task === null) throw new Error("Missing the required parameter 'task' when calling updateTask");
|
|
1190
|
-
let pathParams = {
|
|
1191
|
-
"namespace": namespace,
|
|
1192
|
-
"id": id,
|
|
1193
|
-
"taskId": taskId,
|
|
1194
|
-
"tenant": tenant
|
|
1195
|
-
};
|
|
1196
|
-
let queryParams = {};
|
|
1197
|
-
let headerParams = {};
|
|
1198
|
-
let formParams = {};
|
|
1199
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
1200
|
-
let contentTypes = ["application/json"];
|
|
1201
|
-
let accepts = ["application/json"];
|
|
1202
|
-
let returnType = Flow_default;
|
|
1203
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/{namespace}/{id}/{taskId}", "PATCH", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1204
|
-
}
|
|
1205
|
-
/**
|
|
1206
|
-
* Update a single task on a flow
|
|
1207
|
-
* @param {String} namespace The flow namespace
|
|
1208
|
-
* @param {String} id The flow id
|
|
1209
|
-
* @param {String} taskId The task id
|
|
1210
|
-
* @param {String} tenant
|
|
1211
|
-
* @param {module:model/Task} task The task
|
|
1212
|
-
|
|
1213
|
-
* @return {Promise<Flow>}
|
|
1214
|
-
*/
|
|
1215
|
-
updateTask(namespace, id, taskId, tenant, task) {
|
|
1216
|
-
return this.updateTaskWithHttpInfo(namespace, id, taskId, tenant, task).then(function(response_and_data) {
|
|
1217
|
-
return response_and_data.data;
|
|
1218
|
-
});
|
|
1219
|
-
}
|
|
1220
|
-
/**
|
|
1221
|
-
* Validate a list of flows
|
|
1222
|
-
* @param {String} tenant
|
|
1223
|
-
* @param {String} body Flows as YAML string or multipart files
|
|
1224
|
-
|
|
1225
|
-
* @return {Promise<Array.<ValidateConstraintViolation>>}
|
|
1226
|
-
*/
|
|
1227
|
-
validateFlowsWithHttpInfo(tenant, body) {
|
|
1228
|
-
let postBody = body;
|
|
1229
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling validateFlows");
|
|
1230
|
-
if (body === void 0 || body === null) throw new Error("Missing the required parameter 'body' when calling validateFlows");
|
|
1231
|
-
let pathParams = { "tenant": tenant };
|
|
1232
|
-
let queryParams = {};
|
|
1233
|
-
let headerParams = {};
|
|
1234
|
-
let formParams = {};
|
|
1235
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
1236
|
-
let contentTypes = ["application/x-yaml", "multipart/form-data"];
|
|
1237
|
-
let accepts = ["application/json"];
|
|
1238
|
-
let returnType = [ValidateConstraintViolation_default];
|
|
1239
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/validate", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1240
|
-
}
|
|
1241
|
-
/**
|
|
1242
|
-
* Validate a list of flows
|
|
1243
|
-
* @param {String} tenant
|
|
1244
|
-
* @param {String} body Flows as YAML string or multipart files
|
|
1245
|
-
|
|
1246
|
-
* @return {Promise<Array.<ValidateConstraintViolation>>}
|
|
1247
|
-
*/
|
|
1248
|
-
validateFlows(tenant, body) {
|
|
1249
|
-
return this.validateFlowsWithHttpInfo(tenant, body).then(function(response_and_data) {
|
|
1250
|
-
return response_and_data.data;
|
|
1251
|
-
});
|
|
1252
|
-
}
|
|
1253
|
-
/**
|
|
1254
|
-
* Validate a task
|
|
1255
|
-
* @param {module:model/FlowControllerTaskValidationType} section The type of task
|
|
1256
|
-
* @param {String} tenant
|
|
1257
|
-
* @param {Object.<String, Object>} body A task definition that can be from tasks or triggers
|
|
1258
|
-
|
|
1259
|
-
* @return {Promise<ValidateConstraintViolation>}
|
|
1260
|
-
*/
|
|
1261
|
-
validateTaskWithHttpInfo(section, tenant, body) {
|
|
1262
|
-
let postBody = body;
|
|
1263
|
-
if (section === void 0 || section === null) throw new Error("Missing the required parameter 'section' when calling validateTask");
|
|
1264
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling validateTask");
|
|
1265
|
-
if (body === void 0 || body === null) throw new Error("Missing the required parameter 'body' when calling validateTask");
|
|
1266
|
-
let pathParams = { "tenant": tenant };
|
|
1267
|
-
let queryParams = { "section": section };
|
|
1268
|
-
let headerParams = {};
|
|
1269
|
-
let formParams = {};
|
|
1270
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
1271
|
-
let contentTypes = ["application/x-yaml", "application/json"];
|
|
1272
|
-
let accepts = ["application/json"];
|
|
1273
|
-
let returnType = ValidateConstraintViolation_default;
|
|
1274
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/validate/task", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1275
|
-
}
|
|
1276
|
-
/**
|
|
1277
|
-
* Validate a task
|
|
1278
|
-
* @param {module:model/FlowControllerTaskValidationType} section The type of task
|
|
1279
|
-
* @param {String} tenant
|
|
1280
|
-
* @param {Object.<String, Object>} body A task definition that can be from tasks or triggers
|
|
1281
|
-
|
|
1282
|
-
* @return {Promise<ValidateConstraintViolation>}
|
|
1283
|
-
*/
|
|
1284
|
-
validateTask(section, tenant, body) {
|
|
1285
|
-
return this.validateTaskWithHttpInfo(section, tenant, body).then(function(response_and_data) {
|
|
1286
|
-
return response_and_data.data;
|
|
1287
|
-
});
|
|
1288
|
-
}
|
|
1289
|
-
/**
|
|
1290
|
-
* Validate trigger
|
|
1291
|
-
* @param {String} tenant
|
|
1292
|
-
* @param {Object.<String, Object>} body The trigger
|
|
1293
|
-
|
|
1294
|
-
* @return {Promise<ValidateConstraintViolation>}
|
|
1295
|
-
*/
|
|
1296
|
-
validateTriggerWithHttpInfo(tenant, body) {
|
|
1297
|
-
let postBody = body;
|
|
1298
|
-
if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling validateTrigger");
|
|
1299
|
-
if (body === void 0 || body === null) throw new Error("Missing the required parameter 'body' when calling validateTrigger");
|
|
1300
|
-
let pathParams = { "tenant": tenant };
|
|
1301
|
-
let queryParams = {};
|
|
1302
|
-
let headerParams = {};
|
|
1303
|
-
let formParams = {};
|
|
1304
|
-
let authNames = ["basicAuth", "bearerAuth"];
|
|
1305
|
-
let contentTypes = ["application/json"];
|
|
1306
|
-
let accepts = ["application/json"];
|
|
1307
|
-
let returnType = ValidateConstraintViolation_default;
|
|
1308
|
-
return this.apiClient.callApi("/api/v1/{tenant}/flows/validate/trigger", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1309
|
-
}
|
|
1310
|
-
/**
|
|
1311
|
-
* Validate trigger
|
|
1312
|
-
* @param {String} tenant
|
|
1313
|
-
* @param {Object.<String, Object>} body The trigger
|
|
1314
|
-
|
|
1315
|
-
* @return {Promise<ValidateConstraintViolation>}
|
|
1316
|
-
*/
|
|
1317
|
-
validateTrigger(tenant, body) {
|
|
1318
|
-
return this.validateTriggerWithHttpInfo(tenant, body).then(function(response_and_data) {
|
|
1319
|
-
return response_and_data.data;
|
|
1320
|
-
});
|
|
1321
|
-
}
|
|
1322
|
-
};
|
|
1323
|
-
|
|
1324
|
-
//#endregion
|
|
1325
|
-
export { FlowsApi as t };
|