@getcommunity/gc-validators 0.0.168 → 0.0.169
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 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2121,7 +2121,8 @@ var QueryStrapiFilterComments = v6__namespace.object({
|
|
|
2121
2121
|
var QueryStrapiCommentsInHeirarchy = v6__namespace.object({
|
|
2122
2122
|
relation: IsValidShortString,
|
|
2123
2123
|
sort: v6__namespace.optional(v6__namespace.array(QueryStrapiSortComments)),
|
|
2124
|
-
filters: v6__namespace.optional(QueryStrapiFilterComments)
|
|
2124
|
+
filters: v6__namespace.optional(QueryStrapiFilterComments),
|
|
2125
|
+
nested_levels: v6__namespace.optional(v6__namespace.pipe(v6__namespace.number(), v6__namespace.minValue(1)))
|
|
2125
2126
|
});
|
|
2126
2127
|
var QueryStrapiCommentsFlat = v6__namespace.object({
|
|
2127
2128
|
relation: IsValidShortString,
|