fork of hey-api/openapi-ts because I need some additional things
at main 106 lines 2.1 kB view raw
1// This file is auto-generated by @hey-api/openapi-ts 2 3export { 4 addPet, 5 createUser, 6 createUsersWithListInput, 7 deleteOrder, 8 deletePet, 9 deleteUser, 10 findPetsByStatus, 11 findPetsByTags, 12 getInventory, 13 getOrderById, 14 getPetById, 15 getUserByName, 16 loginUser, 17 logoutUser, 18 type Options, 19 placeOrder, 20 updatePet, 21 updatePetWithForm, 22 updateUser, 23 uploadFile, 24} from './sdk.gen'; 25export type { 26 AddPetData, 27 AddPetErrors, 28 AddPetResponse, 29 AddPetResponses, 30 ApiResponse, 31 Category, 32 ClientOptions, 33 CreateUserData, 34 CreateUserErrors, 35 CreateUserResponse, 36 CreateUserResponses, 37 CreateUsersWithListInputData, 38 CreateUsersWithListInputErrors, 39 CreateUsersWithListInputResponse, 40 CreateUsersWithListInputResponses, 41 DeleteOrderData, 42 DeleteOrderErrors, 43 DeleteOrderResponses, 44 DeletePetData, 45 DeletePetErrors, 46 DeletePetResponses, 47 DeleteUserData, 48 DeleteUserErrors, 49 DeleteUserResponses, 50 FindPetsByStatusData, 51 FindPetsByStatusErrors, 52 FindPetsByStatusResponse, 53 FindPetsByStatusResponses, 54 FindPetsByTagsData, 55 FindPetsByTagsErrors, 56 FindPetsByTagsResponse, 57 FindPetsByTagsResponses, 58 GetInventoryData, 59 GetInventoryErrors, 60 GetInventoryResponse, 61 GetInventoryResponses, 62 GetOrderByIdData, 63 GetOrderByIdErrors, 64 GetOrderByIdResponse, 65 GetOrderByIdResponses, 66 GetPetByIdData, 67 GetPetByIdErrors, 68 GetPetByIdResponse, 69 GetPetByIdResponses, 70 GetUserByNameData, 71 GetUserByNameErrors, 72 GetUserByNameResponse, 73 GetUserByNameResponses, 74 LoginUserData, 75 LoginUserErrors, 76 LoginUserResponse, 77 LoginUserResponses, 78 LogoutUserData, 79 LogoutUserErrors, 80 LogoutUserResponses, 81 Order, 82 Pet, 83 Pet2, 84 PlaceOrderData, 85 PlaceOrderErrors, 86 PlaceOrderResponse, 87 PlaceOrderResponses, 88 Tag, 89 UpdatePetData, 90 UpdatePetErrors, 91 UpdatePetResponse, 92 UpdatePetResponses, 93 UpdatePetWithFormData, 94 UpdatePetWithFormErrors, 95 UpdatePetWithFormResponse, 96 UpdatePetWithFormResponses, 97 UpdateUserData, 98 UpdateUserErrors, 99 UpdateUserResponses, 100 UploadFileData, 101 UploadFileErrors, 102 UploadFileResponse, 103 UploadFileResponses, 104 User, 105 UserArray, 106} from './types.gen';