Skip to content

Commit

Permalink
build: update .OwlBot.lock with new version of post-processor (#473)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gcf-owl-bot[bot] authored Apr 16, 2021
1 parent 9cc3c2b commit fdc2dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-asset/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

import * as v1p1beta1 from './v1p1beta1';
import * as v1p4beta1 from './v1p4beta1';
import * as v1p5beta1 from './v1p5beta1';
import * as v1p1beta1 from './v1p1beta1';
import * as v1p2beta1 from './v1p2beta1';
import * as v1 from './v1';

const AssetServiceClient = v1.AssetServiceClient;
type AssetServiceClient = v1.AssetServiceClient;

export {v1p1beta1, v1p4beta1, v1p5beta1, v1p2beta1, v1, AssetServiceClient};
export {v1p4beta1, v1p5beta1, v1p1beta1, v1p2beta1, v1, AssetServiceClient};
export default {
v1p1beta1,
v1p4beta1,
v1p5beta1,
v1p1beta1,
v1p2beta1,
v1,
AssetServiceClient,
Expand Down

0 comments on commit fdc2dcf

Please sign in to comment.