From 48cddd932dd95514ef5f0caa924bb3618b748c13 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 6 Mar 2024 19:11:47 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/requests/image.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5558fcf..a827f7f 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.46', + version: '1.0.47', description: 'interfaces for working with containers' } diff --git a/ts/requests/image.ts b/ts/requests/image.ts index 17b11c7..f385b28 100644 --- a/ts/requests/image.ts +++ b/ts/requests/image.ts @@ -38,7 +38,7 @@ export interface IRequest_PushImage extends plugins.typedrequestInterfaces.imple method: 'pushImage'; request: { jwt: string; - image: string; + name: string; version: string; imageStream?: plugins.typedrequestInterfaces.IVirtualStream; chunk: Buffer; @@ -54,7 +54,7 @@ export interface IRequest_DownloadImage extends plugins.typedrequestInterfaces.i method: 'pullImage'; request: { jwt: string; - image: string; + name: string; version: string; }; response: {