@keystrokehq/ramp 0.0.16 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (751) hide show
  1. package/README.md +10 -54
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/create-department.cjs +19 -0
  7. package/dist/actions/create-department.cjs.map +1 -0
  8. package/dist/actions/create-department.d.cts +9 -0
  9. package/dist/actions/create-department.d.cts.map +1 -0
  10. package/dist/actions/create-department.d.mts +9 -0
  11. package/dist/actions/create-department.d.mts.map +1 -0
  12. package/dist/actions/create-department.mjs +16 -0
  13. package/dist/actions/create-department.mjs.map +1 -0
  14. package/dist/actions/create-inventory-item-accounting-field.cjs +25 -0
  15. package/dist/actions/create-inventory-item-accounting-field.cjs.map +1 -0
  16. package/dist/actions/create-inventory-item-accounting-field.d.cts +9 -0
  17. package/dist/actions/create-inventory-item-accounting-field.d.cts.map +1 -0
  18. package/dist/actions/create-inventory-item-accounting-field.d.mts +9 -0
  19. package/dist/actions/create-inventory-item-accounting-field.d.mts.map +1 -0
  20. package/dist/actions/create-inventory-item-accounting-field.mjs +22 -0
  21. package/dist/actions/create-inventory-item-accounting-field.mjs.map +1 -0
  22. package/dist/actions/create-memo.cjs +23 -0
  23. package/dist/actions/create-memo.cjs.map +1 -0
  24. package/dist/actions/create-memo.d.cts +9 -0
  25. package/dist/actions/create-memo.d.cts.map +1 -0
  26. package/dist/actions/create-memo.d.mts +9 -0
  27. package/dist/actions/create-memo.d.mts.map +1 -0
  28. package/dist/actions/create-memo.mjs +20 -0
  29. package/dist/actions/create-memo.mjs.map +1 -0
  30. package/dist/actions/create-mileage-reimbursement.cjs +140 -0
  31. package/dist/actions/create-mileage-reimbursement.cjs.map +1 -0
  32. package/dist/actions/create-mileage-reimbursement.d.cts +9 -0
  33. package/dist/actions/create-mileage-reimbursement.d.cts.map +1 -0
  34. package/dist/actions/create-mileage-reimbursement.d.mts +9 -0
  35. package/dist/actions/create-mileage-reimbursement.d.mts.map +1 -0
  36. package/dist/actions/create-mileage-reimbursement.mjs +139 -0
  37. package/dist/actions/create-mileage-reimbursement.mjs.map +1 -0
  38. package/dist/actions/create-new-custom-accounting-field.cjs +45 -0
  39. package/dist/actions/create-new-custom-accounting-field.cjs.map +1 -0
  40. package/dist/actions/create-new-custom-accounting-field.d.cts +9 -0
  41. package/dist/actions/create-new-custom-accounting-field.d.cts.map +1 -0
  42. package/dist/actions/create-new-custom-accounting-field.d.mts +9 -0
  43. package/dist/actions/create-new-custom-accounting-field.d.mts.map +1 -0
  44. package/dist/actions/create-new-custom-accounting-field.mjs +42 -0
  45. package/dist/actions/create-new-custom-accounting-field.mjs.map +1 -0
  46. package/dist/actions/create-tax-code-accounting-field.cjs +25 -0
  47. package/dist/actions/create-tax-code-accounting-field.cjs.map +1 -0
  48. package/dist/actions/create-tax-code-accounting-field.d.cts +9 -0
  49. package/dist/actions/create-tax-code-accounting-field.d.cts.map +1 -0
  50. package/dist/actions/create-tax-code-accounting-field.d.mts +9 -0
  51. package/dist/actions/create-tax-code-accounting-field.d.mts.map +1 -0
  52. package/dist/actions/create-tax-code-accounting-field.mjs +22 -0
  53. package/dist/actions/create-tax-code-accounting-field.mjs.map +1 -0
  54. package/dist/actions/create-user-invite.cjs +34 -0
  55. package/dist/actions/create-user-invite.cjs.map +1 -0
  56. package/dist/actions/create-user-invite.d.cts +9 -0
  57. package/dist/actions/create-user-invite.d.cts.map +1 -0
  58. package/dist/actions/create-user-invite.d.mts +9 -0
  59. package/dist/actions/create-user-invite.d.mts.map +1 -0
  60. package/dist/actions/create-user-invite.mjs +31 -0
  61. package/dist/actions/create-user-invite.mjs.map +1 -0
  62. package/dist/actions/create-webhook-subscription.cjs +58 -0
  63. package/dist/actions/create-webhook-subscription.cjs.map +1 -0
  64. package/dist/actions/create-webhook-subscription.d.cts +9 -0
  65. package/dist/actions/create-webhook-subscription.d.cts.map +1 -0
  66. package/dist/actions/create-webhook-subscription.d.mts +9 -0
  67. package/dist/actions/create-webhook-subscription.d.mts.map +1 -0
  68. package/dist/actions/create-webhook-subscription.mjs +57 -0
  69. package/dist/actions/create-webhook-subscription.mjs.map +1 -0
  70. package/dist/actions/deactivate-user.cjs +16 -0
  71. package/dist/actions/deactivate-user.cjs.map +1 -0
  72. package/dist/actions/deactivate-user.d.cts +9 -0
  73. package/dist/actions/deactivate-user.d.cts.map +1 -0
  74. package/dist/actions/deactivate-user.d.mts +9 -0
  75. package/dist/actions/deactivate-user.d.mts.map +1 -0
  76. package/dist/actions/deactivate-user.mjs +13 -0
  77. package/dist/actions/deactivate-user.mjs.map +1 -0
  78. package/dist/actions/delete-accounting-account.cjs +16 -0
  79. package/dist/actions/delete-accounting-account.cjs.map +1 -0
  80. package/dist/actions/delete-accounting-account.d.cts +9 -0
  81. package/dist/actions/delete-accounting-account.d.cts.map +1 -0
  82. package/dist/actions/delete-accounting-account.d.mts +9 -0
  83. package/dist/actions/delete-accounting-account.d.mts.map +1 -0
  84. package/dist/actions/delete-accounting-account.mjs +13 -0
  85. package/dist/actions/delete-accounting-account.mjs.map +1 -0
  86. package/dist/actions/delete-accounting-connection.cjs +16 -0
  87. package/dist/actions/delete-accounting-connection.cjs.map +1 -0
  88. package/dist/actions/delete-accounting-connection.d.cts +9 -0
  89. package/dist/actions/delete-accounting-connection.d.cts.map +1 -0
  90. package/dist/actions/delete-accounting-connection.d.mts +9 -0
  91. package/dist/actions/delete-accounting-connection.d.mts.map +1 -0
  92. package/dist/actions/delete-accounting-connection.mjs +13 -0
  93. package/dist/actions/delete-accounting-connection.mjs.map +1 -0
  94. package/dist/actions/delete-accounting-fields.cjs +16 -0
  95. package/dist/actions/delete-accounting-fields.cjs.map +1 -0
  96. package/dist/actions/delete-accounting-fields.d.cts +9 -0
  97. package/dist/actions/delete-accounting-fields.d.cts.map +1 -0
  98. package/dist/actions/delete-accounting-fields.d.mts +9 -0
  99. package/dist/actions/delete-accounting-fields.d.mts.map +1 -0
  100. package/dist/actions/delete-accounting-fields.mjs +13 -0
  101. package/dist/actions/delete-accounting-fields.mjs.map +1 -0
  102. package/dist/actions/delete-accounting-inventory-item-options.cjs +16 -0
  103. package/dist/actions/delete-accounting-inventory-item-options.cjs.map +1 -0
  104. package/dist/actions/delete-accounting-inventory-item-options.d.cts +9 -0
  105. package/dist/actions/delete-accounting-inventory-item-options.d.cts.map +1 -0
  106. package/dist/actions/delete-accounting-inventory-item-options.d.mts +9 -0
  107. package/dist/actions/delete-accounting-inventory-item-options.d.mts.map +1 -0
  108. package/dist/actions/delete-accounting-inventory-item-options.mjs +13 -0
  109. package/dist/actions/delete-accounting-inventory-item-options.mjs.map +1 -0
  110. package/dist/actions/delete-accounting-tax-code-options.cjs +16 -0
  111. package/dist/actions/delete-accounting-tax-code-options.cjs.map +1 -0
  112. package/dist/actions/delete-accounting-tax-code-options.d.cts +9 -0
  113. package/dist/actions/delete-accounting-tax-code-options.d.cts.map +1 -0
  114. package/dist/actions/delete-accounting-tax-code-options.d.mts +9 -0
  115. package/dist/actions/delete-accounting-tax-code-options.d.mts.map +1 -0
  116. package/dist/actions/delete-accounting-tax-code-options.mjs +13 -0
  117. package/dist/actions/delete-accounting-tax-code-options.mjs.map +1 -0
  118. package/dist/actions/delete-accounting-tax-code.cjs +16 -0
  119. package/dist/actions/delete-accounting-tax-code.cjs.map +1 -0
  120. package/dist/actions/delete-accounting-tax-code.d.cts +9 -0
  121. package/dist/actions/delete-accounting-tax-code.d.cts.map +1 -0
  122. package/dist/actions/delete-accounting-tax-code.d.mts +9 -0
  123. package/dist/actions/delete-accounting-tax-code.d.mts.map +1 -0
  124. package/dist/actions/delete-accounting-tax-code.mjs +13 -0
  125. package/dist/actions/delete-accounting-tax-code.mjs.map +1 -0
  126. package/dist/actions/delete-accounting-tax-rates.cjs +19 -0
  127. package/dist/actions/delete-accounting-tax-rates.cjs.map +1 -0
  128. package/dist/actions/delete-accounting-tax-rates.d.cts +9 -0
  129. package/dist/actions/delete-accounting-tax-rates.d.cts.map +1 -0
  130. package/dist/actions/delete-accounting-tax-rates.d.mts +9 -0
  131. package/dist/actions/delete-accounting-tax-rates.d.mts.map +1 -0
  132. package/dist/actions/delete-accounting-tax-rates.mjs +16 -0
  133. package/dist/actions/delete-accounting-tax-rates.mjs.map +1 -0
  134. package/dist/actions/delete-accounting-vendors.cjs +16 -0
  135. package/dist/actions/delete-accounting-vendors.cjs.map +1 -0
  136. package/dist/actions/delete-accounting-vendors.d.cts +9 -0
  137. package/dist/actions/delete-accounting-vendors.d.cts.map +1 -0
  138. package/dist/actions/delete-accounting-vendors.d.mts +9 -0
  139. package/dist/actions/delete-accounting-vendors.d.mts.map +1 -0
  140. package/dist/actions/delete-accounting-vendors.mjs +13 -0
  141. package/dist/actions/delete-accounting-vendors.mjs.map +1 -0
  142. package/dist/actions/delete-custom-field-option.cjs +16 -0
  143. package/dist/actions/delete-custom-field-option.cjs.map +1 -0
  144. package/dist/actions/delete-custom-field-option.d.cts +9 -0
  145. package/dist/actions/delete-custom-field-option.d.cts.map +1 -0
  146. package/dist/actions/delete-custom-field-option.d.mts +9 -0
  147. package/dist/actions/delete-custom-field-option.d.mts.map +1 -0
  148. package/dist/actions/delete-custom-field-option.mjs +13 -0
  149. package/dist/actions/delete-custom-field-option.mjs.map +1 -0
  150. package/dist/actions/delete-inventory-item-field.cjs +16 -0
  151. package/dist/actions/delete-inventory-item-field.cjs.map +1 -0
  152. package/dist/actions/delete-inventory-item-field.d.cts +9 -0
  153. package/dist/actions/delete-inventory-item-field.d.cts.map +1 -0
  154. package/dist/actions/delete-inventory-item-field.d.mts +9 -0
  155. package/dist/actions/delete-inventory-item-field.d.mts.map +1 -0
  156. package/dist/actions/delete-inventory-item-field.mjs +13 -0
  157. package/dist/actions/delete-inventory-item-field.mjs.map +1 -0
  158. package/dist/actions/delete-spend-allocation-delete-users.cjs +76 -0
  159. package/dist/actions/delete-spend-allocation-delete-users.cjs.map +1 -0
  160. package/dist/actions/delete-spend-allocation-delete-users.d.cts +9 -0
  161. package/dist/actions/delete-spend-allocation-delete-users.d.cts.map +1 -0
  162. package/dist/actions/delete-spend-allocation-delete-users.d.mts +9 -0
  163. package/dist/actions/delete-spend-allocation-delete-users.d.mts.map +1 -0
  164. package/dist/actions/delete-spend-allocation-delete-users.mjs +75 -0
  165. package/dist/actions/delete-spend-allocation-delete-users.mjs.map +1 -0
  166. package/dist/actions/delete-webhook.cjs +16 -0
  167. package/dist/actions/delete-webhook.cjs.map +1 -0
  168. package/dist/actions/delete-webhook.d.cts +9 -0
  169. package/dist/actions/delete-webhook.d.cts.map +1 -0
  170. package/dist/actions/delete-webhook.d.mts +9 -0
  171. package/dist/actions/delete-webhook.d.mts.map +1 -0
  172. package/dist/actions/delete-webhook.mjs +13 -0
  173. package/dist/actions/delete-webhook.mjs.map +1 -0
  174. package/dist/actions/fetch-accounting-account.cjs +36 -0
  175. package/dist/actions/fetch-accounting-account.cjs.map +1 -0
  176. package/dist/actions/fetch-accounting-account.d.cts +9 -0
  177. package/dist/actions/fetch-accounting-account.d.cts.map +1 -0
  178. package/dist/actions/fetch-accounting-account.d.mts +9 -0
  179. package/dist/actions/fetch-accounting-account.d.mts.map +1 -0
  180. package/dist/actions/fetch-accounting-account.mjs +35 -0
  181. package/dist/actions/fetch-accounting-account.mjs.map +1 -0
  182. package/dist/actions/fetch-accounting-vendor.cjs +36 -0
  183. package/dist/actions/fetch-accounting-vendor.cjs.map +1 -0
  184. package/dist/actions/fetch-accounting-vendor.d.cts +9 -0
  185. package/dist/actions/fetch-accounting-vendor.d.cts.map +1 -0
  186. package/dist/actions/fetch-accounting-vendor.d.mts +9 -0
  187. package/dist/actions/fetch-accounting-vendor.d.mts.map +1 -0
  188. package/dist/actions/fetch-accounting-vendor.mjs +35 -0
  189. package/dist/actions/fetch-accounting-vendor.mjs.map +1 -0
  190. package/dist/actions/fetch-custom-accounting-field.cjs +26 -0
  191. package/dist/actions/fetch-custom-accounting-field.cjs.map +1 -0
  192. package/dist/actions/fetch-custom-accounting-field.d.cts +9 -0
  193. package/dist/actions/fetch-custom-accounting-field.d.cts.map +1 -0
  194. package/dist/actions/fetch-custom-accounting-field.d.mts +9 -0
  195. package/dist/actions/fetch-custom-accounting-field.d.mts.map +1 -0
  196. package/dist/actions/fetch-custom-accounting-field.mjs +25 -0
  197. package/dist/actions/fetch-custom-accounting-field.mjs.map +1 -0
  198. package/dist/actions/get-accounting-accounts.cjs +45 -0
  199. package/dist/actions/get-accounting-accounts.cjs.map +1 -0
  200. package/dist/actions/get-accounting-accounts.d.cts +9 -0
  201. package/dist/actions/get-accounting-accounts.d.cts.map +1 -0
  202. package/dist/actions/get-accounting-accounts.d.mts +9 -0
  203. package/dist/actions/get-accounting-accounts.d.mts.map +1 -0
  204. package/dist/actions/get-accounting-accounts.mjs +44 -0
  205. package/dist/actions/get-accounting-accounts.mjs.map +1 -0
  206. package/dist/actions/get-accounting-all-connections.cjs +23 -0
  207. package/dist/actions/get-accounting-all-connections.cjs.map +1 -0
  208. package/dist/actions/get-accounting-all-connections.d.cts +9 -0
  209. package/dist/actions/get-accounting-all-connections.d.cts.map +1 -0
  210. package/dist/actions/get-accounting-all-connections.d.mts +9 -0
  211. package/dist/actions/get-accounting-all-connections.d.mts.map +1 -0
  212. package/dist/actions/get-accounting-all-connections.mjs +22 -0
  213. package/dist/actions/get-accounting-all-connections.mjs.map +1 -0
  214. package/dist/actions/get-accounting-connection-by-id.cjs +41 -0
  215. package/dist/actions/get-accounting-connection-by-id.cjs.map +1 -0
  216. package/dist/actions/get-accounting-connection-by-id.d.cts +9 -0
  217. package/dist/actions/get-accounting-connection-by-id.d.cts.map +1 -0
  218. package/dist/actions/get-accounting-connection-by-id.d.mts +9 -0
  219. package/dist/actions/get-accounting-connection-by-id.d.mts.map +1 -0
  220. package/dist/actions/get-accounting-connection-by-id.mjs +40 -0
  221. package/dist/actions/get-accounting-connection-by-id.mjs.map +1 -0
  222. package/dist/actions/get-accounting-connection.cjs +27 -0
  223. package/dist/actions/get-accounting-connection.cjs.map +1 -0
  224. package/dist/actions/get-accounting-connection.d.cts +9 -0
  225. package/dist/actions/get-accounting-connection.d.cts.map +1 -0
  226. package/dist/actions/get-accounting-connection.d.mts +9 -0
  227. package/dist/actions/get-accounting-connection.d.mts.map +1 -0
  228. package/dist/actions/get-accounting-connection.mjs +26 -0
  229. package/dist/actions/get-accounting-connection.mjs.map +1 -0
  230. package/dist/actions/get-accounting-fields.cjs +29 -0
  231. package/dist/actions/get-accounting-fields.cjs.map +1 -0
  232. package/dist/actions/get-accounting-fields.d.cts +9 -0
  233. package/dist/actions/get-accounting-fields.d.cts.map +1 -0
  234. package/dist/actions/get-accounting-fields.d.mts +9 -0
  235. package/dist/actions/get-accounting-fields.d.mts.map +1 -0
  236. package/dist/actions/get-accounting-fields.mjs +28 -0
  237. package/dist/actions/get-accounting-fields.mjs.map +1 -0
  238. package/dist/actions/get-accounting-vendors.cjs +29 -0
  239. package/dist/actions/get-accounting-vendors.cjs.map +1 -0
  240. package/dist/actions/get-accounting-vendors.d.cts +9 -0
  241. package/dist/actions/get-accounting-vendors.d.cts.map +1 -0
  242. package/dist/actions/get-accounting-vendors.d.mts +9 -0
  243. package/dist/actions/get-accounting-vendors.d.mts.map +1 -0
  244. package/dist/actions/get-accounting-vendors.mjs +28 -0
  245. package/dist/actions/get-accounting-vendors.mjs.map +1 -0
  246. package/dist/actions/get-all-transactions.cjs +75 -0
  247. package/dist/actions/get-all-transactions.cjs.map +1 -0
  248. package/dist/actions/get-all-transactions.d.cts +9 -0
  249. package/dist/actions/get-all-transactions.d.cts.map +1 -0
  250. package/dist/actions/get-all-transactions.d.mts +9 -0
  251. package/dist/actions/get-all-transactions.d.mts.map +1 -0
  252. package/dist/actions/get-all-transactions.mjs +74 -0
  253. package/dist/actions/get-all-transactions.mjs.map +1 -0
  254. package/dist/actions/get-card-vault-resource.cjs +20 -0
  255. package/dist/actions/get-card-vault-resource.cjs.map +1 -0
  256. package/dist/actions/get-card-vault-resource.d.cts +9 -0
  257. package/dist/actions/get-card-vault-resource.d.cts.map +1 -0
  258. package/dist/actions/get-card-vault-resource.d.mts +9 -0
  259. package/dist/actions/get-card-vault-resource.d.mts.map +1 -0
  260. package/dist/actions/get-card-vault-resource.mjs +17 -0
  261. package/dist/actions/get-card-vault-resource.mjs.map +1 -0
  262. package/dist/actions/get-card.cjs +61 -0
  263. package/dist/actions/get-card.cjs.map +1 -0
  264. package/dist/actions/get-card.d.cts +9 -0
  265. package/dist/actions/get-card.d.cts.map +1 -0
  266. package/dist/actions/get-card.d.mts +9 -0
  267. package/dist/actions/get-card.d.mts.map +1 -0
  268. package/dist/actions/get-card.mjs +60 -0
  269. package/dist/actions/get-card.mjs.map +1 -0
  270. package/dist/actions/get-custom-field-option.cjs +28 -0
  271. package/dist/actions/get-custom-field-option.cjs.map +1 -0
  272. package/dist/actions/get-custom-field-option.d.cts +9 -0
  273. package/dist/actions/get-custom-field-option.d.cts.map +1 -0
  274. package/dist/actions/get-custom-field-option.d.mts +9 -0
  275. package/dist/actions/get-custom-field-option.d.mts.map +1 -0
  276. package/dist/actions/get-custom-field-option.mjs +25 -0
  277. package/dist/actions/get-custom-field-option.mjs.map +1 -0
  278. package/dist/actions/get-department.cjs +19 -0
  279. package/dist/actions/get-department.cjs.map +1 -0
  280. package/dist/actions/get-department.d.cts +9 -0
  281. package/dist/actions/get-department.d.cts.map +1 -0
  282. package/dist/actions/get-department.d.mts +9 -0
  283. package/dist/actions/get-department.d.mts.map +1 -0
  284. package/dist/actions/get-department.mjs +16 -0
  285. package/dist/actions/get-department.mjs.map +1 -0
  286. package/dist/actions/get-inventory-item-field.cjs +22 -0
  287. package/dist/actions/get-inventory-item-field.cjs.map +1 -0
  288. package/dist/actions/get-inventory-item-field.d.cts +9 -0
  289. package/dist/actions/get-inventory-item-field.d.cts.map +1 -0
  290. package/dist/actions/get-inventory-item-field.d.mts +9 -0
  291. package/dist/actions/get-inventory-item-field.d.mts.map +1 -0
  292. package/dist/actions/get-inventory-item-field.mjs +19 -0
  293. package/dist/actions/get-inventory-item-field.mjs.map +1 -0
  294. package/dist/actions/get-memo.cjs +19 -0
  295. package/dist/actions/get-memo.cjs.map +1 -0
  296. package/dist/actions/get-memo.d.cts +9 -0
  297. package/dist/actions/get-memo.d.cts.map +1 -0
  298. package/dist/actions/get-memo.d.mts +9 -0
  299. package/dist/actions/get-memo.d.mts.map +1 -0
  300. package/dist/actions/get-memo.mjs +16 -0
  301. package/dist/actions/get-memo.mjs.map +1 -0
  302. package/dist/actions/get-reimbursement.cjs +52 -0
  303. package/dist/actions/get-reimbursement.cjs.map +1 -0
  304. package/dist/actions/get-reimbursement.d.cts +9 -0
  305. package/dist/actions/get-reimbursement.d.cts.map +1 -0
  306. package/dist/actions/get-reimbursement.d.mts +9 -0
  307. package/dist/actions/get-reimbursement.d.mts.map +1 -0
  308. package/dist/actions/get-reimbursement.mjs +51 -0
  309. package/dist/actions/get-reimbursement.mjs.map +1 -0
  310. package/dist/actions/get-spend-limit.cjs +103 -0
  311. package/dist/actions/get-spend-limit.cjs.map +1 -0
  312. package/dist/actions/get-spend-limit.d.cts +9 -0
  313. package/dist/actions/get-spend-limit.d.cts.map +1 -0
  314. package/dist/actions/get-spend-limit.d.mts +9 -0
  315. package/dist/actions/get-spend-limit.d.mts.map +1 -0
  316. package/dist/actions/get-spend-limit.mjs +102 -0
  317. package/dist/actions/get-spend-limit.mjs.map +1 -0
  318. package/dist/actions/get-statement.cjs +49 -0
  319. package/dist/actions/get-statement.cjs.map +1 -0
  320. package/dist/actions/get-statement.d.cts +9 -0
  321. package/dist/actions/get-statement.d.cts.map +1 -0
  322. package/dist/actions/get-statement.d.mts +9 -0
  323. package/dist/actions/get-statement.d.mts.map +1 -0
  324. package/dist/actions/get-statement.mjs +48 -0
  325. package/dist/actions/get-statement.mjs.map +1 -0
  326. package/dist/actions/get-transaction.cjs +57 -0
  327. package/dist/actions/get-transaction.cjs.map +1 -0
  328. package/dist/actions/get-transaction.d.cts +9 -0
  329. package/dist/actions/get-transaction.d.cts.map +1 -0
  330. package/dist/actions/get-transaction.d.mts +9 -0
  331. package/dist/actions/get-transaction.d.mts.map +1 -0
  332. package/dist/actions/get-transaction.mjs +56 -0
  333. package/dist/actions/get-transaction.mjs.map +1 -0
  334. package/dist/actions/get-user.cjs +37 -0
  335. package/dist/actions/get-user.cjs.map +1 -0
  336. package/dist/actions/get-user.d.cts +9 -0
  337. package/dist/actions/get-user.d.cts.map +1 -0
  338. package/dist/actions/get-user.d.mts +9 -0
  339. package/dist/actions/get-user.d.mts.map +1 -0
  340. package/dist/actions/get-user.mjs +36 -0
  341. package/dist/actions/get-user.mjs.map +1 -0
  342. package/dist/actions/get-users-deferred-status.cjs +32 -0
  343. package/dist/actions/get-users-deferred-status.cjs.map +1 -0
  344. package/dist/actions/get-users-deferred-status.d.cts +9 -0
  345. package/dist/actions/get-users-deferred-status.d.cts.map +1 -0
  346. package/dist/actions/get-users-deferred-status.d.mts +9 -0
  347. package/dist/actions/get-users-deferred-status.d.mts.map +1 -0
  348. package/dist/actions/get-users-deferred-status.mjs +31 -0
  349. package/dist/actions/get-users-deferred-status.mjs.map +1 -0
  350. package/dist/actions/get-vendor.cjs +55 -0
  351. package/dist/actions/get-vendor.cjs.map +1 -0
  352. package/dist/actions/get-vendor.d.cts +9 -0
  353. package/dist/actions/get-vendor.d.cts.map +1 -0
  354. package/dist/actions/get-vendor.d.mts +9 -0
  355. package/dist/actions/get-vendor.d.mts.map +1 -0
  356. package/dist/actions/get-vendor.mjs +54 -0
  357. package/dist/actions/get-vendor.mjs.map +1 -0
  358. package/dist/actions/get-webhook.cjs +53 -0
  359. package/dist/actions/get-webhook.cjs.map +1 -0
  360. package/dist/actions/get-webhook.d.cts +9 -0
  361. package/dist/actions/get-webhook.d.cts.map +1 -0
  362. package/dist/actions/get-webhook.d.mts +9 -0
  363. package/dist/actions/get-webhook.d.mts.map +1 -0
  364. package/dist/actions/get-webhook.mjs +52 -0
  365. package/dist/actions/get-webhook.mjs.map +1 -0
  366. package/dist/actions/index.cjs +177 -0
  367. package/dist/actions/index.d.cts +89 -0
  368. package/dist/actions/index.d.mts +89 -0
  369. package/dist/actions/index.mjs +89 -0
  370. package/dist/actions/issue-virtual-card.cjs +36 -0
  371. package/dist/actions/issue-virtual-card.cjs.map +1 -0
  372. package/dist/actions/issue-virtual-card.d.cts +9 -0
  373. package/dist/actions/issue-virtual-card.d.cts.map +1 -0
  374. package/dist/actions/issue-virtual-card.d.mts +9 -0
  375. package/dist/actions/issue-virtual-card.d.mts.map +1 -0
  376. package/dist/actions/issue-virtual-card.mjs +35 -0
  377. package/dist/actions/issue-virtual-card.mjs.map +1 -0
  378. package/dist/actions/list-accounting-inventory-item-options.cjs +34 -0
  379. package/dist/actions/list-accounting-inventory-item-options.cjs.map +1 -0
  380. package/dist/actions/list-accounting-inventory-item-options.d.cts +9 -0
  381. package/dist/actions/list-accounting-inventory-item-options.d.cts.map +1 -0
  382. package/dist/actions/list-accounting-inventory-item-options.d.mts +9 -0
  383. package/dist/actions/list-accounting-inventory-item-options.d.mts.map +1 -0
  384. package/dist/actions/list-accounting-inventory-item-options.mjs +33 -0
  385. package/dist/actions/list-accounting-inventory-item-options.mjs.map +1 -0
  386. package/dist/actions/list-accounting-tax-rates.cjs +31 -0
  387. package/dist/actions/list-accounting-tax-rates.cjs.map +1 -0
  388. package/dist/actions/list-accounting-tax-rates.d.cts +9 -0
  389. package/dist/actions/list-accounting-tax-rates.d.cts.map +1 -0
  390. package/dist/actions/list-accounting-tax-rates.d.mts +9 -0
  391. package/dist/actions/list-accounting-tax-rates.d.mts.map +1 -0
  392. package/dist/actions/list-accounting-tax-rates.mjs +30 -0
  393. package/dist/actions/list-accounting-tax-rates.mjs.map +1 -0
  394. package/dist/actions/list-cards.cjs +71 -0
  395. package/dist/actions/list-cards.cjs.map +1 -0
  396. package/dist/actions/list-cards.d.cts +9 -0
  397. package/dist/actions/list-cards.d.cts.map +1 -0
  398. package/dist/actions/list-cards.d.mts +9 -0
  399. package/dist/actions/list-cards.d.mts.map +1 -0
  400. package/dist/actions/list-cards.mjs +70 -0
  401. package/dist/actions/list-cards.mjs.map +1 -0
  402. package/dist/actions/list-departments.cjs +27 -0
  403. package/dist/actions/list-departments.cjs.map +1 -0
  404. package/dist/actions/list-departments.d.cts +9 -0
  405. package/dist/actions/list-departments.d.cts.map +1 -0
  406. package/dist/actions/list-departments.d.mts +9 -0
  407. package/dist/actions/list-departments.d.mts.map +1 -0
  408. package/dist/actions/list-departments.mjs +26 -0
  409. package/dist/actions/list-departments.mjs.map +1 -0
  410. package/dist/actions/list-memos.cjs +35 -0
  411. package/dist/actions/list-memos.cjs.map +1 -0
  412. package/dist/actions/list-memos.d.cts +9 -0
  413. package/dist/actions/list-memos.d.cts.map +1 -0
  414. package/dist/actions/list-memos.d.mts +9 -0
  415. package/dist/actions/list-memos.d.mts.map +1 -0
  416. package/dist/actions/list-memos.mjs +34 -0
  417. package/dist/actions/list-memos.mjs.map +1 -0
  418. package/dist/actions/list-reimbursements.cjs +77 -0
  419. package/dist/actions/list-reimbursements.cjs.map +1 -0
  420. package/dist/actions/list-reimbursements.d.cts +9 -0
  421. package/dist/actions/list-reimbursements.d.cts.map +1 -0
  422. package/dist/actions/list-reimbursements.d.mts +9 -0
  423. package/dist/actions/list-reimbursements.d.mts.map +1 -0
  424. package/dist/actions/list-reimbursements.mjs +76 -0
  425. package/dist/actions/list-reimbursements.mjs.map +1 -0
  426. package/dist/actions/list-statements.cjs +60 -0
  427. package/dist/actions/list-statements.cjs.map +1 -0
  428. package/dist/actions/list-statements.d.cts +9 -0
  429. package/dist/actions/list-statements.d.cts.map +1 -0
  430. package/dist/actions/list-statements.d.mts +9 -0
  431. package/dist/actions/list-statements.d.mts.map +1 -0
  432. package/dist/actions/list-statements.mjs +59 -0
  433. package/dist/actions/list-statements.mjs.map +1 -0
  434. package/dist/actions/list-users.cjs +50 -0
  435. package/dist/actions/list-users.cjs.map +1 -0
  436. package/dist/actions/list-users.d.cts +9 -0
  437. package/dist/actions/list-users.d.cts.map +1 -0
  438. package/dist/actions/list-users.d.mts +9 -0
  439. package/dist/actions/list-users.d.mts.map +1 -0
  440. package/dist/actions/list-users.mjs +49 -0
  441. package/dist/actions/list-users.mjs.map +1 -0
  442. package/dist/actions/list-vendors-accounts.cjs +31 -0
  443. package/dist/actions/list-vendors-accounts.cjs.map +1 -0
  444. package/dist/actions/list-vendors-accounts.d.cts +9 -0
  445. package/dist/actions/list-vendors-accounts.d.cts.map +1 -0
  446. package/dist/actions/list-vendors-accounts.d.mts +9 -0
  447. package/dist/actions/list-vendors-accounts.d.mts.map +1 -0
  448. package/dist/actions/list-vendors-accounts.mjs +30 -0
  449. package/dist/actions/list-vendors-accounts.mjs.map +1 -0
  450. package/dist/actions/list-vendors-contacts.cjs +32 -0
  451. package/dist/actions/list-vendors-contacts.cjs.map +1 -0
  452. package/dist/actions/list-vendors-contacts.d.cts +9 -0
  453. package/dist/actions/list-vendors-contacts.d.cts.map +1 -0
  454. package/dist/actions/list-vendors-contacts.d.mts +9 -0
  455. package/dist/actions/list-vendors-contacts.d.mts.map +1 -0
  456. package/dist/actions/list-vendors-contacts.mjs +31 -0
  457. package/dist/actions/list-vendors-contacts.mjs.map +1 -0
  458. package/dist/actions/list-vendors-credits.cjs +76 -0
  459. package/dist/actions/list-vendors-credits.cjs.map +1 -0
  460. package/dist/actions/list-vendors-credits.d.cts +9 -0
  461. package/dist/actions/list-vendors-credits.d.cts.map +1 -0
  462. package/dist/actions/list-vendors-credits.d.mts +9 -0
  463. package/dist/actions/list-vendors-credits.d.mts.map +1 -0
  464. package/dist/actions/list-vendors-credits.mjs +75 -0
  465. package/dist/actions/list-vendors-credits.mjs.map +1 -0
  466. package/dist/actions/list-vendors.cjs +64 -0
  467. package/dist/actions/list-vendors.cjs.map +1 -0
  468. package/dist/actions/list-vendors.d.cts +9 -0
  469. package/dist/actions/list-vendors.d.cts.map +1 -0
  470. package/dist/actions/list-vendors.d.mts +9 -0
  471. package/dist/actions/list-vendors.d.mts.map +1 -0
  472. package/dist/actions/list-vendors.mjs +63 -0
  473. package/dist/actions/list-vendors.mjs.map +1 -0
  474. package/dist/actions/list-webhooks.cjs +25 -0
  475. package/dist/actions/list-webhooks.cjs.map +1 -0
  476. package/dist/actions/list-webhooks.d.cts +9 -0
  477. package/dist/actions/list-webhooks.d.cts.map +1 -0
  478. package/dist/actions/list-webhooks.d.mts +9 -0
  479. package/dist/actions/list-webhooks.d.mts.map +1 -0
  480. package/dist/actions/list-webhooks.mjs +24 -0
  481. package/dist/actions/list-webhooks.mjs.map +1 -0
  482. package/dist/actions/options-for-custom-accounting-field.cjs +33 -0
  483. package/dist/actions/options-for-custom-accounting-field.cjs.map +1 -0
  484. package/dist/actions/options-for-custom-accounting-field.d.cts +9 -0
  485. package/dist/actions/options-for-custom-accounting-field.d.cts.map +1 -0
  486. package/dist/actions/options-for-custom-accounting-field.d.mts +9 -0
  487. package/dist/actions/options-for-custom-accounting-field.d.mts.map +1 -0
  488. package/dist/actions/options-for-custom-accounting-field.mjs +32 -0
  489. package/dist/actions/options-for-custom-accounting-field.mjs.map +1 -0
  490. package/dist/actions/patch-accounting-connection.cjs +36 -0
  491. package/dist/actions/patch-accounting-connection.cjs.map +1 -0
  492. package/dist/actions/patch-accounting-connection.d.cts +9 -0
  493. package/dist/actions/patch-accounting-connection.d.cts.map +1 -0
  494. package/dist/actions/patch-accounting-connection.d.mts +9 -0
  495. package/dist/actions/patch-accounting-connection.d.mts.map +1 -0
  496. package/dist/actions/patch-accounting-connection.mjs +35 -0
  497. package/dist/actions/patch-accounting-connection.mjs.map +1 -0
  498. package/dist/actions/patch-card-resource.cjs +46 -0
  499. package/dist/actions/patch-card-resource.cjs.map +1 -0
  500. package/dist/actions/patch-card-resource.d.cts +9 -0
  501. package/dist/actions/patch-card-resource.d.cts.map +1 -0
  502. package/dist/actions/patch-card-resource.d.mts +9 -0
  503. package/dist/actions/patch-card-resource.d.mts.map +1 -0
  504. package/dist/actions/patch-card-resource.mjs +43 -0
  505. package/dist/actions/patch-card-resource.mjs.map +1 -0
  506. package/dist/actions/patch-custom-field-option.cjs +35 -0
  507. package/dist/actions/patch-custom-field-option.cjs.map +1 -0
  508. package/dist/actions/patch-custom-field-option.d.cts +9 -0
  509. package/dist/actions/patch-custom-field-option.d.cts.map +1 -0
  510. package/dist/actions/patch-custom-field-option.d.mts +9 -0
  511. package/dist/actions/patch-custom-field-option.d.mts.map +1 -0
  512. package/dist/actions/patch-custom-field-option.mjs +32 -0
  513. package/dist/actions/patch-custom-field-option.mjs.map +1 -0
  514. package/dist/actions/patch-gl-account-resource.cjs +38 -0
  515. package/dist/actions/patch-gl-account-resource.cjs.map +1 -0
  516. package/dist/actions/patch-gl-account-resource.d.cts +9 -0
  517. package/dist/actions/patch-gl-account-resource.d.cts.map +1 -0
  518. package/dist/actions/patch-gl-account-resource.d.mts +9 -0
  519. package/dist/actions/patch-gl-account-resource.d.mts.map +1 -0
  520. package/dist/actions/patch-gl-account-resource.mjs +37 -0
  521. package/dist/actions/patch-gl-account-resource.mjs.map +1 -0
  522. package/dist/actions/patch-inventory-item-field.cjs +25 -0
  523. package/dist/actions/patch-inventory-item-field.cjs.map +1 -0
  524. package/dist/actions/patch-inventory-item-field.d.cts +9 -0
  525. package/dist/actions/patch-inventory-item-field.d.cts.map +1 -0
  526. package/dist/actions/patch-inventory-item-field.d.mts +9 -0
  527. package/dist/actions/patch-inventory-item-field.d.mts.map +1 -0
  528. package/dist/actions/patch-inventory-item-field.mjs +22 -0
  529. package/dist/actions/patch-inventory-item-field.mjs.map +1 -0
  530. package/dist/actions/post-accounting-accounts.cjs +47 -0
  531. package/dist/actions/post-accounting-accounts.cjs.map +1 -0
  532. package/dist/actions/post-accounting-accounts.d.cts +9 -0
  533. package/dist/actions/post-accounting-accounts.d.cts.map +1 -0
  534. package/dist/actions/post-accounting-accounts.d.mts +9 -0
  535. package/dist/actions/post-accounting-accounts.d.mts.map +1 -0
  536. package/dist/actions/post-accounting-accounts.mjs +46 -0
  537. package/dist/actions/post-accounting-accounts.mjs.map +1 -0
  538. package/dist/actions/post-accounting-connection.cjs +30 -0
  539. package/dist/actions/post-accounting-connection.cjs.map +1 -0
  540. package/dist/actions/post-accounting-connection.d.cts +9 -0
  541. package/dist/actions/post-accounting-connection.d.cts.map +1 -0
  542. package/dist/actions/post-accounting-connection.d.mts +9 -0
  543. package/dist/actions/post-accounting-connection.d.mts.map +1 -0
  544. package/dist/actions/post-accounting-connection.mjs +29 -0
  545. package/dist/actions/post-accounting-connection.mjs.map +1 -0
  546. package/dist/actions/post-accounting-vendors.cjs +38 -0
  547. package/dist/actions/post-accounting-vendors.cjs.map +1 -0
  548. package/dist/actions/post-accounting-vendors.d.cts +9 -0
  549. package/dist/actions/post-accounting-vendors.d.cts.map +1 -0
  550. package/dist/actions/post-accounting-vendors.d.mts +9 -0
  551. package/dist/actions/post-accounting-vendors.d.mts.map +1 -0
  552. package/dist/actions/post-accounting-vendors.mjs +37 -0
  553. package/dist/actions/post-accounting-vendors.mjs.map +1 -0
  554. package/dist/actions/post-inventory-item-options.cjs +26 -0
  555. package/dist/actions/post-inventory-item-options.cjs.map +1 -0
  556. package/dist/actions/post-inventory-item-options.d.cts +9 -0
  557. package/dist/actions/post-inventory-item-options.d.cts.map +1 -0
  558. package/dist/actions/post-inventory-item-options.d.mts +9 -0
  559. package/dist/actions/post-inventory-item-options.d.mts.map +1 -0
  560. package/dist/actions/post-inventory-item-options.mjs +25 -0
  561. package/dist/actions/post-inventory-item-options.mjs.map +1 -0
  562. package/dist/actions/post-physical-card.cjs +59 -0
  563. package/dist/actions/post-physical-card.cjs.map +1 -0
  564. package/dist/actions/post-physical-card.d.cts +9 -0
  565. package/dist/actions/post-physical-card.d.cts.map +1 -0
  566. package/dist/actions/post-physical-card.d.mts +9 -0
  567. package/dist/actions/post-physical-card.d.mts.map +1 -0
  568. package/dist/actions/post-physical-card.mjs +56 -0
  569. package/dist/actions/post-physical-card.mjs.map +1 -0
  570. package/dist/actions/reactivate-accounting-connection.cjs +26 -0
  571. package/dist/actions/reactivate-accounting-connection.cjs.map +1 -0
  572. package/dist/actions/reactivate-accounting-connection.d.cts +9 -0
  573. package/dist/actions/reactivate-accounting-connection.d.cts.map +1 -0
  574. package/dist/actions/reactivate-accounting-connection.d.mts +9 -0
  575. package/dist/actions/reactivate-accounting-connection.d.mts.map +1 -0
  576. package/dist/actions/reactivate-accounting-connection.mjs +25 -0
  577. package/dist/actions/reactivate-accounting-connection.mjs.map +1 -0
  578. package/dist/actions/reactivate-user.cjs +16 -0
  579. package/dist/actions/reactivate-user.cjs.map +1 -0
  580. package/dist/actions/reactivate-user.d.cts +9 -0
  581. package/dist/actions/reactivate-user.d.cts.map +1 -0
  582. package/dist/actions/reactivate-user.d.mts +9 -0
  583. package/dist/actions/reactivate-user.d.mts.map +1 -0
  584. package/dist/actions/reactivate-user.mjs +13 -0
  585. package/dist/actions/reactivate-user.mjs.map +1 -0
  586. package/dist/actions/submit-reimbursement-receipt.cjs +144 -0
  587. package/dist/actions/submit-reimbursement-receipt.cjs.map +1 -0
  588. package/dist/actions/submit-reimbursement-receipt.d.cts +9 -0
  589. package/dist/actions/submit-reimbursement-receipt.d.cts.map +1 -0
  590. package/dist/actions/submit-reimbursement-receipt.d.mts +9 -0
  591. package/dist/actions/submit-reimbursement-receipt.d.mts.map +1 -0
  592. package/dist/actions/submit-reimbursement-receipt.mjs +143 -0
  593. package/dist/actions/submit-reimbursement-receipt.mjs.map +1 -0
  594. package/dist/actions/suspend-card.cjs +19 -0
  595. package/dist/actions/suspend-card.cjs.map +1 -0
  596. package/dist/actions/suspend-card.d.cts +9 -0
  597. package/dist/actions/suspend-card.d.cts.map +1 -0
  598. package/dist/actions/suspend-card.d.mts +9 -0
  599. package/dist/actions/suspend-card.d.mts.map +1 -0
  600. package/dist/actions/suspend-card.mjs +16 -0
  601. package/dist/actions/suspend-card.mjs.map +1 -0
  602. package/dist/actions/terminate-card.cjs +19 -0
  603. package/dist/actions/terminate-card.cjs.map +1 -0
  604. package/dist/actions/terminate-card.d.cts +9 -0
  605. package/dist/actions/terminate-card.d.cts.map +1 -0
  606. package/dist/actions/terminate-card.d.mts +9 -0
  607. package/dist/actions/terminate-card.d.mts.map +1 -0
  608. package/dist/actions/terminate-card.mjs +16 -0
  609. package/dist/actions/terminate-card.mjs.map +1 -0
  610. package/dist/actions/update-accounting-field.cjs +48 -0
  611. package/dist/actions/update-accounting-field.cjs.map +1 -0
  612. package/dist/actions/update-accounting-field.d.cts +9 -0
  613. package/dist/actions/update-accounting-field.d.cts.map +1 -0
  614. package/dist/actions/update-accounting-field.d.mts +9 -0
  615. package/dist/actions/update-accounting-field.d.mts.map +1 -0
  616. package/dist/actions/update-accounting-field.mjs +47 -0
  617. package/dist/actions/update-accounting-field.mjs.map +1 -0
  618. package/dist/actions/update-accounting-inventory-item-options.cjs +25 -0
  619. package/dist/actions/update-accounting-inventory-item-options.cjs.map +1 -0
  620. package/dist/actions/update-accounting-inventory-item-options.d.cts +9 -0
  621. package/dist/actions/update-accounting-inventory-item-options.d.cts.map +1 -0
  622. package/dist/actions/update-accounting-inventory-item-options.d.mts +9 -0
  623. package/dist/actions/update-accounting-inventory-item-options.d.mts.map +1 -0
  624. package/dist/actions/update-accounting-inventory-item-options.mjs +22 -0
  625. package/dist/actions/update-accounting-inventory-item-options.mjs.map +1 -0
  626. package/dist/actions/update-accounting-tax-code-options.cjs +27 -0
  627. package/dist/actions/update-accounting-tax-code-options.cjs.map +1 -0
  628. package/dist/actions/update-accounting-tax-code-options.d.cts +9 -0
  629. package/dist/actions/update-accounting-tax-code-options.d.cts.map +1 -0
  630. package/dist/actions/update-accounting-tax-code-options.d.mts +9 -0
  631. package/dist/actions/update-accounting-tax-code-options.d.mts.map +1 -0
  632. package/dist/actions/update-accounting-tax-code-options.mjs +24 -0
  633. package/dist/actions/update-accounting-tax-code-options.mjs.map +1 -0
  634. package/dist/actions/update-accounting-tax-code.cjs +25 -0
  635. package/dist/actions/update-accounting-tax-code.cjs.map +1 -0
  636. package/dist/actions/update-accounting-tax-code.d.cts +9 -0
  637. package/dist/actions/update-accounting-tax-code.d.cts.map +1 -0
  638. package/dist/actions/update-accounting-tax-code.d.mts +9 -0
  639. package/dist/actions/update-accounting-tax-code.d.mts.map +1 -0
  640. package/dist/actions/update-accounting-tax-code.mjs +22 -0
  641. package/dist/actions/update-accounting-tax-code.mjs.map +1 -0
  642. package/dist/actions/update-accounting-tax-rate.cjs +28 -0
  643. package/dist/actions/update-accounting-tax-rate.cjs.map +1 -0
  644. package/dist/actions/update-accounting-tax-rate.d.cts +9 -0
  645. package/dist/actions/update-accounting-tax-rate.d.cts.map +1 -0
  646. package/dist/actions/update-accounting-tax-rate.d.mts +9 -0
  647. package/dist/actions/update-accounting-tax-rate.d.mts.map +1 -0
  648. package/dist/actions/update-accounting-tax-rate.mjs +25 -0
  649. package/dist/actions/update-accounting-tax-rate.mjs.map +1 -0
  650. package/dist/actions/update-accounting-vendor.cjs +38 -0
  651. package/dist/actions/update-accounting-vendor.cjs.map +1 -0
  652. package/dist/actions/update-accounting-vendor.d.cts +9 -0
  653. package/dist/actions/update-accounting-vendor.d.cts.map +1 -0
  654. package/dist/actions/update-accounting-vendor.d.mts +9 -0
  655. package/dist/actions/update-accounting-vendor.d.mts.map +1 -0
  656. package/dist/actions/update-accounting-vendor.mjs +37 -0
  657. package/dist/actions/update-accounting-vendor.mjs.map +1 -0
  658. package/dist/actions/update-card-limit.cjs +42 -0
  659. package/dist/actions/update-card-limit.cjs.map +1 -0
  660. package/dist/actions/update-card-limit.d.cts +9 -0
  661. package/dist/actions/update-card-limit.d.cts.map +1 -0
  662. package/dist/actions/update-card-limit.d.mts +9 -0
  663. package/dist/actions/update-card-limit.d.mts.map +1 -0
  664. package/dist/actions/update-card-limit.mjs +41 -0
  665. package/dist/actions/update-card-limit.mjs.map +1 -0
  666. package/dist/actions/update-department.cjs +24 -0
  667. package/dist/actions/update-department.cjs.map +1 -0
  668. package/dist/actions/update-department.d.cts +9 -0
  669. package/dist/actions/update-department.d.cts.map +1 -0
  670. package/dist/actions/update-department.d.mts +9 -0
  671. package/dist/actions/update-department.d.mts.map +1 -0
  672. package/dist/actions/update-department.mjs +21 -0
  673. package/dist/actions/update-department.mjs.map +1 -0
  674. package/dist/actions/update-limits.cjs +126 -0
  675. package/dist/actions/update-limits.cjs.map +1 -0
  676. package/dist/actions/update-limits.d.cts +9 -0
  677. package/dist/actions/update-limits.d.cts.map +1 -0
  678. package/dist/actions/update-limits.d.mts +9 -0
  679. package/dist/actions/update-limits.d.mts.map +1 -0
  680. package/dist/actions/update-limits.mjs +125 -0
  681. package/dist/actions/update-limits.mjs.map +1 -0
  682. package/dist/actions/update-user.cjs +35 -0
  683. package/dist/actions/update-user.cjs.map +1 -0
  684. package/dist/actions/update-user.d.cts +9 -0
  685. package/dist/actions/update-user.d.cts.map +1 -0
  686. package/dist/actions/update-user.d.mts +9 -0
  687. package/dist/actions/update-user.d.mts.map +1 -0
  688. package/dist/actions/update-user.mjs +32 -0
  689. package/dist/actions/update-user.mjs.map +1 -0
  690. package/dist/actions/upload-new-options.cjs +40 -0
  691. package/dist/actions/upload-new-options.cjs.map +1 -0
  692. package/dist/actions/upload-new-options.d.cts +9 -0
  693. package/dist/actions/upload-new-options.d.cts.map +1 -0
  694. package/dist/actions/upload-new-options.d.mts +9 -0
  695. package/dist/actions/upload-new-options.d.mts.map +1 -0
  696. package/dist/actions/upload-new-options.mjs +39 -0
  697. package/dist/actions/upload-new-options.mjs.map +1 -0
  698. package/dist/actions/upload-tax-code-options.cjs +28 -0
  699. package/dist/actions/upload-tax-code-options.cjs.map +1 -0
  700. package/dist/actions/upload-tax-code-options.d.cts +9 -0
  701. package/dist/actions/upload-tax-code-options.d.cts.map +1 -0
  702. package/dist/actions/upload-tax-code-options.d.mts +9 -0
  703. package/dist/actions/upload-tax-code-options.d.mts.map +1 -0
  704. package/dist/actions/upload-tax-code-options.mjs +27 -0
  705. package/dist/actions/upload-tax-code-options.mjs.map +1 -0
  706. package/dist/actions/upload-tax-rates.cjs +32 -0
  707. package/dist/actions/upload-tax-rates.cjs.map +1 -0
  708. package/dist/actions/upload-tax-rates.d.cts +9 -0
  709. package/dist/actions/upload-tax-rates.d.cts.map +1 -0
  710. package/dist/actions/upload-tax-rates.d.mts +9 -0
  711. package/dist/actions/upload-tax-rates.d.mts.map +1 -0
  712. package/dist/actions/upload-tax-rates.mjs +31 -0
  713. package/dist/actions/upload-tax-rates.mjs.map +1 -0
  714. package/dist/app.cjs +9 -0
  715. package/dist/app.cjs.map +1 -0
  716. package/dist/app.d.cts +5 -0
  717. package/dist/app.d.cts.map +1 -0
  718. package/dist/app.d.mts +5 -0
  719. package/dist/app.d.mts.map +1 -0
  720. package/dist/app.mjs +10 -0
  721. package/dist/app.mjs.map +1 -0
  722. package/dist/catalog.cjs +15 -0
  723. package/dist/catalog.cjs.map +1 -0
  724. package/dist/catalog.d.cts +14 -0
  725. package/dist/catalog.d.cts.map +1 -0
  726. package/dist/catalog.d.mts +14 -0
  727. package/dist/catalog.d.mts.map +1 -0
  728. package/dist/catalog.mjs +15 -0
  729. package/dist/catalog.mjs.map +1 -0
  730. package/dist/execute.cjs +18 -0
  731. package/dist/execute.cjs.map +1 -0
  732. package/dist/execute.mjs +18 -0
  733. package/dist/execute.mjs.map +1 -0
  734. package/dist/index.cjs +182 -0
  735. package/dist/index.d.cts +91 -0
  736. package/dist/index.d.mts +91 -4
  737. package/dist/index.mjs +92 -7
  738. package/package.json +31 -58
  739. package/LICENSE +0 -21
  740. package/dist/credential-sets/index.d.mts +0 -2
  741. package/dist/credential-sets/index.mjs +0 -4
  742. package/dist/operations/index.d.mts +0 -2
  743. package/dist/operations/index.mjs +0 -3
  744. package/dist/ramp-app.credential-set-Lfv-WYR0.mjs +0 -24
  745. package/dist/ramp-app.credential-set-cr5rSCuj.d.mts +0 -51
  746. package/dist/ramp.credential-set-IqskZBeS.mjs +0 -65
  747. package/dist/schemas/index.d.mts +0 -2101
  748. package/dist/schemas/index.mjs +0 -99
  749. package/dist/transactions-BbD9dl3x.mjs +0 -1005
  750. package/dist/upload-receipt.operation-ClJzqNb-.d.mts +0 -3907
  751. package/dist/upload-receipt.operation-DNDW2WTQ.mjs +0 -2322
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-inventory-item-options.mjs","names":[],"sources":["../../src/actions/update-accounting-inventory-item-options.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampUpdateAccountingInventoryItemOptionsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The updated name of the inventory item option\").optional(),\n option_id: z.string().describe(\"The Ramp UUID of the inventory item option to update\"),\n}).describe(\"Request to update an inventory item option.\");\nexport const RampUpdateAccountingInventoryItemOptionsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The external ID of the inventory item option. This is the ID in your ERP system\"),\n name: z.string().describe(\"The name of the inventory item option\"),\n ramp_id: z.string().describe(\"Unique identifier for the inventory item option within Ramp system\"),\n is_active: z.boolean().describe(\"Whether the inventory item option is active\"),\n accounting_connection_id: z.string().describe(\"ID of the accounting connection that the inventory item option belongs to\"),\n}).describe(\"Response from updating an inventory item option.\");\n\nexport const rampUpdateAccountingInventoryItemOptions = action(\"RAMP_UPDATE_ACCOUNTING_INVENTORY_ITEM_OPTIONS\", {\n slug: \"ramp-update-accounting-inventory-item-options\",\n name: \"Update Accounting Inventory Item Option\",\n description: \"Tool to update an inventory item option in Ramp's accounting system. Use when you need to modify an existing inventory item option's details.\",\n input: RampUpdateAccountingInventoryItemOptionsInput,\n output: RampUpdateAccountingInventoryItemOptionsOutput,\n});\n"],"mappings":";;AAgBA,MAAa,2CAA2C,OAAO,iDAAiD;CAC9G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhByE,EAAE,OAAO;EAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EACpF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACvF,CAAC,CAAC,CAAC,SAAS,6CAaH;CACP,QAb0E,EAAE,OAAO;EACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;EACzG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EACjG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;EAC7E,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;CAC3H,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-accounting-tax-code-options.ts
4
+ const RampUpdateAccountingTaxCodeOptionsInput = zod.z.object({
5
+ name: zod.z.string().describe("The name of the tax code option.").optional(),
6
+ option_id: zod.z.string().describe("The unique identifier (UUID) of the tax code option to update"),
7
+ tax_rate_ids: zod.z.array(zod.z.string()).describe("A list of external tax rate IDs (remote_id values) to associate with this tax code option. If this value is provided, it will replace all existing tax rate IDs.").optional()
8
+ }).describe("Request to update a tax code option.");
9
+ const RampUpdateAccountingTaxCodeOptionsOutput = zod.z.object({
10
+ id: zod.z.string().describe("The external ID of the tax code option. This is the ID in your ERP system."),
11
+ name: zod.z.string().describe("The name of the tax code option."),
12
+ ramp_id: zod.z.string().describe("Unique identifier for the tax code option within Ramp system."),
13
+ is_active: zod.z.boolean().describe("Whether the tax code option is active."),
14
+ tax_rate_ids: zod.z.array(zod.z.string()).describe("A list of external tax rate IDs (remote_id values) associated with this tax code option."),
15
+ accounting_connection_id: zod.z.string().describe("ID of the accounting connection that the tax code option belongs to.")
16
+ }).describe("Response from updating a tax code option.");
17
+ const rampUpdateAccountingTaxCodeOptions = require_action.action("RAMP_UPDATE_ACCOUNTING_TAX_CODE_OPTIONS", {
18
+ slug: "ramp-update-accounting-tax-code-options",
19
+ name: "Update Accounting Tax Code Option",
20
+ description: "Tool to update a tax code option in Ramp. Use when you need to modify the name or associated tax rates of an existing tax code option.",
21
+ input: RampUpdateAccountingTaxCodeOptionsInput,
22
+ output: RampUpdateAccountingTaxCodeOptionsOutput
23
+ });
24
+ //#endregion
25
+ exports.rampUpdateAccountingTaxCodeOptions = rampUpdateAccountingTaxCodeOptions;
26
+
27
+ //# sourceMappingURL=update-accounting-tax-code-options.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-code-options.cjs","names":["z","action"],"sources":["../../src/actions/update-accounting-tax-code-options.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampUpdateAccountingTaxCodeOptionsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the tax code option.\").optional(),\n option_id: z.string().describe(\"The unique identifier (UUID) of the tax code option to update\"),\n tax_rate_ids: z.array(z.string()).describe(\"A list of external tax rate IDs (remote_id values) to associate with this tax code option. If this value is provided, it will replace all existing tax rate IDs.\").optional(),\n}).describe(\"Request to update a tax code option.\");\nexport const RampUpdateAccountingTaxCodeOptionsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The external ID of the tax code option. This is the ID in your ERP system.\"),\n name: z.string().describe(\"The name of the tax code option.\"),\n ramp_id: z.string().describe(\"Unique identifier for the tax code option within Ramp system.\"),\n is_active: z.boolean().describe(\"Whether the tax code option is active.\"),\n tax_rate_ids: z.array(z.string()).describe(\"A list of external tax rate IDs (remote_id values) associated with this tax code option.\"),\n accounting_connection_id: z.string().describe(\"ID of the accounting connection that the tax code option belongs to.\"),\n}).describe(\"Response from updating a tax code option.\");\n\nexport const rampUpdateAccountingTaxCodeOptions = action(\"RAMP_UPDATE_ACCOUNTING_TAX_CODE_OPTIONS\", {\n slug: \"ramp-update-accounting-tax-code-options\",\n name: \"Update Accounting Tax Code Option\",\n description: \"Tool to update a tax code option in Ramp. Use when you need to modify the name or associated tax rates of an existing tax code option.\",\n input: RampUpdateAccountingTaxCodeOptionsInput,\n output: RampUpdateAccountingTaxCodeOptionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC9F,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;AAC1N,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CACpG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC5F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;CACxE,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0FAA0F;CACrI,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;AACtH,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,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/update-accounting-tax-code-options.d.ts
4
+ declare const RampUpdateAccountingTaxCodeOptionsInput: z.ZodTypeAny;
5
+ declare const RampUpdateAccountingTaxCodeOptionsOutput: z.ZodTypeAny;
6
+ declare const rampUpdateAccountingTaxCodeOptions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampUpdateAccountingTaxCodeOptions };
9
+ //# sourceMappingURL=update-accounting-tax-code-options.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-code-options.d.cts","names":[],"sources":["../../src/actions/update-accounting-tax-code-options.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAIL;AAAA,cACtC,wCAAA,EAA0C,CAAA,CAAE,UAOD;AAAA,cAE3C,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-accounting-tax-code-options.d.ts
4
+ declare const RampUpdateAccountingTaxCodeOptionsInput: z.ZodTypeAny;
5
+ declare const RampUpdateAccountingTaxCodeOptionsOutput: z.ZodTypeAny;
6
+ declare const rampUpdateAccountingTaxCodeOptions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampUpdateAccountingTaxCodeOptions };
9
+ //# sourceMappingURL=update-accounting-tax-code-options.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-code-options.d.mts","names":[],"sources":["../../src/actions/update-accounting-tax-code-options.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAIL;AAAA,cACtC,wCAAA,EAA0C,CAAA,CAAE,UAOD;AAAA,cAE3C,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rampUpdateAccountingTaxCodeOptions = action("RAMP_UPDATE_ACCOUNTING_TAX_CODE_OPTIONS", {
4
+ slug: "ramp-update-accounting-tax-code-options",
5
+ name: "Update Accounting Tax Code Option",
6
+ description: "Tool to update a tax code option in Ramp. Use when you need to modify the name or associated tax rates of an existing tax code option.",
7
+ input: z.object({
8
+ name: z.string().describe("The name of the tax code option.").optional(),
9
+ option_id: z.string().describe("The unique identifier (UUID) of the tax code option to update"),
10
+ tax_rate_ids: z.array(z.string()).describe("A list of external tax rate IDs (remote_id values) to associate with this tax code option. If this value is provided, it will replace all existing tax rate IDs.").optional()
11
+ }).describe("Request to update a tax code option."),
12
+ output: z.object({
13
+ id: z.string().describe("The external ID of the tax code option. This is the ID in your ERP system."),
14
+ name: z.string().describe("The name of the tax code option."),
15
+ ramp_id: z.string().describe("Unique identifier for the tax code option within Ramp system."),
16
+ is_active: z.boolean().describe("Whether the tax code option is active."),
17
+ tax_rate_ids: z.array(z.string()).describe("A list of external tax rate IDs (remote_id values) associated with this tax code option."),
18
+ accounting_connection_id: z.string().describe("ID of the accounting connection that the tax code option belongs to.")
19
+ }).describe("Response from updating a tax code option.")
20
+ });
21
+ //#endregion
22
+ export { rampUpdateAccountingTaxCodeOptions };
23
+
24
+ //# sourceMappingURL=update-accounting-tax-code-options.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-code-options.mjs","names":[],"sources":["../../src/actions/update-accounting-tax-code-options.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampUpdateAccountingTaxCodeOptionsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the tax code option.\").optional(),\n option_id: z.string().describe(\"The unique identifier (UUID) of the tax code option to update\"),\n tax_rate_ids: z.array(z.string()).describe(\"A list of external tax rate IDs (remote_id values) to associate with this tax code option. If this value is provided, it will replace all existing tax rate IDs.\").optional(),\n}).describe(\"Request to update a tax code option.\");\nexport const RampUpdateAccountingTaxCodeOptionsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The external ID of the tax code option. This is the ID in your ERP system.\"),\n name: z.string().describe(\"The name of the tax code option.\"),\n ramp_id: z.string().describe(\"Unique identifier for the tax code option within Ramp system.\"),\n is_active: z.boolean().describe(\"Whether the tax code option is active.\"),\n tax_rate_ids: z.array(z.string()).describe(\"A list of external tax rate IDs (remote_id values) associated with this tax code option.\"),\n accounting_connection_id: z.string().describe(\"ID of the accounting connection that the tax code option belongs to.\"),\n}).describe(\"Response from updating a tax code option.\");\n\nexport const rampUpdateAccountingTaxCodeOptions = action(\"RAMP_UPDATE_ACCOUNTING_TAX_CODE_OPTIONS\", {\n slug: \"ramp-update-accounting-tax-code-options\",\n name: \"Update Accounting Tax Code Option\",\n description: \"Tool to update a tax code option in Ramp. Use when you need to modify the name or associated tax rates of an existing tax code option.\",\n input: RampUpdateAccountingTaxCodeOptionsInput,\n output: RampUpdateAccountingTaxCodeOptionsOutput,\n});\n"],"mappings":";;AAkBA,MAAa,qCAAqC,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBmE,EAAE,OAAO;EAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EAC9F,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;CAC1N,CAAC,CAAC,CAAC,SAAS,sCAcH;CACP,QAdoE,EAAE,OAAO;EAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;EACpG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EAC5F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;EACxE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0FAA0F;EACrI,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CACtH,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-accounting-tax-code.ts
4
+ const RampUpdateAccountingTaxCodeInput = zod.z.object({
5
+ name: zod.z.string().describe("Name of the tax code field."),
6
+ display_name: zod.z.string().describe("Display name of the tax code field on Ramp.").optional()
7
+ }).describe("Request to update tax code accounting field.");
8
+ const RampUpdateAccountingTaxCodeOutput = 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 updating the tax code accounting field.");
15
+ const rampUpdateAccountingTaxCode = require_action.action("RAMP_UPDATE_ACCOUNTING_TAX_CODE", {
16
+ slug: "ramp-update-accounting-tax-code",
17
+ name: "Update Accounting Tax Code",
18
+ description: "Tool to update tax code accounting field. Use when you need to modify the name or display name of the tax code field in Ramp's accounting system.",
19
+ input: RampUpdateAccountingTaxCodeInput,
20
+ output: RampUpdateAccountingTaxCodeOutput
21
+ });
22
+ //#endregion
23
+ exports.rampUpdateAccountingTaxCode = rampUpdateAccountingTaxCode;
24
+
25
+ //# sourceMappingURL=update-accounting-tax-code.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-code.cjs","names":["z","action"],"sources":["../../src/actions/update-accounting-tax-code.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampUpdateAccountingTaxCodeInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the tax code field.\"),\n display_name: z.string().describe(\"Display name of the tax code field on Ramp.\").optional(),\n}).describe(\"Request to update tax code accounting field.\");\nexport const RampUpdateAccountingTaxCodeOutput: 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 updating the tax code accounting field.\");\n\nexport const rampUpdateAccountingTaxCode = action(\"RAMP_UPDATE_ACCOUNTING_TAX_CODE\", {\n slug: \"ramp-update-accounting-tax-code\",\n name: \"Update Accounting Tax Code\",\n description: \"Tool to update tax code accounting field. Use when you need to modify the name or display name of the tax code field in Ramp's accounting system.\",\n input: RampUpdateAccountingTaxCodeInput,\n output: RampUpdateAccountingTaxCodeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACvD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,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,uDAAuD;AAEnE,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-accounting-tax-code.d.ts
4
+ declare const RampUpdateAccountingTaxCodeInput: z.ZodTypeAny;
5
+ declare const RampUpdateAccountingTaxCodeOutput: z.ZodTypeAny;
6
+ declare const rampUpdateAccountingTaxCode: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampUpdateAccountingTaxCode };
9
+ //# sourceMappingURL=update-accounting-tax-code.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-code.d.cts","names":[],"sources":["../../src/actions/update-accounting-tax-code.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAC9C,iCAAA,EAAmC,CAAA,CAAE,UAMkB;AAAA,cAEvD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-accounting-tax-code.d.ts
4
+ declare const RampUpdateAccountingTaxCodeInput: z.ZodTypeAny;
5
+ declare const RampUpdateAccountingTaxCodeOutput: z.ZodTypeAny;
6
+ declare const rampUpdateAccountingTaxCode: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampUpdateAccountingTaxCode };
9
+ //# sourceMappingURL=update-accounting-tax-code.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-code.d.mts","names":[],"sources":["../../src/actions/update-accounting-tax-code.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAC9C,iCAAA,EAAmC,CAAA,CAAE,UAMkB;AAAA,cAEvD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rampUpdateAccountingTaxCode = action("RAMP_UPDATE_ACCOUNTING_TAX_CODE", {
4
+ slug: "ramp-update-accounting-tax-code",
5
+ name: "Update Accounting Tax Code",
6
+ description: "Tool to update tax code accounting field. Use when you need to modify the name or display name of the tax code field in Ramp's accounting system.",
7
+ input: z.object({
8
+ name: z.string().describe("Name of the tax code field."),
9
+ display_name: z.string().describe("Display name of the tax code field on Ramp.").optional()
10
+ }).describe("Request to update 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 updating the tax code accounting field.")
18
+ });
19
+ //#endregion
20
+ export { rampUpdateAccountingTaxCode };
21
+
22
+ //# sourceMappingURL=update-accounting-tax-code.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-code.mjs","names":[],"sources":["../../src/actions/update-accounting-tax-code.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampUpdateAccountingTaxCodeInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the tax code field.\"),\n display_name: z.string().describe(\"Display name of the tax code field on Ramp.\").optional(),\n}).describe(\"Request to update tax code accounting field.\");\nexport const RampUpdateAccountingTaxCodeOutput: 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 updating the tax code accounting field.\");\n\nexport const rampUpdateAccountingTaxCode = action(\"RAMP_UPDATE_ACCOUNTING_TAX_CODE\", {\n slug: \"ramp-update-accounting-tax-code\",\n name: \"Update Accounting Tax Code\",\n description: \"Tool to update tax code accounting field. Use when you need to modify the name or display name of the tax code field in Ramp's accounting system.\",\n input: RampUpdateAccountingTaxCodeInput,\n output: RampUpdateAccountingTaxCodeOutput,\n});\n"],"mappings":";;AAgBA,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB4D,EAAE,OAAO;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EACvD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAC5F,CAAC,CAAC,CAAC,SAAS,8CAaH;CACP,QAb6D,EAAE,OAAO;EACtE,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,uDAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-accounting-tax-rate.ts
4
+ const RampUpdateAccountingTaxRateInput = zod.z.object({
5
+ name: zod.z.string().describe("Name of the tax rate").optional(),
6
+ rate: zod.z.union([zod.z.string(), zod.z.number()]).optional(),
7
+ tax_rate_id: zod.z.string().describe("The unique Ramp ID (UUID) of the tax rate to update"),
8
+ accounting_gl_account_id: zod.z.string().describe("The Ramp ID (UUID) of the GL account to associate with this tax rate").optional()
9
+ }).describe("Request parameters to update an accounting tax rate.");
10
+ const RampUpdateAccountingTaxRateOutput = zod.z.object({
11
+ id: zod.z.string().describe("Remote/external ID of the tax rate from your ERP system"),
12
+ name: zod.z.string().describe("Name of the tax rate"),
13
+ rate: zod.z.string().describe("The tax rate percentage expressed as a decimal (e.g. 0.10 for 10%)"),
14
+ ramp_id: zod.z.string().describe("Unique identifier for the tax rate within Ramp system"),
15
+ accounting_connection_id: zod.z.string().describe("ID of the accounting connection that the tax rate belongs to"),
16
+ accounting_gl_account_id: zod.z.string().describe("The Ramp ID of the GL account associated with this tax rate").nullable().optional()
17
+ }).describe("Response schema for an updated accounting tax rate.");
18
+ const rampUpdateAccountingTaxRate = require_action.action("RAMP_UPDATE_ACCOUNTING_TAX_RATE", {
19
+ slug: "ramp-update-accounting-tax-rate",
20
+ name: "Update Accounting Tax Rate",
21
+ description: "Tool to update an accounting tax rate in Ramp. Use when you need to modify the name, rate percentage, or associated GL account for an existing tax rate.",
22
+ input: RampUpdateAccountingTaxRateInput,
23
+ output: RampUpdateAccountingTaxRateOutput
24
+ });
25
+ //#endregion
26
+ exports.rampUpdateAccountingTaxRate = rampUpdateAccountingTaxRate;
27
+
28
+ //# sourceMappingURL=update-accounting-tax-rate.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-rate.cjs","names":["z","action"],"sources":["../../src/actions/update-accounting-tax-rate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampUpdateAccountingTaxRateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the tax rate\").optional(),\n rate: z.union([z.string(), z.number()]).optional(),\n tax_rate_id: z.string().describe(\"The unique Ramp ID (UUID) of the tax rate to update\"),\n accounting_gl_account_id: z.string().describe(\"The Ramp ID (UUID) of the GL account to associate with this tax rate\").optional(),\n}).describe(\"Request parameters to update an accounting tax rate.\");\nexport const RampUpdateAccountingTaxRateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of the tax rate from your ERP system\"),\n name: z.string().describe(\"Name of the tax rate\"),\n rate: z.string().describe(\"The tax rate percentage expressed as a decimal (e.g. 0.10 for 10%)\"),\n ramp_id: z.string().describe(\"Unique identifier for the tax rate within Ramp system\"),\n accounting_connection_id: z.string().describe(\"ID of the accounting connection that the tax rate belongs to\"),\n accounting_gl_account_id: z.string().describe(\"The Ramp ID of the GL account associated with this tax rate\").nullable().optional(),\n}).describe(\"Response schema for an updated accounting tax rate.\");\n\nexport const rampUpdateAccountingTaxRate = action(\"RAMP_UPDATE_ACCOUNTING_TAX_RATE\", {\n slug: \"ramp-update-accounting-tax-rate\",\n name: \"Update Accounting Tax Rate\",\n description: \"Tool to update an accounting tax rate in Ramp. Use when you need to modify the name, rate percentage, or associated GL account for an existing tax rate.\",\n input: RampUpdateAccountingTaxRateInput,\n output: RampUpdateAccountingTaxRateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,MAAMA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;CACjD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACtF,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;AACjI,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAC9F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACpF,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC5G,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-accounting-tax-rate.d.ts
4
+ declare const RampUpdateAccountingTaxRateInput: z.ZodTypeAny;
5
+ declare const RampUpdateAccountingTaxRateOutput: z.ZodTypeAny;
6
+ declare const rampUpdateAccountingTaxRate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampUpdateAccountingTaxRate };
9
+ //# sourceMappingURL=update-accounting-tax-rate.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-rate.d.cts","names":[],"sources":["../../src/actions/update-accounting-tax-rate.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAKkB;AAAA,cACtD,iCAAA,EAAmC,CAAA,CAAE,UAOgB;AAAA,cAErD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-accounting-tax-rate.d.ts
4
+ declare const RampUpdateAccountingTaxRateInput: z.ZodTypeAny;
5
+ declare const RampUpdateAccountingTaxRateOutput: z.ZodTypeAny;
6
+ declare const rampUpdateAccountingTaxRate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampUpdateAccountingTaxRate };
9
+ //# sourceMappingURL=update-accounting-tax-rate.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-rate.d.mts","names":[],"sources":["../../src/actions/update-accounting-tax-rate.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAKkB;AAAA,cACtD,iCAAA,EAAmC,CAAA,CAAE,UAOgB;AAAA,cAErD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rampUpdateAccountingTaxRate = action("RAMP_UPDATE_ACCOUNTING_TAX_RATE", {
4
+ slug: "ramp-update-accounting-tax-rate",
5
+ name: "Update Accounting Tax Rate",
6
+ description: "Tool to update an accounting tax rate in Ramp. Use when you need to modify the name, rate percentage, or associated GL account for an existing tax rate.",
7
+ input: z.object({
8
+ name: z.string().describe("Name of the tax rate").optional(),
9
+ rate: z.union([z.string(), z.number()]).optional(),
10
+ tax_rate_id: z.string().describe("The unique Ramp ID (UUID) of the tax rate to update"),
11
+ accounting_gl_account_id: z.string().describe("The Ramp ID (UUID) of the GL account to associate with this tax rate").optional()
12
+ }).describe("Request parameters to update an accounting tax rate."),
13
+ output: z.object({
14
+ id: z.string().describe("Remote/external ID of the tax rate from your ERP system"),
15
+ name: z.string().describe("Name of the tax rate"),
16
+ rate: z.string().describe("The tax rate percentage expressed as a decimal (e.g. 0.10 for 10%)"),
17
+ ramp_id: z.string().describe("Unique identifier for the tax rate within Ramp system"),
18
+ accounting_connection_id: z.string().describe("ID of the accounting connection that the tax rate belongs to"),
19
+ accounting_gl_account_id: z.string().describe("The Ramp ID of the GL account associated with this tax rate").nullable().optional()
20
+ }).describe("Response schema for an updated accounting tax rate.")
21
+ });
22
+ //#endregion
23
+ export { rampUpdateAccountingTaxRate };
24
+
25
+ //# sourceMappingURL=update-accounting-tax-rate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-tax-rate.mjs","names":[],"sources":["../../src/actions/update-accounting-tax-rate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampUpdateAccountingTaxRateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the tax rate\").optional(),\n rate: z.union([z.string(), z.number()]).optional(),\n tax_rate_id: z.string().describe(\"The unique Ramp ID (UUID) of the tax rate to update\"),\n accounting_gl_account_id: z.string().describe(\"The Ramp ID (UUID) of the GL account to associate with this tax rate\").optional(),\n}).describe(\"Request parameters to update an accounting tax rate.\");\nexport const RampUpdateAccountingTaxRateOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of the tax rate from your ERP system\"),\n name: z.string().describe(\"Name of the tax rate\"),\n rate: z.string().describe(\"The tax rate percentage expressed as a decimal (e.g. 0.10 for 10%)\"),\n ramp_id: z.string().describe(\"Unique identifier for the tax rate within Ramp system\"),\n accounting_connection_id: z.string().describe(\"ID of the accounting connection that the tax rate belongs to\"),\n accounting_gl_account_id: z.string().describe(\"The Ramp ID of the GL account associated with this tax rate\").nullable().optional(),\n}).describe(\"Response schema for an updated accounting tax rate.\");\n\nexport const rampUpdateAccountingTaxRate = action(\"RAMP_UPDATE_ACCOUNTING_TAX_RATE\", {\n slug: \"ramp-update-accounting-tax-rate\",\n name: \"Update Accounting Tax Rate\",\n description: \"Tool to update an accounting tax rate in Ramp. Use when you need to modify the name, rate percentage, or associated GL account for an existing tax rate.\",\n input: RampUpdateAccountingTaxRateInput,\n output: RampUpdateAccountingTaxRateOutput,\n});\n"],"mappings":";;AAmBA,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnB4D,EAAE,OAAO;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC3D,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;EACjD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACtF,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CACjI,CAAC,CAAC,CAAC,SAAS,sDAcH;CACP,QAd6D,EAAE,OAAO;EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;EACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EAC9F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACpF,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EAC5G,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
@@ -0,0 +1,38 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-accounting-vendor.ts
4
+ const RampUpdateAccountingVendorInput = zod.z.object({
5
+ code: zod.z.string().describe("Code of the vendor. Provide an empty string to reset the code.").optional(),
6
+ name: zod.z.string().describe("Name of the vendor to update").optional(),
7
+ vendor_id: zod.z.string().describe("The unique identifier (ramp_id UUID) of the vendor to update. This is the Ramp-internal UUID, not the external ERP system ID."),
8
+ reactivate: zod.z.boolean().describe("Set to true to reactivate a deleted vendor. Only the value true is accepted.").optional()
9
+ }).describe("Request parameters to update an accounting vendor.");
10
+ const RampUpdateAccountingVendor_VendorCategoryInfoSchema = zod.z.object({
11
+ id: zod.z.string().describe("Remote/external ID of the vendor category").nullable().optional(),
12
+ name: zod.z.string().describe("Name of the vendor category").nullable().optional(),
13
+ ramp_id: zod.z.string().describe("Ramp's internal UUID for the vendor category").nullable().optional()
14
+ }).describe("Category information for an accounting vendor.");
15
+ const RampUpdateAccountingVendorOutput = zod.z.object({
16
+ id: zod.z.string().describe("Remote/external ID of accounting vendor in ERP system").nullable().optional(),
17
+ code: zod.z.string().describe("Code of the vendor (e.g., '19566')").nullable().optional(),
18
+ name: zod.z.string().describe("Name of the vendor"),
19
+ ramp_id: zod.z.string().describe("UUID to uniquely identify a vendor account within Ramp system"),
20
+ is_active: zod.z.boolean().describe("Whether this vendor account is active on Ramp"),
21
+ is_synced: zod.z.boolean().describe("Whether this vendor has been synced to remote ERP"),
22
+ created_at: zod.z.string().describe("ISO 8601 datetime when the vendor was created on Ramp"),
23
+ updated_at: zod.z.string().describe("ISO 8601 datetime when the vendor was most recently updated"),
24
+ provider_name: zod.z.string().describe("Name of the accounting connection that the vendor is uploaded to (e.g., 'QuickBooks', 'NetSuite')").nullable().optional(),
25
+ vendor_category_info: RampUpdateAccountingVendor_VendorCategoryInfoSchema.nullable().optional(),
26
+ accounting_connection_id: zod.z.string().describe("UUID of the accounting connection that the vendor is uploaded to")
27
+ }).describe("Response containing updated vendor information.");
28
+ const rampUpdateAccountingVendor = require_action.action("RAMP_UPDATE_ACCOUNTING_VENDOR", {
29
+ slug: "ramp-update-accounting-vendor",
30
+ name: "Update Accounting Vendor",
31
+ description: "Tool to update an accounting vendor in Ramp. Use when you need to modify vendor details such as name or code, or reactivate a deleted vendor.",
32
+ input: RampUpdateAccountingVendorInput,
33
+ output: RampUpdateAccountingVendorOutput
34
+ });
35
+ //#endregion
36
+ exports.rampUpdateAccountingVendor = rampUpdateAccountingVendor;
37
+
38
+ //# sourceMappingURL=update-accounting-vendor.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-vendor.cjs","names":["z","action"],"sources":["../../src/actions/update-accounting-vendor.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampUpdateAccountingVendorInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Code of the vendor. Provide an empty string to reset the code.\").optional(),\n name: z.string().describe(\"Name of the vendor to update\").optional(),\n vendor_id: z.string().describe(\"The unique identifier (ramp_id UUID) of the vendor to update. This is the Ramp-internal UUID, not the external ERP system ID.\"),\n reactivate: z.boolean().describe(\"Set to true to reactivate a deleted vendor. Only the value true is accepted.\").optional(),\n}).describe(\"Request parameters to update an accounting vendor.\");\nconst RampUpdateAccountingVendor_VendorCategoryInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of the vendor category\").nullable().optional(),\n name: z.string().describe(\"Name of the vendor category\").nullable().optional(),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the vendor category\").nullable().optional(),\n}).describe(\"Category information for an accounting vendor.\");\nexport const RampUpdateAccountingVendorOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of accounting vendor in ERP system\").nullable().optional(),\n code: z.string().describe(\"Code of the vendor (e.g., '19566')\").nullable().optional(),\n name: z.string().describe(\"Name of the vendor\"),\n ramp_id: z.string().describe(\"UUID to uniquely identify a vendor account within Ramp system\"),\n is_active: z.boolean().describe(\"Whether this vendor account is active on Ramp\"),\n is_synced: z.boolean().describe(\"Whether this vendor has been synced to remote ERP\"),\n created_at: z.string().describe(\"ISO 8601 datetime when the vendor was created on Ramp\"),\n updated_at: z.string().describe(\"ISO 8601 datetime when the vendor was most recently updated\"),\n provider_name: z.string().describe(\"Name of the accounting connection that the vendor is uploaded to (e.g., 'QuickBooks', 'NetSuite')\").nullable().optional(),\n vendor_category_info: RampUpdateAccountingVendor_VendorCategoryInfoSchema.nullable().optional(),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the vendor is uploaded to\"),\n}).describe(\"Response containing updated vendor information.\");\n\nexport const rampUpdateAccountingVendor = action(\"RAMP_UPDATE_ACCOUNTING_VENDOR\", {\n slug: \"ramp-update-accounting-vendor\",\n name: \"Update Accounting Vendor\",\n description: \"Tool to update an accounting vendor in Ramp. Use when you need to modify vendor details such as name or code, or reactivate a deleted vendor.\",\n input: RampUpdateAccountingVendorInput,\n output: RampUpdateAccountingVendorOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACrG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H;CAC9J,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC5F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;CAC/E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC7F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5J,sBAAsB,oDAAoD,SAAS,CAAC,CAAC,SAAS;CAC9F,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AAClH,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-accounting-vendor.d.ts
4
+ declare const RampUpdateAccountingVendorInput: z.ZodTypeAny;
5
+ declare const RampUpdateAccountingVendorOutput: z.ZodTypeAny;
6
+ declare const rampUpdateAccountingVendor: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampUpdateAccountingVendor };
9
+ //# sourceMappingURL=update-accounting-vendor.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-vendor.d.cts","names":[],"sources":["../../src/actions/update-accounting-vendor.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAKiB;AAAA,cAMpD,gCAAA,EAAkC,CAAA,CAAE,UAYa;AAAA,cAEjD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-accounting-vendor.d.ts
4
+ declare const RampUpdateAccountingVendorInput: z.ZodTypeAny;
5
+ declare const RampUpdateAccountingVendorOutput: z.ZodTypeAny;
6
+ declare const rampUpdateAccountingVendor: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampUpdateAccountingVendor };
9
+ //# sourceMappingURL=update-accounting-vendor.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-vendor.d.mts","names":[],"sources":["../../src/actions/update-accounting-vendor.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAKiB;AAAA,cAMpD,gCAAA,EAAkC,CAAA,CAAE,UAYa;AAAA,cAEjD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,37 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-accounting-vendor.ts
4
+ const RampUpdateAccountingVendorInput = z.object({
5
+ code: z.string().describe("Code of the vendor. Provide an empty string to reset the code.").optional(),
6
+ name: z.string().describe("Name of the vendor to update").optional(),
7
+ vendor_id: z.string().describe("The unique identifier (ramp_id UUID) of the vendor to update. This is the Ramp-internal UUID, not the external ERP system ID."),
8
+ reactivate: z.boolean().describe("Set to true to reactivate a deleted vendor. Only the value true is accepted.").optional()
9
+ }).describe("Request parameters to update an accounting vendor.");
10
+ const RampUpdateAccountingVendor_VendorCategoryInfoSchema = z.object({
11
+ id: z.string().describe("Remote/external ID of the vendor category").nullable().optional(),
12
+ name: z.string().describe("Name of the vendor category").nullable().optional(),
13
+ ramp_id: z.string().describe("Ramp's internal UUID for the vendor category").nullable().optional()
14
+ }).describe("Category information for an accounting vendor.");
15
+ const rampUpdateAccountingVendor = action("RAMP_UPDATE_ACCOUNTING_VENDOR", {
16
+ slug: "ramp-update-accounting-vendor",
17
+ name: "Update Accounting Vendor",
18
+ description: "Tool to update an accounting vendor in Ramp. Use when you need to modify vendor details such as name or code, or reactivate a deleted vendor.",
19
+ input: RampUpdateAccountingVendorInput,
20
+ output: z.object({
21
+ id: z.string().describe("Remote/external ID of accounting vendor in ERP system").nullable().optional(),
22
+ code: z.string().describe("Code of the vendor (e.g., '19566')").nullable().optional(),
23
+ name: z.string().describe("Name of the vendor"),
24
+ ramp_id: z.string().describe("UUID to uniquely identify a vendor account within Ramp system"),
25
+ is_active: z.boolean().describe("Whether this vendor account is active on Ramp"),
26
+ is_synced: z.boolean().describe("Whether this vendor has been synced to remote ERP"),
27
+ created_at: z.string().describe("ISO 8601 datetime when the vendor was created on Ramp"),
28
+ updated_at: z.string().describe("ISO 8601 datetime when the vendor was most recently updated"),
29
+ provider_name: z.string().describe("Name of the accounting connection that the vendor is uploaded to (e.g., 'QuickBooks', 'NetSuite')").nullable().optional(),
30
+ vendor_category_info: RampUpdateAccountingVendor_VendorCategoryInfoSchema.nullable().optional(),
31
+ accounting_connection_id: z.string().describe("UUID of the accounting connection that the vendor is uploaded to")
32
+ }).describe("Response containing updated vendor information.")
33
+ });
34
+ //#endregion
35
+ export { rampUpdateAccountingVendor };
36
+
37
+ //# sourceMappingURL=update-accounting-vendor.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-accounting-vendor.mjs","names":[],"sources":["../../src/actions/update-accounting-vendor.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampUpdateAccountingVendorInput: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Code of the vendor. Provide an empty string to reset the code.\").optional(),\n name: z.string().describe(\"Name of the vendor to update\").optional(),\n vendor_id: z.string().describe(\"The unique identifier (ramp_id UUID) of the vendor to update. This is the Ramp-internal UUID, not the external ERP system ID.\"),\n reactivate: z.boolean().describe(\"Set to true to reactivate a deleted vendor. Only the value true is accepted.\").optional(),\n}).describe(\"Request parameters to update an accounting vendor.\");\nconst RampUpdateAccountingVendor_VendorCategoryInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of the vendor category\").nullable().optional(),\n name: z.string().describe(\"Name of the vendor category\").nullable().optional(),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the vendor category\").nullable().optional(),\n}).describe(\"Category information for an accounting vendor.\");\nexport const RampUpdateAccountingVendorOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Remote/external ID of accounting vendor in ERP system\").nullable().optional(),\n code: z.string().describe(\"Code of the vendor (e.g., '19566')\").nullable().optional(),\n name: z.string().describe(\"Name of the vendor\"),\n ramp_id: z.string().describe(\"UUID to uniquely identify a vendor account within Ramp system\"),\n is_active: z.boolean().describe(\"Whether this vendor account is active on Ramp\"),\n is_synced: z.boolean().describe(\"Whether this vendor has been synced to remote ERP\"),\n created_at: z.string().describe(\"ISO 8601 datetime when the vendor was created on Ramp\"),\n updated_at: z.string().describe(\"ISO 8601 datetime when the vendor was most recently updated\"),\n provider_name: z.string().describe(\"Name of the accounting connection that the vendor is uploaded to (e.g., 'QuickBooks', 'NetSuite')\").nullable().optional(),\n vendor_category_info: RampUpdateAccountingVendor_VendorCategoryInfoSchema.nullable().optional(),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the vendor is uploaded to\"),\n}).describe(\"Response containing updated vendor information.\");\n\nexport const rampUpdateAccountingVendor = action(\"RAMP_UPDATE_ACCOUNTING_VENDOR\", {\n slug: \"ramp-update-accounting-vendor\",\n name: \"Update Accounting Vendor\",\n description: \"Tool to update an accounting vendor in Ramp. Use when you need to modify vendor details such as name or code, or reactivate a deleted vendor.\",\n input: RampUpdateAccountingVendorInput,\n output: RampUpdateAccountingVendorOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACrG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H;CAC9J,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,sDAAoE,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAe5D,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnB4D,EAAE,OAAO;EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EAC9C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EAC5F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;EAC/E,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;EACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EAC7F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5J,sBAAsB,oDAAoD,SAAS,CAAC,CAAC,SAAS;EAC9F,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAClH,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
@@ -0,0 +1,42 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-card-limit.ts
4
+ const RampUpdateCardLimitInput = zod.z.object({
5
+ amount: zod.z.number().int().describe("New spending limit amount in cents"),
6
+ card_id: zod.z.string().describe("The ID of the card to update limits for"),
7
+ interval: zod.z.string().describe("Spending limit interval: DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY, or TOTAL")
8
+ });
9
+ const RampUpdateCardLimit_ShippingSchema = zod.z.object({}).describe("Shipping information for physical card delivery.");
10
+ const RampUpdateCardLimit_FulfillmentSchema = zod.z.object({ shipping: RampUpdateCardLimit_ShippingSchema.nullable().optional() }).describe("Fulfillment details for physical card delivery. Only present for physical cards.");
11
+ const RampUpdateCardLimit_SpendingRestrictionsSchema = zod.z.object({
12
+ amount: zod.z.number().describe("The spending limit amount for the specified interval.").nullable().optional(),
13
+ interval: zod.z.string().describe("Time interval to apply the spending limit to (e.g., DAILY, MONTHLY, TOTAL).").nullable().optional(),
14
+ lock_date: zod.z.string().describe("ISO 8601 datetime when the spending restrictions are locked and cannot be changed.").nullable().optional(),
15
+ suspended: zod.z.boolean().describe("Indicates whether the card is currently suspended.").nullable().optional(),
16
+ categories: zod.z.array(zod.z.string()).describe("List of merchant category codes that the card is allowed to be used at.").nullable().optional(),
17
+ auto_lock_date: zod.z.string().describe("Auto lock date when the card will stop accepting transactions.").nullable().optional(),
18
+ blocked_categories: zod.z.array(zod.z.string()).describe("List of merchant category codes where the card is blocked from use.").nullable().optional(),
19
+ transaction_amount_limit: zod.z.number().describe("Maximum amount allowed for a single transaction.").nullable().optional()
20
+ }).describe("Specifies the spend restrictions on the Ramp card.");
21
+ const RampUpdateCardLimitOutput = zod.z.object({
22
+ id: zod.z.string().describe("Unique identifier of the card."),
23
+ last_four: zod.z.string().describe("Last four digits of the card number."),
24
+ fulfillment: RampUpdateCardLimit_FulfillmentSchema.nullable().optional(),
25
+ is_physical: zod.z.boolean().describe("Indicates whether this is a physical card (true) or virtual card (false)."),
26
+ display_name: zod.z.string().describe("Cosmetic display name of the card that can be customized by the user."),
27
+ cardholder_id: zod.z.string().describe("Unique identifier of the cardholder (user) who owns the card."),
28
+ card_program_id: zod.z.string().describe("Unique identifier of the card program associated with this card.").nullable().optional(),
29
+ cardholder_name: zod.z.string().describe("Full name of the cardholder."),
30
+ spending_restrictions: RampUpdateCardLimit_SpendingRestrictionsSchema.nullable().optional()
31
+ }).describe("Response containing detailed information about a Ramp card after limit update.");
32
+ const rampUpdateCardLimit = require_action.action("RAMP_UPDATE_CARD_LIMIT", {
33
+ slug: "ramp-update-card-limit",
34
+ name: "Update Card Spending Limit",
35
+ description: "Tool for updating spending limits on a card. Note: This returns the limits associated with the card. The actual update might require using the limit ID directly via PATCH /limits/{limit_id}.",
36
+ input: RampUpdateCardLimitInput,
37
+ output: RampUpdateCardLimitOutput
38
+ });
39
+ //#endregion
40
+ exports.rampUpdateCardLimit = rampUpdateCardLimit;
41
+
42
+ //# sourceMappingURL=update-card-limit.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-card-limit.cjs","names":["z","action"],"sources":["../../src/actions/update-card-limit.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampUpdateCardLimitInput: z.ZodTypeAny = z.object({\n amount: z.number().int().describe(\"New spending limit amount in cents\"),\n card_id: z.string().describe(\"The ID of the card to update limits for\"),\n interval: z.string().describe(\"Spending limit interval: DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY, or TOTAL\"),\n});\nconst RampUpdateCardLimit_ShippingSchema: z.ZodTypeAny = z.object({}).describe(\"Shipping information for physical card delivery.\");\nconst RampUpdateCardLimit_FulfillmentSchema: z.ZodTypeAny = z.object({\n shipping: RampUpdateCardLimit_ShippingSchema.nullable().optional(),\n}).describe(\"Fulfillment details for physical card delivery. Only present for physical cards.\");\nconst RampUpdateCardLimit_SpendingRestrictionsSchema: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"The spending limit amount for the specified interval.\").nullable().optional(),\n interval: z.string().describe(\"Time interval to apply the spending limit to (e.g., DAILY, MONTHLY, TOTAL).\").nullable().optional(),\n lock_date: z.string().describe(\"ISO 8601 datetime when the spending restrictions are locked and cannot be changed.\").nullable().optional(),\n suspended: z.boolean().describe(\"Indicates whether the card is currently suspended.\").nullable().optional(),\n categories: z.array(z.string()).describe(\"List of merchant category codes that the card is allowed to be used at.\").nullable().optional(),\n auto_lock_date: z.string().describe(\"Auto lock date when the card will stop accepting transactions.\").nullable().optional(),\n blocked_categories: z.array(z.string()).describe(\"List of merchant category codes where the card is blocked from use.\").nullable().optional(),\n transaction_amount_limit: z.number().describe(\"Maximum amount allowed for a single transaction.\").nullable().optional(),\n}).describe(\"Specifies the spend restrictions on the Ramp card.\");\nexport const RampUpdateCardLimitOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the card.\"),\n last_four: z.string().describe(\"Last four digits of the card number.\"),\n fulfillment: RampUpdateCardLimit_FulfillmentSchema.nullable().optional(),\n is_physical: z.boolean().describe(\"Indicates whether this is a physical card (true) or virtual card (false).\"),\n display_name: z.string().describe(\"Cosmetic display name of the card that can be customized by the user.\"),\n cardholder_id: z.string().describe(\"Unique identifier of the cardholder (user) who owns the card.\"),\n card_program_id: z.string().describe(\"Unique identifier of the card program associated with this card.\").nullable().optional(),\n cardholder_name: z.string().describe(\"Full name of the cardholder.\"),\n spending_restrictions: RampUpdateCardLimit_SpendingRestrictionsSchema.nullable().optional(),\n}).describe(\"Response containing detailed information about a Ramp card after limit update.\");\n\nexport const rampUpdateCardLimit = action(\"RAMP_UPDATE_CARD_LIMIT\", {\n slug: \"ramp-update-card-limit\",\n name: \"Update Card Spending Limit\",\n description: \"Tool for updating spending limits on a card. Note: This returns the limits associated with the card. The actual update might require using the limit ID directly via PATCH /limits/{limit_id}.\",\n input: RampUpdateCardLimitInput,\n output: RampUpdateCardLimitOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;AAC9G,CAAC;AACD,MAAM,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD;AACjI,MAAM,wCAAsDA,IAAAA,EAAE,OAAO,EACnE,UAAU,mCAAmC,SAAS,CAAC,CAAC,SAAS,EACnE,CAAC,CAAC,CAAC,SAAS,kFAAkF;AAC9F,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,oBAAoBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACrE,aAAa,sCAAsC,SAAS,CAAC,CAAC,SAAS;CACvE,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E;CAC7G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACzG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAClG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACnE,uBAAuB,+CAA+C,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAE5F,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-card-limit.d.ts
4
+ declare const RampUpdateCardLimitInput: z.ZodTypeAny;
5
+ declare const RampUpdateCardLimitOutput: z.ZodTypeAny;
6
+ declare const rampUpdateCardLimit: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampUpdateCardLimit };
9
+ //# sourceMappingURL=update-card-limit.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-card-limit.d.cts","names":[],"sources":["../../src/actions/update-card-limit.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAIvC;AAAA,cAeW,yBAAA,EAA2B,CAAA,CAAE,UAUmD;AAAA,cAEhF,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-card-limit.d.ts
4
+ declare const RampUpdateCardLimitInput: z.ZodTypeAny;
5
+ declare const RampUpdateCardLimitOutput: z.ZodTypeAny;
6
+ declare const rampUpdateCardLimit: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rampUpdateCardLimit };
9
+ //# sourceMappingURL=update-card-limit.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-card-limit.d.mts","names":[],"sources":["../../src/actions/update-card-limit.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAIvC;AAAA,cAeW,yBAAA,EAA2B,CAAA,CAAE,UAUmD;AAAA,cAEhF,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,41 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-card-limit.ts
4
+ const RampUpdateCardLimitInput = z.object({
5
+ amount: z.number().int().describe("New spending limit amount in cents"),
6
+ card_id: z.string().describe("The ID of the card to update limits for"),
7
+ interval: z.string().describe("Spending limit interval: DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY, or TOTAL")
8
+ });
9
+ const RampUpdateCardLimit_ShippingSchema = z.object({}).describe("Shipping information for physical card delivery.");
10
+ const RampUpdateCardLimit_FulfillmentSchema = z.object({ shipping: RampUpdateCardLimit_ShippingSchema.nullable().optional() }).describe("Fulfillment details for physical card delivery. Only present for physical cards.");
11
+ const RampUpdateCardLimit_SpendingRestrictionsSchema = z.object({
12
+ amount: z.number().describe("The spending limit amount for the specified interval.").nullable().optional(),
13
+ interval: z.string().describe("Time interval to apply the spending limit to (e.g., DAILY, MONTHLY, TOTAL).").nullable().optional(),
14
+ lock_date: z.string().describe("ISO 8601 datetime when the spending restrictions are locked and cannot be changed.").nullable().optional(),
15
+ suspended: z.boolean().describe("Indicates whether the card is currently suspended.").nullable().optional(),
16
+ categories: z.array(z.string()).describe("List of merchant category codes that the card is allowed to be used at.").nullable().optional(),
17
+ auto_lock_date: z.string().describe("Auto lock date when the card will stop accepting transactions.").nullable().optional(),
18
+ blocked_categories: z.array(z.string()).describe("List of merchant category codes where the card is blocked from use.").nullable().optional(),
19
+ transaction_amount_limit: z.number().describe("Maximum amount allowed for a single transaction.").nullable().optional()
20
+ }).describe("Specifies the spend restrictions on the Ramp card.");
21
+ const rampUpdateCardLimit = action("RAMP_UPDATE_CARD_LIMIT", {
22
+ slug: "ramp-update-card-limit",
23
+ name: "Update Card Spending Limit",
24
+ description: "Tool for updating spending limits on a card. Note: This returns the limits associated with the card. The actual update might require using the limit ID directly via PATCH /limits/{limit_id}.",
25
+ input: RampUpdateCardLimitInput,
26
+ output: z.object({
27
+ id: z.string().describe("Unique identifier of the card."),
28
+ last_four: z.string().describe("Last four digits of the card number."),
29
+ fulfillment: RampUpdateCardLimit_FulfillmentSchema.nullable().optional(),
30
+ is_physical: z.boolean().describe("Indicates whether this is a physical card (true) or virtual card (false)."),
31
+ display_name: z.string().describe("Cosmetic display name of the card that can be customized by the user."),
32
+ cardholder_id: z.string().describe("Unique identifier of the cardholder (user) who owns the card."),
33
+ card_program_id: z.string().describe("Unique identifier of the card program associated with this card.").nullable().optional(),
34
+ cardholder_name: z.string().describe("Full name of the cardholder."),
35
+ spending_restrictions: RampUpdateCardLimit_SpendingRestrictionsSchema.nullable().optional()
36
+ }).describe("Response containing detailed information about a Ramp card after limit update.")
37
+ });
38
+ //#endregion
39
+ export { rampUpdateCardLimit };
40
+
41
+ //# sourceMappingURL=update-card-limit.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-card-limit.mjs","names":[],"sources":["../../src/actions/update-card-limit.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampUpdateCardLimitInput: z.ZodTypeAny = z.object({\n amount: z.number().int().describe(\"New spending limit amount in cents\"),\n card_id: z.string().describe(\"The ID of the card to update limits for\"),\n interval: z.string().describe(\"Spending limit interval: DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY, or TOTAL\"),\n});\nconst RampUpdateCardLimit_ShippingSchema: z.ZodTypeAny = z.object({}).describe(\"Shipping information for physical card delivery.\");\nconst RampUpdateCardLimit_FulfillmentSchema: z.ZodTypeAny = z.object({\n shipping: RampUpdateCardLimit_ShippingSchema.nullable().optional(),\n}).describe(\"Fulfillment details for physical card delivery. Only present for physical cards.\");\nconst RampUpdateCardLimit_SpendingRestrictionsSchema: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"The spending limit amount for the specified interval.\").nullable().optional(),\n interval: z.string().describe(\"Time interval to apply the spending limit to (e.g., DAILY, MONTHLY, TOTAL).\").nullable().optional(),\n lock_date: z.string().describe(\"ISO 8601 datetime when the spending restrictions are locked and cannot be changed.\").nullable().optional(),\n suspended: z.boolean().describe(\"Indicates whether the card is currently suspended.\").nullable().optional(),\n categories: z.array(z.string()).describe(\"List of merchant category codes that the card is allowed to be used at.\").nullable().optional(),\n auto_lock_date: z.string().describe(\"Auto lock date when the card will stop accepting transactions.\").nullable().optional(),\n blocked_categories: z.array(z.string()).describe(\"List of merchant category codes where the card is blocked from use.\").nullable().optional(),\n transaction_amount_limit: z.number().describe(\"Maximum amount allowed for a single transaction.\").nullable().optional(),\n}).describe(\"Specifies the spend restrictions on the Ramp card.\");\nexport const RampUpdateCardLimitOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the card.\"),\n last_four: z.string().describe(\"Last four digits of the card number.\"),\n fulfillment: RampUpdateCardLimit_FulfillmentSchema.nullable().optional(),\n is_physical: z.boolean().describe(\"Indicates whether this is a physical card (true) or virtual card (false).\"),\n display_name: z.string().describe(\"Cosmetic display name of the card that can be customized by the user.\"),\n cardholder_id: z.string().describe(\"Unique identifier of the cardholder (user) who owns the card.\"),\n card_program_id: z.string().describe(\"Unique identifier of the card program associated with this card.\").nullable().optional(),\n cardholder_name: z.string().describe(\"Full name of the cardholder.\"),\n spending_restrictions: RampUpdateCardLimit_SpendingRestrictionsSchema.nullable().optional(),\n}).describe(\"Response containing detailed information about a Ramp card after limit update.\");\n\nexport const rampUpdateCardLimit = action(\"RAMP_UPDATE_CARD_LIMIT\", {\n slug: \"ramp-update-card-limit\",\n name: \"Update Card Spending Limit\",\n description: \"Tool for updating spending limits on a card. Note: This returns the limits associated with the card. The actual update might require using the limit ID directly via PATCH /limits/{limit_id}.\",\n input: RampUpdateCardLimitInput,\n output: RampUpdateCardLimitOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;AAC9G,CAAC;AACD,MAAM,qCAAmD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD;AACjI,MAAM,wCAAsD,EAAE,OAAO,EACnE,UAAU,mCAAmC,SAAS,CAAC,CAAC,SAAS,EACnE,CAAC,CAAC,CAAC,SAAS,kFAAkF;AAC9F,MAAM,iDAA+D,EAAE,OAAO;CAC5E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,oBAAoB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAahE,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAjBqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EACxD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EACrE,aAAa,sCAAsC,SAAS,CAAC,CAAC,SAAS;EACvE,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E;EAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;EACzG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EAClG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7H,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACnE,uBAAuB,+CAA+C,SAAS,CAAC,CAAC,SAAS;CAC5F,CAAC,CAAC,CAAC,SAAS,gFAOF;AACV,CAAC"}