Skip to content

Commit

Permalink
build: add v4.CompanyServiceClient type (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 6, 2020
1 parent 06bb046 commit be73ede
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/google-cloud-talent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ import * as v4beta1 from './v4beta1';
import * as v4 from './v4';

const CompanyServiceClient = v4.CompanyServiceClient;
type CompanyServiceClient = v4.CompanyServiceClient;
const CompletionClient = v4.CompletionClient;
type CompletionClient = v4.CompletionClient;
const EventServiceClient = v4.EventServiceClient;
type EventServiceClient = v4.EventServiceClient;
const JobServiceClient = v4.JobServiceClient;
type JobServiceClient = v4.JobServiceClient;
const TenantServiceClient = v4.TenantServiceClient;
type TenantServiceClient = v4.TenantServiceClient;

export {
v4beta1,
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-talent/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-talent.git",
"sha": "5cf8f8a860cc171f8c8da8701128e87e9268af96"
"sha": "3fe9a713004347342efb7d49e4ddc4fd13cc73f3"
}
},
{
Expand Down

0 comments on commit be73ede

Please sign in to comment.