From 27a9affeb0aec5b40caa49df8430f14073df33fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Nov 2023 02:26:55 +0000 Subject: [PATCH] chore(autofmt): Automated formatting --- frontend/src/protos/xyz/block/ftl/v1/ftl_pb.ts | 6 +++--- protos/xyz/block/ftl/v1/ftl.pb.go | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/protos/xyz/block/ftl/v1/ftl_pb.ts b/frontend/src/protos/xyz/block/ftl/v1/ftl_pb.ts index 7ba96bee31..428c8acad5 100644 --- a/frontend/src/protos/xyz/block/ftl/v1/ftl_pb.ts +++ b/frontend/src/protos/xyz/block/ftl/v1/ftl_pb.ts @@ -211,9 +211,9 @@ export class Metadata_Pair extends Message { key = ""; /** - * @generated from field: string value = 2; + * @generated from field: int32 value = 2; */ - value = ""; + value = 0; constructor(data?: PartialMessage) { super(); @@ -224,7 +224,7 @@ export class Metadata_Pair extends Message { static readonly typeName = "xyz.block.ftl.v1.Metadata.Pair"; static readonly fields: FieldList = proto3.util.newFieldList(() => [ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ }, - { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ }, + { no: 2, name: "value", kind: "scalar", T: 5 /* ScalarType.INT32 */ }, ]); static fromBinary(bytes: Uint8Array, options?: Partial): Metadata_Pair { diff --git a/protos/xyz/block/ftl/v1/ftl.pb.go b/protos/xyz/block/ftl/v1/ftl.pb.go index 97b31b0549..80336233e2 100644 --- a/protos/xyz/block/ftl/v1/ftl.pb.go +++ b/protos/xyz/block/ftl/v1/ftl.pb.go @@ -2153,7 +2153,7 @@ type Metadata_Pair struct { unknownFields protoimpl.UnknownFields Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` - Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` + Value int32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"` } func (x *Metadata_Pair) Reset() { @@ -2195,11 +2195,11 @@ func (x *Metadata_Pair) GetKey() string { return "" } -func (x *Metadata_Pair) GetValue() string { +func (x *Metadata_Pair) GetValue() int32 { if x != nil { return x.Value } - return "" + return 0 } type CallResponse_Error struct { @@ -2785,7 +2785,7 @@ var file_xyz_block_ftl_v1_ftl_proto_rawDesc = []byte{ 0x31, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x69, 0x72, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x1a, 0x2e, 0x0a, 0x04, 0x50, 0x61, 0x69, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, - 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x8f, 0x01, 0x0a, 0x0b, 0x43, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x36, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x78, 0x79, 0x7a, 0x2e,