@webex/event-dictionary-ts 1.0.1744 → 1.0.1745
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.
|
@@ -1540,6 +1540,7 @@ export interface Event {
|
|
|
1540
1540
|
| "deep-link"
|
|
1541
1541
|
| "protocol-after-upgrade"
|
|
1542
1542
|
| "protocol-after-crash"
|
|
1543
|
+
| "protocol-refresh-token-expired"
|
|
1543
1544
|
| "protocol-generated-link"
|
|
1544
1545
|
| "protocol-in-meeting-upgrade";
|
|
1545
1546
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
@@ -15199,6 +15200,7 @@ export interface ClientEvent {
|
|
|
15199
15200
|
| "deep-link"
|
|
15200
15201
|
| "protocol-after-upgrade"
|
|
15201
15202
|
| "protocol-after-crash"
|
|
15203
|
+
| "protocol-refresh-token-expired"
|
|
15202
15204
|
| "protocol-generated-link"
|
|
15203
15205
|
| "protocol-in-meeting-upgrade";
|
|
15204
15206
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
package/package.json
CHANGED