@webex/event-dictionary-ts 1.0.2108 → 1.0.2110
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.
|
@@ -11298,6 +11298,8 @@
|
|
|
11298
11298
|
"cca.scheduling.response",
|
|
11299
11299
|
"ccc.scheduling.request",
|
|
11300
11300
|
"ccc.scheduling.response",
|
|
11301
|
+
"crc.kv.force-update.failure",
|
|
11302
|
+
"crc.kv.try-update.failure",
|
|
11301
11303
|
"givr.poros.connect",
|
|
11302
11304
|
"givr.poros.verification",
|
|
11303
11305
|
"givr.sip.refer.request",
|
|
@@ -5108,6 +5108,8 @@ export interface Event {
|
|
|
5108
5108
|
| "cca.scheduling.response"
|
|
5109
5109
|
| "ccc.scheduling.request"
|
|
5110
5110
|
| "ccc.scheduling.response"
|
|
5111
|
+
| "crc.kv.force-update.failure"
|
|
5112
|
+
| "crc.kv.try-update.failure"
|
|
5111
5113
|
| "givr.poros.connect"
|
|
5112
5114
|
| "givr.poros.verification"
|
|
5113
5115
|
| "givr.sip.refer.request"
|
package/package.json
CHANGED