@webex/event-dictionary-ts 1.0.1476 → 1.0.1477

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.
@@ -11786,6 +11786,9 @@
11786
11786
  },
11787
11787
  "region": {
11788
11788
  "type": "string"
11789
+ },
11790
+ "isAnswered": {
11791
+ "type": "boolean"
11789
11792
  }
11790
11793
  }
11791
11794
  },
@@ -5199,6 +5199,7 @@ export interface Event {
5199
5199
  confluenceCount?: number;
5200
5200
  countryCode?: string;
5201
5201
  region?: string;
5202
+ isAnswered?: boolean;
5202
5203
  additionalProperties?: false;
5203
5204
  }
5204
5205
  | {
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1476"
31
+ "version": "1.0.1477"
32
32
  }