This commit is contained in:
2025-07-18 10:43:39 +00:00
parent bf98296772
commit 596efa3f06
23 changed files with 93 additions and 102 deletions

View File

@@ -1,8 +1,8 @@
import * as plugins from './bunq.plugins';
import * as paths from './bunq.paths';
import { BunqCrypto } from './bunq.classes.crypto';
import { BunqSession } from './bunq.classes.session';
import { IBunqApiContext } from './bunq.interfaces';
import * as plugins from './bunq.plugins.js';
import * as paths from './bunq.paths.js';
import { BunqCrypto } from './bunq.classes.crypto.js';
import { BunqSession } from './bunq.classes.session.js';
import { IBunqApiContext } from './bunq.interfaces.js';
export interface IBunqApiContextOptions {
apiKey: string;