Skip to content

Commit 2901453

Browse files
authored
Transactioninfo add cancellation type (#76)
* fix: add Cancellation to TransactionInfo union type * fix: bump version
1 parent 0a8e487 commit 2901453

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-react-gateway-sdk",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/transactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export type Creation = {
200200
factory: AddressEx | null
201201
}
202202

203-
export type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Creation
203+
export type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Cancellation | Creation
204204

205205
export type ModuleExecutionInfo = {
206206
type: 'MODULE'

0 commit comments

Comments
 (0)