New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@open-tender/types

Package Overview
Dependencies
Maintainers
0
Versions
421
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-tender/types - npm Package Compare versions

Comparing version 0.4.86 to 0.4.87

1

dist/cjs/types/api/checkout.d.ts

@@ -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;
}

3

dist/cjs/types/api/order.d.ts
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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc