@xchainjs/xchain-thornode 0.3.0 → 0.3.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.
@@ -2,7 +2,7 @@
2
2
  * Thornode API
3
3
  * Thornode REST API.
4
4
  *
5
- * The version of the OpenAPI document: 1.108.3
5
+ * The version of the OpenAPI document: 1.109.0
6
6
  * Contact: devs@thorchain.org
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1311,67 +1311,67 @@ export interface Pool {
1311
1311
  * @type {string}
1312
1312
  * @memberof Pool
1313
1313
  */
1314
- 'balance_rune': string;
1314
+ 'asset': string;
1315
1315
  /**
1316
1316
  *
1317
1317
  * @type {string}
1318
1318
  * @memberof Pool
1319
1319
  */
1320
- 'balance_asset': string;
1320
+ 'status': string;
1321
1321
  /**
1322
1322
  *
1323
- * @type {string}
1323
+ * @type {number}
1324
1324
  * @memberof Pool
1325
1325
  */
1326
- 'asset': string;
1326
+ 'decimals'?: number;
1327
1327
  /**
1328
- * the total pool liquidity provider units
1328
+ *
1329
1329
  * @type {string}
1330
1330
  * @memberof Pool
1331
1331
  */
1332
- 'LP_units': string;
1332
+ 'pending_inbound_asset': string;
1333
1333
  /**
1334
- * the total pool units, this is the sum of LP and synth units
1334
+ *
1335
1335
  * @type {string}
1336
1336
  * @memberof Pool
1337
1337
  */
1338
- 'pool_units': string;
1338
+ 'pending_inbound_rune': string;
1339
1339
  /**
1340
1340
  *
1341
1341
  * @type {string}
1342
1342
  * @memberof Pool
1343
1343
  */
1344
- 'status': string;
1344
+ 'balance_asset': string;
1345
1345
  /**
1346
1346
  *
1347
- * @type {number}
1347
+ * @type {string}
1348
1348
  * @memberof Pool
1349
1349
  */
1350
- 'decimals'?: number;
1350
+ 'balance_rune': string;
1351
1351
  /**
1352
- * the total synth units in the pool
1352
+ * the total pool units, this is the sum of LP and synth units
1353
1353
  * @type {string}
1354
1354
  * @memberof Pool
1355
1355
  */
1356
- 'synth_units': string;
1356
+ 'pool_units': string;
1357
1357
  /**
1358
- * the total supply of synths for the asset
1358
+ * the total pool liquidity provider units
1359
1359
  * @type {string}
1360
1360
  * @memberof Pool
1361
1361
  */
1362
- 'synth_supply': string;
1362
+ 'LP_units': string;
1363
1363
  /**
1364
- *
1364
+ * the total synth units in the pool
1365
1365
  * @type {string}
1366
1366
  * @memberof Pool
1367
1367
  */
1368
- 'pending_inbound_rune': string;
1368
+ 'synth_units': string;
1369
1369
  /**
1370
- *
1370
+ * the total supply of synths for the asset
1371
1371
  * @type {string}
1372
1372
  * @memberof Pool
1373
1373
  */
1374
- 'pending_inbound_asset': string;
1374
+ 'synth_supply': string;
1375
1375
  /**
1376
1376
  * the balance of L1 asset deposited into the Savers Vault
1377
1377
  * @type {string}
@@ -2760,6 +2760,12 @@ export interface Vault {
2760
2760
  * @memberof Vault
2761
2761
  */
2762
2762
  'addresses': Array<VaultAddress>;
2763
+ /**
2764
+ *
2765
+ * @type {Array<string>}
2766
+ * @memberof Vault
2767
+ */
2768
+ 'frozen'?: Array<string>;
2763
2769
  }
2764
2770
  export declare const VaultTypeEnum: {
2765
2771
  readonly AsgardVault: "AsgardVault";
@@ -2,7 +2,7 @@
2
2
  * Thornode API
3
3
  * Thornode REST API.
4
4
  *
5
- * The version of the OpenAPI document: 1.108.3
5
+ * The version of the OpenAPI document: 1.109.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.108.3
5
+ * The version of the OpenAPI document: 1.109.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.108.3
5
+ * The version of the OpenAPI document: 1.109.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.108.3
5
+ * The version of the OpenAPI document: 1.109.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
@@ -3976,7 +3976,7 @@ class VaultsApi extends BaseAPI {
3976
3976
  * Thornode API
3977
3977
  * Thornode REST API.
3978
3978
  *
3979
- * The version of the OpenAPI document: 1.108.3
3979
+ * The version of the OpenAPI document: 1.109.0
3980
3980
  * Contact: devs@thorchain.org
3981
3981
  *
3982
3982
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).