@huaweicloud/huaweicloud-sdk-swr 3.1.155 → 3.1.156

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.
Files changed (53) hide show
  1. package/package.json +2 -2
  2. package/v2/SwrClient.d.ts +127 -2
  3. package/v2/SwrClient.d.ts.map +1 -1
  4. package/v2/SwrClient.js +348 -2
  5. package/v2/SwrClient.js.map +1 -1
  6. package/v2/model/ListRepoDetailsRequest.d.ts +30 -0
  7. package/v2/model/ListRepoDetailsRequest.d.ts.map +1 -0
  8. package/v2/model/ListRepoDetailsRequest.js +59 -0
  9. package/v2/model/ListRepoDetailsRequest.js.map +1 -0
  10. package/v2/model/ListRepoDetailsResponse.d.ts +10 -0
  11. package/v2/model/ListRepoDetailsResponse.d.ts.map +1 -0
  12. package/v2/model/ListRepoDetailsResponse.js +19 -0
  13. package/v2/model/ListRepoDetailsResponse.js.map +1 -0
  14. package/v2/model/ListRepositoryTagRequest.d.ts +30 -0
  15. package/v2/model/ListRepositoryTagRequest.d.ts.map +1 -0
  16. package/v2/model/ListRepositoryTagRequest.js +61 -0
  17. package/v2/model/ListRepositoryTagRequest.js.map +1 -0
  18. package/v2/model/ListRepositoryTagResponse.d.ts +10 -0
  19. package/v2/model/ListRepositoryTagResponse.d.ts.map +1 -0
  20. package/v2/model/ListRepositoryTagResponse.js +19 -0
  21. package/v2/model/ListRepositoryTagResponse.js.map +1 -0
  22. package/v2/model/ListSharedRepoDetailsRequest.d.ts +38 -0
  23. package/v2/model/ListSharedRepoDetailsRequest.d.ts.map +1 -0
  24. package/v2/model/ListSharedRepoDetailsRequest.js +69 -0
  25. package/v2/model/ListSharedRepoDetailsRequest.js.map +1 -0
  26. package/v2/model/ListSharedRepoDetailsResponse.d.ts +10 -0
  27. package/v2/model/ListSharedRepoDetailsResponse.d.ts.map +1 -0
  28. package/v2/model/ListSharedRepoDetailsResponse.js +19 -0
  29. package/v2/model/ListSharedRepoDetailsResponse.js.map +1 -0
  30. package/v2/model/ShowRepoTagRequest.d.ts +22 -0
  31. package/v2/model/ShowRepoTagRequest.d.ts.map +1 -0
  32. package/v2/model/ShowRepoTagRequest.js +44 -0
  33. package/v2/model/ShowRepoTagRequest.js.map +1 -0
  34. package/v2/model/ShowRepoTagResponse.d.ts +47 -0
  35. package/v2/model/ShowRepoTagResponse.d.ts.map +1 -0
  36. package/v2/model/ShowRepoTagResponse.js +107 -0
  37. package/v2/model/ShowRepoTagResponse.js.map +1 -0
  38. package/v2/model/ShowReposRespV3.d.ts +42 -0
  39. package/v2/model/ShowReposRespV3.d.ts.map +1 -0
  40. package/v2/model/ShowReposRespV3.js +109 -0
  41. package/v2/model/ShowReposRespV3.js.map +1 -0
  42. package/v2/model/ShowReposTagRespV3.d.ts +46 -0
  43. package/v2/model/ShowReposTagRespV3.d.ts.map +1 -0
  44. package/v2/model/ShowReposTagRespV3.js +120 -0
  45. package/v2/model/ShowReposTagRespV3.js.map +1 -0
  46. package/v2/model/ShowShareFeatureGatesResponse.d.ts +4 -0
  47. package/v2/model/ShowShareFeatureGatesResponse.d.ts.map +1 -1
  48. package/v2/model/ShowShareFeatureGatesResponse.js +10 -0
  49. package/v2/model/ShowShareFeatureGatesResponse.js.map +1 -1
  50. package/v2/public-api.d.ts +10 -0
  51. package/v2/public-api.d.ts.map +1 -1
  52. package/v2/public-api.js +10 -0
  53. package/v2/public-api.js.map +1 -1
