@webex/event-dictionary-ts 1.0.2129 → 1.0.2130

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.
@@ -25856,11 +25856,11 @@
25856
25856
  ],
25857
25857
  "properties": {
25858
25858
  "stateType": {
25859
+ "type": "string",
25859
25860
  "enum": [
25860
25861
  "start",
25861
25862
  "middle"
25862
- ],
25863
- "type": "string"
25863
+ ]
25864
25864
  },
25865
25865
  "duration": {
25866
25866
  "type": "number",
@@ -11903,11 +11903,11 @@
11903
11903
  ],
11904
11904
  "properties": {
11905
11905
  "stateType": {
11906
+ "type": "string",
11906
11907
  "enum": [
11907
11908
  "start",
11908
11909
  "middle"
11909
- ],
11910
- "type": "string"
11910
+ ]
11911
11911
  },
11912
11912
  "duration": {
11913
11913
  "type": "number",
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.2129"
30
+ "version": "1.0.2130"
31
31
  }