crypticorn 2.11.8__py3-none-any.whl → 2.11.9__py3-none-any.whl
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.
- crypticorn/trade/client/api/notifications_api.py +15 -15
- crypticorn/trade/client/api/trading_actions_api.py +9 -9
- crypticorn/trade/client/models/api_error_identifier.py +1 -0
- {crypticorn-2.11.8.dist-info → crypticorn-2.11.9.dist-info}/METADATA +1 -1
- {crypticorn-2.11.8.dist-info → crypticorn-2.11.9.dist-info}/RECORD +9 -9
- {crypticorn-2.11.8.dist-info → crypticorn-2.11.9.dist-info}/WHEEL +0 -0
- {crypticorn-2.11.8.dist-info → crypticorn-2.11.9.dist-info}/entry_points.txt +0 -0
- {crypticorn-2.11.8.dist-info → crypticorn-2.11.9.dist-info}/licenses/LICENSE +0 -0
- {crypticorn-2.11.8.dist-info → crypticorn-2.11.9.dist-info}/top_level.txt +0 -0
@@ -544,7 +544,7 @@ class NotificationsApi:
|
|
544
544
|
_content_type: Optional[StrictStr] = None,
|
545
545
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
546
546
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
547
|
-
) ->
|
547
|
+
) -> None:
|
548
548
|
"""Delete Notifications
|
549
549
|
|
550
550
|
Delete all notifications for the authenticated user
|
@@ -579,7 +579,7 @@ class NotificationsApi:
|
|
579
579
|
)
|
580
580
|
|
581
581
|
_response_types_map: Dict[str, Optional[str]] = {
|
582
|
-
"
|
582
|
+
"204": None,
|
583
583
|
}
|
584
584
|
response_data = await self.api_client.call_api(
|
585
585
|
*_param, _request_timeout=_request_timeout
|
@@ -604,7 +604,7 @@ class NotificationsApi:
|
|
604
604
|
_content_type: Optional[StrictStr] = None,
|
605
605
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
606
606
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
607
|
-
) -> ApiResponse[
|
607
|
+
) -> ApiResponse[None]:
|
608
608
|
"""Delete Notifications
|
609
609
|
|
610
610
|
Delete all notifications for the authenticated user
|
@@ -639,7 +639,7 @@ class NotificationsApi:
|
|
639
639
|
)
|
640
640
|
|
641
641
|
_response_types_map: Dict[str, Optional[str]] = {
|
642
|
-
"
|
642
|
+
"204": None,
|
643
643
|
}
|
644
644
|
response_data = await self.api_client.call_api(
|
645
645
|
*_param, _request_timeout=_request_timeout
|
@@ -699,7 +699,7 @@ class NotificationsApi:
|
|
699
699
|
)
|
700
700
|
|
701
701
|
_response_types_map: Dict[str, Optional[str]] = {
|
702
|
-
"
|
702
|
+
"204": None,
|
703
703
|
}
|
704
704
|
response_data = await self.api_client.call_api(
|
705
705
|
*_param, _request_timeout=_request_timeout
|
@@ -1034,7 +1034,7 @@ class NotificationsApi:
|
|
1034
1034
|
_content_type: Optional[StrictStr] = None,
|
1035
1035
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
1036
1036
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
1037
|
-
) ->
|
1037
|
+
) -> None:
|
1038
1038
|
"""Update Notification
|
1039
1039
|
|
1040
1040
|
Update a notification's viewed status
|
@@ -1075,7 +1075,7 @@ class NotificationsApi:
|
|
1075
1075
|
)
|
1076
1076
|
|
1077
1077
|
_response_types_map: Dict[str, Optional[str]] = {
|
1078
|
-
"
|
1078
|
+
"204": None,
|
1079
1079
|
}
|
1080
1080
|
response_data = await self.api_client.call_api(
|
1081
1081
|
*_param, _request_timeout=_request_timeout
|
@@ -1102,7 +1102,7 @@ class NotificationsApi:
|
|
1102
1102
|
_content_type: Optional[StrictStr] = None,
|
1103
1103
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
1104
1104
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
1105
|
-
) -> ApiResponse[
|
1105
|
+
) -> ApiResponse[None]:
|
1106
1106
|
"""Update Notification
|
1107
1107
|
|
1108
1108
|
Update a notification's viewed status
|
@@ -1143,7 +1143,7 @@ class NotificationsApi:
|
|
1143
1143
|
)
|
1144
1144
|
|
1145
1145
|
_response_types_map: Dict[str, Optional[str]] = {
|
1146
|
-
"
|
1146
|
+
"204": None,
|
1147
1147
|
}
|
1148
1148
|
response_data = await self.api_client.call_api(
|
1149
1149
|
*_param, _request_timeout=_request_timeout
|
@@ -1211,7 +1211,7 @@ class NotificationsApi:
|
|
1211
1211
|
)
|
1212
1212
|
|
1213
1213
|
_response_types_map: Dict[str, Optional[str]] = {
|
1214
|
-
"
|
1214
|
+
"204": None,
|
1215
1215
|
}
|
1216
1216
|
response_data = await self.api_client.call_api(
|
1217
1217
|
*_param, _request_timeout=_request_timeout
|
@@ -1300,7 +1300,7 @@ class NotificationsApi:
|
|
1300
1300
|
_content_type: Optional[StrictStr] = None,
|
1301
1301
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
1302
1302
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
1303
|
-
) ->
|
1303
|
+
) -> None:
|
1304
1304
|
"""Update Notifications
|
1305
1305
|
|
1306
1306
|
Bulk update notifications
|
@@ -1338,7 +1338,7 @@ class NotificationsApi:
|
|
1338
1338
|
)
|
1339
1339
|
|
1340
1340
|
_response_types_map: Dict[str, Optional[str]] = {
|
1341
|
-
"
|
1341
|
+
"204": None,
|
1342
1342
|
}
|
1343
1343
|
response_data = await self.api_client.call_api(
|
1344
1344
|
*_param, _request_timeout=_request_timeout
|
@@ -1364,7 +1364,7 @@ class NotificationsApi:
|
|
1364
1364
|
_content_type: Optional[StrictStr] = None,
|
1365
1365
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
1366
1366
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
1367
|
-
) -> ApiResponse[
|
1367
|
+
) -> ApiResponse[None]:
|
1368
1368
|
"""Update Notifications
|
1369
1369
|
|
1370
1370
|
Bulk update notifications
|
@@ -1402,7 +1402,7 @@ class NotificationsApi:
|
|
1402
1402
|
)
|
1403
1403
|
|
1404
1404
|
_response_types_map: Dict[str, Optional[str]] = {
|
1405
|
-
"
|
1405
|
+
"204": None,
|
1406
1406
|
}
|
1407
1407
|
response_data = await self.api_client.call_api(
|
1408
1408
|
*_param, _request_timeout=_request_timeout
|
@@ -1466,7 +1466,7 @@ class NotificationsApi:
|
|
1466
1466
|
)
|
1467
1467
|
|
1468
1468
|
_response_types_map: Dict[str, Optional[str]] = {
|
1469
|
-
"
|
1469
|
+
"204": None,
|
1470
1470
|
}
|
1471
1471
|
response_data = await self.api_client.call_api(
|
1472
1472
|
*_param, _request_timeout=_request_timeout
|
@@ -320,7 +320,7 @@ class TradingActionsApi:
|
|
320
320
|
) -> PostFuturesAction:
|
321
321
|
"""Post Futures Action
|
322
322
|
|
323
|
-
Endpoint to receive futures trading actions
|
323
|
+
Endpoint to receive futures trading actions. The action is queued for processing and the response is returned immediately.
|
324
324
|
|
325
325
|
:param futures_trading_action_create: (required)
|
326
326
|
:type futures_trading_action_create: FuturesTradingActionCreate
|
@@ -355,7 +355,7 @@ class TradingActionsApi:
|
|
355
355
|
)
|
356
356
|
|
357
357
|
_response_types_map: Dict[str, Optional[str]] = {
|
358
|
-
"
|
358
|
+
"202": "PostFuturesAction",
|
359
359
|
}
|
360
360
|
response_data = await self.api_client.call_api(
|
361
361
|
*_param, _request_timeout=_request_timeout
|
@@ -384,7 +384,7 @@ class TradingActionsApi:
|
|
384
384
|
) -> ApiResponse[PostFuturesAction]:
|
385
385
|
"""Post Futures Action
|
386
386
|
|
387
|
-
Endpoint to receive futures trading actions
|
387
|
+
Endpoint to receive futures trading actions. The action is queued for processing and the response is returned immediately.
|
388
388
|
|
389
389
|
:param futures_trading_action_create: (required)
|
390
390
|
:type futures_trading_action_create: FuturesTradingActionCreate
|
@@ -419,7 +419,7 @@ class TradingActionsApi:
|
|
419
419
|
)
|
420
420
|
|
421
421
|
_response_types_map: Dict[str, Optional[str]] = {
|
422
|
-
"
|
422
|
+
"202": "PostFuturesAction",
|
423
423
|
}
|
424
424
|
response_data = await self.api_client.call_api(
|
425
425
|
*_param, _request_timeout=_request_timeout
|
@@ -448,7 +448,7 @@ class TradingActionsApi:
|
|
448
448
|
) -> RESTResponseType:
|
449
449
|
"""Post Futures Action
|
450
450
|
|
451
|
-
Endpoint to receive futures trading actions
|
451
|
+
Endpoint to receive futures trading actions. The action is queued for processing and the response is returned immediately.
|
452
452
|
|
453
453
|
:param futures_trading_action_create: (required)
|
454
454
|
:type futures_trading_action_create: FuturesTradingActionCreate
|
@@ -483,7 +483,7 @@ class TradingActionsApi:
|
|
483
483
|
)
|
484
484
|
|
485
485
|
_response_types_map: Dict[str, Optional[str]] = {
|
486
|
-
"
|
486
|
+
"202": "PostFuturesAction",
|
487
487
|
}
|
488
488
|
response_data = await self.api_client.call_api(
|
489
489
|
*_param, _request_timeout=_request_timeout
|
@@ -606,7 +606,7 @@ class TradingActionsApi:
|
|
606
606
|
)
|
607
607
|
|
608
608
|
_response_types_map: Dict[str, Optional[str]] = {
|
609
|
-
"
|
609
|
+
"202": "object",
|
610
610
|
}
|
611
611
|
response_data = await self.api_client.call_api(
|
612
612
|
*_param, _request_timeout=_request_timeout
|
@@ -669,7 +669,7 @@ class TradingActionsApi:
|
|
669
669
|
)
|
670
670
|
|
671
671
|
_response_types_map: Dict[str, Optional[str]] = {
|
672
|
-
"
|
672
|
+
"202": "object",
|
673
673
|
}
|
674
674
|
response_data = await self.api_client.call_api(
|
675
675
|
*_param, _request_timeout=_request_timeout
|
@@ -732,7 +732,7 @@ class TradingActionsApi:
|
|
732
732
|
)
|
733
733
|
|
734
734
|
_response_types_map: Dict[str, Optional[str]] = {
|
735
|
-
"
|
735
|
+
"202": "object",
|
736
736
|
}
|
737
737
|
response_data = await self.api_client.call_api(
|
738
738
|
*_param, _request_timeout=_request_timeout
|
@@ -80,6 +80,7 @@ class ApiErrorIdentifier(str, Enum):
|
|
80
80
|
OBJECT_ALREADY_EXISTS = "object_already_exists"
|
81
81
|
OBJECT_CREATED = "object_created"
|
82
82
|
OBJECT_DELETED = "object_deleted"
|
83
|
+
OBJECT_LOCKED = "object_locked"
|
83
84
|
OBJECT_NOT_FOUND = "object_not_found"
|
84
85
|
OBJECT_UPDATED = "object_updated"
|
85
86
|
ORDER_IS_ALREADY_FILLED = "order_is_already_filled"
|
@@ -237,13 +237,13 @@ crypticorn/trade/client/api/api_keys_api.py,sha256=qfauZXQySnqnah6mvZmTk5xLGk9Ax
|
|
237
237
|
crypticorn/trade/client/api/bots_api.py,sha256=Ub6SVM6PgA0exB4eGVtipvm19epKNtIpxiepdCjztLU,50859
|
238
238
|
crypticorn/trade/client/api/exchanges_api.py,sha256=PVTRapNFD-tOVJmSaC_X_8NbWMxM97YDB77IljKdCkw,29007
|
239
239
|
crypticorn/trade/client/api/futures_trading_panel_api.py,sha256=L4wVotLLu4p-44nEInIgM79I40xeObmn3hN1zYPiNWM,50071
|
240
|
-
crypticorn/trade/client/api/notifications_api.py,sha256
|
240
|
+
crypticorn/trade/client/api/notifications_api.py,sha256=-_b61sYBL7jBkSnBqhN8feDzUA3K8KLZOiLPV6Wae24,61426
|
241
241
|
crypticorn/trade/client/api/orders_api.py,sha256=AtDyddOSCp7Y974F45niIaql9w70KVi-7kTV7ZZEOM8,11065
|
242
242
|
crypticorn/trade/client/api/status_api.py,sha256=YtSZh7xuOl_vq9xfPqdnfuOEA9EpftOqCR7H7yWVAcI,19671
|
243
243
|
crypticorn/trade/client/api/strategies_api.py,sha256=bUzv2DNBlYJsjABI-Jsrg_Sgx7-Vwzv4GLFsKXfEd-M,41707
|
244
|
-
crypticorn/trade/client/api/trading_actions_api.py,sha256=
|
244
|
+
crypticorn/trade/client/api/trading_actions_api.py,sha256=PBl1hSkkP9yRSRbr7jpUzgH4VEFOW7fHaNYYvD37fp8,32634
|
245
245
|
crypticorn/trade/client/models/__init__.py,sha256=T3rP5b5DS5tiW-cgTQuHMQ8L_-OrrTR8vnB8cwON4io,2723
|
246
|
-
crypticorn/trade/client/models/api_error_identifier.py,sha256=
|
246
|
+
crypticorn/trade/client/models/api_error_identifier.py,sha256=2bN3TUHA4aAyFOvewUM3-EKzBAXqWe9UEQc5YbIuK_M,5086
|
247
247
|
crypticorn/trade/client/models/api_error_level.py,sha256=8Sau6q3K29fg-EIGnex0yrw7gXJZLmyGTicYIXcehmY,816
|
248
248
|
crypticorn/trade/client/models/api_error_type.py,sha256=34NBgCP296pQx8doVpeqlhopPfBfRH1I-135YVtN19Y,855
|
249
249
|
crypticorn/trade/client/models/bot.py,sha256=UhpD-sRc4AZvnqqlVBfY9_P4zCCN2qL2jPocH1jYpYU,5513
|
@@ -275,9 +275,9 @@ crypticorn/trade/client/models/strategy_exchange_info.py,sha256=MhPqBXHNM-jM0JPY
|
|
275
275
|
crypticorn/trade/client/models/strategy_update.py,sha256=f7UsKSlNardj5h6uqHYbacjWWQscXkFDqcLOoefa28M,5048
|
276
276
|
crypticorn/trade/client/models/tpsl.py,sha256=vUWMI9T69kCgiN0aQobiIkGFb3MYdMfkhPUjQuCLeYE,4405
|
277
277
|
crypticorn/trade/client/models/trading_action_type.py,sha256=BysUEOl85zs79EA2zOcDN1EExcpQdABaJ4Jz08_z8VU,857
|
278
|
-
crypticorn-2.11.
|
279
|
-
crypticorn-2.11.
|
280
|
-
crypticorn-2.11.
|
281
|
-
crypticorn-2.11.
|
282
|
-
crypticorn-2.11.
|
283
|
-
crypticorn-2.11.
|
278
|
+
crypticorn-2.11.9.dist-info/licenses/LICENSE,sha256=HonAVvzFXkP2C1d7D3ByIKPwjGH8NcHTAQvKH7uvOHQ,1856
|
279
|
+
crypticorn-2.11.9.dist-info/METADATA,sha256=VTjaoMrJ1GCsHKX2aFPlPowrls5x2slXIt61LFGZrIo,8640
|
280
|
+
crypticorn-2.11.9.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
281
|
+
crypticorn-2.11.9.dist-info/entry_points.txt,sha256=d_xHsGvUTebPveVUK0SrpDFQ5ZRSjlI7lNCc11sn2PM,59
|
282
|
+
crypticorn-2.11.9.dist-info/top_level.txt,sha256=EP3NY216qIBYfmvGl0L2Zc9ItP0DjGSkiYqd9xJwGcM,11
|
283
|
+
crypticorn-2.11.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|