Skip to content

Commit e86f9bd

Browse files
authored
feat: add tags to SafeAppData (#67)
* feat: add tags to SafeAppData * 🆙 bump version
1 parent f710c95 commit e86f9bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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": "2.10.2",
3+
"version": "2.10.3",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/safe-apps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export type SafeAppData = {
2828
chainIds: string[]
2929
provider?: SafeAppProvider
3030
accessControl: SafeAppsAccessControlPolicies
31+
tags: string[]
3132
}
3233

3334
export type SafeAppsResponse = SafeAppData[]

0 commit comments

Comments
 (0)