@keystrokehq/ramp 0.0.16 → 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 (751) hide show
  1. package/README.md +10 -54
  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/create-department.cjs +19 -0
  7. package/dist/actions/create-department.cjs.map +1 -0
  8. package/dist/actions/create-department.d.cts +9 -0
  9. package/dist/actions/create-department.d.cts.map +1 -0
  10. package/dist/actions/create-department.d.mts +9 -0
  11. package/dist/actions/create-department.d.mts.map +1 -0
  12. package/dist/actions/create-department.mjs +16 -0
  13. package/dist/actions/create-department.mjs.map +1 -0
  14. package/dist/actions/create-inventory-item-accounting-field.cjs +25 -0
  15. package/dist/actions/create-inventory-item-accounting-field.cjs.map +1 -0
  16. package/dist/actions/create-inventory-item-accounting-field.d.cts +9 -0
  17. package/dist/actions/create-inventory-item-accounting-field.d.cts.map +1 -0
  18. package/dist/actions/create-inventory-item-accounting-field.d.mts +9 -0
  19. package/dist/actions/create-inventory-item-accounting-field.d.mts.map +1 -0
  20. package/dist/actions/create-inventory-item-accounting-field.mjs +22 -0
  21. package/dist/actions/create-inventory-item-accounting-field.mjs.map +1 -0
  22. package/dist/actions/create-memo.cjs +23 -0
  23. package/dist/actions/create-memo.cjs.map +1 -0
  24. package/dist/actions/create-memo.d.cts +9 -0
  25. package/dist/actions/create-memo.d.cts.map +1 -0
  26. package/dist/actions/create-memo.d.mts +9 -0
  27. package/dist/actions/create-memo.d.mts.map +1 -0
  28. package/dist/actions/create-memo.mjs +20 -0
  29. package/dist/actions/create-memo.mjs.map +1 -0
  30. package/dist/actions/create-mileage-reimbursement.cjs +140 -0
  31. package/dist/actions/create-mileage-reimbursement.cjs.map +1 -0
  32. package/dist/actions/create-mileage-reimbursement.d.cts +9 -0
  33. package/dist/actions/create-mileage-reimbursement.d.cts.map +1 -0
  34. package/dist/actions/create-mileage-reimbursement.d.mts +9 -0
  35. package/dist/actions/create-mileage-reimbursement.d.mts.map +1 -0
  36. package/dist/actions/create-mileage-reimbursement.mjs +139 -0
  37. package/dist/actions/create-mileage-reimbursement.mjs.map +1 -0
  38. package/dist/actions/create-new-custom-accounting-field.cjs +45 -0
  39. package/dist/actions/create-new-custom-accounting-field.cjs.map +1 -0
  40. package/dist/actions/create-new-custom-accounting-field.d.cts +9 -0
  41. package/dist/actions/create-new-custom-accounting-field.d.cts.map +1 -0
  42. package/dist/actions/create-new-custom-accounting-field.d.mts +9 -0
  43. package/dist/actions/create-new-custom-accounting-field.d.mts.map +1 -0
  44. package/dist/actions/create-new-custom-accounting-field.mjs +42 -0
  45. package/dist/actions/create-new-custom-accounting-field.mjs.map +1 -0
  46. package/dist/actions/create-tax-code-accounting-field.cjs +25 -0
  47. package/dist/actions/create-tax-code-accounting-field.cjs.map +1 -0
  48. package/dist/actions/create-tax-code-accounting-field.d.cts +9 -0
  49. package/dist/actions/create-tax-code-accounting-field.d.cts.map +1 -0
  50. package/dist/actions/create-tax-code-accounting-field.d.mts +9 -0
  51. package/dist/actions/create-tax-code-accounting-field.d.mts.map +1 -0
  52. package/dist/actions/create-tax-code-accounting-field.mjs +22 -0
  53. package/dist/actions/create-tax-code-accounting-field.mjs.map +1 -0
  54. package/dist/actions/create-user-invite.cjs +34 -0
  55. package/dist/actions/create-user-invite.cjs.map +1 -0
  56. package/dist/actions/create-user-invite.d.cts +9 -0
  57. package/dist/actions/create-user-invite.d.cts.map +1 -0
  58. package/dist/actions/create-user-invite.d.mts +9 -0
  59. package/dist/actions/create-user-invite.d.mts.map +1 -0
  60. package/dist/actions/create-user-invite.mjs +31 -0
  61. package/dist/actions/create-user-invite.mjs.map +1 -0
  62. package/dist/actions/create-webhook-subscription.cjs +58 -0
  63. package/dist/actions/create-webhook-subscription.cjs.map +1 -0
  64. package/dist/actions/create-webhook-subscription.d.cts +9 -0
  65. package/dist/actions/create-webhook-subscription.d.cts.map +1 -0
  66. package/dist/actions/create-webhook-subscription.d.mts +9 -0
  67. package/dist/actions/create-webhook-subscription.d.mts.map +1 -0
  68. package/dist/actions/create-webhook-subscription.mjs +57 -0
  69. package/dist/actions/create-webhook-subscription.mjs.map +1 -0
  70. package/dist/actions/deactivate-user.cjs +16 -0
  71. package/dist/actions/deactivate-user.cjs.map +1 -0
  72. package/dist/actions/deactivate-user.d.cts +9 -0
  73. package/dist/actions/deactivate-user.d.cts.map +1 -0
  74. package/dist/actions/deactivate-user.d.mts +9 -0
  75. package/dist/actions/deactivate-user.d.mts.map +1 -0
  76. package/dist/actions/deactivate-user.mjs +13 -0
  77. package/dist/actions/deactivate-user.mjs.map +1 -0
  78. package/dist/actions/delete-accounting-account.cjs +16 -0
  79. package/dist/actions/delete-accounting-account.cjs.map +1 -0
  80. package/dist/actions/delete-accounting-account.d.cts +9 -0
  81. package/dist/actions/delete-accounting-account.d.cts.map +1 -0
  82. package/dist/actions/delete-accounting-account.d.mts +9 -0
  83. package/dist/actions/delete-accounting-account.d.mts.map +1 -0
  84. package/dist/actions/delete-accounting-account.mjs +13 -0
  85. package/dist/actions/delete-accounting-account.mjs.map +1 -0
  86. package/dist/actions/delete-accounting-connection.cjs +16 -0
  87. package/dist/actions/delete-accounting-connection.cjs.map +1 -0
  88. package/dist/actions/delete-accounting-connection.d.cts +9 -0
  89. package/dist/actions/delete-accounting-connection.d.cts.map +1 -0
  90. package/dist/actions/delete-accounting-connection.d.mts +9 -0
  91. package/dist/actions/delete-accounting-connection.d.mts.map +1 -0
  92. package/dist/actions/delete-accounting-connection.mjs +13 -0
  93. package/dist/actions/delete-accounting-connection.mjs.map +1 -0
  94. package/dist/actions/delete-accounting-fields.cjs +16 -0
  95. package/dist/actions/delete-accounting-fields.cjs.map +1 -0
  96. package/dist/actions/delete-accounting-fields.d.cts +9 -0
  97. package/dist/actions/delete-accounting-fields.d.cts.map +1 -0
  98. package/dist/actions/delete-accounting-fields.d.mts +9 -0
  99. package/dist/actions/delete-accounting-fields.d.mts.map +1 -0
  100. package/dist/actions/delete-accounting-fields.mjs +13 -0
  101. package/dist/actions/delete-accounting-fields.mjs.map +1 -0
  102. package/dist/actions/delete-accounting-inventory-item-options.cjs +16 -0
  103. package/dist/actions/delete-accounting-inventory-item-options.cjs.map +1 -0
  104. package/dist/actions/delete-accounting-inventory-item-options.d.cts +9 -0
  105. package/dist/actions/delete-accounting-inventory-item-options.d.cts.map +1 -0
  106. package/dist/actions/delete-accounting-inventory-item-options.d.mts +9 -0
  107. package/dist/actions/delete-accounting-inventory-item-options.d.mts.map +1 -0
  108. package/dist/actions/delete-accounting-inventory-item-options.mjs +13 -0
  109. package/dist/actions/delete-accounting-inventory-item-options.mjs.map +1 -0
  110. package/dist/actions/delete-accounting-tax-code-options.cjs +16 -0
  111. package/dist/actions/delete-accounting-tax-code-options.cjs.map +1 -0
  112. package/dist/actions/delete-accounting-tax-code-options.d.cts +9 -0
  113. package/dist/actions/delete-accounting-tax-code-options.d.cts.map +1 -0
  114. package/dist/actions/delete-accounting-tax-code-options.d.mts +9 -0
  115. package/dist/actions/delete-accounting-tax-code-options.d.mts.map +1 -0
  116. package/dist/actions/delete-accounting-tax-code-options.mjs +13 -0
  117. package/dist/actions/delete-accounting-tax-code-options.mjs.map +1 -0
  118. package/dist/actions/delete-accounting-tax-code.cjs +16 -0
  119. package/dist/actions/delete-accounting-tax-code.cjs.map +1 -0
  120. package/dist/actions/delete-accounting-tax-code.d.cts +9 -0
  121. package/dist/actions/delete-accounting-tax-code.d.cts.map +1 -0
  122. package/dist/actions/delete-accounting-tax-code.d.mts +9 -0
  123. package/dist/actions/delete-accounting-tax-code.d.mts.map +1 -0
  124. package/dist/actions/delete-accounting-tax-code.mjs +13 -0
  125. package/dist/actions/delete-accounting-tax-code.mjs.map +1 -0
  126. package/dist/actions/delete-accounting-tax-rates.cjs +19 -0
  127. package/dist/actions/delete-accounting-tax-rates.cjs.map +1 -0
  128. package/dist/actions/delete-accounting-tax-rates.d.cts +9 -0
  129. package/dist/actions/delete-accounting-tax-rates.d.cts.map +1 -0
  130. package/dist/actions/delete-accounting-tax-rates.d.mts +9 -0
  131. package/dist/actions/delete-accounting-tax-rates.d.mts.map +1 -0
  132. package/dist/actions/delete-accounting-tax-rates.mjs +16 -0
  133. package/dist/actions/delete-accounting-tax-rates.mjs.map +1 -0
  134. package/dist/actions/delete-accounting-vendors.cjs +16 -0
  135. package/dist/actions/delete-accounting-vendors.cjs.map +1 -0
  136. package/dist/actions/delete-accounting-vendors.d.cts +9 -0
  137. package/dist/actions/delete-accounting-vendors.d.cts.map +1 -0
  138. package/dist/actions/delete-accounting-vendors.d.mts +9 -0
  139. package/dist/actions/delete-accounting-vendors.d.mts.map +1 -0
  140. package/dist/actions/delete-accounting-vendors.mjs +13 -0
  141. package/dist/actions/delete-accounting-vendors.mjs.map +1 -0
  142. package/dist/actions/delete-custom-field-option.cjs +16 -0
  143. package/dist/actions/delete-custom-field-option.cjs.map +1 -0
  144. package/dist/actions/delete-custom-field-option.d.cts +9 -0
  145. package/dist/actions/delete-custom-field-option.d.cts.map +1 -0
  146. package/dist/actions/delete-custom-field-option.d.mts +9 -0
  147. package/dist/actions/delete-custom-field-option.d.mts.map +1 -0
  148. package/dist/actions/delete-custom-field-option.mjs +13 -0
  149. package/dist/actions/delete-custom-field-option.mjs.map +1 -0
  150. package/dist/actions/delete-inventory-item-field.cjs +16 -0
  151. package/dist/actions/delete-inventory-item-field.cjs.map +1 -0
  152. package/dist/actions/delete-inventory-item-field.d.cts +9 -0
  153. package/dist/actions/delete-inventory-item-field.d.cts.map +1 -0
  154. package/dist/actions/delete-inventory-item-field.d.mts +9 -0
  155. package/dist/actions/delete-inventory-item-field.d.mts.map +1 -0
  156. package/dist/actions/delete-inventory-item-field.mjs +13 -0
  157. package/dist/actions/delete-inventory-item-field.mjs.map +1 -0
  158. package/dist/actions/delete-spend-allocation-delete-users.cjs +76 -0
  159. package/dist/actions/delete-spend-allocation-delete-users.cjs.map +1 -0
  160. package/dist/actions/delete-spend-allocation-delete-users.d.cts +9 -0
  161. package/dist/actions/delete-spend-allocation-delete-users.d.cts.map +1 -0
  162. package/dist/actions/delete-spend-allocation-delete-users.d.mts +9 -0
  163. package/dist/actions/delete-spend-allocation-delete-users.d.mts.map +1 -0
  164. package/dist/actions/delete-spend-allocation-delete-users.mjs +75 -0
  165. package/dist/actions/delete-spend-allocation-delete-users.mjs.map +1 -0
  166. package/dist/actions/delete-webhook.cjs +16 -0
  167. package/dist/actions/delete-webhook.cjs.map +1 -0
  168. package/dist/actions/delete-webhook.d.cts +9 -0
  169. package/dist/actions/delete-webhook.d.cts.map +1 -0
  170. package/dist/actions/delete-webhook.d.mts +9 -0
  171. package/dist/actions/delete-webhook.d.mts.map +1 -0
  172. package/dist/actions/delete-webhook.mjs +13 -0
  173. package/dist/actions/delete-webhook.mjs.map +1 -0
  174. package/dist/actions/fetch-accounting-account.cjs +36 -0
  175. package/dist/actions/fetch-accounting-account.cjs.map +1 -0
  176. package/dist/actions/fetch-accounting-account.d.cts +9 -0
  177. package/dist/actions/fetch-accounting-account.d.cts.map +1 -0
  178. package/dist/actions/fetch-accounting-account.d.mts +9 -0
  179. package/dist/actions/fetch-accounting-account.d.mts.map +1 -0
  180. package/dist/actions/fetch-accounting-account.mjs +35 -0
  181. package/dist/actions/fetch-accounting-account.mjs.map +1 -0
  182. package/dist/actions/fetch-accounting-vendor.cjs +36 -0
  183. package/dist/actions/fetch-accounting-vendor.cjs.map +1 -0
  184. package/dist/actions/fetch-accounting-vendor.d.cts +9 -0
  185. package/dist/actions/fetch-accounting-vendor.d.cts.map +1 -0
  186. package/dist/actions/fetch-accounting-vendor.d.mts +9 -0
  187. package/dist/actions/fetch-accounting-vendor.d.mts.map +1 -0
  188. package/dist/actions/fetch-accounting-vendor.mjs +35 -0
  189. package/dist/actions/fetch-accounting-vendor.mjs.map +1 -0
  190. package/dist/actions/fetch-custom-accounting-field.cjs +26 -0
  191. package/dist/actions/fetch-custom-accounting-field.cjs.map +1 -0
  192. package/dist/actions/fetch-custom-accounting-field.d.cts +9 -0
  193. package/dist/actions/fetch-custom-accounting-field.d.cts.map +1 -0
  194. package/dist/actions/fetch-custom-accounting-field.d.mts +9 -0
  195. package/dist/actions/fetch-custom-accounting-field.d.mts.map +1 -0
  196. package/dist/actions/fetch-custom-accounting-field.mjs +25 -0
  197. package/dist/actions/fetch-custom-accounting-field.mjs.map +1 -0
  198. package/dist/actions/get-accounting-accounts.cjs +45 -0
  199. package/dist/actions/get-accounting-accounts.cjs.map +1 -0
  200. package/dist/actions/get-accounting-accounts.d.cts +9 -0
  201. package/dist/actions/get-accounting-accounts.d.cts.map +1 -0
  202. package/dist/actions/get-accounting-accounts.d.mts +9 -0
  203. package/dist/actions/get-accounting-accounts.d.mts.map +1 -0
  204. package/dist/actions/get-accounting-accounts.mjs +44 -0
  205. package/dist/actions/get-accounting-accounts.mjs.map +1 -0
  206. package/dist/actions/get-accounting-all-connections.cjs +23 -0
  207. package/dist/actions/get-accounting-all-connections.cjs.map +1 -0
  208. package/dist/actions/get-accounting-all-connections.d.cts +9 -0
  209. package/dist/actions/get-accounting-all-connections.d.cts.map +1 -0
  210. package/dist/actions/get-accounting-all-connections.d.mts +9 -0
  211. package/dist/actions/get-accounting-all-connections.d.mts.map +1 -0
  212. package/dist/actions/get-accounting-all-connections.mjs +22 -0
  213. package/dist/actions/get-accounting-all-connections.mjs.map +1 -0
  214. package/dist/actions/get-accounting-connection-by-id.cjs +41 -0
  215. package/dist/actions/get-accounting-connection-by-id.cjs.map +1 -0
  216. package/dist/actions/get-accounting-connection-by-id.d.cts +9 -0
  217. package/dist/actions/get-accounting-connection-by-id.d.cts.map +1 -0
  218. package/dist/actions/get-accounting-connection-by-id.d.mts +9 -0
  219. package/dist/actions/get-accounting-connection-by-id.d.mts.map +1 -0
  220. package/dist/actions/get-accounting-connection-by-id.mjs +40 -0
  221. package/dist/actions/get-accounting-connection-by-id.mjs.map +1 -0
  222. package/dist/actions/get-accounting-connection.cjs +27 -0
  223. package/dist/actions/get-accounting-connection.cjs.map +1 -0
  224. package/dist/actions/get-accounting-connection.d.cts +9 -0
  225. package/dist/actions/get-accounting-connection.d.cts.map +1 -0
  226. package/dist/actions/get-accounting-connection.d.mts +9 -0
  227. package/dist/actions/get-accounting-connection.d.mts.map +1 -0
  228. package/dist/actions/get-accounting-connection.mjs +26 -0
  229. package/dist/actions/get-accounting-connection.mjs.map +1 -0
  230. package/dist/actions/get-accounting-fields.cjs +29 -0
  231. package/dist/actions/get-accounting-fields.cjs.map +1 -0
  232. package/dist/actions/get-accounting-fields.d.cts +9 -0
  233. package/dist/actions/get-accounting-fields.d.cts.map +1 -0
  234. package/dist/actions/get-accounting-fields.d.mts +9 -0
  235. package/dist/actions/get-accounting-fields.d.mts.map +1 -0
  236. package/dist/actions/get-accounting-fields.mjs +28 -0
  237. package/dist/actions/get-accounting-fields.mjs.map +1 -0
  238. package/dist/actions/get-accounting-vendors.cjs +29 -0
  239. package/dist/actions/get-accounting-vendors.cjs.map +1 -0
  240. package/dist/actions/get-accounting-vendors.d.cts +9 -0
  241. package/dist/actions/get-accounting-vendors.d.cts.map +1 -0
  242. package/dist/actions/get-accounting-vendors.d.mts +9 -0
  243. package/dist/actions/get-accounting-vendors.d.mts.map +1 -0
  244. package/dist/actions/get-accounting-vendors.mjs +28 -0
  245. package/dist/actions/get-accounting-vendors.mjs.map +1 -0
  246. package/dist/actions/get-all-transactions.cjs +75 -0
  247. package/dist/actions/get-all-transactions.cjs.map +1 -0
  248. package/dist/actions/get-all-transactions.d.cts +9 -0
  249. package/dist/actions/get-all-transactions.d.cts.map +1 -0
  250. package/dist/actions/get-all-transactions.d.mts +9 -0
  251. package/dist/actions/get-all-transactions.d.mts.map +1 -0
  252. package/dist/actions/get-all-transactions.mjs +74 -0
  253. package/dist/actions/get-all-transactions.mjs.map +1 -0
  254. package/dist/actions/get-card-vault-resource.cjs +20 -0
  255. package/dist/actions/get-card-vault-resource.cjs.map +1 -0
  256. package/dist/actions/get-card-vault-resource.d.cts +9 -0
  257. package/dist/actions/get-card-vault-resource.d.cts.map +1 -0
  258. package/dist/actions/get-card-vault-resource.d.mts +9 -0
  259. package/dist/actions/get-card-vault-resource.d.mts.map +1 -0
  260. package/dist/actions/get-card-vault-resource.mjs +17 -0
  261. package/dist/actions/get-card-vault-resource.mjs.map +1 -0
  262. package/dist/actions/get-card.cjs +61 -0
  263. package/dist/actions/get-card.cjs.map +1 -0
  264. package/dist/actions/get-card.d.cts +9 -0
  265. package/dist/actions/get-card.d.cts.map +1 -0
  266. package/dist/actions/get-card.d.mts +9 -0
  267. package/dist/actions/get-card.d.mts.map +1 -0
  268. package/dist/actions/get-card.mjs +60 -0
  269. package/dist/actions/get-card.mjs.map +1 -0
  270. package/dist/actions/get-custom-field-option.cjs +28 -0
  271. package/dist/actions/get-custom-field-option.cjs.map +1 -0
  272. package/dist/actions/get-custom-field-option.d.cts +9 -0
  273. package/dist/actions/get-custom-field-option.d.cts.map +1 -0
  274. package/dist/actions/get-custom-field-option.d.mts +9 -0
  275. package/dist/actions/get-custom-field-option.d.mts.map +1 -0
  276. package/dist/actions/get-custom-field-option.mjs +25 -0
  277. package/dist/actions/get-custom-field-option.mjs.map +1 -0
  278. package/dist/actions/get-department.cjs +19 -0
  279. package/dist/actions/get-department.cjs.map +1 -0
  280. package/dist/actions/get-department.d.cts +9 -0
  281. package/dist/actions/get-department.d.cts.map +1 -0
  282. package/dist/actions/get-department.d.mts +9 -0
  283. package/dist/actions/get-department.d.mts.map +1 -0
  284. package/dist/actions/get-department.mjs +16 -0
  285. package/dist/actions/get-department.mjs.map +1 -0
  286. package/dist/actions/get-inventory-item-field.cjs +22 -0
  287. package/dist/actions/get-inventory-item-field.cjs.map +1 -0
  288. package/dist/actions/get-inventory-item-field.d.cts +9 -0
  289. package/dist/actions/get-inventory-item-field.d.cts.map +1 -0
  290. package/dist/actions/get-inventory-item-field.d.mts +9 -0
  291. package/dist/actions/get-inventory-item-field.d.mts.map +1 -0
  292. package/dist/actions/get-inventory-item-field.mjs +19 -0
  293. package/dist/actions/get-inventory-item-field.mjs.map +1 -0
  294. package/dist/actions/get-memo.cjs +19 -0
  295. package/dist/actions/get-memo.cjs.map +1 -0
  296. package/dist/actions/get-memo.d.cts +9 -0
  297. package/dist/actions/get-memo.d.cts.map +1 -0
  298. package/dist/actions/get-memo.d.mts +9 -0
  299. package/dist/actions/get-memo.d.mts.map +1 -0
  300. package/dist/actions/get-memo.mjs +16 -0
  301. package/dist/actions/get-memo.mjs.map +1 -0
  302. package/dist/actions/get-reimbursement.cjs +52 -0
  303. package/dist/actions/get-reimbursement.cjs.map +1 -0
  304. package/dist/actions/get-reimbursement.d.cts +9 -0
  305. package/dist/actions/get-reimbursement.d.cts.map +1 -0
  306. package/dist/actions/get-reimbursement.d.mts +9 -0
  307. package/dist/actions/get-reimbursement.d.mts.map +1 -0
  308. package/dist/actions/get-reimbursement.mjs +51 -0
  309. package/dist/actions/get-reimbursement.mjs.map +1 -0
  310. package/dist/actions/get-spend-limit.cjs +103 -0
  311. package/dist/actions/get-spend-limit.cjs.map +1 -0
  312. package/dist/actions/get-spend-limit.d.cts +9 -0
  313. package/dist/actions/get-spend-limit.d.cts.map +1 -0
  314. package/dist/actions/get-spend-limit.d.mts +9 -0
  315. package/dist/actions/get-spend-limit.d.mts.map +1 -0
  316. package/dist/actions/get-spend-limit.mjs +102 -0
  317. package/dist/actions/get-spend-limit.mjs.map +1 -0
  318. package/dist/actions/get-statement.cjs +49 -0
  319. package/dist/actions/get-statement.cjs.map +1 -0
  320. package/dist/actions/get-statement.d.cts +9 -0
  321. package/dist/actions/get-statement.d.cts.map +1 -0
  322. package/dist/actions/get-statement.d.mts +9 -0
  323. package/dist/actions/get-statement.d.mts.map +1 -0
  324. package/dist/actions/get-statement.mjs +48 -0
  325. package/dist/actions/get-statement.mjs.map +1 -0
  326. package/dist/actions/get-transaction.cjs +57 -0
  327. package/dist/actions/get-transaction.cjs.map +1 -0
  328. package/dist/actions/get-transaction.d.cts +9 -0
  329. package/dist/actions/get-transaction.d.cts.map +1 -0
  330. package/dist/actions/get-transaction.d.mts +9 -0
  331. package/dist/actions/get-transaction.d.mts.map +1 -0
  332. package/dist/actions/get-transaction.mjs +56 -0
  333. package/dist/actions/get-transaction.mjs.map +1 -0
  334. package/dist/actions/get-user.cjs +37 -0
  335. package/dist/actions/get-user.cjs.map +1 -0
  336. package/dist/actions/get-user.d.cts +9 -0
  337. package/dist/actions/get-user.d.cts.map +1 -0
  338. package/dist/actions/get-user.d.mts +9 -0
  339. package/dist/actions/get-user.d.mts.map +1 -0
  340. package/dist/actions/get-user.mjs +36 -0
  341. package/dist/actions/get-user.mjs.map +1 -0
  342. package/dist/actions/get-users-deferred-status.cjs +32 -0
  343. package/dist/actions/get-users-deferred-status.cjs.map +1 -0
  344. package/dist/actions/get-users-deferred-status.d.cts +9 -0
  345. package/dist/actions/get-users-deferred-status.d.cts.map +1 -0
  346. package/dist/actions/get-users-deferred-status.d.mts +9 -0
  347. package/dist/actions/get-users-deferred-status.d.mts.map +1 -0
  348. package/dist/actions/get-users-deferred-status.mjs +31 -0
  349. package/dist/actions/get-users-deferred-status.mjs.map +1 -0
  350. package/dist/actions/get-vendor.cjs +55 -0
  351. package/dist/actions/get-vendor.cjs.map +1 -0
  352. package/dist/actions/get-vendor.d.cts +9 -0
  353. package/dist/actions/get-vendor.d.cts.map +1 -0
  354. package/dist/actions/get-vendor.d.mts +9 -0
  355. package/dist/actions/get-vendor.d.mts.map +1 -0
  356. package/dist/actions/get-vendor.mjs +54 -0
  357. package/dist/actions/get-vendor.mjs.map +1 -0
  358. package/dist/actions/get-webhook.cjs +53 -0
  359. package/dist/actions/get-webhook.cjs.map +1 -0
  360. package/dist/actions/get-webhook.d.cts +9 -0
  361. package/dist/actions/get-webhook.d.cts.map +1 -0
  362. package/dist/actions/get-webhook.d.mts +9 -0
  363. package/dist/actions/get-webhook.d.mts.map +1 -0
  364. package/dist/actions/get-webhook.mjs +52 -0
  365. package/dist/actions/get-webhook.mjs.map +1 -0
  366. package/dist/actions/index.cjs +177 -0
  367. package/dist/actions/index.d.cts +89 -0
  368. package/dist/actions/index.d.mts +89 -0
  369. package/dist/actions/index.mjs +89 -0
  370. package/dist/actions/issue-virtual-card.cjs +36 -0
  371. package/dist/actions/issue-virtual-card.cjs.map +1 -0
  372. package/dist/actions/issue-virtual-card.d.cts +9 -0
  373. package/dist/actions/issue-virtual-card.d.cts.map +1 -0
  374. package/dist/actions/issue-virtual-card.d.mts +9 -0
  375. package/dist/actions/issue-virtual-card.d.mts.map +1 -0
  376. package/dist/actions/issue-virtual-card.mjs +35 -0
  377. package/dist/actions/issue-virtual-card.mjs.map +1 -0
  378. package/dist/actions/list-accounting-inventory-item-options.cjs +34 -0
  379. package/dist/actions/list-accounting-inventory-item-options.cjs.map +1 -0
  380. package/dist/actions/list-accounting-inventory-item-options.d.cts +9 -0
  381. package/dist/actions/list-accounting-inventory-item-options.d.cts.map +1 -0
  382. package/dist/actions/list-accounting-inventory-item-options.d.mts +9 -0
  383. package/dist/actions/list-accounting-inventory-item-options.d.mts.map +1 -0
  384. package/dist/actions/list-accounting-inventory-item-options.mjs +33 -0
  385. package/dist/actions/list-accounting-inventory-item-options.mjs.map +1 -0
  386. package/dist/actions/list-accounting-tax-rates.cjs +31 -0
  387. package/dist/actions/list-accounting-tax-rates.cjs.map +1 -0
  388. package/dist/actions/list-accounting-tax-rates.d.cts +9 -0
  389. package/dist/actions/list-accounting-tax-rates.d.cts.map +1 -0
  390. package/dist/actions/list-accounting-tax-rates.d.mts +9 -0
  391. package/dist/actions/list-accounting-tax-rates.d.mts.map +1 -0
  392. package/dist/actions/list-accounting-tax-rates.mjs +30 -0
  393. package/dist/actions/list-accounting-tax-rates.mjs.map +1 -0
  394. package/dist/actions/list-cards.cjs +71 -0
  395. package/dist/actions/list-cards.cjs.map +1 -0
  396. package/dist/actions/list-cards.d.cts +9 -0
  397. package/dist/actions/list-cards.d.cts.map +1 -0
  398. package/dist/actions/list-cards.d.mts +9 -0
  399. package/dist/actions/list-cards.d.mts.map +1 -0
  400. package/dist/actions/list-cards.mjs +70 -0
  401. package/dist/actions/list-cards.mjs.map +1 -0
  402. package/dist/actions/list-departments.cjs +27 -0
  403. package/dist/actions/list-departments.cjs.map +1 -0
  404. package/dist/actions/list-departments.d.cts +9 -0
  405. package/dist/actions/list-departments.d.cts.map +1 -0
  406. package/dist/actions/list-departments.d.mts +9 -0
  407. package/dist/actions/list-departments.d.mts.map +1 -0
  408. package/dist/actions/list-departments.mjs +26 -0
  409. package/dist/actions/list-departments.mjs.map +1 -0
  410. package/dist/actions/list-memos.cjs +35 -0
  411. package/dist/actions/list-memos.cjs.map +1 -0
  412. package/dist/actions/list-memos.d.cts +9 -0
  413. package/dist/actions/list-memos.d.cts.map +1 -0
  414. package/dist/actions/list-memos.d.mts +9 -0
  415. package/dist/actions/list-memos.d.mts.map +1 -0
  416. package/dist/actions/list-memos.mjs +34 -0
  417. package/dist/actions/list-memos.mjs.map +1 -0
  418. package/dist/actions/list-reimbursements.cjs +77 -0
  419. package/dist/actions/list-reimbursements.cjs.map +1 -0
  420. package/dist/actions/list-reimbursements.d.cts +9 -0
  421. package/dist/actions/list-reimbursements.d.cts.map +1 -0
  422. package/dist/actions/list-reimbursements.d.mts +9 -0
  423. package/dist/actions/list-reimbursements.d.mts.map +1 -0
  424. package/dist/actions/list-reimbursements.mjs +76 -0
  425. package/dist/actions/list-reimbursements.mjs.map +1 -0
  426. package/dist/actions/list-statements.cjs +60 -0
  427. package/dist/actions/list-statements.cjs.map +1 -0
  428. package/dist/actions/list-statements.d.cts +9 -0
  429. package/dist/actions/list-statements.d.cts.map +1 -0
  430. package/dist/actions/list-statements.d.mts +9 -0
  431. package/dist/actions/list-statements.d.mts.map +1 -0
  432. package/dist/actions/list-statements.mjs +59 -0
  433. package/dist/actions/list-statements.mjs.map +1 -0
  434. package/dist/actions/list-users.cjs +50 -0
  435. package/dist/actions/list-users.cjs.map +1 -0
  436. package/dist/actions/list-users.d.cts +9 -0
  437. package/dist/actions/list-users.d.cts.map +1 -0
  438. package/dist/actions/list-users.d.mts +9 -0
  439. package/dist/actions/list-users.d.mts.map +1 -0
  440. package/dist/actions/list-users.mjs +49 -0
  441. package/dist/actions/list-users.mjs.map +1 -0
  442. package/dist/actions/list-vendors-accounts.cjs +31 -0
  443. package/dist/actions/list-vendors-accounts.cjs.map +1 -0
  444. package/dist/actions/list-vendors-accounts.d.cts +9 -0
  445. package/dist/actions/list-vendors-accounts.d.cts.map +1 -0
  446. package/dist/actions/list-vendors-accounts.d.mts +9 -0
  447. package/dist/actions/list-vendors-accounts.d.mts.map +1 -0
  448. package/dist/actions/list-vendors-accounts.mjs +30 -0
  449. package/dist/actions/list-vendors-accounts.mjs.map +1 -0
  450. package/dist/actions/list-vendors-contacts.cjs +32 -0
  451. package/dist/actions/list-vendors-contacts.cjs.map +1 -0
  452. package/dist/actions/list-vendors-contacts.d.cts +9 -0
  453. package/dist/actions/list-vendors-contacts.d.cts.map +1 -0
  454. package/dist/actions/list-vendors-contacts.d.mts +9 -0
  455. package/dist/actions/list-vendors-contacts.d.mts.map +1 -0
  456. package/dist/actions/list-vendors-contacts.mjs +31 -0
  457. package/dist/actions/list-vendors-contacts.mjs.map +1 -0
  458. package/dist/actions/list-vendors-credits.cjs +76 -0
  459. package/dist/actions/list-vendors-credits.cjs.map +1 -0
  460. package/dist/actions/list-vendors-credits.d.cts +9 -0
  461. package/dist/actions/list-vendors-credits.d.cts.map +1 -0
  462. package/dist/actions/list-vendors-credits.d.mts +9 -0
  463. package/dist/actions/list-vendors-credits.d.mts.map +1 -0
  464. package/dist/actions/list-vendors-credits.mjs +75 -0
  465. package/dist/actions/list-vendors-credits.mjs.map +1 -0
  466. package/dist/actions/list-vendors.cjs +64 -0
  467. package/dist/actions/list-vendors.cjs.map +1 -0
  468. package/dist/actions/list-vendors.d.cts +9 -0
  469. package/dist/actions/list-vendors.d.cts.map +1 -0
  470. package/dist/actions/list-vendors.d.mts +9 -0
  471. package/dist/actions/list-vendors.d.mts.map +1 -0
  472. package/dist/actions/list-vendors.mjs +63 -0
  473. package/dist/actions/list-vendors.mjs.map +1 -0
  474. package/dist/actions/list-webhooks.cjs +25 -0
  475. package/dist/actions/list-webhooks.cjs.map +1 -0
  476. package/dist/actions/list-webhooks.d.cts +9 -0
  477. package/dist/actions/list-webhooks.d.cts.map +1 -0
  478. package/dist/actions/list-webhooks.d.mts +9 -0
  479. package/dist/actions/list-webhooks.d.mts.map +1 -0
  480. package/dist/actions/list-webhooks.mjs +24 -0
  481. package/dist/actions/list-webhooks.mjs.map +1 -0
  482. package/dist/actions/options-for-custom-accounting-field.cjs +33 -0
  483. package/dist/actions/options-for-custom-accounting-field.cjs.map +1 -0
  484. package/dist/actions/options-for-custom-accounting-field.d.cts +9 -0
  485. package/dist/actions/options-for-custom-accounting-field.d.cts.map +1 -0
  486. package/dist/actions/options-for-custom-accounting-field.d.mts +9 -0
  487. package/dist/actions/options-for-custom-accounting-field.d.mts.map +1 -0
  488. package/dist/actions/options-for-custom-accounting-field.mjs +32 -0
  489. package/dist/actions/options-for-custom-accounting-field.mjs.map +1 -0
  490. package/dist/actions/patch-accounting-connection.cjs +36 -0
  491. package/dist/actions/patch-accounting-connection.cjs.map +1 -0
  492. package/dist/actions/patch-accounting-connection.d.cts +9 -0
  493. package/dist/actions/patch-accounting-connection.d.cts.map +1 -0
  494. package/dist/actions/patch-accounting-connection.d.mts +9 -0
  495. package/dist/actions/patch-accounting-connection.d.mts.map +1 -0
  496. package/dist/actions/patch-accounting-connection.mjs +35 -0
  497. package/dist/actions/patch-accounting-connection.mjs.map +1 -0
  498. package/dist/actions/patch-card-resource.cjs +46 -0
  499. package/dist/actions/patch-card-resource.cjs.map +1 -0
  500. package/dist/actions/patch-card-resource.d.cts +9 -0
  501. package/dist/actions/patch-card-resource.d.cts.map +1 -0
  502. package/dist/actions/patch-card-resource.d.mts +9 -0
  503. package/dist/actions/patch-card-resource.d.mts.map +1 -0
  504. package/dist/actions/patch-card-resource.mjs +43 -0
  505. package/dist/actions/patch-card-resource.mjs.map +1 -0
  506. package/dist/actions/patch-custom-field-option.cjs +35 -0
  507. package/dist/actions/patch-custom-field-option.cjs.map +1 -0
  508. package/dist/actions/patch-custom-field-option.d.cts +9 -0
  509. package/dist/actions/patch-custom-field-option.d.cts.map +1 -0
  510. package/dist/actions/patch-custom-field-option.d.mts +9 -0
  511. package/dist/actions/patch-custom-field-option.d.mts.map +1 -0
  512. package/dist/actions/patch-custom-field-option.mjs +32 -0
  513. package/dist/actions/patch-custom-field-option.mjs.map +1 -0
  514. package/dist/actions/patch-gl-account-resource.cjs +38 -0
  515. package/dist/actions/patch-gl-account-resource.cjs.map +1 -0
  516. package/dist/actions/patch-gl-account-resource.d.cts +9 -0
  517. package/dist/actions/patch-gl-account-resource.d.cts.map +1 -0
  518. package/dist/actions/patch-gl-account-resource.d.mts +9 -0
  519. package/dist/actions/patch-gl-account-resource.d.mts.map +1 -0
  520. package/dist/actions/patch-gl-account-resource.mjs +37 -0
  521. package/dist/actions/patch-gl-account-resource.mjs.map +1 -0
  522. package/dist/actions/patch-inventory-item-field.cjs +25 -0
  523. package/dist/actions/patch-inventory-item-field.cjs.map +1 -0
  524. package/dist/actions/patch-inventory-item-field.d.cts +9 -0
  525. package/dist/actions/patch-inventory-item-field.d.cts.map +1 -0
  526. package/dist/actions/patch-inventory-item-field.d.mts +9 -0
  527. package/dist/actions/patch-inventory-item-field.d.mts.map +1 -0
  528. package/dist/actions/patch-inventory-item-field.mjs +22 -0
  529. package/dist/actions/patch-inventory-item-field.mjs.map +1 -0
  530. package/dist/actions/post-accounting-accounts.cjs +47 -0
  531. package/dist/actions/post-accounting-accounts.cjs.map +1 -0
  532. package/dist/actions/post-accounting-accounts.d.cts +9 -0
  533. package/dist/actions/post-accounting-accounts.d.cts.map +1 -0
  534. package/dist/actions/post-accounting-accounts.d.mts +9 -0
  535. package/dist/actions/post-accounting-accounts.d.mts.map +1 -0
  536. package/dist/actions/post-accounting-accounts.mjs +46 -0
  537. package/dist/actions/post-accounting-accounts.mjs.map +1 -0
  538. package/dist/actions/post-accounting-connection.cjs +30 -0
  539. package/dist/actions/post-accounting-connection.cjs.map +1 -0
  540. package/dist/actions/post-accounting-connection.d.cts +9 -0
  541. package/dist/actions/post-accounting-connection.d.cts.map +1 -0
  542. package/dist/actions/post-accounting-connection.d.mts +9 -0
  543. package/dist/actions/post-accounting-connection.d.mts.map +1 -0
  544. package/dist/actions/post-accounting-connection.mjs +29 -0
  545. package/dist/actions/post-accounting-connection.mjs.map +1 -0
  546. package/dist/actions/post-accounting-vendors.cjs +38 -0
  547. package/dist/actions/post-accounting-vendors.cjs.map +1 -0
  548. package/dist/actions/post-accounting-vendors.d.cts +9 -0
  549. package/dist/actions/post-accounting-vendors.d.cts.map +1 -0
  550. package/dist/actions/post-accounting-vendors.d.mts +9 -0
  551. package/dist/actions/post-accounting-vendors.d.mts.map +1 -0
  552. package/dist/actions/post-accounting-vendors.mjs +37 -0
  553. package/dist/actions/post-accounting-vendors.mjs.map +1 -0
  554. package/dist/actions/post-inventory-item-options.cjs +26 -0
  555. package/dist/actions/post-inventory-item-options.cjs.map +1 -0
  556. package/dist/actions/post-inventory-item-options.d.cts +9 -0
  557. package/dist/actions/post-inventory-item-options.d.cts.map +1 -0
  558. package/dist/actions/post-inventory-item-options.d.mts +9 -0
  559. package/dist/actions/post-inventory-item-options.d.mts.map +1 -0
  560. package/dist/actions/post-inventory-item-options.mjs +25 -0
  561. package/dist/actions/post-inventory-item-options.mjs.map +1 -0
  562. package/dist/actions/post-physical-card.cjs +59 -0
  563. package/dist/actions/post-physical-card.cjs.map +1 -0
  564. package/dist/actions/post-physical-card.d.cts +9 -0
  565. package/dist/actions/post-physical-card.d.cts.map +1 -0
  566. package/dist/actions/post-physical-card.d.mts +9 -0
  567. package/dist/actions/post-physical-card.d.mts.map +1 -0
  568. package/dist/actions/post-physical-card.mjs +56 -0
  569. package/dist/actions/post-physical-card.mjs.map +1 -0
  570. package/dist/actions/reactivate-accounting-connection.cjs +26 -0
  571. package/dist/actions/reactivate-accounting-connection.cjs.map +1 -0
  572. package/dist/actions/reactivate-accounting-connection.d.cts +9 -0
  573. package/dist/actions/reactivate-accounting-connection.d.cts.map +1 -0
  574. package/dist/actions/reactivate-accounting-connection.d.mts +9 -0
  575. package/dist/actions/reactivate-accounting-connection.d.mts.map +1 -0
  576. package/dist/actions/reactivate-accounting-connection.mjs +25 -0
  577. package/dist/actions/reactivate-accounting-connection.mjs.map +1 -0
  578. package/dist/actions/reactivate-user.cjs +16 -0
  579. package/dist/actions/reactivate-user.cjs.map +1 -0
  580. package/dist/actions/reactivate-user.d.cts +9 -0
  581. package/dist/actions/reactivate-user.d.cts.map +1 -0
  582. package/dist/actions/reactivate-user.d.mts +9 -0
  583. package/dist/actions/reactivate-user.d.mts.map +1 -0
  584. package/dist/actions/reactivate-user.mjs +13 -0
  585. package/dist/actions/reactivate-user.mjs.map +1 -0
  586. package/dist/actions/submit-reimbursement-receipt.cjs +144 -0
  587. package/dist/actions/submit-reimbursement-receipt.cjs.map +1 -0
  588. package/dist/actions/submit-reimbursement-receipt.d.cts +9 -0
  589. package/dist/actions/submit-reimbursement-receipt.d.cts.map +1 -0
  590. package/dist/actions/submit-reimbursement-receipt.d.mts +9 -0
  591. package/dist/actions/submit-reimbursement-receipt.d.mts.map +1 -0
  592. package/dist/actions/submit-reimbursement-receipt.mjs +143 -0
  593. package/dist/actions/submit-reimbursement-receipt.mjs.map +1 -0
  594. package/dist/actions/suspend-card.cjs +19 -0
  595. package/dist/actions/suspend-card.cjs.map +1 -0
  596. package/dist/actions/suspend-card.d.cts +9 -0
  597. package/dist/actions/suspend-card.d.cts.map +1 -0
  598. package/dist/actions/suspend-card.d.mts +9 -0
  599. package/dist/actions/suspend-card.d.mts.map +1 -0
  600. package/dist/actions/suspend-card.mjs +16 -0
  601. package/dist/actions/suspend-card.mjs.map +1 -0
  602. package/dist/actions/terminate-card.cjs +19 -0
  603. package/dist/actions/terminate-card.cjs.map +1 -0
  604. package/dist/actions/terminate-card.d.cts +9 -0
  605. package/dist/actions/terminate-card.d.cts.map +1 -0
  606. package/dist/actions/terminate-card.d.mts +9 -0
  607. package/dist/actions/terminate-card.d.mts.map +1 -0
  608. package/dist/actions/terminate-card.mjs +16 -0
  609. package/dist/actions/terminate-card.mjs.map +1 -0
  610. package/dist/actions/update-accounting-field.cjs +48 -0
  611. package/dist/actions/update-accounting-field.cjs.map +1 -0
  612. package/dist/actions/update-accounting-field.d.cts +9 -0
  613. package/dist/actions/update-accounting-field.d.cts.map +1 -0
  614. package/dist/actions/update-accounting-field.d.mts +9 -0
  615. package/dist/actions/update-accounting-field.d.mts.map +1 -0
  616. package/dist/actions/update-accounting-field.mjs +47 -0
  617. package/dist/actions/update-accounting-field.mjs.map +1 -0
  618. package/dist/actions/update-accounting-inventory-item-options.cjs +25 -0
  619. package/dist/actions/update-accounting-inventory-item-options.cjs.map +1 -0
  620. package/dist/actions/update-accounting-inventory-item-options.d.cts +9 -0
  621. package/dist/actions/update-accounting-inventory-item-options.d.cts.map +1 -0
  622. package/dist/actions/update-accounting-inventory-item-options.d.mts +9 -0
  623. package/dist/actions/update-accounting-inventory-item-options.d.mts.map +1 -0
  624. package/dist/actions/update-accounting-inventory-item-options.mjs +22 -0
  625. package/dist/actions/update-accounting-inventory-item-options.mjs.map +1 -0
  626. package/dist/actions/update-accounting-tax-code-options.cjs +27 -0
  627. package/dist/actions/update-accounting-tax-code-options.cjs.map +1 -0
  628. package/dist/actions/update-accounting-tax-code-options.d.cts +9 -0
  629. package/dist/actions/update-accounting-tax-code-options.d.cts.map +1 -0
  630. package/dist/actions/update-accounting-tax-code-options.d.mts +9 -0
  631. package/dist/actions/update-accounting-tax-code-options.d.mts.map +1 -0
  632. package/dist/actions/update-accounting-tax-code-options.mjs +24 -0
  633. package/dist/actions/update-accounting-tax-code-options.mjs.map +1 -0
  634. package/dist/actions/update-accounting-tax-code.cjs +25 -0
  635. package/dist/actions/update-accounting-tax-code.cjs.map +1 -0
  636. package/dist/actions/update-accounting-tax-code.d.cts +9 -0
  637. package/dist/actions/update-accounting-tax-code.d.cts.map +1 -0
  638. package/dist/actions/update-accounting-tax-code.d.mts +9 -0
  639. package/dist/actions/update-accounting-tax-code.d.mts.map +1 -0
  640. package/dist/actions/update-accounting-tax-code.mjs +22 -0
  641. package/dist/actions/update-accounting-tax-code.mjs.map +1 -0
  642. package/dist/actions/update-accounting-tax-rate.cjs +28 -0
  643. package/dist/actions/update-accounting-tax-rate.cjs.map +1 -0
  644. package/dist/actions/update-accounting-tax-rate.d.cts +9 -0
  645. package/dist/actions/update-accounting-tax-rate.d.cts.map +1 -0
  646. package/dist/actions/update-accounting-tax-rate.d.mts +9 -0
  647. package/dist/actions/update-accounting-tax-rate.d.mts.map +1 -0
  648. package/dist/actions/update-accounting-tax-rate.mjs +25 -0
  649. package/dist/actions/update-accounting-tax-rate.mjs.map +1 -0
  650. package/dist/actions/update-accounting-vendor.cjs +38 -0
  651. package/dist/actions/update-accounting-vendor.cjs.map +1 -0
  652. package/dist/actions/update-accounting-vendor.d.cts +9 -0
  653. package/dist/actions/update-accounting-vendor.d.cts.map +1 -0
  654. package/dist/actions/update-accounting-vendor.d.mts +9 -0
  655. package/dist/actions/update-accounting-vendor.d.mts.map +1 -0
  656. package/dist/actions/update-accounting-vendor.mjs +37 -0
  657. package/dist/actions/update-accounting-vendor.mjs.map +1 -0
  658. package/dist/actions/update-card-limit.cjs +42 -0
  659. package/dist/actions/update-card-limit.cjs.map +1 -0
  660. package/dist/actions/update-card-limit.d.cts +9 -0
  661. package/dist/actions/update-card-limit.d.cts.map +1 -0
  662. package/dist/actions/update-card-limit.d.mts +9 -0
  663. package/dist/actions/update-card-limit.d.mts.map +1 -0
  664. package/dist/actions/update-card-limit.mjs +41 -0
  665. package/dist/actions/update-card-limit.mjs.map +1 -0
  666. package/dist/actions/update-department.cjs +24 -0
  667. package/dist/actions/update-department.cjs.map +1 -0
  668. package/dist/actions/update-department.d.cts +9 -0
  669. package/dist/actions/update-department.d.cts.map +1 -0
  670. package/dist/actions/update-department.d.mts +9 -0
  671. package/dist/actions/update-department.d.mts.map +1 -0
  672. package/dist/actions/update-department.mjs +21 -0
  673. package/dist/actions/update-department.mjs.map +1 -0
  674. package/dist/actions/update-limits.cjs +126 -0
  675. package/dist/actions/update-limits.cjs.map +1 -0
  676. package/dist/actions/update-limits.d.cts +9 -0
  677. package/dist/actions/update-limits.d.cts.map +1 -0
  678. package/dist/actions/update-limits.d.mts +9 -0
  679. package/dist/actions/update-limits.d.mts.map +1 -0
  680. package/dist/actions/update-limits.mjs +125 -0
  681. package/dist/actions/update-limits.mjs.map +1 -0
  682. package/dist/actions/update-user.cjs +35 -0
  683. package/dist/actions/update-user.cjs.map +1 -0
  684. package/dist/actions/update-user.d.cts +9 -0
  685. package/dist/actions/update-user.d.cts.map +1 -0
  686. package/dist/actions/update-user.d.mts +9 -0
  687. package/dist/actions/update-user.d.mts.map +1 -0
  688. package/dist/actions/update-user.mjs +32 -0
  689. package/dist/actions/update-user.mjs.map +1 -0
  690. package/dist/actions/upload-new-options.cjs +40 -0
  691. package/dist/actions/upload-new-options.cjs.map +1 -0
  692. package/dist/actions/upload-new-options.d.cts +9 -0
  693. package/dist/actions/upload-new-options.d.cts.map +1 -0
  694. package/dist/actions/upload-new-options.d.mts +9 -0
  695. package/dist/actions/upload-new-options.d.mts.map +1 -0
  696. package/dist/actions/upload-new-options.mjs +39 -0
  697. package/dist/actions/upload-new-options.mjs.map +1 -0
  698. package/dist/actions/upload-tax-code-options.cjs +28 -0
  699. package/dist/actions/upload-tax-code-options.cjs.map +1 -0
  700. package/dist/actions/upload-tax-code-options.d.cts +9 -0
  701. package/dist/actions/upload-tax-code-options.d.cts.map +1 -0
  702. package/dist/actions/upload-tax-code-options.d.mts +9 -0
  703. package/dist/actions/upload-tax-code-options.d.mts.map +1 -0
  704. package/dist/actions/upload-tax-code-options.mjs +27 -0
  705. package/dist/actions/upload-tax-code-options.mjs.map +1 -0
  706. package/dist/actions/upload-tax-rates.cjs +32 -0
  707. package/dist/actions/upload-tax-rates.cjs.map +1 -0
  708. package/dist/actions/upload-tax-rates.d.cts +9 -0
  709. package/dist/actions/upload-tax-rates.d.cts.map +1 -0
  710. package/dist/actions/upload-tax-rates.d.mts +9 -0
  711. package/dist/actions/upload-tax-rates.d.mts.map +1 -0
  712. package/dist/actions/upload-tax-rates.mjs +31 -0
  713. package/dist/actions/upload-tax-rates.mjs.map +1 -0
  714. package/dist/app.cjs +9 -0
  715. package/dist/app.cjs.map +1 -0
  716. package/dist/app.d.cts +5 -0
  717. package/dist/app.d.cts.map +1 -0
  718. package/dist/app.d.mts +5 -0
  719. package/dist/app.d.mts.map +1 -0
  720. package/dist/app.mjs +10 -0
  721. package/dist/app.mjs.map +1 -0
  722. package/dist/catalog.cjs +15 -0
  723. package/dist/catalog.cjs.map +1 -0
  724. package/dist/catalog.d.cts +14 -0
  725. package/dist/catalog.d.cts.map +1 -0
  726. package/dist/catalog.d.mts +14 -0
  727. package/dist/catalog.d.mts.map +1 -0
  728. package/dist/catalog.mjs +15 -0
  729. package/dist/catalog.mjs.map +1 -0
  730. package/dist/execute.cjs +18 -0
  731. package/dist/execute.cjs.map +1 -0
  732. package/dist/execute.mjs +18 -0
  733. package/dist/execute.mjs.map +1 -0
  734. package/dist/index.cjs +182 -0
  735. package/dist/index.d.cts +91 -0
  736. package/dist/index.d.mts +91 -4
  737. package/dist/index.mjs +92 -7
  738. package/package.json +31 -58
  739. package/LICENSE +0 -21
  740. package/dist/credential-sets/index.d.mts +0 -2
  741. package/dist/credential-sets/index.mjs +0 -4
  742. package/dist/operations/index.d.mts +0 -2
  743. package/dist/operations/index.mjs +0 -3
  744. package/dist/ramp-app.credential-set-Lfv-WYR0.mjs +0 -24
  745. package/dist/ramp-app.credential-set-cr5rSCuj.d.mts +0 -51
  746. package/dist/ramp.credential-set-IqskZBeS.mjs +0 -65
  747. package/dist/schemas/index.d.mts +0 -2101
  748. package/dist/schemas/index.mjs +0 -99
  749. package/dist/transactions-BbD9dl3x.mjs +0 -1005
  750. package/dist/upload-receipt.operation-ClJzqNb-.d.mts +0 -3907
  751. package/dist/upload-receipt.operation-DNDW2WTQ.mjs +0 -2322
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-transaction.cjs","names":["z","action"],"sources":["../../src/actions/get-transaction.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetTransactionInput: z.ZodTypeAny = z.object({\n transaction_id: z.string().describe(\"ID of the transaction to retrieve\"),\n});\nconst RampGetTransaction_CardHolderSchema: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"User identifier\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the cardholder\").nullable().optional(),\n first_name: z.string().describe(\"First name of the cardholder\").nullable().optional(),\n employee_id: z.string().describe(\"Employee identifier\").nullable().optional(),\n location_id: z.string().describe(\"Location identifier\").nullable().optional(),\n department_id: z.string().describe(\"Department identifier\").nullable().optional(),\n location_name: z.string().describe(\"Location name\").nullable().optional(),\n department_name: z.string().describe(\"Department name\").nullable().optional(),\n}).passthrough().describe(\"Card holder information\");\nconst RampGetTransaction_PolicyViolationSchema: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"Policy violation memo\").nullable().optional(),\n type: z.string().describe(\"Type of policy violation\").nullable().optional(),\n created_at: z.string().describe(\"When the violation was created\").nullable().optional(),\n}).passthrough().describe(\"Policy violation information\");\nexport const RampGetTransactionOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the transaction\"),\n memo: z.string().describe(\"Memo or note associated with the transaction\").nullable().optional(),\n state: z.string().describe(\"Current state or status of the transaction\"),\n amount: z.number().describe(\"Transaction amount\"),\n card_id: z.string().describe(\"Identifier of the card used for the transaction\").nullable().optional(),\n trip_id: z.string().describe(\"Trip ID if associated with a trip\").nullable().optional(),\n disputes: z.array(z.object({})).describe(\"List of disputes\").nullable().optional(),\n limit_id: z.string().describe(\"Limit ID associated with the transaction\").nullable().optional(),\n receipts: z.array(z.string()).describe(\"List of receipt IDs\").nullable().optional(),\n entity_id: z.string().describe(\"Business entity ID\").nullable().optional(),\n trip_name: z.string().describe(\"Trip name if associated with a trip\").nullable().optional(),\n card_holder: RampGetTransaction_CardHolderSchema.nullable().optional(),\n merchant_id: z.string().describe(\"Unique identifier for the merchant\").nullable().optional(),\n sync_status: z.string().describe(\"Sync status of the transaction\").nullable().optional(),\n card_present: z.boolean().describe(\"Whether the card was physically present\").nullable().optional(),\n statement_id: z.string().describe(\"Statement ID for the transaction\").nullable().optional(),\n currency_code: z.string().describe(\"Currency code for the transaction\").nullable().optional(),\n merchant_name: z.string().describe(\"Name of the merchant where the transaction occurred\").nullable().optional(),\n sk_category_id: z.number().int().describe(\"Ramp category ID\").nullable().optional(),\n accounting_date: z.string().describe(\"Date for accounting purposes\").nullable().optional(),\n settlement_date: z.string().describe(\"Date when the transaction was settled\").nullable().optional(),\n sk_category_name: z.string().describe(\"Ramp category name\").nullable().optional(),\n policy_violations: z.array(RampGetTransaction_PolicyViolationSchema).describe(\"List of policy violations\").nullable().optional(),\n merchant_descriptor: z.string().describe(\"Merchant descriptor\").nullable().optional(),\n user_transaction_time: z.string().describe(\"Timestamp when the transaction occurred\").nullable().optional(),\n}).passthrough().describe(\"Response containing transaction details\");\n\nexport const rampGetTransaction = action(\"RAMP_GET_TRANSACTION\", {\n slug: \"ramp-get-transaction\",\n name: \"Get Transaction Details\",\n description: \"Tool for retrieving complete details of a specific transaction. Includes merchant details, receipts, accounting codes, and dispute information.\",\n input: RampGetTransactionInput,\n output: RampGetTransactionOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-transaction.d.ts
4
+ declare const RampGetTransactionInput: z.ZodTypeAny;
5
+ declare const RampGetTransactionOutput: z.ZodTypeAny;
6
+ declare const rampGetTransaction: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampGetTransaction };
9
+ //# sourceMappingURL=get-transaction.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-transaction.d.cts","names":[],"sources":["../../src/actions/get-transaction.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEtC;AAAA,cAgBW,wBAAA,EAA0B,CAAA,CAAE,UA0B2B;AAAA,cAEvD,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-transaction.d.ts
4
+ declare const RampGetTransactionInput: z.ZodTypeAny;
5
+ declare const RampGetTransactionOutput: z.ZodTypeAny;
6
+ declare const rampGetTransaction: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampGetTransaction };
9
+ //# sourceMappingURL=get-transaction.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-transaction.d.mts","names":[],"sources":["../../src/actions/get-transaction.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEtC;AAAA,cAgBW,wBAAA,EAA0B,CAAA,CAAE,UA0B2B;AAAA,cAEvD,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,56 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-transaction.ts
4
+ const RampGetTransactionInput = z.object({ transaction_id: z.string().describe("ID of the transaction to retrieve") });
5
+ const RampGetTransaction_CardHolderSchema = z.object({
6
+ user_id: z.string().describe("User identifier").nullable().optional(),
7
+ last_name: z.string().describe("Last name of the cardholder").nullable().optional(),
8
+ first_name: z.string().describe("First name of the cardholder").nullable().optional(),
9
+ employee_id: z.string().describe("Employee identifier").nullable().optional(),
10
+ location_id: z.string().describe("Location identifier").nullable().optional(),
11
+ department_id: z.string().describe("Department identifier").nullable().optional(),
12
+ location_name: z.string().describe("Location name").nullable().optional(),
13
+ department_name: z.string().describe("Department name").nullable().optional()
14
+ }).passthrough().describe("Card holder information");
15
+ const RampGetTransaction_PolicyViolationSchema = z.object({
16
+ memo: z.string().describe("Policy violation memo").nullable().optional(),
17
+ type: z.string().describe("Type of policy violation").nullable().optional(),
18
+ created_at: z.string().describe("When the violation was created").nullable().optional()
19
+ }).passthrough().describe("Policy violation information");
20
+ const rampGetTransaction = action("RAMP_GET_TRANSACTION", {
21
+ slug: "ramp-get-transaction",
22
+ name: "Get Transaction Details",
23
+ description: "Tool for retrieving complete details of a specific transaction. Includes merchant details, receipts, accounting codes, and dispute information.",
24
+ input: RampGetTransactionInput,
25
+ output: z.object({
26
+ id: z.string().describe("Unique identifier for the transaction"),
27
+ memo: z.string().describe("Memo or note associated with the transaction").nullable().optional(),
28
+ state: z.string().describe("Current state or status of the transaction"),
29
+ amount: z.number().describe("Transaction amount"),
30
+ card_id: z.string().describe("Identifier of the card used for the transaction").nullable().optional(),
31
+ trip_id: z.string().describe("Trip ID if associated with a trip").nullable().optional(),
32
+ disputes: z.array(z.object({})).describe("List of disputes").nullable().optional(),
33
+ limit_id: z.string().describe("Limit ID associated with the transaction").nullable().optional(),
34
+ receipts: z.array(z.string()).describe("List of receipt IDs").nullable().optional(),
35
+ entity_id: z.string().describe("Business entity ID").nullable().optional(),
36
+ trip_name: z.string().describe("Trip name if associated with a trip").nullable().optional(),
37
+ card_holder: RampGetTransaction_CardHolderSchema.nullable().optional(),
38
+ merchant_id: z.string().describe("Unique identifier for the merchant").nullable().optional(),
39
+ sync_status: z.string().describe("Sync status of the transaction").nullable().optional(),
40
+ card_present: z.boolean().describe("Whether the card was physically present").nullable().optional(),
41
+ statement_id: z.string().describe("Statement ID for the transaction").nullable().optional(),
42
+ currency_code: z.string().describe("Currency code for the transaction").nullable().optional(),
43
+ merchant_name: z.string().describe("Name of the merchant where the transaction occurred").nullable().optional(),
44
+ sk_category_id: z.number().int().describe("Ramp category ID").nullable().optional(),
45
+ accounting_date: z.string().describe("Date for accounting purposes").nullable().optional(),
46
+ settlement_date: z.string().describe("Date when the transaction was settled").nullable().optional(),
47
+ sk_category_name: z.string().describe("Ramp category name").nullable().optional(),
48
+ policy_violations: z.array(RampGetTransaction_PolicyViolationSchema).describe("List of policy violations").nullable().optional(),
49
+ merchant_descriptor: z.string().describe("Merchant descriptor").nullable().optional(),
50
+ user_transaction_time: z.string().describe("Timestamp when the transaction occurred").nullable().optional()
51
+ }).passthrough().describe("Response containing transaction details")
52
+ });
53
+ //#endregion
54
+ export { rampGetTransaction };
55
+
56
+ //# sourceMappingURL=get-transaction.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-transaction.mjs","names":[],"sources":["../../src/actions/get-transaction.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetTransactionInput: z.ZodTypeAny = z.object({\n transaction_id: z.string().describe(\"ID of the transaction to retrieve\"),\n});\nconst RampGetTransaction_CardHolderSchema: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"User identifier\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the cardholder\").nullable().optional(),\n first_name: z.string().describe(\"First name of the cardholder\").nullable().optional(),\n employee_id: z.string().describe(\"Employee identifier\").nullable().optional(),\n location_id: z.string().describe(\"Location identifier\").nullable().optional(),\n department_id: z.string().describe(\"Department identifier\").nullable().optional(),\n location_name: z.string().describe(\"Location name\").nullable().optional(),\n department_name: z.string().describe(\"Department name\").nullable().optional(),\n}).passthrough().describe(\"Card holder information\");\nconst RampGetTransaction_PolicyViolationSchema: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"Policy violation memo\").nullable().optional(),\n type: z.string().describe(\"Type of policy violation\").nullable().optional(),\n created_at: z.string().describe(\"When the violation was created\").nullable().optional(),\n}).passthrough().describe(\"Policy violation information\");\nexport const RampGetTransactionOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the transaction\"),\n memo: z.string().describe(\"Memo or note associated with the transaction\").nullable().optional(),\n state: z.string().describe(\"Current state or status of the transaction\"),\n amount: z.number().describe(\"Transaction amount\"),\n card_id: z.string().describe(\"Identifier of the card used for the transaction\").nullable().optional(),\n trip_id: z.string().describe(\"Trip ID if associated with a trip\").nullable().optional(),\n disputes: z.array(z.object({})).describe(\"List of disputes\").nullable().optional(),\n limit_id: z.string().describe(\"Limit ID associated with the transaction\").nullable().optional(),\n receipts: z.array(z.string()).describe(\"List of receipt IDs\").nullable().optional(),\n entity_id: z.string().describe(\"Business entity ID\").nullable().optional(),\n trip_name: z.string().describe(\"Trip name if associated with a trip\").nullable().optional(),\n card_holder: RampGetTransaction_CardHolderSchema.nullable().optional(),\n merchant_id: z.string().describe(\"Unique identifier for the merchant\").nullable().optional(),\n sync_status: z.string().describe(\"Sync status of the transaction\").nullable().optional(),\n card_present: z.boolean().describe(\"Whether the card was physically present\").nullable().optional(),\n statement_id: z.string().describe(\"Statement ID for the transaction\").nullable().optional(),\n currency_code: z.string().describe(\"Currency code for the transaction\").nullable().optional(),\n merchant_name: z.string().describe(\"Name of the merchant where the transaction occurred\").nullable().optional(),\n sk_category_id: z.number().int().describe(\"Ramp category ID\").nullable().optional(),\n accounting_date: z.string().describe(\"Date for accounting purposes\").nullable().optional(),\n settlement_date: z.string().describe(\"Date when the transaction was settled\").nullable().optional(),\n sk_category_name: z.string().describe(\"Ramp category name\").nullable().optional(),\n policy_violations: z.array(RampGetTransaction_PolicyViolationSchema).describe(\"List of policy violations\").nullable().optional(),\n merchant_descriptor: z.string().describe(\"Merchant descriptor\").nullable().optional(),\n user_transaction_time: z.string().describe(\"Timestamp when the transaction occurred\").nullable().optional(),\n}).passthrough().describe(\"Response containing transaction details\");\n\nexport const rampGetTransaction = action(\"RAMP_GET_TRANSACTION\", {\n slug: \"ramp-get-transaction\",\n name: \"Get Transaction Details\",\n description: \"Tool for retrieving complete details of a specific transaction. Includes merchant details, receipts, accounting codes, and dispute information.\",\n input: RampGetTransactionInput,\n output: RampGetTransactionOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,37 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-user.ts
4
+ const RampGetUserInput = zod.z.object({ user_id: zod.z.string().describe("The unique identifier (UUID) of the user to retrieve") });
5
+ const RampGetUser_CustomFieldSchema = zod.z.object({
6
+ name: zod.z.string().describe("Name of the custom field."),
7
+ value: zod.z.string().describe("Value of the custom field.")
8
+ }).describe("Custom field metadata attached to a user.");
9
+ const RampGetUserOutput = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier of the user (UUID format)."),
11
+ role: zod.z.string().describe("The employee's role. Possible values: AUDITOR, BUSINESS_ADMIN, BUSINESS_BOOKKEEPER, BUSINESS_OWNER, BUSINESS_USER, GUEST_USER, IT_ADMIN."),
12
+ email: zod.z.string().describe("The employee's email address."),
13
+ phone: zod.z.string().describe("The employee's phone number.").nullable().optional(),
14
+ status: zod.z.string().describe("Current status of the user account. Possible values: INVITE_EXPIRED, INVITE_PENDING, USER_ACTIVE, USER_INACTIVE, USER_ONBOARDING, USER_SUSPENDED."),
15
+ entity_id: zod.z.string().describe("Unique identifier of business entity user is associated with (UUID format).").nullable().optional(),
16
+ last_name: zod.z.string().describe("Last name of the employee."),
17
+ first_name: zod.z.string().describe("First name of the employee."),
18
+ is_manager: zod.z.boolean().describe("Whether the employee is a manager."),
19
+ manager_id: zod.z.string().describe("Unique identifier of the employee's manager (UUID format).").nullable().optional(),
20
+ business_id: zod.z.string().describe("Unique identifier of the company that the employee is working for (UUID format).").nullable().optional(),
21
+ employee_id: zod.z.string().describe("An alternative identifier for an employee, coming from external systems, which can be used in place of an email.").nullable().optional(),
22
+ location_id: zod.z.string().describe("Unique identifier of the employee's location (UUID format).").nullable().optional(),
23
+ custom_fields: zod.z.array(RampGetUser_CustomFieldSchema).describe("A list of custom fields of the user."),
24
+ department_id: zod.z.string().describe("Unique identifier of the employee's department (UUID format).").nullable().optional(),
25
+ scheduled_deactivation_date: zod.z.string().describe("The date when the user is scheduled to be deactivated. Presented in ISO8601 format.").nullable().optional()
26
+ }).describe("Response containing detailed information about a Ramp user.");
27
+ const rampGetUser = require_action.action("RAMP_GET_USER", {
28
+ slug: "ramp-get-user",
29
+ name: "Get User",
30
+ description: "Tool to retrieve detailed information about a specific Ramp user by their ID. Use when you need complete user profile information including role, status, department, and custom fields.",
31
+ input: RampGetUserInput,
32
+ output: RampGetUserOutput
33
+ });
34
+ //#endregion
35
+ exports.rampGetUser = rampGetUser;
36
+
37
+ //# sourceMappingURL=get-user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user.cjs","names":["z","action"],"sources":["../../src/actions/get-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetUserInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique identifier (UUID) of the user to retrieve\"),\n});\nconst RampGetUser_CustomFieldSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the custom field.\"),\n value: z.string().describe(\"Value of the custom field.\"),\n}).describe(\"Custom field metadata attached to a user.\");\nexport const RampGetUserOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the user (UUID format).\"),\n role: z.string().describe(\"The employee's role. Possible values: AUDITOR, BUSINESS_ADMIN, BUSINESS_BOOKKEEPER, BUSINESS_OWNER, BUSINESS_USER, GUEST_USER, IT_ADMIN.\"),\n email: z.string().describe(\"The employee's email address.\"),\n phone: z.string().describe(\"The employee's phone number.\").nullable().optional(),\n status: z.string().describe(\"Current status of the user account. Possible values: INVITE_EXPIRED, INVITE_PENDING, USER_ACTIVE, USER_INACTIVE, USER_ONBOARDING, USER_SUSPENDED.\"),\n entity_id: z.string().describe(\"Unique identifier of business entity user is associated with (UUID format).\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the employee.\"),\n first_name: z.string().describe(\"First name of the employee.\"),\n is_manager: z.boolean().describe(\"Whether the employee is a manager.\"),\n manager_id: z.string().describe(\"Unique identifier of the employee's manager (UUID format).\").nullable().optional(),\n business_id: z.string().describe(\"Unique identifier of the company that the employee is working for (UUID format).\").nullable().optional(),\n employee_id: z.string().describe(\"An alternative identifier for an employee, coming from external systems, which can be used in place of an email.\").nullable().optional(),\n location_id: z.string().describe(\"Unique identifier of the employee's location (UUID format).\").nullable().optional(),\n custom_fields: z.array(RampGetUser_CustomFieldSchema).describe(\"A list of custom fields of the user.\"),\n department_id: z.string().describe(\"Unique identifier of the employee's department (UUID format).\").nullable().optional(),\n scheduled_deactivation_date: z.string().describe(\"The date when the user is scheduled to be deactivated. Presented in ISO8601 format.\").nullable().optional(),\n}).describe(\"Response containing detailed information about a Ramp user.\");\n\nexport const rampGetUser = action(\"RAMP_GET_USER\", {\n slug: \"ramp-get-user\",\n name: \"Get User\",\n description: \"Tool to retrieve detailed information about a specific Ramp user by their ID. Use when you need complete user profile information including role, status, department, and custom fields.\",\n input: RampGetUserInput,\n output: RampGetUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mBAAiCA,IAAAA,EAAE,OAAO,EACrD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACrF,CAAC;AACD,MAAM,gCAA8CA,IAAAA,EAAE,OAAO;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACzD,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,oBAAkCA,IAAAA,EAAE,OAAO;CACtD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0IAA0I;CACpK,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mJAAmJ;CAC/K,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC3D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC7D,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzK,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,eAAeA,IAAAA,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,sCAAsC;CACrG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,6BAA6BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9J,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,cAAcC,eAAAA,OAAO,iBAAiB;CACjD,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/get-user.d.ts
4
+ declare const RampGetUserInput: z.ZodTypeAny;
5
+ declare const RampGetUserOutput: z.ZodTypeAny;
6
+ declare const rampGetUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampGetUser };
9
+ //# sourceMappingURL=get-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user.d.cts","names":[],"sources":["../../src/actions/get-user.ts"],"mappings":";;;cAIa,gBAAA,EAAkB,CAAA,CAAE,UAE/B;AAAA,cAKW,iBAAA,EAAmB,CAAA,CAAE,UAiBwC;AAAA,cAE7D,WAAA,gCAAW,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-user.d.ts
4
+ declare const RampGetUserInput: z.ZodTypeAny;
5
+ declare const RampGetUserOutput: z.ZodTypeAny;
6
+ declare const rampGetUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampGetUser };
9
+ //# sourceMappingURL=get-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user.d.mts","names":[],"sources":["../../src/actions/get-user.ts"],"mappings":";;;cAIa,gBAAA,EAAkB,CAAA,CAAE,UAE/B;AAAA,cAKW,iBAAA,EAAmB,CAAA,CAAE,UAiBwC;AAAA,cAE7D,WAAA,gCAAW,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/get-user.ts
4
+ const RampGetUserInput = z.object({ user_id: z.string().describe("The unique identifier (UUID) of the user to retrieve") });
5
+ const RampGetUser_CustomFieldSchema = z.object({
6
+ name: z.string().describe("Name of the custom field."),
7
+ value: z.string().describe("Value of the custom field.")
8
+ }).describe("Custom field metadata attached to a user.");
9
+ const rampGetUser = action("RAMP_GET_USER", {
10
+ slug: "ramp-get-user",
11
+ name: "Get User",
12
+ description: "Tool to retrieve detailed information about a specific Ramp user by their ID. Use when you need complete user profile information including role, status, department, and custom fields.",
13
+ input: RampGetUserInput,
14
+ output: z.object({
15
+ id: z.string().describe("Unique identifier of the user (UUID format)."),
16
+ role: z.string().describe("The employee's role. Possible values: AUDITOR, BUSINESS_ADMIN, BUSINESS_BOOKKEEPER, BUSINESS_OWNER, BUSINESS_USER, GUEST_USER, IT_ADMIN."),
17
+ email: z.string().describe("The employee's email address."),
18
+ phone: z.string().describe("The employee's phone number.").nullable().optional(),
19
+ status: z.string().describe("Current status of the user account. Possible values: INVITE_EXPIRED, INVITE_PENDING, USER_ACTIVE, USER_INACTIVE, USER_ONBOARDING, USER_SUSPENDED."),
20
+ entity_id: z.string().describe("Unique identifier of business entity user is associated with (UUID format).").nullable().optional(),
21
+ last_name: z.string().describe("Last name of the employee."),
22
+ first_name: z.string().describe("First name of the employee."),
23
+ is_manager: z.boolean().describe("Whether the employee is a manager."),
24
+ manager_id: z.string().describe("Unique identifier of the employee's manager (UUID format).").nullable().optional(),
25
+ business_id: z.string().describe("Unique identifier of the company that the employee is working for (UUID format).").nullable().optional(),
26
+ employee_id: z.string().describe("An alternative identifier for an employee, coming from external systems, which can be used in place of an email.").nullable().optional(),
27
+ location_id: z.string().describe("Unique identifier of the employee's location (UUID format).").nullable().optional(),
28
+ custom_fields: z.array(RampGetUser_CustomFieldSchema).describe("A list of custom fields of the user."),
29
+ department_id: z.string().describe("Unique identifier of the employee's department (UUID format).").nullable().optional(),
30
+ scheduled_deactivation_date: z.string().describe("The date when the user is scheduled to be deactivated. Presented in ISO8601 format.").nullable().optional()
31
+ }).describe("Response containing detailed information about a Ramp user.")
32
+ });
33
+ //#endregion
34
+ export { rampGetUser };
35
+
36
+ //# sourceMappingURL=get-user.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user.mjs","names":[],"sources":["../../src/actions/get-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetUserInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique identifier (UUID) of the user to retrieve\"),\n});\nconst RampGetUser_CustomFieldSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the custom field.\"),\n value: z.string().describe(\"Value of the custom field.\"),\n}).describe(\"Custom field metadata attached to a user.\");\nexport const RampGetUserOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the user (UUID format).\"),\n role: z.string().describe(\"The employee's role. Possible values: AUDITOR, BUSINESS_ADMIN, BUSINESS_BOOKKEEPER, BUSINESS_OWNER, BUSINESS_USER, GUEST_USER, IT_ADMIN.\"),\n email: z.string().describe(\"The employee's email address.\"),\n phone: z.string().describe(\"The employee's phone number.\").nullable().optional(),\n status: z.string().describe(\"Current status of the user account. Possible values: INVITE_EXPIRED, INVITE_PENDING, USER_ACTIVE, USER_INACTIVE, USER_ONBOARDING, USER_SUSPENDED.\"),\n entity_id: z.string().describe(\"Unique identifier of business entity user is associated with (UUID format).\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the employee.\"),\n first_name: z.string().describe(\"First name of the employee.\"),\n is_manager: z.boolean().describe(\"Whether the employee is a manager.\"),\n manager_id: z.string().describe(\"Unique identifier of the employee's manager (UUID format).\").nullable().optional(),\n business_id: z.string().describe(\"Unique identifier of the company that the employee is working for (UUID format).\").nullable().optional(),\n employee_id: z.string().describe(\"An alternative identifier for an employee, coming from external systems, which can be used in place of an email.\").nullable().optional(),\n location_id: z.string().describe(\"Unique identifier of the employee's location (UUID format).\").nullable().optional(),\n custom_fields: z.array(RampGetUser_CustomFieldSchema).describe(\"A list of custom fields of the user.\"),\n department_id: z.string().describe(\"Unique identifier of the employee's department (UUID format).\").nullable().optional(),\n scheduled_deactivation_date: z.string().describe(\"The date when the user is scheduled to be deactivated. Presented in ISO8601 format.\").nullable().optional(),\n}).describe(\"Response containing detailed information about a Ramp user.\");\n\nexport const rampGetUser = action(\"RAMP_GET_USER\", {\n slug: \"ramp-get-user\",\n name: \"Get User\",\n description: \"Tool to retrieve detailed information about a specific Ramp user by their ID. Use when you need complete user profile information including role, status, department, and custom fields.\",\n input: RampGetUserInput,\n output: RampGetUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mBAAiC,EAAE,OAAO,EACrD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACrF,CAAC;AACD,MAAM,gCAA8C,EAAE,OAAO;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACzD,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAoBvD,MAAa,cAAc,OAAO,iBAAiB;CACjD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAxB6C,EAAE,OAAO;EACtD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0IAA0I;EACpK,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mJAAmJ;EAC/K,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EAC7D,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;EACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzK,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,eAAe,EAAE,MAAM,6BAA6B,CAAC,CAAC,SAAS,sCAAsC;EACrG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,6BAA6B,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9J,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-users-deferred-status.ts
4
+ const RampGetUsersDeferredStatusInput = zod.z.object({ task_id: zod.z.string().describe("Unique identifier of the deferred task to retrieve status for (UUID format)") });
5
+ const RampGetUsersDeferredStatus_DeferredTaskDataSchema = zod.z.object({
6
+ error: zod.z.string().describe("Error message if the deferred task failed").nullable().optional(),
7
+ user_id: zod.z.string().describe("UUID of the user created or affected by the deferred task").nullable().optional()
8
+ }).describe("Detailed data of the deferred task.");
9
+ const RampGetUsersDeferredStatus_DeferredTaskStatusSchema = zod.z.enum([
10
+ "STARTED",
11
+ "IN_PROGRESS",
12
+ "ERROR",
13
+ "SUCCESS"
14
+ ]).describe("Status of the deferred task.");
15
+ const RampGetUsersDeferredStatus_DeferredTaskContextSchema = zod.z.object({ acting_user_id: zod.z.string().describe("UUID of the user who initiated the deferred task").nullable().optional() }).describe("Context information for the deferred task.");
16
+ const RampGetUsersDeferredStatusOutput = zod.z.object({
17
+ id: zod.z.string().describe("Unique identifier of the deferred task (UUID format)"),
18
+ data: RampGetUsersDeferredStatus_DeferredTaskDataSchema.nullable().optional(),
19
+ status: RampGetUsersDeferredStatus_DeferredTaskStatusSchema.nullable(),
20
+ context: RampGetUsersDeferredStatus_DeferredTaskContextSchema.nullable().optional()
21
+ }).describe("Response containing the status of a deferred user task.");
22
+ const rampGetUsersDeferredStatus = require_action.action("RAMP_GET_USERS_DEFERRED_STATUS", {
23
+ slug: "ramp-get-users-deferred-status",
24
+ name: "Get Users Deferred Status",
25
+ description: "Tool for fetching the status of a deferred user task. Use when you need to check the progress or outcome of asynchronous user operations like user creation.",
26
+ input: RampGetUsersDeferredStatusInput,
27
+ output: RampGetUsersDeferredStatusOutput
28
+ });
29
+ //#endregion
30
+ exports.rampGetUsersDeferredStatus = rampGetUsersDeferredStatus;
31
+
32
+ //# sourceMappingURL=get-users-deferred-status.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-users-deferred-status.cjs","names":["z","action"],"sources":["../../src/actions/get-users-deferred-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetUsersDeferredStatusInput: z.ZodTypeAny = z.object({\n task_id: z.string().describe(\"Unique identifier of the deferred task to retrieve status for (UUID format)\"),\n});\nconst RampGetUsersDeferredStatus_DeferredTaskDataSchema: z.ZodTypeAny = z.object({\n error: z.string().describe(\"Error message if the deferred task failed\").nullable().optional(),\n user_id: z.string().describe(\"UUID of the user created or affected by the deferred task\").nullable().optional(),\n}).describe(\"Detailed data of the deferred task.\");\nconst RampGetUsersDeferredStatus_DeferredTaskStatusSchema: z.ZodTypeAny = z.enum([\"STARTED\", \"IN_PROGRESS\", \"ERROR\", \"SUCCESS\"]).describe(\"Status of the deferred task.\");\nconst RampGetUsersDeferredStatus_DeferredTaskContextSchema: z.ZodTypeAny = z.object({\n acting_user_id: z.string().describe(\"UUID of the user who initiated the deferred task\").nullable().optional(),\n}).describe(\"Context information for the deferred task.\");\nexport const RampGetUsersDeferredStatusOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the deferred task (UUID format)\"),\n data: RampGetUsersDeferredStatus_DeferredTaskDataSchema.nullable().optional(),\n status: RampGetUsersDeferredStatus_DeferredTaskStatusSchema.nullable(),\n context: RampGetUsersDeferredStatus_DeferredTaskContextSchema.nullable().optional(),\n}).describe(\"Response containing the status of a deferred user task.\");\n\nexport const rampGetUsersDeferredStatus = action(\"RAMP_GET_USERS_DEFERRED_STATUS\", {\n slug: \"ramp-get-users-deferred-status\",\n name: \"Get Users Deferred Status\",\n description: \"Tool for fetching the status of a deferred user task. Use when you need to check the progress or outcome of asynchronous user operations like user creation.\",\n input: RampGetUsersDeferredStatusInput,\n output: RampGetUsersDeferredStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,EAC5G,CAAC;AACD,MAAM,oDAAkEA,IAAAA,EAAE,OAAO;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,sDAAoEA,IAAAA,EAAE,KAAK;CAAC;CAAW;CAAe;CAAS;AAAS,CAAC,CAAC,CAAC,SAAS,8BAA8B;AACxK,MAAM,uDAAqEA,IAAAA,EAAE,OAAO,EAClF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9G,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,MAAM,kDAAkD,SAAS,CAAC,CAAC,SAAS;CAC5E,QAAQ,oDAAoD,SAAS;CACrE,SAAS,qDAAqD,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,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/get-users-deferred-status.d.ts
4
+ declare const RampGetUsersDeferredStatusInput: z.ZodTypeAny;
5
+ declare const RampGetUsersDeferredStatusOutput: z.ZodTypeAny;
6
+ declare const rampGetUsersDeferredStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampGetUsersDeferredStatus };
9
+ //# sourceMappingURL=get-users-deferred-status.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-users-deferred-status.d.cts","names":[],"sources":["../../src/actions/get-users-deferred-status.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cASW,gCAAA,EAAkC,CAAA,CAAE,UAKqB;AAAA,cAEzD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-users-deferred-status.d.ts
4
+ declare const RampGetUsersDeferredStatusInput: z.ZodTypeAny;
5
+ declare const RampGetUsersDeferredStatusOutput: z.ZodTypeAny;
6
+ declare const rampGetUsersDeferredStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampGetUsersDeferredStatus };
9
+ //# sourceMappingURL=get-users-deferred-status.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-users-deferred-status.d.mts","names":[],"sources":["../../src/actions/get-users-deferred-status.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cASW,gCAAA,EAAkC,CAAA,CAAE,UAKqB;AAAA,cAEzD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-users-deferred-status.ts
4
+ const RampGetUsersDeferredStatusInput = z.object({ task_id: z.string().describe("Unique identifier of the deferred task to retrieve status for (UUID format)") });
5
+ const RampGetUsersDeferredStatus_DeferredTaskDataSchema = z.object({
6
+ error: z.string().describe("Error message if the deferred task failed").nullable().optional(),
7
+ user_id: z.string().describe("UUID of the user created or affected by the deferred task").nullable().optional()
8
+ }).describe("Detailed data of the deferred task.");
9
+ const RampGetUsersDeferredStatus_DeferredTaskStatusSchema = z.enum([
10
+ "STARTED",
11
+ "IN_PROGRESS",
12
+ "ERROR",
13
+ "SUCCESS"
14
+ ]).describe("Status of the deferred task.");
15
+ const RampGetUsersDeferredStatus_DeferredTaskContextSchema = z.object({ acting_user_id: z.string().describe("UUID of the user who initiated the deferred task").nullable().optional() }).describe("Context information for the deferred task.");
16
+ const rampGetUsersDeferredStatus = action("RAMP_GET_USERS_DEFERRED_STATUS", {
17
+ slug: "ramp-get-users-deferred-status",
18
+ name: "Get Users Deferred Status",
19
+ description: "Tool for fetching the status of a deferred user task. Use when you need to check the progress or outcome of asynchronous user operations like user creation.",
20
+ input: RampGetUsersDeferredStatusInput,
21
+ output: z.object({
22
+ id: z.string().describe("Unique identifier of the deferred task (UUID format)"),
23
+ data: RampGetUsersDeferredStatus_DeferredTaskDataSchema.nullable().optional(),
24
+ status: RampGetUsersDeferredStatus_DeferredTaskStatusSchema.nullable(),
25
+ context: RampGetUsersDeferredStatus_DeferredTaskContextSchema.nullable().optional()
26
+ }).describe("Response containing the status of a deferred user task.")
27
+ });
28
+ //#endregion
29
+ export { rampGetUsersDeferredStatus };
30
+
31
+ //# sourceMappingURL=get-users-deferred-status.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-users-deferred-status.mjs","names":[],"sources":["../../src/actions/get-users-deferred-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetUsersDeferredStatusInput: z.ZodTypeAny = z.object({\n task_id: z.string().describe(\"Unique identifier of the deferred task to retrieve status for (UUID format)\"),\n});\nconst RampGetUsersDeferredStatus_DeferredTaskDataSchema: z.ZodTypeAny = z.object({\n error: z.string().describe(\"Error message if the deferred task failed\").nullable().optional(),\n user_id: z.string().describe(\"UUID of the user created or affected by the deferred task\").nullable().optional(),\n}).describe(\"Detailed data of the deferred task.\");\nconst RampGetUsersDeferredStatus_DeferredTaskStatusSchema: z.ZodTypeAny = z.enum([\"STARTED\", \"IN_PROGRESS\", \"ERROR\", \"SUCCESS\"]).describe(\"Status of the deferred task.\");\nconst RampGetUsersDeferredStatus_DeferredTaskContextSchema: z.ZodTypeAny = z.object({\n acting_user_id: z.string().describe(\"UUID of the user who initiated the deferred task\").nullable().optional(),\n}).describe(\"Context information for the deferred task.\");\nexport const RampGetUsersDeferredStatusOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the deferred task (UUID format)\"),\n data: RampGetUsersDeferredStatus_DeferredTaskDataSchema.nullable().optional(),\n status: RampGetUsersDeferredStatus_DeferredTaskStatusSchema.nullable(),\n context: RampGetUsersDeferredStatus_DeferredTaskContextSchema.nullable().optional(),\n}).describe(\"Response containing the status of a deferred user task.\");\n\nexport const rampGetUsersDeferredStatus = action(\"RAMP_GET_USERS_DEFERRED_STATUS\", {\n slug: \"ramp-get-users-deferred-status\",\n name: \"Get Users Deferred Status\",\n description: \"Tool for fetching the status of a deferred user task. Use when you need to check the progress or outcome of asynchronous user operations like user creation.\",\n input: RampGetUsersDeferredStatusInput,\n output: RampGetUsersDeferredStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO,EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,EAC5G,CAAC;AACD,MAAM,oDAAkE,EAAE,OAAO;CAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,sDAAoE,EAAE,KAAK;CAAC;CAAW;CAAe;CAAS;AAAS,CAAC,CAAC,CAAC,SAAS,8BAA8B;AACxK,MAAM,uDAAqE,EAAE,OAAO,EAClF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9G,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAQxD,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZ4D,EAAE,OAAO;EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EAC9E,MAAM,kDAAkD,SAAS,CAAC,CAAC,SAAS;EAC5E,QAAQ,oDAAoD,SAAS;EACrE,SAAS,qDAAqD,SAAS,CAAC,CAAC,SAAS;CACpF,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
@@ -0,0 +1,55 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-vendor.ts
4
+ const RampGetVendorInput = zod.z.object({ vendor_id: zod.z.string().describe("The ID of the vendor to retrieve") });
5
+ const RampGetVendor_VendorContactSchema = zod.z.object({
6
+ name: zod.z.string().describe("Contact name").nullable().optional(),
7
+ email: zod.z.string().describe("Contact email").nullable().optional(),
8
+ phone: zod.z.string().describe("Contact phone number").nullable().optional()
9
+ }).describe("Contact information for a vendor.");
10
+ const RampGetVendor_AmountCurrencySchema = zod.z.object({
11
+ amount: zod.z.number().describe("Monetary amount in minor units").nullable().optional(),
12
+ currency_code: zod.z.string().describe("Currency code (e.g., USD)").nullable().optional(),
13
+ minor_unit_conversion_rate: zod.z.number().int().describe("Minor unit conversion rate").nullable().optional()
14
+ }).describe("Amount and currency object used for spend tracking.");
15
+ const RampGetVendorOutput = zod.z.object({
16
+ id: zod.z.string().describe("Unique identifier (UUID) of the vendor."),
17
+ name: zod.z.string().describe("Name of the vendor. Must match exactly with the accounting provider to avoid duplicates."),
18
+ state: zod.z.string().describe("State or province of the vendor's address.").nullable().optional(),
19
+ address: zod.z.string().describe("Street address of the vendor.").nullable().optional(),
20
+ country: zod.z.string().describe("Country of the vendor's address.").nullable().optional(),
21
+ contacts: zod.z.array(RampGetVendor_VendorContactSchema).describe("Contact information for the vendor.").nullable().optional(),
22
+ is_active: zod.z.boolean().describe("Indicates whether the vendor is active or inactive.").nullable().optional(),
23
+ created_at: zod.z.string().describe("Timestamp of when the vendor was created.").nullable().optional(),
24
+ name_legal: zod.z.string().describe("Legal name of the vendor.").nullable().optional(),
25
+ description: zod.z.string().describe("Description of the vendor.").nullable().optional(),
26
+ merchant_id: zod.z.string().describe("Merchant identifier associated with the vendor.").nullable().optional(),
27
+ tax_address: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Tax address of the vendor.").nullable().optional(),
28
+ vendor_type: zod.z.string().describe("Type of the vendor.").nullable().optional(),
29
+ is_deletable: zod.z.boolean().describe("Indicates whether the vendor can be deleted.").nullable().optional(),
30
+ sk_category_id: zod.z.number().int().describe("Ramp spending category ID.").nullable().optional(),
31
+ total_spend_ytd: RampGetVendor_AmountCurrencySchema.nullable().optional(),
32
+ vendor_owner_id: zod.z.string().describe("User ID of the vendor owner responsible for managing the vendor relationship.").nullable().optional(),
33
+ sk_category_name: zod.z.string().describe("Ramp spending category name.").nullable().optional(),
34
+ billing_frequency: zod.z.string().describe("Billing frequency for the vendor.").nullable().optional(),
35
+ default_entity_id: zod.z.string().describe("Default entity ID for the vendor.").nullable().optional(),
36
+ external_vendor_id: zod.z.string().describe("External vendor identifier.").nullable().optional(),
37
+ total_spend_all_time: RampGetVendor_AmountCurrencySchema.nullable().optional(),
38
+ default_payment_method: zod.z.string().describe("Default payment method for the vendor.").nullable().optional(),
39
+ total_spend_last_30_days: RampGetVendor_AmountCurrencySchema.nullable().optional(),
40
+ total_spend_last_365_days: RampGetVendor_AmountCurrencySchema.nullable().optional(),
41
+ federal_tax_classification: zod.z.string().describe("Federal tax classification of the vendor.").nullable().optional(),
42
+ accounting_vendor_remote_id: zod.z.string().describe("Unique identifier of the vendor in the connected accounting provider system.").nullable().optional(),
43
+ custom_form_collection_response: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom form collection response data.").nullable().optional()
44
+ }).describe("Response containing detailed vendor information.");
45
+ const rampGetVendor = require_action.action("RAMP_GET_VENDOR", {
46
+ slug: "ramp-get-vendor",
47
+ name: "Get Vendor Details",
48
+ description: "Tool for retrieving detailed information about a specific vendor. Returns comprehensive vendor details including spending totals, category, and contact information. Use this to get complete vendor profile for analysis or updates.",
49
+ input: RampGetVendorInput,
50
+ output: RampGetVendorOutput
51
+ });
52
+ //#endregion
53
+ exports.rampGetVendor = rampGetVendor;
54
+
55
+ //# sourceMappingURL=get-vendor.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-vendor.cjs","names":["z","action"],"sources":["../../src/actions/get-vendor.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetVendorInput: z.ZodTypeAny = z.object({\n vendor_id: z.string().describe(\"The ID of the vendor to retrieve\"),\n});\nconst RampGetVendor_VendorContactSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Contact name\").nullable().optional(),\n email: z.string().describe(\"Contact email\").nullable().optional(),\n phone: z.string().describe(\"Contact phone number\").nullable().optional(),\n}).describe(\"Contact information for a vendor.\");\nconst RampGetVendor_AmountCurrencySchema: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"Monetary amount in minor units\").nullable().optional(),\n currency_code: z.string().describe(\"Currency code (e.g., USD)\").nullable().optional(),\n minor_unit_conversion_rate: z.number().int().describe(\"Minor unit conversion rate\").nullable().optional(),\n}).describe(\"Amount and currency object used for spend tracking.\");\nexport const RampGetVendorOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the vendor.\"),\n name: z.string().describe(\"Name of the vendor. Must match exactly with the accounting provider to avoid duplicates.\"),\n state: z.string().describe(\"State or province of the vendor's address.\").nullable().optional(),\n address: z.string().describe(\"Street address of the vendor.\").nullable().optional(),\n country: z.string().describe(\"Country of the vendor's address.\").nullable().optional(),\n contacts: z.array(RampGetVendor_VendorContactSchema).describe(\"Contact information for the vendor.\").nullable().optional(),\n is_active: z.boolean().describe(\"Indicates whether the vendor is active or inactive.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the vendor was created.\").nullable().optional(),\n name_legal: z.string().describe(\"Legal name of the vendor.\").nullable().optional(),\n description: z.string().describe(\"Description of the vendor.\").nullable().optional(),\n merchant_id: z.string().describe(\"Merchant identifier associated with the vendor.\").nullable().optional(),\n tax_address: z.record(z.string(), z.unknown()).describe(\"Tax address of the vendor.\").nullable().optional(),\n vendor_type: z.string().describe(\"Type of the vendor.\").nullable().optional(),\n is_deletable: z.boolean().describe(\"Indicates whether the vendor can be deleted.\").nullable().optional(),\n sk_category_id: z.number().int().describe(\"Ramp spending category ID.\").nullable().optional(),\n total_spend_ytd: RampGetVendor_AmountCurrencySchema.nullable().optional(),\n vendor_owner_id: z.string().describe(\"User ID of the vendor owner responsible for managing the vendor relationship.\").nullable().optional(),\n sk_category_name: z.string().describe(\"Ramp spending category name.\").nullable().optional(),\n billing_frequency: z.string().describe(\"Billing frequency for the vendor.\").nullable().optional(),\n default_entity_id: z.string().describe(\"Default entity ID for the vendor.\").nullable().optional(),\n external_vendor_id: z.string().describe(\"External vendor identifier.\").nullable().optional(),\n total_spend_all_time: RampGetVendor_AmountCurrencySchema.nullable().optional(),\n default_payment_method: z.string().describe(\"Default payment method for the vendor.\").nullable().optional(),\n total_spend_last_30_days: RampGetVendor_AmountCurrencySchema.nullable().optional(),\n total_spend_last_365_days: RampGetVendor_AmountCurrencySchema.nullable().optional(),\n federal_tax_classification: z.string().describe(\"Federal tax classification of the vendor.\").nullable().optional(),\n accounting_vendor_remote_id: z.string().describe(\"Unique identifier of the vendor in the connected accounting provider system.\").nullable().optional(),\n custom_form_collection_response: z.record(z.string(), z.unknown()).describe(\"Custom form collection response data.\").nullable().optional(),\n}).describe(\"Response containing detailed vendor information.\");\n\nexport const rampGetVendor = action(\"RAMP_GET_VENDOR\", {\n slug: \"ramp-get-vendor\",\n name: \"Get Vendor Details\",\n description: \"Tool for retrieving detailed information about a specific vendor. Returns comprehensive vendor details including spending totals, category, and contact information. Use this to get complete vendor profile for analysis or updates.\",\n input: RampGetVendorInput,\n output: RampGetVendorOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-vendor.d.ts
4
+ declare const RampGetVendorInput: z.ZodTypeAny;
5
+ declare const RampGetVendorOutput: z.ZodTypeAny;
6
+ declare const rampGetVendor: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampGetVendor };
9
+ //# sourceMappingURL=get-vendor.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-vendor.d.cts","names":[],"sources":["../../src/actions/get-vendor.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAEjC;AAAA,cAWW,mBAAA,EAAqB,CAAA,CAAE,UA6B2B;AAAA,cAElD,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-vendor.d.ts
4
+ declare const RampGetVendorInput: z.ZodTypeAny;
5
+ declare const RampGetVendorOutput: z.ZodTypeAny;
6
+ declare const rampGetVendor: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampGetVendor };
9
+ //# sourceMappingURL=get-vendor.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-vendor.d.mts","names":[],"sources":["../../src/actions/get-vendor.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAEjC;AAAA,cAWW,mBAAA,EAAqB,CAAA,CAAE,UA6B2B;AAAA,cAElD,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,54 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-vendor.ts
4
+ const RampGetVendorInput = z.object({ vendor_id: z.string().describe("The ID of the vendor to retrieve") });
5
+ const RampGetVendor_VendorContactSchema = z.object({
6
+ name: z.string().describe("Contact name").nullable().optional(),
7
+ email: z.string().describe("Contact email").nullable().optional(),
8
+ phone: z.string().describe("Contact phone number").nullable().optional()
9
+ }).describe("Contact information for a vendor.");
10
+ const RampGetVendor_AmountCurrencySchema = z.object({
11
+ amount: z.number().describe("Monetary amount in minor units").nullable().optional(),
12
+ currency_code: z.string().describe("Currency code (e.g., USD)").nullable().optional(),
13
+ minor_unit_conversion_rate: z.number().int().describe("Minor unit conversion rate").nullable().optional()
14
+ }).describe("Amount and currency object used for spend tracking.");
15
+ const rampGetVendor = action("RAMP_GET_VENDOR", {
16
+ slug: "ramp-get-vendor",
17
+ name: "Get Vendor Details",
18
+ description: "Tool for retrieving detailed information about a specific vendor. Returns comprehensive vendor details including spending totals, category, and contact information. Use this to get complete vendor profile for analysis or updates.",
19
+ input: RampGetVendorInput,
20
+ output: z.object({
21
+ id: z.string().describe("Unique identifier (UUID) of the vendor."),
22
+ name: z.string().describe("Name of the vendor. Must match exactly with the accounting provider to avoid duplicates."),
23
+ state: z.string().describe("State or province of the vendor's address.").nullable().optional(),
24
+ address: z.string().describe("Street address of the vendor.").nullable().optional(),
25
+ country: z.string().describe("Country of the vendor's address.").nullable().optional(),
26
+ contacts: z.array(RampGetVendor_VendorContactSchema).describe("Contact information for the vendor.").nullable().optional(),
27
+ is_active: z.boolean().describe("Indicates whether the vendor is active or inactive.").nullable().optional(),
28
+ created_at: z.string().describe("Timestamp of when the vendor was created.").nullable().optional(),
29
+ name_legal: z.string().describe("Legal name of the vendor.").nullable().optional(),
30
+ description: z.string().describe("Description of the vendor.").nullable().optional(),
31
+ merchant_id: z.string().describe("Merchant identifier associated with the vendor.").nullable().optional(),
32
+ tax_address: z.record(z.string(), z.unknown()).describe("Tax address of the vendor.").nullable().optional(),
33
+ vendor_type: z.string().describe("Type of the vendor.").nullable().optional(),
34
+ is_deletable: z.boolean().describe("Indicates whether the vendor can be deleted.").nullable().optional(),
35
+ sk_category_id: z.number().int().describe("Ramp spending category ID.").nullable().optional(),
36
+ total_spend_ytd: RampGetVendor_AmountCurrencySchema.nullable().optional(),
37
+ vendor_owner_id: z.string().describe("User ID of the vendor owner responsible for managing the vendor relationship.").nullable().optional(),
38
+ sk_category_name: z.string().describe("Ramp spending category name.").nullable().optional(),
39
+ billing_frequency: z.string().describe("Billing frequency for the vendor.").nullable().optional(),
40
+ default_entity_id: z.string().describe("Default entity ID for the vendor.").nullable().optional(),
41
+ external_vendor_id: z.string().describe("External vendor identifier.").nullable().optional(),
42
+ total_spend_all_time: RampGetVendor_AmountCurrencySchema.nullable().optional(),
43
+ default_payment_method: z.string().describe("Default payment method for the vendor.").nullable().optional(),
44
+ total_spend_last_30_days: RampGetVendor_AmountCurrencySchema.nullable().optional(),
45
+ total_spend_last_365_days: RampGetVendor_AmountCurrencySchema.nullable().optional(),
46
+ federal_tax_classification: z.string().describe("Federal tax classification of the vendor.").nullable().optional(),
47
+ accounting_vendor_remote_id: z.string().describe("Unique identifier of the vendor in the connected accounting provider system.").nullable().optional(),
48
+ custom_form_collection_response: z.record(z.string(), z.unknown()).describe("Custom form collection response data.").nullable().optional()
49
+ }).describe("Response containing detailed vendor information.")
50
+ });
51
+ //#endregion
52
+ export { rampGetVendor };
53
+
54
+ //# sourceMappingURL=get-vendor.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-vendor.mjs","names":[],"sources":["../../src/actions/get-vendor.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampGetVendorInput: z.ZodTypeAny = z.object({\n vendor_id: z.string().describe(\"The ID of the vendor to retrieve\"),\n});\nconst RampGetVendor_VendorContactSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Contact name\").nullable().optional(),\n email: z.string().describe(\"Contact email\").nullable().optional(),\n phone: z.string().describe(\"Contact phone number\").nullable().optional(),\n}).describe(\"Contact information for a vendor.\");\nconst RampGetVendor_AmountCurrencySchema: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"Monetary amount in minor units\").nullable().optional(),\n currency_code: z.string().describe(\"Currency code (e.g., USD)\").nullable().optional(),\n minor_unit_conversion_rate: z.number().int().describe(\"Minor unit conversion rate\").nullable().optional(),\n}).describe(\"Amount and currency object used for spend tracking.\");\nexport const RampGetVendorOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the vendor.\"),\n name: z.string().describe(\"Name of the vendor. Must match exactly with the accounting provider to avoid duplicates.\"),\n state: z.string().describe(\"State or province of the vendor's address.\").nullable().optional(),\n address: z.string().describe(\"Street address of the vendor.\").nullable().optional(),\n country: z.string().describe(\"Country of the vendor's address.\").nullable().optional(),\n contacts: z.array(RampGetVendor_VendorContactSchema).describe(\"Contact information for the vendor.\").nullable().optional(),\n is_active: z.boolean().describe(\"Indicates whether the vendor is active or inactive.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of when the vendor was created.\").nullable().optional(),\n name_legal: z.string().describe(\"Legal name of the vendor.\").nullable().optional(),\n description: z.string().describe(\"Description of the vendor.\").nullable().optional(),\n merchant_id: z.string().describe(\"Merchant identifier associated with the vendor.\").nullable().optional(),\n tax_address: z.record(z.string(), z.unknown()).describe(\"Tax address of the vendor.\").nullable().optional(),\n vendor_type: z.string().describe(\"Type of the vendor.\").nullable().optional(),\n is_deletable: z.boolean().describe(\"Indicates whether the vendor can be deleted.\").nullable().optional(),\n sk_category_id: z.number().int().describe(\"Ramp spending category ID.\").nullable().optional(),\n total_spend_ytd: RampGetVendor_AmountCurrencySchema.nullable().optional(),\n vendor_owner_id: z.string().describe(\"User ID of the vendor owner responsible for managing the vendor relationship.\").nullable().optional(),\n sk_category_name: z.string().describe(\"Ramp spending category name.\").nullable().optional(),\n billing_frequency: z.string().describe(\"Billing frequency for the vendor.\").nullable().optional(),\n default_entity_id: z.string().describe(\"Default entity ID for the vendor.\").nullable().optional(),\n external_vendor_id: z.string().describe(\"External vendor identifier.\").nullable().optional(),\n total_spend_all_time: RampGetVendor_AmountCurrencySchema.nullable().optional(),\n default_payment_method: z.string().describe(\"Default payment method for the vendor.\").nullable().optional(),\n total_spend_last_30_days: RampGetVendor_AmountCurrencySchema.nullable().optional(),\n total_spend_last_365_days: RampGetVendor_AmountCurrencySchema.nullable().optional(),\n federal_tax_classification: z.string().describe(\"Federal tax classification of the vendor.\").nullable().optional(),\n accounting_vendor_remote_id: z.string().describe(\"Unique identifier of the vendor in the connected accounting provider system.\").nullable().optional(),\n custom_form_collection_response: z.record(z.string(), z.unknown()).describe(\"Custom form collection response data.\").nullable().optional(),\n}).describe(\"Response containing detailed vendor information.\");\n\nexport const rampGetVendor = action(\"RAMP_GET_VENDOR\", {\n slug: \"ramp-get-vendor\",\n name: \"Get Vendor Details\",\n description: \"Tool for retrieving detailed information about a specific vendor. Returns comprehensive vendor details including spending totals, category, and contact information. Use this to get complete vendor profile for analysis or updates.\",\n input: RampGetVendorInput,\n output: RampGetVendorOutput,\n});\n"],"mappings":"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"}