@keystrokehq/mx_technologies 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (322) hide show
  1. package/README.md +17 -0
  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/cancel-partner-account.cjs +25 -0
  7. package/dist/actions/cancel-partner-account.cjs.map +1 -0
  8. package/dist/actions/cancel-partner-account.d.cts +9 -0
  9. package/dist/actions/cancel-partner-account.d.cts.map +1 -0
  10. package/dist/actions/cancel-partner-account.d.mts +9 -0
  11. package/dist/actions/cancel-partner-account.d.mts.map +1 -0
  12. package/dist/actions/cancel-partner-account.mjs +22 -0
  13. package/dist/actions/cancel-partner-account.mjs.map +1 -0
  14. package/dist/actions/create-account.cjs +67 -0
  15. package/dist/actions/create-account.cjs.map +1 -0
  16. package/dist/actions/create-account.d.cts +9 -0
  17. package/dist/actions/create-account.d.cts.map +1 -0
  18. package/dist/actions/create-account.d.mts +9 -0
  19. package/dist/actions/create-account.d.mts.map +1 -0
  20. package/dist/actions/create-account.mjs +66 -0
  21. package/dist/actions/create-account.mjs.map +1 -0
  22. package/dist/actions/create-audience-api-credentials.cjs +22 -0
  23. package/dist/actions/create-audience-api-credentials.cjs.map +1 -0
  24. package/dist/actions/create-audience-api-credentials.d.cts +9 -0
  25. package/dist/actions/create-audience-api-credentials.d.cts.map +1 -0
  26. package/dist/actions/create-audience-api-credentials.d.mts +9 -0
  27. package/dist/actions/create-audience-api-credentials.d.mts.map +1 -0
  28. package/dist/actions/create-audience-api-credentials.mjs +19 -0
  29. package/dist/actions/create-audience-api-credentials.mjs.map +1 -0
  30. package/dist/actions/create-member.cjs +50 -0
  31. package/dist/actions/create-member.cjs.map +1 -0
  32. package/dist/actions/create-member.d.cts +9 -0
  33. package/dist/actions/create-member.d.cts.map +1 -0
  34. package/dist/actions/create-member.d.mts +9 -0
  35. package/dist/actions/create-member.d.mts.map +1 -0
  36. package/dist/actions/create-member.mjs +49 -0
  37. package/dist/actions/create-member.mjs.map +1 -0
  38. package/dist/actions/create-partner-account.cjs +28 -0
  39. package/dist/actions/create-partner-account.cjs.map +1 -0
  40. package/dist/actions/create-partner-account.d.cts +9 -0
  41. package/dist/actions/create-partner-account.d.cts.map +1 -0
  42. package/dist/actions/create-partner-account.d.mts +9 -0
  43. package/dist/actions/create-partner-account.d.mts.map +1 -0
  44. package/dist/actions/create-partner-account.mjs +27 -0
  45. package/dist/actions/create-partner-account.mjs.map +1 -0
  46. package/dist/actions/fetch-rewards.cjs +38 -0
  47. package/dist/actions/fetch-rewards.cjs.map +1 -0
  48. package/dist/actions/fetch-rewards.d.cts +9 -0
  49. package/dist/actions/fetch-rewards.d.cts.map +1 -0
  50. package/dist/actions/fetch-rewards.d.mts +9 -0
  51. package/dist/actions/fetch-rewards.d.mts.map +1 -0
  52. package/dist/actions/fetch-rewards.mjs +37 -0
  53. package/dist/actions/fetch-rewards.mjs.map +1 -0
  54. package/dist/actions/get-configurable-widget-url.cjs +38 -0
  55. package/dist/actions/get-configurable-widget-url.cjs.map +1 -0
  56. package/dist/actions/get-configurable-widget-url.d.cts +9 -0
  57. package/dist/actions/get-configurable-widget-url.d.cts.map +1 -0
  58. package/dist/actions/get-configurable-widget-url.d.mts +9 -0
  59. package/dist/actions/get-configurable-widget-url.d.mts.map +1 -0
  60. package/dist/actions/get-configurable-widget-url.mjs +35 -0
  61. package/dist/actions/get-configurable-widget-url.mjs.map +1 -0
  62. package/dist/actions/index.cjs +73 -0
  63. package/dist/actions/index.d.cts +37 -0
  64. package/dist/actions/index.d.mts +37 -0
  65. package/dist/actions/index.mjs +37 -0
  66. package/dist/actions/list-account-numbers-by-member.cjs +44 -0
  67. package/dist/actions/list-account-numbers-by-member.cjs.map +1 -0
  68. package/dist/actions/list-account-numbers-by-member.d.cts +9 -0
  69. package/dist/actions/list-account-numbers-by-member.d.cts.map +1 -0
  70. package/dist/actions/list-account-numbers-by-member.d.mts +9 -0
  71. package/dist/actions/list-account-numbers-by-member.d.mts.map +1 -0
  72. package/dist/actions/list-account-numbers-by-member.mjs +43 -0
  73. package/dist/actions/list-account-numbers-by-member.mjs.map +1 -0
  74. package/dist/actions/list-account-owners.cjs +46 -0
  75. package/dist/actions/list-account-owners.cjs.map +1 -0
  76. package/dist/actions/list-account-owners.d.cts +9 -0
  77. package/dist/actions/list-account-owners.d.cts.map +1 -0
  78. package/dist/actions/list-account-owners.d.mts +9 -0
  79. package/dist/actions/list-account-owners.d.mts.map +1 -0
  80. package/dist/actions/list-account-owners.mjs +45 -0
  81. package/dist/actions/list-account-owners.mjs.map +1 -0
  82. package/dist/actions/list-accounts.cjs +49 -0
  83. package/dist/actions/list-accounts.cjs.map +1 -0
  84. package/dist/actions/list-accounts.d.cts +9 -0
  85. package/dist/actions/list-accounts.d.cts.map +1 -0
  86. package/dist/actions/list-accounts.d.mts +9 -0
  87. package/dist/actions/list-accounts.d.mts.map +1 -0
  88. package/dist/actions/list-accounts.mjs +48 -0
  89. package/dist/actions/list-accounts.mjs.map +1 -0
  90. package/dist/actions/list-budgets.cjs +47 -0
  91. package/dist/actions/list-budgets.cjs.map +1 -0
  92. package/dist/actions/list-budgets.d.cts +9 -0
  93. package/dist/actions/list-budgets.d.cts.map +1 -0
  94. package/dist/actions/list-budgets.d.mts +9 -0
  95. package/dist/actions/list-budgets.d.mts.map +1 -0
  96. package/dist/actions/list-budgets.mjs +46 -0
  97. package/dist/actions/list-budgets.mjs.map +1 -0
  98. package/dist/actions/list-categories.cjs +39 -0
  99. package/dist/actions/list-categories.cjs.map +1 -0
  100. package/dist/actions/list-categories.d.cts +9 -0
  101. package/dist/actions/list-categories.d.cts.map +1 -0
  102. package/dist/actions/list-categories.d.mts +9 -0
  103. package/dist/actions/list-categories.d.mts.map +1 -0
  104. package/dist/actions/list-categories.mjs +38 -0
  105. package/dist/actions/list-categories.mjs.map +1 -0
  106. package/dist/actions/list-challenges.cjs +36 -0
  107. package/dist/actions/list-challenges.cjs.map +1 -0
  108. package/dist/actions/list-challenges.d.cts +9 -0
  109. package/dist/actions/list-challenges.d.cts.map +1 -0
  110. package/dist/actions/list-challenges.d.mts +9 -0
  111. package/dist/actions/list-challenges.d.mts.map +1 -0
  112. package/dist/actions/list-challenges.mjs +35 -0
  113. package/dist/actions/list-challenges.mjs.map +1 -0
  114. package/dist/actions/list-favorite-institutions.cjs +46 -0
  115. package/dist/actions/list-favorite-institutions.cjs.map +1 -0
  116. package/dist/actions/list-favorite-institutions.d.cts +9 -0
  117. package/dist/actions/list-favorite-institutions.d.cts.map +1 -0
  118. package/dist/actions/list-favorite-institutions.d.mts +9 -0
  119. package/dist/actions/list-favorite-institutions.d.mts.map +1 -0
  120. package/dist/actions/list-favorite-institutions.mjs +45 -0
  121. package/dist/actions/list-favorite-institutions.mjs.map +1 -0
  122. package/dist/actions/list-goals.cjs +48 -0
  123. package/dist/actions/list-goals.cjs.map +1 -0
  124. package/dist/actions/list-goals.d.cts +9 -0
  125. package/dist/actions/list-goals.d.cts.map +1 -0
  126. package/dist/actions/list-goals.d.mts +9 -0
  127. package/dist/actions/list-goals.d.mts.map +1 -0
  128. package/dist/actions/list-goals.mjs +47 -0
  129. package/dist/actions/list-goals.mjs.map +1 -0
  130. package/dist/actions/list-institution-credentials.cjs +36 -0
  131. package/dist/actions/list-institution-credentials.cjs.map +1 -0
  132. package/dist/actions/list-institution-credentials.d.cts +9 -0
  133. package/dist/actions/list-institution-credentials.d.cts.map +1 -0
  134. package/dist/actions/list-institution-credentials.d.mts +9 -0
  135. package/dist/actions/list-institution-credentials.d.mts.map +1 -0
  136. package/dist/actions/list-institution-credentials.mjs +35 -0
  137. package/dist/actions/list-institution-credentials.mjs.map +1 -0
  138. package/dist/actions/list-institutions.cjs +54 -0
  139. package/dist/actions/list-institutions.cjs.map +1 -0
  140. package/dist/actions/list-institutions.d.cts +9 -0
  141. package/dist/actions/list-institutions.d.cts.map +1 -0
  142. package/dist/actions/list-institutions.d.mts +9 -0
  143. package/dist/actions/list-institutions.d.mts.map +1 -0
  144. package/dist/actions/list-institutions.mjs +53 -0
  145. package/dist/actions/list-institutions.mjs.map +1 -0
  146. package/dist/actions/list-member-accounts.cjs +66 -0
  147. package/dist/actions/list-member-accounts.cjs.map +1 -0
  148. package/dist/actions/list-member-accounts.d.cts +9 -0
  149. package/dist/actions/list-member-accounts.d.cts.map +1 -0
  150. package/dist/actions/list-member-accounts.d.mts +9 -0
  151. package/dist/actions/list-member-accounts.d.mts.map +1 -0
  152. package/dist/actions/list-member-accounts.mjs +65 -0
  153. package/dist/actions/list-member-accounts.mjs.map +1 -0
  154. package/dist/actions/list-members.cjs +54 -0
  155. package/dist/actions/list-members.cjs.map +1 -0
  156. package/dist/actions/list-members.d.cts +9 -0
  157. package/dist/actions/list-members.d.cts.map +1 -0
  158. package/dist/actions/list-members.d.mts +9 -0
  159. package/dist/actions/list-members.d.mts.map +1 -0
  160. package/dist/actions/list-members.mjs +53 -0
  161. package/dist/actions/list-members.mjs.map +1 -0
  162. package/dist/actions/list-rewards.cjs +42 -0
  163. package/dist/actions/list-rewards.cjs.map +1 -0
  164. package/dist/actions/list-rewards.d.cts +9 -0
  165. package/dist/actions/list-rewards.d.cts.map +1 -0
  166. package/dist/actions/list-rewards.d.mts +9 -0
  167. package/dist/actions/list-rewards.d.mts.map +1 -0
  168. package/dist/actions/list-rewards.mjs +41 -0
  169. package/dist/actions/list-rewards.mjs.map +1 -0
  170. package/dist/actions/list-statements-by-member.cjs +40 -0
  171. package/dist/actions/list-statements-by-member.cjs.map +1 -0
  172. package/dist/actions/list-statements-by-member.d.cts +9 -0
  173. package/dist/actions/list-statements-by-member.d.cts.map +1 -0
  174. package/dist/actions/list-statements-by-member.d.mts +9 -0
  175. package/dist/actions/list-statements-by-member.d.mts.map +1 -0
  176. package/dist/actions/list-statements-by-member.mjs +39 -0
  177. package/dist/actions/list-statements-by-member.mjs.map +1 -0
  178. package/dist/actions/list-taggings.cjs +36 -0
  179. package/dist/actions/list-taggings.cjs.map +1 -0
  180. package/dist/actions/list-taggings.d.cts +9 -0
  181. package/dist/actions/list-taggings.d.cts.map +1 -0
  182. package/dist/actions/list-taggings.d.mts +9 -0
  183. package/dist/actions/list-taggings.d.mts.map +1 -0
  184. package/dist/actions/list-taggings.mjs +35 -0
  185. package/dist/actions/list-taggings.mjs.map +1 -0
  186. package/dist/actions/list-tags.cjs +34 -0
  187. package/dist/actions/list-tags.cjs.map +1 -0
  188. package/dist/actions/list-tags.d.cts +9 -0
  189. package/dist/actions/list-tags.d.cts.map +1 -0
  190. package/dist/actions/list-tags.d.mts +9 -0
  191. package/dist/actions/list-tags.d.mts.map +1 -0
  192. package/dist/actions/list-tags.mjs +33 -0
  193. package/dist/actions/list-tags.mjs.map +1 -0
  194. package/dist/actions/list-transactions-by-member.cjs +107 -0
  195. package/dist/actions/list-transactions-by-member.cjs.map +1 -0
  196. package/dist/actions/list-transactions-by-member.d.cts +9 -0
  197. package/dist/actions/list-transactions-by-member.d.cts.map +1 -0
  198. package/dist/actions/list-transactions-by-member.d.mts +9 -0
  199. package/dist/actions/list-transactions-by-member.d.mts.map +1 -0
  200. package/dist/actions/list-transactions-by-member.mjs +106 -0
  201. package/dist/actions/list-transactions-by-member.mjs.map +1 -0
  202. package/dist/actions/list-transactions.cjs +111 -0
  203. package/dist/actions/list-transactions.cjs.map +1 -0
  204. package/dist/actions/list-transactions.d.cts +9 -0
  205. package/dist/actions/list-transactions.d.cts.map +1 -0
  206. package/dist/actions/list-transactions.d.mts +9 -0
  207. package/dist/actions/list-transactions.d.mts.map +1 -0
  208. package/dist/actions/list-transactions.mjs +110 -0
  209. package/dist/actions/list-transactions.mjs.map +1 -0
  210. package/dist/actions/list-users.cjs +52 -0
  211. package/dist/actions/list-users.cjs.map +1 -0
  212. package/dist/actions/list-users.d.cts +9 -0
  213. package/dist/actions/list-users.d.cts.map +1 -0
  214. package/dist/actions/list-users.d.mts +9 -0
  215. package/dist/actions/list-users.d.mts.map +1 -0
  216. package/dist/actions/list-users.mjs +51 -0
  217. package/dist/actions/list-users.mjs.map +1 -0
  218. package/dist/actions/read-account.cjs +62 -0
  219. package/dist/actions/read-account.cjs.map +1 -0
  220. package/dist/actions/read-account.d.cts +9 -0
  221. package/dist/actions/read-account.d.cts.map +1 -0
  222. package/dist/actions/read-account.d.mts +9 -0
  223. package/dist/actions/read-account.d.mts.map +1 -0
  224. package/dist/actions/read-account.mjs +59 -0
  225. package/dist/actions/read-account.mjs.map +1 -0
  226. package/dist/actions/read-category.cjs +25 -0
  227. package/dist/actions/read-category.cjs.map +1 -0
  228. package/dist/actions/read-category.d.cts +9 -0
  229. package/dist/actions/read-category.d.cts.map +1 -0
  230. package/dist/actions/read-category.d.mts +9 -0
  231. package/dist/actions/read-category.d.mts.map +1 -0
  232. package/dist/actions/read-category.mjs +22 -0
  233. package/dist/actions/read-category.mjs.map +1 -0
  234. package/dist/actions/read-fdx-account.cjs +40 -0
  235. package/dist/actions/read-fdx-account.cjs.map +1 -0
  236. package/dist/actions/read-fdx-account.d.cts +9 -0
  237. package/dist/actions/read-fdx-account.d.cts.map +1 -0
  238. package/dist/actions/read-fdx-account.d.mts +9 -0
  239. package/dist/actions/read-fdx-account.d.mts.map +1 -0
  240. package/dist/actions/read-fdx-account.mjs +39 -0
  241. package/dist/actions/read-fdx-account.mjs.map +1 -0
  242. package/dist/actions/read-institution.cjs +35 -0
  243. package/dist/actions/read-institution.cjs.map +1 -0
  244. package/dist/actions/read-institution.d.cts +9 -0
  245. package/dist/actions/read-institution.d.cts.map +1 -0
  246. package/dist/actions/read-institution.d.mts +9 -0
  247. package/dist/actions/read-institution.d.mts.map +1 -0
  248. package/dist/actions/read-institution.mjs +32 -0
  249. package/dist/actions/read-institution.mjs.map +1 -0
  250. package/dist/actions/read-transaction-by-account.cjs +103 -0
  251. package/dist/actions/read-transaction-by-account.cjs.map +1 -0
  252. package/dist/actions/read-transaction-by-account.d.cts +9 -0
  253. package/dist/actions/read-transaction-by-account.d.cts.map +1 -0
  254. package/dist/actions/read-transaction-by-account.d.mts +9 -0
  255. package/dist/actions/read-transaction-by-account.d.mts.map +1 -0
  256. package/dist/actions/read-transaction-by-account.mjs +102 -0
  257. package/dist/actions/read-transaction-by-account.mjs.map +1 -0
  258. package/dist/actions/read-transaction-rule.cjs +28 -0
  259. package/dist/actions/read-transaction-rule.cjs.map +1 -0
  260. package/dist/actions/read-transaction-rule.d.cts +9 -0
  261. package/dist/actions/read-transaction-rule.d.cts.map +1 -0
  262. package/dist/actions/read-transaction-rule.d.mts +9 -0
  263. package/dist/actions/read-transaction-rule.d.mts.map +1 -0
  264. package/dist/actions/read-transaction-rule.mjs +27 -0
  265. package/dist/actions/read-transaction-rule.mjs.map +1 -0
  266. package/dist/actions/read-transaction.cjs +65 -0
  267. package/dist/actions/read-transaction.cjs.map +1 -0
  268. package/dist/actions/read-transaction.d.cts +9 -0
  269. package/dist/actions/read-transaction.d.cts.map +1 -0
  270. package/dist/actions/read-transaction.d.mts +9 -0
  271. package/dist/actions/read-transaction.d.mts.map +1 -0
  272. package/dist/actions/read-transaction.mjs +62 -0
  273. package/dist/actions/read-transaction.mjs.map +1 -0
  274. package/dist/actions/update-transaction-rules.cjs +33 -0
  275. package/dist/actions/update-transaction-rules.cjs.map +1 -0
  276. package/dist/actions/update-transaction-rules.d.cts +9 -0
  277. package/dist/actions/update-transaction-rules.d.cts.map +1 -0
  278. package/dist/actions/update-transaction-rules.d.mts +9 -0
  279. package/dist/actions/update-transaction-rules.d.mts.map +1 -0
  280. package/dist/actions/update-transaction-rules.mjs +32 -0
  281. package/dist/actions/update-transaction-rules.mjs.map +1 -0
  282. package/dist/actions/update-transaction.cjs +71 -0
  283. package/dist/actions/update-transaction.cjs.map +1 -0
  284. package/dist/actions/update-transaction.d.cts +9 -0
  285. package/dist/actions/update-transaction.d.cts.map +1 -0
  286. package/dist/actions/update-transaction.d.mts +9 -0
  287. package/dist/actions/update-transaction.d.mts.map +1 -0
  288. package/dist/actions/update-transaction.mjs +70 -0
  289. package/dist/actions/update-transaction.mjs.map +1 -0
  290. package/dist/actions/update-users-taggings.cjs +27 -0
  291. package/dist/actions/update-users-taggings.cjs.map +1 -0
  292. package/dist/actions/update-users-taggings.d.cts +9 -0
  293. package/dist/actions/update-users-taggings.d.cts.map +1 -0
  294. package/dist/actions/update-users-taggings.d.mts +9 -0
  295. package/dist/actions/update-users-taggings.d.mts.map +1 -0
  296. package/dist/actions/update-users-taggings.mjs +26 -0
  297. package/dist/actions/update-users-taggings.mjs.map +1 -0
  298. package/dist/app.cjs +9 -0
  299. package/dist/app.cjs.map +1 -0
  300. package/dist/app.d.cts +5 -0
  301. package/dist/app.d.cts.map +1 -0
  302. package/dist/app.d.mts +5 -0
  303. package/dist/app.d.mts.map +1 -0
  304. package/dist/app.mjs +10 -0
  305. package/dist/app.mjs.map +1 -0
  306. package/dist/catalog.cjs +15 -0
  307. package/dist/catalog.cjs.map +1 -0
  308. package/dist/catalog.d.cts +14 -0
  309. package/dist/catalog.d.cts.map +1 -0
  310. package/dist/catalog.d.mts +14 -0
  311. package/dist/catalog.d.mts.map +1 -0
  312. package/dist/catalog.mjs +15 -0
  313. package/dist/catalog.mjs.map +1 -0
  314. package/dist/execute.cjs +18 -0
  315. package/dist/execute.cjs.map +1 -0
  316. package/dist/execute.mjs +18 -0
  317. package/dist/execute.mjs.map +1 -0
  318. package/dist/index.cjs +78 -0
  319. package/dist/index.d.cts +39 -0
  320. package/dist/index.d.mts +39 -0
  321. package/dist/index.mjs +40 -0
  322. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-account.cjs","names":["z","action"],"sources":["../../src/actions/read-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesReadAccountInput: z.ZodTypeAny = z.object({\n user_guid: z.string().describe(\"The unique identifier (GUID) of the MX user.\"),\n account_guid: z.string().describe(\"The unique identifier (GUID) of the account.\"),\n}).describe(\"Request parameters for retrieving a specific account.\");\nexport const MxTechnologiesReadAccountOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Partner-defined unique account identifier.\").nullable().optional(),\n apr: z.number().describe(\"Annual percentage rate for the account.\").nullable().optional(),\n apy: z.number().describe(\"Annual percentage yield for the account.\").nullable().optional(),\n guid: z.string().describe(\"MX-defined unique account identifier.\"),\n name: z.string().describe(\"Human-readable account name.\").nullable().optional(),\n type: z.string().describe(\"General account type (e.g., CHECKING, SAVINGS, CREDIT_CARD, LOAN, INVESTMENT).\").nullable().optional(),\n balance: z.number().describe(\"Current account balance.\").nullable().optional(),\n subtype: z.string().describe(\"Account subtype (e.g., MONEY_MARKET, HOME_EQUITY).\").nullable().optional(),\n metadata: z.string().describe(\"Partner-stored additional information for the account.\").nullable().optional(),\n nickname: z.string().describe(\"Alternate account name.\").nullable().optional(),\n is_closed: z.boolean().describe(\"Whether the account is closed.\").nullable().optional(),\n is_hidden: z.boolean().describe(\"Whether the account is hidden.\").nullable().optional(),\n is_manual: z.boolean().describe(\"Whether the account was manually created.\").nullable().optional(),\n user_guid: z.string().describe(\"MX-defined user GUID for this account.\"),\n created_at: z.string().describe(\"Timestamp when the account was created.\").nullable().optional(),\n matures_on: z.string().describe(\"Maturity date for loan accounts.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the account was last updated.\").nullable().optional(),\n imported_at: z.string().describe(\"Timestamp when the account was last imported.\").nullable().optional(),\n loan_amount: z.number().describe(\"Loan principal amount.\").nullable().optional(),\n member_guid: z.string().describe(\"MX-defined member GUID for this account.\"),\n credit_limit: z.number().describe(\"Credit limit.\").nullable().optional(),\n last_payment: z.number().describe(\"Most recent payment amount.\").nullable().optional(),\n currency_code: z.string().describe(\"ISO 4217 currency code.\").nullable().optional(),\n interest_rate: z.number().describe(\"Interest rate for the account.\").nullable().optional(),\n account_number: z.string().describe(\"Account number (typically masked).\").nullable().optional(),\n holdings_value: z.number().describe(\"Sum of long holdings (excludes shorts and cash).\").nullable().optional(),\n margin_balance: z.number().describe(\"Margin debt amount.\").nullable().optional(),\n payment_due_at: z.string().describe(\"Next payment due timestamp.\").nullable().optional(),\n payoff_balance: z.number().describe(\"Payoff amount for debt accounts.\").nullable().optional(),\n routing_number: z.string().describe(\"Routing number.\").nullable().optional(),\n last_payment_at: z.string().describe(\"Timestamp of most recent payment.\").nullable().optional(),\n minimum_balance: z.number().describe(\"Minimum balance amount as applicable.\").nullable().optional(),\n minimum_payment: z.number().describe(\"Minimum payment amount as applicable.\").nullable().optional(),\n available_credit: z.number().describe(\"Credit available (liability accounts).\").nullable().optional(),\n institution_code: z.string().describe(\"Partner-defined code for the associated institution.\").nullable().optional(),\n institution_guid: z.string().describe(\"MX-defined identifier for the associated institution.\").nullable().optional(),\n original_balance: z.number().describe(\"Original balance amount for debt accounts.\").nullable().optional(),\n available_balance: z.number().describe(\"Funds available for use (asset accounts).\").nullable().optional(),\n statement_balance: z.number().describe(\"Balance at last statement period end.\").nullable().optional(),\n day_payment_is_due: z.number().int().describe(\"Day of month payment due.\").nullable().optional(),\n total_account_value: z.number().describe(\"Sum of positions, sweep/cash, margin debt.\").nullable().optional(),\n federal_insurance_status: z.string().describe(\"Federal insurance status (e.g., INSURED, NOT_INSURED).\").nullable().optional(),\n}).describe(\"Response schema for retrieving a specific account.\");\n\nexport const mxTechnologiesReadAccount = action(\"MX_TECHNOLOGIES_READ_ACCOUNT\", {\n slug: \"mx_technologies-read-account\",\n name: \"Read account\",\n description: \"Tool to retrieve details for a specific account. Use after obtaining valid user and account GUIDs to fetch up-to-date account information.\",\n input: MxTechnologiesReadAccountInput,\n output: MxTechnologiesReadAccountOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC7E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AAClF,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACvE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC3E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/read-account.d.ts
4
+ declare const MxTechnologiesReadAccountInput: z.ZodTypeAny;
5
+ declare const MxTechnologiesReadAccountOutput: z.ZodTypeAny;
6
+ declare const mxTechnologiesReadAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mxTechnologiesReadAccount };
9
+ //# sourceMappingURL=read-account.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-account.d.cts","names":[],"sources":["../../src/actions/read-account.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGqB;AAAA,cACvD,+BAAA,EAAiC,CAAA,CAAE,UA2CiB;AAAA,cAEpD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/read-account.d.ts
4
+ declare const MxTechnologiesReadAccountInput: z.ZodTypeAny;
5
+ declare const MxTechnologiesReadAccountOutput: z.ZodTypeAny;
6
+ declare const mxTechnologiesReadAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mxTechnologiesReadAccount };
9
+ //# sourceMappingURL=read-account.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-account.d.mts","names":[],"sources":["../../src/actions/read-account.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGqB;AAAA,cACvD,+BAAA,EAAiC,CAAA,CAAE,UA2CiB;AAAA,cAEpD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,59 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const mxTechnologiesReadAccount = action("MX_TECHNOLOGIES_READ_ACCOUNT", {
4
+ slug: "mx_technologies-read-account",
5
+ name: "Read account",
6
+ description: "Tool to retrieve details for a specific account. Use after obtaining valid user and account GUIDs to fetch up-to-date account information.",
7
+ input: z.object({
8
+ user_guid: z.string().describe("The unique identifier (GUID) of the MX user."),
9
+ account_guid: z.string().describe("The unique identifier (GUID) of the account.")
10
+ }).describe("Request parameters for retrieving a specific account."),
11
+ output: z.object({
12
+ id: z.string().describe("Partner-defined unique account identifier.").nullable().optional(),
13
+ apr: z.number().describe("Annual percentage rate for the account.").nullable().optional(),
14
+ apy: z.number().describe("Annual percentage yield for the account.").nullable().optional(),
15
+ guid: z.string().describe("MX-defined unique account identifier."),
16
+ name: z.string().describe("Human-readable account name.").nullable().optional(),
17
+ type: z.string().describe("General account type (e.g., CHECKING, SAVINGS, CREDIT_CARD, LOAN, INVESTMENT).").nullable().optional(),
18
+ balance: z.number().describe("Current account balance.").nullable().optional(),
19
+ subtype: z.string().describe("Account subtype (e.g., MONEY_MARKET, HOME_EQUITY).").nullable().optional(),
20
+ metadata: z.string().describe("Partner-stored additional information for the account.").nullable().optional(),
21
+ nickname: z.string().describe("Alternate account name.").nullable().optional(),
22
+ is_closed: z.boolean().describe("Whether the account is closed.").nullable().optional(),
23
+ is_hidden: z.boolean().describe("Whether the account is hidden.").nullable().optional(),
24
+ is_manual: z.boolean().describe("Whether the account was manually created.").nullable().optional(),
25
+ user_guid: z.string().describe("MX-defined user GUID for this account."),
26
+ created_at: z.string().describe("Timestamp when the account was created.").nullable().optional(),
27
+ matures_on: z.string().describe("Maturity date for loan accounts.").nullable().optional(),
28
+ updated_at: z.string().describe("Timestamp when the account was last updated.").nullable().optional(),
29
+ imported_at: z.string().describe("Timestamp when the account was last imported.").nullable().optional(),
30
+ loan_amount: z.number().describe("Loan principal amount.").nullable().optional(),
31
+ member_guid: z.string().describe("MX-defined member GUID for this account."),
32
+ credit_limit: z.number().describe("Credit limit.").nullable().optional(),
33
+ last_payment: z.number().describe("Most recent payment amount.").nullable().optional(),
34
+ currency_code: z.string().describe("ISO 4217 currency code.").nullable().optional(),
35
+ interest_rate: z.number().describe("Interest rate for the account.").nullable().optional(),
36
+ account_number: z.string().describe("Account number (typically masked).").nullable().optional(),
37
+ holdings_value: z.number().describe("Sum of long holdings (excludes shorts and cash).").nullable().optional(),
38
+ margin_balance: z.number().describe("Margin debt amount.").nullable().optional(),
39
+ payment_due_at: z.string().describe("Next payment due timestamp.").nullable().optional(),
40
+ payoff_balance: z.number().describe("Payoff amount for debt accounts.").nullable().optional(),
41
+ routing_number: z.string().describe("Routing number.").nullable().optional(),
42
+ last_payment_at: z.string().describe("Timestamp of most recent payment.").nullable().optional(),
43
+ minimum_balance: z.number().describe("Minimum balance amount as applicable.").nullable().optional(),
44
+ minimum_payment: z.number().describe("Minimum payment amount as applicable.").nullable().optional(),
45
+ available_credit: z.number().describe("Credit available (liability accounts).").nullable().optional(),
46
+ institution_code: z.string().describe("Partner-defined code for the associated institution.").nullable().optional(),
47
+ institution_guid: z.string().describe("MX-defined identifier for the associated institution.").nullable().optional(),
48
+ original_balance: z.number().describe("Original balance amount for debt accounts.").nullable().optional(),
49
+ available_balance: z.number().describe("Funds available for use (asset accounts).").nullable().optional(),
50
+ statement_balance: z.number().describe("Balance at last statement period end.").nullable().optional(),
51
+ day_payment_is_due: z.number().int().describe("Day of month payment due.").nullable().optional(),
52
+ total_account_value: z.number().describe("Sum of positions, sweep/cash, margin debt.").nullable().optional(),
53
+ federal_insurance_status: z.string().describe("Federal insurance status (e.g., INSURED, NOT_INSURED).").nullable().optional()
54
+ }).describe("Response schema for retrieving a specific account.")
55
+ });
56
+ //#endregion
57
+ export { mxTechnologiesReadAccount };
58
+
59
+ //# sourceMappingURL=read-account.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-account.mjs","names":[],"sources":["../../src/actions/read-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesReadAccountInput: z.ZodTypeAny = z.object({\n user_guid: z.string().describe(\"The unique identifier (GUID) of the MX user.\"),\n account_guid: z.string().describe(\"The unique identifier (GUID) of the account.\"),\n}).describe(\"Request parameters for retrieving a specific account.\");\nexport const MxTechnologiesReadAccountOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Partner-defined unique account identifier.\").nullable().optional(),\n apr: z.number().describe(\"Annual percentage rate for the account.\").nullable().optional(),\n apy: z.number().describe(\"Annual percentage yield for the account.\").nullable().optional(),\n guid: z.string().describe(\"MX-defined unique account identifier.\"),\n name: z.string().describe(\"Human-readable account name.\").nullable().optional(),\n type: z.string().describe(\"General account type (e.g., CHECKING, SAVINGS, CREDIT_CARD, LOAN, INVESTMENT).\").nullable().optional(),\n balance: z.number().describe(\"Current account balance.\").nullable().optional(),\n subtype: z.string().describe(\"Account subtype (e.g., MONEY_MARKET, HOME_EQUITY).\").nullable().optional(),\n metadata: z.string().describe(\"Partner-stored additional information for the account.\").nullable().optional(),\n nickname: z.string().describe(\"Alternate account name.\").nullable().optional(),\n is_closed: z.boolean().describe(\"Whether the account is closed.\").nullable().optional(),\n is_hidden: z.boolean().describe(\"Whether the account is hidden.\").nullable().optional(),\n is_manual: z.boolean().describe(\"Whether the account was manually created.\").nullable().optional(),\n user_guid: z.string().describe(\"MX-defined user GUID for this account.\"),\n created_at: z.string().describe(\"Timestamp when the account was created.\").nullable().optional(),\n matures_on: z.string().describe(\"Maturity date for loan accounts.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the account was last updated.\").nullable().optional(),\n imported_at: z.string().describe(\"Timestamp when the account was last imported.\").nullable().optional(),\n loan_amount: z.number().describe(\"Loan principal amount.\").nullable().optional(),\n member_guid: z.string().describe(\"MX-defined member GUID for this account.\"),\n credit_limit: z.number().describe(\"Credit limit.\").nullable().optional(),\n last_payment: z.number().describe(\"Most recent payment amount.\").nullable().optional(),\n currency_code: z.string().describe(\"ISO 4217 currency code.\").nullable().optional(),\n interest_rate: z.number().describe(\"Interest rate for the account.\").nullable().optional(),\n account_number: z.string().describe(\"Account number (typically masked).\").nullable().optional(),\n holdings_value: z.number().describe(\"Sum of long holdings (excludes shorts and cash).\").nullable().optional(),\n margin_balance: z.number().describe(\"Margin debt amount.\").nullable().optional(),\n payment_due_at: z.string().describe(\"Next payment due timestamp.\").nullable().optional(),\n payoff_balance: z.number().describe(\"Payoff amount for debt accounts.\").nullable().optional(),\n routing_number: z.string().describe(\"Routing number.\").nullable().optional(),\n last_payment_at: z.string().describe(\"Timestamp of most recent payment.\").nullable().optional(),\n minimum_balance: z.number().describe(\"Minimum balance amount as applicable.\").nullable().optional(),\n minimum_payment: z.number().describe(\"Minimum payment amount as applicable.\").nullable().optional(),\n available_credit: z.number().describe(\"Credit available (liability accounts).\").nullable().optional(),\n institution_code: z.string().describe(\"Partner-defined code for the associated institution.\").nullable().optional(),\n institution_guid: z.string().describe(\"MX-defined identifier for the associated institution.\").nullable().optional(),\n original_balance: z.number().describe(\"Original balance amount for debt accounts.\").nullable().optional(),\n available_balance: z.number().describe(\"Funds available for use (asset accounts).\").nullable().optional(),\n statement_balance: z.number().describe(\"Balance at last statement period end.\").nullable().optional(),\n day_payment_is_due: z.number().int().describe(\"Day of month payment due.\").nullable().optional(),\n total_account_value: z.number().describe(\"Sum of positions, sweep/cash, margin debt.\").nullable().optional(),\n federal_insurance_status: z.string().describe(\"Federal insurance status (e.g., INSURED, NOT_INSURED).\").nullable().optional(),\n}).describe(\"Response schema for retrieving a specific account.\");\n\nexport const mxTechnologiesReadAccount = action(\"MX_TECHNOLOGIES_READ_ACCOUNT\", {\n slug: \"mx_technologies-read-account\",\n name: \"Read account\",\n description: \"Tool to retrieve details for a specific account. Use after obtaining valid user and account GUIDs to fetch up-to-date account information.\",\n input: MxTechnologiesReadAccountInput,\n output: MxTechnologiesReadAccountOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/read-category.ts
4
+ const MxTechnologiesReadCategoryInput = zod.z.object({ category_guid: zod.z.string().describe("The unique identifier (GUID) of the default category to retrieve.") }).describe("Request parameters for retrieving a default category by GUID.");
5
+ const MxTechnologiesReadCategoryOutput = zod.z.object({
6
+ guid: zod.z.string().describe("Unique identifier for the category."),
7
+ name: zod.z.string().describe("Name of the category."),
8
+ metadata: zod.z.string().describe("Additional info partners can store on a custom category.").nullable().optional(),
9
+ is_income: zod.z.boolean().describe("Indicates whether the category represents income."),
10
+ created_at: zod.z.string().describe("Date/time category was created; null for default categories.").nullable().optional(),
11
+ is_default: zod.z.boolean().describe("Indicates whether the category is an MX default."),
12
+ updated_at: zod.z.string().describe("Date/time category was last updated; null for default categories.").nullable().optional(),
13
+ parent_guid: zod.z.string().describe("Unique identifier for the parent category.").nullable().optional()
14
+ }).describe("Response schema for retrieving a default category.");
15
+ const mxTechnologiesReadCategory = require_action.action("MX_TECHNOLOGIES_READ_CATEGORY", {
16
+ slug: "mx_technologies-read-category",
17
+ name: "Read category",
18
+ description: "Tool to retrieve a default category by GUID. Use after confirming the default category GUID.",
19
+ input: MxTechnologiesReadCategoryInput,
20
+ output: MxTechnologiesReadCategoryOutput
21
+ });
22
+ //#endregion
23
+ exports.mxTechnologiesReadCategory = mxTechnologiesReadCategory;
24
+
25
+ //# sourceMappingURL=read-category.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-category.cjs","names":["z","action"],"sources":["../../src/actions/read-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesReadCategoryInput: z.ZodTypeAny = z.object({\n category_guid: z.string().describe(\"The unique identifier (GUID) of the default category to retrieve.\"),\n}).describe(\"Request parameters for retrieving a default category by GUID.\");\nexport const MxTechnologiesReadCategoryOutput: z.ZodTypeAny = z.object({\n guid: z.string().describe(\"Unique identifier for the category.\"),\n name: z.string().describe(\"Name of the category.\"),\n metadata: z.string().describe(\"Additional info partners can store on a custom category.\").nullable().optional(),\n is_income: z.boolean().describe(\"Indicates whether the category represents income.\"),\n created_at: z.string().describe(\"Date/time category was created; null for default categories.\").nullable().optional(),\n is_default: z.boolean().describe(\"Indicates whether the category is an MX default.\"),\n updated_at: z.string().describe(\"Date/time category was last updated; null for default categories.\").nullable().optional(),\n parent_guid: z.string().describe(\"Unique identifier for the parent category.\").nullable().optional(),\n}).describe(\"Response schema for retrieving a default category.\");\n\nexport const mxTechnologiesReadCategory = action(\"MX_TECHNOLOGIES_READ_CATEGORY\", {\n slug: \"mx_technologies-read-category\",\n name: \"Read category\",\n description: \"Tool to retrieve a default category by GUID. Use after confirming the default category GUID.\",\n input: MxTechnologiesReadCategoryInput,\n output: MxTechnologiesReadCategoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,EACxG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/read-category.d.ts
4
+ declare const MxTechnologiesReadCategoryInput: z.ZodTypeAny;
5
+ declare const MxTechnologiesReadCategoryOutput: z.ZodTypeAny;
6
+ declare const mxTechnologiesReadCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mxTechnologiesReadCategory };
9
+ //# sourceMappingURL=read-category.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-category.d.cts","names":[],"sources":["../../src/actions/read-category.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE4B;AAAA,cAC/D,gCAAA,EAAkC,CAAA,CAAE,UASgB;AAAA,cAEpD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/read-category.d.ts
4
+ declare const MxTechnologiesReadCategoryInput: z.ZodTypeAny;
5
+ declare const MxTechnologiesReadCategoryOutput: z.ZodTypeAny;
6
+ declare const mxTechnologiesReadCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mxTechnologiesReadCategory };
9
+ //# sourceMappingURL=read-category.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-category.d.mts","names":[],"sources":["../../src/actions/read-category.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE4B;AAAA,cAC/D,gCAAA,EAAkC,CAAA,CAAE,UASgB;AAAA,cAEpD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const mxTechnologiesReadCategory = action("MX_TECHNOLOGIES_READ_CATEGORY", {
4
+ slug: "mx_technologies-read-category",
5
+ name: "Read category",
6
+ description: "Tool to retrieve a default category by GUID. Use after confirming the default category GUID.",
7
+ input: z.object({ category_guid: z.string().describe("The unique identifier (GUID) of the default category to retrieve.") }).describe("Request parameters for retrieving a default category by GUID."),
8
+ output: z.object({
9
+ guid: z.string().describe("Unique identifier for the category."),
10
+ name: z.string().describe("Name of the category."),
11
+ metadata: z.string().describe("Additional info partners can store on a custom category.").nullable().optional(),
12
+ is_income: z.boolean().describe("Indicates whether the category represents income."),
13
+ created_at: z.string().describe("Date/time category was created; null for default categories.").nullable().optional(),
14
+ is_default: z.boolean().describe("Indicates whether the category is an MX default."),
15
+ updated_at: z.string().describe("Date/time category was last updated; null for default categories.").nullable().optional(),
16
+ parent_guid: z.string().describe("Unique identifier for the parent category.").nullable().optional()
17
+ }).describe("Response schema for retrieving a default category.")
18
+ });
19
+ //#endregion
20
+ export { mxTechnologiesReadCategory };
21
+
22
+ //# sourceMappingURL=read-category.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-category.mjs","names":[],"sources":["../../src/actions/read-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesReadCategoryInput: z.ZodTypeAny = z.object({\n category_guid: z.string().describe(\"The unique identifier (GUID) of the default category to retrieve.\"),\n}).describe(\"Request parameters for retrieving a default category by GUID.\");\nexport const MxTechnologiesReadCategoryOutput: z.ZodTypeAny = z.object({\n guid: z.string().describe(\"Unique identifier for the category.\"),\n name: z.string().describe(\"Name of the category.\"),\n metadata: z.string().describe(\"Additional info partners can store on a custom category.\").nullable().optional(),\n is_income: z.boolean().describe(\"Indicates whether the category represents income.\"),\n created_at: z.string().describe(\"Date/time category was created; null for default categories.\").nullable().optional(),\n is_default: z.boolean().describe(\"Indicates whether the category is an MX default.\"),\n updated_at: z.string().describe(\"Date/time category was last updated; null for default categories.\").nullable().optional(),\n parent_guid: z.string().describe(\"Unique identifier for the parent category.\").nullable().optional(),\n}).describe(\"Response schema for retrieving a default category.\");\n\nexport const mxTechnologiesReadCategory = action(\"MX_TECHNOLOGIES_READ_CATEGORY\", {\n slug: \"mx_technologies-read-category\",\n name: \"Read category\",\n description: \"Tool to retrieve a default category by GUID. Use after confirming the default category GUID.\",\n input: MxTechnologiesReadCategoryInput,\n output: MxTechnologiesReadCategoryOutput,\n});\n"],"mappings":";;AAkBA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB2D,EAAE,OAAO,EACpE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,EACxG,CAAC,CAAC,CAAC,SAAS,+DAgBH;CACP,QAhB4D,EAAE,OAAO;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EACjD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;EACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD;EACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
@@ -0,0 +1,40 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/read-fdx-account.ts
4
+ const MxTechnologiesReadFdxAccountInput = zod.z.object({ accountId: zod.z.string().describe("The FDX account identifier to retrieve. For FDX endpoints, this is typically an opaque string like 'acct-1234abcd'. For MX Platform fallback, use an MX account GUID starting with 'ACC-' or 'ACT-'.") }).describe("Request parameters for reading a specific FDX account via the MX Data Access FDX 4.6 API.");
5
+ const MxTechnologiesReadFdxAccount_FdxAccountBalanceSchema = zod.z.object({
6
+ currency: zod.z.string().describe("ISO 4217 currency code.").nullable().optional(),
7
+ balanceAsOf: zod.z.string().describe("Date/time when balance was calculated.").nullable().optional(),
8
+ balanceType: zod.z.string().describe("Type of balance (e.g., 'CURRENT', 'AVAILABLE').").nullable().optional(),
9
+ balanceAmount: zod.z.number().describe("The balance amount.").nullable().optional()
10
+ }).passthrough().describe("Balance information for an FDX account.");
11
+ const MxTechnologiesReadFdxAccountOutput = zod.z.object({
12
+ status: zod.z.string().describe("Account status (e.g., 'OPEN', 'CLOSED', 'PENDINGOPEN').").nullable().optional(),
13
+ balances: zod.z.array(MxTechnologiesReadFdxAccount_FdxAccountBalanceSchema).describe("List of balance objects for the account.").nullable().optional(),
14
+ currency: zod.z.string().describe("ISO 4217 currency code for the account.").nullable().optional(),
15
+ nickname: zod.z.string().describe("User-assigned nickname for the account.").nullable().optional(),
16
+ accountId: zod.z.string().describe("Unique identifier for the account.").nullable().optional(),
17
+ openedDate: zod.z.string().describe("Date the account was opened.").nullable().optional(),
18
+ accountType: zod.z.string().describe("Account type category (e.g., 'DEPOSIT', 'LOAN', 'INVESTMENT', 'INSURANCE', 'ANNUITY').").nullable().optional(),
19
+ productName: zod.z.string().describe("Product name for the account.").nullable().optional(),
20
+ fiAttributes: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Financial institution-specific attributes.").nullable().optional(),
21
+ interestRate: zod.z.number().describe("Interest rate (as decimal, e.g., 0.05 for 5%).").nullable().optional(),
22
+ accountNumber: zod.z.string().describe("Account number (may be masked).").nullable().optional(),
23
+ accountSubType: zod.z.string().describe("More specific account type (e.g., 'CHECKING', 'SAVINGS', 'CREDIT_CARD').").nullable().optional(),
24
+ currentBalance: zod.z.number().describe("Current balance of the account.").nullable().optional(),
25
+ availableBalance: zod.z.number().describe("Available balance for withdrawals.").nullable().optional(),
26
+ interestRateType: zod.z.string().describe("Type of interest rate (e.g., 'FIXED', 'VARIABLE').").nullable().optional(),
27
+ lastActivityDate: zod.z.string().describe("Date of last account activity.").nullable().optional(),
28
+ accountNumberDisplay: zod.z.string().describe("Display version of account number.").nullable().optional()
29
+ }).passthrough().describe("FDX 4.6 Account resource response. Contains account details conforming to the FDX specification.\nFields use camelCase per FDX standard. Additional fields beyond those listed are allowed.");
30
+ const mxTechnologiesReadFdxAccount = require_action.action("MX_TECHNOLOGIES_READ_FDX_ACCOUNT", {
31
+ slug: "mx_technologies-read-fdx-account",
32
+ name: "Read FDX account",
33
+ description: "Retrieve details for a specific account using the FDX 4.6 standard API. This action fetches comprehensive account information including balances, status, and account attributes. It requires an FDX account identifier. AUTHENTICATION: This endpoint requires OAuth Bearer token authentication obtained from the MX Data Access OAuth flow. Basic Auth credentials for the MX Platform API will not work with FDX endpoints. FALLBACK: If FDX endpoints fail and the account_id looks like an MX Platform GUID (starts with 'ACC-' or 'ACT-'), the action will attempt to use the MX Platform API to retrieve the account instead.",
34
+ input: MxTechnologiesReadFdxAccountInput,
35
+ output: MxTechnologiesReadFdxAccountOutput
36
+ });
37
+ //#endregion
38
+ exports.mxTechnologiesReadFdxAccount = mxTechnologiesReadFdxAccount;
39
+
40
+ //# sourceMappingURL=read-fdx-account.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-fdx-account.cjs","names":["z","action"],"sources":["../../src/actions/read-fdx-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesReadFdxAccountInput: z.ZodTypeAny = z.object({\n accountId: z.string().describe(\"The FDX account identifier to retrieve. For FDX endpoints, this is typically an opaque string like 'acct-1234abcd'. For MX Platform fallback, use an MX account GUID starting with 'ACC-' or 'ACT-'.\"),\n}).describe(\"Request parameters for reading a specific FDX account via the MX Data Access FDX 4.6 API.\");\nconst MxTechnologiesReadFdxAccount_FdxAccountBalanceSchema: z.ZodTypeAny = z.object({\n currency: z.string().describe(\"ISO 4217 currency code.\").nullable().optional(),\n balanceAsOf: z.string().describe(\"Date/time when balance was calculated.\").nullable().optional(),\n balanceType: z.string().describe(\"Type of balance (e.g., 'CURRENT', 'AVAILABLE').\").nullable().optional(),\n balanceAmount: z.number().describe(\"The balance amount.\").nullable().optional(),\n}).passthrough().describe(\"Balance information for an FDX account.\");\nexport const MxTechnologiesReadFdxAccountOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Account status (e.g., 'OPEN', 'CLOSED', 'PENDINGOPEN').\").nullable().optional(),\n balances: z.array(MxTechnologiesReadFdxAccount_FdxAccountBalanceSchema).describe(\"List of balance objects for the account.\").nullable().optional(),\n currency: z.string().describe(\"ISO 4217 currency code for the account.\").nullable().optional(),\n nickname: z.string().describe(\"User-assigned nickname for the account.\").nullable().optional(),\n accountId: z.string().describe(\"Unique identifier for the account.\").nullable().optional(),\n openedDate: z.string().describe(\"Date the account was opened.\").nullable().optional(),\n accountType: z.string().describe(\"Account type category (e.g., 'DEPOSIT', 'LOAN', 'INVESTMENT', 'INSURANCE', 'ANNUITY').\").nullable().optional(),\n productName: z.string().describe(\"Product name for the account.\").nullable().optional(),\n fiAttributes: z.array(z.record(z.string(), z.unknown())).describe(\"Financial institution-specific attributes.\").nullable().optional(),\n interestRate: z.number().describe(\"Interest rate (as decimal, e.g., 0.05 for 5%).\").nullable().optional(),\n accountNumber: z.string().describe(\"Account number (may be masked).\").nullable().optional(),\n accountSubType: z.string().describe(\"More specific account type (e.g., 'CHECKING', 'SAVINGS', 'CREDIT_CARD').\").nullable().optional(),\n currentBalance: z.number().describe(\"Current balance of the account.\").nullable().optional(),\n availableBalance: z.number().describe(\"Available balance for withdrawals.\").nullable().optional(),\n interestRateType: z.string().describe(\"Type of interest rate (e.g., 'FIXED', 'VARIABLE').\").nullable().optional(),\n lastActivityDate: z.string().describe(\"Date of last account activity.\").nullable().optional(),\n accountNumberDisplay: z.string().describe(\"Display version of account number.\").nullable().optional(),\n}).passthrough().describe(\"FDX 4.6 Account resource response. Contains account details conforming to the FDX specification.\\nFields use camelCase per FDX standard. Additional fields beyond those listed are allowed.\");\n\nexport const mxTechnologiesReadFdxAccount = action(\"MX_TECHNOLOGIES_READ_FDX_ACCOUNT\", {\n slug: \"mx_technologies-read-fdx-account\",\n name: \"Read FDX account\",\n description: \"Retrieve details for a specific account using the FDX 4.6 standard API. This action fetches comprehensive account information including balances, status, and account attributes. It requires an FDX account identifier. AUTHENTICATION: This endpoint requires OAuth Bearer token authentication obtained from the MX Data Access OAuth flow. Basic Auth credentials for the MX Platform API will not work with FDX endpoints. FALLBACK: If FDX endpoints fail and the account_id looks like an MX Platform GUID (starts with 'ACC-' or 'ACT-'), the action will attempt to use the MX Platform API to retrieve the account instead.\",\n input: MxTechnologiesReadFdxAccountInput,\n output: MxTechnologiesReadFdxAccountOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/read-fdx-account.d.ts
4
+ declare const MxTechnologiesReadFdxAccountInput: z.ZodTypeAny;
5
+ declare const MxTechnologiesReadFdxAccountOutput: z.ZodTypeAny;
6
+ declare const mxTechnologiesReadFdxAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mxTechnologiesReadFdxAccount };
9
+ //# sourceMappingURL=read-fdx-account.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-fdx-account.d.cts","names":[],"sources":["../../src/actions/read-fdx-account.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEsD;AAAA,cAO3F,kCAAA,EAAoC,CAAA,CAAE,UAkBqK;AAAA,cAE3M,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/read-fdx-account.d.ts
4
+ declare const MxTechnologiesReadFdxAccountInput: z.ZodTypeAny;
5
+ declare const MxTechnologiesReadFdxAccountOutput: z.ZodTypeAny;
6
+ declare const mxTechnologiesReadFdxAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mxTechnologiesReadFdxAccount };
9
+ //# sourceMappingURL=read-fdx-account.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-fdx-account.d.mts","names":[],"sources":["../../src/actions/read-fdx-account.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEsD;AAAA,cAO3F,kCAAA,EAAoC,CAAA,CAAE,UAkBqK;AAAA,cAE3M,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,39 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/read-fdx-account.ts
4
+ const MxTechnologiesReadFdxAccountInput = z.object({ accountId: z.string().describe("The FDX account identifier to retrieve. For FDX endpoints, this is typically an opaque string like 'acct-1234abcd'. For MX Platform fallback, use an MX account GUID starting with 'ACC-' or 'ACT-'.") }).describe("Request parameters for reading a specific FDX account via the MX Data Access FDX 4.6 API.");
5
+ const MxTechnologiesReadFdxAccount_FdxAccountBalanceSchema = z.object({
6
+ currency: z.string().describe("ISO 4217 currency code.").nullable().optional(),
7
+ balanceAsOf: z.string().describe("Date/time when balance was calculated.").nullable().optional(),
8
+ balanceType: z.string().describe("Type of balance (e.g., 'CURRENT', 'AVAILABLE').").nullable().optional(),
9
+ balanceAmount: z.number().describe("The balance amount.").nullable().optional()
10
+ }).passthrough().describe("Balance information for an FDX account.");
11
+ const mxTechnologiesReadFdxAccount = action("MX_TECHNOLOGIES_READ_FDX_ACCOUNT", {
12
+ slug: "mx_technologies-read-fdx-account",
13
+ name: "Read FDX account",
14
+ description: "Retrieve details for a specific account using the FDX 4.6 standard API. This action fetches comprehensive account information including balances, status, and account attributes. It requires an FDX account identifier. AUTHENTICATION: This endpoint requires OAuth Bearer token authentication obtained from the MX Data Access OAuth flow. Basic Auth credentials for the MX Platform API will not work with FDX endpoints. FALLBACK: If FDX endpoints fail and the account_id looks like an MX Platform GUID (starts with 'ACC-' or 'ACT-'), the action will attempt to use the MX Platform API to retrieve the account instead.",
15
+ input: MxTechnologiesReadFdxAccountInput,
16
+ output: z.object({
17
+ status: z.string().describe("Account status (e.g., 'OPEN', 'CLOSED', 'PENDINGOPEN').").nullable().optional(),
18
+ balances: z.array(MxTechnologiesReadFdxAccount_FdxAccountBalanceSchema).describe("List of balance objects for the account.").nullable().optional(),
19
+ currency: z.string().describe("ISO 4217 currency code for the account.").nullable().optional(),
20
+ nickname: z.string().describe("User-assigned nickname for the account.").nullable().optional(),
21
+ accountId: z.string().describe("Unique identifier for the account.").nullable().optional(),
22
+ openedDate: z.string().describe("Date the account was opened.").nullable().optional(),
23
+ accountType: z.string().describe("Account type category (e.g., 'DEPOSIT', 'LOAN', 'INVESTMENT', 'INSURANCE', 'ANNUITY').").nullable().optional(),
24
+ productName: z.string().describe("Product name for the account.").nullable().optional(),
25
+ fiAttributes: z.array(z.record(z.string(), z.unknown())).describe("Financial institution-specific attributes.").nullable().optional(),
26
+ interestRate: z.number().describe("Interest rate (as decimal, e.g., 0.05 for 5%).").nullable().optional(),
27
+ accountNumber: z.string().describe("Account number (may be masked).").nullable().optional(),
28
+ accountSubType: z.string().describe("More specific account type (e.g., 'CHECKING', 'SAVINGS', 'CREDIT_CARD').").nullable().optional(),
29
+ currentBalance: z.number().describe("Current balance of the account.").nullable().optional(),
30
+ availableBalance: z.number().describe("Available balance for withdrawals.").nullable().optional(),
31
+ interestRateType: z.string().describe("Type of interest rate (e.g., 'FIXED', 'VARIABLE').").nullable().optional(),
32
+ lastActivityDate: z.string().describe("Date of last account activity.").nullable().optional(),
33
+ accountNumberDisplay: z.string().describe("Display version of account number.").nullable().optional()
34
+ }).passthrough().describe("FDX 4.6 Account resource response. Contains account details conforming to the FDX specification.\nFields use camelCase per FDX standard. Additional fields beyond those listed are allowed.")
35
+ });
36
+ //#endregion
37
+ export { mxTechnologiesReadFdxAccount };
38
+
39
+ //# sourceMappingURL=read-fdx-account.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-fdx-account.mjs","names":[],"sources":["../../src/actions/read-fdx-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesReadFdxAccountInput: z.ZodTypeAny = z.object({\n accountId: z.string().describe(\"The FDX account identifier to retrieve. For FDX endpoints, this is typically an opaque string like 'acct-1234abcd'. For MX Platform fallback, use an MX account GUID starting with 'ACC-' or 'ACT-'.\"),\n}).describe(\"Request parameters for reading a specific FDX account via the MX Data Access FDX 4.6 API.\");\nconst MxTechnologiesReadFdxAccount_FdxAccountBalanceSchema: z.ZodTypeAny = z.object({\n currency: z.string().describe(\"ISO 4217 currency code.\").nullable().optional(),\n balanceAsOf: z.string().describe(\"Date/time when balance was calculated.\").nullable().optional(),\n balanceType: z.string().describe(\"Type of balance (e.g., 'CURRENT', 'AVAILABLE').\").nullable().optional(),\n balanceAmount: z.number().describe(\"The balance amount.\").nullable().optional(),\n}).passthrough().describe(\"Balance information for an FDX account.\");\nexport const MxTechnologiesReadFdxAccountOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Account status (e.g., 'OPEN', 'CLOSED', 'PENDINGOPEN').\").nullable().optional(),\n balances: z.array(MxTechnologiesReadFdxAccount_FdxAccountBalanceSchema).describe(\"List of balance objects for the account.\").nullable().optional(),\n currency: z.string().describe(\"ISO 4217 currency code for the account.\").nullable().optional(),\n nickname: z.string().describe(\"User-assigned nickname for the account.\").nullable().optional(),\n accountId: z.string().describe(\"Unique identifier for the account.\").nullable().optional(),\n openedDate: z.string().describe(\"Date the account was opened.\").nullable().optional(),\n accountType: z.string().describe(\"Account type category (e.g., 'DEPOSIT', 'LOAN', 'INVESTMENT', 'INSURANCE', 'ANNUITY').\").nullable().optional(),\n productName: z.string().describe(\"Product name for the account.\").nullable().optional(),\n fiAttributes: z.array(z.record(z.string(), z.unknown())).describe(\"Financial institution-specific attributes.\").nullable().optional(),\n interestRate: z.number().describe(\"Interest rate (as decimal, e.g., 0.05 for 5%).\").nullable().optional(),\n accountNumber: z.string().describe(\"Account number (may be masked).\").nullable().optional(),\n accountSubType: z.string().describe(\"More specific account type (e.g., 'CHECKING', 'SAVINGS', 'CREDIT_CARD').\").nullable().optional(),\n currentBalance: z.number().describe(\"Current balance of the account.\").nullable().optional(),\n availableBalance: z.number().describe(\"Available balance for withdrawals.\").nullable().optional(),\n interestRateType: z.string().describe(\"Type of interest rate (e.g., 'FIXED', 'VARIABLE').\").nullable().optional(),\n lastActivityDate: z.string().describe(\"Date of last account activity.\").nullable().optional(),\n accountNumberDisplay: z.string().describe(\"Display version of account number.\").nullable().optional(),\n}).passthrough().describe(\"FDX 4.6 Account resource response. Contains account details conforming to the FDX specification.\\nFields use camelCase per FDX standard. Additional fields beyond those listed are allowed.\");\n\nexport const mxTechnologiesReadFdxAccount = action(\"MX_TECHNOLOGIES_READ_FDX_ACCOUNT\", {\n slug: \"mx_technologies-read-fdx-account\",\n name: \"Read FDX account\",\n description: \"Retrieve details for a specific account using the FDX 4.6 standard API. This action fetches comprehensive account information including balances, status, and account attributes. It requires an FDX account identifier. AUTHENTICATION: This endpoint requires OAuth Bearer token authentication obtained from the MX Data Access OAuth flow. Basic Auth credentials for the MX Platform API will not work with FDX endpoints. FALLBACK: If FDX endpoints fail and the account_id looks like an MX Platform GUID (starts with 'ACC-' or 'ACT-'), the action will attempt to use the MX Platform API to retrieve the account instead.\",\n input: MxTechnologiesReadFdxAccountInput,\n output: MxTechnologiesReadFdxAccountOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO,EACtE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sMAAsM,EACvO,CAAC,CAAC,CAAC,SAAS,2FAA2F;AACvG,MAAM,uDAAqE,EAAE,OAAO;CAClF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAAyC;AAqBnE,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAzB8D,EAAE,OAAO;EACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,UAAU,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/I,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,cAAc,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6LAOhB;AACV,CAAC"}
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/read-institution.ts
4
+ const MxTechnologiesReadInstitutionInput = zod.z.object({ institution_code: zod.z.string().describe("A unique identifier for each institution, defined by MX.") }).describe("Request parameters for retrieving a specific institution by code.");
5
+ const MxTechnologiesReadInstitutionOutput = zod.z.object({
6
+ url: zod.z.string().describe("The URL for an institution's website.").nullable().optional(),
7
+ code: zod.z.string().describe("The code identifying a financial institution.").nullable().optional(),
8
+ guid: zod.z.string().describe("The unique identifier for the institution. Defined by MX.").nullable().optional(),
9
+ name: zod.z.string().describe("The name of the institution.").nullable().optional(),
10
+ is_hidden: zod.z.boolean().describe("If the institution is available for creating new member connections, this field will be `false`. Otherwise, this field will be `true`.").nullable().optional(),
11
+ created_at: zod.z.string().describe("The date and time the institution was created, represented in ISO 8601 format with a timestamp.").nullable().optional(),
12
+ small_logo_url: zod.z.string().describe("The URL for a 50px X 50px logo for each `institution`. A generic logo is returned for institutions that don't have one.").nullable().optional(),
13
+ supports_oauth: zod.z.boolean().describe("If true, this indicates that the institution supports OAuth and that you have been properly registered for OAuth with that institution.").nullable().optional(),
14
+ medium_logo_url: zod.z.string().describe("The URL for a 100px X 100px logo for each `institution`. A generic logo is returned for institutions that don't have one.").nullable().optional(),
15
+ iso_country_code: zod.z.string().describe("The ISO country code associated with the institution.").nullable().optional(),
16
+ instructional_text: zod.z.string().describe("Render this text when end users are asked for their credentials, as it helps end users provide the correct credentials when creating a new member. May contain `<a></a>` tags to link to explanatory material.").nullable().optional(),
17
+ supported_products: zod.z.array(zod.z.string()).describe("List of products supported by the institution.").nullable().optional(),
18
+ forgot_password_url: zod.z.string().describe("URL for the forgot password page of the institution.").nullable().optional(),
19
+ forgot_username_url: zod.z.string().describe("URL for the forgot username page of the institution.").nullable().optional(),
20
+ is_disabled_by_client: zod.z.boolean().describe("Indicates whether the institution is disabled by the client.").nullable().optional(),
21
+ supports_tax_document: zod.z.boolean().describe("This indicates whether the institution supports tax documents.").nullable().optional(),
22
+ trouble_signing_in_url: zod.z.string().describe("The URL of the institution for helping users troubleshoot any other sign-in issue.").nullable().optional(),
23
+ instructional_text_steps: zod.z.array(zod.z.string()).describe("An array of instructional steps that may contain html elements.").nullable().optional()
24
+ }).describe("Response schema for retrieving a specific institution.");
25
+ const mxTechnologiesReadInstitution = require_action.action("MX_TECHNOLOGIES_READ_INSTITUTION", {
26
+ slug: "mx_technologies-read-institution",
27
+ name: "Read institution",
28
+ description: "Tool to retrieve details for a specific institution by code. Use when you need to get information about a particular financial institution using its unique code.",
29
+ input: MxTechnologiesReadInstitutionInput,
30
+ output: MxTechnologiesReadInstitutionOutput
31
+ });
32
+ //#endregion
33
+ exports.mxTechnologiesReadInstitution = mxTechnologiesReadInstitution;
34
+
35
+ //# sourceMappingURL=read-institution.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-institution.cjs","names":["z","action"],"sources":["../../src/actions/read-institution.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesReadInstitutionInput: z.ZodTypeAny = z.object({\n institution_code: z.string().describe(\"A unique identifier for each institution, defined by MX.\"),\n}).describe(\"Request parameters for retrieving a specific institution by code.\");\nexport const MxTechnologiesReadInstitutionOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The URL for an institution's website.\").nullable().optional(),\n code: z.string().describe(\"The code identifying a financial institution.\").nullable().optional(),\n guid: z.string().describe(\"The unique identifier for the institution. Defined by MX.\").nullable().optional(),\n name: z.string().describe(\"The name of the institution.\").nullable().optional(),\n is_hidden: z.boolean().describe(\"If the institution is available for creating new member connections, this field will be `false`. Otherwise, this field will be `true`.\").nullable().optional(),\n created_at: z.string().describe(\"The date and time the institution was created, represented in ISO 8601 format with a timestamp.\").nullable().optional(),\n small_logo_url: z.string().describe(\"The URL for a 50px X 50px logo for each `institution`. A generic logo is returned for institutions that don't have one.\").nullable().optional(),\n supports_oauth: z.boolean().describe(\"If true, this indicates that the institution supports OAuth and that you have been properly registered for OAuth with that institution.\").nullable().optional(),\n medium_logo_url: z.string().describe(\"The URL for a 100px X 100px logo for each `institution`. A generic logo is returned for institutions that don't have one.\").nullable().optional(),\n iso_country_code: z.string().describe(\"The ISO country code associated with the institution.\").nullable().optional(),\n instructional_text: z.string().describe(\"Render this text when end users are asked for their credentials, as it helps end users provide the correct credentials when creating a new member. May contain `<a></a>` tags to link to explanatory material.\").nullable().optional(),\n supported_products: z.array(z.string()).describe(\"List of products supported by the institution.\").nullable().optional(),\n forgot_password_url: z.string().describe(\"URL for the forgot password page of the institution.\").nullable().optional(),\n forgot_username_url: z.string().describe(\"URL for the forgot username page of the institution.\").nullable().optional(),\n is_disabled_by_client: z.boolean().describe(\"Indicates whether the institution is disabled by the client.\").nullable().optional(),\n supports_tax_document: z.boolean().describe(\"This indicates whether the institution supports tax documents.\").nullable().optional(),\n trouble_signing_in_url: z.string().describe(\"The URL of the institution for helping users troubleshoot any other sign-in issue.\").nullable().optional(),\n instructional_text_steps: z.array(z.string()).describe(\"An array of instructional steps that may contain html elements.\").nullable().optional(),\n}).describe(\"Response schema for retrieving a specific institution.\");\n\nexport const mxTechnologiesReadInstitution = action(\"MX_TECHNOLOGIES_READ_INSTITUTION\", {\n slug: \"mx_technologies-read-institution\",\n name: \"Read institution\",\n description: \"Tool to retrieve details for a specific institution by code. Use when you need to get information about a particular financial institution using its unique code.\",\n input: MxTechnologiesReadInstitutionInput,\n output: MxTechnologiesReadInstitutionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,EAClG,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9L,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnL,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yIAAyI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpM,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtL,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gNAAgN,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9Q,oBAAoBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,uBAAuBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,uBAAuBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtJ,0BAA0BA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAEpE,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/read-institution.d.ts
4
+ declare const MxTechnologiesReadInstitutionInput: z.ZodTypeAny;
5
+ declare const MxTechnologiesReadInstitutionOutput: z.ZodTypeAny;
6
+ declare const mxTechnologiesReadInstitution: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mxTechnologiesReadInstitution };
9
+ //# sourceMappingURL=read-institution.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-institution.d.cts","names":[],"sources":["../../src/actions/read-institution.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAE6B;AAAA,cACnE,mCAAA,EAAqC,CAAA,CAAE,UAmBiB;AAAA,cAExD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/read-institution.d.ts
4
+ declare const MxTechnologiesReadInstitutionInput: z.ZodTypeAny;
5
+ declare const MxTechnologiesReadInstitutionOutput: z.ZodTypeAny;
6
+ declare const mxTechnologiesReadInstitution: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mxTechnologiesReadInstitution };
9
+ //# sourceMappingURL=read-institution.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-institution.d.mts","names":[],"sources":["../../src/actions/read-institution.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAE6B;AAAA,cACnE,mCAAA,EAAqC,CAAA,CAAE,UAmBiB;AAAA,cAExD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,32 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const mxTechnologiesReadInstitution = action("MX_TECHNOLOGIES_READ_INSTITUTION", {
4
+ slug: "mx_technologies-read-institution",
5
+ name: "Read institution",
6
+ description: "Tool to retrieve details for a specific institution by code. Use when you need to get information about a particular financial institution using its unique code.",
7
+ input: z.object({ institution_code: z.string().describe("A unique identifier for each institution, defined by MX.") }).describe("Request parameters for retrieving a specific institution by code."),
8
+ output: z.object({
9
+ url: z.string().describe("The URL for an institution's website.").nullable().optional(),
10
+ code: z.string().describe("The code identifying a financial institution.").nullable().optional(),
11
+ guid: z.string().describe("The unique identifier for the institution. Defined by MX.").nullable().optional(),
12
+ name: z.string().describe("The name of the institution.").nullable().optional(),
13
+ is_hidden: z.boolean().describe("If the institution is available for creating new member connections, this field will be `false`. Otherwise, this field will be `true`.").nullable().optional(),
14
+ created_at: z.string().describe("The date and time the institution was created, represented in ISO 8601 format with a timestamp.").nullable().optional(),
15
+ small_logo_url: z.string().describe("The URL for a 50px X 50px logo for each `institution`. A generic logo is returned for institutions that don't have one.").nullable().optional(),
16
+ supports_oauth: z.boolean().describe("If true, this indicates that the institution supports OAuth and that you have been properly registered for OAuth with that institution.").nullable().optional(),
17
+ medium_logo_url: z.string().describe("The URL for a 100px X 100px logo for each `institution`. A generic logo is returned for institutions that don't have one.").nullable().optional(),
18
+ iso_country_code: z.string().describe("The ISO country code associated with the institution.").nullable().optional(),
19
+ instructional_text: z.string().describe("Render this text when end users are asked for their credentials, as it helps end users provide the correct credentials when creating a new member. May contain `<a></a>` tags to link to explanatory material.").nullable().optional(),
20
+ supported_products: z.array(z.string()).describe("List of products supported by the institution.").nullable().optional(),
21
+ forgot_password_url: z.string().describe("URL for the forgot password page of the institution.").nullable().optional(),
22
+ forgot_username_url: z.string().describe("URL for the forgot username page of the institution.").nullable().optional(),
23
+ is_disabled_by_client: z.boolean().describe("Indicates whether the institution is disabled by the client.").nullable().optional(),
24
+ supports_tax_document: z.boolean().describe("This indicates whether the institution supports tax documents.").nullable().optional(),
25
+ trouble_signing_in_url: z.string().describe("The URL of the institution for helping users troubleshoot any other sign-in issue.").nullable().optional(),
26
+ instructional_text_steps: z.array(z.string()).describe("An array of instructional steps that may contain html elements.").nullable().optional()
27
+ }).describe("Response schema for retrieving a specific institution.")
28
+ });
29
+ //#endregion
30
+ export { mxTechnologiesReadInstitution };
31
+
32
+ //# sourceMappingURL=read-institution.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read-institution.mjs","names":[],"sources":["../../src/actions/read-institution.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesReadInstitutionInput: z.ZodTypeAny = z.object({\n institution_code: z.string().describe(\"A unique identifier for each institution, defined by MX.\"),\n}).describe(\"Request parameters for retrieving a specific institution by code.\");\nexport const MxTechnologiesReadInstitutionOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The URL for an institution's website.\").nullable().optional(),\n code: z.string().describe(\"The code identifying a financial institution.\").nullable().optional(),\n guid: z.string().describe(\"The unique identifier for the institution. Defined by MX.\").nullable().optional(),\n name: z.string().describe(\"The name of the institution.\").nullable().optional(),\n is_hidden: z.boolean().describe(\"If the institution is available for creating new member connections, this field will be `false`. Otherwise, this field will be `true`.\").nullable().optional(),\n created_at: z.string().describe(\"The date and time the institution was created, represented in ISO 8601 format with a timestamp.\").nullable().optional(),\n small_logo_url: z.string().describe(\"The URL for a 50px X 50px logo for each `institution`. A generic logo is returned for institutions that don't have one.\").nullable().optional(),\n supports_oauth: z.boolean().describe(\"If true, this indicates that the institution supports OAuth and that you have been properly registered for OAuth with that institution.\").nullable().optional(),\n medium_logo_url: z.string().describe(\"The URL for a 100px X 100px logo for each `institution`. A generic logo is returned for institutions that don't have one.\").nullable().optional(),\n iso_country_code: z.string().describe(\"The ISO country code associated with the institution.\").nullable().optional(),\n instructional_text: z.string().describe(\"Render this text when end users are asked for their credentials, as it helps end users provide the correct credentials when creating a new member. May contain `<a></a>` tags to link to explanatory material.\").nullable().optional(),\n supported_products: z.array(z.string()).describe(\"List of products supported by the institution.\").nullable().optional(),\n forgot_password_url: z.string().describe(\"URL for the forgot password page of the institution.\").nullable().optional(),\n forgot_username_url: z.string().describe(\"URL for the forgot username page of the institution.\").nullable().optional(),\n is_disabled_by_client: z.boolean().describe(\"Indicates whether the institution is disabled by the client.\").nullable().optional(),\n supports_tax_document: z.boolean().describe(\"This indicates whether the institution supports tax documents.\").nullable().optional(),\n trouble_signing_in_url: z.string().describe(\"The URL of the institution for helping users troubleshoot any other sign-in issue.\").nullable().optional(),\n instructional_text_steps: z.array(z.string()).describe(\"An array of instructional steps that may contain html elements.\").nullable().optional(),\n}).describe(\"Response schema for retrieving a specific institution.\");\n\nexport const mxTechnologiesReadInstitution = action(\"MX_TECHNOLOGIES_READ_INSTITUTION\", {\n slug: \"mx_technologies-read-institution\",\n name: \"Read institution\",\n description: \"Tool to retrieve details for a specific institution by code. Use when you need to get information about a particular financial institution using its unique code.\",\n input: MxTechnologiesReadInstitutionInput,\n output: MxTechnologiesReadInstitutionOutput,\n});\n"],"mappings":";;AA4BA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA5B8D,EAAE,OAAO,EACvE,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,EAClG,CAAC,CAAC,CAAC,SAAS,mEA0BH;CACP,QA1B+D,EAAE,OAAO;EACxE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9L,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnL,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,yIAAyI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpM,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtL,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,gNAAgN,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9Q,oBAAoB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,uBAAuB,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChI,uBAAuB,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtJ,0BAA0B,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChJ,CAAC,CAAC,CAAC,SAAS,wDAOF;AACV,CAAC"}