@open-tender/types
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -81,3 +81,3 @@ import { DateString, ISOStringOffset, TimezonePython } from '../datetimes'; | ||
inc?: number; | ||
is_size: boolean; | ||
is_size?: boolean; | ||
max?: number; | ||
@@ -87,3 +87,3 @@ min?: number; | ||
options: OrderGroupOptions; | ||
short_name: string; | ||
short_name?: string; | ||
} | ||
@@ -90,0 +90,0 @@ export declare type OrderGroups = Array<OrderGroup>; |
@@ -81,3 +81,3 @@ import { DateString, ISOStringOffset, TimezonePython } from '../datetimes'; | ||
inc?: number; | ||
is_size: boolean; | ||
is_size?: boolean; | ||
max?: number; | ||
@@ -87,3 +87,3 @@ min?: number; | ||
options: OrderGroupOptions; | ||
short_name: string; | ||
short_name?: string; | ||
} | ||
@@ -90,0 +90,0 @@ export declare type OrderGroups = Array<OrderGroup>; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"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
141933
130