@keystrokehq/ramp 0.0.16 → 0.1.2

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 +16 -0
  9. package/dist/actions/create-department.d.cts.map +1 -0
  10. package/dist/actions/create-department.d.mts +16 -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 +21 -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 +21 -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 +20 -0
  25. package/dist/actions/create-memo.d.cts.map +1 -0
  26. package/dist/actions/create-memo.d.mts +20 -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 +155 -0
  33. package/dist/actions/create-mileage-reimbursement.d.cts.map +1 -0
  34. package/dist/actions/create-mileage-reimbursement.d.mts +155 -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 +44 -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 +44 -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 +21 -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 +21 -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 +39 -0
  57. package/dist/actions/create-user-invite.d.cts.map +1 -0
  58. package/dist/actions/create-user-invite.d.mts +39 -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 +54 -0
  65. package/dist/actions/create-webhook-subscription.d.cts.map +1 -0
  66. package/dist/actions/create-webhook-subscription.d.mts +54 -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 +13 -0
  73. package/dist/actions/deactivate-user.d.cts.map +1 -0
  74. package/dist/actions/deactivate-user.d.mts +13 -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 +15 -0
  81. package/dist/actions/delete-accounting-account.d.cts.map +1 -0
  82. package/dist/actions/delete-accounting-account.d.mts +15 -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 +11 -0
  89. package/dist/actions/delete-accounting-connection.d.cts.map +1 -0
  90. package/dist/actions/delete-accounting-connection.d.mts +11 -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 +15 -0
  97. package/dist/actions/delete-accounting-fields.d.cts.map +1 -0
  98. package/dist/actions/delete-accounting-fields.d.mts +15 -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 +15 -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 +15 -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 +15 -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 +15 -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 +11 -0
  121. package/dist/actions/delete-accounting-tax-code.d.cts.map +1 -0
  122. package/dist/actions/delete-accounting-tax-code.d.mts +11 -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 +17 -0
  129. package/dist/actions/delete-accounting-tax-rates.d.cts.map +1 -0
  130. package/dist/actions/delete-accounting-tax-rates.d.mts +17 -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 +15 -0
  137. package/dist/actions/delete-accounting-vendors.d.cts.map +1 -0
  138. package/dist/actions/delete-accounting-vendors.d.mts +15 -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 +15 -0
  145. package/dist/actions/delete-custom-field-option.d.cts.map +1 -0
  146. package/dist/actions/delete-custom-field-option.d.mts +15 -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 +11 -0
  153. package/dist/actions/delete-inventory-item-field.d.cts.map +1 -0
  154. package/dist/actions/delete-inventory-item-field.d.mts +11 -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 +82 -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 +82 -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 +15 -0
  169. package/dist/actions/delete-webhook.d.cts.map +1 -0
  170. package/dist/actions/delete-webhook.d.mts +15 -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 +31 -0
  177. package/dist/actions/fetch-accounting-account.d.cts.map +1 -0
  178. package/dist/actions/fetch-accounting-account.d.mts +31 -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 +31 -0
  185. package/dist/actions/fetch-accounting-vendor.d.cts.map +1 -0
  186. package/dist/actions/fetch-accounting-vendor.d.mts +31 -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 +24 -0
  193. package/dist/actions/fetch-custom-accounting-field.d.cts.map +1 -0
  194. package/dist/actions/fetch-custom-accounting-field.d.mts +24 -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 +44 -0
  201. package/dist/actions/get-accounting-accounts.d.cts.map +1 -0
  202. package/dist/actions/get-accounting-accounts.d.mts +44 -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 +17 -0
  209. package/dist/actions/get-accounting-all-connections.d.cts.map +1 -0
  210. package/dist/actions/get-accounting-all-connections.d.mts +17 -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 +35 -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 +35 -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 +21 -0
  225. package/dist/actions/get-accounting-connection.d.cts.map +1 -0
  226. package/dist/actions/get-accounting-connection.d.mts +21 -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 +25 -0
  233. package/dist/actions/get-accounting-fields.d.cts.map +1 -0
  234. package/dist/actions/get-accounting-fields.d.mts +25 -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 +25 -0
  241. package/dist/actions/get-accounting-vendors.d.cts.map +1 -0
  242. package/dist/actions/get-accounting-vendors.d.mts +25 -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 +97 -0
  249. package/dist/actions/get-all-transactions.d.cts.map +1 -0
  250. package/dist/actions/get-all-transactions.d.mts +97 -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 +17 -0
  257. package/dist/actions/get-card-vault-resource.d.cts.map +1 -0
  258. package/dist/actions/get-card-vault-resource.d.mts +17 -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 +54 -0
  265. package/dist/actions/get-card.d.cts.map +1 -0
  266. package/dist/actions/get-card.d.mts +54 -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 +25 -0
  273. package/dist/actions/get-custom-field-option.d.cts.map +1 -0
  274. package/dist/actions/get-custom-field-option.d.mts +25 -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 +16 -0
  281. package/dist/actions/get-department.d.cts.map +1 -0
  282. package/dist/actions/get-department.d.mts +16 -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 +15 -0
  289. package/dist/actions/get-inventory-item-field.d.cts.map +1 -0
  290. package/dist/actions/get-inventory-item-field.d.mts +15 -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 +16 -0
  297. package/dist/actions/get-memo.d.cts.map +1 -0
  298. package/dist/actions/get-memo.d.mts +16 -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 +56 -0
  305. package/dist/actions/get-reimbursement.d.cts.map +1 -0
  306. package/dist/actions/get-reimbursement.d.mts +56 -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 +113 -0
  313. package/dist/actions/get-spend-limit.d.cts.map +1 -0
  314. package/dist/actions/get-spend-limit.d.mts +113 -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 +55 -0
  321. package/dist/actions/get-statement.d.cts.map +1 -0
  322. package/dist/actions/get-statement.d.mts +55 -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 +52 -0
  329. package/dist/actions/get-transaction.d.cts.map +1 -0
  330. package/dist/actions/get-transaction.d.mts +52 -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 +33 -0
  337. package/dist/actions/get-user.d.cts.map +1 -0
  338. package/dist/actions/get-user.d.mts +33 -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 +28 -0
  345. package/dist/actions/get-users-deferred-status.d.cts.map +1 -0
  346. package/dist/actions/get-users-deferred-status.d.mts +28 -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 +62 -0
  353. package/dist/actions/get-vendor.d.cts.map +1 -0
  354. package/dist/actions/get-vendor.d.mts +62 -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 +48 -0
  361. package/dist/actions/get-webhook.d.cts.map +1 -0
  362. package/dist/actions/get-webhook.d.mts +48 -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 +44 -0
  373. package/dist/actions/issue-virtual-card.d.cts.map +1 -0
  374. package/dist/actions/issue-virtual-card.d.mts +44 -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 +34 -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 +34 -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 +27 -0
  389. package/dist/actions/list-accounting-tax-rates.d.cts.map +1 -0
  390. package/dist/actions/list-accounting-tax-rates.d.mts +27 -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 +71 -0
  397. package/dist/actions/list-cards.d.cts.map +1 -0
  398. package/dist/actions/list-cards.d.mts +71 -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 +23 -0
  405. package/dist/actions/list-departments.d.cts.map +1 -0
  406. package/dist/actions/list-departments.d.mts +23 -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 +39 -0
  413. package/dist/actions/list-memos.d.cts.map +1 -0
  414. package/dist/actions/list-memos.d.mts +39 -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 +97 -0
  421. package/dist/actions/list-reimbursements.d.cts.map +1 -0
  422. package/dist/actions/list-reimbursements.d.mts +97 -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 +91 -0
  429. package/dist/actions/list-statements.d.cts.map +1 -0
  430. package/dist/actions/list-statements.d.mts +91 -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 +51 -0
  437. package/dist/actions/list-users.d.cts.map +1 -0
  438. package/dist/actions/list-users.d.mts +51 -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 +28 -0
  445. package/dist/actions/list-vendors-accounts.d.cts.map +1 -0
  446. package/dist/actions/list-vendors-accounts.d.mts +28 -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 +29 -0
  453. package/dist/actions/list-vendors-contacts.d.cts.map +1 -0
  454. package/dist/actions/list-vendors-contacts.d.mts +29 -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 +122 -0
  461. package/dist/actions/list-vendors-credits.d.cts.map +1 -0
  462. package/dist/actions/list-vendors-credits.d.mts +122 -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 +66 -0
  469. package/dist/actions/list-vendors.d.cts.map +1 -0
  470. package/dist/actions/list-vendors.d.mts +66 -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 +19 -0
  477. package/dist/actions/list-webhooks.d.cts.map +1 -0
  478. package/dist/actions/list-webhooks.d.mts +19 -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 +30 -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 +30 -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 +34 -0
  493. package/dist/actions/patch-accounting-connection.d.cts.map +1 -0
  494. package/dist/actions/patch-accounting-connection.d.mts +34 -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 +59 -0
  501. package/dist/actions/patch-card-resource.d.cts.map +1 -0
  502. package/dist/actions/patch-card-resource.d.mts +59 -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 +38 -0
  509. package/dist/actions/patch-custom-field-option.d.cts.map +1 -0
  510. package/dist/actions/patch-custom-field-option.d.mts +38 -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 +35 -0
  517. package/dist/actions/patch-gl-account-resource.d.cts.map +1 -0
  518. package/dist/actions/patch-gl-account-resource.d.mts +35 -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 +21 -0
  525. package/dist/actions/patch-inventory-item-field.d.cts.map +1 -0
  526. package/dist/actions/patch-inventory-item-field.d.mts +21 -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 +47 -0
  533. package/dist/actions/post-accounting-accounts.d.cts.map +1 -0
  534. package/dist/actions/post-accounting-accounts.d.mts +47 -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 +32 -0
  541. package/dist/actions/post-accounting-connection.d.cts.map +1 -0
  542. package/dist/actions/post-accounting-connection.d.mts +32 -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 +36 -0
  549. package/dist/actions/post-accounting-vendors.d.cts.map +1 -0
  550. package/dist/actions/post-accounting-vendors.d.mts +36 -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 +27 -0
  557. package/dist/actions/post-inventory-item-options.d.cts.map +1 -0
  558. package/dist/actions/post-inventory-item-options.d.mts +27 -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 +98 -0
  565. package/dist/actions/post-physical-card.d.cts.map +1 -0
  566. package/dist/actions/post-physical-card.d.mts +98 -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 +24 -0
  573. package/dist/actions/reactivate-accounting-connection.d.cts.map +1 -0
  574. package/dist/actions/reactivate-accounting-connection.d.mts +24 -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 +13 -0
  581. package/dist/actions/reactivate-user.d.cts.map +1 -0
  582. package/dist/actions/reactivate-user.d.mts +13 -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 +158 -0
  589. package/dist/actions/submit-reimbursement-receipt.d.cts.map +1 -0
  590. package/dist/actions/submit-reimbursement-receipt.d.mts +158 -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 +17 -0
  597. package/dist/actions/suspend-card.d.cts.map +1 -0
  598. package/dist/actions/suspend-card.d.mts +17 -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 +17 -0
  605. package/dist/actions/terminate-card.d.cts.map +1 -0
  606. package/dist/actions/terminate-card.d.mts +17 -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 +44 -0
  613. package/dist/actions/update-accounting-field.d.cts.map +1 -0
  614. package/dist/actions/update-accounting-field.d.mts +44 -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 +21 -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 +21 -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 +24 -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 +24 -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 +21 -0
  637. package/dist/actions/update-accounting-tax-code.d.cts.map +1 -0
  638. package/dist/actions/update-accounting-tax-code.d.mts +21 -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 +26 -0
  645. package/dist/actions/update-accounting-tax-rate.d.cts.map +1 -0
  646. package/dist/actions/update-accounting-tax-rate.d.mts +26 -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 +35 -0
  653. package/dist/actions/update-accounting-vendor.d.cts.map +1 -0
  654. package/dist/actions/update-accounting-vendor.d.mts +35 -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 +38 -0
  661. package/dist/actions/update-card-limit.d.cts.map +1 -0
  662. package/dist/actions/update-card-limit.d.mts +38 -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 +22 -0
  669. package/dist/actions/update-department.d.cts.map +1 -0
  670. package/dist/actions/update-department.d.mts +22 -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 +142 -0
  677. package/dist/actions/update-limits.d.cts.map +1 -0
  678. package/dist/actions/update-limits.d.mts +142 -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 +39 -0
  685. package/dist/actions/update-user.d.cts.map +1 -0
  686. package/dist/actions/update-user.d.mts +39 -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 +39 -0
  693. package/dist/actions/upload-new-options.d.cts.map +1 -0
  694. package/dist/actions/upload-new-options.d.mts +39 -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 +30 -0
  701. package/dist/actions/upload-tax-code-options.d.cts.map +1 -0
  702. package/dist/actions/upload-tax-code-options.d.mts +30 -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 +33 -0
  709. package/dist/actions/upload-tax-rates.d.cts.map +1 -0
  710. package/dist/actions/upload-tax-rates.d.mts +33 -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,33 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-accounting-inventory-item-options.ts
