Skip to content

Commit

Permalink
chore: make generate_index_ts() deterministic (#124)
Browse files Browse the repository at this point in the history
Fixes googleapis/synthtool#1103
Source-Link: googleapis/synthtool@c3e41da
Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:e37a815333a6f3e14d8532efe90cba8aa0d34210f8c0fdbdd9e6a34dcbe51e96
  • Loading branch information
gcf-owl-bot[bot] authored May 29, 2021
1 parent 3626f05 commit c788a1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-dialogflow-cx/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 v3beta1 from './v3beta1';
import * as v3 from './v3';
import * as v3beta1 from './v3beta1';

const AgentsClient = v3.AgentsClient;
type AgentsClient = v3.AgentsClient;
Expand Down Expand Up @@ -49,8 +49,8 @@ const WebhooksClient = v3.WebhooksClient;
type WebhooksClient = v3.WebhooksClient;

export {
v3beta1,
v3,
v3beta1,
AgentsClient,
EntityTypesClient,
EnvironmentsClient,
Expand All @@ -67,8 +67,8 @@ export {
WebhooksClient,
};
export default {
v3beta1,
v3,
v3beta1,
AgentsClient,
EntityTypesClient,
EnvironmentsClient,
Expand Down

0 comments on commit c788a1d

Please sign in to comment.