Skip to content

Commit

Permalink
docs: update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos committed Dec 5, 2024
1 parent ec48d32 commit f56b51c
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion examples/openapi-ts-axios/src/client/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// This file is auto-generated by @hey-api/openapi-ts
export * from './schemas.gen';
export * from './sdk.gen';
export * from './types.gen';
2 changes: 2 additions & 0 deletions examples/openapi-ts-fastify/src/client/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export type ListPetsResponse = ListPetsResponses[keyof ListPetsResponses];

export type CreatePetsData = {
body?: never;
path?: never;
query?: never;
url: '/pets';
};

Expand Down
1 change: 0 additions & 1 deletion examples/openapi-ts-fetch/src/client/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// This file is auto-generated by @hey-api/openapi-ts
export * from './schemas.gen';
export * from './sdk.gen';
export * from './types.gen';
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// This file is auto-generated by @hey-api/openapi-ts
export * from './schemas.gen';
export * from './sdk.gen';
export * from './types.gen';
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// This file is auto-generated by @hey-api/openapi-ts
export * from './schemas.gen';
export * from './sdk.gen';
export * from './types.gen';
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// This file is auto-generated by @hey-api/openapi-ts
export * from './schemas.gen';
export * from './sdk.gen';
export * from './types.gen';
1 change: 0 additions & 1 deletion examples/openapi-ts-tanstack-vue-query/src/client/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// This file is auto-generated by @hey-api/openapi-ts
export * from './schemas.gen'
export * from './sdk.gen'
export * from './types.gen'

0 comments on commit f56b51c

Please sign in to comment.