Skip to content

Commit 1937f07

Browse files
Update protobuf
1 parent eb93c9a commit 1937f07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/gen/depot/build/v1/build_pb.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ export class CreateBuildResponse extends Message<CreateBuildResponse> {
6262
*/
6363
buildId = ''
6464

65+
/**
66+
* @generated from field: string build_token = 2;
67+
*/
68+
buildToken = ''
69+
6570
constructor(data?: PartialMessage<CreateBuildResponse>) {
6671
super()
6772
proto3.util.initPartial(data, this)
@@ -71,6 +76,7 @@ export class CreateBuildResponse extends Message<CreateBuildResponse> {
7176
static readonly typeName = 'depot.build.v1.CreateBuildResponse'
7277
static readonly fields: FieldList = proto3.util.newFieldList(() => [
7378
{no: 1, name: 'build_id', kind: 'scalar', T: 9 /* ScalarType.STRING */},
79+
{no: 2, name: 'build_token', kind: 'scalar', T: 9 /* ScalarType.STRING */},
7480
])
7581

7682
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateBuildResponse {

0 commit comments

Comments
 (0)