@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,99 @@
|
|
|
1
|
+
import { ShipmentID } from '../../Internal/Misc.js';
|
|
2
|
+
import { type Static } from '@sinclair/typebox';
|
|
3
|
+
export declare const IGetKitsResponse: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
+
shipment_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentID>;
|
|
5
|
+
kits: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
6
|
+
shipmentSet_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetID>;
|
|
7
|
+
shipmentSetLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetLineID>;
|
|
8
|
+
order_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderID>;
|
|
9
|
+
orderLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderLineID>;
|
|
10
|
+
product_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ProductID>;
|
|
11
|
+
uom_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").UOMID>;
|
|
12
|
+
quantityOrdered: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
13
|
+
baseQuantityOrdered: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
14
|
+
baseQuantityAllocated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
15
|
+
baseQuantityPicked: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
16
|
+
baseQuantityKitted: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
17
|
+
components: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
18
|
+
shipmentSet_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetID>;
|
|
19
|
+
shipmentSetLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetLineID>;
|
|
20
|
+
orderLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderLineID>;
|
|
21
|
+
order_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderID>;
|
|
22
|
+
product_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ProductID>;
|
|
23
|
+
uom_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").UOMID>;
|
|
24
|
+
quantityOrdered: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
25
|
+
baseQuantityOrdered: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
26
|
+
baseQuantityAllocated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
27
|
+
baseQuantityPicked: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
28
|
+
baseQuantityKitted: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
29
|
+
pods: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
30
|
+
uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodUUID>;
|
|
31
|
+
account_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").AccountID>;
|
|
32
|
+
warehouse_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").WarehouseID>;
|
|
33
|
+
float_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PackReferenceID>]>;
|
|
34
|
+
segment_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").SegmentID>]>;
|
|
35
|
+
podType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodTypeID>;
|
|
36
|
+
podLines: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
37
|
+
uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
38
|
+
pod_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodUUID>;
|
|
39
|
+
account_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").AccountID>;
|
|
40
|
+
product_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ProductID>;
|
|
41
|
+
uom_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").UOMID>;
|
|
42
|
+
quantityPicked: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
43
|
+
quantities: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
44
|
+
shipment_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentID>;
|
|
45
|
+
shipmentSet_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetID>;
|
|
46
|
+
shipmentSetLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetLineID>;
|
|
47
|
+
holdType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodTypeID>]>;
|
|
48
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineQuantityID>;
|
|
49
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
50
|
+
job_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PickJobID>]>;
|
|
51
|
+
movement_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MovementID>]>;
|
|
52
|
+
orderLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderLineID>]>;
|
|
53
|
+
order_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderID>]>;
|
|
54
|
+
quantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
55
|
+
quantityType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").QuantityTypeID>;
|
|
56
|
+
}>>;
|
|
57
|
+
totalQuantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
58
|
+
}>;
|
|
59
|
+
dates: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
60
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
61
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
62
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
63
|
+
dateType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineDateTypeID>;
|
|
64
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").FloDate>;
|
|
65
|
+
}>>;
|
|
66
|
+
batches: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
67
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
68
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
69
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
70
|
+
batchType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineBatchTypeID>;
|
|
71
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
72
|
+
}>>;
|
|
73
|
+
tags: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
74
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
75
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
76
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
77
|
+
tagType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineTagTypeID>;
|
|
78
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
79
|
+
}>>;
|
|
80
|
+
purchaseOrders: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
81
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
82
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
83
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
84
|
+
purchaseOrderType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLinePurchaseOrderTypeID>;
|
|
85
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
86
|
+
}>>;
|
|
87
|
+
serials: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
88
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
89
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
90
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
91
|
+
serialType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineSerialTypeID>;
|
|
92
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
93
|
+
}>>;
|
|
94
|
+
}>>;
|
|
95
|
+
}>>;
|
|
96
|
+
}>>;
|
|
97
|
+
}>>;
|
|
98
|
+
}>;
|
|
99
|
+
export type IGetKitsResponse = Static<typeof IGetKitsResponse>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ShipmentID } from '../../Internal/Misc.js';
|
|
2
|
+
import { Type } from '@sinclair/typebox';
|
|
3
|
+
import { ITargetKit } from './ITargetKit.js';
|
|
4
|
+
export const IGetKitsResponse = Type.Object({
|
|
5
|
+
shipment_id: ShipmentID,
|
|
6
|
+
kits: Type.Array(ITargetKit)
|
|
7
|
+
}, { additionalProperties: false });
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { ShipmentSetID, ShipmentSetLineID, OrderLineID, OrderID, ProductID, UOMID } from '../../Internal/Misc.js';
|
|
2
|
+
import { type Static } from '@sinclair/typebox';
|
|
3
|
+
export declare const IKitComponent: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
+
shipmentSet_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetID>;
|
|
5
|
+
shipmentSetLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetLineID>;
|
|
6
|
+
orderLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderLineID>;
|
|
7
|
+
order_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderID>;
|
|
8
|
+
product_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductID>;
|
|
9
|
+
uom_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<UOMID>;
|
|
10
|
+
quantityOrdered: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
11
|
+
baseQuantityOrdered: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
12
|
+
baseQuantityAllocated: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
13
|
+
baseQuantityPicked: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
14
|
+
baseQuantityKitted: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
15
|
+
pods: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
16
|
+
uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodUUID>;
|
|
17
|
+
account_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").AccountID>;
|
|
18
|
+
warehouse_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").WarehouseID>;
|
|
19
|
+
float_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PackReferenceID>]>;
|
|
20
|
+
segment_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").SegmentID>]>;
|
|
21
|
+
podType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodTypeID>;
|
|
22
|
+
podLines: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
23
|
+
uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
24
|
+
pod_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodUUID>;
|
|
25
|
+
account_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").AccountID>;
|
|
26
|
+
product_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductID>;
|
|
27
|
+
uom_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<UOMID>;
|
|
28
|
+
quantityPicked: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
29
|
+
quantities: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
30
|
+
shipment_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentID>;
|
|
31
|
+
shipmentSet_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetID>;
|
|
32
|
+
shipmentSetLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetLineID>;
|
|
33
|
+
holdType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodTypeID>]>;
|
|
34
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineQuantityID>;
|
|
35
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
36
|
+
job_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PickJobID>]>;
|
|
37
|
+
movement_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MovementID>]>;
|
|
38
|
+
orderLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderLineID>]>;
|
|
39
|
+
order_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderID>]>;
|
|
40
|
+
quantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
41
|
+
quantityType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").QuantityTypeID>;
|
|
42
|
+
}>>;
|
|
43
|
+
totalQuantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
44
|
+
}>;
|
|
45
|
+
dates: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
46
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
47
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
48
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
49
|
+
dateType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineDateTypeID>;
|
|
50
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").FloDate>;
|
|
51
|
+
}>>;
|
|
52
|
+
batches: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
53
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
54
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
55
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
56
|
+
batchType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineBatchTypeID>;
|
|
57
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
58
|
+
}>>;
|
|
59
|
+
tags: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
60
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
61
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
62
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
63
|
+
tagType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineTagTypeID>;
|
|
64
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
65
|
+
}>>;
|
|
66
|
+
purchaseOrders: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
67
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
68
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
69
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
70
|
+
purchaseOrderType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLinePurchaseOrderTypeID>;
|
|
71
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
72
|
+
}>>;
|
|
73
|
+
serials: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
74
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
75
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
76
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
77
|
+
serialType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineSerialTypeID>;
|
|
78
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
79
|
+
}>>;
|
|
80
|
+
}>>;
|
|
81
|
+
}>>;
|
|
82
|
+
}>;
|
|
83
|
+
export type IKitComponent = Static<typeof IKitComponent>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ShipmentSetID, ShipmentSetLineID, OrderLineID, OrderID, ProductID, UOMID, NaturalNumber } from '../../Internal/Misc.js';
|
|
2
|
+
import { Type } from '@sinclair/typebox';
|
|
3
|
+
import { IKitPodAndLines } from './IKitPodAndLines.js';
|
|
4
|
+
export const IKitComponent = Type.Object({
|
|
5
|
+
shipmentSet_id: ShipmentSetID,
|
|
6
|
+
shipmentSetLine_id: ShipmentSetLineID,
|
|
7
|
+
orderLine_id: OrderLineID,
|
|
8
|
+
order_id: OrderID,
|
|
9
|
+
product_id: ProductID,
|
|
10
|
+
uom_id: UOMID,
|
|
11
|
+
quantityOrdered: NaturalNumber,
|
|
12
|
+
baseQuantityOrdered: NaturalNumber,
|
|
13
|
+
baseQuantityAllocated: NaturalNumber,
|
|
14
|
+
baseQuantityPicked: NaturalNumber,
|
|
15
|
+
baseQuantityKitted: NaturalNumber,
|
|
16
|
+
pods: Type.Array(IKitPodAndLines)
|
|
17
|
+
}, { additionalProperties: false });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ShipmentSetLineID } from '../../Internal/Misc.js';
|
|
2
|
+
import type { IKitComponentQuantity } from './IKitComponentQuantity.js';
|
|
3
|
+
export interface IKitComponentRequestBody {
|
|
4
|
+
readonly shipmentSetLine_id: ShipmentSetLineID;
|
|
5
|
+
readonly podLineQuantities: IKitComponentQuantity[];
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { PodUUID, AccountID, WarehouseID, PackReferenceID, SegmentID, PodTypeID } from '../../Internal/Misc.js';
|
|
2
|
+
import { type Static } from '@sinclair/typebox';
|
|
3
|
+
export declare const IKitPodAndLines: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
+
uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodUUID>;
|
|
5
|
+
account_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountID>;
|
|
6
|
+
warehouse_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<WarehouseID>;
|
|
7
|
+
float_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PackReferenceID>]>;
|
|
8
|
+
segment_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SegmentID>]>;
|
|
9
|
+
podType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodTypeID>;
|
|
10
|
+
podLines: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
11
|
+
uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
12
|
+
pod_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodUUID>;
|
|
13
|
+
account_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountID>;
|
|
14
|
+
product_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ProductID>;
|
|
15
|
+
uom_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").UOMID>;
|
|
16
|
+
quantityPicked: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
17
|
+
quantities: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
18
|
+
shipment_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentID>;
|
|
19
|
+
shipmentSet_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetID>;
|
|
20
|
+
shipmentSetLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetLineID>;
|
|
21
|
+
holdType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodTypeID>]>;
|
|
22
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineQuantityID>;
|
|
23
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
24
|
+
job_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PickJobID>]>;
|
|
25
|
+
movement_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MovementID>]>;
|
|
26
|
+
orderLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderLineID>]>;
|
|
27
|
+
order_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderID>]>;
|
|
28
|
+
quantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
29
|
+
quantityType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").QuantityTypeID>;
|
|
30
|
+
}>>;
|
|
31
|
+
totalQuantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
32
|
+
}>;
|
|
33
|
+
dates: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
34
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
35
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
36
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
37
|
+
dateType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineDateTypeID>;
|
|
38
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").FloDate>;
|
|
39
|
+
}>>;
|
|
40
|
+
batches: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
41
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
42
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
43
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
44
|
+
batchType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineBatchTypeID>;
|
|
45
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
46
|
+
}>>;
|
|
47
|
+
tags: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
48
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
49
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
50
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
51
|
+
tagType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineTagTypeID>;
|
|
52
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
53
|
+
}>>;
|
|
54
|
+
purchaseOrders: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
55
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
56
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
57
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
58
|
+
purchaseOrderType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLinePurchaseOrderTypeID>;
|
|
59
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
60
|
+
}>>;
|
|
61
|
+
serials: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
62
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
63
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
64
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
65
|
+
serialType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineSerialTypeID>;
|
|
66
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
67
|
+
}>>;
|
|
68
|
+
}>>;
|
|
69
|
+
}>;
|
|
70
|
+
export type IKitPodAndLines = Static<typeof IKitPodAndLines>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PodUUID, AccountID, WarehouseID, nullable, PackReferenceID, SegmentID, PodTypeID } from '../../Internal/Misc.js';
|
|
2
|
+
import { Type } from '@sinclair/typebox';
|
|
3
|
+
import { IKitPodLine } from './IKitPodLine.js';
|
|
4
|
+
export const IKitPodAndLines = Type.Object({
|
|
5
|
+
uuid: PodUUID,
|
|
6
|
+
account_id: AccountID,
|
|
7
|
+
warehouse_id: WarehouseID,
|
|
8
|
+
float_id: nullable(PackReferenceID),
|
|
9
|
+
segment_id: nullable(SegmentID),
|
|
10
|
+
podType_id: PodTypeID,
|
|
11
|
+
podLines: Type.Array(IKitPodLine)
|
|
12
|
+
}, { additionalProperties: false });
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { PodLineUUID, PodUUID, AccountID, ProductID, UOMID } from '../../Internal/Misc.js';
|
|
2
|
+
import { type Static } from '@sinclair/typebox';
|
|
3
|
+
export declare const IKitPodLine: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
+
uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
5
|
+
pod_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodUUID>;
|
|
6
|
+
account_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountID>;
|
|
7
|
+
product_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductID>;
|
|
8
|
+
uom_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<UOMID>;
|
|
9
|
+
quantityPicked: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
10
|
+
quantities: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
11
|
+
shipment_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentID>;
|
|
12
|
+
shipmentSet_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetID>;
|
|
13
|
+
shipmentSetLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetLineID>;
|
|
14
|
+
holdType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodTypeID>]>;
|
|
15
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineQuantityID>;
|
|
16
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
17
|
+
job_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PickJobID>]>;
|
|
18
|
+
movement_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MovementID>]>;
|
|
19
|
+
orderLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderLineID>]>;
|
|
20
|
+
order_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderID>]>;
|
|
21
|
+
quantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
22
|
+
quantityType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").QuantityTypeID>;
|
|
23
|
+
}>>;
|
|
24
|
+
totalQuantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
25
|
+
}>;
|
|
26
|
+
dates: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
27
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
28
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
29
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
30
|
+
dateType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineDateTypeID>;
|
|
31
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").FloDate>;
|
|
32
|
+
}>>;
|
|
33
|
+
batches: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
34
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
35
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
36
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
37
|
+
batchType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineBatchTypeID>;
|
|
38
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
39
|
+
}>>;
|
|
40
|
+
tags: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
41
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
42
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
43
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
44
|
+
tagType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineTagTypeID>;
|
|
45
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
46
|
+
}>>;
|
|
47
|
+
purchaseOrders: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
48
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
49
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
50
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
51
|
+
purchaseOrderType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLinePurchaseOrderTypeID>;
|
|
52
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
53
|
+
}>>;
|
|
54
|
+
serials: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
55
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MiscID>;
|
|
56
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
57
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
58
|
+
serialType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineSerialTypeID>;
|
|
59
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
60
|
+
}>>;
|
|
61
|
+
}>;
|
|
62
|
+
export type IKitPodLine = Static<typeof IKitPodLine>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PodLineUUID, PodUUID, AccountID, ProductID, UOMID } from '../../Internal/Misc.js';
|
|
2
|
+
import { Type } from '@sinclair/typebox';
|
|
3
|
+
import { IKitPodLineBatch } from './IKitPodLineBatch.js';
|
|
4
|
+
import { IKitPodLineDate } from './IKitPodLineDate.js';
|
|
5
|
+
import { IKitPodLinePurchaseOrder } from './IKitPodLinePurchaseOrder.js';
|
|
6
|
+
import { IKitPodLineQuantitySet } from './IKitPodLineQuantitySet.js';
|
|
7
|
+
import { IKitPodLineSerial } from './IKitPodLineSerial.js';
|
|
8
|
+
import { IKitPodLineTag } from './IKitPodLineTag.js';
|
|
9
|
+
export const IKitPodLine = Type.Object({
|
|
10
|
+
uuid: PodLineUUID,
|
|
11
|
+
pod_uuid: PodUUID,
|
|
12
|
+
account_id: AccountID,
|
|
13
|
+
product_id: ProductID,
|
|
14
|
+
uom_id: UOMID,
|
|
15
|
+
quantityPicked: IKitPodLineQuantitySet,
|
|
16
|
+
dates: Type.Array(IKitPodLineDate),
|
|
17
|
+
batches: Type.Array(IKitPodLineBatch),
|
|
18
|
+
tags: Type.Array(IKitPodLineTag),
|
|
19
|
+
purchaseOrders: Type.Array(IKitPodLinePurchaseOrder),
|
|
20
|
+
serials: Type.Array(IKitPodLineSerial)
|
|
21
|
+
}, { additionalProperties: false });
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MiscID, PodLineUUID, PodLineBatchTypeID } from '../../Internal/Misc.js';
|
|
2
|
+
import { type Static } from '@sinclair/typebox';
|
|
3
|
+
export declare const IKitPodLineBatch: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
5
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
6
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
7
|
+
batchType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineBatchTypeID>;
|
|
8
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
9
|
+
}>;
|
|
10
|
+
export type IKitPodLineBatch = Static<typeof IKitPodLineBatch>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MiscID, PodLineUUID, TypedString, PodLineBatchTypeID } from '../../Internal/Misc.js';
|
|
2
|
+
import { Type } from '@sinclair/typebox';
|
|
3
|
+
export const IKitPodLineBatch = Type.Object({
|
|
4
|
+
id: MiscID,
|
|
5
|
+
podLine_uuid: PodLineUUID,
|
|
6
|
+
name: TypedString,
|
|
7
|
+
batchType_id: PodLineBatchTypeID,
|
|
8
|
+
value: TypedString
|
|
9
|
+
}, { additionalProperties: false });
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MiscID, PodLineUUID, PodLineDateTypeID, FloDate } from '../../Internal/Misc.js';
|
|
2
|
+
import { type Static } from '@sinclair/typebox';
|
|
3
|
+
export declare const IKitPodLineDate: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
5
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
6
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
7
|
+
dateType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineDateTypeID>;
|
|
8
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<FloDate>;
|
|
9
|
+
}>;
|
|
10
|
+
export type IKitPodLineDate = Static<typeof IKitPodLineDate>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MiscID, PodLineUUID, TypedString, PodLineDateTypeID, FloDate } from '../../Internal/Misc.js';
|
|
2
|
+
import { Type } from '@sinclair/typebox';
|
|
3
|
+
export const IKitPodLineDate = Type.Object({
|
|
4
|
+
id: MiscID,
|
|
5
|
+
podLine_uuid: PodLineUUID,
|
|
6
|
+
name: TypedString,
|
|
7
|
+
dateType_id: PodLineDateTypeID,
|
|
8
|
+
value: FloDate
|
|
9
|
+
}, { additionalProperties: false });
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MiscID, PodLineUUID, PodLinePurchaseOrderTypeID } from '../../Internal/Misc.js';
|
|
2
|
+
import { type Static } from '@sinclair/typebox';
|
|
3
|
+
export declare const IKitPodLinePurchaseOrder: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
5
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
6
|
+
name: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
7
|
+
purchaseOrderType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLinePurchaseOrderTypeID>;
|
|
8
|
+
value: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
9
|
+
}>;
|
|
10
|
+
export type IKitPodLinePurchaseOrder = Static<typeof IKitPodLinePurchaseOrder>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MiscID, PodLineUUID, TypedString, PodLinePurchaseOrderTypeID } from '../../Internal/Misc.js';
|
|
2
|
+
import { Type } from '@sinclair/typebox';
|
|
3
|
+
export const IKitPodLinePurchaseOrder = Type.Object({
|
|
4
|
+
id: MiscID,
|
|
5
|
+
podLine_uuid: PodLineUUID,
|
|
6
|
+
name: TypedString,
|
|
7
|
+
purchaseOrderType_id: PodLinePurchaseOrderTypeID,
|
|
8
|
+
value: TypedString
|
|
9
|
+
}, { additionalProperties: false });
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ShipmentID, ShipmentSetID, ShipmentSetLineID, PodTypeID, PodLineQuantityID, PodLineUUID, PickJobID, MovementID, OrderLineID, OrderID, QuantityTypeID } from '../../Internal/Misc.js';
|
|
2
|
+
import { type Static } from '@sinclair/typebox';
|
|
3
|
+
export declare const IKitPodLineQuantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
+
shipment_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentID>;
|
|
5
|
+
shipmentSet_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetID>;
|
|
6
|
+
shipmentSetLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetLineID>;
|
|
7
|
+
holdType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodTypeID>]>;
|
|
8
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineQuantityID>;
|
|
9
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
10
|
+
job_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PickJobID>]>;
|
|
11
|
+
movement_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MovementID>]>;
|
|
12
|
+
orderLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderLineID>]>;
|
|
13
|
+
order_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderID>]>;
|
|
14
|
+
quantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
15
|
+
quantityType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<QuantityTypeID>;
|
|
16
|
+
}>;
|
|
17
|
+
export type IKitPodLineQuantity = Static<typeof IKitPodLineQuantity>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ShipmentID, ShipmentSetID, ShipmentSetLineID, nullable, PodTypeID, PodLineQuantityID, PodLineUUID, PickJobID, MovementID, OrderLineID, OrderID, NaturalNumber, QuantityTypeID } from '../../Internal/Misc.js';
|
|
2
|
+
import { Type } from '@sinclair/typebox';
|
|
3
|
+
export const IKitPodLineQuantity = Type.Object({
|
|
4
|
+
shipment_id: ShipmentID,
|
|
5
|
+
shipmentSet_id: ShipmentSetID,
|
|
6
|
+
shipmentSetLine_id: ShipmentSetLineID,
|
|
7
|
+
holdType_id: nullable(PodTypeID),
|
|
8
|
+
id: PodLineQuantityID,
|
|
9
|
+
podLine_uuid: PodLineUUID,
|
|
10
|
+
job_id: nullable(PickJobID),
|
|
11
|
+
// movementLine_id: nullable(MovementLineID),
|
|
12
|
+
movement_id: nullable(MovementID),
|
|
13
|
+
orderLine_id: nullable(OrderLineID),
|
|
14
|
+
order_id: nullable(OrderID),
|
|
15
|
+
quantity: NaturalNumber,
|
|
16
|
+
quantityType_id: QuantityTypeID
|
|
17
|
+
}, { additionalProperties: false });
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { type Static } from '@sinclair/typebox';
|
|
2
|
+
export declare const IKitPodLineQuantitySet: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
3
|
+
quantities: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TArray<import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TObject<{
|
|
4
|
+
shipment_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentID>;
|
|
5
|
+
shipmentSet_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetID>;
|
|
6
|
+
shipmentSetLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").ShipmentSetLineID>;
|
|
7
|
+
holdType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodTypeID>]>;
|
|
8
|
+
id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineQuantityID>;
|
|
9
|
+
podLine_uuid: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PodLineUUID>;
|
|
10
|
+
job_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").PickJobID>]>;
|
|
11
|
+
movement_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").MovementID>]>;
|
|
12
|
+
orderLine_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderLineID>]>;
|
|
13
|
+
order_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").OrderID>]>;
|
|
14
|
+
quantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
15
|
+
quantityType_id: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<import("../../Internal/Misc.js").QuantityTypeID>;
|
|
16
|
+
}>>;
|
|
17
|
+
totalQuantity: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
18
|
+
}>;
|
|
19
|
+
export type IKitPodLineQuantitySet = Static<typeof IKitPodLineQuantitySet>;
|