@getcommunity/gc-validators 0.0.118 → 0.0.120

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
@@ -1004,8 +1004,8 @@ type TeamMemberDocument = {
1004
1004
  trends?: TrendDocument[];
1005
1005
  contact_links?: BlockContact;
1006
1006
  biography: RichTextBlock[];
1007
- featured_image: MediaUploadDocument;
1008
- featured_video: MediaUploadDocument | null;
1007
+ featured_image?: MediaUploadDocument | null;
1008
+ featured_video?: MediaUploadDocument | null;
1009
1009
  blog_posts?: BlogPostDocument[];
1010
1010
  } & BaseDocument;
1011
1011
 
package/dist/index.d.ts CHANGED
@@ -1004,8 +1004,8 @@ type TeamMemberDocument = {
1004
1004
  trends?: TrendDocument[];
1005
1005
  contact_links?: BlockContact;
1006
1006
  biography: RichTextBlock[];
1007
- featured_image: MediaUploadDocument;
1008
- featured_video: MediaUploadDocument | null;
1007
+ featured_image?: MediaUploadDocument | null;
1008
+ featured_video?: MediaUploadDocument | null;
1009
1009
  blog_posts?: BlogPostDocument[];
1010
1010
  } & BaseDocument;
1011
1011
 
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.118",
4
+ "version": "0.0.120",
5
5
  "author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
6
6
  "contributors": [],
7
7
  "main": "dist/index.js",