@regulaforensics/facesdk-webclient 5.1.1 → 5.2.0

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 (253) hide show
  1. package/.github/workflows/run-smoke-test.yml +0 -3
  2. package/.github/workflows/trivy-scan.yaml +24 -0
  3. package/dist/cjs-es5/api/diagnostics-api.js +199 -0
  4. package/dist/cjs-es5/api/group-api.js +60 -60
  5. package/dist/cjs-es5/api/liveness20-api.js +5 -5
  6. package/dist/cjs-es5/api/matching-api.js +21 -21
  7. package/dist/cjs-es5/api/person-api.js +96 -189
  8. package/dist/cjs-es5/api/search-api.js +10 -10
  9. package/dist/cjs-es5/api.js +3 -2
  10. package/dist/cjs-es5/base.js +1 -1
  11. package/dist/cjs-es5/common.js +1 -1
  12. package/dist/cjs-es5/configuration.js +1 -1
  13. package/dist/cjs-es5/ext/person-api.js +1 -4
  14. package/dist/cjs-es5/models/crop.js +1 -1
  15. package/dist/cjs-es5/models/detect-request-attributes.js +16 -0
  16. package/dist/cjs-es5/models/detect-request.js +1 -1
  17. package/dist/cjs-es5/models/detect-response-all-of.js +1 -1
  18. package/dist/cjs-es5/models/detect-response.js +1 -1
  19. package/dist/cjs-es5/models/detect-result.js +1 -1
  20. package/dist/cjs-es5/models/detection-face.js +1 -1
  21. package/dist/cjs-es5/models/detection-quality.js +1 -1
  22. package/dist/cjs-es5/models/detection.js +1 -1
  23. package/dist/cjs-es5/models/face-attribute.js +37 -0
  24. package/dist/cjs-es5/models/face-image-quality-align-type.js +1 -1
  25. package/dist/cjs-es5/models/face-image-quality-groups.js +1 -1
  26. package/dist/cjs-es5/models/face-image-quality-status.js +1 -1
  27. package/dist/cjs-es5/models/face-quality-config-name.js +5 -4
  28. package/dist/cjs-es5/models/face-quality-scenarios.js +2 -2
  29. package/dist/cjs-es5/models/face-sdkresult-code.js +27 -26
  30. package/dist/cjs-es5/models/face-sdkresult.js +1 -1
  31. package/dist/cjs-es5/models/faces-response-all-of.js +1 -1
  32. package/dist/cjs-es5/models/faces-response.js +1 -1
  33. package/dist/cjs-es5/models/group-all-of.js +1 -1
  34. package/dist/cjs-es5/models/group-page-all-of.js +1 -1
  35. package/dist/cjs-es5/models/group-page.js +1 -1
  36. package/dist/cjs-es5/models/group-to-create.js +1 -1
  37. package/dist/cjs-es5/models/group.js +1 -1
  38. package/dist/cjs-es5/models/image-fields-image.js +1 -1
  39. package/dist/cjs-es5/models/image-fields.js +1 -1
  40. package/dist/cjs-es5/models/image-page-all-of.js +1 -1
  41. package/dist/cjs-es5/models/image-page.js +1 -1
  42. package/dist/cjs-es5/models/image-source.js +2 -2
  43. package/dist/cjs-es5/models/image.js +1 -1
  44. package/dist/cjs-es5/models/index.js +8 -1
  45. package/dist/cjs-es5/models/match-and-search-request-all-of-images.js +1 -1
  46. package/dist/cjs-es5/models/match-and-search-request-all-of.js +1 -1
  47. package/dist/cjs-es5/models/match-and-search-request.js +1 -1
  48. package/dist/cjs-es5/models/match-and-search-response-all-of-detections.js +1 -1
  49. package/dist/cjs-es5/models/match-and-search-response-all-of.js +1 -1
  50. package/dist/cjs-es5/models/match-and-search-response.js +1 -1
  51. package/dist/cjs-es5/models/match-image-detection.js +1 -1
  52. package/dist/cjs-es5/models/match-image-result.js +1 -1
  53. package/dist/cjs-es5/models/match-image.js +1 -1
  54. package/dist/cjs-es5/models/match-request.js +1 -1
  55. package/dist/cjs-es5/models/match-response-all-of.js +1 -1
  56. package/dist/cjs-es5/models/match-response.js +1 -1
  57. package/dist/cjs-es5/models/operation-log.js +1 -1
  58. package/dist/cjs-es5/models/output-image-params.js +1 -1
  59. package/dist/cjs-es5/models/page.js +1 -1
  60. package/dist/cjs-es5/models/person-all-of.js +1 -1
  61. package/dist/cjs-es5/models/person-created-response.js +16 -0
  62. package/dist/cjs-es5/models/person-fields.js +1 -1
  63. package/dist/cjs-es5/models/person-with-images-all-of.js +1 -1
  64. package/dist/cjs-es5/models/person-with-images.js +1 -1
  65. package/dist/cjs-es5/models/person.js +1 -1
  66. package/dist/cjs-es5/models/persons-page-all-of.js +1 -1
  67. package/dist/cjs-es5/models/persons-page.js +1 -1
  68. package/dist/cjs-es5/models/process-param.js +1 -1
  69. package/dist/cjs-es5/models/quality-config.js +1 -1
  70. package/dist/cjs-es5/models/quality-detail.js +1 -1
  71. package/dist/cjs-es5/models/quality-details-groups.js +1 -1
  72. package/dist/cjs-es5/models/quality-request.js +1 -1
  73. package/dist/cjs-es5/models/recognize-image-all-of.js +1 -1
  74. package/dist/cjs-es5/models/recognize-image.js +1 -1
  75. package/dist/cjs-es5/models/resize-options.js +16 -0
  76. package/dist/cjs-es5/models/search-bad-params.js +16 -0
  77. package/dist/cjs-es5/models/search-detection.js +16 -0
  78. package/dist/cjs-es5/models/search-parameters-create-person.js +16 -0
  79. package/dist/cjs-es5/models/search-parameters.js +1 -1
  80. package/dist/cjs-es5/models/search-person-all-of.js +1 -1
  81. package/dist/cjs-es5/models/search-person.js +1 -1
  82. package/dist/cjs-es5/models/search-request.js +1 -1
  83. package/dist/cjs-es5/models/search-result.js +1 -1
  84. package/dist/cjs-es5/models/transaction-info.js +1 -1
  85. package/dist/cjs-es5/models/update-group.js +1 -1
  86. package/dist/esm-es5/api/diagnostics-api.js +196 -0
  87. package/dist/esm-es5/api/group-api.js +60 -60
  88. package/dist/esm-es5/api/liveness20-api.js +5 -5
  89. package/dist/esm-es5/api/matching-api.js +21 -21
  90. package/dist/esm-es5/api/person-api.js +96 -189
  91. package/dist/esm-es5/api/search-api.js +10 -10
  92. package/dist/esm-es5/api.js +3 -2
  93. package/dist/esm-es5/base.js +1 -1
  94. package/dist/esm-es5/common.js +1 -1
  95. package/dist/esm-es5/configuration.js +1 -1
  96. package/dist/esm-es5/ext/person-api.js +1 -4
  97. package/dist/esm-es5/models/crop.js +1 -1
  98. package/dist/esm-es5/models/detect-request-attributes.js +14 -0
  99. package/dist/esm-es5/models/detect-request.js +1 -1
  100. package/dist/esm-es5/models/detect-response-all-of.js +1 -1
  101. package/dist/esm-es5/models/detect-response.js +1 -1
  102. package/dist/esm-es5/models/detect-result.js +1 -1
  103. package/dist/esm-es5/models/detection-face.js +1 -1
  104. package/dist/esm-es5/models/detection-quality.js +1 -1
  105. package/dist/esm-es5/models/detection.js +1 -1
  106. package/dist/esm-es5/models/face-attribute.js +34 -0
  107. package/dist/esm-es5/models/face-image-quality-align-type.js +1 -1
  108. package/dist/esm-es5/models/face-image-quality-groups.js +1 -1
  109. package/dist/esm-es5/models/face-image-quality-status.js +1 -1
  110. package/dist/esm-es5/models/face-quality-config-name.js +5 -4
  111. package/dist/esm-es5/models/face-quality-scenarios.js +2 -2
  112. package/dist/esm-es5/models/face-sdkresult-code.js +27 -26
  113. package/dist/esm-es5/models/face-sdkresult.js +1 -1
  114. package/dist/esm-es5/models/faces-response-all-of.js +1 -1
  115. package/dist/esm-es5/models/faces-response.js +1 -1
  116. package/dist/esm-es5/models/group-all-of.js +1 -1
  117. package/dist/esm-es5/models/group-page-all-of.js +1 -1
  118. package/dist/esm-es5/models/group-page.js +1 -1
  119. package/dist/esm-es5/models/group-to-create.js +1 -1
  120. package/dist/esm-es5/models/group.js +1 -1
  121. package/dist/esm-es5/models/image-fields-image.js +1 -1
  122. package/dist/esm-es5/models/image-fields.js +1 -1
  123. package/dist/esm-es5/models/image-page-all-of.js +1 -1
  124. package/dist/esm-es5/models/image-page.js +1 -1
  125. package/dist/esm-es5/models/image-source.js +2 -2
  126. package/dist/esm-es5/models/image.js +1 -1
  127. package/dist/esm-es5/models/index.js +8 -1
  128. package/dist/esm-es5/models/match-and-search-request-all-of-images.js +1 -1
  129. package/dist/esm-es5/models/match-and-search-request-all-of.js +1 -1
  130. package/dist/esm-es5/models/match-and-search-request.js +1 -1
  131. package/dist/esm-es5/models/match-and-search-response-all-of-detections.js +1 -1
  132. package/dist/esm-es5/models/match-and-search-response-all-of.js +1 -1
  133. package/dist/esm-es5/models/match-and-search-response.js +1 -1
  134. package/dist/esm-es5/models/match-image-detection.js +1 -1
  135. package/dist/esm-es5/models/match-image-result.js +1 -1
  136. package/dist/esm-es5/models/match-image.js +1 -1
  137. package/dist/esm-es5/models/match-request.js +1 -1
  138. package/dist/esm-es5/models/match-response-all-of.js +1 -1
  139. package/dist/esm-es5/models/match-response.js +1 -1
  140. package/dist/esm-es5/models/operation-log.js +1 -1
  141. package/dist/esm-es5/models/output-image-params.js +1 -1
  142. package/dist/esm-es5/models/page.js +1 -1
  143. package/dist/esm-es5/models/person-all-of.js +1 -1
  144. package/dist/esm-es5/models/person-created-response.js +14 -0
  145. package/dist/esm-es5/models/person-fields.js +1 -1
  146. package/dist/esm-es5/models/person-with-images-all-of.js +1 -1
  147. package/dist/esm-es5/models/person-with-images.js +1 -1
  148. package/dist/esm-es5/models/person.js +1 -1
  149. package/dist/esm-es5/models/persons-page-all-of.js +1 -1
  150. package/dist/esm-es5/models/persons-page.js +1 -1
  151. package/dist/esm-es5/models/process-param.js +1 -1
  152. package/dist/esm-es5/models/quality-config.js +1 -1
  153. package/dist/esm-es5/models/quality-detail.js +1 -1
  154. package/dist/esm-es5/models/quality-details-groups.js +1 -1
  155. package/dist/esm-es5/models/quality-request.js +1 -1
  156. package/dist/esm-es5/models/recognize-image-all-of.js +1 -1
  157. package/dist/esm-es5/models/recognize-image.js +1 -1
  158. package/dist/esm-es5/models/resize-options.js +14 -0
  159. package/dist/esm-es5/models/search-bad-params.js +14 -0
  160. package/dist/esm-es5/models/search-detection.js +14 -0
  161. package/dist/esm-es5/models/search-parameters-create-person.js +14 -0
  162. package/dist/esm-es5/models/search-parameters.js +1 -1
  163. package/dist/esm-es5/models/search-person-all-of.js +1 -1
  164. package/dist/esm-es5/models/search-person.js +1 -1
  165. package/dist/esm-es5/models/search-request.js +1 -1
  166. package/dist/esm-es5/models/search-result.js +1 -1
  167. package/dist/esm-es5/models/transaction-info.js +1 -1
  168. package/dist/esm-es5/models/update-group.js +1 -1
  169. package/package.json +1 -1
  170. package/src/api/diagnostics-api.ts +126 -0
  171. package/src/api/group-api.ts +79 -79
  172. package/src/api/liveness20-api.ts +5 -5
  173. package/src/api/matching-api.ts +21 -21
  174. package/src/api/person-api.ts +127 -217
  175. package/src/api/search-api.ts +12 -10
  176. package/src/api.ts +2 -1
  177. package/src/base.ts +1 -1
  178. package/src/common.ts +1 -1
  179. package/src/configuration.ts +1 -1
  180. package/src/ext/group-api.ts +5 -5
  181. package/src/ext/person-api.ts +8 -11
  182. package/src/models/crop.ts +3 -3
  183. package/src/models/detect-request-attributes.ts +31 -0
  184. package/src/models/detect-request.ts +5 -4
  185. package/src/models/detect-response-all-of.ts +1 -1
  186. package/src/models/detect-response.ts +1 -1
  187. package/src/models/detect-result.ts +1 -1
  188. package/src/models/detection-face.ts +9 -3
  189. package/src/models/detection-quality.ts +1 -1
  190. package/src/models/detection.ts +2 -2
  191. package/src/models/face-attribute.ts +42 -0
  192. package/src/models/face-image-quality-align-type.ts +1 -1
  193. package/src/models/face-image-quality-groups.ts +1 -1
  194. package/src/models/face-image-quality-status.ts +1 -1
  195. package/src/models/face-quality-config-name.ts +4 -3
  196. package/src/models/face-quality-scenarios.ts +2 -2
  197. package/src/models/face-sdkresult-code.ts +26 -25
  198. package/src/models/face-sdkresult.ts +1 -1
  199. package/src/models/faces-response-all-of.ts +1 -1
  200. package/src/models/faces-response.ts +1 -1
  201. package/src/models/group-all-of.ts +5 -5
  202. package/src/models/group-page-all-of.ts +2 -2
  203. package/src/models/group-page.ts +1 -1
  204. package/src/models/group-to-create.ts +7 -1
  205. package/src/models/group.ts +1 -1
  206. package/src/models/image-fields-image.ts +17 -4
  207. package/src/models/image-fields.ts +33 -2
  208. package/src/models/image-page-all-of.ts +1 -1
  209. package/src/models/image-page.ts +1 -1
  210. package/src/models/image-source.ts +2 -2
  211. package/src/models/image.ts +10 -10
  212. package/src/models/index.ts +7 -0
  213. package/src/models/match-and-search-request-all-of-images.ts +1 -1
  214. package/src/models/match-and-search-request-all-of.ts +8 -2
  215. package/src/models/match-and-search-request.ts +2 -1
  216. package/src/models/match-and-search-response-all-of-detections.ts +2 -2
  217. package/src/models/match-and-search-response-all-of.ts +1 -1
  218. package/src/models/match-and-search-response.ts +1 -1
  219. package/src/models/match-image-detection.ts +3 -3
  220. package/src/models/match-image-result.ts +20 -20
  221. package/src/models/match-image.ts +8 -2
  222. package/src/models/match-request.ts +3 -3
  223. package/src/models/match-response-all-of.ts +7 -7
  224. package/src/models/match-response.ts +1 -1
  225. package/src/models/operation-log.ts +2 -2
  226. package/src/models/output-image-params.ts +2 -2
  227. package/src/models/page.ts +2 -2
  228. package/src/models/person-all-of.ts +12 -6
  229. package/src/models/person-created-response.ts +43 -0
  230. package/src/models/person-fields.ts +13 -1
  231. package/src/models/person-with-images-all-of.ts +1 -1
  232. package/src/models/person-with-images.ts +1 -1
  233. package/src/models/person.ts +1 -1
  234. package/src/models/persons-page-all-of.ts +1 -1
  235. package/src/models/persons-page.ts +1 -1
  236. package/src/models/process-param.ts +1 -1
  237. package/src/models/quality-config.ts +5 -5
  238. package/src/models/quality-detail.ts +1 -1
  239. package/src/models/quality-details-groups.ts +3 -4
  240. package/src/models/quality-request.ts +2 -2
  241. package/src/models/recognize-image-all-of.ts +3 -3
  242. package/src/models/recognize-image.ts +1 -1
  243. package/src/models/resize-options.ts +42 -0
  244. package/src/models/search-bad-params.ts +42 -0
  245. package/src/models/search-detection.ts +90 -0
  246. package/src/models/search-parameters-create-person.ts +36 -0
  247. package/src/models/search-parameters.ts +7 -12
  248. package/src/models/search-person-all-of.ts +9 -2
  249. package/src/models/search-person.ts +2 -1
  250. package/src/models/search-request.ts +3 -1
  251. package/src/models/search-result.ts +3 -3
  252. package/src/models/transaction-info.ts +18 -6
  253. package/src/models/update-group.ts +5 -5
