@regulaforensics/facesdk-webclient 4.1.2 → 4.1.4

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.
Files changed (199) hide show
  1. package/dist/cjs-es5/api/group-api.js +100 -51
  2. package/dist/cjs-es5/api/matching-api.js +30 -16
  3. package/dist/cjs-es5/api/person-api.js +142 -72
  4. package/dist/cjs-es5/api/search-api.js +16 -9
  5. package/dist/cjs-es5/api.js +1 -1
  6. package/dist/cjs-es5/base.js +1 -1
  7. package/dist/cjs-es5/common.js +1 -1
  8. package/dist/cjs-es5/configuration.js +1 -1
  9. package/dist/cjs-es5/ext/group-api.js +15 -15
  10. package/dist/cjs-es5/ext/matching-api.js +5 -5
  11. package/dist/cjs-es5/ext/person-api.js +21 -21
  12. package/dist/cjs-es5/ext/search-api.js +3 -3
  13. package/dist/cjs-es5/models/crop.js +1 -1
  14. package/dist/cjs-es5/models/detect-request.js +1 -1
  15. package/dist/cjs-es5/models/detect-response-all-of.js +1 -1
  16. package/dist/cjs-es5/models/detect-response.js +1 -1
  17. package/dist/cjs-es5/models/detect-result.js +1 -1
  18. package/dist/cjs-es5/models/detection-face.js +1 -1
  19. package/dist/cjs-es5/models/detection-quality.js +1 -1
  20. package/dist/cjs-es5/models/detection.js +1 -1
  21. package/dist/cjs-es5/models/face-image-quality-align-type.js +29 -0
  22. package/dist/cjs-es5/models/face-image-quality-groups.js +1 -1
  23. package/dist/cjs-es5/models/face-image-quality-status.js +27 -0
  24. package/dist/cjs-es5/models/face-quality-config-name.js +3 -2
  25. package/dist/cjs-es5/models/face-quality-scenarios.js +1 -1
  26. package/dist/cjs-es5/models/face-sdkresult-code.js +1 -1
  27. package/dist/cjs-es5/models/face-sdkresult.js +1 -1
  28. package/dist/cjs-es5/models/group-all-of.js +1 -1
  29. package/dist/cjs-es5/models/group-page-all-of.js +1 -1
  30. package/dist/cjs-es5/models/group-page.js +1 -1
  31. package/dist/cjs-es5/models/group-to-create.js +1 -1
  32. package/dist/cjs-es5/models/group.js +1 -1
  33. package/dist/cjs-es5/models/image-fields-image.js +1 -1
  34. package/dist/cjs-es5/models/image-fields.js +1 -1
  35. package/dist/cjs-es5/models/image-page-all-of.js +1 -1
  36. package/dist/cjs-es5/models/image-page.js +1 -1
  37. package/dist/cjs-es5/models/image-source.js +1 -1
  38. package/dist/cjs-es5/models/image.js +1 -1
  39. package/dist/cjs-es5/models/index.js +3 -3
  40. package/dist/cjs-es5/models/match-image-detection.js +1 -1
  41. package/dist/cjs-es5/models/match-image-result.js +1 -1
  42. package/dist/cjs-es5/models/match-image.js +1 -1
  43. package/dist/cjs-es5/models/match-request.js +1 -1
  44. package/dist/cjs-es5/models/match-response-all-of.js +1 -1
  45. package/dist/cjs-es5/models/match-response.js +1 -1
  46. package/dist/cjs-es5/models/operation-log.js +1 -1
  47. package/dist/cjs-es5/models/output-image-params.js +1 -1
  48. package/dist/cjs-es5/models/page.js +1 -1
  49. package/dist/cjs-es5/models/person-all-of.js +1 -1
  50. package/dist/cjs-es5/models/person-fields.js +1 -1
  51. package/dist/cjs-es5/models/person.js +1 -1
  52. package/dist/cjs-es5/models/persons-page-all-of.js +1 -1
  53. package/dist/cjs-es5/models/persons-page.js +1 -1
  54. package/dist/cjs-es5/models/process-param.js +1 -1
  55. package/dist/cjs-es5/models/quality-config.js +1 -1
  56. package/dist/cjs-es5/models/quality-detail.js +1 -1
  57. package/dist/cjs-es5/models/quality-details-groups.js +1 -1
  58. package/dist/cjs-es5/models/quality-request.js +1 -1
  59. package/dist/cjs-es5/models/recognize-image-all-of.js +1 -1
  60. package/dist/cjs-es5/models/recognize-image.js +1 -1
  61. package/dist/cjs-es5/models/search-person-all-of.js +1 -1
  62. package/dist/cjs-es5/models/search-person.js +1 -1
  63. package/dist/cjs-es5/models/search-request-all-of.js +1 -1
  64. package/dist/cjs-es5/models/search-request.js +1 -1
  65. package/dist/cjs-es5/models/search-result.js +1 -1
  66. package/dist/cjs-es5/models/update-group.js +1 -1
  67. package/dist/esm-es5/api/group-api.js +100 -51
  68. package/dist/esm-es5/api/matching-api.js +30 -16
  69. package/dist/esm-es5/api/person-api.js +142 -72
  70. package/dist/esm-es5/api/search-api.js +16 -9
  71. package/dist/esm-es5/api.js +1 -1
  72. package/dist/esm-es5/base.js +1 -1
  73. package/dist/esm-es5/common.js +1 -1
  74. package/dist/esm-es5/configuration.js +1 -1
  75. package/dist/esm-es5/ext/group-api.js +15 -15
  76. package/dist/esm-es5/ext/matching-api.js +5 -5
  77. package/dist/esm-es5/ext/person-api.js +21 -21
  78. package/dist/esm-es5/ext/search-api.js +3 -3
  79. package/dist/esm-es5/models/crop.js +1 -1
  80. package/dist/esm-es5/models/detect-request.js +1 -1
  81. package/dist/esm-es5/models/detect-response-all-of.js +1 -1
  82. package/dist/esm-es5/models/detect-response.js +1 -1
  83. package/dist/esm-es5/models/detect-result.js +1 -1
  84. package/dist/esm-es5/models/detection-face.js +1 -1
  85. package/dist/esm-es5/models/detection-quality.js +1 -1
  86. package/dist/esm-es5/models/detection.js +1 -1
  87. package/dist/esm-es5/models/face-image-quality-align-type.js +26 -0
  88. package/dist/esm-es5/models/face-image-quality-groups.js +1 -1
  89. package/dist/esm-es5/models/face-image-quality-status.js +24 -0
  90. package/dist/esm-es5/models/face-quality-config-name.js +3 -2
  91. package/dist/esm-es5/models/face-quality-scenarios.js +1 -1
  92. package/dist/esm-es5/models/face-sdkresult-code.js +1 -1
  93. package/dist/esm-es5/models/face-sdkresult.js +1 -1
  94. package/dist/esm-es5/models/group-all-of.js +1 -1
  95. package/dist/esm-es5/models/group-page-all-of.js +1 -1
  96. package/dist/esm-es5/models/group-page.js +1 -1
  97. package/dist/esm-es5/models/group-to-create.js +1 -1
  98. package/dist/esm-es5/models/group.js +1 -1
  99. package/dist/esm-es5/models/image-fields-image.js +1 -1
  100. package/dist/esm-es5/models/image-fields.js +1 -1
  101. package/dist/esm-es5/models/image-page-all-of.js +1 -1
  102. package/dist/esm-es5/models/image-page.js +1 -1
  103. package/dist/esm-es5/models/image-source.js +1 -1
  104. package/dist/esm-es5/models/image.js +1 -1
  105. package/dist/esm-es5/models/index.js +3 -3
  106. package/dist/esm-es5/models/match-image-detection.js +1 -1
  107. package/dist/esm-es5/models/match-image-result.js +1 -1
  108. package/dist/esm-es5/models/match-image.js +1 -1
  109. package/dist/esm-es5/models/match-request.js +1 -1
  110. package/dist/esm-es5/models/match-response-all-of.js +1 -1
  111. package/dist/esm-es5/models/match-response.js +1 -1
  112. package/dist/esm-es5/models/operation-log.js +1 -1
  113. package/dist/esm-es5/models/output-image-params.js +1 -1
  114. package/dist/esm-es5/models/page.js +1 -1
  115. package/dist/esm-es5/models/person-all-of.js +1 -1
  116. package/dist/esm-es5/models/person-fields.js +1 -1
  117. package/dist/esm-es5/models/person.js +1 -1
  118. package/dist/esm-es5/models/persons-page-all-of.js +1 -1
  119. package/dist/esm-es5/models/persons-page.js +1 -1
  120. package/dist/esm-es5/models/process-param.js +1 -1
  121. package/dist/esm-es5/models/quality-config.js +1 -1
  122. package/dist/esm-es5/models/quality-detail.js +1 -1
  123. package/dist/esm-es5/models/quality-details-groups.js +1 -1
  124. package/dist/esm-es5/models/quality-request.js +1 -1
  125. package/dist/esm-es5/models/recognize-image-all-of.js +1 -1
  126. package/dist/esm-es5/models/recognize-image.js +1 -1
  127. package/dist/esm-es5/models/search-person-all-of.js +1 -1
  128. package/dist/esm-es5/models/search-person.js +1 -1
  129. package/dist/esm-es5/models/search-request-all-of.js +1 -1
  130. package/dist/esm-es5/models/search-request.js +1 -1
  131. package/dist/esm-es5/models/search-result.js +1 -1
  132. package/dist/esm-es5/models/update-group.js +1 -1
  133. package/package.json +1 -1
  134. package/src/api/group-api.ts +106 -50
  135. package/src/api/matching-api.ts +31 -15
  136. package/src/api/person-api.ts +151 -71
  137. package/src/api/search-api.ts +16 -8
  138. package/src/api.ts +1 -1
  139. package/src/base.ts +1 -1
  140. package/src/common.ts +1 -1
  141. package/src/configuration.ts +1 -1
  142. package/src/ext/group-api.ts +14 -14
  143. package/src/ext/matching-api.ts +4 -4
  144. package/src/ext/person-api.ts +20 -20
  145. package/src/ext/search-api.ts +2 -2
  146. package/src/models/crop.ts +4 -4
  147. package/src/models/detect-request.ts +1 -1
  148. package/src/models/detect-response-all-of.ts +1 -1
  149. package/src/models/detect-response.ts +1 -1
  150. package/src/models/detect-result.ts +1 -1
  151. package/src/models/detection-face.ts +1 -1
  152. package/src/models/detection-quality.ts +1 -1
  153. package/src/models/detection.ts +1 -1
  154. package/src/models/face-image-quality-align-type.ts +34 -0
  155. package/src/models/face-image-quality-groups.ts +1 -1
  156. package/src/models/face-image-quality-status.ts +32 -0
  157. package/src/models/face-quality-config-name.ts +2 -1
  158. package/src/models/face-quality-scenarios.ts +1 -1
  159. package/src/models/face-sdkresult-code.ts +1 -1
  160. package/src/models/face-sdkresult.ts +1 -1
  161. package/src/models/group-all-of.ts +1 -1
  162. package/src/models/group-page-all-of.ts +1 -1
  163. package/src/models/group-page.ts +1 -1
  164. package/src/models/group-to-create.ts +1 -1
  165. package/src/models/group.ts +1 -1
  166. package/src/models/image-fields-image.ts +1 -1
  167. package/src/models/image-fields.ts +1 -1
  168. package/src/models/image-page-all-of.ts +1 -1
  169. package/src/models/image-page.ts +1 -1
  170. package/src/models/image-source.ts +1 -1
  171. package/src/models/image.ts +1 -1
  172. package/src/models/index.ts +2 -2
  173. package/src/models/match-image-detection.ts +1 -1
  174. package/src/models/match-image-result.ts +1 -1
  175. package/src/models/match-image.ts +1 -1
  176. package/src/models/match-request.ts +1 -1
  177. package/src/models/match-response-all-of.ts +1 -1
  178. package/src/models/match-response.ts +1 -1
  179. package/src/models/operation-log.ts +1 -1
  180. package/src/models/output-image-params.ts +1 -1
  181. package/src/models/page.ts +1 -1
  182. package/src/models/person-all-of.ts +1 -1
  183. package/src/models/person-fields.ts +1 -1
  184. package/src/models/person.ts +1 -1
  185. package/src/models/persons-page-all-of.ts +1 -1
  186. package/src/models/persons-page.ts +1 -1
  187. package/src/models/process-param.ts +1 -1
  188. package/src/models/quality-config.ts +1 -1
  189. package/src/models/quality-detail.ts +4 -4
  190. package/src/models/quality-details-groups.ts +1 -1
  191. package/src/models/quality-request.ts +1 -1
  192. package/src/models/recognize-image-all-of.ts +1 -1
  193. package/src/models/recognize-image.ts +1 -1
  194. package/src/models/search-person-all-of.ts +1 -1
  195. package/src/models/search-person.ts +1 -1
  196. package/src/models/search-request-all-of.ts +1 -1
  197. package/src/models/search-request.ts +1 -1
  198. package/src/models/search-result.ts +1 -1
  199. package/src/models/update-group.ts +1 -1
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -36,10 +36,11 @@ export const SearchApiAxiosParamCreator = function (configuration?: Configuratio
36
36
  *
37
37
  * @summary Find person by image in groups.
38
38
  * @param {SearchRequest} searchRequest
39
+ * @param {string} [xRequestID]
39
40
  * @param {*} [options] Override http request option.
40
41
  * @throws {RequiredError}
41
42
  */
42
- search: async (searchRequest: SearchRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
43
+ search: async (searchRequest: SearchRequest, xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
43
44
  // verify required parameter 'searchRequest' is not null or undefined
44
45
  assertParamExists('search', 'searchRequest', searchRequest)
45
46
  const localVarPath = `/api/search`;
@@ -54,6 +55,10 @@ export const SearchApiAxiosParamCreator = function (configuration?: Configuratio
54
55
  const localVarHeaderParameter = {} as any;
55
56
  const localVarQueryParameter = {} as any;
56
57
 
58
+ if (xRequestID !== undefined && xRequestID !== null) {
59
+ localVarHeaderParameter['X-RequestID'] = String(xRequestID);
60
+ }
61
+
57
62
 
58
63
 
59
64
  localVarHeaderParameter['Content-Type'] = 'application/json';
@@ -82,11 +87,12 @@ export const SearchApiFp = function(configuration?: Configuration) {
82
87
  *
83
88
  * @summary Find person by image in groups.
84
89
  * @param {SearchRequest} searchRequest
90
+ * @param {string} [xRequestID]
85
91
  * @param {*} [options] Override http request option.
86
92
  * @throws {RequiredError}
87
93
  */
88
- async search(searchRequest: SearchRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchResult>> {
89
- const localVarAxiosArgs = await localVarAxiosParamCreator.search(searchRequest, options);
94
+ async search(searchRequest: SearchRequest, xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchResult>> {
95
+ const localVarAxiosArgs = await localVarAxiosParamCreator.search(searchRequest, xRequestID, options);
90
96
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
91
97
  },
92
98
  }
@@ -103,11 +109,12 @@ export const SearchApiFactory = function (configuration?: Configuration, basePat
103
109
  *
104
110
  * @summary Find person by image in groups.
105
111
  * @param {SearchRequest} searchRequest
112
+ * @param {string} [xRequestID]
106
113
  * @param {*} [options] Override http request option.
107
114
  * @throws {RequiredError}
108
115
  */
109
- search(searchRequest: SearchRequest, options?: any): AxiosPromise<SearchResult> {
110
- return localVarFp.search(searchRequest, options).then((request) => request(axios, basePath));
116
+ search(searchRequest: SearchRequest, xRequestID?: string, options?: any): AxiosPromise<SearchResult> {
117
+ return localVarFp.search(searchRequest, xRequestID, options).then((request) => request(axios, basePath));
111
118
  },
112
119
  };
113
120
  };
@@ -123,11 +130,12 @@ export class SearchApi extends BaseAPI {
123
130
  *
124
131
  * @summary Find person by image in groups.
125
132
  * @param {SearchRequest} searchRequest
133
+ * @param {string} [xRequestID]
126
134
  * @param {*} [options] Override http request option.
127
135
  * @throws {RequiredError}
128
136
  * @memberof SearchApi
129
137
  */
130
- public search(searchRequest: SearchRequest, options?: AxiosRequestConfig) {
131
- return SearchApiFp(this.configuration).search(searchRequest, options).then((request) => request(this.axios, this.basePath));
138
+ public search(searchRequest: SearchRequest, xRequestID?: string, options?: AxiosRequestConfig) {
139
+ return SearchApiFp(this.configuration).search(searchRequest, xRequestID, options).then((request) => request(this.axios, this.basePath));
132
140
  }
133
141
  }
package/src/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/src/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/src/common.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,32 +3,32 @@ import {GroupToCreate, UpdateGroup} from "../models";
3
3
  import {AxiosRequestConfig} from "axios";
4
4
 
5
5
  export class GroupApi extends GenGroupApi {
6
- createGroup(groupToCreate: GroupToCreate, options?: AxiosRequestConfig): any {
7
- return super.createGroup(groupToCreate, options).then(r => r.data);
6
+ createGroup(groupToCreate: GroupToCreate, xRequestID?: string, options?: AxiosRequestConfig): any {
7
+ return super.createGroup(groupToCreate, xRequestID, options).then(r => r.data);
8
8
  }
9
9
 
10
- deleteGroup(groupId: number, options?: AxiosRequestConfig): any {
11
- return super.deleteGroup(groupId, options).then(r => r.data);
10
+ deleteGroup(groupId: number, xRequestID?: string, options?: AxiosRequestConfig): any {
11
+ return super.deleteGroup(groupId, xRequestID, options).then(r => r.data);
12
12
  }
13
13
 
14
- getAllGroups(page: number, size: number, options?: AxiosRequestConfig): any {
15
- return super.getAllGroups(page, size, options).then(r => r.data);
14
+ getAllGroups(page: number, size: number, xRequestID?: string, options?: AxiosRequestConfig): any {
15
+ return super.getAllGroups(page, size, xRequestID, options).then(r => r.data);
16
16
  }
17
17
 
18
- getAllPersonsByGroupId(page: number, size: number, groupId: number, options?: AxiosRequestConfig): any {
19
- return super.getAllPersonsByGroupId(page, size, groupId, options).then(r => r.data);
18
+ getAllPersonsByGroupId(page: number, size: number, groupId: number, xRequestID?: string, options?: AxiosRequestConfig): any {
19
+ return super.getAllPersonsByGroupId(page, size, groupId, xRequestID, options).then(r => r.data);
20
20
  }
21
21
 
22
- getGroup(groupId: number, options?: AxiosRequestConfig): any {
23
- return super.getGroup(groupId, options).then(r => r.data);
22
+ getGroup(groupId: number, xRequestID?: string, options?: AxiosRequestConfig): any {
23
+ return super.getGroup(groupId, xRequestID, options).then(r => r.data);
24
24
  }
25
25
 
26
- updateGroup(groupId: number, groupToCreate: GroupToCreate, options?: AxiosRequestConfig): any {
27
- return super.updateGroup(groupId, groupToCreate, options).then(r => r.data);
26
+ updateGroup(groupId: number, groupToCreate: GroupToCreate, xRequestID?: string, options?: AxiosRequestConfig): any {
27
+ return super.updateGroup(groupId, groupToCreate, xRequestID, options).then(r => r.data);
28
28
  }
29
29
 
30
- updatePersonsInGroup(groupId: number, updateGroup: UpdateGroup, options?: AxiosRequestConfig): any {
31
- return super.updatePersonsInGroup(groupId, updateGroup, options).then(r => r.data);
30
+ updatePersonsInGroup(groupId: number, updateGroup: UpdateGroup, xRequestID?: string, options?: AxiosRequestConfig): any {
31
+ return super.updatePersonsInGroup(groupId, updateGroup, xRequestID, options).then(r => r.data);
32
32
  }
33
33
 
34
34
  }
@@ -6,7 +6,7 @@ import * as converter from "base64-arraybuffer";
6
6
 
7
7
  export class MatchingApi extends GenMatchingApi {
8
8
 
9
- match(compareRequest: MatchRequest, options?: any): any {
9
+ match(compareRequest: MatchRequest, xRequestID: string, options?: any): any {
10
10
  for (const image of compareRequest.images) {
11
11
  if (!image.type) {
12
12
  image.type = ImageSource.LIVE
@@ -16,13 +16,13 @@ export class MatchingApi extends GenMatchingApi {
16
16
  }
17
17
  }
18
18
 
19
- return super.match(compareRequest, options).then(r => r.data);
19
+ return super.match(compareRequest, xRequestID, options).then(r => r.data);
20
20
  }
21
21
 
22
- detect(detectRequest: DetectRequest, options?: any): any {
22
+ detect(detectRequest: DetectRequest, xRequestID? : string, options?: any): any {
23
23
  if (detectRequest.image && typeof detectRequest.image !== "string") {
24
24
  detectRequest.image = converter.encode(detectRequest.image)
25
25
  }
26
- return super.detect(detectRequest, options).then(r => r.data)
26
+ return super.detect(detectRequest, xRequestID, options).then(r => r.data)
27
27
  }
28
28
  }
@@ -6,46 +6,46 @@ import {ImageFields, PersonFields} from "../models";
6
6
  import {AxiosRequestConfig} from "axios";
7
7
 
8
8
  export class PersonApi extends GenPersonApi {
9
- createPerson(personFields: PersonFields, options?: AxiosRequestConfig): any {
10
- return super.createPerson(personFields, options).then(r => r.data);
9
+ createPerson(personFields: PersonFields, xRequestID?: string, options?: AxiosRequestConfig): any {
10
+ return super.createPerson(personFields, xRequestID, options).then(r => r.data);
11
11
  }
12
12
 
13
- addImageToPerson(personId: number, imageFields: ImageFields, options?: AxiosRequestConfig): any {
13
+ addImageToPerson(personId: number, imageFields: ImageFields, xRequestID?: string, options?: AxiosRequestConfig): any {
14
14
  if (imageFields.image.content && typeof imageFields.image.content !== "string") {
15
15
  imageFields.image.content = converter.encode(imageFields.image.content)
16
16
  }
17
- return super.addImageToPerson(personId, imageFields, options).then(r => r.data);
17
+ return super.addImageToPerson(personId, imageFields, xRequestID, options).then(r => r.data);
18
18
  }
19
19
 
20
- deleteImageOfPerson(imageId: number, personId: number, options?: AxiosRequestConfig): any {
21
- return super.deleteImageOfPerson(imageId, personId, options).then(r => r.data);
20
+ deleteImageOfPerson(imageId: number, personId: number, xRequestID?: string, options?: AxiosRequestConfig): any {
21
+ return super.deleteImageOfPerson(imageId, personId, xRequestID, options).then(r => r.data);
22
22
  }
23
23
 
24
- deletePerson(personId: number, options?: AxiosRequestConfig): any {
25
- return super.deletePerson(personId, options).then(r => r.data);
24
+ deletePerson(personId: number, xRequestID?: string, options?: AxiosRequestConfig): any {
25
+ return super.deletePerson(personId, xRequestID, options).then(r => r.data);
26
26
  }
27
27
 
28
- getAllGroupsByPersonId(page: number, size: number, personId: number, options?: AxiosRequestConfig): any {
29
- return super.getAllGroupsByPersonId(page, size, personId, options).then(r => r.data);
28
+ getAllGroupsByPersonId(page: number, size: number, personId: number, xRequestID?: string, options?: AxiosRequestConfig): any {
29
+ return super.getAllGroupsByPersonId(page, size, personId, xRequestID, options).then(r => r.data);
30
30
  }
31
31
 
32
- getAllImagesByPersonId(page: number, size: number, personId: number, options?: AxiosRequestConfig): any {
33
- return super.getAllImagesByPersonId(page, size, personId, options).then(r => r.data);
32
+ getAllImagesByPersonId(page: number, size: number, personId: number, xRequestID?: string, options?: AxiosRequestConfig): any {
33
+ return super.getAllImagesByPersonId(page, size, personId, xRequestID, options).then(r => r.data);
34
34
  }
35
35
 
36
- getAllPersons(page: number, size: number, options?: AxiosRequestConfig): any {
37
- return super.getAllPersons(page, size, options).then(r => r.data);
36
+ getAllPersons(page: number, size: number, xRequestID?: string, options?: AxiosRequestConfig): any {
37
+ return super.getAllPersons(page, size, xRequestID, options).then(r => r.data);
38
38
  }
39
39
 
40
- getImageOfPerson(imageId: number, personId: number, options?: AxiosRequestConfig): any {
41
- return super.getImageOfPerson(imageId, personId, options).then(r => r.data);
40
+ getImageOfPerson(imageId: number, personId: number, xRequestID?: string, options?: AxiosRequestConfig): any {
41
+ return super.getImageOfPerson(imageId, personId, xRequestID, options).then(r => r.data);
42
42
  }
43
43
 
44
- getPerson(personId: number, options?: AxiosRequestConfig): any {
45
- return super.getPerson(personId, options).then(r => r.data);
44
+ getPerson(personId: number, xRequestID?: string, options?: AxiosRequestConfig): any {
45
+ return super.getPerson(personId, xRequestID, options).then(r => r.data);
46
46
  }
47
47
 
48
- updatePerson(personId: number, personFields: PersonFields, options?: AxiosRequestConfig): any {
49
- return super.updatePerson(personId, personFields, options).then(r => r.data);
48
+ updatePerson(personId: number, personFields: PersonFields, xRequestID?: string, options?: AxiosRequestConfig): any {
49
+ return super.updatePerson(personId, personFields, xRequestID, options).then(r => r.data);
50
50
  }
51
51
  }
@@ -5,10 +5,10 @@ import {AxiosRequestConfig} from "axios";
5
5
 
6
6
 
7
7
  export class SearchApi extends GenSearchApi {
8
- search(searchRequest: SearchRequest, options?: AxiosRequestConfig): any {
8
+ search(searchRequest: SearchRequest, xRequestID?: string, options?: AxiosRequestConfig): any {
9
9
  if (searchRequest.image.content && typeof searchRequest.image.content !== "string") {
10
10
  searchRequest.image.content = converter.encode(searchRequest.image.content)
11
11
  }
12
- return super.search(searchRequest, options).then(r => r.data);
12
+ return super.search(searchRequest, xRequestID, options).then(r => r.data);
13
13
  }
14
14
  }
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,7 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
- import { FaceAlignTypeQuality } from './face-align-type-quality';
16
+ import { FaceImageQualityAlignType } from './face-image-quality-align-type';
17
17
 
18
18
  /**
19
19
  *
@@ -23,10 +23,10 @@ import { FaceAlignTypeQuality } from './face-align-type-quality';
23
23
  export interface Crop {
24
24
  /**
25
25
  *
26
- * @type {FaceAlignTypeQuality}
26
+ * @type {FaceImageQualityAlignType}
27
27
  * @memberof Crop
28
28
  */
29
- 'type'?: FaceAlignTypeQuality;
29
+ 'type'?: FaceImageQualityAlignType;
30
30
  /**
31
31
  *
32
32
  * @type {Array<number>}
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,34 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Regula FaceSDK Web API
5
+ * 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
6
+ *
7
+ * The version of the OpenAPI document: 4.1.3
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * The aspect ratio according to which face alignment is performed during face detection.
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const FaceImageQualityAlignType = {
24
+ ALIGN_3x4: 0,
25
+ ALIGN_4x5: 1,
26
+ ALIGN_2x3: 2,
27
+ ALIGN_1x1: 3,
28
+ ALIGN_7x9: 4
29
+ } as const;
30
+
31
+ export type FaceImageQualityAlignType = typeof FaceImageQualityAlignType[keyof typeof FaceImageQualityAlignType];
32
+
33
+
34
+
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,32 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Regula FaceSDK Web API
5
+ * 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
6
+ *
7
+ * The version of the OpenAPI document: 4.1.3
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ * The processing status returned for each assessed quality characteristic.
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+
23
+ export const FaceImageQualityStatus = {
24
+ QUALITY_STATUS_FALSE: 0,
25
+ QUALITY_STATUS_TRUE: 1,
26
+ QUALITY_STATUS_UNDETERMINED: 2
27
+ } as const;
28
+
29
+ export type FaceImageQualityStatus = typeof FaceImageQualityStatus[keyof typeof FaceImageQualityStatus];
30
+
31
+
32
+
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,6 +21,7 @@
21
21
  */
22
22
 
23
23
  export const FaceQualityConfigName = {
24
+ ART_FACE: 'ArtFace',
24
25
  IMAGE_WIDTH: 'ImageWidth',
25
26
  IMAGE_HEIGHT: 'ImageHeight',
26
27
  IMAGE_WIDTH_TO_HEIGHT: 'ImageWidthToHeight',
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula FaceSDK Web API
5
5
  * 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
6
6
  *
7
- * The version of the OpenAPI document: 4.1.0
7
+ * The version of the OpenAPI document: 4.1.3
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).