cecon-interfaces 2.0.10 → 2.0.12

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.
@@ -20,7 +20,7 @@ var TransactionEntity = /** @class */ (function () {
20
20
  this.moneyReleaseDate = null;
21
21
  this.moneyReleaseStatus = enums_1.EReleaseStatus.PENDING;
22
22
  this.natiInfo = new general_1.InfoEntity();
23
- this.operationType = enums_1.EOperationType.REGULAR_PAYMENT;
23
+ this.operationType = enums_1.EOperationType.NATIPAY;
24
24
  this.payer = new payer_entity_1.TransactionPayerEntity();
25
25
  this.posId = '';
26
26
  this.provider = enums_1.ETransactionProvider.DEFAULT;
@@ -1,19 +1,10 @@
1
1
  export declare enum EOperationType {
2
- INVESTMENT = "investment",
3
- REGULAR_PAYMENT = "regular_payment",
4
- RECURRING_PAYMENT = "recurring_payment",
5
- ACCOUNT_FUND = "account_fund",
6
- PAYMENT_ADDITION = "payment_addition",
7
- CELLPHONE_RECHARGE = "cellphone_recharge",
8
- POS_PAYMENT = "pos_payment",
9
- MONEY_EXCHANGE = "money_exchange",
10
- FEE_SHIPPING = "Taxa de Entrega",
11
- FEE_CONVENIENCE = "Taxa de Conveniencia",
12
- NATI_PAY = "Nati Pay",
2
+ FEE_SHIPPING = "Taxa de entrega",
3
+ FEE_CONVENIENCE = "Taxa de conveni\u00EAncia",
4
+ NATIPAY_TRANSFER = "Transfer\u00EAncia",
13
5
  NATIPAY = "Natipay",
14
6
  NATIPAY_PIX = "Natipay-PIX",
15
- GOLIVE = "Go Live",
16
- FIN_TAX = "Taxa Financeira",
17
- WITHDRAW = "Saque em Conta"
7
+ FIN_TAX = "Taxa financeira",
8
+ WITHDRAW = "Saque em conta"
18
9
  }
19
10
  export { EOperationType as ESponsorIdentifier };
@@ -3,32 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ESponsorIdentifier = exports.EOperationType = void 0;
4
4
  var EOperationType;
5
5
  (function (EOperationType) {
6
- // mp enums :
7
- EOperationType["INVESTMENT"] = "investment";
8
- EOperationType["REGULAR_PAYMENT"] = "regular_payment";
9
- EOperationType["RECURRING_PAYMENT"] = "recurring_payment";
10
- EOperationType["ACCOUNT_FUND"] = "account_fund";
11
- EOperationType["PAYMENT_ADDITION"] = "payment_addition";
12
- EOperationType["CELLPHONE_RECHARGE"] = "cellphone_recharge";
13
- EOperationType["POS_PAYMENT"] = "pos_payment";
14
- EOperationType["MONEY_EXCHANGE"] = "money_exchange";
15
6
  // arcnet enums :
16
- EOperationType["FEE_SHIPPING"] = "Taxa de Entrega";
17
- EOperationType["FEE_CONVENIENCE"] = "Taxa de Conveniencia";
18
- EOperationType["NATI_PAY"] = "Nati Pay";
7
+ EOperationType["FEE_SHIPPING"] = "Taxa de entrega";
8
+ EOperationType["FEE_CONVENIENCE"] = "Taxa de conveni\u00EAncia";
9
+ EOperationType["NATIPAY_TRANSFER"] = "Transfer\u00EAncia";
19
10
  EOperationType["NATIPAY"] = "Natipay";
20
11
  EOperationType["NATIPAY_PIX"] = "Natipay-PIX";
21
- EOperationType["GOLIVE"] = "Go Live";
22
- EOperationType["FIN_TAX"] = "Taxa Financeira";
23
- EOperationType["WITHDRAW"] = "Saque em Conta";
12
+ EOperationType["FIN_TAX"] = "Taxa financeira";
13
+ EOperationType["WITHDRAW"] = "Saque em conta";
24
14
  })(EOperationType || (exports.ESponsorIdentifier = exports.EOperationType = EOperationType = {}));
25
- // É o tipo de pagamento. Os tipos disponíveis são os seguintes.
26
- // investment: When money is put into an investment, such as CDB, in the Mercado Pago application;
27
- // regular_payment: Typification by default of a purchase being paid using Mercado Pago.
28
- // money_transfer: Funds transfer between two users.
29
- // recurring_payment: Automatic recurring payment due to an active user subscription.
30
- // account_fund: Money income in the user's account.
31
- // payment_addition: Addition of money to an existing payment, made through a Mercado Pago account.
32
- // cellphone_recharge: Recharge of a user's cellphone account.
33
- // pos_payment: Payment done through a Point of Sale.
34
- // money_exchange: Payment to exchange currency for a user.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "2.0.10",
3
+ "version": "2.0.12",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",