cecon-interfaces 1.2.97 → 1.2.98

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.2.97",
3
+ "version": "1.2.98",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,9 +8,10 @@ export declare enum EOperationType {
8
8
  CELLPHONE_RECHARGE = "cellphone_recharge",
9
9
  POS_PAYMENT = "pos_payment",
10
10
  MONEY_EXCHANGE = "money_exchange",
11
+ FEE_SHIPPING = "Taxa de Entrega",
12
+ FEE_CONVENIENCE = "Taxa de Conveni\u00EAncia",
11
13
  NATI_PAY = "Nati Pay",
12
14
  GOLIVE = "Go Live",
13
- FEE_SHIPPING = "Taxa de Entrega",
14
15
  FIN_TAX = "Taxa Financeira",
15
16
  WITHDRAW = "Saque em Conta"
16
17
  }
@@ -14,9 +14,10 @@ var EOperationType;
14
14
  EOperationType["POS_PAYMENT"] = "pos_payment";
15
15
  EOperationType["MONEY_EXCHANGE"] = "money_exchange";
16
16
  // arcnet enums :
17
+ EOperationType["FEE_SHIPPING"] = "Taxa de Entrega";
18
+ EOperationType["FEE_CONVENIENCE"] = "Taxa de Conveni\u00EAncia";
17
19
  EOperationType["NATI_PAY"] = "Nati Pay";
18
20
  EOperationType["GOLIVE"] = "Go Live";
19
- EOperationType["FEE_SHIPPING"] = "Taxa de Entrega";
20
21
  EOperationType["FIN_TAX"] = "Taxa Financeira";
21
22
  EOperationType["WITHDRAW"] = "Saque em Conta";
22
23
  })(EOperationType || (exports.EOperationType = EOperationType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.2.97",
3
+ "version": "1.2.98",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",