Skip to content

Commit 1266732

Browse files
author
Letstream Bot
committed
Update python clients
1 parent 6dbbb08 commit 1266732

File tree

72 files changed

+96
-817
lines changed

Some content is hidden

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

72 files changed

+96
-817
lines changed

python-client-addons/.openapi-generator/FILES

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.github/workflows/python.yml
22
.gitignore
33
.gitlab-ci.yml
4-
.openapi-generator-ignore
54
.travis.yml
65
README.md
76
docs/AddonResponse.md
@@ -84,36 +83,4 @@ setup.cfg
8483
setup.py
8584
test-requirements.txt
8685
test/__init__.py
87-
test/test_addon_response.py
88-
test/test_addon_response_custom_fields_inner.py
89-
test/test_addon_response_plans_inner.py
90-
test/test_addon_response_price_brackets_inner.py
91-
test/test_addon_response_tags_inner.py
92-
test/test_addons_api.py
93-
test/test_create_an_addon_request.py
94-
test/test_create_an_addon_request_one_of.py
95-
test/test_create_an_addon_request_one_of1.py
96-
test/test_create_an_addon_request_one_of1_price_brackets_inner.py
97-
test/test_create_an_addon_request_one_of2.py
98-
test/test_create_an_addon_request_one_of2_price_brackets_inner.py
99-
test/test_create_an_addon_request_one_of3.py
100-
test/test_create_an_addon_request_one_of_plans_inner.py
101-
test/test_create_an_addon_response.py
102-
test/test_custom_fields_inner.py
103-
test/test_delete_an_addon_response.py
104-
test/test_item_tax_preferences_inner.py
105-
test/test_list_all_addons_response.py
106-
test/test_list_all_addons_response_addons_inner.py
107-
test/test_list_all_addons_response_addons_inner_tags_inner.py
108-
test/test_mark_as_active_response.py
109-
test/test_mark_as_inactive_response.py
110-
test/test_retrieve_an_addon_response.py
111-
test/test_retrieve_an_addon_response_addon.py
112-
test/test_tags_inner.py
113-
test/test_update_an_addon_request.py
114-
test/test_update_an_addon_request_plans_inner.py
115-
test/test_update_an_addon_request_price_brackets_inner.py
116-
test/test_update_an_addon_request_tags_inner.py
117-
test/test_update_an_addon_response.py
118-
test/test_update_an_addon_response_addon.py
11986
tox.ini

python-client-addons/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "ls_zoho_billing_addons"
33
version = "1.0.0"
44
description = "Addons"
5-
authors = [
5+
authors = ['Letstream <support@theletstream.com>']
66
{name = "OpenAPI Generator Community",email = "team@openapitools.org"},
77
]
8-
license = "NoLicense"
8+
license = 'MIT'
99
readme = "README.md"
1010
keywords = ["OpenAPI", "OpenAPI-Generator", "Addons"]
1111
requires-python = ">=3.9"

python-client-addons/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
name=NAME,
3535
version=VERSION,
3636
description="Addons",
37-
author="OpenAPI Generator community",
38-
author_email="team@openapitools.org",
37+
author='Letstream',
38+
author_email='support@theletstream.com',
3939
url="https://www.theletstream.com?utm_source&#x3D;github-zohobillingclient",
4040
keywords=["OpenAPI", "OpenAPI-Generator", "Addons"],
4141
install_requires=REQUIRES,

python-client-bank-account/.openapi-generator/FILES

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.github/workflows/python.yml
22
.gitignore
33
.gitlab-ci.yml
4-
.openapi-generator-ignore
54
.travis.yml
65
README.md
76
docs/BankAccountApi.md
@@ -26,7 +25,4 @@ setup.cfg
2625
setup.py
2726
test-requirements.txt
2827
test/__init__.py
29-
test/test_bank_account_api.py
30-
test/test_bank_accounts_response.py
31-
test/test_retrieve_a_bank_account_information_response.py
3228
tox.ini

