@regulaforensics/facesdk-webclient 6.1.1-beta.0 → 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.
- package/lib/index.d.ts +1 -1
- 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
|
|
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 {
|