Skip to content

Commit

Permalink
RSDK-9621: Add exports for discovery service (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlookpotts authored Jan 28, 2025
1 parent aed6b50 commit 88206e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,18 @@ export * as boardApi from './gen/component/board/v1/board_pb';
export { CameraClient, type Camera, type MimeType } from './components/camera';
export * as cameraApi from './gen/component/camera/v1/camera_pb';

export { DiscoveryClient, type Discovery } from './services/discovery';
/**
* Raw Protobuf interfaces for a Discovery service.
*
* Generated with https://github.com/connectrpc/connect-es
*
* @deprecated Use {@link DiscoveryService} instead.
* @alpha
* @group Raw Protobufs
*/
export * as discoveryApi from './gen/service/discovery/v1/discovery_pb';

/**
* Raw Protobuf interfaces for an Encoder component.
*
Expand Down

0 comments on commit 88206e2

Please sign in to comment.