@open-tender/types
Advanced tools
Comparing version 0.4.40 to 0.4.41
@@ -90,1 +90,4 @@ export interface PosPrinter { | ||
export declare type DevicesList = Devices[]; | ||
export interface DeviceRead { | ||
data: string; | ||
} |
@@ -42,3 +42,3 @@ export interface Modal { | ||
export declare type TenderStatus = 'AUTHORIZED' | 'PAID' | 'REFUNDED' | 'VOID' | 'FAILED'; | ||
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'; | ||
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'; | ||
export interface PicklistOption { | ||
@@ -45,0 +45,0 @@ name: string; |
@@ -90,1 +90,4 @@ export interface PosPrinter { | ||
export declare type DevicesList = Devices[]; | ||
export interface DeviceRead { | ||
data: string; | ||
} |
@@ -42,3 +42,3 @@ export interface Modal { | ||
export declare type TenderStatus = 'AUTHORIZED' | 'PAID' | 'REFUNDED' | 'VOID' | 'FAILED'; | ||
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'; | ||
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'; | ||
export interface PicklistOption { | ||
@@ -45,0 +45,0 @@ name: string; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.4.40", | ||
"version": "0.4.41", | ||
"description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
Sorry, the diff of this file is not supported yet
262870
8370