@sonatype/nexus-repo-api-client 0.0.1 → 0.0.13
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/.openapi-generator/FILES +1 -0
- package/.openapi-generator/VERSION +1 -1
- package/dist/apis/AssetsApi.js +12 -12
- package/dist/apis/AzureBlobStoreApi.js +1 -1
- package/dist/apis/BlobStoreApi.js +43 -43
- package/dist/apis/ComponentsApi.js +104 -104
- package/dist/apis/ContentSelectorsApi.js +11 -11
- package/dist/apis/EmailApi.js +6 -6
- package/dist/apis/FormatsApi.js +3 -3
- package/dist/apis/LifecycleApi.js +2 -2
- package/dist/apis/ManageSonatypeRepositoryFirewallConfigurationApi.js +1 -1
- package/dist/apis/ProductLicensingApi.js +1 -1
- package/dist/apis/RepositoryManagementApi.js +346 -346
- package/dist/apis/RoutingRulesApi.js +15 -15
- package/dist/apis/ScriptApi.js +15 -15
- package/dist/apis/SearchApi.js +322 -322
- package/dist/apis/SecurityAtlassianCrowdApi.js +2 -2
- package/dist/apis/SecurityCertificatesApi.js +12 -12
- package/dist/apis/SecurityManagementAnonymousAccessApi.js +1 -1
- package/dist/apis/SecurityManagementLDAPApi.js +12 -12
- package/dist/apis/SecurityManagementPrivilegesApi.js +36 -36
- package/dist/apis/SecurityManagementRealmsApi.js +1 -1
- package/dist/apis/SecurityManagementRolesApi.js +19 -19
- package/dist/apis/SecurityManagementSAMLApi.js +1 -1
- package/dist/apis/SecurityManagementUserTokensApi.js +1 -1
- package/dist/apis/SecurityManagementUsersApi.js +21 -21
- package/dist/apis/StagingApi.js +203 -203
- package/dist/apis/SupportApi.js +2 -2
- package/dist/apis/TagsApi.js +221 -221
- package/dist/apis/TasksApi.js +11 -11
- package/dist/esm/apis/AssetsApi.js +12 -12
- package/dist/esm/apis/AzureBlobStoreApi.js +1 -1
- package/dist/esm/apis/BlobStoreApi.js +43 -43
- package/dist/esm/apis/ComponentsApi.js +104 -104
- package/dist/esm/apis/ContentSelectorsApi.js +11 -11
- package/dist/esm/apis/EmailApi.js +6 -6
- package/dist/esm/apis/FormatsApi.js +3 -3
- package/dist/esm/apis/LifecycleApi.js +2 -2
- package/dist/esm/apis/ManageSonatypeRepositoryFirewallConfigurationApi.js +1 -1
- package/dist/esm/apis/ProductLicensingApi.js +1 -1
- package/dist/esm/apis/RepositoryManagementApi.js +346 -346
- package/dist/esm/apis/RoutingRulesApi.js +15 -15
- package/dist/esm/apis/ScriptApi.js +15 -15
- package/dist/esm/apis/SearchApi.js +322 -322
- package/dist/esm/apis/SecurityAtlassianCrowdApi.js +2 -2
- package/dist/esm/apis/SecurityCertificatesApi.js +12 -12
- package/dist/esm/apis/SecurityManagementAnonymousAccessApi.js +1 -1
- package/dist/esm/apis/SecurityManagementLDAPApi.js +12 -12
- package/dist/esm/apis/SecurityManagementPrivilegesApi.js +36 -36
- package/dist/esm/apis/SecurityManagementRealmsApi.js +1 -1
- package/dist/esm/apis/SecurityManagementRolesApi.js +19 -19
- package/dist/esm/apis/SecurityManagementSAMLApi.js +1 -1
- package/dist/esm/apis/SecurityManagementUserTokensApi.js +1 -1
- package/dist/esm/apis/SecurityManagementUsersApi.js +21 -21
- package/dist/esm/apis/StagingApi.js +203 -203
- package/dist/esm/apis/SupportApi.js +2 -2
- package/dist/esm/apis/TagsApi.js +221 -221
- package/dist/esm/apis/TasksApi.js +11 -11
- package/dist/esm/models/AbstractApiRepository.js +19 -15
- package/dist/esm/models/AnonymousAccessSettingsXO.js +15 -10
- package/dist/esm/models/ApiCertificate.js +33 -28
- package/dist/esm/models/ApiCreateUser.js +23 -19
- package/dist/esm/models/ApiEmailConfiguration.js +33 -29
- package/dist/esm/models/ApiEmailValidation.js +13 -8
- package/dist/esm/models/ApiLicenseDetailsXO.js +27 -22
- package/dist/esm/models/ApiPrivilege.js +17 -12
- package/dist/esm/models/ApiPrivilegeApplicationRequest.js +17 -12
- package/dist/esm/models/ApiPrivilegeRepositoryAdminRequest.js +19 -14
- package/dist/esm/models/ApiPrivilegeRepositoryContentSelectorRequest.js +21 -16
- package/dist/esm/models/ApiPrivilegeRepositoryViewRequest.js +19 -14
- package/dist/esm/models/ApiPrivilegeScriptRequest.js +17 -12
- package/dist/esm/models/ApiPrivilegeWildcardRequest.js +15 -10
- package/dist/esm/models/ApiUser.js +27 -23
- package/dist/esm/models/ApiUserSource.js +13 -8
- package/dist/esm/models/AptHostedApiRepository.js +23 -22
- package/dist/esm/models/AptHostedRepositoriesAttributes.js +11 -6
- package/dist/esm/models/AptHostedRepositoryApiRequest.js +23 -23
- package/dist/esm/models/AptProxyApiRepository.js +29 -30
- package/dist/esm/models/AptProxyRepositoriesAttributes.js +13 -9
- package/dist/esm/models/AptProxyRepositoryApiRequest.js +29 -31
- package/dist/esm/models/AptSigningRepositoriesAttributes.js +13 -8
- package/dist/esm/models/AssetXO.js +35 -30
- package/dist/esm/models/AzureBlobStoreApiAuthentication.js +13 -9
- package/dist/esm/models/AzureBlobStoreApiBucketConfiguration.js +14 -13
- package/dist/esm/models/AzureBlobStoreApiModel.js +15 -12
- package/dist/esm/models/AzureConnectionXO.js +17 -12
- package/dist/esm/models/BaseTagXO.js +11 -6
- package/dist/esm/models/BlobStoreApiSoftQuota.js +13 -8
- package/dist/esm/models/BlobStoreQuotaResultXO.js +15 -10
- package/dist/esm/models/BowerAttributes.js +10 -7
- package/dist/esm/models/BowerGroupRepositoryApiRequest.js +16 -16
- package/dist/esm/models/BowerHostedRepositoryApiRequest.js +19 -17
- package/dist/esm/models/BowerProxyApiRepository.js +29 -29
- package/dist/esm/models/BowerProxyRepositoryApiRequest.js +29 -30
- package/dist/esm/models/CleanupPolicyAttributes.js +11 -6
- package/dist/esm/models/CocoapodsProxyRepositoryApiRequest.js +27 -28
- package/dist/esm/models/ComponentAttributes.js +11 -6
- package/dist/esm/models/ComponentXO.js +23 -18
- package/dist/esm/models/ConanProxyRepositoryApiRequest.js +27 -28
- package/dist/esm/models/CondaProxyRepositoryApiRequest.js +27 -28
- package/dist/esm/models/ContentSelectorApiCreateRequest.js +15 -10
- package/dist/esm/models/ContentSelectorApiResponse.js +17 -12
- package/dist/esm/models/ContentSelectorApiUpdateRequest.js +13 -8
- package/dist/esm/models/CreateLdapServerXo.js +69 -75
- package/dist/esm/models/CrowdApiXO.js +23 -20
- package/dist/esm/models/DockerAttributes.js +19 -16
- package/dist/esm/models/DockerGroupApiRepository.js +19 -18
- package/dist/esm/models/DockerGroupRepositoryApiRequest.js +18 -19
- package/dist/esm/models/DockerHostedApiRepository.js +21 -19
- package/dist/esm/models/DockerHostedRepositoryApiRequest.js +21 -20
- package/dist/esm/models/DockerHostedStorageAttributes.js +17 -15
- package/dist/esm/models/DockerProxyApiRepository.js +31 -33
- package/dist/esm/models/DockerProxyAttributes.js +17 -12
- package/dist/esm/models/DockerProxyRepositoryApiRequest.js +31 -34
- package/dist/esm/models/FileBlobStoreApiCreateRequest.js +15 -10
- package/dist/esm/models/FileBlobStoreApiModel.js +13 -8
- package/dist/esm/models/FileBlobStoreApiUpdateRequest.js +13 -8
- package/dist/esm/models/GenericBlobStoreApiResponse.js +23 -18
- package/dist/esm/models/GitLfsHostedRepositoryApiRequest.js +19 -17
- package/dist/esm/models/GolangGroupRepositoryApiRequest.js +16 -16
- package/dist/esm/models/GolangProxyRepositoryApiRequest.js +27 -28
- package/dist/esm/models/GroupAttributes.js +11 -6
- package/dist/esm/models/GroupBlobStoreApiCreateRequest.js +17 -12
- package/dist/esm/models/GroupBlobStoreApiModel.js +15 -10
- package/dist/esm/models/GroupBlobStoreApiResponse.js +17 -12
- package/dist/esm/models/GroupBlobStoreApiUpdateRequest.js +15 -10
- package/dist/esm/models/GroupDeployAttributes.js +13 -8
- package/dist/esm/models/HelmHostedRepositoryApiRequest.js +19 -17
- package/dist/esm/models/HelmProxyRepositoryApiRequest.js +27 -28
- package/dist/esm/models/HostedStorageAttributes.js +14 -13
- package/dist/esm/models/HttpClientAttributes.js +17 -14
- package/dist/esm/models/HttpClientAttributesWithPreemptiveAuth.js +17 -14
- package/dist/esm/models/HttpClientConnectionAttributes.js +21 -16
- package/dist/esm/models/HttpClientConnectionAuthenticationAttributes.js +21 -16
- package/dist/esm/models/HttpClientConnectionAuthenticationAttributesWithPreemptive.js +21 -16
- package/dist/esm/models/IqConnectionVerificationXo.js +13 -8
- package/dist/esm/models/IqConnectionXo.js +29 -25
- package/dist/esm/models/MavenAttributes.js +15 -10
- package/dist/esm/models/MavenGroupRepositoryApiRequest.js +16 -16
- package/dist/esm/models/MavenHostedApiRepository.js +27 -25
- package/dist/esm/models/MavenHostedRepositoryApiRequest.js +21 -20
- package/dist/esm/models/MavenProxyApiRepository.js +35 -36
- package/dist/esm/models/MavenProxyRepositoryApiRequest.js +29 -31
- package/dist/esm/models/NegativeCacheAttributes.js +12 -10
- package/dist/esm/models/NpmAttributes.js +10 -7
- package/dist/esm/models/NpmGroupRepositoryApiRequest.js +16 -16
- package/dist/esm/models/NpmHostedRepositoryApiRequest.js +19 -17
- package/dist/esm/models/NpmProxyApiRepository.js +29 -29
- package/dist/esm/models/NpmProxyRepositoryApiRequest.js +29 -30
- package/dist/esm/models/NugetAttributes.js +13 -8
- package/dist/esm/models/NugetGroupRepositoryApiRequest.js +16 -16
- package/dist/esm/models/NugetHostedRepositoryApiRequest.js +19 -17
- package/dist/esm/models/NugetProxyApiRepository.js +29 -30
- package/dist/esm/models/NugetProxyRepositoryApiRequest.js +29 -31
- package/dist/esm/models/P2ProxyRepositoryApiRequest.js +27 -28
- package/dist/esm/models/Page.js +13 -8
- package/dist/esm/models/PageAssetXO.js +13 -8
- package/dist/esm/models/PageComponentXO.js +13 -8
- package/dist/esm/models/PageTagXO.js +13 -8
- package/dist/esm/models/PageTaskXO.js +13 -8
- package/dist/esm/models/ProxyAttributes.js +15 -12
- package/dist/esm/models/PyPiProxyAttributes.js +10 -7
- package/dist/esm/models/PypiGroupRepositoryApiRequest.js +16 -16
- package/dist/esm/models/PypiHostedRepositoryApiRequest.js +19 -17
- package/dist/esm/models/PypiProxyRepositoryApiRequest.js +29 -30
- package/dist/esm/models/RGroupRepositoryApiRequest.js +16 -16
- package/dist/esm/models/RHostedRepositoryApiRequest.js +19 -17
- package/dist/esm/models/RProxyRepositoryApiRequest.js +27 -28
- package/dist/esm/models/RawAttributes.js +11 -6
- package/dist/esm/models/RawGroupRepositoryApiRequest.js +19 -18
- package/dist/esm/models/RawHostedRepositoryApiRequest.js +21 -19
- package/dist/esm/models/RawProxyRepositoryApiRequest.js +29 -30
- package/dist/esm/models/ReadLdapServerXo.js +71 -76
- package/dist/esm/models/ReadOnlyState.js +15 -10
- package/dist/esm/models/RealmApiXO.js +13 -8
- package/dist/esm/models/ReplicationAttributes.js +13 -9
- package/dist/esm/models/RepositoryXO.js +19 -14
- package/dist/esm/models/Result.js +23 -18
- package/dist/esm/models/RoleXORequest.js +19 -14
- package/dist/esm/models/RoleXOResponse.js +23 -18
- package/dist/esm/models/RoutingRuleXO.js +17 -12
- package/dist/esm/models/RubyGemsGroupRepositoryApiRequest.js +16 -16
- package/dist/esm/models/RubyGemsHostedRepositoryApiRequest.js +19 -17
- package/dist/esm/models/RubyGemsProxyRepositoryApiRequest.js +27 -28
- package/dist/esm/models/S3BlobStoreApiAdvancedBucketConnection.js +17 -12
- package/dist/esm/models/S3BlobStoreApiBucket.js +17 -15
- package/dist/esm/models/S3BlobStoreApiBucketConfiguration.js +17 -13
- package/dist/esm/models/S3BlobStoreApiBucketSecurity.js +17 -12
- package/dist/esm/models/S3BlobStoreApiEncryption.js +13 -8
- package/dist/esm/models/S3BlobStoreApiModel.js +16 -13
- package/dist/esm/models/SamlConfigurationXO.js +27 -24
- package/dist/esm/models/ScriptResultXO.js +13 -8
- package/dist/esm/models/ScriptXO.js +15 -10
- package/dist/esm/models/SimpleApiGroupDeployRepository.js +15 -13
- package/dist/esm/models/SimpleApiGroupRepository.js +23 -21
- package/dist/esm/models/SimpleApiHostedRepository.js +19 -16
- package/dist/esm/models/SimpleApiProxyRepository.js +27 -27
- package/dist/esm/models/StackTraceElement.js +19 -14
- package/dist/esm/models/StorageAttributes.js +15 -12
- package/dist/esm/models/SupportZipGeneratorRequest.js +35 -30
- package/dist/esm/models/SupportZipXO.js +17 -12
- package/dist/esm/models/TagXO.js +17 -13
- package/dist/esm/models/TaskXO.js +25 -20
- package/dist/esm/models/Throwable.js +19 -14
- package/dist/esm/models/UpdateLdapServerXo.js +71 -77
- package/dist/esm/models/UploadComponentRequest.js +97 -92
- package/dist/esm/models/UploadDefinitionXO.js +17 -12
- package/dist/esm/models/UploadFieldDefinitionXO.js +19 -14
- package/dist/esm/models/UserTokensApiModel.js +13 -8
- package/dist/esm/models/YumAttributes.js +13 -9
- package/dist/esm/models/YumGroupRepositoryApiRequest.js +19 -18
- package/dist/esm/models/YumHostedApiRepository.js +21 -19
- package/dist/esm/models/YumHostedRepositoryApiRequest.js +21 -20
- package/dist/esm/models/YumProxyRepositoryApiRequest.js +29 -30
- package/dist/esm/models/YumSigningRepositoriesAttributes.js +13 -8
- package/dist/esm/runtime.d.ts +1 -0
- package/dist/esm/runtime.js +4 -0
- package/dist/models/AbstractApiRepository.js +19 -15
- package/dist/models/AnonymousAccessSettingsXO.js +15 -10
- package/dist/models/ApiCertificate.js +33 -28
- package/dist/models/ApiCreateUser.js +23 -19
- package/dist/models/ApiEmailConfiguration.js +33 -29
- package/dist/models/ApiEmailValidation.js +13 -8
- package/dist/models/ApiLicenseDetailsXO.js +27 -22
- package/dist/models/ApiPrivilege.js +17 -12
- package/dist/models/ApiPrivilegeApplicationRequest.js +17 -12
- package/dist/models/ApiPrivilegeRepositoryAdminRequest.js +19 -14
- package/dist/models/ApiPrivilegeRepositoryContentSelectorRequest.js +21 -16
- package/dist/models/ApiPrivilegeRepositoryViewRequest.js +19 -14
- package/dist/models/ApiPrivilegeScriptRequest.js +17 -12
- package/dist/models/ApiPrivilegeWildcardRequest.js +15 -10
- package/dist/models/ApiUser.js +27 -23
- package/dist/models/ApiUserSource.js +13 -8
- package/dist/models/AptHostedApiRepository.js +23 -22
- package/dist/models/AptHostedRepositoriesAttributes.js +11 -6
- package/dist/models/AptHostedRepositoryApiRequest.js +23 -23
- package/dist/models/AptProxyApiRepository.js +29 -30
- package/dist/models/AptProxyRepositoriesAttributes.js +13 -9
- package/dist/models/AptProxyRepositoryApiRequest.js +29 -31
- package/dist/models/AptSigningRepositoriesAttributes.js +13 -8
- package/dist/models/AssetXO.js +35 -30
- package/dist/models/AzureBlobStoreApiAuthentication.js +13 -9
- package/dist/models/AzureBlobStoreApiBucketConfiguration.js +14 -13
- package/dist/models/AzureBlobStoreApiModel.js +15 -12
- package/dist/models/AzureConnectionXO.js +17 -12
- package/dist/models/BaseTagXO.js +11 -6
- package/dist/models/BlobStoreApiSoftQuota.js +13 -8
- package/dist/models/BlobStoreQuotaResultXO.js +15 -10
- package/dist/models/BowerAttributes.js +10 -7
- package/dist/models/BowerGroupRepositoryApiRequest.js +16 -16
- package/dist/models/BowerHostedRepositoryApiRequest.js +19 -17
- package/dist/models/BowerProxyApiRepository.js +29 -29
- package/dist/models/BowerProxyRepositoryApiRequest.js +29 -30
- package/dist/models/CleanupPolicyAttributes.js +11 -6
- package/dist/models/CocoapodsProxyRepositoryApiRequest.js +27 -28
- package/dist/models/ComponentAttributes.js +11 -6
- package/dist/models/ComponentXO.js +23 -18
- package/dist/models/ConanProxyRepositoryApiRequest.js +27 -28
- package/dist/models/CondaProxyRepositoryApiRequest.js +27 -28
- package/dist/models/ContentSelectorApiCreateRequest.js +15 -10
- package/dist/models/ContentSelectorApiResponse.js +17 -12
- package/dist/models/ContentSelectorApiUpdateRequest.js +13 -8
- package/dist/models/CreateLdapServerXo.js +69 -75
- package/dist/models/CrowdApiXO.js +23 -20
- package/dist/models/DockerAttributes.js +19 -16
- package/dist/models/DockerGroupApiRepository.js +19 -18
- package/dist/models/DockerGroupRepositoryApiRequest.js +18 -19
- package/dist/models/DockerHostedApiRepository.js +21 -19
- package/dist/models/DockerHostedRepositoryApiRequest.js +21 -20
- package/dist/models/DockerHostedStorageAttributes.js +17 -15
- package/dist/models/DockerProxyApiRepository.js +31 -33
- package/dist/models/DockerProxyAttributes.js +17 -12
- package/dist/models/DockerProxyRepositoryApiRequest.js +31 -34
- package/dist/models/FileBlobStoreApiCreateRequest.js +15 -10
- package/dist/models/FileBlobStoreApiModel.js +13 -8
- package/dist/models/FileBlobStoreApiUpdateRequest.js +13 -8
- package/dist/models/GenericBlobStoreApiResponse.js +23 -18
- package/dist/models/GitLfsHostedRepositoryApiRequest.js +19 -17
- package/dist/models/GolangGroupRepositoryApiRequest.js +16 -16
- package/dist/models/GolangProxyRepositoryApiRequest.js +27 -28
- package/dist/models/GroupAttributes.js +11 -6
- package/dist/models/GroupBlobStoreApiCreateRequest.js +17 -12
- package/dist/models/GroupBlobStoreApiModel.js +15 -10
- package/dist/models/GroupBlobStoreApiResponse.js +17 -12
- package/dist/models/GroupBlobStoreApiUpdateRequest.js +15 -10
- package/dist/models/GroupDeployAttributes.js +13 -8
- package/dist/models/HelmHostedRepositoryApiRequest.js +19 -17
- package/dist/models/HelmProxyRepositoryApiRequest.js +27 -28
- package/dist/models/HostedStorageAttributes.js +14 -13
- package/dist/models/HttpClientAttributes.js +17 -14
- package/dist/models/HttpClientAttributesWithPreemptiveAuth.js +17 -14
- package/dist/models/HttpClientConnectionAttributes.js +21 -16
- package/dist/models/HttpClientConnectionAuthenticationAttributes.js +21 -16
- package/dist/models/HttpClientConnectionAuthenticationAttributesWithPreemptive.js +21 -16
- package/dist/models/IqConnectionVerificationXo.js +13 -8
- package/dist/models/IqConnectionXo.js +29 -25
- package/dist/models/MavenAttributes.js +15 -10
- package/dist/models/MavenGroupRepositoryApiRequest.js +16 -16
- package/dist/models/MavenHostedApiRepository.js +27 -25
- package/dist/models/MavenHostedRepositoryApiRequest.js +21 -20
- package/dist/models/MavenProxyApiRepository.js +35 -36
- package/dist/models/MavenProxyRepositoryApiRequest.js +29 -31
- package/dist/models/NegativeCacheAttributes.js +12 -10
- package/dist/models/NpmAttributes.js +10 -7
- package/dist/models/NpmGroupRepositoryApiRequest.js +16 -16
- package/dist/models/NpmHostedRepositoryApiRequest.js +19 -17
- package/dist/models/NpmProxyApiRepository.js +29 -29
- package/dist/models/NpmProxyRepositoryApiRequest.js +29 -30
- package/dist/models/NugetAttributes.js +13 -8
- package/dist/models/NugetGroupRepositoryApiRequest.js +16 -16
- package/dist/models/NugetHostedRepositoryApiRequest.js +19 -17
- package/dist/models/NugetProxyApiRepository.js +29 -30
- package/dist/models/NugetProxyRepositoryApiRequest.js +29 -31
- package/dist/models/P2ProxyRepositoryApiRequest.js +27 -28
- package/dist/models/Page.js +13 -8
- package/dist/models/PageAssetXO.js +13 -8
- package/dist/models/PageComponentXO.js +13 -8
- package/dist/models/PageTagXO.js +13 -8
- package/dist/models/PageTaskXO.js +13 -8
- package/dist/models/ProxyAttributes.js +15 -12
- package/dist/models/PyPiProxyAttributes.js +10 -7
- package/dist/models/PypiGroupRepositoryApiRequest.js +16 -16
- package/dist/models/PypiHostedRepositoryApiRequest.js +19 -17
- package/dist/models/PypiProxyRepositoryApiRequest.js +29 -30
- package/dist/models/RGroupRepositoryApiRequest.js +16 -16
- package/dist/models/RHostedRepositoryApiRequest.js +19 -17
- package/dist/models/RProxyRepositoryApiRequest.js +27 -28
- package/dist/models/RawAttributes.js +11 -6
- package/dist/models/RawGroupRepositoryApiRequest.js +19 -18
- package/dist/models/RawHostedRepositoryApiRequest.js +21 -19
- package/dist/models/RawProxyRepositoryApiRequest.js +29 -30
- package/dist/models/ReadLdapServerXo.js +71 -76
- package/dist/models/ReadOnlyState.js +15 -10
- package/dist/models/RealmApiXO.js +13 -8
- package/dist/models/ReplicationAttributes.js +13 -9
- package/dist/models/RepositoryXO.js +19 -14
- package/dist/models/Result.js +23 -18
- package/dist/models/RoleXORequest.js +19 -14
- package/dist/models/RoleXOResponse.js +23 -18
- package/dist/models/RoutingRuleXO.js +17 -12
- package/dist/models/RubyGemsGroupRepositoryApiRequest.js +16 -16
- package/dist/models/RubyGemsHostedRepositoryApiRequest.js +19 -17
- package/dist/models/RubyGemsProxyRepositoryApiRequest.js +27 -28
- package/dist/models/S3BlobStoreApiAdvancedBucketConnection.js +17 -12
- package/dist/models/S3BlobStoreApiBucket.js +17 -15
- package/dist/models/S3BlobStoreApiBucketConfiguration.js +17 -13
- package/dist/models/S3BlobStoreApiBucketSecurity.js +17 -12
- package/dist/models/S3BlobStoreApiEncryption.js +13 -8
- package/dist/models/S3BlobStoreApiModel.js +16 -13
- package/dist/models/SamlConfigurationXO.js +27 -24
- package/dist/models/ScriptResultXO.js +13 -8
- package/dist/models/ScriptXO.js +15 -10
- package/dist/models/SimpleApiGroupDeployRepository.js +15 -13
- package/dist/models/SimpleApiGroupRepository.js +23 -21
- package/dist/models/SimpleApiHostedRepository.js +19 -16
- package/dist/models/SimpleApiProxyRepository.js +27 -27
- package/dist/models/StackTraceElement.js +19 -14
- package/dist/models/StorageAttributes.js +15 -12
- package/dist/models/SupportZipGeneratorRequest.js +35 -30
- package/dist/models/SupportZipXO.js +17 -12
- package/dist/models/TagXO.js +17 -13
- package/dist/models/TaskXO.js +25 -20
- package/dist/models/Throwable.js +19 -14
- package/dist/models/UpdateLdapServerXo.js +71 -77
- package/dist/models/UploadComponentRequest.js +97 -92
- package/dist/models/UploadDefinitionXO.js +17 -12
- package/dist/models/UploadFieldDefinitionXO.js +19 -14
- package/dist/models/UserTokensApiModel.js +13 -8
- package/dist/models/YumAttributes.js +13 -9
- package/dist/models/YumGroupRepositoryApiRequest.js +19 -18
- package/dist/models/YumHostedApiRepository.js +21 -19
- package/dist/models/YumHostedRepositoryApiRequest.js +21 -20
- package/dist/models/YumProxyRepositoryApiRequest.js +29 -30
- package/dist/models/YumSigningRepositoriesAttributes.js +13 -8
- package/dist/runtime.d.ts +1 -0
- package/dist/runtime.js +6 -1
- package/package.json +1 -1
- package/src/apis/AssetsApi.ts +12 -21
- package/src/apis/AzureBlobStoreApi.ts +1 -1
- package/src/apis/BlobStoreApi.ts +43 -79
- package/src/apis/ComponentsApi.ts +104 -116
- package/src/apis/ContentSelectorsApi.ts +11 -20
- package/src/apis/EmailApi.ts +6 -12
- package/src/apis/FormatsApi.ts +3 -6
- package/src/apis/LifecycleApi.ts +2 -2
- package/src/apis/ManageSonatypeRepositoryFirewallConfigurationApi.ts +1 -1
- package/src/apis/ProductLicensingApi.ts +1 -1
- package/src/apis/RepositoryManagementApi.ts +346 -610
- package/src/apis/RoutingRulesApi.ts +15 -30
- package/src/apis/ScriptApi.ts +15 -27
- package/src/apis/SearchApi.ts +322 -322
- package/src/apis/SecurityAtlassianCrowdApi.ts +2 -2
- package/src/apis/SecurityCertificatesApi.ts +12 -18
- package/src/apis/SecurityManagementAnonymousAccessApi.ts +1 -1
- package/src/apis/SecurityManagementLDAPApi.ts +12 -21
- package/src/apis/SecurityManagementPrivilegesApi.ts +36 -60
- package/src/apis/SecurityManagementRealmsApi.ts +1 -1
- package/src/apis/SecurityManagementRolesApi.ts +19 -34
- package/src/apis/SecurityManagementSAMLApi.ts +1 -1
- package/src/apis/SecurityManagementUserTokensApi.ts +1 -1
- package/src/apis/SecurityManagementUsersApi.ts +21 -36
- package/src/apis/StagingApi.ts +203 -206
- package/src/apis/SupportApi.ts +2 -2
- package/src/apis/TagsApi.ts +221 -236
- package/src/apis/TasksApi.ts +11 -20
- package/src/models/AbstractApiRepository.ts +20 -15
- package/src/models/AnonymousAccessSettingsXO.ts +16 -11
- package/src/models/ApiCertificate.ts +34 -29
- package/src/models/ApiCreateUser.ts +24 -19
- package/src/models/ApiEmailConfiguration.ts +34 -29
- package/src/models/ApiEmailValidation.ts +14 -9
- package/src/models/ApiLicenseDetailsXO.ts +28 -23
- package/src/models/ApiPrivilege.ts +18 -13
- package/src/models/ApiPrivilegeApplicationRequest.ts +18 -13
- package/src/models/ApiPrivilegeRepositoryAdminRequest.ts +20 -15
- package/src/models/ApiPrivilegeRepositoryContentSelectorRequest.ts +22 -17
- package/src/models/ApiPrivilegeRepositoryViewRequest.ts +20 -15
- package/src/models/ApiPrivilegeScriptRequest.ts +18 -13
- package/src/models/ApiPrivilegeWildcardRequest.ts +16 -11
- package/src/models/ApiUser.ts +28 -23
- package/src/models/ApiUserSource.ts +14 -9
- package/src/models/AptHostedApiRepository.ts +24 -19
- package/src/models/AptHostedRepositoriesAttributes.ts +12 -7
- package/src/models/AptHostedRepositoryApiRequest.ts +24 -19
- package/src/models/AptProxyApiRepository.ts +30 -25
- package/src/models/AptProxyRepositoriesAttributes.ts +14 -9
- package/src/models/AptProxyRepositoryApiRequest.ts +30 -25
- package/src/models/AptSigningRepositoriesAttributes.ts +14 -9
- package/src/models/AssetXO.ts +36 -31
- package/src/models/AzureBlobStoreApiAuthentication.ts +14 -9
- package/src/models/AzureBlobStoreApiBucketConfiguration.ts +16 -11
- package/src/models/AzureBlobStoreApiModel.ts +16 -11
- package/src/models/AzureConnectionXO.ts +18 -13
- package/src/models/BaseTagXO.ts +12 -7
- package/src/models/BlobStoreApiSoftQuota.ts +14 -9
- package/src/models/BlobStoreQuotaResultXO.ts +16 -11
- package/src/models/BowerAttributes.ts +12 -7
- package/src/models/BowerGroupRepositoryApiRequest.ts +18 -13
- package/src/models/BowerHostedRepositoryApiRequest.ts +20 -15
- package/src/models/BowerProxyApiRepository.ts +30 -25
- package/src/models/BowerProxyRepositoryApiRequest.ts +30 -25
- package/src/models/CleanupPolicyAttributes.ts +12 -7
- package/src/models/CocoapodsProxyRepositoryApiRequest.ts +28 -23
- package/src/models/ComponentAttributes.ts +12 -7
- package/src/models/ComponentXO.ts +24 -19
- package/src/models/ConanProxyRepositoryApiRequest.ts +28 -23
- package/src/models/CondaProxyRepositoryApiRequest.ts +28 -23
- package/src/models/ContentSelectorApiCreateRequest.ts +16 -11
- package/src/models/ContentSelectorApiResponse.ts +18 -13
- package/src/models/ContentSelectorApiUpdateRequest.ts +14 -9
- package/src/models/CreateLdapServerXo.ts +70 -65
- package/src/models/CrowdApiXO.ts +24 -19
- package/src/models/DockerAttributes.ts +20 -15
- package/src/models/DockerGroupApiRepository.ts +20 -15
- package/src/models/DockerGroupRepositoryApiRequest.ts +20 -15
- package/src/models/DockerHostedApiRepository.ts +22 -17
- package/src/models/DockerHostedRepositoryApiRequest.ts +22 -17
- package/src/models/DockerHostedStorageAttributes.ts +18 -13
- package/src/models/DockerProxyApiRepository.ts +32 -27
- package/src/models/DockerProxyAttributes.ts +18 -13
- package/src/models/DockerProxyRepositoryApiRequest.ts +32 -27
- package/src/models/FileBlobStoreApiCreateRequest.ts +16 -11
- package/src/models/FileBlobStoreApiModel.ts +14 -9
- package/src/models/FileBlobStoreApiUpdateRequest.ts +14 -9
- package/src/models/GenericBlobStoreApiResponse.ts +24 -19
- package/src/models/GitLfsHostedRepositoryApiRequest.ts +20 -15
- package/src/models/GolangGroupRepositoryApiRequest.ts +18 -13
- package/src/models/GolangProxyRepositoryApiRequest.ts +28 -23
- package/src/models/GroupAttributes.ts +12 -7
- package/src/models/GroupBlobStoreApiCreateRequest.ts +18 -13
- package/src/models/GroupBlobStoreApiModel.ts +16 -11
- package/src/models/GroupBlobStoreApiResponse.ts +18 -13
- package/src/models/GroupBlobStoreApiUpdateRequest.ts +16 -11
- package/src/models/GroupDeployAttributes.ts +14 -9
- package/src/models/HelmHostedRepositoryApiRequest.ts +20 -15
- package/src/models/HelmProxyRepositoryApiRequest.ts +28 -23
- package/src/models/HostedStorageAttributes.ts +16 -11
- package/src/models/HttpClientAttributes.ts +18 -13
- package/src/models/HttpClientAttributesWithPreemptiveAuth.ts +18 -13
- package/src/models/HttpClientConnectionAttributes.ts +22 -17
- package/src/models/HttpClientConnectionAuthenticationAttributes.ts +22 -17
- package/src/models/HttpClientConnectionAuthenticationAttributesWithPreemptive.ts +22 -17
- package/src/models/IqConnectionVerificationXo.ts +14 -9
- package/src/models/IqConnectionXo.ts +30 -25
- package/src/models/MavenAttributes.ts +16 -11
- package/src/models/MavenGroupRepositoryApiRequest.ts +18 -13
- package/src/models/MavenHostedApiRepository.ts +28 -23
- package/src/models/MavenHostedRepositoryApiRequest.ts +22 -17
- package/src/models/MavenProxyApiRepository.ts +36 -31
- package/src/models/MavenProxyRepositoryApiRequest.ts +30 -25
- package/src/models/NegativeCacheAttributes.ts +14 -9
- package/src/models/NpmAttributes.ts +12 -7
- package/src/models/NpmGroupRepositoryApiRequest.ts +18 -13
- package/src/models/NpmHostedRepositoryApiRequest.ts +20 -15
- package/src/models/NpmProxyApiRepository.ts +30 -25
- package/src/models/NpmProxyRepositoryApiRequest.ts +30 -25
- package/src/models/NugetAttributes.ts +14 -9
- package/src/models/NugetGroupRepositoryApiRequest.ts +18 -13
- package/src/models/NugetHostedRepositoryApiRequest.ts +20 -15
- package/src/models/NugetProxyApiRepository.ts +30 -25
- package/src/models/NugetProxyRepositoryApiRequest.ts +30 -25
- package/src/models/P2ProxyRepositoryApiRequest.ts +28 -23
- package/src/models/Page.ts +14 -9
- package/src/models/PageAssetXO.ts +14 -9
- package/src/models/PageComponentXO.ts +14 -9
- package/src/models/PageTagXO.ts +14 -9
- package/src/models/PageTaskXO.ts +14 -9
- package/src/models/ProxyAttributes.ts +16 -11
- package/src/models/PyPiProxyAttributes.ts +12 -7
- package/src/models/PypiGroupRepositoryApiRequest.ts +18 -13
- package/src/models/PypiHostedRepositoryApiRequest.ts +20 -15
- package/src/models/PypiProxyRepositoryApiRequest.ts +30 -25
- package/src/models/RGroupRepositoryApiRequest.ts +18 -13
- package/src/models/RHostedRepositoryApiRequest.ts +20 -15
- package/src/models/RProxyRepositoryApiRequest.ts +28 -23
- package/src/models/RawAttributes.ts +12 -7
- package/src/models/RawGroupRepositoryApiRequest.ts +20 -15
- package/src/models/RawHostedRepositoryApiRequest.ts +22 -17
- package/src/models/RawProxyRepositoryApiRequest.ts +30 -25
- package/src/models/ReadLdapServerXo.ts +72 -67
- package/src/models/ReadOnlyState.ts +16 -11
- package/src/models/RealmApiXO.ts +14 -9
- package/src/models/ReplicationAttributes.ts +14 -9
- package/src/models/RepositoryXO.ts +20 -15
- package/src/models/Result.ts +24 -19
- package/src/models/RoleXORequest.ts +20 -15
- package/src/models/RoleXOResponse.ts +24 -19
- package/src/models/RoutingRuleXO.ts +18 -13
- package/src/models/RubyGemsGroupRepositoryApiRequest.ts +18 -13
- package/src/models/RubyGemsHostedRepositoryApiRequest.ts +20 -15
- package/src/models/RubyGemsProxyRepositoryApiRequest.ts +28 -23
- package/src/models/S3BlobStoreApiAdvancedBucketConnection.ts +18 -13
- package/src/models/S3BlobStoreApiBucket.ts +18 -13
- package/src/models/S3BlobStoreApiBucketConfiguration.ts +18 -13
- package/src/models/S3BlobStoreApiBucketSecurity.ts +18 -13
- package/src/models/S3BlobStoreApiEncryption.ts +14 -9
- package/src/models/S3BlobStoreApiModel.ts +17 -12
- package/src/models/SamlConfigurationXO.ts +28 -23
- package/src/models/ScriptResultXO.ts +14 -9
- package/src/models/ScriptXO.ts +16 -11
- package/src/models/SimpleApiGroupDeployRepository.ts +16 -11
- package/src/models/SimpleApiGroupRepository.ts +24 -19
- package/src/models/SimpleApiHostedRepository.ts +20 -15
- package/src/models/SimpleApiProxyRepository.ts +28 -23
- package/src/models/StackTraceElement.ts +20 -15
- package/src/models/StorageAttributes.ts +16 -11
- package/src/models/SupportZipGeneratorRequest.ts +36 -31
- package/src/models/SupportZipXO.ts +18 -13
- package/src/models/TagXO.ts +18 -13
- package/src/models/TaskXO.ts +26 -21
- package/src/models/Throwable.ts +20 -15
- package/src/models/UpdateLdapServerXo.ts +72 -67
- package/src/models/UploadComponentRequest.ts +98 -93
- package/src/models/UploadDefinitionXO.ts +18 -13
- package/src/models/UploadFieldDefinitionXO.ts +20 -15
- package/src/models/UserTokensApiModel.ts +14 -9
- package/src/models/YumAttributes.ts +14 -9
- package/src/models/YumGroupRepositoryApiRequest.ts +20 -15
- package/src/models/YumHostedApiRepository.ts +22 -17
- package/src/models/YumHostedRepositoryApiRequest.ts +22 -17
- package/src/models/YumProxyRepositoryApiRequest.ts +30 -25
- package/src/models/YumSigningRepositoriesAttributes.ts +14 -9
- package/src/runtime.ts +5 -0
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -49,7 +49,9 @@ export interface S3BlobStoreApiBucketSecurity {
|
|
|
49
49
|
* Check if a given object implements the S3BlobStoreApiBucketSecurity interface.
|
|
50
50
|
*/
|
|
51
51
|
export function instanceOfS3BlobStoreApiBucketSecurity(value: object): boolean {
|
|
52
|
-
|
|
52
|
+
let isInstance = true;
|
|
53
|
+
|
|
54
|
+
return isInstance;
|
|
53
55
|
}
|
|
54
56
|
|
|
55
57
|
export function S3BlobStoreApiBucketSecurityFromJSON(json: any): S3BlobStoreApiBucketSecurity {
|
|
@@ -57,28 +59,31 @@ export function S3BlobStoreApiBucketSecurityFromJSON(json: any): S3BlobStoreApiB
|
|
|
57
59
|
}
|
|
58
60
|
|
|
59
61
|
export function S3BlobStoreApiBucketSecurityFromJSONTyped(json: any, ignoreDiscriminator: boolean): S3BlobStoreApiBucketSecurity {
|
|
60
|
-
if (json
|
|
62
|
+
if ((json === undefined) || (json === null)) {
|
|
61
63
|
return json;
|
|
62
64
|
}
|
|
63
65
|
return {
|
|
64
66
|
|
|
65
|
-
'accessKeyId': json
|
|
66
|
-
'role': json
|
|
67
|
-
'secretAccessKey': json
|
|
68
|
-
'sessionToken': json
|
|
67
|
+
'accessKeyId': !exists(json, 'accessKeyId') ? undefined : json['accessKeyId'],
|
|
68
|
+
'role': !exists(json, 'role') ? undefined : json['role'],
|
|
69
|
+
'secretAccessKey': !exists(json, 'secretAccessKey') ? undefined : json['secretAccessKey'],
|
|
70
|
+
'sessionToken': !exists(json, 'sessionToken') ? undefined : json['sessionToken'],
|
|
69
71
|
};
|
|
70
72
|
}
|
|
71
73
|
|
|
72
74
|
export function S3BlobStoreApiBucketSecurityToJSON(value?: S3BlobStoreApiBucketSecurity | null): any {
|
|
73
|
-
if (value
|
|
74
|
-
return
|
|
75
|
+
if (value === undefined) {
|
|
76
|
+
return undefined;
|
|
77
|
+
}
|
|
78
|
+
if (value === null) {
|
|
79
|
+
return null;
|
|
75
80
|
}
|
|
76
81
|
return {
|
|
77
82
|
|
|
78
|
-
'accessKeyId': value
|
|
79
|
-
'role': value
|
|
80
|
-
'secretAccessKey': value
|
|
81
|
-
'sessionToken': value
|
|
83
|
+
'accessKeyId': value.accessKeyId,
|
|
84
|
+
'role': value.role,
|
|
85
|
+
'secretAccessKey': value.secretAccessKey,
|
|
86
|
+
'sessionToken': value.sessionToken,
|
|
82
87
|
};
|
|
83
88
|
}
|
|
84
89
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -48,7 +48,9 @@ export type S3BlobStoreApiEncryptionEncryptionTypeEnum = typeof S3BlobStoreApiEn
|
|
|
48
48
|
* Check if a given object implements the S3BlobStoreApiEncryption interface.
|
|
49
49
|
*/
|
|
50
50
|
export function instanceOfS3BlobStoreApiEncryption(value: object): boolean {
|
|
51
|
-
|
|
51
|
+
let isInstance = true;
|
|
52
|
+
|
|
53
|
+
return isInstance;
|
|
52
54
|
}
|
|
53
55
|
|
|
54
56
|
export function S3BlobStoreApiEncryptionFromJSON(json: any): S3BlobStoreApiEncryption {
|
|
@@ -56,24 +58,27 @@ export function S3BlobStoreApiEncryptionFromJSON(json: any): S3BlobStoreApiEncry
|
|
|
56
58
|
}
|
|
57
59
|
|
|
58
60
|
export function S3BlobStoreApiEncryptionFromJSONTyped(json: any, ignoreDiscriminator: boolean): S3BlobStoreApiEncryption {
|
|
59
|
-
if (json
|
|
61
|
+
if ((json === undefined) || (json === null)) {
|
|
60
62
|
return json;
|
|
61
63
|
}
|
|
62
64
|
return {
|
|
63
65
|
|
|
64
|
-
'encryptionKey': json
|
|
65
|
-
'encryptionType': json
|
|
66
|
+
'encryptionKey': !exists(json, 'encryptionKey') ? undefined : json['encryptionKey'],
|
|
67
|
+
'encryptionType': !exists(json, 'encryptionType') ? undefined : json['encryptionType'],
|
|
66
68
|
};
|
|
67
69
|
}
|
|
68
70
|
|
|
69
71
|
export function S3BlobStoreApiEncryptionToJSON(value?: S3BlobStoreApiEncryption | null): any {
|
|
70
|
-
if (value
|
|
71
|
-
return
|
|
72
|
+
if (value === undefined) {
|
|
73
|
+
return undefined;
|
|
74
|
+
}
|
|
75
|
+
if (value === null) {
|
|
76
|
+
return null;
|
|
72
77
|
}
|
|
73
78
|
return {
|
|
74
79
|
|
|
75
|
-
'encryptionKey': value
|
|
76
|
-
'encryptionType': value
|
|
80
|
+
'encryptionKey': value.encryptionKey,
|
|
81
|
+
'encryptionType': value.encryptionType,
|
|
77
82
|
};
|
|
78
83
|
}
|
|
79
84
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
16
|
import type { BlobStoreApiSoftQuota } from './BlobStoreApiSoftQuota';
|
|
17
17
|
import {
|
|
18
18
|
BlobStoreApiSoftQuotaFromJSON,
|
|
@@ -62,9 +62,11 @@ export interface S3BlobStoreApiModel {
|
|
|
62
62
|
* Check if a given object implements the S3BlobStoreApiModel interface.
|
|
63
63
|
*/
|
|
64
64
|
export function instanceOfS3BlobStoreApiModel(value: object): boolean {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
65
|
+
let isInstance = true;
|
|
66
|
+
isInstance = isInstance && "bucketConfiguration" in value;
|
|
67
|
+
isInstance = isInstance && "name" in value;
|
|
68
|
+
|
|
69
|
+
return isInstance;
|
|
68
70
|
}
|
|
69
71
|
|
|
70
72
|
export function S3BlobStoreApiModelFromJSON(json: any): S3BlobStoreApiModel {
|
|
@@ -72,27 +74,30 @@ export function S3BlobStoreApiModelFromJSON(json: any): S3BlobStoreApiModel {
|
|
|
72
74
|
}
|
|
73
75
|
|
|
74
76
|
export function S3BlobStoreApiModelFromJSONTyped(json: any, ignoreDiscriminator: boolean): S3BlobStoreApiModel {
|
|
75
|
-
if (json
|
|
77
|
+
if ((json === undefined) || (json === null)) {
|
|
76
78
|
return json;
|
|
77
79
|
}
|
|
78
80
|
return {
|
|
79
81
|
|
|
80
82
|
'bucketConfiguration': S3BlobStoreApiBucketConfigurationFromJSON(json['bucketConfiguration']),
|
|
81
83
|
'name': json['name'],
|
|
82
|
-
'softQuota': json
|
|
83
|
-
'type': json
|
|
84
|
+
'softQuota': !exists(json, 'softQuota') ? undefined : BlobStoreApiSoftQuotaFromJSON(json['softQuota']),
|
|
85
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
84
86
|
};
|
|
85
87
|
}
|
|
86
88
|
|
|
87
89
|
export function S3BlobStoreApiModelToJSON(value?: S3BlobStoreApiModel | null): any {
|
|
88
|
-
if (value
|
|
89
|
-
return
|
|
90
|
+
if (value === undefined) {
|
|
91
|
+
return undefined;
|
|
92
|
+
}
|
|
93
|
+
if (value === null) {
|
|
94
|
+
return null;
|
|
90
95
|
}
|
|
91
96
|
return {
|
|
92
97
|
|
|
93
|
-
'bucketConfiguration': S3BlobStoreApiBucketConfigurationToJSON(value
|
|
94
|
-
'name': value
|
|
95
|
-
'softQuota': BlobStoreApiSoftQuotaToJSON(value
|
|
98
|
+
'bucketConfiguration': S3BlobStoreApiBucketConfigurationToJSON(value.bucketConfiguration),
|
|
99
|
+
'name': value.name,
|
|
100
|
+
'softQuota': BlobStoreApiSoftQuotaToJSON(value.softQuota),
|
|
96
101
|
};
|
|
97
102
|
}
|
|
98
103
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -79,9 +79,11 @@ export interface SamlConfigurationXO {
|
|
|
79
79
|
* Check if a given object implements the SamlConfigurationXO interface.
|
|
80
80
|
*/
|
|
81
81
|
export function instanceOfSamlConfigurationXO(value: object): boolean {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
82
|
+
let isInstance = true;
|
|
83
|
+
isInstance = isInstance && "idpMetadata" in value;
|
|
84
|
+
isInstance = isInstance && "usernameAttribute" in value;
|
|
85
|
+
|
|
86
|
+
return isInstance;
|
|
85
87
|
}
|
|
86
88
|
|
|
87
89
|
export function SamlConfigurationXOFromJSON(json: any): SamlConfigurationXO {
|
|
@@ -89,38 +91,41 @@ export function SamlConfigurationXOFromJSON(json: any): SamlConfigurationXO {
|
|
|
89
91
|
}
|
|
90
92
|
|
|
91
93
|
export function SamlConfigurationXOFromJSONTyped(json: any, ignoreDiscriminator: boolean): SamlConfigurationXO {
|
|
92
|
-
if (json
|
|
94
|
+
if ((json === undefined) || (json === null)) {
|
|
93
95
|
return json;
|
|
94
96
|
}
|
|
95
97
|
return {
|
|
96
98
|
|
|
97
|
-
'emailAttribute': json
|
|
98
|
-
'entityId': json
|
|
99
|
-
'firstNameAttribute': json
|
|
100
|
-
'groupsAttribute': json
|
|
99
|
+
'emailAttribute': !exists(json, 'emailAttribute') ? undefined : json['emailAttribute'],
|
|
100
|
+
'entityId': !exists(json, 'entityId') ? undefined : json['entityId'],
|
|
101
|
+
'firstNameAttribute': !exists(json, 'firstNameAttribute') ? undefined : json['firstNameAttribute'],
|
|
102
|
+
'groupsAttribute': !exists(json, 'groupsAttribute') ? undefined : json['groupsAttribute'],
|
|
101
103
|
'idpMetadata': json['idpMetadata'],
|
|
102
|
-
'lastNameAttribute': json
|
|
104
|
+
'lastNameAttribute': !exists(json, 'lastNameAttribute') ? undefined : json['lastNameAttribute'],
|
|
103
105
|
'usernameAttribute': json['usernameAttribute'],
|
|
104
|
-
'validateAssertionSignature': json
|
|
105
|
-
'validateResponseSignature': json
|
|
106
|
+
'validateAssertionSignature': !exists(json, 'validateAssertionSignature') ? undefined : json['validateAssertionSignature'],
|
|
107
|
+
'validateResponseSignature': !exists(json, 'validateResponseSignature') ? undefined : json['validateResponseSignature'],
|
|
106
108
|
};
|
|
107
109
|
}
|
|
108
110
|
|
|
109
111
|
export function SamlConfigurationXOToJSON(value?: SamlConfigurationXO | null): any {
|
|
110
|
-
if (value
|
|
111
|
-
return
|
|
112
|
+
if (value === undefined) {
|
|
113
|
+
return undefined;
|
|
114
|
+
}
|
|
115
|
+
if (value === null) {
|
|
116
|
+
return null;
|
|
112
117
|
}
|
|
113
118
|
return {
|
|
114
119
|
|
|
115
|
-
'emailAttribute': value
|
|
116
|
-
'entityId': value
|
|
117
|
-
'firstNameAttribute': value
|
|
118
|
-
'groupsAttribute': value
|
|
119
|
-
'idpMetadata': value
|
|
120
|
-
'lastNameAttribute': value
|
|
121
|
-
'usernameAttribute': value
|
|
122
|
-
'validateAssertionSignature': value
|
|
123
|
-
'validateResponseSignature': value
|
|
120
|
+
'emailAttribute': value.emailAttribute,
|
|
121
|
+
'entityId': value.entityId,
|
|
122
|
+
'firstNameAttribute': value.firstNameAttribute,
|
|
123
|
+
'groupsAttribute': value.groupsAttribute,
|
|
124
|
+
'idpMetadata': value.idpMetadata,
|
|
125
|
+
'lastNameAttribute': value.lastNameAttribute,
|
|
126
|
+
'usernameAttribute': value.usernameAttribute,
|
|
127
|
+
'validateAssertionSignature': value.validateAssertionSignature,
|
|
128
|
+
'validateResponseSignature': value.validateResponseSignature,
|
|
124
129
|
};
|
|
125
130
|
}
|
|
126
131
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -37,7 +37,9 @@ export interface ScriptResultXO {
|
|
|
37
37
|
* Check if a given object implements the ScriptResultXO interface.
|
|
38
38
|
*/
|
|
39
39
|
export function instanceOfScriptResultXO(value: object): boolean {
|
|
40
|
-
|
|
40
|
+
let isInstance = true;
|
|
41
|
+
|
|
42
|
+
return isInstance;
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
export function ScriptResultXOFromJSON(json: any): ScriptResultXO {
|
|
@@ -45,24 +47,27 @@ export function ScriptResultXOFromJSON(json: any): ScriptResultXO {
|
|
|
45
47
|
}
|
|
46
48
|
|
|
47
49
|
export function ScriptResultXOFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScriptResultXO {
|
|
48
|
-
if (json
|
|
50
|
+
if ((json === undefined) || (json === null)) {
|
|
49
51
|
return json;
|
|
50
52
|
}
|
|
51
53
|
return {
|
|
52
54
|
|
|
53
|
-
'name': json
|
|
54
|
-
'result': json
|
|
55
|
+
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
56
|
+
'result': !exists(json, 'result') ? undefined : json['result'],
|
|
55
57
|
};
|
|
56
58
|
}
|
|
57
59
|
|
|
58
60
|
export function ScriptResultXOToJSON(value?: ScriptResultXO | null): any {
|
|
59
|
-
if (value
|
|
60
|
-
return
|
|
61
|
+
if (value === undefined) {
|
|
62
|
+
return undefined;
|
|
63
|
+
}
|
|
64
|
+
if (value === null) {
|
|
65
|
+
return null;
|
|
61
66
|
}
|
|
62
67
|
return {
|
|
63
68
|
|
|
64
|
-
'name': value
|
|
65
|
-
'result': value
|
|
69
|
+
'name': value.name,
|
|
70
|
+
'result': value.result,
|
|
66
71
|
};
|
|
67
72
|
}
|
|
68
73
|
|
package/src/models/ScriptXO.ts
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -43,7 +43,9 @@ export interface ScriptXO {
|
|
|
43
43
|
* Check if a given object implements the ScriptXO interface.
|
|
44
44
|
*/
|
|
45
45
|
export function instanceOfScriptXO(value: object): boolean {
|
|
46
|
-
|
|
46
|
+
let isInstance = true;
|
|
47
|
+
|
|
48
|
+
return isInstance;
|
|
47
49
|
}
|
|
48
50
|
|
|
49
51
|
export function ScriptXOFromJSON(json: any): ScriptXO {
|
|
@@ -51,26 +53,29 @@ export function ScriptXOFromJSON(json: any): ScriptXO {
|
|
|
51
53
|
}
|
|
52
54
|
|
|
53
55
|
export function ScriptXOFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScriptXO {
|
|
54
|
-
if (json
|
|
56
|
+
if ((json === undefined) || (json === null)) {
|
|
55
57
|
return json;
|
|
56
58
|
}
|
|
57
59
|
return {
|
|
58
60
|
|
|
59
|
-
'content': json
|
|
60
|
-
'name': json
|
|
61
|
-
'type': json
|
|
61
|
+
'content': !exists(json, 'content') ? undefined : json['content'],
|
|
62
|
+
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
63
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
62
64
|
};
|
|
63
65
|
}
|
|
64
66
|
|
|
65
67
|
export function ScriptXOToJSON(value?: ScriptXO | null): any {
|
|
66
|
-
if (value
|
|
67
|
-
return
|
|
68
|
+
if (value === undefined) {
|
|
69
|
+
return undefined;
|
|
70
|
+
}
|
|
71
|
+
if (value === null) {
|
|
72
|
+
return null;
|
|
68
73
|
}
|
|
69
74
|
return {
|
|
70
75
|
|
|
71
|
-
'content': value
|
|
72
|
-
'name': value
|
|
73
|
-
'type': value
|
|
76
|
+
'content': value.content,
|
|
77
|
+
'name': value.name,
|
|
78
|
+
'type': value.type,
|
|
74
79
|
};
|
|
75
80
|
}
|
|
76
81
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
16
|
import type { GroupDeployAttributes } from './GroupDeployAttributes';
|
|
17
17
|
import {
|
|
18
18
|
GroupDeployAttributesFromJSON,
|
|
@@ -62,10 +62,12 @@ export interface SimpleApiGroupDeployRepository {
|
|
|
62
62
|
* Check if a given object implements the SimpleApiGroupDeployRepository interface.
|
|
63
63
|
*/
|
|
64
64
|
export function instanceOfSimpleApiGroupDeployRepository(value: object): boolean {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
65
|
+
let isInstance = true;
|
|
66
|
+
isInstance = isInstance && "group" in value;
|
|
67
|
+
isInstance = isInstance && "online" in value;
|
|
68
|
+
isInstance = isInstance && "storage" in value;
|
|
69
|
+
|
|
70
|
+
return isInstance;
|
|
69
71
|
}
|
|
70
72
|
|
|
71
73
|
export function SimpleApiGroupDeployRepositoryFromJSON(json: any): SimpleApiGroupDeployRepository {
|
|
@@ -73,26 +75,29 @@ export function SimpleApiGroupDeployRepositoryFromJSON(json: any): SimpleApiGrou
|
|
|
73
75
|
}
|
|
74
76
|
|
|
75
77
|
export function SimpleApiGroupDeployRepositoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): SimpleApiGroupDeployRepository {
|
|
76
|
-
if (json
|
|
78
|
+
if ((json === undefined) || (json === null)) {
|
|
77
79
|
return json;
|
|
78
80
|
}
|
|
79
81
|
return {
|
|
80
82
|
|
|
81
83
|
'group': GroupDeployAttributesFromJSON(json['group']),
|
|
82
|
-
'name': json
|
|
84
|
+
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
83
85
|
'online': json['online'],
|
|
84
86
|
'storage': StorageAttributesFromJSON(json['storage']),
|
|
85
87
|
};
|
|
86
88
|
}
|
|
87
89
|
|
|
88
90
|
export function SimpleApiGroupDeployRepositoryToJSON(value?: SimpleApiGroupDeployRepository | null): any {
|
|
89
|
-
if (value
|
|
90
|
-
return
|
|
91
|
+
if (value === undefined) {
|
|
92
|
+
return undefined;
|
|
93
|
+
}
|
|
94
|
+
if (value === null) {
|
|
95
|
+
return null;
|
|
91
96
|
}
|
|
92
97
|
return {
|
|
93
98
|
|
|
94
|
-
'group': GroupDeployAttributesToJSON(value
|
|
95
|
-
'storage': StorageAttributesToJSON(value
|
|
99
|
+
'group': GroupDeployAttributesToJSON(value.group),
|
|
100
|
+
'storage': StorageAttributesToJSON(value.storage),
|
|
96
101
|
};
|
|
97
102
|
}
|
|
98
103
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
16
|
import type { GroupAttributes } from './GroupAttributes';
|
|
17
17
|
import {
|
|
18
18
|
GroupAttributesFromJSON,
|
|
@@ -80,10 +80,12 @@ export interface SimpleApiGroupRepository {
|
|
|
80
80
|
* Check if a given object implements the SimpleApiGroupRepository interface.
|
|
81
81
|
*/
|
|
82
82
|
export function instanceOfSimpleApiGroupRepository(value: object): boolean {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
83
|
+
let isInstance = true;
|
|
84
|
+
isInstance = isInstance && "group" in value;
|
|
85
|
+
isInstance = isInstance && "online" in value;
|
|
86
|
+
isInstance = isInstance && "storage" in value;
|
|
87
|
+
|
|
88
|
+
return isInstance;
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
export function SimpleApiGroupRepositoryFromJSON(json: any): SimpleApiGroupRepository {
|
|
@@ -91,34 +93,37 @@ export function SimpleApiGroupRepositoryFromJSON(json: any): SimpleApiGroupRepos
|
|
|
91
93
|
}
|
|
92
94
|
|
|
93
95
|
export function SimpleApiGroupRepositoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): SimpleApiGroupRepository {
|
|
94
|
-
if (json
|
|
96
|
+
if ((json === undefined) || (json === null)) {
|
|
95
97
|
return json;
|
|
96
98
|
}
|
|
97
99
|
return {
|
|
98
100
|
|
|
99
|
-
'format': json
|
|
101
|
+
'format': !exists(json, 'format') ? undefined : json['format'],
|
|
100
102
|
'group': GroupAttributesFromJSON(json['group']),
|
|
101
|
-
'name': json
|
|
103
|
+
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
102
104
|
'online': json['online'],
|
|
103
105
|
'storage': StorageAttributesFromJSON(json['storage']),
|
|
104
|
-
'type': json
|
|
105
|
-
'url': json
|
|
106
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
107
|
+
'url': !exists(json, 'url') ? undefined : json['url'],
|
|
106
108
|
};
|
|
107
109
|
}
|
|
108
110
|
|
|
109
111
|
export function SimpleApiGroupRepositoryToJSON(value?: SimpleApiGroupRepository | null): any {
|
|
110
|
-
if (value
|
|
111
|
-
return
|
|
112
|
+
if (value === undefined) {
|
|
113
|
+
return undefined;
|
|
114
|
+
}
|
|
115
|
+
if (value === null) {
|
|
116
|
+
return null;
|
|
112
117
|
}
|
|
113
118
|
return {
|
|
114
119
|
|
|
115
|
-
'format': value
|
|
116
|
-
'group': GroupAttributesToJSON(value
|
|
117
|
-
'name': value
|
|
118
|
-
'online': value
|
|
119
|
-
'storage': StorageAttributesToJSON(value
|
|
120
|
-
'type': value
|
|
121
|
-
'url': value
|
|
120
|
+
'format': value.format,
|
|
121
|
+
'group': GroupAttributesToJSON(value.group),
|
|
122
|
+
'name': value.name,
|
|
123
|
+
'online': value.online,
|
|
124
|
+
'storage': StorageAttributesToJSON(value.storage),
|
|
125
|
+
'type': value.type,
|
|
126
|
+
'url': value.url,
|
|
122
127
|
};
|
|
123
128
|
}
|
|
124
129
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
16
|
import type { CleanupPolicyAttributes } from './CleanupPolicyAttributes';
|
|
17
17
|
import {
|
|
18
18
|
CleanupPolicyAttributesFromJSON,
|
|
@@ -74,9 +74,11 @@ export interface SimpleApiHostedRepository {
|
|
|
74
74
|
* Check if a given object implements the SimpleApiHostedRepository interface.
|
|
75
75
|
*/
|
|
76
76
|
export function instanceOfSimpleApiHostedRepository(value: object): boolean {
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
77
|
+
let isInstance = true;
|
|
78
|
+
isInstance = isInstance && "online" in value;
|
|
79
|
+
isInstance = isInstance && "storage" in value;
|
|
80
|
+
|
|
81
|
+
return isInstance;
|
|
80
82
|
}
|
|
81
83
|
|
|
82
84
|
export function SimpleApiHostedRepositoryFromJSON(json: any): SimpleApiHostedRepository {
|
|
@@ -84,30 +86,33 @@ export function SimpleApiHostedRepositoryFromJSON(json: any): SimpleApiHostedRep
|
|
|
84
86
|
}
|
|
85
87
|
|
|
86
88
|
export function SimpleApiHostedRepositoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): SimpleApiHostedRepository {
|
|
87
|
-
if (json
|
|
89
|
+
if ((json === undefined) || (json === null)) {
|
|
88
90
|
return json;
|
|
89
91
|
}
|
|
90
92
|
return {
|
|
91
93
|
|
|
92
|
-
'cleanup': json
|
|
93
|
-
'component': json
|
|
94
|
-
'name': json
|
|
94
|
+
'cleanup': !exists(json, 'cleanup') ? undefined : CleanupPolicyAttributesFromJSON(json['cleanup']),
|
|
95
|
+
'component': !exists(json, 'component') ? undefined : ComponentAttributesFromJSON(json['component']),
|
|
96
|
+
'name': !exists(json, 'name') ? undefined : json['name'],
|
|
95
97
|
'online': json['online'],
|
|
96
98
|
'storage': HostedStorageAttributesFromJSON(json['storage']),
|
|
97
99
|
};
|
|
98
100
|
}
|
|
99
101
|
|
|
100
102
|
export function SimpleApiHostedRepositoryToJSON(value?: SimpleApiHostedRepository | null): any {
|
|
101
|
-
if (value
|
|
102
|
-
return
|
|
103
|
+
if (value === undefined) {
|
|
104
|
+
return undefined;
|
|
105
|
+
}
|
|
106
|
+
if (value === null) {
|
|
107
|
+
return null;
|
|
103
108
|
}
|
|
104
109
|
return {
|
|
105
110
|
|
|
106
|
-
'cleanup': CleanupPolicyAttributesToJSON(value
|
|
107
|
-
'component': ComponentAttributesToJSON(value
|
|
108
|
-
'name': value
|
|
109
|
-
'online': value
|
|
110
|
-
'storage': HostedStorageAttributesToJSON(value
|
|
111
|
+
'cleanup': CleanupPolicyAttributesToJSON(value.cleanup),
|
|
112
|
+
'component': ComponentAttributesToJSON(value.component),
|
|
113
|
+
'name': value.name,
|
|
114
|
+
'online': value.online,
|
|
115
|
+
'storage': HostedStorageAttributesToJSON(value.storage),
|
|
111
116
|
};
|
|
112
117
|
}
|
|
113
118
|
|