Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit aaf62dc

Browse files
🦉 Updates from OwlBot
1 parent 7028882 commit aaf62dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

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

19-
import * as v1beta2 from './v1beta2';
2019
import * as v1beta3 from './v1beta3';
20+
import * as v1beta2 from './v1beta2';
2121

2222
const DocumentProcessorServiceClient = v1beta3.DocumentProcessorServiceClient;
2323
type DocumentProcessorServiceClient = v1beta3.DocumentProcessorServiceClient;
2424

25-
export {v1beta2, v1beta3, DocumentProcessorServiceClient};
26-
export default {v1beta2, v1beta3, DocumentProcessorServiceClient};
25+
export {v1beta3, v1beta2, DocumentProcessorServiceClient};
26+
export default {v1beta3, v1beta2, DocumentProcessorServiceClient};
2727
import * as protos from '../protos/protos';
2828
export {protos};

0 commit comments

Comments
 (0)