@luminocity/lemonate-gateway 8.2.5 → 8.2.7

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.
package/dist/index.d.ts CHANGED
@@ -4216,9 +4216,9 @@ declare class ProxyEvent {
4216
4216
  setFieldId(id: string): void;
4217
4217
  setIsLink(isLink: boolean): void;
4218
4218
  clone(): ProxyEvent & this;
4219
- isWithinMergeDeltaOf(other: ProxyEvent): boolean;
4220
- isMergeableWith(other: ProxyEvent): any;
4221
- merge(other: ProxyEvent): (ProxyEvent & this) | null;
4219
+ isWithinMergeDeltaOf(other: ProxyEvent, thresholdInMs: number): boolean;
4220
+ isMergeableWith(other: ProxyEvent, threshold: number): boolean;
4221
+ merge(other: ProxyEvent, threshold: number): (ProxyEvent & this) | null;
4222
4222
  }
4223
4223
 
4224
4224
  declare class SnapshotEntry {