@webex/internal-plugin-metrics 3.0.0-beta.241 → 3.0.0-beta.243

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
@@ -161,7 +161,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
161
161
  });
162
162
  });
163
163
  },
164
- version: "3.0.0-beta.241"
164
+ version: "3.0.0-beta.243"
165
165
  });
166
166
  var _default = Metrics;
167
167
  exports.default = _default;
@@ -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" | "HVDI_APP" | "MOBILE_APP" | "VDI_APP" | "WEB_APP" | "MOBILE_NETWORK" | "HOLOGRAM_HEADSET_APP";
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.241",
3
+ "version": "3.0.0-beta.243",
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.241",
32
- "@webex/common-timers": "3.0.0-beta.241",
33
- "@webex/event-dictionary-ts": "^1.0.1237",
34
- "@webex/internal-plugin-device": "3.0.0-beta.241",
35
- "@webex/internal-plugin-metrics": "3.0.0-beta.241",
36
- "@webex/test-helper-chai": "3.0.0-beta.241",
37
- "@webex/test-helper-mock-webex": "3.0.0-beta.241",
38
- "@webex/webex-core": "3.0.0-beta.241"
31
+ "@webex/common": "3.0.0-beta.243",
32
+ "@webex/common-timers": "3.0.0-beta.243",
33
+ "@webex/event-dictionary-ts": "^1.0.1268",
34
+ "@webex/internal-plugin-device": "3.0.0-beta.243",
35
+ "@webex/internal-plugin-metrics": "3.0.0-beta.243",
36
+ "@webex/test-helper-chai": "3.0.0-beta.243",
37
+ "@webex/test-helper-mock-webex": "3.0.0-beta.243",
38
+ "@webex/webex-core": "3.0.0-beta.243"
39
39
  }
40
40
  }