@webex/event-dictionary-ts 1.0.1428 → 1.0.1430

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.
@@ -10496,6 +10496,9 @@
10496
10496
  }
10497
10497
  }
10498
10498
  },
10499
+ "usedJunctionBoxAlias": {
10500
+ "type": "string"
10501
+ },
10499
10502
  "usedMediaServerAlias": {
10500
10503
  "type": "string"
10501
10504
  },
@@ -4541,6 +4541,7 @@ export interface Event {
4541
4541
  | "DEFAULT_CLUSTER";
4542
4542
  additionalProperties?: false;
4543
4543
  };
4544
+ usedJunctionBoxAlias?: string;
4544
4545
  usedMediaServerAlias?: string;
4545
4546
  usedMediaServerType?:
4546
4547
  | "CB"
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.1428"
31
+ "version": "1.0.1430"
32
32
  }