regula-facesdk-webclient 7.2.362rc0__py3-none-any.whl → 7.2.363.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of regula-facesdk-webclient might be problematic. Click here for more details.

Files changed (112) hide show
  1. regula/facesdk/webclient/ext/api/person_api.py +2 -1
  2. regula/facesdk/webclient/ext/api/sdk.py +1 -1
  3. regula/facesdk/webclient/ext/models/detect_request.py +0 -3
  4. regula/facesdk/webclient/ext/models/match_request.py +0 -2
  5. regula/facesdk/webclient/gen/__init__.py +1 -1
  6. regula/facesdk/webclient/gen/api/group_api.py +1 -1
  7. regula/facesdk/webclient/gen/api/healthcheck_api.py +5 -1
  8. regula/facesdk/webclient/gen/api/liveness_2_0_api.py +139 -1
  9. regula/facesdk/webclient/gen/api/match_api.py +3 -3
  10. regula/facesdk/webclient/gen/api/person_api.py +17 -17
  11. regula/facesdk/webclient/gen/api/search_api.py +8 -1
  12. regula/facesdk/webclient/gen/api_client.py +1 -1
  13. regula/facesdk/webclient/gen/configuration.py +2 -2
  14. regula/facesdk/webclient/gen/exceptions.py +1 -1
  15. regula/facesdk/webclient/gen/model/add_image_to_person_request.py +1 -1
  16. regula/facesdk/webclient/gen/model/add_image_to_person_request_image.py +1 -1
  17. regula/facesdk/webclient/gen/model/add_image_to_person_response.py +1 -1
  18. regula/facesdk/webclient/gen/model/attribute_config.py +1 -1
  19. regula/facesdk/webclient/gen/model/attribute_config_list.py +1 -1
  20. regula/facesdk/webclient/gen/model/crop.py +2 -30
  21. regula/facesdk/webclient/gen/model/detect_attributes_details.py +150 -0
  22. regula/facesdk/webclient/gen/model/detect_details_meta.py +178 -0
  23. regula/facesdk/webclient/gen/model/detect_request.py +48 -20
  24. regula/facesdk/webclient/gen/model/detect_response.py +1 -1
  25. regula/facesdk/webclient/gen/model/detect_response_all_of.py +1 -1
  26. regula/facesdk/webclient/gen/model/detect_result.py +26 -22
  27. regula/facesdk/webclient/gen/model/detection.py +4 -32
  28. regula/facesdk/webclient/gen/model/detection_attributes.py +8 -6
  29. regula/facesdk/webclient/gen/model/detection_face.py +2 -30
  30. regula/facesdk/webclient/gen/model/detection_quality.py +27 -27
  31. regula/facesdk/webclient/gen/model/device_info.py +1 -1
  32. regula/facesdk/webclient/gen/model/face_attribute.py +1 -1
  33. regula/facesdk/webclient/gen/model/face_image_quality_align_type.py +1 -1
  34. regula/facesdk/webclient/gen/model/face_image_quality_groups.py +1 -1
  35. regula/facesdk/webclient/gen/model/face_image_quality_groups_strings.py +1 -1
  36. regula/facesdk/webclient/gen/model/face_image_quality_status.py +1 -1
  37. regula/facesdk/webclient/gen/model/face_quality_config_name.py +1 -1
  38. regula/facesdk/webclient/gen/model/face_quality_scenarios.py +5 -2
  39. regula/facesdk/webclient/gen/model/face_rectangular.py +1 -1
  40. regula/facesdk/webclient/gen/model/face_sdk_result.py +1 -1
  41. regula/facesdk/webclient/gen/model/face_sdk_result_code.py +1 -1
  42. regula/facesdk/webclient/gen/model/faces_response.py +2 -30
  43. regula/facesdk/webclient/gen/model/faces_response_all_of.py +1 -1
  44. regula/facesdk/webclient/gen/model/filter_op.py +1 -1
  45. regula/facesdk/webclient/gen/model/filter_search_request.py +1 -1
  46. regula/facesdk/webclient/gen/model/group.py +1 -1
  47. regula/facesdk/webclient/gen/model/group_all_of.py +1 -1
  48. regula/facesdk/webclient/gen/model/group_page.py +1 -1
  49. regula/facesdk/webclient/gen/model/group_page_all_of.py +1 -1
  50. regula/facesdk/webclient/gen/model/group_response.py +1 -1
  51. regula/facesdk/webclient/gen/model/group_to_create.py +1 -1
  52. regula/facesdk/webclient/gen/model/image.py +30 -2
  53. regula/facesdk/webclient/gen/model/image_fields.py +1 -1
  54. regula/facesdk/webclient/gen/model/image_page.py +1 -1
  55. regula/facesdk/webclient/gen/model/image_page_all_of.py +1 -1
  56. regula/facesdk/webclient/gen/model/image_source.py +1 -1
  57. regula/facesdk/webclient/gen/model/liveness_type.py +1 -1
  58. regula/facesdk/webclient/gen/model/match_and_search_request.py +117 -5
  59. regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py +58 -2
  60. regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py +1 -1
  61. regula/facesdk/webclient/gen/model/match_and_search_request_images.py +176 -0
  62. regula/facesdk/webclient/gen/model/match_and_search_response.py +3 -3
  63. regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py +3 -3
  64. regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py +1 -1
  65. regula/facesdk/webclient/gen/model/match_image.py +1 -1
  66. regula/facesdk/webclient/gen/model/match_image_detection.py +1 -1
  67. regula/facesdk/webclient/gen/model/match_image_result.py +1 -1
  68. regula/facesdk/webclient/gen/model/match_request.py +58 -29
  69. regula/facesdk/webclient/gen/model/match_response.py +1 -1
  70. regula/facesdk/webclient/gen/model/match_response_all_of.py +1 -1
  71. regula/facesdk/webclient/gen/model/operation_log.py +1 -1
  72. regula/facesdk/webclient/gen/model/output_image_params.py +1 -1
  73. regula/facesdk/webclient/gen/model/page.py +1 -1
  74. regula/facesdk/webclient/gen/model/person.py +20 -19
  75. regula/facesdk/webclient/gen/model/person_all_of.py +1 -1
  76. regula/facesdk/webclient/gen/model/person_fields.py +20 -19
  77. regula/facesdk/webclient/gen/model/person_to_update_fields.py +1 -1
  78. regula/facesdk/webclient/gen/model/person_with_images.py +20 -19
  79. regula/facesdk/webclient/gen/model/person_with_images_all_of.py +1 -1
  80. regula/facesdk/webclient/gen/model/persons_page.py +1 -1
  81. regula/facesdk/webclient/gen/model/persons_page_all_of.py +1 -1
  82. regula/facesdk/webclient/gen/model/persons_request.py +291 -0
  83. regula/facesdk/webclient/gen/model/persons_request_all_of.py +150 -0
  84. regula/facesdk/webclient/gen/model/process_param.py +1 -1
  85. regula/facesdk/webclient/gen/model/process_param_attributes.py +1 -1
  86. regula/facesdk/webclient/gen/model/quality_config.py +3 -3
  87. regula/facesdk/webclient/gen/model/quality_config_list.py +1 -1
  88. regula/facesdk/webclient/gen/model/quality_detail.py +5 -5
  89. regula/facesdk/webclient/gen/model/quality_details_groups.py +1 -1
  90. regula/facesdk/webclient/gen/model/quality_request.py +1 -1
  91. regula/facesdk/webclient/gen/model/recognize_image.py +30 -2
  92. regula/facesdk/webclient/gen/model/recognize_image_all_of.py +1 -1
  93. regula/facesdk/webclient/gen/model/resize_options.py +1 -1
  94. regula/facesdk/webclient/gen/model/rgb.py +1 -1
  95. regula/facesdk/webclient/gen/model/search_bad_params.py +1 -1
  96. regula/facesdk/webclient/gen/model/search_detection.py +1 -1
  97. regula/facesdk/webclient/gen/model/search_parameters.py +1 -1
  98. regula/facesdk/webclient/gen/model/search_parameters_create_person.py +1 -1
  99. regula/facesdk/webclient/gen/model/search_person.py +20 -19
  100. regula/facesdk/webclient/gen/model/search_person_all_of.py +1 -1
  101. regula/facesdk/webclient/gen/model/search_request.py +58 -2
  102. regula/facesdk/webclient/gen/model/search_result.py +2 -165
  103. regula/facesdk/webclient/gen/model/transaction_info.py +1 -1
  104. regula/facesdk/webclient/gen/model/update_group.py +1 -1
  105. regula/facesdk/webclient/gen/model_utils.py +1 -1
  106. regula/facesdk/webclient/gen/models/__init__.py +5 -2
  107. regula/facesdk/webclient/gen/rest.py +1 -1
  108. {regula_facesdk_webclient-7.2.362rc0.dist-info → regula_facesdk_webclient-7.2.363.dev0.dist-info}/METADATA +1 -1
  109. regula_facesdk_webclient-7.2.363.dev0.dist-info/RECORD +138 -0
  110. {regula_facesdk_webclient-7.2.362rc0.dist-info → regula_facesdk_webclient-7.2.363.dev0.dist-info}/WHEEL +1 -1
  111. regula_facesdk_webclient-7.2.362rc0.dist-info/RECORD +0 -133
  112. {regula_facesdk_webclient-7.2.362rc0.dist-info → regula_facesdk_webclient-7.2.363.dev0.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### 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
7
7
 
8
- The version of the OpenAPI document: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -42,6 +42,8 @@ class SearchRequest(object):
42
42
  'detect_all': 'bool',
43
43
  'threshold': 'float',
44
44
  'limit': 'int',
45
+ 'tenant': 'str',
46
+ 'env': 'str',
45
47
  }
