@figuredev/orders-sdk
Advanced tools
Comparing version 0.9.0 to 0.10.0
export type OrderDTO = { | ||
id?: string | ||
price?: OrderPriceDTO | ||
state?: OrderStateDTO | ||
state?: OrderStateType | ||
orderNumber?: string | ||
@@ -101,6 +101,2 @@ acceptLink?: string | ||
export type OrderStateDTO = { | ||
type?: OrderStateType | ||
} | ||
export enum OrderStateType { | ||
@@ -107,0 +103,0 @@ Placed = "placed", |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
4362
167