update
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import * as plugins from './bunq.plugins';
|
||||
import { BunqHttpClient } from './bunq.classes.httpclient';
|
||||
import { BunqCrypto } from './bunq.classes.crypto';
|
||||
import * as plugins from './bunq.plugins.js';
|
||||
import { BunqHttpClient } from './bunq.classes.httpclient.js';
|
||||
import { BunqCrypto } from './bunq.classes.crypto.js';
|
||||
import {
|
||||
IBunqApiContext,
|
||||
IBunqInstallationResponse,
|
||||
IBunqDeviceServerResponse,
|
||||
IBunqSessionServerResponse
|
||||
} from './bunq.interfaces';
|
||||
} from './bunq.interfaces.js';
|
||||
|
||||
export class BunqSession {
|
||||
private httpClient: BunqHttpClient;
|
||||
|
Reference in New Issue
Block a user