@iobroker/adapter-react-v5 8.2.13 → 8.3.1

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright 2020-2025, Denis Haev (bluefox) <dogafox@gmail.com>
2
+ * Copyright 2020-2026, Denis Haev (bluefox) <dogafox@gmail.com>
3
3
  *
4
4
  * MIT License
5
5
  *
@@ -497,7 +497,7 @@ export declare class LegacyConnection {
497
497
  /** The type of object. */
498
498
  type: ioBroker.ObjectType,
499
499
  /** The start ID. */
500
- start: string,
500
+ start?: string,
501
501
  /** The end ID. */
502
502
  end?: string): Promise<Record<string, ioBroker.Object>>;
503
503
  /**