cecon-interfaces 1.5.17 → 1.5.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
1
1
  export declare enum EOrderPaymentMethod {
2
2
  cash = "CASH",
3
3
  creditCard = "CREDIT",
4
+ creditCardOnline = "CREDIT_ONLINE",
5
+ voucher = "VOUCHER",
4
6
  debitCard = "DEBIT",
5
7
  wallet = "WALLET",
6
8
  posPaid = "POS-PAID",
@@ -6,6 +6,8 @@ var EOrderPaymentMethod;
6
6
  (function (EOrderPaymentMethod) {
7
7
  EOrderPaymentMethod["cash"] = "CASH";
8
8
  EOrderPaymentMethod["creditCard"] = "CREDIT";
9
+ EOrderPaymentMethod["creditCardOnline"] = "CREDIT_ONLINE";
10
+ EOrderPaymentMethod["voucher"] = "VOUCHER";
9
11
  EOrderPaymentMethod["debitCard"] = "DEBIT";
10
12
  EOrderPaymentMethod["wallet"] = "WALLET";
11
13
  EOrderPaymentMethod["posPaid"] = "POS-PAID";
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.17",
3
+ "version": "1.5.18",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.17",
3
+ "version": "1.5.18",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",