@kestra-io/kestra-sdk 1.0.0 → 1.0.9
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/README.md +81 -251
- package/dist/ApiClient.d.ts +203 -0
- package/dist/ApiClient.d.ts.map +1 -0
- package/dist/KestraClient.d.ts +33 -0
- package/dist/KestraClient.d.ts.map +1 -0
- package/dist/KestraClient.mjs +43514 -0
- package/dist/api/ExecutionsApi.d.ts +961 -0
- package/dist/api/ExecutionsApi.d.ts.map +1 -0
- package/dist/api/FlowsApi.d.ts +659 -0
- package/dist/api/FlowsApi.d.ts.map +1 -0
- package/dist/api/GroupsApi.d.ts +239 -0
- package/dist/api/GroupsApi.d.ts.map +1 -0
- package/dist/api/KVApi.d.ts +153 -0
- package/dist/api/KVApi.d.ts.map +1 -0
- package/dist/api/NamespacesApi.d.ts +266 -0
- package/dist/api/NamespacesApi.d.ts.map +1 -0
- package/dist/api/RolesApi.d.ts +145 -0
- package/dist/api/RolesApi.d.ts.map +1 -0
- package/dist/api/ServiceAccountApi.d.ts +292 -0
- package/dist/api/ServiceAccountApi.d.ts.map +1 -0
- package/dist/api/TestSuitesApi.d.ts +325 -0
- package/dist/api/TestSuitesApi.d.ts.map +1 -0
- package/dist/api/TriggersApi.d.ts +363 -0
- package/dist/api/TriggersApi.d.ts.map +1 -0
- package/dist/api/UsersApi.d.ts +334 -0
- package/dist/api/UsersApi.d.ts.map +1 -0
- package/dist/index.d.ts +400 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/model/AbstractFlow.d.ts +81 -0
- package/dist/model/AbstractFlow.d.ts.map +1 -0
- package/dist/model/AbstractGraph.d.ts +44 -0
- package/dist/model/AbstractGraph.d.ts.map +1 -0
- package/dist/model/AbstractGraphBranchType.d.ts +44 -0
- package/dist/model/AbstractGraphBranchType.d.ts.map +1 -0
- package/dist/model/AbstractMetricEntryObject.d.ts +61 -0
- package/dist/model/AbstractMetricEntryObject.d.ts.map +1 -0
- package/dist/model/AbstractTrigger.d.ts +88 -0
- package/dist/model/AbstractTrigger.d.ts.map +1 -0
- package/dist/model/AbstractTriggerForExecution.d.ts +56 -0
- package/dist/model/AbstractTriggerForExecution.d.ts.map +1 -0
- package/dist/model/AbstractUser.d.ts +84 -0
- package/dist/model/AbstractUser.d.ts.map +1 -0
- package/dist/model/AbstractUserTenantIdentityProvider.d.ts +49 -0
- package/dist/model/AbstractUserTenantIdentityProvider.d.ts.map +1 -0
- package/dist/model/Action.d.ts +50 -0
- package/dist/model/Action.d.ts.map +1 -0
- package/dist/model/ApiAuth.d.ts +43 -0
- package/dist/model/ApiAuth.d.ts.map +1 -0
- package/dist/model/ApiAutocomplete.d.ts +43 -0
- package/dist/model/ApiAutocomplete.d.ts.map +1 -0
- package/dist/model/ApiGroupSummary.d.ts +40 -0
- package/dist/model/ApiGroupSummary.d.ts.map +1 -0
- package/dist/model/ApiIds.d.ts +37 -0
- package/dist/model/ApiIds.d.ts.map +1 -0
- package/dist/model/ApiPatchSuperAdminRequest.d.ts +46 -0
- package/dist/model/ApiPatchSuperAdminRequest.d.ts.map +1 -0
- package/dist/model/ApiRoleSummary.d.ts +46 -0
- package/dist/model/ApiRoleSummary.d.ts.map +1 -0
- package/dist/model/ApiSecretListResponseApiSecretMeta.d.ts +56 -0
- package/dist/model/ApiSecretListResponseApiSecretMeta.d.ts.map +1 -0
- package/dist/model/ApiSecretMeta.d.ts +46 -0
- package/dist/model/ApiSecretMeta.d.ts.map +1 -0
- package/dist/model/ApiSecretMetaEE.d.ts +61 -0
- package/dist/model/ApiSecretMetaEE.d.ts.map +1 -0
- package/dist/model/ApiSecretTag.d.ts +50 -0
- package/dist/model/ApiSecretTag.d.ts.map +1 -0
- package/dist/model/ApiSecretValue.d.ts +59 -0
- package/dist/model/ApiSecretValue.d.ts.map +1 -0
- package/dist/model/ApiTenant.d.ts +94 -0
- package/dist/model/ApiTenant.d.ts.map +1 -0
- package/dist/model/ApiTenantSummary.d.ts +40 -0
- package/dist/model/ApiTenantSummary.d.ts.map +1 -0
- package/dist/model/ApiToken.d.ts +61 -0
- package/dist/model/ApiToken.d.ts.map +1 -0
- package/dist/model/ApiTokenList.d.ts +43 -0
- package/dist/model/ApiTokenList.d.ts.map +1 -0
- package/dist/model/ApiUser.d.ts +87 -0
- package/dist/model/ApiUser.d.ts.map +1 -0
- package/dist/model/AppResponse.d.ts +44 -0
- package/dist/model/AppResponse.d.ts.map +1 -0
- package/dist/model/AppResponseUILayout.d.ts +37 -0
- package/dist/model/AppResponseUILayout.d.ts.map +1 -0
- package/dist/model/AppsControllerApiApp.d.ts +64 -0
- package/dist/model/AppsControllerApiApp.d.ts.map +1 -0
- package/dist/model/AppsControllerApiAppCatalogItem.d.ts +52 -0
- package/dist/model/AppsControllerApiAppCatalogItem.d.ts.map +1 -0
- package/dist/model/AppsControllerApiAppSource.d.ts +58 -0
- package/dist/model/AppsControllerApiAppSource.d.ts.map +1 -0
- package/dist/model/AppsControllerApiAppTags.d.ts +37 -0
- package/dist/model/AppsControllerApiAppTags.d.ts.map +1 -0
- package/dist/model/AppsControllerApiBulkImportResponse.d.ts +43 -0
- package/dist/model/AppsControllerApiBulkImportResponse.d.ts.map +1 -0
- package/dist/model/AppsControllerApiBulkImportResponseError.d.ts +40 -0
- package/dist/model/AppsControllerApiBulkImportResponseError.d.ts.map +1 -0
- package/dist/model/AppsControllerApiBulkOperationRequest.d.ts +37 -0
- package/dist/model/AppsControllerApiBulkOperationRequest.d.ts.map +1 -0
- package/dist/model/Assertion.d.ts +94 -0
- package/dist/model/Assertion.d.ts.map +1 -0
- package/dist/model/AssertionResult.d.ts +67 -0
- package/dist/model/AssertionResult.d.ts.map +1 -0
- package/dist/model/AssertionRunError.d.ts +49 -0
- package/dist/model/AssertionRunError.d.ts.map +1 -0
- package/dist/model/AttributeReference.d.ts +52 -0
- package/dist/model/AttributeReference.d.ts.map +1 -0
- package/dist/model/AuditLog.d.ts +83 -0
- package/dist/model/AuditLog.d.ts.map +1 -0
- package/dist/model/AuditLogControllerApiAuditLogItem.d.ts +42 -0
- package/dist/model/AuditLogControllerApiAuditLogItem.d.ts.map +1 -0
- package/dist/model/AuditLogControllerAuditLogDiff.d.ts +40 -0
- package/dist/model/AuditLogControllerAuditLogDiff.d.ts.map +1 -0
- package/dist/model/AuditLogControllerAuditLogOption.d.ts +43 -0
- package/dist/model/AuditLogControllerAuditLogOption.d.ts.map +1 -0
- package/dist/model/AuditLogControllerFindRequest.d.ts +45 -0
- package/dist/model/AuditLogControllerFindRequest.d.ts.map +1 -0
- package/dist/model/AuditLogDetail.d.ts +57 -0
- package/dist/model/AuditLogDetail.d.ts.map +1 -0
- package/dist/model/AuthControllerAuth.d.ts +46 -0
- package/dist/model/AuthControllerAuth.d.ts.map +1 -0
- package/dist/model/AuthControllerInvitationUserRequest.d.ts +54 -0
- package/dist/model/AuthControllerInvitationUserRequest.d.ts.map +1 -0
- package/dist/model/AuthControllerResetPasswordRequest.d.ts +40 -0
- package/dist/model/AuthControllerResetPasswordRequest.d.ts.map +1 -0
- package/dist/model/Backfill.d.ts +67 -0
- package/dist/model/Backfill.d.ts.map +1 -0
- package/dist/model/Banner.d.ts +65 -0
- package/dist/model/Banner.d.ts.map +1 -0
- package/dist/model/BannerType.d.ts +44 -0
- package/dist/model/BannerType.d.ts.map +1 -0
- package/dist/model/BaseAuditLog.d.ts +76 -0
- package/dist/model/BaseAuditLog.d.ts.map +1 -0
- package/dist/model/BaseResourcePatchRequest.d.ts +37 -0
- package/dist/model/BaseResourcePatchRequest.d.ts.map +1 -0
- package/dist/model/BaseResourceScimResource.d.ts +37 -0
- package/dist/model/BaseResourceScimResource.d.ts.map +1 -0
- package/dist/model/BaseResourceSearchRequest.d.ts +37 -0
- package/dist/model/BaseResourceSearchRequest.d.ts.map +1 -0
- package/dist/model/BasicAuthCredentials.d.ts +43 -0
- package/dist/model/BasicAuthCredentials.d.ts.map +1 -0
- package/dist/model/Binding.d.ts +65 -0
- package/dist/model/Binding.d.ts.map +1 -0
- package/dist/model/BindingType.d.ts +38 -0
- package/dist/model/BindingType.d.ts.map +1 -0
- package/dist/model/Blueprint.d.ts +65 -0
- package/dist/model/Blueprint.d.ts.map +1 -0
- package/dist/model/BlueprintControllerApiBlueprintItem.d.ts +52 -0
- package/dist/model/BlueprintControllerApiBlueprintItem.d.ts.map +1 -0
- package/dist/model/BlueprintControllerApiBlueprintItemWithSource.d.ts +59 -0
- package/dist/model/BlueprintControllerApiBlueprintItemWithSource.d.ts.map +1 -0
- package/dist/model/BlueprintControllerApiBlueprintTagItem.d.ts +43 -0
- package/dist/model/BlueprintControllerApiBlueprintTagItem.d.ts.map +1 -0
- package/dist/model/BlueprintControllerKind.d.ts +44 -0
- package/dist/model/BlueprintControllerKind.d.ts.map +1 -0
- package/dist/model/BlueprintWithFlow.d.ts +70 -0
- package/dist/model/BlueprintWithFlow.d.ts.map +1 -0
- package/dist/model/Breakpoint.d.ts +49 -0
- package/dist/model/Breakpoint.d.ts.map +1 -0
- package/dist/model/BulkErrorResponse.d.ts +40 -0
- package/dist/model/BulkErrorResponse.d.ts.map +1 -0
- package/dist/model/BulkImportAppsRequest.d.ts +40 -0
- package/dist/model/BulkImportAppsRequest.d.ts.map +1 -0
- package/dist/model/BulkResponse.d.ts +37 -0
- package/dist/model/BulkResponse.d.ts.map +1 -0
- package/dist/model/Cache.d.ts +49 -0
- package/dist/model/Cache.d.ts.map +1 -0
- package/dist/model/ChartChartOption.d.ts +53 -0
- package/dist/model/ChartChartOption.d.ts.map +1 -0
- package/dist/model/ChartFiltersOverrides.d.ts +58 -0
- package/dist/model/ChartFiltersOverrides.d.ts.map +1 -0
- package/dist/model/Concurrency.d.ts +51 -0
- package/dist/model/Concurrency.d.ts.map +1 -0
- package/dist/model/ConcurrencyBehavior.d.ts +44 -0
- package/dist/model/ConcurrencyBehavior.d.ts.map +1 -0
- package/dist/model/ConcurrencyLimit.d.ts +57 -0
- package/dist/model/ConcurrencyLimit.d.ts.map +1 -0
- package/dist/model/Condition.d.ts +46 -0
- package/dist/model/Condition.d.ts.map +1 -0
- package/dist/model/ConversionServiceProvider.d.ts +46 -0
- package/dist/model/ConversionServiceProvider.d.ts.map +1 -0
- package/dist/model/ConvertibleMultiValuesString.d.ts +51 -0
- package/dist/model/ConvertibleMultiValuesString.d.ts.map +1 -0
- package/dist/model/ConvertibleValuesListString.d.ts +50 -0
- package/dist/model/ConvertibleValuesListString.d.ts.map +1 -0
- package/dist/model/CreateApiTokenRequest.d.ts +55 -0
- package/dist/model/CreateApiTokenRequest.d.ts.map +1 -0
- package/dist/model/CreateApiTokenResponse.d.ts +43 -0
- package/dist/model/CreateApiTokenResponse.d.ts.map +1 -0
- package/dist/model/CreateNamespaceFileRequest.d.ts +40 -0
- package/dist/model/CreateNamespaceFileRequest.d.ts.map +1 -0
- package/dist/model/CreateSecurityIntegrationRequest.d.ts +62 -0
- package/dist/model/CreateSecurityIntegrationRequest.d.ts.map +1 -0
- package/dist/model/CrudEventType.d.ts +80 -0
- package/dist/model/CrudEventType.d.ts.map +1 -0
- package/dist/model/DailyExecutionStatistics.d.ts +58 -0
- package/dist/model/DailyExecutionStatistics.d.ts.map +1 -0
- package/dist/model/DailyExecutionStatisticsDuration.d.ts +62 -0
- package/dist/model/DailyExecutionStatisticsDuration.d.ts.map +1 -0
- package/dist/model/DailyExecutionStatisticsExecutionCounts.d.ts +85 -0
- package/dist/model/DailyExecutionStatisticsExecutionCounts.d.ts.map +1 -0
- package/dist/model/Dashboard.d.ts +62 -0
- package/dist/model/Dashboard.d.ts.map +1 -0
- package/dist/model/DashboardControllerPreviewRequest.d.ts +50 -0
- package/dist/model/DashboardControllerPreviewRequest.d.ts.map +1 -0
- package/dist/model/DeletedInterface.d.ts +37 -0
- package/dist/model/DeletedInterface.d.ts.map +1 -0
- package/dist/model/DependsOn.d.ts +40 -0
- package/dist/model/DependsOn.d.ts.map +1 -0
- package/dist/model/DocumentationWithSchema.d.ts +41 -0
- package/dist/model/DocumentationWithSchema.d.ts.map +1 -0
- package/dist/model/EditionProviderEdition.d.ts +38 -0
- package/dist/model/EditionProviderEdition.d.ts.map +1 -0
- package/dist/model/Email.d.ts +43 -0
- package/dist/model/Email.d.ts.map +1 -0
- package/dist/model/EventAppResponse.d.ts +50 -0
- package/dist/model/EventAppResponse.d.ts.map +1 -0
- package/dist/model/EventExecution.d.ts +50 -0
- package/dist/model/EventExecution.d.ts.map +1 -0
- package/dist/model/EventExecutionStatusEvent.d.ts +50 -0
- package/dist/model/EventExecutionStatusEvent.d.ts.map +1 -0
- package/dist/model/EventLogEntry.d.ts +50 -0
- package/dist/model/EventLogEntry.d.ts.map +1 -0
- package/dist/model/ExecutableTaskSubflowId.d.ts +43 -0
- package/dist/model/ExecutableTaskSubflowId.d.ts.map +1 -0
- package/dist/model/Execution.d.ts +112 -0
- package/dist/model/Execution.d.ts.map +1 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponse.d.ts +46 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponse.d.ts.map +1 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.d.ts +53 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.d.ts.map +1 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.d.ts +37 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.d.ts.map +1 -0
- package/dist/model/ExecutionControllerEvalResult.d.ts +43 -0
- package/dist/model/ExecutionControllerEvalResult.d.ts.map +1 -0
- package/dist/model/ExecutionControllerExecutionResponse.d.ts +116 -0
- package/dist/model/ExecutionControllerExecutionResponse.d.ts.map +1 -0
- package/dist/model/ExecutionControllerLastExecutionResponse.d.ts +49 -0
- package/dist/model/ExecutionControllerLastExecutionResponse.d.ts.map +1 -0
- package/dist/model/ExecutionControllerSetLabelsByIdsRequest.d.ts +43 -0
- package/dist/model/ExecutionControllerSetLabelsByIdsRequest.d.ts.map +1 -0
- package/dist/model/ExecutionControllerStateRequest.d.ts +40 -0
- package/dist/model/ExecutionControllerStateRequest.d.ts.map +1 -0
- package/dist/model/ExecutionControllerWebhookResponse.d.ts +69 -0
- package/dist/model/ExecutionControllerWebhookResponse.d.ts.map +1 -0
- package/dist/model/ExecutionKind.d.ts +44 -0
- package/dist/model/ExecutionKind.d.ts.map +1 -0
- package/dist/model/ExecutionMetadata.d.ts +40 -0
- package/dist/model/ExecutionMetadata.d.ts.map +1 -0
- package/dist/model/ExecutionRepositoryInterfaceChildFilter.d.ts +38 -0
- package/dist/model/ExecutionRepositoryInterfaceChildFilter.d.ts.map +1 -0
- package/dist/model/ExecutionRepositoryInterfaceFlowFilter.d.ts +50 -0
- package/dist/model/ExecutionRepositoryInterfaceFlowFilter.d.ts.map +1 -0
- package/dist/model/ExecutionStatusEvent.d.ts +50 -0
- package/dist/model/ExecutionStatusEvent.d.ts.map +1 -0
- package/dist/model/ExecutionTrigger.d.ts +56 -0
- package/dist/model/ExecutionTrigger.d.ts.map +1 -0
- package/dist/model/ExecutionUsage.d.ts +40 -0
- package/dist/model/ExecutionUsage.d.ts.map +1 -0
- package/dist/model/FileAttributes.d.ts +53 -0
- package/dist/model/FileAttributes.d.ts.map +1 -0
- package/dist/model/FileAttributesFileType.d.ts +38 -0
- package/dist/model/FileAttributesFileType.d.ts.map +1 -0
- package/dist/model/FileMetas.d.ts +46 -0
- package/dist/model/FileMetas.d.ts.map +1 -0
- package/dist/model/Filter.d.ts +40 -0
- package/dist/model/Filter.d.ts.map +1 -0
- package/dist/model/Fixtures.d.ts +50 -0
- package/dist/model/Fixtures.d.ts.map +1 -0
- package/dist/model/Flow.d.ts +104 -0
- package/dist/model/Flow.d.ts.map +1 -0
- package/dist/model/FlowControllerTaskValidationType.d.ts +38 -0
- package/dist/model/FlowControllerTaskValidationType.d.ts.map +1 -0
- package/dist/model/FlowForExecution.d.ts +93 -0
- package/dist/model/FlowForExecution.d.ts.map +1 -0
- package/dist/model/FlowGenerationPrompt.d.ts +53 -0
- package/dist/model/FlowGenerationPrompt.d.ts.map +1 -0
- package/dist/model/FlowGraph.d.ts +47 -0
- package/dist/model/FlowGraph.d.ts.map +1 -0
- package/dist/model/FlowGraphCluster.d.ts +50 -0
- package/dist/model/FlowGraphCluster.d.ts.map +1 -0
- package/dist/model/FlowGraphEdge.d.ts +44 -0
- package/dist/model/FlowGraphEdge.d.ts.map +1 -0
- package/dist/model/FlowId.d.ts +46 -0
- package/dist/model/FlowId.d.ts.map +1 -0
- package/dist/model/FlowInterface.d.ts +81 -0
- package/dist/model/FlowInterface.d.ts.map +1 -0
- package/dist/model/FlowNode.d.ts +52 -0
- package/dist/model/FlowNode.d.ts.map +1 -0
- package/dist/model/FlowRelation.d.ts +38 -0
- package/dist/model/FlowRelation.d.ts.map +1 -0
- package/dist/model/FlowScope.d.ts +38 -0
- package/dist/model/FlowScope.d.ts.map +1 -0
- package/dist/model/FlowTopologyGraph.d.ts +42 -0
- package/dist/model/FlowTopologyGraph.d.ts.map +1 -0
- package/dist/model/FlowTopologyGraphEdge.d.ts +44 -0
- package/dist/model/FlowTopologyGraphEdge.d.ts.map +1 -0
- package/dist/model/FlowUsage.d.ts +49 -0
- package/dist/model/FlowUsage.d.ts.map +1 -0
- package/dist/model/FlowWithSource.d.ts +105 -0
- package/dist/model/FlowWithSource.d.ts.map +1 -0
- package/dist/model/GroupIdentifier.d.ts +47 -0
- package/dist/model/GroupIdentifier.d.ts.map +1 -0
- package/dist/model/GroupIdentifierMembership.d.ts +38 -0
- package/dist/model/GroupIdentifierMembership.d.ts.map +1 -0
- package/dist/model/GroupUsage.d.ts +37 -0
- package/dist/model/GroupUsage.d.ts.map +1 -0
- package/dist/model/HttpParameters.d.ts +52 -0
- package/dist/model/HttpParameters.d.ts.map +1 -0
- package/dist/model/IAMBindingControllerApiBindingDetail.d.ts +56 -0
- package/dist/model/IAMBindingControllerApiBindingDetail.d.ts.map +1 -0
- package/dist/model/IAMBindingControllerApiBindingGroup.d.ts +40 -0
- package/dist/model/IAMBindingControllerApiBindingGroup.d.ts.map +1 -0
- package/dist/model/IAMBindingControllerApiBindingUser.d.ts +47 -0
- package/dist/model/IAMBindingControllerApiBindingUser.d.ts.map +1 -0
- package/dist/model/IAMBindingControllerApiCreateBindingRequest.d.ts +58 -0
- package/dist/model/IAMBindingControllerApiCreateBindingRequest.d.ts.map +1 -0
- package/dist/model/IAMBindingControllerApiRole.d.ts +40 -0
- package/dist/model/IAMBindingControllerApiRole.d.ts.map +1 -0
- package/dist/model/IAMGroupControllerApiCreateGroupRequest.d.ts +52 -0
- package/dist/model/IAMGroupControllerApiCreateGroupRequest.d.ts.map +1 -0
- package/dist/model/IAMGroupControllerApiGroupDetail.d.ts +43 -0
- package/dist/model/IAMGroupControllerApiGroupDetail.d.ts.map +1 -0
- package/dist/model/IAMGroupControllerApiGroupMember.d.ts +49 -0
- package/dist/model/IAMGroupControllerApiGroupMember.d.ts.map +1 -0
- package/dist/model/IAMGroupControllerApiGroupMembership.d.ts +47 -0
- package/dist/model/IAMGroupControllerApiGroupMembership.d.ts.map +1 -0
- package/dist/model/IAMGroupControllerApiUpdateGroupRequest.d.ts +56 -0
- package/dist/model/IAMGroupControllerApiUpdateGroupRequest.d.ts.map +1 -0
- package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.d.ts +61 -0
- package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.d.ts.map +1 -0
- package/dist/model/IAMInvitationControllerApiInvitationDetail.d.ts +70 -0
- package/dist/model/IAMInvitationControllerApiInvitationDetail.d.ts.map +1 -0
- package/dist/model/IAMInvitationControllerApiInvitationRole.d.ts +49 -0
- package/dist/model/IAMInvitationControllerApiInvitationRole.d.ts.map +1 -0
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.d.ts +57 -0
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.d.ts.map +1 -0
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.ts +106 -0
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.ts.map +1 -0
- package/dist/model/IAMRoleControllerApiRoleDetail.d.ts +53 -0
- package/dist/model/IAMRoleControllerApiRoleDetail.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.d.ts +56 -0
- package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiGroup.d.ts +37 -0
- package/dist/model/IAMServiceAccountControllerApiGroup.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.d.ts +50 -0
- package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.d.ts +71 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.d.ts +59 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.d.ts +71 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiAuthentication.d.ts +40 -0
- package/dist/model/IAMTenantAccessControllerApiAuthentication.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.d.ts +46 -0
- package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiGroup.d.ts +43 -0
- package/dist/model/IAMTenantAccessControllerApiGroup.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiRoleAssignment.d.ts +56 -0
- package/dist/model/IAMTenantAccessControllerApiRoleAssignment.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiTenantAccess.d.ts +57 -0
- package/dist/model/IAMTenantAccessControllerApiTenantAccess.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiUserPermission.d.ts +44 -0
- package/dist/model/IAMTenantAccessControllerApiUserPermission.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.d.ts +54 -0
- package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.d.ts +46 -0
- package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.d.ts +67 -0
- package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiGroup.d.ts +40 -0
- package/dist/model/IAMUserControllerApiGroup.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiPatchRestrictedRequest.d.ts +46 -0
- package/dist/model/IAMUserControllerApiPatchRestrictedRequest.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.d.ts +46 -0
- package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiUser.d.ts +68 -0
- package/dist/model/IAMUserControllerApiUser.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiUserAuth.d.ts +43 -0
- package/dist/model/IAMUserControllerApiUserAuth.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiUserSummary.d.ts +54 -0
- package/dist/model/IAMUserControllerApiUserSummary.d.ts.map +1 -0
- package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.d.ts +37 -0
- package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.d.ts.map +1 -0
- package/dist/model/IQueryFilter.d.ts +10 -0
- package/dist/model/IQueryFilter.d.ts.map +1 -0
- package/dist/model/IdWithNamespace.d.ts +40 -0
- package/dist/model/IdWithNamespace.d.ts.map +1 -0
- package/dist/model/IdentityProvider.d.ts +46 -0
- package/dist/model/IdentityProvider.d.ts.map +1 -0
- package/dist/model/InputObject.d.ts +73 -0
- package/dist/model/InputObject.d.ts.map +1 -0
- package/dist/model/InputType.d.ts +40 -0
- package/dist/model/InputType.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiActiveService.d.ts +41 -0
- package/dist/model/InstanceControllerApiActiveService.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiActiveServiceList.d.ts +43 -0
- package/dist/model/InstanceControllerApiActiveServiceList.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.d.ts +59 -0
- package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginArtifact.d.ts +49 -0
- package/dist/model/InstanceControllerApiPluginArtifact.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.d.ts +40 -0
- package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.d.ts +40 -0
- package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginListRequest.d.ts +37 -0
- package/dist/model/InstanceControllerApiPluginListRequest.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginVersionDetails.d.ts +58 -0
- package/dist/model/InstanceControllerApiPluginVersionDetails.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.d.ts +40 -0
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.d.ts +43 -0
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginVersions.d.ts +46 -0
- package/dist/model/InstanceControllerApiPluginVersions.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.d.ts +41 -0
- package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiServerInstance.d.ts +47 -0
- package/dist/model/InstanceControllerApiServerInstance.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiServiceInstance.d.ts +55 -0
- package/dist/model/InstanceControllerApiServiceInstance.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiWorkerGroup.d.ts +55 -0
- package/dist/model/InstanceControllerApiWorkerGroup.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiWorkerGroupDetails.d.ts +61 -0
- package/dist/model/InstanceControllerApiWorkerGroupDetails.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiWorkerGroupItem.d.ts +58 -0
- package/dist/model/InstanceControllerApiWorkerGroupItem.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiWorkerGroupList.d.ts +40 -0
- package/dist/model/InstanceControllerApiWorkerGroupList.d.ts.map +1 -0
- package/dist/model/Invitation.d.ts +91 -0
- package/dist/model/Invitation.d.ts.map +1 -0
- package/dist/model/InvitationInvitationStatus.d.ts +44 -0
- package/dist/model/InvitationInvitationStatus.d.ts.map +1 -0
- package/dist/model/Isolation.d.ts +43 -0
- package/dist/model/Isolation.d.ts.map +1 -0
- package/dist/model/KVControllerApiDeleteBulkRequest.d.ts +37 -0
- package/dist/model/KVControllerApiDeleteBulkRequest.d.ts.map +1 -0
- package/dist/model/KVControllerApiDeleteBulkResponse.d.ts +37 -0
- package/dist/model/KVControllerApiDeleteBulkResponse.d.ts.map +1 -0
- package/dist/model/KVControllerTypedValue.d.ts +41 -0
- package/dist/model/KVControllerTypedValue.d.ts.map +1 -0
- package/dist/model/KVEntry.d.ts +55 -0
- package/dist/model/KVEntry.d.ts.map +1 -0
- package/dist/model/KVType.d.ts +68 -0
- package/dist/model/KVType.d.ts.map +1 -0
- package/dist/model/Label.d.ts +51 -0
- package/dist/model/Label.d.ts.map +1 -0
- package/dist/model/LeftSidebarConfiguration.d.ts +37 -0
- package/dist/model/LeftSidebarConfiguration.d.ts.map +1 -0
- package/dist/model/Level.d.ts +56 -0
- package/dist/model/Level.d.ts.map +1 -0
- package/dist/model/Listener.d.ts +54 -0
- package/dist/model/Listener.d.ts.map +1 -0
- package/dist/model/LogEntry.d.ts +86 -0
- package/dist/model/LogEntry.d.ts.map +1 -0
- package/dist/model/MapObjectObject.d.ts +37 -0
- package/dist/model/MapObjectObject.d.ts.map +1 -0
- package/dist/model/MeControllerApiMe.d.ts +55 -0
- package/dist/model/MeControllerApiMe.d.ts.map +1 -0
- package/dist/model/MeControllerApiProfile.d.ts +46 -0
- package/dist/model/MeControllerApiProfile.d.ts.map +1 -0
- package/dist/model/MeControllerApiTenant.d.ts +43 -0
- package/dist/model/MeControllerApiTenant.d.ts.map +1 -0
- package/dist/model/MeControllerApiUpdatePasswordRequest.d.ts +40 -0
- package/dist/model/MeControllerApiUpdatePasswordRequest.d.ts.map +1 -0
- package/dist/model/MeControllerApiUserDetailsRequest.d.ts +43 -0
- package/dist/model/MeControllerApiUserDetailsRequest.d.ts.map +1 -0
- package/dist/model/Meta.d.ts +49 -0
- package/dist/model/Meta.d.ts.map +1 -0
- package/dist/model/Metric.d.ts +55 -0
- package/dist/model/Metric.d.ts.map +1 -0
- package/dist/model/MetricAggregation.d.ts +53 -0
- package/dist/model/MetricAggregation.d.ts.map +1 -0
- package/dist/model/MetricAggregations.d.ts +53 -0
- package/dist/model/MetricAggregations.d.ts.map +1 -0
- package/dist/model/MetricEntry.d.ts +86 -0
- package/dist/model/MetricEntry.d.ts.map +1 -0
- package/dist/model/MetricTag.d.ts +40 -0
- package/dist/model/MetricTag.d.ts.map +1 -0
- package/dist/model/MiscControllerApiUsage.d.ts +42 -0
- package/dist/model/MiscControllerApiUsage.d.ts.map +1 -0
- package/dist/model/MiscControllerConfiguration.d.ts +91 -0
- package/dist/model/MiscControllerConfiguration.d.ts.map +1 -0
- package/dist/model/MiscControllerEEConfiguration.d.ts +142 -0
- package/dist/model/MiscControllerEEConfiguration.d.ts.map +1 -0
- package/dist/model/MiscControllerEnvironment.d.ts +40 -0
- package/dist/model/MiscControllerEnvironment.d.ts.map +1 -0
- package/dist/model/MiscControllerLicenseInfo.d.ts +52 -0
- package/dist/model/MiscControllerLicenseInfo.d.ts.map +1 -0
- package/dist/model/MiscControllerPluginIdAndVersion.d.ts +40 -0
- package/dist/model/MiscControllerPluginIdAndVersion.d.ts.map +1 -0
- package/dist/model/MiscControllerPreview.d.ts +40 -0
- package/dist/model/MiscControllerPreview.d.ts.map +1 -0
- package/dist/model/MiscControllerTenantConfigurationInfo.d.ts +40 -0
- package/dist/model/MiscControllerTenantConfigurationInfo.d.ts.map +1 -0
- package/dist/model/Name.d.ts +40 -0
- package/dist/model/Name.d.ts.map +1 -0
- package/dist/model/Namespace.d.ts +94 -0
- package/dist/model/Namespace.d.ts.map +1 -0
- package/dist/model/NamespaceAllowedNamespace.d.ts +46 -0
- package/dist/model/NamespaceAllowedNamespace.d.ts.map +1 -0
- package/dist/model/NamespaceAllowedTrigger.d.ts +49 -0
- package/dist/model/NamespaceAllowedTrigger.d.ts.map +1 -0
- package/dist/model/NamespaceLight.d.ts +50 -0
- package/dist/model/NamespaceLight.d.ts.map +1 -0
- package/dist/model/Output.d.ts +65 -0
- package/dist/model/Output.d.ts.map +1 -0
- package/dist/model/OutputValue.d.ts +47 -0
- package/dist/model/OutputValue.d.ts.map +1 -0
- package/dist/model/PageRequest.d.ts +40 -0
- package/dist/model/PageRequest.d.ts.map +1 -0
- package/dist/model/PagedResultsApiGroupSummary.d.ts +53 -0
- package/dist/model/PagedResultsApiGroupSummary.d.ts.map +1 -0
- package/dist/model/PagedResultsApiRoleSummary.d.ts +53 -0
- package/dist/model/PagedResultsApiRoleSummary.d.ts.map +1 -0
- package/dist/model/PagedResultsAppsControllerApiApp.d.ts +53 -0
- package/dist/model/PagedResultsAppsControllerApiApp.d.ts.map +1 -0
- package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.d.ts +53 -0
- package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.d.ts.map +1 -0
- package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.d.ts +53 -0
- package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.d.ts.map +1 -0
- package/dist/model/PagedResultsBlueprint.d.ts +53 -0
- package/dist/model/PagedResultsBlueprint.d.ts.map +1 -0
- package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.d.ts +53 -0
- package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.d.ts.map +1 -0
- package/dist/model/PagedResultsConcurrencyLimit.d.ts +53 -0
- package/dist/model/PagedResultsConcurrencyLimit.d.ts.map +1 -0
- package/dist/model/PagedResultsDashboard.d.ts +53 -0
- package/dist/model/PagedResultsDashboard.d.ts.map +1 -0
- package/dist/model/PagedResultsExecution.d.ts +53 -0
- package/dist/model/PagedResultsExecution.d.ts.map +1 -0
- package/dist/model/PagedResultsFlow.d.ts +53 -0
- package/dist/model/PagedResultsFlow.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.d.ts +53 -0
- package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.d.ts +53 -0
- package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.d.ts +53 -0
- package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.d.ts +53 -0
- package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.d.ts +53 -0
- package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMUserControllerApiUserSummary.d.ts +53 -0
- package/dist/model/PagedResultsIAMUserControllerApiUserSummary.d.ts.map +1 -0
- package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.d.ts +53 -0
- package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.d.ts.map +1 -0
- package/dist/model/PagedResultsInstanceControllerApiServiceInstance.d.ts +53 -0
- package/dist/model/PagedResultsInstanceControllerApiServiceInstance.d.ts.map +1 -0
- package/dist/model/PagedResultsKVEntry.d.ts +53 -0
- package/dist/model/PagedResultsKVEntry.d.ts.map +1 -0
- package/dist/model/PagedResultsLogEntry.d.ts +53 -0
- package/dist/model/PagedResultsLogEntry.d.ts.map +1 -0
- package/dist/model/PagedResultsMapStringObject.d.ts +50 -0
- package/dist/model/PagedResultsMapStringObject.d.ts.map +1 -0
- package/dist/model/PagedResultsMetricEntry.d.ts +53 -0
- package/dist/model/PagedResultsMetricEntry.d.ts.map +1 -0
- package/dist/model/PagedResultsNamespace.d.ts +53 -0
- package/dist/model/PagedResultsNamespace.d.ts.map +1 -0
- package/dist/model/PagedResultsSearchResultFlow.d.ts +53 -0
- package/dist/model/PagedResultsSearchResultFlow.d.ts.map +1 -0
- package/dist/model/PagedResultsTenant.d.ts +53 -0
- package/dist/model/PagedResultsTenant.d.ts.map +1 -0
- package/dist/model/PagedResultsTestSuite.d.ts +53 -0
- package/dist/model/PagedResultsTestSuite.d.ts.map +1 -0
- package/dist/model/PagedResultsTestSuiteRunResult.d.ts +53 -0
- package/dist/model/PagedResultsTestSuiteRunResult.d.ts.map +1 -0
- package/dist/model/PagedResultsTrigger.d.ts +53 -0
- package/dist/model/PagedResultsTrigger.d.ts.map +1 -0
- package/dist/model/PagedResultsTriggerControllerTriggers.d.ts +53 -0
- package/dist/model/PagedResultsTriggerControllerTriggers.d.ts.map +1 -0
- package/dist/model/PatchOperation.d.ts +45 -0
- package/dist/model/PatchOperation.d.ts.map +1 -0
- package/dist/model/PatchOperationPath.d.ts +38 -0
- package/dist/model/PatchOperationPath.d.ts.map +1 -0
- package/dist/model/PatchOperationType.d.ts +44 -0
- package/dist/model/PatchOperationType.d.ts.map +1 -0
- package/dist/model/PatchRequest.d.ts +43 -0
- package/dist/model/PatchRequest.d.ts.map +1 -0
- package/dist/model/Permission.d.ts +170 -0
- package/dist/model/Permission.d.ts.map +1 -0
- package/dist/model/Plugin.d.ts +101 -0
- package/dist/model/Plugin.d.ts.map +1 -0
- package/dist/model/PluginArtifact.d.ts +52 -0
- package/dist/model/PluginArtifact.d.ts.map +1 -0
- package/dist/model/PluginArtifactMetadata.d.ts +49 -0
- package/dist/model/PluginArtifactMetadata.d.ts.map +1 -0
- package/dist/model/PluginControllerApiPluginVersions.d.ts +40 -0
- package/dist/model/PluginControllerApiPluginVersions.d.ts.map +1 -0
- package/dist/model/PluginDefault.d.ts +52 -0
- package/dist/model/PluginDefault.d.ts.map +1 -0
- package/dist/model/PluginIcon.d.ts +43 -0
- package/dist/model/PluginIcon.d.ts.map +1 -0
- package/dist/model/PluginPluginElementMetadata.d.ts +40 -0
- package/dist/model/PluginPluginElementMetadata.d.ts.map +1 -0
- package/dist/model/PluginSchema.d.ts +43 -0
- package/dist/model/PluginSchema.d.ts.map +1 -0
- package/dist/model/PluginSubGroupPluginCategory.d.ts +110 -0
- package/dist/model/PluginSubGroupPluginCategory.d.ts.map +1 -0
- package/dist/model/PreviewAppRequest.d.ts +38 -0
- package/dist/model/PreviewAppRequest.d.ts.map +1 -0
- package/dist/model/PropertyBoolean.d.ts +49 -0
- package/dist/model/PropertyBoolean.d.ts.map +1 -0
- package/dist/model/PropertyDouble.d.ts +49 -0
- package/dist/model/PropertyDouble.d.ts.map +1 -0
- package/dist/model/PropertyDuration.d.ts +49 -0
- package/dist/model/PropertyDuration.d.ts.map +1 -0
- package/dist/model/PropertyListString.d.ts +49 -0
- package/dist/model/PropertyListString.d.ts.map +1 -0
- package/dist/model/PropertyObject.d.ts +49 -0
- package/dist/model/PropertyObject.d.ts.map +1 -0
- package/dist/model/PropertyString.d.ts +49 -0
- package/dist/model/PropertyString.d.ts.map +1 -0
- package/dist/model/QueryFilter.d.ts +45 -0
- package/dist/model/QueryFilter.d.ts.map +1 -0
- package/dist/model/QueryFilterField.d.ts +134 -0
- package/dist/model/QueryFilterField.d.ts.map +1 -0
- package/dist/model/QueryFilterOp.d.ts +104 -0
- package/dist/model/QueryFilterOp.d.ts.map +1 -0
- package/dist/model/RBACServiceRoleAssignmentRoleOrigin.d.ts +38 -0
- package/dist/model/RBACServiceRoleAssignmentRoleOrigin.d.ts.map +1 -0
- package/dist/model/Relation.d.ts +41 -0
- package/dist/model/Relation.d.ts.map +1 -0
- package/dist/model/RelationType.d.ts +68 -0
- package/dist/model/RelationType.d.ts.map +1 -0
- package/dist/model/ResourceType.d.ts +85 -0
- package/dist/model/ResourceType.d.ts.map +1 -0
- package/dist/model/ResourceType1.d.ts +194 -0
- package/dist/model/ResourceType1.d.ts.map +1 -0
- package/dist/model/ResourceTypeSchemaExtensionConfiguration.d.ts +40 -0
- package/dist/model/ResourceTypeSchemaExtensionConfiguration.d.ts.map +1 -0
- package/dist/model/RightSidebarConfiguration.d.ts +40 -0
- package/dist/model/RightSidebarConfiguration.d.ts.map +1 -0
- package/dist/model/RightSidebarConfigurationCustomLink.d.ts +40 -0
- package/dist/model/RightSidebarConfigurationCustomLink.d.ts.map +1 -0
- package/dist/model/Role.d.ts +67 -0
- package/dist/model/Role.d.ts.map +1 -0
- package/dist/model/RoleUsage.d.ts +37 -0
- package/dist/model/RoleUsage.d.ts.map +1 -0
- package/dist/model/SLA.d.ts +60 -0
- package/dist/model/SLA.d.ts.map +1 -0
- package/dist/model/SLABehavior.d.ts +44 -0
- package/dist/model/SLABehavior.d.ts.map +1 -0
- package/dist/model/SLALabels.d.ts +48 -0
- package/dist/model/SLALabels.d.ts.map +1 -0
- package/dist/model/SLAType.d.ts +38 -0
- package/dist/model/SLAType.d.ts.map +1 -0
- package/dist/model/Schema.d.ts +62 -0
- package/dist/model/Schema.d.ts.map +1 -0
- package/dist/model/SchemaAttribute.d.ts +88 -0
- package/dist/model/SchemaAttribute.d.ts.map +1 -0
- package/dist/model/SchemaAttributeMutability.d.ts +50 -0
- package/dist/model/SchemaAttributeMutability.d.ts.map +1 -0
- package/dist/model/SchemaAttributeReturned.d.ts +50 -0
- package/dist/model/SchemaAttributeReturned.d.ts.map +1 -0
- package/dist/model/SchemaAttributeType.d.ts +74 -0
- package/dist/model/SchemaAttributeType.d.ts.map +1 -0
- package/dist/model/SchemaAttributeUniqueness.d.ts +44 -0
- package/dist/model/SchemaAttributeUniqueness.d.ts.map +1 -0
- package/dist/model/SchemaType.d.ts +74 -0
- package/dist/model/SchemaType.d.ts.map +1 -0
- package/dist/model/ScimExtension.d.ts +37 -0
- package/dist/model/ScimExtension.d.ts.map +1 -0
- package/dist/model/ScimResource.d.ts +69 -0
- package/dist/model/ScimResource.d.ts.map +1 -0
- package/dist/model/ScimResourceWithOptionalId.d.ts +70 -0
- package/dist/model/ScimResourceWithOptionalId.d.ts.map +1 -0
- package/dist/model/ScimUser.d.ts +89 -0
- package/dist/model/ScimUser.d.ts.map +1 -0
- package/dist/model/SearchRequest.d.ts +71 -0
- package/dist/model/SearchRequest.d.ts.map +1 -0
- package/dist/model/SearchResultFlow.d.ts +41 -0
- package/dist/model/SearchResultFlow.d.ts.map +1 -0
- package/dist/model/SecurityIntegrationType.d.ts +32 -0
- package/dist/model/SecurityIntegrationType.d.ts.map +1 -0
- package/dist/model/ServerConfig.d.ts +54 -0
- package/dist/model/ServerConfig.d.ts.map +1 -0
- package/dist/model/ServerConfigLiveness.d.ts +62 -0
- package/dist/model/ServerConfigLiveness.d.ts.map +1 -0
- package/dist/model/ServerInstance.d.ts +56 -0
- package/dist/model/ServerInstance.d.ts.map +1 -0
- package/dist/model/ServerInstanceType.d.ts +38 -0
- package/dist/model/ServerInstanceType.d.ts.map +1 -0
- package/dist/model/ServiceInstance.d.ts +73 -0
- package/dist/model/ServiceInstance.d.ts.map +1 -0
- package/dist/model/ServiceInstanceTimestampedEvent.d.ts +47 -0
- package/dist/model/ServiceInstanceTimestampedEvent.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfiguration.d.ts +97 -0
- package/dist/model/ServiceProviderConfiguration.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfigurationAuthenticationSchema.d.ts +50 -0
- package/dist/model/ServiceProviderConfigurationAuthenticationSchema.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.d.ts +56 -0
- package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfigurationBulkConfiguration.d.ts +43 -0
- package/dist/model/ServiceProviderConfigurationBulkConfiguration.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfigurationFilterConfiguration.d.ts +40 -0
- package/dist/model/ServiceProviderConfigurationFilterConfiguration.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfigurationSupportedConfiguration.d.ts +37 -0
- package/dist/model/ServiceProviderConfigurationSupportedConfiguration.d.ts.map +1 -0
- package/dist/model/ServiceServiceState.d.ts +86 -0
- package/dist/model/ServiceServiceState.d.ts.map +1 -0
- package/dist/model/ServiceType.d.ts +62 -0
- package/dist/model/ServiceType.d.ts.map +1 -0
- package/dist/model/SetAppsCatalogLogoRequest.d.ts +40 -0
- package/dist/model/SetAppsCatalogLogoRequest.d.ts.map +1 -0
- package/dist/model/SetupConfiguration.d.ts +55 -0
- package/dist/model/SetupConfiguration.d.ts.map +1 -0
- package/dist/model/SetupConfigurationSetupData.d.ts +44 -0
- package/dist/model/SetupConfigurationSetupData.d.ts.map +1 -0
- package/dist/model/SortOrder.d.ts +38 -0
- package/dist/model/SortOrder.d.ts.map +1 -0
- package/dist/model/SortRequest.d.ts +42 -0
- package/dist/model/SortRequest.d.ts.map +1 -0
- package/dist/model/State.d.ts +61 -0
- package/dist/model/State.d.ts.map +1 -0
- package/dist/model/StateHistory.d.ts +50 -0
- package/dist/model/StateHistory.d.ts.map +1 -0
- package/dist/model/StateType.d.ts +128 -0
- package/dist/model/StateType.d.ts.map +1 -0
- package/dist/model/Task.d.ts +92 -0
- package/dist/model/Task.d.ts.map +1 -0
- package/dist/model/TaskFixture.d.ts +58 -0
- package/dist/model/TaskFixture.d.ts.map +1 -0
- package/dist/model/TaskForExecution.d.ts +68 -0
- package/dist/model/TaskForExecution.d.ts.map +1 -0
- package/dist/model/TaskRun.d.ts +91 -0
- package/dist/model/TaskRun.d.ts.map +1 -0
- package/dist/model/TaskRunAttempt.d.ts +53 -0
- package/dist/model/TaskRunAttempt.d.ts.map +1 -0
- package/dist/model/Tenant.d.ts +90 -0
- package/dist/model/Tenant.d.ts.map +1 -0
- package/dist/model/TenantAppCatalogConfig.d.ts +43 -0
- package/dist/model/TenantAppCatalogConfig.d.ts.map +1 -0
- package/dist/model/TenantControllerAppsCatalogConfigRequest.d.ts +43 -0
- package/dist/model/TenantControllerAppsCatalogConfigRequest.d.ts.map +1 -0
- package/dist/model/TenantControllerAppsCatalogConfigResponse.d.ts +46 -0
- package/dist/model/TenantControllerAppsCatalogConfigResponse.d.ts.map +1 -0
- package/dist/model/TenantInterface.d.ts +37 -0
- package/dist/model/TenantInterface.d.ts.map +1 -0
- package/dist/model/TenantUsage.d.ts +37 -0
- package/dist/model/TenantUsage.d.ts.map +1 -0
- package/dist/model/TestState.d.ts +50 -0
- package/dist/model/TestState.d.ts.map +1 -0
- package/dist/model/TestSuite.d.ts +73 -0
- package/dist/model/TestSuite.d.ts.map +1 -0
- package/dist/model/TestSuiteControllerRunRequest.d.ts +37 -0
- package/dist/model/TestSuiteControllerRunRequest.d.ts.map +1 -0
- package/dist/model/TestSuiteControllerSearchTestsLastResult.d.ts +40 -0
- package/dist/model/TestSuiteControllerSearchTestsLastResult.d.ts.map +1 -0
- package/dist/model/TestSuiteControllerTestSuiteApiId.d.ts +50 -0
- package/dist/model/TestSuiteControllerTestSuiteApiId.d.ts.map +1 -0
- package/dist/model/TestSuiteControllerTestSuiteBulkRequest.d.ts +49 -0
- package/dist/model/TestSuiteControllerTestSuiteBulkRequest.d.ts.map +1 -0
- package/dist/model/TestSuiteControllerTestsLastResultResponse.d.ts +40 -0
- package/dist/model/TestSuiteControllerTestsLastResultResponse.d.ts.map +1 -0
- package/dist/model/TestSuiteRunResult.d.ts +77 -0
- package/dist/model/TestSuiteRunResult.d.ts.map +1 -0
- package/dist/model/TestSuiteServiceRunByQueryRequest.d.ts +55 -0
- package/dist/model/TestSuiteServiceRunByQueryRequest.d.ts.map +1 -0
- package/dist/model/TestSuiteServiceTestRunByQueryResult.d.ts +53 -0
- package/dist/model/TestSuiteServiceTestRunByQueryResult.d.ts.map +1 -0
- package/dist/model/TheLabelsToPassToTheExecutionCreated.d.ts +48 -0
- package/dist/model/TheLabelsToPassToTheExecutionCreated.d.ts.map +1 -0
- package/dist/model/TimeWindow.d.ts +40 -0
- package/dist/model/TimeWindow.d.ts.map +1 -0
- package/dist/model/Trigger.d.ts +90 -0
- package/dist/model/Trigger.d.ts.map +1 -0
- package/dist/model/TriggerContext.d.ts +77 -0
- package/dist/model/TriggerContext.d.ts.map +1 -0
- package/dist/model/TriggerControllerSetDisabledRequest.d.ts +53 -0
- package/dist/model/TriggerControllerSetDisabledRequest.d.ts.map +1 -0
- package/dist/model/TriggerControllerTriggers.d.ts +42 -0
- package/dist/model/TriggerControllerTriggers.d.ts.map +1 -0
- package/dist/model/TriggerFixture.d.ts +53 -0
- package/dist/model/TriggerFixture.d.ts.map +1 -0
- package/dist/model/Type.d.ts +140 -0
- package/dist/model/Type.d.ts.map +1 -0
- package/dist/model/UnitTest.d.ts +67 -0
- package/dist/model/UnitTest.d.ts.map +1 -0
- package/dist/model/UnitTestResult.d.ts +75 -0
- package/dist/model/UnitTestResult.d.ts.map +1 -0
- package/dist/model/UploadVersionedPluginsRequest.d.ts +49 -0
- package/dist/model/UploadVersionedPluginsRequest.d.ts.map +1 -0
- package/dist/model/UsageEE.d.ts +58 -0
- package/dist/model/UsageEE.d.ts.map +1 -0
- package/dist/model/UserGroup.d.ts +47 -0
- package/dist/model/UserGroup.d.ts.map +1 -0
- package/dist/model/UserGroupType.d.ts +38 -0
- package/dist/model/UserGroupType.d.ts.map +1 -0
- package/dist/model/UserType.d.ts +38 -0
- package/dist/model/UserType.d.ts.map +1 -0
- package/dist/model/UserUsage.d.ts +58 -0
- package/dist/model/UserUsage.d.ts.map +1 -0
- package/dist/model/UsernamePasswordCredentials.d.ts +56 -0
- package/dist/model/UsernamePasswordCredentials.d.ts.map +1 -0
- package/dist/model/ValidateConstraintViolation.d.ts +67 -0
- package/dist/model/ValidateConstraintViolation.d.ts.map +1 -0
- package/dist/model/ValuePathExpression.d.ts +41 -0
- package/dist/model/ValuePathExpression.d.ts.map +1 -0
- package/dist/model/WorkerGroup.d.ts +41 -0
- package/dist/model/WorkerGroup.d.ts.map +1 -0
- package/dist/model/WorkerGroupFallback.d.ts +44 -0
- package/dist/model/WorkerGroupFallback.d.ts.map +1 -0
- package/dist/model/WorkerTaskRestartStrategy.d.ts +44 -0
- package/dist/model/WorkerTaskRestartStrategy.d.ts.map +1 -0
- package/package.json +24 -32
- package/dist/ApiClient.js +0 -704
- package/dist/KestraClient.js +0 -97
- package/dist/api/AIApi.js +0 -85
- package/dist/api/AppsApi.js +0 -1017
- package/dist/api/AuditLogsApi.js +0 -421
- package/dist/api/AuthsApi.js +0 -236
- package/dist/api/BannersApi.js +0 -184
- package/dist/api/BindingsApi.js +0 -269
- package/dist/api/BlueprintTagsApi.js +0 -134
- package/dist/api/BlueprintsApi.js +0 -528
- package/dist/api/ClusterApi.js +0 -102
- package/dist/api/DashboardsApi.js +0 -535
- package/dist/api/DefaultApi.js +0 -274
- package/dist/api/ExecutionsApi.js +0 -2992
- package/dist/api/FilesApi.js +0 -471
- package/dist/api/FlowsApi.js +0 -1509
- package/dist/api/GroupsApi.js +0 -567
- package/dist/api/InvitationsApi.js +0 -300
- package/dist/api/KVApi.js +0 -321
- package/dist/api/LogsApi.js +0 -371
- package/dist/api/MaintenanceApi.js +0 -102
- package/dist/api/MetricsApi.js +0 -393
- package/dist/api/MiscApi.js +0 -384
- package/dist/api/NamespacesApi.js +0 -657
- package/dist/api/PluginsApi.js +0 -813
- package/dist/api/RolesApi.js +0 -352
- package/dist/api/SCIMConfigurationApi.js +0 -264
- package/dist/api/SCIMGroupsApi.js +0 -423
- package/dist/api/SCIMUsersApi.js +0 -423
- package/dist/api/SecurityIntegrationsApi.js +0 -290
- package/dist/api/ServiceAccountApi.js +0 -451
- package/dist/api/ServicesApi.js +0 -164
- package/dist/api/TenantAccessApi.js +0 -268
- package/dist/api/TenantsApi.js +0 -325
- package/dist/api/TestSuitesApi.js +0 -711
- package/dist/api/TriggersApi.js +0 -885
- package/dist/api/UsersApi.js +0 -1010
- package/dist/api/WorkerGroupsApi.js +0 -224
- package/dist/index.js +0 -2953
- package/dist/model/AbstractFlow.js +0 -264
- package/dist/model/AbstractFlowLabels.js +0 -158
- package/dist/model/AbstractGraph.js +0 -110
- package/dist/model/AbstractGraphBranchType.js +0 -63
- package/dist/model/AbstractMetricEntryObject.js +0 -162
- package/dist/model/AbstractTrigger.js +0 -264
- package/dist/model/AbstractTriggerForExecution.js +0 -138
- package/dist/model/AbstractUser.js +0 -277
- package/dist/model/AbstractUserTenantIdentityProvider.js +0 -186
- package/dist/model/Action.js +0 -68
- package/dist/model/ApiAuth.js +0 -140
- package/dist/model/ApiAutocomplete.js +0 -109
- package/dist/model/ApiGroupSummary.js +0 -126
- package/dist/model/ApiIds.js +0 -112
- package/dist/model/ApiPatchSuperAdminRequest.js +0 -108
- package/dist/model/ApiRoleSummary.js +0 -146
- package/dist/model/ApiSecretListResponse.js +0 -150
- package/dist/model/ApiSecretMeta.js +0 -112
- package/dist/model/ApiSecretMetaEE.js +0 -166
- package/dist/model/ApiSecretTag.js +0 -126
- package/dist/model/ApiSecretValue.js +0 -172
- package/dist/model/ApiTenant.js +0 -337
- package/dist/model/ApiTenantSummary.js +0 -126
- package/dist/model/ApiUser.js +0 -361
- package/dist/model/AppResponse.js +0 -142
- package/dist/model/AppResponseUILayout.js +0 -112
- package/dist/model/AppsControllerApiApp.js +0 -212
- package/dist/model/AppsControllerApiAppCatalogItem.js +0 -168
- package/dist/model/AppsControllerApiAppSource.js +0 -198
- package/dist/model/AppsControllerApiAppTags.js +0 -112
- package/dist/model/AppsControllerApiBulkImportResponse.js +0 -144
- package/dist/model/AppsControllerApiBulkImportResponseError.js +0 -126
- package/dist/model/AppsControllerApiBulkOperationRequest.js +0 -112
- package/dist/model/Assertion.js +0 -325
- package/dist/model/AssertionResult.js +0 -184
- package/dist/model/AssertionRunError.js +0 -126
- package/dist/model/AttributeReference.js +0 -149
- package/dist/model/AuditLog.js +0 -285
- package/dist/model/AuditLogControllerApiAuditLogItem.js +0 -130
- package/dist/model/AuditLogControllerAuditLogDiff.js +0 -126
- package/dist/model/AuditLogControllerAuditLogOption.js +0 -136
- package/dist/model/AuditLogControllerFindRequest.js +0 -130
- package/dist/model/AuditLogDetail.js +0 -142
- package/dist/model/AuthControllerAuth.js +0 -105
- package/dist/model/AuthControllerInvitationUserRequest.js +0 -140
- package/dist/model/AuthControllerResetPasswordRequest.js +0 -126
- package/dist/model/Backfill.js +0 -180
- package/dist/model/Banner.js +0 -169
- package/dist/model/BannerType.js +0 -63
- package/dist/model/BaseAuditLog.js +0 -215
- package/dist/model/BaseResourcePatchRequest.js +0 -89
- package/dist/model/BaseResourceScimResource.js +0 -89
- package/dist/model/BaseResourceSearchRequest.js +0 -89
- package/dist/model/Binding.js +0 -175
- package/dist/model/BindingType.js +0 -58
- package/dist/model/Blueprint.js +0 -188
- package/dist/model/BlueprintControllerApiBlueprintItem.js +0 -178
- package/dist/model/BlueprintControllerApiBlueprintItemWithSource.js +0 -229
- package/dist/model/BlueprintControllerApiBlueprintTagItem.js +0 -136
- package/dist/model/BlueprintControllerKind.js +0 -63
- package/dist/model/BlueprintWithFlow.js +0 -236
- package/dist/model/Breakpoint.js +0 -124
- package/dist/model/BulkErrorResponse.js +0 -97
- package/dist/model/BulkResponse.js +0 -85
- package/dist/model/Cache.js +0 -120
- package/dist/model/ChartChartOption.js +0 -134
- package/dist/model/ChartFiltersOverrides.js +0 -164
- package/dist/model/Concurrency.js +0 -119
- package/dist/model/ConcurrencyBehavior.js +0 -63
- package/dist/model/Condition.js +0 -112
- package/dist/model/ConversionServiceProvider.js +0 -108
- package/dist/model/ConvertibleMultiValuesString.js +0 -139
- package/dist/model/ConvertibleValuesListString.js +0 -126
- package/dist/model/CreateApiTokenRequest.js +0 -150
- package/dist/model/CreateApiTokenResponse.js +0 -140
- package/dist/model/CreateSecurityIntegrationRequest.js +0 -140
- package/dist/model/CrudEventType.js +0 -93
- package/dist/model/DailyExecutionStatistics.js +0 -154
- package/dist/model/DailyExecutionStatisticsDuration.js +0 -164
- package/dist/model/DailyExecutionStatisticsExecutionCounts.js +0 -197
- package/dist/model/Dashboard.js +0 -180
- package/dist/model/DashboardControllerPreviewRequest.js +0 -126
- package/dist/model/DeleteExecutionsByQueryRequest.js +0 -111
- package/dist/model/DeletedInterface.js +0 -85
- package/dist/model/DependsOn.js +0 -101
- package/dist/model/DocumentationWithSchema.js +0 -103
- package/dist/model/EditionProviderEdition.js +0 -58
- package/dist/model/Email.js +0 -110
- package/dist/model/EventAppResponse.js +0 -139
- package/dist/model/EventExecution.js +0 -139
- package/dist/model/EventExecutionStatusEvent.js +0 -139
- package/dist/model/EventLogEntry.js +0 -139
- package/dist/model/ExecutableTaskSubflowId.js +0 -134
- package/dist/model/Execution.js +0 -427
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponse.js +0 -158
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.js +0 -176
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.js +0 -112
- package/dist/model/ExecutionControllerEvalResult.js +0 -113
- package/dist/model/ExecutionControllerExecutionResponse.js +0 -527
- package/dist/model/ExecutionControllerLastExecutionResponse.js +0 -161
- package/dist/model/ExecutionControllerSetLabelsByIdsRequest.js +0 -144
- package/dist/model/ExecutionControllerStateRequest.js +0 -123
- package/dist/model/ExecutionControllerWebhookResponse.js +0 -254
- package/dist/model/ExecutionKind.js +0 -63
- package/dist/model/ExecutionMetadata.js +0 -118
- package/dist/model/ExecutionRepositoryInterfaceChildFilter.js +0 -58
- package/dist/model/ExecutionRepositoryInterfaceFlowFilter.js +0 -126
- package/dist/model/ExecutionStatusEvent.js +0 -170
- package/dist/model/ExecutionTrigger.js +0 -152
- package/dist/model/ExecutionUsage.js +0 -139
- package/dist/model/FileAttributes.js +0 -132
- package/dist/model/FileAttributesFileType.js +0 -58
- package/dist/model/FileMetas.js +0 -108
- package/dist/model/Filter.js +0 -120
- package/dist/model/Fixtures.js +0 -144
- package/dist/model/Flow.js +0 -605
- package/dist/model/FlowAllOfLabels.js +0 -158
- package/dist/model/FlowControllerTaskValidationType.js +0 -58
- package/dist/model/FlowForExecution.js +0 -463
- package/dist/model/FlowForExecutionAllOfLabels.js +0 -158
- package/dist/model/FlowGenerationPrompt.js +0 -140
- package/dist/model/FlowGraph.js +0 -208
- package/dist/model/FlowGraphCluster.js +0 -170
- package/dist/model/FlowGraphEdge.js +0 -142
- package/dist/model/FlowId.js +0 -121
- package/dist/model/FlowInterface.js +0 -362
- package/dist/model/FlowNode.js +0 -140
- package/dist/model/FlowRelation.js +0 -58
- package/dist/model/FlowScope.js +0 -58
- package/dist/model/FlowTopologyGraph.js +0 -162
- package/dist/model/FlowTopologyGraphEdge.js +0 -137
- package/dist/model/FlowUsage.js +0 -123
- package/dist/model/FlowWithSource.js +0 -699
- package/dist/model/FlowWithSourceAllOfLabels.js +0 -158
- package/dist/model/GroupIdentifier.js +0 -147
- package/dist/model/GroupIdentifierMembership.js +0 -58
- package/dist/model/GroupUsage.js +0 -85
- package/dist/model/HttpParameters.js +0 -152
- package/dist/model/IAMBindingControllerApiBindingDetail.js +0 -179
- package/dist/model/IAMBindingControllerApiBindingGroup.js +0 -126
- package/dist/model/IAMBindingControllerApiBindingUser.js +0 -151
- package/dist/model/IAMBindingControllerApiCreateBindingRequest.js +0 -149
- package/dist/model/IAMBindingControllerApiRole.js +0 -126
- package/dist/model/IAMGroupControllerApiCreateGroupRequest.js +0 -140
- package/dist/model/IAMGroupControllerApiGroupDetail.js +0 -140
- package/dist/model/IAMGroupControllerApiGroupMember.js +0 -172
- package/dist/model/IAMGroupControllerApiGroupMembership.js +0 -147
- package/dist/model/IAMGroupControllerApiUpdateGroupRequest.js +0 -129
- package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.js +0 -178
- package/dist/model/IAMInvitationControllerApiInvitationDetail.js +0 -269
- package/dist/model/IAMInvitationControllerApiInvitationRole.js +0 -126
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.js +0 -152
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.js +0 -365
- package/dist/model/IAMRoleControllerApiRoleDetail.js +0 -176
- package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.js +0 -151
- package/dist/model/IAMServiceAccountControllerApiGroup.js +0 -112
- package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.js +0 -127
- package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.js +0 -186
- package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.js +0 -169
- package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.js +0 -186
- package/dist/model/IAMTenantAccessControllerApiAuthentication.js +0 -126
- package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.js +0 -112
- package/dist/model/IAMTenantAccessControllerApiGroup.js +0 -136
- package/dist/model/IAMTenantAccessControllerApiRoleAssignment.js +0 -197
- package/dist/model/IAMTenantAccessControllerApiTenantAccess.js +0 -228
- package/dist/model/IAMTenantAccessControllerApiUserPermission.js +0 -124
- package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.js +0 -218
- package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.js +0 -139
- package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.js +0 -202
- package/dist/model/IAMUserControllerApiGroup.js +0 -126
- package/dist/model/IAMUserControllerApiPatchRestrictedRequest.js +0 -108
- package/dist/model/IAMUserControllerApiPatchSuperAdminRequest.js +0 -108
- package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.js +0 -112
- package/dist/model/IAMUserControllerApiTenant.js +0 -126
- package/dist/model/IAMUserControllerApiUser.js +0 -298
- package/dist/model/IAMUserControllerApiUserAuth.js +0 -140
- package/dist/model/IAMUserControllerApiUserSummary.js +0 -214
- package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.js +0 -112
- package/dist/model/IdWithNamespace.js +0 -101
- package/dist/model/IdentityProvider.js +0 -152
- package/dist/model/InputObject.js +0 -195
- package/dist/model/InputType.js +0 -126
- package/dist/model/InstanceControllerApiActiveService.js +0 -119
- package/dist/model/InstanceControllerApiActiveServiceList.js +0 -140
- package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.js +0 -143
- package/dist/model/InstanceControllerApiPluginArtifact.js +0 -168
- package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.js +0 -122
- package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.js +0 -122
- package/dist/model/InstanceControllerApiPluginListRequest.js +0 -112
- package/dist/model/InstanceControllerApiPluginVersionDetails.js +0 -214
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.js +0 -126
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.js +0 -144
- package/dist/model/InstanceControllerApiPluginVersions.js +0 -158
- package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.js +0 -128
- package/dist/model/InstanceControllerApiServerInstance.js +0 -151
- package/dist/model/InstanceControllerApiServiceInstance.js +0 -170
- package/dist/model/InstanceControllerApiWorkerGroup.js +0 -158
- package/dist/model/InstanceControllerApiWorkerGroupDetails.js +0 -191
- package/dist/model/InstanceControllerApiWorkerGroupItem.js +0 -155
- package/dist/model/InstanceControllerApiWorkerGroupList.js +0 -132
- package/dist/model/Invitation.js +0 -282
- package/dist/model/InvitationInvitationStatus.js +0 -63
- package/dist/model/Isolation.js +0 -123
- package/dist/model/KVControllerApiDeleteBulkRequest.js +0 -112
- package/dist/model/KVControllerApiDeleteBulkResponse.js +0 -112
- package/dist/model/KVControllerTypedValue.js +0 -119
- package/dist/model/KVEntry.js +0 -152
- package/dist/model/KVType.js +0 -83
- package/dist/model/Label.js +0 -126
- package/dist/model/LeftSidebarConfiguration.js +0 -89
- package/dist/model/Level.js +0 -73
- package/dist/model/Listener.js +0 -176
- package/dist/model/LogEntry.js +0 -250
- package/dist/model/MapObjectObject.js +0 -85
- package/dist/model/MeControllerApiMe.js +0 -212
- package/dist/model/MeControllerApiProfile.js +0 -154
- package/dist/model/MeControllerApiTenant.js +0 -140
- package/dist/model/MeControllerApiUpdatePasswordRequest.js +0 -126
- package/dist/model/MeControllerApiUserDetailsRequest.js +0 -140
- package/dist/model/Meta.js +0 -129
- package/dist/model/Metric.js +0 -196
- package/dist/model/MetricAggregation.js +0 -132
- package/dist/model/MetricAggregations.js +0 -144
- package/dist/model/MetricEntry.js +0 -239
- package/dist/model/MetricTag.js +0 -126
- package/dist/model/MiscControllerApiUsage.js +0 -105
- package/dist/model/MiscControllerBasicAuthCredentials.js +0 -140
- package/dist/model/MiscControllerConfiguration.js +0 -291
- package/dist/model/MiscControllerEEConfiguration.js +0 -548
- package/dist/model/MiscControllerEdition.js +0 -58
- package/dist/model/MiscControllerEnvironment.js +0 -126
- package/dist/model/MiscControllerLicenseInfo.js +0 -162
- package/dist/model/MiscControllerPluginIdAndVersion.js +0 -126
- package/dist/model/MiscControllerPreview.js +0 -118
- package/dist/model/MiscControllerTenantConfigurationInfo.js +0 -118
- package/dist/model/Name.js +0 -102
- package/dist/model/Namespace.js +0 -355
- package/dist/model/NamespaceAllowedNamespace.js +0 -112
- package/dist/model/NamespaceAllowedTrigger.js +0 -126
- package/dist/model/NamespaceLight.js +0 -122
- package/dist/model/Output.js +0 -165
- package/dist/model/PageRequest.js +0 -93
- package/dist/model/PagedResultsApiGroupSummary.js +0 -140
- package/dist/model/PagedResultsApiRoleSummary.js +0 -140
- package/dist/model/PagedResultsAppsControllerApiApp.js +0 -140
- package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.js +0 -140
- package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.js +0 -140
- package/dist/model/PagedResultsBlueprint.js +0 -140
- package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.js +0 -140
- package/dist/model/PagedResultsDashboard.js +0 -140
- package/dist/model/PagedResultsExecution.js +0 -140
- package/dist/model/PagedResultsFlow.js +0 -140
- package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.js +0 -140
- package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.js +0 -140
- package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.js +0 -140
- package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.js +0 -140
- package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.js +0 -140
- package/dist/model/PagedResultsIAMUserControllerApiUserSummary.js +0 -140
- package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.js +0 -140
- package/dist/model/PagedResultsInstanceControllerApiServiceInstance.js +0 -140
- package/dist/model/PagedResultsLogEntry.js +0 -140
- package/dist/model/PagedResultsMapStringObject.js +0 -124
- package/dist/model/PagedResultsMetricEntry.js +0 -140
- package/dist/model/PagedResultsNamespace.js +0 -140
- package/dist/model/PagedResultsSearchResultFlow.js +0 -140
- package/dist/model/PagedResultsTaskRun.js +0 -140
- package/dist/model/PagedResultsTenant.js +0 -140
- package/dist/model/PagedResultsTestSuite.js +0 -140
- package/dist/model/PagedResultsTestSuiteRunResult.js +0 -140
- package/dist/model/PagedResultsTrigger.js +0 -140
- package/dist/model/PagedResultsTriggerControllerTriggers.js +0 -140
- package/dist/model/PatchOperation.js +0 -108
- package/dist/model/PatchOperationPath.js +0 -114
- package/dist/model/PatchOperationType.js +0 -63
- package/dist/model/PatchRequest.js +0 -132
- package/dist/model/Permission.js +0 -168
- package/dist/model/Plugin.js +0 -630
- package/dist/model/PluginArtifact.js +0 -182
- package/dist/model/PluginArtifactMetadata.js +0 -156
- package/dist/model/PluginControllerApiPluginVersions.js +0 -126
- package/dist/model/PluginDefault.js +0 -134
- package/dist/model/PluginIcon.js +0 -109
- package/dist/model/PluginPluginElementMetadata.js +0 -122
- package/dist/model/PluginSchema.js +0 -107
- package/dist/model/PluginSubGroupPluginCategory.js +0 -118
- package/dist/model/PreviewAppRequest.js +0 -91
- package/dist/model/PropertyBoolean.js +0 -120
- package/dist/model/PropertyDouble.js +0 -120
- package/dist/model/PropertyDuration.js +0 -124
- package/dist/model/PropertyListString.js +0 -124
- package/dist/model/PropertyObject.js +0 -120
- package/dist/model/PropertyString.js +0 -124
- package/dist/model/QueryFilter.js +0 -130
- package/dist/model/QueryFilterField.js +0 -128
- package/dist/model/QueryFilterFieldOp.js +0 -158
- package/dist/model/QueryFilterOp.js +0 -113
- package/dist/model/QueryFilterOperation.js +0 -126
- package/dist/model/QueryFilterResourceField.js +0 -144
- package/dist/model/RBACServiceRoleAssignmentRoleOrigin.js +0 -58
- package/dist/model/Relation.js +0 -123
- package/dist/model/RelationType.js +0 -83
- package/dist/model/ResourceType.js +0 -341
- package/dist/model/ResourceType1.js +0 -168
- package/dist/model/ResourceTypeSchemaExtensionConfiguration.js +0 -97
- package/dist/model/RightSidebarConfiguration.js +0 -88
- package/dist/model/RightSidebarConfigurationCustomLink.js +0 -126
- package/dist/model/Role.js +0 -186
- package/dist/model/RoleUsage.js +0 -85
- package/dist/model/SLA.js +0 -148
- package/dist/model/SLABehavior.js +0 -63
- package/dist/model/SLAType.js +0 -58
- package/dist/model/Schema.js +0 -180
- package/dist/model/SchemaAttribute.js +0 -274
- package/dist/model/SchemaAttributeMutability.js +0 -68
- package/dist/model/SchemaAttributeReturned.js +0 -68
- package/dist/model/SchemaAttributeType.js +0 -88
- package/dist/model/SchemaAttributeUniqueness.js +0 -63
- package/dist/model/SchemaType.js +0 -88
- package/dist/model/ScimExtension.js +0 -89
- package/dist/model/ScimResource.js +0 -197
- package/dist/model/ScimResourceWithOptionalId.js +0 -230
- package/dist/model/ScimUser.js +0 -338
- package/dist/model/SearchRequest.js +0 -241
- package/dist/model/SearchResultFlow.js +0 -128
- package/dist/model/SecurityIntegrationType.js +0 -53
- package/dist/model/ServerConfig.js +0 -138
- package/dist/model/ServerConfigLiveness.js +0 -169
- package/dist/model/ServerInstance.js +0 -195
- package/dist/model/ServerInstanceType.js +0 -58
- package/dist/model/ServiceInstance.js +0 -272
- package/dist/model/ServiceInstanceTimestampedEvent.js +0 -147
- package/dist/model/ServiceProviderConfiguration.js +0 -386
- package/dist/model/ServiceProviderConfigurationAuthenticationSchema.js +0 -134
- package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.js +0 -73
- package/dist/model/ServiceProviderConfigurationBulkConfiguration.js +0 -111
- package/dist/model/ServiceProviderConfigurationFilterConfiguration.js +0 -103
- package/dist/model/ServiceProviderConfigurationSupportedConfiguration.js +0 -85
- package/dist/model/ServiceServiceState.js +0 -98
- package/dist/model/ServiceType.js +0 -78
- package/dist/model/SetupConfiguration.js +0 -170
- package/dist/model/SetupConfigurationSetupData.js +0 -142
- package/dist/model/SortOrder.js +0 -58
- package/dist/model/SortRequest.js +0 -100
- package/dist/model/State.js +0 -167
- package/dist/model/StateHistory.js +0 -119
- package/dist/model/StateType.js +0 -123
- package/dist/model/Task.js +0 -253
- package/dist/model/TaskFixture.js +0 -157
- package/dist/model/TaskForExecution.js +0 -211
- package/dist/model/TaskRun.js +0 -296
- package/dist/model/TaskRunAttempt.js +0 -168
- package/dist/model/Tenant.js +0 -265
- package/dist/model/TenantInterface.js +0 -89
- package/dist/model/TenantUsage.js +0 -85
- package/dist/model/TestState.js +0 -68
- package/dist/model/TestSuite.js +0 -212
- package/dist/model/TestSuiteControllerRunRequest.js +0 -112
- package/dist/model/TestSuiteControllerSearchTestsLastResult.js +0 -130
- package/dist/model/TestSuiteControllerTestSuiteApiId.js +0 -126
- package/dist/model/TestSuiteControllerTestSuiteBulkRequest.js +0 -130
- package/dist/model/TestSuiteControllerTestsLastResultResponse.js +0 -130
- package/dist/model/TestSuiteRunResult.js +0 -217
- package/dist/model/TestSuiteServiceRunByQueryRequest.js +0 -138
- package/dist/model/TestSuiteServiceTestRunByQueryResult.js +0 -180
- package/dist/model/TheLabelsToPassToTheExecutionCreated.js +0 -158
- package/dist/model/TimeWindow.js +0 -101
- package/dist/model/Trigger.js +0 -287
- package/dist/model/TriggerContext.js +0 -205
- package/dist/model/TriggerControllerSetDisabledRequest.js +0 -140
- package/dist/model/TriggerControllerTriggers.js +0 -130
- package/dist/model/TriggerFixture.js +0 -136
- package/dist/model/Type.js +0 -143
- package/dist/model/UnitTest.js +0 -192
- package/dist/model/UnitTestResult.js +0 -245
- package/dist/model/UpdateFlow200Response.js +0 -261
- package/dist/model/UpdateFlowsInNamespaceFromJson200Response.js +0 -141
- package/dist/model/UsageEE.js +0 -175
- package/dist/model/UserGroup.js +0 -122
- package/dist/model/UserGroupType.js +0 -58
- package/dist/model/UserType.js +0 -58
- package/dist/model/UserUsage.js +0 -138
- package/dist/model/UsernamePasswordCredentials.js +0 -150
- package/dist/model/ValidateConstraintViolation.js +0 -202
- package/dist/model/ValuePathExpression.js +0 -122
- package/dist/model/WorkerGroup.js +0 -98
- package/dist/model/WorkerGroupFallback.js +0 -63
- package/dist/model/WorkerTaskRestartStrategy.js +0 -63
package/dist/model/Plugin.js
DELETED
|
@@ -1,630 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
-
var _PluginPluginElementMetadata = _interopRequireDefault(require("./PluginPluginElementMetadata"));
|
|
9
|
-
var _PluginSubGroupPluginCategory = _interopRequireDefault(require("./PluginSubGroupPluginCategory"));
|
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
11
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
12
|
-
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
|
13
|
-
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
14
|
-
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
15
|
-
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
16
|
-
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
17
|
-
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
18
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
19
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
20
|
-
* Kestra EE
|
|
21
|
-
* All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.<br/> Endpoints designated as Superadmin-only are not tenant-scoped.
|
|
22
|
-
*
|
|
23
|
-
* The version of the OpenAPI document: v1
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
27
|
-
* https://openapi-generator.tech
|
|
28
|
-
* Do not edit the class manually.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
/**
|
|
32
|
-
* The Plugin model module.
|
|
33
|
-
* @module model/Plugin
|
|
34
|
-
* @version 1.0.0
|
|
35
|
-
*/
|
|
36
|
-
var Plugin = /*#__PURE__*/function () {
|
|
37
|
-
/**
|
|
38
|
-
* Constructs a new <code>Plugin</code>.
|
|
39
|
-
* @alias module:model/Plugin
|
|
40
|
-
*/
|
|
41
|
-
function Plugin() {
|
|
42
|
-
_classCallCheck(this, Plugin);
|
|
43
|
-
Plugin.initialize(this);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Initializes the fields of this object.
|
|
48
|
-
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
49
|
-
* Only for internal use.
|
|
50
|
-
*/
|
|
51
|
-
return _createClass(Plugin, null, [{
|
|
52
|
-
key: "initialize",
|
|
53
|
-
value: function initialize(obj) {}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* Constructs a <code>Plugin</code> from a plain JavaScript object, optionally creating a new instance.
|
|
57
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
58
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
59
|
-
* @param {module:model/Plugin} obj Optional instance to populate.
|
|
60
|
-
* @return {module:model/Plugin} The populated <code>Plugin</code> instance.
|
|
61
|
-
*/
|
|
62
|
-
}, {
|
|
63
|
-
key: "constructFromObject",
|
|
64
|
-
value: function constructFromObject(data, obj) {
|
|
65
|
-
if (data) {
|
|
66
|
-
obj = obj || new Plugin();
|
|
67
|
-
if (data.hasOwnProperty('name')) {
|
|
68
|
-
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
69
|
-
}
|
|
70
|
-
if (data.hasOwnProperty('title')) {
|
|
71
|
-
obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
|
|
72
|
-
}
|
|
73
|
-
if (data.hasOwnProperty('description')) {
|
|
74
|
-
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
75
|
-
}
|
|
76
|
-
if (data.hasOwnProperty('license')) {
|
|
77
|
-
obj['license'] = _ApiClient["default"].convertToType(data['license'], 'String');
|
|
78
|
-
}
|
|
79
|
-
if (data.hasOwnProperty('longDescription')) {
|
|
80
|
-
obj['longDescription'] = _ApiClient["default"].convertToType(data['longDescription'], 'String');
|
|
81
|
-
}
|
|
82
|
-
if (data.hasOwnProperty('group')) {
|
|
83
|
-
obj['group'] = _ApiClient["default"].convertToType(data['group'], 'String');
|
|
84
|
-
}
|
|
85
|
-
if (data.hasOwnProperty('version')) {
|
|
86
|
-
obj['version'] = _ApiClient["default"].convertToType(data['version'], 'String');
|
|
87
|
-
}
|
|
88
|
-
if (data.hasOwnProperty('manifest')) {
|
|
89
|
-
obj['manifest'] = _ApiClient["default"].convertToType(data['manifest'], {
|
|
90
|
-
'String': 'String'
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
if (data.hasOwnProperty('guides')) {
|
|
94
|
-
obj['guides'] = _ApiClient["default"].convertToType(data['guides'], ['String']);
|
|
95
|
-
}
|
|
96
|
-
if (data.hasOwnProperty('aliases')) {
|
|
97
|
-
obj['aliases'] = _ApiClient["default"].convertToType(data['aliases'], ['String']);
|
|
98
|
-
}
|
|
99
|
-
if (data.hasOwnProperty('tasks')) {
|
|
100
|
-
obj['tasks'] = _ApiClient["default"].convertToType(data['tasks'], [_PluginPluginElementMetadata["default"]]);
|
|
101
|
-
}
|
|
102
|
-
if (data.hasOwnProperty('triggers')) {
|
|
103
|
-
obj['triggers'] = _ApiClient["default"].convertToType(data['triggers'], [_PluginPluginElementMetadata["default"]]);
|
|
104
|
-
}
|
|
105
|
-
if (data.hasOwnProperty('conditions')) {
|
|
106
|
-
obj['conditions'] = _ApiClient["default"].convertToType(data['conditions'], [_PluginPluginElementMetadata["default"]]);
|
|
107
|
-
}
|
|
108
|
-
if (data.hasOwnProperty('controllers')) {
|
|
109
|
-
obj['controllers'] = _ApiClient["default"].convertToType(data['controllers'], [_PluginPluginElementMetadata["default"]]);
|
|
110
|
-
}
|
|
111
|
-
if (data.hasOwnProperty('storages')) {
|
|
112
|
-
obj['storages'] = _ApiClient["default"].convertToType(data['storages'], [_PluginPluginElementMetadata["default"]]);
|
|
113
|
-
}
|
|
114
|
-
if (data.hasOwnProperty('secrets')) {
|
|
115
|
-
obj['secrets'] = _ApiClient["default"].convertToType(data['secrets'], [_PluginPluginElementMetadata["default"]]);
|
|
116
|
-
}
|
|
117
|
-
if (data.hasOwnProperty('taskRunners')) {
|
|
118
|
-
obj['taskRunners'] = _ApiClient["default"].convertToType(data['taskRunners'], [_PluginPluginElementMetadata["default"]]);
|
|
119
|
-
}
|
|
120
|
-
if (data.hasOwnProperty('apps')) {
|
|
121
|
-
obj['apps'] = _ApiClient["default"].convertToType(data['apps'], [_PluginPluginElementMetadata["default"]]);
|
|
122
|
-
}
|
|
123
|
-
if (data.hasOwnProperty('appBlocks')) {
|
|
124
|
-
obj['appBlocks'] = _ApiClient["default"].convertToType(data['appBlocks'], [_PluginPluginElementMetadata["default"]]);
|
|
125
|
-
}
|
|
126
|
-
if (data.hasOwnProperty('charts')) {
|
|
127
|
-
obj['charts'] = _ApiClient["default"].convertToType(data['charts'], [_PluginPluginElementMetadata["default"]]);
|
|
128
|
-
}
|
|
129
|
-
if (data.hasOwnProperty('dataFilters')) {
|
|
130
|
-
obj['dataFilters'] = _ApiClient["default"].convertToType(data['dataFilters'], [_PluginPluginElementMetadata["default"]]);
|
|
131
|
-
}
|
|
132
|
-
if (data.hasOwnProperty('dataFiltersKPI')) {
|
|
133
|
-
obj['dataFiltersKPI'] = _ApiClient["default"].convertToType(data['dataFiltersKPI'], [_PluginPluginElementMetadata["default"]]);
|
|
134
|
-
}
|
|
135
|
-
if (data.hasOwnProperty('logExporters')) {
|
|
136
|
-
obj['logExporters'] = _ApiClient["default"].convertToType(data['logExporters'], [_PluginPluginElementMetadata["default"]]);
|
|
137
|
-
}
|
|
138
|
-
if (data.hasOwnProperty('additionalPlugins')) {
|
|
139
|
-
obj['additionalPlugins'] = _ApiClient["default"].convertToType(data['additionalPlugins'], [_PluginPluginElementMetadata["default"]]);
|
|
140
|
-
}
|
|
141
|
-
if (data.hasOwnProperty('categories')) {
|
|
142
|
-
obj['categories'] = _ApiClient["default"].convertToType(data['categories'], [_PluginSubGroupPluginCategory["default"]]);
|
|
143
|
-
}
|
|
144
|
-
if (data.hasOwnProperty('subGroup')) {
|
|
145
|
-
obj['subGroup'] = _ApiClient["default"].convertToType(data['subGroup'], 'String');
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
return obj;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* Validates the JSON data with respect to <code>Plugin</code>.
|
|
153
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
154
|
-
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>Plugin</code>.
|
|
155
|
-
*/
|
|
156
|
-
}, {
|
|
157
|
-
key: "validateJSON",
|
|
158
|
-
value: function validateJSON(data) {
|
|
159
|
-
// ensure the json data is a string
|
|
160
|
-
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
161
|
-
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
162
|
-
}
|
|
163
|
-
// ensure the json data is a string
|
|
164
|
-
if (data['title'] && !(typeof data['title'] === 'string' || data['title'] instanceof String)) {
|
|
165
|
-
throw new Error("Expected the field `title` to be a primitive type in the JSON string but got " + data['title']);
|
|
166
|
-
}
|
|
167
|
-
// ensure the json data is a string
|
|
168
|
-
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
169
|
-
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
170
|
-
}
|
|
171
|
-
// ensure the json data is a string
|
|
172
|
-
if (data['license'] && !(typeof data['license'] === 'string' || data['license'] instanceof String)) {
|
|
173
|
-
throw new Error("Expected the field `license` to be a primitive type in the JSON string but got " + data['license']);
|
|
174
|
-
}
|
|
175
|
-
// ensure the json data is a string
|
|
176
|
-
if (data['longDescription'] && !(typeof data['longDescription'] === 'string' || data['longDescription'] instanceof String)) {
|
|
177
|
-
throw new Error("Expected the field `longDescription` to be a primitive type in the JSON string but got " + data['longDescription']);
|
|
178
|
-
}
|
|
179
|
-
// ensure the json data is a string
|
|
180
|
-
if (data['group'] && !(typeof data['group'] === 'string' || data['group'] instanceof String)) {
|
|
181
|
-
throw new Error("Expected the field `group` to be a primitive type in the JSON string but got " + data['group']);
|
|
182
|
-
}
|
|
183
|
-
// ensure the json data is a string
|
|
184
|
-
if (data['version'] && !(typeof data['version'] === 'string' || data['version'] instanceof String)) {
|
|
185
|
-
throw new Error("Expected the field `version` to be a primitive type in the JSON string but got " + data['version']);
|
|
186
|
-
}
|
|
187
|
-
// ensure the json data is an array
|
|
188
|
-
if (!Array.isArray(data['guides'])) {
|
|
189
|
-
throw new Error("Expected the field `guides` to be an array in the JSON data but got " + data['guides']);
|
|
190
|
-
}
|
|
191
|
-
// ensure the json data is an array
|
|
192
|
-
if (!Array.isArray(data['aliases'])) {
|
|
193
|
-
throw new Error("Expected the field `aliases` to be an array in the JSON data but got " + data['aliases']);
|
|
194
|
-
}
|
|
195
|
-
if (data['tasks']) {
|
|
196
|
-
// data not null
|
|
197
|
-
// ensure the json data is an array
|
|
198
|
-
if (!Array.isArray(data['tasks'])) {
|
|
199
|
-
throw new Error("Expected the field `tasks` to be an array in the JSON data but got " + data['tasks']);
|
|
200
|
-
}
|
|
201
|
-
// validate the optional field `tasks` (array)
|
|
202
|
-
var _iterator = _createForOfIteratorHelper(data['tasks']),
|
|
203
|
-
_step;
|
|
204
|
-
try {
|
|
205
|
-
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
206
|
-
var item = _step.value;
|
|
207
|
-
_PluginPluginElementMetadata["default"].validateJSON(item);
|
|
208
|
-
}
|
|
209
|
-
} catch (err) {
|
|
210
|
-
_iterator.e(err);
|
|
211
|
-
} finally {
|
|
212
|
-
_iterator.f();
|
|
213
|
-
}
|
|
214
|
-
;
|
|
215
|
-
}
|
|
216
|
-
if (data['triggers']) {
|
|
217
|
-
// data not null
|
|
218
|
-
// ensure the json data is an array
|
|
219
|
-
if (!Array.isArray(data['triggers'])) {
|
|
220
|
-
throw new Error("Expected the field `triggers` to be an array in the JSON data but got " + data['triggers']);
|
|
221
|
-
}
|
|
222
|
-
// validate the optional field `triggers` (array)
|
|
223
|
-
var _iterator2 = _createForOfIteratorHelper(data['triggers']),
|
|
224
|
-
_step2;
|
|
225
|
-
try {
|
|
226
|
-
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
227
|
-
var _item = _step2.value;
|
|
228
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item);
|
|
229
|
-
}
|
|
230
|
-
} catch (err) {
|
|
231
|
-
_iterator2.e(err);
|
|
232
|
-
} finally {
|
|
233
|
-
_iterator2.f();
|
|
234
|
-
}
|
|
235
|
-
;
|
|
236
|
-
}
|
|
237
|
-
if (data['conditions']) {
|
|
238
|
-
// data not null
|
|
239
|
-
// ensure the json data is an array
|
|
240
|
-
if (!Array.isArray(data['conditions'])) {
|
|
241
|
-
throw new Error("Expected the field `conditions` to be an array in the JSON data but got " + data['conditions']);
|
|
242
|
-
}
|
|
243
|
-
// validate the optional field `conditions` (array)
|
|
244
|
-
var _iterator3 = _createForOfIteratorHelper(data['conditions']),
|
|
245
|
-
_step3;
|
|
246
|
-
try {
|
|
247
|
-
for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
|
|
248
|
-
var _item2 = _step3.value;
|
|
249
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item2);
|
|
250
|
-
}
|
|
251
|
-
} catch (err) {
|
|
252
|
-
_iterator3.e(err);
|
|
253
|
-
} finally {
|
|
254
|
-
_iterator3.f();
|
|
255
|
-
}
|
|
256
|
-
;
|
|
257
|
-
}
|
|
258
|
-
if (data['controllers']) {
|
|
259
|
-
// data not null
|
|
260
|
-
// ensure the json data is an array
|
|
261
|
-
if (!Array.isArray(data['controllers'])) {
|
|
262
|
-
throw new Error("Expected the field `controllers` to be an array in the JSON data but got " + data['controllers']);
|
|
263
|
-
}
|
|
264
|
-
// validate the optional field `controllers` (array)
|
|
265
|
-
var _iterator4 = _createForOfIteratorHelper(data['controllers']),
|
|
266
|
-
_step4;
|
|
267
|
-
try {
|
|
268
|
-
for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {
|
|
269
|
-
var _item3 = _step4.value;
|
|
270
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item3);
|
|
271
|
-
}
|
|
272
|
-
} catch (err) {
|
|
273
|
-
_iterator4.e(err);
|
|
274
|
-
} finally {
|
|
275
|
-
_iterator4.f();
|
|
276
|
-
}
|
|
277
|
-
;
|
|
278
|
-
}
|
|
279
|
-
if (data['storages']) {
|
|
280
|
-
// data not null
|
|
281
|
-
// ensure the json data is an array
|
|
282
|
-
if (!Array.isArray(data['storages'])) {
|
|
283
|
-
throw new Error("Expected the field `storages` to be an array in the JSON data but got " + data['storages']);
|
|
284
|
-
}
|
|
285
|
-
// validate the optional field `storages` (array)
|
|
286
|
-
var _iterator5 = _createForOfIteratorHelper(data['storages']),
|
|
287
|
-
_step5;
|
|
288
|
-
try {
|
|
289
|
-
for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) {
|
|
290
|
-
var _item4 = _step5.value;
|
|
291
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item4);
|
|
292
|
-
}
|
|
293
|
-
} catch (err) {
|
|
294
|
-
_iterator5.e(err);
|
|
295
|
-
} finally {
|
|
296
|
-
_iterator5.f();
|
|
297
|
-
}
|
|
298
|
-
;
|
|
299
|
-
}
|
|
300
|
-
if (data['secrets']) {
|
|
301
|
-
// data not null
|
|
302
|
-
// ensure the json data is an array
|
|
303
|
-
if (!Array.isArray(data['secrets'])) {
|
|
304
|
-
throw new Error("Expected the field `secrets` to be an array in the JSON data but got " + data['secrets']);
|
|
305
|
-
}
|
|
306
|
-
// validate the optional field `secrets` (array)
|
|
307
|
-
var _iterator6 = _createForOfIteratorHelper(data['secrets']),
|
|
308
|
-
_step6;
|
|
309
|
-
try {
|
|
310
|
-
for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) {
|
|
311
|
-
var _item5 = _step6.value;
|
|
312
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item5);
|
|
313
|
-
}
|
|
314
|
-
} catch (err) {
|
|
315
|
-
_iterator6.e(err);
|
|
316
|
-
} finally {
|
|
317
|
-
_iterator6.f();
|
|
318
|
-
}
|
|
319
|
-
;
|
|
320
|
-
}
|
|
321
|
-
if (data['taskRunners']) {
|
|
322
|
-
// data not null
|
|
323
|
-
// ensure the json data is an array
|
|
324
|
-
if (!Array.isArray(data['taskRunners'])) {
|
|
325
|
-
throw new Error("Expected the field `taskRunners` to be an array in the JSON data but got " + data['taskRunners']);
|
|
326
|
-
}
|
|
327
|
-
// validate the optional field `taskRunners` (array)
|
|
328
|
-
var _iterator7 = _createForOfIteratorHelper(data['taskRunners']),
|
|
329
|
-
_step7;
|
|
330
|
-
try {
|
|
331
|
-
for (_iterator7.s(); !(_step7 = _iterator7.n()).done;) {
|
|
332
|
-
var _item6 = _step7.value;
|
|
333
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item6);
|
|
334
|
-
}
|
|
335
|
-
} catch (err) {
|
|
336
|
-
_iterator7.e(err);
|
|
337
|
-
} finally {
|
|
338
|
-
_iterator7.f();
|
|
339
|
-
}
|
|
340
|
-
;
|
|
341
|
-
}
|
|
342
|
-
if (data['apps']) {
|
|
343
|
-
// data not null
|
|
344
|
-
// ensure the json data is an array
|
|
345
|
-
if (!Array.isArray(data['apps'])) {
|
|
346
|
-
throw new Error("Expected the field `apps` to be an array in the JSON data but got " + data['apps']);
|
|
347
|
-
}
|
|
348
|
-
// validate the optional field `apps` (array)
|
|
349
|
-
var _iterator8 = _createForOfIteratorHelper(data['apps']),
|
|
350
|
-
_step8;
|
|
351
|
-
try {
|
|
352
|
-
for (_iterator8.s(); !(_step8 = _iterator8.n()).done;) {
|
|
353
|
-
var _item7 = _step8.value;
|
|
354
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item7);
|
|
355
|
-
}
|
|
356
|
-
} catch (err) {
|
|
357
|
-
_iterator8.e(err);
|
|
358
|
-
} finally {
|
|
359
|
-
_iterator8.f();
|
|
360
|
-
}
|
|
361
|
-
;
|
|
362
|
-
}
|
|
363
|
-
if (data['appBlocks']) {
|
|
364
|
-
// data not null
|
|
365
|
-
// ensure the json data is an array
|
|
366
|
-
if (!Array.isArray(data['appBlocks'])) {
|
|
367
|
-
throw new Error("Expected the field `appBlocks` to be an array in the JSON data but got " + data['appBlocks']);
|
|
368
|
-
}
|
|
369
|
-
// validate the optional field `appBlocks` (array)
|
|
370
|
-
var _iterator9 = _createForOfIteratorHelper(data['appBlocks']),
|
|
371
|
-
_step9;
|
|
372
|
-
try {
|
|
373
|
-
for (_iterator9.s(); !(_step9 = _iterator9.n()).done;) {
|
|
374
|
-
var _item8 = _step9.value;
|
|
375
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item8);
|
|
376
|
-
}
|
|
377
|
-
} catch (err) {
|
|
378
|
-
_iterator9.e(err);
|
|
379
|
-
} finally {
|
|
380
|
-
_iterator9.f();
|
|
381
|
-
}
|
|
382
|
-
;
|
|
383
|
-
}
|
|
384
|
-
if (data['charts']) {
|
|
385
|
-
// data not null
|
|
386
|
-
// ensure the json data is an array
|
|
387
|
-
if (!Array.isArray(data['charts'])) {
|
|
388
|
-
throw new Error("Expected the field `charts` to be an array in the JSON data but got " + data['charts']);
|
|
389
|
-
}
|
|
390
|
-
// validate the optional field `charts` (array)
|
|
391
|
-
var _iterator0 = _createForOfIteratorHelper(data['charts']),
|
|
392
|
-
_step0;
|
|
393
|
-
try {
|
|
394
|
-
for (_iterator0.s(); !(_step0 = _iterator0.n()).done;) {
|
|
395
|
-
var _item9 = _step0.value;
|
|
396
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item9);
|
|
397
|
-
}
|
|
398
|
-
} catch (err) {
|
|
399
|
-
_iterator0.e(err);
|
|
400
|
-
} finally {
|
|
401
|
-
_iterator0.f();
|
|
402
|
-
}
|
|
403
|
-
;
|
|
404
|
-
}
|
|
405
|
-
if (data['dataFilters']) {
|
|
406
|
-
// data not null
|
|
407
|
-
// ensure the json data is an array
|
|
408
|
-
if (!Array.isArray(data['dataFilters'])) {
|
|
409
|
-
throw new Error("Expected the field `dataFilters` to be an array in the JSON data but got " + data['dataFilters']);
|
|
410
|
-
}
|
|
411
|
-
// validate the optional field `dataFilters` (array)
|
|
412
|
-
var _iterator1 = _createForOfIteratorHelper(data['dataFilters']),
|
|
413
|
-
_step1;
|
|
414
|
-
try {
|
|
415
|
-
for (_iterator1.s(); !(_step1 = _iterator1.n()).done;) {
|
|
416
|
-
var _item0 = _step1.value;
|
|
417
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item0);
|
|
418
|
-
}
|
|
419
|
-
} catch (err) {
|
|
420
|
-
_iterator1.e(err);
|
|
421
|
-
} finally {
|
|
422
|
-
_iterator1.f();
|
|
423
|
-
}
|
|
424
|
-
;
|
|
425
|
-
}
|
|
426
|
-
if (data['dataFiltersKPI']) {
|
|
427
|
-
// data not null
|
|
428
|
-
// ensure the json data is an array
|
|
429
|
-
if (!Array.isArray(data['dataFiltersKPI'])) {
|
|
430
|
-
throw new Error("Expected the field `dataFiltersKPI` to be an array in the JSON data but got " + data['dataFiltersKPI']);
|
|
431
|
-
}
|
|
432
|
-
// validate the optional field `dataFiltersKPI` (array)
|
|
433
|
-
var _iterator10 = _createForOfIteratorHelper(data['dataFiltersKPI']),
|
|
434
|
-
_step10;
|
|
435
|
-
try {
|
|
436
|
-
for (_iterator10.s(); !(_step10 = _iterator10.n()).done;) {
|
|
437
|
-
var _item1 = _step10.value;
|
|
438
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item1);
|
|
439
|
-
}
|
|
440
|
-
} catch (err) {
|
|
441
|
-
_iterator10.e(err);
|
|
442
|
-
} finally {
|
|
443
|
-
_iterator10.f();
|
|
444
|
-
}
|
|
445
|
-
;
|
|
446
|
-
}
|
|
447
|
-
if (data['logExporters']) {
|
|
448
|
-
// data not null
|
|
449
|
-
// ensure the json data is an array
|
|
450
|
-
if (!Array.isArray(data['logExporters'])) {
|
|
451
|
-
throw new Error("Expected the field `logExporters` to be an array in the JSON data but got " + data['logExporters']);
|
|
452
|
-
}
|
|
453
|
-
// validate the optional field `logExporters` (array)
|
|
454
|
-
var _iterator11 = _createForOfIteratorHelper(data['logExporters']),
|
|
455
|
-
_step11;
|
|
456
|
-
try {
|
|
457
|
-
for (_iterator11.s(); !(_step11 = _iterator11.n()).done;) {
|
|
458
|
-
var _item10 = _step11.value;
|
|
459
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item10);
|
|
460
|
-
}
|
|
461
|
-
} catch (err) {
|
|
462
|
-
_iterator11.e(err);
|
|
463
|
-
} finally {
|
|
464
|
-
_iterator11.f();
|
|
465
|
-
}
|
|
466
|
-
;
|
|
467
|
-
}
|
|
468
|
-
if (data['additionalPlugins']) {
|
|
469
|
-
// data not null
|
|
470
|
-
// ensure the json data is an array
|
|
471
|
-
if (!Array.isArray(data['additionalPlugins'])) {
|
|
472
|
-
throw new Error("Expected the field `additionalPlugins` to be an array in the JSON data but got " + data['additionalPlugins']);
|
|
473
|
-
}
|
|
474
|
-
// validate the optional field `additionalPlugins` (array)
|
|
475
|
-
var _iterator12 = _createForOfIteratorHelper(data['additionalPlugins']),
|
|
476
|
-
_step12;
|
|
477
|
-
try {
|
|
478
|
-
for (_iterator12.s(); !(_step12 = _iterator12.n()).done;) {
|
|
479
|
-
var _item11 = _step12.value;
|
|
480
|
-
_PluginPluginElementMetadata["default"].validateJSON(_item11);
|
|
481
|
-
}
|
|
482
|
-
} catch (err) {
|
|
483
|
-
_iterator12.e(err);
|
|
484
|
-
} finally {
|
|
485
|
-
_iterator12.f();
|
|
486
|
-
}
|
|
487
|
-
;
|
|
488
|
-
}
|
|
489
|
-
// ensure the json data is an array
|
|
490
|
-
if (!Array.isArray(data['categories'])) {
|
|
491
|
-
throw new Error("Expected the field `categories` to be an array in the JSON data but got " + data['categories']);
|
|
492
|
-
}
|
|
493
|
-
// ensure the json data is a string
|
|
494
|
-
if (data['subGroup'] && !(typeof data['subGroup'] === 'string' || data['subGroup'] instanceof String)) {
|
|
495
|
-
throw new Error("Expected the field `subGroup` to be a primitive type in the JSON string but got " + data['subGroup']);
|
|
496
|
-
}
|
|
497
|
-
return true;
|
|
498
|
-
}
|
|
499
|
-
}]);
|
|
500
|
-
}();
|
|
501
|
-
/**
|
|
502
|
-
* @member {String} name
|
|
503
|
-
*/
|
|
504
|
-
Plugin.prototype['name'] = undefined;
|
|
505
|
-
|
|
506
|
-
/**
|
|
507
|
-
* @member {String} title
|
|
508
|
-
*/
|
|
509
|
-
Plugin.prototype['title'] = undefined;
|
|
510
|
-
|
|
511
|
-
/**
|
|
512
|
-
* @member {String} description
|
|
513
|
-
*/
|
|
514
|
-
Plugin.prototype['description'] = undefined;
|
|
515
|
-
|
|
516
|
-
/**
|
|
517
|
-
* @member {String} license
|
|
518
|
-
*/
|
|
519
|
-
Plugin.prototype['license'] = undefined;
|
|
520
|
-
|
|
521
|
-
/**
|
|
522
|
-
* @member {String} longDescription
|
|
523
|
-
*/
|
|
524
|
-
Plugin.prototype['longDescription'] = undefined;
|
|
525
|
-
|
|
526
|
-
/**
|
|
527
|
-
* @member {String} group
|
|
528
|
-
*/
|
|
529
|
-
Plugin.prototype['group'] = undefined;
|
|
530
|
-
|
|
531
|
-
/**
|
|
532
|
-
* @member {String} version
|
|
533
|
-
*/
|
|
534
|
-
Plugin.prototype['version'] = undefined;
|
|
535
|
-
|
|
536
|
-
/**
|
|
537
|
-
* @member {Object.<String, String>} manifest
|
|
538
|
-
*/
|
|
539
|
-
Plugin.prototype['manifest'] = undefined;
|
|
540
|
-
|
|
541
|
-
/**
|
|
542
|
-
* @member {Array.<String>} guides
|
|
543
|
-
*/
|
|
544
|
-
Plugin.prototype['guides'] = undefined;
|
|
545
|
-
|
|
546
|
-
/**
|
|
547
|
-
* @member {Array.<String>} aliases
|
|
548
|
-
*/
|
|
549
|
-
Plugin.prototype['aliases'] = undefined;
|
|
550
|
-
|
|
551
|
-
/**
|
|
552
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} tasks
|
|
553
|
-
*/
|
|
554
|
-
Plugin.prototype['tasks'] = undefined;
|
|
555
|
-
|
|
556
|
-
/**
|
|
557
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} triggers
|
|
558
|
-
*/
|
|
559
|
-
Plugin.prototype['triggers'] = undefined;
|
|
560
|
-
|
|
561
|
-
/**
|
|
562
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} conditions
|
|
563
|
-
*/
|
|
564
|
-
Plugin.prototype['conditions'] = undefined;
|
|
565
|
-
|
|
566
|
-
/**
|
|
567
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} controllers
|
|
568
|
-
*/
|
|
569
|
-
Plugin.prototype['controllers'] = undefined;
|
|
570
|
-
|
|
571
|
-
/**
|
|
572
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} storages
|
|
573
|
-
*/
|
|
574
|
-
Plugin.prototype['storages'] = undefined;
|
|
575
|
-
|
|
576
|
-
/**
|
|
577
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} secrets
|
|
578
|
-
*/
|
|
579
|
-
Plugin.prototype['secrets'] = undefined;
|
|
580
|
-
|
|
581
|
-
/**
|
|
582
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} taskRunners
|
|
583
|
-
*/
|
|
584
|
-
Plugin.prototype['taskRunners'] = undefined;
|
|
585
|
-
|
|
586
|
-
/**
|
|
587
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} apps
|
|
588
|
-
*/
|
|
589
|
-
Plugin.prototype['apps'] = undefined;
|
|
590
|
-
|
|
591
|
-
/**
|
|
592
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} appBlocks
|
|
593
|
-
*/
|
|
594
|
-
Plugin.prototype['appBlocks'] = undefined;
|
|
595
|
-
|
|
596
|
-
/**
|
|
597
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} charts
|
|
598
|
-
*/
|
|
599
|
-
Plugin.prototype['charts'] = undefined;
|
|
600
|
-
|
|
601
|
-
/**
|
|
602
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} dataFilters
|
|
603
|
-
*/
|
|
604
|
-
Plugin.prototype['dataFilters'] = undefined;
|
|
605
|
-
|
|
606
|
-
/**
|
|
607
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} dataFiltersKPI
|
|
608
|
-
*/
|
|
609
|
-
Plugin.prototype['dataFiltersKPI'] = undefined;
|
|
610
|
-
|
|
611
|
-
/**
|
|
612
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} logExporters
|
|
613
|
-
*/
|
|
614
|
-
Plugin.prototype['logExporters'] = undefined;
|
|
615
|
-
|
|
616
|
-
/**
|
|
617
|
-
* @member {Array.<module:model/PluginPluginElementMetadata>} additionalPlugins
|
|
618
|
-
*/
|
|
619
|
-
Plugin.prototype['additionalPlugins'] = undefined;
|
|
620
|
-
|
|
621
|
-
/**
|
|
622
|
-
* @member {Array.<module:model/PluginSubGroupPluginCategory>} categories
|
|
623
|
-
*/
|
|
624
|
-
Plugin.prototype['categories'] = undefined;
|
|
625
|
-
|
|
626
|
-
/**
|
|
627
|
-
* @member {String} subGroup
|
|
628
|
-
*/
|
|
629
|
-
Plugin.prototype['subGroup'] = undefined;
|
|
630
|
-
var _default = exports["default"] = Plugin;
|