@open-tender/types
Advanced tools
Comparing version 0.4.64 to 0.4.65
@@ -299,3 +299,3 @@ import { RequestedAt } from '../datetimes'; | ||
phone?: string | null; | ||
prep_type?: PrepType; | ||
prep_type?: PrepType | null; | ||
} | ||
@@ -302,0 +302,0 @@ export interface OrderCreateSendReceipt { |
@@ -299,3 +299,3 @@ import { RequestedAt } from '../datetimes'; | ||
phone?: string | null; | ||
prep_type?: PrepType; | ||
prep_type?: PrepType | null; | ||
} | ||
@@ -302,0 +302,0 @@ export interface OrderCreateSendReceipt { |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.4.64", | ||
"version": "0.4.65", | ||
"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
262492