We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e5545 commit 6fa2af8Copy full SHA for 6fa2af8
1 file changed
src/messaging/outgoing.ts
@@ -2,7 +2,7 @@ export const HEALTH_CHECK = "health-check";
2
export const CLICK = "click";
3
4
export const INITIALIZE_REQUEST = "initialize-request";
5
-export const START_OVER_REQUEST = "start-over-request";
+export const RESET_IFRAME_REQUEST = "reset-iframe-request";
6
7
export const INITIALIZE_ACK = "initialize-ack";
8
export const INITIALIZE_SUCCESS = "initialize-success";
@@ -27,7 +27,7 @@ type ClickEvent = {
27
28
export interface TestBoxOutgoingEvents {
29
[INITIALIZE_REQUEST]: undefined;
30
- [START_OVER_REQUEST]: undefined;
+ [RESET_IFRAME_REQUEST]: undefined;
31
[HEALTH_CHECK]: HealthCheckEvent;
32
[CLICK]: ClickEvent;
33
[INITIALIZE_ACK]: undefined;
0 commit comments