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 <4582016+GermanBluefox@users.noreply.github.com> * Add repoReadTime field to RepoInfo interface Co-authored-by: GermanBluefox <4582016+GermanBluefox@users.noreply.github.com> * Revert auto-generated documentation changes, keep only RepoInfo typing change Co-authored-by: GermanBluefox <4582016+GermanBluefox@users.noreply.github.com> * Revert package-lock.json changes to maintain minimal PR scope Co-authored-by: Apollon77 <11976694+Apollon77@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: GermanBluefox <4582016+GermanBluefox@users.noreply.github.com> Co-authored-by: Apollon77 <11976694+Apollon77@users.noreply.github.com> Co-authored-by: Ingo Fischer <github@fischer-ka.de> Co-authored-by: Bluefox <dogafox@gmail.com>
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)