@getcommunity/gc-validators 0.0.90 → 0.0.91
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -157,7 +157,8 @@ var QueryStrapiSearchBlogPosts = v6__namespace.object({
|
|
|
157
157
|
});
|
|
158
158
|
var QueryStrapiSearchBlogPostsBySlug = v6__namespace.object({
|
|
159
159
|
slug: v6__namespace.string(),
|
|
160
|
-
status: v6__namespace.optional(v6__namespace.picklist(["draft", "published"]), "published")
|
|
160
|
+
status: v6__namespace.optional(v6__namespace.picklist(["draft", "published"]), "published"),
|
|
161
|
+
sort: QuerySortBlogPosts
|
|
161
162
|
});
|
|
162
163
|
var QuerySortCategories = v6__namespace.optional(
|
|
163
164
|
v6__namespace.object({
|