Skip to content

Commit 538fd48

Browse files
build: update synthesis sha (#788)
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.
1 parent 29d7176 commit 538fd48

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/google-cloud-dialogflow/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
// ** https://github.com/googleapis/synthtool **
1717
// ** All changes to this file may be overwritten. **
1818

19-
import * as v2 from './v2';
2019
import * as v2beta1 from './v2beta1';
20+
import * as v2 from './v2';
2121

2222
const AgentsClient = v2.AgentsClient;
2323
type AgentsClient = v2.AgentsClient;
@@ -47,8 +47,8 @@ const SessionsClient = v2.SessionsClient;
4747
type SessionsClient = v2.SessionsClient;
4848

4949
export {
50-
v2,
5150
v2beta1,
51+
v2,
5252
AgentsClient,
5353
AnswerRecordsClient,
5454
ContextsClient,
@@ -64,8 +64,8 @@ export {
6464
SessionsClient,
6565
};
6666
export default {
67-
v2,
6867
v2beta1,
68+
v2,
6969
AgentsClient,
7070
AnswerRecordsClient,
7171
ContextsClient,

packages/google-cloud-dialogflow/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-dialogflow.git",
7-
"sha": "741188d00256005ccd96768ae25cb8e1ebef9b3c"
7+
"sha": "689e3b44b37fcc92c152727dbb97de25a87b276d"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)