cecon-interfaces 1.2.13 → 1.2.14

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,6 +8,7 @@ export declare class WaServerEntity implements IWaServer {
8
8
  id: string;
9
9
  installIds: string[];
10
10
  name: string;
11
+ tags: string[];
11
12
  sessions: number;
12
13
  stack: string;
13
14
  status: EWaServerStatus;
@@ -12,6 +12,7 @@ var WaServerEntity = /** @class */ (function () {
12
12
  this.id = '';
13
13
  this.installIds = [];
14
14
  this.name = '';
15
+ this.tags = [];
15
16
  this.sessions = 0;
16
17
  this.stack = '';
17
18
  this.status = enums_1.EWaServerStatus.STOPPED;
@@ -7,6 +7,7 @@ export interface IWaServer {
7
7
  stack: string;
8
8
  status: EWaServerStatus;
9
9
  id: string;
10
+ tags: string[];
10
11
  baseUrl: string;
11
12
  globalApiKey: string;
12
13
  sessions: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",