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

docusign-admin

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docusign-admin - npm Package Versions

2

3.0.0

Diff

Changelog

Source

[3.0.0] - 2017-03-10

BREAKING

  • The SDK now supports theFull and latest DocuSign API support(17.1.00.00). NO MORE OMITTED ENDPOINTS.
  • Getter and setter methods of all models' fields were removed. Direct access to models' fields is now required. See the code snippet in README.md and test/SdkUnitTests.js for example.
  • Added optional opts to several methods across different APIs. Old client code might need to be updated prior to using 3.0.0 and above.
  • Methods that accept optional parameters, defined as opts, now accept plain javascript objects only. For instance AuthenticationApi.login({'api_password': true}) will return a fake password that can be used in subsequent API calls instead of the original password.

Removed

  • All Optional data structures that were used as optional parameters for some API methods (in the form ofDocusign.XxxApi.doSomethingOptions). Use javascript plain objects instead.

Added

  • Complete and proper SDK Documentation, including detailed information and links about all modules and methods of the SDK.
  • New test case: create a DocuSign template.

Fixed

  • Issue #52: TypeError: self.envelopeTemplateDefinition.constructFromObject is not a function.

Changed

  • Updated the package with the latest API release.
dsdevcenter
published 3.0.0-rc3 •

dsdevcenter
published 3.0.0-rc2 •

dsdevcenter
published 3.0.0-rc1 •

dsdevcenter
published 2.3.0-rc1 •

dsdevcenter
published 2.3.0 •

Changelog

Source

[v6.0.0] - eSignature API v2.1-22.3.01.00 - 2023-01-23

Breaking

  • Deprecating Node versions <12

Security

  • Update jsonwebtoken package to 9.0.0 addressing CVE-2022-23529
dsdevcenter
published 2.2.0 •

Changelog

Source

[v5.18.0] - eSignature API v2.1-22.2.00.00 - 2022-06-23

Changed

  • Added support for version v2.1-22.2.00.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
dsdevcenter
published 2.1.0 •

Changelog

Source

[2.1.0] - 2017-01-24

Added

  • Documentation about several Authentication methods supported by DocuSign API.
  • Changelog to keep track of release highlights.

Changed

  • Support for DocuSign Core release 16.1.00.00.
  • Code snippet to use base URL from the login call. Required for integrations when they go live.

Fixed

  • Issue #47: Some DocuSign API calls don't like null as object property value.
dsdevcenter
published 2.0.0 •

dsdevcenter
published 1.1.0 •

Changelog

Source

[v5.10.0] - eSignature API v2.1-21.1.02.00

Breaking

  • Removed methods getAccountSettingsExport,getSealProviders from Accounts.
  • Removed methods createConnectSecret,deleteConnectSecret,generateConnectSecret,getConnectSecrets from Connect.
  • Removed methods getDynamicSystemSettings,getTemplateInfo,getApplianceInfo,getAccount,getCustomFields,deleteCustomFieldsV2,getDocumentPages,getImage,getLocalePolicy,updatePageInfo,createPageInfo,deletePageInfo,updatePdf,getPdf,getPdfBlob,updatePdfBlob,createPdfBlob,updateRecipientDeniedDocumentCopy,deleteRecipientDeniedDocumentCopy,getSignerAttachment,deleteSignerAttachment, from Envelopes.
  • Removed methods completeSignHash,getUserInfo,healthCheck,signHashSessionInfo,updateTransaction from TrustServiceProviders.
  • Removed methods getUserListExport from Users.

Added

  • Added new methods getBulkSendBatchEnvelopes to BulkEnvelopes.

Changed

  • Added support for version v2.1-21.1.02.00 of the DocuSign eSignature API.
  • Updated the SDK release version.
2
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