@evercam/api 1.0.0-4976cdc31 → 1.0.0-4af288605

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.
@@ -229,6 +229,7 @@ export type DrawingStats = {
229
229
  };
230
230
  export interface ScrollListener {
231
231
  element: Element | Window;
232
+ event: "scroll" | "resize";
232
233
  handler: () => void;
233
234
  }
234
235
  export interface LeaderLineInstance {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/api",
3
- "version": "1.0.0-4976cdc31",
3
+ "version": "1.0.0-4af288605",
4
4
  "description": "Evercam API client",
5
5
  "repository": {
6
6
  "type": "git",