UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

19 lines 882 B
"use strict"; /** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.labellingRequestSchema = void 0; var schema_1 = require("../schema"); var customer3_1 = require("./customer3"); var message1_1 = require("./message1"); var shipment3_1 = require("./shipment3"); exports.labellingRequestSchema = (0, schema_1.object)({ customer: ['Customer', (0, schema_1.lazy)(function () { return customer3_1.customer3Schema; })], labelSignature: ['LabelSignature', (0, schema_1.optional)((0, schema_1.string)())], message: ['Message', (0, schema_1.lazy)(function () { return message1_1.message1Schema; })], shipments: ['Shipments', (0, schema_1.array)((0, schema_1.lazy)(function () { return shipment3_1.shipment3Schema; }))] }); //# sourceMappingURL=labellingRequest.js.map