Skip to content

Commit

Permalink
build: update .OwlBot.lock with new version of post-processor (#465)
Browse files Browse the repository at this point in the history
Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 31, 2021
1 parent c34d8fa commit 4f01a44
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 @@ -17,20 +17,20 @@
// ** All changes to this file may be overwritten. **

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

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

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

0 comments on commit 4f01a44

Please sign in to comment.