@webex/event-dictionary-ts 1.0.1681 → 1.0.1682

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.
@@ -17732,7 +17732,7 @@
17732
17732
  "sourceIdentifier": {
17733
17733
  "type": "string"
17734
17734
  },
17735
- "associatedCorrelationId": {
17735
+ "correlationId": {
17736
17736
  "type": "string"
17737
17737
  },
17738
17738
  "lastIntervalNumber": {
@@ -5297,7 +5297,7 @@
5297
5297
  "sourceIdentifier": {
5298
5298
  "type": "string"
5299
5299
  },
5300
- "associatedCorrelationId": {
5300
+ "correlationId": {
5301
5301
  "type": "string"
5302
5302
  },
5303
5303
  "lastIntervalNumber": {
@@ -7587,7 +7587,7 @@ export interface Event {
7587
7587
  contentSourceInputs?: {
7588
7588
  sourceType: {};
7589
7589
  sourceIdentifier: string;
7590
- associatedCorrelationId?: string;
7590
+ correlationId?: string;
7591
7591
  lastIntervalNumber?: number;
7592
7592
  height: number;
7593
7593
  width: number;
@@ -20671,7 +20671,7 @@ export interface MediaQualityEvent {
20671
20671
  contentSourceInputs?: {
20672
20672
  sourceType: {};
20673
20673
  sourceIdentifier: string;
20674
- associatedCorrelationId?: string;
20674
+ correlationId?: string;
20675
20675
  lastIntervalNumber?: number;
20676
20676
  height: number;
20677
20677
  width: number;
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1681"
31
+ "version": "1.0.1682"
32
32
  }