From f018125fbbf6502f62887b00cbe27aadceee3253 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 18 Feb 2024 21:15:35 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/data/server.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 468aada..2d0536f 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.37', + version: '1.0.38', description: 'interfaces for working with containers' } diff --git a/ts/data/server.ts b/ts/data/server.ts index 37ef93a..7b04289 100644 --- a/ts/data/server.ts +++ b/ts/data/server.ts @@ -21,6 +21,8 @@ export interface IServer { data: { type: 'baremetal' | 'hetzner'; + assignedClusterId: string; + /** * a list of debian packages to be installed */