@figuredev/orders-sdk
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -6,3 +6,3 @@ import { components } from "./schema" | ||
export type OrderItemModifierInputDTO = components["schemas"]["OrderItemModifierInput"] | ||
export type OrderItemDeliveryMethodInputDTO = components["schemas"]["OrderItemDeliveryMethodInput"] | ||
export type OrderDeliveryMethodInputDTO = components["schemas"]["OrderDeliveryMethodInput"] | ||
export type OrderPaymentInputDTO = components["schemas"]["OrderPaymentInput"] | ||
@@ -9,0 +9,0 @@ export type OrderCustomerInputDTO = components["schemas"]["OrderCustomerInput"] |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -37,3 +37,3 @@ /** | ||
items?: components["schemas"]["OrderItemInput"][] | ||
deliveryMethod?: components["schemas"]["OrderItemDeliveryMethodInput"] | ||
deliveryMethod?: components["schemas"]["OrderDeliveryMethodInput"] | ||
paymentMethod?: components["schemas"]["OrderPaymentInput"] | ||
@@ -87,3 +87,3 @@ } | ||
} | ||
OrderItemDeliveryMethodInput: { | ||
OrderDeliveryMethodInput: { | ||
type?: "delivery" | "pick-up" | "for-here" | ||
@@ -90,0 +90,0 @@ address?: components["schemas"]["Address"] |
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
5064