docusign-click
Advanced tools
Comparing version 1.0.0-beta to 1.0.0
@@ -5,4 +5,8 @@ # DocuSign Click Node Client Changelog | ||
## [v1.0.0] - DocuSign Click API v1 - 02/11/2021 | ||
### Changed | ||
- First GA version of Click API, supports DocuSign Click v1-20.4.02. | ||
## [v1.0.0-beta] - Click API | ||
### Added | ||
- Added first beta version of the DocuSign Rooms API. |
{ | ||
"name": "docusign-click", | ||
"version": "1.0.0-beta", | ||
"version": "1.0.0", | ||
"description": "DocuSign Node.js API client.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -69,5 +69,8 @@ /** | ||
} | ||
if (data.hasOwnProperty('isMajorversion')) { | ||
obj['isMajorversion'] = ApiClient.convertToType(data['isMajorversion'], 'Boolean'); | ||
if (data.hasOwnProperty('isMajorVersion')) { | ||
obj['isMajorVersion'] = ApiClient.convertToType(data['isMajorVersion'], 'Boolean'); | ||
} | ||
if (data.hasOwnProperty('isShared')) { | ||
obj['isShared'] = ApiClient.convertToType(data['isShared'], 'Boolean'); | ||
} | ||
if (data.hasOwnProperty('name')) { | ||
@@ -119,7 +122,12 @@ obj['name'] = ApiClient.convertToType(data['name'], 'String'); | ||
* | ||
* @member {Boolean} isMajorversion | ||
* @member {Boolean} isMajorVersion | ||
*/ | ||
exports.prototype['isMajorversion'] = undefined; | ||
exports.prototype['isMajorVersion'] = undefined; | ||
/** | ||
* | ||
* @member {Boolean} isShared | ||
*/ | ||
exports.prototype['isShared'] = undefined; | ||
/** | ||
* | ||
* @member {String} name | ||
@@ -126,0 +134,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
236389
5839