@webex/internal-plugin-metrics 3.7.0-next.5 → 3.7.0-next.6

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.7.0-next.5"
151
+ version: "3.7.0-next.6"
152
152
  });
153
153
  var _default = exports.default = Metrics;
154
154
  //# sourceMappingURL=metrics.js.map
@@ -223,6 +223,8 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
223
223
  webexSiteUuid?: string;
224
224
  webexUserId?: number;
225
225
  webexWebDomain?: string;
226
+ recordingId?: string;
227
+ clientCorrelationId?: string;
226
228
  correlationId: string;
227
229
  additionalProperties?: false;
228
230
  } | {
@@ -303,6 +305,8 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
303
305
  webexSiteUuid?: string;
304
306
  webexUserId?: number;
305
307
  webexWebDomain?: string;
308
+ recordingId?: string;
309
+ clientCorrelationId?: string;
306
310
  correlationId: string;
307
311
  additionalProperties?: false;
308
312
  };
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.5",
30
- "@webex/test-helper-mocha": "3.7.0-next.5",
31
- "@webex/test-helper-mock-webex": "3.7.0-next.5",
32
- "@webex/test-helper-test-users": "3.7.0-next.5",
29
+ "@webex/test-helper-chai": "3.7.0-next.6",
30
+ "@webex/test-helper-mocha": "3.7.0-next.6",
31
+ "@webex/test-helper-mock-webex": "3.7.0-next.6",
32
+ "@webex/test-helper-test-users": "3.7.0-next.6",
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.5",
39
- "@webex/common-timers": "3.7.0-next.5",
40
- "@webex/event-dictionary-ts": "^1.0.1594",
41
- "@webex/internal-plugin-metrics": "3.7.0-next.5",
42
- "@webex/test-helper-chai": "3.7.0-next.5",
43
- "@webex/test-helper-mock-webex": "3.7.0-next.5",
44
- "@webex/webex-core": "3.7.0-next.5",
38
+ "@webex/common": "3.7.0-next.6",
39
+ "@webex/common-timers": "3.7.0-next.6",
40
+ "@webex/event-dictionary-ts": "^1.0.1643",
41
+ "@webex/internal-plugin-metrics": "3.7.0-next.6",
42
+ "@webex/test-helper-chai": "3.7.0-next.6",
43
+ "@webex/test-helper-mock-webex": "3.7.0-next.6",
44
+ "@webex/webex-core": "3.7.0-next.6",
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.5"
57
+ "version": "3.7.0-next.6"
58
58
  }