@webex/event-dictionary-ts 1.0.1572 → 1.0.1573
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.
|
@@ -345,6 +345,7 @@
|
|
|
345
345
|
"Training",
|
|
346
346
|
"ScheduleMeeting",
|
|
347
347
|
"ScheduledMeeting",
|
|
348
|
+
"Webcast",
|
|
348
349
|
"Webinar",
|
|
349
350
|
"others"
|
|
350
351
|
]
|
|
@@ -3062,6 +3063,7 @@
|
|
|
3062
3063
|
"timeout",
|
|
3063
3064
|
"toast",
|
|
3064
3065
|
"user-interaction",
|
|
3066
|
+
"webinar-registration-page",
|
|
3065
3067
|
"web-ucf-crosslaunch",
|
|
3066
3068
|
"wireless-share",
|
|
3067
3069
|
"deep-link",
|
|
@@ -846,6 +846,7 @@
|
|
|
846
846
|
"Training",
|
|
847
847
|
"ScheduleMeeting",
|
|
848
848
|
"ScheduledMeeting",
|
|
849
|
+
"Webcast",
|
|
849
850
|
"Webinar",
|
|
850
851
|
"others"
|
|
851
852
|
]
|
|
@@ -3563,6 +3564,7 @@
|
|
|
3563
3564
|
"timeout",
|
|
3564
3565
|
"toast",
|
|
3565
3566
|
"user-interaction",
|
|
3567
|
+
"webinar-registration-page",
|
|
3566
3568
|
"web-ucf-crosslaunch",
|
|
3567
3569
|
"wireless-share",
|
|
3568
3570
|
"deep-link",
|
|
@@ -8202,6 +8204,7 @@
|
|
|
8202
8204
|
"Training",
|
|
8203
8205
|
"ScheduleMeeting",
|
|
8204
8206
|
"ScheduledMeeting",
|
|
8207
|
+
"Webcast",
|
|
8205
8208
|
"Webinar",
|
|
8206
8209
|
"others"
|
|
8207
8210
|
]
|
|
@@ -12568,6 +12571,7 @@
|
|
|
12568
12571
|
"Training",
|
|
12569
12572
|
"ScheduleMeeting",
|
|
12570
12573
|
"ScheduledMeeting",
|
|
12574
|
+
"Webcast",
|
|
12571
12575
|
"Webinar",
|
|
12572
12576
|
"others"
|
|
12573
12577
|
]
|
|
@@ -21770,6 +21774,7 @@
|
|
|
21770
21774
|
"Training",
|
|
21771
21775
|
"ScheduleMeeting",
|
|
21772
21776
|
"ScheduledMeeting",
|
|
21777
|
+
"Webcast",
|
|
21773
21778
|
"Webinar",
|
|
21774
21779
|
"others"
|
|
21775
21780
|
]
|
|
@@ -25785,6 +25790,7 @@
|
|
|
25785
25790
|
"Training",
|
|
25786
25791
|
"ScheduleMeeting",
|
|
25787
25792
|
"ScheduledMeeting",
|
|
25793
|
+
"Webcast",
|
|
25788
25794
|
"Webinar",
|
|
25789
25795
|
"others"
|
|
25790
25796
|
]
|
|
@@ -379,6 +379,7 @@ export interface Event {
|
|
|
379
379
|
| "Training"
|
|
380
380
|
| "ScheduleMeeting"
|
|
381
381
|
| "ScheduledMeeting"
|
|
382
|
+
| "Webcast"
|
|
382
383
|
| "Webinar"
|
|
383
384
|
| "others";
|
|
384
385
|
ivrDialogType?:
|
|
@@ -1452,6 +1453,7 @@ export interface Event {
|
|
|
1452
1453
|
| "timeout"
|
|
1453
1454
|
| "toast"
|
|
1454
1455
|
| "user-interaction"
|
|
1456
|
+
| "webinar-registration-page"
|
|
1455
1457
|
| "web-ucf-crosslaunch"
|
|
1456
1458
|
| "wireless-share"
|
|
1457
1459
|
| "deep-link"
|
|
@@ -3757,6 +3759,7 @@ export interface Event {
|
|
|
3757
3759
|
| "Training"
|
|
3758
3760
|
| "ScheduleMeeting"
|
|
3759
3761
|
| "ScheduledMeeting"
|
|
3762
|
+
| "Webcast"
|
|
3760
3763
|
| "Webinar"
|
|
3761
3764
|
| "others";
|
|
3762
3765
|
ivrDialogType?:
|
|
@@ -5563,6 +5566,7 @@ export interface Event {
|
|
|
5563
5566
|
| "Training"
|
|
5564
5567
|
| "ScheduleMeeting"
|
|
5565
5568
|
| "ScheduledMeeting"
|
|
5569
|
+
| "Webcast"
|
|
5566
5570
|
| "Webinar"
|
|
5567
5571
|
| "others";
|
|
5568
5572
|
ivrDialogType?:
|
|
@@ -9065,6 +9069,7 @@ export interface Event {
|
|
|
9065
9069
|
| "Training"
|
|
9066
9070
|
| "ScheduleMeeting"
|
|
9067
9071
|
| "ScheduledMeeting"
|
|
9072
|
+
| "Webcast"
|
|
9068
9073
|
| "Webinar"
|
|
9069
9074
|
| "others";
|
|
9070
9075
|
ivrDialogType?:
|
|
@@ -10748,6 +10753,7 @@ export interface Event {
|
|
|
10748
10753
|
| "Training"
|
|
10749
10754
|
| "ScheduleMeeting"
|
|
10750
10755
|
| "ScheduledMeeting"
|
|
10756
|
+
| "Webcast"
|
|
10751
10757
|
| "Webinar"
|
|
10752
10758
|
| "others";
|
|
10753
10759
|
ivrDialogType?:
|
|
@@ -12378,7 +12384,15 @@ export interface ClientEvent {
|
|
|
12378
12384
|
/**
|
|
12379
12385
|
* this defines the sub service type
|
|
12380
12386
|
*/
|
|
12381
|
-
webexSubServiceType?:
|
|
12387
|
+
webexSubServiceType?:
|
|
12388
|
+
| "PMR"
|
|
12389
|
+
| "Event"
|
|
12390
|
+
| "Training"
|
|
12391
|
+
| "ScheduleMeeting"
|
|
12392
|
+
| "ScheduledMeeting"
|
|
12393
|
+
| "Webcast"
|
|
12394
|
+
| "Webinar"
|
|
12395
|
+
| "others";
|
|
12382
12396
|
ivrDialogType?:
|
|
12383
12397
|
| "MEDIA_ON_HOLD"
|
|
12384
12398
|
| "ANNOUNCEMENT"
|
|
@@ -13450,6 +13464,7 @@ export interface ClientEvent {
|
|
|
13450
13464
|
| "timeout"
|
|
13451
13465
|
| "toast"
|
|
13452
13466
|
| "user-interaction"
|
|
13467
|
+
| "webinar-registration-page"
|
|
13453
13468
|
| "web-ucf-crosslaunch"
|
|
13454
13469
|
| "wireless-share"
|
|
13455
13470
|
| "deep-link"
|
|
@@ -15669,7 +15684,15 @@ export interface FeatureEvent {
|
|
|
15669
15684
|
/**
|
|
15670
15685
|
* this defines the sub service type
|
|
15671
15686
|
*/
|
|
15672
|
-
webexSubServiceType?:
|
|
15687
|
+
webexSubServiceType?:
|
|
15688
|
+
| "PMR"
|
|
15689
|
+
| "Event"
|
|
15690
|
+
| "Training"
|
|
15691
|
+
| "ScheduleMeeting"
|
|
15692
|
+
| "ScheduledMeeting"
|
|
15693
|
+
| "Webcast"
|
|
15694
|
+
| "Webinar"
|
|
15695
|
+
| "others";
|
|
15673
15696
|
ivrDialogType?:
|
|
15674
15697
|
| "MEDIA_ON_HOLD"
|
|
15675
15698
|
| "ANNOUNCEMENT"
|
|
@@ -17356,7 +17379,15 @@ export interface MediaQualityEvent {
|
|
|
17356
17379
|
/**
|
|
17357
17380
|
* this defines the sub service type
|
|
17358
17381
|
*/
|
|
17359
|
-
webexSubServiceType?:
|
|
17382
|
+
webexSubServiceType?:
|
|
17383
|
+
| "PMR"
|
|
17384
|
+
| "Event"
|
|
17385
|
+
| "Training"
|
|
17386
|
+
| "ScheduleMeeting"
|
|
17387
|
+
| "ScheduledMeeting"
|
|
17388
|
+
| "Webcast"
|
|
17389
|
+
| "Webinar"
|
|
17390
|
+
| "others";
|
|
17360
17391
|
ivrDialogType?:
|
|
17361
17392
|
| "MEDIA_ON_HOLD"
|
|
17362
17393
|
| "ANNOUNCEMENT"
|
package/package.json
CHANGED