UNPKG

@bunq-community/bunq-js-client

Version:

[![NPM Version](https://img.shields.io/npm/v/@bunq-community/bunq-js-client.svg) ](https://github.com/@bunq-community/bunq-js-client) [![NPM Downloads](https://img.shields.io/npm/dt/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/package/@bun

86 lines (85 loc) 3.43 kB
import AttachementContent from "./AttachementContent"; import AttachmentPublic from "./AttachementPublic"; import Avatar from "./Avatar"; import BillingContractSubscription from "./BillingContractSubscription"; import BunqMeTabs from "./BunqMeTabs"; import Card from "./Card"; import CardBatch from "./CardBatch"; import CardCvc2 from "./CardCvc2"; import CardDebit from "./CardDebit"; import CardName from "./CardName"; import CredentialPasswordIp from "./CredentialPasswordIp"; import CustomerStatementExport from "./CustomerStatementExport"; import CustomerStatementExportContent from "./CustomerStatementExportContent"; import DeviceRegistration from "./DeviceRegistration"; import DraftPayment from "./DraftPayment"; import Event from "./Event"; import Installation from "./Installation"; import Invoice from "./Invoice"; import Ip from "./Ip"; import MasterCardAction from "./MasterCardAction"; import MonetaryAccount from "./MonetaryAccount"; import MonetaryAccountBank from "./MonetaryAccountBank"; import MonetaryAccountJoint from "./MonetaryAccountJoint"; import MonetaryAccountSavings from "./MonetaryAccountSavings"; import NoteAttachment from "./NoteAttachment"; import NoteText from "./NoteText"; import Payment from "./Payment"; import PaymentBatch from "./PaymentBatch"; import RequestInquiry from "./RequestInquiry"; import RequestInquiryBatch from "./RequestInquiryBatch"; import RequestResponse from "./RequestResponse"; import SandboxUser from "./SandboxUser"; import Schedule from "./Schedule"; import SchedulePayment from "./SchedulePayment"; import SchedulePaymentBatch from "./SchedulePaymentBatch"; import SessionServer from "./SessionServer"; import ShareInviteBankInquiry from "./ShareInviteBankInquiry"; import ShareInviteBankResponse from "./ShareInviteBankResponse"; import User from "./User"; import UserCompany from "./UserCompany"; import UserPerson from "./UserPerson"; declare const _default: (bunqJSClient: any) => { attachmentContent: AttachementContent; attachmentPublic: AttachmentPublic; avatar: Avatar; billingContractSubscription: BillingContractSubscription; bunqMeTabs: BunqMeTabs; card: Card; cardBatch: CardBatch; cardCvc2: CardCvc2; cardDebit: CardDebit; cardName: CardName; credentialPasswordIp: CredentialPasswordIp; customerStatementExport: CustomerStatementExport; customerStatementExportContent: CustomerStatementExportContent; deviceRegistration: DeviceRegistration; draftPayment: DraftPayment; event: Event; installation: Installation; invoice: Invoice; ip: Ip; masterCardAction: MasterCardAction; monetaryAccount: MonetaryAccount; monetaryAccountBank: MonetaryAccountBank; monetaryAccountJoint: MonetaryAccountJoint; monetaryAccountSavings: MonetaryAccountSavings; noteAttachment: NoteAttachment; noteText: NoteText; payment: Payment; paymentBatch: PaymentBatch; requestInquiry: RequestInquiry; requestInquiryBatch: RequestInquiryBatch; requestResponse: RequestResponse; sandboxUser: SandboxUser; schedule: Schedule; schedulePayment: SchedulePayment; schedulePaymentBatch: SchedulePaymentBatch; sessionServer: SessionServer; shareInviteBankInquiry: ShareInviteBankInquiry; shareInviteBankResponse: ShareInviteBankResponse; user: User; userCompany: UserCompany; userPerson: UserPerson; }; export default _default;