Skip to content

Commit 843dfe8

Browse files
viambotgithub-actions[bot]
authored andcommitted
[WORKFLOW] AI update based on proto changes from commit 01623ae
1 parent 95d119a commit 843dfe8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/types.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ export type Sphere = PlainMessage<commonApi.Sphere>;
4848
export type Transform = PlainMessage<commonApi.Transform>;
4949
export type Vector3 = PlainMessage<commonApi.Vector3>;
5050
export type WorldState = PlainMessage<commonApi.WorldState>;
51+
export type AudioInfo = PlainMessage<commonApi.AudioInfo>;
52+
export type GetPropertiesRequest = PlainMessage<commonApi.GetPropertiesRequest>;
53+
export type GetPropertiesResponse = PlainMessage<commonApi.GetPropertiesResponse>;
5154

5255
export const {
5356
Capsule,
@@ -65,6 +68,9 @@ export const {
6568
Transform,
6669
Vector3,
6770
WorldState,
71+
AudioInfo,
72+
GetPropertiesRequest,
73+
GetPropertiesResponse,
6874
} = commonApi;
6975

7076
export const isValidGeoPoint = (value: GeoPoint) => {
@@ -84,4 +90,4 @@ export {
8490
Timestamp,
8591
type JsonValue,
8692
type PlainMessage,
87-
} from '@bufbuild/protobuf';
93+
} from '@bufbuild/protobuf';

0 commit comments

Comments
 (0)