@nerdjs/sales-kit 2.0.48 → 2.0.49

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.
Files changed (228) hide show
  1. package/dist/entities/billingKickback/billingKickback.d.ts +19 -0
  2. package/dist/entities/billingKickback/billingKickback.js +55 -0
  3. package/dist/entities/billingKickback/billingKickback.js.map +1 -0
  4. package/dist/entities/billingKickback/helper.d.ts +5 -0
  5. package/dist/entities/billingKickback/helper.js +16 -0
  6. package/dist/entities/billingKickback/helper.js.map +1 -0
  7. package/dist/entities/billingKickback/index.d.ts +2 -0
  8. package/dist/entities/billingKickback/index.js +3 -0
  9. package/dist/entities/billingKickback/index.js.map +1 -0
  10. package/dist/entities/billingKickbackResponse/billingKickbackResponse.d.ts +15 -0
  11. package/dist/entities/billingKickbackResponse/billingKickbackResponse.js +49 -0
  12. package/dist/entities/billingKickbackResponse/billingKickbackResponse.js.map +1 -0
  13. package/dist/entities/billingKickbackResponse/helper.d.ts +5 -0
  14. package/dist/entities/billingKickbackResponse/helper.js +16 -0
  15. package/dist/entities/billingKickbackResponse/helper.js.map +1 -0
  16. package/dist/entities/billingKickbackResponse/index.d.ts +2 -0
  17. package/dist/entities/billingKickbackResponse/index.js +3 -0
  18. package/dist/entities/billingKickbackResponse/index.js.map +1 -0
  19. package/dist/entities/billingKickbackResponseAccessorial/billingKickbackResponseAccessorial.d.ts +8 -0
  20. package/dist/entities/billingKickbackResponseAccessorial/billingKickbackResponseAccessorial.js +35 -0
  21. package/dist/entities/billingKickbackResponseAccessorial/billingKickbackResponseAccessorial.js.map +1 -0
  22. package/dist/entities/billingKickbackResponseAccessorial/helper.d.ts +5 -0
  23. package/dist/entities/billingKickbackResponseAccessorial/helper.js +16 -0
  24. package/dist/entities/billingKickbackResponseAccessorial/helper.js.map +1 -0
  25. package/dist/entities/billingKickbackResponseAccessorial/index.d.ts +2 -0
  26. package/dist/entities/billingKickbackResponseAccessorial/index.js +3 -0
  27. package/dist/entities/billingKickbackResponseAccessorial/index.js.map +1 -0
  28. package/dist/entities/billingMessage/billingMessage.d.ts +7 -0
  29. package/dist/entities/billingMessage/billingMessage.js +31 -0
  30. package/dist/entities/billingMessage/billingMessage.js.map +1 -0
  31. package/dist/entities/billingMessage/helper.d.ts +5 -0
  32. package/dist/entities/billingMessage/helper.js +16 -0
  33. package/dist/entities/billingMessage/helper.js.map +1 -0
  34. package/dist/entities/billingMessage/index.d.ts +2 -0
  35. package/dist/entities/billingMessage/index.js +3 -0
  36. package/dist/entities/billingMessage/index.js.map +1 -0
  37. package/dist/entities/billingNote/billingNote.d.ts +11 -0
  38. package/dist/entities/billingNote/billingNote.js +39 -0
  39. package/dist/entities/billingNote/billingNote.js.map +1 -0
  40. package/dist/entities/billingNote/helper.d.ts +5 -0
  41. package/dist/entities/billingNote/helper.js +16 -0
  42. package/dist/entities/billingNote/helper.js.map +1 -0
  43. package/dist/entities/billingNote/index.d.ts +2 -0
  44. package/dist/entities/billingNote/index.js +3 -0
  45. package/dist/entities/billingNote/index.js.map +1 -0
  46. package/dist/entities/generalLedgerAccount/generalLedgerAccount.d.ts +19 -0
  47. package/dist/entities/generalLedgerAccount/generalLedgerAccount.js +58 -0
  48. package/dist/entities/generalLedgerAccount/generalLedgerAccount.js.map +1 -0
  49. package/dist/entities/generalLedgerAccount/helper.d.ts +5 -0
  50. package/dist/entities/generalLedgerAccount/helper.js +16 -0
  51. package/dist/entities/generalLedgerAccount/helper.js.map +1 -0
  52. package/dist/entities/generalLedgerAccount/index.d.ts +2 -0
  53. package/dist/entities/generalLedgerAccount/index.js +3 -0
  54. package/dist/entities/generalLedgerAccount/index.js.map +1 -0
  55. package/dist/entities/index.d.ts +11 -0
  56. package/dist/entities/index.js +11 -0
  57. package/dist/entities/index.js.map +1 -1
  58. package/dist/entities/invoice/helper.d.ts +5 -0
  59. package/dist/entities/invoice/helper.js +16 -0
  60. package/dist/entities/invoice/helper.js.map +1 -0
  61. package/dist/entities/invoice/index.d.ts +2 -0
  62. package/dist/entities/invoice/index.js +3 -0
  63. package/dist/entities/invoice/index.js.map +1 -0
  64. package/dist/entities/invoice/invoice.d.ts +44 -0
  65. package/dist/entities/invoice/invoice.js +86 -0
  66. package/dist/entities/invoice/invoice.js.map +1 -0
  67. package/dist/entities/invoiceAdjustment/helper.d.ts +5 -0
  68. package/dist/entities/invoiceAdjustment/helper.js +16 -0
  69. package/dist/entities/invoiceAdjustment/helper.js.map +1 -0
  70. package/dist/entities/invoiceAdjustment/index.d.ts +2 -0
  71. package/dist/entities/invoiceAdjustment/index.js +3 -0
  72. package/dist/entities/invoiceAdjustment/index.js.map +1 -0
  73. package/dist/entities/invoiceAdjustment/invoiceAdjustment.d.ts +20 -0
  74. package/dist/entities/invoiceAdjustment/invoiceAdjustment.js +59 -0
  75. package/dist/entities/invoiceAdjustment/invoiceAdjustment.js.map +1 -0
  76. package/dist/entities/invoiceLineItem/helper.d.ts +5 -0
  77. package/dist/entities/invoiceLineItem/helper.js +16 -0
  78. package/dist/entities/invoiceLineItem/helper.js.map +1 -0
  79. package/dist/entities/invoiceLineItem/index.d.ts +2 -0
  80. package/dist/entities/invoiceLineItem/index.js +3 -0
  81. package/dist/entities/invoiceLineItem/index.js.map +1 -0
  82. package/dist/entities/invoiceLineItem/invoiceLineItem.d.ts +9 -0
  83. package/dist/entities/invoiceLineItem/invoiceLineItem.js +35 -0
  84. package/dist/entities/invoiceLineItem/invoiceLineItem.js.map +1 -0
  85. package/dist/entities/invoiceV1/helper.d.ts +5 -0
  86. package/dist/entities/invoiceV1/helper.js +16 -0
  87. package/dist/entities/invoiceV1/helper.js.map +1 -0
  88. package/dist/entities/invoiceV1/index.d.ts +2 -0
  89. package/dist/entities/invoiceV1/index.js +3 -0
  90. package/dist/entities/invoiceV1/index.js.map +1 -0
  91. package/dist/entities/invoiceV1/invoiceV1.d.ts +68 -0
  92. package/dist/entities/invoiceV1/invoiceV1.js +153 -0
  93. package/dist/entities/invoiceV1/invoiceV1.js.map +1 -0
  94. package/dist/entities/load/load.d.ts +1 -0
  95. package/dist/entities/load/load.js +2 -0
  96. package/dist/entities/load/load.js.map +1 -1
  97. package/dist/entities/payment/helper.d.ts +5 -0
  98. package/dist/entities/payment/helper.js +16 -0
  99. package/dist/entities/payment/helper.js.map +1 -0
  100. package/dist/entities/payment/index.d.ts +2 -0
  101. package/dist/entities/payment/index.js +3 -0
  102. package/dist/entities/payment/index.js.map +1 -0
  103. package/dist/entities/payment/payment.d.ts +13 -0
  104. package/dist/entities/payment/payment.js +43 -0
  105. package/dist/entities/payment/payment.js.map +1 -0
  106. package/dist/entities/transaction/helper.d.ts +5 -0
  107. package/dist/entities/transaction/helper.js +16 -0
  108. package/dist/entities/transaction/helper.js.map +1 -0
  109. package/dist/entities/transaction/index.d.ts +2 -0
  110. package/dist/entities/transaction/index.js +3 -0
  111. package/dist/entities/transaction/index.js.map +1 -0
  112. package/dist/entities/transaction/transaction.d.ts +16 -0
  113. package/dist/entities/transaction/transaction.js +49 -0
  114. package/dist/entities/transaction/transaction.js.map +1 -0
  115. package/dist/hooks/locationsForm/locationsFormSales.js +22 -3
  116. package/dist/hooks/locationsForm/locationsFormSales.js.map +1 -1
  117. package/dist/redux/api/salesApi.d.ts +1 -1
  118. package/dist/redux/api/salesApi.js +13 -0
  119. package/dist/redux/api/salesApi.js.map +1 -1
  120. package/dist/redux/appointmentIssue/appointmentIssueEndpoints.d.ts +10 -10
  121. package/dist/redux/appointmentIssueCategory/appointmentIssueCategoryEndpoints.d.ts +11 -11
  122. package/dist/redux/appointmentIssueSubcategory/appointmentIssueSubcategoryEndpoints.d.ts +10 -10
  123. package/dist/redux/appointmentNote/appointmentNoteEndpoints.d.ts +10 -10
  124. package/dist/redux/appointmentNoteType/appointmentNoteTypeEndpoints.d.ts +10 -10
  125. package/dist/redux/archerFile/archerFileEndpoints.d.ts +13 -13
  126. package/dist/redux/billingKickback/billingKickbackEndpoints.d.ts +33 -0
  127. package/dist/redux/billingKickback/billingKickbackEndpoints.js +72 -0
  128. package/dist/redux/billingKickback/billingKickbackEndpoints.js.map +1 -0
  129. package/dist/redux/billingKickback/index.d.ts +2 -0
  130. package/dist/redux/billingKickback/index.js +3 -0
  131. package/dist/redux/billingKickback/index.js.map +1 -0
  132. package/dist/redux/billingKickbackResponse/billingKickbackResponseEndpoints.d.ts +32 -0
  133. package/dist/redux/billingKickbackResponse/billingKickbackResponseEndpoints.js +82 -0
  134. package/dist/redux/billingKickbackResponse/billingKickbackResponseEndpoints.js.map +1 -0
  135. package/dist/redux/billingKickbackResponse/index.d.ts +2 -0
  136. package/dist/redux/billingKickbackResponse/index.js +3 -0
  137. package/dist/redux/billingKickbackResponse/index.js.map +1 -0
  138. package/dist/redux/billingKickbackResponseAccessorial/billingKickbackResponseAccessorialEndpoints.d.ts +32 -0
  139. package/dist/redux/billingKickbackResponseAccessorial/billingKickbackResponseAccessorialEndpoints.js +76 -0
  140. package/dist/redux/billingKickbackResponseAccessorial/billingKickbackResponseAccessorialEndpoints.js.map +1 -0
  141. package/dist/redux/billingKickbackResponseAccessorial/index.d.ts +2 -0
  142. package/dist/redux/billingKickbackResponseAccessorial/index.js +3 -0
  143. package/dist/redux/billingKickbackResponseAccessorial/index.js.map +1 -0
  144. package/dist/redux/billingMessage/billingMessageEndpoints.d.ts +24 -0
  145. package/dist/redux/billingMessage/billingMessageEndpoints.js +64 -0
  146. package/dist/redux/billingMessage/billingMessageEndpoints.js.map +1 -0
  147. package/dist/redux/billingMessage/index.d.ts +2 -0
  148. package/dist/redux/billingMessage/index.js +3 -0
  149. package/dist/redux/billingMessage/index.js.map +1 -0
  150. package/dist/redux/billingNote/billingNoteEndpoints.d.ts +32 -0
  151. package/dist/redux/billingNote/billingNoteEndpoints.js +65 -0
  152. package/dist/redux/billingNote/billingNoteEndpoints.js.map +1 -0
  153. package/dist/redux/billingNote/index.d.ts +2 -0
  154. package/dist/redux/billingNote/index.js +3 -0
  155. package/dist/redux/billingNote/index.js.map +1 -0
  156. package/dist/redux/carrierName/carrierNameEndpoints.d.ts +10 -10
  157. package/dist/redux/claim/claimEndpoints.d.ts +16 -16
  158. package/dist/redux/claimStatus/claimStatusEndpoints.d.ts +9 -9
  159. package/dist/redux/commodityV1/commodityV1Endpoints.d.ts +11 -11
  160. package/dist/redux/contact/contactEndpoints.d.ts +10 -10
  161. package/dist/redux/customer/customerEndpoints.d.ts +18 -17
  162. package/dist/redux/customer/customerEndpoints.js +8 -1
  163. package/dist/redux/customer/customerEndpoints.js.map +1 -1
  164. package/dist/redux/customersAccessorial/customersAccessorialEndpoints.d.ts +9 -9
  165. package/dist/redux/dispatch/dispatchEndpoints.d.ts +10 -10
  166. package/dist/redux/driverName/driverNameEndpoints.d.ts +9 -9
  167. package/dist/redux/flag/flagEndpoints.d.ts +9 -9
  168. package/dist/redux/generalLedgerAccount/generalLedgerAccountEndpoints.d.ts +25 -0
  169. package/dist/redux/generalLedgerAccount/generalLedgerAccountEndpoints.js +78 -0
  170. package/dist/redux/generalLedgerAccount/generalLedgerAccountEndpoints.js.map +1 -0
  171. package/dist/redux/generalLedgerAccount/index.d.ts +2 -0
  172. package/dist/redux/generalLedgerAccount/index.js +3 -0
  173. package/dist/redux/generalLedgerAccount/index.js.map +1 -0
  174. package/dist/redux/genericTender/genericTenderEndpoints.d.ts +10 -10
  175. package/dist/redux/holiday/holidayEndpoints.d.ts +10 -10
  176. package/dist/redux/index.d.ts +9 -0
  177. package/dist/redux/index.js +9 -0
  178. package/dist/redux/index.js.map +1 -1
  179. package/dist/redux/invoice/index.d.ts +2 -0
  180. package/dist/redux/invoice/index.js +3 -0
  181. package/dist/redux/invoice/index.js.map +1 -0
  182. package/dist/redux/invoice/invoiceEndpoints.d.ts +26 -0
  183. package/dist/redux/invoice/invoiceEndpoints.js +63 -0
  184. package/dist/redux/invoice/invoiceEndpoints.js.map +1 -0
  185. package/dist/redux/invoiceAdjustment/index.d.ts +2 -0
  186. package/dist/redux/invoiceAdjustment/index.js +3 -0
  187. package/dist/redux/invoiceAdjustment/index.js.map +1 -0
  188. package/dist/redux/invoiceAdjustment/invoiceAdjustmentEndpoints.d.ts +32 -0
  189. package/dist/redux/invoiceAdjustment/invoiceAdjustmentEndpoints.js +67 -0
  190. package/dist/redux/invoiceAdjustment/invoiceAdjustmentEndpoints.js.map +1 -0
  191. package/dist/redux/invoiceV1/index.d.ts +2 -0
  192. package/dist/redux/invoiceV1/index.js +3 -0
  193. package/dist/redux/invoiceV1/index.js.map +1 -0
  194. package/dist/redux/invoiceV1/invoiceV1Endpoints.d.ts +33 -0
  195. package/dist/redux/invoiceV1/invoiceV1Endpoints.js +73 -0
  196. package/dist/redux/invoiceV1/invoiceV1Endpoints.js.map +1 -0
  197. package/dist/redux/load/loadEndpoints.d.ts +11 -11
  198. package/dist/redux/loadAdjustment/loadAdjustmentEndpoints.d.ts +10 -10
  199. package/dist/redux/loadAdjustmentV1/loadAdjustmentV1Endpoints.d.ts +10 -10
  200. package/dist/redux/loadTender/loadTenderEndpoints.d.ts +12 -12
  201. package/dist/redux/loadV1/loadV1Endpoints.d.ts +63 -53
  202. package/dist/redux/loadV1/loadV1Endpoints.js +11 -1
  203. package/dist/redux/loadV1/loadV1Endpoints.js.map +1 -1
  204. package/dist/redux/location/locationEndpoints.d.ts +14 -14
  205. package/dist/redux/locationV1/locationV1Endpoints.d.ts +19 -19
  206. package/dist/redux/nmfcClass/nmfcClassEndpoints.d.ts +9 -9
  207. package/dist/redux/nodeName/nodeNameEndpoints.d.ts +10 -10
  208. package/dist/redux/notification/notificationEndpoints.d.ts +13 -13
  209. package/dist/redux/person/personEndpoints.d.ts +11 -11
  210. package/dist/redux/personName/personNameEndpoints.d.ts +10 -10
  211. package/dist/redux/quote/quoteAction.d.ts +4 -0
  212. package/dist/redux/quote/quoteAction.js +8 -0
  213. package/dist/redux/quote/quoteAction.js.map +1 -1
  214. package/dist/redux/quote/quoteEndpoints.d.ts +22 -22
  215. package/dist/redux/quote/quoteHooks.d.ts +2 -2
  216. package/dist/redux/quote/quoteReducer.js +19 -1
  217. package/dist/redux/quote/quoteReducer.js.map +1 -1
  218. package/dist/redux/quoteAccessorial/quoteAccessorialEndpoints.d.ts +9 -9
  219. package/dist/redux/quoteAccessorialV1/quoteAccessorialV1Endpoints.d.ts +10 -10
  220. package/dist/redux/rateReview/rateReviewEndpoints.d.ts +10 -10
  221. package/dist/redux/shipcon/shipconEndpoints.d.ts +10 -10
  222. package/dist/redux/shipconV1/shipconV1Endpoints.d.ts +16 -16
  223. package/dist/redux/tender/tenderEndpoints.d.ts +9 -9
  224. package/dist/redux/trailerAvailability/customerEndpoints.d.ts +4 -4
  225. package/dist/redux/types.d.ts +2 -2
  226. package/dist/redux/unitV1/unitV1Endpoints.d.ts +9 -9
  227. package/dist/redux/userNoteV1/userNoteV1Endpoints.d.ts +10 -10
  228. package/package.json +3 -3
