@open-tender/types
Advanced tools
Comparing version 0.0.36 to 0.0.37
@@ -299,2 +299,3 @@ import { DateString, ISOString, ISOStringOffset, TimezonePython } from '../datetimes'; | ||
export interface Order { | ||
revenue_center_id?: number; | ||
address: Address | null; | ||
@@ -301,0 +302,0 @@ cart: OrderCart; |
@@ -299,2 +299,3 @@ import { DateString, ISOString, ISOStringOffset, TimezonePython } from '../datetimes'; | ||
export interface Order { | ||
revenue_center_id?: number; | ||
address: Address | null; | ||
@@ -301,0 +302,0 @@ cart: OrderCart; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"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
144117
4928