@gnosis.pm/safe-react-gateway-sdk
Advanced tools
Comparing version 2.10.0 to 2.10.1
@@ -108,3 +108,10 @@ import { AddressEx, TokenInfo } from './common'; | ||
}; | ||
export declare type SettingsInfo = SetFallbackHandler | AddOwner | RemoveOwner | SwapOwner | ChangeThreshold | ChangeImplementation | EnableModule | DisableModule; | ||
export declare type SetGuard = { | ||
type: 'SET_GUARD'; | ||
guard: AddressEx; | ||
}; | ||
export declare type DeleteGuard = { | ||
type: 'DELETE_GUARD'; | ||
}; | ||
export declare type SettingsInfo = SetFallbackHandler | AddOwner | RemoveOwner | SwapOwner | ChangeThreshold | ChangeImplementation | EnableModule | DisableModule | SetGuard | DeleteGuard; | ||
export declare type SettingsChange = { | ||
@@ -111,0 +118,0 @@ type: 'SettingsChange'; |
@@ -131,2 +131,11 @@ import { AddressEx, TokenInfo } from './common' | ||
export type SetGuard = { | ||
type: 'SET_GUARD' | ||
guard: AddressEx | ||
} | ||
export type DeleteGuard = { | ||
type: 'DELETE_GUARD' | ||
} | ||
export type SettingsInfo = | ||
@@ -141,2 +150,4 @@ | SetFallbackHandler | ||
| DisableModule | ||
| SetGuard | ||
| DeleteGuard | ||
@@ -143,0 +154,0 @@ export type SettingsChange = { |
{ | ||
"name": "@gnosis.pm/safe-react-gateway-sdk", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"main": "dist/index.min.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120061
1860