@webex/event-dictionary-ts 1.0.1522 → 1.0.1524

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.
@@ -11864,6 +11864,9 @@
11864
11864
  "timeShotAgeSeconds": {
11865
11865
  "type": "number",
11866
11866
  "multipleOf": 0.1
11867
+ },
11868
+ "trigger": {
11869
+ "type": "string"
11867
11870
  }
11868
11871
  }
11869
11872
  },
@@ -5289,6 +5289,7 @@ export interface Event {
5289
5289
  anycastEntryPoint?: string;
5290
5290
  clientPublicNetworkPrefix?: string;
5291
5291
  timeShotAgeSeconds?: number;
5292
+ trigger?: string;
5292
5293
  additionalProperties?: false;
5293
5294
  };
5294
5295
  isMeetingStartedByCCPUser?: boolean;
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.1522"
31
+ "version": "1.0.1524"
32
32
  }