Compare commits

...

4 Commits

Author SHA1 Message Date
5abc4e7976 1.0.22 2020-08-25 12:57:15 +00:00
58f4855cb6 fix(core): update 2020-08-25 12:57:14 +00:00
c34846c82f 1.0.21 2020-08-21 01:37:32 +00:00
2656f1a9a9 fix(core): update 2020-08-21 01:37:31 +00:00
3 changed files with 1391 additions and 2991 deletions

4354
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/bunq",
"version": "1.0.20",
"version": "1.0.22",
"private": false,
"description": "a bunq api abstraction package",
"main": "dist_ts/index.js",

View File

@ -20,7 +20,31 @@ export class BunqTransaction {
public type: 'MASTERCARD' | 'BUNQ';
public merchant_reference: null;
public alias: [Object];
public counterparty_alias: [Object];
public counterparty_alias: {
iban: string,
is_light: any,
display_name: string,
avatar: {
uuid: string,
image: [
{
attachment_public_uuid: string,
height: number,
width: number,
content_type: string,
},
],
anchor_uuid: null,
},
label_user: {
uuid: null,
display_name: string,
country: string,
avatar: null,
public_nick_name: string,
},
country: string,
};
public attachment: [];
public geolocation: null;
public batch_id: null;