@regulaforensics/idv-interfaces 3.2.282-rc → 3.2.284-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/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -55,9 +55,9 @@ export declare type ModuleClass<TModuleProps = unknown, TModulesConfig = unknown
|
|
|
55
55
|
|
|
56
56
|
export declare function parseClientJSON<T>(json: T): T;
|
|
57
57
|
|
|
58
|
-
export declare type PerformType = (typeof
|
|
58
|
+
export declare type PerformType = (typeof PerformTypes)[keyof typeof PerformTypes] | undefined;
|
|
59
59
|
|
|
60
|
-
export declare const
|
|
60
|
+
export declare const PerformTypes: {
|
|
61
61
|
readonly FORM: "form";
|
|
62
62
|
readonly DATA: "data";
|
|
63
63
|
};
|
package/dist/main.js
CHANGED
package/package.json
CHANGED