|
1 | | -// Copyright 2019 Google LLC |
| 1 | +// Copyright 2020 Google LLC |
2 | 2 | // |
3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | // you may not use this file except in compliance with the License. |
|
12 | 12 | // See the License for the specific language governing permissions and |
13 | 13 | // limitations under the License. |
14 | 14 | // |
15 | | -// ** This file is automatically generated by gapic-generator-typescript. ** |
16 | | -// ** https://github.com/googleapis/gapic-generator-typescript ** |
| 15 | +// ** This file is automatically generated by synthtool. ** |
| 16 | +// ** https://github.com/googleapis/synthtool ** |
17 | 17 | // ** All changes to this file may be overwritten. ** |
18 | 18 |
|
19 | | -import * as v1beta1 from './v1beta1'; |
20 | 19 | import * as v1 from './v1'; |
21 | | -const RecaptchaEnterpriseServiceV1Beta1Client = |
22 | | - v1beta1.RecaptchaEnterpriseServiceV1Beta1Client; |
| 20 | +import * as v1beta1 from './v1beta1'; |
| 21 | + |
23 | 22 | const RecaptchaEnterpriseServiceClient = v1.RecaptchaEnterpriseServiceClient; |
24 | | -export { |
25 | | - v1, |
26 | | - v1beta1, |
27 | | - RecaptchaEnterpriseServiceV1Beta1Client, |
28 | | - RecaptchaEnterpriseServiceClient, |
29 | | -}; |
30 | | -// For compatibility with JavaScript libraries we need to provide this default export: |
31 | | -// tslint:disable-next-line no-default-export |
32 | | -export default { |
33 | | - v1, |
34 | | - v1beta1, |
35 | | - RecaptchaEnterpriseServiceV1Beta1Client, |
36 | | - RecaptchaEnterpriseServiceClient, |
37 | | -}; |
| 23 | + |
| 24 | +export {v1, v1beta1, RecaptchaEnterpriseServiceClient}; |
| 25 | +export default {v1, v1beta1, RecaptchaEnterpriseServiceClient}; |
38 | 26 | import * as protos from '../protos/protos'; |
39 | 27 | export {protos}; |
0 commit comments