@webex/event-dictionary-ts 1.0.1408 → 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",
@@ -20158,6 +20163,7 @@
20158
20163
  "type": "string",
20159
20164
  "description": "this defines the sub types of clients",
20160
20165
  "enum": [
20166
+ "AUTOMOTIVE_APP",
20161
20167
  "DESKTOP_APP",
20162
20168
  "DESKTOP_APP_VDI",
20163
20169
  "DEVICE_CURRENT",
@@ -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",
@@ -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",
@@ -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"
@@ -8152,6 +8157,7 @@ export interface Event {
8152
8157
  * this defines the sub types of clients
8153
8158
  */
8154
8159
  derivedSubClientType?:
8160
+ | "AUTOMOTIVE_APP"
8155
8161
  | "DESKTOP_APP"
8156
8162
  | "DESKTOP_APP_VDI"
8157
8163
  | "DEVICE_CURRENT"
@@ -9791,6 +9797,7 @@ export interface ClientEvent {
9791
9797
  * this defines the sub types of clients
9792
9798
  */
9793
9799
  derivedSubClientType?:
9800
+ | "AUTOMOTIVE_APP"
9794
9801
  | "DESKTOP_APP"
9795
9802
  | "DESKTOP_APP_VDI"
9796
9803
  | "DEVICE_CURRENT"
@@ -10839,6 +10846,7 @@ export interface ClientEvent {
10839
10846
  * this defines the sub types of clients
10840
10847
  */
10841
10848
  subClientType?:
10849
+ | "AUTOMOTIVE_APP"
10842
10850
  | "DESKTOP_APP"
10843
10851
  | "DESKTOP_APP_VDI"
10844
10852
  | "DEVICE_CURRENT"
@@ -12724,6 +12732,7 @@ export interface FeatureEvent {
12724
12732
  * this defines the sub types of clients
12725
12733
  */
12726
12734
  derivedSubClientType?:
12735
+ | "AUTOMOTIVE_APP"
12727
12736
  | "DESKTOP_APP"
12728
12737
  | "DESKTOP_APP_VDI"
12729
12738
  | "DEVICE_CURRENT"
@@ -14321,6 +14330,7 @@ export interface MediaQualityEvent {
14321
14330
  * this defines the sub types of clients
14322
14331
  */
14323
14332
  derivedSubClientType?:
14333
+ | "AUTOMOTIVE_APP"
14324
14334
  | "DESKTOP_APP"
14325
14335
  | "DESKTOP_APP_VDI"
14326
14336
  | "DEVICE_CURRENT"
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1408"
31
+ "version": "1.0.1409"
32
32
  }