Skip to content

Commit b4f6d50

Browse files
committed
update sdk
2 parents 58cd687 + c3afb43 commit b4f6d50

30 files changed

+13758
-9
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": "1.0.58",
3-
"meta_commit": "cbac7b1c95919f1132a0bed5b081e1512e4dbee2"
2+
"lasted": "1.0.59",
3+
"meta_commit": "f919e637325f175b946e2e5860dabe4863c53d0a"
44
}

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

volcenginesdkbilling/__init__.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,28 @@
1919
from volcenginesdkbilling.api.billing_api import BILLINGApi
2020

2121
# import models into sdk package
22+
from volcenginesdkbilling.models.convert_list_for_list_bill_overview_by_category_output import ConvertListForListBillOverviewByCategoryOutput
23+
from volcenginesdkbilling.models.list_amortized_cost_bill_detail_request import ListAmortizedCostBillDetailRequest
24+
from volcenginesdkbilling.models.list_amortized_cost_bill_detail_response import ListAmortizedCostBillDetailResponse
25+
from volcenginesdkbilling.models.list_amortized_cost_bill_monthly_request import ListAmortizedCostBillMonthlyRequest
26+
from volcenginesdkbilling.models.list_amortized_cost_bill_monthly_response import ListAmortizedCostBillMonthlyResponse
27+
from volcenginesdkbilling.models.list_bill_detail_request import ListBillDetailRequest
28+
from volcenginesdkbilling.models.list_bill_detail_response import ListBillDetailResponse
29+
from volcenginesdkbilling.models.list_bill_overview_by_category_request import ListBillOverviewByCategoryRequest
30+
from volcenginesdkbilling.models.list_bill_overview_by_category_response import ListBillOverviewByCategoryResponse
31+
from volcenginesdkbilling.models.list_bill_overview_by_prod_request import ListBillOverviewByProdRequest
32+
from volcenginesdkbilling.models.list_bill_overview_by_prod_response import ListBillOverviewByProdResponse
33+
from volcenginesdkbilling.models.list_bill_request import ListBillRequest
34+
from volcenginesdkbilling.models.list_bill_response import ListBillResponse
35+
from volcenginesdkbilling.models.list_for_list_amortized_cost_bill_detail_output import ListForListAmortizedCostBillDetailOutput
36+
from volcenginesdkbilling.models.list_for_list_amortized_cost_bill_monthly_output import ListForListAmortizedCostBillMonthlyOutput
37+
from volcenginesdkbilling.models.list_for_list_bill_detail_output import ListForListBillDetailOutput
38+
from volcenginesdkbilling.models.list_for_list_bill_output import ListForListBillOutput
39+
from volcenginesdkbilling.models.list_for_list_bill_overview_by_category_output import ListForListBillOverviewByCategoryOutput
40+
from volcenginesdkbilling.models.list_for_list_bill_overview_by_prod_output import ListForListBillOverviewByProdOutput
41+
from volcenginesdkbilling.models.list_for_list_split_bill_detail_output import ListForListSplitBillDetailOutput
42+
from volcenginesdkbilling.models.list_split_bill_detail_request import ListSplitBillDetailRequest
43+
from volcenginesdkbilling.models.list_split_bill_detail_response import ListSplitBillDetailResponse
2244
from volcenginesdkbilling.models.query_balance_acct_request import QueryBalanceAcctRequest
2345
from volcenginesdkbilling.models.query_balance_acct_response import QueryBalanceAcctResponse
2446
from volcenginesdkbilling.models.success_instance_info_for_unsubscribe_instance_output import SuccessInstanceInfoForUnsubscribeInstanceOutput

0 commit comments

Comments
 (0)