cecon-interfaces 1.2.85 → 1.2.86

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ export declare class MottuOrderEntity implements IMottuOrder {
8
8
  expectedDelivery: Date;
9
9
  expectedPickup: Date;
10
10
  fullCode: string;
11
- id: number | string;
11
+ id: any;
12
12
  origin: string;
13
13
  pickupCode: string;
14
14
  preparationTime: number;
@@ -15,7 +15,7 @@ var MottuOrderEntity = /** @class */ (function () {
15
15
  this.expectedDelivery = new Date();
16
16
  this.expectedPickup = new Date();
17
17
  this.fullCode = '';
18
- this.id = '';
18
+ this.id = 0;
19
19
  this.origin = '';
20
20
  this.pickupCode = '';
21
21
  this.preparationTime = 0;
@@ -9,7 +9,7 @@ export interface IMottuOrder {
9
9
  expectedDelivery: Date;
10
10
  expectedPickup: Date;
11
11
  fullCode: string;
12
- id: number | string;
12
+ id: any;
13
13
  origin: string;
14
14
  pickupCode: string;
15
15
  preparationTime: number;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.85",
3
+ "version": "1.2.86",
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.85",
3
+ "version": "1.2.86",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",