@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
package/README.md
DELETED
|
@@ -1,769 +0,0 @@
|
|
|
1
|
-
# @kestra-io/kestra-sdk
|
|
2
|
-
|
|
3
|
-
KestraIoKestraSdk - JavaScript client for @kestra-io/kestra-sdk
|
|
4
|
-
All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.<br/>
|
|
5
|
-
Endpoints designated as Superadmin-only are not tenant-scoped.
|
|
6
|
-
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
7
|
-
|
|
8
|
-
- API version: 1.3.14
|
|
9
|
-
- Package version: 1.3.0
|
|
10
|
-
- Generator version: 7.22.0
|
|
11
|
-
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
12
|
-
|
|
13
|
-
## Installation
|
|
14
|
-
|
|
15
|
-
### For [Node.js](https://nodejs.org/)
|
|
16
|
-
|
|
17
|
-
#### npm
|
|
18
|
-
|
|
19
|
-
To publish the library as a [npm](https://www.npmjs.com/), please follow the procedure in ["Publishing npm packages"](https://docs.npmjs.com/getting-started/publishing-npm-packages).
|
|
20
|
-
|
|
21
|
-
Then install it via:
|
|
22
|
-
|
|
23
|
-
```shell
|
|
24
|
-
npm install @kestra-io/kestra-sdk --save
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
Finally, you need to build the module:
|
|
28
|
-
|
|
29
|
-
```shell
|
|
30
|
-
npm run build
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
##### Local development
|
|
34
|
-
|
|
35
|
-
To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing `package.json` (and this README). Let's call this `JAVASCRIPT_CLIENT_DIR`. Then run:
|
|
36
|
-
|
|
37
|
-
```shell
|
|
38
|
-
npm install
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
Next, [link](https://docs.npmjs.com/cli/link) it globally in npm with the following, also from `JAVASCRIPT_CLIENT_DIR`:
|
|
42
|
-
|
|
43
|
-
```shell
|
|
44
|
-
npm link
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
To use the link you just defined in your project, switch to the directory you want to use your @kestra-io/kestra-sdk from, and run:
|
|
48
|
-
|
|
49
|
-
```shell
|
|
50
|
-
npm link /path/to/<JAVASCRIPT_CLIENT_DIR>
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
Finally, you need to build the module:
|
|
54
|
-
|
|
55
|
-
```shell
|
|
56
|
-
npm run build
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
#### git
|
|
60
|
-
|
|
61
|
-
If the library is hosted at a git repository, e.g.https://github.com/GIT_USER_ID/GIT_REPO_ID
|
|
62
|
-
then install it via:
|
|
63
|
-
|
|
64
|
-
```shell
|
|
65
|
-
npm install GIT_USER_ID/GIT_REPO_ID --save
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
### For browser
|
|
69
|
-
|
|
70
|
-
The library also works in the browser environment via npm and [browserify](http://browserify.org/). After following
|
|
71
|
-
the above steps with Node.js and installing browserify with `npm install -g browserify`,
|
|
72
|
-
perform the following (assuming *main.js* is your entry file):
|
|
73
|
-
|
|
74
|
-
```shell
|
|
75
|
-
browserify main.js > bundle.js
|
|
76
|
-
```
|
|
77
|
-
|
|
78
|
-
Then include *bundle.js* in the HTML pages.
|
|
79
|
-
|
|
80
|
-
### Webpack Configuration
|
|
81
|
-
|
|
82
|
-
Using Webpack you may encounter the following error: "Module not found: Error:
|
|
83
|
-
Cannot resolve module", most certainly you should disable AMD loader. Add/merge
|
|
84
|
-
the following section to your webpack config:
|
|
85
|
-
|
|
86
|
-
```javascript
|
|
87
|
-
module: {
|
|
88
|
-
rules: [
|
|
89
|
-
{
|
|
90
|
-
parser: {
|
|
91
|
-
amd: false
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
]
|
|
95
|
-
}
|
|
96
|
-
```
|
|
97
|
-
|
|
98
|
-
## Getting Started
|
|
99
|
-
|
|
100
|
-
Please follow the [installation](#installation) instruction and execute the following JS code:
|
|
101
|
-
|
|
102
|
-
```javascript
|
|
103
|
-
var KestraIoKestraSdk = require('@kestra-io/kestra-sdk');
|
|
104
|
-
|
|
105
|
-
var defaultClient = KestraIoKestraSdk.ApiClient.instance;
|
|
106
|
-
// Configure HTTP basic authorization: basicAuth
|
|
107
|
-
var basicAuth = defaultClient.authentications['basicAuth'];
|
|
108
|
-
basicAuth.username = 'YOUR USERNAME'
|
|
109
|
-
basicAuth.password = 'YOUR PASSWORD'
|
|
110
|
-
// Configure Bearer (Bearer) access token for authorization: bearerAuth
|
|
111
|
-
var bearerAuth = defaultClient.authentications['bearerAuth'];
|
|
112
|
-
bearerAuth.accessToken = "YOUR ACCESS TOKEN"
|
|
113
|
-
|
|
114
|
-
var api = new KestraIoKestraSdk.ExecutionsApi()
|
|
115
|
-
var namespace = "namespace_example"; // {String} The flow namespace
|
|
116
|
-
var id = "id_example"; // {String} The flow id
|
|
117
|
-
var tenant = "tenant_example"; // {String}
|
|
118
|
-
var opts = {
|
|
119
|
-
'labels': ["null"], // {[String]} The labels as a list of 'key:value'
|
|
120
|
-
'wait': false, // {Boolean} If the server will wait the end of the execution
|
|
121
|
-
'revision': 56, // {Number} The flow revision or latest if null
|
|
122
|
-
'scheduleDate': new Date("2013-10-20T19:20:30+01:00"), // {Date} Schedule the flow on a specific date
|
|
123
|
-
'breakpoints': "breakpoints_example", // {String} Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
|
|
124
|
-
'kind': new KestraIoKestraSdk.ExecutionKind() // {ExecutionKind} Specific execution kind
|
|
125
|
-
};
|
|
126
|
-
api.createExecution(namespace, id, tenant, opts).then(function(data) {
|
|
127
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
128
|
-
}, function(error) {
|
|
129
|
-
console.error(error);
|
|
130
|
-
});
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
```
|
|
134
|
-
|
|
135
|
-
## Documentation for API Endpoints
|
|
136
|
-
|
|
137
|
-
All URIs are relative to *http://localhost*
|
|
138
|
-
|
|
139
|
-
Class | Method | HTTP request | Description
|
|
140
|
-
------------ | ------------- | ------------- | -------------
|
|
141
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**createExecution**](docs/ExecutionsApi.md#createExecution) | **POST** /api/v1/{tenant}/executions/{namespace}/{id} | Create a new execution for a flow
|
|
142
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**deleteExecution**](docs/ExecutionsApi.md#deleteExecution) | **DELETE** /api/v1/{tenant}/executions/{executionId} | Delete an execution
|
|
143
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**deleteExecutionsByIds**](docs/ExecutionsApi.md#deleteExecutionsByIds) | **DELETE** /api/v1/{tenant}/executions/by-ids | Delete a list of executions
|
|
144
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**deleteExecutionsByQuery**](docs/ExecutionsApi.md#deleteExecutionsByQuery) | **DELETE** /api/v1/{tenant}/executions/by-query | Delete executions filter by query parameters
|
|
145
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**downloadFileFromExecution**](docs/ExecutionsApi.md#downloadFileFromExecution) | **GET** /api/v1/{tenant}/executions/{executionId}/file | Download file for an execution
|
|
146
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**evalExpression**](docs/ExecutionsApi.md#evalExpression) | **POST** /api/v1/{tenant}/executions/{executionId}/eval | Evaluate a variable expression for this execution
|
|
147
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**execution**](docs/ExecutionsApi.md#execution) | **GET** /api/v1/{tenant}/executions/{executionId} | Get an execution
|
|
148
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**executionFlowGraph**](docs/ExecutionsApi.md#executionFlowGraph) | **GET** /api/v1/{tenant}/executions/{executionId}/graph | Generate a graph for an execution
|
|
149
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**fileMetadatasFromExecution**](docs/ExecutionsApi.md#fileMetadatasFromExecution) | **GET** /api/v1/{tenant}/executions/{executionId}/file/metas | Get file meta information for an execution
|
|
150
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**flowFromExecution**](docs/ExecutionsApi.md#flowFromExecution) | **GET** /api/v1/{tenant}/executions/flows/{namespace}/{flowId} | Get flow information's for an execution
|
|
151
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**flowFromExecutionById**](docs/ExecutionsApi.md#flowFromExecutionById) | **GET** /api/v1/{tenant}/executions/{executionId}/flow | Get flow information's for an execution
|
|
152
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**followDependenciesExecutions**](docs/ExecutionsApi.md#followDependenciesExecutions) | **GET** /api/v1/{tenant}/executions/{executionId}/follow-dependencies | Follow all execution dependencies executions
|
|
153
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**followExecution**](docs/ExecutionsApi.md#followExecution) | **GET** /api/v1/{tenant}/executions/{executionId}/follow | Follow an execution
|
|
154
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**forceRunByIds**](docs/ExecutionsApi.md#forceRunByIds) | **POST** /api/v1/{tenant}/executions/force-run/by-ids | Force run a list of executions
|
|
155
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**forceRunExecution**](docs/ExecutionsApi.md#forceRunExecution) | **POST** /api/v1/{tenant}/executions/{executionId}/force-run | Force run an execution
|
|
156
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**forceRunExecutionsByQuery**](docs/ExecutionsApi.md#forceRunExecutionsByQuery) | **POST** /api/v1/{tenant}/executions/force-run/by-query | Force run executions filter by query parameters
|
|
157
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**killExecution**](docs/ExecutionsApi.md#killExecution) | **DELETE** /api/v1/{tenant}/executions/{executionId}/kill | Kill an execution
|
|
158
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**killExecutionsByIds**](docs/ExecutionsApi.md#killExecutionsByIds) | **DELETE** /api/v1/{tenant}/executions/kill/by-ids | Kill a list of executions
|
|
159
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**killExecutionsByQuery**](docs/ExecutionsApi.md#killExecutionsByQuery) | **DELETE** /api/v1/{tenant}/executions/kill/by-query | Kill executions filter by query parameters
|
|
160
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**latestExecutions**](docs/ExecutionsApi.md#latestExecutions) | **POST** /api/v1/{tenant}/executions/latest | Get the latest execution for given flows
|
|
161
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**pauseExecution**](docs/ExecutionsApi.md#pauseExecution) | **POST** /api/v1/{tenant}/executions/{executionId}/pause | Pause a running execution.
|
|
162
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**pauseExecutionsByIds**](docs/ExecutionsApi.md#pauseExecutionsByIds) | **POST** /api/v1/{tenant}/executions/pause/by-ids | Pause a list of running executions
|
|
163
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**pauseExecutionsByQuery**](docs/ExecutionsApi.md#pauseExecutionsByQuery) | **POST** /api/v1/{tenant}/executions/pause/by-query | Pause executions filter by query parameters
|
|
164
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**replayExecution**](docs/ExecutionsApi.md#replayExecution) | **POST** /api/v1/{tenant}/executions/{executionId}/replay | Create a new execution from an old one and start it from a specified task run id
|
|
165
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**replayExecutionWithinputs**](docs/ExecutionsApi.md#replayExecutionWithinputs) | **POST** /api/v1/{tenant}/executions/{executionId}/replay-with-inputs | Create a new execution from an old one and start it from a specified task run id
|
|
166
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**replayExecutionsByIds**](docs/ExecutionsApi.md#replayExecutionsByIds) | **POST** /api/v1/{tenant}/executions/replay/by-ids | Create new executions from old ones. Keep the flow revision
|
|
167
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**replayExecutionsByQuery**](docs/ExecutionsApi.md#replayExecutionsByQuery) | **POST** /api/v1/{tenant}/executions/replay/by-query | Create new executions from old ones filter by query parameters. Keep the flow revision
|
|
168
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**restartExecution**](docs/ExecutionsApi.md#restartExecution) | **POST** /api/v1/{tenant}/executions/{executionId}/restart | Restart a new execution from an old one
|
|
169
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**restartExecutionsByIds**](docs/ExecutionsApi.md#restartExecutionsByIds) | **POST** /api/v1/{tenant}/executions/restart/by-ids | Restart a list of executions
|
|
170
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**restartExecutionsByQuery**](docs/ExecutionsApi.md#restartExecutionsByQuery) | **POST** /api/v1/{tenant}/executions/restart/by-query | Restart executions filter by query parameters
|
|
171
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**resumeExecution**](docs/ExecutionsApi.md#resumeExecution) | **POST** /api/v1/{tenant}/executions/{executionId}/resume | Resume a paused execution.
|
|
172
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**resumeExecutionsByIds**](docs/ExecutionsApi.md#resumeExecutionsByIds) | **POST** /api/v1/{tenant}/executions/resume/by-ids | Resume a list of paused executions
|
|
173
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**resumeExecutionsByQuery**](docs/ExecutionsApi.md#resumeExecutionsByQuery) | **POST** /api/v1/{tenant}/executions/resume/by-query | Resume executions filter by query parameters
|
|
174
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**searchExecutions**](docs/ExecutionsApi.md#searchExecutions) | **GET** /api/v1/{tenant}/executions/search | Search for executions
|
|
175
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**searchExecutionsByFlowId**](docs/ExecutionsApi.md#searchExecutionsByFlowId) | **GET** /api/v1/{tenant}/executions | Search for executions for a flow
|
|
176
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**setLabelsOnTerminatedExecution**](docs/ExecutionsApi.md#setLabelsOnTerminatedExecution) | **POST** /api/v1/{tenant}/executions/{executionId}/labels | Add or update labels of a terminated execution
|
|
177
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**setLabelsOnTerminatedExecutionsByIds**](docs/ExecutionsApi.md#setLabelsOnTerminatedExecutionsByIds) | **POST** /api/v1/{tenant}/executions/labels/by-ids | Set labels on a list of executions
|
|
178
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**setLabelsOnTerminatedExecutionsByQuery**](docs/ExecutionsApi.md#setLabelsOnTerminatedExecutionsByQuery) | **POST** /api/v1/{tenant}/executions/labels/by-query | Set label on executions filter by query parameters
|
|
179
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**triggerExecutionByGetWebhook**](docs/ExecutionsApi.md#triggerExecutionByGetWebhook) | **GET** /api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key} | Trigger a new execution by GET webhook trigger
|
|
180
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**triggerExecutionByGetWebhookWithPath**](docs/ExecutionsApi.md#triggerExecutionByGetWebhookWithPath) | **GET** /api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key}/{path} | Trigger a new execution by GET webhook trigger
|
|
181
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**triggerExecutionByPostWebhookWithPath**](docs/ExecutionsApi.md#triggerExecutionByPostWebhookWithPath) | **POST** /api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key}/{path} | Trigger a new execution by POST webhook trigger
|
|
182
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**triggerExecutionByPutWebhookWithPath**](docs/ExecutionsApi.md#triggerExecutionByPutWebhookWithPath) | **PUT** /api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key}/{path} | Trigger a new execution by PUT webhook trigger
|
|
183
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**unqueueExecution**](docs/ExecutionsApi.md#unqueueExecution) | **POST** /api/v1/{tenant}/executions/{executionId}/unqueue | Unqueue an execution
|
|
184
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**unqueueExecutionsByIds**](docs/ExecutionsApi.md#unqueueExecutionsByIds) | **POST** /api/v1/{tenant}/executions/unqueue/by-ids | Unqueue a list of executions
|
|
185
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**unqueueExecutionsByQuery**](docs/ExecutionsApi.md#unqueueExecutionsByQuery) | **POST** /api/v1/{tenant}/executions/unqueue/by-query | Unqueue executions filter by query parameters
|
|
186
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**updateExecutionStatus**](docs/ExecutionsApi.md#updateExecutionStatus) | **POST** /api/v1/{tenant}/executions/{executionId}/change-status | Change the state of an execution
|
|
187
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**updateExecutionsStatusByIds**](docs/ExecutionsApi.md#updateExecutionsStatusByIds) | **POST** /api/v1/{tenant}/executions/change-status/by-ids | Change executions state by id
|
|
188
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**updateExecutionsStatusByQuery**](docs/ExecutionsApi.md#updateExecutionsStatusByQuery) | **POST** /api/v1/{tenant}/executions/change-status/by-query | Change executions state by query parameters
|
|
189
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**updateTaskRunState**](docs/ExecutionsApi.md#updateTaskRunState) | **POST** /api/v1/{tenant}/executions/{executionId}/state | Change state for a taskrun in an execution
|
|
190
|
-
*KestraIoKestraSdk.FlowsApi* | [**bulkUpdateFlows**](docs/FlowsApi.md#bulkUpdateFlows) | **POST** /api/v1/{tenant}/flows/bulk | Update from multiples yaml sources
|
|
191
|
-
*KestraIoKestraSdk.FlowsApi* | [**createFlow**](docs/FlowsApi.md#createFlow) | **POST** /api/v1/{tenant}/flows | Create a flow from yaml source
|
|
192
|
-
*KestraIoKestraSdk.FlowsApi* | [**deleteFlow**](docs/FlowsApi.md#deleteFlow) | **DELETE** /api/v1/{tenant}/flows/{namespace}/{id} | Delete a flow
|
|
193
|
-
*KestraIoKestraSdk.FlowsApi* | [**deleteFlowsByIds**](docs/FlowsApi.md#deleteFlowsByIds) | **DELETE** /api/v1/{tenant}/flows/delete/by-ids | Delete flows by their IDs.
|
|
194
|
-
*KestraIoKestraSdk.FlowsApi* | [**deleteFlowsByQuery**](docs/FlowsApi.md#deleteFlowsByQuery) | **DELETE** /api/v1/{tenant}/flows/delete/by-query | Delete flows returned by the query parameters.
|
|
195
|
-
*KestraIoKestraSdk.FlowsApi* | [**deleteRevisions**](docs/FlowsApi.md#deleteRevisions) | **DELETE** /api/v1/{tenant}/flows/{namespace}/{id}/revisions | Delete revisions for a flow
|
|
196
|
-
*KestraIoKestraSdk.FlowsApi* | [**disableFlowsByIds**](docs/FlowsApi.md#disableFlowsByIds) | **POST** /api/v1/{tenant}/flows/disable/by-ids | Disable flows by their IDs.
|
|
197
|
-
*KestraIoKestraSdk.FlowsApi* | [**disableFlowsByQuery**](docs/FlowsApi.md#disableFlowsByQuery) | **POST** /api/v1/{tenant}/flows/disable/by-query | Disable flows returned by the query parameters.
|
|
198
|
-
*KestraIoKestraSdk.FlowsApi* | [**enableFlowsByIds**](docs/FlowsApi.md#enableFlowsByIds) | **POST** /api/v1/{tenant}/flows/enable/by-ids | Enable flows by their IDs.
|
|
199
|
-
*KestraIoKestraSdk.FlowsApi* | [**enableFlowsByQuery**](docs/FlowsApi.md#enableFlowsByQuery) | **POST** /api/v1/{tenant}/flows/enable/by-query | Enable flows returned by the query parameters.
|
|
200
|
-
*KestraIoKestraSdk.FlowsApi* | [**exportFlowsByIds**](docs/FlowsApi.md#exportFlowsByIds) | **POST** /api/v1/{tenant}/flows/export/by-ids | Export flows as a ZIP archive of yaml sources.
|
|
201
|
-
*KestraIoKestraSdk.FlowsApi* | [**exportFlowsByQuery**](docs/FlowsApi.md#exportFlowsByQuery) | **GET** /api/v1/{tenant}/flows/export/by-query | Export flows as a ZIP archive of yaml sources.
|
|
202
|
-
*KestraIoKestraSdk.FlowsApi* | [**flow**](docs/FlowsApi.md#flow) | **GET** /api/v1/{tenant}/flows/{namespace}/{id} | Get a flow
|
|
203
|
-
*KestraIoKestraSdk.FlowsApi* | [**flowDependencies**](docs/FlowsApi.md#flowDependencies) | **GET** /api/v1/{tenant}/flows/{namespace}/{id}/dependencies | Get flow dependencies
|
|
204
|
-
*KestraIoKestraSdk.FlowsApi* | [**flowDependenciesFromNamespace**](docs/FlowsApi.md#flowDependenciesFromNamespace) | **GET** /api/v1/{tenant}/namespaces/{namespace}/dependencies | Retrieve flow dependencies
|
|
205
|
-
*KestraIoKestraSdk.FlowsApi* | [**generateFlowGraph**](docs/FlowsApi.md#generateFlowGraph) | **GET** /api/v1/{tenant}/flows/{namespace}/{id}/graph | Generate a graph for a flow
|
|
206
|
-
*KestraIoKestraSdk.FlowsApi* | [**generateFlowGraphFromSource**](docs/FlowsApi.md#generateFlowGraphFromSource) | **POST** /api/v1/{tenant}/flows/graph | Generate a graph for a flow source
|
|
207
|
-
*KestraIoKestraSdk.FlowsApi* | [**importFlows**](docs/FlowsApi.md#importFlows) | **POST** /api/v1/{tenant}/flows/import | Import flows as a ZIP archive of yaml sources or a multi-objects YAML file. When sending a Yaml that contains one or more flows, a list of index is returned. When sending a ZIP archive, a list of files that couldn't be imported is returned.
|
|
208
|
-
*KestraIoKestraSdk.FlowsApi* | [**listDeprecated**](docs/FlowsApi.md#listDeprecated) | **GET** /api/v1/{tenant}/flows/deprecated | List flows containing deprecated tasks
|
|
209
|
-
*KestraIoKestraSdk.FlowsApi* | [**listDistinctNamespaces**](docs/FlowsApi.md#listDistinctNamespaces) | **GET** /api/v1/{tenant}/flows/distinct-namespaces | List all distinct namespaces
|
|
210
|
-
*KestraIoKestraSdk.FlowsApi* | [**listFlowRevisions**](docs/FlowsApi.md#listFlowRevisions) | **GET** /api/v1/{tenant}/flows/{namespace}/{id}/revisions | Get revisions for a flow
|
|
211
|
-
*KestraIoKestraSdk.FlowsApi* | [**listFlowsByNamespace**](docs/FlowsApi.md#listFlowsByNamespace) | **GET** /api/v1/{tenant}/flows/{namespace} | Retrieve all flows from a given namespace
|
|
212
|
-
*KestraIoKestraSdk.FlowsApi* | [**searchConcurrencyLimits**](docs/FlowsApi.md#searchConcurrencyLimits) | **GET** /api/v1/{tenant}/concurrency-limit/search | Search for flow concurrency limits
|
|
213
|
-
*KestraIoKestraSdk.FlowsApi* | [**searchFlows**](docs/FlowsApi.md#searchFlows) | **GET** /api/v1/{tenant}/flows/search | Search for flows
|
|
214
|
-
*KestraIoKestraSdk.FlowsApi* | [**searchFlowsBySourceCode**](docs/FlowsApi.md#searchFlowsBySourceCode) | **GET** /api/v1/{tenant}/flows/source | Search for flows source code
|
|
215
|
-
*KestraIoKestraSdk.FlowsApi* | [**taskFromFlow**](docs/FlowsApi.md#taskFromFlow) | **GET** /api/v1/{tenant}/flows/{namespace}/{id}/tasks/{taskId} | Get a flow task
|
|
216
|
-
*KestraIoKestraSdk.FlowsApi* | [**updateConcurrencyLimit**](docs/FlowsApi.md#updateConcurrencyLimit) | **PUT** /api/v1/{tenant}/concurrency-limit/{namespace}/{flowId} | Update a flow concurrency limit
|
|
217
|
-
*KestraIoKestraSdk.FlowsApi* | [**updateFlow**](docs/FlowsApi.md#updateFlow) | **PUT** /api/v1/{tenant}/flows/{namespace}/{id} | Update a flow
|
|
218
|
-
*KestraIoKestraSdk.FlowsApi* | [**updateFlowsInNamespace**](docs/FlowsApi.md#updateFlowsInNamespace) | **POST** /api/v1/{tenant}/flows/{namespace} | Update a complete namespace from yaml source
|
|
219
|
-
*KestraIoKestraSdk.FlowsApi* | [**updateTask**](docs/FlowsApi.md#updateTask) | **PATCH** /api/v1/{tenant}/flows/{namespace}/{id}/{taskId} | Update a single task on a flow
|
|
220
|
-
*KestraIoKestraSdk.FlowsApi* | [**validateFlows**](docs/FlowsApi.md#validateFlows) | **POST** /api/v1/{tenant}/flows/validate | Validate a list of flows
|
|
221
|
-
*KestraIoKestraSdk.FlowsApi* | [**validateTask**](docs/FlowsApi.md#validateTask) | **POST** /api/v1/{tenant}/flows/validate/task | Validate a task
|
|
222
|
-
*KestraIoKestraSdk.FlowsApi* | [**validateTrigger**](docs/FlowsApi.md#validateTrigger) | **POST** /api/v1/{tenant}/flows/validate/trigger | Validate trigger
|
|
223
|
-
*KestraIoKestraSdk.GroupsApi* | [**addUserToGroup**](docs/GroupsApi.md#addUserToGroup) | **PUT** /api/v1/{tenant}/groups/{id}/members/{userId} | Add a user to a group
|
|
224
|
-
*KestraIoKestraSdk.GroupsApi* | [**autocompleteGroups**](docs/GroupsApi.md#autocompleteGroups) | **POST** /api/v1/{tenant}/groups/autocomplete | List groups for autocomplete
|
|
225
|
-
*KestraIoKestraSdk.GroupsApi* | [**createGroup**](docs/GroupsApi.md#createGroup) | **POST** /api/v1/{tenant}/groups | Create a group
|
|
226
|
-
*KestraIoKestraSdk.GroupsApi* | [**deleteGroup**](docs/GroupsApi.md#deleteGroup) | **DELETE** /api/v1/{tenant}/groups/{id} | Delete a group
|
|
227
|
-
*KestraIoKestraSdk.GroupsApi* | [**deleteUserFromGroup**](docs/GroupsApi.md#deleteUserFromGroup) | **DELETE** /api/v1/{tenant}/groups/{id}/members/{userId} | Remove a user from a group
|
|
228
|
-
*KestraIoKestraSdk.GroupsApi* | [**group**](docs/GroupsApi.md#group) | **GET** /api/v1/{tenant}/groups/{id} | Retrieve a group
|
|
229
|
-
*KestraIoKestraSdk.GroupsApi* | [**listGroupIds**](docs/GroupsApi.md#listGroupIds) | **POST** /api/v1/{tenant}/groups/ids | List groups by ids
|
|
230
|
-
*KestraIoKestraSdk.GroupsApi* | [**searchGroupMembers**](docs/GroupsApi.md#searchGroupMembers) | **GET** /api/v1/{tenant}/groups/{id}/members | Search for users in a group
|
|
231
|
-
*KestraIoKestraSdk.GroupsApi* | [**searchGroups**](docs/GroupsApi.md#searchGroups) | **GET** /api/v1/{tenant}/groups/search | Search for groups
|
|
232
|
-
*KestraIoKestraSdk.GroupsApi* | [**setUserMembershipForGroup**](docs/GroupsApi.md#setUserMembershipForGroup) | **PUT** /api/v1/{tenant}/groups/{id}/members/membership/{userId} | Update a user's membership type in a group
|
|
233
|
-
*KestraIoKestraSdk.GroupsApi* | [**updateGroup**](docs/GroupsApi.md#updateGroup) | **PUT** /api/v1/{tenant}/groups/{id} | Update a group
|
|
234
|
-
*KestraIoKestraSdk.KVApi* | [**deleteKeyValue**](docs/KVApi.md#deleteKeyValue) | **DELETE** /api/v1/{tenant}/namespaces/{namespace}/kv/{key} | Delete a key-value pair
|
|
235
|
-
*KestraIoKestraSdk.KVApi* | [**deleteKeyValues**](docs/KVApi.md#deleteKeyValues) | **DELETE** /api/v1/{tenant}/namespaces/{namespace}/kv | Bulk-delete multiple key/value pairs from the given namespace.
|
|
236
|
-
*KestraIoKestraSdk.KVApi* | [**keyValue**](docs/KVApi.md#keyValue) | **GET** /api/v1/{tenant}/namespaces/{namespace}/kv/{key} | Get value for a key
|
|
237
|
-
*KestraIoKestraSdk.KVApi* | [**listAllKeys**](docs/KVApi.md#listAllKeys) | **GET** /api/v1/{tenant}/kv | List all keys
|
|
238
|
-
*KestraIoKestraSdk.KVApi* | [**listKeys**](docs/KVApi.md#listKeys) | **GET** /api/v1/{tenant}/namespaces/{namespace}/kv | List all keys for a namespace
|
|
239
|
-
*KestraIoKestraSdk.KVApi* | [**listKeysWithInheritence**](docs/KVApi.md#listKeysWithInheritence) | **GET** /api/v1/{tenant}/namespaces/{namespace}/kv/inheritance | List all keys for inherited namespaces
|
|
240
|
-
*KestraIoKestraSdk.KVApi* | [**setKeyValue**](docs/KVApi.md#setKeyValue) | **PUT** /api/v1/{tenant}/namespaces/{namespace}/kv/{key} | Puts a key-value pair in store
|
|
241
|
-
*KestraIoKestraSdk.NamespacesApi* | [**autocompleteNamespaces**](docs/NamespacesApi.md#autocompleteNamespaces) | **POST** /api/v1/{tenant}/namespaces/autocomplete | List namespaces for autocomplete
|
|
242
|
-
*KestraIoKestraSdk.NamespacesApi* | [**createNamespace**](docs/NamespacesApi.md#createNamespace) | **POST** /api/v1/{tenant}/namespaces | Create a namespace
|
|
243
|
-
*KestraIoKestraSdk.NamespacesApi* | [**deleteNamespace**](docs/NamespacesApi.md#deleteNamespace) | **DELETE** /api/v1/{tenant}/namespaces/{id} | Delete a namespace
|
|
244
|
-
*KestraIoKestraSdk.NamespacesApi* | [**deleteSecret**](docs/NamespacesApi.md#deleteSecret) | **DELETE** /api/v1/{tenant}/namespaces/{namespace}/secrets/{key} | Delete a secret for a namespace
|
|
245
|
-
*KestraIoKestraSdk.NamespacesApi* | [**exportPluginDefaults**](docs/NamespacesApi.md#exportPluginDefaults) | **POST** /api/v1/{tenant}/namespaces/{id}/plugindefaults/export | Export this namespace plugin defaults
|
|
246
|
-
*KestraIoKestraSdk.NamespacesApi* | [**importPluginDefaults**](docs/NamespacesApi.md#importPluginDefaults) | **POST** /api/v1/{tenant}/namespaces/{id}/plugindefaults/import | Import plugin defaults in this namespace
|
|
247
|
-
*KestraIoKestraSdk.NamespacesApi* | [**inheritedPluginDefaults**](docs/NamespacesApi.md#inheritedPluginDefaults) | **GET** /api/v1/{tenant}/namespaces/{id}/inherited-plugindefaults | List inherited plugin defaults
|
|
248
|
-
*KestraIoKestraSdk.NamespacesApi* | [**inheritedSecrets**](docs/NamespacesApi.md#inheritedSecrets) | **GET** /api/v1/{tenant}/namespaces/{namespace}/inherited-secrets | List inherited secrets
|
|
249
|
-
*KestraIoKestraSdk.NamespacesApi* | [**inheritedVariables**](docs/NamespacesApi.md#inheritedVariables) | **GET** /api/v1/{tenant}/namespaces/{id}/inherited-variables | List inherited variables
|
|
250
|
-
*KestraIoKestraSdk.NamespacesApi* | [**listNamespaceSecrets**](docs/NamespacesApi.md#listNamespaceSecrets) | **GET** /api/v1/{tenant}/namespaces/{namespace}/secrets | Get secrets for a namespace
|
|
251
|
-
*KestraIoKestraSdk.NamespacesApi* | [**namespace**](docs/NamespacesApi.md#namespace) | **GET** /api/v1/{tenant}/namespaces/{id} | Get a namespace
|
|
252
|
-
*KestraIoKestraSdk.NamespacesApi* | [**patchSecret**](docs/NamespacesApi.md#patchSecret) | **PATCH** /api/v1/{tenant}/namespaces/{namespace}/secrets/{key} | Patch a secret metadata for a namespace
|
|
253
|
-
*KestraIoKestraSdk.NamespacesApi* | [**putSecrets**](docs/NamespacesApi.md#putSecrets) | **PUT** /api/v1/{tenant}/namespaces/{namespace}/secrets | Update secrets for a namespace
|
|
254
|
-
*KestraIoKestraSdk.NamespacesApi* | [**searchNamespaces**](docs/NamespacesApi.md#searchNamespaces) | **GET** /api/v1/{tenant}/namespaces/search | Search for namespaces
|
|
255
|
-
*KestraIoKestraSdk.NamespacesApi* | [**updateNamespace**](docs/NamespacesApi.md#updateNamespace) | **PUT** /api/v1/{tenant}/namespaces/{id} | Update a namespace
|
|
256
|
-
*KestraIoKestraSdk.RolesApi* | [**autocompleteRoles**](docs/RolesApi.md#autocompleteRoles) | **POST** /api/v1/{tenant}/roles/autocomplete | List roles for autocomplete
|
|
257
|
-
*KestraIoKestraSdk.RolesApi* | [**createRole**](docs/RolesApi.md#createRole) | **POST** /api/v1/{tenant}/roles | Create a role
|
|
258
|
-
*KestraIoKestraSdk.RolesApi* | [**deleteRole**](docs/RolesApi.md#deleteRole) | **DELETE** /api/v1/{tenant}/roles/{id} | Delete a role
|
|
259
|
-
*KestraIoKestraSdk.RolesApi* | [**listRolesFromGivenIds**](docs/RolesApi.md#listRolesFromGivenIds) | **POST** /api/v1/{tenant}/roles/ids | List roles by ids
|
|
260
|
-
*KestraIoKestraSdk.RolesApi* | [**role**](docs/RolesApi.md#role) | **GET** /api/v1/{tenant}/roles/{id} | Retrieve a role
|
|
261
|
-
*KestraIoKestraSdk.RolesApi* | [**searchRoles**](docs/RolesApi.md#searchRoles) | **GET** /api/v1/{tenant}/roles/search | Search for roles
|
|
262
|
-
*KestraIoKestraSdk.RolesApi* | [**updateRole**](docs/RolesApi.md#updateRole) | **PUT** /api/v1/{tenant}/roles/{id} | Update a role
|
|
263
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**createApiTokensForServiceAccount**](docs/ServiceAccountApi.md#createApiTokensForServiceAccount) | **POST** /api/v1/service-accounts/{id}/api-tokens | Create new API Token for a specific service account
|
|
264
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**createApiTokensForServiceAccountWithTenant**](docs/ServiceAccountApi.md#createApiTokensForServiceAccountWithTenant) | **POST** /api/v1/{tenant}/service-accounts/{id}/api-tokens | Create new API Token for a specific service account
|
|
265
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**createServiceAccount**](docs/ServiceAccountApi.md#createServiceAccount) | **POST** /api/v1/service-accounts | Create a service account
|
|
266
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**createServiceAccountForTenant**](docs/ServiceAccountApi.md#createServiceAccountForTenant) | **POST** /api/v1/{tenant}/service-accounts | Create a service account for the given tenant
|
|
267
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**deleteApiTokenForServiceAccount**](docs/ServiceAccountApi.md#deleteApiTokenForServiceAccount) | **DELETE** /api/v1/service-accounts/{id}/api-tokens/{tokenId} | Delete an API Token for specific service account and token id
|
|
268
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**deleteApiTokenForServiceAccountWithTenant**](docs/ServiceAccountApi.md#deleteApiTokenForServiceAccountWithTenant) | **DELETE** /api/v1/{tenant}/service-accounts/{id}/api-tokens/{tokenId} | Delete an API Token for specific service account and token id
|
|
269
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**deleteServiceAccount**](docs/ServiceAccountApi.md#deleteServiceAccount) | **DELETE** /api/v1/service-accounts/{id} | Delete a service account
|
|
270
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**deleteServiceAccountForTenant**](docs/ServiceAccountApi.md#deleteServiceAccountForTenant) | **DELETE** /api/v1/{tenant}/service-accounts/{id} | Delete a service account
|
|
271
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**listApiTokensForServiceAccount**](docs/ServiceAccountApi.md#listApiTokensForServiceAccount) | **GET** /api/v1/service-accounts/{id}/api-tokens | List API tokens for a specific service account
|
|
272
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**listApiTokensForServiceAccountWithTenant**](docs/ServiceAccountApi.md#listApiTokensForServiceAccountWithTenant) | **GET** /api/v1/{tenant}/service-accounts/{id}/api-tokens | List API tokens for a specific service account
|
|
273
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**listServiceAccounts**](docs/ServiceAccountApi.md#listServiceAccounts) | **GET** /api/v1/service-accounts | List service accounts. Superadmin-only.
|
|
274
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**patchServiceAccountDetails**](docs/ServiceAccountApi.md#patchServiceAccountDetails) | **PATCH** /api/v1/service-accounts/{id} | Update service account details
|
|
275
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**patchServiceAccountSuperAdmin**](docs/ServiceAccountApi.md#patchServiceAccountSuperAdmin) | **PATCH** /api/v1/service-accounts/{id}/superadmin | Update service account superadmin privileges
|
|
276
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**serviceAccount**](docs/ServiceAccountApi.md#serviceAccount) | **GET** /api/v1/service-accounts/{id} | Get a service account
|
|
277
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**serviceAccountForTenant**](docs/ServiceAccountApi.md#serviceAccountForTenant) | **GET** /api/v1/{tenant}/service-accounts/{id} | Retrieve a service account
|
|
278
|
-
*KestraIoKestraSdk.ServiceAccountApi* | [**updateServiceAccount**](docs/ServiceAccountApi.md#updateServiceAccount) | **PUT** /api/v1/{tenant}/service-accounts/{id} | Update a user service account
|
|
279
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**createTestSuite**](docs/TestSuitesApi.md#createTestSuite) | **POST** /api/v1/{tenant}/tests | Create a test from YAML source
|
|
280
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**deleteTestSuite**](docs/TestSuitesApi.md#deleteTestSuite) | **DELETE** /api/v1/{tenant}/tests/{namespace}/{id} | Delete a test
|
|
281
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**deleteTestSuitesByIds**](docs/TestSuitesApi.md#deleteTestSuitesByIds) | **DELETE** /api/v1/{tenant}/tests/by-ids | Delete multiple tests by id
|
|
282
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**disableTestSuitesByIds**](docs/TestSuitesApi.md#disableTestSuitesByIds) | **POST** /api/v1/{tenant}/tests/disable/by-ids | Disable multiple tests by id
|
|
283
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**enableTestSuitesByIds**](docs/TestSuitesApi.md#enableTestSuitesByIds) | **POST** /api/v1/{tenant}/tests/enable/by-ids | Enable multiple tests by id
|
|
284
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**runTestSuite**](docs/TestSuitesApi.md#runTestSuite) | **POST** /api/v1/{tenant}/tests/{namespace}/{id}/run | Run a full test
|
|
285
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**runTestSuitesByQuery**](docs/TestSuitesApi.md#runTestSuitesByQuery) | **POST** /api/v1/{tenant}/tests/run | Run multiple TestSuites by query
|
|
286
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**searchTestSuites**](docs/TestSuitesApi.md#searchTestSuites) | **GET** /api/v1/{tenant}/tests/search | Search for tests
|
|
287
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**searchTestSuitesResults**](docs/TestSuitesApi.md#searchTestSuitesResults) | **GET** /api/v1/{tenant}/tests/results/search | Search for tests results
|
|
288
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**testResult**](docs/TestSuitesApi.md#testResult) | **GET** /api/v1/{tenant}/tests/results/{id} | Get a test result
|
|
289
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**testSuite**](docs/TestSuitesApi.md#testSuite) | **GET** /api/v1/{tenant}/tests/{namespace}/{id} | Retrieve a test
|
|
290
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**testsLastResult**](docs/TestSuitesApi.md#testsLastResult) | **POST** /api/v1/{tenant}/tests/results/search/last | Get tests last result
|
|
291
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**updateTestSuite**](docs/TestSuitesApi.md#updateTestSuite) | **PUT** /api/v1/{tenant}/tests/{namespace}/{id} | Update a test from YAML source
|
|
292
|
-
*KestraIoKestraSdk.TestSuitesApi* | [**validateTestSuite**](docs/TestSuitesApi.md#validateTestSuite) | **POST** /api/v1/{tenant}/tests/validate | Validate a test
|
|
293
|
-
*KestraIoKestraSdk.TriggersApi* | [**deleteBackfill**](docs/TriggersApi.md#deleteBackfill) | **POST** /api/v1/{tenant}/triggers/backfill/delete | Delete a backfill
|
|
294
|
-
*KestraIoKestraSdk.TriggersApi* | [**deleteBackfillByIds**](docs/TriggersApi.md#deleteBackfillByIds) | **POST** /api/v1/{tenant}/triggers/backfill/delete/by-triggers | Delete backfill for given triggers
|
|
295
|
-
*KestraIoKestraSdk.TriggersApi* | [**deleteBackfillByQuery**](docs/TriggersApi.md#deleteBackfillByQuery) | **POST** /api/v1/{tenant}/triggers/backfill/delete/by-query | Delete backfill for given triggers
|
|
296
|
-
*KestraIoKestraSdk.TriggersApi* | [**deleteTrigger**](docs/TriggersApi.md#deleteTrigger) | **DELETE** /api/v1/{tenant}/triggers/{namespace}/{flowId}/{triggerId} | Delete a trigger
|
|
297
|
-
*KestraIoKestraSdk.TriggersApi* | [**deleteTriggersByIds**](docs/TriggersApi.md#deleteTriggersByIds) | **DELETE** /api/v1/{tenant}/triggers/delete/by-triggers | Delete given triggers
|
|
298
|
-
*KestraIoKestraSdk.TriggersApi* | [**deleteTriggersByQuery**](docs/TriggersApi.md#deleteTriggersByQuery) | **DELETE** /api/v1/{tenant}/triggers/delete/by-query | Delete triggers by query parameters
|
|
299
|
-
*KestraIoKestraSdk.TriggersApi* | [**disabledTriggersByIds**](docs/TriggersApi.md#disabledTriggersByIds) | **POST** /api/v1/{tenant}/triggers/set-disabled/by-triggers | Disable/enable given triggers
|
|
300
|
-
*KestraIoKestraSdk.TriggersApi* | [**disabledTriggersByQuery**](docs/TriggersApi.md#disabledTriggersByQuery) | **POST** /api/v1/{tenant}/triggers/set-disabled/by-query | Disable/enable triggers by query parameters
|
|
301
|
-
*KestraIoKestraSdk.TriggersApi* | [**exportTriggers**](docs/TriggersApi.md#exportTriggers) | **GET** /api/v1/{tenant}/triggers/export/by-query/csv | Export all triggers as a streamed CSV file
|
|
302
|
-
*KestraIoKestraSdk.TriggersApi* | [**pauseBackfill**](docs/TriggersApi.md#pauseBackfill) | **PUT** /api/v1/{tenant}/triggers/backfill/pause | Pause a backfill
|
|
303
|
-
*KestraIoKestraSdk.TriggersApi* | [**pauseBackfillByIds**](docs/TriggersApi.md#pauseBackfillByIds) | **POST** /api/v1/{tenant}/triggers/backfill/pause/by-triggers | Pause backfill for given triggers
|
|
304
|
-
*KestraIoKestraSdk.TriggersApi* | [**pauseBackfillByQuery**](docs/TriggersApi.md#pauseBackfillByQuery) | **POST** /api/v1/{tenant}/triggers/backfill/pause/by-query | Pause backfill for given triggers
|
|
305
|
-
*KestraIoKestraSdk.TriggersApi* | [**restartTrigger**](docs/TriggersApi.md#restartTrigger) | **POST** /api/v1/{tenant}/triggers/{namespace}/{flowId}/{triggerId}/restart | Restart a trigger
|
|
306
|
-
*KestraIoKestraSdk.TriggersApi* | [**searchTriggers**](docs/TriggersApi.md#searchTriggers) | **GET** /api/v1/{tenant}/triggers/search | Search for triggers
|
|
307
|
-
*KestraIoKestraSdk.TriggersApi* | [**searchTriggersForFlow**](docs/TriggersApi.md#searchTriggersForFlow) | **GET** /api/v1/{tenant}/triggers/{namespace}/{flowId} | Get all triggers for a flow
|
|
308
|
-
*KestraIoKestraSdk.TriggersApi* | [**unlockTrigger**](docs/TriggersApi.md#unlockTrigger) | **POST** /api/v1/{tenant}/triggers/{namespace}/{flowId}/{triggerId}/unlock | Unlock a trigger
|
|
309
|
-
*KestraIoKestraSdk.TriggersApi* | [**unlockTriggersByIds**](docs/TriggersApi.md#unlockTriggersByIds) | **POST** /api/v1/{tenant}/triggers/unlock/by-triggers | Unlock given triggers
|
|
310
|
-
*KestraIoKestraSdk.TriggersApi* | [**unlockTriggersByQuery**](docs/TriggersApi.md#unlockTriggersByQuery) | **POST** /api/v1/{tenant}/triggers/unlock/by-query | Unlock triggers by query parameters
|
|
311
|
-
*KestraIoKestraSdk.TriggersApi* | [**unpauseBackfill**](docs/TriggersApi.md#unpauseBackfill) | **PUT** /api/v1/{tenant}/triggers/backfill/unpause | Unpause a backfill
|
|
312
|
-
*KestraIoKestraSdk.TriggersApi* | [**unpauseBackfillByIds**](docs/TriggersApi.md#unpauseBackfillByIds) | **POST** /api/v1/{tenant}/triggers/backfill/unpause/by-triggers | Unpause backfill for given triggers
|
|
313
|
-
*KestraIoKestraSdk.TriggersApi* | [**unpauseBackfillByQuery**](docs/TriggersApi.md#unpauseBackfillByQuery) | **POST** /api/v1/{tenant}/triggers/backfill/unpause/by-query | Unpause backfill for given triggers
|
|
314
|
-
*KestraIoKestraSdk.TriggersApi* | [**updateTrigger**](docs/TriggersApi.md#updateTrigger) | **PUT** /api/v1/{tenant}/triggers | Update a trigger
|
|
315
|
-
*KestraIoKestraSdk.UsersApi* | [**autocompleteUsers**](docs/UsersApi.md#autocompleteUsers) | **POST** /api/v1/{tenant}/tenant-access/autocomplete | List users for autocomplete
|
|
316
|
-
*KestraIoKestraSdk.UsersApi* | [**createApiTokensForUser**](docs/UsersApi.md#createApiTokensForUser) | **POST** /api/v1/users/{id}/api-tokens | Create new API Token for a specific user
|
|
317
|
-
*KestraIoKestraSdk.UsersApi* | [**createUser**](docs/UsersApi.md#createUser) | **POST** /api/v1/users | Create a new user account
|
|
318
|
-
*KestraIoKestraSdk.UsersApi* | [**deleteApiTokenForUser**](docs/UsersApi.md#deleteApiTokenForUser) | **DELETE** /api/v1/users/{id}/api-tokens/{tokenId} | Delete an API Token for specific user and token id
|
|
319
|
-
*KestraIoKestraSdk.UsersApi* | [**deleteRefreshToken**](docs/UsersApi.md#deleteRefreshToken) | **DELETE** /api/v1/users/{id}/refresh-token | Delete a user refresh token
|
|
320
|
-
*KestraIoKestraSdk.UsersApi* | [**deleteUser**](docs/UsersApi.md#deleteUser) | **DELETE** /api/v1/users/{id} | Delete a user
|
|
321
|
-
*KestraIoKestraSdk.UsersApi* | [**deleteUserAuthMethod**](docs/UsersApi.md#deleteUserAuthMethod) | **DELETE** /api/v1/users/{id}/auths/{auth} | Update user password
|
|
322
|
-
*KestraIoKestraSdk.UsersApi* | [**impersonate**](docs/UsersApi.md#impersonate) | **POST** /api/v1/users/{id}/impersonate | Impersonate a user
|
|
323
|
-
*KestraIoKestraSdk.UsersApi* | [**listApiTokensForUser**](docs/UsersApi.md#listApiTokensForUser) | **GET** /api/v1/users/{id}/api-tokens | List API tokens for a specific user
|
|
324
|
-
*KestraIoKestraSdk.UsersApi* | [**listUsers**](docs/UsersApi.md#listUsers) | **GET** /api/v1/users | Retrieve users
|
|
325
|
-
*KestraIoKestraSdk.UsersApi* | [**patchUser**](docs/UsersApi.md#patchUser) | **PATCH** /api/v1/users/{id} | Update user details
|
|
326
|
-
*KestraIoKestraSdk.UsersApi* | [**patchUserDemo**](docs/UsersApi.md#patchUserDemo) | **PATCH** /api/v1/users/{id}/restricted | Update user demo
|
|
327
|
-
*KestraIoKestraSdk.UsersApi* | [**patchUserPassword**](docs/UsersApi.md#patchUserPassword) | **PATCH** /api/v1/users/{id}/password | Update user password
|
|
328
|
-
*KestraIoKestraSdk.UsersApi* | [**patchUserSuperAdmin**](docs/UsersApi.md#patchUserSuperAdmin) | **PATCH** /api/v1/users/{id}/superadmin | Update user superadmin privileges
|
|
329
|
-
*KestraIoKestraSdk.UsersApi* | [**updateCurrentUserPassword**](docs/UsersApi.md#updateCurrentUserPassword) | **PUT** /api/v1/me/password | Update authenticated user password
|
|
330
|
-
*KestraIoKestraSdk.UsersApi* | [**updateUser**](docs/UsersApi.md#updateUser) | **PUT** /api/v1/users/{id} | Update a user account
|
|
331
|
-
*KestraIoKestraSdk.UsersApi* | [**updateUserGroups**](docs/UsersApi.md#updateUserGroups) | **PUT** /api/v1/{tenant}/users/{id}/groups | Update the list of groups a user belongs to for the given tenant
|
|
332
|
-
*KestraIoKestraSdk.UsersApi* | [**user**](docs/UsersApi.md#user) | **GET** /api/v1/users/{id} | Get a user
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
## Documentation for Models
|
|
336
|
-
|
|
337
|
-
- [KestraIoKestraSdk.AbstractFlow](docs/AbstractFlow.md)
|
|
338
|
-
- [KestraIoKestraSdk.AbstractGraph](docs/AbstractGraph.md)
|
|
339
|
-
- [KestraIoKestraSdk.AbstractGraphBranchType](docs/AbstractGraphBranchType.md)
|
|
340
|
-
- [KestraIoKestraSdk.AbstractTrigger](docs/AbstractTrigger.md)
|
|
341
|
-
- [KestraIoKestraSdk.AbstractTriggerForExecution](docs/AbstractTriggerForExecution.md)
|
|
342
|
-
- [KestraIoKestraSdk.AbstractUser](docs/AbstractUser.md)
|
|
343
|
-
- [KestraIoKestraSdk.AbstractUserTenantIdentityProvider](docs/AbstractUserTenantIdentityProvider.md)
|
|
344
|
-
- [KestraIoKestraSdk.Action](docs/Action.md)
|
|
345
|
-
- [KestraIoKestraSdk.AiControllerAiProviderResponse](docs/AiControllerAiProviderResponse.md)
|
|
346
|
-
- [KestraIoKestraSdk.AiControllerDashboardGenerationPrompt](docs/AiControllerDashboardGenerationPrompt.md)
|
|
347
|
-
- [KestraIoKestraSdk.AiControllerFlowGenerationPrompt](docs/AiControllerFlowGenerationPrompt.md)
|
|
348
|
-
- [KestraIoKestraSdk.ApiAuth](docs/ApiAuth.md)
|
|
349
|
-
- [KestraIoKestraSdk.ApiAutocomplete](docs/ApiAutocomplete.md)
|
|
350
|
-
- [KestraIoKestraSdk.ApiGroupSummary](docs/ApiGroupSummary.md)
|
|
351
|
-
- [KestraIoKestraSdk.ApiIds](docs/ApiIds.md)
|
|
352
|
-
- [KestraIoKestraSdk.ApiPatchSuperAdminRequest](docs/ApiPatchSuperAdminRequest.md)
|
|
353
|
-
- [KestraIoKestraSdk.ApiRoleSummary](docs/ApiRoleSummary.md)
|
|
354
|
-
- [KestraIoKestraSdk.ApiSecretListResponseApiSecretMeta](docs/ApiSecretListResponseApiSecretMeta.md)
|
|
355
|
-
- [KestraIoKestraSdk.ApiSecretMeta](docs/ApiSecretMeta.md)
|
|
356
|
-
- [KestraIoKestraSdk.ApiSecretMetaEE](docs/ApiSecretMetaEE.md)
|
|
357
|
-
- [KestraIoKestraSdk.ApiSecretTag](docs/ApiSecretTag.md)
|
|
358
|
-
- [KestraIoKestraSdk.ApiSecretValue](docs/ApiSecretValue.md)
|
|
359
|
-
- [KestraIoKestraSdk.ApiTenant](docs/ApiTenant.md)
|
|
360
|
-
- [KestraIoKestraSdk.ApiTenantSummary](docs/ApiTenantSummary.md)
|
|
361
|
-
- [KestraIoKestraSdk.ApiToken](docs/ApiToken.md)
|
|
362
|
-
- [KestraIoKestraSdk.ApiTokenList](docs/ApiTokenList.md)
|
|
363
|
-
- [KestraIoKestraSdk.ApiUser](docs/ApiUser.md)
|
|
364
|
-
- [KestraIoKestraSdk.AppGenerationPrompt](docs/AppGenerationPrompt.md)
|
|
365
|
-
- [KestraIoKestraSdk.AppResponse](docs/AppResponse.md)
|
|
366
|
-
- [KestraIoKestraSdk.AppResponseUILayout](docs/AppResponseUILayout.md)
|
|
367
|
-
- [KestraIoKestraSdk.AppsControllerApiApp](docs/AppsControllerApiApp.md)
|
|
368
|
-
- [KestraIoKestraSdk.AppsControllerApiAppCatalogItem](docs/AppsControllerApiAppCatalogItem.md)
|
|
369
|
-
- [KestraIoKestraSdk.AppsControllerApiAppSource](docs/AppsControllerApiAppSource.md)
|
|
370
|
-
- [KestraIoKestraSdk.AppsControllerApiAppTags](docs/AppsControllerApiAppTags.md)
|
|
371
|
-
- [KestraIoKestraSdk.AppsControllerApiBulkImportResponse](docs/AppsControllerApiBulkImportResponse.md)
|
|
372
|
-
- [KestraIoKestraSdk.AppsControllerApiBulkImportResponseError](docs/AppsControllerApiBulkImportResponseError.md)
|
|
373
|
-
- [KestraIoKestraSdk.AppsControllerApiBulkOperationRequest](docs/AppsControllerApiBulkOperationRequest.md)
|
|
374
|
-
- [KestraIoKestraSdk.Assertion](docs/Assertion.md)
|
|
375
|
-
- [KestraIoKestraSdk.AssertionResult](docs/AssertionResult.md)
|
|
376
|
-
- [KestraIoKestraSdk.AssertionRunError](docs/AssertionRunError.md)
|
|
377
|
-
- [KestraIoKestraSdk.Asset](docs/Asset.md)
|
|
378
|
-
- [KestraIoKestraSdk.AssetIdentifier](docs/AssetIdentifier.md)
|
|
379
|
-
- [KestraIoKestraSdk.AssetTopologyGraph](docs/AssetTopologyGraph.md)
|
|
380
|
-
- [KestraIoKestraSdk.AssetTopologyGraphEdge](docs/AssetTopologyGraphEdge.md)
|
|
381
|
-
- [KestraIoKestraSdk.AssetTopologyGraphNode](docs/AssetTopologyGraphNode.md)
|
|
382
|
-
- [KestraIoKestraSdk.AssetTopologyGraphNodeNodeType](docs/AssetTopologyGraphNodeNodeType.md)
|
|
383
|
-
- [KestraIoKestraSdk.AssetsControllerApiAsset](docs/AssetsControllerApiAsset.md)
|
|
384
|
-
- [KestraIoKestraSdk.AssetsControllerApiAssetLineageEvent](docs/AssetsControllerApiAssetLineageEvent.md)
|
|
385
|
-
- [KestraIoKestraSdk.AssetsControllerApiAssetUsage](docs/AssetsControllerApiAssetUsage.md)
|
|
386
|
-
- [KestraIoKestraSdk.AssetsDeclaration](docs/AssetsDeclaration.md)
|
|
387
|
-
- [KestraIoKestraSdk.AssetsInOut](docs/AssetsInOut.md)
|
|
388
|
-
- [KestraIoKestraSdk.AttributeReference](docs/AttributeReference.md)
|
|
389
|
-
- [KestraIoKestraSdk.AuditLog](docs/AuditLog.md)
|
|
390
|
-
- [KestraIoKestraSdk.AuditLogControllerApiAuditLogItem](docs/AuditLogControllerApiAuditLogItem.md)
|
|
391
|
-
- [KestraIoKestraSdk.AuditLogControllerAuditLogDiff](docs/AuditLogControllerAuditLogDiff.md)
|
|
392
|
-
- [KestraIoKestraSdk.AuditLogControllerAuditLogOption](docs/AuditLogControllerAuditLogOption.md)
|
|
393
|
-
- [KestraIoKestraSdk.AuditLogControllerFindRequest](docs/AuditLogControllerFindRequest.md)
|
|
394
|
-
- [KestraIoKestraSdk.AuditLogDetail](docs/AuditLogDetail.md)
|
|
395
|
-
- [KestraIoKestraSdk.AuthControllerAuth](docs/AuthControllerAuth.md)
|
|
396
|
-
- [KestraIoKestraSdk.AuthControllerInvitationUserRequest](docs/AuthControllerInvitationUserRequest.md)
|
|
397
|
-
- [KestraIoKestraSdk.AuthControllerResetPasswordRequest](docs/AuthControllerResetPasswordRequest.md)
|
|
398
|
-
- [KestraIoKestraSdk.Backfill](docs/Backfill.md)
|
|
399
|
-
- [KestraIoKestraSdk.Banner](docs/Banner.md)
|
|
400
|
-
- [KestraIoKestraSdk.BannerType](docs/BannerType.md)
|
|
401
|
-
- [KestraIoKestraSdk.BaseAuditLog](docs/BaseAuditLog.md)
|
|
402
|
-
- [KestraIoKestraSdk.BaseResourcePatchRequest](docs/BaseResourcePatchRequest.md)
|
|
403
|
-
- [KestraIoKestraSdk.BaseResourceScimResource](docs/BaseResourceScimResource.md)
|
|
404
|
-
- [KestraIoKestraSdk.BaseResourceSearchRequest](docs/BaseResourceSearchRequest.md)
|
|
405
|
-
- [KestraIoKestraSdk.Binding](docs/Binding.md)
|
|
406
|
-
- [KestraIoKestraSdk.BindingType](docs/BindingType.md)
|
|
407
|
-
- [KestraIoKestraSdk.Blueprint](docs/Blueprint.md)
|
|
408
|
-
- [KestraIoKestraSdk.BlueprintControllerApiBlueprintItem](docs/BlueprintControllerApiBlueprintItem.md)
|
|
409
|
-
- [KestraIoKestraSdk.BlueprintControllerApiBlueprintItemWithSource](docs/BlueprintControllerApiBlueprintItemWithSource.md)
|
|
410
|
-
- [KestraIoKestraSdk.BlueprintControllerApiBlueprintTagItem](docs/BlueprintControllerApiBlueprintTagItem.md)
|
|
411
|
-
- [KestraIoKestraSdk.BlueprintControllerApiFlowBlueprint](docs/BlueprintControllerApiFlowBlueprint.md)
|
|
412
|
-
- [KestraIoKestraSdk.BlueprintControllerFlowBlueprintCreateOrUpdate](docs/BlueprintControllerFlowBlueprintCreateOrUpdate.md)
|
|
413
|
-
- [KestraIoKestraSdk.BlueprintControllerKind](docs/BlueprintControllerKind.md)
|
|
414
|
-
- [KestraIoKestraSdk.BlueprintControllerUseBlueprintTemplateRequest](docs/BlueprintControllerUseBlueprintTemplateRequest.md)
|
|
415
|
-
- [KestraIoKestraSdk.BlueprintControllerUseBlueprintTemplateResponse](docs/BlueprintControllerUseBlueprintTemplateResponse.md)
|
|
416
|
-
- [KestraIoKestraSdk.BlueprintTemplate](docs/BlueprintTemplate.md)
|
|
417
|
-
- [KestraIoKestraSdk.BlueprintWithFlowEntity](docs/BlueprintWithFlowEntity.md)
|
|
418
|
-
- [KestraIoKestraSdk.Breakpoint](docs/Breakpoint.md)
|
|
419
|
-
- [KestraIoKestraSdk.BulkErrorResponse](docs/BulkErrorResponse.md)
|
|
420
|
-
- [KestraIoKestraSdk.BulkImportAppsRequest](docs/BulkImportAppsRequest.md)
|
|
421
|
-
- [KestraIoKestraSdk.BulkResponse](docs/BulkResponse.md)
|
|
422
|
-
- [KestraIoKestraSdk.Cache](docs/Cache.md)
|
|
423
|
-
- [KestraIoKestraSdk.ChartChartOption](docs/ChartChartOption.md)
|
|
424
|
-
- [KestraIoKestraSdk.ChartFiltersOverrides](docs/ChartFiltersOverrides.md)
|
|
425
|
-
- [KestraIoKestraSdk.Check](docs/Check.md)
|
|
426
|
-
- [KestraIoKestraSdk.CheckBehavior](docs/CheckBehavior.md)
|
|
427
|
-
- [KestraIoKestraSdk.CheckStyle](docs/CheckStyle.md)
|
|
428
|
-
- [KestraIoKestraSdk.Concurrency](docs/Concurrency.md)
|
|
429
|
-
- [KestraIoKestraSdk.ConcurrencyBehavior](docs/ConcurrencyBehavior.md)
|
|
430
|
-
- [KestraIoKestraSdk.ConcurrencyLimit](docs/ConcurrencyLimit.md)
|
|
431
|
-
- [KestraIoKestraSdk.Condition](docs/Condition.md)
|
|
432
|
-
- [KestraIoKestraSdk.ConversionServiceProvider](docs/ConversionServiceProvider.md)
|
|
433
|
-
- [KestraIoKestraSdk.ConvertibleMultiValuesString](docs/ConvertibleMultiValuesString.md)
|
|
434
|
-
- [KestraIoKestraSdk.ConvertibleValuesListString](docs/ConvertibleValuesListString.md)
|
|
435
|
-
- [KestraIoKestraSdk.CreateApiTokenRequest](docs/CreateApiTokenRequest.md)
|
|
436
|
-
- [KestraIoKestraSdk.CreateApiTokenResponse](docs/CreateApiTokenResponse.md)
|
|
437
|
-
- [KestraIoKestraSdk.CreateNamespaceFileRequest](docs/CreateNamespaceFileRequest.md)
|
|
438
|
-
- [KestraIoKestraSdk.CreateSecurityIntegrationRequest](docs/CreateSecurityIntegrationRequest.md)
|
|
439
|
-
- [KestraIoKestraSdk.CrudEventType](docs/CrudEventType.md)
|
|
440
|
-
- [KestraIoKestraSdk.DailyExecutionStatistics](docs/DailyExecutionStatistics.md)
|
|
441
|
-
- [KestraIoKestraSdk.DailyExecutionStatisticsDuration](docs/DailyExecutionStatisticsDuration.md)
|
|
442
|
-
- [KestraIoKestraSdk.DailyExecutionStatisticsExecutionCounts](docs/DailyExecutionStatisticsExecutionCounts.md)
|
|
443
|
-
- [KestraIoKestraSdk.DashboardControllerDashboardResponse](docs/DashboardControllerDashboardResponse.md)
|
|
444
|
-
- [KestraIoKestraSdk.DashboardControllerPreviewRequest](docs/DashboardControllerPreviewRequest.md)
|
|
445
|
-
- [KestraIoKestraSdk.DashboardGenerationPrompt](docs/DashboardGenerationPrompt.md)
|
|
446
|
-
- [KestraIoKestraSdk.DeleteTriggersByQueryRequest](docs/DeleteTriggersByQueryRequest.md)
|
|
447
|
-
- [KestraIoKestraSdk.DependsOn](docs/DependsOn.md)
|
|
448
|
-
- [KestraIoKestraSdk.DocumentationWithSchema](docs/DocumentationWithSchema.md)
|
|
449
|
-
- [KestraIoKestraSdk.EditionProviderEdition](docs/EditionProviderEdition.md)
|
|
450
|
-
- [KestraIoKestraSdk.Email](docs/Email.md)
|
|
451
|
-
- [KestraIoKestraSdk.EvaluationType](docs/EvaluationType.md)
|
|
452
|
-
- [KestraIoKestraSdk.EventAppResponse](docs/EventAppResponse.md)
|
|
453
|
-
- [KestraIoKestraSdk.EventExecution](docs/EventExecution.md)
|
|
454
|
-
- [KestraIoKestraSdk.EventExecutionStatusEvent](docs/EventExecutionStatusEvent.md)
|
|
455
|
-
- [KestraIoKestraSdk.ExecutableTaskSubflowId](docs/ExecutableTaskSubflowId.md)
|
|
456
|
-
- [KestraIoKestraSdk.Execution](docs/Execution.md)
|
|
457
|
-
- [KestraIoKestraSdk.ExecutionControllerEvalResult](docs/ExecutionControllerEvalResult.md)
|
|
458
|
-
- [KestraIoKestraSdk.ExecutionControllerExecutionResponse](docs/ExecutionControllerExecutionResponse.md)
|
|
459
|
-
- [KestraIoKestraSdk.ExecutionControllerLastExecutionResponse](docs/ExecutionControllerLastExecutionResponse.md)
|
|
460
|
-
- [KestraIoKestraSdk.ExecutionControllerSetLabelsByIdsRequest](docs/ExecutionControllerSetLabelsByIdsRequest.md)
|
|
461
|
-
- [KestraIoKestraSdk.ExecutionControllerStateRequest](docs/ExecutionControllerStateRequest.md)
|
|
462
|
-
- [KestraIoKestraSdk.ExecutionKind](docs/ExecutionKind.md)
|
|
463
|
-
- [KestraIoKestraSdk.ExecutionMetadata](docs/ExecutionMetadata.md)
|
|
464
|
-
- [KestraIoKestraSdk.ExecutionRepositoryInterfaceFlowFilter](docs/ExecutionRepositoryInterfaceFlowFilter.md)
|
|
465
|
-
- [KestraIoKestraSdk.ExecutionStatusEvent](docs/ExecutionStatusEvent.md)
|
|
466
|
-
- [KestraIoKestraSdk.ExecutionTrigger](docs/ExecutionTrigger.md)
|
|
467
|
-
- [KestraIoKestraSdk.ExecutionUsage](docs/ExecutionUsage.md)
|
|
468
|
-
- [KestraIoKestraSdk.FileAttributes](docs/FileAttributes.md)
|
|
469
|
-
- [KestraIoKestraSdk.FileAttributesFileType](docs/FileAttributesFileType.md)
|
|
470
|
-
- [KestraIoKestraSdk.FileMetas](docs/FileMetas.md)
|
|
471
|
-
- [KestraIoKestraSdk.Filter](docs/Filter.md)
|
|
472
|
-
- [KestraIoKestraSdk.Fixtures](docs/Fixtures.md)
|
|
473
|
-
- [KestraIoKestraSdk.Flow](docs/Flow.md)
|
|
474
|
-
- [KestraIoKestraSdk.FlowControllerFlowWithDeprecatedTasks](docs/FlowControllerFlowWithDeprecatedTasks.md)
|
|
475
|
-
- [KestraIoKestraSdk.FlowControllerTaskValidationType](docs/FlowControllerTaskValidationType.md)
|
|
476
|
-
- [KestraIoKestraSdk.FlowForExecution](docs/FlowForExecution.md)
|
|
477
|
-
- [KestraIoKestraSdk.FlowGenerationPrompt](docs/FlowGenerationPrompt.md)
|
|
478
|
-
- [KestraIoKestraSdk.FlowGraph](docs/FlowGraph.md)
|
|
479
|
-
- [KestraIoKestraSdk.FlowGraphCluster](docs/FlowGraphCluster.md)
|
|
480
|
-
- [KestraIoKestraSdk.FlowGraphEdge](docs/FlowGraphEdge.md)
|
|
481
|
-
- [KestraIoKestraSdk.FlowId](docs/FlowId.md)
|
|
482
|
-
- [KestraIoKestraSdk.FlowInterface](docs/FlowInterface.md)
|
|
483
|
-
- [KestraIoKestraSdk.FlowNode](docs/FlowNode.md)
|
|
484
|
-
- [KestraIoKestraSdk.FlowRelation](docs/FlowRelation.md)
|
|
485
|
-
- [KestraIoKestraSdk.FlowServiceTaskDeprecation](docs/FlowServiceTaskDeprecation.md)
|
|
486
|
-
- [KestraIoKestraSdk.FlowTopologyGraph](docs/FlowTopologyGraph.md)
|
|
487
|
-
- [KestraIoKestraSdk.FlowTopologyGraphEdge](docs/FlowTopologyGraphEdge.md)
|
|
488
|
-
- [KestraIoKestraSdk.FlowUsage](docs/FlowUsage.md)
|
|
489
|
-
- [KestraIoKestraSdk.FlowWithSource](docs/FlowWithSource.md)
|
|
490
|
-
- [KestraIoKestraSdk.ForwardSupportTicketRequest](docs/ForwardSupportTicketRequest.md)
|
|
491
|
-
- [KestraIoKestraSdk.GroupIdentifier](docs/GroupIdentifier.md)
|
|
492
|
-
- [KestraIoKestraSdk.GroupIdentifierMembership](docs/GroupIdentifierMembership.md)
|
|
493
|
-
- [KestraIoKestraSdk.GroupUsage](docs/GroupUsage.md)
|
|
494
|
-
- [KestraIoKestraSdk.HttpParameters](docs/HttpParameters.md)
|
|
495
|
-
- [KestraIoKestraSdk.IAMBindingControllerApiBindingDetail](docs/IAMBindingControllerApiBindingDetail.md)
|
|
496
|
-
- [KestraIoKestraSdk.IAMBindingControllerApiBindingGroup](docs/IAMBindingControllerApiBindingGroup.md)
|
|
497
|
-
- [KestraIoKestraSdk.IAMBindingControllerApiBindingUser](docs/IAMBindingControllerApiBindingUser.md)
|
|
498
|
-
- [KestraIoKestraSdk.IAMBindingControllerApiCreateBindingRequest](docs/IAMBindingControllerApiCreateBindingRequest.md)
|
|
499
|
-
- [KestraIoKestraSdk.IAMBindingControllerApiRole](docs/IAMBindingControllerApiRole.md)
|
|
500
|
-
- [KestraIoKestraSdk.IAMGroupControllerApiCreateGroupRequest](docs/IAMGroupControllerApiCreateGroupRequest.md)
|
|
501
|
-
- [KestraIoKestraSdk.IAMGroupControllerApiGroupDetail](docs/IAMGroupControllerApiGroupDetail.md)
|
|
502
|
-
- [KestraIoKestraSdk.IAMGroupControllerApiGroupMember](docs/IAMGroupControllerApiGroupMember.md)
|
|
503
|
-
- [KestraIoKestraSdk.IAMGroupControllerApiGroupMembership](docs/IAMGroupControllerApiGroupMembership.md)
|
|
504
|
-
- [KestraIoKestraSdk.IAMGroupControllerApiUpdateGroupRequest](docs/IAMGroupControllerApiUpdateGroupRequest.md)
|
|
505
|
-
- [KestraIoKestraSdk.IAMInvitationControllerApiInvitationCreateRequest](docs/IAMInvitationControllerApiInvitationCreateRequest.md)
|
|
506
|
-
- [KestraIoKestraSdk.IAMInvitationControllerApiInvitationDetail](docs/IAMInvitationControllerApiInvitationDetail.md)
|
|
507
|
-
- [KestraIoKestraSdk.IAMInvitationControllerApiInvitationRole](docs/IAMInvitationControllerApiInvitationRole.md)
|
|
508
|
-
- [KestraIoKestraSdk.IAMRoleControllerApiRoleCreateOrUpdateRequest](docs/IAMRoleControllerApiRoleCreateOrUpdateRequest.md)
|
|
509
|
-
- [KestraIoKestraSdk.IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions](docs/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.md)
|
|
510
|
-
- [KestraIoKestraSdk.IAMRoleControllerApiRoleDetail](docs/IAMRoleControllerApiRoleDetail.md)
|
|
511
|
-
- [KestraIoKestraSdk.IAMServiceAccountControllerApiCreateServiceAccountRequest](docs/IAMServiceAccountControllerApiCreateServiceAccountRequest.md)
|
|
512
|
-
- [KestraIoKestraSdk.IAMServiceAccountControllerApiGroup](docs/IAMServiceAccountControllerApiGroup.md)
|
|
513
|
-
- [KestraIoKestraSdk.IAMServiceAccountControllerApiPatchServiceAccountRequest](docs/IAMServiceAccountControllerApiPatchServiceAccountRequest.md)
|
|
514
|
-
- [KestraIoKestraSdk.IAMServiceAccountControllerApiServiceAccountDetail](docs/IAMServiceAccountControllerApiServiceAccountDetail.md)
|
|
515
|
-
- [KestraIoKestraSdk.IAMServiceAccountControllerApiServiceAccountRequest](docs/IAMServiceAccountControllerApiServiceAccountRequest.md)
|
|
516
|
-
- [KestraIoKestraSdk.IAMServiceAccountControllerApiServiceAccountResponse](docs/IAMServiceAccountControllerApiServiceAccountResponse.md)
|
|
517
|
-
- [KestraIoKestraSdk.IAMTenantAccessControllerApiAuthentication](docs/IAMTenantAccessControllerApiAuthentication.md)
|
|
518
|
-
- [KestraIoKestraSdk.IAMTenantAccessControllerApiCreateTenantAccessRequest](docs/IAMTenantAccessControllerApiCreateTenantAccessRequest.md)
|
|
519
|
-
- [KestraIoKestraSdk.IAMTenantAccessControllerApiGroup](docs/IAMTenantAccessControllerApiGroup.md)
|
|
520
|
-
- [KestraIoKestraSdk.IAMTenantAccessControllerApiRoleAssignment](docs/IAMTenantAccessControllerApiRoleAssignment.md)
|
|
521
|
-
- [KestraIoKestraSdk.IAMTenantAccessControllerApiTenantAccess](docs/IAMTenantAccessControllerApiTenantAccess.md)
|
|
522
|
-
- [KestraIoKestraSdk.IAMTenantAccessControllerApiUserPermission](docs/IAMTenantAccessControllerApiUserPermission.md)
|
|
523
|
-
- [KestraIoKestraSdk.IAMTenantAccessControllerApiUserTenantAccess](docs/IAMTenantAccessControllerApiUserTenantAccess.md)
|
|
524
|
-
- [KestraIoKestraSdk.IAMTenantAccessControllerUserApiAutocomplete](docs/IAMTenantAccessControllerUserApiAutocomplete.md)
|
|
525
|
-
- [KestraIoKestraSdk.IAMUserControllerApiCreateOrUpdateUserRequest](docs/IAMUserControllerApiCreateOrUpdateUserRequest.md)
|
|
526
|
-
- [KestraIoKestraSdk.IAMUserControllerApiGroup](docs/IAMUserControllerApiGroup.md)
|
|
527
|
-
- [KestraIoKestraSdk.IAMUserControllerApiPatchRestrictedRequest](docs/IAMUserControllerApiPatchRestrictedRequest.md)
|
|
528
|
-
- [KestraIoKestraSdk.IAMUserControllerApiPatchUserPasswordRequest](docs/IAMUserControllerApiPatchUserPasswordRequest.md)
|
|
529
|
-
- [KestraIoKestraSdk.IAMUserControllerApiUser](docs/IAMUserControllerApiUser.md)
|
|
530
|
-
- [KestraIoKestraSdk.IAMUserControllerApiUserAuth](docs/IAMUserControllerApiUserAuth.md)
|
|
531
|
-
- [KestraIoKestraSdk.IAMUserControllerApiUserSummary](docs/IAMUserControllerApiUserSummary.md)
|
|
532
|
-
- [KestraIoKestraSdk.IAMUserGroupControllerApiUpdateUserGroupsRequest](docs/IAMUserGroupControllerApiUpdateUserGroupsRequest.md)
|
|
533
|
-
- [KestraIoKestraSdk.IdWithNamespace](docs/IdWithNamespace.md)
|
|
534
|
-
- [KestraIoKestraSdk.IdentityProvider](docs/IdentityProvider.md)
|
|
535
|
-
- [KestraIoKestraSdk.ImportPluginDefaultsRequest](docs/ImportPluginDefaultsRequest.md)
|
|
536
|
-
- [KestraIoKestraSdk.InputObject](docs/InputObject.md)
|
|
537
|
-
- [KestraIoKestraSdk.InputType](docs/InputType.md)
|
|
538
|
-
- [KestraIoKestraSdk.InstanceControllerApiActiveService](docs/InstanceControllerApiActiveService.md)
|
|
539
|
-
- [KestraIoKestraSdk.InstanceControllerApiActiveServiceList](docs/InstanceControllerApiActiveServiceList.md)
|
|
540
|
-
- [KestraIoKestraSdk.InstanceControllerApiCreateOrUpdateWorkerGroupRequest](docs/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.md)
|
|
541
|
-
- [KestraIoKestraSdk.InstanceControllerApiPluginArtifact](docs/InstanceControllerApiPluginArtifact.md)
|
|
542
|
-
- [KestraIoKestraSdk.InstanceControllerApiPluginArtifactListPluginArtifact](docs/InstanceControllerApiPluginArtifactListPluginArtifact.md)
|
|
543
|
-
- [KestraIoKestraSdk.InstanceControllerApiPluginArtifactListPluginResolutionResult](docs/InstanceControllerApiPluginArtifactListPluginResolutionResult.md)
|
|
544
|
-
- [KestraIoKestraSdk.InstanceControllerApiPluginListRequest](docs/InstanceControllerApiPluginListRequest.md)
|
|
545
|
-
- [KestraIoKestraSdk.InstanceControllerApiPluginVersionDetails](docs/InstanceControllerApiPluginVersionDetails.md)
|
|
546
|
-
- [KestraIoKestraSdk.InstanceControllerApiPluginVersionDetailsApiPluginClass](docs/InstanceControllerApiPluginVersionDetailsApiPluginClass.md)
|
|
547
|
-
- [KestraIoKestraSdk.InstanceControllerApiPluginVersionDetailsApiPluginClasses](docs/InstanceControllerApiPluginVersionDetailsApiPluginClasses.md)
|
|
548
|
-
- [KestraIoKestraSdk.InstanceControllerApiPluginVersions](docs/InstanceControllerApiPluginVersions.md)
|
|
549
|
-
- [KestraIoKestraSdk.InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata](docs/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.md)
|
|
550
|
-
- [KestraIoKestraSdk.InstanceControllerApiServerInstance](docs/InstanceControllerApiServerInstance.md)
|
|
551
|
-
- [KestraIoKestraSdk.InstanceControllerApiServiceInstance](docs/InstanceControllerApiServiceInstance.md)
|
|
552
|
-
- [KestraIoKestraSdk.InstanceControllerApiWorkerGroup](docs/InstanceControllerApiWorkerGroup.md)
|
|
553
|
-
- [KestraIoKestraSdk.InstanceControllerApiWorkerGroupDetails](docs/InstanceControllerApiWorkerGroupDetails.md)
|
|
554
|
-
- [KestraIoKestraSdk.InstanceControllerApiWorkerGroupItem](docs/InstanceControllerApiWorkerGroupItem.md)
|
|
555
|
-
- [KestraIoKestraSdk.InstanceControllerApiWorkerGroupList](docs/InstanceControllerApiWorkerGroupList.md)
|
|
556
|
-
- [KestraIoKestraSdk.Invitation](docs/Invitation.md)
|
|
557
|
-
- [KestraIoKestraSdk.InvitationInvitationStatus](docs/InvitationInvitationStatus.md)
|
|
558
|
-
- [KestraIoKestraSdk.Isolation](docs/Isolation.md)
|
|
559
|
-
- [KestraIoKestraSdk.KVControllerApiDeleteBulkRequest](docs/KVControllerApiDeleteBulkRequest.md)
|
|
560
|
-
- [KestraIoKestraSdk.KVControllerApiDeleteBulkResponse](docs/KVControllerApiDeleteBulkResponse.md)
|
|
561
|
-
- [KestraIoKestraSdk.KVControllerKvDetail](docs/KVControllerKvDetail.md)
|
|
562
|
-
- [KestraIoKestraSdk.KVEntry](docs/KVEntry.md)
|
|
563
|
-
- [KestraIoKestraSdk.KVType](docs/KVType.md)
|
|
564
|
-
- [KestraIoKestraSdk.KillSwitch](docs/KillSwitch.md)
|
|
565
|
-
- [KestraIoKestraSdk.Label](docs/Label.md)
|
|
566
|
-
- [KestraIoKestraSdk.LeftSidebarConfiguration](docs/LeftSidebarConfiguration.md)
|
|
567
|
-
- [KestraIoKestraSdk.Level](docs/Level.md)
|
|
568
|
-
- [KestraIoKestraSdk.LogEntry](docs/LogEntry.md)
|
|
569
|
-
- [KestraIoKestraSdk.MapObjectObject](docs/MapObjectObject.md)
|
|
570
|
-
- [KestraIoKestraSdk.MeControllerApiMe](docs/MeControllerApiMe.md)
|
|
571
|
-
- [KestraIoKestraSdk.MeControllerApiProfile](docs/MeControllerApiProfile.md)
|
|
572
|
-
- [KestraIoKestraSdk.MeControllerApiTenant](docs/MeControllerApiTenant.md)
|
|
573
|
-
- [KestraIoKestraSdk.MeControllerApiUpdatePasswordRequest](docs/MeControllerApiUpdatePasswordRequest.md)
|
|
574
|
-
- [KestraIoKestraSdk.MeControllerApiUserDetailsRequest](docs/MeControllerApiUserDetailsRequest.md)
|
|
575
|
-
- [KestraIoKestraSdk.Meta](docs/Meta.md)
|
|
576
|
-
- [KestraIoKestraSdk.Metric](docs/Metric.md)
|
|
577
|
-
- [KestraIoKestraSdk.MetricAggregation](docs/MetricAggregation.md)
|
|
578
|
-
- [KestraIoKestraSdk.MetricAggregations](docs/MetricAggregations.md)
|
|
579
|
-
- [KestraIoKestraSdk.MetricEntry](docs/MetricEntry.md)
|
|
580
|
-
- [KestraIoKestraSdk.MetricTag](docs/MetricTag.md)
|
|
581
|
-
- [KestraIoKestraSdk.MiscControllerApiUsage](docs/MiscControllerApiUsage.md)
|
|
582
|
-
- [KestraIoKestraSdk.MiscControllerConfiguration](docs/MiscControllerConfiguration.md)
|
|
583
|
-
- [KestraIoKestraSdk.MiscControllerEEConfiguration](docs/MiscControllerEEConfiguration.md)
|
|
584
|
-
- [KestraIoKestraSdk.MiscControllerEnvironment](docs/MiscControllerEnvironment.md)
|
|
585
|
-
- [KestraIoKestraSdk.MiscControllerLicenseInfo](docs/MiscControllerLicenseInfo.md)
|
|
586
|
-
- [KestraIoKestraSdk.MiscControllerPluginIdAndVersion](docs/MiscControllerPluginIdAndVersion.md)
|
|
587
|
-
- [KestraIoKestraSdk.MiscControllerPreview](docs/MiscControllerPreview.md)
|
|
588
|
-
- [KestraIoKestraSdk.MiscControllerTenantConfigurationInfo](docs/MiscControllerTenantConfigurationInfo.md)
|
|
589
|
-
- [KestraIoKestraSdk.Name](docs/Name.md)
|
|
590
|
-
- [KestraIoKestraSdk.Namespace](docs/Namespace.md)
|
|
591
|
-
- [KestraIoKestraSdk.NamespaceAllowedNamespace](docs/NamespaceAllowedNamespace.md)
|
|
592
|
-
- [KestraIoKestraSdk.NamespaceControllerApiInheritedPluginDefaultFromNamespace](docs/NamespaceControllerApiInheritedPluginDefaultFromNamespace.md)
|
|
593
|
-
- [KestraIoKestraSdk.NamespaceFileRevision](docs/NamespaceFileRevision.md)
|
|
594
|
-
- [KestraIoKestraSdk.NamespaceLight](docs/NamespaceLight.md)
|
|
595
|
-
- [KestraIoKestraSdk.Output](docs/Output.md)
|
|
596
|
-
- [KestraIoKestraSdk.OutputValue](docs/OutputValue.md)
|
|
597
|
-
- [KestraIoKestraSdk.PageRequest](docs/PageRequest.md)
|
|
598
|
-
- [KestraIoKestraSdk.PagedResultsApiGroupSummary](docs/PagedResultsApiGroupSummary.md)
|
|
599
|
-
- [KestraIoKestraSdk.PagedResultsApiRoleSummary](docs/PagedResultsApiRoleSummary.md)
|
|
600
|
-
- [KestraIoKestraSdk.PagedResultsAppsControllerApiApp](docs/PagedResultsAppsControllerApiApp.md)
|
|
601
|
-
- [KestraIoKestraSdk.PagedResultsAppsControllerApiAppCatalogItem](docs/PagedResultsAppsControllerApiAppCatalogItem.md)
|
|
602
|
-
- [KestraIoKestraSdk.PagedResultsAssetsControllerApiAsset](docs/PagedResultsAssetsControllerApiAsset.md)
|
|
603
|
-
- [KestraIoKestraSdk.PagedResultsAssetsControllerApiAssetLineageEvent](docs/PagedResultsAssetsControllerApiAssetLineageEvent.md)
|
|
604
|
-
- [KestraIoKestraSdk.PagedResultsAssetsControllerApiAssetUsage](docs/PagedResultsAssetsControllerApiAssetUsage.md)
|
|
605
|
-
- [KestraIoKestraSdk.PagedResultsAuditLogControllerApiAuditLogItem](docs/PagedResultsAuditLogControllerApiAuditLogItem.md)
|
|
606
|
-
- [KestraIoKestraSdk.PagedResultsBlueprint](docs/PagedResultsBlueprint.md)
|
|
607
|
-
- [KestraIoKestraSdk.PagedResultsBlueprintControllerApiBlueprintItem](docs/PagedResultsBlueprintControllerApiBlueprintItem.md)
|
|
608
|
-
- [KestraIoKestraSdk.PagedResultsConcurrencyLimit](docs/PagedResultsConcurrencyLimit.md)
|
|
609
|
-
- [KestraIoKestraSdk.PagedResultsDashboardControllerDashboardResponse](docs/PagedResultsDashboardControllerDashboardResponse.md)
|
|
610
|
-
- [KestraIoKestraSdk.PagedResultsExecution](docs/PagedResultsExecution.md)
|
|
611
|
-
- [KestraIoKestraSdk.PagedResultsFlow](docs/PagedResultsFlow.md)
|
|
612
|
-
- [KestraIoKestraSdk.PagedResultsIAMBindingControllerApiBindingDetail](docs/PagedResultsIAMBindingControllerApiBindingDetail.md)
|
|
613
|
-
- [KestraIoKestraSdk.PagedResultsIAMGroupControllerApiGroupMember](docs/PagedResultsIAMGroupControllerApiGroupMember.md)
|
|
614
|
-
- [KestraIoKestraSdk.PagedResultsIAMInvitationControllerApiInvitationDetail](docs/PagedResultsIAMInvitationControllerApiInvitationDetail.md)
|
|
615
|
-
- [KestraIoKestraSdk.PagedResultsIAMServiceAccountControllerApiServiceAccountDetail](docs/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.md)
|
|
616
|
-
- [KestraIoKestraSdk.PagedResultsIAMTenantAccessControllerApiUserTenantAccess](docs/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.md)
|
|
617
|
-
- [KestraIoKestraSdk.PagedResultsIAMUserControllerApiUserSummary](docs/PagedResultsIAMUserControllerApiUserSummary.md)
|
|
618
|
-
- [KestraIoKestraSdk.PagedResultsInstanceControllerApiPluginArtifact](docs/PagedResultsInstanceControllerApiPluginArtifact.md)
|
|
619
|
-
- [KestraIoKestraSdk.PagedResultsInstanceControllerApiServiceInstance](docs/PagedResultsInstanceControllerApiServiceInstance.md)
|
|
620
|
-
- [KestraIoKestraSdk.PagedResultsKVEntry](docs/PagedResultsKVEntry.md)
|
|
621
|
-
- [KestraIoKestraSdk.PagedResultsLogEntry](docs/PagedResultsLogEntry.md)
|
|
622
|
-
- [KestraIoKestraSdk.PagedResultsMapStringObject](docs/PagedResultsMapStringObject.md)
|
|
623
|
-
- [KestraIoKestraSdk.PagedResultsMetricEntry](docs/PagedResultsMetricEntry.md)
|
|
624
|
-
- [KestraIoKestraSdk.PagedResultsNamespace](docs/PagedResultsNamespace.md)
|
|
625
|
-
- [KestraIoKestraSdk.PagedResultsSearchResultFlow](docs/PagedResultsSearchResultFlow.md)
|
|
626
|
-
- [KestraIoKestraSdk.PagedResultsTenant](docs/PagedResultsTenant.md)
|
|
627
|
-
- [KestraIoKestraSdk.PagedResultsTestSuite](docs/PagedResultsTestSuite.md)
|
|
628
|
-
- [KestraIoKestraSdk.PagedResultsTestSuiteRunResult](docs/PagedResultsTestSuiteRunResult.md)
|
|
629
|
-
- [KestraIoKestraSdk.PagedResultsTrigger](docs/PagedResultsTrigger.md)
|
|
630
|
-
- [KestraIoKestraSdk.PagedResultsTriggerControllerTriggers](docs/PagedResultsTriggerControllerTriggers.md)
|
|
631
|
-
- [KestraIoKestraSdk.PatchOperation](docs/PatchOperation.md)
|
|
632
|
-
- [KestraIoKestraSdk.PatchOperationPath](docs/PatchOperationPath.md)
|
|
633
|
-
- [KestraIoKestraSdk.PatchOperationType](docs/PatchOperationType.md)
|
|
634
|
-
- [KestraIoKestraSdk.PatchRequest](docs/PatchRequest.md)
|
|
635
|
-
- [KestraIoKestraSdk.Permission](docs/Permission.md)
|
|
636
|
-
- [KestraIoKestraSdk.Plugin](docs/Plugin.md)
|
|
637
|
-
- [KestraIoKestraSdk.PluginArtifact](docs/PluginArtifact.md)
|
|
638
|
-
- [KestraIoKestraSdk.PluginArtifactMetadata](docs/PluginArtifactMetadata.md)
|
|
639
|
-
- [KestraIoKestraSdk.PluginControllerApiPluginVersions](docs/PluginControllerApiPluginVersions.md)
|
|
640
|
-
- [KestraIoKestraSdk.PluginDefault](docs/PluginDefault.md)
|
|
641
|
-
- [KestraIoKestraSdk.PluginIcon](docs/PluginIcon.md)
|
|
642
|
-
- [KestraIoKestraSdk.PluginPluginElementMetadata](docs/PluginPluginElementMetadata.md)
|
|
643
|
-
- [KestraIoKestraSdk.PluginSchema](docs/PluginSchema.md)
|
|
644
|
-
- [KestraIoKestraSdk.PluginSubGroupPluginCategory](docs/PluginSubGroupPluginCategory.md)
|
|
645
|
-
- [KestraIoKestraSdk.PropertyBoolean](docs/PropertyBoolean.md)
|
|
646
|
-
- [KestraIoKestraSdk.PropertyDouble](docs/PropertyDouble.md)
|
|
647
|
-
- [KestraIoKestraSdk.PropertyDuration](docs/PropertyDuration.md)
|
|
648
|
-
- [KestraIoKestraSdk.PropertyListAsset](docs/PropertyListAsset.md)
|
|
649
|
-
- [KestraIoKestraSdk.PropertyListAssetIdentifier](docs/PropertyListAssetIdentifier.md)
|
|
650
|
-
- [KestraIoKestraSdk.PropertyListString](docs/PropertyListString.md)
|
|
651
|
-
- [KestraIoKestraSdk.PropertyObject](docs/PropertyObject.md)
|
|
652
|
-
- [KestraIoKestraSdk.PropertyString](docs/PropertyString.md)
|
|
653
|
-
- [KestraIoKestraSdk.QueryFilter](docs/QueryFilter.md)
|
|
654
|
-
- [KestraIoKestraSdk.QueryFilterField](docs/QueryFilterField.md)
|
|
655
|
-
- [KestraIoKestraSdk.QueryFilterOp](docs/QueryFilterOp.md)
|
|
656
|
-
- [KestraIoKestraSdk.RBACServiceRoleAssignmentRoleOrigin](docs/RBACServiceRoleAssignmentRoleOrigin.md)
|
|
657
|
-
- [KestraIoKestraSdk.Relation](docs/Relation.md)
|
|
658
|
-
- [KestraIoKestraSdk.Relation1](docs/Relation1.md)
|
|
659
|
-
- [KestraIoKestraSdk.RelationType](docs/RelationType.md)
|
|
660
|
-
- [KestraIoKestraSdk.ResourceType](docs/ResourceType.md)
|
|
661
|
-
- [KestraIoKestraSdk.ResourceType1](docs/ResourceType1.md)
|
|
662
|
-
- [KestraIoKestraSdk.ResourceTypeSchemaExtensionConfiguration](docs/ResourceTypeSchemaExtensionConfiguration.md)
|
|
663
|
-
- [KestraIoKestraSdk.RightSidebarConfiguration](docs/RightSidebarConfiguration.md)
|
|
664
|
-
- [KestraIoKestraSdk.RightSidebarConfigurationCustomLink](docs/RightSidebarConfigurationCustomLink.md)
|
|
665
|
-
- [KestraIoKestraSdk.Role](docs/Role.md)
|
|
666
|
-
- [KestraIoKestraSdk.RoleUsage](docs/RoleUsage.md)
|
|
667
|
-
- [KestraIoKestraSdk.SDKAuth](docs/SDKAuth.md)
|
|
668
|
-
- [KestraIoKestraSdk.SLA](docs/SLA.md)
|
|
669
|
-
- [KestraIoKestraSdk.SLABehavior](docs/SLABehavior.md)
|
|
670
|
-
- [KestraIoKestraSdk.SLALabels](docs/SLALabels.md)
|
|
671
|
-
- [KestraIoKestraSdk.SLAType](docs/SLAType.md)
|
|
672
|
-
- [KestraIoKestraSdk.Schema](docs/Schema.md)
|
|
673
|
-
- [KestraIoKestraSdk.SchemaAttribute](docs/SchemaAttribute.md)
|
|
674
|
-
- [KestraIoKestraSdk.SchemaAttributeMutability](docs/SchemaAttributeMutability.md)
|
|
675
|
-
- [KestraIoKestraSdk.SchemaAttributeReturned](docs/SchemaAttributeReturned.md)
|
|
676
|
-
- [KestraIoKestraSdk.SchemaAttributeType](docs/SchemaAttributeType.md)
|
|
677
|
-
- [KestraIoKestraSdk.SchemaAttributeUniqueness](docs/SchemaAttributeUniqueness.md)
|
|
678
|
-
- [KestraIoKestraSdk.SchemaType](docs/SchemaType.md)
|
|
679
|
-
- [KestraIoKestraSdk.ScimExtension](docs/ScimExtension.md)
|
|
680
|
-
- [KestraIoKestraSdk.ScimResource](docs/ScimResource.md)
|
|
681
|
-
- [KestraIoKestraSdk.ScimResourceWithOptionalId](docs/ScimResourceWithOptionalId.md)
|
|
682
|
-
- [KestraIoKestraSdk.ScimUser](docs/ScimUser.md)
|
|
683
|
-
- [KestraIoKestraSdk.SearchRequest](docs/SearchRequest.md)
|
|
684
|
-
- [KestraIoKestraSdk.SearchResultFlow](docs/SearchResultFlow.md)
|
|
685
|
-
- [KestraIoKestraSdk.SecurityIntegrationType](docs/SecurityIntegrationType.md)
|
|
686
|
-
- [KestraIoKestraSdk.ServerConfig](docs/ServerConfig.md)
|
|
687
|
-
- [KestraIoKestraSdk.ServerConfigLiveness](docs/ServerConfigLiveness.md)
|
|
688
|
-
- [KestraIoKestraSdk.ServerInstance](docs/ServerInstance.md)
|
|
689
|
-
- [KestraIoKestraSdk.ServerInstanceType](docs/ServerInstanceType.md)
|
|
690
|
-
- [KestraIoKestraSdk.ServiceInstance](docs/ServiceInstance.md)
|
|
691
|
-
- [KestraIoKestraSdk.ServiceInstanceTimestampedEvent](docs/ServiceInstanceTimestampedEvent.md)
|
|
692
|
-
- [KestraIoKestraSdk.ServiceProviderConfiguration](docs/ServiceProviderConfiguration.md)
|
|
693
|
-
- [KestraIoKestraSdk.ServiceProviderConfigurationAuthenticationSchema](docs/ServiceProviderConfigurationAuthenticationSchema.md)
|
|
694
|
-
- [KestraIoKestraSdk.ServiceProviderConfigurationAuthenticationSchemaType](docs/ServiceProviderConfigurationAuthenticationSchemaType.md)
|
|
695
|
-
- [KestraIoKestraSdk.ServiceProviderConfigurationBulkConfiguration](docs/ServiceProviderConfigurationBulkConfiguration.md)
|
|
696
|
-
- [KestraIoKestraSdk.ServiceProviderConfigurationFilterConfiguration](docs/ServiceProviderConfigurationFilterConfiguration.md)
|
|
697
|
-
- [KestraIoKestraSdk.ServiceProviderConfigurationSupportedConfiguration](docs/ServiceProviderConfigurationSupportedConfiguration.md)
|
|
698
|
-
- [KestraIoKestraSdk.ServiceServiceState](docs/ServiceServiceState.md)
|
|
699
|
-
- [KestraIoKestraSdk.ServiceType](docs/ServiceType.md)
|
|
700
|
-
- [KestraIoKestraSdk.SetAppsCatalogLogoRequest](docs/SetAppsCatalogLogoRequest.md)
|
|
701
|
-
- [KestraIoKestraSdk.SetupConfiguration](docs/SetupConfiguration.md)
|
|
702
|
-
- [KestraIoKestraSdk.SoftDeletableFlowInterface](docs/SoftDeletableFlowInterface.md)
|
|
703
|
-
- [KestraIoKestraSdk.SortOrder](docs/SortOrder.md)
|
|
704
|
-
- [KestraIoKestraSdk.SortRequest](docs/SortRequest.md)
|
|
705
|
-
- [KestraIoKestraSdk.State](docs/State.md)
|
|
706
|
-
- [KestraIoKestraSdk.StateHistory](docs/StateHistory.md)
|
|
707
|
-
- [KestraIoKestraSdk.StateType](docs/StateType.md)
|
|
708
|
-
- [KestraIoKestraSdk.SupportDebugInfo](docs/SupportDebugInfo.md)
|
|
709
|
-
- [KestraIoKestraSdk.SupportDebugInfoAuthType](docs/SupportDebugInfoAuthType.md)
|
|
710
|
-
- [KestraIoKestraSdk.SupportDebugInfoDeploymentType](docs/SupportDebugInfoDeploymentType.md)
|
|
711
|
-
- [KestraIoKestraSdk.Task](docs/Task.md)
|
|
712
|
-
- [KestraIoKestraSdk.TaskFixture](docs/TaskFixture.md)
|
|
713
|
-
- [KestraIoKestraSdk.TaskForExecution](docs/TaskForExecution.md)
|
|
714
|
-
- [KestraIoKestraSdk.TaskRun](docs/TaskRun.md)
|
|
715
|
-
- [KestraIoKestraSdk.TaskRunAttempt](docs/TaskRunAttempt.md)
|
|
716
|
-
- [KestraIoKestraSdk.Tenant](docs/Tenant.md)
|
|
717
|
-
- [KestraIoKestraSdk.TenantAppCatalogConfig](docs/TenantAppCatalogConfig.md)
|
|
718
|
-
- [KestraIoKestraSdk.TenantControllerAppsCatalogConfigRequest](docs/TenantControllerAppsCatalogConfigRequest.md)
|
|
719
|
-
- [KestraIoKestraSdk.TenantControllerAppsCatalogConfigResponse](docs/TenantControllerAppsCatalogConfigResponse.md)
|
|
720
|
-
- [KestraIoKestraSdk.TenantInterface](docs/TenantInterface.md)
|
|
721
|
-
- [KestraIoKestraSdk.TenantUsage](docs/TenantUsage.md)
|
|
722
|
-
- [KestraIoKestraSdk.TestState](docs/TestState.md)
|
|
723
|
-
- [KestraIoKestraSdk.TestSuite](docs/TestSuite.md)
|
|
724
|
-
- [KestraIoKestraSdk.TestSuiteControllerRunRequest](docs/TestSuiteControllerRunRequest.md)
|
|
725
|
-
- [KestraIoKestraSdk.TestSuiteControllerSearchTestsLastResult](docs/TestSuiteControllerSearchTestsLastResult.md)
|
|
726
|
-
- [KestraIoKestraSdk.TestSuiteControllerTestSuiteApiId](docs/TestSuiteControllerTestSuiteApiId.md)
|
|
727
|
-
- [KestraIoKestraSdk.TestSuiteControllerTestSuiteBulkRequest](docs/TestSuiteControllerTestSuiteBulkRequest.md)
|
|
728
|
-
- [KestraIoKestraSdk.TestSuiteControllerTestsLastResultResponse](docs/TestSuiteControllerTestsLastResultResponse.md)
|
|
729
|
-
- [KestraIoKestraSdk.TestSuiteGenerationPrompt](docs/TestSuiteGenerationPrompt.md)
|
|
730
|
-
- [KestraIoKestraSdk.TestSuiteRunResult](docs/TestSuiteRunResult.md)
|
|
731
|
-
- [KestraIoKestraSdk.TestSuiteServiceRunByQueryRequest](docs/TestSuiteServiceRunByQueryRequest.md)
|
|
732
|
-
- [KestraIoKestraSdk.TestSuiteServiceTestRunByQueryResult](docs/TestSuiteServiceTestRunByQueryResult.md)
|
|
733
|
-
- [KestraIoKestraSdk.TheLabelsToPassToTheExecutionCreated](docs/TheLabelsToPassToTheExecutionCreated.md)
|
|
734
|
-
- [KestraIoKestraSdk.TimeWindow](docs/TimeWindow.md)
|
|
735
|
-
- [KestraIoKestraSdk.Trigger](docs/Trigger.md)
|
|
736
|
-
- [KestraIoKestraSdk.TriggerContext](docs/TriggerContext.md)
|
|
737
|
-
- [KestraIoKestraSdk.TriggerControllerSetDisabledRequest](docs/TriggerControllerSetDisabledRequest.md)
|
|
738
|
-
- [KestraIoKestraSdk.TriggerControllerTriggers](docs/TriggerControllerTriggers.md)
|
|
739
|
-
- [KestraIoKestraSdk.TriggerFixture](docs/TriggerFixture.md)
|
|
740
|
-
- [KestraIoKestraSdk.Type](docs/Type.md)
|
|
741
|
-
- [KestraIoKestraSdk.UnitTest](docs/UnitTest.md)
|
|
742
|
-
- [KestraIoKestraSdk.UnitTestResult](docs/UnitTestResult.md)
|
|
743
|
-
- [KestraIoKestraSdk.UploadVersionedPluginsRequest](docs/UploadVersionedPluginsRequest.md)
|
|
744
|
-
- [KestraIoKestraSdk.UsageEE](docs/UsageEE.md)
|
|
745
|
-
- [KestraIoKestraSdk.UserGroup](docs/UserGroup.md)
|
|
746
|
-
- [KestraIoKestraSdk.UserGroupType](docs/UserGroupType.md)
|
|
747
|
-
- [KestraIoKestraSdk.UserType](docs/UserType.md)
|
|
748
|
-
- [KestraIoKestraSdk.UserUsage](docs/UserUsage.md)
|
|
749
|
-
- [KestraIoKestraSdk.UsernamePasswordCredentials](docs/UsernamePasswordCredentials.md)
|
|
750
|
-
- [KestraIoKestraSdk.ValidateConstraintViolation](docs/ValidateConstraintViolation.md)
|
|
751
|
-
- [KestraIoKestraSdk.ValuePathExpression](docs/ValuePathExpression.md)
|
|
752
|
-
- [KestraIoKestraSdk.WebhookResponse](docs/WebhookResponse.md)
|
|
753
|
-
- [KestraIoKestraSdk.WorkerGroup](docs/WorkerGroup.md)
|
|
754
|
-
- [KestraIoKestraSdk.WorkerGroupFallback](docs/WorkerGroupFallback.md)
|
|
755
|
-
- [KestraIoKestraSdk.WorkerTaskRestartStrategy](docs/WorkerTaskRestartStrategy.md)
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
## Documentation for Authorization
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
Authentication schemes defined for the API:
|
|
762
|
-
### basicAuth
|
|
763
|
-
|
|
764
|
-
- **Type**: HTTP basic authentication
|
|
765
|
-
|
|
766
|
-
### bearerAuth
|
|
767
|
-
|
|
768
|
-
- **Type**: Bearer authentication (Bearer)
|
|
769
|
-
|