cecon-interfaces 1.7.80 → 1.7.81

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.
@@ -4,6 +4,5 @@ export declare class NatipayMercadoPagoEntity implements INatipayMercadoPago {
4
4
  paymentId: string;
5
5
  paymentStatus: string;
6
6
  preferenceId: string;
7
- qrOrderId: string;
8
7
  constructor(data?: Partial<NatipayMercadoPagoEntity>);
9
8
  }
@@ -7,7 +7,6 @@ var NatipayMercadoPagoEntity = /** @class */ (function () {
7
7
  this.paymentId = '';
8
8
  this.paymentStatus = '';
9
9
  this.preferenceId = '';
10
- this.qrOrderId = '';
11
10
  if (data) {
12
11
  for (var key in data) {
13
12
  if (data.hasOwnProperty(key) && key in this) {
@@ -1,6 +1,5 @@
1
1
  export interface INatipayMercadoPago {
2
2
  preferenceId: string;
3
- qrOrderId: string;
4
3
  amountPaid: number;
5
4
  paymentId: string;
6
5
  paymentStatus: string;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.80",
3
+ "version": "1.7.81",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,6 +11,7 @@ export declare enum EOperationType {
11
11
  FEE_SHIPPING = "Taxa de Entrega",
12
12
  FEE_CONVENIENCE = "Taxa de Conveniencia",
13
13
  NATI_PAY = "Nati Pay",
14
+ NATIPAY = "Natipay",
14
15
  GOLIVE = "Go Live",
15
16
  FIN_TAX = "Taxa Financeira",
16
17
  WITHDRAW = "Saque em Conta"
@@ -17,6 +17,7 @@ var EOperationType;
17
17
  EOperationType["FEE_SHIPPING"] = "Taxa de Entrega";
18
18
  EOperationType["FEE_CONVENIENCE"] = "Taxa de Conveniencia";
19
19
  EOperationType["NATI_PAY"] = "Nati Pay";
20
+ EOperationType["NATIPAY"] = "Natipay";
20
21
  EOperationType["GOLIVE"] = "Go Live";
21
22
  EOperationType["FIN_TAX"] = "Taxa Financeira";
22
23
  EOperationType["WITHDRAW"] = "Saque em Conta";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.7.80",
3
+ "version": "1.7.81",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",