@verma-consulting/common-library 0.1.53 → 0.1.54

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.mjs CHANGED
@@ -196,8 +196,12 @@ var shippingServiceLevel = /* @__PURE__ */ ((shippingServiceLevel2) => {
196
196
  return shippingServiceLevel2;
197
197
  })(shippingServiceLevel || {});
198
198
  var financialStatus = /* @__PURE__ */ ((financialStatus2) => {
199
+ financialStatus2["pending"] = "pending";
199
200
  financialStatus2["authorized"] = "authorized";
200
- financialStatus2["captured"] = "captured";
201
+ financialStatus2["partially_paid"] = "partially_paid";
202
+ financialStatus2["paid"] = "paid";
203
+ financialStatus2["partially_refunded"] = "partially_refunded";
204
+ financialStatus2["refunded"] = "refunded";
201
205
  financialStatus2["voided"] = "voided";
202
206
  return financialStatus2;
203
207
  })(financialStatus || {});
@@ -2326,9 +2330,9 @@ var defaults = {
2326
2330
  description: "",
2327
2331
  status: "Ready",
2328
2332
  orderNumber: "",
2329
- fulfillmentStatus: "",
2330
- paymentStatus: "",
2331
- financialStatus: "",
2333
+ fulfillmentStatus: "unfulfilled",
2334
+ paymentStatus: "unpaid",
2335
+ financialStatus: "pending",
2332
2336
  subtotalAmount: 0,
2333
2337
  taxAmount: 0,
2334
2338
  shippingAmount: 0,