@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,24 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/reactivate-accounting-connection.d.ts
4
+ declare const RampReactivateAccountingConnectionInput: z.ZodObject<{
5
+ connection_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const RampReactivateAccountingConnectionOutput: z.ZodObject<{
8
+ id: z.ZodNullable<z.ZodString>;
9
+ status: z.ZodNullable<z.ZodString>;
10
+ settings: z.ZodOptional<z.ZodNullable<z.ZodObject<{
11
+ vendor_credits_enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
12
+ }, z.core.$strip>>>;
13
+ is_active: z.ZodNullable<z.ZodBoolean>;
14
+ created_at: z.ZodNullable<z.ZodString>;
15
+ last_linked_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ connection_type: z.ZodNullable<z.ZodString>;
17
+ remote_provider_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ }, z.core.$strip>;
19
+ declare const rampReactivateAccountingConnection: import("@keystrokehq/action").WorkflowActionDefinition<{
20
+ connection_id: string;
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ //#endregion
23
+ export { rampReactivateAccountingConnection };
24
+ //# sourceMappingURL=reactivate-accounting-connection.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactivate-accounting-connection.d.mts","names":[],"sources":["../../src/actions/reactivate-accounting-connection.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;cAMvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAWxC,kCAAA,gCAAkC,wBAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/reactivate-accounting-connection.ts
4
+ const RampReactivateAccountingConnectionInput = z.object({ connection_id: z.string().describe("The UUID of the accounting connection to reactivate") });
5
+ const RampReactivateAccountingConnection_AccountingConnectionSettingsSchema = z.object({ vendor_credits_enabled: z.boolean().describe("Whether vendor credits are enabled for this connection").nullable().optional() });
6
+ const rampReactivateAccountingConnection = action("RAMP_REACTIVATE_ACCOUNTING_CONNECTION", {
7
+ slug: "ramp-reactivate-accounting-connection",
8
+ name: "Reactivate Accounting Connection",
9
+ description: "Tool to reactivate a previously unlinked accounting connection by changing its status back to linked. This preserves all previous accounting field configurations and settings. Use when you need to restore a disconnected accounting integration. The business must not have any other active accounting connections.",
10
+ input: RampReactivateAccountingConnectionInput,
11
+ output: z.object({
12
+ id: z.string().describe("Unique identifier for the accounting connection in UUID format").nullable(),
13
+ status: z.string().describe("The current status of the accounting connection (e.g., LINKED, UNLINKED)").nullable(),
14
+ settings: RampReactivateAccountingConnection_AccountingConnectionSettingsSchema.nullable().optional(),
15
+ is_active: z.boolean().describe("Whether the accounting connection is currently active").nullable(),
16
+ created_at: z.string().describe("The date and time the accounting connection was created in ISO 8601 format").nullable(),
17
+ last_linked_at: z.string().describe("The date and time the accounting connection was last connected in ISO 8601 format").nullable().optional(),
18
+ connection_type: z.string().describe("The type of the accounting connection (e.g., API, CSV)").nullable(),
19
+ remote_provider_name: z.string().describe("The name of the remote accounting provider (e.g., QuickBooks, NetSuite)").nullable().optional()
20
+ })
21
+ });
22
+ //#endregion
23
+ export { rampReactivateAccountingConnection };
24
+
25
+ //# sourceMappingURL=reactivate-accounting-connection.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactivate-accounting-connection.mjs","names":[],"sources":["../../src/actions/reactivate-accounting-connection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampReactivateAccountingConnectionInput = z.object({\n connection_id: z.string().describe(\"The UUID of the accounting connection to reactivate\"),\n});\nconst RampReactivateAccountingConnection_AccountingConnectionSettingsSchema = z.object({\n vendor_credits_enabled: z.boolean().describe(\"Whether vendor credits are enabled for this connection\").nullable().optional(),\n});\nexport const RampReactivateAccountingConnectionOutput = z.object({\n id: z.string().describe(\"Unique identifier for the accounting connection in UUID format\").nullable(),\n status: z.string().describe(\"The current status of the accounting connection (e.g., LINKED, UNLINKED)\").nullable(),\n settings: RampReactivateAccountingConnection_AccountingConnectionSettingsSchema.nullable().optional(),\n is_active: z.boolean().describe(\"Whether the accounting connection is currently active\").nullable(),\n created_at: z.string().describe(\"The date and time the accounting connection was created in ISO 8601 format\").nullable(),\n last_linked_at: z.string().describe(\"The date and time the accounting connection was last connected in ISO 8601 format\").nullable().optional(),\n connection_type: z.string().describe(\"The type of the accounting connection (e.g., API, CSV)\").nullable(),\n remote_provider_name: z.string().describe(\"The name of the remote accounting provider (e.g., QuickBooks, NetSuite)\").nullable().optional(),\n});\n\nexport const rampReactivateAccountingConnection = action(\"RAMP_REACTIVATE_ACCOUNTING_CONNECTION\", {\n slug: \"ramp-reactivate-accounting-connection\",\n name: \"Reactivate Accounting Connection\",\n description: \"Tool to reactivate a previously unlinked accounting connection by changing its status back to linked. This preserves all previous accounting field configurations and settings. Use when you need to restore a disconnected accounting integration. The business must not have any other active accounting connections.\",\n input: RampReactivateAccountingConnectionInput,\n output: RampReactivateAccountingConnectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAA0C,EAAE,OAAO,EAC9D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,EAC1F,CAAC;AACD,MAAM,wEAAwE,EAAE,OAAO,EACrF,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7H,CAAC;AAYD,MAAa,qCAAqC,OAAO,yCAAyC;CAChG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAhBsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EACnG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;EACjH,UAAU,sEAAsE,SAAS,CAAC,CAAC,SAAS;EACpG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EAClG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;EACvH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7I,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EACxG,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/reactivate-user.ts
4
+ const RampReactivateUserInput = zod.z.object({ user_id: zod.z.string().describe("The unique identifier (UUID) of the user to reactivate") });
5
+ const RampReactivateUserOutput = zod.z.object({}).describe("Response from reactivating a user. Returns empty object on success.");
6
+ const rampReactivateUser = require_action.action("RAMP_REACTIVATE_USER", {
7
+ slug: "ramp-reactivate-user",
8
+ name: "Reactivate User",
9
+ description: "Tool to reactivate a suspended user in your Ramp organization. Use when you need to restore a user's access. Upon reactivation, users can log in to Ramp again, spend on their previously issued cards, and resume receiving Ramp notifications.",
10
+ input: RampReactivateUserInput,
11
+ output: RampReactivateUserOutput
12
+ });
13
+ //#endregion
14
+ exports.rampReactivateUser = rampReactivateUser;
15
+
16
+ //# sourceMappingURL=reactivate-user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactivate-user.cjs","names":["z","action"],"sources":["../../src/actions/reactivate-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampReactivateUserInput = z.object({\n user_id: z.string().describe(\"The unique identifier (UUID) of the user to reactivate\"),\n});\nexport const RampReactivateUserOutput = z.object({}).describe(\"Response from reactivating a user. Returns empty object on success.\");\n\nexport const rampReactivateUser = action(\"RAMP_REACTIVATE_USER\", {\n slug: \"ramp-reactivate-user\",\n name: \"Reactivate User\",\n description: \"Tool to reactivate a suspended user in your Ramp organization. Use when you need to restore a user's access. Upon reactivation, users can log in to Ramp again, spend on their previously issued cards, and resume receiving Ramp notifications.\",\n input: RampReactivateUserInput,\n output: RampReactivateUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,EAC9C,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EACvF,CAAC;AACD,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAEnI,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/reactivate-user.d.ts
4
+ declare const RampReactivateUserInput: z.ZodObject<{
5
+ user_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const RampReactivateUserOutput: z.ZodObject<{}, z.core.$strip>;
8
+ declare const rampReactivateUser: import("@keystrokehq/action").WorkflowActionDefinition<{
9
+ user_id: string;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
11
+ //#endregion
12
+ export { rampReactivateUser };
13
+ //# sourceMappingURL=reactivate-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactivate-user.d.cts","names":[],"sources":["../../src/actions/reactivate-user.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;cAGvB,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAExB,kBAAA,gCAAkB,wBAAA"}
@@ -0,0 +1,13 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/reactivate-user.d.ts
4
+ declare const RampReactivateUserInput: z.ZodObject<{
5
+ user_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const RampReactivateUserOutput: z.ZodObject<{}, z.core.$strip>;
8
+ declare const rampReactivateUser: import("@keystrokehq/action").WorkflowActionDefinition<{
9
+ user_id: string;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
11
+ //#endregion
12
+ export { rampReactivateUser };
13
+ //# sourceMappingURL=reactivate-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactivate-user.d.mts","names":[],"sources":["../../src/actions/reactivate-user.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;cAGvB,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAExB,kBAAA,gCAAkB,wBAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rampReactivateUser = action("RAMP_REACTIVATE_USER", {
4
+ slug: "ramp-reactivate-user",
5
+ name: "Reactivate User",
6
+ description: "Tool to reactivate a suspended user in your Ramp organization. Use when you need to restore a user's access. Upon reactivation, users can log in to Ramp again, spend on their previously issued cards, and resume receiving Ramp notifications.",
7
+ input: z.object({ user_id: z.string().describe("The unique identifier (UUID) of the user to reactivate") }),
8
+ output: z.object({}).describe("Response from reactivating a user. Returns empty object on success.")
9
+ });
10
+ //#endregion
11
+ export { rampReactivateUser };
12
+
13
+ //# sourceMappingURL=reactivate-user.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactivate-user.mjs","names":[],"sources":["../../src/actions/reactivate-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampReactivateUserInput = z.object({\n user_id: z.string().describe(\"The unique identifier (UUID) of the user to reactivate\"),\n});\nexport const RampReactivateUserOutput = z.object({}).describe(\"Response from reactivating a user. Returns empty object on success.\");\n\nexport const rampReactivateUser = action(\"RAMP_REACTIVATE_USER\", {\n slug: \"ramp-reactivate-user\",\n name: \"Reactivate User\",\n description: \"Tool to reactivate a suspended user in your Ramp organization. Use when you need to restore a user's access. Upon reactivation, users can log in to Ramp again, spend on their previously issued cards, and resume receiving Ramp notifications.\",\n input: RampReactivateUserInput,\n output: RampReactivateUserOutput,\n});\n"],"mappings":";;AASA,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATqC,EAAE,OAAO,EAC9C,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EACvF,CAOS;CACP,QAPsC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAOpD;AACV,CAAC"}
@@ -0,0 +1,144 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/submit-reimbursement-receipt.ts
4
+ const RampSubmitReimbursementReceiptInput = zod.z.object({
5
+ receipt: zod.z.object({
6
+ name: zod.z.string().describe("The filename that will be used when uploading the file to the destination service"),
7
+ s3key: zod.z.string().describe("The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service."),
8
+ mimetype: zod.z.string().describe("The MIME type of the file")
9
+ }).describe("Receipt file to upload. The file name should match the receipt filename (for example, 'receipt.pdf' or 'receipt.jpg')."),
10
+ reimbursee_id: zod.z.string().describe("UUID of the user to create the reimbursement for"),
11
+ idempotency_key: zod.z.string().describe("Unique value to prevent duplicate uploads. Use a UUID to avoid collisions"),
12
+ reimbursement_id: zod.z.string().describe("Optional UUID of existing reimbursement to attach receipt to. If not provided, a new draft reimbursement will be created via OCR").optional()
13
+ });
14
+ const RampSubmitReimbursementReceipt_ReimbursementTypeSchema = zod.z.enum([
15
+ "MILEAGE",
16
+ "OUT_OF_POCKET",
17
+ "PAYBACK_FULL",
18
+ "PAYBACK_PARTIAL",
19
+ "PER_DIEM"
20
+ ]).describe("Type of reimbursement.");
21
+ const RampSubmitReimbursementReceipt_ReimbursementStateSchema = zod.z.enum([
22
+ "APPROVED",
23
+ "AWAITING_EXPORT",
24
+ "AWAITING_PAYMENT",
25
+ "AWAITING_PUSH_PAYMENT",
26
+ "CANCELED",
27
+ "DELETED",
28
+ "DRAFT",
29
+ "EXPORTED",
30
+ "EXPORT_FAILED",
31
+ "EXPORT_INITIATED",
32
+ "EXPORT_MARKED_AS_FAILED",
33
+ "EXPORT_SUCCESSFUL",
34
+ "FAILED_REIMBURSEMENT",
35
+ "INIT",
36
+ "MANUALLY_REIMBURSED",
37
+ "MISSING_ACH",
38
+ "PENDING",
39
+ "PROCESSING",
40
+ "PUSH_PAYMENT_FAILED",
41
+ "PUSH_PAYMENT_INITIATED",
42
+ "REIMBURSED",
43
+ "REIMBURSED_VIA_PUSH",
44
+ "REJECTED"
45
+ ]).describe("Current state of the reimbursement.");
46
+ const RampSubmitReimbursementReceipt_AttendeeSchema = zod.z.object({
47
+ name: zod.z.string().describe("Name of the attendee").nullable().optional(),
48
+ user_id: zod.z.string().describe("User ID of the attendee, if they are a Ramp user").nullable().optional()
49
+ }).describe("Attendee information for a reimbursement.");
50
+ const RampSubmitReimbursementReceipt_ReimbursementDirectionSchema = zod.z.enum(["BUSINESS_TO_USER", "USER_TO_BUSINESS"]).describe("Direction of reimbursement payment.");
51
+ const RampSubmitReimbursementReceipt_LineItemAmountSchema = zod.z.object({
52
+ amount: zod.z.number().int().describe("Amount in minor units (e.g., cents for USD)").nullable().optional(),
53
+ currency_code: zod.z.string().describe("ISO 4217 currency code").nullable().optional()
54
+ }).describe("Amount object for a line item.");
55
+ const RampSubmitReimbursementReceipt_AccountingFieldSourceSchema = zod.z.object({
56
+ id: zod.z.string().describe("Source identifier").nullable().optional(),
57
+ name: zod.z.string().describe("Source name").nullable().optional()
58
+ }).describe("Source information for an accounting field.");
59
+ const RampSubmitReimbursementReceipt_CategoryInfoSchema = zod.z.object({
60
+ id: zod.z.string().describe("Internal identifier for the category").nullable().optional(),
61
+ name: zod.z.string().describe("Name of the category").nullable().optional(),
62
+ type: zod.z.string().describe("Type of accounting field (e.g., GL_ACCOUNT, Subsidiary)").nullable().optional(),
63
+ external_id: zod.z.string().describe("External identifier for the category").nullable().optional()
64
+ }).describe("Category information for an accounting field.");
65
+ const RampSubmitReimbursementReceipt_AccountingFieldSelectionSchema = zod.z.object({
66
+ id: zod.z.string().describe("Internal identifier for the accounting field selection").nullable().optional(),
67
+ name: zod.z.string().describe("Name of the accounting field selection").nullable().optional(),
68
+ type: zod.z.string().describe("Type of the accounting field selection").nullable().optional(),
69
+ source: RampSubmitReimbursementReceipt_AccountingFieldSourceSchema.nullable().optional(),
70
+ external_id: zod.z.string().describe("External identifier for the accounting field selection").nullable().optional(),
71
+ category_info: RampSubmitReimbursementReceipt_CategoryInfoSchema.nullable().optional(),
72
+ external_code: zod.z.string().describe("External code for the accounting field").nullable().optional(),
73
+ provider_name: zod.z.string().describe("Name of the accounting provider").nullable().optional()
74
+ }).describe("Accounting field selection with category information.");
75
+ const RampSubmitReimbursementReceipt_LineItemSchema = zod.z.object({
76
+ memo: zod.z.string().describe("Memo for this line item").nullable().optional(),
77
+ amount: RampSubmitReimbursementReceipt_LineItemAmountSchema.nullable().optional(),
78
+ accounting_field_selections: zod.z.array(RampSubmitReimbursementReceipt_AccountingFieldSelectionSchema).describe("Accounting field selections for this line item").nullable().optional()
79
+ }).describe("Individual line item within a reimbursement.");
80
+ const RampSubmitReimbursementReceipt_ReimbursementSyncStatusSchema = zod.z.enum([
81
+ "NOT_SYNC_READY",
82
+ "SYNCED",
83
+ "SYNC_READY"
84
+ ]).describe("Sync status of the reimbursement.");
85
+ const RampSubmitReimbursementReceipt_MoneyAmountSchema = zod.z.object({
86
+ amount: zod.z.number().int().describe("Amount in minor units (e.g., cents for USD). Divide by minor_unit_conversion_rate to get decimal amount").nullable().optional(),
87
+ currency_code: zod.z.string().describe("ISO 4217 currency code (e.g., USD, EUR)").nullable().optional(),
88
+ minor_unit_conversion_rate: zod.z.number().int().describe("Conversion rate from minor units to major units (e.g., 100 for USD cents to dollars)").nullable().optional()
89
+ }).describe("Money amount with currency information.");
90
+ const RampSubmitReimbursementReceipt_ExpenseGroupSchema = zod.z.object({
91
+ id: zod.z.string().describe("Unique identifier for the expense group").nullable().optional(),
92
+ name: zod.z.string().describe("Name of the expense group").nullable().optional()
93
+ }).describe("Expense group information.");
94
+ const RampSubmitReimbursementReceiptOutput = zod.z.object({
95
+ id: zod.z.string().describe("Unique identifier of the reimbursement").nullable(),
96
+ memo: zod.z.string().describe("Reimbursement memo").nullable().optional(),
97
+ type: RampSubmitReimbursementReceipt_ReimbursementTypeSchema.nullable(),
98
+ state: RampSubmitReimbursementReceipt_ReimbursementStateSchema.nullable(),
99
+ amount: zod.z.number().describe("The amount that the payor pays").nullable().optional(),
100
+ trip_id: zod.z.string().describe("Trip ID associated with the reimbursement if a Trip ID is available").nullable().optional(),
101
+ user_id: zod.z.string().describe("Unique identifier of the person who made the reimbursement").nullable(),
102
+ currency: zod.z.string().describe("The currency that the payor pays with").nullable(),
103
+ distance: zod.z.number().describe("The distance of the reimbursement in miles, for mileage reimbursements").nullable().optional(),
104
+ merchant: zod.z.string().describe("The name of the merchant that the reimbursement is associated with").nullable().optional(),
105
+ receipts: zod.z.array(zod.z.string()).describe("List of receipt identifiers").nullable().optional(),
106
+ attendees: zod.z.array(RampSubmitReimbursementReceipt_AttendeeSchema).describe("List of attendees for the reimbursement").nullable().optional(),
107
+ direction: RampSubmitReimbursementReceipt_ReimbursementDirectionSchema.nullable(),
108
+ entity_id: zod.z.string().describe("Unique identifier of the associated business entity").nullable().optional(),
109
+ synced_at: zod.z.string().describe("Time when reimbursement has been synced. Will be None if the reimbursement is not synced (ISO8601 format)").nullable().optional(),
110
+ waypoints: zod.z.array(zod.z.string()).describe("List of intermediate stops during the trip, for mileage reimbursements").nullable().optional(),
111
+ created_at: zod.z.string().describe("Time at which the reimbursement is created (ISO8601 format)").nullable(),
112
+ line_items: zod.z.array(RampSubmitReimbursementReceipt_LineItemSchema).describe("List of line items related to the reimbursement").nullable().optional(),
113
+ payment_id: zod.z.string().describe("The unique identifier of the payment batch that the reimbursement is associated with, once paid").nullable().optional(),
114
+ updated_at: zod.z.string().describe("Time at which the reimbursement was last updated (ISO8601 format)").nullable().optional(),
115
+ user_email: zod.z.string().describe("Email of the person who made the reimbursement").nullable(),
116
+ approved_at: zod.z.string().describe("Time at which the reimbursement is approved (ISO8601 format)").nullable().optional(),
117
+ employee_id: zod.z.string().describe("Employee ID of the person who made the reimbursement").nullable().optional(),
118
+ merchant_id: zod.z.string().describe("The unique identifier of the merchant. Note that this field may be empty when merchant is populated if Ramp does not recognize the merchant").nullable().optional(),
119
+ sync_status: RampSubmitReimbursementReceipt_ReimbursementSyncStatusSchema.nullable().optional(),
120
+ end_location: zod.z.string().describe("Ending location of the trip, for mileage reimbursements").nullable().optional(),
121
+ payee_amount: RampSubmitReimbursementReceipt_MoneyAmountSchema.nullable().optional(),
122
+ submitted_at: zod.z.string().describe("Time when reimbursement was most recently submitted (ISO8601 format)").nullable().optional(),
123
+ expense_group: RampSubmitReimbursementReceipt_ExpenseGroupSchema.nullable().optional(),
124
+ spend_limit_id: zod.z.string().describe("Spend limit to which the reimbursement is attributed, if it exists").nullable().optional(),
125
+ start_location: zod.z.string().describe("Starting location of the trip, for mileage reimbursements").nullable().optional(),
126
+ user_full_name: zod.z.string().describe("Full name of the person who made the reimbursement").nullable(),
127
+ accounting_date: zod.z.string().describe("The date for the reimbursement for accounting purposes. If not specified, falls back to the transaction date").nullable().optional(),
128
+ payment_batch_id: zod.z.string().describe("The unique identifier of the reimbursement payment batch that the reimbursement is associated with").nullable().optional(),
129
+ transaction_date: zod.z.string().describe("Date of the transaction (ISO 8601 date format)").nullable().optional(),
130
+ payment_processed_at: zod.z.string().describe("Time of reimbursement payment (ISO8601 format)").nullable().optional(),
131
+ accounting_field_selections: zod.z.array(RampSubmitReimbursementReceipt_AccountingFieldSelectionSchema).describe("List of accounting fields selected to code the reimbursement").nullable().optional(),
132
+ original_reimbursement_amount: RampSubmitReimbursementReceipt_MoneyAmountSchema.nullable().optional()
133
+ }).describe("Complete reimbursement details returned after submitting a receipt.");
134
+ const rampSubmitReimbursementReceipt = require_action.action("RAMP_SUBMIT_REIMBURSEMENT_RECEIPT", {
135
+ slug: "ramp-submit-reimbursement-receipt",
136
+ name: "Submit Reimbursement Receipt",
137
+ description: "Tool to upload a receipt for a reimbursement. Use when submitting receipts for out-of-pocket expenses. If reimbursement_id is provided, attaches the receipt to an existing reimbursement; otherwise creates a new draft reimbursement via OCR.",
138
+ input: RampSubmitReimbursementReceiptInput,
139
+ output: RampSubmitReimbursementReceiptOutput
140
+ });
141
+ //#endregion
142
+ exports.rampSubmitReimbursementReceipt = rampSubmitReimbursementReceipt;
143
+
144
+ //# sourceMappingURL=submit-reimbursement-receipt.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"submit-reimbursement-receipt.cjs","names":["z","action"],"sources":["../../src/actions/submit-reimbursement-receipt.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RampSubmitReimbursementReceiptInput = z.object({\n receipt: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"Receipt file to upload. The file name should match the receipt filename (for example, 'receipt.pdf' or 'receipt.jpg').\"),\n reimbursee_id: z.string().describe(\"UUID of the user to create the reimbursement for\"),\n idempotency_key: z.string().describe(\"Unique value to prevent duplicate uploads. Use a UUID to avoid collisions\"),\n reimbursement_id: z.string().describe(\"Optional UUID of existing reimbursement to attach receipt to. If not provided, a new draft reimbursement will be created via OCR\").optional(),\n});\nconst RampSubmitReimbursementReceipt_ReimbursementTypeSchema = z.enum([\"MILEAGE\", \"OUT_OF_POCKET\", \"PAYBACK_FULL\", \"PAYBACK_PARTIAL\", \"PER_DIEM\"]).describe(\"Type of reimbursement.\");\nconst RampSubmitReimbursementReceipt_ReimbursementStateSchema = z.enum([\"APPROVED\", \"AWAITING_EXPORT\", \"AWAITING_PAYMENT\", \"AWAITING_PUSH_PAYMENT\", \"CANCELED\", \"DELETED\", \"DRAFT\", \"EXPORTED\", \"EXPORT_FAILED\", \"EXPORT_INITIATED\", \"EXPORT_MARKED_AS_FAILED\", \"EXPORT_SUCCESSFUL\", \"FAILED_REIMBURSEMENT\", \"INIT\", \"MANUALLY_REIMBURSED\", \"MISSING_ACH\", \"PENDING\", \"PROCESSING\", \"PUSH_PAYMENT_FAILED\", \"PUSH_PAYMENT_INITIATED\", \"REIMBURSED\", \"REIMBURSED_VIA_PUSH\", \"REJECTED\"]).describe(\"Current state of the reimbursement.\");\nconst RampSubmitReimbursementReceipt_AttendeeSchema = z.object({\n name: z.string().describe(\"Name of the attendee\").nullable().optional(),\n user_id: z.string().describe(\"User ID of the attendee, if they are a Ramp user\").nullable().optional(),\n}).describe(\"Attendee information for a reimbursement.\");\nconst RampSubmitReimbursementReceipt_ReimbursementDirectionSchema = z.enum([\"BUSINESS_TO_USER\", \"USER_TO_BUSINESS\"]).describe(\"Direction of reimbursement payment.\");\nconst RampSubmitReimbursementReceipt_LineItemAmountSchema = z.object({\n amount: z.number().int().describe(\"Amount in minor units (e.g., cents for USD)\").nullable().optional(),\n currency_code: z.string().describe(\"ISO 4217 currency code\").nullable().optional(),\n}).describe(\"Amount object for a line item.\");\nconst RampSubmitReimbursementReceipt_AccountingFieldSourceSchema = z.object({\n id: z.string().describe(\"Source identifier\").nullable().optional(),\n name: z.string().describe(\"Source name\").nullable().optional(),\n}).describe(\"Source information for an accounting field.\");\nconst RampSubmitReimbursementReceipt_CategoryInfoSchema = z.object({\n id: z.string().describe(\"Internal identifier for the category\").nullable().optional(),\n name: z.string().describe(\"Name of the category\").nullable().optional(),\n type: z.string().describe(\"Type of accounting field (e.g., GL_ACCOUNT, Subsidiary)\").nullable().optional(),\n external_id: z.string().describe(\"External identifier for the category\").nullable().optional(),\n}).describe(\"Category information for an accounting field.\");\nconst RampSubmitReimbursementReceipt_AccountingFieldSelectionSchema = z.object({\n id: z.string().describe(\"Internal identifier for the accounting field selection\").nullable().optional(),\n name: z.string().describe(\"Name of the accounting field selection\").nullable().optional(),\n type: z.string().describe(\"Type of the accounting field selection\").nullable().optional(),\n source: RampSubmitReimbursementReceipt_AccountingFieldSourceSchema.nullable().optional(),\n external_id: z.string().describe(\"External identifier for the accounting field selection\").nullable().optional(),\n category_info: RampSubmitReimbursementReceipt_CategoryInfoSchema.nullable().optional(),\n external_code: z.string().describe(\"External code for the accounting field\").nullable().optional(),\n provider_name: z.string().describe(\"Name of the accounting provider\").nullable().optional(),\n}).describe(\"Accounting field selection with category information.\");\nconst RampSubmitReimbursementReceipt_LineItemSchema = z.object({\n memo: z.string().describe(\"Memo for this line item\").nullable().optional(),\n amount: RampSubmitReimbursementReceipt_LineItemAmountSchema.nullable().optional(),\n accounting_field_selections: z.array(RampSubmitReimbursementReceipt_AccountingFieldSelectionSchema).describe(\"Accounting field selections for this line item\").nullable().optional(),\n}).describe(\"Individual line item within a reimbursement.\");\nconst RampSubmitReimbursementReceipt_ReimbursementSyncStatusSchema = z.enum([\"NOT_SYNC_READY\", \"SYNCED\", \"SYNC_READY\"]).describe(\"Sync status of the reimbursement.\");\nconst RampSubmitReimbursementReceipt_MoneyAmountSchema = z.object({\n amount: z.number().int().describe(\"Amount in minor units (e.g., cents for USD). Divide by minor_unit_conversion_rate to get decimal amount\").nullable().optional(),\n currency_code: z.string().describe(\"ISO 4217 currency code (e.g., USD, EUR)\").nullable().optional(),\n minor_unit_conversion_rate: z.number().int().describe(\"Conversion rate from minor units to major units (e.g., 100 for USD cents to dollars)\").nullable().optional(),\n}).describe(\"Money amount with currency information.\");\nconst RampSubmitReimbursementReceipt_ExpenseGroupSchema = z.object({\n id: z.string().describe(\"Unique identifier for the expense group\").nullable().optional(),\n name: z.string().describe(\"Name of the expense group\").nullable().optional(),\n}).describe(\"Expense group information.\");\nexport const RampSubmitReimbursementReceiptOutput = z.object({\n id: z.string().describe(\"Unique identifier of the reimbursement\").nullable(),\n memo: z.string().describe(\"Reimbursement memo\").nullable().optional(),\n type: RampSubmitReimbursementReceipt_ReimbursementTypeSchema.nullable(),\n state: RampSubmitReimbursementReceipt_ReimbursementStateSchema.nullable(),\n amount: z.number().describe(\"The amount that the payor pays\").nullable().optional(),\n trip_id: z.string().describe(\"Trip ID associated with the reimbursement if a Trip ID is available\").nullable().optional(),\n user_id: z.string().describe(\"Unique identifier of the person who made the reimbursement\").nullable(),\n currency: z.string().describe(\"The currency that the payor pays with\").nullable(),\n distance: z.number().describe(\"The distance of the reimbursement in miles, for mileage reimbursements\").nullable().optional(),\n merchant: z.string().describe(\"The name of the merchant that the reimbursement is associated with\").nullable().optional(),\n receipts: z.array(z.string()).describe(\"List of receipt identifiers\").nullable().optional(),\n attendees: z.array(RampSubmitReimbursementReceipt_AttendeeSchema).describe(\"List of attendees for the reimbursement\").nullable().optional(),\n direction: RampSubmitReimbursementReceipt_ReimbursementDirectionSchema.nullable(),\n entity_id: z.string().describe(\"Unique identifier of the associated business entity\").nullable().optional(),\n synced_at: z.string().describe(\"Time when reimbursement has been synced. Will be None if the reimbursement is not synced (ISO8601 format)\").nullable().optional(),\n waypoints: z.array(z.string()).describe(\"List of intermediate stops during the trip, for mileage reimbursements\").nullable().optional(),\n created_at: z.string().describe(\"Time at which the reimbursement is created (ISO8601 format)\").nullable(),\n line_items: z.array(RampSubmitReimbursementReceipt_LineItemSchema).describe(\"List of line items related to the reimbursement\").nullable().optional(),\n payment_id: z.string().describe(\"The unique identifier of the payment batch that the reimbursement is associated with, once paid\").nullable().optional(),\n updated_at: z.string().describe(\"Time at which the reimbursement was last updated (ISO8601 format)\").nullable().optional(),\n user_email: z.string().describe(\"Email of the person who made the reimbursement\").nullable(),\n approved_at: z.string().describe(\"Time at which the reimbursement is approved (ISO8601 format)\").nullable().optional(),\n employee_id: z.string().describe(\"Employee ID of the person who made the reimbursement\").nullable().optional(),\n merchant_id: z.string().describe(\"The unique identifier of the merchant. Note that this field may be empty when merchant is populated if Ramp does not recognize the merchant\").nullable().optional(),\n sync_status: RampSubmitReimbursementReceipt_ReimbursementSyncStatusSchema.nullable().optional(),\n end_location: z.string().describe(\"Ending location of the trip, for mileage reimbursements\").nullable().optional(),\n payee_amount: RampSubmitReimbursementReceipt_MoneyAmountSchema.nullable().optional(),\n submitted_at: z.string().describe(\"Time when reimbursement was most recently submitted (ISO8601 format)\").nullable().optional(),\n expense_group: RampSubmitReimbursementReceipt_ExpenseGroupSchema.nullable().optional(),\n spend_limit_id: z.string().describe(\"Spend limit to which the reimbursement is attributed, if it exists\").nullable().optional(),\n start_location: z.string().describe(\"Starting location of the trip, for mileage reimbursements\").nullable().optional(),\n user_full_name: z.string().describe(\"Full name of the person who made the reimbursement\").nullable(),\n accounting_date: z.string().describe(\"The date for the reimbursement for accounting purposes. If not specified, falls back to the transaction date\").nullable().optional(),\n payment_batch_id: z.string().describe(\"The unique identifier of the reimbursement payment batch that the reimbursement is associated with\").nullable().optional(),\n transaction_date: z.string().describe(\"Date of the transaction (ISO 8601 date format)\").nullable().optional(),\n payment_processed_at: z.string().describe(\"Time of reimbursement payment (ISO8601 format)\").nullable().optional(),\n accounting_field_selections: z.array(RampSubmitReimbursementReceipt_AccountingFieldSelectionSchema).describe(\"List of accounting fields selected to code the reimbursement\").nullable().optional(),\n original_reimbursement_amount: RampSubmitReimbursementReceipt_MoneyAmountSchema.nullable().optional(),\n}).describe(\"Complete reimbursement details returned after submitting a receipt.\");\n\nexport const rampSubmitReimbursementReceipt = action(\"RAMP_SUBMIT_REIMBURSEMENT_RECEIPT\", {\n slug: \"ramp-submit-reimbursement-receipt\",\n name: \"Submit Reimbursement Receipt\",\n description: \"Tool to upload a receipt for a reimbursement. Use when submitting receipts for out-of-pocket expenses. If reimbursement_id is provided, attaches the receipt to an existing reimbursement; otherwise creates a new draft reimbursement via OCR.\",\n input: RampSubmitReimbursementReceiptInput,\n output: RampSubmitReimbursementReceiptOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,158 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/submit-reimbursement-receipt.d.ts
4
+ declare const RampSubmitReimbursementReceiptInput: z.ZodObject<{
5
+ receipt: z.ZodObject<{
6
+ name: z.ZodString;
7
+ s3key: z.ZodString;
8
+ mimetype: z.ZodString;
9
+ }, z.core.$strip>;
10
+ reimbursee_id: z.ZodString;
11
+ idempotency_key: z.ZodString;
12
+ reimbursement_id: z.ZodOptional<z.ZodString>;
13
+ }, z.core.$strip>;
14
+ declare const RampSubmitReimbursementReceiptOutput: z.ZodObject<{
15
+ id: z.ZodNullable<z.ZodString>;
16
+ memo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ type: z.ZodNullable<z.ZodEnum<{
18
+ MILEAGE: "MILEAGE";
19
+ OUT_OF_POCKET: "OUT_OF_POCKET";
20
+ PAYBACK_FULL: "PAYBACK_FULL";
21
+ PAYBACK_PARTIAL: "PAYBACK_PARTIAL";
22
+ PER_DIEM: "PER_DIEM";
23
+ }>>;
24
+ state: z.ZodNullable<z.ZodEnum<{
25
+ APPROVED: "APPROVED";
26
+ AWAITING_EXPORT: "AWAITING_EXPORT";
27
+ AWAITING_PAYMENT: "AWAITING_PAYMENT";
28
+ AWAITING_PUSH_PAYMENT: "AWAITING_PUSH_PAYMENT";
29
+ CANCELED: "CANCELED";
30
+ DELETED: "DELETED";
31
+ DRAFT: "DRAFT";
32
+ EXPORTED: "EXPORTED";
33
+ EXPORT_FAILED: "EXPORT_FAILED";
34
+ EXPORT_INITIATED: "EXPORT_INITIATED";
35
+ EXPORT_MARKED_AS_FAILED: "EXPORT_MARKED_AS_FAILED";
36
+ EXPORT_SUCCESSFUL: "EXPORT_SUCCESSFUL";
37
+ FAILED_REIMBURSEMENT: "FAILED_REIMBURSEMENT";
38
+ INIT: "INIT";
39
+ MANUALLY_REIMBURSED: "MANUALLY_REIMBURSED";
40
+ MISSING_ACH: "MISSING_ACH";
41
+ PENDING: "PENDING";
42
+ PROCESSING: "PROCESSING";
43
+ PUSH_PAYMENT_FAILED: "PUSH_PAYMENT_FAILED";
44
+ PUSH_PAYMENT_INITIATED: "PUSH_PAYMENT_INITIATED";
45
+ REIMBURSED: "REIMBURSED";
46
+ REIMBURSED_VIA_PUSH: "REIMBURSED_VIA_PUSH";
47
+ REJECTED: "REJECTED";
48
+ }>>;
49
+ amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
50
+ trip_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
+ user_id: z.ZodNullable<z.ZodString>;
52
+ currency: z.ZodNullable<z.ZodString>;
53
+ distance: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
54
+ merchant: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55
+ receipts: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
56
+ attendees: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
57
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
58
+ user_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
59
+ }, z.core.$strip>>>>;
60
+ direction: z.ZodNullable<z.ZodEnum<{
61
+ BUSINESS_TO_USER: "BUSINESS_TO_USER";
62
+ USER_TO_BUSINESS: "USER_TO_BUSINESS";
63
+ }>>;
64
+ entity_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
65
+ synced_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
66
+ waypoints: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
67
+ created_at: z.ZodNullable<z.ZodString>;
68
+ line_items: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
69
+ memo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
70
+ amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
71
+ amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
72
+ currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
73
+ }, z.core.$strip>>>;
74
+ accounting_field_selections: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
75
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
76
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
77
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
78
+ source: z.ZodOptional<z.ZodNullable<z.ZodObject<{
79
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
80
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
81
+ }, z.core.$strip>>>;
82
+ external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
83
+ category_info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
84
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
85
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
86
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
87
+ external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
88
+ }, z.core.$strip>>>;
89
+ external_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
90
+ provider_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
91
+ }, z.core.$strip>>>>;
92
+ }, z.core.$strip>>>>;
93
+ payment_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
94
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
95
+ user_email: z.ZodNullable<z.ZodString>;
96
+ approved_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
97
+ employee_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
98
+ merchant_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
99
+ sync_status: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
100
+ NOT_SYNC_READY: "NOT_SYNC_READY";
101
+ SYNCED: "SYNCED";
102
+ SYNC_READY: "SYNC_READY";
103
+ }>>>;
104
+ end_location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
105
+ payee_amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
106
+ amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
107
+ currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
108
+ minor_unit_conversion_rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
109
+ }, z.core.$strip>>>;
110
+ submitted_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
111
+ expense_group: z.ZodOptional<z.ZodNullable<z.ZodObject<{
112
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
113
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
114
+ }, z.core.$strip>>>;
115
+ spend_limit_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
116
+ start_location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
117
+ user_full_name: z.ZodNullable<z.ZodString>;
118
+ accounting_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
119
+ payment_batch_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
120
+ transaction_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
121
+ payment_processed_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
122
+ accounting_field_selections: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
123
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
124
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
125
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
126
+ source: z.ZodOptional<z.ZodNullable<z.ZodObject<{
127
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
128
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
129
+ }, z.core.$strip>>>;
130
+ external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
131
+ category_info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
132
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
133
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
134
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
135
+ external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
136
+ }, z.core.$strip>>>;
137
+ external_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
138
+ provider_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
139
+ }, z.core.$strip>>>>;
140
+ original_reimbursement_amount: z.ZodOptional<z.ZodNullable<z.ZodObject<{
141
+ amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
142
+ currency_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
143
+ minor_unit_conversion_rate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
144
+ }, z.core.$strip>>>;
145
+ }, z.core.$strip>;
146
+ declare const rampSubmitReimbursementReceipt: import("@keystrokehq/action").WorkflowActionDefinition<{
147
+ receipt: {
148
+ name: string;
149
+ s3key: string;
150
+ mimetype: string;
151
+ };
152
+ reimbursee_id: string;
153
+ idempotency_key: string;
154
+ reimbursement_id?: string | undefined;
155
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
156
+ //#endregion
157
+ export { rampSubmitReimbursementReceipt };
158
+ //# sourceMappingURL=submit-reimbursement-receipt.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"submit-reimbursement-receipt.d.cts","names":[],"sources":["../../src/actions/submit-reimbursement-receipt.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;cAwDnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyCpC,8BAAA,gCAA8B,wBAAA"}