@lavalogic/scoria 0.0.14 → 0.0.16
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/Components/Button.svelte +0 -3
- package/dist/Components/Contexts/ContextMenuOption.svelte +0 -3
- package/dist/Components/DatePicker.svelte +1 -6
- package/dist/Components/DimensionInput.svelte +5 -6
- package/dist/Components/DimensionInput.svelte.d.ts +4 -4
- package/dist/Components/FileUpload.svelte +4 -2
- package/dist/Components/GridInput.svelte +3 -3
- package/dist/Components/MultiSelect.svelte +0 -4
- package/dist/Components/ProgressBubble.svelte +1 -2
- package/dist/Components/Table/Body/QuickSearchCell.svelte +0 -9
- package/dist/Components/Table/Body/Rows/ColumnListRow.svelte +1 -5
- package/dist/Components/Table/Body/Rows/Columns/TableAction.svelte +2 -2
- package/dist/Components/Table/Body/Rows/Columns/TableCheckbox.svelte +1 -2
- package/dist/Components/Table/Body/Rows/Columns/TableColumn.svelte +6 -7
- package/dist/Components/Table/Body/Rows/Columns/TableDatePicker.svelte +2 -5
- package/dist/Components/Table/Body/Rows/Columns/TableNumberInput.svelte +0 -3
- package/dist/Components/Table/Body/Rows/Columns/TableQuerySelect.svelte +8 -6
- package/dist/Components/Table/Body/Rows/Columns/TableSelect.svelte +12 -19
- package/dist/Components/Table/Body/Rows/Columns/TableTextInput.svelte +2 -5
- package/dist/Components/Table/Body/Rows/TableRow.svelte +3 -17
- package/dist/Components/Table/Headers/TableHead.svelte +1 -5
- package/dist/Components/Table/Misc/FilterInput.svelte +10 -27
- package/dist/Components/Table/Table.svelte +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/ColumnDef.svelte.js +6 -5
- package/dist/Components/Table/Types/Context/TableContext.svelte.js +11 -30
- package/dist/Components/Table/Types/DataRepository/LocalTableDataRepository.svelte.d.ts +0 -1
- package/dist/Components/Table/Types/DataRepository/LocalTableDataRepository.svelte.js +3 -16
- package/dist/Components/Table/Types/DataRepository/TableDataRepository.svelte.js +2 -5
- package/dist/Components/Table/Types/Filtering/CustomRemoteFilters.d.ts +1 -2
- package/dist/Components/Table/Types/Focus/TableFocusDetails.svelte.js +1 -5
- package/dist/Components/Touch/DateModal.svelte +0 -5
- package/dist/Components/Touch/UtilityButton.svelte +12 -7
- package/dist/Components/Touch/UtilityButton.svelte.d.ts +1 -1
- package/dist/Contexts/UntypedInputContext.svelte.d.ts +2 -1
- package/dist/Contexts/UntypedInputContext.svelte.js +1 -17
- package/dist/Helpers/Helpers.svelte.d.ts +21 -95
- package/dist/Helpers/Helpers.svelte.js +54 -396
- package/dist/Types/Examples/ExampleItem.d.ts +3 -3
- package/dist/Types/Internal/Misc.d.ts +6 -260
- package/dist/Types/Internal/Misc.js +1 -129
- package/dist/index.d.ts +4 -408
- package/dist/index.js +4 -434
- package/package.json +1 -5
- package/dist/Components/Table/Types/DataRepository/RemoteTableDataRepository.svelte.d.ts +0 -74
- package/dist/Components/Table/Types/DataRepository/RemoteTableDataRepository.svelte.js +0 -521
- package/dist/Components/Table/Types/Filtering/CustomProxyFilter.d.ts +0 -10
- package/dist/Components/Table/Types/Filtering/CustomProxyFilter.js +0 -1
- package/dist/Types/Internal/ApplicationIdentifier.d.ts +0 -39
- package/dist/Types/Internal/ApplicationIdentifier.js +0 -2080
- package/dist/Types/Internal/FloService.d.ts +0 -7
- package/dist/Types/Internal/FloService.js +0 -30
- package/dist/Types/Internal/JobFormat.d.ts +0 -7
- package/dist/Types/Internal/JobFormat.js +0 -8
- package/dist/Types/Internal/OrderLineMethod.d.ts +0 -5
- package/dist/Types/Internal/OrderLineMethod.js +0 -5
- package/dist/Types/Internal/PackReferenceMethod.d.ts +0 -5
- package/dist/Types/Internal/PackReferenceMethod.js +0 -5
- package/dist/Types/Internal/PodStructure.d.ts +0 -5
- package/dist/Types/Internal/PodStructure.js +0 -5
- package/dist/Types/Requests/Allocations/IDeAllocateRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Allocations/IDeAllocateRequestBody.js +0 -1
- package/dist/Types/Requests/Allocations/IDeAllocateRequestBodySingle.d.ts +0 -6
- package/dist/Types/Requests/Allocations/IDeAllocateRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Couriers/IAPCCourierOptions.d.ts +0 -7
- package/dist/Types/Requests/Couriers/IAPCCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IAdditionalCourierOptions.d.ts +0 -16
- package/dist/Types/Requests/Couriers/IAdditionalCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/ICollectionDetailsRequestBody.d.ts +0 -8
- package/dist/Types/Requests/Couriers/ICollectionDetailsRequestBody.js +0 -1
- package/dist/Types/Requests/Couriers/ICommercialInvoiceOptions.d.ts +0 -7
- package/dist/Types/Requests/Couriers/ICommercialInvoiceOptions.js +0 -1
- package/dist/Types/Requests/Couriers/ICourierBookingRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Couriers/ICourierBookingRequestBody.js +0 -1
- package/dist/Types/Requests/Couriers/ICourierBookingRequestBodySingle.d.ts +0 -8
- package/dist/Types/Requests/Couriers/ICourierBookingRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Couriers/ICourierDeliveryAddressRequestBody.d.ts +0 -26
- package/dist/Types/Requests/Couriers/ICourierDeliveryAddressRequestBody.js +0 -1
- package/dist/Types/Requests/Couriers/ICourierShipment.d.ts +0 -6
- package/dist/Types/Requests/Couriers/ICourierShipment.js +0 -1
- package/dist/Types/Requests/Couriers/IDHLParcelUKCourierOptions.d.ts +0 -6
- package/dist/Types/Requests/Couriers/IDHLParcelUKCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IDPDCourierOptions.d.ts +0 -7
- package/dist/Types/Requests/Couriers/IDPDCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IDPDLocalCourierOptions.d.ts +0 -4
- package/dist/Types/Requests/Couriers/IDPDLocalCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IDXCourierOptions.d.ts +0 -5
- package/dist/Types/Requests/Couriers/IDXCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IDeliveryDetailsRequestBody.d.ts +0 -8
- package/dist/Types/Requests/Couriers/IDeliveryDetailsRequestBody.js +0 -1
- package/dist/Types/Requests/Couriers/IDespatchOptions.d.ts +0 -3
- package/dist/Types/Requests/Couriers/IDespatchOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IDocumentOptions.d.ts +0 -8
- package/dist/Types/Requests/Couriers/IDocumentOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IEvriCourierOptions.d.ts +0 -9
- package/dist/Types/Requests/Couriers/IEvriCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IExportOptions.d.ts +0 -11
- package/dist/Types/Requests/Couriers/IExportOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IFedexCourierOptions.d.ts +0 -5
- package/dist/Types/Requests/Couriers/IFedexCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IInvoiceFromDetailsRequestBody.d.ts +0 -6
- package/dist/Types/Requests/Couriers/IInvoiceFromDetailsRequestBody.js +0 -1
- package/dist/Types/Requests/Couriers/IInvoiceToDetailsRequestBody.d.ts +0 -6
- package/dist/Types/Requests/Couriers/IInvoiceToDetailsRequestBody.js +0 -1
- package/dist/Types/Requests/Couriers/IMultiConsignmentCourierBookingRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Couriers/IMultiConsignmentCourierBookingRequestBody.js +0 -1
- package/dist/Types/Requests/Couriers/IMultiConsignmentCourierBookingRequestBodySingle.d.ts +0 -21
- package/dist/Types/Requests/Couriers/IMultiConsignmentCourierBookingRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Couriers/IMultiConsignmentOptions.d.ts +0 -7
- package/dist/Types/Requests/Couriers/IMultiConsignmentOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IRoyalMailCourierOptions.d.ts +0 -10
- package/dist/Types/Requests/Couriers/IRoyalMailCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/ISystemOptions.d.ts +0 -8
- package/dist/Types/Requests/Couriers/ISystemOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IUPSCourierOptions.d.ts +0 -6
- package/dist/Types/Requests/Couriers/IUPSCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IWhistlCourierOptions.d.ts +0 -5
- package/dist/Types/Requests/Couriers/IWhistlCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/IYodelCourierOptions.d.ts +0 -3
- package/dist/Types/Requests/Couriers/IYodelCourierOptions.js +0 -1
- package/dist/Types/Requests/Couriers/InvoiceCharges.d.ts +0 -15
- package/dist/Types/Requests/Couriers/InvoiceCharges.js +0 -1
- package/dist/Types/Requests/Despatch/IConfirmDespatchRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Despatch/IConfirmDespatchRequestBody.js +0 -1
- package/dist/Types/Requests/Despatch/IConfirmDespatchRequestBodySingle.d.ts +0 -8
- package/dist/Types/Requests/Despatch/IConfirmDespatchRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Despatch/IDespatchLineRequestBody.d.ts +0 -9
- package/dist/Types/Requests/Despatch/IDespatchLineRequestBody.js +0 -1
- package/dist/Types/Requests/Despatch/IDespatchQuantityRequestBody.d.ts +0 -16
- package/dist/Types/Requests/Despatch/IDespatchQuantityRequestBody.js +0 -1
- package/dist/Types/Requests/Despatch/IQuickDespatchRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Despatch/IQuickDespatchRequestBody.js +0 -1
- package/dist/Types/Requests/Despatch/IQuickDespatchRequestBodySingle.d.ts +0 -10
- package/dist/Types/Requests/Despatch/IQuickDespatchRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Despatch/IStartDespatchRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Despatch/IStartDespatchRequestBody.js +0 -1
- package/dist/Types/Requests/Despatch/IStartDespatchRequestBodySingle.d.ts +0 -4
- package/dist/Types/Requests/Despatch/IStartDespatchRequestBodySingle.js +0 -1
- package/dist/Types/Requests/IFillablePodLineDateRequestBody.d.ts +0 -13
- package/dist/Types/Requests/IFillablePodLineDateRequestBody.js +0 -10
- package/dist/Types/Requests/IRequiredPodLineDateRequestBody.d.ts +0 -14
- package/dist/Types/Requests/IRequiredPodLineDateRequestBody.js +0 -8
- package/dist/Types/Requests/IValidatedPodLineDateRequestBody.d.ts +0 -16
- package/dist/Types/Requests/IValidatedPodLineDateRequestBody.js +0 -10
- package/dist/Types/Requests/Kits/IBuildKitRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Kits/IBuildKitRequestBody.js +0 -1
- package/dist/Types/Requests/Kits/IBuildKitRequestBodySingle.d.ts +0 -6
- package/dist/Types/Requests/Kits/IBuildKitRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Kits/IGetKitsRequestBody.d.ts +0 -5
- package/dist/Types/Requests/Kits/IGetKitsRequestBody.js +0 -1
- package/dist/Types/Requests/Kits/IGetKitsResponse.d.ts +0 -99
- package/dist/Types/Requests/Kits/IGetKitsResponse.js +0 -7
- package/dist/Types/Requests/Kits/IKitComponent.d.ts +0 -83
- package/dist/Types/Requests/Kits/IKitComponent.js +0 -17
- package/dist/Types/Requests/Kits/IKitComponentQuantity.d.ts +0 -5
- package/dist/Types/Requests/Kits/IKitComponentQuantity.js +0 -1
- package/dist/Types/Requests/Kits/IKitComponentRequestBody.d.ts +0 -6
- package/dist/Types/Requests/Kits/IKitComponentRequestBody.js +0 -1
- package/dist/Types/Requests/Kits/IKitPodAndLines.d.ts +0 -70
- package/dist/Types/Requests/Kits/IKitPodAndLines.js +0 -12
- package/dist/Types/Requests/Kits/IKitPodLine.d.ts +0 -62
- package/dist/Types/Requests/Kits/IKitPodLine.js +0 -21
- package/dist/Types/Requests/Kits/IKitPodLineBatch.d.ts +0 -10
- package/dist/Types/Requests/Kits/IKitPodLineBatch.js +0 -9
- package/dist/Types/Requests/Kits/IKitPodLineDate.d.ts +0 -10
- package/dist/Types/Requests/Kits/IKitPodLineDate.js +0 -9
- package/dist/Types/Requests/Kits/IKitPodLinePurchaseOrder.d.ts +0 -10
- package/dist/Types/Requests/Kits/IKitPodLinePurchaseOrder.js +0 -9
- package/dist/Types/Requests/Kits/IKitPodLineQuantity.d.ts +0 -17
- package/dist/Types/Requests/Kits/IKitPodLineQuantity.js +0 -17
- package/dist/Types/Requests/Kits/IKitPodLineQuantitySet.d.ts +0 -19
- package/dist/Types/Requests/Kits/IKitPodLineQuantitySet.js +0 -7
- package/dist/Types/Requests/Kits/IKitPodLineSerial.d.ts +0 -10
- package/dist/Types/Requests/Kits/IKitPodLineSerial.js +0 -9
- package/dist/Types/Requests/Kits/IKitPodLineTag.d.ts +0 -10
- package/dist/Types/Requests/Kits/IKitPodLineTag.js +0 -9
- package/dist/Types/Requests/Kits/IKitRequestBody.d.ts +0 -31
- package/dist/Types/Requests/Kits/IKitRequestBody.js +0 -1
- package/dist/Types/Requests/Kits/IKittingDocumentsRequestBody.d.ts +0 -4
- package/dist/Types/Requests/Kits/IKittingDocumentsRequestBody.js +0 -1
- package/dist/Types/Requests/Kits/ITargetKit.d.ts +0 -96
- package/dist/Types/Requests/Kits/ITargetKit.js +0 -17
- package/dist/Types/Requests/Kits/ITargetKitComponentSet.d.ts +0 -10
- package/dist/Types/Requests/Kits/ITargetKitComponentSet.js +0 -1
- package/dist/Types/Requests/Movements/IBeginReplenishmentCollectionRequestBody.d.ts +0 -10
- package/dist/Types/Requests/Movements/IBeginReplenishmentCollectionRequestBody.js +0 -1
- package/dist/Types/Requests/Movements/IBeginReplenishmentJobRequestBody.d.ts +0 -8
- package/dist/Types/Requests/Movements/IBeginReplenishmentJobRequestBody.js +0 -1
- package/dist/Types/Requests/Movements/IBeginReplenishmentRequestBody.d.ts +0 -11
- package/dist/Types/Requests/Movements/IBeginReplenishmentRequestBody.js +0 -1
- package/dist/Types/Requests/Movements/IClaimReplenishmentFilters.d.ts +0 -11
- package/dist/Types/Requests/Movements/IClaimReplenishmentFilters.js +0 -1
- package/dist/Types/Requests/Movements/IClaimReplenishmentRequestBody.d.ts +0 -12
- package/dist/Types/Requests/Movements/IClaimReplenishmentRequestBody.js +0 -1
- package/dist/Types/Requests/Movements/ICompleteReplenishmentRequestBody.d.ts +0 -5
- package/dist/Types/Requests/Movements/ICompleteReplenishmentRequestBody.js +0 -1
- package/dist/Types/Requests/Movements/IDropOff.d.ts +0 -8
- package/dist/Types/Requests/Movements/IDropOff.js +0 -1
- package/dist/Types/Requests/Movements/IDropOffJob.d.ts +0 -8
- package/dist/Types/Requests/Movements/IDropOffJob.js +0 -1
- package/dist/Types/Requests/Orders/IAddressRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Orders/IAddressRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/IAllocationRequestBody.d.ts +0 -8
- package/dist/Types/Requests/Orders/IAllocationRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/ICancelOrderLineRequestBodySingle.d.ts +0 -5
- package/dist/Types/Requests/Orders/ICancelOrderLineRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Orders/ICancelOrderRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Orders/ICancelOrderRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/ICancelOrderRequestBodySingle.d.ts +0 -8
- package/dist/Types/Requests/Orders/ICancelOrderRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Orders/IConsignmentTrackingReferences.d.ts +0 -18
- package/dist/Types/Requests/Orders/IConsignmentTrackingReferences.js +0 -12
- package/dist/Types/Requests/Orders/ICreatePickWaveAndShipmentsDocuments.d.ts +0 -4
- package/dist/Types/Requests/Orders/ICreatePickWaveAndShipmentsDocuments.js +0 -1
- package/dist/Types/Requests/Orders/ICreatePickWaveRequestBody.d.ts +0 -8
- package/dist/Types/Requests/Orders/ICreatePickWaveRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/ICreatePickWaveWithJobsRequestBody.d.ts +0 -9
- package/dist/Types/Requests/Orders/ICreatePickWaveWithJobsRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/ICreatePickWaveWithShipmentSetsRequestBody.d.ts +0 -9
- package/dist/Types/Requests/Orders/ICreatePickWaveWithShipmentSetsRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/ICreatePickWaveWithShipmentsRequestBody.d.ts +0 -9
- package/dist/Types/Requests/Orders/ICreatePickWaveWithShipmentsRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/ICustomerPatchRequestBody.d.ts +0 -18
- package/dist/Types/Requests/Orders/ICustomerPatchRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/ICustomerPostRequestBody.d.ts +0 -15
- package/dist/Types/Requests/Orders/ICustomerPostRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/IEditPickWaveRequestBody.d.ts +0 -5
- package/dist/Types/Requests/Orders/IEditPickWaveRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/IEditedOrderAndLinesRequestBody.d.ts +0 -5
- package/dist/Types/Requests/Orders/IEditedOrderAndLinesRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/IOrder.d.ts +0 -325
- package/dist/Types/Requests/Orders/IOrder.js +0 -81
- package/dist/Types/Requests/Orders/IOrderAndLines.d.ts +0 -479
- package/dist/Types/Requests/Orders/IOrderAndLines.js +0 -9
- package/dist/Types/Requests/Orders/IOrderAndLinesRequestBody.d.ts +0 -54
- package/dist/Types/Requests/Orders/IOrderAndLinesRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/IOrderAndLinesWithShipments.d.ts +0 -772
- package/dist/Types/Requests/Orders/IOrderAndLinesWithShipments.js +0 -9
- package/dist/Types/Requests/Orders/IOrderAndLinesWithStock.d.ts +0 -915
- package/dist/Types/Requests/Orders/IOrderAndLinesWithStock.js +0 -9
- package/dist/Types/Requests/Orders/IOrderConflictRequestBody.d.ts +0 -4
- package/dist/Types/Requests/Orders/IOrderConflictRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/IOrderLine.d.ts +0 -157
- package/dist/Types/Requests/Orders/IOrderLine.js +0 -57
- package/dist/Types/Requests/Orders/IOrderLineBatch.d.ts +0 -18
- package/dist/Types/Requests/Orders/IOrderLineBatch.js +0 -14
- package/dist/Types/Requests/Orders/IOrderLineDate.d.ts +0 -18
- package/dist/Types/Requests/Orders/IOrderLineDate.js +0 -14
- package/dist/Types/Requests/Orders/IOrderLinePodAlias.d.ts +0 -6
- package/dist/Types/Requests/Orders/IOrderLinePodAlias.js +0 -6
- package/dist/Types/Requests/Orders/IOrderLinePurchaseOrder.d.ts +0 -18
- package/dist/Types/Requests/Orders/IOrderLinePurchaseOrder.js +0 -14
- package/dist/Types/Requests/Orders/IOrderLineRequestBody.d.ts +0 -42
- package/dist/Types/Requests/Orders/IOrderLineRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/IOrderLineSerial.d.ts +0 -18
- package/dist/Types/Requests/Orders/IOrderLineSerial.js +0 -14
- package/dist/Types/Requests/Orders/IOrderLineTag.d.ts +0 -18
- package/dist/Types/Requests/Orders/IOrderLineTag.js +0 -14
- package/dist/Types/Requests/Orders/IOrderLineWithShipments.d.ts +0 -449
- package/dist/Types/Requests/Orders/IOrderLineWithShipments.js +0 -9
- package/dist/Types/Requests/Orders/IOrderLineWithStock.d.ts +0 -592
- package/dist/Types/Requests/Orders/IOrderLineWithStock.js +0 -13
- package/dist/Types/Requests/Orders/IOrderTagWithShipmentSetID.d.ts +0 -34
- package/dist/Types/Requests/Orders/IOrderTagWithShipmentSetID.js +0 -14
- package/dist/Types/Requests/Orders/IOrderWarehouse.d.ts +0 -17
- package/dist/Types/Requests/Orders/IOrderWarehouse.js +0 -11
- package/dist/Types/Requests/Orders/IOutboundType.d.ts +0 -18
- package/dist/Types/Requests/Orders/IOutboundType.js +0 -12
- package/dist/Types/Requests/Orders/IRequestDocumentsRequestBody.d.ts +0 -5
- package/dist/Types/Requests/Orders/IRequestDocumentsRequestBody.js +0 -1
- package/dist/Types/Requests/Orders/IShipmentAndLines.d.ts +0 -295
- package/dist/Types/Requests/Orders/IShipmentAndLines.js +0 -54
- package/dist/Types/Requests/Orders/IShipmentConsignment.d.ts +0 -40
- package/dist/Types/Requests/Orders/IShipmentConsignment.js +0 -21
- package/dist/Types/Requests/Orders/IShipmentPickWaveMatrix.d.ts +0 -7
- package/dist/Types/Requests/Orders/IShipmentPickWaveMatrix.js +0 -1
- package/dist/Types/Requests/Orders/IShipmentSet.d.ts +0 -119
- package/dist/Types/Requests/Orders/IShipmentSet.js +0 -19
- package/dist/Types/Requests/Orders/IShipmentSetLine.d.ts +0 -58
- package/dist/Types/Requests/Orders/IShipmentSetLine.js +0 -23
- package/dist/Types/Requests/Orders/IShipmentSetType.d.ts +0 -17
- package/dist/Types/Requests/Orders/IShipmentSetType.js +0 -11
- package/dist/Types/Requests/Orders/WarehouseIdWrapper.d.ts +0 -4
- package/dist/Types/Requests/Orders/WarehouseIdWrapper.js +0 -1
- package/dist/Types/Requests/Packs/IClosePackRequestBodyWithNewFloat.d.ts +0 -5
- package/dist/Types/Requests/Packs/IClosePackRequestBodyWithNewFloat.js +0 -1
- package/dist/Types/Requests/Packs/IClosePackRequetsBodyWithExistingFloat.d.ts +0 -6
- package/dist/Types/Requests/Packs/IClosePackRequetsBodyWithExistingFloat.js +0 -1
- package/dist/Types/Requests/Packs/ICompletedPack.d.ts +0 -3
- package/dist/Types/Requests/Packs/ICompletedPack.js +0 -1
- package/dist/Types/Requests/Packs/ICompletedPackWithReference.d.ts +0 -15
- package/dist/Types/Requests/Packs/ICompletedPackWithReference.js +0 -1
- package/dist/Types/Requests/Packs/ICompletedPackWithUUID.d.ts +0 -14
- package/dist/Types/Requests/Packs/ICompletedPackWithUUID.js +0 -1
- package/dist/Types/Requests/Packs/IConsolidatePackRequestBody.d.ts +0 -4
- package/dist/Types/Requests/Packs/IConsolidatePackRequestBody.js +0 -1
- package/dist/Types/Requests/Packs/IConsolidatePacksRequestBody.d.ts +0 -16
- package/dist/Types/Requests/Packs/IConsolidatePacksRequestBody.js +0 -1
- package/dist/Types/Requests/Packs/ICreatePackRequestBody.d.ts +0 -15
- package/dist/Types/Requests/Packs/ICreatePackRequestBody.js +0 -1
- package/dist/Types/Requests/Packs/IFinishPackingRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Packs/IFinishPackingRequestBody.js +0 -1
- package/dist/Types/Requests/Packs/IFinishPackingRequestBodySingle.d.ts +0 -4
- package/dist/Types/Requests/Packs/IFinishPackingRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Packs/IPackDocuments.d.ts +0 -5
- package/dist/Types/Requests/Packs/IPackDocuments.js +0 -1
- package/dist/Types/Requests/Packs/IPackItem.d.ts +0 -16
- package/dist/Types/Requests/Packs/IPackItem.js +0 -1
- package/dist/Types/Requests/Packs/IPackLineRequestBody.d.ts +0 -22
- package/dist/Types/Requests/Packs/IPackLineRequestBody.js +0 -1
- package/dist/Types/Requests/Packs/IPackWithReference.d.ts +0 -4
- package/dist/Types/Requests/Packs/IPackWithReference.js +0 -1
- package/dist/Types/Requests/Packs/IPackWithUUID.d.ts +0 -9
- package/dist/Types/Requests/Packs/IPackWithUUID.js +0 -1
- package/dist/Types/Requests/Packs/IPendingPack.d.ts +0 -11
- package/dist/Types/Requests/Packs/IPendingPack.js +0 -1
- package/dist/Types/Requests/Picks/IAdHocClusterRequestBody.d.ts +0 -4
- package/dist/Types/Requests/Picks/IAdHocClusterRequestBody.js +0 -1
- package/dist/Types/Requests/Picks/IClusterPickJobs.d.ts +0 -7
- package/dist/Types/Requests/Picks/IClusterPickJobs.js +0 -1
- package/dist/Types/Requests/Picks/IConfirmAndDropPickJobDocuments.d.ts +0 -5
- package/dist/Types/Requests/Picks/IConfirmAndDropPickJobDocuments.js +0 -1
- package/dist/Types/Requests/Picks/IConfirmAndDropPickJobRequestBody.d.ts +0 -6
- package/dist/Types/Requests/Picks/IConfirmAndDropPickJobRequestBody.js +0 -1
- package/dist/Types/Requests/Picks/IConfirmClusterJobs.d.ts +0 -4
- package/dist/Types/Requests/Picks/IConfirmClusterJobs.js +0 -1
- package/dist/Types/Requests/Picks/IConfirmJobs.d.ts +0 -4
- package/dist/Types/Requests/Picks/IConfirmJobs.js +0 -1
- package/dist/Types/Requests/Picks/IConfirmPickJobDocuments.d.ts +0 -4
- package/dist/Types/Requests/Picks/IConfirmPickJobDocuments.js +0 -1
- package/dist/Types/Requests/Picks/IConfirmPickJobs.d.ts +0 -9
- package/dist/Types/Requests/Picks/IConfirmPickJobs.js +0 -1
- package/dist/Types/Requests/Picks/IDropOffJobRequestBody.d.ts +0 -13
- package/dist/Types/Requests/Picks/IDropOffJobRequestBody.js +0 -1
- package/dist/Types/Requests/Picks/IDropOffPickRequestBody.d.ts +0 -25
- package/dist/Types/Requests/Picks/IDropOffPickRequestBody.js +0 -1
- package/dist/Types/Requests/Picks/IDropOffRequestBody.d.ts +0 -6
- package/dist/Types/Requests/Picks/IDropOffRequestBody.js +0 -1
- package/dist/Types/Requests/Picks/IDropoffPicksRequestBody.d.ts +0 -9
- package/dist/Types/Requests/Picks/IDropoffPicksRequestBody.js +0 -1
- package/dist/Types/Requests/Picks/IFreePickJobRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Picks/IFreePickJobRequestBody.js +0 -1
- package/dist/Types/Requests/Picks/IFreePickJobRequestBodySingle.d.ts +0 -4
- package/dist/Types/Requests/Picks/IFreePickJobRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Picks/INextJobProperties.d.ts +0 -10
- package/dist/Types/Requests/Picks/INextJobProperties.js +0 -1
- package/dist/Types/Requests/Picks/IPickJobs.d.ts +0 -7
- package/dist/Types/Requests/Picks/IPickJobs.js +0 -1
- package/dist/Types/Requests/Picks/IPickWaveNextJobProperties.d.ts +0 -6
- package/dist/Types/Requests/Picks/IPickWaveNextJobProperties.js +0 -1
- package/dist/Types/Requests/Picks/ISetRemainingPickJobs.d.ts +0 -5
- package/dist/Types/Requests/Picks/ISetRemainingPickJobs.js +0 -1
- package/dist/Types/Requests/Picks/IShipmentNextJobProperties.d.ts +0 -6
- package/dist/Types/Requests/Picks/IShipmentNextJobProperties.js +0 -1
- package/dist/Types/Requests/Picks/IStartPickJobRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Picks/IStartPickJobRequestBody.js +0 -1
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodyPickWave.d.ts +0 -6
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodyPickWave.js +0 -1
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodyShipment.d.ts +0 -6
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodyShipment.js +0 -1
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodySingle.d.ts +0 -17
- package/dist/Types/Requests/Picks/IStartPickJobRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Picks/IStartPickJobWarehouseRequestBody.d.ts +0 -5
- package/dist/Types/Requests/Picks/IStartPickJobWarehouseRequestBody.js +0 -1
- package/dist/Types/Requests/Preadvices/ICancelPreadviceLineRequestBodySingle.d.ts +0 -5
- package/dist/Types/Requests/Preadvices/ICancelPreadviceLineRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Preadvices/ICancelPreadviceRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Preadvices/ICancelPreadviceRequestBody.js +0 -1
- package/dist/Types/Requests/Preadvices/ICancelPreadviceRequestBodySingle.d.ts +0 -8
- package/dist/Types/Requests/Preadvices/ICancelPreadviceRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Preadvices/IEditedPreadviceAndLinesRequestBody.d.ts +0 -5
- package/dist/Types/Requests/Preadvices/IEditedPreadviceAndLinesRequestBody.js +0 -1
- package/dist/Types/Requests/Preadvices/IPreadviceAndLinesRequestBody.d.ts +0 -20
- package/dist/Types/Requests/Preadvices/IPreadviceAndLinesRequestBody.js +0 -1
- package/dist/Types/Requests/Preadvices/IPreadviceLineRequestBody.d.ts +0 -25
- package/dist/Types/Requests/Preadvices/IPreadviceLineRequestBody.js +0 -1
- package/dist/Types/Requests/Prints/IGeneratePickNoteRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Prints/IGeneratePickNoteRequestBody.js +0 -1
- package/dist/Types/Requests/Prints/IGeneratePickNoteRequestBodySingle.d.ts +0 -10
- package/dist/Types/Requests/Prints/IGeneratePickNoteRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Prints/IOrderPrintDetails.d.ts +0 -14
- package/dist/Types/Requests/Prints/IOrderPrintDetails.js +0 -1
- package/dist/Types/Requests/Prints/IPickWavePrintDetails.d.ts +0 -13
- package/dist/Types/Requests/Prints/IPickWavePrintDetails.js +0 -1
- package/dist/Types/Requests/Prints/IPrintPackLabelsRequestBody.d.ts +0 -9
- package/dist/Types/Requests/Prints/IPrintPackLabelsRequestBody.js +0 -1
- package/dist/Types/Requests/Prints/IPrintPreadviceRequestBody.d.ts +0 -2
- package/dist/Types/Requests/Prints/IPrintPreadviceRequestBody.js +0 -1
- package/dist/Types/Requests/Prints/IPrintPreadviceRequestBodySingle.d.ts +0 -9
- package/dist/Types/Requests/Prints/IPrintPreadviceRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Prints/IShipmentPrintDetails.d.ts +0 -15
- package/dist/Types/Requests/Prints/IShipmentPrintDetails.js +0 -1
- package/dist/Types/Requests/Putaway/IPutawayRequestBody.d.ts +0 -5
- package/dist/Types/Requests/Putaway/IPutawayRequestBody.js +0 -1
- package/dist/Types/Requests/Putaway/IPutawayRequestBodySingle.d.ts +0 -6
- package/dist/Types/Requests/Putaway/IPutawayRequestBodySingle.js +0 -1
- package/dist/Types/Requests/Receipt/IEditablePodAlias.d.ts +0 -5
- package/dist/Types/Requests/Receipt/IEditablePodAlias.js +0 -1
- package/dist/Types/Requests/Receipt/IOrderReturnRequestBody.d.ts +0 -8
- package/dist/Types/Requests/Receipt/IOrderReturnRequestBody.js +0 -1
- package/dist/Types/Requests/Receipt/IOrderlessReturnRequestBody.d.ts +0 -11
- package/dist/Types/Requests/Receipt/IOrderlessReturnRequestBody.js +0 -1
- package/dist/Types/Requests/Receipt/IReceiptLineRequestBody.d.ts +0 -30
- package/dist/Types/Requests/Receipt/IReceiptLineRequestBody.js +0 -1
- package/dist/Types/Requests/Receipt/IReceiptRequestBody.d.ts +0 -4
- package/dist/Types/Requests/Receipt/IReceiptRequestBody.js +0 -1
- package/dist/Types/Requests/Receipt/IRegularReceiptRequestBody.d.ts +0 -5
- package/dist/Types/Requests/Receipt/IRegularReceiptRequestBody.js +0 -1
- package/dist/Types/Requests/Receipt/ISharedReceiptProps.d.ts +0 -21
- package/dist/Types/Requests/Receipt/ISharedReceiptProps.js +0 -1
- package/dist/Types/Requests/Sortations/ICollectSortationRequestBody.d.ts +0 -6
- package/dist/Types/Requests/Sortations/ICollectSortationRequestBody.js +0 -1
- package/dist/Types/Responses/Address/AddressType.d.ts +0 -3
- package/dist/Types/Responses/Address/AddressType.js +0 -2
- package/dist/Types/Responses/Address/IAddress.d.ts +0 -27
- package/dist/Types/Responses/Address/IAddress.js +0 -59
- package/dist/Types/Responses/Address/IAddressWithDBData.d.ts +0 -25
- package/dist/Types/Responses/Address/IAddressWithDBData.js +0 -4
- package/dist/Types/Responses/Address/IAddressWithID.d.ts +0 -28
- package/dist/Types/Responses/Address/IAddressWithID.js +0 -9
- package/dist/Types/Responses/Address/IAddressWithIdAndDBData.d.ts +0 -36
- package/dist/Types/Responses/Address/IAddressWithIdAndDBData.js +0 -6
- package/dist/Types/Responses/Address/ICourierAccountAddress.d.ts +0 -40
- package/dist/Types/Responses/Address/ICourierAccountAddress.js +0 -22
- package/dist/Types/Responses/Address/IDeliveryAddress.d.ts +0 -27
- package/dist/Types/Responses/Address/IDeliveryAddress.js +0 -9
- package/dist/Types/Responses/Address/IDeliveryAddressWithID.d.ts +0 -29
- package/dist/Types/Responses/Address/IDeliveryAddressWithID.js +0 -9
- package/dist/Types/Responses/Address/IWarehouseAddress.d.ts +0 -37
- package/dist/Types/Responses/Address/IWarehouseAddress.js +0 -12
- package/dist/Types/Responses/Allocations/IAllocationResult.d.ts +0 -6
- package/dist/Types/Responses/Allocations/IAllocationResult.js +0 -1
- package/dist/Types/Responses/Allocations/IAllocationRule.d.ts +0 -5
- package/dist/Types/Responses/Allocations/IAllocationRule.js +0 -1
- package/dist/Types/Responses/Allocations/IAllocationStock.d.ts +0 -12
- package/dist/Types/Responses/Allocations/IAllocationStock.js +0 -1
- package/dist/Types/Responses/Allocations/IOrderAllocationOrderLine.d.ts +0 -18
- package/dist/Types/Responses/Allocations/IOrderAllocationOrderLine.js +0 -1
- package/dist/Types/Responses/Allocations/IOrderAllocationResult.d.ts +0 -7
- package/dist/Types/Responses/Allocations/IOrderAllocationResult.js +0 -1
- package/dist/Types/Responses/Allocations/IPrintResult.d.ts +0 -4
- package/dist/Types/Responses/Allocations/IPrintResult.js +0 -1
- package/dist/Types/Responses/Allocations/IShipmentAllocationResult.d.ts +0 -6
- package/dist/Types/Responses/Allocations/IShipmentAllocationResult.js +0 -1
- package/dist/Types/Responses/Allocations/IShipmentDocuments.d.ts +0 -5
- package/dist/Types/Responses/Allocations/IShipmentDocuments.js +0 -1
- package/dist/Types/Responses/Buckets/IBucket.d.ts +0 -9
- package/dist/Types/Responses/Buckets/IBucket.js +0 -1
- package/dist/Types/Responses/Couriers/DXPackageType.d.ts +0 -6
- package/dist/Types/Responses/Couriers/DXPackageType.js +0 -6
- package/dist/Types/Responses/Couriers/DXPackageTypes.d.ts +0 -3
- package/dist/Types/Responses/Couriers/DXPackageTypes.js +0 -15
- package/dist/Types/Responses/Couriers/FedexPickupType.d.ts +0 -7
- package/dist/Types/Responses/Couriers/FedexPickupType.js +0 -7
- package/dist/Types/Responses/Couriers/FedexPickupTypes.d.ts +0 -3
- package/dist/Types/Responses/Couriers/FedexPickupTypes.js +0 -16
- package/dist/Types/Responses/Couriers/FedexSubPackageType.d.ts +0 -34
- package/dist/Types/Responses/Couriers/FedexSubPackageType.js +0 -34
- package/dist/Types/Responses/Couriers/FedexSubPackageTypes.d.ts +0 -3
- package/dist/Types/Responses/Couriers/FedexSubPackageTypes.js +0 -127
- package/dist/Types/Responses/Couriers/HasInvoiceFromAddress_id.d.ts +0 -4
- package/dist/Types/Responses/Couriers/HasInvoiceFromAddress_id.js +0 -1
- package/dist/Types/Responses/Couriers/ICourier.d.ts +0 -14
- package/dist/Types/Responses/Couriers/ICourier.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccount.d.ts +0 -12
- package/dist/Types/Responses/Couriers/ICourierAccount.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccountAPC.d.ts +0 -26
- package/dist/Types/Responses/Couriers/ICourierAccountAPC.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccountDHLParcelUK.d.ts +0 -24
- package/dist/Types/Responses/Couriers/ICourierAccountDHLParcelUK.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccountDPD.d.ts +0 -27
- package/dist/Types/Responses/Couriers/ICourierAccountDPD.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccountDPDLocal.d.ts +0 -2
- package/dist/Types/Responses/Couriers/ICourierAccountDPDLocal.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccountDX.d.ts +0 -21
- package/dist/Types/Responses/Couriers/ICourierAccountDX.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccountEvri.d.ts +0 -28
- package/dist/Types/Responses/Couriers/ICourierAccountEvri.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccountFedex.d.ts +0 -20
- package/dist/Types/Responses/Couriers/ICourierAccountFedex.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccountRoyalMail.d.ts +0 -16
- package/dist/Types/Responses/Couriers/ICourierAccountRoyalMail.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccountUPS.d.ts +0 -25
- package/dist/Types/Responses/Couriers/ICourierAccountUPS.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccountWhistl.d.ts +0 -22
- package/dist/Types/Responses/Couriers/ICourierAccountWhistl.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierAccountYodel.d.ts +0 -18
- package/dist/Types/Responses/Couriers/ICourierAccountYodel.js +0 -1
- package/dist/Types/Responses/Couriers/ICourierService.d.ts +0 -5
- package/dist/Types/Responses/Couriers/ICourierService.js +0 -1
- package/dist/Types/Responses/Couriers/RoyalMailFormatIdentifiers.d.ts +0 -3
- package/dist/Types/Responses/Couriers/RoyalMailFormatIdentifiers.js +0 -27
- package/dist/Types/Responses/Couriers/RoyalMailPackageFormatIdentifier.d.ts +0 -9
- package/dist/Types/Responses/Couriers/RoyalMailPackageFormatIdentifier.js +0 -8
- package/dist/Types/Responses/Couriers/WhistlPackageType.d.ts +0 -6
- package/dist/Types/Responses/Couriers/WhistlPackageType.js +0 -6
- package/dist/Types/Responses/Couriers/WhistlPackageTypes.d.ts +0 -3
- package/dist/Types/Responses/Couriers/WhistlPackageTypes.js +0 -16
- package/dist/Types/Responses/IAccount.d.ts +0 -203
- package/dist/Types/Responses/IAccount.js +0 -73
- package/dist/Types/Responses/IAccountCourierCodeMatrix.d.ts +0 -18
- package/dist/Types/Responses/IAccountCourierCodeMatrix.js +0 -12
- package/dist/Types/Responses/IBaseAddress.d.ts +0 -17
- package/dist/Types/Responses/IBaseAddress.js +0 -15
- package/dist/Types/Responses/ICompany.d.ts +0 -30
- package/dist/Types/Responses/ICompany.js +0 -24
- package/dist/Types/Responses/ICountry.d.ts +0 -26
- package/dist/Types/Responses/ICountry.js +0 -20
- package/dist/Types/Responses/ICurrency.d.ts +0 -6
- package/dist/Types/Responses/ICurrency.js +0 -1
- package/dist/Types/Responses/IDBEntry.d.ts +0 -13
- package/dist/Types/Responses/IDBEntry.js +0 -12
- package/dist/Types/Responses/IErrorResponse.d.ts +0 -10
- package/dist/Types/Responses/IErrorResponse.js +0 -1
- package/dist/Types/Responses/ILabelPrinter.d.ts +0 -4
- package/dist/Types/Responses/ILabelPrinter.js +0 -1
- package/dist/Types/Responses/ILaserPrinter.d.ts +0 -4
- package/dist/Types/Responses/ILaserPrinter.js +0 -1
- package/dist/Types/Responses/ILoginResponse.d.ts +0 -8
- package/dist/Types/Responses/ILoginResponse.js +0 -1
- package/dist/Types/Responses/IPaginatedPayload.d.ts +0 -5
- package/dist/Types/Responses/IPaginatedPayload.js +0 -1
- package/dist/Types/Responses/IPaginatedResponse.d.ts +0 -5
- package/dist/Types/Responses/IPaginatedResponse.js +0 -1
- package/dist/Types/Responses/IPagination.d.ts +0 -9
- package/dist/Types/Responses/IPagination.js +0 -1
- package/dist/Types/Responses/IPayload.d.ts +0 -3
- package/dist/Types/Responses/IPayload.js +0 -1
- package/dist/Types/Responses/IPrinter.d.ts +0 -11
- package/dist/Types/Responses/IPrinter.js +0 -1
- package/dist/Types/Responses/IProcessTypeSelectionMethodOutboundType.d.ts +0 -18
- package/dist/Types/Responses/IProcessTypeSelectionMethodOutboundType.js +0 -12
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomer.d.ts +0 -20
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomer.js +0 -14
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomerType.d.ts +0 -20
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomerType.js +0 -14
- package/dist/Types/Responses/IProductCategory.d.ts +0 -19
- package/dist/Types/Responses/IProductCategory.js +0 -13
- package/dist/Types/Responses/IProductCategoryDetails.d.ts +0 -33
- package/dist/Types/Responses/IProductCategoryDetails.js +0 -13
- package/dist/Types/Responses/IProductIgnoreOnAllocationOutboundType.d.ts +0 -17
- package/dist/Types/Responses/IProductIgnoreOnAllocationOutboundType.js +0 -11
- package/dist/Types/Responses/IProductLocation.d.ts +0 -23
- package/dist/Types/Responses/IProductLocation.js +0 -17
- package/dist/Types/Responses/IResponse.d.ts +0 -8
- package/dist/Types/Responses/IResponse.js +0 -1
- package/dist/Types/Responses/IStockSortationMethodCustomer.d.ts +0 -18
- package/dist/Types/Responses/IStockSortationMethodCustomer.js +0 -12
- package/dist/Types/Responses/ISupplier.d.ts +0 -42
- package/dist/Types/Responses/ISupplier.js +0 -15
- package/dist/Types/Responses/IWarehouse.d.ts +0 -42
- package/dist/Types/Responses/IWarehouse.js +0 -15
- package/dist/Types/Responses/Orders/IAllocationDocuments.d.ts +0 -4
- package/dist/Types/Responses/Orders/IAllocationDocuments.js +0 -1
- package/dist/Types/Responses/Orders/IAllocationDropoffDocuments.d.ts +0 -6
- package/dist/Types/Responses/Orders/IAllocationDropoffDocuments.js +0 -1
- package/dist/Types/Responses/Orders/IAllocationOrder.d.ts +0 -6
- package/dist/Types/Responses/Orders/IAllocationOrder.js +0 -1
- package/dist/Types/Responses/Orders/IAllocationOrderLine.d.ts +0 -6
- package/dist/Types/Responses/Orders/IAllocationOrderLine.js +0 -1
- package/dist/Types/Responses/Orders/IAllocationOutboundType.d.ts +0 -6
- package/dist/Types/Responses/Orders/IAllocationOutboundType.js +0 -1
- package/dist/Types/Responses/Orders/IAllocationShipment.d.ts +0 -26
- package/dist/Types/Responses/Orders/IAllocationShipment.js +0 -1
- package/dist/Types/Responses/Orders/IAllocationWarehouse.d.ts +0 -8
- package/dist/Types/Responses/Orders/IAllocationWarehouse.js +0 -1
- package/dist/Types/Responses/Orders/IConflictReport.d.ts +0 -5
- package/dist/Types/Responses/Orders/IConflictReport.js +0 -1
- package/dist/Types/Responses/Orders/ICourierConsignment.d.ts +0 -40
- package/dist/Types/Responses/Orders/ICourierConsignment.js +0 -22
- package/dist/Types/Responses/Orders/ICustomer.d.ts +0 -104
- package/dist/Types/Responses/Orders/ICustomer.js +0 -27
- package/dist/Types/Responses/Orders/ICustomerTag.d.ts +0 -34
- package/dist/Types/Responses/Orders/ICustomerTag.js +0 -14
- package/dist/Types/Responses/Orders/IDeliveryAddressConflictReport.d.ts +0 -5
- package/dist/Types/Responses/Orders/IDeliveryAddressConflictReport.js +0 -1
- package/dist/Types/Responses/Orders/IInvoiceAddressConflictReport.d.ts +0 -5
- package/dist/Types/Responses/Orders/IInvoiceAddressConflictReport.js +0 -1
- package/dist/Types/Responses/Orders/IOrderConflictReport.d.ts +0 -4
- package/dist/Types/Responses/Orders/IOrderConflictReport.js +0 -1
- package/dist/Types/Responses/Orders/IOrderConflictReportWrapper.d.ts +0 -4
- package/dist/Types/Responses/Orders/IOrderConflictReportWrapper.js +0 -1
- package/dist/Types/Responses/Orders/IOrderLineType.d.ts +0 -7
- package/dist/Types/Responses/Orders/IOrderLineType.js +0 -1
- package/dist/Types/Responses/Orders/IOrderTagType.d.ts +0 -19
- package/dist/Types/Responses/Orders/IOrderTagType.js +0 -13
- package/dist/Types/Responses/Orders/IOrderTagWithOrderID.d.ts +0 -34
- package/dist/Types/Responses/Orders/IOrderTagWithOrderID.js +0 -14
- package/dist/Types/Responses/Orders/IOrderTagWithOrderLineID.d.ts +0 -34
- package/dist/Types/Responses/Orders/IOrderTagWithOrderLineID.js +0 -14
- package/dist/Types/Responses/Orders/IOrderValue.d.ts +0 -5
- package/dist/Types/Responses/Orders/IOrderValue.js +0 -1
- package/dist/Types/Responses/Orders/IOrderValueConflictReport.d.ts +0 -5
- package/dist/Types/Responses/Orders/IOrderValueConflictReport.js +0 -1
- package/dist/Types/Responses/Orders/ITrackingReference.d.ts +0 -18
- package/dist/Types/Responses/Orders/ITrackingReference.js +0 -12
- package/dist/Types/Responses/PickWaves/PickWaveType.d.ts +0 -5
- package/dist/Types/Responses/PickWaves/PickWaveType.js +0 -6
- package/dist/Types/Responses/Picks/IAdHocCluster.d.ts +0 -8
- package/dist/Types/Responses/Picks/IAdHocCluster.js +0 -1
- package/dist/Types/Responses/Picks/IBlockingJob.d.ts +0 -31
- package/dist/Types/Responses/Picks/IBlockingJob.js +0 -1
- package/dist/Types/Responses/Picks/IPickJob.d.ts +0 -46
- package/dist/Types/Responses/Picks/IPickJob.js +0 -1
- package/dist/Types/Responses/Picks/IPickJobShipment.d.ts +0 -8
- package/dist/Types/Responses/Picks/IPickJobShipment.js +0 -1
- package/dist/Types/Responses/Picks/IPickJobShipmentSet.d.ts +0 -8
- package/dist/Types/Responses/Picks/IPickJobShipmentSet.js +0 -1
- package/dist/Types/Responses/Picks/IPickJobWrapper.d.ts +0 -4
- package/dist/Types/Responses/Picks/IPickJobWrapper.js +0 -1
- package/dist/Types/Responses/Pods/IAttributeTypeWithAI.d.ts +0 -8
- package/dist/Types/Responses/Pods/IAttributeTypeWithAI.js +0 -1
- package/dist/Types/Responses/Pods/IBatchType.d.ts +0 -5
- package/dist/Types/Responses/Pods/IBatchType.js +0 -1
- package/dist/Types/Responses/Pods/IBatchTypeAccountMatrix.d.ts +0 -18
- package/dist/Types/Responses/Pods/IBatchTypeAccountMatrix.js +0 -12
- package/dist/Types/Responses/Pods/IDateType.d.ts +0 -6
- package/dist/Types/Responses/Pods/IDateType.js +0 -1
- package/dist/Types/Responses/Pods/IFillablePodLineAttribute.d.ts +0 -10
- package/dist/Types/Responses/Pods/IFillablePodLineAttribute.js +0 -9
- package/dist/Types/Responses/Pods/IFillablePodLineBatch.d.ts +0 -18
- package/dist/Types/Responses/Pods/IFillablePodLineBatch.js +0 -12
- package/dist/Types/Responses/Pods/IFillablePodLineDate.d.ts +0 -19
- package/dist/Types/Responses/Pods/IFillablePodLineDate.js +0 -13
- package/dist/Types/Responses/Pods/IFillablePodLinePurchaseOrder.d.ts +0 -18
- package/dist/Types/Responses/Pods/IFillablePodLinePurchaseOrder.js +0 -12
- package/dist/Types/Responses/Pods/IFillablePodLineSerial.d.ts +0 -18
- package/dist/Types/Responses/Pods/IFillablePodLineSerial.js +0 -12
- package/dist/Types/Responses/Pods/IFillablePodLineTag.d.ts +0 -18
- package/dist/Types/Responses/Pods/IFillablePodLineTag.js +0 -12
- package/dist/Types/Responses/Pods/IPod.d.ts +0 -22
- package/dist/Types/Responses/Pods/IPod.js +0 -20
- package/dist/Types/Responses/Pods/IPodAlias.d.ts +0 -9
- package/dist/Types/Responses/Pods/IPodAlias.js +0 -8
- package/dist/Types/Responses/Pods/IPodAliasWithUUID.d.ts +0 -11
- package/dist/Types/Responses/Pods/IPodAliasWithUUID.js +0 -9
- package/dist/Types/Responses/Pods/IPodAndLines.d.ts +0 -278
- package/dist/Types/Responses/Pods/IPodAndLines.js +0 -13
- package/dist/Types/Responses/Pods/IPodAndLinesWithWeight.d.ts +0 -283
- package/dist/Types/Responses/Pods/IPodAndLinesWithWeight.js +0 -16
- package/dist/Types/Responses/Pods/IPodLine.d.ts +0 -197
- package/dist/Types/Responses/Pods/IPodLine.js +0 -36
- package/dist/Types/Responses/Pods/IPodLineAttribute.d.ts +0 -9
- package/dist/Types/Responses/Pods/IPodLineAttribute.js +0 -8
- package/dist/Types/Responses/Pods/IPodLineBatch.d.ts +0 -11
- package/dist/Types/Responses/Pods/IPodLineBatch.js +0 -9
- package/dist/Types/Responses/Pods/IPodLineDate.d.ts +0 -13
- package/dist/Types/Responses/Pods/IPodLineDate.js +0 -11
- package/dist/Types/Responses/Pods/IPodLineNoteValue.d.ts +0 -17
- package/dist/Types/Responses/Pods/IPodLineNoteValue.js +0 -11
- package/dist/Types/Responses/Pods/IPodLinePurchaseOrder.d.ts +0 -11
- package/dist/Types/Responses/Pods/IPodLinePurchaseOrder.js +0 -9
- package/dist/Types/Responses/Pods/IPodLineQuantity.d.ts +0 -18
- package/dist/Types/Responses/Pods/IPodLineQuantity.js +0 -18
- package/dist/Types/Responses/Pods/IPodLineQuantitySet.d.ts +0 -20
- package/dist/Types/Responses/Pods/IPodLineQuantitySet.js +0 -8
- package/dist/Types/Responses/Pods/IPodLineSerial.d.ts +0 -11
- package/dist/Types/Responses/Pods/IPodLineSerial.js +0 -9
- package/dist/Types/Responses/Pods/IPodLineTag.d.ts +0 -11
- package/dist/Types/Responses/Pods/IPodLineTag.js +0 -9
- package/dist/Types/Responses/Pods/IPodLineWithAttributes.d.ts +0 -239
- package/dist/Types/Responses/Pods/IPodLineWithAttributes.js +0 -17
- package/dist/Types/Responses/Pods/IPodLineWithWeight.d.ts +0 -242
- package/dist/Types/Responses/Pods/IPodLineWithWeight.js +0 -9
- package/dist/Types/Responses/Pods/IPodType.d.ts +0 -14
- package/dist/Types/Responses/Pods/IPodType.js +0 -13
- package/dist/Types/Responses/Pods/IPodTypeAccountMatrix.d.ts +0 -7
- package/dist/Types/Responses/Pods/IPodTypeAccountMatrix.js +0 -1
- package/dist/Types/Responses/Pods/IPodTypeWithDBEntry.d.ts +0 -22
- package/dist/Types/Responses/Pods/IPodTypeWithDBEntry.js +0 -4
- package/dist/Types/Responses/Pods/IPurchaseOrderType.d.ts +0 -5
- package/dist/Types/Responses/Pods/IPurchaseOrderType.js +0 -1
- package/dist/Types/Responses/Pods/IRequiredOrValidatedAttribute.d.ts +0 -7
- package/dist/Types/Responses/Pods/IRequiredOrValidatedAttribute.js +0 -7
- package/dist/Types/Responses/Pods/IRequiredPodLineBatch.d.ts +0 -18
- package/dist/Types/Responses/Pods/IRequiredPodLineBatch.js +0 -8
- package/dist/Types/Responses/Pods/IRequiredPodLineDate.d.ts +0 -19
- package/dist/Types/Responses/Pods/IRequiredPodLineDate.js +0 -8
- package/dist/Types/Responses/Pods/IRequiredPodLinePurchaseOrder.d.ts +0 -19
- package/dist/Types/Responses/Pods/IRequiredPodLinePurchaseOrder.js +0 -8
- package/dist/Types/Responses/Pods/IRequiredPodLineSerial.d.ts +0 -19
- package/dist/Types/Responses/Pods/IRequiredPodLineSerial.js +0 -8
- package/dist/Types/Responses/Pods/IRequiredPodLineTag.d.ts +0 -19
- package/dist/Types/Responses/Pods/IRequiredPodLineTag.js +0 -8
- package/dist/Types/Responses/Pods/ISerialType.d.ts +0 -6
- package/dist/Types/Responses/Pods/ISerialType.js +0 -1
- package/dist/Types/Responses/Pods/ITagType.d.ts +0 -6
- package/dist/Types/Responses/Pods/ITagType.js +0 -1
- package/dist/Types/Responses/Pods/IValidatedPodLineAttribute.d.ts +0 -13
- package/dist/Types/Responses/Pods/IValidatedPodLineAttribute.js +0 -10
- package/dist/Types/Responses/Pods/IValidatedPodLineBatch.d.ts +0 -19
- package/dist/Types/Responses/Pods/IValidatedPodLineBatch.js +0 -10
- package/dist/Types/Responses/Pods/IValidatedPodLineDate.d.ts +0 -21
- package/dist/Types/Responses/Pods/IValidatedPodLineDate.js +0 -10
- package/dist/Types/Responses/Pods/IValidatedPodLinePurchaseOrder.d.ts +0 -20
- package/dist/Types/Responses/Pods/IValidatedPodLinePurchaseOrder.js +0 -10
- package/dist/Types/Responses/Pods/IValidatedPodLineSerial.d.ts +0 -20
- package/dist/Types/Responses/Pods/IValidatedPodLineSerial.js +0 -10
- package/dist/Types/Responses/Pods/IValidatedPodLineTag.d.ts +0 -20
- package/dist/Types/Responses/Pods/IValidatedPodLineTag.js +0 -10
- package/dist/Types/Responses/Pools/PoolType.d.ts +0 -5
- package/dist/Types/Responses/Pools/PoolType.js +0 -5
- package/dist/Types/Responses/Preadvices/INoteValue.d.ts +0 -17
- package/dist/Types/Responses/Preadvices/INoteValue.js +0 -13
- package/dist/Types/Responses/Preadvices/IPodLineAlias.d.ts +0 -14
- package/dist/Types/Responses/Preadvices/IPodLineAlias.js +0 -11
- package/dist/Types/Responses/Preadvices/IPodLineStock.d.ts +0 -423
- package/dist/Types/Responses/Preadvices/IPodLineStock.js +0 -22
- package/dist/Types/Responses/Preadvices/IPodLineStockPodLine.d.ts +0 -398
- package/dist/Types/Responses/Preadvices/IPodLineStockPodLine.js +0 -41
- package/dist/Types/Responses/Preadvices/IPodLineStockPodLineNote.d.ts +0 -17
- package/dist/Types/Responses/Preadvices/IPodLineStockPodLineNote.js +0 -13
- package/dist/Types/Responses/Preadvices/IPodLineStockQuantitySet.d.ts +0 -37
- package/dist/Types/Responses/Preadvices/IPodLineStockQuantitySet.js +0 -13
- package/dist/Types/Responses/Preadvices/IPodLineStockQuantitySimple.d.ts +0 -26
- package/dist/Types/Responses/Preadvices/IPodLineStockQuantitySimple.js +0 -23
- package/dist/Types/Responses/Preadvices/IPreadvice.d.ts +0 -52
- package/dist/Types/Responses/Preadvices/IPreadvice.js +0 -33
- package/dist/Types/Responses/Preadvices/IPreadviceAndLines.d.ts +0 -207
- package/dist/Types/Responses/Preadvices/IPreadviceAndLines.js +0 -11
- package/dist/Types/Responses/Preadvices/IPreadviceAndLinesWithStock.d.ts +0 -643
- package/dist/Types/Responses/Preadvices/IPreadviceAndLinesWithStock.js +0 -11
- package/dist/Types/Responses/Preadvices/IPreadviceLine.d.ts +0 -158
- package/dist/Types/Responses/Preadvices/IPreadviceLine.js +0 -36
- package/dist/Types/Responses/Preadvices/IPreadviceLinePurchaseOrder.d.ts +0 -18
- package/dist/Types/Responses/Preadvices/IPreadviceLinePurchaseOrder.js +0 -14
- package/dist/Types/Responses/Preadvices/IPreadviceLineTag.d.ts +0 -34
- package/dist/Types/Responses/Preadvices/IPreadviceLineTag.js +0 -16
- package/dist/Types/Responses/Preadvices/IPreadviceLineWithStock.d.ts +0 -593
- package/dist/Types/Responses/Preadvices/IPreadviceLineWithStock.js +0 -13
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineBatch.d.ts +0 -18
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineBatch.js +0 -14
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineDate.d.ts +0 -18
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineDate.js +0 -14
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineLineSerial.d.ts +0 -18
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineLineSerial.js +0 -14
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineTag.d.ts +0 -18
- package/dist/Types/Responses/Preadvices/IPreadvicePodLineTag.js +0 -14
- package/dist/Types/Responses/Preadvices/IPreadviceTag.d.ts +0 -34
- package/dist/Types/Responses/Preadvices/IPreadviceTag.js +0 -16
- package/dist/Types/Responses/Preadvices/IPreadviceTagType.d.ts +0 -19
- package/dist/Types/Responses/Preadvices/IPreadviceTagType.js +0 -15
- package/dist/Types/Responses/Preadvices/IPreadviceTypeMinimal.d.ts +0 -18
- package/dist/Types/Responses/Preadvices/IPreadviceTypeMinimal.js +0 -14
- package/dist/Types/Responses/Preadvices/IStockPodLineBatch.d.ts +0 -19
- package/dist/Types/Responses/Preadvices/IStockPodLineBatch.js +0 -15
- package/dist/Types/Responses/Preadvices/IStockPodLineDate.d.ts +0 -19
- package/dist/Types/Responses/Preadvices/IStockPodLineDate.js +0 -15
- package/dist/Types/Responses/Preadvices/IStockPodLinePurchaseOrder.d.ts +0 -19
- package/dist/Types/Responses/Preadvices/IStockPodLinePurchaseOrder.js +0 -15
- package/dist/Types/Responses/Preadvices/IStockPodLineSerial.d.ts +0 -19
- package/dist/Types/Responses/Preadvices/IStockPodLineSerial.js +0 -15
- package/dist/Types/Responses/Preadvices/IStockPodLineTag.d.ts +0 -19
- package/dist/Types/Responses/Preadvices/IStockPodLineTag.js +0 -15
- package/dist/Types/Responses/Preadvices/ITransactionQuantities.d.ts +0 -17
- package/dist/Types/Responses/Preadvices/ITransactionQuantities.js +0 -13
- package/dist/Types/Responses/Prints/IPrintSettings.d.ts +0 -8
- package/dist/Types/Responses/Prints/IPrintSettings.js +0 -1
- package/dist/Types/Responses/Prints/IPrinters.d.ts +0 -5
- package/dist/Types/Responses/Prints/IPrinters.js +0 -1
- package/dist/Types/Responses/Prints/PrintKitComponentOptions.d.ts +0 -5
- package/dist/Types/Responses/Prints/PrintKitComponentOptions.js +0 -6
- package/dist/Types/Responses/Prints/PrintType.d.ts +0 -7
- package/dist/Types/Responses/Prints/PrintType.js +0 -7
- package/dist/Types/Responses/Products/IAttributeRule.d.ts +0 -34
- package/dist/Types/Responses/Products/IAttributeRule.js +0 -28
- package/dist/Types/Responses/Products/IBarcode.d.ts +0 -18
- package/dist/Types/Responses/Products/IBarcode.js +0 -12
- package/dist/Types/Responses/Products/IBatchRule.d.ts +0 -36
- package/dist/Types/Responses/Products/IBatchRule.js +0 -9
- package/dist/Types/Responses/Products/ICustomerRule.d.ts +0 -23
- package/dist/Types/Responses/Products/ICustomerRule.js +0 -17
- package/dist/Types/Responses/Products/IDateRule.d.ts +0 -36
- package/dist/Types/Responses/Products/IDateRule.js +0 -9
- package/dist/Types/Responses/Products/IPrice.d.ts +0 -19
- package/dist/Types/Responses/Products/IPrice.js +0 -12
- package/dist/Types/Responses/Products/IProduct.d.ts +0 -436
- package/dist/Types/Responses/Products/IProduct.js +0 -77
- package/dist/Types/Responses/Products/IProductKit.d.ts +0 -24
- package/dist/Types/Responses/Products/IProductKit.js +0 -18
- package/dist/Types/Responses/Products/IProductKitMatrix.d.ts +0 -13
- package/dist/Types/Responses/Products/IProductKitMatrix.js +0 -1
- package/dist/Types/Responses/Products/IProductSupplier.d.ts +0 -18
- package/dist/Types/Responses/Products/IProductSupplier.js +0 -12
- package/dist/Types/Responses/Products/IProductTag.d.ts +0 -33
- package/dist/Types/Responses/Products/IProductTag.js +0 -14
- package/dist/Types/Responses/Products/IProductTagType.d.ts +0 -18
- package/dist/Types/Responses/Products/IProductTagType.js +0 -12
- package/dist/Types/Responses/Products/IProductUnitOfMeasure.d.ts +0 -97
- package/dist/Types/Responses/Products/IProductUnitOfMeasure.js +0 -35
- package/dist/Types/Responses/Products/IProductUnitOfMeasurePrice.d.ts +0 -36
- package/dist/Types/Responses/Products/IProductUnitOfMeasurePrice.js +0 -17
- package/dist/Types/Responses/Products/IPurchaseOrderRule.d.ts +0 -36
- package/dist/Types/Responses/Products/IPurchaseOrderRule.js +0 -9
- package/dist/Types/Responses/Products/ISerialRule.d.ts +0 -36
- package/dist/Types/Responses/Products/ISerialRule.js +0 -9
- package/dist/Types/Responses/Products/ITagRule.d.ts +0 -36
- package/dist/Types/Responses/Products/ITagRule.js +0 -9
- package/dist/Types/Responses/Products/IUnitOfMeasure.d.ts +0 -18
- package/dist/Types/Responses/Products/IUnitOfMeasure.js +0 -12
- package/dist/Types/Responses/Replenishments/IClaimedReplenishment.d.ts +0 -6
- package/dist/Types/Responses/Replenishments/IClaimedReplenishment.js +0 -1
- package/dist/Types/Responses/Replenishments/IReplenJob.d.ts +0 -36
- package/dist/Types/Responses/Replenishments/IReplenJob.js +0 -1
- package/dist/Types/Websocket/CompletedPickJob.d.ts +0 -7
- package/dist/Types/Websocket/CompletedPickJob.js +0 -1
- package/dist/Types/Websocket/ConfirmClusterPickJob.d.ts +0 -4
- package/dist/Types/Websocket/ConfirmClusterPickJob.js +0 -1
- package/dist/Types/Websocket/ConfirmPickJobMessage.d.ts +0 -6
- package/dist/Types/Websocket/ConfirmPickJobMessage.js +0 -1
- package/dist/Types/Websocket/GetAdhocClusterMessage.d.ts +0 -6
- package/dist/Types/Websocket/GetAdhocClusterMessage.js +0 -1
- package/dist/Types/Websocket/GetPickPositionsMessage.d.ts +0 -8
- package/dist/Types/Websocket/GetPickPositionsMessage.js +0 -1
- package/dist/Types/Websocket/GetPickPositionsResponse.d.ts +0 -2
- package/dist/Types/Websocket/GetPickPositionsResponse.js +0 -1
- package/dist/Types/Websocket/GetPickPositionsResponseSingle.d.ts +0 -6
- package/dist/Types/Websocket/GetPickPositionsResponseSingle.js +0 -1
- package/dist/Types/Websocket/IGetPickPositionsRequestBody.d.ts +0 -4
- package/dist/Types/Websocket/IGetPickPositionsRequestBody.js +0 -1
- package/dist/Types/Websocket/SetAdhocClusterMessage.d.ts +0 -6
- package/dist/Types/Websocket/SetAdhocClusterMessage.js +0 -1
- package/dist/Types/Websocket/SetPickPositionsMessage.d.ts +0 -7
- package/dist/Types/Websocket/SetPickPositionsMessage.js +0 -1
- package/dist/Types/Websocket/SetPickPositionsSingle.d.ts +0 -11
- package/dist/Types/Websocket/SetPickPositionsSingle.js +0 -1
- package/dist/Types/Websocket/StartPickJobBase.d.ts +0 -14
- package/dist/Types/Websocket/StartPickJobBase.js +0 -1
- package/dist/Types/Websocket/StartPickJobMessage.d.ts +0 -7
- package/dist/Types/Websocket/StartPickJobMessage.js +0 -1
- package/dist/Types/Websocket/StartPickJobPickWave.d.ts +0 -4
- package/dist/Types/Websocket/StartPickJobPickWave.js +0 -1
- package/dist/Types/Websocket/StartPickJobShipment.d.ts +0 -5
- package/dist/Types/Websocket/StartPickJobShipment.js +0 -1
- package/dist/Types/Websocket/StartPickJobSingle.d.ts +0 -3
- package/dist/Types/Websocket/StartPickJobSingle.js +0 -1
- package/dist/Types/Websocket/WebsocketAuthMessage.d.ts +0 -5
- package/dist/Types/Websocket/WebsocketAuthMessage.js +0 -1
- package/dist/Types/Websocket/WebsocketConfirmPickJobResponse.d.ts +0 -10
- package/dist/Types/Websocket/WebsocketConfirmPickJobResponse.js +0 -1
- package/dist/Types/Websocket/WebsocketHttpMethod.d.ts +0 -1
- package/dist/Types/Websocket/WebsocketHttpMethod.js +0 -1
- package/dist/Types/Websocket/WebsocketMessage.d.ts +0 -6
- package/dist/Types/Websocket/WebsocketMessage.js +0 -1
- package/dist/Types/Websocket/WebsocketMessageType.d.ts +0 -1
- package/dist/Types/Websocket/WebsocketMessageType.js +0 -1
- package/dist/Types/Websocket/WebsocketPickjobResponse.d.ts +0 -6
- package/dist/Types/Websocket/WebsocketPickjobResponse.js +0 -1
- package/dist/Types/Websocket/WebsocketRegisterMessage.d.ts +0 -6
- package/dist/Types/Websocket/WebsocketRegisterMessage.js +0 -1
- package/dist/Types/Websocket/WebsocketResponse.d.ts +0 -4
- package/dist/Types/Websocket/WebsocketResponse.js +0 -1
- package/dist/Types/Websocket/WebsocketResponseWithPayload.d.ts +0 -4
- package/dist/Types/Websocket/WebsocketResponseWithPayload.js +0 -1
- package/dist/Types/Websocket/WebsocketResponseWithShipments.d.ts +0 -8
- package/dist/Types/Websocket/WebsocketResponseWithShipments.js +0 -1
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
// TODO move all global stores in here potentially
|
|
2
|
-
import { browser, dev } from '$app/environment';
|
|
3
|
-
import { Validity } from '../Types/Internal/Validity.js';
|
|
4
|
-
import { Value } from '@sinclair/typebox/value';
|
|
5
|
-
export function capitalise(string) {
|
|
6
|
-
return `${string.charAt(0).toLocaleUpperCase()}${string.substring(1)}`;
|
|
7
|
-
}
|
|
8
1
|
export function autoPluralise(text, quantity = 2, { capitalise = false } = {}) {
|
|
9
2
|
if (quantity === 1) {
|
|
10
3
|
return text;
|
|
@@ -32,45 +25,41 @@ export function autoPluralise(text, quantity = 2, { capitalise = false } = {}) {
|
|
|
32
25
|
}
|
|
33
26
|
}
|
|
34
27
|
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
timeZone: 'UTC'
|
|
41
|
-
});
|
|
42
|
-
export const local = new Intl.DateTimeFormat('en-GB', {
|
|
43
|
-
hour: '2-digit',
|
|
44
|
-
hourCycle: 'h23',
|
|
45
|
-
minute: '2-digit',
|
|
46
|
-
second: '2-digit',
|
|
47
|
-
timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone
|
|
48
|
-
});
|
|
49
|
-
export function tomorrow() {
|
|
50
|
-
const x = new Date();
|
|
51
|
-
x.setDate(x.getDate() + 1);
|
|
52
|
-
return x;
|
|
28
|
+
// eslint-disable-next-line svelte/prefer-svelte-reactivity
|
|
29
|
+
export const vowels = new Set(['a', 'e', 'i', 'o', 'u']);
|
|
30
|
+
// generic is present to bypass floatAlias type requirements and the like
|
|
31
|
+
export function generateShortUUID() {
|
|
32
|
+
return generateUUID().substring(0, 13);
|
|
53
33
|
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
return
|
|
59
|
-
.
|
|
60
|
-
|
|
61
|
-
|
|
34
|
+
// taken from https://stackoverflow.com/a/8809472/18712055
|
|
35
|
+
export function generateUUID() {
|
|
36
|
+
let // eslint-disable-next-line svelte/prefer-svelte-reactivity
|
|
37
|
+
d = new Date().getTime(), d2 = (typeof performance !== 'undefined' && performance.now && performance.now() * 1000) || 0;
|
|
38
|
+
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (c) => {
|
|
39
|
+
let r = Math.random() * 16;
|
|
40
|
+
if (d > 0) {
|
|
41
|
+
r = (d + r) % 16 | 0;
|
|
42
|
+
d = Math.floor(d / 16);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
r = (d2 + r) % 16 | 0;
|
|
46
|
+
d2 = Math.floor(d2 / 16);
|
|
47
|
+
}
|
|
48
|
+
return (c == 'x' ? r : (r & 0x7) | 0x8).toString(16);
|
|
49
|
+
});
|
|
62
50
|
}
|
|
63
|
-
export function
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
51
|
+
export function refWrapper(initial) {
|
|
52
|
+
let value = $state(initial);
|
|
53
|
+
return {
|
|
54
|
+
get value() {
|
|
55
|
+
return value;
|
|
56
|
+
},
|
|
57
|
+
set value(v) {
|
|
58
|
+
value = v;
|
|
59
|
+
}
|
|
60
|
+
};
|
|
72
61
|
}
|
|
73
|
-
export function
|
|
62
|
+
export function SQLFriendly(date) {
|
|
74
63
|
if (typeof date === 'string') {
|
|
75
64
|
date = new Date(date);
|
|
76
65
|
}
|
|
@@ -79,8 +68,7 @@ export function floFriendly(date) {
|
|
|
79
68
|
.toString()
|
|
80
69
|
.padStart(2, '0')} 00:00:00`;
|
|
81
70
|
}
|
|
82
|
-
|
|
83
|
-
export function floFriendlyWithTime(date, timeDate) {
|
|
71
|
+
export function SQLFriendlyWithLocalTime(date, timeDate) {
|
|
84
72
|
if (typeof date === 'string') {
|
|
85
73
|
date = new Date(date);
|
|
86
74
|
}
|
|
@@ -90,63 +78,31 @@ export function floFriendlyWithTime(date, timeDate) {
|
|
|
90
78
|
return `${date.getFullYear()}-${(date.getMonth() + 1).toString().padStart(2, '0')}-${date
|
|
91
79
|
.getDate()
|
|
92
80
|
.toString()
|
|
93
|
-
.padStart(2, '0')} ${
|
|
81
|
+
.padStart(2, '0')} ${localTimeFormat.format(timeDate ?? date)}`;
|
|
94
82
|
}
|
|
95
|
-
export
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
83
|
+
export const localTimeFormat = new Intl.DateTimeFormat('en-GB', {
|
|
84
|
+
hour: '2-digit',
|
|
85
|
+
hourCycle: 'h23',
|
|
86
|
+
minute: '2-digit',
|
|
87
|
+
second: '2-digit',
|
|
88
|
+
timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone
|
|
89
|
+
});
|
|
90
|
+
export function passthrough(e) {
|
|
91
|
+
if (!e.key.match(/^[a-zA-Z0-9[\]]$/gm)) {
|
|
92
|
+
return;
|
|
101
93
|
}
|
|
102
|
-
|
|
103
|
-
.getDate()
|
|
104
|
-
.toString()
|
|
105
|
-
.padStart(2, '0')} ${local.format(timeDate ?? date)}`;
|
|
94
|
+
e.target.blur();
|
|
106
95
|
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
96
|
+
let __canvas;
|
|
97
|
+
export function getCanvasContext() {
|
|
98
|
+
if (!__canvas) {
|
|
99
|
+
__canvas = document.createElement('canvas');
|
|
100
|
+
const canvasContext = __canvas.getContext('2d');
|
|
101
|
+
canvasContext.font = '700 16px LatoWeb';
|
|
102
|
+
return canvasContext;
|
|
103
|
+
}
|
|
104
|
+
return __canvas.getContext('2d');
|
|
111
105
|
}
|
|
112
|
-
// export function tryCatchOnprod: <T>(
|
|
113
|
-
// callback: () => Promise<T | IErrorResponse>
|
|
114
|
-
// ) => Promise<T | IErrorResponse> = async (callback) => {
|
|
115
|
-
// try {
|
|
116
|
-
// return await callback();
|
|
117
|
-
// } catch (e) {
|
|
118
|
-
// if (dev) {
|
|
119
|
-
// console.log('Error response:');
|
|
120
|
-
// console.log(e);
|
|
121
|
-
// } else {
|
|
122
|
-
// console.log("error caught")
|
|
123
|
-
// }
|
|
124
|
-
// if (this.isErrorResponse(e)) {
|
|
125
|
-
// return e;
|
|
126
|
-
// } else if (this.isThrowable(e)) {
|
|
127
|
-
// return {
|
|
128
|
-
// errors: [{ code: 'unknown', message: e.message, originatingService: 'unknown' }],
|
|
129
|
-
// payload: null,
|
|
130
|
-
// statusCode: -1,
|
|
131
|
-
// uuid: null
|
|
132
|
-
// };
|
|
133
|
-
// } else if (typeof e === 'string') {
|
|
134
|
-
// return {
|
|
135
|
-
// errors: [{ code: 'unknown', message: e, originatingService: 'unknown' }],
|
|
136
|
-
// payload: null,
|
|
137
|
-
// statusCode: -1,
|
|
138
|
-
// uuid: null
|
|
139
|
-
// };
|
|
140
|
-
// } else {
|
|
141
|
-
// return {
|
|
142
|
-
// errors: [{ code: 'unknown', message: 'Unknown Error', originatingService: 'unknown' }],
|
|
143
|
-
// payload: null,
|
|
144
|
-
// statusCode: -1,
|
|
145
|
-
// uuid: null
|
|
146
|
-
// };
|
|
147
|
-
// }
|
|
148
|
-
// }
|
|
149
|
-
// };
|
|
150
106
|
export function isErrorResponse(error) {
|
|
151
107
|
return (error != null &&
|
|
152
108
|
typeof error === 'object' &&
|
|
@@ -154,26 +110,7 @@ export function isErrorResponse(error) {
|
|
|
154
110
|
(Array.isArray(error.errors) || typeof error.errors === 'string') &&
|
|
155
111
|
!!error.errors.length);
|
|
156
112
|
}
|
|
157
|
-
export function isMessage(response) {
|
|
158
|
-
return (response != null &&
|
|
159
|
-
typeof response === 'object' &&
|
|
160
|
-
'payload' in response &&
|
|
161
|
-
response.payload != null &&
|
|
162
|
-
typeof response.payload === 'object' &&
|
|
163
|
-
'data' in response.payload &&
|
|
164
|
-
(typeof response.payload.data === 'string' ||
|
|
165
|
-
(Array.isArray(response.payload.data) && typeof response.payload.data[0] === 'string')));
|
|
166
|
-
}
|
|
167
|
-
export function isThrowable(error) {
|
|
168
|
-
return (error != null &&
|
|
169
|
-
typeof error === 'object' &&
|
|
170
|
-
'message' in error &&
|
|
171
|
-
typeof error.message === 'string');
|
|
172
|
-
}
|
|
173
113
|
export function getErrorMessage(error, includeUUID = true) {
|
|
174
|
-
if (dev) {
|
|
175
|
-
console.log(error);
|
|
176
|
-
}
|
|
177
114
|
if (!error) {
|
|
178
115
|
return 'Unknown Error';
|
|
179
116
|
}
|
|
@@ -209,282 +146,3 @@ export function isValidEmailAddress(emailAddress) {
|
|
|
209
146
|
.toLowerCase()
|
|
210
147
|
.match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|.(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/);
|
|
211
148
|
}
|
|
212
|
-
export function validateBarcodeCommand(value, allBarcodes, previousValue, hasDynamicParameter = false) {
|
|
213
|
-
const startIndex = value.startsWith('[') ? 1 : 0;
|
|
214
|
-
const endIndex = hasDynamicParameter
|
|
215
|
-
? value.endsWith('-*]')
|
|
216
|
-
? -3
|
|
217
|
-
: undefined
|
|
218
|
-
: value.endsWith(']')
|
|
219
|
-
? -1
|
|
220
|
-
: undefined;
|
|
221
|
-
const inside = value.slice(startIndex, endIndex);
|
|
222
|
-
if ((startIndex == 0 && endIndex != undefined) ||
|
|
223
|
-
(startIndex != 0 && endIndex == undefined) ||
|
|
224
|
-
inside.match(/^[a-z0-9]+$/i) == null) {
|
|
225
|
-
return {
|
|
226
|
-
shouldUpdate: false,
|
|
227
|
-
isError: true,
|
|
228
|
-
reason: {
|
|
229
|
-
result: Validity.Invalid,
|
|
230
|
-
message: 'Command may only include Alphanumeric text in its inner text'
|
|
231
|
-
}
|
|
232
|
-
};
|
|
233
|
-
}
|
|
234
|
-
const reconstructedValue = (startIndex === 0 ? '[' : '') +
|
|
235
|
-
value +
|
|
236
|
-
(endIndex === undefined ? (hasDynamicParameter ? '-*]' : ']') : '');
|
|
237
|
-
if (reconstructedValue === previousValue) {
|
|
238
|
-
return {
|
|
239
|
-
shouldUpdate: false,
|
|
240
|
-
isError: false,
|
|
241
|
-
reason: { result: Validity.Info, message: `Command ${reconstructedValue} was unchanged` }
|
|
242
|
-
};
|
|
243
|
-
}
|
|
244
|
-
if (allBarcodes.has(reconstructedValue)) {
|
|
245
|
-
return {
|
|
246
|
-
shouldUpdate: false,
|
|
247
|
-
isError: true,
|
|
248
|
-
reason: {
|
|
249
|
-
result: Validity.Invalid,
|
|
250
|
-
message: `Command ${reconstructedValue} is already in use`
|
|
251
|
-
}
|
|
252
|
-
};
|
|
253
|
-
}
|
|
254
|
-
return {
|
|
255
|
-
shouldUpdate: true,
|
|
256
|
-
isError: false,
|
|
257
|
-
finalValue: reconstructedValue
|
|
258
|
-
};
|
|
259
|
-
}
|
|
260
|
-
function isValidPrinter(printer) {
|
|
261
|
-
return ('hostname' in printer &&
|
|
262
|
-
typeof printer.hostname === 'string' &&
|
|
263
|
-
'id' in printer &&
|
|
264
|
-
typeof printer.id === 'number' &&
|
|
265
|
-
'ipAddress' in printer &&
|
|
266
|
-
typeof printer.ipAddress === 'string' &&
|
|
267
|
-
'port' in printer &&
|
|
268
|
-
typeof printer.port === 'number' &&
|
|
269
|
-
'printerGroup_id' in printer &&
|
|
270
|
-
typeof printer.printerGroup_id === 'number' &&
|
|
271
|
-
'systemName' in printer &&
|
|
272
|
-
typeof printer.systemName === 'string' &&
|
|
273
|
-
'type' in printer &&
|
|
274
|
-
typeof printer.type === 'string');
|
|
275
|
-
}
|
|
276
|
-
export function isValidLaserPrinter(printer) {
|
|
277
|
-
return isValidPrinter(printer) && printer.type === 'laser';
|
|
278
|
-
}
|
|
279
|
-
export function isValidLabelPrinter(printer) {
|
|
280
|
-
return isValidPrinter(printer) && printer.type === 'label';
|
|
281
|
-
}
|
|
282
|
-
export const getLocalStorageStringOrDefault = (key, defaultValue) => {
|
|
283
|
-
return browser ? (localStorage.getItem(key) ?? defaultValue) : defaultValue;
|
|
284
|
-
};
|
|
285
|
-
export const getLocalStorageIntOrDefault = (key, defaultValue) => {
|
|
286
|
-
if (browser) {
|
|
287
|
-
const value = parseInt(localStorage.getItem(key) ?? '');
|
|
288
|
-
if (!isNaN(value)) {
|
|
289
|
-
return value;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
return defaultValue;
|
|
293
|
-
};
|
|
294
|
-
export const getLocalStorageFloatOrDefault = (key, defaultValue) => {
|
|
295
|
-
if (browser) {
|
|
296
|
-
const value = parseFloat(localStorage.getItem(key) ?? '');
|
|
297
|
-
if (!isNaN(value)) {
|
|
298
|
-
return value;
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
return defaultValue;
|
|
302
|
-
};
|
|
303
|
-
export const getLocalStorageBoolOrDefault = (key, defaultValue) => {
|
|
304
|
-
if (browser) {
|
|
305
|
-
const value = JSON.parse(localStorage.getItem(key) ?? `${defaultValue}`);
|
|
306
|
-
if (typeof value === 'boolean') {
|
|
307
|
-
return value;
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
return defaultValue;
|
|
311
|
-
};
|
|
312
|
-
// TODO remove pointless redeclaration and make name generic
|
|
313
|
-
export const FormatAccountNames = (accounts) => {
|
|
314
|
-
const firstAcc = accounts[0];
|
|
315
|
-
const secondAcc = accounts[1];
|
|
316
|
-
const extraAccs = accounts.length - 2;
|
|
317
|
-
return `${firstAcc?.name}${secondAcc ? (extraAccs > 0 ? ', ' : ' and ') + secondAcc?.name : ''}${extraAccs > 0 ? `, and ${extraAccs} others` : ''}`;
|
|
318
|
-
};
|
|
319
|
-
export const FormatWarehouseNames = FormatAccountNames;
|
|
320
|
-
let __canvas;
|
|
321
|
-
export function getCanvasContext() {
|
|
322
|
-
if (!__canvas) {
|
|
323
|
-
__canvas = document.createElement('canvas');
|
|
324
|
-
const canvasContext = __canvas.getContext('2d');
|
|
325
|
-
canvasContext.font = '700 16px LatoWeb';
|
|
326
|
-
return canvasContext;
|
|
327
|
-
}
|
|
328
|
-
return __canvas.getContext('2d');
|
|
329
|
-
}
|
|
330
|
-
export function assertIsOnBrowser() {
|
|
331
|
-
if (!browser) {
|
|
332
|
-
throw new Error('Called a browser-only function in server side.');
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
export async function asyncMap(array, asyncCallback) {
|
|
336
|
-
return Promise.all(array.map(asyncCallback));
|
|
337
|
-
}
|
|
338
|
-
export async function asyncForEach(array, asyncCallback) {
|
|
339
|
-
await Promise.all(array.map(asyncCallback));
|
|
340
|
-
}
|
|
341
|
-
export async function asyncFlatMap(array, asyncCallback) {
|
|
342
|
-
return (await Promise.all(array.map(asyncCallback))).flat();
|
|
343
|
-
}
|
|
344
|
-
const emptyPromise = new Promise(() => null);
|
|
345
|
-
export async function asyncSome(array, asyncCallback) {
|
|
346
|
-
const promises = array.map(asyncCallback);
|
|
347
|
-
return Promise.race([
|
|
348
|
-
Promise.race(
|
|
349
|
-
// empty promise is required here
|
|
350
|
-
// because otherwise the first false would immediately end the race without checking the rest of the array
|
|
351
|
-
promises.map(async (p) => !!(await p) || emptyPromise)),
|
|
352
|
-
Promise.all(promises).then((r) => r.some(Boolean))
|
|
353
|
-
]);
|
|
354
|
-
}
|
|
355
|
-
export const vowels = new Set(['a', 'e', 'i', 'o', 'u']);
|
|
356
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
357
|
-
export function assertUnreachable(_) {
|
|
358
|
-
throw new Error("Didn't expect to get here");
|
|
359
|
-
}
|
|
360
|
-
export function isFocusable(item) {
|
|
361
|
-
if (item.tabIndex < 0) {
|
|
362
|
-
return false;
|
|
363
|
-
}
|
|
364
|
-
switch (item.tagName) {
|
|
365
|
-
case 'A':
|
|
366
|
-
return !!item.href;
|
|
367
|
-
case 'INPUT':
|
|
368
|
-
return item.type !== 'hidden' && !item.disabled;
|
|
369
|
-
case 'SELECT':
|
|
370
|
-
case 'TEXTAREA':
|
|
371
|
-
case 'BUTTON':
|
|
372
|
-
return !item.disabled;
|
|
373
|
-
default:
|
|
374
|
-
return false;
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
export function focusNextFocusable(element) {
|
|
378
|
-
for (const child of element.children) {
|
|
379
|
-
if (isFocusable(child)) {
|
|
380
|
-
child.focus();
|
|
381
|
-
return true;
|
|
382
|
-
}
|
|
383
|
-
if (focusNextFocusable(child)) {
|
|
384
|
-
return true;
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
return false;
|
|
388
|
-
}
|
|
389
|
-
export const readonly = { readOnly: true };
|
|
390
|
-
export function assert(schema, value) {
|
|
391
|
-
if (dev) {
|
|
392
|
-
try {
|
|
393
|
-
Value.Assert(schema, value);
|
|
394
|
-
}
|
|
395
|
-
catch (e) {
|
|
396
|
-
console.log(e);
|
|
397
|
-
if (e && typeof e === 'object' && 'error' in e) {
|
|
398
|
-
console.log(e?.error);
|
|
399
|
-
}
|
|
400
|
-
// eslint-disable-next-line no-debugger
|
|
401
|
-
debugger;
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
export function toFloFriendlyWithLocalTime(date) {
|
|
406
|
-
return {
|
|
407
|
-
...date,
|
|
408
|
-
value: date.value && floFriendlyWithLocalTime(date.value, date.podValue)
|
|
409
|
-
};
|
|
410
|
-
}
|
|
411
|
-
/** @deprecated Use toFloFriendlyWithLocalTime() instead */
|
|
412
|
-
export function toFloFriendlyWithTime(date) {
|
|
413
|
-
return {
|
|
414
|
-
...date,
|
|
415
|
-
value: date.value && floFriendlyWithTime(date.value, date.podValue)
|
|
416
|
-
};
|
|
417
|
-
}
|
|
418
|
-
export function saveBlob(blob, fileName) {
|
|
419
|
-
const a = document.createElement('a');
|
|
420
|
-
document.body.appendChild(a);
|
|
421
|
-
a.style.display = 'none';
|
|
422
|
-
const url = window.URL.createObjectURL(blob);
|
|
423
|
-
a.href = url;
|
|
424
|
-
a.download = fileName;
|
|
425
|
-
a.click();
|
|
426
|
-
window.URL.revokeObjectURL(url);
|
|
427
|
-
}
|
|
428
|
-
export function isAttributeMissing(item) {
|
|
429
|
-
return !item.value?.trim();
|
|
430
|
-
}
|
|
431
|
-
export function isAttributeInvalid(item) {
|
|
432
|
-
return item.value?.trim().toLocaleUpperCase() !== item.podValue?.trim().toLocaleUpperCase();
|
|
433
|
-
}
|
|
434
|
-
export function isAttributeDateInvalid(item) {
|
|
435
|
-
return (!item.value ||
|
|
436
|
-
!Date.parse(item.value) ||
|
|
437
|
-
new Date(item.podValue).toLocaleDateString() !== new Date(item.value).toLocaleDateString());
|
|
438
|
-
}
|
|
439
|
-
export async function asyncSleep(delay) {
|
|
440
|
-
await new Promise((r) => setTimeout(r, delay));
|
|
441
|
-
}
|
|
442
|
-
export function getOrCreateDeviceUUID() {
|
|
443
|
-
if (browser) {
|
|
444
|
-
const foundDeviceUuid = localStorage.getItem('device_uuid');
|
|
445
|
-
if (foundDeviceUuid) {
|
|
446
|
-
return foundDeviceUuid;
|
|
447
|
-
}
|
|
448
|
-
const newDeviceUuid = generateUUID();
|
|
449
|
-
localStorage.setItem('device_uuid', newDeviceUuid);
|
|
450
|
-
return newDeviceUuid;
|
|
451
|
-
}
|
|
452
|
-
return 'sveltekit-backend';
|
|
453
|
-
}
|
|
454
|
-
export function passthrough(e) {
|
|
455
|
-
if (!e.key.match(/^[a-zA-Z0-9[\]]$/gm)) {
|
|
456
|
-
return;
|
|
457
|
-
}
|
|
458
|
-
e.target.blur();
|
|
459
|
-
}
|
|
460
|
-
// taken from https://stackoverflow.com/a/8809472/18712055
|
|
461
|
-
export function generateUUID() {
|
|
462
|
-
let d = new Date().getTime(), d2 = (typeof performance !== 'undefined' && performance.now && performance.now() * 1000) || 0;
|
|
463
|
-
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, (c) => {
|
|
464
|
-
let r = Math.random() * 16;
|
|
465
|
-
if (d > 0) {
|
|
466
|
-
r = (d + r) % 16 | 0;
|
|
467
|
-
d = Math.floor(d / 16);
|
|
468
|
-
}
|
|
469
|
-
else {
|
|
470
|
-
r = (d2 + r) % 16 | 0;
|
|
471
|
-
d2 = Math.floor(d2 / 16);
|
|
472
|
-
}
|
|
473
|
-
return (c == 'x' ? r : (r & 0x7) | 0x8).toString(16);
|
|
474
|
-
});
|
|
475
|
-
}
|
|
476
|
-
// generic is present to bypass floatAlias type requirements and the like
|
|
477
|
-
export function generateShortUUID() {
|
|
478
|
-
return generateUUID().substring(0, 13);
|
|
479
|
-
}
|
|
480
|
-
export function refWrapper(initial) {
|
|
481
|
-
let value = $state(initial);
|
|
482
|
-
return {
|
|
483
|
-
get value() {
|
|
484
|
-
return value;
|
|
485
|
-
},
|
|
486
|
-
set value(v) {
|
|
487
|
-
value = v;
|
|
488
|
-
}
|
|
489
|
-
};
|
|
490
|
-
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { SQLDate } from '../Internal/Misc.js';
|
|
2
2
|
import type { ExampleSelectEnum } from './ExampleSelectEnum.js';
|
|
3
3
|
export interface ExampleItem {
|
|
4
4
|
id: number;
|
|
@@ -8,8 +8,8 @@ export interface ExampleItem {
|
|
|
8
8
|
someNumber: number | null;
|
|
9
9
|
someDate: Date | null;
|
|
10
10
|
someDateWithTime: Date | null;
|
|
11
|
-
floDate:
|
|
12
|
-
floDateWithTime:
|
|
11
|
+
floDate: SQLDate | null;
|
|
12
|
+
floDateWithTime: SQLDate | null;
|
|
13
13
|
someSelect: ExampleSelectEnum | null;
|
|
14
14
|
someBubbles: string[];
|
|
15
15
|
}
|