python-client-bank-account/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "ls_zoho_billing_bank_account"
33
version = "1.0.0"
44
description = "Bank-Accounts"
5-
authors = [
5+
authors = ['Letstream <support@theletstream.com>']
66
{name = "OpenAPI Generator Community",email = "team@openapitools.org"},
77
]
8-
license = "NoLicense"
8+
license = 'MIT'
99
readme = "README.md"
1010
keywords = ["OpenAPI", "OpenAPI-Generator", "Bank-Accounts"]
1111
requires-python = ">=3.9"

python-client-bank-account/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
name=NAME,
3535
version=VERSION,
3636
description="Bank-Accounts",
37-
author="OpenAPI Generator community",
38-
author_email="team@openapitools.org",
37+
author='Letstream',
38+
author_email='support@theletstream.com',
3939
url="https://www.theletstream.com?utm_source&#x3D;github-zohobillingclient",
4040
keywords=["OpenAPI", "OpenAPI-Generator", "Bank-Accounts"],
4141
install_requires=REQUIRES,

python-client-cards/.openapi-generator/FILES

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.github/workflows/python.yml
22
.gitignore
33
.gitlab-ci.yml
4-
.openapi-generator-ignore
54
.travis.yml
65
README.md
76
docs/CardResponse.md
@@ -32,10 +31,4 @@ setup.cfg
3231
setup.py
3332
test-requirements.txt
3433
test/__init__.py
35-
test/test_card_response.py
36-
test/test_cards_api.py
37-
test/test_delete_a_credit_card_response.py
38-
test/test_list_all_active_credit_cards_of_a_customer_response.py
39-
test/test_list_all_active_credit_cards_of_a_customer_response_cards_inner.py
40-
test/test_retrieve_a_credit_card_information_response.py
4134
tox.ini

python-client-cards/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "ls_zoho_billing_cards"
33
version = "1.0.0"
44
description = "Cards"
5-
authors = [
5+
authors = ['Letstream <support@theletstream.com>']
66
{name = "OpenAPI Generator Community",email = "team@openapitools.org"},
77
]
8-
license = "NoLicense"
8+
license = 'MIT'
99
readme = "README.md"
1010
keywords = ["OpenAPI", "OpenAPI-Generator", "Cards"]
1111
requires-python = ">=3.9"

python-client-cards/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
name=NAME,
3535
version=VERSION,
3636
description="Cards",
37-
author="OpenAPI Generator community",
38-
author_email="team@openapitools.org",
37+
author='Letstream',
38+
author_email='support@theletstream.com',
3939
url="https://www.theletstream.com?utm_source&#x3D;github-zohobillingclient",
4040
keywords=["OpenAPI", "OpenAPI-Generator", "Cards"],
4141
install_requires=REQUIRES,

python-client-contact-persons/.openapi-generator/FILES

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.github/workflows/python.yml
22
.gitignore
33
.gitlab-ci.yml
4-
.openapi-generator-ignore
54
.travis.yml
65
README.md
76
docs/ContactPersonResponse.md
@@ -42,15 +41,4 @@ setup.cfg
4241
setup.py
4342
test-requirements.txt
4443
test/__init__.py
45-
test/test_contact_person_response.py
46-
test/test_contact_persons_api.py
47-
test/test_create_a_contact_person_request.py
48-
test/test_create_a_contact_person_response.py
49-
test/test_delete_a_contact_person_response.py
50-
test/test_list_of_all_contact_persons_response.py
51-
test/test_list_of_all_contact_persons_response_contact_persons_inner.py
52-
test/test_retrieve_a_contact_person_response.py
53-
test/test_retrieve_a_contact_person_response_contact_person.py
54-
test/test_update_a_contact_person_request.py
55-
test/test_update_a_contact_person_response.py
5644
tox.ini

0 commit comments

Comments
 (0)