@open-tender/types 0.4.83 → 0.4.85

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.
@@ -206,6 +206,7 @@ export interface ConfigContent {
206
206
  skip: string;
207
207
  };
208
208
  mobile: string;
209
+ pointsShop: ConfigContentField;
209
210
  profile: ConfigContentField;
210
211
  punctuation: string;
211
212
  recentItems: ConfigContentField;
@@ -531,4 +532,5 @@ export interface ConfigAccordion {
531
532
  hasCustomize: boolean;
532
533
  hasMadeFor: boolean;
533
534
  hasNotes: boolean;
535
+ hasIngredients: boolean;
534
536
  }
@@ -206,6 +206,7 @@ export interface ConfigContent {
206
206
  skip: string;
207
207
  };
208
208
  mobile: string;
209
+ pointsShop: ConfigContentField;
209
210
  profile: ConfigContentField;
210
211
  punctuation: string;
211
212
  recentItems: ConfigContentField;
@@ -531,4 +532,5 @@ export interface ConfigAccordion {
531
532
  hasCustomize: boolean;
532
533
  hasMadeFor: boolean;
533
534
  hasNotes: boolean;
535
+ hasIngredients: boolean;
534
536
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.83",
3
+ "version": "0.4.85",
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",