sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
17 lines • 778 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.responseShipmentSchema = void 0;
var schema_1 = require("../schema");
var error6_1 = require("./error6");
var warning1_1 = require("./warning1");
exports.responseShipmentSchema = (0, schema_1.object)({
errors: ['Errors', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return error6_1.error6Schema; })))],
warnings: ['Warnings', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return warning1_1.warning1Schema; })))],
barcode: ['Barcode', (0, schema_1.optional)((0, schema_1.string)())]
});
//# sourceMappingURL=responseShipment.js.map