@lokiengineering/loki-common-node 1.5.4 → 1.5.6

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/dist/index.d.ts CHANGED
@@ -298,6 +298,7 @@ declare enum ItemPaymentStatus {
298
298
  ZERO_REFUND = "zero_refund"
299
299
  }
300
300
  declare enum OrderStatus {
301
+ UNINITIATED = "uninitiated",
301
302
  IN_REVIEW = "in_review",
302
303
  CONFIRMED = "confirmed",
303
304
  SHIPPED = "shipped",
package/dist/index.js CHANGED
@@ -342,6 +342,7 @@ var ItemPaymentStatus = /* @__PURE__ */ ((ItemPaymentStatus2) => {
342
342
  return ItemPaymentStatus2;
343
343
  })(ItemPaymentStatus || {});
344
344
  var OrderStatus = /* @__PURE__ */ ((OrderStatus2) => {
345
+ OrderStatus2["UNINITIATED"] = "uninitiated";
345
346
  OrderStatus2["IN_REVIEW"] = "in_review";
346
347
  OrderStatus2["CONFIRMED"] = "confirmed";
347
348
  OrderStatus2["SHIPPED"] = "shipped";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lokiengineering/loki-common-node",
3
- "version": "1.5.4",
3
+ "version": "1.5.6",
4
4
  "description": "Shared TypeScript enums and types for Loki services",
5
5
  "license": "MIT",
6
6
  "repository": {