add typings for @google-cloud/tasks#31145
add typings for @google-cloud/tasks#31145ifiokjr wants to merge 2 commits intoDefinitelyTyped:masterfrom
Conversation
f6bf2a8 to
4b6c07a
Compare
|
@ifiokjr Thank you for submitting this PR! Because this is a new definition, a DefinitelyTyped maintainer will be reviewing this PR in the next few days once the Travis CI build passes. In the meantime, if the build fails or a merge conflict occurs, I'll let you know. Have a nice day! |
|
@ifiokjr The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
|
@ifiokjr The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
|
Just so you know, I'm still waiting on the It seems they've got a bit of a backlog on their hands. |
2df329b to
3bb8daf
Compare
|
@ifiokjr The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
fe20b61 to
271e0fa
Compare
|
@ifiokjr The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
271e0fa to
16b62b3
Compare
On CI this fails if not present, but locally it fails when present.
16b62b3 to
20bb3ae
Compare
|
I'm not sure how to get this build to pass. At the moment it fails because of a downstream dependency library. The travis build has more information. The error is caused by this line in the non-compiled code. protected static readonly GOOGLE_TOKEN_INFO_URL = "https://oauth2.googleapis.com/tokeninfo";
|
|
@ifiokjr The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
|
@ifiokjr I haven't seen anything from you in a while and this PR currently has problems that prevent it from being merged. The PR will be closed tomorrow if there aren't new commits to fix the issues. |
|
@ifiokjr To keep things tidy, we have to close PRs that aren't mergeable but don't have activity from their author. No worries, though - please open a new PR if you'd like to continue with this change. Thank you! |
npm test.)npm run lint package-name(ortscif notslint.jsonis present)..d.tsfiles generated via--declarationCaveats
The build will currently fail as it's referencing types from an external package. I've created a PR microsoft/types-publisher#542 to add
google-gaxto thetypes-publisherwhich should resolve this build issue.This PR deals with the types for the default export only
v2beta3. I have left out thev2beta2intentionally as I'm not planning on using the older version. Feel free to create a PR in the future to resolve this.