From 0bb32345a1eb57dba071e012f81f0f4c0daee270 Mon Sep 17 00:00:00 2001 From: Martin Kersner Date: Sun, 5 Jul 2026 14:00:39 +0900 Subject: [PATCH] chore: regen WS generated files (drop stale param_note caveats) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Regenerated datamaxi/_ws_endpoints.py + _ws_models.py from datamaxi-codegen now that it reads the backend AsyncAPI spec (Bisonai/datamaxi-codegen#53). Only change: the two obsolete param_note caveats are gone (forex; funding-rate — the backend doc-comment ambiguity was fixed in Bisonai/datamaxi-backend#7929). _ws_models.py is unchanged. Nothing in the SDK reads param_note. --- datamaxi/_ws_endpoints.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/datamaxi/_ws_endpoints.py b/datamaxi/_ws_endpoints.py index 267ce65..682f69a 100644 --- a/datamaxi/_ws_endpoints.py +++ b/datamaxi/_ws_endpoints.py @@ -34,7 +34,6 @@ "param": "SYMBOL", "subscribe": True, "unsubscribe": True, - "param_note": "fx pair e.g. USD-KRW, no exchange", }, "/funding-rate": { "plan": "basic", @@ -43,7 +42,6 @@ "param": "SYMBOL@exchange", "subscribe": True, "unsubscribe": True, - "param_note": "UPPER symbol + lower exchange; verified live (handler.go doc comment is wrong — Bisonai/datamaxi-backend#7926)", }, "/liquidation": { "plan": "basic",