@xchainjs/xchain-thornode 0.3.16 → 0.3.17

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.
@@ -2,7 +2,7 @@
2
2
  * Thornode API
3
3
  * Thornode REST API.
4
4
  *
5
- * The version of the OpenAPI document: 1.132.0
5
+ * The version of the OpenAPI document: 1.133.0
6
6
  * Contact: devs@thorchain.org
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2081,6 +2081,12 @@ export interface Pool {
2081
2081
  * @memberof Pool
2082
2082
  */
2083
2083
  'balance_rune': string;
2084
+ /**
2085
+ * the USD (TOR) price of the asset in 1e8
2086
+ * @type {string}
2087
+ * @memberof Pool
2088
+ */
2089
+ 'asset_tor_price': string;
2084
2090
  /**
2085
2091
  * the total pool units, this is the sum of LP and synth units
2086
2092
  * @type {string}
@@ -2,7 +2,7 @@
2
2
  * Thornode API
3
3
  * Thornode REST API.
4
4
  *
5
- * The version of the OpenAPI document: 1.132.0
5
+ * The version of the OpenAPI document: 1.133.0
6
6
  * Contact: devs@thorchain.org
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Thornode API
3
3
  * Thornode REST API.
4
4
  *
5
- * The version of the OpenAPI document: 1.132.0
5
+ * The version of the OpenAPI document: 1.133.0
6
6
  * Contact: devs@thorchain.org
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Thornode API
3
3
  * Thornode REST API.
4
4
  *
5
- * The version of the OpenAPI document: 1.132.0
5
+ * The version of the OpenAPI document: 1.133.0
6
6
  * Contact: devs@thorchain.org
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Thornode API
3
3
  * Thornode REST API.
4
4
  *
5
- * The version of the OpenAPI document: 1.132.0
5
+ * The version of the OpenAPI document: 1.133.0
6
6
  * Contact: devs@thorchain.org
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/lib/index.esm.js CHANGED
@@ -5332,7 +5332,7 @@ class VaultsApi extends BaseAPI {
5332
5332
  * Thornode API
5333
5333
  * Thornode REST API.
5334
5334
  *
5335
- * The version of the OpenAPI document: 1.132.0
5335
+ * The version of the OpenAPI document: 1.133.0
5336
5336
  * Contact: devs@thorchain.org
5337
5337
  *
5338
5338
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).