@@ -46,7 +46,6 @@ impl ApiDocBuilder for ConfigApiDocBuilder {
4646 . schema ( "IpAddr" , schemas:: ip_addr ( ) )
4747 . schema ( "IpInet" , schemas:: ip_inet ( ) )
4848 . schema ( "macaddr.MacAddr6" , schemas:: mac_addr6 ( ) )
49- . schema_from :: < agama_l10n:: message:: SystemConfig > ( )
5049 . schema_from :: < agama_lib:: bootloader:: model:: BootloaderSettings > ( )
5150 . schema_from :: < agama_lib:: file_source:: FileSource > ( )
5251 . schema_from :: < agama_lib:: files:: model:: UserFile > ( )
@@ -161,13 +160,14 @@ impl ApiDocBuilder for ConfigApiDocBuilder {
161160 . schema_from :: < crate :: server:: types:: ConfigPatch > ( )
162161 . schema_from :: < crate :: server:: types:: IssuesMap > ( )
163162 . schema_from :: < crate :: software:: web:: SoftwareProposal > ( )
164- . schema_from :: < agama_manager:: message:: Action > ( )
165163 . schema_from :: < agama_utils:: api:: Status > ( )
166- . schema_from :: < agama_utils:: api:: Progress > ( )
167164 . schema_from :: < agama_utils:: api:: status:: State > ( )
165+ . schema_from :: < agama_utils:: api:: Progress > ( )
168166 . schema_from :: < agama_utils:: api:: Scope > ( )
167+ . schema_from :: < agama_utils:: api:: Action > ( )
169168 . schema_from :: < agama_utils:: api:: SystemInfo > ( )
170169 . schema_from :: < agama_utils:: api:: l10n:: SystemInfo > ( )
170+ . schema_from :: < agama_utils:: api:: l10n:: SystemConfig > ( )
171171 . schema_from :: < agama_utils:: api:: l10n:: LocaleEntry > ( )
172172 . schema_from :: < agama_utils:: api:: l10n:: Keymap > ( )
173173 . schema_from :: < agama_utils:: api:: l10n:: TimezoneEntry > ( )
0 commit comments