UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

22 lines 839 B
"use strict"; /** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.labellingResponseSchema = void 0; var schema_1 = require("../schema"); var mergedLabel_1 = require("./mergedLabel"); var responseShipment1_1 = require("./responseShipment1"); exports.labellingResponseSchema = (0, schema_1.object)({ mergedLabels: [ 'MergedLabels', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return mergedLabel_1.mergedLabelSchema; }))), ], responseShipments: [ 'ResponseShipments', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return responseShipment1_1.responseShipment1Schema; }))), ] }); //# sourceMappingURL=labellingResponse.js.map