@frontegg/types 5.53.1 → 5.53.2

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.
@@ -246,4 +246,7 @@ export interface SubscriptionsLocalization {
246
246
  unknownDate: string;
247
247
  description: string;
248
248
  };
249
+ subscriptions_CheckoutDialog: {
250
+ errorPlanNotFound: string;
251
+ };
249
252
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "5.53.1",
3
+ "version": "5.53.2",
4
4
  "main": "./node/index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",