sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
21 lines • 873 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.timeframeTimeframeSchema = void 0;
var schema_1 = require("../schema");
var options2_1 = require("./options2");
var sustainability4_1 = require("./sustainability4");
exports.timeframeTimeframeSchema = (0, schema_1.object)({
from: ['From', (0, schema_1.optional)((0, schema_1.string)())],
options: ['Options', (0, schema_1.optional)((0, schema_1.lazy)(function () { return options2_1.options2Schema; }))],
to: ['To', (0, schema_1.optional)((0, schema_1.string)())],
sustainability: [
'Sustainability',
(0, schema_1.optional)((0, schema_1.lazy)(function () { return sustainability4_1.sustainability4Schema; })),
]
});
//# sourceMappingURL=timeframeTimeframe.js.map