@open-tender/types
Advanced tools
Comparing version 0.4.86 to 0.4.87
@@ -355,2 +355,3 @@ import { ISOString, RequestedAt } from '../datetimes'; | ||
prep_type?: PrepType | null; | ||
notes_internal?: string | null; | ||
} | ||
@@ -357,0 +358,0 @@ export interface OrderCreateSendReceipt { |
@@ -77,2 +77,3 @@ import { TimezonePython } from '../datetimes'; | ||
description: string; | ||
display_view_only_menu: boolean; | ||
email: string; | ||
@@ -210,2 +211,3 @@ favicon: string; | ||
mobile: string; | ||
pointsShop: ConfigContentField; | ||
profile: ConfigContentField; | ||
@@ -390,2 +392,3 @@ punctuation: string; | ||
background: string; | ||
display_full_address: boolean; | ||
mobile: string; | ||
@@ -536,2 +539,3 @@ statusMessages: { | ||
hasNotes: boolean; | ||
hasIngredients: boolean; | ||
} |
import { DateString, ISOString, ISOStringOffset, RequestedAt, TimeHuman, TimezonePython } from '../datetimes'; | ||
import { CardType, CardTypeName, ChannelType, DeviceType, DiscountAuthType, Images, Money, NegativeMoney, OrderStatus, OrderType, ReceiptType, ServiceType, TenderStatus, TenderType } from '../global'; | ||
import { CardType, CardTypeName, ChannelType, DeviceType, DiscountAuthType, Images, Money, NegativeMoney, OrderStatus, OrderType, PrepType, ReceiptType, ServiceType, TenderStatus, TenderType } from '../global'; | ||
import { CreditCard, CreditCards } from './creditCards'; | ||
@@ -141,2 +141,3 @@ import { Address, Customer, GiftCard, HouseAccounts } from './customer'; | ||
prep_status: PrepStatus; | ||
prep_type: PrepType | null; | ||
ready_at: ISOString | null; | ||
@@ -143,0 +144,0 @@ requested_at: ISOString; |
@@ -1,2 +0,2 @@ | ||
import { TimeString } from '../datetimes'; | ||
import { ISOString, TimeString } from '../datetimes'; | ||
import { Decimal, Money, PrepType, ServiceType, TenderType, Weekday } from '../global'; | ||
@@ -59,2 +59,4 @@ export declare type PaymentProcessor = 'NONE' | 'CARDCONNECT' | 'VANTIV' | 'CLOVER' | 'NMI'; | ||
} | ||
export declare type MenuType = 'SCROLLABLE' | 'PAGE'; | ||
export declare type NavigationPageType = 'TOP' | 'LEFT' | 'RIGHT'; | ||
export interface Store { | ||
@@ -129,3 +131,9 @@ address: StoreAddress; | ||
week_start_day: Weekday; | ||
disable_kiosk_until: ISOString | null; | ||
display_category_nav_page: boolean; | ||
guest_name_required: boolean; | ||
menu_type: MenuType; | ||
navigation_page: NavigationPageType; | ||
collect_table_number: boolean; | ||
} | ||
export declare type Stores = Store[]; |
@@ -355,2 +355,3 @@ import { ISOString, RequestedAt } from '../datetimes'; | ||
prep_type?: PrepType | null; | ||
notes_internal?: string | null; | ||
} | ||
@@ -357,0 +358,0 @@ export interface OrderCreateSendReceipt { |
@@ -77,2 +77,3 @@ import { TimezonePython } from '../datetimes'; | ||
description: string; | ||
display_view_only_menu: boolean; | ||
email: string; | ||
@@ -210,2 +211,3 @@ favicon: string; | ||
mobile: string; | ||
pointsShop: ConfigContentField; | ||
profile: ConfigContentField; | ||
@@ -390,2 +392,3 @@ punctuation: string; | ||
background: string; | ||
display_full_address: boolean; | ||
mobile: string; | ||
@@ -536,2 +539,3 @@ statusMessages: { | ||
hasNotes: boolean; | ||
hasIngredients: boolean; | ||
} |
import { DateString, ISOString, ISOStringOffset, RequestedAt, TimeHuman, TimezonePython } from '../datetimes'; | ||
import { CardType, CardTypeName, ChannelType, DeviceType, DiscountAuthType, Images, Money, NegativeMoney, OrderStatus, OrderType, ReceiptType, ServiceType, TenderStatus, TenderType } from '../global'; | ||
import { CardType, CardTypeName, ChannelType, DeviceType, DiscountAuthType, Images, Money, NegativeMoney, OrderStatus, OrderType, PrepType, ReceiptType, ServiceType, TenderStatus, TenderType } from '../global'; | ||
import { CreditCard, CreditCards } from './creditCards'; | ||
@@ -141,2 +141,3 @@ import { Address, Customer, GiftCard, HouseAccounts } from './customer'; | ||
prep_status: PrepStatus; | ||
prep_type: PrepType | null; | ||
ready_at: ISOString | null; | ||
@@ -143,0 +144,0 @@ requested_at: ISOString; |
@@ -1,2 +0,2 @@ | ||
import { TimeString } from '../datetimes'; | ||
import { ISOString, TimeString } from '../datetimes'; | ||
import { Decimal, Money, PrepType, ServiceType, TenderType, Weekday } from '../global'; | ||
@@ -59,2 +59,4 @@ export declare type PaymentProcessor = 'NONE' | 'CARDCONNECT' | 'VANTIV' | 'CLOVER' | 'NMI'; | ||
} | ||
export declare type MenuType = 'SCROLLABLE' | 'PAGE'; | ||
export declare type NavigationPageType = 'TOP' | 'LEFT' | 'RIGHT'; | ||
export interface Store { | ||
@@ -129,3 +131,9 @@ address: StoreAddress; | ||
week_start_day: Weekday; | ||
disable_kiosk_until: ISOString | null; | ||
display_category_nav_page: boolean; | ||
guest_name_required: boolean; | ||
menu_type: MenuType; | ||
navigation_page: NavigationPageType; | ||
collect_table_number: boolean; | ||
} | ||
export declare type Stores = Store[]; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.4.86", | ||
"version": "0.4.87", | ||
"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", |
8766
268656
239