@getcommunity/gc-validators 0.0.110 → 0.0.112
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 +6 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1848,7 +1848,9 @@ var SCreateNewsletterSignup = v6__namespace.object({
|
|
|
1848
1848
|
// hidden fields
|
|
1849
1849
|
email_consent: IsValidUserConsent,
|
|
1850
1850
|
on_page: IsValidRefPage,
|
|
1851
|
-
captcha: IsValidCaptchaToken
|
|
1851
|
+
captcha: IsValidCaptchaToken,
|
|
1852
|
+
// honeypot field
|
|
1853
|
+
middle_name: v6__namespace.string()
|
|
1852
1854
|
});
|
|
1853
1855
|
var SCreateResume = v6__namespace.object({
|
|
1854
1856
|
first_name: IsValidFirstName,
|
|
@@ -1937,7 +1939,9 @@ var SharpSpringSignUpToDownload = v6__namespace.object({
|
|
|
1937
1939
|
download_key: IsValidShortString,
|
|
1938
1940
|
email_consent: IsValidUserConsent,
|
|
1939
1941
|
on_page: IsValidRefPage,
|
|
1940
|
-
captcha: IsValidCaptchaToken
|
|
1942
|
+
captcha: IsValidCaptchaToken,
|
|
1943
|
+
// honeypot field
|
|
1944
|
+
middle_name: v6__namespace.string()
|
|
1941
1945
|
});
|
|
1942
1946
|
var SEntityRelationPositionBefore = v6__namespace.object({
|
|
1943
1947
|
before: IsValidReferenceDocumentId
|