@molopos/shared 2.0.80 → 2.0.81

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,7 @@ 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",
365
- Confirmed = "CONFIRMED",
366
- Cancelled = "CANCELLED",
367
- Completed = "COMPLETED"
364
+ Confirmed = "CONFIRMED"
368
365
  }
package/enum/index.js CHANGED
@@ -390,10 +390,7 @@ 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";
396
395
  OrderStatusEnum["Confirmed"] = "CONFIRMED";
397
- OrderStatusEnum["Cancelled"] = "CANCELLED";
398
- OrderStatusEnum["Completed"] = "COMPLETED";
399
396
  })(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.81","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"}}