Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docusign-esign

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docusign-esign - npm Package Versions

1
12

4.2.0

Diff

Changelog

Source

[v4.2.0] eSignature API v18.3.02

Fixed

  • Fixed a problem with the BulkEnvelopesApi.UpdateRecipients() method that could cause it to return a "Value cannot be null.\r\nParameter name: stream" error rather than add bulk recipients to an envelope. (DCM-2957)
  • Fixed a problem with the EnvelopesApi.listStatus methods that could cause them to ignore sets of envelope IDs passed in to get statuses for specific envelopes. (DCM-2956)
  • Fixes a a typo in a an ApiClient dependency "Oauth.js" to "OAuth.js". (DCM-3021)

Changed

  • The SDK now supports version 18.3.02 of the DocuSign eSignature API.

Added

  • Node SDK methods have been updated to use a promise pattern. The methods will return promise objects, which represent the eventual completed output of the method, unless a specific callback is provided in the method call. (DCM-2204)
dsdevcenter
published 4.1.1 •

dsdevcenter
published 4.2.0-rc5 •

dsdevcenter
published 4.2.0-rc4 •

dsdevcenter
published 4.2.0-rc3 •

dsdevcenter
published 4.1.0 •

Changelog

Source

[v4.1.0] - eSignature API v18.3.00 - 9/13/2018

Changed

  • The getOAuthBasePath() method is now an accessor function for the new oAuthBasePath property, rather than being derived from basePath.
  • Updated the swagger spec to version 18.3.00.00

Added

  • Created a new ApiClient property, oAuthBasePath. This property is retrieved using getOAuthBasePath() and set by setOAuthBasePath(). DCM-2834
  • Created a new docusign.ApiClient.OAuth.BasePath collection that holds base path data for the following environments: STAGE, DEMO, PRODUCTION.
  • Created a new docusign.ApiClient.RestApi.BasePath collection that holds rest API base paths for the following environments: STAGE, DEMO, PRODUCTION. These recorded path values can be accessed using an instantiated docusign.apiClient object.
  • Added an opts parameter that allows you to specify parameter values when instantiating an apiClient. The opts parameter currently supports passing in basePath and oAuthBasePath values. If not set during instantiation of an apiClient, they default to their production values.
  • An Organization value has been added to the account model. DCM-2710

Deprecated

  • The configureJWTAuthorizationFlow method is now deprecated. Please use requestJWTUserToken instead, which takes the private key as byte array or a Stream. DCM-2765
dsdevcenter
published 4.1.0-rc1 •

dsdevcenter
published 4.0.2 •

Changelog

Source

[v4.0.2] - eSignature API v18.1.02 - 7/3/2018

Changed

  • All SDK methods have been updated such that the opts parameter may now contain the callback, making the other opts parameters optional, and it has been renamed optsOrCallback. This resolves the breaking change for applications upgrading from version 3.X.X to 4.X.X.
  • The OAuth authorization code grant and implicit grant code examples in the readme.md file have been updated to use the addDefaultHeader method. Each API client needs this header to access DocuSign APIs.
dsdevcenter
published 4.0.1 •

Changelog

Source

[4.0.1] - 2018-06-25

Fixed

  • Issues #101 and #66
  • listTabs now maps to an array of List instead of array of Array
dsdevcenter
published 4.0.0 •

Changelog

Source

[4.0.0] - 2018-06-06

BREAKING

  • This update has some breaking changes as certain api calls no longer accept query parameters.
  • Due to this, their respective SDK method signatures of changed For example:
    • EnvelopesApi.listDocuments(accountId, envelopeId, opts, callback)
    • has changed to:
    • EnvelopesApi.listDocuments(accountId, envelopeId, callback)

Changed

  • Updated the package with the latest API release.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc