Skip to content

Commit

Permalink
Merge pull request #416 from MartoMcfly/patch-4
Browse files Browse the repository at this point in the history
Update spot.ts
  • Loading branch information
tiagosiebler authored Mar 19, 2024
2 parents 816cfda + 7e77eb4 commit 9f528a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binance",
"version": "2.10.2",
"version": "2.10.3",
"description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/types/spot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,7 @@ export interface FlexibleProductPositionParams {
export interface PurchaseFlexibleProductParams {
productId: string;
amount: number;
autoSubscribe: boolean;
}

export interface PurchaseFlexibleProductResponse {
Expand Down

0 comments on commit 9f528a6

Please sign in to comment.