@molopos/shared 2.0.81 → 2.0.82
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 +3 -1
- package/enum/index.js +2 -0
- package/package.json +1 -1
package/enum/index.d.ts
CHANGED
|
@@ -361,5 +361,7 @@ export declare enum InventoryAdjustmentMovementTypeEnum {
|
|
|
361
361
|
export declare enum OrderStatusEnum {
|
|
362
362
|
Paid = "PAID",
|
|
363
363
|
Pending = "PENDING",
|
|
364
|
-
|
|
364
|
+
PayLater = "PAYLATER",
|
|
365
|
+
Confirmed = "CONFIRMED",
|
|
366
|
+
Cancelled = "CANCELLED"
|
|
365
367
|
}
|
package/enum/index.js
CHANGED
|
@@ -392,5 +392,7 @@ var OrderStatusEnum;
|
|
|
392
392
|
(function (OrderStatusEnum) {
|
|
393
393
|
OrderStatusEnum["Paid"] = "PAID";
|
|
394
394
|
OrderStatusEnum["Pending"] = "PENDING";
|
|
395
|
+
OrderStatusEnum["PayLater"] = "PAYLATER";
|
|
395
396
|
OrderStatusEnum["Confirmed"] = "CONFIRMED";
|
|
397
|
+
OrderStatusEnum["Cancelled"] = "CANCELLED";
|
|
396
398
|
})(OrderStatusEnum || (exports.OrderStatusEnum = OrderStatusEnum = {}));
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.
|
|
1
|
+
{"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.82","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"}}
|