@webex/event-dictionary-ts 1.0.2236 → 1.0.2238
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.
|
@@ -2639,6 +2639,7 @@
|
|
|
2639
2639
|
"client.startup.start",
|
|
2640
2640
|
"client.startup.end",
|
|
2641
2641
|
"client.switch.environment",
|
|
2642
|
+
"client.system.error",
|
|
2642
2643
|
"client.u2c.limited-catalog.request",
|
|
2643
2644
|
"client.u2c.limited-catalog.response",
|
|
2644
2645
|
"client.u2c.signin-catalog.request",
|
|
@@ -3305,6 +3305,7 @@
|
|
|
3305
3305
|
"client.startup.start",
|
|
3306
3306
|
"client.startup.end",
|
|
3307
3307
|
"client.switch.environment",
|
|
3308
|
+
"client.system.error",
|
|
3308
3309
|
"client.u2c.limited-catalog.request",
|
|
3309
3310
|
"client.u2c.limited-catalog.response",
|
|
3310
3311
|
"client.u2c.signin-catalog.request",
|
|
@@ -1473,6 +1473,7 @@ export interface Event {
|
|
|
1473
1473
|
| "client.startup.start"
|
|
1474
1474
|
| "client.startup.end"
|
|
1475
1475
|
| "client.switch.environment"
|
|
1476
|
+
| "client.system.error"
|
|
1476
1477
|
| "client.u2c.limited-catalog.request"
|
|
1477
1478
|
| "client.u2c.limited-catalog.response"
|
|
1478
1479
|
| "client.u2c.signin-catalog.request"
|
|
@@ -18184,6 +18185,7 @@ export interface ClientEvent {
|
|
|
18184
18185
|
| "client.startup.start"
|
|
18185
18186
|
| "client.startup.end"
|
|
18186
18187
|
| "client.switch.environment"
|
|
18188
|
+
| "client.system.error"
|
|
18187
18189
|
| "client.u2c.limited-catalog.request"
|
|
18188
18190
|
| "client.u2c.limited-catalog.response"
|
|
18189
18191
|
| "client.u2c.signin-catalog.request"
|
package/package.json
CHANGED