@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.45 to 0.12.46
@@ -22,2 +22,3 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types"; | ||
fulfillments?: OrderFulfillmentDTO[]; | ||
billing?: Maybe<BillingDTO>; | ||
pricings?: OrderPricingDTO[]; | ||
@@ -30,2 +31,5 @@ payments?: OrderPaymentDTO[]; | ||
}; | ||
export declare type BillingDTO = { | ||
recipient: Maybe<RecipientDTO>; | ||
}; | ||
export declare type OrderFulfillmentDTO = { | ||
@@ -32,0 +36,0 @@ id: string; |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.45", | ||
"version": "0.12.46", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
51138
991