@getcommunity/gc-validators 0.0.107 → 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;
@@ -1227,6 +1228,7 @@ type LeadDocument = {
1227
1228
  email_consent: boolean;
1228
1229
  sms_consent: boolean;
1229
1230
  on_page: string;
1231
+ captcha: string;
1230
1232
  product_interest: string | null;
1231
1233
  } & BaseDocument;
1232
1234
 
@@ -1241,6 +1243,7 @@ type ResumeDocument = {
1241
1243
  email_consent: boolean;
1242
1244
  sms_consent: boolean;
1243
1245
  on_page: string;
1246
+ captcha: string;
1244
1247
  } & BaseDocument;
1245
1248
 
1246
1249
  type UrlRedirectStatusCode = "found_302" | "moved_permanently_301" | "temporary_redirect_307" | "gone_410" | "unavailable_for_legal_reasons_451";
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;
@@ -1227,6 +1228,7 @@ type LeadDocument = {
1227
1228
  email_consent: boolean;
1228
1229
  sms_consent: boolean;
1229
1230
  on_page: string;
1231
+ captcha: string;
1230
1232
  product_interest: string | null;
1231
1233
  } & BaseDocument;
1232
1234
 
@@ -1241,6 +1243,7 @@ type ResumeDocument = {
1241
1243
  email_consent: boolean;
1242
1244
  sms_consent: boolean;
1243
1245
  on_page: string;
1246
+ captcha: string;
1244
1247
  } & BaseDocument;
1245
1248
 
1246
1249
  type UrlRedirectStatusCode = "found_302" | "moved_permanently_301" | "temporary_redirect_307" | "gone_410" | "unavailable_for_legal_reasons_451";
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.107",
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",