Skip to content

Commit c3bbaf8

Browse files
authored
0.35.0 (#398)
1 parent 2b61f10 commit c3bbaf8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unit-finance/unit-node-sdk",
3-
"version": "0.34.0",
3+
"version": "0.35.0",
44
"description": "",
55
"main": "dist/unit.js",
66
"types": "dist/unit.d.ts",

types/transactions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ export type BankRepaymentTransaction = BaseTransaction & {
950950
* The date for which the transaction is applied.
951951
*/
952952
paidForDate: string
953-
} & BaseTransactionAttributes;
953+
} & BaseTransactionAttributes
954954

955955
relationships: {
956956
/**
@@ -962,5 +962,5 @@ export type BankRepaymentTransaction = BaseTransaction & {
962962
* The account that received the funds.
963963
*/
964964
receivingAccount?: Relationship
965-
} & BaseTransactionRelationships;
965+
} & BaseTransactionRelationships
966966
}

0 commit comments

Comments
 (0)