@indigoai-us/hq-cloud 6.15.63 → 6.15.64

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.
@@ -377,6 +377,7 @@ describe("sync", () => {
377
377
  });
378
378
  },
379
379
  deleteMessage: async ({ receiptHandle }) => { deleted.push(receiptHandle); },
380
+ changeMessageVisibility: async () => { },
380
381
  };
381
382
  const results = [];
382
383
  const receiver = new SqsPushReceiver({
@@ -432,6 +433,7 @@ describe("sync", () => {
432
433
  });
433
434
  },
434
435
  deleteMessage: async ({ receiptHandle }) => { deleted.push(receiptHandle); },
436
+ changeMessageVisibility: async () => { },
435
437
  };
436
438
  let attempts = 0;
437
439
  const receiver = new SqsPushReceiver({