@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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/cancel-partner-account.cjs +25 -0
- package/dist/actions/cancel-partner-account.cjs.map +1 -0
- package/dist/actions/cancel-partner-account.d.cts +9 -0
- package/dist/actions/cancel-partner-account.d.cts.map +1 -0
- package/dist/actions/cancel-partner-account.d.mts +9 -0
- package/dist/actions/cancel-partner-account.d.mts.map +1 -0
- package/dist/actions/cancel-partner-account.mjs +22 -0
- package/dist/actions/cancel-partner-account.mjs.map +1 -0
- package/dist/actions/create-account.cjs +67 -0
- package/dist/actions/create-account.cjs.map +1 -0
- package/dist/actions/create-account.d.cts +9 -0
- package/dist/actions/create-account.d.cts.map +1 -0
- package/dist/actions/create-account.d.mts +9 -0
- package/dist/actions/create-account.d.mts.map +1 -0
- package/dist/actions/create-account.mjs +66 -0
- package/dist/actions/create-account.mjs.map +1 -0
- package/dist/actions/create-audience-api-credentials.cjs +22 -0
- package/dist/actions/create-audience-api-credentials.cjs.map +1 -0
- package/dist/actions/create-audience-api-credentials.d.cts +9 -0
- package/dist/actions/create-audience-api-credentials.d.cts.map +1 -0
- package/dist/actions/create-audience-api-credentials.d.mts +9 -0
- package/dist/actions/create-audience-api-credentials.d.mts.map +1 -0
- package/dist/actions/create-audience-api-credentials.mjs +19 -0
- package/dist/actions/create-audience-api-credentials.mjs.map +1 -0
- package/dist/actions/create-member.cjs +50 -0
- package/dist/actions/create-member.cjs.map +1 -0
- package/dist/actions/create-member.d.cts +9 -0
- package/dist/actions/create-member.d.cts.map +1 -0
- package/dist/actions/create-member.d.mts +9 -0
- package/dist/actions/create-member.d.mts.map +1 -0
- package/dist/actions/create-member.mjs +49 -0
- package/dist/actions/create-member.mjs.map +1 -0
- package/dist/actions/create-partner-account.cjs +28 -0
- package/dist/actions/create-partner-account.cjs.map +1 -0
- package/dist/actions/create-partner-account.d.cts +9 -0
- package/dist/actions/create-partner-account.d.cts.map +1 -0
- package/dist/actions/create-partner-account.d.mts +9 -0
- package/dist/actions/create-partner-account.d.mts.map +1 -0
- package/dist/actions/create-partner-account.mjs +27 -0
- package/dist/actions/create-partner-account.mjs.map +1 -0
- package/dist/actions/fetch-rewards.cjs +38 -0
- package/dist/actions/fetch-rewards.cjs.map +1 -0
- package/dist/actions/fetch-rewards.d.cts +9 -0
- package/dist/actions/fetch-rewards.d.cts.map +1 -0
- package/dist/actions/fetch-rewards.d.mts +9 -0
- package/dist/actions/fetch-rewards.d.mts.map +1 -0
- package/dist/actions/fetch-rewards.mjs +37 -0
- package/dist/actions/fetch-rewards.mjs.map +1 -0
- package/dist/actions/get-configurable-widget-url.cjs +38 -0
- package/dist/actions/get-configurable-widget-url.cjs.map +1 -0
- package/dist/actions/get-configurable-widget-url.d.cts +9 -0
- package/dist/actions/get-configurable-widget-url.d.cts.map +1 -0
- package/dist/actions/get-configurable-widget-url.d.mts +9 -0
- package/dist/actions/get-configurable-widget-url.d.mts.map +1 -0
- package/dist/actions/get-configurable-widget-url.mjs +35 -0
- package/dist/actions/get-configurable-widget-url.mjs.map +1 -0
- package/dist/actions/index.cjs +73 -0
- package/dist/actions/index.d.cts +37 -0
- package/dist/actions/index.d.mts +37 -0
- package/dist/actions/index.mjs +37 -0
- package/dist/actions/list-account-numbers-by-member.cjs +44 -0
- package/dist/actions/list-account-numbers-by-member.cjs.map +1 -0
- package/dist/actions/list-account-numbers-by-member.d.cts +9 -0
- package/dist/actions/list-account-numbers-by-member.d.cts.map +1 -0
- package/dist/actions/list-account-numbers-by-member.d.mts +9 -0
- package/dist/actions/list-account-numbers-by-member.d.mts.map +1 -0
- package/dist/actions/list-account-numbers-by-member.mjs +43 -0
- package/dist/actions/list-account-numbers-by-member.mjs.map +1 -0
- package/dist/actions/list-account-owners.cjs +46 -0
- package/dist/actions/list-account-owners.cjs.map +1 -0
- package/dist/actions/list-account-owners.d.cts +9 -0
- package/dist/actions/list-account-owners.d.cts.map +1 -0
- package/dist/actions/list-account-owners.d.mts +9 -0
- package/dist/actions/list-account-owners.d.mts.map +1 -0
- package/dist/actions/list-account-owners.mjs +45 -0
- package/dist/actions/list-account-owners.mjs.map +1 -0
- package/dist/actions/list-accounts.cjs +49 -0
- package/dist/actions/list-accounts.cjs.map +1 -0
- package/dist/actions/list-accounts.d.cts +9 -0
- package/dist/actions/list-accounts.d.cts.map +1 -0
- package/dist/actions/list-accounts.d.mts +9 -0
- package/dist/actions/list-accounts.d.mts.map +1 -0
- package/dist/actions/list-accounts.mjs +48 -0
- package/dist/actions/list-accounts.mjs.map +1 -0
- package/dist/actions/list-budgets.cjs +47 -0
- package/dist/actions/list-budgets.cjs.map +1 -0
- package/dist/actions/list-budgets.d.cts +9 -0
- package/dist/actions/list-budgets.d.cts.map +1 -0
- package/dist/actions/list-budgets.d.mts +9 -0
- package/dist/actions/list-budgets.d.mts.map +1 -0
- package/dist/actions/list-budgets.mjs +46 -0
- package/dist/actions/list-budgets.mjs.map +1 -0
- package/dist/actions/list-categories.cjs +39 -0
- package/dist/actions/list-categories.cjs.map +1 -0
- package/dist/actions/list-categories.d.cts +9 -0
- package/dist/actions/list-categories.d.cts.map +1 -0
- package/dist/actions/list-categories.d.mts +9 -0
- package/dist/actions/list-categories.d.mts.map +1 -0
- package/dist/actions/list-categories.mjs +38 -0
- package/dist/actions/list-categories.mjs.map +1 -0
- package/dist/actions/list-challenges.cjs +36 -0
- package/dist/actions/list-challenges.cjs.map +1 -0
- package/dist/actions/list-challenges.d.cts +9 -0
- package/dist/actions/list-challenges.d.cts.map +1 -0
- package/dist/actions/list-challenges.d.mts +9 -0
- package/dist/actions/list-challenges.d.mts.map +1 -0
- package/dist/actions/list-challenges.mjs +35 -0
- package/dist/actions/list-challenges.mjs.map +1 -0
- package/dist/actions/list-favorite-institutions.cjs +46 -0
- package/dist/actions/list-favorite-institutions.cjs.map +1 -0
- package/dist/actions/list-favorite-institutions.d.cts +9 -0
- package/dist/actions/list-favorite-institutions.d.cts.map +1 -0
- package/dist/actions/list-favorite-institutions.d.mts +9 -0
- package/dist/actions/list-favorite-institutions.d.mts.map +1 -0
- package/dist/actions/list-favorite-institutions.mjs +45 -0
- package/dist/actions/list-favorite-institutions.mjs.map +1 -0
- package/dist/actions/list-goals.cjs +48 -0
- package/dist/actions/list-goals.cjs.map +1 -0
- package/dist/actions/list-goals.d.cts +9 -0
- package/dist/actions/list-goals.d.cts.map +1 -0
- package/dist/actions/list-goals.d.mts +9 -0
- package/dist/actions/list-goals.d.mts.map +1 -0
- package/dist/actions/list-goals.mjs +47 -0
- package/dist/actions/list-goals.mjs.map +1 -0
- package/dist/actions/list-institution-credentials.cjs +36 -0
- package/dist/actions/list-institution-credentials.cjs.map +1 -0
- package/dist/actions/list-institution-credentials.d.cts +9 -0
- package/dist/actions/list-institution-credentials.d.cts.map +1 -0
- package/dist/actions/list-institution-credentials.d.mts +9 -0
- package/dist/actions/list-institution-credentials.d.mts.map +1 -0
- package/dist/actions/list-institution-credentials.mjs +35 -0
- package/dist/actions/list-institution-credentials.mjs.map +1 -0
- package/dist/actions/list-institutions.cjs +54 -0
- package/dist/actions/list-institutions.cjs.map +1 -0
- package/dist/actions/list-institutions.d.cts +9 -0
- package/dist/actions/list-institutions.d.cts.map +1 -0
- package/dist/actions/list-institutions.d.mts +9 -0
- package/dist/actions/list-institutions.d.mts.map +1 -0
- package/dist/actions/list-institutions.mjs +53 -0
- package/dist/actions/list-institutions.mjs.map +1 -0
- package/dist/actions/list-member-accounts.cjs +66 -0
- package/dist/actions/list-member-accounts.cjs.map +1 -0
- package/dist/actions/list-member-accounts.d.cts +9 -0
- package/dist/actions/list-member-accounts.d.cts.map +1 -0
- package/dist/actions/list-member-accounts.d.mts +9 -0
- package/dist/actions/list-member-accounts.d.mts.map +1 -0
- package/dist/actions/list-member-accounts.mjs +65 -0
- package/dist/actions/list-member-accounts.mjs.map +1 -0
- package/dist/actions/list-members.cjs +54 -0
- package/dist/actions/list-members.cjs.map +1 -0
- package/dist/actions/list-members.d.cts +9 -0
- package/dist/actions/list-members.d.cts.map +1 -0
- package/dist/actions/list-members.d.mts +9 -0
- package/dist/actions/list-members.d.mts.map +1 -0
- package/dist/actions/list-members.mjs +53 -0
- package/dist/actions/list-members.mjs.map +1 -0
- package/dist/actions/list-rewards.cjs +42 -0
- package/dist/actions/list-rewards.cjs.map +1 -0
- package/dist/actions/list-rewards.d.cts +9 -0
- package/dist/actions/list-rewards.d.cts.map +1 -0
- package/dist/actions/list-rewards.d.mts +9 -0
- package/dist/actions/list-rewards.d.mts.map +1 -0
- package/dist/actions/list-rewards.mjs +41 -0
- package/dist/actions/list-rewards.mjs.map +1 -0
- package/dist/actions/list-statements-by-member.cjs +40 -0
- package/dist/actions/list-statements-by-member.cjs.map +1 -0
- package/dist/actions/list-statements-by-member.d.cts +9 -0
- package/dist/actions/list-statements-by-member.d.cts.map +1 -0
- package/dist/actions/list-statements-by-member.d.mts +9 -0
- package/dist/actions/list-statements-by-member.d.mts.map +1 -0
- package/dist/actions/list-statements-by-member.mjs +39 -0
- package/dist/actions/list-statements-by-member.mjs.map +1 -0
- package/dist/actions/list-taggings.cjs +36 -0
- package/dist/actions/list-taggings.cjs.map +1 -0
- package/dist/actions/list-taggings.d.cts +9 -0
- package/dist/actions/list-taggings.d.cts.map +1 -0
- package/dist/actions/list-taggings.d.mts +9 -0
- package/dist/actions/list-taggings.d.mts.map +1 -0
- package/dist/actions/list-taggings.mjs +35 -0
- package/dist/actions/list-taggings.mjs.map +1 -0
- package/dist/actions/list-tags.cjs +34 -0
- package/dist/actions/list-tags.cjs.map +1 -0
- package/dist/actions/list-tags.d.cts +9 -0
- package/dist/actions/list-tags.d.cts.map +1 -0
- package/dist/actions/list-tags.d.mts +9 -0
- package/dist/actions/list-tags.d.mts.map +1 -0
- package/dist/actions/list-tags.mjs +33 -0
- package/dist/actions/list-tags.mjs.map +1 -0
- package/dist/actions/list-transactions-by-member.cjs +107 -0
- package/dist/actions/list-transactions-by-member.cjs.map +1 -0
- package/dist/actions/list-transactions-by-member.d.cts +9 -0
- package/dist/actions/list-transactions-by-member.d.cts.map +1 -0
- package/dist/actions/list-transactions-by-member.d.mts +9 -0
- package/dist/actions/list-transactions-by-member.d.mts.map +1 -0
- package/dist/actions/list-transactions-by-member.mjs +106 -0
- package/dist/actions/list-transactions-by-member.mjs.map +1 -0
- package/dist/actions/list-transactions.cjs +111 -0
- package/dist/actions/list-transactions.cjs.map +1 -0
- package/dist/actions/list-transactions.d.cts +9 -0
- package/dist/actions/list-transactions.d.cts.map +1 -0
- package/dist/actions/list-transactions.d.mts +9 -0
- package/dist/actions/list-transactions.d.mts.map +1 -0
- package/dist/actions/list-transactions.mjs +110 -0
- package/dist/actions/list-transactions.mjs.map +1 -0
- package/dist/actions/list-users.cjs +52 -0
- package/dist/actions/list-users.cjs.map +1 -0
- package/dist/actions/list-users.d.cts +9 -0
- package/dist/actions/list-users.d.cts.map +1 -0
- package/dist/actions/list-users.d.mts +9 -0
- package/dist/actions/list-users.d.mts.map +1 -0
- package/dist/actions/list-users.mjs +51 -0
- package/dist/actions/list-users.mjs.map +1 -0
- package/dist/actions/read-account.cjs +62 -0
- package/dist/actions/read-account.cjs.map +1 -0
- package/dist/actions/read-account.d.cts +9 -0
- package/dist/actions/read-account.d.cts.map +1 -0
- package/dist/actions/read-account.d.mts +9 -0
- package/dist/actions/read-account.d.mts.map +1 -0
- package/dist/actions/read-account.mjs +59 -0
- package/dist/actions/read-account.mjs.map +1 -0
- package/dist/actions/read-category.cjs +25 -0
- package/dist/actions/read-category.cjs.map +1 -0
- package/dist/actions/read-category.d.cts +9 -0
- package/dist/actions/read-category.d.cts.map +1 -0
- package/dist/actions/read-category.d.mts +9 -0
- package/dist/actions/read-category.d.mts.map +1 -0
- package/dist/actions/read-category.mjs +22 -0
- package/dist/actions/read-category.mjs.map +1 -0
- package/dist/actions/read-fdx-account.cjs +40 -0
- package/dist/actions/read-fdx-account.cjs.map +1 -0
- package/dist/actions/read-fdx-account.d.cts +9 -0
- package/dist/actions/read-fdx-account.d.cts.map +1 -0
- package/dist/actions/read-fdx-account.d.mts +9 -0
- package/dist/actions/read-fdx-account.d.mts.map +1 -0
- package/dist/actions/read-fdx-account.mjs +39 -0
- package/dist/actions/read-fdx-account.mjs.map +1 -0
- package/dist/actions/read-institution.cjs +35 -0
- package/dist/actions/read-institution.cjs.map +1 -0
- package/dist/actions/read-institution.d.cts +9 -0
- package/dist/actions/read-institution.d.cts.map +1 -0
- package/dist/actions/read-institution.d.mts +9 -0
- package/dist/actions/read-institution.d.mts.map +1 -0
- package/dist/actions/read-institution.mjs +32 -0
- package/dist/actions/read-institution.mjs.map +1 -0
- package/dist/actions/read-transaction-by-account.cjs +103 -0
- package/dist/actions/read-transaction-by-account.cjs.map +1 -0
- package/dist/actions/read-transaction-by-account.d.cts +9 -0
- package/dist/actions/read-transaction-by-account.d.cts.map +1 -0
- package/dist/actions/read-transaction-by-account.d.mts +9 -0
- package/dist/actions/read-transaction-by-account.d.mts.map +1 -0
- package/dist/actions/read-transaction-by-account.mjs +102 -0
- package/dist/actions/read-transaction-by-account.mjs.map +1 -0
- package/dist/actions/read-transaction-rule.cjs +28 -0
- package/dist/actions/read-transaction-rule.cjs.map +1 -0
- package/dist/actions/read-transaction-rule.d.cts +9 -0
- package/dist/actions/read-transaction-rule.d.cts.map +1 -0
- package/dist/actions/read-transaction-rule.d.mts +9 -0
- package/dist/actions/read-transaction-rule.d.mts.map +1 -0
- package/dist/actions/read-transaction-rule.mjs +27 -0
- package/dist/actions/read-transaction-rule.mjs.map +1 -0
- package/dist/actions/read-transaction.cjs +65 -0
- package/dist/actions/read-transaction.cjs.map +1 -0
- package/dist/actions/read-transaction.d.cts +9 -0
- package/dist/actions/read-transaction.d.cts.map +1 -0
- package/dist/actions/read-transaction.d.mts +9 -0
- package/dist/actions/read-transaction.d.mts.map +1 -0
- package/dist/actions/read-transaction.mjs +62 -0
- package/dist/actions/read-transaction.mjs.map +1 -0
- package/dist/actions/update-transaction-rules.cjs +33 -0
- package/dist/actions/update-transaction-rules.cjs.map +1 -0
- package/dist/actions/update-transaction-rules.d.cts +9 -0
- package/dist/actions/update-transaction-rules.d.cts.map +1 -0
- package/dist/actions/update-transaction-rules.d.mts +9 -0
- package/dist/actions/update-transaction-rules.d.mts.map +1 -0
- package/dist/actions/update-transaction-rules.mjs +32 -0
- package/dist/actions/update-transaction-rules.mjs.map +1 -0
- package/dist/actions/update-transaction.cjs +71 -0
- package/dist/actions/update-transaction.cjs.map +1 -0
- package/dist/actions/update-transaction.d.cts +9 -0
- package/dist/actions/update-transaction.d.cts.map +1 -0
- package/dist/actions/update-transaction.d.mts +9 -0
- package/dist/actions/update-transaction.d.mts.map +1 -0
- package/dist/actions/update-transaction.mjs +70 -0
- package/dist/actions/update-transaction.mjs.map +1 -0
- package/dist/actions/update-users-taggings.cjs +27 -0
- package/dist/actions/update-users-taggings.cjs.map +1 -0
- package/dist/actions/update-users-taggings.d.cts +9 -0
- package/dist/actions/update-users-taggings.d.cts.map +1 -0
- package/dist/actions/update-users-taggings.d.mts +9 -0
- package/dist/actions/update-users-taggings.d.mts.map +1 -0
- package/dist/actions/update-users-taggings.mjs +26 -0
- package/dist/actions/update-users-taggings.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +78 -0
- package/dist/index.d.cts +39 -0
- package/dist/index.d.mts +39 -0
- package/dist/index.mjs +40 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-goals.cjs","names":["z","action"],"sources":["../../src/actions/list-goals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesListGoalsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Page number of results to return. Must be >= 1. Defaults to 1.\").optional(),\n user_guid: z.string().describe(\"The unique identifier (GUID) of the MX user (e.g., 'USR-...').\"),\n records_per_page: z.number().int().default(25).describe(\"Number of records per page (10-1000). Defaults to 25.\").optional(),\n}).describe(\"Request parameters for listing goals for a user.\");\nconst MxTechnologiesListGoals_GoalSchema: z.ZodTypeAny = z.object({\n guid: z.string().describe(\"MX-defined goal GUID (e.g., 'GOL-...').\").nullable().optional(),\n name: z.string().describe(\"User-defined name for the goal.\").nullable().optional(),\n metadata: z.string().describe(\"Partner-defined freeform metadata (recommended to use JSON format).\").nullable().optional(),\n position: z.number().int().describe(\"Priority position of the goal.\").nullable().optional(),\n user_guid: z.string().describe(\"MX-defined user GUID (e.g., 'USR-...').\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp (ISO 8601) when the goal was created.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp (ISO 8601) when the goal was last updated.\").nullable().optional(),\n is_complete: z.boolean().describe(\"Whether the goal has been completed.\").nullable().optional(),\n account_guid: z.string().describe(\"GUID of the account linked to this goal.\").nullable().optional(),\n target_amount: z.number().describe(\"Target amount to achieve for the goal.\").nullable().optional(),\n current_amount: z.number().describe(\"Current amount saved toward the goal.\").nullable().optional(),\n goal_type_name: z.string().describe(\"Type/category of the goal (e.g., 'Emergency Fund', 'Vacation').\").nullable().optional(),\n has_been_spent: z.boolean().describe(\"Whether the goal amount has been spent.\").nullable().optional(),\n meta_type_name: z.string().describe(\"Meta type classification for the goal.\").nullable().optional(),\n track_type_name: z.string().describe(\"Tracking type for the goal progress.\").nullable().optional(),\n targeted_to_complete_at: z.string().describe(\"Target completion date (ISO 8601) set by the user.\").nullable().optional(),\n projected_to_complete_at: z.string().describe(\"Projected completion date (ISO 8601) based on saving rate.\").nullable().optional(),\n}).passthrough().describe(\"Goal object representing a user's financial goal.\");\nconst MxTechnologiesListGoals_PaginationSchema: z.ZodTypeAny = z.object({\n per_page: z.number().int().describe(\"Number of records per page.\"),\n total_pages: z.number().int().describe(\"Total number of pages available.\"),\n current_page: z.number().int().describe(\"Current page number.\"),\n total_entries: z.number().int().describe(\"Total number of entries available.\"),\n}).describe(\"Pagination details for list responses.\");\nexport const MxTechnologiesListGoalsOutput: z.ZodTypeAny = z.object({\n goals: z.array(MxTechnologiesListGoals_GoalSchema).describe(\"List of goal objects for the user.\"),\n pagination: MxTechnologiesListGoals_PaginationSchema.nullable(),\n}).describe(\"Response schema for listing goals.\");\n\nexport const mxTechnologiesListGoals = action(\"MX_TECHNOLOGIES_LIST_GOALS\", {\n slug: \"mx_technologies-list-goals\",\n name: \"List goals\",\n description: \"List all financial goals for a specific MX user. Use this to retrieve a paginated list of the user's savings goals, including target amounts, progress, and completion dates. Requires a valid user GUID obtained from the LIST_USERS action.\",\n input: MxTechnologiesListGoalsInput,\n output: MxTechnologiesListGoalsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-goals.d.ts
|
|
4
|
+
declare const MxTechnologiesListGoalsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MxTechnologiesListGoalsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mxTechnologiesListGoals: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mxTechnologiesListGoals };
|
|
9
|
+
//# sourceMappingURL=list-goals.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-goals.d.cts","names":[],"sources":["../../src/actions/list-goals.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIkB;AAAA,cA0BlD,6BAAA,EAA+B,CAAA,CAAE,UAGG;AAAA,cAEpC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-goals.d.ts
|
|
4
|
+
declare const MxTechnologiesListGoalsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MxTechnologiesListGoalsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mxTechnologiesListGoals: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mxTechnologiesListGoals };
|
|
9
|
+
//# sourceMappingURL=list-goals.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-goals.d.mts","names":[],"sources":["../../src/actions/list-goals.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIkB;AAAA,cA0BlD,6BAAA,EAA+B,CAAA,CAAE,UAGG;AAAA,cAEpC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-goals.ts
|
|
4
|
+
const MxTechnologiesListGoalsInput = z.object({
|
|
5
|
+
page: z.number().int().default(1).describe("Page number of results to return. Must be >= 1. Defaults to 1.").optional(),
|
|
6
|
+
user_guid: z.string().describe("The unique identifier (GUID) of the MX user (e.g., 'USR-...')."),
|
|
7
|
+
records_per_page: z.number().int().default(25).describe("Number of records per page (10-1000). Defaults to 25.").optional()
|
|
8
|
+
}).describe("Request parameters for listing goals for a user.");
|
|
9
|
+
const MxTechnologiesListGoals_GoalSchema = z.object({
|
|
10
|
+
guid: z.string().describe("MX-defined goal GUID (e.g., 'GOL-...').").nullable().optional(),
|
|
11
|
+
name: z.string().describe("User-defined name for the goal.").nullable().optional(),
|
|
12
|
+
metadata: z.string().describe("Partner-defined freeform metadata (recommended to use JSON format).").nullable().optional(),
|
|
13
|
+
position: z.number().int().describe("Priority position of the goal.").nullable().optional(),
|
|
14
|
+
user_guid: z.string().describe("MX-defined user GUID (e.g., 'USR-...').").nullable().optional(),
|
|
15
|
+
created_at: z.string().describe("Timestamp (ISO 8601) when the goal was created.").nullable().optional(),
|
|
16
|
+
updated_at: z.string().describe("Timestamp (ISO 8601) when the goal was last updated.").nullable().optional(),
|
|
17
|
+
is_complete: z.boolean().describe("Whether the goal has been completed.").nullable().optional(),
|
|
18
|
+
account_guid: z.string().describe("GUID of the account linked to this goal.").nullable().optional(),
|
|
19
|
+
target_amount: z.number().describe("Target amount to achieve for the goal.").nullable().optional(),
|
|
20
|
+
current_amount: z.number().describe("Current amount saved toward the goal.").nullable().optional(),
|
|
21
|
+
goal_type_name: z.string().describe("Type/category of the goal (e.g., 'Emergency Fund', 'Vacation').").nullable().optional(),
|
|
22
|
+
has_been_spent: z.boolean().describe("Whether the goal amount has been spent.").nullable().optional(),
|
|
23
|
+
meta_type_name: z.string().describe("Meta type classification for the goal.").nullable().optional(),
|
|
24
|
+
track_type_name: z.string().describe("Tracking type for the goal progress.").nullable().optional(),
|
|
25
|
+
targeted_to_complete_at: z.string().describe("Target completion date (ISO 8601) set by the user.").nullable().optional(),
|
|
26
|
+
projected_to_complete_at: z.string().describe("Projected completion date (ISO 8601) based on saving rate.").nullable().optional()
|
|
27
|
+
}).passthrough().describe("Goal object representing a user's financial goal.");
|
|
28
|
+
const MxTechnologiesListGoals_PaginationSchema = z.object({
|
|
29
|
+
per_page: z.number().int().describe("Number of records per page."),
|
|
30
|
+
total_pages: z.number().int().describe("Total number of pages available."),
|
|
31
|
+
current_page: z.number().int().describe("Current page number."),
|
|
32
|
+
total_entries: z.number().int().describe("Total number of entries available.")
|
|
33
|
+
}).describe("Pagination details for list responses.");
|
|
34
|
+
const mxTechnologiesListGoals = action("MX_TECHNOLOGIES_LIST_GOALS", {
|
|
35
|
+
slug: "mx_technologies-list-goals",
|
|
36
|
+
name: "List goals",
|
|
37
|
+
description: "List all financial goals for a specific MX user. Use this to retrieve a paginated list of the user's savings goals, including target amounts, progress, and completion dates. Requires a valid user GUID obtained from the LIST_USERS action.",
|
|
38
|
+
input: MxTechnologiesListGoalsInput,
|
|
39
|
+
output: z.object({
|
|
40
|
+
goals: z.array(MxTechnologiesListGoals_GoalSchema).describe("List of goal objects for the user."),
|
|
41
|
+
pagination: MxTechnologiesListGoals_PaginationSchema.nullable()
|
|
42
|
+
}).describe("Response schema for listing goals.")
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
export { mxTechnologiesListGoals };
|
|
46
|
+
|
|
47
|
+
//# sourceMappingURL=list-goals.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-goals.mjs","names":[],"sources":["../../src/actions/list-goals.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesListGoalsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Page number of results to return. Must be >= 1. Defaults to 1.\").optional(),\n user_guid: z.string().describe(\"The unique identifier (GUID) of the MX user (e.g., 'USR-...').\"),\n records_per_page: z.number().int().default(25).describe(\"Number of records per page (10-1000). Defaults to 25.\").optional(),\n}).describe(\"Request parameters for listing goals for a user.\");\nconst MxTechnologiesListGoals_GoalSchema: z.ZodTypeAny = z.object({\n guid: z.string().describe(\"MX-defined goal GUID (e.g., 'GOL-...').\").nullable().optional(),\n name: z.string().describe(\"User-defined name for the goal.\").nullable().optional(),\n metadata: z.string().describe(\"Partner-defined freeform metadata (recommended to use JSON format).\").nullable().optional(),\n position: z.number().int().describe(\"Priority position of the goal.\").nullable().optional(),\n user_guid: z.string().describe(\"MX-defined user GUID (e.g., 'USR-...').\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp (ISO 8601) when the goal was created.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp (ISO 8601) when the goal was last updated.\").nullable().optional(),\n is_complete: z.boolean().describe(\"Whether the goal has been completed.\").nullable().optional(),\n account_guid: z.string().describe(\"GUID of the account linked to this goal.\").nullable().optional(),\n target_amount: z.number().describe(\"Target amount to achieve for the goal.\").nullable().optional(),\n current_amount: z.number().describe(\"Current amount saved toward the goal.\").nullable().optional(),\n goal_type_name: z.string().describe(\"Type/category of the goal (e.g., 'Emergency Fund', 'Vacation').\").nullable().optional(),\n has_been_spent: z.boolean().describe(\"Whether the goal amount has been spent.\").nullable().optional(),\n meta_type_name: z.string().describe(\"Meta type classification for the goal.\").nullable().optional(),\n track_type_name: z.string().describe(\"Tracking type for the goal progress.\").nullable().optional(),\n targeted_to_complete_at: z.string().describe(\"Target completion date (ISO 8601) set by the user.\").nullable().optional(),\n projected_to_complete_at: z.string().describe(\"Projected completion date (ISO 8601) based on saving rate.\").nullable().optional(),\n}).passthrough().describe(\"Goal object representing a user's financial goal.\");\nconst MxTechnologiesListGoals_PaginationSchema: z.ZodTypeAny = z.object({\n per_page: z.number().int().describe(\"Number of records per page.\"),\n total_pages: z.number().int().describe(\"Total number of pages available.\"),\n current_page: z.number().int().describe(\"Current page number.\"),\n total_entries: z.number().int().describe(\"Total number of entries available.\"),\n}).describe(\"Pagination details for list responses.\");\nexport const MxTechnologiesListGoalsOutput: z.ZodTypeAny = z.object({\n goals: z.array(MxTechnologiesListGoals_GoalSchema).describe(\"List of goal objects for the user.\"),\n pagination: MxTechnologiesListGoals_PaginationSchema.nullable(),\n}).describe(\"Response schema for listing goals.\");\n\nexport const mxTechnologiesListGoals = action(\"MX_TECHNOLOGIES_LIST_GOALS\", {\n slug: \"mx_technologies-list-goals\",\n name: \"List goals\",\n description: \"List all financial goals for a specific MX user. Use this to retrieve a paginated list of the user's savings goals, including target amounts, progress, and completion dates. Requires a valid user GUID obtained from the LIST_USERS action.\",\n input: MxTechnologiesListGoalsInput,\n output: MxTechnologiesListGoalsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-institution-credentials.ts
|
|
4
|
+
const MxTechnologiesListInstitutionCredentialsInput = zod.z.object({
|
|
5
|
+
page: zod.z.number().int().describe("Page number for pagination; must be >= 1.").optional(),
|
|
6
|
+
institution_code: zod.z.string().describe("MX-defined code for the institution (e.g., 'mxbank')."),
|
|
7
|
+
records_per_page: zod.z.number().int().describe("Number of records per page for pagination; must be >= 1.").optional()
|
|
8
|
+
}).describe("Request parameters for listing credential fields of a specific institution.");
|
|
9
|
+
const MxTechnologiesListInstitutionCredentials_PaginationSchema = zod.z.object({
|
|
10
|
+
per_page: zod.z.number().int().describe("Number of records per page.").nullable().optional(),
|
|
11
|
+
total_pages: zod.z.number().int().describe("Total number of pages available.").nullable().optional(),
|
|
12
|
+
current_page: zod.z.number().int().describe("Current page number.").nullable().optional(),
|
|
13
|
+
total_entries: zod.z.number().int().describe("Total number of entries available.").nullable().optional()
|
|
14
|
+
}).describe("Pagination details for list responses.");
|
|
15
|
+
const MxTechnologiesListInstitutionCredentials_CredentialSchema = zod.z.object({
|
|
16
|
+
guid: zod.z.string().describe("Unique identifier for the credential field (e.g., 'CRD-xxx').").nullable().optional(),
|
|
17
|
+
label: zod.z.string().describe("Human-readable label for the field (e.g., 'Username', 'Password').").nullable().optional(),
|
|
18
|
+
field_name: zod.z.string().describe("Internal name of the credential field (e.g., 'LOGIN', 'PASSWORD').").nullable().optional(),
|
|
19
|
+
field_type: zod.z.string().describe("Type of input for the field (e.g., 'TEXT', 'PASSWORD').").nullable().optional(),
|
|
20
|
+
display_order: zod.z.number().int().describe("Position of the field in the institution's login flow.").nullable().optional()
|
|
21
|
+
}).describe("Credential field definition for institution login.");
|
|
22
|
+
const MxTechnologiesListInstitutionCredentialsOutput = zod.z.object({
|
|
23
|
+
pagination: MxTechnologiesListInstitutionCredentials_PaginationSchema.nullable().optional(),
|
|
24
|
+
credentials: zod.z.array(MxTechnologiesListInstitutionCredentials_CredentialSchema).describe("List of credential field definitions.")
|
|
25
|
+
}).describe("Response schema for listing institution credentials.");
|
|
26
|
+
const mxTechnologiesListInstitutionCredentials = require_action.action("MX_TECHNOLOGIES_LIST_INSTITUTION_CREDENTIALS", {
|
|
27
|
+
slug: "mx_technologies-list-institution-credentials",
|
|
28
|
+
name: "List institution credentials",
|
|
29
|
+
description: "Tool to list credential fields required by a given institution. Use after selecting the institution code; supports optional pagination.",
|
|
30
|
+
input: MxTechnologiesListInstitutionCredentialsInput,
|
|
31
|
+
output: MxTechnologiesListInstitutionCredentialsOutput
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
exports.mxTechnologiesListInstitutionCredentials = mxTechnologiesListInstitutionCredentials;
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=list-institution-credentials.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-institution-credentials.cjs","names":["z","action"],"sources":["../../src/actions/list-institution-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesListInstitutionCredentialsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination; must be >= 1.\").optional(),\n institution_code: z.string().describe(\"MX-defined code for the institution (e.g., 'mxbank').\"),\n records_per_page: z.number().int().describe(\"Number of records per page for pagination; must be >= 1.\").optional(),\n}).describe(\"Request parameters for listing credential fields of a specific institution.\");\nconst MxTechnologiesListInstitutionCredentials_PaginationSchema: z.ZodTypeAny = z.object({\n per_page: z.number().int().describe(\"Number of records per page.\").nullable().optional(),\n total_pages: z.number().int().describe(\"Total number of pages available.\").nullable().optional(),\n current_page: z.number().int().describe(\"Current page number.\").nullable().optional(),\n total_entries: z.number().int().describe(\"Total number of entries available.\").nullable().optional(),\n}).describe(\"Pagination details for list responses.\");\nconst MxTechnologiesListInstitutionCredentials_CredentialSchema: z.ZodTypeAny = z.object({\n guid: z.string().describe(\"Unique identifier for the credential field (e.g., 'CRD-xxx').\").nullable().optional(),\n label: z.string().describe(\"Human-readable label for the field (e.g., 'Username', 'Password').\").nullable().optional(),\n field_name: z.string().describe(\"Internal name of the credential field (e.g., 'LOGIN', 'PASSWORD').\").nullable().optional(),\n field_type: z.string().describe(\"Type of input for the field (e.g., 'TEXT', 'PASSWORD').\").nullable().optional(),\n display_order: z.number().int().describe(\"Position of the field in the institution's login flow.\").nullable().optional(),\n}).describe(\"Credential field definition for institution login.\");\nexport const MxTechnologiesListInstitutionCredentialsOutput: z.ZodTypeAny = z.object({\n pagination: MxTechnologiesListInstitutionCredentials_PaginationSchema.nullable().optional(),\n credentials: z.array(MxTechnologiesListInstitutionCredentials_CredentialSchema).describe(\"List of credential field definitions.\"),\n}).describe(\"Response schema for listing institution credentials.\");\n\nexport const mxTechnologiesListInstitutionCredentials = action(\"MX_TECHNOLOGIES_LIST_INSTITUTION_CREDENTIALS\", {\n slug: \"mx_technologies-list-institution-credentials\",\n name: \"List institution credentials\",\n description: \"Tool to list credential fields required by a given institution. Use after selecting the institution code; supports optional pagination.\",\n input: MxTechnologiesListInstitutionCredentialsInput,\n output: MxTechnologiesListInstitutionCredentialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gDAA8DA,IAAAA,EAAE,OAAO;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACtF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CAC7F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,4DAA0EA,IAAAA,EAAE,OAAO;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,4DAA0EA,IAAAA,EAAE,OAAO;CACvF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,iDAA+DA,IAAAA,EAAE,OAAO;CACnF,YAAY,0DAA0D,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,MAAM,yDAAyD,CAAC,CAAC,SAAS,uCAAuC;AAClI,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,2CAA2CC,eAAAA,OAAO,gDAAgD;CAC7G,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/list-institution-credentials.d.ts
|
|
4
|
+
declare const MxTechnologiesListInstitutionCredentialsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MxTechnologiesListInstitutionCredentialsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mxTechnologiesListInstitutionCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mxTechnologiesListInstitutionCredentials };
|
|
9
|
+
//# sourceMappingURL=list-institution-credentials.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-institution-credentials.d.cts","names":[],"sources":["../../src/actions/list-institution-credentials.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAI4B;AAAA,cAc7E,8CAAA,EAAgD,CAAA,CAAE,UAGI;AAAA,cAEtD,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-institution-credentials.d.ts
|
|
4
|
+
declare const MxTechnologiesListInstitutionCredentialsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MxTechnologiesListInstitutionCredentialsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mxTechnologiesListInstitutionCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mxTechnologiesListInstitutionCredentials };
|
|
9
|
+
//# sourceMappingURL=list-institution-credentials.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-institution-credentials.d.mts","names":[],"sources":["../../src/actions/list-institution-credentials.ts"],"mappings":";;;cAIa,6CAAA,EAA+C,CAAA,CAAE,UAI4B;AAAA,cAc7E,8CAAA,EAAgD,CAAA,CAAE,UAGI;AAAA,cAEtD,wCAAA,gCAAwC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-institution-credentials.ts
|
|
4
|
+
const MxTechnologiesListInstitutionCredentialsInput = z.object({
|
|
5
|
+
page: z.number().int().describe("Page number for pagination; must be >= 1.").optional(),
|
|
6
|
+
institution_code: z.string().describe("MX-defined code for the institution (e.g., 'mxbank')."),
|
|
7
|
+
records_per_page: z.number().int().describe("Number of records per page for pagination; must be >= 1.").optional()
|
|
8
|
+
}).describe("Request parameters for listing credential fields of a specific institution.");
|
|
9
|
+
const MxTechnologiesListInstitutionCredentials_PaginationSchema = z.object({
|
|
10
|
+
per_page: z.number().int().describe("Number of records per page.").nullable().optional(),
|
|
11
|
+
total_pages: z.number().int().describe("Total number of pages available.").nullable().optional(),
|
|
12
|
+
current_page: z.number().int().describe("Current page number.").nullable().optional(),
|
|
13
|
+
total_entries: z.number().int().describe("Total number of entries available.").nullable().optional()
|
|
14
|
+
}).describe("Pagination details for list responses.");
|
|
15
|
+
const MxTechnologiesListInstitutionCredentials_CredentialSchema = z.object({
|
|
16
|
+
guid: z.string().describe("Unique identifier for the credential field (e.g., 'CRD-xxx').").nullable().optional(),
|
|
17
|
+
label: z.string().describe("Human-readable label for the field (e.g., 'Username', 'Password').").nullable().optional(),
|
|
18
|
+
field_name: z.string().describe("Internal name of the credential field (e.g., 'LOGIN', 'PASSWORD').").nullable().optional(),
|
|
19
|
+
field_type: z.string().describe("Type of input for the field (e.g., 'TEXT', 'PASSWORD').").nullable().optional(),
|
|
20
|
+
display_order: z.number().int().describe("Position of the field in the institution's login flow.").nullable().optional()
|
|
21
|
+
}).describe("Credential field definition for institution login.");
|
|
22
|
+
const mxTechnologiesListInstitutionCredentials = action("MX_TECHNOLOGIES_LIST_INSTITUTION_CREDENTIALS", {
|
|
23
|
+
slug: "mx_technologies-list-institution-credentials",
|
|
24
|
+
name: "List institution credentials",
|
|
25
|
+
description: "Tool to list credential fields required by a given institution. Use after selecting the institution code; supports optional pagination.",
|
|
26
|
+
input: MxTechnologiesListInstitutionCredentialsInput,
|
|
27
|
+
output: z.object({
|
|
28
|
+
pagination: MxTechnologiesListInstitutionCredentials_PaginationSchema.nullable().optional(),
|
|
29
|
+
credentials: z.array(MxTechnologiesListInstitutionCredentials_CredentialSchema).describe("List of credential field definitions.")
|
|
30
|
+
}).describe("Response schema for listing institution credentials.")
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
export { mxTechnologiesListInstitutionCredentials };
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=list-institution-credentials.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-institution-credentials.mjs","names":[],"sources":["../../src/actions/list-institution-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesListInstitutionCredentialsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination; must be >= 1.\").optional(),\n institution_code: z.string().describe(\"MX-defined code for the institution (e.g., 'mxbank').\"),\n records_per_page: z.number().int().describe(\"Number of records per page for pagination; must be >= 1.\").optional(),\n}).describe(\"Request parameters for listing credential fields of a specific institution.\");\nconst MxTechnologiesListInstitutionCredentials_PaginationSchema: z.ZodTypeAny = z.object({\n per_page: z.number().int().describe(\"Number of records per page.\").nullable().optional(),\n total_pages: z.number().int().describe(\"Total number of pages available.\").nullable().optional(),\n current_page: z.number().int().describe(\"Current page number.\").nullable().optional(),\n total_entries: z.number().int().describe(\"Total number of entries available.\").nullable().optional(),\n}).describe(\"Pagination details for list responses.\");\nconst MxTechnologiesListInstitutionCredentials_CredentialSchema: z.ZodTypeAny = z.object({\n guid: z.string().describe(\"Unique identifier for the credential field (e.g., 'CRD-xxx').\").nullable().optional(),\n label: z.string().describe(\"Human-readable label for the field (e.g., 'Username', 'Password').\").nullable().optional(),\n field_name: z.string().describe(\"Internal name of the credential field (e.g., 'LOGIN', 'PASSWORD').\").nullable().optional(),\n field_type: z.string().describe(\"Type of input for the field (e.g., 'TEXT', 'PASSWORD').\").nullable().optional(),\n display_order: z.number().int().describe(\"Position of the field in the institution's login flow.\").nullable().optional(),\n}).describe(\"Credential field definition for institution login.\");\nexport const MxTechnologiesListInstitutionCredentialsOutput: z.ZodTypeAny = z.object({\n pagination: MxTechnologiesListInstitutionCredentials_PaginationSchema.nullable().optional(),\n credentials: z.array(MxTechnologiesListInstitutionCredentials_CredentialSchema).describe(\"List of credential field definitions.\"),\n}).describe(\"Response schema for listing institution credentials.\");\n\nexport const mxTechnologiesListInstitutionCredentials = action(\"MX_TECHNOLOGIES_LIST_INSTITUTION_CREDENTIALS\", {\n slug: \"mx_technologies-list-institution-credentials\",\n name: \"List institution credentials\",\n description: \"Tool to list credential fields required by a given institution. Use after selecting the institution code; supports optional pagination.\",\n input: MxTechnologiesListInstitutionCredentialsInput,\n output: MxTechnologiesListInstitutionCredentialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gDAA8D,EAAE,OAAO;CAClF,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACtF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CAC7F,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,4DAA0E,EAAE,OAAO;CACvF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,4DAA0E,EAAE,OAAO;CACvF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAMhE,MAAa,2CAA2C,OAAO,gDAAgD;CAC7G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV0E,EAAE,OAAO;EACnF,YAAY,0DAA0D,SAAS,CAAC,CAAC,SAAS;EAC1F,aAAa,EAAE,MAAM,yDAAyD,CAAC,CAAC,SAAS,uCAAuC;CAClI,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-institutions.ts
|
|
4
|
+
const MxTechnologiesListInstitutionsInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("Filter to institutions whose name contains the given substring.").optional(),
|
|
6
|
+
page: zod.z.number().int().default(1).describe("Page number for pagination; must be >= 1.").optional(),
|
|
7
|
+
iso_country_code: zod.z.array(zod.z.string()).describe("Filter by ISO country codes (e.g., ['US', 'CA', 'MX']).").optional(),
|
|
8
|
+
records_per_page: zod.z.number().int().default(25).describe("Records per page; valid range: 10-1000. Defaults to 25; values >1000 reset to 25.").optional(),
|
|
9
|
+
supported_products: zod.z.array(zod.z.string()).describe("Filter by supported products; e.g., ['account_verification','identity_verification','transactions','history','statements','investments'].").optional()
|
|
10
|
+
}).describe("Request parameters for listing financial institutions supported by MX.");
|
|
11
|
+
const MxTechnologiesListInstitutions_PaginationSchema = zod.z.object({
|
|
12
|
+
per_page: zod.z.number().int().describe("Number of records per page."),
|
|
13
|
+
total_pages: zod.z.number().int().describe("Total number of pages available."),
|
|
14
|
+
current_page: zod.z.number().int().describe("Current page number."),
|
|
15
|
+
total_entries: zod.z.number().int().describe("Total number of entries available.")
|
|
16
|
+
}).describe("Pagination details for list responses.");
|
|
17
|
+
const MxTechnologiesListInstitutions_InstitutionSchema = zod.z.object({
|
|
18
|
+
url: zod.z.string().describe("URL of the institution's login page.").nullable().optional(),
|
|
19
|
+
code: zod.z.string().describe("Institution code defined by MX."),
|
|
20
|
+
guid: zod.z.string().describe("Unique MX GUID for the institution."),
|
|
21
|
+
name: zod.z.string().describe("Name of the institution."),
|
|
22
|
+
is_hidden: zod.z.boolean().describe("Whether the institution is hidden."),
|
|
23
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the institution was created."),
|
|
24
|
+
small_logo_url: zod.z.string().describe("URL to the small logo image of the institution.").nullable().optional(),
|
|
25
|
+
supports_oauth: zod.z.boolean().describe("Whether institution supports OAuth connections."),
|
|
26
|
+
medium_logo_url: zod.z.string().describe("URL to the medium logo image of the institution.").nullable().optional(),
|
|
27
|
+
iso_country_code: zod.z.string().describe("ISO country code of the institution."),
|
|
28
|
+
instructional_text: zod.z.string().describe("Text instructions for institution login flow.").nullable().optional(),
|
|
29
|
+
forgot_password_url: zod.z.string().describe("URL for institution's forgot password page.").nullable().optional(),
|
|
30
|
+
forgot_username_url: zod.z.string().describe("URL for institution's forgot username page.").nullable().optional(),
|
|
31
|
+
is_disabled_by_client: zod.z.boolean().describe("Whether the institution is disabled for this client."),
|
|
32
|
+
supports_tax_document: zod.z.boolean().describe("Whether institution supports tax documents."),
|
|
33
|
+
trouble_signing_in_url: zod.z.string().describe("URL for help with signing in.").nullable().optional(),
|
|
34
|
+
instructional_text_steps: zod.z.array(zod.z.string()).describe("List of steps for instructional text, if provided.").nullable().optional(),
|
|
35
|
+
supports_account_statement: zod.z.boolean().describe("Whether institution supports account statements."),
|
|
36
|
+
supports_transaction_history: zod.z.boolean().describe("Whether institution supports transaction history."),
|
|
37
|
+
supports_account_verification: zod.z.boolean().describe("Whether institution supports account verification."),
|
|
38
|
+
supports_account_identification: zod.z.boolean().describe("Whether institution supports account identification.")
|
|
39
|
+
}).describe("Institution object as returned by MX.");
|
|
40
|
+
const MxTechnologiesListInstitutionsOutput = zod.z.object({
|
|
41
|
+
pagination: MxTechnologiesListInstitutions_PaginationSchema.nullable(),
|
|
42
|
+
institutions: zod.z.array(MxTechnologiesListInstitutions_InstitutionSchema).describe("List of institutions returned by MX.")
|
|
43
|
+
}).describe("Response schema for listing financial institutions.");
|
|
44
|
+
const mxTechnologiesListInstitutions = require_action.action("MX_TECHNOLOGIES_LIST_INSTITUTIONS", {
|
|
45
|
+
slug: "mx_technologies-list-institutions",
|
|
46
|
+
name: "List institutions",
|
|
47
|
+
description: "Tool to list financial institutions supported by MX. Use when you need to retrieve available institutions with optional filters like name, country code, or products; supports pagination.",
|
|
48
|
+
input: MxTechnologiesListInstitutionsInput,
|
|
49
|
+
output: MxTechnologiesListInstitutionsOutput
|
|
50
|
+
});
|
|
51
|
+
//#endregion
|
|
52
|
+
exports.mxTechnologiesListInstitutions = mxTechnologiesListInstitutions;
|
|
53
|
+
|
|
54
|
+
//# sourceMappingURL=list-institutions.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-institutions.cjs","names":["z","action"],"sources":["../../src/actions/list-institutions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesListInstitutionsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Filter to institutions whose name contains the given substring.\").optional(),\n page: z.number().int().default(1).describe(\"Page number for pagination; must be >= 1.\").optional(),\n iso_country_code: z.array(z.string()).describe(\"Filter by ISO country codes (e.g., ['US', 'CA', 'MX']).\").optional(),\n records_per_page: z.number().int().default(25).describe(\"Records per page; valid range: 10-1000. Defaults to 25; values >1000 reset to 25.\").optional(),\n supported_products: z.array(z.string()).describe(\"Filter by supported products; e.g., ['account_verification','identity_verification','transactions','history','statements','investments'].\").optional(),\n}).describe(\"Request parameters for listing financial institutions supported by MX.\");\nconst MxTechnologiesListInstitutions_PaginationSchema: z.ZodTypeAny = z.object({\n per_page: z.number().int().describe(\"Number of records per page.\"),\n total_pages: z.number().int().describe(\"Total number of pages available.\"),\n current_page: z.number().int().describe(\"Current page number.\"),\n total_entries: z.number().int().describe(\"Total number of entries available.\"),\n}).describe(\"Pagination details for list responses.\");\nconst MxTechnologiesListInstitutions_InstitutionSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the institution's login page.\").nullable().optional(),\n code: z.string().describe(\"Institution code defined by MX.\"),\n guid: z.string().describe(\"Unique MX GUID for the institution.\"),\n name: z.string().describe(\"Name of the institution.\"),\n is_hidden: z.boolean().describe(\"Whether the institution is hidden.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the institution was created.\"),\n small_logo_url: z.string().describe(\"URL to the small logo image of the institution.\").nullable().optional(),\n supports_oauth: z.boolean().describe(\"Whether institution supports OAuth connections.\"),\n medium_logo_url: z.string().describe(\"URL to the medium logo image of the institution.\").nullable().optional(),\n iso_country_code: z.string().describe(\"ISO country code of the institution.\"),\n instructional_text: z.string().describe(\"Text instructions for institution login flow.\").nullable().optional(),\n forgot_password_url: z.string().describe(\"URL for institution's forgot password page.\").nullable().optional(),\n forgot_username_url: z.string().describe(\"URL for institution's forgot username page.\").nullable().optional(),\n is_disabled_by_client: z.boolean().describe(\"Whether the institution is disabled for this client.\"),\n supports_tax_document: z.boolean().describe(\"Whether institution supports tax documents.\"),\n trouble_signing_in_url: z.string().describe(\"URL for help with signing in.\").nullable().optional(),\n instructional_text_steps: z.array(z.string()).describe(\"List of steps for instructional text, if provided.\").nullable().optional(),\n supports_account_statement: z.boolean().describe(\"Whether institution supports account statements.\"),\n supports_transaction_history: z.boolean().describe(\"Whether institution supports transaction history.\"),\n supports_account_verification: z.boolean().describe(\"Whether institution supports account verification.\"),\n supports_account_identification: z.boolean().describe(\"Whether institution supports account identification.\"),\n}).describe(\"Institution object as returned by MX.\");\nexport const MxTechnologiesListInstitutionsOutput: z.ZodTypeAny = z.object({\n pagination: MxTechnologiesListInstitutions_PaginationSchema.nullable(),\n institutions: z.array(MxTechnologiesListInstitutions_InstitutionSchema).describe(\"List of institutions returned by MX.\"),\n}).describe(\"Response schema for listing financial institutions.\");\n\nexport const mxTechnologiesListInstitutions = action(\"MX_TECHNOLOGIES_LIST_INSTITUTIONS\", {\n slug: \"mx_technologies-list-institutions\",\n name: \"List institutions\",\n description: \"Tool to list financial institutions supported by MX. Use when you need to retrieve available institutions with optional filters like name, country code, or products; supports pagination.\",\n input: MxTechnologiesListInstitutionsInput,\n output: MxTechnologiesListInstitutionsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-institutions.d.ts
|
|
4
|
+
declare const MxTechnologiesListInstitutionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MxTechnologiesListInstitutionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mxTechnologiesListInstitutions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mxTechnologiesListInstitutions };
|
|
9
|
+
//# sourceMappingURL=list-institutions.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-institutions.d.cts","names":[],"sources":["../../src/actions/list-institutions.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAMiC;AAAA,cA8BxE,oCAAA,EAAsC,CAAA,CAAE,UAGa;AAAA,cAErD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-institutions.d.ts
|
|
4
|
+
declare const MxTechnologiesListInstitutionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MxTechnologiesListInstitutionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mxTechnologiesListInstitutions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mxTechnologiesListInstitutions };
|
|
9
|
+
//# sourceMappingURL=list-institutions.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-institutions.d.mts","names":[],"sources":["../../src/actions/list-institutions.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAMiC;AAAA,cA8BxE,oCAAA,EAAsC,CAAA,CAAE,UAGa;AAAA,cAErD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-institutions.ts
|
|
4
|
+
const MxTechnologiesListInstitutionsInput = z.object({
|
|
5
|
+
name: z.string().describe("Filter to institutions whose name contains the given substring.").optional(),
|
|
6
|
+
page: z.number().int().default(1).describe("Page number for pagination; must be >= 1.").optional(),
|
|
7
|
+
iso_country_code: z.array(z.string()).describe("Filter by ISO country codes (e.g., ['US', 'CA', 'MX']).").optional(),
|
|
8
|
+
records_per_page: z.number().int().default(25).describe("Records per page; valid range: 10-1000. Defaults to 25; values >1000 reset to 25.").optional(),
|
|
9
|
+
supported_products: z.array(z.string()).describe("Filter by supported products; e.g., ['account_verification','identity_verification','transactions','history','statements','investments'].").optional()
|
|
10
|
+
}).describe("Request parameters for listing financial institutions supported by MX.");
|
|
11
|
+
const MxTechnologiesListInstitutions_PaginationSchema = z.object({
|
|
12
|
+
per_page: z.number().int().describe("Number of records per page."),
|
|
13
|
+
total_pages: z.number().int().describe("Total number of pages available."),
|
|
14
|
+
current_page: z.number().int().describe("Current page number."),
|
|
15
|
+
total_entries: z.number().int().describe("Total number of entries available.")
|
|
16
|
+
}).describe("Pagination details for list responses.");
|
|
17
|
+
const MxTechnologiesListInstitutions_InstitutionSchema = z.object({
|
|
18
|
+
url: z.string().describe("URL of the institution's login page.").nullable().optional(),
|
|
19
|
+
code: z.string().describe("Institution code defined by MX."),
|
|
20
|
+
guid: z.string().describe("Unique MX GUID for the institution."),
|
|
21
|
+
name: z.string().describe("Name of the institution."),
|
|
22
|
+
is_hidden: z.boolean().describe("Whether the institution is hidden."),
|
|
23
|
+
created_at: z.string().describe("ISO 8601 timestamp when the institution was created."),
|
|
24
|
+
small_logo_url: z.string().describe("URL to the small logo image of the institution.").nullable().optional(),
|
|
25
|
+
supports_oauth: z.boolean().describe("Whether institution supports OAuth connections."),
|
|
26
|
+
medium_logo_url: z.string().describe("URL to the medium logo image of the institution.").nullable().optional(),
|
|
27
|
+
iso_country_code: z.string().describe("ISO country code of the institution."),
|
|
28
|
+
instructional_text: z.string().describe("Text instructions for institution login flow.").nullable().optional(),
|
|
29
|
+
forgot_password_url: z.string().describe("URL for institution's forgot password page.").nullable().optional(),
|
|
30
|
+
forgot_username_url: z.string().describe("URL for institution's forgot username page.").nullable().optional(),
|
|
31
|
+
is_disabled_by_client: z.boolean().describe("Whether the institution is disabled for this client."),
|
|
32
|
+
supports_tax_document: z.boolean().describe("Whether institution supports tax documents."),
|
|
33
|
+
trouble_signing_in_url: z.string().describe("URL for help with signing in.").nullable().optional(),
|
|
34
|
+
instructional_text_steps: z.array(z.string()).describe("List of steps for instructional text, if provided.").nullable().optional(),
|
|
35
|
+
supports_account_statement: z.boolean().describe("Whether institution supports account statements."),
|
|
36
|
+
supports_transaction_history: z.boolean().describe("Whether institution supports transaction history."),
|
|
37
|
+
supports_account_verification: z.boolean().describe("Whether institution supports account verification."),
|
|
38
|
+
supports_account_identification: z.boolean().describe("Whether institution supports account identification.")
|
|
39
|
+
}).describe("Institution object as returned by MX.");
|
|
40
|
+
const mxTechnologiesListInstitutions = action("MX_TECHNOLOGIES_LIST_INSTITUTIONS", {
|
|
41
|
+
slug: "mx_technologies-list-institutions",
|
|
42
|
+
name: "List institutions",
|
|
43
|
+
description: "Tool to list financial institutions supported by MX. Use when you need to retrieve available institutions with optional filters like name, country code, or products; supports pagination.",
|
|
44
|
+
input: MxTechnologiesListInstitutionsInput,
|
|
45
|
+
output: z.object({
|
|
46
|
+
pagination: MxTechnologiesListInstitutions_PaginationSchema.nullable(),
|
|
47
|
+
institutions: z.array(MxTechnologiesListInstitutions_InstitutionSchema).describe("List of institutions returned by MX.")
|
|
48
|
+
}).describe("Response schema for listing financial institutions.")
|
|
49
|
+
});
|
|
50
|
+
//#endregion
|
|
51
|
+
export { mxTechnologiesListInstitutions };
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=list-institutions.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-institutions.mjs","names":[],"sources":["../../src/actions/list-institutions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesListInstitutionsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Filter to institutions whose name contains the given substring.\").optional(),\n page: z.number().int().default(1).describe(\"Page number for pagination; must be >= 1.\").optional(),\n iso_country_code: z.array(z.string()).describe(\"Filter by ISO country codes (e.g., ['US', 'CA', 'MX']).\").optional(),\n records_per_page: z.number().int().default(25).describe(\"Records per page; valid range: 10-1000. Defaults to 25; values >1000 reset to 25.\").optional(),\n supported_products: z.array(z.string()).describe(\"Filter by supported products; e.g., ['account_verification','identity_verification','transactions','history','statements','investments'].\").optional(),\n}).describe(\"Request parameters for listing financial institutions supported by MX.\");\nconst MxTechnologiesListInstitutions_PaginationSchema: z.ZodTypeAny = z.object({\n per_page: z.number().int().describe(\"Number of records per page.\"),\n total_pages: z.number().int().describe(\"Total number of pages available.\"),\n current_page: z.number().int().describe(\"Current page number.\"),\n total_entries: z.number().int().describe(\"Total number of entries available.\"),\n}).describe(\"Pagination details for list responses.\");\nconst MxTechnologiesListInstitutions_InstitutionSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the institution's login page.\").nullable().optional(),\n code: z.string().describe(\"Institution code defined by MX.\"),\n guid: z.string().describe(\"Unique MX GUID for the institution.\"),\n name: z.string().describe(\"Name of the institution.\"),\n is_hidden: z.boolean().describe(\"Whether the institution is hidden.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the institution was created.\"),\n small_logo_url: z.string().describe(\"URL to the small logo image of the institution.\").nullable().optional(),\n supports_oauth: z.boolean().describe(\"Whether institution supports OAuth connections.\"),\n medium_logo_url: z.string().describe(\"URL to the medium logo image of the institution.\").nullable().optional(),\n iso_country_code: z.string().describe(\"ISO country code of the institution.\"),\n instructional_text: z.string().describe(\"Text instructions for institution login flow.\").nullable().optional(),\n forgot_password_url: z.string().describe(\"URL for institution's forgot password page.\").nullable().optional(),\n forgot_username_url: z.string().describe(\"URL for institution's forgot username page.\").nullable().optional(),\n is_disabled_by_client: z.boolean().describe(\"Whether the institution is disabled for this client.\"),\n supports_tax_document: z.boolean().describe(\"Whether institution supports tax documents.\"),\n trouble_signing_in_url: z.string().describe(\"URL for help with signing in.\").nullable().optional(),\n instructional_text_steps: z.array(z.string()).describe(\"List of steps for instructional text, if provided.\").nullable().optional(),\n supports_account_statement: z.boolean().describe(\"Whether institution supports account statements.\"),\n supports_transaction_history: z.boolean().describe(\"Whether institution supports transaction history.\"),\n supports_account_verification: z.boolean().describe(\"Whether institution supports account verification.\"),\n supports_account_identification: z.boolean().describe(\"Whether institution supports account identification.\"),\n}).describe(\"Institution object as returned by MX.\");\nexport const MxTechnologiesListInstitutionsOutput: z.ZodTypeAny = z.object({\n pagination: MxTechnologiesListInstitutions_PaginationSchema.nullable(),\n institutions: z.array(MxTechnologiesListInstitutions_InstitutionSchema).describe(\"List of institutions returned by MX.\"),\n}).describe(\"Response schema for listing financial institutions.\");\n\nexport const mxTechnologiesListInstitutions = action(\"MX_TECHNOLOGIES_LIST_INSTITUTIONS\", {\n slug: \"mx_technologies-list-institutions\",\n name: \"List institutions\",\n description: \"Tool to list financial institutions supported by MX. Use when you need to retrieve available institutions with optional filters like name, country code, or products; supports pagination.\",\n input: MxTechnologiesListInstitutionsInput,\n output: MxTechnologiesListInstitutionsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-member-accounts.ts
|
|
4
|
+
const MxTechnologiesListMemberAccountsInput = zod.z.object({
|
|
5
|
+
page: zod.z.number().int().describe("Page number of results to return (1-based).").optional(),
|
|
6
|
+
user_guid: zod.z.string().describe("MX user GUID (must start with 'USR-'). Obtain from LIST_USERS action."),
|
|
7
|
+
member_guid: zod.z.string().describe("MX member GUID (must start with 'MBR-'). Obtain from LIST_MEMBERS action."),
|
|
8
|
+
records_per_page: zod.z.number().int().describe("Number of records per page. Defaults to MX default if not specified.").optional(),
|
|
9
|
+
member_is_managed_by_user: zod.z.boolean().describe("Filter to accounts where the member is managed by the user (true) vs partner-managed (false). Omit to return all accounts.").optional()
|
|
10
|
+
}).describe("Request parameters for listing accounts of a specific member.");
|
|
11
|
+
const MxTechnologiesListMemberAccounts_AccountSchema = zod.z.object({
|
|
12
|
+
apr: zod.z.number().describe("Annual percentage rate.").nullable().optional(),
|
|
13
|
+
apy: zod.z.number().describe("Annual percentage yield.").nullable().optional(),
|
|
14
|
+
guid: zod.z.string().describe("MX account GUID (prefix 'ACT-').").nullable().optional(),
|
|
15
|
+
name: zod.z.string().describe("Human-readable account name.").nullable().optional(),
|
|
16
|
+
type: zod.z.string().describe("General account type (e.g., CHECKING, SAVINGS, LOAN, CREDIT_CARD, INVESTMENT).").nullable().optional(),
|
|
17
|
+
balance: zod.z.number().describe("Current total balance of the account. May be null if not available.").nullable().optional(),
|
|
18
|
+
subtype: zod.z.string().describe("Specific account subtype for more granular classification.").nullable().optional(),
|
|
19
|
+
is_closed: zod.z.boolean().describe("Indicates if the account is closed.").nullable().optional(),
|
|
20
|
+
user_guid: zod.z.string().describe("MX user GUID owning the account.").nullable().optional(),
|
|
21
|
+
created_at: zod.z.string().describe("Account creation timestamp (ISO 8601).").nullable().optional(),
|
|
22
|
+
matures_on: zod.z.string().describe("Account maturity date (ISO 8601).").nullable().optional(),
|
|
23
|
+
started_on: zod.z.string().describe("Debt account start date (ISO 8601).").nullable().optional(),
|
|
24
|
+
updated_at: zod.z.string().describe("Account last update timestamp (ISO 8601).").nullable().optional(),
|
|
25
|
+
member_guid: zod.z.string().describe("MX member GUID owning the account.").nullable().optional(),
|
|
26
|
+
cash_balance: zod.z.number().describe("Cash balance (if applicable).").nullable().optional(),
|
|
27
|
+
credit_limit: zod.z.number().describe("Credit limit for the account.").nullable().optional(),
|
|
28
|
+
last_payment: zod.z.number().describe("Amount of most recent payment.").nullable().optional(),
|
|
29
|
+
currency_code: zod.z.string().describe("ISO 4217 currency code (e.g., 'USD').").nullable().optional(),
|
|
30
|
+
death_benefit: zod.z.number().describe("Insurance death benefit amount.").nullable().optional(),
|
|
31
|
+
interest_rate: zod.z.number().describe("Interest rate for the account.").nullable().optional(),
|
|
32
|
+
account_number: zod.z.string().describe("Account number (masked/partial).").nullable().optional(),
|
|
33
|
+
payment_due_at: zod.z.string().describe("Next payment due datetime (ISO 8601).").nullable().optional(),
|
|
34
|
+
payoff_balance: zod.z.number().describe("Payoff amount for debt account.").nullable().optional(),
|
|
35
|
+
last_payment_at: zod.z.string().describe("Timestamp of most recent payment (ISO 8601).").nullable().optional(),
|
|
36
|
+
minimum_balance: zod.z.number().describe("Minimum balance requirement.").nullable().optional(),
|
|
37
|
+
minimum_payment: zod.z.number().describe("Minimum required payment.").nullable().optional(),
|
|
38
|
+
available_credit: zod.z.number().describe("Available credit (for liabilities).").nullable().optional(),
|
|
39
|
+
institution_code: zod.z.string().describe("MX-defined institution code.").nullable().optional(),
|
|
40
|
+
original_balance: zod.z.number().describe("Original balance (usually positive).").nullable().optional(),
|
|
41
|
+
available_balance: zod.z.number().describe("Available balance for spending. May be null if not available.").nullable().optional(),
|
|
42
|
+
day_payment_is_due: zod.z.string().describe("Day of month payment is due (e.g., '14').").nullable().optional(),
|
|
43
|
+
total_account_value: zod.z.number().describe("Total value for investment-type accounts.").nullable().optional(),
|
|
44
|
+
cash_surrender_value: zod.z.number().describe("Insurance cash surrender value.").nullable().optional()
|
|
45
|
+
});
|
|
46
|
+
const MxTechnologiesListMemberAccounts_PaginationSchema = zod.z.object({
|
|
47
|
+
per_page: zod.z.number().int().describe("Number of records per page."),
|
|
48
|
+
total_pages: zod.z.number().int().describe("Total number of pages available."),
|
|
49
|
+
current_page: zod.z.number().int().describe("Current page number."),
|
|
50
|
+
total_entries: zod.z.number().int().describe("Total number of entries available.")
|
|
51
|
+
});
|
|
52
|
+
const MxTechnologiesListMemberAccountsOutput = zod.z.object({
|
|
53
|
+
accounts: zod.z.array(MxTechnologiesListMemberAccounts_AccountSchema).describe("List of account objects."),
|
|
54
|
+
pagination: MxTechnologiesListMemberAccounts_PaginationSchema.nullable()
|
|
55
|
+
});
|
|
56
|
+
const mxTechnologiesListMemberAccounts = require_action.action("MX_TECHNOLOGIES_LIST_MEMBER_ACCOUNTS", {
|
|
57
|
+
slug: "mx_technologies-list-member-accounts",
|
|
58
|
+
name: "List member accounts",
|
|
59
|
+
description: "Tool to list accounts for a specific member. Use when you need to retrieve all accounts associated with a given user and member GUID.",
|
|
60
|
+
input: MxTechnologiesListMemberAccountsInput,
|
|
61
|
+
output: MxTechnologiesListMemberAccountsOutput
|
|
62
|
+
});
|
|
63
|
+
//#endregion
|
|
64
|
+
exports.mxTechnologiesListMemberAccounts = mxTechnologiesListMemberAccounts;
|
|
65
|
+
|
|
66
|
+
//# sourceMappingURL=list-member-accounts.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-member-accounts.cjs","names":["z","action"],"sources":["../../src/actions/list-member-accounts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MxTechnologiesListMemberAccountsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number of results to return (1-based).\").optional(),\n user_guid: z.string().describe(\"MX user GUID (must start with 'USR-'). Obtain from LIST_USERS action.\"),\n member_guid: z.string().describe(\"MX member GUID (must start with 'MBR-'). Obtain from LIST_MEMBERS action.\"),\n records_per_page: z.number().int().describe(\"Number of records per page. Defaults to MX default if not specified.\").optional(),\n member_is_managed_by_user: z.boolean().describe(\"Filter to accounts where the member is managed by the user (true) vs partner-managed (false). Omit to return all accounts.\").optional(),\n}).describe(\"Request parameters for listing accounts of a specific member.\");\nconst MxTechnologiesListMemberAccounts_AccountSchema: z.ZodTypeAny = z.object({\n apr: z.number().describe(\"Annual percentage rate.\").nullable().optional(),\n apy: z.number().describe(\"Annual percentage yield.\").nullable().optional(),\n guid: z.string().describe(\"MX account GUID (prefix 'ACT-').\").nullable().optional(),\n name: z.string().describe(\"Human-readable account name.\").nullable().optional(),\n type: z.string().describe(\"General account type (e.g., CHECKING, SAVINGS, LOAN, CREDIT_CARD, INVESTMENT).\").nullable().optional(),\n balance: z.number().describe(\"Current total balance of the account. May be null if not available.\").nullable().optional(),\n subtype: z.string().describe(\"Specific account subtype for more granular classification.\").nullable().optional(),\n is_closed: z.boolean().describe(\"Indicates if the account is closed.\").nullable().optional(),\n user_guid: z.string().describe(\"MX user GUID owning the account.\").nullable().optional(),\n created_at: z.string().describe(\"Account creation timestamp (ISO 8601).\").nullable().optional(),\n matures_on: z.string().describe(\"Account maturity date (ISO 8601).\").nullable().optional(),\n started_on: z.string().describe(\"Debt account start date (ISO 8601).\").nullable().optional(),\n updated_at: z.string().describe(\"Account last update timestamp (ISO 8601).\").nullable().optional(),\n member_guid: z.string().describe(\"MX member GUID owning the account.\").nullable().optional(),\n cash_balance: z.number().describe(\"Cash balance (if applicable).\").nullable().optional(),\n credit_limit: z.number().describe(\"Credit limit for the account.\").nullable().optional(),\n last_payment: z.number().describe(\"Amount of most recent payment.\").nullable().optional(),\n currency_code: z.string().describe(\"ISO 4217 currency code (e.g., 'USD').\").nullable().optional(),\n death_benefit: z.number().describe(\"Insurance death benefit amount.\").nullable().optional(),\n interest_rate: z.number().describe(\"Interest rate for the account.\").nullable().optional(),\n account_number: z.string().describe(\"Account number (masked/partial).\").nullable().optional(),\n payment_due_at: z.string().describe(\"Next payment due datetime (ISO 8601).\").nullable().optional(),\n payoff_balance: z.number().describe(\"Payoff amount for debt account.\").nullable().optional(),\n last_payment_at: z.string().describe(\"Timestamp of most recent payment (ISO 8601).\").nullable().optional(),\n minimum_balance: z.number().describe(\"Minimum balance requirement.\").nullable().optional(),\n minimum_payment: z.number().describe(\"Minimum required payment.\").nullable().optional(),\n available_credit: z.number().describe(\"Available credit (for liabilities).\").nullable().optional(),\n institution_code: z.string().describe(\"MX-defined institution code.\").nullable().optional(),\n original_balance: z.number().describe(\"Original balance (usually positive).\").nullable().optional(),\n available_balance: z.number().describe(\"Available balance for spending. May be null if not available.\").nullable().optional(),\n day_payment_is_due: z.string().describe(\"Day of month payment is due (e.g., '14').\").nullable().optional(),\n total_account_value: z.number().describe(\"Total value for investment-type accounts.\").nullable().optional(),\n cash_surrender_value: z.number().describe(\"Insurance cash surrender value.\").nullable().optional(),\n});\nconst MxTechnologiesListMemberAccounts_PaginationSchema: z.ZodTypeAny = z.object({\n per_page: z.number().int().describe(\"Number of records per page.\"),\n total_pages: z.number().int().describe(\"Total number of pages available.\"),\n current_page: z.number().int().describe(\"Current page number.\"),\n total_entries: z.number().int().describe(\"Total number of entries available.\"),\n});\nexport const MxTechnologiesListMemberAccountsOutput: z.ZodTypeAny = z.object({\n accounts: z.array(MxTechnologiesListMemberAccounts_AccountSchema).describe(\"List of account objects.\"),\n pagination: MxTechnologiesListMemberAccounts_PaginationSchema.nullable(),\n});\n\nexport const mxTechnologiesListMemberAccounts = action(\"MX_TECHNOLOGIES_LIST_MEMBER_ACCOUNTS\", {\n slug: \"mx_technologies-list-member-accounts\",\n name: \"List member accounts\",\n description: \"Tool to list accounts for a specific member. Use when you need to retrieve all accounts associated with a given user and member GUID.\",\n input: MxTechnologiesListMemberAccountsInput,\n output: MxTechnologiesListMemberAccountsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-member-accounts.d.ts
|
|
4
|
+
declare const MxTechnologiesListMemberAccountsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MxTechnologiesListMemberAccountsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mxTechnologiesListMemberAccounts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mxTechnologiesListMemberAccounts };
|
|
9
|
+
//# sourceMappingURL=list-member-accounts.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-member-accounts.d.cts","names":[],"sources":["../../src/actions/list-member-accounts.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAMsB;AAAA,cA0C/D,sCAAA,EAAwC,CAAA,CAAE,UAGrD;AAAA,cAEW,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-member-accounts.d.ts
|
|
4
|
+
declare const MxTechnologiesListMemberAccountsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MxTechnologiesListMemberAccountsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mxTechnologiesListMemberAccounts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mxTechnologiesListMemberAccounts };
|
|
9
|
+
//# sourceMappingURL=list-member-accounts.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-member-accounts.d.mts","names":[],"sources":["../../src/actions/list-member-accounts.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAMsB;AAAA,cA0C/D,sCAAA,EAAwC,CAAA,CAAE,UAGrD;AAAA,cAEW,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|