@shipengine/alchemy 5.0.26 → 5.0.27
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 +2 -2
- package/index.mjs +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10781,8 +10781,8 @@ class Theme {
|
|
|
10781
10781
|
}
|
|
10782
10782
|
|
|
10783
10783
|
var AccountBillingPlanChangeType = /* @__PURE__ */ ((AccountBillingPlanChangeType2) => {
|
|
10784
|
-
AccountBillingPlanChangeType2[
|
|
10785
|
-
AccountBillingPlanChangeType2[
|
|
10784
|
+
AccountBillingPlanChangeType2["Downgrade"] = "Downgrade";
|
|
10785
|
+
AccountBillingPlanChangeType2["Cancellation"] = "Cancellation";
|
|
10786
10786
|
return AccountBillingPlanChangeType2;
|
|
10787
10787
|
})(AccountBillingPlanChangeType || {});
|
|
10788
10788
|
|
package/index.mjs
CHANGED
|
@@ -10759,8 +10759,8 @@ class Theme {
|
|
|
10759
10759
|
}
|
|
10760
10760
|
|
|
10761
10761
|
var AccountBillingPlanChangeType = /* @__PURE__ */ ((AccountBillingPlanChangeType2) => {
|
|
10762
|
-
AccountBillingPlanChangeType2[
|
|
10763
|
-
AccountBillingPlanChangeType2[
|
|
10762
|
+
AccountBillingPlanChangeType2["Downgrade"] = "Downgrade";
|
|
10763
|
+
AccountBillingPlanChangeType2["Cancellation"] = "Cancellation";
|
|
10764
10764
|
return AccountBillingPlanChangeType2;
|
|
10765
10765
|
})(AccountBillingPlanChangeType || {});
|
|
10766
10766
|
|