From 25f10468cae5c5823f85128c91fbfa1d67c372a3 Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Wed, 23 Aug 2023 10:03:33 -0400 Subject: [PATCH] rerun npx gts fix --- .../src/v1beta1/echo_client.ts | 4 ++-- .../src/v1beta1/sequence_service_client.ts | 20 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/test/showcase-echo-client/src/v1beta1/echo_client.ts b/test/showcase-echo-client/src/v1beta1/echo_client.ts index 293ee7e95..f87bd04ca 100644 --- a/test/showcase-echo-client/src/v1beta1/echo_client.ts +++ b/test/showcase-echo-client/src/v1beta1/echo_client.ts @@ -705,7 +705,7 @@ export class EchoClient { [ protos.google.showcase.v1beta1.IPagedExpandResponse, protos.google.showcase.v1beta1.IPagedExpandLegacyRequest | undefined, - {} | undefined + {} | undefined, ] >; pagedExpandLegacy( @@ -751,7 +751,7 @@ export class EchoClient { [ protos.google.showcase.v1beta1.IPagedExpandResponse, protos.google.showcase.v1beta1.IPagedExpandLegacyRequest | undefined, - {} | undefined + {} | undefined, ] > | void { request = request || {}; diff --git a/test/showcase-echo-client/src/v1beta1/sequence_service_client.ts b/test/showcase-echo-client/src/v1beta1/sequence_service_client.ts index 1149d230a..770f180d1 100644 --- a/test/showcase-echo-client/src/v1beta1/sequence_service_client.ts +++ b/test/showcase-echo-client/src/v1beta1/sequence_service_client.ts @@ -381,7 +381,7 @@ export class SequenceServiceClient { [ protos.google.showcase.v1beta1.ISequence, protos.google.showcase.v1beta1.ICreateSequenceRequest | undefined, - {} | undefined + {} | undefined, ] >; createSequence( @@ -421,7 +421,7 @@ export class SequenceServiceClient { [ protos.google.showcase.v1beta1.ISequence, protos.google.showcase.v1beta1.ICreateSequenceRequest | undefined, - {} | undefined + {} | undefined, ] > | void { request = request || {}; @@ -463,7 +463,7 @@ export class SequenceServiceClient { | protos.google.showcase.v1beta1.ICreateStreamingSequenceRequest | undefined ), - {} | undefined + {} | undefined, ] >; createStreamingSequence( @@ -512,7 +512,7 @@ export class SequenceServiceClient { | protos.google.showcase.v1beta1.ICreateStreamingSequenceRequest | undefined ), - {} | undefined + {} | undefined, ] > | void { request = request || {}; @@ -555,7 +555,7 @@ export class SequenceServiceClient { [ protos.google.showcase.v1beta1.ISequenceReport, protos.google.showcase.v1beta1.IGetSequenceReportRequest | undefined, - {} | undefined + {} | undefined, ] >; getSequenceReport( @@ -601,7 +601,7 @@ export class SequenceServiceClient { [ protos.google.showcase.v1beta1.ISequenceReport, protos.google.showcase.v1beta1.IGetSequenceReportRequest | undefined, - {} | undefined + {} | undefined, ] > | void { request = request || {}; @@ -647,7 +647,7 @@ export class SequenceServiceClient { | protos.google.showcase.v1beta1.IGetStreamingSequenceReportRequest | undefined ), - {} | undefined + {} | undefined, ] >; getStreamingSequenceReport( @@ -696,7 +696,7 @@ export class SequenceServiceClient { | protos.google.showcase.v1beta1.IGetStreamingSequenceReportRequest | undefined ), - {} | undefined + {} | undefined, ] > | void { request = request || {}; @@ -743,7 +743,7 @@ export class SequenceServiceClient { [ protos.google.protobuf.IEmpty, protos.google.showcase.v1beta1.IAttemptSequenceRequest | undefined, - {} | undefined + {} | undefined, ] >; attemptSequence( @@ -783,7 +783,7 @@ export class SequenceServiceClient { [ protos.google.protobuf.IEmpty, protos.google.showcase.v1beta1.IAttemptSequenceRequest | undefined, - {} | undefined + {} | undefined, ] > | void { request = request || {};