Merge pull request #62 from JJ-Cro/update25022025

fix(v2.3.4): fixed typo for request types for getAgentCommissionDetail()
This commit is contained in:
Tiago
2025-02-25 09:52:36 +00:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "bitget-api",
"version": "2.3.3",
"version": "2.3.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bitget-api",
"version": "2.3.3",
"version": "2.3.4",
"license": "MIT",
"dependencies": {
"axios": "^1.6.1",

View File

@@ -1,6 +1,6 @@
{
"name": "bitget-api",
"version": "2.3.3",
"version": "2.3.4",
"description": "Node.js & JavaScript SDK for Bitget REST APIs & WebSockets, with TypeScript & end-to-end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -164,7 +164,7 @@ export class BrokerClient extends BaseRestClient {
startTime?: string;
endTime?: string;
limit?: string;
idLessTham?: string;
idLessThan?: string;
}): Promise<APIResponse<any>> {
return this.getPrivate(
'/api/broker/v1/agent/commission-distribution',