UNPKG

@veeroute/lss-packer-angular

Version:

OpenAPI client for @veeroute/lss-packer-angular

19 lines (18 loc) 1.21 kB
/** * VRt.Packer [PC] * * The version of the OpenAPI document: 7.18.2755 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ /** * Warning type: * `INVALID_PALLET_SLOT_FIT` - a pallet without rotation must be placed in the slot, taking into account the maximum load in terms of size and weight * `INVALID_MIXBOX_PALLET_FIT` - any mixbox must fit on a pallet considering the maximum load, any 4 mixboxes of the same type in a 2×2 configuration without rotation must fit on any pallet according to the overall dimensions and weight of the package body_dimensions * `INVALID_PRODUCT_PACKAGE_FIT` - the product must be placed on a pallet, or in all mixboxes (if only mixboxes are compatible) * `INVALID_PRODUCT_COMPATIBILITY` - the product must be compatible either with all packages or only with all mixboxes */ export declare enum EntityWarningTypePacker { INVALID_PALLET_SLOT_FIT = "INVALID_PALLET_SLOT_FIT", INVALID_MIXBOX_PALLET_FIT = "INVALID_MIXBOX_PALLET_FIT", INVALID_PRODUCT_PACKAGE_FIT = "INVALID_PRODUCT_PACKAGE_FIT", INVALID_PRODUCT_COMPATIBILITY = "INVALID_PRODUCT_COMPATIBILITY" }