@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,3469 @@
|
|
|
1
|
+
import { $A as UpdateGroupResponses, $C as Revoke1Responses, $E as ServiceAccountResponses, $S as ReplayExecutionsByIdsErrors, $_ as ListNamespaceDirectoryFilesResponses, $b as PatchUsersErrors, $c as DeleteUserAuthMethodErrors, $d as FileRevisionsResponses, $h as InternalBlueprintResponses, $s as DeleteKeyValuesResponses, $t as AuthControllerInvitationUserRequest, $u as ExportAuditLogsForAllTenantsResponses, A as AllInputTypesResponses, AA as UpdateExecutionStatusErrors, AD as SetLabelsOnTerminatedExecutionsByIdsErrors, AE as SearchTestSuitesResultsResponses, AM as ValidateTriggerResponses, An as BlueprintControllerApiBlueprintItemWithSource, Ar as ConfigurationResponses, BA as UpdateExecutionsStatusByQueryResponses, BC as ResumeExecutionErrors, BE as SecurityIntegrationResponses, BO as TenantControllerSetTenantDefaultDashboardsRequest, BT as SearchFlowsBySourceCodeResponses, Ba as CurrentUserResponses, Bd as FileMetaFromAppExecutionResponses, Bm as IamTenantAccessControllerApiCreateTenantAccessRequest, Bn as BlueprintGraphResponses, Bx as PluginDocumentationResponses, CD as SetKeyValueResponses, CO as TaskOutputsInformationResponses, Cb as PatchGroupsErrors, Cf as FlowBlueprintByIdResponses, Cl as DisableFlowsByIdsResponses, Cm as IamGroupControllerApiCreateGroupRequest, Co as DeleteApiTokenForUserResponses, Cs as DeleteFileDirectoryResponses, Cv as ListTaskMetricsResponses, Cx as PauseExecutionsByQueryResponses, D as AiControllerFlowGenerationPrompt, DA as UpdateDashboardResponses, DD as SetLabelsOnTerminatedExecutionResponses, DE as SearchTestSuitesResponses, DM as ValidateTestSuiteResponses, DS as PutSecretsResponses, Di as CreateFromInvitationResponses, Dk as TriggerExecutionByPutWebhookWithPathResponses, Dm as IamGroupControllerApiUpdateGroupRequest, Dn as BindingType, Dr as ConcurrencyLimit, E as AiControllerDashboardGenerationPrompt, EC as RestartExecutionResponses, E_ as ListDeprecatedResponses, Ea as CreateTenantAccessResponses, Ec as DeleteServiceAccountErrors, Ed as ExpressionFiltersResponses, Ef as FlowBlueprintResponses, Eg as KvControllerApiDeleteBulkRequest, Ej as UpdateTaskRunStateResponses, El as DisableFlowsByQueryResponses, En as BindingResponses, Eo as DeleteAppResponses, Ev as ListTasksWithMetricsResponses, FA as UpdateExecutionsStatusByIdsErrors, FD as SetLabelsOnTerminatedExecutionsByQueryResponses, FM as VersionedPluginDetailsFromVersionResponses, F_ as ListFlowRevisionsResponses, Fb as PatchServiceAccountDetailsResponses, Fc as DeleteTenantAccessResponses, Fj as UpdateUserGroupsResponses, Fm as IamServiceAccountControllerApiPatchServiceAccountRequest, Fn as BlueprintControllerUseBlueprintTemplateRequest, Ft as AssetResponses, Fv as ListVersionedPluginResponses, Fw as SchemaFromInputTypeResponses, GC as ResumeExecutionsByIdsErrors, GD as SetUserMembershipForGroupResponses, GM as WorkerGroupByIdResponses, Ga as DashboardChartDataResponses, Gc as DeleteTriggerResponses, Gf as FlowFromExecutionResponses, Gg as ListActionsResponses, Gn as BlueprintSourceResponses, Gp as GenerateFlowGraphResponses, Gs as DeleteInvitationErrors, Gv as LogsFromAppExecutionResponses, Gw as ScimUser, HC as ResumeExecutionResponses, Hb as PatchUserDemoResponses, Hf as FlowFromExecutionByIdResponses, Hg as List1Responses, Hl as DisabledTriggersByQueryResponses, Hn as BlueprintResponses, Hv as LoginResponses, I as AllSchemasResponses, IC as RestartTriggerErrors, IE as SearchTriggersResponses, IO as TenantAccessResponses, IS as QueryUsersErrors, Ia as CreateWorkerGroupResponses, If as FlowDependenciesFromTenantResponses, Ig as Level, Ih as InstanceControllerApiPluginListRequest, Ii as CreateInvitationErrors, Ik as UnlockTriggerErrors, Il as DisableTriggerByIdResponses, Io as DeleteAssetUsagesByQueryResponses, Ir as CreateApiTokenForCurrentUserResponses, Is as DeleteGroupErrors, Iu as ExecutionFlowGraphResponses, JS as ReplayExecutionWithinputsErrors, Jb as PatchUserResponses, Jc as DeleteTriggersByIdsResponses, Jg as ListAllKeysResponses, Ji as CreateNamespaceResponses, Jr as CreateApiTokensForUserResponses, K as ApiPatchSuperAdminRequest, KA as UpdateFlowResponses, KO as TestResultResponses, KS as ReplayExecutionResponses, KT as SearchGroupMembersResponses, Kb as PatchUserPasswordResponses, Kd as FileMetadatasResponses, Ki as CreateNamespaceFileResponses, Kl as DownloadFileFromExecutionResponses, Km as IamTenantAccessControllerUserApiAutocomplete, Ko as DeleteAssetsByQueryResponses, Kr as CreateApiTokensForUserErrors, LA as UpdateExecutionsStatusByIdsResponses, LM as VersionedPluginDetailsResponses, LT as SearchExecutionsResponses, La as CrudEventType, Lb as PatchServiceAccountSuperAdminErrors, Ld as FileContentResponses, Lj as UpdateUserResponses, Lm as IamServiceAccountControllerApiServiceAccountRequest, Lp as GenerateDashboardResponses, Lr as CreateApiTokenRequest, Ls as DeleteGroupResponses, Lu as ExecutionKind, Lw as SchemaResponses, MA as UpdateExecutionStatusResponses, MD as SetLabelsOnTerminatedExecutionsByIdsResponses, MO as Tenant, MS as QueryGroupsErrors, M_ as ListFlowMetricsResponses, Mb as PatchSecretResponses, Md as ExpressionsResponses, Mh as InstanceControllerApiCreateOrUpdateWorkerGroupRequest, Mk as UninstallVersionedPluginsResponses, Ml as DisableTestSuitesByIdsResponses, Mo as DeleteAssetLineageEventsByQueryResponses, Mt as AssetDependenciesResponses, Mu as ExecutionControllerStateRequest, Mv as ListUsersResponses, Mx as PluginBySubgroupsResponses, N as AllResourceTypesResponses, Na as CreateUserResponses, Nc as DeleteTenantAccessErrors, Nf as FlowDependenciesFromNamespaceResponses, Nj as UpdateUserGroupsErrors, Nm as IamServiceAccountControllerApiCreateServiceAccountRequest, Nn as BlueprintControllerFlowBlueprintCreateOrUpdate, No as DeleteAssetResponses, Nr as Create1Responses, OS as QueryFilter, OT as SearchConcurrencyLimitsResponses, Oc as DeleteServiceAccountForTenantErrors, Of as FlowControllerTaskValidationType, Om as IamInvitationControllerApiInvitationCreateRequest, Oo as DeleteAppsCatalogLogoResponses, Op as ForgottenPasswordResponses, Os as DeleteFlowResponses, PC as RestartExecutionsByQueryResponses, PE as SearchTriggersForFlowResponses, PO as TenantAccessErrors, PS as QueryGroupsResponses, PT as SearchExecutionsByFlowIdResponses, Pg as LatestExecutionsResponses, Pi as CreateInternalBlueprintsResponses, Pl as DisableTriggerByIdErrors, Pn as BlueprintControllerKind, Pp as GenerateAppResponses, Ps as DeleteFlowsByQueryResponses, Q as ApiSecretValue, QM as Client, QO as TestSuiteControllerTestSuiteBulkRequest, QT as SearchInternalBlueprintsResponses, Qi as CreateRoleErrors, Qk as UnpauseBackfillErrors, Qo as DeleteBackfillByQueryResponses, Qp as GenerateTestSuiteResponses, Qw as SearchAppsResponses, RC as RestartTriggerResponses, RD as SetLogoResponses, RO as TenantControllerAppsCatalogConfigRequest, RS as QueryUsersResponses, R_ as ListFlowsByNamespaceResponses, Rb as PatchServiceAccountSuperAdminResponses, Rc as DeleteTestSuiteResponses, Rf as FlowDependenciesResponses, Ri as CreateInvitationResponses, Rk as UnlockTriggerResponses, Rv as ListWorkerGroupsResponses, Rw as SchemaType, Rx as PluginDocumentationFromVersionResponses, ST as SearchBlueprintsResponses, S_ as ListBlueprintTagsResponses, Sa as CreateTenantAccess1Responses, Sd as ExportTriggersResponses, Sj as UpdateServiceAccountResponses, Sn as BasicAuthConfigErrorsResponses, Sp as ForceRunExecutionResponses, Sw as SCimResourceByIdUsersErrors, Sy as MoveFileDirectoryResponses, TD as SetLabelsOnTerminatedExecutionErrors, TT as SearchByExecutionResponses, Tb as PatchGroupsResponses, Tg as KillSwitch, Tp as ForceRunExecutionsByQueryResponses, Ts as DeleteFlowBlueprintsResponses, U as ApiIds, UA as UpdateFlowBlueprintResponses, UD as SetUserMembershipForGroupErrors, UT as SearchFlowsResponses, Uc as DeleteTriggerErrors, Up as GenerateFlowGraphFromSourceResponses, Us as DeleteInternalBlueprintsResponses, Uw as ScimResource, Ux as PluginGroupIconsResponses, VD as SetTenantDefaultDashboardsResponses, V_ as ListGroupIdsResponses, Vb as PatchUserDemoErrors, Vc as DeleteTestSuitesByIdsResponses, Vi as CreateKillSwitchResponses, Vj as UpdateUsersResponses, Vk as UnlockTriggersByIdsResponses, Vo as DeleteAssetsByIdsResponses, Vr as CreateApiTokensForServiceAccountResponses, Vs as DeleteGroupsResponses, Vu as ExecutionResponses, Vw as SchemasFromTypeResponses, WS as ReplayExecutionErrors, W_ as ListInvitationsByEmailResponses, Wb as PatchUserPasswordErrors, Wd as FileMetadatasFromExecutionResponses, Wi as CreateNamespaceDirectoryResponses, Wj as UpdateWorkerGroupByIdResponses, Wk as UnlockTriggersByQueryResponses, Wo as DeleteAssetsByQueryErrors, Wr as CreateApiTokensForServiceAccountWithTenantResponses, X as ApiSecretMetaEe, XC as ResumeExecutionsByQueryResponses, XO as TestSuiteControllerSearchTestsLastResult, XS as ReplayExecutionWithinputsResponses, X_ as ListLogsFromExecutionResponses, Xb as PatchUserSuperAdminErrors, Xd as FilePreviewFromAppExecutionResponses, Xi as CreateResponses, Xk as UnpauseBackfillByQueryResponses, Xm as IamUserControllerApiPatchUserPasswordRequest, Xs as DeleteKeyValueResponses, Xt as AuditLogControllerFindRequest, Xw as SearchAppsFromCatalogResponses, YA as UpdateFlowsInNamespaceResponses, YD as SetupConfigurationResponses, YE as ServiceAccountForTenantErrors, YO as TestSuiteControllerRunRequest, YT as SearchGroupsResponses, Yl as DownloadLogsFromExecutionResponses, Ym as IamUserControllerApiPatchRestrictedRequest, Yo as DeleteBackfillByIdsResponses, Yp as GenerateResponses, Yu as ExitMaintenanceResponses, ZA as UpdateGroupErrors, ZE as ServiceAccountForTenantResponses, Za as DashboardResponses, Zb as PatchUserSuperAdminResponses, Zc as DeleteTriggersByQueryResponses, Zg as ListApiTokensForCurrentUserResponses, Zh as InternalBlueprintFlowResponses, Zj as UsagesResponses, Zn as BulkCreateBindingResponses, Zr as CreateAppResponses, Zv as MainTenantFlowsResponses, _C as ResourceType, __ as ListAvailableVersionedPluginsForStorageResponses, _a as CreateServiceAccountForTenantResponses, _r as BulkUpdateFlowsResponses, _t as AppsCatalogConfigResponses, _v as ListServiceAccountsResponses, a_ as ListApiTokensForUserErrors, ac as DeleteLogsFromFlowResponses, ag as InvitationErrors, ak as TestSuiteServiceRunByQueryRequest, al as DeleteUserFromGroupErrors, bO as TaskFromFlowResponses, bj as UpdateServiceAccountErrors, bl as DisableAppResponses, bp as ForceRunExecutionErrors, br as ChartFiltersOverrides, bv as ListTagsResponses, bw as SCimResourceByIdGroupsResponses, bx as PauseExecutionsByIdsResponses, cO as StreamEventsFromAppResponses, ca as CreateScimResourceByIdUsersResponses, cc as DeleteNamespaceResponses, cg as InvitationResponses, dT as SearchAuditLogsForAllTenantsResponses, dk as TriggerControllerApiCreateBackfillRequest, dl as DeleteUsersErrors, dx as PauseBackfillResponses, eA as UnpauseBackfillResponses, eM as UseBlueprintTemplateResponses, eO as SortOrder, e_ as ListApiTokensForServiceAccountResponses, ea as CreateRoleResponses, eh as IamUserGroupControllerApiUpdateUserGroupsRequest, ei as CreateAssetResponses, en as AuthControllerResetPasswordRequest, er as BulkDeleteAppsResponses, es as DeleteBackfillErrors, eu as EnableAppResponses, fA as UnqueueExecutionsByQueryResponses, fM as ValidateChartResponses, fa as CreateSecurityIntegrationResponses, fc as DeleteRefreshTokenResponses, ff as FindGroupsResponses, fg as KeyValueResponses, fh as ImportPluginDefaultsResponses, fj as UpdateNamespaceResponses, fm as GroupErrors, fn as AutocompleteUsersResponses, fp as FollowExecutionResponse, fu as EnableTestSuitesByIdsResponses, fy as MetricsResponses, g as AddUserToGroupErrors, gC as ResourceDiffFromAuditLogResponses, gM as ValidateDashboardResponses, gT as SearchBannersResponses, gc as DeleteRevisionsResponses, gd as ExportNamespaceFilesResponses, gf as FindUsersErrors, gg as KillExecutionResponses, gi as CreateExecutionErrors, gj as UpdateRoleErrors, gl as DeleteWorkerGroupByIdResponses, gm as GroupResponses, go as DeleteApiTokenForServiceAccountResponses, gp as ForceRunByIdsErrors, gs as DeleteExecutionsByIdsErrors, gw as RunTestSuitesByQueryResponses, hA as UpdateAppResponses, hD as ServiceType, ha as CreateServiceAccountForTenantErrors, hh as IndexResponses, hk as TriggerControllerSetDisabledRequest, hu as EnterMaintenanceResponses, hv as ListServiceAccountsErrors, hx as PauseExecutionResponses, iA as UnqueueExecutionResponses, iC as ReplayExecutionsByQueryResponses, iE as SearchKillSwitchesResponses, iN as ServerSentEventsResult, iO as StateType, iS as PluginUiResponses, iT as SearchAssetUsagesResponses, ia as CreateScimResourceByIdGroupsResponses, id as ExportChartToCsvResponses, if as FindAllInvitationsForCurrentUserResponses, ih as ImpersonateErrors, ii as CreateBackfillResponses, im as Get2Responses, io as DefaultDashboardsResponses, is as DeleteBannerResponses, iv as ListResponses, ix as PauseBackfillByIdsResponses, jC as RestartExecutionsByIdsResponses, jO as TaskWithVersion, jT as SearchDashboardsResponses, ja as CreateUserErrors, jc as DeleteServiceAccountResponses, jg as Label, ji as CreateGroupResponses, jj as UpdateUserErrors, jm as IamRoleControllerApiRoleCreateOrUpdateRequest, jp as ForwardSupportTicketResponses, js as DeleteFlowsByIdsResponses, ju as ExecutionControllerSetLabelsByIdsRequest, jy as NamespaceResponses, kC as RestartExecutionsByIdsErrors, kO as TaskRunOutputsResponses, k_ as ListDistinctNamespacesResponses, ka as CreateTestSuiteResponses, kb as PatchRequest, kc as DeleteServiceAccountForTenantResponses, kd as ExpressionFunctionsResponses, kh as InstallVersionedPluginsResponses, ki as CreateGroupErrors, kj as UpdateTestSuiteResponses, kk as Type, kl as DisableSecurityIntegrationResponses, kv as ListTenantAccessResponses, lA as UnqueueExecutionsByIdsResponses, lM as UsernamePasswordCredentials, lh as ImportFlowsResponses, lj as UpdateKillSwitchResponses, lk as TestsLastResultResponses, ll as DeleteUserResponses, ln as AutocompleteRolesResponses, lp as FollowDependenciesExecutionsResponse, ls as DeleteDashboardResponses, lt as AppGenerationPrompt, lu as EnableSecurityIntegrationResponses, lw as RoleResponses, lx as PauseBackfillErrors, m as ActiveServicesResponses, mE as SearchRequest, mO as SupportDebugInfoResponses, m_ as ListAvailableVersionedPluginsForSecretManagerResponses, mc as DeleteResponses, mf as FindResponses, mg as KillExecutionErrors, mj as UpdateResponses, mk as TriggerControllerApiTriggerId, mm as GroupIdentifierMembership, mn as Banner, mt as AppResponses, nA as UnqueueExecutionErrors, nM as UserErrors, nN as RequestResult, na as CreateScimResourceByIdGroupsErrors, ng as InternalBlueprintTagsResponses, ni as CreateBackfillErrors, np as FlowResponses, ns as DeleteBackfillResponses, nv as ListPluginsResponses, nw as RevokeResponses, ny as MeControllerApiUpdatePasswordRequest, oM as UserResponses, oa as CreateScimResourceByIdUsersErrors, oh as ImpersonateResponses, oj as UpdateInternalBlueprintsResponses, on as AutocompleteNamespacesResponses, or as BulkEnableAppsResponses, ou as EnableFlowsByQueryResponses, pC as ResolveVersionedPluginsResponses, pD as ServiceResponses, pE as SearchNamespacesResponses, pS as PropertiesFromTypeResponses, pT as SearchAuditLogsResponses, pd as ExportFlowsByQueryResponses, pi as CreateDashboardResponses, pk as TriggerControllerApiDisableTriggerRequest, pl as DeleteUsersResponses, po as DeleteApiTokenForCurrentUserResponses, pp as FollowExecutionResponses, pr as BulkImportAppsResponses, ps as DeleteExecutionResponses, pv as ListSecurityIntegrationsResponses, pw as RunTestSuiteResponses, px as PauseExecutionErrors, qC as ResumeExecutionsByIdsResponses, qE as ServiceAccountErrors, qM as WorkerRegistrationTokenControllerApiCreateTokenRequest, q_ as ListKeysWithInheritenceResponses, qa as DashboardControllerPreviewRequest, qj as UploadVersionedPluginsResponses, qk as UnpauseBackfillByIdsResponses, qm as IamUserControllerApiCreateOrUpdateUserRequest, qp as GenerateFlowResponses, qs as DeleteInvitationResponses, qx as PluginIconsResponses, rN as TDataShape, r_ as ListApiTokensForServiceAccountWithTenantResponses, rc as DeleteLogsFromExecutionResponses, rj as UpdateGroupsResponses, rk as TestSuiteResponses, rl as DeleteUserErrors, rn as AutocompleteGroupsResponses, rr as BulkDisableAppsResponses, ru as EnableFlowsByIdsResponses, ry as MeControllerApiUserDetailsRequest, sA as UnqueueExecutionsByIdsErrors, sC as RequestCodeResponses, sE as SearchLogsResponses, sM as UserType, sO as StreamEventsFromAppResponse, sS as PluginVersionsResponses, sT as SearchAssetsResponses, s_ as ListApiTokensForUserResponses, sd as ExportDashboardChartDataToCsvResponses, sf as FindAuditLogResponses, si as CreateBannerResponses, sl as DeleteUserFromGroupResponses, sm as GetResponses, so as Delete1Responses, ss as DeleteBindingResponses, sv as ListRolesFromGivenIdsResponses, sw as RoleErrors, sx as PauseBackfillByQueryResponses, tC as ReplayExecutionsByIdsResponses, tE as SearchInvitationsResponses, tN as Options$1, tS as PluginUiManifestResponses, tT as SearchAssetLineageEventsResponses, tc as DeleteKillSwitchResponses, td as ExportAuditLogsResponses, th as IdWithNamespace, tj as UpdateGroupsErrors, tk as TestSuiteGenerationPrompt, tl as DeleteUserAuthMethodResponses, tm as Get1Responses, to as DefaultDashboards1Responses, tx as PatchUsersResponses, u as AcceptInvitationResponses, uC as ResetPasswordResponses, uD as ServiceProviderConfigurationResponses, uE as SearchNamespaceFilesResponses, uS as PreviewChartResponses, u_ as ListAuditLogFromResourceIdResponses, ua as CreateSecurityIntegrationRequest, uc as DeleteRefreshTokenErrors, ud as ExportFlowsByIdsResponses, uf as FindGroupsErrors, ui as CreateBindingResponses, um as GlobalResourceDiffFromAuditLogResponses, uo as Delete2Responses, up as FollowDependenciesExecutionsResponses, ur as BulkExportAppsResponses, uv as ListSecretsResponses, v as AddUserToGroupResponses, vA as UpdateBannerResponses, vD as SetAppsCatalogConfigResponses, vE as SearchRolesResponses, vf as FindUsersResponses, vh as InheritedPluginDefaultsResponses, vi as CreateExecutionResponses, vj as UpdateRoleResponses, vk as TriggerExecutionByGetWebhookResponses, vp as ForceRunByIdsResponses, vs as DeleteExecutionsByIdsResponses, vu as EvalExpressionResponses, vw as SCimResourceByIdGroupsErrors, vx as PauseExecutionsByIdsErrors, w as AggregateMetricsFromTaskResponses, wA as UpdateCurrentUserPasswordResponses, wC as RestartExecutionErrors, wE as SearchServicesResponses, wM as ValidateTaskResponses, wS as ProvidersResponses, wa as CreateTenantAccessErrors, wc as DeleteSecurityIntegrationResponses, wg as KillExecutionsByQueryResponses, wh as InheritedVariablesResponses, wi as CreateFlowResponses, wj as UpdateTaskRunStateErrors, wk as TriggerExecutionByPostWebhookWithPathResponses, wt as AppsControllerApiBulkOperationRequest, ww as SCimResourceByIdUsersResponses, wy as Namespace, x as AggregateMetricsFromFlowResponses, xA as UpdateConcurrencyLimitResponses, xC as ResourceTypeResponses, xD as SetAppsCatalogLogoResponses, xE as SearchSecurityIntegrationResponses, xM as ValidatePasswordResponses, xa as CreateTenantAccess1Errors, xb as PatchCurrentUserResponses, xc as DeleteSecretResponses, xg as KillExecutionsByIdsResponses, xh as InheritedSecretsResponses, xi as CreateFlowBlueprintResponses, xk as TriggerExecutionByGetWebhookWithPathResponses, xm as IamBindingControllerApiCreateBindingRequest, xo as DeleteApiTokenForUserErrors, xs as DeleteExecutionsByQueryResponses, yM as ValidateFlowsResponses, yT as SearchBindingsResponses, y_ as ListAvailableVersionedPluginsResponses, ya as CreateServiceAccountResponses, yc as DeleteRoleResponses, yd as ExportPluginDefaultsResponses, yg as KillExecutionsByIdsErrors, yo as DeleteApiTokenForServiceAccountWithTenantResponses, z as ApiAutocomplete, zg as LicenseInfoResponses, zj as UpdateUsersErrors, zl as DisabledTriggersByIdsResponses, zo as DeleteAssetsByIdsErrors, zs as DeleteGroupsErrors, zu as ExecutionRepositoryInterfaceFlowFilter } from "./types.gen-CZXAiwaT.js";
|
|
2
|
+
|
|
3
|
+
//#region src/openapi/sdk.gen.d.ts
|
|
4
|
+
type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown> = Options$1<TData, ThrowOnError, TResponse> & {
|
|
5
|
+
/**
|
|
6
|
+
* You can provide a client instance returned by `createClient()` instead of
|
|
7
|
+
* individual options. This might be also useful if you want to implement a
|
|
8
|
+
* custom client.
|
|
9
|
+
*/
|
|
10
|
+
client?: Client;
|
|
11
|
+
/**
|
|
12
|
+
* You can pass arbitrary values through the `meta` object. This can be
|
|
13
|
+
* used to access values that aren't defined as part of the SDK function.
|
|
14
|
+
*/
|
|
15
|
+
meta?: Record<string, unknown>;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Export all audit logs as a streamed CSV file
|
|
19
|
+
*/
|
|
20
|
+
declare const _58A63A9b: <ThrowOnError extends boolean = true>(parameters?: {
|
|
21
|
+
q?: string | null;
|
|
22
|
+
namespace?: string | null;
|
|
23
|
+
flowId?: string | null;
|
|
24
|
+
executionId?: string | null;
|
|
25
|
+
userId?: string | null;
|
|
26
|
+
id?: string | null;
|
|
27
|
+
resources?: Array<ResourceType> | null;
|
|
28
|
+
startDate?: string | null;
|
|
29
|
+
endDate?: string | null;
|
|
30
|
+
details?: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
} | null;
|
|
33
|
+
type?: CrudEventType | null;
|
|
34
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExportAuditLogsForAllTenantsResponses, unknown, ThrowOnError>;
|
|
35
|
+
/**
|
|
36
|
+
* Search for audit logs across all tenants, required to be SuperAdmin
|
|
37
|
+
*/
|
|
38
|
+
declare const _757Add8f: <ThrowOnError extends boolean = true>(parameters?: {
|
|
39
|
+
page?: number;
|
|
40
|
+
size?: number;
|
|
41
|
+
sort?: Array<string> | null;
|
|
42
|
+
filters?: Array<QueryFilter> | null;
|
|
43
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchAuditLogsForAllTenantsResponses, unknown, ThrowOnError>;
|
|
44
|
+
/**
|
|
45
|
+
* Retrieve the diff between audit logs from global resource like users
|
|
46
|
+
*
|
|
47
|
+
* Retrieves the diff between the current version and a selected previous version of a given resource based on audit logs.
|
|
48
|
+
*/
|
|
49
|
+
declare const _330B4Ac9: <ThrowOnError extends boolean = true>(parameters: {
|
|
50
|
+
id: string;
|
|
51
|
+
previousId?: string | null;
|
|
52
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<GlobalResourceDiffFromAuditLogResponses, unknown, ThrowOnError>;
|
|
53
|
+
/**
|
|
54
|
+
* Retrieve list of authentication methods
|
|
55
|
+
*/
|
|
56
|
+
declare const _5Fb28D2: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<IndexResponses, unknown, ThrowOnError>;
|
|
57
|
+
/**
|
|
58
|
+
* Create an announcement banner
|
|
59
|
+
*
|
|
60
|
+
* Superadmin-only. Creates a global announcement banner visible to all tenants.
|
|
61
|
+
*/
|
|
62
|
+
declare const _3D7A5F48: <ThrowOnError extends boolean = true>(parameters: {
|
|
63
|
+
banner: Banner;
|
|
64
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateBannerResponses, unknown, ThrowOnError>;
|
|
65
|
+
/**
|
|
66
|
+
* Retrieve all announcement banners
|
|
67
|
+
*
|
|
68
|
+
* Superadmin-only. Returns all global announcement banners.
|
|
69
|
+
*/
|
|
70
|
+
declare const _3A626Bff: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<SearchBannersResponses, unknown, ThrowOnError>;
|
|
71
|
+
/**
|
|
72
|
+
* Delete an announcement banner
|
|
73
|
+
*
|
|
74
|
+
* Superadmin-only. Deletes a global announcement banner by its ID.
|
|
75
|
+
*/
|
|
76
|
+
declare const _04B5D3B49: <ThrowOnError extends boolean = true>(parameters: {
|
|
77
|
+
id: string;
|
|
78
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteBannerResponses, unknown, ThrowOnError>;
|
|
79
|
+
/**
|
|
80
|
+
* Update an announcement banner
|
|
81
|
+
*
|
|
82
|
+
* Superadmin-only. Updates a global announcement banner by its ID.
|
|
83
|
+
*/
|
|
84
|
+
declare const _0561Ad6Ab: <ThrowOnError extends boolean = true>(parameters: {
|
|
85
|
+
id: string;
|
|
86
|
+
banner: Banner;
|
|
87
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateBannerResponses, unknown, ThrowOnError>;
|
|
88
|
+
/**
|
|
89
|
+
* Retrieve the instance configuration.
|
|
90
|
+
*
|
|
91
|
+
* Global endpoint available to all users.
|
|
92
|
+
*/
|
|
93
|
+
declare const _5Eadd763: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<BasicAuthConfigErrorsResponses, unknown, ThrowOnError>;
|
|
94
|
+
/**
|
|
95
|
+
* Retrieve the instance configuration.
|
|
96
|
+
*
|
|
97
|
+
* Global endpoint available to all users.
|
|
98
|
+
*/
|
|
99
|
+
declare const _733374F6: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ConfigurationResponses, unknown, ThrowOnError>;
|
|
100
|
+
/**
|
|
101
|
+
* Sends an email to reset a password.
|
|
102
|
+
*
|
|
103
|
+
* Sends an email to reset a password. Note that whatever the username is found or not, the response will always be 200 to avoid leaking information.
|
|
104
|
+
*/
|
|
105
|
+
declare const _0686Bb52b: <ThrowOnError extends boolean = true>(parameters: {
|
|
106
|
+
username: string;
|
|
107
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ForgottenPasswordResponses, unknown, ThrowOnError>;
|
|
108
|
+
/**
|
|
109
|
+
* Enter cluster maintenance mode
|
|
110
|
+
*
|
|
111
|
+
* Requires a role with the INFRASTRUCTURE permission (Superadmin-only).
|
|
112
|
+
*/
|
|
113
|
+
declare const _0F86A2E5: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<EnterMaintenanceResponses, unknown, ThrowOnError>;
|
|
114
|
+
/**
|
|
115
|
+
* Exit cluster maintenance mode
|
|
116
|
+
*
|
|
117
|
+
* Requires a role with the INFRASTRUCTURE permission (Superadmin-only).
|
|
118
|
+
*/
|
|
119
|
+
declare const _1A1Ca315: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ExitMaintenanceResponses, unknown, ThrowOnError>;
|
|
120
|
+
/**
|
|
121
|
+
* Get metrics for running services
|
|
122
|
+
*/
|
|
123
|
+
declare const _38F8C0C3: <ThrowOnError extends boolean = true>(parameters: {
|
|
124
|
+
serviceType: ServiceType;
|
|
125
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<MetricsResponses, unknown, ThrowOnError>;
|
|
126
|
+
/**
|
|
127
|
+
* List all active services
|
|
128
|
+
*
|
|
129
|
+
* Requires a role with the INFRASTRUCTURE permission (Superadmin-only).
|
|
130
|
+
*/
|
|
131
|
+
declare const _03115727c: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ActiveServicesResponses, unknown, ThrowOnError>;
|
|
132
|
+
/**
|
|
133
|
+
* Search for a service (e.g. Worker, Executor, etc)
|
|
134
|
+
*
|
|
135
|
+
* Requires a role with the INFRASTRUCTURE permission (Superadmin-only).
|
|
136
|
+
*/
|
|
137
|
+
declare const _02D424Dda: <ThrowOnError extends boolean = true>(parameters: {
|
|
138
|
+
page?: number;
|
|
139
|
+
size?: number;
|
|
140
|
+
sort?: Array<string> | null;
|
|
141
|
+
filters: Array<QueryFilter>;
|
|
142
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchServicesResponses, unknown, ThrowOnError>;
|
|
143
|
+
/**
|
|
144
|
+
* Retrieve details of a specific service
|
|
145
|
+
*
|
|
146
|
+
* Requires a role with the INFRASTRUCTURE permission (Superadmin-only).
|
|
147
|
+
*/
|
|
148
|
+
declare const _7643C6B5: <ThrowOnError extends boolean = true>(parameters: {
|
|
149
|
+
id: string;
|
|
150
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ServiceResponses, unknown, ThrowOnError>;
|
|
151
|
+
/**
|
|
152
|
+
* List installed plugin artifacts
|
|
153
|
+
*
|
|
154
|
+
* Superadmin-only. Lists all currently installed plugin artifacts. Requires INFRASTRUCTURE permission.
|
|
155
|
+
*/
|
|
156
|
+
declare const _04B060Ef4: <ThrowOnError extends boolean = true>(parameters: {
|
|
157
|
+
page?: number;
|
|
158
|
+
size?: number;
|
|
159
|
+
sort?: Array<string> | null;
|
|
160
|
+
filters: Array<QueryFilter>;
|
|
161
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListVersionedPluginResponses, unknown, ThrowOnError>;
|
|
162
|
+
/**
|
|
163
|
+
* List available plugin artifacts
|
|
164
|
+
*
|
|
165
|
+
* Superadmin-only. Lists all plugin artifacts available for installation. Requires INFRASTRUCTURE permission.
|
|
166
|
+
*/
|
|
167
|
+
declare const _59325214: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ListAvailableVersionedPluginsResponses, unknown, ThrowOnError>;
|
|
168
|
+
/**
|
|
169
|
+
* List available plugin artifacts for Kestra Secret Manager
|
|
170
|
+
*
|
|
171
|
+
* Superadmin-only. Lists all secret managers available for installation. Requires INFRASTRUCTURE permission.
|
|
172
|
+
*/
|
|
173
|
+
declare const _07Ae22D38: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ListAvailableVersionedPluginsForSecretManagerResponses, unknown, ThrowOnError>;
|
|
174
|
+
/**
|
|
175
|
+
* List available plugin artifacts for Kestra Internal Storage
|
|
176
|
+
*
|
|
177
|
+
* Superadmin-only. Lists all internal storages available for installation. Requires INFRASTRUCTURE permission.
|
|
178
|
+
*/
|
|
179
|
+
declare const _30C1Aea6: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ListAvailableVersionedPluginsForStorageResponses, unknown, ThrowOnError>;
|
|
180
|
+
/**
|
|
181
|
+
* Install specified plugin artifacts
|
|
182
|
+
*
|
|
183
|
+
* Superadmin-only. Installs one or more plugin artifacts. Requires INFRASTRUCTURE permission.
|
|
184
|
+
*/
|
|
185
|
+
declare const _046C7F41c: <ThrowOnError extends boolean = true>(parameters: {
|
|
186
|
+
instanceControllerApiPluginListRequest: InstanceControllerApiPluginListRequest;
|
|
187
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<InstallVersionedPluginsResponses, unknown, ThrowOnError>;
|
|
188
|
+
/**
|
|
189
|
+
* Resolve versions for specified plugin artifacts
|
|
190
|
+
*
|
|
191
|
+
* Superadmin-only. Resolves compatible versions for a list of plugin artifacts. Requires INFRASTRUCTURE permission.
|
|
192
|
+
*/
|
|
193
|
+
declare const _6379A635: <ThrowOnError extends boolean = true>(parameters: {
|
|
194
|
+
instanceControllerApiPluginListRequest: InstanceControllerApiPluginListRequest;
|
|
195
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ResolveVersionedPluginsResponses, unknown, ThrowOnError>;
|
|
196
|
+
/**
|
|
197
|
+
* Uninstall plugin artifacts
|
|
198
|
+
*
|
|
199
|
+
* Superadmin-only. Uninstalls one or more plugin artifacts. Requires INFRASTRUCTURE permission.
|
|
200
|
+
*/
|
|
201
|
+
declare const _6Bf6A12b: <ThrowOnError extends boolean = true>(parameters: {
|
|
202
|
+
instanceControllerApiPluginListRequest: InstanceControllerApiPluginListRequest;
|
|
203
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UninstallVersionedPluginsResponses, unknown, ThrowOnError>;
|
|
204
|
+
/**
|
|
205
|
+
* Upload a plugin artifact JAR file
|
|
206
|
+
*
|
|
207
|
+
* Superadmin-only. Uploads a plugin JAR file for installation. Requires INFRASTRUCTURE permission.
|
|
208
|
+
*/
|
|
209
|
+
declare const _0229397B6: <ThrowOnError extends boolean = true>(parameters: {
|
|
210
|
+
file: Blob | File;
|
|
211
|
+
forceInstallOnExistingVersions?: boolean | null;
|
|
212
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UploadVersionedPluginsResponses, unknown, ThrowOnError>;
|
|
213
|
+
/**
|
|
214
|
+
* Retrieve details of a plugin artifact
|
|
215
|
+
*
|
|
216
|
+
* Superadmin-only. Retrieves metadata and available versions for a given plugin artifact. Requires INFRASTRUCTURE permission.
|
|
217
|
+
*/
|
|
218
|
+
declare const _8D0A158: <ThrowOnError extends boolean = true>(parameters: {
|
|
219
|
+
groupId: string;
|
|
220
|
+
artifactId: string;
|
|
221
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<VersionedPluginDetailsResponses, unknown, ThrowOnError>;
|
|
222
|
+
/**
|
|
223
|
+
* Retrieve details of a specific plugin artifact version
|
|
224
|
+
*
|
|
225
|
+
* Superadmin-only. Retrieves metadata for a specific version of a plugin artifact. Requires INFRASTRUCTURE permission.
|
|
226
|
+
*/
|
|
227
|
+
declare const _2F38C956: <ThrowOnError extends boolean = true>(parameters: {
|
|
228
|
+
groupId: string;
|
|
229
|
+
artifactId: string;
|
|
230
|
+
version: string;
|
|
231
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<VersionedPluginDetailsFromVersionResponses, unknown, ThrowOnError>;
|
|
232
|
+
/**
|
|
233
|
+
* List all worker groups
|
|
234
|
+
*
|
|
235
|
+
* Requires a role with the INFRASTRUCTURE permission (Superadmin-only).
|
|
236
|
+
*/
|
|
237
|
+
declare const _0799Ff550: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ListWorkerGroupsResponses, unknown, ThrowOnError>;
|
|
238
|
+
/**
|
|
239
|
+
* Create a worker group
|
|
240
|
+
*
|
|
241
|
+
* Requires a role with the INFRASTRUCTURE permission (Superadmin-only).
|
|
242
|
+
*/
|
|
243
|
+
declare const _66590305: <ThrowOnError extends boolean = true>(parameters: {
|
|
244
|
+
instanceControllerApiCreateOrUpdateWorkerGroupRequest: InstanceControllerApiCreateOrUpdateWorkerGroupRequest;
|
|
245
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateWorkerGroupResponses, unknown, ThrowOnError>;
|
|
246
|
+
/**
|
|
247
|
+
* Delete a worker group
|
|
248
|
+
*
|
|
249
|
+
* Requires a role with the INFRASTRUCTURE permission (Superadmin-only).
|
|
250
|
+
*/
|
|
251
|
+
declare const _04828F018: <ThrowOnError extends boolean = true>(parameters: {
|
|
252
|
+
id: string;
|
|
253
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteWorkerGroupByIdResponses, unknown, ThrowOnError>;
|
|
254
|
+
/**
|
|
255
|
+
* Retrieve details of a specific worker group
|
|
256
|
+
*
|
|
257
|
+
* Requires a role with the INFRASTRUCTURE permission (Superadmin-only).
|
|
258
|
+
*/
|
|
259
|
+
declare const _03849B6Ed: <ThrowOnError extends boolean = true>(parameters: {
|
|
260
|
+
id: string;
|
|
261
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<WorkerGroupByIdResponses, unknown, ThrowOnError>;
|
|
262
|
+
/**
|
|
263
|
+
* Update a worker group
|
|
264
|
+
*
|
|
265
|
+
* Requires a role with the INFRASTRUCTURE permission (Superadmin-only).
|
|
266
|
+
*/
|
|
267
|
+
declare const _258Fd0a: <ThrowOnError extends boolean = true>(parameters: {
|
|
268
|
+
id: string;
|
|
269
|
+
instanceControllerApiCreateOrUpdateWorkerGroupRequest: InstanceControllerApiCreateOrUpdateWorkerGroupRequest;
|
|
270
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateWorkerGroupByIdResponses, unknown, ThrowOnError>;
|
|
271
|
+
/**
|
|
272
|
+
* List all registered workers
|
|
273
|
+
*
|
|
274
|
+
* SuperAdmin only. Lists all workers that have registered with the controller.
|
|
275
|
+
*/
|
|
276
|
+
declare const _32B09e: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ListResponses, unknown, ThrowOnError>;
|
|
277
|
+
/**
|
|
278
|
+
* Delete worker credentials
|
|
279
|
+
*
|
|
280
|
+
* SuperAdmin only. Deletes a worker's credentials.
|
|
281
|
+
*/
|
|
282
|
+
declare const _04F997A55: <ThrowOnError extends boolean = true>(parameters: {
|
|
283
|
+
id: string;
|
|
284
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteResponses, unknown, ThrowOnError>;
|
|
285
|
+
/**
|
|
286
|
+
* Get worker credentials ID
|
|
287
|
+
*
|
|
288
|
+
* SuperAdmin only. Retrieves details of a specific registered worker.
|
|
289
|
+
*/
|
|
290
|
+
declare const _18F56: <ThrowOnError extends boolean = true>(parameters: {
|
|
291
|
+
id: string;
|
|
292
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<GetResponses, unknown, ThrowOnError>;
|
|
293
|
+
/**
|
|
294
|
+
* Revoke worker credentials
|
|
295
|
+
*
|
|
296
|
+
* SuperAdmin only. Revokes a worker's credentials, preventing further authentication.
|
|
297
|
+
*/
|
|
298
|
+
declare const _037B0F17a: <ThrowOnError extends boolean = true>(parameters: {
|
|
299
|
+
id: string;
|
|
300
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<RevokeResponses, unknown, ThrowOnError>;
|
|
301
|
+
/**
|
|
302
|
+
* List all worker registration tokens
|
|
303
|
+
*
|
|
304
|
+
* SuperAdmin only. Lists all registration tokens for worker authentication.
|
|
305
|
+
*/
|
|
306
|
+
declare const _041B6F330: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<List1Responses, unknown, ThrowOnError>;
|
|
307
|
+
/**
|
|
308
|
+
* Create a new worker registration token
|
|
309
|
+
*
|
|
310
|
+
* SuperAdmin only. Creates a new registration token. The plaintext token is returned only once.
|
|
311
|
+
*/
|
|
312
|
+
declare const _0509A5F04: <ThrowOnError extends boolean = true>(parameters: {
|
|
313
|
+
workerRegistrationTokenControllerApiCreateTokenRequest: WorkerRegistrationTokenControllerApiCreateTokenRequest;
|
|
314
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateResponses, unknown, ThrowOnError>;
|
|
315
|
+
/**
|
|
316
|
+
* Delete a worker registration token
|
|
317
|
+
*
|
|
318
|
+
* SuperAdmin only. Deletes a registration token.
|
|
319
|
+
*/
|
|
320
|
+
declare const _30Dbd29d: <ThrowOnError extends boolean = true>(parameters: {
|
|
321
|
+
id: string;
|
|
322
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<Delete1Responses, unknown, ThrowOnError>;
|
|
323
|
+
/**
|
|
324
|
+
* Get a worker registration token by ID
|
|
325
|
+
*
|
|
326
|
+
* SuperAdmin only. Retrieves details of a specific registration token.
|
|
327
|
+
*/
|
|
328
|
+
declare const _5Db1D88: <ThrowOnError extends boolean = true>(parameters: {
|
|
329
|
+
id: string;
|
|
330
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<Get1Responses, unknown, ThrowOnError>;
|
|
331
|
+
/**
|
|
332
|
+
* Revoke a worker registration token
|
|
333
|
+
*
|
|
334
|
+
* SuperAdmin only. Revokes a registration token, preventing further use.
|
|
335
|
+
*/
|
|
336
|
+
declare const _0F3A6F48: <ThrowOnError extends boolean = true>(parameters: {
|
|
337
|
+
id: string;
|
|
338
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<Revoke1Responses, unknown, ThrowOnError>;
|
|
339
|
+
declare const _3E005Ec1: <ThrowOnError extends boolean = true>(parameters: {
|
|
340
|
+
invitationId: string;
|
|
341
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AcceptInvitationResponses, unknown, ThrowOnError>;
|
|
342
|
+
declare const _638062Ff: <ThrowOnError extends boolean = true>(parameters: {
|
|
343
|
+
invitationId: string;
|
|
344
|
+
authControllerInvitationUserRequest: AuthControllerInvitationUserRequest;
|
|
345
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateFromInvitationResponses, unknown, ThrowOnError>;
|
|
346
|
+
/**
|
|
347
|
+
* Create a kill switch
|
|
348
|
+
*
|
|
349
|
+
* Superadmin-only. Creates a kill switch.
|
|
350
|
+
*/
|
|
351
|
+
declare const _1013D24e: <ThrowOnError extends boolean = true>(parameters: {
|
|
352
|
+
killSwitch: KillSwitch;
|
|
353
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateKillSwitchResponses, unknown, ThrowOnError>;
|
|
354
|
+
/**
|
|
355
|
+
* Retrieve all kill switches
|
|
356
|
+
*
|
|
357
|
+
* Superadmin-only. Returns all kill switches.
|
|
358
|
+
*/
|
|
359
|
+
declare const _0380059D8: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<SearchKillSwitchesResponses, unknown, ThrowOnError>;
|
|
360
|
+
/**
|
|
361
|
+
* Delete a kill switch
|
|
362
|
+
*
|
|
363
|
+
* Superadmin-only. Deletes a kill switch by its ID.
|
|
364
|
+
*/
|
|
365
|
+
declare const _489De83d: <ThrowOnError extends boolean = true>(parameters: {
|
|
366
|
+
id: string;
|
|
367
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteKillSwitchResponses, unknown, ThrowOnError>;
|
|
368
|
+
/**
|
|
369
|
+
* Update a kill switch
|
|
370
|
+
*
|
|
371
|
+
* Superadmin-only. Updates a kill switch by its ID.
|
|
372
|
+
*/
|
|
373
|
+
declare const _56C0Cddb: <ThrowOnError extends boolean = true>(parameters: {
|
|
374
|
+
id: string;
|
|
375
|
+
killSwitch: KillSwitch;
|
|
376
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateKillSwitchResponses, unknown, ThrowOnError>;
|
|
377
|
+
/**
|
|
378
|
+
* Retrieve license information
|
|
379
|
+
*
|
|
380
|
+
* Global endpoint, available to any authenticated user.
|
|
381
|
+
*/
|
|
382
|
+
declare const _0263Aab71: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<LicenseInfoResponses, unknown, ThrowOnError>;
|
|
383
|
+
/**
|
|
384
|
+
* Check if flows are present on the main tenant.
|
|
385
|
+
*/
|
|
386
|
+
declare const _033Ccd4Fe: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<MainTenantFlowsResponses, unknown, ThrowOnError>;
|
|
387
|
+
/**
|
|
388
|
+
* Get details about the authenticated user
|
|
389
|
+
*
|
|
390
|
+
* Requires the ME permission.
|
|
391
|
+
*/
|
|
392
|
+
declare const _23D6B8E4: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<CurrentUserResponses, unknown, ThrowOnError>;
|
|
393
|
+
/**
|
|
394
|
+
* Update authenticated user details
|
|
395
|
+
*
|
|
396
|
+
* Updates the authenticated user's profile information and returns the updated user.
|
|
397
|
+
*/
|
|
398
|
+
declare const _07753C84: <ThrowOnError extends boolean = true>(parameters: {
|
|
399
|
+
meControllerApiUserDetailsRequest: MeControllerApiUserDetailsRequest;
|
|
400
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PatchCurrentUserResponses, unknown, ThrowOnError>;
|
|
401
|
+
/**
|
|
402
|
+
* List API tokens for authenticated user
|
|
403
|
+
*
|
|
404
|
+
* Returns all API tokens belonging to the authenticated user.
|
|
405
|
+
*/
|
|
406
|
+
declare const _0B6464Af: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ListApiTokensForCurrentUserResponses, unknown, ThrowOnError>;
|
|
407
|
+
/**
|
|
408
|
+
* Create API token for the authenticated user
|
|
409
|
+
*/
|
|
410
|
+
declare const _03Ab0B9Aa: <ThrowOnError extends boolean = true>(parameters: {
|
|
411
|
+
createApiTokenRequest: CreateApiTokenRequest;
|
|
412
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateApiTokenForCurrentUserResponses, unknown, ThrowOnError>;
|
|
413
|
+
/**
|
|
414
|
+
* Delete API token for the authenticated user
|
|
415
|
+
*/
|
|
416
|
+
declare const _0154B123b: <ThrowOnError extends boolean = true>(parameters: {
|
|
417
|
+
tokenId: string;
|
|
418
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteApiTokenForCurrentUserResponses, unknown, ThrowOnError>;
|
|
419
|
+
/**
|
|
420
|
+
* List invitations for the authenticated user
|
|
421
|
+
*
|
|
422
|
+
* Returns all invitations for the authenticated user's email across all tenants.
|
|
423
|
+
*/
|
|
424
|
+
declare const _6998Eead: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<FindAllInvitationsForCurrentUserResponses, unknown, ThrowOnError>;
|
|
425
|
+
/**
|
|
426
|
+
* Update authenticated user password
|
|
427
|
+
*
|
|
428
|
+
* Changes the login password for the authenticated user.
|
|
429
|
+
*/
|
|
430
|
+
declare const _789F9416: <ThrowOnError extends boolean = true>(parameters: {
|
|
431
|
+
meControllerApiUpdatePasswordRequest: MeControllerApiUpdatePasswordRequest;
|
|
432
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateCurrentUserPasswordResponses, unknown, ThrowOnError>;
|
|
433
|
+
/**
|
|
434
|
+
* Retrieve the list of available Pebble expression filters.
|
|
435
|
+
*/
|
|
436
|
+
declare const _34380E43: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ExpressionFiltersResponses, unknown, ThrowOnError>;
|
|
437
|
+
/**
|
|
438
|
+
* Retrieve the available Pebble expression functions with their arguments and defaults.
|
|
439
|
+
*/
|
|
440
|
+
declare const _3294Ffe3: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ExpressionFunctionsResponses, unknown, ThrowOnError>;
|
|
441
|
+
/**
|
|
442
|
+
* Get list of plugins
|
|
443
|
+
*/
|
|
444
|
+
declare const _09Bfeede: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<ListPluginsResponses, unknown, ThrowOnError>;
|
|
445
|
+
/**
|
|
446
|
+
* Get plugins group by subgroups
|
|
447
|
+
*/
|
|
448
|
+
declare const _01C6847B6: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<PluginBySubgroupsResponses, unknown, ThrowOnError>;
|
|
449
|
+
/**
|
|
450
|
+
* Get plugins icons
|
|
451
|
+
*/
|
|
452
|
+
declare const _34407Ba7: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<PluginIconsResponses, unknown, ThrowOnError>;
|
|
453
|
+
/**
|
|
454
|
+
* Get plugins icons
|
|
455
|
+
*/
|
|
456
|
+
declare const _052623492: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<PluginGroupIconsResponses, unknown, ThrowOnError>;
|
|
457
|
+
/**
|
|
458
|
+
* Get all types for an inputs
|
|
459
|
+
*/
|
|
460
|
+
declare const _37F2Df50: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<AllInputTypesResponses, unknown, ThrowOnError>;
|
|
461
|
+
/**
|
|
462
|
+
* Get the JSON schema for an input type
|
|
463
|
+
*
|
|
464
|
+
* The schema will be a [JSON Schema Draft 7](http://json-schema.org/draft-07/schema)
|
|
465
|
+
*/
|
|
466
|
+
declare const _17875579: <ThrowOnError extends boolean = true>(parameters: {
|
|
467
|
+
type: Type;
|
|
468
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SchemaFromInputTypeResponses, unknown, ThrowOnError>;
|
|
469
|
+
/**
|
|
470
|
+
* Get plugins group by subgroups
|
|
471
|
+
*/
|
|
472
|
+
declare const _01C500B8a: <ThrowOnError extends boolean = true>(parameters: {
|
|
473
|
+
body: Array<TaskWithVersion>;
|
|
474
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PluginUiManifestResponses, unknown, ThrowOnError>;
|
|
475
|
+
/**
|
|
476
|
+
* Get the properties part of the JSON schema for a type
|
|
477
|
+
*
|
|
478
|
+
* The schema will be a [JSON Schema Draft 7](http://json-schema.org/draft-07/schema)
|
|
479
|
+
*/
|
|
480
|
+
declare const _05Fc2Bba9: <ThrowOnError extends boolean = true>(parameters: {
|
|
481
|
+
type: SchemaType;
|
|
482
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PropertiesFromTypeResponses, unknown, ThrowOnError>;
|
|
483
|
+
/**
|
|
484
|
+
* Get the JSON schema for a type
|
|
485
|
+
*
|
|
486
|
+
* The schema will be a [JSON Schema Draft 7](http://json-schema.org/draft-07/schema)
|
|
487
|
+
*/
|
|
488
|
+
declare const _011Bcf8Ea: <ThrowOnError extends boolean = true>(parameters: {
|
|
489
|
+
type: SchemaType;
|
|
490
|
+
arrayOf?: boolean;
|
|
491
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SchemasFromTypeResponses, unknown, ThrowOnError>;
|
|
492
|
+
/**
|
|
493
|
+
* Get plugin documentation
|
|
494
|
+
*/
|
|
495
|
+
declare const _020Ed1B9: <ThrowOnError extends boolean = true>(parameters: {
|
|
496
|
+
cls: string;
|
|
497
|
+
all?: boolean;
|
|
498
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PluginDocumentationResponses, unknown, ThrowOnError>;
|
|
499
|
+
/**
|
|
500
|
+
* Get all versions for a plugin
|
|
501
|
+
*/
|
|
502
|
+
declare const _51936Eee: <ThrowOnError extends boolean = true>(parameters: {
|
|
503
|
+
cls: string;
|
|
504
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PluginVersionsResponses, unknown, ThrowOnError>;
|
|
505
|
+
/**
|
|
506
|
+
* Get plugin documentation
|
|
507
|
+
*/
|
|
508
|
+
declare const _1B622107: <ThrowOnError extends boolean = true>(parameters: {
|
|
509
|
+
cls: string;
|
|
510
|
+
version: string;
|
|
511
|
+
all?: boolean;
|
|
512
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PluginDocumentationFromVersionResponses, unknown, ThrowOnError>;
|
|
513
|
+
/**
|
|
514
|
+
* Get plugins group by subgroups
|
|
515
|
+
*/
|
|
516
|
+
declare const _06Ed786D9: <ThrowOnError extends boolean = true>(parameters: {
|
|
517
|
+
group: string;
|
|
518
|
+
path: string;
|
|
519
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PluginUiResponses, unknown, ThrowOnError>;
|
|
520
|
+
/**
|
|
521
|
+
* Request an authentication code for login verification
|
|
522
|
+
*/
|
|
523
|
+
declare const _4485351c: <ThrowOnError extends boolean = true>(parameters: {
|
|
524
|
+
email: string;
|
|
525
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<RequestCodeResponses, unknown, ThrowOnError>;
|
|
526
|
+
/**
|
|
527
|
+
* Change a password for given token.
|
|
528
|
+
*
|
|
529
|
+
* Change a password for given token. If password does not match password policy, use can still retry.
|
|
530
|
+
*/
|
|
531
|
+
declare const _017482F6: <ThrowOnError extends boolean = true>(parameters: {
|
|
532
|
+
authControllerResetPasswordRequest: AuthControllerResetPasswordRequest;
|
|
533
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ResetPasswordResponses, unknown, ThrowOnError>;
|
|
534
|
+
/**
|
|
535
|
+
* List service accounts. Superadmin-only.
|
|
536
|
+
*/
|
|
537
|
+
declare const _64A9593d: <ThrowOnError extends boolean = true>(parameters: {
|
|
538
|
+
page?: number;
|
|
539
|
+
size?: number;
|
|
540
|
+
sort?: Array<string> | null;
|
|
541
|
+
filters: Array<QueryFilter>;
|
|
542
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListServiceAccountsResponses, ListServiceAccountsErrors, ThrowOnError>;
|
|
543
|
+
/**
|
|
544
|
+
* Create a service account
|
|
545
|
+
*
|
|
546
|
+
* Superadmin-only. CReate service account with access to multiple tenants.
|
|
547
|
+
*/
|
|
548
|
+
declare const _0A5Ca62c: <ThrowOnError extends boolean = true>(parameters: {
|
|
549
|
+
iamServiceAccountControllerApiCreateServiceAccountRequest: IamServiceAccountControllerApiCreateServiceAccountRequest;
|
|
550
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateServiceAccountResponses, unknown, ThrowOnError>;
|
|
551
|
+
/**
|
|
552
|
+
* Delete a service account
|
|
553
|
+
*
|
|
554
|
+
* Superadmin-only. Delete a service account including all its access.
|
|
555
|
+
*/
|
|
556
|
+
declare const e42E043: <ThrowOnError extends boolean = true>(parameters: {
|
|
557
|
+
id: string;
|
|
558
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteServiceAccountResponses, DeleteServiceAccountErrors, ThrowOnError>;
|
|
559
|
+
/**
|
|
560
|
+
* Get a service account
|
|
561
|
+
*
|
|
562
|
+
* Superadmin-only. Get user account details.
|
|
563
|
+
*/
|
|
564
|
+
declare const _405255B8: <ThrowOnError extends boolean = true>(parameters: {
|
|
565
|
+
id: string;
|
|
566
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ServiceAccountResponses, ServiceAccountErrors, ThrowOnError>;
|
|
567
|
+
/**
|
|
568
|
+
* Update service account details
|
|
569
|
+
*
|
|
570
|
+
* Superadmin-only. Updates the details of a service account.
|
|
571
|
+
*/
|
|
572
|
+
declare const _27B78202: <ThrowOnError extends boolean = true>(parameters: {
|
|
573
|
+
id: string;
|
|
574
|
+
iamServiceAccountControllerApiPatchServiceAccountRequest: IamServiceAccountControllerApiPatchServiceAccountRequest;
|
|
575
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PatchServiceAccountDetailsResponses, unknown, ThrowOnError>;
|
|
576
|
+
/**
|
|
577
|
+
* List API tokens for a specific service account
|
|
578
|
+
*/
|
|
579
|
+
declare const _010043Fd5: <ThrowOnError extends boolean = true>(parameters: {
|
|
580
|
+
id: string;
|
|
581
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListApiTokensForServiceAccountResponses, unknown, ThrowOnError>;
|
|
582
|
+
/**
|
|
583
|
+
* Create new API Token for a specific service account
|
|
584
|
+
*/
|
|
585
|
+
declare const _3026D709: <ThrowOnError extends boolean = true>(parameters: {
|
|
586
|
+
id: string;
|
|
587
|
+
createApiTokenRequest: CreateApiTokenRequest;
|
|
588
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateApiTokensForServiceAccountResponses, unknown, ThrowOnError>;
|
|
589
|
+
/**
|
|
590
|
+
* Delete an API Token for specific service account and token id
|
|
591
|
+
*/
|
|
592
|
+
declare const _0434216C9: <ThrowOnError extends boolean = true>(parameters: {
|
|
593
|
+
id: string;
|
|
594
|
+
tokenId: string;
|
|
595
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteApiTokenForServiceAccountResponses, unknown, ThrowOnError>;
|
|
596
|
+
/**
|
|
597
|
+
* Update service account superadmin privileges
|
|
598
|
+
*
|
|
599
|
+
* Superadmin-only. Updates whether a service account is a superadmin.
|
|
600
|
+
*/
|
|
601
|
+
declare const _0465C8F2c: <ThrowOnError extends boolean = true>(parameters: {
|
|
602
|
+
id: string;
|
|
603
|
+
apiPatchSuperAdminRequest: ApiPatchSuperAdminRequest;
|
|
604
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PatchServiceAccountSuperAdminResponses, PatchServiceAccountSuperAdminErrors, ThrowOnError>;
|
|
605
|
+
/**
|
|
606
|
+
* Retrieve current setup configuration
|
|
607
|
+
*/
|
|
608
|
+
declare const _02437E287: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<SetupConfigurationResponses, unknown, ThrowOnError>;
|
|
609
|
+
/**
|
|
610
|
+
* Retrieve debug information for a support ticket
|
|
611
|
+
*
|
|
612
|
+
* Returns aggregated debug information about the current Kestra instance. Available to all authenticated users.
|
|
613
|
+
*/
|
|
614
|
+
declare const _50Eb0692: <ThrowOnError extends boolean = true>(options?: Options<never, ThrowOnError>) => RequestResult<SupportDebugInfoResponses, unknown, ThrowOnError>;
|
|
615
|
+
/**
|
|
616
|
+
* Forward support ticket to configured registry proxy
|
|
617
|
+
*/
|
|
618
|
+
declare const _2C5384F6: <ThrowOnError extends boolean = true>(parameters?: {
|
|
619
|
+
payload?: string;
|
|
620
|
+
filesPublisher?: Array<Blob | File> | null;
|
|
621
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ForwardSupportTicketResponses, unknown, ThrowOnError>;
|
|
622
|
+
/**
|
|
623
|
+
* Create a tenant
|
|
624
|
+
*
|
|
625
|
+
* Superadmin-only.
|
|
626
|
+
*/
|
|
627
|
+
declare const _6C815Dae: <ThrowOnError extends boolean = true>(parameters: {
|
|
628
|
+
tenant: Tenant;
|
|
629
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<Create1Responses, unknown, ThrowOnError>;
|
|
630
|
+
/**
|
|
631
|
+
* Search for tenants
|
|
632
|
+
*
|
|
633
|
+
* Superadmin-only.
|
|
634
|
+
*/
|
|
635
|
+
declare const _2Ff5B9: <ThrowOnError extends boolean = true>(parameters?: {
|
|
636
|
+
q?: string | null;
|
|
637
|
+
page?: number;
|
|
638
|
+
size?: number;
|
|
639
|
+
sort?: Array<string> | null;
|
|
640
|
+
filters?: Array<QueryFilter> | null;
|
|
641
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FindResponses, unknown, ThrowOnError>;
|
|
642
|
+
/**
|
|
643
|
+
* Delete a tenant and all its resources
|
|
644
|
+
*
|
|
645
|
+
* Superadmin-only. Deletes all resources linked to the tenant, including flows, namespaces, apps, etc.
|
|
646
|
+
*/
|
|
647
|
+
declare const _30Dbd29e: <ThrowOnError extends boolean = true>(parameters: {
|
|
648
|
+
id: string;
|
|
649
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<Delete2Responses, unknown, ThrowOnError>;
|
|
650
|
+
/**
|
|
651
|
+
* Retrieve a tenant
|
|
652
|
+
*
|
|
653
|
+
* Superadmin-only.
|
|
654
|
+
*/
|
|
655
|
+
declare const _5Db1D89: <ThrowOnError extends boolean = true>(parameters: {
|
|
656
|
+
id: string;
|
|
657
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<Get2Responses, unknown, ThrowOnError>;
|
|
658
|
+
/**
|
|
659
|
+
* Update a tenant
|
|
660
|
+
*
|
|
661
|
+
* Superadmin-only.
|
|
662
|
+
*/
|
|
663
|
+
declare const _031Ffc737: <ThrowOnError extends boolean = true>(parameters: {
|
|
664
|
+
id: string;
|
|
665
|
+
tenant: Tenant;
|
|
666
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateResponses, unknown, ThrowOnError>;
|
|
667
|
+
/**
|
|
668
|
+
* Get the apps catalog config for the specified tenant.
|
|
669
|
+
*
|
|
670
|
+
* Superadmin-only.
|
|
671
|
+
*/
|
|
672
|
+
declare const _0425Af897: <ThrowOnError extends boolean = true>(parameters: {
|
|
673
|
+
id: string;
|
|
674
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AppsCatalogConfigResponses, unknown, ThrowOnError>;
|
|
675
|
+
/**
|
|
676
|
+
* Set the apps catalog config for the specified tenant.
|
|
677
|
+
*
|
|
678
|
+
* Superadmin-only.
|
|
679
|
+
*/
|
|
680
|
+
declare const _0139064D9: <ThrowOnError extends boolean = true>(parameters: {
|
|
681
|
+
id: string;
|
|
682
|
+
tenantControllerAppsCatalogConfigRequest: TenantControllerAppsCatalogConfigRequest;
|
|
683
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SetAppsCatalogConfigResponses, unknown, ThrowOnError>;
|
|
684
|
+
/**
|
|
685
|
+
* Remove the apps catalog logo for the specified tenant.
|
|
686
|
+
*
|
|
687
|
+
* Superadmin-only.
|
|
688
|
+
*/
|
|
689
|
+
declare const _03D361199: <ThrowOnError extends boolean = true>(parameters: {
|
|
690
|
+
id: string;
|
|
691
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteAppsCatalogLogoResponses, unknown, ThrowOnError>;
|
|
692
|
+
/**
|
|
693
|
+
* Set the apps catalog logo for the specified tenant.
|
|
694
|
+
*
|
|
695
|
+
* Superadmin-only.
|
|
696
|
+
*/
|
|
697
|
+
declare const _0121E6D30: <ThrowOnError extends boolean = true>(parameters: {
|
|
698
|
+
id: string;
|
|
699
|
+
logo?: Blob | File;
|
|
700
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SetAppsCatalogLogoResponses, unknown, ThrowOnError>;
|
|
701
|
+
/**
|
|
702
|
+
* Set a tenant logo
|
|
703
|
+
*
|
|
704
|
+
* Superadmin-only.
|
|
705
|
+
*/
|
|
706
|
+
declare const _764Cf52d: <ThrowOnError extends boolean = true>(parameters: {
|
|
707
|
+
id: string;
|
|
708
|
+
logo?: Blob | File;
|
|
709
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SetLogoResponses, unknown, ThrowOnError>;
|
|
710
|
+
/**
|
|
711
|
+
* Get default dashboards for this tenant
|
|
712
|
+
*/
|
|
713
|
+
declare const _07D8A0280: <ThrowOnError extends boolean = true>(parameters: {
|
|
714
|
+
id: string;
|
|
715
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DefaultDashboardsResponses, unknown, ThrowOnError>;
|
|
716
|
+
/**
|
|
717
|
+
* Update default dashboards for the entire tenant
|
|
718
|
+
*/
|
|
719
|
+
declare const _05Bfd34Cc: <ThrowOnError extends boolean = true>(parameters: {
|
|
720
|
+
id: string;
|
|
721
|
+
tenantControllerSetTenantDefaultDashboardsRequest: TenantControllerSetTenantDefaultDashboardsRequest;
|
|
722
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SetTenantDefaultDashboardsResponses, unknown, ThrowOnError>;
|
|
723
|
+
/**
|
|
724
|
+
* Retrieve users
|
|
725
|
+
*/
|
|
726
|
+
declare const _049835Ff6: <ThrowOnError extends boolean = true>(parameters: {
|
|
727
|
+
page?: number;
|
|
728
|
+
size?: number;
|
|
729
|
+
sort?: Array<string> | null;
|
|
730
|
+
filters: Array<QueryFilter>;
|
|
731
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListUsersResponses, unknown, ThrowOnError>;
|
|
732
|
+
/**
|
|
733
|
+
* Create a new user account
|
|
734
|
+
*
|
|
735
|
+
* Superadmin-only. Create a new user account with an optional password based authentication method.
|
|
736
|
+
*/
|
|
737
|
+
declare const _519D22E7: <ThrowOnError extends boolean = true>(parameters: {
|
|
738
|
+
iamUserControllerApiCreateOrUpdateUserRequest: IamUserControllerApiCreateOrUpdateUserRequest;
|
|
739
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateUserResponses, CreateUserErrors, ThrowOnError>;
|
|
740
|
+
/**
|
|
741
|
+
* Delete a user
|
|
742
|
+
*
|
|
743
|
+
* Superadmin-only. Delete a user including all its access.
|
|
744
|
+
*/
|
|
745
|
+
declare const _692E1816: <ThrowOnError extends boolean = true>(parameters: {
|
|
746
|
+
id: string;
|
|
747
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteUserResponses, DeleteUserErrors, ThrowOnError>;
|
|
748
|
+
/**
|
|
749
|
+
* Get a user
|
|
750
|
+
*
|
|
751
|
+
* Superadmin-only. Get user account details.
|
|
752
|
+
*/
|
|
753
|
+
declare const _36Ebcb: <ThrowOnError extends boolean = true>(parameters: {
|
|
754
|
+
id: string;
|
|
755
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UserResponses, UserErrors, ThrowOnError>;
|
|
756
|
+
/**
|
|
757
|
+
* Update user details
|
|
758
|
+
*
|
|
759
|
+
* Superadmin-only. Updates the the details of a user.
|
|
760
|
+
*/
|
|
761
|
+
declare const _01E98E3Cd: <ThrowOnError extends boolean = true>(parameters: {
|
|
762
|
+
id: string;
|
|
763
|
+
meControllerApiUserDetailsRequest: MeControllerApiUserDetailsRequest;
|
|
764
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PatchUserResponses, unknown, ThrowOnError>;
|
|
765
|
+
/**
|
|
766
|
+
* Update a user account
|
|
767
|
+
*
|
|
768
|
+
* Superadmin-only. Update an existing user account with an optional password based authentication method.
|
|
769
|
+
*/
|
|
770
|
+
declare const _011A2F3Cc: <ThrowOnError extends boolean = true>(parameters: {
|
|
771
|
+
id: string;
|
|
772
|
+
iamUserControllerApiCreateOrUpdateUserRequest: IamUserControllerApiCreateOrUpdateUserRequest;
|
|
773
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateUserResponses, UpdateUserErrors, ThrowOnError>;
|
|
774
|
+
/**
|
|
775
|
+
* List API tokens for a specific user
|
|
776
|
+
*
|
|
777
|
+
* Superadmin-only. Get all API token existing for a user.
|
|
778
|
+
*/
|
|
779
|
+
declare const _0865C602: <ThrowOnError extends boolean = true>(parameters: {
|
|
780
|
+
id: string;
|
|
781
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListApiTokensForUserResponses, ListApiTokensForUserErrors, ThrowOnError>;
|
|
782
|
+
/**
|
|
783
|
+
* Create new API Token for a specific user
|
|
784
|
+
*
|
|
785
|
+
* Superadmin-only. Create a new API token for a user.
|
|
786
|
+
*/
|
|
787
|
+
declare const _01Eb351A4: <ThrowOnError extends boolean = true>(parameters: {
|
|
788
|
+
id: string;
|
|
789
|
+
createApiTokenRequest: CreateApiTokenRequest;
|
|
790
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateApiTokensForUserResponses, CreateApiTokensForUserErrors, ThrowOnError>;
|
|
791
|
+
/**
|
|
792
|
+
* Delete an API Token for specific user and token id
|
|
793
|
+
*
|
|
794
|
+
* Superadmin-only. Delete an API token for a user.
|
|
795
|
+
*/
|
|
796
|
+
declare const _2Dbe020a: <ThrowOnError extends boolean = true>(parameters: {
|
|
797
|
+
id: string;
|
|
798
|
+
tokenId: string;
|
|
799
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteApiTokenForUserResponses, DeleteApiTokenForUserErrors, ThrowOnError>;
|
|
800
|
+
/**
|
|
801
|
+
* Update user password
|
|
802
|
+
*
|
|
803
|
+
* Superadmin-only. Updates whether a user is a superadmin.
|
|
804
|
+
*/
|
|
805
|
+
declare const _66Bf0D5f: <ThrowOnError extends boolean = true>(parameters: {
|
|
806
|
+
id: string;
|
|
807
|
+
auth: string;
|
|
808
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteUserAuthMethodResponses, DeleteUserAuthMethodErrors, ThrowOnError>;
|
|
809
|
+
/**
|
|
810
|
+
* Impersonate a user
|
|
811
|
+
*
|
|
812
|
+
* Superadmin-only. Allows an admin to impersonate another user.
|
|
813
|
+
*/
|
|
814
|
+
declare const _47Ed1E79: <ThrowOnError extends boolean = true>(parameters: {
|
|
815
|
+
id: string;
|
|
816
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ImpersonateResponses, ImpersonateErrors, ThrowOnError>;
|
|
817
|
+
/**
|
|
818
|
+
* Update user password
|
|
819
|
+
*
|
|
820
|
+
* Superadmin-only. Updates whether a user is a superadmin.
|
|
821
|
+
*/
|
|
822
|
+
declare const _0236Ea812: <ThrowOnError extends boolean = true>(parameters: {
|
|
823
|
+
id: string;
|
|
824
|
+
iamUserControllerApiPatchUserPasswordRequest: IamUserControllerApiPatchUserPasswordRequest;
|
|
825
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PatchUserPasswordResponses, PatchUserPasswordErrors, ThrowOnError>;
|
|
826
|
+
/**
|
|
827
|
+
* Delete a user refresh token
|
|
828
|
+
*/
|
|
829
|
+
declare const _04E4686D7: <ThrowOnError extends boolean = true>(parameters: {
|
|
830
|
+
id: string;
|
|
831
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteRefreshTokenResponses, DeleteRefreshTokenErrors, ThrowOnError>;
|
|
832
|
+
/**
|
|
833
|
+
* Update user demo
|
|
834
|
+
*
|
|
835
|
+
* Superadmin-only. Updates whether a user is for demo.
|
|
836
|
+
*/
|
|
837
|
+
declare const _63683Cb6: <ThrowOnError extends boolean = true>(parameters: {
|
|
838
|
+
id: string;
|
|
839
|
+
iamUserControllerApiPatchRestrictedRequest: IamUserControllerApiPatchRestrictedRequest;
|
|
840
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PatchUserDemoResponses, PatchUserDemoErrors, ThrowOnError>;
|
|
841
|
+
/**
|
|
842
|
+
* Update user superadmin privileges
|
|
843
|
+
*
|
|
844
|
+
* Superadmin-only. Updates whether a user is a superadmin.
|
|
845
|
+
*/
|
|
846
|
+
declare const _487Ead27: <ThrowOnError extends boolean = true>(parameters: {
|
|
847
|
+
id: string;
|
|
848
|
+
apiPatchSuperAdminRequest: ApiPatchSuperAdminRequest;
|
|
849
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PatchUserSuperAdminResponses, PatchUserSuperAdminErrors, ThrowOnError>;
|
|
850
|
+
declare const b65C1D1: <ThrowOnError extends boolean = true>(parameters: {
|
|
851
|
+
body: string;
|
|
852
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ValidatePasswordResponses, unknown, ThrowOnError>;
|
|
853
|
+
/**
|
|
854
|
+
* Retrieve list of actions
|
|
855
|
+
*
|
|
856
|
+
* Actions are used to restrict possible operations for each permission. Each action must be one of the following: CREATE, READ, UPDATE, DELETE. Using permissions and actions together, you can control access to resources e.g. only allow a user to read a flow, but not update or delete it.
|
|
857
|
+
*/
|
|
858
|
+
declare const _032A61D81: <ThrowOnError extends boolean = true>(parameters: {
|
|
859
|
+
tenant: string;
|
|
860
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListActionsResponses, unknown, ThrowOnError>;
|
|
861
|
+
/**
|
|
862
|
+
* Generate or regenerate an app based on a prompt (EE only)
|
|
863
|
+
*/
|
|
864
|
+
declare const _34D9Fc6c: <ThrowOnError extends boolean = true>(parameters: {
|
|
865
|
+
tenant: string;
|
|
866
|
+
appGenerationPrompt: AppGenerationPrompt;
|
|
867
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<GenerateAppResponses, unknown, ThrowOnError>;
|
|
868
|
+
/**
|
|
869
|
+
* Generate or regenerate a dashboard based on a prompt
|
|
870
|
+
*/
|
|
871
|
+
declare const _5Ded489f: <ThrowOnError extends boolean = true>(parameters: {
|
|
872
|
+
tenant: string;
|
|
873
|
+
aiControllerDashboardGenerationPrompt: AiControllerDashboardGenerationPrompt;
|
|
874
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<GenerateDashboardResponses, unknown, ThrowOnError>;
|
|
875
|
+
/**
|
|
876
|
+
* Generate or regenerate a flow based on a prompt
|
|
877
|
+
*/
|
|
878
|
+
declare const _6667C843: <ThrowOnError extends boolean = true>(parameters: {
|
|
879
|
+
tenant: string;
|
|
880
|
+
aiControllerFlowGenerationPrompt: AiControllerFlowGenerationPrompt;
|
|
881
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<GenerateFlowResponses, unknown, ThrowOnError>;
|
|
882
|
+
/**
|
|
883
|
+
* Generate or regenerate a test suite based on a prompt (EE only)
|
|
884
|
+
*/
|
|
885
|
+
declare const _55628B91: <ThrowOnError extends boolean = true>(parameters: {
|
|
886
|
+
tenant: string;
|
|
887
|
+
testSuiteGenerationPrompt: TestSuiteGenerationPrompt;
|
|
888
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<GenerateTestSuiteResponses, unknown, ThrowOnError>;
|
|
889
|
+
/**
|
|
890
|
+
* List available AI providers
|
|
891
|
+
*/
|
|
892
|
+
declare const _020A3475e: <ThrowOnError extends boolean = true>(parameters: {
|
|
893
|
+
tenant: string;
|
|
894
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ProvidersResponses, unknown, ThrowOnError>;
|
|
895
|
+
/**
|
|
896
|
+
* Delete existing apps
|
|
897
|
+
*/
|
|
898
|
+
declare const _02Cb78A91: <ThrowOnError extends boolean = true>(parameters: {
|
|
899
|
+
tenant: string;
|
|
900
|
+
appsControllerApiBulkOperationRequest: AppsControllerApiBulkOperationRequest;
|
|
901
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<BulkDeleteAppsResponses, unknown, ThrowOnError>;
|
|
902
|
+
/**
|
|
903
|
+
* Create a new app
|
|
904
|
+
*/
|
|
905
|
+
declare const _23A9Ef85: <ThrowOnError extends boolean = true>(parameters: {
|
|
906
|
+
tenant: string;
|
|
907
|
+
body: string;
|
|
908
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateAppResponses, unknown, ThrowOnError>;
|
|
909
|
+
/**
|
|
910
|
+
* Search for apps from catalog
|
|
911
|
+
*/
|
|
912
|
+
declare const _4F085C75: <ThrowOnError extends boolean = true>(parameters: {
|
|
913
|
+
tenant: string;
|
|
914
|
+
page?: number;
|
|
915
|
+
size?: number;
|
|
916
|
+
filters: Array<QueryFilter>;
|
|
917
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchAppsFromCatalogResponses, unknown, ThrowOnError>;
|
|
918
|
+
/**
|
|
919
|
+
* Disable existing apps
|
|
920
|
+
*/
|
|
921
|
+
declare const _2Aee0508: <ThrowOnError extends boolean = true>(parameters: {
|
|
922
|
+
tenant: string;
|
|
923
|
+
appsControllerApiBulkOperationRequest: AppsControllerApiBulkOperationRequest;
|
|
924
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<BulkDisableAppsResponses, unknown, ThrowOnError>;
|
|
925
|
+
/**
|
|
926
|
+
* Enable existing apps
|
|
927
|
+
*/
|
|
928
|
+
declare const _0250C96B9: <ThrowOnError extends boolean = true>(parameters: {
|
|
929
|
+
tenant: string;
|
|
930
|
+
appsControllerApiBulkOperationRequest: AppsControllerApiBulkOperationRequest;
|
|
931
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<BulkEnableAppsResponses, unknown, ThrowOnError>;
|
|
932
|
+
/**
|
|
933
|
+
* Export apps as a ZIP archive of YAML sources.
|
|
934
|
+
*/
|
|
935
|
+
declare const _7692D6F8: <ThrowOnError extends boolean = true>(parameters: {
|
|
936
|
+
tenant: string;
|
|
937
|
+
appsControllerApiBulkOperationRequest: AppsControllerApiBulkOperationRequest;
|
|
938
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<BulkExportAppsResponses, unknown, ThrowOnError>;
|
|
939
|
+
/**
|
|
940
|
+
* Import apps as a ZIP archive of yaml sources or a multi-objects YAML file.
|
|
941
|
+
* When sending a Yaml that contains one or more apps, a list of index is returned.
|
|
942
|
+
* When sending a ZIP archive, a list of files that couldn't be imported is returned.
|
|
943
|
+
*
|
|
944
|
+
*/
|
|
945
|
+
declare const _017382997: <ThrowOnError extends boolean = true>(parameters: {
|
|
946
|
+
tenant: string;
|
|
947
|
+
fileUpload?: Blob | File;
|
|
948
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<BulkImportAppsResponses, unknown, ThrowOnError>;
|
|
949
|
+
/**
|
|
950
|
+
* Search for apps
|
|
951
|
+
*/
|
|
952
|
+
declare const _02A616Fc6: <ThrowOnError extends boolean = true>(parameters: {
|
|
953
|
+
tenant: string;
|
|
954
|
+
page?: number;
|
|
955
|
+
size?: number;
|
|
956
|
+
sort?: Array<string> | null;
|
|
957
|
+
tags?: Array<string> | null;
|
|
958
|
+
q?: string | null;
|
|
959
|
+
namespace?: string | null;
|
|
960
|
+
flowId?: string | null;
|
|
961
|
+
filters: Array<QueryFilter>;
|
|
962
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchAppsResponses, unknown, ThrowOnError>;
|
|
963
|
+
/**
|
|
964
|
+
* Get all the app tags
|
|
965
|
+
*/
|
|
966
|
+
declare const _5034D9D7: <ThrowOnError extends boolean = true>(parameters: {
|
|
967
|
+
tenant: string;
|
|
968
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListTagsResponses, unknown, ThrowOnError>;
|
|
969
|
+
/**
|
|
970
|
+
* Get file meta information from an app execution
|
|
971
|
+
*/
|
|
972
|
+
declare const _5F5A0682: <ThrowOnError extends boolean = true>(parameters: {
|
|
973
|
+
id: string;
|
|
974
|
+
tenant: string;
|
|
975
|
+
path: string;
|
|
976
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FileMetaFromAppExecutionResponses, unknown, ThrowOnError>;
|
|
977
|
+
/**
|
|
978
|
+
* Get file preview from an app execution
|
|
979
|
+
*/
|
|
980
|
+
declare const _6214D18d: <ThrowOnError extends boolean = true>(parameters: {
|
|
981
|
+
id: string;
|
|
982
|
+
tenant: string;
|
|
983
|
+
path: string;
|
|
984
|
+
maxRows?: number | null;
|
|
985
|
+
encoding?: string;
|
|
986
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FilePreviewFromAppExecutionResponses, unknown, ThrowOnError>;
|
|
987
|
+
/**
|
|
988
|
+
* Get an event stream from a given app.
|
|
989
|
+
*/
|
|
990
|
+
declare const _3B58Db1e: <ThrowOnError extends boolean = true>(parameters: {
|
|
991
|
+
id: string;
|
|
992
|
+
stream: string;
|
|
993
|
+
tenant: string;
|
|
994
|
+
}, options?: Options<never, ThrowOnError, StreamEventsFromAppResponse>) => Promise<ServerSentEventsResult<StreamEventsFromAppResponses, unknown>>;
|
|
995
|
+
/**
|
|
996
|
+
* Download logs for an app execution
|
|
997
|
+
*/
|
|
998
|
+
declare const _06A967170: <ThrowOnError extends boolean = true>(parameters: {
|
|
999
|
+
uid: string;
|
|
1000
|
+
tenant: string;
|
|
1001
|
+
executionId: string;
|
|
1002
|
+
minLevel?: Level | null;
|
|
1003
|
+
taskIds?: Array<string> | null;
|
|
1004
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<LogsFromAppExecutionResponses, unknown, ThrowOnError>;
|
|
1005
|
+
/**
|
|
1006
|
+
* Delete an existing app
|
|
1007
|
+
*/
|
|
1008
|
+
declare const _01561E78a: <ThrowOnError extends boolean = true>(parameters: {
|
|
1009
|
+
uid: string;
|
|
1010
|
+
tenant: string;
|
|
1011
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteAppResponses, unknown, ThrowOnError>;
|
|
1012
|
+
/**
|
|
1013
|
+
* Retrieve an app
|
|
1014
|
+
*/
|
|
1015
|
+
declare const _17A21: <ThrowOnError extends boolean = true>(parameters: {
|
|
1016
|
+
uid: string;
|
|
1017
|
+
tenant: string;
|
|
1018
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AppResponses, unknown, ThrowOnError>;
|
|
1019
|
+
/**
|
|
1020
|
+
* Update an existing app
|
|
1021
|
+
*/
|
|
1022
|
+
declare const _0742Ed768: <ThrowOnError extends boolean = true>(parameters: {
|
|
1023
|
+
uid: string;
|
|
1024
|
+
tenant: string;
|
|
1025
|
+
body: string;
|
|
1026
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateAppResponses, unknown, ThrowOnError>;
|
|
1027
|
+
/**
|
|
1028
|
+
* Disable the app.
|
|
1029
|
+
*/
|
|
1030
|
+
declare const _0607Ee9E7: <ThrowOnError extends boolean = true>(parameters: {
|
|
1031
|
+
uid: string;
|
|
1032
|
+
tenant: string;
|
|
1033
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DisableAppResponses, unknown, ThrowOnError>;
|
|
1034
|
+
/**
|
|
1035
|
+
* Enable the app.
|
|
1036
|
+
*/
|
|
1037
|
+
declare const _025A6B662: <ThrowOnError extends boolean = true>(parameters: {
|
|
1038
|
+
uid: string;
|
|
1039
|
+
tenant: string;
|
|
1040
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<EnableAppResponses, unknown, ThrowOnError>;
|
|
1041
|
+
/**
|
|
1042
|
+
* Create a new asset
|
|
1043
|
+
*/
|
|
1044
|
+
declare const _01F1268Ac: <ThrowOnError extends boolean = true>(parameters: {
|
|
1045
|
+
tenant: string;
|
|
1046
|
+
body: string;
|
|
1047
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateAssetResponses, unknown, ThrowOnError>;
|
|
1048
|
+
/**
|
|
1049
|
+
* Delete assets by asset ids
|
|
1050
|
+
*/
|
|
1051
|
+
declare const _07B84118d: <ThrowOnError extends boolean = true>(parameters: {
|
|
1052
|
+
tenant: string;
|
|
1053
|
+
body: Array<string>;
|
|
1054
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteAssetsByIdsResponses, DeleteAssetsByIdsErrors, ThrowOnError>;
|
|
1055
|
+
/**
|
|
1056
|
+
* Delete assets by query
|
|
1057
|
+
*/
|
|
1058
|
+
declare const _55B26Dc3: <ThrowOnError extends boolean = true>(parameters: {
|
|
1059
|
+
tenant: string;
|
|
1060
|
+
filters: Array<QueryFilter>;
|
|
1061
|
+
purge?: boolean;
|
|
1062
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteAssetsByQueryResponses, DeleteAssetsByQueryErrors, ThrowOnError>;
|
|
1063
|
+
/**
|
|
1064
|
+
* Delete asset lineage events by query, hard-delete (purge) only
|
|
1065
|
+
*/
|
|
1066
|
+
declare const _735A5032: <ThrowOnError extends boolean = true>(parameters: {
|
|
1067
|
+
tenant: string;
|
|
1068
|
+
filters: Array<QueryFilter>;
|
|
1069
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteAssetLineageEventsByQueryResponses, unknown, ThrowOnError>;
|
|
1070
|
+
/**
|
|
1071
|
+
* Search for asset lineage events
|
|
1072
|
+
*/
|
|
1073
|
+
declare const _1C95E03c: <ThrowOnError extends boolean = true>(parameters: {
|
|
1074
|
+
tenant: string;
|
|
1075
|
+
page?: number;
|
|
1076
|
+
size?: number;
|
|
1077
|
+
sort?: Array<string> | null;
|
|
1078
|
+
filters: Array<QueryFilter>;
|
|
1079
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchAssetLineageEventsResponses, unknown, ThrowOnError>;
|
|
1080
|
+
/**
|
|
1081
|
+
* Search for assets
|
|
1082
|
+
*/
|
|
1083
|
+
declare const _0179918B5: <ThrowOnError extends boolean = true>(parameters: {
|
|
1084
|
+
tenant: string;
|
|
1085
|
+
page?: number;
|
|
1086
|
+
size?: number;
|
|
1087
|
+
sort?: Array<string> | null;
|
|
1088
|
+
filters: Array<QueryFilter>;
|
|
1089
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchAssetsResponses, unknown, ThrowOnError>;
|
|
1090
|
+
/**
|
|
1091
|
+
* Delete asset usages by query, hard-delete (purge) only
|
|
1092
|
+
*/
|
|
1093
|
+
declare const _03765E0A6: <ThrowOnError extends boolean = true>(parameters: {
|
|
1094
|
+
tenant: string;
|
|
1095
|
+
filters: Array<QueryFilter>;
|
|
1096
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteAssetUsagesByQueryResponses, unknown, ThrowOnError>;
|
|
1097
|
+
/**
|
|
1098
|
+
* Search for asset usages
|
|
1099
|
+
*/
|
|
1100
|
+
declare const _015E23Cc6: <ThrowOnError extends boolean = true>(parameters: {
|
|
1101
|
+
tenant: string;
|
|
1102
|
+
page?: number;
|
|
1103
|
+
size?: number;
|
|
1104
|
+
sort?: Array<string> | null;
|
|
1105
|
+
filters: Array<QueryFilter>;
|
|
1106
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchAssetUsagesResponses, unknown, ThrowOnError>;
|
|
1107
|
+
/**
|
|
1108
|
+
* Delete an asset
|
|
1109
|
+
*/
|
|
1110
|
+
declare const _04484B7Fb: <ThrowOnError extends boolean = true>(parameters: {
|
|
1111
|
+
id: string;
|
|
1112
|
+
tenant: string;
|
|
1113
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteAssetResponses, unknown, ThrowOnError>;
|
|
1114
|
+
/**
|
|
1115
|
+
* Retrieve an asset
|
|
1116
|
+
*/
|
|
1117
|
+
declare const _58Ceaf0: <ThrowOnError extends boolean = true>(parameters: {
|
|
1118
|
+
id: string;
|
|
1119
|
+
tenant: string;
|
|
1120
|
+
allowDeleted?: boolean;
|
|
1121
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AssetResponses, unknown, ThrowOnError>;
|
|
1122
|
+
/**
|
|
1123
|
+
* Get an asset dependencies
|
|
1124
|
+
*/
|
|
1125
|
+
declare const _065D9Abc7: <ThrowOnError extends boolean = true>(parameters: {
|
|
1126
|
+
id: string;
|
|
1127
|
+
tenant: string;
|
|
1128
|
+
destinationOnly?: boolean;
|
|
1129
|
+
expandAll?: boolean;
|
|
1130
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AssetDependenciesResponses, unknown, ThrowOnError>;
|
|
1131
|
+
/**
|
|
1132
|
+
* Export all audit logs as a streamed CSV file
|
|
1133
|
+
*/
|
|
1134
|
+
declare const _07B13992a: <ThrowOnError extends boolean = true>(parameters: {
|
|
1135
|
+
tenant: string;
|
|
1136
|
+
q?: string | null;
|
|
1137
|
+
namespace?: string | null;
|
|
1138
|
+
flowId?: string | null;
|
|
1139
|
+
executionId?: string | null;
|
|
1140
|
+
userId?: string | null;
|
|
1141
|
+
id?: string | null;
|
|
1142
|
+
resources?: Array<ResourceType> | null;
|
|
1143
|
+
startDate?: string | null;
|
|
1144
|
+
endDate?: string | null;
|
|
1145
|
+
details?: {
|
|
1146
|
+
[key: string]: string;
|
|
1147
|
+
} | null;
|
|
1148
|
+
type?: CrudEventType | null;
|
|
1149
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExportAuditLogsResponses, unknown, ThrowOnError>;
|
|
1150
|
+
/**
|
|
1151
|
+
* Find a specific audit log
|
|
1152
|
+
*/
|
|
1153
|
+
declare const _42E6Ce42: <ThrowOnError extends boolean = true>(parameters: {
|
|
1154
|
+
tenant: string;
|
|
1155
|
+
auditLogControllerFindRequest: AuditLogControllerFindRequest;
|
|
1156
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FindAuditLogResponses, unknown, ThrowOnError>;
|
|
1157
|
+
/**
|
|
1158
|
+
* Find all audit logs about a specific resource.
|
|
1159
|
+
*/
|
|
1160
|
+
declare const _67B2B91a: <ThrowOnError extends boolean = true>(parameters: {
|
|
1161
|
+
detailId: string;
|
|
1162
|
+
tenant: string;
|
|
1163
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListAuditLogFromResourceIdResponses, unknown, ThrowOnError>;
|
|
1164
|
+
/**
|
|
1165
|
+
* Search for audit logs
|
|
1166
|
+
*/
|
|
1167
|
+
declare const _063F9F89e: <ThrowOnError extends boolean = true>(parameters: {
|
|
1168
|
+
tenant: string;
|
|
1169
|
+
page?: number;
|
|
1170
|
+
size?: number;
|
|
1171
|
+
sort?: Array<string> | null;
|
|
1172
|
+
filters?: Array<QueryFilter> | null;
|
|
1173
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchAuditLogsResponses, unknown, ThrowOnError>;
|
|
1174
|
+
/**
|
|
1175
|
+
* Retrieve the diff between audit logs
|
|
1176
|
+
*
|
|
1177
|
+
* Retrieves the diff between the current version and a selected previous version of a given resource based on audit logs.
|
|
1178
|
+
*/
|
|
1179
|
+
declare const _2Cac1C06: <ThrowOnError extends boolean = true>(parameters: {
|
|
1180
|
+
id: string;
|
|
1181
|
+
tenant: string;
|
|
1182
|
+
previousId?: string | null;
|
|
1183
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ResourceDiffFromAuditLogResponses, unknown, ThrowOnError>;
|
|
1184
|
+
/**
|
|
1185
|
+
* Create a binding
|
|
1186
|
+
*/
|
|
1187
|
+
declare const _7F73D1E9: <ThrowOnError extends boolean = true>(parameters: {
|
|
1188
|
+
tenant: string;
|
|
1189
|
+
iamBindingControllerApiCreateBindingRequest: IamBindingControllerApiCreateBindingRequest;
|
|
1190
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateBindingResponses, unknown, ThrowOnError>;
|
|
1191
|
+
/**
|
|
1192
|
+
* Create multiple bindings
|
|
1193
|
+
*/
|
|
1194
|
+
declare const _07F78209: <ThrowOnError extends boolean = true>(parameters: {
|
|
1195
|
+
tenant: string;
|
|
1196
|
+
body: Array<IamBindingControllerApiCreateBindingRequest>;
|
|
1197
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<BulkCreateBindingResponses, unknown, ThrowOnError>;
|
|
1198
|
+
/**
|
|
1199
|
+
* Search for bindings
|
|
1200
|
+
*/
|
|
1201
|
+
declare const _0476E3Baa: <ThrowOnError extends boolean = true>(parameters: {
|
|
1202
|
+
tenant: string;
|
|
1203
|
+
page?: number;
|
|
1204
|
+
size?: number;
|
|
1205
|
+
sort?: Array<string> | null;
|
|
1206
|
+
type?: BindingType | null;
|
|
1207
|
+
id?: string | null;
|
|
1208
|
+
namespace?: string | null;
|
|
1209
|
+
filters: Array<QueryFilter>;
|
|
1210
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchBindingsResponses, unknown, ThrowOnError>;
|
|
1211
|
+
/**
|
|
1212
|
+
* Delete a binding
|
|
1213
|
+
*/
|
|
1214
|
+
declare const _012A7E5A6: <ThrowOnError extends boolean = true>(parameters: {
|
|
1215
|
+
id: string;
|
|
1216
|
+
tenant: string;
|
|
1217
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteBindingResponses, unknown, ThrowOnError>;
|
|
1218
|
+
/**
|
|
1219
|
+
* Retrieve a binding
|
|
1220
|
+
*/
|
|
1221
|
+
declare const _0673517b: <ThrowOnError extends boolean = true>(parameters: {
|
|
1222
|
+
id: string;
|
|
1223
|
+
tenant: string;
|
|
1224
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<BindingResponses, unknown, ThrowOnError>;
|
|
1225
|
+
/**
|
|
1226
|
+
* List all blueprints
|
|
1227
|
+
*
|
|
1228
|
+
* Lists all community blueprints of the specified kind. Community blueprints are shared and versioned.
|
|
1229
|
+
*/
|
|
1230
|
+
declare const _04Fc707F8: <ThrowOnError extends boolean = true>(parameters: {
|
|
1231
|
+
kind: BlueprintControllerKind;
|
|
1232
|
+
tenant: string;
|
|
1233
|
+
q?: string | null;
|
|
1234
|
+
sort?: string | null;
|
|
1235
|
+
tags?: Array<string> | null;
|
|
1236
|
+
page?: number;
|
|
1237
|
+
size?: number;
|
|
1238
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchBlueprintsResponses, unknown, ThrowOnError>;
|
|
1239
|
+
/**
|
|
1240
|
+
* List blueprint tags matching the filter
|
|
1241
|
+
*
|
|
1242
|
+
* Lists tags for community blueprints of the specified kind, optionally filtered by query.
|
|
1243
|
+
*/
|
|
1244
|
+
declare const _1Aac14e: <ThrowOnError extends boolean = true>(parameters: {
|
|
1245
|
+
kind: BlueprintControllerKind;
|
|
1246
|
+
tenant: string;
|
|
1247
|
+
q?: string | null;
|
|
1248
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListBlueprintTagsResponses, unknown, ThrowOnError>;
|
|
1249
|
+
/**
|
|
1250
|
+
* Retrieve a blueprint
|
|
1251
|
+
*
|
|
1252
|
+
* Retrieves details of a specific community blueprint.
|
|
1253
|
+
*/
|
|
1254
|
+
declare const _7523Aa93: <ThrowOnError extends boolean = true>(parameters: {
|
|
1255
|
+
id: string;
|
|
1256
|
+
kind: BlueprintControllerKind;
|
|
1257
|
+
tenant: string;
|
|
1258
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<BlueprintResponses, unknown, ThrowOnError>;
|
|
1259
|
+
/**
|
|
1260
|
+
* Retrieve a blueprint graph
|
|
1261
|
+
*
|
|
1262
|
+
* Retrieves the topology graph representation of a specific community blueprint.
|
|
1263
|
+
*/
|
|
1264
|
+
declare const _5F8Cca7b: <ThrowOnError extends boolean = true>(parameters: {
|
|
1265
|
+
id: string;
|
|
1266
|
+
kind: BlueprintControllerKind;
|
|
1267
|
+
tenant: string;
|
|
1268
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<BlueprintGraphResponses, unknown, ThrowOnError>;
|
|
1269
|
+
/**
|
|
1270
|
+
* Retrieve a blueprint source code
|
|
1271
|
+
*
|
|
1272
|
+
* Retrieves the YAML source code for a specific community blueprint.
|
|
1273
|
+
*/
|
|
1274
|
+
declare const _0599A7B72: <ThrowOnError extends boolean = true>(parameters: {
|
|
1275
|
+
id: string;
|
|
1276
|
+
kind: BlueprintControllerKind;
|
|
1277
|
+
tenant: string;
|
|
1278
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<BlueprintSourceResponses, unknown, ThrowOnError>;
|
|
1279
|
+
/**
|
|
1280
|
+
* List all internal blueprints
|
|
1281
|
+
*
|
|
1282
|
+
* Lists all internal (custom) blueprints for the current tenant. Requires BLUEPRINT permission.
|
|
1283
|
+
*/
|
|
1284
|
+
declare const _21Acaa5: <ThrowOnError extends boolean = true>(parameters: {
|
|
1285
|
+
tenant: string;
|
|
1286
|
+
q?: string | null;
|
|
1287
|
+
sort?: string | null;
|
|
1288
|
+
tags?: Array<string> | null;
|
|
1289
|
+
page?: number;
|
|
1290
|
+
size?: number;
|
|
1291
|
+
source?: boolean | null;
|
|
1292
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchInternalBlueprintsResponses, unknown, ThrowOnError>;
|
|
1293
|
+
/**
|
|
1294
|
+
* Create a new internal blueprint
|
|
1295
|
+
*
|
|
1296
|
+
* Creates a new internal (custom) blueprint for the current tenant. Requires BLUEPRINT permission.
|
|
1297
|
+
*
|
|
1298
|
+
* @deprecated
|
|
1299
|
+
*/
|
|
1300
|
+
declare const _433558F9: <ThrowOnError extends boolean = true>(parameters: {
|
|
1301
|
+
tenant: string;
|
|
1302
|
+
blueprintControllerApiBlueprintItemWithSource: BlueprintControllerApiBlueprintItemWithSource;
|
|
1303
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateInternalBlueprintsResponses, unknown, ThrowOnError>;
|
|
1304
|
+
/**
|
|
1305
|
+
* List all internal blueprint tags
|
|
1306
|
+
*
|
|
1307
|
+
* Lists all tags used by internal (custom) blueprints for the current tenant.
|
|
1308
|
+
*/
|
|
1309
|
+
declare const _5E2Cd58f: <ThrowOnError extends boolean = true>(parameters: {
|
|
1310
|
+
tenant: string;
|
|
1311
|
+
q?: string | null;
|
|
1312
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<InternalBlueprintTagsResponses, unknown, ThrowOnError>;
|
|
1313
|
+
/**
|
|
1314
|
+
* Delete an internal blueprint
|
|
1315
|
+
*
|
|
1316
|
+
* Deletes an internal (custom) blueprint for the current tenant. Requires BLUEPRINT permission.
|
|
1317
|
+
*
|
|
1318
|
+
* @deprecated
|
|
1319
|
+
*/
|
|
1320
|
+
declare const _5Abe0Fe8: <ThrowOnError extends boolean = true>(parameters: {
|
|
1321
|
+
id: string;
|
|
1322
|
+
tenant: string;
|
|
1323
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteInternalBlueprintsResponses, unknown, ThrowOnError>;
|
|
1324
|
+
/**
|
|
1325
|
+
* Retrieve an internal blueprint
|
|
1326
|
+
*
|
|
1327
|
+
* Retrieves details of a specific internal (custom) blueprint. Requires BLUEPRINT permission.
|
|
1328
|
+
*/
|
|
1329
|
+
declare const _03Ed2B7Aa: <ThrowOnError extends boolean = true>(parameters: {
|
|
1330
|
+
id: string;
|
|
1331
|
+
tenant: string;
|
|
1332
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<InternalBlueprintResponses, unknown, ThrowOnError>;
|
|
1333
|
+
/**
|
|
1334
|
+
* Update an internal blueprint
|
|
1335
|
+
*
|
|
1336
|
+
* Updates an existing internal (custom) blueprint for the current tenant. Requires BLUEPRINT permission.
|
|
1337
|
+
*
|
|
1338
|
+
* @deprecated
|
|
1339
|
+
*/
|
|
1340
|
+
declare const _01F97887a: <ThrowOnError extends boolean = true>(parameters: {
|
|
1341
|
+
id: string;
|
|
1342
|
+
tenant: string;
|
|
1343
|
+
blueprintControllerApiBlueprintItemWithSource: BlueprintControllerApiBlueprintItemWithSource;
|
|
1344
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateInternalBlueprintsResponses, unknown, ThrowOnError>;
|
|
1345
|
+
/**
|
|
1346
|
+
* Retrieve an internal blueprint source code
|
|
1347
|
+
*
|
|
1348
|
+
* Retrieves the YAML source code for a specific internal (custom) blueprint. Requires BLUEPRINT permission.
|
|
1349
|
+
*/
|
|
1350
|
+
declare const _5E26A2A4: <ThrowOnError extends boolean = true>(parameters: {
|
|
1351
|
+
id: string;
|
|
1352
|
+
tenant: string;
|
|
1353
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<InternalBlueprintFlowResponses, unknown, ThrowOnError>;
|
|
1354
|
+
/**
|
|
1355
|
+
* Retrieve an flow blueprint
|
|
1356
|
+
*
|
|
1357
|
+
* Retrieves details of a specific flow blueprint. Requires BLUEPRINT permission.
|
|
1358
|
+
*/
|
|
1359
|
+
declare const _51093D05: <ThrowOnError extends boolean = true>(parameters: {
|
|
1360
|
+
id: string;
|
|
1361
|
+
tenant: string;
|
|
1362
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FlowBlueprintResponses, unknown, ThrowOnError>;
|
|
1363
|
+
/**
|
|
1364
|
+
* Create a Flow Blueprint
|
|
1365
|
+
*/
|
|
1366
|
+
declare const _04E46Ba97: <ThrowOnError extends boolean = true>(parameters: {
|
|
1367
|
+
tenant: string;
|
|
1368
|
+
blueprintControllerFlowBlueprintCreateOrUpdate: BlueprintControllerFlowBlueprintCreateOrUpdate;
|
|
1369
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateFlowBlueprintResponses, unknown, ThrowOnError>;
|
|
1370
|
+
/**
|
|
1371
|
+
* Delete an Flow Blueprint
|
|
1372
|
+
*
|
|
1373
|
+
* Deletes an Flow Blueprint for the current tenant. Requires BLUEPRINT permission.
|
|
1374
|
+
*/
|
|
1375
|
+
declare const _061F11167: <ThrowOnError extends boolean = true>(parameters: {
|
|
1376
|
+
id: string;
|
|
1377
|
+
tenant: string;
|
|
1378
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteFlowBlueprintsResponses, unknown, ThrowOnError>;
|
|
1379
|
+
/**
|
|
1380
|
+
* Retrieve an flow blueprint
|
|
1381
|
+
*
|
|
1382
|
+
* Retrieves details of a specific flow blueprint. Requires BLUEPRINT permission.
|
|
1383
|
+
*/
|
|
1384
|
+
declare const _890277: <ThrowOnError extends boolean = true>(parameters: {
|
|
1385
|
+
id: string;
|
|
1386
|
+
tenant: string;
|
|
1387
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FlowBlueprintByIdResponses, unknown, ThrowOnError>;
|
|
1388
|
+
/**
|
|
1389
|
+
* Update a Flow Blueprint
|
|
1390
|
+
*/
|
|
1391
|
+
declare const _4De682Bc: <ThrowOnError extends boolean = true>(parameters: {
|
|
1392
|
+
id: string;
|
|
1393
|
+
tenant: string;
|
|
1394
|
+
blueprintControllerFlowBlueprintCreateOrUpdate: BlueprintControllerFlowBlueprintCreateOrUpdate;
|
|
1395
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateFlowBlueprintResponses, unknown, ThrowOnError>;
|
|
1396
|
+
/**
|
|
1397
|
+
* Use a Flow Blueprint template to generate a Flow source
|
|
1398
|
+
*/
|
|
1399
|
+
declare const _05Af20E9a: <ThrowOnError extends boolean = true>(parameters: {
|
|
1400
|
+
id: string;
|
|
1401
|
+
tenant: string;
|
|
1402
|
+
blueprintControllerUseBlueprintTemplateRequest: BlueprintControllerUseBlueprintTemplateRequest;
|
|
1403
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UseBlueprintTemplateResponses, unknown, ThrowOnError>;
|
|
1404
|
+
/**
|
|
1405
|
+
* Search for flow concurrency limits
|
|
1406
|
+
*/
|
|
1407
|
+
declare const _1Ec18Cc3: <ThrowOnError extends boolean = true>(parameters: {
|
|
1408
|
+
tenant: string;
|
|
1409
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchConcurrencyLimitsResponses, unknown, ThrowOnError>;
|
|
1410
|
+
/**
|
|
1411
|
+
* Update a flow concurrency limit
|
|
1412
|
+
*/
|
|
1413
|
+
declare const _06666E52f: <ThrowOnError extends boolean = true>(parameters: {
|
|
1414
|
+
namespace: string;
|
|
1415
|
+
flowId: string;
|
|
1416
|
+
tenant: string;
|
|
1417
|
+
concurrencyLimit: ConcurrencyLimit;
|
|
1418
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateConcurrencyLimitResponses, unknown, ThrowOnError>;
|
|
1419
|
+
/**
|
|
1420
|
+
* Search for dashboards
|
|
1421
|
+
*/
|
|
1422
|
+
declare const _0F4647D9: <ThrowOnError extends boolean = true>(parameters: {
|
|
1423
|
+
tenant: string;
|
|
1424
|
+
page?: number;
|
|
1425
|
+
size?: number;
|
|
1426
|
+
q?: string | null;
|
|
1427
|
+
sort?: Array<string> | null;
|
|
1428
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchDashboardsResponses, unknown, ThrowOnError>;
|
|
1429
|
+
/**
|
|
1430
|
+
* Create a dashboard from yaml source
|
|
1431
|
+
*/
|
|
1432
|
+
declare const _6A36C4F8: <ThrowOnError extends boolean = true>(parameters: {
|
|
1433
|
+
tenant: string;
|
|
1434
|
+
body: string;
|
|
1435
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateDashboardResponses, unknown, ThrowOnError>;
|
|
1436
|
+
/**
|
|
1437
|
+
* Export a table chart data to CSV
|
|
1438
|
+
*/
|
|
1439
|
+
declare const _1E9E7721: <ThrowOnError extends boolean = true>(parameters: {
|
|
1440
|
+
tenant: string;
|
|
1441
|
+
dashboardControllerPreviewRequest: DashboardControllerPreviewRequest;
|
|
1442
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExportChartToCsvResponses, unknown, ThrowOnError>;
|
|
1443
|
+
/**
|
|
1444
|
+
* Preview a chart data
|
|
1445
|
+
*/
|
|
1446
|
+
declare const _052C8Df0a: <ThrowOnError extends boolean = true>(parameters: {
|
|
1447
|
+
tenant: string;
|
|
1448
|
+
dashboardControllerPreviewRequest: DashboardControllerPreviewRequest;
|
|
1449
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PreviewChartResponses, unknown, ThrowOnError>;
|
|
1450
|
+
/**
|
|
1451
|
+
* Get default dashboards
|
|
1452
|
+
*/
|
|
1453
|
+
declare const _0431356Ce: <ThrowOnError extends boolean = true>(parameters: {
|
|
1454
|
+
tenant: string;
|
|
1455
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DefaultDashboards1Responses, unknown, ThrowOnError>;
|
|
1456
|
+
/**
|
|
1457
|
+
* Validate dashboard from yaml source
|
|
1458
|
+
*/
|
|
1459
|
+
declare const _5A2Fca1e: <ThrowOnError extends boolean = true>(parameters: {
|
|
1460
|
+
tenant: string;
|
|
1461
|
+
body: string;
|
|
1462
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ValidateDashboardResponses, unknown, ThrowOnError>;
|
|
1463
|
+
/**
|
|
1464
|
+
* Validate a chart from yaml source
|
|
1465
|
+
*/
|
|
1466
|
+
declare const _03315F398: <ThrowOnError extends boolean = true>(parameters: {
|
|
1467
|
+
tenant: string;
|
|
1468
|
+
body: string;
|
|
1469
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ValidateChartResponses, unknown, ThrowOnError>;
|
|
1470
|
+
/**
|
|
1471
|
+
* Delete a dashboard
|
|
1472
|
+
*/
|
|
1473
|
+
declare const _0Fd54Ad7: <ThrowOnError extends boolean = true>(parameters: {
|
|
1474
|
+
id: string;
|
|
1475
|
+
tenant: string;
|
|
1476
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteDashboardResponses, unknown, ThrowOnError>;
|
|
1477
|
+
/**
|
|
1478
|
+
* Get a dashboard
|
|
1479
|
+
*/
|
|
1480
|
+
declare const _03E75156c: <ThrowOnError extends boolean = true>(parameters: {
|
|
1481
|
+
id: string;
|
|
1482
|
+
tenant: string;
|
|
1483
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DashboardResponses, unknown, ThrowOnError>;
|
|
1484
|
+
/**
|
|
1485
|
+
* Update a dashboard
|
|
1486
|
+
*/
|
|
1487
|
+
declare const _965A3Cb: <ThrowOnError extends boolean = true>(parameters: {
|
|
1488
|
+
id: string;
|
|
1489
|
+
tenant: string;
|
|
1490
|
+
body: string;
|
|
1491
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateDashboardResponses, unknown, ThrowOnError>;
|
|
1492
|
+
/**
|
|
1493
|
+
* Generate a dashboard chart data
|
|
1494
|
+
*/
|
|
1495
|
+
declare const _074C3078c: <ThrowOnError extends boolean = true>(parameters: {
|
|
1496
|
+
id: string;
|
|
1497
|
+
chartId: string;
|
|
1498
|
+
tenant: string;
|
|
1499
|
+
chartFiltersOverrides: ChartFiltersOverrides;
|
|
1500
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DashboardChartDataResponses, unknown, ThrowOnError>;
|
|
1501
|
+
/**
|
|
1502
|
+
* Export a dashboard chart data to CSV
|
|
1503
|
+
*/
|
|
1504
|
+
declare const _011E5C4Dd: <ThrowOnError extends boolean = true>(parameters: {
|
|
1505
|
+
id: string;
|
|
1506
|
+
chartId: string;
|
|
1507
|
+
tenant: string;
|
|
1508
|
+
chartFiltersOverrides: ChartFiltersOverrides;
|
|
1509
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExportDashboardChartDataToCsvResponses, unknown, ThrowOnError>;
|
|
1510
|
+
/**
|
|
1511
|
+
* Get tenant dependencies
|
|
1512
|
+
*/
|
|
1513
|
+
declare const _161Cb5Cb: <ThrowOnError extends boolean = true>(parameters: {
|
|
1514
|
+
tenant: string;
|
|
1515
|
+
destinationOnly?: boolean;
|
|
1516
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FlowDependenciesFromTenantResponses, unknown, ThrowOnError>;
|
|
1517
|
+
/**
|
|
1518
|
+
* Search for executions for a flow
|
|
1519
|
+
*/
|
|
1520
|
+
declare const _06944349d: <ThrowOnError extends boolean = true>(parameters: {
|
|
1521
|
+
tenant: string;
|
|
1522
|
+
namespace: string;
|
|
1523
|
+
flowId: string;
|
|
1524
|
+
page?: number;
|
|
1525
|
+
size?: number;
|
|
1526
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchExecutionsByFlowIdResponses, unknown, ThrowOnError>;
|
|
1527
|
+
/**
|
|
1528
|
+
* Delete a list of executions
|
|
1529
|
+
*/
|
|
1530
|
+
declare const _72929E1b: <ThrowOnError extends boolean = true>(parameters: {
|
|
1531
|
+
tenant: string;
|
|
1532
|
+
includeNonTerminated?: boolean | null;
|
|
1533
|
+
deleteLogs?: boolean;
|
|
1534
|
+
deleteMetrics?: boolean;
|
|
1535
|
+
deleteStorage?: boolean;
|
|
1536
|
+
body: Array<string>;
|
|
1537
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteExecutionsByIdsResponses, DeleteExecutionsByIdsErrors, ThrowOnError>;
|
|
1538
|
+
/**
|
|
1539
|
+
* Delete executions filter by query parameters
|
|
1540
|
+
*/
|
|
1541
|
+
declare const _18Dbd36b: <ThrowOnError extends boolean = true>(parameters: {
|
|
1542
|
+
tenant: string;
|
|
1543
|
+
filters?: Array<QueryFilter> | null;
|
|
1544
|
+
includeNonTerminated?: boolean | null;
|
|
1545
|
+
deleteLogs?: boolean;
|
|
1546
|
+
deleteMetrics?: boolean;
|
|
1547
|
+
deleteStorage?: boolean;
|
|
1548
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteExecutionsByQueryResponses, unknown, ThrowOnError>;
|
|
1549
|
+
/**
|
|
1550
|
+
* Change executions state by id asynchronously
|
|
1551
|
+
*/
|
|
1552
|
+
declare const _010C1C295: <ThrowOnError extends boolean = true>(parameters: {
|
|
1553
|
+
tenant: string;
|
|
1554
|
+
newStatus: StateType;
|
|
1555
|
+
body: Array<string>;
|
|
1556
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateExecutionsStatusByIdsResponses, UpdateExecutionsStatusByIdsErrors, ThrowOnError>;
|
|
1557
|
+
/**
|
|
1558
|
+
* Change executions state by query parameters asynchronously
|
|
1559
|
+
*/
|
|
1560
|
+
declare const _191Cdebb: <ThrowOnError extends boolean = true>(parameters: {
|
|
1561
|
+
tenant: string;
|
|
1562
|
+
filters?: Array<QueryFilter> | null;
|
|
1563
|
+
newStatus: StateType;
|
|
1564
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateExecutionsStatusByQueryResponses, unknown, ThrowOnError>;
|
|
1565
|
+
/**
|
|
1566
|
+
* Get flow information's for an execution
|
|
1567
|
+
*/
|
|
1568
|
+
declare const _050C2E400: <ThrowOnError extends boolean = true>(parameters: {
|
|
1569
|
+
namespace: string;
|
|
1570
|
+
flowId: string;
|
|
1571
|
+
tenant: string;
|
|
1572
|
+
revision?: number | null;
|
|
1573
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FlowFromExecutionResponses, unknown, ThrowOnError>;
|
|
1574
|
+
/**
|
|
1575
|
+
* Force run a list of executions asynchronously
|
|
1576
|
+
*/
|
|
1577
|
+
declare const _0299Dd8Df: <ThrowOnError extends boolean = true>(parameters: {
|
|
1578
|
+
tenant: string;
|
|
1579
|
+
body: Array<string>;
|
|
1580
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ForceRunByIdsResponses, ForceRunByIdsErrors, ThrowOnError>;
|
|
1581
|
+
/**
|
|
1582
|
+
* Force run executions filter by query parameters asynchronously
|
|
1583
|
+
*/
|
|
1584
|
+
declare const _380C1616: <ThrowOnError extends boolean = true>(parameters: {
|
|
1585
|
+
tenant: string;
|
|
1586
|
+
filters?: Array<QueryFilter> | null;
|
|
1587
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ForceRunExecutionsByQueryResponses, unknown, ThrowOnError>;
|
|
1588
|
+
/**
|
|
1589
|
+
* Kill a list of executions asynchronously
|
|
1590
|
+
*/
|
|
1591
|
+
declare const e446C08: <ThrowOnError extends boolean = true>(parameters: {
|
|
1592
|
+
tenant: string;
|
|
1593
|
+
body: Array<string>;
|
|
1594
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<KillExecutionsByIdsResponses, KillExecutionsByIdsErrors, ThrowOnError>;
|
|
1595
|
+
/**
|
|
1596
|
+
* Kill executions filter by query parameters
|
|
1597
|
+
*/
|
|
1598
|
+
declare const _070Ae25E8: <ThrowOnError extends boolean = true>(parameters: {
|
|
1599
|
+
tenant: string;
|
|
1600
|
+
filters?: Array<QueryFilter> | null;
|
|
1601
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<KillExecutionsByQueryResponses, unknown, ThrowOnError>;
|
|
1602
|
+
/**
|
|
1603
|
+
* Set labels on a list of executions asynchronously
|
|
1604
|
+
*/
|
|
1605
|
+
declare const _028Aeb63d: <ThrowOnError extends boolean = true>(parameters: {
|
|
1606
|
+
tenant: string;
|
|
1607
|
+
executionControllerSetLabelsByIdsRequest: ExecutionControllerSetLabelsByIdsRequest;
|
|
1608
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SetLabelsOnTerminatedExecutionsByIdsResponses, SetLabelsOnTerminatedExecutionsByIdsErrors, ThrowOnError>;
|
|
1609
|
+
/**
|
|
1610
|
+
* Set label on executions filter by query parameters asynchronously
|
|
1611
|
+
*/
|
|
1612
|
+
declare const _489E3513: <ThrowOnError extends boolean = true>(parameters: {
|
|
1613
|
+
tenant: string;
|
|
1614
|
+
filters?: Array<QueryFilter> | null;
|
|
1615
|
+
body: Array<Label>;
|
|
1616
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SetLabelsOnTerminatedExecutionsByQueryResponses, unknown, ThrowOnError>;
|
|
1617
|
+
/**
|
|
1618
|
+
* Get the latest execution for given flows
|
|
1619
|
+
*/
|
|
1620
|
+
declare const _2B464742: <ThrowOnError extends boolean = true>(parameters: {
|
|
1621
|
+
tenant: string;
|
|
1622
|
+
body: Array<ExecutionRepositoryInterfaceFlowFilter>;
|
|
1623
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<LatestExecutionsResponses, unknown, ThrowOnError>;
|
|
1624
|
+
/**
|
|
1625
|
+
* Pause a list of running executions asynchronously
|
|
1626
|
+
*/
|
|
1627
|
+
declare const _063170190: <ThrowOnError extends boolean = true>(parameters: {
|
|
1628
|
+
tenant: string;
|
|
1629
|
+
body: Array<string>;
|
|
1630
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PauseExecutionsByIdsResponses, PauseExecutionsByIdsErrors, ThrowOnError>;
|
|
1631
|
+
/**
|
|
1632
|
+
* Pause executions filter by query parameters asynchronously
|
|
1633
|
+
*/
|
|
1634
|
+
declare const _71B7280: <ThrowOnError extends boolean = true>(parameters: {
|
|
1635
|
+
tenant: string;
|
|
1636
|
+
filters?: Array<QueryFilter> | null;
|
|
1637
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PauseExecutionsByQueryResponses, unknown, ThrowOnError>;
|
|
1638
|
+
/**
|
|
1639
|
+
* Create new executions from old ones asynchronously. Keep the flow revision
|
|
1640
|
+
*/
|
|
1641
|
+
declare const _5C609C5f: <ThrowOnError extends boolean = true>(parameters: {
|
|
1642
|
+
tenant: string;
|
|
1643
|
+
latestRevision?: boolean | null;
|
|
1644
|
+
body: Array<string>;
|
|
1645
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ReplayExecutionsByIdsResponses, ReplayExecutionsByIdsErrors, ThrowOnError>;
|
|
1646
|
+
/**
|
|
1647
|
+
* Create new executions from old ones filter by query parameters asynchronously. Keep the flow revision
|
|
1648
|
+
*/
|
|
1649
|
+
declare const _038Dcaf51: <ThrowOnError extends boolean = true>(parameters: {
|
|
1650
|
+
tenant: string;
|
|
1651
|
+
filters?: Array<QueryFilter> | null;
|
|
1652
|
+
latestRevision?: boolean | null;
|
|
1653
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ReplayExecutionsByQueryResponses, unknown, ThrowOnError>;
|
|
1654
|
+
/**
|
|
1655
|
+
* Restart a list of executions asynchronously
|
|
1656
|
+
*/
|
|
1657
|
+
declare const _2D63137: <ThrowOnError extends boolean = true>(parameters: {
|
|
1658
|
+
tenant: string;
|
|
1659
|
+
body: Array<string>;
|
|
1660
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<RestartExecutionsByIdsResponses, RestartExecutionsByIdsErrors, ThrowOnError>;
|
|
1661
|
+
/**
|
|
1662
|
+
* Restart executions filter by query parameters asynchronously
|
|
1663
|
+
*/
|
|
1664
|
+
declare const _05978F079: <ThrowOnError extends boolean = true>(parameters: {
|
|
1665
|
+
tenant: string;
|
|
1666
|
+
filters?: Array<QueryFilter> | null;
|
|
1667
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<RestartExecutionsByQueryResponses, unknown, ThrowOnError>;
|
|
1668
|
+
/**
|
|
1669
|
+
* Resume a list of paused executions asynchronously
|
|
1670
|
+
*/
|
|
1671
|
+
declare const _028Ee38A7: <ThrowOnError extends boolean = true>(parameters: {
|
|
1672
|
+
tenant: string;
|
|
1673
|
+
body: Array<string>;
|
|
1674
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ResumeExecutionsByIdsResponses, ResumeExecutionsByIdsErrors, ThrowOnError>;
|
|
1675
|
+
/**
|
|
1676
|
+
* Resume executions filter by query parameters asynchronously
|
|
1677
|
+
*/
|
|
1678
|
+
declare const _5A35A529: <ThrowOnError extends boolean = true>(parameters: {
|
|
1679
|
+
tenant: string;
|
|
1680
|
+
filters?: Array<QueryFilter> | null;
|
|
1681
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ResumeExecutionsByQueryResponses, unknown, ThrowOnError>;
|
|
1682
|
+
/**
|
|
1683
|
+
* Search for executions
|
|
1684
|
+
*/
|
|
1685
|
+
declare const _05Ef057Dd: <ThrowOnError extends boolean = true>(parameters: {
|
|
1686
|
+
tenant: string;
|
|
1687
|
+
page?: number;
|
|
1688
|
+
size?: number;
|
|
1689
|
+
sort?: Array<string> | null;
|
|
1690
|
+
filters?: Array<QueryFilter> | null;
|
|
1691
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchExecutionsResponses, unknown, ThrowOnError>;
|
|
1692
|
+
/**
|
|
1693
|
+
* Unqueue a list of executions asynchronously
|
|
1694
|
+
*/
|
|
1695
|
+
declare const _02D1825F2: <ThrowOnError extends boolean = true>(parameters: {
|
|
1696
|
+
tenant: string;
|
|
1697
|
+
state: StateType;
|
|
1698
|
+
body: Array<string>;
|
|
1699
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UnqueueExecutionsByIdsResponses, UnqueueExecutionsByIdsErrors, ThrowOnError>;
|
|
1700
|
+
/**
|
|
1701
|
+
* Unqueue executions filter by query parameters asynchronously
|
|
1702
|
+
*/
|
|
1703
|
+
declare const _0472E2162: <ThrowOnError extends boolean = true>(parameters: {
|
|
1704
|
+
tenant: string;
|
|
1705
|
+
filters?: Array<QueryFilter> | null;
|
|
1706
|
+
newState?: StateType | null;
|
|
1707
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UnqueueExecutionsByQueryResponses, unknown, ThrowOnError>;
|
|
1708
|
+
/**
|
|
1709
|
+
* Trigger a new execution by GET webhook trigger
|
|
1710
|
+
*/
|
|
1711
|
+
declare const _027A6Da8: <ThrowOnError extends boolean = true>(parameters: {
|
|
1712
|
+
namespace: string;
|
|
1713
|
+
id: string;
|
|
1714
|
+
key: string;
|
|
1715
|
+
tenant: string;
|
|
1716
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<TriggerExecutionByGetWebhookResponses, unknown, ThrowOnError>;
|
|
1717
|
+
/**
|
|
1718
|
+
* Trigger a new execution by GET webhook trigger
|
|
1719
|
+
*/
|
|
1720
|
+
declare const _731Fd483: <ThrowOnError extends boolean = true>(parameters: {
|
|
1721
|
+
namespace: string;
|
|
1722
|
+
id: string;
|
|
1723
|
+
key: string;
|
|
1724
|
+
path: string | null;
|
|
1725
|
+
tenant: string;
|
|
1726
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<TriggerExecutionByGetWebhookWithPathResponses, unknown, ThrowOnError>;
|
|
1727
|
+
/**
|
|
1728
|
+
* Trigger a new execution by POST webhook trigger
|
|
1729
|
+
*/
|
|
1730
|
+
declare const _01263C155: <ThrowOnError extends boolean = true>(parameters: {
|
|
1731
|
+
namespace: string;
|
|
1732
|
+
id: string;
|
|
1733
|
+
key: string;
|
|
1734
|
+
path: string | null;
|
|
1735
|
+
tenant: string;
|
|
1736
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<TriggerExecutionByPostWebhookWithPathResponses, unknown, ThrowOnError>;
|
|
1737
|
+
/**
|
|
1738
|
+
* Trigger a new execution by PUT webhook trigger
|
|
1739
|
+
*/
|
|
1740
|
+
declare const _66Dea7Aa: <ThrowOnError extends boolean = true>(parameters: {
|
|
1741
|
+
namespace: string;
|
|
1742
|
+
id: string;
|
|
1743
|
+
key: string;
|
|
1744
|
+
path: string | null;
|
|
1745
|
+
tenant: string;
|
|
1746
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<TriggerExecutionByPutWebhookWithPathResponses, unknown, ThrowOnError>;
|
|
1747
|
+
/**
|
|
1748
|
+
* Delete an execution
|
|
1749
|
+
*/
|
|
1750
|
+
declare const _012672A53: <ThrowOnError extends boolean = true>(parameters: {
|
|
1751
|
+
executionId: string;
|
|
1752
|
+
tenant: string;
|
|
1753
|
+
deleteLogs?: boolean;
|
|
1754
|
+
deleteMetrics?: boolean;
|
|
1755
|
+
deleteStorage?: boolean;
|
|
1756
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteExecutionResponses, unknown, ThrowOnError>;
|
|
1757
|
+
/**
|
|
1758
|
+
* Get an execution
|
|
1759
|
+
*/
|
|
1760
|
+
declare const _04106F4E8: <ThrowOnError extends boolean = true>(parameters: {
|
|
1761
|
+
executionId: string;
|
|
1762
|
+
tenant: string;
|
|
1763
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExecutionResponses, unknown, ThrowOnError>;
|
|
1764
|
+
/**
|
|
1765
|
+
* Change the state of an execution
|
|
1766
|
+
*/
|
|
1767
|
+
declare const _076D036Df: <ThrowOnError extends boolean = true>(parameters: {
|
|
1768
|
+
executionId: string;
|
|
1769
|
+
tenant: string;
|
|
1770
|
+
status: StateType;
|
|
1771
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateExecutionStatusResponses, UpdateExecutionStatusErrors, ThrowOnError>;
|
|
1772
|
+
/**
|
|
1773
|
+
* Evaluate a variable expression for this execution
|
|
1774
|
+
*/
|
|
1775
|
+
declare const _02C81F3Ac: <ThrowOnError extends boolean = true>(parameters: {
|
|
1776
|
+
executionId: string;
|
|
1777
|
+
tenant: string;
|
|
1778
|
+
body: string;
|
|
1779
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<EvalExpressionResponses, unknown, ThrowOnError>;
|
|
1780
|
+
/**
|
|
1781
|
+
* Download file for an execution
|
|
1782
|
+
*/
|
|
1783
|
+
declare const _051905136: <ThrowOnError extends boolean = true>(parameters: {
|
|
1784
|
+
executionId: string;
|
|
1785
|
+
tenant: string;
|
|
1786
|
+
path: string;
|
|
1787
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DownloadFileFromExecutionResponses, unknown, ThrowOnError>;
|
|
1788
|
+
/**
|
|
1789
|
+
* Get file meta information for an execution
|
|
1790
|
+
*/
|
|
1791
|
+
declare const _5C16Ae66: <ThrowOnError extends boolean = true>(parameters: {
|
|
1792
|
+
executionId: string;
|
|
1793
|
+
tenant: string;
|
|
1794
|
+
path: string;
|
|
1795
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FileMetadatasFromExecutionResponses, unknown, ThrowOnError>;
|
|
1796
|
+
/**
|
|
1797
|
+
* Get flow information's for an execution
|
|
1798
|
+
*/
|
|
1799
|
+
declare const _536Eebf2: <ThrowOnError extends boolean = true>(parameters: {
|
|
1800
|
+
executionId: string;
|
|
1801
|
+
tenant: string;
|
|
1802
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FlowFromExecutionByIdResponses, unknown, ThrowOnError>;
|
|
1803
|
+
/**
|
|
1804
|
+
* Follow an execution
|
|
1805
|
+
*/
|
|
1806
|
+
declare const _011787999: <ThrowOnError extends boolean = true>(parameters: {
|
|
1807
|
+
executionId: string;
|
|
1808
|
+
tenant: string;
|
|
1809
|
+
}, options?: Options<never, ThrowOnError, FollowExecutionResponse>) => Promise<ServerSentEventsResult<FollowExecutionResponses, unknown>>;
|
|
1810
|
+
/**
|
|
1811
|
+
* Follow all execution dependencies executions
|
|
1812
|
+
*/
|
|
1813
|
+
declare const _072B3D08b: <ThrowOnError extends boolean = true>(parameters: {
|
|
1814
|
+
executionId: string;
|
|
1815
|
+
tenant: string;
|
|
1816
|
+
destinationOnly?: boolean;
|
|
1817
|
+
expandAll?: boolean;
|
|
1818
|
+
}, options?: Options<never, ThrowOnError, FollowDependenciesExecutionsResponse>) => Promise<ServerSentEventsResult<FollowDependenciesExecutionsResponses, unknown>>;
|
|
1819
|
+
/**
|
|
1820
|
+
* Force run an execution
|
|
1821
|
+
*/
|
|
1822
|
+
declare const _197Ff358: <ThrowOnError extends boolean = true>(parameters: {
|
|
1823
|
+
executionId: string;
|
|
1824
|
+
tenant: string;
|
|
1825
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ForceRunExecutionResponses, ForceRunExecutionErrors, ThrowOnError>;
|
|
1826
|
+
/**
|
|
1827
|
+
* Generate a graph for an execution
|
|
1828
|
+
*/
|
|
1829
|
+
declare const _349D6C88: <ThrowOnError extends boolean = true>(parameters: {
|
|
1830
|
+
executionId: string;
|
|
1831
|
+
tenant: string;
|
|
1832
|
+
subflows?: Array<string> | null;
|
|
1833
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExecutionFlowGraphResponses, unknown, ThrowOnError>;
|
|
1834
|
+
/**
|
|
1835
|
+
* Kill an execution
|
|
1836
|
+
*/
|
|
1837
|
+
declare const _0117D26A6: <ThrowOnError extends boolean = true>(parameters: {
|
|
1838
|
+
executionId: string;
|
|
1839
|
+
tenant: string;
|
|
1840
|
+
isOnKillCascade?: boolean;
|
|
1841
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<KillExecutionResponses, KillExecutionErrors, ThrowOnError>;
|
|
1842
|
+
/**
|
|
1843
|
+
* Add or update labels of a terminated execution
|
|
1844
|
+
*/
|
|
1845
|
+
declare const _03Cf4A0Ab: <ThrowOnError extends boolean = true>(parameters: {
|
|
1846
|
+
executionId: string;
|
|
1847
|
+
tenant: string;
|
|
1848
|
+
body: Array<Label>;
|
|
1849
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SetLabelsOnTerminatedExecutionResponses, SetLabelsOnTerminatedExecutionErrors, ThrowOnError>;
|
|
1850
|
+
/**
|
|
1851
|
+
* Pause a running execution.
|
|
1852
|
+
*/
|
|
1853
|
+
declare const _2Eff59C2: <ThrowOnError extends boolean = true>(parameters: {
|
|
1854
|
+
executionId: string;
|
|
1855
|
+
tenant: string;
|
|
1856
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PauseExecutionResponses, PauseExecutionErrors, ThrowOnError>;
|
|
1857
|
+
/**
|
|
1858
|
+
* Create a new execution from an old one and start it from a specified task run id
|
|
1859
|
+
*/
|
|
1860
|
+
declare const _02Fbc290f: <ThrowOnError extends boolean = true>(parameters: {
|
|
1861
|
+
executionId: string;
|
|
1862
|
+
tenant: string;
|
|
1863
|
+
taskRunId?: string | null;
|
|
1864
|
+
revision?: number | null;
|
|
1865
|
+
breakpoints?: string | null;
|
|
1866
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ReplayExecutionResponses, ReplayExecutionErrors, ThrowOnError>;
|
|
1867
|
+
/**
|
|
1868
|
+
* Create a new execution from an old one and start it from a specified task run id
|
|
1869
|
+
*/
|
|
1870
|
+
declare const f43A000: <ThrowOnError extends boolean = true>(parameters: {
|
|
1871
|
+
executionId: string;
|
|
1872
|
+
tenant: string;
|
|
1873
|
+
taskRunId?: string | null;
|
|
1874
|
+
revision?: number | null;
|
|
1875
|
+
breakpoints?: string | null;
|
|
1876
|
+
body: Array<Blob | File>;
|
|
1877
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ReplayExecutionWithinputsResponses, ReplayExecutionWithinputsErrors, ThrowOnError>;
|
|
1878
|
+
/**
|
|
1879
|
+
* Restart a new execution from an old one
|
|
1880
|
+
*/
|
|
1881
|
+
declare const _06Fa01237: <ThrowOnError extends boolean = true>(parameters: {
|
|
1882
|
+
executionId: string;
|
|
1883
|
+
tenant: string;
|
|
1884
|
+
revision?: number | null;
|
|
1885
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<RestartExecutionResponses, RestartExecutionErrors, ThrowOnError>;
|
|
1886
|
+
/**
|
|
1887
|
+
* Resume a paused execution.
|
|
1888
|
+
*/
|
|
1889
|
+
declare const _039F8Ba95: <ThrowOnError extends boolean = true>(parameters: {
|
|
1890
|
+
executionId: string;
|
|
1891
|
+
tenant: string;
|
|
1892
|
+
body: Array<Blob | File>;
|
|
1893
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ResumeExecutionResponses, ResumeExecutionErrors, ThrowOnError>;
|
|
1894
|
+
/**
|
|
1895
|
+
* Change state for a taskrun in an execution
|
|
1896
|
+
*/
|
|
1897
|
+
declare const _069531B2c: <ThrowOnError extends boolean = true>(parameters: {
|
|
1898
|
+
executionId: string;
|
|
1899
|
+
tenant: string;
|
|
1900
|
+
executionControllerStateRequest: ExecutionControllerStateRequest;
|
|
1901
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateTaskRunStateResponses, UpdateTaskRunStateErrors, ThrowOnError>;
|
|
1902
|
+
/**
|
|
1903
|
+
* Unqueue an execution
|
|
1904
|
+
*/
|
|
1905
|
+
declare const _15Bac3E0: <ThrowOnError extends boolean = true>(parameters: {
|
|
1906
|
+
executionId: string;
|
|
1907
|
+
tenant: string;
|
|
1908
|
+
state?: StateType | null;
|
|
1909
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UnqueueExecutionResponses, UnqueueExecutionErrors, ThrowOnError>;
|
|
1910
|
+
/**
|
|
1911
|
+
* Create a new execution for a flow
|
|
1912
|
+
*/
|
|
1913
|
+
declare const _67A4E57c: <ThrowOnError extends boolean = true>(parameters: {
|
|
1914
|
+
namespace: string;
|
|
1915
|
+
id: string;
|
|
1916
|
+
tenant: string;
|
|
1917
|
+
labels?: Array<string> | null;
|
|
1918
|
+
wait?: boolean;
|
|
1919
|
+
revision?: number | null;
|
|
1920
|
+
scheduleDate?: string | null;
|
|
1921
|
+
breakpoints?: string | null;
|
|
1922
|
+
kind?: ExecutionKind | null;
|
|
1923
|
+
body?: Array<Blob | File>;
|
|
1924
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateExecutionResponses, CreateExecutionErrors, ThrowOnError>;
|
|
1925
|
+
/**
|
|
1926
|
+
* Create a flow from yaml source
|
|
1927
|
+
*/
|
|
1928
|
+
declare const _5196384a: <ThrowOnError extends boolean = true>(parameters: {
|
|
1929
|
+
tenant: string;
|
|
1930
|
+
body: string;
|
|
1931
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateFlowResponses, unknown, ThrowOnError>;
|
|
1932
|
+
/**
|
|
1933
|
+
* Update from multiples yaml sources
|
|
1934
|
+
*
|
|
1935
|
+
* All flow will be created / updated for this namespace.
|
|
1936
|
+
* Flow that already created but not in `flows` will be deleted if the query delete is `true`
|
|
1937
|
+
*/
|
|
1938
|
+
declare const _0494596B6: <ThrowOnError extends boolean = true>(parameters: {
|
|
1939
|
+
tenant: string;
|
|
1940
|
+
delete?: boolean;
|
|
1941
|
+
namespace?: string | null;
|
|
1942
|
+
allowNamespaceChild?: boolean;
|
|
1943
|
+
body?: string | null;
|
|
1944
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<BulkUpdateFlowsResponses, unknown, ThrowOnError>;
|
|
1945
|
+
/**
|
|
1946
|
+
* Delete flows by their IDs.
|
|
1947
|
+
*/
|
|
1948
|
+
declare const _0Ec51319: <ThrowOnError extends boolean = true>(parameters: {
|
|
1949
|
+
tenant: string;
|
|
1950
|
+
body: Array<IdWithNamespace>;
|
|
1951
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteFlowsByIdsResponses, unknown, ThrowOnError>;
|
|
1952
|
+
/**
|
|
1953
|
+
* Delete flows returned by the query parameters.
|
|
1954
|
+
*/
|
|
1955
|
+
declare const _0715460C9: <ThrowOnError extends boolean = true>(parameters: {
|
|
1956
|
+
tenant: string;
|
|
1957
|
+
filters?: Array<QueryFilter> | null;
|
|
1958
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteFlowsByQueryResponses, unknown, ThrowOnError>;
|
|
1959
|
+
/**
|
|
1960
|
+
* List flows containing deprecated tasks
|
|
1961
|
+
*/
|
|
1962
|
+
declare const _1F4344F1: <ThrowOnError extends boolean = true>(parameters: {
|
|
1963
|
+
tenant: string;
|
|
1964
|
+
namespace?: string | null;
|
|
1965
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListDeprecatedResponses, unknown, ThrowOnError>;
|
|
1966
|
+
/**
|
|
1967
|
+
* Disable flows by their IDs.
|
|
1968
|
+
*/
|
|
1969
|
+
declare const _7D0E1E4: <ThrowOnError extends boolean = true>(parameters: {
|
|
1970
|
+
tenant: string;
|
|
1971
|
+
body: Array<IdWithNamespace>;
|
|
1972
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DisableFlowsByIdsResponses, unknown, ThrowOnError>;
|
|
1973
|
+
/**
|
|
1974
|
+
* Disable flows returned by the query parameters.
|
|
1975
|
+
*/
|
|
1976
|
+
declare const _579848F4: <ThrowOnError extends boolean = true>(parameters: {
|
|
1977
|
+
tenant: string;
|
|
1978
|
+
filters?: Array<QueryFilter> | null;
|
|
1979
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DisableFlowsByQueryResponses, unknown, ThrowOnError>;
|
|
1980
|
+
/**
|
|
1981
|
+
* List all distinct namespaces
|
|
1982
|
+
*/
|
|
1983
|
+
declare const _06B60682e: <ThrowOnError extends boolean = true>(parameters: {
|
|
1984
|
+
tenant: string;
|
|
1985
|
+
q?: string | null;
|
|
1986
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListDistinctNamespacesResponses, unknown, ThrowOnError>;
|
|
1987
|
+
/**
|
|
1988
|
+
* Enable flows by their IDs.
|
|
1989
|
+
*/
|
|
1990
|
+
declare const _3De59Ebf: <ThrowOnError extends boolean = true>(parameters: {
|
|
1991
|
+
tenant: string;
|
|
1992
|
+
body: Array<IdWithNamespace>;
|
|
1993
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<EnableFlowsByIdsResponses, unknown, ThrowOnError>;
|
|
1994
|
+
/**
|
|
1995
|
+
* Enable flows returned by the query parameters.
|
|
1996
|
+
*/
|
|
1997
|
+
declare const _5B713B0f: <ThrowOnError extends boolean = true>(parameters: {
|
|
1998
|
+
tenant: string;
|
|
1999
|
+
filters?: Array<QueryFilter> | null;
|
|
2000
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<EnableFlowsByQueryResponses, unknown, ThrowOnError>;
|
|
2001
|
+
/**
|
|
2002
|
+
* Export flows as a ZIP archive of yaml sources.
|
|
2003
|
+
*/
|
|
2004
|
+
declare const ae43B0: <ThrowOnError extends boolean = true>(parameters: {
|
|
2005
|
+
tenant: string;
|
|
2006
|
+
body: Array<IdWithNamespace>;
|
|
2007
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExportFlowsByIdsResponses, unknown, ThrowOnError>;
|
|
2008
|
+
/**
|
|
2009
|
+
* Export flows as a ZIP archive of yaml sources.
|
|
2010
|
+
*/
|
|
2011
|
+
declare const _0715B9840: <ThrowOnError extends boolean = true>(parameters: {
|
|
2012
|
+
tenant: string;
|
|
2013
|
+
filters?: Array<QueryFilter> | null;
|
|
2014
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExportFlowsByQueryResponses, unknown, ThrowOnError>;
|
|
2015
|
+
/**
|
|
2016
|
+
* Get available Pebble expressions for a flow
|
|
2017
|
+
*
|
|
2018
|
+
* Returns a categorized map of expression strings available for autocompletion in the No-Code editor.
|
|
2019
|
+
*/
|
|
2020
|
+
declare const a76C0Db: <ThrowOnError extends boolean = true>(parameters: {
|
|
2021
|
+
tenant: string;
|
|
2022
|
+
taskId?: string | null;
|
|
2023
|
+
body: string;
|
|
2024
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExpressionsResponses, unknown, ThrowOnError>;
|
|
2025
|
+
/**
|
|
2026
|
+
* Generate a graph for a flow source
|
|
2027
|
+
*/
|
|
2028
|
+
declare const _030B1A670: <ThrowOnError extends boolean = true>(parameters: {
|
|
2029
|
+
tenant: string;
|
|
2030
|
+
subflows?: Array<string> | null;
|
|
2031
|
+
body: string;
|
|
2032
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<GenerateFlowGraphFromSourceResponses, unknown, ThrowOnError>;
|
|
2033
|
+
/**
|
|
2034
|
+
* Import flows as a ZIP archive of yaml sources or a multi-objects YAML file.
|
|
2035
|
+
* When sending a Yaml that contains one or more flows, a list of index is returned.
|
|
2036
|
+
* When sending a ZIP archive, a list of files that couldn't be imported is returned.
|
|
2037
|
+
*
|
|
2038
|
+
*/
|
|
2039
|
+
declare const _562B4060: <ThrowOnError extends boolean = true>(parameters: {
|
|
2040
|
+
tenant: string;
|
|
2041
|
+
failOnError?: boolean;
|
|
2042
|
+
fileUpload?: Blob | File;
|
|
2043
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ImportFlowsResponses, unknown, ThrowOnError>;
|
|
2044
|
+
/**
|
|
2045
|
+
* Search for flows
|
|
2046
|
+
*/
|
|
2047
|
+
declare const _02187E7C3: <ThrowOnError extends boolean = true>(parameters: {
|
|
2048
|
+
tenant: string;
|
|
2049
|
+
page?: number;
|
|
2050
|
+
size?: number;
|
|
2051
|
+
sort?: Array<string> | null;
|
|
2052
|
+
filters?: Array<QueryFilter> | null;
|
|
2053
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchFlowsResponses, unknown, ThrowOnError>;
|
|
2054
|
+
/**
|
|
2055
|
+
* Search for flows source code
|
|
2056
|
+
*/
|
|
2057
|
+
declare const _067435Ac4: <ThrowOnError extends boolean = true>(parameters: {
|
|
2058
|
+
tenant: string;
|
|
2059
|
+
page?: number;
|
|
2060
|
+
size?: number;
|
|
2061
|
+
sort?: Array<string> | null;
|
|
2062
|
+
q?: string | null;
|
|
2063
|
+
namespace?: string | null;
|
|
2064
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchFlowsBySourceCodeResponses, unknown, ThrowOnError>;
|
|
2065
|
+
/**
|
|
2066
|
+
* Validate a list of flows
|
|
2067
|
+
*/
|
|
2068
|
+
declare const _032E9A671: <ThrowOnError extends boolean = true>(parameters: {
|
|
2069
|
+
tenant: string;
|
|
2070
|
+
body: string;
|
|
2071
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ValidateFlowsResponses, unknown, ThrowOnError>;
|
|
2072
|
+
/**
|
|
2073
|
+
* Validate a task
|
|
2074
|
+
*/
|
|
2075
|
+
declare const _407247Bb: <ThrowOnError extends boolean = true>(parameters: {
|
|
2076
|
+
tenant: string;
|
|
2077
|
+
section: FlowControllerTaskValidationType;
|
|
2078
|
+
body: {
|
|
2079
|
+
[key: string]: unknown;
|
|
2080
|
+
};
|
|
2081
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ValidateTaskResponses, unknown, ThrowOnError>;
|
|
2082
|
+
/**
|
|
2083
|
+
* Validate trigger
|
|
2084
|
+
*/
|
|
2085
|
+
declare const _030A1703e: <ThrowOnError extends boolean = true>(parameters: {
|
|
2086
|
+
tenant: string;
|
|
2087
|
+
body: {
|
|
2088
|
+
[key: string]: unknown;
|
|
2089
|
+
};
|
|
2090
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ValidateTriggerResponses, unknown, ThrowOnError>;
|
|
2091
|
+
/**
|
|
2092
|
+
* Retrieve all flows from a given namespace
|
|
2093
|
+
*/
|
|
2094
|
+
declare const _62Bef13d: <ThrowOnError extends boolean = true>(parameters: {
|
|
2095
|
+
namespace: string;
|
|
2096
|
+
tenant: string;
|
|
2097
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListFlowsByNamespaceResponses, unknown, ThrowOnError>;
|
|
2098
|
+
/**
|
|
2099
|
+
* Update a complete namespace from yaml source
|
|
2100
|
+
*
|
|
2101
|
+
* All flow will be created / updated for this namespace.
|
|
2102
|
+
* Flow that already created but not in `flows` will be deleted if the query delete is `true`
|
|
2103
|
+
*/
|
|
2104
|
+
declare const _541Dca5a: <ThrowOnError extends boolean = true>(parameters: {
|
|
2105
|
+
namespace: string;
|
|
2106
|
+
tenant: string;
|
|
2107
|
+
delete?: boolean;
|
|
2108
|
+
override?: boolean;
|
|
2109
|
+
body: string;
|
|
2110
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateFlowsInNamespaceResponses, unknown, ThrowOnError>;
|
|
2111
|
+
/**
|
|
2112
|
+
* Delete a flow
|
|
2113
|
+
*/
|
|
2114
|
+
declare const _69272D79: <ThrowOnError extends boolean = true>(parameters: {
|
|
2115
|
+
namespace: string;
|
|
2116
|
+
id: string;
|
|
2117
|
+
tenant: string;
|
|
2118
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteFlowResponses, unknown, ThrowOnError>;
|
|
2119
|
+
/**
|
|
2120
|
+
* Get a flow
|
|
2121
|
+
*/
|
|
2122
|
+
declare const _30012e: <ThrowOnError extends boolean = true>(parameters: {
|
|
2123
|
+
namespace: string;
|
|
2124
|
+
id: string;
|
|
2125
|
+
tenant: string;
|
|
2126
|
+
source?: boolean;
|
|
2127
|
+
revision?: number | null;
|
|
2128
|
+
allowDeleted?: boolean;
|
|
2129
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FlowResponses, unknown, ThrowOnError>;
|
|
2130
|
+
/**
|
|
2131
|
+
* Update a flow
|
|
2132
|
+
*/
|
|
2133
|
+
declare const _011A9De69: <ThrowOnError extends boolean = true>(parameters: {
|
|
2134
|
+
namespace: string;
|
|
2135
|
+
id: string;
|
|
2136
|
+
tenant: string;
|
|
2137
|
+
body: string;
|
|
2138
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateFlowResponses, unknown, ThrowOnError>;
|
|
2139
|
+
/**
|
|
2140
|
+
* Get flow dependencies
|
|
2141
|
+
*/
|
|
2142
|
+
declare const _0416C0289: <ThrowOnError extends boolean = true>(parameters: {
|
|
2143
|
+
namespace: string;
|
|
2144
|
+
id: string;
|
|
2145
|
+
tenant: string;
|
|
2146
|
+
destinationOnly?: boolean;
|
|
2147
|
+
expandAll?: boolean;
|
|
2148
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FlowDependenciesResponses, unknown, ThrowOnError>;
|
|
2149
|
+
/**
|
|
2150
|
+
* Generate a graph for a flow
|
|
2151
|
+
*/
|
|
2152
|
+
declare const _41A7Bacb: <ThrowOnError extends boolean = true>(parameters: {
|
|
2153
|
+
namespace: string;
|
|
2154
|
+
id: string;
|
|
2155
|
+
tenant: string;
|
|
2156
|
+
revision?: number | null;
|
|
2157
|
+
subflows?: Array<string> | null;
|
|
2158
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<GenerateFlowGraphResponses, unknown, ThrowOnError>;
|
|
2159
|
+
/**
|
|
2160
|
+
* Delete revisions for a flow
|
|
2161
|
+
*/
|
|
2162
|
+
declare const _4Cc20E8d: <ThrowOnError extends boolean = true>(parameters: {
|
|
2163
|
+
namespace: string;
|
|
2164
|
+
id: string;
|
|
2165
|
+
tenant: string;
|
|
2166
|
+
revisions: Array<number>;
|
|
2167
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteRevisionsResponses, unknown, ThrowOnError>;
|
|
2168
|
+
/**
|
|
2169
|
+
* Get revisions for a flow
|
|
2170
|
+
*/
|
|
2171
|
+
declare const _6C34C66c: <ThrowOnError extends boolean = true>(parameters: {
|
|
2172
|
+
namespace: string;
|
|
2173
|
+
id: string;
|
|
2174
|
+
tenant: string;
|
|
2175
|
+
allowDelete?: boolean;
|
|
2176
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListFlowRevisionsResponses, unknown, ThrowOnError>;
|
|
2177
|
+
/**
|
|
2178
|
+
* Get a flow task
|
|
2179
|
+
*/
|
|
2180
|
+
declare const _5662Ec9d: <ThrowOnError extends boolean = true>(parameters: {
|
|
2181
|
+
namespace: string;
|
|
2182
|
+
id: string;
|
|
2183
|
+
taskId: string;
|
|
2184
|
+
tenant: string;
|
|
2185
|
+
revision?: number | null;
|
|
2186
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<TaskFromFlowResponses, unknown, ThrowOnError>;
|
|
2187
|
+
/**
|
|
2188
|
+
* Create a group
|
|
2189
|
+
*/
|
|
2190
|
+
declare const _01Ebe5D1d: <ThrowOnError extends boolean = true>(parameters: {
|
|
2191
|
+
tenant: string;
|
|
2192
|
+
iamGroupControllerApiCreateGroupRequest: IamGroupControllerApiCreateGroupRequest;
|
|
2193
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateGroupResponses, CreateGroupErrors, ThrowOnError>;
|
|
2194
|
+
/**
|
|
2195
|
+
* List groups for autocomplete
|
|
2196
|
+
*/
|
|
2197
|
+
declare const _04E18D824: <ThrowOnError extends boolean = true>(parameters: {
|
|
2198
|
+
tenant: string;
|
|
2199
|
+
filters: Array<QueryFilter>;
|
|
2200
|
+
apiAutocomplete: ApiAutocomplete;
|
|
2201
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AutocompleteGroupsResponses, unknown, ThrowOnError>;
|
|
2202
|
+
/**
|
|
2203
|
+
* List groups by ids
|
|
2204
|
+
*/
|
|
2205
|
+
declare const _5Ec7Ba77: <ThrowOnError extends boolean = true>(parameters: {
|
|
2206
|
+
tenant: string;
|
|
2207
|
+
apiIds: ApiIds;
|
|
2208
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListGroupIdsResponses, unknown, ThrowOnError>;
|
|
2209
|
+
/**
|
|
2210
|
+
* Search for groups
|
|
2211
|
+
*/
|
|
2212
|
+
declare const _0D6Bb264: <ThrowOnError extends boolean = true>(parameters: {
|
|
2213
|
+
tenant: string;
|
|
2214
|
+
page?: number;
|
|
2215
|
+
size?: number;
|
|
2216
|
+
sort?: Array<string> | null;
|
|
2217
|
+
filters: Array<QueryFilter>;
|
|
2218
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchGroupsResponses, unknown, ThrowOnError>;
|
|
2219
|
+
/**
|
|
2220
|
+
* Delete a group
|
|
2221
|
+
*/
|
|
2222
|
+
declare const _04430Ac6c: <ThrowOnError extends boolean = true>(parameters: {
|
|
2223
|
+
id: string;
|
|
2224
|
+
tenant: string;
|
|
2225
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteGroupResponses, DeleteGroupErrors, ThrowOnError>;
|
|
2226
|
+
/**
|
|
2227
|
+
* Retrieve a group
|
|
2228
|
+
*
|
|
2229
|
+
* Retrieves details of a specific group by its ID within the current tenant.
|
|
2230
|
+
*/
|
|
2231
|
+
declare const _5E0F67f: <ThrowOnError extends boolean = true>(parameters: {
|
|
2232
|
+
id: string;
|
|
2233
|
+
tenant: string;
|
|
2234
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<GroupResponses, GroupErrors, ThrowOnError>;
|
|
2235
|
+
/**
|
|
2236
|
+
* Update a group
|
|
2237
|
+
*/
|
|
2238
|
+
declare const _023811Cca: <ThrowOnError extends boolean = true>(parameters: {
|
|
2239
|
+
id: string;
|
|
2240
|
+
tenant: string;
|
|
2241
|
+
iamGroupControllerApiUpdateGroupRequest: IamGroupControllerApiUpdateGroupRequest;
|
|
2242
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateGroupResponses, UpdateGroupErrors, ThrowOnError>;
|
|
2243
|
+
/**
|
|
2244
|
+
* Search for users in a group
|
|
2245
|
+
*/
|
|
2246
|
+
declare const _80D6B62: <ThrowOnError extends boolean = true>(parameters: {
|
|
2247
|
+
id: string;
|
|
2248
|
+
tenant: string;
|
|
2249
|
+
page?: number;
|
|
2250
|
+
size?: number;
|
|
2251
|
+
sort?: Array<string> | null;
|
|
2252
|
+
filters: Array<QueryFilter>;
|
|
2253
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchGroupMembersResponses, unknown, ThrowOnError>;
|
|
2254
|
+
/**
|
|
2255
|
+
* Update a user's membership type in a group
|
|
2256
|
+
*
|
|
2257
|
+
* Allows a group owner or an authorized user to change the role of a user within a group to OWNER or MEMBER.
|
|
2258
|
+
*/
|
|
2259
|
+
declare const _070B4Bca7: <ThrowOnError extends boolean = true>(parameters: {
|
|
2260
|
+
id: string;
|
|
2261
|
+
userId: string;
|
|
2262
|
+
tenant: string;
|
|
2263
|
+
membership: GroupIdentifierMembership;
|
|
2264
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SetUserMembershipForGroupResponses, SetUserMembershipForGroupErrors, ThrowOnError>;
|
|
2265
|
+
/**
|
|
2266
|
+
* Remove a user from a group
|
|
2267
|
+
*
|
|
2268
|
+
* Removes the specified user from the given group. If the user has no other group bindings within the tenant, their access to the tenant will also be revoked.
|
|
2269
|
+
*/
|
|
2270
|
+
declare const _666Ae97f: <ThrowOnError extends boolean = true>(parameters: {
|
|
2271
|
+
id: string;
|
|
2272
|
+
userId: string;
|
|
2273
|
+
tenant: string;
|
|
2274
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteUserFromGroupResponses, DeleteUserFromGroupErrors, ThrowOnError>;
|
|
2275
|
+
/**
|
|
2276
|
+
* Add a user to a group
|
|
2277
|
+
*
|
|
2278
|
+
* Adds the specified user to the given group. If the user does not already have access to the tenant, tenant access will be created automatically.
|
|
2279
|
+
*/
|
|
2280
|
+
declare const _0331D20E8: <ThrowOnError extends boolean = true>(parameters: {
|
|
2281
|
+
id: string;
|
|
2282
|
+
userId: string;
|
|
2283
|
+
tenant: string;
|
|
2284
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AddUserToGroupResponses, AddUserToGroupErrors, ThrowOnError>;
|
|
2285
|
+
/**
|
|
2286
|
+
* Find by a combination of query parameters
|
|
2287
|
+
*/
|
|
2288
|
+
declare const _05Fc1D744: <ThrowOnError extends boolean = true>(parameters: {
|
|
2289
|
+
integration: string;
|
|
2290
|
+
tenant: string;
|
|
2291
|
+
attributes?: string | null;
|
|
2292
|
+
excludedAttributes?: string | null;
|
|
2293
|
+
filter?: string | null;
|
|
2294
|
+
sortBy?: string | null;
|
|
2295
|
+
sortOrder?: SortOrder | null;
|
|
2296
|
+
startIndex?: number | null;
|
|
2297
|
+
count?: number | null;
|
|
2298
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<QueryGroupsResponses, QueryGroupsErrors, ThrowOnError>;
|
|
2299
|
+
/**
|
|
2300
|
+
* Create
|
|
2301
|
+
*/
|
|
2302
|
+
declare const _029Da9A7c: <ThrowOnError extends boolean = true>(parameters: {
|
|
2303
|
+
integration: string;
|
|
2304
|
+
tenant: string;
|
|
2305
|
+
attributes?: string | null;
|
|
2306
|
+
excludedAttributes?: string | null;
|
|
2307
|
+
scimUser: ScimUser;
|
|
2308
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateScimResourceByIdGroupsResponses, CreateScimResourceByIdGroupsErrors, ThrowOnError>;
|
|
2309
|
+
/**
|
|
2310
|
+
* Search
|
|
2311
|
+
*/
|
|
2312
|
+
declare const _0E583313: <ThrowOnError extends boolean = true>(parameters: {
|
|
2313
|
+
integration: string;
|
|
2314
|
+
tenant: string;
|
|
2315
|
+
searchRequest: SearchRequest;
|
|
2316
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FindGroupsResponses, FindGroupsErrors, ThrowOnError>;
|
|
2317
|
+
/**
|
|
2318
|
+
* Delete from the backing store
|
|
2319
|
+
*/
|
|
2320
|
+
declare const _041E4E0A1: <ThrowOnError extends boolean = true>(parameters: {
|
|
2321
|
+
id: string;
|
|
2322
|
+
integration: string;
|
|
2323
|
+
tenant: string;
|
|
2324
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteGroupsResponses, DeleteGroupsErrors, ThrowOnError>;
|
|
2325
|
+
/**
|
|
2326
|
+
* Find by id
|
|
2327
|
+
*/
|
|
2328
|
+
declare const _04763C298: <ThrowOnError extends boolean = true>(parameters: {
|
|
2329
|
+
id: string;
|
|
2330
|
+
integration: string;
|
|
2331
|
+
tenant: string;
|
|
2332
|
+
attributes?: string | null;
|
|
2333
|
+
excludedAttributes?: string | null;
|
|
2334
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SCimResourceByIdGroupsResponses, SCimResourceByIdGroupsErrors, ThrowOnError>;
|
|
2335
|
+
/**
|
|
2336
|
+
* Patch a portion of the backing store
|
|
2337
|
+
*/
|
|
2338
|
+
declare const c23903c: <ThrowOnError extends boolean = true>(parameters: {
|
|
2339
|
+
id: string;
|
|
2340
|
+
integration: string;
|
|
2341
|
+
tenant: string;
|
|
2342
|
+
attributes?: string | null;
|
|
2343
|
+
excludedAttributes?: string | null;
|
|
2344
|
+
patchRequest: PatchRequest;
|
|
2345
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PatchGroupsResponses, PatchGroupsErrors, ThrowOnError>;
|
|
2346
|
+
/**
|
|
2347
|
+
* Update
|
|
2348
|
+
*/
|
|
2349
|
+
declare const _04Ca27C03: <ThrowOnError extends boolean = true>(parameters: {
|
|
2350
|
+
id: string;
|
|
2351
|
+
integration: string;
|
|
2352
|
+
tenant: string;
|
|
2353
|
+
attributes?: string | null;
|
|
2354
|
+
excludedAttributes?: string | null;
|
|
2355
|
+
scimResource: ScimResource;
|
|
2356
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateGroupsResponses, UpdateGroupsErrors, ThrowOnError>;
|
|
2357
|
+
/**
|
|
2358
|
+
* Get All Resource Types
|
|
2359
|
+
*/
|
|
2360
|
+
declare const _13D120Ea: <ThrowOnError extends boolean = true>(parameters: {
|
|
2361
|
+
integration: string;
|
|
2362
|
+
tenant: string;
|
|
2363
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AllResourceTypesResponses, unknown, ThrowOnError>;
|
|
2364
|
+
/**
|
|
2365
|
+
* Get Resource Type by URN
|
|
2366
|
+
*/
|
|
2367
|
+
declare const _016E8Ef98: <ThrowOnError extends boolean = true>(parameters: {
|
|
2368
|
+
name: string;
|
|
2369
|
+
integration: string;
|
|
2370
|
+
tenant: string;
|
|
2371
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ResourceTypeResponses, unknown, ThrowOnError>;
|
|
2372
|
+
/**
|
|
2373
|
+
* Get All Schemas
|
|
2374
|
+
*/
|
|
2375
|
+
declare const _03Ad049Ef: <ThrowOnError extends boolean = true>(parameters: {
|
|
2376
|
+
integration: string;
|
|
2377
|
+
tenant: string;
|
|
2378
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AllSchemasResponses, unknown, ThrowOnError>;
|
|
2379
|
+
/**
|
|
2380
|
+
* Get Schemas by URN
|
|
2381
|
+
*/
|
|
2382
|
+
declare const _0361Eca5f: <ThrowOnError extends boolean = true>(parameters: {
|
|
2383
|
+
uri: string;
|
|
2384
|
+
integration: string;
|
|
2385
|
+
tenant: string;
|
|
2386
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SchemaResponses, unknown, ThrowOnError>;
|
|
2387
|
+
/**
|
|
2388
|
+
* Get Service Provider Configuration
|
|
2389
|
+
*/
|
|
2390
|
+
declare const _684Bcad0: <ThrowOnError extends boolean = true>(parameters: {
|
|
2391
|
+
integration: string;
|
|
2392
|
+
tenant: string;
|
|
2393
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ServiceProviderConfigurationResponses, unknown, ThrowOnError>;
|
|
2394
|
+
/**
|
|
2395
|
+
* Find by a combination of query parameters
|
|
2396
|
+
*/
|
|
2397
|
+
declare const _0A933De0: <ThrowOnError extends boolean = true>(parameters: {
|
|
2398
|
+
integration: string;
|
|
2399
|
+
tenant: string;
|
|
2400
|
+
attributes?: string | null;
|
|
2401
|
+
excludedAttributes?: string | null;
|
|
2402
|
+
filter?: string | null;
|
|
2403
|
+
sortBy?: string | null;
|
|
2404
|
+
sortOrder?: SortOrder | null;
|
|
2405
|
+
startIndex?: number | null;
|
|
2406
|
+
count?: number | null;
|
|
2407
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<QueryUsersResponses, QueryUsersErrors, ThrowOnError>;
|
|
2408
|
+
/**
|
|
2409
|
+
* Create
|
|
2410
|
+
*/
|
|
2411
|
+
declare const _6Ac6Cc58: <ThrowOnError extends boolean = true>(parameters: {
|
|
2412
|
+
integration: string;
|
|
2413
|
+
tenant: string;
|
|
2414
|
+
attributes?: string | null;
|
|
2415
|
+
excludedAttributes?: string | null;
|
|
2416
|
+
scimUser: ScimUser;
|
|
2417
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateScimResourceByIdUsersResponses, CreateScimResourceByIdUsersErrors, ThrowOnError>;
|
|
2418
|
+
/**
|
|
2419
|
+
* Search
|
|
2420
|
+
*/
|
|
2421
|
+
declare const _191553Cf: <ThrowOnError extends boolean = true>(parameters: {
|
|
2422
|
+
integration: string;
|
|
2423
|
+
tenant: string;
|
|
2424
|
+
searchRequest: SearchRequest;
|
|
2425
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FindUsersResponses, FindUsersErrors, ThrowOnError>;
|
|
2426
|
+
/**
|
|
2427
|
+
* Delete from the backing store
|
|
2428
|
+
*/
|
|
2429
|
+
declare const _0436B14E3: <ThrowOnError extends boolean = true>(parameters: {
|
|
2430
|
+
id: string;
|
|
2431
|
+
integration: string;
|
|
2432
|
+
tenant: string;
|
|
2433
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteUsersResponses, DeleteUsersErrors, ThrowOnError>;
|
|
2434
|
+
/**
|
|
2435
|
+
* Find by id
|
|
2436
|
+
*/
|
|
2437
|
+
declare const _0541C980c: <ThrowOnError extends boolean = true>(parameters: {
|
|
2438
|
+
id: string;
|
|
2439
|
+
integration: string;
|
|
2440
|
+
tenant: string;
|
|
2441
|
+
attributes?: string | null;
|
|
2442
|
+
excludedAttributes?: string | null;
|
|
2443
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SCimResourceByIdUsersResponses, SCimResourceByIdUsersErrors, ThrowOnError>;
|
|
2444
|
+
/**
|
|
2445
|
+
* Patch a portion of the backing store
|
|
2446
|
+
*/
|
|
2447
|
+
declare const _4B7C6Aa0: <ThrowOnError extends boolean = true>(parameters: {
|
|
2448
|
+
id: string;
|
|
2449
|
+
integration: string;
|
|
2450
|
+
tenant: string;
|
|
2451
|
+
attributes?: string | null;
|
|
2452
|
+
excludedAttributes?: string | null;
|
|
2453
|
+
patchRequest: PatchRequest;
|
|
2454
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PatchUsersResponses, PatchUsersErrors, ThrowOnError>;
|
|
2455
|
+
/**
|
|
2456
|
+
* Update
|
|
2457
|
+
*/
|
|
2458
|
+
declare const _022Bb8541: <ThrowOnError extends boolean = true>(parameters: {
|
|
2459
|
+
id: string;
|
|
2460
|
+
integration: string;
|
|
2461
|
+
tenant: string;
|
|
2462
|
+
attributes?: string | null;
|
|
2463
|
+
excludedAttributes?: string | null;
|
|
2464
|
+
scimResource: ScimResource;
|
|
2465
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateUsersResponses, UpdateUsersErrors, ThrowOnError>;
|
|
2466
|
+
/**
|
|
2467
|
+
* Create an invitation
|
|
2468
|
+
*
|
|
2469
|
+
* Creates a new invitation and sends an email if the mail server is enabled.
|
|
2470
|
+
*/
|
|
2471
|
+
declare const _04Bf1164b: <ThrowOnError extends boolean = true>(parameters: {
|
|
2472
|
+
tenant: string;
|
|
2473
|
+
iamInvitationControllerApiInvitationCreateRequest: IamInvitationControllerApiInvitationCreateRequest;
|
|
2474
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateInvitationResponses, CreateInvitationErrors, ThrowOnError>;
|
|
2475
|
+
/**
|
|
2476
|
+
* Retrieve all invitations for a given email
|
|
2477
|
+
*
|
|
2478
|
+
* Returns all invitations created for a given email address in the current tenant.
|
|
2479
|
+
*/
|
|
2480
|
+
declare const _043724297: <ThrowOnError extends boolean = true>(parameters: {
|
|
2481
|
+
email: string;
|
|
2482
|
+
tenant: string;
|
|
2483
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListInvitationsByEmailResponses, unknown, ThrowOnError>;
|
|
2484
|
+
/**
|
|
2485
|
+
* Search for invitations
|
|
2486
|
+
*
|
|
2487
|
+
* Search and filter invitations by email, status, and pagination.
|
|
2488
|
+
*/
|
|
2489
|
+
declare const _3Cb22532: <ThrowOnError extends boolean = true>(parameters: {
|
|
2490
|
+
tenant: string;
|
|
2491
|
+
page?: number;
|
|
2492
|
+
size?: number;
|
|
2493
|
+
sort?: Array<string> | null;
|
|
2494
|
+
filters: Array<QueryFilter>;
|
|
2495
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchInvitationsResponses, unknown, ThrowOnError>;
|
|
2496
|
+
/**
|
|
2497
|
+
* Delete an invitation
|
|
2498
|
+
*
|
|
2499
|
+
* Deletes the invitation by its ID.
|
|
2500
|
+
*/
|
|
2501
|
+
declare const _01367005c: <ThrowOnError extends boolean = true>(parameters: {
|
|
2502
|
+
id: string;
|
|
2503
|
+
tenant: string;
|
|
2504
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteInvitationResponses, DeleteInvitationErrors, ThrowOnError>;
|
|
2505
|
+
/**
|
|
2506
|
+
* Retrieve an invitation
|
|
2507
|
+
*
|
|
2508
|
+
* Retrieves the invitation by its ID, including the invitation link.
|
|
2509
|
+
*/
|
|
2510
|
+
declare const _473F7799: <ThrowOnError extends boolean = true>(parameters: {
|
|
2511
|
+
id: string;
|
|
2512
|
+
tenant: string;
|
|
2513
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<InvitationResponses, InvitationErrors, ThrowOnError>;
|
|
2514
|
+
/**
|
|
2515
|
+
* List all keys
|
|
2516
|
+
*/
|
|
2517
|
+
declare const _023C90349: <ThrowOnError extends boolean = true>(parameters: {
|
|
2518
|
+
tenant: string;
|
|
2519
|
+
page?: number;
|
|
2520
|
+
size?: number;
|
|
2521
|
+
sort?: Array<string> | null;
|
|
2522
|
+
filters?: Array<QueryFilter> | null;
|
|
2523
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListAllKeysResponses, unknown, ThrowOnError>;
|
|
2524
|
+
/**
|
|
2525
|
+
* Search for logs
|
|
2526
|
+
*/
|
|
2527
|
+
declare const _02A5C7489: <ThrowOnError extends boolean = true>(parameters: {
|
|
2528
|
+
tenant: string;
|
|
2529
|
+
page?: number;
|
|
2530
|
+
size?: number;
|
|
2531
|
+
sort?: Array<string> | null;
|
|
2532
|
+
filters?: Array<QueryFilter> | null;
|
|
2533
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchLogsResponses, unknown, ThrowOnError>;
|
|
2534
|
+
/**
|
|
2535
|
+
* Delete logs for a specific execution, taskrun or task
|
|
2536
|
+
*/
|
|
2537
|
+
declare const _4Ca5D6B4: <ThrowOnError extends boolean = true>(parameters: {
|
|
2538
|
+
executionId: string;
|
|
2539
|
+
tenant: string;
|
|
2540
|
+
minLevel?: Level | null;
|
|
2541
|
+
taskRunId?: string | null;
|
|
2542
|
+
taskId?: string | null;
|
|
2543
|
+
attempt?: number | null;
|
|
2544
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteLogsFromExecutionResponses, unknown, ThrowOnError>;
|
|
2545
|
+
/**
|
|
2546
|
+
* Get logs for a specific execution, taskrun or task
|
|
2547
|
+
*/
|
|
2548
|
+
declare const _06C136Fdf: <ThrowOnError extends boolean = true>(parameters: {
|
|
2549
|
+
executionId: string;
|
|
2550
|
+
tenant: string;
|
|
2551
|
+
minLevel?: Level | null;
|
|
2552
|
+
taskRunId?: string | null;
|
|
2553
|
+
taskId?: string | null;
|
|
2554
|
+
attempt?: number | null;
|
|
2555
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListLogsFromExecutionResponses, unknown, ThrowOnError>;
|
|
2556
|
+
/**
|
|
2557
|
+
* Download logs for a specific execution, taskrun or task
|
|
2558
|
+
*/
|
|
2559
|
+
declare const _74Ae0977: <ThrowOnError extends boolean = true>(parameters: {
|
|
2560
|
+
executionId: string;
|
|
2561
|
+
tenant: string;
|
|
2562
|
+
minLevel?: Level | null;
|
|
2563
|
+
taskRunId?: string | null;
|
|
2564
|
+
taskId?: string | null;
|
|
2565
|
+
attempt?: number | null;
|
|
2566
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DownloadLogsFromExecutionResponses, unknown, ThrowOnError>;
|
|
2567
|
+
/**
|
|
2568
|
+
* Delete logs for a specific execution, taskrun or task
|
|
2569
|
+
*/
|
|
2570
|
+
declare const _21216412: <ThrowOnError extends boolean = true>(parameters: {
|
|
2571
|
+
namespace: string;
|
|
2572
|
+
flowId: string;
|
|
2573
|
+
tenant: string;
|
|
2574
|
+
triggerId: string;
|
|
2575
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteLogsFromFlowResponses, unknown, ThrowOnError>;
|
|
2576
|
+
/**
|
|
2577
|
+
* Get metrics aggregations for a specific flow
|
|
2578
|
+
*/
|
|
2579
|
+
declare const _041C601E4: <ThrowOnError extends boolean = true>(parameters: {
|
|
2580
|
+
namespace: string;
|
|
2581
|
+
flowId: string;
|
|
2582
|
+
metric: string;
|
|
2583
|
+
tenant: string;
|
|
2584
|
+
startDate?: string | null;
|
|
2585
|
+
endDate?: string | null;
|
|
2586
|
+
aggregation?: string;
|
|
2587
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AggregateMetricsFromFlowResponses, unknown, ThrowOnError>;
|
|
2588
|
+
/**
|
|
2589
|
+
* Get metrics aggregations for a specific flow
|
|
2590
|
+
*/
|
|
2591
|
+
declare const _041Bfcd8d: <ThrowOnError extends boolean = true>(parameters: {
|
|
2592
|
+
namespace: string;
|
|
2593
|
+
flowId: string;
|
|
2594
|
+
taskId: string;
|
|
2595
|
+
metric: string;
|
|
2596
|
+
tenant: string;
|
|
2597
|
+
startDate?: string | null;
|
|
2598
|
+
endDate?: string | null;
|
|
2599
|
+
aggregation?: string;
|
|
2600
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AggregateMetricsFromTaskResponses, unknown, ThrowOnError>;
|
|
2601
|
+
/**
|
|
2602
|
+
* Get metrics names for a specific flow
|
|
2603
|
+
*/
|
|
2604
|
+
declare const _22F15037: <ThrowOnError extends boolean = true>(parameters: {
|
|
2605
|
+
namespace: string;
|
|
2606
|
+
flowId: string;
|
|
2607
|
+
tenant: string;
|
|
2608
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListFlowMetricsResponses, unknown, ThrowOnError>;
|
|
2609
|
+
/**
|
|
2610
|
+
* Get metrics names for a specific task in a flow
|
|
2611
|
+
*/
|
|
2612
|
+
declare const _3Acedc00: <ThrowOnError extends boolean = true>(parameters: {
|
|
2613
|
+
namespace: string;
|
|
2614
|
+
flowId: string;
|
|
2615
|
+
taskId: string;
|
|
2616
|
+
tenant: string;
|
|
2617
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListTaskMetricsResponses, unknown, ThrowOnError>;
|
|
2618
|
+
/**
|
|
2619
|
+
* Get tasks id that have metrics for a specific flow, include deleted or renamed tasks
|
|
2620
|
+
*/
|
|
2621
|
+
declare const _64625D6d: <ThrowOnError extends boolean = true>(parameters: {
|
|
2622
|
+
namespace: string;
|
|
2623
|
+
flowId: string;
|
|
2624
|
+
tenant: string;
|
|
2625
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListTasksWithMetricsResponses, unknown, ThrowOnError>;
|
|
2626
|
+
/**
|
|
2627
|
+
* Get metrics for a specific execution
|
|
2628
|
+
*/
|
|
2629
|
+
declare const _48B0B9B9: <ThrowOnError extends boolean = true>(parameters: {
|
|
2630
|
+
executionId: string;
|
|
2631
|
+
tenant: string;
|
|
2632
|
+
page?: number;
|
|
2633
|
+
size?: number;
|
|
2634
|
+
sort?: Array<string> | null;
|
|
2635
|
+
taskRunId?: string | null;
|
|
2636
|
+
taskId?: string | null;
|
|
2637
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchByExecutionResponses, unknown, ThrowOnError>;
|
|
2638
|
+
/**
|
|
2639
|
+
* Create a namespace
|
|
2640
|
+
*/
|
|
2641
|
+
declare const _0Cb0D041: <ThrowOnError extends boolean = true>(parameters: {
|
|
2642
|
+
tenant: string;
|
|
2643
|
+
namespace: Namespace;
|
|
2644
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateNamespaceResponses, unknown, ThrowOnError>;
|
|
2645
|
+
/**
|
|
2646
|
+
* List namespaces for autocomplete
|
|
2647
|
+
*
|
|
2648
|
+
* Returns a list of namespaces for use in autocomplete fields, optionally allowing to filter by query and ids. Used especially for binding creation.
|
|
2649
|
+
*/
|
|
2650
|
+
declare const _548A6080: <ThrowOnError extends boolean = true>(parameters: {
|
|
2651
|
+
tenant: string;
|
|
2652
|
+
apiAutocomplete: ApiAutocomplete;
|
|
2653
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AutocompleteNamespacesResponses, unknown, ThrowOnError>;
|
|
2654
|
+
/**
|
|
2655
|
+
* Search for namespaces
|
|
2656
|
+
*/
|
|
2657
|
+
declare const _0755159C0: <ThrowOnError extends boolean = true>(parameters: {
|
|
2658
|
+
tenant: string;
|
|
2659
|
+
q?: string | null;
|
|
2660
|
+
page?: number;
|
|
2661
|
+
size?: number;
|
|
2662
|
+
sort?: Array<string> | null;
|
|
2663
|
+
existing?: boolean;
|
|
2664
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchNamespacesResponses, unknown, ThrowOnError>;
|
|
2665
|
+
/**
|
|
2666
|
+
* Delete a namespace
|
|
2667
|
+
*/
|
|
2668
|
+
declare const _79431Ff0: <ThrowOnError extends boolean = true>(parameters: {
|
|
2669
|
+
id: string;
|
|
2670
|
+
tenant: string;
|
|
2671
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteNamespaceResponses, unknown, ThrowOnError>;
|
|
2672
|
+
/**
|
|
2673
|
+
* Get a namespace
|
|
2674
|
+
*/
|
|
2675
|
+
declare const _4Aa3555b: <ThrowOnError extends boolean = true>(parameters: {
|
|
2676
|
+
id: string;
|
|
2677
|
+
tenant: string;
|
|
2678
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<NamespaceResponses, unknown, ThrowOnError>;
|
|
2679
|
+
/**
|
|
2680
|
+
* Update a namespace
|
|
2681
|
+
*/
|
|
2682
|
+
declare const _06D81F16e: <ThrowOnError extends boolean = true>(parameters: {
|
|
2683
|
+
id: string;
|
|
2684
|
+
tenant: string;
|
|
2685
|
+
namespace: Namespace;
|
|
2686
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateNamespaceResponses, unknown, ThrowOnError>;
|
|
2687
|
+
/**
|
|
2688
|
+
* List inherited plugin defaults
|
|
2689
|
+
*/
|
|
2690
|
+
declare const _4A4Df41f: <ThrowOnError extends boolean = true>(parameters: {
|
|
2691
|
+
id: string;
|
|
2692
|
+
tenant: string;
|
|
2693
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<InheritedPluginDefaultsResponses, unknown, ThrowOnError>;
|
|
2694
|
+
/**
|
|
2695
|
+
* List inherited variables
|
|
2696
|
+
*/
|
|
2697
|
+
declare const _01De71843: <ThrowOnError extends boolean = true>(parameters: {
|
|
2698
|
+
id: string;
|
|
2699
|
+
tenant: string;
|
|
2700
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<InheritedVariablesResponses, unknown, ThrowOnError>;
|
|
2701
|
+
/**
|
|
2702
|
+
* Export this namespace plugin defaults
|
|
2703
|
+
*/
|
|
2704
|
+
declare const _05Edac887: <ThrowOnError extends boolean = true>(parameters: {
|
|
2705
|
+
id: string;
|
|
2706
|
+
tenant: string;
|
|
2707
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExportPluginDefaultsResponses, unknown, ThrowOnError>;
|
|
2708
|
+
/**
|
|
2709
|
+
* Import plugin defaults in this namespace
|
|
2710
|
+
*/
|
|
2711
|
+
declare const _695A5Daa: <ThrowOnError extends boolean = true>(parameters: {
|
|
2712
|
+
id: string;
|
|
2713
|
+
tenant: string;
|
|
2714
|
+
fileUpload?: Blob | File;
|
|
2715
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ImportPluginDefaultsResponses, unknown, ThrowOnError>;
|
|
2716
|
+
/**
|
|
2717
|
+
* Retrieve flow dependencies
|
|
2718
|
+
*/
|
|
2719
|
+
declare const _0Fe49766: <ThrowOnError extends boolean = true>(parameters: {
|
|
2720
|
+
namespace: string;
|
|
2721
|
+
tenant: string;
|
|
2722
|
+
destinationOnly?: boolean;
|
|
2723
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FlowDependenciesFromNamespaceResponses, unknown, ThrowOnError>;
|
|
2724
|
+
/**
|
|
2725
|
+
* Delete a file or directory
|
|
2726
|
+
*/
|
|
2727
|
+
declare const _07288D39a: <ThrowOnError extends boolean = true>(parameters: {
|
|
2728
|
+
namespace: string;
|
|
2729
|
+
tenant: string;
|
|
2730
|
+
path: string;
|
|
2731
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteFileDirectoryResponses, unknown, ThrowOnError>;
|
|
2732
|
+
/**
|
|
2733
|
+
* Get namespace file content
|
|
2734
|
+
*/
|
|
2735
|
+
declare const _0561C0Ca3: <ThrowOnError extends boolean = true>(parameters: {
|
|
2736
|
+
namespace: string;
|
|
2737
|
+
tenant: string;
|
|
2738
|
+
path: string;
|
|
2739
|
+
revision?: number | null;
|
|
2740
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FileContentResponses, unknown, ThrowOnError>;
|
|
2741
|
+
/**
|
|
2742
|
+
* Create a file
|
|
2743
|
+
*/
|
|
2744
|
+
declare const _54C4A1Db: <ThrowOnError extends boolean = true>(parameters: {
|
|
2745
|
+
namespace: string;
|
|
2746
|
+
tenant: string;
|
|
2747
|
+
path: string;
|
|
2748
|
+
fileContent?: Blob | File;
|
|
2749
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateNamespaceFileResponses, unknown, ThrowOnError>;
|
|
2750
|
+
/**
|
|
2751
|
+
* Move a file or directory
|
|
2752
|
+
*/
|
|
2753
|
+
declare const _7D6E2400: <ThrowOnError extends boolean = true>(parameters: {
|
|
2754
|
+
namespace: string;
|
|
2755
|
+
tenant: string;
|
|
2756
|
+
from: string;
|
|
2757
|
+
to: string;
|
|
2758
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<MoveFileDirectoryResponses, unknown, ThrowOnError>;
|
|
2759
|
+
/**
|
|
2760
|
+
* List directory content
|
|
2761
|
+
*/
|
|
2762
|
+
declare const _075B6Dc39: <ThrowOnError extends boolean = true>(parameters: {
|
|
2763
|
+
namespace: string;
|
|
2764
|
+
tenant: string;
|
|
2765
|
+
path?: string | null;
|
|
2766
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListNamespaceDirectoryFilesResponses, unknown, ThrowOnError>;
|
|
2767
|
+
/**
|
|
2768
|
+
* Create a directory
|
|
2769
|
+
*/
|
|
2770
|
+
declare const _5233556e: <ThrowOnError extends boolean = true>(parameters: {
|
|
2771
|
+
namespace: string;
|
|
2772
|
+
tenant: string;
|
|
2773
|
+
path?: string | null;
|
|
2774
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateNamespaceDirectoryResponses, unknown, ThrowOnError>;
|
|
2775
|
+
/**
|
|
2776
|
+
* Export namespace files as a ZIP
|
|
2777
|
+
*/
|
|
2778
|
+
declare const _4157Eab0: <ThrowOnError extends boolean = true>(parameters: {
|
|
2779
|
+
namespace: string;
|
|
2780
|
+
tenant: string;
|
|
2781
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExportNamespaceFilesResponses, unknown, ThrowOnError>;
|
|
2782
|
+
/**
|
|
2783
|
+
* Get namespace file revisions
|
|
2784
|
+
*/
|
|
2785
|
+
declare const _08E52624: <ThrowOnError extends boolean = true>(parameters: {
|
|
2786
|
+
namespace: string;
|
|
2787
|
+
tenant: string;
|
|
2788
|
+
path?: string | null;
|
|
2789
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FileRevisionsResponses, unknown, ThrowOnError>;
|
|
2790
|
+
/**
|
|
2791
|
+
* Find files which path contain the given string in their URI
|
|
2792
|
+
*/
|
|
2793
|
+
declare const _057D73E5c: <ThrowOnError extends boolean = true>(parameters: {
|
|
2794
|
+
namespace: string;
|
|
2795
|
+
tenant: string;
|
|
2796
|
+
q: string;
|
|
2797
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchNamespaceFilesResponses, unknown, ThrowOnError>;
|
|
2798
|
+
/**
|
|
2799
|
+
* Get namespace file stats such as size, creation & modification dates and type
|
|
2800
|
+
*/
|
|
2801
|
+
declare const _066857Ef8: <ThrowOnError extends boolean = true>(parameters: {
|
|
2802
|
+
namespace: string;
|
|
2803
|
+
tenant: string;
|
|
2804
|
+
path?: string | null;
|
|
2805
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<FileMetadatasResponses, unknown, ThrowOnError>;
|
|
2806
|
+
/**
|
|
2807
|
+
* List inherited secrets
|
|
2808
|
+
*/
|
|
2809
|
+
declare const _18B3Cb89: <ThrowOnError extends boolean = true>(parameters: {
|
|
2810
|
+
namespace: string;
|
|
2811
|
+
tenant: string;
|
|
2812
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<InheritedSecretsResponses, unknown, ThrowOnError>;
|
|
2813
|
+
/**
|
|
2814
|
+
* Bulk-delete multiple key/value pairs from the given namespace.
|
|
2815
|
+
*/
|
|
2816
|
+
declare const _043D2910a: <ThrowOnError extends boolean = true>(parameters: {
|
|
2817
|
+
namespace: string;
|
|
2818
|
+
tenant: string;
|
|
2819
|
+
kvControllerApiDeleteBulkRequest: KvControllerApiDeleteBulkRequest;
|
|
2820
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteKeyValuesResponses, unknown, ThrowOnError>;
|
|
2821
|
+
/**
|
|
2822
|
+
* List all keys for inherited namespaces
|
|
2823
|
+
*/
|
|
2824
|
+
declare const _057232872: <ThrowOnError extends boolean = true>(parameters: {
|
|
2825
|
+
namespace: string;
|
|
2826
|
+
tenant: string;
|
|
2827
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListKeysWithInheritenceResponses, unknown, ThrowOnError>;
|
|
2828
|
+
/**
|
|
2829
|
+
* Delete a key-value pair
|
|
2830
|
+
*/
|
|
2831
|
+
declare const _05D06Cae3: <ThrowOnError extends boolean = true>(parameters: {
|
|
2832
|
+
namespace: string;
|
|
2833
|
+
key: string;
|
|
2834
|
+
tenant: string;
|
|
2835
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteKeyValueResponses, unknown, ThrowOnError>;
|
|
2836
|
+
/**
|
|
2837
|
+
* Get value for a key
|
|
2838
|
+
*/
|
|
2839
|
+
declare const _1D572652: <ThrowOnError extends boolean = true>(parameters: {
|
|
2840
|
+
namespace: string;
|
|
2841
|
+
key: string;
|
|
2842
|
+
tenant: string;
|
|
2843
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<KeyValueResponses, unknown, ThrowOnError>;
|
|
2844
|
+
/**
|
|
2845
|
+
* Puts a key-value pair in store
|
|
2846
|
+
*/
|
|
2847
|
+
declare const _06C163B2c: <ThrowOnError extends boolean = true>(parameters: {
|
|
2848
|
+
namespace: string;
|
|
2849
|
+
key: string;
|
|
2850
|
+
tenant: string;
|
|
2851
|
+
body: string;
|
|
2852
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SetKeyValueResponses, unknown, ThrowOnError>;
|
|
2853
|
+
/**
|
|
2854
|
+
* Update secrets for a namespace
|
|
2855
|
+
*/
|
|
2856
|
+
declare const _071E8524c: <ThrowOnError extends boolean = true>(parameters: {
|
|
2857
|
+
namespace: string;
|
|
2858
|
+
tenant: string;
|
|
2859
|
+
apiSecretValue: ApiSecretValue;
|
|
2860
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PutSecretsResponses, unknown, ThrowOnError>;
|
|
2861
|
+
/**
|
|
2862
|
+
* Delete a secret for a namespace
|
|
2863
|
+
*/
|
|
2864
|
+
declare const _02E276Bc5: <ThrowOnError extends boolean = true>(parameters: {
|
|
2865
|
+
namespace: string;
|
|
2866
|
+
key: string;
|
|
2867
|
+
tenant: string;
|
|
2868
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteSecretResponses, unknown, ThrowOnError>;
|
|
2869
|
+
/**
|
|
2870
|
+
* Patch a secret metadata for a namespace
|
|
2871
|
+
*/
|
|
2872
|
+
declare const _1Fe10518: <ThrowOnError extends boolean = true>(parameters: {
|
|
2873
|
+
namespace: string;
|
|
2874
|
+
key: string;
|
|
2875
|
+
tenant: string;
|
|
2876
|
+
apiSecretMetaEe: ApiSecretMetaEe;
|
|
2877
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PatchSecretResponses, unknown, ThrowOnError>;
|
|
2878
|
+
/**
|
|
2879
|
+
* Get task run outputs
|
|
2880
|
+
*/
|
|
2881
|
+
declare const _667F809f: <ThrowOnError extends boolean = true>(parameters: {
|
|
2882
|
+
executionId: string;
|
|
2883
|
+
tenant: string;
|
|
2884
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<TaskOutputsInformationResponses, unknown, ThrowOnError>;
|
|
2885
|
+
/**
|
|
2886
|
+
* Get task run outputs
|
|
2887
|
+
*/
|
|
2888
|
+
declare const _2F61B1Ec: <ThrowOnError extends boolean = true>(parameters: {
|
|
2889
|
+
executionId: string;
|
|
2890
|
+
taskRunId: string;
|
|
2891
|
+
tenant: string;
|
|
2892
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<TaskRunOutputsResponses, unknown, ThrowOnError>;
|
|
2893
|
+
/**
|
|
2894
|
+
* Create a role
|
|
2895
|
+
*/
|
|
2896
|
+
declare const _519Bb792: <ThrowOnError extends boolean = true>(parameters: {
|
|
2897
|
+
tenant: string;
|
|
2898
|
+
iamRoleControllerApiRoleCreateOrUpdateRequest: IamRoleControllerApiRoleCreateOrUpdateRequest;
|
|
2899
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateRoleResponses, CreateRoleErrors, ThrowOnError>;
|
|
2900
|
+
/**
|
|
2901
|
+
* List roles for autocomplete
|
|
2902
|
+
*/
|
|
2903
|
+
declare const _58Eb5Fb5: <ThrowOnError extends boolean = true>(parameters: {
|
|
2904
|
+
tenant: string;
|
|
2905
|
+
apiAutocomplete: ApiAutocomplete;
|
|
2906
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AutocompleteRolesResponses, unknown, ThrowOnError>;
|
|
2907
|
+
/**
|
|
2908
|
+
* List roles by ids
|
|
2909
|
+
*/
|
|
2910
|
+
declare const _5C889A24: <ThrowOnError extends boolean = true>(parameters: {
|
|
2911
|
+
tenant: string;
|
|
2912
|
+
apiIds: ApiIds;
|
|
2913
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListRolesFromGivenIdsResponses, unknown, ThrowOnError>;
|
|
2914
|
+
/**
|
|
2915
|
+
* Search for roles
|
|
2916
|
+
*/
|
|
2917
|
+
declare const _020Dd7E0b: <ThrowOnError extends boolean = true>(parameters: {
|
|
2918
|
+
tenant: string;
|
|
2919
|
+
page?: number;
|
|
2920
|
+
size?: number;
|
|
2921
|
+
sort?: Array<string> | null;
|
|
2922
|
+
filters: Array<QueryFilter>;
|
|
2923
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchRolesResponses, unknown, ThrowOnError>;
|
|
2924
|
+
/**
|
|
2925
|
+
* Delete a role
|
|
2926
|
+
*/
|
|
2927
|
+
declare const _692Cacc1: <ThrowOnError extends boolean = true>(parameters: {
|
|
2928
|
+
id: string;
|
|
2929
|
+
tenant: string;
|
|
2930
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteRoleResponses, unknown, ThrowOnError>;
|
|
2931
|
+
/**
|
|
2932
|
+
* Retrieve a role
|
|
2933
|
+
*/
|
|
2934
|
+
declare const _358076: <ThrowOnError extends boolean = true>(parameters: {
|
|
2935
|
+
id: string;
|
|
2936
|
+
tenant: string;
|
|
2937
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<RoleResponses, RoleErrors, ThrowOnError>;
|
|
2938
|
+
/**
|
|
2939
|
+
* Update a role
|
|
2940
|
+
*/
|
|
2941
|
+
declare const _011A45F21: <ThrowOnError extends boolean = true>(parameters: {
|
|
2942
|
+
id: string;
|
|
2943
|
+
tenant: string;
|
|
2944
|
+
iamRoleControllerApiRoleCreateOrUpdateRequest: IamRoleControllerApiRoleCreateOrUpdateRequest;
|
|
2945
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateRoleResponses, UpdateRoleErrors, ThrowOnError>;
|
|
2946
|
+
/**
|
|
2947
|
+
* Search secrets of all namespaces
|
|
2948
|
+
*/
|
|
2949
|
+
declare const _077F7Debb: <ThrowOnError extends boolean = true>(parameters: {
|
|
2950
|
+
tenant: string;
|
|
2951
|
+
page?: number;
|
|
2952
|
+
size?: number;
|
|
2953
|
+
sort?: Array<string> | null;
|
|
2954
|
+
filters: Array<QueryFilter>;
|
|
2955
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListSecretsResponses, unknown, ThrowOnError>;
|
|
2956
|
+
/**
|
|
2957
|
+
* List all security integrations
|
|
2958
|
+
*
|
|
2959
|
+
* Superadmin-only.
|
|
2960
|
+
*
|
|
2961
|
+
* @deprecated
|
|
2962
|
+
*/
|
|
2963
|
+
declare const _0391165C3: <ThrowOnError extends boolean = true>(parameters: {
|
|
2964
|
+
tenant: string;
|
|
2965
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListSecurityIntegrationsResponses, unknown, ThrowOnError>;
|
|
2966
|
+
/**
|
|
2967
|
+
* Create a security integration
|
|
2968
|
+
*
|
|
2969
|
+
* Superadmin-only.
|
|
2970
|
+
*/
|
|
2971
|
+
declare const _3945Cbd8: <ThrowOnError extends boolean = true>(parameters: {
|
|
2972
|
+
tenant: string;
|
|
2973
|
+
createSecurityIntegrationRequest: CreateSecurityIntegrationRequest;
|
|
2974
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateSecurityIntegrationResponses, unknown, ThrowOnError>;
|
|
2975
|
+
/**
|
|
2976
|
+
* Retrieve security integrations filtered by Filters
|
|
2977
|
+
*
|
|
2978
|
+
* Superadmin-only.
|
|
2979
|
+
*/
|
|
2980
|
+
declare const _570E8Fac: <ThrowOnError extends boolean = true>(parameters: {
|
|
2981
|
+
tenant: string;
|
|
2982
|
+
size?: number;
|
|
2983
|
+
sort?: Array<string> | null;
|
|
2984
|
+
page?: number;
|
|
2985
|
+
filters: Array<QueryFilter>;
|
|
2986
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchSecurityIntegrationResponses, unknown, ThrowOnError>;
|
|
2987
|
+
/**
|
|
2988
|
+
* Delete a security integration
|
|
2989
|
+
*
|
|
2990
|
+
* Superadmin-only.
|
|
2991
|
+
*/
|
|
2992
|
+
declare const _12D3F2C9: <ThrowOnError extends boolean = true>(parameters: {
|
|
2993
|
+
id: string;
|
|
2994
|
+
tenant: string;
|
|
2995
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteSecurityIntegrationResponses, unknown, ThrowOnError>;
|
|
2996
|
+
/**
|
|
2997
|
+
* Retrieve a security integration
|
|
2998
|
+
*
|
|
2999
|
+
* Superadmin-only.
|
|
3000
|
+
*/
|
|
3001
|
+
declare const _40Cc9E74: <ThrowOnError extends boolean = true>(parameters: {
|
|
3002
|
+
id: string;
|
|
3003
|
+
tenant: string;
|
|
3004
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SecurityIntegrationResponses, unknown, ThrowOnError>;
|
|
3005
|
+
/**
|
|
3006
|
+
* Disable a security integration
|
|
3007
|
+
*
|
|
3008
|
+
* Superadmin-only. Disables the specified integration.
|
|
3009
|
+
*/
|
|
3010
|
+
declare const _454A6c: <ThrowOnError extends boolean = true>(parameters: {
|
|
3011
|
+
id: string;
|
|
3012
|
+
tenant: string;
|
|
3013
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DisableSecurityIntegrationResponses, unknown, ThrowOnError>;
|
|
3014
|
+
/**
|
|
3015
|
+
* Enable a security integration
|
|
3016
|
+
*
|
|
3017
|
+
* Superadmin-only. Enables the specified integration.
|
|
3018
|
+
*/
|
|
3019
|
+
declare const _4A97D3F1: <ThrowOnError extends boolean = true>(parameters: {
|
|
3020
|
+
id: string;
|
|
3021
|
+
tenant: string;
|
|
3022
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<EnableSecurityIntegrationResponses, unknown, ThrowOnError>;
|
|
3023
|
+
/**
|
|
3024
|
+
* Create a service account for the given tenant
|
|
3025
|
+
*/
|
|
3026
|
+
declare const _3Fdb7B5f: <ThrowOnError extends boolean = true>(parameters: {
|
|
3027
|
+
tenant: string;
|
|
3028
|
+
iamServiceAccountControllerApiServiceAccountRequest: IamServiceAccountControllerApiServiceAccountRequest;
|
|
3029
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateServiceAccountForTenantResponses, CreateServiceAccountForTenantErrors, ThrowOnError>;
|
|
3030
|
+
/**
|
|
3031
|
+
* Delete a service account
|
|
3032
|
+
*/
|
|
3033
|
+
declare const _038D53E30: <ThrowOnError extends boolean = true>(parameters: {
|
|
3034
|
+
id: string;
|
|
3035
|
+
tenant: string;
|
|
3036
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteServiceAccountForTenantResponses, DeleteServiceAccountForTenantErrors, ThrowOnError>;
|
|
3037
|
+
/**
|
|
3038
|
+
* Retrieve a service account
|
|
3039
|
+
*/
|
|
3040
|
+
declare const _053C06005: <ThrowOnError extends boolean = true>(parameters: {
|
|
3041
|
+
id: string;
|
|
3042
|
+
tenant: string;
|
|
3043
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ServiceAccountForTenantResponses, ServiceAccountForTenantErrors, ThrowOnError>;
|
|
3044
|
+
/**
|
|
3045
|
+
* Update a user service account
|
|
3046
|
+
*/
|
|
3047
|
+
declare const _020E2391f: <ThrowOnError extends boolean = true>(parameters: {
|
|
3048
|
+
id: string;
|
|
3049
|
+
tenant: string;
|
|
3050
|
+
iamServiceAccountControllerApiServiceAccountRequest: IamServiceAccountControllerApiServiceAccountRequest;
|
|
3051
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateServiceAccountResponses, UpdateServiceAccountErrors, ThrowOnError>;
|
|
3052
|
+
/**
|
|
3053
|
+
* List API tokens for a specific service account
|
|
3054
|
+
*/
|
|
3055
|
+
declare const _0B990465: <ThrowOnError extends boolean = true>(parameters: {
|
|
3056
|
+
id: string;
|
|
3057
|
+
tenant: string;
|
|
3058
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListApiTokensForServiceAccountWithTenantResponses, unknown, ThrowOnError>;
|
|
3059
|
+
/**
|
|
3060
|
+
* Create new API Token for a specific service account
|
|
3061
|
+
*/
|
|
3062
|
+
declare const _8194F9: <ThrowOnError extends boolean = true>(parameters: {
|
|
3063
|
+
id: string;
|
|
3064
|
+
tenant: string;
|
|
3065
|
+
createApiTokenRequest: CreateApiTokenRequest;
|
|
3066
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateApiTokensForServiceAccountWithTenantResponses, unknown, ThrowOnError>;
|
|
3067
|
+
/**
|
|
3068
|
+
* Delete an API Token for specific service account and token id
|
|
3069
|
+
*/
|
|
3070
|
+
declare const _02Dfdba59: <ThrowOnError extends boolean = true>(parameters: {
|
|
3071
|
+
id: string;
|
|
3072
|
+
tokenId: string;
|
|
3073
|
+
tenant: string;
|
|
3074
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteApiTokenForServiceAccountWithTenantResponses, unknown, ThrowOnError>;
|
|
3075
|
+
declare const _6Be81575: <ThrowOnError extends boolean = true>(parameters: {
|
|
3076
|
+
tenant: string;
|
|
3077
|
+
from?: string | null;
|
|
3078
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<GenerateResponses, unknown, ThrowOnError>;
|
|
3079
|
+
/**
|
|
3080
|
+
* Retrieve users belonging to the tenant
|
|
3081
|
+
*/
|
|
3082
|
+
declare const _82Aea6c: <ThrowOnError extends boolean = true>(parameters: {
|
|
3083
|
+
tenant: string;
|
|
3084
|
+
page?: number;
|
|
3085
|
+
size?: number;
|
|
3086
|
+
sort?: Array<string> | null;
|
|
3087
|
+
type?: UserType | null;
|
|
3088
|
+
filters: Array<QueryFilter>;
|
|
3089
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ListTenantAccessResponses, unknown, ThrowOnError>;
|
|
3090
|
+
/**
|
|
3091
|
+
* Create tenant access for a user
|
|
3092
|
+
*
|
|
3093
|
+
* Grants tenant access permissions to a user identified by email
|
|
3094
|
+
*/
|
|
3095
|
+
declare const _0196Dc236: <ThrowOnError extends boolean = true>(parameters: {
|
|
3096
|
+
tenant: string;
|
|
3097
|
+
iamTenantAccessControllerApiCreateTenantAccessRequest: IamTenantAccessControllerApiCreateTenantAccessRequest;
|
|
3098
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateTenantAccessResponses, CreateTenantAccessErrors, ThrowOnError>;
|
|
3099
|
+
/**
|
|
3100
|
+
* List users for autocomplete
|
|
3101
|
+
*/
|
|
3102
|
+
declare const _59175F00: <ThrowOnError extends boolean = true>(parameters: {
|
|
3103
|
+
tenant: string;
|
|
3104
|
+
iamTenantAccessControllerUserApiAutocomplete: IamTenantAccessControllerUserApiAutocomplete;
|
|
3105
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<AutocompleteUsersResponses, unknown, ThrowOnError>;
|
|
3106
|
+
/**
|
|
3107
|
+
* Delete tenant access for a user
|
|
3108
|
+
*
|
|
3109
|
+
* Removes tenant access permissions for the specified user
|
|
3110
|
+
*/
|
|
3111
|
+
declare const _24Ee93F9: <ThrowOnError extends boolean = true>(parameters: {
|
|
3112
|
+
userId: string;
|
|
3113
|
+
tenant: string;
|
|
3114
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteTenantAccessResponses, DeleteTenantAccessErrors, ThrowOnError>;
|
|
3115
|
+
/**
|
|
3116
|
+
* Retrieve tenant access for a user
|
|
3117
|
+
*
|
|
3118
|
+
* Fetches the tenant access configuration for a given user
|
|
3119
|
+
*/
|
|
3120
|
+
declare const _6Fd6E2Ae: <ThrowOnError extends boolean = true>(parameters: {
|
|
3121
|
+
userId: string;
|
|
3122
|
+
tenant: string;
|
|
3123
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<TenantAccessResponses, TenantAccessErrors, ThrowOnError>;
|
|
3124
|
+
/**
|
|
3125
|
+
* Create tenant access for a user
|
|
3126
|
+
*
|
|
3127
|
+
* Grants tenant access permissions to a user identified by userId
|
|
3128
|
+
*/
|
|
3129
|
+
declare const _075060104: <ThrowOnError extends boolean = true>(parameters: {
|
|
3130
|
+
userId: string;
|
|
3131
|
+
tenant: string;
|
|
3132
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateTenantAccess1Responses, CreateTenantAccess1Errors, ThrowOnError>;
|
|
3133
|
+
/**
|
|
3134
|
+
* Create a test from YAML source
|
|
3135
|
+
*
|
|
3136
|
+
* Creates a new test from a YAML definition. Requires TEST permission with the CREATE action.
|
|
3137
|
+
*/
|
|
3138
|
+
declare const _61Ac07Ea: <ThrowOnError extends boolean = true>(parameters: {
|
|
3139
|
+
tenant: string;
|
|
3140
|
+
body: string;
|
|
3141
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateTestSuiteResponses, unknown, ThrowOnError>;
|
|
3142
|
+
/**
|
|
3143
|
+
* Delete multiple tests by id
|
|
3144
|
+
*
|
|
3145
|
+
* Deletes a test by namespace and ID. Requires TEST permission with the DELETE action.
|
|
3146
|
+
*/
|
|
3147
|
+
declare const _025Da49F7: <ThrowOnError extends boolean = true>(parameters: {
|
|
3148
|
+
tenant: string;
|
|
3149
|
+
testSuiteControllerTestSuiteBulkRequest: TestSuiteControllerTestSuiteBulkRequest;
|
|
3150
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteTestSuitesByIdsResponses, unknown, ThrowOnError>;
|
|
3151
|
+
/**
|
|
3152
|
+
* Disable multiple tests by id
|
|
3153
|
+
*
|
|
3154
|
+
* Disable a test by namespace and ID. Requires TEST permission with the UPDATE action.
|
|
3155
|
+
*/
|
|
3156
|
+
declare const _0591Da8D4: <ThrowOnError extends boolean = true>(parameters: {
|
|
3157
|
+
tenant: string;
|
|
3158
|
+
testSuiteControllerTestSuiteBulkRequest: TestSuiteControllerTestSuiteBulkRequest;
|
|
3159
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DisableTestSuitesByIdsResponses, unknown, ThrowOnError>;
|
|
3160
|
+
/**
|
|
3161
|
+
* Enable multiple tests by id
|
|
3162
|
+
*
|
|
3163
|
+
* Enable a test by namespace and ID. Requires TEST permission with the UPDATE action.
|
|
3164
|
+
*/
|
|
3165
|
+
declare const _62186B31: <ThrowOnError extends boolean = true>(parameters: {
|
|
3166
|
+
tenant: string;
|
|
3167
|
+
testSuiteControllerTestSuiteBulkRequest: TestSuiteControllerTestSuiteBulkRequest;
|
|
3168
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<EnableTestSuitesByIdsResponses, unknown, ThrowOnError>;
|
|
3169
|
+
/**
|
|
3170
|
+
* Search for tests results
|
|
3171
|
+
*
|
|
3172
|
+
* with optional filtering by namespace, test suite ID and flow ID. Requires TEST permission with the READ action.
|
|
3173
|
+
*/
|
|
3174
|
+
declare const _4D1D22C1: <ThrowOnError extends boolean = true>(parameters: {
|
|
3175
|
+
tenant: string;
|
|
3176
|
+
page?: number;
|
|
3177
|
+
size?: number;
|
|
3178
|
+
sort?: Array<string> | null;
|
|
3179
|
+
testSuiteId?: string | null;
|
|
3180
|
+
namespace?: string | null;
|
|
3181
|
+
flowId?: string | null;
|
|
3182
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchTestSuitesResultsResponses, unknown, ThrowOnError>;
|
|
3183
|
+
/**
|
|
3184
|
+
* Get tests last result
|
|
3185
|
+
*
|
|
3186
|
+
* Get multiple tests last result for a query.
|
|
3187
|
+
*/
|
|
3188
|
+
declare const _3Fec3354: <ThrowOnError extends boolean = true>(parameters: {
|
|
3189
|
+
tenant: string;
|
|
3190
|
+
testSuiteControllerSearchTestsLastResult: TestSuiteControllerSearchTestsLastResult;
|
|
3191
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<TestsLastResultResponses, unknown, ThrowOnError>;
|
|
3192
|
+
/**
|
|
3193
|
+
* Get a test result
|
|
3194
|
+
*
|
|
3195
|
+
* Get a test result once it was run.
|
|
3196
|
+
*/
|
|
3197
|
+
declare const _6473C34f: <ThrowOnError extends boolean = true>(parameters: {
|
|
3198
|
+
id: string;
|
|
3199
|
+
tenant: string;
|
|
3200
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<TestResultResponses, unknown, ThrowOnError>;
|
|
3201
|
+
/**
|
|
3202
|
+
* Run multiple TestSuites by query
|
|
3203
|
+
*
|
|
3204
|
+
* Executes all TestSuites impacted by the specified filter. Requires TEST permission with the CREATE action.
|
|
3205
|
+
*/
|
|
3206
|
+
declare const _361Cef9: <ThrowOnError extends boolean = true>(parameters: {
|
|
3207
|
+
tenant: string;
|
|
3208
|
+
testSuiteServiceRunByQueryRequest: TestSuiteServiceRunByQueryRequest;
|
|
3209
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<RunTestSuitesByQueryResponses, unknown, ThrowOnError>;
|
|
3210
|
+
/**
|
|
3211
|
+
* Search for tests
|
|
3212
|
+
*
|
|
3213
|
+
* Searches for tests with optional filtering by namespace and flow ID. Requires TEST permission with the READ action.
|
|
3214
|
+
*/
|
|
3215
|
+
declare const _018132C8b: <ThrowOnError extends boolean = true>(parameters: {
|
|
3216
|
+
tenant: string;
|
|
3217
|
+
page?: number;
|
|
3218
|
+
size?: number;
|
|
3219
|
+
sort?: Array<string> | null;
|
|
3220
|
+
namespace?: string | null;
|
|
3221
|
+
flowId?: string | null;
|
|
3222
|
+
includeChildNamespaces?: boolean;
|
|
3223
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchTestSuitesResponses, unknown, ThrowOnError>;
|
|
3224
|
+
/**
|
|
3225
|
+
* Validate a test
|
|
3226
|
+
*
|
|
3227
|
+
* Validates a test YAML definition without persisting it. Returns constraint violations if any. Requires TEST permission with the READ action.
|
|
3228
|
+
*/
|
|
3229
|
+
declare const _51A50D10: <ThrowOnError extends boolean = true>(parameters: {
|
|
3230
|
+
tenant: string;
|
|
3231
|
+
body: string;
|
|
3232
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ValidateTestSuiteResponses, unknown, ThrowOnError>;
|
|
3233
|
+
/**
|
|
3234
|
+
* Delete a test
|
|
3235
|
+
*
|
|
3236
|
+
* Deletes a test by namespace and ID. Requires TEST permission with the DELETE action.
|
|
3237
|
+
*/
|
|
3238
|
+
declare const _0186007E5: <ThrowOnError extends boolean = true>(parameters: {
|
|
3239
|
+
namespace: string;
|
|
3240
|
+
id: string;
|
|
3241
|
+
tenant: string;
|
|
3242
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteTestSuiteResponses, unknown, ThrowOnError>;
|
|
3243
|
+
/**
|
|
3244
|
+
* Retrieve a test
|
|
3245
|
+
*
|
|
3246
|
+
* Retrieves a test by namespace and ID. Requires TEST permission with the READ action.
|
|
3247
|
+
*/
|
|
3248
|
+
declare const _046Ffd27a: <ThrowOnError extends boolean = true>(parameters: {
|
|
3249
|
+
namespace: string;
|
|
3250
|
+
id: string;
|
|
3251
|
+
tenant: string;
|
|
3252
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<TestSuiteResponses, unknown, ThrowOnError>;
|
|
3253
|
+
/**
|
|
3254
|
+
* Update a test from YAML source
|
|
3255
|
+
*
|
|
3256
|
+
* Updates an existing test with a new YAML definition. Requires TEST permission with the UPDATE action.
|
|
3257
|
+
*/
|
|
3258
|
+
declare const dae6Bd: <ThrowOnError extends boolean = true>(parameters: {
|
|
3259
|
+
namespace: string;
|
|
3260
|
+
id: string;
|
|
3261
|
+
tenant: string;
|
|
3262
|
+
body: string;
|
|
3263
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateTestSuiteResponses, unknown, ThrowOnError>;
|
|
3264
|
+
/**
|
|
3265
|
+
* Run a full test
|
|
3266
|
+
*
|
|
3267
|
+
* Executes all test cases in the specified test. Requires TEST permission with the CREATE action.
|
|
3268
|
+
*/
|
|
3269
|
+
declare const _05E5Dc0C5: <ThrowOnError extends boolean = true>(parameters: {
|
|
3270
|
+
namespace: string;
|
|
3271
|
+
id: string;
|
|
3272
|
+
tenant: string;
|
|
3273
|
+
testSuiteControllerRunRequest?: TestSuiteControllerRunRequest;
|
|
3274
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<RunTestSuiteResponses, unknown, ThrowOnError>;
|
|
3275
|
+
/**
|
|
3276
|
+
* Create a backfill
|
|
3277
|
+
*/
|
|
3278
|
+
declare const _04A8F87Fa: <ThrowOnError extends boolean = true>(parameters: {
|
|
3279
|
+
tenant: string;
|
|
3280
|
+
triggerControllerApiCreateBackfillRequest: TriggerControllerApiCreateBackfillRequest;
|
|
3281
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<CreateBackfillResponses, CreateBackfillErrors, ThrowOnError>;
|
|
3282
|
+
/**
|
|
3283
|
+
* Delete a backfill
|
|
3284
|
+
*/
|
|
3285
|
+
declare const _4153Db5: <ThrowOnError extends boolean = true>(parameters: {
|
|
3286
|
+
tenant: string;
|
|
3287
|
+
triggerControllerApiTriggerId: TriggerControllerApiTriggerId;
|
|
3288
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteBackfillResponses, DeleteBackfillErrors, ThrowOnError>;
|
|
3289
|
+
/**
|
|
3290
|
+
* Delete backfill for triggers matching query asynchronously
|
|
3291
|
+
*/
|
|
3292
|
+
declare const _0454D50C4: <ThrowOnError extends boolean = true>(parameters: {
|
|
3293
|
+
tenant: string;
|
|
3294
|
+
filters?: Array<QueryFilter> | null;
|
|
3295
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteBackfillByQueryResponses, unknown, ThrowOnError>;
|
|
3296
|
+
/**
|
|
3297
|
+
* Delete backfill for given triggers asynchronously
|
|
3298
|
+
*/
|
|
3299
|
+
declare const _06E9Fc5D4: <ThrowOnError extends boolean = true>(parameters: {
|
|
3300
|
+
tenant: string;
|
|
3301
|
+
body: Array<TriggerControllerApiTriggerId>;
|
|
3302
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteBackfillByIdsResponses, unknown, ThrowOnError>;
|
|
3303
|
+
/**
|
|
3304
|
+
* Pause a backfill
|
|
3305
|
+
*/
|
|
3306
|
+
declare const e736300: <ThrowOnError extends boolean = true>(parameters: {
|
|
3307
|
+
tenant: string;
|
|
3308
|
+
triggerControllerApiTriggerId: TriggerControllerApiTriggerId;
|
|
3309
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PauseBackfillResponses, PauseBackfillErrors, ThrowOnError>;
|
|
3310
|
+
/**
|
|
3311
|
+
* Pause backfill for triggers matching query asynchronously
|
|
3312
|
+
*/
|
|
3313
|
+
declare const _01Af6F06f: <ThrowOnError extends boolean = true>(parameters: {
|
|
3314
|
+
tenant: string;
|
|
3315
|
+
filters?: Array<QueryFilter> | null;
|
|
3316
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PauseBackfillByQueryResponses, unknown, ThrowOnError>;
|
|
3317
|
+
/**
|
|
3318
|
+
* Pause backfill for given triggers asynchronously
|
|
3319
|
+
*/
|
|
3320
|
+
declare const _0Af3543f: <ThrowOnError extends boolean = true>(parameters: {
|
|
3321
|
+
tenant: string;
|
|
3322
|
+
body: Array<TriggerControllerApiTriggerId>;
|
|
3323
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<PauseBackfillByIdsResponses, unknown, ThrowOnError>;
|
|
3324
|
+
/**
|
|
3325
|
+
* Unpause a backfill
|
|
3326
|
+
*/
|
|
3327
|
+
declare const _2D079507: <ThrowOnError extends boolean = true>(parameters: {
|
|
3328
|
+
tenant: string;
|
|
3329
|
+
triggerControllerApiTriggerId: TriggerControllerApiTriggerId;
|
|
3330
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UnpauseBackfillResponses, UnpauseBackfillErrors, ThrowOnError>;
|
|
3331
|
+
/**
|
|
3332
|
+
* Unpause backfill for triggers matching query asynchronously
|
|
3333
|
+
*/
|
|
3334
|
+
declare const _0361F2856: <ThrowOnError extends boolean = true>(parameters: {
|
|
3335
|
+
tenant: string;
|
|
3336
|
+
filters?: Array<QueryFilter> | null;
|
|
3337
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UnpauseBackfillByQueryResponses, unknown, ThrowOnError>;
|
|
3338
|
+
/**
|
|
3339
|
+
* Unpause backfill for given triggers asynchronously
|
|
3340
|
+
*/
|
|
3341
|
+
declare const _3139A61a: <ThrowOnError extends boolean = true>(parameters: {
|
|
3342
|
+
tenant: string;
|
|
3343
|
+
body: Array<TriggerControllerApiTriggerId>;
|
|
3344
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UnpauseBackfillByIdsResponses, unknown, ThrowOnError>;
|
|
3345
|
+
/**
|
|
3346
|
+
* Delete triggers by query parameters asynchronously
|
|
3347
|
+
*/
|
|
3348
|
+
declare const _0675820B5: <ThrowOnError extends boolean = true>(parameters: {
|
|
3349
|
+
tenant: string;
|
|
3350
|
+
filters?: Array<QueryFilter>;
|
|
3351
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteTriggersByQueryResponses, unknown, ThrowOnError>;
|
|
3352
|
+
/**
|
|
3353
|
+
* Delete given triggers asynchronously
|
|
3354
|
+
*/
|
|
3355
|
+
declare const _03C4Fde05: <ThrowOnError extends boolean = true>(parameters: {
|
|
3356
|
+
tenant: string;
|
|
3357
|
+
body: Array<TriggerControllerApiTriggerId>;
|
|
3358
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteTriggersByIdsResponses, unknown, ThrowOnError>;
|
|
3359
|
+
/**
|
|
3360
|
+
* Export all triggers as a streamed CSV file
|
|
3361
|
+
*/
|
|
3362
|
+
declare const _2Bf5E58f: <ThrowOnError extends boolean = true>(parameters: {
|
|
3363
|
+
tenant: string;
|
|
3364
|
+
filters: Array<QueryFilter>;
|
|
3365
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<ExportTriggersResponses, unknown, ThrowOnError>;
|
|
3366
|
+
/**
|
|
3367
|
+
* Search for triggers
|
|
3368
|
+
*/
|
|
3369
|
+
declare const _025Dffc7d: <ThrowOnError extends boolean = true>(parameters: {
|
|
3370
|
+
tenant: string;
|
|
3371
|
+
page?: number;
|
|
3372
|
+
size?: number;
|
|
3373
|
+
sort?: Array<string> | null;
|
|
3374
|
+
filters?: Array<QueryFilter> | null;
|
|
3375
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchTriggersResponses, unknown, ThrowOnError>;
|
|
3376
|
+
/**
|
|
3377
|
+
* Disable/enable a trigger
|
|
3378
|
+
*/
|
|
3379
|
+
declare const _0669E525e: <ThrowOnError extends boolean = true>(parameters: {
|
|
3380
|
+
tenant: string;
|
|
3381
|
+
triggerControllerApiDisableTriggerRequest: TriggerControllerApiDisableTriggerRequest;
|
|
3382
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DisableTriggerByIdResponses, DisableTriggerByIdErrors, ThrowOnError>;
|
|
3383
|
+
/**
|
|
3384
|
+
* Disable/enable triggers by query parameters asynchronously
|
|
3385
|
+
*/
|
|
3386
|
+
declare const _064E031A6: <ThrowOnError extends boolean = true>(parameters: {
|
|
3387
|
+
tenant: string;
|
|
3388
|
+
filters?: Array<QueryFilter> | null;
|
|
3389
|
+
disabled?: boolean;
|
|
3390
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DisabledTriggersByQueryResponses, unknown, ThrowOnError>;
|
|
3391
|
+
/**
|
|
3392
|
+
* Disable/enable given triggers asynchronously
|
|
3393
|
+
*/
|
|
3394
|
+
declare const _075D97736: <ThrowOnError extends boolean = true>(parameters: {
|
|
3395
|
+
tenant: string;
|
|
3396
|
+
triggerControllerSetDisabledRequest: TriggerControllerSetDisabledRequest;
|
|
3397
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DisabledTriggersByIdsResponses, unknown, ThrowOnError>;
|
|
3398
|
+
/**
|
|
3399
|
+
* Unlock triggers by query parameters asynchronously
|
|
3400
|
+
*/
|
|
3401
|
+
declare const _2F570092: <ThrowOnError extends boolean = true>(parameters: {
|
|
3402
|
+
tenant: string;
|
|
3403
|
+
filters?: Array<QueryFilter> | null;
|
|
3404
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UnlockTriggersByQueryResponses, unknown, ThrowOnError>;
|
|
3405
|
+
/**
|
|
3406
|
+
* Unlock given triggers asynchronously
|
|
3407
|
+
*/
|
|
3408
|
+
declare const _7874E902: <ThrowOnError extends boolean = true>(parameters: {
|
|
3409
|
+
tenant: string;
|
|
3410
|
+
body: Array<TriggerControllerApiTriggerId>;
|
|
3411
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UnlockTriggersByIdsResponses, unknown, ThrowOnError>;
|
|
3412
|
+
/**
|
|
3413
|
+
* Get all triggers for a flow
|
|
3414
|
+
*/
|
|
3415
|
+
declare const _077995F6c: <ThrowOnError extends boolean = true>(parameters: {
|
|
3416
|
+
namespace: string | null;
|
|
3417
|
+
flowId: string | null;
|
|
3418
|
+
tenant: string;
|
|
3419
|
+
page?: number;
|
|
3420
|
+
size?: number;
|
|
3421
|
+
sort?: Array<string> | null;
|
|
3422
|
+
q?: string | null;
|
|
3423
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<SearchTriggersForFlowResponses, unknown, ThrowOnError>;
|
|
3424
|
+
/**
|
|
3425
|
+
* Delete a trigger
|
|
3426
|
+
*/
|
|
3427
|
+
declare const _04B613E73: <ThrowOnError extends boolean = true>(parameters: {
|
|
3428
|
+
namespace: string;
|
|
3429
|
+
flowId: string;
|
|
3430
|
+
triggerId: string;
|
|
3431
|
+
tenant: string;
|
|
3432
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<DeleteTriggerResponses, DeleteTriggerErrors, ThrowOnError>;
|
|
3433
|
+
/**
|
|
3434
|
+
* Restart a trigger
|
|
3435
|
+
*/
|
|
3436
|
+
declare const _674530A9: <ThrowOnError extends boolean = true>(parameters: {
|
|
3437
|
+
namespace: string;
|
|
3438
|
+
flowId: string;
|
|
3439
|
+
triggerId: string;
|
|
3440
|
+
tenant: string;
|
|
3441
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<RestartTriggerResponses, RestartTriggerErrors, ThrowOnError>;
|
|
3442
|
+
/**
|
|
3443
|
+
* Unlock a trigger
|
|
3444
|
+
*/
|
|
3445
|
+
declare const _0Dd4E62c: <ThrowOnError extends boolean = true>(parameters: {
|
|
3446
|
+
namespace: string;
|
|
3447
|
+
flowId: string;
|
|
3448
|
+
triggerId: string;
|
|
3449
|
+
tenant: string;
|
|
3450
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UnlockTriggerResponses, UnlockTriggerErrors, ThrowOnError>;
|
|
3451
|
+
/**
|
|
3452
|
+
* Retrieve instance usage information
|
|
3453
|
+
*/
|
|
3454
|
+
declare const _031D6C90e: <ThrowOnError extends boolean = true>(parameters: {
|
|
3455
|
+
tenant: string;
|
|
3456
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UsagesResponses, unknown, ThrowOnError>;
|
|
3457
|
+
/**
|
|
3458
|
+
* Update the list of groups a user belongs to for the given tenant
|
|
3459
|
+
*/
|
|
3460
|
+
declare const _023524D8: <ThrowOnError extends boolean = true>(parameters: {
|
|
3461
|
+
id: string;
|
|
3462
|
+
tenant: string;
|
|
3463
|
+
iamUserGroupControllerApiUpdateUserGroupsRequest: IamUserGroupControllerApiUpdateUserGroupsRequest;
|
|
3464
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<UpdateUserGroupsResponses, UpdateUserGroupsErrors, ThrowOnError>;
|
|
3465
|
+
declare const _625Ef69: <ThrowOnError extends boolean = true>(parameters: {
|
|
3466
|
+
usernamePasswordCredentials: UsernamePasswordCredentials;
|
|
3467
|
+
}, options?: Options<never, ThrowOnError>) => RequestResult<LoginResponses, unknown, ThrowOnError>;
|
|
3468
|
+
//#endregion
|
|
3469
|
+
export { _027A6Da8 as $, _548A6080 as $a, _349D6C88 as $i, _067435Ac4 as $n, _692Cacc1 as $o, _1013D24e as $r, _04484B7Fb as $t, _01De71843 as A, _489De83d as Aa, _2B464742 as Ai, _057232872 as An, _5Fb28D2 as Ao, _07Ae22D38 as Ar, _890277 as As, _038Dcaf51 as At, _02187E7C3 as B, _4De682Bc as Ba, _2F61B1Ec as Bi, _05Ef057Dd as Bn, _6473C34f as Bo, _0Af3543f as Br, e736300 as Bs, _04106F4E8 as Bt, _0179918B5 as C, _42E6Ce42 as Ca, _22F15037 as Ci, _051905136 as Cn, _5E0F67f as Co, _075B6Dc39 as Cr, _79431Ff0 as Cs, _0361Eca5f as Ct, _01Af6F06f as D, _473F7799 as Da, _258Fd0a as Di, _0541C980c as Dn, _5Ec7Ba77 as Do, _077995F6c as Dr, _80D6B62 as Ds, _0380059D8 as Dt, _0196Dc236 as E, _454A6c as Ea, _24Ee93F9 as Ei, _053C06005 as En, _5Eadd763 as Eo, _07753C84 as Er, _7F73D1E9 as Es, _037B0F17a as Et, _01F97887a as F, _4Aa3555b as Fa, _2D63137 as Fi, _05Af20E9a as Fn, _62Bef13d as Fo, _0865C602 as Fr, b65C1D1 as Fs, _03C4Fde05 as Ft, _023811Cca as G, _51936Eee as Ga, _30Dbd29d as Gi, _063170190 as Gn, _667F809f as Go, _0Dd4E62c as Gr, _041E4E0A1 as Gt, _022Bb8541 as H, _5034D9D7 as Ha, _30012e as Hi, _05Fc2Bba9 as Hn, _66590305 as Ho, _0B990465 as Hr, _041B6F330 as Ht, _020A3475e as I, _4B7C6Aa0 as Ia, _2Dbe020a as Ii, _05Bfd34Cc as In, _63683Cb6 as Io, _08E52624 as Ir, c23903c as Is, _03Cf4A0Ab as It, _0250C96B9 as J, _519D22E7 as Ja, _3294Ffe3 as Ji, _065D9Abc7 as Jn, _674530A9 as Jo, _0F3A6F48 as Jr, _0434216C9 as Jt, _023C90349 as K, _5196384a as Ka, _30Dbd29e as Ki, _063F9F89e as Kn, _66Bf0D5f as Ko, _0E583313 as Kr, _0425Af897 as Kt, _020Dd7E0b as L, _4Ca5D6B4 as La, _2Eff59C2 as Li, _05D06Cae3 as Ln, _6379A635 as Lo, _09Bfeede as Lr, dae6Bd as Ls, _03D361199 as Lt, _01Eb351A4 as M, _48B0B9B9 as Ma, _2C5384F6 as Mi, _0591Da8D4 as Mn, _6214D18d as Mo, _07B84118d as Mr, _965A3Cb as Ms, _039F8Ba95 as Mt, _01Ebe5D1d as N, _4A4Df41f as Na, _2Cac1C06 as Ni, _05978F079 as Nn, _62186B31 as No, _07D8A0280 as Nr, a76C0Db as Ns, _03Ab0B9Aa as Nt, _01C500B8a as O, _47Ed1E79 as Oa, _27B78202 as Oi, _0561Ad6Ab as On, _5F5A0682 as Oo, _077F7Debb as Or, _8194F9 as Os, _03849B6Ed as Ot, _01F1268Ac as P, _4A97D3F1 as Pa, _2D079507 as Pi, _0599A7B72 as Pn, _625Ef69 as Po, _07F78209 as Pr, ae43B0 as Ps, _03Ad049Ef as Pt, _0263Aab71 as Q, _541Dca5a as Qa, _34407Ba7 as Qi, _0673517b as Qn, _69272D79 as Qo, _0Fe49766 as Qr, _04430Ac6c as Qt, _020E2391f as R, _4Cc20E8d as Ra, _2F38C956 as Ri, _05E5Dc0C5 as Rn, _638062Ff as Ro, _0A5Ca62c as Rr, e42E043 as Rs, _03E75156c as Rt, _017482F6 as S, _41A7Bacb as Sa, _21Acaa5 as Si, _050C2E400 as Sn, _5Ded489f as So, _0755159C0 as Sr, _789F9416 as Ss, _033Ccd4Fe as St, _0186007E5 as T, _4485351c as Ta, _23D6B8E4 as Ti, _052C8Df0a as Tn, _5E2Cd58f as To, _076D036Df as Tr, _7D6E2400 as Ts, _03765E0A6 as Tt, _023524D8 as U, _50Eb0692 as Ua, _3026D709 as Ui, _0607Ee9E7 as Un, _6667C843 as Uo, _0Cb0D041 as Ur, _041Bfcd8d as Ut, _0229397B6 as V, _4F085C75 as Va, _2Ff5B9 as Vi, _05Fc1D744 as Vn, _64A9593d as Vo, _0B6464Af as Vr, f43A000 as Vs, _0416C0289 as Vt, _0236Ea812 as W, _51093D05 as Wa, _30C1Aea6 as Wi, _061F11167 as Wn, _666Ae97f as Wo, _0D6Bb264 as Wr, _041C601E4 as Wt, _025Da49F7 as X, _5233556e as Xa, _330B4Ac9 as Xi, _066857Ef8 as Xn, _67B2B91a as Xo, _0F86A2E5 as Xr, _043724297 as Xt, _025A6B662 as Y, _51A50D10 as Ya, _32B09e as Yi, _06666E52f as Yn, _67A4E57c as Yo, _0F4647D9 as Yr, _0436B14E3 as Yt, _025Dffc7d as Z, _536Eebf2 as Za, _34380E43 as Zi, _0669E525e as Zn, _684Bcad0 as Zo, _0Fd54Ad7 as Zr, _043D2910a as Zt, _0154B123b as _, _405255B8 as _a, _1E9E7721 as _i, _04E4686D7 as _n, _5C16Ae66 as _o, _07288D39a as _r, _757Add8f as _s, _031Ffc737 as _t, _0117D26A6 as a, _380C1616 as aa, _17A21 as ai, _04763C298 as an, _56C0Cddb as ao, _06B60682e as ar, _6Be81575 as as, _02A616Fc6 as at, _016E8Ef98 as b, _4153Db5 as ba, _1Fe10518 as bi, _04Fc707F8 as bn, _5Db1D88 as bo, _074C3078c as br, _7692D6F8 as bs, _03315F398 as bt, _011A9De69 as c, _3A626Bff as ca, _18F56 as ci, _0494596B6 as cn, _58A63A9b as co, _06D81F16e as cr, _6C815Dae as cs, _02D1825F2 as ct, _0121E6D30 as d, _3Cb22532 as da, _197Ff358 as di, _04B060Ef4 as dn, _59175F00 as do, _06Fa01237 as dr, _72929E1b as ds, _02E276Bc5 as dt, _34D9Fc6c as ea, _12D3F2C9 as ei, _0454D50C4 as en, _54C4A1Db as eo, _0675820B5 as er, _692E1816 as es, _028Aeb63d as et, _01263C155 as f, _3D7A5F48 as fa, _1A1Ca315 as fi, _04B5D3B49 as fn, _59325214 as fo, _070Ae25E8 as fr, _731Fd483 as fs, _02Fbc290f as ft, _0139064D9 as g, _3Fec3354 as ga, _1D572652 as gi, _04E18D824 as gn, _5B713B0f as go, _071E8524c as gr, _7523Aa93 as gs, _031D6C90e as gt, _01367005c as h, _3Fdb7B5f as ha, _1C95E03c as hi, _04Ca27C03 as hn, _5Abe0Fe8 as ho, _0715B9840 as hr, _74Ae0977 as hs, _03115727c as ht, _011787999 as i, _37F2Df50 as ia, _17875579 as ii, _0472E2162 as in, _5662Ec9d as io, _06A967170 as ir, _6Ac6Cc58 as is, _02A5C7489 as it, _01E98E3Cd as j, _489E3513 as ja, _2Bf5E58f as ji, _057D73E5c as jn, _61Ac07Ea as jo, _07B13992a as jr, _8D0A158 as js, _0391165C3 as jt, _01C6847B6 as k, _487Ead27 as ka, _2Aee0508 as ki, _0561C0Ca3 as kn, _5F8Cca7b as ko, _0799Ff550 as kr, _82Aea6c as ks, _038D53E30 as kt, _011Bcf8Ea as l, _3Acedc00 as la, _191553Cf as li, _049835Ff6 as ln, _58Ceaf0 as lo, _06E9Fc5D4 as lr, _6Fd6E2Ae as ls, _02D424Dda as lt, _012A7E5A6 as m, _3E005Ec1 as ma, _1B622107 as mi, _04Bf1164b as mn, _5A35A529 as mo, _0715460C9 as mr, _735A5032 as ms, _030B1A670 as mt, _010043Fd5 as n, _361Cef9 as na, _15Bac3E0 as ni, _046C7F41c as nn, _55B26Dc3 as no, _06944349d as nr, _6998Eead as ns, _0299Dd8Df as nt, _011A2F3Cc as o, _38F8C0C3 as oa, _18B3Cb89 as oi, _0476E3Baa as on, _570E8Fac as oo, _06C136Fdf as or, _6Bf6A12b as os, _02C81F3Ac as ot, _012672A53 as p, _3De59Ebf as pa, _1Aac14e as pi, _04B613E73 as pn, _5A2Fca1e as po, _070B4Bca7 as pr, _733374F6 as ps, _030A1703e as pt, _02437E287 as q, _519Bb792 as qa, _3139A61a as qi, _064E031A6 as qn, _66Dea7Aa as qo, _0Ec51319 as qr, _0431356Ce as qt, _010C1C295 as r, _36Ebcb as ra, _161Cb5Cb as ri, _046Ffd27a as rn, _562B4060 as ro, _069531B2c as rr, _6A36C4F8 as rs, _029Da9A7c as rt, _011A45F21 as s, _3945Cbd8 as sa, _18Dbd36b as si, _04828F018 as sn, _579848F4 as so, _06C163B2c as sr, _6C34C66c as ss, _02Cb78A91 as st, Options as t, _358076 as ta, _13D120Ea as ti, _0465C8F2c as tn, _55628B91 as to, _0686Bb52b as tr, _695A5Daa as ts, _028Ee38A7 as tt, _011E5C4Dd as u, _3B58Db1e as ua, _191Cdebb as ui, _04A8F87Fa as un, _58Eb5Fb5 as uo, _06Ed786D9 as ur, _71B7280 as us, _02Dfdba59 as ut, _01561E78a as v, _407247Bb as va, _1Ec18Cc3 as vi, _04E46Ba97 as vn, _5C609C5f as vo, _072B3D08b as vr, _7643C6B5 as vs, _032A61D81 as vt, _018132C8b as w, _433558F9 as wa, _23A9Ef85 as wi, _052623492 as wn, _5E26A2A4 as wo, _075D97736 as wr, _7D0E1E4 as ws, _0361F2856 as wt, _017382997 as x, _4157Eab0 as xa, _21216412 as xi, _0509A5F04 as xn, _5Db1D89 as xo, _075060104 as xr, _7874E902 as xs, _0331D20E8 as xt, _015E23Cc6 as y, _40Cc9E74 as ya, _1F4344F1 as yi, _04F997A55 as yn, _5C889A24 as yo, _0742Ed768 as yr, _764Cf52d as ys, _032E9A671 as yt, _020Ed1B9 as z, _4D1D22C1 as za, _2F570092 as zi, _05Edac887 as zn, _64625D6d as zo, _0A933De0 as zr, e446C08 as zs, _03Ed2B7Aa as zt };
|