diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index a8a497c..b2a6125 100755 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -41,7 +41,6 @@ regula/facesdk/webclient/gen/model/image_fields_image.py regula/facesdk/webclient/gen/model/image_page.py regula/facesdk/webclient/gen/model/image_page_all_of.py regula/facesdk/webclient/gen/model/image_source.py -regula/facesdk/webclient/gen/model/liveness_transaction.py regula/facesdk/webclient/gen/model/match_and_search_request.py regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py @@ -78,7 +77,7 @@ regula/facesdk/webclient/gen/model/search_person.py regula/facesdk/webclient/gen/model/search_person_all_of.py regula/facesdk/webclient/gen/model/search_request.py regula/facesdk/webclient/gen/model/search_result.py -regula/facesdk/webclient/gen/model/transaction_config.py +regula/facesdk/webclient/gen/model/transaction_info.py regula/facesdk/webclient/gen/model/update_group.py regula/facesdk/webclient/gen/model_utils.py regula/facesdk/webclient/gen/models/__init__.py diff --git a/regula/facesdk/webclient/gen/__init__.py b/regula/facesdk/webclient/gen/__init__.py index 24b9a05..3eb873c 100644 --- a/regula/facesdk/webclient/gen/__init__.py +++ b/regula/facesdk/webclient/gen/__init__.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/api/group_api.py b/regula/facesdk/webclient/gen/api/group_api.py index 378b20a..be5f30d 100644 --- a/regula/facesdk/webclient/gen/api/group_api.py +++ b/regula/facesdk/webclient/gen/api/group_api.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/api/liveness_2_0_api.py b/regula/facesdk/webclient/gen/api/liveness_2_0_api.py index 5be2b0e..7d9ead0 100644 --- a/regula/facesdk/webclient/gen/api/liveness_2_0_api.py +++ b/regula/facesdk/webclient/gen/api/liveness_2_0_api.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ @@ -36,13 +36,13 @@ def __init__(self, api_client=None): api_client = ApiClient() self.api_client = api_client - def get_liveness_transaction(self, transaction_id, **kwargs): # noqa: E501 + def get_liveness_transaction_info(self, transaction_id, **kwargs): # noqa: E501 """liveness # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_liveness_transaction(transaction_id, async_req=True) + >>> thread = api.get_liveness_transaction_info(transaction_id, async_req=True) >>> result = thread.get() :param transaction_id: ID of the current liveness transaction. (required) @@ -60,18 +60,18 @@ def get_liveness_transaction(self, transaction_id, **kwargs): # noqa: E501 :return: Returns the result object. If the method is called asynchronously, returns the request thread. - :rtype: LivenessTransaction + :rtype: TransactionInfo """ kwargs['_return_http_data_only'] = True - return self.get_liveness_transaction_with_http_info(transaction_id, **kwargs) # noqa: E501 + return self.get_liveness_transaction_info_with_http_info(transaction_id, **kwargs) # noqa: E501 - def get_liveness_transaction_with_http_info(self, transaction_id, **kwargs): # noqa: E501 + def get_liveness_transaction_info_with_http_info(self, transaction_id, **kwargs): # noqa: E501 """liveness # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.get_liveness_transaction_with_http_info(transaction_id, async_req=True) + >>> thread = api.get_liveness_transaction_info_with_http_info(transaction_id, async_req=True) >>> result = thread.get() :param transaction_id: ID of the current liveness transaction. (required) @@ -96,7 +96,7 @@ def get_liveness_transaction_with_http_info(self, transaction_id, **kwargs): # :return: Returns the result object. If the method is called asynchronously, returns the request thread. - :rtype: tuple(LivenessTransaction, status_code(int), headers(HTTPHeaderDict)) + :rtype: tuple(TransactionInfo, status_code(int), headers(HTTPHeaderDict)) """ local_var_params = locals() @@ -118,14 +118,14 @@ def get_liveness_transaction_with_http_info(self, transaction_id, **kwargs): # if key not in all_params: raise ApiTypeError( "Got an unexpected keyword argument '%s'" - " to method get_liveness_transaction" % key + " to method get_liveness_transaction_info" % key ) local_var_params[key] = val del local_var_params['kwargs'] # verify the required parameter 'transaction_id' is set if self.api_client.client_side_validation and ('transaction_id' not in local_var_params or # noqa: E501 local_var_params['transaction_id'] is None): # noqa: E501 - raise ApiValueError("Missing the required parameter `transaction_id` when calling `get_liveness_transaction`") # noqa: E501 + raise ApiValueError("Missing the required parameter `transaction_id` when calling `get_liveness_transaction_info`") # noqa: E501 collection_formats = {} @@ -156,394 +156,7 @@ def get_liveness_transaction_with_http_info(self, transaction_id, **kwargs): # body=body_params, post_params=form_params, files=local_var_files, - response_type='LivenessTransaction', # noqa: E501 - auth_settings=auth_settings, - async_req=local_var_params.get('async_req'), - _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501 - _preload_content=local_var_params.get('_preload_content', True), - _request_timeout=local_var_params.get('_request_timeout'), - collection_formats=collection_formats, - _request_auth=local_var_params.get('_request_auth')) - - def liveness_metadata(self, transaction_id, **kwargs): # noqa: E501 - """metadata # noqa: E501 - - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - - >>> thread = api.liveness_metadata(transaction_id, async_req=True) - >>> result = thread.get() - - :param transaction_id: ID of the current liveness transaction. (required) - :type transaction_id: int - :param async_req: Whether to execute the request asynchronously. - :type async_req: bool, optional - :param _preload_content: if False, the urllib3.HTTPResponse object will - be returned without reading/decoding response - data. Default is True. - :type _preload_content: bool, optional - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :return: Returns the result object. - If the method is called asynchronously, - returns the request thread. - :rtype: {str: (bool, date, datetime, dict, float, int, list, str, none_type)} - """ - kwargs['_return_http_data_only'] = True - return self.liveness_metadata_with_http_info(transaction_id, **kwargs) # noqa: E501 - - def liveness_metadata_with_http_info(self, transaction_id, **kwargs): # noqa: E501 - """metadata # noqa: E501 - - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - - >>> thread = api.liveness_metadata_with_http_info(transaction_id, async_req=True) - >>> result = thread.get() - - :param transaction_id: ID of the current liveness transaction. (required) - :type transaction_id: int - :param async_req: Whether to execute the request asynchronously. - :type async_req: bool, optional - :param _return_http_data_only: response data without head status code - and headers - :type _return_http_data_only: bool, optional - :param _preload_content: if False, the urllib3.HTTPResponse object will - be returned without reading/decoding response - data. Default is True. - :type _preload_content: bool, optional - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the authentication - in the spec for a single request. - :type _request_auth: dict, optional - :return: Returns the result object. - If the method is called asynchronously, - returns the request thread. - :rtype: tuple({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, status_code(int), headers(HTTPHeaderDict)) - """ - - local_var_params = locals() - - all_params = [ - 'transaction_id' - ] - all_params.extend( - [ - 'async_req', - '_return_http_data_only', - '_preload_content', - '_request_timeout', - '_request_auth' - ] - ) - - for key, val in six.iteritems(local_var_params['kwargs']): - if key not in all_params: - raise ApiTypeError( - "Got an unexpected keyword argument '%s'" - " to method liveness_metadata" % key - ) - local_var_params[key] = val - del local_var_params['kwargs'] - # verify the required parameter 'transaction_id' is set - if self.api_client.client_side_validation and ('transaction_id' not in local_var_params or # noqa: E501 - local_var_params['transaction_id'] is None): # noqa: E501 - raise ApiValueError("Missing the required parameter `transaction_id` when calling `liveness_metadata`") # noqa: E501 - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'transaction_id' in local_var_params and local_var_params['transaction_id'] is not None: # noqa: E501 - query_params.append(('transactionId', local_var_params['transaction_id'])) # noqa: E501 - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.select_header_accept( - ['application/json''application/octet-stream']) # noqa: E501 - - # Authentication setting - auth_settings = [] # noqa: E501 - - return self.api_client.call_api( - '/api/v2/liveness/metadata', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='{str: (bool, date, datetime, dict, float, int, list, str, none_type)}', # noqa: E501 - auth_settings=auth_settings, - async_req=local_var_params.get('async_req'), - _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501 - _preload_content=local_var_params.get('_preload_content', True), - _request_timeout=local_var_params.get('_request_timeout'), - collection_formats=collection_formats, - _request_auth=local_var_params.get('_request_auth')) - - def liveness_portrait(self, transaction_id, **kwargs): # noqa: E501 - """portrait # noqa: E501 - - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - - >>> thread = api.liveness_portrait(transaction_id, async_req=True) - >>> result = thread.get() - - :param transaction_id: ID of the current liveness transaction. (required) - :type transaction_id: int - :param async_req: Whether to execute the request asynchronously. - :type async_req: bool, optional - :param _preload_content: if False, the urllib3.HTTPResponse object will - be returned without reading/decoding response - data. Default is True. - :type _preload_content: bool, optional - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :return: Returns the result object. - If the method is called asynchronously, - returns the request thread. - :rtype: file_type - """ - kwargs['_return_http_data_only'] = True - return self.liveness_portrait_with_http_info(transaction_id, **kwargs) # noqa: E501 - - def liveness_portrait_with_http_info(self, transaction_id, **kwargs): # noqa: E501 - """portrait # noqa: E501 - - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - - >>> thread = api.liveness_portrait_with_http_info(transaction_id, async_req=True) - >>> result = thread.get() - - :param transaction_id: ID of the current liveness transaction. (required) - :type transaction_id: int - :param async_req: Whether to execute the request asynchronously. - :type async_req: bool, optional - :param _return_http_data_only: response data without head status code - and headers - :type _return_http_data_only: bool, optional - :param _preload_content: if False, the urllib3.HTTPResponse object will - be returned without reading/decoding response - data. Default is True. - :type _preload_content: bool, optional - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the authentication - in the spec for a single request. - :type _request_auth: dict, optional - :return: Returns the result object. - If the method is called asynchronously, - returns the request thread. - :rtype: tuple(file_type, status_code(int), headers(HTTPHeaderDict)) - """ - - local_var_params = locals() - - all_params = [ - 'transaction_id' - ] - all_params.extend( - [ - 'async_req', - '_return_http_data_only', - '_preload_content', - '_request_timeout', - '_request_auth' - ] - ) - - for key, val in six.iteritems(local_var_params['kwargs']): - if key not in all_params: - raise ApiTypeError( - "Got an unexpected keyword argument '%s'" - " to method liveness_portrait" % key - ) - local_var_params[key] = val - del local_var_params['kwargs'] - # verify the required parameter 'transaction_id' is set - if self.api_client.client_side_validation and ('transaction_id' not in local_var_params or # noqa: E501 - local_var_params['transaction_id'] is None): # noqa: E501 - raise ApiValueError("Missing the required parameter `transaction_id` when calling `liveness_portrait`") # noqa: E501 - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'transaction_id' in local_var_params and local_var_params['transaction_id'] is not None: # noqa: E501 - query_params.append(('transactionId', local_var_params['transaction_id'])) # noqa: E501 - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.select_header_accept( - ['application/octet-stream']) # noqa: E501 - - # Authentication setting - auth_settings = [] # noqa: E501 - - return self.api_client.call_api( - '/api/v2/liveness/portrait', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='file_type', # noqa: E501 - auth_settings=auth_settings, - async_req=local_var_params.get('async_req'), - _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501 - _preload_content=local_var_params.get('_preload_content', True), - _request_timeout=local_var_params.get('_request_timeout'), - collection_formats=collection_formats, - _request_auth=local_var_params.get('_request_auth')) - - def liveness_video(self, transaction_id, **kwargs): # noqa: E501 - """video # noqa: E501 - - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - - >>> thread = api.liveness_video(transaction_id, async_req=True) - >>> result = thread.get() - - :param transaction_id: ID of the current liveness transaction. (required) - :type transaction_id: int - :param async_req: Whether to execute the request asynchronously. - :type async_req: bool, optional - :param _preload_content: if False, the urllib3.HTTPResponse object will - be returned without reading/decoding response - data. Default is True. - :type _preload_content: bool, optional - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :return: Returns the result object. - If the method is called asynchronously, - returns the request thread. - :rtype: file_type - """ - kwargs['_return_http_data_only'] = True - return self.liveness_video_with_http_info(transaction_id, **kwargs) # noqa: E501 - - def liveness_video_with_http_info(self, transaction_id, **kwargs): # noqa: E501 - """video # noqa: E501 - - This method makes a synchronous HTTP request by default. To make an - asynchronous HTTP request, please pass async_req=True - - >>> thread = api.liveness_video_with_http_info(transaction_id, async_req=True) - >>> result = thread.get() - - :param transaction_id: ID of the current liveness transaction. (required) - :type transaction_id: int - :param async_req: Whether to execute the request asynchronously. - :type async_req: bool, optional - :param _return_http_data_only: response data without head status code - and headers - :type _return_http_data_only: bool, optional - :param _preload_content: if False, the urllib3.HTTPResponse object will - be returned without reading/decoding response - data. Default is True. - :type _preload_content: bool, optional - :param _request_timeout: timeout setting for this request. If one - number provided, it will be total request - timeout. It can also be a pair (tuple) of - (connection, read) timeouts. - :param _request_auth: set to override the auth_settings for an a single - request; this effectively ignores the authentication - in the spec for a single request. - :type _request_auth: dict, optional - :return: Returns the result object. - If the method is called asynchronously, - returns the request thread. - :rtype: tuple(file_type, status_code(int), headers(HTTPHeaderDict)) - """ - - local_var_params = locals() - - all_params = [ - 'transaction_id' - ] - all_params.extend( - [ - 'async_req', - '_return_http_data_only', - '_preload_content', - '_request_timeout', - '_request_auth' - ] - ) - - for key, val in six.iteritems(local_var_params['kwargs']): - if key not in all_params: - raise ApiTypeError( - "Got an unexpected keyword argument '%s'" - " to method liveness_video" % key - ) - local_var_params[key] = val - del local_var_params['kwargs'] - # verify the required parameter 'transaction_id' is set - if self.api_client.client_side_validation and ('transaction_id' not in local_var_params or # noqa: E501 - local_var_params['transaction_id'] is None): # noqa: E501 - raise ApiValueError("Missing the required parameter `transaction_id` when calling `liveness_video`") # noqa: E501 - - collection_formats = {} - - path_params = {} - - query_params = [] - if 'transaction_id' in local_var_params and local_var_params['transaction_id'] is not None: # noqa: E501 - query_params.append(('transactionId', local_var_params['transaction_id'])) # noqa: E501 - - header_params = {} - - form_params = [] - local_var_files = {} - - body_params = None - # HTTP header `Accept` - header_params['Accept'] = self.api_client.select_header_accept( - ['application/octet-stream']) # noqa: E501 - - # Authentication setting - auth_settings = [] # noqa: E501 - - return self.api_client.call_api( - '/api/v2/liveness/video', 'GET', - path_params, - query_params, - header_params, - body=body_params, - post_params=form_params, - files=local_var_files, - response_type='file_type', # noqa: E501 + response_type='TransactionInfo', # noqa: E501 auth_settings=auth_settings, async_req=local_var_params.get('async_req'), _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501 diff --git a/regula/facesdk/webclient/gen/api/matching_api.py b/regula/facesdk/webclient/gen/api/matching_api.py index de7144f..5cb1e14 100644 --- a/regula/facesdk/webclient/gen/api/matching_api.py +++ b/regula/facesdk/webclient/gen/api/matching_api.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/api/person_api.py b/regula/facesdk/webclient/gen/api/person_api.py index 6ecf9a8..e97d518 100644 --- a/regula/facesdk/webclient/gen/api/person_api.py +++ b/regula/facesdk/webclient/gen/api/person_api.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/api/search_api.py b/regula/facesdk/webclient/gen/api/search_api.py index da818ed..4b27a48 100644 --- a/regula/facesdk/webclient/gen/api/search_api.py +++ b/regula/facesdk/webclient/gen/api/search_api.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/api_client.py b/regula/facesdk/webclient/gen/api_client.py index 300b399..3179e6c 100644 --- a/regula/facesdk/webclient/gen/api_client.py +++ b/regula/facesdk/webclient/gen/api_client.py @@ -4,7 +4,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/configuration.py b/regula/facesdk/webclient/gen/configuration.py index b522d64..e413d39 100644 --- a/regula/facesdk/webclient/gen/configuration.py +++ b/regula/facesdk/webclient/gen/configuration.py @@ -3,7 +3,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ @@ -379,7 +379,7 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 4.1.3\n"\ + "Version of the API: 5.1.0\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/regula/facesdk/webclient/gen/exceptions.py b/regula/facesdk/webclient/gen/exceptions.py index bd65690..e4f9406 100644 --- a/regula/facesdk/webclient/gen/exceptions.py +++ b/regula/facesdk/webclient/gen/exceptions.py @@ -3,7 +3,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/crop.py b/regula/facesdk/webclient/gen/model/crop.py index ecde6b5..90d7ebb 100644 --- a/regula/facesdk/webclient/gen/model/crop.py +++ b/regula/facesdk/webclient/gen/model/crop.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/detect_request.py b/regula/facesdk/webclient/gen/model/detect_request.py index 71b8f6b..df1f257 100644 --- a/regula/facesdk/webclient/gen/model/detect_request.py +++ b/regula/facesdk/webclient/gen/model/detect_request.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ @@ -38,7 +38,6 @@ class DetectRequest(object): 'image': 'str', 'thumbnails': 'bool', 'attributes': 'bool', - 'only_central_face': 'bool', } attribute_map = { @@ -47,10 +46,9 @@ class DetectRequest(object): 'image': 'image', 'thumbnails': 'thumbnails', 'attributes': 'attributes', - 'only_central_face': 'onlyCentralFace', } - def __init__(self, tag=None, process_param=None, image=None, thumbnails=False, attributes=False, only_central_face=False, local_vars_configuration=None): # noqa: E501 + def __init__(self, tag=None, process_param=None, image=None, thumbnails=False, attributes=False, local_vars_configuration=None): # noqa: E501 """DetectRequest - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() @@ -61,7 +59,6 @@ def __init__(self, tag=None, process_param=None, image=None, thumbnails=False, a self._image = None self._thumbnails = None self._attributes = None - self._only_central_face = None self.discriminator = None if tag is not None: @@ -74,8 +71,6 @@ def __init__(self, tag=None, process_param=None, image=None, thumbnails=False, a self.thumbnails = thumbnails if attributes is not None: self.attributes = attributes - if only_central_face is not None: - self.only_central_face = only_central_face @property def tag(self): @@ -190,29 +185,6 @@ def attributes(self, attributes): self._attributes = attributes - @property - def only_central_face(self): - """Gets the only_central_face of this DetectRequest. # noqa: E501 - - Whether to detect the only central face (true) or all the faces (false). # noqa: E501 - - :return: The only_central_face of this DetectRequest. # noqa: E501 - :rtype: bool - """ - return self._only_central_face - - @only_central_face.setter - def only_central_face(self, only_central_face): - """Sets the only_central_face of this DetectRequest. - - Whether to detect the only central face (true) or all the faces (false). # noqa: E501 - - :param only_central_face: The only_central_face of this DetectRequest. # noqa: E501 - :type only_central_face: bool - """ - - self._only_central_face = only_central_face - def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/regula/facesdk/webclient/gen/model/detect_response.py b/regula/facesdk/webclient/gen/model/detect_response.py index 0d73fde..2767f06 100644 --- a/regula/facesdk/webclient/gen/model/detect_response.py +++ b/regula/facesdk/webclient/gen/model/detect_response.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/detect_response_all_of.py b/regula/facesdk/webclient/gen/model/detect_response_all_of.py index 1a9188a..8543fbc 100644 --- a/regula/facesdk/webclient/gen/model/detect_response_all_of.py +++ b/regula/facesdk/webclient/gen/model/detect_response_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/detect_result.py b/regula/facesdk/webclient/gen/model/detect_result.py index f36e2f2..51932df 100644 --- a/regula/facesdk/webclient/gen/model/detect_result.py +++ b/regula/facesdk/webclient/gen/model/detect_result.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/detection.py b/regula/facesdk/webclient/gen/model/detection.py index 54a2494..6b01c31 100644 --- a/regula/facesdk/webclient/gen/model/detection.py +++ b/regula/facesdk/webclient/gen/model/detection.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/detection_face.py b/regula/facesdk/webclient/gen/model/detection_face.py index 17bfd6f..58ccd70 100644 --- a/regula/facesdk/webclient/gen/model/detection_face.py +++ b/regula/facesdk/webclient/gen/model/detection_face.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/detection_quality.py b/regula/facesdk/webclient/gen/model/detection_quality.py index 95ad056..a45837a 100644 --- a/regula/facesdk/webclient/gen/model/detection_quality.py +++ b/regula/facesdk/webclient/gen/model/detection_quality.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/face_image_quality_align_type.py b/regula/facesdk/webclient/gen/model/face_image_quality_align_type.py index f83b9aa..8b3f98c 100644 --- a/regula/facesdk/webclient/gen/model/face_image_quality_align_type.py +++ b/regula/facesdk/webclient/gen/model/face_image_quality_align_type.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/face_image_quality_groups.py b/regula/facesdk/webclient/gen/model/face_image_quality_groups.py index a3cd5f4..4fc4bdf 100644 --- a/regula/facesdk/webclient/gen/model/face_image_quality_groups.py +++ b/regula/facesdk/webclient/gen/model/face_image_quality_groups.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/face_image_quality_status.py b/regula/facesdk/webclient/gen/model/face_image_quality_status.py index 5e5f023..5b321bd 100644 --- a/regula/facesdk/webclient/gen/model/face_image_quality_status.py +++ b/regula/facesdk/webclient/gen/model/face_image_quality_status.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/face_quality_config_name.py b/regula/facesdk/webclient/gen/model/face_quality_config_name.py index 5775353..49d309c 100644 --- a/regula/facesdk/webclient/gen/model/face_quality_config_name.py +++ b/regula/facesdk/webclient/gen/model/face_quality_config_name.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/face_quality_scenarios.py b/regula/facesdk/webclient/gen/model/face_quality_scenarios.py index cc31138..6764dae 100644 --- a/regula/facesdk/webclient/gen/model/face_quality_scenarios.py +++ b/regula/facesdk/webclient/gen/model/face_quality_scenarios.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/face_rectangular.py b/regula/facesdk/webclient/gen/model/face_rectangular.py index 426dcfe..8aca690 100644 --- a/regula/facesdk/webclient/gen/model/face_rectangular.py +++ b/regula/facesdk/webclient/gen/model/face_rectangular.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/face_sdk_result.py b/regula/facesdk/webclient/gen/model/face_sdk_result.py index 7a60172..40fa825 100644 --- a/regula/facesdk/webclient/gen/model/face_sdk_result.py +++ b/regula/facesdk/webclient/gen/model/face_sdk_result.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/face_sdk_result_code.py b/regula/facesdk/webclient/gen/model/face_sdk_result_code.py index 4000dfd..d54a8be 100644 --- a/regula/facesdk/webclient/gen/model/face_sdk_result_code.py +++ b/regula/facesdk/webclient/gen/model/face_sdk_result_code.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/faces_response.py b/regula/facesdk/webclient/gen/model/faces_response.py index d1a5486..39887a6 100644 --- a/regula/facesdk/webclient/gen/model/faces_response.py +++ b/regula/facesdk/webclient/gen/model/faces_response.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/faces_response_all_of.py b/regula/facesdk/webclient/gen/model/faces_response_all_of.py index dce36dd..bcc2bca 100644 --- a/regula/facesdk/webclient/gen/model/faces_response_all_of.py +++ b/regula/facesdk/webclient/gen/model/faces_response_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/group.py b/regula/facesdk/webclient/gen/model/group.py index 717429d..27a61af 100644 --- a/regula/facesdk/webclient/gen/model/group.py +++ b/regula/facesdk/webclient/gen/model/group.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/group_all_of.py b/regula/facesdk/webclient/gen/model/group_all_of.py index 04f8072..58776e8 100644 --- a/regula/facesdk/webclient/gen/model/group_all_of.py +++ b/regula/facesdk/webclient/gen/model/group_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/group_page.py b/regula/facesdk/webclient/gen/model/group_page.py index d84cf39..07235b0 100644 --- a/regula/facesdk/webclient/gen/model/group_page.py +++ b/regula/facesdk/webclient/gen/model/group_page.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/group_page_all_of.py b/regula/facesdk/webclient/gen/model/group_page_all_of.py index 531ab04..722a8be 100644 --- a/regula/facesdk/webclient/gen/model/group_page_all_of.py +++ b/regula/facesdk/webclient/gen/model/group_page_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/group_to_create.py b/regula/facesdk/webclient/gen/model/group_to_create.py index a5b9531..1229c18 100644 --- a/regula/facesdk/webclient/gen/model/group_to_create.py +++ b/regula/facesdk/webclient/gen/model/group_to_create.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/image.py b/regula/facesdk/webclient/gen/model/image.py index c1e3a26..700e822 100644 --- a/regula/facesdk/webclient/gen/model/image.py +++ b/regula/facesdk/webclient/gen/model/image.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/image_fields.py b/regula/facesdk/webclient/gen/model/image_fields.py index 265314e..bbd6f25 100644 --- a/regula/facesdk/webclient/gen/model/image_fields.py +++ b/regula/facesdk/webclient/gen/model/image_fields.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/image_fields_image.py b/regula/facesdk/webclient/gen/model/image_fields_image.py index 055a67d..0793dfa 100644 --- a/regula/facesdk/webclient/gen/model/image_fields_image.py +++ b/regula/facesdk/webclient/gen/model/image_fields_image.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/image_page.py b/regula/facesdk/webclient/gen/model/image_page.py index 60f3321..d0417a9 100644 --- a/regula/facesdk/webclient/gen/model/image_page.py +++ b/regula/facesdk/webclient/gen/model/image_page.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/image_page_all_of.py b/regula/facesdk/webclient/gen/model/image_page_all_of.py index f3ca08c..4bb8e96 100644 --- a/regula/facesdk/webclient/gen/model/image_page_all_of.py +++ b/regula/facesdk/webclient/gen/model/image_page_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/image_source.py b/regula/facesdk/webclient/gen/model/image_source.py index cb46632..f32c1f0 100644 --- a/regula/facesdk/webclient/gen/model/image_source.py +++ b/regula/facesdk/webclient/gen/model/image_source.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_and_search_request.py b/regula/facesdk/webclient/gen/model/match_and_search_request.py index c035201..707a592 100644 --- a/regula/facesdk/webclient/gen/model/match_and_search_request.py +++ b/regula/facesdk/webclient/gen/model/match_and_search_request.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py b/regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py index b44fef1..f291b8c 100644 --- a/regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py +++ b/regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py b/regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py index 54264b9..8e8e0a9 100644 --- a/regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py +++ b/regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_and_search_response.py b/regula/facesdk/webclient/gen/model/match_and_search_response.py index bbc425b..bfc26fb 100644 --- a/regula/facesdk/webclient/gen/model/match_and_search_response.py +++ b/regula/facesdk/webclient/gen/model/match_and_search_response.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py b/regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py index 2d18388..200f315 100644 --- a/regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py +++ b/regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py b/regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py index a544978..2fcc6dc 100644 --- a/regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py +++ b/regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_image.py b/regula/facesdk/webclient/gen/model/match_image.py index 1c906d0..3cdb492 100644 --- a/regula/facesdk/webclient/gen/model/match_image.py +++ b/regula/facesdk/webclient/gen/model/match_image.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_image_detection.py b/regula/facesdk/webclient/gen/model/match_image_detection.py index 592b0ed..15b871f 100644 --- a/regula/facesdk/webclient/gen/model/match_image_detection.py +++ b/regula/facesdk/webclient/gen/model/match_image_detection.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_image_result.py b/regula/facesdk/webclient/gen/model/match_image_result.py index f9686aa..6e1b4b8 100644 --- a/regula/facesdk/webclient/gen/model/match_image_result.py +++ b/regula/facesdk/webclient/gen/model/match_image_result.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_request.py b/regula/facesdk/webclient/gen/model/match_request.py index 5f4f014..05a0d6b 100644 --- a/regula/facesdk/webclient/gen/model/match_request.py +++ b/regula/facesdk/webclient/gen/model/match_request.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_response.py b/regula/facesdk/webclient/gen/model/match_response.py index 8f12277..13f40a9 100644 --- a/regula/facesdk/webclient/gen/model/match_response.py +++ b/regula/facesdk/webclient/gen/model/match_response.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/match_response_all_of.py b/regula/facesdk/webclient/gen/model/match_response_all_of.py index 9ed3023..b0aa34a 100644 --- a/regula/facesdk/webclient/gen/model/match_response_all_of.py +++ b/regula/facesdk/webclient/gen/model/match_response_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/operation_log.py b/regula/facesdk/webclient/gen/model/operation_log.py index cbe1d7f..6871b66 100644 --- a/regula/facesdk/webclient/gen/model/operation_log.py +++ b/regula/facesdk/webclient/gen/model/operation_log.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/output_image_params.py b/regula/facesdk/webclient/gen/model/output_image_params.py index b60d28f..3b83b50 100644 --- a/regula/facesdk/webclient/gen/model/output_image_params.py +++ b/regula/facesdk/webclient/gen/model/output_image_params.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/page.py b/regula/facesdk/webclient/gen/model/page.py index a320303..7e9d188 100644 --- a/regula/facesdk/webclient/gen/model/page.py +++ b/regula/facesdk/webclient/gen/model/page.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/person.py b/regula/facesdk/webclient/gen/model/person.py index 98934e7..f313037 100644 --- a/regula/facesdk/webclient/gen/model/person.py +++ b/regula/facesdk/webclient/gen/model/person.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/person_all_of.py b/regula/facesdk/webclient/gen/model/person_all_of.py index d1974e3..9784308 100644 --- a/regula/facesdk/webclient/gen/model/person_all_of.py +++ b/regula/facesdk/webclient/gen/model/person_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/person_fields.py b/regula/facesdk/webclient/gen/model/person_fields.py index bd2bf29..b430cc4 100644 --- a/regula/facesdk/webclient/gen/model/person_fields.py +++ b/regula/facesdk/webclient/gen/model/person_fields.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/person_with_images.py b/regula/facesdk/webclient/gen/model/person_with_images.py index 665eca6..57d6863 100644 --- a/regula/facesdk/webclient/gen/model/person_with_images.py +++ b/regula/facesdk/webclient/gen/model/person_with_images.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/person_with_images_all_of.py b/regula/facesdk/webclient/gen/model/person_with_images_all_of.py index 34c5abf..da7377b 100644 --- a/regula/facesdk/webclient/gen/model/person_with_images_all_of.py +++ b/regula/facesdk/webclient/gen/model/person_with_images_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/persons_page.py b/regula/facesdk/webclient/gen/model/persons_page.py index fa3ef90..f6a1447 100644 --- a/regula/facesdk/webclient/gen/model/persons_page.py +++ b/regula/facesdk/webclient/gen/model/persons_page.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/persons_page_all_of.py b/regula/facesdk/webclient/gen/model/persons_page_all_of.py index 8c49191..53542fa 100644 --- a/regula/facesdk/webclient/gen/model/persons_page_all_of.py +++ b/regula/facesdk/webclient/gen/model/persons_page_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/process_param.py b/regula/facesdk/webclient/gen/model/process_param.py index fa832a0..0ff358c 100644 --- a/regula/facesdk/webclient/gen/model/process_param.py +++ b/regula/facesdk/webclient/gen/model/process_param.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ @@ -37,6 +37,7 @@ class ProcessParam(object): 'only_central_face': 'bool', 'output_image_params': 'OutputImageParams', 'quality': 'QualityRequest', + 'attributes': 'bool', } attribute_map = { @@ -44,9 +45,10 @@ class ProcessParam(object): 'only_central_face': 'onlyCentralFace', 'output_image_params': 'outputImageParams', 'quality': 'quality', + 'attributes': 'attributes', } - def __init__(self, scenario=None, only_central_face=None, output_image_params=None, quality=None, local_vars_configuration=None): # noqa: E501 + def __init__(self, scenario=None, only_central_face=None, output_image_params=None, quality=None, attributes=False, local_vars_configuration=None): # noqa: E501 """ProcessParam - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() @@ -56,6 +58,7 @@ def __init__(self, scenario=None, only_central_face=None, output_image_params=No self._only_central_face = None self._output_image_params = None self._quality = None + self._attributes = None self.discriminator = None if scenario is not None: @@ -66,6 +69,8 @@ def __init__(self, scenario=None, only_central_face=None, output_image_params=No self.output_image_params = output_image_params if quality is not None: self.quality = quality + if attributes is not None: + self.attributes = attributes @property def scenario(self): @@ -153,6 +158,29 @@ def quality(self, quality): self._quality = quality + @property + def attributes(self): + """Gets the attributes of this ProcessParam. # noqa: E501 + + Whether to evaluate attributes, such as age and emotions. # noqa: E501 + + :return: The attributes of this ProcessParam. # noqa: E501 + :rtype: bool + """ + return self._attributes + + @attributes.setter + def attributes(self, attributes): + """Sets the attributes of this ProcessParam. + + Whether to evaluate attributes, such as age and emotions. # noqa: E501 + + :param attributes: The attributes of this ProcessParam. # noqa: E501 + :type attributes: bool + """ + + self._attributes = attributes + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/regula/facesdk/webclient/gen/model/quality_config.py b/regula/facesdk/webclient/gen/model/quality_config.py index 65e4ce1..6e0b2c6 100644 --- a/regula/facesdk/webclient/gen/model/quality_config.py +++ b/regula/facesdk/webclient/gen/model/quality_config.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/quality_config_list.py b/regula/facesdk/webclient/gen/model/quality_config_list.py index d093296..3187985 100644 --- a/regula/facesdk/webclient/gen/model/quality_config_list.py +++ b/regula/facesdk/webclient/gen/model/quality_config_list.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/quality_detail.py b/regula/facesdk/webclient/gen/model/quality_detail.py index 825f4a7..eb9cef6 100644 --- a/regula/facesdk/webclient/gen/model/quality_detail.py +++ b/regula/facesdk/webclient/gen/model/quality_detail.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/quality_details_groups.py b/regula/facesdk/webclient/gen/model/quality_details_groups.py index 013b0bf..fc72ef3 100644 --- a/regula/facesdk/webclient/gen/model/quality_details_groups.py +++ b/regula/facesdk/webclient/gen/model/quality_details_groups.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/quality_request.py b/regula/facesdk/webclient/gen/model/quality_request.py index 3b6545c..0c0bdaf 100644 --- a/regula/facesdk/webclient/gen/model/quality_request.py +++ b/regula/facesdk/webclient/gen/model/quality_request.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/recognize_image.py b/regula/facesdk/webclient/gen/model/recognize_image.py index 7447bc8..6a17260 100644 --- a/regula/facesdk/webclient/gen/model/recognize_image.py +++ b/regula/facesdk/webclient/gen/model/recognize_image.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/recognize_image_all_of.py b/regula/facesdk/webclient/gen/model/recognize_image_all_of.py index 2370fcf..aaed4e8 100644 --- a/regula/facesdk/webclient/gen/model/recognize_image_all_of.py +++ b/regula/facesdk/webclient/gen/model/recognize_image_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/rgb.py b/regula/facesdk/webclient/gen/model/rgb.py index 1c2ba85..56b130e 100644 --- a/regula/facesdk/webclient/gen/model/rgb.py +++ b/regula/facesdk/webclient/gen/model/rgb.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/search_parameters.py b/regula/facesdk/webclient/gen/model/search_parameters.py index 4c5be8f..1eec768 100644 --- a/regula/facesdk/webclient/gen/model/search_parameters.py +++ b/regula/facesdk/webclient/gen/model/search_parameters.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/search_person.py b/regula/facesdk/webclient/gen/model/search_person.py index 9199647..c422535 100644 --- a/regula/facesdk/webclient/gen/model/search_person.py +++ b/regula/facesdk/webclient/gen/model/search_person.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/search_person_all_of.py b/regula/facesdk/webclient/gen/model/search_person_all_of.py index 5b68343..9b75e06 100644 --- a/regula/facesdk/webclient/gen/model/search_person_all_of.py +++ b/regula/facesdk/webclient/gen/model/search_person_all_of.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/search_request.py b/regula/facesdk/webclient/gen/model/search_request.py index 6a0700e..fcc120f 100644 --- a/regula/facesdk/webclient/gen/model/search_request.py +++ b/regula/facesdk/webclient/gen/model/search_request.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/search_result.py b/regula/facesdk/webclient/gen/model/search_result.py index f5cd888..4de14eb 100644 --- a/regula/facesdk/webclient/gen/model/search_result.py +++ b/regula/facesdk/webclient/gen/model/search_result.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model/transaction_info.py b/regula/facesdk/webclient/gen/model/transaction_info.py new file mode 100644 index 0000000..43ddc72 --- /dev/null +++ b/regula/facesdk/webclient/gen/model/transaction_info.py @@ -0,0 +1,290 @@ +# coding: utf-8 + +""" + Regula FaceSDK Web API + + Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 + + The version of the OpenAPI document: 5.1.0 + Generated by: https://openapi-generator.tech +""" + + +import pprint +import re # noqa: F401 + +import six + +from regula.facesdk.webclient.gen.configuration import Configuration + + +class TransactionInfo(object): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + """ + + """ + Attributes: + openapi_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + openapi_types = { + 'code': 'int', + 'status': 'int', + 'session_id': 'int', + 'transaction_id': 'str', + 'video': 'str', + 'portrait': 'str', + 'metadata': '{str: (bool, date, datetime, dict, float, int, list, str, none_type)}', + } + + attribute_map = { + 'code': 'code', + 'status': 'status', + 'session_id': 'sessionId', + 'transaction_id': 'transactionId', + 'video': 'video', + 'portrait': 'portrait', + 'metadata': 'metadata', + } + + def __init__(self, code=None, status=None, session_id=None, transaction_id=None, video=None, portrait=None, metadata=None, local_vars_configuration=None): # noqa: E501 + """TransactionInfo - a model defined in OpenAPI""" # noqa: E501 + if local_vars_configuration is None: + local_vars_configuration = Configuration() + self.local_vars_configuration = local_vars_configuration + + self._code = None + self._status = None + self._session_id = None + self._transaction_id = None + self._video = None + self._portrait = None + self._metadata = None + self.discriminator = None + + if code is not None: + self.code = code + if status is not None: + self.status = status + if session_id is not None: + self.session_id = session_id + if transaction_id is not None: + self.transaction_id = transaction_id + if video is not None: + self.video = video + if portrait is not None: + self.portrait = portrait + if metadata is not None: + self.metadata = metadata + + @property + def code(self): + """Gets the code of this TransactionInfo. # noqa: E501 + + The result code, one of the FaceSDKResultCode enum values. See the enum: https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/ # noqa: E501 + + :return: The code of this TransactionInfo. # noqa: E501 + :rtype: int + """ + return self._code + + @code.setter + def code(self, code): + """Sets the code of this TransactionInfo. + + The result code, one of the FaceSDKResultCode enum values. See the enum: https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/ # noqa: E501 + + :param code: The code of this TransactionInfo. # noqa: E501 + :type code: int + """ + + self._code = code + + @property + def status(self): + """Gets the status of this TransactionInfo. # noqa: E501 + + Whether the liveness detection is confirmed (0) or not (1). # noqa: E501 + + :return: The status of this TransactionInfo. # noqa: E501 + :rtype: int + """ + return self._status + + @status.setter + def status(self, status): + """Sets the status of this TransactionInfo. + + Whether the liveness detection is confirmed (0) or not (1). # noqa: E501 + + :param status: The status of this TransactionInfo. # noqa: E501 + :type status: int + """ + + self._status = status + + @property + def session_id(self): + """Gets the session_id of this TransactionInfo. # noqa: E501 + + Session ID, one session may include many transactions. # noqa: E501 + + :return: The session_id of this TransactionInfo. # noqa: E501 + :rtype: int + """ + return self._session_id + + @session_id.setter + def session_id(self, session_id): + """Sets the session_id of this TransactionInfo. + + Session ID, one session may include many transactions. # noqa: E501 + + :param session_id: The session_id of this TransactionInfo. # noqa: E501 + :type session_id: int + """ + + self._session_id = session_id + + @property + def transaction_id(self): + """Gets the transaction_id of this TransactionInfo. # noqa: E501 + + Transaction ID, there can be several transactions within one session. # noqa: E501 + + :return: The transaction_id of this TransactionInfo. # noqa: E501 + :rtype: str + """ + return self._transaction_id + + @transaction_id.setter + def transaction_id(self, transaction_id): + """Sets the transaction_id of this TransactionInfo. + + Transaction ID, there can be several transactions within one session. # noqa: E501 + + :param transaction_id: The transaction_id of this TransactionInfo. # noqa: E501 + :type transaction_id: str + """ + + self._transaction_id = transaction_id + + @property + def video(self): + """Gets the video of this TransactionInfo. # noqa: E501 + + An S3 link to the session video. # noqa: E501 + + :return: The video of this TransactionInfo. # noqa: E501 + :rtype: str + """ + return self._video + + @video.setter + def video(self, video): + """Sets the video of this TransactionInfo. + + An S3 link to the session video. # noqa: E501 + + :param video: The video of this TransactionInfo. # noqa: E501 + :type video: str + """ + + self._video = video + + @property + def portrait(self): + """Gets the portrait of this TransactionInfo. # noqa: E501 + + An S3 link to the portrait. # noqa: E501 + + :return: The portrait of this TransactionInfo. # noqa: E501 + :rtype: str + """ + return self._portrait + + @portrait.setter + def portrait(self, portrait): + """Sets the portrait of this TransactionInfo. + + An S3 link to the portrait. # noqa: E501 + + :param portrait: The portrait of this TransactionInfo. # noqa: E501 + :type portrait: str + """ + + self._portrait = portrait + + @property + def metadata(self): + """Gets the metadata of this TransactionInfo. # noqa: E501 + + A free-form object containing person's extended attributes. # noqa: E501 + + :return: The metadata of this TransactionInfo. # noqa: E501 + :rtype: {str: (bool, date, datetime, dict, float, int, list, str, none_type)} + """ + return self._metadata + + @metadata.setter + def metadata(self, metadata): + """Sets the metadata of this TransactionInfo. + + A free-form object containing person's extended attributes. # noqa: E501 + + :param metadata: The metadata of this TransactionInfo. # noqa: E501 + :type metadata: {str: (bool, date, datetime, dict, float, int, list, str, none_type)} + """ + + self._metadata = metadata + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.openapi_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, TransactionInfo): + return False + + return self.to_dict() == other.to_dict() + + def __ne__(self, other): + """Returns true if both objects are not equal""" + if not isinstance(other, TransactionInfo): + return True + + return self.to_dict() != other.to_dict() diff --git a/regula/facesdk/webclient/gen/model/update_group.py b/regula/facesdk/webclient/gen/model/update_group.py index 9673e09..b5b68b6 100644 --- a/regula/facesdk/webclient/gen/model/update_group.py +++ b/regula/facesdk/webclient/gen/model/update_group.py @@ -5,7 +5,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/model_utils.py b/regula/facesdk/webclient/gen/model_utils.py index a02e6a0..513dcf0 100644 --- a/regula/facesdk/webclient/gen/model_utils.py +++ b/regula/facesdk/webclient/gen/model_utils.py @@ -3,7 +3,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """ diff --git a/regula/facesdk/webclient/gen/models/__init__.py b/regula/facesdk/webclient/gen/models/__init__.py index 74a3ca1..82a79b0 100644 --- a/regula/facesdk/webclient/gen/models/__init__.py +++ b/regula/facesdk/webclient/gen/models/__init__.py @@ -38,7 +38,6 @@ from regula.facesdk.webclient.gen.model.image_page import ImagePage from regula.facesdk.webclient.gen.model.image_page_all_of import ImagePageAllOf from regula.facesdk.webclient.gen.model.image_source import ImageSource -from regula.facesdk.webclient.gen.model.liveness_transaction import LivenessTransaction from regula.facesdk.webclient.gen.model.match_and_search_request import MatchAndSearchRequest from regula.facesdk.webclient.gen.model.match_and_search_request_all_of import MatchAndSearchRequestAllOf from regula.facesdk.webclient.gen.model.match_and_search_request_all_of_images import MatchAndSearchRequestAllOfImages @@ -75,5 +74,5 @@ from regula.facesdk.webclient.gen.model.search_person_all_of import SearchPersonAllOf from regula.facesdk.webclient.gen.model.search_request import SearchRequest from regula.facesdk.webclient.gen.model.search_result import SearchResult -from regula.facesdk.webclient.gen.model.transaction_config import TransactionConfig +from regula.facesdk.webclient.gen.model.transaction_info import TransactionInfo from regula.facesdk.webclient.gen.model.update_group import UpdateGroup diff --git a/regula/facesdk/webclient/gen/rest.py b/regula/facesdk/webclient/gen/rest.py index 4da6f7a..b7029ea 100644 --- a/regula/facesdk/webclient/gen/rest.py +++ b/regula/facesdk/webclient/gen/rest.py @@ -3,7 +3,7 @@ Regula FaceSDK Web API # Clients * [JavaScript](https://github.com/regulaforensics/FaceSDK-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/FaceSDK-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/FaceSDK-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/FaceSDK-web-csharp-client) client for .NET & .NET Core # noqa: E501 - The version of the OpenAPI document: 4.1.3 + The version of the OpenAPI document: 5.1.0 Generated by: https://openapi-generator.tech """