diff --git a/sailpoint/beta/__init__.py b/sailpoint/beta/__init__.py index bc104fba..7ffb9f69 100644 --- a/sailpoint/beta/__init__.py +++ b/sailpoint/beta/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.1.7" +__version__ = "1.1.8" # import apis into sdk package from sailpoint.beta.api.access_model_metadata_api import AccessModelMetadataApi diff --git a/sailpoint/beta/api_client.py b/sailpoint/beta/api_client.py index 20c2b628..44e41724 100644 --- a/sailpoint/beta/api_client.py +++ b/sailpoint/beta/api_client.py @@ -101,7 +101,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.1.7/python' + self.user_agent = 'OpenAPI-Generator/1.1.8/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/sailpoint/beta/configuration.py b/sailpoint/beta/configuration.py index 391a889e..6bb09ed9 100644 --- a/sailpoint/beta/configuration.py +++ b/sailpoint/beta/configuration.py @@ -406,7 +406,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 3.1.0-beta\n"\ - "SDK Package Version: 1.1.7".\ + "SDK Package Version: 1.1.8".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/sailpoint/beta_README.md b/sailpoint/beta_README.md index 9b273a9d..05b2294f 100644 --- a/sailpoint/beta_README.md +++ b/sailpoint/beta_README.md @@ -4,7 +4,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve The `sailpoint.beta` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.1.0-beta -- Package version: 1.1.7 +- Package version: 1.1.8 - Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) diff --git a/sailpoint/v2024/__init__.py b/sailpoint/v2024/__init__.py index d0c49d26..5e77d245 100644 --- a/sailpoint/v2024/__init__.py +++ b/sailpoint/v2024/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.1.7" +__version__ = "1.1.8" # import apis into sdk package from sailpoint.v2024.api.access_model_metadata_api import AccessModelMetadataApi diff --git a/sailpoint/v2024/api_client.py b/sailpoint/v2024/api_client.py index 72d1beb6..04353375 100644 --- a/sailpoint/v2024/api_client.py +++ b/sailpoint/v2024/api_client.py @@ -101,7 +101,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.1.7/python' + self.user_agent = 'OpenAPI-Generator/1.1.8/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/sailpoint/v2024/configuration.py b/sailpoint/v2024/configuration.py index 3229d493..16b05165 100644 --- a/sailpoint/v2024/configuration.py +++ b/sailpoint/v2024/configuration.py @@ -406,7 +406,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v2024\n"\ - "SDK Package Version: 1.1.7".\ + "SDK Package Version: 1.1.8".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/sailpoint/v2024_README.md b/sailpoint/v2024_README.md index 35f85848..f4cd0dff 100644 --- a/sailpoint/v2024_README.md +++ b/sailpoint/v2024_README.md @@ -4,7 +4,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve The `sailpoint.v2024` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v2024 -- Package version: 1.1.7 +- Package version: 1.1.8 - Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) diff --git a/sailpoint/v3/__init__.py b/sailpoint/v3/__init__.py index 1e45287b..550a8f92 100644 --- a/sailpoint/v3/__init__.py +++ b/sailpoint/v3/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.1.7" +__version__ = "1.1.8" # import apis into sdk package from sailpoint.v3.api.access_profiles_api import AccessProfilesApi diff --git a/sailpoint/v3/api_client.py b/sailpoint/v3/api_client.py index 6f9a39d3..f8537fa4 100644 --- a/sailpoint/v3/api_client.py +++ b/sailpoint/v3/api_client.py @@ -101,7 +101,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.1.7/python' + self.user_agent = 'OpenAPI-Generator/1.1.8/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/sailpoint/v3/configuration.py b/sailpoint/v3/configuration.py index 8f9ffe5f..1de24dfe 100644 --- a/sailpoint/v3/configuration.py +++ b/sailpoint/v3/configuration.py @@ -406,7 +406,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 3.0.0\n"\ - "SDK Package Version: 1.1.7".\ + "SDK Package Version: 1.1.8".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/sailpoint/v3_README.md b/sailpoint/v3_README.md index 3b908155..d5f89825 100644 --- a/sailpoint/v3_README.md +++ b/sailpoint/v3_README.md @@ -4,7 +4,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve The `sailpoint.v3` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.0.0 -- Package version: 1.1.7 +- Package version: 1.1.8 - Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help) diff --git a/sdk-resources/beta-config.yaml b/sdk-resources/beta-config.yaml index 361a51d1..6bac507c 100644 --- a/sdk-resources/beta-config.yaml +++ b/sdk-resources/beta-config.yaml @@ -1,5 +1,5 @@ templateDir: ./sdk-resources/resources packageName: sailpoint.beta -packageVersion: 1.1.7 +packageVersion: 1.1.8 apiVersion: beta generateSourceCodeOnly: true diff --git a/sdk-resources/v2024-config.yaml b/sdk-resources/v2024-config.yaml index d4700701..40e563e1 100644 --- a/sdk-resources/v2024-config.yaml +++ b/sdk-resources/v2024-config.yaml @@ -1,5 +1,5 @@ templateDir: ./sdk-resources/resources packageName: sailpoint.v2024 -packageVersion: 1.1.7 +packageVersion: 1.1.8 apiVersion: v2024 generateSourceCodeOnly: true diff --git a/sdk-resources/v3-config.yaml b/sdk-resources/v3-config.yaml index bcf6c29c..d5fb9b9f 100644 --- a/sdk-resources/v3-config.yaml +++ b/sdk-resources/v3-config.yaml @@ -1,5 +1,5 @@ templateDir: ./sdk-resources/resources packageName: sailpoint.v3 -packageVersion: 1.1.7 +packageVersion: 1.1.8 apiVersion: v3 generateSourceCodeOnly: true diff --git a/setup.py b/setup.py index c23e58e4..f15d984d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "sailpoint" -VERSION = "1.1.7" +VERSION = "1.1.8" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", "python-dateutil", "pydantic >= 2",