Add bank synchronization features with FinTS support and update dependencies
This commit is contained in:
18
convex/_generated/api.d.ts
vendored
18
convex/_generated/api.d.ts
vendored
@@ -10,6 +10,15 @@
|
||||
|
||||
import type * as accounts from "../accounts.js";
|
||||
import type * as auth from "../auth.js";
|
||||
import type * as bank_comdirectProvider from "../bank/comdirectProvider.js";
|
||||
import type * as bank_config from "../bank/config.js";
|
||||
import type * as bank_fintsConfig from "../bank/fintsConfig.js";
|
||||
import type * as bank_fintsMap from "../bank/fintsMap.js";
|
||||
import type * as bank_fintsSession from "../bank/fintsSession.js";
|
||||
import type * as bank_internal from "../bank/internal.js";
|
||||
import type * as bank_orchestrator from "../bank/orchestrator.js";
|
||||
import type * as bank_sync from "../bank/sync.js";
|
||||
import type * as bank_types from "../bank/types.js";
|
||||
import type * as categories from "../categories.js";
|
||||
import type * as comdirect_auth from "../comdirect/auth.js";
|
||||
import type * as comdirect_client from "../comdirect/client.js";
|
||||
@@ -38,6 +47,15 @@ import type {
|
||||
declare const fullApi: ApiFromModules<{
|
||||
accounts: typeof accounts;
|
||||
auth: typeof auth;
|
||||
"bank/comdirectProvider": typeof bank_comdirectProvider;
|
||||
"bank/config": typeof bank_config;
|
||||
"bank/fintsConfig": typeof bank_fintsConfig;
|
||||
"bank/fintsMap": typeof bank_fintsMap;
|
||||
"bank/fintsSession": typeof bank_fintsSession;
|
||||
"bank/internal": typeof bank_internal;
|
||||
"bank/orchestrator": typeof bank_orchestrator;
|
||||
"bank/sync": typeof bank_sync;
|
||||
"bank/types": typeof bank_types;
|
||||
categories: typeof categories;
|
||||
"comdirect/auth": typeof comdirect_auth;
|
||||
"comdirect/client": typeof comdirect_client;
|
||||
|
||||
Reference in New Issue
Block a user