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

Commit da2280c

Browse files
changes without context
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
1 parent a3ca979 commit da2280c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 v1beta3 from './v1beta3';
2019
import * as v1beta2 from './v1beta2';
20+
import * as v1beta3 from './v1beta3';
2121

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

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

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-document-ai.git",
7-
"sha": "f0fd7131d79f4437df46117f66fa3d9eb6d13346"
7+
"sha": "a3ca979ac408c4f097a9835906c1d9faea134a13"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)