@interopio/desktop 6.3.1 → 6.4.0

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.
@@ -18508,12 +18508,12 @@
18508
18508
  }
18509
18509
  async function setRestrictions(restrictions) {
18510
18510
  var _a;
18511
- const result = await interop.invoke(T42_ANNOUNCE_METHOD_NAME, {
18511
+ await interop.invoke(T42_ANNOUNCE_METHOD_NAME, {
18512
18512
  swId: (_a = restrictions.windowId) !== null && _a !== void 0 ? _a : windowId,
18513
18513
  command: "restrict",
18514
18514
  data: restrictions
18515
18515
  });
18516
- return result.returned;
18516
+ return;
18517
18517
  }
18518
18518
  async function getRestrictionsByWindow(id) {
18519
18519
  try {
@@ -18529,12 +18529,12 @@
18529
18529
  }
18530
18530
  async function setRestrictionsForAllChannels(restrictions) {
18531
18531
  var _a;
18532
- const result = await interop.invoke(T42_ANNOUNCE_METHOD_NAME, {
18532
+ await interop.invoke(T42_ANNOUNCE_METHOD_NAME, {
18533
18533
  swId: (_a = restrictions.windowId) !== null && _a !== void 0 ? _a : windowId,
18534
18534
  command: "restrictAll",
18535
18535
  data: restrictions
18536
18536
  });
18537
- return result.returned;
18537
+ return;
18538
18538
  }
18539
18539
  async function getWindowsWithChannels(filter) {
18540
18540
  const result = await interop.invoke(T42_ANNOUNCE_METHOD_NAME, { command: "getChannelsInfo", data: { filter } });
@@ -19059,7 +19059,7 @@
19059
19059
  };
19060
19060
  }
19061
19061
 
19062
- var version = "6.3.1";
19062
+ var version = "6.4.0";
19063
19063
 
19064
19064
  var prepareConfig = (options) => {
19065
19065
  function getLibConfig(value, defaultMode, trueMode) {