@getcommunity/gc-validators 0.0.21 → 0.0.22

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
@@ -957,7 +957,7 @@ type BlogPostDocument = {
957
957
  } & BaseDocument;
958
958
 
959
959
  type ClientReportDocument = {
960
- client?: ClientDocument;
960
+ clients?: ClientDocument[];
961
961
  name: string;
962
962
  report_id: string;
963
963
  is_active: boolean;
package/dist/index.d.ts CHANGED
@@ -957,7 +957,7 @@ type BlogPostDocument = {
957
957
  } & BaseDocument;
958
958
 
959
959
  type ClientReportDocument = {
960
- client?: ClientDocument;
960
+ clients?: ClientDocument[];
961
961
  name: string;
962
962
  report_id: string;
963
963
  is_active: boolean;
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.21",
4
+ "version": "0.0.22",
5
5
  "author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
6
6
  "contributors": [],
7
7
  "main": "dist/index.js",