Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@open-tender/types

Package Overview
Dependencies
Maintainers
2
Versions
398
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.0.49 to 0.0.50

6

dist/cjs/types/api/order.d.ts
import { DateString, ISOString, ISOStringOffset, RequestedAt, TimezonePython } from '../datetimes';
import { CardType, ChannelType, Decimal, Money, NegativeMoney, OrderStatus, OrderType, ReceiptType, ServiceType, SurchargeType, Temperature, TenderStatus, TenderType } from '../global';
import { Address, Customer, CustomerAllergens, CustomerGiftCards, CustomerRevenueCenterSettings, LoyaltyPoints } from './customer';
import { Address, Customer, CustomerAllergens, CustomerGiftCards, CustomerRevenueCenterSettings, LoyaltyPoints, RevenueCenterGroupOrdering } from './customer';
import { PrepStatus, TicketStatus } from './kds';

@@ -59,2 +59,6 @@ export interface OrderChannel {

settings?: CustomerRevenueCenterSettings;
group_ordering?: RevenueCenterGroupOrdering;
wait_times?: {
[key in ServiceType]?: number;
};
}

@@ -61,0 +65,0 @@ export interface OrderItemDiscount {

import { DateString, ISOString, ISOStringOffset, RequestedAt, TimezonePython } from '../datetimes';
import { CardType, ChannelType, Decimal, Money, NegativeMoney, OrderStatus, OrderType, ReceiptType, ServiceType, SurchargeType, Temperature, TenderStatus, TenderType } from '../global';
import { Address, Customer, CustomerAllergens, CustomerGiftCards, CustomerRevenueCenterSettings, LoyaltyPoints } from './customer';
import { Address, Customer, CustomerAllergens, CustomerGiftCards, CustomerRevenueCenterSettings, LoyaltyPoints, RevenueCenterGroupOrdering } from './customer';
import { PrepStatus, TicketStatus } from './kds';

@@ -59,2 +59,6 @@ export interface OrderChannel {

settings?: CustomerRevenueCenterSettings;
group_ordering?: RevenueCenterGroupOrdering;
wait_times?: {
[key in ServiceType]?: number;
};
}

@@ -61,0 +65,0 @@ export interface OrderItemDiscount {

2

package.json
{
"name": "@open-tender/types",
"version": "0.0.49",
"version": "0.0.50",
"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