From f39cb22ef50e228a93586f1974c67032f2cd0fa9 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 14:58:03 +0000 Subject: [PATCH] build: update .OwlBot.lock with new version of post-processor (#489) Version sha256:ecf999bc3d6d8064106c673b4f52b4cc3364c84bdbed0cff83b8f272153df073 was published at 2021-03-24T16:34:12.937Z. --- packages/google-cloud-texttospeech/src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-texttospeech/src/index.ts b/packages/google-cloud-texttospeech/src/index.ts index b280dd2e769..206a81bae56 100644 --- a/packages/google-cloud-texttospeech/src/index.ts +++ b/packages/google-cloud-texttospeech/src/index.ts @@ -16,13 +16,13 @@ // ** https://github.com/googleapis/synthtool ** // ** All changes to this file may be overwritten. ** -import * as v1 from './v1'; import * as v1beta1 from './v1beta1'; +import * as v1 from './v1'; const TextToSpeechClient = v1.TextToSpeechClient; type TextToSpeechClient = v1.TextToSpeechClient; -export {v1, v1beta1, TextToSpeechClient}; -export default {v1, v1beta1, TextToSpeechClient}; +export {v1beta1, v1, TextToSpeechClient}; +export default {v1beta1, v1, TextToSpeechClient}; import * as protos from '../protos/protos'; export {protos};