@getcommunity/gc-validators 0.0.108 → 0.0.109

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.d.cts CHANGED
@@ -1157,6 +1157,7 @@ type ClientUserDocumentStatus = {
1157
1157
 
1158
1158
  type ProductDocument = {
1159
1159
  title: string;
1160
+ slug: string;
1160
1161
  introduction: string;
1161
1162
  flyer_link: string | null;
1162
1163
  featured_image: MediaUploadDocument;
package/dist/index.d.ts CHANGED
@@ -1157,6 +1157,7 @@ type ClientUserDocumentStatus = {
1157
1157
 
1158
1158
  type ProductDocument = {
1159
1159
  title: string;
1160
+ slug: string;
1160
1161
  introduction: string;
1161
1162
  flyer_link: string | null;
1162
1163
  featured_image: MediaUploadDocument;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@getcommunity/gc-validators",
3
3
  "description": "Schema Validator for GetCommunity types",
4
- "version": "0.0.108",
4
+ "version": "0.0.109",
5
5
  "author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
6
6
  "contributors": [],
7
7
  "main": "dist/index.js",