You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update typescript definitions file to match the latest SDK v3.0.2
Ref : index.d.ts file
Fix Needed
Add the missing API typings ( interfaces/classes ) into the definition file ( index.d.ts )
You can compare using the latest SDK version v3.0.2
Instructions to use the sample app
In order to test the typings locally from the sample project, you'll need to link the intuit-oauth package with yarn or npm.
# Link local intuit-oauth branch with typings support to sample typescript project
yarn link
cd sample/typescript
yarn link intuit-oauth
PR Guidelines
Kindly follow the below instructions to submit your PR :
Fork and clone the repository (typescript branch).
Run npm install for dependencies.
Test all your changes.
Run npm test to execute all specs.
Once ready, please submit a PR to the typescript branch here. Note : PR's will be merged to the master branch once all the testing is completed.
The text was updated successfully, but these errors were encountered:
abisalehalliprasan
changed the title
[typescript][enhancement]: Update typescript definitions to match the latest SDK v3.0.2**Cards**
[typescript][enhancement]: Update typescript definitions to match the latest SDK v3.0.2
Oct 13, 2020
since this was merged, I suggest closing this issue.
By the way, since release 4.0 happened, have the typescript definitions been updated since then? @abisalehalliprasan
Hacktoberfest is underway right now and we would love for you to contribute 🚀 . More information on #hacktoberfest is here
Develop-with-Intuit for Hacktoberfest
Problem
Update typescript definitions file to match the latest SDK v3.0.2
Ref : index.d.ts file
Fix Needed
Add the missing API typings ( interfaces/classes ) into the definition file ( index.d.ts )
You can compare using the latest SDK version v3.0.2
Instructions to use the sample app
In order to test the typings locally from the sample project, you'll need to link the
intuit-oauth
package with yarn or npm.PR Guidelines
Kindly follow the below instructions to submit your PR :
typescript
branch).npm install
for dependencies.npm test
to execute all specs.Once ready, please submit a PR to the
typescript
branch here.Note :
PR's will be merged to themaster
branch once all the testing is completed.The text was updated successfully, but these errors were encountered: