@lavalogic/scoria 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Types/Internal/JobFormat.d.ts +7 -0
- package/dist/Types/Internal/JobFormat.js +8 -0
- package/dist/Types/Internal/OrderLineMethod.d.ts +5 -0
- package/dist/Types/Internal/OrderLineMethod.js +5 -0
- package/dist/Types/Internal/PackReferenceMethod.d.ts +5 -0
- package/dist/Types/Internal/PackReferenceMethod.js +5 -0
- package/dist/Types/Internal/PodStructure.d.ts +5 -0
- package/dist/Types/Internal/PodStructure.js +5 -0
- package/dist/Types/Requests/Allocations/IDeAllocateRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Allocations/IDeAllocateRequestBody.js +1 -0
- package/dist/Types/Requests/Allocations/IDeAllocateRequestBodySingle.d.ts +6 -0
- package/dist/Types/Requests/Allocations/IDeAllocateRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Couriers/IAPCCourierOptions.d.ts +7 -0
- package/dist/Types/Requests/Couriers/IAPCCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IAdditionalCourierOptions.d.ts +16 -0
- package/dist/Types/Requests/Couriers/IAdditionalCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/ICollectionDetailsRequestBody.d.ts +8 -0
- package/dist/Types/Requests/Couriers/ICollectionDetailsRequestBody.js +1 -0
- package/dist/Types/Requests/Couriers/ICommercialInvoiceOptions.d.ts +7 -0
- package/dist/Types/Requests/Couriers/ICommercialInvoiceOptions.js +1 -0
- package/dist/Types/Requests/Couriers/ICourierBookingRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Couriers/ICourierBookingRequestBody.js +1 -0
- package/dist/Types/Requests/Couriers/ICourierBookingRequestBodySingle.d.ts +8 -0
- package/dist/Types/Requests/Couriers/ICourierBookingRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Couriers/ICourierDeliveryAddressRequestBody.d.ts +26 -0
- package/dist/Types/Requests/Couriers/ICourierDeliveryAddressRequestBody.js +1 -0
- package/dist/Types/Requests/Couriers/ICourierShipment.d.ts +6 -0
- package/dist/Types/Requests/Couriers/ICourierShipment.js +1 -0
- package/dist/Types/Requests/Couriers/IDHLParcelUKCourierOptions.d.ts +6 -0
- package/dist/Types/Requests/Couriers/IDHLParcelUKCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IDPDCourierOptions.d.ts +7 -0
- package/dist/Types/Requests/Couriers/IDPDCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IDPDLocalCourierOptions.d.ts +4 -0
- package/dist/Types/Requests/Couriers/IDPDLocalCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IDXCourierOptions.d.ts +5 -0
- package/dist/Types/Requests/Couriers/IDXCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IDeliveryDetailsRequestBody.d.ts +8 -0
- package/dist/Types/Requests/Couriers/IDeliveryDetailsRequestBody.js +1 -0
- package/dist/Types/Requests/Couriers/IDespatchOptions.d.ts +3 -0
- package/dist/Types/Requests/Couriers/IDespatchOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IDocumentOptions.d.ts +8 -0
- package/dist/Types/Requests/Couriers/IDocumentOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IEvriCourierOptions.d.ts +9 -0
- package/dist/Types/Requests/Couriers/IEvriCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IExportOptions.d.ts +11 -0
- package/dist/Types/Requests/Couriers/IExportOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IFedexCourierOptions.d.ts +5 -0
- package/dist/Types/Requests/Couriers/IFedexCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IInvoiceFromDetailsRequestBody.d.ts +6 -0
- package/dist/Types/Requests/Couriers/IInvoiceFromDetailsRequestBody.js +1 -0
- package/dist/Types/Requests/Couriers/IInvoiceToDetailsRequestBody.d.ts +6 -0
- package/dist/Types/Requests/Couriers/IInvoiceToDetailsRequestBody.js +1 -0
- package/dist/Types/Requests/Couriers/IMultiConsignmentCourierBookingRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Couriers/IMultiConsignmentCourierBookingRequestBody.js +1 -0
- package/dist/Types/Requests/Couriers/IMultiConsignmentCourierBookingRequestBodySingle.d.ts +21 -0
- package/dist/Types/Requests/Couriers/IMultiConsignmentCourierBookingRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Couriers/IMultiConsignmentOptions.d.ts +7 -0
- package/dist/Types/Requests/Couriers/IMultiConsignmentOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IRoyalMailCourierOptions.d.ts +10 -0
- package/dist/Types/Requests/Couriers/IRoyalMailCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/ISystemOptions.d.ts +8 -0
- package/dist/Types/Requests/Couriers/ISystemOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IUPSCourierOptions.d.ts +6 -0
- package/dist/Types/Requests/Couriers/IUPSCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IWhistlCourierOptions.d.ts +5 -0
- package/dist/Types/Requests/Couriers/IWhistlCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/IYodelCourierOptions.d.ts +3 -0
- package/dist/Types/Requests/Couriers/IYodelCourierOptions.js +1 -0
- package/dist/Types/Requests/Couriers/InvoiceCharges.d.ts +15 -0
- package/dist/Types/Requests/Couriers/InvoiceCharges.js +1 -0
- package/dist/Types/Requests/Despatch/IConfirmDespatchRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Despatch/IConfirmDespatchRequestBody.js +1 -0
- package/dist/Types/Requests/Despatch/IConfirmDespatchRequestBodySingle.d.ts +8 -0
- package/dist/Types/Requests/Despatch/IConfirmDespatchRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Despatch/IDespatchLineRequestBody.d.ts +9 -0
- package/dist/Types/Requests/Despatch/IDespatchLineRequestBody.js +1 -0
- package/dist/Types/Requests/Despatch/IDespatchQuantityRequestBody.d.ts +16 -0
- package/dist/Types/Requests/Despatch/IDespatchQuantityRequestBody.js +1 -0
- package/dist/Types/Requests/Despatch/IQuickDespatchRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Despatch/IQuickDespatchRequestBody.js +1 -0
- package/dist/Types/Requests/Despatch/IQuickDespatchRequestBodySingle.d.ts +10 -0
- package/dist/Types/Requests/Despatch/IQuickDespatchRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Despatch/IStartDespatchRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Despatch/IStartDespatchRequestBody.js +1 -0
- package/dist/Types/Requests/Despatch/IStartDespatchRequestBodySingle.d.ts +4 -0
- package/dist/Types/Requests/Despatch/IStartDespatchRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Kits/IBuildKitRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Kits/IBuildKitRequestBody.js +1 -0
- package/dist/Types/Requests/Kits/IBuildKitRequestBodySingle.d.ts +6 -0
- package/dist/Types/Requests/Kits/IBuildKitRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Kits/IGetKitsRequestBody.d.ts +5 -0
- package/dist/Types/Requests/Kits/IGetKitsRequestBody.js +1 -0
- package/dist/Types/Requests/Kits/IGetKitsResponse.d.ts +99 -0
- package/dist/Types/Requests/Kits/IGetKitsResponse.js +7 -0
- package/dist/Types/Requests/Kits/IKitComponent.d.ts +83 -0
- package/dist/Types/Requests/Kits/IKitComponent.js +17 -0
- package/dist/Types/Requests/Kits/IKitComponentQuantity.d.ts +5 -0
- package/dist/Types/Requests/Kits/IKitComponentQuantity.js +1 -0
- package/dist/Types/Requests/Kits/IKitComponentRequestBody.d.ts +6 -0
- package/dist/Types/Requests/Kits/IKitComponentRequestBody.js +1 -0
- package/dist/Types/Requests/Kits/IKitPodAndLines.d.ts +70 -0
- package/dist/Types/Requests/Kits/IKitPodAndLines.js +12 -0
- package/dist/Types/Requests/Kits/IKitPodLine.d.ts +62 -0
- package/dist/Types/Requests/Kits/IKitPodLine.js +21 -0
- package/dist/Types/Requests/Kits/IKitPodLineBatch.d.ts +10 -0
- package/dist/Types/Requests/Kits/IKitPodLineBatch.js +9 -0
- package/dist/Types/Requests/Kits/IKitPodLineDate.d.ts +10 -0
- package/dist/Types/Requests/Kits/IKitPodLineDate.js +9 -0
- package/dist/Types/Requests/Kits/IKitPodLinePurchaseOrder.d.ts +10 -0
- package/dist/Types/Requests/Kits/IKitPodLinePurchaseOrder.js +9 -0
- package/dist/Types/Requests/Kits/IKitPodLineQuantity.d.ts +17 -0
- package/dist/Types/Requests/Kits/IKitPodLineQuantity.js +17 -0
- package/dist/Types/Requests/Kits/IKitPodLineQuantitySet.d.ts +19 -0
- package/dist/Types/Requests/Kits/IKitPodLineQuantitySet.js +7 -0
- package/dist/Types/Requests/Kits/IKitPodLineSerial.d.ts +10 -0
- package/dist/Types/Requests/Kits/IKitPodLineSerial.js +9 -0
- package/dist/Types/Requests/Kits/IKitPodLineTag.d.ts +10 -0
- package/dist/Types/Requests/Kits/IKitPodLineTag.js +9 -0
- package/dist/Types/Requests/Kits/IKitRequestBody.d.ts +31 -0
- package/dist/Types/Requests/Kits/IKitRequestBody.js +1 -0
- package/dist/Types/Requests/Kits/IKittingDocumentsRequestBody.d.ts +4 -0
- package/dist/Types/Requests/Kits/IKittingDocumentsRequestBody.js +1 -0
- package/dist/Types/Requests/Kits/ITargetKit.d.ts +96 -0
- package/dist/Types/Requests/Kits/ITargetKit.js +17 -0
- package/dist/Types/Requests/Kits/ITargetKitComponentSet.d.ts +10 -0
- package/dist/Types/Requests/Kits/ITargetKitComponentSet.js +1 -0
- package/dist/Types/Requests/Movements/IBeginReplenishmentCollectionRequestBody.d.ts +10 -0
- package/dist/Types/Requests/Movements/IBeginReplenishmentCollectionRequestBody.js +1 -0
- package/dist/Types/Requests/Movements/IBeginReplenishmentJobRequestBody.d.ts +8 -0
- package/dist/Types/Requests/Movements/IBeginReplenishmentJobRequestBody.js +1 -0
- package/dist/Types/Requests/Movements/IBeginReplenishmentRequestBody.d.ts +11 -0
- package/dist/Types/Requests/Movements/IBeginReplenishmentRequestBody.js +1 -0
- package/dist/Types/Requests/Movements/IClaimReplenishmentFilters.d.ts +11 -0
- package/dist/Types/Requests/Movements/IClaimReplenishmentFilters.js +1 -0
- package/dist/Types/Requests/Movements/IClaimReplenishmentRequestBody.d.ts +12 -0
- package/dist/Types/Requests/Movements/IClaimReplenishmentRequestBody.js +1 -0
- package/dist/Types/Requests/Movements/ICompleteReplenishmentRequestBody.d.ts +5 -0
- package/dist/Types/Requests/Movements/ICompleteReplenishmentRequestBody.js +1 -0
- package/dist/Types/Requests/Movements/IDropOff.d.ts +8 -0
- package/dist/Types/Requests/Movements/IDropOff.js +1 -0
- package/dist/Types/Requests/Movements/IDropOffJob.d.ts +8 -0
- package/dist/Types/Requests/Movements/IDropOffJob.js +1 -0
- package/dist/Types/Requests/Orders/IAddressRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Orders/IAddressRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/IAllocationRequestBody.d.ts +8 -0
- package/dist/Types/Requests/Orders/IAllocationRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/ICancelOrderLineRequestBodySingle.d.ts +5 -0
- package/dist/Types/Requests/Orders/ICancelOrderLineRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Orders/ICancelOrderRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Orders/ICancelOrderRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/ICancelOrderRequestBodySingle.d.ts +8 -0
- package/dist/Types/Requests/Orders/ICancelOrderRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Orders/IConsignmentTrackingReferences.d.ts +18 -0
- package/dist/Types/Requests/Orders/IConsignmentTrackingReferences.js +12 -0
- package/dist/Types/Requests/Orders/ICreatePickWaveAndShipmentsDocuments.d.ts +4 -0
- package/dist/Types/Requests/Orders/ICreatePickWaveAndShipmentsDocuments.js +1 -0
- package/dist/Types/Requests/Orders/ICreatePickWaveRequestBody.d.ts +8 -0
- package/dist/Types/Requests/Orders/ICreatePickWaveRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/ICreatePickWaveWithJobsRequestBody.d.ts +9 -0
- package/dist/Types/Requests/Orders/ICreatePickWaveWithJobsRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/ICreatePickWaveWithShipmentSetsRequestBody.d.ts +9 -0
- package/dist/Types/Requests/Orders/ICreatePickWaveWithShipmentSetsRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/ICreatePickWaveWithShipmentsRequestBody.d.ts +9 -0
- package/dist/Types/Requests/Orders/ICreatePickWaveWithShipmentsRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/ICustomerPatchRequestBody.d.ts +18 -0
- package/dist/Types/Requests/Orders/ICustomerPatchRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/ICustomerPostRequestBody.d.ts +15 -0
- package/dist/Types/Requests/Orders/ICustomerPostRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/IEditPickWaveRequestBody.d.ts +5 -0
- package/dist/Types/Requests/Orders/IEditPickWaveRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/IEditedOrderAndLinesRequestBody.d.ts +5 -0
- package/dist/Types/Requests/Orders/IEditedOrderAndLinesRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/IOrder.d.ts +325 -0
- package/dist/Types/Requests/Orders/IOrder.js +81 -0
- package/dist/Types/Requests/Orders/IOrderAndLines.d.ts +479 -0
- package/dist/Types/Requests/Orders/IOrderAndLines.js +9 -0
- package/dist/Types/Requests/Orders/IOrderAndLinesRequestBody.d.ts +54 -0
- package/dist/Types/Requests/Orders/IOrderAndLinesRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/IOrderAndLinesWithShipments.d.ts +772 -0
- package/dist/Types/Requests/Orders/IOrderAndLinesWithShipments.js +9 -0
- package/dist/Types/Requests/Orders/IOrderAndLinesWithStock.d.ts +915 -0
- package/dist/Types/Requests/Orders/IOrderAndLinesWithStock.js +9 -0
- package/dist/Types/Requests/Orders/IOrderConflictRequestBody.d.ts +4 -0
- package/dist/Types/Requests/Orders/IOrderConflictRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/IOrderLine.d.ts +157 -0
- package/dist/Types/Requests/Orders/IOrderLine.js +57 -0
- package/dist/Types/Requests/Orders/IOrderLineBatch.d.ts +18 -0
- package/dist/Types/Requests/Orders/IOrderLineBatch.js +14 -0
- package/dist/Types/Requests/Orders/IOrderLineDate.d.ts +18 -0
- package/dist/Types/Requests/Orders/IOrderLineDate.js +14 -0
- package/dist/Types/Requests/Orders/IOrderLinePodAlias.d.ts +6 -0
- package/dist/Types/Requests/Orders/IOrderLinePodAlias.js +6 -0
- package/dist/Types/Requests/Orders/IOrderLinePurchaseOrder.d.ts +18 -0
- package/dist/Types/Requests/Orders/IOrderLinePurchaseOrder.js +14 -0
- package/dist/Types/Requests/Orders/IOrderLineRequestBody.d.ts +42 -0
- package/dist/Types/Requests/Orders/IOrderLineRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/IOrderLineSerial.d.ts +18 -0
- package/dist/Types/Requests/Orders/IOrderLineSerial.js +14 -0
- package/dist/Types/Requests/Orders/IOrderLineTag.d.ts +18 -0
- package/dist/Types/Requests/Orders/IOrderLineTag.js +14 -0
- package/dist/Types/Requests/Orders/IOrderLineWithShipments.d.ts +449 -0
- package/dist/Types/Requests/Orders/IOrderLineWithShipments.js +9 -0
- package/dist/Types/Requests/Orders/IOrderLineWithStock.d.ts +592 -0
- package/dist/Types/Requests/Orders/IOrderLineWithStock.js +13 -0
- package/dist/Types/Requests/Orders/IOrderTagWithShipmentSetID.d.ts +34 -0
- package/dist/Types/Requests/Orders/IOrderTagWithShipmentSetID.js +14 -0
- package/dist/Types/Requests/Orders/IOrderWarehouse.d.ts +17 -0
- package/dist/Types/Requests/Orders/IOrderWarehouse.js +11 -0
- package/dist/Types/Requests/Orders/IOutboundType.d.ts +18 -0
- package/dist/Types/Requests/Orders/IOutboundType.js +12 -0
- package/dist/Types/Requests/Orders/IRequestDocumentsRequestBody.d.ts +5 -0
- package/dist/Types/Requests/Orders/IRequestDocumentsRequestBody.js +1 -0
- package/dist/Types/Requests/Orders/IShipmentAndLines.d.ts +295 -0
- package/dist/Types/Requests/Orders/IShipmentAndLines.js +54 -0
- package/dist/Types/Requests/Orders/IShipmentConsignment.d.ts +40 -0
- package/dist/Types/Requests/Orders/IShipmentConsignment.js +21 -0
- package/dist/Types/Requests/Orders/IShipmentPickWaveMatrix.d.ts +7 -0
- package/dist/Types/Requests/Orders/IShipmentPickWaveMatrix.js +1 -0
- package/dist/Types/Requests/Orders/IShipmentSet.d.ts +119 -0
- package/dist/Types/Requests/Orders/IShipmentSet.js +19 -0
- package/dist/Types/Requests/Orders/IShipmentSetLine.d.ts +58 -0
- package/dist/Types/Requests/Orders/IShipmentSetLine.js +23 -0
- package/dist/Types/Requests/Orders/IShipmentSetType.d.ts +17 -0
- package/dist/Types/Requests/Orders/IShipmentSetType.js +11 -0
- package/dist/Types/Requests/Orders/WarehouseIdWrapper.d.ts +4 -0
- package/dist/Types/Requests/Orders/WarehouseIdWrapper.js +1 -0
- package/dist/Types/Requests/Packs/IClosePackRequestBodyWithNewFloat.d.ts +5 -0
- package/dist/Types/Requests/Packs/IClosePackRequestBodyWithNewFloat.js +1 -0
- package/dist/Types/Requests/Packs/IClosePackRequetsBodyWithExistingFloat.d.ts +6 -0
- package/dist/Types/Requests/Packs/IClosePackRequetsBodyWithExistingFloat.js +1 -0
- package/dist/Types/Requests/Packs/ICompletedPack.d.ts +3 -0
- package/dist/Types/Requests/Packs/ICompletedPack.js +1 -0
- package/dist/Types/Requests/Packs/ICompletedPackWithReference.d.ts +15 -0
- package/dist/Types/Requests/Packs/ICompletedPackWithReference.js +1 -0
- package/dist/Types/Requests/Packs/ICompletedPackWithUUID.d.ts +14 -0
- package/dist/Types/Requests/Packs/ICompletedPackWithUUID.js +1 -0
- package/dist/Types/Requests/Packs/IConsolidatePackRequestBody.d.ts +4 -0
- package/dist/Types/Requests/Packs/IConsolidatePackRequestBody.js +1 -0
- package/dist/Types/Requests/Packs/IConsolidatePacksRequestBody.d.ts +16 -0
- package/dist/Types/Requests/Packs/IConsolidatePacksRequestBody.js +1 -0
- package/dist/Types/Requests/Packs/ICreatePackRequestBody.d.ts +15 -0
- package/dist/Types/Requests/Packs/ICreatePackRequestBody.js +1 -0
- package/dist/Types/Requests/Packs/IFinishPackingRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Packs/IFinishPackingRequestBody.js +1 -0
- package/dist/Types/Requests/Packs/IFinishPackingRequestBodySingle.d.ts +4 -0
- package/dist/Types/Requests/Packs/IFinishPackingRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Packs/IPackDocuments.d.ts +5 -0
- package/dist/Types/Requests/Packs/IPackDocuments.js +1 -0
- package/dist/Types/Requests/Packs/IPackItem.d.ts +16 -0
- package/dist/Types/Requests/Packs/IPackItem.js +1 -0
- package/dist/Types/Requests/Packs/IPackLineRequestBody.d.ts +22 -0
- package/dist/Types/Requests/Packs/IPackLineRequestBody.js +1 -0
- package/dist/Types/Requests/Packs/IPackWithReference.d.ts +4 -0
- package/dist/Types/Requests/Packs/IPackWithReference.js +1 -0
- package/dist/Types/Requests/Packs/IPackWithUUID.d.ts +9 -0
- package/dist/Types/Requests/Packs/IPackWithUUID.js +1 -0
- package/dist/Types/Requests/Packs/IPendingPack.d.ts +11 -0
- package/dist/Types/Requests/Packs/IPendingPack.js +1 -0
- package/dist/Types/Requests/Picks/IAdHocClusterRequestBody.d.ts +4 -0
- package/dist/Types/Requests/Picks/IAdHocClusterRequestBody.js +1 -0
- package/dist/Types/Requests/Picks/IClusterPickJobs.d.ts +7 -0
- package/dist/Types/Requests/Picks/IClusterPickJobs.js +1 -0
- package/dist/Types/Requests/Picks/IConfirmAndDropPickJobDocuments.d.ts +5 -0
- package/dist/Types/Requests/Picks/IConfirmAndDropPickJobDocuments.js +1 -0
- package/dist/Types/Requests/Picks/IConfirmAndDropPickJobRequestBody.d.ts +6 -0
- package/dist/Types/Requests/Picks/IConfirmAndDropPickJobRequestBody.js +1 -0
- package/dist/Types/Requests/Picks/IConfirmClusterJobs.d.ts +4 -0
- package/dist/Types/Requests/Picks/IConfirmClusterJobs.js +1 -0
- package/dist/Types/Requests/Picks/IConfirmJobs.d.ts +4 -0
- package/dist/Types/Requests/Picks/IConfirmJobs.js +1 -0
- package/dist/Types/Requests/Picks/IConfirmPickJobDocuments.d.ts +4 -0
- package/dist/Types/Requests/Picks/IConfirmPickJobDocuments.js +1 -0
- package/dist/Types/Requests/Picks/IConfirmPickJobs.d.ts +9 -0
- package/dist/Types/Requests/Picks/IConfirmPickJobs.js +1 -0
- package/dist/Types/Requests/Picks/IDropOffJobRequestBody.d.ts +13 -0
- package/dist/Types/Requests/Picks/IDropOffJobRequestBody.js +1 -0
- package/dist/Types/Requests/Picks/IDropOffPickRequestBody.d.ts +25 -0
- package/dist/Types/Requests/Picks/IDropOffPickRequestBody.js +1 -0
- package/dist/Types/Requests/Picks/IDropOffRequestBody.d.ts +6 -0
- package/dist/Types/Requests/Picks/IDropOffRequestBody.js +1 -0
- package/dist/Types/Requests/Picks/IDropoffPicksRequestBody.d.ts +9 -0
- package/dist/Types/Requests/Picks/IDropoffPicksRequestBody.js +1 -0
- package/dist/Types/Requests/Picks/IFreePickJobRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Picks/IFreePickJobRequestBody.js +1 -0
- package/dist/Types/Requests/Picks/IFreePickJobRequestBodySingle.d.ts +4 -0
- package/dist/Types/Requests/Picks/IFreePickJobRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Picks/INextJobProperties.d.ts +10 -0
- package/dist/Types/Requests/Picks/INextJobProperties.js +1 -0
- package/dist/Types/Requests/Picks/IPickJobs.d.ts +7 -0
- package/dist/Types/Requests/Picks/IPickJobs.js +1 -0
- package/dist/Types/Requests/Picks/IPickWaveNextJobProperties.d.ts +6 -0
- package/dist/Types/Requests/Picks/IPickWaveNextJobProperties.js +1 -0
- package/dist/Types/Requests/Picks/ISetRemainingPickJobs.d.ts +5 -0
- package/dist/Types/Requests/Picks/ISetRemainingPickJobs.js +1 -0
- package/dist/Types/Requests/Picks/IShipmentNextJobProperties.d.ts +6 -0
- package/dist/Types/Requests/Picks/IShipmentNextJobProperties.js +1 -0
- package/dist/Types/Requests/Picks/IStartPickJobRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Picks/IStartPickJobRequestBody.js +1 -0
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodyPickWave.d.ts +6 -0
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodyPickWave.js +1 -0
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodyShipment.d.ts +6 -0
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodyShipment.js +1 -0
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodySingle.d.ts +17 -0
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Picks/IStartPickJobWarehouseRequestBody.d.ts +5 -0
- package/dist/Types/Requests/Picks/IStartPickJobWarehouseRequestBody.js +1 -0
- package/dist/Types/Requests/Preadvices/ICancelPreadviceLineRequestBodySingle.d.ts +5 -0
- package/dist/Types/Requests/Preadvices/ICancelPreadviceLineRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Preadvices/ICancelPreadviceRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Preadvices/ICancelPreadviceRequestBody.js +1 -0
- package/dist/Types/Requests/Preadvices/ICancelPreadviceRequestBodySingle.d.ts +8 -0
- package/dist/Types/Requests/Preadvices/ICancelPreadviceRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Preadvices/IEditedPreadviceAndLinesRequestBody.d.ts +5 -0
- package/dist/Types/Requests/Preadvices/IEditedPreadviceAndLinesRequestBody.js +1 -0
- package/dist/Types/Requests/Preadvices/IPreadviceAndLinesRequestBody.d.ts +20 -0
- package/dist/Types/Requests/Preadvices/IPreadviceAndLinesRequestBody.js +1 -0
- package/dist/Types/Requests/Preadvices/IPreadviceLineRequestBody.d.ts +25 -0
- package/dist/Types/Requests/Preadvices/IPreadviceLineRequestBody.js +1 -0
- package/dist/Types/Requests/Prints/IGeneratePickNoteRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Prints/IGeneratePickNoteRequestBody.js +1 -0
- package/dist/Types/Requests/Prints/IGeneratePickNoteRequestBodySingle.d.ts +10 -0
- package/dist/Types/Requests/Prints/IGeneratePickNoteRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Prints/IOrderPrintDetails.d.ts +14 -0
- package/dist/Types/Requests/Prints/IOrderPrintDetails.js +1 -0
- package/dist/Types/Requests/Prints/IPickWavePrintDetails.d.ts +13 -0
- package/dist/Types/Requests/Prints/IPickWavePrintDetails.js +1 -0
- package/dist/Types/Requests/Prints/IPrintPackLabelsRequestBody.d.ts +9 -0
- package/dist/Types/Requests/Prints/IPrintPackLabelsRequestBody.js +1 -0
- package/dist/Types/Requests/Prints/IPrintPreadviceRequestBody.d.ts +2 -0
- package/dist/Types/Requests/Prints/IPrintPreadviceRequestBody.js +1 -0
- package/dist/Types/Requests/Prints/IPrintPreadviceRequestBodySingle.d.ts +9 -0
- package/dist/Types/Requests/Prints/IPrintPreadviceRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Prints/IShipmentPrintDetails.d.ts +15 -0
- package/dist/Types/Requests/Prints/IShipmentPrintDetails.js +1 -0
- package/dist/Types/Requests/Putaway/IPutawayRequestBody.d.ts +5 -0
- package/dist/Types/Requests/Putaway/IPutawayRequestBody.js +1 -0
- package/dist/Types/Requests/Putaway/IPutawayRequestBodySingle.d.ts +6 -0
- package/dist/Types/Requests/Putaway/IPutawayRequestBodySingle.js +1 -0
- package/dist/Types/Requests/Receipt/IEditablePodAlias.d.ts +5 -0
- package/dist/Types/Requests/Receipt/IEditablePodAlias.js +1 -0
- package/dist/Types/Requests/Receipt/IOrderReturnRequestBody.d.ts +8 -0
- package/dist/Types/Requests/Receipt/IOrderReturnRequestBody.js +1 -0
- package/dist/Types/Requests/Receipt/IOrderlessReturnRequestBody.d.ts +11 -0
- package/dist/Types/Requests/Receipt/IOrderlessReturnRequestBody.js +1 -0
- package/dist/Types/Requests/Receipt/IReceiptLineRequestBody.d.ts +30 -0
- package/dist/Types/Requests/Receipt/IReceiptLineRequestBody.js +1 -0
- package/dist/Types/Requests/Receipt/IReceiptRequestBody.d.ts +4 -0
- package/dist/Types/Requests/Receipt/IReceiptRequestBody.js +1 -0
- package/dist/Types/Requests/Receipt/IRegularReceiptRequestBody.d.ts +5 -0
- package/dist/Types/Requests/Receipt/IRegularReceiptRequestBody.js +1 -0
- package/dist/Types/Requests/Receipt/ISharedReceiptProps.d.ts +21 -0
- package/dist/Types/Requests/Receipt/ISharedReceiptProps.js +1 -0
- package/dist/Types/Requests/Sortations/ICollectSortationRequestBody.d.ts +6 -0
- package/dist/Types/Requests/Sortations/ICollectSortationRequestBody.js +1 -0
- package/dist/Types/Responses/Address/IAddress.d.ts +27 -0
- package/dist/Types/Responses/{IAddress.js → Address/IAddress.js} +29 -0
- package/dist/Types/Responses/Address/IAddressWithDBData.d.ts +25 -0
- package/dist/Types/Responses/Address/IAddressWithDBData.js +4 -0
- package/dist/Types/Responses/Address/IAddressWithID.d.ts +28 -0
- package/dist/Types/Responses/Address/IAddressWithID.js +9 -0
- package/dist/Types/Responses/Address/IAddressWithIdAndDBData.d.ts +36 -0
- package/dist/Types/Responses/Address/IAddressWithIdAndDBData.js +6 -0
- package/dist/Types/Responses/{IAddress.d.ts → Address/ICourierAccountAddress.d.ts} +28 -27
- package/dist/Types/Responses/Address/ICourierAccountAddress.js +22 -0
- package/dist/Types/Responses/Address/IDeliveryAddress.d.ts +27 -0
- package/dist/Types/Responses/Address/IDeliveryAddress.js +9 -0
- package/dist/Types/Responses/Address/IDeliveryAddressWithID.d.ts +29 -0
- package/dist/Types/Responses/Address/IDeliveryAddressWithID.js +9 -0
- package/dist/Types/Responses/Address/IWarehouseAddress.d.ts +37 -0
- package/dist/Types/Responses/Address/IWarehouseAddress.js +12 -0
- package/dist/Types/Responses/Allocations/IAllocationResult.d.ts +6 -0
- package/dist/Types/Responses/Allocations/IAllocationResult.js +1 -0
- package/dist/Types/Responses/Allocations/IAllocationRule.d.ts +5 -0
- package/dist/Types/Responses/Allocations/IAllocationRule.js +1 -0
- package/dist/Types/Responses/Allocations/IAllocationStock.d.ts +12 -0
- package/dist/Types/Responses/Allocations/IAllocationStock.js +1 -0
- package/dist/Types/Responses/Allocations/IOrderAllocationOrderLine.d.ts +18 -0
- package/dist/Types/Responses/Allocations/IOrderAllocationOrderLine.js +1 -0
- package/dist/Types/Responses/Allocations/IOrderAllocationResult.d.ts +7 -0
- package/dist/Types/Responses/Allocations/IOrderAllocationResult.js +1 -0
- package/dist/Types/Responses/Allocations/IPrintResult.d.ts +4 -0
- package/dist/Types/Responses/Allocations/IPrintResult.js +1 -0
- package/dist/Types/Responses/Allocations/IShipmentAllocationResult.d.ts +6 -0
- package/dist/Types/Responses/Allocations/IShipmentAllocationResult.js +1 -0
- package/dist/Types/Responses/Allocations/IShipmentDocuments.d.ts +5 -0
- package/dist/Types/Responses/Allocations/IShipmentDocuments.js +1 -0
- package/dist/Types/Responses/Buckets/IBucket.d.ts +9 -0
- package/dist/Types/Responses/Buckets/IBucket.js +1 -0
- package/dist/Types/Responses/Couriers/DXPackageType.d.ts +6 -0
- package/dist/Types/Responses/Couriers/DXPackageType.js +6 -0
- package/dist/Types/Responses/Couriers/DXPackageTypes.d.ts +3 -0
- package/dist/Types/Responses/Couriers/DXPackageTypes.js +15 -0
- package/dist/Types/Responses/Couriers/FedexPickupType.d.ts +7 -0
- package/dist/Types/Responses/Couriers/FedexPickupType.js +7 -0
- package/dist/Types/Responses/Couriers/FedexPickupTypes.d.ts +3 -0
- package/dist/Types/Responses/Couriers/FedexPickupTypes.js +16 -0
- package/dist/Types/Responses/Couriers/FedexSubPackageType.d.ts +34 -0
- package/dist/Types/Responses/Couriers/FedexSubPackageType.js +34 -0
- package/dist/Types/Responses/Couriers/FedexSubPackageTypes.d.ts +3 -0
- package/dist/Types/Responses/Couriers/FedexSubPackageTypes.js +127 -0
- package/dist/Types/Responses/Couriers/HasInvoiceFromAddress_id.d.ts +4 -0
- package/dist/Types/Responses/Couriers/HasInvoiceFromAddress_id.js +1 -0
- package/dist/Types/Responses/Couriers/ICourier.d.ts +14 -0
- package/dist/Types/Responses/Couriers/ICourier.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccount.d.ts +12 -0
- package/dist/Types/Responses/Couriers/ICourierAccount.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccountAPC.d.ts +26 -0
- package/dist/Types/Responses/Couriers/ICourierAccountAPC.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccountDHLParcelUK.d.ts +24 -0
- package/dist/Types/Responses/Couriers/ICourierAccountDHLParcelUK.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccountDPD.d.ts +27 -0
- package/dist/Types/Responses/Couriers/ICourierAccountDPD.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccountDPDLocal.d.ts +2 -0
- package/dist/Types/Responses/Couriers/ICourierAccountDPDLocal.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccountDX.d.ts +21 -0
- package/dist/Types/Responses/Couriers/ICourierAccountDX.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccountEvri.d.ts +28 -0
- package/dist/Types/Responses/Couriers/ICourierAccountEvri.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccountFedex.d.ts +20 -0
- package/dist/Types/Responses/Couriers/ICourierAccountFedex.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccountRoyalMail.d.ts +16 -0
- package/dist/Types/Responses/Couriers/ICourierAccountRoyalMail.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccountUPS.d.ts +25 -0
- package/dist/Types/Responses/Couriers/ICourierAccountUPS.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccountWhistl.d.ts +22 -0
- package/dist/Types/Responses/Couriers/ICourierAccountWhistl.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierAccountYodel.d.ts +18 -0
- package/dist/Types/Responses/Couriers/ICourierAccountYodel.js +1 -0
- package/dist/Types/Responses/Couriers/ICourierService.d.ts +5 -0
- package/dist/Types/Responses/Couriers/ICourierService.js +1 -0
- package/dist/Types/Responses/Couriers/RoyalMailFormatIdentifiers.d.ts +3 -0
- package/dist/Types/Responses/Couriers/RoyalMailFormatIdentifiers.js +27 -0
- package/dist/Types/Responses/Couriers/RoyalMailPackageFormatIdentifier.d.ts +9 -0
- package/dist/Types/Responses/Couriers/RoyalMailPackageFormatIdentifier.js +8 -0
- package/dist/Types/Responses/Couriers/WhistlPackageType.d.ts +6 -0
- package/dist/Types/Responses/Couriers/WhistlPackageType.js +6 -0
- package/dist/Types/Responses/Couriers/WhistlPackageTypes.d.ts +3 -0
- package/dist/Types/Responses/Couriers/WhistlPackageTypes.js +16 -0
- package/dist/Types/Responses/IAccount.d.ts +203 -0
- package/dist/Types/Responses/IAccount.js +73 -0
- package/dist/Types/Responses/IAccountCourierCodeMatrix.d.ts +18 -0
- package/dist/Types/Responses/IAccountCourierCodeMatrix.js +12 -0
- package/dist/Types/Responses/ICompany.d.ts +30 -0
- package/dist/Types/Responses/ICompany.js +24 -0
- package/dist/Types/Responses/ICountry.d.ts +26 -16
- package/dist/Types/Responses/ICountry.js +20 -1
- package/dist/Types/Responses/ICurrency.d.ts +6 -0
- package/dist/Types/Responses/ICurrency.js +1 -0
- package/dist/Types/Responses/ISupplier.d.ts +42 -0
- package/dist/Types/Responses/ISupplier.js +15 -0
- package/dist/Types/Responses/IWarehouse.d.ts +42 -0
- package/dist/Types/Responses/IWarehouse.js +15 -0
- package/dist/Types/Responses/Orders/IAllocationDocuments.d.ts +4 -0
- package/dist/Types/Responses/Orders/IAllocationDocuments.js +1 -0
- package/dist/Types/Responses/Orders/IAllocationDropoffDocuments.d.ts +6 -0
- package/dist/Types/Responses/Orders/IAllocationDropoffDocuments.js +1 -0
- package/dist/Types/Responses/Orders/IAllocationOrder.d.ts +6 -0
- package/dist/Types/Responses/Orders/IAllocationOrder.js +1 -0
- package/dist/Types/Responses/Orders/IAllocationOrderLine.d.ts +6 -0
- package/dist/Types/Responses/Orders/IAllocationOrderLine.js +1 -0
- package/dist/Types/Responses/Orders/IAllocationOutboundType.d.ts +6 -0
- package/dist/Types/Responses/Orders/IAllocationOutboundType.js +1 -0
- package/dist/Types/Responses/Orders/IAllocationShipment.d.ts +26 -0
- package/dist/Types/Responses/Orders/IAllocationShipment.js +1 -0
- package/dist/Types/Responses/Orders/IAllocationWarehouse.d.ts +8 -0
- package/dist/Types/Responses/Orders/IAllocationWarehouse.js +1 -0
- package/dist/Types/Responses/Orders/IConflictReport.d.ts +5 -0
- package/dist/Types/Responses/Orders/IConflictReport.js +1 -0
- package/dist/Types/Responses/Orders/ICourierConsignment.d.ts +40 -0
- package/dist/Types/Responses/Orders/ICourierConsignment.js +22 -0
- package/dist/Types/Responses/Orders/ICustomer.d.ts +104 -0
- package/dist/Types/Responses/Orders/ICustomer.js +27 -0
- package/dist/Types/Responses/Orders/ICustomerTag.d.ts +34 -0
- package/dist/Types/Responses/Orders/ICustomerTag.js +14 -0
- package/dist/Types/Responses/Orders/IDeliveryAddressConflictReport.d.ts +5 -0
- package/dist/Types/Responses/Orders/IDeliveryAddressConflictReport.js +1 -0
- package/dist/Types/Responses/Orders/IInvoiceAddressConflictReport.d.ts +5 -0
- package/dist/Types/Responses/Orders/IInvoiceAddressConflictReport.js +1 -0
- package/dist/Types/Responses/Orders/IOrderConflictReport.d.ts +4 -0
- package/dist/Types/Responses/Orders/IOrderConflictReport.js +1 -0
- package/dist/Types/Responses/Orders/IOrderConflictReportWrapper.d.ts +4 -0
- package/dist/Types/Responses/Orders/IOrderConflictReportWrapper.js +1 -0
- package/dist/Types/Responses/Orders/IOrderLineType.d.ts +7 -0
- package/dist/Types/Responses/Orders/IOrderLineType.js +1 -0
- package/dist/Types/Responses/Orders/IOrderTagType.d.ts +19 -0
- package/dist/Types/Responses/Orders/IOrderTagType.js +13 -0
- package/dist/Types/Responses/Orders/IOrderTagWithOrderID.d.ts +34 -0
- package/dist/Types/Responses/Orders/IOrderTagWithOrderID.js +14 -0
- package/dist/Types/Responses/Orders/IOrderTagWithOrderLineID.d.ts +34 -0
- package/dist/Types/Responses/Orders/IOrderTagWithOrderLineID.js +14 -0
- package/dist/Types/Responses/Orders/IOrderValue.d.ts +5 -0
- package/dist/Types/Responses/Orders/IOrderValue.js +1 -0
- package/dist/Types/Responses/Orders/IOrderValueConflictReport.d.ts +5 -0
- package/dist/Types/Responses/Orders/IOrderValueConflictReport.js +1 -0
- package/dist/Types/Responses/Orders/ITrackingReference.d.ts +18 -0
- package/dist/Types/Responses/Orders/ITrackingReference.js +12 -0
- package/dist/Types/Responses/PickWaves/PickWaveType.d.ts +5 -0
- package/dist/Types/Responses/PickWaves/PickWaveType.js +6 -0
- package/dist/Types/Responses/Picks/IAdHocCluster.d.ts +8 -0
- package/dist/Types/Responses/Picks/IAdHocCluster.js +1 -0
- package/dist/Types/Responses/Picks/IBlockingJob.d.ts +31 -0
- package/dist/Types/Responses/Picks/IBlockingJob.js +1 -0
- package/dist/Types/Responses/Picks/IPickJob.d.ts +46 -0
- package/dist/Types/Responses/Picks/IPickJob.js +1 -0
- package/dist/Types/Responses/Picks/IPickJobShipment.d.ts +8 -0
- package/dist/Types/Responses/Picks/IPickJobShipment.js +1 -0
- package/dist/Types/Responses/Picks/IPickJobShipmentSet.d.ts +8 -0
- package/dist/Types/Responses/Picks/IPickJobShipmentSet.js +1 -0
- package/dist/Types/Responses/Picks/IPickJobWrapper.d.ts +4 -0
- package/dist/Types/Responses/Picks/IPickJobWrapper.js +1 -0
- package/dist/Types/Responses/Pods/IBatchTypeAccountMatrix.d.ts +18 -0
- package/dist/Types/Responses/Pods/IBatchTypeAccountMatrix.js +12 -0
- package/dist/Types/Responses/Pods/IPod.d.ts +22 -0
- package/dist/Types/Responses/Pods/IPod.js +20 -0
- package/dist/Types/Responses/Pods/IPodAlias.d.ts +9 -0
- package/dist/Types/Responses/Pods/IPodAlias.js +8 -0
- package/dist/Types/Responses/Pods/IPodAliasWithUUID.d.ts +11 -0
- package/dist/Types/Responses/Pods/IPodAliasWithUUID.js +9 -0
- package/dist/Types/Responses/Pods/IPodAndLines.d.ts +278 -0
- package/dist/Types/Responses/Pods/IPodAndLines.js +13 -0
- package/dist/Types/Responses/Pods/IPodAndLinesWithWeight.d.ts +283 -0
- package/dist/Types/Responses/Pods/IPodAndLinesWithWeight.js +16 -0
- package/dist/Types/Responses/Pods/IPodLine.d.ts +197 -0
- package/dist/Types/Responses/Pods/IPodLine.js +36 -0
- package/dist/Types/Responses/Pods/IPodLineAttribute.d.ts +9 -0
- package/dist/Types/Responses/Pods/IPodLineAttribute.js +8 -0
- package/dist/Types/Responses/Pods/IPodLineBatch.d.ts +11 -0
- package/dist/Types/Responses/Pods/IPodLineBatch.js +9 -0
- package/dist/Types/Responses/Pods/IPodLineDate.d.ts +13 -0
- package/dist/Types/Responses/Pods/IPodLineDate.js +11 -0
- package/dist/Types/Responses/Pods/IPodLineNoteValue.d.ts +17 -0
- package/dist/Types/Responses/Pods/IPodLineNoteValue.js +11 -0
- package/dist/Types/Responses/Pods/IPodLinePurchaseOrder.d.ts +11 -0
- package/dist/Types/Responses/Pods/IPodLinePurchaseOrder.js +9 -0
- package/dist/Types/Responses/Pods/IPodLineQuantity.d.ts +18 -0
- package/dist/Types/Responses/Pods/IPodLineQuantity.js +18 -0
- package/dist/Types/Responses/Pods/IPodLineQuantitySet.d.ts +20 -0
- package/dist/Types/Responses/Pods/IPodLineQuantitySet.js +8 -0
- package/dist/Types/Responses/Pods/IPodLineSerial.d.ts +11 -0
- package/dist/Types/Responses/Pods/IPodLineSerial.js +9 -0
- package/dist/Types/Responses/Pods/IPodLineTag.d.ts +11 -0
- package/dist/Types/Responses/Pods/IPodLineTag.js +9 -0
- package/dist/Types/Responses/Pods/IPodLineWithAttributes.d.ts +239 -0
- package/dist/Types/Responses/Pods/IPodLineWithAttributes.js +17 -0
- package/dist/Types/Responses/Pods/IPodLineWithWeight.d.ts +242 -0
- package/dist/Types/Responses/Pods/IPodLineWithWeight.js +9 -0
- package/dist/Types/Responses/Pods/IPodType.d.ts +14 -0
- package/dist/Types/Responses/Pods/IPodType.js +13 -0
- package/dist/Types/Responses/Pods/IPodTypeAccountMatrix.d.ts +7 -0
- package/dist/Types/Responses/Pods/IPodTypeAccountMatrix.js +1 -0
- package/dist/Types/Responses/Pods/IPodTypeWithDBEntry.d.ts +22 -0
- package/dist/Types/Responses/Pods/IPodTypeWithDBEntry.js +4 -0
- package/dist/Types/Responses/Pools/PoolType.d.ts +5 -0
- package/dist/Types/Responses/Pools/PoolType.js +5 -0
- package/dist/Types/Responses/Preadvices/INoteValue.d.ts +17 -0
- package/dist/Types/Responses/Preadvices/INoteValue.js +13 -0
- package/dist/Types/Responses/Preadvices/IPodLineAlias.d.ts +14 -0
- package/dist/Types/Responses/Preadvices/IPodLineAlias.js +11 -0
- package/dist/Types/Responses/Preadvices/IPodLineStock.d.ts +423 -0
- package/dist/Types/Responses/Preadvices/IPodLineStock.js +22 -0
- package/dist/Types/Responses/Preadvices/IPodLineStockPodLine.d.ts +398 -0
- package/dist/Types/Responses/Preadvices/IPodLineStockPodLine.js +41 -0
- package/dist/Types/Responses/Preadvices/IPodLineStockPodLineNote.d.ts +17 -0
- package/dist/Types/Responses/Preadvices/IPodLineStockPodLineNote.js +13 -0
- package/dist/Types/Responses/Preadvices/IPodLineStockQuantitySet.d.ts +37 -0
- package/dist/Types/Responses/Preadvices/IPodLineStockQuantitySet.js +13 -0
- package/dist/Types/Responses/Preadvices/IPodLineStockQuantitySimple.d.ts +26 -0
- package/dist/Types/Responses/Preadvices/IPodLineStockQuantitySimple.js +23 -0
- package/dist/Types/Responses/Preadvices/IPreadvice.d.ts +52 -0
- package/dist/Types/Responses/Preadvices/IPreadvice.js +33 -0
- package/dist/Types/Responses/Preadvices/IPreadviceAndLines.d.ts +207 -0
- package/dist/Types/Responses/Preadvices/IPreadviceAndLines.js +11 -0
- package/dist/Types/Responses/Preadvices/IPreadviceAndLinesWithStock.d.ts +643 -0
- package/dist/Types/Responses/Preadvices/IPreadviceAndLinesWithStock.js +11 -0
- package/dist/Types/Responses/Preadvices/IPreadviceLine.d.ts +158 -0
- package/dist/Types/Responses/Preadvices/IPreadviceLine.js +36 -0
- package/dist/Types/Responses/Preadvices/IPreadviceLinePurchaseOrder.d.ts +18 -0
- package/dist/Types/Responses/Preadvices/IPreadviceLinePurchaseOrder.js +14 -0
- package/dist/Types/Responses/Preadvices/IPreadviceLineTag.d.ts +34 -0
- package/dist/Types/Responses/Preadvices/IPreadviceLineTag.js +16 -0
- package/dist/Types/Responses/Preadvices/IPreadviceLineWithStock.d.ts +593 -0
- package/dist/Types/Responses/Preadvices/IPreadviceLineWithStock.js +13 -0
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineBatch.d.ts +18 -0
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineBatch.js +14 -0
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineDate.d.ts +18 -0
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineDate.js +14 -0
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineLineSerial.d.ts +18 -0
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineLineSerial.js +14 -0
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineTag.d.ts +18 -0
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineTag.js +14 -0
- package/dist/Types/Responses/Preadvices/IPreadviceTag.d.ts +34 -0
- package/dist/Types/Responses/Preadvices/IPreadviceTag.js +16 -0
- package/dist/Types/Responses/Preadvices/IPreadviceTagType.d.ts +19 -0
- package/dist/Types/Responses/Preadvices/IPreadviceTagType.js +15 -0
- package/dist/Types/Responses/Preadvices/IPreadviceTypeMinimal.d.ts +18 -0
- package/dist/Types/Responses/Preadvices/IPreadviceTypeMinimal.js +14 -0
- package/dist/Types/Responses/Preadvices/IStockPodLineBatch.d.ts +19 -0
- package/dist/Types/Responses/Preadvices/IStockPodLineBatch.js +15 -0
- package/dist/Types/Responses/Preadvices/IStockPodLineDate.d.ts +19 -0
- package/dist/Types/Responses/Preadvices/IStockPodLineDate.js +15 -0
- package/dist/Types/Responses/Preadvices/IStockPodLinePurchaseOrder.d.ts +19 -0
- package/dist/Types/Responses/Preadvices/IStockPodLinePurchaseOrder.js +15 -0
- package/dist/Types/Responses/Preadvices/IStockPodLineSerial.d.ts +19 -0
- package/dist/Types/Responses/Preadvices/IStockPodLineSerial.js +15 -0
- package/dist/Types/Responses/Preadvices/IStockPodLineTag.d.ts +19 -0
- package/dist/Types/Responses/Preadvices/IStockPodLineTag.js +15 -0
- package/dist/Types/Responses/Preadvices/ITransactionQuantities.d.ts +17 -0
- package/dist/Types/Responses/Preadvices/ITransactionQuantities.js +13 -0
- package/dist/Types/Responses/Prints/IPrintSettings.d.ts +8 -0
- package/dist/Types/Responses/Prints/IPrintSettings.js +1 -0
- package/dist/Types/Responses/Prints/IPrinters.d.ts +5 -0
- package/dist/Types/Responses/Prints/IPrinters.js +1 -0
- package/dist/Types/Responses/Prints/PrintKitComponentOptions.d.ts +5 -0
- package/dist/Types/Responses/Prints/PrintKitComponentOptions.js +6 -0
- package/dist/Types/Responses/Prints/PrintType.d.ts +7 -0
- package/dist/Types/Responses/Prints/PrintType.js +7 -0
- package/dist/Types/Responses/Replenishments/IClaimedReplenishment.d.ts +6 -0
- package/dist/Types/Responses/Replenishments/IClaimedReplenishment.js +1 -0
- package/dist/Types/Responses/Replenishments/IReplenJob.d.ts +36 -0
- package/dist/Types/Responses/Replenishments/IReplenJob.js +1 -0
- package/dist/Types/Websocket/CompletedPickJob.d.ts +7 -0
- package/dist/Types/Websocket/CompletedPickJob.js +1 -0
- package/dist/Types/Websocket/ConfirmClusterPickJob.d.ts +4 -0
- package/dist/Types/Websocket/ConfirmClusterPickJob.js +1 -0
- package/dist/Types/Websocket/ConfirmPickJobMessage.d.ts +6 -0
- package/dist/Types/Websocket/ConfirmPickJobMessage.js +1 -0
- package/dist/Types/Websocket/GetAdhocClusterMessage.d.ts +6 -0
- package/dist/Types/Websocket/GetAdhocClusterMessage.js +1 -0
- package/dist/Types/Websocket/GetPickPositionsMessage.d.ts +8 -0
- package/dist/Types/Websocket/GetPickPositionsMessage.js +1 -0
- package/dist/Types/Websocket/GetPickPositionsResponse.d.ts +2 -0
- package/dist/Types/Websocket/GetPickPositionsResponse.js +1 -0
- package/dist/Types/Websocket/GetPickPositionsResponseSingle.d.ts +6 -0
- package/dist/Types/Websocket/GetPickPositionsResponseSingle.js +1 -0
- package/dist/Types/Websocket/IGetPickPositionsRequestBody.d.ts +4 -0
- package/dist/Types/Websocket/IGetPickPositionsRequestBody.js +1 -0
- package/dist/Types/Websocket/SetAdhocClusterMessage.d.ts +6 -0
- package/dist/Types/Websocket/SetAdhocClusterMessage.js +1 -0
- package/dist/Types/Websocket/SetPickPositionsMessage.d.ts +7 -0
- package/dist/Types/Websocket/SetPickPositionsMessage.js +1 -0
- package/dist/Types/Websocket/SetPickPositionsSingle.d.ts +11 -0
- package/dist/Types/Websocket/SetPickPositionsSingle.js +1 -0
- package/dist/Types/Websocket/StartPickJobBase.d.ts +14 -0
- package/dist/Types/Websocket/StartPickJobBase.js +1 -0
- package/dist/Types/Websocket/StartPickJobMessage.d.ts +7 -0
- package/dist/Types/Websocket/StartPickJobMessage.js +1 -0
- package/dist/Types/Websocket/StartPickJobPickWave.d.ts +4 -0
- package/dist/Types/Websocket/StartPickJobPickWave.js +1 -0
- package/dist/Types/Websocket/StartPickJobShipment.d.ts +5 -0
- package/dist/Types/Websocket/StartPickJobShipment.js +1 -0
- package/dist/Types/Websocket/StartPickJobSingle.d.ts +3 -0
- package/dist/Types/Websocket/StartPickJobSingle.js +1 -0
- package/dist/Types/Websocket/WebsocketAuthMessage.d.ts +5 -0
- package/dist/Types/Websocket/WebsocketAuthMessage.js +1 -0
- package/dist/Types/Websocket/WebsocketConfirmPickJobResponse.d.ts +10 -0
- package/dist/Types/Websocket/WebsocketConfirmPickJobResponse.js +1 -0
- package/dist/Types/Websocket/WebsocketHttpMethod.d.ts +1 -0
- package/dist/Types/Websocket/WebsocketHttpMethod.js +1 -0
- package/dist/Types/Websocket/WebsocketMessage.d.ts +6 -0
- package/dist/Types/Websocket/WebsocketMessage.js +1 -0
- package/dist/Types/Websocket/WebsocketMessageType.d.ts +1 -0
- package/dist/Types/Websocket/WebsocketMessageType.js +1 -0
- package/dist/Types/Websocket/WebsocketPickjobResponse.d.ts +6 -0
- package/dist/Types/Websocket/WebsocketPickjobResponse.js +1 -0
- package/dist/Types/Websocket/WebsocketRegisterMessage.d.ts +6 -0
- package/dist/Types/Websocket/WebsocketRegisterMessage.js +1 -0
- package/dist/Types/Websocket/WebsocketResponse.d.ts +4 -0
- package/dist/Types/Websocket/WebsocketResponse.js +1 -0
- package/dist/Types/Websocket/WebsocketResponseWithPayload.d.ts +4 -0
- package/dist/Types/Websocket/WebsocketResponseWithPayload.js +1 -0
- package/dist/Types/Websocket/WebsocketResponseWithShipments.d.ts +8 -0
- package/dist/Types/Websocket/WebsocketResponseWithShipments.js +1 -0
- package/dist/index.d.ts +337 -5
- package/dist/index.js +363 -5
- package/package.json +16 -16
- /package/dist/Types/Responses/{AddressType.d.ts → Address/AddressType.d.ts} +0 -0
- /package/dist/Types/Responses/{AddressType.js → Address/AddressType.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { Grams, Millimetres } from '../../Internal/Misc.js';
|
|
2
|
+
export interface IPackItem {
|
|
3
|
+
sku: string | null;
|
|
4
|
+
title: string | null;
|
|
5
|
+
description: string | null;
|
|
6
|
+
unitOfMeasure: string | null;
|
|
7
|
+
countryOfOrigin: string | null;
|
|
8
|
+
commodityCode: string | null;
|
|
9
|
+
singleItemWeight: Grams | null;
|
|
10
|
+
singleItemDimensionX: Millimetres | null;
|
|
11
|
+
singleItemDimensionY: Millimetres | null;
|
|
12
|
+
singleItemDimensionZ: Millimetres | null;
|
|
13
|
+
singleItemNetValue: number | null;
|
|
14
|
+
singleItemTaxValue: number | null;
|
|
15
|
+
quantity: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { OrderID, OrderLineID, ShipmentID, ShipmentSetID, ShipmentSetLineID, PodUUID, PodLineUUID, UOMID } from '../../Internal/Misc.js';
|
|
2
|
+
import type { IFillablePodLineBatch } from '../../Responses/Pods/IFillablePodLineBatch.js';
|
|
3
|
+
import type { IFillablePodLinePurchaseOrder } from '../../Responses/Pods/IFillablePodLinePurchaseOrder.js';
|
|
4
|
+
import type { IFillablePodLineSerial } from '../../Responses/Pods/IFillablePodLineSerial.js';
|
|
5
|
+
import type { IFillablePodLineTag } from '../../Responses/Pods/IFillablePodLineTag.js';
|
|
6
|
+
import type { IFillablePodLineDateRequestBody } from '../IFillablePodLineDateRequestBody.js';
|
|
7
|
+
export interface IPackLineRequestBody {
|
|
8
|
+
readonly order_id: OrderID;
|
|
9
|
+
readonly orderLine_id: OrderLineID;
|
|
10
|
+
readonly shipment_id: ShipmentID;
|
|
11
|
+
readonly shipmentSet_id: ShipmentSetID;
|
|
12
|
+
readonly shipmentSetLine_id: ShipmentSetLineID;
|
|
13
|
+
readonly fromPod_uuid: PodUUID;
|
|
14
|
+
readonly fromPodLine_uuid: PodLineUUID;
|
|
15
|
+
readonly uom_id: UOMID;
|
|
16
|
+
readonly quantityPacked: number;
|
|
17
|
+
readonly batches: IFillablePodLineBatch[] | null;
|
|
18
|
+
readonly dates: IFillablePodLineDateRequestBody[] | null;
|
|
19
|
+
readonly purchaseOrders: IFillablePodLinePurchaseOrder[] | null;
|
|
20
|
+
readonly tags: IFillablePodLineTag[] | null;
|
|
21
|
+
readonly serials: IFillablePodLineSerial[] | null;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { PodUUID, Kilograms, Centimetres } from '../../Internal/Misc.js';
|
|
2
|
+
export interface IPackWithUUID {
|
|
3
|
+
readonly pod_uuid: PodUUID;
|
|
4
|
+
readonly reference: null;
|
|
5
|
+
weight: Kilograms;
|
|
6
|
+
readonly dimensionX: Centimetres | null;
|
|
7
|
+
readonly dimensionY: Centimetres | null;
|
|
8
|
+
readonly dimensionZ: Centimetres | null;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Kilograms, Centimetres, PodAlias, PodUUID, PodTypeID } from '../../Internal/Misc.js';
|
|
2
|
+
export interface IPendingPack {
|
|
3
|
+
weight: Kilograms;
|
|
4
|
+
dimensionX: Centimetres | null;
|
|
5
|
+
dimensionY: Centimetres | null;
|
|
6
|
+
dimensionZ: Centimetres | null;
|
|
7
|
+
reference: PodAlias;
|
|
8
|
+
readonly pod_uuid: PodUUID | null;
|
|
9
|
+
readonly includePodWeight: boolean;
|
|
10
|
+
readonly packType_id: PodTypeID | null;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IDropOffJobRequestBody } from './IDropOffJobRequestBody.js';
|
|
2
|
+
import type { ISetRemainingPickJobs } from './ISetRemainingPickJobs.js';
|
|
3
|
+
export interface IClusterPickJobs {
|
|
4
|
+
useAdhocClusterPicking: true;
|
|
5
|
+
setRemainingPickJobs: ISetRemainingPickJobs[];
|
|
6
|
+
picks: IDropOffJobRequestBody[];
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IConfirmJobs } from './IConfirmJobs.js';
|
|
2
|
+
import type { IConfirmPickJobDocuments } from './IConfirmPickJobDocuments.js';
|
|
3
|
+
import type { IPickWaveNextJobProperties } from './IPickWaveNextJobProperties.js';
|
|
4
|
+
import type { IShipmentNextJobProperties } from './IShipmentNextJobProperties.js';
|
|
5
|
+
export interface IConfirmPickJobs {
|
|
6
|
+
jobs: IConfirmJobs;
|
|
7
|
+
nextJob: IShipmentNextJobProperties | IPickWaveNextJobProperties | null;
|
|
8
|
+
documents: IConfirmPickJobDocuments;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { JobID, BucketUUID, OrderLineShortageReasonID, HoldTypeID } from '../../Internal/Misc.js';
|
|
2
|
+
import type { IDropOffPickRequestBody } from './IDropOffPickRequestBody.js';
|
|
3
|
+
export interface IDropOffJobRequestBody {
|
|
4
|
+
job_id: JobID;
|
|
5
|
+
toBucket_uuid: BucketUUID;
|
|
6
|
+
shortPick?: boolean;
|
|
7
|
+
orderLineReason_id: OrderLineShortageReasonID | null;
|
|
8
|
+
holdType_id: HoldTypeID | null;
|
|
9
|
+
holdReason: string | null;
|
|
10
|
+
reAllocate: boolean;
|
|
11
|
+
deAllocate: boolean;
|
|
12
|
+
splits: IDropOffPickRequestBody[];
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { PickUUID, PodUUID, PackReference, UOMID, PodTypeID, PoolAlias } from '../../Internal/Misc.js';
|
|
2
|
+
import type { IFillablePodLineBatch } from '../../Responses/Pods/IFillablePodLineBatch.js';
|
|
3
|
+
import type { IFillablePodLinePurchaseOrder } from '../../Responses/Pods/IFillablePodLinePurchaseOrder.js';
|
|
4
|
+
import type { IFillablePodLineSerial } from '../../Responses/Pods/IFillablePodLineSerial.js';
|
|
5
|
+
import type { IFillablePodLineTag } from '../../Responses/Pods/IFillablePodLineTag.js';
|
|
6
|
+
import type { IFillablePodLineDateRequestBody } from '../IFillablePodLineDateRequestBody.js';
|
|
7
|
+
export interface IDropOffPickRequestBody {
|
|
8
|
+
split_uuid: PickUUID;
|
|
9
|
+
toPod_uuid: PodUUID | null;
|
|
10
|
+
toFloatAlias: PackReference | null;
|
|
11
|
+
quantityPicked: number;
|
|
12
|
+
uom_id: UOMID;
|
|
13
|
+
batches: IFillablePodLineBatch[];
|
|
14
|
+
dates: IFillablePodLineDateRequestBody[];
|
|
15
|
+
purchaseOrders: IFillablePodLinePurchaseOrder[];
|
|
16
|
+
tags: IFillablePodLineTag[];
|
|
17
|
+
serials: IFillablePodLineSerial[];
|
|
18
|
+
linkToSplit_uuid?: PickUUID | null;
|
|
19
|
+
newPod?: boolean | null;
|
|
20
|
+
retainFromPodOnPick?: null;
|
|
21
|
+
toPodType_id?: PodTypeID | null;
|
|
22
|
+
toAdhocClusterAlias?: PoolAlias | null;
|
|
23
|
+
toAdhocContainerAlias?: PackReference | null;
|
|
24
|
+
printPodOrderLabel?: boolean;
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BucketUUID, SegmentID, PrinterID } from '../../Internal/Misc.js';
|
|
2
|
+
export interface IDropoffPicksRequestBody {
|
|
3
|
+
bucket_uuid: BucketUUID;
|
|
4
|
+
toSegment_id: SegmentID;
|
|
5
|
+
detachFloats: boolean;
|
|
6
|
+
printPodOrderLabel: boolean;
|
|
7
|
+
labelPrinter_id: PrinterID | null;
|
|
8
|
+
printType: 'physical' | 'logical';
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IDropOffJobRequestBody } from './IDropOffJobRequestBody.js';
|
|
2
|
+
import type { ISetRemainingPickJobs } from './ISetRemainingPickJobs.js';
|
|
3
|
+
export interface IPickJobs {
|
|
4
|
+
useAdhocClusterPicking?: boolean;
|
|
5
|
+
setRemainingPickJobs?: ISetRemainingPickJobs[];
|
|
6
|
+
picks: IDropOffJobRequestBody[];
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { PickWaveID } from '../../Internal/Misc.js';
|
|
2
|
+
import type { IStartPickJobRequestBodySingle } from './IStartPickJobRequestBodySingle.js';
|
|
3
|
+
export interface IStartPickJobRequestBodyPickWave extends IStartPickJobRequestBodySingle {
|
|
4
|
+
shipment_id: null;
|
|
5
|
+
pickWave_id: PickWaveID;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ShipmentID } from '../../Internal/Misc.js';
|
|
2
|
+
import type { IStartPickJobRequestBodySingle } from './IStartPickJobRequestBodySingle.js';
|
|
3
|
+
export interface IStartPickJobRequestBodyShipment extends IStartPickJobRequestBodySingle {
|
|
4
|
+
shipment_id: ShipmentID;
|
|
5
|
+
pickWave_id: null;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { ShipmentID, ShipmentSetID, OrderID, PickWaveID } from '../../Internal/Misc.js';
|
|
2
|
+
import type { IStartPickJobWarehouseRequestBody } from './IStartPickJobWarehouseRequestBody.js';
|
|
3
|
+
export interface IStartPickJobRequestBodySingle {
|
|
4
|
+
shipment_id: ShipmentID | null;
|
|
5
|
+
shipmentSet_id: ShipmentSetID | null;
|
|
6
|
+
order_id: OrderID | null;
|
|
7
|
+
pickWave_id: PickWaveID | null;
|
|
8
|
+
returnAll: boolean;
|
|
9
|
+
warehouses: IStartPickJobWarehouseRequestBody[];
|
|
10
|
+
getReserved: boolean;
|
|
11
|
+
setReserved: boolean;
|
|
12
|
+
returnByJobFormat: boolean;
|
|
13
|
+
returnByLocation: boolean;
|
|
14
|
+
returnByProduct: boolean;
|
|
15
|
+
returnByPod: boolean;
|
|
16
|
+
returnByPodLine: boolean;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { PreadviceStatusID, PreadviceID, FloDate } from '../../Internal/Misc.js';
|
|
2
|
+
import type { ICancelPreadviceLineRequestBodySingle } from './ICancelPreadviceLineRequestBodySingle.js';
|
|
3
|
+
export interface ICancelPreadviceRequestBodySingle {
|
|
4
|
+
status_id: PreadviceStatusID;
|
|
5
|
+
id: PreadviceID;
|
|
6
|
+
dateCancelled: FloDate;
|
|
7
|
+
preadviceLines: Array<ICancelPreadviceLineRequestBodySingle>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { PreadviceID } from '../../Internal/Misc.js';
|
|
2
|
+
import type { IPreadviceAndLinesRequestBody } from './IPreadviceAndLinesRequestBody.js';
|
|
3
|
+
export interface IEditedPreadviceAndLinesRequestBody extends IPreadviceAndLinesRequestBody {
|
|
4
|
+
readonly id: PreadviceID;
|
|
5
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { AccountID, WarehouseID, PreadviceTypeID, FloDate, PreadviceStatusID } from '../../Internal/Misc.js';
|
|
2
|
+
import type { IPreadviceLineRequestBody } from './IPreadviceLineRequestBody.js';
|
|
3
|
+
export interface IPreadviceAndLinesRequestBody {
|
|
4
|
+
readonly account_id: AccountID;
|
|
5
|
+
readonly ediReference: string | null;
|
|
6
|
+
readonly warehouse_id: WarehouseID;
|
|
7
|
+
readonly preadviceType_id: PreadviceTypeID;
|
|
8
|
+
readonly accountReference: string;
|
|
9
|
+
readonly dateDue: FloDate;
|
|
10
|
+
readonly status_id: PreadviceStatusID;
|
|
11
|
+
readonly note: string | null;
|
|
12
|
+
readonly deliveryReference: string | null;
|
|
13
|
+
readonly vehicleReference: string | null;
|
|
14
|
+
readonly trailerReference: string | null;
|
|
15
|
+
readonly containerReference: string | null;
|
|
16
|
+
readonly haulier: string | null;
|
|
17
|
+
readonly hawb: string | null;
|
|
18
|
+
readonly mawb: string | null;
|
|
19
|
+
readonly preadviceLines: IPreadviceLineRequestBody[];
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { PreadviceLineID, ProductID, UOMID, SupplierID, PositiveInteger } from '../../Internal/Misc.js';
|
|
2
|
+
import type { IFillablePodLineBatch } from '../../Responses/Pods/IFillablePodLineBatch.js';
|
|
3
|
+
import type { IFillablePodLineDate } from '../../Responses/Pods/IFillablePodLineDate.js';
|
|
4
|
+
import type { IFillablePodLinePurchaseOrder } from '../../Responses/Pods/IFillablePodLinePurchaseOrder.js';
|
|
5
|
+
import type { IFillablePodLineSerial } from '../../Responses/Pods/IFillablePodLineSerial.js';
|
|
6
|
+
import type { IFillablePodLineTag } from '../../Responses/Pods/IFillablePodLineTag.js';
|
|
7
|
+
import type { IPreadviceLine } from '../../Responses/Preadvices/IPreadviceLine.js';
|
|
8
|
+
import type { IPreadviceLineTag } from '../../Responses/Preadvices/IPreadviceLineTag.js';
|
|
9
|
+
export interface IPreadviceLineRequestBody {
|
|
10
|
+
readonly id: PreadviceLineID | null | undefined;
|
|
11
|
+
readonly product_id: ProductID;
|
|
12
|
+
readonly uom_id: UOMID;
|
|
13
|
+
readonly supplier_id: SupplierID | null;
|
|
14
|
+
readonly quantityExpected: PositiveInteger;
|
|
15
|
+
readonly podLineBatches: Array<Omit<IFillablePodLineBatch, 'type'>>;
|
|
16
|
+
readonly podLineDates: Array<Omit<IFillablePodLineDate, 'type'>>;
|
|
17
|
+
readonly podLinePurchaseOrders: Array<Omit<IFillablePodLinePurchaseOrder, 'type'>>;
|
|
18
|
+
readonly podLineTags: Array<Omit<IFillablePodLineTag, 'type'>>;
|
|
19
|
+
readonly podLineSerials: Array<Omit<IFillablePodLineSerial, 'type'>>;
|
|
20
|
+
readonly accountLineNumber: IPreadviceLine['accountLineNumber'];
|
|
21
|
+
readonly bonded: IPreadviceLine['bonded'];
|
|
22
|
+
readonly ediReference: IPreadviceLine['ediReference'];
|
|
23
|
+
readonly tags: Array<Omit<IPreadviceLineTag, 'tagType' | 'preadviceLine_id'>>;
|
|
24
|
+
readonly notes: IPreadviceLine['notes'];
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IOrderPrintDetails } from './IOrderPrintDetails.js';
|
|
2
|
+
import type { IPickWavePrintDetails } from './IPickWavePrintDetails.js';
|
|
3
|
+
import type { IShipmentPrintDetails } from './IShipmentPrintDetails.js';
|
|
4
|
+
export interface IGeneratePickNoteRequestBodySingle {
|
|
5
|
+
pickNote: 'order' | 'shipment';
|
|
6
|
+
composition: 'complete' | 'current';
|
|
7
|
+
shipment: IShipmentPrintDetails | null;
|
|
8
|
+
order: IOrderPrintDetails | null;
|
|
9
|
+
pickwave: IPickWavePrintDetails | null;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { OrderID, PrinterID, TemplateID, ShipmentID } from '../../Internal/Misc.js';
|
|
2
|
+
export interface IOrderPrintDetails {
|
|
3
|
+
id: OrderID;
|
|
4
|
+
format: {
|
|
5
|
+
labelPrinter_id: PrinterID | null;
|
|
6
|
+
laserPrinter_id: PrinterID | null;
|
|
7
|
+
pickNoteFormat_id: TemplateID | null;
|
|
8
|
+
numberOfCopies: 1;
|
|
9
|
+
printType: 'physical';
|
|
10
|
+
};
|
|
11
|
+
shipments: Array<{
|
|
12
|
+
id: ShipmentID;
|
|
13
|
+
}>;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { PickWaveID, PrinterID, TemplateID } from '../../Internal/Misc.js';
|
|
2
|
+
export interface IPickWavePrintDetails {
|
|
3
|
+
id: PickWaveID;
|
|
4
|
+
formats: [
|
|
5
|
+
{
|
|
6
|
+
labelPrinter_id: PrinterID | null;
|
|
7
|
+
laserPrinter_id: PrinterID | null;
|
|
8
|
+
consolidatedPickNoteFormat_id: TemplateID | null;
|
|
9
|
+
numberOfCopies: 1;
|
|
10
|
+
printType: 'physical';
|
|
11
|
+
}
|
|
12
|
+
];
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { PodUUID, TemplateID, PrinterID } from '../../Internal/Misc.js';
|
|
2
|
+
export interface IPrintPackLabelsRequestBody {
|
|
3
|
+
pod_uuid: PodUUID;
|
|
4
|
+
printType: 'physical';
|
|
5
|
+
template_id: TemplateID | null;
|
|
6
|
+
laserPrinter_id: PrinterID | null;
|
|
7
|
+
labelPrinter_id: PrinterID | null;
|
|
8
|
+
numberOfCopies: number;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { PreadviceID, TemplateID, PrinterID, PositiveInteger } from '../../Internal/Misc.js';
|
|
2
|
+
export interface IPrintPreadviceRequestBodySingle {
|
|
3
|
+
preadvice_id: PreadviceID;
|
|
4
|
+
template_id: TemplateID;
|
|
5
|
+
printType: 'physical';
|
|
6
|
+
laserPrinter_id: PrinterID;
|
|
7
|
+
labelPrinter_id: PrinterID;
|
|
8
|
+
numberOfCopies: PositiveInteger;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|