-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Concourse
committed
Jul 4, 2023
1 parent
94c11d7
commit 5027ce9
Showing
54 changed files
with
99 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"url": "https://www.finbourne.com", | ||
"email": "[email protected]" | ||
}, | ||
"version": "0.0.2473", | ||
"version": "0.0.2477", | ||
"x-logo": { | ||
"url": "https://www.lusid.com/app/assets/logo_white.png", | ||
"backgroundColor": "#415464" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2473 | ||
The version of the OpenAPI document: 0.0.2477 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
||
|
||
from __future__ import absolute_import | ||
|
||
__version__ = "0.0.2473" | ||
__version__ = "0.0.2477" | ||
|
||
# import apis into sdk package | ||
from finbourne_identity.api.application_metadata_api import ApplicationMetadataApi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.2473" | ||
__version__ = "0.0.2477" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2473 | ||
The version of the OpenAPI document: 0.0.2477 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2473 | ||
The version of the OpenAPI document: 0.0.2477 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2473 | ||
The version of the OpenAPI document: 0.0.2477 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2473 | ||
The version of the OpenAPI document: 0.0.2477 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2473 | ||
The version of the OpenAPI document: 0.0.2477 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2473 | ||
The version of the OpenAPI document: 0.0.2477 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2473 | ||
The version of the OpenAPI document: 0.0.2477 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
FINBOURNE Technology # noqa: E501 | ||
The version of the OpenAPI document: 0.0.2473 | ||
The version of the OpenAPI document: 0.0.2477 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -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.2473' | ||
header_params['X-LUSID-SDK-Version'] = '0.0.2477' | ||
|
||
# Authentication setting | ||
auth_settings = ['oauth2'] # noqa: E501 | ||
|
Oops, something went wrong.