@getcommunity/gc-validators 0.0.168 → 0.0.170
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 +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3 -2
- 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,
|
|
@@ -2143,7 +2144,7 @@ var SCreateCommentDocument = v6__namespace.object({
|
|
|
2143
2144
|
id: IsValidReferenceId,
|
|
2144
2145
|
name: IsValidShortString
|
|
2145
2146
|
}),
|
|
2146
|
-
threadOf:
|
|
2147
|
+
threadOf: IsValidOrUndefinedShortStringNoMin
|
|
2147
2148
|
});
|
|
2148
2149
|
var SUpdateCommentDocument = v6__namespace.object({
|
|
2149
2150
|
relation: IsValidShortString,
|