@frontegg/types
Advanced tools
Comparing version 4.36.2 to 4.37.0
@@ -101,2 +101,10 @@ export interface PrivacyLocalization { | ||
/** | ||
* Error displayed if code input is empty | ||
*/ | ||
codeIsRequired: string; | ||
/** | ||
* Error displayed if code input length less than 6 characters | ||
*/ | ||
codeLengthAtLeast6: string; | ||
/** | ||
* Disable token input placeholder | ||
@@ -103,0 +111,0 @@ */ |
{ | ||
"name": "@frontegg/types", | ||
"version": "4.36.2", | ||
"version": "4.37.0", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180087
5235