@webex/event-dictionary-ts 1.0.2179 → 1.0.2181

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.
@@ -8382,6 +8382,9 @@
8382
8382
  "PREFER_WEB_JOIN_PROMPT",
8383
8383
  "EULA"
8384
8384
  ]
8385
+ },
8386
+ "isAutomatedUser": {
8387
+ "type": "boolean"
8385
8388
  }
8386
8389
  }
8387
8390
  }
@@ -8986,6 +8986,9 @@
8986
8986
  "PREFER_WEB_JOIN_PROMPT",
8987
8987
  "EULA"
8988
8988
  ]
8989
+ },
8990
+ "isAutomatedUser": {
8991
+ "type": "boolean"
8989
8992
  }
8990
8993
  }
8991
8994
  },
@@ -4347,6 +4347,7 @@ export interface Event {
4347
4347
  additionalProperties?: never;
4348
4348
  };
4349
4349
  dialogType?: DialogType;
4350
+ isAutomatedUser?: boolean;
4350
4351
  additionalProperties?: never;
4351
4352
  }
4352
4353
  | {
@@ -20825,6 +20826,7 @@ export interface ClientEvent {
20825
20826
  additionalProperties?: never;
20826
20827
  };
20827
20828
  dialogType?: DialogType;
20829
+ isAutomatedUser?: boolean;
20828
20830
  additionalProperties?: never;
20829
20831
  }
20830
20832
 
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.2179"
35
+ "version": "1.0.2181"
36
36
  }