@figuredev/orders-sdk
Advanced tools
Comparing version 0.11.4 to 0.11.5
@@ -11,6 +11,6 @@ export declare type OrderDTO = { | ||
source?: string; | ||
items?: OrderItemDTO; | ||
fulfillments?: OrderFulfillmentDTO; | ||
payments?: OrderPaymentDTO; | ||
pricings?: OrderPricingDTO; | ||
items?: OrderItemDTO[]; | ||
fulfillments?: OrderFulfillmentDTO[]; | ||
payments?: OrderPaymentDTO[]; | ||
pricings?: OrderPricingDTO[]; | ||
}; | ||
@@ -24,5 +24,5 @@ export declare type OrderItemDTO = { | ||
note?: string; | ||
modifiersGroups?: OrderItemModifierGroupDTO; | ||
taxes?: OrderItemTaxDTO; | ||
pricings?: OrderItemPricingDTO; | ||
modifiersGroups?: OrderItemModifierGroupDTO[]; | ||
taxes?: OrderItemTaxDTO[]; | ||
pricings?: OrderItemPricingDTO[]; | ||
}; | ||
@@ -33,3 +33,3 @@ export declare type OrderItemModifierGroupDTO = { | ||
price?: number; | ||
modifiers?: OrderItemModifierDTO; | ||
modifiers?: OrderItemModifierDTO[]; | ||
}; | ||
@@ -36,0 +36,0 @@ export declare type OrderItemModifierDTO = { |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.11.4", | ||
"version": "0.11.5", | ||
"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
9771
0