@lifi/types 1.23.0 → 1.24.0

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,13 @@
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.24.0](https://github.com/lifinance/types/compare/v1.23.0...v1.24.0) (2023-02-09)
6
+
7
+
8
+ ### Features
9
+
10
+ * insurance option in quoteRequest ([#128](https://github.com/lifinance/types/issues/128)) ([4a9a064](https://github.com/lifinance/types/commit/4a9a064c2c3d92f55d97b700669e2be491e7ab41))
11
+
5
12
  ## [1.23.0](https://github.com/lifinance/types/compare/v1.22.2...v1.23.0) (2023-02-08)
6
13
 
7
14
 
package/dist/api.d.ts CHANGED
@@ -109,6 +109,7 @@ export interface QuoteRequest extends ToolConfiguration {
109
109
  integrator?: string;
110
110
  referrer?: string;
111
111
  fee?: number | string;
112
+ insurance?: boolean;
112
113
  allowDestinationCall?: boolean;
113
114
  }
114
115
  export interface ContractCallQuoteRequest extends ToolConfiguration {
package/dist/cjs/api.d.ts CHANGED
@@ -109,6 +109,7 @@ export interface QuoteRequest extends ToolConfiguration {
109
109
  integrator?: string;
110
110
  referrer?: string;
111
111
  fee?: number | string;
112
+ insurance?: boolean;
112
113
  allowDestinationCall?: boolean;
113
114
  }
114
115
  export interface ContractCallQuoteRequest extends ToolConfiguration {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "1.23.0",
3
+ "version": "1.24.0",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",