cecon-interfaces 1.2.90 → 1.2.92

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,7 @@ export declare class MottuOrderEntity implements IMottuOrder {
16
16
  situation: number;
17
17
  storeId: number;
18
18
  totalDistance: number;
19
+ trackingUrl: string;
19
20
  updatedAt: Date;
20
21
  constructor(data?: Partial<MottuOrderEntity>);
21
22
  }
@@ -23,6 +23,7 @@ var MottuOrderEntity = /** @class */ (function () {
23
23
  this.situation = 0;
24
24
  this.storeId = 0;
25
25
  this.totalDistance = 0;
26
+ this.trackingUrl = '';
26
27
  this.updatedAt = new Date();
27
28
  if (data) {
28
29
  for (var key in data) {
@@ -17,5 +17,6 @@ export interface IMottuOrder {
17
17
  situation: number;
18
18
  storeId: number;
19
19
  totalDistance: number;
20
+ trackingUrl: string;
20
21
  updatedAt: Date;
21
22
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.90",
3
+ "version": "1.2.92",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -2,5 +2,8 @@ export declare enum EPlanIdentifier {
2
2
  NATIGO = "NATIGO-UNO",
3
3
  SAT_MANAGER_NAPOLEON = "SAT-MANAGER-NAPOLEON",
4
4
  NATI_PDV = "NATI-PDV",
5
- NATI_WA = "NATI-WA"
5
+ NATI_WA = "NATI-WA",
6
+ NATI = "NATI",
7
+ MOBYO = "MOBYO",
8
+ NOTAPP = "NOTAPP"
6
9
  }
@@ -7,4 +7,7 @@ var EPlanIdentifier;
7
7
  EPlanIdentifier["SAT_MANAGER_NAPOLEON"] = "SAT-MANAGER-NAPOLEON";
8
8
  EPlanIdentifier["NATI_PDV"] = "NATI-PDV";
9
9
  EPlanIdentifier["NATI_WA"] = "NATI-WA";
10
+ EPlanIdentifier["NATI"] = "NATI";
11
+ EPlanIdentifier["MOBYO"] = "MOBYO";
12
+ EPlanIdentifier["NOTAPP"] = "NOTAPP";
10
13
  })(EPlanIdentifier || (exports.EPlanIdentifier = EPlanIdentifier = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.90",
3
+ "version": "1.2.92",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",