Skip to content

Commit 482ddce

Browse files
ilyamermanjoshuakcockrell
authored andcommitted
Version 1.3.2 (unit-finance#513)
1 parent 7507de9 commit 482ddce

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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": "1.3.1",
3+
"version": "1.3.2",
44
"description": "",
55
"main": "dist/unit.js",
66
"types": "dist/unit.d.ts",

types/transactions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,11 @@ export type AtmTransaction = BaseTransaction & {
500500
* The debit card involved in the transaction.
501501
*/
502502
card: Relationship
503+
504+
/**
505+
* Optional. The [Authorization](https://developers.unit.co/#authorization) request made by the merchant, if present (see [Authorizations](https://developers.unit.co/#authorizations)).
506+
*/
507+
authorization?: Relationship
503508
}
504509
}
505510

0 commit comments

Comments
 (0)