11/* eslint-disable */
2- // webrpc-sse-chat v1.0.0 a799dc63b082644f5d003c8881424546aee23a2c
2+ // webrpc-sse-chat v1.0.0 8b6b6e0df6c23832e31534594d32955c3383689b
33// --
4- // Code generated by Webrpc-gen@v0.30.0 with ../../ generator. DO NOT EDIT.
4+ // Code generated by Webrpc-gen@v0.32.3 with ../../ generator. DO NOT EDIT.
55//
66// webrpc-gen -schema=service.ridl -target=../../ -client -out=./webapp/client.gen.ts
77
@@ -12,7 +12,7 @@ export const WebrpcVersion = "v1"
1212export const WebrpcSchemaVersion = "v1.0.0"
1313
1414// Schema hash generated from your RIDL schema
15- export const WebrpcSchemaHash = "a799dc63b082644f5d003c8881424546aee23a2c "
15+ export const WebrpcSchemaHash = "8b6b6e0df6c23832e31534594d32955c3383689b "
1616
1717//
1818// Client interface
@@ -70,7 +70,7 @@ export interface SubscribeUsersResponse {
7070export class Chat implements ChatClient {
7171 protected hostname : string
7272 protected fetch : Fetch
73- protected path = '/rpc /Chat/'
73+ protected path = '/v1 /Chat/'
7474
7575 constructor ( hostname : string , fetch : Fetch ) {
7676 this . hostname = hostname . replace ( / \/ * $ / , '' )
@@ -565,7 +565,7 @@ export const webrpcErrorByCode: { [code: number]: any } = {
565565
566566export const WebrpcHeader = "Webrpc"
567567
568- export const WebrpcHeaderValue = "webrpc@v0.30.0 ;@unknown;webrpc-sse-chat@v1.0.0"
568+ export const WebrpcHeaderValue = "webrpc@v0.32.3 ;@unknown;webrpc-sse-chat@v1.0.0"
569569
570570type WebrpcGenVersions = {
571571 WebrpcGenVersion : string ;
0 commit comments