cecon-interfaces 1.7.9 → 1.7.10

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.09",
3
+ "version": "1.7.10",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -3,13 +3,15 @@ export declare class PayioProductEntity implements IPayioProduct {
3
3
  active: boolean;
4
4
  brand: string;
5
5
  code: string;
6
+ companyId: string;
7
+ containerId: string | null;
6
8
  createdAt: Date;
7
9
  id: string;
8
10
  name: string;
9
11
  ncm: string | null;
10
12
  price: number;
11
- sandbox: boolean;
12
13
  quantityPackaging: number;
14
+ sandbox: boolean;
13
15
  tags: string[];
14
16
  thumbnail: string | null;
15
17
  unit: string;
@@ -6,13 +6,15 @@ var PayioProductEntity = /** @class */ (function () {
6
6
  this.active = true;
7
7
  this.brand = '';
8
8
  this.code = '';
9
+ this.companyId = '';
10
+ this.containerId = null;
9
11
  this.createdAt = new Date();
10
12
  this.id = '';
11
13
  this.name = '';
12
14
  this.ncm = '';
13
15
  this.price = 0;
14
- this.sandbox = false;
15
16
  this.quantityPackaging = 0;
17
+ this.sandbox = false;
16
18
  this.tags = [];
17
19
  this.thumbnail = null;
18
20
  this.unit = 'UN';
@@ -2,6 +2,8 @@ export interface IPayioProduct {
2
2
  active: boolean;
3
3
  brand: string;
4
4
  code: string;
5
+ companyId: string;
6
+ containerId: string | null;
5
7
  createdAt: Date;
6
8
  id: string;
7
9
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.09",
3
+ "version": "1.7.10",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",