@corbado/observe 0.5.2 → 0.6.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.
- package/dist/cdn/script.global.js +1 -1
- package/dist/index.d.mts +18 -3
- package/dist/index.d.ts +18 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -85,7 +85,7 @@ type Conversion = {
|
|
|
85
85
|
} & UserReference;
|
|
86
86
|
type FlowFinished = {
|
|
87
87
|
flowName: FlowType;
|
|
88
|
-
explicitOutcome?: "skipped" | "
|
|
88
|
+
explicitOutcome?: "skipped" | "visible-auto-skip" | "invisble";
|
|
89
89
|
} & UserReference;
|
|
90
90
|
type FlowReset = {
|
|
91
91
|
flowName?: FlowType;
|
|
@@ -436,6 +436,16 @@ declare class EmailOtpOperationFull extends OperationFull {
|
|
|
436
436
|
constructor(tracker: CorbadoTracker);
|
|
437
437
|
}
|
|
438
438
|
|
|
439
|
+
type SmsOTPOperationSpecType = "sms-otp-login" | "sms-otp-enrollment";
|
|
440
|
+
type SmsOTPOperationPostResponseStart = {
|
|
441
|
+
explicitSpecType?: SmsOTPOperationSpecType;
|
|
442
|
+
};
|
|
443
|
+
declare class SmsOtpOperationFull extends OperationFull {
|
|
444
|
+
readonly postResponse: StepHelper<SmsOTPOperationPostResponseStart>;
|
|
445
|
+
readonly resend: StepHelper;
|
|
446
|
+
constructor(tracker: CorbadoTracker);
|
|
447
|
+
}
|
|
448
|
+
|
|
439
449
|
type EmailLinkOperationSpecType = "email-link-login" | "email-link-enrollment";
|
|
440
450
|
type EmailLinkOperationSendStart = {
|
|
441
451
|
explicitSpecType?: EmailLinkOperationSpecType;
|
|
@@ -494,6 +504,7 @@ type PasswordLoginAutoTrackConfig = {
|
|
|
494
504
|
identifierInputHtmlField?: HTMLInputElement;
|
|
495
505
|
};
|
|
496
506
|
declare class PasswordLoginOperationFull extends OperationFull {
|
|
507
|
+
readonly clientValidation: StepHelper;
|
|
497
508
|
readonly postResponse: StepHelper<{}, {}, PasswordLoginTypedError>;
|
|
498
509
|
private lowEventTracker?;
|
|
499
510
|
constructor(tracker: CorbadoTracker, autoTrackConfig?: PasswordLoginAutoTrackConfig);
|
|
@@ -559,6 +570,7 @@ declare class OperationFullProvideIdentifierWithCUI {
|
|
|
559
570
|
* in the next major version.
|
|
560
571
|
*/
|
|
561
572
|
trigger: (data: SubflowTrigger, options?: StepOptions) => void;
|
|
573
|
+
clientValidation: StepHelper;
|
|
562
574
|
postResponse: StepHelper<ProvideIdentifierPostResponseStart>;
|
|
563
575
|
};
|
|
564
576
|
constructor(tracker: CorbadoTracker, inputHtmlField?: HTMLInputElement);
|
|
@@ -842,6 +854,8 @@ declare class CorbadoTracker {
|
|
|
842
854
|
*
|
|
843
855
|
* @param data - Decision identifier, offered options, and optional transition reason.
|
|
844
856
|
* @param tags - Optional key-value tags for filtering and segmentation.
|
|
857
|
+
* @param experiments - Optional per-call experiment assignments.
|
|
858
|
+
* @param options - Optional explicit event timestamp.
|
|
845
859
|
*
|
|
846
860
|
* @example
|
|
847
861
|
* ```typescript
|
|
@@ -851,7 +865,7 @@ declare class CorbadoTracker {
|
|
|
851
865
|
* });
|
|
852
866
|
* ```
|
|
853
867
|
*/
|
|
854
|
-
authMethodsDecisionStarted(data: AuthMethodDecisionStarted, tags?: Record<string, string>, experiments?: Record<string, string>): void;
|
|
868
|
+
authMethodsDecisionStarted(data: AuthMethodDecisionStarted, tags?: Record<string, string>, experiments?: Record<string, string>, options?: Pick<StepOptions, "explicitTimestamp">): void;
|
|
855
869
|
authMethodsDecisionFinished(data: AuthMethodDecisionFinished, tags?: Record<string, string>, experiments?: Record<string, string>): void;
|
|
856
870
|
authDecisionStarted(data: AuthDecisionStarted, tags?: Record<string, string>, experiments?: Record<string, string>): void;
|
|
857
871
|
authDecisionFinished(data: AuthDecisionFinished, tags?: Record<string, string>, experiments?: Record<string, string>): void;
|
|
@@ -886,6 +900,7 @@ declare class CorbadoTracker {
|
|
|
886
900
|
passwordEnrollmentFullOperation(autoTrackConfig?: PasswordEnrollmentAutoTrackConfig): PasswordEnrollmentOperationFull;
|
|
887
901
|
emailLinkOperationFull(): EmailLinkOperationFull;
|
|
888
902
|
emailOtpOperationFull(): EmailOtpOperationFull;
|
|
903
|
+
smsOtpOperationFull(): SmsOtpOperationFull;
|
|
889
904
|
provideIdentifierOperationFull(inputHtmlField?: HTMLInputElement): OperationFullProvideIdentifierWithCUI;
|
|
890
905
|
socialLoginOperationFull(): SocialLoginOperationFull;
|
|
891
906
|
/**
|
|
@@ -1303,4 +1318,4 @@ declare function clearExperiments(): void;
|
|
|
1303
1318
|
declare function getExperiments(): Record<string, string>;
|
|
1304
1319
|
declare function destroy(): Promise<void>;
|
|
1305
1320
|
|
|
1306
|
-
export { type AuthDecisionFinished, type AuthDecisionStarted, AuthEventName, type AuthMethodDecisionFinished, type AuthMethodDecisionStarted, type AuthMethodType, type BaseEvent, CEREMONY_LOW_EVENT_TAIL_MS, CONFIG_BOUNDS, CONFIG_REQUEST_HEADER, CONFIG_STORAGE_KEY, type ClientCapabilities, type ClientEnvHandleMeta, type ClientEnvHandleMetaSource, type Conversion, CookieStorage, CorbadoTracker, type CreateLoggerOptions, type CustomEvent, DEFAULT_FLUSH_INTERVAL_MS, DEFAULT_MAX_ENTRIES, DEFAULT_MAX_SERIALIZED_LENGTH, DEFAULT_RELIABILITY_CONFIG, DEFAULT_SESSION_INACTIVITY_MS, type DeviceInfo, type DeviceInfoCollectionError, type DeviceInfoDataWeb, type DeviceType, EmailLinkOperationFull, type EmailLinkOperationPostResponseStart, type EmailLinkOperationSendStart, type EmailLinkOperationSpecType, type EmailOTPOperationPostResponseStart, type EmailOTPOperationSendOTPStart, type EmailOTPOperationSpecType, EmailOtpOperationFull, type Event, type EventBatch, type EventBatchMeta, type EventMeta, EventStore, type EventType, type FlowAutoFinished, type FlowDecided, type FlowFinished, type FlowReset, type FlowStarted, type FlowType, type JavaScriptHighEntropy, LocalStorage, type Logger, type LowEvent, type MultiFlowReset, type MultiFlowStarted, type NormalizedError, OUTBOX_LOCK_NAME, OUTBOX_STORAGE_KEY, OperationFull, OperationFullProvideIdentifierWithCUI, type OutboxEntry, type PasskeyEnrollmentCeremonyFinished, type PasskeyEnrollmentCeremonyStart, type PasskeyEnrollmentGetOptionsFinished, type PasskeyEnrollmentGetOptionsStart, PasskeyEnrollmentOperationFull, type PasskeyLoginCUIGetOptionsFinished, type PasskeyLoginCUIGetOptionsStart, type PasskeyLoginCUISpecType, type PasskeyLoginCeremonyFinished, type PasskeyLoginCeremonyStart, type PasskeyLoginClientError, type PasskeyLoginFinish, type PasskeyLoginGetOptionsFinished, type PasskeyLoginGetOptionsStart, PasskeyLoginOperationFull, type PasskeyLoginStartable, type PasskeyLoginSubmitted, type PasskeyOperationEnrollmentExplicitSpecType, type PasskeyOperationLoginExplicitSpecType, type PasswordEnrollmentAutoTrackConfig, PasswordEnrollmentOperationFull, type PasswordEnrollmentTypedError, type PasswordLoginAutoTrackConfig, PasswordLoginOperationFull, type PasswordLoginTypedError, type PredefinedEvent, type ProvideIdentifierError, type ProvideIdentifierFinish, type ProvideIdentifierPostResponseStart, type ProvideIdentifierSpecType, type ProvideIdentifierStart, type QueueOptions, RequestQueue, SDK_NAME, SDK_VERSION, type SdkInfo, type SdkReliabilityConfig, type SdkRetryConfig, SessionStorage, type SocialLoginExchangeCodeFinished, type SocialLoginExchangeCodeStart, type SocialLoginGetRedirectUrlFinished, type SocialLoginGetRedirectUrlStart, SocialLoginOperationFull, type SocialLoginProviderType, type SocialLoginSpecType, type StepHelper, type StepOptions, type StorageEngine, type SubflowTrigger, type SubflowType, type TrackerOptions, type Transport, type TransportMakeRequestResponse, type TransportOptions, type UserReference, cacheConfig, clearExperiment, clearExperiments, createLogger, destroy, getExperiments, getTracker, init, loadCachedConfig, parseReliabilityConfig, resetSession, setExperiment, setExperiments };
|
|
1321
|
+
export { type AuthDecisionFinished, type AuthDecisionStarted, AuthEventName, type AuthMethodDecisionFinished, type AuthMethodDecisionStarted, type AuthMethodType, type BaseEvent, CEREMONY_LOW_EVENT_TAIL_MS, CONFIG_BOUNDS, CONFIG_REQUEST_HEADER, CONFIG_STORAGE_KEY, type ClientCapabilities, type ClientEnvHandleMeta, type ClientEnvHandleMetaSource, type Conversion, CookieStorage, CorbadoTracker, type CreateLoggerOptions, type CustomEvent, DEFAULT_FLUSH_INTERVAL_MS, DEFAULT_MAX_ENTRIES, DEFAULT_MAX_SERIALIZED_LENGTH, DEFAULT_RELIABILITY_CONFIG, DEFAULT_SESSION_INACTIVITY_MS, type DeviceInfo, type DeviceInfoCollectionError, type DeviceInfoDataWeb, type DeviceType, EmailLinkOperationFull, type EmailLinkOperationPostResponseStart, type EmailLinkOperationSendStart, type EmailLinkOperationSpecType, type EmailOTPOperationPostResponseStart, type EmailOTPOperationSendOTPStart, type EmailOTPOperationSpecType, EmailOtpOperationFull, type Event, type EventBatch, type EventBatchMeta, type EventMeta, EventStore, type EventType, type FlowAutoFinished, type FlowDecided, type FlowFinished, type FlowReset, type FlowStarted, type FlowType, type JavaScriptHighEntropy, LocalStorage, type Logger, type LowEvent, type MultiFlowReset, type MultiFlowStarted, type NormalizedError, OUTBOX_LOCK_NAME, OUTBOX_STORAGE_KEY, OperationFull, OperationFullProvideIdentifierWithCUI, type OutboxEntry, type PasskeyEnrollmentCeremonyFinished, type PasskeyEnrollmentCeremonyStart, type PasskeyEnrollmentGetOptionsFinished, type PasskeyEnrollmentGetOptionsStart, PasskeyEnrollmentOperationFull, type PasskeyLoginCUIGetOptionsFinished, type PasskeyLoginCUIGetOptionsStart, type PasskeyLoginCUISpecType, type PasskeyLoginCeremonyFinished, type PasskeyLoginCeremonyStart, type PasskeyLoginClientError, type PasskeyLoginFinish, type PasskeyLoginGetOptionsFinished, type PasskeyLoginGetOptionsStart, PasskeyLoginOperationFull, type PasskeyLoginStartable, type PasskeyLoginSubmitted, type PasskeyOperationEnrollmentExplicitSpecType, type PasskeyOperationLoginExplicitSpecType, type PasswordEnrollmentAutoTrackConfig, PasswordEnrollmentOperationFull, type PasswordEnrollmentTypedError, type PasswordLoginAutoTrackConfig, PasswordLoginOperationFull, type PasswordLoginTypedError, type PredefinedEvent, type ProvideIdentifierError, type ProvideIdentifierFinish, type ProvideIdentifierPostResponseStart, type ProvideIdentifierSpecType, type ProvideIdentifierStart, type QueueOptions, RequestQueue, SDK_NAME, SDK_VERSION, type SdkInfo, type SdkReliabilityConfig, type SdkRetryConfig, SessionStorage, type SmsOTPOperationPostResponseStart, type SmsOTPOperationSpecType, SmsOtpOperationFull, type SocialLoginExchangeCodeFinished, type SocialLoginExchangeCodeStart, type SocialLoginGetRedirectUrlFinished, type SocialLoginGetRedirectUrlStart, SocialLoginOperationFull, type SocialLoginProviderType, type SocialLoginSpecType, type StepHelper, type StepOptions, type StorageEngine, type SubflowTrigger, type SubflowType, type TrackerOptions, type Transport, type TransportMakeRequestResponse, type TransportOptions, type UserReference, cacheConfig, clearExperiment, clearExperiments, createLogger, destroy, getExperiments, getTracker, init, loadCachedConfig, parseReliabilityConfig, resetSession, setExperiment, setExperiments };
|
package/dist/index.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ type Conversion = {
|
|
|
85
85
|
} & UserReference;
|
|
86
86
|
type FlowFinished = {
|
|
87
87
|
flowName: FlowType;
|
|
88
|
-
explicitOutcome?: "skipped" | "
|
|
88
|
+
explicitOutcome?: "skipped" | "visible-auto-skip" | "invisble";
|
|
89
89
|
} & UserReference;
|
|
90
90
|
type FlowReset = {
|
|
91
91
|
flowName?: FlowType;
|
|
@@ -436,6 +436,16 @@ declare class EmailOtpOperationFull extends OperationFull {
|
|
|
436
436
|
constructor(tracker: CorbadoTracker);
|
|
437
437
|
}
|
|
438
438
|
|
|
439
|
+
type SmsOTPOperationSpecType = "sms-otp-login" | "sms-otp-enrollment";
|
|
440
|
+
type SmsOTPOperationPostResponseStart = {
|
|
441
|
+
explicitSpecType?: SmsOTPOperationSpecType;
|
|
442
|
+
};
|
|
443
|
+
declare class SmsOtpOperationFull extends OperationFull {
|
|
444
|
+
readonly postResponse: StepHelper<SmsOTPOperationPostResponseStart>;
|
|
445
|
+
readonly resend: StepHelper;
|
|
446
|
+
constructor(tracker: CorbadoTracker);
|
|
447
|
+
}
|
|
448
|
+
|
|
439
449
|
type EmailLinkOperationSpecType = "email-link-login" | "email-link-enrollment";
|
|
440
450
|
type EmailLinkOperationSendStart = {
|
|
441
451
|
explicitSpecType?: EmailLinkOperationSpecType;
|
|
@@ -494,6 +504,7 @@ type PasswordLoginAutoTrackConfig = {
|
|
|
494
504
|
identifierInputHtmlField?: HTMLInputElement;
|
|
495
505
|
};
|
|
496
506
|
declare class PasswordLoginOperationFull extends OperationFull {
|
|
507
|
+
readonly clientValidation: StepHelper;
|
|
497
508
|
readonly postResponse: StepHelper<{}, {}, PasswordLoginTypedError>;
|
|
498
509
|
private lowEventTracker?;
|
|
499
510
|
constructor(tracker: CorbadoTracker, autoTrackConfig?: PasswordLoginAutoTrackConfig);
|
|
@@ -559,6 +570,7 @@ declare class OperationFullProvideIdentifierWithCUI {
|
|
|
559
570
|
* in the next major version.
|
|
560
571
|
*/
|
|
561
572
|
trigger: (data: SubflowTrigger, options?: StepOptions) => void;
|
|
573
|
+
clientValidation: StepHelper;
|
|
562
574
|
postResponse: StepHelper<ProvideIdentifierPostResponseStart>;
|
|
563
575
|
};
|
|
564
576
|
constructor(tracker: CorbadoTracker, inputHtmlField?: HTMLInputElement);
|
|
@@ -842,6 +854,8 @@ declare class CorbadoTracker {
|
|
|
842
854
|
*
|
|
843
855
|
* @param data - Decision identifier, offered options, and optional transition reason.
|
|
844
856
|
* @param tags - Optional key-value tags for filtering and segmentation.
|
|
857
|
+
* @param experiments - Optional per-call experiment assignments.
|
|
858
|
+
* @param options - Optional explicit event timestamp.
|
|
845
859
|
*
|
|
846
860
|
* @example
|
|
847
861
|
* ```typescript
|
|
@@ -851,7 +865,7 @@ declare class CorbadoTracker {
|
|
|
851
865
|
* });
|
|
852
866
|
* ```
|
|
853
867
|
*/
|
|
854
|
-
authMethodsDecisionStarted(data: AuthMethodDecisionStarted, tags?: Record<string, string>, experiments?: Record<string, string>): void;
|
|
868
|
+
authMethodsDecisionStarted(data: AuthMethodDecisionStarted, tags?: Record<string, string>, experiments?: Record<string, string>, options?: Pick<StepOptions, "explicitTimestamp">): void;
|
|
855
869
|
authMethodsDecisionFinished(data: AuthMethodDecisionFinished, tags?: Record<string, string>, experiments?: Record<string, string>): void;
|
|
856
870
|
authDecisionStarted(data: AuthDecisionStarted, tags?: Record<string, string>, experiments?: Record<string, string>): void;
|
|
857
871
|
authDecisionFinished(data: AuthDecisionFinished, tags?: Record<string, string>, experiments?: Record<string, string>): void;
|
|
@@ -886,6 +900,7 @@ declare class CorbadoTracker {
|
|
|
886
900
|
passwordEnrollmentFullOperation(autoTrackConfig?: PasswordEnrollmentAutoTrackConfig): PasswordEnrollmentOperationFull;
|
|
887
901
|
emailLinkOperationFull(): EmailLinkOperationFull;
|
|
888
902
|
emailOtpOperationFull(): EmailOtpOperationFull;
|
|
903
|
+
smsOtpOperationFull(): SmsOtpOperationFull;
|
|
889
904
|
provideIdentifierOperationFull(inputHtmlField?: HTMLInputElement): OperationFullProvideIdentifierWithCUI;
|
|
890
905
|
socialLoginOperationFull(): SocialLoginOperationFull;
|
|
891
906
|
/**
|
|
@@ -1303,4 +1318,4 @@ declare function clearExperiments(): void;
|
|
|
1303
1318
|
declare function getExperiments(): Record<string, string>;
|
|
1304
1319
|
declare function destroy(): Promise<void>;
|
|
1305
1320
|
|
|
1306
|
-
export { type AuthDecisionFinished, type AuthDecisionStarted, AuthEventName, type AuthMethodDecisionFinished, type AuthMethodDecisionStarted, type AuthMethodType, type BaseEvent, CEREMONY_LOW_EVENT_TAIL_MS, CONFIG_BOUNDS, CONFIG_REQUEST_HEADER, CONFIG_STORAGE_KEY, type ClientCapabilities, type ClientEnvHandleMeta, type ClientEnvHandleMetaSource, type Conversion, CookieStorage, CorbadoTracker, type CreateLoggerOptions, type CustomEvent, DEFAULT_FLUSH_INTERVAL_MS, DEFAULT_MAX_ENTRIES, DEFAULT_MAX_SERIALIZED_LENGTH, DEFAULT_RELIABILITY_CONFIG, DEFAULT_SESSION_INACTIVITY_MS, type DeviceInfo, type DeviceInfoCollectionError, type DeviceInfoDataWeb, type DeviceType, EmailLinkOperationFull, type EmailLinkOperationPostResponseStart, type EmailLinkOperationSendStart, type EmailLinkOperationSpecType, type EmailOTPOperationPostResponseStart, type EmailOTPOperationSendOTPStart, type EmailOTPOperationSpecType, EmailOtpOperationFull, type Event, type EventBatch, type EventBatchMeta, type EventMeta, EventStore, type EventType, type FlowAutoFinished, type FlowDecided, type FlowFinished, type FlowReset, type FlowStarted, type FlowType, type JavaScriptHighEntropy, LocalStorage, type Logger, type LowEvent, type MultiFlowReset, type MultiFlowStarted, type NormalizedError, OUTBOX_LOCK_NAME, OUTBOX_STORAGE_KEY, OperationFull, OperationFullProvideIdentifierWithCUI, type OutboxEntry, type PasskeyEnrollmentCeremonyFinished, type PasskeyEnrollmentCeremonyStart, type PasskeyEnrollmentGetOptionsFinished, type PasskeyEnrollmentGetOptionsStart, PasskeyEnrollmentOperationFull, type PasskeyLoginCUIGetOptionsFinished, type PasskeyLoginCUIGetOptionsStart, type PasskeyLoginCUISpecType, type PasskeyLoginCeremonyFinished, type PasskeyLoginCeremonyStart, type PasskeyLoginClientError, type PasskeyLoginFinish, type PasskeyLoginGetOptionsFinished, type PasskeyLoginGetOptionsStart, PasskeyLoginOperationFull, type PasskeyLoginStartable, type PasskeyLoginSubmitted, type PasskeyOperationEnrollmentExplicitSpecType, type PasskeyOperationLoginExplicitSpecType, type PasswordEnrollmentAutoTrackConfig, PasswordEnrollmentOperationFull, type PasswordEnrollmentTypedError, type PasswordLoginAutoTrackConfig, PasswordLoginOperationFull, type PasswordLoginTypedError, type PredefinedEvent, type ProvideIdentifierError, type ProvideIdentifierFinish, type ProvideIdentifierPostResponseStart, type ProvideIdentifierSpecType, type ProvideIdentifierStart, type QueueOptions, RequestQueue, SDK_NAME, SDK_VERSION, type SdkInfo, type SdkReliabilityConfig, type SdkRetryConfig, SessionStorage, type SocialLoginExchangeCodeFinished, type SocialLoginExchangeCodeStart, type SocialLoginGetRedirectUrlFinished, type SocialLoginGetRedirectUrlStart, SocialLoginOperationFull, type SocialLoginProviderType, type SocialLoginSpecType, type StepHelper, type StepOptions, type StorageEngine, type SubflowTrigger, type SubflowType, type TrackerOptions, type Transport, type TransportMakeRequestResponse, type TransportOptions, type UserReference, cacheConfig, clearExperiment, clearExperiments, createLogger, destroy, getExperiments, getTracker, init, loadCachedConfig, parseReliabilityConfig, resetSession, setExperiment, setExperiments };
|
|
1321
|
+
export { type AuthDecisionFinished, type AuthDecisionStarted, AuthEventName, type AuthMethodDecisionFinished, type AuthMethodDecisionStarted, type AuthMethodType, type BaseEvent, CEREMONY_LOW_EVENT_TAIL_MS, CONFIG_BOUNDS, CONFIG_REQUEST_HEADER, CONFIG_STORAGE_KEY, type ClientCapabilities, type ClientEnvHandleMeta, type ClientEnvHandleMetaSource, type Conversion, CookieStorage, CorbadoTracker, type CreateLoggerOptions, type CustomEvent, DEFAULT_FLUSH_INTERVAL_MS, DEFAULT_MAX_ENTRIES, DEFAULT_MAX_SERIALIZED_LENGTH, DEFAULT_RELIABILITY_CONFIG, DEFAULT_SESSION_INACTIVITY_MS, type DeviceInfo, type DeviceInfoCollectionError, type DeviceInfoDataWeb, type DeviceType, EmailLinkOperationFull, type EmailLinkOperationPostResponseStart, type EmailLinkOperationSendStart, type EmailLinkOperationSpecType, type EmailOTPOperationPostResponseStart, type EmailOTPOperationSendOTPStart, type EmailOTPOperationSpecType, EmailOtpOperationFull, type Event, type EventBatch, type EventBatchMeta, type EventMeta, EventStore, type EventType, type FlowAutoFinished, type FlowDecided, type FlowFinished, type FlowReset, type FlowStarted, type FlowType, type JavaScriptHighEntropy, LocalStorage, type Logger, type LowEvent, type MultiFlowReset, type MultiFlowStarted, type NormalizedError, OUTBOX_LOCK_NAME, OUTBOX_STORAGE_KEY, OperationFull, OperationFullProvideIdentifierWithCUI, type OutboxEntry, type PasskeyEnrollmentCeremonyFinished, type PasskeyEnrollmentCeremonyStart, type PasskeyEnrollmentGetOptionsFinished, type PasskeyEnrollmentGetOptionsStart, PasskeyEnrollmentOperationFull, type PasskeyLoginCUIGetOptionsFinished, type PasskeyLoginCUIGetOptionsStart, type PasskeyLoginCUISpecType, type PasskeyLoginCeremonyFinished, type PasskeyLoginCeremonyStart, type PasskeyLoginClientError, type PasskeyLoginFinish, type PasskeyLoginGetOptionsFinished, type PasskeyLoginGetOptionsStart, PasskeyLoginOperationFull, type PasskeyLoginStartable, type PasskeyLoginSubmitted, type PasskeyOperationEnrollmentExplicitSpecType, type PasskeyOperationLoginExplicitSpecType, type PasswordEnrollmentAutoTrackConfig, PasswordEnrollmentOperationFull, type PasswordEnrollmentTypedError, type PasswordLoginAutoTrackConfig, PasswordLoginOperationFull, type PasswordLoginTypedError, type PredefinedEvent, type ProvideIdentifierError, type ProvideIdentifierFinish, type ProvideIdentifierPostResponseStart, type ProvideIdentifierSpecType, type ProvideIdentifierStart, type QueueOptions, RequestQueue, SDK_NAME, SDK_VERSION, type SdkInfo, type SdkReliabilityConfig, type SdkRetryConfig, SessionStorage, type SmsOTPOperationPostResponseStart, type SmsOTPOperationSpecType, SmsOtpOperationFull, type SocialLoginExchangeCodeFinished, type SocialLoginExchangeCodeStart, type SocialLoginGetRedirectUrlFinished, type SocialLoginGetRedirectUrlStart, SocialLoginOperationFull, type SocialLoginProviderType, type SocialLoginSpecType, type StepHelper, type StepOptions, type StorageEngine, type SubflowTrigger, type SubflowType, type TrackerOptions, type Transport, type TransportMakeRequestResponse, type TransportOptions, type UserReference, cacheConfig, clearExperiment, clearExperiments, createLogger, destroy, getExperiments, getTracker, init, loadCachedConfig, parseReliabilityConfig, resetSession, setExperiment, setExperiments };
|