@webex/event-dictionary-ts 1.0.1876 → 1.0.1877
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.
|
@@ -282,9 +282,6 @@
|
|
|
282
282
|
"UNSUPPORTED"
|
|
283
283
|
]
|
|
284
284
|
},
|
|
285
|
-
"clientVersionToInstall": {
|
|
286
|
-
"type": "string"
|
|
287
|
-
},
|
|
288
285
|
"localClientVersion": {
|
|
289
286
|
"type": "string"
|
|
290
287
|
},
|
|
@@ -4042,9 +4039,6 @@
|
|
|
4042
4039
|
"UNSUPPORTED"
|
|
4043
4040
|
]
|
|
4044
4041
|
},
|
|
4045
|
-
"clientVersionToInstall": {
|
|
4046
|
-
"type": "string"
|
|
4047
|
-
},
|
|
4048
4042
|
"localClientVersion": {
|
|
4049
4043
|
"type": "string"
|
|
4050
4044
|
},
|
|
@@ -191,7 +191,6 @@ export interface Event {
|
|
|
191
191
|
* this defines the client version status. Determined by call analyzer based on client major version
|
|
192
192
|
*/
|
|
193
193
|
clientVersionStatus?: "CURRENT" | "LEGACY" | "UNSUPPORTED";
|
|
194
|
-
clientVersionToInstall?: string;
|
|
195
194
|
localClientVersion?: string;
|
|
196
195
|
launcherVersion?: string;
|
|
197
196
|
modelNumber?: string;
|
|
@@ -1831,7 +1830,6 @@ export interface Event {
|
|
|
1831
1830
|
* this defines the client version status. Determined by call analyzer based on client major version
|
|
1832
1831
|
*/
|
|
1833
1832
|
clientVersionStatus?: "CURRENT" | "LEGACY" | "UNSUPPORTED";
|
|
1834
|
-
clientVersionToInstall?: string;
|
|
1835
1833
|
localClientVersion?: string;
|
|
1836
1834
|
launcherVersion?: string;
|
|
1837
1835
|
modelNumber?: string;
|
|
@@ -16195,7 +16193,6 @@ export interface ClientEvent {
|
|
|
16195
16193
|
* this defines the client version status. Determined by call analyzer based on client major version
|
|
16196
16194
|
*/
|
|
16197
16195
|
clientVersionStatus?: "CURRENT" | "LEGACY" | "UNSUPPORTED";
|
|
16198
|
-
clientVersionToInstall?: string;
|
|
16199
16196
|
localClientVersion?: string;
|
|
16200
16197
|
launcherVersion?: string;
|
|
16201
16198
|
modelNumber?: string;
|
package/package.json
CHANGED