fix: re-add missing repo props

This commit is contained in:
orion 2023-11-28 10:46:24 -06:00
parent 8e0009350d
commit fc37992181
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -346,6 +346,8 @@ type Repo =
+ RepoGiteaSettingsMutable + RepoGiteaSettingsMutable
+ RepoPermsMutable + RepoPermsMutable
+ RepoPermsImmutable + RepoPermsImmutable
+ RepoSectionProfileMutable
+ RepoSectionProfileImmutable
+ RepoSectionVisibilityMutable + RepoSectionVisibilityMutable
+ RepoSectionVisibilityImmutable + RepoSectionVisibilityImmutable
+ RepoSectionMergeSettingsMutable () + RepoSectionMergeSettingsMutable ()
@ -357,6 +359,7 @@ type RepoUpdate =
+ RepoSectionGiteaStatsMutable + RepoSectionGiteaStatsMutable
+ RepoGiteaSettingsMutable + RepoGiteaSettingsMutable
+ RepoPermsMutable + RepoPermsMutable
+ RepoSectionProfileMutable
+ RepoSectionVisibilityMutable + RepoSectionVisibilityMutable
+ RepoSectionMergeSettingsMutable () + RepoSectionMergeSettingsMutable ()
) )