@webex/internal-plugin-metrics 3.7.0-next.16 → 3.7.0-next.18
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
|
@@ -197,6 +197,7 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
|
|
|
197
197
|
provisionalCorrelationId?: string;
|
|
198
198
|
roomId?: string;
|
|
199
199
|
sessionCorrelationId?: string;
|
|
200
|
+
sharedMediaId?: string;
|
|
200
201
|
sipCallId?: string;
|
|
201
202
|
sipSessionId?: {
|
|
202
203
|
local?: string;
|
|
@@ -279,6 +280,7 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
|
|
|
279
280
|
provisionalCorrelationId?: string;
|
|
280
281
|
roomId?: string;
|
|
281
282
|
sessionCorrelationId?: string;
|
|
283
|
+
sharedMediaId?: string;
|
|
282
284
|
sipCallId?: string;
|
|
283
285
|
sipSessionId?: {
|
|
284
286
|
local?: 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.7.0-next.
|
|
30
|
-
"@webex/test-helper-mocha": "3.7.0-next.
|
|
31
|
-
"@webex/test-helper-mock-webex": "3.7.0-next.
|
|
32
|
-
"@webex/test-helper-test-users": "3.7.0-next.
|
|
29
|
+
"@webex/test-helper-chai": "3.7.0-next.18",
|
|
30
|
+
"@webex/test-helper-mocha": "3.7.0-next.18",
|
|
31
|
+
"@webex/test-helper-mock-webex": "3.7.0-next.18",
|
|
32
|
+
"@webex/test-helper-test-users": "3.7.0-next.18",
|
|
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.7.0-next.
|
|
39
|
-
"@webex/common-timers": "3.7.0-next.
|
|
40
|
-
"@webex/event-dictionary-ts": "^1.0.
|
|
41
|
-
"@webex/internal-plugin-metrics": "3.7.0-next.
|
|
42
|
-
"@webex/test-helper-chai": "3.7.0-next.
|
|
43
|
-
"@webex/test-helper-mock-webex": "3.7.0-next.
|
|
44
|
-
"@webex/webex-core": "3.7.0-next.
|
|
38
|
+
"@webex/common": "3.7.0-next.18",
|
|
39
|
+
"@webex/common-timers": "3.7.0-next.18",
|
|
40
|
+
"@webex/event-dictionary-ts": "^1.0.1688",
|
|
41
|
+
"@webex/internal-plugin-metrics": "3.7.0-next.18",
|
|
42
|
+
"@webex/test-helper-chai": "3.7.0-next.18",
|
|
43
|
+
"@webex/test-helper-mock-webex": "3.7.0-next.18",
|
|
44
|
+
"@webex/webex-core": "3.7.0-next.18",
|
|
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.7.0-next.
|
|
57
|
+
"version": "3.7.0-next.18"
|
|
58
58
|
}
|