@open-tender/types 0.4.40 → 0.4.41

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.
package/dist/.DS_Store CHANGED
Binary file
@@ -87,3 +87,6 @@ export interface Devices {
87
87
  servers: PosServers;
88
88
  }
89
89
  export declare type DevicesList = Devices[];
90
+ export interface DeviceRead {
91
+ data: string;
92
+ }
@@ -39,7 +39,7 @@ export declare type ReceiptType = 'SALE' | 'REFUND';
39
39
  export declare type ChannelType = 'POS' | 'ONLINE' | 'APP' | 'PHONE' | 'KIOSK' | 'PORTAL';
40
40
  export declare type OrderStatus = 'OPEN' | 'HELD' | 'CLOSED' | 'VOID' | 'PENDING';
41
41
  export declare type TenderStatus = 'AUTHORIZED' | 'PAID' | 'REFUNDED' | 'VOID' | 'FAILED';
42
- export declare type EntityType = 'TIME_PUNCH' | 'CASH_EVENT' | 'ORDER' | 'DEPARTMENT' | 'DEVICES' | 'DISCOUNT' | 'EMPLOYEE' | 'HOUSE_ACCOUNT' | 'LOCATION' | 'MENU' | 'MENU_PAGE' | 'SELECT_OPTION' | 'SURCHARGE' | 'TAX' | 'STORE' | 'REVENUE_CENTER' | 'ITEM_TYPE' | 'QRCODE';
42
+ export declare type EntityType = 'DEVICES' | 'DISCOUNT' | 'EMPLOYEE' | 'HOUSE_ACCOUNT' | 'ITEM_COLORS' | 'ITEM_TYPE' | 'KIOSK_CONFIG' | 'LEVELUP' | 'MENU' | 'POS_MESSAGE' | 'POS_PAGE' | 'QRCODE' | 'SELECT_OPTION' | 'STORE' | 'SURCHARGE' | 'TAX';
43
43
  export interface PicklistOption {
44
44
  name: string;
45
45
  value: string | number;
@@ -87,3 +87,6 @@ export interface Devices {
87
87
  servers: PosServers;
88
88
  }
89
89
  export declare type DevicesList = Devices[];
90
+ export interface DeviceRead {
91
+ data: string;
92
+ }
@@ -39,7 +39,7 @@ export declare type ReceiptType = 'SALE' | 'REFUND';
39
39
  export declare type ChannelType = 'POS' | 'ONLINE' | 'APP' | 'PHONE' | 'KIOSK' | 'PORTAL';
40
40
  export declare type OrderStatus = 'OPEN' | 'HELD' | 'CLOSED' | 'VOID' | 'PENDING';
41
41
  export declare type TenderStatus = 'AUTHORIZED' | 'PAID' | 'REFUNDED' | 'VOID' | 'FAILED';
42
- export declare type EntityType = 'TIME_PUNCH' | 'CASH_EVENT' | 'ORDER' | 'DEPARTMENT' | 'DEVICES' | 'DISCOUNT' | 'EMPLOYEE' | 'HOUSE_ACCOUNT' | 'LOCATION' | 'MENU' | 'MENU_PAGE' | 'SELECT_OPTION' | 'SURCHARGE' | 'TAX' | 'STORE' | 'REVENUE_CENTER' | 'ITEM_TYPE' | 'QRCODE';
42
+ export declare type EntityType = 'DEVICES' | 'DISCOUNT' | 'EMPLOYEE' | 'HOUSE_ACCOUNT' | 'ITEM_COLORS' | 'ITEM_TYPE' | 'KIOSK_CONFIG' | 'LEVELUP' | 'MENU' | 'POS_MESSAGE' | 'POS_PAGE' | 'QRCODE' | 'SELECT_OPTION' | 'STORE' | 'SURCHARGE' | 'TAX';
43
43
  export interface PicklistOption {
44
44
  name: string;
45
45
  value: string | number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.40",
3
+ "version": "0.4.41",
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",