@encatch/web-sdk 1.0.0-beta.2 → 1.0.0-beta.3
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/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -126,7 +126,7 @@ export declare interface EventPayload {
|
|
|
126
126
|
/**
|
|
127
127
|
* Event types that can be subscribed to
|
|
128
128
|
*/
|
|
129
|
-
export declare type EventType = 'form:show' | 'form:started' | 'form:submit' | 'form:complete' | 'form:close' | 'form:dismissed' | 'form:error' | 'form:section:change' | 'form:
|
|
129
|
+
export declare type EventType = 'form:show' | 'form:started' | 'form:submit' | 'form:complete' | 'form:close' | 'form:dismissed' | 'form:error' | 'form:section:change' | 'form:answered';
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
132
|
* Options for the identifyUser method
|
package/package.json
CHANGED