@webex/event-dictionary-ts 1.0.1439 → 1.0.1441
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.
|
@@ -894,6 +894,7 @@ export interface Event {
|
|
|
894
894
|
| "503_ServiceUnavailable"
|
|
895
895
|
| "606_NotAcceptable";
|
|
896
896
|
name:
|
|
897
|
+
| "client.abort.join"
|
|
897
898
|
| "client.alert.displayed"
|
|
898
899
|
| "client.alert.removed"
|
|
899
900
|
| "client.application.validate"
|
|
@@ -10310,6 +10311,7 @@ export interface ClientEvent {
|
|
|
10310
10311
|
| "503_ServiceUnavailable"
|
|
10311
10312
|
| "606_NotAcceptable";
|
|
10312
10313
|
name:
|
|
10314
|
+
| "client.abort.join"
|
|
10313
10315
|
| "client.alert.displayed"
|
|
10314
10316
|
| "client.alert.removed"
|
|
10315
10317
|
| "client.application.validate"
|
package/package.json
CHANGED