crypticorn 2.5.1__py3-none-any.whl → 2.5.2__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.
Files changed (128) hide show
  1. crypticorn/common/__init__.py +1 -0
  2. crypticorn/common/enums.py +3 -1
  3. crypticorn/common/errors.py +40 -4
  4. crypticorn/common/mixins.py +1 -0
  5. crypticorn/common/status_router.py +42 -0
  6. crypticorn/common/utils.py +5 -12
  7. crypticorn/klines/client/__init__.py +0 -5
  8. crypticorn/klines/client/api/change_in_timeframe_api.py +8 -9
  9. crypticorn/klines/client/api/ohlcv_data_api.py +7 -8
  10. crypticorn/klines/client/api/symbols_api.py +7 -8
  11. crypticorn/klines/client/models/__init__.py +0 -5
  12. crypticorn/klines/client/models/exception_detail.py +3 -6
  13. crypticorn/klines/client/models/search_symbol.py +4 -3
  14. crypticorn/klines/client/models/udf_config.py +1 -2
  15. crypticorn/metrics/client/__init__.py +1 -6
  16. crypticorn/metrics/client/api/exchanges_api.py +29 -31
  17. crypticorn/metrics/client/api/indicators_api.py +15 -16
  18. crypticorn/metrics/client/api/logs_api.py +1 -1
  19. crypticorn/metrics/client/api/marketcap_api.py +15 -16
  20. crypticorn/metrics/client/api/markets_api.py +15 -16
  21. crypticorn/metrics/client/api/status_api.py +1 -1
  22. crypticorn/metrics/client/api/tokens_api.py +1 -1
  23. crypticorn/metrics/client/api_client.py +1 -1
  24. crypticorn/metrics/client/configuration.py +3 -5
  25. crypticorn/metrics/client/exceptions.py +1 -1
  26. crypticorn/metrics/client/models/__init__.py +1 -6
  27. crypticorn/metrics/client/models/exception_detail.py +4 -7
  28. crypticorn/metrics/client/models/severity.py +1 -1
  29. crypticorn/metrics/client/models/time_interval.py +1 -1
  30. crypticorn/metrics/client/models/trading_status.py +1 -1
  31. crypticorn/metrics/client/rest.py +1 -1
  32. crypticorn/trade/client/__init__.py +1 -2
  33. crypticorn/trade/client/api/exchanges_api.py +6 -6
  34. crypticorn/trade/client/api/trading_actions_api.py +16 -15
  35. crypticorn/trade/client/configuration.py +2 -2
  36. crypticorn/trade/client/models/__init__.py +1 -2
  37. crypticorn/trade/client/models/action_model.py +1 -2
  38. crypticorn/trade/client/models/exchange_key_model.py +2 -11
  39. crypticorn/trade/client/models/futures_trading_action.py +1 -2
  40. crypticorn/trade/client/models/order_model.py +4 -14
  41. crypticorn/trade/client/models/spot_trading_action.py +1 -2
  42. crypticorn/trade/client/models/strategy_exchange_info.py +2 -3
  43. crypticorn/trade/client/models/strategy_model_input.py +1 -2
  44. crypticorn/trade/client/models/strategy_model_output.py +1 -2
  45. crypticorn/trade/client/models/tpsl.py +3 -1
  46. {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/METADATA +1 -1
  47. {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/RECORD +50 -127
  48. crypticorn/klines/client/api/health_check_api.py +0 -265
  49. crypticorn/klines/client/models/api_error_identifier.py +0 -108
  50. crypticorn/klines/client/models/api_error_level.py +0 -37
  51. crypticorn/klines/client/models/api_error_type.py +0 -37
  52. crypticorn/klines/client/models/base_response_health_check_response.py +0 -114
  53. crypticorn/klines/client/models/base_response_list_change_in_timeframe_response.py +0 -123
  54. crypticorn/klines/client/models/base_response_list_funding_rate_response.py +0 -118
  55. crypticorn/klines/client/models/base_response_list_str.py +0 -106
  56. crypticorn/klines/client/models/base_response_ohlcv_response.py +0 -114
  57. crypticorn/klines/client/models/change_in_timeframe_response.py +0 -86
  58. crypticorn/klines/client/models/error_response.py +0 -109
  59. crypticorn/klines/client/models/exchange.py +0 -91
  60. crypticorn/klines/client/models/funding_rate_response.py +0 -92
  61. crypticorn/klines/client/models/health_check_response.py +0 -91
  62. crypticorn/klines/client/models/history_error_response.py +0 -89
  63. crypticorn/klines/client/models/history_no_data_response.py +0 -99
  64. crypticorn/klines/client/models/history_success_response.py +0 -99
  65. crypticorn/klines/client/models/http_validation_error.py +0 -99
  66. crypticorn/klines/client/models/internal_exchange.py +0 -39
  67. crypticorn/klines/client/models/market.py +0 -35
  68. crypticorn/klines/client/models/market_type.py +0 -35
  69. crypticorn/klines/client/models/ohlcv_response.py +0 -105
  70. crypticorn/klines/client/models/response_get_history_udf_history_get.py +0 -198
  71. crypticorn/klines/client/models/response_get_udf_history.py +0 -198
  72. crypticorn/klines/client/models/search_symbol_response.py +0 -104
  73. crypticorn/klines/client/models/symbol_group_response.py +0 -83
  74. crypticorn/klines/client/models/symbol_info_response.py +0 -131
  75. crypticorn/klines/client/models/udf_config_response.py +0 -160
  76. crypticorn/klines/client/models/validation_error.py +0 -105
  77. crypticorn/klines/client/models/validation_error_loc_inner.py +0 -159
  78. crypticorn/metrics/client/api/health_check_api.py +0 -265
  79. crypticorn/metrics/client/models/api_error_identifier.py +0 -108
  80. crypticorn/metrics/client/models/api_error_level.py +0 -37
  81. crypticorn/metrics/client/models/api_error_type.py +0 -37
  82. crypticorn/metrics/client/models/base_response_dict.py +0 -106
  83. crypticorn/metrics/client/models/base_response_health_check_response.py +0 -114
  84. crypticorn/metrics/client/models/base_response_list_dict.py +0 -106
  85. crypticorn/metrics/client/models/base_response_list_exchange_mapping.py +0 -118
  86. crypticorn/metrics/client/models/base_response_list_str.py +0 -106
  87. crypticorn/metrics/client/models/error_response.py +0 -109
  88. crypticorn/metrics/client/models/exchange_mapping.py +0 -134
  89. crypticorn/metrics/client/models/health_check_response.py +0 -91
  90. crypticorn/metrics/client/models/http_validation_error.py +0 -99
  91. crypticorn/metrics/client/models/internal_exchange.py +0 -39
  92. crypticorn/metrics/client/models/market.py +0 -35
  93. crypticorn/metrics/client/models/market_type.py +0 -35
  94. crypticorn/metrics/client/models/validation_error.py +0 -105
  95. crypticorn/metrics/client/models/validation_error_loc_inner.py +0 -159
  96. crypticorn/pay/client/models/api_status_res.py +0 -83
  97. crypticorn/pay/client/models/body_create_now_invoice.py +0 -98
  98. crypticorn/pay/client/models/body_create_product.py +0 -98
  99. crypticorn/pay/client/models/body_get_products.py +0 -87
  100. crypticorn/pay/client/models/body_handle_now_webhook.py +0 -98
  101. crypticorn/pay/client/models/body_update_product.py +0 -98
  102. crypticorn/pay/client/models/combined_payment_history.py +0 -101
  103. crypticorn/pay/client/models/create_invoice_req.py +0 -188
  104. crypticorn/pay/client/models/create_invoice_res.py +0 -188
  105. crypticorn/pay/client/models/currency.py +0 -165
  106. crypticorn/pay/client/models/estimate_price_req.py +0 -91
  107. crypticorn/pay/client/models/estimate_price_res.py +0 -102
  108. crypticorn/pay/client/models/get_currencies_res.py +0 -99
  109. crypticorn/pay/client/models/get_payment_status_res.py +0 -222
  110. crypticorn/pay/client/models/get_payments_list_res.py +0 -109
  111. crypticorn/pay/client/models/min_amount_req.py +0 -124
  112. crypticorn/pay/client/models/min_amount_res.py +0 -105
  113. crypticorn/pay/client/models/now_fee_structure.py +0 -104
  114. crypticorn/pay/client/models/now_payment_model.py +0 -124
  115. crypticorn/pay/client/models/now_payment_status.py +0 -42
  116. crypticorn/pay/client/models/now_webhook_payload.py +0 -181
  117. crypticorn/pay/client/models/partial_product_update_model.py +0 -150
  118. crypticorn/pay/client/models/product.py +0 -87
  119. crypticorn/pay/client/models/product_model.py +0 -128
  120. crypticorn/pay/client/models/product_subs_model.py +0 -108
  121. crypticorn/pay/client/models/product_update_model.py +0 -150
  122. crypticorn/pay/client/models/unified_payment_model.py +0 -112
  123. crypticorn/trade/client/models/api_key_model.py +0 -156
  124. crypticorn/trade/client/models/exchange.py +0 -35
  125. crypticorn/trade/client/models/market_type.py +0 -35
  126. {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/WHEEL +0 -0
  127. {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/entry_points.txt +0 -0
  128. {crypticorn-2.5.1.dist-info → crypticorn-2.5.2.dist-info}/top_level.txt +0 -0
@@ -1,128 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Payment API
5
-
6
- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
-
8
- The version of the OpenAPI document: 0.1.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import (
21
- BaseModel,
22
- ConfigDict,
23
- Field,
24
- StrictBool,
25
- StrictFloat,
26
- StrictInt,
27
- StrictStr,
28
- )
29
- from typing import Any, ClassVar, Dict, List, Optional, Union
30
- from crypticorn.pay.client.models.scope import Scope
31
- from typing import Optional, Set
32
- from typing_extensions import Self
33
-
34
-
35
- class ProductModel(BaseModel):
36
- """
37
- ProductModel
38
- """ # noqa: E501
39
-
40
- id: Optional[StrictStr] = None
41
- name: StrictStr = Field(description="Product name")
42
- price: Union[StrictFloat, StrictInt] = Field(description="Product price")
43
- scopes: Optional[List[Scope]] = None
44
- duration: StrictInt = Field(
45
- description="Product duration in days. 0 means unlimited."
46
- )
47
- description: StrictStr = Field(description="Product description")
48
- is_active: StrictBool = Field(description="Product is active")
49
- __properties: ClassVar[List[str]] = [
50
- "id",
51
- "name",
52
- "price",
53
- "scopes",
54
- "duration",
55
- "description",
56
- "is_active",
57
- ]
58
-
59
- model_config = ConfigDict(
60
- populate_by_name=True,
61
- validate_assignment=True,
62
- protected_namespaces=(),
63
- )
64
-
65
- def to_str(self) -> str:
66
- """Returns the string representation of the model using alias"""
67
- return pprint.pformat(self.model_dump(by_alias=True))
68
-
69
- def to_json(self) -> str:
70
- """Returns the JSON representation of the model using alias"""
71
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
72
- return json.dumps(self.to_dict())
73
-
74
- @classmethod
75
- def from_json(cls, json_str: str) -> Optional[Self]:
76
- """Create an instance of ProductModel from a JSON string"""
77
- return cls.from_dict(json.loads(json_str))
78
-
79
- def to_dict(self) -> Dict[str, Any]:
80
- """Return the dictionary representation of the model using alias.
81
-
82
- This has the following differences from calling pydantic's
83
- `self.model_dump(by_alias=True)`:
84
-
85
- * `None` is only added to the output dict for nullable fields that
86
- were set at model initialization. Other fields with value `None`
87
- are ignored.
88
- """
89
- excluded_fields: Set[str] = set([])
90
-
91
- _dict = self.model_dump(
92
- by_alias=True,
93
- exclude=excluded_fields,
94
- exclude_none=True,
95
- )
96
- # set to None if id (nullable) is None
97
- # and model_fields_set contains the field
98
- if self.id is None and "id" in self.model_fields_set:
99
- _dict["id"] = None
100
-
101
- # set to None if scopes (nullable) is None
102
- # and model_fields_set contains the field
103
- if self.scopes is None and "scopes" in self.model_fields_set:
104
- _dict["scopes"] = None
105
-
106
- return _dict
107
-
108
- @classmethod
109
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
110
- """Create an instance of ProductModel from a dict"""
111
- if obj is None:
112
- return None
113
-
114
- if not isinstance(obj, dict):
115
- return cls.model_validate(obj)
116
-
117
- _obj = cls.model_validate(
118
- {
119
- "id": obj.get("id"),
120
- "name": obj.get("name"),
121
- "price": obj.get("price"),
122
- "scopes": obj.get("scopes"),
123
- "duration": obj.get("duration"),
124
- "description": obj.get("description"),
125
- "is_active": obj.get("is_active"),
126
- }
127
- )
128
- return _obj
@@ -1,108 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Payment API
5
-
6
- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
-
8
- The version of the OpenAPI document: 0.1.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
21
- from typing import Any, ClassVar, Dict, List, Optional
22
- from typing import Optional, Set
23
- from typing_extensions import Self
24
-
25
-
26
- class ProductSubsModel(BaseModel):
27
- """
28
- ProductSubsModel
29
- """ # noqa: E501
30
-
31
- id: Optional[StrictStr] = None
32
- user_id: StrictStr = Field(description="User ID")
33
- product_id: StrictStr = Field(description="Product ID")
34
- access_from: StrictInt = Field(description="Access from timestamp in milliseconds")
35
- access_until: StrictInt = Field(
36
- description="Access until timestamp in milliseconds. 0 means unlimited."
37
- )
38
- __properties: ClassVar[List[str]] = [
39
- "id",
40
- "user_id",
41
- "product_id",
42
- "access_from",
43
- "access_until",
44
- ]
45
-
46
- model_config = ConfigDict(
47
- populate_by_name=True,
48
- validate_assignment=True,
49
- protected_namespaces=(),
50
- )
51
-
52
- def to_str(self) -> str:
53
- """Returns the string representation of the model using alias"""
54
- return pprint.pformat(self.model_dump(by_alias=True))
55
-
56
- def to_json(self) -> str:
57
- """Returns the JSON representation of the model using alias"""
58
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
59
- return json.dumps(self.to_dict())
60
-
61
- @classmethod
62
- def from_json(cls, json_str: str) -> Optional[Self]:
63
- """Create an instance of ProductSubsModel from a JSON string"""
64
- return cls.from_dict(json.loads(json_str))
65
-
66
- def to_dict(self) -> Dict[str, Any]:
67
- """Return the dictionary representation of the model using alias.
68
-
69
- This has the following differences from calling pydantic's
70
- `self.model_dump(by_alias=True)`:
71
-
72
- * `None` is only added to the output dict for nullable fields that
73
- were set at model initialization. Other fields with value `None`
74
- are ignored.
75
- """
76
- excluded_fields: Set[str] = set([])
77
-
78
- _dict = self.model_dump(
79
- by_alias=True,
80
- exclude=excluded_fields,
81
- exclude_none=True,
82
- )
83
- # set to None if id (nullable) is None
84
- # and model_fields_set contains the field
85
- if self.id is None and "id" in self.model_fields_set:
86
- _dict["id"] = None
87
-
88
- return _dict
89
-
90
- @classmethod
91
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
92
- """Create an instance of ProductSubsModel from a dict"""
93
- if obj is None:
94
- return None
95
-
96
- if not isinstance(obj, dict):
97
- return cls.model_validate(obj)
98
-
99
- _obj = cls.model_validate(
100
- {
101
- "id": obj.get("id"),
102
- "user_id": obj.get("user_id"),
103
- "product_id": obj.get("product_id"),
104
- "access_from": obj.get("access_from"),
105
- "access_until": obj.get("access_until"),
106
- }
107
- )
108
- return _obj
@@ -1,150 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Payment API
5
-
6
- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
-
8
- The version of the OpenAPI document: 0.1.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import (
21
- BaseModel,
22
- ConfigDict,
23
- StrictBool,
24
- StrictFloat,
25
- StrictInt,
26
- StrictStr,
27
- )
28
- from typing import Any, ClassVar, Dict, List, Optional, Union
29
- from crypticorn.pay.client.models.scope import Scope
30
- from typing import Optional, Set
31
- from typing_extensions import Self
32
-
33
-
34
- class ProductUpdateModel(BaseModel):
35
- """
36
- ProductUpdateModel
37
- """ # noqa: E501
38
-
39
- id: Optional[StrictStr] = None
40
- name: Optional[StrictStr] = None
41
- price: Optional[Union[StrictFloat, StrictInt]] = None
42
- scopes: Optional[List[Scope]] = None
43
- duration: Optional[StrictInt] = None
44
- description: Optional[StrictStr] = None
45
- is_active: Optional[StrictBool] = None
46
- __properties: ClassVar[List[str]] = [
47
- "id",
48
- "name",
49
- "price",
50
- "scopes",
51
- "duration",
52
- "description",
53
- "is_active",
54
- ]
55
-
56
- model_config = ConfigDict(
57
- populate_by_name=True,
58
- validate_assignment=True,
59
- protected_namespaces=(),
60
- )
61
-
62
- def to_str(self) -> str:
63
- """Returns the string representation of the model using alias"""
64
- return pprint.pformat(self.model_dump(by_alias=True))
65
-
66
- def to_json(self) -> str:
67
- """Returns the JSON representation of the model using alias"""
68
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
69
- return json.dumps(self.to_dict())
70
-
71
- @classmethod
72
- def from_json(cls, json_str: str) -> Optional[Self]:
73
- """Create an instance of ProductUpdateModel from a JSON string"""
74
- return cls.from_dict(json.loads(json_str))
75
-
76
- def to_dict(self) -> Dict[str, Any]:
77
- """Return the dictionary representation of the model using alias.
78
-
79
- This has the following differences from calling pydantic's
80
- `self.model_dump(by_alias=True)`:
81
-
82
- * `None` is only added to the output dict for nullable fields that
83
- were set at model initialization. Other fields with value `None`
84
- are ignored.
85
- """
86
- excluded_fields: Set[str] = set([])
87
-
88
- _dict = self.model_dump(
89
- by_alias=True,
90
- exclude=excluded_fields,
91
- exclude_none=True,
92
- )
93
- # set to None if id (nullable) is None
94
- # and model_fields_set contains the field
95
- if self.id is None and "id" in self.model_fields_set:
96
- _dict["id"] = None
97
-
98
- # set to None if name (nullable) is None
99
- # and model_fields_set contains the field
100
- if self.name is None and "name" in self.model_fields_set:
101
- _dict["name"] = None
102
-
103
- # set to None if price (nullable) is None
104
- # and model_fields_set contains the field
105
- if self.price is None and "price" in self.model_fields_set:
106
- _dict["price"] = None
107
-
108
- # set to None if scopes (nullable) is None
109
- # and model_fields_set contains the field
110
- if self.scopes is None and "scopes" in self.model_fields_set:
111
- _dict["scopes"] = None
112
-
113
- # set to None if duration (nullable) is None
114
- # and model_fields_set contains the field
115
- if self.duration is None and "duration" in self.model_fields_set:
116
- _dict["duration"] = None
117
-
118
- # set to None if description (nullable) is None
119
- # and model_fields_set contains the field
120
- if self.description is None and "description" in self.model_fields_set:
121
- _dict["description"] = None
122
-
123
- # set to None if is_active (nullable) is None
124
- # and model_fields_set contains the field
125
- if self.is_active is None and "is_active" in self.model_fields_set:
126
- _dict["is_active"] = None
127
-
128
- return _dict
129
-
130
- @classmethod
131
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
132
- """Create an instance of ProductUpdateModel from a dict"""
133
- if obj is None:
134
- return None
135
-
136
- if not isinstance(obj, dict):
137
- return cls.model_validate(obj)
138
-
139
- _obj = cls.model_validate(
140
- {
141
- "id": obj.get("id"),
142
- "name": obj.get("name"),
143
- "price": obj.get("price"),
144
- "scopes": obj.get("scopes"),
145
- "duration": obj.get("duration"),
146
- "description": obj.get("description"),
147
- "is_active": obj.get("is_active"),
148
- }
149
- )
150
- return _obj
@@ -1,112 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Payment API
5
-
6
- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
-
8
- The version of the OpenAPI document: 0.1.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
21
- from typing import Any, ClassVar, Dict, List, Union
22
- from crypticorn.pay.client.models.payment_status import PaymentStatus
23
- from crypticorn.pay.client.models.services import Services
24
- from typing import Optional, Set
25
- from typing_extensions import Self
26
-
27
-
28
- class UnifiedPaymentModel(BaseModel):
29
- """
30
- Combined payment model across all services
31
- """ # noqa: E501
32
-
33
- id: StrictStr = Field(description="Payment ID")
34
- product_id: StrictStr = Field(description="Product ID")
35
- var_date: StrictInt = Field(description="Payment date in seconds", alias="date")
36
- amount: Union[StrictFloat, StrictInt] = Field(description="Payment amount")
37
- currency: StrictStr = Field(description="Payment currency")
38
- status: PaymentStatus
39
- service: Services = Field(description="Payment service")
40
- market: StrictStr = Field(description="Payment market")
41
- __properties: ClassVar[List[str]] = [
42
- "id",
43
- "product_id",
44
- "date",
45
- "amount",
46
- "currency",
47
- "status",
48
- "service",
49
- "market",
50
- ]
51
-
52
- model_config = ConfigDict(
53
- populate_by_name=True,
54
- validate_assignment=True,
55
- protected_namespaces=(),
56
- )
57
-
58
- def to_str(self) -> str:
59
- """Returns the string representation of the model using alias"""
60
- return pprint.pformat(self.model_dump(by_alias=True))
61
-
62
- def to_json(self) -> str:
63
- """Returns the JSON representation of the model using alias"""
64
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
65
- return json.dumps(self.to_dict())
66
-
67
- @classmethod
68
- def from_json(cls, json_str: str) -> Optional[Self]:
69
- """Create an instance of UnifiedPaymentModel from a JSON string"""
70
- return cls.from_dict(json.loads(json_str))
71
-
72
- def to_dict(self) -> Dict[str, Any]:
73
- """Return the dictionary representation of the model using alias.
74
-
75
- This has the following differences from calling pydantic's
76
- `self.model_dump(by_alias=True)`:
77
-
78
- * `None` is only added to the output dict for nullable fields that
79
- were set at model initialization. Other fields with value `None`
80
- are ignored.
81
- """
82
- excluded_fields: Set[str] = set([])
83
-
84
- _dict = self.model_dump(
85
- by_alias=True,
86
- exclude=excluded_fields,
87
- exclude_none=True,
88
- )
89
- return _dict
90
-
91
- @classmethod
92
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
93
- """Create an instance of UnifiedPaymentModel from a dict"""
94
- if obj is None:
95
- return None
96
-
97
- if not isinstance(obj, dict):
98
- return cls.model_validate(obj)
99
-
100
- _obj = cls.model_validate(
101
- {
102
- "id": obj.get("id"),
103
- "product_id": obj.get("product_id"),
104
- "date": obj.get("date"),
105
- "amount": obj.get("amount"),
106
- "currency": obj.get("currency"),
107
- "status": obj.get("status"),
108
- "service": obj.get("service"),
109
- "market": obj.get("market"),
110
- }
111
- )
112
- return _obj
@@ -1,156 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Trading API
5
-
6
- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
-
8
- The version of the OpenAPI document: 0.1.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import pprint
17
- import re # noqa: F401
18
- import json
19
-
20
- from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
21
- from typing import Any, ClassVar, Dict, List, Optional
22
- from typing import Optional, Set
23
- from typing_extensions import Self
24
-
25
-
26
- class APIKeyModel(BaseModel):
27
- """
28
- APIKeyModel
29
- """ # noqa: E501
30
-
31
- created_at: Optional[StrictInt] = None
32
- updated_at: Optional[StrictInt] = None
33
- id: Optional[StrictStr] = None
34
- exchange: StrictStr = Field(description="Exchange name")
35
- api_key: Optional[StrictStr] = None
36
- secret: Optional[StrictStr] = None
37
- passphrase: Optional[StrictStr] = None
38
- label: StrictStr = Field(description="Label for the API key")
39
- enabled: Optional[StrictBool] = None
40
- user_id: Optional[StrictStr] = None
41
- __properties: ClassVar[List[str]] = [
42
- "created_at",
43
- "updated_at",
44
- "id",
45
- "exchange",
46
- "api_key",
47
- "secret",
48
- "passphrase",
49
- "label",
50
- "enabled",
51
- "user_id",
52
- ]
53
-
54
- model_config = ConfigDict(
55
- populate_by_name=True,
56
- validate_assignment=True,
57
- protected_namespaces=(),
58
- )
59
-
60
- def to_str(self) -> str:
61
- """Returns the string representation of the model using alias"""
62
- return pprint.pformat(self.model_dump(by_alias=True))
63
-
64
- def to_json(self) -> str:
65
- """Returns the JSON representation of the model using alias"""
66
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
67
- return json.dumps(self.to_dict())
68
-
69
- @classmethod
70
- def from_json(cls, json_str: str) -> Optional[Self]:
71
- """Create an instance of APIKeyModel from a JSON string"""
72
- return cls.from_dict(json.loads(json_str))
73
-
74
- def to_dict(self) -> Dict[str, Any]:
75
- """Return the dictionary representation of the model using alias.
76
-
77
- This has the following differences from calling pydantic's
78
- `self.model_dump(by_alias=True)`:
79
-
80
- * `None` is only added to the output dict for nullable fields that
81
- were set at model initialization. Other fields with value `None`
82
- are ignored.
83
- """
84
- excluded_fields: Set[str] = set([])
85
-
86
- _dict = self.model_dump(
87
- by_alias=True,
88
- exclude=excluded_fields,
89
- exclude_none=True,
90
- )
91
- # set to None if created_at (nullable) is None
92
- # and model_fields_set contains the field
93
- if self.created_at is None and "created_at" in self.model_fields_set:
94
- _dict["created_at"] = None
95
-
96
- # set to None if updated_at (nullable) is None
97
- # and model_fields_set contains the field
98
- if self.updated_at is None and "updated_at" in self.model_fields_set:
99
- _dict["updated_at"] = None
100
-
101
- # set to None if id (nullable) is None
102
- # and model_fields_set contains the field
103
- if self.id is None and "id" in self.model_fields_set:
104
- _dict["id"] = None
105
-
106
- # set to None if api_key (nullable) is None
107
- # and model_fields_set contains the field
108
- if self.api_key is None and "api_key" in self.model_fields_set:
109
- _dict["api_key"] = None
110
-
111
- # set to None if secret (nullable) is None
112
- # and model_fields_set contains the field
113
- if self.secret is None and "secret" in self.model_fields_set:
114
- _dict["secret"] = None
115
-
116
- # set to None if passphrase (nullable) is None
117
- # and model_fields_set contains the field
118
- if self.passphrase is None and "passphrase" in self.model_fields_set:
119
- _dict["passphrase"] = None
120
-
121
- # set to None if enabled (nullable) is None
122
- # and model_fields_set contains the field
123
- if self.enabled is None and "enabled" in self.model_fields_set:
124
- _dict["enabled"] = None
125
-
126
- # set to None if user_id (nullable) is None
127
- # and model_fields_set contains the field
128
- if self.user_id is None and "user_id" in self.model_fields_set:
129
- _dict["user_id"] = None
130
-
131
- return _dict
132
-
133
- @classmethod
134
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
135
- """Create an instance of APIKeyModel from a dict"""
136
- if obj is None:
137
- return None
138
-
139
- if not isinstance(obj, dict):
140
- return cls.model_validate(obj)
141
-
142
- _obj = cls.model_validate(
143
- {
144
- "created_at": obj.get("created_at"),
145
- "updated_at": obj.get("updated_at"),
146
- "id": obj.get("id"),
147
- "exchange": obj.get("exchange"),
148
- "api_key": obj.get("api_key"),
149
- "secret": obj.get("secret"),
150
- "passphrase": obj.get("passphrase"),
151
- "label": obj.get("label"),
152
- "enabled": obj.get("enabled"),
153
- "user_id": obj.get("user_id"),
154
- }
155
- )
156
- return _obj
@@ -1,35 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Trading API
5
-
6
- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
-
8
- The version of the OpenAPI document: 0.1.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
-
11
- Do not edit the class manually.
12
- """ # noqa: E501
13
-
14
-
15
- from __future__ import annotations
16
- import json
17
- from enum import Enum
18
- from typing_extensions import Self
19
-
20
-
21
- class Exchange(str, Enum):
22
- """
23
- Supported exchanges for trading
24
- """
25
-
26
- """
27
- allowed enum values
28
- """
29
- KUCOIN = "kucoin"
30
- BINGX = "bingx"
31
-
32
- @classmethod
33
- def from_json(cls, json_str: str) -> Self:
34
- """Create an instance of Exchange from a JSON string"""
35
- return cls(json.loads(json_str))