Skip to content

Commit f4bc0e2

Browse files
Bump version to 1.4.2
1 parent c6d9078 commit f4bc0e2

754 files changed

Lines changed: 206 additions & 206 deletions

File tree

Some content is hidden

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

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.1"
17+
__version__ = "1.4.2"
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
@@ -102,7 +102,7 @@ def __init__(
102102
self.default_headers[header_name] = header_value
103103
self.cookie = cookie
104104
# Set default User-Agent.
105-
self.user_agent = 'OpenAPI-Generator/1.4.1/python'
105+
self.user_agent = 'OpenAPI-Generator/1.4.2/python'
106106
self.client_side_validation = configuration.client_side_validation
107107

108108
def __enter__(self):

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.1".\
522+
"SDK Package Version: 1.4.2".\
523523
format(env=sys.platform, pyversion=sys.version)
524524

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

sailpoint/beta/docs/Models/AccountUsage.md

Lines changed: 1 addition & 1 deletion

sailpoint/beta/docs/Models/NonEmployeeRequestWithoutApprovalItem.md

Lines changed: 2 additions & 2 deletions

sailpoint/beta/docs/Models/SourceUsage.md

Lines changed: 1 addition & 1 deletion

sailpoint/beta/test/test_account_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def make_instance(self, include_optional) -> AccountUsage:
3535
model = AccountUsage()
3636
if include_optional:
3737
return AccountUsage(
38-
var_date = 'Thu Apr 20 20:00:00 EDT 2023',
38+
var_date = 'Fri Apr 21 00:00:00 UTC 2023',
3939
count = 10
4040
)
4141
else:

sailpoint/beta/test/test_non_employee_request_without_approval_item.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def make_instance(self, include_optional) -> NonEmployeeRequestWithoutApprovalIt
5050
approval_status = 'APPROVED',
5151
comment = 'approved',
5252
completion_date = '2020-03-24T11:11:41.139-05:00',
53-
start_date = 'Mon Mar 23 20:00:00 EDT 2020',
54-
end_date = 'Wed Mar 24 20:00:00 EDT 2021',
53+
start_date = 'Tue Mar 24 00:00:00 UTC 2020',
54+
end_date = 'Thu Mar 25 00:00:00 UTC 2021',
5555
modified = '2020-03-24T11:11:41.139-05:00',
5656
created = '2020-03-24T11:11:41.139-05:00'
5757
)

sailpoint/beta/test/test_source_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def make_instance(self, include_optional) -> SourceUsage:
3535
model = SourceUsage()
3636
if include_optional:
3737
return SourceUsage(
38-
var_date = 'Thu Apr 20 20:00:00 EDT 2023',
38+
var_date = 'Fri Apr 21 00:00:00 UTC 2023',
3939
count = 10.45
4040
)
4141
else:

sailpoint/beta_README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)