@verma-consulting/common-library 0.1.27 → 0.1.29
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.mts +12 -5
- package/dist/index.d.ts +12 -5
- package/dist/index.js +10 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -131,6 +131,14 @@ var userStatus = /* @__PURE__ */ ((userStatus2) => {
|
|
|
131
131
|
userStatus2["Inactive"] = "Inactive";
|
|
132
132
|
return userStatus2;
|
|
133
133
|
})(userStatus || {});
|
|
134
|
+
var addressType = /* @__PURE__ */ ((addressType2) => {
|
|
135
|
+
addressType2["unknown"] = "unknown";
|
|
136
|
+
addressType2["residential"] = "residential";
|
|
137
|
+
addressType2["commercial"] = "commercial";
|
|
138
|
+
addressType2["po_box"] = "po_box";
|
|
139
|
+
addressType2["military"] = "military";
|
|
140
|
+
return addressType2;
|
|
141
|
+
})(addressType || {});
|
|
134
142
|
var subscriptionCancellationReason = /* @__PURE__ */ ((subscriptionCancellationReason2) => {
|
|
135
143
|
subscriptionCancellationReason2["CustomerService"] = "customer_service";
|
|
136
144
|
subscriptionCancellationReason2["LowQuality"] = "low_quality";
|
|
@@ -2931,6 +2939,7 @@ export {
|
|
|
2931
2939
|
UserSettingType,
|
|
2932
2940
|
accountType,
|
|
2933
2941
|
action,
|
|
2942
|
+
addressType,
|
|
2934
2943
|
automaticTaxStatus,
|
|
2935
2944
|
billingReason,
|
|
2936
2945
|
billingScheme,
|