@regulaforensics/idv-interfaces 3.2.283 → 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 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 performType)[keyof typeof performType] | undefined;
58
+ export declare type PerformType = (typeof PerformTypes)[keyof typeof PerformTypes] | undefined;
59
59
 
60
- export declare const performType: {
60
+ export declare const PerformTypes: {
61
61
  readonly FORM: "form";
62
62
  readonly DATA: "data";
63
63
  };
package/dist/main.js CHANGED
@@ -100,8 +100,8 @@ const B = {
100
100
  export {
101
101
  o as BaseError,
102
102
  b as BaseModule,
103
+ B as PerformTypes,
103
104
  N as cleanObjectFromUndefined,
104
105
  d as parseClientJSON,
105
- B as performType,
106
106
  w as registerModule
107
107
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/idv-interfaces",
3
- "version": "3.2.283",
3
+ "version": "3.2.284-nightly",
4
4
  "description": "Regula framework agnostic web components to work with document idv",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/main.js",