@deepdesk/deepdesk-sdk 10.10.1 → 10.10.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.
package/dist/index.d.mts CHANGED
@@ -2145,6 +2145,8 @@ type OverlayOptions = {
2145
2145
  position?: 'fixed' | 'absolute';
2146
2146
  onHide?(): void;
2147
2147
  onShow?(): void;
2148
+ onMoveStart?(): void;
2149
+ onMoveEnd?(): void;
2148
2150
  onRemove?(): void;
2149
2151
  };
2150
2152
  /**
package/dist/index.d.ts CHANGED
@@ -2145,6 +2145,8 @@ type OverlayOptions = {
2145
2145
  position?: 'fixed' | 'absolute';
2146
2146
  onHide?(): void;
2147
2147
  onShow?(): void;
2148
+ onMoveStart?(): void;
2149
+ onMoveEnd?(): void;
2148
2150
  onRemove?(): void;
2149
2151
  };
2150
2152
  /**