@webex/event-dictionary-ts 1.0.1952 → 1.0.1954

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.
@@ -461,6 +461,7 @@
461
461
  "description": "this defines the sub types of clients",
462
462
  "enum": [
463
463
  "AUTOMOTIVE_APP",
464
+ "BROWSER_EXTENSION",
464
465
  "DESKTOP_APP",
465
466
  "DESKTOP_APP_VDI",
466
467
  "DEVICE_CURRENT",
@@ -3499,6 +3500,7 @@
3499
3500
  "description": "this defines the sub types of clients",
3500
3501
  "enum": [
3501
3502
  "AUTOMOTIVE_APP",
3503
+ "BROWSER_EXTENSION",
3502
3504
  "DESKTOP_APP",
3503
3505
  "DESKTOP_APP_VDI",
3504
3506
  "DEVICE_CURRENT",
@@ -242,6 +242,7 @@
242
242
  "description": "this defines the sub types of clients",
243
243
  "enum": [
244
244
  "AUTOMOTIVE_APP",
245
+ "BROWSER_EXTENSION",
245
246
  "DESKTOP_APP",
246
247
  "DESKTOP_APP_VDI",
247
248
  "DEVICE_CURRENT",
@@ -996,6 +997,7 @@
996
997
  "description": "this defines the sub types of clients",
997
998
  "enum": [
998
999
  "AUTOMOTIVE_APP",
1000
+ "BROWSER_EXTENSION",
999
1001
  "DESKTOP_APP",
1000
1002
  "DESKTOP_APP_VDI",
1001
1003
  "DEVICE_CURRENT",
@@ -4034,6 +4036,7 @@
4034
4036
  "description": "this defines the sub types of clients",
4035
4037
  "enum": [
4036
4038
  "AUTOMOTIVE_APP",
4039
+ "BROWSER_EXTENSION",
4037
4040
  "DESKTOP_APP",
4038
4041
  "DESKTOP_APP_VDI",
4039
4042
  "DEVICE_CURRENT",
@@ -8995,6 +8998,7 @@
8995
8998
  "description": "this defines the sub types of clients",
8996
8999
  "enum": [
8997
9000
  "AUTOMOTIVE_APP",
9001
+ "BROWSER_EXTENSION",
8998
9002
  "DESKTOP_APP",
8999
9003
  "DESKTOP_APP_VDI",
9000
9004
  "DEVICE_CURRENT",
@@ -13611,6 +13615,7 @@
13611
13615
  "description": "this defines the sub types of clients",
13612
13616
  "enum": [
13613
13617
  "AUTOMOTIVE_APP",
13618
+ "BROWSER_EXTENSION",
13614
13619
  "DESKTOP_APP",
13615
13620
  "DESKTOP_APP_VDI",
13616
13621
  "DEVICE_CURRENT",
@@ -22125,6 +22130,7 @@
22125
22130
  "description": "this defines the sub types of clients",
22126
22131
  "enum": [
22127
22132
  "AUTOMOTIVE_APP",
22133
+ "BROWSER_EXTENSION",
22128
22134
  "DESKTOP_APP",
22129
22135
  "DESKTOP_APP_VDI",
22130
22136
  "DEVICE_CURRENT",
@@ -24758,6 +24764,7 @@
24758
24764
  "description": "this defines the sub types of clients",
24759
24765
  "enum": [
24760
24766
  "AUTOMOTIVE_APP",
24767
+ "BROWSER_EXTENSION",
24761
24768
  "DESKTOP_APP",
24762
24769
  "DESKTOP_APP_VDI",
24763
24770
  "DEVICE_CURRENT",
@@ -28820,6 +28827,7 @@
28820
28827
  "description": "this defines the sub types of clients",
28821
28828
  "enum": [
28822
28829
  "AUTOMOTIVE_APP",
28830
+ "BROWSER_EXTENSION",
28823
28831
  "DESKTOP_APP",
28824
28832
  "DESKTOP_APP_VDI",
28825
28833
  "DEVICE_CURRENT",
@@ -34554,6 +34562,7 @@
34554
34562
  "description": "this defines the sub types of clients",
34555
34563
  "enum": [
34556
34564
  "AUTOMOTIVE_APP",
34565
+ "BROWSER_EXTENSION",
34557
34566
  "DESKTOP_APP",
34558
34567
  "DESKTOP_APP_VDI",
34559
34568
  "DEVICE_CURRENT",
@@ -461,6 +461,7 @@
461
461
  "description": "this defines the sub types of clients",
462
462
  "enum": [
463
463
  "AUTOMOTIVE_APP",
464
+ "BROWSER_EXTENSION",
464
465
  "DESKTOP_APP",
465
466
  "DESKTOP_APP_VDI",
466
467
  "DEVICE_CURRENT",
@@ -462,6 +462,7 @@
462
462
  "description": "this defines the sub types of clients",
463
463
  "enum": [
464
464
  "AUTOMOTIVE_APP",
465
+ "BROWSER_EXTENSION",
465
466
  "DESKTOP_APP",
466
467
  "DESKTOP_APP_VDI",
467
468
  "DEVICE_CURRENT",
@@ -8976,6 +8977,7 @@
8976
8977
  "description": "this defines the sub types of clients",
8977
8978
  "enum": [
8978
8979
  "AUTOMOTIVE_APP",
8980
+ "BROWSER_EXTENSION",
8979
8981
  "DESKTOP_APP",
8980
8982
  "DESKTOP_APP_VDI",
8981
8983
  "DEVICE_CURRENT",
@@ -155,6 +155,7 @@ export interface Event {
155
155
  */
156
156
  subClientType?:
157
157
  | "AUTOMOTIVE_APP"
158
+ | "BROWSER_EXTENSION"
158
159
  | "DESKTOP_APP"
159
160
  | "DESKTOP_APP_VDI"
160
161
  | "DEVICE_CURRENT"
@@ -491,6 +492,7 @@ export interface Event {
491
492
  */
492
493
  derivedSubClientType?:
493
494
  | "AUTOMOTIVE_APP"
495
+ | "BROWSER_EXTENSION"
494
496
  | "DESKTOP_APP"
495
497
  | "DESKTOP_APP_VDI"
496
498
  | "DEVICE_CURRENT"
@@ -1814,6 +1816,7 @@ export interface Event {
1814
1816
  */
1815
1817
  subClientType?:
1816
1818
  | "AUTOMOTIVE_APP"
1819
+ | "BROWSER_EXTENSION"
1817
1820
  | "DESKTOP_APP"
1818
1821
  | "DESKTOP_APP_VDI"
1819
1822
  | "DEVICE_CURRENT"
@@ -4252,6 +4255,7 @@ export interface Event {
4252
4255
  */
4253
4256
  derivedSubClientType?:
4254
4257
  | "AUTOMOTIVE_APP"
4258
+ | "BROWSER_EXTENSION"
4255
4259
  | "DESKTOP_APP"
4256
4260
  | "DESKTOP_APP_VDI"
4257
4261
  | "DEVICE_CURRENT"
@@ -6253,6 +6257,7 @@ export interface Event {
6253
6257
  */
6254
6258
  derivedSubClientType?:
6255
6259
  | "AUTOMOTIVE_APP"
6260
+ | "BROWSER_EXTENSION"
6256
6261
  | "DESKTOP_APP"
6257
6262
  | "DESKTOP_APP_VDI"
6258
6263
  | "DEVICE_CURRENT"
@@ -9704,6 +9709,7 @@ export interface Event {
9704
9709
  */
9705
9710
  remoteSubClientType?:
9706
9711
  | "AUTOMOTIVE_APP"
9712
+ | "BROWSER_EXTENSION"
9707
9713
  | "DESKTOP_APP"
9708
9714
  | "DESKTOP_APP_VDI"
9709
9715
  | "DEVICE_CURRENT"
@@ -10810,6 +10816,7 @@ export interface Event {
10810
10816
  */
10811
10817
  derivedSubClientType?:
10812
10818
  | "AUTOMOTIVE_APP"
10819
+ | "BROWSER_EXTENSION"
10813
10820
  | "DESKTOP_APP"
10814
10821
  | "DESKTOP_APP_VDI"
10815
10822
  | "DEVICE_CURRENT"
@@ -12580,6 +12587,7 @@ export interface Event {
12580
12587
  */
12581
12588
  derivedSubClientType?:
12582
12589
  | "AUTOMOTIVE_APP"
12590
+ | "BROWSER_EXTENSION"
12583
12591
  | "DESKTOP_APP"
12584
12592
  | "DESKTOP_APP_VDI"
12585
12593
  | "DEVICE_CURRENT"
@@ -14523,6 +14531,7 @@ export interface Event {
14523
14531
  */
14524
14532
  derivedSubClientType?:
14525
14533
  | "AUTOMOTIVE_APP"
14534
+ | "BROWSER_EXTENSION"
14526
14535
  | "DESKTOP_APP"
14527
14536
  | "DESKTOP_APP_VDI"
14528
14537
  | "DEVICE_CURRENT"
@@ -15582,6 +15591,7 @@ export interface ClientEvent {
15582
15591
  */
15583
15592
  derivedSubClientType?:
15584
15593
  | "AUTOMOTIVE_APP"
15594
+ | "BROWSER_EXTENSION"
15585
15595
  | "DESKTOP_APP"
15586
15596
  | "DESKTOP_APP_VDI"
15587
15597
  | "DEVICE_CURRENT"
@@ -16899,6 +16909,7 @@ export interface ClientEvent {
16899
16909
  */
16900
16910
  subClientType?:
16901
16911
  | "AUTOMOTIVE_APP"
16912
+ | "BROWSER_EXTENSION"
16902
16913
  | "DESKTOP_APP"
16903
16914
  | "DESKTOP_APP_VDI"
16904
16915
  | "DEVICE_CURRENT"
@@ -19250,6 +19261,7 @@ export interface FeatureEvent {
19250
19261
  */
19251
19262
  derivedSubClientType?:
19252
19263
  | "AUTOMOTIVE_APP"
19264
+ | "BROWSER_EXTENSION"
19253
19265
  | "DESKTOP_APP"
19254
19266
  | "DESKTOP_APP_VDI"
19255
19267
  | "DEVICE_CURRENT"
@@ -21025,6 +21037,7 @@ export interface MediaQualityEvent {
21025
21037
  */
21026
21038
  derivedSubClientType?:
21027
21039
  | "AUTOMOTIVE_APP"
21040
+ | "BROWSER_EXTENSION"
21028
21041
  | "DESKTOP_APP"
21029
21042
  | "DESKTOP_APP_VDI"
21030
21043
  | "DEVICE_CURRENT"
@@ -24467,6 +24480,7 @@ export interface MediaQualityEvent {
24467
24480
  */
24468
24481
  remoteSubClientType?:
24469
24482
  | "AUTOMOTIVE_APP"
24483
+ | "BROWSER_EXTENSION"
24470
24484
  | "DESKTOP_APP"
24471
24485
  | "DESKTOP_APP_VDI"
24472
24486
  | "DEVICE_CURRENT"
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.1952"
30
+ "version": "1.0.1954"
31
31
  }