@verma-consulting/common-library 0.1.16 → 0.1.17
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -131,17 +131,17 @@ var userStatus = /* @__PURE__ */ ((userStatus2) => {
|
|
|
131
131
|
userStatus2["Inactive"] = "Inactive";
|
|
132
132
|
return userStatus2;
|
|
133
133
|
})(userStatus || {});
|
|
134
|
-
var
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
return
|
|
144
|
-
})(
|
|
134
|
+
var subscriptionCancellationReason = /* @__PURE__ */ ((subscriptionCancellationReason2) => {
|
|
135
|
+
subscriptionCancellationReason2["CustomerService"] = "customer_service";
|
|
136
|
+
subscriptionCancellationReason2["LowQuality"] = "low_quality";
|
|
137
|
+
subscriptionCancellationReason2["MissingFeatures"] = "missing_features";
|
|
138
|
+
subscriptionCancellationReason2["SwitchedService"] = "switched_service";
|
|
139
|
+
subscriptionCancellationReason2["TooComplex"] = "too_complex";
|
|
140
|
+
subscriptionCancellationReason2["TooExpensive"] = "too_expensive";
|
|
141
|
+
subscriptionCancellationReason2["Unused"] = "unused";
|
|
142
|
+
subscriptionCancellationReason2["Other"] = "other";
|
|
143
|
+
return subscriptionCancellationReason2;
|
|
144
|
+
})(subscriptionCancellationReason || {});
|
|
145
145
|
var paymentCancellationReason = /* @__PURE__ */ ((paymentCancellationReason2) => {
|
|
146
146
|
paymentCancellationReason2["abandoned"] = "abandoned";
|
|
147
147
|
paymentCancellationReason2["automatic"] = "automatic";
|
|
@@ -2364,7 +2364,6 @@ export {
|
|
|
2364
2364
|
billingReason,
|
|
2365
2365
|
billingScheme,
|
|
2366
2366
|
camelCaseToWords,
|
|
2367
|
-
cancellationReason,
|
|
2368
2367
|
capitalizeSentence,
|
|
2369
2368
|
captureMethod,
|
|
2370
2369
|
chatType,
|
|
@@ -2405,6 +2404,7 @@ export {
|
|
|
2405
2404
|
snakeToPretty,
|
|
2406
2405
|
status,
|
|
2407
2406
|
stripHtmlTags,
|
|
2407
|
+
subscriptionCancellationReason,
|
|
2408
2408
|
taxBehavior,
|
|
2409
2409
|
taxExempt,
|
|
2410
2410
|
tiersMode,
|