@@ -0,0 +1,30 @@
1
+ export declare class ListRepoDetailsRequest {
2
+ private 'Content-Type'?;
3
+ namespace?: string;
4
+ name?: string;
5
+ category?: string;
6
+ limit?: number;
7
+ marker?: string;
8
+ private 'is_public'?;
9
+ constructor(contentType?: string);
10
+ withContentType(contentType: ListRepoDetailsRequestContentTypeEnum | string): ListRepoDetailsRequest;
11
+ set contentType(contentType: ListRepoDetailsRequestContentTypeEnum | string | undefined);
12
+ get contentType(): ListRepoDetailsRequestContentTypeEnum | string | undefined;
13
+ withNamespace(namespace: string): ListRepoDetailsRequest;
14
+ withName(name: string): ListRepoDetailsRequest;
15
+ withCategory(category: string): ListRepoDetailsRequest;
16
+ withLimit(limit: number): ListRepoDetailsRequest;
17
+ withMarker(marker: string): ListRepoDetailsRequest;
18
+ withIsPublic(isPublic: boolean): ListRepoDetailsRequest;
19
+ set isPublic(isPublic: boolean | undefined);
20
+ get isPublic(): boolean | undefined;
21
+ }
22
+ /**
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ export declare enum ListRepoDetailsRequestContentTypeEnum {
27
+ APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
28
+ APPLICATION_JSON = "application/json"
29
+ }
30
+ //# sourceMappingURL=ListRepoDetailsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListRepoDetailsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListRepoDetailsRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAC/B,OAAO,CAAC,cAAc,CAAC,CAAiD;IACjE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,WAAW,CAAC,CAAU;gBACX,WAAW,CAAC,EAAE,MAAM;IAGhC,eAAe,CAAC,WAAW,EAAE,qCAAqC,GAAG,MAAM,GAAG,sBAAsB;IAI3G,IAAW,WAAW,CAAC,WAAW,EAAE,qCAAqC,GAAG,MAAM,GAAI,SAAS,EAE9F;IACD,IAAW,WAAW,IAAI,qCAAqC,GAAG,MAAM,GAAG,SAAS,CAEnF;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,sBAAsB;IAIxD,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,sBAAsB;IAI9C,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB;IAItD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,sBAAsB;IAIhD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,sBAAsB;IAIlD,YAAY,CAAC,QAAQ,EAAE,OAAO,GAAG,sBAAsB;IAI9D,IAAW,QAAQ,CAAC,QAAQ,EAAE,OAAO,GAAI,SAAS,EAEjD;IACD,IAAW,QAAQ,IAAI,OAAO,GAAG,SAAS,CAEzC;CACJ;AAED;;;MAGM;AACN,oBAAY,qCAAqC;IAC7C,4BAA4B,mCAAmC;IAC/D,gBAAgB,qBAAqB;CACxC"}
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListRepoDetailsRequestContentTypeEnum = exports.ListRepoDetailsRequest = void 0;
4
+ class ListRepoDetailsRequest {
5
+ constructor(contentType) {
6
+ this['Content-Type'] = contentType;
7
+ }
8
+ withContentType(contentType) {
9
+ this['Content-Type'] = contentType;
10
+ return this;
11
+ }
12
+ set contentType(contentType) {
13
+ this['Content-Type'] = contentType;
14
+ }
15
+ get contentType() {
16
+ return this['Content-Type'];
17
+ }
18
+ withNamespace(namespace) {
19
+ this['namespace'] = namespace;
20
+ return this;
21
+ }
22
+ withName(name) {
23
+ this['name'] = name;
24
+ return this;
25
+ }
26
+ withCategory(category) {
27
+ this['category'] = category;
28
+ return this;
29
+ }
30
+ withLimit(limit) {
31
+ this['limit'] = limit;
32
+ return this;
33
+ }
34
+ withMarker(marker) {
35
+ this['marker'] = marker;
36
+ return this;
37
+ }
38
+ withIsPublic(isPublic) {
39
+ this['is_public'] = isPublic;
40
+ return this;
41
+ }
42
+ set isPublic(isPublic) {
43
+ this['is_public'] = isPublic;
44
+ }
45
+ get isPublic() {
46
+ return this['is_public'];
47
+ }
48
+ }
49
+ exports.ListRepoDetailsRequest = ListRepoDetailsRequest;
50
+ /**
51
+ * @export
52
+ * @enum {string}
53
+ */
54
+ var ListRepoDetailsRequestContentTypeEnum;
55
+ (function (ListRepoDetailsRequestContentTypeEnum) {
56
+ ListRepoDetailsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
57
+ ListRepoDetailsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
58
+ })(ListRepoDetailsRequestContentTypeEnum = exports.ListRepoDetailsRequestContentTypeEnum || (exports.ListRepoDetailsRequestContentTypeEnum = {}));
59
+ //# sourceMappingURL=ListRepoDetailsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListRepoDetailsRequest.js","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListRepoDetailsRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;IAQ/B,YAAmB,WAAoB;QACnC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACM,eAAe,CAAC,WAA2D;QAC9E,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAwE;QAC3F,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAiB;QACjC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA8B;QAC9C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;CACJ;AAnDD,wDAmDC;AAED;;;MAGM;AACN,IAAY,qCAGX;AAHD,WAAY,qCAAqC;IAC7C,wGAA+D,CAAA;IAC/D,8EAAqC,CAAA;AACzC,CAAC,EAHW,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAGhD"}
@@ -0,0 +1,10 @@
1
+ import { ShowReposRespV3 } from './ShowReposRespV3';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ListRepoDetailsResponse extends SdkResponse {
4
+ repos?: Array<ShowReposRespV3>;
5
+ nextMarker?: number;
6
+ constructor();
7
+ withRepos(repos: Array<ShowReposRespV3>): ListRepoDetailsResponse;
8
+ withNextMarker(nextMarker: number): ListRepoDetailsResponse;
9
+ }
10
+ //# sourceMappingURL=ListRepoDetailsResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListRepoDetailsResponse.d.ts","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListRepoDetailsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,uBAAwB,SAAQ,WAAW;IAC7C,KAAK,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;;IAIpB,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,uBAAuB;IAIjE,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,uBAAuB;CAIrE"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListRepoDetailsResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ListRepoDetailsResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withRepos(repos) {
10
+ this['repos'] = repos;
11
+ return this;
12
+ }
13
+ withNextMarker(nextMarker) {
14
+ this['nextMarker'] = nextMarker;
15
+ return this;
16
+ }
17
+ }
18
+ exports.ListRepoDetailsResponse = ListRepoDetailsResponse;
19
+ //# sourceMappingURL=ListRepoDetailsResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListRepoDetailsResponse.js","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListRepoDetailsResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,uBAAwB,SAAQ,yBAAW;IAGpD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,SAAS,CAAC,KAA6B;QAC1C,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,0DAcC"}
@@ -0,0 +1,30 @@
1
+ export declare class ListRepositoryTagRequest {
2
+ private 'Content-Type'?;
3
+ namespace?: string;
4
+ repository?: string;
5
+ limit?: number;
6
+ marker?: string;
7
+ tag?: string;
8
+ private 'with_manifest'?;
9
+ constructor(contentType?: string, namespace?: string, repository?: string);
10
+ withContentType(contentType: ListRepositoryTagRequestContentTypeEnum | string): ListRepositoryTagRequest;
11
+ set contentType(contentType: ListRepositoryTagRequestContentTypeEnum | string | undefined);
12
+ get contentType(): ListRepositoryTagRequestContentTypeEnum | string | undefined;
13
+ withNamespace(namespace: string): ListRepositoryTagRequest;
14
+ withRepository(repository: string): ListRepositoryTagRequest;
15
+ withLimit(limit: number): ListRepositoryTagRequest;
16
+ withMarker(marker: string): ListRepositoryTagRequest;
17
+ withTag(tag: string): ListRepositoryTagRequest;
18
+ withWithManifest(withManifest: boolean): ListRepositoryTagRequest;
19
+ set withManifest(withManifest: boolean | undefined);
20
+ get withManifest(): boolean | undefined;
21
+ }
22
+ /**
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ export declare enum ListRepositoryTagRequestContentTypeEnum {
27
+ APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
28
+ APPLICATION_JSON = "application/json"
29
+ }
30
+ //# sourceMappingURL=ListRepositoryTagRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListRepositoryTagRequest.d.ts","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListRepositoryTagRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,wBAAwB;IACjC,OAAO,CAAC,cAAc,CAAC,CAAmD;IACnE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,eAAe,CAAC,CAAU;gBACf,WAAW,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM;IAKzE,eAAe,CAAC,WAAW,EAAE,uCAAuC,GAAG,MAAM,GAAG,wBAAwB;IAI/G,IAAW,WAAW,CAAC,WAAW,EAAE,uCAAuC,GAAG,MAAM,GAAI,SAAS,EAEhG;IACD,IAAW,WAAW,IAAI,uCAAuC,GAAG,MAAM,GAAG,SAAS,CAErF;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,wBAAwB;IAI1D,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAI5D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,wBAAwB;IAIlD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,wBAAwB;IAIpD,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,wBAAwB;IAI9C,gBAAgB,CAAC,YAAY,EAAE,OAAO,GAAG,wBAAwB;IAIxE,IAAW,YAAY,CAAC,YAAY,EAAE,OAAO,GAAI,SAAS,EAEzD;IACD,IAAW,YAAY,IAAI,OAAO,GAAG,SAAS,CAE7C;CACJ;AAED;;;MAGM;AACN,oBAAY,uCAAuC;IAC/C,4BAA4B,mCAAmC;IAC/D,gBAAgB,qBAAqB;CACxC"}
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListRepositoryTagRequestContentTypeEnum = exports.ListRepositoryTagRequest = void 0;
4
+ class ListRepositoryTagRequest {
5
+ constructor(contentType, namespace, repository) {
6
+ this['Content-Type'] = contentType;
7
+ this['namespace'] = namespace;
8
+ this['repository'] = repository;
9
+ }
10
+ withContentType(contentType) {
11
+ this['Content-Type'] = contentType;
12
+ return this;
13
+ }
14
+ set contentType(contentType) {
15
+ this['Content-Type'] = contentType;
16
+ }
17
+ get contentType() {
18
+ return this['Content-Type'];
19
+ }
20
+ withNamespace(namespace) {
21
+ this['namespace'] = namespace;
22
+ return this;
23
+ }
24
+ withRepository(repository) {
25
+ this['repository'] = repository;
26
+ return this;
27
+ }
28
+ withLimit(limit) {
29
+ this['limit'] = limit;
30
+ return this;
31
+ }
32
+ withMarker(marker) {
33
+ this['marker'] = marker;
34
+ return this;
35
+ }
36
+ withTag(tag) {
37
+ this['tag'] = tag;
38
+ return this;
39
+ }
40
+ withWithManifest(withManifest) {
41
+ this['with_manifest'] = withManifest;
42
+ return this;
43
+ }
44
+ set withManifest(withManifest) {
45
+ this['with_manifest'] = withManifest;
46
+ }
47
+ get withManifest() {
48
+ return this['with_manifest'];
49
+ }
50
+ }
51
+ exports.ListRepositoryTagRequest = ListRepositoryTagRequest;
52
+ /**
53
+ * @export
54
+ * @enum {string}
55
+ */
56
+ var ListRepositoryTagRequestContentTypeEnum;
57
+ (function (ListRepositoryTagRequestContentTypeEnum) {
58
+ ListRepositoryTagRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
59
+ ListRepositoryTagRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
60
+ })(ListRepositoryTagRequestContentTypeEnum = exports.ListRepositoryTagRequestContentTypeEnum || (exports.ListRepositoryTagRequestContentTypeEnum = {}));
61
+ //# sourceMappingURL=ListRepositoryTagRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListRepositoryTagRequest.js","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListRepositoryTagRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,wBAAwB;IAQjC,YAAmB,WAAoB,EAAE,SAAkB,EAAE,UAAmB;QAC5E,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;IACpC,CAAC;IACM,eAAe,CAAC,WAA6D;QAChF,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAA0E;QAC7F,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAAqB;QACzC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAkC;QACtD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;CACJ;AArDD,4DAqDC;AAED;;;MAGM;AACN,IAAY,uCAGX;AAHD,WAAY,uCAAuC;IAC/C,0GAA+D,CAAA;IAC/D,gFAAqC,CAAA;AACzC,CAAC,EAHW,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAGlD"}
@@ -0,0 +1,10 @@
1
+ import { ShowReposTagRespV3 } from './ShowReposTagRespV3';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ListRepositoryTagResponse extends SdkResponse {
4
+ tags?: Array<ShowReposTagRespV3>;
5
+ nextMarker?: string;
6
+ constructor();
7
+ withTags(tags: Array<ShowReposTagRespV3>): ListRepositoryTagResponse;
8
+ withNextMarker(nextMarker: string): ListRepositoryTagResponse;
9
+ }
10
+ //# sourceMappingURL=ListRepositoryTagResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListRepositoryTagResponse.d.ts","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListRepositoryTagResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,yBAA0B,SAAQ,WAAW;IAC/C,IAAI,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;;IAIpB,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,kBAAkB,CAAC,GAAG,yBAAyB;IAIpE,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,yBAAyB;CAIvE"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListRepositoryTagResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ListRepositoryTagResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withTags(tags) {
10
+ this['tags'] = tags;
11
+ return this;
12
+ }
13
+ withNextMarker(nextMarker) {
14
+ this['nextMarker'] = nextMarker;
15
+ return this;
16
+ }
17
+ }
18
+ exports.ListRepositoryTagResponse = ListRepositoryTagResponse;
19
+ //# sourceMappingURL=ListRepositoryTagResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListRepositoryTagResponse.js","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListRepositoryTagResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,yBAA0B,SAAQ,yBAAW;IAGtD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,QAAQ,CAAC,IAA+B;QAC3C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,8DAcC"}
@@ -0,0 +1,38 @@
1
+ export declare class ListSharedRepoDetailsRequest {
2
+ private 'Content-Type'?;
3
+ namespace?: string;
4
+ name?: string;
5
+ private 'shared_by'?;
6
+ limit?: number;
7
+ marker?: number;
8
+ status?: boolean;
9
+ constructor(contentType?: string, sharedBy?: string);
10
+ withContentType(contentType: ListSharedRepoDetailsRequestContentTypeEnum | string): ListSharedRepoDetailsRequest;
11
+ set contentType(contentType: ListSharedRepoDetailsRequestContentTypeEnum | string | undefined);
12
+ get contentType(): ListSharedRepoDetailsRequestContentTypeEnum | string | undefined;
13
+ withNamespace(namespace: string): ListSharedRepoDetailsRequest;
14
+ withName(name: string): ListSharedRepoDetailsRequest;
15
+ withSharedBy(sharedBy: ListSharedRepoDetailsRequestSharedByEnum | string): ListSharedRepoDetailsRequest;
16
+ set sharedBy(sharedBy: ListSharedRepoDetailsRequestSharedByEnum | string | undefined);
17
+ get sharedBy(): ListSharedRepoDetailsRequestSharedByEnum | string | undefined;
18
+ withLimit(limit: number): ListSharedRepoDetailsRequest;
19
+ withMarker(marker: number): ListSharedRepoDetailsRequest;
20
+ withStatus(status: boolean): ListSharedRepoDetailsRequest;
21
+ }
22
+ /**
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ export declare enum ListSharedRepoDetailsRequestContentTypeEnum {
27
+ APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
28
+ APPLICATION_JSON = "application/json"
29
+ }
30
+ /**
31
+ * @export
32
+ * @enum {string}
33
+ */
34
+ export declare enum ListSharedRepoDetailsRequestSharedByEnum {
35
+ SELF = "self",
36
+ THIRDPARTY = "thirdparty"
37
+ }
38
+ //# sourceMappingURL=ListSharedRepoDetailsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSharedRepoDetailsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListSharedRepoDetailsRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,4BAA4B;IACrC,OAAO,CAAC,cAAc,CAAC,CAAuD;IACvE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,WAAW,CAAC,CAAoD;IACjE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;gBACL,WAAW,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM;IAInD,eAAe,CAAC,WAAW,EAAE,2CAA2C,GAAG,MAAM,GAAG,4BAA4B;IAIvH,IAAW,WAAW,CAAC,WAAW,EAAE,2CAA2C,GAAG,MAAM,GAAI,SAAS,EAEpG;IACD,IAAW,WAAW,IAAI,2CAA2C,GAAG,MAAM,GAAG,SAAS,CAEzF;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,4BAA4B;IAI9D,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,4BAA4B;IAIpD,YAAY,CAAC,QAAQ,EAAE,wCAAwC,GAAG,MAAM,GAAG,4BAA4B;IAI9G,IAAW,QAAQ,CAAC,QAAQ,EAAE,wCAAwC,GAAG,MAAM,GAAI,SAAS,EAE3F;IACD,IAAW,QAAQ,IAAI,wCAAwC,GAAG,MAAM,GAAG,SAAS,CAEnF;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,4BAA4B;IAItD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,4BAA4B;IAIxD,UAAU,CAAC,MAAM,EAAE,OAAO,GAAG,4BAA4B;CAInE;AAED;;;MAGM;AACN,oBAAY,2CAA2C;IACnD,4BAA4B,mCAAmC;IAC/D,gBAAgB,qBAAqB;CACxC;AACD;;;MAGM;AACN,oBAAY,wCAAwC;IAChD,IAAI,SAAS;IACb,UAAU,eAAe;CAC5B"}
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListSharedRepoDetailsRequestSharedByEnum = exports.ListSharedRepoDetailsRequestContentTypeEnum = exports.ListSharedRepoDetailsRequest = void 0;
4
+ class ListSharedRepoDetailsRequest {
5
+ constructor(contentType, sharedBy) {
6
+ this['Content-Type'] = contentType;
7
+ this['shared_by'] = sharedBy;
8
+ }
9
+ withContentType(contentType) {
10
+ this['Content-Type'] = contentType;
11
+ return this;
12
+ }
13
+ set contentType(contentType) {
14
+ this['Content-Type'] = contentType;
15
+ }
16
+ get contentType() {
17
+ return this['Content-Type'];
18
+ }
19
+ withNamespace(namespace) {
20
+ this['namespace'] = namespace;
21
+ return this;
22
+ }
23
+ withName(name) {
24
+ this['name'] = name;
25
+ return this;
26
+ }
27
+ withSharedBy(sharedBy) {
28
+ this['shared_by'] = sharedBy;
29
+ return this;
30
+ }
31
+ set sharedBy(sharedBy) {
32
+ this['shared_by'] = sharedBy;
33
+ }
34
+ get sharedBy() {
35
+ return this['shared_by'];
36
+ }
37
+ withLimit(limit) {
38
+ this['limit'] = limit;
39
+ return this;
40
+ }
41
+ withMarker(marker) {
42
+ this['marker'] = marker;
43
+ return this;
44
+ }
45
+ withStatus(status) {
46
+ this['status'] = status;
47
+ return this;
48
+ }
49
+ }
50
+ exports.ListSharedRepoDetailsRequest = ListSharedRepoDetailsRequest;
51
+ /**
52
+ * @export
53
+ * @enum {string}
54
+ */
55
+ var ListSharedRepoDetailsRequestContentTypeEnum;
56
+ (function (ListSharedRepoDetailsRequestContentTypeEnum) {
57
+ ListSharedRepoDetailsRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
58
+ ListSharedRepoDetailsRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
59
+ })(ListSharedRepoDetailsRequestContentTypeEnum = exports.ListSharedRepoDetailsRequestContentTypeEnum || (exports.ListSharedRepoDetailsRequestContentTypeEnum = {}));
60
+ /**
61
+ * @export
62
+ * @enum {string}
63
+ */
64
+ var ListSharedRepoDetailsRequestSharedByEnum;
65
+ (function (ListSharedRepoDetailsRequestSharedByEnum) {
66
+ ListSharedRepoDetailsRequestSharedByEnum["SELF"] = "self";
67
+ ListSharedRepoDetailsRequestSharedByEnum["THIRDPARTY"] = "thirdparty";
68
+ })(ListSharedRepoDetailsRequestSharedByEnum = exports.ListSharedRepoDetailsRequestSharedByEnum || (exports.ListSharedRepoDetailsRequestSharedByEnum = {}));
69
+ //# sourceMappingURL=ListSharedRepoDetailsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSharedRepoDetailsRequest.js","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListSharedRepoDetailsRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,4BAA4B;IAQrC,YAAmB,WAAoB,EAAE,QAAiB;QACtD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACM,eAAe,CAAC,WAAiE;QACpF,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAA8E;QACjG,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAA2D;QAC3E,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAAwE;QACxF,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAe;QAC7B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApDD,oEAoDC;AAED;;;MAGM;AACN,IAAY,2CAGX;AAHD,WAAY,2CAA2C;IACnD,8GAA+D,CAAA;IAC/D,oFAAqC,CAAA;AACzC,CAAC,EAHW,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAGtD;AACD;;;MAGM;AACN,IAAY,wCAGX;AAHD,WAAY,wCAAwC;IAChD,yDAAa,CAAA;IACb,qEAAyB,CAAA;AAC7B,CAAC,EAHW,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAGnD"}
@@ -0,0 +1,10 @@
1
+ import { ShowReposRespV3 } from './ShowReposRespV3';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ListSharedRepoDetailsResponse extends SdkResponse {
4
+ repos?: Array<ShowReposRespV3>;
5
+ nextMarker?: number;
6
+ constructor();
7
+ withRepos(repos: Array<ShowReposRespV3>): ListSharedRepoDetailsResponse;
8
+ withNextMarker(nextMarker: number): ListSharedRepoDetailsResponse;
9
+ }
10
+ //# sourceMappingURL=ListSharedRepoDetailsResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSharedRepoDetailsResponse.d.ts","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListSharedRepoDetailsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,6BAA8B,SAAQ,WAAW;IACnD,KAAK,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;;IAIpB,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,6BAA6B;IAIvE,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,6BAA6B;CAI3E"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListSharedRepoDetailsResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ListSharedRepoDetailsResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withRepos(repos) {
10
+ this['repos'] = repos;
11
+ return this;
12
+ }
13
+ withNextMarker(nextMarker) {
14
+ this['nextMarker'] = nextMarker;
15
+ return this;
16
+ }
17
+ }
18
+ exports.ListSharedRepoDetailsResponse = ListSharedRepoDetailsResponse;
19
+ //# sourceMappingURL=ListSharedRepoDetailsResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSharedRepoDetailsResponse.js","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ListSharedRepoDetailsResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,6BAA8B,SAAQ,yBAAW;IAG1D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,SAAS,CAAC,KAA6B;QAC1C,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,sEAcC"}
@@ -0,0 +1,22 @@
1
+ export declare class ShowRepoTagRequest {
2
+ private 'Content-Type'?;
3
+ namespace?: string;
4
+ repository?: string;
5
+ tag?: string;
6
+ constructor(contentType?: string, namespace?: string, repository?: string, tag?: string);
7
+ withContentType(contentType: ShowRepoTagRequestContentTypeEnum | string): ShowRepoTagRequest;
8
+ set contentType(contentType: ShowRepoTagRequestContentTypeEnum | string | undefined);
9
+ get contentType(): ShowRepoTagRequestContentTypeEnum | string | undefined;
10
+ withNamespace(namespace: string): ShowRepoTagRequest;
11
+ withRepository(repository: string): ShowRepoTagRequest;
12
+ withTag(tag: string): ShowRepoTagRequest;
13
+ }
14
+ /**
15
+ * @export
16
+ * @enum {string}
17
+ */
18
+ export declare enum ShowRepoTagRequestContentTypeEnum {
19
+ APPLICATION_JSONCHARSETUTF_8 = "application/json;charset=utf-8",
20
+ APPLICATION_JSON = "application/json"
21
+ }
22
+ //# sourceMappingURL=ShowRepoTagRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowRepoTagRequest.d.ts","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ShowRepoTagRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,kBAAkB;IAC3B,OAAO,CAAC,cAAc,CAAC,CAA6C;IAC7D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;gBACD,WAAW,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM;IAMvF,eAAe,CAAC,WAAW,EAAE,iCAAiC,GAAG,MAAM,GAAG,kBAAkB;IAInG,IAAW,WAAW,CAAC,WAAW,EAAE,iCAAiC,GAAG,MAAM,GAAI,SAAS,EAE1F;IACD,IAAW,WAAW,IAAI,iCAAiC,GAAG,MAAM,GAAG,SAAS,CAE/E;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,kBAAkB;IAIpD,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,kBAAkB;IAItD,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,kBAAkB;CAIlD;AAED;;;MAGM;AACN,oBAAY,iCAAiC;IACzC,4BAA4B,mCAAmC;IAC/D,gBAAgB,qBAAqB;CACxC"}
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowRepoTagRequestContentTypeEnum = exports.ShowRepoTagRequest = void 0;
4
+ class ShowRepoTagRequest {
5
+ constructor(contentType, namespace, repository, tag) {
6
+ this['Content-Type'] = contentType;
7
+ this['namespace'] = namespace;
8
+ this['repository'] = repository;
9
+ this['tag'] = tag;
10
+ }
11
+ withContentType(contentType) {
12
+ this['Content-Type'] = contentType;
13
+ return this;
14
+ }
15
+ set contentType(contentType) {
16
+ this['Content-Type'] = contentType;
17
+ }
18
+ get contentType() {
19
+ return this['Content-Type'];
20
+ }
21
+ withNamespace(namespace) {
22
+ this['namespace'] = namespace;
23
+ return this;
24
+ }
25
+ withRepository(repository) {
26
+ this['repository'] = repository;
27
+ return this;
28
+ }
29
+ withTag(tag) {
30
+ this['tag'] = tag;
31
+ return this;
32
+ }
33
+ }
34
+ exports.ShowRepoTagRequest = ShowRepoTagRequest;
35
+ /**
36
+ * @export
37
+ * @enum {string}
38
+ */
39
+ var ShowRepoTagRequestContentTypeEnum;
40
+ (function (ShowRepoTagRequestContentTypeEnum) {
41
+ ShowRepoTagRequestContentTypeEnum["APPLICATION_JSONCHARSETUTF_8"] = "application/json;charset=utf-8";
42
+ ShowRepoTagRequestContentTypeEnum["APPLICATION_JSON"] = "application/json";
43
+ })(ShowRepoTagRequestContentTypeEnum = exports.ShowRepoTagRequestContentTypeEnum || (exports.ShowRepoTagRequestContentTypeEnum = {}));
44
+ //# sourceMappingURL=ShowRepoTagRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowRepoTagRequest.js","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ShowRepoTagRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;IAK3B,YAAmB,WAAoB,EAAE,SAAkB,EAAE,UAAmB,EAAE,GAAY;QAC1F,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;IACtB,CAAC;IACM,eAAe,CAAC,WAAuD;QAC1E,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAoE;QACvF,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAjCD,gDAiCC;AAED;;;MAGM;AACN,IAAY,iCAGX;AAHD,WAAY,iCAAiC;IACzC,oGAA+D,CAAA;IAC/D,0EAAqC,CAAA;AACzC,CAAC,EAHW,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAG5C"}
@@ -0,0 +1,47 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class ShowRepoTagResponse extends SdkResponse {
3
+ id?: number;
4
+ private 'repo_id'?;
5
+ tag?: string;
6
+ private 'image_id'?;
7
+ manifest?: string;
8
+ digest?: string;
9
+ schema?: number;
10
+ path?: string;
11
+ private 'internal_path'?;
12
+ size?: number;
13
+ private 'is_trusted'?;
14
+ created?: string;
15
+ updated?: string;
16
+ private 'domain_id'?;
17
+ private 'tag_type'?;
18
+ constructor();
19
+ withId(id: number): ShowRepoTagResponse;
20
+ withRepoId(repoId: number): ShowRepoTagResponse;
21
+ set repoId(repoId: number | undefined);
22
+ get repoId(): number | undefined;
23
+ withTag(tag: string): ShowRepoTagResponse;
24
+ withImageId(imageId: string): ShowRepoTagResponse;
25
+ set imageId(imageId: string | undefined);
26
+ get imageId(): string | undefined;
27
+ withManifest(manifest: string): ShowRepoTagResponse;
28
+ withDigest(digest: string): ShowRepoTagResponse;
29
+ withSchema(schema: number): ShowRepoTagResponse;
30
+ withPath(path: string): ShowRepoTagResponse;
31
+ withInternalPath(internalPath: string): ShowRepoTagResponse;
32
+ set internalPath(internalPath: string | undefined);
33
+ get internalPath(): string | undefined;
34
+ withSize(size: number): ShowRepoTagResponse;
35
+ withIsTrusted(isTrusted: boolean): ShowRepoTagResponse;
36
+ set isTrusted(isTrusted: boolean | undefined);
37
+ get isTrusted(): boolean | undefined;
38
+ withCreated(created: string): ShowRepoTagResponse;
39
+ withUpdated(updated: string): ShowRepoTagResponse;
40
+ withDomainId(domainId: string): ShowRepoTagResponse;
41
+ set domainId(domainId: string | undefined);
42
+ get domainId(): string | undefined;
43
+ withTagType(tagType: number): ShowRepoTagResponse;
44
+ set tagType(tagType: number | undefined);
45
+ get tagType(): number | undefined;
46
+ }
47
+ //# sourceMappingURL=ShowRepoTagResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowRepoTagResponse.d.ts","sourceRoot":"","sources":["../../../../../services/swr/v2/model/ShowRepoTagResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,mBAAoB,SAAQ,WAAW;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,UAAU,CAAC,CAAS;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,eAAe,CAAC,CAAS;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,YAAY,CAAC,CAAU;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAS;;IAIrB,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,mBAAmB;IAIvC,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,mBAAmB;IAItD,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,mBAAmB;IAIzC,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,mBAAmB;IAIxD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB;IAInD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,mBAAmB;IAI/C,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,mBAAmB;IAI/C,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,mBAAmB;IAI3C,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,mBAAmB;IAIlE,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,mBAAmB;IAI3C,aAAa,CAAC,SAAS,EAAE,OAAO,GAAG,mBAAmB;IAI7D,IAAW,SAAS,CAAC,SAAS,EAAE,OAAO,GAAI,SAAS,EAEnD;IACD,IAAW,SAAS,IAAI,OAAO,GAAG,SAAS,CAE1C;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,mBAAmB;IAIjD,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,mBAAmB;IAIjD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB;IAI1D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,mBAAmB;IAIxD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;CACJ"}