@foxiko/client
Advanced tools
Comparing version 1.0.74 to 1.0.75
@@ -0,1 +1,2 @@ | ||
const {Product} = require("./Product"); | ||
const {APIEntity} = require("../../APIEntity"); | ||
@@ -32,3 +33,3 @@ const {Customer} = require("./Customer"); | ||
product_id: String, | ||
product: Object, | ||
product: Product, | ||
data: Object | ||
@@ -35,0 +36,0 @@ } |
@@ -17,8 +17,8 @@ const {APIEntity} = require("../../APIEntity"); | ||
price: Number, | ||
type: APIEntity.createEnum([ | ||
"PRODUCT", | ||
"SERVICE", | ||
"SERVICE_DIGITAL", | ||
"SERVICE_PHYSICAL", | ||
]), | ||
type: APIEntity.createEnum({ | ||
PRODUCT: "PRODUCT", | ||
SERVICE: "SERVICE", | ||
SERVICE_DIGITAL: "SERVICE_DIGITAL", | ||
SERVICE_PHYSICAL: "SERVICE_PHYSICAL", | ||
}), | ||
vat: [String], | ||
@@ -25,0 +25,0 @@ active: Boolean, |
{ | ||
"name": "@foxiko/client", | ||
"version": "1.0.74", | ||
"version": "1.0.75", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
176981
3577