SDK update generated by liblab

This commit is contained in:
Luke Hagar
2023-12-08 20:09:14 -08:00
parent bec5b122c0
commit d8697f3fa9
25 changed files with 80 additions and 80 deletions

View File

@@ -6,8 +6,8 @@ import 47.one0.exceptions.ApiException;
public interface HubsClient {
ResponseWithHeaders<String> getGlobalHubs(Float count, Float onlyTransient) throws ApiException;
ResponseWithHeaders<String> getLibraryHubs(Float sectionId, Float count, Float onlyTransient) throws ApiException;
ResponseWithHeaders<String> getGlobalHubs(Float count, Integer onlyTransient) throws ApiException;
ResponseWithHeaders<String> getLibraryHubs(Float sectionId, Float count, Integer onlyTransient) throws ApiException;
}