diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9dc7d46..36f76e1 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.55', + version: '1.0.56', description: 'interfaces for working with containers' } diff --git a/ts/data/cluster.ts b/ts/data/cluster.ts index b2b42e4..b602a51 100644 --- a/ts/data/cluster.ts +++ b/ts/data/cluster.ts @@ -13,7 +13,6 @@ export interface ICluster { id: string; data: { name: string; - secretKey: string; jumpCode: string; /** @@ -25,7 +24,7 @@ export interface ICluster { /** * how can the cluster reach cloudly */ - cloudlyUrl: string; + cloudlyUrl?: string; /** * what servers are expected to be part of the cluster