@getcommunity/gc-validators 0.0.140 → 0.0.141

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 CHANGED
@@ -2026,7 +2026,8 @@ var SCreateGCFlyTourDocument = v6__namespace.object({
2026
2026
  slug: IsValidSlug,
2027
2027
  utm_key: IsValidOrUndefinedUrlUtmKey,
2028
2028
  is_active: IsValidIsBoolean,
2029
- is_hidden: IsValidIsBoolean
2029
+ is_hidden: IsValidIsBoolean,
2030
+ clients: IsValidOrUndefinedReferenceDocumentIdList
2030
2031
  });
2031
2032
  var SUpdateGCFlyTourDocument = v6__namespace.object({
2032
2033
  title: IsValidOrUndefinedShortString,