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

@@ -9,7 +9,7 @@ public interface LibraryClient {
ResponseWithHeaders<String> getFileHash(String url, Float type) throws ApiException;
ResponseWithHeaders<47.one0.models.GetRecentlyAddedResponse> getRecentlyAdded() throws ApiException;
ResponseWithHeaders<String> getLibraries() throws ApiException;
ResponseWithHeaders<String> getLibrary(Float sectionId, Float includeDetails) throws ApiException;
ResponseWithHeaders<String> getLibrary(Float sectionId, Integer includeDetails) throws ApiException;
ResponseWithHeaders<String> deleteLibrary(Float sectionId) throws ApiException;
ResponseWithHeaders<String> getLibraryItems(Float sectionId, Float type, String filter) throws ApiException;
ResponseWithHeaders<String> refreshLibrary(Float sectionId) throws ApiException;