@serve.zone/interfaces 1.0.55 → 1.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/interfaces',
6
- version: '1.0.55',
6
+ version: '1.0.56',
7
7
  description: 'interfaces for working with containers'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx3QkFBd0I7SUFDOUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLHdDQUF3QztDQUN0RCxDQUFBIn0=
@@ -9,7 +9,6 @@ export interface ICluster {
9
9
  id: string;
10
10
  data: {
11
11
  name: string;
12
- secretKey: string;
13
12
  jumpCode: string;
14
13
  /**
15
14
  * when was the jump code used
@@ -19,7 +18,7 @@ export interface ICluster {
19
18
  /**
20
19
  * how can the cluster reach cloudly
21
20
  */
22
- cloudlyUrl: string;
21
+ cloudlyUrl?: string;
23
22
  /**
24
23
  * what servers are expected to be part of the cluster
25
24
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serve.zone/interfaces",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "private": false,
5
5
  "description": "interfaces for working with containers",
6
6
  "main": "dist_ts/index.js",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/interfaces',
6
- version: '1.0.55',
6
+ version: '1.0.56',
7
7
  description: 'interfaces for working with containers'
8
8
  }
@@ -13,7 +13,6 @@ export interface ICluster {
13
13
  id: string;
14
14
  data: {
15
15
  name: string;
16
- secretKey: string;
17
16
  jumpCode: string;
18
17
 
19
18
  /**
@@ -25,7 +24,7 @@ export interface ICluster {
25
24
  /**
26
25
  * how can the cluster reach cloudly
27
26
  */
28
- cloudlyUrl: string;
27
+ cloudlyUrl?: string;
29
28
 
30
29
  /**
31
30
  * what servers are expected to be part of the cluster