@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.
@@ -2078,6 +2078,7 @@
2078
2078
  },
2079
2079
  "name": {
2080
2080
  "enum": [
2081
+ "client.abort.join",
2081
2082
  "client.alert.displayed",
2082
2083
  "client.alert.removed",
2083
2084
  "client.application.validate",
@@ -2554,6 +2554,7 @@
2554
2554
  },
2555
2555
  "name": {
2556
2556
  "enum": [
2557
+ "client.abort.join",
2557
2558
  "client.alert.displayed",
2558
2559
  "client.alert.removed",
2559
2560
  "client.application.validate",
@@ -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
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1439"
31
+ "version": "1.0.1441"
32
32
  }