@webex/event-dictionary-ts 1.0.1302 → 1.0.1303

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.
@@ -6754,10 +6754,6 @@ export interface Event {
6754
6754
  * one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
6755
6755
  */
6756
6756
  speechRMSRaw?: number;
6757
- /**
6758
- * one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
6759
- */
6760
- speechLengthRaw?: number;
6761
6757
  additionalProperties?: false;
6762
6758
  };
6763
6759
  /**
@@ -15647,10 +15643,6 @@ export interface MediaQualityEvent {
15647
15643
  * one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
15648
15644
  */
15649
15645
  speechRMSRaw?: number;
15650
- /**
15651
- * one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
15652
- */
15653
- speechLengthRaw?: number;
15654
15646
  additionalProperties?: false;
15655
15647
  };
15656
15648
  /**
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.1302"
31
+ "version": "1.0.1303"
32
32
  }