Skip to content

Commit b18ff96

Browse files
RamukaRitikroot
andauthored
Version 8.4.0-v2.1-25.2.02.00 release (#378)
Co-authored-by: root <[email protected]>
1 parent ebc773e commit b18ff96

11 files changed

+345
-20
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
33

44

5+
## [v8.4.0] - eSignature API v2.1-25.2.02.00 - 2025-08-11
6+
### Changed
7+
- Added support for version v2.1-25.2.02.00 of the DocuSign ESignature API.
8+
- Updated the SDK release version.
9+
510
## [v8.3.0] - eSignature API v2.1-25.2.01.00 - 2025-07-08
611
### Changed
712
- Added support for version v2.1-25.2.01.00 of the DocuSign ESignature API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This client SDK is provided as open source, which enables you to customize its f
3232
<a id="versionInformation"></a>
3333
### Version Information
3434
- **API version**: v2.1
35-
- **Latest SDK version**: 8.3.0
35+
- **Latest SDK version**: 8.4.0
3636

3737
<a id="requirements"></a>
3838
## Requirements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusign-esign",
3-
"version": "8.3.0",
3+
"version": "8.4.0",
44
"description": "Docusign Node.js API client.",
55
"license": "MIT",
66
"main": "src/index.js",

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
this.defaultHeaders = {
182182
"X-DocuSign-SDK": "Node",
183183
"Node-Ver": process.version,
184-
"User-Agent": `Swagger-Codegen/v2.1/8.3.0/node/${process.version}`,
184+
"User-Agent": `Swagger-Codegen/v2.1/8.4.0/node/${process.version}`,
185185
};
186186

187187
opts = {...defaults, ...opts};

src/index.js

Lines changed: 13 additions & 3 deletions
Large diffs are not rendered by default.

src/model/AccountSettingsInformation.js

Lines changed: 56 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,12 @@
919919
if (data.hasOwnProperty('defaultSigningResponsiveViewMetadata')) {
920920
obj['defaultSigningResponsiveViewMetadata'] = SettingsMetadata.constructFromObject(data['defaultSigningResponsiveViewMetadata']);
921921
}
922+
if (data.hasOwnProperty('defaultSigningResponsiveViewUseGrade')) {
923+
obj['defaultSigningResponsiveViewUseGrade'] = ApiClient.convertToType(data['defaultSigningResponsiveViewUseGrade'], 'String');
924+
}
925+
if (data.hasOwnProperty('defaultSigningResponsiveViewUseGradeMetadata')) {
926+
obj['defaultSigningResponsiveViewUseGradeMetadata'] = SettingsMetadata.constructFromObject(data['defaultSigningResponsiveViewUseGradeMetadata']);
927+
}
922928
if (data.hasOwnProperty('defaultToAdvancedEnvelopesFilterForm')) {
923929
obj['defaultToAdvancedEnvelopesFilterForm'] = ApiClient.convertToType(data['defaultToAdvancedEnvelopesFilterForm'], 'String');
924930
}
@@ -1285,6 +1291,18 @@
12851291
if (data.hasOwnProperty('enableDSigIDVerificationPremierPensMetadata')) {
12861292
obj['enableDSigIDVerificationPremierPensMetadata'] = SettingsMetadata.constructFromObject(data['enableDSigIDVerificationPremierPensMetadata']);
12871293
}
1294+
if (data.hasOwnProperty('enableDSigPenGroupEuQes')) {
1295+
obj['enableDSigPenGroupEuQes'] = ApiClient.convertToType(data['enableDSigPenGroupEuQes'], 'String');
1296+
}
1297+
if (data.hasOwnProperty('enableDSigPenGroupEuQesMetadata')) {
1298+
obj['enableDSigPenGroupEuQesMetadata'] = SettingsMetadata.constructFromObject(data['enableDSigPenGroupEuQesMetadata']);
1299+
}
1300+
if (data.hasOwnProperty('enableDSigPlgEuQesPens')) {
1301+
obj['enableDSigPlgEuQesPens'] = ApiClient.convertToType(data['enableDSigPlgEuQesPens'], 'String');
1302+
}
1303+
if (data.hasOwnProperty('enableDSigPlgEuQesPensMetadata')) {
1304+
obj['enableDSigPlgEuQesPensMetadata'] = SettingsMetadata.constructFromObject(data['enableDSigPlgEuQesPensMetadata']);
1305+
}
12881306
if (data.hasOwnProperty('enableDSPro')) {
12891307
obj['enableDSPro'] = ApiClient.convertToType(data['enableDSPro'], 'String');
12901308
}
@@ -1567,11 +1585,11 @@
15671585
if (data.hasOwnProperty('enableSignerAttachmentsMetadata')) {
15681586
obj['enableSignerAttachmentsMetadata'] = SettingsMetadata.constructFromObject(data['enableSignerAttachmentsMetadata']);
15691587
}
1570-
if (data.hasOwnProperty('EnableSigningAIFeaturesPlan')) {
1571-
obj['EnableSigningAIFeaturesPlan'] = ApiClient.convertToType(data['EnableSigningAIFeaturesPlan'], 'String');
1588+
if (data.hasOwnProperty('enableSigningAIFeaturesPlan')) {
1589+
obj['enableSigningAIFeaturesPlan'] = ApiClient.convertToType(data['enableSigningAIFeaturesPlan'], 'String');
15721590
}
1573-
if (data.hasOwnProperty('EnableSigningAIFeaturesPlanMetadata')) {
1574-
obj['EnableSigningAIFeaturesPlanMetadata'] = SettingsMetadata.constructFromObject(data['EnableSigningAIFeaturesPlanMetadata']);
1591+
if (data.hasOwnProperty('enableSigningAIFeaturesPlanMetadata')) {
1592+
obj['enableSigningAIFeaturesPlanMetadata'] = SettingsMetadata.constructFromObject(data['enableSigningAIFeaturesPlanMetadata']);
15751593
}
15761594
if (data.hasOwnProperty('enableSigningAIFeaturesSetting')) {
15771595
obj['enableSigningAIFeaturesSetting'] = ApiClient.convertToType(data['enableSigningAIFeaturesSetting'], 'String');
@@ -3950,6 +3968,16 @@
39503968
* @member {module:model/SettingsMetadata} defaultSigningResponsiveViewMetadata
39513969
*/
39523970
exports.prototype['defaultSigningResponsiveViewMetadata'] = undefined;
3971+
/**
3972+
*
3973+
* @member {String} defaultSigningResponsiveViewUseGrade
3974+
*/
3975+
exports.prototype['defaultSigningResponsiveViewUseGrade'] = undefined;
3976+
/**
3977+
*
3978+
* @member {module:model/SettingsMetadata} defaultSigningResponsiveViewUseGradeMetadata
3979+
*/
3980+
exports.prototype['defaultSigningResponsiveViewUseGradeMetadata'] = undefined;
39533981
/**
39543982
*
39553983
* @member {String} defaultToAdvancedEnvelopesFilterForm
@@ -4560,6 +4588,26 @@
45604588
* @member {module:model/SettingsMetadata} enableDSigIDVerificationPremierPensMetadata
45614589
*/
45624590
exports.prototype['enableDSigIDVerificationPremierPensMetadata'] = undefined;
4591+
/**
4592+
*
4593+
* @member {String} enableDSigPenGroupEuQes
4594+
*/
4595+
exports.prototype['enableDSigPenGroupEuQes'] = undefined;
4596+
/**
4597+
*
4598+
* @member {module:model/SettingsMetadata} enableDSigPenGroupEuQesMetadata
4599+
*/
4600+
exports.prototype['enableDSigPenGroupEuQesMetadata'] = undefined;
4601+
/**
4602+
*
4603+
* @member {String} enableDSigPlgEuQesPens
4604+
*/
4605+
exports.prototype['enableDSigPlgEuQesPens'] = undefined;
4606+
/**
4607+
*
4608+
* @member {module:model/SettingsMetadata} enableDSigPlgEuQesPensMetadata
4609+
*/
4610+
exports.prototype['enableDSigPlgEuQesPensMetadata'] = undefined;
45634611
/**
45644612
*
45654613
* @member {String} enableDSPro
@@ -5032,14 +5080,14 @@
50325080
exports.prototype['enableSignerAttachmentsMetadata'] = undefined;
50335081
/**
50345082
*
5035-
* @member {String} EnableSigningAIFeaturesPlan
5083+
* @member {String} enableSigningAIFeaturesPlan
50365084
*/
5037-
exports.prototype['EnableSigningAIFeaturesPlan'] = undefined;
5085+
exports.prototype['enableSigningAIFeaturesPlan'] = undefined;
50385086
/**
50395087
*
5040-
* @member {module:model/SettingsMetadata} EnableSigningAIFeaturesPlanMetadata
5088+
* @member {module:model/SettingsMetadata} enableSigningAIFeaturesPlanMetadata
50415089
*/
5042-
exports.prototype['EnableSigningAIFeaturesPlanMetadata'] = undefined;
5090+
exports.prototype['enableSigningAIFeaturesPlanMetadata'] = undefined;
50435091
/**
50445092
*
50455093
* @member {String} enableSigningAIFeaturesSetting

src/model/ConnectCustomConfiguration.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@
136136
if (data.hasOwnProperty('password')) {
137137
obj['password'] = ApiClient.convertToType(data['password'], 'String');
138138
}
139+
if (data.hasOwnProperty('pausePublish')) {
140+
obj['pausePublish'] = ApiClient.convertToType(data['pausePublish'], 'String');
141+
}
139142
if (data.hasOwnProperty('recipientEvents')) {
140143
obj['recipientEvents'] = ApiClient.convertToType(data['recipientEvents'], ['String']);
141144
}
@@ -323,6 +326,11 @@
323326
* @member {String} password
324327
*/
325328
exports.prototype['password'] = undefined;
329+
/**
330+
*
331+
* @member {String} pausePublish
332+
*/
333+
exports.prototype['pausePublish'] = undefined;
326334
/**
327335
* A comma separated list of �Recipient� related events that are tracked through Connect. The possible event values are: Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded.
328336
* @member {Array.<String>} recipientEvents

src/model/ConnectOAuthConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
obj['clientSecret'] = ApiClient.convertToType(data['clientSecret'], 'String');
6565
}
6666
if (data.hasOwnProperty('customParameters')) {
67-
obj['customParameters'] = ApiClient.convertToType(data['customParameters'], 'String');
67+
obj['customParameters'] = ApiClient.convertToType(data['customParameters'], {'String': 'String'});
6868
}
6969
if (data.hasOwnProperty('scope')) {
7070
obj['scope'] = ApiClient.convertToType(data['scope'], 'String');
@@ -90,7 +90,7 @@
9090
exports.prototype['clientSecret'] = undefined;
9191
/**
9292
*
93-
* @member {String} customParameters
93+
* @member {Object.<String, String>} customParameters
9494
*/
9595
exports.prototype['customParameters'] = undefined;
9696
/**
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
/**
2+
* Docusign eSignature REST API
3+
* The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign.
4+
*
5+
* OpenAPI spec version: v2.1
6+
* Contact: [email protected]
7+
*
8+
* NOTE: This class is auto generated. Do not edit the class manually and submit a new issue instead.
9+
*
10+
*/
11+
12+
(function(root, factory) {
13+
if (typeof define === 'function' && define.amd) {
14+
// AMD. Register as an anonymous module.
15+
define(['ApiClient'], factory);
16+
} else if (typeof module === 'object' && module.exports) {
17+
// CommonJS-like environments that support module.exports, like Node.
18+
module.exports = factory(require('../ApiClient'));
19+
} else {
20+
// Browser globals (root is window)
21+
if (!root.Docusign) {
22+
root.Docusign = {};
23+
}
24+
root.Docusign.TemplateViewRecipientSettings = factory(root.Docusign.ApiClient);
25+
}
26+
}(this, function(ApiClient) {
27+
'use strict';
28+
29+
30+
/**
31+
* The TemplateViewRecipientSettings model module.
32+
* @module model/TemplateViewRecipientSettings
33+
*/
34+
35+
/**
36+
* Constructs a new <code>TemplateViewRecipientSettings</code>.
37+
* @alias module:model/TemplateViewRecipientSettings
38+
* @class
39+
*/
40+
var exports = function() {
41+
var _this = this;
42+
43+
44+
};
45+
46+
/**
47+
* Constructs a <code>TemplateViewRecipientSettings</code> from a plain JavaScript object, optionally creating a new instance.
48+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
49+
* @param {Object} data The plain JavaScript object bearing properties of interest.
50+
* @param {module:model/TemplateViewRecipientSettings} obj Optional instance to populate.
51+
* @return {module:model/TemplateViewRecipientSettings} The populated <code>TemplateViewRecipientSettings</code> instance.
52+
*/
53+
exports.constructFromObject = function(data, obj) {
54+
if (data) {
55+
obj = obj || new exports();
56+
57+
if (data.hasOwnProperty('showContactsList')) {
58+
obj['showContactsList'] = ApiClient.convertToType(data['showContactsList'], 'String');
59+
}
60+
if (data.hasOwnProperty('showEditMessage')) {
61+
obj['showEditMessage'] = ApiClient.convertToType(data['showEditMessage'], 'String');
62+
}
63+
if (data.hasOwnProperty('showEditRecipients')) {
64+
obj['showEditRecipients'] = ApiClient.convertToType(data['showEditRecipients'], 'String');
65+
}
66+
}
67+
return obj;
68+
}
69+
70+
/**
71+
*
72+
* @member {String} showContactsList
73+
*/
74+
exports.prototype['showContactsList'] = undefined;
75+
/**
76+
*
77+
* @member {String} showEditMessage
78+
*/
79+
exports.prototype['showEditMessage'] = undefined;
80+
/**
81+
*
82+
* @member {String} showEditRecipients
83+
*/
84+
exports.prototype['showEditRecipients'] = undefined;
85+
86+
87+
88+
return exports;
89+
}));
90+
91+

src/model/TemplateViewRequest.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
(function(root, factory) {
1313
if (typeof define === 'function' && define.amd) {
1414
// AMD. Register as an anonymous module.
15-
define(['ApiClient'], factory);
15+
define(['ApiClient', 'model/TemplateViewSettings'], factory);
1616
} else if (typeof module === 'object' && module.exports) {
1717
// CommonJS-like environments that support module.exports, like Node.
18-
module.exports = factory(require('../ApiClient'));
18+
module.exports = factory(require('../ApiClient'), require('./TemplateViewSettings'));
1919
} else {
2020
// Browser globals (root is window)
2121
if (!root.Docusign) {
2222
root.Docusign = {};
2323
}
24-
root.Docusign.TemplateViewRequest = factory(root.Docusign.ApiClient);
24+
root.Docusign.TemplateViewRequest = factory(root.Docusign.ApiClient, root.Docusign.TemplateViewSettings);
2525
}
26-
}(this, function(ApiClient) {
26+
}(this, function(ApiClient, TemplateViewSettings) {
2727
'use strict';
2828

2929

@@ -57,6 +57,9 @@
5757
if (data.hasOwnProperty('returnUrl')) {
5858
obj['returnUrl'] = ApiClient.convertToType(data['returnUrl'], 'String');
5959
}
60+
if (data.hasOwnProperty('settings')) {
61+
obj['settings'] = TemplateViewSettings.constructFromObject(data['settings']);
62+
}
6063
if (data.hasOwnProperty('viewAccess')) {
6164
obj['viewAccess'] = ApiClient.convertToType(data['viewAccess'], 'String');
6265
}
@@ -69,6 +72,11 @@
6972
* @member {String} returnUrl
7073
*/
7174
exports.prototype['returnUrl'] = undefined;
75+
/**
76+
*
77+
* @member {module:model/TemplateViewSettings} settings
78+
*/
79+
exports.prototype['settings'] = undefined;
7280
/**
7381
*
7482
* @member {String} viewAccess

0 commit comments

Comments
 (0)