@river-build/proto
Advanced tools
Comparing version 0.0.56 to 0.0.57
@@ -800,2 +800,6 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
bio: string; | ||
/** | ||
* @generated from field: optional uint64 updated_at_epoch_ms = 2; | ||
*/ | ||
updatedAtEpochMs?: bigint; | ||
constructor(data?: PartialMessage<UserBio>); | ||
@@ -802,0 +806,0 @@ static readonly runtime: typeof proto3; |
@@ -1108,2 +1108,6 @@ // @generated by protoc-gen-es v1.9.0 with parameter "target=ts" | ||
bio = ""; | ||
/** | ||
* @generated from field: optional uint64 updated_at_epoch_ms = 2; | ||
*/ | ||
updatedAtEpochMs; | ||
constructor(data) { | ||
@@ -1117,2 +1121,3 @@ super(); | ||
{ no: 1, name: "bio", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 2, name: "updated_at_epoch_ms", kind: "scalar", T: 4 /* ScalarType.UINT64 */, opt: true }, | ||
]); | ||
@@ -1119,0 +1124,0 @@ static fromBinary(bytes, options) { |
{ | ||
"name": "@river-build/proto", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"packageManager": "yarn@3.8.0", | ||
@@ -30,3 +30,3 @@ "type": "module", | ||
"@connectrpc/protoc-gen-connect-es": "^1.4.0", | ||
"@river-build/proto-source": "^0.0.56", | ||
"@river-build/proto-source": "^0.0.57", | ||
"@types/jest": "^29.5.3", | ||
@@ -44,3 +44,3 @@ "@types/node": "^20.5.0", | ||
], | ||
"gitHead": "284f37b74f2e351eb81319d00780a267d9897817" | ||
"gitHead": "eac9707b9f4170984311f8e6725d320125f367cf" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
656026
9875