@@ -0,0 +1,126 @@
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: 5.2.0
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
+ import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
17
+ import { Configuration } from '../configuration';
18
+ // Some imports not used depending on template conditions
19
+ // @ts-ignore
20
+ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
21
+ // @ts-ignore
22
+ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
23
+ /**
24
+ * DiagnosticsApi - axios parameter creator
25
+ * @export
26
+ */
27
+ export const DiagnosticsApiAxiosParamCreator = function (configuration?: Configuration) {
28
+ return {
29
+ /**
30
+ *
31
+ * @summary Checking the license status
32
+ * @param {string} [xRequestID] Request header label.
33
+ * @param {*} [options] Override http request option.
34
+ * @throws {RequiredError}
35
+ */
36
+ readiness: async (xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
37
+ const localVarPath = `/api/readiness`;
38
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
39
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
40
+ let baseOptions;
41
+ if (configuration) {
42
+ baseOptions = configuration.baseOptions;
43
+ }
44
+
45
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
46
+ const localVarHeaderParameter = {} as any;
47
+ const localVarQueryParameter = {} as any;
48
+
49
+ if (xRequestID !== undefined && xRequestID !== null) {
50
+ localVarHeaderParameter['X-RequestID'] = String(xRequestID);
51
+ }
52
+
53
+
54
+
55
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
56
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
57
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
58
+
59
+ return {
60
+ url: toPathString(localVarUrlObj),
61
+ options: localVarRequestOptions,
62
+ };
63
+ },
64
+ }
65
+ };
66
+
67
+ /**
68
+ * DiagnosticsApi - functional programming interface
69
+ * @export
70
+ */
71
+ export const DiagnosticsApiFp = function(configuration?: Configuration) {
72
+ const localVarAxiosParamCreator = DiagnosticsApiAxiosParamCreator(configuration)
73
+ return {
74
+ /**
75
+ *
76
+ * @summary Checking the license status
77
+ * @param {string} [xRequestID] Request header label.
78
+ * @param {*} [options] Override http request option.
79
+ * @throws {RequiredError}
80
+ */
81
+ async readiness(xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
82
+ const localVarAxiosArgs = await localVarAxiosParamCreator.readiness(xRequestID, options);
83
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
84
+ },
85
+ }
86
+ };
87
+
88
+ /**
89
+ * DiagnosticsApi - factory interface
90
+ * @export
91
+ */
92
+ export const DiagnosticsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
93
+ const localVarFp = DiagnosticsApiFp(configuration)
94
+ return {
95
+ /**
96
+ *
97
+ * @summary Checking the license status
98
+ * @param {string} [xRequestID] Request header label.
99
+ * @param {*} [options] Override http request option.
100
+ * @throws {RequiredError}
101
+ */
102
+ readiness(xRequestID?: string, options?: any): AxiosPromise<{ [key: string]: object; }> {
103
+ return localVarFp.readiness(xRequestID, options).then((request) => request(axios, basePath));
104
+ },
105
+ };
106
+ };
107
+
108
+ /**
109
+ * DiagnosticsApi - object-oriented interface
110
+ * @export
111
+ * @class DiagnosticsApi
112
+ * @extends {BaseAPI}
113
+ */
114
+ export class DiagnosticsApi extends BaseAPI {
115
+ /**
116
+ *
117
+ * @summary Checking the license status
118
+ * @param {string} [xRequestID] Request header label.
119
+ * @param {*} [options] Override http request option.
120
+ * @throws {RequiredError}
121
+ * @memberof DiagnosticsApi
122
+ */
123
+ public readiness(xRequestID?: string, options?: AxiosRequestConfig) {
124
+ return DiagnosticsApiFp(this.configuration).readiness(xRequestID, options).then((request) => request(this.axios, this.basePath));
125
+ }
126
+ }
@@ -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: 5.1.0
7
+ * The version of the OpenAPI document: 5.2.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -42,7 +42,7 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration
42
42
  *