46
48
 
47
49
  attribute_map = {
@@ -54,9 +56,11 @@ class SearchRequest(object):
54
56
  'detect_all': 'detectAll',
55
57
  'threshold': 'threshold',
56
58
  'limit': 'limit',
59
+ 'tenant': 'tenant',
60
+ 'env': 'env',
57
61
  }
58
62
 
59
- def __init__(self, create_person=None, group_ids=None, filter=None, tag=None, image=None, output_image_params=None, detect_all=False, threshold=None, limit=None, local_vars_configuration=None): # noqa: E501
63
+ def __init__(self, create_person=None, group_ids=None, filter=None, tag=None, image=None, output_image_params=None, detect_all=False, threshold=None, limit=None, tenant=None, env=None, local_vars_configuration=None): # noqa: E501
60
64
  """SearchRequest - a model defined in OpenAPI""" # noqa: E501
61
65
  if local_vars_configuration is None:
62
66
  local_vars_configuration = Configuration()
@@ -71,6 +75,8 @@ class SearchRequest(object):
71
75
  self._detect_all = None
72
76
  self._threshold = None
73
77
  self._limit = None
78
+ self._tenant = None
79
+ self._env = None
74
80
  self.discriminator = None
75
81
 
76
82
  if create_person is not None:
@@ -91,6 +97,10 @@ class SearchRequest(object):
91
97
  self.threshold = threshold
92
98
  if limit is not None:
93
99
  self.limit = limit
100
+ if tenant is not None:
101
+ self.tenant = tenant
102
+ if env is not None:
103
+ self.env = env
94
104
 
95
105
  @property
96
106
  def create_person(self):
@@ -291,6 +301,52 @@ class SearchRequest(object):
291
301
 
292
302
  self._limit = limit
293
303
 
304
+ @property
305
+ def tenant(self):
306
+ """Gets the tenant of this SearchRequest. # noqa: E501
307
+
308
+ A label used to group transactions by customers, applications, or other criteria. # noqa: E501
309
+
310
+ :return: The tenant of this SearchRequest. # noqa: E501
311
+ :rtype: str
312
+ """
313
+ return self._tenant
314
+
315
+ @tenant.setter
316
+ def tenant(self, tenant):
317
+ """Sets the tenant of this SearchRequest.
318
+
319
+ A label used to group transactions by customers, applications, or other criteria. # noqa: E501
320
+
321
+ :param tenant: The tenant of this SearchRequest. # noqa: E501
322
+ :type tenant: str
323
+ """
324
+
325
+ self._tenant = tenant
326
+
327
+ @property
328
+ def env(self):
329
+ """Gets the env of this SearchRequest. # noqa: E501
330
+
331
+ A label used to differentiate transactions by development stages. # noqa: E501
332
+
333
+ :return: The env of this SearchRequest. # noqa: E501
334
+ :rtype: str
335
+ """
336
+ return self._env
337
+
338
+ @env.setter
339
+ def env(self, env):
340
+ """Sets the env of this SearchRequest.
341
+
342
+ A label used to differentiate transactions by development stages. # noqa: E501
343
+
344
+ :param env: The env of this SearchRequest. # noqa: E501
345
+ :type env: str
346
+ """
347
+
348
+ self._env = env
349
+
294
350
  def to_dict(self):
