Skip to content

Commit 84447e7

Browse files
chore: sync generated WS files with backend AsyncAPI spec (#197)
1 parent ee7e34d commit 84447e7

2 files changed

Lines changed: 0 additions & 29 deletions

File tree

datamaxi/_ws_endpoints.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@
3535
"subscribe": False,
3636
"unsubscribe": False,
3737
},
38-
"/front/listing/deposit": {
39-
"plan": "front",
40-
"market": None,
41-
"message": "DepositListingMessage",
42-
"param": None,
43-
"subscribe": True,
44-
"unsubscribe": True,
45-
},
4638
"/funding-rate": {
4739
"plan": "basic",
4840
"market": None,

datamaxi/_ws_models.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,6 @@
1212
from typing import Any, Dict, List, TypedDict # noqa: F401
1313

1414

15-
# source: asyncapi:payload
16-
DepositListingMessage = TypedDict(
17-
"DepositListingMessage",
18-
{
19-
"amount": float,
20-
"amount_krw": float,
21-
"amount_usd": float,
22-
"asset": str,
23-
"block_number": int,
24-
"chain": str,
25-
"exchange": str,
26-
"from_address": str,
27-
"timestamp": int,
28-
"to_address": str,
29-
"tx_hash": str,
30-
"type": int,
31-
},
32-
total=False,
33-
)
34-
35-
3615
# source: asyncapi:payload
3716
ForexMessage = TypedDict(
3817
"ForexMessage",

0 commit comments

Comments
 (0)