@webex/web-media-effects-types 2.22.8 → 2.23.0

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 +2 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -264,7 +264,8 @@ declare function debounce<F extends (...args: Parameters<F>) => ReturnType<F>>(f
264
264
  declare enum VirtualBackgroundMode {
265
265
  Blur = "BLUR",
266
266
  Image = "IMAGE",
267
- Video = "VIDEO"
267
+ Video = "VIDEO",
268
+ Passthrough = "PASSTHROUGH"
268
269
  }
269
270
  type LadonOverrides = {
270
271
  modelUri?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-media-effects-types",
3
- "version": "2.22.8",
3
+ "version": "2.23.0",
4
4
  "description": "TypeScript definitions for @webex/web-media-effects",
5
5
  "main": "",
6
6
  "types": "index.d.ts",