@nerdjs/sales-kit 2.0.37 → 2.0.39

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 (204) hide show
  1. package/dist/entities/company/company.d.ts +17 -0
  2. package/dist/entities/company/company.js +51 -0
  3. package/dist/entities/company/company.js.map +1 -0
  4. package/dist/entities/company/helper.d.ts +5 -0
  5. package/dist/entities/company/helper.js +16 -0
  6. package/dist/entities/company/helper.js.map +1 -0
  7. package/dist/entities/company/index.d.ts +2 -0
  8. package/dist/entities/company/index.js +3 -0
  9. package/dist/entities/company/index.js.map +1 -0
  10. package/dist/entities/contact/contact.d.ts +19 -0
  11. package/dist/entities/contact/contact.js +55 -0
  12. package/dist/entities/contact/contact.js.map +1 -0
  13. package/dist/entities/contact/helper.d.ts +5 -0
  14. package/dist/entities/contact/helper.js +16 -0
  15. package/dist/entities/contact/helper.js.map +1 -0
  16. package/dist/entities/contact/index.d.ts +2 -0
  17. package/dist/entities/contact/index.js +3 -0
  18. package/dist/entities/contact/index.js.map +1 -0
  19. package/dist/entities/customerV1/customerV1.d.ts +138 -0
  20. package/dist/entities/customerV1/customerV1.js +278 -0
  21. package/dist/entities/customerV1/customerV1.js.map +1 -0
  22. package/dist/entities/customerV1/helper.d.ts +5 -0
  23. package/dist/entities/customerV1/helper.js +16 -0
  24. package/dist/entities/customerV1/helper.js.map +1 -0
  25. package/dist/entities/customerV1/index.d.ts +2 -0
  26. package/dist/entities/customerV1/index.js +3 -0
  27. package/dist/entities/customerV1/index.js.map +1 -0
  28. package/dist/entities/customersAccessorial/customersAccessorial.d.ts +20 -0
  29. package/dist/entities/customersAccessorial/customersAccessorial.js +58 -0
  30. package/dist/entities/customersAccessorial/customersAccessorial.js.map +1 -0
  31. package/dist/entities/customersAccessorial/helper.d.ts +5 -0
  32. package/dist/entities/customersAccessorial/helper.js +16 -0
  33. package/dist/entities/customersAccessorial/helper.js.map +1 -0
  34. package/dist/entities/customersAccessorial/index.d.ts +2 -0
  35. package/dist/entities/customersAccessorial/index.js +3 -0
  36. package/dist/entities/customersAccessorial/index.js.map +1 -0
  37. package/dist/entities/flag/flag.d.ts +9 -0
  38. package/dist/entities/flag/flag.js +35 -0
  39. package/dist/entities/flag/flag.js.map +1 -0
  40. package/dist/entities/flag/helper.d.ts +5 -0
  41. package/dist/entities/flag/helper.js +16 -0
  42. package/dist/entities/flag/helper.js.map +1 -0
  43. package/dist/entities/flag/index.d.ts +2 -0
  44. package/dist/entities/flag/index.js +3 -0
  45. package/dist/entities/flag/index.js.map +1 -0
  46. package/dist/entities/index.d.ts +11 -0
  47. package/dist/entities/index.js +11 -0
  48. package/dist/entities/index.js.map +1 -1
  49. package/dist/entities/notification/helper.d.ts +5 -0
  50. package/dist/entities/notification/helper.js +16 -0
  51. package/dist/entities/notification/helper.js.map +1 -0
  52. package/dist/entities/notification/index.d.ts +2 -0
  53. package/dist/entities/notification/index.js +3 -0
  54. package/dist/entities/notification/index.js.map +1 -0
  55. package/dist/entities/notification/notification.d.ts +14 -0
  56. package/dist/entities/notification/notification.js +45 -0
  57. package/dist/entities/notification/notification.js.map +1 -0
  58. package/dist/entities/notificationSubscription/helper.d.ts +5 -0
  59. package/dist/entities/notificationSubscription/helper.js +16 -0
  60. package/dist/entities/notificationSubscription/helper.js.map +1 -0
  61. package/dist/entities/notificationSubscription/index.d.ts +2 -0
  62. package/dist/entities/notificationSubscription/index.js +3 -0
  63. package/dist/entities/notificationSubscription/index.js.map +1 -0
  64. package/dist/entities/notificationSubscription/notificationSubscription.d.ts +14 -0
  65. package/dist/entities/notificationSubscription/notificationSubscription.js +46 -0
  66. package/dist/entities/notificationSubscription/notificationSubscription.js.map +1 -0
  67. package/dist/entities/notificationUserSubscription/helper.d.ts +5 -0
  68. package/dist/entities/notificationUserSubscription/helper.js +16 -0
  69. package/dist/entities/notificationUserSubscription/helper.js.map +1 -0
  70. package/dist/entities/notificationUserSubscription/index.d.ts +2 -0
  71. package/dist/entities/notificationUserSubscription/index.js +3 -0
  72. package/dist/entities/notificationUserSubscription/index.js.map +1 -0
  73. package/dist/entities/notificationUserSubscription/notificationUserSubscription.d.ts +15 -0
  74. package/dist/entities/notificationUserSubscription/notificationUserSubscription.js +47 -0
  75. package/dist/entities/notificationUserSubscription/notificationUserSubscription.js.map +1 -0
  76. package/dist/entities/person/helper.d.ts +5 -0
  77. package/dist/entities/person/helper.js +16 -0
  78. package/dist/entities/person/helper.js.map +1 -0
  79. package/dist/entities/person/index.d.ts +2 -0
  80. package/dist/entities/person/index.js +3 -0
  81. package/dist/entities/person/index.js.map +1 -0
  82. package/dist/entities/person/person.d.ts +46 -0
  83. package/dist/entities/person/person.js +108 -0
  84. package/dist/entities/person/person.js.map +1 -0
  85. package/dist/entities/rateReview/helper.d.ts +5 -0
  86. package/dist/entities/rateReview/helper.js +16 -0
  87. package/dist/entities/rateReview/helper.js.map +1 -0
  88. package/dist/entities/rateReview/index.d.ts +2 -0
  89. package/dist/entities/rateReview/index.js +3 -0
  90. package/dist/entities/rateReview/index.js.map +1 -0
  91. package/dist/entities/rateReview/rateReview.d.ts +49 -0
  92. package/dist/entities/rateReview/rateReview.js +116 -0
  93. package/dist/entities/rateReview/rateReview.js.map +1 -0
  94. package/dist/entities/unitV1/helper.d.ts +5 -0
  95. package/dist/entities/unitV1/helper.js +16 -0
  96. package/dist/entities/unitV1/helper.js.map +1 -0
  97. package/dist/entities/unitV1/index.d.ts +2 -0
  98. package/dist/entities/unitV1/index.js +3 -0
  99. package/dist/entities/unitV1/index.js.map +1 -0
  100. package/dist/entities/unitV1/unit.d.ts +11 -0
  101. package/dist/entities/unitV1/unit.js +39 -0
  102. package/dist/entities/unitV1/unit.js.map +1 -0
  103. package/dist/hooks/customer/customerAutocomplete.d.ts +7 -7
  104. package/dist/hooks/customer/customerAutocomplete.js +12 -13
  105. package/dist/hooks/customer/customerAutocomplete.js.map +1 -1
  106. package/dist/hooks/locationsForm/locationsFormSales.d.ts +1 -0
  107. package/dist/hooks/locationsForm/locationsFormSales.js +33 -6
  108. package/dist/hooks/locationsForm/locationsFormSales.js.map +1 -1
  109. package/dist/hooks/quote/form.js +11 -0
  110. package/dist/hooks/quote/form.js.map +1 -1
  111. package/dist/hooks/quote/helpers.d.ts +9 -0
  112. package/dist/hooks/quote/helpers.js +19 -2
  113. package/dist/hooks/quote/helpers.js.map +1 -1
  114. package/dist/hooks/quote/result.js +1 -0
  115. package/dist/hooks/quote/result.js.map +1 -1
  116. package/dist/hooks/tender/form.js +3 -6
  117. package/dist/hooks/tender/form.js.map +1 -1
  118. package/dist/redux/api/salesApi.d.ts +1 -1
  119. package/dist/redux/api/salesApi.js +9 -0
  120. package/dist/redux/api/salesApi.js.map +1 -1
  121. package/dist/redux/appointmentIssue/appointmentIssueEndpoints.d.ts +10 -10
  122. package/dist/redux/appointmentIssueCategory/appointmentIssueCategoryEndpoints.d.ts +11 -11
  123. package/dist/redux/appointmentIssueSubcategory/appointmentIssueSubcategoryEndpoints.d.ts +10 -10
  124. package/dist/redux/appointmentNote/appointmentNoteEndpoints.d.ts +10 -10
  125. package/dist/redux/appointmentNoteType/appointmentNoteTypeEndpoints.d.ts +10 -10
  126. package/dist/redux/archerFile/archerFileEndpoints.d.ts +20 -8
  127. package/dist/redux/archerFile/archerFileEndpoints.js +18 -3
  128. package/dist/redux/archerFile/archerFileEndpoints.js.map +1 -1
  129. package/dist/redux/carrierName/carrierNameEndpoints.d.ts +10 -10
  130. package/dist/redux/commodityV1/commodityV1Endpoints.d.ts +11 -11
  131. package/dist/redux/contact/contactEndpoints.d.ts +26 -0
  132. package/dist/redux/contact/contactEndpoints.js +54 -0
  133. package/dist/redux/contact/contactEndpoints.js.map +1 -0
  134. package/dist/redux/contact/index.d.ts +2 -0
  135. package/dist/redux/contact/index.js +3 -0
  136. package/dist/redux/contact/index.js.map +1 -0
  137. package/dist/redux/customer/customerEndpoints.d.ts +27 -19
  138. package/dist/redux/customer/customerEndpoints.js +7 -7
  139. package/dist/redux/customer/customerEndpoints.js.map +1 -1
  140. package/dist/redux/customersAccessorial/customersAccessorialEndpoints.d.ts +24 -0
  141. package/dist/redux/customersAccessorial/customersAccessorialEndpoints.js +56 -0
  142. package/dist/redux/customersAccessorial/customersAccessorialEndpoints.js.map +1 -0
  143. package/dist/redux/customersAccessorial/index.d.ts +2 -0
  144. package/dist/redux/customersAccessorial/index.js +3 -0
  145. package/dist/redux/customersAccessorial/index.js.map +1 -0
  146. package/dist/redux/driverName/driverNameEndpoints.d.ts +9 -9
  147. package/dist/redux/flag/flagEndpoints.d.ts +24 -0
  148. package/dist/redux/flag/flagEndpoints.js +64 -0
  149. package/dist/redux/flag/flagEndpoints.js.map +1 -0
  150. package/dist/redux/flag/index.d.ts +2 -0
  151. package/dist/redux/flag/index.js +3 -0
  152. package/dist/redux/flag/index.js.map +1 -0
  153. package/dist/redux/holiday/holidayEndpoints.d.ts +10 -10
  154. package/dist/redux/index.d.ts +8 -0
  155. package/dist/redux/index.js +8 -0
  156. package/dist/redux/index.js.map +1 -1
  157. package/dist/redux/load/loadEndpoints.d.ts +10 -10
  158. package/dist/redux/loadAdjustment/loadAdjustmentEndpoints.d.ts +10 -10
  159. package/dist/redux/loadAdjustmentV1/loadAdjustmentV1Endpoints.d.ts +10 -10
  160. package/dist/redux/loadV1/loadV1Endpoints.d.ts +32 -16
  161. package/dist/redux/loadV1/loadV1Endpoints.js +28 -1
  162. package/dist/redux/loadV1/loadV1Endpoints.js.map +1 -1
  163. package/dist/redux/location/locationEndpoints.d.ts +14 -14
  164. package/dist/redux/locationV1/locationV1Endpoints.d.ts +19 -19
  165. package/dist/redux/nmfcClass/nmfcClassEndpoints.d.ts +9 -9
  166. package/dist/redux/nodeName/nodeNameEndpoints.d.ts +10 -10
  167. package/dist/redux/notification/index.d.ts +2 -0
  168. package/dist/redux/notification/index.js +3 -0
  169. package/dist/redux/notification/index.js.map +1 -0
  170. package/dist/redux/notification/notificationEndpoints.d.ts +36 -0
  171. package/dist/redux/notification/notificationEndpoints.js +81 -0
  172. package/dist/redux/notification/notificationEndpoints.js.map +1 -0
  173. package/dist/redux/person/index.d.ts +2 -0
  174. package/dist/redux/person/index.js +3 -0
  175. package/dist/redux/person/index.js.map +1 -0
  176. package/dist/redux/person/personEndpoints.d.ts +34 -0
  177. package/dist/redux/person/personEndpoints.js +67 -0
  178. package/dist/redux/person/personEndpoints.js.map +1 -0
  179. package/dist/redux/personName/personNameEndpoints.d.ts +10 -10
  180. package/dist/redux/quote/quoteEndpoints.d.ts +38 -17
  181. package/dist/redux/quote/quoteEndpoints.js +18 -1
  182. package/dist/redux/quote/quoteEndpoints.js.map +1 -1
  183. package/dist/redux/quote/quoteHooks.d.ts +2 -2
  184. package/dist/redux/quoteAccessorial/quoteAccessorialEndpoints.d.ts +9 -9
  185. package/dist/redux/quoteAccessorialV1/quoteAccessorialV1Endpoints.d.ts +10 -10
  186. package/dist/redux/rateReview/index.d.ts +2 -0
  187. package/dist/redux/rateReview/index.js +3 -0
  188. package/dist/redux/rateReview/index.js.map +1 -0
  189. package/dist/redux/rateReview/rateReviewEndpoints.d.ts +32 -0
  190. package/dist/redux/rateReview/rateReviewEndpoints.js +65 -0
  191. package/dist/redux/rateReview/rateReviewEndpoints.js.map +1 -0
  192. package/dist/redux/shipcon/shipconEndpoints.d.ts +10 -10
  193. package/dist/redux/shipconV1/shipconV1Endpoints.d.ts +14 -14
  194. package/dist/redux/tender/tenderEndpoints.d.ts +9 -9
  195. package/dist/redux/trailerAvailability/customerEndpoints.d.ts +4 -4
  196. package/dist/redux/types.d.ts +2 -2
  197. package/dist/redux/unitV1/index.d.ts +2 -0
  198. package/dist/redux/unitV1/index.js +3 -0
  199. package/dist/redux/unitV1/index.js.map +1 -0
  200. package/dist/redux/unitV1/unitV1Endpoints.d.ts +24 -0
  201. package/dist/redux/unitV1/unitV1Endpoints.js +64 -0
  202. package/dist/redux/unitV1/unitV1Endpoints.js.map +1 -0
  203. package/dist/redux/userNoteV1/userNoteV1Endpoints.d.ts +10 -10
  204. package/package.json +1 -1
