@kestra-io/kestra-sdk 1.0.0 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +81 -251
- package/dist/ApiClient.d.ts +203 -0
- package/dist/ApiClient.d.ts.map +1 -0
- package/dist/KestraClient.d.ts +33 -0
- package/dist/KestraClient.d.ts.map +1 -0
- package/dist/KestraClient.mjs +43514 -0
- package/dist/api/ExecutionsApi.d.ts +961 -0
- package/dist/api/ExecutionsApi.d.ts.map +1 -0
- package/dist/api/FlowsApi.d.ts +659 -0
- package/dist/api/FlowsApi.d.ts.map +1 -0
- package/dist/api/GroupsApi.d.ts +239 -0
- package/dist/api/GroupsApi.d.ts.map +1 -0
- package/dist/api/KVApi.d.ts +153 -0
- package/dist/api/KVApi.d.ts.map +1 -0
- package/dist/api/NamespacesApi.d.ts +266 -0
- package/dist/api/NamespacesApi.d.ts.map +1 -0
- package/dist/api/RolesApi.d.ts +145 -0
- package/dist/api/RolesApi.d.ts.map +1 -0
- package/dist/api/ServiceAccountApi.d.ts +292 -0
- package/dist/api/ServiceAccountApi.d.ts.map +1 -0
- package/dist/api/TestSuitesApi.d.ts +325 -0
- package/dist/api/TestSuitesApi.d.ts.map +1 -0
- package/dist/api/TriggersApi.d.ts +363 -0
- package/dist/api/TriggersApi.d.ts.map +1 -0
- package/dist/api/UsersApi.d.ts +334 -0
- package/dist/api/UsersApi.d.ts.map +1 -0
- package/dist/index.d.ts +400 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/model/AbstractFlow.d.ts +81 -0
- package/dist/model/AbstractFlow.d.ts.map +1 -0
- package/dist/model/AbstractGraph.d.ts +44 -0
- package/dist/model/AbstractGraph.d.ts.map +1 -0
- package/dist/model/AbstractGraphBranchType.d.ts +44 -0
- package/dist/model/AbstractGraphBranchType.d.ts.map +1 -0
- package/dist/model/AbstractMetricEntryObject.d.ts +61 -0
- package/dist/model/AbstractMetricEntryObject.d.ts.map +1 -0
- package/dist/model/AbstractTrigger.d.ts +88 -0
- package/dist/model/AbstractTrigger.d.ts.map +1 -0
- package/dist/model/AbstractTriggerForExecution.d.ts +56 -0
- package/dist/model/AbstractTriggerForExecution.d.ts.map +1 -0
- package/dist/model/AbstractUser.d.ts +84 -0
- package/dist/model/AbstractUser.d.ts.map +1 -0
- package/dist/model/AbstractUserTenantIdentityProvider.d.ts +49 -0
- package/dist/model/AbstractUserTenantIdentityProvider.d.ts.map +1 -0
- package/dist/model/Action.d.ts +50 -0
- package/dist/model/Action.d.ts.map +1 -0
- package/dist/model/ApiAuth.d.ts +43 -0
- package/dist/model/ApiAuth.d.ts.map +1 -0
- package/dist/model/ApiAutocomplete.d.ts +43 -0
- package/dist/model/ApiAutocomplete.d.ts.map +1 -0
- package/dist/model/ApiGroupSummary.d.ts +40 -0
- package/dist/model/ApiGroupSummary.d.ts.map +1 -0
- package/dist/model/ApiIds.d.ts +37 -0
- package/dist/model/ApiIds.d.ts.map +1 -0
- package/dist/model/ApiPatchSuperAdminRequest.d.ts +46 -0
- package/dist/model/ApiPatchSuperAdminRequest.d.ts.map +1 -0
- package/dist/model/ApiRoleSummary.d.ts +46 -0
- package/dist/model/ApiRoleSummary.d.ts.map +1 -0
- package/dist/model/ApiSecretListResponseApiSecretMeta.d.ts +56 -0
- package/dist/model/ApiSecretListResponseApiSecretMeta.d.ts.map +1 -0
- package/dist/model/ApiSecretMeta.d.ts +46 -0
- package/dist/model/ApiSecretMeta.d.ts.map +1 -0
- package/dist/model/ApiSecretMetaEE.d.ts +61 -0
- package/dist/model/ApiSecretMetaEE.d.ts.map +1 -0
- package/dist/model/ApiSecretTag.d.ts +50 -0
- package/dist/model/ApiSecretTag.d.ts.map +1 -0
- package/dist/model/ApiSecretValue.d.ts +59 -0
- package/dist/model/ApiSecretValue.d.ts.map +1 -0
- package/dist/model/ApiTenant.d.ts +94 -0
- package/dist/model/ApiTenant.d.ts.map +1 -0
- package/dist/model/ApiTenantSummary.d.ts +40 -0
- package/dist/model/ApiTenantSummary.d.ts.map +1 -0
- package/dist/model/ApiToken.d.ts +61 -0
- package/dist/model/ApiToken.d.ts.map +1 -0
- package/dist/model/ApiTokenList.d.ts +43 -0
- package/dist/model/ApiTokenList.d.ts.map +1 -0
- package/dist/model/ApiUser.d.ts +87 -0
- package/dist/model/ApiUser.d.ts.map +1 -0
- package/dist/model/AppResponse.d.ts +44 -0
- package/dist/model/AppResponse.d.ts.map +1 -0
- package/dist/model/AppResponseUILayout.d.ts +37 -0
- package/dist/model/AppResponseUILayout.d.ts.map +1 -0
- package/dist/model/AppsControllerApiApp.d.ts +64 -0
- package/dist/model/AppsControllerApiApp.d.ts.map +1 -0
- package/dist/model/AppsControllerApiAppCatalogItem.d.ts +52 -0
- package/dist/model/AppsControllerApiAppCatalogItem.d.ts.map +1 -0
- package/dist/model/AppsControllerApiAppSource.d.ts +58 -0
- package/dist/model/AppsControllerApiAppSource.d.ts.map +1 -0
- package/dist/model/AppsControllerApiAppTags.d.ts +37 -0
- package/dist/model/AppsControllerApiAppTags.d.ts.map +1 -0
- package/dist/model/AppsControllerApiBulkImportResponse.d.ts +43 -0
- package/dist/model/AppsControllerApiBulkImportResponse.d.ts.map +1 -0
- package/dist/model/AppsControllerApiBulkImportResponseError.d.ts +40 -0
- package/dist/model/AppsControllerApiBulkImportResponseError.d.ts.map +1 -0
- package/dist/model/AppsControllerApiBulkOperationRequest.d.ts +37 -0
- package/dist/model/AppsControllerApiBulkOperationRequest.d.ts.map +1 -0
- package/dist/model/Assertion.d.ts +94 -0
- package/dist/model/Assertion.d.ts.map +1 -0
- package/dist/model/AssertionResult.d.ts +67 -0
- package/dist/model/AssertionResult.d.ts.map +1 -0
- package/dist/model/AssertionRunError.d.ts +49 -0
- package/dist/model/AssertionRunError.d.ts.map +1 -0
- package/dist/model/AttributeReference.d.ts +52 -0
- package/dist/model/AttributeReference.d.ts.map +1 -0
- package/dist/model/AuditLog.d.ts +83 -0
- package/dist/model/AuditLog.d.ts.map +1 -0
- package/dist/model/AuditLogControllerApiAuditLogItem.d.ts +42 -0
- package/dist/model/AuditLogControllerApiAuditLogItem.d.ts.map +1 -0
- package/dist/model/AuditLogControllerAuditLogDiff.d.ts +40 -0
- package/dist/model/AuditLogControllerAuditLogDiff.d.ts.map +1 -0
- package/dist/model/AuditLogControllerAuditLogOption.d.ts +43 -0
- package/dist/model/AuditLogControllerAuditLogOption.d.ts.map +1 -0
- package/dist/model/AuditLogControllerFindRequest.d.ts +45 -0
- package/dist/model/AuditLogControllerFindRequest.d.ts.map +1 -0
- package/dist/model/AuditLogDetail.d.ts +57 -0
- package/dist/model/AuditLogDetail.d.ts.map +1 -0
- package/dist/model/AuthControllerAuth.d.ts +46 -0
- package/dist/model/AuthControllerAuth.d.ts.map +1 -0
- package/dist/model/AuthControllerInvitationUserRequest.d.ts +54 -0
- package/dist/model/AuthControllerInvitationUserRequest.d.ts.map +1 -0
- package/dist/model/AuthControllerResetPasswordRequest.d.ts +40 -0
- package/dist/model/AuthControllerResetPasswordRequest.d.ts.map +1 -0
- package/dist/model/Backfill.d.ts +67 -0
- package/dist/model/Backfill.d.ts.map +1 -0
- package/dist/model/Banner.d.ts +65 -0
- package/dist/model/Banner.d.ts.map +1 -0
- package/dist/model/BannerType.d.ts +44 -0
- package/dist/model/BannerType.d.ts.map +1 -0
- package/dist/model/BaseAuditLog.d.ts +76 -0
- package/dist/model/BaseAuditLog.d.ts.map +1 -0
- package/dist/model/BaseResourcePatchRequest.d.ts +37 -0
- package/dist/model/BaseResourcePatchRequest.d.ts.map +1 -0
- package/dist/model/BaseResourceScimResource.d.ts +37 -0
- package/dist/model/BaseResourceScimResource.d.ts.map +1 -0
- package/dist/model/BaseResourceSearchRequest.d.ts +37 -0
- package/dist/model/BaseResourceSearchRequest.d.ts.map +1 -0
- package/dist/model/BasicAuthCredentials.d.ts +43 -0
- package/dist/model/BasicAuthCredentials.d.ts.map +1 -0
- package/dist/model/Binding.d.ts +65 -0
- package/dist/model/Binding.d.ts.map +1 -0
- package/dist/model/BindingType.d.ts +38 -0
- package/dist/model/BindingType.d.ts.map +1 -0
- package/dist/model/Blueprint.d.ts +65 -0
- package/dist/model/Blueprint.d.ts.map +1 -0
- package/dist/model/BlueprintControllerApiBlueprintItem.d.ts +52 -0
- package/dist/model/BlueprintControllerApiBlueprintItem.d.ts.map +1 -0
- package/dist/model/BlueprintControllerApiBlueprintItemWithSource.d.ts +59 -0
- package/dist/model/BlueprintControllerApiBlueprintItemWithSource.d.ts.map +1 -0
- package/dist/model/BlueprintControllerApiBlueprintTagItem.d.ts +43 -0
- package/dist/model/BlueprintControllerApiBlueprintTagItem.d.ts.map +1 -0
- package/dist/model/BlueprintControllerKind.d.ts +44 -0
- package/dist/model/BlueprintControllerKind.d.ts.map +1 -0
- package/dist/model/BlueprintWithFlow.d.ts +70 -0
- package/dist/model/BlueprintWithFlow.d.ts.map +1 -0
- package/dist/model/Breakpoint.d.ts +49 -0
- package/dist/model/Breakpoint.d.ts.map +1 -0
- package/dist/model/BulkErrorResponse.d.ts +40 -0
- package/dist/model/BulkErrorResponse.d.ts.map +1 -0
- package/dist/model/BulkImportAppsRequest.d.ts +40 -0
- package/dist/model/BulkImportAppsRequest.d.ts.map +1 -0
- package/dist/model/BulkResponse.d.ts +37 -0
- package/dist/model/BulkResponse.d.ts.map +1 -0
- package/dist/model/Cache.d.ts +49 -0
- package/dist/model/Cache.d.ts.map +1 -0
- package/dist/model/ChartChartOption.d.ts +53 -0
- package/dist/model/ChartChartOption.d.ts.map +1 -0
- package/dist/model/ChartFiltersOverrides.d.ts +58 -0
- package/dist/model/ChartFiltersOverrides.d.ts.map +1 -0
- package/dist/model/Concurrency.d.ts +51 -0
- package/dist/model/Concurrency.d.ts.map +1 -0
- package/dist/model/ConcurrencyBehavior.d.ts +44 -0
- package/dist/model/ConcurrencyBehavior.d.ts.map +1 -0
- package/dist/model/ConcurrencyLimit.d.ts +57 -0
- package/dist/model/ConcurrencyLimit.d.ts.map +1 -0
- package/dist/model/Condition.d.ts +46 -0
- package/dist/model/Condition.d.ts.map +1 -0
- package/dist/model/ConversionServiceProvider.d.ts +46 -0
- package/dist/model/ConversionServiceProvider.d.ts.map +1 -0
- package/dist/model/ConvertibleMultiValuesString.d.ts +51 -0
- package/dist/model/ConvertibleMultiValuesString.d.ts.map +1 -0
- package/dist/model/ConvertibleValuesListString.d.ts +50 -0
- package/dist/model/ConvertibleValuesListString.d.ts.map +1 -0
- package/dist/model/CreateApiTokenRequest.d.ts +55 -0
- package/dist/model/CreateApiTokenRequest.d.ts.map +1 -0
- package/dist/model/CreateApiTokenResponse.d.ts +43 -0
- package/dist/model/CreateApiTokenResponse.d.ts.map +1 -0
- package/dist/model/CreateNamespaceFileRequest.d.ts +40 -0
- package/dist/model/CreateNamespaceFileRequest.d.ts.map +1 -0
- package/dist/model/CreateSecurityIntegrationRequest.d.ts +62 -0
- package/dist/model/CreateSecurityIntegrationRequest.d.ts.map +1 -0
- package/dist/model/CrudEventType.d.ts +80 -0
- package/dist/model/CrudEventType.d.ts.map +1 -0
- package/dist/model/DailyExecutionStatistics.d.ts +58 -0
- package/dist/model/DailyExecutionStatistics.d.ts.map +1 -0
- package/dist/model/DailyExecutionStatisticsDuration.d.ts +62 -0
- package/dist/model/DailyExecutionStatisticsDuration.d.ts.map +1 -0
- package/dist/model/DailyExecutionStatisticsExecutionCounts.d.ts +85 -0
- package/dist/model/DailyExecutionStatisticsExecutionCounts.d.ts.map +1 -0
- package/dist/model/Dashboard.d.ts +62 -0
- package/dist/model/Dashboard.d.ts.map +1 -0
- package/dist/model/DashboardControllerPreviewRequest.d.ts +50 -0
- package/dist/model/DashboardControllerPreviewRequest.d.ts.map +1 -0
- package/dist/model/DeletedInterface.d.ts +37 -0
- package/dist/model/DeletedInterface.d.ts.map +1 -0
- package/dist/model/DependsOn.d.ts +40 -0
- package/dist/model/DependsOn.d.ts.map +1 -0
- package/dist/model/DocumentationWithSchema.d.ts +41 -0
- package/dist/model/DocumentationWithSchema.d.ts.map +1 -0
- package/dist/model/EditionProviderEdition.d.ts +38 -0
- package/dist/model/EditionProviderEdition.d.ts.map +1 -0
- package/dist/model/Email.d.ts +43 -0
- package/dist/model/Email.d.ts.map +1 -0
- package/dist/model/EventAppResponse.d.ts +50 -0
- package/dist/model/EventAppResponse.d.ts.map +1 -0
- package/dist/model/EventExecution.d.ts +50 -0
- package/dist/model/EventExecution.d.ts.map +1 -0
- package/dist/model/EventExecutionStatusEvent.d.ts +50 -0
- package/dist/model/EventExecutionStatusEvent.d.ts.map +1 -0
- package/dist/model/EventLogEntry.d.ts +50 -0
- package/dist/model/EventLogEntry.d.ts.map +1 -0
- package/dist/model/ExecutableTaskSubflowId.d.ts +43 -0
- package/dist/model/ExecutableTaskSubflowId.d.ts.map +1 -0
- package/dist/model/Execution.d.ts +112 -0
- package/dist/model/Execution.d.ts.map +1 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponse.d.ts +46 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponse.d.ts.map +1 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.d.ts +53 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.d.ts.map +1 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.d.ts +37 -0
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.d.ts.map +1 -0
- package/dist/model/ExecutionControllerEvalResult.d.ts +43 -0
- package/dist/model/ExecutionControllerEvalResult.d.ts.map +1 -0
- package/dist/model/ExecutionControllerExecutionResponse.d.ts +116 -0
- package/dist/model/ExecutionControllerExecutionResponse.d.ts.map +1 -0
- package/dist/model/ExecutionControllerLastExecutionResponse.d.ts +49 -0
- package/dist/model/ExecutionControllerLastExecutionResponse.d.ts.map +1 -0
- package/dist/model/ExecutionControllerSetLabelsByIdsRequest.d.ts +43 -0
- package/dist/model/ExecutionControllerSetLabelsByIdsRequest.d.ts.map +1 -0
- package/dist/model/ExecutionControllerStateRequest.d.ts +40 -0
- package/dist/model/ExecutionControllerStateRequest.d.ts.map +1 -0
- package/dist/model/ExecutionControllerWebhookResponse.d.ts +69 -0
- package/dist/model/ExecutionControllerWebhookResponse.d.ts.map +1 -0
- package/dist/model/ExecutionKind.d.ts +44 -0
- package/dist/model/ExecutionKind.d.ts.map +1 -0
- package/dist/model/ExecutionMetadata.d.ts +40 -0
- package/dist/model/ExecutionMetadata.d.ts.map +1 -0
- package/dist/model/ExecutionRepositoryInterfaceChildFilter.d.ts +38 -0
- package/dist/model/ExecutionRepositoryInterfaceChildFilter.d.ts.map +1 -0
- package/dist/model/ExecutionRepositoryInterfaceFlowFilter.d.ts +50 -0
- package/dist/model/ExecutionRepositoryInterfaceFlowFilter.d.ts.map +1 -0
- package/dist/model/ExecutionStatusEvent.d.ts +50 -0
- package/dist/model/ExecutionStatusEvent.d.ts.map +1 -0
- package/dist/model/ExecutionTrigger.d.ts +56 -0
- package/dist/model/ExecutionTrigger.d.ts.map +1 -0
- package/dist/model/ExecutionUsage.d.ts +40 -0
- package/dist/model/ExecutionUsage.d.ts.map +1 -0
- package/dist/model/FileAttributes.d.ts +53 -0
- package/dist/model/FileAttributes.d.ts.map +1 -0
- package/dist/model/FileAttributesFileType.d.ts +38 -0
- package/dist/model/FileAttributesFileType.d.ts.map +1 -0
- package/dist/model/FileMetas.d.ts +46 -0
- package/dist/model/FileMetas.d.ts.map +1 -0
- package/dist/model/Filter.d.ts +40 -0
- package/dist/model/Filter.d.ts.map +1 -0
- package/dist/model/Fixtures.d.ts +50 -0
- package/dist/model/Fixtures.d.ts.map +1 -0
- package/dist/model/Flow.d.ts +104 -0
- package/dist/model/Flow.d.ts.map +1 -0
- package/dist/model/FlowControllerTaskValidationType.d.ts +38 -0
- package/dist/model/FlowControllerTaskValidationType.d.ts.map +1 -0
- package/dist/model/FlowForExecution.d.ts +93 -0
- package/dist/model/FlowForExecution.d.ts.map +1 -0
- package/dist/model/FlowGenerationPrompt.d.ts +53 -0
- package/dist/model/FlowGenerationPrompt.d.ts.map +1 -0
- package/dist/model/FlowGraph.d.ts +47 -0
- package/dist/model/FlowGraph.d.ts.map +1 -0
- package/dist/model/FlowGraphCluster.d.ts +50 -0
- package/dist/model/FlowGraphCluster.d.ts.map +1 -0
- package/dist/model/FlowGraphEdge.d.ts +44 -0
- package/dist/model/FlowGraphEdge.d.ts.map +1 -0
- package/dist/model/FlowId.d.ts +46 -0
- package/dist/model/FlowId.d.ts.map +1 -0
- package/dist/model/FlowInterface.d.ts +81 -0
- package/dist/model/FlowInterface.d.ts.map +1 -0
- package/dist/model/FlowNode.d.ts +52 -0
- package/dist/model/FlowNode.d.ts.map +1 -0
- package/dist/model/FlowRelation.d.ts +38 -0
- package/dist/model/FlowRelation.d.ts.map +1 -0
- package/dist/model/FlowScope.d.ts +38 -0
- package/dist/model/FlowScope.d.ts.map +1 -0
- package/dist/model/FlowTopologyGraph.d.ts +42 -0
- package/dist/model/FlowTopologyGraph.d.ts.map +1 -0
- package/dist/model/FlowTopologyGraphEdge.d.ts +44 -0
- package/dist/model/FlowTopologyGraphEdge.d.ts.map +1 -0
- package/dist/model/FlowUsage.d.ts +49 -0
- package/dist/model/FlowUsage.d.ts.map +1 -0
- package/dist/model/FlowWithSource.d.ts +105 -0
- package/dist/model/FlowWithSource.d.ts.map +1 -0
- package/dist/model/GroupIdentifier.d.ts +47 -0
- package/dist/model/GroupIdentifier.d.ts.map +1 -0
- package/dist/model/GroupIdentifierMembership.d.ts +38 -0
- package/dist/model/GroupIdentifierMembership.d.ts.map +1 -0
- package/dist/model/GroupUsage.d.ts +37 -0
- package/dist/model/GroupUsage.d.ts.map +1 -0
- package/dist/model/HttpParameters.d.ts +52 -0
- package/dist/model/HttpParameters.d.ts.map +1 -0
- package/dist/model/IAMBindingControllerApiBindingDetail.d.ts +56 -0
- package/dist/model/IAMBindingControllerApiBindingDetail.d.ts.map +1 -0
- package/dist/model/IAMBindingControllerApiBindingGroup.d.ts +40 -0
- package/dist/model/IAMBindingControllerApiBindingGroup.d.ts.map +1 -0
- package/dist/model/IAMBindingControllerApiBindingUser.d.ts +47 -0
- package/dist/model/IAMBindingControllerApiBindingUser.d.ts.map +1 -0
- package/dist/model/IAMBindingControllerApiCreateBindingRequest.d.ts +58 -0
- package/dist/model/IAMBindingControllerApiCreateBindingRequest.d.ts.map +1 -0
- package/dist/model/IAMBindingControllerApiRole.d.ts +40 -0
- package/dist/model/IAMBindingControllerApiRole.d.ts.map +1 -0
- package/dist/model/IAMGroupControllerApiCreateGroupRequest.d.ts +52 -0
- package/dist/model/IAMGroupControllerApiCreateGroupRequest.d.ts.map +1 -0
- package/dist/model/IAMGroupControllerApiGroupDetail.d.ts +43 -0
- package/dist/model/IAMGroupControllerApiGroupDetail.d.ts.map +1 -0
- package/dist/model/IAMGroupControllerApiGroupMember.d.ts +49 -0
- package/dist/model/IAMGroupControllerApiGroupMember.d.ts.map +1 -0
- package/dist/model/IAMGroupControllerApiGroupMembership.d.ts +47 -0
- package/dist/model/IAMGroupControllerApiGroupMembership.d.ts.map +1 -0
- package/dist/model/IAMGroupControllerApiUpdateGroupRequest.d.ts +56 -0
- package/dist/model/IAMGroupControllerApiUpdateGroupRequest.d.ts.map +1 -0
- package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.d.ts +61 -0
- package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.d.ts.map +1 -0
- package/dist/model/IAMInvitationControllerApiInvitationDetail.d.ts +70 -0
- package/dist/model/IAMInvitationControllerApiInvitationDetail.d.ts.map +1 -0
- package/dist/model/IAMInvitationControllerApiInvitationRole.d.ts +49 -0
- package/dist/model/IAMInvitationControllerApiInvitationRole.d.ts.map +1 -0
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.d.ts +57 -0
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.d.ts.map +1 -0
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.ts +106 -0
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.ts.map +1 -0
- package/dist/model/IAMRoleControllerApiRoleDetail.d.ts +53 -0
- package/dist/model/IAMRoleControllerApiRoleDetail.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.d.ts +56 -0
- package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiGroup.d.ts +37 -0
- package/dist/model/IAMServiceAccountControllerApiGroup.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.d.ts +50 -0
- package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.d.ts +71 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.d.ts +59 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.d.ts.map +1 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.d.ts +71 -0
- package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiAuthentication.d.ts +40 -0
- package/dist/model/IAMTenantAccessControllerApiAuthentication.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.d.ts +46 -0
- package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiGroup.d.ts +43 -0
- package/dist/model/IAMTenantAccessControllerApiGroup.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiRoleAssignment.d.ts +56 -0
- package/dist/model/IAMTenantAccessControllerApiRoleAssignment.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiTenantAccess.d.ts +57 -0
- package/dist/model/IAMTenantAccessControllerApiTenantAccess.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiUserPermission.d.ts +44 -0
- package/dist/model/IAMTenantAccessControllerApiUserPermission.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.d.ts +54 -0
- package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.d.ts.map +1 -0
- package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.d.ts +46 -0
- package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.d.ts +67 -0
- package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiGroup.d.ts +40 -0
- package/dist/model/IAMUserControllerApiGroup.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiPatchRestrictedRequest.d.ts +46 -0
- package/dist/model/IAMUserControllerApiPatchRestrictedRequest.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.d.ts +46 -0
- package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiUser.d.ts +68 -0
- package/dist/model/IAMUserControllerApiUser.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiUserAuth.d.ts +43 -0
- package/dist/model/IAMUserControllerApiUserAuth.d.ts.map +1 -0
- package/dist/model/IAMUserControllerApiUserSummary.d.ts +54 -0
- package/dist/model/IAMUserControllerApiUserSummary.d.ts.map +1 -0
- package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.d.ts +37 -0
- package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.d.ts.map +1 -0
- package/dist/model/IQueryFilter.d.ts +10 -0
- package/dist/model/IQueryFilter.d.ts.map +1 -0
- package/dist/model/IdWithNamespace.d.ts +40 -0
- package/dist/model/IdWithNamespace.d.ts.map +1 -0
- package/dist/model/IdentityProvider.d.ts +46 -0
- package/dist/model/IdentityProvider.d.ts.map +1 -0
- package/dist/model/InputObject.d.ts +73 -0
- package/dist/model/InputObject.d.ts.map +1 -0
- package/dist/model/InputType.d.ts +40 -0
- package/dist/model/InputType.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiActiveService.d.ts +41 -0
- package/dist/model/InstanceControllerApiActiveService.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiActiveServiceList.d.ts +43 -0
- package/dist/model/InstanceControllerApiActiveServiceList.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.d.ts +59 -0
- package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginArtifact.d.ts +49 -0
- package/dist/model/InstanceControllerApiPluginArtifact.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.d.ts +40 -0
- package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.d.ts +40 -0
- package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginListRequest.d.ts +37 -0
- package/dist/model/InstanceControllerApiPluginListRequest.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginVersionDetails.d.ts +58 -0
- package/dist/model/InstanceControllerApiPluginVersionDetails.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.d.ts +40 -0
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.d.ts +43 -0
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginVersions.d.ts +46 -0
- package/dist/model/InstanceControllerApiPluginVersions.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.d.ts +41 -0
- package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiServerInstance.d.ts +47 -0
- package/dist/model/InstanceControllerApiServerInstance.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiServiceInstance.d.ts +55 -0
- package/dist/model/InstanceControllerApiServiceInstance.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiWorkerGroup.d.ts +55 -0
- package/dist/model/InstanceControllerApiWorkerGroup.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiWorkerGroupDetails.d.ts +61 -0
- package/dist/model/InstanceControllerApiWorkerGroupDetails.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiWorkerGroupItem.d.ts +58 -0
- package/dist/model/InstanceControllerApiWorkerGroupItem.d.ts.map +1 -0
- package/dist/model/InstanceControllerApiWorkerGroupList.d.ts +40 -0
- package/dist/model/InstanceControllerApiWorkerGroupList.d.ts.map +1 -0
- package/dist/model/Invitation.d.ts +91 -0
- package/dist/model/Invitation.d.ts.map +1 -0
- package/dist/model/InvitationInvitationStatus.d.ts +44 -0
- package/dist/model/InvitationInvitationStatus.d.ts.map +1 -0
- package/dist/model/Isolation.d.ts +43 -0
- package/dist/model/Isolation.d.ts.map +1 -0
- package/dist/model/KVControllerApiDeleteBulkRequest.d.ts +37 -0
- package/dist/model/KVControllerApiDeleteBulkRequest.d.ts.map +1 -0
- package/dist/model/KVControllerApiDeleteBulkResponse.d.ts +37 -0
- package/dist/model/KVControllerApiDeleteBulkResponse.d.ts.map +1 -0
- package/dist/model/KVControllerTypedValue.d.ts +41 -0
- package/dist/model/KVControllerTypedValue.d.ts.map +1 -0
- package/dist/model/KVEntry.d.ts +55 -0
- package/dist/model/KVEntry.d.ts.map +1 -0
- package/dist/model/KVType.d.ts +68 -0
- package/dist/model/KVType.d.ts.map +1 -0
- package/dist/model/Label.d.ts +51 -0
- package/dist/model/Label.d.ts.map +1 -0
- package/dist/model/LeftSidebarConfiguration.d.ts +37 -0
- package/dist/model/LeftSidebarConfiguration.d.ts.map +1 -0
- package/dist/model/Level.d.ts +56 -0
- package/dist/model/Level.d.ts.map +1 -0
- package/dist/model/Listener.d.ts +54 -0
- package/dist/model/Listener.d.ts.map +1 -0
- package/dist/model/LogEntry.d.ts +86 -0
- package/dist/model/LogEntry.d.ts.map +1 -0
- package/dist/model/MapObjectObject.d.ts +37 -0
- package/dist/model/MapObjectObject.d.ts.map +1 -0
- package/dist/model/MeControllerApiMe.d.ts +55 -0
- package/dist/model/MeControllerApiMe.d.ts.map +1 -0
- package/dist/model/MeControllerApiProfile.d.ts +46 -0
- package/dist/model/MeControllerApiProfile.d.ts.map +1 -0
- package/dist/model/MeControllerApiTenant.d.ts +43 -0
- package/dist/model/MeControllerApiTenant.d.ts.map +1 -0
- package/dist/model/MeControllerApiUpdatePasswordRequest.d.ts +40 -0
- package/dist/model/MeControllerApiUpdatePasswordRequest.d.ts.map +1 -0
- package/dist/model/MeControllerApiUserDetailsRequest.d.ts +43 -0
- package/dist/model/MeControllerApiUserDetailsRequest.d.ts.map +1 -0
- package/dist/model/Meta.d.ts +49 -0
- package/dist/model/Meta.d.ts.map +1 -0
- package/dist/model/Metric.d.ts +55 -0
- package/dist/model/Metric.d.ts.map +1 -0
- package/dist/model/MetricAggregation.d.ts +53 -0
- package/dist/model/MetricAggregation.d.ts.map +1 -0
- package/dist/model/MetricAggregations.d.ts +53 -0
- package/dist/model/MetricAggregations.d.ts.map +1 -0
- package/dist/model/MetricEntry.d.ts +86 -0
- package/dist/model/MetricEntry.d.ts.map +1 -0
- package/dist/model/MetricTag.d.ts +40 -0
- package/dist/model/MetricTag.d.ts.map +1 -0
- package/dist/model/MiscControllerApiUsage.d.ts +42 -0
- package/dist/model/MiscControllerApiUsage.d.ts.map +1 -0
- package/dist/model/MiscControllerConfiguration.d.ts +91 -0
- package/dist/model/MiscControllerConfiguration.d.ts.map +1 -0
- package/dist/model/MiscControllerEEConfiguration.d.ts +142 -0
- package/dist/model/MiscControllerEEConfiguration.d.ts.map +1 -0
- package/dist/model/MiscControllerEnvironment.d.ts +40 -0
- package/dist/model/MiscControllerEnvironment.d.ts.map +1 -0
- package/dist/model/MiscControllerLicenseInfo.d.ts +52 -0
- package/dist/model/MiscControllerLicenseInfo.d.ts.map +1 -0
- package/dist/model/MiscControllerPluginIdAndVersion.d.ts +40 -0
- package/dist/model/MiscControllerPluginIdAndVersion.d.ts.map +1 -0
- package/dist/model/MiscControllerPreview.d.ts +40 -0
- package/dist/model/MiscControllerPreview.d.ts.map +1 -0
- package/dist/model/MiscControllerTenantConfigurationInfo.d.ts +40 -0
- package/dist/model/MiscControllerTenantConfigurationInfo.d.ts.map +1 -0
- package/dist/model/Name.d.ts +40 -0
- package/dist/model/Name.d.ts.map +1 -0
- package/dist/model/Namespace.d.ts +94 -0
- package/dist/model/Namespace.d.ts.map +1 -0
- package/dist/model/NamespaceAllowedNamespace.d.ts +46 -0
- package/dist/model/NamespaceAllowedNamespace.d.ts.map +1 -0
- package/dist/model/NamespaceAllowedTrigger.d.ts +49 -0
- package/dist/model/NamespaceAllowedTrigger.d.ts.map +1 -0
- package/dist/model/NamespaceLight.d.ts +50 -0
- package/dist/model/NamespaceLight.d.ts.map +1 -0
- package/dist/model/Output.d.ts +65 -0
- package/dist/model/Output.d.ts.map +1 -0
- package/dist/model/OutputValue.d.ts +47 -0
- package/dist/model/OutputValue.d.ts.map +1 -0
- package/dist/model/PageRequest.d.ts +40 -0
- package/dist/model/PageRequest.d.ts.map +1 -0
- package/dist/model/PagedResultsApiGroupSummary.d.ts +53 -0
- package/dist/model/PagedResultsApiGroupSummary.d.ts.map +1 -0
- package/dist/model/PagedResultsApiRoleSummary.d.ts +53 -0
- package/dist/model/PagedResultsApiRoleSummary.d.ts.map +1 -0
- package/dist/model/PagedResultsAppsControllerApiApp.d.ts +53 -0
- package/dist/model/PagedResultsAppsControllerApiApp.d.ts.map +1 -0
- package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.d.ts +53 -0
- package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.d.ts.map +1 -0
- package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.d.ts +53 -0
- package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.d.ts.map +1 -0
- package/dist/model/PagedResultsBlueprint.d.ts +53 -0
- package/dist/model/PagedResultsBlueprint.d.ts.map +1 -0
- package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.d.ts +53 -0
- package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.d.ts.map +1 -0
- package/dist/model/PagedResultsConcurrencyLimit.d.ts +53 -0
- package/dist/model/PagedResultsConcurrencyLimit.d.ts.map +1 -0
- package/dist/model/PagedResultsDashboard.d.ts +53 -0
- package/dist/model/PagedResultsDashboard.d.ts.map +1 -0
- package/dist/model/PagedResultsExecution.d.ts +53 -0
- package/dist/model/PagedResultsExecution.d.ts.map +1 -0
- package/dist/model/PagedResultsFlow.d.ts +53 -0
- package/dist/model/PagedResultsFlow.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.d.ts +53 -0
- package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.d.ts +53 -0
- package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.d.ts +53 -0
- package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.d.ts +53 -0
- package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.d.ts +53 -0
- package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.d.ts.map +1 -0
- package/dist/model/PagedResultsIAMUserControllerApiUserSummary.d.ts +53 -0
- package/dist/model/PagedResultsIAMUserControllerApiUserSummary.d.ts.map +1 -0
- package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.d.ts +53 -0
- package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.d.ts.map +1 -0
- package/dist/model/PagedResultsInstanceControllerApiServiceInstance.d.ts +53 -0
- package/dist/model/PagedResultsInstanceControllerApiServiceInstance.d.ts.map +1 -0
- package/dist/model/PagedResultsKVEntry.d.ts +53 -0
- package/dist/model/PagedResultsKVEntry.d.ts.map +1 -0
- package/dist/model/PagedResultsLogEntry.d.ts +53 -0
- package/dist/model/PagedResultsLogEntry.d.ts.map +1 -0
- package/dist/model/PagedResultsMapStringObject.d.ts +50 -0
- package/dist/model/PagedResultsMapStringObject.d.ts.map +1 -0
- package/dist/model/PagedResultsMetricEntry.d.ts +53 -0
- package/dist/model/PagedResultsMetricEntry.d.ts.map +1 -0
- package/dist/model/PagedResultsNamespace.d.ts +53 -0
- package/dist/model/PagedResultsNamespace.d.ts.map +1 -0
- package/dist/model/PagedResultsSearchResultFlow.d.ts +53 -0
- package/dist/model/PagedResultsSearchResultFlow.d.ts.map +1 -0
- package/dist/model/PagedResultsTenant.d.ts +53 -0
- package/dist/model/PagedResultsTenant.d.ts.map +1 -0
- package/dist/model/PagedResultsTestSuite.d.ts +53 -0
- package/dist/model/PagedResultsTestSuite.d.ts.map +1 -0
- package/dist/model/PagedResultsTestSuiteRunResult.d.ts +53 -0
- package/dist/model/PagedResultsTestSuiteRunResult.d.ts.map +1 -0
- package/dist/model/PagedResultsTrigger.d.ts +53 -0
- package/dist/model/PagedResultsTrigger.d.ts.map +1 -0
- package/dist/model/PagedResultsTriggerControllerTriggers.d.ts +53 -0
- package/dist/model/PagedResultsTriggerControllerTriggers.d.ts.map +1 -0
- package/dist/model/PatchOperation.d.ts +45 -0
- package/dist/model/PatchOperation.d.ts.map +1 -0
- package/dist/model/PatchOperationPath.d.ts +38 -0
- package/dist/model/PatchOperationPath.d.ts.map +1 -0
- package/dist/model/PatchOperationType.d.ts +44 -0
- package/dist/model/PatchOperationType.d.ts.map +1 -0
- package/dist/model/PatchRequest.d.ts +43 -0
- package/dist/model/PatchRequest.d.ts.map +1 -0
- package/dist/model/Permission.d.ts +170 -0
- package/dist/model/Permission.d.ts.map +1 -0
- package/dist/model/Plugin.d.ts +101 -0
- package/dist/model/Plugin.d.ts.map +1 -0
- package/dist/model/PluginArtifact.d.ts +52 -0
- package/dist/model/PluginArtifact.d.ts.map +1 -0
- package/dist/model/PluginArtifactMetadata.d.ts +49 -0
- package/dist/model/PluginArtifactMetadata.d.ts.map +1 -0
- package/dist/model/PluginControllerApiPluginVersions.d.ts +40 -0
- package/dist/model/PluginControllerApiPluginVersions.d.ts.map +1 -0
- package/dist/model/PluginDefault.d.ts +52 -0
- package/dist/model/PluginDefault.d.ts.map +1 -0
- package/dist/model/PluginIcon.d.ts +43 -0
- package/dist/model/PluginIcon.d.ts.map +1 -0
- package/dist/model/PluginPluginElementMetadata.d.ts +40 -0
- package/dist/model/PluginPluginElementMetadata.d.ts.map +1 -0
- package/dist/model/PluginSchema.d.ts +43 -0
- package/dist/model/PluginSchema.d.ts.map +1 -0
- package/dist/model/PluginSubGroupPluginCategory.d.ts +110 -0
- package/dist/model/PluginSubGroupPluginCategory.d.ts.map +1 -0
- package/dist/model/PreviewAppRequest.d.ts +38 -0
- package/dist/model/PreviewAppRequest.d.ts.map +1 -0
- package/dist/model/PropertyBoolean.d.ts +49 -0
- package/dist/model/PropertyBoolean.d.ts.map +1 -0
- package/dist/model/PropertyDouble.d.ts +49 -0
- package/dist/model/PropertyDouble.d.ts.map +1 -0
- package/dist/model/PropertyDuration.d.ts +49 -0
- package/dist/model/PropertyDuration.d.ts.map +1 -0
- package/dist/model/PropertyListString.d.ts +49 -0
- package/dist/model/PropertyListString.d.ts.map +1 -0
- package/dist/model/PropertyObject.d.ts +49 -0
- package/dist/model/PropertyObject.d.ts.map +1 -0
- package/dist/model/PropertyString.d.ts +49 -0
- package/dist/model/PropertyString.d.ts.map +1 -0
- package/dist/model/QueryFilter.d.ts +45 -0
- package/dist/model/QueryFilter.d.ts.map +1 -0
- package/dist/model/QueryFilterField.d.ts +134 -0
- package/dist/model/QueryFilterField.d.ts.map +1 -0
- package/dist/model/QueryFilterOp.d.ts +104 -0
- package/dist/model/QueryFilterOp.d.ts.map +1 -0
- package/dist/model/RBACServiceRoleAssignmentRoleOrigin.d.ts +38 -0
- package/dist/model/RBACServiceRoleAssignmentRoleOrigin.d.ts.map +1 -0
- package/dist/model/Relation.d.ts +41 -0
- package/dist/model/Relation.d.ts.map +1 -0
- package/dist/model/RelationType.d.ts +68 -0
- package/dist/model/RelationType.d.ts.map +1 -0
- package/dist/model/ResourceType.d.ts +85 -0
- package/dist/model/ResourceType.d.ts.map +1 -0
- package/dist/model/ResourceType1.d.ts +194 -0
- package/dist/model/ResourceType1.d.ts.map +1 -0
- package/dist/model/ResourceTypeSchemaExtensionConfiguration.d.ts +40 -0
- package/dist/model/ResourceTypeSchemaExtensionConfiguration.d.ts.map +1 -0
- package/dist/model/RightSidebarConfiguration.d.ts +40 -0
- package/dist/model/RightSidebarConfiguration.d.ts.map +1 -0
- package/dist/model/RightSidebarConfigurationCustomLink.d.ts +40 -0
- package/dist/model/RightSidebarConfigurationCustomLink.d.ts.map +1 -0
- package/dist/model/Role.d.ts +67 -0
- package/dist/model/Role.d.ts.map +1 -0
- package/dist/model/RoleUsage.d.ts +37 -0
- package/dist/model/RoleUsage.d.ts.map +1 -0
- package/dist/model/SLA.d.ts +60 -0
- package/dist/model/SLA.d.ts.map +1 -0
- package/dist/model/SLABehavior.d.ts +44 -0
- package/dist/model/SLABehavior.d.ts.map +1 -0
- package/dist/model/SLALabels.d.ts +48 -0
- package/dist/model/SLALabels.d.ts.map +1 -0
- package/dist/model/SLAType.d.ts +38 -0
- package/dist/model/SLAType.d.ts.map +1 -0
- package/dist/model/Schema.d.ts +62 -0
- package/dist/model/Schema.d.ts.map +1 -0
- package/dist/model/SchemaAttribute.d.ts +88 -0
- package/dist/model/SchemaAttribute.d.ts.map +1 -0
- package/dist/model/SchemaAttributeMutability.d.ts +50 -0
- package/dist/model/SchemaAttributeMutability.d.ts.map +1 -0
- package/dist/model/SchemaAttributeReturned.d.ts +50 -0
- package/dist/model/SchemaAttributeReturned.d.ts.map +1 -0
- package/dist/model/SchemaAttributeType.d.ts +74 -0
- package/dist/model/SchemaAttributeType.d.ts.map +1 -0
- package/dist/model/SchemaAttributeUniqueness.d.ts +44 -0
- package/dist/model/SchemaAttributeUniqueness.d.ts.map +1 -0
- package/dist/model/SchemaType.d.ts +74 -0
- package/dist/model/SchemaType.d.ts.map +1 -0
- package/dist/model/ScimExtension.d.ts +37 -0
- package/dist/model/ScimExtension.d.ts.map +1 -0
- package/dist/model/ScimResource.d.ts +69 -0
- package/dist/model/ScimResource.d.ts.map +1 -0
- package/dist/model/ScimResourceWithOptionalId.d.ts +70 -0
- package/dist/model/ScimResourceWithOptionalId.d.ts.map +1 -0
- package/dist/model/ScimUser.d.ts +89 -0
- package/dist/model/ScimUser.d.ts.map +1 -0
- package/dist/model/SearchRequest.d.ts +71 -0
- package/dist/model/SearchRequest.d.ts.map +1 -0
- package/dist/model/SearchResultFlow.d.ts +41 -0
- package/dist/model/SearchResultFlow.d.ts.map +1 -0
- package/dist/model/SecurityIntegrationType.d.ts +32 -0
- package/dist/model/SecurityIntegrationType.d.ts.map +1 -0
- package/dist/model/ServerConfig.d.ts +54 -0
- package/dist/model/ServerConfig.d.ts.map +1 -0
- package/dist/model/ServerConfigLiveness.d.ts +62 -0
- package/dist/model/ServerConfigLiveness.d.ts.map +1 -0
- package/dist/model/ServerInstance.d.ts +56 -0
- package/dist/model/ServerInstance.d.ts.map +1 -0
- package/dist/model/ServerInstanceType.d.ts +38 -0
- package/dist/model/ServerInstanceType.d.ts.map +1 -0
- package/dist/model/ServiceInstance.d.ts +73 -0
- package/dist/model/ServiceInstance.d.ts.map +1 -0
- package/dist/model/ServiceInstanceTimestampedEvent.d.ts +47 -0
- package/dist/model/ServiceInstanceTimestampedEvent.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfiguration.d.ts +97 -0
- package/dist/model/ServiceProviderConfiguration.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfigurationAuthenticationSchema.d.ts +50 -0
- package/dist/model/ServiceProviderConfigurationAuthenticationSchema.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.d.ts +56 -0
- package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfigurationBulkConfiguration.d.ts +43 -0
- package/dist/model/ServiceProviderConfigurationBulkConfiguration.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfigurationFilterConfiguration.d.ts +40 -0
- package/dist/model/ServiceProviderConfigurationFilterConfiguration.d.ts.map +1 -0
- package/dist/model/ServiceProviderConfigurationSupportedConfiguration.d.ts +37 -0
- package/dist/model/ServiceProviderConfigurationSupportedConfiguration.d.ts.map +1 -0
- package/dist/model/ServiceServiceState.d.ts +86 -0
- package/dist/model/ServiceServiceState.d.ts.map +1 -0
- package/dist/model/ServiceType.d.ts +62 -0
- package/dist/model/ServiceType.d.ts.map +1 -0
- package/dist/model/SetAppsCatalogLogoRequest.d.ts +40 -0
- package/dist/model/SetAppsCatalogLogoRequest.d.ts.map +1 -0
- package/dist/model/SetupConfiguration.d.ts +55 -0
- package/dist/model/SetupConfiguration.d.ts.map +1 -0
- package/dist/model/SetupConfigurationSetupData.d.ts +44 -0
- package/dist/model/SetupConfigurationSetupData.d.ts.map +1 -0
- package/dist/model/SortOrder.d.ts +38 -0
- package/dist/model/SortOrder.d.ts.map +1 -0
- package/dist/model/SortRequest.d.ts +42 -0
- package/dist/model/SortRequest.d.ts.map +1 -0
- package/dist/model/State.d.ts +61 -0
- package/dist/model/State.d.ts.map +1 -0
- package/dist/model/StateHistory.d.ts +50 -0
- package/dist/model/StateHistory.d.ts.map +1 -0
- package/dist/model/StateType.d.ts +128 -0
- package/dist/model/StateType.d.ts.map +1 -0
- package/dist/model/Task.d.ts +92 -0
- package/dist/model/Task.d.ts.map +1 -0
- package/dist/model/TaskFixture.d.ts +58 -0
- package/dist/model/TaskFixture.d.ts.map +1 -0
- package/dist/model/TaskForExecution.d.ts +68 -0
- package/dist/model/TaskForExecution.d.ts.map +1 -0
- package/dist/model/TaskRun.d.ts +91 -0
- package/dist/model/TaskRun.d.ts.map +1 -0
- package/dist/model/TaskRunAttempt.d.ts +53 -0
- package/dist/model/TaskRunAttempt.d.ts.map +1 -0
- package/dist/model/Tenant.d.ts +90 -0
- package/dist/model/Tenant.d.ts.map +1 -0
- package/dist/model/TenantAppCatalogConfig.d.ts +43 -0
- package/dist/model/TenantAppCatalogConfig.d.ts.map +1 -0
- package/dist/model/TenantControllerAppsCatalogConfigRequest.d.ts +43 -0
- package/dist/model/TenantControllerAppsCatalogConfigRequest.d.ts.map +1 -0
- package/dist/model/TenantControllerAppsCatalogConfigResponse.d.ts +46 -0
- package/dist/model/TenantControllerAppsCatalogConfigResponse.d.ts.map +1 -0
- package/dist/model/TenantInterface.d.ts +37 -0
- package/dist/model/TenantInterface.d.ts.map +1 -0
- package/dist/model/TenantUsage.d.ts +37 -0
- package/dist/model/TenantUsage.d.ts.map +1 -0
- package/dist/model/TestState.d.ts +50 -0
- package/dist/model/TestState.d.ts.map +1 -0
- package/dist/model/TestSuite.d.ts +73 -0
- package/dist/model/TestSuite.d.ts.map +1 -0
- package/dist/model/TestSuiteControllerRunRequest.d.ts +37 -0
- package/dist/model/TestSuiteControllerRunRequest.d.ts.map +1 -0
- package/dist/model/TestSuiteControllerSearchTestsLastResult.d.ts +40 -0
- package/dist/model/TestSuiteControllerSearchTestsLastResult.d.ts.map +1 -0
- package/dist/model/TestSuiteControllerTestSuiteApiId.d.ts +50 -0
- package/dist/model/TestSuiteControllerTestSuiteApiId.d.ts.map +1 -0
- package/dist/model/TestSuiteControllerTestSuiteBulkRequest.d.ts +49 -0
- package/dist/model/TestSuiteControllerTestSuiteBulkRequest.d.ts.map +1 -0
- package/dist/model/TestSuiteControllerTestsLastResultResponse.d.ts +40 -0
- package/dist/model/TestSuiteControllerTestsLastResultResponse.d.ts.map +1 -0
- package/dist/model/TestSuiteRunResult.d.ts +77 -0
- package/dist/model/TestSuiteRunResult.d.ts.map +1 -0
- package/dist/model/TestSuiteServiceRunByQueryRequest.d.ts +55 -0
- package/dist/model/TestSuiteServiceRunByQueryRequest.d.ts.map +1 -0
- package/dist/model/TestSuiteServiceTestRunByQueryResult.d.ts +53 -0
- package/dist/model/TestSuiteServiceTestRunByQueryResult.d.ts.map +1 -0
- package/dist/model/TheLabelsToPassToTheExecutionCreated.d.ts +48 -0
- package/dist/model/TheLabelsToPassToTheExecutionCreated.d.ts.map +1 -0
- package/dist/model/TimeWindow.d.ts +40 -0
- package/dist/model/TimeWindow.d.ts.map +1 -0
- package/dist/model/Trigger.d.ts +90 -0
- package/dist/model/Trigger.d.ts.map +1 -0
- package/dist/model/TriggerContext.d.ts +77 -0
- package/dist/model/TriggerContext.d.ts.map +1 -0
- package/dist/model/TriggerControllerSetDisabledRequest.d.ts +53 -0
- package/dist/model/TriggerControllerSetDisabledRequest.d.ts.map +1 -0
- package/dist/model/TriggerControllerTriggers.d.ts +42 -0
- package/dist/model/TriggerControllerTriggers.d.ts.map +1 -0
- package/dist/model/TriggerFixture.d.ts +53 -0
- package/dist/model/TriggerFixture.d.ts.map +1 -0
- package/dist/model/Type.d.ts +140 -0
- package/dist/model/Type.d.ts.map +1 -0
- package/dist/model/UnitTest.d.ts +67 -0
- package/dist/model/UnitTest.d.ts.map +1 -0
- package/dist/model/UnitTestResult.d.ts +75 -0
- package/dist/model/UnitTestResult.d.ts.map +1 -0
- package/dist/model/UploadVersionedPluginsRequest.d.ts +49 -0
- package/dist/model/UploadVersionedPluginsRequest.d.ts.map +1 -0
- package/dist/model/UsageEE.d.ts +58 -0
- package/dist/model/UsageEE.d.ts.map +1 -0
- package/dist/model/UserGroup.d.ts +47 -0
- package/dist/model/UserGroup.d.ts.map +1 -0
- package/dist/model/UserGroupType.d.ts +38 -0
- package/dist/model/UserGroupType.d.ts.map +1 -0
- package/dist/model/UserType.d.ts +38 -0
- package/dist/model/UserType.d.ts.map +1 -0
- package/dist/model/UserUsage.d.ts +58 -0
- package/dist/model/UserUsage.d.ts.map +1 -0
- package/dist/model/UsernamePasswordCredentials.d.ts +56 -0
- package/dist/model/UsernamePasswordCredentials.d.ts.map +1 -0
- package/dist/model/ValidateConstraintViolation.d.ts +67 -0
- package/dist/model/ValidateConstraintViolation.d.ts.map +1 -0
- package/dist/model/ValuePathExpression.d.ts +41 -0
- package/dist/model/ValuePathExpression.d.ts.map +1 -0
- package/dist/model/WorkerGroup.d.ts +41 -0
- package/dist/model/WorkerGroup.d.ts.map +1 -0
- package/dist/model/WorkerGroupFallback.d.ts +44 -0
- package/dist/model/WorkerGroupFallback.d.ts.map +1 -0
- package/dist/model/WorkerTaskRestartStrategy.d.ts +44 -0
- package/dist/model/WorkerTaskRestartStrategy.d.ts.map +1 -0
- package/package.json +24 -32
- package/dist/ApiClient.js +0 -704
- package/dist/KestraClient.js +0 -97
- package/dist/api/AIApi.js +0 -85
- package/dist/api/AppsApi.js +0 -1017
- package/dist/api/AuditLogsApi.js +0 -421
- package/dist/api/AuthsApi.js +0 -236
- package/dist/api/BannersApi.js +0 -184
- package/dist/api/BindingsApi.js +0 -269
- package/dist/api/BlueprintTagsApi.js +0 -134
- package/dist/api/BlueprintsApi.js +0 -528
- package/dist/api/ClusterApi.js +0 -102
- package/dist/api/DashboardsApi.js +0 -535
- package/dist/api/DefaultApi.js +0 -274
- package/dist/api/ExecutionsApi.js +0 -2992
- package/dist/api/FilesApi.js +0 -471
- package/dist/api/FlowsApi.js +0 -1509
- package/dist/api/GroupsApi.js +0 -567
- package/dist/api/InvitationsApi.js +0 -300
- package/dist/api/KVApi.js +0 -321
- package/dist/api/LogsApi.js +0 -371
- package/dist/api/MaintenanceApi.js +0 -102
- package/dist/api/MetricsApi.js +0 -393
- package/dist/api/MiscApi.js +0 -384
- package/dist/api/NamespacesApi.js +0 -657
- package/dist/api/PluginsApi.js +0 -813
- package/dist/api/RolesApi.js +0 -352
- package/dist/api/SCIMConfigurationApi.js +0 -264
- package/dist/api/SCIMGroupsApi.js +0 -423
- package/dist/api/SCIMUsersApi.js +0 -423
- package/dist/api/SecurityIntegrationsApi.js +0 -290
- package/dist/api/ServiceAccountApi.js +0 -451
- package/dist/api/ServicesApi.js +0 -164
- package/dist/api/TenantAccessApi.js +0 -268
- package/dist/api/TenantsApi.js +0 -325
- package/dist/api/TestSuitesApi.js +0 -711
- package/dist/api/TriggersApi.js +0 -885
- package/dist/api/UsersApi.js +0 -1010
- package/dist/api/WorkerGroupsApi.js +0 -224
- package/dist/index.js +0 -2953
- package/dist/model/AbstractFlow.js +0 -264
- package/dist/model/AbstractFlowLabels.js +0 -158
- package/dist/model/AbstractGraph.js +0 -110
- package/dist/model/AbstractGraphBranchType.js +0 -63
- package/dist/model/AbstractMetricEntryObject.js +0 -162
- package/dist/model/AbstractTrigger.js +0 -264
- package/dist/model/AbstractTriggerForExecution.js +0 -138
- package/dist/model/AbstractUser.js +0 -277
- package/dist/model/AbstractUserTenantIdentityProvider.js +0 -186
- package/dist/model/Action.js +0 -68
- package/dist/model/ApiAuth.js +0 -140
- package/dist/model/ApiAutocomplete.js +0 -109
- package/dist/model/ApiGroupSummary.js +0 -126
- package/dist/model/ApiIds.js +0 -112
- package/dist/model/ApiPatchSuperAdminRequest.js +0 -108
- package/dist/model/ApiRoleSummary.js +0 -146
- package/dist/model/ApiSecretListResponse.js +0 -150
- package/dist/model/ApiSecretMeta.js +0 -112
- package/dist/model/ApiSecretMetaEE.js +0 -166
- package/dist/model/ApiSecretTag.js +0 -126
- package/dist/model/ApiSecretValue.js +0 -172
- package/dist/model/ApiTenant.js +0 -337
- package/dist/model/ApiTenantSummary.js +0 -126
- package/dist/model/ApiUser.js +0 -361
- package/dist/model/AppResponse.js +0 -142
- package/dist/model/AppResponseUILayout.js +0 -112
- package/dist/model/AppsControllerApiApp.js +0 -212
- package/dist/model/AppsControllerApiAppCatalogItem.js +0 -168
- package/dist/model/AppsControllerApiAppSource.js +0 -198
- package/dist/model/AppsControllerApiAppTags.js +0 -112
- package/dist/model/AppsControllerApiBulkImportResponse.js +0 -144
- package/dist/model/AppsControllerApiBulkImportResponseError.js +0 -126
- package/dist/model/AppsControllerApiBulkOperationRequest.js +0 -112
- package/dist/model/Assertion.js +0 -325
- package/dist/model/AssertionResult.js +0 -184
- package/dist/model/AssertionRunError.js +0 -126
- package/dist/model/AttributeReference.js +0 -149
- package/dist/model/AuditLog.js +0 -285
- package/dist/model/AuditLogControllerApiAuditLogItem.js +0 -130
- package/dist/model/AuditLogControllerAuditLogDiff.js +0 -126
- package/dist/model/AuditLogControllerAuditLogOption.js +0 -136
- package/dist/model/AuditLogControllerFindRequest.js +0 -130
- package/dist/model/AuditLogDetail.js +0 -142
- package/dist/model/AuthControllerAuth.js +0 -105
- package/dist/model/AuthControllerInvitationUserRequest.js +0 -140
- package/dist/model/AuthControllerResetPasswordRequest.js +0 -126
- package/dist/model/Backfill.js +0 -180
- package/dist/model/Banner.js +0 -169
- package/dist/model/BannerType.js +0 -63
- package/dist/model/BaseAuditLog.js +0 -215
- package/dist/model/BaseResourcePatchRequest.js +0 -89
- package/dist/model/BaseResourceScimResource.js +0 -89
- package/dist/model/BaseResourceSearchRequest.js +0 -89
- package/dist/model/Binding.js +0 -175
- package/dist/model/BindingType.js +0 -58
- package/dist/model/Blueprint.js +0 -188
- package/dist/model/BlueprintControllerApiBlueprintItem.js +0 -178
- package/dist/model/BlueprintControllerApiBlueprintItemWithSource.js +0 -229
- package/dist/model/BlueprintControllerApiBlueprintTagItem.js +0 -136
- package/dist/model/BlueprintControllerKind.js +0 -63
- package/dist/model/BlueprintWithFlow.js +0 -236
- package/dist/model/Breakpoint.js +0 -124
- package/dist/model/BulkErrorResponse.js +0 -97
- package/dist/model/BulkResponse.js +0 -85
- package/dist/model/Cache.js +0 -120
- package/dist/model/ChartChartOption.js +0 -134
- package/dist/model/ChartFiltersOverrides.js +0 -164
- package/dist/model/Concurrency.js +0 -119
- package/dist/model/ConcurrencyBehavior.js +0 -63
- package/dist/model/Condition.js +0 -112
- package/dist/model/ConversionServiceProvider.js +0 -108
- package/dist/model/ConvertibleMultiValuesString.js +0 -139
- package/dist/model/ConvertibleValuesListString.js +0 -126
- package/dist/model/CreateApiTokenRequest.js +0 -150
- package/dist/model/CreateApiTokenResponse.js +0 -140
- package/dist/model/CreateSecurityIntegrationRequest.js +0 -140
- package/dist/model/CrudEventType.js +0 -93
- package/dist/model/DailyExecutionStatistics.js +0 -154
- package/dist/model/DailyExecutionStatisticsDuration.js +0 -164
- package/dist/model/DailyExecutionStatisticsExecutionCounts.js +0 -197
- package/dist/model/Dashboard.js +0 -180
- package/dist/model/DashboardControllerPreviewRequest.js +0 -126
- package/dist/model/DeleteExecutionsByQueryRequest.js +0 -111
- package/dist/model/DeletedInterface.js +0 -85
- package/dist/model/DependsOn.js +0 -101
- package/dist/model/DocumentationWithSchema.js +0 -103
- package/dist/model/EditionProviderEdition.js +0 -58
- package/dist/model/Email.js +0 -110
- package/dist/model/EventAppResponse.js +0 -139
- package/dist/model/EventExecution.js +0 -139
- package/dist/model/EventExecutionStatusEvent.js +0 -139
- package/dist/model/EventLogEntry.js +0 -139
- package/dist/model/ExecutableTaskSubflowId.js +0 -134
- package/dist/model/Execution.js +0 -427
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponse.js +0 -158
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.js +0 -176
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.js +0 -112
- package/dist/model/ExecutionControllerEvalResult.js +0 -113
- package/dist/model/ExecutionControllerExecutionResponse.js +0 -527
- package/dist/model/ExecutionControllerLastExecutionResponse.js +0 -161
- package/dist/model/ExecutionControllerSetLabelsByIdsRequest.js +0 -144
- package/dist/model/ExecutionControllerStateRequest.js +0 -123
- package/dist/model/ExecutionControllerWebhookResponse.js +0 -254
- package/dist/model/ExecutionKind.js +0 -63
- package/dist/model/ExecutionMetadata.js +0 -118
- package/dist/model/ExecutionRepositoryInterfaceChildFilter.js +0 -58
- package/dist/model/ExecutionRepositoryInterfaceFlowFilter.js +0 -126
- package/dist/model/ExecutionStatusEvent.js +0 -170
- package/dist/model/ExecutionTrigger.js +0 -152
- package/dist/model/ExecutionUsage.js +0 -139
- package/dist/model/FileAttributes.js +0 -132
- package/dist/model/FileAttributesFileType.js +0 -58
- package/dist/model/FileMetas.js +0 -108
- package/dist/model/Filter.js +0 -120
- package/dist/model/Fixtures.js +0 -144
- package/dist/model/Flow.js +0 -605
- package/dist/model/FlowAllOfLabels.js +0 -158
- package/dist/model/FlowControllerTaskValidationType.js +0 -58
- package/dist/model/FlowForExecution.js +0 -463
- package/dist/model/FlowForExecutionAllOfLabels.js +0 -158
- package/dist/model/FlowGenerationPrompt.js +0 -140
- package/dist/model/FlowGraph.js +0 -208
- package/dist/model/FlowGraphCluster.js +0 -170
- package/dist/model/FlowGraphEdge.js +0 -142
- package/dist/model/FlowId.js +0 -121
- package/dist/model/FlowInterface.js +0 -362
- package/dist/model/FlowNode.js +0 -140
- package/dist/model/FlowRelation.js +0 -58
- package/dist/model/FlowScope.js +0 -58
- package/dist/model/FlowTopologyGraph.js +0 -162
- package/dist/model/FlowTopologyGraphEdge.js +0 -137
- package/dist/model/FlowUsage.js +0 -123
- package/dist/model/FlowWithSource.js +0 -699
- package/dist/model/FlowWithSourceAllOfLabels.js +0 -158
- package/dist/model/GroupIdentifier.js +0 -147
- package/dist/model/GroupIdentifierMembership.js +0 -58
- package/dist/model/GroupUsage.js +0 -85
- package/dist/model/HttpParameters.js +0 -152
- package/dist/model/IAMBindingControllerApiBindingDetail.js +0 -179
- package/dist/model/IAMBindingControllerApiBindingGroup.js +0 -126
- package/dist/model/IAMBindingControllerApiBindingUser.js +0 -151
- package/dist/model/IAMBindingControllerApiCreateBindingRequest.js +0 -149
- package/dist/model/IAMBindingControllerApiRole.js +0 -126
- package/dist/model/IAMGroupControllerApiCreateGroupRequest.js +0 -140
- package/dist/model/IAMGroupControllerApiGroupDetail.js +0 -140
- package/dist/model/IAMGroupControllerApiGroupMember.js +0 -172
- package/dist/model/IAMGroupControllerApiGroupMembership.js +0 -147
- package/dist/model/IAMGroupControllerApiUpdateGroupRequest.js +0 -129
- package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.js +0 -178
- package/dist/model/IAMInvitationControllerApiInvitationDetail.js +0 -269
- package/dist/model/IAMInvitationControllerApiInvitationRole.js +0 -126
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.js +0 -152
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.js +0 -365
- package/dist/model/IAMRoleControllerApiRoleDetail.js +0 -176
- package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.js +0 -151
- package/dist/model/IAMServiceAccountControllerApiGroup.js +0 -112
- package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.js +0 -127
- package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.js +0 -186
- package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.js +0 -169
- package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.js +0 -186
- package/dist/model/IAMTenantAccessControllerApiAuthentication.js +0 -126
- package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.js +0 -112
- package/dist/model/IAMTenantAccessControllerApiGroup.js +0 -136
- package/dist/model/IAMTenantAccessControllerApiRoleAssignment.js +0 -197
- package/dist/model/IAMTenantAccessControllerApiTenantAccess.js +0 -228
- package/dist/model/IAMTenantAccessControllerApiUserPermission.js +0 -124
- package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.js +0 -218
- package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.js +0 -139
- package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.js +0 -202
- package/dist/model/IAMUserControllerApiGroup.js +0 -126
- package/dist/model/IAMUserControllerApiPatchRestrictedRequest.js +0 -108
- package/dist/model/IAMUserControllerApiPatchSuperAdminRequest.js +0 -108
- package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.js +0 -112
- package/dist/model/IAMUserControllerApiTenant.js +0 -126
- package/dist/model/IAMUserControllerApiUser.js +0 -298
- package/dist/model/IAMUserControllerApiUserAuth.js +0 -140
- package/dist/model/IAMUserControllerApiUserSummary.js +0 -214
- package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.js +0 -112
- package/dist/model/IdWithNamespace.js +0 -101
- package/dist/model/IdentityProvider.js +0 -152
- package/dist/model/InputObject.js +0 -195
- package/dist/model/InputType.js +0 -126
- package/dist/model/InstanceControllerApiActiveService.js +0 -119
- package/dist/model/InstanceControllerApiActiveServiceList.js +0 -140
- package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.js +0 -143
- package/dist/model/InstanceControllerApiPluginArtifact.js +0 -168
- package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.js +0 -122
- package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.js +0 -122
- package/dist/model/InstanceControllerApiPluginListRequest.js +0 -112
- package/dist/model/InstanceControllerApiPluginVersionDetails.js +0 -214
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.js +0 -126
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.js +0 -144
- package/dist/model/InstanceControllerApiPluginVersions.js +0 -158
- package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.js +0 -128
- package/dist/model/InstanceControllerApiServerInstance.js +0 -151
- package/dist/model/InstanceControllerApiServiceInstance.js +0 -170
- package/dist/model/InstanceControllerApiWorkerGroup.js +0 -158
- package/dist/model/InstanceControllerApiWorkerGroupDetails.js +0 -191
- package/dist/model/InstanceControllerApiWorkerGroupItem.js +0 -155
- package/dist/model/InstanceControllerApiWorkerGroupList.js +0 -132
- package/dist/model/Invitation.js +0 -282
- package/dist/model/InvitationInvitationStatus.js +0 -63
- package/dist/model/Isolation.js +0 -123
- package/dist/model/KVControllerApiDeleteBulkRequest.js +0 -112
- package/dist/model/KVControllerApiDeleteBulkResponse.js +0 -112
- package/dist/model/KVControllerTypedValue.js +0 -119
- package/dist/model/KVEntry.js +0 -152
- package/dist/model/KVType.js +0 -83
- package/dist/model/Label.js +0 -126
- package/dist/model/LeftSidebarConfiguration.js +0 -89
- package/dist/model/Level.js +0 -73
- package/dist/model/Listener.js +0 -176
- package/dist/model/LogEntry.js +0 -250
- package/dist/model/MapObjectObject.js +0 -85
- package/dist/model/MeControllerApiMe.js +0 -212
- package/dist/model/MeControllerApiProfile.js +0 -154
- package/dist/model/MeControllerApiTenant.js +0 -140
- package/dist/model/MeControllerApiUpdatePasswordRequest.js +0 -126
- package/dist/model/MeControllerApiUserDetailsRequest.js +0 -140
- package/dist/model/Meta.js +0 -129
- package/dist/model/Metric.js +0 -196
- package/dist/model/MetricAggregation.js +0 -132
- package/dist/model/MetricAggregations.js +0 -144
- package/dist/model/MetricEntry.js +0 -239
- package/dist/model/MetricTag.js +0 -126
- package/dist/model/MiscControllerApiUsage.js +0 -105
- package/dist/model/MiscControllerBasicAuthCredentials.js +0 -140
- package/dist/model/MiscControllerConfiguration.js +0 -291
- package/dist/model/MiscControllerEEConfiguration.js +0 -548
- package/dist/model/MiscControllerEdition.js +0 -58
- package/dist/model/MiscControllerEnvironment.js +0 -126
- package/dist/model/MiscControllerLicenseInfo.js +0 -162
- package/dist/model/MiscControllerPluginIdAndVersion.js +0 -126
- package/dist/model/MiscControllerPreview.js +0 -118
- package/dist/model/MiscControllerTenantConfigurationInfo.js +0 -118
- package/dist/model/Name.js +0 -102
- package/dist/model/Namespace.js +0 -355
- package/dist/model/NamespaceAllowedNamespace.js +0 -112
- package/dist/model/NamespaceAllowedTrigger.js +0 -126
- package/dist/model/NamespaceLight.js +0 -122
- package/dist/model/Output.js +0 -165
- package/dist/model/PageRequest.js +0 -93
- package/dist/model/PagedResultsApiGroupSummary.js +0 -140
- package/dist/model/PagedResultsApiRoleSummary.js +0 -140
- package/dist/model/PagedResultsAppsControllerApiApp.js +0 -140
- package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.js +0 -140
- package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.js +0 -140
- package/dist/model/PagedResultsBlueprint.js +0 -140
- package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.js +0 -140
- package/dist/model/PagedResultsDashboard.js +0 -140
- package/dist/model/PagedResultsExecution.js +0 -140
- package/dist/model/PagedResultsFlow.js +0 -140
- package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.js +0 -140
- package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.js +0 -140
- package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.js +0 -140
- package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.js +0 -140
- package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.js +0 -140
- package/dist/model/PagedResultsIAMUserControllerApiUserSummary.js +0 -140
- package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.js +0 -140
- package/dist/model/PagedResultsInstanceControllerApiServiceInstance.js +0 -140
- package/dist/model/PagedResultsLogEntry.js +0 -140
- package/dist/model/PagedResultsMapStringObject.js +0 -124
- package/dist/model/PagedResultsMetricEntry.js +0 -140
- package/dist/model/PagedResultsNamespace.js +0 -140
- package/dist/model/PagedResultsSearchResultFlow.js +0 -140
- package/dist/model/PagedResultsTaskRun.js +0 -140
- package/dist/model/PagedResultsTenant.js +0 -140
- package/dist/model/PagedResultsTestSuite.js +0 -140
- package/dist/model/PagedResultsTestSuiteRunResult.js +0 -140
- package/dist/model/PagedResultsTrigger.js +0 -140
- package/dist/model/PagedResultsTriggerControllerTriggers.js +0 -140
- package/dist/model/PatchOperation.js +0 -108
- package/dist/model/PatchOperationPath.js +0 -114
- package/dist/model/PatchOperationType.js +0 -63
- package/dist/model/PatchRequest.js +0 -132
- package/dist/model/Permission.js +0 -168
- package/dist/model/Plugin.js +0 -630
- package/dist/model/PluginArtifact.js +0 -182
- package/dist/model/PluginArtifactMetadata.js +0 -156
- package/dist/model/PluginControllerApiPluginVersions.js +0 -126
- package/dist/model/PluginDefault.js +0 -134
- package/dist/model/PluginIcon.js +0 -109
- package/dist/model/PluginPluginElementMetadata.js +0 -122
- package/dist/model/PluginSchema.js +0 -107
- package/dist/model/PluginSubGroupPluginCategory.js +0 -118
- package/dist/model/PreviewAppRequest.js +0 -91
- package/dist/model/PropertyBoolean.js +0 -120
- package/dist/model/PropertyDouble.js +0 -120
- package/dist/model/PropertyDuration.js +0 -124
- package/dist/model/PropertyListString.js +0 -124
- package/dist/model/PropertyObject.js +0 -120
- package/dist/model/PropertyString.js +0 -124
- package/dist/model/QueryFilter.js +0 -130
- package/dist/model/QueryFilterField.js +0 -128
- package/dist/model/QueryFilterFieldOp.js +0 -158
- package/dist/model/QueryFilterOp.js +0 -113
- package/dist/model/QueryFilterOperation.js +0 -126
- package/dist/model/QueryFilterResourceField.js +0 -144
- package/dist/model/RBACServiceRoleAssignmentRoleOrigin.js +0 -58
- package/dist/model/Relation.js +0 -123
- package/dist/model/RelationType.js +0 -83
- package/dist/model/ResourceType.js +0 -341
- package/dist/model/ResourceType1.js +0 -168
- package/dist/model/ResourceTypeSchemaExtensionConfiguration.js +0 -97
- package/dist/model/RightSidebarConfiguration.js +0 -88
- package/dist/model/RightSidebarConfigurationCustomLink.js +0 -126
- package/dist/model/Role.js +0 -186
- package/dist/model/RoleUsage.js +0 -85
- package/dist/model/SLA.js +0 -148
- package/dist/model/SLABehavior.js +0 -63
- package/dist/model/SLAType.js +0 -58
- package/dist/model/Schema.js +0 -180
- package/dist/model/SchemaAttribute.js +0 -274
- package/dist/model/SchemaAttributeMutability.js +0 -68
- package/dist/model/SchemaAttributeReturned.js +0 -68
- package/dist/model/SchemaAttributeType.js +0 -88
- package/dist/model/SchemaAttributeUniqueness.js +0 -63
- package/dist/model/SchemaType.js +0 -88
- package/dist/model/ScimExtension.js +0 -89
- package/dist/model/ScimResource.js +0 -197
- package/dist/model/ScimResourceWithOptionalId.js +0 -230
- package/dist/model/ScimUser.js +0 -338
- package/dist/model/SearchRequest.js +0 -241
- package/dist/model/SearchResultFlow.js +0 -128
- package/dist/model/SecurityIntegrationType.js +0 -53
- package/dist/model/ServerConfig.js +0 -138
- package/dist/model/ServerConfigLiveness.js +0 -169
- package/dist/model/ServerInstance.js +0 -195
- package/dist/model/ServerInstanceType.js +0 -58
- package/dist/model/ServiceInstance.js +0 -272
- package/dist/model/ServiceInstanceTimestampedEvent.js +0 -147
- package/dist/model/ServiceProviderConfiguration.js +0 -386
- package/dist/model/ServiceProviderConfigurationAuthenticationSchema.js +0 -134
- package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.js +0 -73
- package/dist/model/ServiceProviderConfigurationBulkConfiguration.js +0 -111
- package/dist/model/ServiceProviderConfigurationFilterConfiguration.js +0 -103
- package/dist/model/ServiceProviderConfigurationSupportedConfiguration.js +0 -85
- package/dist/model/ServiceServiceState.js +0 -98
- package/dist/model/ServiceType.js +0 -78
- package/dist/model/SetupConfiguration.js +0 -170
- package/dist/model/SetupConfigurationSetupData.js +0 -142
- package/dist/model/SortOrder.js +0 -58
- package/dist/model/SortRequest.js +0 -100
- package/dist/model/State.js +0 -167
- package/dist/model/StateHistory.js +0 -119
- package/dist/model/StateType.js +0 -123
- package/dist/model/Task.js +0 -253
- package/dist/model/TaskFixture.js +0 -157
- package/dist/model/TaskForExecution.js +0 -211
- package/dist/model/TaskRun.js +0 -296
- package/dist/model/TaskRunAttempt.js +0 -168
- package/dist/model/Tenant.js +0 -265
- package/dist/model/TenantInterface.js +0 -89
- package/dist/model/TenantUsage.js +0 -85
- package/dist/model/TestState.js +0 -68
- package/dist/model/TestSuite.js +0 -212
- package/dist/model/TestSuiteControllerRunRequest.js +0 -112
- package/dist/model/TestSuiteControllerSearchTestsLastResult.js +0 -130
- package/dist/model/TestSuiteControllerTestSuiteApiId.js +0 -126
- package/dist/model/TestSuiteControllerTestSuiteBulkRequest.js +0 -130
- package/dist/model/TestSuiteControllerTestsLastResultResponse.js +0 -130
- package/dist/model/TestSuiteRunResult.js +0 -217
- package/dist/model/TestSuiteServiceRunByQueryRequest.js +0 -138
- package/dist/model/TestSuiteServiceTestRunByQueryResult.js +0 -180
- package/dist/model/TheLabelsToPassToTheExecutionCreated.js +0 -158
- package/dist/model/TimeWindow.js +0 -101
- package/dist/model/Trigger.js +0 -287
- package/dist/model/TriggerContext.js +0 -205
- package/dist/model/TriggerControllerSetDisabledRequest.js +0 -140
- package/dist/model/TriggerControllerTriggers.js +0 -130
- package/dist/model/TriggerFixture.js +0 -136
- package/dist/model/Type.js +0 -143
- package/dist/model/UnitTest.js +0 -192
- package/dist/model/UnitTestResult.js +0 -245
- package/dist/model/UpdateFlow200Response.js +0 -261
- package/dist/model/UpdateFlowsInNamespaceFromJson200Response.js +0 -141
- package/dist/model/UsageEE.js +0 -175
- package/dist/model/UserGroup.js +0 -122
- package/dist/model/UserGroupType.js +0 -58
- package/dist/model/UserType.js +0 -58
- package/dist/model/UserUsage.js +0 -138
- package/dist/model/UsernamePasswordCredentials.js +0 -150
- package/dist/model/ValidateConstraintViolation.js +0 -202
- package/dist/model/ValuePathExpression.js +0 -122
- package/dist/model/WorkerGroup.js +0 -98
- package/dist/model/WorkerGroupFallback.js +0 -63
- package/dist/model/WorkerTaskRestartStrategy.js +0 -63
package/dist/ApiClient.js
DELETED
|
@@ -1,704 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _superagent = _interopRequireDefault(require("superagent"));
|
|
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 _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
11
|
-
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); } }
|
|
12
|
-
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
13
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
|
-
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); } /**
|
|
15
|
-
* Kestra EE
|
|
16
|
-
* 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.
|
|
17
|
-
*
|
|
18
|
-
* The version of the OpenAPI document: v1
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
22
|
-
* https://openapi-generator.tech
|
|
23
|
-
* Do not edit the class manually.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
/**
|
|
27
|
-
* @module ApiClient
|
|
28
|
-
* @version 1.0.0
|
|
29
|
-
*/
|
|
30
|
-
/**
|
|
31
|
-
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
32
|
-
* application to use this class directly - the *Api and model classes provide the public API for the service. The
|
|
33
|
-
* contents of this file should be regarded as internal but are documented for completeness.
|
|
34
|
-
* @alias module:ApiClient
|
|
35
|
-
* @class
|
|
36
|
-
*/
|
|
37
|
-
var ApiClient = /*#__PURE__*/function () {
|
|
38
|
-
/**
|
|
39
|
-
* The base URL against which to resolve every API call's (relative) path.
|
|
40
|
-
* Overrides the default value set in spec file if present
|
|
41
|
-
* @param {String} basePath
|
|
42
|
-
*/
|
|
43
|
-
function ApiClient() {
|
|
44
|
-
var basePath = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'http://localhost';
|
|
45
|
-
_classCallCheck(this, ApiClient);
|
|
46
|
-
/**
|
|
47
|
-
* The base URL against which to resolve every API call's (relative) path.
|
|
48
|
-
* @type {String}
|
|
49
|
-
* @default http://localhost
|
|
50
|
-
*/
|
|
51
|
-
this.basePath = basePath.replace(/\/+$/, '');
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* The authentication methods to be included for all API calls.
|
|
55
|
-
* @type {Array.<String>}
|
|
56
|
-
*/
|
|
57
|
-
this.authentications = {
|
|
58
|
-
'basicAuth': {
|
|
59
|
-
type: 'basic'
|
|
60
|
-
},
|
|
61
|
-
'bearerAuth': {
|
|
62
|
-
type: 'bearer'
|
|
63
|
-
} // Bearer
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* The default HTTP headers to be included for all API calls.
|
|
68
|
-
* @type {Array.<String>}
|
|
69
|
-
* @default {}
|
|
70
|
-
*/
|
|
71
|
-
this.defaultHeaders = {
|
|
72
|
-
'User-Agent': 'OpenAPI-Generator/1.0.0/Javascript'
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* The default HTTP timeout for all API calls.
|
|
77
|
-
* @type {Number}
|
|
78
|
-
* @default 60000
|
|
79
|
-
*/
|
|
80
|
-
this.timeout = 60000;
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* If set to false an additional timestamp parameter is added to all API GET calls to
|
|
84
|
-
* prevent browser caching
|
|
85
|
-
* @type {Boolean}
|
|
86
|
-
* @default true
|
|
87
|
-
*/
|
|
88
|
-
this.cache = true;
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* If set to true, the client will save the cookies from each server
|
|
92
|
-
* response, and return them in the next request.
|
|
93
|
-
* @default false
|
|
94
|
-
*/
|
|
95
|
-
this.enableCookies = false;
|
|
96
|
-
|
|
97
|
-
/*
|
|
98
|
-
* Used to save and return cookies in a node.js (non-browser) setting,
|
|
99
|
-
* if this.enableCookies is set to true.
|
|
100
|
-
*/
|
|
101
|
-
if (typeof window === 'undefined') {
|
|
102
|
-
this.agent = new _superagent["default"].agent();
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
/*
|
|
106
|
-
* Allow user to override superagent agent
|
|
107
|
-
*/
|
|
108
|
-
this.requestAgent = null;
|
|
109
|
-
|
|
110
|
-
/*
|
|
111
|
-
* Allow user to add superagent plugins
|
|
112
|
-
*/
|
|
113
|
-
this.plugins = null;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* Returns a string representation for an actual parameter.
|
|
118
|
-
* @param param The actual parameter.
|
|
119
|
-
* @returns {String} The string representation of <code>param</code>.
|
|
120
|
-
*/
|
|
121
|
-
return _createClass(ApiClient, [{
|
|
122
|
-
key: "paramToString",
|
|
123
|
-
value: function paramToString(param) {
|
|
124
|
-
if (param == undefined || param == null) {
|
|
125
|
-
return '';
|
|
126
|
-
}
|
|
127
|
-
if (param instanceof Date) {
|
|
128
|
-
return param.toJSON();
|
|
129
|
-
}
|
|
130
|
-
if (ApiClient.canBeJsonified(param)) {
|
|
131
|
-
return JSON.stringify(param);
|
|
132
|
-
}
|
|
133
|
-
return param.toString();
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* Returns a boolean indicating if the parameter could be JSON.stringified
|
|
138
|
-
* @param param The actual parameter
|
|
139
|
-
* @returns {Boolean} Flag indicating if <code>param</code> can be JSON.stringified
|
|
140
|
-
*/
|
|
141
|
-
}, {
|
|
142
|
-
key: "buildUrl",
|
|
143
|
-
value:
|
|
144
|
-
/**
|
|
145
|
-
* Builds full URL by appending the given path to the base URL and replacing path parameter place-holders with parameter values.
|
|
146
|
-
* NOTE: query parameters are not handled here.
|
|
147
|
-
* @param {String} path The path to append to the base URL.
|
|
148
|
-
* @param {Object} pathParams The parameter values to append.
|
|
149
|
-
* @param {String} apiBasePath Base path defined in the path, operation level to override the default one
|
|
150
|
-
* @returns {String} The encoded path with parameter values substituted.
|
|
151
|
-
*/
|
|
152
|
-
function buildUrl(path, pathParams, apiBasePath) {
|
|
153
|
-
var _this = this;
|
|
154
|
-
if (!path.match(/^\//)) {
|
|
155
|
-
path = '/' + path;
|
|
156
|
-
}
|
|
157
|
-
var url = this.basePath + path;
|
|
158
|
-
|
|
159
|
-
// use API (operation, path) base path if defined
|
|
160
|
-
if (apiBasePath !== null && apiBasePath !== undefined) {
|
|
161
|
-
url = apiBasePath + path;
|
|
162
|
-
}
|
|
163
|
-
url = url.replace(/\{([\w-\.#]+)\}/g, function (fullMatch, key) {
|
|
164
|
-
var value;
|
|
165
|
-
if (pathParams.hasOwnProperty(key)) {
|
|
166
|
-
value = _this.paramToString(pathParams[key]);
|
|
167
|
-
} else {
|
|
168
|
-
value = fullMatch;
|
|
169
|
-
}
|
|
170
|
-
return encodeURIComponent(value);
|
|
171
|
-
});
|
|
172
|
-
return url;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
/**
|
|
176
|
-
* Checks whether the given content type represents JSON.<br>
|
|
177
|
-
* JSON content type examples:<br>
|
|
178
|
-
* <ul>
|
|
179
|
-
* <li>application/json</li>
|
|
180
|
-
* <li>application/json; charset=UTF8</li>
|
|
181
|
-
* <li>APPLICATION/JSON</li>
|
|
182
|
-
* </ul>
|
|
183
|
-
* @param {String} contentType The MIME content type to check.
|
|
184
|
-
* @returns {Boolean} <code>true</code> if <code>contentType</code> represents JSON, otherwise <code>false</code>.
|
|
185
|
-
*/
|
|
186
|
-
}, {
|
|
187
|
-
key: "isJsonMime",
|
|
188
|
-
value: function isJsonMime(contentType) {
|
|
189
|
-
return Boolean(contentType != null && contentType.match(/^application\/json(;.*)?$/i));
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
* Chooses a content type from the given array, with JSON preferred; i.e. return JSON if included, otherwise return the first.
|
|
194
|
-
* @param {Array.<String>} contentTypes
|
|
195
|
-
* @returns {String} The chosen content type, preferring JSON.
|
|
196
|
-
*/
|
|
197
|
-
}, {
|
|
198
|
-
key: "jsonPreferredMime",
|
|
199
|
-
value: function jsonPreferredMime(contentTypes) {
|
|
200
|
-
for (var i = 0; i < contentTypes.length; i++) {
|
|
201
|
-
if (this.isJsonMime(contentTypes[i])) {
|
|
202
|
-
return contentTypes[i];
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
return contentTypes[0];
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* Checks whether the given parameter value represents file-like content.
|
|
210
|
-
* @param param The parameter to check.
|
|
211
|
-
* @returns {Boolean} <code>true</code> if <code>param</code> represents a file.
|
|
212
|
-
*/
|
|
213
|
-
}, {
|
|
214
|
-
key: "isFileParam",
|
|
215
|
-
value: function isFileParam(param) {
|
|
216
|
-
// fs.ReadStream in Node.js and Electron (but not in runtime like browserify)
|
|
217
|
-
if (typeof require === 'function') {
|
|
218
|
-
var fs;
|
|
219
|
-
try {
|
|
220
|
-
fs = require('fs');
|
|
221
|
-
} catch (err) {}
|
|
222
|
-
if (fs && fs.ReadStream && param instanceof fs.ReadStream) {
|
|
223
|
-
return true;
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
// Buffer in Node.js
|
|
228
|
-
if (typeof Buffer === 'function' && param instanceof Buffer) {
|
|
229
|
-
return true;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
// Blob in browser
|
|
233
|
-
if (typeof Blob === 'function' && param instanceof Blob) {
|
|
234
|
-
return true;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
// File in browser (it seems File object is also instance of Blob, but keep this for safe)
|
|
238
|
-
if (typeof File === 'function' && param instanceof File) {
|
|
239
|
-
return true;
|
|
240
|
-
}
|
|
241
|
-
return false;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
/**
|
|
245
|
-
* Normalizes parameter values:
|
|
246
|
-
* <ul>
|
|
247
|
-
* <li>remove nils</li>
|
|
248
|
-
* <li>keep files and arrays</li>
|
|
249
|
-
* <li>format to string with `paramToString` for other cases</li>
|
|
250
|
-
* </ul>
|
|
251
|
-
* @param {Object.<String, Object>} params The parameters as object properties.
|
|
252
|
-
* @returns {Object.<String, Object>} normalized parameters.
|
|
253
|
-
*/
|
|
254
|
-
}, {
|
|
255
|
-
key: "normalizeParams",
|
|
256
|
-
value: function normalizeParams(params) {
|
|
257
|
-
var newParams = {};
|
|
258
|
-
for (var key in params) {
|
|
259
|
-
if (params.hasOwnProperty(key) && params[key] != undefined && params[key] != null) {
|
|
260
|
-
var value = params[key];
|
|
261
|
-
if (this.isFileParam(value) || Array.isArray(value)) {
|
|
262
|
-
newParams[key] = value;
|
|
263
|
-
} else {
|
|
264
|
-
newParams[key] = this.paramToString(value);
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
return newParams;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
/**
|
|
272
|
-
* Builds a string representation of an array-type actual parameter, according to the given collection format.
|
|
273
|
-
* @param {Array} param An array parameter.
|
|
274
|
-
* @param {module:ApiClient.CollectionFormatEnum} collectionFormat The array element separator strategy.
|
|
275
|
-
* @returns {String|Array} A string representation of the supplied collection, using the specified delimiter. Returns
|
|
276
|
-
* <code>param</code> as is if <code>collectionFormat</code> is <code>multi</code>.
|
|
277
|
-
*/
|
|
278
|
-
}, {
|
|
279
|
-
key: "buildCollectionParam",
|
|
280
|
-
value: function buildCollectionParam(param, collectionFormat) {
|
|
281
|
-
if (param == null) {
|
|
282
|
-
return null;
|
|
283
|
-
}
|
|
284
|
-
switch (collectionFormat) {
|
|
285
|
-
case 'csv':
|
|
286
|
-
return param.map(this.paramToString, this).join(',');
|
|
287
|
-
case 'ssv':
|
|
288
|
-
return param.map(this.paramToString, this).join(' ');
|
|
289
|
-
case 'tsv':
|
|
290
|
-
return param.map(this.paramToString, this).join('\t');
|
|
291
|
-
case 'pipes':
|
|
292
|
-
return param.map(this.paramToString, this).join('|');
|
|
293
|
-
case 'multi':
|
|
294
|
-
//return the array directly as SuperAgent will handle it as expected
|
|
295
|
-
return param.map(this.paramToString, this);
|
|
296
|
-
case 'passthrough':
|
|
297
|
-
return param;
|
|
298
|
-
default:
|
|
299
|
-
throw new Error('Unknown collection format: ' + collectionFormat);
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
/**
|
|
304
|
-
* Applies authentication headers to the request.
|
|
305
|
-
* @param {Object} request The request object created by a <code>superagent()</code> call.
|
|
306
|
-
* @param {Array.<String>} authNames An array of authentication method names.
|
|
307
|
-
*/
|
|
308
|
-
}, {
|
|
309
|
-
key: "applyAuthToRequest",
|
|
310
|
-
value: function applyAuthToRequest(request, authNames) {
|
|
311
|
-
var _this2 = this;
|
|
312
|
-
authNames.forEach(function (authName) {
|
|
313
|
-
var auth = _this2.authentications[authName];
|
|
314
|
-
switch (auth.type) {
|
|
315
|
-
case 'basic':
|
|
316
|
-
if (auth.username || auth.password) {
|
|
317
|
-
request.auth(auth.username || '', auth.password || '');
|
|
318
|
-
}
|
|
319
|
-
break;
|
|
320
|
-
case 'bearer':
|
|
321
|
-
if (auth.accessToken) {
|
|
322
|
-
var localVarBearerToken = typeof auth.accessToken === 'function' ? auth.accessToken() : auth.accessToken;
|
|
323
|
-
request.set({
|
|
324
|
-
'Authorization': 'Bearer ' + localVarBearerToken
|
|
325
|
-
});
|
|
326
|
-
}
|
|
327
|
-
break;
|
|
328
|
-
case 'apiKey':
|
|
329
|
-
if (auth.apiKey) {
|
|
330
|
-
var data = {};
|
|
331
|
-
if (auth.apiKeyPrefix) {
|
|
332
|
-
data[auth.name] = auth.apiKeyPrefix + ' ' + auth.apiKey;
|
|
333
|
-
} else {
|
|
334
|
-
data[auth.name] = auth.apiKey;
|
|
335
|
-
}
|
|
336
|
-
if (auth['in'] === 'header') {
|
|
337
|
-
request.set(data);
|
|
338
|
-
} else {
|
|
339
|
-
request.query(data);
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
break;
|
|
343
|
-
case 'oauth2':
|
|
344
|
-
if (auth.accessToken) {
|
|
345
|
-
request.set({
|
|
346
|
-
'Authorization': 'Bearer ' + auth.accessToken
|
|
347
|
-
});
|
|
348
|
-
}
|
|
349
|
-
break;
|
|
350
|
-
default:
|
|
351
|
-
throw new Error('Unknown authentication type: ' + auth.type);
|
|
352
|
-
}
|
|
353
|
-
});
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
/**
|
|
357
|
-
* Deserializes an HTTP response body into a value of the specified type.
|
|
358
|
-
* @param {Object} response A SuperAgent response object.
|
|
359
|
-
* @param {(String|Array.<String>|Object.<String, Object>|Function)} returnType The type to return. Pass a string for simple types
|
|
360
|
-
* or the constructor function for a complex type. Pass an array containing the type name to return an array of that type. To
|
|
361
|
-
* return an object, pass an object with one property whose name is the key type and whose value is the corresponding value type:
|
|
362
|
-
* all properties on <code>data<code> will be converted to this type.
|
|
363
|
-
* @returns A value of the specified type.
|
|
364
|
-
*/
|
|
365
|
-
}, {
|
|
366
|
-
key: "deserialize",
|
|
367
|
-
value: function deserialize(response, returnType) {
|
|
368
|
-
if (response == null || returnType == null || response.status == 204) {
|
|
369
|
-
return null;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
// Rely on SuperAgent for parsing response body.
|
|
373
|
-
// See http://visionmedia.github.io/superagent/#parsing-response-bodies
|
|
374
|
-
var data = response.body;
|
|
375
|
-
if (data == null || _typeof(data) === 'object' && typeof data.length === 'undefined' && !Object.keys(data).length) {
|
|
376
|
-
// SuperAgent does not always produce a body; use the unparsed response as a fallback
|
|
377
|
-
data = response.text;
|
|
378
|
-
}
|
|
379
|
-
return ApiClient.convertToType(data, returnType);
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
/**
|
|
383
|
-
* Callback function to receive the result of the operation.
|
|
384
|
-
* @callback module:ApiClient~callApiCallback
|
|
385
|
-
* @param {String} error Error message, if any.
|
|
386
|
-
* @param data The data returned by the service call.
|
|
387
|
-
* @param {String} response The complete HTTP response.
|
|
388
|
-
*/
|
|
389
|
-
|
|
390
|
-
/**
|
|
391
|
-
* Invokes the REST service using the supplied settings and parameters.
|
|
392
|
-
* @param {String} path The base URL to invoke.
|
|
393
|
-
* @param {String} httpMethod The HTTP method to use.
|
|
394
|
-
* @param {Object.<String, String>} pathParams A map of path parameters and their values.
|
|
395
|
-
* @param {Object.<String, Object>} queryParams A map of query parameters and their values.
|
|
396
|
-
* @param {Object.<String, Object>} headerParams A map of header parameters and their values.
|
|
397
|
-
* @param {Object.<String, Object>} formParams A map of form parameters and their values.
|
|
398
|
-
* @param {Object} bodyParam The value to pass as the request body.
|
|
399
|
-
* @param {Array.<String>} authNames An array of authentication type names.
|
|
400
|
-
* @param {Array.<String>} contentTypes An array of request MIME types.
|
|
401
|
-
* @param {Array.<String>} accepts An array of acceptable response MIME types.
|
|
402
|
-
* @param {(String|Array|ObjectFunction)} returnType The required type to return; can be a string for simple types or the
|
|
403
|
-
* constructor for a complex type.
|
|
404
|
-
* @param {String} apiBasePath base path defined in the operation/path level to override the default one
|
|
405
|
-
* @param {module:ApiClient~callApiCallback} callback The callback function.
|
|
406
|
-
* @returns {Object} The SuperAgent request object.
|
|
407
|
-
*/
|
|
408
|
-
}, {
|
|
409
|
-
key: "callApi",
|
|
410
|
-
value: function callApi(path, httpMethod, pathParams, queryParams, headerParams, formParams, bodyParam, authNames, contentTypes, accepts, returnType, apiBasePath, callback) {
|
|
411
|
-
var _this3 = this;
|
|
412
|
-
var url = this.buildUrl(path, pathParams, apiBasePath);
|
|
413
|
-
var request = (0, _superagent["default"])(httpMethod, url);
|
|
414
|
-
if (this.plugins !== null) {
|
|
415
|
-
for (var index in this.plugins) {
|
|
416
|
-
if (this.plugins.hasOwnProperty(index)) {
|
|
417
|
-
request.use(this.plugins[index]);
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
// apply authentications
|
|
423
|
-
this.applyAuthToRequest(request, authNames);
|
|
424
|
-
|
|
425
|
-
// set query parameters
|
|
426
|
-
if (httpMethod.toUpperCase() === 'GET' && this.cache === false) {
|
|
427
|
-
queryParams['_'] = new Date().getTime();
|
|
428
|
-
}
|
|
429
|
-
request.query(this.normalizeParams(queryParams));
|
|
430
|
-
|
|
431
|
-
// set header parameters
|
|
432
|
-
request.set(this.defaultHeaders).set(this.normalizeParams(headerParams));
|
|
433
|
-
|
|
434
|
-
// set requestAgent if it is set by user
|
|
435
|
-
if (this.requestAgent) {
|
|
436
|
-
request.agent(this.requestAgent);
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
// set request timeout
|
|
440
|
-
request.timeout(this.timeout);
|
|
441
|
-
var contentType = this.jsonPreferredMime(contentTypes);
|
|
442
|
-
if (contentType) {
|
|
443
|
-
// Issue with superagent and multipart/form-data (https://github.com/visionmedia/superagent/issues/746)
|
|
444
|
-
if (contentType != 'multipart/form-data') {
|
|
445
|
-
request.type(contentType);
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
if (contentType === 'application/x-www-form-urlencoded') {
|
|
449
|
-
var normalizedParams = this.normalizeParams(formParams);
|
|
450
|
-
var urlSearchParams = new URLSearchParams(normalizedParams);
|
|
451
|
-
var queryString = urlSearchParams.toString();
|
|
452
|
-
request.send(queryString);
|
|
453
|
-
} else if (contentType == 'multipart/form-data') {
|
|
454
|
-
var _formParams = this.normalizeParams(formParams);
|
|
455
|
-
for (var key in _formParams) {
|
|
456
|
-
if (_formParams.hasOwnProperty(key)) {
|
|
457
|
-
var _formParamsValue = _formParams[key];
|
|
458
|
-
if (this.isFileParam(_formParamsValue)) {
|
|
459
|
-
// file field
|
|
460
|
-
request.attach(key, _formParamsValue);
|
|
461
|
-
} else if (Array.isArray(_formParamsValue) && _formParamsValue.length && this.isFileParam(_formParamsValue[0])) {
|
|
462
|
-
// multiple files
|
|
463
|
-
_formParamsValue.forEach(function (file) {
|
|
464
|
-
return request.attach(key, file);
|
|
465
|
-
});
|
|
466
|
-
} else {
|
|
467
|
-
request.field(key, _formParamsValue);
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
} else if (bodyParam !== null && bodyParam !== undefined) {
|
|
472
|
-
if (!request.header['Content-Type']) {
|
|
473
|
-
request.type('application/json');
|
|
474
|
-
}
|
|
475
|
-
request.send(bodyParam);
|
|
476
|
-
}
|
|
477
|
-
var accept = this.jsonPreferredMime(accepts);
|
|
478
|
-
if (accept) {
|
|
479
|
-
request.accept(accept);
|
|
480
|
-
}
|
|
481
|
-
if (returnType === 'Blob') {
|
|
482
|
-
request.responseType('blob');
|
|
483
|
-
} else if (returnType === 'String') {
|
|
484
|
-
request.responseType('text');
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
// Attach previously saved cookies, if enabled
|
|
488
|
-
if (this.enableCookies) {
|
|
489
|
-
if (typeof window === 'undefined') {
|
|
490
|
-
this.agent._attachCookies(request);
|
|
491
|
-
} else {
|
|
492
|
-
request.withCredentials();
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
request.end(function (error, response) {
|
|
496
|
-
if (callback) {
|
|
497
|
-
var data = null;
|
|
498
|
-
if (!error) {
|
|
499
|
-
try {
|
|
500
|
-
data = _this3.deserialize(response, returnType);
|
|
501
|
-
if (_this3.enableCookies && typeof window === 'undefined') {
|
|
502
|
-
_this3.agent._saveCookies(response);
|
|
503
|
-
}
|
|
504
|
-
} catch (err) {
|
|
505
|
-
error = err;
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
callback(error, data, response);
|
|
509
|
-
}
|
|
510
|
-
});
|
|
511
|
-
return request;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
/**
|
|
515
|
-
* Parses an ISO-8601 string representation or epoch representation of a date value.
|
|
516
|
-
* @param {String} str The date value as a string.
|
|
517
|
-
* @returns {Date} The parsed date object.
|
|
518
|
-
*/
|
|
519
|
-
}, {
|
|
520
|
-
key: "hostSettings",
|
|
521
|
-
value:
|
|
522
|
-
/**
|
|
523
|
-
* Gets an array of host settings
|
|
524
|
-
* @returns An array of host settings
|
|
525
|
-
*/
|
|
526
|
-
function hostSettings() {
|
|
527
|
-
return [{
|
|
528
|
-
'url': "",
|
|
529
|
-
'description': "No description provided"
|
|
530
|
-
}];
|
|
531
|
-
}
|
|
532
|
-
}, {
|
|
533
|
-
key: "getBasePathFromSettings",
|
|
534
|
-
value: function getBasePathFromSettings(index) {
|
|
535
|
-
var variables = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
536
|
-
var servers = this.hostSettings();
|
|
537
|
-
|
|
538
|
-
// check array index out of bound
|
|
539
|
-
if (index < 0 || index >= servers.length) {
|
|
540
|
-
throw new Error("Invalid index " + index + " when selecting the host settings. Must be less than " + servers.length);
|
|
541
|
-
}
|
|
542
|
-
var server = servers[index];
|
|
543
|
-
var url = server['url'];
|
|
544
|
-
|
|
545
|
-
// go through variable and assign a value
|
|
546
|
-
for (var variable_name in server['variables']) {
|
|
547
|
-
if (variable_name in variables) {
|
|
548
|
-
var variable = server['variables'][variable_name];
|
|
549
|
-
if (!('enum_values' in variable) || variable['enum_values'].includes(variables[variable_name])) {
|
|
550
|
-
url = url.replace("{" + variable_name + "}", variables[variable_name]);
|
|
551
|
-
} else {
|
|
552
|
-
throw new Error("The variable `" + variable_name + "` in the host URL has invalid value " + variables[variable_name] + ". Must be " + server['variables'][variable_name]['enum_values'] + ".");
|
|
553
|
-
}
|
|
554
|
-
} else {
|
|
555
|
-
// use default value
|
|
556
|
-
url = url.replace("{" + variable_name + "}", server['variables'][variable_name]['default_value']);
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
return url;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
/**
|
|
563
|
-
* Constructs a new map or array model from REST data.
|
|
564
|
-
* @param data {Object|Array} The REST data.
|
|
565
|
-
* @param obj {Object|Array} The target object or array.
|
|
566
|
-
*/
|
|
567
|
-
}], [{
|
|
568
|
-
key: "canBeJsonified",
|
|
569
|
-
value: function canBeJsonified(str) {
|
|
570
|
-
if (typeof str !== 'string' && _typeof(str) !== 'object') return false;
|
|
571
|
-
try {
|
|
572
|
-
var type = str.toString();
|
|
573
|
-
return type === '[object Object]' || type === '[object Array]';
|
|
574
|
-
} catch (err) {
|
|
575
|
-
return false;
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
}, {
|
|
579
|
-
key: "parseDate",
|
|
580
|
-
value: function parseDate(str) {
|
|
581
|
-
if (isNaN(str)) {
|
|
582
|
-
return new Date(str.replace(/(\d)(T)(\d)/i, '$1 $3'));
|
|
583
|
-
}
|
|
584
|
-
return new Date(+str);
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
/**
|
|
588
|
-
* Converts a value to the specified type.
|
|
589
|
-
* @param {(String|Object)} data The data to convert, as a string or object.
|
|
590
|
-
* @param {(String|Array.<String>|Object.<String, Object>|Function)} type The type to return. Pass a string for simple types
|
|
591
|
-
* or the constructor function for a complex type. Pass an array containing the type name to return an array of that type. To
|
|
592
|
-
* return an object, pass an object with one property whose name is the key type and whose value is the corresponding value type:
|
|
593
|
-
* all properties on <code>data<code> will be converted to this type.
|
|
594
|
-
* @returns An instance of the specified type or null or undefined if data is null or undefined.
|
|
595
|
-
*/
|
|
596
|
-
}, {
|
|
597
|
-
key: "convertToType",
|
|
598
|
-
value: function convertToType(data, type) {
|
|
599
|
-
if (data === null || data === undefined) return data;
|
|
600
|
-
switch (type) {
|
|
601
|
-
case 'Boolean':
|
|
602
|
-
return Boolean(data);
|
|
603
|
-
case 'Integer':
|
|
604
|
-
return parseInt(data, 10);
|
|
605
|
-
case 'Number':
|
|
606
|
-
return parseFloat(data);
|
|
607
|
-
case 'String':
|
|
608
|
-
return String(data);
|
|
609
|
-
case 'Date':
|
|
610
|
-
return ApiClient.parseDate(String(data));
|
|
611
|
-
case 'Blob':
|
|
612
|
-
return data;
|
|
613
|
-
default:
|
|
614
|
-
if (type === Object) {
|
|
615
|
-
// generic object, return directly
|
|
616
|
-
return data;
|
|
617
|
-
} else if (typeof type.constructFromObject === 'function') {
|
|
618
|
-
// for model type like User and enum class
|
|
619
|
-
return type.constructFromObject(data);
|
|
620
|
-
} else if (Array.isArray(type)) {
|
|
621
|
-
// for array type like: ['String']
|
|
622
|
-
var itemType = type[0];
|
|
623
|
-
return data.map(function (item) {
|
|
624
|
-
return ApiClient.convertToType(item, itemType);
|
|
625
|
-
});
|
|
626
|
-
} else if (_typeof(type) === 'object') {
|
|
627
|
-
// for plain object type like: {'String': 'Integer'}
|
|
628
|
-
var keyType, valueType;
|
|
629
|
-
for (var k in type) {
|
|
630
|
-
if (type.hasOwnProperty(k)) {
|
|
631
|
-
keyType = k;
|
|
632
|
-
valueType = type[k];
|
|
633
|
-
break;
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
var result = {};
|
|
637
|
-
for (var k in data) {
|
|
638
|
-
if (data.hasOwnProperty(k)) {
|
|
639
|
-
var key = ApiClient.convertToType(k, keyType);
|
|
640
|
-
var value = ApiClient.convertToType(data[k], valueType);
|
|
641
|
-
result[key] = value;
|
|
642
|
-
}
|
|
643
|
-
}
|
|
644
|
-
return result;
|
|
645
|
-
} else {
|
|
646
|
-
// for unknown type, return the data directly
|
|
647
|
-
return data;
|
|
648
|
-
}
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
}, {
|
|
652
|
-
key: "constructFromObject",
|
|
653
|
-
value: function constructFromObject(data, obj, itemType) {
|
|
654
|
-
if (Array.isArray(data)) {
|
|
655
|
-
for (var i = 0; i < data.length; i++) {
|
|
656
|
-
if (data.hasOwnProperty(i)) obj[i] = ApiClient.convertToType(data[i], itemType);
|
|
657
|
-
}
|
|
658
|
-
} else {
|
|
659
|
-
for (var k in data) {
|
|
660
|
-
if (data.hasOwnProperty(k)) obj[k] = ApiClient.convertToType(data[k], itemType);
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
}]);
|
|
665
|
-
}();
|
|
666
|
-
/**
|
|
667
|
-
* Enumeration of collection format separator strategies.
|
|
668
|
-
* @enum {String}
|
|
669
|
-
* @readonly
|
|
670
|
-
*/
|
|
671
|
-
ApiClient.CollectionFormatEnum = {
|
|
672
|
-
/**
|
|
673
|
-
* Comma-separated values. Value: <code>csv</code>
|
|
674
|
-
* @const
|
|
675
|
-
*/
|
|
676
|
-
CSV: ',',
|
|
677
|
-
/**
|
|
678
|
-
* Space-separated values. Value: <code>ssv</code>
|
|
679
|
-
* @const
|
|
680
|
-
*/
|
|
681
|
-
SSV: ' ',
|
|
682
|
-
/**
|
|
683
|
-
* Tab-separated values. Value: <code>tsv</code>
|
|
684
|
-
* @const
|
|
685
|
-
*/
|
|
686
|
-
TSV: '\t',
|
|
687
|
-
/**
|
|
688
|
-
* Pipe(|)-separated values. Value: <code>pipes</code>
|
|
689
|
-
* @const
|
|
690
|
-
*/
|
|
691
|
-
PIPES: '|',
|
|
692
|
-
/**
|
|
693
|
-
* Native array. Value: <code>multi</code>
|
|
694
|
-
* @const
|
|
695
|
-
*/
|
|
696
|
-
MULTI: 'multi'
|
|
697
|
-
};
|
|
698
|
-
|
|
699
|
-
/**
|
|
700
|
-
* The default API client implementation.
|
|
701
|
-
* @type {module:ApiClient}
|
|
702
|
-
*/
|
|
703
|
-
ApiClient.instance = new ApiClient();
|
|
704
|
-
var _default = exports["default"] = ApiClient;
|