@@ -227,9 +227,19 @@ export const loadV1Endpoints = salesApi.injectEndpoints({
227
227
  };
228
228
  },
229
229
  }),
230
+ getLoadBillingKickbacks: build.query({
231
+ query: ({ loadID, params }) => {
232
+ return {
233
+ url: `loads/${loadID}/billing_kickbacks`,
234
+ routePrefix: "/v1",
235
+ params,
236
+ };
237
+ },
238
+ providesTags: ["loadBillingKickbacks"],
239
+ }),
230
240
  }),
231
241
  });
232
- export const { useGetLoadV1Query, useGetLoadsV1Query, useLazyGetLoadsV1Query, useLazyGetLoadV1Query, useCreateLoadV1Mutation, useDeleteLoadV1Mutation, useUpdateLoadV1Mutation, useGetLoadCommoditiesV1Query, useLazyGetLoadCommoditiesV1Query, useGetLoadQuoteAccessorialsV1Query, useLazyGetLoadQuoteAccessorialsV1Query, useGetLoadAdjustmentsByLoadV1Query, useLazyGetLoadAdjustmentsByLoadV1Query, useGetLoadUserNotesV1Query, useLazyGetLoadUserNotesV1Query, useDuplicateLoadV1Mutation, useGetLoadRateReviewsV1Query, useLazyGetLoadRateReviewsV1Query, useGetLoadCarrierTendersV1Query, useLazyGetLoadCarrierTendersV1Query, useGetLoadHosLogsV1Query, useLazyGetLoadHosLogsV1Query, useGetLoadWorkflowEventsV1Query, useLazyGetLoadWorkflowEventsV1Query, useGetLoadAppointmentArrivalsV1Query, useLazyGetLoadAppointmentArrivalsV1Query, useGetLoadQuoteRateRecordsV1Query, useLazyGetLoadQuoteRateRecordsV1Query, useGetLoadChangesV1Query, useLazyGetLoadChangesV1Query, useGetLoadSummaryDispatchesV1Query, useLazyGetLoadSummaryDispatchesV1Query, useGetLoadSummaryConsolidationsV1Query, useLazyGetLoadSummaryConsolidationsV1Query, useCalculateLoadCostV1Mutation, useArriveLoadV1Mutation, useGetLoadNotificationsQuery, useLazyGetLoadNotificationsQuery, useGetLoadClaimsQuery, useLazyGetLoadClaimsQuery, } = loadV1Endpoints;
242
+ export const { useGetLoadV1Query, useGetLoadsV1Query, useLazyGetLoadsV1Query, useLazyGetLoadV1Query, useCreateLoadV1Mutation, useDeleteLoadV1Mutation, useUpdateLoadV1Mutation, useGetLoadCommoditiesV1Query, useLazyGetLoadCommoditiesV1Query, useGetLoadQuoteAccessorialsV1Query, useLazyGetLoadQuoteAccessorialsV1Query, useGetLoadAdjustmentsByLoadV1Query, useLazyGetLoadAdjustmentsByLoadV1Query, useGetLoadUserNotesV1Query, useLazyGetLoadUserNotesV1Query, useDuplicateLoadV1Mutation, useGetLoadRateReviewsV1Query, useLazyGetLoadRateReviewsV1Query, useGetLoadCarrierTendersV1Query, useLazyGetLoadCarrierTendersV1Query, useGetLoadHosLogsV1Query, useLazyGetLoadHosLogsV1Query, useGetLoadWorkflowEventsV1Query, useLazyGetLoadWorkflowEventsV1Query, useGetLoadAppointmentArrivalsV1Query, useLazyGetLoadAppointmentArrivalsV1Query, useGetLoadQuoteRateRecordsV1Query, useLazyGetLoadQuoteRateRecordsV1Query, useGetLoadChangesV1Query, useLazyGetLoadChangesV1Query, useGetLoadSummaryDispatchesV1Query, useLazyGetLoadSummaryDispatchesV1Query, useGetLoadSummaryConsolidationsV1Query, useLazyGetLoadSummaryConsolidationsV1Query, useCalculateLoadCostV1Mutation, useArriveLoadV1Mutation, useGetLoadNotificationsQuery, useLazyGetLoadNotificationsQuery, useGetLoadClaimsQuery, useLazyGetLoadClaimsQuery, useGetLoadBillingKickbacksQuery, useLazyGetLoadBillingKickbacksQuery, } = loadV1Endpoints;
233
243
  export default loadV1Endpoints;
