@webex/internal-plugin-metrics 3.8.0-next.16 → 3.8.0-next.17

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
@@ -148,7 +148,7 @@ var Metrics = _webexCore.WebexPlugin.extend({
148
148
  }
149
149
  });
150
150
  },
151
- version: "3.8.0-next.16"
151
+ version: "3.8.0-next.17"
152
152
  });
153
153
  var _default = exports.default = Metrics;
154
154
  //# sourceMappingURL=metrics.js.map
@@ -68,7 +68,7 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
68
68
  * @returns
69
69
  */
70
70
  getOrigin(options: GetOriginOptions, meetingId?: string): {
71
- name: "endpoint" | "addin" | "antares" | "appapi" | "beech" | "breakout" | "calendar" | "cb" | "cca" | "ccc" | "cloudproxy" | "crc" | "edonus" | "givr" | "hecate" | "hedge" | "hesiod" | "homer" | "superhomer" | "l2sip" | "linus" | "locus" | "mbs" | "mcc" | "mcs" | "mercury" | "mes" | "mjs" | "mmp" | "mygdon" | "ngservice" | "orpheus" | "page" | "poros" | "publicapi" | "rhesos" | "terminus" | "tpgw" | "ucc" | "wdm" | "webexivr" | "meetingcontainer";
71
+ name: "endpoint" | "addin" | "antares" | "appapi" | "beech" | "breakout" | "calendar" | "cb" | "cca" | "ccc" | "cloudproxy" | "crc" | "edonus" | "givr" | "hecate" | "hedge" | "hesiod" | "homer" | "idbroker" | "superhomer" | "l2sip" | "linus" | "locus" | "mbs" | "mcc" | "mcs" | "mercury" | "mes" | "mjs" | "mmp" | "mygdon" | "ngservice" | "orpheus" | "page" | "poros" | "publicapi" | "rhesos" | "terminus" | "tpgw" | "ucc" | "wdm" | "webexivr" | "meetingcontainer";
72
72
  userAgent: string;
73
73
  buildType?: "debug" | "test" | "prod" | "tap" | "analyzer-test";
74
74
  upgradeChannel?: string;
@@ -88,11 +88,14 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
88
88
  localNetworkPrefix?: string;
89
89
  publicNetworkPrefix?: string;
90
90
  browserLaunchMethod?: "url-handler" | "activex" | "npapi" | "extension" | "cwsapi" | "java" | "tfs" | "webacd" | "thinclient" | "switch-to-web" | "switch-to-native";
91
- clientLaunchMethod?: "url-handler" | "universal-link" | "voice-command" | "notification" | "manual" | "teams-cross-launch" | "mc-cross-launch";
91
+ clientLaunchMethod?: "url-handler" | "universal-link" | "voice-command" | "notification" | "manual" | "teams-cross-launch" | "mc-cross-launch" | "cws" | "launcher" | "cws-launcher";
92
92
  browser?: string;
93
93
  browserVersion?: string;
94
- clientType?: "MEETING_CENTER" | "EVENT_CENTER" | "TRAINING_CENTER" | "TEAMS_CLIENT" | "TEAMS_DEVICE" | "TEAMS_SHARE" | "SIP" | "RECORDING" | "CLOUD_AWARE_SIP" | "TEAMS_WXC_CLIENT" | "WXC_CLIENT" | "WXC_DEVICE" | "WEBEX_JS_SDK" | "VOICEA_CLIENT" | "CISCO_SIP_GW" | "WEBEX_SDK" | "CPAAS_THIRD_PARTY_SDK" | "WXC_THIRD_PARTY" | "WXCC";
95
- subClientType?: "TEAMS_DEVICE" | "AUTOMOTIVE_APP" | "DESKTOP_APP" | "DESKTOP_APP_VDI" | "DEVICE_CURRENT" | "DEVICE_LEGACY_2020" | "HOLOGRAM_HEADSET_APP" | "HVDI_APP" | "MIXED" | "MOBILE_APP" | "MOBILE_NETWORK" | "PAGE" | "VDI_APP" | "WEB_APP";
94
+ clientType?: "MEETING_CENTER" | "EVENT_CENTER" | "TRAINING_CENTER" | "TEAMS_CLIENT" | "TEAMS_DEVICE" | "TEAMS_SHARE" | "SIP" | "RECORDING" | "CLOUD_AWARE_SIP" | "TEAMS_WXC_CLIENT" | "WXC_CLIENT" | "WXC_DEVICE" | "WEBEX_JS_SDK" | "VOICEA_CLIENT" | "CISCO_SIP_GW" | "WEBEX_SDK" | "CPAAS_THIRD_PARTY_SDK" | "WXC_THIRD_PARTY" | "WXCC" | "TEAMS_PHONE"; /**
95
+ * Constructor
96
+ * @param args
97
+ */
98
+ subClientType?: "TEAMS_DEVICE" | "AUTOMOTIVE_APP" | "DESKTOP_APP" | "DESKTOP_APP_VDI" | "DEVICE_CURRENT" | "DEVICE_LEGACY_2020" | "HOLOGRAM_HEADSET_APP" | "HVDI_APP" | "MIXED" | "MOBILE_APP" | "MOBILE_NETWORK" | "PAGE" | "VDI_APP" | "WEB_APP" | "PHONE_NOVUM" | "PHONE_ESPRESSO" | "PHONE_BUMBLEBEE";
96
99
  schedulingClientType?: "TEAMS_CLIENT" | "GOOGLE_ADDON" | "PT" | "PUBLIC_API" | "UNIFIED_PAGE" | "WEBEX_PAGE" | "GOOGLE_NOTIFICATION_CALENDAR" | "MSFT_NOTIFICATION_ADDIN" | "MSFT_NOTIFICATION_CALENDAR" | "OUTLOOK_ADDIN";
97
100
  clientVersion?: string;
98
101
  clientVersionStatus?: "CURRENT" | "LEGACY" | "UNSUPPORTED";
@@ -148,6 +151,7 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
148
151
  * @param options
149
152
  */
150
153
  getIdentifiers(options: GetIdentifiersOptions): {
154
+ aggregatedBreakoutMoveId?: string;
151
155
  attendeeId?: string;
152
156
  participantId?: string;
153
157
  breakoutGroupId?: string;
@@ -231,6 +235,7 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
231
235
  correlationId: string;
232
236
  additionalProperties?: false;
233
237
  } | {
238
+ aggregatedBreakoutMoveId?: string;
234
239
  attendeeId?: string;
235
240
  participantId?: string;
236
241
  breakoutGroupId?: string;
package/package.json CHANGED
@@ -26,22 +26,22 @@
26
26
  "@webex/eslint-config-legacy": "0.0.0",
27
27
  "@webex/jest-config-legacy": "0.0.0",
28
28
  "@webex/legacy-tools": "0.0.0",
29
- "@webex/test-helper-chai": "3.8.0-next.16",
30
- "@webex/test-helper-mocha": "3.8.0-next.16",
31
- "@webex/test-helper-mock-webex": "3.8.0-next.16",
32
- "@webex/test-helper-test-users": "3.8.0-next.16",
29
+ "@webex/test-helper-chai": "3.8.0-next.17",
30
+ "@webex/test-helper-mocha": "3.8.0-next.17",
31
+ "@webex/test-helper-mock-webex": "3.8.0-next.17",
32
+ "@webex/test-helper-test-users": "3.8.0-next.17",
33
33
  "eslint": "^8.24.0",
34
34
  "prettier": "^2.7.1",
35
35
  "sinon": "^9.2.4"
36
36
  },
37
37
  "dependencies": {
38
- "@webex/common": "3.8.0-next.16",
39
- "@webex/common-timers": "3.8.0-next.16",
40
- "@webex/event-dictionary-ts": "^1.0.1688",
41
- "@webex/internal-plugin-metrics": "3.8.0-next.16",
42
- "@webex/test-helper-chai": "3.8.0-next.16",
43
- "@webex/test-helper-mock-webex": "3.8.0-next.16",
44
- "@webex/webex-core": "3.8.0-next.16",
38
+ "@webex/common": "3.8.0-next.17",
39
+ "@webex/common-timers": "3.8.0-next.17",
40
+ "@webex/event-dictionary-ts": "^1.0.1753",
41
+ "@webex/internal-plugin-metrics": "3.8.0-next.17",
42
+ "@webex/test-helper-chai": "3.8.0-next.17",
43
+ "@webex/test-helper-mock-webex": "3.8.0-next.17",
44
+ "@webex/webex-core": "3.8.0-next.17",
45
45
  "ip-anonymize": "^0.1.0",
46
46
  "lodash": "^4.17.21",
47
47
  "uuid": "^3.3.2"
@@ -54,5 +54,5 @@
54
54
  "test:style": "eslint ./src/**/*.*",
55
55
  "test:unit": "webex-legacy-tools test --unit --runner mocha"
56
56
  },
57
- "version": "3.8.0-next.16"
57
+ "version": "3.8.0-next.17"
58
58
  }