@keystrokehq/route4me 0.1.0

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 (810) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-order-custom-field.cjs +34 -0
  7. package/dist/actions/add-order-custom-field.cjs.map +1 -0
  8. package/dist/actions/add-order-custom-field.d.cts +9 -0
  9. package/dist/actions/add-order-custom-field.d.cts.map +1 -0
  10. package/dist/actions/add-order-custom-field.d.mts +9 -0
  11. package/dist/actions/add-order-custom-field.d.mts.map +1 -0
  12. package/dist/actions/add-order-custom-field.mjs +33 -0
  13. package/dist/actions/add-order-custom-field.mjs.map +1 -0
  14. package/dist/actions/add-route-note.cjs +43 -0
  15. package/dist/actions/add-route-note.cjs.map +1 -0
  16. package/dist/actions/add-route-note.d.cts +9 -0
  17. package/dist/actions/add-route-note.d.cts.map +1 -0
  18. package/dist/actions/add-route-note.d.mts +9 -0
  19. package/dist/actions/add-route-note.d.mts.map +1 -0
  20. package/dist/actions/add-route-note.mjs +40 -0
  21. package/dist/actions/add-route-note.mjs.map +1 -0
  22. package/dist/actions/create-address.cjs +53 -0
  23. package/dist/actions/create-address.cjs.map +1 -0
  24. package/dist/actions/create-address.d.cts +9 -0
  25. package/dist/actions/create-address.d.cts.map +1 -0
  26. package/dist/actions/create-address.d.mts +9 -0
  27. package/dist/actions/create-address.d.mts.map +1 -0
  28. package/dist/actions/create-address.mjs +50 -0
  29. package/dist/actions/create-address.mjs.map +1 -0
  30. package/dist/actions/create-avoidance-zone.cjs +37 -0
  31. package/dist/actions/create-avoidance-zone.cjs.map +1 -0
  32. package/dist/actions/create-avoidance-zone.d.cts +9 -0
  33. package/dist/actions/create-avoidance-zone.d.cts.map +1 -0
  34. package/dist/actions/create-avoidance-zone.d.mts +9 -0
  35. package/dist/actions/create-avoidance-zone.d.mts.map +1 -0
  36. package/dist/actions/create-avoidance-zone.mjs +36 -0
  37. package/dist/actions/create-avoidance-zone.mjs.map +1 -0
  38. package/dist/actions/create-location-type.cjs +28 -0
  39. package/dist/actions/create-location-type.cjs.map +1 -0
  40. package/dist/actions/create-location-type.d.cts +9 -0
  41. package/dist/actions/create-location-type.d.cts.map +1 -0
  42. package/dist/actions/create-location-type.d.mts +9 -0
  43. package/dist/actions/create-location-type.d.mts.map +1 -0
  44. package/dist/actions/create-location-type.mjs +27 -0
  45. package/dist/actions/create-location-type.mjs.map +1 -0
  46. package/dist/actions/create-master-route.cjs +50 -0
  47. package/dist/actions/create-master-route.cjs.map +1 -0
  48. package/dist/actions/create-master-route.d.cts +9 -0
  49. package/dist/actions/create-master-route.d.cts.map +1 -0
  50. package/dist/actions/create-master-route.d.mts +9 -0
  51. package/dist/actions/create-master-route.d.mts.map +1 -0
  52. package/dist/actions/create-master-route.mjs +47 -0
  53. package/dist/actions/create-master-route.mjs.map +1 -0
  54. package/dist/actions/create-note.cjs +23 -0
  55. package/dist/actions/create-note.cjs.map +1 -0
  56. package/dist/actions/create-note.d.cts +9 -0
  57. package/dist/actions/create-note.d.cts.map +1 -0
  58. package/dist/actions/create-note.d.mts +9 -0
  59. package/dist/actions/create-note.d.mts.map +1 -0
  60. package/dist/actions/create-note.mjs +20 -0
  61. package/dist/actions/create-note.mjs.map +1 -0
  62. package/dist/actions/create-optimization-profile.cjs +67 -0
  63. package/dist/actions/create-optimization-profile.cjs.map +1 -0
  64. package/dist/actions/create-optimization-profile.d.cts +9 -0
  65. package/dist/actions/create-optimization-profile.d.cts.map +1 -0
  66. package/dist/actions/create-optimization-profile.d.mts +9 -0
  67. package/dist/actions/create-optimization-profile.d.mts.map +1 -0
  68. package/dist/actions/create-optimization-profile.mjs +64 -0
  69. package/dist/actions/create-optimization-profile.mjs.map +1 -0
  70. package/dist/actions/create-optimization.cjs +125 -0
  71. package/dist/actions/create-optimization.cjs.map +1 -0
  72. package/dist/actions/create-optimization.d.cts +9 -0
  73. package/dist/actions/create-optimization.d.cts.map +1 -0
  74. package/dist/actions/create-optimization.d.mts +9 -0
  75. package/dist/actions/create-optimization.d.mts.map +1 -0
  76. package/dist/actions/create-optimization.mjs +124 -0
  77. package/dist/actions/create-optimization.mjs.map +1 -0
  78. package/dist/actions/create-order-custom-field.cjs +35 -0
  79. package/dist/actions/create-order-custom-field.cjs.map +1 -0
  80. package/dist/actions/create-order-custom-field.d.cts +9 -0
  81. package/dist/actions/create-order-custom-field.d.cts.map +1 -0
  82. package/dist/actions/create-order-custom-field.d.mts +9 -0
  83. package/dist/actions/create-order-custom-field.d.mts.map +1 -0
  84. package/dist/actions/create-order-custom-field.mjs +34 -0
  85. package/dist/actions/create-order-custom-field.mjs.map +1 -0
  86. package/dist/actions/create-orders-from-contacts.cjs +34 -0
  87. package/dist/actions/create-orders-from-contacts.cjs.map +1 -0
  88. package/dist/actions/create-orders-from-contacts.d.cts +9 -0
  89. package/dist/actions/create-orders-from-contacts.d.cts.map +1 -0
  90. package/dist/actions/create-orders-from-contacts.d.mts +9 -0
  91. package/dist/actions/create-orders-from-contacts.d.mts.map +1 -0
  92. package/dist/actions/create-orders-from-contacts.mjs +33 -0
  93. package/dist/actions/create-orders-from-contacts.mjs.map +1 -0
  94. package/dist/actions/create-territory.cjs +37 -0
  95. package/dist/actions/create-territory.cjs.map +1 -0
  96. package/dist/actions/create-territory.d.cts +9 -0
  97. package/dist/actions/create-territory.d.cts.map +1 -0
  98. package/dist/actions/create-territory.d.mts +9 -0
  99. package/dist/actions/create-territory.d.mts.map +1 -0
  100. package/dist/actions/create-territory.mjs +36 -0
  101. package/dist/actions/create-territory.mjs.map +1 -0
  102. package/dist/actions/create-vehicle-capacity-profile.cjs +37 -0
  103. package/dist/actions/create-vehicle-capacity-profile.cjs.map +1 -0
  104. package/dist/actions/create-vehicle-capacity-profile.d.cts +9 -0
  105. package/dist/actions/create-vehicle-capacity-profile.d.cts.map +1 -0
  106. package/dist/actions/create-vehicle-capacity-profile.d.mts +9 -0
  107. package/dist/actions/create-vehicle-capacity-profile.d.mts.map +1 -0
  108. package/dist/actions/create-vehicle-capacity-profile.mjs +34 -0
  109. package/dist/actions/create-vehicle-capacity-profile.mjs.map +1 -0
  110. package/dist/actions/delete-address.cjs +23 -0
  111. package/dist/actions/delete-address.cjs.map +1 -0
  112. package/dist/actions/delete-address.d.cts +9 -0
  113. package/dist/actions/delete-address.d.cts.map +1 -0
  114. package/dist/actions/delete-address.d.mts +9 -0
  115. package/dist/actions/delete-address.d.mts.map +1 -0
  116. package/dist/actions/delete-address.mjs +20 -0
  117. package/dist/actions/delete-address.mjs.map +1 -0
  118. package/dist/actions/delete-addresses.cjs +16 -0
  119. package/dist/actions/delete-addresses.cjs.map +1 -0
  120. package/dist/actions/delete-addresses.d.cts +9 -0
  121. package/dist/actions/delete-addresses.d.cts.map +1 -0
  122. package/dist/actions/delete-addresses.d.mts +9 -0
  123. package/dist/actions/delete-addresses.d.mts.map +1 -0
  124. package/dist/actions/delete-addresses.mjs +13 -0
  125. package/dist/actions/delete-addresses.mjs.map +1 -0
  126. package/dist/actions/delete-avoidance.cjs +16 -0
  127. package/dist/actions/delete-avoidance.cjs.map +1 -0
  128. package/dist/actions/delete-avoidance.d.cts +9 -0
  129. package/dist/actions/delete-avoidance.d.cts.map +1 -0
  130. package/dist/actions/delete-avoidance.d.mts +9 -0
  131. package/dist/actions/delete-avoidance.d.mts.map +1 -0
  132. package/dist/actions/delete-avoidance.mjs +13 -0
  133. package/dist/actions/delete-avoidance.mjs.map +1 -0
  134. package/dist/actions/delete-configuration-setting.cjs +19 -0
  135. package/dist/actions/delete-configuration-setting.cjs.map +1 -0
  136. package/dist/actions/delete-configuration-setting.d.cts +9 -0
  137. package/dist/actions/delete-configuration-setting.d.cts.map +1 -0
  138. package/dist/actions/delete-configuration-setting.d.mts +9 -0
  139. package/dist/actions/delete-configuration-setting.d.mts.map +1 -0
  140. package/dist/actions/delete-configuration-setting.mjs +16 -0
  141. package/dist/actions/delete-configuration-setting.mjs.map +1 -0
  142. package/dist/actions/delete-current-user.cjs +16 -0
  143. package/dist/actions/delete-current-user.cjs.map +1 -0
  144. package/dist/actions/delete-current-user.d.cts +9 -0
  145. package/dist/actions/delete-current-user.d.cts.map +1 -0
  146. package/dist/actions/delete-current-user.d.mts +9 -0
  147. package/dist/actions/delete-current-user.d.mts.map +1 -0
  148. package/dist/actions/delete-current-user.mjs +13 -0
  149. package/dist/actions/delete-current-user.mjs.map +1 -0
  150. package/dist/actions/delete-location-type.cjs +16 -0
  151. package/dist/actions/delete-location-type.cjs.map +1 -0
  152. package/dist/actions/delete-location-type.d.cts +9 -0
  153. package/dist/actions/delete-location-type.d.cts.map +1 -0
  154. package/dist/actions/delete-location-type.d.mts +9 -0
  155. package/dist/actions/delete-location-type.d.mts.map +1 -0
  156. package/dist/actions/delete-location-type.mjs +13 -0
  157. package/dist/actions/delete-location-type.mjs.map +1 -0
  158. package/dist/actions/delete-optimization-profile.cjs +16 -0
  159. package/dist/actions/delete-optimization-profile.cjs.map +1 -0
  160. package/dist/actions/delete-optimization-profile.d.cts +9 -0
  161. package/dist/actions/delete-optimization-profile.d.cts.map +1 -0
  162. package/dist/actions/delete-optimization-profile.d.mts +9 -0
  163. package/dist/actions/delete-optimization-profile.d.mts.map +1 -0
  164. package/dist/actions/delete-optimization-profile.mjs +13 -0
  165. package/dist/actions/delete-optimization-profile.mjs.map +1 -0
  166. package/dist/actions/delete-optimization.cjs +19 -0
  167. package/dist/actions/delete-optimization.cjs.map +1 -0
  168. package/dist/actions/delete-optimization.d.cts +9 -0
  169. package/dist/actions/delete-optimization.d.cts.map +1 -0
  170. package/dist/actions/delete-optimization.d.mts +9 -0
  171. package/dist/actions/delete-optimization.d.mts.map +1 -0
  172. package/dist/actions/delete-optimization.mjs +16 -0
  173. package/dist/actions/delete-optimization.mjs.map +1 -0
  174. package/dist/actions/delete-order-custom-field.cjs +19 -0
  175. package/dist/actions/delete-order-custom-field.cjs.map +1 -0
  176. package/dist/actions/delete-order-custom-field.d.cts +9 -0
  177. package/dist/actions/delete-order-custom-field.d.cts.map +1 -0
  178. package/dist/actions/delete-order-custom-field.d.mts +9 -0
  179. package/dist/actions/delete-order-custom-field.d.mts.map +1 -0
  180. package/dist/actions/delete-order-custom-field.mjs +16 -0
  181. package/dist/actions/delete-order-custom-field.mjs.map +1 -0
  182. package/dist/actions/delete-route-v4.cjs +21 -0
  183. package/dist/actions/delete-route-v4.cjs.map +1 -0
  184. package/dist/actions/delete-route-v4.d.cts +9 -0
  185. package/dist/actions/delete-route-v4.d.cts.map +1 -0
  186. package/dist/actions/delete-route-v4.d.mts +9 -0
  187. package/dist/actions/delete-route-v4.d.mts.map +1 -0
  188. package/dist/actions/delete-route-v4.mjs +18 -0
  189. package/dist/actions/delete-route-v4.mjs.map +1 -0
  190. package/dist/actions/delete-territory.cjs +16 -0
  191. package/dist/actions/delete-territory.cjs.map +1 -0
  192. package/dist/actions/delete-territory.d.cts +9 -0
  193. package/dist/actions/delete-territory.d.cts.map +1 -0
  194. package/dist/actions/delete-territory.d.mts +9 -0
  195. package/dist/actions/delete-territory.d.mts.map +1 -0
  196. package/dist/actions/delete-territory.mjs +13 -0
  197. package/dist/actions/delete-territory.mjs.map +1 -0
  198. package/dist/actions/delete-vehicle-capacity-profile-by-id.cjs +29 -0
  199. package/dist/actions/delete-vehicle-capacity-profile-by-id.cjs.map +1 -0
  200. package/dist/actions/delete-vehicle-capacity-profile-by-id.d.cts +9 -0
  201. package/dist/actions/delete-vehicle-capacity-profile-by-id.d.cts.map +1 -0
  202. package/dist/actions/delete-vehicle-capacity-profile-by-id.d.mts +9 -0
  203. package/dist/actions/delete-vehicle-capacity-profile-by-id.d.mts.map +1 -0
  204. package/dist/actions/delete-vehicle-capacity-profile-by-id.mjs +26 -0
  205. package/dist/actions/delete-vehicle-capacity-profile-by-id.mjs.map +1 -0
  206. package/dist/actions/dispatch-routes.cjs +28 -0
  207. package/dist/actions/dispatch-routes.cjs.map +1 -0
  208. package/dist/actions/dispatch-routes.d.cts +9 -0
  209. package/dist/actions/dispatch-routes.d.cts.map +1 -0
  210. package/dist/actions/dispatch-routes.d.mts +9 -0
  211. package/dist/actions/dispatch-routes.d.mts.map +1 -0
  212. package/dist/actions/dispatch-routes.mjs +25 -0
  213. package/dist/actions/dispatch-routes.mjs.map +1 -0
  214. package/dist/actions/display-datatable-config.cjs +54 -0
  215. package/dist/actions/display-datatable-config.cjs.map +1 -0
  216. package/dist/actions/display-datatable-config.d.cts +9 -0
  217. package/dist/actions/display-datatable-config.d.cts.map +1 -0
  218. package/dist/actions/display-datatable-config.d.mts +9 -0
  219. package/dist/actions/display-datatable-config.d.mts.map +1 -0
  220. package/dist/actions/display-datatable-config.mjs +53 -0
  221. package/dist/actions/display-datatable-config.mjs.map +1 -0
  222. package/dist/actions/duplicate-routes.cjs +20 -0
  223. package/dist/actions/duplicate-routes.cjs.map +1 -0
  224. package/dist/actions/duplicate-routes.d.cts +9 -0
  225. package/dist/actions/duplicate-routes.d.cts.map +1 -0
  226. package/dist/actions/duplicate-routes.d.mts +9 -0
  227. package/dist/actions/duplicate-routes.d.mts.map +1 -0
  228. package/dist/actions/duplicate-routes.mjs +17 -0
  229. package/dist/actions/duplicate-routes.mjs.map +1 -0
  230. package/dist/actions/find-address.cjs +103 -0
  231. package/dist/actions/find-address.cjs.map +1 -0
  232. package/dist/actions/find-address.d.cts +9 -0
  233. package/dist/actions/find-address.d.cts.map +1 -0
  234. package/dist/actions/find-address.d.mts +9 -0
  235. package/dist/actions/find-address.d.mts.map +1 -0
  236. package/dist/actions/find-address.mjs +102 -0
  237. package/dist/actions/find-address.mjs.map +1 -0
  238. package/dist/actions/geocode-address-body.cjs +39 -0
  239. package/dist/actions/geocode-address-body.cjs.map +1 -0
  240. package/dist/actions/geocode-address-body.d.cts +9 -0
  241. package/dist/actions/geocode-address-body.d.cts.map +1 -0
  242. package/dist/actions/geocode-address-body.d.mts +9 -0
  243. package/dist/actions/geocode-address-body.d.mts.map +1 -0
  244. package/dist/actions/geocode-address-body.mjs +38 -0
  245. package/dist/actions/geocode-address-body.mjs.map +1 -0
  246. package/dist/actions/geocode-address-forward.cjs +46 -0
  247. package/dist/actions/geocode-address-forward.cjs.map +1 -0
  248. package/dist/actions/geocode-address-forward.d.cts +9 -0
  249. package/dist/actions/geocode-address-forward.d.cts.map +1 -0
  250. package/dist/actions/geocode-address-forward.d.mts +9 -0
  251. package/dist/actions/geocode-address-forward.d.mts.map +1 -0
  252. package/dist/actions/geocode-address-forward.mjs +45 -0
  253. package/dist/actions/geocode-address-forward.mjs.map +1 -0
  254. package/dist/actions/geocode-address.cjs +37 -0
  255. package/dist/actions/geocode-address.cjs.map +1 -0
  256. package/dist/actions/geocode-address.d.cts +9 -0
  257. package/dist/actions/geocode-address.d.cts.map +1 -0
  258. package/dist/actions/geocode-address.d.mts +9 -0
  259. package/dist/actions/geocode-address.d.mts.map +1 -0
  260. package/dist/actions/geocode-address.mjs +36 -0
  261. package/dist/actions/geocode-address.mjs.map +1 -0
  262. package/dist/actions/geocode-addresses.cjs +46 -0
  263. package/dist/actions/geocode-addresses.cjs.map +1 -0
  264. package/dist/actions/geocode-addresses.d.cts +9 -0
  265. package/dist/actions/geocode-addresses.d.cts.map +1 -0
  266. package/dist/actions/geocode-addresses.d.mts +9 -0
  267. package/dist/actions/geocode-addresses.d.mts.map +1 -0
  268. package/dist/actions/geocode-addresses.mjs +45 -0
  269. package/dist/actions/geocode-addresses.mjs.map +1 -0
  270. package/dist/actions/get-activity.cjs +37 -0
  271. package/dist/actions/get-activity.cjs.map +1 -0
  272. package/dist/actions/get-activity.d.cts +9 -0
  273. package/dist/actions/get-activity.d.cts.map +1 -0
  274. package/dist/actions/get-activity.d.mts +9 -0
  275. package/dist/actions/get-activity.d.mts.map +1 -0
  276. package/dist/actions/get-activity.mjs +36 -0
  277. package/dist/actions/get-activity.mjs.map +1 -0
  278. package/dist/actions/get-address-book-groups.cjs +37 -0
  279. package/dist/actions/get-address-book-groups.cjs.map +1 -0
  280. package/dist/actions/get-address-book-groups.d.cts +9 -0
  281. package/dist/actions/get-address-book-groups.d.cts.map +1 -0
  282. package/dist/actions/get-address-book-groups.d.mts +9 -0
  283. package/dist/actions/get-address-book-groups.d.mts.map +1 -0
  284. package/dist/actions/get-address-book-groups.mjs +36 -0
  285. package/dist/actions/get-address-book-groups.mjs.map +1 -0
  286. package/dist/actions/get-address.cjs +84 -0
  287. package/dist/actions/get-address.cjs.map +1 -0
  288. package/dist/actions/get-address.d.cts +9 -0
  289. package/dist/actions/get-address.d.cts.map +1 -0
  290. package/dist/actions/get-address.d.mts +9 -0
  291. package/dist/actions/get-address.d.mts.map +1 -0
  292. package/dist/actions/get-address.mjs +83 -0
  293. package/dist/actions/get-address.mjs.map +1 -0
  294. package/dist/actions/get-addresses-from-addressbook.cjs +66 -0
  295. package/dist/actions/get-addresses-from-addressbook.cjs.map +1 -0
  296. package/dist/actions/get-addresses-from-addressbook.d.cts +9 -0
  297. package/dist/actions/get-addresses-from-addressbook.d.cts.map +1 -0
  298. package/dist/actions/get-addresses-from-addressbook.d.mts +9 -0
  299. package/dist/actions/get-addresses-from-addressbook.d.mts.map +1 -0
  300. package/dist/actions/get-addresses-from-addressbook.mjs +65 -0
  301. package/dist/actions/get-addresses-from-addressbook.mjs.map +1 -0
  302. package/dist/actions/get-async-export.cjs +37 -0
  303. package/dist/actions/get-async-export.cjs.map +1 -0
  304. package/dist/actions/get-async-export.d.cts +9 -0
  305. package/dist/actions/get-async-export.d.cts.map +1 -0
  306. package/dist/actions/get-async-export.d.mts +9 -0
  307. package/dist/actions/get-async-export.d.mts.map +1 -0
  308. package/dist/actions/get-async-export.mjs +34 -0
  309. package/dist/actions/get-async-export.mjs.map +1 -0
  310. package/dist/actions/get-avoidance-by-id.cjs +31 -0
  311. package/dist/actions/get-avoidance-by-id.cjs.map +1 -0
  312. package/dist/actions/get-avoidance-by-id.d.cts +9 -0
  313. package/dist/actions/get-avoidance-by-id.d.cts.map +1 -0
  314. package/dist/actions/get-avoidance-by-id.d.mts +9 -0
  315. package/dist/actions/get-avoidance-by-id.d.mts.map +1 -0
  316. package/dist/actions/get-avoidance-by-id.mjs +30 -0
  317. package/dist/actions/get-avoidance-by-id.mjs.map +1 -0
  318. package/dist/actions/get-avoidance2.cjs +37 -0
  319. package/dist/actions/get-avoidance2.cjs.map +1 -0
  320. package/dist/actions/get-avoidance2.d.cts +9 -0
  321. package/dist/actions/get-avoidance2.d.cts.map +1 -0
  322. package/dist/actions/get-avoidance2.d.mts +9 -0
  323. package/dist/actions/get-avoidance2.d.mts.map +1 -0
  324. package/dist/actions/get-avoidance2.mjs +36 -0
  325. package/dist/actions/get-avoidance2.mjs.map +1 -0
  326. package/dist/actions/get-clustered-locations.cjs +72 -0
  327. package/dist/actions/get-clustered-locations.cjs.map +1 -0
  328. package/dist/actions/get-clustered-locations.d.cts +9 -0
  329. package/dist/actions/get-clustered-locations.d.cts.map +1 -0
  330. package/dist/actions/get-clustered-locations.d.mts +9 -0
  331. package/dist/actions/get-clustered-locations.d.mts.map +1 -0
  332. package/dist/actions/get-clustered-locations.mjs +71 -0
  333. package/dist/actions/get-clustered-locations.mjs.map +1 -0
  334. package/dist/actions/get-current-member-information.cjs +70 -0
  335. package/dist/actions/get-current-member-information.cjs.map +1 -0
  336. package/dist/actions/get-current-member-information.d.cts +9 -0
  337. package/dist/actions/get-current-member-information.d.cts.map +1 -0
  338. package/dist/actions/get-current-member-information.d.mts +9 -0
  339. package/dist/actions/get-current-member-information.d.mts.map +1 -0
  340. package/dist/actions/get-current-member-information.mjs +69 -0
  341. package/dist/actions/get-current-member-information.mjs.map +1 -0
  342. package/dist/actions/get-feed.cjs +46 -0
  343. package/dist/actions/get-feed.cjs.map +1 -0
  344. package/dist/actions/get-feed.d.cts +9 -0
  345. package/dist/actions/get-feed.d.cts.map +1 -0
  346. package/dist/actions/get-feed.d.mts +9 -0
  347. package/dist/actions/get-feed.d.mts.map +1 -0
  348. package/dist/actions/get-feed.mjs +45 -0
  349. package/dist/actions/get-feed.mjs.map +1 -0
  350. package/dist/actions/get-last-scheduled-route-member.cjs +85 -0
  351. package/dist/actions/get-last-scheduled-route-member.cjs.map +1 -0
  352. package/dist/actions/get-last-scheduled-route-member.d.cts +9 -0
  353. package/dist/actions/get-last-scheduled-route-member.d.cts.map +1 -0
  354. package/dist/actions/get-last-scheduled-route-member.d.mts +9 -0
  355. package/dist/actions/get-last-scheduled-route-member.d.mts.map +1 -0
  356. package/dist/actions/get-last-scheduled-route-member.mjs +84 -0
  357. package/dist/actions/get-last-scheduled-route-member.mjs.map +1 -0
  358. package/dist/actions/get-location-heatmap.cjs +36 -0
  359. package/dist/actions/get-location-heatmap.cjs.map +1 -0
  360. package/dist/actions/get-location-heatmap.d.cts +9 -0
  361. package/dist/actions/get-location-heatmap.d.cts.map +1 -0
  362. package/dist/actions/get-location-heatmap.d.mts +9 -0
  363. package/dist/actions/get-location-heatmap.d.mts.map +1 -0
  364. package/dist/actions/get-location-heatmap.mjs +35 -0
  365. package/dist/actions/get-location-heatmap.mjs.map +1 -0
  366. package/dist/actions/get-location-servicetime-heatmap.cjs +30 -0
  367. package/dist/actions/get-location-servicetime-heatmap.cjs.map +1 -0
  368. package/dist/actions/get-location-servicetime-heatmap.d.cts +9 -0
  369. package/dist/actions/get-location-servicetime-heatmap.d.cts.map +1 -0
  370. package/dist/actions/get-location-servicetime-heatmap.d.mts +9 -0
  371. package/dist/actions/get-location-servicetime-heatmap.d.mts.map +1 -0
  372. package/dist/actions/get-location-servicetime-heatmap.mjs +29 -0
  373. package/dist/actions/get-location-servicetime-heatmap.mjs.map +1 -0
  374. package/dist/actions/get-location-type.cjs +21 -0
  375. package/dist/actions/get-location-type.cjs.map +1 -0
  376. package/dist/actions/get-location-type.d.cts +9 -0
  377. package/dist/actions/get-location-type.d.cts.map +1 -0
  378. package/dist/actions/get-location-type.d.mts +9 -0
  379. package/dist/actions/get-location-type.d.mts.map +1 -0
  380. package/dist/actions/get-location-type.mjs +18 -0
  381. package/dist/actions/get-location-type.mjs.map +1 -0
  382. package/dist/actions/get-member-configuration-settings.cjs +29 -0
  383. package/dist/actions/get-member-configuration-settings.cjs.map +1 -0
  384. package/dist/actions/get-member-configuration-settings.d.cts +9 -0
  385. package/dist/actions/get-member-configuration-settings.d.cts.map +1 -0
  386. package/dist/actions/get-member-configuration-settings.d.mts +9 -0
  387. package/dist/actions/get-member-configuration-settings.d.mts.map +1 -0
  388. package/dist/actions/get-member-configuration-settings.mjs +28 -0
  389. package/dist/actions/get-member-configuration-settings.mjs.map +1 -0
  390. package/dist/actions/get-note-custom-types.cjs +22 -0
  391. package/dist/actions/get-note-custom-types.cjs.map +1 -0
  392. package/dist/actions/get-note-custom-types.d.cts +9 -0
  393. package/dist/actions/get-note-custom-types.d.cts.map +1 -0
  394. package/dist/actions/get-note-custom-types.d.mts +9 -0
  395. package/dist/actions/get-note-custom-types.d.mts.map +1 -0
  396. package/dist/actions/get-note-custom-types.mjs +21 -0
  397. package/dist/actions/get-note-custom-types.mjs.map +1 -0
  398. package/dist/actions/get-optimization-profile.cjs +57 -0
  399. package/dist/actions/get-optimization-profile.cjs.map +1 -0
  400. package/dist/actions/get-optimization-profile.d.cts +9 -0
  401. package/dist/actions/get-optimization-profile.d.cts.map +1 -0
  402. package/dist/actions/get-optimization-profile.d.mts +9 -0
  403. package/dist/actions/get-optimization-profile.d.mts.map +1 -0
  404. package/dist/actions/get-optimization-profile.mjs +56 -0
  405. package/dist/actions/get-optimization-profile.mjs.map +1 -0
  406. package/dist/actions/get-route-destination-by-id.cjs +89 -0
  407. package/dist/actions/get-route-destination-by-id.cjs.map +1 -0
  408. package/dist/actions/get-route-destination-by-id.d.cts +9 -0
  409. package/dist/actions/get-route-destination-by-id.d.cts.map +1 -0
  410. package/dist/actions/get-route-destination-by-id.d.mts +9 -0
  411. package/dist/actions/get-route-destination-by-id.d.mts.map +1 -0
  412. package/dist/actions/get-route-destination-by-id.mjs +88 -0
  413. package/dist/actions/get-route-destination-by-id.mjs.map +1 -0
  414. package/dist/actions/get-route-info.cjs +90 -0
  415. package/dist/actions/get-route-info.cjs.map +1 -0
  416. package/dist/actions/get-route-info.d.cts +9 -0
  417. package/dist/actions/get-route-info.d.cts.map +1 -0
  418. package/dist/actions/get-route-info.d.mts +9 -0
  419. package/dist/actions/get-route-info.d.mts.map +1 -0
  420. package/dist/actions/get-route-info.mjs +89 -0
  421. package/dist/actions/get-route-info.mjs.map +1 -0
  422. package/dist/actions/get-route-list.cjs +110 -0
  423. package/dist/actions/get-route-list.cjs.map +1 -0
  424. package/dist/actions/get-route-list.d.cts +9 -0
  425. package/dist/actions/get-route-list.d.cts.map +1 -0
  426. package/dist/actions/get-route-list.d.mts +9 -0
  427. package/dist/actions/get-route-list.d.mts.map +1 -0
  428. package/dist/actions/get-route-list.mjs +109 -0
  429. package/dist/actions/get-route-list.mjs.map +1 -0
  430. package/dist/actions/get-route-settings.cjs +69 -0
  431. package/dist/actions/get-route-settings.cjs.map +1 -0
  432. package/dist/actions/get-route-settings.d.cts +9 -0
  433. package/dist/actions/get-route-settings.d.cts.map +1 -0
  434. package/dist/actions/get-route-settings.d.mts +9 -0
  435. package/dist/actions/get-route-settings.d.mts.map +1 -0
  436. package/dist/actions/get-route-settings.mjs +68 -0
  437. package/dist/actions/get-route-settings.mjs.map +1 -0
  438. package/dist/actions/get-territories-with-location-counts.cjs +52 -0
  439. package/dist/actions/get-territories-with-location-counts.cjs.map +1 -0
  440. package/dist/actions/get-territories-with-location-counts.d.cts +9 -0
  441. package/dist/actions/get-territories-with-location-counts.d.cts.map +1 -0
  442. package/dist/actions/get-territories-with-location-counts.d.mts +9 -0
  443. package/dist/actions/get-territories-with-location-counts.d.mts.map +1 -0
  444. package/dist/actions/get-territories-with-location-counts.mjs +51 -0
  445. package/dist/actions/get-territories-with-location-counts.mjs.map +1 -0
  446. package/dist/actions/get-territory.cjs +34 -0
  447. package/dist/actions/get-territory.cjs.map +1 -0
  448. package/dist/actions/get-territory.d.cts +9 -0
  449. package/dist/actions/get-territory.d.cts.map +1 -0
  450. package/dist/actions/get-territory.d.mts +9 -0
  451. package/dist/actions/get-territory.d.mts.map +1 -0
  452. package/dist/actions/get-territory.mjs +33 -0
  453. package/dist/actions/get-territory.mjs.map +1 -0
  454. package/dist/actions/get-tracking-history-export.cjs +45 -0
  455. package/dist/actions/get-tracking-history-export.cjs.map +1 -0
  456. package/dist/actions/get-tracking-history-export.d.cts +9 -0
  457. package/dist/actions/get-tracking-history-export.d.cts.map +1 -0
  458. package/dist/actions/get-tracking-history-export.d.mts +9 -0
  459. package/dist/actions/get-tracking-history-export.d.mts.map +1 -0
  460. package/dist/actions/get-tracking-history-export.mjs +44 -0
  461. package/dist/actions/get-tracking-history-export.mjs.map +1 -0
  462. package/dist/actions/get-tracking.cjs +41 -0
  463. package/dist/actions/get-tracking.cjs.map +1 -0
  464. package/dist/actions/get-tracking.d.cts +9 -0
  465. package/dist/actions/get-tracking.d.cts.map +1 -0
  466. package/dist/actions/get-tracking.d.mts +9 -0
  467. package/dist/actions/get-tracking.d.mts.map +1 -0
  468. package/dist/actions/get-tracking.mjs +38 -0
  469. package/dist/actions/get-tracking.mjs.map +1 -0
  470. package/dist/actions/get-user-by-id.cjs +38 -0
  471. package/dist/actions/get-user-by-id.cjs.map +1 -0
  472. package/dist/actions/get-user-by-id.d.cts +9 -0
  473. package/dist/actions/get-user-by-id.d.cts.map +1 -0
  474. package/dist/actions/get-user-by-id.d.mts +9 -0
  475. package/dist/actions/get-user-by-id.d.mts.map +1 -0
  476. package/dist/actions/get-user-by-id.mjs +37 -0
  477. package/dist/actions/get-user-by-id.mjs.map +1 -0
  478. package/dist/actions/get-user-locations.cjs +31 -0
  479. package/dist/actions/get-user-locations.cjs.map +1 -0
  480. package/dist/actions/get-user-locations.d.cts +9 -0
  481. package/dist/actions/get-user-locations.d.cts.map +1 -0
  482. package/dist/actions/get-user-locations.d.mts +9 -0
  483. package/dist/actions/get-user-locations.d.mts.map +1 -0
  484. package/dist/actions/get-user-locations.mjs +30 -0
  485. package/dist/actions/get-user-locations.mjs.map +1 -0
  486. package/dist/actions/get-user-modification-history.cjs +36 -0
  487. package/dist/actions/get-user-modification-history.cjs.map +1 -0
  488. package/dist/actions/get-user-modification-history.d.cts +9 -0
  489. package/dist/actions/get-user-modification-history.d.cts.map +1 -0
  490. package/dist/actions/get-user-modification-history.d.mts +9 -0
  491. package/dist/actions/get-user-modification-history.d.mts.map +1 -0
  492. package/dist/actions/get-user-modification-history.mjs +35 -0
  493. package/dist/actions/get-user-modification-history.mjs.map +1 -0
  494. package/dist/actions/get-user-template.cjs +49 -0
  495. package/dist/actions/get-user-template.cjs.map +1 -0
  496. package/dist/actions/get-user-template.d.cts +9 -0
  497. package/dist/actions/get-user-template.d.cts.map +1 -0
  498. package/dist/actions/get-user-template.d.mts +9 -0
  499. package/dist/actions/get-user-template.d.mts.map +1 -0
  500. package/dist/actions/get-user-template.mjs +48 -0
  501. package/dist/actions/get-user-template.mjs.map +1 -0
  502. package/dist/actions/get-user-v4.cjs +33 -0
  503. package/dist/actions/get-user-v4.cjs.map +1 -0
  504. package/dist/actions/get-user-v4.d.cts +9 -0
  505. package/dist/actions/get-user-v4.d.cts.map +1 -0
  506. package/dist/actions/get-user-v4.d.mts +9 -0
  507. package/dist/actions/get-user-v4.d.mts.map +1 -0
  508. package/dist/actions/get-user-v4.mjs +30 -0
  509. package/dist/actions/get-user-v4.mjs.map +1 -0
  510. package/dist/actions/get-vehicle-capacity-profile-as-datatable.cjs +49 -0
  511. package/dist/actions/get-vehicle-capacity-profile-as-datatable.cjs.map +1 -0
  512. package/dist/actions/get-vehicle-capacity-profile-as-datatable.d.cts +9 -0
  513. package/dist/actions/get-vehicle-capacity-profile-as-datatable.d.cts.map +1 -0
  514. package/dist/actions/get-vehicle-capacity-profile-as-datatable.d.mts +9 -0
  515. package/dist/actions/get-vehicle-capacity-profile-as-datatable.d.mts.map +1 -0
  516. package/dist/actions/get-vehicle-capacity-profile-as-datatable.mjs +48 -0
  517. package/dist/actions/get-vehicle-capacity-profile-as-datatable.mjs.map +1 -0
  518. package/dist/actions/get-vehicle-capacity-profile-by-id.cjs +29 -0
  519. package/dist/actions/get-vehicle-capacity-profile-by-id.cjs.map +1 -0
  520. package/dist/actions/get-vehicle-capacity-profile-by-id.d.cts +9 -0
  521. package/dist/actions/get-vehicle-capacity-profile-by-id.d.cts.map +1 -0
  522. package/dist/actions/get-vehicle-capacity-profile-by-id.d.mts +9 -0
  523. package/dist/actions/get-vehicle-capacity-profile-by-id.d.mts.map +1 -0
  524. package/dist/actions/get-vehicle-capacity-profile-by-id.mjs +26 -0
  525. package/dist/actions/get-vehicle-capacity-profile-by-id.mjs.map +1 -0
  526. package/dist/actions/get-vehicle-capacity-profile-page-config.cjs +25 -0
  527. package/dist/actions/get-vehicle-capacity-profile-page-config.cjs.map +1 -0
  528. package/dist/actions/get-vehicle-capacity-profile-page-config.d.cts +9 -0
  529. package/dist/actions/get-vehicle-capacity-profile-page-config.d.cts.map +1 -0
  530. package/dist/actions/get-vehicle-capacity-profile-page-config.d.mts +9 -0
  531. package/dist/actions/get-vehicle-capacity-profile-page-config.d.mts.map +1 -0
  532. package/dist/actions/get-vehicle-capacity-profile-page-config.mjs +24 -0
  533. package/dist/actions/get-vehicle-capacity-profile-page-config.mjs.map +1 -0
  534. package/dist/actions/get-vehicle-capacity-profiles.cjs +54 -0
  535. package/dist/actions/get-vehicle-capacity-profiles.cjs.map +1 -0
  536. package/dist/actions/get-vehicle-capacity-profiles.d.cts +9 -0
  537. package/dist/actions/get-vehicle-capacity-profiles.d.cts.map +1 -0
  538. package/dist/actions/get-vehicle-capacity-profiles.d.mts +9 -0
  539. package/dist/actions/get-vehicle-capacity-profiles.d.mts.map +1 -0
  540. package/dist/actions/get-vehicle-capacity-profiles.mjs +53 -0
  541. package/dist/actions/get-vehicle-capacity-profiles.mjs.map +1 -0
  542. package/dist/actions/get-vehicle.cjs +42 -0
  543. package/dist/actions/get-vehicle.cjs.map +1 -0
  544. package/dist/actions/get-vehicle.d.cts +9 -0
  545. package/dist/actions/get-vehicle.d.cts.map +1 -0
  546. package/dist/actions/get-vehicle.d.mts +9 -0
  547. package/dist/actions/get-vehicle.d.mts.map +1 -0
  548. package/dist/actions/get-vehicle.mjs +41 -0
  549. package/dist/actions/get-vehicle.mjs.map +1 -0
  550. package/dist/actions/index.cjs +195 -0
  551. package/dist/actions/index.d.cts +98 -0
  552. package/dist/actions/index.d.mts +98 -0
  553. package/dist/actions/index.mjs +98 -0
  554. package/dist/actions/list-location-types.cjs +24 -0
  555. package/dist/actions/list-location-types.cjs.map +1 -0
  556. package/dist/actions/list-location-types.d.cts +9 -0
  557. package/dist/actions/list-location-types.d.cts.map +1 -0
  558. package/dist/actions/list-location-types.d.mts +9 -0
  559. package/dist/actions/list-location-types.d.mts.map +1 -0
  560. package/dist/actions/list-location-types.mjs +23 -0
  561. package/dist/actions/list-location-types.mjs.map +1 -0
  562. package/dist/actions/list-optimization-profiles.cjs +52 -0
  563. package/dist/actions/list-optimization-profiles.cjs.map +1 -0
  564. package/dist/actions/list-optimization-profiles.d.cts +9 -0
  565. package/dist/actions/list-optimization-profiles.d.cts.map +1 -0
  566. package/dist/actions/list-optimization-profiles.d.mts +9 -0
  567. package/dist/actions/list-optimization-profiles.d.mts.map +1 -0
  568. package/dist/actions/list-optimization-profiles.mjs +51 -0
  569. package/dist/actions/list-optimization-profiles.mjs.map +1 -0
  570. package/dist/actions/list-optimizations.cjs +78 -0
  571. package/dist/actions/list-optimizations.cjs.map +1 -0
  572. package/dist/actions/list-optimizations.d.cts +9 -0
  573. package/dist/actions/list-optimizations.d.cts.map +1 -0
  574. package/dist/actions/list-optimizations.d.mts +9 -0
  575. package/dist/actions/list-optimizations.d.mts.map +1 -0
  576. package/dist/actions/list-optimizations.mjs +77 -0
  577. package/dist/actions/list-optimizations.mjs.map +1 -0
  578. package/dist/actions/list-order-custom-fields.cjs +29 -0
  579. package/dist/actions/list-order-custom-fields.cjs.map +1 -0
  580. package/dist/actions/list-order-custom-fields.d.cts +9 -0
  581. package/dist/actions/list-order-custom-fields.d.cts.map +1 -0
  582. package/dist/actions/list-order-custom-fields.d.mts +9 -0
  583. package/dist/actions/list-order-custom-fields.d.mts.map +1 -0
  584. package/dist/actions/list-order-custom-fields.mjs +28 -0
  585. package/dist/actions/list-order-custom-fields.mjs.map +1 -0
  586. package/dist/actions/list-route-directions.cjs +53 -0
  587. package/dist/actions/list-route-directions.cjs.map +1 -0
  588. package/dist/actions/list-route-directions.d.cts +9 -0
  589. package/dist/actions/list-route-directions.d.cts.map +1 -0
  590. package/dist/actions/list-route-directions.d.mts +9 -0
  591. package/dist/actions/list-route-directions.d.mts.map +1 -0
  592. package/dist/actions/list-route-directions.mjs +52 -0
  593. package/dist/actions/list-route-directions.mjs.map +1 -0
  594. package/dist/actions/list-team-users.cjs +40 -0
  595. package/dist/actions/list-team-users.cjs.map +1 -0
  596. package/dist/actions/list-team-users.d.cts +9 -0
  597. package/dist/actions/list-team-users.d.cts.map +1 -0
  598. package/dist/actions/list-team-users.d.mts +9 -0
  599. package/dist/actions/list-team-users.d.mts.map +1 -0
  600. package/dist/actions/list-team-users.mjs +39 -0
  601. package/dist/actions/list-team-users.mjs.map +1 -0
  602. package/dist/actions/list-users-by-ids.cjs +38 -0
  603. package/dist/actions/list-users-by-ids.cjs.map +1 -0
  604. package/dist/actions/list-users-by-ids.d.cts +9 -0
  605. package/dist/actions/list-users-by-ids.d.cts.map +1 -0
  606. package/dist/actions/list-users-by-ids.d.mts +9 -0
  607. package/dist/actions/list-users-by-ids.d.mts.map +1 -0
  608. package/dist/actions/list-users-by-ids.mjs +37 -0
  609. package/dist/actions/list-users-by-ids.mjs.map +1 -0
  610. package/dist/actions/list-users-paginated.cjs +42 -0
  611. package/dist/actions/list-users-paginated.cjs.map +1 -0
  612. package/dist/actions/list-users-paginated.d.cts +9 -0
  613. package/dist/actions/list-users-paginated.d.cts.map +1 -0
  614. package/dist/actions/list-users-paginated.d.mts +9 -0
  615. package/dist/actions/list-users-paginated.d.mts.map +1 -0
  616. package/dist/actions/list-users-paginated.mjs +41 -0
  617. package/dist/actions/list-users-paginated.mjs.map +1 -0
  618. package/dist/actions/lookup-for-new-destination.cjs +41 -0
  619. package/dist/actions/lookup-for-new-destination.cjs.map +1 -0
  620. package/dist/actions/lookup-for-new-destination.d.cts +9 -0
  621. package/dist/actions/lookup-for-new-destination.d.cts.map +1 -0
  622. package/dist/actions/lookup-for-new-destination.d.mts +9 -0
  623. package/dist/actions/lookup-for-new-destination.d.mts.map +1 -0
  624. package/dist/actions/lookup-for-new-destination.mjs +40 -0
  625. package/dist/actions/lookup-for-new-destination.mjs.map +1 -0
  626. package/dist/actions/merge-routes.cjs +22 -0
  627. package/dist/actions/merge-routes.cjs.map +1 -0
  628. package/dist/actions/merge-routes.d.cts +9 -0
  629. package/dist/actions/merge-routes.d.cts.map +1 -0
  630. package/dist/actions/merge-routes.d.mts +9 -0
  631. package/dist/actions/merge-routes.d.mts.map +1 -0
  632. package/dist/actions/merge-routes.mjs +19 -0
  633. package/dist/actions/merge-routes.mjs.map +1 -0
  634. package/dist/actions/move-route.cjs +23 -0
  635. package/dist/actions/move-route.cjs.map +1 -0
  636. package/dist/actions/move-route.d.cts +9 -0
  637. package/dist/actions/move-route.d.cts.map +1 -0
  638. package/dist/actions/move-route.d.mts +9 -0
  639. package/dist/actions/move-route.d.mts.map +1 -0
  640. package/dist/actions/move-route.mjs +20 -0
  641. package/dist/actions/move-route.mjs.map +1 -0
  642. package/dist/actions/preview-route-assignment.cjs +67 -0
  643. package/dist/actions/preview-route-assignment.cjs.map +1 -0
  644. package/dist/actions/preview-route-assignment.d.cts +9 -0
  645. package/dist/actions/preview-route-assignment.d.cts.map +1 -0
  646. package/dist/actions/preview-route-assignment.d.mts +9 -0
  647. package/dist/actions/preview-route-assignment.d.mts.map +1 -0
  648. package/dist/actions/preview-route-assignment.mjs +66 -0
  649. package/dist/actions/preview-route-assignment.mjs.map +1 -0
  650. package/dist/actions/rerun-optimization.cjs +149 -0
  651. package/dist/actions/rerun-optimization.cjs.map +1 -0
  652. package/dist/actions/rerun-optimization.d.cts +9 -0
  653. package/dist/actions/rerun-optimization.d.cts.map +1 -0
  654. package/dist/actions/rerun-optimization.d.mts +9 -0
  655. package/dist/actions/rerun-optimization.d.mts.map +1 -0
  656. package/dist/actions/rerun-optimization.mjs +148 -0
  657. package/dist/actions/rerun-optimization.mjs.map +1 -0
  658. package/dist/actions/reverse-geocode-address.cjs +37 -0
  659. package/dist/actions/reverse-geocode-address.cjs.map +1 -0
  660. package/dist/actions/reverse-geocode-address.d.cts +9 -0
  661. package/dist/actions/reverse-geocode-address.d.cts.map +1 -0
  662. package/dist/actions/reverse-geocode-address.d.mts +9 -0
  663. package/dist/actions/reverse-geocode-address.d.mts.map +1 -0
  664. package/dist/actions/reverse-geocode-address.mjs +36 -0
  665. package/dist/actions/reverse-geocode-address.mjs.map +1 -0
  666. package/dist/actions/set-destination-status.cjs +25 -0
  667. package/dist/actions/set-destination-status.cjs.map +1 -0
  668. package/dist/actions/set-destination-status.d.cts +9 -0
  669. package/dist/actions/set-destination-status.d.cts.map +1 -0
  670. package/dist/actions/set-destination-status.d.mts +9 -0
  671. package/dist/actions/set-destination-status.d.mts.map +1 -0
  672. package/dist/actions/set-destination-status.mjs +22 -0
  673. package/dist/actions/set-destination-status.mjs.map +1 -0
  674. package/dist/actions/set-route-rating.cjs +22 -0
  675. package/dist/actions/set-route-rating.cjs.map +1 -0
  676. package/dist/actions/set-route-rating.d.cts +9 -0
  677. package/dist/actions/set-route-rating.d.cts.map +1 -0
  678. package/dist/actions/set-route-rating.d.mts +9 -0
  679. package/dist/actions/set-route-rating.d.mts.map +1 -0
  680. package/dist/actions/set-route-rating.mjs +19 -0
  681. package/dist/actions/set-route-rating.mjs.map +1 -0
  682. package/dist/actions/set-tracking.cjs +33 -0
  683. package/dist/actions/set-tracking.cjs.map +1 -0
  684. package/dist/actions/set-tracking.d.cts +9 -0
  685. package/dist/actions/set-tracking.d.cts.map +1 -0
  686. package/dist/actions/set-tracking.d.mts +9 -0
  687. package/dist/actions/set-tracking.d.mts.map +1 -0
  688. package/dist/actions/set-tracking.mjs +30 -0
  689. package/dist/actions/set-tracking.mjs.map +1 -0
  690. package/dist/actions/update-address.cjs +53 -0
  691. package/dist/actions/update-address.cjs.map +1 -0
  692. package/dist/actions/update-address.d.cts +9 -0
  693. package/dist/actions/update-address.d.cts.map +1 -0
  694. package/dist/actions/update-address.d.mts +9 -0
  695. package/dist/actions/update-address.d.mts.map +1 -0
  696. package/dist/actions/update-address.mjs +50 -0
  697. package/dist/actions/update-address.mjs.map +1 -0
  698. package/dist/actions/update-avoidance.cjs +43 -0
  699. package/dist/actions/update-avoidance.cjs.map +1 -0
  700. package/dist/actions/update-avoidance.d.cts +9 -0
  701. package/dist/actions/update-avoidance.d.cts.map +1 -0
  702. package/dist/actions/update-avoidance.d.mts +9 -0
  703. package/dist/actions/update-avoidance.d.mts.map +1 -0
  704. package/dist/actions/update-avoidance.mjs +42 -0
  705. package/dist/actions/update-avoidance.mjs.map +1 -0
  706. package/dist/actions/update-location-type.cjs +30 -0
  707. package/dist/actions/update-location-type.cjs.map +1 -0
  708. package/dist/actions/update-location-type.d.cts +9 -0
  709. package/dist/actions/update-location-type.d.cts.map +1 -0
  710. package/dist/actions/update-location-type.d.mts +9 -0
  711. package/dist/actions/update-location-type.d.mts.map +1 -0
  712. package/dist/actions/update-location-type.mjs +29 -0
  713. package/dist/actions/update-location-type.mjs.map +1 -0
  714. package/dist/actions/update-member-configuration-setting.cjs +22 -0
  715. package/dist/actions/update-member-configuration-setting.cjs.map +1 -0
  716. package/dist/actions/update-member-configuration-setting.d.cts +9 -0
  717. package/dist/actions/update-member-configuration-setting.d.cts.map +1 -0
  718. package/dist/actions/update-member-configuration-setting.d.mts +9 -0
  719. package/dist/actions/update-member-configuration-setting.d.mts.map +1 -0
  720. package/dist/actions/update-member-configuration-setting.mjs +19 -0
  721. package/dist/actions/update-member-configuration-setting.mjs.map +1 -0
  722. package/dist/actions/update-note-custom-type.cjs +23 -0
  723. package/dist/actions/update-note-custom-type.cjs.map +1 -0
  724. package/dist/actions/update-note-custom-type.d.cts +9 -0
  725. package/dist/actions/update-note-custom-type.d.cts.map +1 -0
  726. package/dist/actions/update-note-custom-type.d.mts +9 -0
  727. package/dist/actions/update-note-custom-type.d.mts.map +1 -0
  728. package/dist/actions/update-note-custom-type.mjs +20 -0
  729. package/dist/actions/update-note-custom-type.mjs.map +1 -0
  730. package/dist/actions/update-optimization-profile.cjs +40 -0
  731. package/dist/actions/update-optimization-profile.cjs.map +1 -0
  732. package/dist/actions/update-optimization-profile.d.cts +9 -0
  733. package/dist/actions/update-optimization-profile.d.cts.map +1 -0
  734. package/dist/actions/update-optimization-profile.d.mts +9 -0
  735. package/dist/actions/update-optimization-profile.d.mts.map +1 -0
  736. package/dist/actions/update-optimization-profile.mjs +37 -0
  737. package/dist/actions/update-optimization-profile.mjs.map +1 -0
  738. package/dist/actions/update-order-custom-field.cjs +34 -0
  739. package/dist/actions/update-order-custom-field.cjs.map +1 -0
  740. package/dist/actions/update-order-custom-field.d.cts +9 -0
  741. package/dist/actions/update-order-custom-field.d.cts.map +1 -0
  742. package/dist/actions/update-order-custom-field.d.mts +9 -0
  743. package/dist/actions/update-order-custom-field.d.mts.map +1 -0
  744. package/dist/actions/update-order-custom-field.mjs +33 -0
  745. package/dist/actions/update-order-custom-field.mjs.map +1 -0
  746. package/dist/actions/update-route-settings.cjs +38 -0
  747. package/dist/actions/update-route-settings.cjs.map +1 -0
  748. package/dist/actions/update-route-settings.d.cts +9 -0
  749. package/dist/actions/update-route-settings.d.cts.map +1 -0
  750. package/dist/actions/update-route-settings.d.mts +9 -0
  751. package/dist/actions/update-route-settings.d.mts.map +1 -0
  752. package/dist/actions/update-route-settings.mjs +35 -0
  753. package/dist/actions/update-route-settings.mjs.map +1 -0
  754. package/dist/actions/update-route-v4.cjs +66 -0
  755. package/dist/actions/update-route-v4.cjs.map +1 -0
  756. package/dist/actions/update-route-v4.d.cts +9 -0
  757. package/dist/actions/update-route-v4.d.cts.map +1 -0
  758. package/dist/actions/update-route-v4.d.mts +9 -0
  759. package/dist/actions/update-route-v4.d.mts.map +1 -0
  760. package/dist/actions/update-route-v4.mjs +65 -0
  761. package/dist/actions/update-route-v4.mjs.map +1 -0
  762. package/dist/actions/update-routes.cjs +24 -0
  763. package/dist/actions/update-routes.cjs.map +1 -0
  764. package/dist/actions/update-routes.d.cts +9 -0
  765. package/dist/actions/update-routes.d.cts.map +1 -0
  766. package/dist/actions/update-routes.d.mts +9 -0
  767. package/dist/actions/update-routes.d.mts.map +1 -0
  768. package/dist/actions/update-routes.mjs +21 -0
  769. package/dist/actions/update-routes.mjs.map +1 -0
  770. package/dist/actions/update-territory.cjs +42 -0
  771. package/dist/actions/update-territory.cjs.map +1 -0
  772. package/dist/actions/update-territory.d.cts +9 -0
  773. package/dist/actions/update-territory.d.cts.map +1 -0
  774. package/dist/actions/update-territory.d.mts +9 -0
  775. package/dist/actions/update-territory.d.mts.map +1 -0
  776. package/dist/actions/update-territory.mjs +41 -0
  777. package/dist/actions/update-territory.mjs.map +1 -0
  778. package/dist/actions/update-vehicle-capacity-profile-by-id.cjs +38 -0
  779. package/dist/actions/update-vehicle-capacity-profile-by-id.cjs.map +1 -0
  780. package/dist/actions/update-vehicle-capacity-profile-by-id.d.cts +9 -0
  781. package/dist/actions/update-vehicle-capacity-profile-by-id.d.cts.map +1 -0
  782. package/dist/actions/update-vehicle-capacity-profile-by-id.d.mts +9 -0
  783. package/dist/actions/update-vehicle-capacity-profile-by-id.d.mts.map +1 -0
  784. package/dist/actions/update-vehicle-capacity-profile-by-id.mjs +35 -0
  785. package/dist/actions/update-vehicle-capacity-profile-by-id.mjs.map +1 -0
  786. package/dist/app.cjs +9 -0
  787. package/dist/app.cjs.map +1 -0
  788. package/dist/app.d.cts +5 -0
  789. package/dist/app.d.cts.map +1 -0
  790. package/dist/app.d.mts +5 -0
  791. package/dist/app.d.mts.map +1 -0
  792. package/dist/app.mjs +10 -0
  793. package/dist/app.mjs.map +1 -0
  794. package/dist/catalog.cjs +15 -0
  795. package/dist/catalog.cjs.map +1 -0
  796. package/dist/catalog.d.cts +14 -0
  797. package/dist/catalog.d.cts.map +1 -0
  798. package/dist/catalog.d.mts +14 -0
  799. package/dist/catalog.d.mts.map +1 -0
  800. package/dist/catalog.mjs +15 -0
  801. package/dist/catalog.mjs.map +1 -0
  802. package/dist/execute.cjs +18 -0
  803. package/dist/execute.cjs.map +1 -0
  804. package/dist/execute.mjs +18 -0
  805. package/dist/execute.mjs.map +1 -0
  806. package/dist/index.cjs +200 -0
  807. package/dist/index.d.cts +100 -0
  808. package/dist/index.d.mts +100 -0
  809. package/dist/index.mjs +101 -0
  810. package/package.json +49 -0
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-orders-from-contacts.ts
4
+ const Route4meCreateOrdersFromContactsInput = zod.z.object({
5
+ address_ids: zod.z.array(zod.z.number().int()).describe("Array of address book contact IDs to create orders from. Each ID must reference a valid contact in your address book."),
6
+ scheduled_for_date: zod.z.string().describe("Date for which orders should be scheduled in YYYY-MM-DD format (e.g., '2026-02-16').")
7
+ }).describe("Request model for creating orders from address book contacts.");
8
+ const Route4meCreateOrdersFromContacts_OrderItemSchema = zod.z.object({
9
+ email: zod.z.string().describe("Contact email address.").nullable().optional(),
10
+ phone: zod.z.string().describe("Contact phone number.").nullable().optional(),
11
+ order_id: zod.z.number().int().describe("Unique identifier for the created order.").nullable().optional(),
12
+ address_1: zod.z.string().describe("Primary address line for the order destination.").nullable().optional(),
13
+ address_2: zod.z.string().describe("Secondary address line (apartment, suite, etc.).").nullable().optional(),
14
+ last_name: zod.z.string().describe("Last name of the contact.").nullable().optional(),
15
+ address_id: zod.z.number().int().describe("Address book contact ID from which this order was created.").nullable().optional(),
16
+ cached_lat: zod.z.number().describe("Latitude coordinate of the order destination.").nullable().optional(),
17
+ cached_lng: zod.z.number().describe("Longitude coordinate of the order destination.").nullable().optional(),
18
+ first_name: zod.z.string().describe("First name of the contact.").nullable().optional(),
19
+ scheduled_for: zod.z.string().describe("Scheduled date for this order.").nullable().optional(),
20
+ order_status_id: zod.z.number().int().describe("Status ID of the order.").nullable().optional(),
21
+ created_timestamp: zod.z.number().int().describe("Unix timestamp when the order was created.").nullable().optional()
22
+ }).passthrough().describe("Represents a single order created from a contact.");
23
+ const Route4meCreateOrdersFromContactsOutput = zod.z.object({ orders: zod.z.array(Route4meCreateOrdersFromContacts_OrderItemSchema).describe("List of created order objects. Returns empty array if no valid address_ids were provided.").nullable().optional() }).describe("Response model containing the list of created orders.");
24
+ const route4meCreateOrdersFromContacts = require_action.action("ROUTE4ME_CREATE_ORDERS_FROM_CONTACTS", {
25
+ slug: "route4me-create-orders-from-contacts",
26
+ name: "Create Orders from Contacts",
27
+ description: "Tool to create orders from address book contacts. Use when you need to generate new orders from existing contacts for a specific delivery date.",
28
+ input: Route4meCreateOrdersFromContactsInput,
29
+ output: Route4meCreateOrdersFromContactsOutput
30
+ });
31
+ //#endregion
32
+ exports.route4meCreateOrdersFromContacts = route4meCreateOrdersFromContacts;
33
+
34
+ //# sourceMappingURL=create-orders-from-contacts.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-orders-from-contacts.cjs","names":["z","action"],"sources":["../../src/actions/create-orders-from-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meCreateOrdersFromContactsInput: z.ZodTypeAny = z.object({\n address_ids: z.array(z.number().int()).describe(\"Array of address book contact IDs to create orders from. Each ID must reference a valid contact in your address book.\"),\n scheduled_for_date: z.string().describe(\"Date for which orders should be scheduled in YYYY-MM-DD format (e.g., '2026-02-16').\"),\n}).describe(\"Request model for creating orders from address book contacts.\");\nconst Route4meCreateOrdersFromContacts_OrderItemSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Contact email address.\").nullable().optional(),\n phone: z.string().describe(\"Contact phone number.\").nullable().optional(),\n order_id: z.number().int().describe(\"Unique identifier for the created order.\").nullable().optional(),\n address_1: z.string().describe(\"Primary address line for the order destination.\").nullable().optional(),\n address_2: z.string().describe(\"Secondary address line (apartment, suite, etc.).\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the contact.\").nullable().optional(),\n address_id: z.number().int().describe(\"Address book contact ID from which this order was created.\").nullable().optional(),\n cached_lat: z.number().describe(\"Latitude coordinate of the order destination.\").nullable().optional(),\n cached_lng: z.number().describe(\"Longitude coordinate of the order destination.\").nullable().optional(),\n first_name: z.string().describe(\"First name of the contact.\").nullable().optional(),\n scheduled_for: z.string().describe(\"Scheduled date for this order.\").nullable().optional(),\n order_status_id: z.number().int().describe(\"Status ID of the order.\").nullable().optional(),\n created_timestamp: z.number().int().describe(\"Unix timestamp when the order was created.\").nullable().optional(),\n}).passthrough().describe(\"Represents a single order created from a contact.\");\nexport const Route4meCreateOrdersFromContactsOutput: z.ZodTypeAny = z.object({\n orders: z.array(Route4meCreateOrdersFromContacts_OrderItemSchema).describe(\"List of created order objects. Returns empty array if no valid address_ids were provided.\").nullable().optional(),\n}).describe(\"Response model containing the list of created orders.\");\n\nexport const route4meCreateOrdersFromContacts = action(\"ROUTE4ME_CREATE_ORDERS_FROM_CONTACTS\", {\n slug: \"route4me-create-orders-from-contacts\",\n name: \"Create Orders from Contacts\",\n description: \"Tool to create orders from address book contacts. Use when you need to generate new orders from existing contacts for a specific delivery date.\",\n input: Route4meCreateOrdersFromContactsInput,\n output: Route4meCreateOrdersFromContactsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,uHAAuH;CACvK,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;AAChI,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAC7E,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,QAAQA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9L,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-orders-from-contacts.d.ts
4
+ declare const Route4meCreateOrdersFromContactsInput: z.ZodTypeAny;
5
+ declare const Route4meCreateOrdersFromContactsOutput: z.ZodTypeAny;
6
+ declare const route4meCreateOrdersFromContacts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { route4meCreateOrdersFromContacts };
9
+ //# sourceMappingURL=create-orders-from-contacts.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-orders-from-contacts.d.cts","names":[],"sources":["../../src/actions/create-orders-from-contacts.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGsB;AAAA,cAgB/D,sCAAA,EAAwC,CAAA,CAAE,UAEa;AAAA,cAEvD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-orders-from-contacts.d.ts
4
+ declare const Route4meCreateOrdersFromContactsInput: z.ZodTypeAny;
5
+ declare const Route4meCreateOrdersFromContactsOutput: z.ZodTypeAny;
6
+ declare const route4meCreateOrdersFromContacts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { route4meCreateOrdersFromContacts };
9
+ //# sourceMappingURL=create-orders-from-contacts.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-orders-from-contacts.d.mts","names":[],"sources":["../../src/actions/create-orders-from-contacts.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGsB;AAAA,cAgB/D,sCAAA,EAAwC,CAAA,CAAE,UAEa;AAAA,cAEvD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,33 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-orders-from-contacts.ts
4
+ const Route4meCreateOrdersFromContactsInput = z.object({
5
+ address_ids: z.array(z.number().int()).describe("Array of address book contact IDs to create orders from. Each ID must reference a valid contact in your address book."),
6
+ scheduled_for_date: z.string().describe("Date for which orders should be scheduled in YYYY-MM-DD format (e.g., '2026-02-16').")
7
+ }).describe("Request model for creating orders from address book contacts.");
8
+ const Route4meCreateOrdersFromContacts_OrderItemSchema = z.object({
9
+ email: z.string().describe("Contact email address.").nullable().optional(),
10
+ phone: z.string().describe("Contact phone number.").nullable().optional(),
11
+ order_id: z.number().int().describe("Unique identifier for the created order.").nullable().optional(),
12
+ address_1: z.string().describe("Primary address line for the order destination.").nullable().optional(),
13
+ address_2: z.string().describe("Secondary address line (apartment, suite, etc.).").nullable().optional(),
14
+ last_name: z.string().describe("Last name of the contact.").nullable().optional(),
15
+ address_id: z.number().int().describe("Address book contact ID from which this order was created.").nullable().optional(),
16
+ cached_lat: z.number().describe("Latitude coordinate of the order destination.").nullable().optional(),
17
+ cached_lng: z.number().describe("Longitude coordinate of the order destination.").nullable().optional(),
18
+ first_name: z.string().describe("First name of the contact.").nullable().optional(),
19
+ scheduled_for: z.string().describe("Scheduled date for this order.").nullable().optional(),
20
+ order_status_id: z.number().int().describe("Status ID of the order.").nullable().optional(),
21
+ created_timestamp: z.number().int().describe("Unix timestamp when the order was created.").nullable().optional()
22
+ }).passthrough().describe("Represents a single order created from a contact.");
23
+ const route4meCreateOrdersFromContacts = action("ROUTE4ME_CREATE_ORDERS_FROM_CONTACTS", {
24
+ slug: "route4me-create-orders-from-contacts",
25
+ name: "Create Orders from Contacts",
26
+ description: "Tool to create orders from address book contacts. Use when you need to generate new orders from existing contacts for a specific delivery date.",
27
+ input: Route4meCreateOrdersFromContactsInput,
28
+ output: z.object({ orders: z.array(Route4meCreateOrdersFromContacts_OrderItemSchema).describe("List of created order objects. Returns empty array if no valid address_ids were provided.").nullable().optional() }).describe("Response model containing the list of created orders.")
29
+ });
30
+ //#endregion
31
+ export { route4meCreateOrdersFromContacts };
32
+
33
+ //# sourceMappingURL=create-orders-from-contacts.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-orders-from-contacts.mjs","names":[],"sources":["../../src/actions/create-orders-from-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meCreateOrdersFromContactsInput: z.ZodTypeAny = z.object({\n address_ids: z.array(z.number().int()).describe(\"Array of address book contact IDs to create orders from. Each ID must reference a valid contact in your address book.\"),\n scheduled_for_date: z.string().describe(\"Date for which orders should be scheduled in YYYY-MM-DD format (e.g., '2026-02-16').\"),\n}).describe(\"Request model for creating orders from address book contacts.\");\nconst Route4meCreateOrdersFromContacts_OrderItemSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Contact email address.\").nullable().optional(),\n phone: z.string().describe(\"Contact phone number.\").nullable().optional(),\n order_id: z.number().int().describe(\"Unique identifier for the created order.\").nullable().optional(),\n address_1: z.string().describe(\"Primary address line for the order destination.\").nullable().optional(),\n address_2: z.string().describe(\"Secondary address line (apartment, suite, etc.).\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the contact.\").nullable().optional(),\n address_id: z.number().int().describe(\"Address book contact ID from which this order was created.\").nullable().optional(),\n cached_lat: z.number().describe(\"Latitude coordinate of the order destination.\").nullable().optional(),\n cached_lng: z.number().describe(\"Longitude coordinate of the order destination.\").nullable().optional(),\n first_name: z.string().describe(\"First name of the contact.\").nullable().optional(),\n scheduled_for: z.string().describe(\"Scheduled date for this order.\").nullable().optional(),\n order_status_id: z.number().int().describe(\"Status ID of the order.\").nullable().optional(),\n created_timestamp: z.number().int().describe(\"Unix timestamp when the order was created.\").nullable().optional(),\n}).passthrough().describe(\"Represents a single order created from a contact.\");\nexport const Route4meCreateOrdersFromContactsOutput: z.ZodTypeAny = z.object({\n orders: z.array(Route4meCreateOrdersFromContacts_OrderItemSchema).describe(\"List of created order objects. Returns empty array if no valid address_ids were provided.\").nullable().optional(),\n}).describe(\"Response model containing the list of created orders.\");\n\nexport const route4meCreateOrdersFromContacts = action(\"ROUTE4ME_CREATE_ORDERS_FROM_CONTACTS\", {\n slug: \"route4me-create-orders-from-contacts\",\n name: \"Create Orders from Contacts\",\n description: \"Tool to create orders from address book contacts. Use when you need to generate new orders from existing contacts for a specific delivery date.\",\n input: Route4meCreateOrdersFromContactsInput,\n output: Route4meCreateOrdersFromContactsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsD,EAAE,OAAO;CAC1E,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,uHAAuH;CACvK,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;AAChI,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,mDAAiE,EAAE,OAAO;CAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAK7E,MAAa,mCAAmC,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkE,EAAE,OAAO,EAC3E,QAAQ,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9L,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
@@ -0,0 +1,37 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-territory.ts
4
+ const Route4meCreateTerritoryInput = zod.z.object({
5
+ territory: zod.z.object({
6
+ data: zod.z.array(zod.z.string()).describe("Array of geodetic parameters defining the territory shape. For 'circle': [center_coordinates, radius_in_meters] e.g. ['37.569752822786455,-77.47833251953125', '5000']. For 'rect' and 'poly': array of coordinate pairs as strings e.g. ['lat1,lng1', 'lat2,lng2', ...]."),
7
+ type: zod.z.enum([
8
+ "circle",
9
+ "rect",
10
+ "poly"
11
+ ]).describe("Shape type of the territory. Use 'circle' for circular territories, 'rect' for rectangular territories, or 'poly' for polygon territories.")
12
+ }).describe("Shape definition for the territory including type and geodetic data."),
13
+ territory_name: zod.z.string().describe("Name of the territory. Should be descriptive and unique."),
14
+ territory_color: zod.z.string().describe("Color of the territory in hexadecimal format (without '#'). Example: 'ff0000' for red, '00ff00' for green.").optional()
15
+ }).describe("Request model for creating a territory with specified shape and properties.");
16
+ const Route4meCreateTerritory_TerritoryResponseSchema = zod.z.object({
17
+ data: zod.z.array(zod.z.string()).describe("Array of coordinate strings defining the territory shape."),
18
+ type: zod.z.string().describe("Shape type: 'circle', 'rect', or 'poly'.")
19
+ }).describe("Territory shape data in the response.");
20
+ const Route4meCreateTerritoryOutput = zod.z.object({
21
+ member_id: zod.z.number().int().describe("Member ID associated with the territory.").nullable().optional(),
22
+ territory: Route4meCreateTerritory_TerritoryResponseSchema.nullable(),
23
+ territory_id: zod.z.string().describe("Unique MD5 identifier for the created territory."),
24
+ territory_name: zod.z.string().describe("Name of the territory."),
25
+ territory_color: zod.z.string().describe("Color of the territory in hexadecimal format.").nullable().optional()
26
+ }).describe("Response model containing the created territory details.");
27
+ const route4meCreateTerritory = require_action.action("ROUTE4ME_CREATE_TERRITORY", {
28
+ slug: "route4me-create-territory",
29
+ name: "Create Territory",
30
+ description: "Tool to create a new territory with circular, rectangular, or polygon shape. Use when you need to define geographic regions for route planning, service areas, or operational zones.",
31
+ input: Route4meCreateTerritoryInput,
32
+ output: Route4meCreateTerritoryOutput
33
+ });
34
+ //#endregion
35
+ exports.route4meCreateTerritory = route4meCreateTerritory;
36
+
37
+ //# sourceMappingURL=create-territory.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-territory.cjs","names":["z","action"],"sources":["../../src/actions/create-territory.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meCreateTerritoryInput: z.ZodTypeAny = z.object({\n territory: z.object({\n data: z.array(z.string()).describe(\"Array of geodetic parameters defining the territory shape. For 'circle': [center_coordinates, radius_in_meters] e.g. ['37.569752822786455,-77.47833251953125', '5000']. For 'rect' and 'poly': array of coordinate pairs as strings e.g. ['lat1,lng1', 'lat2,lng2', ...].\"),\n type: z.enum([\"circle\", \"rect\", \"poly\"]).describe(\"Shape type of the territory. Use 'circle' for circular territories, 'rect' for rectangular territories, or 'poly' for polygon territories.\"),\n}).describe(\"Shape definition for the territory including type and geodetic data.\"),\n territory_name: z.string().describe(\"Name of the territory. Should be descriptive and unique.\"),\n territory_color: z.string().describe(\"Color of the territory in hexadecimal format (without '#'). Example: 'ff0000' for red, '00ff00' for green.\").optional(),\n}).describe(\"Request model for creating a territory with specified shape and properties.\");\nconst Route4meCreateTerritory_TerritoryResponseSchema: z.ZodTypeAny = z.object({\n data: z.array(z.string()).describe(\"Array of coordinate strings defining the territory shape.\"),\n type: z.string().describe(\"Shape type: 'circle', 'rect', or 'poly'.\"),\n}).describe(\"Territory shape data in the response.\");\nexport const Route4meCreateTerritoryOutput: z.ZodTypeAny = z.object({\n member_id: z.number().int().describe(\"Member ID associated with the territory.\").nullable().optional(),\n territory: Route4meCreateTerritory_TerritoryResponseSchema.nullable(),\n territory_id: z.string().describe(\"Unique MD5 identifier for the created territory.\"),\n territory_name: z.string().describe(\"Name of the territory.\"),\n territory_color: z.string().describe(\"Color of the territory in hexadecimal format.\").nullable().optional(),\n}).describe(\"Response model containing the created territory details.\");\n\nexport const route4meCreateTerritory = action(\"ROUTE4ME_CREATE_TERRITORY\", {\n slug: \"route4me-create-territory\",\n name: \"Create Territory\",\n description: \"Tool to create a new territory with circular, rectangular, or polygon shape. Use when you need to define geographic regions for route planning, service areas, or operational zones.\",\n input: Route4meCreateTerritoryInput,\n output: Route4meCreateTerritoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,WAAWA,IAAAA,EAAE,OAAO;EACpB,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2QAA2Q;EAC9S,MAAMA,IAAAA,EAAE,KAAK;GAAC;GAAU;GAAQ;EAAM,CAAC,CAAC,CAAC,SAAS,4IAA4I;CAChM,CAAC,CAAC,CAAC,SAAS,sEAAsE;CAChF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC9F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;AAC9J,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D;CAC9F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AACtE,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,WAAW,gDAAgD,SAAS;CACpE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACpF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAC5D,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-territory.d.ts
4
+ declare const Route4meCreateTerritoryInput: z.ZodTypeAny;
5
+ declare const Route4meCreateTerritoryOutput: z.ZodTypeAny;
6
+ declare const route4meCreateTerritory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { route4meCreateTerritory };
9
+ //# sourceMappingURL=create-territory.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-territory.d.cts","names":[],"sources":["../../src/actions/create-territory.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAO6C;AAAA,cAK7E,6BAAA,EAA+B,CAAA,CAAE,UAMyB;AAAA,cAE1D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-territory.d.ts
4
+ declare const Route4meCreateTerritoryInput: z.ZodTypeAny;
5
+ declare const Route4meCreateTerritoryOutput: z.ZodTypeAny;
6
+ declare const route4meCreateTerritory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { route4meCreateTerritory };
9
+ //# sourceMappingURL=create-territory.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-territory.d.mts","names":[],"sources":["../../src/actions/create-territory.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAO6C;AAAA,cAK7E,6BAAA,EAA+B,CAAA,CAAE,UAMyB;AAAA,cAE1D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,36 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-territory.ts
4
+ const Route4meCreateTerritoryInput = z.object({
5
+ territory: z.object({
6
+ data: z.array(z.string()).describe("Array of geodetic parameters defining the territory shape. For 'circle': [center_coordinates, radius_in_meters] e.g. ['37.569752822786455,-77.47833251953125', '5000']. For 'rect' and 'poly': array of coordinate pairs as strings e.g. ['lat1,lng1', 'lat2,lng2', ...]."),
7
+ type: z.enum([
8
+ "circle",
9
+ "rect",
10
+ "poly"
11
+ ]).describe("Shape type of the territory. Use 'circle' for circular territories, 'rect' for rectangular territories, or 'poly' for polygon territories.")
12
+ }).describe("Shape definition for the territory including type and geodetic data."),
13
+ territory_name: z.string().describe("Name of the territory. Should be descriptive and unique."),
14
+ territory_color: z.string().describe("Color of the territory in hexadecimal format (without '#'). Example: 'ff0000' for red, '00ff00' for green.").optional()
15
+ }).describe("Request model for creating a territory with specified shape and properties.");
16
+ const Route4meCreateTerritory_TerritoryResponseSchema = z.object({
17
+ data: z.array(z.string()).describe("Array of coordinate strings defining the territory shape."),
18
+ type: z.string().describe("Shape type: 'circle', 'rect', or 'poly'.")
19
+ }).describe("Territory shape data in the response.");
20
+ const route4meCreateTerritory = action("ROUTE4ME_CREATE_TERRITORY", {
21
+ slug: "route4me-create-territory",
22
+ name: "Create Territory",
23
+ description: "Tool to create a new territory with circular, rectangular, or polygon shape. Use when you need to define geographic regions for route planning, service areas, or operational zones.",
24
+ input: Route4meCreateTerritoryInput,
25
+ output: z.object({
26
+ member_id: z.number().int().describe("Member ID associated with the territory.").nullable().optional(),
27
+ territory: Route4meCreateTerritory_TerritoryResponseSchema.nullable(),
28
+ territory_id: z.string().describe("Unique MD5 identifier for the created territory."),
29
+ territory_name: z.string().describe("Name of the territory."),
30
+ territory_color: z.string().describe("Color of the territory in hexadecimal format.").nullable().optional()
31
+ }).describe("Response model containing the created territory details.")
32
+ });
33
+ //#endregion
34
+ export { route4meCreateTerritory };
35
+
36
+ //# sourceMappingURL=create-territory.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-territory.mjs","names":[],"sources":["../../src/actions/create-territory.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meCreateTerritoryInput: z.ZodTypeAny = z.object({\n territory: z.object({\n data: z.array(z.string()).describe(\"Array of geodetic parameters defining the territory shape. For 'circle': [center_coordinates, radius_in_meters] e.g. ['37.569752822786455,-77.47833251953125', '5000']. For 'rect' and 'poly': array of coordinate pairs as strings e.g. ['lat1,lng1', 'lat2,lng2', ...].\"),\n type: z.enum([\"circle\", \"rect\", \"poly\"]).describe(\"Shape type of the territory. Use 'circle' for circular territories, 'rect' for rectangular territories, or 'poly' for polygon territories.\"),\n}).describe(\"Shape definition for the territory including type and geodetic data.\"),\n territory_name: z.string().describe(\"Name of the territory. Should be descriptive and unique.\"),\n territory_color: z.string().describe(\"Color of the territory in hexadecimal format (without '#'). Example: 'ff0000' for red, '00ff00' for green.\").optional(),\n}).describe(\"Request model for creating a territory with specified shape and properties.\");\nconst Route4meCreateTerritory_TerritoryResponseSchema: z.ZodTypeAny = z.object({\n data: z.array(z.string()).describe(\"Array of coordinate strings defining the territory shape.\"),\n type: z.string().describe(\"Shape type: 'circle', 'rect', or 'poly'.\"),\n}).describe(\"Territory shape data in the response.\");\nexport const Route4meCreateTerritoryOutput: z.ZodTypeAny = z.object({\n member_id: z.number().int().describe(\"Member ID associated with the territory.\").nullable().optional(),\n territory: Route4meCreateTerritory_TerritoryResponseSchema.nullable(),\n territory_id: z.string().describe(\"Unique MD5 identifier for the created territory.\"),\n territory_name: z.string().describe(\"Name of the territory.\"),\n territory_color: z.string().describe(\"Color of the territory in hexadecimal format.\").nullable().optional(),\n}).describe(\"Response model containing the created territory details.\");\n\nexport const route4meCreateTerritory = action(\"ROUTE4ME_CREATE_TERRITORY\", {\n slug: \"route4me-create-territory\",\n name: \"Create Territory\",\n description: \"Tool to create a new territory with circular, rectangular, or polygon shape. Use when you need to define geographic regions for route planning, service areas, or operational zones.\",\n input: Route4meCreateTerritoryInput,\n output: Route4meCreateTerritoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,WAAW,EAAE,OAAO;EACpB,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2QAA2Q;EAC9S,MAAM,EAAE,KAAK;GAAC;GAAU;GAAQ;EAAM,CAAC,CAAC,CAAC,SAAS,4IAA4I;CAChM,CAAC,CAAC,CAAC,SAAS,sEAAsE;CAChF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC9F,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;AAC9J,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,kDAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D;CAC9F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AACtE,CAAC,CAAC,CAAC,SAAS,uCAAuC;AASnD,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbyD,EAAE,OAAO;EAClE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,WAAW,gDAAgD,SAAS;EACpE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EACpF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;EAC5D,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
@@ -0,0 +1,37 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-vehicle-capacity-profile.ts
4
+ const Route4meCreateVehicleCapacityProfileInput = zod.z.object({
5
+ name: zod.z.string().describe("Name of the vehicle capacity profile. Should be descriptive and unique."),
6
+ max_volume: zod.z.number().describe("Maximum volume capacity of the vehicle. Must be non-negative.").optional(),
7
+ max_weight: zod.z.number().describe("Maximum weight capacity of the vehicle. Must be non-negative.").optional(),
8
+ max_revenue: zod.z.number().describe("Maximum revenue capacity of the vehicle. Must be non-negative.").optional(),
9
+ max_items_number: zod.z.number().int().describe("Maximum number of items the vehicle can carry. Must be non-negative.").optional(),
10
+ max_volume_units: zod.z.string().describe("Units for maximum volume (e.g., 'cu ft' for cubic feet, 'cu m' for cubic meters).").optional(),
11
+ max_weight_units: zod.z.string().describe("Units for maximum weight (e.g., 'lb' for pounds, 'kg' for kilograms).").optional()
12
+ }).describe("Request model for creating a vehicle capacity profile.");
13
+ const Route4meCreateVehicleCapacityProfileOutput = zod.z.object({
14
+ name: zod.z.string().describe("Name of the vehicle capacity profile.").nullable().optional(),
15
+ created_at: zod.z.string().describe("Timestamp when the profile was created.").nullable().optional(),
16
+ deleted_at: zod.z.string().describe("Timestamp when the profile was deleted, if applicable.").nullable().optional(),
17
+ max_volume: zod.z.number().describe("Maximum volume capacity of the vehicle.").nullable().optional(),
18
+ max_weight: zod.z.number().describe("Maximum weight capacity of the vehicle.").nullable().optional(),
19
+ updated_at: zod.z.string().describe("Timestamp when the profile was last updated.").nullable().optional(),
20
+ max_revenue: zod.z.number().describe("Maximum revenue capacity of the vehicle.").nullable().optional(),
21
+ root_member_id: zod.z.number().int().describe("Root member ID associated with the profile.").nullable().optional(),
22
+ max_items_number: zod.z.number().int().describe("Maximum number of items the vehicle can carry.").nullable().optional(),
23
+ max_volume_units: zod.z.string().describe("Units for maximum volume.").nullable().optional(),
24
+ max_weight_units: zod.z.string().describe("Units for maximum weight.").nullable().optional(),
25
+ vehicle_capacity_profile_id: zod.z.number().int().describe("Unique identifier for the created vehicle capacity profile.").nullable().optional()
26
+ }).describe("Response model containing the created vehicle capacity profile details.");
27
+ const route4meCreateVehicleCapacityProfile = require_action.action("ROUTE4ME_CREATE_VEHICLE_CAPACITY_PROFILE", {
28
+ slug: "route4me-create-vehicle-capacity-profile",
29
+ name: "Create Vehicle Capacity Profile",
30
+ description: "Tool to create a vehicle capacity profile with weight, volume, item count, and revenue limits. Use when you need to define operational constraints for vehicles in route planning and fleet management.",
31
+ input: Route4meCreateVehicleCapacityProfileInput,
32
+ output: Route4meCreateVehicleCapacityProfileOutput
33
+ });
34
+ //#endregion
35
+ exports.route4meCreateVehicleCapacityProfile = route4meCreateVehicleCapacityProfile;
36
+
37
+ //# sourceMappingURL=create-vehicle-capacity-profile.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-vehicle-capacity-profile.cjs","names":["z","action"],"sources":["../../src/actions/create-vehicle-capacity-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meCreateVehicleCapacityProfileInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the vehicle capacity profile. Should be descriptive and unique.\"),\n max_volume: z.number().describe(\"Maximum volume capacity of the vehicle. Must be non-negative.\").optional(),\n max_weight: z.number().describe(\"Maximum weight capacity of the vehicle. Must be non-negative.\").optional(),\n max_revenue: z.number().describe(\"Maximum revenue capacity of the vehicle. Must be non-negative.\").optional(),\n max_items_number: z.number().int().describe(\"Maximum number of items the vehicle can carry. Must be non-negative.\").optional(),\n max_volume_units: z.string().describe(\"Units for maximum volume (e.g., 'cu ft' for cubic feet, 'cu m' for cubic meters).\").optional(),\n max_weight_units: z.string().describe(\"Units for maximum weight (e.g., 'lb' for pounds, 'kg' for kilograms).\").optional(),\n}).describe(\"Request model for creating a vehicle capacity profile.\");\nexport const Route4meCreateVehicleCapacityProfileOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the vehicle capacity profile.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the profile was created.\").nullable().optional(),\n deleted_at: z.string().describe(\"Timestamp when the profile was deleted, if applicable.\").nullable().optional(),\n max_volume: z.number().describe(\"Maximum volume capacity of the vehicle.\").nullable().optional(),\n max_weight: z.number().describe(\"Maximum weight capacity of the vehicle.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the profile was last updated.\").nullable().optional(),\n max_revenue: z.number().describe(\"Maximum revenue capacity of the vehicle.\").nullable().optional(),\n root_member_id: z.number().int().describe(\"Root member ID associated with the profile.\").nullable().optional(),\n max_items_number: z.number().int().describe(\"Maximum number of items the vehicle can carry.\").nullable().optional(),\n max_volume_units: z.string().describe(\"Units for maximum volume.\").nullable().optional(),\n max_weight_units: z.string().describe(\"Units for maximum weight.\").nullable().optional(),\n vehicle_capacity_profile_id: z.number().int().describe(\"Unique identifier for the created vehicle capacity profile.\").nullable().optional(),\n}).describe(\"Response model containing the created vehicle capacity profile details.\");\n\nexport const route4meCreateVehicleCapacityProfile = action(\"ROUTE4ME_CREATE_VEHICLE_CAPACITY_PROFILE\", {\n slug: \"route4me-create-vehicle-capacity-profile\",\n name: \"Create Vehicle Capacity Profile\",\n description: \"Tool to create a vehicle capacity profile with weight, volume, item count, and revenue limits. Use when you need to define operational constraints for vehicles in route planning and fleet management.\",\n input: Route4meCreateVehicleCapacityProfileInput,\n output: Route4meCreateVehicleCapacityProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC1G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC1G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC5G,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAC7H,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CACpI,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,6BAA6BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5I,CAAC,CAAC,CAAC,SAAS,yEAAyE;AAErF,MAAa,uCAAuCC,eAAAA,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-vehicle-capacity-profile.d.ts
4
+ declare const Route4meCreateVehicleCapacityProfileInput: z.ZodTypeAny;
5
+ declare const Route4meCreateVehicleCapacityProfileOutput: z.ZodTypeAny;
6
+ declare const route4meCreateVehicleCapacityProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { route4meCreateVehicleCapacityProfile };
9
+ //# sourceMappingURL=create-vehicle-capacity-profile.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-vehicle-capacity-profile.d.cts","names":[],"sources":["../../src/actions/create-vehicle-capacity-profile.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAQW;AAAA,cACxD,0CAAA,EAA4C,CAAA,CAAE,UAa2B;AAAA,cAEzE,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-vehicle-capacity-profile.d.ts
4
+ declare const Route4meCreateVehicleCapacityProfileInput: z.ZodTypeAny;
5
+ declare const Route4meCreateVehicleCapacityProfileOutput: z.ZodTypeAny;
6
+ declare const route4meCreateVehicleCapacityProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { route4meCreateVehicleCapacityProfile };
9
+ //# sourceMappingURL=create-vehicle-capacity-profile.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-vehicle-capacity-profile.d.mts","names":[],"sources":["../../src/actions/create-vehicle-capacity-profile.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAQW;AAAA,cACxD,0CAAA,EAA4C,CAAA,CAAE,UAa2B;AAAA,cAEzE,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,34 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const route4meCreateVehicleCapacityProfile = action("ROUTE4ME_CREATE_VEHICLE_CAPACITY_PROFILE", {
4
+ slug: "route4me-create-vehicle-capacity-profile",
5
+ name: "Create Vehicle Capacity Profile",
6
+ description: "Tool to create a vehicle capacity profile with weight, volume, item count, and revenue limits. Use when you need to define operational constraints for vehicles in route planning and fleet management.",
7
+ input: z.object({
8
+ name: z.string().describe("Name of the vehicle capacity profile. Should be descriptive and unique."),
9
+ max_volume: z.number().describe("Maximum volume capacity of the vehicle. Must be non-negative.").optional(),
10
+ max_weight: z.number().describe("Maximum weight capacity of the vehicle. Must be non-negative.").optional(),
11
+ max_revenue: z.number().describe("Maximum revenue capacity of the vehicle. Must be non-negative.").optional(),
12
+ max_items_number: z.number().int().describe("Maximum number of items the vehicle can carry. Must be non-negative.").optional(),
13
+ max_volume_units: z.string().describe("Units for maximum volume (e.g., 'cu ft' for cubic feet, 'cu m' for cubic meters).").optional(),
14
+ max_weight_units: z.string().describe("Units for maximum weight (e.g., 'lb' for pounds, 'kg' for kilograms).").optional()
15
+ }).describe("Request model for creating a vehicle capacity profile."),
16
+ output: z.object({
17
+ name: z.string().describe("Name of the vehicle capacity profile.").nullable().optional(),
18
+ created_at: z.string().describe("Timestamp when the profile was created.").nullable().optional(),
19
+ deleted_at: z.string().describe("Timestamp when the profile was deleted, if applicable.").nullable().optional(),
20
+ max_volume: z.number().describe("Maximum volume capacity of the vehicle.").nullable().optional(),
21
+ max_weight: z.number().describe("Maximum weight capacity of the vehicle.").nullable().optional(),
22
+ updated_at: z.string().describe("Timestamp when the profile was last updated.").nullable().optional(),
23
+ max_revenue: z.number().describe("Maximum revenue capacity of the vehicle.").nullable().optional(),
24
+ root_member_id: z.number().int().describe("Root member ID associated with the profile.").nullable().optional(),
25
+ max_items_number: z.number().int().describe("Maximum number of items the vehicle can carry.").nullable().optional(),
26
+ max_volume_units: z.string().describe("Units for maximum volume.").nullable().optional(),
27
+ max_weight_units: z.string().describe("Units for maximum weight.").nullable().optional(),
28
+ vehicle_capacity_profile_id: z.number().int().describe("Unique identifier for the created vehicle capacity profile.").nullable().optional()
29
+ }).describe("Response model containing the created vehicle capacity profile details.")
30
+ });
31
+ //#endregion
32
+ export { route4meCreateVehicleCapacityProfile };
33
+
34
+ //# sourceMappingURL=create-vehicle-capacity-profile.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-vehicle-capacity-profile.mjs","names":[],"sources":["../../src/actions/create-vehicle-capacity-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meCreateVehicleCapacityProfileInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the vehicle capacity profile. Should be descriptive and unique.\"),\n max_volume: z.number().describe(\"Maximum volume capacity of the vehicle. Must be non-negative.\").optional(),\n max_weight: z.number().describe(\"Maximum weight capacity of the vehicle. Must be non-negative.\").optional(),\n max_revenue: z.number().describe(\"Maximum revenue capacity of the vehicle. Must be non-negative.\").optional(),\n max_items_number: z.number().int().describe(\"Maximum number of items the vehicle can carry. Must be non-negative.\").optional(),\n max_volume_units: z.string().describe(\"Units for maximum volume (e.g., 'cu ft' for cubic feet, 'cu m' for cubic meters).\").optional(),\n max_weight_units: z.string().describe(\"Units for maximum weight (e.g., 'lb' for pounds, 'kg' for kilograms).\").optional(),\n}).describe(\"Request model for creating a vehicle capacity profile.\");\nexport const Route4meCreateVehicleCapacityProfileOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the vehicle capacity profile.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the profile was created.\").nullable().optional(),\n deleted_at: z.string().describe(\"Timestamp when the profile was deleted, if applicable.\").nullable().optional(),\n max_volume: z.number().describe(\"Maximum volume capacity of the vehicle.\").nullable().optional(),\n max_weight: z.number().describe(\"Maximum weight capacity of the vehicle.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the profile was last updated.\").nullable().optional(),\n max_revenue: z.number().describe(\"Maximum revenue capacity of the vehicle.\").nullable().optional(),\n root_member_id: z.number().int().describe(\"Root member ID associated with the profile.\").nullable().optional(),\n max_items_number: z.number().int().describe(\"Maximum number of items the vehicle can carry.\").nullable().optional(),\n max_volume_units: z.string().describe(\"Units for maximum volume.\").nullable().optional(),\n max_weight_units: z.string().describe(\"Units for maximum weight.\").nullable().optional(),\n vehicle_capacity_profile_id: z.number().int().describe(\"Unique identifier for the created vehicle capacity profile.\").nullable().optional(),\n}).describe(\"Response model containing the created vehicle capacity profile details.\");\n\nexport const route4meCreateVehicleCapacityProfile = action(\"ROUTE4ME_CREATE_VEHICLE_CAPACITY_PROFILE\", {\n slug: \"route4me-create-vehicle-capacity-profile\",\n name: \"Create Vehicle Capacity Profile\",\n description: \"Tool to create a vehicle capacity profile with weight, volume, item count, and revenue limits. Use when you need to define operational constraints for vehicles in route planning and fleet management.\",\n input: Route4meCreateVehicleCapacityProfileInput,\n output: Route4meCreateVehicleCapacityProfileOutput,\n});\n"],"mappings":";;AA4BA,MAAa,uCAAuC,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA5BqE,EAAE,OAAO;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;EACnG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EAC1G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EAC1G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EAC5G,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;EAC7H,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EACpI,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC1H,CAAC,CAAC,CAAC,SAAS,wDAoBH;CACP,QApBsE,EAAE,OAAO;EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,6BAA6B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,CAAC,CAAC,CAAC,SAAS,yEAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-address.ts
4
+ const Route4meDeleteAddressInput = zod.z.object({
5
+ route_destination_id: zod.z.string().describe("The ID of the destination/address to be deleted."),
6
+ optimization_problem_id: zod.z.string().describe("The ID of the optimization problem from which the address should be removed.")
7
+ }).describe("Request model for deleting an address from a route.");
8
+ const Route4meDeleteAddressOutput = zod.z.object({
9
+ deleted: zod.z.boolean().describe("Indicates whether the address was successfully deleted."),
10
+ destination_uuid: zod.z.string().describe("The UUID of the destination.").nullable().optional(),
11
+ route_destination_id: zod.z.number().int().describe("The destination ID that was attempted to be deleted.")
12
+ }).describe("Response model for DeleteAddress.");
13
+ const route4meDeleteAddress = require_action.action("ROUTE4ME_DELETE_ADDRESS", {
14
+ slug: "route4me-delete-address",
15
+ name: "Delete Address from Route",
16
+ description: "Tool to delete an address from a route. Use when you need to remove a specific destination from an optimization problem or route.",
17
+ input: Route4meDeleteAddressInput,
18
+ output: Route4meDeleteAddressOutput
19
+ });
20
+ //#endregion
21
+ exports.route4meDeleteAddress = route4meDeleteAddress;
22
+
23
+ //# sourceMappingURL=delete-address.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-address.cjs","names":["z","action"],"sources":["../../src/actions/delete-address.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meDeleteAddressInput: z.ZodTypeAny = z.object({\n route_destination_id: z.string().describe(\"The ID of the destination/address to be deleted.\"),\n optimization_problem_id: z.string().describe(\"The ID of the optimization problem from which the address should be removed.\"),\n}).describe(\"Request model for deleting an address from a route.\");\nexport const Route4meDeleteAddressOutput: z.ZodTypeAny = z.object({\n deleted: z.boolean().describe(\"Indicates whether the address was successfully deleted.\"),\n destination_uuid: z.string().describe(\"The UUID of the destination.\").nullable().optional(),\n route_destination_id: z.number().int().describe(\"The destination ID that was attempted to be deleted.\"),\n}).describe(\"Response model for DeleteAddress.\");\n\nexport const route4meDeleteAddress = action(\"ROUTE4ME_DELETE_ADDRESS\", {\n slug: \"route4me-delete-address\",\n name: \"Delete Address from Route\",\n description: \"Tool to delete an address from a route. Use when you need to remove a specific destination from an optimization problem or route.\",\n input: Route4meDeleteAddressInput,\n output: Route4meDeleteAddressOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC5F,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;AAC7H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;CACvF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;AACxG,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAE/C,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-address.d.ts
4
+ declare const Route4meDeleteAddressInput: z.ZodTypeAny;
5
+ declare const Route4meDeleteAddressOutput: z.ZodTypeAny;
6
+ declare const route4meDeleteAddress: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { route4meDeleteAddress };
9
+ //# sourceMappingURL=delete-address.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-address.d.cts","names":[],"sources":["../../src/actions/delete-address.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGuB;AAAA,cACrD,2BAAA,EAA6B,CAAA,CAAE,UAII;AAAA,cAEnC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-address.d.ts
4
+ declare const Route4meDeleteAddressInput: z.ZodTypeAny;
5
+ declare const Route4meDeleteAddressOutput: z.ZodTypeAny;
6
+ declare const route4meDeleteAddress: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { route4meDeleteAddress };
9
+ //# sourceMappingURL=delete-address.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-address.d.mts","names":[],"sources":["../../src/actions/delete-address.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGuB;AAAA,cACrD,2BAAA,EAA6B,CAAA,CAAE,UAII;AAAA,cAEnC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const route4meDeleteAddress = action("ROUTE4ME_DELETE_ADDRESS", {
4
+ slug: "route4me-delete-address",
5
+ name: "Delete Address from Route",
6
+ description: "Tool to delete an address from a route. Use when you need to remove a specific destination from an optimization problem or route.",
7
+ input: z.object({
8
+ route_destination_id: z.string().describe("The ID of the destination/address to be deleted."),
9
+ optimization_problem_id: z.string().describe("The ID of the optimization problem from which the address should be removed.")
10
+ }).describe("Request model for deleting an address from a route."),
11
+ output: z.object({
12
+ deleted: z.boolean().describe("Indicates whether the address was successfully deleted."),
13
+ destination_uuid: z.string().describe("The UUID of the destination.").nullable().optional(),
14
+ route_destination_id: z.number().int().describe("The destination ID that was attempted to be deleted.")
15
+ }).describe("Response model for DeleteAddress.")
16
+ });
17
+ //#endregion
18
+ export { route4meDeleteAddress };
19
+
20
+ //# sourceMappingURL=delete-address.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-address.mjs","names":[],"sources":["../../src/actions/delete-address.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meDeleteAddressInput: z.ZodTypeAny = z.object({\n route_destination_id: z.string().describe(\"The ID of the destination/address to be deleted.\"),\n optimization_problem_id: z.string().describe(\"The ID of the optimization problem from which the address should be removed.\"),\n}).describe(\"Request model for deleting an address from a route.\");\nexport const Route4meDeleteAddressOutput: z.ZodTypeAny = z.object({\n deleted: z.boolean().describe(\"Indicates whether the address was successfully deleted.\"),\n destination_uuid: z.string().describe(\"The UUID of the destination.\").nullable().optional(),\n route_destination_id: z.number().int().describe(\"The destination ID that was attempted to be deleted.\"),\n}).describe(\"Response model for DeleteAddress.\");\n\nexport const route4meDeleteAddress = action(\"ROUTE4ME_DELETE_ADDRESS\", {\n slug: \"route4me-delete-address\",\n name: \"Delete Address from Route\",\n description: \"Tool to delete an address from a route. Use when you need to remove a specific destination from an optimization problem or route.\",\n input: Route4meDeleteAddressInput,\n output: Route4meDeleteAddressOutput,\n});\n"],"mappings":";;AAcA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdsD,EAAE,OAAO;EAC/D,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAC5F,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CAC7H,CAAC,CAAC,CAAC,SAAS,qDAWH;CACP,QAXuD,EAAE,OAAO;EAChE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;EACvF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;CACxG,CAAC,CAAC,CAAC,SAAS,mCAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-addresses.ts
4
+ const Route4meDeleteAddressesInput = zod.z.object({ address_ids: zod.z.array(zod.z.string()).describe("Array of address IDs to delete from the address book. Each address ID must be a valid string identifier.") }).describe("Request model for deleting addresses from the Route4Me address book.");
5
+ const Route4meDeleteAddressesOutput = zod.z.object({ status: zod.z.boolean().describe("True if deletion was successful, False otherwise.") }).describe("Response model for DeleteAddresses action.");
6
+ const route4meDeleteAddresses = require_action.action("ROUTE4ME_DELETE_ADDRESSES", {
7
+ slug: "route4me-delete-addresses",
8
+ name: "Delete Addresses",
9
+ description: "Tool to delete addresses from the Route4Me address book. Use when you need to remove one or more addresses permanently from the address book.",
10
+ input: Route4meDeleteAddressesInput,
11
+ output: Route4meDeleteAddressesOutput
12
+ });
13
+ //#endregion
14
+ exports.route4meDeleteAddresses = route4meDeleteAddresses;
15
+
16
+ //# sourceMappingURL=delete-addresses.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-addresses.cjs","names":["z","action"],"sources":["../../src/actions/delete-addresses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meDeleteAddressesInput: z.ZodTypeAny = z.object({\n address_ids: z.array(z.string()).describe(\"Array of address IDs to delete from the address book. Each address ID must be a valid string identifier.\"),\n}).describe(\"Request model for deleting addresses from the Route4Me address book.\");\nexport const Route4meDeleteAddressesOutput: z.ZodTypeAny = z.object({\n status: z.boolean().describe(\"True if deletion was successful, False otherwise.\"),\n}).describe(\"Response model for DeleteAddresses action.\");\n\nexport const route4meDeleteAddresses = action(\"ROUTE4ME_DELETE_ADDRESSES\", {\n slug: \"route4me-delete-addresses\",\n name: \"Delete Addresses\",\n description: \"Tool to delete addresses from the Route4Me address book. Use when you need to remove one or more addresses permanently from the address book.\",\n input: Route4meDeleteAddressesInput,\n output: Route4meDeleteAddressesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0GAA0G,EACtJ,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,EAClF,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-addresses.d.ts
4
+ declare const Route4meDeleteAddressesInput: z.ZodTypeAny;
5
+ declare const Route4meDeleteAddressesOutput: z.ZodTypeAny;
6
+ declare const route4meDeleteAddresses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { route4meDeleteAddresses };
9
+ //# sourceMappingURL=delete-addresses.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-addresses.d.cts","names":[],"sources":["../../src/actions/delete-addresses.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEsC;AAAA,cACtE,6BAAA,EAA+B,CAAA,CAAE,UAEW;AAAA,cAE5C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-addresses.d.ts
4
+ declare const Route4meDeleteAddressesInput: z.ZodTypeAny;
5
+ declare const Route4meDeleteAddressesOutput: z.ZodTypeAny;
6
+ declare const route4meDeleteAddresses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { route4meDeleteAddresses };
9
+ //# sourceMappingURL=delete-addresses.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-addresses.d.mts","names":[],"sources":["../../src/actions/delete-addresses.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEsC;AAAA,cACtE,6BAAA,EAA+B,CAAA,CAAE,UAEW;AAAA,cAE5C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const route4meDeleteAddresses = action("ROUTE4ME_DELETE_ADDRESSES", {
4
+ slug: "route4me-delete-addresses",
5
+ name: "Delete Addresses",
6
+ description: "Tool to delete addresses from the Route4Me address book. Use when you need to remove one or more addresses permanently from the address book.",
7
+ input: z.object({ address_ids: z.array(z.string()).describe("Array of address IDs to delete from the address book. Each address ID must be a valid string identifier.") }).describe("Request model for deleting addresses from the Route4Me address book."),
8
+ output: z.object({ status: z.boolean().describe("True if deletion was successful, False otherwise.") }).describe("Response model for DeleteAddresses action.")
9
+ });
10
+ //#endregion
11
+ export { route4meDeleteAddresses };
12
+
13
+ //# sourceMappingURL=delete-addresses.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-addresses.mjs","names":[],"sources":["../../src/actions/delete-addresses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meDeleteAddressesInput: z.ZodTypeAny = z.object({\n address_ids: z.array(z.string()).describe(\"Array of address IDs to delete from the address book. Each address ID must be a valid string identifier.\"),\n}).describe(\"Request model for deleting addresses from the Route4Me address book.\");\nexport const Route4meDeleteAddressesOutput: z.ZodTypeAny = z.object({\n status: z.boolean().describe(\"True if deletion was successful, False otherwise.\"),\n}).describe(\"Response model for DeleteAddresses action.\");\n\nexport const route4meDeleteAddresses = action(\"ROUTE4ME_DELETE_ADDRESSES\", {\n slug: \"route4me-delete-addresses\",\n name: \"Delete Addresses\",\n description: \"Tool to delete addresses from the Route4Me address book. Use when you need to remove one or more addresses permanently from the address book.\",\n input: Route4meDeleteAddressesInput,\n output: Route4meDeleteAddressesOutput,\n});\n"],"mappings":";;AAWA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXwD,EAAE,OAAO,EACjE,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0GAA0G,EACtJ,CAAC,CAAC,CAAC,SAAS,sEASH;CACP,QATyD,EAAE,OAAO,EAClE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,EAClF,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-avoidance.ts
4
+ const Route4meDeleteAvoidanceInput = zod.z.object({ territory_id: zod.z.string().describe("The unique 32-character MD5 identifier of the avoidance zone to delete.") }).describe("Request model for deleting an avoidance zone by territory_id.");
5
+ const Route4meDeleteAvoidanceOutput = zod.z.object({ status: zod.z.boolean().describe("Whether the avoidance zone was successfully deleted.") }).describe("Response model for DeleteAvoidance action.");
6
+ const route4meDeleteAvoidance = require_action.action("ROUTE4ME_DELETE_AVOIDANCE", {
7
+ slug: "route4me-delete-avoidance",
8
+ name: "Delete Avoidance Zone",
9
+ description: "Tool to delete an avoidance zone by territory_id. Use when you need to remove a specific avoidance zone from the routing system.",
10
+ input: Route4meDeleteAvoidanceInput,
11
+ output: Route4meDeleteAvoidanceOutput
12
+ });
13
+ //#endregion
14
+ exports.route4meDeleteAvoidance = route4meDeleteAvoidance;
15
+
16
+ //# sourceMappingURL=delete-avoidance.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-avoidance.cjs","names":["z","action"],"sources":["../../src/actions/delete-avoidance.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Route4meDeleteAvoidanceInput: z.ZodTypeAny = z.object({\n territory_id: z.string().describe(\"The unique 32-character MD5 identifier of the avoidance zone to delete.\"),\n}).describe(\"Request model for deleting an avoidance zone by territory_id.\");\nexport const Route4meDeleteAvoidanceOutput: z.ZodTypeAny = z.object({\n status: z.boolean().describe(\"Whether the avoidance zone was successfully deleted.\"),\n}).describe(\"Response model for DeleteAvoidance action.\");\n\nexport const route4meDeleteAvoidance = action(\"ROUTE4ME_DELETE_AVOIDANCE\", {\n slug: \"route4me-delete-avoidance\",\n name: \"Delete Avoidance Zone\",\n description: \"Tool to delete an avoidance zone by territory_id. Use when you need to remove a specific avoidance zone from the routing system.\",\n input: Route4meDeleteAvoidanceInput,\n output: Route4meDeleteAvoidanceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,EAC7G,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,EACrF,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-avoidance.d.ts
4
+ declare const Route4meDeleteAvoidanceInput: z.ZodTypeAny;
5
+ declare const Route4meDeleteAvoidanceOutput: z.ZodTypeAny;
6
+ declare const route4meDeleteAvoidance: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { route4meDeleteAvoidance };
9
+ //# sourceMappingURL=delete-avoidance.d.cts.map