@huaweicloud/huaweicloud-sdk-swr 3.1.45 → 3.1.46
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/huaweicloud-sdk-swr.ts +4 -0
- package/package.json +4 -4
- package/v2/{SwrClient.js → SwrClient.ts} +1513 -949
- package/v2/SwrRegion.ts +62 -0
- package/v2/model/AuthInfo.ts +12 -0
- package/v2/model/CreateImageSyncRepoRequest.ts +45 -0
- package/v2/model/CreateImageSyncRepoRequestBody.ts +28 -0
- package/v2/model/CreateImageSyncRepoResponse.ts +8 -0
- package/v2/model/CreateManualImageSyncRepoRequest.ts +45 -0
- package/v2/model/CreateManualImageSyncRepoRequestBody.ts +29 -0
- package/v2/model/CreateManualImageSyncRepoResponse.ts +13 -0
- package/v2/model/CreateNamespaceAuthRequest.ts +39 -0
- package/v2/model/CreateNamespaceAuthResponse.ts +8 -0
- package/v2/model/CreateNamespaceRequest.ts +33 -0
- package/v2/model/CreateNamespaceRequestBody.ts +12 -0
- package/v2/model/CreateNamespaceResponse.ts +8 -0
- package/v2/model/CreateRepoDomainsRequest.ts +45 -0
- package/v2/model/CreateRepoDomainsRequestBody.ts +35 -0
- package/v2/model/CreateRepoDomainsResponse.ts +8 -0
- package/v2/model/CreateRepoRequest.ts +39 -0
- package/v2/model/CreateRepoRequestBody.ts +49 -0
- package/v2/model/CreateRepoResponse.ts +8 -0
- package/v2/model/CreateRetentionRequest.ts +45 -0
- package/v2/model/CreateRetentionRequestBody.ts +19 -0
- package/v2/model/CreateRetentionResponse.ts +13 -0
- package/v2/model/CreateSecretRequest.ts +32 -0
- package/v2/model/CreateSecretResponse.ts +25 -0
- package/v2/model/CreateTriggerRequest.ts +45 -0
- package/v2/model/CreateTriggerRequestBody.ts +110 -0
- package/v2/model/CreateTriggerResponse.ts +8 -0
- package/v2/model/CreateUserRepositoryAuthRequest.ts +45 -0
- package/v2/model/CreateUserRepositoryAuthResponse.ts +8 -0
- package/v2/model/DeleteImageSyncRepoRequest.ts +45 -0
- package/v2/model/DeleteImageSyncRepoRequestBody.ts +18 -0
- package/v2/model/DeleteImageSyncRepoResponse.ts +8 -0
- package/v2/model/DeleteNamespaceAuthRequest.ts +38 -0
- package/v2/model/DeleteNamespaceAuthResponse.ts +8 -0
- package/v2/model/DeleteNamespacesRequest.ts +33 -0
- package/v2/model/DeleteNamespacesResponse.ts +8 -0
- package/v2/model/DeleteRepoDomainsRequest.ts +51 -0
- package/v2/model/DeleteRepoDomainsResponse.ts +8 -0
- package/v2/model/DeleteRepoRequest.ts +39 -0
- package/v2/model/DeleteRepoResponse.ts +8 -0
- package/v2/model/DeleteRepoTagRequest.ts +45 -0
- package/v2/model/DeleteRepoTagResponse.ts +8 -0
- package/v2/model/DeleteRetentionRequest.ts +51 -0
- package/v2/model/DeleteRetentionResponse.ts +8 -0
- package/v2/model/DeleteTriggerRequest.ts +45 -0
- package/v2/model/DeleteTriggerResponse.ts +8 -0
- package/v2/model/DeleteUserRepositoryAuthRequest.ts +44 -0
- package/v2/model/DeleteUserRepositoryAuthResponse.ts +8 -0
- package/v2/model/ImageTag.ts +6 -0
- package/v2/model/Link.ts +18 -0
- package/v2/model/ListApiVersionsRequest.ts +27 -0
- package/v2/model/ListApiVersionsResponse.ts +14 -0
- package/v2/model/ListImageAutoSyncReposDetailsRequest.ts +39 -0
- package/v2/model/ListImageAutoSyncReposDetailsResponse.ts +14 -0
- package/v2/model/ListNamespacesRequest.ts +37 -0
- package/v2/model/ListNamespacesResponse.ts +14 -0
- package/v2/model/ListQuotasRequest.ts +27 -0
- package/v2/model/ListQuotasResponse.ts +14 -0
- package/v2/model/ListRepoDomainsRequest.ts +39 -0
- package/v2/model/ListRepoDomainsResponse.ts +14 -0
- package/v2/model/ListReposDetailsRequest.ts +79 -0
- package/v2/model/ListReposDetailsResponse.ts +25 -0
- package/v2/model/ListRepositoryTagsRequest.ts +81 -0
- package/v2/model/ListRepositoryTagsResponse.ts +25 -0
- package/v2/model/ListRetentionHistoriesRequest.ts +44 -0
- package/v2/model/ListRetentionHistoriesResponse.ts +36 -0
- package/v2/model/ListRetentionsRequest.ts +39 -0
- package/v2/model/ListRetentionsResponse.ts +14 -0
- package/v2/model/ListSharedReposDetailsRequest.ts +79 -0
- package/v2/model/ListSharedReposDetailsResponse.ts +25 -0
- package/v2/model/ListTriggersDetailsRequest.ts +39 -0
- package/v2/model/ListTriggersDetailsResponse.ts +14 -0
- package/v2/model/Retention.ts +31 -0
- package/v2/model/RetentionLog.ts +66 -0
- package/v2/model/Rule.ts +40 -0
- package/v2/model/ShowAccessDomainRequest.ts +51 -0
- package/v2/model/ShowAccessDomainResponse.ts +86 -0
- package/v2/model/ShowApiVersionRequest.ts +39 -0
- package/v2/model/ShowApiVersionResponse.ts +14 -0
- package/v2/model/ShowNamespace.ts +46 -0
- package/v2/model/ShowNamespaceAuthRequest.ts +33 -0
- package/v2/model/ShowNamespaceAuthResponse.ts +52 -0
- package/v2/model/ShowNamespaceRequest.ts +33 -0
- package/v2/model/ShowNamespaceResponse.ts +44 -0
- package/v2/model/ShowQuota.ts +42 -0
- package/v2/model/ShowRepoDomainsResponse.ts +90 -0
- package/v2/model/ShowReposResp.ts +162 -0
- package/v2/model/ShowReposTagResp.ts +150 -0
- package/v2/model/ShowRepositoryRequest.ts +39 -0
- package/v2/model/ShowRepositoryResponse.ts +146 -0
- package/v2/model/ShowRetentionRequest.ts +51 -0
- package/v2/model/ShowRetentionResponse.ts +29 -0
- package/v2/model/ShowSyncJobRequest.ts +45 -0
- package/v2/model/ShowSyncJobResponse.ts +25 -0
- package/v2/model/ShowTriggerRequest.ts +45 -0
- package/v2/model/ShowTriggerResponse.ts +138 -0
- package/v2/model/ShowUserRepositoryAuthRequest.ts +39 -0
- package/v2/model/ShowUserRepositoryAuthResponse.ts +41 -0
- package/v2/model/SyncJob.ts +90 -0
- package/v2/model/SyncRepo.ts +72 -0
- package/v2/model/TagSelector.ts +18 -0
- package/v2/model/Trigger.ts +151 -0
- package/v2/model/TriggerHistories.ts +120 -0
- package/v2/model/UpdateNamespaceAuthRequest.ts +39 -0
- package/v2/model/UpdateNamespaceAuthResponse.ts +8 -0
- package/v2/model/UpdateRepoDomainsRequest.ts +57 -0
- package/v2/model/UpdateRepoDomainsRequestBody.ts +23 -0
- package/v2/model/UpdateRepoDomainsResponse.ts +8 -0
- package/v2/model/UpdateRepoRequest.ts +45 -0
- package/v2/model/UpdateRepoRequestBody.ts +43 -0
- package/v2/model/UpdateRepoResponse.ts +8 -0
- package/v2/model/UpdateRetentionRequest.ts +57 -0
- package/v2/model/UpdateRetentionRequestBody.ts +19 -0
- package/v2/model/UpdateRetentionResponse.ts +8 -0
- package/v2/model/UpdateTriggerRequest.ts +51 -0
- package/v2/model/UpdateTriggerRequestBody.ts +12 -0
- package/v2/model/UpdateTriggerResponse.ts +8 -0
- package/v2/model/UpdateUserRepositoryAuthRequest.ts +45 -0
- package/v2/model/UpdateUserRepositoryAuthResponse.ts +8 -0
- package/v2/model/UserAuth.ts +46 -0
- package/v2/model/VersionDetail.ts +49 -0
- package/v2/{public-api.d.ts → public-api.ts} +1 -0
- package/LICENSE +0 -13
- package/README.md +0 -1
- package/huaweicloud-sdk-swr.d.ts +0 -2
- package/huaweicloud-sdk-swr.js +0 -31
- package/v2/SwrClient.d.ts +0 -1332
- package/v2/SwrRegion.d.ts +0 -23
- package/v2/SwrRegion.js +0 -59
- package/v2/model/AuthInfo.d.ts +0 -5
- package/v2/model/AuthInfo.js +0 -14
- package/v2/model/CreateImageSyncRepoRequest.d.ts +0 -22
- package/v2/model/CreateImageSyncRepoRequest.js +0 -47
- package/v2/model/CreateImageSyncRepoRequestBody.d.ts +0 -11
- package/v2/model/CreateImageSyncRepoRequestBody.js +0 -27
- package/v2/model/CreateImageSyncRepoResponse.d.ts +0 -4
- package/v2/model/CreateImageSyncRepoResponse.js +0 -27
- package/v2/model/CreateManualImageSyncRepoRequest.d.ts +0 -22
- package/v2/model/CreateManualImageSyncRepoRequest.js +0 -47
- package/v2/model/CreateManualImageSyncRepoRequestBody.d.ts +0 -11
- package/v2/model/CreateManualImageSyncRepoRequestBody.js +0 -28
- package/v2/model/CreateManualImageSyncRepoResponse.d.ts +0 -6
- package/v2/model/CreateManualImageSyncRepoResponse.js +0 -31
- package/v2/model/CreateNamespaceAuthRequest.d.ts +0 -20
- package/v2/model/CreateNamespaceAuthRequest.js +0 -42
- package/v2/model/CreateNamespaceAuthResponse.d.ts +0 -4
- package/v2/model/CreateNamespaceAuthResponse.js +0 -27
- package/v2/model/CreateNamespaceRequest.d.ts +0 -18
- package/v2/model/CreateNamespaceRequest.js +0 -37
- package/v2/model/CreateNamespaceRequestBody.d.ts +0 -5
- package/v2/model/CreateNamespaceRequestBody.js +0 -14
- package/v2/model/CreateNamespaceResponse.d.ts +0 -4
- package/v2/model/CreateNamespaceResponse.js +0 -27
- package/v2/model/CreateRepoDomainsRequest.d.ts +0 -22
- package/v2/model/CreateRepoDomainsRequest.js +0 -47
- package/v2/model/CreateRepoDomainsRequestBody.d.ts +0 -13
- package/v2/model/CreateRepoDomainsRequestBody.js +0 -38
- package/v2/model/CreateRepoDomainsResponse.d.ts +0 -4
- package/v2/model/CreateRepoDomainsResponse.js +0 -27
- package/v2/model/CreateRepoRequest.d.ts +0 -20
- package/v2/model/CreateRepoRequest.js +0 -42
- package/v2/model/CreateRepoRequestBody.d.ts +0 -27
- package/v2/model/CreateRepoRequestBody.js +0 -52
- package/v2/model/CreateRepoResponse.d.ts +0 -4
- package/v2/model/CreateRepoResponse.js +0 -27
- package/v2/model/CreateRetentionRequest.d.ts +0 -22
- package/v2/model/CreateRetentionRequest.js +0 -47
- package/v2/model/CreateRetentionRequestBody.d.ts +0 -8
- package/v2/model/CreateRetentionRequestBody.js +0 -19
- package/v2/model/CreateRetentionResponse.d.ts +0 -6
- package/v2/model/CreateRetentionResponse.js +0 -31
- package/v2/model/CreateSecretRequest.d.ts +0 -17
- package/v2/model/CreateSecretRequest.js +0 -37
- package/v2/model/CreateSecretResponse.d.ts +0 -15
- package/v2/model/CreateSecretResponse.js +0 -45
- package/v2/model/CreateTriggerRequest.d.ts +0 -22
- package/v2/model/CreateTriggerRequest.js +0 -47
- package/v2/model/CreateTriggerRequestBody.d.ts +0 -39
- package/v2/model/CreateTriggerRequestBody.js +0 -125
- package/v2/model/CreateTriggerResponse.d.ts +0 -4
- package/v2/model/CreateTriggerResponse.js +0 -27
- package/v2/model/CreateUserRepositoryAuthRequest.d.ts +0 -22
- package/v2/model/CreateUserRepositoryAuthRequest.js +0 -47
- package/v2/model/CreateUserRepositoryAuthResponse.d.ts +0 -4
- package/v2/model/CreateUserRepositoryAuthResponse.js +0 -27
- package/v2/model/DeleteImageSyncRepoRequest.d.ts +0 -22
- package/v2/model/DeleteImageSyncRepoRequest.js +0 -47
- package/v2/model/DeleteImageSyncRepoRequestBody.d.ts +0 -7
- package/v2/model/DeleteImageSyncRepoRequestBody.js +0 -19
- package/v2/model/DeleteImageSyncRepoResponse.d.ts +0 -4
- package/v2/model/DeleteImageSyncRepoResponse.js +0 -27
- package/v2/model/DeleteNamespaceAuthRequest.d.ts +0 -19
- package/v2/model/DeleteNamespaceAuthRequest.js +0 -42
- package/v2/model/DeleteNamespaceAuthResponse.d.ts +0 -4
- package/v2/model/DeleteNamespaceAuthResponse.js +0 -27
- package/v2/model/DeleteNamespacesRequest.d.ts +0 -17
- package/v2/model/DeleteNamespacesRequest.js +0 -38
- package/v2/model/DeleteNamespacesResponse.d.ts +0 -4
- package/v2/model/DeleteNamespacesResponse.js +0 -27
- package/v2/model/DeleteRepoDomainsRequest.d.ts +0 -23
- package/v2/model/DeleteRepoDomainsRequest.js +0 -58
- package/v2/model/DeleteRepoDomainsResponse.d.ts +0 -4
- package/v2/model/DeleteRepoDomainsResponse.js +0 -27
- package/v2/model/DeleteRepoRequest.d.ts +0 -19
- package/v2/model/DeleteRepoRequest.js +0 -43
- package/v2/model/DeleteRepoResponse.d.ts +0 -4
- package/v2/model/DeleteRepoResponse.js +0 -27
- package/v2/model/DeleteRepoTagRequest.d.ts +0 -21
- package/v2/model/DeleteRepoTagRequest.js +0 -48
- package/v2/model/DeleteRepoTagResponse.d.ts +0 -4
- package/v2/model/DeleteRepoTagResponse.js +0 -27
- package/v2/model/DeleteRetentionRequest.d.ts +0 -23
- package/v2/model/DeleteRetentionRequest.js +0 -58
- package/v2/model/DeleteRetentionResponse.d.ts +0 -4
- package/v2/model/DeleteRetentionResponse.js +0 -27
- package/v2/model/DeleteTriggerRequest.d.ts +0 -21
- package/v2/model/DeleteTriggerRequest.js +0 -48
- package/v2/model/DeleteTriggerResponse.d.ts +0 -4
- package/v2/model/DeleteTriggerResponse.js +0 -27
- package/v2/model/DeleteUserRepositoryAuthRequest.d.ts +0 -21
- package/v2/model/DeleteUserRepositoryAuthRequest.js +0 -47
- package/v2/model/DeleteUserRepositoryAuthResponse.d.ts +0 -4
- package/v2/model/DeleteUserRepositoryAuthResponse.js +0 -27
- package/v2/model/ImageTag.d.ts +0 -3
- package/v2/model/ImageTag.js +0 -9
- package/v2/model/Link.d.ts +0 -7
- package/v2/model/Link.js +0 -19
- package/v2/model/ListApiVersionsRequest.d.ts +0 -15
- package/v2/model/ListApiVersionsRequest.js +0 -33
- package/v2/model/ListApiVersionsResponse.d.ts +0 -7
- package/v2/model/ListApiVersionsResponse.js +0 -31
- package/v2/model/ListImageAutoSyncReposDetailsRequest.d.ts +0 -19
- package/v2/model/ListImageAutoSyncReposDetailsRequest.js +0 -43
- package/v2/model/ListImageAutoSyncReposDetailsResponse.d.ts +0 -7
- package/v2/model/ListImageAutoSyncReposDetailsResponse.js +0 -31
- package/v2/model/ListNamespacesRequest.d.ts +0 -19
- package/v2/model/ListNamespacesRequest.js +0 -41
- package/v2/model/ListNamespacesResponse.d.ts +0 -7
- package/v2/model/ListNamespacesResponse.js +0 -31
- package/v2/model/ListQuotasRequest.d.ts +0 -15
- package/v2/model/ListQuotasRequest.js +0 -33
- package/v2/model/ListQuotasResponse.d.ts +0 -7
- package/v2/model/ListQuotasResponse.js +0 -31
- package/v2/model/ListRepoDomainsRequest.d.ts +0 -19
- package/v2/model/ListRepoDomainsRequest.js +0 -43
- package/v2/model/ListRepoDomainsResponse.d.ts +0 -7
- package/v2/model/ListRepoDomainsResponse.js +0 -31
- package/v2/model/ListReposDetailsRequest.d.ts +0 -35
- package/v2/model/ListReposDetailsRequest.js +0 -85
- package/v2/model/ListReposDetailsResponse.d.ts +0 -11
- package/v2/model/ListReposDetailsResponse.js +0 -45
- package/v2/model/ListRepositoryTagsRequest.d.ts +0 -35
- package/v2/model/ListRepositoryTagsRequest.js +0 -87
- package/v2/model/ListRepositoryTagsResponse.d.ts +0 -11
- package/v2/model/ListRepositoryTagsResponse.js +0 -45
- package/v2/model/ListRetentionHistoriesRequest.d.ts +0 -21
- package/v2/model/ListRetentionHistoriesRequest.js +0 -47
- package/v2/model/ListRetentionHistoriesResponse.d.ts +0 -15
- package/v2/model/ListRetentionHistoriesResponse.js +0 -59
- package/v2/model/ListRetentionsRequest.d.ts +0 -19
- package/v2/model/ListRetentionsRequest.js +0 -43
- package/v2/model/ListRetentionsResponse.d.ts +0 -7
- package/v2/model/ListRetentionsResponse.js +0 -31
- package/v2/model/ListSharedReposDetailsRequest.d.ts +0 -35
- package/v2/model/ListSharedReposDetailsRequest.js +0 -85
- package/v2/model/ListSharedReposDetailsResponse.d.ts +0 -11
- package/v2/model/ListSharedReposDetailsResponse.js +0 -45
- package/v2/model/ListTriggersDetailsRequest.d.ts +0 -19
- package/v2/model/ListTriggersDetailsRequest.js +0 -43
- package/v2/model/ListTriggersDetailsResponse.d.ts +0 -7
- package/v2/model/ListTriggersDetailsResponse.js +0 -31
- package/v2/model/Retention.d.ts +0 -12
- package/v2/model/Retention.js +0 -29
- package/v2/model/RetentionLog.d.ts +0 -23
- package/v2/model/RetentionLog.js +0 -74
- package/v2/model/Rule.d.ts +0 -20
- package/v2/model/Rule.js +0 -43
- package/v2/model/ShowAccessDomainRequest.d.ts +0 -23
- package/v2/model/ShowAccessDomainRequest.js +0 -58
- package/v2/model/ShowAccessDomainResponse.d.ts +0 -34
- package/v2/model/ShowAccessDomainResponse.js +0 -105
- package/v2/model/ShowApiVersionRequest.d.ts +0 -19
- package/v2/model/ShowApiVersionRequest.js +0 -48
- package/v2/model/ShowApiVersionResponse.d.ts +0 -7
- package/v2/model/ShowApiVersionResponse.js +0 -31
- package/v2/model/ShowNamespace.d.ts +0 -22
- package/v2/model/ShowNamespace.js +0 -49
- package/v2/model/ShowNamespaceAuthRequest.d.ts +0 -17
- package/v2/model/ShowNamespaceAuthRequest.js +0 -38
- package/v2/model/ShowNamespaceAuthResponse.d.ts +0 -21
- package/v2/model/ShowNamespaceAuthResponse.js +0 -77
- package/v2/model/ShowNamespaceRequest.d.ts +0 -17
- package/v2/model/ShowNamespaceRequest.js +0 -38
- package/v2/model/ShowNamespaceResponse.d.ts +0 -23
- package/v2/model/ShowNamespaceResponse.js +0 -63
- package/v2/model/ShowQuota.d.ts +0 -15
- package/v2/model/ShowQuota.js +0 -49
- package/v2/model/ShowRepoDomainsResponse.d.ts +0 -31
- package/v2/model/ShowRepoDomainsResponse.js +0 -94
- package/v2/model/ShowReposResp.d.ts +0 -55
- package/v2/model/ShowReposResp.js +0 -179
- package/v2/model/ShowReposTagResp.d.ts +0 -51
- package/v2/model/ShowReposTagResp.js +0 -164
- package/v2/model/ShowRepositoryRequest.d.ts +0 -19
- package/v2/model/ShowRepositoryRequest.js +0 -43
- package/v2/model/ShowRepositoryResponse.d.ts +0 -56
- package/v2/model/ShowRepositoryResponse.js +0 -179
- package/v2/model/ShowRetentionRequest.d.ts +0 -23
- package/v2/model/ShowRetentionRequest.js +0 -58
- package/v2/model/ShowRetentionResponse.d.ts +0 -13
- package/v2/model/ShowRetentionResponse.js +0 -43
- package/v2/model/ShowSyncJobRequest.d.ts +0 -21
- package/v2/model/ShowSyncJobRequest.js +0 -48
- package/v2/model/ShowSyncJobResponse.d.ts +0 -11
- package/v2/model/ShowSyncJobResponse.js +0 -45
- package/v2/model/ShowTriggerRequest.d.ts +0 -21
- package/v2/model/ShowTriggerRequest.js +0 -48
- package/v2/model/ShowTriggerResponse.d.ts +0 -53
- package/v2/model/ShowTriggerResponse.js +0 -177
- package/v2/model/ShowUserRepositoryAuthRequest.d.ts +0 -19
- package/v2/model/ShowUserRepositoryAuthRequest.js +0 -43
- package/v2/model/ShowUserRepositoryAuthResponse.d.ts +0 -17
- package/v2/model/ShowUserRepositoryAuthResponse.js +0 -63
- package/v2/model/SyncJob.d.ts +0 -31
- package/v2/model/SyncJob.js +0 -79
- package/v2/model/SyncRepo.d.ts +0 -25
- package/v2/model/SyncRepo.js +0 -64
- package/v2/model/TagSelector.d.ts +0 -7
- package/v2/model/TagSelector.js +0 -19
- package/v2/model/Trigger.d.ts +0 -52
- package/v2/model/Trigger.js +0 -174
- package/v2/model/TriggerHistories.d.ts +0 -41
- package/v2/model/TriggerHistories.js +0 -134
- package/v2/model/UpdateNamespaceAuthRequest.d.ts +0 -20
- package/v2/model/UpdateNamespaceAuthRequest.js +0 -42
- package/v2/model/UpdateNamespaceAuthResponse.d.ts +0 -4
- package/v2/model/UpdateNamespaceAuthResponse.js +0 -27
- package/v2/model/UpdateRepoDomainsRequest.d.ts +0 -26
- package/v2/model/UpdateRepoDomainsRequest.js +0 -62
- package/v2/model/UpdateRepoDomainsRequestBody.d.ts +0 -9
- package/v2/model/UpdateRepoDomainsRequestBody.js +0 -23
- package/v2/model/UpdateRepoDomainsResponse.d.ts +0 -4
- package/v2/model/UpdateRepoDomainsResponse.js +0 -27
- package/v2/model/UpdateRepoRequest.d.ts +0 -22
- package/v2/model/UpdateRepoRequest.js +0 -47
- package/v2/model/UpdateRepoRequestBody.d.ts +0 -25
- package/v2/model/UpdateRepoRequestBody.js +0 -47
- package/v2/model/UpdateRepoResponse.d.ts +0 -4
- package/v2/model/UpdateRepoResponse.js +0 -27
- package/v2/model/UpdateRetentionRequest.d.ts +0 -26
- package/v2/model/UpdateRetentionRequest.js +0 -62
- package/v2/model/UpdateRetentionRequestBody.d.ts +0 -8
- package/v2/model/UpdateRetentionRequestBody.js +0 -19
- package/v2/model/UpdateRetentionResponse.d.ts +0 -4
- package/v2/model/UpdateRetentionResponse.js +0 -27
- package/v2/model/UpdateTriggerRequest.d.ts +0 -24
- package/v2/model/UpdateTriggerRequest.js +0 -52
- package/v2/model/UpdateTriggerRequestBody.d.ts +0 -5
- package/v2/model/UpdateTriggerRequestBody.js +0 -14
- package/v2/model/UpdateTriggerResponse.d.ts +0 -4
- package/v2/model/UpdateTriggerResponse.js +0 -27
- package/v2/model/UpdateUserRepositoryAuthRequest.d.ts +0 -22
- package/v2/model/UpdateUserRepositoryAuthRequest.js +0 -47
- package/v2/model/UpdateUserRepositoryAuthResponse.d.ts +0 -4
- package/v2/model/UpdateUserRepositoryAuthResponse.js +0 -27
- package/v2/model/UserAuth.d.ts +0 -22
- package/v2/model/UserAuth.js +0 -54
- package/v2/model/VersionDetail.d.ts +0 -18
- package/v2/model/VersionDetail.js +0 -49
- package/v2/public-api.js +0 -138
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export declare class ListTriggersDetailsRequest {
|
|
2
|
-
private 'Content-Type';
|
|
3
|
-
namespace: string;
|
|
4
|
-
repository: string;
|
|
5
|
-
constructor(contentType?: any, namespace?: any, repository?: any);
|
|
6
|
-
withContentType(contentType: ListTriggersDetailsRequestContentTypeEnum): ListTriggersDetailsRequest;
|
|
7
|
-
set contentType(contentType: ListTriggersDetailsRequestContentTypeEnum | undefined);
|
|
8
|
-
get contentType(): ListTriggersDetailsRequestContentTypeEnum | undefined;
|
|
9
|
-
withNamespace(namespace: string): ListTriggersDetailsRequest;
|
|
10
|
-
withRepository(repository: string): ListTriggersDetailsRequest;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @export
|
|
14
|
-
* @enum {string}
|
|
15
|
-
*/
|
|
16
|
-
export declare enum ListTriggersDetailsRequestContentTypeEnum {
|
|
17
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
18
|
-
APPLICATION_JSON = "application/json"
|
|
19
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTriggersDetailsRequestContentTypeEnum = exports.ListTriggersDetailsRequest = void 0;
|
|
4
|
-
var ListTriggersDetailsRequest = /** @class */ (function () {
|
|
5
|
-
function ListTriggersDetailsRequest(contentType, namespace, repository) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
this['namespace'] = namespace;
|
|
8
|
-
this['repository'] = repository;
|
|
9
|
-
}
|
|
10
|
-
ListTriggersDetailsRequest.prototype.withContentType = function (contentType) {
|
|
11
|
-
this['Content-Type'] = contentType;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(ListTriggersDetailsRequest.prototype, "contentType", {
|
|
15
|
-
get: function () {
|
|
16
|
-
return this['Content-Type'];
|
|
17
|
-
},
|
|
18
|
-
set: function (contentType) {
|
|
19
|
-
this['Content-Type'] = contentType;
|
|
20
|
-
},
|
|
21
|
-
enumerable: false,
|
|
22
|
-
configurable: true
|
|
23
|
-
});
|
|
24
|
-
ListTriggersDetailsRequest.prototype.withNamespace = function (namespace) {
|
|
25
|
-
this['namespace'] = namespace;
|
|
26
|
-
return this;
|
|
27
|
-
};
|
|
28
|
-
ListTriggersDetailsRequest.prototype.withRepository = function (repository) {
|
|
29
|
-
this['repository'] = repository;
|
|
30
|
-
return this;
|
|
31
|
-
};
|
|
32
|
-
return ListTriggersDetailsRequest;
|
|
33
|
-
}());
|
|
34
|
-
exports.ListTriggersDetailsRequest = ListTriggersDetailsRequest;
|
|
35
|
-
/**
|
|
36
|
-
* @export
|
|
37
|
-
* @enum {string}
|
|
38
|
-
*/
|
|
39
|
-
var ListTriggersDetailsRequestContentTypeEnum;
|
|
40
|
-
(function (ListTriggersDetailsRequestContentTypeEnum) {
|
|
41
|
-
ListTriggersDetailsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
42
|
-
ListTriggersDetailsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
43
|
-
})(ListTriggersDetailsRequestContentTypeEnum || (exports.ListTriggersDetailsRequestContentTypeEnum = ListTriggersDetailsRequestContentTypeEnum = {}));
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Trigger } from './Trigger';
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
export declare class ListTriggersDetailsResponse extends SdkResponse {
|
|
4
|
-
body?: Array<Trigger>;
|
|
5
|
-
constructor();
|
|
6
|
-
withBody(body: Array<Trigger>): ListTriggersDetailsResponse;
|
|
7
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.ListTriggersDetailsResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var ListTriggersDetailsResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(ListTriggersDetailsResponse, _super);
|
|
22
|
-
function ListTriggersDetailsResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
ListTriggersDetailsResponse.prototype.withBody = function (body) {
|
|
26
|
-
this['body'] = body;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
return ListTriggersDetailsResponse;
|
|
30
|
-
}(SdkResponse_1.SdkResponse));
|
|
31
|
-
exports.ListTriggersDetailsResponse = ListTriggersDetailsResponse;
|
package/v2/model/Retention.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Rule } from './Rule';
|
|
2
|
-
export declare class Retention {
|
|
3
|
-
algorithm: string;
|
|
4
|
-
id: number;
|
|
5
|
-
rules: Array<Rule>;
|
|
6
|
-
scope: string;
|
|
7
|
-
constructor(algorithm?: any, id?: any, rules?: any, scope?: any);
|
|
8
|
-
withAlgorithm(algorithm: string): Retention;
|
|
9
|
-
withId(id: number): Retention;
|
|
10
|
-
withRules(rules: Array<Rule>): Retention;
|
|
11
|
-
withScope(scope: string): Retention;
|
|
12
|
-
}
|
package/v2/model/Retention.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Retention = void 0;
|
|
4
|
-
var Retention = /** @class */ (function () {
|
|
5
|
-
function Retention(algorithm, id, rules, scope) {
|
|
6
|
-
this['algorithm'] = algorithm;
|
|
7
|
-
this['id'] = id;
|
|
8
|
-
this['rules'] = rules;
|
|
9
|
-
this['scope'] = scope;
|
|
10
|
-
}
|
|
11
|
-
Retention.prototype.withAlgorithm = function (algorithm) {
|
|
12
|
-
this['algorithm'] = algorithm;
|
|
13
|
-
return this;
|
|
14
|
-
};
|
|
15
|
-
Retention.prototype.withId = function (id) {
|
|
16
|
-
this['id'] = id;
|
|
17
|
-
return this;
|
|
18
|
-
};
|
|
19
|
-
Retention.prototype.withRules = function (rules) {
|
|
20
|
-
this['rules'] = rules;
|
|
21
|
-
return this;
|
|
22
|
-
};
|
|
23
|
-
Retention.prototype.withScope = function (scope) {
|
|
24
|
-
this['scope'] = scope;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
return Retention;
|
|
28
|
-
}());
|
|
29
|
-
exports.Retention = Retention;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare class RetentionLog {
|
|
2
|
-
private 'created_at';
|
|
3
|
-
id: number;
|
|
4
|
-
namespace: string;
|
|
5
|
-
repo: string;
|
|
6
|
-
private 'retention_id';
|
|
7
|
-
private 'rule_type';
|
|
8
|
-
tag: string;
|
|
9
|
-
constructor(createdAt?: any, id?: any, namespace?: any, repo?: any, retentionId?: any, ruleType?: any, tag?: any);
|
|
10
|
-
withCreatedAt(createdAt: string): RetentionLog;
|
|
11
|
-
set createdAt(createdAt: string | undefined);
|
|
12
|
-
get createdAt(): string | undefined;
|
|
13
|
-
withId(id: number): RetentionLog;
|
|
14
|
-
withNamespace(namespace: string): RetentionLog;
|
|
15
|
-
withRepo(repo: string): RetentionLog;
|
|
16
|
-
withRetentionId(retentionId: number): RetentionLog;
|
|
17
|
-
set retentionId(retentionId: number | undefined);
|
|
18
|
-
get retentionId(): number | undefined;
|
|
19
|
-
withRuleType(ruleType: string): RetentionLog;
|
|
20
|
-
set ruleType(ruleType: string | undefined);
|
|
21
|
-
get ruleType(): string | undefined;
|
|
22
|
-
withTag(tag: string): RetentionLog;
|
|
23
|
-
}
|
package/v2/model/RetentionLog.js
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RetentionLog = void 0;
|
|
4
|
-
var RetentionLog = /** @class */ (function () {
|
|
5
|
-
function RetentionLog(createdAt, id, namespace, repo, retentionId, ruleType, tag) {
|
|
6
|
-
this['created_at'] = createdAt;
|
|
7
|
-
this['id'] = id;
|
|
8
|
-
this['namespace'] = namespace;
|
|
9
|
-
this['repo'] = repo;
|
|
10
|
-
this['retention_id'] = retentionId;
|
|
11
|
-
this['rule_type'] = ruleType;
|
|
12
|
-
this['tag'] = tag;
|
|
13
|
-
}
|
|
14
|
-
RetentionLog.prototype.withCreatedAt = function (createdAt) {
|
|
15
|
-
this['created_at'] = createdAt;
|
|
16
|
-
return this;
|
|
17
|
-
};
|
|
18
|
-
Object.defineProperty(RetentionLog.prototype, "createdAt", {
|
|
19
|
-
get: function () {
|
|
20
|
-
return this['created_at'];
|
|
21
|
-
},
|
|
22
|
-
set: function (createdAt) {
|
|
23
|
-
this['created_at'] = createdAt;
|
|
24
|
-
},
|
|
25
|
-
enumerable: false,
|
|
26
|
-
configurable: true
|
|
27
|
-
});
|
|
28
|
-
RetentionLog.prototype.withId = function (id) {
|
|
29
|
-
this['id'] = id;
|
|
30
|
-
return this;
|
|
31
|
-
};
|
|
32
|
-
RetentionLog.prototype.withNamespace = function (namespace) {
|
|
33
|
-
this['namespace'] = namespace;
|
|
34
|
-
return this;
|
|
35
|
-
};
|
|
36
|
-
RetentionLog.prototype.withRepo = function (repo) {
|
|
37
|
-
this['repo'] = repo;
|
|
38
|
-
return this;
|
|
39
|
-
};
|
|
40
|
-
RetentionLog.prototype.withRetentionId = function (retentionId) {
|
|
41
|
-
this['retention_id'] = retentionId;
|
|
42
|
-
return this;
|
|
43
|
-
};
|
|
44
|
-
Object.defineProperty(RetentionLog.prototype, "retentionId", {
|
|
45
|
-
get: function () {
|
|
46
|
-
return this['retention_id'];
|
|
47
|
-
},
|
|
48
|
-
set: function (retentionId) {
|
|
49
|
-
this['retention_id'] = retentionId;
|
|
50
|
-
},
|
|
51
|
-
enumerable: false,
|
|
52
|
-
configurable: true
|
|
53
|
-
});
|
|
54
|
-
RetentionLog.prototype.withRuleType = function (ruleType) {
|
|
55
|
-
this['rule_type'] = ruleType;
|
|
56
|
-
return this;
|
|
57
|
-
};
|
|
58
|
-
Object.defineProperty(RetentionLog.prototype, "ruleType", {
|
|
59
|
-
get: function () {
|
|
60
|
-
return this['rule_type'];
|
|
61
|
-
},
|
|
62
|
-
set: function (ruleType) {
|
|
63
|
-
this['rule_type'] = ruleType;
|
|
64
|
-
},
|
|
65
|
-
enumerable: false,
|
|
66
|
-
configurable: true
|
|
67
|
-
});
|
|
68
|
-
RetentionLog.prototype.withTag = function (tag) {
|
|
69
|
-
this['tag'] = tag;
|
|
70
|
-
return this;
|
|
71
|
-
};
|
|
72
|
-
return RetentionLog;
|
|
73
|
-
}());
|
|
74
|
-
exports.RetentionLog = RetentionLog;
|
package/v2/model/Rule.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { TagSelector } from './TagSelector';
|
|
2
|
-
export declare class Rule {
|
|
3
|
-
template: RuleTemplateEnum;
|
|
4
|
-
params: object;
|
|
5
|
-
private 'tag_selectors';
|
|
6
|
-
constructor(template?: any, params?: any, tagSelectors?: any);
|
|
7
|
-
withTemplate(template: RuleTemplateEnum): Rule;
|
|
8
|
-
withParams(params: object): Rule;
|
|
9
|
-
withTagSelectors(tagSelectors: Array<TagSelector>): Rule;
|
|
10
|
-
set tagSelectors(tagSelectors: Array<TagSelector> | undefined);
|
|
11
|
-
get tagSelectors(): Array<TagSelector> | undefined;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare enum RuleTemplateEnum {
|
|
18
|
-
DATE_RULE = "date_rule",
|
|
19
|
-
TAG_RULE = "tag_rule"
|
|
20
|
-
}
|
package/v2/model/Rule.js
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RuleTemplateEnum = exports.Rule = void 0;
|
|
4
|
-
var Rule = /** @class */ (function () {
|
|
5
|
-
function Rule(template, params, tagSelectors) {
|
|
6
|
-
this['template'] = template;
|
|
7
|
-
this['params'] = params;
|
|
8
|
-
this['tag_selectors'] = tagSelectors;
|
|
9
|
-
}
|
|
10
|
-
Rule.prototype.withTemplate = function (template) {
|
|
11
|
-
this['template'] = template;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Rule.prototype.withParams = function (params) {
|
|
15
|
-
this['params'] = params;
|
|
16
|
-
return this;
|
|
17
|
-
};
|
|
18
|
-
Rule.prototype.withTagSelectors = function (tagSelectors) {
|
|
19
|
-
this['tag_selectors'] = tagSelectors;
|
|
20
|
-
return this;
|
|
21
|
-
};
|
|
22
|
-
Object.defineProperty(Rule.prototype, "tagSelectors", {
|
|
23
|
-
get: function () {
|
|
24
|
-
return this['tag_selectors'];
|
|
25
|
-
},
|
|
26
|
-
set: function (tagSelectors) {
|
|
27
|
-
this['tag_selectors'] = tagSelectors;
|
|
28
|
-
},
|
|
29
|
-
enumerable: false,
|
|
30
|
-
configurable: true
|
|
31
|
-
});
|
|
32
|
-
return Rule;
|
|
33
|
-
}());
|
|
34
|
-
exports.Rule = Rule;
|
|
35
|
-
/**
|
|
36
|
-
* @export
|
|
37
|
-
* @enum {string}
|
|
38
|
-
*/
|
|
39
|
-
var RuleTemplateEnum;
|
|
40
|
-
(function (RuleTemplateEnum) {
|
|
41
|
-
RuleTemplateEnum["DATE_RULE"] = "date_rule";
|
|
42
|
-
RuleTemplateEnum["TAG_RULE"] = "tag_rule";
|
|
43
|
-
})(RuleTemplateEnum || (exports.RuleTemplateEnum = RuleTemplateEnum = {}));
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare class ShowAccessDomainRequest {
|
|
2
|
-
private 'Content-Type';
|
|
3
|
-
namespace: string;
|
|
4
|
-
repository: string;
|
|
5
|
-
private 'access_domain';
|
|
6
|
-
constructor(contentType?: any, namespace?: any, repository?: any, accessDomain?: any);
|
|
7
|
-
withContentType(contentType: ShowAccessDomainRequestContentTypeEnum): ShowAccessDomainRequest;
|
|
8
|
-
set contentType(contentType: ShowAccessDomainRequestContentTypeEnum | undefined);
|
|
9
|
-
get contentType(): ShowAccessDomainRequestContentTypeEnum | undefined;
|
|
10
|
-
withNamespace(namespace: string): ShowAccessDomainRequest;
|
|
11
|
-
withRepository(repository: string): ShowAccessDomainRequest;
|
|
12
|
-
withAccessDomain(accessDomain: string): ShowAccessDomainRequest;
|
|
13
|
-
set accessDomain(accessDomain: string | undefined);
|
|
14
|
-
get accessDomain(): string | undefined;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* @export
|
|
18
|
-
* @enum {string}
|
|
19
|
-
*/
|
|
20
|
-
export declare enum ShowAccessDomainRequestContentTypeEnum {
|
|
21
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
22
|
-
APPLICATION_JSON = "application/json"
|
|
23
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ShowAccessDomainRequestContentTypeEnum = exports.ShowAccessDomainRequest = void 0;
|
|
4
|
-
var ShowAccessDomainRequest = /** @class */ (function () {
|
|
5
|
-
function ShowAccessDomainRequest(contentType, namespace, repository, accessDomain) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
this['namespace'] = namespace;
|
|
8
|
-
this['repository'] = repository;
|
|
9
|
-
this['access_domain'] = accessDomain;
|
|
10
|
-
}
|
|
11
|
-
ShowAccessDomainRequest.prototype.withContentType = function (contentType) {
|
|
12
|
-
this['Content-Type'] = contentType;
|
|
13
|
-
return this;
|
|
14
|
-
};
|
|
15
|
-
Object.defineProperty(ShowAccessDomainRequest.prototype, "contentType", {
|
|
16
|
-
get: function () {
|
|
17
|
-
return this['Content-Type'];
|
|
18
|
-
},
|
|
19
|
-
set: function (contentType) {
|
|
20
|
-
this['Content-Type'] = contentType;
|
|
21
|
-
},
|
|
22
|
-
enumerable: false,
|
|
23
|
-
configurable: true
|
|
24
|
-
});
|
|
25
|
-
ShowAccessDomainRequest.prototype.withNamespace = function (namespace) {
|
|
26
|
-
this['namespace'] = namespace;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
ShowAccessDomainRequest.prototype.withRepository = function (repository) {
|
|
30
|
-
this['repository'] = repository;
|
|
31
|
-
return this;
|
|
32
|
-
};
|
|
33
|
-
ShowAccessDomainRequest.prototype.withAccessDomain = function (accessDomain) {
|
|
34
|
-
this['access_domain'] = accessDomain;
|
|
35
|
-
return this;
|
|
36
|
-
};
|
|
37
|
-
Object.defineProperty(ShowAccessDomainRequest.prototype, "accessDomain", {
|
|
38
|
-
get: function () {
|
|
39
|
-
return this['access_domain'];
|
|
40
|
-
},
|
|
41
|
-
set: function (accessDomain) {
|
|
42
|
-
this['access_domain'] = accessDomain;
|
|
43
|
-
},
|
|
44
|
-
enumerable: false,
|
|
45
|
-
configurable: true
|
|
46
|
-
});
|
|
47
|
-
return ShowAccessDomainRequest;
|
|
48
|
-
}());
|
|
49
|
-
exports.ShowAccessDomainRequest = ShowAccessDomainRequest;
|
|
50
|
-
/**
|
|
51
|
-
* @export
|
|
52
|
-
* @enum {string}
|
|
53
|
-
*/
|
|
54
|
-
var ShowAccessDomainRequestContentTypeEnum;
|
|
55
|
-
(function (ShowAccessDomainRequestContentTypeEnum) {
|
|
56
|
-
ShowAccessDomainRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
57
|
-
ShowAccessDomainRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
58
|
-
})(ShowAccessDomainRequestContentTypeEnum || (exports.ShowAccessDomainRequestContentTypeEnum = ShowAccessDomainRequestContentTypeEnum = {}));
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
-
export declare class ShowAccessDomainResponse extends SdkResponse {
|
|
3
|
-
exist?: boolean;
|
|
4
|
-
namespace?: string;
|
|
5
|
-
repository?: string;
|
|
6
|
-
private 'access_domain'?;
|
|
7
|
-
permit?: string;
|
|
8
|
-
deadline?: string;
|
|
9
|
-
description?: string;
|
|
10
|
-
private 'creator_id'?;
|
|
11
|
-
private 'creator_name'?;
|
|
12
|
-
created?: string;
|
|
13
|
-
updated?: string;
|
|
14
|
-
status?: boolean;
|
|
15
|
-
constructor();
|
|
16
|
-
withExist(exist: boolean): ShowAccessDomainResponse;
|
|
17
|
-
withNamespace(namespace: string): ShowAccessDomainResponse;
|
|
18
|
-
withRepository(repository: string): ShowAccessDomainResponse;
|
|
19
|
-
withAccessDomain(accessDomain: string): ShowAccessDomainResponse;
|
|
20
|
-
set accessDomain(accessDomain: string | undefined);
|
|
21
|
-
get accessDomain(): string | undefined;
|
|
22
|
-
withPermit(permit: string): ShowAccessDomainResponse;
|
|
23
|
-
withDeadline(deadline: string): ShowAccessDomainResponse;
|
|
24
|
-
withDescription(description: string): ShowAccessDomainResponse;
|
|
25
|
-
withCreatorId(creatorId: string): ShowAccessDomainResponse;
|
|
26
|
-
set creatorId(creatorId: string | undefined);
|
|
27
|
-
get creatorId(): string | undefined;
|
|
28
|
-
withCreatorName(creatorName: string): ShowAccessDomainResponse;
|
|
29
|
-
set creatorName(creatorName: string | undefined);
|
|
30
|
-
get creatorName(): string | undefined;
|
|
31
|
-
withCreated(created: string): ShowAccessDomainResponse;
|
|
32
|
-
withUpdated(updated: string): ShowAccessDomainResponse;
|
|
33
|
-
withStatus(status: boolean): ShowAccessDomainResponse;
|
|
34
|
-
}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.ShowAccessDomainResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var ShowAccessDomainResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(ShowAccessDomainResponse, _super);
|
|
22
|
-
function ShowAccessDomainResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
ShowAccessDomainResponse.prototype.withExist = function (exist) {
|
|
26
|
-
this['exist'] = exist;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
ShowAccessDomainResponse.prototype.withNamespace = function (namespace) {
|
|
30
|
-
this['namespace'] = namespace;
|
|
31
|
-
return this;
|
|
32
|
-
};
|
|
33
|
-
ShowAccessDomainResponse.prototype.withRepository = function (repository) {
|
|
34
|
-
this['repository'] = repository;
|
|
35
|
-
return this;
|
|
36
|
-
};
|
|
37
|
-
ShowAccessDomainResponse.prototype.withAccessDomain = function (accessDomain) {
|
|
38
|
-
this['access_domain'] = accessDomain;
|
|
39
|
-
return this;
|
|
40
|
-
};
|
|
41
|
-
Object.defineProperty(ShowAccessDomainResponse.prototype, "accessDomain", {
|
|
42
|
-
get: function () {
|
|
43
|
-
return this['access_domain'];
|
|
44
|
-
},
|
|
45
|
-
set: function (accessDomain) {
|
|
46
|
-
this['access_domain'] = accessDomain;
|
|
47
|
-
},
|
|
48
|
-
enumerable: false,
|
|
49
|
-
configurable: true
|
|
50
|
-
});
|
|
51
|
-
ShowAccessDomainResponse.prototype.withPermit = function (permit) {
|
|
52
|
-
this['permit'] = permit;
|
|
53
|
-
return this;
|
|
54
|
-
};
|
|
55
|
-
ShowAccessDomainResponse.prototype.withDeadline = function (deadline) {
|
|
56
|
-
this['deadline'] = deadline;
|
|
57
|
-
return this;
|
|
58
|
-
};
|
|
59
|
-
ShowAccessDomainResponse.prototype.withDescription = function (description) {
|
|
60
|
-
this['description'] = description;
|
|
61
|
-
return this;
|
|
62
|
-
};
|
|
63
|
-
ShowAccessDomainResponse.prototype.withCreatorId = function (creatorId) {
|
|
64
|
-
this['creator_id'] = creatorId;
|
|
65
|
-
return this;
|
|
66
|
-
};
|
|
67
|
-
Object.defineProperty(ShowAccessDomainResponse.prototype, "creatorId", {
|
|
68
|
-
get: function () {
|
|
69
|
-
return this['creator_id'];
|
|
70
|
-
},
|
|
71
|
-
set: function (creatorId) {
|
|
72
|
-
this['creator_id'] = creatorId;
|
|
73
|
-
},
|
|
74
|
-
enumerable: false,
|
|
75
|
-
configurable: true
|
|
76
|
-
});
|
|
77
|
-
ShowAccessDomainResponse.prototype.withCreatorName = function (creatorName) {
|
|
78
|
-
this['creator_name'] = creatorName;
|
|
79
|
-
return this;
|
|
80
|
-
};
|
|
81
|
-
Object.defineProperty(ShowAccessDomainResponse.prototype, "creatorName", {
|
|
82
|
-
get: function () {
|
|
83
|
-
return this['creator_name'];
|
|
84
|
-
},
|
|
85
|
-
set: function (creatorName) {
|
|
86
|
-
this['creator_name'] = creatorName;
|
|
87
|
-
},
|
|
88
|
-
enumerable: false,
|
|
89
|
-
configurable: true
|
|
90
|
-
});
|
|
91
|
-
ShowAccessDomainResponse.prototype.withCreated = function (created) {
|
|
92
|
-
this['created'] = created;
|
|
93
|
-
return this;
|
|
94
|
-
};
|
|
95
|
-
ShowAccessDomainResponse.prototype.withUpdated = function (updated) {
|
|
96
|
-
this['updated'] = updated;
|
|
97
|
-
return this;
|
|
98
|
-
};
|
|
99
|
-
ShowAccessDomainResponse.prototype.withStatus = function (status) {
|
|
100
|
-
this['status'] = status;
|
|
101
|
-
return this;
|
|
102
|
-
};
|
|
103
|
-
return ShowAccessDomainResponse;
|
|
104
|
-
}(SdkResponse_1.SdkResponse));
|
|
105
|
-
exports.ShowAccessDomainResponse = ShowAccessDomainResponse;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export declare class ShowApiVersionRequest {
|
|
2
|
-
private 'Content-Type';
|
|
3
|
-
private 'api_version';
|
|
4
|
-
constructor(contentType?: any, apiVersion?: any);
|
|
5
|
-
withContentType(contentType: ShowApiVersionRequestContentTypeEnum): ShowApiVersionRequest;
|
|
6
|
-
set contentType(contentType: ShowApiVersionRequestContentTypeEnum | undefined);
|
|
7
|
-
get contentType(): ShowApiVersionRequestContentTypeEnum | undefined;
|
|
8
|
-
withApiVersion(apiVersion: string): ShowApiVersionRequest;
|
|
9
|
-
set apiVersion(apiVersion: string | undefined);
|
|
10
|
-
get apiVersion(): string | undefined;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @export
|
|
14
|
-
* @enum {string}
|
|
15
|
-
*/
|
|
16
|
-
export declare enum ShowApiVersionRequestContentTypeEnum {
|
|
17
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
18
|
-
APPLICATION_JSON = "application/json"
|
|
19
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ShowApiVersionRequestContentTypeEnum = exports.ShowApiVersionRequest = void 0;
|
|
4
|
-
var ShowApiVersionRequest = /** @class */ (function () {
|
|
5
|
-
function ShowApiVersionRequest(contentType, apiVersion) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
this['api_version'] = apiVersion;
|
|
8
|
-
}
|
|
9
|
-
ShowApiVersionRequest.prototype.withContentType = function (contentType) {
|
|
10
|
-
this['Content-Type'] = contentType;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(ShowApiVersionRequest.prototype, "contentType", {
|
|
14
|
-
get: function () {
|
|
15
|
-
return this['Content-Type'];
|
|
16
|
-
},
|
|
17
|
-
set: function (contentType) {
|
|
18
|
-
this['Content-Type'] = contentType;
|
|
19
|
-
},
|
|
20
|
-
enumerable: false,
|
|
21
|
-
configurable: true
|
|
22
|
-
});
|
|
23
|
-
ShowApiVersionRequest.prototype.withApiVersion = function (apiVersion) {
|
|
24
|
-
this['api_version'] = apiVersion;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(ShowApiVersionRequest.prototype, "apiVersion", {
|
|
28
|
-
get: function () {
|
|
29
|
-
return this['api_version'];
|
|
30
|
-
},
|
|
31
|
-
set: function (apiVersion) {
|
|
32
|
-
this['api_version'] = apiVersion;
|
|
33
|
-
},
|
|
34
|
-
enumerable: false,
|
|
35
|
-
configurable: true
|
|
36
|
-
});
|
|
37
|
-
return ShowApiVersionRequest;
|
|
38
|
-
}());
|
|
39
|
-
exports.ShowApiVersionRequest = ShowApiVersionRequest;
|
|
40
|
-
/**
|
|
41
|
-
* @export
|
|
42
|
-
* @enum {string}
|
|
43
|
-
*/
|
|
44
|
-
var ShowApiVersionRequestContentTypeEnum;
|
|
45
|
-
(function (ShowApiVersionRequestContentTypeEnum) {
|
|
46
|
-
ShowApiVersionRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
47
|
-
ShowApiVersionRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
48
|
-
})(ShowApiVersionRequestContentTypeEnum || (exports.ShowApiVersionRequestContentTypeEnum = ShowApiVersionRequestContentTypeEnum = {}));
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { VersionDetail } from './VersionDetail';
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
export declare class ShowApiVersionResponse extends SdkResponse {
|
|
4
|
-
version?: VersionDetail;
|
|
5
|
-
constructor();
|
|
6
|
-
withVersion(version: VersionDetail): ShowApiVersionResponse;
|
|
7
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.ShowApiVersionResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var ShowApiVersionResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(ShowApiVersionResponse, _super);
|
|
22
|
-
function ShowApiVersionResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
ShowApiVersionResponse.prototype.withVersion = function (version) {
|
|
26
|
-
this['version'] = version;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
return ShowApiVersionResponse;
|
|
30
|
-
}(SdkResponse_1.SdkResponse));
|
|
31
|
-
exports.ShowApiVersionResponse = ShowApiVersionResponse;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare class ShowNamespace {
|
|
2
|
-
id: number;
|
|
3
|
-
name: string;
|
|
4
|
-
private 'creator_name';
|
|
5
|
-
auth: ShowNamespaceAuthEnum;
|
|
6
|
-
constructor(id?: any, name?: any, creatorName?: any, auth?: any);
|
|
7
|
-
withId(id: number): ShowNamespace;
|
|
8
|
-
withName(name: string): ShowNamespace;
|
|
9
|
-
withCreatorName(creatorName: string): ShowNamespace;
|
|
10
|
-
set creatorName(creatorName: string | undefined);
|
|
11
|
-
get creatorName(): string | undefined;
|
|
12
|
-
withAuth(auth: ShowNamespaceAuthEnum): ShowNamespace;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* @export
|
|
16
|
-
* @enum {string}
|
|
17
|
-
*/
|
|
18
|
-
export declare enum ShowNamespaceAuthEnum {
|
|
19
|
-
NUMBER_7 = 7,
|
|
20
|
-
NUMBER_3 = 3,
|
|
21
|
-
NUMBER_1 = 1
|
|
22
|
-
}
|