43
43
  * @summary Create group
44
44
  * @param {GroupToCreate} groupToCreate Request body for the group to create.
45
- * @param {string} [xRequestID]
45
+ * @param {string} [xRequestID] Request header label.
46
46
  * @param {*} [options] Override http request option.
47
47
  * @throws {RequiredError}
48
48
  */
@@ -82,16 +82,16 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration
82
82
  /**
83
83
  *
84
84
  * @summary Delete group
85
- * @param {number} groupId Group ID.
86
- * @param {string} [xRequestID]
85
+ * @param {string} groupId Group ID.
86
+ * @param {string} [xRequestID] Request header label.
87
87
  * @param {*} [options] Override http request option.
88
88
  * @throws {RequiredError}
89
89
  */
90
- deleteGroup: async (groupId: number, xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
90
+ deleteGroup: async (groupId: string, xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
91
91
  // verify required parameter 'groupId' is not null or undefined
92
92
  assertParamExists('deleteGroup', 'groupId', groupId)
93
- const localVarPath = `/api/groups/{group_id}`
94
- .replace(`{${"group_id"}}`, encodeURIComponent(String(groupId)));
93
+ const localVarPath = `/api/groups/{groupId}`
94
+ .replace(`{${"groupId"}}`, encodeURIComponent(String(groupId)));
95
95
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
96
96
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
97
97
  let baseOptions;
@@ -123,7 +123,7 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration
123
123
  * @summary Get groups
124
124
  * @param {number} page The page number to get a list of persons or groups.
125
125
  * @param {number} size The page size with a list of persons or groups, items.
126
- * @param {string} [xRequestID]
126
+ * @param {string} [xRequestID] Request header label.
127
127
  * @param {*} [options] Override http request option.
128
128
  * @throws {RequiredError}
129
129
  */
@@ -172,20 +172,20 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration
172
172
  * @summary Get group persons
173
173
  * @param {number} page The page number to get a list of persons or groups.
174
174
  * @param {number} size The page size with a list of persons or groups, items.
175
- * @param {number} groupId Group ID.
176
- * @param {string} [xRequestID]
175
+ * @param {string} groupId Group ID.
176
+ * @param {string} [xRequestID] Request header label.
177
177
  * @param {*} [options] Override http request option.
178
178
  * @throws {RequiredError}
179
179
  */
180
- getAllPersonsByGroupId: async (page: number, size: number, groupId: number, xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
180
+ getAllPersonsByGroupId: async (page: number, size: number, groupId: string, xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
181
181
  // verify required parameter 'page' is not null or undefined
182
182
  assertParamExists('getAllPersonsByGroupId', 'page', page)
183
183
  // verify required parameter 'size' is not null or undefined
184
184
  assertParamExists('getAllPersonsByGroupId', 'size', size)
185
185
  // verify required parameter 'groupId' is not null or undefined
186
186
  assertParamExists('getAllPersonsByGroupId', 'groupId', groupId)
187
- const localVarPath = `/api/groups/{group_id}/persons`
188
- .replace(`{${"group_id"}}`, encodeURIComponent(String(groupId)));
187
+ const localVarPath = `/api/groups/{groupId}/persons`
188
+ .replace(`{${"groupId"}}`, encodeURIComponent(String(groupId)));
189
189
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
190
190
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
191
191
  let baseOptions;
@@ -223,16 +223,16 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration
223
223
  /**
224
224
  *
225
225
  * @summary Get group
226
- * @param {number} groupId Group ID.
227
- * @param {string} [xRequestID]
226
+ * @param {string} groupId Group ID.
227
+ * @param {string} [xRequestID] Request header label.
228
228
  * @param {*} [options] Override http request option.
229
229
  * @throws {RequiredError}
230
230
  */
231
- getGroup: async (groupId: number, xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
231
+ getGroup: async (groupId: string, xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
232
232
  // verify required parameter 'groupId' is not null or undefined
233
233
  assertParamExists('getGroup', 'groupId', groupId)
234
- const localVarPath = `/api/groups/{group_id}`
235
- .replace(`{${"group_id"}}`, encodeURIComponent(String(groupId)));
234
+ const localVarPath = `/api/groups/{groupId}`
235
+ .replace(`{${"groupId"}}`, encodeURIComponent(String(groupId)));
236
236
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
237
237
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
238
238
  let baseOptions;
@@ -262,19 +262,19 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration
262
262
  /**
263
263
  *
264
264
  * @summary Update group
265
- * @param {number} groupId Group ID.
265
+ * @param {string} groupId Group ID.
266
266
  * @param {GroupToCreate} groupToCreate Request body for the group to update.
267
- * @param {string} [xRequestID]
267
+ * @param {string} [xRequestID] Request header label.
268
268
  * @param {*} [options] Override http request option.
269
269
  * @throws {RequiredError}
270
270
  */
271
- updateGroup: async (groupId: number, groupToCreate: GroupToCreate, xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
271
+ updateGroup: async (groupId: string, groupToCreate: GroupToCreate, xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
272
272
  // verify required parameter 'groupId' is not null or undefined
273
273
  assertParamExists('updateGroup', 'groupId', groupId)
274
274
  // verify required parameter 'groupToCreate' is not null or undefined
275
275
  assertParamExists('updateGroup', 'groupToCreate', groupToCreate)
276
- const localVarPath = `/api/groups/{group_id}`
277
- .replace(`{${"group_id"}}`, encodeURIComponent(String(groupId)));
276
+ const localVarPath = `/api/groups/{groupId}`
277
+ .replace(`{${"groupId"}}`, encodeURIComponent(String(groupId)));
278
278
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
279
279
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
280
280
  let baseOptions;
@@ -307,19 +307,19 @@ export const GroupApiAxiosParamCreator = function (configuration?: Configuration
307
307
  /**
308
308
  *
309
309
  * @summary Add/remove persons to group
310
- * @param {number} groupId Group ID.
310
+ * @param {string} groupId Group ID.
311
311
  * @param {UpdateGroup} updateGroup Request body for person IDs to add or remove.
312
- * @param {string} [xRequestID]
312
+ * @param {string} [xRequestID] Request header label.
313
313
  * @param {*} [options] Override http request option.
314
314
  * @throws {RequiredError}
315
315
  */
316
- updatePersonsInGroup: async (groupId: number, updateGroup: UpdateGroup, xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
316
+ updatePersonsInGroup: async (groupId: string, updateGroup: UpdateGroup, xRequestID?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
317
317
  // verify required parameter 'groupId' is not null or undefined
318
318
  assertParamExists('updatePersonsInGroup', 'groupId', groupId)
319
319
  // verify required parameter 'updateGroup' is not null or undefined
320
320
  assertParamExists('updatePersonsInGroup', 'updateGroup', updateGroup)
321
- const localVarPath = `/api/groups/{group_id}/persons`
322
- .replace(`{${"group_id"}}`, encodeURIComponent(String(groupId)));
321
+ const localVarPath = `/api/groups/{groupId}/persons`
322
+ .replace(`{${"groupId"}}`, encodeURIComponent(String(groupId)));
323
323
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
324
324
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
325
325
  let baseOptions;
@@ -363,7 +363,7 @@ export const GroupApiFp = function(configuration?: Configuration) {
363
363
  *
364
364
  * @summary Create group
365
365
  * @param {GroupToCreate} groupToCreate Request body for the group to create.
366
- * @param {string} [xRequestID]
366
+ * @param {string} [xRequestID] Request header label.
367
367
  * @param {*} [options] Override http request option.
368
368
  * @throws {RequiredError}
369
369
  */
@@ -374,12 +374,12 @@ export const GroupApiFp = function(configuration?: Configuration) {
374
374
  /**
375
375
  *
376
376
  * @summary Delete group
377
- * @param {number} groupId Group ID.
378
- * @param {string} [xRequestID]
377
+ * @param {string} groupId Group ID.
378
+ * @param {string} [xRequestID] Request header label.
379
379
  * @param {*} [options] Override http request option.
380
380
  * @throws {RequiredError}
381
381
  */
382
- async deleteGroup(groupId: number, xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
382
+ async deleteGroup(groupId: string, xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
383
383
  const localVarAxiosArgs = await localVarAxiosParamCreator.deleteGroup(groupId, xRequestID, options);
384
384
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
385
385
  },
@@ -388,7 +388,7 @@ export const GroupApiFp = function(configuration?: Configuration) {
388
388
  * @summary Get groups
389
389
  * @param {number} page The page number to get a list of persons or groups.
390
390
  * @param {number} size The page size with a list of persons or groups, items.
391
- * @param {string} [xRequestID]
391
+ * @param {string} [xRequestID] Request header label.
392
392
  * @param {*} [options] Override http request option.
393
393
  * @throws {RequiredError}
394
394
  */
@@ -401,50 +401,50 @@ export const GroupApiFp = function(configuration?: Configuration) {
401
401
  * @summary Get group persons
402
402
  * @param {number} page The page number to get a list of persons or groups.
403
403
  * @param {number} size The page size with a list of persons or groups, items.
404
- * @param {number} groupId Group ID.
405
- * @param {string} [xRequestID]
404
+ * @param {string} groupId Group ID.
405
+ * @param {string} [xRequestID] Request header label.
406
406
  * @param {*} [options] Override http request option.
407
407
  * @throws {RequiredError}
408
408
  */
409
- async getAllPersonsByGroupId(page: number, size: number, groupId: number, xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PersonsPage>> {
409
+ async getAllPersonsByGroupId(page: number, size: number, groupId: string, xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PersonsPage>> {
410
410
  const localVarAxiosArgs = await localVarAxiosParamCreator.getAllPersonsByGroupId(page, size, groupId, xRequestID, options);
411
411
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
412
412
  },
413
413
  /**
414
414
  *
415
415
  * @summary Get group
416
- * @param {number} groupId Group ID.
417
- * @param {string} [xRequestID]
416
+ * @param {string} groupId Group ID.
417
+ * @param {string} [xRequestID] Request header label.
418
418
  * @param {*} [options] Override http request option.
419
419
  * @throws {RequiredError}
420
420
  */
421
- async getGroup(groupId: number, xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Group>> {
421
+ async getGroup(groupId: string, xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Group>> {
422
422
  const localVarAxiosArgs = await localVarAxiosParamCreator.getGroup(groupId, xRequestID, options);
423
423
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
424
424
  },
425
425
  /**
426
426
  *
427
427
  * @summary Update group
428
- * @param {number} groupId Group ID.
428
+ * @param {string} groupId Group ID.
429
429
  * @param {GroupToCreate} groupToCreate Request body for the group to update.
430
- * @param {string} [xRequestID]
430
+ * @param {string} [xRequestID] Request header label.
431
431
  * @param {*} [options] Override http request option.
432
432
  * @throws {RequiredError}
433
433
  */
434
- async updateGroup(groupId: number, groupToCreate: GroupToCreate, xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
434
+ async updateGroup(groupId: string, groupToCreate: GroupToCreate, xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
435
435
  const localVarAxiosArgs = await localVarAxiosParamCreator.updateGroup(groupId, groupToCreate, xRequestID, options);
436
436
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
437
437
  },
438
438
  /**
439
439
  *
440
440
  * @summary Add/remove persons to group
441
- * @param {number} groupId Group ID.
441
+ * @param {string} groupId Group ID.
442
442
  * @param {UpdateGroup} updateGroup Request body for person IDs to add or remove.
443
- * @param {string} [xRequestID]
443
+ * @param {string} [xRequestID] Request header label.
444
444
  * @param {*} [options] Override http request option.
445
445
  * @throws {RequiredError}
446
446
  */
447
- async updatePersonsInGroup(groupId: number, updateGroup: UpdateGroup, xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
447
+ async updatePersonsInGroup(groupId: string, updateGroup: UpdateGroup, xRequestID?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
448
448
  const localVarAxiosArgs = await localVarAxiosParamCreator.updatePersonsInGroup(groupId, updateGroup, xRequestID, options);
449
449
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
450
450
  },
@@ -462,7 +462,7 @@ export const GroupApiFactory = function (configuration?: Configuration, basePath
462
462
  *
463
463
  * @summary Create group
464
464
  * @param {GroupToCreate} groupToCreate Request body for the group to create.
465
- * @param {string} [xRequestID]
465
+ * @param {string} [xRequestID] Request header label.
466
466
  * @param {*} [options] Override http request option.
467
467
  * @throws {RequiredError}
468
468
  */
@@ -472,12 +472,12 @@ export const GroupApiFactory = function (configuration?: Configuration, basePath
472
472
  /**
473
473
  *
474
474
  * @summary Delete group
475
- * @param {number} groupId Group ID.
476
- * @param {string} [xRequestID]
475
+ * @param {string} groupId Group ID.
476
+ * @param {string} [xRequestID] Request header label.
477
477
  * @param {*} [options] Override http request option.
478
478
  * @throws {RequiredError}
479
479
  */
480
- deleteGroup(groupId: number, xRequestID?: string, options?: any): AxiosPromise<void> {
480
+ deleteGroup(groupId: string, xRequestID?: string, options?: any): AxiosPromise<void> {
481
481
  return localVarFp.deleteGroup(groupId, xRequestID, options).then((request) => request(axios, basePath));
482
482
  },
483
483
  /**
@@ -485,7 +485,7 @@ export const GroupApiFactory = function (configuration?: Configuration, basePath
485
485
  * @summary Get groups
486
486
  * @param {number} page The page number to get a list of persons or groups.
487
487
  * @param {number} size The page size with a list of persons or groups, items.
488
- * @param {string} [xRequestID]
488
+ * @param {string} [xRequestID] Request header label.
489
489
  * @param {*} [options] Override http request option.
490
490
  * @throws {RequiredError}
491
491
  */
@@ -497,47 +497,47 @@ export const GroupApiFactory = function (configuration?: Configuration, basePath
497
497
  * @summary Get group persons
498
498
  * @param {number} page The page number to get a list of persons or groups.
499
499
  * @param {number} size The page size with a list of persons or groups, items.
500
- * @param {number} groupId Group ID.
501
- * @param {string} [xRequestID]
500
+ * @param {string} groupId Group ID.
501
+ * @param {string} [xRequestID] Request header label.
502
502
  * @param {*} [options] Override http request option.
503
503
  * @throws {RequiredError}
504
504
  */
505
- getAllPersonsByGroupId(page: number, size: number, groupId: number, xRequestID?: string, options?: any): AxiosPromise<PersonsPage> {
505
+ getAllPersonsByGroupId(page: number, size: number, groupId: string, xRequestID?: string, options?: any): AxiosPromise<PersonsPage> {
506
506
  return localVarFp.getAllPersonsByGroupId(page, size, groupId, xRequestID, options).then((request) => request(axios, basePath));
507
507
  },
508
508
  /**
509
509
  *
510
510
  * @summary Get group
511
- * @param {number} groupId Group ID.
512
- * @param {string} [xRequestID]
511
+ * @param {string} groupId Group ID.
512
+ * @param {string} [xRequestID] Request header label.
513
513
  * @param {*} [options] Override http request option.
514
514
  * @throws {RequiredError}
515
515
  */
516
- getGroup(groupId: number, xRequestID?: string, options?: any): AxiosPromise<Group> {
516
+ getGroup(groupId: string, xRequestID?: string, options?: any): AxiosPromise<Group> {
517
517
  return localVarFp.getGroup(groupId, xRequestID, options).then((request) => request(axios, basePath));
518
518
  },
519
519
  /**
520
520
  *
521
521
  * @summary Update group
522
- * @param {number} groupId Group ID.
522
+ * @param {string} groupId Group ID.
523
523
  * @param {GroupToCreate} groupToCreate Request body for the group to update.
524
- * @param {string} [xRequestID]
524
+ * @param {string} [xRequestID] Request header label.
525
525
  * @param {*} [options] Override http request option.
526
526
  * @throws {RequiredError}
527
527
  */
528
- updateGroup(groupId: number, groupToCreate: GroupToCreate, xRequestID?: string, options?: any): AxiosPromise<void> {
528
+ updateGroup(groupId: string, groupToCreate: GroupToCreate, xRequestID?: string, options?: any): AxiosPromise<void> {
529
529
  return localVarFp.updateGroup(groupId, groupToCreate, xRequestID, options).then((request) => request(axios, basePath));
530
530
  },
531
531
  /**
532
532
  *
533
533
  * @summary Add/remove persons to group
534
- * @param {number} groupId Group ID.
534
+ * @param {string} groupId Group ID.
535
535
  * @param {UpdateGroup} updateGroup Request body for person IDs to add or remove.
536
- * @param {string} [xRequestID]
536
+ * @param {string} [xRequestID] Request header label.
537
537
  * @param {*} [options] Override http request option.
538
538
  * @throws {RequiredError}
539
539
  */
540
- updatePersonsInGroup(groupId: number, updateGroup: UpdateGroup, xRequestID?: string, options?: any): AxiosPromise<void> {
540
+ updatePersonsInGroup(groupId: string, updateGroup: UpdateGroup, xRequestID?: string, options?: any): AxiosPromise<void> {
541
541
  return localVarFp.updatePersonsInGroup(groupId, updateGroup, xRequestID, options).then((request) => request(axios, basePath));
542
542
  },
543
543
  };
@@ -554,7 +554,7 @@ export class GroupApi extends BaseAPI {
554
554
  *
555
555
  * @summary Create group
556
556
  * @param {GroupToCreate} groupToCreate Request body for the group to create.
557
- * @param {string} [xRequestID]
557
+ * @param {string} [xRequestID] Request header label.
558
558
  * @param {*} [options] Override http request option.
559
559
  * @throws {RequiredError}
560
560
  * @memberof GroupApi
@@ -566,13 +566,13 @@ export class GroupApi extends BaseAPI {
566
566
  /**
567
567
  *
568
568
  * @summary Delete group
569
- * @param {number} groupId Group ID.
570
- * @param {string} [xRequestID]
569
+ * @param {string} groupId Group ID.
570
+ * @param {string} [xRequestID] Request header label.
571
571
  * @param {*} [options] Override http request option.
572
572
  * @throws {RequiredError}
573
573
  * @memberof GroupApi
574
574
  */
575
- public deleteGroup(groupId: number, xRequestID?: string, options?: AxiosRequestConfig) {
575
+ public deleteGroup(groupId: string, xRequestID?: string, options?: AxiosRequestConfig) {
576
576
  return GroupApiFp(this.configuration).deleteGroup(groupId, xRequestID, options).then((request) => request(this.axios, this.basePath));
577
577
  }
578
578
 
@@ -581,7 +581,7 @@ export class GroupApi extends BaseAPI {
581
581
  * @summary Get groups
582
582
  * @param {number} page The page number to get a list of persons or groups.
583
583
  * @param {number} size The page size with a list of persons or groups, items.
584
- * @param {string} [xRequestID]
584
+ * @param {string} [xRequestID] Request header label.
585
585
  * @param {*} [options] Override http request option.
586
586
  * @throws {RequiredError}
587
587
  * @memberof GroupApi
@@ -595,54 +595,54 @@ export class GroupApi extends BaseAPI {
595
595
  * @summary Get group persons
596
596
  * @param {number} page The page number to get a list of persons or groups.
597
597
  * @param {number} size The page size with a list of persons or groups, items.
598
- * @param {number} groupId Group ID.
599
- * @param {string} [xRequestID]
598
+ * @param {string} groupId Group ID.
599
+ * @param {string} [xRequestID] Request header label.
600
600
  * @param {*} [options] Override http request option.
601
601
  * @throws {RequiredError}
602
602
  * @memberof GroupApi
603
603
  */
604
- public getAllPersonsByGroupId(page: number, size: number, groupId: number, xRequestID?: string, options?: AxiosRequestConfig) {
604
+ public getAllPersonsByGroupId(page: number, size: number, groupId: string, xRequestID?: string, options?: AxiosRequestConfig) {
605
605
  return GroupApiFp(this.configuration).getAllPersonsByGroupId(page, size, groupId, xRequestID, options).then((request) => request(this.axios, this.basePath));
606
606
  }
607
607
 
608
608
  /**
609
609
  *
610
610
  * @summary Get group
611
- * @param {number} groupId Group ID.
612
- * @param {string} [xRequestID]
611
+ * @param {string} groupId Group ID.
612
+ * @param {string} [xRequestID] Request header label.
613
613
  * @param {*} [options] Override http request option.
614
614
  * @throws {RequiredError}
615
615
  * @memberof GroupApi
616
616
  */
617
- public getGroup(groupId: number, xRequestID?: string, options?: AxiosRequestConfig) {
617
+ public getGroup(groupId: string, xRequestID?: string, options?: AxiosRequestConfig) {
618
618
  return GroupApiFp(this.configuration).getGroup(groupId, xRequestID, options).then((request) => request(this.axios, this.basePath));
619
619
  }
620
620
 
621
621
  /**
622
622
  *
623
623
  * @summary Update group
624
- * @param {number} groupId Group ID.
624
+ * @param {string} groupId Group ID.
625
625
  * @param {GroupToCreate} groupToCreate Request body for the group to update.
626
- * @param {string} [xRequestID]
626
+ * @param {string} [xRequestID] Request header label.
627
627
  * @param {*} [options] Override http request option.
628
628
  * @throws {RequiredError}
629
629
  * @memberof GroupApi
630
630
  */
631
- public updateGroup(groupId: number, groupToCreate: GroupToCreate, xRequestID?: string, options?: AxiosRequestConfig) {
631
+ public updateGroup(groupId: string, groupToCreate: GroupToCreate, xRequestID?: string, options?: AxiosRequestConfig) {
632
632
  return GroupApiFp(this.configuration).updateGroup(groupId, groupToCreate, xRequestID, options).then((request) => request(this.axios, this.basePath));
633
633
  }
634
634
 
635
635
  /**
636
636
  *
637
637
  * @summary Add/remove persons to group
638
- * @param {number} groupId Group ID.
638
+ * @param {string} groupId Group ID.
639
639
  * @param {UpdateGroup} updateGroup Request body for person IDs to add or remove.
640
- * @param {string} [xRequestID]
640
+ * @param {string} [xRequestID] Request header label.
641
641
  * @param {*} [options] Override http request option.
642
642
  * @throws {RequiredError}
643
643
  * @memberof GroupApi
644
644
  */
645
- public updatePersonsInGroup(groupId: number, updateGroup: UpdateGroup, xRequestID?: string, options?: AxiosRequestConfig) {
645
+ public updatePersonsInGroup(groupId: string, updateGroup: UpdateGroup, xRequestID?: string, options?: AxiosRequestConfig) {
646
646
  return GroupApiFp(this.configuration).updatePersonsInGroup(groupId, updateGroup, xRequestID, options).then((request) => request(this.axios, this.basePath));
647
647
  }
648
648
  }
@@ -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: 5.1.0
7
+ * The version of the OpenAPI document: 5.2.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ export const Liveness20ApiAxiosParamCreator = function (configuration?: Configur
30
30
  return {
31
31
  /**
32
32
  *
33
- * @summary liveness
33
+ * @summary Liveness assessment
34
34
  * @param {number} transactionId ID of the current liveness transaction.
35
35
  * @param {*} [options] Override http request option.
36
36
  * @throws {RequiredError}
@@ -77,7 +77,7 @@ export const Liveness20ApiFp = function(configuration?: Configuration) {
77
77
  return {
78
78
  /**
79
79
  *
80
- * @summary liveness
80
+ * @summary Liveness assessment
81
81
  * @param {number} transactionId ID of the current liveness transaction.
82
82
  * @param {*} [options] Override http request option.
83
83
  * @throws {RequiredError}
@@ -98,7 +98,7 @@ export const Liveness20ApiFactory = function (configuration?: Configuration, bas
98
98
  return {
99
99
  /**
100
100
  *
101
- * @summary liveness
101
+ * @summary Liveness assessment
102
102
  * @param {number} transactionId ID of the current liveness transaction.
103
103
  * @param {*} [options] Override http request option.
104
104
  * @throws {RequiredError}
@@ -118,7 +118,7 @@ export const Liveness20ApiFactory = function (configuration?: Configuration, bas
118
118
  export class Liveness20Api extends BaseAPI {
119
119
  /**
120
120
  *
121
- * @summary liveness
121
+ * @summary Liveness assessment
122
122
  * @param {number} transactionId ID of the current liveness transaction.
123
123
  * @param {*} [options] Override http request option.
124
124
  * @throws {RequiredError}