@webex/event-dictionary-ts 1.0.2241 → 1.0.2242

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.
@@ -14467,6 +14467,9 @@
14467
14467
  },
14468
14468
  "isMain": {
14469
14469
  "type": "boolean"
14470
+ },
14471
+ "isCatalogOverride": {
14472
+ "type": "boolean"
14470
14473
  }
14471
14474
  }
14472
14475
  },
@@ -6720,6 +6720,7 @@ export interface Event {
6720
6720
  isAnswered?: boolean;
6721
6721
  secureMedia?: boolean;
6722
6722
  isMain?: boolean;
6723
+ isCatalogOverride?: boolean;
6723
6724
  additionalProperties?: never;
6724
6725
  }
6725
6726
  | {
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2241"
35
+ "version": "1.0.2242"
36
36
  }