@getcommunity/gc-validators 0.0.121 → 0.0.122

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
@@ -2048,6 +2048,7 @@ var QueryStrapiSearchTeamMembers = v6__namespace.object({
2048
2048
  v6__namespace.pipe(v6__namespace.number(), v6__namespace.minValue(1), v6__namespace.maxValue(LIMIT_BLOG_POST_PAGINATION_MAX_SIZE))
2049
2049
  ),
2050
2050
  name: IsValidOrUndefinedShortString,
2051
+ slug: IsValidOrUndefinedShortString,
2051
2052
  order: v6__namespace.optional(v6__namespace.number()),
2052
2053
  tier: v6__namespace.optional(v6__namespace.picklist(["owner", "manager", "employee"])),
2053
2054
  group: v6__namespace.optional(v6__namespace.picklist(["account", "media", "creative"])),