@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,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRepoDomainsRequestContentTypeEnum = exports.CreateRepoDomainsRequest = void 0;
|
|
4
|
-
var CreateRepoDomainsRequest = /** @class */ (function () {
|
|
5
|
-
function CreateRepoDomainsRequest(contentType, namespace, repository) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
this['namespace'] = namespace;
|
|
8
|
-
this['repository'] = repository;
|
|
9
|
-
}
|
|
10
|
-
CreateRepoDomainsRequest.prototype.withContentType = function (contentType) {
|
|
11
|
-
this['Content-Type'] = contentType;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(CreateRepoDomainsRequest.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
|
-
CreateRepoDomainsRequest.prototype.withNamespace = function (namespace) {
|
|
25
|
-
this['namespace'] = namespace;
|
|
26
|
-
return this;
|
|
27
|
-
};
|
|
28
|
-
CreateRepoDomainsRequest.prototype.withRepository = function (repository) {
|
|
29
|
-
this['repository'] = repository;
|
|
30
|
-
return this;
|
|
31
|
-
};
|
|
32
|
-
CreateRepoDomainsRequest.prototype.withBody = function (body) {
|
|
33
|
-
this['body'] = body;
|
|
34
|
-
return this;
|
|
35
|
-
};
|
|
36
|
-
return CreateRepoDomainsRequest;
|
|
37
|
-
}());
|
|
38
|
-
exports.CreateRepoDomainsRequest = CreateRepoDomainsRequest;
|
|
39
|
-
/**
|
|
40
|
-
* @export
|
|
41
|
-
* @enum {string}
|
|
42
|
-
*/
|
|
43
|
-
var CreateRepoDomainsRequestContentTypeEnum;
|
|
44
|
-
(function (CreateRepoDomainsRequestContentTypeEnum) {
|
|
45
|
-
CreateRepoDomainsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
|
-
CreateRepoDomainsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(CreateRepoDomainsRequestContentTypeEnum || (exports.CreateRepoDomainsRequestContentTypeEnum = CreateRepoDomainsRequestContentTypeEnum = {}));
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare class CreateRepoDomainsRequestBody {
|
|
2
|
-
private 'access_domain';
|
|
3
|
-
permit: string;
|
|
4
|
-
deadline: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
constructor(accessDomain?: any, permit?: any, deadline?: any);
|
|
7
|
-
withAccessDomain(accessDomain: string): CreateRepoDomainsRequestBody;
|
|
8
|
-
set accessDomain(accessDomain: string | undefined);
|
|
9
|
-
get accessDomain(): string | undefined;
|
|
10
|
-
withPermit(permit: string): CreateRepoDomainsRequestBody;
|
|
11
|
-
withDeadline(deadline: string): CreateRepoDomainsRequestBody;
|
|
12
|
-
withDescription(description: string): CreateRepoDomainsRequestBody;
|
|
13
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRepoDomainsRequestBody = void 0;
|
|
4
|
-
var CreateRepoDomainsRequestBody = /** @class */ (function () {
|
|
5
|
-
function CreateRepoDomainsRequestBody(accessDomain, permit, deadline) {
|
|
6
|
-
this['access_domain'] = accessDomain;
|
|
7
|
-
this['permit'] = permit;
|
|
8
|
-
this['deadline'] = deadline;
|
|
9
|
-
}
|
|
10
|
-
CreateRepoDomainsRequestBody.prototype.withAccessDomain = function (accessDomain) {
|
|
11
|
-
this['access_domain'] = accessDomain;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(CreateRepoDomainsRequestBody.prototype, "accessDomain", {
|
|
15
|
-
get: function () {
|
|
16
|
-
return this['access_domain'];
|
|
17
|
-
},
|
|
18
|
-
set: function (accessDomain) {
|
|
19
|
-
this['access_domain'] = accessDomain;
|
|
20
|
-
},
|
|
21
|
-
enumerable: false,
|
|
22
|
-
configurable: true
|
|
23
|
-
});
|
|
24
|
-
CreateRepoDomainsRequestBody.prototype.withPermit = function (permit) {
|
|
25
|
-
this['permit'] = permit;
|
|
26
|
-
return this;
|
|
27
|
-
};
|
|
28
|
-
CreateRepoDomainsRequestBody.prototype.withDeadline = function (deadline) {
|
|
29
|
-
this['deadline'] = deadline;
|
|
30
|
-
return this;
|
|
31
|
-
};
|
|
32
|
-
CreateRepoDomainsRequestBody.prototype.withDescription = function (description) {
|
|
33
|
-
this['description'] = description;
|
|
34
|
-
return this;
|
|
35
|
-
};
|
|
36
|
-
return CreateRepoDomainsRequestBody;
|
|
37
|
-
}());
|
|
38
|
-
exports.CreateRepoDomainsRequestBody = CreateRepoDomainsRequestBody;
|
|
@@ -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.CreateRepoDomainsResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var CreateRepoDomainsResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(CreateRepoDomainsResponse, _super);
|
|
22
|
-
function CreateRepoDomainsResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
return CreateRepoDomainsResponse;
|
|
26
|
-
}(SdkResponse_1.SdkResponse));
|
|
27
|
-
exports.CreateRepoDomainsResponse = CreateRepoDomainsResponse;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CreateRepoRequestBody } from './CreateRepoRequestBody';
|
|
2
|
-
export declare class CreateRepoRequest {
|
|
3
|
-
private 'Content-Type';
|
|
4
|
-
namespace: string;
|
|
5
|
-
body?: CreateRepoRequestBody;
|
|
6
|
-
constructor(contentType?: any, namespace?: any);
|
|
7
|
-
withContentType(contentType: CreateRepoRequestContentTypeEnum): CreateRepoRequest;
|
|
8
|
-
set contentType(contentType: CreateRepoRequestContentTypeEnum | undefined);
|
|
9
|
-
get contentType(): CreateRepoRequestContentTypeEnum | undefined;
|
|
10
|
-
withNamespace(namespace: string): CreateRepoRequest;
|
|
11
|
-
withBody(body: CreateRepoRequestBody): CreateRepoRequest;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* @export
|
|
15
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare enum CreateRepoRequestContentTypeEnum {
|
|
18
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
19
|
-
APPLICATION_JSON = "application/json"
|
|
20
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRepoRequestContentTypeEnum = exports.CreateRepoRequest = void 0;
|
|
4
|
-
var CreateRepoRequest = /** @class */ (function () {
|
|
5
|
-
function CreateRepoRequest(contentType, namespace) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
this['namespace'] = namespace;
|
|
8
|
-
}
|
|
9
|
-
CreateRepoRequest.prototype.withContentType = function (contentType) {
|
|
10
|
-
this['Content-Type'] = contentType;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(CreateRepoRequest.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
|
-
CreateRepoRequest.prototype.withNamespace = function (namespace) {
|
|
24
|
-
this['namespace'] = namespace;
|
|
25
|
-
return this;
|
|
26
|
-
};
|
|
27
|
-
CreateRepoRequest.prototype.withBody = function (body) {
|
|
28
|
-
this['body'] = body;
|
|
29
|
-
return this;
|
|
30
|
-
};
|
|
31
|
-
return CreateRepoRequest;
|
|
32
|
-
}());
|
|
33
|
-
exports.CreateRepoRequest = CreateRepoRequest;
|
|
34
|
-
/**
|
|
35
|
-
* @export
|
|
36
|
-
* @enum {string}
|
|
37
|
-
*/
|
|
38
|
-
var CreateRepoRequestContentTypeEnum;
|
|
39
|
-
(function (CreateRepoRequestContentTypeEnum) {
|
|
40
|
-
CreateRepoRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
41
|
-
CreateRepoRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
42
|
-
})(CreateRepoRequestContentTypeEnum || (exports.CreateRepoRequestContentTypeEnum = CreateRepoRequestContentTypeEnum = {}));
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
export declare class CreateRepoRequestBody {
|
|
2
|
-
repository: string;
|
|
3
|
-
private 'is_public';
|
|
4
|
-
category?: CreateRepoRequestBodyCategoryEnum;
|
|
5
|
-
description?: string;
|
|
6
|
-
constructor(repository?: any, isPublic?: any);
|
|
7
|
-
withRepository(repository: string): CreateRepoRequestBody;
|
|
8
|
-
withIsPublic(isPublic: boolean): CreateRepoRequestBody;
|
|
9
|
-
set isPublic(isPublic: boolean | undefined);
|
|
10
|
-
get isPublic(): boolean | undefined;
|
|
11
|
-
withCategory(category: CreateRepoRequestBodyCategoryEnum): CreateRepoRequestBody;
|
|
12
|
-
withDescription(description: string): CreateRepoRequestBody;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* @export
|
|
16
|
-
* @enum {string}
|
|
17
|
-
*/
|
|
18
|
-
export declare enum CreateRepoRequestBodyCategoryEnum {
|
|
19
|
-
APP_SERVER = "app_server",
|
|
20
|
-
LINUX = "linux",
|
|
21
|
-
FRAMEWORK_APP = "framework_app",
|
|
22
|
-
DATABASE = "database",
|
|
23
|
-
LANG = "lang",
|
|
24
|
-
WINDOWS = "windows",
|
|
25
|
-
ARMS = "arms",
|
|
26
|
-
OTHER = "other"
|
|
27
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRepoRequestBodyCategoryEnum = exports.CreateRepoRequestBody = void 0;
|
|
4
|
-
var CreateRepoRequestBody = /** @class */ (function () {
|
|
5
|
-
function CreateRepoRequestBody(repository, isPublic) {
|
|
6
|
-
this['repository'] = repository;
|
|
7
|
-
this['is_public'] = isPublic;
|
|
8
|
-
}
|
|
9
|
-
CreateRepoRequestBody.prototype.withRepository = function (repository) {
|
|
10
|
-
this['repository'] = repository;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
CreateRepoRequestBody.prototype.withIsPublic = function (isPublic) {
|
|
14
|
-
this['is_public'] = isPublic;
|
|
15
|
-
return this;
|
|
16
|
-
};
|
|
17
|
-
Object.defineProperty(CreateRepoRequestBody.prototype, "isPublic", {
|
|
18
|
-
get: function () {
|
|
19
|
-
return this['is_public'];
|
|
20
|
-
},
|
|
21
|
-
set: function (isPublic) {
|
|
22
|
-
this['is_public'] = isPublic;
|
|
23
|
-
},
|
|
24
|
-
enumerable: false,
|
|
25
|
-
configurable: true
|
|
26
|
-
});
|
|
27
|
-
CreateRepoRequestBody.prototype.withCategory = function (category) {
|
|
28
|
-
this['category'] = category;
|
|
29
|
-
return this;
|
|
30
|
-
};
|
|
31
|
-
CreateRepoRequestBody.prototype.withDescription = function (description) {
|
|
32
|
-
this['description'] = description;
|
|
33
|
-
return this;
|
|
34
|
-
};
|
|
35
|
-
return CreateRepoRequestBody;
|
|
36
|
-
}());
|
|
37
|
-
exports.CreateRepoRequestBody = CreateRepoRequestBody;
|
|
38
|
-
/**
|
|
39
|
-
* @export
|
|
40
|
-
* @enum {string}
|
|
41
|
-
*/
|
|
42
|
-
var CreateRepoRequestBodyCategoryEnum;
|
|
43
|
-
(function (CreateRepoRequestBodyCategoryEnum) {
|
|
44
|
-
CreateRepoRequestBodyCategoryEnum["APP_SERVER"] = "app_server";
|
|
45
|
-
CreateRepoRequestBodyCategoryEnum["LINUX"] = "linux";
|
|
46
|
-
CreateRepoRequestBodyCategoryEnum["FRAMEWORK_APP"] = "framework_app";
|
|
47
|
-
CreateRepoRequestBodyCategoryEnum["DATABASE"] = "database";
|
|
48
|
-
CreateRepoRequestBodyCategoryEnum["LANG"] = "lang";
|
|
49
|
-
CreateRepoRequestBodyCategoryEnum["WINDOWS"] = "windows";
|
|
50
|
-
CreateRepoRequestBodyCategoryEnum["ARMS"] = "arms";
|
|
51
|
-
CreateRepoRequestBodyCategoryEnum["OTHER"] = "other";
|
|
52
|
-
})(CreateRepoRequestBodyCategoryEnum || (exports.CreateRepoRequestBodyCategoryEnum = CreateRepoRequestBodyCategoryEnum = {}));
|
|
@@ -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.CreateRepoResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var CreateRepoResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(CreateRepoResponse, _super);
|
|
22
|
-
function CreateRepoResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
return CreateRepoResponse;
|
|
26
|
-
}(SdkResponse_1.SdkResponse));
|
|
27
|
-
exports.CreateRepoResponse = CreateRepoResponse;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CreateRetentionRequestBody } from './CreateRetentionRequestBody';
|
|
2
|
-
export declare class CreateRetentionRequest {
|
|
3
|
-
private 'Content-Type';
|
|
4
|
-
namespace: string;
|
|
5
|
-
repository: string;
|
|
6
|
-
body?: CreateRetentionRequestBody;
|
|
7
|
-
constructor(contentType?: any, namespace?: any, repository?: any);
|
|
8
|
-
withContentType(contentType: CreateRetentionRequestContentTypeEnum): CreateRetentionRequest;
|
|
9
|
-
set contentType(contentType: CreateRetentionRequestContentTypeEnum | undefined);
|
|
10
|
-
get contentType(): CreateRetentionRequestContentTypeEnum | undefined;
|
|
11
|
-
withNamespace(namespace: string): CreateRetentionRequest;
|
|
12
|
-
withRepository(repository: string): CreateRetentionRequest;
|
|
13
|
-
withBody(body: CreateRetentionRequestBody): CreateRetentionRequest;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export declare enum CreateRetentionRequestContentTypeEnum {
|
|
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.CreateRetentionRequestContentTypeEnum = exports.CreateRetentionRequest = void 0;
|
|
4
|
-
var CreateRetentionRequest = /** @class */ (function () {
|
|
5
|
-
function CreateRetentionRequest(contentType, namespace, repository) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
this['namespace'] = namespace;
|
|
8
|
-
this['repository'] = repository;
|
|
9
|
-
}
|
|
10
|
-
CreateRetentionRequest.prototype.withContentType = function (contentType) {
|
|
11
|
-
this['Content-Type'] = contentType;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(CreateRetentionRequest.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
|
-
CreateRetentionRequest.prototype.withNamespace = function (namespace) {
|
|
25
|
-
this['namespace'] = namespace;
|
|
26
|
-
return this;
|
|
27
|
-
};
|
|
28
|
-
CreateRetentionRequest.prototype.withRepository = function (repository) {
|
|
29
|
-
this['repository'] = repository;
|
|
30
|
-
return this;
|
|
31
|
-
};
|
|
32
|
-
CreateRetentionRequest.prototype.withBody = function (body) {
|
|
33
|
-
this['body'] = body;
|
|
34
|
-
return this;
|
|
35
|
-
};
|
|
36
|
-
return CreateRetentionRequest;
|
|
37
|
-
}());
|
|
38
|
-
exports.CreateRetentionRequest = CreateRetentionRequest;
|
|
39
|
-
/**
|
|
40
|
-
* @export
|
|
41
|
-
* @enum {string}
|
|
42
|
-
*/
|
|
43
|
-
var CreateRetentionRequestContentTypeEnum;
|
|
44
|
-
(function (CreateRetentionRequestContentTypeEnum) {
|
|
45
|
-
CreateRetentionRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
|
-
CreateRetentionRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(CreateRetentionRequestContentTypeEnum || (exports.CreateRetentionRequestContentTypeEnum = CreateRetentionRequestContentTypeEnum = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Rule } from './Rule';
|
|
2
|
-
export declare class CreateRetentionRequestBody {
|
|
3
|
-
algorithm: string;
|
|
4
|
-
rules: Array<Rule>;
|
|
5
|
-
constructor(algorithm?: any, rules?: any);
|
|
6
|
-
withAlgorithm(algorithm: string): CreateRetentionRequestBody;
|
|
7
|
-
withRules(rules: Array<Rule>): CreateRetentionRequestBody;
|
|
8
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRetentionRequestBody = void 0;
|
|
4
|
-
var CreateRetentionRequestBody = /** @class */ (function () {
|
|
5
|
-
function CreateRetentionRequestBody(algorithm, rules) {
|
|
6
|
-
this['algorithm'] = algorithm;
|
|
7
|
-
this['rules'] = rules;
|
|
8
|
-
}
|
|
9
|
-
CreateRetentionRequestBody.prototype.withAlgorithm = function (algorithm) {
|
|
10
|
-
this['algorithm'] = algorithm;
|
|
11
|
-
return this;
|
|
12
|
-
};
|
|
13
|
-
CreateRetentionRequestBody.prototype.withRules = function (rules) {
|
|
14
|
-
this['rules'] = rules;
|
|
15
|
-
return this;
|
|
16
|
-
};
|
|
17
|
-
return CreateRetentionRequestBody;
|
|
18
|
-
}());
|
|
19
|
-
exports.CreateRetentionRequestBody = CreateRetentionRequestBody;
|
|
@@ -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.CreateRetentionResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var CreateRetentionResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(CreateRetentionResponse, _super);
|
|
22
|
-
function CreateRetentionResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
CreateRetentionResponse.prototype.withId = function (id) {
|
|
26
|
-
this['id'] = id;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
return CreateRetentionResponse;
|
|
30
|
-
}(SdkResponse_1.SdkResponse));
|
|
31
|
-
exports.CreateRetentionResponse = CreateRetentionResponse;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare class CreateSecretRequest {
|
|
2
|
-
private 'Content-Type';
|
|
3
|
-
projectname?: string;
|
|
4
|
-
constructor(contentType?: any);
|
|
5
|
-
withContentType(contentType: CreateSecretRequestContentTypeEnum): CreateSecretRequest;
|
|
6
|
-
set contentType(contentType: CreateSecretRequestContentTypeEnum | undefined);
|
|
7
|
-
get contentType(): CreateSecretRequestContentTypeEnum | undefined;
|
|
8
|
-
withProjectname(projectname: string): CreateSecretRequest;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* @export
|
|
12
|
-
* @enum {string}
|
|
13
|
-
*/
|
|
14
|
-
export declare enum CreateSecretRequestContentTypeEnum {
|
|
15
|
-
APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
|
|
16
|
-
APPLICATION_JSON = "application/json"
|
|
17
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateSecretRequestContentTypeEnum = exports.CreateSecretRequest = void 0;
|
|
4
|
-
var CreateSecretRequest = /** @class */ (function () {
|
|
5
|
-
function CreateSecretRequest(contentType) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
}
|
|
8
|
-
CreateSecretRequest.prototype.withContentType = function (contentType) {
|
|
9
|
-
this['Content-Type'] = contentType;
|
|
10
|
-
return this;
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(CreateSecretRequest.prototype, "contentType", {
|
|
13
|
-
get: function () {
|
|
14
|
-
return this['Content-Type'];
|
|
15
|
-
},
|
|
16
|
-
set: function (contentType) {
|
|
17
|
-
this['Content-Type'] = contentType;
|
|
18
|
-
},
|
|
19
|
-
enumerable: false,
|
|
20
|
-
configurable: true
|
|
21
|
-
});
|
|
22
|
-
CreateSecretRequest.prototype.withProjectname = function (projectname) {
|
|
23
|
-
this['projectname'] = projectname;
|
|
24
|
-
return this;
|
|
25
|
-
};
|
|
26
|
-
return CreateSecretRequest;
|
|
27
|
-
}());
|
|
28
|
-
exports.CreateSecretRequest = CreateSecretRequest;
|
|
29
|
-
/**
|
|
30
|
-
* @export
|
|
31
|
-
* @enum {string}
|
|
32
|
-
*/
|
|
33
|
-
var CreateSecretRequestContentTypeEnum;
|
|
34
|
-
(function (CreateSecretRequestContentTypeEnum) {
|
|
35
|
-
CreateSecretRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
36
|
-
CreateSecretRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
37
|
-
})(CreateSecretRequestContentTypeEnum || (exports.CreateSecretRequestContentTypeEnum = CreateSecretRequestContentTypeEnum = {}));
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { AuthInfo } from './AuthInfo';
|
|
2
|
-
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
-
export declare class CreateSecretResponse extends SdkResponse {
|
|
4
|
-
auths?: {
|
|
5
|
-
[key: string]: AuthInfo;
|
|
6
|
-
};
|
|
7
|
-
private 'X-Swr-Dockerlogin'?;
|
|
8
|
-
constructor();
|
|
9
|
-
withAuths(auths: {
|
|
10
|
-
[key: string]: AuthInfo;
|
|
11
|
-
}): CreateSecretResponse;
|
|
12
|
-
withXSwrDockerlogin(xSwrDockerlogin: string): CreateSecretResponse;
|
|
13
|
-
set xSwrDockerlogin(xSwrDockerlogin: string | undefined);
|
|
14
|
-
get xSwrDockerlogin(): string | undefined;
|
|
15
|
-
}
|
|
@@ -1,45 +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.CreateSecretResponse = void 0;
|
|
19
|
-
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
-
var CreateSecretResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(CreateSecretResponse, _super);
|
|
22
|
-
function CreateSecretResponse() {
|
|
23
|
-
return _super.call(this) || this;
|
|
24
|
-
}
|
|
25
|
-
CreateSecretResponse.prototype.withAuths = function (auths) {
|
|
26
|
-
this['auths'] = auths;
|
|
27
|
-
return this;
|
|
28
|
-
};
|
|
29
|
-
CreateSecretResponse.prototype.withXSwrDockerlogin = function (xSwrDockerlogin) {
|
|
30
|
-
this['X-Swr-Dockerlogin'] = xSwrDockerlogin;
|
|
31
|
-
return this;
|
|
32
|
-
};
|
|
33
|
-
Object.defineProperty(CreateSecretResponse.prototype, "xSwrDockerlogin", {
|
|
34
|
-
get: function () {
|
|
35
|
-
return this['X-Swr-Dockerlogin'];
|
|
36
|
-
},
|
|
37
|
-
set: function (xSwrDockerlogin) {
|
|
38
|
-
this['X-Swr-Dockerlogin'] = xSwrDockerlogin;
|
|
39
|
-
},
|
|
40
|
-
enumerable: false,
|
|
41
|
-
configurable: true
|
|
42
|
-
});
|
|
43
|
-
return CreateSecretResponse;
|
|
44
|
-
}(SdkResponse_1.SdkResponse));
|
|
45
|
-
exports.CreateSecretResponse = CreateSecretResponse;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { CreateTriggerRequestBody } from './CreateTriggerRequestBody';
|
|
2
|
-
export declare class CreateTriggerRequest {
|
|
3
|
-
private 'Content-Type';
|
|
4
|
-
namespace: string;
|
|
5
|
-
repository: string;
|
|
6
|
-
body?: CreateTriggerRequestBody;
|
|
7
|
-
constructor(contentType?: any, namespace?: any, repository?: any);
|
|
8
|
-
withContentType(contentType: CreateTriggerRequestContentTypeEnum): CreateTriggerRequest;
|
|
9
|
-
set contentType(contentType: CreateTriggerRequestContentTypeEnum | undefined);
|
|
10
|
-
get contentType(): CreateTriggerRequestContentTypeEnum | undefined;
|
|
11
|
-
withNamespace(namespace: string): CreateTriggerRequest;
|
|
12
|
-
withRepository(repository: string): CreateTriggerRequest;
|
|
13
|
-
withBody(body: CreateTriggerRequestBody): CreateTriggerRequest;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export declare enum CreateTriggerRequestContentTypeEnum {
|
|
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.CreateTriggerRequestContentTypeEnum = exports.CreateTriggerRequest = void 0;
|
|
4
|
-
var CreateTriggerRequest = /** @class */ (function () {
|
|
5
|
-
function CreateTriggerRequest(contentType, namespace, repository) {
|
|
6
|
-
this['Content-Type'] = contentType;
|
|
7
|
-
this['namespace'] = namespace;
|
|
8
|
-
this['repository'] = repository;
|
|
9
|
-
}
|
|
10
|
-
CreateTriggerRequest.prototype.withContentType = function (contentType) {
|
|
11
|
-
this['Content-Type'] = contentType;
|
|
12
|
-
return this;
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(CreateTriggerRequest.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
|
-
CreateTriggerRequest.prototype.withNamespace = function (namespace) {
|
|
25
|
-
this['namespace'] = namespace;
|
|
26
|
-
return this;
|
|
27
|
-
};
|
|
28
|
-
CreateTriggerRequest.prototype.withRepository = function (repository) {
|
|
29
|
-
this['repository'] = repository;
|
|
30
|
-
return this;
|
|
31
|
-
};
|
|
32
|
-
CreateTriggerRequest.prototype.withBody = function (body) {
|
|
33
|
-
this['body'] = body;
|
|
34
|
-
return this;
|
|
35
|
-
};
|
|
36
|
-
return CreateTriggerRequest;
|
|
37
|
-
}());
|
|
38
|
-
exports.CreateTriggerRequest = CreateTriggerRequest;
|
|
39
|
-
/**
|
|
40
|
-
* @export
|
|
41
|
-
* @enum {string}
|
|
42
|
-
*/
|
|
43
|
-
var CreateTriggerRequestContentTypeEnum;
|
|
44
|
-
(function (CreateTriggerRequestContentTypeEnum) {
|
|
45
|
-
CreateTriggerRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
|
-
CreateTriggerRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(CreateTriggerRequestContentTypeEnum || (exports.CreateTriggerRequestContentTypeEnum = CreateTriggerRequestContentTypeEnum = {}));
|