@nerdjs/sales-kit 2.0.39 → 2.0.40

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 (77) hide show
  1. package/dist/entities/appointmentArrival/appointmentArrival.d.ts +36 -0
  2. package/dist/entities/appointmentArrival/appointmentArrival.js +90 -0
  3. package/dist/entities/appointmentArrival/appointmentArrival.js.map +1 -0
  4. package/dist/entities/appointmentArrival/helper.d.ts +5 -0
  5. package/dist/entities/appointmentArrival/helper.js +16 -0
  6. package/dist/entities/appointmentArrival/helper.js.map +1 -0
  7. package/dist/entities/appointmentArrival/index.d.ts +2 -0
  8. package/dist/entities/appointmentArrival/index.js +3 -0
  9. package/dist/entities/appointmentArrival/index.js.map +1 -0
  10. package/dist/entities/carrierTender/carrierTender.d.ts +69 -0
  11. package/dist/entities/carrierTender/carrierTender.js +160 -0
  12. package/dist/entities/carrierTender/carrierTender.js.map +1 -0
  13. package/dist/entities/carrierTender/helper.d.ts +5 -0
  14. package/dist/entities/carrierTender/helper.js +16 -0
  15. package/dist/entities/carrierTender/helper.js.map +1 -0
  16. package/dist/entities/carrierTender/index.d.ts +2 -0
  17. package/dist/entities/carrierTender/index.js +3 -0
  18. package/dist/entities/carrierTender/index.js.map +1 -0
  19. package/dist/entities/hosLog/helper.d.ts +5 -0
  20. package/dist/entities/hosLog/helper.js +16 -0
  21. package/dist/entities/hosLog/helper.js.map +1 -0
  22. package/dist/entities/hosLog/hosLog.d.ts +38 -0
  23. package/dist/entities/hosLog/hosLog.js +93 -0
  24. package/dist/entities/hosLog/hosLog.js.map +1 -0
  25. package/dist/entities/hosLog/index.d.ts +2 -0
  26. package/dist/entities/hosLog/index.js +3 -0
  27. package/dist/entities/hosLog/index.js.map +1 -0
  28. package/dist/entities/index.d.ts +6 -0
  29. package/dist/entities/index.js +6 -0
  30. package/dist/entities/index.js.map +1 -1
  31. package/dist/entities/loadChange/helper.d.ts +5 -0
  32. package/dist/entities/loadChange/helper.js +16 -0
  33. package/dist/entities/loadChange/helper.js.map +1 -0
  34. package/dist/entities/loadChange/index.d.ts +2 -0
  35. package/dist/entities/loadChange/index.js +3 -0
  36. package/dist/entities/loadChange/index.js.map +1 -0
  37. package/dist/entities/loadChange/loadChange.d.ts +11 -0
  38. package/dist/entities/loadChange/loadChange.js +39 -0
  39. package/dist/entities/loadChange/loadChange.js.map +1 -0
  40. package/dist/entities/location/location.js +2 -2
  41. package/dist/entities/location/location.js.map +1 -1
  42. package/dist/entities/quoteRateRecord/helper.d.ts +5 -0
  43. package/dist/entities/quoteRateRecord/helper.js +16 -0
  44. package/dist/entities/quoteRateRecord/helper.js.map +1 -0
  45. package/dist/entities/quoteRateRecord/index.d.ts +2 -0
  46. package/dist/entities/quoteRateRecord/index.js +3 -0
  47. package/dist/entities/quoteRateRecord/index.js.map +1 -0
  48. package/dist/entities/quoteRateRecord/quoteRateRecord.d.ts +50 -0
  49. package/dist/entities/quoteRateRecord/quoteRateRecord.js +121 -0
  50. package/dist/entities/quoteRateRecord/quoteRateRecord.js.map +1 -0
  51. package/dist/entities/workflowEvent/helper.d.ts +5 -0
  52. package/dist/entities/workflowEvent/helper.js +16 -0
  53. package/dist/entities/workflowEvent/helper.js.map +1 -0
  54. package/dist/entities/workflowEvent/index.d.ts +2 -0
  55. package/dist/entities/workflowEvent/index.js +3 -0
  56. package/dist/entities/workflowEvent/index.js.map +1 -0
  57. package/dist/entities/workflowEvent/workflowEvent.d.ts +34 -0
  58. package/dist/entities/workflowEvent/workflowEvent.js +87 -0
  59. package/dist/entities/workflowEvent/workflowEvent.js.map +1 -0
  60. package/dist/hooks/locationsForm/locationsForm.js +11 -6
  61. package/dist/hooks/locationsForm/locationsForm.js.map +1 -1
  62. package/dist/hooks/locationsForm/locationsFormSales.js +6 -8
  63. package/dist/hooks/locationsForm/locationsFormSales.js.map +1 -1
  64. package/dist/hooks/quote/form.js +10 -8
  65. package/dist/hooks/quote/form.js.map +1 -1
  66. package/dist/hooks/quote/helpers.d.ts +12 -10
  67. package/dist/hooks/quote/helpers.js +10 -8
  68. package/dist/hooks/quote/helpers.js.map +1 -1
  69. package/dist/hooks/tender/form.js +10 -10
  70. package/dist/hooks/tender/form.js.map +1 -1
  71. package/dist/hooks/tender/helpers.d.ts +4 -4
  72. package/dist/hooks/tender/helpers.js +1 -1
  73. package/dist/hooks/tender/helpers.js.map +1 -1
  74. package/dist/redux/loadV1/loadV1Endpoints.d.ts +62 -2
  75. package/dist/redux/loadV1/loadV1Endpoints.js +55 -1
  76. package/dist/redux/loadV1/loadV1Endpoints.js.map +1 -1
  77. package/package.json +2 -1
