@webex/event-dictionary-ts 1.0.1577 → 1.0.1578

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.
@@ -11721,6 +11721,9 @@
11721
11721
  "apiVersion": {
11722
11722
  "type": "integer"
11723
11723
  },
11724
+ "apiTrigger": {
11725
+ "type": "string"
11726
+ },
11724
11727
  "skippedClusters": {
11725
11728
  "type": "array",
11726
11729
  "items": {
@@ -5195,6 +5195,7 @@ export interface Event {
5195
5195
  additionalProperties?: false;
5196
5196
  };
5197
5197
  apiVersion?: number;
5198
+ apiTrigger?: string;
5198
5199
  skippedClusters?: {
5199
5200
  serverOrgId: string;
5200
5201
  serverGroupId: string;
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.1577"
31
+ "version": "1.0.1578"
32
32
  }