Skip to content

Commit

Permalink
Added tanstack exports (#107)
Browse files Browse the repository at this point in the history
Added required exports
  • Loading branch information
dylanratcliffe authored Jul 11, 2023
1 parent 7589939 commit a226c58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ export {
updateSnapshot,
deleteSnapshot,
} from './__generated__/snapshots-SnapshotsService_connectquery'
export {
createAPIKey,
deleteAPIKey,
listAPIKeys,
getAPIKey,
exchangeKeyForToken,
updateAPIKey,
} from './__generated__/apikey-ApiKeyService_connectquery'
1 change: 1 addition & 0 deletions src/protobuf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export * from './__generated__/gateway_pb'
export * from './__generated__/items_pb'
export * from './__generated__/responses_pb'
export * from './__generated__/snapshots_pb'
export * from './__generated__/apikey_pb'
export type { PartialMessage } from '@bufbuild/protobuf'

0 comments on commit a226c58

Please sign in to comment.