@webex/event-dictionary-ts 1.0.1925 → 1.0.1927

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.
@@ -13141,6 +13141,9 @@
13141
13141
  "joinedUserCount": {
13142
13142
  "type": "integer"
13143
13143
  },
13144
+ "joinedUserLicense": {
13145
+ "type": "integer"
13146
+ },
13144
13147
  "participantCount": {
13145
13148
  "type": "integer"
13146
13149
  },
@@ -6045,6 +6045,7 @@ export interface Event {
6045
6045
  numLocusCreateVenueRequest?: number;
6046
6046
  indentityTrustLevel?: "internal" | "external" | "unverified";
6047
6047
  joinedUserCount?: number;
6048
+ joinedUserLicense?: number;
6048
6049
  participantCount?: number;
6049
6050
  confluenceCount?: number;
6050
6051
  countryCode?: string;
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.1925"
30
+ "version": "1.0.1927"
31
31
  }