Skip to content

Commit 83c096d

Browse files
authored
0.38.0 (#415)
1 parent 5b724b6 commit 83c096d

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.37.0",
3+
"version": "0.38.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
@@ -534,8 +534,8 @@ export type FeeReversalTransaction = BaseTransaction & {
534534
* The requested resource after the operation was completed.
535535
*/
536536
relatedTransaction: Relationship
537-
};
538-
};
537+
}
538+
}
539539

540540
export type CardReversalTransaction = BaseTransaction & {
541541
/**

0 commit comments

Comments
 (0)