@lokiengineering/loki-common-node 1.5.4 → 1.5.5

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,6 +288,7 @@ declare enum FulfillmentStatus {
288
288
  LOST_SHIPPING_REVIEW = "lost_shipping_review"
289
289
  }
290
290
  declare enum ItemPaymentStatus {
291
+ UNINITIATED = "uninitiated",
291
292
  UNPAID = "unpaid",
292
293
  PAID = "paid",
293
294
  HELD = "held",
package/dist/index.js CHANGED
@@ -331,6 +331,7 @@ var FulfillmentStatus = /* @__PURE__ */ ((FulfillmentStatus2) => {
331
331
  return FulfillmentStatus2;
332
332
  })(FulfillmentStatus || {});
333
333
  var ItemPaymentStatus = /* @__PURE__ */ ((ItemPaymentStatus2) => {
334
+ ItemPaymentStatus2["UNINITIATED"] = "uninitiated";
334
335
  ItemPaymentStatus2["UNPAID"] = "unpaid";
335
336
  ItemPaymentStatus2["PAID"] = "paid";
336
337
  ItemPaymentStatus2["HELD"] = "held";
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.5",
4
4
  "description": "Shared TypeScript enums and types for Loki services",
5
5
  "license": "MIT",
6
6
  "repository": {