@frontegg/types 5.29.0 → 5.31.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.
@@ -161,6 +161,10 @@ export interface SubscriptionsLocalization {
161
161
  * EX: 'Your plan will renew on {{periodEnd}}',
162
162
  */
163
163
  yourPlanWillBeRenewed: string;
164
+ /**
165
+ * EX: 'Your plan is trialing until {{periodEnd}}',
166
+ */
167
+ yourPlanIsTrialing: string;
164
168
  /**
165
169
  */
166
170
  renewalDefault: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "5.29.0",
3
+ "version": "5.31.0",
4
4
  "main": "./node/index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",