@molopos/shared 2.0.77 → 2.0.78

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/enum/index.d.ts CHANGED
@@ -16,14 +16,16 @@ export declare enum DiscountTypeEnum {
16
16
  * Payment method enum
17
17
  */
18
18
  export declare enum PaymentMethodEnum {
19
- Paypal = "PAYPAL",
20
- Stripe = "STRIPE",
21
19
  Free = "FREE",
22
20
  Card = "CARD",
23
- Office = "OFFICE",
24
- Phone = "PHONE",
25
21
  Cash = "CASH",
26
- Iban = "IBAN"
22
+ Iban = "IBAN",
23
+ Phone = "PHONE",
24
+ Office = "OFFICE",
25
+ Paypal = "PAYPAL",
26
+ Stripe = "STRIPE",
27
+ PayLater = "PAYLATER",
28
+ Customise = "CUSTOMISE"
27
29
  }
28
30
  /**
29
31
  * Product type enum
package/enum/index.js CHANGED
@@ -22,14 +22,16 @@ var DiscountTypeEnum;
22
22
  */
23
23
  var PaymentMethodEnum;
24
24
  (function (PaymentMethodEnum) {
25
- PaymentMethodEnum["Paypal"] = "PAYPAL";
26
- PaymentMethodEnum["Stripe"] = "STRIPE";
27
25
  PaymentMethodEnum["Free"] = "FREE";
28
26
  PaymentMethodEnum["Card"] = "CARD";
29
- PaymentMethodEnum["Office"] = "OFFICE";
30
- PaymentMethodEnum["Phone"] = "PHONE";
31
27
  PaymentMethodEnum["Cash"] = "CASH";
32
28
  PaymentMethodEnum["Iban"] = "IBAN";
29
+ PaymentMethodEnum["Phone"] = "PHONE";
30
+ PaymentMethodEnum["Office"] = "OFFICE";
31
+ PaymentMethodEnum["Paypal"] = "PAYPAL";
32
+ PaymentMethodEnum["Stripe"] = "STRIPE";
33
+ PaymentMethodEnum["PayLater"] = "PAYLATER";
34
+ PaymentMethodEnum["Customise"] = "CUSTOMISE";
33
35
  })(PaymentMethodEnum || (exports.PaymentMethodEnum = PaymentMethodEnum = {}));
34
36
  /**
35
37
  * Product type enum
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.77","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.4.0","luxon":"^3.7.2"}}
1
+ {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.78","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.4.0","luxon":"^3.7.2"}}