Skip to content

Commit 1dfb2ff

Browse files
Bump version to v1.4.37
1 parent fff1f28 commit 1dfb2ff

File tree

4,227 files changed

+620205
-3515
lines changed

Some content is hidden

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

4,227 files changed

+620205
-3515
lines changed

.openapi-generator/FILES

Lines changed: 4113 additions & 9 deletions
Large diffs are not rendered by default.

sailpoint/beta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "1.4.36"
17+
__version__ = "1.4.37"
1818

1919
# import apis into sdk package
2020
from sailpoint.beta.api.access_model_metadata_api import AccessModelMetadataApi

sailpoint/beta/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __init__(
104104
self.default_headers[header_name] = header_value
105105
self.cookie = cookie
106106
# Set default User-Agent.
107-
self.user_agent = 'SailPoint-SDK-Python/1.4.36'
107+
self.user_agent = 'SailPoint-SDK-Python/1.4.37'
108108
if configuration and getattr(configuration, 'consumer_identifier', None) and getattr(configuration, 'consumer_version', None):
109109
self.user_agent = f'{self.user_agent} ({configuration.consumer_identifier}/{configuration.consumer_version})'
110110
self.user_agent = f'{self.user_agent} ({sys.platform}; {platform.machine()}) Python/{sys.version.split()[0]} (openapi-generator/7.12.0)'

sailpoint/beta/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def to_debug_report(self) -> str:
519519
"OS: {env}\n"\
520520
"Python Version: {pyversion}\n"\
521521
"Version of the API: 3.1.0-beta\n"\
522-
"SDK Package Version: 1.4.36".\
522+
"SDK Package Version: 1.4.37".\
523523
format(env=sys.platform, pyversion=sys.version)
524524

525525
def get_host_settings(self) -> List[HostSetting]:

sailpoint/beta_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Use these APIs to interact with the Identity Security Cloud platform to achieve
44
The `sailpoint.beta` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 3.1.0-beta
7-
- Package version: 1.4.36
7+
- Package version: 1.4.37
88
- Generator version: 7.12.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://developer.sailpoint.com/discuss/api-help](https://developer.sailpoint.com/discuss/api-help)

sailpoint/v2024/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
""" # noqa: E501
1515

1616

17-
__version__ = "1.4.36"
17+
__version__ = "1.4.37"
1818

1919
# import apis into sdk package
2020
from sailpoint.v2024.api.access_model_metadata_api import AccessModelMetadataApi

sailpoint/v2024/api/governance_groups_api.py

Lines changed: 0 additions & 150 deletions
Large diffs are not rendered by default.

sailpoint/v2024/api/triggers_api.py

Lines changed: 2 additions & 151 deletions
Large diffs are not rendered by default.

sailpoint/v2024/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __init__(
104104
self.default_headers[header_name] = header_value
105105
self.cookie = cookie
106106
# Set default User-Agent.
107-
self.user_agent = 'SailPoint-SDK-Python/1.4.36'
107+
self.user_agent = 'SailPoint-SDK-Python/1.4.37'
108108
if configuration and getattr(configuration, 'consumer_identifier', None) and getattr(configuration, 'consumer_version', None):
109109
self.user_agent = f'{self.user_agent} ({configuration.consumer_identifier}/{configuration.consumer_version})'
110110
self.user_agent = f'{self.user_agent} ({sys.platform}; {platform.machine()}) Python/{sys.version.split()[0]} (openapi-generator/7.12.0)'

sailpoint/v2024/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def to_debug_report(self) -> str:
519519
"OS: {env}\n"\
520520
"Python Version: {pyversion}\n"\
521521
"Version of the API: v2024\n"\
522-
"SDK Package Version: 1.4.36".\
522+
"SDK Package Version: 1.4.37".\
523523
format(env=sys.platform, pyversion=sys.version)
524524

525525
def get_host_settings(self) -> List[HostSetting]:

0 commit comments

Comments
 (0)