@iobroker/types 7.0.7 → 7.0.8-alpha.0-20250506-93db56665

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.
Files changed (2) hide show
  1. package/build/types.d.ts +4 -0
  2. package/package.json +2 -2
package/build/types.d.ts CHANGED
@@ -555,6 +555,10 @@ export declare class AdapterClass extends EventEmitter {
555
555
  findForeignObject(idOrName: string, type: ioBroker.CommonType | null, options: {
556
556
  user?: `system.user.${string}`;
557
557
  language?: ioBroker.Languages;
558
+ /** This can be set to true to disable permission checks if they were already checked otherwise. Use it with caution! */
559
+ checked?: boolean;
560
+ /** Search only within the states, that belongs to this user */
561
+ limitToOwnerRights?: boolean;
558
562
  }, callback: ioBroker.FindObjectCallback): void;
559
563
  /**
560
564
  * Find an object by the exact name or ID.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/types",
3
- "version": "7.0.7",
3
+ "version": "7.0.8-alpha.0-20250506-93db56665",
4
4
  "engines": {
5
5
  "node": ">=12.0.0"
6
6
  },
@@ -41,5 +41,5 @@
41
41
  ]
42
42
  }
43
43
  },
44
- "gitHead": "492b11d29b79f28e4479a8b032b4b78a732d797c"
44
+ "gitHead": "fc0c2d9cb322557ce0affef8b2b7b048848355b6"
45
45
  }