Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 57d0190

Browse files
build: add v4.CompanyServiceClient type (#263)
1 parent 3fe9a71 commit 57d0190

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ import * as v4beta1 from './v4beta1';
2020
import * as v4 from './v4';
2121

2222
const CompanyServiceClient = v4.CompanyServiceClient;
23+
type CompanyServiceClient = v4.CompanyServiceClient;
2324
const CompletionClient = v4.CompletionClient;
25+
type CompletionClient = v4.CompletionClient;
2426
const EventServiceClient = v4.EventServiceClient;
27+
type EventServiceClient = v4.EventServiceClient;
2528
const JobServiceClient = v4.JobServiceClient;
29+
type JobServiceClient = v4.JobServiceClient;
2630
const TenantServiceClient = v4.TenantServiceClient;
31+
type TenantServiceClient = v4.TenantServiceClient;
2732

2833
export {
2934
v4beta1,

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-talent.git",
7-
"sha": "5cf8f8a860cc171f8c8da8701128e87e9268af96"
7+
"sha": "3fe9a713004347342efb7d49e4ddc4fd13cc73f3"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)