update
This commit is contained in:
26
ts/index.ts
26
ts/index.ts
@@ -1,3 +1,27 @@
|
||||
// Core classes
|
||||
export * from './bunq.classes.account';
|
||||
export * from './bunq.classes.apicontext';
|
||||
export * from './bunq.classes.crypto';
|
||||
export * from './bunq.classes.httpclient';
|
||||
export * from './bunq.classes.session';
|
||||
|
||||
// Account and transaction classes
|
||||
export * from './bunq.classes.monetaryaccount';
|
||||
export * from './bunq.classes.transaction';
|
||||
export * from './bunq.classes.transaction';
|
||||
export * from './bunq.classes.user';
|
||||
|
||||
// Payment and financial classes
|
||||
export * from './bunq.classes.payment';
|
||||
export * from './bunq.classes.card';
|
||||
export * from './bunq.classes.request';
|
||||
export * from './bunq.classes.schedule';
|
||||
export * from './bunq.classes.draft';
|
||||
|
||||
// Utility classes
|
||||
export * from './bunq.classes.attachment';
|
||||
export * from './bunq.classes.export';
|
||||
export * from './bunq.classes.notification';
|
||||
export * from './bunq.classes.webhook';
|
||||
|
||||
// Interfaces and types
|
||||
export * from './bunq.interfaces';
|
||||
|
Reference in New Issue
Block a user