@regulaforensics/facesdk-webclient 7.2.275-nightly → 7.2.276-nightly
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/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2305,7 +2305,7 @@ export declare interface SearchResult {
|
|
|
2305
2305
|
};
|
|
2306
2306
|
}
|
|
2307
2307
|
|
|
2308
|
-
declare type TDetection = {
|
|
2308
|
+
export declare type TDetection = {
|
|
2309
2309
|
/**
|
|
2310
2310
|
*
|
|
2311
2311
|
* @type {ImageData}
|
|
@@ -2358,7 +2358,7 @@ declare type TDetection = {
|
|
|
2358
2358
|
thumbnail?: string;
|
|
2359
2359
|
};
|
|
2360
2360
|
|
|
2361
|
-
declare type TDetectResponse = {
|
|
2361
|
+
export declare type TDetectResponse = {
|
|
2362
2362
|
results?: {
|
|
2363
2363
|
/**
|
|
2364
2364
|
*
|