@nerdjs/sales-kit 2.1.9 → 2.2.1
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/entities/index.d.ts +4 -1
- package/dist/entities/index.js +4 -1
- package/dist/entities/index.js.map +1 -1
- package/dist/entities/mapUpdate/helper.d.ts +1 -0
- package/dist/entities/mapUpdate/helper.js +9 -0
- package/dist/entities/mapUpdate/helper.js.map +1 -1
- package/dist/entities/mapUpdate/mapUpdate.d.ts +11 -22
- package/dist/entities/mapUpdate/mapUpdate.js +24 -28
- package/dist/entities/mapUpdate/mapUpdate.js.map +1 -1
- package/dist/entities/mapUpdateV1/helper.d.ts +5 -0
- package/dist/entities/mapUpdateV1/helper.js +16 -0
- package/dist/entities/mapUpdateV1/helper.js.map +1 -0
- package/dist/entities/mapUpdateV1/index.d.ts +2 -0
- package/dist/entities/mapUpdateV1/index.js +3 -0
- package/dist/entities/mapUpdateV1/index.js.map +1 -0
- package/dist/entities/mapUpdateV1/mapUpdateV1.d.ts +28 -0
- package/dist/entities/mapUpdateV1/mapUpdateV1.js +41 -0
- package/dist/entities/mapUpdateV1/mapUpdateV1.js.map +1 -0
- package/dist/entities/quoteV1/helper.d.ts +5 -0
- package/dist/entities/quoteV1/helper.js +16 -0
- package/dist/entities/quoteV1/helper.js.map +1 -0
- package/dist/entities/quoteV1/index.d.ts +2 -0
- package/dist/entities/quoteV1/index.js +3 -0
- package/dist/entities/quoteV1/index.js.map +1 -0
- package/dist/entities/quoteV1/quoteV1.d.ts +126 -0
- package/dist/entities/quoteV1/quoteV1.js +279 -0
- package/dist/entities/quoteV1/quoteV1.js.map +1 -0
- package/dist/entities/rejectionReason/helper.d.ts +5 -0
- package/dist/entities/rejectionReason/helper.js +16 -0
- package/dist/entities/rejectionReason/helper.js.map +1 -0
- package/dist/entities/rejectionReason/index.d.ts +2 -0
- package/dist/entities/rejectionReason/index.js +3 -0
- package/dist/entities/rejectionReason/index.js.map +1 -0
- package/dist/entities/rejectionReason/rejectionReason.d.ts +8 -0
- package/dist/entities/rejectionReason/rejectionReason.js +33 -0
- package/dist/entities/rejectionReason/rejectionReason.js.map +1 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.js +1 -0
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/lep/checkList.d.ts +10 -0
- package/dist/hooks/lep/checkList.js +114 -0
- package/dist/hooks/lep/checkList.js.map +1 -0
- package/dist/hooks/lep/constants.d.ts +7 -0
- package/dist/hooks/lep/constants.js +56 -0
- package/dist/hooks/lep/constants.js.map +1 -0
- package/dist/hooks/lep/helpers.d.ts +4 -0
- package/dist/hooks/lep/helpers.js +45 -0
- package/dist/hooks/lep/helpers.js.map +1 -0
- package/dist/hooks/lep/index.d.ts +42 -0
- package/dist/hooks/lep/index.js +43 -0
- package/dist/hooks/lep/index.js.map +1 -0
- package/dist/hooks/lep/lepAccessorials.d.ts +7 -0
- package/dist/hooks/lep/lepAccessorials.js +213 -0
- package/dist/hooks/lep/lepAccessorials.js.map +1 -0
- package/dist/hooks/lep/lepActionBar.d.ts +10 -0
- package/dist/hooks/lep/lepActionBar.js +345 -0
- package/dist/hooks/lep/lepActionBar.js.map +1 -0
- package/dist/hooks/lep/lepAdjustments.d.ts +7 -0
- package/dist/hooks/lep/lepAdjustments.js +266 -0
- package/dist/hooks/lep/lepAdjustments.js.map +1 -0
- package/dist/hooks/lep/lepAppointmentArrivals.d.ts +6 -0
- package/dist/hooks/lep/lepAppointmentArrivals.js +103 -0
- package/dist/hooks/lep/lepAppointmentArrivals.js.map +1 -0
- package/dist/hooks/lep/lepClaims.d.ts +6 -0
- package/dist/hooks/lep/lepClaims.js +472 -0
- package/dist/hooks/lep/lepClaims.js.map +1 -0
- package/dist/hooks/lep/lepCommodities.d.ts +6 -0
- package/dist/hooks/lep/lepCommodities.js +473 -0
- package/dist/hooks/lep/lepCommodities.js.map +1 -0
- package/dist/hooks/lep/lepComponents.d.ts +7 -0
- package/dist/hooks/lep/lepComponents.js +13 -0
- package/dist/hooks/lep/lepComponents.js.map +1 -0
- package/dist/hooks/lep/lepConsolidations.d.ts +6 -0
- package/dist/hooks/lep/lepConsolidations.js +89 -0
- package/dist/hooks/lep/lepConsolidations.js.map +1 -0
- package/dist/hooks/lep/lepCustomerContacts.d.ts +6 -0
- package/dist/hooks/lep/lepCustomerContacts.js +418 -0
- package/dist/hooks/lep/lepCustomerContacts.js.map +1 -0
- package/dist/hooks/lep/lepCustomerInfo.d.ts +6 -0
- package/dist/hooks/lep/lepCustomerInfo.js +66 -0
- package/dist/hooks/lep/lepCustomerInfo.js.map +1 -0
- package/dist/hooks/lep/lepCustomerPeople.d.ts +6 -0
- package/dist/hooks/lep/lepCustomerPeople.js +293 -0
- package/dist/hooks/lep/lepCustomerPeople.js.map +1 -0
- package/dist/hooks/lep/lepCustomerSalesNotes.d.ts +6 -0
- package/dist/hooks/lep/lepCustomerSalesNotes.js +51 -0
- package/dist/hooks/lep/lepCustomerSalesNotes.js.map +1 -0
- package/dist/hooks/lep/lepCustomersAccessorials.d.ts +5 -0
- package/dist/hooks/lep/lepCustomersAccessorials.js +160 -0
- package/dist/hooks/lep/lepCustomersAccessorials.js.map +1 -0
- package/dist/hooks/lep/lepDateInputCell.d.ts +8 -0
- package/dist/hooks/lep/lepDateInputCell.js +48 -0
- package/dist/hooks/lep/lepDateInputCell.js.map +1 -0
- package/dist/hooks/lep/lepDispatches.d.ts +13 -0
- package/dist/hooks/lep/lepDispatches.js +206 -0
- package/dist/hooks/lep/lepDispatches.js.map +1 -0
- package/dist/hooks/lep/lepDocuments.d.ts +6 -0
- package/dist/hooks/lep/lepDocuments.js +304 -0
- package/dist/hooks/lep/lepDocuments.js.map +1 -0
- package/dist/hooks/lep/lepEDI.d.ts +11 -0
- package/dist/hooks/lep/lepEDI.js +226 -0
- package/dist/hooks/lep/lepEDI.js.map +1 -0
- package/dist/hooks/lep/lepHosLogs.d.ts +4 -0
- package/dist/hooks/lep/lepHosLogs.js +134 -0
- package/dist/hooks/lep/lepHosLogs.js.map +1 -0
- package/dist/hooks/lep/lepInvoiceAdjustment.d.ts +1 -0
- package/dist/hooks/lep/lepInvoiceAdjustment.js +101 -0
- package/dist/hooks/lep/lepInvoiceAdjustment.js.map +1 -0
- package/dist/hooks/lep/lepInvoiceDetails.d.ts +1 -0
- package/dist/hooks/lep/lepInvoiceDetails.js +185 -0
- package/dist/hooks/lep/lepInvoiceDetails.js.map +1 -0
- package/dist/hooks/lep/lepInvoiceLineItems.d.ts +6 -0
- package/dist/hooks/lep/lepInvoiceLineItems.js +124 -0
- package/dist/hooks/lep/lepInvoiceLineItems.js.map +1 -0
- package/dist/hooks/lep/lepKickbacks.d.ts +6 -0
- package/dist/hooks/lep/lepKickbacks.js +436 -0
- package/dist/hooks/lep/lepKickbacks.js.map +1 -0
- package/dist/hooks/lep/lepLoadChanges.d.ts +6 -0
- package/dist/hooks/lep/lepLoadChanges.js +67 -0
- package/dist/hooks/lep/lepLoadChanges.js.map +1 -0
- package/dist/hooks/lep/lepLoadInfo.d.ts +6 -0
- package/dist/hooks/lep/lepLoadInfo.js +246 -0
- package/dist/hooks/lep/lepLoadInfo.js.map +1 -0
- package/dist/hooks/lep/lepLoadLocation.d.ts +3 -0
- package/dist/hooks/lep/lepLoadLocation.js +189 -0
- package/dist/hooks/lep/lepLoadLocation.js.map +1 -0
- package/dist/hooks/lep/lepLoadNotes.d.ts +6 -0
- package/dist/hooks/lep/lepLoadNotes.js +43 -0
- package/dist/hooks/lep/lepLoadNotes.js.map +1 -0
- package/dist/hooks/lep/lepNotifications.d.ts +6 -0
- package/dist/hooks/lep/lepNotifications.js +105 -0
- package/dist/hooks/lep/lepNotifications.js.map +1 -0
- package/dist/hooks/lep/lepPossibleIssues.d.ts +6 -0
- package/dist/hooks/lep/lepPossibleIssues.js +140 -0
- package/dist/hooks/lep/lepPossibleIssues.js.map +1 -0
- package/dist/hooks/lep/lepQuoteResult.d.ts +1 -0
- package/dist/hooks/lep/lepQuoteResult.js +58 -0
- package/dist/hooks/lep/lepQuoteResult.js.map +1 -0
- package/dist/hooks/lep/lepRateLogs.d.ts +6 -0
- package/dist/hooks/lep/lepRateLogs.js +216 -0
- package/dist/hooks/lep/lepRateLogs.js.map +1 -0
- package/dist/hooks/lep/lepRateReviews.d.ts +6 -0
- package/dist/hooks/lep/lepRateReviews.js +183 -0
- package/dist/hooks/lep/lepRateReviews.js.map +1 -0
- package/dist/hooks/lep/lepShipcons.d.ts +13 -0
- package/dist/hooks/lep/lepShipcons.js +1353 -0
- package/dist/hooks/lep/lepShipcons.js.map +1 -0
- package/dist/hooks/lep/lepStyledDataGrid.d.ts +10 -0
- package/dist/hooks/lep/lepStyledDataGrid.js +82 -0
- package/dist/hooks/lep/lepStyledDataGrid.js.map +1 -0
- package/dist/hooks/lep/lepTendersWidget.d.ts +6 -0
- package/dist/hooks/lep/lepTendersWidget.js +100 -0
- package/dist/hooks/lep/lepTendersWidget.js.map +1 -0
- package/dist/hooks/lep/lepTimeInputCell.d.ts +8 -0
- package/dist/hooks/lep/lepTimeInputCell.js +48 -0
- package/dist/hooks/lep/lepTimeInputCell.js.map +1 -0
- package/dist/hooks/lep/lepUserNotes.d.ts +13 -0
- package/dist/hooks/lep/lepUserNotes.js +185 -0
- package/dist/hooks/lep/lepUserNotes.js.map +1 -0
- package/dist/hooks/lep/lepWidget.d.ts +14 -0
- package/dist/hooks/lep/lepWidget.js +62 -0
- package/dist/hooks/lep/lepWidget.js.map +1 -0
- package/dist/hooks/lep/lepWorkflowEvents.d.ts +6 -0
- package/dist/hooks/lep/lepWorkflowEvents.js +85 -0
- package/dist/hooks/lep/lepWorkflowEvents.js.map +1 -0
- package/dist/hooks/lep/loadEditPanel.d.ts +10 -0
- package/dist/hooks/lep/loadEditPanel.js +580 -0
- package/dist/hooks/lep/loadEditPanel.js.map +1 -0
- package/dist/hooks/lep/nerdMap/nerdMap.d.ts +10 -0
- package/dist/hooks/lep/nerdMap/nerdMap.js +69 -0
- package/dist/hooks/lep/nerdMap/nerdMap.js.map +1 -0
- package/dist/hooks/lep/virtualizedAutocompleteList.d.ts +9 -0
- package/dist/hooks/lep/virtualizedAutocompleteList.js +42 -0
- package/dist/hooks/lep/virtualizedAutocompleteList.js.map +1 -0
- package/dist/hooks/load/loadDrawer.d.ts +4 -0
- package/dist/hooks/load/loadDrawer.js +7 -26
- package/dist/hooks/load/loadDrawer.js.map +1 -1
- package/dist/hooks/load/loadsSearchInput.js +48 -8
- package/dist/hooks/load/loadsSearchInput.js.map +1 -1
- package/dist/hooks/quote/form.js +3 -3
- package/dist/hooks/quote/form.js.map +1 -1
- package/dist/hooks/quote/helpers.js +1 -1
- package/dist/hooks/quote/helpers.js.map +1 -1
- package/dist/hooks/quote/result.js +2 -2
- package/dist/hooks/quote/result.js.map +1 -1
- package/dist/redux/api/salesApi.d.ts +1 -1
- package/dist/redux/api/salesApi.js +3 -0
- package/dist/redux/api/salesApi.js.map +1 -1
- package/dist/redux/apiTender/apiTenderEndpoints.d.ts +14 -10
- package/dist/redux/appointmentArrival/appointmentArrivalEndpoints.d.ts +16 -12
- package/dist/redux/appointmentIssue/appointmentIssueEndpoints.d.ts +14 -10
- package/dist/redux/appointmentIssueCategory/appointmentIssueCategoryEndpoints.d.ts +15 -11
- package/dist/redux/appointmentIssueSubcategory/appointmentIssueSubcategoryEndpoints.d.ts +14 -10
- package/dist/redux/appointmentNote/appointmentNoteEndpoints.d.ts +14 -10
- package/dist/redux/appointmentNoteType/appointmentNoteTypeEndpoints.d.ts +14 -10
- package/dist/redux/appointmentTrip/appointmentTripEndpoints.d.ts +14 -10
- package/dist/redux/archerFile/archerFileEndpoints.d.ts +13 -13
- package/dist/redux/asset/assetEndpoints.d.ts +20 -12
- package/dist/redux/billingKickback/billingKickbackEndpoints.d.ts +15 -11
- package/dist/redux/billingKickbackResponse/billingKickbackResponseEndpoints.d.ts +14 -10
- package/dist/redux/billingKickbackResponseAccessorial/billingKickbackResponseAccessorialEndpoints.d.ts +14 -10
- package/dist/redux/billingMessage/billingMessageEndpoints.d.ts +13 -9
- package/dist/redux/billingNote/billingNoteEndpoints.d.ts +14 -10
- package/dist/redux/cargoConsolidation/cargoConsolidationEndpoints.d.ts +23 -19
- package/dist/redux/cargoConsolidationCommodityPiece/cargoConsolidationCommodityPieceEndpoints.d.ts +14 -10
- package/dist/redux/carrierName/carrierNameEndpoints.d.ts +21 -13
- package/dist/redux/carrierPayContract/carrierPayContractEndpoints.d.ts +14 -10
- package/dist/redux/carrierTender/carrierTenderEndpoints.d.ts +21 -17
- package/dist/redux/carrierTenderAccessorial/carrierTenderAccessorialEndpoints.d.ts +14 -10
- package/dist/redux/carrierTenderDeduction/carrierTenderDeductionEndpoints.d.ts +14 -10
- package/dist/redux/carrierTenderEdge/carrierTenderEdgeEndpoints.d.ts +13 -9
- package/dist/redux/claim/claimEndpoints.d.ts +20 -16
- package/dist/redux/claimStatus/claimStatusEndpoints.d.ts +13 -9
- package/dist/redux/commoditiesTasksSlice/commoditiesTasksSelectors.d.ts +11 -0
- package/dist/redux/commoditiesTasksSlice/commoditiesTasksSelectors.js +6 -0
- package/dist/redux/commoditiesTasksSlice/commoditiesTasksSelectors.js.map +1 -0
- package/dist/redux/commoditiesTasksSlice/commoditiesTasksSlice.d.ts +19 -0
- package/dist/redux/commoditiesTasksSlice/commoditiesTasksSlice.js +22 -0
- package/dist/redux/commoditiesTasksSlice/commoditiesTasksSlice.js.map +1 -0
- package/dist/redux/commodity/commodityEndpoints.d.ts +14 -10
- package/dist/redux/commodityV1/commodityV1Endpoints.d.ts +15 -11
- package/dist/redux/companyLocation/companyLocationEndpoints.d.ts +14 -10
- package/dist/redux/contact/contactEndpoints.d.ts +10 -10
- package/dist/redux/contract/contractEndpoints.d.ts +14 -10
- package/dist/redux/contractsRecord/contractsRecordEndpoints.d.ts +16 -12
- package/dist/redux/customer/customerEndpoints.d.ts +21 -17
- package/dist/redux/customerContract/customerContractEndpoints.d.ts +14 -10
- package/dist/redux/customersAccessorial/customersAccessorialEndpoints.d.ts +9 -9
- package/dist/redux/deduction/deductionEndpoints.d.ts +13 -9
- package/dist/redux/departmentPhone/departmentPhoneEndpoints.d.ts +14 -10
- package/dist/redux/dispatch/dispatchEndpoints.d.ts +14 -10
- package/dist/redux/driver/driverEndpoints.d.ts +14 -10
- package/dist/redux/driverName/driverNameEndpoints.d.ts +13 -9
- package/dist/redux/driverV1/driverV1Endpoints.d.ts +13 -9
- package/dist/redux/employeeName/employeeNameEndpoints.d.ts +13 -9
- package/dist/redux/flag/flagEndpoints.d.ts +13 -9
- package/dist/redux/generalLedgerAccount/generalLedgerAccountEndpoints.d.ts +14 -10
- package/dist/redux/genericTender/genericTenderEndpoints.d.ts +16 -10
- package/dist/redux/genericTender/genericTenderEndpoints.js +3 -2
- package/dist/redux/genericTender/genericTenderEndpoints.js.map +1 -1
- package/dist/redux/holiday/holidayEndpoints.d.ts +14 -10
- package/dist/redux/index.d.ts +6 -0
- package/dist/redux/index.js +6 -0
- package/dist/redux/index.js.map +1 -1
- package/dist/redux/invoice/invoiceEndpoints.d.ts +14 -10
- package/dist/redux/invoiceAdjustment/invoiceAdjustmentEndpoints.d.ts +14 -10
- package/dist/redux/invoiceV1/invoiceV1Endpoints.d.ts +15 -11
- package/dist/redux/lep/index.d.ts +2 -0
- package/dist/redux/lep/index.js +3 -0
- package/dist/redux/lep/index.js.map +1 -0
- package/dist/redux/lep/lepSelectors.d.ts +38 -0
- package/dist/redux/lep/lepSelectors.js +43 -0
- package/dist/redux/lep/lepSelectors.js.map +1 -0
- package/dist/redux/lep/lepSlice.d.ts +24 -0
- package/dist/redux/lep/lepSlice.js +34 -0
- package/dist/redux/lep/lepSlice.js.map +1 -0
- package/dist/redux/load/loadDrawerSlice.d.ts +4 -5
- package/dist/redux/load/loadDrawerSlice.js +6 -6
- package/dist/redux/load/loadDrawerSlice.js.map +1 -1
- package/dist/redux/load/loadEndpoints.d.ts +16 -12
- package/dist/redux/loadAdjustment/loadAdjustmentEndpoints.d.ts +14 -10
- package/dist/redux/loadAdjustmentV1/loadAdjustmentV1Endpoints.d.ts +14 -10
- package/dist/redux/loadInfoTasksSlice/index.d.ts +2 -0
- package/dist/redux/loadInfoTasksSlice/index.js +3 -0
- package/dist/redux/loadInfoTasksSlice/index.js.map +1 -0
- package/dist/redux/loadInfoTasksSlice/loadInfoTasksSelectors.d.ts +11 -0
- package/dist/redux/loadInfoTasksSlice/loadInfoTasksSelectors.js +6 -0
- package/dist/redux/loadInfoTasksSlice/loadInfoTasksSelectors.js.map +1 -0
- package/dist/redux/loadInfoTasksSlice/loadInfoTasksSlice.d.ts +20 -0
- package/dist/redux/loadInfoTasksSlice/loadInfoTasksSlice.js +22 -0
- package/dist/redux/loadInfoTasksSlice/loadInfoTasksSlice.js.map +1 -0
- package/dist/redux/loadTender/loadTenderEndpoints.d.ts +16 -12
- package/dist/redux/loadTenderView/index.d.ts +2 -0
- package/dist/redux/loadTenderView/index.js +3 -0
- package/dist/redux/loadTenderView/index.js.map +1 -0
- package/dist/redux/loadTenderView/loadTenderViewEndpoints.d.ts +45 -0
- package/dist/redux/loadTenderView/loadTenderViewEndpoints.js +63 -0
- package/dist/redux/loadTenderView/loadTenderViewEndpoints.js.map +1 -0
- package/dist/redux/loadV1/loadV1Endpoints.d.ts +62 -58
- package/dist/redux/location/locationEndpoints.d.ts +19 -15
- package/dist/redux/locationV1/locationV1Endpoints.d.ts +23 -19
- package/dist/redux/manualCheckCall/manualCheckCallEndpoints.d.ts +14 -10
- package/dist/redux/mapUpdate/index.d.ts +2 -0
- package/dist/redux/mapUpdate/index.js +3 -0
- package/dist/redux/mapUpdate/index.js.map +1 -0
- package/dist/redux/mapUpdate/mapUpdateEndpoints.d.ts +6 -0
- package/dist/redux/mapUpdate/mapUpdateEndpoints.js +15 -0
- package/dist/redux/mapUpdate/mapUpdateEndpoints.js.map +1 -0
- package/dist/redux/nmfcClass/nmfcClassEndpoints.d.ts +13 -9
- package/dist/redux/nodeName/nodeNameEndpoints.d.ts +14 -10
- package/dist/redux/notification/notificationEndpoints.d.ts +17 -13
- package/dist/redux/otrDispatch/otrDispatchEndpoints.d.ts +27 -23
- package/dist/redux/person/personEndpoints.d.ts +16 -12
- package/dist/redux/personName/personNameEndpoints.d.ts +14 -10
- package/dist/redux/position/positionEndpoints.d.ts +14 -10
- package/dist/redux/possibleIssueItem/possibleIssueItemEndpoints.d.ts +13 -9
- package/dist/redux/quote/index.d.ts +3 -2
- package/dist/redux/quote/index.js +3 -2
- package/dist/redux/quote/index.js.map +1 -1
- package/dist/redux/quote/quoteAction.d.ts +10 -4
- package/dist/redux/quote/quoteAction.js +9 -0
- package/dist/redux/quote/quoteAction.js.map +1 -1
- package/dist/redux/quote/quoteCustomerPortalEndpoints.d.ts +38 -0
- package/dist/redux/quote/quoteCustomerPortalEndpoints.js +83 -0
- package/dist/redux/quote/quoteCustomerPortalEndpoints.js.map +1 -0
- package/dist/redux/quote/quoteHooks.d.ts +6 -21
- package/dist/redux/quote/quoteHooks.js +3 -3
- package/dist/redux/quote/quoteHooks.js.map +1 -1
- package/dist/redux/quote/quoteReducer.d.ts +27 -0
- package/dist/redux/quote/quoteReducer.js +6 -1
- package/dist/redux/quote/quoteReducer.js.map +1 -1
- package/dist/redux/quote/quoteSalesEndpoints.d.ts +70 -0
- package/dist/redux/quote/{quoteEndpoints.js → quoteSalesEndpoints.js} +23 -43
- package/dist/redux/quote/quoteSalesEndpoints.js.map +1 -0
- package/dist/redux/quote/{quoteSelector.d.ts → quoteSelectors.d.ts} +5 -0
- package/dist/redux/quote/{quoteSelector.js → quoteSelectors.js} +3 -1
- package/dist/redux/quote/quoteSelectors.js.map +1 -0
- package/dist/redux/quoteAccessorial/quoteAccessorialEndpoints.d.ts +9 -9
- package/dist/redux/quoteAccessorialV1/quoteAccessorialV1Endpoints.d.ts +14 -10
- package/dist/redux/rateReview/rateReviewEndpoints.d.ts +14 -10
- package/dist/redux/rejectionReason/index.d.ts +2 -0
- package/dist/redux/rejectionReason/index.js +3 -0
- package/dist/redux/rejectionReason/index.js.map +1 -0
- package/dist/redux/rejectionReason/rejectionReasonEndpoints.d.ts +29 -0
- package/dist/redux/rejectionReason/rejectionReasonEndpoints.js +67 -0
- package/dist/redux/rejectionReason/rejectionReasonEndpoints.js.map +1 -0
- package/dist/redux/relayCode/relayCodeEndpoints.d.ts +15 -11
- package/dist/redux/salesKitReducer.d.ts +12 -0
- package/dist/redux/salesKitReducer.js +8 -0
- package/dist/redux/salesKitReducer.js.map +1 -1
- package/dist/redux/shipConDispatch/shipConDispatchEndpoints.d.ts +15 -11
- package/dist/redux/shipConETA/shipConETAEndpoints.d.ts +14 -10
- package/dist/redux/shipcon/shipconEndpoints.d.ts +15 -11
- package/dist/redux/shipconV1/shipconV1Endpoints.d.ts +23 -19
- package/dist/redux/shipconV1/shipconV1Endpoints.js.map +1 -1
- package/dist/redux/shipconsTasksSlice/index.d.ts +2 -0
- package/dist/redux/shipconsTasksSlice/index.js +3 -0
- package/dist/redux/shipconsTasksSlice/index.js.map +1 -0
- package/dist/redux/shipconsTasksSlice/shipconsTasksSelectors.d.ts +11 -0
- package/dist/redux/shipconsTasksSlice/shipconsTasksSelectors.js +6 -0
- package/dist/redux/shipconsTasksSlice/shipconsTasksSelectors.js.map +1 -0
- package/dist/redux/shipconsTasksSlice/shipconsTasksSlice.d.ts +19 -0
- package/dist/redux/shipconsTasksSlice/shipconsTasksSlice.js +22 -0
- package/dist/redux/shipconsTasksSlice/shipconsTasksSlice.js.map +1 -0
- package/dist/redux/tender/tenderEndpoints.d.ts +9 -9
- package/dist/redux/trailerAvailability/customerEndpoints.d.ts +4 -4
- package/dist/redux/trailerCode/trailerCodeEndpoints.d.ts +13 -9
- package/dist/redux/unitV1/unitV1Endpoints.d.ts +13 -9
- package/dist/redux/userNoteV1/userNoteV1Endpoints.d.ts +14 -10
- package/package.json +5 -2
- package/dist/redux/quote/quoteEndpoints.d.ts +0 -82
- package/dist/redux/quote/quoteEndpoints.js.map +0 -1
- package/dist/redux/quote/quoteSelector.js.map +0 -1
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EntityState } from "@reduxjs/toolkit";
|
|
2
|
+
import { QuoteResponse_Entity } from "../../entities";
|
|
3
|
+
import Quote_Entity, { CheckPallet_Entity, CostBreakdown_Entity, MarketCost_Entity, PalletDimensions_Entity } from "../../entities/quote/quote";
|
|
4
|
+
import { ICommodityDescription } from "./quoteState";
|
|
5
|
+
export declare const quoteCustomerPortalEndpoints: import("@reduxjs/toolkit/query").Api<(args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, {
|
|
6
|
+
getCustomerPortalQuotes: import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", EntityState<QuoteResponse_Entity>, "salesApi">;
|
|
7
|
+
getCustomerPortalQuote: import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", QuoteResponse_Entity, "salesApi">;
|
|
8
|
+
createCustomerPortalQuote: import("@reduxjs/toolkit/query").MutationDefinition<Quote_Entity, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", QuoteResponse_Entity, "salesApi">;
|
|
9
|
+
updateCustomerPortalQuote: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
10
|
+
id: number;
|
|
11
|
+
body: Partial<Quote_Entity>;
|
|
12
|
+
}, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", void, "salesApi">;
|
|
13
|
+
deleteCustomerPortalQuote: import("@reduxjs/toolkit/query").MutationDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", void, "salesApi">;
|
|
14
|
+
getMarketCost: import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", MarketCost_Entity, "salesApi">;
|
|
15
|
+
getCostBreakdown: import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", CostBreakdown_Entity[], "salesApi">;
|
|
16
|
+
getQuoteCommodityDescription: import("@reduxjs/toolkit/query").QueryDefinition<boolean, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", ICommodityDescription[], "salesApi">;
|
|
17
|
+
checkPallets: import("@reduxjs/toolkit/query").QueryDefinition<PalletDimensions_Entity[], (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", CheckPallet_Entity, "salesApi">;
|
|
18
|
+
}, "salesApi", "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
|
|
19
|
+
export declare const useCheckPalletsQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<PalletDimensions_Entity[], (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", CheckPallet_Entity, "salesApi">>, useGetCostBreakdownQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", CostBreakdown_Entity[], "salesApi">>, useGetMarketCostQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", MarketCost_Entity, "salesApi">>, useGetQuoteCommodityDescriptionQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<boolean, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", ICommodityDescription[], "salesApi">>, useLazyCheckPalletsQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<PalletDimensions_Entity[], (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", CheckPallet_Entity, "salesApi">>, useLazyGetCostBreakdownQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", CostBreakdown_Entity[], "salesApi">>, useLazyGetMarketCostQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", MarketCost_Entity, "salesApi">>, useLazyGetQuoteCommodityDescriptionQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<boolean, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", ICommodityDescription[], "salesApi">>, useCreateCustomerPortalQuoteMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<Quote_Entity, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", QuoteResponse_Entity, "salesApi">>, useDeleteCustomerPortalQuoteMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", void, "salesApi">>, useGetCustomerPortalQuoteQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", QuoteResponse_Entity, "salesApi">>, useGetCustomerPortalQuotesQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", EntityState<QuoteResponse_Entity>, "salesApi">>, useLazyGetCustomerPortalQuoteQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", QuoteResponse_Entity, "salesApi">>, useLazyGetCustomerPortalQuotesQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", EntityState<QuoteResponse_Entity>, "salesApi">>, useUpdateCustomerPortalQuoteMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
20
|
+
id: number;
|
|
21
|
+
body: Partial<Quote_Entity>;
|
|
22
|
+
}, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", void, "salesApi">>;
|
|
23
|
+
export default quoteCustomerPortalEndpoints;
|
|
24
|
+
export declare const getCustomerPortalQuotesSelectors: (params: void | {
|
|
25
|
+
params: Record<string, unknown> | void;
|
|
26
|
+
sales?: boolean | undefined;
|
|
27
|
+
}) => import("@reduxjs/toolkit").EntitySelectors<QuoteResponse_Entity, {
|
|
28
|
+
salesApi: import("@reduxjs/toolkit/query").CombinedState<{}, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", "salesApi">;
|
|
29
|
+
salesKitState: import("redux").CombinedState<{
|
|
30
|
+
quote: import("./quoteReducer").QuoteState;
|
|
31
|
+
tender: import("../tender/tenderSlice").TenderState;
|
|
32
|
+
loadDrawer: import("..").LoadDrawerState;
|
|
33
|
+
lepState: import("..").LepState;
|
|
34
|
+
loadInfoTasksState: import("..").LoadInfoTasksState;
|
|
35
|
+
shipconsTasksState: import("..").ShipconsTasksState;
|
|
36
|
+
commoditiesTasksState: import("../commoditiesTasksSlice/commoditiesTasksSlice").CommoditiesTasksState;
|
|
37
|
+
}>;
|
|
38
|
+
}>;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { createEntityAdapter, createSelector, } from "@reduxjs/toolkit";
|
|
2
|
+
import { salesApi } from "../api/salesApi";
|
|
3
|
+
const quotesAdapter = createEntityAdapter();
|
|
4
|
+
const initialState = quotesAdapter.getInitialState();
|
|
5
|
+
export const quoteCustomerPortalEndpoints = salesApi.injectEndpoints({
|
|
6
|
+
endpoints: (build) => ({
|
|
7
|
+
getCustomerPortalQuotes: build.query({
|
|
8
|
+
query: (args) => {
|
|
9
|
+
return {
|
|
10
|
+
url: "quote-service/quotes",
|
|
11
|
+
params: args ? args.params : {},
|
|
12
|
+
};
|
|
13
|
+
},
|
|
14
|
+
transformResponse: (responseData) => {
|
|
15
|
+
return quotesAdapter.setAll(initialState, responseData);
|
|
16
|
+
},
|
|
17
|
+
providesTags: ["quotes"],
|
|
18
|
+
}),
|
|
19
|
+
getCustomerPortalQuote: build.query({
|
|
20
|
+
query: (id) => `quote-service/quotes/${id}`,
|
|
21
|
+
providesTags: (_result, _error, id) => [{ type: "quotes", id }],
|
|
22
|
+
}),
|
|
23
|
+
createCustomerPortalQuote: build.mutation({
|
|
24
|
+
query: (body) => ({
|
|
25
|
+
method: "POST",
|
|
26
|
+
body,
|
|
27
|
+
url: `quote-service/quotes/multistop`,
|
|
28
|
+
}),
|
|
29
|
+
}),
|
|
30
|
+
updateCustomerPortalQuote: build.mutation({
|
|
31
|
+
query: (args) => ({
|
|
32
|
+
method: "PUT",
|
|
33
|
+
body: args.body,
|
|
34
|
+
url: `quote-service/quotes/${args.id}`,
|
|
35
|
+
}),
|
|
36
|
+
invalidatesTags: (_result, _error, { id }) => [
|
|
37
|
+
{ type: "quotes", id },
|
|
38
|
+
"quotes",
|
|
39
|
+
],
|
|
40
|
+
}),
|
|
41
|
+
deleteCustomerPortalQuote: build.mutation({
|
|
42
|
+
query: (id) => ({
|
|
43
|
+
method: "DELETE",
|
|
44
|
+
url: `quote-service/quotes/${id}`,
|
|
45
|
+
}),
|
|
46
|
+
invalidatesTags: ["quotes"],
|
|
47
|
+
}),
|
|
48
|
+
getMarketCost: build.query({
|
|
49
|
+
query: (quoteID) => ({
|
|
50
|
+
url: `quotes/${quoteID}/market_costs`,
|
|
51
|
+
routePrefix: "/v1",
|
|
52
|
+
}),
|
|
53
|
+
}),
|
|
54
|
+
getCostBreakdown: build.query({
|
|
55
|
+
query: (quoteID) => ({
|
|
56
|
+
url: `quote_path_edge_costs?filter=[{%22property%22:%22quote_path_edges.quote_id%22,%22value%22:${quoteID}}]`,
|
|
57
|
+
routePrefix: "/v1",
|
|
58
|
+
}),
|
|
59
|
+
}),
|
|
60
|
+
getQuoteCommodityDescription: build.query({
|
|
61
|
+
query: (customerPortal) => customerPortal
|
|
62
|
+
? { url: "commodityDescriptions", routePrefix: "/v2" }
|
|
63
|
+
: { url: "commodity_descriptions", routePrefix: "/v1" },
|
|
64
|
+
}),
|
|
65
|
+
checkPallets: build.query({
|
|
66
|
+
query: (pallets) => ({
|
|
67
|
+
url: "quote-service/pallets",
|
|
68
|
+
body: pallets,
|
|
69
|
+
method: "POST",
|
|
70
|
+
}),
|
|
71
|
+
}),
|
|
72
|
+
}),
|
|
73
|
+
});
|
|
74
|
+
export const { useCheckPalletsQuery, useGetCostBreakdownQuery, useGetMarketCostQuery, useGetQuoteCommodityDescriptionQuery, useLazyCheckPalletsQuery, useLazyGetCostBreakdownQuery, useLazyGetMarketCostQuery, useLazyGetQuoteCommodityDescriptionQuery, useCreateCustomerPortalQuoteMutation, useDeleteCustomerPortalQuoteMutation, useGetCustomerPortalQuoteQuery, useGetCustomerPortalQuotesQuery, useLazyGetCustomerPortalQuoteQuery, useLazyGetCustomerPortalQuotesQuery, useUpdateCustomerPortalQuoteMutation, } = quoteCustomerPortalEndpoints;
|
|
75
|
+
export default quoteCustomerPortalEndpoints;
|
|
76
|
+
export const getCustomerPortalQuotesSelectors = (params) => {
|
|
77
|
+
return quotesAdapter.getSelectors((state) => {
|
|
78
|
+
return (createSelector(quoteCustomerPortalEndpoints.endpoints.getCustomerPortalQuotes.select(params), (quotesResult) => {
|
|
79
|
+
return quotesResult.data;
|
|
80
|
+
})(state) ?? initialState);
|
|
81
|
+
});
|
|
82
|
+
};
|
|
83
|
+
//# sourceMappingURL=quoteCustomerPortalEndpoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quoteCustomerPortalEndpoints.js","sourceRoot":"","sources":["../../../src/redux/quote/quoteCustomerPortalEndpoints.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@ import { QuoteResponse } from "../../entities";
|
|
|
3
3
|
*
|
|
4
4
|
* @param quoteID
|
|
5
5
|
*/
|
|
6
|
-
export declare function useQuote(quoteID: string | undefined): import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQueryHookResult<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts", import("../../entities").QuoteResponse_Entity, "salesApi">, ({
|
|
6
|
+
export declare function useQuote(quoteID: string | undefined): import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQueryHookResult<import("@reduxjs/toolkit/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", import("../../entities").QuoteResponse_Entity, "salesApi">, ({
|
|
7
7
|
data?: undefined;
|
|
8
8
|
error?: undefined;
|
|
9
9
|
fulfilledTimeStamp?: undefined;
|
|
@@ -86,10 +86,7 @@ export declare function useQuote(quoteID: string | undefined): import("@reduxjs/
|
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
|
-
export declare function useQuotes(): import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQueryHookResult<import("@reduxjs/toolkit/query").QueryDefinition<void | {
|
|
90
|
-
params: void | Record<string, unknown>;
|
|
91
|
-
sales?: boolean | undefined;
|
|
92
|
-
}, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts", import("@reduxjs/toolkit").EntityState<import("../../entities").QuoteResponse_Entity>, "salesApi">, ({
|
|
89
|
+
export declare function useQuotes(): import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQueryHookResult<import("@reduxjs/toolkit/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}>>, "shipcons" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "files" | "trailerAvailabilities" | "locationsV1" | "locationsV1Accessorials" | "archerFiles" | "appointmentNotes" | "appointmentNoteTypes" | "shipconsV1" | "loadShipcons" | "appointmentIssueCategories" | "appointmentIssueSubcategories" | "personNames" | "nodeNames" | "driverNames" | "carrierNames" | "appointmentIssues" | "loadsV1" | "nmfcClasses" | "commoditiesV1" | "loadCommodities" | "loadQuoteAccessorials" | "quoteAccessorialsV1" | "loadAdjustmentsByLoad" | "loadAdjustmentsV1" | "userNotesV1" | "loadUserNotesV1" | "unitsV1" | "customersAccessorials" | "notifications" | "people" | "userSubscriptions" | "contacts" | "flags" | "rateReviews" | "loadRateReviews" | "genericTenders" | "loadTenders" | "dispatches" | "summary_dispatchesV1" | "summary_consolidationsV1" | "claims" | "claimResponses" | "claimStatuses" | "billingKickbacks" | "loadBillingKickbacks" | "billingKickbackResponses" | "billingKickbackResponsesByKickbackID" | "billingKickbackResponseAccessorials" | "billingMessages" | "invoicesV1" | "invoiceLineItems" | "invoices" | "billingNotes" | "generalLedgerAccounts" | "invoiceAdjustments" | "customerBillingNotes" | "commodities" | "loadFiles" | "locationsFiles" | "apiTenders" | "customerCredit" | "companyLocations" | "departmentPhones" | "driversV1" | "drivers" | "appointmentTrips" | "appointmentArrivals" | "cargoConsolidations" | "otrDispatches" | "relayCodes" | "deductions" | "assets" | "carrierTenders" | "activeCarrierNames" | "assetNames" | "trailerCodes" | "carrierPayContracts" | "positions" | "carrierTenderAccessorials" | "carrierTenderEdges" | "cargoConsolidationCommodityPieces" | "carrierTenderDeductions" | "carrierTenderFiles" | "carrierTenderRateRecords" | "loadExtraLites" | "employeeNames" | "possibleIssueItems" | "cargoConsolidationCommodityPiecesByCargoConsolidation" | "cargoConsolidationCargoConsolidationCommodityPieces" | "manualCheckCalls" | "loadsAutocomplete" | "shipConDispatches" | "customerPeople" | "shipConLastMapUpdate" | "shipConETAs" | "shipConDispatchesETAs" | "contractsRecords" | "contracts" | "customerContracts" | "loadTenderViews" | "ediTransactions" | "rejectionReasons", import("@reduxjs/toolkit").EntityState<import("../../entities").QuoteResponse_Entity>, "salesApi">, ({
|
|
93
90
|
data?: undefined;
|
|
94
91
|
error?: undefined;
|
|
95
92
|
fulfilledTimeStamp?: undefined;
|
|
@@ -107,10 +104,7 @@ export declare function useQuotes(): import("@reduxjs/toolkit/dist/query/react/b
|
|
|
107
104
|
} | {
|
|
108
105
|
error?: import("@reduxjs/toolkit/query").FetchBaseQueryError | import("@reduxjs/toolkit").SerializedError | undefined;
|
|
109
106
|
fulfilledTimeStamp?: number | undefined;
|
|
110
|
-
originalArgs?: void |
|
|
111
|
-
params: void | Record<string, unknown>;
|
|
112
|
-
sales?: boolean | undefined;
|
|
113
|
-
} | undefined;
|
|
107
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
114
108
|
requestId?: string | undefined;
|
|
115
109
|
endpointName?: string | undefined;
|
|
116
110
|
startedTimeStamp?: number | undefined;
|
|
@@ -123,10 +117,7 @@ export declare function useQuotes(): import("@reduxjs/toolkit/dist/query/react/b
|
|
|
123
117
|
isFetching: boolean;
|
|
124
118
|
data: undefined;
|
|
125
119
|
} | {
|
|
126
|
-
originalArgs?: void |
|
|
127
|
-
params: void | Record<string, unknown>;
|
|
128
|
-
sales?: boolean | undefined;
|
|
129
|
-
} | undefined;
|
|
120
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
130
121
|
requestId?: string | undefined;
|
|
131
122
|
endpointName?: string | undefined;
|
|
132
123
|
startedTimeStamp?: number | undefined;
|
|
@@ -141,10 +132,7 @@ export declare function useQuotes(): import("@reduxjs/toolkit/dist/query/react/b
|
|
|
141
132
|
data: import("@reduxjs/toolkit").EntityState<import("../../entities").QuoteResponse_Entity>;
|
|
142
133
|
fulfilledTimeStamp: number;
|
|
143
134
|
} | {
|
|
144
|
-
originalArgs?: void |
|
|
145
|
-
params: void | Record<string, unknown>;
|
|
146
|
-
sales?: boolean | undefined;
|
|
147
|
-
} | undefined;
|
|
135
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
148
136
|
requestId?: string | undefined;
|
|
149
137
|
endpointName?: string | undefined;
|
|
150
138
|
startedTimeStamp?: number | undefined;
|
|
@@ -161,10 +149,7 @@ export declare function useQuotes(): import("@reduxjs/toolkit/dist/query/react/b
|
|
|
161
149
|
} | {
|
|
162
150
|
data?: import("@reduxjs/toolkit").EntityState<import("../../entities").QuoteResponse_Entity> | undefined;
|
|
163
151
|
fulfilledTimeStamp?: number | undefined;
|
|
164
|
-
originalArgs?: void |
|
|
165
|
-
params: void | Record<string, unknown>;
|
|
166
|
-
sales?: boolean | undefined;
|
|
167
|
-
} | undefined;
|
|
152
|
+
originalArgs?: void | Record<string, unknown> | undefined;
|
|
168
153
|
requestId?: string | undefined;
|
|
169
154
|
endpointName?: string | undefined;
|
|
170
155
|
startedTimeStamp?: number | undefined;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useMemo } from "react";
|
|
2
2
|
import { QuoteResponse } from "../../entities";
|
|
3
|
-
import {
|
|
3
|
+
import { useGetCustomerPortalQuoteQuery, useGetCustomerPortalQuotesQuery, } from "./quoteCustomerPortalEndpoints";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @param quoteID
|
|
7
7
|
*/
|
|
8
8
|
export function useQuote(quoteID) {
|
|
9
|
-
const quoteQuery =
|
|
9
|
+
const quoteQuery = useGetCustomerPortalQuoteQuery(quoteID ? Number(quoteID) : 0, {
|
|
10
10
|
skip: (Number(quoteID) ?? 0) <= 0,
|
|
11
11
|
});
|
|
12
12
|
const quoteEntity = quoteQuery.data;
|
|
@@ -23,7 +23,7 @@ export function useQuote(quoteID) {
|
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
export function useQuotes() {
|
|
26
|
-
const quoteQuery =
|
|
26
|
+
const quoteQuery = useGetCustomerPortalQuotesQuery();
|
|
27
27
|
const quoteEntitiesMap = quoteQuery.data?.entities;
|
|
28
28
|
return useMemo(() => {
|
|
29
29
|
const ret = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quoteHooks.js","sourceRoot":"","sources":["../../../src/redux/quote/quoteHooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,
|
|
1
|
+
{"version":3,"file":"quoteHooks.js","sourceRoot":"","sources":["../../../src/redux/quote/quoteHooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EACL,8BAA8B,EAC9B,+BAA+B,GAChC,MAAM,gCAAgC,CAAC;AAExC;;;GAGG;AACH,MAAM,UAAU,QAAQ,CAAC,OAA2B;IAClD,MAAM,UAAU,GAAG,8BAA8B,CAC/C,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAC7B;QACE,IAAI,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC;KAClC,CACF,CAAC;IACF,MAAM,WAAW,GAAG,UAAU,CAAC,IAAI,CAAC;IAEpC,OAAO,OAAO,CAAC,GAAG,EAAE;QAClB,MAAM,GAAG,GAA8D;YACrE,GAAG,UAAU;SACd,CAAC;QACF,IAAI,WAAW;YAAE,GAAG,CAAC,KAAK,GAAG,IAAI,aAAa,CAAC,WAAW,CAAC,CAAC;QAC5D,OAAO,GAAG,CAAC;IACb,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC;AACpB,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,SAAS;IACvB,MAAM,UAAU,GAAG,+BAA+B,EAAE,CAAC;IACrD,MAAM,gBAAgB,GAAG,UAAU,CAAC,IAAI,EAAE,QAAQ,CAAC;IAEnD,OAAO,OAAO,CAAC,GAAG,EAAE;QAClB,MAAM,GAAG,GAGL;YACF,GAAG,UAAU;YACb,MAAM,EAAE,EAAE;YACV,SAAS,EAAE,EAAE;SACd,CAAC;QACF,IAAI,gBAAgB,EAAE;YACpB,MAAM,MAAM,GAAoB,EAAE,CAAC;YACnC,MAAM,SAAS,GAAoC,EAAE,CAAC;YAEtD,KAAK,MAAM,GAAG,IAAI,gBAAgB,EAAE;gBAClC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,gBAAgB,EAAE,GAAG,CAAC,EAAE;oBAC/D,MAAM,CAAC,GAAG,gBAAgB,CAAC,GAAG,CAAC,CAAC;oBAChC,MAAM,KAAK,GAAG,IAAI,aAAa,CAAC,CAAC,CAAC,CAAC;oBACnC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;oBACnB,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC;iBAC7B;aACF;YACD,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC;YACpB,GAAG,CAAC,SAAS,GAAG,SAAS,CAAC;SAC3B;QAED,OAAO,GAAG,CAAC;IACb,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;AACzB,CAAC"}
|
|
@@ -5,6 +5,32 @@ import { Holiday_Entity } from "../../entities/holiday";
|
|
|
5
5
|
import { ServiceLevel_Entity } from "../../entities/quoteResponse/quoteResponse";
|
|
6
6
|
import { ICommodityDescription } from "./quoteState";
|
|
7
7
|
import { DateTime } from "luxon";
|
|
8
|
+
export interface RecalculateBody {
|
|
9
|
+
quote_id?: number;
|
|
10
|
+
load_id?: number;
|
|
11
|
+
reefer_temp?: number;
|
|
12
|
+
date_received?: string;
|
|
13
|
+
reference_number?: string;
|
|
14
|
+
load_type?: string;
|
|
15
|
+
cargo_value?: string;
|
|
16
|
+
notes?: string;
|
|
17
|
+
customer_miles?: number;
|
|
18
|
+
customer_id?: number;
|
|
19
|
+
do_not_break_seal?: boolean;
|
|
20
|
+
disable_rounding?: boolean;
|
|
21
|
+
force_spot?: boolean;
|
|
22
|
+
local_move?: boolean;
|
|
23
|
+
no_split?: boolean;
|
|
24
|
+
otr_pickup?: boolean;
|
|
25
|
+
service_level?: string;
|
|
26
|
+
booked_by_id?: number | null;
|
|
27
|
+
person_ids?: number[];
|
|
28
|
+
dryvan_only?: boolean;
|
|
29
|
+
load_preferred_carrier_type?: string;
|
|
30
|
+
nmfc_class_id?: number;
|
|
31
|
+
reefer_cont?: boolean;
|
|
32
|
+
seal?: string;
|
|
33
|
+
}
|
|
8
34
|
export interface QuoteState {
|
|
9
35
|
quoteAccessorials?: Accessorials_Entity;
|
|
10
36
|
holidays?: Holiday_Entity[];
|
|
@@ -29,5 +55,6 @@ export interface QuoteState {
|
|
|
29
55
|
stagedPallet?: PalletDimensions_Entity | undefined | null;
|
|
30
56
|
stagedStop?: Stop_Entity | undefined | null;
|
|
31
57
|
perPalletClass: boolean;
|
|
58
|
+
recalculateBody: RecalculateBody;
|
|
32
59
|
}
|
|
33
60
|
export declare const quoteReducer: import("@reduxjs/toolkit/dist/createReducer").ReducerWithInitialState<QuoteState>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createReducer } from "@reduxjs/toolkit";
|
|
2
2
|
import { DEFAULT_QUOTE_BODY } from "../../hooks/quote/constants";
|
|
3
|
-
import { addPallet, addPallets, addStop, checkPalletsError, removePallet, removeStop, reorderStop, restartQuote, setCostBreakdownOpen, setCustomerID, setDebugOpen, setFormOpen, setMarketCostOpen, setPerPalletClass, setQuoteBody, setQuoteErrors, setQuoteReefer, setQuoteResult, setQuoteRunning, setQuoteTotalDimension, setSelectedDate, setSelectedServiceLevel, setStagedPallet, setStagedStop, updatePallet, updateStop, } from "./quoteAction";
|
|
3
|
+
import { addPallet, addPallets, addStop, checkPalletsError, removePallet, removeStop, reorderStop, restartQuote, setCostBreakdownOpen, setCustomerID, setDebugOpen, setFormOpen, setMarketCostOpen, setPerPalletClass, setQuoteBody, setQuoteErrors, setQuoteReefer, setQuoteResult, setQuoteRunning, setQuoteTotalDimension, setRecalculateBody, setSelectedDate, setSelectedServiceLevel, setStagedPallet, setStagedStop, updatePallet, updateStop, } from "./quoteAction";
|
|
4
4
|
const initState = {
|
|
5
5
|
commodity_descriptions: [],
|
|
6
6
|
body: DEFAULT_QUOTE_BODY,
|
|
@@ -11,6 +11,7 @@ const initState = {
|
|
|
11
11
|
selectedDate: null,
|
|
12
12
|
formOpen: {},
|
|
13
13
|
perPalletClass: false,
|
|
14
|
+
recalculateBody: {},
|
|
14
15
|
};
|
|
15
16
|
export const quoteReducer = createReducer(initState, (builder) => {
|
|
16
17
|
builder.addCase(setCostBreakdownOpen, (state, action) => {
|
|
@@ -203,6 +204,10 @@ export const quoteReducer = createReducer(initState, (builder) => {
|
|
|
203
204
|
state.perPalletClass = action.payload.perPalletClass;
|
|
204
205
|
return state;
|
|
205
206
|
});
|
|
207
|
+
builder.addCase(setRecalculateBody, (state, action) => {
|
|
208
|
+
state.recalculateBody = action.payload.recalculateBody;
|
|
209
|
+
return state;
|
|
210
|
+
});
|
|
206
211
|
});
|
|
207
212
|
const setAvgWeight = (body) => {
|
|
208
213
|
const totalWeight = parseInt(body?.units?.totalDimensions?.totalWeight ?? "0");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quoteReducer.js","sourceRoot":"","sources":["../../../src/redux/quote/quoteReducer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAUjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EACL,SAAS,EACT,UAAU,EACV,OAAO,EACP,iBAAiB,EACjB,YAAY,EACZ,UAAU,EACV,WAAW,EACX,YAAY,EACZ,oBAAoB,EACpB,aAAa,EACb,YAAY,EACZ,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,cAAc,EACd,cAAc,EACd,cAAc,EACd,eAAe,EACf,sBAAsB,EACtB,eAAe,EACf,uBAAuB,EACvB,eAAe,EACf,aAAa,EACb,YAAY,EACZ,UAAU,GACX,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"quoteReducer.js","sourceRoot":"","sources":["../../../src/redux/quote/quoteReducer.ts"],"names":[],"mappings":"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"}
|