@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.1 to 0.12.2
@@ -213,3 +213,2 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types"; | ||
price: Maybe<number>; | ||
supplement?: Maybe<number>; | ||
note?: Maybe<string>; | ||
@@ -222,2 +221,3 @@ modifierGroups?: OrderItemModifierGroupDTO[]; | ||
pieces?: Maybe<number>; | ||
audit?: OrderItemAuditDTO[]; | ||
}; | ||
@@ -229,2 +229,3 @@ export declare type OrderItemAuditDTO = { | ||
timestamp: IsoDateTime; | ||
note?: Maybe<string>; | ||
}; | ||
@@ -251,2 +252,3 @@ export declare type OrderItemModifierGroupDTO = { | ||
price?: Maybe<number>; | ||
supplement?: Maybe<number>; | ||
}; | ||
@@ -253,0 +255,0 @@ export declare type OrderItemTaxDTO = { |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
29304
661
0