@shipengine/alchemy 2.3.1 → 2.3.2
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/index.js +1 -0
- package/index.mjs +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2525,6 +2525,7 @@ var Currency = /* @__PURE__ */ ((Currency2) => {
|
|
|
2525
2525
|
|
|
2526
2526
|
var RateCardStatus = /* @__PURE__ */ ((RateCardStatus2) => {
|
|
2527
2527
|
RateCardStatus2["DRAFT"] = "Draft";
|
|
2528
|
+
RateCardStatus2["DELETED"] = "Deleted";
|
|
2528
2529
|
RateCardStatus2["PUBLISHED"] = "Published";
|
|
2529
2530
|
return RateCardStatus2;
|
|
2530
2531
|
})(RateCardStatus || {});
|
package/index.mjs
CHANGED
|
@@ -2503,6 +2503,7 @@ var Currency = /* @__PURE__ */ ((Currency2) => {
|
|
|
2503
2503
|
|
|
2504
2504
|
var RateCardStatus = /* @__PURE__ */ ((RateCardStatus2) => {
|
|
2505
2505
|
RateCardStatus2["DRAFT"] = "Draft";
|
|
2506
|
+
RateCardStatus2["DELETED"] = "Deleted";
|
|
2506
2507
|
RateCardStatus2["PUBLISHED"] = "Published";
|
|
2507
2508
|
return RateCardStatus2;
|
|
2508
2509
|
})(RateCardStatus || {});
|