@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.
Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/index.mjs +1 -0
  3. 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 || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/alchemy",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {