@webex/event-dictionary-ts 1.0.2199 → 1.0.2201

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.
@@ -20652,7 +20652,7 @@
20652
20652
  },
20653
20653
  "meanRelitPostProcessMillis": {
20654
20654
  "type": "integer",
20655
- "minimum": 0,
20655
+ "minimum": -1,
20656
20656
  "maximum": 127
20657
20657
  },
20658
20658
  "faceDetectMillis": {
@@ -6488,7 +6488,7 @@
6488
6488
  },
6489
6489
  "meanRelitPostProcessMillis": {
6490
6490
  "type": "integer",
6491
- "minimum": 0,
6491
+ "minimum": -1,
6492
6492
  "maximum": 127
6493
6493
  },
6494
6494
  "faceDetectMillis": {
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2199"
35
+ "version": "1.0.2201"
36
36
  }