@molopos/shared 2.0.80 → 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 CHANGED
@@ -359,10 +359,9 @@ export declare enum InventoryAdjustmentMovementTypeEnum {
359
359
  * Order status enum
360
360
  */
361
361
  export declare enum OrderStatusEnum {
362
- Failed = "FAILED",
362
+ Paid = "PAID",
363
363
  Pending = "PENDING",
364
- Refunded = "REFUNDED",
364
+ PayLater = "PAYLATER",
365
365
  Confirmed = "CONFIRMED",
366
- Cancelled = "CANCELLED",
367
- Completed = "COMPLETED"
366
+ Cancelled = "CANCELLED"
368
367
  }
package/enum/index.js CHANGED
@@ -390,10 +390,9 @@ var InventoryAdjustmentMovementTypeEnum;
390
390
  */
391
391
  var OrderStatusEnum;
392
392
  (function (OrderStatusEnum) {
393
- OrderStatusEnum["Failed"] = "FAILED";
393
+ OrderStatusEnum["Paid"] = "PAID";
394
394
  OrderStatusEnum["Pending"] = "PENDING";
395
- OrderStatusEnum["Refunded"] = "REFUNDED";
395
+ OrderStatusEnum["PayLater"] = "PAYLATER";
396
396
  OrderStatusEnum["Confirmed"] = "CONFIRMED";
397
397
  OrderStatusEnum["Cancelled"] = "CANCELLED";
398
- OrderStatusEnum["Completed"] = "COMPLETED";
399
398
  })(OrderStatusEnum || (exports.OrderStatusEnum = OrderStatusEnum = {}));
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.80","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.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"}}