cecon-interfaces 1.5.37 → 1.5.39

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,5 +16,7 @@ export declare class GlobalSettingMasterEntity implements IGlobalSettingMaster {
16
16
  waServerInstanceName: string;
17
17
  waServerNumber: string;
18
18
  id: string;
19
+ billingDays: number;
20
+ resumeVersion: string;
19
21
  constructor(data?: Partial<GlobalSettingMasterEntity>);
20
22
  }
@@ -22,6 +22,8 @@ var GlobalSettingMasterEntity = /** @class */ (function () {
22
22
  this.waServerInstanceName = '';
23
23
  this.waServerNumber = '';
24
24
  this.id = '';
25
+ this.billingDays = 6;
26
+ this.resumeVersion = '1.0.0';
25
27
  if (data) {
26
28
  for (var key in data) {
27
29
  if (data.hasOwnProperty(key) && key in this) {
@@ -15,4 +15,6 @@ export interface IGlobalSettingMaster {
15
15
  waServerInstanceName: string;
16
16
  id: string;
17
17
  waServerNumber: string;
18
+ billingDays: number;
19
+ resumeVersion: string;
18
20
  }
@@ -28,6 +28,7 @@ export interface IProductV2 {
28
28
  skill: EProductSkillV2;
29
29
  tags?: Array<string>;
30
30
  tags2?: Array<string>;
31
+ customTags?: Array<string>;
31
32
  updatedAt?: Date;
32
33
  updatedBy?: string;
33
34
  version: string;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.37",
3
+ "version": "1.5.39",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.37",
3
+ "version": "1.5.39",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",