@frontegg/types 5.27.0 → 5.29.0

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.
@@ -121,6 +121,10 @@ export interface SubscriptionsLocalization {
121
121
  * Current plan section title
122
122
  */
123
123
  title: string;
124
+ /**
125
+ * Plan pricing subtitle
126
+ */
127
+ priceSubtitle: string;
124
128
  /**
125
129
  * Unknown plan status
126
130
  */
@@ -129,6 +133,10 @@ export interface SubscriptionsLocalization {
129
133
  * Current Plan Canceled status
130
134
  */
131
135
  canceled: string;
136
+ /**
137
+ * Current Plan Trialing status
138
+ */
139
+ trialing: string;
132
140
  /**
133
141
  * Cancel plan button text
134
142
  */
@@ -141,14 +149,18 @@ export interface SubscriptionsLocalization {
141
149
  * Update plan button text
142
150
  */
143
151
  updateButton: string;
152
+ /**
153
+ * Buy now button text
154
+ */
155
+ buyNowButton: string;
144
156
  /**
145
157
  * EX: 'Your plan will be canceled on {{periodEnd}}',
146
158
  */
147
- cancel: string;
159
+ yourPlanWillBeCanceled: string;
148
160
  /**
149
161
  * EX: 'Your plan will renew on {{periodEnd}}',
150
162
  */
151
- renewal: string;
163
+ yourPlanWillBeRenewed: string;
152
164
  /**
153
165
  */
154
166
  renewalDefault: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "5.27.0",
3
+ "version": "5.29.0",
4
4
  "main": "./node/index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",