From 6ff3131e8a9294770b71b55dc6094b3740464b43 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Fri, 15 Sep 2023 15:30:26 -0400 Subject: [PATCH] Make --- .../src/gen/connectrpc/eliza/v1/eliza_connect.ts | 5 +++-- .../connect-web-test/src/gen/connectrpc/eliza/v1/eliza_pb.ts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/connect-web-test/src/gen/connectrpc/eliza/v1/eliza_connect.ts b/packages/connect-web-test/src/gen/connectrpc/eliza/v1/eliza_connect.ts index ee67e9d96..65e9bb79a 100644 --- a/packages/connect-web-test/src/gen/connectrpc/eliza/v1/eliza_connect.ts +++ b/packages/connect-web-test/src/gen/connectrpc/eliza/v1/eliza_connect.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Buf Technologies, Inc. +// Copyright 2022-2023 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ /* eslint-disable */ import { ConverseRequest, ConverseResponse, IntroduceRequest, IntroduceResponse, SayRequest, SayResponse } from "./eliza_pb.js"; -import { MethodKind } from "@bufbuild/protobuf"; +import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf"; /** * ElizaService provides a way to talk to Eliza, a port of the DOCTOR script @@ -42,6 +42,7 @@ export const ElizaService = { I: SayRequest, O: SayResponse, kind: MethodKind.Unary, + idempotency: MethodIdempotency.NoSideEffects, }, /** * Converse is a bidirectional RPC. The caller may exchange multiple diff --git a/packages/connect-web-test/src/gen/connectrpc/eliza/v1/eliza_pb.ts b/packages/connect-web-test/src/gen/connectrpc/eliza/v1/eliza_pb.ts index 62b2b5281..92a57b177 100644 --- a/packages/connect-web-test/src/gen/connectrpc/eliza/v1/eliza_pb.ts +++ b/packages/connect-web-test/src/gen/connectrpc/eliza/v1/eliza_pb.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Buf Technologies, Inc. +// Copyright 2022-2023 The Connect Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.