@ray-js/robot-map-sdk 0.0.3-beta-28 → 0.0.3-beta-29

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
@@ -1319,6 +1319,7 @@ declare class Interaction extends Container {
1319
1319
  }>;
1320
1320
  firstTouchId: number | null;
1321
1321
  secondTouchId: number | null;
1322
+ taintedPointers: Set<number>;
1322
1323
  zoomFactor: number;
1323
1324
  scaleMin: number;
1324
1325
  scaleMax: number;