@lifi/types 1.22.0 → 1.22.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.22.1](https://github.com/lifinance/types/compare/v1.22.0...v1.22.1) (2023-02-06)
6
+
5
7
  ## [1.22.0](https://github.com/lifinance/types/compare/v1.21.0...v1.22.0) (2023-02-06)
6
8
 
7
9
 
package/dist/api.d.ts CHANGED
@@ -167,8 +167,8 @@ export interface ConnectionsResponse {
167
167
  export interface GetStatusRequest {
168
168
  txHash: string;
169
169
  bridge?: string;
170
- fromChain?: number | string;
171
- toChain?: number | string;
170
+ fromChain: number | string;
171
+ toChain: number | string;
172
172
  }
173
173
  export interface TransactionInfo {
174
174
  txHash: string;
package/dist/cjs/api.d.ts CHANGED
@@ -167,8 +167,8 @@ export interface ConnectionsResponse {
167
167
  export interface GetStatusRequest {
168
168
  txHash: string;
169
169
  bridge?: string;
170
- fromChain?: number | string;
171
- toChain?: number | string;
170
+ fromChain: number | string;
171
+ toChain: number | string;
172
172
  }
173
173
  export interface TransactionInfo {
174
174
  txHash: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",