Skip to content

Commit 2e7d322

Browse files
committed
Merge 'integration_2026-01-08_1102078773250' into 'master'
merge branch integration_2026-01-08_1102078773250 into master See merge request: !1014
2 parents 25bff3e + 15c8722 commit 2e7d322

File tree

135 files changed

+16338
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+16338
-209
lines changed

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "5.0.3",
3-
"meta_commit": "487c1300ffb24e485bab78fe84ff6579697838d4"
2+
"lasted": "5.0.4",
3+
"meta_commit": "e772e0e1a55425b31cd34b7162dc084dbb47cf86"
44
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "volcengine-python-sdk"
3-
version = "5.0.3"
3+
version = "5.0.4"
44
authors = [
55
{name = "volc-engine", email = "volc-sdk-team@bytedance.com"},
66
]

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 = "5.0.3"
6+
VERSION = "5.0.4"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkbilling/models/list_for_list_split_bill_detail_output.py

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class ListForListSplitBillDetailOutput(object):
4444
'business_mode': 'str',
4545
'config_name': 'str',
4646
'configuration_code': 'str',
47+
'cost_unit': 'str',
4748
'country_region': 'str',
4849
'coupon_deduction_amount': 'str',
4950
'credit_carried_amount': 'str',
@@ -142,6 +143,7 @@ class ListForListSplitBillDetailOutput(object):
142143
'business_mode': 'BusinessMode',
143144
'config_name': 'ConfigName',
144145
'configuration_code': 'ConfigurationCode',
146+
'cost_unit': 'CostUnit',
145147
'country_region': 'CountryRegion',
146148
'coupon_deduction_amount': 'CouponDeductionAmount',
147149
'credit_carried_amount': 'CreditCarriedAmount',
@@ -228,7 +230,7 @@ class ListForListSplitBillDetailOutput(object):
228230
'zone_code': 'ZoneCode'
229231
}
230232

