diff --git a/src/connect.ts b/src/connect.ts index 5f2bd21..1d41d3d 100644 --- a/src/connect.ts +++ b/src/connect.ts @@ -38,3 +38,11 @@ export { updateSnapshot, deleteSnapshot, } from './__generated__/snapshots-SnapshotsService_connectquery' +export { + createAPIKey, + deleteAPIKey, + listAPIKeys, + getAPIKey, + exchangeKeyForToken, + updateAPIKey, +} from './__generated__/apikey-ApiKeyService_connectquery' diff --git a/src/protobuf.ts b/src/protobuf.ts index 85a60f1..764ea97 100644 --- a/src/protobuf.ts +++ b/src/protobuf.ts @@ -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'