Skip to content

Commit 986d240

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for billing-Python-2022-01-01-online-296-2024_01_11_22_26_32
1 parent 4bf4c5d commit 986d240

File tree

8 files changed

+1050
-10
lines changed

8 files changed

+1050
-10
lines changed

meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "1.0.62",
3-
"meta_commit": "7dd06057d68e0272514bd45a8c8d0ec1d750c2b0"
4-
}
2+
"lasted": "1.0.63",
3+
"meta_commit": "c63c90e95a7206ddab38a25fb1f0cf8682d2845c"
4+
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "volcengine-python-sdk"
6-
VERSION = "1.0.62"
6+
VERSION = "1.0.63"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkbilling/models/list_for_list_amortized_cost_bill_detail_output.py

Lines changed: 261 additions & 1 deletion
Large diffs are not rendered by default.

volcenginesdkbilling/models/list_for_list_amortized_cost_bill_monthly_output.py

Lines changed: 261 additions & 1 deletion
Large diffs are not rendered by default.

volcenginesdkbilling/models/list_for_list_bill_detail_output.py

Lines changed: 261 additions & 1 deletion
Large diffs are not rendered by default.

volcenginesdkbilling/models/list_for_list_split_bill_detail_output.py

Lines changed: 261 additions & 1 deletion
Large diffs are not rendered by default.

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6767
self.default_headers[header_name] = header_value
6868
self.cookie = cookie
6969
# Set default User-Agent.
70-
self.user_agent = 'volcstack-python-sdk/1.0.62'
70+
self.user_agent = 'volcstack-python-sdk/1.0.63'
7171
self.client_side_validation = configuration.client_side_validation
7272

7373
def __del__(self):

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,5 @@ def to_debug_report(self):
221221
"OS: {env}\n"\
222222
"Python Version: {pyversion}\n"\
223223
"Version of the API: 0.1.0\n"\
224-
"SDK Package Version: 1.0.62".\
224+
"SDK Package Version: 1.0.63".\
225225
format(env=sys.platform, pyversion=sys.version)

0 commit comments

Comments
 (0)