From 6d3947672782e66dd57fcd74ca681152cfe45c69 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 12 Jun 2024 20:28:58 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/data/cloudlyconfig.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ca8ee92..5766a69 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.68', + version: '1.0.69', description: 'interfaces for working with containers' } diff --git a/ts/data/cloudlyconfig.ts b/ts/data/cloudlyconfig.ts index 4cb932c..c19f376 100644 --- a/ts/data/cloudlyconfig.ts +++ b/ts/data/cloudlyconfig.ts @@ -12,4 +12,5 @@ export interface ICloudlyConfig { publicUrl?: string; publicPort?: string; sslMode?: 'none' | 'letsencrypt' | 'external'; + servezoneAdminaccount?: string; } \ No newline at end of file