@open-tender/types
Advanced tools
Comparing version 0.0.91 to 0.0.92
import { OrdersKds } from './order'; | ||
export declare type PrepStatus = 'TODO' | 'IN_PROGRESS' | 'DONE' | 'COMPLETED' | 'FULFILLED'; | ||
export declare type PrepStatus = 'TODO' | 'IN_PROGRESS' | 'DONE' | 'COMPLETED' | 'FULFILLED' | 'TAKE_OUT'; | ||
export declare type PrepStatusMap = { | ||
@@ -4,0 +4,0 @@ [Property in PrepStatus]: PrepStatus; |
import { OrdersKds } from './order'; | ||
export declare type PrepStatus = 'TODO' | 'IN_PROGRESS' | 'DONE' | 'COMPLETED' | 'FULFILLED'; | ||
export declare type PrepStatus = 'TODO' | 'IN_PROGRESS' | 'DONE' | 'COMPLETED' | 'FULFILLED' | 'TAKE_OUT'; | ||
export declare type PrepStatusMap = { | ||
@@ -4,0 +4,0 @@ [Property in PrepStatus]: PrepStatus; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.91", | ||
"version": "0.0.92", | ||
"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
186207