Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/phoenixnap/python-sdk-bmc
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
sokoli1 committed Mar 11, 2024
2 parents 37b6497 + b80f4f1 commit df8a996
Show file tree
Hide file tree
Showing 60 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion pnap_audit_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Knowledge base articles to help you can be found
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0
- Package version: 2.0.2.dev
- Package version: 2.0.2
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://phoenixnap.com/](https://phoenixnap.com/)

Expand Down
2 changes: 1 addition & 1 deletion pnap_audit_api/pnap_audit_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "2.0.2.dev"
__version__ = "2.0.2"

# import apis into sdk package
from pnap_audit_api.api.events_api import EventsApi
Expand Down
4 changes: 2 additions & 2 deletions pnap_audit_api/pnap_audit_api/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = f"PNAP-python-sdk-bmc/pnap_audit_api/2.0.2.dev"
self.user_agent = f"PNAP-python-sdk-bmc/pnap_audit_api/2.0.2"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/pnap_audit_api/2.0.2.dev"
self.powered_by = f"PNAP-python-sdk-bmc/pnap_audit_api/2.0.2"

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion pnap_audit_api/pnap_audit_api/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0\n"\
"SDK Package Version: 2.0.2.dev".\
"SDK Package Version: 2.0.2".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion pnap_audit_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pnap_audit_api"
version = "2.0.2.dev"
version = "2.0.2"
description = "Audit Log API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion pnap_audit_api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "pnap-audit-api"
VERSION = "2.0.2.dev"
VERSION = "2.0.2"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pnap_bmc_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Knowledge base articles to help you can be found
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.1
- Package version: 2.0.2.dev
- Package version: 2.0.2
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://phoenixnap.com/](https://phoenixnap.com/)

Expand Down
2 changes: 1 addition & 1 deletion pnap_bmc_api/pnap_bmc_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "2.0.2.dev"
__version__ = "2.0.2"

# import apis into sdk package
from pnap_bmc_api.api.quotas_api import QuotasApi
Expand Down
4 changes: 2 additions & 2 deletions pnap_bmc_api/pnap_bmc_api/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = f"PNAP-python-sdk-bmc/pnap_bmc_api/2.0.2.dev"
self.user_agent = f"PNAP-python-sdk-bmc/pnap_bmc_api/2.0.2"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/pnap_bmc_api/2.0.2.dev"
self.powered_by = f"PNAP-python-sdk-bmc/pnap_bmc_api/2.0.2"

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion pnap_bmc_api/pnap_bmc_api/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 0.1\n"\
"SDK Package Version: 2.0.2.dev".\
"SDK Package Version: 2.0.2".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion pnap_bmc_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pnap_bmc_api"
version = "2.0.2.dev"
version = "2.0.2"
description = "Bare Metal Cloud API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion pnap_bmc_api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "pnap-bmc-api"
VERSION = "2.0.2.dev"
VERSION = "2.0.2"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pnap_invoicing_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ List, fetch and pay invoices with the Invoicing API.
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0
- Package version: 1.0.2.dev
- Package version: 1.0.2
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://phoenixnap.com/](https://phoenixnap.com/)

Expand Down
2 changes: 1 addition & 1 deletion pnap_invoicing_api/pnap_invoicing_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "1.0.2.dev"
__version__ = "1.0.2"

# import apis into sdk package
from pnap_invoicing_api.api.invoices_api import InvoicesApi
Expand Down
4 changes: 2 additions & 2 deletions pnap_invoicing_api/pnap_invoicing_api/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = f"PNAP-python-sdk-bmc/pnap_invoicing_api/1.0.2.dev"
self.user_agent = f"PNAP-python-sdk-bmc/pnap_invoicing_api/1.0.2"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/pnap_invoicing_api/1.0.2.dev"
self.powered_by = f"PNAP-python-sdk-bmc/pnap_invoicing_api/1.0.2"

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion pnap_invoicing_api/pnap_invoicing_api/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0\n"\
"SDK Package Version: 1.0.2.dev".\
"SDK Package Version: 1.0.2".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion pnap_invoicing_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pnap_invoicing_api"
version = "1.0.2.dev"
version = "1.0.2"
description = "Invoicing API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion pnap_invoicing_api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "pnap-invoicing-api"
VERSION = "1.0.2.dev"
VERSION = "1.0.2"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pnap_ip_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Knowledge base articles to help you can be found
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0
- Package version: 2.0.2.dev
- Package version: 2.0.2
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://phoenixnap.com/](https://phoenixnap.com/)

Expand Down
2 changes: 1 addition & 1 deletion pnap_ip_api/pnap_ip_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "2.0.2.dev"
__version__ = "2.0.2"

