cecon-interfaces 1.7.8 → 1.7.9

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.08",
3
+ "version": "1.7.09",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,6 +8,7 @@ export declare class PayioProductEntity implements IPayioProduct {
8
8
  name: string;
9
9
  ncm: string | null;
10
10
  price: number;
11
+ sandbox: boolean;
11
12
  quantityPackaging: number;
12
13
  tags: string[];
13
14
  thumbnail: string | null;
@@ -11,6 +11,7 @@ var PayioProductEntity = /** @class */ (function () {
11
11
  this.name = '';
12
12
  this.ncm = '';
13
13
  this.price = 0;
14
+ this.sandbox = false;
14
15
  this.quantityPackaging = 0;
15
16
  this.tags = [];
16
17
  this.thumbnail = null;
@@ -8,6 +8,7 @@ export interface IPayioProduct {
8
8
  price: number;
9
9
  quantityPackaging: number;
10
10
  tags: string[];
11
+ sandbox: boolean;
11
12
  thumbnail: string | null;
12
13
  unit: string;
13
14
  ncm: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.08",
3
+ "version": "1.7.09",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",