@open-tender/types 0.4.161 → 0.4.162

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.
@@ -420,6 +420,7 @@ export interface ConfigContent {
420
420
  background: string;
421
421
  displayed: (keyof CustomerCreate)[];
422
422
  display_marketing_message: boolean;
423
+ require_home_store: boolean;
423
424
  email: string;
424
425
  marketing: string;
425
426
  push: string;
@@ -420,6 +420,7 @@ export interface ConfigContent {
420
420
  background: string;
421
421
  displayed: (keyof CustomerCreate)[];
422
422
  display_marketing_message: boolean;
423
+ require_home_store: boolean;
423
424
  email: string;
424
425
  marketing: string;
425
426
  push: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.161",
3
+ "version": "0.4.162",
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",