@frontegg/types 5.49.0 → 5.50.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.
@@ -1,5 +1,5 @@
1
1
  export interface FronteggCheckoutDialogOptions {
2
- planId?: string;
2
+ plan?: string;
3
3
  onClose?: () => void;
4
4
  onSuccess?: () => void;
5
5
  onError?: (msg: string) => void;
@@ -137,6 +137,10 @@ export interface SubscriptionsLocalization {
137
137
  * Current Plan Trialing status
138
138
  */
139
139
  trialing: string;
140
+ /**
141
+ * Current Plan Trial End status
142
+ */
143
+ trialEnded: string;
140
144
  /**
141
145
  * Cancel plan button text
142
146
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "5.49.0",
3
+ "version": "5.50.0",
4
4
  "main": "./node/index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",