@open-tender/types
Advanced tools
Comparing version 0.0.116 to 0.0.117
@@ -18,3 +18,3 @@ export declare type Decimal = `${number}.${number}`; | ||
export declare type GratuityType = 'amount' | 'percent'; | ||
export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP'; | ||
export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP' | 'LEVELUP'; | ||
export declare type TenderTypeMap = { | ||
@@ -21,0 +21,0 @@ [Property in TenderType]: string; |
@@ -18,3 +18,3 @@ export declare type Decimal = `${number}.${number}`; | ||
export declare type GratuityType = 'amount' | 'percent'; | ||
export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP'; | ||
export declare type TenderType = 'CASH' | 'CREDIT' | 'HOUSE_ACCOUNT' | 'GIFT_CARD' | 'COMP' | 'LEVELUP'; | ||
export declare type TenderTypeMap = { | ||
@@ -21,0 +21,0 @@ [Property in TenderType]: string; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.116", | ||
"version": "0.0.117", | ||
"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
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
193912