Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Sep 12, 2024
1 parent 06b2759 commit cb929ed
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/google-cloud-asset/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,27 @@
import * as v1 from './v1';
import * as v1p1beta1 from './v1p1beta1';
import * as v1p2beta1 from './v1p2beta1';
import * as v1p4beta1 from './v1p4beta1';
import * as v1p5beta1 from './v1p5beta1';
import * as v1p7beta1 from './v1p7beta1';

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

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

0 comments on commit cb929ed

Please sign in to comment.