@getcommunity/gc-validators 0.0.43 → 0.0.44

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
@@ -1104,7 +1104,7 @@ type BlogPostDocument = {
1104
1104
 
1105
1105
  type ClientReportDocument = {
1106
1106
  clients?: ClientDocument[];
1107
- name: string;
1107
+ title: string;
1108
1108
  report_id: string;
1109
1109
  is_active: boolean;
1110
1110
  } & BaseDocument;
package/dist/index.d.ts CHANGED
@@ -1104,7 +1104,7 @@ type BlogPostDocument = {
1104
1104
 
1105
1105
  type ClientReportDocument = {
1106
1106
  clients?: ClientDocument[];
1107
- name: string;
1107
+ title: string;
1108
1108
  report_id: string;
1109
1109
  is_active: boolean;
1110
1110
  } & BaseDocument;
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.43",
4
+ "version": "0.0.44",
5
5
  "author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
6
6
  "contributors": [],
7
7
  "main": "dist/index.js",