Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0512630a59 | |||
bc5846751a |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mojoio/tink",
|
"name": "@mojoio/tink",
|
||||||
"version": "3.1.6",
|
"version": "3.1.7",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "an unofficial api abstraction for tink.com",
|
"description": "an unofficial api abstraction for tink.com",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@mojoio/tink',
|
name: '@mojoio/tink',
|
||||||
version: '3.1.6',
|
version: '3.1.7',
|
||||||
description: 'an unofficial api abstraction for tink.com'
|
description: 'an unofficial api abstraction for tink.com'
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,8 @@ export class BankTransaction {
|
|||||||
description: this.data.descriptions.original,
|
description: this.data.descriptions.original,
|
||||||
originAccountId: this.data.accountId,
|
originAccountId: this.data.accountId,
|
||||||
justForLooks: {
|
justForLooks: {
|
||||||
originalScaledAmount: this.data.amount
|
originalScaledAmount: this.data.amount,
|
||||||
|
dateIso: new Date(this.data.dates.booked).toISOString()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user