@carrot-protocol/boost-http-client 0.2.15-group-refactor1-dev-5b98a64 → 0.2.15-group-refactor1-dev-f36a637

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/dist/index.d.ts CHANGED
@@ -61,7 +61,6 @@ export declare class Client {
61
61
  withdrawLeverage(clendGroup: web3.PublicKey, clendAccount: web3.PublicKey, outputTokenMint: web3.PublicKey, assetTokenMint: web3.PublicKey, liabilityTokenMint: web3.PublicKey, uiAmount: number, slippageBps: number, withdrawAll: boolean): Promise<string>;
62
62
  /**
63
63
  * Withdraw emissions from a bank
64
- * @param banks Banks to withdraw emissions, if empty, will withdraw from all banks
65
64
  * @returns Withdraw emissions operation result
66
65
  */
67
66
  withdrawEmissions(): Promise<string>;
package/dist/index.js CHANGED
@@ -358,7 +358,6 @@ class Client {
358
358
  }
359
359
  /**
360
360
  * Withdraw emissions from a bank
361
- * @param banks Banks to withdraw emissions, if empty, will withdraw from all banks
362
361
  * @returns Withdraw emissions operation result
363
362
  */
364
363
  async withdrawEmissions() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-protocol/boost-http-client",
3
- "version": "0.2.15-group-refactor1-dev-5b98a64",
3
+ "version": "0.2.15-group-refactor1-dev-f36a637",
4
4
  "description": "HTTP client for Carrot Boost",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@coral-xyz/anchor": "^0.29.0",
17
- "@carrot-protocol/clend-common": "0.1.8-group-refactor1-dev-7bf1ecf",
17
+ "@carrot-protocol/clend-common": "0.1.8-group-refactor1-dev-19efede",
18
18
  "axios": "^1.8.3",
19
19
  "bs58": "^6.0.0",
20
20
  "decimal.js": "^10.5.0"
package/src/index.ts CHANGED
@@ -480,7 +480,6 @@ export class Client {
480
480
 
481
481
  /**
482
482
  * Withdraw emissions from a bank
483
- * @param banks Banks to withdraw emissions, if empty, will withdraw from all banks
484
483
  * @returns Withdraw emissions operation result
485
484
  */
486
485
  async withdrawEmissions(): Promise<string> {