zklighter-perps 1.0.6 → 1.0.7
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/.openapi-generator/FILES +0 -1
- package/apis/index.ts +0 -1
- package/openapi.json +0 -36
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
package/apis/index.ts
CHANGED
package/openapi.json
CHANGED
|
@@ -1497,42 +1497,6 @@
|
|
|
1497
1497
|
],
|
|
1498
1498
|
"description": "Get transactions which are already packed into blocks"
|
|
1499
1499
|
}
|
|
1500
|
-
},
|
|
1501
|
-
"/api/v1/ws_status": {
|
|
1502
|
-
"get": {
|
|
1503
|
-
"summary": "GetWebSocketStatus",
|
|
1504
|
-
"operationId": "GetWebSocketStatus",
|
|
1505
|
-
"responses": {
|
|
1506
|
-
"200": {
|
|
1507
|
-
"description": "A successful response.",
|
|
1508
|
-
"schema": {
|
|
1509
|
-
"$ref": "#/definitions/ResultCode"
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
},
|
|
1513
|
-
"tags": [
|
|
1514
|
-
"ws"
|
|
1515
|
-
],
|
|
1516
|
-
"description": "WebSocket Status"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
"/stream": {
|
|
1520
|
-
"get": {
|
|
1521
|
-
"summary": "Stream",
|
|
1522
|
-
"operationId": "Stream",
|
|
1523
|
-
"responses": {
|
|
1524
|
-
"200": {
|
|
1525
|
-
"description": "A successful response.",
|
|
1526
|
-
"schema": {
|
|
1527
|
-
"$ref": "#/definitions/ResultCode"
|
|
1528
|
-
}
|
|
1529
|
-
}
|
|
1530
|
-
},
|
|
1531
|
-
"tags": [
|
|
1532
|
-
"ws"
|
|
1533
|
-
],
|
|
1534
|
-
"description": "WebSocket"
|
|
1535
|
-
}
|
|
1536
1500
|
}
|
|
1537
1501
|
},
|
|
1538
1502
|
"definitions": {
|