@webex/internal-plugin-metrics 3.0.0-beta.240 → 3.0.0-beta.242
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.
package/dist/metrics.js
CHANGED
|
@@ -72,7 +72,7 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
|
|
|
72
72
|
* Returns if the meeting has converged architecture enabled
|
|
73
73
|
* @param options.meetingId
|
|
74
74
|
*/
|
|
75
|
-
subClientType?: "DESKTOP_APP" | "DESKTOP_APP_VDI" | "DEVICE_CURRENT" | "DEVICE_LEGACY_2020" | "
|
|
75
|
+
subClientType?: "TEAMS_DEVICE" | "DESKTOP_APP" | "DESKTOP_APP_VDI" | "DEVICE_CURRENT" | "DEVICE_LEGACY_2020" | "HOLOGRAM_HEADSET_APP" | "HVDI_APP" | "MOBILE_APP" | "MOBILE_NETWORK" | "VDI_APP" | "WEB_APP";
|
|
76
76
|
clientVersion?: string;
|
|
77
77
|
localClientVersion?: string;
|
|
78
78
|
modelNumber?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/internal-plugin-metrics",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.242",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"build": "yarn run -T tsc --declaration true --declarationDir ./dist/types"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@webex/common": "3.0.0-beta.
|
|
32
|
-
"@webex/common-timers": "3.0.0-beta.
|
|
33
|
-
"@webex/event-dictionary-ts": "^1.0.
|
|
34
|
-
"@webex/internal-plugin-device": "3.0.0-beta.
|
|
35
|
-
"@webex/internal-plugin-metrics": "3.0.0-beta.
|
|
36
|
-
"@webex/test-helper-chai": "3.0.0-beta.
|
|
37
|
-
"@webex/test-helper-mock-webex": "3.0.0-beta.
|
|
38
|
-
"@webex/webex-core": "3.0.0-beta.
|
|
31
|
+
"@webex/common": "3.0.0-beta.242",
|
|
32
|
+
"@webex/common-timers": "3.0.0-beta.242",
|
|
33
|
+
"@webex/event-dictionary-ts": "^1.0.1268",
|
|
34
|
+
"@webex/internal-plugin-device": "3.0.0-beta.242",
|
|
35
|
+
"@webex/internal-plugin-metrics": "3.0.0-beta.242",
|
|
36
|
+
"@webex/test-helper-chai": "3.0.0-beta.242",
|
|
37
|
+
"@webex/test-helper-mock-webex": "3.0.0-beta.242",
|
|
38
|
+
"@webex/webex-core": "3.0.0-beta.242"
|
|
39
39
|
}
|
|
40
40
|
}
|