@@ -1,30 +1,30 @@
1
1
  import { EntityState } from "@reduxjs/toolkit";
2
2
  import { UserNoteV1_Entity } from "../../entities";
3
3
  export declare const userNoteV1Endpoints: 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, {}>>, {
4
- getUserNotesV1: 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", EntityState<UserNoteV1_Entity>, "salesApi">;
5
- getUserNoteV1: 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", UserNoteV1_Entity, "salesApi">;
4
+ getUserNotesV1: 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<UserNoteV1_Entity>, "salesApi">;
5
+ getUserNoteV1: 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", UserNoteV1_Entity, "salesApi">;
6
6
  createUserNoteV1: import("@reduxjs/toolkit/dist/query").MutationDefinition<{
7
7
  usernote: Partial<UserNoteV1_Entity>;
8
- }, (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", UserNoteV1_Entity, "salesApi">;
8
+ }, (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", UserNoteV1_Entity, "salesApi">;
9
9
  updateUserNoteV1: import("@reduxjs/toolkit/dist/query").MutationDefinition<{
10
10
  id: number;
11
11
  body: {
12
12
  usernote: Partial<UserNoteV1_Entity>;
13
13
  };
14
- }, (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", void, "salesApi">;
15
- deleteUserNoteV1: 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", void, "salesApi">;
16
- }, "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", typeof import("@reduxjs/toolkit/dist/query/core/module").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react/module").reactHooksModuleName>;
17
- export declare const useGetUserNoteV1Query: 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", UserNoteV1_Entity, "salesApi">>, useGetUserNotesV1Query: 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", EntityState<UserNoteV1_Entity>, "salesApi">>, useLazyGetUserNotesV1Query: 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", EntityState<UserNoteV1_Entity>, "salesApi">>, useLazyGetUserNoteV1Query: 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", UserNoteV1_Entity, "salesApi">>, useCreateUserNoteV1Mutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/dist/query").MutationDefinition<{
14
+ }, (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">;
15
+ deleteUserNoteV1: 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">;
16
+ }, "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>;
17
+ export declare const useGetUserNoteV1Query: 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", UserNoteV1_Entity, "salesApi">>, useGetUserNotesV1Query: 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<UserNoteV1_Entity>, "salesApi">>, useLazyGetUserNotesV1Query: 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<UserNoteV1_Entity>, "salesApi">>, useLazyGetUserNoteV1Query: 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", UserNoteV1_Entity, "salesApi">>, useCreateUserNoteV1Mutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/dist/query").MutationDefinition<{
18
18
  usernote: Partial<UserNoteV1_Entity>;
19
- }, (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", UserNoteV1_Entity, "salesApi">>, useDeleteUserNoteV1Mutation: 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", void, "salesApi">>, useUpdateUserNoteV1Mutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/dist/query").MutationDefinition<{
19
+ }, (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", UserNoteV1_Entity, "salesApi">>, useDeleteUserNoteV1Mutation: 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">>, useUpdateUserNoteV1Mutation: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseMutation<import("@reduxjs/toolkit/dist/query").MutationDefinition<{
20
20
  id: number;
21
21
  body: {
22
22
  usernote: Partial<UserNoteV1_Entity>;
23
23
  };
24
- }, (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", void, "salesApi">>;
24
+ }, (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">>;
25
25
  export default userNoteV1Endpoints;
26
26
  export declare const getUserNotesV1Selectors: (params: Record<string, unknown> | void) => import("@reduxjs/toolkit").EntitySelectors<UserNoteV1_Entity, {
27
- 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", "salesApi">;
27
+ 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">;
28
28
  salesKitState: import("redux").CombinedState<{
29
29
  quote: import("..").QuoteState;
30
30
  tender: import("../tender/tenderSlice").TenderState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nerdjs/sales-kit",
3
- "version": "2.0.37",
3
+ "version": "2.0.39",
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",