4
+ const RampListAccountingInventoryItemOptionsInput = z.object({
5
+ code: z.string().describe("Filter by code").optional(),
6
+ start: z.string().describe("The ID of the last entity of the previous page, used for pagination to get the next page").optional(),
7
+ is_active: z.boolean().describe("Filter by active status. If not provided, returns all objects. If true, returns only active objects. If false, returns only inactive objects.").optional(),
8
+ is_synced: z.boolean().describe("Filter by sync status with the accounting system").optional(),
9
+ page_size: z.number().int().default(20).describe("The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.").optional(),
10
+ remote_id: z.string().describe("Filter by Remote/external ID from the ERP system").optional()
11
+ }).describe("Request parameters to list accounting inventory item options.");
12
+ const RampListAccountingInventoryItemOptions_InventoryItemOptionSchema = z.object({
13
+ id: z.string().describe("Remote/external ID of inventory item in ERP system").nullable(),
14
+ name: z.string().describe("Display name of the inventory item").nullable(),
15
+ ramp_id: z.string().describe("Ramp's unique identifier for this inventory item").nullable(),
16
+ is_active: z.boolean().describe("Whether the inventory item is active").nullable(),
17
+ accounting_connection_id: z.string().describe("UUID of the accounting connection that the inventory item is associated with").nullable()
18
+ }).describe("Individual inventory item option object.");
19
+ const RampListAccountingInventoryItemOptions_PageSchema = z.object({ next: z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() }).describe("Pagination metadata for navigating through results.");
20
+ const rampListAccountingInventoryItemOptions = action("RAMP_LIST_ACCOUNTING_INVENTORY_ITEM_OPTIONS", {
21
+ slug: "ramp-list-accounting-inventory-item-options",
22
+ name: "List Accounting Inventory Item Options",
23
+ description: "Tool to list accounting inventory item options from Ramp. Use when you need to retrieve inventory items for accounting integration or transaction categorization.",
24
+ input: RampListAccountingInventoryItemOptionsInput,
25
+ output: z.object({
26
+ data: z.array(RampListAccountingInventoryItemOptions_InventoryItemOptionSchema).describe("Array of inventory item option objects returned in the paginated response"),
27
+ page: RampListAccountingInventoryItemOptions_PageSchema.nullable()
28
+ }).describe("Response from Ramp GET accounting inventory item options endpoint with paginated data.")
29
+ });
30
+ //#endregion
31
+ export { rampListAccountingInventoryItemOptions };
32
+
33
+ //# sourceMappingURL=list-accounting-inventory-item-options.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-accounting-inventory-item-options.mjs","names":[],"sources":["../../src/actions/list-accounting-inventory-item-options.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampListAccountingInventoryItemOptionsInput = z.object({\n code: z.string().describe(\"Filter by code\").optional(),\n start: z.string().describe(\"The ID of the last entity of the previous page, used for pagination to get the next page\").optional(),\n is_active: z.boolean().describe(\"Filter by active status. If not provided, returns all objects. If true, returns only active objects. If false, returns only inactive objects.\").optional(),\n is_synced: z.boolean().describe(\"Filter by sync status with the accounting system\").optional(),\n page_size: z.number().int().default(20).describe(\"The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.\").optional(),\n remote_id: z.string().describe(\"Filter by Remote/external ID from the ERP system\").optional(),\n}).describe(\"Request parameters to list accounting inventory item options.\");\nconst RampListAccountingInventoryItemOptions_InventoryItemOptionSchema = z.object({\n id: z.string().describe(\"Remote/external ID of inventory item in ERP system\").nullable(),\n name: z.string().describe(\"Display name of the inventory item\").nullable(),\n ramp_id: z.string().describe(\"Ramp's unique identifier for this inventory item\").nullable(),\n is_active: z.boolean().describe(\"Whether the inventory item is active\").nullable(),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the inventory item is associated with\").nullable(),\n}).describe(\"Individual inventory item option object.\");\nconst RampListAccountingInventoryItemOptions_PageSchema = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nexport const RampListAccountingInventoryItemOptionsOutput = z.object({\n data: z.array(RampListAccountingInventoryItemOptions_InventoryItemOptionSchema).describe(\"Array of inventory item option objects returned in the paginated response\"),\n page: RampListAccountingInventoryItemOptions_PageSchema.nullable(),\n}).describe(\"Response from Ramp GET accounting inventory item options endpoint with paginated data.\");\n\nexport const rampListAccountingInventoryItemOptions = action(\"RAMP_LIST_ACCOUNTING_INVENTORY_ITEM_OPTIONS\", {\n slug: \"ramp-list-accounting-inventory-item-options\",\n name: \"List Accounting Inventory Item Options\",\n description: \"Tool to list accounting inventory item options from Ramp. Use when you need to retrieve inventory items for accounting integration or transaction categorization.\",\n input: RampListAccountingInventoryItemOptionsInput,\n output: RampListAccountingInventoryItemOptionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA8C,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CACrD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAChI,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;CAC1L,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC7F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;CAC1M,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,mEAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACvF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC1F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AACzI,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,oDAAoD,EAAE,OAAO,EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAMjE,MAAa,yCAAyC,OAAO,+CAA+C;CAC1G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV0D,EAAE,OAAO;EACnE,MAAM,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,2EAA2E;EACpK,MAAM,kDAAkD,SAAS;CACnE,CAAC,CAAC,CAAC,SAAS,wFAOF;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-accounting-tax-rates.ts
4
+ const RampListAccountingTaxRatesInput = zod.z.object({
5
+ start: zod.z.string().describe("The ID of the last entity of the previous page, used for pagination to get the next page").optional(),
6
+ page_size: zod.z.number().int().default(20).describe("The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.").optional()
7
+ }).describe("Request parameters to list accounting tax rates.");
8
+ const RampListAccountingTaxRates_TaxRateSchema = zod.z.object({
9
+ id: zod.z.string().describe("Unique identifier for the tax rate in the external accounting system").nullable(),
10
+ name: zod.z.string().describe("Name of the tax rate (e.g., 'GST', 'VAT', 'Sales Tax')").nullable(),
11
+ rate: zod.z.string().describe("The tax rate as a decimal string (e.g., '0.05' for 5%, '0.20' for 20%)").nullable(),
12
+ ramp_id: zod.z.string().describe("Ramp's internal UUID for the tax rate").nullable(),
13
+ accounting_connection_id: zod.z.string().describe("UUID of the accounting connection that the tax rate is associated with").nullable(),
14
+ accounting_gl_account_id: zod.z.string().describe("UUID of the general ledger account associated with this tax rate").nullable()
15
+ }).describe("Individual tax rate object.");
16
+ const RampListAccountingTaxRates_PageSchema = zod.z.object({ next: zod.z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() }).describe("Pagination metadata for navigating through results.");
17
+ const RampListAccountingTaxRatesOutput = zod.z.object({
18
+ data: zod.z.array(RampListAccountingTaxRates_TaxRateSchema).describe("Array of tax rate objects returned in the paginated response"),
19
+ page: RampListAccountingTaxRates_PageSchema.nullable()
20
+ }).describe("Response from Ramp GET accounting tax rates endpoint with paginated tax rate data.");
21
+ const rampListAccountingTaxRates = require_action.action("RAMP_LIST_ACCOUNTING_TAX_RATES", {
22
+ slug: "ramp-list-accounting-tax-rates",
23
+ name: "List Accounting Tax Rates",
24
+ description: "Tool to list tax rates from Ramp's accounting integration. Use when you need to retrieve tax rate information for transaction categorization or tax compliance.",
25
+ input: RampListAccountingTaxRatesInput,
26
+ output: RampListAccountingTaxRatesOutput
27
+ });
28
+ //#endregion
29
+ exports.rampListAccountingTaxRates = rampListAccountingTaxRates;
30
+
31
+ //# sourceMappingURL=list-accounting-tax-rates.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-accounting-tax-rates.cjs","names":["z","action"],"sources":["../../src/actions/list-accounting-tax-rates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampListAccountingTaxRatesInput = z.object({\n start: z.string().describe(\"The ID of the last entity of the previous page, used for pagination to get the next page\").optional(),\n page_size: z.number().int().default(20).describe(\"The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.\").optional(),\n}).describe(\"Request parameters to list accounting tax rates.\");\nconst RampListAccountingTaxRates_TaxRateSchema = z.object({\n id: z.string().describe(\"Unique identifier for the tax rate in the external accounting system\").nullable(),\n name: z.string().describe(\"Name of the tax rate (e.g., 'GST', 'VAT', 'Sales Tax')\").nullable(),\n rate: z.string().describe(\"The tax rate as a decimal string (e.g., '0.05' for 5%, '0.20' for 20%)\").nullable(),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the tax rate\").nullable(),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the tax rate is associated with\").nullable(),\n accounting_gl_account_id: z.string().describe(\"UUID of the general ledger account associated with this tax rate\").nullable(),\n}).describe(\"Individual tax rate object.\");\nconst RampListAccountingTaxRates_PageSchema = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nexport const RampListAccountingTaxRatesOutput = z.object({\n data: z.array(RampListAccountingTaxRates_TaxRateSchema).describe(\"Array of tax rate objects returned in the paginated response\"),\n page: RampListAccountingTaxRates_PageSchema.nullable(),\n}).describe(\"Response from Ramp GET accounting tax rates endpoint with paginated tax rate data.\");\n\nexport const rampListAccountingTaxRates = action(\"RAMP_LIST_ACCOUNTING_TAX_RATES\", {\n slug: \"ramp-list-accounting-tax-rates\",\n name: \"List Accounting Tax Rates\",\n description: \"Tool to list tax rates from Ramp's accounting integration. Use when you need to retrieve tax rate information for transaction categorization or tax compliance.\",\n input: RampListAccountingTaxRatesInput,\n output: RampListAccountingTaxRatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAChI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;AAC5M,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,2CAA2CA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CACzG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAC7F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC7G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACjI,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAM,wCAAwCA,IAAAA,EAAE,OAAO,EACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,MAAMA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,8DAA8D;CAC/H,MAAM,sCAAsC,SAAS;AACvD,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAEhG,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-accounting-tax-rates.d.ts
4
+ declare const RampListAccountingTaxRatesInput: z.ZodObject<{
5
+ start: z.ZodOptional<z.ZodString>;
6
+ page_size: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
7
+ }, z.core.$strip>;
8
+ declare const RampListAccountingTaxRatesOutput: z.ZodObject<{
9
+ data: z.ZodArray<z.ZodObject<{
10
+ id: z.ZodNullable<z.ZodString>;
11
+ name: z.ZodNullable<z.ZodString>;
12
+ rate: z.ZodNullable<z.ZodString>;
13
+ ramp_id: z.ZodNullable<z.ZodString>;
14
+ accounting_connection_id: z.ZodNullable<z.ZodString>;
15
+ accounting_gl_account_id: z.ZodNullable<z.ZodString>;
16
+ }, z.core.$strip>>;
17
+ page: z.ZodNullable<z.ZodObject<{
18
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ }, z.core.$strip>>;
20
+ }, z.core.$strip>;
21
+ declare const rampListAccountingTaxRates: import("@keystrokehq/action").WorkflowActionDefinition<{
22
+ start?: string | undefined;
23
+ page_size?: number | undefined;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
25
+ //#endregion
26
+ export { rampListAccountingTaxRates };
27
+ //# sourceMappingURL=list-accounting-tax-rates.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-accounting-tax-rates.d.cts","names":[],"sources":["../../src/actions/list-accounting-tax-rates.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;cAe/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAKhC,0BAAA,gCAA0B,wBAAA"}
@@ -0,0 +1,27 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-accounting-tax-rates.d.ts
4
+ declare const RampListAccountingTaxRatesInput: z.ZodObject<{
5
+ start: z.ZodOptional<z.ZodString>;
6
+ page_size: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
7
+ }, z.core.$strip>;
8
+ declare const RampListAccountingTaxRatesOutput: z.ZodObject<{
9
+ data: z.ZodArray<z.ZodObject<{
10
+ id: z.ZodNullable<z.ZodString>;
11
+ name: z.ZodNullable<z.ZodString>;
12
+ rate: z.ZodNullable<z.ZodString>;
13
+ ramp_id: z.ZodNullable<z.ZodString>;
14
+ accounting_connection_id: z.ZodNullable<z.ZodString>;
15
+ accounting_gl_account_id: z.ZodNullable<z.ZodString>;
16
+ }, z.core.$strip>>;
17
+ page: z.ZodNullable<z.ZodObject<{
18
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ }, z.core.$strip>>;
20
+ }, z.core.$strip>;
21
+ declare const rampListAccountingTaxRates: import("@keystrokehq/action").WorkflowActionDefinition<{
22
+ start?: string | undefined;
23
+ page_size?: number | undefined;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
25
+ //#endregion
26
+ export { rampListAccountingTaxRates };
27
+ //# sourceMappingURL=list-accounting-tax-rates.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-accounting-tax-rates.d.mts","names":[],"sources":["../../src/actions/list-accounting-tax-rates.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;cAe/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAKhC,0BAAA,gCAA0B,wBAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-accounting-tax-rates.ts
4
+ const RampListAccountingTaxRatesInput = z.object({
5
+ start: z.string().describe("The ID of the last entity of the previous page, used for pagination to get the next page").optional(),
6
+ page_size: z.number().int().default(20).describe("The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.").optional()
7
+ }).describe("Request parameters to list accounting tax rates.");
8
+ const RampListAccountingTaxRates_TaxRateSchema = z.object({
9
+ id: z.string().describe("Unique identifier for the tax rate in the external accounting system").nullable(),
10
+ name: z.string().describe("Name of the tax rate (e.g., 'GST', 'VAT', 'Sales Tax')").nullable(),
11
+ rate: z.string().describe("The tax rate as a decimal string (e.g., '0.05' for 5%, '0.20' for 20%)").nullable(),
12
+ ramp_id: z.string().describe("Ramp's internal UUID for the tax rate").nullable(),
13
+ accounting_connection_id: z.string().describe("UUID of the accounting connection that the tax rate is associated with").nullable(),
14
+ accounting_gl_account_id: z.string().describe("UUID of the general ledger account associated with this tax rate").nullable()
15
+ }).describe("Individual tax rate object.");
16
+ const RampListAccountingTaxRates_PageSchema = z.object({ next: z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() }).describe("Pagination metadata for navigating through results.");
17
+ const rampListAccountingTaxRates = action("RAMP_LIST_ACCOUNTING_TAX_RATES", {
18
+ slug: "ramp-list-accounting-tax-rates",
19
+ name: "List Accounting Tax Rates",
20
+ description: "Tool to list tax rates from Ramp's accounting integration. Use when you need to retrieve tax rate information for transaction categorization or tax compliance.",
21
+ input: RampListAccountingTaxRatesInput,
22
+ output: z.object({
23
+ data: z.array(RampListAccountingTaxRates_TaxRateSchema).describe("Array of tax rate objects returned in the paginated response"),
24
+ page: RampListAccountingTaxRates_PageSchema.nullable()
25
+ }).describe("Response from Ramp GET accounting tax rates endpoint with paginated tax rate data.")
26
+ });
27
+ //#endregion
28
+ export { rampListAccountingTaxRates };
29
+
30
+ //# sourceMappingURL=list-accounting-tax-rates.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-accounting-tax-rates.mjs","names":[],"sources":["../../src/actions/list-accounting-tax-rates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampListAccountingTaxRatesInput = z.object({\n start: z.string().describe(\"The ID of the last entity of the previous page, used for pagination to get the next page\").optional(),\n page_size: z.number().int().default(20).describe(\"The number of results to be returned in each page. The value must be between 2 and 100. If not specified, the default value 20 will be used.\").optional(),\n}).describe(\"Request parameters to list accounting tax rates.\");\nconst RampListAccountingTaxRates_TaxRateSchema = z.object({\n id: z.string().describe(\"Unique identifier for the tax rate in the external accounting system\").nullable(),\n name: z.string().describe(\"Name of the tax rate (e.g., 'GST', 'VAT', 'Sales Tax')\").nullable(),\n rate: z.string().describe(\"The tax rate as a decimal string (e.g., '0.05' for 5%, '0.20' for 20%)\").nullable(),\n ramp_id: z.string().describe(\"Ramp's internal UUID for the tax rate\").nullable(),\n accounting_connection_id: z.string().describe(\"UUID of the accounting connection that the tax rate is associated with\").nullable(),\n accounting_gl_account_id: z.string().describe(\"UUID of the general ledger account associated with this tax rate\").nullable(),\n}).describe(\"Individual tax rate object.\");\nconst RampListAccountingTaxRates_PageSchema = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nexport const RampListAccountingTaxRatesOutput = z.object({\n data: z.array(RampListAccountingTaxRates_TaxRateSchema).describe(\"Array of tax rate objects returned in the paginated response\"),\n page: RampListAccountingTaxRates_PageSchema.nullable(),\n}).describe(\"Response from Ramp GET accounting tax rates endpoint with paginated tax rate data.\");\n\nexport const rampListAccountingTaxRates = action(\"RAMP_LIST_ACCOUNTING_TAX_RATES\", {\n slug: \"ramp-list-accounting-tax-rates\",\n name: \"List Accounting Tax Rates\",\n description: \"Tool to list tax rates from Ramp's accounting integration. Use when you need to retrieve tax rate information for transaction categorization or tax compliance.\",\n input: RampListAccountingTaxRatesInput,\n output: RampListAccountingTaxRatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkC,EAAE,OAAO;CACtD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAChI,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;AAC5M,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,2CAA2C,EAAE,OAAO;CACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CACzG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAC7F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC7G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACjI,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAM,wCAAwC,EAAE,OAAO,EACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAMjE,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV8C,EAAE,OAAO;EACvD,MAAM,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,8DAA8D;EAC/H,MAAM,sCAAsC,SAAS;CACvD,CAAC,CAAC,CAAC,SAAS,oFAOF;AACV,CAAC"}
@@ -0,0 +1,71 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-cards.ts
4
+ const RampListCardsInput = zod.z.object({
5
+ start: zod.z.string().describe("ID of the last entity of the previous page for pagination").optional(),
6
+ user_id: zod.z.string().describe("Filter by card owner UUID").optional(),
7
+ entity_id: zod.z.string().describe("Filter by business entity UUID").optional(),
8
+ page_size: zod.z.number().int().default(20).describe("Number of results per page (2-100, default: 20)").optional(),
9
+ display_name: zod.z.string().describe("Filter by display name").optional(),
10
+ is_activated: zod.z.boolean().describe("Filter only for activated cards. Defaults to True if not specified").optional(),
11
+ is_terminated: zod.z.boolean().describe("Filter only for terminated cards. Defaults to False if not specified").optional(),
12
+ card_program_id: zod.z.string().describe("Filter by card program UUID").optional()
13
+ });
14
+ const RampListCards_RecipientAddressSchema = zod.z.object({
15
+ city: zod.z.string().describe("City of the shipping address.").nullable().optional(),
16
+ state: zod.z.string().describe("State or province code of the shipping address.").nullable().optional(),
17
+ country: zod.z.string().describe("Country code of the shipping address (e.g., 'US').").nullable().optional(),
18
+ address1: zod.z.string().describe("Primary street address line.").nullable().optional(),
19
+ last_name: zod.z.string().describe("Last name of the recipient.").nullable().optional(),
20
+ first_name: zod.z.string().describe("First name of the recipient.").nullable().optional(),
21
+ postal_code: zod.z.string().describe("Postal or ZIP code of the shipping address.").nullable().optional()
22
+ });
23
+ const RampListCards_ShippingSchema = zod.z.object({ recipient_address: RampListCards_RecipientAddressSchema.nullable().optional() });
24
+ const RampListCards_FulfillmentSchema = zod.z.object({
25
+ shipping: RampListCards_ShippingSchema.nullable().optional(),
26
+ shipping_eta: zod.z.string().describe("Estimated delivery date for the shipped card. Null if not available.").nullable().optional(),
27
+ shipping_date: zod.z.string().describe("Date when the card was shipped. Null if not yet shipped.").nullable().optional(),
28
+ fulfillment_status: zod.z.string().describe("Current fulfillment status of the physical card (e.g., 'ISSUED', 'SHIPPED', 'DELIVERED').").nullable().optional(),
29
+ shipping_tracking_url: zod.z.string().describe("URL for tracking the card shipment. Null if not available.").nullable().optional()
30
+ });
31
+ const RampListCards_SpendingRestrictionsSchema = zod.z.object({
32
+ amount: zod.z.number().describe("Maximum spending amount allowed for the specified interval.").nullable().optional(),
33
+ interval: zod.z.string().describe("Time interval for spending limits (e.g., 'MONTHLY', 'DAILY', 'YEARLY').").nullable().optional(),
34
+ suspended: zod.z.boolean().describe("Indicates whether the card spending is currently suspended.").nullable().optional(),
35
+ categories: zod.z.array(zod.z.union([zod.z.string(), zod.z.number().int()])).describe("List of merchant category codes where the card can be used. Empty array means no category restrictions.").nullable().optional(),
36
+ auto_lock_date: zod.z.string().describe("Date when the card will be automatically locked. Null if no auto-lock is set.").nullable().optional(),
37
+ blocked_categories: zod.z.array(zod.z.union([zod.z.string(), zod.z.number().int()])).describe("List of merchant category codes where the card cannot be used. Empty array means no blocked categories.").nullable().optional(),
38
+ transaction_amount_limit: zod.z.number().describe("Maximum amount allowed per individual transaction. Null if no per-transaction limit is set.").nullable().optional()
39
+ });
40
+ const RampListCards_CardSchema = zod.z.object({
41
+ id: zod.z.string().describe("Unique identifier of the card (UUID format).").nullable(),
42
+ state: zod.z.string().describe("Current state of the card (e.g., 'ACTIVE', 'SUSPENDED', 'TERMINATED').").nullable(),
43
+ entity_id: zod.z.string().describe("Unique identifier of the associated business entity (UUID format).").nullable(),
44
+ last_four: zod.z.string().describe("Last four digits of the card number.").nullable(),
45
+ created_at: zod.z.string().describe("Date and time at which the card was created, in ISO8601 format.").nullable(),
46
+ expiration: zod.z.string().describe("Expiration date of the card in MMYY format.").nullable(),
47
+ fulfillment: RampListCards_FulfillmentSchema.nullable().optional(),
48
+ is_physical: zod.z.boolean().describe("Indicates whether the card is physical (true) or virtual (false).").nullable(),
49
+ display_name: zod.z.string().describe("Cosmetic display name of the card.").nullable(),
50
+ cardholder_id: zod.z.string().describe("Unique identifier of the card holder (UUID format).").nullable(),
51
+ card_program_id: zod.z.string().describe("Unique identifier of the card program. Null if no card program is associated.").nullable().optional(),
52
+ cardholder_name: zod.z.string().describe("Full name of the card holder.").nullable(),
53
+ spending_restrictions: RampListCards_SpendingRestrictionsSchema.nullable().optional(),
54
+ has_program_overridden: zod.z.boolean().describe("Whether the card has overridden the default settings from its card program.").nullable()
55
+ });
56
+ const RampListCards_PageSchema = zod.z.object({ next: zod.z.string().describe("Cursor or ID for fetching the next page of results. Null if this is the last page.").nullable().optional() });
57
+ const RampListCardsOutput = zod.z.object({
58
+ data: zod.z.array(RampListCards_CardSchema).describe("Array of card objects returned by the list cards endpoint."),
59
+ page: RampListCards_PageSchema.nullable().optional()
60
+ });
61
+ const rampListCards = require_action.action("RAMP_LIST_CARDS", {
62
+ slug: "ramp-list-cards",
63
+ name: "List All Cards",
64
+ description: "Tool for listing all cards across the organization with optional filters. Returns card details including spending limits, cardholder info, and state. Use this to analyze card distribution, monitor card states, or find specific cards.",
65
+ input: RampListCardsInput,
66
+ output: RampListCardsOutput
67
+ });
68
+ //#endregion
69
+ exports.rampListCards = rampListCards;
70
+
71
+ //# sourceMappingURL=list-cards.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-cards.cjs","names":["z","action"],"sources":["../../src/actions/list-cards.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampListCardsInput = z.object({\n start: z.string().describe(\"ID of the last entity of the previous page for pagination\").optional(),\n user_id: z.string().describe(\"Filter by card owner UUID\").optional(),\n entity_id: z.string().describe(\"Filter by business entity UUID\").optional(),\n page_size: z.number().int().default(20).describe(\"Number of results per page (2-100, default: 20)\").optional(),\n display_name: z.string().describe(\"Filter by display name\").optional(),\n is_activated: z.boolean().describe(\"Filter only for activated cards. Defaults to True if not specified\").optional(),\n is_terminated: z.boolean().describe(\"Filter only for terminated cards. Defaults to False if not specified\").optional(),\n card_program_id: z.string().describe(\"Filter by card program UUID\").optional(),\n});\nconst RampListCards_RecipientAddressSchema = z.object({\n city: z.string().describe(\"City of the shipping address.\").nullable().optional(),\n state: z.string().describe(\"State or province code of the shipping address.\").nullable().optional(),\n country: z.string().describe(\"Country code of the shipping address (e.g., 'US').\").nullable().optional(),\n address1: z.string().describe(\"Primary street address line.\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the recipient.\").nullable().optional(),\n first_name: z.string().describe(\"First name of the recipient.\").nullable().optional(),\n postal_code: z.string().describe(\"Postal or ZIP code of the shipping address.\").nullable().optional(),\n});\nconst RampListCards_ShippingSchema = z.object({\n recipient_address: RampListCards_RecipientAddressSchema.nullable().optional(),\n});\nconst RampListCards_FulfillmentSchema = z.object({\n shipping: RampListCards_ShippingSchema.nullable().optional(),\n shipping_eta: z.string().describe(\"Estimated delivery date for the shipped card. Null if not available.\").nullable().optional(),\n shipping_date: z.string().describe(\"Date when the card was shipped. Null if not yet shipped.\").nullable().optional(),\n fulfillment_status: z.string().describe(\"Current fulfillment status of the physical card (e.g., 'ISSUED', 'SHIPPED', 'DELIVERED').\").nullable().optional(),\n shipping_tracking_url: z.string().describe(\"URL for tracking the card shipment. Null if not available.\").nullable().optional(),\n});\nconst RampListCards_SpendingRestrictionsSchema = z.object({\n amount: z.number().describe(\"Maximum spending amount allowed for the specified interval.\").nullable().optional(),\n interval: z.string().describe(\"Time interval for spending limits (e.g., 'MONTHLY', 'DAILY', 'YEARLY').\").nullable().optional(),\n suspended: z.boolean().describe(\"Indicates whether the card spending is currently suspended.\").nullable().optional(),\n categories: z.array(z.union([z.string(), z.number().int()])).describe(\"List of merchant category codes where the card can be used. Empty array means no category restrictions.\").nullable().optional(),\n auto_lock_date: z.string().describe(\"Date when the card will be automatically locked. Null if no auto-lock is set.\").nullable().optional(),\n blocked_categories: z.array(z.union([z.string(), z.number().int()])).describe(\"List of merchant category codes where the card cannot be used. Empty array means no blocked categories.\").nullable().optional(),\n transaction_amount_limit: z.number().describe(\"Maximum amount allowed per individual transaction. Null if no per-transaction limit is set.\").nullable().optional(),\n});\nconst RampListCards_CardSchema = z.object({\n id: z.string().describe(\"Unique identifier of the card (UUID format).\").nullable(),\n state: z.string().describe(\"Current state of the card (e.g., 'ACTIVE', 'SUSPENDED', 'TERMINATED').\").nullable(),\n entity_id: z.string().describe(\"Unique identifier of the associated business entity (UUID format).\").nullable(),\n last_four: z.string().describe(\"Last four digits of the card number.\").nullable(),\n created_at: z.string().describe(\"Date and time at which the card was created, in ISO8601 format.\").nullable(),\n expiration: z.string().describe(\"Expiration date of the card in MMYY format.\").nullable(),\n fulfillment: RampListCards_FulfillmentSchema.nullable().optional(),\n is_physical: z.boolean().describe(\"Indicates whether the card is physical (true) or virtual (false).\").nullable(),\n display_name: z.string().describe(\"Cosmetic display name of the card.\").nullable(),\n cardholder_id: z.string().describe(\"Unique identifier of the card holder (UUID format).\").nullable(),\n card_program_id: z.string().describe(\"Unique identifier of the card program. Null if no card program is associated.\").nullable().optional(),\n cardholder_name: z.string().describe(\"Full name of the card holder.\").nullable(),\n spending_restrictions: RampListCards_SpendingRestrictionsSchema.nullable().optional(),\n has_program_overridden: z.boolean().describe(\"Whether the card has overridden the default settings from its card program.\").nullable(),\n});\nconst RampListCards_PageSchema = z.object({\n next: z.string().describe(\"Cursor or ID for fetching the next page of results. Null if this is the last page.\").nullable().optional(),\n});\nexport const RampListCardsOutput = z.object({\n data: z.array(RampListCards_CardSchema).describe(\"Array of card objects returned by the list cards endpoint.\"),\n page: RampListCards_PageSchema.nullable().optional(),\n});\n\nexport const rampListCards = action(\"RAMP_LIST_CARDS\", {\n slug: \"ramp-list-cards\",\n name: \"List All Cards\",\n description: \"Tool for listing all cards across the organization with optional filters. Returns card details including spending limits, cardholder info, and state. Use this to analyze card distribution, monitor card states, or find specific cards.\",\n input: RampListCardsInput,\n output: RampListCardsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,71 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-cards.d.ts
4
+ declare const RampListCardsInput: z.ZodObject<{
5
+ start: z.ZodOptional<z.ZodString>;
6
+ user_id: z.ZodOptional<z.ZodString>;
7
+ entity_id: z.ZodOptional<z.ZodString>;
8
+ page_size: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
9
+ display_name: z.ZodOptional<z.ZodString>;
10
+ is_activated: z.ZodOptional<z.ZodBoolean>;
11
+ is_terminated: z.ZodOptional<z.ZodBoolean>;
12
+ card_program_id: z.ZodOptional<z.ZodString>;
13
+ }, z.core.$strip>;
14
+ declare const RampListCardsOutput: z.ZodObject<{
15
+ data: z.ZodArray<z.ZodObject<{
16
+ id: z.ZodNullable<z.ZodString>;
17
+ state: z.ZodNullable<z.ZodString>;
18
+ entity_id: z.ZodNullable<z.ZodString>;
19
+ last_four: z.ZodNullable<z.ZodString>;
20
+ created_at: z.ZodNullable<z.ZodString>;
21
+ expiration: z.ZodNullable<z.ZodString>;
22
+ fulfillment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
23
+ shipping: z.ZodOptional<z.ZodNullable<z.ZodObject<{
24
+ recipient_address: z.ZodOptional<z.ZodNullable<z.ZodObject<{
25
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ address1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
+ postal_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
+ }, z.core.$strip>>>;
33
+ }, z.core.$strip>>>;
34
+ shipping_eta: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ shipping_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
+ fulfillment_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
+ shipping_tracking_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
+ }, z.core.$strip>>>;
39
+ is_physical: z.ZodNullable<z.ZodBoolean>;
40
+ display_name: z.ZodNullable<z.ZodString>;
41
+ cardholder_id: z.ZodNullable<z.ZodString>;
42
+ card_program_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
43
+ cardholder_name: z.ZodNullable<z.ZodString>;
44
+ spending_restrictions: z.ZodOptional<z.ZodNullable<z.ZodObject<{
45
+ amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
46
+ interval: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ suspended: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
48
+ categories: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>>;
49
+ auto_lock_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ blocked_categories: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>>;
51
+ transaction_amount_limit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
52
+ }, z.core.$strip>>>;
53
+ has_program_overridden: z.ZodNullable<z.ZodBoolean>;
54
+ }, z.core.$strip>>;
55
+ page: z.ZodOptional<z.ZodNullable<z.ZodObject<{
56
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
+ }, z.core.$strip>>>;
58
+ }, z.core.$strip>;
59
+ declare const rampListCards: import("@keystrokehq/action").WorkflowActionDefinition<{
60
+ start?: string | undefined;
61
+ user_id?: string | undefined;
62
+ entity_id?: string | undefined;
63
+ page_size?: number | undefined;
64
+ display_name?: string | undefined;
65
+ is_activated?: boolean | undefined;
66
+ is_terminated?: boolean | undefined;
67
+ card_program_id?: string | undefined;
68
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
69
+ //#endregion
70
+ export { rampListCards };
71
+ //# sourceMappingURL=list-cards.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-cards.d.cts","names":[],"sources":["../../src/actions/list-cards.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA;;;;;;;;;;cAyDlB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKnB,aAAA,gCAAa,wBAAA"}
@@ -0,0 +1,71 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-cards.d.ts
4
+ declare const RampListCardsInput: z.ZodObject<{
5
+ start: z.ZodOptional<z.ZodString>;
6
+ user_id: z.ZodOptional<z.ZodString>;
7
+ entity_id: z.ZodOptional<z.ZodString>;
8
+ page_size: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
9
+ display_name: z.ZodOptional<z.ZodString>;
10
+ is_activated: z.ZodOptional<z.ZodBoolean>;
11
+ is_terminated: z.ZodOptional<z.ZodBoolean>;
12
+ card_program_id: z.ZodOptional<z.ZodString>;
13
+ }, z.core.$strip>;
14
+ declare const RampListCardsOutput: z.ZodObject<{
15
+ data: z.ZodArray<z.ZodObject<{
16
+ id: z.ZodNullable<z.ZodString>;
17
+ state: z.ZodNullable<z.ZodString>;
18
+ entity_id: z.ZodNullable<z.ZodString>;
19
+ last_four: z.ZodNullable<z.ZodString>;
20
+ created_at: z.ZodNullable<z.ZodString>;
21
+ expiration: z.ZodNullable<z.ZodString>;
22
+ fulfillment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
23
+ shipping: z.ZodOptional<z.ZodNullable<z.ZodObject<{
24
+ recipient_address: z.ZodOptional<z.ZodNullable<z.ZodObject<{
25
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ address1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
+ postal_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
+ }, z.core.$strip>>>;
33
+ }, z.core.$strip>>>;
34
+ shipping_eta: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ shipping_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
+ fulfillment_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
+ shipping_tracking_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
+ }, z.core.$strip>>>;
39
+ is_physical: z.ZodNullable<z.ZodBoolean>;
40
+ display_name: z.ZodNullable<z.ZodString>;
41
+ cardholder_id: z.ZodNullable<z.ZodString>;
42
+ card_program_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
43
+ cardholder_name: z.ZodNullable<z.ZodString>;
44
+ spending_restrictions: z.ZodOptional<z.ZodNullable<z.ZodObject<{
45
+ amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
46
+ interval: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ suspended: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
48
+ categories: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>>;
49
+ auto_lock_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ blocked_categories: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>>;
51
+ transaction_amount_limit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
52
+ }, z.core.$strip>>>;
53
+ has_program_overridden: z.ZodNullable<z.ZodBoolean>;
54
+ }, z.core.$strip>>;
55
+ page: z.ZodOptional<z.ZodNullable<z.ZodObject<{
56
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
+ }, z.core.$strip>>>;
58
+ }, z.core.$strip>;
59
+ declare const rampListCards: import("@keystrokehq/action").WorkflowActionDefinition<{
60
+ start?: string | undefined;
61
+ user_id?: string | undefined;
62
+ entity_id?: string | undefined;
63
+ page_size?: number | undefined;
64
+ display_name?: string | undefined;
65
+ is_activated?: boolean | undefined;
66
+ is_terminated?: boolean | undefined;
67
+ card_program_id?: string | undefined;
68
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
69
+ //#endregion
70
+ export { rampListCards };
71
+ //# sourceMappingURL=list-cards.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-cards.d.mts","names":[],"sources":["../../src/actions/list-cards.ts"],"mappings":";;;cAIa,kBAAA,EAAkB,CAAA,CAAA,SAAA;;;;;;;;;;cAyDlB,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKnB,aAAA,gCAAa,wBAAA"}
@@ -0,0 +1,70 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-cards.ts
4
+ const RampListCardsInput = z.object({
5
+ start: z.string().describe("ID of the last entity of the previous page for pagination").optional(),
6
+ user_id: z.string().describe("Filter by card owner UUID").optional(),
7
+ entity_id: z.string().describe("Filter by business entity UUID").optional(),
8
+ page_size: z.number().int().default(20).describe("Number of results per page (2-100, default: 20)").optional(),
9
+ display_name: z.string().describe("Filter by display name").optional(),
10
+ is_activated: z.boolean().describe("Filter only for activated cards. Defaults to True if not specified").optional(),
11
+ is_terminated: z.boolean().describe("Filter only for terminated cards. Defaults to False if not specified").optional(),
12
+ card_program_id: z.string().describe("Filter by card program UUID").optional()
13
+ });
14
+ const RampListCards_RecipientAddressSchema = z.object({
15
+ city: z.string().describe("City of the shipping address.").nullable().optional(),
16
+ state: z.string().describe("State or province code of the shipping address.").nullable().optional(),
17
+ country: z.string().describe("Country code of the shipping address (e.g., 'US').").nullable().optional(),
18
+ address1: z.string().describe("Primary street address line.").nullable().optional(),
19
+ last_name: z.string().describe("Last name of the recipient.").nullable().optional(),
20
+ first_name: z.string().describe("First name of the recipient.").nullable().optional(),
21
+ postal_code: z.string().describe("Postal or ZIP code of the shipping address.").nullable().optional()
22
+ });
23
+ const RampListCards_ShippingSchema = z.object({ recipient_address: RampListCards_RecipientAddressSchema.nullable().optional() });
24
+ const RampListCards_FulfillmentSchema = z.object({
25
+ shipping: RampListCards_ShippingSchema.nullable().optional(),
26
+ shipping_eta: z.string().describe("Estimated delivery date for the shipped card. Null if not available.").nullable().optional(),
27
+ shipping_date: z.string().describe("Date when the card was shipped. Null if not yet shipped.").nullable().optional(),
28
+ fulfillment_status: z.string().describe("Current fulfillment status of the physical card (e.g., 'ISSUED', 'SHIPPED', 'DELIVERED').").nullable().optional(),
29
+ shipping_tracking_url: z.string().describe("URL for tracking the card shipment. Null if not available.").nullable().optional()
30
+ });
31
+ const RampListCards_SpendingRestrictionsSchema = z.object({
32
+ amount: z.number().describe("Maximum spending amount allowed for the specified interval.").nullable().optional(),
33
+ interval: z.string().describe("Time interval for spending limits (e.g., 'MONTHLY', 'DAILY', 'YEARLY').").nullable().optional(),
34
+ suspended: z.boolean().describe("Indicates whether the card spending is currently suspended.").nullable().optional(),
35
+ categories: z.array(z.union([z.string(), z.number().int()])).describe("List of merchant category codes where the card can be used. Empty array means no category restrictions.").nullable().optional(),
36
+ auto_lock_date: z.string().describe("Date when the card will be automatically locked. Null if no auto-lock is set.").nullable().optional(),
37
+ blocked_categories: z.array(z.union([z.string(), z.number().int()])).describe("List of merchant category codes where the card cannot be used. Empty array means no blocked categories.").nullable().optional(),
38
+ transaction_amount_limit: z.number().describe("Maximum amount allowed per individual transaction. Null if no per-transaction limit is set.").nullable().optional()
39
+ });
40
+ const RampListCards_CardSchema = z.object({
41
+ id: z.string().describe("Unique identifier of the card (UUID format).").nullable(),
42
+ state: z.string().describe("Current state of the card (e.g., 'ACTIVE', 'SUSPENDED', 'TERMINATED').").nullable(),
43
+ entity_id: z.string().describe("Unique identifier of the associated business entity (UUID format).").nullable(),
44
+ last_four: z.string().describe("Last four digits of the card number.").nullable(),
45
+ created_at: z.string().describe("Date and time at which the card was created, in ISO8601 format.").nullable(),
46
+ expiration: z.string().describe("Expiration date of the card in MMYY format.").nullable(),
47
+ fulfillment: RampListCards_FulfillmentSchema.nullable().optional(),
48
+ is_physical: z.boolean().describe("Indicates whether the card is physical (true) or virtual (false).").nullable(),
49
+ display_name: z.string().describe("Cosmetic display name of the card.").nullable(),
50
+ cardholder_id: z.string().describe("Unique identifier of the card holder (UUID format).").nullable(),
51
+ card_program_id: z.string().describe("Unique identifier of the card program. Null if no card program is associated.").nullable().optional(),
52
+ cardholder_name: z.string().describe("Full name of the card holder.").nullable(),
53
+ spending_restrictions: RampListCards_SpendingRestrictionsSchema.nullable().optional(),
54
+ has_program_overridden: z.boolean().describe("Whether the card has overridden the default settings from its card program.").nullable()
55
+ });
56
+ const RampListCards_PageSchema = z.object({ next: z.string().describe("Cursor or ID for fetching the next page of results. Null if this is the last page.").nullable().optional() });
57
+ const rampListCards = action("RAMP_LIST_CARDS", {
58
+ slug: "ramp-list-cards",
59
+ name: "List All Cards",
60
+ description: "Tool for listing all cards across the organization with optional filters. Returns card details including spending limits, cardholder info, and state. Use this to analyze card distribution, monitor card states, or find specific cards.",
61
+ input: RampListCardsInput,
62
+ output: z.object({
63
+ data: z.array(RampListCards_CardSchema).describe("Array of card objects returned by the list cards endpoint."),
64
+ page: RampListCards_PageSchema.nullable().optional()
65
+ })
66
+ });
67
+ //#endregion
68
+ export { rampListCards };
69
+
70
+ //# sourceMappingURL=list-cards.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-cards.mjs","names":[],"sources":["../../src/actions/list-cards.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampListCardsInput = z.object({\n start: z.string().describe(\"ID of the last entity of the previous page for pagination\").optional(),\n user_id: z.string().describe(\"Filter by card owner UUID\").optional(),\n entity_id: z.string().describe(\"Filter by business entity UUID\").optional(),\n page_size: z.number().int().default(20).describe(\"Number of results per page (2-100, default: 20)\").optional(),\n display_name: z.string().describe(\"Filter by display name\").optional(),\n is_activated: z.boolean().describe(\"Filter only for activated cards. Defaults to True if not specified\").optional(),\n is_terminated: z.boolean().describe(\"Filter only for terminated cards. Defaults to False if not specified\").optional(),\n card_program_id: z.string().describe(\"Filter by card program UUID\").optional(),\n});\nconst RampListCards_RecipientAddressSchema = z.object({\n city: z.string().describe(\"City of the shipping address.\").nullable().optional(),\n state: z.string().describe(\"State or province code of the shipping address.\").nullable().optional(),\n country: z.string().describe(\"Country code of the shipping address (e.g., 'US').\").nullable().optional(),\n address1: z.string().describe(\"Primary street address line.\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the recipient.\").nullable().optional(),\n first_name: z.string().describe(\"First name of the recipient.\").nullable().optional(),\n postal_code: z.string().describe(\"Postal or ZIP code of the shipping address.\").nullable().optional(),\n});\nconst RampListCards_ShippingSchema = z.object({\n recipient_address: RampListCards_RecipientAddressSchema.nullable().optional(),\n});\nconst RampListCards_FulfillmentSchema = z.object({\n shipping: RampListCards_ShippingSchema.nullable().optional(),\n shipping_eta: z.string().describe(\"Estimated delivery date for the shipped card. Null if not available.\").nullable().optional(),\n shipping_date: z.string().describe(\"Date when the card was shipped. Null if not yet shipped.\").nullable().optional(),\n fulfillment_status: z.string().describe(\"Current fulfillment status of the physical card (e.g., 'ISSUED', 'SHIPPED', 'DELIVERED').\").nullable().optional(),\n shipping_tracking_url: z.string().describe(\"URL for tracking the card shipment. Null if not available.\").nullable().optional(),\n});\nconst RampListCards_SpendingRestrictionsSchema = z.object({\n amount: z.number().describe(\"Maximum spending amount allowed for the specified interval.\").nullable().optional(),\n interval: z.string().describe(\"Time interval for spending limits (e.g., 'MONTHLY', 'DAILY', 'YEARLY').\").nullable().optional(),\n suspended: z.boolean().describe(\"Indicates whether the card spending is currently suspended.\").nullable().optional(),\n categories: z.array(z.union([z.string(), z.number().int()])).describe(\"List of merchant category codes where the card can be used. Empty array means no category restrictions.\").nullable().optional(),\n auto_lock_date: z.string().describe(\"Date when the card will be automatically locked. Null if no auto-lock is set.\").nullable().optional(),\n blocked_categories: z.array(z.union([z.string(), z.number().int()])).describe(\"List of merchant category codes where the card cannot be used. Empty array means no blocked categories.\").nullable().optional(),\n transaction_amount_limit: z.number().describe(\"Maximum amount allowed per individual transaction. Null if no per-transaction limit is set.\").nullable().optional(),\n});\nconst RampListCards_CardSchema = z.object({\n id: z.string().describe(\"Unique identifier of the card (UUID format).\").nullable(),\n state: z.string().describe(\"Current state of the card (e.g., 'ACTIVE', 'SUSPENDED', 'TERMINATED').\").nullable(),\n entity_id: z.string().describe(\"Unique identifier of the associated business entity (UUID format).\").nullable(),\n last_four: z.string().describe(\"Last four digits of the card number.\").nullable(),\n created_at: z.string().describe(\"Date and time at which the card was created, in ISO8601 format.\").nullable(),\n expiration: z.string().describe(\"Expiration date of the card in MMYY format.\").nullable(),\n fulfillment: RampListCards_FulfillmentSchema.nullable().optional(),\n is_physical: z.boolean().describe(\"Indicates whether the card is physical (true) or virtual (false).\").nullable(),\n display_name: z.string().describe(\"Cosmetic display name of the card.\").nullable(),\n cardholder_id: z.string().describe(\"Unique identifier of the card holder (UUID format).\").nullable(),\n card_program_id: z.string().describe(\"Unique identifier of the card program. Null if no card program is associated.\").nullable().optional(),\n cardholder_name: z.string().describe(\"Full name of the card holder.\").nullable(),\n spending_restrictions: RampListCards_SpendingRestrictionsSchema.nullable().optional(),\n has_program_overridden: z.boolean().describe(\"Whether the card has overridden the default settings from its card program.\").nullable(),\n});\nconst RampListCards_PageSchema = z.object({\n next: z.string().describe(\"Cursor or ID for fetching the next page of results. Null if this is the last page.\").nullable().optional(),\n});\nexport const RampListCardsOutput = z.object({\n data: z.array(RampListCards_CardSchema).describe(\"Array of card objects returned by the list cards endpoint.\"),\n page: RampListCards_PageSchema.nullable().optional(),\n});\n\nexport const rampListCards = action(\"RAMP_LIST_CARDS\", {\n slug: \"ramp-list-cards\",\n name: \"List All Cards\",\n description: \"Tool for listing all cards across the organization with optional filters. Returns card details including spending limits, cardholder info, and state. Use this to analyze card distribution, monitor card states, or find specific cards.\",\n input: RampListCardsInput,\n output: RampListCardsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-departments.ts
4
+ const RampListDepartmentsInput = zod.z.object({
5
+ start: zod.z.string().describe("ID of the last entity of the previous page for pagination").optional(),
6
+ page_size: zod.z.number().int().default(20).describe("Number of results per page (2-100, default: 20)").optional()
7
+ });
8
+ const RampListDepartments_DepartmentSchema = zod.z.object({
9
+ id: zod.z.string().describe("Unique identifier for the department in UUID format.").nullable(),
10
+ name: zod.z.string().describe("Name of the department.").nullable()
11
+ });
12
+ const RampListDepartments_PageSchema = zod.z.object({ next: zod.z.string().describe("URL for the next page of results. Present when more results are available.").nullable().optional() });
13
+ const RampListDepartmentsOutput = zod.z.object({
14
+ data: zod.z.array(RampListDepartments_DepartmentSchema).describe("Array of department objects returned by the API."),
15
+ page: RampListDepartments_PageSchema.nullable().optional()
16
+ });
17
+ const rampListDepartments = require_action.action("RAMP_LIST_DEPARTMENTS", {
18
+ slug: "ramp-list-departments",
19
+ name: "List Departments",
20
+ description: "Tool for listing all departments in the organization. Returns department details including names, codes, and hierarchy information. Use this to analyze organizational structure and department relationships.",
21
+ input: RampListDepartmentsInput,
22
+ output: RampListDepartmentsOutput
23
+ });
24
+ //#endregion
25
+ exports.rampListDepartments = rampListDepartments;
26
+
27
+ //# sourceMappingURL=list-departments.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-departments.cjs","names":["z","action"],"sources":["../../src/actions/list-departments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampListDepartmentsInput = z.object({\n start: z.string().describe(\"ID of the last entity of the previous page for pagination\").optional(),\n page_size: z.number().int().default(20).describe(\"Number of results per page (2-100, default: 20)\").optional(),\n});\nconst RampListDepartments_DepartmentSchema = z.object({\n id: z.string().describe(\"Unique identifier for the department in UUID format.\").nullable(),\n name: z.string().describe(\"Name of the department.\").nullable(),\n});\nconst RampListDepartments_PageSchema = z.object({\n next: z.string().describe(\"URL for the next page of results. Present when more results are available.\").nullable().optional(),\n});\nexport const RampListDepartmentsOutput = z.object({\n data: z.array(RampListDepartments_DepartmentSchema).describe(\"Array of department objects returned by the API.\"),\n page: RampListDepartments_PageSchema.nullable().optional(),\n});\n\nexport const rampListDepartments = action(\"RAMP_LIST_DEPARTMENTS\", {\n slug: \"ramp-list-departments\",\n name: \"List Departments\",\n description: \"Tool for listing all departments in the organization. Returns department details including names, codes, and hierarchy information. Use this to analyze organizational structure and department relationships.\",\n input: RampListDepartmentsInput,\n output: RampListDepartmentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO;CAC/C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACjG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AAC/G,CAAC;AACD,MAAM,uCAAuCA,IAAAA,EAAE,OAAO;CACpD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;AAChE,CAAC;AACD,MAAM,iCAAiCA,IAAAA,EAAE,OAAO,EAC9C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC;AACD,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,kDAAkD;CAC/G,MAAM,+BAA+B,SAAS,CAAC,CAAC,SAAS;AAC3D,CAAC;AAED,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-departments.d.ts
4
+ declare const RampListDepartmentsInput: z.ZodObject<{
5
+ start: z.ZodOptional<z.ZodString>;
6
+ page_size: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
7
+ }, z.core.$strip>;
8
+ declare const RampListDepartmentsOutput: z.ZodObject<{
9
+ data: z.ZodArray<z.ZodObject<{
10
+ id: z.ZodNullable<z.ZodString>;
11
+ name: z.ZodNullable<z.ZodString>;
12
+ }, z.core.$strip>>;
13
+ page: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14
+ next: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ }, z.core.$strip>>>;
16
+ }, z.core.$strip>;
17
+ declare const rampListDepartments: import("@keystrokehq/action").WorkflowActionDefinition<{
18
+ start?: string | undefined;
19
+ page_size?: number | undefined;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ //#endregion
22
+ export { rampListDepartments };
23
+ //# sourceMappingURL=list-departments.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-departments.d.cts","names":[],"sources":["../../src/actions/list-departments.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;cAWxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;cAKzB,mBAAA,gCAAmB,wBAAA"}