UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

15 lines 635 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { array, lazy, object, optional, string } from '../schema'; import { label1Schema } from './label1'; import { warnings1Schema } from './warnings1'; export const responseShipment1Schema = object({ productCodeDelivery: ['ProductCodeDelivery', optional(string())], labels: ['Labels', optional(array(lazy(() => label1Schema)))], barcode: ['Barcode', optional(string())], warnings: ['Warnings', optional(array(lazy(() => warnings1Schema)))], }); //# sourceMappingURL=responseShipment1.js.map