@open-tender/types 0.4.153 → 0.4.155

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.
@@ -518,6 +518,7 @@ export interface ConfigRecaptcha {
518
518
  donations: boolean;
519
519
  giftCards: boolean;
520
520
  login: boolean;
521
+ signup: boolean;
521
522
  androidKey: string;
522
523
  iOsKey: string;
523
524
  }
@@ -16,6 +16,7 @@ export interface CustomerCreate {
16
16
  last_name: string;
17
17
  password?: string;
18
18
  phone: string;
19
+ recaptcha_token?: string;
19
20
  }
20
21
  export interface Customer {
21
22
  accepts_marketing: boolean;
@@ -518,6 +518,7 @@ export interface ConfigRecaptcha {
518
518
  donations: boolean;
519
519
  giftCards: boolean;
520
520
  login: boolean;
521
+ signup: boolean;
521
522
  androidKey: string;
522
523
  iOsKey: string;
523
524
  }
@@ -16,6 +16,7 @@ export interface CustomerCreate {
16
16
  last_name: string;
17
17
  password?: string;
18
18
  phone: string;
19
+ recaptcha_token?: string;
19
20
  }
20
21
  export interface Customer {
21
22
  accepts_marketing: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.153",
3
+ "version": "0.4.155",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",