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