@regulaforensics/facesdk-webclient 6.1.1-beta.1 → 6.1.1-beta.2

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 (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -2372,7 +2372,7 @@ type TDetectResponse = {
2372
2372
  } & FaceSDKResult;
2373
2373
  declare class MatchingApi {
2374
2374
  constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
2375
- match(compareRequest: MatchRequest, xRequestID: string, options?: AxiosRequestConfig): Promise<MatchResponse>;
2375
+ match(compareRequest: MatchRequest, xRequestID?: string, options?: AxiosRequestConfig): Promise<MatchResponse>;
2376
2376
  detect(detectRequest: DetectRequest, xRequestID?: string, options?: AxiosRequestConfig): Promise<TDetectResponse>;
2377
2377
  }
2378
2378
  declare class GroupApi {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/facesdk-webclient",
3
- "version": "6.1.1-beta.1",
3
+ "version": "6.1.1-beta.2",
4
4
  "description": "JS client for facesdk web service",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "keywords": [