UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

18 lines 883 B
"use strict"; /** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.responseShipment1Schema = void 0; var schema_1 = require("../schema"); var label1_1 = require("./label1"); var warnings1_1 = require("./warnings1"); exports.responseShipment1Schema = (0, schema_1.object)({ productCodeDelivery: ['ProductCodeDelivery', (0, schema_1.optional)((0, schema_1.string)())], labels: ['Labels', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return label1_1.label1Schema; })))], barcode: ['Barcode', (0, schema_1.optional)((0, schema_1.string)())], warnings: ['Warnings', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return warnings1_1.warnings1Schema; })))] }); //# sourceMappingURL=responseShipment1.js.map