Skip to content

Commit

Permalink
build: update .OwlBot.lock with new version of post-processor (#533)
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:256df8953e97a55641beb6496ec3ab3551231ee7a1b38abfa32d0c25965caf62 was published at 2021-04-12T16:37:17.341Z.
  • Loading branch information
gcf-owl-bot[bot] authored Apr 12, 2021
1 parent cf566e6 commit 1cd17a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-videointelligence/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

import * as v1p1beta1 from './v1p1beta1';
import * as v1p3beta1 from './v1p3beta1';
import * as v1p2beta1 from './v1p2beta1';
import * as v1beta2 from './v1beta2';
import * as v1p2beta1 from './v1p2beta1';
import * as v1 from './v1';

const VideoIntelligenceServiceClient = v1.VideoIntelligenceServiceClient;
Expand All @@ -28,16 +28,16 @@ type VideoIntelligenceServiceClient = v1.VideoIntelligenceServiceClient;
export {
v1p1beta1,
v1p3beta1,
v1p2beta1,
v1beta2,
v1p2beta1,
v1,
VideoIntelligenceServiceClient,
};
export default {
v1p1beta1,
v1p3beta1,
v1p2beta1,
v1beta2,
v1p2beta1,
v1,
VideoIntelligenceServiceClient,
};
Expand Down

0 comments on commit 1cd17a9

Please sign in to comment.