sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
15 lines • 598 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.mergedLabelSchema = void 0;
var schema_1 = require("../schema");
var label_1 = require("./label");
exports.mergedLabelSchema = (0, schema_1.object)({
barcodes: ['Barcodes', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.string)()))],
labels: ['Labels', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return label_1.labelSchema; })))]
});
//# sourceMappingURL=mergedLabel.js.map