uqudosdk-web 3.6.1 → 3.6.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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 3.6.2
2
+
3
+ - show popup error when the user upload document larger than 5mb
4
+
1
5
  ## 3.6.1
2
6
 
3
7
  - Enhanced SDK initialization to ensure that any resources from a previous SDK instance, such as the camera stream, are properly released. Additionally, a new method, `dispose()`, has been added to the `UqudoSdk` class, allowing you to forcibly release any resources related to the SDK.
package/index.d.ts CHANGED
@@ -198,7 +198,7 @@ export interface ITextsArg {
198
198
  description?: string;
199
199
  }>;
200
200
  documentTypes?: Record<string | DocumentType, string>;
201
- errors?: Record<ErrorDisplayCode, ITextErrorDisplay>;
201
+ errors?: Record<string | ErrorDisplayCode, ITextErrorDisplay>;
202
202
  }
203
203
 
204
204
  // ---------- texts type --------- //