@webex/event-dictionary-ts 1.0.1407 → 1.0.1409
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.
|
@@ -449,6 +449,7 @@
|
|
|
449
449
|
"type": "string",
|
|
450
450
|
"description": "this defines the sub types of clients",
|
|
451
451
|
"enum": [
|
|
452
|
+
"AUTOMOTIVE_APP",
|
|
452
453
|
"DESKTOP_APP",
|
|
453
454
|
"DESKTOP_APP_VDI",
|
|
454
455
|
"DEVICE_CURRENT",
|
|
@@ -3150,6 +3151,7 @@
|
|
|
3150
3151
|
"type": "string",
|
|
3151
3152
|
"description": "this defines the sub types of clients",
|
|
3152
3153
|
"enum": [
|
|
3154
|
+
"AUTOMOTIVE_APP",
|
|
3153
3155
|
"DESKTOP_APP",
|
|
3154
3156
|
"DESKTOP_APP_VDI",
|
|
3155
3157
|
"DEVICE_CURRENT",
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
"type": "string",
|
|
212
212
|
"description": "this defines the sub types of clients",
|
|
213
213
|
"enum": [
|
|
214
|
+
"AUTOMOTIVE_APP",
|
|
214
215
|
"DESKTOP_APP",
|
|
215
216
|
"DESKTOP_APP_VDI",
|
|
216
217
|
"DEVICE_CURRENT",
|
|
@@ -924,6 +925,7 @@
|
|
|
924
925
|
"type": "string",
|
|
925
926
|
"description": "this defines the sub types of clients",
|
|
926
927
|
"enum": [
|
|
928
|
+
"AUTOMOTIVE_APP",
|
|
927
929
|
"DESKTOP_APP",
|
|
928
930
|
"DESKTOP_APP_VDI",
|
|
929
931
|
"DEVICE_CURRENT",
|
|
@@ -3625,6 +3627,7 @@
|
|
|
3625
3627
|
"type": "string",
|
|
3626
3628
|
"description": "this defines the sub types of clients",
|
|
3627
3629
|
"enum": [
|
|
3630
|
+
"AUTOMOTIVE_APP",
|
|
3628
3631
|
"DESKTOP_APP",
|
|
3629
3632
|
"DESKTOP_APP_VDI",
|
|
3630
3633
|
"DEVICE_CURRENT",
|
|
@@ -7698,6 +7701,7 @@
|
|
|
7698
7701
|
"type": "string",
|
|
7699
7702
|
"description": "this defines the sub types of clients",
|
|
7700
7703
|
"enum": [
|
|
7704
|
+
"AUTOMOTIVE_APP",
|
|
7701
7705
|
"DESKTOP_APP",
|
|
7702
7706
|
"DESKTOP_APP_VDI",
|
|
7703
7707
|
"DEVICE_CURRENT",
|
|
@@ -11801,6 +11805,7 @@
|
|
|
11801
11805
|
"type": "string",
|
|
11802
11806
|
"description": "this defines the sub types of clients",
|
|
11803
11807
|
"enum": [
|
|
11808
|
+
"AUTOMOTIVE_APP",
|
|
11804
11809
|
"DESKTOP_APP",
|
|
11805
11810
|
"DESKTOP_APP_VDI",
|
|
11806
11811
|
"DEVICE_CURRENT",
|
|
@@ -15113,6 +15118,12 @@
|
|
|
15113
15118
|
"maximum": 255,
|
|
15114
15119
|
"description": "one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB"
|
|
15115
15120
|
},
|
|
15121
|
+
"maxSpeechRMS": {
|
|
15122
|
+
"type": "integer",
|
|
15123
|
+
"minimum": 0,
|
|
15124
|
+
"maximum": 255,
|
|
15125
|
+
"description": "one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB"
|
|
15126
|
+
},
|
|
15116
15127
|
"speechLength": {
|
|
15117
15128
|
"type": "integer",
|
|
15118
15129
|
"minimum": 0,
|
|
@@ -20152,6 +20163,7 @@
|
|
|
20152
20163
|
"type": "string",
|
|
20153
20164
|
"description": "this defines the sub types of clients",
|
|
20154
20165
|
"enum": [
|
|
20166
|
+
"AUTOMOTIVE_APP",
|
|
20155
20167
|
"DESKTOP_APP",
|
|
20156
20168
|
"DESKTOP_APP_VDI",
|
|
20157
20169
|
"DEVICE_CURRENT",
|
|
@@ -450,6 +450,7 @@
|
|
|
450
450
|
"type": "string",
|
|
451
451
|
"description": "this defines the sub types of clients",
|
|
452
452
|
"enum": [
|
|
453
|
+
"AUTOMOTIVE_APP",
|
|
453
454
|
"DESKTOP_APP",
|
|
454
455
|
"DESKTOP_APP_VDI",
|
|
455
456
|
"DEVICE_CURRENT",
|
|
@@ -3762,6 +3763,12 @@
|
|
|
3762
3763
|
"maximum": 255,
|
|
3763
3764
|
"description": "one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB"
|
|
3764
3765
|
},
|
|
3766
|
+
"maxSpeechRMS": {
|
|
3767
|
+
"type": "integer",
|
|
3768
|
+
"minimum": 0,
|
|
3769
|
+
"maximum": 255,
|
|
3770
|
+
"description": "one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB"
|
|
3771
|
+
},
|
|
3765
3772
|
"speechLength": {
|
|
3766
3773
|
"type": "integer",
|
|
3767
3774
|
"minimum": 0,
|
|
@@ -131,6 +131,7 @@ export interface Event {
|
|
|
131
131
|
* this defines the sub types of clients
|
|
132
132
|
*/
|
|
133
133
|
subClientType?:
|
|
134
|
+
| "AUTOMOTIVE_APP"
|
|
134
135
|
| "DESKTOP_APP"
|
|
135
136
|
| "DESKTOP_APP_VDI"
|
|
136
137
|
| "DEVICE_CURRENT"
|
|
@@ -436,6 +437,7 @@ export interface Event {
|
|
|
436
437
|
* this defines the sub types of clients
|
|
437
438
|
*/
|
|
438
439
|
derivedSubClientType?:
|
|
440
|
+
| "AUTOMOTIVE_APP"
|
|
439
441
|
| "DESKTOP_APP"
|
|
440
442
|
| "DESKTOP_APP_VDI"
|
|
441
443
|
| "DEVICE_CURRENT"
|
|
@@ -1484,6 +1486,7 @@ export interface Event {
|
|
|
1484
1486
|
* this defines the sub types of clients
|
|
1485
1487
|
*/
|
|
1486
1488
|
subClientType?:
|
|
1489
|
+
| "AUTOMOTIVE_APP"
|
|
1487
1490
|
| "DESKTOP_APP"
|
|
1488
1491
|
| "DESKTOP_APP_VDI"
|
|
1489
1492
|
| "DEVICE_CURRENT"
|
|
@@ -3448,6 +3451,7 @@ export interface Event {
|
|
|
3448
3451
|
* this defines the sub types of clients
|
|
3449
3452
|
*/
|
|
3450
3453
|
derivedSubClientType?:
|
|
3454
|
+
| "AUTOMOTIVE_APP"
|
|
3451
3455
|
| "DESKTOP_APP"
|
|
3452
3456
|
| "DESKTOP_APP_VDI"
|
|
3453
3457
|
| "DEVICE_CURRENT"
|
|
@@ -5116,6 +5120,7 @@ export interface Event {
|
|
|
5116
5120
|
* this defines the sub types of clients
|
|
5117
5121
|
*/
|
|
5118
5122
|
derivedSubClientType?:
|
|
5123
|
+
| "AUTOMOTIVE_APP"
|
|
5119
5124
|
| "DESKTOP_APP"
|
|
5120
5125
|
| "DESKTOP_APP_VDI"
|
|
5121
5126
|
| "DEVICE_CURRENT"
|
|
@@ -6170,6 +6175,10 @@ export interface Event {
|
|
|
6170
6175
|
* one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
|
|
6171
6176
|
*/
|
|
6172
6177
|
speechRMS?: number;
|
|
6178
|
+
/**
|
|
6179
|
+
* one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
|
|
6180
|
+
*/
|
|
6181
|
+
maxSpeechRMS?: number;
|
|
6173
6182
|
/**
|
|
6174
6183
|
* one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
|
|
6175
6184
|
*/
|
|
@@ -8148,6 +8157,7 @@ export interface Event {
|
|
|
8148
8157
|
* this defines the sub types of clients
|
|
8149
8158
|
*/
|
|
8150
8159
|
derivedSubClientType?:
|
|
8160
|
+
| "AUTOMOTIVE_APP"
|
|
8151
8161
|
| "DESKTOP_APP"
|
|
8152
8162
|
| "DESKTOP_APP_VDI"
|
|
8153
8163
|
| "DEVICE_CURRENT"
|
|
@@ -9787,6 +9797,7 @@ export interface ClientEvent {
|
|
|
9787
9797
|
* this defines the sub types of clients
|
|
9788
9798
|
*/
|
|
9789
9799
|
derivedSubClientType?:
|
|
9800
|
+
| "AUTOMOTIVE_APP"
|
|
9790
9801
|
| "DESKTOP_APP"
|
|
9791
9802
|
| "DESKTOP_APP_VDI"
|
|
9792
9803
|
| "DEVICE_CURRENT"
|
|
@@ -10835,6 +10846,7 @@ export interface ClientEvent {
|
|
|
10835
10846
|
* this defines the sub types of clients
|
|
10836
10847
|
*/
|
|
10837
10848
|
subClientType?:
|
|
10849
|
+
| "AUTOMOTIVE_APP"
|
|
10838
10850
|
| "DESKTOP_APP"
|
|
10839
10851
|
| "DESKTOP_APP_VDI"
|
|
10840
10852
|
| "DEVICE_CURRENT"
|
|
@@ -12720,6 +12732,7 @@ export interface FeatureEvent {
|
|
|
12720
12732
|
* this defines the sub types of clients
|
|
12721
12733
|
*/
|
|
12722
12734
|
derivedSubClientType?:
|
|
12735
|
+
| "AUTOMOTIVE_APP"
|
|
12723
12736
|
| "DESKTOP_APP"
|
|
12724
12737
|
| "DESKTOP_APP_VDI"
|
|
12725
12738
|
| "DEVICE_CURRENT"
|
|
@@ -14317,6 +14330,7 @@ export interface MediaQualityEvent {
|
|
|
14317
14330
|
* this defines the sub types of clients
|
|
14318
14331
|
*/
|
|
14319
14332
|
derivedSubClientType?:
|
|
14333
|
+
| "AUTOMOTIVE_APP"
|
|
14320
14334
|
| "DESKTOP_APP"
|
|
14321
14335
|
| "DESKTOP_APP_VDI"
|
|
14322
14336
|
| "DEVICE_CURRENT"
|
|
@@ -15368,6 +15382,10 @@ export interface MediaQualityEvent {
|
|
|
15368
15382
|
* one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
|
|
15369
15383
|
*/
|
|
15370
15384
|
speechRMS?: number;
|
|
15385
|
+
/**
|
|
15386
|
+
* one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
|
|
15387
|
+
*/
|
|
15388
|
+
maxSpeechRMS?: number;
|
|
15371
15389
|
/**
|
|
15372
15390
|
* one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
|
|
15373
15391
|
*/
|
package/package.json
CHANGED