@xchainjs/xchain-thornode 0.3.6 → 0.3.7

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.120.1
5
+ * The version of the OpenAPI document: 1.121.0
6
6
  * Contact: devs@thorchain.org
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -978,29 +978,41 @@ export interface NetworkResponse {
978
978
  */
979
979
  'outbound_fee_multiplier'?: string;
980
980
  /**
981
- * the outbound transaction fee in rune, converted from the NativeOutboundFeeUSD mimir
981
+ * the outbound transaction fee in rune, converted from the NativeOutboundFeeUSD mimir (after USD fees are enabled)
982
982
  * @type {string}
983
983
  * @memberof NetworkResponse
984
984
  */
985
985
  'native_outbound_fee_rune': string;
986
986
  /**
987
- * the native transaction fee in rune, converted from the NativeTransactionFeeUSD mimir
987
+ * the native transaction fee in rune, converted from the NativeTransactionFeeUSD mimir (after USD fees are enabled)
988
988
  * @type {string}
989
989
  * @memberof NetworkResponse
990
990
  */
991
991
  'native_tx_fee_rune': string;
992
992
  /**
993
- * the thorname register fee in rune, converted from the TNSRegisterFeeUSD mimir
993
+ * the thorname register fee in rune, converted from the TNSRegisterFeeUSD mimir (after USD fees are enabled)
994
994
  * @type {string}
995
995
  * @memberof NetworkResponse
996
996
  */
997
997
  'tns_register_fee_rune': string;
998
998
  /**
999
- * the thorname fee per block in rune, converted from the TNSFeePerBlockUSD mimir
999
+ * the thorname fee per block in rune, converted from the TNSFeePerBlockUSD mimir (after USD fees are enabled)
1000
1000
  * @type {string}
1001
1001
  * @memberof NetworkResponse
1002
1002
  */
1003
1003
  'tns_fee_per_block_rune': string;
1004
+ /**
1005
+ * the rune price in tor
1006
+ * @type {string}
1007
+ * @memberof NetworkResponse
1008
+ */
1009
+ 'rune_price_in_tor': string;
1010
+ /**
1011
+ * the tor price in rune
1012
+ * @type {string}
1013
+ * @memberof NetworkResponse
1014
+ */
1015
+ 'tor_price_in_rune': string;
1004
1016
  }
1005
1017
  /**
1006
1018
  *
@@ -2,7 +2,7 @@
2
2
  * Thornode API
3
3
  * Thornode REST API.
4
4
  *
5
- * The version of the OpenAPI document: 1.120.1
5
+ * The version of the OpenAPI document: 1.121.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.120.1
5
+ * The version of the OpenAPI document: 1.121.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.120.1
5
+ * The version of the OpenAPI document: 1.121.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.120.1
5
+ * The version of the OpenAPI document: 1.121.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
@@ -4274,7 +4274,7 @@ class VaultsApi extends BaseAPI {
4274
4274
  * Thornode API
4275
4275
  * Thornode REST API.
4276
4276
  *
4277
- * The version of the OpenAPI document: 1.120.1
4277
+ * The version of the OpenAPI document: 1.121.0
4278
4278
  * Contact: devs@thorchain.org
4279
4279
  *
4280
4280
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).