@open-tender/types
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -59,2 +59,7 @@ import { NutritionalInfo } from './menu'; | ||
export declare type CartCounts = Record<string, number>; | ||
export declare type CartItemOptionLookup = Record<string, CartItemOption>; | ||
export declare type CartItemGroupLookupOptions = Omit<CartItemGroup, 'options'> & { | ||
options: CartItemOptionLookup; | ||
}; | ||
export declare type CartItemGroupLookup = Record<string, CartItemGroupLookupOptions>; | ||
export interface PosCartItem extends CartItem { | ||
@@ -61,0 +66,0 @@ item_no: number; |
@@ -59,2 +59,7 @@ import { NutritionalInfo } from './menu'; | ||
export declare type CartCounts = Record<string, number>; | ||
export declare type CartItemOptionLookup = Record<string, CartItemOption>; | ||
export declare type CartItemGroupLookupOptions = Omit<CartItemGroup, 'options'> & { | ||
options: CartItemOptionLookup; | ||
}; | ||
export declare type CartItemGroupLookup = Record<string, CartItemGroupLookupOptions>; | ||
export interface PosCartItem extends CartItem { | ||
@@ -61,0 +66,0 @@ item_no: number; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
201456
221
6594
2