@serve.zone/interfaces 1.0.59 → 1.0.61

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/interfaces',
6
- version: '1.0.59',
6
+ version: '1.0.61',
7
7
  description: 'interfaces for working with containers'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx3QkFBd0I7SUFDOUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLHdDQUF3QztDQUN0RCxDQUFBIn0=
@@ -32,7 +32,7 @@ export interface IRequest_CreateImage extends plugins.typedrequestInterfaces.imp
32
32
  };
33
33
  }
34
34
  export interface IRequest_PushImageVersion extends plugins.typedrequestInterfaces.implementsTR<plugins.typedrequestInterfaces.ITypedRequest, IRequest_PushImageVersion> {
35
- method: 'pushImage';
35
+ method: 'pushImageVersion';
36
36
  request: {
37
37
  jwt: string;
38
38
  name: string;
@@ -43,7 +43,7 @@ export interface IRequest_PushImageVersion extends plugins.typedrequestInterface
43
43
  response: {};
44
44
  }
45
45
  export interface IRequest_PullImageVersion extends plugins.typedrequestInterfaces.implementsTR<plugins.typedrequestInterfaces.ITypedRequest, IRequest_PullImageVersion> {
46
- method: 'pullImage';
46
+ method: 'pullImageVersion';
47
47
  request: {
48
48
  jwt: string;
49
49
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serve.zone/interfaces",
3
- "version": "1.0.59",
3
+ "version": "1.0.61",
4
4
  "private": false,
5
5
  "description": "interfaces for working with containers",
6
6
  "main": "dist_ts/index.js",
@@ -12,7 +12,7 @@
12
12
  "@git.zone/tsbundle": "^2.0.8",
13
13
  "@git.zone/tstest": "^1.0.90",
14
14
  "@push.rocks/tapbundle": "^5.0.23",
15
- "@types/node": "^20.12.12"
15
+ "@types/node": "^20.12.14"
16
16
  },
17
17
  "dependencies": {
18
18
  "@api.global/typedrequest-interfaces": "^3.0.19",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/interfaces',
6
- version: '1.0.59',
6
+ version: '1.0.61',
7
7
  description: 'interfaces for working with containers'
8
8
  }
@@ -49,7 +49,7 @@ export interface IRequest_PushImageVersion extends plugins.typedrequestInterface
49
49
  plugins.typedrequestInterfaces.ITypedRequest,
50
50
  IRequest_PushImageVersion
51
51
  > {
52
- method: 'pushImage';
52
+ method: 'pushImageVersion';
53
53
  request: {
54
54
  jwt: string;
55
55
  name: string;
@@ -65,7 +65,7 @@ export interface IRequest_PullImageVersion extends plugins.typedrequestInterface
65
65
  plugins.typedrequestInterfaces.ITypedRequest,
66
66
  IRequest_PullImageVersion
67
67
  > {
68
- method: 'pullImage';
68
+ method: 'pullImageVersion';
69
69
  request: {
70
70
  jwt: string;
71
71
  name: string;