@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,75 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/delete-spend-allocation-delete-users.ts
4
+ const RampDeleteSpendAllocationDeleteUsersInput = z.object({
5
+ user_ids: z.array(z.string()).describe("List of user IDs (UUIDs) to remove from the shared limit"),
6
+ spend_limit_id: z.string().describe("Unique identifier (UUID) of the shared spend limit to remove users from")
7
+ }).describe("Request parameters to remove users from a shared limit.");
8
+ const RampDeleteSpendAllocationDeleteUsers_CardSchema = z.object({
9
+ card_id: z.string().describe("Unique identifier of the card"),
10
+ last_four: z.string().describe("Last four digits of the card"),
11
+ created_at: z.string().describe("Time when card was created (ISO8601 format)").nullable().optional(),
12
+ expiration: z.string().describe("Card expiration date (MMYY format)").nullable().optional(),
13
+ is_ap_card: z.boolean().describe("Whether this is an AP card"),
14
+ display_name: z.string().describe("Display name of the card").nullable().optional(),
15
+ cardholder_id: z.string().describe("Unique identifier of the cardholder").nullable().optional(),
16
+ via_new_product_or_service: z.boolean().describe("Whether card was created via new product or service")
17
+ }).describe("Card linked to the limit.");
18
+ const RampDeleteSpendAllocationDeleteUsers_LimitUserSchema = z.object({ user_id: z.string().describe("Unique identifier of the user") }).describe("User who can spend from the limit.");
19
+ const RampDeleteSpendAllocationDeleteUsers_AmountSchema = z.object({
20
+ amount: z.number().int().describe("Amount in cents").nullable().optional(),
21
+ currency_code: z.string().describe("Currency code (e.g., USD)").nullable().optional()
22
+ }).describe("Monetary amount with currency.");
23
+ const RampDeleteSpendAllocationDeleteUsers_BalanceSchema = z.object({
24
+ total: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional(),
25
+ cleared: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional(),
26
+ pending: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional()
27
+ }).describe("Details about the current balance of the limit.");
28
+ const RampDeleteSpendAllocationDeleteUsers_SuspensionSchema = z.object({
29
+ inserted_at: z.string().describe("Time when suspension was applied (ISO8601 format)"),
30
+ acting_user_id: z.string().describe("User ID who performed the suspension"),
31
+ suspended_by_ramp: z.boolean().describe("Whether suspension was performed by Ramp")
32
+ }).describe("Suspension (lock) on the limit.");
33
+ const RampDeleteSpendAllocationDeleteUsers_RestrictionsSchema = z.object({
34
+ limit: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional(),
35
+ interval: z.string().describe("Spending limit interval (e.g., MONTHLY, YEARLY)").nullable().optional(),
36
+ auto_lock_date: z.string().describe("Auto lock date (ISO8601 format)").nullable().optional(),
37
+ allowed_vendors: z.array(z.number().int()).describe("List of allowed vendor IDs").nullable().optional(),
38
+ blocked_vendors: z.array(z.number().int()).describe("List of blocked vendor IDs").nullable().optional(),
39
+ temporary_limit: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional(),
40
+ start_of_interval: z.string().describe("Start of the current interval (ISO8601 format)").nullable().optional(),
41
+ allowed_categories: z.array(z.number().int()).describe("List of allowed merchant category codes").nullable().optional(),
42
+ blocked_categories: z.array(z.number().int()).describe("List of blocked merchant category codes").nullable().optional(),
43
+ next_interval_reset: z.string().describe("When the limit resets next (ISO8601 format)").nullable().optional(),
44
+ transaction_amount_limit: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional()
45
+ }).describe("Restrictions imposed on this limit.");
46
+ const RampDeleteSpendAllocationDeleteUsers_PermittedSpendTypesSchema = z.object({
47
+ primary_card_enabled: z.boolean().describe("Whether primary card spending is enabled"),
48
+ reimbursements_enabled: z.boolean().describe("Whether reimbursements are enabled")
49
+ }).describe("Specifies the permitted spend types of the limit.");
50
+ const rampDeleteSpendAllocationDeleteUsers = action("RAMP_DELETE_SPEND_ALLOCATION_DELETE_USERS", {
51
+ slug: "ramp-delete-spend-allocation-delete-users",
52
+ name: "Remove Users from Shared Limit",
53
+ description: "Tool to remove users from a shared spend limit in Ramp. Use when you need to revoke a user's access to a shared spending allocation.",
54
+ input: RampDeleteSpendAllocationDeleteUsersInput,
55
+ output: z.object({
56
+ id: z.string().describe("Unique identifier of the limit (UUID)").nullable().optional(),
57
+ cards: z.array(RampDeleteSpendAllocationDeleteUsers_CardSchema).describe("List of cards linked to this limit").nullable().optional(),
58
+ state: z.string().describe("Current state of the limit (ACTIVE, SUSPENDED, or TERMINATED)").nullable().optional(),
59
+ users: z.array(RampDeleteSpendAllocationDeleteUsers_LimitUserSchema).describe("Members who can spend from the limit").nullable().optional(),
60
+ balance: RampDeleteSpendAllocationDeleteUsers_BalanceSchema.nullable().optional(),
61
+ entity_id: z.string().describe("Associated business entity of the limit (UUID)").nullable().optional(),
62
+ created_at: z.string().describe("Time at which the spend limit was created (ISO8601 format)").nullable().optional(),
63
+ suspension: RampDeleteSpendAllocationDeleteUsers_SuspensionSchema.nullable().optional(),
64
+ display_name: z.string().describe("Display name of the limit and all linked cards").nullable().optional(),
65
+ is_shareable: z.boolean().describe("Whether this spend limit is shareable").nullable().optional(),
66
+ restrictions: RampDeleteSpendAllocationDeleteUsers_RestrictionsSchema.nullable().optional(),
67
+ spend_program_id: z.string().describe("Unique identifier of the associated Spend Program (UUID)").nullable().optional(),
68
+ permitted_spend_types: RampDeleteSpendAllocationDeleteUsers_PermittedSpendTypesSchema.nullable().optional(),
69
+ has_program_overridden: z.boolean().describe("Indicates if the limit's settings override those of its Spend Program").nullable().optional()
70
+ }).describe("Response containing the updated spend limit after removing users.")
71
+ });
72
+ //#endregion
73
+ export { rampDeleteSpendAllocationDeleteUsers };
74
+
75
+ //# sourceMappingURL=delete-spend-allocation-delete-users.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-spend-allocation-delete-users.mjs","names":[],"sources":["../../src/actions/delete-spend-allocation-delete-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampDeleteSpendAllocationDeleteUsersInput: z.ZodTypeAny = z.object({\n user_ids: z.array(z.string()).describe(\"List of user IDs (UUIDs) to remove from the shared limit\"),\n spend_limit_id: z.string().describe(\"Unique identifier (UUID) of the shared spend limit to remove users from\"),\n}).describe(\"Request parameters to remove users from a shared limit.\");\nconst RampDeleteSpendAllocationDeleteUsers_CardSchema: z.ZodTypeAny = z.object({\n card_id: z.string().describe(\"Unique identifier of the card\"),\n last_four: z.string().describe(\"Last four digits of the card\"),\n created_at: z.string().describe(\"Time when card was created (ISO8601 format)\").nullable().optional(),\n expiration: z.string().describe(\"Card expiration date (MMYY format)\").nullable().optional(),\n is_ap_card: z.boolean().describe(\"Whether this is an AP card\"),\n display_name: z.string().describe(\"Display name of the card\").nullable().optional(),\n cardholder_id: z.string().describe(\"Unique identifier of the cardholder\").nullable().optional(),\n via_new_product_or_service: z.boolean().describe(\"Whether card was created via new product or service\"),\n}).describe(\"Card linked to the limit.\");\nconst RampDeleteSpendAllocationDeleteUsers_LimitUserSchema: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"Unique identifier of the user\"),\n}).describe(\"User who can spend from the limit.\");\nconst RampDeleteSpendAllocationDeleteUsers_AmountSchema: z.ZodTypeAny = z.object({\n amount: z.number().int().describe(\"Amount in cents\").nullable().optional(),\n currency_code: z.string().describe(\"Currency code (e.g., USD)\").nullable().optional(),\n}).describe(\"Monetary amount with currency.\");\nconst RampDeleteSpendAllocationDeleteUsers_BalanceSchema: z.ZodTypeAny = z.object({\n total: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional(),\n cleared: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional(),\n pending: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional(),\n}).describe(\"Details about the current balance of the limit.\");\nconst RampDeleteSpendAllocationDeleteUsers_SuspensionSchema: z.ZodTypeAny = z.object({\n inserted_at: z.string().describe(\"Time when suspension was applied (ISO8601 format)\"),\n acting_user_id: z.string().describe(\"User ID who performed the suspension\"),\n suspended_by_ramp: z.boolean().describe(\"Whether suspension was performed by Ramp\"),\n}).describe(\"Suspension (lock) on the limit.\");\nconst RampDeleteSpendAllocationDeleteUsers_RestrictionsSchema: z.ZodTypeAny = z.object({\n limit: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional(),\n interval: z.string().describe(\"Spending limit interval (e.g., MONTHLY, YEARLY)\").nullable().optional(),\n auto_lock_date: z.string().describe(\"Auto lock date (ISO8601 format)\").nullable().optional(),\n allowed_vendors: z.array(z.number().int()).describe(\"List of allowed vendor IDs\").nullable().optional(),\n blocked_vendors: z.array(z.number().int()).describe(\"List of blocked vendor IDs\").nullable().optional(),\n temporary_limit: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional(),\n start_of_interval: z.string().describe(\"Start of the current interval (ISO8601 format)\").nullable().optional(),\n allowed_categories: z.array(z.number().int()).describe(\"List of allowed merchant category codes\").nullable().optional(),\n blocked_categories: z.array(z.number().int()).describe(\"List of blocked merchant category codes\").nullable().optional(),\n next_interval_reset: z.string().describe(\"When the limit resets next (ISO8601 format)\").nullable().optional(),\n transaction_amount_limit: RampDeleteSpendAllocationDeleteUsers_AmountSchema.nullable().optional(),\n}).describe(\"Restrictions imposed on this limit.\");\nconst RampDeleteSpendAllocationDeleteUsers_PermittedSpendTypesSchema: z.ZodTypeAny = z.object({\n primary_card_enabled: z.boolean().describe(\"Whether primary card spending is enabled\"),\n reimbursements_enabled: z.boolean().describe(\"Whether reimbursements are enabled\"),\n}).describe(\"Specifies the permitted spend types of the limit.\");\nexport const RampDeleteSpendAllocationDeleteUsersOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the limit (UUID)\").nullable().optional(),\n cards: z.array(RampDeleteSpendAllocationDeleteUsers_CardSchema).describe(\"List of cards linked to this limit\").nullable().optional(),\n state: z.string().describe(\"Current state of the limit (ACTIVE, SUSPENDED, or TERMINATED)\").nullable().optional(),\n users: z.array(RampDeleteSpendAllocationDeleteUsers_LimitUserSchema).describe(\"Members who can spend from the limit\").nullable().optional(),\n balance: RampDeleteSpendAllocationDeleteUsers_BalanceSchema.nullable().optional(),\n entity_id: z.string().describe(\"Associated business entity of the limit (UUID)\").nullable().optional(),\n created_at: z.string().describe(\"Time at which the spend limit was created (ISO8601 format)\").nullable().optional(),\n suspension: RampDeleteSpendAllocationDeleteUsers_SuspensionSchema.nullable().optional(),\n display_name: z.string().describe(\"Display name of the limit and all linked cards\").nullable().optional(),\n is_shareable: z.boolean().describe(\"Whether this spend limit is shareable\").nullable().optional(),\n restrictions: RampDeleteSpendAllocationDeleteUsers_RestrictionsSchema.nullable().optional(),\n spend_program_id: z.string().describe(\"Unique identifier of the associated Spend Program (UUID)\").nullable().optional(),\n permitted_spend_types: RampDeleteSpendAllocationDeleteUsers_PermittedSpendTypesSchema.nullable().optional(),\n has_program_overridden: z.boolean().describe(\"Indicates if the limit's settings override those of its Spend Program\").nullable().optional(),\n}).describe(\"Response containing the updated spend limit after removing users.\");\n\nexport const rampDeleteSpendAllocationDeleteUsers = action(\"RAMP_DELETE_SPEND_ALLOCATION_DELETE_USERS\", {\n slug: \"ramp-delete-spend-allocation-delete-users\",\n name: \"Remove Users from Shared Limit\",\n description: \"Tool to remove users from a shared spend limit in Ramp. Use when you need to revoke a user's access to a shared spending allocation.\",\n input: RampDeleteSpendAllocationDeleteUsersInput,\n output: RampDeleteSpendAllocationDeleteUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0D,EAAE,OAAO;CAC9E,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0DAA0D;CACjG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;AAC/G,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,kDAAgE,EAAE,OAAO;CAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC5D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC7D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B;CAC7D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,4BAA4B,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD;AACxG,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACvC,MAAM,uDAAqE,EAAE,OAAO,EAClF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,EAC9D,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,oDAAkE,EAAE,OAAO;CAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAM,qDAAmE,EAAE,OAAO;CAChF,OAAO,kDAAkD,SAAS,CAAC,CAAC,SAAS;CAC7E,SAAS,kDAAkD,SAAS,CAAC,CAAC,SAAS;CAC/E,SAAS,kDAAkD,SAAS,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,wDAAsE,EAAE,OAAO;CACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACpF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC1E,mBAAmB,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;AACpF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAM,0DAAwE,EAAE,OAAO;CACrF,OAAO,kDAAkD,SAAS,CAAC,CAAC,SAAS;CAC7E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiB,kDAAkD,SAAS,CAAC,CAAC,SAAS;CACvF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,oBAAoB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,oBAAoB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,0BAA0B,kDAAkD,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,iEAA+E,EAAE,OAAO;CAC5F,sBAAsB,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;CACrF,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;AACnF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAkB/D,MAAa,uCAAuC,OAAO,6CAA6C;CACtG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAtBsE,EAAE,OAAO;EAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,OAAO,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnI,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,OAAO,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1I,SAAS,mDAAmD,SAAS,CAAC,CAAC,SAAS;EAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,YAAY,sDAAsD,SAAS,CAAC,CAAC,SAAS;EACtF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,cAAc,wDAAwD,SAAS,CAAC,CAAC,SAAS;EAC1F,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtH,uBAAuB,+DAA+D,SAAS,CAAC,CAAC,SAAS;EAC1G,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,CAAC,CAAC,CAAC,SAAS,mEAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-webhook.ts
4
+ const RampDeleteWebhookInput = zod.z.object({ webhook_id: zod.z.string().describe("The unique identifier (UUID) of the webhook subscription to delete") }).describe("Request parameters to delete a webhook subscription.");
5
+ const RampDeleteWebhookOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates the webhook subscription was successfully deleted").nullable().optional() }).describe("Response schema for webhook deletion. The API returns HTTP 204 No Content on success.");
6
+ const rampDeleteWebhook = require_action.action("RAMP_DELETE_WEBHOOK", {
7
+ slug: "ramp-delete-webhook",
8
+ name: "Delete Webhook Subscription",
9
+ description: "Tool to delete a webhook subscription by ID. Use when you need to remove a webhook subscription from Ramp. The operation is irreversible and returns no content on success.",
10
+ input: RampDeleteWebhookInput,
11
+ output: RampDeleteWebhookOutput
12
+ });
13
+ //#endregion
14
+ exports.rampDeleteWebhook = rampDeleteWebhook;
15
+
16
+ //# sourceMappingURL=delete-webhook.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.cjs","names":["z","action"],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampDeleteWebhookInput: z.ZodTypeAny = z.object({\n webhook_id: z.string().describe(\"The unique identifier (UUID) of the webhook subscription to delete\"),\n}).describe(\"Request parameters to delete a webhook subscription.\");\nexport const RampDeleteWebhookOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates the webhook subscription was successfully deleted\").nullable().optional(),\n}).describe(\"Response schema for webhook deletion. The API returns HTTP 204 No Content on success.\");\n\nexport const rampDeleteWebhook = action(\"RAMP_DELETE_WEBHOOK\", {\n slug: \"ramp-delete-webhook\",\n name: \"Delete Webhook Subscription\",\n description: \"Tool to delete a webhook subscription by ID. Use when you need to remove a webhook subscription from Ramp. The operation is irreversible and returns no content on success.\",\n input: RampDeleteWebhookInput,\n output: RampDeleteWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,EACtG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjI,CAAC,CAAC,CAAC,SAAS,uFAAuF;AAEnG,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-webhook.d.ts
4
+ declare const RampDeleteWebhookInput: z.ZodTypeAny;
5
+ declare const RampDeleteWebhookOutput: z.ZodTypeAny;
6
+ declare const rampDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampDeleteWebhook };
9
+ //# sourceMappingURL=delete-webhook.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.d.cts","names":[],"sources":["../../src/actions/delete-webhook.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAE4B;AAAA,cACtD,uBAAA,EAAyB,CAAA,CAAE,UAE4D;AAAA,cAEvF,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-webhook.d.ts
4
+ declare const RampDeleteWebhookInput: z.ZodTypeAny;
5
+ declare const RampDeleteWebhookOutput: z.ZodTypeAny;
6
+ declare const rampDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampDeleteWebhook };
9
+ //# sourceMappingURL=delete-webhook.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.d.mts","names":[],"sources":["../../src/actions/delete-webhook.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAE4B;AAAA,cACtD,uBAAA,EAAyB,CAAA,CAAE,UAE4D;AAAA,cAEvF,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rampDeleteWebhook = action("RAMP_DELETE_WEBHOOK", {
4
+ slug: "ramp-delete-webhook",
5
+ name: "Delete Webhook Subscription",
6
+ description: "Tool to delete a webhook subscription by ID. Use when you need to remove a webhook subscription from Ramp. The operation is irreversible and returns no content on success.",
7
+ input: z.object({ webhook_id: z.string().describe("The unique identifier (UUID) of the webhook subscription to delete") }).describe("Request parameters to delete a webhook subscription."),
8
+ output: z.object({ success: z.boolean().default(true).describe("Indicates the webhook subscription was successfully deleted").nullable().optional() }).describe("Response schema for webhook deletion. The API returns HTTP 204 No Content on success.")
9
+ });
10
+ //#endregion
11
+ export { rampDeleteWebhook };
12
+
13
+ //# sourceMappingURL=delete-webhook.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.mjs","names":[],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampDeleteWebhookInput: z.ZodTypeAny = z.object({\n webhook_id: z.string().describe(\"The unique identifier (UUID) of the webhook subscription to delete\"),\n}).describe(\"Request parameters to delete a webhook subscription.\");\nexport const RampDeleteWebhookOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates the webhook subscription was successfully deleted\").nullable().optional(),\n}).describe(\"Response schema for webhook deletion. The API returns HTTP 204 No Content on success.\");\n\nexport const rampDeleteWebhook = action(\"RAMP_DELETE_WEBHOOK\", {\n slug: \"ramp-delete-webhook\",\n name: \"Delete Webhook Subscription\",\n description: \"Tool to delete a webhook subscription by ID. Use when you need to remove a webhook subscription from Ramp. The operation is irreversible and returns no content on success.\",\n input: RampDeleteWebhookInput,\n output: RampDeleteWebhookOutput,\n});\n"],"mappings":";;AAWA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXkD,EAAE,OAAO,EAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,EACtG,CAAC,CAAC,CAAC,SAAS,sDASH;CACP,QATmD,EAAE,OAAO,EAC5D,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjI,CAAC,CAAC,CAAC,SAAS,uFAOF;AACV,CAAC"}
@@ -0,0 +1,36 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/fetch-accounting-account.ts
4
+ const RampFetchAccountingAccountInput = zod.z.object({
5
+ gl_account_id: zod.z.string().describe("UUID of the general ledger account to retrieve"),
6
+ accounting_connection_id: zod.z.string().describe("UUID of the accounting connection to filter the GL account. Required when fetching accounts associated with a specific accounting connection.").optional()
7
+ }).describe("Request parameters to fetch a specific general ledger account by ID.");
8
+ const RampFetchAccountingAccount_GLAccountCategoryInfoSchema = zod.z.object({
9
+ id: zod.z.string().describe("Remote/external ID of the category").nullable().optional(),
10
+ name: zod.z.string().describe("Name of the category").nullable().optional(),
11
+ ramp_id: zod.z.string().describe("Ramp's internal UUID for the category").nullable().optional()
12
+ }).describe("Category information for a general ledger account.");
13
+ const RampFetchAccountingAccountOutput = zod.z.object({
14
+ id: zod.z.string().describe("Remote/external ID of GL account in ERP system").nullable().optional(),
15
+ code: zod.z.string().describe("Account code (e.g., '6410', '400-100')").nullable().optional(),
16
+ name: zod.z.string().describe("Name of the general ledger account (e.g., 'Employees:Salaries & Wages', 'Travel : Travel - Lodging')"),
17
+ ramp_id: zod.z.string().describe("UUID to uniquely identify a general ledger account within Ramp system"),
18
+ is_active: zod.z.boolean().describe("Whether the account is active"),
19
+ created_at: zod.z.string().describe("ISO 8601 datetime when the account was created"),
20
+ updated_at: zod.z.string().describe("ISO 8601 datetime when the account was last updated").nullable().optional(),
21
+ provider_name: zod.z.string().describe("Name of the accounting connection that the GL account is uploaded to (e.g., 'QuickBooks')").nullable().optional(),
22
+ classification: zod.z.string().describe("Account classification (e.g., EXPENSE, REVENUE, ASSET, LIABILITY)").nullable().optional(),
23
+ accounting_connection_id: zod.z.string().describe("UUID of the accounting connection that the GL account is uploaded to"),
24
+ gl_account_category_info: RampFetchAccountingAccount_GLAccountCategoryInfoSchema.nullable().optional()
25
+ }).describe("Response containing detailed information for a single general ledger account.");
26
+ const rampFetchAccountingAccount = require_action.action("RAMP_FETCH_ACCOUNTING_ACCOUNT", {
27
+ slug: "ramp-fetch-accounting-account",
28
+ name: "Fetch General Ledger Account",
29
+ description: "Tool to fetch a specific general ledger account by ID from Ramp. Use when you need to retrieve detailed information about a single GL account.",
30
+ input: RampFetchAccountingAccountInput,
31
+ output: RampFetchAccountingAccountOutput
32
+ });
33
+ //#endregion
34
+ exports.rampFetchAccountingAccount = rampFetchAccountingAccount;
35
+
36
+ //# sourceMappingURL=fetch-accounting-account.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-accounting-account.cjs","names":["z","action"],"sources":["../../src/actions/fetch-accounting-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampFetchAccountingAccountInput: z.ZodTypeAny = z.object({\n gl_account_id: z.string().describe(\"UUID of the general ledger account to retrieve\"),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection to filter the GL account. Required when fetching accounts associated with a specific accounting connection.\").optional(),\n}).describe(\"Request parameters to fetch a specific general ledger account by ID.\");\nconst RampFetchAccountingAccount_GLAccountCategoryInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of the category\").nullable().optional(),\n name: z.string().describe(\"Name of the category\").nullable().optional(),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the category\").nullable().optional(),\n}).describe(\"Category information for a general ledger account.\");\nexport const RampFetchAccountingAccountOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of GL account in ERP system\").nullable().optional(),\n code: z.string().describe(\"Account code (e.g., '6410', '400-100')\").nullable().optional(),\n name: z.string().describe(\"Name of the general ledger account (e.g., 'Employees:Salaries & Wages', 'Travel : Travel - Lodging')\"),\n ramp_id: z.string().describe(\"UUID to uniquely identify a general ledger account within Ramp system\"),\n is_active: z.boolean().describe(\"Whether the account is active\"),\n created_at: z.string().describe(\"ISO 8601 datetime when the account was created\"),\n updated_at: z.string().describe(\"ISO 8601 datetime when the account was last updated\").nullable().optional(),\n provider_name: z.string().describe(\"Name of the accounting connection that the GL account is uploaded to (e.g., 'QuickBooks')\").nullable().optional(),\n classification: z.string().describe(\"Account classification (e.g., EXPENSE, REVENUE, ASSET, LIABILITY)\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the GL account is uploaded to\"),\n gl_account_category_info: RampFetchAccountingAccount_GLAccountCategoryInfoSchema.nullable().optional(),\n}).describe(\"Response containing detailed information for a single general ledger account.\");\n\nexport const rampFetchAccountingAccount = action(\"RAMP_FETCH_ACCOUNTING_ACCOUNT\", {\n slug: \"ramp-fetch-accounting-account\",\n name: \"Fetch General Ledger Account\",\n description: \"Tool to fetch a specific general ledger account by ID from Ramp. Use when you need to retrieve detailed information about a single GL account.\",\n input: RampFetchAccountingAccountInput,\n output: RampFetchAccountingAccountOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACnF,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;AAC1M,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,yDAAuEA,IAAAA,EAAE,OAAO;CACpF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG;CAChI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACpG,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B;CAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CACpH,0BAA0B,uDAAuD,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAE3F,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,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/fetch-accounting-account.d.ts
4
+ declare const RampFetchAccountingAccountInput: z.ZodTypeAny;
5
+ declare const RampFetchAccountingAccountOutput: z.ZodTypeAny;
6
+ declare const rampFetchAccountingAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampFetchAccountingAccount };
9
+ //# sourceMappingURL=fetch-accounting-account.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-accounting-account.d.cts","names":[],"sources":["../../src/actions/fetch-accounting-account.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGmC;AAAA,cAMtE,gCAAA,EAAkC,CAAA,CAAE,UAY2C;AAAA,cAE/E,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/fetch-accounting-account.d.ts
4
+ declare const RampFetchAccountingAccountInput: z.ZodTypeAny;
5
+ declare const RampFetchAccountingAccountOutput: z.ZodTypeAny;
6
+ declare const rampFetchAccountingAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampFetchAccountingAccount };
9
+ //# sourceMappingURL=fetch-accounting-account.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-accounting-account.d.mts","names":[],"sources":["../../src/actions/fetch-accounting-account.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGmC;AAAA,cAMtE,gCAAA,EAAkC,CAAA,CAAE,UAY2C;AAAA,cAE/E,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,35 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/fetch-accounting-account.ts
4
+ const RampFetchAccountingAccountInput = z.object({
5
+ gl_account_id: z.string().describe("UUID of the general ledger account to retrieve"),
6
+ accounting_connection_id: z.string().describe("UUID of the accounting connection to filter the GL account. Required when fetching accounts associated with a specific accounting connection.").optional()
7
+ }).describe("Request parameters to fetch a specific general ledger account by ID.");
8
+ const RampFetchAccountingAccount_GLAccountCategoryInfoSchema = z.object({
9
+ id: z.string().describe("Remote/external ID of the category").nullable().optional(),
10
+ name: z.string().describe("Name of the category").nullable().optional(),
11
+ ramp_id: z.string().describe("Ramp's internal UUID for the category").nullable().optional()
12
+ }).describe("Category information for a general ledger account.");
13
+ const rampFetchAccountingAccount = action("RAMP_FETCH_ACCOUNTING_ACCOUNT", {
14
+ slug: "ramp-fetch-accounting-account",
15
+ name: "Fetch General Ledger Account",
16
+ description: "Tool to fetch a specific general ledger account by ID from Ramp. Use when you need to retrieve detailed information about a single GL account.",
17
+ input: RampFetchAccountingAccountInput,
18
+ output: z.object({
19
+ id: z.string().describe("Remote/external ID of GL account in ERP system").nullable().optional(),
20
+ code: z.string().describe("Account code (e.g., '6410', '400-100')").nullable().optional(),
21
+ name: z.string().describe("Name of the general ledger account (e.g., 'Employees:Salaries & Wages', 'Travel : Travel - Lodging')"),
22
+ ramp_id: z.string().describe("UUID to uniquely identify a general ledger account within Ramp system"),
23
+ is_active: z.boolean().describe("Whether the account is active"),
24
+ created_at: z.string().describe("ISO 8601 datetime when the account was created"),
25
+ updated_at: z.string().describe("ISO 8601 datetime when the account was last updated").nullable().optional(),
26
+ provider_name: z.string().describe("Name of the accounting connection that the GL account is uploaded to (e.g., 'QuickBooks')").nullable().optional(),
27
+ classification: z.string().describe("Account classification (e.g., EXPENSE, REVENUE, ASSET, LIABILITY)").nullable().optional(),
28
+ accounting_connection_id: z.string().describe("UUID of the accounting connection that the GL account is uploaded to"),
29
+ gl_account_category_info: RampFetchAccountingAccount_GLAccountCategoryInfoSchema.nullable().optional()
30
+ }).describe("Response containing detailed information for a single general ledger account.")
31
+ });
32
+ //#endregion
33
+ export { rampFetchAccountingAccount };
34
+
35
+ //# sourceMappingURL=fetch-accounting-account.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-accounting-account.mjs","names":[],"sources":["../../src/actions/fetch-accounting-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampFetchAccountingAccountInput: z.ZodTypeAny = z.object({\n gl_account_id: z.string().describe(\"UUID of the general ledger account to retrieve\"),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection to filter the GL account. Required when fetching accounts associated with a specific accounting connection.\").optional(),\n}).describe(\"Request parameters to fetch a specific general ledger account by ID.\");\nconst RampFetchAccountingAccount_GLAccountCategoryInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of the category\").nullable().optional(),\n name: z.string().describe(\"Name of the category\").nullable().optional(),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the category\").nullable().optional(),\n}).describe(\"Category information for a general ledger account.\");\nexport const RampFetchAccountingAccountOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of GL account in ERP system\").nullable().optional(),\n code: z.string().describe(\"Account code (e.g., '6410', '400-100')\").nullable().optional(),\n name: z.string().describe(\"Name of the general ledger account (e.g., 'Employees:Salaries & Wages', 'Travel : Travel - Lodging')\"),\n ramp_id: z.string().describe(\"UUID to uniquely identify a general ledger account within Ramp system\"),\n is_active: z.boolean().describe(\"Whether the account is active\"),\n created_at: z.string().describe(\"ISO 8601 datetime when the account was created\"),\n updated_at: z.string().describe(\"ISO 8601 datetime when the account was last updated\").nullable().optional(),\n provider_name: z.string().describe(\"Name of the accounting connection that the GL account is uploaded to (e.g., 'QuickBooks')\").nullable().optional(),\n classification: z.string().describe(\"Account classification (e.g., EXPENSE, REVENUE, ASSET, LIABILITY)\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the GL account is uploaded to\"),\n gl_account_category_info: RampFetchAccountingAccount_GLAccountCategoryInfoSchema.nullable().optional(),\n}).describe(\"Response containing detailed information for a single general ledger account.\");\n\nexport const rampFetchAccountingAccount = action(\"RAMP_FETCH_ACCOUNTING_ACCOUNT\", {\n slug: \"ramp-fetch-accounting-account\",\n name: \"Fetch General Ledger Account\",\n description: \"Tool to fetch a specific general ledger account by ID from Ramp. Use when you need to retrieve detailed information about a single GL account.\",\n input: RampFetchAccountingAccountInput,\n output: RampFetchAccountingAccountOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACnF,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;AAC1M,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,yDAAuE,EAAE,OAAO;CACpF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAehE,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnB4D,EAAE,OAAO;EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG;EAChI,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;EACpG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B;EAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAChF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7H,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;EACpH,0BAA0B,uDAAuD,SAAS,CAAC,CAAC,SAAS;CACvG,CAAC,CAAC,CAAC,SAAS,+EAOF;AACV,CAAC"}
@@ -0,0 +1,36 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/fetch-accounting-vendor.ts
4
+ const RampFetchAccountingVendorInput = zod.z.object({
5
+ vendor_id: zod.z.string().describe("UUID of the accounting vendor to retrieve"),
6
+ accounting_connection_id: zod.z.string().describe("UUID of the accounting connection to filter the vendor. Used when fetching vendors associated with a specific accounting connection.").optional()
7
+ }).describe("Request parameters to fetch a specific accounting vendor by ID.");
8
+ const RampFetchAccountingVendor_VendorCategoryInfoSchema = zod.z.object({
9
+ id: zod.z.string().describe("Remote/external ID of the vendor category").nullable().optional(),
10
+ name: zod.z.string().describe("Name of the vendor category").nullable().optional(),
11
+ ramp_id: zod.z.string().describe("Ramp's internal UUID for the vendor category").nullable().optional()
12
+ }).describe("Category information for an accounting vendor.");
13
+ const RampFetchAccountingVendorOutput = zod.z.object({
14
+ id: zod.z.string().describe("Remote/external ID of accounting vendor in ERP system").nullable().optional(),
15
+ code: zod.z.string().describe("Code of the vendor (e.g., '19566')").nullable().optional(),
16
+ name: zod.z.string().describe("Name of the vendor"),
17
+ ramp_id: zod.z.string().describe("UUID to uniquely identify a vendor account within Ramp system"),
18
+ is_active: zod.z.boolean().describe("Whether this vendor account is active on Ramp"),
19
+ is_synced: zod.z.boolean().describe("Whether this vendor has been synced to remote ERP"),
20
+ created_at: zod.z.string().describe("ISO 8601 datetime when the vendor was created on Ramp"),
21
+ updated_at: zod.z.string().describe("ISO 8601 datetime when the vendor was most recently updated"),
22
+ provider_name: zod.z.string().describe("Name of the accounting connection that the vendor is uploaded to (e.g., 'QuickBooks', 'NetSuite')").nullable().optional(),
23
+ vendor_category_info: RampFetchAccountingVendor_VendorCategoryInfoSchema.nullable().optional(),
24
+ accounting_connection_id: zod.z.string().describe("UUID of the accounting connection that the vendor is uploaded to")
25
+ }).describe("Response containing detailed information for a single accounting vendor.");
26
+ const rampFetchAccountingVendor = require_action.action("RAMP_FETCH_ACCOUNTING_VENDOR", {
27
+ slug: "ramp-fetch-accounting-vendor",
28
+ name: "Fetch Accounting Vendor",
29
+ description: "Tool to fetch a specific accounting vendor by ID from Ramp. Use when you need to retrieve detailed information about a single accounting vendor for coding transactions, reimbursements, bills, or purchase orders.",
30
+ input: RampFetchAccountingVendorInput,
31
+ output: RampFetchAccountingVendorOutput
32
+ });
33
+ //#endregion
34
+ exports.rampFetchAccountingVendor = rampFetchAccountingVendor;
35
+
36
+ //# sourceMappingURL=fetch-accounting-vendor.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-accounting-vendor.cjs","names":["z","action"],"sources":["../../src/actions/fetch-accounting-vendor.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampFetchAccountingVendorInput: z.ZodTypeAny = z.object({\n vendor_id: z.string().describe(\"UUID of the accounting vendor to retrieve\"),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection to filter the vendor. Used when fetching vendors associated with a specific accounting connection.\").optional(),\n}).describe(\"Request parameters to fetch a specific accounting vendor by ID.\");\nconst RampFetchAccountingVendor_VendorCategoryInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of the vendor category\").nullable().optional(),\n name: z.string().describe(\"Name of the vendor category\").nullable().optional(),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the vendor category\").nullable().optional(),\n}).describe(\"Category information for an accounting vendor.\");\nexport const RampFetchAccountingVendorOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of accounting vendor in ERP system\").nullable().optional(),\n code: z.string().describe(\"Code of the vendor (e.g., '19566')\").nullable().optional(),\n name: z.string().describe(\"Name of the vendor\"),\n ramp_id: z.string().describe(\"UUID to uniquely identify a vendor account within Ramp system\"),\n is_active: z.boolean().describe(\"Whether this vendor account is active on Ramp\"),\n is_synced: z.boolean().describe(\"Whether this vendor has been synced to remote ERP\"),\n created_at: z.string().describe(\"ISO 8601 datetime when the vendor was created on Ramp\"),\n updated_at: z.string().describe(\"ISO 8601 datetime when the vendor was most recently updated\"),\n provider_name: z.string().describe(\"Name of the accounting connection that the vendor is uploaded to (e.g., 'QuickBooks', 'NetSuite')\").nullable().optional(),\n vendor_category_info: RampFetchAccountingVendor_VendorCategoryInfoSchema.nullable().optional(),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the vendor is uploaded to\"),\n}).describe(\"Response containing detailed information for a single accounting vendor.\");\n\nexport const rampFetchAccountingVendor = action(\"RAMP_FETCH_ACCOUNTING_VENDOR\", {\n slug: \"ramp-fetch-accounting-vendor\",\n name: \"Fetch Accounting Vendor\",\n description: \"Tool to fetch a specific accounting vendor by ID from Ramp. Use when you need to retrieve detailed information about a single accounting vendor for coding transactions, reimbursements, bills, or purchase orders.\",\n input: RampFetchAccountingVendorInput,\n output: RampFetchAccountingVendorOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC1E,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;AACjM,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC5F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;CAC/E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC7F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5J,sBAAsB,mDAAmD,SAAS,CAAC,CAAC,SAAS;CAC7F,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AAClH,CAAC,CAAC,CAAC,SAAS,0EAA0E;AAEtF,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,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/fetch-accounting-vendor.d.ts
4
+ declare const RampFetchAccountingVendorInput: z.ZodTypeAny;
5
+ declare const RampFetchAccountingVendorOutput: z.ZodTypeAny;
6
+ declare const rampFetchAccountingVendor: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampFetchAccountingVendor };
9
+ //# sourceMappingURL=fetch-accounting-vendor.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-accounting-vendor.d.cts","names":[],"sources":["../../src/actions/fetch-accounting-vendor.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG+B;AAAA,cAMjE,+BAAA,EAAiC,CAAA,CAAE,UAYuC;AAAA,cAE1E,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/fetch-accounting-vendor.d.ts
4
+ declare const RampFetchAccountingVendorInput: z.ZodTypeAny;
5
+ declare const RampFetchAccountingVendorOutput: z.ZodTypeAny;
6
+ declare const rampFetchAccountingVendor: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampFetchAccountingVendor };
9
+ //# sourceMappingURL=fetch-accounting-vendor.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-accounting-vendor.d.mts","names":[],"sources":["../../src/actions/fetch-accounting-vendor.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG+B;AAAA,cAMjE,+BAAA,EAAiC,CAAA,CAAE,UAYuC;AAAA,cAE1E,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,35 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/fetch-accounting-vendor.ts
4
+ const RampFetchAccountingVendorInput = z.object({
5
+ vendor_id: z.string().describe("UUID of the accounting vendor to retrieve"),
6
+ accounting_connection_id: z.string().describe("UUID of the accounting connection to filter the vendor. Used when fetching vendors associated with a specific accounting connection.").optional()
7
+ }).describe("Request parameters to fetch a specific accounting vendor by ID.");
8
+ const RampFetchAccountingVendor_VendorCategoryInfoSchema = z.object({
9
+ id: z.string().describe("Remote/external ID of the vendor category").nullable().optional(),
10
+ name: z.string().describe("Name of the vendor category").nullable().optional(),
11
+ ramp_id: z.string().describe("Ramp's internal UUID for the vendor category").nullable().optional()
12
+ }).describe("Category information for an accounting vendor.");
13
+ const rampFetchAccountingVendor = action("RAMP_FETCH_ACCOUNTING_VENDOR", {
14
+ slug: "ramp-fetch-accounting-vendor",
15
+ name: "Fetch Accounting Vendor",
16
+ description: "Tool to fetch a specific accounting vendor by ID from Ramp. Use when you need to retrieve detailed information about a single accounting vendor for coding transactions, reimbursements, bills, or purchase orders.",
17
+ input: RampFetchAccountingVendorInput,
18
+ output: z.object({
19
+ id: z.string().describe("Remote/external ID of accounting vendor in ERP system").nullable().optional(),
20
+ code: z.string().describe("Code of the vendor (e.g., '19566')").nullable().optional(),
21
+ name: z.string().describe("Name of the vendor"),
22
+ ramp_id: z.string().describe("UUID to uniquely identify a vendor account within Ramp system"),
23
+ is_active: z.boolean().describe("Whether this vendor account is active on Ramp"),
24
+ is_synced: z.boolean().describe("Whether this vendor has been synced to remote ERP"),
25
+ created_at: z.string().describe("ISO 8601 datetime when the vendor was created on Ramp"),
26
+ updated_at: z.string().describe("ISO 8601 datetime when the vendor was most recently updated"),
27
+ provider_name: z.string().describe("Name of the accounting connection that the vendor is uploaded to (e.g., 'QuickBooks', 'NetSuite')").nullable().optional(),
28
+ vendor_category_info: RampFetchAccountingVendor_VendorCategoryInfoSchema.nullable().optional(),
29
+ accounting_connection_id: z.string().describe("UUID of the accounting connection that the vendor is uploaded to")
30
+ }).describe("Response containing detailed information for a single accounting vendor.")
31
+ });
32
+ //#endregion
33
+ export { rampFetchAccountingVendor };
34
+
35
+ //# sourceMappingURL=fetch-accounting-vendor.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-accounting-vendor.mjs","names":[],"sources":["../../src/actions/fetch-accounting-vendor.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampFetchAccountingVendorInput: z.ZodTypeAny = z.object({\n vendor_id: z.string().describe(\"UUID of the accounting vendor to retrieve\"),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection to filter the vendor. Used when fetching vendors associated with a specific accounting connection.\").optional(),\n}).describe(\"Request parameters to fetch a specific accounting vendor by ID.\");\nconst RampFetchAccountingVendor_VendorCategoryInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of the vendor category\").nullable().optional(),\n name: z.string().describe(\"Name of the vendor category\").nullable().optional(),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the vendor category\").nullable().optional(),\n}).describe(\"Category information for an accounting vendor.\");\nexport const RampFetchAccountingVendorOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of accounting vendor in ERP system\").nullable().optional(),\n code: z.string().describe(\"Code of the vendor (e.g., '19566')\").nullable().optional(),\n name: z.string().describe(\"Name of the vendor\"),\n ramp_id: z.string().describe(\"UUID to uniquely identify a vendor account within Ramp system\"),\n is_active: z.boolean().describe(\"Whether this vendor account is active on Ramp\"),\n is_synced: z.boolean().describe(\"Whether this vendor has been synced to remote ERP\"),\n created_at: z.string().describe(\"ISO 8601 datetime when the vendor was created on Ramp\"),\n updated_at: z.string().describe(\"ISO 8601 datetime when the vendor was most recently updated\"),\n provider_name: z.string().describe(\"Name of the accounting connection that the vendor is uploaded to (e.g., 'QuickBooks', 'NetSuite')\").nullable().optional(),\n vendor_category_info: RampFetchAccountingVendor_VendorCategoryInfoSchema.nullable().optional(),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the vendor is uploaded to\"),\n}).describe(\"Response containing detailed information for a single accounting vendor.\");\n\nexport const rampFetchAccountingVendor = action(\"RAMP_FETCH_ACCOUNTING_VENDOR\", {\n slug: \"ramp-fetch-accounting-vendor\",\n name: \"Fetch Accounting Vendor\",\n description: \"Tool to fetch a specific accounting vendor by ID from Ramp. Use when you need to retrieve detailed information about a single accounting vendor for coding transactions, reimbursements, bills, or purchase orders.\",\n input: RampFetchAccountingVendorInput,\n output: RampFetchAccountingVendorOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC1E,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;AACjM,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAe5D,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnB2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EAC9C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EAC5F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;EAC/E,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;EACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EAC7F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5J,sBAAsB,mDAAmD,SAAS,CAAC,CAAC,SAAS;EAC7F,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAClH,CAAC,CAAC,CAAC,SAAS,0EAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/fetch-custom-accounting-field.ts
4
+ const RampFetchCustomAccountingFieldInput = zod.z.object({ field_id: zod.z.string().describe("UUID of the custom accounting field.") });
5
+ const RampFetchCustomAccountingField_CustomAccountingFieldDataSchema = zod.z.object({
6
+ id: zod.z.string().describe("The unique identifier for the accounting field category (e.g., 'Department')."),
7
+ name: zod.z.string().describe("The display name of the accounting field."),
8
+ ramp_id: zod.z.string().describe("Ramp's internal UUID identifier for the custom accounting field."),
9
+ is_active: zod.z.boolean().describe("Indicates whether the accounting field is currently active."),
10
+ created_at: zod.z.string().describe("ISO 8601 timestamp of when the accounting field was created."),
11
+ input_type: zod.z.string().describe("The type of input field (e.g., 'SINGLE_CHOICE')."),
12
+ updated_at: zod.z.string().describe("ISO 8601 timestamp of when the accounting field was last updated."),
13
+ is_splittable: zod.z.boolean().describe("Indicates whether the field can be split across multiple line items in transactions.")
14
+ });
15
+ const RampFetchCustomAccountingFieldOutput = zod.z.object({ data: RampFetchCustomAccountingField_CustomAccountingFieldDataSchema.nullable() });
16
+ const rampFetchCustomAccountingField = require_action.action("RAMP_FETCH_CUSTOM_ACCOUNTING_FIELD", {
17
+ slug: "ramp-fetch-custom-accounting-field",
18
+ name: "Fetch Custom Accounting Field",
19
+ description: "Tool for fetching a custom accounting field.",
20
+ input: RampFetchCustomAccountingFieldInput,
21
+ output: RampFetchCustomAccountingFieldOutput
22
+ });
23
+ //#endregion
24
+ exports.rampFetchCustomAccountingField = rampFetchCustomAccountingField;
25
+
26
+ //# sourceMappingURL=fetch-custom-accounting-field.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-custom-accounting-field.cjs","names":["z","action"],"sources":["../../src/actions/fetch-custom-accounting-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampFetchCustomAccountingFieldInput: z.ZodTypeAny = z.object({\n field_id: z.string().describe(\"UUID of the custom accounting field.\"),\n});\nconst RampFetchCustomAccountingField_CustomAccountingFieldDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the accounting field category (e.g., 'Department').\"),\n name: z.string().describe(\"The display name of the accounting field.\"),\n ramp_id: z.string().describe(\"Ramp's internal UUID identifier for the custom accounting field.\"),\n is_active: z.boolean().describe(\"Indicates whether the accounting field is currently active.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp of when the accounting field was created.\"),\n input_type: z.string().describe(\"The type of input field (e.g., 'SINGLE_CHOICE').\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp of when the accounting field was last updated.\"),\n is_splittable: z.boolean().describe(\"Indicates whether the field can be split across multiple line items in transactions.\"),\n});\nexport const RampFetchCustomAccountingFieldOutput: z.ZodTypeAny = z.object({\n data: RampFetchCustomAccountingField_CustomAccountingFieldDataSchema.nullable(),\n});\n\nexport const rampFetchCustomAccountingField = action(\"RAMP_FETCH_CUSTOM_ACCOUNTING_FIELD\", {\n slug: \"ramp-fetch-custom-accounting-field\",\n name: \"Fetch Custom Accounting Field\",\n description: \"Tool for fetching a custom accounting field.\",\n input: RampFetchCustomAccountingFieldInput,\n output: RampFetchCustomAccountingFieldOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,EACtE,CAAC;AACD,MAAM,iEAA+EA,IAAAA,EAAE,OAAO;CAC5F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;CACvG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC/F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CACnG,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sFAAsF;AAC5H,CAAC;AACD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,MAAM,+DAA+D,SAAS,EAChF,CAAC;AAED,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,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/fetch-custom-accounting-field.d.ts
4
+ declare const RampFetchCustomAccountingFieldInput: z.ZodTypeAny;
5
+ declare const RampFetchCustomAccountingFieldOutput: z.ZodTypeAny;
6
+ declare const rampFetchCustomAccountingField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampFetchCustomAccountingField };
9
+ //# sourceMappingURL=fetch-custom-accounting-field.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-custom-accounting-field.d.cts","names":[],"sources":["../../src/actions/fetch-custom-accounting-field.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAElD;AAAA,cAWW,oCAAA,EAAsC,CAAA,CAAE,UAEnD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/fetch-custom-accounting-field.d.ts
4
+ declare const RampFetchCustomAccountingFieldInput: z.ZodTypeAny;
5
+ declare const RampFetchCustomAccountingFieldOutput: z.ZodTypeAny;
6
+ declare const rampFetchCustomAccountingField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampFetchCustomAccountingField };
9
+ //# sourceMappingURL=fetch-custom-accounting-field.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-custom-accounting-field.d.mts","names":[],"sources":["../../src/actions/fetch-custom-accounting-field.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAElD;AAAA,cAWW,oCAAA,EAAsC,CAAA,CAAE,UAEnD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/fetch-custom-accounting-field.ts
4
+ const RampFetchCustomAccountingFieldInput = z.object({ field_id: z.string().describe("UUID of the custom accounting field.") });
5
+ const RampFetchCustomAccountingField_CustomAccountingFieldDataSchema = z.object({
6
+ id: z.string().describe("The unique identifier for the accounting field category (e.g., 'Department')."),
7
+ name: z.string().describe("The display name of the accounting field."),
8
+ ramp_id: z.string().describe("Ramp's internal UUID identifier for the custom accounting field."),
9
+ is_active: z.boolean().describe("Indicates whether the accounting field is currently active."),
10
+ created_at: z.string().describe("ISO 8601 timestamp of when the accounting field was created."),
11
+ input_type: z.string().describe("The type of input field (e.g., 'SINGLE_CHOICE')."),
12
+ updated_at: z.string().describe("ISO 8601 timestamp of when the accounting field was last updated."),
13
+ is_splittable: z.boolean().describe("Indicates whether the field can be split across multiple line items in transactions.")
14
+ });
15
+ const rampFetchCustomAccountingField = action("RAMP_FETCH_CUSTOM_ACCOUNTING_FIELD", {
16
+ slug: "ramp-fetch-custom-accounting-field",
17
+ name: "Fetch Custom Accounting Field",
18
+ description: "Tool for fetching a custom accounting field.",
19
+ input: RampFetchCustomAccountingFieldInput,
20
+ output: z.object({ data: RampFetchCustomAccountingField_CustomAccountingFieldDataSchema.nullable() })
21
+ });
22
+ //#endregion
23
+ export { rampFetchCustomAccountingField };
24
+
25
+ //# sourceMappingURL=fetch-custom-accounting-field.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fetch-custom-accounting-field.mjs","names":[],"sources":["../../src/actions/fetch-custom-accounting-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampFetchCustomAccountingFieldInput: z.ZodTypeAny = z.object({\n field_id: z.string().describe(\"UUID of the custom accounting field.\"),\n});\nconst RampFetchCustomAccountingField_CustomAccountingFieldDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the accounting field category (e.g., 'Department').\"),\n name: z.string().describe(\"The display name of the accounting field.\"),\n ramp_id: z.string().describe(\"Ramp's internal UUID identifier for the custom accounting field.\"),\n is_active: z.boolean().describe(\"Indicates whether the accounting field is currently active.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp of when the accounting field was created.\"),\n input_type: z.string().describe(\"The type of input field (e.g., 'SINGLE_CHOICE').\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp of when the accounting field was last updated.\"),\n is_splittable: z.boolean().describe(\"Indicates whether the field can be split across multiple line items in transactions.\"),\n});\nexport const RampFetchCustomAccountingFieldOutput: z.ZodTypeAny = z.object({\n data: RampFetchCustomAccountingField_CustomAccountingFieldDataSchema.nullable(),\n});\n\nexport const rampFetchCustomAccountingField = action(\"RAMP_FETCH_CUSTOM_ACCOUNTING_FIELD\", {\n slug: \"ramp-fetch-custom-accounting-field\",\n name: \"Fetch Custom Accounting Field\",\n description: \"Tool for fetching a custom accounting field.\",\n input: RampFetchCustomAccountingFieldInput,\n output: RampFetchCustomAccountingFieldOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO,EACxE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,EACtE,CAAC;AACD,MAAM,iEAA+E,EAAE,OAAO;CAC5F,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;CACvG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC/F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D;CAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CACnG,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,sFAAsF;AAC5H,CAAC;AAKD,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATgE,EAAE,OAAO,EACzE,MAAM,+DAA+D,SAAS,EAChF,CAOU;AACV,CAAC"}
@@ -0,0 +1,45 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-accounting-accounts.ts
4
+ const RampGetAccountingAccountsInput = zod.z.object({
5
+ code: zod.z.string().describe("Filter by account code (e.g., '6410')").optional(),
6
+ start: zod.z.string().describe("The ID of the last entity of the previous page, used for pagination to get the next page").optional(),
7
+ is_active: zod.z.boolean().describe("Filter by active status. If not provided, returns all accounts. If true, returns only active accounts. If false, returns only inactive accounts.").optional(),
8
+ is_synced: zod.z.boolean().describe("Filter by sync status with the accounting system").optional(),
9
+ page_size: zod.z.number().int().default(20).describe("The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.").optional(),
10
+ remote_id: zod.z.string().describe("Filter by Remote/external ID from the ERP system").optional()
11
+ }).describe("Request parameters to list general ledger accounts.");
12
+ const RampGetAccountingAccounts_GLAccountCategoryInfoSchema = zod.z.object({
13
+ id: zod.z.string().describe("Remote/external ID of the category").nullable().optional(),
14
+ name: zod.z.string().describe("Name of the category").nullable().optional(),
15
+ ramp_id: zod.z.string().describe("Ramp's internal UUID for the category").nullable().optional()
16
+ }).describe("Category information for a general ledger account.");
17
+ const RampGetAccountingAccounts_GLAccountSchema = zod.z.object({
18
+ id: zod.z.string().describe("Remote/external ID of GL account in ERP system").nullable().optional(),
19
+ code: zod.z.string().describe("Account code (e.g., '6410', '400-100')").nullable().optional(),
20
+ name: zod.z.string().describe("Name of the general ledger account (e.g., 'Employees:Salaries & Wages')").nullable().optional(),
21
+ ramp_id: zod.z.string().describe("UUID to uniquely identify a general ledger account within Ramp system").nullable().optional(),
22
+ is_active: zod.z.boolean().describe("Whether the account is active").nullable().optional(),
23
+ created_at: zod.z.string().describe("ISO 8601 datetime when the account was created").nullable().optional(),
24
+ updated_at: zod.z.string().describe("ISO 8601 datetime when the account was last updated").nullable().optional(),
25
+ provider_name: zod.z.string().describe("Name of the accounting connection that the GL account is uploaded to (e.g., 'QuickBooks')").nullable().optional(),
26
+ classification: zod.z.string().describe("Account classification (e.g., EXPENSE, REVENUE, ASSET, LIABILITY)").nullable().optional(),
27
+ accounting_connection_id: zod.z.string().describe("UUID of the accounting connection that the GL account is uploaded to").nullable().optional(),
28
+ gl_account_category_info: RampGetAccountingAccounts_GLAccountCategoryInfoSchema.nullable().optional()
29
+ }).describe("Individual general ledger account object.");
30
+ const RampGetAccountingAccounts_PageSchema = zod.z.object({ next: zod.z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() }).describe("Pagination metadata for navigating through results.");
31
+ const RampGetAccountingAccountsOutput = zod.z.object({
32
+ data: zod.z.array(RampGetAccountingAccounts_GLAccountSchema).describe("Array of general ledger account objects returned in the paginated response"),
33
+ page: RampGetAccountingAccounts_PageSchema.nullable().optional()
34
+ }).describe("Response from Ramp GET accounting accounts endpoint with paginated GL account data.");
35
+ const rampGetAccountingAccounts = require_action.action("RAMP_GET_ACCOUNTING_ACCOUNTS", {
36
+ slug: "ramp-get-accounting-accounts",
37
+ name: "List General Ledger Accounts",
38
+ description: "Tool to list general ledger accounts from Ramp. Use when you need to retrieve GL accounts for accounting integration or transaction categorization.",
39
+ input: RampGetAccountingAccountsInput,
40
+ output: RampGetAccountingAccountsOutput
41
+ });
42
+ //#endregion
43
+ exports.rampGetAccountingAccounts = rampGetAccountingAccounts;
44
+
45
+ //# sourceMappingURL=get-accounting-accounts.cjs.map