Skip to content

Commit ea6e3c3

Browse files
author
gate
committed
update to v7.2.67
1 parent 179c08e commit ea6e3c3

14 files changed

Lines changed: 13 additions & 224 deletions

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ APIv4 provides operations related to spot, margin, and contract trading, includi
44

55
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

7-
- API version: v4.106.66
8-
- Package version: 7.2.66
7+
- API version: v4.106.67
8+
- Package version: 7.2.67
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://www.gate.com/page/contacts](https://www.gate.com/page/contacts)
1111

@@ -671,7 +671,6 @@ Class | Method | HTTP request | Description
671671
- [CollateralCurrentRate](docs/CollateralCurrentRate.md)
672672
- [CollateralFixRate](docs/CollateralFixRate.md)
673673
- [CollateralLtv](docs/CollateralLtv.md)
674-
- [ConfigResp](docs/ConfigResp.md)
675674
- [ConfirmPayment](docs/ConfirmPayment.md)
676675
- [ConfirmReceipt](docs/ConfirmReceipt.md)
677676
- [Contract](docs/Contract.md)
@@ -985,7 +984,6 @@ Class | Method | HTTP request | Description
985984
- [OrderPatch](docs/OrderPatch.md)
986985
- [OrderPreviewV1Req](docs/OrderPreviewV1Req.md)
987986
- [OrderPreviewV1Resp](docs/OrderPreviewV1Resp.md)
988-
- [OrderQueryV1Resp](docs/OrderQueryV1Resp.md)
989987
- [OrderResp](docs/OrderResp.md)
990988
- [OrderResponse](docs/OrderResponse.md)
991989
- [OtcActionResponse](docs/OtcActionResponse.md)

docs/ApiResponseAssetSwapConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**code** | **int** | 业务错误码,0 表示成功 |
88
**label** | **str** | 错误标识码,成功时为空字符串 | [optional]
99
**message** | **str** | 描述信息 |
10-
**data** | **object** | 成功时为前端配置(ConfigResp),失败时为 null |
10+
**data** | **object** | 成功时为前端配置,失败时为 null |
1111
**timestamp** | **int** | Server timestamp (milliseconds) |
1212

1313
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/ApiResponseAssetSwapOrderQueryV1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**code** | **int** | 业务错误码,0 表示成功 |
88
**label** | **str** | 错误标识码,成功时为空字符串 | [optional]
99
**message** | **str** | 描述信息 |
10-
**data** | **object** | 成功时为订单详情(CreateOrder),失败时为 null |
10+
**data** | **object** | 成功时为订单详情,失败时为 null |
1111
**timestamp** | **int** | Server timestamp (milliseconds) |
1212

1313
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/ConfigResp.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/OrderQueryV1Resp.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

gate_api/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = "7.2.66"
17+
__version__ = "7.2.67"
1818

1919
# import apis into sdk package
2020
from gate_api.api.activity_api import ActivityApi
@@ -162,7 +162,6 @@
162162
from gate_api.models.collateral_current_rate import CollateralCurrentRate
163163
from gate_api.models.collateral_fix_rate import CollateralFixRate
164164
from gate_api.models.collateral_ltv import CollateralLtv
165-
from gate_api.models.config_resp import ConfigResp
166165
from gate_api.models.confirm_payment import ConfirmPayment
167166
from gate_api.models.confirm_receipt import ConfirmReceipt
168167
from gate_api.models.contract import Contract
@@ -476,7 +475,6 @@
476475
from gate_api.models.order_patch import OrderPatch
477476
from gate_api.models.order_preview_v1_req import OrderPreviewV1Req
478477
from gate_api.models.order_preview_v1_resp import OrderPreviewV1Resp
479-
from gate_api.models.order_query_v1_resp import OrderQueryV1Resp
480478
from gate_api.models.order_resp import OrderResp
481479
from gate_api.models.order_response import OrderResponse
482480
from gate_api.models.otc_action_response import OtcActionResponse

gate_api/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
8383
self.default_headers[header_name] = header_value
8484
self.cookie = cookie
8585
# Set default User-Agent.
86-
self.user_agent = 'OpenAPI-Generator/7.2.66/python'
86+
self.user_agent = 'OpenAPI-Generator/7.2.67/python'
8787
# Set default X-Gate-Size-Decimal header for futures API
8888
self.default_headers['X-Gate-Size-Decimal'] = '1'
8989
self.client_side_validation = configuration.client_side_validation

gate_api/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ def to_debug_report(self):
313313
return "Python SDK Debug Report:\n"\
314314
"OS: {env}\n"\
315315
"Python Version: {pyversion}\n"\
316-
"Version of the API: v4.106.66\n"\
317-
"SDK Package Version: 7.2.66".\
316+
"Version of the API: v4.106.67\n"\
317+
"SDK Package Version: 7.2.67".\
318318
format(env=sys.platform, pyversion=sys.version)
319319

320320
def get_host_settings(self):

gate_api/models/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
from gate_api.models.collateral_current_rate import CollateralCurrentRate
122122
from gate_api.models.collateral_fix_rate import CollateralFixRate
123123
from gate_api.models.collateral_ltv import CollateralLtv
124-
from gate_api.models.config_resp import ConfigResp
125124
from gate_api.models.confirm_payment import ConfirmPayment
126125
from gate_api.models.confirm_receipt import ConfirmReceipt
127126
from gate_api.models.contract import Contract
@@ -435,7 +434,6 @@
435434
from gate_api.models.order_patch import OrderPatch
436435
from gate_api.models.order_preview_v1_req import OrderPreviewV1Req
437436
from gate_api.models.order_preview_v1_resp import OrderPreviewV1Resp
438-
from gate_api.models.order_query_v1_resp import OrderQueryV1Resp
439437
from gate_api.models.order_resp import OrderResp
440438
from gate_api.models.order_response import OrderResponse
441439
from gate_api.models.otc_action_response import OtcActionResponse

gate_api/models/api_response_asset_swap_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def message(self, message):
146146
def data(self):
147147
"""Gets the data of this ApiResponseAssetSwapConfig. # noqa: E501
148148
149-
成功时为前端配置(ConfigResp),失败时为 null # noqa: E501
149+
成功时为前端配置,失败时为 null # noqa: E501
150150
151151
:return: The data of this ApiResponseAssetSwapConfig. # noqa: E501
152152
:rtype: object
@@ -157,7 +157,7 @@ def data(self):
157157
def data(self, data):
158158
"""Sets the data of this ApiResponseAssetSwapConfig.
159159
160-
成功时为前端配置(ConfigResp),失败时为 null # noqa: E501
160+
成功时为前端配置,失败时为 null # noqa: E501
161161
162162
:param data: The data of this ApiResponseAssetSwapConfig. # noqa: E501
163163
:type: object

0 commit comments

Comments
 (0)