@river-build/proto
Advanced tools
Comparing version 0.0.50 to 0.0.51
@@ -792,2 +792,19 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
} | ||
/** | ||
* @generated from message river.UserBio | ||
*/ | ||
export declare class UserBio extends Message<UserBio> { | ||
/** | ||
* @generated from field: string bio = 1; | ||
*/ | ||
bio: string; | ||
constructor(data?: PartialMessage<UserBio>); | ||
static readonly runtime: typeof proto3; | ||
static readonly typeName = "river.UserBio"; | ||
static readonly fields: FieldList; | ||
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UserBio; | ||
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UserBio; | ||
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UserBio; | ||
static equals(a: UserBio | PlainMessage<UserBio> | undefined, b: UserBio | PlainMessage<UserBio> | undefined): boolean; | ||
} | ||
//# sourceMappingURL=payloads_pb.d.ts.map |
@@ -1100,2 +1100,32 @@ // @generated by protoc-gen-es v1.9.0 with parameter "target=ts" | ||
} | ||
/** | ||
* @generated from message river.UserBio | ||
*/ | ||
export class UserBio extends Message { | ||
/** | ||
* @generated from field: string bio = 1; | ||
*/ | ||
bio = ""; | ||
constructor(data) { | ||
super(); | ||
proto3.util.initPartial(data, this); | ||
} | ||
static runtime = proto3; | ||
static typeName = "river.UserBio"; | ||
static fields = proto3.util.newFieldList(() => [ | ||
{ no: 1, name: "bio", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
]); | ||
static fromBinary(bytes, options) { | ||
return new UserBio().fromBinary(bytes, options); | ||
} | ||
static fromJson(jsonValue, options) { | ||
return new UserBio().fromJson(jsonValue, options); | ||
} | ||
static fromJsonString(jsonString, options) { | ||
return new UserBio().fromJsonString(jsonString, options); | ||
} | ||
static equals(a, b) { | ||
return proto3.util.equals(UserBio, a, b); | ||
} | ||
} | ||
//# sourceMappingURL=payloads_pb.js.map |
{ | ||
"name": "@river-build/proto", | ||
"version": "0.0.50", | ||
"version": "0.0.51", | ||
"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.50", | ||
"@river-build/proto-source": "^0.0.51", | ||
"@types/jest": "^29.5.3", | ||
@@ -44,3 +44,3 @@ "@types/node": "^20.5.0", | ||
], | ||
"gitHead": "d47f525afba888bcf99a272c5b5aeeba3bf5ccd2" | ||
"gitHead": "e52fd669323072414f1224a1e8b6123082e59274" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
650878
9797