@webex/event-dictionary-ts 1.0.2140 → 1.0.2142

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.
@@ -7991,8 +7991,7 @@
7991
7991
  "additionalProperties": true,
7992
7992
  "properties": {
7993
7993
  "bwcCallId": {
7994
- "type": "integer",
7995
- "minimum": 0
7994
+ "type": "integer"
7996
7995
  },
7997
7996
  "bwcCallType": {
7998
7997
  "enum": [
@@ -8568,8 +8568,7 @@
8568
8568
  "additionalProperties": true,
8569
8569
  "properties": {
8570
8570
  "bwcCallId": {
8571
- "type": "integer",
8572
- "minimum": 0
8571
+ "type": "integer"
8573
8572
  },
8574
8573
  "bwcCallType": {
8575
8574
  "enum": [
package/package.json CHANGED
@@ -23,9 +23,14 @@
23
23
  "shelljs": "^0.8.5",
24
24
  "webapi-parser": "^0.5.0"
25
25
  },
26
+ "overrides": {
27
+ "webapi-parser": {
28
+ "ajv": "^6.14.0"
29
+ }
30
+ },
26
31
  "publishConfig": {
27
32
  "access": "public",
28
33
  "registry": "https://registry.npmjs.org"
29
34
  },
30
- "version": "1.0.2140"
35
+ "version": "1.0.2142"
31
36
  }