@hatiolab/things-scene 3.1.10 → 3.1.11

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/things-scene.d.ts CHANGED
@@ -597,6 +597,7 @@ declare module '@hatiolab/things-scene' {
597
597
  zorder(type: 'forward' | 'backward' | 'front' | string): void
598
598
 
599
599
  data: object
600
+ dataByRefid: object
600
601
 
601
602
  anchorStarterTemplate: object
602
603