cecon-interfaces 1.8.23 → 1.8.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,7 @@ export declare class NatipayOrderEntity implements INatipayOrder {
9
9
  benefits: IOrderBenefits[];
10
10
  cancellation: IOrderCancellation | null;
11
11
  companyId: string;
12
+ companyName: string;
12
13
  containerId: string;
13
14
  createdAt: Date;
14
15
  customer: IOrderCustomer | null;
@@ -10,6 +10,7 @@ var NatipayOrderEntity = /** @class */ (function () {
10
10
  this.benefits = [];
11
11
  this.cancellation = null;
12
12
  this.companyId = '';
13
+ this.companyName = '';
13
14
  this.containerId = '';
14
15
  this.createdAt = new Date();
15
16
  this.customer = null;
@@ -8,6 +8,7 @@ export interface INatipayOrder {
8
8
  benefits: IOrderBenefits[];
9
9
  cancellation: IOrderCancellation | null;
10
10
  companyId: string;
11
+ companyName: string;
11
12
  containerId: string;
12
13
  createdAt: Date;
13
14
  customer: IOrderCustomer | null;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.8.23",
3
+ "version": "1.8.25",
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.8.23",
3
+ "version": "1.8.25",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/readme.md CHANGED
@@ -5,7 +5,6 @@ Compilar & publicar:
5
5
  npm run packagr
6
6
  npm run build
7
7
  npm publish
8
- npm publish
9
8
 
10
9
 
11
10
  *Não esqueça de dar push no github*