cecon-interfaces 1.8.6 → 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.6",
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",
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.8.6",
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",