@huaweicloud/huaweicloud-sdk-swr 3.1.39 → 3.1.41
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/package.json +2 -2
- package/v2/model/CreateImageSyncRepoRequest.js +1 -1
- package/v2/model/CreateManualImageSyncRepoRequest.js +1 -1
- package/v2/model/CreateNamespaceAuthRequest.js +1 -1
- package/v2/model/CreateNamespaceRequest.js +1 -1
- package/v2/model/CreateRepoDomainsRequest.js +1 -1
- package/v2/model/CreateRepoRequest.js +1 -1
- package/v2/model/CreateRepoRequestBody.js +1 -1
- package/v2/model/CreateRetentionRequest.js +1 -1
- package/v2/model/CreateSecretRequest.js +1 -1
- package/v2/model/CreateTriggerRequest.js +1 -1
- package/v2/model/CreateUserRepositoryAuthRequest.js +1 -1
- package/v2/model/DeleteImageSyncRepoRequest.js +1 -1
- package/v2/model/DeleteNamespaceAuthRequest.js +1 -1
- package/v2/model/DeleteNamespacesRequest.js +1 -1
- package/v2/model/DeleteRepoDomainsRequest.js +1 -1
- package/v2/model/DeleteRepoRequest.js +1 -1
- package/v2/model/DeleteRepoTagRequest.js +1 -1
- package/v2/model/DeleteRetentionRequest.js +1 -1
- package/v2/model/DeleteTriggerRequest.js +1 -1
- package/v2/model/DeleteUserRepositoryAuthRequest.js +1 -1
- package/v2/model/ListApiVersionsRequest.js +1 -1
- package/v2/model/ListImageAutoSyncReposDetailsRequest.js +1 -1
- package/v2/model/ListNamespacesRequest.js +1 -1
- package/v2/model/ListQuotasRequest.js +1 -1
- package/v2/model/ListRepoDomainsRequest.js +1 -1
- package/v2/model/ListReposDetailsRequest.js +1 -1
- package/v2/model/ListRepositoryTagsRequest.js +1 -1
- package/v2/model/ListRetentionHistoriesRequest.js +1 -1
- package/v2/model/ListRetentionsRequest.js +1 -1
- package/v2/model/ListSharedReposDetailsRequest.js +1 -1
- package/v2/model/ListTriggersDetailsRequest.js +1 -1
- package/v2/model/Rule.js +1 -1
- package/v2/model/ShowAccessDomainRequest.js +1 -1
- package/v2/model/ShowApiVersionRequest.js +1 -1
- package/v2/model/ShowNamespace.js +1 -1
- package/v2/model/ShowNamespaceAuthRequest.js +1 -1
- package/v2/model/ShowNamespaceRequest.js +1 -1
- package/v2/model/ShowNamespaceResponse.js +1 -1
- package/v2/model/ShowRepositoryRequest.js +1 -1
- package/v2/model/ShowRetentionRequest.js +1 -1
- package/v2/model/ShowSyncJobRequest.js +1 -1
- package/v2/model/ShowTriggerRequest.js +1 -1
- package/v2/model/ShowUserRepositoryAuthRequest.js +1 -1
- package/v2/model/UpdateNamespaceAuthRequest.js +1 -1
- package/v2/model/UpdateRepoDomainsRequest.js +1 -1
- package/v2/model/UpdateRepoRequest.js +1 -1
- package/v2/model/UpdateRepoRequestBody.js +1 -1
- package/v2/model/UpdateRetentionRequest.js +1 -1
- package/v2/model/UpdateTriggerRequest.js +1 -1
- package/v2/model/UpdateUserRepositoryAuthRequest.js +1 -1
- package/v2/model/UserAuth.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-swr",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.41",
|
|
4
4
|
"description": "Huaweicloud SDK for swr",
|
|
5
5
|
"main": "huaweicloud-sdk-swr.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-swr.d.ts",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"author": "HuaweiCloud_SDK",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@huaweicloud/huaweicloud-sdk-core": "^3.1.
|
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.1.41"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -44,4 +44,4 @@ var CreateImageSyncRepoRequestContentTypeEnum;
|
|
|
44
44
|
(function (CreateImageSyncRepoRequestContentTypeEnum) {
|
|
45
45
|
CreateImageSyncRepoRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
46
|
CreateImageSyncRepoRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(CreateImageSyncRepoRequestContentTypeEnum
|
|
47
|
+
})(CreateImageSyncRepoRequestContentTypeEnum || (exports.CreateImageSyncRepoRequestContentTypeEnum = CreateImageSyncRepoRequestContentTypeEnum = {}));
|
|
@@ -44,4 +44,4 @@ var CreateManualImageSyncRepoRequestContentTypeEnum;
|
|
|
44
44
|
(function (CreateManualImageSyncRepoRequestContentTypeEnum) {
|
|
45
45
|
CreateManualImageSyncRepoRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
46
|
CreateManualImageSyncRepoRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(CreateManualImageSyncRepoRequestContentTypeEnum
|
|
47
|
+
})(CreateManualImageSyncRepoRequestContentTypeEnum || (exports.CreateManualImageSyncRepoRequestContentTypeEnum = CreateManualImageSyncRepoRequestContentTypeEnum = {}));
|
|
@@ -39,4 +39,4 @@ var CreateNamespaceAuthRequestContentTypeEnum;
|
|
|
39
39
|
(function (CreateNamespaceAuthRequestContentTypeEnum) {
|
|
40
40
|
CreateNamespaceAuthRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
41
41
|
CreateNamespaceAuthRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
42
|
-
})(CreateNamespaceAuthRequestContentTypeEnum
|
|
42
|
+
})(CreateNamespaceAuthRequestContentTypeEnum || (exports.CreateNamespaceAuthRequestContentTypeEnum = CreateNamespaceAuthRequestContentTypeEnum = {}));
|
|
@@ -34,4 +34,4 @@ var CreateNamespaceRequestContentTypeEnum;
|
|
|
34
34
|
(function (CreateNamespaceRequestContentTypeEnum) {
|
|
35
35
|
CreateNamespaceRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
36
36
|
CreateNamespaceRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
37
|
-
})(CreateNamespaceRequestContentTypeEnum
|
|
37
|
+
})(CreateNamespaceRequestContentTypeEnum || (exports.CreateNamespaceRequestContentTypeEnum = CreateNamespaceRequestContentTypeEnum = {}));
|
|
@@ -44,4 +44,4 @@ var CreateRepoDomainsRequestContentTypeEnum;
|
|
|
44
44
|
(function (CreateRepoDomainsRequestContentTypeEnum) {
|
|
45
45
|
CreateRepoDomainsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
46
|
CreateRepoDomainsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(CreateRepoDomainsRequestContentTypeEnum
|
|
47
|
+
})(CreateRepoDomainsRequestContentTypeEnum || (exports.CreateRepoDomainsRequestContentTypeEnum = CreateRepoDomainsRequestContentTypeEnum = {}));
|
|
@@ -39,4 +39,4 @@ var CreateRepoRequestContentTypeEnum;
|
|
|
39
39
|
(function (CreateRepoRequestContentTypeEnum) {
|
|
40
40
|
CreateRepoRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
41
41
|
CreateRepoRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
42
|
-
})(CreateRepoRequestContentTypeEnum
|
|
42
|
+
})(CreateRepoRequestContentTypeEnum || (exports.CreateRepoRequestContentTypeEnum = CreateRepoRequestContentTypeEnum = {}));
|
|
@@ -49,4 +49,4 @@ var CreateRepoRequestBodyCategoryEnum;
|
|
|
49
49
|
CreateRepoRequestBodyCategoryEnum["WINDOWS"] = "windows";
|
|
50
50
|
CreateRepoRequestBodyCategoryEnum["ARMS"] = "arms";
|
|
51
51
|
CreateRepoRequestBodyCategoryEnum["OTHER"] = "other";
|
|
52
|
-
})(CreateRepoRequestBodyCategoryEnum
|
|
52
|
+
})(CreateRepoRequestBodyCategoryEnum || (exports.CreateRepoRequestBodyCategoryEnum = CreateRepoRequestBodyCategoryEnum = {}));
|
|
@@ -44,4 +44,4 @@ var CreateRetentionRequestContentTypeEnum;
|
|
|
44
44
|
(function (CreateRetentionRequestContentTypeEnum) {
|
|
45
45
|
CreateRetentionRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
46
|
CreateRetentionRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(CreateRetentionRequestContentTypeEnum
|
|
47
|
+
})(CreateRetentionRequestContentTypeEnum || (exports.CreateRetentionRequestContentTypeEnum = CreateRetentionRequestContentTypeEnum = {}));
|
|
@@ -34,4 +34,4 @@ var CreateSecretRequestContentTypeEnum;
|
|
|
34
34
|
(function (CreateSecretRequestContentTypeEnum) {
|
|
35
35
|
CreateSecretRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
36
36
|
CreateSecretRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
37
|
-
})(CreateSecretRequestContentTypeEnum
|
|
37
|
+
})(CreateSecretRequestContentTypeEnum || (exports.CreateSecretRequestContentTypeEnum = CreateSecretRequestContentTypeEnum = {}));
|
|
@@ -44,4 +44,4 @@ var CreateTriggerRequestContentTypeEnum;
|
|
|
44
44
|
(function (CreateTriggerRequestContentTypeEnum) {
|
|
45
45
|
CreateTriggerRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
46
|
CreateTriggerRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(CreateTriggerRequestContentTypeEnum
|
|
47
|
+
})(CreateTriggerRequestContentTypeEnum || (exports.CreateTriggerRequestContentTypeEnum = CreateTriggerRequestContentTypeEnum = {}));
|
|
@@ -44,4 +44,4 @@ var CreateUserRepositoryAuthRequestContentTypeEnum;
|
|
|
44
44
|
(function (CreateUserRepositoryAuthRequestContentTypeEnum) {
|
|
45
45
|
CreateUserRepositoryAuthRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
46
|
CreateUserRepositoryAuthRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(CreateUserRepositoryAuthRequestContentTypeEnum
|
|
47
|
+
})(CreateUserRepositoryAuthRequestContentTypeEnum || (exports.CreateUserRepositoryAuthRequestContentTypeEnum = CreateUserRepositoryAuthRequestContentTypeEnum = {}));
|
|
@@ -44,4 +44,4 @@ var DeleteImageSyncRepoRequestContentTypeEnum;
|
|
|
44
44
|
(function (DeleteImageSyncRepoRequestContentTypeEnum) {
|
|
45
45
|
DeleteImageSyncRepoRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
46
|
DeleteImageSyncRepoRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(DeleteImageSyncRepoRequestContentTypeEnum
|
|
47
|
+
})(DeleteImageSyncRepoRequestContentTypeEnum || (exports.DeleteImageSyncRepoRequestContentTypeEnum = DeleteImageSyncRepoRequestContentTypeEnum = {}));
|
|
@@ -39,4 +39,4 @@ var DeleteNamespaceAuthRequestContentTypeEnum;
|
|
|
39
39
|
(function (DeleteNamespaceAuthRequestContentTypeEnum) {
|
|
40
40
|
DeleteNamespaceAuthRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
41
41
|
DeleteNamespaceAuthRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
42
|
-
})(DeleteNamespaceAuthRequestContentTypeEnum
|
|
42
|
+
})(DeleteNamespaceAuthRequestContentTypeEnum || (exports.DeleteNamespaceAuthRequestContentTypeEnum = DeleteNamespaceAuthRequestContentTypeEnum = {}));
|
|
@@ -35,4 +35,4 @@ var DeleteNamespacesRequestContentTypeEnum;
|
|
|
35
35
|
(function (DeleteNamespacesRequestContentTypeEnum) {
|
|
36
36
|
DeleteNamespacesRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
37
37
|
DeleteNamespacesRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
38
|
-
})(DeleteNamespacesRequestContentTypeEnum
|
|
38
|
+
})(DeleteNamespacesRequestContentTypeEnum || (exports.DeleteNamespacesRequestContentTypeEnum = DeleteNamespacesRequestContentTypeEnum = {}));
|
|
@@ -55,4 +55,4 @@ var DeleteRepoDomainsRequestContentTypeEnum;
|
|
|
55
55
|
(function (DeleteRepoDomainsRequestContentTypeEnum) {
|
|
56
56
|
DeleteRepoDomainsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
57
57
|
DeleteRepoDomainsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
58
|
-
})(DeleteRepoDomainsRequestContentTypeEnum
|
|
58
|
+
})(DeleteRepoDomainsRequestContentTypeEnum || (exports.DeleteRepoDomainsRequestContentTypeEnum = DeleteRepoDomainsRequestContentTypeEnum = {}));
|
|
@@ -40,4 +40,4 @@ var DeleteRepoRequestContentTypeEnum;
|
|
|
40
40
|
(function (DeleteRepoRequestContentTypeEnum) {
|
|
41
41
|
DeleteRepoRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
42
42
|
DeleteRepoRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
43
|
-
})(DeleteRepoRequestContentTypeEnum
|
|
43
|
+
})(DeleteRepoRequestContentTypeEnum || (exports.DeleteRepoRequestContentTypeEnum = DeleteRepoRequestContentTypeEnum = {}));
|
|
@@ -45,4 +45,4 @@ var DeleteRepoTagRequestContentTypeEnum;
|
|
|
45
45
|
(function (DeleteRepoTagRequestContentTypeEnum) {
|
|
46
46
|
DeleteRepoTagRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
47
47
|
DeleteRepoTagRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
48
|
-
})(DeleteRepoTagRequestContentTypeEnum
|
|
48
|
+
})(DeleteRepoTagRequestContentTypeEnum || (exports.DeleteRepoTagRequestContentTypeEnum = DeleteRepoTagRequestContentTypeEnum = {}));
|
|
@@ -55,4 +55,4 @@ var DeleteRetentionRequestContentTypeEnum;
|
|
|
55
55
|
(function (DeleteRetentionRequestContentTypeEnum) {
|
|
56
56
|
DeleteRetentionRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
57
57
|
DeleteRetentionRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
58
|
-
})(DeleteRetentionRequestContentTypeEnum
|
|
58
|
+
})(DeleteRetentionRequestContentTypeEnum || (exports.DeleteRetentionRequestContentTypeEnum = DeleteRetentionRequestContentTypeEnum = {}));
|
|
@@ -45,4 +45,4 @@ var DeleteTriggerRequestContentTypeEnum;
|
|
|
45
45
|
(function (DeleteTriggerRequestContentTypeEnum) {
|
|
46
46
|
DeleteTriggerRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
47
47
|
DeleteTriggerRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
48
|
-
})(DeleteTriggerRequestContentTypeEnum
|
|
48
|
+
})(DeleteTriggerRequestContentTypeEnum || (exports.DeleteTriggerRequestContentTypeEnum = DeleteTriggerRequestContentTypeEnum = {}));
|
|
@@ -44,4 +44,4 @@ var DeleteUserRepositoryAuthRequestContentTypeEnum;
|
|
|
44
44
|
(function (DeleteUserRepositoryAuthRequestContentTypeEnum) {
|
|
45
45
|
DeleteUserRepositoryAuthRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
46
|
DeleteUserRepositoryAuthRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(DeleteUserRepositoryAuthRequestContentTypeEnum
|
|
47
|
+
})(DeleteUserRepositoryAuthRequestContentTypeEnum || (exports.DeleteUserRepositoryAuthRequestContentTypeEnum = DeleteUserRepositoryAuthRequestContentTypeEnum = {}));
|
|
@@ -30,4 +30,4 @@ var ListApiVersionsRequestContentTypeEnum;
|
|
|
30
30
|
(function (ListApiVersionsRequestContentTypeEnum) {
|
|
31
31
|
ListApiVersionsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
32
32
|
ListApiVersionsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
33
|
-
})(ListApiVersionsRequestContentTypeEnum
|
|
33
|
+
})(ListApiVersionsRequestContentTypeEnum || (exports.ListApiVersionsRequestContentTypeEnum = ListApiVersionsRequestContentTypeEnum = {}));
|
|
@@ -40,4 +40,4 @@ var ListImageAutoSyncReposDetailsRequestContentTypeEnum;
|
|
|
40
40
|
(function (ListImageAutoSyncReposDetailsRequestContentTypeEnum) {
|
|
41
41
|
ListImageAutoSyncReposDetailsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
42
42
|
ListImageAutoSyncReposDetailsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
43
|
-
})(ListImageAutoSyncReposDetailsRequestContentTypeEnum
|
|
43
|
+
})(ListImageAutoSyncReposDetailsRequestContentTypeEnum || (exports.ListImageAutoSyncReposDetailsRequestContentTypeEnum = ListImageAutoSyncReposDetailsRequestContentTypeEnum = {}));
|
|
@@ -38,4 +38,4 @@ var ListNamespacesRequestContentTypeEnum;
|
|
|
38
38
|
(function (ListNamespacesRequestContentTypeEnum) {
|
|
39
39
|
ListNamespacesRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
40
40
|
ListNamespacesRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
41
|
-
})(ListNamespacesRequestContentTypeEnum
|
|
41
|
+
})(ListNamespacesRequestContentTypeEnum || (exports.ListNamespacesRequestContentTypeEnum = ListNamespacesRequestContentTypeEnum = {}));
|
|
@@ -30,4 +30,4 @@ var ListQuotasRequestContentTypeEnum;
|
|
|
30
30
|
(function (ListQuotasRequestContentTypeEnum) {
|
|
31
31
|
ListQuotasRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
32
32
|
ListQuotasRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
33
|
-
})(ListQuotasRequestContentTypeEnum
|
|
33
|
+
})(ListQuotasRequestContentTypeEnum || (exports.ListQuotasRequestContentTypeEnum = ListQuotasRequestContentTypeEnum = {}));
|
|
@@ -40,4 +40,4 @@ var ListRepoDomainsRequestContentTypeEnum;
|
|
|
40
40
|
(function (ListRepoDomainsRequestContentTypeEnum) {
|
|
41
41
|
ListRepoDomainsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
42
42
|
ListRepoDomainsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
43
|
-
})(ListRepoDomainsRequestContentTypeEnum
|
|
43
|
+
})(ListRepoDomainsRequestContentTypeEnum || (exports.ListRepoDomainsRequestContentTypeEnum = ListRepoDomainsRequestContentTypeEnum = {}));
|
|
@@ -82,4 +82,4 @@ var ListReposDetailsRequestContentTypeEnum;
|
|
|
82
82
|
(function (ListReposDetailsRequestContentTypeEnum) {
|
|
83
83
|
ListReposDetailsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
84
84
|
ListReposDetailsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
85
|
-
})(ListReposDetailsRequestContentTypeEnum
|
|
85
|
+
})(ListReposDetailsRequestContentTypeEnum || (exports.ListReposDetailsRequestContentTypeEnum = ListReposDetailsRequestContentTypeEnum = {}));
|
|
@@ -84,4 +84,4 @@ var ListRepositoryTagsRequestContentTypeEnum;
|
|
|
84
84
|
(function (ListRepositoryTagsRequestContentTypeEnum) {
|
|
85
85
|
ListRepositoryTagsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
86
86
|
ListRepositoryTagsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
87
|
-
})(ListRepositoryTagsRequestContentTypeEnum
|
|
87
|
+
})(ListRepositoryTagsRequestContentTypeEnum || (exports.ListRepositoryTagsRequestContentTypeEnum = ListRepositoryTagsRequestContentTypeEnum = {}));
|
|
@@ -44,4 +44,4 @@ var ListRetentionHistoriesRequestContentTypeEnum;
|
|
|
44
44
|
(function (ListRetentionHistoriesRequestContentTypeEnum) {
|
|
45
45
|
ListRetentionHistoriesRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
46
|
ListRetentionHistoriesRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(ListRetentionHistoriesRequestContentTypeEnum
|
|
47
|
+
})(ListRetentionHistoriesRequestContentTypeEnum || (exports.ListRetentionHistoriesRequestContentTypeEnum = ListRetentionHistoriesRequestContentTypeEnum = {}));
|
|
@@ -40,4 +40,4 @@ var ListRetentionsRequestContentTypeEnum;
|
|
|
40
40
|
(function (ListRetentionsRequestContentTypeEnum) {
|
|
41
41
|
ListRetentionsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
42
42
|
ListRetentionsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
43
|
-
})(ListRetentionsRequestContentTypeEnum
|
|
43
|
+
})(ListRetentionsRequestContentTypeEnum || (exports.ListRetentionsRequestContentTypeEnum = ListRetentionsRequestContentTypeEnum = {}));
|
|
@@ -82,4 +82,4 @@ var ListSharedReposDetailsRequestContentTypeEnum;
|
|
|
82
82
|
(function (ListSharedReposDetailsRequestContentTypeEnum) {
|
|
83
83
|
ListSharedReposDetailsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
84
84
|
ListSharedReposDetailsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
85
|
-
})(ListSharedReposDetailsRequestContentTypeEnum
|
|
85
|
+
})(ListSharedReposDetailsRequestContentTypeEnum || (exports.ListSharedReposDetailsRequestContentTypeEnum = ListSharedReposDetailsRequestContentTypeEnum = {}));
|
|
@@ -40,4 +40,4 @@ var ListTriggersDetailsRequestContentTypeEnum;
|
|
|
40
40
|
(function (ListTriggersDetailsRequestContentTypeEnum) {
|
|
41
41
|
ListTriggersDetailsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
42
42
|
ListTriggersDetailsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
43
|
-
})(ListTriggersDetailsRequestContentTypeEnum
|
|
43
|
+
})(ListTriggersDetailsRequestContentTypeEnum || (exports.ListTriggersDetailsRequestContentTypeEnum = ListTriggersDetailsRequestContentTypeEnum = {}));
|
package/v2/model/Rule.js
CHANGED
|
@@ -40,4 +40,4 @@ var RuleTemplateEnum;
|
|
|
40
40
|
(function (RuleTemplateEnum) {
|
|
41
41
|
RuleTemplateEnum["DATE_RULE"] = "date_rule";
|
|
42
42
|
RuleTemplateEnum["TAG_RULE"] = "tag_rule";
|
|
43
|
-
})(RuleTemplateEnum
|
|
43
|
+
})(RuleTemplateEnum || (exports.RuleTemplateEnum = RuleTemplateEnum = {}));
|
|
@@ -55,4 +55,4 @@ var ShowAccessDomainRequestContentTypeEnum;
|
|
|
55
55
|
(function (ShowAccessDomainRequestContentTypeEnum) {
|
|
56
56
|
ShowAccessDomainRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
57
57
|
ShowAccessDomainRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
58
|
-
})(ShowAccessDomainRequestContentTypeEnum
|
|
58
|
+
})(ShowAccessDomainRequestContentTypeEnum || (exports.ShowAccessDomainRequestContentTypeEnum = ShowAccessDomainRequestContentTypeEnum = {}));
|
|
@@ -45,4 +45,4 @@ var ShowApiVersionRequestContentTypeEnum;
|
|
|
45
45
|
(function (ShowApiVersionRequestContentTypeEnum) {
|
|
46
46
|
ShowApiVersionRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
47
47
|
ShowApiVersionRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
48
|
-
})(ShowApiVersionRequestContentTypeEnum
|
|
48
|
+
})(ShowApiVersionRequestContentTypeEnum || (exports.ShowApiVersionRequestContentTypeEnum = ShowApiVersionRequestContentTypeEnum = {}));
|
|
@@ -46,4 +46,4 @@ var ShowNamespaceAuthEnum;
|
|
|
46
46
|
ShowNamespaceAuthEnum[ShowNamespaceAuthEnum["NUMBER_7"] = 7] = "NUMBER_7";
|
|
47
47
|
ShowNamespaceAuthEnum[ShowNamespaceAuthEnum["NUMBER_3"] = 3] = "NUMBER_3";
|
|
48
48
|
ShowNamespaceAuthEnum[ShowNamespaceAuthEnum["NUMBER_1"] = 1] = "NUMBER_1";
|
|
49
|
-
})(ShowNamespaceAuthEnum
|
|
49
|
+
})(ShowNamespaceAuthEnum || (exports.ShowNamespaceAuthEnum = ShowNamespaceAuthEnum = {}));
|
|
@@ -35,4 +35,4 @@ var ShowNamespaceAuthRequestContentTypeEnum;
|
|
|
35
35
|
(function (ShowNamespaceAuthRequestContentTypeEnum) {
|
|
36
36
|
ShowNamespaceAuthRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
37
37
|
ShowNamespaceAuthRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
38
|
-
})(ShowNamespaceAuthRequestContentTypeEnum
|
|
38
|
+
})(ShowNamespaceAuthRequestContentTypeEnum || (exports.ShowNamespaceAuthRequestContentTypeEnum = ShowNamespaceAuthRequestContentTypeEnum = {}));
|
|
@@ -35,4 +35,4 @@ var ShowNamespaceRequestContentTypeEnum;
|
|
|
35
35
|
(function (ShowNamespaceRequestContentTypeEnum) {
|
|
36
36
|
ShowNamespaceRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
37
37
|
ShowNamespaceRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
38
|
-
})(ShowNamespaceRequestContentTypeEnum
|
|
38
|
+
})(ShowNamespaceRequestContentTypeEnum || (exports.ShowNamespaceRequestContentTypeEnum = ShowNamespaceRequestContentTypeEnum = {}));
|
|
@@ -60,4 +60,4 @@ var ShowNamespaceResponseAuthEnum;
|
|
|
60
60
|
ShowNamespaceResponseAuthEnum[ShowNamespaceResponseAuthEnum["NUMBER_7"] = 7] = "NUMBER_7";
|
|
61
61
|
ShowNamespaceResponseAuthEnum[ShowNamespaceResponseAuthEnum["NUMBER_3"] = 3] = "NUMBER_3";
|
|
62
62
|
ShowNamespaceResponseAuthEnum[ShowNamespaceResponseAuthEnum["NUMBER_1"] = 1] = "NUMBER_1";
|
|
63
|
-
})(ShowNamespaceResponseAuthEnum
|
|
63
|
+
})(ShowNamespaceResponseAuthEnum || (exports.ShowNamespaceResponseAuthEnum = ShowNamespaceResponseAuthEnum = {}));
|
|
@@ -40,4 +40,4 @@ var ShowRepositoryRequestContentTypeEnum;
|
|
|
40
40
|
(function (ShowRepositoryRequestContentTypeEnum) {
|
|
41
41
|
ShowRepositoryRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
42
42
|
ShowRepositoryRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
43
|
-
})(ShowRepositoryRequestContentTypeEnum
|
|
43
|
+
})(ShowRepositoryRequestContentTypeEnum || (exports.ShowRepositoryRequestContentTypeEnum = ShowRepositoryRequestContentTypeEnum = {}));
|
|
@@ -55,4 +55,4 @@ var ShowRetentionRequestContentTypeEnum;
|
|
|
55
55
|
(function (ShowRetentionRequestContentTypeEnum) {
|
|
56
56
|
ShowRetentionRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
57
57
|
ShowRetentionRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
58
|
-
})(ShowRetentionRequestContentTypeEnum
|
|
58
|
+
})(ShowRetentionRequestContentTypeEnum || (exports.ShowRetentionRequestContentTypeEnum = ShowRetentionRequestContentTypeEnum = {}));
|
|
@@ -45,4 +45,4 @@ var ShowSyncJobRequestContentTypeEnum;
|
|
|
45
45
|
(function (ShowSyncJobRequestContentTypeEnum) {
|
|
46
46
|
ShowSyncJobRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
47
47
|
ShowSyncJobRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
48
|
-
})(ShowSyncJobRequestContentTypeEnum
|
|
48
|
+
})(ShowSyncJobRequestContentTypeEnum || (exports.ShowSyncJobRequestContentTypeEnum = ShowSyncJobRequestContentTypeEnum = {}));
|
|
@@ -45,4 +45,4 @@ var ShowTriggerRequestContentTypeEnum;
|
|
|
45
45
|
(function (ShowTriggerRequestContentTypeEnum) {
|
|
46
46
|
ShowTriggerRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
47
47
|
ShowTriggerRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
48
|
-
})(ShowTriggerRequestContentTypeEnum
|
|
48
|
+
})(ShowTriggerRequestContentTypeEnum || (exports.ShowTriggerRequestContentTypeEnum = ShowTriggerRequestContentTypeEnum = {}));
|
|
@@ -40,4 +40,4 @@ var ShowUserRepositoryAuthRequestContentTypeEnum;
|
|
|
40
40
|
(function (ShowUserRepositoryAuthRequestContentTypeEnum) {
|
|
41
41
|
ShowUserRepositoryAuthRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
42
42
|
ShowUserRepositoryAuthRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
43
|
-
})(ShowUserRepositoryAuthRequestContentTypeEnum
|
|
43
|
+
})(ShowUserRepositoryAuthRequestContentTypeEnum || (exports.ShowUserRepositoryAuthRequestContentTypeEnum = ShowUserRepositoryAuthRequestContentTypeEnum = {}));
|
|
@@ -39,4 +39,4 @@ var UpdateNamespaceAuthRequestContentTypeEnum;
|
|
|
39
39
|
(function (UpdateNamespaceAuthRequestContentTypeEnum) {
|
|
40
40
|
UpdateNamespaceAuthRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
41
41
|
UpdateNamespaceAuthRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
42
|
-
})(UpdateNamespaceAuthRequestContentTypeEnum
|
|
42
|
+
})(UpdateNamespaceAuthRequestContentTypeEnum || (exports.UpdateNamespaceAuthRequestContentTypeEnum = UpdateNamespaceAuthRequestContentTypeEnum = {}));
|
|
@@ -59,4 +59,4 @@ var UpdateRepoDomainsRequestContentTypeEnum;
|
|
|
59
59
|
(function (UpdateRepoDomainsRequestContentTypeEnum) {
|
|
60
60
|
UpdateRepoDomainsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
61
61
|
UpdateRepoDomainsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
62
|
-
})(UpdateRepoDomainsRequestContentTypeEnum
|
|
62
|
+
})(UpdateRepoDomainsRequestContentTypeEnum || (exports.UpdateRepoDomainsRequestContentTypeEnum = UpdateRepoDomainsRequestContentTypeEnum = {}));
|
|
@@ -44,4 +44,4 @@ var UpdateRepoRequestContentTypeEnum;
|
|
|
44
44
|
(function (UpdateRepoRequestContentTypeEnum) {
|
|
45
45
|
UpdateRepoRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
46
|
UpdateRepoRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(UpdateRepoRequestContentTypeEnum
|
|
47
|
+
})(UpdateRepoRequestContentTypeEnum || (exports.UpdateRepoRequestContentTypeEnum = UpdateRepoRequestContentTypeEnum = {}));
|
|
@@ -44,4 +44,4 @@ var UpdateRepoRequestBodyCategoryEnum;
|
|
|
44
44
|
UpdateRepoRequestBodyCategoryEnum["WINDOWS"] = "windows";
|
|
45
45
|
UpdateRepoRequestBodyCategoryEnum["ARMS"] = "arms";
|
|
46
46
|
UpdateRepoRequestBodyCategoryEnum["OTHER"] = "other";
|
|
47
|
-
})(UpdateRepoRequestBodyCategoryEnum
|
|
47
|
+
})(UpdateRepoRequestBodyCategoryEnum || (exports.UpdateRepoRequestBodyCategoryEnum = UpdateRepoRequestBodyCategoryEnum = {}));
|
|
@@ -59,4 +59,4 @@ var UpdateRetentionRequestContentTypeEnum;
|
|
|
59
59
|
(function (UpdateRetentionRequestContentTypeEnum) {
|
|
60
60
|
UpdateRetentionRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
61
61
|
UpdateRetentionRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
62
|
-
})(UpdateRetentionRequestContentTypeEnum
|
|
62
|
+
})(UpdateRetentionRequestContentTypeEnum || (exports.UpdateRetentionRequestContentTypeEnum = UpdateRetentionRequestContentTypeEnum = {}));
|
|
@@ -49,4 +49,4 @@ var UpdateTriggerRequestContentTypeEnum;
|
|
|
49
49
|
(function (UpdateTriggerRequestContentTypeEnum) {
|
|
50
50
|
UpdateTriggerRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
51
51
|
UpdateTriggerRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
52
|
-
})(UpdateTriggerRequestContentTypeEnum
|
|
52
|
+
})(UpdateTriggerRequestContentTypeEnum || (exports.UpdateTriggerRequestContentTypeEnum = UpdateTriggerRequestContentTypeEnum = {}));
|
|
@@ -44,4 +44,4 @@ var UpdateUserRepositoryAuthRequestContentTypeEnum;
|
|
|
44
44
|
(function (UpdateUserRepositoryAuthRequestContentTypeEnum) {
|
|
45
45
|
UpdateUserRepositoryAuthRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
|
|
46
46
|
UpdateUserRepositoryAuthRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
|
|
47
|
-
})(UpdateUserRepositoryAuthRequestContentTypeEnum
|
|
47
|
+
})(UpdateUserRepositoryAuthRequestContentTypeEnum || (exports.UpdateUserRepositoryAuthRequestContentTypeEnum = UpdateUserRepositoryAuthRequestContentTypeEnum = {}));
|
package/v2/model/UserAuth.js
CHANGED
|
@@ -51,4 +51,4 @@ var UserAuthAuthEnum;
|
|
|
51
51
|
UserAuthAuthEnum[UserAuthAuthEnum["NUMBER_7"] = 7] = "NUMBER_7";
|
|
52
52
|
UserAuthAuthEnum[UserAuthAuthEnum["NUMBER_3"] = 3] = "NUMBER_3";
|
|
53
53
|
UserAuthAuthEnum[UserAuthAuthEnum["NUMBER_1"] = 1] = "NUMBER_1";
|
|
54
|
-
})(UserAuthAuthEnum
|
|
54
|
+
})(UserAuthAuthEnum || (exports.UserAuthAuthEnum = UserAuthAuthEnum = {}));
|