Skip to content

Commit 5a05963

Browse files
author
李严
committed
Merge branch 'main_release' into 'master'
Main release [skipped] See merge request iaasng/volcengine-python-sdk!257
2 parents 243e502 + 0bdd63f commit 5a05963

File tree

80 files changed

+14773
-185
lines changed

Some content is hidden

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

80 files changed

+14773
-185
lines changed

meta.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"lasted": "1.0.58",
3-
"meta_commit": "8741b01cad5ec3ba3fcea9fff1c2f85c219c5bc5"
2+
"lasted": "1.0.59",
3+
"meta_commit": "f919e637325f175b946e2e5860dabe4863c53d0a"
44
}
5+

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)