@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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
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";
|