diff --git a/.github/workflows/bump_version.yaml b/.github/workflows/bump_version.yaml index 98ffde93a..1ab9a7b9c 100644 --- a/.github/workflows/bump_version.yaml +++ b/.github/workflows/bump_version.yaml @@ -75,6 +75,7 @@ jobs: run: | yq -i '.packageVersion = "${{ github.event.inputs.version }}"' sdk-resources/beta-config.yaml yq -i '.packageVersion = "${{ github.event.inputs.version }}"' sdk-resources/v3-config.yaml + yq -i '.packageVersion = "${{ github.event.inputs.version }}"' sdk-resources/v2024-config.yaml diff --git a/sailpoint/v2024/__init__.py b/sailpoint/v2024/__init__.py index 0fee5681f..c013b9fe2 100644 --- a/sailpoint/v2024/__init__.py +++ b/sailpoint/v2024/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = "1.0.4" +__version__ = "1.1.6" # 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 a2f2b3078..48e30dec1 100644 --- a/sailpoint/v2024/api_client.py +++ b/sailpoint/v2024/api_client.py @@ -97,7 +97,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.0.4/python' + self.user_agent = 'OpenAPI-Generator/1.1.6/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 9ae7640a4..d77ed8de2 100644 --- a/sailpoint/v2024/configuration.py +++ b/sailpoint/v2024/configuration.py @@ -390,7 +390,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v2024\n"\ - "SDK Package Version: 1.0.4".\ + "SDK Package Version: 1.1.6".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/sailpoint/v2024/test/test_account_usage.py b/sailpoint/v2024/test/test_account_usage.py index 199ada853..9feee1d2c 100644 --- a/sailpoint/v2024/test/test_account_usage.py +++ b/sailpoint/v2024/test/test_account_usage.py @@ -36,7 +36,7 @@ def make_instance(self, include_optional) -> AccountUsage: model = AccountUsage() if include_optional: return AccountUsage( - var_date = 'Fri Apr 21 00:00:00 UTC 2023', + var_date = 'Thu Apr 20 20:00:00 EDT 2023', count = 10 ) else: diff --git a/sailpoint/v2024/test/test_non_employee_request_without_approval_item.py b/sailpoint/v2024/test/test_non_employee_request_without_approval_item.py index ae9d6ae77..83652ac59 100644 --- a/sailpoint/v2024/test/test_non_employee_request_without_approval_item.py +++ b/sailpoint/v2024/test/test_non_employee_request_without_approval_item.py @@ -51,8 +51,8 @@ def make_instance(self, include_optional) -> NonEmployeeRequestWithoutApprovalIt approval_status = 'APPROVED', comment = 'approved', completion_date = '2020-03-24T11:11:41.139-05:00', - start_date = 'Tue Mar 24 00:00:00 UTC 2020', - end_date = 'Thu Mar 25 00:00:00 UTC 2021', + start_date = 'Mon Mar 23 20:00:00 EDT 2020', + end_date = 'Wed Mar 24 20:00:00 EDT 2021', modified = '2020-03-24T11:11:41.139-05:00', created = '2020-03-24T11:11:41.139-05:00' ) diff --git a/sailpoint/v2024/test/test_source_usage.py b/sailpoint/v2024/test/test_source_usage.py index 2ef3a3156..57cac18e1 100644 --- a/sailpoint/v2024/test/test_source_usage.py +++ b/sailpoint/v2024/test/test_source_usage.py @@ -36,7 +36,7 @@ def make_instance(self, include_optional) -> SourceUsage: model = SourceUsage() if include_optional: return SourceUsage( - var_date = 'Fri Apr 21 00:00:00 UTC 2023', + var_date = 'Thu Apr 20 20:00:00 EDT 2023', count = 10.45 ) else: diff --git a/sailpoint/v2024_README.md b/sailpoint/v2024_README.md index 28ffd7ec2..47857c5d4 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.0.4 +- Package version: 1.1.6 - 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/v2024-config.yaml b/sdk-resources/v2024-config.yaml index 814bc0459..03828fcba 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.0.4 +packageVersion: 1.1.6 apiVersion: v2024 generateSourceCodeOnly: true