@figuredev/orders-sdk
Advanced tools
Comparing version 0.13.6 to 0.13.7
@@ -56,3 +56,8 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types"; | ||
externalUserId?: Maybe<string>; | ||
onlineOrderingSource?: OnlineOrderingSourceDTO; | ||
}; | ||
export declare enum OnlineOrderingSourceDTO { | ||
Mobile = "mobile", | ||
Web = "web" | ||
} | ||
export declare type BillingDTO = { | ||
@@ -59,0 +64,0 @@ recipient: Maybe<RecipientDTO>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OrderItemModifierGroupDisplayTypeDTO = exports.OrderSpecialPricingLevelDTO = exports.OrderItemModifierGroupTypeDTO = exports.OrderPaymentStateDTO = exports.ReportRecordFilterTypeDTO = exports.ReportPaymentTypeDTO = exports.OrderPaymentTransactionTypeDTO = exports.OrderPaymentTypeDTO = exports.OrderFulfillmentTypeDTO = exports.OrderPricingTypeDTO = exports.OrderFulfillmentScheduleTypeDTO = exports.CardPaymentEntryModeDTO = exports.OrderPaymentPriceComponentTypeDTO = exports.PaymentStateDTO = exports.OrderFulfillmentDeliveryStateDTO = exports.OrderFulfillmentStateDTO = exports.OrderStateDTO = exports.OrderPaymentMethodDTO = exports.OrderSourceNameDTO = exports.OrderSourceDTO = void 0; | ||
exports.OrderItemModifierGroupDisplayTypeDTO = exports.OrderSpecialPricingLevelDTO = exports.OrderItemModifierGroupTypeDTO = exports.OrderPaymentStateDTO = exports.ReportRecordFilterTypeDTO = exports.ReportPaymentTypeDTO = exports.OrderPaymentTransactionTypeDTO = exports.OrderPaymentTypeDTO = exports.OrderFulfillmentTypeDTO = exports.OrderPricingTypeDTO = exports.OrderFulfillmentScheduleTypeDTO = exports.CardPaymentEntryModeDTO = exports.OrderPaymentPriceComponentTypeDTO = exports.PaymentStateDTO = exports.OrderFulfillmentDeliveryStateDTO = exports.OrderFulfillmentStateDTO = exports.OrderStateDTO = exports.OrderPaymentMethodDTO = exports.OrderSourceNameDTO = exports.OrderSourceDTO = exports.OnlineOrderingSourceDTO = void 0; | ||
var OnlineOrderingSourceDTO; | ||
(function (OnlineOrderingSourceDTO) { | ||
OnlineOrderingSourceDTO["Mobile"] = "mobile"; | ||
OnlineOrderingSourceDTO["Web"] = "web"; | ||
})(OnlineOrderingSourceDTO = exports.OnlineOrderingSourceDTO || (exports.OnlineOrderingSourceDTO = {})); | ||
var OrderSourceDTO; | ||
@@ -5,0 +10,0 @@ (function (OrderSourceDTO) { |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.13.6", | ||
"version": "0.13.7", | ||
"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
90173
45
1712