@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
|
@@ -0,0 +1,2123 @@
|
|
|
1
|
+
import { $O as TestSuiteControllerTestsLastResultResponse, $t as AuthControllerInvitationUserRequest, $v as MeControllerApiMe, $y as PagedResultsIamGroupControllerApiGroupMember, An as BlueprintControllerApiBlueprintItemWithSource, Au as ExecutionControllerLastExecutionResponse, B as ApiExecution, BM as WorkerCredentialControllerApiWorkerCredential, BO as TenantControllerSetTenantDefaultDashboardsRequest, Bh as InstanceControllerApiPluginVersions, Bm as IamTenantAccessControllerApiCreateTenantAccessRequest, Bt as AssetsControllerApiAsset, By as PagedResultsApiTriggerState, Cd as ExpressionContext, Cm as IamGroupControllerApiCreateGroupRequest, D as AiControllerFlowGenerationPrompt, Df as FlowControllerFlowWithDeprecatedTasks, Dg as KvControllerApiDeleteBulkResponse, Dm as IamGroupControllerApiUpdateGroupRequest, Dr as ConcurrencyLimit, Du as ExecutionControllerEvalResult, Dx as Plugin, E as AiControllerDashboardGenerationPrompt, Eg as KvControllerApiDeleteBulkRequest, Eh as InputType, Eu as Execution, Ey as NamespaceControllerApiInheritedPluginDefaultFromNamespace, Fh as InstanceControllerApiPluginArtifactListPluginResolutionResult, Fm as IamServiceAccountControllerApiPatchServiceAccountRequest, Fn as BlueprintControllerUseBlueprintTemplateRequest, Fy as PagedResultsApiGroupSummary, Gh as InstanceControllerApiWorkerGroupDetails, Gm as IamTenantAccessControllerApiUserTenantAccess, Gy as PagedResultsAssetsControllerApiAssetUsage, H as ApiGroupSummary, Hy as PagedResultsAppsControllerApiAppCatalogItem, Ih as InstanceControllerApiPluginListRequest, Im as IamServiceAccountControllerApiServiceAccountDetail, In as BlueprintControllerUseBlueprintTemplateResponse, It as AssetTopologyGraph, Iy as PagedResultsApiLightExecution, J as ApiSecretListResponseApiSecretMeta, JM as WorkerRegistrationTokenControllerApiCreateTokenResponse, JO as TestSuite, Jj as UsageEe, Jt as AuditLogControllerAuditLogDiff, Jy as PagedResultsBlueprintControllerApiBlueprintItem, K as ApiPatchSuperAdminRequest, KD as SetupConfiguration, Ka as DashboardControllerDashboardResponse, Km as IamTenantAccessControllerUserApiAutocomplete, Ky as PagedResultsAuditLogControllerApiAuditLogItem, L as ApiAsyncOperationResponse, Lh as InstanceControllerApiPluginVersionDetails, Lm as IamServiceAccountControllerApiServiceAccountRequest, Lr as CreateApiTokenRequest, MO as Tenant, Mh as InstanceControllerApiCreateOrUpdateWorkerGroupRequest, Mm as IamRoleControllerApiRoleDetail, Mn as BlueprintControllerApiFlowBlueprint, Mu as ExecutionControllerStateRequest, Nd as FileAttributes, Nm as IamServiceAccountControllerApiCreateServiceAccountRequest, Nn as BlueprintControllerFlowBlueprintCreateOrUpdate, Nx as PluginControllerApiPluginVersions, Ny as OutputControllerTaskOutputInformation, Og as KvControllerKvDetail, Om as IamInvitationControllerApiInvitationCreateRequest, Ou as ExecutionControllerExecutionResponse, Ox as PluginArtifact, Oy as NamespaceFileRevision, Ph as InstanceControllerApiPluginArtifactListPluginArtifact, Q as ApiSecretValue, QO as TestSuiteControllerTestSuiteBulkRequest, Qa as DashboardSettings, Qt as AuthControllerAuth, Qx as PluginUiManifest, Qy as PagedResultsIamBindingControllerApiBindingDetail, RM as WebhookResponse, RO as TenantControllerAppsCatalogConfigRequest, Rm as IamServiceAccountControllerApiServiceAccountResponse, Rr as CreateApiTokenResponse, Ry as PagedResultsApiRoleSummary, St as AppsControllerApiBulkImportResponse, T as AiControllerAiProviderResponse, Tm as IamGroupControllerApiGroupMember, Tw as Schema, U as ApiIds, Ul as DocumentationWithSchema, Um as IamTenantAccessControllerApiTenantAccess, Uy as PagedResultsAssetsControllerApiAsset, VM as WorkerCredentialControllerApiWorkerList, Vy as PagedResultsAppsControllerApiApp, Wh as InstanceControllerApiWorkerGroup, Wx as PluginIcon, Wy as PagedResultsAssetsControllerApiAssetLineageEvent, X as ApiSecretMetaEe, XM as WorkerRegistrationTokenControllerApiTokenList, XO as TestSuiteControllerSearchTestsLastResult, Xm as IamUserControllerApiPatchUserPasswordRequest, Xt as AuditLogControllerFindRequest, Xy as PagedResultsDashboardControllerDashboardResponse, YM as WorkerRegistrationTokenControllerApiRegistrationToken, YO as TestSuiteControllerRunRequest, Ym as IamUserControllerApiPatchRestrictedRequest, Yt as AuditLogControllerAuditLogOption, Yy as PagedResultsConcurrencyLimit, Zf as FlowInterface, Zm as IamUserControllerApiUser, Zy as PagedResultsFlow, _y as MiscControllerLicenseInfo, ab as PagedResultsInstanceControllerApiServiceInstance, ak as TestSuiteServiceRunByQueryRequest, aw as Role, ay as Metric, bf as Flow, br as ChartFiltersOverrides, bt as AppsControllerApiAppSource, cO as StreamEventsFromAppResponses, cb as PagedResultsMapStringObject, d as Action, db as PagedResultsSearchResultFlow, dk as TriggerControllerApiCreateBackfillRequest, eb as PagedResultsIamInvitationControllerApiInvitationDetail, eh as IamUserGroupControllerApiUpdateUserGroupsRequest, en as AuthControllerResetPasswordRequest, fb as PagedResultsSecurityIntegration, hO as Task, hb as PagedResultsTestSuiteRunResult, hk as TriggerControllerSetDisabledRequest, hy as MiscControllerEeConfiguration, iN as ServerSentEventsResult, ib as PagedResultsInstanceControllerApiPluginArtifact, ik as TestSuiteRunResult, ip as FlowTopologyGraph, it as ApiTokenList, jh as InstanceControllerApiActiveServiceList, jm as IamRoleControllerApiRoleCreateOrUpdateRequest, jn as BlueprintControllerApiBlueprintTagItem, ju as ExecutionControllerSetLabelsByIdsRequest, kg as KvEntry, km as IamInvitationControllerApiInvitationDetail, lO as SupportDebugInfo, lb as PagedResultsMetricEntry, lt as AppGenerationPrompt, mb as PagedResultsTestSuite, mk as TriggerControllerApiTriggerId, mr as BulkResponse, nb as PagedResultsIamTenantAccessControllerApiUserTenantAccess, ny as MeControllerApiUpdatePasswordRequest, ob as PagedResultsKvEntry, ok as TestSuiteServiceTestRunByQueryResult, ot as ApiTriggerState, pM as ValidateConstraintViolation, pb as PagedResultsTenant, pk as TriggerControllerApiDisableTriggerRequest, pp as FollowExecutionResponses, q as ApiRoleSummary, qM as WorkerRegistrationTokenControllerApiCreateTokenRequest, qa as DashboardControllerPreviewRequest, qd as FileMetas, qf as FlowGraph, qh as InstanceControllerApiWorkerGroupList, qm as IamUserControllerApiCreateOrUpdateUserRequest, qn as BlueprintWithFlowEntity, qt as AuditLogControllerApiAuditLogItem, qy as PagedResultsBlueprint, rD as ServiceProviderConfiguration, rb as PagedResultsIamUserControllerApiUserSummary, rg as Invitation, ry as MeControllerApiUserDetailsRequest, sb as PagedResultsLogEntry, sp as FlowWithSource, sy as MetricAggregations, tD as ServiceInstance, tb as PagedResultsIamServiceAccountControllerApiServiceAccountDetail, tk as TestSuiteGenerationPrompt, tt as ApiTenant, ua as CreateSecurityIntegrationRequest, ub as PagedResultsNamespace, up as FollowDependenciesExecutionsResponses, vC as ResourceType1, vm as IamBindingControllerApiBindingDetail, vt as AppsControllerApiApp, wm as IamGroupControllerApiGroupDetail, wt as AppsControllerApiBulkOperationRequest, wx as PebbleFunction, wy as Namespace, xm as IamBindingControllerApiCreateBindingRequest, xt as AppsControllerApiAppTags, z as ApiAutocomplete, zO as TenantControllerAppsCatalogConfigResponse, zf as FlowForExecution, zv as LogEntry, zy as PagedResultsApiTriggerAndState } from "./types.gen-CZXAiwaT.js";
|
|
2
|
+
import { $ as _027A6Da8, $a as _548A6080, $i as _349D6C88, $n as _067435Ac4, $o as _692Cacc1, $t as _04484B7Fb, A as _01De71843, Ai as _2B464742, An as _057232872, Ao as _5Fb28D2, Ar as _07Ae22D38, As as _890277, At as _038Dcaf51, B as _02187E7C3, Ba as _4De682Bc, Bi as _2F61B1Ec, Bn as _05Ef057Dd, Bo as _6473C34f, Br as _0Af3543f, Bs as e736300, Bt as _04106F4E8, C as _0179918B5, Ca as _42E6Ce42, Ci as _22F15037, Cn as _051905136, Co as _5E0F67f, Cr as _075B6Dc39, Cs as _79431Ff0, Ct as _0361Eca5f, D as _01Af6F06f, Da as _473F7799, Di as _258Fd0a, Do as _5Ec7Ba77, Dr as _077995F6c, Ds as _80D6B62, E as _0196Dc236, Ea as _454A6c, Ei as _24Ee93F9, En as _053C06005, Eo as _5Eadd763, Er as _07753C84, Es as _7F73D1E9, Et as _037B0F17a, F as _01F97887a, Fa as _4Aa3555b, Fi as _2D63137, Fn as _05Af20E9a, Fo as _62Bef13d, Fr as _0865C602, Fs as b65C1D1, Ft as _03C4Fde05, G as _023811Cca, Ga as _51936Eee, Gi as _30Dbd29d, Gn as _063170190, Go as _667F809f, Gr as _0Dd4E62c, Ha as _5034D9D7, Hi as _30012e, Hn as _05Fc2Bba9, Ho as _66590305, Hr as _0B990465, Ht as _041B6F330, I as _020A3475e, Ii as _2Dbe020a, In as _05Bfd34Cc, Io as _63683Cb6, Ir as _08E52624, It as _03Cf4A0Ab, J as _0250C96B9, Ja as _519D22E7, Ji as _3294Ffe3, Jn as _065D9Abc7, Jo as _674530A9, Jr as _0F3A6F48, Jt as _0434216C9, K as _023C90349, Ka as _5196384a, Ki as _30Dbd29e, Kn as _063F9F89e, Ko as _66Bf0D5f, Kt as _0425Af897, L as _020Dd7E0b, La as _4Ca5D6B4, Li as _2Eff59C2, Ln as _05D06Cae3, Lo as _6379A635, Lr as _09Bfeede, Ls as dae6Bd, Lt as _03D361199, M as _01Eb351A4, Ma as _48B0B9B9, Mi as _2C5384F6, Mn as _0591Da8D4, Mo as _6214D18d, Mr as _07B84118d, Ms as _965A3Cb, Mt as _039F8Ba95, N as _01Ebe5D1d, Na as _4A4Df41f, Ni as _2Cac1C06, Nn as _05978F079, No as _62186B31, Nr as _07D8A0280, Ns as a76C0Db, Nt as _03Ab0B9Aa, O as _01C500B8a, Oa as _47Ed1E79, Oi as _27B78202, Oo as _5F5A0682, Or as _077F7Debb, Os as _8194F9, Ot as _03849B6Ed, P as _01F1268Ac, Pa as _4A97D3F1, Pi as _2D079507, Pn as _0599A7B72, Pr as _07F78209, Ps as ae43B0, Pt as _03Ad049Ef, Q as _0263Aab71, Qa as _541Dca5a, Qi as _34407Ba7, Qn as _0673517b, Qo as _69272D79, Qr as _0Fe49766, Qt as _04430Ac6c, R as _020E2391f, Ra as _4Cc20E8d, Ri as _2F38C956, Rn as _05E5Dc0C5, Ro as _638062Ff, Rr as _0A5Ca62c, Rs as e42E043, Rt as _03E75156c, S as _017482F6, Sa as _41A7Bacb, Si as _21Acaa5, Sn as _050C2E400, So as _5Ded489f, Sr as _0755159C0, Ss as _789F9416, St as _033Ccd4Fe, T as _0186007E5, Ta as _4485351c, Ti as _23D6B8E4, Tn as _052C8Df0a, To as _5E2Cd58f, Tr as _076D036Df, Ts as _7D6E2400, Tt as _03765E0A6, U as _023524D8, Ua as _50Eb0692, Ui as _3026D709, Un as _0607Ee9E7, Uo as _6667C843, Ur as _0Cb0D041, Ut as _041Bfcd8d, V as _0229397B6, Va as _4F085C75, Vi as _2Ff5B9, Vo as _64A9593d, Vr as _0B6464Af, Vs as f43A000, Vt as _0416C0289, W as _0236Ea812, Wa as _51093D05, Wi as _30C1Aea6, Wn as _061F11167, Wo as _666Ae97f, Wr as _0D6Bb264, Wt as _041C601E4, X as _025Da49F7, Xa as _5233556e, Xi as _330B4Ac9, Xn as _066857Ef8, Xo as _67B2B91a, Xt as _043724297, Y as _025A6B662, Ya as _51A50D10, Yi as _32B09e, Yn as _06666E52f, Yo as _67A4E57c, Yr as _0F4647D9, Z as _025Dffc7d, Za as _536Eebf2, Zi as _34380E43, Zn as _0669E525e, Zo as _684Bcad0, Zr as _0Fd54Ad7, Zt as _043D2910a, _ as _0154B123b, _a as _405255B8, _i as _1E9E7721, _n as _04E4686D7, _o as _5C16Ae66, _r as _07288D39a, _s as _757Add8f, _t as _031Ffc737, a as _0117D26A6, aa as _380C1616, ai as _17A21, ar as _06B60682e, as as _6Be81575, at as _02A616Fc6, b as _016E8Ef98, ba as _4153Db5, bi as _1Fe10518, bn as _04Fc707F8, bo as _5Db1D88, br as _074C3078c, bs as _7692D6F8, bt as _03315F398, c as _011A9De69, ci as _18F56, cn as _0494596B6, co as _58A63A9b, cr as _06D81F16e, cs as _6C815Dae, ct as _02D1825F2, d as _0121E6D30, da as _3Cb22532, di as _197Ff358, dn as _04B060Ef4, do as _59175F00, dr as _06Fa01237, ds as _72929E1b, dt as _02E276Bc5, ea as _34D9Fc6c, ei as _12D3F2C9, en as _0454D50C4, eo as _54C4A1Db, er as _0675820B5, es as _692E1816, et as _028Aeb63d, f as _01263C155, fo as _59325214, fr as _070Ae25E8, fs as _731Fd483, ft as _02Fbc290f, g as _0139064D9, ga as _3Fec3354, gi as _1D572652, gn as _04E18D824, go as _5B713B0f, gr as _071E8524c, gs as _7523Aa93, gt as _031D6C90e, h as _01367005c, ha as _3Fdb7B5f, hi as _1C95E03c, ho as _5Abe0Fe8, hr as _0715B9840, hs as _74Ae0977, ht as _03115727c, i as _011787999, ia as _37F2Df50, ii as _17875579, in as _0472E2162, io as _5662Ec9d, ir as _06A967170, it as _02A5C7489, j as _01E98E3Cd, ja as _489E3513, ji as _2Bf5E58f, jn as _057D73E5c, jo as _61Ac07Ea, jr as _07B13992a, js as _8D0A158, jt as _0391165C3, k as _01C6847B6, ka as _487Ead27, ki as _2Aee0508, kn as _0561C0Ca3, ko as _5F8Cca7b, kr as _0799Ff550, ks as _82Aea6c, kt as _038D53E30, l as _011Bcf8Ea, la as _3Acedc00, ln as _049835Ff6, lo as _58Ceaf0, lr as _06E9Fc5D4, ls as _6Fd6E2Ae, lt as _02D424Dda, m as _012A7E5A6, ma as _3E005Ec1, mi as _1B622107, mn as _04Bf1164b, mo as _5A35A529, mr as _0715460C9, ms as _735A5032, mt as _030B1A670, n as _010043Fd5, na as _361Cef9, ni as _15Bac3E0, nn as _046C7F41c, no as _55B26Dc3, nr as _06944349d, ns as _6998Eead, nt as _0299Dd8Df, o as _011A2F3Cc, oa as _38F8C0C3, oi as _18B3Cb89, on as _0476E3Baa, oo as _570E8Fac, or as _06C136Fdf, os as _6Bf6A12b, ot as _02C81F3Ac, p as _012672A53, pa as _3De59Ebf, pi as _1Aac14e, pn as _04B613E73, po as _5A2Fca1e, pr as _070B4Bca7, ps as _733374F6, pt as _030A1703e, q as _02437E287, qa as _519Bb792, qi as _3139A61a, qn as _064E031A6, qo as _66Dea7Aa, qr as _0Ec51319, qt as _0431356Ce, r as _010C1C295, ra as _36Ebcb, ri as _161Cb5Cb, rn as _046Ffd27a, ro as _562B4060, rr as _069531B2c, rs as _6A36C4F8, s as _011A45F21, sa as _3945Cbd8, si as _18Dbd36b, sn as _04828F018, so as _579848F4, sr as _06C163B2c, ss as _6C34C66c, st as _02Cb78A91, ta as _358076, ti as _13D120Ea, tn as _0465C8F2c, to as _55628B91, tr as _0686Bb52b, ts as _695A5Daa, tt as _028Ee38A7, u as _011E5C4Dd, ua as _3B58Db1e, ui as _191Cdebb, un as _04A8F87Fa, uo as _58Eb5Fb5, ur as _06Ed786D9, us as _71B7280, ut as _02Dfdba59, v as _01561E78a, va as _407247Bb, vi as _1Ec18Cc3, vn as _04E46Ba97, vo as _5C609C5f, vr as _072B3D08b, vs as _7643C6B5, vt as _032A61D81, w as _018132C8b, wa as _433558F9, wi as _23A9Ef85, wn as _052623492, wo as _5E26A2A4, wr as _075D97736, ws as _7D0E1E4, wt as _0361F2856, x as _017382997, xa as _4157Eab0, xi as _21216412, xn as _0509A5F04, xo as _5Db1D89, xr as _075060104, xs as _7874E902, xt as _0331D20E8, y as _015E23Cc6, ya as _40Cc9E74, yi as _1F4344F1, yn as _04F997A55, yo as _5C889A24, yr as _0742Ed768, ys as _764Cf52d, yt as _032E9A671, z as _020Ed1B9, za as _4D1D22C1, zi as _2F570092, zn as _05Edac887, zo as _64625D6d, zs as e446C08, zt as _03Ed2B7Aa } from "./sdk.gen-Q8oyZ3SN.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-Ai.gen.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* Generate or regenerate an app based on a prompt (EE only)
|
|
6
|
+
*/
|
|
7
|
+
declare const generateApp: (parameters: AppGenerationPrompt & {
|
|
8
|
+
tenant?: string;
|
|
9
|
+
}, options?: Omit<Parameters<typeof _34D9Fc6c>[1], "throwOnError">) => Promise<string>;
|
|
10
|
+
/**
|
|
11
|
+
* Generate or regenerate a dashboard based on a prompt
|
|
12
|
+
*/
|
|
13
|
+
declare const generateDashboard: (parameters: AiControllerDashboardGenerationPrompt & {
|
|
14
|
+
tenant?: string;
|
|
15
|
+
}, options?: Omit<Parameters<typeof _5Ded489f>[1], "throwOnError">) => Promise<string>;
|
|
16
|
+
/**
|
|
17
|
+
* Generate or regenerate a flow based on a prompt
|
|
18
|
+
*/
|
|
19
|
+
declare const generateFlow: (parameters: AiControllerFlowGenerationPrompt & {
|
|
20
|
+
tenant?: string;
|
|
21
|
+
}, options?: Omit<Parameters<typeof _6667C843>[1], "throwOnError">) => Promise<string>;
|
|
22
|
+
/**
|
|
23
|
+
* Generate or regenerate a test suite based on a prompt (EE only)
|
|
24
|
+
*/
|
|
25
|
+
declare const generateTestSuite: (parameters: TestSuiteGenerationPrompt & {
|
|
26
|
+
tenant?: string;
|
|
27
|
+
}, options?: Omit<Parameters<typeof _55628B91>[1], "throwOnError">) => Promise<string>;
|
|
28
|
+
/**
|
|
29
|
+
* List available AI providers
|
|
30
|
+
*/
|
|
31
|
+
declare const providers: (parameters?: Omit<Parameters<typeof _020A3475e>[0], "tenant"> & {
|
|
32
|
+
tenant?: string;
|
|
33
|
+
}, options?: Omit<Parameters<typeof _020A3475e>[1], "throwOnError">) => Promise<AiControllerAiProviderResponse[]>;
|
|
34
|
+
//#endregion
|
|
35
|
+
//#region src/openapi/sdk/ks-Apps.gen.d.ts
|
|
36
|
+
/**
|
|
37
|
+
* Delete existing apps
|
|
38
|
+
*/
|
|
39
|
+
declare const bulkDeleteApps: (parameters: AppsControllerApiBulkOperationRequest & {
|
|
40
|
+
tenant?: string;
|
|
41
|
+
}, options?: Omit<Parameters<typeof _02Cb78A91>[1], "throwOnError">) => Promise<{
|
|
42
|
+
[key: string]: unknown;
|
|
43
|
+
}>;
|
|
44
|
+
/**
|
|
45
|
+
* Create a new app
|
|
46
|
+
*/
|
|
47
|
+
declare const createApp: (parameters?: Omit<Parameters<typeof _23A9Ef85>[0], "tenant"> & {
|
|
48
|
+
tenant?: string;
|
|
49
|
+
}, options?: Omit<Parameters<typeof _23A9Ef85>[1], "throwOnError">) => Promise<AppsControllerApiAppSource>;
|
|
50
|
+
/**
|
|
51
|
+
* Search for apps from catalog
|
|
52
|
+
*/
|
|
53
|
+
declare const searchAppsFromCatalog: (parameters?: Omit<Parameters<typeof _4F085C75>[0], "tenant"> & {
|
|
54
|
+
tenant?: string;
|
|
55
|
+
}, options?: Omit<Parameters<typeof _4F085C75>[1], "throwOnError">) => Promise<PagedResultsAppsControllerApiAppCatalogItem>;
|
|
56
|
+
/**
|
|
57
|
+
* Disable existing apps
|
|
58
|
+
*/
|
|
59
|
+
declare const bulkDisableApps: (parameters: AppsControllerApiBulkOperationRequest & {
|
|
60
|
+
tenant?: string;
|
|
61
|
+
}, options?: Omit<Parameters<typeof _2Aee0508>[1], "throwOnError">) => Promise<{
|
|
62
|
+
[key: string]: unknown;
|
|
63
|
+
}>;
|
|
64
|
+
/**
|
|
65
|
+
* Enable existing apps
|
|
66
|
+
*/
|
|
67
|
+
declare const bulkEnableApps: (parameters: AppsControllerApiBulkOperationRequest & {
|
|
68
|
+
tenant?: string;
|
|
69
|
+
}, options?: Omit<Parameters<typeof _0250C96B9>[1], "throwOnError">) => Promise<{
|
|
70
|
+
[key: string]: unknown;
|
|
71
|
+
}>;
|
|
72
|
+
/**
|
|
73
|
+
* Export apps as a ZIP archive of YAML sources.
|
|
74
|
+
*/
|
|
75
|
+
declare const bulkExportApps: (parameters: AppsControllerApiBulkOperationRequest & {
|
|
76
|
+
tenant?: string;
|
|
77
|
+
}, options?: Omit<Parameters<typeof _7692D6F8>[1], "throwOnError">) => Promise<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Import apps as a ZIP archive of yaml sources or a multi-objects YAML file.
|
|
80
|
+
* When sending a Yaml that contains one or more apps, a list of index is returned.
|
|
81
|
+
* When sending a ZIP archive, a list of files that couldn't be imported is returned.
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
declare const bulkImportApps: (parameters?: Omit<Parameters<typeof _017382997>[0], "tenant"> & {
|
|
85
|
+
tenant?: string;
|
|
86
|
+
}, options?: Omit<Parameters<typeof _017382997>[1], "throwOnError">) => Promise<AppsControllerApiBulkImportResponse>;
|
|
87
|
+
/**
|
|
88
|
+
* Search for apps
|
|
89
|
+
*/
|
|
90
|
+
declare const searchApps: (parameters?: Omit<Parameters<typeof _02A616Fc6>[0], "tenant"> & {
|
|
91
|
+
tenant?: string;
|
|
92
|
+
}, options?: Omit<Parameters<typeof _02A616Fc6>[1], "throwOnError">) => Promise<PagedResultsAppsControllerApiApp>;
|
|
93
|
+
/**
|
|
94
|
+
* Get all the app tags
|
|
95
|
+
*/
|
|
96
|
+
declare const listTags: (parameters?: Omit<Parameters<typeof _5034D9D7>[0], "tenant"> & {
|
|
97
|
+
tenant?: string;
|
|
98
|
+
}, options?: Omit<Parameters<typeof _5034D9D7>[1], "throwOnError">) => Promise<AppsControllerApiAppTags>;
|
|
99
|
+
/**
|
|
100
|
+
* Get file meta information from an app execution
|
|
101
|
+
*/
|
|
102
|
+
declare const fileMetaFromAppExecution: (parameters: Omit<Parameters<typeof _5F5A0682>[0], "tenant"> & {
|
|
103
|
+
tenant?: string;
|
|
104
|
+
}, options?: Omit<Parameters<typeof _5F5A0682>[1], "throwOnError">) => Promise<FileMetas>;
|
|
105
|
+
/**
|
|
106
|
+
* Get file preview from an app execution
|
|
107
|
+
*/
|
|
108
|
+
declare const filePreviewFromAppExecution: (parameters: Omit<Parameters<typeof _6214D18d>[0], "tenant"> & {
|
|
109
|
+
tenant?: string;
|
|
110
|
+
}, options?: Omit<Parameters<typeof _6214D18d>[1], "throwOnError">) => Promise<{
|
|
111
|
+
[key: string]: unknown;
|
|
112
|
+
}>;
|
|
113
|
+
/**
|
|
114
|
+
* Get an event stream from a given app.
|
|
115
|
+
*/
|
|
116
|
+
declare const streamEventsFromApp: (parameters: Omit<Parameters<typeof _3B58Db1e>[0], "tenant"> & {
|
|
117
|
+
tenant?: string;
|
|
118
|
+
}, options?: Omit<Parameters<typeof _3B58Db1e>[1], "throwOnError">) => Promise<ServerSentEventsResult<StreamEventsFromAppResponses, unknown>>;
|
|
119
|
+
/**
|
|
120
|
+
* Download logs for an app execution
|
|
121
|
+
*/
|
|
122
|
+
declare const logsFromAppExecution: (parameters: Omit<Parameters<typeof _06A967170>[0], "tenant"> & {
|
|
123
|
+
tenant?: string;
|
|
124
|
+
}, options?: Omit<Parameters<typeof _06A967170>[1], "throwOnError">) => Promise<Blob | File>;
|
|
125
|
+
/**
|
|
126
|
+
* Delete an existing app
|
|
127
|
+
*/
|
|
128
|
+
declare const deleteApp: (parameters: Omit<Parameters<typeof _01561E78a>[0], "tenant"> & {
|
|
129
|
+
tenant?: string;
|
|
130
|
+
}, options?: Omit<Parameters<typeof _01561E78a>[1], "throwOnError">) => Promise<{
|
|
131
|
+
[key: string]: unknown;
|
|
132
|
+
}>;
|
|
133
|
+
/**
|
|
134
|
+
* Retrieve an app
|
|
135
|
+
*/
|
|
136
|
+
declare const app: (parameters: Omit<Parameters<typeof _17A21>[0], "tenant"> & {
|
|
137
|
+
tenant?: string;
|
|
138
|
+
}, options?: Omit<Parameters<typeof _17A21>[1], "throwOnError">) => Promise<AppsControllerApiAppSource>;
|
|
139
|
+
/**
|
|
140
|
+
* Update an existing app
|
|
141
|
+
*/
|
|
142
|
+
declare const updateApp: (parameters: Omit<Parameters<typeof _0742Ed768>[0], "tenant"> & {
|
|
143
|
+
tenant?: string;
|
|
144
|
+
}, options?: Omit<Parameters<typeof _0742Ed768>[1], "throwOnError">) => Promise<AppsControllerApiAppSource>;
|
|
145
|
+
/**
|
|
146
|
+
* Disable the app.
|
|
147
|
+
*/
|
|
148
|
+
declare const disableApp: (parameters: Omit<Parameters<typeof _0607Ee9E7>[0], "tenant"> & {
|
|
149
|
+
tenant?: string;
|
|
150
|
+
}, options?: Omit<Parameters<typeof _0607Ee9E7>[1], "throwOnError">) => Promise<AppsControllerApiApp>;
|
|
151
|
+
/**
|
|
152
|
+
* Enable the app.
|
|
153
|
+
*/
|
|
154
|
+
declare const enableApp: (parameters: Omit<Parameters<typeof _025A6B662>[0], "tenant"> & {
|
|
155
|
+
tenant?: string;
|
|
156
|
+
}, options?: Omit<Parameters<typeof _025A6B662>[1], "throwOnError">) => Promise<AppsControllerApiApp>;
|
|
157
|
+
//#endregion
|
|
158
|
+
//#region src/openapi/sdk/ks-Assets.gen.d.ts
|
|
159
|
+
/**
|
|
160
|
+
* Create a new asset
|
|
161
|
+
*/
|
|
162
|
+
declare const createAsset: (parameters?: Omit<Parameters<typeof _01F1268Ac>[0], "tenant"> & {
|
|
163
|
+
tenant?: string;
|
|
164
|
+
}, options?: Omit<Parameters<typeof _01F1268Ac>[1], "throwOnError">) => Promise<AssetsControllerApiAsset>;
|
|
165
|
+
/**
|
|
166
|
+
* Delete assets by asset ids
|
|
167
|
+
*/
|
|
168
|
+
declare const deleteAssetsByIds: (parameters?: Omit<Parameters<typeof _07B84118d>[0], "tenant"> & {
|
|
169
|
+
tenant?: string;
|
|
170
|
+
}, options?: Omit<Parameters<typeof _07B84118d>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
171
|
+
/**
|
|
172
|
+
* Delete assets by query
|
|
173
|
+
*/
|
|
174
|
+
declare const deleteAssetsByQuery: (parameters?: Omit<Parameters<typeof _55B26Dc3>[0], "tenant"> & {
|
|
175
|
+
tenant?: string;
|
|
176
|
+
}, options?: Omit<Parameters<typeof _55B26Dc3>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
177
|
+
/**
|
|
178
|
+
* Delete asset lineage events by query, hard-delete (purge) only
|
|
179
|
+
*/
|
|
180
|
+
declare const deleteAssetLineageEventsByQuery: (parameters?: Omit<Parameters<typeof _735A5032>[0], "tenant"> & {
|
|
181
|
+
tenant?: string;
|
|
182
|
+
}, options?: Omit<Parameters<typeof _735A5032>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
183
|
+
/**
|
|
184
|
+
* Search for asset lineage events
|
|
185
|
+
*/
|
|
186
|
+
declare const searchAssetLineageEvents: (parameters?: Omit<Parameters<typeof _1C95E03c>[0], "tenant"> & {
|
|
187
|
+
tenant?: string;
|
|
188
|
+
}, options?: Omit<Parameters<typeof _1C95E03c>[1], "throwOnError">) => Promise<PagedResultsAssetsControllerApiAssetLineageEvent>;
|
|
189
|
+
/**
|
|
190
|
+
* Search for assets
|
|
191
|
+
*/
|
|
192
|
+
declare const searchAssets: (parameters?: Omit<Parameters<typeof _0179918B5>[0], "tenant"> & {
|
|
193
|
+
tenant?: string;
|
|
194
|
+
}, options?: Omit<Parameters<typeof _0179918B5>[1], "throwOnError">) => Promise<PagedResultsAssetsControllerApiAsset>;
|
|
195
|
+
/**
|
|
196
|
+
* Delete asset usages by query, hard-delete (purge) only
|
|
197
|
+
*/
|
|
198
|
+
declare const deleteAssetUsagesByQuery: (parameters?: Omit<Parameters<typeof _03765E0A6>[0], "tenant"> & {
|
|
199
|
+
tenant?: string;
|
|
200
|
+
}, options?: Omit<Parameters<typeof _03765E0A6>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
201
|
+
/**
|
|
202
|
+
* Search for asset usages
|
|
203
|
+
*/
|
|
204
|
+
declare const searchAssetUsages: (parameters?: Omit<Parameters<typeof _015E23Cc6>[0], "tenant"> & {
|
|
205
|
+
tenant?: string;
|
|
206
|
+
}, options?: Omit<Parameters<typeof _015E23Cc6>[1], "throwOnError">) => Promise<PagedResultsAssetsControllerApiAssetUsage>;
|
|
207
|
+
/**
|
|
208
|
+
* Delete an asset
|
|
209
|
+
*/
|
|
210
|
+
declare const deleteAsset: (parameters: Omit<Parameters<typeof _04484B7Fb>[0], "tenant"> & {
|
|
211
|
+
tenant?: string;
|
|
212
|
+
}, options?: Omit<Parameters<typeof _04484B7Fb>[1], "throwOnError">) => Promise<unknown>;
|
|
213
|
+
/**
|
|
214
|
+
* Retrieve an asset
|
|
215
|
+
*/
|
|
216
|
+
declare const asset: (parameters: Omit<Parameters<typeof _58Ceaf0>[0], "tenant"> & {
|
|
217
|
+
tenant?: string;
|
|
218
|
+
}, options?: Omit<Parameters<typeof _58Ceaf0>[1], "throwOnError">) => Promise<AssetsControllerApiAsset>;
|
|
219
|
+
/**
|
|
220
|
+
* Get an asset dependencies
|
|
221
|
+
*/
|
|
222
|
+
declare const assetDependencies: (parameters: Omit<Parameters<typeof _065D9Abc7>[0], "tenant"> & {
|
|
223
|
+
tenant?: string;
|
|
224
|
+
}, options?: Omit<Parameters<typeof _065D9Abc7>[1], "throwOnError">) => Promise<AssetTopologyGraph>;
|
|
225
|
+
//#endregion
|
|
226
|
+
//#region src/openapi/sdk/ks-AuditLogs.gen.d.ts
|
|
227
|
+
declare const exportAuditLogsForAllTenants: (parameters?: Parameters<typeof _58A63A9b>[0], options?: Omit<Parameters<typeof _58A63A9b>[1], "throwOnError">) => Promise<{
|
|
228
|
+
[key: string]: unknown;
|
|
229
|
+
}[]>;
|
|
230
|
+
declare const searchAuditLogsForAllTenants: (parameters?: Parameters<typeof _757Add8f>[0], options?: Omit<Parameters<typeof _757Add8f>[1], "throwOnError">) => Promise<PagedResultsAuditLogControllerApiAuditLogItem>;
|
|
231
|
+
declare const globalResourceDiffFromAuditLog: (parameters: Parameters<typeof _330B4Ac9>[0], options?: Omit<Parameters<typeof _330B4Ac9>[1], "throwOnError">) => Promise<AuditLogControllerAuditLogDiff>;
|
|
232
|
+
/**
|
|
233
|
+
* Export all audit logs as a streamed CSV file
|
|
234
|
+
*/
|
|
235
|
+
declare const exportAuditLogs: (parameters?: Omit<Parameters<typeof _07B13992a>[0], "tenant"> & {
|
|
236
|
+
tenant?: string;
|
|
237
|
+
}, options?: Omit<Parameters<typeof _07B13992a>[1], "throwOnError">) => Promise<{
|
|
238
|
+
[key: string]: unknown;
|
|
239
|
+
}[]>;
|
|
240
|
+
/**
|
|
241
|
+
* Find a specific audit log
|
|
242
|
+
*/
|
|
243
|
+
declare const findAuditLog: (parameters: AuditLogControllerFindRequest & {
|
|
244
|
+
tenant?: string;
|
|
245
|
+
}, options?: Omit<Parameters<typeof _42E6Ce42>[1], "throwOnError">) => Promise<AuditLogControllerApiAuditLogItem>;
|
|
246
|
+
/**
|
|
247
|
+
* Find all audit logs about a specific resource.
|
|
248
|
+
*/
|
|
249
|
+
declare const listAuditLogFromResourceId: (parameters: Omit<Parameters<typeof _67B2B91a>[0], "tenant"> & {
|
|
250
|
+
tenant?: string;
|
|
251
|
+
}, options?: Omit<Parameters<typeof _67B2B91a>[1], "throwOnError">) => Promise<AuditLogControllerAuditLogOption[]>;
|
|
252
|
+
/**
|
|
253
|
+
* Search for audit logs
|
|
254
|
+
*/
|
|
255
|
+
declare const searchAuditLogs: (parameters?: Omit<Parameters<typeof _063F9F89e>[0], "tenant"> & {
|
|
256
|
+
tenant?: string;
|
|
257
|
+
}, options?: Omit<Parameters<typeof _063F9F89e>[1], "throwOnError">) => Promise<PagedResultsAuditLogControllerApiAuditLogItem>;
|
|
258
|
+
/**
|
|
259
|
+
* Retrieve the diff between audit logs
|
|
260
|
+
*/
|
|
261
|
+
declare const resourceDiffFromAuditLog: (parameters: Omit<Parameters<typeof _2Cac1C06>[0], "tenant"> & {
|
|
262
|
+
tenant?: string;
|
|
263
|
+
}, options?: Omit<Parameters<typeof _2Cac1C06>[1], "throwOnError">) => Promise<AuditLogControllerAuditLogDiff>;
|
|
264
|
+
//#endregion
|
|
265
|
+
//#region src/openapi/sdk/ks-Auths.gen.d.ts
|
|
266
|
+
declare const index: (options?: Omit<Parameters<typeof _5Fb28D2>[0], "throwOnError">) => Promise<AuthControllerAuth>;
|
|
267
|
+
declare const forgottenPassword: (parameters: Parameters<typeof _0686Bb52b>[0], options?: Omit<Parameters<typeof _0686Bb52b>[1], "throwOnError">) => Promise<{
|
|
268
|
+
[key: string]: unknown;
|
|
269
|
+
}>;
|
|
270
|
+
declare const acceptInvitation: (parameters: Parameters<typeof _3E005Ec1>[0], options?: Omit<Parameters<typeof _3E005Ec1>[1], "throwOnError">) => Promise<{
|
|
271
|
+
[key: string]: unknown;
|
|
272
|
+
}>;
|
|
273
|
+
declare const createFromInvitation: (parameters: Omit<Parameters<typeof _638062Ff>[0], "authControllerInvitationUserRequest"> & AuthControllerInvitationUserRequest, options?: Omit<Parameters<typeof _638062Ff>[1], "throwOnError">) => Promise<{
|
|
274
|
+
[key: string]: unknown;
|
|
275
|
+
}>;
|
|
276
|
+
declare const currentUser: (options?: Omit<Parameters<typeof _23D6B8E4>[0], "throwOnError">) => Promise<MeControllerApiMe>;
|
|
277
|
+
/**
|
|
278
|
+
* Update authenticated user details
|
|
279
|
+
*/
|
|
280
|
+
declare const patchCurrentUser: (parameters: MeControllerApiUserDetailsRequest, options?: Omit<Parameters<typeof _07753C84>[1], "throwOnError">) => Promise<MeControllerApiMe>;
|
|
281
|
+
declare const listApiTokensForCurrentUser: (options?: Omit<Parameters<typeof _0B6464Af>[0], "throwOnError">) => Promise<ApiTokenList>;
|
|
282
|
+
/**
|
|
283
|
+
* Create API token for the authenticated user
|
|
284
|
+
*/
|
|
285
|
+
declare const createApiTokenForCurrentUser: (parameters: CreateApiTokenRequest, options?: Omit<Parameters<typeof _03Ab0B9Aa>[1], "throwOnError">) => Promise<CreateApiTokenResponse>;
|
|
286
|
+
declare const deleteApiTokenForCurrentUser: (parameters: Parameters<typeof _0154B123b>[0], options?: Omit<Parameters<typeof _0154B123b>[1], "throwOnError">) => Promise<{
|
|
287
|
+
[key: string]: unknown;
|
|
288
|
+
}>;
|
|
289
|
+
declare const requestCode: (parameters: Parameters<typeof _4485351c>[0], options?: Omit<Parameters<typeof _4485351c>[1], "throwOnError">) => Promise<{
|
|
290
|
+
[key: string]: unknown;
|
|
291
|
+
}>;
|
|
292
|
+
/**
|
|
293
|
+
* Change a password for given token.
|
|
294
|
+
*/
|
|
295
|
+
declare const resetPassword: (parameters: AuthControllerResetPasswordRequest, options?: Omit<Parameters<typeof _017482F6>[1], "throwOnError">) => Promise<{
|
|
296
|
+
[key: string]: unknown;
|
|
297
|
+
}>;
|
|
298
|
+
declare const validatePassword: (parameters: Parameters<typeof b65C1D1>[0], options?: Omit<Parameters<typeof b65C1D1>[1], "throwOnError">) => Promise<unknown>;
|
|
299
|
+
//#endregion
|
|
300
|
+
//#region src/openapi/sdk/ks-Bindings.gen.d.ts
|
|
301
|
+
/**
|
|
302
|
+
* Create a binding
|
|
303
|
+
*/
|
|
304
|
+
declare const createBinding: (parameters: IamBindingControllerApiCreateBindingRequest & {
|
|
305
|
+
tenant?: string;
|
|
306
|
+
}, options?: Omit<Parameters<typeof _7F73D1E9>[1], "throwOnError">) => Promise<IamBindingControllerApiBindingDetail>;
|
|
307
|
+
/**
|
|
308
|
+
* Create multiple bindings
|
|
309
|
+
*/
|
|
310
|
+
declare const bulkCreateBinding: (parameters?: Omit<Parameters<typeof _07F78209>[0], "tenant"> & {
|
|
311
|
+
tenant?: string;
|
|
312
|
+
}, options?: Omit<Parameters<typeof _07F78209>[1], "throwOnError">) => Promise<IamBindingControllerApiBindingDetail[]>;
|
|
313
|
+
/**
|
|
314
|
+
* Search for bindings
|
|
315
|
+
*/
|
|
316
|
+
declare const searchBindings: (parameters?: Omit<Parameters<typeof _0476E3Baa>[0], "tenant"> & {
|
|
317
|
+
tenant?: string;
|
|
318
|
+
}, options?: Omit<Parameters<typeof _0476E3Baa>[1], "throwOnError">) => Promise<PagedResultsIamBindingControllerApiBindingDetail>;
|
|
319
|
+
/**
|
|
320
|
+
* Delete a binding
|
|
321
|
+
*/
|
|
322
|
+
declare const deleteBinding: (parameters: Omit<Parameters<typeof _012A7E5A6>[0], "tenant"> & {
|
|
323
|
+
tenant?: string;
|
|
324
|
+
}, options?: Omit<Parameters<typeof _012A7E5A6>[1], "throwOnError">) => Promise<void>;
|
|
325
|
+
/**
|
|
326
|
+
* Retrieve a binding
|
|
327
|
+
*/
|
|
328
|
+
declare const binding: (parameters: Omit<Parameters<typeof _0673517b>[0], "tenant"> & {
|
|
329
|
+
tenant?: string;
|
|
330
|
+
}, options?: Omit<Parameters<typeof _0673517b>[1], "throwOnError">) => Promise<IamBindingControllerApiBindingDetail>;
|
|
331
|
+
//#endregion
|
|
332
|
+
//#region src/openapi/sdk/ks-Blueprints.gen.d.ts
|
|
333
|
+
/**
|
|
334
|
+
* List all blueprints
|
|
335
|
+
*/
|
|
336
|
+
declare const searchBlueprints: (parameters: Omit<Parameters<typeof _04Fc707F8>[0], "tenant"> & {
|
|
337
|
+
tenant?: string;
|
|
338
|
+
}, options?: Omit<Parameters<typeof _04Fc707F8>[1], "throwOnError">) => Promise<PagedResultsBlueprintControllerApiBlueprintItem>;
|
|
339
|
+
/**
|
|
340
|
+
* Retrieve a blueprint
|
|
341
|
+
*/
|
|
342
|
+
declare const blueprint: (parameters: Omit<Parameters<typeof _7523Aa93>[0], "tenant"> & {
|
|
343
|
+
tenant?: string;
|
|
344
|
+
}, options?: Omit<Parameters<typeof _7523Aa93>[1], "throwOnError">) => Promise<BlueprintControllerApiBlueprintItemWithSource>;
|
|
345
|
+
/**
|
|
346
|
+
* Retrieve a blueprint graph
|
|
347
|
+
*/
|
|
348
|
+
declare const blueprintGraph: (parameters: Omit<Parameters<typeof _5F8Cca7b>[0], "tenant"> & {
|
|
349
|
+
tenant?: string;
|
|
350
|
+
}, options?: Omit<Parameters<typeof _5F8Cca7b>[1], "throwOnError">) => Promise<{
|
|
351
|
+
[key: string]: {
|
|
352
|
+
[key: string]: unknown;
|
|
353
|
+
};
|
|
354
|
+
}>;
|
|
355
|
+
/**
|
|
356
|
+
* Retrieve a blueprint source code
|
|
357
|
+
*/
|
|
358
|
+
declare const blueprintSource: (parameters: Omit<Parameters<typeof _0599A7B72>[0], "tenant"> & {
|
|
359
|
+
tenant?: string;
|
|
360
|
+
}, options?: Omit<Parameters<typeof _0599A7B72>[1], "throwOnError">) => Promise<string>;
|
|
361
|
+
/**
|
|
362
|
+
* List all internal blueprints
|
|
363
|
+
*/
|
|
364
|
+
declare const searchInternalBlueprints: (parameters?: Omit<Parameters<typeof _21Acaa5>[0], "tenant"> & {
|
|
365
|
+
tenant?: string;
|
|
366
|
+
}, options?: Omit<Parameters<typeof _21Acaa5>[1], "throwOnError">) => Promise<PagedResultsBlueprint>;
|
|
367
|
+
/**
|
|
368
|
+
* Create a new internal blueprint
|
|
369
|
+
*/
|
|
370
|
+
declare const createInternalBlueprints: (parameters: BlueprintControllerApiBlueprintItemWithSource & {
|
|
371
|
+
tenant?: string;
|
|
372
|
+
}, options?: Omit<Parameters<typeof _433558F9>[1], "throwOnError">) => Promise<BlueprintControllerApiBlueprintItemWithSource>;
|
|
373
|
+
/**
|
|
374
|
+
* Delete an internal blueprint
|
|
375
|
+
*/
|
|
376
|
+
declare const deleteInternalBlueprints: (parameters: Omit<Parameters<typeof _5Abe0Fe8>[0], "tenant"> & {
|
|
377
|
+
tenant?: string;
|
|
378
|
+
}, options?: Omit<Parameters<typeof _5Abe0Fe8>[1], "throwOnError">) => Promise<unknown>;
|
|
379
|
+
/**
|
|
380
|
+
* Retrieve an internal blueprint
|
|
381
|
+
*/
|
|
382
|
+
declare const internalBlueprint: (parameters: Omit<Parameters<typeof _03Ed2B7Aa>[0], "tenant"> & {
|
|
383
|
+
tenant?: string;
|
|
384
|
+
}, options?: Omit<Parameters<typeof _03Ed2B7Aa>[1], "throwOnError">) => Promise<BlueprintControllerApiFlowBlueprint>;
|
|
385
|
+
/**
|
|
386
|
+
* Update an internal blueprint
|
|
387
|
+
*/
|
|
388
|
+
declare const updateInternalBlueprints: (parameters: Omit<Parameters<typeof _01F97887a>[0], "blueprintControllerApiBlueprintItemWithSource" | "tenant"> & BlueprintControllerApiBlueprintItemWithSource & {
|
|
389
|
+
tenant?: string;
|
|
390
|
+
}, options?: Omit<Parameters<typeof _01F97887a>[1], "throwOnError">) => Promise<BlueprintWithFlowEntity>;
|
|
391
|
+
/**
|
|
392
|
+
* Retrieve an internal blueprint source code
|
|
393
|
+
*/
|
|
394
|
+
declare const internalBlueprintFlow: (parameters: Omit<Parameters<typeof _5E26A2A4>[0], "tenant"> & {
|
|
395
|
+
tenant?: string;
|
|
396
|
+
}, options?: Omit<Parameters<typeof _5E26A2A4>[1], "throwOnError">) => Promise<string>;
|
|
397
|
+
/**
|
|
398
|
+
* Retrieve an flow blueprint
|
|
399
|
+
*/
|
|
400
|
+
declare const flowBlueprint: (parameters: Omit<Parameters<typeof _51093D05>[0], "tenant"> & {
|
|
401
|
+
tenant?: string;
|
|
402
|
+
}, options?: Omit<Parameters<typeof _51093D05>[1], "throwOnError">) => Promise<BlueprintControllerApiFlowBlueprint>;
|
|
403
|
+
/**
|
|
404
|
+
* Create a Flow Blueprint
|
|
405
|
+
*/
|
|
406
|
+
declare const createFlowBlueprint: (parameters: BlueprintControllerFlowBlueprintCreateOrUpdate & {
|
|
407
|
+
tenant?: string;
|
|
408
|
+
}, options?: Omit<Parameters<typeof _04E46Ba97>[1], "throwOnError">) => Promise<BlueprintControllerApiFlowBlueprint>;
|
|
409
|
+
/**
|
|
410
|
+
* Delete an Flow Blueprint
|
|
411
|
+
*/
|
|
412
|
+
declare const deleteFlowBlueprints: (parameters: Omit<Parameters<typeof _061F11167>[0], "tenant"> & {
|
|
413
|
+
tenant?: string;
|
|
414
|
+
}, options?: Omit<Parameters<typeof _061F11167>[1], "throwOnError">) => Promise<unknown>;
|
|
415
|
+
/**
|
|
416
|
+
* Retrieve an flow blueprint
|
|
417
|
+
*/
|
|
418
|
+
declare const flowBlueprintById: (parameters: Omit<Parameters<typeof _890277>[0], "tenant"> & {
|
|
419
|
+
tenant?: string;
|
|
420
|
+
}, options?: Omit<Parameters<typeof _890277>[1], "throwOnError">) => Promise<BlueprintControllerApiFlowBlueprint>;
|
|
421
|
+
/**
|
|
422
|
+
* Update a Flow Blueprint
|
|
423
|
+
*/
|
|
424
|
+
declare const updateFlowBlueprint: (parameters: Omit<Parameters<typeof _4De682Bc>[0], "blueprintControllerFlowBlueprintCreateOrUpdate" | "tenant"> & BlueprintControllerFlowBlueprintCreateOrUpdate & {
|
|
425
|
+
tenant?: string;
|
|
426
|
+
}, options?: Omit<Parameters<typeof _4De682Bc>[1], "throwOnError">) => Promise<BlueprintControllerApiFlowBlueprint>;
|
|
427
|
+
/**
|
|
428
|
+
* Use a Flow Blueprint template to generate a Flow source
|
|
429
|
+
*/
|
|
430
|
+
declare const useBlueprintTemplate: (parameters: Omit<Parameters<typeof _05Af20E9a>[0], "blueprintControllerUseBlueprintTemplateRequest" | "tenant"> & BlueprintControllerUseBlueprintTemplateRequest & {
|
|
431
|
+
tenant?: string;
|
|
432
|
+
}, options?: Omit<Parameters<typeof _05Af20E9a>[1], "throwOnError">) => Promise<BlueprintControllerUseBlueprintTemplateResponse>;
|
|
433
|
+
//#endregion
|
|
434
|
+
//#region src/openapi/sdk/ks-BlueprintTags.gen.d.ts
|
|
435
|
+
/**
|
|
436
|
+
* List blueprint tags matching the filter
|
|
437
|
+
*/
|
|
438
|
+
declare const listBlueprintTags: (parameters: Omit<Parameters<typeof _1Aac14e>[0], "tenant"> & {
|
|
439
|
+
tenant?: string;
|
|
440
|
+
}, options?: Omit<Parameters<typeof _1Aac14e>[1], "throwOnError">) => Promise<BlueprintControllerApiBlueprintTagItem[]>;
|
|
441
|
+
/**
|
|
442
|
+
* List all internal blueprint tags
|
|
443
|
+
*/
|
|
444
|
+
declare const internalBlueprintTags: (parameters?: Omit<Parameters<typeof _5E2Cd58f>[0], "tenant"> & {
|
|
445
|
+
tenant?: string;
|
|
446
|
+
}, options?: Omit<Parameters<typeof _5E2Cd58f>[1], "throwOnError">) => Promise<string[]>;
|
|
447
|
+
//#endregion
|
|
448
|
+
//#region src/openapi/sdk/ks-Dashboards.gen.d.ts
|
|
449
|
+
/**
|
|
450
|
+
* Search for dashboards
|
|
451
|
+
*/
|
|
452
|
+
declare const searchDashboards: (parameters?: Omit<Parameters<typeof _0F4647D9>[0], "tenant"> & {
|
|
453
|
+
tenant?: string;
|
|
454
|
+
}, options?: Omit<Parameters<typeof _0F4647D9>[1], "throwOnError">) => Promise<PagedResultsDashboardControllerDashboardResponse>;
|
|
455
|
+
/**
|
|
456
|
+
* Create a dashboard from yaml source
|
|
457
|
+
*/
|
|
458
|
+
declare const createDashboard: (parameters?: Omit<Parameters<typeof _6A36C4F8>[0], "tenant"> & {
|
|
459
|
+
tenant?: string;
|
|
460
|
+
}, options?: Omit<Parameters<typeof _6A36C4F8>[1], "throwOnError">) => Promise<DashboardControllerDashboardResponse>;
|
|
461
|
+
/**
|
|
462
|
+
* Export a table chart data to CSV
|
|
463
|
+
*/
|
|
464
|
+
declare const exportChartToCsv: (parameters: DashboardControllerPreviewRequest & {
|
|
465
|
+
tenant?: string;
|
|
466
|
+
}, options?: Omit<Parameters<typeof _1E9E7721>[1], "throwOnError">) => Promise<string>;
|
|
467
|
+
/**
|
|
468
|
+
* Preview a chart data
|
|
469
|
+
*/
|
|
470
|
+
declare const previewChart: (parameters: DashboardControllerPreviewRequest & {
|
|
471
|
+
tenant?: string;
|
|
472
|
+
}, options?: Omit<Parameters<typeof _052C8Df0a>[1], "throwOnError">) => Promise<PagedResultsMapStringObject>;
|
|
473
|
+
/**
|
|
474
|
+
* Get default dashboards
|
|
475
|
+
*/
|
|
476
|
+
declare const defaultDashboards_1: (parameters?: Omit<Parameters<typeof _0431356Ce>[0], "tenant"> & {
|
|
477
|
+
tenant?: string;
|
|
478
|
+
}, options?: Omit<Parameters<typeof _0431356Ce>[1], "throwOnError">) => Promise<DashboardSettings>;
|
|
479
|
+
/**
|
|
480
|
+
* Validate dashboard from yaml source
|
|
481
|
+
*/
|
|
482
|
+
declare const validateDashboard: (parameters?: Omit<Parameters<typeof _5A2Fca1e>[0], "tenant"> & {
|
|
483
|
+
tenant?: string;
|
|
484
|
+
}, options?: Omit<Parameters<typeof _5A2Fca1e>[1], "throwOnError">) => Promise<ValidateConstraintViolation>;
|
|
485
|
+
/**
|
|
486
|
+
* Validate a chart from yaml source
|
|
487
|
+
*/
|
|
488
|
+
declare const validateChart: (parameters?: Omit<Parameters<typeof _03315F398>[0], "tenant"> & {
|
|
489
|
+
tenant?: string;
|
|
490
|
+
}, options?: Omit<Parameters<typeof _03315F398>[1], "throwOnError">) => Promise<ValidateConstraintViolation>;
|
|
491
|
+
/**
|
|
492
|
+
* Delete a dashboard
|
|
493
|
+
*/
|
|
494
|
+
declare const deleteDashboard: (parameters: Omit<Parameters<typeof _0Fd54Ad7>[0], "tenant"> & {
|
|
495
|
+
tenant?: string;
|
|
496
|
+
}, options?: Omit<Parameters<typeof _0Fd54Ad7>[1], "throwOnError">) => Promise<unknown>;
|
|
497
|
+
/**
|
|
498
|
+
* Get a dashboard
|
|
499
|
+
*/
|
|
500
|
+
declare const dashboard: (parameters: Omit<Parameters<typeof _03E75156c>[0], "tenant"> & {
|
|
501
|
+
tenant?: string;
|
|
502
|
+
}, options?: Omit<Parameters<typeof _03E75156c>[1], "throwOnError">) => Promise<DashboardControllerDashboardResponse>;
|
|
503
|
+
/**
|
|
504
|
+
* Update a dashboard
|
|
505
|
+
*/
|
|
506
|
+
declare const updateDashboard: (parameters: Omit<Parameters<typeof _965A3Cb>[0], "tenant"> & {
|
|
507
|
+
tenant?: string;
|
|
508
|
+
}, options?: Omit<Parameters<typeof _965A3Cb>[1], "throwOnError">) => Promise<DashboardControllerDashboardResponse>;
|
|
509
|
+
/**
|
|
510
|
+
* Generate a dashboard chart data
|
|
511
|
+
*/
|
|
512
|
+
declare const dashboardChartData: (parameters: Omit<Parameters<typeof _074C3078c>[0], "chartFiltersOverrides" | "tenant"> & ChartFiltersOverrides & {
|
|
513
|
+
tenant?: string;
|
|
514
|
+
}, options?: Omit<Parameters<typeof _074C3078c>[1], "throwOnError">) => Promise<PagedResultsMapStringObject>;
|
|
515
|
+
/**
|
|
516
|
+
* Export a dashboard chart data to CSV
|
|
517
|
+
*/
|
|
518
|
+
declare const exportDashboardChartDataToCSV: (parameters: Omit<Parameters<typeof _011E5C4Dd>[0], "chartFiltersOverrides" | "tenant"> & ChartFiltersOverrides & {
|
|
519
|
+
tenant?: string;
|
|
520
|
+
}, options?: Omit<Parameters<typeof _011E5C4Dd>[1], "throwOnError">) => Promise<string>;
|
|
521
|
+
//#endregion
|
|
522
|
+
//#region src/openapi/sdk/ks-Executions.gen.d.ts
|
|
523
|
+
/**
|
|
524
|
+
* Search for executions for a flow
|
|
525
|
+
*/
|
|
526
|
+
declare const searchExecutionsByFlowId: (parameters?: Omit<Parameters<typeof _06944349d>[0], "tenant"> & {
|
|
527
|
+
tenant?: string;
|
|
528
|
+
}, options?: Omit<Parameters<typeof _06944349d>[1], "throwOnError">) => Promise<PagedResultsApiLightExecution>;
|
|
529
|
+
/**
|
|
530
|
+
* Delete a list of executions
|
|
531
|
+
*/
|
|
532
|
+
declare const deleteExecutionsByIds: (parameters?: Omit<Parameters<typeof _72929E1b>[0], "tenant"> & {
|
|
533
|
+
tenant?: string;
|
|
534
|
+
}, options?: Omit<Parameters<typeof _72929E1b>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
535
|
+
/**
|
|
536
|
+
* Delete executions filter by query parameters
|
|
537
|
+
*/
|
|
538
|
+
declare const deleteExecutionsByQuery: (parameters?: Omit<Parameters<typeof _18Dbd36b>[0], "tenant"> & {
|
|
539
|
+
tenant?: string;
|
|
540
|
+
}, options?: Omit<Parameters<typeof _18Dbd36b>[1], "throwOnError">) => Promise<{
|
|
541
|
+
[key: string]: unknown;
|
|
542
|
+
}>;
|
|
543
|
+
/**
|
|
544
|
+
* Change executions state by id asynchronously
|
|
545
|
+
*/
|
|
546
|
+
declare const updateExecutionsStatusByIds: (parameters?: Omit<Parameters<typeof _010C1C295>[0], "tenant"> & {
|
|
547
|
+
tenant?: string;
|
|
548
|
+
}, options?: Omit<Parameters<typeof _010C1C295>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
549
|
+
[key: string]: unknown;
|
|
550
|
+
}>;
|
|
551
|
+
/**
|
|
552
|
+
* Change executions state by query parameters asynchronously
|
|
553
|
+
*/
|
|
554
|
+
declare const updateExecutionsStatusByQuery: (parameters?: Omit<Parameters<typeof _191Cdebb>[0], "tenant"> & {
|
|
555
|
+
tenant?: string;
|
|
556
|
+
}, options?: Omit<Parameters<typeof _191Cdebb>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
557
|
+
[key: string]: unknown;
|
|
558
|
+
}>;
|
|
559
|
+
/**
|
|
560
|
+
* Get flow information's for an execution
|
|
561
|
+
*/
|
|
562
|
+
declare const flowFromExecution: (parameters: Omit<Parameters<typeof _050C2E400>[0], "tenant"> & {
|
|
563
|
+
tenant?: string;
|
|
564
|
+
}, options?: Omit<Parameters<typeof _050C2E400>[1], "throwOnError">) => Promise<FlowForExecution>;
|
|
565
|
+
/**
|
|
566
|
+
* Force run a list of executions asynchronously
|
|
567
|
+
*/
|
|
568
|
+
declare const forceRunByIds: (parameters?: Omit<Parameters<typeof _0299Dd8Df>[0], "tenant"> & {
|
|
569
|
+
tenant?: string;
|
|
570
|
+
}, options?: Omit<Parameters<typeof _0299Dd8Df>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
571
|
+
[key: string]: unknown;
|
|
572
|
+
}>;
|
|
573
|
+
/**
|
|
574
|
+
* Force run executions filter by query parameters asynchronously
|
|
575
|
+
*/
|
|
576
|
+
declare const forceRunExecutionsByQuery: (parameters?: Omit<Parameters<typeof _380C1616>[0], "tenant"> & {
|
|
577
|
+
tenant?: string;
|
|
578
|
+
}, options?: Omit<Parameters<typeof _380C1616>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
579
|
+
[key: string]: unknown;
|
|
580
|
+
}>;
|
|
581
|
+
/**
|
|
582
|
+
* Kill a list of executions asynchronously
|
|
583
|
+
*/
|
|
584
|
+
declare const killExecutionsByIds: (parameters?: Omit<Parameters<typeof e446C08>[0], "tenant"> & {
|
|
585
|
+
tenant?: string;
|
|
586
|
+
}, options?: Omit<Parameters<typeof e446C08>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
587
|
+
[key: string]: unknown;
|
|
588
|
+
}>;
|
|
589
|
+
/**
|
|
590
|
+
* Kill executions filter by query parameters
|
|
591
|
+
*/
|
|
592
|
+
declare const killExecutionsByQuery: (parameters?: Omit<Parameters<typeof _070Ae25E8>[0], "tenant"> & {
|
|
593
|
+
tenant?: string;
|
|
594
|
+
}, options?: Omit<Parameters<typeof _070Ae25E8>[1], "throwOnError">) => Promise<{
|
|
595
|
+
[key: string]: unknown;
|
|
596
|
+
}>;
|
|
597
|
+
/**
|
|
598
|
+
* Set labels on a list of executions asynchronously
|
|
599
|
+
*/
|
|
600
|
+
declare const setLabelsOnTerminatedExecutionsByIds: (parameters: ExecutionControllerSetLabelsByIdsRequest & {
|
|
601
|
+
tenant?: string;
|
|
602
|
+
}, options?: Omit<Parameters<typeof _028Aeb63d>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
603
|
+
[key: string]: unknown;
|
|
604
|
+
}>;
|
|
605
|
+
/**
|
|
606
|
+
* Set label on executions filter by query parameters asynchronously
|
|
607
|
+
*/
|
|
608
|
+
declare const setLabelsOnTerminatedExecutionsByQuery: (parameters?: Omit<Parameters<typeof _489E3513>[0], "tenant"> & {
|
|
609
|
+
tenant?: string;
|
|
610
|
+
}, options?: Omit<Parameters<typeof _489E3513>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
611
|
+
[key: string]: unknown;
|
|
612
|
+
}>;
|
|
613
|
+
/**
|
|
614
|
+
* Get the latest execution for given flows
|
|
615
|
+
*/
|
|
616
|
+
declare const latestExecutions: (parameters?: Omit<Parameters<typeof _2B464742>[0], "tenant"> & {
|
|
617
|
+
tenant?: string;
|
|
618
|
+
}, options?: Omit<Parameters<typeof _2B464742>[1], "throwOnError">) => Promise<ExecutionControllerLastExecutionResponse[]>;
|
|
619
|
+
/**
|
|
620
|
+
* Pause a list of running executions asynchronously
|
|
621
|
+
*/
|
|
622
|
+
declare const pauseExecutionsByIds: (parameters?: Omit<Parameters<typeof _063170190>[0], "tenant"> & {
|
|
623
|
+
tenant?: string;
|
|
624
|
+
}, options?: Omit<Parameters<typeof _063170190>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
625
|
+
[key: string]: unknown;
|
|
626
|
+
}>;
|
|
627
|
+
/**
|
|
628
|
+
* Pause executions filter by query parameters asynchronously
|
|
629
|
+
*/
|
|
630
|
+
declare const pauseExecutionsByQuery: (parameters?: Omit<Parameters<typeof _71B7280>[0], "tenant"> & {
|
|
631
|
+
tenant?: string;
|
|
632
|
+
}, options?: Omit<Parameters<typeof _71B7280>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
633
|
+
[key: string]: unknown;
|
|
634
|
+
}>;
|
|
635
|
+
/**
|
|
636
|
+
* Create new executions from old ones asynchronously. Keep the flow revision
|
|
637
|
+
*/
|
|
638
|
+
declare const replayExecutionsByIds: (parameters?: Omit<Parameters<typeof _5C609C5f>[0], "tenant"> & {
|
|
639
|
+
tenant?: string;
|
|
640
|
+
}, options?: Omit<Parameters<typeof _5C609C5f>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
641
|
+
[key: string]: unknown;
|
|
642
|
+
}>;
|
|
643
|
+
/**
|
|
644
|
+
* Create new executions from old ones filter by query parameters asynchronously. Keep the flow revision
|
|
645
|
+
*/
|
|
646
|
+
declare const replayExecutionsByQuery: (parameters?: Omit<Parameters<typeof _038Dcaf51>[0], "tenant"> & {
|
|
647
|
+
tenant?: string;
|
|
648
|
+
}, options?: Omit<Parameters<typeof _038Dcaf51>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
649
|
+
[key: string]: unknown;
|
|
650
|
+
}>;
|
|
651
|
+
/**
|
|
652
|
+
* Restart a list of executions asynchronously
|
|
653
|
+
*/
|
|
654
|
+
declare const restartExecutionsByIds: (parameters?: Omit<Parameters<typeof _2D63137>[0], "tenant"> & {
|
|
655
|
+
tenant?: string;
|
|
656
|
+
}, options?: Omit<Parameters<typeof _2D63137>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
657
|
+
[key: string]: unknown;
|
|
658
|
+
}>;
|
|
659
|
+
/**
|
|
660
|
+
* Restart executions filter by query parameters asynchronously
|
|
661
|
+
*/
|
|
662
|
+
declare const restartExecutionsByQuery: (parameters?: Omit<Parameters<typeof _05978F079>[0], "tenant"> & {
|
|
663
|
+
tenant?: string;
|
|
664
|
+
}, options?: Omit<Parameters<typeof _05978F079>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
665
|
+
[key: string]: unknown;
|
|
666
|
+
}>;
|
|
667
|
+
/**
|
|
668
|
+
* Resume a list of paused executions asynchronously
|
|
669
|
+
*/
|
|
670
|
+
declare const resumeExecutionsByIds: (parameters?: Omit<Parameters<typeof _028Ee38A7>[0], "tenant"> & {
|
|
671
|
+
tenant?: string;
|
|
672
|
+
}, options?: Omit<Parameters<typeof _028Ee38A7>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
673
|
+
[key: string]: unknown;
|
|
674
|
+
}>;
|
|
675
|
+
/**
|
|
676
|
+
* Resume executions filter by query parameters asynchronously
|
|
677
|
+
*/
|
|
678
|
+
declare const resumeExecutionsByQuery: (parameters?: Omit<Parameters<typeof _5A35A529>[0], "tenant"> & {
|
|
679
|
+
tenant?: string;
|
|
680
|
+
}, options?: Omit<Parameters<typeof _5A35A529>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
681
|
+
[key: string]: unknown;
|
|
682
|
+
}>;
|
|
683
|
+
/**
|
|
684
|
+
* Search for executions
|
|
685
|
+
*/
|
|
686
|
+
declare const searchExecutions: (parameters?: Omit<Parameters<typeof _05Ef057Dd>[0], "tenant"> & {
|
|
687
|
+
tenant?: string;
|
|
688
|
+
}, options?: Omit<Parameters<typeof _05Ef057Dd>[1], "throwOnError">) => Promise<PagedResultsApiLightExecution>;
|
|
689
|
+
/**
|
|
690
|
+
* Unqueue a list of executions asynchronously
|
|
691
|
+
*/
|
|
692
|
+
declare const unqueueExecutionsByIds: (parameters?: Omit<Parameters<typeof _02D1825F2>[0], "tenant"> & {
|
|
693
|
+
tenant?: string;
|
|
694
|
+
}, options?: Omit<Parameters<typeof _02D1825F2>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
695
|
+
[key: string]: unknown;
|
|
696
|
+
}>;
|
|
697
|
+
/**
|
|
698
|
+
* Unqueue executions filter by query parameters asynchronously
|
|
699
|
+
*/
|
|
700
|
+
declare const unqueueExecutionsByQuery: (parameters?: Omit<Parameters<typeof _0472E2162>[0], "tenant"> & {
|
|
701
|
+
tenant?: string;
|
|
702
|
+
}, options?: Omit<Parameters<typeof _0472E2162>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse | {
|
|
703
|
+
[key: string]: unknown;
|
|
704
|
+
}>;
|
|
705
|
+
/**
|
|
706
|
+
* Trigger a new execution by GET webhook trigger
|
|
707
|
+
*/
|
|
708
|
+
declare const triggerExecutionByGetWebhook: (parameters: Omit<Parameters<typeof _027A6Da8>[0], "tenant"> & {
|
|
709
|
+
tenant?: string;
|
|
710
|
+
}, options?: Omit<Parameters<typeof _027A6Da8>[1], "throwOnError">) => Promise<WebhookResponse>;
|
|
711
|
+
/**
|
|
712
|
+
* Trigger a new execution by GET webhook trigger
|
|
713
|
+
*/
|
|
714
|
+
declare const triggerExecutionByGetWebhookWithPath: (parameters: Omit<Parameters<typeof _731Fd483>[0], "tenant"> & {
|
|
715
|
+
tenant?: string;
|
|
716
|
+
}, options?: Omit<Parameters<typeof _731Fd483>[1], "throwOnError">) => Promise<WebhookResponse>;
|
|
717
|
+
/**
|
|
718
|
+
* Trigger a new execution by POST webhook trigger
|
|
719
|
+
*/
|
|
720
|
+
declare const triggerExecutionByPostWebhookWithPath: (parameters: Omit<Parameters<typeof _01263C155>[0], "tenant"> & {
|
|
721
|
+
tenant?: string;
|
|
722
|
+
}, options?: Omit<Parameters<typeof _01263C155>[1], "throwOnError">) => Promise<WebhookResponse>;
|
|
723
|
+
/**
|
|
724
|
+
* Trigger a new execution by PUT webhook trigger
|
|
725
|
+
*/
|
|
726
|
+
declare const triggerExecutionByPutWebhookWithPath: (parameters: Omit<Parameters<typeof _66Dea7Aa>[0], "tenant"> & {
|
|
727
|
+
tenant?: string;
|
|
728
|
+
}, options?: Omit<Parameters<typeof _66Dea7Aa>[1], "throwOnError">) => Promise<WebhookResponse>;
|
|
729
|
+
/**
|
|
730
|
+
* Delete an execution
|
|
731
|
+
*/
|
|
732
|
+
declare const deleteExecution: (parameters: Omit<Parameters<typeof _012672A53>[0], "tenant"> & {
|
|
733
|
+
tenant?: string;
|
|
734
|
+
}, options?: Omit<Parameters<typeof _012672A53>[1], "throwOnError">) => Promise<unknown>;
|
|
735
|
+
/**
|
|
736
|
+
* Get an execution
|
|
737
|
+
*/
|
|
738
|
+
declare const execution: (parameters: Omit<Parameters<typeof _04106F4E8>[0], "tenant"> & {
|
|
739
|
+
tenant?: string;
|
|
740
|
+
}, options?: Omit<Parameters<typeof _04106F4E8>[1], "throwOnError">) => Promise<ApiExecution>;
|
|
741
|
+
/**
|
|
742
|
+
* Change the state of an execution
|
|
743
|
+
*/
|
|
744
|
+
declare const updateExecutionStatus: (parameters: Omit<Parameters<typeof _076D036Df>[0], "tenant"> & {
|
|
745
|
+
tenant?: string;
|
|
746
|
+
}, options?: Omit<Parameters<typeof _076D036Df>[1], "throwOnError">) => Promise<Execution>;
|
|
747
|
+
/**
|
|
748
|
+
* Evaluate a variable expression for this execution
|
|
749
|
+
*/
|
|
750
|
+
declare const evalExpression: (parameters: Omit<Parameters<typeof _02C81F3Ac>[0], "tenant"> & {
|
|
751
|
+
tenant?: string;
|
|
752
|
+
}, options?: Omit<Parameters<typeof _02C81F3Ac>[1], "throwOnError">) => Promise<ExecutionControllerEvalResult>;
|
|
753
|
+
/**
|
|
754
|
+
* Download file for an execution
|
|
755
|
+
*/
|
|
756
|
+
declare const downloadFileFromExecution: (parameters: Omit<Parameters<typeof _051905136>[0], "tenant"> & {
|
|
757
|
+
tenant?: string;
|
|
758
|
+
}, options?: Omit<Parameters<typeof _051905136>[1], "throwOnError">) => Promise<Blob | File>;
|
|
759
|
+
/**
|
|
760
|
+
* Get file meta information for an execution
|
|
761
|
+
*/
|
|
762
|
+
declare const fileMetadatasFromExecution: (parameters: Omit<Parameters<typeof _5C16Ae66>[0], "tenant"> & {
|
|
763
|
+
tenant?: string;
|
|
764
|
+
}, options?: Omit<Parameters<typeof _5C16Ae66>[1], "throwOnError">) => Promise<FileMetas>;
|
|
765
|
+
/**
|
|
766
|
+
* Get flow information's for an execution
|
|
767
|
+
*/
|
|
768
|
+
declare const flowFromExecutionById: (parameters: Omit<Parameters<typeof _536Eebf2>[0], "tenant"> & {
|
|
769
|
+
tenant?: string;
|
|
770
|
+
}, options?: Omit<Parameters<typeof _536Eebf2>[1], "throwOnError">) => Promise<FlowForExecution>;
|
|
771
|
+
/**
|
|
772
|
+
* Follow an execution
|
|
773
|
+
*/
|
|
774
|
+
declare const followExecution: (parameters: Omit<Parameters<typeof _011787999>[0], "tenant"> & {
|
|
775
|
+
tenant?: string;
|
|
776
|
+
}, options?: Omit<Parameters<typeof _011787999>[1], "throwOnError">) => Promise<ServerSentEventsResult<FollowExecutionResponses, unknown>>;
|
|
777
|
+
/**
|
|
778
|
+
* Follow all execution dependencies executions
|
|
779
|
+
*/
|
|
780
|
+
declare const followDependenciesExecutions: (parameters: Omit<Parameters<typeof _072B3D08b>[0], "tenant"> & {
|
|
781
|
+
tenant?: string;
|
|
782
|
+
}, options?: Omit<Parameters<typeof _072B3D08b>[1], "throwOnError">) => Promise<ServerSentEventsResult<FollowDependenciesExecutionsResponses, unknown>>;
|
|
783
|
+
/**
|
|
784
|
+
* Force run an execution
|
|
785
|
+
*/
|
|
786
|
+
declare const forceRunExecution: (parameters: Omit<Parameters<typeof _197Ff358>[0], "tenant"> & {
|
|
787
|
+
tenant?: string;
|
|
788
|
+
}, options?: Omit<Parameters<typeof _197Ff358>[1], "throwOnError">) => Promise<Execution>;
|
|
789
|
+
/**
|
|
790
|
+
* Generate a graph for an execution
|
|
791
|
+
*/
|
|
792
|
+
declare const executionFlowGraph: (parameters: Omit<Parameters<typeof _349D6C88>[0], "tenant"> & {
|
|
793
|
+
tenant?: string;
|
|
794
|
+
}, options?: Omit<Parameters<typeof _349D6C88>[1], "throwOnError">) => Promise<FlowGraph>;
|
|
795
|
+
/**
|
|
796
|
+
* Kill an execution
|
|
797
|
+
*/
|
|
798
|
+
declare const killExecution: (parameters: Omit<Parameters<typeof _0117D26A6>[0], "tenant"> & {
|
|
799
|
+
tenant?: string;
|
|
800
|
+
}, options?: Omit<Parameters<typeof _0117D26A6>[1], "throwOnError">) => Promise<Execution>;
|
|
801
|
+
/**
|
|
802
|
+
* Add or update labels of a terminated execution
|
|
803
|
+
*/
|
|
804
|
+
declare const setLabelsOnTerminatedExecution: (parameters: Omit<Parameters<typeof _03Cf4A0Ab>[0], "tenant"> & {
|
|
805
|
+
tenant?: string;
|
|
806
|
+
}, options?: Omit<Parameters<typeof _03Cf4A0Ab>[1], "throwOnError">) => Promise<Execution>;
|
|
807
|
+
/**
|
|
808
|
+
* Pause a running execution.
|
|
809
|
+
*/
|
|
810
|
+
declare const pauseExecution: (parameters: Omit<Parameters<typeof _2Eff59C2>[0], "tenant"> & {
|
|
811
|
+
tenant?: string;
|
|
812
|
+
}, options?: Omit<Parameters<typeof _2Eff59C2>[1], "throwOnError">) => Promise<Execution>;
|
|
813
|
+
/**
|
|
814
|
+
* Create a new execution from an old one and start it from a specified task run id
|
|
815
|
+
*/
|
|
816
|
+
declare const replayExecution: (parameters: Omit<Parameters<typeof _02Fbc290f>[0], "tenant"> & {
|
|
817
|
+
tenant?: string;
|
|
818
|
+
}, options?: Omit<Parameters<typeof _02Fbc290f>[1], "throwOnError">) => Promise<Execution>;
|
|
819
|
+
/**
|
|
820
|
+
* Create a new execution from an old one and start it from a specified task run id
|
|
821
|
+
*/
|
|
822
|
+
declare const replayExecutionWithinputs: (parameters: Omit<Parameters<typeof f43A000>[0], "tenant"> & {
|
|
823
|
+
tenant?: string;
|
|
824
|
+
}, options?: Omit<Parameters<typeof f43A000>[1], "throwOnError">) => Promise<Execution>;
|
|
825
|
+
/**
|
|
826
|
+
* Restart a new execution from an old one
|
|
827
|
+
*/
|
|
828
|
+
declare const restartExecution: (parameters: Omit<Parameters<typeof _06Fa01237>[0], "tenant"> & {
|
|
829
|
+
tenant?: string;
|
|
830
|
+
}, options?: Omit<Parameters<typeof _06Fa01237>[1], "throwOnError">) => Promise<Execution>;
|
|
831
|
+
/**
|
|
832
|
+
* Resume a paused execution.
|
|
833
|
+
*/
|
|
834
|
+
declare const resumeExecution: (parameters: Omit<Parameters<typeof _039F8Ba95>[0], "tenant"> & {
|
|
835
|
+
tenant?: string;
|
|
836
|
+
}, options?: Omit<Parameters<typeof _039F8Ba95>[1], "throwOnError">) => Promise<Execution>;
|
|
837
|
+
/**
|
|
838
|
+
* Change state for a taskrun in an execution
|
|
839
|
+
*/
|
|
840
|
+
declare const updateTaskRunState: (parameters: Omit<Parameters<typeof _069531B2c>[0], "executionControllerStateRequest" | "tenant"> & ExecutionControllerStateRequest & {
|
|
841
|
+
tenant?: string;
|
|
842
|
+
}, options?: Omit<Parameters<typeof _069531B2c>[1], "throwOnError">) => Promise<Execution>;
|
|
843
|
+
/**
|
|
844
|
+
* Unqueue an execution
|
|
845
|
+
*/
|
|
846
|
+
declare const unqueueExecution: (parameters: Omit<Parameters<typeof _15Bac3E0>[0], "tenant"> & {
|
|
847
|
+
tenant?: string;
|
|
848
|
+
}, options?: Omit<Parameters<typeof _15Bac3E0>[1], "throwOnError">) => Promise<Execution>;
|
|
849
|
+
/**
|
|
850
|
+
* Create a new execution for a flow
|
|
851
|
+
*/
|
|
852
|
+
declare const createExecution: (parameters: Omit<Parameters<typeof _67A4E57c>[0], "tenant"> & {
|
|
853
|
+
tenant?: string;
|
|
854
|
+
}, options?: Omit<Parameters<typeof _67A4E57c>[1], "throwOnError">) => Promise<ExecutionControllerExecutionResponse>;
|
|
855
|
+
//#endregion
|
|
856
|
+
//#region src/openapi/sdk/ks-Files.gen.d.ts
|
|
857
|
+
/**
|
|
858
|
+
* Delete a file or directory
|
|
859
|
+
*/
|
|
860
|
+
declare const deleteFileDirectory: (parameters: Omit<Parameters<typeof _07288D39a>[0], "tenant"> & {
|
|
861
|
+
tenant?: string;
|
|
862
|
+
}, options?: Omit<Parameters<typeof _07288D39a>[1], "throwOnError">) => Promise<unknown>;
|
|
863
|
+
/**
|
|
864
|
+
* Get namespace file content
|
|
865
|
+
*/
|
|
866
|
+
declare const fileContent: (parameters: Omit<Parameters<typeof _0561C0Ca3>[0], "tenant"> & {
|
|
867
|
+
tenant?: string;
|
|
868
|
+
}, options?: Omit<Parameters<typeof _0561C0Ca3>[1], "throwOnError">) => Promise<Blob | File>;
|
|
869
|
+
/**
|
|
870
|
+
* Create a file
|
|
871
|
+
*/
|
|
872
|
+
declare const createNamespaceFile: (parameters: Omit<Parameters<typeof _54C4A1Db>[0], "tenant"> & {
|
|
873
|
+
tenant?: string;
|
|
874
|
+
}, options?: Omit<Parameters<typeof _54C4A1Db>[1], "throwOnError">) => Promise<unknown>;
|
|
875
|
+
/**
|
|
876
|
+
* Move a file or directory
|
|
877
|
+
*/
|
|
878
|
+
declare const moveFileDirectory: (parameters: Omit<Parameters<typeof _7D6E2400>[0], "tenant"> & {
|
|
879
|
+
tenant?: string;
|
|
880
|
+
}, options?: Omit<Parameters<typeof _7D6E2400>[1], "throwOnError">) => Promise<unknown>;
|
|
881
|
+
/**
|
|
882
|
+
* List directory content
|
|
883
|
+
*/
|
|
884
|
+
declare const listNamespaceDirectoryFiles: (parameters: Omit<Parameters<typeof _075B6Dc39>[0], "tenant"> & {
|
|
885
|
+
tenant?: string;
|
|
886
|
+
}, options?: Omit<Parameters<typeof _075B6Dc39>[1], "throwOnError">) => Promise<FileAttributes[]>;
|
|
887
|
+
/**
|
|
888
|
+
* Create a directory
|
|
889
|
+
*/
|
|
890
|
+
declare const createNamespaceDirectory: (parameters: Omit<Parameters<typeof _5233556e>[0], "tenant"> & {
|
|
891
|
+
tenant?: string;
|
|
892
|
+
}, options?: Omit<Parameters<typeof _5233556e>[1], "throwOnError">) => Promise<unknown>;
|
|
893
|
+
/**
|
|
894
|
+
* Export namespace files as a ZIP
|
|
895
|
+
*/
|
|
896
|
+
declare const exportNamespaceFiles: (parameters: Omit<Parameters<typeof _4157Eab0>[0], "tenant"> & {
|
|
897
|
+
tenant?: string;
|
|
898
|
+
}, options?: Omit<Parameters<typeof _4157Eab0>[1], "throwOnError">) => Promise<string>;
|
|
899
|
+
/**
|
|
900
|
+
* Get namespace file revisions
|
|
901
|
+
*/
|
|
902
|
+
declare const fileRevisions: (parameters: Omit<Parameters<typeof _08E52624>[0], "tenant"> & {
|
|
903
|
+
tenant?: string;
|
|
904
|
+
}, options?: Omit<Parameters<typeof _08E52624>[1], "throwOnError">) => Promise<NamespaceFileRevision[]>;
|
|
905
|
+
/**
|
|
906
|
+
* Find files which path contain the given string in their URI
|
|
907
|
+
*/
|
|
908
|
+
declare const searchNamespaceFiles: (parameters: Omit<Parameters<typeof _057D73E5c>[0], "tenant"> & {
|
|
909
|
+
tenant?: string;
|
|
910
|
+
}, options?: Omit<Parameters<typeof _057D73E5c>[1], "throwOnError">) => Promise<string[]>;
|
|
911
|
+
/**
|
|
912
|
+
* Get namespace file stats such as size, creation & modification dates and type
|
|
913
|
+
*/
|
|
914
|
+
declare const fileMetadatas: (parameters: Omit<Parameters<typeof _066857Ef8>[0], "tenant"> & {
|
|
915
|
+
tenant?: string;
|
|
916
|
+
}, options?: Omit<Parameters<typeof _066857Ef8>[1], "throwOnError">) => Promise<FileAttributes>;
|
|
917
|
+
//#endregion
|
|
918
|
+
//#region src/openapi/sdk/ks-Flows.gen.d.ts
|
|
919
|
+
/**
|
|
920
|
+
* Search for flow concurrency limits
|
|
921
|
+
*/
|
|
922
|
+
declare const searchConcurrencyLimits: (parameters?: Omit<Parameters<typeof _1Ec18Cc3>[0], "tenant"> & {
|
|
923
|
+
tenant?: string;
|
|
924
|
+
}, options?: Omit<Parameters<typeof _1Ec18Cc3>[1], "throwOnError">) => Promise<PagedResultsConcurrencyLimit>;
|
|
925
|
+
/**
|
|
926
|
+
* Update a flow concurrency limit
|
|
927
|
+
*/
|
|
928
|
+
declare const updateConcurrencyLimit: (parameters: Omit<Parameters<typeof _06666E52f>[0], "concurrencyLimit" | "tenant"> & ConcurrencyLimit & {
|
|
929
|
+
tenant?: string;
|
|
930
|
+
}, options?: Omit<Parameters<typeof _06666E52f>[1], "throwOnError">) => Promise<ConcurrencyLimit>;
|
|
931
|
+
/**
|
|
932
|
+
* Create a flow from yaml source
|
|
933
|
+
*/
|
|
934
|
+
declare const createFlow: (parameters?: Omit<Parameters<typeof _5196384a>[0], "tenant"> & {
|
|
935
|
+
tenant?: string;
|
|
936
|
+
}, options?: Omit<Parameters<typeof _5196384a>[1], "throwOnError">) => Promise<FlowWithSource>;
|
|
937
|
+
/**
|
|
938
|
+
* Update from multiples yaml sources
|
|
939
|
+
*/
|
|
940
|
+
declare const bulkUpdateFlows: (parameters?: Omit<Parameters<typeof _0494596B6>[0], "tenant"> & {
|
|
941
|
+
tenant?: string;
|
|
942
|
+
}, options?: Omit<Parameters<typeof _0494596B6>[1], "throwOnError">) => Promise<FlowInterface[]>;
|
|
943
|
+
/**
|
|
944
|
+
* Delete flows by their IDs.
|
|
945
|
+
*/
|
|
946
|
+
declare const deleteFlowsByIds: (parameters?: Omit<Parameters<typeof _0Ec51319>[0], "tenant"> & {
|
|
947
|
+
tenant?: string;
|
|
948
|
+
}, options?: Omit<Parameters<typeof _0Ec51319>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
949
|
+
/**
|
|
950
|
+
* Delete flows returned by the query parameters.
|
|
951
|
+
*/
|
|
952
|
+
declare const deleteFlowsByQuery: (parameters?: Omit<Parameters<typeof _0715460C9>[0], "tenant"> & {
|
|
953
|
+
tenant?: string;
|
|
954
|
+
}, options?: Omit<Parameters<typeof _0715460C9>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
955
|
+
/**
|
|
956
|
+
* List flows containing deprecated tasks
|
|
957
|
+
*/
|
|
958
|
+
declare const listDeprecated: (parameters?: Omit<Parameters<typeof _1F4344F1>[0], "tenant"> & {
|
|
959
|
+
tenant?: string;
|
|
960
|
+
}, options?: Omit<Parameters<typeof _1F4344F1>[1], "throwOnError">) => Promise<FlowControllerFlowWithDeprecatedTasks[]>;
|
|
961
|
+
/**
|
|
962
|
+
* Disable flows by their IDs.
|
|
963
|
+
*/
|
|
964
|
+
declare const disableFlowsByIds: (parameters?: Omit<Parameters<typeof _7D0E1E4>[0], "tenant"> & {
|
|
965
|
+
tenant?: string;
|
|
966
|
+
}, options?: Omit<Parameters<typeof _7D0E1E4>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
967
|
+
/**
|
|
968
|
+
* Disable flows returned by the query parameters.
|
|
969
|
+
*/
|
|
970
|
+
declare const disableFlowsByQuery: (parameters?: Omit<Parameters<typeof _579848F4>[0], "tenant"> & {
|
|
971
|
+
tenant?: string;
|
|
972
|
+
}, options?: Omit<Parameters<typeof _579848F4>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
973
|
+
/**
|
|
974
|
+
* List all distinct namespaces
|
|
975
|
+
*/
|
|
976
|
+
declare const listDistinctNamespaces: (parameters?: Omit<Parameters<typeof _06B60682e>[0], "tenant"> & {
|
|
977
|
+
tenant?: string;
|
|
978
|
+
}, options?: Omit<Parameters<typeof _06B60682e>[1], "throwOnError">) => Promise<string[]>;
|
|
979
|
+
/**
|
|
980
|
+
* Enable flows by their IDs.
|
|
981
|
+
*/
|
|
982
|
+
declare const enableFlowsByIds: (parameters?: Omit<Parameters<typeof _3De59Ebf>[0], "tenant"> & {
|
|
983
|
+
tenant?: string;
|
|
984
|
+
}, options?: Omit<Parameters<typeof _3De59Ebf>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
985
|
+
/**
|
|
986
|
+
* Enable flows returned by the query parameters.
|
|
987
|
+
*/
|
|
988
|
+
declare const enableFlowsByQuery: (parameters?: Omit<Parameters<typeof _5B713B0f>[0], "tenant"> & {
|
|
989
|
+
tenant?: string;
|
|
990
|
+
}, options?: Omit<Parameters<typeof _5B713B0f>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
991
|
+
/**
|
|
992
|
+
* Export flows as a ZIP archive of yaml sources.
|
|
993
|
+
*/
|
|
994
|
+
declare const exportFlowsByIds: (parameters?: Omit<Parameters<typeof ae43B0>[0], "tenant"> & {
|
|
995
|
+
tenant?: string;
|
|
996
|
+
}, options?: Omit<Parameters<typeof ae43B0>[1], "throwOnError">) => Promise<string>;
|
|
997
|
+
/**
|
|
998
|
+
* Export flows as a ZIP archive of yaml sources.
|
|
999
|
+
*/
|
|
1000
|
+
declare const exportFlowsByQuery: (parameters?: Omit<Parameters<typeof _0715B9840>[0], "tenant"> & {
|
|
1001
|
+
tenant?: string;
|
|
1002
|
+
}, options?: Omit<Parameters<typeof _0715B9840>[1], "throwOnError">) => Promise<string>;
|
|
1003
|
+
/**
|
|
1004
|
+
* Get available Pebble expressions for a flow
|
|
1005
|
+
*/
|
|
1006
|
+
declare const expressions: (parameters?: Omit<Parameters<typeof a76C0Db>[0], "tenant"> & {
|
|
1007
|
+
tenant?: string;
|
|
1008
|
+
}, options?: Omit<Parameters<typeof a76C0Db>[1], "throwOnError">) => Promise<ExpressionContext>;
|
|
1009
|
+
/**
|
|
1010
|
+
* Generate a graph for a flow source
|
|
1011
|
+
*/
|
|
1012
|
+
declare const generateFlowGraphFromSource: (parameters?: Omit<Parameters<typeof _030B1A670>[0], "tenant"> & {
|
|
1013
|
+
tenant?: string;
|
|
1014
|
+
}, options?: Omit<Parameters<typeof _030B1A670>[1], "throwOnError">) => Promise<FlowGraph>;
|
|
1015
|
+
/**
|
|
1016
|
+
* Import flows as a ZIP archive of yaml sources or a multi-objects YAML file.
|
|
1017
|
+
* When sending a Yaml that contains one or more flows, a list of index is returned.
|
|
1018
|
+
* When sending a ZIP archive, a list of files that couldn't be imported is returned.
|
|
1019
|
+
*
|
|
1020
|
+
*/
|
|
1021
|
+
declare const importFlows: (parameters?: Omit<Parameters<typeof _562B4060>[0], "tenant"> & {
|
|
1022
|
+
tenant?: string;
|
|
1023
|
+
}, options?: Omit<Parameters<typeof _562B4060>[1], "throwOnError">) => Promise<string[]>;
|
|
1024
|
+
/**
|
|
1025
|
+
* Search for flows
|
|
1026
|
+
*/
|
|
1027
|
+
declare const searchFlows: (parameters?: Omit<Parameters<typeof _02187E7C3>[0], "tenant"> & {
|
|
1028
|
+
tenant?: string;
|
|
1029
|
+
}, options?: Omit<Parameters<typeof _02187E7C3>[1], "throwOnError">) => Promise<PagedResultsFlow>;
|
|
1030
|
+
/**
|
|
1031
|
+
* Search for flows source code
|
|
1032
|
+
*/
|
|
1033
|
+
declare const searchFlowsBySourceCode: (parameters?: Omit<Parameters<typeof _067435Ac4>[0], "tenant"> & {
|
|
1034
|
+
tenant?: string;
|
|
1035
|
+
}, options?: Omit<Parameters<typeof _067435Ac4>[1], "throwOnError">) => Promise<PagedResultsSearchResultFlow>;
|
|
1036
|
+
/**
|
|
1037
|
+
* Validate a list of flows
|
|
1038
|
+
*/
|
|
1039
|
+
declare const validateFlows: (parameters?: Omit<Parameters<typeof _032E9A671>[0], "tenant"> & {
|
|
1040
|
+
tenant?: string;
|
|
1041
|
+
}, options?: Omit<Parameters<typeof _032E9A671>[1], "throwOnError">) => Promise<ValidateConstraintViolation[]>;
|
|
1042
|
+
/**
|
|
1043
|
+
* Validate a task
|
|
1044
|
+
*/
|
|
1045
|
+
declare const validateTask: (parameters?: Omit<Parameters<typeof _407247Bb>[0], "tenant"> & {
|
|
1046
|
+
tenant?: string;
|
|
1047
|
+
}, options?: Omit<Parameters<typeof _407247Bb>[1], "throwOnError">) => Promise<ValidateConstraintViolation>;
|
|
1048
|
+
/**
|
|
1049
|
+
* Validate trigger
|
|
1050
|
+
*/
|
|
1051
|
+
declare const validateTrigger: (parameters?: Omit<Parameters<typeof _030A1703e>[0], "tenant"> & {
|
|
1052
|
+
tenant?: string;
|
|
1053
|
+
}, options?: Omit<Parameters<typeof _030A1703e>[1], "throwOnError">) => Promise<ValidateConstraintViolation>;
|
|
1054
|
+
/**
|
|
1055
|
+
* Retrieve all flows from a given namespace
|
|
1056
|
+
*/
|
|
1057
|
+
declare const listFlowsByNamespace: (parameters: Omit<Parameters<typeof _62Bef13d>[0], "tenant"> & {
|
|
1058
|
+
tenant?: string;
|
|
1059
|
+
}, options?: Omit<Parameters<typeof _62Bef13d>[1], "throwOnError">) => Promise<Flow[]>;
|
|
1060
|
+
/**
|
|
1061
|
+
* Update a complete namespace from yaml source
|
|
1062
|
+
*/
|
|
1063
|
+
declare const updateFlowsInNamespace: (parameters: Omit<Parameters<typeof _541Dca5a>[0], "tenant"> & {
|
|
1064
|
+
tenant?: string;
|
|
1065
|
+
}, options?: Omit<Parameters<typeof _541Dca5a>[1], "throwOnError">) => Promise<FlowInterface[]>;
|
|
1066
|
+
/**
|
|
1067
|
+
* Delete a flow
|
|
1068
|
+
*/
|
|
1069
|
+
declare const deleteFlow: (parameters: Omit<Parameters<typeof _69272D79>[0], "tenant"> & {
|
|
1070
|
+
tenant?: string;
|
|
1071
|
+
}, options?: Omit<Parameters<typeof _69272D79>[1], "throwOnError">) => Promise<unknown>;
|
|
1072
|
+
/**
|
|
1073
|
+
* Get a flow
|
|
1074
|
+
*/
|
|
1075
|
+
declare const flow: (parameters: Omit<Parameters<typeof _30012e>[0], "tenant"> & {
|
|
1076
|
+
tenant?: string;
|
|
1077
|
+
}, options?: Omit<Parameters<typeof _30012e>[1], "throwOnError">) => Promise<FlowWithSource>;
|
|
1078
|
+
/**
|
|
1079
|
+
* Update a flow
|
|
1080
|
+
*/
|
|
1081
|
+
declare const updateFlow: (parameters: Omit<Parameters<typeof _011A9De69>[0], "tenant"> & {
|
|
1082
|
+
tenant?: string;
|
|
1083
|
+
}, options?: Omit<Parameters<typeof _011A9De69>[1], "throwOnError">) => Promise<FlowWithSource>;
|
|
1084
|
+
/**
|
|
1085
|
+
* Get flow dependencies
|
|
1086
|
+
*/
|
|
1087
|
+
declare const flowDependencies: (parameters: Omit<Parameters<typeof _0416C0289>[0], "tenant"> & {
|
|
1088
|
+
tenant?: string;
|
|
1089
|
+
}, options?: Omit<Parameters<typeof _0416C0289>[1], "throwOnError">) => Promise<FlowTopologyGraph>;
|
|
1090
|
+
/**
|
|
1091
|
+
* Generate a graph for a flow
|
|
1092
|
+
*/
|
|
1093
|
+
declare const generateFlowGraph: (parameters: Omit<Parameters<typeof _41A7Bacb>[0], "tenant"> & {
|
|
1094
|
+
tenant?: string;
|
|
1095
|
+
}, options?: Omit<Parameters<typeof _41A7Bacb>[1], "throwOnError">) => Promise<FlowGraph>;
|
|
1096
|
+
/**
|
|
1097
|
+
* Delete revisions for a flow
|
|
1098
|
+
*/
|
|
1099
|
+
declare const deleteRevisions: (parameters: Omit<Parameters<typeof _4Cc20E8d>[0], "tenant"> & {
|
|
1100
|
+
tenant?: string;
|
|
1101
|
+
}, options?: Omit<Parameters<typeof _4Cc20E8d>[1], "throwOnError">) => Promise<unknown>;
|
|
1102
|
+
/**
|
|
1103
|
+
* Get revisions for a flow
|
|
1104
|
+
*/
|
|
1105
|
+
declare const listFlowRevisions: (parameters: Omit<Parameters<typeof _6C34C66c>[0], "tenant"> & {
|
|
1106
|
+
tenant?: string;
|
|
1107
|
+
}, options?: Omit<Parameters<typeof _6C34C66c>[1], "throwOnError">) => Promise<FlowWithSource[]>;
|
|
1108
|
+
/**
|
|
1109
|
+
* Get a flow task
|
|
1110
|
+
*/
|
|
1111
|
+
declare const taskFromFlow: (parameters: Omit<Parameters<typeof _5662Ec9d>[0], "tenant"> & {
|
|
1112
|
+
tenant?: string;
|
|
1113
|
+
}, options?: Omit<Parameters<typeof _5662Ec9d>[1], "throwOnError">) => Promise<Task>;
|
|
1114
|
+
/**
|
|
1115
|
+
* Retrieve flow dependencies
|
|
1116
|
+
*/
|
|
1117
|
+
declare const flowDependenciesFromNamespace: (parameters: Omit<Parameters<typeof _0Fe49766>[0], "tenant"> & {
|
|
1118
|
+
tenant?: string;
|
|
1119
|
+
}, options?: Omit<Parameters<typeof _0Fe49766>[1], "throwOnError">) => Promise<FlowTopologyGraph>;
|
|
1120
|
+
//#endregion
|
|
1121
|
+
//#region src/openapi/sdk/ks-Groups.gen.d.ts
|
|
1122
|
+
/**
|
|
1123
|
+
* Create a group
|
|
1124
|
+
*/
|
|
1125
|
+
declare const createGroup: (parameters: IamGroupControllerApiCreateGroupRequest & {
|
|
1126
|
+
tenant?: string;
|
|
1127
|
+
}, options?: Omit<Parameters<typeof _01Ebe5D1d>[1], "throwOnError">) => Promise<IamGroupControllerApiGroupDetail>;
|
|
1128
|
+
/**
|
|
1129
|
+
* List groups for autocomplete
|
|
1130
|
+
*/
|
|
1131
|
+
declare const autocompleteGroups: (parameters: Omit<Parameters<typeof _04E18D824>[0], "apiAutocomplete" | "tenant"> & ApiAutocomplete & {
|
|
1132
|
+
tenant?: string;
|
|
1133
|
+
}, options?: Omit<Parameters<typeof _04E18D824>[1], "throwOnError">) => Promise<ApiGroupSummary[]>;
|
|
1134
|
+
/**
|
|
1135
|
+
* List groups by ids
|
|
1136
|
+
*/
|
|
1137
|
+
declare const listGroupIds: (parameters: ApiIds & {
|
|
1138
|
+
tenant?: string;
|
|
1139
|
+
}, options?: Omit<Parameters<typeof _5Ec7Ba77>[1], "throwOnError">) => Promise<ApiGroupSummary[]>;
|
|
1140
|
+
/**
|
|
1141
|
+
* Search for groups
|
|
1142
|
+
*/
|
|
1143
|
+
declare const searchGroups: (parameters?: Omit<Parameters<typeof _0D6Bb264>[0], "tenant"> & {
|
|
1144
|
+
tenant?: string;
|
|
1145
|
+
}, options?: Omit<Parameters<typeof _0D6Bb264>[1], "throwOnError">) => Promise<PagedResultsApiGroupSummary>;
|
|
1146
|
+
/**
|
|
1147
|
+
* Delete a group
|
|
1148
|
+
*/
|
|
1149
|
+
declare const deleteGroup: (parameters: Omit<Parameters<typeof _04430Ac6c>[0], "tenant"> & {
|
|
1150
|
+
tenant?: string;
|
|
1151
|
+
}, options?: Omit<Parameters<typeof _04430Ac6c>[1], "throwOnError">) => Promise<unknown>;
|
|
1152
|
+
/**
|
|
1153
|
+
* Retrieve a group
|
|
1154
|
+
*/
|
|
1155
|
+
declare const group: (parameters: Omit<Parameters<typeof _5E0F67f>[0], "tenant"> & {
|
|
1156
|
+
tenant?: string;
|
|
1157
|
+
}, options?: Omit<Parameters<typeof _5E0F67f>[1], "throwOnError">) => Promise<IamGroupControllerApiGroupDetail>;
|
|
1158
|
+
/**
|
|
1159
|
+
* Update a group
|
|
1160
|
+
*/
|
|
1161
|
+
declare const updateGroup: (parameters: Omit<Parameters<typeof _023811Cca>[0], "iamGroupControllerApiUpdateGroupRequest" | "tenant"> & IamGroupControllerApiUpdateGroupRequest & {
|
|
1162
|
+
tenant?: string;
|
|
1163
|
+
}, options?: Omit<Parameters<typeof _023811Cca>[1], "throwOnError">) => Promise<IamGroupControllerApiGroupDetail>;
|
|
1164
|
+
/**
|
|
1165
|
+
* Search for users in a group
|
|
1166
|
+
*/
|
|
1167
|
+
declare const searchGroupMembers: (parameters: Omit<Parameters<typeof _80D6B62>[0], "tenant"> & {
|
|
1168
|
+
tenant?: string;
|
|
1169
|
+
}, options?: Omit<Parameters<typeof _80D6B62>[1], "throwOnError">) => Promise<PagedResultsIamGroupControllerApiGroupMember>;
|
|
1170
|
+
/**
|
|
1171
|
+
* Update a user's membership type in a group
|
|
1172
|
+
*/
|
|
1173
|
+
declare const setUserMembershipForGroup: (parameters: Omit<Parameters<typeof _070B4Bca7>[0], "tenant"> & {
|
|
1174
|
+
tenant?: string;
|
|
1175
|
+
}, options?: Omit<Parameters<typeof _070B4Bca7>[1], "throwOnError">) => Promise<IamGroupControllerApiGroupMember>;
|
|
1176
|
+
/**
|
|
1177
|
+
* Remove a user from a group
|
|
1178
|
+
*/
|
|
1179
|
+
declare const deleteUserFromGroup: (parameters: Omit<Parameters<typeof _666Ae97f>[0], "tenant"> & {
|
|
1180
|
+
tenant?: string;
|
|
1181
|
+
}, options?: Omit<Parameters<typeof _666Ae97f>[1], "throwOnError">) => Promise<IamGroupControllerApiGroupMember>;
|
|
1182
|
+
/**
|
|
1183
|
+
* Add a user to a group
|
|
1184
|
+
*/
|
|
1185
|
+
declare const addUserToGroup: (parameters: Omit<Parameters<typeof _0331D20E8>[0], "tenant"> & {
|
|
1186
|
+
tenant?: string;
|
|
1187
|
+
}, options?: Omit<Parameters<typeof _0331D20E8>[1], "throwOnError">) => Promise<IamGroupControllerApiGroupMember>;
|
|
1188
|
+
//#endregion
|
|
1189
|
+
//#region src/openapi/sdk/ks-Invitations.gen.d.ts
|
|
1190
|
+
declare const findAllInvitationsForCurrentUser: (options?: Omit<Parameters<typeof _6998Eead>[0], "throwOnError">) => Promise<Invitation[]>;
|
|
1191
|
+
/**
|
|
1192
|
+
* Create an invitation
|
|
1193
|
+
*/
|
|
1194
|
+
declare const createInvitation: (parameters: IamInvitationControllerApiInvitationCreateRequest & {
|
|
1195
|
+
tenant?: string;
|
|
1196
|
+
}, options?: Omit<Parameters<typeof _04Bf1164b>[1], "throwOnError">) => Promise<unknown>;
|
|
1197
|
+
/**
|
|
1198
|
+
* Retrieve all invitations for a given email
|
|
1199
|
+
*/
|
|
1200
|
+
declare const listInvitationsByEmail: (parameters: Omit<Parameters<typeof _043724297>[0], "tenant"> & {
|
|
1201
|
+
tenant?: string;
|
|
1202
|
+
}, options?: Omit<Parameters<typeof _043724297>[1], "throwOnError">) => Promise<IamInvitationControllerApiInvitationDetail[]>;
|
|
1203
|
+
/**
|
|
1204
|
+
* Search for invitations
|
|
1205
|
+
*/
|
|
1206
|
+
declare const searchInvitations: (parameters?: Omit<Parameters<typeof _3Cb22532>[0], "tenant"> & {
|
|
1207
|
+
tenant?: string;
|
|
1208
|
+
}, options?: Omit<Parameters<typeof _3Cb22532>[1], "throwOnError">) => Promise<PagedResultsIamInvitationControllerApiInvitationDetail>;
|
|
1209
|
+
/**
|
|
1210
|
+
* Delete an invitation
|
|
1211
|
+
*/
|
|
1212
|
+
declare const deleteInvitation: (parameters: Omit<Parameters<typeof _01367005c>[0], "tenant"> & {
|
|
1213
|
+
tenant?: string;
|
|
1214
|
+
}, options?: Omit<Parameters<typeof _01367005c>[1], "throwOnError">) => Promise<void>;
|
|
1215
|
+
/**
|
|
1216
|
+
* Retrieve an invitation
|
|
1217
|
+
*/
|
|
1218
|
+
declare const invitation: (parameters: Omit<Parameters<typeof _473F7799>[0], "tenant"> & {
|
|
1219
|
+
tenant?: string;
|
|
1220
|
+
}, options?: Omit<Parameters<typeof _473F7799>[1], "throwOnError">) => Promise<IamInvitationControllerApiInvitationDetail>;
|
|
1221
|
+
//#endregion
|
|
1222
|
+
//#region src/openapi/sdk/ks-Kv.gen.d.ts
|
|
1223
|
+
/**
|
|
1224
|
+
* List all keys
|
|
1225
|
+
*/
|
|
1226
|
+
declare const listAllKeys: (parameters?: Omit<Parameters<typeof _023C90349>[0], "tenant"> & {
|
|
1227
|
+
tenant?: string;
|
|
1228
|
+
}, options?: Omit<Parameters<typeof _023C90349>[1], "throwOnError">) => Promise<PagedResultsKvEntry>;
|
|
1229
|
+
/**
|
|
1230
|
+
* Bulk-delete multiple key/value pairs from the given namespace.
|
|
1231
|
+
*/
|
|
1232
|
+
declare const deleteKeyValues: (parameters: Omit<Parameters<typeof _043D2910a>[0], "kvControllerApiDeleteBulkRequest" | "tenant"> & KvControllerApiDeleteBulkRequest & {
|
|
1233
|
+
tenant?: string;
|
|
1234
|
+
}, options?: Omit<Parameters<typeof _043D2910a>[1], "throwOnError">) => Promise<KvControllerApiDeleteBulkResponse>;
|
|
1235
|
+
/**
|
|
1236
|
+
* List all keys for inherited namespaces
|
|
1237
|
+
*/
|
|
1238
|
+
declare const listKeysWithInheritence: (parameters: Omit<Parameters<typeof _057232872>[0], "tenant"> & {
|
|
1239
|
+
tenant?: string;
|
|
1240
|
+
}, options?: Omit<Parameters<typeof _057232872>[1], "throwOnError">) => Promise<KvEntry[]>;
|
|
1241
|
+
/**
|
|
1242
|
+
* Delete a key-value pair
|
|
1243
|
+
*/
|
|
1244
|
+
declare const deleteKeyValue: (parameters: Omit<Parameters<typeof _05D06Cae3>[0], "tenant"> & {
|
|
1245
|
+
tenant?: string;
|
|
1246
|
+
}, options?: Omit<Parameters<typeof _05D06Cae3>[1], "throwOnError">) => Promise<boolean>;
|
|
1247
|
+
/**
|
|
1248
|
+
* Get value for a key
|
|
1249
|
+
*/
|
|
1250
|
+
declare const keyValue: (parameters: Omit<Parameters<typeof _1D572652>[0], "tenant"> & {
|
|
1251
|
+
tenant?: string;
|
|
1252
|
+
}, options?: Omit<Parameters<typeof _1D572652>[1], "throwOnError">) => Promise<KvControllerKvDetail>;
|
|
1253
|
+
/**
|
|
1254
|
+
* Puts a key-value pair in store
|
|
1255
|
+
*/
|
|
1256
|
+
declare const setKeyValue: (parameters: Omit<Parameters<typeof _06C163B2c>[0], "tenant"> & {
|
|
1257
|
+
tenant?: string;
|
|
1258
|
+
}, options?: Omit<Parameters<typeof _06C163B2c>[1], "throwOnError">) => Promise<unknown>;
|
|
1259
|
+
//#endregion
|
|
1260
|
+
//#region src/openapi/sdk/ks-Logs.gen.d.ts
|
|
1261
|
+
/**
|
|
1262
|
+
* Search for logs
|
|
1263
|
+
*/
|
|
1264
|
+
declare const searchLogs: (parameters?: Omit<Parameters<typeof _02A5C7489>[0], "tenant"> & {
|
|
1265
|
+
tenant?: string;
|
|
1266
|
+
}, options?: Omit<Parameters<typeof _02A5C7489>[1], "throwOnError">) => Promise<PagedResultsLogEntry>;
|
|
1267
|
+
/**
|
|
1268
|
+
* Delete logs for a specific execution, taskrun or task
|
|
1269
|
+
*/
|
|
1270
|
+
declare const deleteLogsFromExecution: (parameters: Omit<Parameters<typeof _4Ca5D6B4>[0], "tenant"> & {
|
|
1271
|
+
tenant?: string;
|
|
1272
|
+
}, options?: Omit<Parameters<typeof _4Ca5D6B4>[1], "throwOnError">) => Promise<unknown>;
|
|
1273
|
+
/**
|
|
1274
|
+
* Get logs for a specific execution, taskrun or task
|
|
1275
|
+
*/
|
|
1276
|
+
declare const listLogsFromExecution: (parameters: Omit<Parameters<typeof _06C136Fdf>[0], "tenant"> & {
|
|
1277
|
+
tenant?: string;
|
|
1278
|
+
}, options?: Omit<Parameters<typeof _06C136Fdf>[1], "throwOnError">) => Promise<LogEntry[]>;
|
|
1279
|
+
/**
|
|
1280
|
+
* Download logs for a specific execution, taskrun or task
|
|
1281
|
+
*/
|
|
1282
|
+
declare const downloadLogsFromExecution: (parameters: Omit<Parameters<typeof _74Ae0977>[0], "tenant"> & {
|
|
1283
|
+
tenant?: string;
|
|
1284
|
+
}, options?: Omit<Parameters<typeof _74Ae0977>[1], "throwOnError">) => Promise<Blob | File>;
|
|
1285
|
+
/**
|
|
1286
|
+
* Delete logs for a specific execution, taskrun or task
|
|
1287
|
+
*/
|
|
1288
|
+
declare const deleteLogsFromFlow: (parameters: Omit<Parameters<typeof _21216412>[0], "tenant"> & {
|
|
1289
|
+
tenant?: string;
|
|
1290
|
+
}, options?: Omit<Parameters<typeof _21216412>[1], "throwOnError">) => Promise<unknown>;
|
|
1291
|
+
//#endregion
|
|
1292
|
+
//#region src/openapi/sdk/ks-Metrics.gen.d.ts
|
|
1293
|
+
/**
|
|
1294
|
+
* Get metrics aggregations for a specific flow
|
|
1295
|
+
*/
|
|
1296
|
+
declare const aggregateMetricsFromFlow: (parameters: Omit<Parameters<typeof _041C601E4>[0], "tenant"> & {
|
|
1297
|
+
tenant?: string;
|
|
1298
|
+
}, options?: Omit<Parameters<typeof _041C601E4>[1], "throwOnError">) => Promise<MetricAggregations>;
|
|
1299
|
+
/**
|
|
1300
|
+
* Get metrics aggregations for a specific flow
|
|
1301
|
+
*/
|
|
1302
|
+
declare const aggregateMetricsFromTask: (parameters: Omit<Parameters<typeof _041Bfcd8d>[0], "tenant"> & {
|
|
1303
|
+
tenant?: string;
|
|
1304
|
+
}, options?: Omit<Parameters<typeof _041Bfcd8d>[1], "throwOnError">) => Promise<MetricAggregations>;
|
|
1305
|
+
/**
|
|
1306
|
+
* Get metrics names for a specific flow
|
|
1307
|
+
*/
|
|
1308
|
+
declare const listFlowMetrics: (parameters: Omit<Parameters<typeof _22F15037>[0], "tenant"> & {
|
|
1309
|
+
tenant?: string;
|
|
1310
|
+
}, options?: Omit<Parameters<typeof _22F15037>[1], "throwOnError">) => Promise<string[]>;
|
|
1311
|
+
/**
|
|
1312
|
+
* Get metrics names for a specific task in a flow
|
|
1313
|
+
*/
|
|
1314
|
+
declare const listTaskMetrics: (parameters: Omit<Parameters<typeof _3Acedc00>[0], "tenant"> & {
|
|
1315
|
+
tenant?: string;
|
|
1316
|
+
}, options?: Omit<Parameters<typeof _3Acedc00>[1], "throwOnError">) => Promise<string[]>;
|
|
1317
|
+
/**
|
|
1318
|
+
* Get tasks id that have metrics for a specific flow, include deleted or renamed tasks
|
|
1319
|
+
*/
|
|
1320
|
+
declare const listTasksWithMetrics: (parameters: Omit<Parameters<typeof _64625D6d>[0], "tenant"> & {
|
|
1321
|
+
tenant?: string;
|
|
1322
|
+
}, options?: Omit<Parameters<typeof _64625D6d>[1], "throwOnError">) => Promise<string[]>;
|
|
1323
|
+
/**
|
|
1324
|
+
* Get metrics for a specific execution
|
|
1325
|
+
*/
|
|
1326
|
+
declare const searchByExecution: (parameters: Omit<Parameters<typeof _48B0B9B9>[0], "tenant"> & {
|
|
1327
|
+
tenant?: string;
|
|
1328
|
+
}, options?: Omit<Parameters<typeof _48B0B9B9>[1], "throwOnError">) => Promise<PagedResultsMetricEntry>;
|
|
1329
|
+
//#endregion
|
|
1330
|
+
//#region src/openapi/sdk/ks-Misc.gen.d.ts
|
|
1331
|
+
declare const basicAuthConfigErrors: (options?: Omit<Parameters<typeof _5Eadd763>[0], "throwOnError">) => Promise<string[]>;
|
|
1332
|
+
declare const configuration: (options?: Omit<Parameters<typeof _733374F6>[0], "throwOnError">) => Promise<MiscControllerEeConfiguration>;
|
|
1333
|
+
declare const licenseInfo: (options?: Omit<Parameters<typeof _0263Aab71>[0], "throwOnError">) => Promise<MiscControllerLicenseInfo>;
|
|
1334
|
+
declare const mainTenantFlows: (options?: Omit<Parameters<typeof _033Ccd4Fe>[0], "throwOnError">) => Promise<boolean>;
|
|
1335
|
+
declare const expressionFilters: (options?: Omit<Parameters<typeof _34380E43>[0], "throwOnError">) => Promise<string[]>;
|
|
1336
|
+
declare const expressionFunctions: (options?: Omit<Parameters<typeof _3294Ffe3>[0], "throwOnError">) => Promise<PebbleFunction[]>;
|
|
1337
|
+
declare const setupConfiguration: (options?: Omit<Parameters<typeof _02437E287>[0], "throwOnError">) => Promise<SetupConfiguration>;
|
|
1338
|
+
declare const supportDebugInfo: (options?: Omit<Parameters<typeof _50Eb0692>[0], "throwOnError">) => Promise<SupportDebugInfo>;
|
|
1339
|
+
/**
|
|
1340
|
+
* Forward support ticket to configured registry proxy
|
|
1341
|
+
*/
|
|
1342
|
+
declare const forwardSupportTicket: (parameters: Parameters<typeof _2C5384F6>[0], options?: Omit<Parameters<typeof _2C5384F6>[1], "throwOnError">) => Promise<{
|
|
1343
|
+
[key: string]: unknown;
|
|
1344
|
+
}>;
|
|
1345
|
+
/**
|
|
1346
|
+
* Retrieve list of actions
|
|
1347
|
+
*/
|
|
1348
|
+
declare const listActions: (parameters?: Omit<Parameters<typeof _032A61D81>[0], "tenant"> & {
|
|
1349
|
+
tenant?: string;
|
|
1350
|
+
}, options?: Omit<Parameters<typeof _032A61D81>[1], "throwOnError">) => Promise<Action[]>;
|
|
1351
|
+
declare const generate: (parameters?: Omit<Parameters<typeof _6Be81575>[0], "tenant"> & {
|
|
1352
|
+
tenant?: string;
|
|
1353
|
+
}, options?: Omit<Parameters<typeof _6Be81575>[1], "throwOnError">) => Promise<string>;
|
|
1354
|
+
/**
|
|
1355
|
+
* Retrieve instance usage information
|
|
1356
|
+
*/
|
|
1357
|
+
declare const usages: (parameters?: Omit<Parameters<typeof _031D6C90e>[0], "tenant"> & {
|
|
1358
|
+
tenant?: string;
|
|
1359
|
+
}, options?: Omit<Parameters<typeof _031D6C90e>[1], "throwOnError">) => Promise<UsageEe>;
|
|
1360
|
+
//#endregion
|
|
1361
|
+
//#region src/openapi/sdk/ks-Namespaces.gen.d.ts
|
|
1362
|
+
/**
|
|
1363
|
+
* Create a namespace
|
|
1364
|
+
*/
|
|
1365
|
+
declare const createNamespace: (parameters: Namespace & {
|
|
1366
|
+
tenant?: string;
|
|
1367
|
+
}, options?: Omit<Parameters<typeof _0Cb0D041>[1], "throwOnError">) => Promise<Namespace>;
|
|
1368
|
+
/**
|
|
1369
|
+
* List namespaces for autocomplete
|
|
1370
|
+
*/
|
|
1371
|
+
declare const autocompleteNamespaces: (parameters: ApiAutocomplete & {
|
|
1372
|
+
tenant?: string;
|
|
1373
|
+
}, options?: Omit<Parameters<typeof _548A6080>[1], "throwOnError">) => Promise<string[]>;
|
|
1374
|
+
/**
|
|
1375
|
+
* Search for namespaces
|
|
1376
|
+
*/
|
|
1377
|
+
declare const searchNamespaces: (parameters?: Omit<Parameters<typeof _0755159C0>[0], "tenant"> & {
|
|
1378
|
+
tenant?: string;
|
|
1379
|
+
}, options?: Omit<Parameters<typeof _0755159C0>[1], "throwOnError">) => Promise<PagedResultsNamespace>;
|
|
1380
|
+
/**
|
|
1381
|
+
* Delete a namespace
|
|
1382
|
+
*/
|
|
1383
|
+
declare const deleteNamespace: (parameters: Omit<Parameters<typeof _79431Ff0>[0], "tenant"> & {
|
|
1384
|
+
tenant?: string;
|
|
1385
|
+
}, options?: Omit<Parameters<typeof _79431Ff0>[1], "throwOnError">) => Promise<void>;
|
|
1386
|
+
/**
|
|
1387
|
+
* Get a namespace
|
|
1388
|
+
*/
|
|
1389
|
+
declare const namespace_: (parameters: Omit<Parameters<typeof _4Aa3555b>[0], "tenant"> & {
|
|
1390
|
+
tenant?: string;
|
|
1391
|
+
}, options?: Omit<Parameters<typeof _4Aa3555b>[1], "throwOnError">) => Promise<Namespace>;
|
|
1392
|
+
/**
|
|
1393
|
+
* Update a namespace
|
|
1394
|
+
*/
|
|
1395
|
+
declare const updateNamespace: (parameters: Omit<Parameters<typeof _06D81F16e>[0], "namespace" | "tenant"> & Namespace & {
|
|
1396
|
+
tenant?: string;
|
|
1397
|
+
}, options?: Omit<Parameters<typeof _06D81F16e>[1], "throwOnError">) => Promise<Namespace>;
|
|
1398
|
+
/**
|
|
1399
|
+
* List inherited plugin defaults
|
|
1400
|
+
*/
|
|
1401
|
+
declare const inheritedPluginDefaults: (parameters: Omit<Parameters<typeof _4A4Df41f>[0], "tenant"> & {
|
|
1402
|
+
tenant?: string;
|
|
1403
|
+
}, options?: Omit<Parameters<typeof _4A4Df41f>[1], "throwOnError">) => Promise<NamespaceControllerApiInheritedPluginDefaultFromNamespace[]>;
|
|
1404
|
+
/**
|
|
1405
|
+
* List inherited variables
|
|
1406
|
+
*/
|
|
1407
|
+
declare const inheritedVariables: (parameters: Omit<Parameters<typeof _01De71843>[0], "tenant"> & {
|
|
1408
|
+
tenant?: string;
|
|
1409
|
+
}, options?: Omit<Parameters<typeof _01De71843>[1], "throwOnError">) => Promise<{
|
|
1410
|
+
[key: string]: {
|
|
1411
|
+
[key: string]: unknown;
|
|
1412
|
+
};
|
|
1413
|
+
}>;
|
|
1414
|
+
/**
|
|
1415
|
+
* Export this namespace plugin defaults
|
|
1416
|
+
*/
|
|
1417
|
+
declare const exportPluginDefaults: (parameters: Omit<Parameters<typeof _05Edac887>[0], "tenant"> & {
|
|
1418
|
+
tenant?: string;
|
|
1419
|
+
}, options?: Omit<Parameters<typeof _05Edac887>[1], "throwOnError">) => Promise<string>;
|
|
1420
|
+
/**
|
|
1421
|
+
* Import plugin defaults in this namespace
|
|
1422
|
+
*/
|
|
1423
|
+
declare const importPluginDefaults: (parameters: Omit<Parameters<typeof _695A5Daa>[0], "tenant"> & {
|
|
1424
|
+
tenant?: string;
|
|
1425
|
+
}, options?: Omit<Parameters<typeof _695A5Daa>[1], "throwOnError">) => Promise<string[]>;
|
|
1426
|
+
/**
|
|
1427
|
+
* List inherited secrets
|
|
1428
|
+
*/
|
|
1429
|
+
declare const inheritedSecrets: (parameters: Omit<Parameters<typeof _18B3Cb89>[0], "tenant"> & {
|
|
1430
|
+
tenant?: string;
|
|
1431
|
+
}, options?: Omit<Parameters<typeof _18B3Cb89>[1], "throwOnError">) => Promise<{
|
|
1432
|
+
[key: string]: string[];
|
|
1433
|
+
}>;
|
|
1434
|
+
/**
|
|
1435
|
+
* Update secrets for a namespace
|
|
1436
|
+
*/
|
|
1437
|
+
declare const putSecrets: (parameters: Omit<Parameters<typeof _071E8524c>[0], "apiSecretValue" | "tenant"> & ApiSecretValue & {
|
|
1438
|
+
tenant?: string;
|
|
1439
|
+
}, options?: Omit<Parameters<typeof _071E8524c>[1], "throwOnError">) => Promise<ApiSecretMetaEe[]>;
|
|
1440
|
+
/**
|
|
1441
|
+
* Delete a secret for a namespace
|
|
1442
|
+
*/
|
|
1443
|
+
declare const deleteSecret: (parameters: Omit<Parameters<typeof _02E276Bc5>[0], "tenant"> & {
|
|
1444
|
+
tenant?: string;
|
|
1445
|
+
}, options?: Omit<Parameters<typeof _02E276Bc5>[1], "throwOnError">) => Promise<unknown>;
|
|
1446
|
+
/**
|
|
1447
|
+
* Patch a secret metadata for a namespace
|
|
1448
|
+
*/
|
|
1449
|
+
declare const patchSecret: (parameters: Omit<Parameters<typeof _1Fe10518>[0], "apiSecretMetaEe" | "tenant"> & ApiSecretMetaEe & {
|
|
1450
|
+
tenant?: string;
|
|
1451
|
+
}, options?: Omit<Parameters<typeof _1Fe10518>[1], "throwOnError">) => Promise<ApiSecretMetaEe[]>;
|
|
1452
|
+
//#endregion
|
|
1453
|
+
//#region src/openapi/sdk/ks-Outputs.gen.d.ts
|
|
1454
|
+
/**
|
|
1455
|
+
* Get task run outputs
|
|
1456
|
+
*/
|
|
1457
|
+
declare const taskOutputsInformation: (parameters: Omit<Parameters<typeof _667F809f>[0], "tenant"> & {
|
|
1458
|
+
tenant?: string;
|
|
1459
|
+
}, options?: Omit<Parameters<typeof _667F809f>[1], "throwOnError">) => Promise<OutputControllerTaskOutputInformation[]>;
|
|
1460
|
+
/**
|
|
1461
|
+
* Get task run outputs
|
|
1462
|
+
*/
|
|
1463
|
+
declare const taskRunOutputs: (parameters: Omit<Parameters<typeof _2F61B1Ec>[0], "tenant"> & {
|
|
1464
|
+
tenant?: string;
|
|
1465
|
+
}, options?: Omit<Parameters<typeof _2F61B1Ec>[1], "throwOnError">) => Promise<{
|
|
1466
|
+
[key: string]: {
|
|
1467
|
+
[key: string]: unknown;
|
|
1468
|
+
};
|
|
1469
|
+
}>;
|
|
1470
|
+
//#endregion
|
|
1471
|
+
//#region src/openapi/sdk/ks-Plugins.gen.d.ts
|
|
1472
|
+
declare const listVersionedPlugin: (parameters: Parameters<typeof _04B060Ef4>[0], options?: Omit<Parameters<typeof _04B060Ef4>[1], "throwOnError">) => Promise<PagedResultsInstanceControllerApiPluginArtifact>;
|
|
1473
|
+
declare const listAvailableVersionedPlugins: (options?: Omit<Parameters<typeof _59325214>[0], "throwOnError">) => Promise<{
|
|
1474
|
+
[key: string]: unknown;
|
|
1475
|
+
}>;
|
|
1476
|
+
declare const listAvailableVersionedPluginsForSecretManager: (options?: Omit<Parameters<typeof _07Ae22D38>[0], "throwOnError">) => Promise<{
|
|
1477
|
+
[key: string]: unknown;
|
|
1478
|
+
}>;
|
|
1479
|
+
declare const listAvailableVersionedPluginsForStorage: (options?: Omit<Parameters<typeof _30C1Aea6>[0], "throwOnError">) => Promise<{
|
|
1480
|
+
[key: string]: unknown;
|
|
1481
|
+
}>;
|
|
1482
|
+
/**
|
|
1483
|
+
* Install specified plugin artifacts
|
|
1484
|
+
*/
|
|
1485
|
+
declare const installVersionedPlugins: (parameters: InstanceControllerApiPluginListRequest, options?: Omit<Parameters<typeof _046C7F41c>[1], "throwOnError">) => Promise<InstanceControllerApiPluginArtifactListPluginArtifact>;
|
|
1486
|
+
/**
|
|
1487
|
+
* Resolve versions for specified plugin artifacts
|
|
1488
|
+
*/
|
|
1489
|
+
declare const resolveVersionedPlugins: (parameters: InstanceControllerApiPluginListRequest, options?: Omit<Parameters<typeof _6379A635>[1], "throwOnError">) => Promise<InstanceControllerApiPluginArtifactListPluginResolutionResult>;
|
|
1490
|
+
/**
|
|
1491
|
+
* Uninstall plugin artifacts
|
|
1492
|
+
*/
|
|
1493
|
+
declare const uninstallVersionedPlugins: (parameters: InstanceControllerApiPluginListRequest, options?: Omit<Parameters<typeof _6Bf6A12b>[1], "throwOnError">) => Promise<InstanceControllerApiPluginArtifactListPluginArtifact>;
|
|
1494
|
+
/**
|
|
1495
|
+
* Upload a plugin artifact JAR file
|
|
1496
|
+
*/
|
|
1497
|
+
declare const uploadVersionedPlugins: (parameters: Parameters<typeof _0229397B6>[0], options?: Omit<Parameters<typeof _0229397B6>[1], "throwOnError">) => Promise<PluginArtifact>;
|
|
1498
|
+
declare const versionedPluginDetails: (parameters: Parameters<typeof _8D0A158>[0], options?: Omit<Parameters<typeof _8D0A158>[1], "throwOnError">) => Promise<InstanceControllerApiPluginVersions>;
|
|
1499
|
+
declare const versionedPluginDetailsFromVersion: (parameters: Parameters<typeof _2F38C956>[0], options?: Omit<Parameters<typeof _2F38C956>[1], "throwOnError">) => Promise<InstanceControllerApiPluginVersionDetails>;
|
|
1500
|
+
declare const listPlugins: (options?: Omit<Parameters<typeof _09Bfeede>[0], "throwOnError">) => Promise<Plugin[]>;
|
|
1501
|
+
declare const pluginBySubgroups: (options?: Omit<Parameters<typeof _01C6847B6>[0], "throwOnError">) => Promise<Plugin[]>;
|
|
1502
|
+
declare const pluginIcons: (options?: Omit<Parameters<typeof _34407Ba7>[0], "throwOnError">) => Promise<{
|
|
1503
|
+
[key: string]: PluginIcon;
|
|
1504
|
+
}>;
|
|
1505
|
+
declare const pluginGroupIcons: (options?: Omit<Parameters<typeof _052623492>[0], "throwOnError">) => Promise<{
|
|
1506
|
+
[key: string]: PluginIcon;
|
|
1507
|
+
}>;
|
|
1508
|
+
declare const allInputTypes: (options?: Omit<Parameters<typeof _37F2Df50>[0], "throwOnError">) => Promise<InputType[]>;
|
|
1509
|
+
declare const schemaFromInputType: (parameters: Parameters<typeof _17875579>[0], options?: Omit<Parameters<typeof _17875579>[1], "throwOnError">) => Promise<DocumentationWithSchema>;
|
|
1510
|
+
declare const pluginUiManifest: (parameters: Parameters<typeof _01C500B8a>[0], options?: Omit<Parameters<typeof _01C500B8a>[1], "throwOnError">) => Promise<PluginUiManifest>;
|
|
1511
|
+
declare const propertiesFromType: (parameters: Parameters<typeof _05Fc2Bba9>[0], options?: Omit<Parameters<typeof _05Fc2Bba9>[1], "throwOnError">) => Promise<{
|
|
1512
|
+
[key: string]: {
|
|
1513
|
+
[key: string]: unknown;
|
|
1514
|
+
};
|
|
1515
|
+
}>;
|
|
1516
|
+
declare const schemasFromType: (parameters: Parameters<typeof _011Bcf8Ea>[0], options?: Omit<Parameters<typeof _011Bcf8Ea>[1], "throwOnError">) => Promise<{
|
|
1517
|
+
[key: string]: {
|
|
1518
|
+
[key: string]: unknown;
|
|
1519
|
+
};
|
|
1520
|
+
}>;
|
|
1521
|
+
declare const pluginDocumentation: (parameters: Parameters<typeof _020Ed1B9>[0], options?: Omit<Parameters<typeof _020Ed1B9>[1], "throwOnError">) => Promise<DocumentationWithSchema>;
|
|
1522
|
+
declare const pluginVersions: (parameters: Parameters<typeof _51936Eee>[0], options?: Omit<Parameters<typeof _51936Eee>[1], "throwOnError">) => Promise<PluginControllerApiPluginVersions>;
|
|
1523
|
+
declare const pluginDocumentationFromVersion: (parameters: Parameters<typeof _1B622107>[0], options?: Omit<Parameters<typeof _1B622107>[1], "throwOnError">) => Promise<DocumentationWithSchema>;
|
|
1524
|
+
declare const pluginUi: (parameters: Parameters<typeof _06Ed786D9>[0], options?: Omit<Parameters<typeof _06Ed786D9>[1], "throwOnError">) => Promise<Blob | File>;
|
|
1525
|
+
//#endregion
|
|
1526
|
+
//#region src/openapi/sdk/ks-Roles.gen.d.ts
|
|
1527
|
+
/**
|
|
1528
|
+
* Create a role
|
|
1529
|
+
*/
|
|
1530
|
+
declare const createRole: (parameters: IamRoleControllerApiRoleCreateOrUpdateRequest & {
|
|
1531
|
+
tenant?: string;
|
|
1532
|
+
}, options?: Omit<Parameters<typeof _519Bb792>[1], "throwOnError">) => Promise<IamRoleControllerApiRoleDetail>;
|
|
1533
|
+
/**
|
|
1534
|
+
* List roles for autocomplete
|
|
1535
|
+
*/
|
|
1536
|
+
declare const autocompleteRoles: (parameters: ApiAutocomplete & {
|
|
1537
|
+
tenant?: string;
|
|
1538
|
+
}, options?: Omit<Parameters<typeof _58Eb5Fb5>[1], "throwOnError">) => Promise<ApiRoleSummary[]>;
|
|
1539
|
+
/**
|
|
1540
|
+
* List roles by ids
|
|
1541
|
+
*/
|
|
1542
|
+
declare const listRolesFromGivenIds: (parameters: ApiIds & {
|
|
1543
|
+
tenant?: string;
|
|
1544
|
+
}, options?: Omit<Parameters<typeof _5C889A24>[1], "throwOnError">) => Promise<Role[]>;
|
|
1545
|
+
/**
|
|
1546
|
+
* Search for roles
|
|
1547
|
+
*/
|
|
1548
|
+
declare const searchRoles: (parameters?: Omit<Parameters<typeof _020Dd7E0b>[0], "tenant"> & {
|
|
1549
|
+
tenant?: string;
|
|
1550
|
+
}, options?: Omit<Parameters<typeof _020Dd7E0b>[1], "throwOnError">) => Promise<PagedResultsApiRoleSummary>;
|
|
1551
|
+
/**
|
|
1552
|
+
* Delete a role
|
|
1553
|
+
*/
|
|
1554
|
+
declare const deleteRole: (parameters: Omit<Parameters<typeof _692Cacc1>[0], "tenant"> & {
|
|
1555
|
+
tenant?: string;
|
|
1556
|
+
}, options?: Omit<Parameters<typeof _692Cacc1>[1], "throwOnError">) => Promise<void>;
|
|
1557
|
+
/**
|
|
1558
|
+
* Retrieve a role
|
|
1559
|
+
*/
|
|
1560
|
+
declare const role: (parameters: Omit<Parameters<typeof _358076>[0], "tenant"> & {
|
|
1561
|
+
tenant?: string;
|
|
1562
|
+
}, options?: Omit<Parameters<typeof _358076>[1], "throwOnError">) => Promise<IamRoleControllerApiRoleDetail>;
|
|
1563
|
+
/**
|
|
1564
|
+
* Update a role
|
|
1565
|
+
*/
|
|
1566
|
+
declare const updateRole: (parameters: Omit<Parameters<typeof _011A45F21>[0], "iamRoleControllerApiRoleCreateOrUpdateRequest" | "tenant"> & IamRoleControllerApiRoleCreateOrUpdateRequest & {
|
|
1567
|
+
tenant?: string;
|
|
1568
|
+
}, options?: Omit<Parameters<typeof _011A45F21>[1], "throwOnError">) => Promise<IamRoleControllerApiRoleDetail>;
|
|
1569
|
+
//#endregion
|
|
1570
|
+
//#region src/openapi/sdk/ks-ScimConfiguration.gen.d.ts
|
|
1571
|
+
declare const allResourceTypes: (parameters: Omit<Parameters<typeof _13D120Ea>[0], "tenant"> & {
|
|
1572
|
+
tenant?: string;
|
|
1573
|
+
}, options?: Omit<Parameters<typeof _13D120Ea>[1], "throwOnError">) => Promise<ResourceType1[]>;
|
|
1574
|
+
declare const resourceType: (parameters: Omit<Parameters<typeof _016E8Ef98>[0], "tenant"> & {
|
|
1575
|
+
tenant?: string;
|
|
1576
|
+
}, options?: Omit<Parameters<typeof _016E8Ef98>[1], "throwOnError">) => Promise<ResourceType1>;
|
|
1577
|
+
declare const allSchemas: (parameters: Omit<Parameters<typeof _03Ad049Ef>[0], "tenant"> & {
|
|
1578
|
+
tenant?: string;
|
|
1579
|
+
}, options?: Omit<Parameters<typeof _03Ad049Ef>[1], "throwOnError">) => Promise<Schema[]>;
|
|
1580
|
+
declare const schema: (parameters: Omit<Parameters<typeof _0361Eca5f>[0], "tenant"> & {
|
|
1581
|
+
tenant?: string;
|
|
1582
|
+
}, options?: Omit<Parameters<typeof _0361Eca5f>[1], "throwOnError">) => Promise<Schema>;
|
|
1583
|
+
declare const serviceProviderConfiguration: (parameters: Omit<Parameters<typeof _684Bcad0>[0], "tenant"> & {
|
|
1584
|
+
tenant?: string;
|
|
1585
|
+
}, options?: Omit<Parameters<typeof _684Bcad0>[1], "throwOnError">) => Promise<ServiceProviderConfiguration>;
|
|
1586
|
+
//#endregion
|
|
1587
|
+
//#region src/openapi/sdk/ks-Secrets.gen.d.ts
|
|
1588
|
+
/**
|
|
1589
|
+
* Search secrets of all namespaces
|
|
1590
|
+
*/
|
|
1591
|
+
declare const listSecrets: (parameters?: Omit<Parameters<typeof _077F7Debb>[0], "tenant"> & {
|
|
1592
|
+
tenant?: string;
|
|
1593
|
+
}, options?: Omit<Parameters<typeof _077F7Debb>[1], "throwOnError">) => Promise<ApiSecretListResponseApiSecretMeta>;
|
|
1594
|
+
//#endregion
|
|
1595
|
+
//#region src/openapi/sdk/ks-SecurityIntegrations.gen.d.ts
|
|
1596
|
+
/**
|
|
1597
|
+
* List all security integrations
|
|
1598
|
+
*/
|
|
1599
|
+
declare const listSecurityIntegrations: (parameters?: Omit<Parameters<typeof _0391165C3>[0], "tenant"> & {
|
|
1600
|
+
tenant?: string;
|
|
1601
|
+
}, options?: Omit<Parameters<typeof _0391165C3>[1], "throwOnError">) => Promise<{
|
|
1602
|
+
[key: string]: unknown;
|
|
1603
|
+
}>;
|
|
1604
|
+
/**
|
|
1605
|
+
* Create a security integration
|
|
1606
|
+
*/
|
|
1607
|
+
declare const createSecurityIntegration: (parameters: CreateSecurityIntegrationRequest & {
|
|
1608
|
+
tenant?: string;
|
|
1609
|
+
}, options?: Omit<Parameters<typeof _3945Cbd8>[1], "throwOnError">) => Promise<{
|
|
1610
|
+
[key: string]: unknown;
|
|
1611
|
+
}>;
|
|
1612
|
+
/**
|
|
1613
|
+
* Retrieve security integrations filtered by Filters
|
|
1614
|
+
*/
|
|
1615
|
+
declare const searchSecurityIntegration: (parameters?: Omit<Parameters<typeof _570E8Fac>[0], "tenant"> & {
|
|
1616
|
+
tenant?: string;
|
|
1617
|
+
}, options?: Omit<Parameters<typeof _570E8Fac>[1], "throwOnError">) => Promise<PagedResultsSecurityIntegration>;
|
|
1618
|
+
/**
|
|
1619
|
+
* Delete a security integration
|
|
1620
|
+
*/
|
|
1621
|
+
declare const deleteSecurityIntegration: (parameters: Omit<Parameters<typeof _12D3F2C9>[0], "tenant"> & {
|
|
1622
|
+
tenant?: string;
|
|
1623
|
+
}, options?: Omit<Parameters<typeof _12D3F2C9>[1], "throwOnError">) => Promise<{
|
|
1624
|
+
[key: string]: unknown;
|
|
1625
|
+
}>;
|
|
1626
|
+
/**
|
|
1627
|
+
* Retrieve a security integration
|
|
1628
|
+
*/
|
|
1629
|
+
declare const securityIntegration: (parameters: Omit<Parameters<typeof _40Cc9E74>[0], "tenant"> & {
|
|
1630
|
+
tenant?: string;
|
|
1631
|
+
}, options?: Omit<Parameters<typeof _40Cc9E74>[1], "throwOnError">) => Promise<{
|
|
1632
|
+
[key: string]: unknown;
|
|
1633
|
+
}>;
|
|
1634
|
+
/**
|
|
1635
|
+
* Disable a security integration
|
|
1636
|
+
*/
|
|
1637
|
+
declare const disableSecurityIntegration: (parameters: Omit<Parameters<typeof _454A6c>[0], "tenant"> & {
|
|
1638
|
+
tenant?: string;
|
|
1639
|
+
}, options?: Omit<Parameters<typeof _454A6c>[1], "throwOnError">) => Promise<{
|
|
1640
|
+
[key: string]: unknown;
|
|
1641
|
+
}>;
|
|
1642
|
+
/**
|
|
1643
|
+
* Enable a security integration
|
|
1644
|
+
*/
|
|
1645
|
+
declare const enableSecurityIntegration: (parameters: Omit<Parameters<typeof _4A97D3F1>[0], "tenant"> & {
|
|
1646
|
+
tenant?: string;
|
|
1647
|
+
}, options?: Omit<Parameters<typeof _4A97D3F1>[1], "throwOnError">) => Promise<{
|
|
1648
|
+
[key: string]: unknown;
|
|
1649
|
+
}>;
|
|
1650
|
+
//#endregion
|
|
1651
|
+
//#region src/openapi/sdk/ks-ServiceAccount.gen.d.ts
|
|
1652
|
+
declare const listServiceAccounts: (parameters: Parameters<typeof _64A9593d>[0], options?: Omit<Parameters<typeof _64A9593d>[1], "throwOnError">) => Promise<PagedResultsIamServiceAccountControllerApiServiceAccountDetail>;
|
|
1653
|
+
/**
|
|
1654
|
+
* Create a service account
|
|
1655
|
+
*/
|
|
1656
|
+
declare const createServiceAccount: (parameters: IamServiceAccountControllerApiCreateServiceAccountRequest, options?: Omit<Parameters<typeof _0A5Ca62c>[1], "throwOnError">) => Promise<IamServiceAccountControllerApiServiceAccountDetail>;
|
|
1657
|
+
declare const deleteServiceAccount: (parameters: Parameters<typeof e42E043>[0], options?: Omit<Parameters<typeof e42E043>[1], "throwOnError">) => Promise<void>;
|
|
1658
|
+
declare const serviceAccount: (parameters: Parameters<typeof _405255B8>[0], options?: Omit<Parameters<typeof _405255B8>[1], "throwOnError">) => Promise<IamServiceAccountControllerApiServiceAccountDetail>;
|
|
1659
|
+
/**
|
|
1660
|
+
* Update service account details
|
|
1661
|
+
*/
|
|
1662
|
+
declare const patchServiceAccountDetails: (parameters: Omit<Parameters<typeof _27B78202>[0], "iamServiceAccountControllerApiPatchServiceAccountRequest"> & IamServiceAccountControllerApiPatchServiceAccountRequest, options?: Omit<Parameters<typeof _27B78202>[1], "throwOnError">) => Promise<IamServiceAccountControllerApiServiceAccountDetail>;
|
|
1663
|
+
declare const listApiTokensForServiceAccount: (parameters: Parameters<typeof _010043Fd5>[0], options?: Omit<Parameters<typeof _010043Fd5>[1], "throwOnError">) => Promise<{
|
|
1664
|
+
[key: string]: unknown;
|
|
1665
|
+
}>;
|
|
1666
|
+
/**
|
|
1667
|
+
* Create new API Token for a specific service account
|
|
1668
|
+
*/
|
|
1669
|
+
declare const createApiTokensForServiceAccount: (parameters: Omit<Parameters<typeof _3026D709>[0], "createApiTokenRequest"> & CreateApiTokenRequest, options?: Omit<Parameters<typeof _3026D709>[1], "throwOnError">) => Promise<{
|
|
1670
|
+
[key: string]: unknown;
|
|
1671
|
+
}>;
|
|
1672
|
+
declare const deleteApiTokenForServiceAccount: (parameters: Parameters<typeof _0434216C9>[0], options?: Omit<Parameters<typeof _0434216C9>[1], "throwOnError">) => Promise<{
|
|
1673
|
+
[key: string]: unknown;
|
|
1674
|
+
}>;
|
|
1675
|
+
/**
|
|
1676
|
+
* Update service account superadmin privileges
|
|
1677
|
+
*/
|
|
1678
|
+
declare const patchServiceAccountSuperAdmin: (parameters: Omit<Parameters<typeof _0465C8F2c>[0], "apiPatchSuperAdminRequest"> & ApiPatchSuperAdminRequest, options?: Omit<Parameters<typeof _0465C8F2c>[1], "throwOnError">) => Promise<unknown>;
|
|
1679
|
+
/**
|
|
1680
|
+
* Create a service account for the given tenant
|
|
1681
|
+
*/
|
|
1682
|
+
declare const createServiceAccountForTenant: (parameters: IamServiceAccountControllerApiServiceAccountRequest & {
|
|
1683
|
+
tenant?: string;
|
|
1684
|
+
}, options?: Omit<Parameters<typeof _3Fdb7B5f>[1], "throwOnError">) => Promise<IamServiceAccountControllerApiServiceAccountResponse>;
|
|
1685
|
+
/**
|
|
1686
|
+
* Delete a service account
|
|
1687
|
+
*/
|
|
1688
|
+
declare const deleteServiceAccountForTenant: (parameters: Omit<Parameters<typeof _038D53E30>[0], "tenant"> & {
|
|
1689
|
+
tenant?: string;
|
|
1690
|
+
}, options?: Omit<Parameters<typeof _038D53E30>[1], "throwOnError">) => Promise<unknown>;
|
|
1691
|
+
/**
|
|
1692
|
+
* Retrieve a service account
|
|
1693
|
+
*/
|
|
1694
|
+
declare const serviceAccountForTenant: (parameters: Omit<Parameters<typeof _053C06005>[0], "tenant"> & {
|
|
1695
|
+
tenant?: string;
|
|
1696
|
+
}, options?: Omit<Parameters<typeof _053C06005>[1], "throwOnError">) => Promise<IamServiceAccountControllerApiServiceAccountResponse>;
|
|
1697
|
+
/**
|
|
1698
|
+
* Update a user service account
|
|
1699
|
+
*/
|
|
1700
|
+
declare const updateServiceAccount: (parameters: Omit<Parameters<typeof _020E2391f>[0], "iamServiceAccountControllerApiServiceAccountRequest" | "tenant"> & IamServiceAccountControllerApiServiceAccountRequest & {
|
|
1701
|
+
tenant?: string;
|
|
1702
|
+
}, options?: Omit<Parameters<typeof _020E2391f>[1], "throwOnError">) => Promise<IamServiceAccountControllerApiServiceAccountResponse>;
|
|
1703
|
+
/**
|
|
1704
|
+
* List API tokens for a specific service account
|
|
1705
|
+
*/
|
|
1706
|
+
declare const listApiTokensForServiceAccountWithTenant: (parameters: Omit<Parameters<typeof _0B990465>[0], "tenant"> & {
|
|
1707
|
+
tenant?: string;
|
|
1708
|
+
}, options?: Omit<Parameters<typeof _0B990465>[1], "throwOnError">) => Promise<{
|
|
1709
|
+
[key: string]: unknown;
|
|
1710
|
+
}>;
|
|
1711
|
+
/**
|
|
1712
|
+
* Create new API Token for a specific service account
|
|
1713
|
+
*/
|
|
1714
|
+
declare const createApiTokensForServiceAccountWithTenant: (parameters: Omit<Parameters<typeof _8194F9>[0], "createApiTokenRequest" | "tenant"> & CreateApiTokenRequest & {
|
|
1715
|
+
tenant?: string;
|
|
1716
|
+
}, options?: Omit<Parameters<typeof _8194F9>[1], "throwOnError">) => Promise<{
|
|
1717
|
+
[key: string]: unknown;
|
|
1718
|
+
}>;
|
|
1719
|
+
/**
|
|
1720
|
+
* Delete an API Token for specific service account and token id
|
|
1721
|
+
*/
|
|
1722
|
+
declare const deleteApiTokenForServiceAccountWithTenant: (parameters: Omit<Parameters<typeof _02Dfdba59>[0], "tenant"> & {
|
|
1723
|
+
tenant?: string;
|
|
1724
|
+
}, options?: Omit<Parameters<typeof _02Dfdba59>[1], "throwOnError">) => Promise<{
|
|
1725
|
+
[key: string]: unknown;
|
|
1726
|
+
}>;
|
|
1727
|
+
//#endregion
|
|
1728
|
+
//#region src/openapi/sdk/ks-Services.gen.d.ts
|
|
1729
|
+
declare const metrics: (parameters: Parameters<typeof _38F8C0C3>[0], options?: Omit<Parameters<typeof _38F8C0C3>[1], "throwOnError">) => Promise<Metric[]>;
|
|
1730
|
+
declare const activeServices: (options?: Omit<Parameters<typeof _03115727c>[0], "throwOnError">) => Promise<InstanceControllerApiActiveServiceList>;
|
|
1731
|
+
declare const searchServices: (parameters: Parameters<typeof _02D424Dda>[0], options?: Omit<Parameters<typeof _02D424Dda>[1], "throwOnError">) => Promise<PagedResultsInstanceControllerApiServiceInstance>;
|
|
1732
|
+
declare const service: (parameters: Parameters<typeof _7643C6B5>[0], options?: Omit<Parameters<typeof _7643C6B5>[1], "throwOnError">) => Promise<ServiceInstance>;
|
|
1733
|
+
//#endregion
|
|
1734
|
+
//#region src/openapi/sdk/ks-TenantAccess.gen.d.ts
|
|
1735
|
+
/**
|
|
1736
|
+
* Retrieve users belonging to the tenant
|
|
1737
|
+
*/
|
|
1738
|
+
declare const listTenantAccess: (parameters?: Omit<Parameters<typeof _82Aea6c>[0], "tenant"> & {
|
|
1739
|
+
tenant?: string;
|
|
1740
|
+
}, options?: Omit<Parameters<typeof _82Aea6c>[1], "throwOnError">) => Promise<PagedResultsIamTenantAccessControllerApiUserTenantAccess>;
|
|
1741
|
+
/**
|
|
1742
|
+
* Create tenant access for a user
|
|
1743
|
+
*/
|
|
1744
|
+
declare const createTenantAccess: (parameters: IamTenantAccessControllerApiCreateTenantAccessRequest & {
|
|
1745
|
+
tenant?: string;
|
|
1746
|
+
}, options?: Omit<Parameters<typeof _0196Dc236>[1], "throwOnError">) => Promise<void>;
|
|
1747
|
+
/**
|
|
1748
|
+
* Delete tenant access for a user
|
|
1749
|
+
*/
|
|
1750
|
+
declare const deleteTenantAccess: (parameters: Omit<Parameters<typeof _24Ee93F9>[0], "tenant"> & {
|
|
1751
|
+
tenant?: string;
|
|
1752
|
+
}, options?: Omit<Parameters<typeof _24Ee93F9>[1], "throwOnError">) => Promise<void>;
|
|
1753
|
+
/**
|
|
1754
|
+
* Retrieve tenant access for a user
|
|
1755
|
+
*/
|
|
1756
|
+
declare const tenantAccess: (parameters: Omit<Parameters<typeof _6Fd6E2Ae>[0], "tenant"> & {
|
|
1757
|
+
tenant?: string;
|
|
1758
|
+
}, options?: Omit<Parameters<typeof _6Fd6E2Ae>[1], "throwOnError">) => Promise<IamTenantAccessControllerApiTenantAccess>;
|
|
1759
|
+
/**
|
|
1760
|
+
* Create tenant access for a user
|
|
1761
|
+
*/
|
|
1762
|
+
declare const createTenantAccess_1: (parameters: Omit<Parameters<typeof _075060104>[0], "tenant"> & {
|
|
1763
|
+
tenant?: string;
|
|
1764
|
+
}, options?: Omit<Parameters<typeof _075060104>[1], "throwOnError">) => Promise<unknown>;
|
|
1765
|
+
//#endregion
|
|
1766
|
+
//#region src/openapi/sdk/ks-Tenants.gen.d.ts
|
|
1767
|
+
/**
|
|
1768
|
+
* Create a tenant
|
|
1769
|
+
*/
|
|
1770
|
+
declare const create_1: (parameters: Tenant, options?: Omit<Parameters<typeof _6C815Dae>[1], "throwOnError">) => Promise<Tenant>;
|
|
1771
|
+
declare const find: (parameters?: Parameters<typeof _2Ff5B9>[0], options?: Omit<Parameters<typeof _2Ff5B9>[1], "throwOnError">) => Promise<PagedResultsTenant>;
|
|
1772
|
+
declare const delete_2: (parameters: Parameters<typeof _30Dbd29e>[0], options?: Omit<Parameters<typeof _30Dbd29e>[1], "throwOnError">) => Promise<void>;
|
|
1773
|
+
declare const get_2: (parameters: Parameters<typeof _5Db1D89>[0], options?: Omit<Parameters<typeof _5Db1D89>[1], "throwOnError">) => Promise<Tenant>;
|
|
1774
|
+
/**
|
|
1775
|
+
* Update a tenant
|
|
1776
|
+
*/
|
|
1777
|
+
declare const update: (parameters: Omit<Parameters<typeof _031Ffc737>[0], "tenant"> & Tenant, options?: Omit<Parameters<typeof _031Ffc737>[1], "throwOnError">) => Promise<Tenant>;
|
|
1778
|
+
declare const appsCatalogConfig: (parameters: Parameters<typeof _0425Af897>[0], options?: Omit<Parameters<typeof _0425Af897>[1], "throwOnError">) => Promise<TenantControllerAppsCatalogConfigResponse>;
|
|
1779
|
+
/**
|
|
1780
|
+
* Set the apps catalog config for the specified tenant.
|
|
1781
|
+
*/
|
|
1782
|
+
declare const setAppsCatalogConfig: (parameters: Omit<Parameters<typeof _0139064D9>[0], "tenantControllerAppsCatalogConfigRequest"> & TenantControllerAppsCatalogConfigRequest, options?: Omit<Parameters<typeof _0139064D9>[1], "throwOnError">) => Promise<TenantControllerAppsCatalogConfigResponse>;
|
|
1783
|
+
declare const deleteAppsCatalogLogo: (parameters: Parameters<typeof _03D361199>[0], options?: Omit<Parameters<typeof _03D361199>[1], "throwOnError">) => Promise<unknown>;
|
|
1784
|
+
/**
|
|
1785
|
+
* Set the apps catalog logo for the specified tenant.
|
|
1786
|
+
*/
|
|
1787
|
+
declare const setAppsCatalogLogo: (parameters: Parameters<typeof _0121E6D30>[0], options?: Omit<Parameters<typeof _0121E6D30>[1], "throwOnError">) => Promise<TenantControllerAppsCatalogConfigResponse>;
|
|
1788
|
+
/**
|
|
1789
|
+
* Set a tenant logo
|
|
1790
|
+
*/
|
|
1791
|
+
declare const setLogo: (parameters: Parameters<typeof _764Cf52d>[0], options?: Omit<Parameters<typeof _764Cf52d>[1], "throwOnError">) => Promise<ApiTenant>;
|
|
1792
|
+
declare const defaultDashboards: (parameters: Parameters<typeof _07D8A0280>[0], options?: Omit<Parameters<typeof _07D8A0280>[1], "throwOnError">) => Promise<DashboardSettings>;
|
|
1793
|
+
/**
|
|
1794
|
+
* Update default dashboards for the entire tenant
|
|
1795
|
+
*/
|
|
1796
|
+
declare const setTenantDefaultDashboards: (parameters: Omit<Parameters<typeof _05Bfd34Cc>[0], "tenantControllerSetTenantDefaultDashboardsRequest"> & TenantControllerSetTenantDefaultDashboardsRequest, options?: Omit<Parameters<typeof _05Bfd34Cc>[1], "throwOnError">) => Promise<DashboardSettings>;
|
|
1797
|
+
/**
|
|
1798
|
+
* Get tenant dependencies
|
|
1799
|
+
*/
|
|
1800
|
+
declare const flowDependenciesFromTenant: (parameters?: Omit<Parameters<typeof _161Cb5Cb>[0], "tenant"> & {
|
|
1801
|
+
tenant?: string;
|
|
1802
|
+
}, options?: Omit<Parameters<typeof _161Cb5Cb>[1], "throwOnError">) => Promise<FlowTopologyGraph>;
|
|
1803
|
+
//#endregion
|
|
1804
|
+
//#region src/openapi/sdk/ks-TestSuites.gen.d.ts
|
|
1805
|
+
/**
|
|
1806
|
+
* Create a test from YAML source
|
|
1807
|
+
*/
|
|
1808
|
+
declare const createTestSuite: (parameters?: Omit<Parameters<typeof _61Ac07Ea>[0], "tenant"> & {
|
|
1809
|
+
tenant?: string;
|
|
1810
|
+
}, options?: Omit<Parameters<typeof _61Ac07Ea>[1], "throwOnError">) => Promise<TestSuite>;
|
|
1811
|
+
/**
|
|
1812
|
+
* Delete multiple tests by id
|
|
1813
|
+
*/
|
|
1814
|
+
declare const deleteTestSuitesByIds: (parameters: TestSuiteControllerTestSuiteBulkRequest & {
|
|
1815
|
+
tenant?: string;
|
|
1816
|
+
}, options?: Omit<Parameters<typeof _025Da49F7>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
1817
|
+
/**
|
|
1818
|
+
* Disable multiple tests by id
|
|
1819
|
+
*/
|
|
1820
|
+
declare const disableTestSuitesByIds: (parameters: TestSuiteControllerTestSuiteBulkRequest & {
|
|
1821
|
+
tenant?: string;
|
|
1822
|
+
}, options?: Omit<Parameters<typeof _0591Da8D4>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
1823
|
+
/**
|
|
1824
|
+
* Enable multiple tests by id
|
|
1825
|
+
*/
|
|
1826
|
+
declare const enableTestSuitesByIds: (parameters: TestSuiteControllerTestSuiteBulkRequest & {
|
|
1827
|
+
tenant?: string;
|
|
1828
|
+
}, options?: Omit<Parameters<typeof _62186B31>[1], "throwOnError">) => Promise<BulkResponse>;
|
|
1829
|
+
/**
|
|
1830
|
+
* Search for tests results
|
|
1831
|
+
*/
|
|
1832
|
+
declare const searchTestSuitesResults: (parameters?: Omit<Parameters<typeof _4D1D22C1>[0], "tenant"> & {
|
|
1833
|
+
tenant?: string;
|
|
1834
|
+
}, options?: Omit<Parameters<typeof _4D1D22C1>[1], "throwOnError">) => Promise<PagedResultsTestSuiteRunResult>;
|
|
1835
|
+
/**
|
|
1836
|
+
* Get tests last result
|
|
1837
|
+
*/
|
|
1838
|
+
declare const testsLastResult: (parameters: TestSuiteControllerSearchTestsLastResult & {
|
|
1839
|
+
tenant?: string;
|
|
1840
|
+
}, options?: Omit<Parameters<typeof _3Fec3354>[1], "throwOnError">) => Promise<TestSuiteControllerTestsLastResultResponse>;
|
|
1841
|
+
/**
|
|
1842
|
+
* Get a test result
|
|
1843
|
+
*/
|
|
1844
|
+
declare const testResult: (parameters: Omit<Parameters<typeof _6473C34f>[0], "tenant"> & {
|
|
1845
|
+
tenant?: string;
|
|
1846
|
+
}, options?: Omit<Parameters<typeof _6473C34f>[1], "throwOnError">) => Promise<TestSuiteRunResult>;
|
|
1847
|
+
/**
|
|
1848
|
+
* Run multiple TestSuites by query
|
|
1849
|
+
*/
|
|
1850
|
+
declare const runTestSuitesByQuery: (parameters: TestSuiteServiceRunByQueryRequest & {
|
|
1851
|
+
tenant?: string;
|
|
1852
|
+
}, options?: Omit<Parameters<typeof _361Cef9>[1], "throwOnError">) => Promise<TestSuiteServiceTestRunByQueryResult>;
|
|
1853
|
+
/**
|
|
1854
|
+
* Search for tests
|
|
1855
|
+
*/
|
|
1856
|
+
declare const searchTestSuites: (parameters?: Omit<Parameters<typeof _018132C8b>[0], "tenant"> & {
|
|
1857
|
+
tenant?: string;
|
|
1858
|
+
}, options?: Omit<Parameters<typeof _018132C8b>[1], "throwOnError">) => Promise<PagedResultsTestSuite>;
|
|
1859
|
+
/**
|
|
1860
|
+
* Validate a test
|
|
1861
|
+
*/
|
|
1862
|
+
declare const validateTestSuite: (parameters?: Omit<Parameters<typeof _51A50D10>[0], "tenant"> & {
|
|
1863
|
+
tenant?: string;
|
|
1864
|
+
}, options?: Omit<Parameters<typeof _51A50D10>[1], "throwOnError">) => Promise<ValidateConstraintViolation>;
|
|
1865
|
+
/**
|
|
1866
|
+
* Delete a test
|
|
1867
|
+
*/
|
|
1868
|
+
declare const deleteTestSuite: (parameters: Omit<Parameters<typeof _0186007E5>[0], "tenant"> & {
|
|
1869
|
+
tenant?: string;
|
|
1870
|
+
}, options?: Omit<Parameters<typeof _0186007E5>[1], "throwOnError">) => Promise<{
|
|
1871
|
+
[key: string]: unknown;
|
|
1872
|
+
}>;
|
|
1873
|
+
/**
|
|
1874
|
+
* Retrieve a test
|
|
1875
|
+
*/
|
|
1876
|
+
declare const testSuite: (parameters: Omit<Parameters<typeof _046Ffd27a>[0], "tenant"> & {
|
|
1877
|
+
tenant?: string;
|
|
1878
|
+
}, options?: Omit<Parameters<typeof _046Ffd27a>[1], "throwOnError">) => Promise<TestSuite>;
|
|
1879
|
+
/**
|
|
1880
|
+
* Update a test from YAML source
|
|
1881
|
+
*/
|
|
1882
|
+
declare const updateTestSuite: (parameters: Omit<Parameters<typeof dae6Bd>[0], "tenant"> & {
|
|
1883
|
+
tenant?: string;
|
|
1884
|
+
}, options?: Omit<Parameters<typeof dae6Bd>[1], "throwOnError">) => Promise<TestSuite>;
|
|
1885
|
+
/**
|
|
1886
|
+
* Run a full test
|
|
1887
|
+
*/
|
|
1888
|
+
declare const runTestSuite: (parameters: Omit<Parameters<typeof _05E5Dc0C5>[0], "testSuiteControllerRunRequest" | "tenant"> & TestSuiteControllerRunRequest & {
|
|
1889
|
+
tenant?: string;
|
|
1890
|
+
}, options?: Omit<Parameters<typeof _05E5Dc0C5>[1], "throwOnError">) => Promise<TestSuiteRunResult>;
|
|
1891
|
+
//#endregion
|
|
1892
|
+
//#region src/openapi/sdk/ks-Triggers.gen.d.ts
|
|
1893
|
+
/**
|
|
1894
|
+
* Create a backfill
|
|
1895
|
+
*/
|
|
1896
|
+
declare const createBackfill: (parameters: TriggerControllerApiCreateBackfillRequest & {
|
|
1897
|
+
tenant?: string;
|
|
1898
|
+
}, options?: Omit<Parameters<typeof _04A8F87Fa>[1], "throwOnError">) => Promise<ApiTriggerState>;
|
|
1899
|
+
/**
|
|
1900
|
+
* Delete a backfill
|
|
1901
|
+
*/
|
|
1902
|
+
declare const deleteBackfill: (parameters: TriggerControllerApiTriggerId & {
|
|
1903
|
+
tenant?: string;
|
|
1904
|
+
}, options?: Omit<Parameters<typeof _4153Db5>[1], "throwOnError">) => Promise<ApiTriggerState>;
|
|
1905
|
+
/**
|
|
1906
|
+
* Delete backfill for triggers matching query asynchronously
|
|
1907
|
+
*/
|
|
1908
|
+
declare const deleteBackfillByQuery: (parameters?: Omit<Parameters<typeof _0454D50C4>[0], "tenant"> & {
|
|
1909
|
+
tenant?: string;
|
|
1910
|
+
}, options?: Omit<Parameters<typeof _0454D50C4>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
1911
|
+
/**
|
|
1912
|
+
* Delete backfill for given triggers asynchronously
|
|
1913
|
+
*/
|
|
1914
|
+
declare const deleteBackfillByIds: (parameters?: Omit<Parameters<typeof _06E9Fc5D4>[0], "tenant"> & {
|
|
1915
|
+
tenant?: string;
|
|
1916
|
+
}, options?: Omit<Parameters<typeof _06E9Fc5D4>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
1917
|
+
/**
|
|
1918
|
+
* Pause a backfill
|
|
1919
|
+
*/
|
|
1920
|
+
declare const pauseBackfill: (parameters: TriggerControllerApiTriggerId & {
|
|
1921
|
+
tenant?: string;
|
|
1922
|
+
}, options?: Omit<Parameters<typeof e736300>[1], "throwOnError">) => Promise<ApiTriggerState>;
|
|
1923
|
+
/**
|
|
1924
|
+
* Pause backfill for triggers matching query asynchronously
|
|
1925
|
+
*/
|
|
1926
|
+
declare const pauseBackfillByQuery: (parameters?: Omit<Parameters<typeof _01Af6F06f>[0], "tenant"> & {
|
|
1927
|
+
tenant?: string;
|
|
1928
|
+
}, options?: Omit<Parameters<typeof _01Af6F06f>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
1929
|
+
/**
|
|
1930
|
+
* Pause backfill for given triggers asynchronously
|
|
1931
|
+
*/
|
|
1932
|
+
declare const pauseBackfillByIds: (parameters?: Omit<Parameters<typeof _0Af3543f>[0], "tenant"> & {
|
|
1933
|
+
tenant?: string;
|
|
1934
|
+
}, options?: Omit<Parameters<typeof _0Af3543f>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
1935
|
+
/**
|
|
1936
|
+
* Unpause a backfill
|
|
1937
|
+
*/
|
|
1938
|
+
declare const unpauseBackfill: (parameters: TriggerControllerApiTriggerId & {
|
|
1939
|
+
tenant?: string;
|
|
1940
|
+
}, options?: Omit<Parameters<typeof _2D079507>[1], "throwOnError">) => Promise<ApiTriggerState>;
|
|
1941
|
+
/**
|
|
1942
|
+
* Unpause backfill for triggers matching query asynchronously
|
|
1943
|
+
*/
|
|
1944
|
+
declare const unpauseBackfillByQuery: (parameters?: Omit<Parameters<typeof _0361F2856>[0], "tenant"> & {
|
|
1945
|
+
tenant?: string;
|
|
1946
|
+
}, options?: Omit<Parameters<typeof _0361F2856>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
1947
|
+
/**
|
|
1948
|
+
* Unpause backfill for given triggers asynchronously
|
|
1949
|
+
*/
|
|
1950
|
+
declare const unpauseBackfillByIds: (parameters?: Omit<Parameters<typeof _3139A61a>[0], "tenant"> & {
|
|
1951
|
+
tenant?: string;
|
|
1952
|
+
}, options?: Omit<Parameters<typeof _3139A61a>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
1953
|
+
/**
|
|
1954
|
+
* Delete triggers by query parameters asynchronously
|
|
1955
|
+
*/
|
|
1956
|
+
declare const deleteTriggersByQuery: (parameters?: Omit<Parameters<typeof _0675820B5>[0], "tenant"> & {
|
|
1957
|
+
tenant?: string;
|
|
1958
|
+
}, options?: Omit<Parameters<typeof _0675820B5>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
1959
|
+
/**
|
|
1960
|
+
* Delete given triggers asynchronously
|
|
1961
|
+
*/
|
|
1962
|
+
declare const deleteTriggersByIds: (parameters?: Omit<Parameters<typeof _03C4Fde05>[0], "tenant"> & {
|
|
1963
|
+
tenant?: string;
|
|
1964
|
+
}, options?: Omit<Parameters<typeof _03C4Fde05>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
1965
|
+
/**
|
|
1966
|
+
* Export all triggers as a streamed CSV file
|
|
1967
|
+
*/
|
|
1968
|
+
declare const exportTriggers: (parameters?: Omit<Parameters<typeof _2Bf5E58f>[0], "tenant"> & {
|
|
1969
|
+
tenant?: string;
|
|
1970
|
+
}, options?: Omit<Parameters<typeof _2Bf5E58f>[1], "throwOnError">) => Promise<string[]>;
|
|
1971
|
+
/**
|
|
1972
|
+
* Search for triggers
|
|
1973
|
+
*/
|
|
1974
|
+
declare const searchTriggers: (parameters?: Omit<Parameters<typeof _025Dffc7d>[0], "tenant"> & {
|
|
1975
|
+
tenant?: string;
|
|
1976
|
+
}, options?: Omit<Parameters<typeof _025Dffc7d>[1], "throwOnError">) => Promise<PagedResultsApiTriggerAndState>;
|
|
1977
|
+
/**
|
|
1978
|
+
* Disable/enable a trigger
|
|
1979
|
+
*/
|
|
1980
|
+
declare const disableTriggerById: (parameters: TriggerControllerApiDisableTriggerRequest & {
|
|
1981
|
+
tenant?: string;
|
|
1982
|
+
}, options?: Omit<Parameters<typeof _0669E525e>[1], "throwOnError">) => Promise<ApiTriggerState>;
|
|
1983
|
+
/**
|
|
1984
|
+
* Disable/enable triggers by query parameters asynchronously
|
|
1985
|
+
*/
|
|
1986
|
+
declare const disabledTriggersByQuery: (parameters?: Omit<Parameters<typeof _064E031A6>[0], "tenant"> & {
|
|
1987
|
+
tenant?: string;
|
|
1988
|
+
}, options?: Omit<Parameters<typeof _064E031A6>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
1989
|
+
/**
|
|
1990
|
+
* Disable/enable given triggers asynchronously
|
|
1991
|
+
*/
|
|
1992
|
+
declare const disabledTriggersByIds: (parameters: TriggerControllerSetDisabledRequest & {
|
|
1993
|
+
tenant?: string;
|
|
1994
|
+
}, options?: Omit<Parameters<typeof _075D97736>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
1995
|
+
/**
|
|
1996
|
+
* Unlock triggers by query parameters asynchronously
|
|
1997
|
+
*/
|
|
1998
|
+
declare const unlockTriggersByQuery: (parameters?: Omit<Parameters<typeof _2F570092>[0], "tenant"> & {
|
|
1999
|
+
tenant?: string;
|
|
2000
|
+
}, options?: Omit<Parameters<typeof _2F570092>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
2001
|
+
/**
|
|
2002
|
+
* Unlock given triggers asynchronously
|
|
2003
|
+
*/
|
|
2004
|
+
declare const unlockTriggersByIds: (parameters?: Omit<Parameters<typeof _7874E902>[0], "tenant"> & {
|
|
2005
|
+
tenant?: string;
|
|
2006
|
+
}, options?: Omit<Parameters<typeof _7874E902>[1], "throwOnError">) => Promise<ApiAsyncOperationResponse>;
|
|
2007
|
+
/**
|
|
2008
|
+
* Get all triggers for a flow
|
|
2009
|
+
*/
|
|
2010
|
+
declare const searchTriggersForFlow: (parameters: Omit<Parameters<typeof _077995F6c>[0], "tenant"> & {
|
|
2011
|
+
tenant?: string;
|
|
2012
|
+
}, options?: Omit<Parameters<typeof _077995F6c>[1], "throwOnError">) => Promise<PagedResultsApiTriggerState>;
|
|
2013
|
+
/**
|
|
2014
|
+
* Delete a trigger
|
|
2015
|
+
*/
|
|
2016
|
+
declare const deleteTrigger: (parameters: Omit<Parameters<typeof _04B613E73>[0], "tenant"> & {
|
|
2017
|
+
tenant?: string;
|
|
2018
|
+
}, options?: Omit<Parameters<typeof _04B613E73>[1], "throwOnError">) => Promise<unknown>;
|
|
2019
|
+
/**
|
|
2020
|
+
* Restart a trigger
|
|
2021
|
+
*/
|
|
2022
|
+
declare const restartTrigger: (parameters: Omit<Parameters<typeof _674530A9>[0], "tenant"> & {
|
|
2023
|
+
tenant?: string;
|
|
2024
|
+
}, options?: Omit<Parameters<typeof _674530A9>[1], "throwOnError">) => Promise<ApiTriggerState>;
|
|
2025
|
+
/**
|
|
2026
|
+
* Unlock a trigger
|
|
2027
|
+
*/
|
|
2028
|
+
declare const unlockTrigger: (parameters: Omit<Parameters<typeof _0Dd4E62c>[0], "tenant"> & {
|
|
2029
|
+
tenant?: string;
|
|
2030
|
+
}, options?: Omit<Parameters<typeof _0Dd4E62c>[1], "throwOnError">) => Promise<ApiTriggerState>;
|
|
2031
|
+
//#endregion
|
|
2032
|
+
//#region src/openapi/sdk/ks-Users.gen.d.ts
|
|
2033
|
+
/**
|
|
2034
|
+
* Update authenticated user password
|
|
2035
|
+
*/
|
|
2036
|
+
declare const updateCurrentUserPassword: (parameters: MeControllerApiUpdatePasswordRequest, options?: Omit<Parameters<typeof _789F9416>[1], "throwOnError">) => Promise<{
|
|
2037
|
+
[key: string]: unknown;
|
|
2038
|
+
}>;
|
|
2039
|
+
declare const listUsers: (parameters: Parameters<typeof _049835Ff6>[0], options?: Omit<Parameters<typeof _049835Ff6>[1], "throwOnError">) => Promise<PagedResultsIamUserControllerApiUserSummary>;
|
|
2040
|
+
/**
|
|
2041
|
+
* Create a new user account
|
|
2042
|
+
*/
|
|
2043
|
+
declare const createUser: (parameters: IamUserControllerApiCreateOrUpdateUserRequest, options?: Omit<Parameters<typeof _519D22E7>[1], "throwOnError">) => Promise<IamUserControllerApiUser>;
|
|
2044
|
+
declare const deleteUser: (parameters: Parameters<typeof _692E1816>[0], options?: Omit<Parameters<typeof _692E1816>[1], "throwOnError">) => Promise<void>;
|
|
2045
|
+
declare const user: (parameters: Parameters<typeof _36Ebcb>[0], options?: Omit<Parameters<typeof _36Ebcb>[1], "throwOnError">) => Promise<IamUserControllerApiUser>;
|
|
2046
|
+
/**
|
|
2047
|
+
* Update user details
|
|
2048
|
+
*/
|
|
2049
|
+
declare const patchUser: (parameters: Omit<Parameters<typeof _01E98E3Cd>[0], "meControllerApiUserDetailsRequest"> & MeControllerApiUserDetailsRequest, options?: Omit<Parameters<typeof _01E98E3Cd>[1], "throwOnError">) => Promise<IamUserControllerApiUser>;
|
|
2050
|
+
/**
|
|
2051
|
+
* Update a user account
|
|
2052
|
+
*/
|
|
2053
|
+
declare const updateUser: (parameters: Omit<Parameters<typeof _011A2F3Cc>[0], "iamUserControllerApiCreateOrUpdateUserRequest"> & IamUserControllerApiCreateOrUpdateUserRequest, options?: Omit<Parameters<typeof _011A2F3Cc>[1], "throwOnError">) => Promise<IamUserControllerApiUser>;
|
|
2054
|
+
declare const listApiTokensForUser: (parameters: Parameters<typeof _0865C602>[0], options?: Omit<Parameters<typeof _0865C602>[1], "throwOnError">) => Promise<ApiTokenList>;
|
|
2055
|
+
/**
|
|
2056
|
+
* Create new API Token for a specific user
|
|
2057
|
+
*/
|
|
2058
|
+
declare const createApiTokensForUser: (parameters: Omit<Parameters<typeof _01Eb351A4>[0], "createApiTokenRequest"> & CreateApiTokenRequest, options?: Omit<Parameters<typeof _01Eb351A4>[1], "throwOnError">) => Promise<CreateApiTokenResponse>;
|
|
2059
|
+
declare const deleteApiTokenForUser: (parameters: Parameters<typeof _2Dbe020a>[0], options?: Omit<Parameters<typeof _2Dbe020a>[1], "throwOnError">) => Promise<void>;
|
|
2060
|
+
declare const deleteUserAuthMethod: (parameters: Parameters<typeof _66Bf0D5f>[0], options?: Omit<Parameters<typeof _66Bf0D5f>[1], "throwOnError">) => Promise<IamUserControllerApiUser>;
|
|
2061
|
+
declare const impersonate: (parameters: Parameters<typeof _47Ed1E79>[0], options?: Omit<Parameters<typeof _47Ed1E79>[1], "throwOnError">) => Promise<{
|
|
2062
|
+
[key: string]: unknown;
|
|
2063
|
+
}>;
|
|
2064
|
+
/**
|
|
2065
|
+
* Update user password
|
|
2066
|
+
*/
|
|
2067
|
+
declare const patchUserPassword: (parameters: Omit<Parameters<typeof _0236Ea812>[0], "iamUserControllerApiPatchUserPasswordRequest"> & IamUserControllerApiPatchUserPasswordRequest, options?: Omit<Parameters<typeof _0236Ea812>[1], "throwOnError">) => Promise<IamUserControllerApiUser>;
|
|
2068
|
+
declare const deleteRefreshToken: (parameters: Parameters<typeof _04E4686D7>[0], options?: Omit<Parameters<typeof _04E4686D7>[1], "throwOnError">) => Promise<void>;
|
|
2069
|
+
/**
|
|
2070
|
+
* Update user demo
|
|
2071
|
+
*/
|
|
2072
|
+
declare const patchUserDemo: (parameters: Omit<Parameters<typeof _63683Cb6>[0], "iamUserControllerApiPatchRestrictedRequest"> & IamUserControllerApiPatchRestrictedRequest, options?: Omit<Parameters<typeof _63683Cb6>[1], "throwOnError">) => Promise<unknown>;
|
|
2073
|
+
/**
|
|
2074
|
+
* Update user superadmin privileges
|
|
2075
|
+
*/
|
|
2076
|
+
declare const patchUserSuperAdmin: (parameters: Omit<Parameters<typeof _487Ead27>[0], "apiPatchSuperAdminRequest"> & ApiPatchSuperAdminRequest, options?: Omit<Parameters<typeof _487Ead27>[1], "throwOnError">) => Promise<unknown>;
|
|
2077
|
+
/**
|
|
2078
|
+
* List users for autocomplete
|
|
2079
|
+
*/
|
|
2080
|
+
declare const autocompleteUsers: (parameters: IamTenantAccessControllerUserApiAutocomplete & {
|
|
2081
|
+
tenant?: string;
|
|
2082
|
+
}, options?: Omit<Parameters<typeof _59175F00>[1], "throwOnError">) => Promise<IamTenantAccessControllerApiUserTenantAccess[]>;
|
|
2083
|
+
/**
|
|
2084
|
+
* Update the list of groups a user belongs to for the given tenant
|
|
2085
|
+
*/
|
|
2086
|
+
declare const updateUserGroups: (parameters: Omit<Parameters<typeof _023524D8>[0], "iamUserGroupControllerApiUpdateUserGroupsRequest" | "tenant"> & IamUserGroupControllerApiUpdateUserGroupsRequest & {
|
|
2087
|
+
tenant?: string;
|
|
2088
|
+
}, options?: Omit<Parameters<typeof _023524D8>[1], "throwOnError">) => Promise<void>;
|
|
2089
|
+
//#endregion
|
|
2090
|
+
//#region src/openapi/sdk/ks-WorkerAuth.gen.d.ts
|
|
2091
|
+
declare const list: (options?: Omit<Parameters<typeof _32B09e>[0], "throwOnError">) => Promise<WorkerCredentialControllerApiWorkerList>;
|
|
2092
|
+
declare const delete_: (parameters: Parameters<typeof _04F997A55>[0], options?: Omit<Parameters<typeof _04F997A55>[1], "throwOnError">) => Promise<{
|
|
2093
|
+
[key: string]: unknown;
|
|
2094
|
+
}>;
|
|
2095
|
+
declare const get: (parameters: Parameters<typeof _18F56>[0], options?: Omit<Parameters<typeof _18F56>[1], "throwOnError">) => Promise<WorkerCredentialControllerApiWorkerCredential>;
|
|
2096
|
+
declare const revoke: (parameters: Parameters<typeof _037B0F17a>[0], options?: Omit<Parameters<typeof _037B0F17a>[1], "throwOnError">) => Promise<WorkerCredentialControllerApiWorkerCredential>;
|
|
2097
|
+
declare const list_1: (options?: Omit<Parameters<typeof _041B6F330>[0], "throwOnError">) => Promise<WorkerRegistrationTokenControllerApiTokenList>;
|
|
2098
|
+
/**
|
|
2099
|
+
* Create a new worker registration token
|
|
2100
|
+
*/
|
|
2101
|
+
declare const create: (parameters: WorkerRegistrationTokenControllerApiCreateTokenRequest, options?: Omit<Parameters<typeof _0509A5F04>[1], "throwOnError">) => Promise<WorkerRegistrationTokenControllerApiCreateTokenResponse>;
|
|
2102
|
+
declare const delete_1: (parameters: Parameters<typeof _30Dbd29d>[0], options?: Omit<Parameters<typeof _30Dbd29d>[1], "throwOnError">) => Promise<{
|
|
2103
|
+
[key: string]: unknown;
|
|
2104
|
+
}>;
|
|
2105
|
+
declare const get_1: (parameters: Parameters<typeof _5Db1D88>[0], options?: Omit<Parameters<typeof _5Db1D88>[1], "throwOnError">) => Promise<WorkerRegistrationTokenControllerApiRegistrationToken>;
|
|
2106
|
+
declare const revoke_1: (parameters: Parameters<typeof _0F3A6F48>[0], options?: Omit<Parameters<typeof _0F3A6F48>[1], "throwOnError">) => Promise<WorkerRegistrationTokenControllerApiRegistrationToken>;
|
|
2107
|
+
//#endregion
|
|
2108
|
+
//#region src/openapi/sdk/ks-WorkerGroups.gen.d.ts
|
|
2109
|
+
declare const listWorkerGroups: (options?: Omit<Parameters<typeof _0799Ff550>[0], "throwOnError">) => Promise<InstanceControllerApiWorkerGroupList>;
|
|
2110
|
+
/**
|
|
2111
|
+
* Create a worker group
|
|
2112
|
+
*/
|
|
2113
|
+
declare const createWorkerGroup: (parameters: InstanceControllerApiCreateOrUpdateWorkerGroupRequest, options?: Omit<Parameters<typeof _66590305>[1], "throwOnError">) => Promise<InstanceControllerApiWorkerGroup>;
|
|
2114
|
+
declare const deleteWorkerGroupById: (parameters: Parameters<typeof _04828F018>[0], options?: Omit<Parameters<typeof _04828F018>[1], "throwOnError">) => Promise<{
|
|
2115
|
+
[key: string]: unknown;
|
|
2116
|
+
}>;
|
|
2117
|
+
declare const workerGroupById: (parameters: Parameters<typeof _03849B6Ed>[0], options?: Omit<Parameters<typeof _03849B6Ed>[1], "throwOnError">) => Promise<InstanceControllerApiWorkerGroupDetails>;
|
|
2118
|
+
/**
|
|
2119
|
+
* Update a worker group
|
|
2120
|
+
*/
|
|
2121
|
+
declare const updateWorkerGroupById: (parameters: Omit<Parameters<typeof _258Fd0a>[0], "instanceControllerApiCreateOrUpdateWorkerGroupRequest"> & InstanceControllerApiCreateOrUpdateWorkerGroupRequest, options?: Omit<Parameters<typeof _258Fd0a>[1], "throwOnError">) => Promise<InstanceControllerApiWorkerGroup>;
|
|
2122
|
+
//#endregion
|
|
2123
|
+
export { unpauseBackfill as $, createInternalBlueprints as $a, forceRunByIds as $i, inheritedVariables as $n, createApp as $o, deleteFlow as $r, updateServiceAccount as $t, updateUser as A, unqueueExecutionsByQuery as Aa, createNamespaceDirectory as Ai, pluginGroupIcons as An, findAuditLog as Ao, keyValue as Ar, createTenantAccess_1 as At, disableTriggerById as B, exportChartToCsv as Ba, createExecution as Bi, uploadVersionedPlugins as Bn, deleteAssetLineageEventsByQuery as Bo, addUserToGroup as Br, createServiceAccount as Bt, listApiTokensForUser as C, setLabelsOnTerminatedExecutionsByQuery as Ca, taskFromFlow as Ci, listAvailableVersionedPluginsForSecretManager as Cn, listApiTokensForCurrentUser as Co, deleteLogsFromExecution as Cr, get_2 as Ct, patchUserPassword as D, triggerExecutionByPutWebhookWithPath as Da, validateFlows as Di, pluginBySubgroups as Dn, validatePassword as Do, searchLogs as Dr, setTenantDefaultDashboards as Dt, patchUserDemo as E, triggerExecutionByPostWebhookWithPath as Ea, updateFlowsInNamespace as Ei, listVersionedPlugin as En, resetPassword as Eo, listLogsFromExecution as Er, setLogo as Et, deleteBackfillByIds as F, createDashboard as Fa, fileMetadatas as Fi, propertiesFromType as Fn, searchAuditLogsForAllTenants as Fo, deleteInvitation as Fr, metrics as Ft, pauseBackfillByIds as G, validateChart as Ga, evalExpression as Gi, autocompleteNamespaces as Gn, searchAssetUsages as Go, group as Gr, deleteServiceAccountForTenant as Gt, disabledTriggersByQuery as H, previewChart as Ha, deleteExecutionsByIds as Hi, versionedPluginDetailsFromVersion as Hn, deleteAssetsByIds as Ho, createGroup as Hr, deleteApiTokenForServiceAccount as Ht, deleteBackfillByQuery as I, dashboard as Ia, fileRevisions as Ii, resolveVersionedPlugins as In, asset as Io, findAllInvitationsForCurrentUser as Ir, searchServices as It, searchTriggers as J, listBlueprintTags as Ja, fileMetadatasFromExecution as Ji, deleteSecret as Jn, bulkDeleteApps as Jo, searchGroups as Jr, listServiceAccounts as Jt, pauseBackfillByQuery as K, validateDashboard as Ka, execution as Ki, createNamespace as Kn, searchAssets as Ko, listGroupIds as Kr, listApiTokensForServiceAccount as Kt, deleteTrigger as L, dashboardChartData as La, listNamespaceDirectoryFiles as Li, schemaFromInputType as Ln, assetDependencies as Lo, invitation as Lr, service as Lt, user as M, updateExecutionsStatusByIds as Ma, deleteFileDirectory as Mi, pluginUi as Mn, listAuditLogFromResourceId as Mo, listKeysWithInheritence as Mr, listTenantAccess as Mt, createBackfill as N, updateExecutionsStatusByQuery as Na, exportNamespaceFiles as Ni, pluginUiManifest as Nn, resourceDiffFromAuditLog as No, setKeyValue as Nr, tenantAccess as Nt, patchUserSuperAdmin as O, unqueueExecution as Oa, validateTask as Oi, pluginDocumentation as On, exportAuditLogs as Oo, deleteKeyValue as Or, update as Ot, deleteBackfill as P, updateTaskRunState as Pa, fileContent as Pi, pluginVersions as Pn, searchAuditLogs as Po, createInvitation as Pr, activeServices as Pt, unlockTriggersByQuery as Q, createFlowBlueprint as Qa, followExecution as Qi, inheritedSecrets as Qn, bulkImportApps as Qo, createFlow as Qr, serviceAccountForTenant as Qt, deleteTriggersByIds as R, defaultDashboards_1 as Ra, moveFileDirectory as Ri, schemasFromType as Rn, createAsset as Ro, listInvitationsByEmail as Rr, createApiTokensForServiceAccount as Rt, impersonate as S, setLabelsOnTerminatedExecutionsByIds as Sa, searchFlowsBySourceCode as Si, listAvailableVersionedPlugins as Sn, index as So, searchByExecution as Sr, flowDependenciesFromTenant as St, patchUser as T, triggerExecutionByGetWebhookWithPath as Ta, updateFlow as Ti, listPlugins as Tn, requestCode as To, downloadLogsFromExecution as Tr, setAppsCatalogLogo as Tt, exportTriggers as U, searchDashboards as Ua, deleteExecutionsByQuery as Ui, taskOutputsInformation as Un, deleteAssetsByQuery as Uo, deleteGroup as Ur, deleteApiTokenForServiceAccountWithTenant as Ut, disabledTriggersByIds as V, exportDashboardChartDataToCSV as Va, deleteExecution as Vi, versionedPluginDetails as Vn, deleteAssetUsagesByQuery as Vo, autocompleteGroups as Vr, createServiceAccountForTenant as Vt, pauseBackfill as W, updateDashboard as Wa, downloadFileFromExecution as Wi, taskRunOutputs as Wn, searchAssetLineageEvents as Wo, deleteUserFromGroup as Wr, deleteServiceAccount as Wt, unlockTrigger as X, blueprintGraph as Xa, flowFromExecutionById as Xi, importPluginDefaults as Xn, bulkEnableApps as Xo, updateGroup as Xr, patchServiceAccountSuperAdmin as Xt, searchTriggersForFlow as Y, blueprint as Ya, flowFromExecution as Yi, exportPluginDefaults as Yn, bulkDisableApps as Yo, setUserMembershipForGroup as Yr, patchServiceAccountDetails as Yt, unlockTriggersByIds as Z, blueprintSource as Za, followDependenciesExecutions as Zi, inheritedPluginDefaults as Zn, bulkExportApps as Zo, bulkUpdateFlows as Zr, serviceAccount as Zt, createUser as _, resumeExecutionsByIds as _a, listDistinctNamespaces as _i, role as _n, createApiTokenForCurrentUser as _o, aggregateMetricsFromFlow as _r, create_1 as _t, workerGroupById as a, latestExecutions as aa, enableFlowsByIds as ai, searchSecurityIntegration as an, internalBlueprintFlow as ao, basicAuthConfigErrors as ar, listTags as as, disableTestSuitesByIds as at, deleteUser as b, searchExecutionsByFlowId as ba, searchConcurrencyLimits as bi, allInputTypes as bn, deleteApiTokenForCurrentUser as bo, listTaskMetrics as br, delete_2 as bt, delete_1 as c, pauseExecutionsByQuery as ca, exportFlowsByQuery as ci, allResourceTypes as cn, updateFlowBlueprint as co, expressionFunctions as cr, searchAppsFromCatalog as cs, runTestSuitesByQuery as ct, list as d, replayExecutionsByIds as da, flowDependencies as di, schema as dn, binding as do, licenseInfo as dr, generateApp as ds, testResult as dt, forceRunExecution as ea, deleteFlowsByIds as ei, createSecurityIntegration as en, deleteFlowBlueprints as eo, namespace_ as er, deleteApp as es, unpauseBackfillByIds as et, list_1 as f, replayExecutionsByQuery as fa, flowDependenciesFromNamespace as fi, serviceProviderConfiguration as fn, bulkCreateBinding as fo, listActions as fr, generateDashboard as fs, testSuite as ft, createApiTokensForUser as g, resumeExecution as ga, listDeprecated as gi, listRolesFromGivenIds as gn, acceptInvitation as go, usages as gr, appsCatalogConfig as gt, autocompleteUsers as h, restartExecutionsByQuery as ha, importFlows as hi, deleteRole as hn, searchBindings as ho, supportDebugInfo as hr, providers as hs, validateTestSuite as ht, updateWorkerGroupById as i, killExecutionsByQuery as ia, disableFlowsByQuery as ii, listSecurityIntegrations as in, internalBlueprint as io, updateNamespace as ir, filePreviewFromAppExecution as is, deleteTestSuitesByIds as it, updateUserGroups as j, updateExecutionStatus as ja, createNamespaceFile as ji, pluginIcons as jn, globalResourceDiffFromAuditLog as jo, listAllKeys as jr, deleteTenantAccess as jt, updateCurrentUserPassword as k, unqueueExecutionsByIds as ka, validateTrigger as ki, pluginDocumentationFromVersion as kn, exportAuditLogsForAllTenants as ko, deleteKeyValues as kr, createTenantAccess as kt, get as l, replayExecution as la, expressions as li, allSchemas as ln, updateInternalBlueprints as lo, forwardSupportTicket as lr, streamEventsFromApp as ls, searchTestSuites as lt, revoke_1 as m, restartExecutionsByIds as ma, generateFlowGraphFromSource as mi, createRole as mn, deleteBinding as mo, setupConfiguration as mr, generateTestSuite as ms, updateTestSuite as mt, deleteWorkerGroupById as n, killExecution as na, deleteRevisions as ni, disableSecurityIntegration as nn, flowBlueprint as no, putSecrets as nr, enableApp as ns, createTestSuite as nt, create as o, pauseExecution as oa, enableFlowsByQuery as oi, securityIntegration as on, searchBlueprints as oo, configuration as or, logsFromAppExecution as os, enableTestSuitesByIds as ot, revoke as p, restartExecution as pa, generateFlowGraph as pi, autocompleteRoles as pn, createBinding as po, mainTenantFlows as pr, generateFlow as ps, testsLastResult as pt, restartTrigger as q, internalBlueprintTags as qa, executionFlowGraph as qi, deleteNamespace as qn, app as qo, searchGroupMembers as qr, listApiTokensForServiceAccountWithTenant as qt, listWorkerGroups as r, killExecutionsByIds as ra, disableFlowsByIds as ri, enableSecurityIntegration as rn, flowBlueprintById as ro, searchNamespaces as rr, fileMetaFromAppExecution as rs, deleteTestSuite as rt, delete_ as s, pauseExecutionsByIds as sa, exportFlowsByIds as si, listSecrets as sn, searchInternalBlueprints as so, expressionFilters as sr, searchApps as ss, runTestSuite as st, createWorkerGroup as t, forceRunExecutionsByQuery as ta, deleteFlowsByQuery as ti, deleteSecurityIntegration as tn, deleteInternalBlueprints as to, patchSecret as tr, disableApp as ts, unpauseBackfillByQuery as tt, get_1 as u, replayExecutionWithinputs as ua, flow as ui, resourceType as un, useBlueprintTemplate as uo, generate as ur, updateApp as us, searchTestSuitesResults as ut, deleteApiTokenForUser as v, resumeExecutionsByQuery as va, listFlowRevisions as vi, searchRoles as vn, createFromInvitation as vo, aggregateMetricsFromTask as vr, defaultDashboards as vt, listUsers as w, triggerExecutionByGetWebhook as wa, updateConcurrencyLimit as wi, listAvailableVersionedPluginsForStorage as wn, patchCurrentUser as wo, deleteLogsFromFlow as wr, setAppsCatalogConfig as wt, deleteUserAuthMethod as x, setLabelsOnTerminatedExecution as xa, searchFlows as xi, installVersionedPlugins as xn, forgottenPassword as xo, listTasksWithMetrics as xr, find as xt, deleteRefreshToken as y, searchExecutions as ya, listFlowsByNamespace as yi, updateRole as yn, currentUser as yo, listFlowMetrics as yr, deleteAppsCatalogLogo as yt, deleteTriggersByQuery as z, deleteDashboard as za, searchNamespaceFiles as zi, uninstallVersionedPlugins as zn, deleteAsset as zo, searchInvitations as zr, createApiTokensForServiceAccountWithTenant as zt };
|