Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: expose missing external account client types/classes #1142

Merged
merged 1 commit into from Feb 10, 2021
Merged

fix: expose missing external account client types/classes #1142

merged 1 commit into from Feb 10, 2021

Conversation

bojeil-google
Copy link
Contributor

Expose BaseExternalAccountClient and BaseExternalAccountClientOptions

The above base class and interface need to be exposed to unblock downstream libraries dependency on v7.

googleapis/nodejs-googleapis-common#363
googleapis/google-api-nodejs-client#2514
googleapis/nodejs-translate#622
googleapis/gax-nodejs#959

@bojeil-google bojeil-google requested a review from a team as a code owner February 10, 2021 04:03
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 10, 2021
@bojeil-google
Copy link
Contributor Author

bojeil-google commented Feb 10, 2021

@bcoe more changes are needed in the broken client libraries but we can't resolve those issues without first exposing these types/classes.

@codecov
Copy link

codecov bot commented Feb 10, 2021

Codecov Report

Merging #1142 (be8d27e) into master (4c9da95) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1142   +/-   ##
=======================================
  Coverage   93.74%   93.75%           
=======================================
  Files          28       28           
  Lines        6253     6257    +4     
  Branches      654      655    +1     
=======================================
+ Hits         5862     5866    +4     
  Misses        391      391           
Impacted Files Coverage Δ
src/index.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c9da95...be8d27e. Read the comment docs.

@bcoe bcoe merged commit 1d62c04 into googleapis:master Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants