@interopio/desktop 6.2.1 → 6.2.2

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.
@@ -18878,7 +18878,7 @@ function factory$3(agm) {
18878
18878
  };
18879
18879
  }
18880
18880
 
18881
- var version = "6.2.1";
18881
+ var version = "6.2.2";
18882
18882
 
18883
18883
  var prepareConfig = (options) => {
18884
18884
  function getLibConfig(value, defaultMode, trueMode) {
@@ -19212,8 +19212,8 @@ class Notifications {
19212
19212
  }
19213
19213
  await this.interop.invoke(this.NotificationsExecuteMethod, { command: "clear", data: { id } });
19214
19214
  }
19215
- async click(id, action) {
19216
- await this.interop.invoke(this.NotificationsExecuteMethod, { command: "click", data: { id, action } });
19215
+ async click(id, action, options) {
19216
+ await this.interop.invoke(this.NotificationsExecuteMethod, { command: "click", data: { id, action, options } });
19217
19217
  }
19218
19218
  async setState(id, state) {
19219
19219
  if (!id) {