@gnosis.pm/safe-react-gateway-sdk
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -151,2 +151,5 @@ import { AddressEx, TokenInfo } from './common'; | ||
}; | ||
export declare type Cancellation = Custom & { | ||
isCancellation: true; | ||
}; | ||
export declare type Creation = { | ||
@@ -159,3 +162,3 @@ type: 'Creation'; | ||
}; | ||
export declare type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Creation; | ||
export declare type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Cancellation | Creation; | ||
export declare type ModuleExecutionInfo = { | ||
@@ -226,3 +229,3 @@ type: 'MODULE'; | ||
}; | ||
export declare type TransactionListItem = Transaction | Label | ConflictHeader; | ||
export declare type TransactionListItem = Transaction | DateLabel | Label | ConflictHeader; | ||
export declare type Page<T> = { | ||
@@ -229,0 +232,0 @@ next?: string; |
@@ -191,2 +191,6 @@ import { AddressEx, TokenInfo } from './common' | ||
export type Cancellation = Custom & { | ||
isCancellation: true | ||
} | ||
export type Creation = { | ||
@@ -200,3 +204,3 @@ type: 'Creation' | ||
export type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Creation | ||
export type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Cancellation | Creation | ||
@@ -278,3 +282,3 @@ export type ModuleExecutionInfo = { | ||
export type TransactionListItem = Transaction | Label | ConflictHeader | ||
export type TransactionListItem = Transaction | DateLabel | Label | ConflictHeader | ||
@@ -281,0 +285,0 @@ export type Page<T> = { |
{ | ||
"name": "@gnosis.pm/safe-react-gateway-sdk", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"main": "dist/index.min.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -5,5 +5,5 @@ # Safe Gateway TypeScript SDK | ||
A TypeScript SDK for the [Safe Client Gateway](https://github.com/gnosis/safe-client-gateway) | ||
A TypeScript SDK for the [Safe Client Gateway](https://github.com/safe-global/safe-client-gateway) | ||
📖 [API reference](https://gnosis.github.io/safe-react-gateway-sdk/modules.html#getBalances) | ||
📖 [API reference](https://safe-global.github.io/safe-react-gateway-sdk/modules.html#getBalances) | ||
@@ -45,3 +45,3 @@ ## Usage policy | ||
The full SDK reference can be found [here](https://gnosis.github.io/safe-react-gateway-sdk/modules.html#getBalances). | ||
The full SDK reference can be found [here](https://safe-global.github.io/safe-react-gateway-sdk/modules.html#getBalances). | ||
@@ -82,2 +82,2 @@ ## Adding an endpoint | ||
The TypeScript types in this SDK are based on [Rust types](https://gnosis.github.io/safe-client-gateway/docs/routes/index.html) from the Gateway API. | ||
The TypeScript types in this SDK are based on [Rust types](https://safe-global.github.io/safe-client-gateway/docs/routes/index.html) from the Gateway API. |
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
136146
2182