@@ -1,5 +1,5 @@
1
1
  import { EntityState } from "@reduxjs/toolkit";
2
- import { LoadV1_Entity, QuoteAccessorialV1_Entity, RateReview_Entity, UserNoteV1_Entity } from "../../entities";
2
+ import { AppointmentArrival_Entity, CarrierTender_Entity, HosLog_Entity, LoadV1_Entity, QuoteAccessorialV1_Entity, QuoteRateRecord_Entity, RateReview_Entity, UserNoteV1_Entity } from "../../entities";
3
3
  import { CommodityV1_Entity } from "../../entities/commodityV1";
4
4
  import { LoadAdjustmentV1_Entity } from "../../entities/loadAdjustmentV1";
5
5
  export declare const loadV1Endpoints: import("@reduxjs/toolkit/dist/query").Api<(args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/query").FetchBaseQueryError, {}>>, {
@@ -29,6 +29,30 @@ export declare const loadV1Endpoints: import("@reduxjs/toolkit/dist/query").Api<
29
29
  };
30
30
  }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", LoadV1_Entity, "salesApi">;
31
31
  getLoadRateReviewsV1: import("@reduxjs/toolkit/dist/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", RateReview_Entity[], "salesApi">;
32
+ getLoadCarrierTendersV1: import("@reduxjs/toolkit/dist/query").QueryDefinition<{
33
+ loadID: number;
34
+ params?: Record<string, unknown> | undefined;
35
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", CarrierTender_Entity[], "salesApi">;
36
+ getLoadHosLogsV1: import("@reduxjs/toolkit/dist/query").QueryDefinition<{
37
+ loadID: number;
38
+ params?: Record<string, unknown> | undefined;
39
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", HosLog_Entity[], "salesApi">;
40
+ getLoadWorkflowEventsV1: import("@reduxjs/toolkit/dist/query").QueryDefinition<{
41
+ loadID: number;
42
+ params?: Record<string, unknown> | undefined;
43
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", HosLog_Entity[], "salesApi">;
44
+ getLoadAppointmentArrivalsV1: import("@reduxjs/toolkit/dist/query").QueryDefinition<{
45
+ loadID: number;
46
+ params?: Record<string, unknown> | undefined;
47
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", AppointmentArrival_Entity[], "salesApi">;
48
+ getLoadQuoteRateRecordsV1: import("@reduxjs/toolkit/dist/query").QueryDefinition<{
49
+ loadID: number;
50
+ params?: Record<string, unknown> | undefined;
51
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", QuoteRateRecord_Entity[], "salesApi">;
52
+ getLoadChangesV1: import("@reduxjs/toolkit/dist/query").QueryDefinition<{
53
+ loadID: number;
54
+ params?: Record<string, unknown> | undefined;
55
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", QuoteRateRecord_Entity[], "salesApi">;
32
56
  }, "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", typeof import("@reduxjs/toolkit/dist/query/core/module").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react/module").reactHooksModuleName>;
33
57
  export declare const useGetLoadV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", LoadV1_Entity, "salesApi">>, useGetLoadsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", EntityState<LoadV1_Entity>, "salesApi">>, useLazyGetLoadsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<void | Record<string, unknown>, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", EntityState<LoadV1_Entity>, "salesApi">>, useLazyGetLoadV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", LoadV1_Entity, "salesApi">>, useCreateLoadV1Mutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/dist/query").MutationDefinition<Partial<LoadV1_Entity>, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", LoadV1_Entity, "salesApi">>, useDeleteLoadV1Mutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/dist/query").MutationDefinition<number, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", void, "salesApi">>, useUpdateLoadV1Mutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/dist/query").MutationDefinition<{
34
58
  id: number;
@@ -48,7 +72,43 @@ export declare const useGetLoadV1Query: import("@reduxjs/toolkit/dist/query/reac
48
72
  date: string;
49
73
  rate: string;
50
74
  };
51
- }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", LoadV1_Entity, "salesApi">>, useGetLoadRateReviewsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", RateReview_Entity[], "salesApi">>, useLazyGetLoadRateReviewsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", RateReview_Entity[], "salesApi">>;
75
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", LoadV1_Entity, "salesApi">>, useGetLoadRateReviewsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", RateReview_Entity[], "salesApi">>, useLazyGetLoadRateReviewsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<number, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", RateReview_Entity[], "salesApi">>, useGetLoadCarrierTendersV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
76
+ loadID: number;
77
+ params?: Record<string, unknown> | undefined;
78
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", CarrierTender_Entity[], "salesApi">>, useLazyGetLoadCarrierTendersV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
79
+ loadID: number;
80
+ params?: Record<string, unknown> | undefined;
81
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", CarrierTender_Entity[], "salesApi">>, useGetLoadHosLogsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
82
+ loadID: number;
83
+ params?: Record<string, unknown> | undefined;
84
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", HosLog_Entity[], "salesApi">>, useLazyGetLoadHosLogsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
85
+ loadID: number;
86
+ params?: Record<string, unknown> | undefined;
87
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", HosLog_Entity[], "salesApi">>, useGetLoadWorkflowEventsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
88
+ loadID: number;
89
+ params?: Record<string, unknown> | undefined;
90
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", HosLog_Entity[], "salesApi">>, useLazyGetLoadWorkflowEventsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
91
+ loadID: number;
92
+ params?: Record<string, unknown> | undefined;
93
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", HosLog_Entity[], "salesApi">>, useGetLoadAppointmentArrivalsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
94
+ loadID: number;
95
+ params?: Record<string, unknown> | undefined;
96
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", AppointmentArrival_Entity[], "salesApi">>, useLazyGetLoadAppointmentArrivalsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
97
+ loadID: number;
98
+ params?: Record<string, unknown> | undefined;
99
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", AppointmentArrival_Entity[], "salesApi">>, useGetLoadQuoteRateRecordsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
100
+ loadID: number;
101
+ params?: Record<string, unknown> | undefined;
102
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", QuoteRateRecord_Entity[], "salesApi">>, useLazyGetLoadQuoteRateRecordsV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
103
+ loadID: number;
104
+ params?: Record<string, unknown> | undefined;
105
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", QuoteRateRecord_Entity[], "salesApi">>, useGetLoadChangesV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
106
+ loadID: number;
107
+ params?: Record<string, unknown> | undefined;
108
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", QuoteRateRecord_Entity[], "salesApi">>, useLazyGetLoadChangesV1Query: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseLazyQuery<import("@reduxjs/toolkit/dist/query").QueryDefinition<{
109
+ loadID: number;
110
+ params?: Record<string, unknown> | undefined;
111
+ }, (args: any, api: import("@reduxjs/toolkit/dist/query").BaseQueryApi) => import("@reduxjs/toolkit/dist/query/tsHelpers").MaybePromise<import("@reduxjs/toolkit/dist/query/baseQueryTypes").QueryReturnValue<unknown, import("@reduxjs/toolkit/dist/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", QuoteRateRecord_Entity[], "salesApi">>;
52
112
  export default loadV1Endpoints;
53
113
  export declare const getLoadsV1Selectors: (params: Record<string, unknown> | void) => import("@reduxjs/toolkit").EntitySelectors<LoadV1_Entity, {
54
114
  salesApi: import("@reduxjs/toolkit/dist/query/core/apiState").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", "salesApi">;
@@ -113,9 +113,63 @@ export const loadV1Endpoints = salesApi.injectEndpoints({
113
113
  },
114
114
  providesTags: ["loadRateReviews"],
115
115
  }),
116
+ getLoadCarrierTendersV1: build.query({
117
+ query: ({ loadID, params }) => {
118
+ return {
119
+ url: `loads/${loadID}/carrier_tenders`,
120
+ routePrefix: "/v1",
121
+ params,
122
+ };
123
+ },
124
+ }),
125
+ getLoadHosLogsV1: build.query({
126
+ query: ({ loadID, params }) => {
127
+ return {
128
+ url: `loads/${loadID}/hos_logs`,
129
+ routePrefix: "/v1",
130
+ params,
131
+ };
132
+ },
133
+ }),
134
+ getLoadWorkflowEventsV1: build.query({
135
+ query: ({ loadID, params }) => {
136
+ return {
137
+ url: `loads/${loadID}/workflow/events`,
138
+ routePrefix: "/v1",
139
+ params,
140
+ };
141
+ },
142
+ }),
143
+ getLoadAppointmentArrivalsV1: build.query({
144
+ query: ({ loadID, params }) => {
145
+ return {
146
+ url: `loads/${loadID}/appointment_arrivals`,
147
+ routePrefix: "/v1",
148
+ params,
149
+ };
150
+ },
151
+ }),
152
+ getLoadQuoteRateRecordsV1: build.query({
153
+ query: ({ loadID, params }) => {
154
+ return {
155
+ url: `loads/${loadID}/quote_rate_records`,
156
+ routePrefix: "/v1",
157
+ params,
158
+ };
159
+ },
160
+ }),
161
+ getLoadChangesV1: build.query({
162
+ query: ({ loadID, params }) => {
163
+ return {
164
+ url: `loads/${loadID}/load_changes`,
165
+ routePrefix: "/v1",
166
+ params,
167
+ };
168
+ },
169
+ }),
116
170
  }),
117
171
  });
118
- export const { useGetLoadV1Query, useGetLoadsV1Query, useLazyGetLoadsV1Query, useLazyGetLoadV1Query, useCreateLoadV1Mutation, useDeleteLoadV1Mutation, useUpdateLoadV1Mutation, useGetLoadCommoditiesV1Query, useLazyGetLoadCommoditiesV1Query, useGetLoadQuoteAccessorialsV1Query, useLazyGetLoadQuoteAccessorialsV1Query, useGetLoadAdjustmentsByLoadV1Query, useLazyGetLoadAdjustmentsByLoadV1Query, useGetLoadUserNotesV1Query, useLazyGetLoadUserNotesV1Query, useDuplicateLoadV1Mutation, useGetLoadRateReviewsV1Query, useLazyGetLoadRateReviewsV1Query, } = loadV1Endpoints;
172
+ 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, } = loadV1Endpoints;
119
173
  export default loadV1Endpoints;
120
174
  export const getLoadsV1Selectors = (params) => {
121
175
  return loadsV1Adapter.getSelectors((state) => {
@@ -1 +1 @@
1
- {"version":3,"file":"loadV1Endpoints.js","sourceRoot":"","sources":["../../../src/redux/loadV1/loadV1Endpoints.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"loadV1Endpoints.js","sourceRoot":"","sources":["../../../src/redux/loadV1/loadV1Endpoints.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nerdjs/sales-kit",
3
- "version": "2.0.39",
3
+ "version": "2.0.40",
4
4
  "description": "This is a @nerdjs library for the WA Sales Service",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -30,6 +30,7 @@
30
30
  "@mui/joy": "^5.0.0-alpha.56",
31
31
  "@mui/material": "^5.2.7",
32
32
  "@mui/x-date-pickers-pro": "^5.0.20",
33
+ "@mui/x-data-grid-premium": "^6.14.0",
33
34
  "@nerdjs/account-kit": "^3.0.0",
34
35
  "@nerdjs/nerd-core": "^1.0.10",
35
36
  "@nerdjs/nerd-network": "^2.0.2",