@frontegg/types
Advanced tools
Comparing version 5.28.1 to 5.29.0
@@ -125,2 +125,6 @@ export interface SubscriptionsLocalization { | ||
/** | ||
* Plan pricing subtitle | ||
*/ | ||
priceSubtitle: string; | ||
/** | ||
* Unknown plan status | ||
@@ -134,2 +138,6 @@ */ | ||
/** | ||
* Current Plan Trialing status | ||
*/ | ||
trialing: string; | ||
/** | ||
* Cancel plan button text | ||
@@ -147,9 +155,13 @@ */ | ||
/** | ||
* Buy now button text | ||
*/ | ||
buyNowButton: string; | ||
/** | ||
* EX: 'Your plan will be canceled on {{periodEnd}}', | ||
*/ | ||
cancel: string; | ||
yourPlanWillBeCanceled: string; | ||
/** | ||
* EX: 'Your plan will renew on {{periodEnd}}', | ||
*/ | ||
renewal: string; | ||
yourPlanWillBeRenewed: string; | ||
/** | ||
@@ -156,0 +168,0 @@ */ |
{ | ||
"name": "@frontegg/types", | ||
"version": "5.28.1", | ||
"version": "5.29.0", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
210309
6136