cecon-interfaces 1.8.5 → 1.8.7

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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.8.5",
3
+ "version": "1.8.7",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,7 +28,7 @@ export declare class TransactionEntity implements ITransaction {
28
28
  moneyReleaseStatus: EReleaseStatus;
29
29
  natiInfo: IInfo | null;
30
30
  operationType: EOperationType;
31
- originalTransactionId: string | null;
31
+ originalTransactionId: string[];
32
32
  paymentMethod: TransactionPaymentMethodEntity | null;
33
33
  paymentMethodId: EPaymentMethodId;
34
34
  posId: string;
@@ -27,7 +27,7 @@ var TransactionEntity = /** @class */ (function () {
27
27
  this.moneyReleaseStatus = enums_1.EReleaseStatus.PENDING;
28
28
  this.natiInfo = new general_1.InfoEntity();
29
29
  this.operationType = enums_1.EOperationType.REGULAR_PAYMENT;
30
- this.originalTransactionId = null;
30
+ this.originalTransactionId = [];
31
31
  this.paymentMethod = null;
32
32
  this.paymentMethodId = enums_1.EPaymentMethodId.ACCOUNT_MONEY;
33
33
  this.posId = '';
@@ -12,6 +12,7 @@ export declare enum EOperationType {
12
12
  FEE_CONVENIENCE = "Taxa de Conveniencia",
13
13
  NATI_PAY = "Nati Pay",
14
14
  NATIPAY = "Natipay",
15
+ NATIPAY_PIX = "Natipay-PIX",
15
16
  GOLIVE = "Go Live",
16
17
  FIN_TAX = "Taxa Financeira",
17
18
  WITHDRAW = "Saque em Conta"
@@ -18,6 +18,7 @@ var EOperationType;
18
18
  EOperationType["FEE_CONVENIENCE"] = "Taxa de Conveniencia";
19
19
  EOperationType["NATI_PAY"] = "Nati Pay";
20
20
  EOperationType["NATIPAY"] = "Natipay";
21
+ EOperationType["NATIPAY_PIX"] = "Natipay-PIX";
21
22
  EOperationType["GOLIVE"] = "Go Live";
22
23
  EOperationType["FIN_TAX"] = "Taxa Financeira";
23
24
  EOperationType["WITHDRAW"] = "Saque em Conta";
@@ -28,7 +28,7 @@ export interface ITransaction {
28
28
  moneyReleaseStatus: EReleaseStatus;
29
29
  natiInfo: IInfo | null;
30
30
  operationType: EOperationType;
31
- originalTransactionId: string | null;
31
+ originalTransactionId: string[];
32
32
  paymentMethod: ITransactionPaymentMethod | null;
33
33
  paymentMethodId: EPaymentMethodId;
34
34
  posId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.8.5",
3
+ "version": "1.8.7",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",