UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

19 lines 893 B
"use strict"; /** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.eventSchema = void 0; var schema_1 = require("../schema"); exports.eventSchema = (0, schema_1.object)({ code: ['Code', (0, schema_1.optional)((0, schema_1.string)())], description: ['Description', (0, schema_1.optional)((0, schema_1.string)())], destinationLocationCode: ['DestinationLocationCode', (0, schema_1.optional)((0, schema_1.string)())], locationCode: ['LocationCode', (0, schema_1.optional)((0, schema_1.string)())], routeCode: ['RouteCode', (0, schema_1.optional)((0, schema_1.string)())], routeNumber: ['RouteNumber', (0, schema_1.optional)((0, schema_1.string)())], timeStamp: ['TimeStamp', (0, schema_1.optional)((0, schema_1.string)())] }); //# sourceMappingURL=event.js.map