Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Jun 30, 2023
1 parent d708076 commit 1c79202
Show file tree
Hide file tree
Showing 54 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion lydia.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://www.finbourne.com",
"email": "[email protected]"
},
"version": "0.0.2463",
"version": "0.0.2465",
"x-logo": {
"url": "https://www.lusid.com/app/assets/logo_white.png",
"backgroundColor": "#415464"
Expand Down
4 changes: 2 additions & 2 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FINBOURNE Technology

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.0.2463
- Package version: 0.0.2463
- API version: 0.0.2465
- Package version: 0.0.2465
- Build package: org.openapitools.codegen.languages.PythonLegacyClientCodegen
For more information, please visit [https://www.finbourne.com](https://www.finbourne.com)

Expand Down
4 changes: 2 additions & 2 deletions sdk/finbourne_identity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
FINBOURNE Technology # noqa: E501
The version of the OpenAPI document: 0.0.2463
The version of the OpenAPI document: 0.0.2465
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""


from __future__ import absolute_import

__version__ = "0.0.2463"
__version__ = "0.0.2465"

# import apis into sdk package
from finbourne_identity.api.application_metadata_api import ApplicationMetadataApi
Expand Down
2 changes: 1 addition & 1 deletion sdk/finbourne_identity/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2463"
__version__ = "0.0.2465"
4 changes: 2 additions & 2 deletions sdk/finbourne_identity/api/application_metadata_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FINBOURNE Technology # noqa: E501
The version of the OpenAPI document: 0.0.2463
The version of the OpenAPI document: 0.0.2465
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -145,7 +145,7 @@ def list_access_controlled_resources_with_http_info(self, **kwargs): # noqa: E5

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down
12 changes: 6 additions & 6 deletions sdk/finbourne_identity/api/applications_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FINBOURNE Technology # noqa: E501
The version of the OpenAPI document: 0.0.2463
The version of the OpenAPI document: 0.0.2465
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -157,7 +157,7 @@ def create_application_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -309,7 +309,7 @@ def delete_application_with_http_info(self, id, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -465,7 +465,7 @@ def get_application_with_http_info(self, id, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -599,7 +599,7 @@ def list_applications_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -750,7 +750,7 @@ def rotate_application_secrets_with_http_info(self, id, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down
12 changes: 6 additions & 6 deletions sdk/finbourne_identity/api/authentication_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FINBOURNE Technology # noqa: E501
The version of the OpenAPI document: 0.0.2463
The version of the OpenAPI document: 0.0.2465
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -149,7 +149,7 @@ def get_authentication_information_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -295,7 +295,7 @@ def get_support_access_history_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -428,7 +428,7 @@ def get_support_roles_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -574,7 +574,7 @@ def grant_support_access_with_http_info(self, support_access_request, **kwargs):

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -707,7 +707,7 @@ def invalidate_support_access_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down
6 changes: 3 additions & 3 deletions sdk/finbourne_identity/api/identity_provider_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FINBOURNE Technology # noqa: E501
The version of the OpenAPI document: 0.0.2463
The version of the OpenAPI document: 0.0.2465
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -160,7 +160,7 @@ def add_scim_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -293,7 +293,7 @@ def remove_scim_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down
6 changes: 3 additions & 3 deletions sdk/finbourne_identity/api/me_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FINBOURNE Technology # noqa: E501
The version of the OpenAPI document: 0.0.2463
The version of the OpenAPI document: 0.0.2465
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -148,7 +148,7 @@ def get_user_info_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -294,7 +294,7 @@ def set_password_with_http_info(self, set_password, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FINBOURNE Technology # noqa: E501
The version of the OpenAPI document: 0.0.2463
The version of the OpenAPI document: 0.0.2465
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -162,7 +162,7 @@ def create_api_key_with_http_info(self, create_api_key, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -314,7 +314,7 @@ def delete_api_key_with_http_info(self, id, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -447,7 +447,7 @@ def list_own_api_keys_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down
18 changes: 9 additions & 9 deletions sdk/finbourne_identity/api/roles_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FINBOURNE Technology # noqa: E501
The version of the OpenAPI document: 0.0.2463
The version of the OpenAPI document: 0.0.2465
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -187,7 +187,7 @@ def add_user_to_role_with_http_info(self, id, user_id, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -331,7 +331,7 @@ def create_role_with_http_info(self, create_role_request, **kwargs): # noqa: E5

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -484,7 +484,7 @@ def delete_role_with_http_info(self, id, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -633,7 +633,7 @@ def get_role_with_http_info(self, id, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -767,7 +767,7 @@ def list_roles_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -918,7 +918,7 @@ def list_users_in_role_with_http_info(self, id, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -1089,7 +1089,7 @@ def remove_user_from_role_with_http_info(self, id, user_id, **kwargs): # noqa:

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down Expand Up @@ -1248,7 +1248,7 @@ def update_role_with_http_info(self, id, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down
4 changes: 2 additions & 2 deletions sdk/finbourne_identity/api/tokens_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FINBOURNE Technology # noqa: E501
The version of the OpenAPI document: 0.0.2463
The version of the OpenAPI document: 0.0.2465
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -144,7 +144,7 @@ def invalidate_token_with_http_info(self, **kwargs): # noqa: E501

# set the LUSID header
header_params['X-LUSID-SDK-Language'] = 'Python'
header_params['X-LUSID-SDK-Version'] = '0.0.2463'
header_params['X-LUSID-SDK-Version'] = '0.0.2465'

# Authentication setting
auth_settings = ['oauth2'] # noqa: E501
Expand Down
Loading

0 comments on commit 1c79202

Please sign in to comment.