@lokiengineering/loki-common-node 1.5.5 → 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
@@ -288,7 +288,6 @@ declare enum FulfillmentStatus {
288
288
  LOST_SHIPPING_REVIEW = "lost_shipping_review"
289
289
  }
290
290
  declare enum ItemPaymentStatus {
291
- UNINITIATED = "uninitiated",
292
291
  UNPAID = "unpaid",
293
292
  PAID = "paid",
294
293
  HELD = "held",
@@ -299,6 +298,7 @@ declare enum ItemPaymentStatus {
299
298
  ZERO_REFUND = "zero_refund"
300
299
  }
301
300
  declare enum OrderStatus {
301
+ UNINITIATED = "uninitiated",
302
302
  IN_REVIEW = "in_review",
303
303
  CONFIRMED = "confirmed",
304
304
  SHIPPED = "shipped",
package/dist/index.js CHANGED
@@ -331,7 +331,6 @@ var FulfillmentStatus = /* @__PURE__ */ ((FulfillmentStatus2) => {
331
331
  return FulfillmentStatus2;
332
332
  })(FulfillmentStatus || {});
333
333
  var ItemPaymentStatus = /* @__PURE__ */ ((ItemPaymentStatus2) => {
334
- ItemPaymentStatus2["UNINITIATED"] = "uninitiated";
335
334
  ItemPaymentStatus2["UNPAID"] = "unpaid";
336
335
  ItemPaymentStatus2["PAID"] = "paid";
337
336
  ItemPaymentStatus2["HELD"] = "held";
@@ -343,6 +342,7 @@ var ItemPaymentStatus = /* @__PURE__ */ ((ItemPaymentStatus2) => {
343
342
  return ItemPaymentStatus2;
344
343
  })(ItemPaymentStatus || {});
345
344
  var OrderStatus = /* @__PURE__ */ ((OrderStatus2) => {
345
+ OrderStatus2["UNINITIATED"] = "uninitiated";
346
346
  OrderStatus2["IN_REVIEW"] = "in_review";
347
347
  OrderStatus2["CONFIRMED"] = "confirmed";
348
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.5",
3
+ "version": "1.5.6",
4
4
  "description": "Shared TypeScript enums and types for Loki services",
5
5
  "license": "MIT",
6
6
  "repository": {