@figuredev/orders-sdk
Advanced tools
Comparing version 0.7.0 to 0.8.0
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -43,3 +43,3 @@ /** | ||
name?: string | ||
price?: components["schemas"]["OrderItemPriceInput"] | ||
price?: number | ||
productId?: string | ||
@@ -51,7 +51,2 @@ quantity?: number | ||
} | ||
OrderItemPriceInput: { | ||
base?: number | ||
subtotal?: number | ||
total?: number | ||
} | ||
OrderItemModifierGroupInput: { | ||
@@ -58,0 +53,0 @@ id?: string |
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
5080
148