@huaweicloud/huaweicloud-sdk-swr 3.1.44 → 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,39 +0,0 @@
|
|
|
1
|
-
export declare class CreateTriggerRequestBody {
|
|
2
|
-
action: string;
|
|
3
|
-
private 'app_type';
|
|
4
|
-
application: string;
|
|
5
|
-
private 'cluster_id'?;
|
|
6
|
-
private 'cluster_name'?;
|
|
7
|
-
private 'cluster_ns';
|
|
8
|
-
condition: string;
|
|
9
|
-
container?: string;
|
|
10
|
-
enable: string;
|
|
11
|
-
name: string;
|
|
12
|
-
private 'trigger_mode'?;
|
|
13
|
-
private 'trigger_type';
|
|
14
|
-
constructor(action?: any, appType?: any, application?: any, clusterNs?: any, condition?: any, enable?: any, name?: any, triggerType?: any);
|
|
15
|
-
withAction(action: string): CreateTriggerRequestBody;
|
|
16
|
-
withAppType(appType: string): CreateTriggerRequestBody;
|
|
17
|
-
set appType(appType: string | undefined);
|
|
18
|
-
get appType(): string | undefined;
|
|
19
|
-
withApplication(application: string): CreateTriggerRequestBody;
|
|
20
|
-
withClusterId(clusterId: string): CreateTriggerRequestBody;
|
|
21
|
-
set clusterId(clusterId: string | undefined);
|
|
22
|
-
get clusterId(): string | undefined;
|
|
23
|
-
withClusterName(clusterName: string): CreateTriggerRequestBody;
|
|
24
|
-
set clusterName(clusterName: string | undefined);
|
|
25
|
-
get clusterName(): string | undefined;
|
|
26
|
-
withClusterNs(clusterNs: string): CreateTriggerRequestBody;
|
|
27
|
-
set clusterNs(clusterNs: string | undefined);
|
|
28
|
-
get clusterNs(): string | undefined;
|
|
29
|
-
withCondition(condition: string): CreateTriggerRequestBody;
|
|
30
|
-
withContainer(container: string): CreateTriggerRequestBody;
|
|
31
|
-
withEnable(enable: string): CreateTriggerRequestBody;
|
|
32
|
-
withName(name: string): CreateTriggerRequestBody;
|
|
33
|
-
withTriggerMode(triggerMode: string): CreateTriggerRequestBody;
|
|
34
|
-
set triggerMode(triggerMode: string | undefined);
|
|
35
|
-
get triggerMode(): string | undefined;
|
|
36
|
-
withTriggerType(triggerType: string): CreateTriggerRequestBody;
|
|
37
|
-
set triggerType(triggerType: string | undefined);
|
|
38
|
-
get triggerType(): string | undefined;
|
|
39
|
-
}
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTriggerRequestBody = void 0;
|
|
4
|
-
var CreateTriggerRequestBody = /** @class */ (function () {
|
|
5
|
-
function CreateTriggerRequestBody(action, appType, application, clusterNs, condition, enable, name, triggerType) {
|
|
6
|
-
this['action'] = action;
|
|
7
|
-
this['app_type'] = appType;
|
|
8
|
-
this['application'] = application;
|
|
9
|
-
this['cluster_ns'] = clusterNs;
|
|
10
|
-
this['condition'] = condition;
|
|
11
|
-
this['enable'] = enable;
|
|
12
|
-
this['name'] = name;
|
|
13
|
-
this['trigger_type'] = triggerType;
|
|
14
|
-
}
|
|
15
|
-
CreateTriggerRequestBody.prototype.withAction = function (action) {
|
|
16
|
-
this['action'] = action;
|
|
17
|
-
return this;
|
|
18
|
-
};
|
|
19
|
-
CreateTriggerRequestBody.prototype.withAppType = function (appType) {
|
|
20
|
-
this['app_type'] = appType;
|
|
21
|
-
return this;
|
|
22
|
-
};
|
|
23
|
-
Object.defineProperty(CreateTriggerRequestBody.prototype, "appType", {
|
|
24
|
-
get: function () {
|
|
25
|
-
return this['app_type'];
|
|
26
|
-
},
|
|
27
|
-
set: function (appType) {
|
|
28
|
-
this['app_type'] = appType;
|
|
29
|
-
},
|
|
30
|
-
enumerable: false,
|
|
31
|
-
configurable: true
|
|
32
|
-
});
|
|
33
|
-
CreateTriggerRequestBody.prototype.withApplication = function (application) {
|
|
34
|
-
this['application'] = application;
|
|
35
|
-
return this;
|
|
36
|
-
};
|
|
37
|
-
CreateTriggerRequestBody.prototype.withClusterId = function (clusterId) {
|
|
38
|
-
this['cluster_id'] = clusterId;
|
|
39
|
-
return this;
|
|
40
|
-
};
|
|
41
|
-
Object.defineProperty(CreateTriggerRequestBody.prototype, "clusterId", {
|
|
42
|
-
get: function () {
|
|
43
|
-
return this['cluster_id'];
|
|
44
|
-
},
|
|
45
|
-
set: function (clusterId) {
|
|
46
|
-
this['cluster_id'] = clusterId;
|
|
47
|
-
},
|
|
48
|
-
enumerable: false,
|
|
49
|
-
configurable: true
|
|
50
|
-
});
|
|
51
|
-
CreateTriggerRequestBody.prototype.withClusterName = function (clusterName) {
|
|
52
|
-
this['cluster_name'] = clusterName;
|
|
53
|
-
return this;
|
|
54
|
-
};
|
|
55
|
-
Object.defineProperty(CreateTriggerRequestBody.prototype, "clusterName", {
|
|
56
|
-
get: function () {
|
|
57
|
-
return this['cluster_name'];
|
|
58
|
-
},
|
|
59
|
-
set: function (clusterName) {
|
|
60
|
-
this['cluster_name'] = clusterName;
|
|
61
|
-
},
|
|
62
|
-
enumerable: false,
|
|
63
|
-
configurable: true
|
|
64
|
-
});
|
|
65
|
-
CreateTriggerRequestBody.prototype.withClusterNs = function (clusterNs) {
|
|
66
|
-
this['cluster_ns'] = clusterNs;
|
|
67
|
-
return this;
|
|
68
|
-
};
|
|
69
|
-
Object.defineProperty(CreateTriggerRequestBody.prototype, "clusterNs", {
|
|
70
|
-
get: function () {
|
|
71
|
-
return this['cluster_ns'];
|
|
72
|
-
},
|
|
73
|
-
set: function (clusterNs) {
|
|
74
|
-
this['cluster_ns'] = clusterNs;
|
|
75
|
-
},
|
|
76
|
-
enumerable: false,
|
|
77
|
-
configurable: true
|
|
78
|
-
});
|
|
79
|
-
CreateTriggerRequestBody.prototype.withCondition = function (condition) {
|
|
80
|
-
this['condition'] = condition;
|
|
81
|
-
return this;
|
|
82
|
-
};
|
|
83
|
-
CreateTriggerRequestBody.prototype.withContainer = function (container) {
|
|
84
|
-
this['container'] = container;
|
|
85
|
-
return this;
|
|
86
|
-
};
|
|
87
|
-
CreateTriggerRequestBody.prototype.withEnable = function (enable) {
|
|
88
|
-
this['enable'] = enable;
|
|
89
|
-
return this;
|
|
90
|
-
};
|
|
91
|
-
CreateTriggerRequestBody.prototype.withName = function (name) {
|
|
92
|
-
this['name'] = name;
|
|
93
|
-
return this;
|
|
94
|
-
};
|
|
95
|
-
CreateTriggerRequestBody.prototype.withTriggerMode = function (triggerMode) {
|
|
96
|
-
this['trigger_mode'] = triggerMode;
|
|
97
|
-
return this;
|
|
98
|
-
};
|
|
99
|
-
Object.defineProperty(CreateTriggerRequestBody.prototype, "triggerMode", {
|
|
100
|
-
get: function () {
|
|
101
|
-
return this['trigger_mode'];
|
|
102
|
-
},
|
|
103
|
-
set: function (triggerMode) {
|
|
104
|
-
this['trigger_mode'] = triggerMode;
|
|
105
|
-
},
|
|
106
|
-
enumerable: false,
|
|
107
|
-
configurable: true
|
|
108
|
-
});
|
|
109
|
-
CreateTriggerRequestBody.prototype.withTriggerType = function (triggerType) {
|
|
110
|
-
this['trigger_type'] = triggerType;
|
|
111
|
-
return this;
|
|
112
|
-
};
|
|
113
|
-
Object.defineProperty(CreateTriggerRequestBody.prototype, "triggerType", {
|
|
114
|
-
get: function () {
|
|
115
|
-
return this['trigger_type'];
|
|
116
|
-
},
|
|
117
|
-
set: function (triggerType) {
|
|
118
|
-
this['trigger_type'] = triggerType;
|
|
119
|
-
},
|
|
120
|
-
enumerable: false,
|
|
121
|
-
configurable: true
|
|
122
|
-
});
|
|
123
|
-
return CreateTriggerRequestBody;
|
|
124
|
-
}());
|
|
125
|
-
exports.CreateTriggerRequestBody = CreateTriggerRequestBody;
|
|
@@ -1,27 +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.CreateTriggerResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var CreateTriggerResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(CreateTriggerResponse, _super);
|
|
22
|
-
function CreateTriggerResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
return CreateTriggerResponse;
|
|
26
|
-
}(SdkResponse_1.SdkResponse));
|
|
27
|
-
exports.CreateTriggerResponse = CreateTriggerResponse;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { UserAuth } from './UserAuth';
|
|
2
|
-
export declare class CreateUserRepositoryAuthRequest {
|
|
3
|
-
private 'Content-Type';
|
|
4
|
-
namespace: string;
|
|
5
|
-
repository: string;
|
|
6
|
-
body?: Array<UserAuth>;
|
|
7
|
-
constructor(contentType?: any, namespace?: any, repository?: any);
|
|
8
|
-
withContentType(contentType: CreateUserRepositoryAuthRequestContentTypeEnum): CreateUserRepositoryAuthRequest;
|
|
9
|
-
set contentType(contentType: CreateUserRepositoryAuthRequestContentTypeEnum | undefined);
|
|
10
|
-
get contentType(): CreateUserRepositoryAuthRequestContentTypeEnum | undefined;
|
|
11
|
-
withNamespace(namespace: string): CreateUserRepositoryAuthRequest;
|
|
12
|
-
withRepository(repository: string): CreateUserRepositoryAuthRequest;
|
|
13
|
-
withBody(body: Array<UserAuth>): CreateUserRepositoryAuthRequest;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export declare enum CreateUserRepositoryAuthRequestContentTypeEnum {
|
|
20
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
21
|
-
APPLICATION_JSON = "application/json"
|
|
22
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateUserRepositoryAuthRequestContentTypeEnum = exports.CreateUserRepositoryAuthRequest = void 0;
|
|
4
|
-
var CreateUserRepositoryAuthRequest = /** @class */ (function () {
|
|
5
|
-
function CreateUserRepositoryAuthRequest(contentType, namespace, repository) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
this['namespace'] = namespace;
|
|
8
|
-
this['repository'] = repository;
|
|
9
|
-
}
|
|
10
|
-
CreateUserRepositoryAuthRequest.prototype.withContentType = function (contentType) {
|
|
11
|
-
this['Content-Type'] = contentType;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(CreateUserRepositoryAuthRequest.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
|
-
CreateUserRepositoryAuthRequest.prototype.withNamespace = function (namespace) {
|
|
25
|
-
this['namespace'] = namespace;
|
|
26
|
-
return this;
|
|
27
|
-
};
|
|
28
|
-
CreateUserRepositoryAuthRequest.prototype.withRepository = function (repository) {
|
|
29
|
-
this['repository'] = repository;
|
|
30
|
-
return this;
|
|
31
|
-
};
|
|
32
|
-
CreateUserRepositoryAuthRequest.prototype.withBody = function (body) {
|
|
33
|
-
this['body'] = body;
|
|
34
|
-
return this;
|
|
35
|
-
};
|
|
36
|
-
return CreateUserRepositoryAuthRequest;
|
|
37
|
-
}());
|
|
38
|
-
exports.CreateUserRepositoryAuthRequest = CreateUserRepositoryAuthRequest;
|
|
39
|
-
/**
|
|
40
|
-
* @export
|
|
41
|
-
* @enum {string}
|
|
42
|
-
*/
|
|
43
|
-
var CreateUserRepositoryAuthRequestContentTypeEnum;
|
|
44
|
-
(function (CreateUserRepositoryAuthRequestContentTypeEnum) {
|
|
45
|
-
CreateUserRepositoryAuthRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
|
-
CreateUserRepositoryAuthRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(CreateUserRepositoryAuthRequestContentTypeEnum || (exports.CreateUserRepositoryAuthRequestContentTypeEnum = CreateUserRepositoryAuthRequestContentTypeEnum = {}));
|
|
@@ -1,27 +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.CreateUserRepositoryAuthResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var CreateUserRepositoryAuthResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(CreateUserRepositoryAuthResponse, _super);
|
|
22
|
-
function CreateUserRepositoryAuthResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
return CreateUserRepositoryAuthResponse;
|
|
26
|
-
}(SdkResponse_1.SdkResponse));
|
|
27
|
-
exports.CreateUserRepositoryAuthResponse = CreateUserRepositoryAuthResponse;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { DeleteImageSyncRepoRequestBody } from './DeleteImageSyncRepoRequestBody';
|
|
2
|
-
export declare class DeleteImageSyncRepoRequest {
|
|
3
|
-
private 'Content-Type';
|
|
4
|
-
namespace: string;
|
|
5
|
-
repository: string;
|
|
6
|
-
body?: DeleteImageSyncRepoRequestBody;
|
|
7
|
-
constructor(contentType?: any, namespace?: any, repository?: any);
|
|
8
|
-
withContentType(contentType: DeleteImageSyncRepoRequestContentTypeEnum): DeleteImageSyncRepoRequest;
|
|
9
|
-
set contentType(contentType: DeleteImageSyncRepoRequestContentTypeEnum | undefined);
|
|
10
|
-
get contentType(): DeleteImageSyncRepoRequestContentTypeEnum | undefined;
|
|
11
|
-
withNamespace(namespace: string): DeleteImageSyncRepoRequest;
|
|
12
|
-
withRepository(repository: string): DeleteImageSyncRepoRequest;
|
|
13
|
-
withBody(body: DeleteImageSyncRepoRequestBody): DeleteImageSyncRepoRequest;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export declare enum DeleteImageSyncRepoRequestContentTypeEnum {
|
|
20
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
21
|
-
APPLICATION_JSON = "application/json"
|
|
22
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteImageSyncRepoRequestContentTypeEnum = exports.DeleteImageSyncRepoRequest = void 0;
|
|
4
|
-
var DeleteImageSyncRepoRequest = /** @class */ (function () {
|
|
5
|
-
function DeleteImageSyncRepoRequest(contentType, namespace, repository) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
this['namespace'] = namespace;
|
|
8
|
-
this['repository'] = repository;
|
|
9
|
-
}
|
|
10
|
-
DeleteImageSyncRepoRequest.prototype.withContentType = function (contentType) {
|
|
11
|
-
this['Content-Type'] = contentType;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(DeleteImageSyncRepoRequest.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
|
-
DeleteImageSyncRepoRequest.prototype.withNamespace = function (namespace) {
|
|
25
|
-
this['namespace'] = namespace;
|
|
26
|
-
return this;
|
|
27
|
-
};
|
|
28
|
-
DeleteImageSyncRepoRequest.prototype.withRepository = function (repository) {
|
|
29
|
-
this['repository'] = repository;
|
|
30
|
-
return this;
|
|
31
|
-
};
|
|
32
|
-
DeleteImageSyncRepoRequest.prototype.withBody = function (body) {
|
|
33
|
-
this['body'] = body;
|
|
34
|
-
return this;
|
|
35
|
-
};
|
|
36
|
-
return DeleteImageSyncRepoRequest;
|
|
37
|
-
}());
|
|
38
|
-
exports.DeleteImageSyncRepoRequest = DeleteImageSyncRepoRequest;
|
|
39
|
-
/**
|
|
40
|
-
* @export
|
|
41
|
-
* @enum {string}
|
|
42
|
-
*/
|
|
43
|
-
var DeleteImageSyncRepoRequestContentTypeEnum;
|
|
44
|
-
(function (DeleteImageSyncRepoRequestContentTypeEnum) {
|
|
45
|
-
DeleteImageSyncRepoRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
|
-
DeleteImageSyncRepoRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(DeleteImageSyncRepoRequestContentTypeEnum || (exports.DeleteImageSyncRepoRequestContentTypeEnum = DeleteImageSyncRepoRequestContentTypeEnum = {}));
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare class DeleteImageSyncRepoRequestBody {
|
|
2
|
-
remoteRegionId: string;
|
|
3
|
-
remoteNamespace: string;
|
|
4
|
-
constructor(remoteRegionId?: any, remoteNamespace?: any);
|
|
5
|
-
withRemoteRegionId(remoteRegionId: string): DeleteImageSyncRepoRequestBody;
|
|
6
|
-
withRemoteNamespace(remoteNamespace: string): DeleteImageSyncRepoRequestBody;
|
|
7
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteImageSyncRepoRequestBody = void 0;
|
|
4
|
-
var DeleteImageSyncRepoRequestBody = /** @class */ (function () {
|
|
5
|
-
function DeleteImageSyncRepoRequestBody(remoteRegionId, remoteNamespace) {
|
|
6
|
-
this['remoteRegionId'] = remoteRegionId;
|
|
7
|
-
this['remoteNamespace'] = remoteNamespace;
|
|
8
|
-
}
|
|
9
|
-
DeleteImageSyncRepoRequestBody.prototype.withRemoteRegionId = function (remoteRegionId) {
|
|
10
|
-
this['remoteRegionId'] = remoteRegionId;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
DeleteImageSyncRepoRequestBody.prototype.withRemoteNamespace = function (remoteNamespace) {
|
|
14
|
-
this['remoteNamespace'] = remoteNamespace;
|
|
15
|
-
return this;
|
|
16
|
-
};
|
|
17
|
-
return DeleteImageSyncRepoRequestBody;
|
|
18
|
-
}());
|
|
19
|
-
exports.DeleteImageSyncRepoRequestBody = DeleteImageSyncRepoRequestBody;
|
|
@@ -1,27 +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.DeleteImageSyncRepoResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var DeleteImageSyncRepoResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(DeleteImageSyncRepoResponse, _super);
|
|
22
|
-
function DeleteImageSyncRepoResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
return DeleteImageSyncRepoResponse;
|
|
26
|
-
}(SdkResponse_1.SdkResponse));
|
|
27
|
-
exports.DeleteImageSyncRepoResponse = DeleteImageSyncRepoResponse;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export declare class DeleteNamespaceAuthRequest {
|
|
2
|
-
private 'Content-Type';
|
|
3
|
-
namespace: string;
|
|
4
|
-
body?: Array<string>;
|
|
5
|
-
constructor(contentType?: any, namespace?: any);
|
|
6
|
-
withContentType(contentType: DeleteNamespaceAuthRequestContentTypeEnum): DeleteNamespaceAuthRequest;
|
|
7
|
-
set contentType(contentType: DeleteNamespaceAuthRequestContentTypeEnum | undefined);
|
|
8
|
-
get contentType(): DeleteNamespaceAuthRequestContentTypeEnum | undefined;
|
|
9
|
-
withNamespace(namespace: string): DeleteNamespaceAuthRequest;
|
|
10
|
-
withBody(body: Array<string>): DeleteNamespaceAuthRequest;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @export
|
|
14
|
-
* @enum {string}
|
|
15
|
-
*/
|
|
16
|
-
export declare enum DeleteNamespaceAuthRequestContentTypeEnum {
|
|
17
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
18
|
-
APPLICATION_JSON = "application/json"
|
|
19
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteNamespaceAuthRequestContentTypeEnum = exports.DeleteNamespaceAuthRequest = void 0;
|
|
4
|
-
var DeleteNamespaceAuthRequest = /** @class */ (function () {
|
|
5
|
-
function DeleteNamespaceAuthRequest(contentType, namespace) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
this['namespace'] = namespace;
|
|
8
|
-
}
|
|
9
|
-
DeleteNamespaceAuthRequest.prototype.withContentType = function (contentType) {
|
|
10
|
-
this['Content-Type'] = contentType;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(DeleteNamespaceAuthRequest.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
|
-
DeleteNamespaceAuthRequest.prototype.withNamespace = function (namespace) {
|
|
24
|
-
this['namespace'] = namespace;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
DeleteNamespaceAuthRequest.prototype.withBody = function (body) {
|
|
28
|
-
this['body'] = body;
|
|
29
|
-
return this;
|
|
30
|
-
};
|
|
31
|
-
return DeleteNamespaceAuthRequest;
|
|
32
|
-
}());
|
|
33
|
-
exports.DeleteNamespaceAuthRequest = DeleteNamespaceAuthRequest;
|
|
34
|
-
/**
|
|
35
|
-
* @export
|
|
36
|
-
* @enum {string}
|
|
37
|
-
*/
|
|
38
|
-
var DeleteNamespaceAuthRequestContentTypeEnum;
|
|
39
|
-
(function (DeleteNamespaceAuthRequestContentTypeEnum) {
|
|
40
|
-
DeleteNamespaceAuthRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
41
|
-
DeleteNamespaceAuthRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
42
|
-
})(DeleteNamespaceAuthRequestContentTypeEnum || (exports.DeleteNamespaceAuthRequestContentTypeEnum = DeleteNamespaceAuthRequestContentTypeEnum = {}));
|
|
@@ -1,27 +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.DeleteNamespaceAuthResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var DeleteNamespaceAuthResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(DeleteNamespaceAuthResponse, _super);
|
|
22
|
-
function DeleteNamespaceAuthResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
return DeleteNamespaceAuthResponse;
|
|
26
|
-
}(SdkResponse_1.SdkResponse));
|
|
27
|
-
exports.DeleteNamespaceAuthResponse = DeleteNamespaceAuthResponse;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare class DeleteNamespacesRequest {
|
|
2
|
-
private 'Content-Type';
|
|
3
|
-
namespace: string;
|
|
4
|
-
constructor(contentType?: any, namespace?: any);
|
|
5
|
-
withContentType(contentType: DeleteNamespacesRequestContentTypeEnum): DeleteNamespacesRequest;
|
|
6
|
-
set contentType(contentType: DeleteNamespacesRequestContentTypeEnum | undefined);
|
|
7
|
-
get contentType(): DeleteNamespacesRequestContentTypeEnum | undefined;
|
|
8
|
-
withNamespace(namespace: string): DeleteNamespacesRequest;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* @export
|
|
12
|
-
* @enum {string}
|
|
13
|
-
*/
|
|
14
|
-
export declare enum DeleteNamespacesRequestContentTypeEnum {
|
|
15
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
16
|
-
APPLICATION_JSON = "application/json"
|
|
17
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteNamespacesRequestContentTypeEnum = exports.DeleteNamespacesRequest = void 0;
|
|
4
|
-
var DeleteNamespacesRequest = /** @class */ (function () {
|
|
5
|
-
function DeleteNamespacesRequest(contentType, namespace) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
this['namespace'] = namespace;
|
|
8
|
-
}
|
|
9
|
-
DeleteNamespacesRequest.prototype.withContentType = function (contentType) {
|
|
10
|
-
this['Content-Type'] = contentType;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(DeleteNamespacesRequest.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
|
-
DeleteNamespacesRequest.prototype.withNamespace = function (namespace) {
|
|
24
|
-
this['namespace'] = namespace;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
return DeleteNamespacesRequest;
|
|
28
|
-
}());
|
|
29
|
-
exports.DeleteNamespacesRequest = DeleteNamespacesRequest;
|
|
30
|
-
/**
|
|
31
|
-
* @export
|
|
32
|
-
* @enum {string}
|
|
33
|
-
*/
|
|
34
|
-
var DeleteNamespacesRequestContentTypeEnum;
|
|
35
|
-
(function (DeleteNamespacesRequestContentTypeEnum) {
|
|
36
|
-
DeleteNamespacesRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
37
|
-
DeleteNamespacesRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
38
|
-
})(DeleteNamespacesRequestContentTypeEnum || (exports.DeleteNamespacesRequestContentTypeEnum = DeleteNamespacesRequestContentTypeEnum = {}));
|
|
@@ -1,27 +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.DeleteNamespacesResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var DeleteNamespacesResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(DeleteNamespacesResponse, _super);
|
|
22
|
-
function DeleteNamespacesResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
return DeleteNamespacesResponse;
|
|
26
|
-
}(SdkResponse_1.SdkResponse));
|
|
27
|
-
exports.DeleteNamespacesResponse = DeleteNamespacesResponse;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare class DeleteRepoDomainsRequest {
|
|
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: DeleteRepoDomainsRequestContentTypeEnum): DeleteRepoDomainsRequest;
|
|
8
|
-
set contentType(contentType: DeleteRepoDomainsRequestContentTypeEnum | undefined);
|
|
9
|
-
get contentType(): DeleteRepoDomainsRequestContentTypeEnum | undefined;
|
|
10
|
-
withNamespace(namespace: string): DeleteRepoDomainsRequest;
|
|
11
|
-
withRepository(repository: string): DeleteRepoDomainsRequest;
|
|
12
|
-
withAccessDomain(accessDomain: string): DeleteRepoDomainsRequest;
|
|
13
|
-
set accessDomain(accessDomain: string | undefined);
|
|
14
|
-
get accessDomain(): string | undefined;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* @export
|
|
18
|
-
* @enum {string}
|
|
19
|
-
*/
|
|
20
|
-
export declare enum DeleteRepoDomainsRequestContentTypeEnum {
|
|
21
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
22
|
-
APPLICATION_JSON = "application/json"
|
|
23
|
-
}
|