@open-tender/types 0.4.98 → 0.4.100

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.
@@ -356,6 +356,7 @@ export interface OrderCreatePos extends Omit<OrderCreate, 'customer'> {
356
356
  phone?: string | null;
357
357
  prep_type?: PrepType | null;
358
358
  notes_internal?: string | null;
359
+ device_type?: DeviceType | null;
359
360
  }
360
361
  export interface OrderCreateSendReceipt {
361
362
  email: string | null;
@@ -11,6 +11,7 @@ export interface KioskBrand {
11
11
  logo: string;
12
12
  logoLight: string;
13
13
  webAppUrl: string;
14
+ gtmContainer2Id?: string;
14
15
  }
15
16
  export interface KioskDisplaySettings {
16
17
  hasCustomize: boolean;
@@ -356,6 +356,7 @@ export interface OrderCreatePos extends Omit<OrderCreate, 'customer'> {
356
356
  phone?: string | null;
357
357
  prep_type?: PrepType | null;
358
358
  notes_internal?: string | null;
359
+ device_type?: DeviceType | null;
359
360
  }
360
361
  export interface OrderCreateSendReceipt {
361
362
  email: string | null;
@@ -11,6 +11,7 @@ export interface KioskBrand {
11
11
  logo: string;
12
12
  logoLight: string;
13
13
  webAppUrl: string;
14
+ gtmContainer2Id?: string;
14
15
  }
15
16
  export interface KioskDisplaySettings {
16
17
  hasCustomize: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.98",
3
+ "version": "0.4.100",
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",