Skip to content

Commit

Permalink
build: update .OwlBot.lock with new version of post-processor (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Mar 9, 2021
1 parent b2a377d commit 96ecbd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-dialogflow/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

import * as v2beta1 from './v2beta1';
import * as v2 from './v2';
import * as v2beta1 from './v2beta1';

const AgentsClient = v2.AgentsClient;
type AgentsClient = v2.AgentsClient;
Expand All @@ -35,8 +35,8 @@ const SessionsClient = v2.SessionsClient;
type SessionsClient = v2.SessionsClient;

export {
v2beta1,
v2,
v2beta1,
AgentsClient,
ContextsClient,
EntityTypesClient,
Expand All @@ -46,8 +46,8 @@ export {
SessionsClient,
};
export default {
v2beta1,
v2,
v2beta1,
AgentsClient,
ContextsClient,
EntityTypesClient,
Expand Down

0 comments on commit 96ecbd1

Please sign in to comment.