@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,139 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-mileage-reimbursement.ts
4
+ const RampCreateMileageReimbursementInput = z.object({
5
+ memo: z.string().describe("Memo or note describing the purpose of the mileage reimbursement. This field is required."),
6
+ distance: z.union([z.string(), z.number()]),
7
+ trip_date: z.string().describe("Date of the trip in ISO 8601 date format (YYYY-MM-DD)."),
8
+ waypoints: z.array(z.string()).describe("List of intermediate stops during the trip.").optional(),
9
+ end_location: z.string().describe("Ending location of the trip.").optional(),
10
+ reimbursee_id: z.string().describe("Unique identifier (UUID) of the user to be reimbursed."),
11
+ distance_units: z.enum(["KILOMETERS", "MILES"]).describe("Distance units for mileage reimbursement.").optional(),
12
+ start_location: z.string().describe("Starting location of the trip.").optional()
13
+ });
14
+ const RampCreateMileageReimbursement_ReimbursementTypeSchema = z.enum([
15
+ "MILEAGE",
16
+ "OUT_OF_POCKET",
17
+ "PAYBACK_FULL",
18
+ "PAYBACK_PARTIAL",
19
+ "PER_DIEM"
20
+ ]).describe("Type of the reimbursement.");
21
+ const RampCreateMileageReimbursement_ReimbursementStateSchema = z.enum([
22
+ "APPROVED",
23
+ "AWAITING_EXPORT",
24
+ "AWAITING_PAYMENT",
25
+ "AWAITING_PUSH_PAYMENT",
26
+ "CANCELED",
27
+ "DELETED",
28
+ "DRAFT",
29
+ "EXPORTED",
30
+ "EXPORT_FAILED",
31
+ "EXPORT_INITIATED",
32
+ "EXPORT_MARKED_AS_FAILED",
33
+ "EXPORT_SUCCESSFUL",
34
+ "FAILED_REIMBURSEMENT",
35
+ "INIT",
36
+ "MANUALLY_REIMBURSED",
37
+ "MISSING_ACH",
38
+ "PENDING",
39
+ "PROCESSING",
40
+ "PUSH_PAYMENT_FAILED",
41
+ "PUSH_PAYMENT_INITIATED",
42
+ "REIMBURSED",
43
+ "REIMBURSED_VIA_PUSH",
44
+ "REJECTED"
45
+ ]).describe("Current state of the reimbursement.");
46
+ const RampCreateMileageReimbursement_AttendeeSchema = z.object({
47
+ name: z.string().describe("Name of the attendee"),
48
+ user_id: z.string().describe("User ID of the attendee if they are a Ramp user").nullable().optional()
49
+ }).describe("Attendee information for a reimbursement.");
50
+ const RampCreateMileageReimbursement_ReimbursementDirectionSchema = z.enum(["BUSINESS_TO_USER", "USER_TO_BUSINESS"]).describe("Direction of the reimbursement.");
51
+ const RampCreateMileageReimbursement_LineItemAmountSchema = z.object({
52
+ amount: z.number().int().describe("Numeric value of the line item amount in minor currency units"),
53
+ currency_code: z.string().describe("Currency code for the line item")
54
+ }).describe("Amount object for a line item.");
55
+ const RampCreateMileageReimbursement_CategoryInfoSchema = z.object({
56
+ id: z.string().describe("Internal identifier for the category").nullable().optional(),
57
+ name: z.string().describe("Name of the category").nullable().optional(),
58
+ type: z.string().describe("Type of accounting field (e.g., GL_ACCOUNT, Subsidiary)").nullable().optional(),
59
+ external_id: z.string().describe("External identifier for the category").nullable().optional()
60
+ }).describe("Category information for an accounting field.");
61
+ const RampCreateMileageReimbursement_AccountingFieldSelectionSchema = z.object({
62
+ id: z.string().describe("Internal identifier for the accounting field selection").nullable().optional(),
63
+ name: z.string().describe("Name of the accounting field selection").nullable().optional(),
64
+ type: z.string().describe("Type of the accounting field selection").nullable().optional(),
65
+ source: z.object({}).describe("Source information for the accounting field selection").nullable().optional(),
66
+ external_id: z.string().describe("External identifier for the accounting field selection").nullable().optional(),
67
+ category_info: RampCreateMileageReimbursement_CategoryInfoSchema.nullable().optional(),
68
+ external_code: z.string().describe("External code for the accounting field selection").nullable().optional(),
69
+ provider_name: z.string().describe("Provider name for the accounting field selection").nullable().optional()
70
+ }).describe("Accounting field selection with category information.");
71
+ const RampCreateMileageReimbursement_LineItemSchema = z.object({
72
+ memo: z.string().describe("Memo for this line item").nullable().optional(),
73
+ amount: RampCreateMileageReimbursement_LineItemAmountSchema.nullable(),
74
+ accounting_field_selections: z.array(RampCreateMileageReimbursement_AccountingFieldSelectionSchema).describe("Accounting field selections for this line item")
75
+ }).describe("Individual line item within a reimbursement.");
76
+ const RampCreateMileageReimbursement_SyncStatusSchema = z.enum([
77
+ "NOT_SYNC_READY",
78
+ "SYNCED",
79
+ "SYNC_READY"
80
+ ]).describe("Current sync status of the reimbursement.");
81
+ const RampCreateMileageReimbursement_MoneyAmountSchema = z.object({
82
+ amount: z.number().int().describe("Numeric value of the amount in minor currency units (e.g., cents)"),
83
+ currency_code: z.string().describe("Currency code (e.g., USD, EUR)"),
84
+ minor_unit_conversion_rate: z.number().int().describe("Conversion rate for minor units").nullable().optional()
85
+ }).describe("Amount object with currency information.");
86
+ const RampCreateMileageReimbursement_ExpenseGroupSchema = z.object({
87
+ id: z.string().describe("Unique identifier of the expense group"),
88
+ name: z.string().describe("Name of the expense group")
89
+ }).describe("Expense group information.");
90
+ const rampCreateMileageReimbursement = action("RAMP_CREATE_MILEAGE_REIMBURSEMENT", {
91
+ slug: "ramp-create-mileage-reimbursement",
92
+ name: "Create Mileage Reimbursement",
93
+ description: "Tool to create a mileage reimbursement in Ramp. Use when a user needs to submit a reimbursement for business-related travel distance. Requires distance, reimbursee_id, and trip_date as mandatory fields.",
94
+ input: RampCreateMileageReimbursementInput,
95
+ output: z.object({
96
+ id: z.string().describe("Unique identifier of the reimbursement"),
97
+ memo: z.string().describe("Reimbursement memo").nullable().optional(),
98
+ type: RampCreateMileageReimbursement_ReimbursementTypeSchema.nullable(),
99
+ state: RampCreateMileageReimbursement_ReimbursementStateSchema.nullable(),
100
+ amount: z.number().describe("The amount that the payor pays.").nullable().optional(),
101
+ trip_id: z.string().describe("Trip ID associated with the reimbursement if a Trip ID is available.").nullable().optional(),
102
+ user_id: z.string().describe("Unique identifier of the person who made the reimbursement."),
103
+ currency: z.string().describe("The currency that the payor pays with."),
104
+ distance: z.number().describe("The distance of the reimbursement in miles, for mileage reimbursements.").nullable().optional(),
105
+ merchant: z.string().describe("The name of the merchant that the reimbursement is associated with.").nullable().optional(),
106
+ receipts: z.array(z.string()).describe("List of receipt IDs associated with the reimbursement.").nullable().optional(),
107
+ attendees: z.array(RampCreateMileageReimbursement_AttendeeSchema).describe("List of attendees for the reimbursement.").nullable().optional(),
108
+ direction: RampCreateMileageReimbursement_ReimbursementDirectionSchema.nullable(),
109
+ entity_id: z.string().describe("Unique identifier of the associated business entity.").nullable().optional(),
110
+ synced_at: z.string().describe("Time when reimbursement has been synced. Will be None if the reimbursement is not synced.").nullable().optional(),
111
+ waypoints: z.array(z.string()).describe("List of intermediate stops during the trip, for mileage reimbursements.").nullable().optional(),
112
+ created_at: z.string().describe("Time at which the reimbursement is created. Presented in ISO8601 format."),
113
+ line_items: z.array(RampCreateMileageReimbursement_LineItemSchema).describe("List of line items related to the reimbursement.").nullable().optional(),
114
+ payment_id: z.string().describe("The unique identifier of the payment batch that the reimbursement is associated with, once paid.").nullable().optional(),
115
+ updated_at: z.string().describe("Time at which the reimbursement was last updated. Presented in ISO8601 format.").nullable().optional(),
116
+ user_email: z.string().describe("Email of the person who made the reimbursement."),
117
+ approved_at: z.string().describe("Time at which the reimbursement is approved. Presented in ISO8601 format.").nullable().optional(),
118
+ employee_id: z.string().describe("Employee ID of the person who made the reimbursement.").nullable().optional(),
119
+ merchant_id: z.string().describe("The unique identifier of the merchant. Note that this field may be empty when merchant is populated if Ramp does not recognize the merchant.").nullable().optional(),
120
+ sync_status: RampCreateMileageReimbursement_SyncStatusSchema.nullable().optional(),
121
+ end_location: z.string().describe("Ending location of the trip, for mileage reimbursements.").nullable().optional(),
122
+ payee_amount: RampCreateMileageReimbursement_MoneyAmountSchema.nullable().optional(),
123
+ submitted_at: z.string().describe("Time when reimbursement was most recently submitted").nullable().optional(),
124
+ expense_group: RampCreateMileageReimbursement_ExpenseGroupSchema.nullable().optional(),
125
+ spend_limit_id: z.string().describe("Spend limit to which the reimbursement is attributed, if it exists.").nullable().optional(),
126
+ start_location: z.string().describe("Starting location of the trip, for mileage reimbursements.").nullable().optional(),
127
+ user_full_name: z.string().describe("Full name of the person who made the reimbursement."),
128
+ accounting_date: z.string().describe("The date for the reimbursement for accounting purposes. If not specified, falls back to the transaction date.").nullable().optional(),
129
+ payment_batch_id: z.string().describe("The unique identifier of the reimbursement payment batch that the reimbursement is associated with.").nullable().optional(),
130
+ transaction_date: z.string().describe("Date of the transaction in ISO 8601 date format.").nullable().optional(),
131
+ payment_processed_at: z.string().describe("Time of reimbursement payment. Presented in ISO8601 format.").nullable().optional(),
132
+ accounting_field_selections: z.array(RampCreateMileageReimbursement_AccountingFieldSelectionSchema).describe("List of accounting fields selected to code the reimbursement.").nullable().optional(),
133
+ original_reimbursement_amount: RampCreateMileageReimbursement_MoneyAmountSchema.nullable().optional()
134
+ }).describe("Complete mileage reimbursement details returned by the API.")
135
+ });
136
+ //#endregion
137
+ export { rampCreateMileageReimbursement };
138
+
139
+ //# sourceMappingURL=create-mileage-reimbursement.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-mileage-reimbursement.mjs","names":[],"sources":["../../src/actions/create-mileage-reimbursement.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateMileageReimbursementInput: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"Memo or note describing the purpose of the mileage reimbursement. This field is required.\"),\n distance: z.union([z.string(), z.number()]),\n trip_date: z.string().describe(\"Date of the trip in ISO 8601 date format (YYYY-MM-DD).\"),\n waypoints: z.array(z.string()).describe(\"List of intermediate stops during the trip.\").optional(),\n end_location: z.string().describe(\"Ending location of the trip.\").optional(),\n reimbursee_id: z.string().describe(\"Unique identifier (UUID) of the user to be reimbursed.\"),\n distance_units: z.enum([\"KILOMETERS\", \"MILES\"]).describe(\"Distance units for mileage reimbursement.\").optional(),\n start_location: z.string().describe(\"Starting location of the trip.\").optional(),\n});\nconst RampCreateMileageReimbursement_ReimbursementTypeSchema: z.ZodTypeAny = z.enum([\"MILEAGE\", \"OUT_OF_POCKET\", \"PAYBACK_FULL\", \"PAYBACK_PARTIAL\", \"PER_DIEM\"]).describe(\"Type of the reimbursement.\");\nconst RampCreateMileageReimbursement_ReimbursementStateSchema: z.ZodTypeAny = z.enum([\"APPROVED\", \"AWAITING_EXPORT\", \"AWAITING_PAYMENT\", \"AWAITING_PUSH_PAYMENT\", \"CANCELED\", \"DELETED\", \"DRAFT\", \"EXPORTED\", \"EXPORT_FAILED\", \"EXPORT_INITIATED\", \"EXPORT_MARKED_AS_FAILED\", \"EXPORT_SUCCESSFUL\", \"FAILED_REIMBURSEMENT\", \"INIT\", \"MANUALLY_REIMBURSED\", \"MISSING_ACH\", \"PENDING\", \"PROCESSING\", \"PUSH_PAYMENT_FAILED\", \"PUSH_PAYMENT_INITIATED\", \"REIMBURSED\", \"REIMBURSED_VIA_PUSH\", \"REJECTED\"]).describe(\"Current state of the reimbursement.\");\nconst RampCreateMileageReimbursement_AttendeeSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the attendee\"),\n user_id: z.string().describe(\"User ID of the attendee if they are a Ramp user\").nullable().optional(),\n}).describe(\"Attendee information for a reimbursement.\");\nconst RampCreateMileageReimbursement_ReimbursementDirectionSchema: z.ZodTypeAny = z.enum([\"BUSINESS_TO_USER\", \"USER_TO_BUSINESS\"]).describe(\"Direction of the reimbursement.\");\nconst RampCreateMileageReimbursement_LineItemAmountSchema: z.ZodTypeAny = z.object({\n amount: z.number().int().describe(\"Numeric value of the line item amount in minor currency units\"),\n currency_code: z.string().describe(\"Currency code for the line item\"),\n}).describe(\"Amount object for a line item.\");\nconst RampCreateMileageReimbursement_CategoryInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal identifier for the category\").nullable().optional(),\n name: z.string().describe(\"Name of the category\").nullable().optional(),\n type: z.string().describe(\"Type of accounting field (e.g., GL_ACCOUNT, Subsidiary)\").nullable().optional(),\n external_id: z.string().describe(\"External identifier for the category\").nullable().optional(),\n}).describe(\"Category information for an accounting field.\");\nconst RampCreateMileageReimbursement_AccountingFieldSelectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Internal identifier for the accounting field selection\").nullable().optional(),\n name: z.string().describe(\"Name of the accounting field selection\").nullable().optional(),\n type: z.string().describe(\"Type of the accounting field selection\").nullable().optional(),\n source: z.object({}).describe(\"Source information for the accounting field selection\").nullable().optional(),\n external_id: z.string().describe(\"External identifier for the accounting field selection\").nullable().optional(),\n category_info: RampCreateMileageReimbursement_CategoryInfoSchema.nullable().optional(),\n external_code: z.string().describe(\"External code for the accounting field selection\").nullable().optional(),\n provider_name: z.string().describe(\"Provider name for the accounting field selection\").nullable().optional(),\n}).describe(\"Accounting field selection with category information.\");\nconst RampCreateMileageReimbursement_LineItemSchema: z.ZodTypeAny = z.object({\n memo: z.string().describe(\"Memo for this line item\").nullable().optional(),\n amount: RampCreateMileageReimbursement_LineItemAmountSchema.nullable(),\n accounting_field_selections: z.array(RampCreateMileageReimbursement_AccountingFieldSelectionSchema).describe(\"Accounting field selections for this line item\"),\n}).describe(\"Individual line item within a reimbursement.\");\nconst RampCreateMileageReimbursement_SyncStatusSchema: z.ZodTypeAny = z.enum([\"NOT_SYNC_READY\", \"SYNCED\", \"SYNC_READY\"]).describe(\"Current sync status of the reimbursement.\");\nconst RampCreateMileageReimbursement_MoneyAmountSchema: z.ZodTypeAny = z.object({\n amount: z.number().int().describe(\"Numeric value of the amount in minor currency units (e.g., cents)\"),\n currency_code: z.string().describe(\"Currency code (e.g., USD, EUR)\"),\n minor_unit_conversion_rate: z.number().int().describe(\"Conversion rate for minor units\").nullable().optional(),\n}).describe(\"Amount object with currency information.\");\nconst RampCreateMileageReimbursement_ExpenseGroupSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the expense group\"),\n name: z.string().describe(\"Name of the expense group\"),\n}).describe(\"Expense group information.\");\nexport const RampCreateMileageReimbursementOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the reimbursement\"),\n memo: z.string().describe(\"Reimbursement memo\").nullable().optional(),\n type: RampCreateMileageReimbursement_ReimbursementTypeSchema.nullable(),\n state: RampCreateMileageReimbursement_ReimbursementStateSchema.nullable(),\n amount: z.number().describe(\"The amount that the payor pays.\").nullable().optional(),\n trip_id: z.string().describe(\"Trip ID associated with the reimbursement if a Trip ID is available.\").nullable().optional(),\n user_id: z.string().describe(\"Unique identifier of the person who made the reimbursement.\"),\n currency: z.string().describe(\"The currency that the payor pays with.\"),\n distance: z.number().describe(\"The distance of the reimbursement in miles, for mileage reimbursements.\").nullable().optional(),\n merchant: z.string().describe(\"The name of the merchant that the reimbursement is associated with.\").nullable().optional(),\n receipts: z.array(z.string()).describe(\"List of receipt IDs associated with the reimbursement.\").nullable().optional(),\n attendees: z.array(RampCreateMileageReimbursement_AttendeeSchema).describe(\"List of attendees for the reimbursement.\").nullable().optional(),\n direction: RampCreateMileageReimbursement_ReimbursementDirectionSchema.nullable(),\n entity_id: z.string().describe(\"Unique identifier of the associated business entity.\").nullable().optional(),\n synced_at: z.string().describe(\"Time when reimbursement has been synced. Will be None if the reimbursement is not synced.\").nullable().optional(),\n waypoints: z.array(z.string()).describe(\"List of intermediate stops during the trip, for mileage reimbursements.\").nullable().optional(),\n created_at: z.string().describe(\"Time at which the reimbursement is created. Presented in ISO8601 format.\"),\n line_items: z.array(RampCreateMileageReimbursement_LineItemSchema).describe(\"List of line items related to the reimbursement.\").nullable().optional(),\n payment_id: z.string().describe(\"The unique identifier of the payment batch that the reimbursement is associated with, once paid.\").nullable().optional(),\n updated_at: z.string().describe(\"Time at which the reimbursement was last updated. Presented in ISO8601 format.\").nullable().optional(),\n user_email: z.string().describe(\"Email of the person who made the reimbursement.\"),\n approved_at: z.string().describe(\"Time at which the reimbursement is approved. Presented in ISO8601 format.\").nullable().optional(),\n employee_id: z.string().describe(\"Employee ID of the person who made the reimbursement.\").nullable().optional(),\n merchant_id: z.string().describe(\"The unique identifier of the merchant. Note that this field may be empty when merchant is populated if Ramp does not recognize the merchant.\").nullable().optional(),\n sync_status: RampCreateMileageReimbursement_SyncStatusSchema.nullable().optional(),\n end_location: z.string().describe(\"Ending location of the trip, for mileage reimbursements.\").nullable().optional(),\n payee_amount: RampCreateMileageReimbursement_MoneyAmountSchema.nullable().optional(),\n submitted_at: z.string().describe(\"Time when reimbursement was most recently submitted\").nullable().optional(),\n expense_group: RampCreateMileageReimbursement_ExpenseGroupSchema.nullable().optional(),\n spend_limit_id: z.string().describe(\"Spend limit to which the reimbursement is attributed, if it exists.\").nullable().optional(),\n start_location: z.string().describe(\"Starting location of the trip, for mileage reimbursements.\").nullable().optional(),\n user_full_name: z.string().describe(\"Full name of the person who made the reimbursement.\"),\n accounting_date: z.string().describe(\"The date for the reimbursement for accounting purposes. If not specified, falls back to the transaction date.\").nullable().optional(),\n payment_batch_id: z.string().describe(\"The unique identifier of the reimbursement payment batch that the reimbursement is associated with.\").nullable().optional(),\n transaction_date: z.string().describe(\"Date of the transaction in ISO 8601 date format.\").nullable().optional(),\n payment_processed_at: z.string().describe(\"Time of reimbursement payment. Presented in ISO8601 format.\").nullable().optional(),\n accounting_field_selections: z.array(RampCreateMileageReimbursement_AccountingFieldSelectionSchema).describe(\"List of accounting fields selected to code the reimbursement.\").nullable().optional(),\n original_reimbursement_amount: RampCreateMileageReimbursement_MoneyAmountSchema.nullable().optional(),\n}).describe(\"Complete mileage reimbursement details returned by the API.\");\n\nexport const rampCreateMileageReimbursement = action(\"RAMP_CREATE_MILEAGE_REIMBURSEMENT\", {\n slug: \"ramp-create-mileage-reimbursement\",\n name: \"Create Mileage Reimbursement\",\n description: \"Tool to create a mileage reimbursement in Ramp. Use when a user needs to submit a reimbursement for business-related travel distance. Requires distance, reimbursee_id, and trip_date as mandatory fields.\",\n input: RampCreateMileageReimbursementInput,\n output: RampCreateMileageReimbursementOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,45 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-new-custom-accounting-field.ts
4
+ const RampCreateNewCustomAccountingFieldInput = zod.z.object({
5
+ id: zod.z.string().describe("Remote/external ID of custom accounting field from ERP system."),
6
+ name: zod.z.string().describe("Name of the custom accounting field."),
7
+ input_type: zod.z.enum([
8
+ "SINGLE_CHOICE",
9
+ "BOOLEAN",
10
+ "FREE_FORM_TEXT"
11
+ ]).describe("The input type could be SINGLE_CHOICE, BOOLEAN or FREE_FORM_TEXT."),
12
+ is_splittable: zod.z.boolean().describe("If set to True, the accounting field can be used to annotate split line items.").optional(),
13
+ is_required_for: zod.z.array(zod.z.enum([
14
+ "BILL",
15
+ "BILL_PAYMENT",
16
+ "PURCHASE_ORDER",
17
+ "REIMBURSEMENT",
18
+ "TRANSACTION"
19
+ ])).describe("Types of objects that require this accounting field to be used for coding before they can be marked as ready to sync.").optional()
20
+ });
21
+ const RampCreateNewCustomAccountingFieldOutput = zod.z.object({
22
+ id: zod.z.string().describe("External ID of the custom accounting field"),
23
+ name: zod.z.string().describe("Display name of the custom accounting field"),
24
+ ramp_id: zod.z.string().describe("Ramp's internal UUID identifier for the custom accounting field"),
25
+ is_active: zod.z.boolean().describe("Indicates whether the accounting field is currently active"),
26
+ created_at: zod.z.string().describe("ISO 8601 timestamp of when the accounting field was created"),
27
+ input_type: zod.z.string().describe("The type of input field (SINGLE_CHOICE, BOOLEAN, or FREE_FORM_TEXT)"),
28
+ updated_at: zod.z.string().describe("ISO 8601 timestamp of when the accounting field was last updated"),
29
+ display_name: zod.z.string().describe("Optional display name for the accounting field").nullable().optional(),
30
+ is_splittable: zod.z.boolean().describe("Whether the field can be split across multiple line items in transactions"),
31
+ provider_name: zod.z.string().describe("The name of the accounting provider (e.g., NETSUITE, QUICKBOOKS)").nullable().optional(),
32
+ is_required_for: zod.z.array(zod.z.string()).describe("Types of objects that require this accounting field").nullable().optional(),
33
+ accounting_connection_id: zod.z.string().describe("The accounting connection ID associated with this field").nullable().optional()
34
+ }).describe("Response from creating a new custom accounting field.");
35
+ const rampCreateNewCustomAccountingField = require_action.action("RAMP_CREATE_NEW_CUSTOM_ACCOUNTING_FIELD", {
36
+ slug: "ramp-create-new-custom-accounting-field",
37
+ name: "Create New Custom Accounting Field",
38
+ description: "Tool for creating a new custom accounting field. Note: This operation requires elevated permissions not available in the demo API.",
39
+ input: RampCreateNewCustomAccountingFieldInput,
40
+ output: RampCreateNewCustomAccountingFieldOutput
41
+ });
42
+ //#endregion
43
+ exports.rampCreateNewCustomAccountingField = rampCreateNewCustomAccountingField;
44
+
45
+ //# sourceMappingURL=create-new-custom-accounting-field.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-new-custom-accounting-field.cjs","names":["z","action"],"sources":["../../src/actions/create-new-custom-accounting-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateNewCustomAccountingFieldInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of custom accounting field from ERP system.\"),\n name: z.string().describe(\"Name of the custom accounting field.\"),\n input_type: z.enum([\"SINGLE_CHOICE\", \"BOOLEAN\", \"FREE_FORM_TEXT\"]).describe(\"The input type could be SINGLE_CHOICE, BOOLEAN or FREE_FORM_TEXT.\"),\n is_splittable: z.boolean().describe(\"If set to True, the accounting field can be used to annotate split line items.\").optional(),\n is_required_for: z.array(z.enum([\"BILL\", \"BILL_PAYMENT\", \"PURCHASE_ORDER\", \"REIMBURSEMENT\", \"TRANSACTION\"])).describe(\"Types of objects that require this accounting field to be used for coding before they can be marked as ready to sync.\").optional(),\n});\nexport const RampCreateNewCustomAccountingFieldOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"External ID of the custom accounting field\"),\n name: z.string().describe(\"Display name of the custom 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 (SINGLE_CHOICE, BOOLEAN, or FREE_FORM_TEXT)\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp of when the accounting field was last updated\"),\n display_name: z.string().describe(\"Optional display name for the accounting field\").nullable().optional(),\n is_splittable: z.boolean().describe(\"Whether the field can be split across multiple line items in transactions\"),\n provider_name: z.string().describe(\"The name of the accounting provider (e.g., NETSUITE, QUICKBOOKS)\").nullable().optional(),\n is_required_for: z.array(z.string()).describe(\"Types of objects that require this accounting field\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"The accounting connection ID associated with this field\").nullable().optional(),\n}).describe(\"Response from creating a new custom accounting field.\");\n\nexport const rampCreateNewCustomAccountingField = action(\"RAMP_CREATE_NEW_CUSTOM_ACCOUNTING_FIELD\", {\n slug: \"ramp-create-new-custom-accounting-field\",\n name: \"Create New Custom Accounting Field\",\n description: \"Tool for creating a new custom accounting field. Note: This operation requires elevated permissions not available in the demo API.\",\n input: RampCreateNewCustomAccountingFieldInput,\n output: RampCreateNewCustomAccountingFieldOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CACxF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,YAAYA,IAAAA,EAAE,KAAK;EAAC;EAAiB;EAAW;CAAgB,CAAC,CAAC,CAAC,SAAS,mEAAmE;CAC/I,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CAC/H,iBAAiBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAgB;EAAkB;EAAiB;CAAa,CAAC,CAAC,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;AAC1P,CAAC;AACD,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAC9F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAClG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E;CAC/G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,iBAAiBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,qCAAqCC,eAAAA,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-new-custom-accounting-field.d.ts
4
+ declare const RampCreateNewCustomAccountingFieldInput: z.ZodTypeAny;
5
+ declare const RampCreateNewCustomAccountingFieldOutput: z.ZodTypeAny;
6
+ declare const rampCreateNewCustomAccountingField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampCreateNewCustomAccountingField };
9
+ //# sourceMappingURL=create-new-custom-accounting-field.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-new-custom-accounting-field.d.cts","names":[],"sources":["../../src/actions/create-new-custom-accounting-field.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAMtD;AAAA,cACW,wCAAA,EAA0C,CAAA,CAAE,UAaW;AAAA,cAEvD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-new-custom-accounting-field.d.ts
4
+ declare const RampCreateNewCustomAccountingFieldInput: z.ZodTypeAny;
5
+ declare const RampCreateNewCustomAccountingFieldOutput: z.ZodTypeAny;
6
+ declare const rampCreateNewCustomAccountingField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampCreateNewCustomAccountingField };
9
+ //# sourceMappingURL=create-new-custom-accounting-field.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-new-custom-accounting-field.d.mts","names":[],"sources":["../../src/actions/create-new-custom-accounting-field.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAMtD;AAAA,cACW,wCAAA,EAA0C,CAAA,CAAE,UAaW;AAAA,cAEvD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,42 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rampCreateNewCustomAccountingField = action("RAMP_CREATE_NEW_CUSTOM_ACCOUNTING_FIELD", {
4
+ slug: "ramp-create-new-custom-accounting-field",
5
+ name: "Create New Custom Accounting Field",
6
+ description: "Tool for creating a new custom accounting field. Note: This operation requires elevated permissions not available in the demo API.",
7
+ input: z.object({
8
+ id: z.string().describe("Remote/external ID of custom accounting field from ERP system."),
9
+ name: z.string().describe("Name of the custom accounting field."),
10
+ input_type: z.enum([
11
+ "SINGLE_CHOICE",
12
+ "BOOLEAN",
13
+ "FREE_FORM_TEXT"
14
+ ]).describe("The input type could be SINGLE_CHOICE, BOOLEAN or FREE_FORM_TEXT."),
15
+ is_splittable: z.boolean().describe("If set to True, the accounting field can be used to annotate split line items.").optional(),
16
+ is_required_for: z.array(z.enum([
17
+ "BILL",
18
+ "BILL_PAYMENT",
19
+ "PURCHASE_ORDER",
20
+ "REIMBURSEMENT",
21
+ "TRANSACTION"
22
+ ])).describe("Types of objects that require this accounting field to be used for coding before they can be marked as ready to sync.").optional()
23
+ }),
24
+ output: z.object({
25
+ id: z.string().describe("External ID of the custom accounting field"),
26
+ name: z.string().describe("Display name of the custom accounting field"),
27
+ ramp_id: z.string().describe("Ramp's internal UUID identifier for the custom accounting field"),
28
+ is_active: z.boolean().describe("Indicates whether the accounting field is currently active"),
29
+ created_at: z.string().describe("ISO 8601 timestamp of when the accounting field was created"),
30
+ input_type: z.string().describe("The type of input field (SINGLE_CHOICE, BOOLEAN, or FREE_FORM_TEXT)"),
31
+ updated_at: z.string().describe("ISO 8601 timestamp of when the accounting field was last updated"),
32
+ display_name: z.string().describe("Optional display name for the accounting field").nullable().optional(),
33
+ is_splittable: z.boolean().describe("Whether the field can be split across multiple line items in transactions"),
34
+ provider_name: z.string().describe("The name of the accounting provider (e.g., NETSUITE, QUICKBOOKS)").nullable().optional(),
35
+ is_required_for: z.array(z.string()).describe("Types of objects that require this accounting field").nullable().optional(),
36
+ accounting_connection_id: z.string().describe("The accounting connection ID associated with this field").nullable().optional()
37
+ }).describe("Response from creating a new custom accounting field.")
38
+ });
39
+ //#endregion
40
+ export { rampCreateNewCustomAccountingField };
41
+
42
+ //# sourceMappingURL=create-new-custom-accounting-field.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-new-custom-accounting-field.mjs","names":[],"sources":["../../src/actions/create-new-custom-accounting-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateNewCustomAccountingFieldInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of custom accounting field from ERP system.\"),\n name: z.string().describe(\"Name of the custom accounting field.\"),\n input_type: z.enum([\"SINGLE_CHOICE\", \"BOOLEAN\", \"FREE_FORM_TEXT\"]).describe(\"The input type could be SINGLE_CHOICE, BOOLEAN or FREE_FORM_TEXT.\"),\n is_splittable: z.boolean().describe(\"If set to True, the accounting field can be used to annotate split line items.\").optional(),\n is_required_for: z.array(z.enum([\"BILL\", \"BILL_PAYMENT\", \"PURCHASE_ORDER\", \"REIMBURSEMENT\", \"TRANSACTION\"])).describe(\"Types of objects that require this accounting field to be used for coding before they can be marked as ready to sync.\").optional(),\n});\nexport const RampCreateNewCustomAccountingFieldOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"External ID of the custom accounting field\"),\n name: z.string().describe(\"Display name of the custom 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 (SINGLE_CHOICE, BOOLEAN, or FREE_FORM_TEXT)\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp of when the accounting field was last updated\"),\n display_name: z.string().describe(\"Optional display name for the accounting field\").nullable().optional(),\n is_splittable: z.boolean().describe(\"Whether the field can be split across multiple line items in transactions\"),\n provider_name: z.string().describe(\"The name of the accounting provider (e.g., NETSUITE, QUICKBOOKS)\").nullable().optional(),\n is_required_for: z.array(z.string()).describe(\"Types of objects that require this accounting field\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"The accounting connection ID associated with this field\").nullable().optional(),\n}).describe(\"Response from creating a new custom accounting field.\");\n\nexport const rampCreateNewCustomAccountingField = action(\"RAMP_CREATE_NEW_CUSTOM_ACCOUNTING_FIELD\", {\n slug: \"ramp-create-new-custom-accounting-field\",\n name: \"Create New Custom Accounting Field\",\n description: \"Tool for creating a new custom accounting field. Note: This operation requires elevated permissions not available in the demo API.\",\n input: RampCreateNewCustomAccountingFieldInput,\n output: RampCreateNewCustomAccountingFieldOutput,\n});\n"],"mappings":";;AA0BA,MAAa,qCAAqC,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA1BmE,EAAE,OAAO;EAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;EACxF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EAChE,YAAY,EAAE,KAAK;GAAC;GAAiB;GAAW;EAAgB,CAAC,CAAC,CAAC,SAAS,mEAAmE;EAC/I,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;EAC/H,iBAAiB,EAAE,MAAM,EAAE,KAAK;GAAC;GAAQ;GAAgB;GAAkB;GAAiB;EAAa,CAAC,CAAC,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS;CAC1P,CAoBS;CACP,QApBoE,EAAE,OAAO;EAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;EAC9F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;EAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;EACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;EAClG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E;EAC/G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3H,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzH,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-tax-code-accounting-field.ts
4
+ const RampCreateTaxCodeAccountingFieldInput = zod.z.object({
5
+ name: zod.z.string().describe("Name of the tax code field in the remote ERP system."),
6
+ display_name: zod.z.string().describe("The name of the tax code field as shown on Ramp. If not provided, the name field will be used as the display name.").optional()
7
+ }).describe("Request to create a new tax code accounting field.");
8
+ const RampCreateTaxCodeAccountingFieldOutput = zod.z.object({
9
+ id: zod.z.string().describe("Remote/external ID of tax code field from ERP system."),
10
+ name: zod.z.string().describe("Name of the tax code field in the remote ERP system."),
11
+ ramp_id: zod.z.string().describe("Unique identifier for the tax code field within Ramp system."),
12
+ display_name: zod.z.string().describe("Display name of the tax code field on Ramp.").nullable().optional(),
13
+ accounting_connection_id: zod.z.string().describe("ID of the accounting connection that the tax code field is associated with.")
14
+ }).describe("Response from creating a new tax code accounting field.");
15
+ const rampCreateTaxCodeAccountingField = require_action.action("RAMP_CREATE_TAX_CODE_ACCOUNTING_FIELD", {
16
+ slug: "ramp-create-tax-code-accounting-field",
17
+ name: "Create Tax Code Accounting Field",
18
+ description: "Tool to create a new tax code accounting field in Ramp. There can only be one active tax code accounting field per accounting connection. Use when you need to set up tax code tracking for an accounting integration.",
19
+ input: RampCreateTaxCodeAccountingFieldInput,
20
+ output: RampCreateTaxCodeAccountingFieldOutput
21
+ });
22
+ //#endregion
23
+ exports.rampCreateTaxCodeAccountingField = rampCreateTaxCodeAccountingField;
24
+
25
+ //# sourceMappingURL=create-tax-code-accounting-field.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-tax-code-accounting-field.cjs","names":["z","action"],"sources":["../../src/actions/create-tax-code-accounting-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateTaxCodeAccountingFieldInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the tax code field in the remote ERP system.\"),\n display_name: z.string().describe(\"The name of the tax code field as shown on Ramp. If not provided, the name field will be used as the display name.\").optional(),\n}).describe(\"Request to create a new tax code accounting field.\");\nexport const RampCreateTaxCodeAccountingFieldOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of tax code field from ERP system.\"),\n name: z.string().describe(\"Name of the tax code field in the remote ERP system.\"),\n ramp_id: z.string().describe(\"Unique identifier for the tax code field within Ramp system.\"),\n display_name: z.string().describe(\"Display name of the tax code field on Ramp.\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"ID of the accounting connection that the tax code field is associated with.\"),\n}).describe(\"Response from creating a new tax code accounting field.\");\n\nexport const rampCreateTaxCodeAccountingField = action(\"RAMP_CREATE_TAX_CODE_ACCOUNTING_FIELD\", {\n slug: \"ramp-create-tax-code-accounting-field\",\n name: \"Create Tax Code Accounting Field\",\n description: \"Tool to create a new tax code accounting field in Ramp. There can only be one active tax code accounting field per accounting connection. Use when you need to set up tax code tracking for an accounting integration.\",\n input: RampCreateTaxCodeAccountingFieldInput,\n output: RampCreateTaxCodeAccountingFieldOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAChF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;AACnK,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC3F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;AAC7H,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,mCAAmCC,eAAAA,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-tax-code-accounting-field.d.ts
4
+ declare const RampCreateTaxCodeAccountingFieldInput: z.ZodTypeAny;
5
+ declare const RampCreateTaxCodeAccountingFieldOutput: z.ZodTypeAny;
6
+ declare const rampCreateTaxCodeAccountingField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampCreateTaxCodeAccountingField };
9
+ //# sourceMappingURL=create-tax-code-accounting-field.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-tax-code-accounting-field.d.cts","names":[],"sources":["../../src/actions/create-tax-code-accounting-field.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGW;AAAA,cACpD,sCAAA,EAAwC,CAAA,CAAE,UAMe;AAAA,cAEzD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-tax-code-accounting-field.d.ts
4
+ declare const RampCreateTaxCodeAccountingFieldInput: z.ZodTypeAny;
5
+ declare const RampCreateTaxCodeAccountingFieldOutput: z.ZodTypeAny;
6
+ declare const rampCreateTaxCodeAccountingField: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampCreateTaxCodeAccountingField };
9
+ //# sourceMappingURL=create-tax-code-accounting-field.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-tax-code-accounting-field.d.mts","names":[],"sources":["../../src/actions/create-tax-code-accounting-field.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGW;AAAA,cACpD,sCAAA,EAAwC,CAAA,CAAE,UAMe;AAAA,cAEzD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rampCreateTaxCodeAccountingField = action("RAMP_CREATE_TAX_CODE_ACCOUNTING_FIELD", {
4
+ slug: "ramp-create-tax-code-accounting-field",
5
+ name: "Create Tax Code Accounting Field",
6
+ description: "Tool to create a new tax code accounting field in Ramp. There can only be one active tax code accounting field per accounting connection. Use when you need to set up tax code tracking for an accounting integration.",
7
+ input: z.object({
8
+ name: z.string().describe("Name of the tax code field in the remote ERP system."),
9
+ display_name: z.string().describe("The name of the tax code field as shown on Ramp. If not provided, the name field will be used as the display name.").optional()
10
+ }).describe("Request to create a new tax code accounting field."),
11
+ output: z.object({
12
+ id: z.string().describe("Remote/external ID of tax code field from ERP system."),
13
+ name: z.string().describe("Name of the tax code field in the remote ERP system."),
14
+ ramp_id: z.string().describe("Unique identifier for the tax code field within Ramp system."),
15
+ display_name: z.string().describe("Display name of the tax code field on Ramp.").nullable().optional(),
16
+ accounting_connection_id: z.string().describe("ID of the accounting connection that the tax code field is associated with.")
17
+ }).describe("Response from creating a new tax code accounting field.")
18
+ });
19
+ //#endregion
20
+ export { rampCreateTaxCodeAccountingField };
21
+
22
+ //# sourceMappingURL=create-tax-code-accounting-field.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-tax-code-accounting-field.mjs","names":[],"sources":["../../src/actions/create-tax-code-accounting-field.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateTaxCodeAccountingFieldInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the tax code field in the remote ERP system.\"),\n display_name: z.string().describe(\"The name of the tax code field as shown on Ramp. If not provided, the name field will be used as the display name.\").optional(),\n}).describe(\"Request to create a new tax code accounting field.\");\nexport const RampCreateTaxCodeAccountingFieldOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of tax code field from ERP system.\"),\n name: z.string().describe(\"Name of the tax code field in the remote ERP system.\"),\n ramp_id: z.string().describe(\"Unique identifier for the tax code field within Ramp system.\"),\n display_name: z.string().describe(\"Display name of the tax code field on Ramp.\").nullable().optional(),\n accounting_connection_id: z.string().describe(\"ID of the accounting connection that the tax code field is associated with.\"),\n}).describe(\"Response from creating a new tax code accounting field.\");\n\nexport const rampCreateTaxCodeAccountingField = action(\"RAMP_CREATE_TAX_CODE_ACCOUNTING_FIELD\", {\n slug: \"ramp-create-tax-code-accounting-field\",\n name: \"Create Tax Code Accounting Field\",\n description: \"Tool to create a new tax code accounting field in Ramp. There can only be one active tax code accounting field per accounting connection. Use when you need to set up tax code tracking for an accounting integration.\",\n input: RampCreateTaxCodeAccountingFieldInput,\n output: RampCreateTaxCodeAccountingFieldOutput,\n});\n"],"mappings":";;AAgBA,MAAa,mCAAmC,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBiE,EAAE,OAAO;EAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EAChF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;CACnK,CAAC,CAAC,CAAC,SAAS,oDAaH;CACP,QAbkE,EAAE,OAAO;EAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EAChF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EAC3F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;CAC7H,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-user-invite.ts
4
+ const RampCreateUserInviteInput = zod.z.object({
5
+ role: zod.z.enum([
6
+ "AUDITOR",
7
+ "BUSINESS_ADMIN",
8
+ "BUSINESS_BOOKKEEPER",
9
+ "BUSINESS_OWNER",
10
+ "BUSINESS_USER",
11
+ "GUEST_USER",
12
+ "IT_ADMIN"
13
+ ]).describe("The employee's role in the organization. Note that BUSINESS_OWNER is not an invitable role"),
14
+ email: zod.z.string().describe("The employee's email address where the invite will be sent"),
15
+ last_name: zod.z.string().describe("Last name of the employee (max 255 characters)"),
16
+ first_name: zod.z.string().describe("First name of the employee (max 255 characters)"),
17
+ is_manager: zod.z.boolean().describe("Whether the employee is a manager").optional(),
18
+ location_id: zod.z.string().describe("Unique identifier of the employee's location. Use this to assign the user to a specific entity (locations are mapped to entities with many-to-one relationship)").optional(),
19
+ department_id: zod.z.string().describe("Unique identifier of the employee's department (UUID format)").optional(),
20
+ idempotency_key: zod.z.string().describe("A unique value generated by the client which the server uses to recognize subsequent retries of the same request. Use a random generated UUID to avoid collisions"),
21
+ direct_manager_id: zod.z.string().describe("Unique identifier of the employee's direct manager (UUID format)").optional()
22
+ });
23
+ const RampCreateUserInviteOutput = zod.z.object({ id: zod.z.string().describe("ID of the deferred task. Task status can be checked via a GET call to /developer/v1/users/deferred/status/<task_id>") });
24
+ const rampCreateUserInvite = require_action.action("RAMP_CREATE_USER_INVITE", {
25
+ slug: "ramp-create-user-invite",
26
+ name: "Create User Invite",
27
+ description: "Tool to create a user invite for onboarding new employees to Ramp. Triggers an async task to send an invite email. Users must accept the invite to be onboarded. Assign users to specific entities using location_id.",
28
+ input: RampCreateUserInviteInput,
29
+ output: RampCreateUserInviteOutput
30
+ });
31
+ //#endregion
32
+ exports.rampCreateUserInvite = rampCreateUserInvite;
33
+
34
+ //# sourceMappingURL=create-user-invite.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-user-invite.cjs","names":["z","action"],"sources":["../../src/actions/create-user-invite.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateUserInviteInput: z.ZodTypeAny = z.object({\n role: z.enum([\"AUDITOR\", \"BUSINESS_ADMIN\", \"BUSINESS_BOOKKEEPER\", \"BUSINESS_OWNER\", \"BUSINESS_USER\", \"GUEST_USER\", \"IT_ADMIN\"]).describe(\"The employee's role in the organization. Note that BUSINESS_OWNER is not an invitable role\"),\n email: z.string().describe(\"The employee's email address where the invite will be sent\"),\n last_name: z.string().describe(\"Last name of the employee (max 255 characters)\"),\n first_name: z.string().describe(\"First name of the employee (max 255 characters)\"),\n is_manager: z.boolean().describe(\"Whether the employee is a manager\").optional(),\n location_id: z.string().describe(\"Unique identifier of the employee's location. Use this to assign the user to a specific entity (locations are mapped to entities with many-to-one relationship)\").optional(),\n department_id: z.string().describe(\"Unique identifier of the employee's department (UUID format)\").optional(),\n idempotency_key: z.string().describe(\"A unique value generated by the client which the server uses to recognize subsequent retries of the same request. Use a random generated UUID to avoid collisions\"),\n direct_manager_id: z.string().describe(\"Unique identifier of the employee's direct manager (UUID format)\").optional(),\n});\nexport const RampCreateUserInviteOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the deferred task. Task status can be checked via a GET call to /developer/v1/users/deferred/status/<task_id>\"),\n});\n\nexport const rampCreateUserInvite = action(\"RAMP_CREATE_USER_INVITE\", {\n slug: \"ramp-create-user-invite\",\n name: \"Create User Invite\",\n description: \"Tool to create a user invite for onboarding new employees to Ramp. Triggers an async task to send an invite email. Users must accept the invite to be onboarded. Assign users to specific entities using location_id.\",\n input: RampCreateUserInviteInput,\n output: RampCreateUserInviteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAkB;EAAuB;EAAkB;EAAiB;EAAc;CAAU,CAAC,CAAC,CAAC,SAAS,4FAA4F;CACrO,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACvF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACjF,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iKAAiK,CAAC,CAAC,SAAS;CAC7M,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC5G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mKAAmK;CACxM,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AACtH,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,EAC/I,CAAC;AAED,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-user-invite.d.ts
4
+ declare const RampCreateUserInviteInput: z.ZodTypeAny;
5
+ declare const RampCreateUserInviteOutput: z.ZodTypeAny;
6
+ declare const rampCreateUserInvite: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampCreateUserInvite };
9
+ //# sourceMappingURL=create-user-invite.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-user-invite.d.cts","names":[],"sources":["../../src/actions/create-user-invite.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAUxC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-user-invite.d.ts
4
+ declare const RampCreateUserInviteInput: z.ZodTypeAny;
5
+ declare const RampCreateUserInviteOutput: z.ZodTypeAny;
6
+ declare const rampCreateUserInvite: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampCreateUserInvite };
9
+ //# sourceMappingURL=create-user-invite.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-user-invite.d.mts","names":[],"sources":["../../src/actions/create-user-invite.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAUxC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rampCreateUserInvite = action("RAMP_CREATE_USER_INVITE", {
4
+ slug: "ramp-create-user-invite",
5
+ name: "Create User Invite",
6
+ description: "Tool to create a user invite for onboarding new employees to Ramp. Triggers an async task to send an invite email. Users must accept the invite to be onboarded. Assign users to specific entities using location_id.",
7
+ input: z.object({
8
+ role: z.enum([
9
+ "AUDITOR",
10
+ "BUSINESS_ADMIN",
11
+ "BUSINESS_BOOKKEEPER",
12
+ "BUSINESS_OWNER",
13
+ "BUSINESS_USER",
14
+ "GUEST_USER",
15
+ "IT_ADMIN"
16
+ ]).describe("The employee's role in the organization. Note that BUSINESS_OWNER is not an invitable role"),
17
+ email: z.string().describe("The employee's email address where the invite will be sent"),
18
+ last_name: z.string().describe("Last name of the employee (max 255 characters)"),
19
+ first_name: z.string().describe("First name of the employee (max 255 characters)"),
20
+ is_manager: z.boolean().describe("Whether the employee is a manager").optional(),
21
+ location_id: z.string().describe("Unique identifier of the employee's location. Use this to assign the user to a specific entity (locations are mapped to entities with many-to-one relationship)").optional(),
22
+ department_id: z.string().describe("Unique identifier of the employee's department (UUID format)").optional(),
23
+ idempotency_key: z.string().describe("A unique value generated by the client which the server uses to recognize subsequent retries of the same request. Use a random generated UUID to avoid collisions"),
24
+ direct_manager_id: z.string().describe("Unique identifier of the employee's direct manager (UUID format)").optional()
25
+ }),
26
+ output: z.object({ id: z.string().describe("ID of the deferred task. Task status can be checked via a GET call to /developer/v1/users/deferred/status/<task_id>") })
27
+ });
28
+ //#endregion
29
+ export { rampCreateUserInvite };
30
+
31
+ //# sourceMappingURL=create-user-invite.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-user-invite.mjs","names":[],"sources":["../../src/actions/create-user-invite.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampCreateUserInviteInput: z.ZodTypeAny = z.object({\n role: z.enum([\"AUDITOR\", \"BUSINESS_ADMIN\", \"BUSINESS_BOOKKEEPER\", \"BUSINESS_OWNER\", \"BUSINESS_USER\", \"GUEST_USER\", \"IT_ADMIN\"]).describe(\"The employee's role in the organization. Note that BUSINESS_OWNER is not an invitable role\"),\n email: z.string().describe(\"The employee's email address where the invite will be sent\"),\n last_name: z.string().describe(\"Last name of the employee (max 255 characters)\"),\n first_name: z.string().describe(\"First name of the employee (max 255 characters)\"),\n is_manager: z.boolean().describe(\"Whether the employee is a manager\").optional(),\n location_id: z.string().describe(\"Unique identifier of the employee's location. Use this to assign the user to a specific entity (locations are mapped to entities with many-to-one relationship)\").optional(),\n department_id: z.string().describe(\"Unique identifier of the employee's department (UUID format)\").optional(),\n idempotency_key: z.string().describe(\"A unique value generated by the client which the server uses to recognize subsequent retries of the same request. Use a random generated UUID to avoid collisions\"),\n direct_manager_id: z.string().describe(\"Unique identifier of the employee's direct manager (UUID format)\").optional(),\n});\nexport const RampCreateUserInviteOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the deferred task. Task status can be checked via a GET call to /developer/v1/users/deferred/status/<task_id>\"),\n});\n\nexport const rampCreateUserInvite = action(\"RAMP_CREATE_USER_INVITE\", {\n slug: \"ramp-create-user-invite\",\n name: \"Create User Invite\",\n description: \"Tool to create a user invite for onboarding new employees to Ramp. Triggers an async task to send an invite email. Users must accept the invite to be onboarded. Assign users to specific entities using location_id.\",\n input: RampCreateUserInviteInput,\n output: RampCreateUserInviteOutput,\n});\n"],"mappings":";;AAmBA,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnBqD,EAAE,OAAO;EAC9D,MAAM,EAAE,KAAK;GAAC;GAAW;GAAkB;GAAuB;GAAkB;GAAiB;GAAc;EAAU,CAAC,CAAC,CAAC,SAAS,4FAA4F;EACrO,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;EACvF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EACjF,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iKAAiK,CAAC,CAAC,SAAS;EAC7M,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EAC5G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,mKAAmK;EACxM,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CACtH,CASS;CACP,QATsD,EAAE,OAAO,EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,EAC/I,CAOU;AACV,CAAC"}
@@ -0,0 +1,58 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-webhook-subscription.ts
4
+ const RampCreateWebhookSubscriptionInput = zod.z.object({
5
+ event_types: zod.z.array(zod.z.enum([
6
+ "bills.approved",
7
+ "bills.created",
8
+ "bills.paid",
9
+ "bills.rejected",
10
+ "item_receipts.created",
11
+ "purchase_orders.archived",
12
+ "purchase_orders.created",
13
+ "purchase_orders.updated",
14
+ "reimbursements.ready_for_review",
15
+ "reimbursements.ready_to_sync",
16
+ "reimbursements.sync_requested",
17
+ "spend_requests.comment_created",
18
+ "tests.test_event",
19
+ "transactions.authorized",
20
+ "transactions.cleared",
21
+ "transactions.ready_for_review",
22
+ "transactions.ready_to_sync",
23
+ "transactions.sync_requested",
24
+ "unified_requests.external_approval_request",
25
+ "unified_requests.external_approval_request_reset",
26
+ "vendors.activated",
27
+ "webhooks.verification"
28
+ ]).describe("Event types that can be subscribed to for webhook notifications.")).describe("List of event types to subscribe to. The webhook will receive notifications for these events"),
29
+ endpoint_url: zod.z.string().describe("URL where webhook events will be sent. Must be a valid HTTPS URL that can receive POST requests"),
30
+ additional_headers: zod.z.object({}).describe("Optional headers to include with webhook requests. Max 5 headers allowed. Header names max 100 chars, values max 1000 chars").optional()
31
+ });
32
+ const RampCreateWebhookSubscription_WebhookStatusSchema = zod.z.enum([
33
+ "active",
34
+ "inactive",
35
+ "pending_verification"
36
+ ]).describe("Status of a webhook subscription.");
37
+ const RampCreateWebhookSubscriptionOutput = zod.z.object({
38
+ id: zod.z.string().describe("Unique identifier for the webhook subscription"),
39
+ secret: zod.z.string().describe("Secret key for verifying webhook signatures. Use this to validate that webhook requests are from Ramp"),
40
+ status: RampCreateWebhookSubscription_WebhookStatusSchema.nullable(),
41
+ created_at: zod.z.string().describe("ISO-8601 timestamp when the subscription was created"),
42
+ updated_at: zod.z.string().describe("ISO-8601 timestamp when the subscription was last updated"),
43
+ business_id: zod.z.string().describe("UUID of the business that this webhook subscription is for").nullable().optional(),
44
+ event_types: zod.z.array(zod.z.string()).describe("Types of events this subscription will receive"),
45
+ endpoint_url: zod.z.string().describe("URL where webhook events will be sent"),
46
+ additional_headers: zod.z.object({}).describe("Headers to include with webhook requests").nullable().optional()
47
+ });
48
+ const rampCreateWebhookSubscription = require_action.action("RAMP_CREATE_WEBHOOK_SUBSCRIPTION", {
49
+ slug: "ramp-create-webhook-subscription",
50
+ name: "Create Webhook Subscription",
51
+ description: "Tool to create a new webhook subscription for receiving event notifications from Ramp. Use when you need to set up real-time notifications for events like transactions, bills, or reimbursements. The newly registered subscription will be in pending verification state and requires endpoint verification with the provided challenge.",
52
+ input: RampCreateWebhookSubscriptionInput,
53
+ output: RampCreateWebhookSubscriptionOutput
54
+ });
55
+ //#endregion
56
+ exports.rampCreateWebhookSubscription = rampCreateWebhookSubscription;
57
+
58
+ //# sourceMappingURL=create-webhook-subscription.cjs.map