Skip to content

Commit

Permalink
build: update .OwlBot.lock with new version of post-processor (#489)
Browse files Browse the repository at this point in the history
Version sha256:ecf999bc3d6d8064106c673b4f52b4cc3364c84bdbed0cff83b8f272153df073 was published at 2021-03-24T16:34:12.937Z.
  • Loading branch information
gcf-owl-bot[bot] authored Mar 31, 2021
1 parent c4c7ba8 commit f39cb22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-texttospeech/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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};

0 comments on commit f39cb22

Please sign in to comment.