@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.d.mts
CHANGED
|
@@ -1168,7 +1168,7 @@ declare enum userStatus {
|
|
|
1168
1168
|
Active = "Active",
|
|
1169
1169
|
Inactive = "Inactive"
|
|
1170
1170
|
}
|
|
1171
|
-
declare enum
|
|
1171
|
+
declare enum subscriptionCancellationReason {
|
|
1172
1172
|
CustomerService = "customer_service",
|
|
1173
1173
|
LowQuality = "low_quality",
|
|
1174
1174
|
MissingFeatures = "missing_features",
|
|
@@ -4099,4 +4099,4 @@ declare const defaultsWithTypes: {
|
|
|
4099
4099
|
};
|
|
4100
4100
|
};
|
|
4101
4101
|
|
|
4102
|
-
export { type ActivityInterface, type AddressInterface, type AnalyticsQueryInterface, AppMode, type AutomaticTaxInterface, CalculationType, type CampaignInterface, CampaignType, type CancellationDetailsInterface, type CardInterface, CategoryType, ChartType, type ChatInterface, type ClientInterface, type CommentInterface, type ContactInterface, type ContentInterface, ContentType, type CurrentRateInterface, type DealInterface, DealType, DeviceNotification, type EmailInterface, type EngagementInterface, FeatureType, type FileInterface, type FilterInterface, FilterType, FormFieldOrder, FormFieldType, FrequencyType, Gender, type GenericPayload, type IntegrationInterface, type InventoryInterface, type InvoiceInterface, LandingPath, LandingView, type LeadInterface, LeadType, type ListInterface, type MarketingFeatureInterface, type ModelInterface, ModelType, type Notation, type NotificationInterface, type OperationInterface, OrganizationFeatures, type OrganizationInterface, type OrganizationModelInterface, type PackageDimensionsInterface, type PauseCollectionInterface, type PaymentInterface, type PaymentMethodInterface, type PermissionInterface, PermissionType, PlatformLanguage, type PoolInterface, type PriceInterface, type PriceRecurringInterface, Priority, type ProductInterface, type PromptInterface, type QueryFilterInterface, type RegisterInterface, type ReportInterface, type SchemaInterface, type SentEmailInterface, SourceType, type StatisticInterface, type StripeAccountInterface, type StripeCustomer, type StripePaymentIntent, type SubscriptionInterface, type TagInterface, type TaskInterface, type TokenInterface, type UsageInterface, UsageType, type UserInterface, UserSettingType, type WaitlistInterface, accountType, action, automaticTaxStatus, billingReason, billingScheme, camelCaseToWords,
|
|
4102
|
+
export { type ActivityInterface, type AddressInterface, type AnalyticsQueryInterface, AppMode, type AutomaticTaxInterface, CalculationType, type CampaignInterface, CampaignType, type CancellationDetailsInterface, type CardInterface, CategoryType, ChartType, type ChatInterface, type ClientInterface, type CommentInterface, type ContactInterface, type ContentInterface, ContentType, type CurrentRateInterface, type DealInterface, DealType, DeviceNotification, type EmailInterface, type EngagementInterface, FeatureType, type FileInterface, type FilterInterface, FilterType, FormFieldOrder, FormFieldType, FrequencyType, Gender, type GenericPayload, type IntegrationInterface, type InventoryInterface, type InvoiceInterface, LandingPath, LandingView, type LeadInterface, LeadType, type ListInterface, type MarketingFeatureInterface, type ModelInterface, ModelType, type Notation, type NotificationInterface, type OperationInterface, OrganizationFeatures, type OrganizationInterface, type OrganizationModelInterface, type PackageDimensionsInterface, type PauseCollectionInterface, type PaymentInterface, type PaymentMethodInterface, type PermissionInterface, PermissionType, PlatformLanguage, type PoolInterface, type PriceInterface, type PriceRecurringInterface, Priority, type ProductInterface, type PromptInterface, type QueryFilterInterface, type RegisterInterface, type ReportInterface, type SchemaInterface, type SentEmailInterface, SourceType, type StatisticInterface, type StripeAccountInterface, type StripeCustomer, type StripePaymentIntent, type SubscriptionInterface, type TagInterface, type TaskInterface, type TokenInterface, type UsageInterface, UsageType, type UserInterface, UserSettingType, type WaitlistInterface, accountType, action, automaticTaxStatus, billingReason, billingScheme, camelCaseToWords, capitalizeSentence, captureMethod, chatType, clientType, collectionMethod, commentRole, constants, currency, customerType, defaults, defaultsWithTypes, disputeReason, disputeStatus, formatPhoneNumber, getRandomArbitrary, grabAge, integrationType, isNumber, largeNumberLabel, missingPaymentMethod, normalizeKey, openInNewTab, operationType, organizationFilterType, paymentAllowRedirect, paymentCancellationReason, paymentFutureUsage, paymentMethodAllowReDisplay, paymentMethodType, paymentStatus, prettifyString, priceType, productType, refundFailureReason, refundPendingReason, refundReason, refundStatus, snakeToPretty, status, stripHtmlTags, subscriptionCancellationReason, taxBehavior, taxExempt, tiersMode, toCurrencyValue, userRole, userSource, userStatus, validEmail };
|
package/dist/index.d.ts
CHANGED
|
@@ -1168,7 +1168,7 @@ declare enum userStatus {
|
|
|
1168
1168
|
Active = "Active",
|
|
1169
1169
|
Inactive = "Inactive"
|
|
1170
1170
|
}
|
|
1171
|
-
declare enum
|
|
1171
|
+
declare enum subscriptionCancellationReason {
|
|
1172
1172
|
CustomerService = "customer_service",
|
|
1173
1173
|
LowQuality = "low_quality",
|
|
1174
1174
|
MissingFeatures = "missing_features",
|
|
@@ -4099,4 +4099,4 @@ declare const defaultsWithTypes: {
|
|
|
4099
4099
|
};
|
|
4100
4100
|
};
|
|
4101
4101
|
|
|
4102
|
-
export { type ActivityInterface, type AddressInterface, type AnalyticsQueryInterface, AppMode, type AutomaticTaxInterface, CalculationType, type CampaignInterface, CampaignType, type CancellationDetailsInterface, type CardInterface, CategoryType, ChartType, type ChatInterface, type ClientInterface, type CommentInterface, type ContactInterface, type ContentInterface, ContentType, type CurrentRateInterface, type DealInterface, DealType, DeviceNotification, type EmailInterface, type EngagementInterface, FeatureType, type FileInterface, type FilterInterface, FilterType, FormFieldOrder, FormFieldType, FrequencyType, Gender, type GenericPayload, type IntegrationInterface, type InventoryInterface, type InvoiceInterface, LandingPath, LandingView, type LeadInterface, LeadType, type ListInterface, type MarketingFeatureInterface, type ModelInterface, ModelType, type Notation, type NotificationInterface, type OperationInterface, OrganizationFeatures, type OrganizationInterface, type OrganizationModelInterface, type PackageDimensionsInterface, type PauseCollectionInterface, type PaymentInterface, type PaymentMethodInterface, type PermissionInterface, PermissionType, PlatformLanguage, type PoolInterface, type PriceInterface, type PriceRecurringInterface, Priority, type ProductInterface, type PromptInterface, type QueryFilterInterface, type RegisterInterface, type ReportInterface, type SchemaInterface, type SentEmailInterface, SourceType, type StatisticInterface, type StripeAccountInterface, type StripeCustomer, type StripePaymentIntent, type SubscriptionInterface, type TagInterface, type TaskInterface, type TokenInterface, type UsageInterface, UsageType, type UserInterface, UserSettingType, type WaitlistInterface, accountType, action, automaticTaxStatus, billingReason, billingScheme, camelCaseToWords,
|
|
4102
|
+
export { type ActivityInterface, type AddressInterface, type AnalyticsQueryInterface, AppMode, type AutomaticTaxInterface, CalculationType, type CampaignInterface, CampaignType, type CancellationDetailsInterface, type CardInterface, CategoryType, ChartType, type ChatInterface, type ClientInterface, type CommentInterface, type ContactInterface, type ContentInterface, ContentType, type CurrentRateInterface, type DealInterface, DealType, DeviceNotification, type EmailInterface, type EngagementInterface, FeatureType, type FileInterface, type FilterInterface, FilterType, FormFieldOrder, FormFieldType, FrequencyType, Gender, type GenericPayload, type IntegrationInterface, type InventoryInterface, type InvoiceInterface, LandingPath, LandingView, type LeadInterface, LeadType, type ListInterface, type MarketingFeatureInterface, type ModelInterface, ModelType, type Notation, type NotificationInterface, type OperationInterface, OrganizationFeatures, type OrganizationInterface, type OrganizationModelInterface, type PackageDimensionsInterface, type PauseCollectionInterface, type PaymentInterface, type PaymentMethodInterface, type PermissionInterface, PermissionType, PlatformLanguage, type PoolInterface, type PriceInterface, type PriceRecurringInterface, Priority, type ProductInterface, type PromptInterface, type QueryFilterInterface, type RegisterInterface, type ReportInterface, type SchemaInterface, type SentEmailInterface, SourceType, type StatisticInterface, type StripeAccountInterface, type StripeCustomer, type StripePaymentIntent, type SubscriptionInterface, type TagInterface, type TaskInterface, type TokenInterface, type UsageInterface, UsageType, type UserInterface, UserSettingType, type WaitlistInterface, accountType, action, automaticTaxStatus, billingReason, billingScheme, camelCaseToWords, capitalizeSentence, captureMethod, chatType, clientType, collectionMethod, commentRole, constants, currency, customerType, defaults, defaultsWithTypes, disputeReason, disputeStatus, formatPhoneNumber, getRandomArbitrary, grabAge, integrationType, isNumber, largeNumberLabel, missingPaymentMethod, normalizeKey, openInNewTab, operationType, organizationFilterType, paymentAllowRedirect, paymentCancellationReason, paymentFutureUsage, paymentMethodAllowReDisplay, paymentMethodType, paymentStatus, prettifyString, priceType, productType, refundFailureReason, refundPendingReason, refundReason, refundStatus, snakeToPretty, status, stripHtmlTags, subscriptionCancellationReason, taxBehavior, taxExempt, tiersMode, toCurrencyValue, userRole, userSource, userStatus, validEmail };
|
package/dist/index.js
CHANGED
|
@@ -51,7 +51,6 @@ __export(index_exports, {
|
|
|
51
51
|
billingReason: () => billingReason,
|
|
52
52
|
billingScheme: () => billingScheme,
|
|
53
53
|
camelCaseToWords: () => camelCaseToWords,
|
|
54
|
-
cancellationReason: () => cancellationReason,
|
|
55
54
|
capitalizeSentence: () => capitalizeSentence,
|
|
56
55
|
captureMethod: () => captureMethod,
|
|
57
56
|
chatType: () => chatType,
|
|
@@ -92,6 +91,7 @@ __export(index_exports, {
|
|
|
92
91
|
snakeToPretty: () => snakeToPretty,
|
|
93
92
|
status: () => status,
|
|
94
93
|
stripHtmlTags: () => stripHtmlTags,
|
|
94
|
+
subscriptionCancellationReason: () => subscriptionCancellationReason,
|
|
95
95
|
taxBehavior: () => taxBehavior,
|
|
96
96
|
taxExempt: () => taxExempt,
|
|
97
97
|
tiersMode: () => tiersMode,
|
|
@@ -236,17 +236,17 @@ var userStatus = /* @__PURE__ */ ((userStatus2) => {
|
|
|
236
236
|
userStatus2["Inactive"] = "Inactive";
|
|
237
237
|
return userStatus2;
|
|
238
238
|
})(userStatus || {});
|
|
239
|
-
var
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
return
|
|
249
|
-
})(
|
|
239
|
+
var subscriptionCancellationReason = /* @__PURE__ */ ((subscriptionCancellationReason2) => {
|
|
240
|
+
subscriptionCancellationReason2["CustomerService"] = "customer_service";
|
|
241
|
+
subscriptionCancellationReason2["LowQuality"] = "low_quality";
|
|
242
|
+
subscriptionCancellationReason2["MissingFeatures"] = "missing_features";
|
|
243
|
+
subscriptionCancellationReason2["SwitchedService"] = "switched_service";
|
|
244
|
+
subscriptionCancellationReason2["TooComplex"] = "too_complex";
|
|
245
|
+
subscriptionCancellationReason2["TooExpensive"] = "too_expensive";
|
|
246
|
+
subscriptionCancellationReason2["Unused"] = "unused";
|
|
247
|
+
subscriptionCancellationReason2["Other"] = "other";
|
|
248
|
+
return subscriptionCancellationReason2;
|
|
249
|
+
})(subscriptionCancellationReason || {});
|
|
250
250
|
var paymentCancellationReason = /* @__PURE__ */ ((paymentCancellationReason2) => {
|
|
251
251
|
paymentCancellationReason2["abandoned"] = "abandoned";
|
|
252
252
|
paymentCancellationReason2["automatic"] = "automatic";
|
|
@@ -2470,7 +2470,6 @@ var defaultsWithTypes_default = defaultsWithTypes;
|
|
|
2470
2470
|
billingReason,
|
|
2471
2471
|
billingScheme,
|
|
2472
2472
|
camelCaseToWords,
|
|
2473
|
-
cancellationReason,
|
|
2474
2473
|
capitalizeSentence,
|
|
2475
2474
|
captureMethod,
|
|
2476
2475
|
chatType,
|
|
@@ -2511,6 +2510,7 @@ var defaultsWithTypes_default = defaultsWithTypes;
|
|
|
2511
2510
|
snakeToPretty,
|
|
2512
2511
|
status,
|
|
2513
2512
|
stripHtmlTags,
|
|
2513
|
+
subscriptionCancellationReason,
|
|
2514
2514
|
taxBehavior,
|
|
2515
2515
|
taxExempt,
|
|
2516
2516
|
tiersMode,
|