@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.69 to 0.12.70
@@ -255,3 +255,4 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types"; | ||
PickUp = "pick-up", | ||
ForHere = "for-here" | ||
ForHere = "for-here", | ||
Digital = "digital" | ||
} | ||
@@ -258,0 +259,0 @@ export declare enum OrderPaymentTypeDTO { |
@@ -92,2 +92,3 @@ "use strict"; | ||
OrderFulfillmentTypeDTO["ForHere"] = "for-here"; | ||
OrderFulfillmentTypeDTO["Digital"] = "digital"; | ||
})(OrderFulfillmentTypeDTO = exports.OrderFulfillmentTypeDTO || (exports.OrderFulfillmentTypeDTO = {})); | ||
@@ -94,0 +95,0 @@ var OrderPaymentTypeDTO; |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.69", | ||
"version": "0.12.70", | ||
"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
61709
1202