@getcommunity/gc-validators 0.0.107 → 0.0.108

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
@@ -1227,6 +1227,7 @@ type LeadDocument = {
1227
1227
  email_consent: boolean;
1228
1228
  sms_consent: boolean;
1229
1229
  on_page: string;
1230
+ captcha: string;
1230
1231
  product_interest: string | null;
1231
1232
  } & BaseDocument;
1232
1233
 
@@ -1241,6 +1242,7 @@ type ResumeDocument = {
1241
1242
  email_consent: boolean;
1242
1243
  sms_consent: boolean;
1243
1244
  on_page: string;
1245
+ captcha: string;
1244
1246
  } & BaseDocument;
1245
1247
 
1246
1248
  type UrlRedirectStatusCode = "found_302" | "moved_permanently_301" | "temporary_redirect_307" | "gone_410" | "unavailable_for_legal_reasons_451";
package/dist/index.d.ts CHANGED
@@ -1227,6 +1227,7 @@ type LeadDocument = {
1227
1227
  email_consent: boolean;
1228
1228
  sms_consent: boolean;
1229
1229
  on_page: string;
1230
+ captcha: string;
1230
1231
  product_interest: string | null;
1231
1232
  } & BaseDocument;
1232
1233
 
@@ -1241,6 +1242,7 @@ type ResumeDocument = {
1241
1242
  email_consent: boolean;
1242
1243
  sms_consent: boolean;
1243
1244
  on_page: string;
1245
+ captcha: string;
1244
1246
  } & BaseDocument;
1245
1247
 
1246
1248
  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.108",
5
5
  "author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
6
6
  "contributors": [],
7
7
  "main": "dist/index.js",