@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
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.StorageAttributesToJSON = exports.StorageAttributesFromJSONTyped = exports.StorageAttributesFromJSON = exports.instanceOfStorageAttributes = exports.StorageAttributesWritePolicyEnum = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
17
18
|
/**
|
|
18
19
|
* @export
|
|
19
20
|
*/
|
|
@@ -26,11 +27,10 @@ exports.StorageAttributesWritePolicyEnum = {
|
|
|
26
27
|
* Check if a given object implements the StorageAttributes interface.
|
|
27
28
|
*/
|
|
28
29
|
function instanceOfStorageAttributes(value) {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
return true;
|
|
30
|
+
let isInstance = true;
|
|
31
|
+
isInstance = isInstance && "blobStoreName" in value;
|
|
32
|
+
isInstance = isInstance && "strictContentTypeValidation" in value;
|
|
33
|
+
return isInstance;
|
|
34
34
|
}
|
|
35
35
|
exports.instanceOfStorageAttributes = instanceOfStorageAttributes;
|
|
36
36
|
function StorageAttributesFromJSON(json) {
|
|
@@ -38,24 +38,27 @@ function StorageAttributesFromJSON(json) {
|
|
|
38
38
|
}
|
|
39
39
|
exports.StorageAttributesFromJSON = StorageAttributesFromJSON;
|
|
40
40
|
function StorageAttributesFromJSONTyped(json, ignoreDiscriminator) {
|
|
41
|
-
if (json
|
|
41
|
+
if ((json === undefined) || (json === null)) {
|
|
42
42
|
return json;
|
|
43
43
|
}
|
|
44
44
|
return {
|
|
45
45
|
'blobStoreName': json['blobStoreName'],
|
|
46
46
|
'strictContentTypeValidation': json['strictContentTypeValidation'],
|
|
47
|
-
'writePolicy': json
|
|
47
|
+
'writePolicy': !(0, runtime_1.exists)(json, 'writePolicy') ? undefined : json['writePolicy'],
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
50
|
exports.StorageAttributesFromJSONTyped = StorageAttributesFromJSONTyped;
|
|
51
51
|
function StorageAttributesToJSON(value) {
|
|
52
|
-
if (value
|
|
53
|
-
return
|
|
52
|
+
if (value === undefined) {
|
|
53
|
+
return undefined;
|
|
54
|
+
}
|
|
55
|
+
if (value === null) {
|
|
56
|
+
return null;
|
|
54
57
|
}
|
|
55
58
|
return {
|
|
56
|
-
'blobStoreName': value
|
|
57
|
-
'strictContentTypeValidation': value
|
|
58
|
-
'writePolicy': value
|
|
59
|
+
'blobStoreName': value.blobStoreName,
|
|
60
|
+
'strictContentTypeValidation': value.strictContentTypeValidation,
|
|
61
|
+
'writePolicy': value.writePolicy,
|
|
59
62
|
};
|
|
60
63
|
}
|
|
61
64
|
exports.StorageAttributesToJSON = StorageAttributesToJSON;
|
|
@@ -14,11 +14,13 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.SupportZipGeneratorRequestToJSON = exports.SupportZipGeneratorRequestFromJSONTyped = exports.SupportZipGeneratorRequestFromJSON = exports.instanceOfSupportZipGeneratorRequest = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
17
18
|
/**
|
|
18
19
|
* Check if a given object implements the SupportZipGeneratorRequest interface.
|
|
19
20
|
*/
|
|
20
21
|
function instanceOfSupportZipGeneratorRequest(value) {
|
|
21
|
-
|
|
22
|
+
let isInstance = true;
|
|
23
|
+
return isInstance;
|
|
22
24
|
}
|
|
23
25
|
exports.instanceOfSupportZipGeneratorRequest = instanceOfSupportZipGeneratorRequest;
|
|
24
26
|
function SupportZipGeneratorRequestFromJSON(json) {
|
|
@@ -26,44 +28,47 @@ function SupportZipGeneratorRequestFromJSON(json) {
|
|
|
26
28
|
}
|
|
27
29
|
exports.SupportZipGeneratorRequestFromJSON = SupportZipGeneratorRequestFromJSON;
|
|
28
30
|
function SupportZipGeneratorRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
-
if (json
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
30
32
|
return json;
|
|
31
33
|
}
|
|
32
34
|
return {
|
|
33
|
-
'auditLog': json
|
|
34
|
-
'_configuration': json
|
|
35
|
-
'hostname': json
|
|
36
|
-
'jmx': json
|
|
37
|
-
'limitFileSizes': json
|
|
38
|
-
'limitZipSize': json
|
|
39
|
-
'log': json
|
|
40
|
-
'metrics': json
|
|
41
|
-
'replication': json
|
|
42
|
-
'security': json
|
|
43
|
-
'systemInformation': json
|
|
44
|
-
'taskLog': json
|
|
45
|
-
'threadDump': json
|
|
35
|
+
'auditLog': !(0, runtime_1.exists)(json, 'auditLog') ? undefined : json['auditLog'],
|
|
36
|
+
'_configuration': !(0, runtime_1.exists)(json, 'configuration') ? undefined : json['configuration'],
|
|
37
|
+
'hostname': !(0, runtime_1.exists)(json, 'hostname') ? undefined : json['hostname'],
|
|
38
|
+
'jmx': !(0, runtime_1.exists)(json, 'jmx') ? undefined : json['jmx'],
|
|
39
|
+
'limitFileSizes': !(0, runtime_1.exists)(json, 'limitFileSizes') ? undefined : json['limitFileSizes'],
|
|
40
|
+
'limitZipSize': !(0, runtime_1.exists)(json, 'limitZipSize') ? undefined : json['limitZipSize'],
|
|
41
|
+
'log': !(0, runtime_1.exists)(json, 'log') ? undefined : json['log'],
|
|
42
|
+
'metrics': !(0, runtime_1.exists)(json, 'metrics') ? undefined : json['metrics'],
|
|
43
|
+
'replication': !(0, runtime_1.exists)(json, 'replication') ? undefined : json['replication'],
|
|
44
|
+
'security': !(0, runtime_1.exists)(json, 'security') ? undefined : json['security'],
|
|
45
|
+
'systemInformation': !(0, runtime_1.exists)(json, 'systemInformation') ? undefined : json['systemInformation'],
|
|
46
|
+
'taskLog': !(0, runtime_1.exists)(json, 'taskLog') ? undefined : json['taskLog'],
|
|
47
|
+
'threadDump': !(0, runtime_1.exists)(json, 'threadDump') ? undefined : json['threadDump'],
|
|
46
48
|
};
|
|
47
49
|
}
|
|
48
50
|
exports.SupportZipGeneratorRequestFromJSONTyped = SupportZipGeneratorRequestFromJSONTyped;
|
|
49
51
|
function SupportZipGeneratorRequestToJSON(value) {
|
|
50
|
-
if (value
|
|
51
|
-
return
|
|
52
|
+
if (value === undefined) {
|
|
53
|
+
return undefined;
|
|
54
|
+
}
|
|
55
|
+
if (value === null) {
|
|
56
|
+
return null;
|
|
52
57
|
}
|
|
53
58
|
return {
|
|
54
|
-
'auditLog': value
|
|
55
|
-
'configuration': value
|
|
56
|
-
'hostname': value
|
|
57
|
-
'jmx': value
|
|
58
|
-
'limitFileSizes': value
|
|
59
|
-
'limitZipSize': value
|
|
60
|
-
'log': value
|
|
61
|
-
'metrics': value
|
|
62
|
-
'replication': value
|
|
63
|
-
'security': value
|
|
64
|
-
'systemInformation': value
|
|
65
|
-
'taskLog': value
|
|
66
|
-
'threadDump': value
|
|
59
|
+
'auditLog': value.auditLog,
|
|
60
|
+
'configuration': value._configuration,
|
|
61
|
+
'hostname': value.hostname,
|
|
62
|
+
'jmx': value.jmx,
|
|
63
|
+
'limitFileSizes': value.limitFileSizes,
|
|
64
|
+
'limitZipSize': value.limitZipSize,
|
|
65
|
+
'log': value.log,
|
|
66
|
+
'metrics': value.metrics,
|
|
67
|
+
'replication': value.replication,
|
|
68
|
+
'security': value.security,
|
|
69
|
+
'systemInformation': value.systemInformation,
|
|
70
|
+
'taskLog': value.taskLog,
|
|
71
|
+
'threadDump': value.threadDump,
|
|
67
72
|
};
|
|
68
73
|
}
|
|
69
74
|
exports.SupportZipGeneratorRequestToJSON = SupportZipGeneratorRequestToJSON;
|
|
@@ -14,11 +14,13 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.SupportZipXOToJSON = exports.SupportZipXOFromJSONTyped = exports.SupportZipXOFromJSON = exports.instanceOfSupportZipXO = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
17
18
|
/**
|
|
18
19
|
* Check if a given object implements the SupportZipXO interface.
|
|
19
20
|
*/
|
|
20
21
|
function instanceOfSupportZipXO(value) {
|
|
21
|
-
|
|
22
|
+
let isInstance = true;
|
|
23
|
+
return isInstance;
|
|
22
24
|
}
|
|
23
25
|
exports.instanceOfSupportZipXO = instanceOfSupportZipXO;
|
|
24
26
|
function SupportZipXOFromJSON(json) {
|
|
@@ -26,26 +28,29 @@ function SupportZipXOFromJSON(json) {
|
|
|
26
28
|
}
|
|
27
29
|
exports.SupportZipXOFromJSON = SupportZipXOFromJSON;
|
|
28
30
|
function SupportZipXOFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
-
if (json
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
30
32
|
return json;
|
|
31
33
|
}
|
|
32
34
|
return {
|
|
33
|
-
'file': json
|
|
34
|
-
'name': json
|
|
35
|
-
'size': json
|
|
36
|
-
'truncated': json
|
|
35
|
+
'file': !(0, runtime_1.exists)(json, 'file') ? undefined : json['file'],
|
|
36
|
+
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
|
|
37
|
+
'size': !(0, runtime_1.exists)(json, 'size') ? undefined : json['size'],
|
|
38
|
+
'truncated': !(0, runtime_1.exists)(json, 'truncated') ? undefined : json['truncated'],
|
|
37
39
|
};
|
|
38
40
|
}
|
|
39
41
|
exports.SupportZipXOFromJSONTyped = SupportZipXOFromJSONTyped;
|
|
40
42
|
function SupportZipXOToJSON(value) {
|
|
41
|
-
if (value
|
|
42
|
-
return
|
|
43
|
+
if (value === undefined) {
|
|
44
|
+
return undefined;
|
|
45
|
+
}
|
|
46
|
+
if (value === null) {
|
|
47
|
+
return null;
|
|
43
48
|
}
|
|
44
49
|
return {
|
|
45
|
-
'file': value
|
|
46
|
-
'name': value
|
|
47
|
-
'size': value
|
|
48
|
-
'truncated': value
|
|
50
|
+
'file': value.file,
|
|
51
|
+
'name': value.name,
|
|
52
|
+
'size': value.size,
|
|
53
|
+
'truncated': value.truncated,
|
|
49
54
|
};
|
|
50
55
|
}
|
|
51
56
|
exports.SupportZipXOToJSON = SupportZipXOToJSON;
|
package/dist/models/TagXO.js
CHANGED
|
@@ -14,13 +14,14 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.TagXOToJSON = exports.TagXOFromJSONTyped = exports.TagXOFromJSON = exports.instanceOfTagXO = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
17
18
|
/**
|
|
18
19
|
* Check if a given object implements the TagXO interface.
|
|
19
20
|
*/
|
|
20
21
|
function instanceOfTagXO(value) {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
return
|
|
22
|
+
let isInstance = true;
|
|
23
|
+
isInstance = isInstance && "name" in value;
|
|
24
|
+
return isInstance;
|
|
24
25
|
}
|
|
25
26
|
exports.instanceOfTagXO = instanceOfTagXO;
|
|
26
27
|
function TagXOFromJSON(json) {
|
|
@@ -28,26 +29,29 @@ function TagXOFromJSON(json) {
|
|
|
28
29
|
}
|
|
29
30
|
exports.TagXOFromJSON = TagXOFromJSON;
|
|
30
31
|
function TagXOFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json
|
|
32
|
+
if ((json === undefined) || (json === null)) {
|
|
32
33
|
return json;
|
|
33
34
|
}
|
|
34
35
|
return {
|
|
35
|
-
'attributes': json
|
|
36
|
-
'firstCreated': json
|
|
37
|
-
'lastUpdated': json
|
|
36
|
+
'attributes': !(0, runtime_1.exists)(json, 'attributes') ? undefined : json['attributes'],
|
|
37
|
+
'firstCreated': !(0, runtime_1.exists)(json, 'firstCreated') ? undefined : (new Date(json['firstCreated'])),
|
|
38
|
+
'lastUpdated': !(0, runtime_1.exists)(json, 'lastUpdated') ? undefined : (new Date(json['lastUpdated'])),
|
|
38
39
|
'name': json['name'],
|
|
39
40
|
};
|
|
40
41
|
}
|
|
41
42
|
exports.TagXOFromJSONTyped = TagXOFromJSONTyped;
|
|
42
43
|
function TagXOToJSON(value) {
|
|
43
|
-
if (value
|
|
44
|
-
return
|
|
44
|
+
if (value === undefined) {
|
|
45
|
+
return undefined;
|
|
46
|
+
}
|
|
47
|
+
if (value === null) {
|
|
48
|
+
return null;
|
|
45
49
|
}
|
|
46
50
|
return {
|
|
47
|
-
'attributes': value
|
|
48
|
-
'firstCreated': value
|
|
49
|
-
'lastUpdated': value
|
|
50
|
-
'name': value
|
|
51
|
+
'attributes': value.attributes,
|
|
52
|
+
'firstCreated': value.firstCreated === undefined ? undefined : (value.firstCreated.toISOString()),
|
|
53
|
+
'lastUpdated': value.lastUpdated === undefined ? undefined : (value.lastUpdated.toISOString()),
|
|
54
|
+
'name': value.name,
|
|
51
55
|
};
|
|
52
56
|
}
|
|
53
57
|
exports.TagXOToJSON = TagXOToJSON;
|
package/dist/models/TaskXO.js
CHANGED
|
@@ -14,11 +14,13 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.TaskXOToJSON = exports.TaskXOFromJSONTyped = exports.TaskXOFromJSON = exports.instanceOfTaskXO = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
17
18
|
/**
|
|
18
19
|
* Check if a given object implements the TaskXO interface.
|
|
19
20
|
*/
|
|
20
21
|
function instanceOfTaskXO(value) {
|
|
21
|
-
|
|
22
|
+
let isInstance = true;
|
|
23
|
+
return isInstance;
|
|
22
24
|
}
|
|
23
25
|
exports.instanceOfTaskXO = instanceOfTaskXO;
|
|
24
26
|
function TaskXOFromJSON(json) {
|
|
@@ -26,34 +28,37 @@ function TaskXOFromJSON(json) {
|
|
|
26
28
|
}
|
|
27
29
|
exports.TaskXOFromJSON = TaskXOFromJSON;
|
|
28
30
|
function TaskXOFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
-
if (json
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
30
32
|
return json;
|
|
31
33
|
}
|
|
32
34
|
return {
|
|
33
|
-
'currentState': json
|
|
34
|
-
'id': json
|
|
35
|
-
'lastRun': json
|
|
36
|
-
'lastRunResult': json
|
|
37
|
-
'message': json
|
|
38
|
-
'name': json
|
|
39
|
-
'nextRun': json
|
|
40
|
-
'type': json
|
|
35
|
+
'currentState': !(0, runtime_1.exists)(json, 'currentState') ? undefined : json['currentState'],
|
|
36
|
+
'id': !(0, runtime_1.exists)(json, 'id') ? undefined : json['id'],
|
|
37
|
+
'lastRun': !(0, runtime_1.exists)(json, 'lastRun') ? undefined : (new Date(json['lastRun'])),
|
|
38
|
+
'lastRunResult': !(0, runtime_1.exists)(json, 'lastRunResult') ? undefined : json['lastRunResult'],
|
|
39
|
+
'message': !(0, runtime_1.exists)(json, 'message') ? undefined : json['message'],
|
|
40
|
+
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
|
|
41
|
+
'nextRun': !(0, runtime_1.exists)(json, 'nextRun') ? undefined : (new Date(json['nextRun'])),
|
|
42
|
+
'type': !(0, runtime_1.exists)(json, 'type') ? undefined : json['type'],
|
|
41
43
|
};
|
|
42
44
|
}
|
|
43
45
|
exports.TaskXOFromJSONTyped = TaskXOFromJSONTyped;
|
|
44
46
|
function TaskXOToJSON(value) {
|
|
45
|
-
if (value
|
|
46
|
-
return
|
|
47
|
+
if (value === undefined) {
|
|
48
|
+
return undefined;
|
|
49
|
+
}
|
|
50
|
+
if (value === null) {
|
|
51
|
+
return null;
|
|
47
52
|
}
|
|
48
53
|
return {
|
|
49
|
-
'currentState': value
|
|
50
|
-
'id': value
|
|
51
|
-
'lastRun': value
|
|
52
|
-
'lastRunResult': value
|
|
53
|
-
'message': value
|
|
54
|
-
'name': value
|
|
55
|
-
'nextRun': value
|
|
56
|
-
'type': value
|
|
54
|
+
'currentState': value.currentState,
|
|
55
|
+
'id': value.id,
|
|
56
|
+
'lastRun': value.lastRun === undefined ? undefined : (value.lastRun.toISOString()),
|
|
57
|
+
'lastRunResult': value.lastRunResult,
|
|
58
|
+
'message': value.message,
|
|
59
|
+
'name': value.name,
|
|
60
|
+
'nextRun': value.nextRun === undefined ? undefined : (value.nextRun.toISOString()),
|
|
61
|
+
'type': value.type,
|
|
57
62
|
};
|
|
58
63
|
}
|
|
59
64
|
exports.TaskXOToJSON = TaskXOToJSON;
|
package/dist/models/Throwable.js
CHANGED
|
@@ -14,12 +14,14 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ThrowableToJSON = exports.ThrowableFromJSONTyped = exports.ThrowableFromJSON = exports.instanceOfThrowable = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
17
18
|
const StackTraceElement_1 = require("./StackTraceElement");
|
|
18
19
|
/**
|
|
19
20
|
* Check if a given object implements the Throwable interface.
|
|
20
21
|
*/
|
|
21
22
|
function instanceOfThrowable(value) {
|
|
22
|
-
|
|
23
|
+
let isInstance = true;
|
|
24
|
+
return isInstance;
|
|
23
25
|
}
|
|
24
26
|
exports.instanceOfThrowable = instanceOfThrowable;
|
|
25
27
|
function ThrowableFromJSON(json) {
|
|
@@ -27,28 +29,31 @@ function ThrowableFromJSON(json) {
|
|
|
27
29
|
}
|
|
28
30
|
exports.ThrowableFromJSON = ThrowableFromJSON;
|
|
29
31
|
function ThrowableFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
-
if (json
|
|
32
|
+
if ((json === undefined) || (json === null)) {
|
|
31
33
|
return json;
|
|
32
34
|
}
|
|
33
35
|
return {
|
|
34
|
-
'cause': json
|
|
35
|
-
'localizedMessage': json
|
|
36
|
-
'message': json
|
|
37
|
-
'stackTrace': json
|
|
38
|
-
'suppressed': json
|
|
36
|
+
'cause': !(0, runtime_1.exists)(json, 'cause') ? undefined : ThrowableFromJSON(json['cause']),
|
|
37
|
+
'localizedMessage': !(0, runtime_1.exists)(json, 'localizedMessage') ? undefined : json['localizedMessage'],
|
|
38
|
+
'message': !(0, runtime_1.exists)(json, 'message') ? undefined : json['message'],
|
|
39
|
+
'stackTrace': !(0, runtime_1.exists)(json, 'stackTrace') ? undefined : (json['stackTrace'].map(StackTraceElement_1.StackTraceElementFromJSON)),
|
|
40
|
+
'suppressed': !(0, runtime_1.exists)(json, 'suppressed') ? undefined : (json['suppressed'].map(ThrowableFromJSON)),
|
|
39
41
|
};
|
|
40
42
|
}
|
|
41
43
|
exports.ThrowableFromJSONTyped = ThrowableFromJSONTyped;
|
|
42
44
|
function ThrowableToJSON(value) {
|
|
43
|
-
if (value
|
|
44
|
-
return
|
|
45
|
+
if (value === undefined) {
|
|
46
|
+
return undefined;
|
|
47
|
+
}
|
|
48
|
+
if (value === null) {
|
|
49
|
+
return null;
|
|
45
50
|
}
|
|
46
51
|
return {
|
|
47
|
-
'cause': ThrowableToJSON(value
|
|
48
|
-
'localizedMessage': value
|
|
49
|
-
'message': value
|
|
50
|
-
'stackTrace': value
|
|
51
|
-
'suppressed': value
|
|
52
|
+
'cause': ThrowableToJSON(value.cause),
|
|
53
|
+
'localizedMessage': value.localizedMessage,
|
|
54
|
+
'message': value.message,
|
|
55
|
+
'stackTrace': value.stackTrace === undefined ? undefined : (value.stackTrace.map(StackTraceElement_1.StackTraceElementToJSON)),
|
|
56
|
+
'suppressed': value.suppressed === undefined ? undefined : (value.suppressed.map(ThrowableToJSON)),
|
|
52
57
|
};
|
|
53
58
|
}
|
|
54
59
|
exports.ThrowableToJSON = ThrowableToJSON;
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.UpdateLdapServerXoToJSON = exports.UpdateLdapServerXoFromJSONTyped = exports.UpdateLdapServerXoFromJSON = exports.instanceOfUpdateLdapServerXo = exports.UpdateLdapServerXoProtocolEnum = exports.UpdateLdapServerXoGroupTypeEnum = exports.UpdateLdapServerXoAuthSchemeEnum = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
17
18
|
/**
|
|
18
19
|
* @export
|
|
19
20
|
*/
|
|
@@ -41,29 +42,19 @@ exports.UpdateLdapServerXoProtocolEnum = {
|
|
|
41
42
|
* Check if a given object implements the UpdateLdapServerXo interface.
|
|
42
43
|
*/
|
|
43
44
|
function instanceOfUpdateLdapServerXo(value) {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
return false;
|
|
58
|
-
if (!('name' in value))
|
|
59
|
-
return false;
|
|
60
|
-
if (!('port' in value))
|
|
61
|
-
return false;
|
|
62
|
-
if (!('protocol' in value))
|
|
63
|
-
return false;
|
|
64
|
-
if (!('searchBase' in value))
|
|
65
|
-
return false;
|
|
66
|
-
return true;
|
|
45
|
+
let isInstance = true;
|
|
46
|
+
isInstance = isInstance && "authPassword" in value;
|
|
47
|
+
isInstance = isInstance && "authScheme" in value;
|
|
48
|
+
isInstance = isInstance && "connectionRetryDelaySeconds" in value;
|
|
49
|
+
isInstance = isInstance && "connectionTimeoutSeconds" in value;
|
|
50
|
+
isInstance = isInstance && "groupType" in value;
|
|
51
|
+
isInstance = isInstance && "host" in value;
|
|
52
|
+
isInstance = isInstance && "maxIncidentsCount" in value;
|
|
53
|
+
isInstance = isInstance && "name" in value;
|
|
54
|
+
isInstance = isInstance && "port" in value;
|
|
55
|
+
isInstance = isInstance && "protocol" in value;
|
|
56
|
+
isInstance = isInstance && "searchBase" in value;
|
|
57
|
+
return isInstance;
|
|
67
58
|
}
|
|
68
59
|
exports.instanceOfUpdateLdapServerXo = instanceOfUpdateLdapServerXo;
|
|
69
60
|
function UpdateLdapServerXoFromJSON(json) {
|
|
@@ -71,80 +62,83 @@ function UpdateLdapServerXoFromJSON(json) {
|
|
|
71
62
|
}
|
|
72
63
|
exports.UpdateLdapServerXoFromJSON = UpdateLdapServerXoFromJSON;
|
|
73
64
|
function UpdateLdapServerXoFromJSONTyped(json, ignoreDiscriminator) {
|
|
74
|
-
if (json
|
|
65
|
+
if ((json === undefined) || (json === null)) {
|
|
75
66
|
return json;
|
|
76
67
|
}
|
|
77
68
|
return {
|
|
78
69
|
'authPassword': json['authPassword'],
|
|
79
|
-
'authRealm': json
|
|
70
|
+
'authRealm': !(0, runtime_1.exists)(json, 'authRealm') ? undefined : json['authRealm'],
|
|
80
71
|
'authScheme': json['authScheme'],
|
|
81
|
-
'authUsername': json
|
|
72
|
+
'authUsername': !(0, runtime_1.exists)(json, 'authUsername') ? undefined : json['authUsername'],
|
|
82
73
|
'connectionRetryDelaySeconds': json['connectionRetryDelaySeconds'],
|
|
83
74
|
'connectionTimeoutSeconds': json['connectionTimeoutSeconds'],
|
|
84
|
-
'groupBaseDn': json
|
|
85
|
-
'groupIdAttribute': json
|
|
86
|
-
'groupMemberAttribute': json
|
|
87
|
-
'groupMemberFormat': json
|
|
88
|
-
'groupObjectClass': json
|
|
89
|
-
'groupSubtree': json
|
|
75
|
+
'groupBaseDn': !(0, runtime_1.exists)(json, 'groupBaseDn') ? undefined : json['groupBaseDn'],
|
|
76
|
+
'groupIdAttribute': !(0, runtime_1.exists)(json, 'groupIdAttribute') ? undefined : json['groupIdAttribute'],
|
|
77
|
+
'groupMemberAttribute': !(0, runtime_1.exists)(json, 'groupMemberAttribute') ? undefined : json['groupMemberAttribute'],
|
|
78
|
+
'groupMemberFormat': !(0, runtime_1.exists)(json, 'groupMemberFormat') ? undefined : json['groupMemberFormat'],
|
|
79
|
+
'groupObjectClass': !(0, runtime_1.exists)(json, 'groupObjectClass') ? undefined : json['groupObjectClass'],
|
|
80
|
+
'groupSubtree': !(0, runtime_1.exists)(json, 'groupSubtree') ? undefined : json['groupSubtree'],
|
|
90
81
|
'groupType': json['groupType'],
|
|
91
82
|
'host': json['host'],
|
|
92
|
-
'id': json
|
|
93
|
-
'ldapGroupsAsRoles': json
|
|
83
|
+
'id': !(0, runtime_1.exists)(json, 'id') ? undefined : json['id'],
|
|
84
|
+
'ldapGroupsAsRoles': !(0, runtime_1.exists)(json, 'ldapGroupsAsRoles') ? undefined : json['ldapGroupsAsRoles'],
|
|
94
85
|
'maxIncidentsCount': json['maxIncidentsCount'],
|
|
95
86
|
'name': json['name'],
|
|
96
87
|
'port': json['port'],
|
|
97
88
|
'protocol': json['protocol'],
|
|
98
89
|
'searchBase': json['searchBase'],
|
|
99
|
-
'useTrustStore': json
|
|
100
|
-
'userBaseDn': json
|
|
101
|
-
'userEmailAddressAttribute': json
|
|
102
|
-
'userIdAttribute': json
|
|
103
|
-
'userLdapFilter': json
|
|
104
|
-
'userMemberOfAttribute': json
|
|
105
|
-
'userObjectClass': json
|
|
106
|
-
'userPasswordAttribute': json
|
|
107
|
-
'userRealNameAttribute': json
|
|
108
|
-
'userSubtree': json
|
|
90
|
+
'useTrustStore': !(0, runtime_1.exists)(json, 'useTrustStore') ? undefined : json['useTrustStore'],
|
|
91
|
+
'userBaseDn': !(0, runtime_1.exists)(json, 'userBaseDn') ? undefined : json['userBaseDn'],
|
|
92
|
+
'userEmailAddressAttribute': !(0, runtime_1.exists)(json, 'userEmailAddressAttribute') ? undefined : json['userEmailAddressAttribute'],
|
|
93
|
+
'userIdAttribute': !(0, runtime_1.exists)(json, 'userIdAttribute') ? undefined : json['userIdAttribute'],
|
|
94
|
+
'userLdapFilter': !(0, runtime_1.exists)(json, 'userLdapFilter') ? undefined : json['userLdapFilter'],
|
|
95
|
+
'userMemberOfAttribute': !(0, runtime_1.exists)(json, 'userMemberOfAttribute') ? undefined : json['userMemberOfAttribute'],
|
|
96
|
+
'userObjectClass': !(0, runtime_1.exists)(json, 'userObjectClass') ? undefined : json['userObjectClass'],
|
|
97
|
+
'userPasswordAttribute': !(0, runtime_1.exists)(json, 'userPasswordAttribute') ? undefined : json['userPasswordAttribute'],
|
|
98
|
+
'userRealNameAttribute': !(0, runtime_1.exists)(json, 'userRealNameAttribute') ? undefined : json['userRealNameAttribute'],
|
|
99
|
+
'userSubtree': !(0, runtime_1.exists)(json, 'userSubtree') ? undefined : json['userSubtree'],
|
|
109
100
|
};
|
|
110
101
|
}
|
|
111
102
|
exports.UpdateLdapServerXoFromJSONTyped = UpdateLdapServerXoFromJSONTyped;
|
|
112
103
|
function UpdateLdapServerXoToJSON(value) {
|
|
113
|
-
if (value
|
|
114
|
-
return
|
|
104
|
+
if (value === undefined) {
|
|
105
|
+
return undefined;
|
|
106
|
+
}
|
|
107
|
+
if (value === null) {
|
|
108
|
+
return null;
|
|
115
109
|
}
|
|
116
110
|
return {
|
|
117
|
-
'authPassword': value
|
|
118
|
-
'authRealm': value
|
|
119
|
-
'authScheme': value
|
|
120
|
-
'authUsername': value
|
|
121
|
-
'connectionRetryDelaySeconds': value
|
|
122
|
-
'connectionTimeoutSeconds': value
|
|
123
|
-
'groupBaseDn': value
|
|
124
|
-
'groupIdAttribute': value
|
|
125
|
-
'groupMemberAttribute': value
|
|
126
|
-
'groupMemberFormat': value
|
|
127
|
-
'groupObjectClass': value
|
|
128
|
-
'groupSubtree': value
|
|
129
|
-
'groupType': value
|
|
130
|
-
'host': value
|
|
131
|
-
'id': value
|
|
132
|
-
'ldapGroupsAsRoles': value
|
|
133
|
-
'maxIncidentsCount': value
|
|
134
|
-
'name': value
|
|
135
|
-
'port': value
|
|
136
|
-
'protocol': value
|
|
137
|
-
'searchBase': value
|
|
138
|
-
'useTrustStore': value
|
|
139
|
-
'userBaseDn': value
|
|
140
|
-
'userEmailAddressAttribute': value
|
|
141
|
-
'userIdAttribute': value
|
|
142
|
-
'userLdapFilter': value
|
|
143
|
-
'userMemberOfAttribute': value
|
|
144
|
-
'userObjectClass': value
|
|
145
|
-
'userPasswordAttribute': value
|
|
146
|
-
'userRealNameAttribute': value
|
|
147
|
-
'userSubtree': value
|
|
111
|
+
'authPassword': value.authPassword,
|
|
112
|
+
'authRealm': value.authRealm,
|
|
113
|
+
'authScheme': value.authScheme,
|
|
114
|
+
'authUsername': value.authUsername,
|
|
115
|
+
'connectionRetryDelaySeconds': value.connectionRetryDelaySeconds,
|
|
116
|
+
'connectionTimeoutSeconds': value.connectionTimeoutSeconds,
|
|
117
|
+
'groupBaseDn': value.groupBaseDn,
|
|
118
|
+
'groupIdAttribute': value.groupIdAttribute,
|
|
119
|
+
'groupMemberAttribute': value.groupMemberAttribute,
|
|
120
|
+
'groupMemberFormat': value.groupMemberFormat,
|
|
121
|
+
'groupObjectClass': value.groupObjectClass,
|
|
122
|
+
'groupSubtree': value.groupSubtree,
|
|
123
|
+
'groupType': value.groupType,
|
|
124
|
+
'host': value.host,
|
|
125
|
+
'id': value.id,
|
|
126
|
+
'ldapGroupsAsRoles': value.ldapGroupsAsRoles,
|
|
127
|
+
'maxIncidentsCount': value.maxIncidentsCount,
|
|
128
|
+
'name': value.name,
|
|
129
|
+
'port': value.port,
|
|
130
|
+
'protocol': value.protocol,
|
|
131
|
+
'searchBase': value.searchBase,
|
|
132
|
+
'useTrustStore': value.useTrustStore,
|
|
133
|
+
'userBaseDn': value.userBaseDn,
|
|
134
|
+
'userEmailAddressAttribute': value.userEmailAddressAttribute,
|
|
135
|
+
'userIdAttribute': value.userIdAttribute,
|
|
136
|
+
'userLdapFilter': value.userLdapFilter,
|
|
137
|
+
'userMemberOfAttribute': value.userMemberOfAttribute,
|
|
138
|
+
'userObjectClass': value.userObjectClass,
|
|
139
|
+
'userPasswordAttribute': value.userPasswordAttribute,
|
|
140
|
+
'userRealNameAttribute': value.userRealNameAttribute,
|
|
141
|
+
'userSubtree': value.userSubtree,
|
|
148
142
|
};
|
|
149
143
|
}
|
|
150
144
|
exports.UpdateLdapServerXoToJSON = UpdateLdapServerXoToJSON;
|