cecon-interfaces 1.2.90 → 1.2.91

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.91",
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.2.90",
3
+ "version": "1.2.91",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",