@open-tender/types
Advanced tools
Comparing version 0.0.92 to 0.0.93
@@ -76,3 +76,3 @@ import { Favorite } from './favorite'; | ||
min: number; | ||
points: number | null; | ||
points: any; | ||
upsellItems: number[]; | ||
@@ -79,0 +79,0 @@ similarItems: number[]; |
@@ -76,3 +76,3 @@ import { Favorite } from './favorite'; | ||
min: number; | ||
points: number | null; | ||
points: any; | ||
upsellItems: number[]; | ||
@@ -79,0 +79,0 @@ similarItems: number[]; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.92", | ||
"version": "0.0.93", | ||
"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
186187