231-
def __init__(self, bill_category=None, bill_detail_id=None, bill_id=None, bill_period=None, billing_function=None, billing_method_code=None, billing_mode=None, busi_period=None, business_mode=None, config_name=None, configuration_code=None, country_region=None, coupon_deduction_amount=None, credit_carried_amount=None, currency=None, currency_settlement=None, deduction_count=None, discount_bill_amount=None, discount_biz_billing_function=None, discount_biz_measure_interval=None, discount_biz_unit_price=None, discount_biz_unit_price_interval=None, discount_info=None, effective_factor=None, element=None, element_code=None, exchange_rate=None, expand_field=None, expense_time=None, factor=None, factor_code=None, instance_name=None, instance_no=None, main_contract_number=None, market_price=None, measure_interval=None, original_bill_amount=None, original_order_no=None, owner_customer_name=None, owner_id=None, owner_user_name=None, paid_amount=None, payable_amount=None, payer_customer_name=None, payer_id=None, payer_user_name=None, posttax_amount=None, pre_tax_payable_amount=None, preferential_bill_amount=None, pretax_amount=None, pretax_real_value=None, price=None, price_interval=None, price_unit=None, product=None, product_zh=None, project=None, project_display_name=None, real_value=None, region=None, region_code=None, reservation_instance=None, round_amount=None, saving_plan_deduction_discount_amount=None, saving_plan_deduction_sp_id=None, saving_plan_original_amount=None, seller_customer_name=None, seller_id=None, seller_user_name=None, selling_mode=None, settle_payable_amount=None, settle_posttax_amount=None, settle_pre_tax_payable_amount=None, settle_pretax_amount=None, settle_pretax_real_value=None, settle_real_value=None, settle_tax=None, settlement_type=None, solution_zh=None, split_bill_detail_id=None, split_item_amount=None, split_item_id=None, split_item_name=None, split_item_ratio=None, subject_name=None, tag=None, tax=None, tax_rate=None, trade_time=None, unit=None, unpaid_amount=None, use_duration=None, use_duration_unit=None, zone=None, zone_code=None, _configuration=None): # noqa: E501
233+
def __init__(self, bill_category=None, bill_detail_id=None, bill_id=None, bill_period=None, billing_function=None, billing_method_code=None, billing_mode=None, busi_period=None, business_mode=None, config_name=None, configuration_code=None, cost_unit=None, country_region=None, coupon_deduction_amount=None, credit_carried_amount=None, currency=None, currency_settlement=None, deduction_count=None, discount_bill_amount=None, discount_biz_billing_function=None, discount_biz_measure_interval=None, discount_biz_unit_price=None, discount_biz_unit_price_interval=None, discount_info=None, effective_factor=None, element=None, element_code=None, exchange_rate=None, expand_field=None, expense_time=None, factor=None, factor_code=None, instance_name=None, instance_no=None, main_contract_number=None, market_price=None, measure_interval=None, original_bill_amount=None, original_order_no=None, owner_customer_name=None, owner_id=None, owner_user_name=None, paid_amount=None, payable_amount=None, payer_customer_name=None, payer_id=None, payer_user_name=None, posttax_amount=None, pre_tax_payable_amount=None, preferential_bill_amount=None, pretax_amount=None, pretax_real_value=None, price=None, price_interval=None, price_unit=None, product=None, product_zh=None, project=None, project_display_name=None, real_value=None, region=None, region_code=None, reservation_instance=None, round_amount=None, saving_plan_deduction_discount_amount=None, saving_plan_deduction_sp_id=None, saving_plan_original_amount=None, seller_customer_name=None, seller_id=None, seller_user_name=None, selling_mode=None, settle_payable_amount=None, settle_posttax_amount=None, settle_pre_tax_payable_amount=None, settle_pretax_amount=None, settle_pretax_real_value=None, settle_real_value=None, settle_tax=None, settlement_type=None, solution_zh=None, split_bill_detail_id=None, split_item_amount=None, split_item_id=None, split_item_name=None, split_item_ratio=None, subject_name=None, tag=None, tax=None, tax_rate=None, trade_time=None, unit=None, unpaid_amount=None, use_duration=None, use_duration_unit=None, zone=None, zone_code=None, _configuration=None): # noqa: E501
232234
"""ListForListSplitBillDetailOutput - a model defined in Swagger""" # noqa: E501
233235
if _configuration is None:
234236
_configuration = Configuration()
@@ -245,6 +247,7 @@ def __init__(self, bill_category=None, bill_detail_id=None, bill_id=None, bill_p
245247
self._business_mode = None
246248
self._config_name = None
247249
self._configuration_code = None
250+
self._cost_unit = None
248251
self._country_region = None
249252
self._coupon_deduction_amount = None
250253
self._credit_carried_amount = None
@@ -353,6 +356,8 @@ def __init__(self, bill_category=None, bill_detail_id=None, bill_id=None, bill_p
353356
self.config_name = config_name
354357
if configuration_code is not None:
355358
self.configuration_code = configuration_code
359+
if cost_unit is not None:
360+
self.cost_unit = cost_unit
356361
if country_region is not None:
357362
self.country_region = country_region
358363
if coupon_deduction_amount is not None:
@@ -753,6 +758,27 @@ def configuration_code(self, configuration_code):
753758

754759
self._configuration_code = configuration_code
755760

761+
@property
762+
def cost_unit(self):
763+
"""Gets the cost_unit of this ListForListSplitBillDetailOutput. # noqa: E501
764+
765+
766+
:return: The cost_unit of this ListForListSplitBillDetailOutput. # noqa: E501
767+
:rtype: str
768+
"""
769+
return self._cost_unit
770+
771+
@cost_unit.setter
772+
def cost_unit(self, cost_unit):
773+
"""Sets the cost_unit of this ListForListSplitBillDetailOutput.
774+
775+
776+
:param cost_unit: The cost_unit of this ListForListSplitBillDetailOutput. # noqa: E501
777+
:type: str
778+
"""
779+
780+
self._cost_unit = cost_unit
781+
756782
@property
757783
def country_region(self):
758784
"""Gets the country_region of this ListForListSplitBillDetailOutput. # noqa: E501

volcenginesdkbilling/models/list_split_bill_detail_request.py

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class ListSplitBillDetailRequest(object):
4646
'owner_id': 'list[int]',
4747
'payer_id': 'list[int]',
4848
'product': 'list[str]',
49+
'split_dimension': 'str',
4950
'split_item_id': 'str'
5051
}
5152

@@ -63,10 +64,11 @@ class ListSplitBillDetailRequest(object):
6364
'owner_id': 'OwnerID',
6465
'payer_id': 'PayerID',
6566
'product': 'Product',
67+
'split_dimension': 'SplitDimension',
6668
'split_item_id': 'SplitItemID'
6769
}
6870

69-
def __init__(self, bill_category=None, bill_period=None, billing_mode=None, expense_date=None, group_period=None, ignore_zero=None, instance_no=None, limit=None, need_record_num=None, offset=None, owner_id=None, payer_id=None, product=None, split_item_id=None, _configuration=None): # noqa: E501
71+
def __init__(self, bill_category=None, bill_period=None, billing_mode=None, expense_date=None, group_period=None, ignore_zero=None, instance_no=None, limit=None, need_record_num=None, offset=None, owner_id=None, payer_id=None, product=None, split_dimension=None, split_item_id=None, _configuration=None): # noqa: E501
7072
"""ListSplitBillDetailRequest - a model defined in Swagger""" # noqa: E501
7173
if _configuration is None:
7274
_configuration = Configuration()
@@ -85,6 +87,7 @@ def __init__(self, bill_category=None, bill_period=None, billing_mode=None, expe
8587
self._owner_id = None
8688
self._payer_id = None
8789
self._product = None
90+
self._split_dimension = None
8891
self._split_item_id = None
8992
self.discriminator = None
9093

@@ -112,6 +115,7 @@ def __init__(self, bill_category=None, bill_period=None, billing_mode=None, expe
112115
self.payer_id = payer_id
113116
if product is not None:
114117
self.product = product
118+
self.split_dimension = split_dimension
115119
if split_item_id is not None:
116120
self.split_item_id = split_item_id
117121

@@ -392,6 +396,29 @@ def product(self, product):
392396

393397
self._product = product
394398

399+
@property
400+
def split_dimension(self):
401+
"""Gets the split_dimension of this ListSplitBillDetailRequest. # noqa: E501
402+
403+
404+
:return: The split_dimension of this ListSplitBillDetailRequest. # noqa: E501
405+
:rtype: str
406+
"""
407+
return self._split_dimension
408+
409+
@split_dimension.setter
410+
def split_dimension(self, split_dimension):
411+
"""Sets the split_dimension of this ListSplitBillDetailRequest.
412+
413+
414+
:param split_dimension: The split_dimension of this ListSplitBillDetailRequest. # noqa: E501
415+
:type: str
416+
"""
417+
if self._configuration.client_side_validation and split_dimension is None:
418+
raise ValueError("Invalid value for `split_dimension`, must not be `None`") # noqa: E501
419+
420+
self._split_dimension = split_dimension
421+
395422
@property
396423
def split_item_id(self):
397424
"""Gets the split_item_id of this ListSplitBillDetailRequest. # noqa: E501

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6464
self.default_headers[header_name] = header_value
6565
self.cookie = cookie
6666
# Set default User-Agent.
67-
self.user_agent = 'volcstack-python-sdk/5.0.3'
67+
self.user_agent = 'volcstack-python-sdk/5.0.4'
6868
self.client_side_validation = configuration.client_side_validation
6969

7070
self.interceptor_chain = InterceptorChain()

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def to_debug_report(self):
272272
"OS: {env}\n" \
273273
"Python Version: {pyversion}\n" \
274274
"Version of the API: 0.1.0\n" \
275-
"SDK Package Version: 5.0.3".\
275+
"SDK Package Version: 5.0.4".\
276276
format(env=sys.platform, pyversion=sys.version)
277277

278278
@property

volcenginesdkdbw/models/describe_ticket_detail_response.py

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class DescribeTicketDetailResponse(object):
3737
'create_user': 'CreateUserForDescribeTicketDetailOutput',
3838
'current_user': 'CurrentUserForDescribeTicketDetailOutput',
3939
'db_name': 'str',
40+
'description': 'str',
4041
'exec_end_time': 'int',
4142
'exec_start_time': 'int',
4243
'instance_id': 'str',
@@ -56,6 +57,7 @@ class DescribeTicketDetailResponse(object):
5657
'create_user': 'CreateUser',
5758
'current_user': 'CurrentUser',
5859
'db_name': 'DbName',
60+
'description': 'Description',
5961
'exec_end_time': 'ExecEndTime',
6062
'exec_start_time': 'ExecStartTime',
6163
'instance_id': 'InstanceId',
@@ -70,7 +72,7 @@ class DescribeTicketDetailResponse(object):
7072
'update_time': 'UpdateTime'
7173
}
7274

73-
def __init__(self, create_time=None, create_user=None, current_user=None, db_name=None, exec_end_time=None, exec_start_time=None, instance_id=None, instance_type=None, memo=None, sql_text=None, ticket_execute_type=None, ticket_id=None, ticket_status=None, ticket_type=None, title=None, update_time=None, _configuration=None): # noqa: E501
75+
def __init__(self, create_time=None, create_user=None, current_user=None, db_name=None, description=None, exec_end_time=None, exec_start_time=None, instance_id=None, instance_type=None, memo=None, sql_text=None, ticket_execute_type=None, ticket_id=None, ticket_status=None, ticket_type=None, title=None, update_time=None, _configuration=None): # noqa: E501
7476
"""DescribeTicketDetailResponse - a model defined in Swagger""" # noqa: E501
7577
if _configuration is None:
7678
_configuration = Configuration()
@@ -80,6 +82,7 @@ def __init__(self, create_time=None, create_user=None, current_user=None, db_nam
8082
self._create_user = None
8183
self._current_user = None
8284
self._db_name = None
85+
self._description = None
8386
self._exec_end_time = None
8487
self._exec_start_time = None
8588
self._instance_id = None
@@ -102,6 +105,8 @@ def __init__(self, create_time=None, create_user=None, current_user=None, db_nam
102105
self.current_user = current_user
103106
if db_name is not None:
104107
self.db_name = db_name
108+
if description is not None:
109+
self.description = description
105110
if exec_end_time is not None:
106111
self.exec_end_time = exec_end_time
107112
if exec_start_time is not None:
@@ -211,6 +216,27 @@ def db_name(self, db_name):
211216

212217
self._db_name = db_name
213218

219+
@property
220+
def description(self):
221+
"""Gets the description of this DescribeTicketDetailResponse. # noqa: E501
222+
223+
224+
:return: The description of this DescribeTicketDetailResponse. # noqa: E501
225+
:rtype: str
226+
"""
227+
return self._description
228+
229+
@description.setter
230+
def description(self, description):
231+
"""Sets the description of this DescribeTicketDetailResponse.
232+
233+
234+
:param description: The description of this DescribeTicketDetailResponse. # noqa: E501
235+
:type: str
236+
"""
237+
238+
self._description = description
239+
214240
@property
215241
def exec_end_time(self):
216242
"""Gets the exec_end_time of this DescribeTicketDetailResponse. # noqa: E501

0 commit comments

Comments
 (0)