@keystrokehq/shipengine 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 (562) 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-tag-to-shipment.cjs +19 -0
  7. package/dist/actions/add-tag-to-shipment.cjs.map +1 -0
  8. package/dist/actions/add-tag-to-shipment.d.cts +9 -0
  9. package/dist/actions/add-tag-to-shipment.d.cts.map +1 -0
  10. package/dist/actions/add-tag-to-shipment.d.mts +9 -0
  11. package/dist/actions/add-tag-to-shipment.d.mts.map +1 -0
  12. package/dist/actions/add-tag-to-shipment.mjs +16 -0
  13. package/dist/actions/add-tag-to-shipment.mjs.map +1 -0
  14. package/dist/actions/add-to-batch.cjs +20 -0
  15. package/dist/actions/add-to-batch.cjs.map +1 -0
  16. package/dist/actions/add-to-batch.d.cts +9 -0
  17. package/dist/actions/add-to-batch.d.cts.map +1 -0
  18. package/dist/actions/add-to-batch.d.mts +9 -0
  19. package/dist/actions/add-to-batch.d.mts.map +1 -0
  20. package/dist/actions/add-to-batch.mjs +17 -0
  21. package/dist/actions/add-to-batch.mjs.map +1 -0
  22. package/dist/actions/cancel-shipment.cjs +16 -0
  23. package/dist/actions/cancel-shipment.cjs.map +1 -0
  24. package/dist/actions/cancel-shipment.d.cts +9 -0
  25. package/dist/actions/cancel-shipment.d.cts.map +1 -0
  26. package/dist/actions/cancel-shipment.d.mts +9 -0
  27. package/dist/actions/cancel-shipment.d.mts.map +1 -0
  28. package/dist/actions/cancel-shipment.mjs +13 -0
  29. package/dist/actions/cancel-shipment.mjs.map +1 -0
  30. package/dist/actions/connect-ltl-carrier.cjs +19 -0
  31. package/dist/actions/connect-ltl-carrier.cjs.map +1 -0
  32. package/dist/actions/connect-ltl-carrier.d.cts +9 -0
  33. package/dist/actions/connect-ltl-carrier.d.cts.map +1 -0
  34. package/dist/actions/connect-ltl-carrier.d.mts +9 -0
  35. package/dist/actions/connect-ltl-carrier.d.mts.map +1 -0
  36. package/dist/actions/connect-ltl-carrier.mjs +16 -0
  37. package/dist/actions/connect-ltl-carrier.mjs.map +1 -0
  38. package/dist/actions/connect-shipsurance.cjs +19 -0
  39. package/dist/actions/connect-shipsurance.cjs.map +1 -0
  40. package/dist/actions/connect-shipsurance.d.cts +9 -0
  41. package/dist/actions/connect-shipsurance.d.cts.map +1 -0
  42. package/dist/actions/connect-shipsurance.d.mts +9 -0
  43. package/dist/actions/connect-shipsurance.d.mts.map +1 -0
  44. package/dist/actions/connect-shipsurance.mjs +16 -0
  45. package/dist/actions/connect-shipsurance.mjs.map +1 -0
  46. package/dist/actions/create-account-image.cjs +28 -0
  47. package/dist/actions/create-account-image.cjs.map +1 -0
  48. package/dist/actions/create-account-image.d.cts +9 -0
  49. package/dist/actions/create-account-image.d.cts.map +1 -0
  50. package/dist/actions/create-account-image.d.mts +9 -0
  51. package/dist/actions/create-account-image.d.mts.map +1 -0
  52. package/dist/actions/create-account-image.mjs +25 -0
  53. package/dist/actions/create-account-image.mjs.map +1 -0
  54. package/dist/actions/create-package-type.cjs +38 -0
  55. package/dist/actions/create-package-type.cjs.map +1 -0
  56. package/dist/actions/create-package-type.d.cts +9 -0
  57. package/dist/actions/create-package-type.d.cts.map +1 -0
  58. package/dist/actions/create-package-type.d.mts +9 -0
  59. package/dist/actions/create-package-type.d.mts.map +1 -0
  60. package/dist/actions/create-package-type.mjs +37 -0
  61. package/dist/actions/create-package-type.mjs.map +1 -0
  62. package/dist/actions/create-tag.cjs +20 -0
  63. package/dist/actions/create-tag.cjs.map +1 -0
  64. package/dist/actions/create-tag.d.cts +9 -0
  65. package/dist/actions/create-tag.d.cts.map +1 -0
  66. package/dist/actions/create-tag.d.mts +9 -0
  67. package/dist/actions/create-tag.d.mts.map +1 -0
  68. package/dist/actions/create-tag.mjs +17 -0
  69. package/dist/actions/create-tag.mjs.map +1 -0
  70. package/dist/actions/create-tag2.cjs +20 -0
  71. package/dist/actions/create-tag2.cjs.map +1 -0
  72. package/dist/actions/create-tag2.d.cts +9 -0
  73. package/dist/actions/create-tag2.d.cts.map +1 -0
  74. package/dist/actions/create-tag2.d.mts +9 -0
  75. package/dist/actions/create-tag2.d.mts.map +1 -0
  76. package/dist/actions/create-tag2.mjs +17 -0
  77. package/dist/actions/create-tag2.mjs.map +1 -0
  78. package/dist/actions/create-warehouse.cjs +77 -0
  79. package/dist/actions/create-warehouse.cjs.map +1 -0
  80. package/dist/actions/create-warehouse.d.cts +9 -0
  81. package/dist/actions/create-warehouse.d.cts.map +1 -0
  82. package/dist/actions/create-warehouse.d.mts +9 -0
  83. package/dist/actions/create-warehouse.d.mts.map +1 -0
  84. package/dist/actions/create-warehouse.mjs +76 -0
  85. package/dist/actions/create-warehouse.mjs.map +1 -0
  86. package/dist/actions/create-webhook.cjs +27 -0
  87. package/dist/actions/create-webhook.cjs.map +1 -0
  88. package/dist/actions/create-webhook.d.cts +9 -0
  89. package/dist/actions/create-webhook.d.cts.map +1 -0
  90. package/dist/actions/create-webhook.d.mts +9 -0
  91. package/dist/actions/create-webhook.d.mts.map +1 -0
  92. package/dist/actions/create-webhook.mjs +24 -0
  93. package/dist/actions/create-webhook.mjs.map +1 -0
  94. package/dist/actions/delete-account-image-by-id.cjs +19 -0
  95. package/dist/actions/delete-account-image-by-id.cjs.map +1 -0
  96. package/dist/actions/delete-account-image-by-id.d.cts +9 -0
  97. package/dist/actions/delete-account-image-by-id.d.cts.map +1 -0
  98. package/dist/actions/delete-account-image-by-id.d.mts +9 -0
  99. package/dist/actions/delete-account-image-by-id.d.mts.map +1 -0
  100. package/dist/actions/delete-account-image-by-id.mjs +16 -0
  101. package/dist/actions/delete-account-image-by-id.mjs.map +1 -0
  102. package/dist/actions/delete-batch.cjs +16 -0
  103. package/dist/actions/delete-batch.cjs.map +1 -0
  104. package/dist/actions/delete-batch.d.cts +9 -0
  105. package/dist/actions/delete-batch.d.cts.map +1 -0
  106. package/dist/actions/delete-batch.d.mts +9 -0
  107. package/dist/actions/delete-batch.d.mts.map +1 -0
  108. package/dist/actions/delete-batch.mjs +13 -0
  109. package/dist/actions/delete-batch.mjs.map +1 -0
  110. package/dist/actions/delete-package.cjs +19 -0
  111. package/dist/actions/delete-package.cjs.map +1 -0
  112. package/dist/actions/delete-package.d.cts +9 -0
  113. package/dist/actions/delete-package.d.cts.map +1 -0
  114. package/dist/actions/delete-package.d.mts +9 -0
  115. package/dist/actions/delete-package.d.mts.map +1 -0
  116. package/dist/actions/delete-package.mjs +16 -0
  117. package/dist/actions/delete-package.mjs.map +1 -0
  118. package/dist/actions/delete-warehouse.cjs +19 -0
  119. package/dist/actions/delete-warehouse.cjs.map +1 -0
  120. package/dist/actions/delete-warehouse.d.cts +9 -0
  121. package/dist/actions/delete-warehouse.d.cts.map +1 -0
  122. package/dist/actions/delete-warehouse.d.mts +9 -0
  123. package/dist/actions/delete-warehouse.d.mts.map +1 -0
  124. package/dist/actions/delete-warehouse.mjs +16 -0
  125. package/dist/actions/delete-warehouse.mjs.map +1 -0
  126. package/dist/actions/delete-webhook.cjs +19 -0
  127. package/dist/actions/delete-webhook.cjs.map +1 -0
  128. package/dist/actions/delete-webhook.d.cts +9 -0
  129. package/dist/actions/delete-webhook.d.cts.map +1 -0
  130. package/dist/actions/delete-webhook.d.mts +9 -0
  131. package/dist/actions/delete-webhook.d.mts.map +1 -0
  132. package/dist/actions/delete-webhook.mjs +16 -0
  133. package/dist/actions/delete-webhook.mjs.map +1 -0
  134. package/dist/actions/disconnect-carrier.cjs +48 -0
  135. package/dist/actions/disconnect-carrier.cjs.map +1 -0
  136. package/dist/actions/disconnect-carrier.d.cts +9 -0
  137. package/dist/actions/disconnect-carrier.d.cts.map +1 -0
  138. package/dist/actions/disconnect-carrier.d.mts +9 -0
  139. package/dist/actions/disconnect-carrier.d.mts.map +1 -0
  140. package/dist/actions/disconnect-carrier.mjs +45 -0
  141. package/dist/actions/disconnect-carrier.mjs.map +1 -0
  142. package/dist/actions/disconnect-shipsurance.cjs +16 -0
  143. package/dist/actions/disconnect-shipsurance.cjs.map +1 -0
  144. package/dist/actions/disconnect-shipsurance.d.cts +9 -0
  145. package/dist/actions/disconnect-shipsurance.d.cts.map +1 -0
  146. package/dist/actions/disconnect-shipsurance.d.mts +9 -0
  147. package/dist/actions/disconnect-shipsurance.d.mts.map +1 -0
  148. package/dist/actions/disconnect-shipsurance.mjs +13 -0
  149. package/dist/actions/disconnect-shipsurance.mjs.map +1 -0
  150. package/dist/actions/download-file.cjs +27 -0
  151. package/dist/actions/download-file.cjs.map +1 -0
  152. package/dist/actions/download-file.d.cts +9 -0
  153. package/dist/actions/download-file.d.cts.map +1 -0
  154. package/dist/actions/download-file.d.mts +9 -0
  155. package/dist/actions/download-file.d.mts.map +1 -0
  156. package/dist/actions/download-file.mjs +26 -0
  157. package/dist/actions/download-file.mjs.map +1 -0
  158. package/dist/actions/get-account-image-by-id.cjs +24 -0
  159. package/dist/actions/get-account-image-by-id.cjs.map +1 -0
  160. package/dist/actions/get-account-image-by-id.d.cts +9 -0
  161. package/dist/actions/get-account-image-by-id.d.cts.map +1 -0
  162. package/dist/actions/get-account-image-by-id.d.mts +9 -0
  163. package/dist/actions/get-account-image-by-id.d.mts.map +1 -0
  164. package/dist/actions/get-account-image-by-id.mjs +21 -0
  165. package/dist/actions/get-account-image-by-id.mjs.map +1 -0
  166. package/dist/actions/get-batch-by-external-id.cjs +38 -0
  167. package/dist/actions/get-batch-by-external-id.cjs.map +1 -0
  168. package/dist/actions/get-batch-by-external-id.d.cts +9 -0
  169. package/dist/actions/get-batch-by-external-id.d.cts.map +1 -0
  170. package/dist/actions/get-batch-by-external-id.d.mts +9 -0
  171. package/dist/actions/get-batch-by-external-id.d.mts.map +1 -0
  172. package/dist/actions/get-batch-by-external-id.mjs +35 -0
  173. package/dist/actions/get-batch-by-external-id.mjs.map +1 -0
  174. package/dist/actions/get-batch-by-id.cjs +43 -0
  175. package/dist/actions/get-batch-by-id.cjs.map +1 -0
  176. package/dist/actions/get-batch-by-id.d.cts +9 -0
  177. package/dist/actions/get-batch-by-id.d.cts.map +1 -0
  178. package/dist/actions/get-batch-by-id.d.mts +9 -0
  179. package/dist/actions/get-batch-by-id.d.mts.map +1 -0
  180. package/dist/actions/get-batch-by-id.mjs +42 -0
  181. package/dist/actions/get-batch-by-id.mjs.map +1 -0
  182. package/dist/actions/get-batch-errors.cjs +35 -0
  183. package/dist/actions/get-batch-errors.cjs.map +1 -0
  184. package/dist/actions/get-batch-errors.d.cts +9 -0
  185. package/dist/actions/get-batch-errors.d.cts.map +1 -0
  186. package/dist/actions/get-batch-errors.d.mts +9 -0
  187. package/dist/actions/get-batch-errors.d.mts.map +1 -0
  188. package/dist/actions/get-batch-errors.mjs +34 -0
  189. package/dist/actions/get-batch-errors.mjs.map +1 -0
  190. package/dist/actions/get-bulk-rates.cjs +107 -0
  191. package/dist/actions/get-bulk-rates.cjs.map +1 -0
  192. package/dist/actions/get-bulk-rates.d.cts +9 -0
  193. package/dist/actions/get-bulk-rates.d.cts.map +1 -0
  194. package/dist/actions/get-bulk-rates.d.mts +9 -0
  195. package/dist/actions/get-bulk-rates.d.mts.map +1 -0
  196. package/dist/actions/get-bulk-rates.mjs +106 -0
  197. package/dist/actions/get-bulk-rates.mjs.map +1 -0
  198. package/dist/actions/get-insurance-balance.cjs +23 -0
  199. package/dist/actions/get-insurance-balance.cjs.map +1 -0
  200. package/dist/actions/get-insurance-balance.d.cts +9 -0
  201. package/dist/actions/get-insurance-balance.d.cts.map +1 -0
  202. package/dist/actions/get-insurance-balance.d.mts +9 -0
  203. package/dist/actions/get-insurance-balance.d.mts.map +1 -0
  204. package/dist/actions/get-insurance-balance.mjs +22 -0
  205. package/dist/actions/get-insurance-balance.mjs.map +1 -0
  206. package/dist/actions/get-ltl-carrier-credential-requirements.cjs +21 -0
  207. package/dist/actions/get-ltl-carrier-credential-requirements.cjs.map +1 -0
  208. package/dist/actions/get-ltl-carrier-credential-requirements.d.cts +9 -0
  209. package/dist/actions/get-ltl-carrier-credential-requirements.d.cts.map +1 -0
  210. package/dist/actions/get-ltl-carrier-credential-requirements.d.mts +9 -0
  211. package/dist/actions/get-ltl-carrier-credential-requirements.d.mts.map +1 -0
  212. package/dist/actions/get-ltl-carrier-credential-requirements.mjs +20 -0
  213. package/dist/actions/get-ltl-carrier-credential-requirements.mjs.map +1 -0
  214. package/dist/actions/get-ltl-carrier-features.cjs +25 -0
  215. package/dist/actions/get-ltl-carrier-features.cjs.map +1 -0
  216. package/dist/actions/get-ltl-carrier-features.d.cts +9 -0
  217. package/dist/actions/get-ltl-carrier-features.d.cts.map +1 -0
  218. package/dist/actions/get-ltl-carrier-features.d.mts +9 -0
  219. package/dist/actions/get-ltl-carrier-features.d.mts.map +1 -0
  220. package/dist/actions/get-ltl-carrier-features.mjs +24 -0
  221. package/dist/actions/get-ltl-carrier-features.mjs.map +1 -0
  222. package/dist/actions/get-ltl-carrier-options.cjs +26 -0
  223. package/dist/actions/get-ltl-carrier-options.cjs.map +1 -0
  224. package/dist/actions/get-ltl-carrier-options.d.cts +9 -0
  225. package/dist/actions/get-ltl-carrier-options.d.cts.map +1 -0
  226. package/dist/actions/get-ltl-carrier-options.d.mts +9 -0
  227. package/dist/actions/get-ltl-carrier-options.d.mts.map +1 -0
  228. package/dist/actions/get-ltl-carrier-options.mjs +25 -0
  229. package/dist/actions/get-ltl-carrier-options.mjs.map +1 -0
  230. package/dist/actions/get-ltl-carrier-packages.cjs +21 -0
  231. package/dist/actions/get-ltl-carrier-packages.cjs.map +1 -0
  232. package/dist/actions/get-ltl-carrier-packages.d.cts +9 -0
  233. package/dist/actions/get-ltl-carrier-packages.d.cts.map +1 -0
  234. package/dist/actions/get-ltl-carrier-packages.d.mts +9 -0
  235. package/dist/actions/get-ltl-carrier-packages.d.mts.map +1 -0
  236. package/dist/actions/get-ltl-carrier-packages.mjs +20 -0
  237. package/dist/actions/get-ltl-carrier-packages.mjs.map +1 -0
  238. package/dist/actions/get-ltl-carrier-services.cjs +21 -0
  239. package/dist/actions/get-ltl-carrier-services.cjs.map +1 -0
  240. package/dist/actions/get-ltl-carrier-services.d.cts +9 -0
  241. package/dist/actions/get-ltl-carrier-services.d.cts.map +1 -0
  242. package/dist/actions/get-ltl-carrier-services.d.mts +9 -0
  243. package/dist/actions/get-ltl-carrier-services.d.mts.map +1 -0
  244. package/dist/actions/get-ltl-carrier-services.mjs +20 -0
  245. package/dist/actions/get-ltl-carrier-services.mjs.map +1 -0
  246. package/dist/actions/get-package-by-id.cjs +28 -0
  247. package/dist/actions/get-package-by-id.cjs.map +1 -0
  248. package/dist/actions/get-package-by-id.d.cts +9 -0
  249. package/dist/actions/get-package-by-id.d.cts.map +1 -0
  250. package/dist/actions/get-package-by-id.d.mts +9 -0
  251. package/dist/actions/get-package-by-id.d.mts.map +1 -0
  252. package/dist/actions/get-package-by-id.mjs +27 -0
  253. package/dist/actions/get-package-by-id.mjs.map +1 -0
  254. package/dist/actions/get-shipment-by-external-id.cjs +111 -0
  255. package/dist/actions/get-shipment-by-external-id.cjs.map +1 -0
  256. package/dist/actions/get-shipment-by-external-id.d.cts +9 -0
  257. package/dist/actions/get-shipment-by-external-id.d.cts.map +1 -0
  258. package/dist/actions/get-shipment-by-external-id.d.mts +9 -0
  259. package/dist/actions/get-shipment-by-external-id.d.mts.map +1 -0
  260. package/dist/actions/get-shipment-by-external-id.mjs +110 -0
  261. package/dist/actions/get-shipment-by-external-id.mjs.map +1 -0
  262. package/dist/actions/get-shipment-by-id.cjs +101 -0
  263. package/dist/actions/get-shipment-by-id.cjs.map +1 -0
  264. package/dist/actions/get-shipment-by-id.d.cts +9 -0
  265. package/dist/actions/get-shipment-by-id.d.cts.map +1 -0
  266. package/dist/actions/get-shipment-by-id.d.mts +9 -0
  267. package/dist/actions/get-shipment-by-id.d.mts.map +1 -0
  268. package/dist/actions/get-shipment-by-id.mjs +100 -0
  269. package/dist/actions/get-shipment-by-id.mjs.map +1 -0
  270. package/dist/actions/get-shipment-rates.cjs +64 -0
  271. package/dist/actions/get-shipment-rates.cjs.map +1 -0
  272. package/dist/actions/get-shipment-rates.d.cts +9 -0
  273. package/dist/actions/get-shipment-rates.d.cts.map +1 -0
  274. package/dist/actions/get-shipment-rates.d.mts +9 -0
  275. package/dist/actions/get-shipment-rates.d.mts.map +1 -0
  276. package/dist/actions/get-shipment-rates.mjs +63 -0
  277. package/dist/actions/get-shipment-rates.mjs.map +1 -0
  278. package/dist/actions/get-tracking-info.cjs +55 -0
  279. package/dist/actions/get-tracking-info.cjs.map +1 -0
  280. package/dist/actions/get-tracking-info.d.cts +9 -0
  281. package/dist/actions/get-tracking-info.d.cts.map +1 -0
  282. package/dist/actions/get-tracking-info.d.mts +9 -0
  283. package/dist/actions/get-tracking-info.d.mts.map +1 -0
  284. package/dist/actions/get-tracking-info.mjs +54 -0
  285. package/dist/actions/get-tracking-info.mjs.map +1 -0
  286. package/dist/actions/get-warehouse-by-id.cjs +40 -0
  287. package/dist/actions/get-warehouse-by-id.cjs.map +1 -0
  288. package/dist/actions/get-warehouse-by-id.d.cts +9 -0
  289. package/dist/actions/get-warehouse-by-id.d.cts.map +1 -0
  290. package/dist/actions/get-warehouse-by-id.d.mts +9 -0
  291. package/dist/actions/get-warehouse-by-id.d.mts.map +1 -0
  292. package/dist/actions/get-warehouse-by-id.mjs +39 -0
  293. package/dist/actions/get-warehouse-by-id.mjs.map +1 -0
  294. package/dist/actions/get-webhook-by-id.cjs +27 -0
  295. package/dist/actions/get-webhook-by-id.cjs.map +1 -0
  296. package/dist/actions/get-webhook-by-id.d.cts +9 -0
  297. package/dist/actions/get-webhook-by-id.d.cts.map +1 -0
  298. package/dist/actions/get-webhook-by-id.d.mts +9 -0
  299. package/dist/actions/get-webhook-by-id.d.mts.map +1 -0
  300. package/dist/actions/get-webhook-by-id.mjs +26 -0
  301. package/dist/actions/get-webhook-by-id.mjs.map +1 -0
  302. package/dist/actions/index.cjs +133 -0
  303. package/dist/actions/index.d.cts +67 -0
  304. package/dist/actions/index.d.mts +67 -0
  305. package/dist/actions/index.mjs +67 -0
  306. package/dist/actions/list-account-images.cjs +25 -0
  307. package/dist/actions/list-account-images.cjs.map +1 -0
  308. package/dist/actions/list-account-images.d.cts +9 -0
  309. package/dist/actions/list-account-images.d.cts.map +1 -0
  310. package/dist/actions/list-account-images.d.mts +9 -0
  311. package/dist/actions/list-account-images.d.mts.map +1 -0
  312. package/dist/actions/list-account-images.mjs +24 -0
  313. package/dist/actions/list-account-images.mjs.map +1 -0
  314. package/dist/actions/list-account-settings.cjs +16 -0
  315. package/dist/actions/list-account-settings.cjs.map +1 -0
  316. package/dist/actions/list-account-settings.d.cts +9 -0
  317. package/dist/actions/list-account-settings.d.cts.map +1 -0
  318. package/dist/actions/list-account-settings.d.mts +9 -0
  319. package/dist/actions/list-account-settings.d.mts.map +1 -0
  320. package/dist/actions/list-account-settings.mjs +13 -0
  321. package/dist/actions/list-account-settings.mjs.map +1 -0
  322. package/dist/actions/list-batches2.cjs +75 -0
  323. package/dist/actions/list-batches2.cjs.map +1 -0
  324. package/dist/actions/list-batches2.d.cts +9 -0
  325. package/dist/actions/list-batches2.d.cts.map +1 -0
  326. package/dist/actions/list-batches2.d.mts +9 -0
  327. package/dist/actions/list-batches2.d.mts.map +1 -0
  328. package/dist/actions/list-batches2.mjs +74 -0
  329. package/dist/actions/list-batches2.mjs.map +1 -0
  330. package/dist/actions/list-carrier-package-types.cjs +29 -0
  331. package/dist/actions/list-carrier-package-types.cjs.map +1 -0
  332. package/dist/actions/list-carrier-package-types.d.cts +9 -0
  333. package/dist/actions/list-carrier-package-types.d.cts.map +1 -0
  334. package/dist/actions/list-carrier-package-types.d.mts +9 -0
  335. package/dist/actions/list-carrier-package-types.d.mts.map +1 -0
  336. package/dist/actions/list-carrier-package-types.mjs +28 -0
  337. package/dist/actions/list-carrier-package-types.mjs.map +1 -0
  338. package/dist/actions/list-labels2.cjs +153 -0
  339. package/dist/actions/list-labels2.cjs.map +1 -0
  340. package/dist/actions/list-labels2.d.cts +9 -0
  341. package/dist/actions/list-labels2.d.cts.map +1 -0
  342. package/dist/actions/list-labels2.d.mts +9 -0
  343. package/dist/actions/list-labels2.d.mts.map +1 -0
  344. package/dist/actions/list-labels2.mjs +152 -0
  345. package/dist/actions/list-labels2.mjs.map +1 -0
  346. package/dist/actions/list-ltl-carriers.cjs +55 -0
  347. package/dist/actions/list-ltl-carriers.cjs.map +1 -0
  348. package/dist/actions/list-ltl-carriers.d.cts +9 -0
  349. package/dist/actions/list-ltl-carriers.d.cts.map +1 -0
  350. package/dist/actions/list-ltl-carriers.d.mts +9 -0
  351. package/dist/actions/list-ltl-carriers.d.mts.map +1 -0
  352. package/dist/actions/list-ltl-carriers.mjs +54 -0
  353. package/dist/actions/list-ltl-carriers.mjs.map +1 -0
  354. package/dist/actions/list-manifests2.cjs +57 -0
  355. package/dist/actions/list-manifests2.cjs.map +1 -0
  356. package/dist/actions/list-manifests2.d.cts +9 -0
  357. package/dist/actions/list-manifests2.d.cts.map +1 -0
  358. package/dist/actions/list-manifests2.d.mts +9 -0
  359. package/dist/actions/list-manifests2.d.mts.map +1 -0
  360. package/dist/actions/list-manifests2.mjs +56 -0
  361. package/dist/actions/list-manifests2.mjs.map +1 -0
  362. package/dist/actions/list-packages.cjs +43 -0
  363. package/dist/actions/list-packages.cjs.map +1 -0
  364. package/dist/actions/list-packages.d.cts +9 -0
  365. package/dist/actions/list-packages.d.cts.map +1 -0
  366. package/dist/actions/list-packages.d.mts +9 -0
  367. package/dist/actions/list-packages.d.mts.map +1 -0
  368. package/dist/actions/list-packages.mjs +42 -0
  369. package/dist/actions/list-packages.mjs.map +1 -0
  370. package/dist/actions/list-pickups.cjs +71 -0
  371. package/dist/actions/list-pickups.cjs.map +1 -0
  372. package/dist/actions/list-pickups.d.cts +9 -0
  373. package/dist/actions/list-pickups.d.cts.map +1 -0
  374. package/dist/actions/list-pickups.d.mts +9 -0
  375. package/dist/actions/list-pickups.d.mts.map +1 -0
  376. package/dist/actions/list-pickups.mjs +70 -0
  377. package/dist/actions/list-pickups.mjs.map +1 -0
  378. package/dist/actions/list-shipments2.cjs +126 -0
  379. package/dist/actions/list-shipments2.cjs.map +1 -0
  380. package/dist/actions/list-shipments2.d.cts +9 -0
  381. package/dist/actions/list-shipments2.d.cts.map +1 -0
  382. package/dist/actions/list-shipments2.d.mts +9 -0
  383. package/dist/actions/list-shipments2.d.mts.map +1 -0
  384. package/dist/actions/list-shipments2.mjs +125 -0
  385. package/dist/actions/list-shipments2.mjs.map +1 -0
  386. package/dist/actions/list-tags2.cjs +21 -0
  387. package/dist/actions/list-tags2.cjs.map +1 -0
  388. package/dist/actions/list-tags2.d.cts +9 -0
  389. package/dist/actions/list-tags2.d.cts.map +1 -0
  390. package/dist/actions/list-tags2.d.mts +9 -0
  391. package/dist/actions/list-tags2.d.mts.map +1 -0
  392. package/dist/actions/list-tags2.mjs +20 -0
  393. package/dist/actions/list-tags2.mjs.map +1 -0
  394. package/dist/actions/list-warehouses.cjs +42 -0
  395. package/dist/actions/list-warehouses.cjs.map +1 -0
  396. package/dist/actions/list-warehouses.d.cts +9 -0
  397. package/dist/actions/list-warehouses.d.cts.map +1 -0
  398. package/dist/actions/list-warehouses.d.mts +9 -0
  399. package/dist/actions/list-warehouses.d.mts.map +1 -0
  400. package/dist/actions/list-warehouses.mjs +41 -0
  401. package/dist/actions/list-warehouses.mjs.map +1 -0
  402. package/dist/actions/list-webhook-events.cjs +20 -0
  403. package/dist/actions/list-webhook-events.cjs.map +1 -0
  404. package/dist/actions/list-webhook-events.d.cts +9 -0
  405. package/dist/actions/list-webhook-events.d.cts.map +1 -0
  406. package/dist/actions/list-webhook-events.d.mts +9 -0
  407. package/dist/actions/list-webhook-events.d.mts.map +1 -0
  408. package/dist/actions/list-webhook-events.mjs +19 -0
  409. package/dist/actions/list-webhook-events.mjs.map +1 -0
  410. package/dist/actions/list-webhooks.cjs +28 -0
  411. package/dist/actions/list-webhooks.cjs.map +1 -0
  412. package/dist/actions/list-webhooks.d.cts +9 -0
  413. package/dist/actions/list-webhooks.d.cts.map +1 -0
  414. package/dist/actions/list-webhooks.d.mts +9 -0
  415. package/dist/actions/list-webhooks.d.mts.map +1 -0
  416. package/dist/actions/list-webhooks.mjs +27 -0
  417. package/dist/actions/list-webhooks.mjs.map +1 -0
  418. package/dist/actions/parse-address.cjs +58 -0
  419. package/dist/actions/parse-address.cjs.map +1 -0
  420. package/dist/actions/parse-address.d.cts +9 -0
  421. package/dist/actions/parse-address.d.cts.map +1 -0
  422. package/dist/actions/parse-address.d.mts +9 -0
  423. package/dist/actions/parse-address.d.mts.map +1 -0
  424. package/dist/actions/parse-address.mjs +57 -0
  425. package/dist/actions/parse-address.mjs.map +1 -0
  426. package/dist/actions/process-batch-labels.cjs +29 -0
  427. package/dist/actions/process-batch-labels.cjs.map +1 -0
  428. package/dist/actions/process-batch-labels.d.cts +9 -0
  429. package/dist/actions/process-batch-labels.d.cts.map +1 -0
  430. package/dist/actions/process-batch-labels.d.mts +9 -0
  431. package/dist/actions/process-batch-labels.d.mts.map +1 -0
  432. package/dist/actions/process-batch-labels.mjs +26 -0
  433. package/dist/actions/process-batch-labels.mjs.map +1 -0
  434. package/dist/actions/remove-from-batch.cjs +20 -0
  435. package/dist/actions/remove-from-batch.cjs.map +1 -0
  436. package/dist/actions/remove-from-batch.d.cts +9 -0
  437. package/dist/actions/remove-from-batch.d.cts.map +1 -0
  438. package/dist/actions/remove-from-batch.d.mts +9 -0
  439. package/dist/actions/remove-from-batch.d.mts.map +1 -0
  440. package/dist/actions/remove-from-batch.mjs +17 -0
  441. package/dist/actions/remove-from-batch.mjs.map +1 -0
  442. package/dist/actions/remove-tag-from-shipment.cjs +19 -0
  443. package/dist/actions/remove-tag-from-shipment.cjs.map +1 -0
  444. package/dist/actions/remove-tag-from-shipment.d.cts +9 -0
  445. package/dist/actions/remove-tag-from-shipment.d.cts.map +1 -0
  446. package/dist/actions/remove-tag-from-shipment.d.mts +9 -0
  447. package/dist/actions/remove-tag-from-shipment.d.mts.map +1 -0
  448. package/dist/actions/remove-tag-from-shipment.mjs +16 -0
  449. package/dist/actions/remove-tag-from-shipment.mjs.map +1 -0
  450. package/dist/actions/start-tracking.cjs +23 -0
  451. package/dist/actions/start-tracking.cjs.map +1 -0
  452. package/dist/actions/start-tracking.d.cts +9 -0
  453. package/dist/actions/start-tracking.d.cts.map +1 -0
  454. package/dist/actions/start-tracking.d.mts +9 -0
  455. package/dist/actions/start-tracking.d.mts.map +1 -0
  456. package/dist/actions/start-tracking.mjs +20 -0
  457. package/dist/actions/start-tracking.mjs.map +1 -0
  458. package/dist/actions/stop-tracking.cjs +22 -0
  459. package/dist/actions/stop-tracking.cjs.map +1 -0
  460. package/dist/actions/stop-tracking.d.cts +9 -0
  461. package/dist/actions/stop-tracking.d.cts.map +1 -0
  462. package/dist/actions/stop-tracking.d.mts +9 -0
  463. package/dist/actions/stop-tracking.d.mts.map +1 -0
  464. package/dist/actions/stop-tracking.mjs +19 -0
  465. package/dist/actions/stop-tracking.mjs.map +1 -0
  466. package/dist/actions/track-ltl-shipment.cjs +48 -0
  467. package/dist/actions/track-ltl-shipment.cjs.map +1 -0
  468. package/dist/actions/track-ltl-shipment.d.cts +9 -0
  469. package/dist/actions/track-ltl-shipment.d.cts.map +1 -0
  470. package/dist/actions/track-ltl-shipment.d.mts +9 -0
  471. package/dist/actions/track-ltl-shipment.d.mts.map +1 -0
  472. package/dist/actions/track-ltl-shipment.mjs +47 -0
  473. package/dist/actions/track-ltl-shipment.mjs.map +1 -0
  474. package/dist/actions/update-account-image-by-id.cjs +21 -0
  475. package/dist/actions/update-account-image-by-id.cjs.map +1 -0
  476. package/dist/actions/update-account-image-by-id.d.cts +9 -0
  477. package/dist/actions/update-account-image-by-id.d.cts.map +1 -0
  478. package/dist/actions/update-account-image-by-id.d.mts +9 -0
  479. package/dist/actions/update-account-image-by-id.d.mts.map +1 -0
  480. package/dist/actions/update-account-image-by-id.mjs +18 -0
  481. package/dist/actions/update-account-image-by-id.mjs.map +1 -0
  482. package/dist/actions/update-ltl-connection.cjs +20 -0
  483. package/dist/actions/update-ltl-connection.cjs.map +1 -0
  484. package/dist/actions/update-ltl-connection.d.cts +9 -0
  485. package/dist/actions/update-ltl-connection.d.cts.map +1 -0
  486. package/dist/actions/update-ltl-connection.d.mts +9 -0
  487. package/dist/actions/update-ltl-connection.d.mts.map +1 -0
  488. package/dist/actions/update-ltl-connection.mjs +17 -0
  489. package/dist/actions/update-ltl-connection.mjs.map +1 -0
  490. package/dist/actions/update-package.cjs +30 -0
  491. package/dist/actions/update-package.cjs.map +1 -0
  492. package/dist/actions/update-package.d.cts +9 -0
  493. package/dist/actions/update-package.d.cts.map +1 -0
  494. package/dist/actions/update-package.d.mts +9 -0
  495. package/dist/actions/update-package.d.mts.map +1 -0
  496. package/dist/actions/update-package.mjs +27 -0
  497. package/dist/actions/update-package.mjs.map +1 -0
  498. package/dist/actions/update-shipment.cjs +261 -0
  499. package/dist/actions/update-shipment.cjs.map +1 -0
  500. package/dist/actions/update-shipment.d.cts +9 -0
  501. package/dist/actions/update-shipment.d.cts.map +1 -0
  502. package/dist/actions/update-shipment.d.mts +9 -0
  503. package/dist/actions/update-shipment.d.mts.map +1 -0
  504. package/dist/actions/update-shipment.mjs +260 -0
  505. package/dist/actions/update-shipment.mjs.map +1 -0
  506. package/dist/actions/update-shipments-tags.cjs +22 -0
  507. package/dist/actions/update-shipments-tags.cjs.map +1 -0
  508. package/dist/actions/update-shipments-tags.d.cts +9 -0
  509. package/dist/actions/update-shipments-tags.d.cts.map +1 -0
  510. package/dist/actions/update-shipments-tags.d.mts +9 -0
  511. package/dist/actions/update-shipments-tags.d.mts.map +1 -0
  512. package/dist/actions/update-shipments-tags.mjs +19 -0
  513. package/dist/actions/update-shipments-tags.mjs.map +1 -0
  514. package/dist/actions/update-warehouse.cjs +57 -0
  515. package/dist/actions/update-warehouse.cjs.map +1 -0
  516. package/dist/actions/update-warehouse.d.cts +9 -0
  517. package/dist/actions/update-warehouse.d.cts.map +1 -0
  518. package/dist/actions/update-warehouse.d.mts +9 -0
  519. package/dist/actions/update-warehouse.d.mts.map +1 -0
  520. package/dist/actions/update-warehouse.mjs +54 -0
  521. package/dist/actions/update-warehouse.mjs.map +1 -0
  522. package/dist/actions/update-webhook.cjs +25 -0
  523. package/dist/actions/update-webhook.cjs.map +1 -0
  524. package/dist/actions/update-webhook.d.cts +9 -0
  525. package/dist/actions/update-webhook.d.cts.map +1 -0
  526. package/dist/actions/update-webhook.d.mts +9 -0
  527. package/dist/actions/update-webhook.d.mts.map +1 -0
  528. package/dist/actions/update-webhook.mjs +22 -0
  529. package/dist/actions/update-webhook.mjs.map +1 -0
  530. package/dist/actions/validate-address.cjs +67 -0
  531. package/dist/actions/validate-address.cjs.map +1 -0
  532. package/dist/actions/validate-address.d.cts +9 -0
  533. package/dist/actions/validate-address.d.cts.map +1 -0
  534. package/dist/actions/validate-address.d.mts +9 -0
  535. package/dist/actions/validate-address.d.mts.map +1 -0
  536. package/dist/actions/validate-address.mjs +66 -0
  537. package/dist/actions/validate-address.mjs.map +1 -0
  538. package/dist/app.cjs +9 -0
  539. package/dist/app.cjs.map +1 -0
  540. package/dist/app.d.cts +5 -0
  541. package/dist/app.d.cts.map +1 -0
  542. package/dist/app.d.mts +5 -0
  543. package/dist/app.d.mts.map +1 -0
  544. package/dist/app.mjs +10 -0
  545. package/dist/app.mjs.map +1 -0
  546. package/dist/catalog.cjs +15 -0
  547. package/dist/catalog.cjs.map +1 -0
  548. package/dist/catalog.d.cts +14 -0
  549. package/dist/catalog.d.cts.map +1 -0
  550. package/dist/catalog.d.mts +14 -0
  551. package/dist/catalog.d.mts.map +1 -0
  552. package/dist/catalog.mjs +15 -0
  553. package/dist/catalog.mjs.map +1 -0
  554. package/dist/execute.cjs +18 -0
  555. package/dist/execute.cjs.map +1 -0
  556. package/dist/execute.mjs +18 -0
  557. package/dist/execute.mjs.map +1 -0
  558. package/dist/index.cjs +138 -0
  559. package/dist/index.d.cts +69 -0
  560. package/dist/index.d.mts +69 -0
  561. package/dist/index.mjs +70 -0
  562. package/package.json +49 -0
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/stop-tracking.d.ts
4
+ declare const ShipengineStopTrackingInput: z.ZodTypeAny;
5
+ declare const ShipengineStopTrackingOutput: z.ZodTypeAny;
6
+ declare const shipengineStopTracking: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shipengineStopTracking };
9
+ //# sourceMappingURL=stop-tracking.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stop-tracking.d.cts","names":[],"sources":["../../src/actions/stop-tracking.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAG6B;AAAA,cAC5D,4BAAA,EAA8B,CAAA,CAAE,UAG+F;AAAA,cAE/H,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/stop-tracking.d.ts
4
+ declare const ShipengineStopTrackingInput: z.ZodTypeAny;
5
+ declare const ShipengineStopTrackingOutput: z.ZodTypeAny;
6
+ declare const shipengineStopTracking: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shipengineStopTracking };
9
+ //# sourceMappingURL=stop-tracking.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stop-tracking.d.mts","names":[],"sources":["../../src/actions/stop-tracking.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAG6B;AAAA,cAC5D,4BAAA,EAA8B,CAAA,CAAE,UAG+F;AAAA,cAE/H,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const shipengineStopTracking = action("SHIPENGINE_STOP_TRACKING", {
4
+ slug: "shipengine-stop-tracking",
5
+ name: "Stop Tracking Package",
6
+ description: "Tool to unsubscribe from tracking updates for a package. Use when you no longer need to receive tracking notifications for a specific shipment. Once stopped, you will not receive further tracking updates for this package.",
7
+ input: z.object({
8
+ carrier_code: z.string().describe("A shipping carrier code, such as 'fedex', 'dhl_express', 'stamps_com', 'ups', etc. This identifies which carrier is handling the shipment."),
9
+ tracking_number: z.string().describe("The tracking number associated with the shipment to stop tracking. This is the carrier-provided tracking number.")
10
+ }).describe("Request model for stopping tracking updates for a package."),
11
+ output: z.object({
12
+ message: z.string().default("Tracking stopped successfully").describe("Confirmation message for the operation.").nullable().optional(),
13
+ success: z.boolean().default(true).describe("Indicates that tracking updates were successfully stopped for the package.").nullable().optional()
14
+ }).describe("Response model for stopping tracking updates.\nSince the API returns 204 No Content on success, this model indicates success.")
15
+ });
16
+ //#endregion
17
+ export { shipengineStopTracking };
18
+
19
+ //# sourceMappingURL=stop-tracking.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stop-tracking.mjs","names":[],"sources":["../../src/actions/stop-tracking.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineStopTrackingInput: z.ZodTypeAny = z.object({\n carrier_code: z.string().describe(\"A shipping carrier code, such as 'fedex', 'dhl_express', 'stamps_com', 'ups', etc. This identifies which carrier is handling the shipment.\"),\n tracking_number: z.string().describe(\"The tracking number associated with the shipment to stop tracking. This is the carrier-provided tracking number.\"),\n}).describe(\"Request model for stopping tracking updates for a package.\");\nexport const ShipengineStopTrackingOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Tracking stopped successfully\").describe(\"Confirmation message for the operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates that tracking updates were successfully stopped for the package.\").nullable().optional(),\n}).describe(\"Response model for stopping tracking updates.\\nSince the API returns 204 No Content on success, this model indicates success.\");\n\nexport const shipengineStopTracking = action(\"SHIPENGINE_STOP_TRACKING\", {\n slug: \"shipengine-stop-tracking\",\n name: \"Stop Tracking Package\",\n description: \"Tool to unsubscribe from tracking updates for a package. Use when you no longer need to receive tracking notifications for a specific shipment. Once stopped, you will not receive further tracking updates for this package.\",\n input: ShipengineStopTrackingInput,\n output: ShipengineStopTrackingOutput,\n});\n"],"mappings":";;AAaA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbuD,EAAE,OAAO;EAChE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4IAA4I;EAC9K,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH;CACzJ,CAAC,CAAC,CAAC,SAAS,4DAUH;CACP,QAVwD,EAAE,OAAO;EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,+BAA+B,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrI,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChJ,CAAC,CAAC,CAAC,SAAS,+HAOF;AACV,CAAC"}
@@ -0,0 +1,48 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/track-ltl-shipment.ts
4
+ const ShipengineTrackLtlShipmentInput = zod.z.object({
5
+ pro_number: zod.z.string().describe("The PRO number (tracking number) for the LTL shipment. This is the unique identifier used to track the shipment with the carrier."),
6
+ carrier_code: zod.z.string().describe("The Standard Carrier Alpha Code (SCAC) for your LTL carrier. Examples: 'fxfr' (FedEx Freight), 'fwdn' (Forward Air), 'midw' (Midwest Motor Express). For testing, use: 'TEST' (success).")
7
+ }).describe("Request parameters for tracking an LTL shipment.");
8
+ const ShipengineTrackLtlShipment_TrackingEventSchema = zod.z.object({
9
+ signer: zod.z.string().describe("Name of the person who signed for the shipment (for delivery events).").nullable().optional(),
10
+ latitude: zod.z.number().describe("Latitude coordinate of the event location.").nullable().optional(),
11
+ longitude: zod.z.number().describe("Longitude coordinate of the event location.").nullable().optional(),
12
+ event_code: zod.z.string().describe("Carrier-specific event code.").nullable().optional(),
13
+ description: zod.z.string().describe("Description of the tracking event.").nullable().optional(),
14
+ occurred_at: zod.z.string().describe("UTC timestamp when the event occurred (ShipEngine's best-effort conversion).").nullable().optional(),
15
+ postal_code: zod.z.string().describe("Postal code where the event occurred.").nullable().optional(),
16
+ company_name: zod.z.string().describe("Company name associated with the event location.").nullable().optional(),
17
+ country_code: zod.z.string().describe("Country code where the event occurred.").nullable().optional(),
18
+ city_locality: zod.z.string().describe("City where the event occurred.").nullable().optional(),
19
+ state_province: zod.z.string().describe("State or province where the event occurred.").nullable().optional(),
20
+ carrier_occurred_at: zod.z.string().describe("Timestamp when the event occurred according to the carrier.").nullable().optional()
21
+ }).describe("Details about a single tracking event in the shipment's history.");
22
+ const ShipengineTrackLtlShipmentOutput = zod.z.object({
23
+ events: zod.z.array(ShipengineTrackLtlShipment_TrackingEventSchema).describe("List of tracking events in chronological order showing the shipment's history.").nullable().optional(),
24
+ ship_date: zod.z.string().describe("Date when the shipment was picked up.").nullable().optional(),
25
+ carrier_id: zod.z.string().describe("ShipEngine's internal carrier ID.").nullable().optional(),
26
+ status_code: zod.z.string().describe("ShipEngine standardized status code for the shipment.").nullable().optional(),
27
+ carrier_code: zod.z.string().describe("The carrier code (SCAC) for this shipment.").nullable().optional(),
28
+ tracking_url: zod.z.string().describe("URL to track the shipment on the carrier's website.").nullable().optional(),
29
+ tracking_number: zod.z.string().describe("The PRO number (tracking number) for the shipment.").nullable().optional(),
30
+ status_description: zod.z.string().describe("Human-readable description of the shipment status.").nullable().optional(),
31
+ carrier_detail_code: zod.z.string().describe("Additional carrier-specific detail code.").nullable().optional(),
32
+ carrier_status_code: zod.z.union([zod.z.number().int(), zod.z.string()]).nullable().optional(),
33
+ actual_delivery_date: zod.z.string().describe("Actual delivery date (only present if delivered).").nullable().optional(),
34
+ exception_description: zod.z.string().describe("Description of any delivery exception that occurred.").nullable().optional(),
35
+ estimated_delivery_date: zod.z.string().describe("Estimated delivery date for the shipment.").nullable().optional(),
36
+ carrier_status_description: zod.z.string().describe("Carrier's description of the shipment status.").nullable().optional()
37
+ }).describe("Response containing LTL shipment tracking information.");
38
+ const shipengineTrackLtlShipment = require_action.action("SHIPENGINE_TRACK_LTL_SHIPMENT", {
39
+ slug: "shipengine-track-ltl-shipment",
40
+ name: "Track LTL Shipment",
41
+ description: "Tool to track an LTL shipment using carrier code and PRO number. Use when you need to retrieve real-time tracking information for an LTL shipment, including current status, delivery dates, and event history.",
42
+ input: ShipengineTrackLtlShipmentInput,
43
+ output: ShipengineTrackLtlShipmentOutput
44
+ });
45
+ //#endregion
46
+ exports.shipengineTrackLtlShipment = shipengineTrackLtlShipment;
47
+
48
+ //# sourceMappingURL=track-ltl-shipment.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"track-ltl-shipment.cjs","names":["z","action"],"sources":["../../src/actions/track-ltl-shipment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineTrackLtlShipmentInput: z.ZodTypeAny = z.object({\n pro_number: z.string().describe(\"The PRO number (tracking number) for the LTL shipment. This is the unique identifier used to track the shipment with the carrier.\"),\n carrier_code: z.string().describe(\"The Standard Carrier Alpha Code (SCAC) for your LTL carrier. Examples: 'fxfr' (FedEx Freight), 'fwdn' (Forward Air), 'midw' (Midwest Motor Express). For testing, use: 'TEST' (success).\"),\n}).describe(\"Request parameters for tracking an LTL shipment.\");\nconst ShipengineTrackLtlShipment_TrackingEventSchema: z.ZodTypeAny = z.object({\n signer: z.string().describe(\"Name of the person who signed for the shipment (for delivery events).\").nullable().optional(),\n latitude: z.number().describe(\"Latitude coordinate of the event location.\").nullable().optional(),\n longitude: z.number().describe(\"Longitude coordinate of the event location.\").nullable().optional(),\n event_code: z.string().describe(\"Carrier-specific event code.\").nullable().optional(),\n description: z.string().describe(\"Description of the tracking event.\").nullable().optional(),\n occurred_at: z.string().describe(\"UTC timestamp when the event occurred (ShipEngine's best-effort conversion).\").nullable().optional(),\n postal_code: z.string().describe(\"Postal code where the event occurred.\").nullable().optional(),\n company_name: z.string().describe(\"Company name associated with the event location.\").nullable().optional(),\n country_code: z.string().describe(\"Country code where the event occurred.\").nullable().optional(),\n city_locality: z.string().describe(\"City where the event occurred.\").nullable().optional(),\n state_province: z.string().describe(\"State or province where the event occurred.\").nullable().optional(),\n carrier_occurred_at: z.string().describe(\"Timestamp when the event occurred according to the carrier.\").nullable().optional(),\n}).describe(\"Details about a single tracking event in the shipment's history.\");\nexport const ShipengineTrackLtlShipmentOutput: z.ZodTypeAny = z.object({\n events: z.array(ShipengineTrackLtlShipment_TrackingEventSchema).describe(\"List of tracking events in chronological order showing the shipment's history.\").nullable().optional(),\n ship_date: z.string().describe(\"Date when the shipment was picked up.\").nullable().optional(),\n carrier_id: z.string().describe(\"ShipEngine's internal carrier ID.\").nullable().optional(),\n status_code: z.string().describe(\"ShipEngine standardized status code for the shipment.\").nullable().optional(),\n carrier_code: z.string().describe(\"The carrier code (SCAC) for this shipment.\").nullable().optional(),\n tracking_url: z.string().describe(\"URL to track the shipment on the carrier's website.\").nullable().optional(),\n tracking_number: z.string().describe(\"The PRO number (tracking number) for the shipment.\").nullable().optional(),\n status_description: z.string().describe(\"Human-readable description of the shipment status.\").nullable().optional(),\n carrier_detail_code: z.string().describe(\"Additional carrier-specific detail code.\").nullable().optional(),\n carrier_status_code: z.union([z.number().int(), z.string()]).nullable().optional(),\n actual_delivery_date: z.string().describe(\"Actual delivery date (only present if delivered).\").nullable().optional(),\n exception_description: z.string().describe(\"Description of any delivery exception that occurred.\").nullable().optional(),\n estimated_delivery_date: z.string().describe(\"Estimated delivery date for the shipment.\").nullable().optional(),\n carrier_status_description: z.string().describe(\"Carrier's description of the shipment status.\").nullable().optional(),\n}).describe(\"Response containing LTL shipment tracking information.\");\n\nexport const shipengineTrackLtlShipment = action(\"SHIPENGINE_TRACK_LTL_SHIPMENT\", {\n slug: \"shipengine-track-ltl-shipment\",\n name: \"Track LTL Shipment\",\n description: \"Tool to track an LTL shipment using carrier code and PRO number. Use when you need to retrieve real-time tracking information for an LTL shipment, including current status, delivery dates, and event history.\",\n input: ShipengineTrackLtlShipmentInput,\n output: ShipengineTrackLtlShipmentOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/track-ltl-shipment.d.ts
4
+ declare const ShipengineTrackLtlShipmentInput: z.ZodTypeAny;
5
+ declare const ShipengineTrackLtlShipmentOutput: z.ZodTypeAny;
6
+ declare const shipengineTrackLtlShipment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shipengineTrackLtlShipment };
9
+ //# sourceMappingURL=track-ltl-shipment.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"track-ltl-shipment.d.cts","names":[],"sources":["../../src/actions/track-ltl-shipment.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGe;AAAA,cAelD,gCAAA,EAAkC,CAAA,CAAE,UAeoB;AAAA,cAExD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/track-ltl-shipment.d.ts
4
+ declare const ShipengineTrackLtlShipmentInput: z.ZodTypeAny;
5
+ declare const ShipengineTrackLtlShipmentOutput: z.ZodTypeAny;
6
+ declare const shipengineTrackLtlShipment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shipengineTrackLtlShipment };
9
+ //# sourceMappingURL=track-ltl-shipment.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"track-ltl-shipment.d.mts","names":[],"sources":["../../src/actions/track-ltl-shipment.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGe;AAAA,cAelD,gCAAA,EAAkC,CAAA,CAAE,UAeoB;AAAA,cAExD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,47 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/track-ltl-shipment.ts
4
+ const ShipengineTrackLtlShipmentInput = z.object({
5
+ pro_number: z.string().describe("The PRO number (tracking number) for the LTL shipment. This is the unique identifier used to track the shipment with the carrier."),
6
+ carrier_code: z.string().describe("The Standard Carrier Alpha Code (SCAC) for your LTL carrier. Examples: 'fxfr' (FedEx Freight), 'fwdn' (Forward Air), 'midw' (Midwest Motor Express). For testing, use: 'TEST' (success).")
7
+ }).describe("Request parameters for tracking an LTL shipment.");
8
+ const ShipengineTrackLtlShipment_TrackingEventSchema = z.object({
9
+ signer: z.string().describe("Name of the person who signed for the shipment (for delivery events).").nullable().optional(),
10
+ latitude: z.number().describe("Latitude coordinate of the event location.").nullable().optional(),
11
+ longitude: z.number().describe("Longitude coordinate of the event location.").nullable().optional(),
12
+ event_code: z.string().describe("Carrier-specific event code.").nullable().optional(),
13
+ description: z.string().describe("Description of the tracking event.").nullable().optional(),
14
+ occurred_at: z.string().describe("UTC timestamp when the event occurred (ShipEngine's best-effort conversion).").nullable().optional(),
15
+ postal_code: z.string().describe("Postal code where the event occurred.").nullable().optional(),
16
+ company_name: z.string().describe("Company name associated with the event location.").nullable().optional(),
17
+ country_code: z.string().describe("Country code where the event occurred.").nullable().optional(),
18
+ city_locality: z.string().describe("City where the event occurred.").nullable().optional(),
19
+ state_province: z.string().describe("State or province where the event occurred.").nullable().optional(),
20
+ carrier_occurred_at: z.string().describe("Timestamp when the event occurred according to the carrier.").nullable().optional()
21
+ }).describe("Details about a single tracking event in the shipment's history.");
22
+ const shipengineTrackLtlShipment = action("SHIPENGINE_TRACK_LTL_SHIPMENT", {
23
+ slug: "shipengine-track-ltl-shipment",
24
+ name: "Track LTL Shipment",
25
+ description: "Tool to track an LTL shipment using carrier code and PRO number. Use when you need to retrieve real-time tracking information for an LTL shipment, including current status, delivery dates, and event history.",
26
+ input: ShipengineTrackLtlShipmentInput,
27
+ output: z.object({
28
+ events: z.array(ShipengineTrackLtlShipment_TrackingEventSchema).describe("List of tracking events in chronological order showing the shipment's history.").nullable().optional(),
29
+ ship_date: z.string().describe("Date when the shipment was picked up.").nullable().optional(),
30
+ carrier_id: z.string().describe("ShipEngine's internal carrier ID.").nullable().optional(),
31
+ status_code: z.string().describe("ShipEngine standardized status code for the shipment.").nullable().optional(),
32
+ carrier_code: z.string().describe("The carrier code (SCAC) for this shipment.").nullable().optional(),
33
+ tracking_url: z.string().describe("URL to track the shipment on the carrier's website.").nullable().optional(),
34
+ tracking_number: z.string().describe("The PRO number (tracking number) for the shipment.").nullable().optional(),
35
+ status_description: z.string().describe("Human-readable description of the shipment status.").nullable().optional(),
36
+ carrier_detail_code: z.string().describe("Additional carrier-specific detail code.").nullable().optional(),
37
+ carrier_status_code: z.union([z.number().int(), z.string()]).nullable().optional(),
38
+ actual_delivery_date: z.string().describe("Actual delivery date (only present if delivered).").nullable().optional(),
39
+ exception_description: z.string().describe("Description of any delivery exception that occurred.").nullable().optional(),
40
+ estimated_delivery_date: z.string().describe("Estimated delivery date for the shipment.").nullable().optional(),
41
+ carrier_status_description: z.string().describe("Carrier's description of the shipment status.").nullable().optional()
42
+ }).describe("Response containing LTL shipment tracking information.")
43
+ });
44
+ //#endregion
45
+ export { shipengineTrackLtlShipment };
46
+
47
+ //# sourceMappingURL=track-ltl-shipment.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"track-ltl-shipment.mjs","names":[],"sources":["../../src/actions/track-ltl-shipment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineTrackLtlShipmentInput: z.ZodTypeAny = z.object({\n pro_number: z.string().describe(\"The PRO number (tracking number) for the LTL shipment. This is the unique identifier used to track the shipment with the carrier.\"),\n carrier_code: z.string().describe(\"The Standard Carrier Alpha Code (SCAC) for your LTL carrier. Examples: 'fxfr' (FedEx Freight), 'fwdn' (Forward Air), 'midw' (Midwest Motor Express). For testing, use: 'TEST' (success).\"),\n}).describe(\"Request parameters for tracking an LTL shipment.\");\nconst ShipengineTrackLtlShipment_TrackingEventSchema: z.ZodTypeAny = z.object({\n signer: z.string().describe(\"Name of the person who signed for the shipment (for delivery events).\").nullable().optional(),\n latitude: z.number().describe(\"Latitude coordinate of the event location.\").nullable().optional(),\n longitude: z.number().describe(\"Longitude coordinate of the event location.\").nullable().optional(),\n event_code: z.string().describe(\"Carrier-specific event code.\").nullable().optional(),\n description: z.string().describe(\"Description of the tracking event.\").nullable().optional(),\n occurred_at: z.string().describe(\"UTC timestamp when the event occurred (ShipEngine's best-effort conversion).\").nullable().optional(),\n postal_code: z.string().describe(\"Postal code where the event occurred.\").nullable().optional(),\n company_name: z.string().describe(\"Company name associated with the event location.\").nullable().optional(),\n country_code: z.string().describe(\"Country code where the event occurred.\").nullable().optional(),\n city_locality: z.string().describe(\"City where the event occurred.\").nullable().optional(),\n state_province: z.string().describe(\"State or province where the event occurred.\").nullable().optional(),\n carrier_occurred_at: z.string().describe(\"Timestamp when the event occurred according to the carrier.\").nullable().optional(),\n}).describe(\"Details about a single tracking event in the shipment's history.\");\nexport const ShipengineTrackLtlShipmentOutput: z.ZodTypeAny = z.object({\n events: z.array(ShipengineTrackLtlShipment_TrackingEventSchema).describe(\"List of tracking events in chronological order showing the shipment's history.\").nullable().optional(),\n ship_date: z.string().describe(\"Date when the shipment was picked up.\").nullable().optional(),\n carrier_id: z.string().describe(\"ShipEngine's internal carrier ID.\").nullable().optional(),\n status_code: z.string().describe(\"ShipEngine standardized status code for the shipment.\").nullable().optional(),\n carrier_code: z.string().describe(\"The carrier code (SCAC) for this shipment.\").nullable().optional(),\n tracking_url: z.string().describe(\"URL to track the shipment on the carrier's website.\").nullable().optional(),\n tracking_number: z.string().describe(\"The PRO number (tracking number) for the shipment.\").nullable().optional(),\n status_description: z.string().describe(\"Human-readable description of the shipment status.\").nullable().optional(),\n carrier_detail_code: z.string().describe(\"Additional carrier-specific detail code.\").nullable().optional(),\n carrier_status_code: z.union([z.number().int(), z.string()]).nullable().optional(),\n actual_delivery_date: z.string().describe(\"Actual delivery date (only present if delivered).\").nullable().optional(),\n exception_description: z.string().describe(\"Description of any delivery exception that occurred.\").nullable().optional(),\n estimated_delivery_date: z.string().describe(\"Estimated delivery date for the shipment.\").nullable().optional(),\n carrier_status_description: z.string().describe(\"Carrier's description of the shipment status.\").nullable().optional(),\n}).describe(\"Response containing LTL shipment tracking information.\");\n\nexport const shipengineTrackLtlShipment = action(\"SHIPENGINE_TRACK_LTL_SHIPMENT\", {\n slug: \"shipengine-track-ltl-shipment\",\n name: \"Track LTL Shipment\",\n description: \"Tool to track an LTL shipment using carrier code and PRO number. Use when you need to retrieve real-time tracking information for an LTL shipment, including current status, delivery dates, and event history.\",\n input: ShipengineTrackLtlShipmentInput,\n output: ShipengineTrackLtlShipmentOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,21 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-account-image-by-id.ts
4
+ const ShipengineUpdateAccountImageByIdInput = zod.z.object({
5
+ name: zod.z.string().describe("Name or description for the image").optional(),
6
+ image_data: zod.z.string().describe("Base64-encoded image data to update the image content").optional(),
7
+ is_default: zod.z.boolean().describe("Whether this image should be set as the default account image"),
8
+ label_image_id: zod.z.string().describe("Unique identifier of the label image to update, must begin with 'img_'")
9
+ }).describe("Request schema for updating an account image in ShipEngine.");
10
+ const ShipengineUpdateAccountImageByIdOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the update operation was successful").nullable().optional() }).describe("Response schema after updating an account image in ShipEngine.\nThe API returns 204 No Content on success, so this model may be empty.");
11
+ const shipengineUpdateAccountImageById = require_action.action("SHIPENGINE_UPDATE_ACCOUNT_IMAGE_BY_ID", {
12
+ slug: "shipengine-update-account-image-by-id",
13
+ name: "Update Account Image By ID",
14
+ description: "Tool to update an account image by ID in ShipEngine. Use when modifying image properties like name or default status.",
15
+ input: ShipengineUpdateAccountImageByIdInput,
16
+ output: ShipengineUpdateAccountImageByIdOutput
17
+ });
18
+ //#endregion
19
+ exports.shipengineUpdateAccountImageById = shipengineUpdateAccountImageById;
20
+
21
+ //# sourceMappingURL=update-account-image-by-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-account-image-by-id.cjs","names":["z","action"],"sources":["../../src/actions/update-account-image-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineUpdateAccountImageByIdInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name or description for the image\").optional(),\n image_data: z.string().describe(\"Base64-encoded image data to update the image content\").optional(),\n is_default: z.boolean().describe(\"Whether this image should be set as the default account image\"),\n label_image_id: z.string().describe(\"Unique identifier of the label image to update, must begin with 'img_'\"),\n}).describe(\"Request schema for updating an account image in ShipEngine.\");\nexport const ShipengineUpdateAccountImageByIdOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the update operation was successful\").nullable().optional(),\n}).describe(\"Response schema after updating an account image in ShipEngine.\\nThe API returns 204 No Content on success, so this model may be empty.\");\n\nexport const shipengineUpdateAccountImageById = action(\"SHIPENGINE_UPDATE_ACCOUNT_IMAGE_BY_ID\", {\n slug: \"shipengine-update-account-image-by-id\",\n name: \"Update Account Image By ID\",\n description: \"Tool to update an account image by ID in ShipEngine. Use when modifying image properties like name or default status.\",\n input: ShipengineUpdateAccountImageByIdInput,\n output: ShipengineUpdateAccountImageByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAClG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D;CAChG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;AAC9G,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3H,CAAC,CAAC,CAAC,SAAS,wIAAwI;AAEpJ,MAAa,mCAAmCC,eAAAA,OAAO,yCAAyC;CAC9F,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/update-account-image-by-id.d.ts
4
+ declare const ShipengineUpdateAccountImageByIdInput: z.ZodTypeAny;
5
+ declare const ShipengineUpdateAccountImageByIdOutput: z.ZodTypeAny;
6
+ declare const shipengineUpdateAccountImageById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shipengineUpdateAccountImageById };
9
+ //# sourceMappingURL=update-account-image-by-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-account-image-by-id.d.cts","names":[],"sources":["../../src/actions/update-account-image-by-id.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAKoB;AAAA,cAC7D,sCAAA,EAAwC,CAAA,CAAE,UAE8F;AAAA,cAExI,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-account-image-by-id.d.ts
4
+ declare const ShipengineUpdateAccountImageByIdInput: z.ZodTypeAny;
5
+ declare const ShipengineUpdateAccountImageByIdOutput: z.ZodTypeAny;
6
+ declare const shipengineUpdateAccountImageById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shipengineUpdateAccountImageById };
9
+ //# sourceMappingURL=update-account-image-by-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-account-image-by-id.d.mts","names":[],"sources":["../../src/actions/update-account-image-by-id.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAKoB;AAAA,cAC7D,sCAAA,EAAwC,CAAA,CAAE,UAE8F;AAAA,cAExI,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,18 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const shipengineUpdateAccountImageById = action("SHIPENGINE_UPDATE_ACCOUNT_IMAGE_BY_ID", {
4
+ slug: "shipengine-update-account-image-by-id",
5
+ name: "Update Account Image By ID",
6
+ description: "Tool to update an account image by ID in ShipEngine. Use when modifying image properties like name or default status.",
7
+ input: z.object({
8
+ name: z.string().describe("Name or description for the image").optional(),
9
+ image_data: z.string().describe("Base64-encoded image data to update the image content").optional(),
10
+ is_default: z.boolean().describe("Whether this image should be set as the default account image"),
11
+ label_image_id: z.string().describe("Unique identifier of the label image to update, must begin with 'img_'")
12
+ }).describe("Request schema for updating an account image in ShipEngine."),
13
+ output: z.object({ success: z.boolean().default(true).describe("Indicates whether the update operation was successful").nullable().optional() }).describe("Response schema after updating an account image in ShipEngine.\nThe API returns 204 No Content on success, so this model may be empty.")
14
+ });
15
+ //#endregion
16
+ export { shipengineUpdateAccountImageById };
17
+
18
+ //# sourceMappingURL=update-account-image-by-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-account-image-by-id.mjs","names":[],"sources":["../../src/actions/update-account-image-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineUpdateAccountImageByIdInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name or description for the image\").optional(),\n image_data: z.string().describe(\"Base64-encoded image data to update the image content\").optional(),\n is_default: z.boolean().describe(\"Whether this image should be set as the default account image\"),\n label_image_id: z.string().describe(\"Unique identifier of the label image to update, must begin with 'img_'\"),\n}).describe(\"Request schema for updating an account image in ShipEngine.\");\nexport const ShipengineUpdateAccountImageByIdOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the update operation was successful\").nullable().optional(),\n}).describe(\"Response schema after updating an account image in ShipEngine.\\nThe API returns 204 No Content on success, so this model may be empty.\");\n\nexport const shipengineUpdateAccountImageById = action(\"SHIPENGINE_UPDATE_ACCOUNT_IMAGE_BY_ID\", {\n slug: \"shipengine-update-account-image-by-id\",\n name: \"Update Account Image By ID\",\n description: \"Tool to update an account image by ID in ShipEngine. Use when modifying image properties like name or default status.\",\n input: ShipengineUpdateAccountImageByIdInput,\n output: ShipengineUpdateAccountImageByIdOutput,\n});\n"],"mappings":";;AAcA,MAAa,mCAAmC,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdiE,EAAE,OAAO;EAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EAClG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D;EAChG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CAC9G,CAAC,CAAC,CAAC,SAAS,6DASH;CACP,QATkE,EAAE,OAAO,EAC3E,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC3H,CAAC,CAAC,CAAC,SAAS,wIAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-ltl-connection.ts
4
+ const ShipengineUpdateLtlConnectionInput = zod.z.object({
5
+ credentials: zod.z.object({}).describe("Credentials object with fields specific to each carrier (e.g., username, password, account_number, key, secret, securitycode). You MUST provide all credential properties for the carrier, not just the one you wish to update. Each LTL carrier has different authentication requirements - use Get Credential Requirements endpoint to discover required fields."),
6
+ carrier_code: zod.z.string().describe("The SCAC (Standard Carrier Alpha Code) for the LTL carrier (e.g., 'FXFR' for FedEx Freight, 'FWDN' for Forward Air, 'PYLE' for A. Duie Pyle, 'TEST' for testing)."),
7
+ connection_id: zod.z.string().describe("The unique carrier_id representing the connection with a specific carrier. This UUID is returned when connecting a carrier and can be retrieved from the List Connected Carriers endpoint.")
8
+ }).describe("Request parameters for updating an LTL carrier connection.");
9
+ const ShipengineUpdateLtlConnectionOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates the LTL carrier connection was successfully updated.").nullable().optional() }).describe("Response returned after successfully updating an LTL carrier connection.\nSince the API returns 204 No Content on success, this model indicates success.");
10
+ const shipengineUpdateLtlConnection = require_action.action("SHIPENGINE_UPDATE_LTL_CONNECTION", {
11
+ slug: "shipengine-update-ltl-connection",
12
+ name: "Update LTL Connection",
13
+ description: "Tool to update LTL carrier connection credentials in ShipEngine. Use when you need to modify authentication credentials for an existing LTL carrier connection without disconnecting and reconnecting. You must provide all credential properties for the carrier, not just the property you wish to update.",
14
+ input: ShipengineUpdateLtlConnectionInput,
15
+ output: ShipengineUpdateLtlConnectionOutput
16
+ });
17
+ //#endregion
18
+ exports.shipengineUpdateLtlConnection = shipengineUpdateLtlConnection;
19
+
20
+ //# sourceMappingURL=update-ltl-connection.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ltl-connection.cjs","names":["z","action"],"sources":["../../src/actions/update-ltl-connection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineUpdateLtlConnectionInput: z.ZodTypeAny = z.object({\n credentials: z.object({}).describe(\"Credentials object with fields specific to each carrier (e.g., username, password, account_number, key, secret, securitycode). You MUST provide all credential properties for the carrier, not just the one you wish to update. Each LTL carrier has different authentication requirements - use Get Credential Requirements endpoint to discover required fields.\"),\n carrier_code: z.string().describe(\"The SCAC (Standard Carrier Alpha Code) for the LTL carrier (e.g., 'FXFR' for FedEx Freight, 'FWDN' for Forward Air, 'PYLE' for A. Duie Pyle, 'TEST' for testing).\"),\n connection_id: z.string().describe(\"The unique carrier_id representing the connection with a specific carrier. This UUID is returned when connecting a carrier and can be retrieved from the List Connected Carriers endpoint.\"),\n}).describe(\"Request parameters for updating an LTL carrier connection.\");\nexport const ShipengineUpdateLtlConnectionOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates the LTL carrier connection was successfully updated.\").nullable().optional(),\n}).describe(\"Response returned after successfully updating an LTL carrier connection.\\nSince the API returns 204 No Content on success, this model indicates success.\");\n\nexport const shipengineUpdateLtlConnection = action(\"SHIPENGINE_UPDATE_LTL_CONNECTION\", {\n slug: \"shipengine-update-ltl-connection\",\n name: \"Update LTL Connection\",\n description: \"Tool to update LTL carrier connection credentials in ShipEngine. Use when you need to modify authentication credentials for an existing LTL carrier connection without disconnecting and reconnecting. You must provide all credential properties for the carrier, not just the property you wish to update.\",\n input: ShipengineUpdateLtlConnectionInput,\n output: ShipengineUpdateLtlConnectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oWAAoW;CACvY,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mKAAmK;CACrM,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4LAA4L;AACjO,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAAC,CAAC,CAAC,SAAS,0JAA0J;AAEtK,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,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/update-ltl-connection.d.ts
4
+ declare const ShipengineUpdateLtlConnectionInput: z.ZodTypeAny;
5
+ declare const ShipengineUpdateLtlConnectionOutput: z.ZodTypeAny;
6
+ declare const shipengineUpdateLtlConnection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shipengineUpdateLtlConnection };
9
+ //# sourceMappingURL=update-ltl-connection.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ltl-connection.d.cts","names":[],"sources":["../../src/actions/update-ltl-connection.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIsB;AAAA,cAC5D,mCAAA,EAAqC,CAAA,CAAE,UAEmH;AAAA,cAE1J,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-ltl-connection.d.ts
4
+ declare const ShipengineUpdateLtlConnectionInput: z.ZodTypeAny;
5
+ declare const ShipengineUpdateLtlConnectionOutput: z.ZodTypeAny;
6
+ declare const shipengineUpdateLtlConnection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shipengineUpdateLtlConnection };
9
+ //# sourceMappingURL=update-ltl-connection.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ltl-connection.d.mts","names":[],"sources":["../../src/actions/update-ltl-connection.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIsB;AAAA,cAC5D,mCAAA,EAAqC,CAAA,CAAE,UAEmH;AAAA,cAE1J,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const shipengineUpdateLtlConnection = action("SHIPENGINE_UPDATE_LTL_CONNECTION", {
4
+ slug: "shipengine-update-ltl-connection",
5
+ name: "Update LTL Connection",
6
+ description: "Tool to update LTL carrier connection credentials in ShipEngine. Use when you need to modify authentication credentials for an existing LTL carrier connection without disconnecting and reconnecting. You must provide all credential properties for the carrier, not just the property you wish to update.",
7
+ input: z.object({
8
+ credentials: z.object({}).describe("Credentials object with fields specific to each carrier (e.g., username, password, account_number, key, secret, securitycode). You MUST provide all credential properties for the carrier, not just the one you wish to update. Each LTL carrier has different authentication requirements - use Get Credential Requirements endpoint to discover required fields."),
9
+ carrier_code: z.string().describe("The SCAC (Standard Carrier Alpha Code) for the LTL carrier (e.g., 'FXFR' for FedEx Freight, 'FWDN' for Forward Air, 'PYLE' for A. Duie Pyle, 'TEST' for testing)."),
10
+ connection_id: z.string().describe("The unique carrier_id representing the connection with a specific carrier. This UUID is returned when connecting a carrier and can be retrieved from the List Connected Carriers endpoint.")
11
+ }).describe("Request parameters for updating an LTL carrier connection."),
12
+ output: z.object({ success: z.boolean().default(true).describe("Indicates the LTL carrier connection was successfully updated.").nullable().optional() }).describe("Response returned after successfully updating an LTL carrier connection.\nSince the API returns 204 No Content on success, this model indicates success.")
13
+ });
14
+ //#endregion
15
+ export { shipengineUpdateLtlConnection };
16
+
17
+ //# sourceMappingURL=update-ltl-connection.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ltl-connection.mjs","names":[],"sources":["../../src/actions/update-ltl-connection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineUpdateLtlConnectionInput: z.ZodTypeAny = z.object({\n credentials: z.object({}).describe(\"Credentials object with fields specific to each carrier (e.g., username, password, account_number, key, secret, securitycode). You MUST provide all credential properties for the carrier, not just the one you wish to update. Each LTL carrier has different authentication requirements - use Get Credential Requirements endpoint to discover required fields.\"),\n carrier_code: z.string().describe(\"The SCAC (Standard Carrier Alpha Code) for the LTL carrier (e.g., 'FXFR' for FedEx Freight, 'FWDN' for Forward Air, 'PYLE' for A. Duie Pyle, 'TEST' for testing).\"),\n connection_id: z.string().describe(\"The unique carrier_id representing the connection with a specific carrier. This UUID is returned when connecting a carrier and can be retrieved from the List Connected Carriers endpoint.\"),\n}).describe(\"Request parameters for updating an LTL carrier connection.\");\nexport const ShipengineUpdateLtlConnectionOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates the LTL carrier connection was successfully updated.\").nullable().optional(),\n}).describe(\"Response returned after successfully updating an LTL carrier connection.\\nSince the API returns 204 No Content on success, this model indicates success.\");\n\nexport const shipengineUpdateLtlConnection = action(\"SHIPENGINE_UPDATE_LTL_CONNECTION\", {\n slug: \"shipengine-update-ltl-connection\",\n name: \"Update LTL Connection\",\n description: \"Tool to update LTL carrier connection credentials in ShipEngine. Use when you need to modify authentication credentials for an existing LTL carrier connection without disconnecting and reconnecting. You must provide all credential properties for the carrier, not just the property you wish to update.\",\n input: ShipengineUpdateLtlConnectionInput,\n output: ShipengineUpdateLtlConnectionOutput,\n});\n"],"mappings":";;AAaA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb8D,EAAE,OAAO;EACvE,aAAa,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oWAAoW;EACvY,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mKAAmK;EACrM,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,4LAA4L;CACjO,CAAC,CAAC,CAAC,SAAS,4DASH;CACP,QAT+D,EAAE,OAAO,EACxE,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAAC,CAAC,CAAC,SAAS,0JAOF;AACV,CAAC"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-package.ts
4
+ const ShipengineUpdatePackageInput = zod.z.object({
5
+ name: zod.z.string().describe("Updated friendly name for this package type."),
6
+ dimensions: zod.z.object({
7
+ unit: zod.z.enum(["inch", "centimeter"]).describe("Unit of measurement for dimensions."),
8
+ width: zod.z.number().describe("Width of the package; must be greater than 0."),
9
+ height: zod.z.number().describe("Height of the package; must be greater than 0."),
10
+ length: zod.z.number().describe("Length of the package; must be greater than 0.")
11
+ }).describe("Dimensions of the package.").optional(),
12
+ package_id: zod.z.string().describe("The unique identifier of the package to update (e.g., 'se-28529731')."),
13
+ description: zod.z.string().describe("Optional description of the package type.").optional(),
14
+ package_code: zod.z.string().describe("Updated unique code for this package type. MUST have a 'custom_' prefix (e.g., 'custom_bigbox', 'custom_small_box').")
15
+ }).describe("Request model for updating a custom package type in ShipEngine.");
16
+ const ShipengineUpdatePackageOutput = zod.z.object({
17
+ message: zod.z.string().describe("Status message confirming the update."),
18
+ success: zod.z.boolean().describe("Indicates whether the package was successfully updated. API returns 204 No Content on success.")
19
+ }).describe("Response model for an updated custom package type in ShipEngine.");
20
+ const shipengineUpdatePackage = require_action.action("SHIPENGINE_UPDATE_PACKAGE", {
21
+ slug: "shipengine-update-package",
22
+ name: "Update Package Type",
23
+ description: "Tool to update an existing custom package type definition. Use when modifying package details such as name, code, description, or dimensions.",
24
+ input: ShipengineUpdatePackageInput,
25
+ output: ShipengineUpdatePackageOutput
26
+ });
27
+ //#endregion
28
+ exports.shipengineUpdatePackage = shipengineUpdatePackage;
29
+
30
+ //# sourceMappingURL=update-package.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-package.cjs","names":["z","action"],"sources":["../../src/actions/update-package.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineUpdatePackageInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Updated friendly name for this package type.\"),\n dimensions: z.object({\n unit: z.enum([\"inch\", \"centimeter\"]).describe(\"Unit of measurement for dimensions.\"),\n width: z.number().describe(\"Width of the package; must be greater than 0.\"),\n height: z.number().describe(\"Height of the package; must be greater than 0.\"),\n length: z.number().describe(\"Length of the package; must be greater than 0.\"),\n}).describe(\"Dimensions of the package.\").optional(),\n package_id: z.string().describe(\"The unique identifier of the package to update (e.g., 'se-28529731').\"),\n description: z.string().describe(\"Optional description of the package type.\").optional(),\n package_code: z.string().describe(\"Updated unique code for this package type. MUST have a 'custom_' prefix (e.g., 'custom_bigbox', 'custom_small_box').\"),\n}).describe(\"Request model for updating a custom package type in ShipEngine.\");\nexport const ShipengineUpdatePackageOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message confirming the update.\"),\n success: z.boolean().describe(\"Indicates whether the package was successfully updated. API returns 204 No Content on success.\"),\n}).describe(\"Response model for an updated custom package type in ShipEngine.\");\n\nexport const shipengineUpdatePackage = action(\"SHIPENGINE_UPDATE_PACKAGE\", {\n slug: \"shipengine-update-package\",\n name: \"Update Package Type\",\n description: \"Tool to update an existing custom package type definition. Use when modifying package details such as name, code, description, or dimensions.\",\n input: ShipengineUpdatePackageInput,\n output: ShipengineUpdatePackageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACxE,YAAYA,IAAAA,EAAE,OAAO;EACrB,MAAMA,IAAAA,EAAE,KAAK,CAAC,QAAQ,YAAY,CAAC,CAAC,CAAC,SAAS,qCAAqC;EACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAC5E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC9E,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACvG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH;AAC1J,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACpE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gGAAgG;AAChI,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAE9E,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/update-package.d.ts
4
+ declare const ShipengineUpdatePackageInput: z.ZodTypeAny;
5
+ declare const ShipengineUpdatePackageOutput: z.ZodTypeAny;
6
+ declare const shipengineUpdatePackage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shipengineUpdatePackage };
9
+ //# sourceMappingURL=update-package.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-package.d.cts","names":[],"sources":["../../src/actions/update-package.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAWiC;AAAA,cACjE,6BAAA,EAA+B,CAAA,CAAE,UAGiC;AAAA,cAElE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-package.d.ts
4
+ declare const ShipengineUpdatePackageInput: z.ZodTypeAny;
5
+ declare const ShipengineUpdatePackageOutput: z.ZodTypeAny;
6
+ declare const shipengineUpdatePackage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { shipengineUpdatePackage };
9
+ //# sourceMappingURL=update-package.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-package.d.mts","names":[],"sources":["../../src/actions/update-package.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAWiC;AAAA,cACjE,6BAAA,EAA+B,CAAA,CAAE,UAGiC;AAAA,cAElE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const shipengineUpdatePackage = action("SHIPENGINE_UPDATE_PACKAGE", {
4
+ slug: "shipengine-update-package",
5
+ name: "Update Package Type",
6
+ description: "Tool to update an existing custom package type definition. Use when modifying package details such as name, code, description, or dimensions.",
7
+ input: z.object({
8
+ name: z.string().describe("Updated friendly name for this package type."),
9
+ dimensions: z.object({
10
+ unit: z.enum(["inch", "centimeter"]).describe("Unit of measurement for dimensions."),
11
+ width: z.number().describe("Width of the package; must be greater than 0."),
12
+ height: z.number().describe("Height of the package; must be greater than 0."),
13
+ length: z.number().describe("Length of the package; must be greater than 0.")
14
+ }).describe("Dimensions of the package.").optional(),
15
+ package_id: z.string().describe("The unique identifier of the package to update (e.g., 'se-28529731')."),
16
+ description: z.string().describe("Optional description of the package type.").optional(),
17
+ package_code: z.string().describe("Updated unique code for this package type. MUST have a 'custom_' prefix (e.g., 'custom_bigbox', 'custom_small_box').")
18
+ }).describe("Request model for updating a custom package type in ShipEngine."),
19
+ output: z.object({
20
+ message: z.string().describe("Status message confirming the update."),
21
+ success: z.boolean().describe("Indicates whether the package was successfully updated. API returns 204 No Content on success.")
22
+ }).describe("Response model for an updated custom package type in ShipEngine.")
23
+ });
24
+ //#endregion
25
+ export { shipengineUpdatePackage };
26
+
27
+ //# sourceMappingURL=update-package.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-package.mjs","names":[],"sources":["../../src/actions/update-package.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ShipengineUpdatePackageInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Updated friendly name for this package type.\"),\n dimensions: z.object({\n unit: z.enum([\"inch\", \"centimeter\"]).describe(\"Unit of measurement for dimensions.\"),\n width: z.number().describe(\"Width of the package; must be greater than 0.\"),\n height: z.number().describe(\"Height of the package; must be greater than 0.\"),\n length: z.number().describe(\"Length of the package; must be greater than 0.\"),\n}).describe(\"Dimensions of the package.\").optional(),\n package_id: z.string().describe(\"The unique identifier of the package to update (e.g., 'se-28529731').\"),\n description: z.string().describe(\"Optional description of the package type.\").optional(),\n package_code: z.string().describe(\"Updated unique code for this package type. MUST have a 'custom_' prefix (e.g., 'custom_bigbox', 'custom_small_box').\"),\n}).describe(\"Request model for updating a custom package type in ShipEngine.\");\nexport const ShipengineUpdatePackageOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message confirming the update.\"),\n success: z.boolean().describe(\"Indicates whether the package was successfully updated. API returns 204 No Content on success.\"),\n}).describe(\"Response model for an updated custom package type in ShipEngine.\");\n\nexport const shipengineUpdatePackage = action(\"SHIPENGINE_UPDATE_PACKAGE\", {\n slug: \"shipengine-update-package\",\n name: \"Update Package Type\",\n description: \"Tool to update an existing custom package type definition. Use when modifying package details such as name, code, description, or dimensions.\",\n input: ShipengineUpdatePackageInput,\n output: ShipengineUpdatePackageOutput,\n});\n"],"mappings":";;AAqBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArBwD,EAAE,OAAO;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACxE,YAAY,EAAE,OAAO;GACrB,MAAM,EAAE,KAAK,CAAC,QAAQ,YAAY,CAAC,CAAC,CAAC,SAAS,qCAAqC;GACnF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;GAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;GAC5E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAC9E,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACjD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;EACvG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACvF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH;CAC1J,CAAC,CAAC,CAAC,SAAS,iEAUH;CACP,QAVyD,EAAE,OAAO;EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACpE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gGAAgG;CAChI,CAAC,CAAC,CAAC,SAAS,kEAOF;AACV,CAAC"}