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

@open-tender/types

Package Overview
Dependencies
Maintainers
4
Versions
413
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.40 to 0.4.41

3

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

@@ -90,1 +90,4 @@ export interface PosPrinter {

export declare type DevicesList = Devices[];
export interface DeviceRead {
data: string;
}

2

dist/cjs/types/global.d.ts

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

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