Skip to content

Commit 7d25284

Browse files
CopilotGermanBluefoxApollon77
authored
Add repoReadTime field to RepoInfo interface for repository read timing (#3102)
* Initial plan * Initial exploration and plan for adding repoReadTime typing Co-authored-by: GermanBluefox <[email protected]> * Add repoReadTime field to RepoInfo interface Co-authored-by: GermanBluefox <[email protected]> * Revert auto-generated documentation changes, keep only RepoInfo typing change Co-authored-by: GermanBluefox <[email protected]> * Revert package-lock.json changes to maintain minimal PR scope Co-authored-by: Apollon77 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: GermanBluefox <[email protected]> Co-authored-by: Apollon77 <[email protected]> Co-authored-by: Ingo Fischer <[email protected]> Co-authored-by: Bluefox <[email protected]>
1 parent 57490e3 commit 7d25284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/types-dev/objects.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,8 @@ declare global {
10651065
name: Required<ioBroker.Translated>;
10661066
/** Time of repository update */
10671067
repoTime: string;
1068+
/** Time when repository was last read/fetched */
1069+
repoReadTime?: string;
10681070
}
10691071

10701072
interface RepositoryJson {

0 commit comments

Comments
 (0)