@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.48 to 0.12.49
@@ -29,3 +29,9 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types"; | ||
audit?: OrderAuditDTO[]; | ||
metadata?: Maybe<OrderMetadataDTO>; | ||
}; | ||
export declare type OrderMetadataDTO = { | ||
businessDayStartsAt?: Maybe<string>; | ||
timezone?: Maybe<string>; | ||
currency?: Maybe<string>; | ||
}; | ||
export declare type BillingDTO = { | ||
@@ -32,0 +38,0 @@ recipient: Maybe<RecipientDTO>; |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.48", | ||
"version": "0.12.49", | ||
"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
51349
998