fix(core): update

This commit is contained in:
Philipp Kunz 2024-06-11 17:56:24 +02:00
parent 2e203e0890
commit e3f11e1530
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/interfaces',
version: '1.0.66',
version: '1.0.67',
description: 'interfaces for working with containers'
}

View File

@ -60,6 +60,7 @@ export interface IRequest_PushImageVersion extends plugins.typedrequestInterface
imageStream: plugins.typedrequestInterfaces.IVirtualStream;
};
response: {
allowed: boolean;
};
}