From 71bd9c9bc2920b2f4713306970cebc1dbe7861b2 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 5 May 2024 17:12:39 +0200 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 b2de1fe..39ea197 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.50', + version: '1.0.51', description: 'interfaces for working with containers' } diff --git a/ts/requests/image.ts b/ts/requests/image.ts index f385b28..c094103 100644 --- a/ts/requests/image.ts +++ b/ts/requests/image.ts @@ -47,9 +47,9 @@ export interface IRequest_PushImage extends plugins.typedrequestInterfaces.imple }; } -export interface IRequest_DownloadImage extends plugins.typedrequestInterfaces.implementsTR< +export interface IRequest_PullImage extends plugins.typedrequestInterfaces.implementsTR< plugins.typedrequestInterfaces.ITypedRequest, - IRequest_DownloadImage + IRequest_PullImage > { method: 'pullImage'; request: {