diff --git a/lib/bundle.d.ts b/lib/bundle.d.ts index efc353d..147006e 100644 --- a/lib/bundle.d.ts +++ b/lib/bundle.d.ts @@ -81,7 +81,7 @@ type ErrorCode = | 'server_unavailable' | FatalErrorCode -type FlowEvent = 'loadingComplete'; +type FlowEvent = 'verificationFlowStart'; type FlowEventType = { name: FlowEvent; payload?: string | number | boolean; diff --git a/src/index.d.ts b/src/index.d.ts index 4fafe90..6a62547 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -81,7 +81,7 @@ type ErrorCode = | 'server_unavailable' | FatalErrorCode -export type FlowEvent = 'loadingComplete'; +export type FlowEvent = 'verificationFlowStart'; export type FlowEventType = { name: FlowEvent; payload?: string | number | boolean;