@incodetech/web 0.0.0-dev-20260506-505d438 → 0.0.0-dev-20260506-66d407a

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.
@@ -26,7 +26,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
26
26
  * @param error - Human-readable error message.
27
27
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
28
28
  * the workflow and flow modules on QR validation failures —
29
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
29
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
30
30
  */
31
31
  onError?: (error: string | undefined, errorCode?: number) => void;
32
32
  };
@@ -26,7 +26,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
26
26
  * @param error - Human-readable error message.
27
27
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
28
28
  * the workflow and flow modules on QR validation failures —
29
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
29
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
30
30
  */
31
31
  onError?: (error: string | undefined, errorCode?: number) => void;
32
32
  };
@@ -29,7 +29,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
29
29
  * @param error - Human-readable error message.
30
30
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
31
31
  * the workflow and flow modules on QR validation failures —
32
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
32
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
33
33
  */
34
34
  onError?: (error: string | undefined, errorCode?: number) => void;
35
35
  };
@@ -27,7 +27,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
27
27
  * @param error - Human-readable error message.
28
28
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
29
29
  * the workflow and flow modules on QR validation failures —
30
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
30
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
31
31
  */
32
32
  onError?: (error: string | undefined, errorCode?: number) => void;
33
33
  };
@@ -26,7 +26,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
26
26
  * @param error - Human-readable error message.
27
27
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
28
28
  * the workflow and flow modules on QR validation failures —
29
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
29
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
30
30
  */
31
31
  onError?: (error: string | undefined, errorCode?: number) => void;
32
32
  };
@@ -26,7 +26,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
26
26
  * @param error - Human-readable error message.
27
27
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
28
28
  * the workflow and flow modules on QR validation failures —
29
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
29
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
30
30
  */
31
31
  onError?: (error: string | undefined, errorCode?: number) => void;
32
32
  };
@@ -26,7 +26,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
26
26
  * @param error - Human-readable error message.
27
27
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
28
28
  * the workflow and flow modules on QR validation failures —
29
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
29
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
30
30
  */
31
31
  onError?: (error: string | undefined, errorCode?: number) => void;
32
32
  };
@@ -26,7 +26,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
26
26
  * @param error - Human-readable error message.
27
27
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
28
28
  * the workflow and flow modules on QR validation failures —
29
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
29
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
30
30
  */
31
31
  onError?: (error: string | undefined, errorCode?: number) => void;
32
32
  };
@@ -29,7 +29,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
29
29
  * @param error - Human-readable error message.
30
30
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
31
31
  * the workflow and flow modules on QR validation failures —
32
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
32
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
33
33
  */
34
34
  onError?: (error: string | undefined, errorCode?: number) => void;
35
35
  };
@@ -53,7 +53,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
53
53
  * @param error - Human-readable error message.
54
54
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
55
55
  * the workflow and flow modules on QR validation failures —
56
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
56
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
57
57
  */
58
58
  onError?: (error: string | undefined, errorCode?: number) => void;
59
59
  };
@@ -431,7 +431,7 @@ export declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknow
431
431
  * @param error - Human-readable error message.
432
432
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
433
433
  * the workflow and flow modules on QR validation failures —
434
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
434
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
435
435
  */
436
436
  onError?: (error: string | undefined, errorCode?: number) => void;
437
437
  };
@@ -51,7 +51,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
51
51
  * @param error - Human-readable error message.
52
52
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
53
53
  * the workflow and flow modules on QR validation failures —
54
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
54
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
55
55
  */
56
56
  onError?: (error: string | undefined, errorCode?: number) => void;
57
57
  };
@@ -70,7 +70,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
70
70
  * @param error - Human-readable error message.
71
71
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
72
72
  * the workflow and flow modules on QR validation failures —
73
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
73
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
74
74
  */
75
75
  onError?: (error: string | undefined, errorCode?: number) => void;
76
76
  };
@@ -27,7 +27,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
27
27
  * @param error - Human-readable error message.
28
28
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
29
29
  * the workflow and flow modules on QR validation failures —
30
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
30
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
31
31
  */
32
32
  onError?: (error: string | undefined, errorCode?: number) => void;
33
33
  };
@@ -26,7 +26,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
26
26
  * @param error - Human-readable error message.
27
27
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
28
28
  * the workflow and flow modules on QR validation failures —
29
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
29
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
30
30
  */
31
31
  onError?: (error: string | undefined, errorCode?: number) => void;
32
32
  };
@@ -27,7 +27,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
27
27
  * @param error - Human-readable error message.
28
28
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
29
29
  * the workflow and flow modules on QR validation failures —
30
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
30
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
31
31
  */
32
32
  onError?: (error: string | undefined, errorCode?: number) => void;
33
33
  };
@@ -27,7 +27,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
27
27
  * @param error - Human-readable error message.
28
28
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
29
29
  * the workflow and flow modules on QR validation failures —
30
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
30
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
31
31
  */
32
32
  onError?: (error: string | undefined, errorCode?: number) => void;
33
33
  };
@@ -23,7 +23,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
23
23
  * @param error - Human-readable error message.
24
24
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
25
25
  * the workflow and flow modules on QR validation failures —
26
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
26
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
27
27
  */
28
28
  onError?: (error: string | undefined, errorCode?: number) => void;
29
29
  };
@@ -22,7 +22,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
22
22
  * @param error - Human-readable error message.
23
23
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
24
24
  * the workflow and flow modules on QR validation failures —
25
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
25
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
26
26
  */
27
27
  onError?: (error: string | undefined, errorCode?: number) => void;
28
28
  };
@@ -23,7 +23,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
23
23
  * @param error - Human-readable error message.
24
24
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
25
25
  * the workflow and flow modules on QR validation failures —
26
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
26
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
27
27
  */
28
28
  onError?: (error: string | undefined, errorCode?: number) => void;
29
29
  };
@@ -22,7 +22,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
22
22
  * @param error - Human-readable error message.
23
23
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
24
24
  * the workflow and flow modules on QR validation failures —
25
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
25
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
26
26
  */
27
27
  onError?: (error: string | undefined, errorCode?: number) => void;
28
28
  };
@@ -22,7 +22,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
22
22
  * @param error - Human-readable error message.
23
23
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
24
24
  * the workflow and flow modules on QR validation failures —
25
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
25
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
26
26
  */
27
27
  onError?: (error: string | undefined, errorCode?: number) => void;
28
28
  };
@@ -24,7 +24,7 @@ declare type IncodeModuleProps<TConfig, TResult = void, TManager = unknown> = {
24
24
  * @param error - Human-readable error message.
25
25
  * @param errorCode - Optional numeric code (e.g. HTTP status). Populated by
26
26
  * the workflow and flow modules on QR validation failures —
27
- * `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
27
+ * `4026` (`expiredUUID`), `4081` (`invalidQRuuid`) or `4083` (`onboardingUrlAlreadyUsed`).
28
28
  */
29
29
  onError?: (error: string | undefined, errorCode?: number) => void;
30
30
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260506-505d438",
3
+ "version": "0.0.0-dev-20260506-66d407a",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -239,7 +239,7 @@
239
239
  "qrcode": "^1.5.4",
240
240
  "signature_pad": "^5.1.3",
241
241
  "tailwindcss": "^4.1.17",
242
- "@incodetech/core": "0.0.0-dev-20260506-505d438"
242
+ "@incodetech/core": "0.0.0-dev-20260506-66d407a"
243
243
  },
244
244
  "devDependencies": {
245
245
  "@microsoft/api-extractor": "^7.53.3",