UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

114 lines 8.34 kB
"use strict"; /** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.TypeEnum = exports.Type1Enum = exports.StringEnum = exports.String1Enum = exports.ShipmentTypeEnum = exports.OriginCountryCodeEnum = exports.Options1Enum = exports.OptionEnum = exports.Option3Enum = exports.Option2Enum = exports.Option1Enum = exports.LanguageEnum = exports.DeliveryOptions1Enum = exports.DeliveryOption1Enum = exports.DayEnum = exports.CurrencyEnum = exports.CountrycodeEnum = exports.CountryCode1Enum = exports.CodeEnum = exports.AddressTypeEnum = exports.ApiError = exports.ResponseValidationError = exports.isFileWrapper = exports.FileWrapper = exports.cloneFileWrapper = exports.ArgumentsValidationError = exports.AbortError = void 0; var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./client"), exports); tslib_1.__exportStar(require("./configuration"), exports); var core_1 = require("./core"); tslib_1.__createBinding(exports, core_1, "AbortError"); tslib_1.__createBinding(exports, core_1, "ArgumentsValidationError"); tslib_1.__createBinding(exports, core_1, "cloneFileWrapper"); tslib_1.__createBinding(exports, core_1, "FileWrapper"); tslib_1.__createBinding(exports, core_1, "isFileWrapper"); tslib_1.__createBinding(exports, core_1, "ResponseValidationError"); tslib_1.__exportStar(require("./defaultConfiguration"), exports); tslib_1.__exportStar(require("./controllers/barcodeController"), exports); tslib_1.__exportStar(require("./controllers/checkoutController"), exports); tslib_1.__exportStar(require("./controllers/confirmingController"), exports); tslib_1.__exportStar(require("./controllers/deliverydateController"), exports); tslib_1.__exportStar(require("./controllers/labellingController"), exports); tslib_1.__exportStar(require("./controllers/locationsController"), exports); tslib_1.__exportStar(require("./controllers/postalcodeCheckController"), exports); tslib_1.__exportStar(require("./controllers/timeframesController"), exports); tslib_1.__exportStar(require("./controllers/trackTraceController"), exports); var core_2 = require("./core"); tslib_1.__createBinding(exports, core_2, "ApiError"); tslib_1.__exportStar(require("./errors/barcodeMethodNotAllowedError"), exports); tslib_1.__exportStar(require("./errors/barcodeResponseError"), exports); tslib_1.__exportStar(require("./errors/barcodeResponseInvalidError"), exports); tslib_1.__exportStar(require("./errors/barcodeTooManyRequestError"), exports); tslib_1.__exportStar(require("./errors/checkoutPostalCodecheckMethodNotAllowedError"), exports); tslib_1.__exportStar(require("./errors/checkoutPostalCodecheckTooManyRequestError"), exports); tslib_1.__exportStar(require("./errors/checkoutPostalCodecheckUnauthorizedError"), exports); tslib_1.__exportStar(require("./errors/checkoutResponseError"), exports); tslib_1.__exportStar(require("./errors/checkoutResponseInvalidError"), exports); tslib_1.__exportStar(require("./errors/confirmingMethodNotAllowedError"), exports); tslib_1.__exportStar(require("./errors/confirmingResponseError"), exports); tslib_1.__exportStar(require("./errors/confirmingResponseError1Error"), exports); tslib_1.__exportStar(require("./errors/confirmingTooManyRequestError"), exports); tslib_1.__exportStar(require("./errors/confirmingUnauthorizedError"), exports); tslib_1.__exportStar(require("./errors/cpcResponseError"), exports); tslib_1.__exportStar(require("./errors/cpcResponseInvalidError"), exports); tslib_1.__exportStar(require("./errors/deliverydateResponseError"), exports); tslib_1.__exportStar(require("./errors/deliverydateResponseInvalidError"), exports); tslib_1.__exportStar(require("./errors/labellingMethodNotAllowedError"), exports); tslib_1.__exportStar(require("./errors/labellingResponseError"), exports); tslib_1.__exportStar(require("./errors/labellingResponseInvalidError"), exports); tslib_1.__exportStar(require("./errors/labellingTooManyRequestError"), exports); tslib_1.__exportStar(require("./errors/labellingUnauthorizedError"), exports); tslib_1.__exportStar(require("./errors/locationsResponseError"), exports); tslib_1.__exportStar(require("./errors/locationsResponseInvalidError"), exports); tslib_1.__exportStar(require("./errors/postCIFCheckoutServiceMethodNotAllowedError"), exports); tslib_1.__exportStar(require("./errors/postCIFCheckoutServiceTooManyRequestError"), exports); tslib_1.__exportStar(require("./errors/postCIFCheckoutServiceUnauthorizedError"), exports); tslib_1.__exportStar(require("./errors/postCIFDeliveryDateMethodNotAllowedError"), exports); tslib_1.__exportStar(require("./errors/postCIFDeliveryDateTooManyRequestError"), exports); tslib_1.__exportStar(require("./errors/postCIFDeliveryDateUnauthorizedError"), exports); tslib_1.__exportStar(require("./errors/postCIFLocationMethodNotAllowedError"), exports); tslib_1.__exportStar(require("./errors/postCIFLocationTooManyRequestError"), exports); tslib_1.__exportStar(require("./errors/postCIFLocationUnauthorizedError"), exports); tslib_1.__exportStar(require("./errors/postCIFTimeframeMethodNotAllowedError"), exports); tslib_1.__exportStar(require("./errors/postCIFTimeframeTooManyRequestError"), exports); tslib_1.__exportStar(require("./errors/postCIFTimeframeUnauthorizedError"), exports); tslib_1.__exportStar(require("./errors/shippingstatusMethodNotAllowedError"), exports); tslib_1.__exportStar(require("./errors/shippingstatusResponseError"), exports); tslib_1.__exportStar(require("./errors/shippingstatusTooManyRequestError"), exports); tslib_1.__exportStar(require("./errors/shippingstatusUnauthorizedError"), exports); tslib_1.__exportStar(require("./errors/timeframeResponseError"), exports); tslib_1.__exportStar(require("./errors/timeframeResponseInvalidError"), exports); var addressTypeEnum_1 = require("./models/addressTypeEnum"); tslib_1.__createBinding(exports, addressTypeEnum_1, "AddressTypeEnum"); var codeEnum_1 = require("./models/codeEnum"); tslib_1.__createBinding(exports, codeEnum_1, "CodeEnum"); var countryCode1Enum_1 = require("./models/countryCode1Enum"); tslib_1.__createBinding(exports, countryCode1Enum_1, "CountryCode1Enum"); var countrycodeEnum_1 = require("./models/countrycodeEnum"); tslib_1.__createBinding(exports, countrycodeEnum_1, "CountrycodeEnum"); var currencyEnum_1 = require("./models/currencyEnum"); tslib_1.__createBinding(exports, currencyEnum_1, "CurrencyEnum"); var dayEnum_1 = require("./models/dayEnum"); tslib_1.__createBinding(exports, dayEnum_1, "DayEnum"); var deliveryOption1Enum_1 = require("./models/deliveryOption1Enum"); tslib_1.__createBinding(exports, deliveryOption1Enum_1, "DeliveryOption1Enum"); var deliveryOptions1Enum_1 = require("./models/deliveryOptions1Enum"); tslib_1.__createBinding(exports, deliveryOptions1Enum_1, "DeliveryOptions1Enum"); var languageEnum_1 = require("./models/languageEnum"); tslib_1.__createBinding(exports, languageEnum_1, "LanguageEnum"); var option1Enum_1 = require("./models/option1Enum"); tslib_1.__createBinding(exports, option1Enum_1, "Option1Enum"); var option2Enum_1 = require("./models/option2Enum"); tslib_1.__createBinding(exports, option2Enum_1, "Option2Enum"); var option3Enum_1 = require("./models/option3Enum"); tslib_1.__createBinding(exports, option3Enum_1, "Option3Enum"); var optionEnum_1 = require("./models/optionEnum"); tslib_1.__createBinding(exports, optionEnum_1, "OptionEnum"); var options1Enum_1 = require("./models/options1Enum"); tslib_1.__createBinding(exports, options1Enum_1, "Options1Enum"); var originCountryCodeEnum_1 = require("./models/originCountryCodeEnum"); tslib_1.__createBinding(exports, originCountryCodeEnum_1, "OriginCountryCodeEnum"); var shipmentTypeEnum_1 = require("./models/shipmentTypeEnum"); tslib_1.__createBinding(exports, shipmentTypeEnum_1, "ShipmentTypeEnum"); var string1Enum_1 = require("./models/string1Enum"); tslib_1.__createBinding(exports, string1Enum_1, "String1Enum"); var stringEnum_1 = require("./models/stringEnum"); tslib_1.__createBinding(exports, stringEnum_1, "StringEnum"); var type1Enum_1 = require("./models/type1Enum"); tslib_1.__createBinding(exports, type1Enum_1, "Type1Enum"); var typeEnum_1 = require("./models/typeEnum"); tslib_1.__createBinding(exports, typeEnum_1, "TypeEnum"); //# sourceMappingURL=index.js.map