-
Notifications
You must be signed in to change notification settings - Fork 100
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
phoneNumber for Signer parameter is not in @types package #318
Comments
This is the old way to do this, this has moved under workflow.
|
So the doc needs to be updated: https://developers.docusign.com/docs/esign-rest-api/how-to/request-signature-sms/ |
@peiofour for the most up-to-date reference for this SDK, please refer to http://docusign.github.io/docusign-esign-node-client. These get automatically updated during our release process and will be the most consistent reference to the SDK |
@peiofour I'm confused, is this about SMS delivery or SMS authentication? these are two different things. |
@InbarGazit It's for SMS delivery (https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/sms-delivery/) |
OK, thanks, do you still have an issue? or can I close this out? |
Yes ! The issue didn't change, tslint does'nt accept phoneNumber parameter as we can see here : https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/sms-delivery/ |
Hello DocuSign,
I work on a project using the docusign-esign 5.20.0 npm package and its types package 5.19.0.
Using the Signer class, I noticed that my linter doesn't accept the phoneNumber parameter. I checked on the types docusign-esign package, it is not in the Signer interface.
Is the types package not updated or is the parameter deprecated?
Thanks in advance!
The text was updated successfully, but these errors were encountered: