@getcommunity/gc-validators 0.0.114 → 0.0.115
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1816,7 +1816,7 @@ var SCreateNewsletterSignup = v6__namespace.object({
|
|
|
1816
1816
|
last_name: IsValidLastName,
|
|
1817
1817
|
email: IsValidUserEmail,
|
|
1818
1818
|
// hidden fields
|
|
1819
|
-
download_key:
|
|
1819
|
+
download_key: IsValidShortString,
|
|
1820
1820
|
product_interest: IsValidProductInterest,
|
|
1821
1821
|
email_consent: IsValidUserConsent,
|
|
1822
1822
|
sms_consent: IsValidUserConsent,
|