@webex/event-dictionary-ts 1.0.2243 → 1.0.2244

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.
@@ -8666,9 +8666,6 @@
8666
8666
  "attempt",
8667
8667
  "cancel"
8668
8668
  ]
8669
- },
8670
- "isCatalogOverride": {
8671
- "type": "boolean"
8672
8669
  }
8673
8670
  }
8674
8671
  }
@@ -9332,9 +9332,6 @@
9332
9332
  "attempt",
9333
9333
  "cancel"
9334
9334
  ]
9335
- },
9336
- "isCatalogOverride": {
9337
- "type": "boolean"
9338
9335
  }
9339
9336
  }
9340
9337
  },
@@ -4523,7 +4523,6 @@ export interface Event {
4523
4523
  * Leave State - Set in some client.call.leave events. Indicates if the leave state is a leave attempt, or if the leave attempt was cancelled
4524
4524
  */
4525
4525
  leaveState?: "attempt" | "cancel";
4526
- isCatalogOverride?: boolean;
4527
4526
  additionalProperties?: never;
4528
4527
  }
4529
4528
  | {
@@ -21348,7 +21347,6 @@ export interface ClientEvent {
21348
21347
  * Leave State - Set in some client.call.leave events. Indicates if the leave state is a leave attempt, or if the leave attempt was cancelled
21349
21348
  */
21350
21349
  leaveState?: "attempt" | "cancel";
21351
- isCatalogOverride?: boolean;
21352
21350
  additionalProperties?: never;
21353
21351
  }
21354
21352
 
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.2243"
35
+ "version": "1.0.2244"
36
36
  }