From e3f11e1530f6619626c99fc92f6680c566c85597 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 11 Jun 2024 17:56:24 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/requests/image.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9b41491..64b2626 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' } diff --git a/ts/requests/image.ts b/ts/requests/image.ts index cc8b3c2..38ae203 100644 --- a/ts/requests/image.ts +++ b/ts/requests/image.ts @@ -60,6 +60,7 @@ export interface IRequest_PushImageVersion extends plugins.typedrequestInterface imageStream: plugins.typedrequestInterfaces.IVirtualStream; }; response: { + allowed: boolean; }; }