sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
33 lines • 1.69 kB
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.location1Schema = void 0;
var schema_1 = require("../schema");
var address2_1 = require("./address2");
var deliveryOptions_1 = require("./deliveryOptions");
var openingHours1_1 = require("./openingHours1");
var sustainability2_1 = require("./sustainability2");
exports.location1Schema = (0, schema_1.object)({
address: ['Address', (0, schema_1.optional)((0, schema_1.lazy)(function () { return address2_1.address2Schema; }))],
deliveryOptions: [
'DeliveryOptions',
(0, schema_1.optional)((0, schema_1.lazy)(function () { return deliveryOptions_1.deliveryOptionsSchema; })),
],
distance: ['Distance', (0, schema_1.optional)((0, schema_1.number)())],
latitude: ['Latitude', (0, schema_1.optional)((0, schema_1.number)())],
locationCode: ['LocationCode', (0, schema_1.optional)((0, schema_1.number)())],
longitude: ['Longitude', (0, schema_1.optional)((0, schema_1.number)())],
name: ['Name', (0, schema_1.optional)((0, schema_1.string)())],
openingHours: ['OpeningHours', (0, schema_1.optional)((0, schema_1.lazy)(function () { return openingHours1_1.openingHours1Schema; }))],
sustainability: [
'Sustainability',
(0, schema_1.optional)((0, schema_1.lazy)(function () { return sustainability2_1.sustainability2Schema; })),
],
partnerName: ['PartnerName', (0, schema_1.optional)((0, schema_1.string)())],
retailNetworkID: ['RetailNetworkID', (0, schema_1.optional)((0, schema_1.string)())]
});
//# sourceMappingURL=location1.js.map