@getcommunity/gc-validators 0.0.111 → 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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1850,7 +1850,7 @@ var SCreateNewsletterSignup = v6__namespace.object({
|
|
|
1850
1850
|
on_page: IsValidRefPage,
|
|
1851
1851
|
captcha: IsValidCaptchaToken,
|
|
1852
1852
|
// honeypot field
|
|
1853
|
-
middle_name: v6__namespace.
|
|
1853
|
+
middle_name: v6__namespace.string()
|
|
1854
1854
|
});
|
|
1855
1855
|
var SCreateResume = v6__namespace.object({
|
|
1856
1856
|
first_name: IsValidFirstName,
|
|
@@ -1941,7 +1941,7 @@ var SharpSpringSignUpToDownload = v6__namespace.object({
|
|
|
1941
1941
|
on_page: IsValidRefPage,
|
|
1942
1942
|
captcha: IsValidCaptchaToken,
|
|
1943
1943
|
// honeypot field
|
|
1944
|
-
middle_name: v6__namespace.
|
|
1944
|
+
middle_name: v6__namespace.string()
|
|
1945
1945
|
});
|
|
1946
1946
|
var SEntityRelationPositionBefore = v6__namespace.object({
|
|
1947
1947
|
before: IsValidReferenceDocumentId
|