Skip to content

Commit eb85595

Browse files
build: update .OwlBot.lock with new version of post-processor (#473)
This PR updates the docker container used for OwlBot. This container performs post-processing tasks when pull-requests are opened on your repository, such as: * copying generated files into place. * generating common files from templates. Version sha256:c3eae37a355402067b97cbeb6f5a7d2dd87aecfd064aeb2d2ea0bde40778cf68 was published at 2021-04-16T19:05:48.244Z.
1 parent 7078353 commit eb85595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

19-
import * as v1p1beta1 from './v1p1beta1';
2019
import * as v1p4beta1 from './v1p4beta1';
2120
import * as v1p5beta1 from './v1p5beta1';
21+
import * as v1p1beta1 from './v1p1beta1';
2222
import * as v1p2beta1 from './v1p2beta1';
2323
import * as v1 from './v1';
2424

2525
const AssetServiceClient = v1.AssetServiceClient;
2626
type AssetServiceClient = v1.AssetServiceClient;
2727

28-
export {v1p1beta1, v1p4beta1, v1p5beta1, v1p2beta1, v1, AssetServiceClient};
28+
export {v1p4beta1, v1p5beta1, v1p1beta1, v1p2beta1, v1, AssetServiceClient};
2929
export default {
30-
v1p1beta1,
3130
v1p4beta1,
3231
v1p5beta1,
32+
v1p1beta1,
3333
v1p2beta1,
3434
v1,
3535
AssetServiceClient,

0 commit comments

Comments
 (0)