Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2024
1 parent e3647ca commit e3b369f
Show file tree
Hide file tree
Showing 48 changed files with 56 additions and 56 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: 1.0.7
- Package version: 2.0.0
- 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__ = "1.0.7"
__version__ = "2.0.0"

# 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/1.0.7"
self.user_agent = f"PNAP-python-sdk-bmc/2.0.0"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/1.0.7"
self.powered_by = f"PNAP-python-sdk-bmc/2.0.0"

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: 1.0.7".\
"SDK Package Version: 2.0.0".\
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 = "1.0.7"
version = "2.0.0"
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 = "1.0.7"
VERSION = "2.0.0"
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: 1.5.1
- Package version: 2.0.0
- 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__ = "1.5.1"
__version__ = "2.0.0"

# 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/1.5.1"
self.user_agent = f"PNAP-python-sdk-bmc/2.0.0"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/1.5.1"
self.powered_by = f"PNAP-python-sdk-bmc/2.0.0"

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: 1.5.1".\
"SDK Package Version: 2.0.0".\
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 = "1.5.1"
version = "2.0.0"
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 = "1.5.1"
VERSION = "2.0.0"
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: 1.1.6
- Package version: 2.0.0
- 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__ = "1.1.6"
__version__ = "2.0.0"

# 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/1.1.6"
self.user_agent = f"PNAP-python-sdk-bmc/2.0.0"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/1.1.6"
self.powered_by = f"PNAP-python-sdk-bmc/2.0.0"

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: 1.1.6".\
"SDK Package Version: 2.0.0".\
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 = "1.1.6"
version = "2.0.0"
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 = "1.1.6"
VERSION = "2.0.0"
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: 1.0.1
- Package version: 2.0.0
- 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__ = "1.0.1"
__version__ = "2.0.0"

# 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/1.0.1"
self.user_agent = f"PNAP-python-sdk-bmc/2.0.0"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/1.0.1"
self.powered_by = f"PNAP-python-sdk-bmc/2.0.0"

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: 1.0.1".\
"SDK Package Version: 2.0.0".\
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 = "1.0.1"
version = "2.0.0"
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 = "1.0.1"
VERSION = "2.0.0"
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: 1.4.2
- Package version: 2.0.0
- 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__ = "1.4.2"
__version__ = "2.0.0"

# 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/1.4.2"
self.user_agent = f"PNAP-python-sdk-bmc/2.0.0"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/1.4.2"
self.powered_by = f"PNAP-python-sdk-bmc/2.0.0"

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: 1.4.2".\
"SDK Package Version: 2.0.0".\
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 = "1.4.2"
version = "2.0.0"
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 = "1.4.2"
VERSION = "2.0.0"
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: 1.4.1
- Package version: 2.0.0
- 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__ = "1.4.1"
__version__ = "2.0.0"

# 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/1.4.1"
self.user_agent = f"PNAP-python-sdk-bmc/2.0.0"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/1.4.1"
self.powered_by = f"PNAP-python-sdk-bmc/2.0.0"

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: 1.4.1".\
"SDK Package Version: 2.0.0".\
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 = "1.4.1"
version = "2.0.0"
description = "Network Storage API"
authors = ["PhoenixNAP Team <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion pnap_network_storage_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-storage-api"
VERSION = "1.4.1"
VERSION = "2.0.0"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pnap_rancher_solution_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: 0.1
- Package version: 1.0.7
- Package version: 2.0.0
- 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__ = "1.0.7"
__version__ = "2.0.0"

# import apis into sdk package
from pnap_rancher_solution_api.api.clusters_api import ClustersApi
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/1.0.7"
self.user_agent = f"PNAP-python-sdk-bmc/2.0.0"
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/1.0.7"
self.powered_by = f"PNAP-python-sdk-bmc/2.0.0"

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: 0.1\n"\
"SDK Package Version: 1.0.7".\
"SDK Package Version: 2.0.0".\
format(env=sys.platform, pyversion=sys.version)

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

0 comments on commit e3b369f

Please sign in to comment.