@webex/web-media-effects-types 2.33.2 → 2.33.4

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -119,7 +119,7 @@ declare enum NoiseReductionMode {
119
119
  }
120
120
  declare const NoiseReductionModels: {
121
121
  readonly BNR: "bnr";
122
- readonly ST: "st";
122
+ readonly OFMV: "ofmv";
123
123
  };
124
124
  declare type NoiseReductionModel = (typeof NoiseReductionModels)[keyof typeof NoiseReductionModels];
125
125
  declare const DEFAULT_NOISE_REDUCTION_MODEL: NoiseReductionModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-media-effects-types",
3
- "version": "2.33.2",
3
+ "version": "2.33.4",
4
4
  "description": "TypeScript definitions for @webex/web-media-effects",
5
5
  "main": "",
6
6
  "types": "index.d.ts",