# import apis into sdk package
from pnap_ip_api.api.ip_blocks_api import IPBlocksApi
Expand Down
4 changes: 2 additions & 2 deletions pnap_ip_api/pnap_ip_api/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = f"PNAP-python-sdk-bmc/pnap_ip_api/2.0.2.dev"
self.user_agent = f"PNAP-python-sdk-bmc/pnap_ip_api/2.0.2"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/pnap_ip_api/2.0.2.dev"
self.powered_by = f"PNAP-python-sdk-bmc/pnap_ip_api/2.0.2"

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion pnap_ip_api/pnap_ip_api/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0\n"\
"SDK Package Version: 2.0.2.dev".\
"SDK Package Version: 2.0.2".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion pnap_ip_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pnap_ip_api"
version = "2.0.2.dev"
version = "2.0.2"
description = "IP Addresses API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion pnap_ip_api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "pnap-ip-api"
VERSION = "2.0.2.dev"
VERSION = "2.0.2"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pnap_location_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0
- Package version: 2.0.2.dev
- Package version: 2.0.2
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://phoenixnap.com](https://phoenixnap.com)

Expand Down
2 changes: 1 addition & 1 deletion pnap_location_api/pnap_location_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "2.0.2.dev"
__version__ = "2.0.2"

# import apis into sdk package
from pnap_location_api.api.locations_api import LocationsApi
Expand Down
4 changes: 2 additions & 2 deletions pnap_location_api/pnap_location_api/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = f"PNAP-python-sdk-bmc/pnap_location_api/2.0.2.dev"
self.user_agent = f"PNAP-python-sdk-bmc/pnap_location_api/2.0.2"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/pnap_location_api/2.0.2.dev"
self.powered_by = f"PNAP-python-sdk-bmc/pnap_location_api/2.0.2"

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion pnap_location_api/pnap_location_api/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0\n"\
"SDK Package Version: 2.0.2.dev".\
"SDK Package Version: 2.0.2".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion pnap_location_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pnap_location_api"
version = "2.0.2.dev"
version = "2.0.2"
description = "Locations API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion pnap_location_api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "pnap-location-api"
VERSION = "2.0.2.dev"
VERSION = "2.0.2"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pnap_network_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and <a href='https://phoenixnap.com/kb/bmc-server-management-via-api#ftoc-headin
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0
- Package version: 2.0.2.dev
- Package version: 2.0.2
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://phoenixnap.com/](https://phoenixnap.com/)

Expand Down
2 changes: 1 addition & 1 deletion pnap_network_api/pnap_network_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "2.0.2.dev"
__version__ = "2.0.2"

# import apis into sdk package
from pnap_network_api.api.private_networks_api import PrivateNetworksApi
Expand Down
4 changes: 2 additions & 2 deletions pnap_network_api/pnap_network_api/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = f"PNAP-python-sdk-bmc/pnap_network_api/2.0.2.dev"
self.user_agent = f"PNAP-python-sdk-bmc/pnap_network_api/2.0.2"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/pnap_network_api/2.0.2.dev"
self.powered_by = f"PNAP-python-sdk-bmc/pnap_network_api/2.0.2"

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion pnap_network_api/pnap_network_api/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0\n"\
"SDK Package Version: 2.0.2.dev".\
"SDK Package Version: 2.0.2".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion pnap_network_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pnap_network_api"
version = "2.0.2.dev"
version = "2.0.2"
description = "Networks API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion pnap_network_api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "pnap-network-api"
VERSION = "2.0.2.dev"
VERSION = "2.0.2"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pnap_network_storage_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Knowledge base articles to help you can be found
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0
- Package version: 2.0.2.dev
- Package version: 2.0.2
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://phoenixnap.com/](https://phoenixnap.com/)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "2.0.2.dev"
__version__ = "2.0.2"

# import apis into sdk package
from pnap_network_storage_api.api.storage_networks_api import StorageNetworksApi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = f"PNAP-python-sdk-bmc/pnap_network_storage_api/2.0.2.dev"
self.user_agent = f"PNAP-python-sdk-bmc/pnap_network_storage_api/2.0.2"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/pnap_network_storage_api/2.0.2.dev"
self.powered_by = f"PNAP-python-sdk-bmc/pnap_network_storage_api/2.0.2"

def __enter__(self):
return self
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0\n"\
"SDK Package Version: 2.0.2.dev".\
"SDK Package Version: 2.0.2".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion pnap_network_storage_api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pnap_network_storage_api"
version = "2.0.2.dev"
version = "2.0.2"
description = "Network Storage API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
Expand Down
Loading

0 comments on commit df8a996

Please sign in to comment.