295
351
  """Returns the model properties as a dict"""
296
352
  result = {}
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### 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
7
7
 
8
- The version of the OpenAPI document: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -35,26 +35,14 @@ class SearchResult(object):
35
35
  openapi_types = {
36
36
  'code': 'int',
37
37
  'persons': '[SearchPerson]',
38
- 'id': 'str, none_type',
39
- 'created_at': 'str, none_type',
40
- 'updated_at': 'str, none_type',
41
- 'groups': '[str], none_type',
42
- 'name': 'str, none_type',
43
- 'metadata': '{str: (bool, date, datetime, dict, float, int, list, str, none_type)}',
44
38
  }
45
39
 
46
40
  attribute_map = {
47
41
  'code': 'code',
48
42
  'persons': 'persons',
49
- 'id': 'id',
50
- 'created_at': 'createdAt',
51
- 'updated_at': 'updatedAt',
52
- 'groups': 'groups',
53
- 'name': 'name',
54
- 'metadata': 'metadata',
55
43
  }
56
44
 
57
- def __init__(self, code=None, persons=None, id=None, created_at=None, updated_at=None, groups=None, name=None, metadata=None, local_vars_configuration=None): # noqa: E501
45
+ def __init__(self, code=None, persons=None, local_vars_configuration=None): # noqa: E501
58
46
  """SearchResult - a model defined in OpenAPI""" # noqa: E501
59
47
  if local_vars_configuration is None:
60
48
  local_vars_configuration = Configuration()
@@ -62,25 +50,12 @@ class SearchResult(object):
62
50
 
63
51
  self._code = None
64
52
  self._persons = None
65
- self._id = None
66
- self._created_at = None
67
- self._updated_at = None
68
- self._groups = None
69
- self._name = None
70
- self._metadata = None
71
53
  self.discriminator = None
72
54
 
73
55
  if code is not None:
74
56
  self.code = code
75
57
  if persons is not None:
76
58
  self.persons = persons
77
- self.id = id
78
- self.created_at = created_at
79
- self.updated_at = updated_at
80
- self.groups = groups
81
- self.name = name
82
- if metadata is not None:
83
- self.metadata = metadata
84
59
 
85
60
  @property
86
61
  def code(self):
@@ -128,144 +103,6 @@ class SearchResult(object):
128
103
 
129
104
  self._persons = persons
130
105
 
131
- @property
132
- def id(self):
133
- """Gets the id of this SearchResult. # noqa: E501
134
-
135
- Person ID. The list of persons is sorted by decreasing ID value. # noqa: E501
136
-
137
- :return: The id of this SearchResult. # noqa: E501
138
- :rtype: str, none_type
139
- """
140
- return self._id
141
-
142
- @id.setter
143
- def id(self, id):
144
- """Sets the id of this SearchResult.
145
-
146
- Person ID. The list of persons is sorted by decreasing ID value. # noqa: E501
147
-
148
- :param id: The id of this SearchResult. # noqa: E501
149
- :type id: str, none_type
150
- """
151
-
152
- self._id = id
153
-
154
- @property
155
- def created_at(self):
156
- """Gets the created_at of this SearchResult. # noqa: E501
157
-
158
- Person creation date. # noqa: E501
159
-
160
- :return: The created_at of this SearchResult. # noqa: E501
161
- :rtype: str, none_type
162
- """
163
- return self._created_at
164
-
165
- @created_at.setter
166
- def created_at(self, created_at):
167
- """Sets the created_at of this SearchResult.
168
-
169
- Person creation date. # noqa: E501
170
-
171
- :param created_at: The created_at of this SearchResult. # noqa: E501
172
- :type created_at: str, none_type
173
- """
174
-
175
- self._created_at = created_at
176
-
177
- @property
178
- def updated_at(self):
179
- """Gets the updated_at of this SearchResult. # noqa: E501
180
-
181
- Person update date. # noqa: E501
182
-
183
- :return: The updated_at of this SearchResult. # noqa: E501
184
- :rtype: str, none_type
185
- """
186
- return self._updated_at
187
-
188
- @updated_at.setter
189
- def updated_at(self, updated_at):
190
- """Sets the updated_at of this SearchResult.
191
-
192
- Person update date. # noqa: E501
193
-
194
- :param updated_at: The updated_at of this SearchResult. # noqa: E501
195
- :type updated_at: str, none_type
196
- """
197
-
198
- self._updated_at = updated_at
199
-
200
- @property
201
- def groups(self):
202
- """Gets the groups of this SearchResult. # noqa: E501
203
-
204
- List of groups this person belongs to. # noqa: E501
205
-
206
- :return: The groups of this SearchResult. # noqa: E501
207
- :rtype: [str], none_type
208
- """
209
- return self._groups
210
-
211
- @groups.setter
212
- def groups(self, groups):
213
- """Sets the groups of this SearchResult.
214
-
215
- List of groups this person belongs to. # noqa: E501
216
-
217
- :param groups: The groups of this SearchResult. # noqa: E501
218
- :type groups: [str], none_type
219
- """
220
-
221
- self._groups = groups
222
-
223
- @property
224
- def name(self):
225
- """Gets the name of this SearchResult. # noqa: E501
226
-
227
- Person's name. # noqa: E501
228
-
229
- :return: The name of this SearchResult. # noqa: E501
230
- :rtype: str, none_type
231
- """
232
- return self._name
233
-
234
- @name.setter
235
- def name(self, name):
236
- """Sets the name of this SearchResult.
237
-
238
- Person's name. # noqa: E501
239
-
240
- :param name: The name of this SearchResult. # noqa: E501
241
- :type name: str, none_type
242
- """
243
-
244
- self._name = name
245
-
246
- @property
247
- def metadata(self):
248
- """Gets the metadata of this SearchResult. # noqa: E501
249
-
250
- A free-form object containing person's extended attributes. Available when a person is being created # noqa: E501
251
-
252
- :return: The metadata of this SearchResult. # noqa: E501
253
- :rtype: {str: (bool, date, datetime, dict, float, int, list, str, none_type)}
254
- """
255
- return self._metadata
256
-
257
- @metadata.setter
258
- def metadata(self, metadata):
259
- """Sets the metadata of this SearchResult.
260
-
261
- A free-form object containing person's extended attributes. Available when a person is being created # noqa: E501
262
-
263
- :param metadata: The metadata of this SearchResult. # noqa: E501
264
- :type metadata: {str: (bool, date, datetime, dict, float, int, list, str, none_type)}
265
- """
266
-
267
- self._metadata = metadata
268
-
269
106
  def to_dict(self):
