@open-tender/types 0.2.113 → 0.2.114

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
  giftCards: ConfigContentField;
207
207
  gratuity: ConfigContentField;
208
208
  guest: ConfigContentField;
209
+ pointsShop: ConfigContentField;
209
210
  promoCodes: ConfigContentField;
210
211
  signUp: ConfigContentField;
211
212
  subtitle: string;
@@ -206,6 +206,7 @@ export interface ConfigContent {
206
206
  giftCards: ConfigContentField;
207
207
  gratuity: ConfigContentField;
208
208
  guest: ConfigContentField;
209
+ pointsShop: ConfigContentField;
209
210
  promoCodes: ConfigContentField;
210
211
  signUp: ConfigContentField;
211
212
  subtitle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.113",
3
+ "version": "0.2.114",
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",