cecon-interfaces 1.3.4 → 1.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,11 +19,11 @@ exports.CustomerMobyoEntity = void 0;
19
19
  var customer_1 = require("../../../customer");
20
20
  var CustomerMobyoEntity = /** @class */ (function (_super) {
21
21
  __extends(CustomerMobyoEntity, _super);
22
- // #endregion Properties (3)
22
+ // #endregion Properties (9)
23
23
  // #region Constructors (1)
24
24
  function CustomerMobyoEntity(data) {
25
25
  var _this = _super.call(this, data) || this;
26
- // #region Properties (3)
26
+ // #region Properties (9)
27
27
  _this.active = true;
28
28
  _this.addresses = [];
29
29
  _this.companyId = '';
@@ -1,8 +1,13 @@
1
1
  import { ICustomer } from '../../../customer';
2
2
  import { IAddress } from '../../../general';
3
3
  export interface ICustomerMobyo extends ICustomer {
4
+ active: boolean;
4
5
  addresses: IAddress[];
6
+ companyId: string;
7
+ containerId: string;
5
8
  engines: string[];
9
+ isTest: boolean;
6
10
  ordersCountOnRestaurant: number;
11
+ uid: string;
7
12
  version: string;
8
13
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.3.04",
3
+ "version": "1.3.05",
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.04",
3
+ "version": "1.3.05",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",