@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
|
@@ -1,126 +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
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
9
|
-
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); }
|
|
10
|
-
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; } } }; }
|
|
11
|
-
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; } }
|
|
12
|
-
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; }
|
|
13
|
-
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
14
|
-
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); } }
|
|
15
|
-
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
16
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
|
-
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); } /**
|
|
18
|
-
* Kestra EE
|
|
19
|
-
* All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.<br/> Endpoints designated as Superadmin-only are not tenant-scoped.
|
|
20
|
-
*
|
|
21
|
-
* The version of the OpenAPI document: v1
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
25
|
-
* https://openapi-generator.tech
|
|
26
|
-
* Do not edit the class manually.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
/**
|
|
30
|
-
* The IAMBindingControllerApiRole model module.
|
|
31
|
-
* @module model/IAMBindingControllerApiRole
|
|
32
|
-
* @version 1.0.0
|
|
33
|
-
*/
|
|
34
|
-
var IAMBindingControllerApiRole = /*#__PURE__*/function () {
|
|
35
|
-
/**
|
|
36
|
-
* Constructs a new <code>IAMBindingControllerApiRole</code>.
|
|
37
|
-
* @alias module:model/IAMBindingControllerApiRole
|
|
38
|
-
* @param id {String}
|
|
39
|
-
* @param name {String}
|
|
40
|
-
*/
|
|
41
|
-
function IAMBindingControllerApiRole(id, name) {
|
|
42
|
-
_classCallCheck(this, IAMBindingControllerApiRole);
|
|
43
|
-
IAMBindingControllerApiRole.initialize(this, id, name);
|
|
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(IAMBindingControllerApiRole, null, [{
|
|
52
|
-
key: "initialize",
|
|
53
|
-
value: function initialize(obj, id, name) {
|
|
54
|
-
obj['id'] = id;
|
|
55
|
-
obj['name'] = name;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* Constructs a <code>IAMBindingControllerApiRole</code> from a plain JavaScript object, optionally creating a new instance.
|
|
60
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
61
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
62
|
-
* @param {module:model/IAMBindingControllerApiRole} obj Optional instance to populate.
|
|
63
|
-
* @return {module:model/IAMBindingControllerApiRole} The populated <code>IAMBindingControllerApiRole</code> instance.
|
|
64
|
-
*/
|
|
65
|
-
}, {
|
|
66
|
-
key: "constructFromObject",
|
|
67
|
-
value: function constructFromObject(data, obj) {
|
|
68
|
-
if (data) {
|
|
69
|
-
obj = obj || new IAMBindingControllerApiRole();
|
|
70
|
-
if (data.hasOwnProperty('id')) {
|
|
71
|
-
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
|
|
72
|
-
}
|
|
73
|
-
if (data.hasOwnProperty('name')) {
|
|
74
|
-
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
return obj;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Validates the JSON data with respect to <code>IAMBindingControllerApiRole</code>.
|
|
82
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
83
|
-
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>IAMBindingControllerApiRole</code>.
|
|
84
|
-
*/
|
|
85
|
-
}, {
|
|
86
|
-
key: "validateJSON",
|
|
87
|
-
value: function validateJSON(data) {
|
|
88
|
-
// check to make sure all required properties are present in the JSON string
|
|
89
|
-
var _iterator = _createForOfIteratorHelper(IAMBindingControllerApiRole.RequiredProperties),
|
|
90
|
-
_step;
|
|
91
|
-
try {
|
|
92
|
-
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
93
|
-
var property = _step.value;
|
|
94
|
-
if (!data.hasOwnProperty(property)) {
|
|
95
|
-
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
// ensure the json data is a string
|
|
99
|
-
} catch (err) {
|
|
100
|
-
_iterator.e(err);
|
|
101
|
-
} finally {
|
|
102
|
-
_iterator.f();
|
|
103
|
-
}
|
|
104
|
-
if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
|
|
105
|
-
throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
|
|
106
|
-
}
|
|
107
|
-
// ensure the json data is a string
|
|
108
|
-
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
109
|
-
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
110
|
-
}
|
|
111
|
-
return true;
|
|
112
|
-
}
|
|
113
|
-
}]);
|
|
114
|
-
}();
|
|
115
|
-
IAMBindingControllerApiRole.RequiredProperties = ["id", "name"];
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* @member {String} id
|
|
119
|
-
*/
|
|
120
|
-
IAMBindingControllerApiRole.prototype['id'] = undefined;
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
* @member {String} name
|
|
124
|
-
*/
|
|
125
|
-
IAMBindingControllerApiRole.prototype['name'] = undefined;
|
|
126
|
-
var _default = exports["default"] = IAMBindingControllerApiRole;
|
|
@@ -1,140 +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
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
9
|
-
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); }
|
|
10
|
-
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; } } }; }
|
|
11
|
-
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; } }
|
|
12
|
-
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; }
|
|
13
|
-
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
14
|
-
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); } }
|
|
15
|
-
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
16
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
|
-
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); } /**
|
|
18
|
-
* Kestra EE
|
|
19
|
-
* All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.<br/> Endpoints designated as Superadmin-only are not tenant-scoped.
|
|
20
|
-
*
|
|
21
|
-
* The version of the OpenAPI document: v1
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
25
|
-
* https://openapi-generator.tech
|
|
26
|
-
* Do not edit the class manually.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
/**
|
|
30
|
-
* The IAMGroupControllerApiCreateGroupRequest model module.
|
|
31
|
-
* @module model/IAMGroupControllerApiCreateGroupRequest
|
|
32
|
-
* @version 1.0.0
|
|
33
|
-
*/
|
|
34
|
-
var IAMGroupControllerApiCreateGroupRequest = /*#__PURE__*/function () {
|
|
35
|
-
/**
|
|
36
|
-
* Constructs a new <code>IAMGroupControllerApiCreateGroupRequest</code>.
|
|
37
|
-
* @alias module:model/IAMGroupControllerApiCreateGroupRequest
|
|
38
|
-
* @param name {String}
|
|
39
|
-
* @param description {String}
|
|
40
|
-
* @param membersId {Array.<String>}
|
|
41
|
-
*/
|
|
42
|
-
function IAMGroupControllerApiCreateGroupRequest(name, description, membersId) {
|
|
43
|
-
_classCallCheck(this, IAMGroupControllerApiCreateGroupRequest);
|
|
44
|
-
IAMGroupControllerApiCreateGroupRequest.initialize(this, name, description, membersId);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Initializes the fields of this object.
|
|
49
|
-
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
50
|
-
* Only for internal use.
|
|
51
|
-
*/
|
|
52
|
-
return _createClass(IAMGroupControllerApiCreateGroupRequest, null, [{
|
|
53
|
-
key: "initialize",
|
|
54
|
-
value: function initialize(obj, name, description, membersId) {
|
|
55
|
-
obj['name'] = name;
|
|
56
|
-
obj['description'] = description;
|
|
57
|
-
obj['membersId'] = membersId;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* Constructs a <code>IAMGroupControllerApiCreateGroupRequest</code> from a plain JavaScript object, optionally creating a new instance.
|
|
62
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
63
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
64
|
-
* @param {module:model/IAMGroupControllerApiCreateGroupRequest} obj Optional instance to populate.
|
|
65
|
-
* @return {module:model/IAMGroupControllerApiCreateGroupRequest} The populated <code>IAMGroupControllerApiCreateGroupRequest</code> instance.
|
|
66
|
-
*/
|
|
67
|
-
}, {
|
|
68
|
-
key: "constructFromObject",
|
|
69
|
-
value: function constructFromObject(data, obj) {
|
|
70
|
-
if (data) {
|
|
71
|
-
obj = obj || new IAMGroupControllerApiCreateGroupRequest();
|
|
72
|
-
if (data.hasOwnProperty('name')) {
|
|
73
|
-
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
74
|
-
}
|
|
75
|
-
if (data.hasOwnProperty('description')) {
|
|
76
|
-
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
77
|
-
}
|
|
78
|
-
if (data.hasOwnProperty('membersId')) {
|
|
79
|
-
obj['membersId'] = _ApiClient["default"].convertToType(data['membersId'], ['String']);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
return obj;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
* Validates the JSON data with respect to <code>IAMGroupControllerApiCreateGroupRequest</code>.
|
|
87
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
88
|
-
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>IAMGroupControllerApiCreateGroupRequest</code>.
|
|
89
|
-
*/
|
|
90
|
-
}, {
|
|
91
|
-
key: "validateJSON",
|
|
92
|
-
value: function validateJSON(data) {
|
|
93
|
-
// check to make sure all required properties are present in the JSON string
|
|
94
|
-
var _iterator = _createForOfIteratorHelper(IAMGroupControllerApiCreateGroupRequest.RequiredProperties),
|
|
95
|
-
_step;
|
|
96
|
-
try {
|
|
97
|
-
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
98
|
-
var property = _step.value;
|
|
99
|
-
if (!data.hasOwnProperty(property)) {
|
|
100
|
-
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
// ensure the json data is a string
|
|
104
|
-
} catch (err) {
|
|
105
|
-
_iterator.e(err);
|
|
106
|
-
} finally {
|
|
107
|
-
_iterator.f();
|
|
108
|
-
}
|
|
109
|
-
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
110
|
-
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
111
|
-
}
|
|
112
|
-
// ensure the json data is a string
|
|
113
|
-
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
114
|
-
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
115
|
-
}
|
|
116
|
-
// ensure the json data is an array
|
|
117
|
-
if (!Array.isArray(data['membersId'])) {
|
|
118
|
-
throw new Error("Expected the field `membersId` to be an array in the JSON data but got " + data['membersId']);
|
|
119
|
-
}
|
|
120
|
-
return true;
|
|
121
|
-
}
|
|
122
|
-
}]);
|
|
123
|
-
}();
|
|
124
|
-
IAMGroupControllerApiCreateGroupRequest.RequiredProperties = ["name", "description", "membersId"];
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* @member {String} name
|
|
128
|
-
*/
|
|
129
|
-
IAMGroupControllerApiCreateGroupRequest.prototype['name'] = undefined;
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
* @member {String} description
|
|
133
|
-
*/
|
|
134
|
-
IAMGroupControllerApiCreateGroupRequest.prototype['description'] = undefined;
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* @member {Array.<String>} membersId
|
|
138
|
-
*/
|
|
139
|
-
IAMGroupControllerApiCreateGroupRequest.prototype['membersId'] = undefined;
|
|
140
|
-
var _default = exports["default"] = IAMGroupControllerApiCreateGroupRequest;
|
|
@@ -1,140 +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
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
9
|
-
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); }
|
|
10
|
-
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; } } }; }
|
|
11
|
-
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; } }
|
|
12
|
-
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; }
|
|
13
|
-
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
14
|
-
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); } }
|
|
15
|
-
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
16
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
|
-
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); } /**
|
|
18
|
-
* Kestra EE
|
|
19
|
-
* All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.<br/> Endpoints designated as Superadmin-only are not tenant-scoped.
|
|
20
|
-
*
|
|
21
|
-
* The version of the OpenAPI document: v1
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
25
|
-
* https://openapi-generator.tech
|
|
26
|
-
* Do not edit the class manually.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
/**
|
|
30
|
-
* The IAMGroupControllerApiGroupDetail model module.
|
|
31
|
-
* @module model/IAMGroupControllerApiGroupDetail
|
|
32
|
-
* @version 1.0.0
|
|
33
|
-
*/
|
|
34
|
-
var IAMGroupControllerApiGroupDetail = /*#__PURE__*/function () {
|
|
35
|
-
/**
|
|
36
|
-
* Constructs a new <code>IAMGroupControllerApiGroupDetail</code>.
|
|
37
|
-
* @alias module:model/IAMGroupControllerApiGroupDetail
|
|
38
|
-
* @param id {String}
|
|
39
|
-
* @param name {String}
|
|
40
|
-
* @param description {String}
|
|
41
|
-
*/
|
|
42
|
-
function IAMGroupControllerApiGroupDetail(id, name, description) {
|
|
43
|
-
_classCallCheck(this, IAMGroupControllerApiGroupDetail);
|
|
44
|
-
IAMGroupControllerApiGroupDetail.initialize(this, id, name, description);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Initializes the fields of this object.
|
|
49
|
-
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
50
|
-
* Only for internal use.
|
|
51
|
-
*/
|
|
52
|
-
return _createClass(IAMGroupControllerApiGroupDetail, null, [{
|
|
53
|
-
key: "initialize",
|
|
54
|
-
value: function initialize(obj, id, name, description) {
|
|
55
|
-
obj['id'] = id;
|
|
56
|
-
obj['name'] = name;
|
|
57
|
-
obj['description'] = description;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* Constructs a <code>IAMGroupControllerApiGroupDetail</code> from a plain JavaScript object, optionally creating a new instance.
|
|
62
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
63
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
64
|
-
* @param {module:model/IAMGroupControllerApiGroupDetail} obj Optional instance to populate.
|
|
65
|
-
* @return {module:model/IAMGroupControllerApiGroupDetail} The populated <code>IAMGroupControllerApiGroupDetail</code> instance.
|
|
66
|
-
*/
|
|
67
|
-
}, {
|
|
68
|
-
key: "constructFromObject",
|
|
69
|
-
value: function constructFromObject(data, obj) {
|
|
70
|
-
if (data) {
|
|
71
|
-
obj = obj || new IAMGroupControllerApiGroupDetail();
|
|
72
|
-
if (data.hasOwnProperty('id')) {
|
|
73
|
-
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
|
|
74
|
-
}
|
|
75
|
-
if (data.hasOwnProperty('name')) {
|
|
76
|
-
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
77
|
-
}
|
|
78
|
-
if (data.hasOwnProperty('description')) {
|
|
79
|
-
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
return obj;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
* Validates the JSON data with respect to <code>IAMGroupControllerApiGroupDetail</code>.
|
|
87
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
88
|
-
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>IAMGroupControllerApiGroupDetail</code>.
|
|
89
|
-
*/
|
|
90
|
-
}, {
|
|
91
|
-
key: "validateJSON",
|
|
92
|
-
value: function validateJSON(data) {
|
|
93
|
-
// check to make sure all required properties are present in the JSON string
|
|
94
|
-
var _iterator = _createForOfIteratorHelper(IAMGroupControllerApiGroupDetail.RequiredProperties),
|
|
95
|
-
_step;
|
|
96
|
-
try {
|
|
97
|
-
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
98
|
-
var property = _step.value;
|
|
99
|
-
if (!data.hasOwnProperty(property)) {
|
|
100
|
-
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
// ensure the json data is a string
|
|
104
|
-
} catch (err) {
|
|
105
|
-
_iterator.e(err);
|
|
106
|
-
} finally {
|
|
107
|
-
_iterator.f();
|
|
108
|
-
}
|
|
109
|
-
if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
|
|
110
|
-
throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
|
|
111
|
-
}
|
|
112
|
-
// ensure the json data is a string
|
|
113
|
-
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
114
|
-
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
115
|
-
}
|
|
116
|
-
// ensure the json data is a string
|
|
117
|
-
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
118
|
-
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
119
|
-
}
|
|
120
|
-
return true;
|
|
121
|
-
}
|
|
122
|
-
}]);
|
|
123
|
-
}();
|
|
124
|
-
IAMGroupControllerApiGroupDetail.RequiredProperties = ["id", "name", "description"];
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* @member {String} id
|
|
128
|
-
*/
|
|
129
|
-
IAMGroupControllerApiGroupDetail.prototype['id'] = undefined;
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
* @member {String} name
|
|
133
|
-
*/
|
|
134
|
-
IAMGroupControllerApiGroupDetail.prototype['name'] = undefined;
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* @member {String} description
|
|
138
|
-
*/
|
|
139
|
-
IAMGroupControllerApiGroupDetail.prototype['description'] = undefined;
|
|
140
|
-
var _default = exports["default"] = IAMGroupControllerApiGroupDetail;
|
|
@@ -1,172 +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 _IAMGroupControllerApiGroupMembership = _interopRequireDefault(require("./IAMGroupControllerApiGroupMembership"));
|
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
|
-
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); }
|
|
11
|
-
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; } } }; }
|
|
12
|
-
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; } }
|
|
13
|
-
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; }
|
|
14
|
-
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
15
|
-
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); } }
|
|
16
|
-
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
17
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
18
|
-
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); } /**
|
|
19
|
-
* Kestra EE
|
|
20
|
-
* 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.
|
|
21
|
-
*
|
|
22
|
-
* The version of the OpenAPI document: v1
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
26
|
-
* https://openapi-generator.tech
|
|
27
|
-
* Do not edit the class manually.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
/**
|
|
31
|
-
* The IAMGroupControllerApiGroupMember model module.
|
|
32
|
-
* @module model/IAMGroupControllerApiGroupMember
|
|
33
|
-
* @version 1.0.0
|
|
34
|
-
*/
|
|
35
|
-
var IAMGroupControllerApiGroupMember = /*#__PURE__*/function () {
|
|
36
|
-
/**
|
|
37
|
-
* Constructs a new <code>IAMGroupControllerApiGroupMember</code>.
|
|
38
|
-
* @alias module:model/IAMGroupControllerApiGroupMember
|
|
39
|
-
* @param id {String}
|
|
40
|
-
* @param username {String}
|
|
41
|
-
* @param displayName {String}
|
|
42
|
-
* @param groups {Array.<module:model/IAMGroupControllerApiGroupMembership>}
|
|
43
|
-
*/
|
|
44
|
-
function IAMGroupControllerApiGroupMember(id, username, displayName, groups) {
|
|
45
|
-
_classCallCheck(this, IAMGroupControllerApiGroupMember);
|
|
46
|
-
IAMGroupControllerApiGroupMember.initialize(this, id, username, displayName, groups);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Initializes the fields of this object.
|
|
51
|
-
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
52
|
-
* Only for internal use.
|
|
53
|
-
*/
|
|
54
|
-
return _createClass(IAMGroupControllerApiGroupMember, null, [{
|
|
55
|
-
key: "initialize",
|
|
56
|
-
value: function initialize(obj, id, username, displayName, groups) {
|
|
57
|
-
obj['id'] = id;
|
|
58
|
-
obj['username'] = username;
|
|
59
|
-
obj['displayName'] = displayName;
|
|
60
|
-
obj['groups'] = groups;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* Constructs a <code>IAMGroupControllerApiGroupMember</code> from a plain JavaScript object, optionally creating a new instance.
|
|
65
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
66
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
67
|
-
* @param {module:model/IAMGroupControllerApiGroupMember} obj Optional instance to populate.
|
|
68
|
-
* @return {module:model/IAMGroupControllerApiGroupMember} The populated <code>IAMGroupControllerApiGroupMember</code> instance.
|
|
69
|
-
*/
|
|
70
|
-
}, {
|
|
71
|
-
key: "constructFromObject",
|
|
72
|
-
value: function constructFromObject(data, obj) {
|
|
73
|
-
if (data) {
|
|
74
|
-
obj = obj || new IAMGroupControllerApiGroupMember();
|
|
75
|
-
if (data.hasOwnProperty('id')) {
|
|
76
|
-
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
|
|
77
|
-
}
|
|
78
|
-
if (data.hasOwnProperty('username')) {
|
|
79
|
-
obj['username'] = _ApiClient["default"].convertToType(data['username'], 'String');
|
|
80
|
-
}
|
|
81
|
-
if (data.hasOwnProperty('displayName')) {
|
|
82
|
-
obj['displayName'] = _ApiClient["default"].convertToType(data['displayName'], 'String');
|
|
83
|
-
}
|
|
84
|
-
if (data.hasOwnProperty('groups')) {
|
|
85
|
-
obj['groups'] = _ApiClient["default"].convertToType(data['groups'], [_IAMGroupControllerApiGroupMembership["default"]]);
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
return obj;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Validates the JSON data with respect to <code>IAMGroupControllerApiGroupMember</code>.
|
|
93
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
94
|
-
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>IAMGroupControllerApiGroupMember</code>.
|
|
95
|
-
*/
|
|
96
|
-
}, {
|
|
97
|
-
key: "validateJSON",
|
|
98
|
-
value: function validateJSON(data) {
|
|
99
|
-
// check to make sure all required properties are present in the JSON string
|
|
100
|
-
var _iterator = _createForOfIteratorHelper(IAMGroupControllerApiGroupMember.RequiredProperties),
|
|
101
|
-
_step;
|
|
102
|
-
try {
|
|
103
|
-
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
104
|
-
var property = _step.value;
|
|
105
|
-
if (!data.hasOwnProperty(property)) {
|
|
106
|
-
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
// ensure the json data is a string
|
|
110
|
-
} catch (err) {
|
|
111
|
-
_iterator.e(err);
|
|
112
|
-
} finally {
|
|
113
|
-
_iterator.f();
|
|
114
|
-
}
|
|
115
|
-
if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
|
|
116
|
-
throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
|
|
117
|
-
}
|
|
118
|
-
// ensure the json data is a string
|
|
119
|
-
if (data['username'] && !(typeof data['username'] === 'string' || data['username'] instanceof String)) {
|
|
120
|
-
throw new Error("Expected the field `username` to be a primitive type in the JSON string but got " + data['username']);
|
|
121
|
-
}
|
|
122
|
-
// ensure the json data is a string
|
|
123
|
-
if (data['displayName'] && !(typeof data['displayName'] === 'string' || data['displayName'] instanceof String)) {
|
|
124
|
-
throw new Error("Expected the field `displayName` to be a primitive type in the JSON string but got " + data['displayName']);
|
|
125
|
-
}
|
|
126
|
-
if (data['groups']) {
|
|
127
|
-
// data not null
|
|
128
|
-
// ensure the json data is an array
|
|
129
|
-
if (!Array.isArray(data['groups'])) {
|
|
130
|
-
throw new Error("Expected the field `groups` to be an array in the JSON data but got " + data['groups']);
|
|
131
|
-
}
|
|
132
|
-
// validate the optional field `groups` (array)
|
|
133
|
-
var _iterator2 = _createForOfIteratorHelper(data['groups']),
|
|
134
|
-
_step2;
|
|
135
|
-
try {
|
|
136
|
-
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
137
|
-
var item = _step2.value;
|
|
138
|
-
_IAMGroupControllerApiGroupMembership["default"].validateJSON(item);
|
|
139
|
-
}
|
|
140
|
-
} catch (err) {
|
|
141
|
-
_iterator2.e(err);
|
|
142
|
-
} finally {
|
|
143
|
-
_iterator2.f();
|
|
144
|
-
}
|
|
145
|
-
;
|
|
146
|
-
}
|
|
147
|
-
return true;
|
|
148
|
-
}
|
|
149
|
-
}]);
|
|
150
|
-
}();
|
|
151
|
-
IAMGroupControllerApiGroupMember.RequiredProperties = ["id", "username", "displayName", "groups"];
|
|
152
|
-
|
|
153
|
-
/**
|
|
154
|
-
* @member {String} id
|
|
155
|
-
*/
|
|
156
|
-
IAMGroupControllerApiGroupMember.prototype['id'] = undefined;
|
|
157
|
-
|
|
158
|
-
/**
|
|
159
|
-
* @member {String} username
|
|
160
|
-
*/
|
|
161
|
-
IAMGroupControllerApiGroupMember.prototype['username'] = undefined;
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* @member {String} displayName
|
|
165
|
-
*/
|
|
166
|
-
IAMGroupControllerApiGroupMember.prototype['displayName'] = undefined;
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* @member {Array.<module:model/IAMGroupControllerApiGroupMembership>} groups
|
|
170
|
-
*/
|
|
171
|
-
IAMGroupControllerApiGroupMember.prototype['groups'] = undefined;
|
|
172
|
-
var _default = exports["default"] = IAMGroupControllerApiGroupMember;
|