Skip to content

Commit 1cd17a9

Browse files
build: update .OwlBot.lock with new version of post-processor (#533)
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.
1 parent cf566e6 commit 1cd17a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • packages/google-cloud-videointelligence/src

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
import * as v1p1beta1 from './v1p1beta1';
2020
import * as v1p3beta1 from './v1p3beta1';
21-
import * as v1p2beta1 from './v1p2beta1';
2221
import * as v1beta2 from './v1beta2';
22+
import * as v1p2beta1 from './v1p2beta1';
2323
import * as v1 from './v1';
2424

2525
const VideoIntelligenceServiceClient = v1.VideoIntelligenceServiceClient;
@@ -28,16 +28,16 @@ type VideoIntelligenceServiceClient = v1.VideoIntelligenceServiceClient;
2828
export {
2929
v1p1beta1,
3030
v1p3beta1,
31-
v1p2beta1,
3231
v1beta2,
32+
v1p2beta1,
3333
v1,
3434
VideoIntelligenceServiceClient,
3535
};
3636
export default {
3737
v1p1beta1,
3838
v1p3beta1,
39-
v1p2beta1,
4039
v1beta2,
40+
v1p2beta1,
4141
v1,
4242
VideoIntelligenceServiceClient,
4343
};

0 commit comments

Comments
 (0)