@frontegg/types 5.46.1 → 5.47.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.
@@ -179,6 +179,10 @@ export interface SubscriptionsLocalization {
179
179
  * Select plan submit button
180
180
  */
181
181
  continue: string;
182
+ /**
183
+ * Select plan item price sentence {{PRICE}}{{CURRENCY}} per {{INTERVAL}}
184
+ */
185
+ selectPlanPricePerRecurringInterval: string;
182
186
  };
183
187
  subscriptions_Billing: {
184
188
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "5.46.1",
3
+ "version": "5.47.0",
4
4
  "main": "./node/index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",