Skip to content

Commit

Permalink
build: update synthesis sha (#788)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/884c1314-b538-4ff1-b206-4f38576b899e/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation authored Mar 30, 2021
1 parent 29d7176 commit 538fd48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 v2 from './v2';
import * as v2beta1 from './v2beta1';
import * as v2 from './v2';

const AgentsClient = v2.AgentsClient;
type AgentsClient = v2.AgentsClient;
Expand Down Expand Up @@ -47,8 +47,8 @@ const SessionsClient = v2.SessionsClient;
type SessionsClient = v2.SessionsClient;

export {
v2,
v2beta1,
v2,
AgentsClient,
AnswerRecordsClient,
ContextsClient,
Expand All @@ -64,8 +64,8 @@ export {
SessionsClient,
};
export default {
v2,
v2beta1,
v2,
AgentsClient,
AnswerRecordsClient,
ContextsClient,
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-dialogflow.git",
"sha": "741188d00256005ccd96768ae25cb8e1ebef9b3c"
"sha": "689e3b44b37fcc92c152727dbb97de25a87b276d"
}
},
{
Expand Down

0 comments on commit 538fd48

Please sign in to comment.