sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
19 lines • 772 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.timeframeResponseSchema = void 0;
var schema_1 = require("../schema");
var reasonNoTimeframes_1 = require("./reasonNoTimeframes");
var timeframes_1 = require("./timeframes");
exports.timeframeResponseSchema = (0, schema_1.object)({
timeframes: ['Timeframes', (0, schema_1.optional)((0, schema_1.lazy)(function () { return timeframes_1.timeframesSchema; }))],
reasonNoTimeframes: [
'ReasonNoTimeframes',
(0, schema_1.optional)((0, schema_1.lazy)(function () { return reasonNoTimeframes_1.reasonNoTimeframesSchema; })),
]
});
//# sourceMappingURL=timeframeResponse.js.map