270
107
  """Returns the model properties as a dict"""
271
108
  result = {}
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### 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
7
7
 
8
- The version of the OpenAPI document: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### 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
7
7
 
8
- The version of the OpenAPI document: 6.2.0
8
+ The version of the OpenAPI document: 7.2.0
9
9
  Generated by: https://openapi-generator.tech
10
10
  """
11
11
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### 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
5
5
 
6
- The version of the OpenAPI document: 6.2.0
6
+ The version of the OpenAPI document: 7.2.0
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -15,6 +15,8 @@ from regula.facesdk.webclient.gen.model.add_image_to_person_response import AddI
15
15
  from regula.facesdk.webclient.gen.model.attribute_config import AttributeConfig
16
16
  from regula.facesdk.webclient.gen.model.attribute_config_list import AttributeConfigList
17
17
  from regula.facesdk.webclient.gen.model.crop import Crop
18
+ from regula.facesdk.webclient.gen.model.detect_attributes_details import DetectAttributesDetails
19
+ from regula.facesdk.webclient.gen.model.detect_details_meta import DetectDetailsMeta
18
20
  from regula.facesdk.webclient.gen.model.detect_request import DetectRequest
19
21
  from regula.facesdk.webclient.gen.model.detect_response import DetectResponse
20
22
  from regula.facesdk.webclient.gen.model.detect_response_all_of import DetectResponseAllOf
@@ -51,8 +53,7 @@ from regula.facesdk.webclient.gen.model.image_page_all_of import ImagePageAllOf
51
53
  from regula.facesdk.webclient.gen.model.image_source import ImageSource
52
54
  from regula.facesdk.webclient.gen.model.liveness_type import LivenessType
53
55
  from regula.facesdk.webclient.gen.model.match_and_search_request import MatchAndSearchRequest
54
- from regula.facesdk.webclient.gen.model.match_and_search_request_all_of import MatchAndSearchRequestAllOf
55
- from regula.facesdk.webclient.gen.model.match_and_search_request_all_of_images import MatchAndSearchRequestAllOfImages
56
+ from regula.facesdk.webclient.gen.model.match_and_search_request_images import MatchAndSearchRequestImages
56
57
  from regula.facesdk.webclient.gen.model.match_and_search_response import MatchAndSearchResponse
57
58
  from regula.facesdk.webclient.gen.model.match_and_search_response_all_of import MatchAndSearchResponseAllOf
58
59
  from regula.facesdk.webclient.gen.model.match_and_search_response_all_of_detections import MatchAndSearchResponseAllOfDetections
@@ -73,6 +74,8 @@ from regula.facesdk.webclient.gen.model.person_with_images import PersonWithImag
73
74
  from regula.facesdk.webclient.gen.model.person_with_images_all_of import PersonWithImagesAllOf
74
75
  from regula.facesdk.webclient.gen.model.persons_page import PersonsPage
75
76
  from regula.facesdk.webclient.gen.model.persons_page_all_of import PersonsPageAllOf
77
+ from regula.facesdk.webclient.gen.model.persons_request import PersonsRequest
78
+ from regula.facesdk.webclient.gen.model.persons_request_all_of import PersonsRequestAllOf
76
79
  from regula.facesdk.webclient.gen.model.process_param import ProcessParam
77
80
  from regula.facesdk.webclient.gen.model.process_param_attributes import ProcessParamAttributes
78
81
  from regula.facesdk.webclient.gen.model.quality_config import QualityConfig
@@ -3,7 +3,7 @@
3
3
 
4
4
  <a href=\"https://regulaforensics.com/products/face-recognition-sdk/ \" target=\"_blank\">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side. The Face SDK includes the following features: * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection\" target=\"_blank\">Face detection and image quality assessment</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11\" target=\"_blank\">Face match (1:1)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n\" target=\"_blank\">Face search (1:N)</a> * <a href=\"https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment\" target=\"_blank\">Liveness detection</a> Here is the <a href=\"https://github.com/regulaforensics/FaceSDK-web-openapi \" target=\"_blank\">OpenAPI specification on GitHub</a>. ### 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
5
5
 
6
- The version of the OpenAPI document: 6.2.0
6
+ The version of the OpenAPI document: 7.2.0
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: regula_facesdk_webclient
3
- Version: 7.2.362rc0
3
+ Version: 7.2.363.dev0
4
4
  Summary: Regula's FaceSDK web python client
5
5
  Home-page: https://regulaforensics.com
6
6
  Author: Regula Forensics, Inc.
@@ -0,0 +1,138 @@
1
+ regula/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ regula/facesdk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ regula/facesdk/webclient/__init__.py,sha256=XPXwNo7pfhfo5mWwcf3XOVNEl26y8ThLcbtaj-5Zqgc,755
4
+ regula/facesdk/webclient/ext/__init__.py,sha256=Oe-XQEuAwDdw7CHUngYztpLjlrYWWki3dHIzG1b5HVQ,306
5
+ regula/facesdk/webclient/ext/common.py,sha256=CivAX7mWEXGghdmZg63q_2suKWz6QN_MyOuZLdf_1c4,126
6
+ regula/facesdk/webclient/ext/api/__init__.py,sha256=QIRwODYedltCAWMYSNhMdm1m2MTpOh-nSIXSJuSn1nI,187
7
+ regula/facesdk/webclient/ext/api/group_api.py,sha256=hrksEGce3IKuz_bMhSN-EGeTDFfNDxeyzS9zf0a9_co,1703
8
+ regula/facesdk/webclient/ext/api/match_api.py,sha256=XCJZrISHr2QvF9rH6qH947IpjFmxI6KTzpduD6h9w_U,2019
9
+ regula/facesdk/webclient/ext/api/person_api.py,sha256=rZ1oIUe5UH6POa5sUqV728XO3H6Nb4aDdfqfSr7nwR4,2320
10
+ regula/facesdk/webclient/ext/api/sdk.py,sha256=iBWSN-_AkpuuDXHylQZ2D69ifZ3f81IcCfc31r-EaE4,1091
11
+ regula/facesdk/webclient/ext/api/search_api.py,sha256=7lJErzCN6OJog06cMBhFF_uSgyNbxEX3MvKur1R22ZQ,736
12
+ regula/facesdk/webclient/ext/models/__init__.py,sha256=0edbXIracTJaNbp03U48tDzN8bd3ZqHwSX4PIJJhZ7Y,280
13
+ regula/facesdk/webclient/ext/models/detect_request.py,sha256=8XL1vQtK5cKwl40_yGLTHV4XdQXHL5bx6ua3C-H0O3I,943
14
+ regula/facesdk/webclient/ext/models/match_image.py,sha256=3wU7SdVfOoqXDkrxCuFdzHni4z5vajwmMJ1Q9ncfQRk,773
15
+ regula/facesdk/webclient/ext/models/match_request.py,sha256=luGTUQVWwLtrYztB6sNTCnKMMeKuEOxndkGw5LSD_8Q,1137
16
+ regula/facesdk/webclient/gen/__init__.py,sha256=X28ETOH7aIo3nvNKpLD1_vs7V1kOXtT-V6mCsIbY_aA,2400
17
+ regula/facesdk/webclient/gen/api_client.py,sha256=EorlpnM1w1EnYBPJ6No4IyxZQbGC8M8UW3lwIPii5_s,28844
18
+ regula/facesdk/webclient/gen/configuration.py,sha256=TiXi54lUrwa-UNm-Eue5Noru8CgLExLZCtP6dKYoblA,17800
19
+ regula/facesdk/webclient/gen/exceptions.py,sha256=_-FFaiBE7j0ywVyuTliLGs0x39a0PHbmfGpTHq8yn6A,6610
20
+ regula/facesdk/webclient/gen/model_utils.py,sha256=uwe7AZKIsRUF0fh9IJWshhtPMRORVwD12TzgruWAVZw,83638
21
+ regula/facesdk/webclient/gen/rest.py,sha256=V_fMd4U_wNtKmQ6BqMKVrCbljHFOTgVHKByHeYY7QXE,15748
22
+ regula/facesdk/webclient/gen/api/__init__.py,sha256=gxXDi5dbs4PxLIxLE5XTwUqZzdnaL6YVfNX19gh04Bs,230
23
+ regula/facesdk/webclient/gen/api/diagnostics_api.py,sha256=qnpQ8Kmyc_6csPryYHw9MAkMtZQnt-dZhVDu1INrV6k,7766
24
+ regula/facesdk/webclient/gen/api/group_api.py,sha256=1XrMsXW6LcetGgknTgJE86UR48rensown4imumBsblQ,47125
25
+ regula/facesdk/webclient/gen/api/healthcheck_api.py,sha256=8eeDdjN16cyQKsXNlKjz3vjsDH3lw023z3yjQwMjj78,13737
26
+ regula/facesdk/webclient/gen/api/liveness_2_0_api.py,sha256=39CPlOe4i8OCMn0qbis-avx5q-i0hVpiz5KwUGitOZY,18411
27
+ regula/facesdk/webclient/gen/api/liveness_api.py,sha256=maiSEZGIGU15uhkww38TgzmMsBA1UGjnq6L-kWkBSD4,18968
28
+ regula/facesdk/webclient/gen/api/match_api.py,sha256=J9ODopftaRAi98csp7WGY-h1ucL4BEfBGO3hxUnVS-Q,26791
29
+ regula/facesdk/webclient/gen/api/person_api.py,sha256=GUpHP3KyjNllXutBV7UJe2mWnyav4IknWjZcbQ7p0Y8,61986
30
+ regula/facesdk/webclient/gen/api/search_api.py,sha256=PBz4f_lnj0uUUhF-vgBpBNzwj9bmnmZ7JvCclBw2W5g,9345
31
+ regula/facesdk/webclient/gen/apis/__init__.py,sha256=jALPJEtfrPwELIGM_COy2usC36g-5vBgKS4Wq1npFnQ,821
32
+ regula/facesdk/webclient/gen/model/__init__.py,sha256=N49d9K35V_Hd5lOHWcMeVRl0Iy_-L-03rZgfKXwlESM,348
33
+ regula/facesdk/webclient/gen/model/add_image_to_person_request.py,sha256=RKKd2ghXQQ8_O5ybZVSNrufK46IbT7kw-27DEYFJ4Q4,7448
34
+ regula/facesdk/webclient/gen/model/add_image_to_person_request_image.py,sha256=Alg8ErcynH9UKCTTMyMjvQrhTA4pZWJgyFW6MWm9qxg,7721
35
+ regula/facesdk/webclient/gen/model/add_image_to_person_response.py,sha256=NOJNjXP6xts-qEUPPs58I98vg7ww_b-48002RN4-uU8,9291
36
+ regula/facesdk/webclient/gen/model/attribute_config.py,sha256=-IHgpOlWpWb2K22kS5ufLq7NZqdsQ2Qc61P2f22CcrU,4852
37
+ regula/facesdk/webclient/gen/model/attribute_config_list.py,sha256=3o5o6BJ6jo2L4rrMSgCTNjilWq-p8G00nMQoVI9VN_o,4242
38
+ regula/facesdk/webclient/gen/model/crop.py,sha256=ktXm-tS6YG-dZaP0onURX-64az2hPF3nK7fEN2u-KUw,6727
39
+ regula/facesdk/webclient/gen/model/detect_attributes_details.py,sha256=nhY4KluehcG85uzYw8lzPmcyZKh_jNE-wLFhaCl1Esw,6063
40
+ regula/facesdk/webclient/gen/model/detect_details_meta.py,sha256=wIngGY-ENsmRPnBD2MZOF-cGPtBUvtiu3scufW1zzmI,6901
41
+ regula/facesdk/webclient/gen/model/detect_request.py,sha256=2wh_VSVGg0oWIwxH4zytCRrmbAvJug-w0fiG8YKQ7Wk,8018
42
+ regula/facesdk/webclient/gen/model/detect_request_attributes.py,sha256=g1PwgkmcIbof8bIocGL0Qf20R25yNFv97vOR50EU8zo,3803
43
+ regula/facesdk/webclient/gen/model/detect_response.py,sha256=7JEHJmi7Pgm8WdCtVWOubRD3y_FAuoLPvjsl_BfSUUk,5690
44
+ regula/facesdk/webclient/gen/model/detect_response_all_of.py,sha256=VaaEwIRdqnav5RE0LopYKTxReAHXAxFcDdIYCpnqeUQ,4944
45
+ regula/facesdk/webclient/gen/model/detect_result.py,sha256=oGHEjd4GHBIehwvTXaQt9GKxDNROFXXzpN_WCfklCjc,8816
46
+ regula/facesdk/webclient/gen/model/detection.py,sha256=cSqgn61zN2tiAIWb-HypfjxLnF_divPguEAuUyl2TkQ,8172
47
+ regula/facesdk/webclient/gen/model/detection_attributes.py,sha256=79HWaWPwpv0v0XVvz1Ntw7R_JJf-Gfsa3_3LCGvT0aQ,6247
48
+ regula/facesdk/webclient/gen/model/detection_face.py,sha256=7OgnZQCZo-R3_LP2j7DHsP9CgDJSc2ix2JvTiu-JPhc,8356
49
+ regula/facesdk/webclient/gen/model/detection_quality.py,sha256=mwgJiwAQGPoRnlJZBBiqzkUmD2wXyJlCtRiRkAThlnA,9127
50
+ regula/facesdk/webclient/gen/model/device_info.py,sha256=KD8W7hUdOU96wGqMxX7CZrq-8Ar_8nafStjv9gDWrUU,8337
51
+ regula/facesdk/webclient/gen/model/face_align_type_quality.py,sha256=cCA0RKeNEWNdswIMTYwoyLwLfBz4CrqAIWOxfwaOLds,3328
52
+ regula/facesdk/webclient/gen/model/face_attribute.py,sha256=kLe2rcHdCAIl_TSMlYpwTpc7-hcDds8M1oXtZJFLryc,4865
53
+ regula/facesdk/webclient/gen/model/face_image_quality_align_type.py,sha256=0JnG8DgM97vyfqz9kPdp8OBbRYp2P5hWzzkeYvhwYmQ,4515
54
+ regula/facesdk/webclient/gen/model/face_image_quality_groups.py,sha256=PPw63po8bNc39fBFnJdvc9sB2lwL-UdBZh9YoL0VP9s,4765
55
+ regula/facesdk/webclient/gen/model/face_image_quality_groups_strings.py,sha256=yly1AsOMi88ka4Js0CmQIkrwQbFqySyOGnTRepeEPfM,4889
56
+ regula/facesdk/webclient/gen/model/face_image_quality_status.py,sha256=rCnxzmfsf-LTc5JqIduBQlzBSxK4ekmYdEIpLZD6F0o,4497
57
+ regula/facesdk/webclient/gen/model/face_quality_config_name.py,sha256=AflF1y9QalNXLRThwW7eJOBNDqzd4ISfSgkIsSRnIRo,7296
58
+ regula/facesdk/webclient/gen/model/face_quality_scenarios.py,sha256=LTIvcULvijKAs3pv5JpQ99CuiuHpKAUCSLOtNc-PeZw,4852
59
+ regula/facesdk/webclient/gen/model/face_quality_status.py,sha256=Jwu6hHMR7mHw_QpaosrYeNMyJg1HWEtIzUGTXABcdX4,3310
60
+ regula/facesdk/webclient/gen/model/face_rectangular.py,sha256=7ES4bsAYfLn1fZusH0koGSj2uHsudqpf7kEZg9l3hQk,4226
61
+ regula/facesdk/webclient/gen/model/face_sdk_result.py,sha256=PU2bOjotOWv7kXzJz2psEPBvY3sTFYNm4GUmu8LUY5I,5002
62
+ regula/facesdk/webclient/gen/model/face_sdk_result_code.py,sha256=OE1btXRDCJQORAoZw7d5v_ZNtDHs38IIPVc44g0-rro,7243
63
+ regula/facesdk/webclient/gen/model/faces_response.py,sha256=k2ug4rYChT0qxl1XA6PxguLWc8Z2moZIiIaHhS25KWY,8960
64
+ regula/facesdk/webclient/gen/model/faces_response_all_of.py,sha256=j9hKpwnuOq69uMgx1ROuCJEO6h81uJ7Db8NWUCK0bM4,5855
65
+ regula/facesdk/webclient/gen/model/filter_op.py,sha256=xNIphV4YKpn_GLvEgH1vdSPW4ouITK4FgtgYg8xlp5o,4298
66
+ regula/facesdk/webclient/gen/model/filter_search_request.py,sha256=d6gxsOYTP5ORIe8B4WaOatWN7__TS1Syir4QPjYPNPI,6357
67
+ regula/facesdk/webclient/gen/model/group.py,sha256=SwcTws7qa9Dfh3nS89YCKPW9vWDJKufsfLz8t0zFZJg,7169
68
+ regula/facesdk/webclient/gen/model/group_all_of.py,sha256=d9Atv1MDJqtxd8xE9iyPuzHCHjEdYKuZ2WY3jVoTTyU,5589
69
+ regula/facesdk/webclient/gen/model/group_page.py,sha256=ofQs0ygeA6LBQuFwJrVLf2Vj2lx-PfRF1wmMF8A9ytE,6413
70
+ regula/facesdk/webclient/gen/model/group_page_all_of.py,sha256=bBBw2Tg5Iq91IX6HM2rVXfKel3miEJ2dX4TeuIHqTJI,4991
71
+ regula/facesdk/webclient/gen/model/group_response.py,sha256=nLlpL3PPRVyg5-BPRX89moa2KZIRY7J7KA6761CefHw,5924
72
+ regula/facesdk/webclient/gen/model/group_to_create.py,sha256=82wos6L-ZdQrx5Yb1pN_VA5zLmOBHpLM9emhFjuywz4,6891
73
+ regula/facesdk/webclient/gen/model/image.py,sha256=V5ahh3YdG6gLntprFngZKgbFTrnk_7I3VH0fcuaOYG0,10365
74
+ regula/facesdk/webclient/gen/model/image_fields.py,sha256=bcXe0L1gujLhPhBFEq55Sd1y4VCLIg8zaZ6LPlDsM84,9009
75
+ regula/facesdk/webclient/gen/model/image_fields_image.py,sha256=WB40A9HS-rHW4yqR1y-ngD06vX5W9IFHaU-2vWMxFt4,6382
76
+ regula/facesdk/webclient/gen/model/image_page.py,sha256=j1x3FxOZveUsUJyyeHZSx1OLsaDFEbGkcvaeNxbdH58,6269
77
+ regula/facesdk/webclient/gen/model/image_page_all_of.py,sha256=Gz3rfzjTrLFlkN0ulwaLu5_aMdnNBxPIhFLcz1UyI3k,4847
78
+ regula/facesdk/webclient/gen/model/image_source.py,sha256=2aFsaFDKqozdWccGKPNkesMykoVTqvuoQM_mlmUe7a8,4559
79
+ regula/facesdk/webclient/gen/model/liveness_transaction.py,sha256=nD4lnD7YbziL9wM3E_VPGvCubDdSllCsxQ8LPtKXyBI,9945
80
+ regula/facesdk/webclient/gen/model/liveness_type.py,sha256=IPeGVP7cVNREaHgYSgc_OO29yzSs32K5GuFS3AVX170,4327
81
+ regula/facesdk/webclient/gen/model/match_and_search_request.py,sha256=1nG1Uhgid9NP9Ej-Erv2t6vNGtr14EkcUE4XxDxjclo,9942
82
+ regula/facesdk/webclient/gen/model/match_and_search_request_all_of.py,sha256=Hg-UFFWHQ9AuPyH9c_JsBuuKTSm8S2kVPm9ToWbtOFk,8477
83
+ regula/facesdk/webclient/gen/model/match_and_search_request_all_of_images.py,sha256=RZY-5p4ruCYvgDDTX0x1sWSMQyGQOXFYFc3rDogsUn8,5795
84
+ regula/facesdk/webclient/gen/model/match_and_search_request_images.py,sha256=Xe1of23k2sbkRJjpzg4SRsRsijBTfFS1Tb_E4zMp3fI,6547
85
+ regula/facesdk/webclient/gen/model/match_and_search_response.py,sha256=kGnYuJWDW0zVDTis5eK7vcRODAk-fd7NmZg5OsSrk7E,8977
86
+ regula/facesdk/webclient/gen/model/match_and_search_response_all_of.py,sha256=MHwyZRTr-0j1ojP3ZLYrxVRA13wkw5Ohuy-EYv57oaQ,8259
87
+ regula/facesdk/webclient/gen/model/match_and_search_response_all_of_detections.py,sha256=A5tdwtO1BIsATz_UsOpy8Ykph7k5U7HPLHNcEKizQYk,7109
88
+ regula/facesdk/webclient/gen/model/match_image.py,sha256=zhFgWqybJIqAYukmrVYBz4FOzPwNrmxb7W_9SBTwKBI,7550
89
+ regula/facesdk/webclient/gen/model/match_image_detection.py,sha256=nr2aIrDJYdfGlzyhtpnbtzthEfPe_O_tmjxnR7PJRHc,7138
90
+ regula/facesdk/webclient/gen/model/match_image_result.py,sha256=PqMOPE8fMD42ak5CvpdvNhIOsv9lt4qpnwJ00WKbtG4,11931
91
+ regula/facesdk/webclient/gen/model/match_request.py,sha256=uIcdgKscqkPa3S0brXGHl4lC5_z1HXb3CHkIm3xatno,8372
92
+ regula/facesdk/webclient/gen/model/match_request_output_image_params.py,sha256=nxgWKOAk24TgYACh2MySGM6FAGqpF4De1pQwfidknNU,6185
93
+ regula/facesdk/webclient/gen/model/match_request_output_image_params_crop.py,sha256=Am0USCOX2VKlzm_d-hu4D11y9Hof8fXZ17OGCLbdR2k,9093
94
+ regula/facesdk/webclient/gen/model/match_response.py,sha256=_Yg4dYbpHkCSjRSwdCwCmCTq4jOLwf2VnmVXaS0s-rc,7676
95
+ regula/facesdk/webclient/gen/model/match_response_all_of.py,sha256=3tH8mIPexpLsZmPidxN1AMdtKtbRMZVY2tfwXkTVd1s,6974
96
+ regula/facesdk/webclient/gen/model/operation_log.py,sha256=mEc0x99qLj-uvzTBTC_XAbsir5g_7WReRPkZUdaVYaY,7325
97
+ regula/facesdk/webclient/gen/model/output_image_params.py,sha256=p5ygcDJSQkOIt1WUWZ19wpw8LOQV2jtOuVjzKDcXv2U,5694
98
+ regula/facesdk/webclient/gen/model/page.py,sha256=sUbHfORbTLqJfqyTLk4J5zcSVVia37qZCnphqV78GCg,5606
99
+ regula/facesdk/webclient/gen/model/person.py,sha256=UUYlLI3DMUcEySN4QYFKBnKG0gG1R6a944s-Qbs28tg,10878
100
+ regula/facesdk/webclient/gen/model/person_all_of.py,sha256=jji3Ci6ekXu90X5Sh83srj_gRtKvwDNmyDRGut25zig,7248
101
+ regula/facesdk/webclient/gen/model/person_created_response.py,sha256=PeNxyIx2fCNlwSw87HNOyIx5WiMgiD5ovncrpSY_PD8,5711
102
+ regula/facesdk/webclient/gen/model/person_fields.py,sha256=UHEbvsc1qB_kfSaZtIY-2Sw7orOVzFhyPRX-Zn3Bcso,8982
103
+ regula/facesdk/webclient/gen/model/person_to_update_fields.py,sha256=tZILCGz1vqJrjkvhUdf8jSznAp9ZZvhDf-hQTQQGkZU,8210
104
+ regula/facesdk/webclient/gen/model/person_with_images.py,sha256=WFvN_0XFyolzW0Z1kiRevjQdBeWUaeaUcNKMyC-luO0,11997
105
+ regula/facesdk/webclient/gen/model/person_with_images_all_of.py,sha256=Mpqi97nyeo-udw-QHF0VkFsmwTJODp8KcNfaiK35FXY,5031
106
+ regula/facesdk/webclient/gen/model/persons_page.py,sha256=jY1zw37FU9Tpdq_mPmwEchT53QNcFIHfX4lBwaoMZUM,6304
107
+ regula/facesdk/webclient/gen/model/persons_page_all_of.py,sha256=BuSE3uh7BtrIR_NQ7-XbwF0rQmSJkKZIiVpfBGtiPh4,4866
108
+ regula/facesdk/webclient/gen/model/persons_request.py,sha256=iaHzh_kMCs_zZg4yyFeCuvXdJVpA87jbCbviwmDD788,10615
109
+ regula/facesdk/webclient/gen/model/persons_request_all_of.py,sha256=Z_84jHv6g1PBihcBI6H7N985NcHc54LadlKTnyBhWAQ,5869
110
+ regula/facesdk/webclient/gen/model/process_param.py,sha256=1oKg132YWqM9ws8_zOECZssyqnm5LdsDebgu_vGswpE,8419
111
+ regula/facesdk/webclient/gen/model/process_param_attributes.py,sha256=y2t5akM-YzReqvBaTsuqYjUIO53eQSrBE4mQsj1Z5g4,4968
112
+ regula/facesdk/webclient/gen/model/quality_config.py,sha256=pk6k9HObD9YODjxPElLw-wJzhCuRBaItUxGMqGLREtQ,6746
113
+ regula/facesdk/webclient/gen/model/quality_config_list.py,sha256=zFfGw2KHLjx_7Qi_MNToSeteCGvKFBJ_gyrWIxy7wPQ,4234
114
+ regula/facesdk/webclient/gen/model/quality_detail.py,sha256=v0cRS7uxykSS1dRH7o9j5Lnq6jQzRN6j40Nl7bJg9J8,8630
115
+ regula/facesdk/webclient/gen/model/quality_details_groups.py,sha256=1cJanckm4BYIqg-MeHX1N2MQ1YzbYs_P697iUdwiir4,7594
116
+ regula/facesdk/webclient/gen/model/quality_request.py,sha256=kvb03e_YuS3-SfEwTXMscBMfFI4FmN3C1rgT4jQQbJQ,5864
117
+ regula/facesdk/webclient/gen/model/recognize_image.py,sha256=Og6-AtKmsnsYemFMmdw8eZL-bHDUL6pEC4xhKSvz_xY,12385
118
+ regula/facesdk/webclient/gen/model/recognize_image_all_of.py,sha256=Ze5S7Me_nHrJ5Jh87PJ8EFvwmwCGovlLIez3qMfFcjg,5980
119
+ regula/facesdk/webclient/gen/model/resize_options.py,sha256=t_5vuB8FJ7MxJGqlZCrgUKKwY8Xanr_z4f82KKoIzlM,6401
120
+ regula/facesdk/webclient/gen/model/rgb.py,sha256=XkToq_r_QHUwvHZqf0tNYdK9uIPsj6a5CjPi34GtzME,4178
121
+ regula/facesdk/webclient/gen/model/search_bad_params.py,sha256=SMD797Fn1k-Gn5E9Y2TkdNIhYAEELlAE-A7GgWStQUg,6177
122
+ regula/facesdk/webclient/gen/model/search_detection.py,sha256=wjQn7Ib5N4d7XbfE_QC43FWxctOGcIsqSByegSvyLfw,12306
123
+ regula/facesdk/webclient/gen/model/search_parameters.py,sha256=EvBCnR4pnLopMm-V74j7kuNP0VpEhYxYl5AKU2_fZHY,6637
124
+ regula/facesdk/webclient/gen/model/search_parameters_create_person.py,sha256=Dssp54jDiwmQa_GREBgGIU5n-psT0QnfqCx0G3Dtmiw,6876
125
+ regula/facesdk/webclient/gen/model/search_person.py,sha256=1rPH7qCztbQi5V1wDVGP626AdelZXY8umtgmR8oPJwA,12572
126
+ regula/facesdk/webclient/gen/model/search_person_all_of.py,sha256=BEScPTYtUOIy5yMFf2yqEv1hVA9f8Fs4mL-PNhZD0Mo,5754
127
+ regula/facesdk/webclient/gen/model/search_request.py,sha256=VtHkUaBtgaio9Eiqbko4Tuy8ZQNem15859LjZsJwZ7k,13011
128
+ regula/facesdk/webclient/gen/model/search_request_all_of.py,sha256=d7BwYtTgTnjdjgt67ySwSaRdlGDHkmRdQa_Qj5hQ_xo,5497
129
+ regula/facesdk/webclient/gen/model/search_result.py,sha256=kjxQWbLBIHUXfsaxXyeV6cdUxJeFgIskVLtpJjaEzkg,5794
130
+ regula/facesdk/webclient/gen/model/search_result_all_of.py,sha256=b0aT2U4Ii97sG9oS4H-xAYts3e5dpwGKMBsLsey0hRU,3339
131
+ regula/facesdk/webclient/gen/model/transaction_config.py,sha256=lpbiYPiiStKRCq2cebXl8gmC7yfBrOkaeoOAmh7piDs,3067
132
+ regula/facesdk/webclient/gen/model/transaction_info.py,sha256=VqMTyu4GZEHrVW9VMGqcpRqUu180iHETBCHPKykeBjo,12295
133
+ regula/facesdk/webclient/gen/model/update_group.py,sha256=D71ehpLG5Yofj2DnPLMFUOVfvuTCIpwmcS_TF50U6bo,5789
134
+ regula/facesdk/webclient/gen/models/__init__.py,sha256=0rVHcSsLSJChZ4VIbNdFTkzDtVujJwQrrl2KeoF_tVw,7613
135
+ regula_facesdk_webclient-7.2.363.dev0.dist-info/METADATA,sha256=cN5iPG8BijIbtCCqV-rH6dvf4Svs56YP4-Bokz9f55U,3088
136
+ regula_facesdk_webclient-7.2.363.dev0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
137
+ regula_facesdk_webclient-7.2.363.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
138
+ regula_facesdk_webclient-7.2.363.dev0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5