@tryfinch/finch-api-mcp 6.31.0 → 8.0.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 +46 -259
- package/code-tool-types.d.mts +16 -0
- package/code-tool-types.d.mts.map +1 -0
- package/code-tool-types.d.ts +16 -0
- package/code-tool-types.d.ts.map +1 -0
- package/code-tool-types.js +4 -0
- package/code-tool-types.js.map +1 -0
- package/code-tool-types.mjs +3 -0
- package/code-tool-types.mjs.map +1 -0
- package/code-tool.d.mts +12 -0
- package/code-tool.d.mts.map +1 -0
- package/code-tool.d.ts +12 -0
- package/code-tool.d.ts.map +1 -0
- package/code-tool.js +55 -0
- package/code-tool.js.map +1 -0
- package/code-tool.mjs +52 -0
- package/code-tool.mjs.map +1 -0
- package/docs-search-tool.d.mts +50 -0
- package/docs-search-tool.d.mts.map +1 -0
- package/docs-search-tool.d.ts +50 -0
- package/docs-search-tool.d.ts.map +1 -0
- package/docs-search-tool.js +51 -0
- package/docs-search-tool.js.map +1 -0
- package/docs-search-tool.mjs +47 -0
- package/docs-search-tool.mjs.map +1 -0
- package/headers.d.mts +4 -0
- package/headers.d.mts.map +1 -0
- package/headers.d.ts +4 -0
- package/headers.d.ts.map +1 -0
- package/headers.js +31 -0
- package/headers.js.map +1 -0
- package/headers.mjs +27 -0
- package/headers.mjs.map +1 -0
- package/http.d.mts +9 -0
- package/http.d.mts.map +1 -0
- package/http.d.ts +9 -0
- package/http.d.ts.map +1 -0
- package/http.js +91 -0
- package/http.js.map +1 -0
- package/http.mjs +83 -0
- package/http.mjs.map +1 -0
- package/index.d.mts +1 -0
- package/index.d.ts +1 -0
- package/index.js +14 -45
- package/index.js.map +1 -1
- package/index.mjs +17 -47
- package/index.mjs.map +1 -1
- package/options.d.mts +10 -10
- package/options.d.mts.map +1 -1
- package/options.d.ts +10 -10
- package/options.d.ts.map +1 -1
- package/options.js +42 -307
- package/options.js.map +1 -1
- package/options.mjs +40 -306
- package/options.mjs.map +1 -1
- package/package.json +121 -12
- package/server.d.mts +11 -19
- package/server.d.mts.map +1 -1
- package/server.d.ts +11 -19
- package/server.d.ts.map +1 -1
- package/server.js +67 -49
- package/server.js.map +1 -1
- package/server.mjs +65 -47
- package/server.mjs.map +1 -1
- package/src/code-tool-types.ts +18 -0
- package/src/code-tool.ts +65 -0
- package/src/docs-search-tool.ts +59 -0
- package/src/headers.ts +35 -0
- package/src/http.ts +109 -0
- package/src/index.ts +21 -62
- package/src/options.ts +57 -326
- package/src/server.ts +85 -65
- package/src/stdio.ts +12 -0
- package/src/types.ts +115 -0
- package/stdio.d.mts +2 -0
- package/stdio.d.mts.map +1 -0
- package/stdio.d.ts +2 -0
- package/stdio.d.ts.map +1 -0
- package/stdio.js +14 -0
- package/stdio.js.map +1 -0
- package/stdio.mjs +10 -0
- package/stdio.mjs.map +1 -0
- package/types.d.mts +52 -0
- package/types.d.mts.map +1 -0
- package/types.d.ts +52 -0
- package/types.d.ts.map +1 -0
- package/types.js +58 -0
- package/types.js.map +1 -0
- package/types.mjs +53 -0
- package/types.mjs.map +1 -0
- package/compat.d.mts +0 -52
- package/compat.d.mts.map +0 -1
- package/compat.d.ts +0 -52
- package/compat.d.ts.map +0 -1
- package/compat.js +0 -342
- package/compat.js.map +0 -1
- package/compat.mjs +0 -332
- package/compat.mjs.map +0 -1
- package/dynamic-tools.d.mts +0 -12
- package/dynamic-tools.d.mts.map +0 -1
- package/dynamic-tools.d.ts +0 -12
- package/dynamic-tools.d.ts.map +0 -1
- package/dynamic-tools.js +0 -133
- package/dynamic-tools.js.map +0 -1
- package/dynamic-tools.mjs +0 -130
- package/dynamic-tools.mjs.map +0 -1
- package/src/compat.ts +0 -429
- package/src/dynamic-tools.ts +0 -152
- package/src/tools/access-tokens/create-access-tokens.ts +0 -40
- package/src/tools/account/disconnect-account.ts +0 -26
- package/src/tools/account/introspect-account.ts +0 -26
- package/src/tools/connect/sessions/new-connect-sessions.ts +0 -83
- package/src/tools/connect/sessions/reauthenticate-connect-sessions.ts +0 -60
- package/src/tools/hris/benefits/create-hris-benefits.ts +0 -102
- package/src/tools/hris/benefits/individuals/enroll-many-benefits-hris-individuals.ts +0 -101
- package/src/tools/hris/benefits/individuals/enrolled-ids-benefits-hris-individuals.ts +0 -31
- package/src/tools/hris/benefits/individuals/retrieve-many-benefits-benefits-hris-individuals.ts +0 -36
- package/src/tools/hris/benefits/individuals/unenroll-many-benefits-hris-individuals.ts +0 -38
- package/src/tools/hris/benefits/list-hris-benefits.ts +0 -26
- package/src/tools/hris/benefits/list-supported-benefits-hris-benefits.ts +0 -26
- package/src/tools/hris/benefits/retrieve-hris-benefits.ts +0 -31
- package/src/tools/hris/benefits/update-hris-benefits.ts +0 -35
- package/src/tools/hris/company/pay-statement-item/list-company-hris-pay-statement-item.ts +0 -58
- package/src/tools/hris/company/pay-statement-item/rules/create-pay-statement-item-company-hris-rules.ts +0 -78
- package/src/tools/hris/company/pay-statement-item/rules/delete-pay-statement-item-company-hris-rules.ts +0 -32
- package/src/tools/hris/company/pay-statement-item/rules/list-pay-statement-item-company-hris-rules.ts +0 -27
- package/src/tools/hris/company/pay-statement-item/rules/update-pay-statement-item-company-hris-rules.ts +0 -35
- package/src/tools/hris/company/retrieve-hris-company.ts +0 -26
- package/src/tools/hris/directory/list-hris-directory.ts +0 -36
- package/src/tools/hris/directory/list-individuals-hris-directory.ts +0 -36
- package/src/tools/hris/documents/list-hris-documents.ts +0 -53
- package/src/tools/hris/documents/retreive-hris-documents.ts +0 -32
- package/src/tools/hris/employments/retrieve-many-hris-employments.ts +0 -43
- package/src/tools/hris/individuals/retrieve-many-hris-individuals.ts +0 -52
- package/src/tools/hris/pay-statements/retrieve-many-hris-pay-statements.ts +0 -51
- package/src/tools/hris/payments/list-hris-payments.ts +0 -38
- package/src/tools/index.ts +0 -175
- package/src/tools/jobs/automated/create-jobs-automated.ts +0 -59
- package/src/tools/jobs/automated/list-jobs-automated.ts +0 -37
- package/src/tools/jobs/automated/retrieve-jobs-automated.ts +0 -31
- package/src/tools/jobs/manual/retrieve-jobs-manual.ts +0 -32
- package/src/tools/payroll/pay-groups/list-payroll-pay-groups.ts +0 -37
- package/src/tools/payroll/pay-groups/retrieve-payroll-pay-groups.ts +0 -31
- package/src/tools/providers/list-providers.ts +0 -26
- package/src/tools/request-forwarding/forward-request-forwarding.ts +0 -54
- package/src/tools/sandbox/company/update-sandbox-company.ts +0 -164
- package/src/tools/sandbox/connections/accounts/create-connections-sandbox-accounts.ts +0 -48
- package/src/tools/sandbox/connections/accounts/update-connections-sandbox-accounts.ts +0 -39
- package/src/tools/sandbox/connections/create-sandbox-connections.ts +0 -48
- package/src/tools/sandbox/directory/create-sandbox-directory.ts +0 -303
- package/src/tools/sandbox/employment/update-sandbox-employment.ts +0 -223
- package/src/tools/sandbox/individual/update-sandbox-individual.ts +0 -154
- package/src/tools/sandbox/jobs/configuration/retrieve-jobs-sandbox-configuration.ts +0 -26
- package/src/tools/sandbox/jobs/configuration/update-jobs-sandbox-configuration.ts +0 -36
- package/src/tools/sandbox/jobs/create-sandbox-jobs.ts +0 -33
- package/src/tools/sandbox/payment/create-sandbox-payment.ts +0 -308
- package/src/tools.ts +0 -1
- package/tools/access-tokens/create-access-tokens.d.mts +0 -32
- package/tools/access-tokens/create-access-tokens.d.mts.map +0 -1
- package/tools/access-tokens/create-access-tokens.d.ts +0 -32
- package/tools/access-tokens/create-access-tokens.d.ts.map +0 -1
- package/tools/access-tokens/create-access-tokens.js +0 -37
- package/tools/access-tokens/create-access-tokens.js.map +0 -1
- package/tools/access-tokens/create-access-tokens.mjs +0 -33
- package/tools/access-tokens/create-access-tokens.mjs.map +0 -1
- package/tools/account/disconnect-account.d.mts +0 -32
- package/tools/account/disconnect-account.d.mts.map +0 -1
- package/tools/account/disconnect-account.d.ts +0 -32
- package/tools/account/disconnect-account.d.ts.map +0 -1
- package/tools/account/disconnect-account.js +0 -23
- package/tools/account/disconnect-account.js.map +0 -1
- package/tools/account/disconnect-account.mjs +0 -19
- package/tools/account/disconnect-account.mjs.map +0 -1
- package/tools/account/introspect-account.d.mts +0 -32
- package/tools/account/introspect-account.d.mts.map +0 -1
- package/tools/account/introspect-account.d.ts +0 -32
- package/tools/account/introspect-account.d.ts.map +0 -1
- package/tools/account/introspect-account.js +0 -23
- package/tools/account/introspect-account.js.map +0 -1
- package/tools/account/introspect-account.mjs +0 -19
- package/tools/account/introspect-account.mjs.map +0 -1
- package/tools/connect/sessions/new-connect-sessions.d.mts +0 -32
- package/tools/connect/sessions/new-connect-sessions.d.mts.map +0 -1
- package/tools/connect/sessions/new-connect-sessions.d.ts +0 -32
- package/tools/connect/sessions/new-connect-sessions.d.ts.map +0 -1
- package/tools/connect/sessions/new-connect-sessions.js +0 -80
- package/tools/connect/sessions/new-connect-sessions.js.map +0 -1
- package/tools/connect/sessions/new-connect-sessions.mjs +0 -76
- package/tools/connect/sessions/new-connect-sessions.mjs.map +0 -1
- package/tools/connect/sessions/reauthenticate-connect-sessions.d.mts +0 -32
- package/tools/connect/sessions/reauthenticate-connect-sessions.d.mts.map +0 -1
- package/tools/connect/sessions/reauthenticate-connect-sessions.d.ts +0 -32
- package/tools/connect/sessions/reauthenticate-connect-sessions.d.ts.map +0 -1
- package/tools/connect/sessions/reauthenticate-connect-sessions.js +0 -57
- package/tools/connect/sessions/reauthenticate-connect-sessions.js.map +0 -1
- package/tools/connect/sessions/reauthenticate-connect-sessions.mjs +0 -53
- package/tools/connect/sessions/reauthenticate-connect-sessions.mjs.map +0 -1
- package/tools/hris/benefits/create-hris-benefits.d.mts +0 -32
- package/tools/hris/benefits/create-hris-benefits.d.mts.map +0 -1
- package/tools/hris/benefits/create-hris-benefits.d.ts +0 -32
- package/tools/hris/benefits/create-hris-benefits.d.ts.map +0 -1
- package/tools/hris/benefits/create-hris-benefits.js +0 -97
- package/tools/hris/benefits/create-hris-benefits.js.map +0 -1
- package/tools/hris/benefits/create-hris-benefits.mjs +0 -93
- package/tools/hris/benefits/create-hris-benefits.mjs.map +0 -1
- package/tools/hris/benefits/individuals/enroll-many-benefits-hris-individuals.d.mts +0 -32
- package/tools/hris/benefits/individuals/enroll-many-benefits-hris-individuals.d.mts.map +0 -1
- package/tools/hris/benefits/individuals/enroll-many-benefits-hris-individuals.d.ts +0 -32
- package/tools/hris/benefits/individuals/enroll-many-benefits-hris-individuals.d.ts.map +0 -1
- package/tools/hris/benefits/individuals/enroll-many-benefits-hris-individuals.js +0 -94
- package/tools/hris/benefits/individuals/enroll-many-benefits-hris-individuals.js.map +0 -1
- package/tools/hris/benefits/individuals/enroll-many-benefits-hris-individuals.mjs +0 -90
- package/tools/hris/benefits/individuals/enroll-many-benefits-hris-individuals.mjs.map +0 -1
- package/tools/hris/benefits/individuals/enrolled-ids-benefits-hris-individuals.d.mts +0 -32
- package/tools/hris/benefits/individuals/enrolled-ids-benefits-hris-individuals.d.mts.map +0 -1
- package/tools/hris/benefits/individuals/enrolled-ids-benefits-hris-individuals.d.ts +0 -32
- package/tools/hris/benefits/individuals/enrolled-ids-benefits-hris-individuals.d.ts.map +0 -1
- package/tools/hris/benefits/individuals/enrolled-ids-benefits-hris-individuals.js +0 -28
- package/tools/hris/benefits/individuals/enrolled-ids-benefits-hris-individuals.js.map +0 -1
- package/tools/hris/benefits/individuals/enrolled-ids-benefits-hris-individuals.mjs +0 -24
- package/tools/hris/benefits/individuals/enrolled-ids-benefits-hris-individuals.mjs.map +0 -1
- package/tools/hris/benefits/individuals/retrieve-many-benefits-benefits-hris-individuals.d.mts +0 -32
- package/tools/hris/benefits/individuals/retrieve-many-benefits-benefits-hris-individuals.d.mts.map +0 -1
- package/tools/hris/benefits/individuals/retrieve-many-benefits-benefits-hris-individuals.d.ts +0 -32
- package/tools/hris/benefits/individuals/retrieve-many-benefits-benefits-hris-individuals.d.ts.map +0 -1
- package/tools/hris/benefits/individuals/retrieve-many-benefits-benefits-hris-individuals.js +0 -32
- package/tools/hris/benefits/individuals/retrieve-many-benefits-benefits-hris-individuals.js.map +0 -1
- package/tools/hris/benefits/individuals/retrieve-many-benefits-benefits-hris-individuals.mjs +0 -28
- package/tools/hris/benefits/individuals/retrieve-many-benefits-benefits-hris-individuals.mjs.map +0 -1
- package/tools/hris/benefits/individuals/unenroll-many-benefits-hris-individuals.d.mts +0 -32
- package/tools/hris/benefits/individuals/unenroll-many-benefits-hris-individuals.d.mts.map +0 -1
- package/tools/hris/benefits/individuals/unenroll-many-benefits-hris-individuals.d.ts +0 -32
- package/tools/hris/benefits/individuals/unenroll-many-benefits-hris-individuals.d.ts.map +0 -1
- package/tools/hris/benefits/individuals/unenroll-many-benefits-hris-individuals.js +0 -35
- package/tools/hris/benefits/individuals/unenroll-many-benefits-hris-individuals.js.map +0 -1
- package/tools/hris/benefits/individuals/unenroll-many-benefits-hris-individuals.mjs +0 -31
- package/tools/hris/benefits/individuals/unenroll-many-benefits-hris-individuals.mjs.map +0 -1
- package/tools/hris/benefits/list-hris-benefits.d.mts +0 -32
- package/tools/hris/benefits/list-hris-benefits.d.mts.map +0 -1
- package/tools/hris/benefits/list-hris-benefits.d.ts +0 -32
- package/tools/hris/benefits/list-hris-benefits.d.ts.map +0 -1
- package/tools/hris/benefits/list-hris-benefits.js +0 -23
- package/tools/hris/benefits/list-hris-benefits.js.map +0 -1
- package/tools/hris/benefits/list-hris-benefits.mjs +0 -19
- package/tools/hris/benefits/list-hris-benefits.mjs.map +0 -1
- package/tools/hris/benefits/list-supported-benefits-hris-benefits.d.mts +0 -32
- package/tools/hris/benefits/list-supported-benefits-hris-benefits.d.mts.map +0 -1
- package/tools/hris/benefits/list-supported-benefits-hris-benefits.d.ts +0 -32
- package/tools/hris/benefits/list-supported-benefits-hris-benefits.d.ts.map +0 -1
- package/tools/hris/benefits/list-supported-benefits-hris-benefits.js +0 -23
- package/tools/hris/benefits/list-supported-benefits-hris-benefits.js.map +0 -1
- package/tools/hris/benefits/list-supported-benefits-hris-benefits.mjs +0 -19
- package/tools/hris/benefits/list-supported-benefits-hris-benefits.mjs.map +0 -1
- package/tools/hris/benefits/retrieve-hris-benefits.d.mts +0 -32
- package/tools/hris/benefits/retrieve-hris-benefits.d.mts.map +0 -1
- package/tools/hris/benefits/retrieve-hris-benefits.d.ts +0 -32
- package/tools/hris/benefits/retrieve-hris-benefits.d.ts.map +0 -1
- package/tools/hris/benefits/retrieve-hris-benefits.js +0 -28
- package/tools/hris/benefits/retrieve-hris-benefits.js.map +0 -1
- package/tools/hris/benefits/retrieve-hris-benefits.mjs +0 -24
- package/tools/hris/benefits/retrieve-hris-benefits.mjs.map +0 -1
- package/tools/hris/benefits/update-hris-benefits.d.mts +0 -32
- package/tools/hris/benefits/update-hris-benefits.d.mts.map +0 -1
- package/tools/hris/benefits/update-hris-benefits.d.ts +0 -32
- package/tools/hris/benefits/update-hris-benefits.d.ts.map +0 -1
- package/tools/hris/benefits/update-hris-benefits.js +0 -32
- package/tools/hris/benefits/update-hris-benefits.js.map +0 -1
- package/tools/hris/benefits/update-hris-benefits.mjs +0 -28
- package/tools/hris/benefits/update-hris-benefits.mjs.map +0 -1
- package/tools/hris/company/pay-statement-item/list-company-hris-pay-statement-item.d.mts +0 -32
- package/tools/hris/company/pay-statement-item/list-company-hris-pay-statement-item.d.mts.map +0 -1
- package/tools/hris/company/pay-statement-item/list-company-hris-pay-statement-item.d.ts +0 -32
- package/tools/hris/company/pay-statement-item/list-company-hris-pay-statement-item.d.ts.map +0 -1
- package/tools/hris/company/pay-statement-item/list-company-hris-pay-statement-item.js +0 -51
- package/tools/hris/company/pay-statement-item/list-company-hris-pay-statement-item.js.map +0 -1
- package/tools/hris/company/pay-statement-item/list-company-hris-pay-statement-item.mjs +0 -47
- package/tools/hris/company/pay-statement-item/list-company-hris-pay-statement-item.mjs.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/create-pay-statement-item-company-hris-rules.d.mts +0 -32
- package/tools/hris/company/pay-statement-item/rules/create-pay-statement-item-company-hris-rules.d.mts.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/create-pay-statement-item-company-hris-rules.d.ts +0 -32
- package/tools/hris/company/pay-statement-item/rules/create-pay-statement-item-company-hris-rules.d.ts.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/create-pay-statement-item-company-hris-rules.js +0 -73
- package/tools/hris/company/pay-statement-item/rules/create-pay-statement-item-company-hris-rules.js.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/create-pay-statement-item-company-hris-rules.mjs +0 -69
- package/tools/hris/company/pay-statement-item/rules/create-pay-statement-item-company-hris-rules.mjs.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/delete-pay-statement-item-company-hris-rules.d.mts +0 -32
- package/tools/hris/company/pay-statement-item/rules/delete-pay-statement-item-company-hris-rules.d.mts.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/delete-pay-statement-item-company-hris-rules.d.ts +0 -32
- package/tools/hris/company/pay-statement-item/rules/delete-pay-statement-item-company-hris-rules.d.ts.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/delete-pay-statement-item-company-hris-rules.js +0 -28
- package/tools/hris/company/pay-statement-item/rules/delete-pay-statement-item-company-hris-rules.js.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/delete-pay-statement-item-company-hris-rules.mjs +0 -24
- package/tools/hris/company/pay-statement-item/rules/delete-pay-statement-item-company-hris-rules.mjs.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/list-pay-statement-item-company-hris-rules.d.mts +0 -32
- package/tools/hris/company/pay-statement-item/rules/list-pay-statement-item-company-hris-rules.d.mts.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/list-pay-statement-item-company-hris-rules.d.ts +0 -32
- package/tools/hris/company/pay-statement-item/rules/list-pay-statement-item-company-hris-rules.d.ts.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/list-pay-statement-item-company-hris-rules.js +0 -23
- package/tools/hris/company/pay-statement-item/rules/list-pay-statement-item-company-hris-rules.js.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/list-pay-statement-item-company-hris-rules.mjs +0 -19
- package/tools/hris/company/pay-statement-item/rules/list-pay-statement-item-company-hris-rules.mjs.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/update-pay-statement-item-company-hris-rules.d.mts +0 -32
- package/tools/hris/company/pay-statement-item/rules/update-pay-statement-item-company-hris-rules.d.mts.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/update-pay-statement-item-company-hris-rules.d.ts +0 -32
- package/tools/hris/company/pay-statement-item/rules/update-pay-statement-item-company-hris-rules.d.ts.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/update-pay-statement-item-company-hris-rules.js +0 -31
- package/tools/hris/company/pay-statement-item/rules/update-pay-statement-item-company-hris-rules.js.map +0 -1
- package/tools/hris/company/pay-statement-item/rules/update-pay-statement-item-company-hris-rules.mjs +0 -27
- package/tools/hris/company/pay-statement-item/rules/update-pay-statement-item-company-hris-rules.mjs.map +0 -1
- package/tools/hris/company/retrieve-hris-company.d.mts +0 -32
- package/tools/hris/company/retrieve-hris-company.d.mts.map +0 -1
- package/tools/hris/company/retrieve-hris-company.d.ts +0 -32
- package/tools/hris/company/retrieve-hris-company.d.ts.map +0 -1
- package/tools/hris/company/retrieve-hris-company.js +0 -23
- package/tools/hris/company/retrieve-hris-company.js.map +0 -1
- package/tools/hris/company/retrieve-hris-company.mjs +0 -19
- package/tools/hris/company/retrieve-hris-company.mjs.map +0 -1
- package/tools/hris/directory/list-hris-directory.d.mts +0 -32
- package/tools/hris/directory/list-hris-directory.d.mts.map +0 -1
- package/tools/hris/directory/list-hris-directory.d.ts +0 -32
- package/tools/hris/directory/list-hris-directory.d.ts.map +0 -1
- package/tools/hris/directory/list-hris-directory.js +0 -33
- package/tools/hris/directory/list-hris-directory.js.map +0 -1
- package/tools/hris/directory/list-hris-directory.mjs +0 -29
- package/tools/hris/directory/list-hris-directory.mjs.map +0 -1
- package/tools/hris/directory/list-individuals-hris-directory.d.mts +0 -32
- package/tools/hris/directory/list-individuals-hris-directory.d.mts.map +0 -1
- package/tools/hris/directory/list-individuals-hris-directory.d.ts +0 -32
- package/tools/hris/directory/list-individuals-hris-directory.d.ts.map +0 -1
- package/tools/hris/directory/list-individuals-hris-directory.js +0 -33
- package/tools/hris/directory/list-individuals-hris-directory.js.map +0 -1
- package/tools/hris/directory/list-individuals-hris-directory.mjs +0 -29
- package/tools/hris/directory/list-individuals-hris-directory.mjs.map +0 -1
- package/tools/hris/documents/list-hris-documents.d.mts +0 -32
- package/tools/hris/documents/list-hris-documents.d.mts.map +0 -1
- package/tools/hris/documents/list-hris-documents.d.ts +0 -32
- package/tools/hris/documents/list-hris-documents.d.ts.map +0 -1
- package/tools/hris/documents/list-hris-documents.js +0 -48
- package/tools/hris/documents/list-hris-documents.js.map +0 -1
- package/tools/hris/documents/list-hris-documents.mjs +0 -44
- package/tools/hris/documents/list-hris-documents.mjs.map +0 -1
- package/tools/hris/documents/retreive-hris-documents.d.mts +0 -32
- package/tools/hris/documents/retreive-hris-documents.d.mts.map +0 -1
- package/tools/hris/documents/retreive-hris-documents.d.ts +0 -32
- package/tools/hris/documents/retreive-hris-documents.d.ts.map +0 -1
- package/tools/hris/documents/retreive-hris-documents.js +0 -28
- package/tools/hris/documents/retreive-hris-documents.js.map +0 -1
- package/tools/hris/documents/retreive-hris-documents.mjs +0 -24
- package/tools/hris/documents/retreive-hris-documents.mjs.map +0 -1
- package/tools/hris/employments/retrieve-many-hris-employments.d.mts +0 -32
- package/tools/hris/employments/retrieve-many-hris-employments.d.mts.map +0 -1
- package/tools/hris/employments/retrieve-many-hris-employments.d.ts +0 -32
- package/tools/hris/employments/retrieve-many-hris-employments.d.ts.map +0 -1
- package/tools/hris/employments/retrieve-many-hris-employments.js +0 -39
- package/tools/hris/employments/retrieve-many-hris-employments.js.map +0 -1
- package/tools/hris/employments/retrieve-many-hris-employments.mjs +0 -35
- package/tools/hris/employments/retrieve-many-hris-employments.mjs.map +0 -1
- package/tools/hris/individuals/retrieve-many-hris-individuals.d.mts +0 -32
- package/tools/hris/individuals/retrieve-many-hris-individuals.d.mts.map +0 -1
- package/tools/hris/individuals/retrieve-many-hris-individuals.d.ts +0 -32
- package/tools/hris/individuals/retrieve-many-hris-individuals.d.ts.map +0 -1
- package/tools/hris/individuals/retrieve-many-hris-individuals.js +0 -49
- package/tools/hris/individuals/retrieve-many-hris-individuals.js.map +0 -1
- package/tools/hris/individuals/retrieve-many-hris-individuals.mjs +0 -45
- package/tools/hris/individuals/retrieve-many-hris-individuals.mjs.map +0 -1
- package/tools/hris/pay-statements/retrieve-many-hris-pay-statements.d.mts +0 -32
- package/tools/hris/pay-statements/retrieve-many-hris-pay-statements.d.mts.map +0 -1
- package/tools/hris/pay-statements/retrieve-many-hris-pay-statements.d.ts +0 -32
- package/tools/hris/pay-statements/retrieve-many-hris-pay-statements.d.ts.map +0 -1
- package/tools/hris/pay-statements/retrieve-many-hris-pay-statements.js +0 -47
- package/tools/hris/pay-statements/retrieve-many-hris-pay-statements.js.map +0 -1
- package/tools/hris/pay-statements/retrieve-many-hris-pay-statements.mjs +0 -43
- package/tools/hris/pay-statements/retrieve-many-hris-pay-statements.mjs.map +0 -1
- package/tools/hris/payments/list-hris-payments.d.mts +0 -32
- package/tools/hris/payments/list-hris-payments.d.mts.map +0 -1
- package/tools/hris/payments/list-hris-payments.d.ts +0 -32
- package/tools/hris/payments/list-hris-payments.d.ts.map +0 -1
- package/tools/hris/payments/list-hris-payments.js +0 -35
- package/tools/hris/payments/list-hris-payments.js.map +0 -1
- package/tools/hris/payments/list-hris-payments.mjs +0 -31
- package/tools/hris/payments/list-hris-payments.mjs.map +0 -1
- package/tools/index.d.mts +0 -21
- package/tools/index.d.mts.map +0 -1
- package/tools/index.d.ts +0 -21
- package/tools/index.d.ts.map +0 -1
- package/tools/index.js +0 -146
- package/tools/index.js.map +0 -1
- package/tools/index.mjs +0 -139
- package/tools/index.mjs.map +0 -1
- package/tools/jobs/automated/create-jobs-automated.d.mts +0 -32
- package/tools/jobs/automated/create-jobs-automated.d.mts.map +0 -1
- package/tools/jobs/automated/create-jobs-automated.d.ts +0 -32
- package/tools/jobs/automated/create-jobs-automated.d.ts.map +0 -1
- package/tools/jobs/automated/create-jobs-automated.js +0 -55
- package/tools/jobs/automated/create-jobs-automated.js.map +0 -1
- package/tools/jobs/automated/create-jobs-automated.mjs +0 -51
- package/tools/jobs/automated/create-jobs-automated.mjs.map +0 -1
- package/tools/jobs/automated/list-jobs-automated.d.mts +0 -32
- package/tools/jobs/automated/list-jobs-automated.d.mts.map +0 -1
- package/tools/jobs/automated/list-jobs-automated.d.ts +0 -32
- package/tools/jobs/automated/list-jobs-automated.d.ts.map +0 -1
- package/tools/jobs/automated/list-jobs-automated.js +0 -33
- package/tools/jobs/automated/list-jobs-automated.js.map +0 -1
- package/tools/jobs/automated/list-jobs-automated.mjs +0 -29
- package/tools/jobs/automated/list-jobs-automated.mjs.map +0 -1
- package/tools/jobs/automated/retrieve-jobs-automated.d.mts +0 -32
- package/tools/jobs/automated/retrieve-jobs-automated.d.mts.map +0 -1
- package/tools/jobs/automated/retrieve-jobs-automated.d.ts +0 -32
- package/tools/jobs/automated/retrieve-jobs-automated.d.ts.map +0 -1
- package/tools/jobs/automated/retrieve-jobs-automated.js +0 -28
- package/tools/jobs/automated/retrieve-jobs-automated.js.map +0 -1
- package/tools/jobs/automated/retrieve-jobs-automated.mjs +0 -24
- package/tools/jobs/automated/retrieve-jobs-automated.mjs.map +0 -1
- package/tools/jobs/manual/retrieve-jobs-manual.d.mts +0 -32
- package/tools/jobs/manual/retrieve-jobs-manual.d.mts.map +0 -1
- package/tools/jobs/manual/retrieve-jobs-manual.d.ts +0 -32
- package/tools/jobs/manual/retrieve-jobs-manual.d.ts.map +0 -1
- package/tools/jobs/manual/retrieve-jobs-manual.js +0 -28
- package/tools/jobs/manual/retrieve-jobs-manual.js.map +0 -1
- package/tools/jobs/manual/retrieve-jobs-manual.mjs +0 -24
- package/tools/jobs/manual/retrieve-jobs-manual.mjs.map +0 -1
- package/tools/payroll/pay-groups/list-payroll-pay-groups.d.mts +0 -32
- package/tools/payroll/pay-groups/list-payroll-pay-groups.d.mts.map +0 -1
- package/tools/payroll/pay-groups/list-payroll-pay-groups.d.ts +0 -32
- package/tools/payroll/pay-groups/list-payroll-pay-groups.d.ts.map +0 -1
- package/tools/payroll/pay-groups/list-payroll-pay-groups.js +0 -34
- package/tools/payroll/pay-groups/list-payroll-pay-groups.js.map +0 -1
- package/tools/payroll/pay-groups/list-payroll-pay-groups.mjs +0 -30
- package/tools/payroll/pay-groups/list-payroll-pay-groups.mjs.map +0 -1
- package/tools/payroll/pay-groups/retrieve-payroll-pay-groups.d.mts +0 -32
- package/tools/payroll/pay-groups/retrieve-payroll-pay-groups.d.mts.map +0 -1
- package/tools/payroll/pay-groups/retrieve-payroll-pay-groups.d.ts +0 -32
- package/tools/payroll/pay-groups/retrieve-payroll-pay-groups.d.ts.map +0 -1
- package/tools/payroll/pay-groups/retrieve-payroll-pay-groups.js +0 -28
- package/tools/payroll/pay-groups/retrieve-payroll-pay-groups.js.map +0 -1
- package/tools/payroll/pay-groups/retrieve-payroll-pay-groups.mjs +0 -24
- package/tools/payroll/pay-groups/retrieve-payroll-pay-groups.mjs.map +0 -1
- package/tools/providers/list-providers.d.mts +0 -32
- package/tools/providers/list-providers.d.mts.map +0 -1
- package/tools/providers/list-providers.d.ts +0 -32
- package/tools/providers/list-providers.d.ts.map +0 -1
- package/tools/providers/list-providers.js +0 -23
- package/tools/providers/list-providers.js.map +0 -1
- package/tools/providers/list-providers.mjs +0 -19
- package/tools/providers/list-providers.mjs.map +0 -1
- package/tools/request-forwarding/forward-request-forwarding.d.mts +0 -32
- package/tools/request-forwarding/forward-request-forwarding.d.mts.map +0 -1
- package/tools/request-forwarding/forward-request-forwarding.d.ts +0 -32
- package/tools/request-forwarding/forward-request-forwarding.d.ts.map +0 -1
- package/tools/request-forwarding/forward-request-forwarding.js +0 -45
- package/tools/request-forwarding/forward-request-forwarding.js.map +0 -1
- package/tools/request-forwarding/forward-request-forwarding.mjs +0 -41
- package/tools/request-forwarding/forward-request-forwarding.mjs.map +0 -1
- package/tools/sandbox/company/update-sandbox-company.d.mts +0 -32
- package/tools/sandbox/company/update-sandbox-company.d.mts.map +0 -1
- package/tools/sandbox/company/update-sandbox-company.d.ts +0 -32
- package/tools/sandbox/company/update-sandbox-company.d.ts.map +0 -1
- package/tools/sandbox/company/update-sandbox-company.js +0 -159
- package/tools/sandbox/company/update-sandbox-company.js.map +0 -1
- package/tools/sandbox/company/update-sandbox-company.mjs +0 -155
- package/tools/sandbox/company/update-sandbox-company.mjs.map +0 -1
- package/tools/sandbox/connections/accounts/create-connections-sandbox-accounts.d.mts +0 -32
- package/tools/sandbox/connections/accounts/create-connections-sandbox-accounts.d.mts.map +0 -1
- package/tools/sandbox/connections/accounts/create-connections-sandbox-accounts.d.ts +0 -32
- package/tools/sandbox/connections/accounts/create-connections-sandbox-accounts.d.ts.map +0 -1
- package/tools/sandbox/connections/accounts/create-connections-sandbox-accounts.js +0 -44
- package/tools/sandbox/connections/accounts/create-connections-sandbox-accounts.js.map +0 -1
- package/tools/sandbox/connections/accounts/create-connections-sandbox-accounts.mjs +0 -40
- package/tools/sandbox/connections/accounts/create-connections-sandbox-accounts.mjs.map +0 -1
- package/tools/sandbox/connections/accounts/update-connections-sandbox-accounts.d.mts +0 -32
- package/tools/sandbox/connections/accounts/update-connections-sandbox-accounts.d.mts.map +0 -1
- package/tools/sandbox/connections/accounts/update-connections-sandbox-accounts.d.ts +0 -32
- package/tools/sandbox/connections/accounts/update-connections-sandbox-accounts.d.ts.map +0 -1
- package/tools/sandbox/connections/accounts/update-connections-sandbox-accounts.js +0 -35
- package/tools/sandbox/connections/accounts/update-connections-sandbox-accounts.js.map +0 -1
- package/tools/sandbox/connections/accounts/update-connections-sandbox-accounts.mjs +0 -31
- package/tools/sandbox/connections/accounts/update-connections-sandbox-accounts.mjs.map +0 -1
- package/tools/sandbox/connections/create-sandbox-connections.d.mts +0 -32
- package/tools/sandbox/connections/create-sandbox-connections.d.mts.map +0 -1
- package/tools/sandbox/connections/create-sandbox-connections.d.ts +0 -32
- package/tools/sandbox/connections/create-sandbox-connections.d.ts.map +0 -1
- package/tools/sandbox/connections/create-sandbox-connections.js +0 -44
- package/tools/sandbox/connections/create-sandbox-connections.js.map +0 -1
- package/tools/sandbox/connections/create-sandbox-connections.mjs +0 -40
- package/tools/sandbox/connections/create-sandbox-connections.mjs.map +0 -1
- package/tools/sandbox/directory/create-sandbox-directory.d.mts +0 -32
- package/tools/sandbox/directory/create-sandbox-directory.d.mts.map +0 -1
- package/tools/sandbox/directory/create-sandbox-directory.d.ts +0 -32
- package/tools/sandbox/directory/create-sandbox-directory.d.ts.map +0 -1
- package/tools/sandbox/directory/create-sandbox-directory.js +0 -292
- package/tools/sandbox/directory/create-sandbox-directory.js.map +0 -1
- package/tools/sandbox/directory/create-sandbox-directory.mjs +0 -288
- package/tools/sandbox/directory/create-sandbox-directory.mjs.map +0 -1
- package/tools/sandbox/employment/update-sandbox-employment.d.mts +0 -32
- package/tools/sandbox/employment/update-sandbox-employment.d.mts.map +0 -1
- package/tools/sandbox/employment/update-sandbox-employment.d.ts +0 -32
- package/tools/sandbox/employment/update-sandbox-employment.d.ts.map +0 -1
- package/tools/sandbox/employment/update-sandbox-employment.js +0 -215
- package/tools/sandbox/employment/update-sandbox-employment.js.map +0 -1
- package/tools/sandbox/employment/update-sandbox-employment.mjs +0 -211
- package/tools/sandbox/employment/update-sandbox-employment.mjs.map +0 -1
- package/tools/sandbox/individual/update-sandbox-individual.d.mts +0 -32
- package/tools/sandbox/individual/update-sandbox-individual.d.mts.map +0 -1
- package/tools/sandbox/individual/update-sandbox-individual.d.ts +0 -32
- package/tools/sandbox/individual/update-sandbox-individual.d.ts.map +0 -1
- package/tools/sandbox/individual/update-sandbox-individual.js +0 -149
- package/tools/sandbox/individual/update-sandbox-individual.js.map +0 -1
- package/tools/sandbox/individual/update-sandbox-individual.mjs +0 -145
- package/tools/sandbox/individual/update-sandbox-individual.mjs.map +0 -1
- package/tools/sandbox/jobs/configuration/retrieve-jobs-sandbox-configuration.d.mts +0 -32
- package/tools/sandbox/jobs/configuration/retrieve-jobs-sandbox-configuration.d.mts.map +0 -1
- package/tools/sandbox/jobs/configuration/retrieve-jobs-sandbox-configuration.d.ts +0 -32
- package/tools/sandbox/jobs/configuration/retrieve-jobs-sandbox-configuration.d.ts.map +0 -1
- package/tools/sandbox/jobs/configuration/retrieve-jobs-sandbox-configuration.js +0 -23
- package/tools/sandbox/jobs/configuration/retrieve-jobs-sandbox-configuration.js.map +0 -1
- package/tools/sandbox/jobs/configuration/retrieve-jobs-sandbox-configuration.mjs +0 -19
- package/tools/sandbox/jobs/configuration/retrieve-jobs-sandbox-configuration.mjs.map +0 -1
- package/tools/sandbox/jobs/configuration/update-jobs-sandbox-configuration.d.mts +0 -32
- package/tools/sandbox/jobs/configuration/update-jobs-sandbox-configuration.d.mts.map +0 -1
- package/tools/sandbox/jobs/configuration/update-jobs-sandbox-configuration.d.ts +0 -32
- package/tools/sandbox/jobs/configuration/update-jobs-sandbox-configuration.d.ts.map +0 -1
- package/tools/sandbox/jobs/configuration/update-jobs-sandbox-configuration.js +0 -33
- package/tools/sandbox/jobs/configuration/update-jobs-sandbox-configuration.js.map +0 -1
- package/tools/sandbox/jobs/configuration/update-jobs-sandbox-configuration.mjs +0 -29
- package/tools/sandbox/jobs/configuration/update-jobs-sandbox-configuration.mjs.map +0 -1
- package/tools/sandbox/jobs/create-sandbox-jobs.d.mts +0 -32
- package/tools/sandbox/jobs/create-sandbox-jobs.d.mts.map +0 -1
- package/tools/sandbox/jobs/create-sandbox-jobs.d.ts +0 -32
- package/tools/sandbox/jobs/create-sandbox-jobs.d.ts.map +0 -1
- package/tools/sandbox/jobs/create-sandbox-jobs.js +0 -30
- package/tools/sandbox/jobs/create-sandbox-jobs.js.map +0 -1
- package/tools/sandbox/jobs/create-sandbox-jobs.mjs +0 -26
- package/tools/sandbox/jobs/create-sandbox-jobs.mjs.map +0 -1
- package/tools/sandbox/payment/create-sandbox-payment.d.mts +0 -32
- package/tools/sandbox/payment/create-sandbox-payment.d.mts.map +0 -1
- package/tools/sandbox/payment/create-sandbox-payment.d.ts +0 -32
- package/tools/sandbox/payment/create-sandbox-payment.d.ts.map +0 -1
- package/tools/sandbox/payment/create-sandbox-payment.js +0 -300
- package/tools/sandbox/payment/create-sandbox-payment.js.map +0 -1
- package/tools/sandbox/payment/create-sandbox-payment.mjs +0 -296
- package/tools/sandbox/payment/create-sandbox-payment.mjs.map +0 -1
- package/tools.d.mts +0 -2
- package/tools.d.mts.map +0 -1
- package/tools.d.ts +0 -2
- package/tools.d.ts.map +0 -1
- package/tools.js +0 -18
- package/tools.js.map +0 -1
- package/tools.mjs +0 -2
- package/tools.mjs.map +0 -1
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'connect.sessions',
|
|
9
|
-
operation: 'write',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'new_connect_sessions',
|
|
15
|
-
description: 'Create a new connect session for an employer',
|
|
16
|
-
inputSchema: {
|
|
17
|
-
type: 'object',
|
|
18
|
-
properties: {
|
|
19
|
-
customer_id: {
|
|
20
|
-
type: 'string',
|
|
21
|
-
},
|
|
22
|
-
customer_name: {
|
|
23
|
-
type: 'string',
|
|
24
|
-
},
|
|
25
|
-
products: {
|
|
26
|
-
type: 'array',
|
|
27
|
-
items: {
|
|
28
|
-
type: 'string',
|
|
29
|
-
description: 'The Finch products that can be requested during the Connect flow.',
|
|
30
|
-
enum: [
|
|
31
|
-
'company',
|
|
32
|
-
'directory',
|
|
33
|
-
'individual',
|
|
34
|
-
'employment',
|
|
35
|
-
'payment',
|
|
36
|
-
'pay_statement',
|
|
37
|
-
'benefits',
|
|
38
|
-
'ssn',
|
|
39
|
-
'deduction',
|
|
40
|
-
'documents',
|
|
41
|
-
],
|
|
42
|
-
},
|
|
43
|
-
},
|
|
44
|
-
customer_email: {
|
|
45
|
-
type: 'string',
|
|
46
|
-
},
|
|
47
|
-
integration: {
|
|
48
|
-
type: 'object',
|
|
49
|
-
properties: {
|
|
50
|
-
auth_method: {
|
|
51
|
-
type: 'string',
|
|
52
|
-
enum: ['assisted', 'credential', 'oauth', 'api_token'],
|
|
53
|
-
},
|
|
54
|
-
provider: {
|
|
55
|
-
type: 'string',
|
|
56
|
-
},
|
|
57
|
-
},
|
|
58
|
-
required: [],
|
|
59
|
-
},
|
|
60
|
-
manual: {
|
|
61
|
-
type: 'boolean',
|
|
62
|
-
},
|
|
63
|
-
minutes_to_expire: {
|
|
64
|
-
type: 'number',
|
|
65
|
-
description: 'The number of minutes until the session expires (defaults to 43,200, which is 30 days)',
|
|
66
|
-
},
|
|
67
|
-
redirect_uri: {
|
|
68
|
-
type: 'string',
|
|
69
|
-
},
|
|
70
|
-
sandbox: {
|
|
71
|
-
type: 'string',
|
|
72
|
-
enum: ['finch', 'provider'],
|
|
73
|
-
},
|
|
74
|
-
},
|
|
75
|
-
},
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
79
|
-
const body = args as any;
|
|
80
|
-
return client.connect.sessions.new(body);
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
export default { metadata, tool, handler };
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'connect.sessions',
|
|
9
|
-
operation: 'write',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'reauthenticate_connect_sessions',
|
|
15
|
-
description: 'Create a new Connect session for reauthenticating an existing connection',
|
|
16
|
-
inputSchema: {
|
|
17
|
-
type: 'object',
|
|
18
|
-
properties: {
|
|
19
|
-
connection_id: {
|
|
20
|
-
type: 'string',
|
|
21
|
-
description: 'The ID of the existing connection to reauthenticate',
|
|
22
|
-
},
|
|
23
|
-
minutes_to_expire: {
|
|
24
|
-
type: 'integer',
|
|
25
|
-
description: 'The number of minutes until the session expires (defaults to 43,200, which is 30 days)',
|
|
26
|
-
},
|
|
27
|
-
products: {
|
|
28
|
-
type: 'array',
|
|
29
|
-
description: 'The products to request access to (optional for reauthentication)',
|
|
30
|
-
items: {
|
|
31
|
-
type: 'string',
|
|
32
|
-
description: 'The Finch products that can be requested during the Connect flow.',
|
|
33
|
-
enum: [
|
|
34
|
-
'company',
|
|
35
|
-
'directory',
|
|
36
|
-
'individual',
|
|
37
|
-
'employment',
|
|
38
|
-
'payment',
|
|
39
|
-
'pay_statement',
|
|
40
|
-
'benefits',
|
|
41
|
-
'ssn',
|
|
42
|
-
'deduction',
|
|
43
|
-
'documents',
|
|
44
|
-
],
|
|
45
|
-
},
|
|
46
|
-
},
|
|
47
|
-
redirect_uri: {
|
|
48
|
-
type: 'string',
|
|
49
|
-
description: 'The URI to redirect to after the Connect flow is completed',
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
},
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
56
|
-
const body = args as any;
|
|
57
|
-
return client.connect.sessions.reauthenticate(body);
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
export default { metadata, tool, handler };
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'hris.benefits',
|
|
9
|
-
operation: 'write',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'create_hris_benefits',
|
|
15
|
-
description:
|
|
16
|
-
'Creates a new company-wide deduction or contribution. Please use the `/providers` endpoint to view available types for each provider.',
|
|
17
|
-
inputSchema: {
|
|
18
|
-
type: 'object',
|
|
19
|
-
properties: {
|
|
20
|
-
company_contribution: {
|
|
21
|
-
type: 'object',
|
|
22
|
-
title: 'BenefitCompanyMatchContribution',
|
|
23
|
-
description: 'The company match for this benefit.',
|
|
24
|
-
properties: {
|
|
25
|
-
tiers: {
|
|
26
|
-
type: 'array',
|
|
27
|
-
items: {
|
|
28
|
-
type: 'object',
|
|
29
|
-
properties: {
|
|
30
|
-
match: {
|
|
31
|
-
type: 'integer',
|
|
32
|
-
},
|
|
33
|
-
threshold: {
|
|
34
|
-
type: 'integer',
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
required: [],
|
|
38
|
-
},
|
|
39
|
-
},
|
|
40
|
-
type: {
|
|
41
|
-
type: 'string',
|
|
42
|
-
enum: ['match'],
|
|
43
|
-
},
|
|
44
|
-
},
|
|
45
|
-
required: [],
|
|
46
|
-
},
|
|
47
|
-
description: {
|
|
48
|
-
type: 'string',
|
|
49
|
-
title: 'BenefitDescription',
|
|
50
|
-
description:
|
|
51
|
-
'Name of the benefit as it appears in the provider and pay statements. Recommend limiting this to <30 characters due to limitations in specific providers (e.g. Justworks).',
|
|
52
|
-
},
|
|
53
|
-
frequency: {
|
|
54
|
-
$ref: '#/$defs/benefit_frequency',
|
|
55
|
-
},
|
|
56
|
-
type: {
|
|
57
|
-
$ref: '#/$defs/benefit_type',
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
$defs: {
|
|
61
|
-
benefit_frequency: {
|
|
62
|
-
type: 'string',
|
|
63
|
-
title: 'BenefitFrequency',
|
|
64
|
-
description: 'The frequency of the benefit deduction/contribution.',
|
|
65
|
-
enum: ['one_time', 'every_paycheck', 'monthly'],
|
|
66
|
-
},
|
|
67
|
-
benefit_type: {
|
|
68
|
-
type: 'string',
|
|
69
|
-
title: 'BenefitType',
|
|
70
|
-
description: 'Type of benefit.',
|
|
71
|
-
enum: [
|
|
72
|
-
'401k',
|
|
73
|
-
'401k_roth',
|
|
74
|
-
'401k_loan',
|
|
75
|
-
'403b',
|
|
76
|
-
'403b_roth',
|
|
77
|
-
'457',
|
|
78
|
-
'457_roth',
|
|
79
|
-
's125_medical',
|
|
80
|
-
's125_dental',
|
|
81
|
-
's125_vision',
|
|
82
|
-
'hsa_pre',
|
|
83
|
-
'hsa_post',
|
|
84
|
-
'fsa_medical',
|
|
85
|
-
'fsa_dependent_care',
|
|
86
|
-
'simple_ira',
|
|
87
|
-
'simple',
|
|
88
|
-
'commuter',
|
|
89
|
-
'custom_post_tax',
|
|
90
|
-
'custom_pre_tax',
|
|
91
|
-
],
|
|
92
|
-
},
|
|
93
|
-
},
|
|
94
|
-
},
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
98
|
-
const body = args as any;
|
|
99
|
-
return client.hris.benefits.create(body);
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
export default { metadata, tool, handler };
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'hris.benefits.individuals',
|
|
9
|
-
operation: 'write',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'enroll_many_benefits_hris_individuals',
|
|
15
|
-
description:
|
|
16
|
-
'Enroll an individual into a deduction or contribution. This is an overwrite operation. If the employee is already enrolled, the enrollment amounts will be adjusted. Making the same request multiple times will not create new enrollments, but will continue to set the state of the existing enrollment.',
|
|
17
|
-
inputSchema: {
|
|
18
|
-
type: 'object',
|
|
19
|
-
properties: {
|
|
20
|
-
benefit_id: {
|
|
21
|
-
type: 'string',
|
|
22
|
-
},
|
|
23
|
-
individuals: {
|
|
24
|
-
type: 'array',
|
|
25
|
-
description: 'Array of the individual_id to enroll and a configuration object.',
|
|
26
|
-
items: {
|
|
27
|
-
type: 'object',
|
|
28
|
-
properties: {
|
|
29
|
-
configuration: {
|
|
30
|
-
type: 'object',
|
|
31
|
-
properties: {
|
|
32
|
-
annual_contribution_limit: {
|
|
33
|
-
type: 'string',
|
|
34
|
-
description:
|
|
35
|
-
'For HSA benefits only - whether the contribution limit is for an individual or family',
|
|
36
|
-
enum: ['individual', 'family'],
|
|
37
|
-
},
|
|
38
|
-
annual_maximum: {
|
|
39
|
-
type: 'integer',
|
|
40
|
-
description: 'Maximum annual amount in cents',
|
|
41
|
-
},
|
|
42
|
-
catch_up: {
|
|
43
|
-
type: 'boolean',
|
|
44
|
-
description: 'For retirement benefits only - whether catch up contributions are enabled',
|
|
45
|
-
},
|
|
46
|
-
company_contribution: {
|
|
47
|
-
type: 'object',
|
|
48
|
-
properties: {
|
|
49
|
-
amount: {
|
|
50
|
-
type: 'integer',
|
|
51
|
-
description:
|
|
52
|
-
'Amount in cents for fixed type or basis points (1/100th of a percent) for percent type',
|
|
53
|
-
},
|
|
54
|
-
type: {
|
|
55
|
-
type: 'string',
|
|
56
|
-
enum: ['fixed', 'percent'],
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
|
-
required: [],
|
|
60
|
-
},
|
|
61
|
-
effective_date: {
|
|
62
|
-
type: 'string',
|
|
63
|
-
description: 'The date the enrollment will take effect',
|
|
64
|
-
format: 'date',
|
|
65
|
-
},
|
|
66
|
-
employee_deduction: {
|
|
67
|
-
type: 'object',
|
|
68
|
-
properties: {
|
|
69
|
-
amount: {
|
|
70
|
-
type: 'integer',
|
|
71
|
-
description:
|
|
72
|
-
'Amount in cents for fixed type or basis points (1/100th of a percent) for percent type',
|
|
73
|
-
},
|
|
74
|
-
type: {
|
|
75
|
-
type: 'string',
|
|
76
|
-
enum: ['fixed', 'percent'],
|
|
77
|
-
},
|
|
78
|
-
},
|
|
79
|
-
required: [],
|
|
80
|
-
},
|
|
81
|
-
},
|
|
82
|
-
required: [],
|
|
83
|
-
},
|
|
84
|
-
individual_id: {
|
|
85
|
-
type: 'string',
|
|
86
|
-
description: 'Finch id (uuidv4) for the individual to enroll',
|
|
87
|
-
},
|
|
88
|
-
},
|
|
89
|
-
required: [],
|
|
90
|
-
},
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
|
-
},
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
97
|
-
const { benefit_id, ...body } = args as any;
|
|
98
|
-
return client.hris.benefits.individuals.enrollMany(benefit_id, body['individuals']);
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
export default { metadata, tool, handler };
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'hris.benefits.individuals',
|
|
9
|
-
operation: 'read',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'enrolled_ids_benefits_hris_individuals',
|
|
15
|
-
description: 'Lists individuals currently enrolled in a given deduction.',
|
|
16
|
-
inputSchema: {
|
|
17
|
-
type: 'object',
|
|
18
|
-
properties: {
|
|
19
|
-
benefit_id: {
|
|
20
|
-
type: 'string',
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
},
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
27
|
-
const { benefit_id, ...body } = args as any;
|
|
28
|
-
return client.hris.benefits.individuals.enrolledIds(benefit_id);
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export default { metadata, tool, handler };
|
package/src/tools/hris/benefits/individuals/retrieve-many-benefits-benefits-hris-individuals.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'hris.benefits.individuals',
|
|
9
|
-
operation: 'read',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'retrieve_many_benefits_benefits_hris_individuals',
|
|
15
|
-
description: 'Get enrollment information for the given individuals.',
|
|
16
|
-
inputSchema: {
|
|
17
|
-
type: 'object',
|
|
18
|
-
properties: {
|
|
19
|
-
benefit_id: {
|
|
20
|
-
type: 'string',
|
|
21
|
-
},
|
|
22
|
-
individual_ids: {
|
|
23
|
-
type: 'string',
|
|
24
|
-
description:
|
|
25
|
-
'comma-delimited list of stable Finch uuids for each individual. If empty, defaults to all individuals',
|
|
26
|
-
},
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
32
|
-
const { benefit_id, ...body } = args as any;
|
|
33
|
-
return client.hris.benefits.individuals.retrieveManyBenefits(benefit_id, body);
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
export default { metadata, tool, handler };
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'hris.benefits.individuals',
|
|
9
|
-
operation: 'write',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'unenroll_many_benefits_hris_individuals',
|
|
15
|
-
description: 'Unenroll individuals from a deduction or contribution',
|
|
16
|
-
inputSchema: {
|
|
17
|
-
type: 'object',
|
|
18
|
-
properties: {
|
|
19
|
-
benefit_id: {
|
|
20
|
-
type: 'string',
|
|
21
|
-
},
|
|
22
|
-
individual_ids: {
|
|
23
|
-
type: 'array',
|
|
24
|
-
description: 'Array of individual_ids to unenroll.',
|
|
25
|
-
items: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
34
|
-
const { benefit_id, ...body } = args as any;
|
|
35
|
-
return client.hris.benefits.individuals.unenrollMany(benefit_id, body);
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
export default { metadata, tool, handler };
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'hris.benefits',
|
|
9
|
-
operation: 'read',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'list_hris_benefits',
|
|
15
|
-
description: 'List all company-wide deductions and contributions.',
|
|
16
|
-
inputSchema: {
|
|
17
|
-
type: 'object',
|
|
18
|
-
properties: {},
|
|
19
|
-
},
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
23
|
-
return client.hris.benefits.list();
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
export default { metadata, tool, handler };
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'hris.benefits',
|
|
9
|
-
operation: 'read',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'list_supported_benefits_hris_benefits',
|
|
15
|
-
description: 'Get deductions metadata',
|
|
16
|
-
inputSchema: {
|
|
17
|
-
type: 'object',
|
|
18
|
-
properties: {},
|
|
19
|
-
},
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
23
|
-
return client.hris.benefits.listSupportedBenefits();
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
export default { metadata, tool, handler };
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'hris.benefits',
|
|
9
|
-
operation: 'read',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'retrieve_hris_benefits',
|
|
15
|
-
description: 'Lists deductions and contributions information for a given item',
|
|
16
|
-
inputSchema: {
|
|
17
|
-
type: 'object',
|
|
18
|
-
properties: {
|
|
19
|
-
benefit_id: {
|
|
20
|
-
type: 'string',
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
},
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
27
|
-
const { benefit_id, ...body } = args as any;
|
|
28
|
-
return client.hris.benefits.retrieve(benefit_id);
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export default { metadata, tool, handler };
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'hris.benefits',
|
|
9
|
-
operation: 'write',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'update_hris_benefits',
|
|
15
|
-
description: 'Updates an existing company-wide deduction or contribution',
|
|
16
|
-
inputSchema: {
|
|
17
|
-
type: 'object',
|
|
18
|
-
properties: {
|
|
19
|
-
benefit_id: {
|
|
20
|
-
type: 'string',
|
|
21
|
-
},
|
|
22
|
-
description: {
|
|
23
|
-
type: 'string',
|
|
24
|
-
description: 'Updated name or description.',
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
},
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
31
|
-
const { benefit_id, ...body } = args as any;
|
|
32
|
-
return client.hris.benefits.update(benefit_id, body);
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
export default { metadata, tool, handler };
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
-
import type { Metadata } from '../../../';
|
|
5
|
-
import Finch from '@tryfinch/finch-api';
|
|
6
|
-
|
|
7
|
-
export const metadata: Metadata = {
|
|
8
|
-
resource: 'hris.company.pay_statement_item',
|
|
9
|
-
operation: 'read',
|
|
10
|
-
tags: [],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const tool: Tool = {
|
|
14
|
-
name: 'list_company_hris_pay_statement_item',
|
|
15
|
-
description:
|
|
16
|
-
"**Beta:** this endpoint currently serves employers onboarded after March 4th and historical support will be added soon\n Retrieve a list of detailed pay statement items for the access token's connection account.\n",
|
|
17
|
-
inputSchema: {
|
|
18
|
-
type: 'object',
|
|
19
|
-
properties: {
|
|
20
|
-
categories: {
|
|
21
|
-
type: 'array',
|
|
22
|
-
description:
|
|
23
|
-
'Comma-delimited list of pay statement item categories to filter on. If empty, defaults to all categories.',
|
|
24
|
-
items: {
|
|
25
|
-
type: 'string',
|
|
26
|
-
enum: ['earnings', 'taxes', 'employee_deductions', 'employer_contributions'],
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
end_date: {
|
|
30
|
-
type: 'string',
|
|
31
|
-
description:
|
|
32
|
-
'The end date to retrieve pay statement items by via their last seen pay date in `YYYY-MM-DD` format.',
|
|
33
|
-
format: 'date',
|
|
34
|
-
},
|
|
35
|
-
name: {
|
|
36
|
-
type: 'string',
|
|
37
|
-
description: 'Case-insensitive partial match search by pay statement item name.',
|
|
38
|
-
},
|
|
39
|
-
start_date: {
|
|
40
|
-
type: 'string',
|
|
41
|
-
description:
|
|
42
|
-
'The start date to retrieve pay statement items by via their last seen pay date (inclusive) in `YYYY-MM-DD` format.',
|
|
43
|
-
format: 'date',
|
|
44
|
-
},
|
|
45
|
-
type: {
|
|
46
|
-
type: 'string',
|
|
47
|
-
description: 'String search by pay statement item type.',
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
export const handler = (client: Finch, args: Record<string, unknown> | undefined) => {
|
|
54
|
-
const body = args as any;
|
|
55
|
-
return client.hris.company.payStatementItem.list(body);
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
export default { metadata, tool, handler };
|