@getcommunity/gc-validators 0.0.136 → 0.0.138
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -5
- package/dist/index.d.ts +6 -5
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2234,7 +2234,7 @@ var SCreateNewsletterSignup = v6__namespace.object({
|
|
|
2234
2234
|
last_name: IsValidLastName,
|
|
2235
2235
|
email: IsValidUserEmail,
|
|
2236
2236
|
// hidden fields
|
|
2237
|
-
download_key:
|
|
2237
|
+
download_key: IsValidShortStringNoMin,
|
|
2238
2238
|
product_interest: IsValidProductInterest,
|
|
2239
2239
|
email_consent: IsValidUserConsent,
|
|
2240
2240
|
sms_consent: IsValidUserConsent,
|
|
@@ -2248,7 +2248,7 @@ var SCreateNewsletterSignupDocument = v6__namespace.object({
|
|
|
2248
2248
|
last_name: IsValidLastName,
|
|
2249
2249
|
email: IsValidUserEmail,
|
|
2250
2250
|
// hidden fields
|
|
2251
|
-
download_key:
|
|
2251
|
+
download_key: IsValidShortStringNoMin,
|
|
2252
2252
|
product_interest: IsValidProductInterest,
|
|
2253
2253
|
email_consent: IsValidUserConsent,
|
|
2254
2254
|
sms_consent: IsValidUserConsent,
|
|
@@ -2260,7 +2260,7 @@ var SUpdateNewsletterSignupDocument = v6__namespace.object({
|
|
|
2260
2260
|
last_name: v6__namespace.optional(IsValidLastName),
|
|
2261
2261
|
email: v6__namespace.optional(IsValidUserEmail),
|
|
2262
2262
|
// hidden fields
|
|
2263
|
-
download_key:
|
|
2263
|
+
download_key: IsValidOrUndefinedShortStringNoMin,
|
|
2264
2264
|
product_interest: v6__namespace.optional(IsValidProductInterest),
|
|
2265
2265
|
email_consent: v6__namespace.optional(IsValidUserConsent),
|
|
2266
2266
|
sms_consent: v6__namespace.optional(IsValidUserConsent),
|
|
@@ -2355,7 +2355,7 @@ var SharpSpringSignUpToDownload = v6__namespace.object({
|
|
|
2355
2355
|
last_name: IsValidLastName,
|
|
2356
2356
|
email: IsValidUserEmail,
|
|
2357
2357
|
// hidden fields
|
|
2358
|
-
download_key:
|
|
2358
|
+
download_key: IsValidShortStringNoMin,
|
|
2359
2359
|
email_consent: IsValidUserConsent,
|
|
2360
2360
|
on_page: IsValidRefPage,
|
|
2361
2361
|
captcha: IsValidCaptchaToken,
|