@incodetech/welcome 1.85.0-20251128153111.0 → 1.85.0-20251129142933.0

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.
@@ -374,7 +374,7 @@ tokboxApiKey, darkMode, hostingApp, unsafeMode, customHeaders, fingerprintApiKey
374
374
  readonly combinedConsent: "COMBINED_CONSENT";
375
375
  readonly curpValidation: "CURP_VALIDATION";
376
376
  readonly faceMatch: "FACE_MATCH";
377
- readonly generateQR: "QR";
377
+ readonly qr: "QR";
378
378
  readonly videoSelfie: "VIDEO_ONBOARDING";
379
379
  readonly passport: "ID";
380
380
  readonly front: "ID";
@@ -255,12 +255,10 @@ export type FlowModuleConfig = {
255
255
  FACE_ONBOARDING: EmptyConfig;
256
256
  FIELD_COMPARISON: EmptyConfig;
257
257
  FISCAL_QR: EmptyConfig;
258
- GENERATE_QR: EmptyConfig;
259
258
  INSTANT_VERIFY: EmptyConfig;
260
259
  IP_ADDRESS: EmptyConfig;
261
260
  NAME_CAPTURE: EmptyConfig;
262
261
  SHOW_RESULTS: EmptyConfig;
263
- STADIUM_SELECTOR: EmptyConfig;
264
262
  UNIVERSAL_IDENTITY: EmptyConfig;
265
263
  WATCHLIST: EmptyConfig;
266
264
  TRUST_GRAPH: EmptyConfig;
@@ -5,7 +5,7 @@ export declare const eventModuleNames: {
5
5
  readonly combinedConsent: "COMBINED_CONSENT";
6
6
  readonly curpValidation: "CURP_VALIDATION";
7
7
  readonly faceMatch: "FACE_MATCH";
8
- readonly generateQR: "QR";
8
+ readonly qr: "QR";
9
9
  readonly videoSelfie: "VIDEO_ONBOARDING";
10
10
  readonly passport: "ID";
11
11
  readonly front: "ID";