234
244
  export const getLoadsV1Selectors = (params) => {
235
245
  return loadsV1Adapter.getSelectors((state) => {
@@ -1 +1 @@
1
- {"version":3,"file":"loadV1Endpoints.js","sourceRoot":"","sources":["../../../src/redux/loadV1/loadV1Endpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAEnB,cAAc,GACf,MAAM,kBAAkB,CAAC;AAe1B,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAK3C,MAAM,cAAc,GAAG,mBAAmB,EAAiB,CAAC;AAC5D,MAAM,mBAAmB,GAAG,cAAc,CAAC,eAAe,EAAE,CAAC;AAE7D,MAAM,CAAC,MAAM,eAAe,GAAG,QAAQ,CAAC,eAAe,CAAC;IACtD,SAAS,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QACrB,UAAU,EAAE,KAAK,CAAC,KAAK,CAGrB;YACA,KAAK,EAAE,CAAC,IAAI,EAAE,EAAE;gBACd,OAAO;oBACL,GAAG,EAAE,OAAO;oBACZ,MAAM,EAAE,IAAI;oBACZ,WAAW,EAAE,KAAK;iBACnB,CAAC;YACJ,CAAC;YACD,iBAAiB,EAAE,CAAC,YAA6B,EAAE,EAAE;gBACnD,OAAO,cAAc,CAAC,MAAM,CAAC,mBAAmB,EAAE,YAAY,CAAC,CAAC;YAClE,CAAC;YACD,YAAY,EAAE,CAAC,SAAS,CAAC;SAC1B,CAAC;QACF,SAAS,EAAE,KAAK,CAAC,KAAK,CAAwB;YAC5C,KAAK,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC;YAC3D,YAAY,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC;SACjE,CAAC;QACF,YAAY,EAAE,KAAK,CAAC,QAAQ,CAG1B;YACA,KAAK,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;gBAChB,MAAM,EAAE,MAAM;gBACd,IAAI;gBACJ,GAAG,EAAE,OAAO;gBACZ,WAAW,EAAE,KAAK;aACnB,CAAC;YACF,eAAe,EAAE,CAAC,SAAS,EAAE,OAAO,CAAC;SACtC,CAAC;QACF,YAAY,EAAE,KAAK,CAAC,QAAQ,CAG1B;YACA,KAAK,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;gBAChB,MAAM,EAAE,KAAK;gBACb,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,GAAG,EAAE,SAAS,IAAI,CAAC,EAAE,EAAE;gBACvB,WAAW,EAAE,KAAK;aACnB,CAAC;YACF,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC;gBAC5C,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE;gBACvB,SAAS;gBACT,OAAO;aACR;SACF,CAAC;QACF,YAAY,EAAE,KAAK,CAAC,QAAQ,CAAe;YACzC,KAAK,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;gBACd,MAAM,EAAE,QAAQ;gBAChB,GAAG,EAAE,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE;aAChD,CAAC;YACF,eAAe,EAAE,CAAC,SAAS,EAAE,OAAO,CAAC;SACtC,CAAC;QACF,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAG/B;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,cAAc;oBAClC,MAAM;oBACN,WAAW,EAAE,KAAK;iBACnB,CAAC;YACJ,CAAC;YACD,YAAY,EAAE,CAAC,iBAAiB,CAAC;SAClC,CAAC;QACF,0BAA0B,EAAE,KAAK,CAAC,KAAK,CAGrC;YACA,KAAK,EAAE,CAAC,MAAM,EAAE,EAAE;gBAChB,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,qBAAqB;oBACzC,WAAW,EAAE,KAAK;iBACnB,CAAC;YACJ,CAAC;YACD,YAAY,EAAE,CAAC,uBAAuB,CAAC;SACxC,CAAC;QACF,0BAA0B,EAAE,KAAK,CAAC,KAAK,CAAoC;YACzE,KAAK,EAAE,CAAC,MAAM,EAAE,EAAE;gBAChB,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,mBAAmB;oBACvC,WAAW,EAAE,KAAK;iBACnB,CAAC;YACJ,CAAC;YACD,YAAY,EAAE,CAAC,uBAAuB,CAAC;SACxC,CAAC;QACF,kBAAkB,EAAE,KAAK,CAAC,KAAK,CAA8B;YAC3D,KAAK,EAAE,CAAC,MAAM,EAAE,EAAE;gBAChB,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,aAAa;oBACjC,WAAW,EAAE,KAAK;iBACnB,CAAC;YACJ,CAAC;YACD,YAAY,EAAE,CAAC,iBAAiB,CAAC;SAClC,CAAC;QACF,eAAe,EAAE,KAAK,CAAC,QAAQ,CAM7B;YACA,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC1B,MAAM,KAAK,GAAG,IAAI,QAAQ,EAAE,CAAC;gBAC7B,KAAK,CAAC,MAAM,CAAC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;gBACxD,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;gBAChC,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;gBAC3C,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,sBAAsB;oBAC1C,MAAM,EAAE,MAAM;oBACd,IAAI,EAAE,KAAK;oBACX,OAAO,EAAE;wBACP,cAAc,EAAE,qBAAqB;qBACtC;oBACD,WAAW,EAAE,KAAK;iBACnB,CAAC;YACJ,CAAC;YACD,eAAe,EAAE,CAAC,SAAS,EAAE,OAAO,CAAC;SACtC,CAAC;QACF,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAA8B;YAC7D,KAAK,EAAE,CAAC,MAAM,EAAE,EAAE;gBAChB,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,eAAe;oBACnC,WAAW,EAAE,KAAK;iBACnB,CAAC;YACJ,CAAC;YACD,YAAY,EAAE,CAAC,iBAAiB,CAAC;SAClC,CAAC;QACF,uBAAuB,EAAE,KAAK,CAAC,KAAK,CAGlC;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,kBAAkB;oBACtC,WAAW,EAAE,KAAK;oBAClB,MAAM;iBACP,CAAC;YACJ,CAAC;SACF,CAAC;QACF,gBAAgB,EAAE,KAAK,CAAC,KAAK,CAG3B;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,WAAW;oBAC/B,WAAW,EAAE,KAAK;oBAClB,MAAM;iBACP,CAAC;YACJ,CAAC;SACF,CAAC;QACF,uBAAuB,EAAE,KAAK,CAAC,KAAK,CAGlC;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,kBAAkB;oBACtC,WAAW,EAAE,KAAK;oBAClB,MAAM;iBACP,CAAC;YACJ,CAAC;SACF,CAAC;QACF,4BAA4B,EAAE,KAAK,CAAC,KAAK,CAGvC;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,uBAAuB;oBAC3C,WAAW,EAAE,KAAK;oBAClB,MAAM;iBACP,CAAC;YACJ,CAAC;SACF,CAAC;QACF,yBAAyB,EAAE,KAAK,CAAC,KAAK,CAGpC;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,qBAAqB;oBACzC,WAAW,EAAE,KAAK;oBAClB,MAAM;iBACP,CAAC;YACJ,CAAC;SACF,CAAC;QACF,gBAAgB,EAAE,KAAK,CAAC,KAAK,CAG3B;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,eAAe;oBACnC,WAAW,EAAE,KAAK;oBAClB,MAAM;iBACP,CAAC;YACJ,CAAC;SACF,CAAC;QACF,0BAA0B,EAAE,KAAK,CAAC,KAAK,CAGrC;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,qBAAqB;oBACzC,WAAW,EAAE,KAAK;oBAClB,MAAM;iBACP,CAAC;YACJ,CAAC;YACD,YAAY,EAAE,CAAC,sBAAsB,CAAC;SACvC,CAAC;QACF,8BAA8B,EAAE,KAAK,CAAC,KAAK,CAGzC;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,yBAAyB;oBAC7C,WAAW,EAAE,KAAK;oBAClB,MAAM;iBACP,CAAC;YACJ,CAAC;YACD,YAAY,EAAE,CAAC,0BAA0B,CAAC;SAC3C,CAAC;QACF,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAGjC;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,MAAM,EAAE,KAAK;oBACb,GAAG,EAAE,SAAS,MAAM,2BAA2B;oBAC/C,WAAW,EAAE,KAAK;oBAClB,MAAM;iBACP,CAAC;YACJ,CAAC;YACD,eAAe,EAAE,CAAC,0BAA0B,EAAE,sBAAsB,CAAC;SACtE,CAAC;QACF,YAAY,EAAE,KAAK,CAAC,QAAQ,CAAe;YACzC,KAAK,EAAE,CAAC,MAAM,EAAE,EAAE;gBAChB,OAAO;oBACL,MAAM,EAAE,KAAK;oBACb,GAAG,EAAE,SAAS,MAAM,mBAAmB;oBACvC,WAAW,EAAE,KAAK;iBACnB,CAAC;YACJ,CAAC;YACD,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC;SACxE,CAAC;QACF,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAM/B;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,gBAAgB;oBACpC,WAAW,EAAE,KAAK;oBAClB,MAAM;iBACP,CAAC;YACJ,CAAC;SACF,CAAC;QACF,aAAa,EAAE,KAAK,CAAC,KAAK,CAGxB;YACA,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE;gBAC5B,OAAO;oBACL,GAAG,EAAE,SAAS,MAAM,SAAS;oBAC7B,WAAW,EAAE,KAAK;oBAClB,MAAM;iBACP,CAAC;YACJ,CAAC;SACF,CAAC;KACH,CAAC;CACH,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,EACX,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,4BAA4B,EAC5B,gCAAgC,EAChC,kCAAkC,EAClC,sCAAsC,EACtC,kCAAkC,EAClC,sCAAsC,EACtC,0BAA0B,EAC1B,8BAA8B,EAC9B,0BAA0B,EAC1B,4BAA4B,EAC5B,gCAAgC,EAChC,+BAA+B,EAC/B,mCAAmC,EACnC,wBAAwB,EACxB,4BAA4B,EAC5B,+BAA+B,EAC/B,mCAAmC,EACnC,oCAAoC,EACpC,wCAAwC,EACxC,iCAAiC,EACjC,qCAAqC,EACrC,wBAAwB,EACxB,4BAA4B,EAC5B,kCAAkC,EAClC,sCAAsC,EACtC,sCAAsC,EACtC,0CAA0C,EAC1C,8BAA8B,EAC9B,uBAAuB,EACvB,4BAA4B,EAC5B,gCAAgC,EAChC,qBAAqB,EACrB,yBAAyB,GAC1B,GAAG,eAAe,CAAC;AAEpB,eAAe,eAAe,CAAC;AAE/B,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,MAAsC,EAAE,EAAE;IAC5E,OAAO,cAAc,CAAC,YAAY,CAAY,CAAC,KAAK,EAAE,EAAE;QACtD,OAAO,CACL,cAAc,CACZ,eAAe,CAAC,SAAS,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,EACnD,CAAC,aAAa,EAAE,EAAE;YAChB,OAAO,aAAa,CAAC,IAAI,CAAC;QAC5B,CAAC,CACF,CAAC,KAAK,CAAC,IAAI,mBAAmB,CAChC,CAAC;IACJ,CAAC,CAAC,CAAC;AACL,CAAC,CAAC"}
1
+ {"version":3,"file":"loadV1Endpoints.js","sourceRoot":"","sources":["../../../src/redux/loadV1/loadV1Endpoints.ts"],"names":[],"mappings":"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"}
@@ -2,34 +2,34 @@ import { EntityState } from "@reduxjs/toolkit";
2
2
  import { Location_Entity } from "../../entities";
3
3
  import { SearchMetadata } from "@nerdjs/nerd-core";
4
4
  export declare const locationEndpoints: 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, {}>>, {
5
- getLocations: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", EntityState<Location_Entity>, "salesApi">;
6
- getLocation: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity, "salesApi">;
7
- createLocation: import("@reduxjs/toolkit/query").MutationDefinition<Partial<Location_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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity, "salesApi">;
5
+ getLocations: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", EntityState<Location_Entity>, "salesApi">;
6
+ getLocation: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity, "salesApi">;
7
+ createLocation: import("@reduxjs/toolkit/query").MutationDefinition<Partial<Location_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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity, "salesApi">;
8
8
  updateLocation: import("@reduxjs/toolkit/query").MutationDefinition<{
9
9
  id: number;
10
10
  body: Partial<Location_Entity>;
11
- }, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", void, "salesApi">;
12
- deleteLocation: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", void, "salesApi">;
13
- getLocationSearchMetadata: import("@reduxjs/toolkit/query").QueryDefinition<void, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", SearchMetadata, "salesApi">;
14
- searchExistingLocation: import("@reduxjs/toolkit/query").QueryDefinition<string, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">;
11
+ }, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", void, "salesApi">;
12
+ deleteLocation: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", void, "salesApi">;
13
+ getLocationSearchMetadata: import("@reduxjs/toolkit/query").QueryDefinition<void, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", SearchMetadata, "salesApi">;
14
+ searchExistingLocation: import("@reduxjs/toolkit/query").QueryDefinition<string, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">;
15
15
  searchLocation: import("@reduxjs/toolkit/query").QueryDefinition<{
16
16
  zip: string;
17
17
  location: string;
18
- }, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">;
19
- }, "salesApi", "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
20
- export declare const useGetLocationQuery: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity, "salesApi">>, useGetLocationsQuery: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", EntityState<Location_Entity>, "salesApi">>, useGetLocationSearchMetadataQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<void, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", SearchMetadata, "salesApi">>, useLazyGetLocationsQuery: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", EntityState<Location_Entity>, "salesApi">>, useLazyGetLocationQuery: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity, "salesApi">>, useLazyGetLocationSearchMetadataQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<void, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", SearchMetadata, "salesApi">>, useCreateLocationMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<Partial<Location_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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity, "salesApi">>, useDeleteLocationMutation: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", void, "salesApi">>, useUpdateLocationMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<{
18
+ }, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">;
19
+ }, "salesApi", "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
20
+ export declare const useGetLocationQuery: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity, "salesApi">>, useGetLocationsQuery: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", EntityState<Location_Entity>, "salesApi">>, useGetLocationSearchMetadataQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<void, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", SearchMetadata, "salesApi">>, useLazyGetLocationsQuery: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", EntityState<Location_Entity>, "salesApi">>, useLazyGetLocationQuery: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity, "salesApi">>, useLazyGetLocationSearchMetadataQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<void, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", SearchMetadata, "salesApi">>, useCreateLocationMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<Partial<Location_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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity, "salesApi">>, useDeleteLocationMutation: 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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", void, "salesApi">>, useUpdateLocationMutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/query").MutationDefinition<{
21
21
  id: number;
22
22
  body: Partial<Location_Entity>;
23
- }, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", void, "salesApi">>, useLazySearchExistingLocationQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<string, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">>, useLazySearchLocationQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<{
23
+ }, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", void, "salesApi">>, useLazySearchExistingLocationQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<string, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">>, useLazySearchLocationQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/query").QueryDefinition<{
24
24
  zip: string;
25
25
  location: string;
26
- }, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">>, useSearchExistingLocationQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<string, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">>, useSearchLocationQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<{
26
+ }, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">>, useSearchExistingLocationQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<string, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">>, useSearchLocationQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<{
27
27
  zip: string;
28
28
  location: string;
29
- }, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">>;
29
+ }, (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" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", Location_Entity[], "salesApi">>;
30
30
  export default locationEndpoints;
31
31
  export declare const getLocationsSelectors: (params: Record<string, unknown> | void) => import("@reduxjs/toolkit").EntitySelectors<Location_Entity, {
32
- salesApi: import("@reduxjs/toolkit/query").CombinedState<{}, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", "salesApi">;
32
+ salesApi: import("@reduxjs/toolkit/query").CombinedState<{}, "shipcons" | "files" | "quotes" | "loads" | "customers" | "loadAdjustments" | "locations" | "quoteAccessorials" | "tenders" | "holidays" | "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", "salesApi">;
33
33
  salesKitState: import("redux").CombinedState<{
34
34
  quote: import("..").QuoteState;
35
35
  tender: import("../tender/tenderSlice").TenderState;