@serve.zone/interfaces 1.0.65 → 1.0.67

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.65',
6
+ version: '1.0.67',
7
7
  description: 'interfaces for working with containers'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx3QkFBd0I7SUFDOUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLHdDQUF3QztDQUN0RCxDQUFBIn0=
@@ -41,7 +41,9 @@ export interface IRequest_PushImageVersion extends plugins.typedrequestInterface
41
41
  versionString: string;
42
42
  imageStream: plugins.typedrequestInterfaces.IVirtualStream;
43
43
  };
44
- response: {};
44
+ response: {
45
+ allowed: boolean;
46
+ };
45
47
  }
46
48
  export interface IRequest_PullImageVersion extends plugins.typedrequestInterfaces.implementsTR<plugins.typedrequestInterfaces.ITypedRequest, IRequest_PullImageVersion> {
47
49
  method: 'pullImageVersion';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serve.zone/interfaces",
3
- "version": "1.0.65",
3
+ "version": "1.0.67",
4
4
  "private": false,
5
5
  "description": "interfaces for working with containers",
6
6
  "main": "dist_ts/index.js",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/interfaces',
6
- version: '1.0.65',
6
+ version: '1.0.67',
7
7
  description: 'interfaces for working with containers'
8
8
  }
@@ -60,6 +60,7 @@ export interface IRequest_PushImageVersion extends plugins.typedrequestInterface
60
60
  imageStream: plugins.typedrequestInterfaces.IVirtualStream;
61
61
  };
62
62
  response: {
63
+ allowed: boolean;
63
64
  };
64
65
  }
65
66