cecon-interfaces 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,5 +5,6 @@ export declare class CustomerMobyoEntity extends CustomerEntity implements ICust
5
5
  addresses: IAddress[];
6
6
  engines: string[];
7
7
  ordersCountOnRestaurant: number;
8
+ version: string;
8
9
  constructor(data?: Partial<CustomerMobyoEntity>);
9
10
  }
@@ -27,6 +27,7 @@ var CustomerMobyoEntity = /** @class */ (function (_super) {
27
27
  _this.addresses = [];
28
28
  _this.engines = [];
29
29
  _this.ordersCountOnRestaurant = 0;
30
+ _this.version = '1.0.2';
30
31
  if (data) {
31
32
  for (var key in data) {
32
33
  if (data.hasOwnProperty(key) && key in _this) {
@@ -4,4 +4,5 @@ export interface ICustomerMobyo extends ICustomer {
4
4
  addresses: IAddress[];
5
5
  engines: string[];
6
6
  ordersCountOnRestaurant: number;
7
+ version: string;
7
8
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.3.02",
3
+ "version": "1.3.03",
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.3.02",
3
+ "version": "1.3.03",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",