|
178 | 178 | if (data.hasOwnProperty('allowBulkSendMetadata')) { |
179 | 179 | obj['allowBulkSendMetadata'] = SettingsMetadata.constructFromObject(data['allowBulkSendMetadata']); |
180 | 180 | } |
| 181 | + if (data.hasOwnProperty('allowBYOIDV')) { |
| 182 | + obj['allowBYOIDV'] = ApiClient.convertToType(data['allowBYOIDV'], 'String'); |
| 183 | + } |
| 184 | + if (data.hasOwnProperty('allowBYOIDVMetadata')) { |
| 185 | + obj['allowBYOIDVMetadata'] = SettingsMetadata.constructFromObject(data['allowBYOIDVMetadata']); |
| 186 | + } |
181 | 187 | if (data.hasOwnProperty('allowCDWithdraw')) { |
182 | 188 | obj['allowCDWithdraw'] = ApiClient.convertToType(data['allowCDWithdraw'], 'String'); |
183 | 189 | } |
|
346 | 352 | if (data.hasOwnProperty('allowExternalSignaturePadMetadata')) { |
347 | 353 | obj['allowExternalSignaturePadMetadata'] = SettingsMetadata.constructFromObject(data['allowExternalSignaturePadMetadata']); |
348 | 354 | } |
| 355 | + if (data.hasOwnProperty('allowFedRampIDVLevel1')) { |
| 356 | + obj['allowFedRampIDVLevel1'] = ApiClient.convertToType(data['allowFedRampIDVLevel1'], 'String'); |
| 357 | + } |
| 358 | + if (data.hasOwnProperty('allowFedRampIDVLevel1Metadata')) { |
| 359 | + obj['allowFedRampIDVLevel1Metadata'] = SettingsMetadata.constructFromObject(data['allowFedRampIDVLevel1Metadata']); |
| 360 | + } |
| 361 | + if (data.hasOwnProperty('allowFedRampIDVLevel2')) { |
| 362 | + obj['allowFedRampIDVLevel2'] = ApiClient.convertToType(data['allowFedRampIDVLevel2'], 'String'); |
| 363 | + } |
| 364 | + if (data.hasOwnProperty('allowFedRampIDVLevel2Metadata')) { |
| 365 | + obj['allowFedRampIDVLevel2Metadata'] = SettingsMetadata.constructFromObject(data['allowFedRampIDVLevel2Metadata']); |
| 366 | + } |
349 | 367 | if (data.hasOwnProperty('allowIDVForEUQualifiedSignatures')) { |
350 | 368 | obj['allowIDVForEUQualifiedSignatures'] = ApiClient.convertToType(data['allowIDVForEUQualifiedSignatures'], 'String'); |
351 | 369 | } |
|
1048 | 1066 | if (data.hasOwnProperty('draftEnvelopeRetentionMetadata')) { |
1049 | 1067 | obj['draftEnvelopeRetentionMetadata'] = SettingsMetadata.constructFromObject(data['draftEnvelopeRetentionMetadata']); |
1050 | 1068 | } |
1051 | | - if (data.hasOwnProperty('dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb')) { |
1052 | | - obj['dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb'] = ApiClient.convertToType(data['dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb'], 'String'); |
1053 | | - } |
1054 | 1069 | if (data.hasOwnProperty('dss_SIGN_28411_EnableLeavePagePrompt_RadminOption')) { |
1055 | 1070 | obj['dss_SIGN_28411_EnableLeavePagePrompt_RadminOption'] = ApiClient.convertToType(data['dss_SIGN_28411_EnableLeavePagePrompt_RadminOption'], 'String'); |
1056 | 1071 | } |
|
1471 | 1486 | if (data.hasOwnProperty('enableNavigatorForHRMetadata')) { |
1472 | 1487 | obj['enableNavigatorForHRMetadata'] = SettingsMetadata.constructFromObject(data['enableNavigatorForHRMetadata']); |
1473 | 1488 | } |
| 1489 | + if (data.hasOwnProperty('enableNavigatorHierarchyAI')) { |
| 1490 | + obj['enableNavigatorHierarchyAI'] = ApiClient.convertToType(data['enableNavigatorHierarchyAI'], 'String'); |
| 1491 | + } |
| 1492 | + if (data.hasOwnProperty('enableNavigatorHierarchyAIMetadata')) { |
| 1493 | + obj['enableNavigatorHierarchyAIMetadata'] = SettingsMetadata.constructFromObject(data['enableNavigatorHierarchyAIMetadata']); |
| 1494 | + } |
1474 | 1495 | if (data.hasOwnProperty('enableNavigatorPartialIngestion')) { |
1475 | 1496 | obj['enableNavigatorPartialIngestion'] = ApiClient.convertToType(data['enableNavigatorPartialIngestion'], 'String'); |
1476 | 1497 | } |
|
1630 | 1651 | if (data.hasOwnProperty('enableSignerAttachmentsMetadata')) { |
1631 | 1652 | obj['enableSignerAttachmentsMetadata'] = SettingsMetadata.constructFromObject(data['enableSignerAttachmentsMetadata']); |
1632 | 1653 | } |
1633 | | - if (data.hasOwnProperty('EnableSigningAIFeaturesPlan')) { |
1634 | | - obj['EnableSigningAIFeaturesPlan'] = ApiClient.convertToType(data['EnableSigningAIFeaturesPlan'], 'String'); |
| 1654 | + if (data.hasOwnProperty('enableSigningAIFeaturesPlan')) { |
| 1655 | + obj['enableSigningAIFeaturesPlan'] = ApiClient.convertToType(data['enableSigningAIFeaturesPlan'], 'String'); |
1635 | 1656 | } |
1636 | 1657 | if (data.hasOwnProperty('enableSigningAIFeaturesPlanMetadata')) { |
1637 | 1658 | obj['enableSigningAIFeaturesPlanMetadata'] = SettingsMetadata.constructFromObject(data['enableSigningAIFeaturesPlanMetadata']); |
1638 | 1659 | } |
1639 | | - if (data.hasOwnProperty('enableSigningAIFeaturesSetting')) { |
1640 | | - obj['enableSigningAIFeaturesSetting'] = ApiClient.convertToType(data['enableSigningAIFeaturesSetting'], 'String'); |
1641 | | - } |
1642 | | - if (data.hasOwnProperty('enableSigningAIFeaturesSettingMetadata')) { |
1643 | | - obj['enableSigningAIFeaturesSettingMetadata'] = SettingsMetadata.constructFromObject(data['enableSigningAIFeaturesSettingMetadata']); |
1644 | | - } |
1645 | 1660 | if (data.hasOwnProperty('enableSigningExtensionComments')) { |
1646 | 1661 | obj['enableSigningExtensionComments'] = ApiClient.convertToType(data['enableSigningExtensionComments'], 'String'); |
1647 | 1662 | } |
|
2778 | 2793 | * @member {module:model/SettingsMetadata} allowBulkSendMetadata |
2779 | 2794 | */ |
2780 | 2795 | exports.prototype['allowBulkSendMetadata'] = undefined; |
| 2796 | + /** |
| 2797 | + * |
| 2798 | + * @member {String} allowBYOIDV |
| 2799 | + */ |
| 2800 | + exports.prototype['allowBYOIDV'] = undefined; |
| 2801 | + /** |
| 2802 | + * |
| 2803 | + * @member {module:model/SettingsMetadata} allowBYOIDVMetadata |
| 2804 | + */ |
| 2805 | + exports.prototype['allowBYOIDVMetadata'] = undefined; |
2781 | 2806 | /** |
2782 | 2807 | * |
2783 | 2808 | * @member {String} allowCDWithdraw |
|
3058 | 3083 | * @member {module:model/SettingsMetadata} allowExternalSignaturePadMetadata |
3059 | 3084 | */ |
3060 | 3085 | exports.prototype['allowExternalSignaturePadMetadata'] = undefined; |
| 3086 | + /** |
| 3087 | + * |
| 3088 | + * @member {String} allowFedRampIDVLevel1 |
| 3089 | + */ |
| 3090 | + exports.prototype['allowFedRampIDVLevel1'] = undefined; |
| 3091 | + /** |
| 3092 | + * |
| 3093 | + * @member {module:model/SettingsMetadata} allowFedRampIDVLevel1Metadata |
| 3094 | + */ |
| 3095 | + exports.prototype['allowFedRampIDVLevel1Metadata'] = undefined; |
| 3096 | + /** |
| 3097 | + * |
| 3098 | + * @member {String} allowFedRampIDVLevel2 |
| 3099 | + */ |
| 3100 | + exports.prototype['allowFedRampIDVLevel2'] = undefined; |
| 3101 | + /** |
| 3102 | + * |
| 3103 | + * @member {module:model/SettingsMetadata} allowFedRampIDVLevel2Metadata |
| 3104 | + */ |
| 3105 | + exports.prototype['allowFedRampIDVLevel2Metadata'] = undefined; |
3061 | 3106 | /** |
3062 | 3107 | * |
3063 | 3108 | * @member {String} allowIDVForEUQualifiedSignatures |
|
4228 | 4273 | * @member {module:model/SettingsMetadata} draftEnvelopeRetentionMetadata |
4229 | 4274 | */ |
4230 | 4275 | exports.prototype['draftEnvelopeRetentionMetadata'] = undefined; |
4231 | | - /** |
4232 | | - * |
4233 | | - * @member {String} dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb |
4234 | | - */ |
4235 | | - exports.prototype['dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb'] = undefined; |
4236 | 4276 | /** |
4237 | 4277 | * |
4238 | 4278 | * @member {String} dss_SIGN_28411_EnableLeavePagePrompt_RadminOption |
|
4933 | 4973 | * @member {module:model/SettingsMetadata} enableNavigatorForHRMetadata |
4934 | 4974 | */ |
4935 | 4975 | exports.prototype['enableNavigatorForHRMetadata'] = undefined; |
| 4976 | + /** |
| 4977 | + * |
| 4978 | + * @member {String} enableNavigatorHierarchyAI |
| 4979 | + */ |
| 4980 | + exports.prototype['enableNavigatorHierarchyAI'] = undefined; |
| 4981 | + /** |
| 4982 | + * |
| 4983 | + * @member {module:model/SettingsMetadata} enableNavigatorHierarchyAIMetadata |
| 4984 | + */ |
| 4985 | + exports.prototype['enableNavigatorHierarchyAIMetadata'] = undefined; |
4936 | 4986 | /** |
4937 | 4987 | * |
4938 | 4988 | * @member {String} enableNavigatorPartialIngestion |
|
5200 | 5250 | exports.prototype['enableSignerAttachmentsMetadata'] = undefined; |
5201 | 5251 | /** |
5202 | 5252 | * |
5203 | | - * @member {String} EnableSigningAIFeaturesPlan |
| 5253 | + * @member {String} enableSigningAIFeaturesPlan |
5204 | 5254 | */ |
5205 | | - exports.prototype['EnableSigningAIFeaturesPlan'] = undefined; |
| 5255 | + exports.prototype['enableSigningAIFeaturesPlan'] = undefined; |
5206 | 5256 | /** |
5207 | 5257 | * |
5208 | 5258 | * @member {module:model/SettingsMetadata} enableSigningAIFeaturesPlanMetadata |
5209 | 5259 | */ |
5210 | 5260 | exports.prototype['enableSigningAIFeaturesPlanMetadata'] = undefined; |
5211 | | - /** |
5212 | | - * |
5213 | | - * @member {String} enableSigningAIFeaturesSetting |
5214 | | - */ |
5215 | | - exports.prototype['enableSigningAIFeaturesSetting'] = undefined; |
5216 | | - /** |
5217 | | - * |
5218 | | - * @member {module:model/SettingsMetadata} enableSigningAIFeaturesSettingMetadata |
5219 | | - */ |
5220 | | - exports.prototype['enableSigningAIFeaturesSettingMetadata'] = undefined; |
5221 | 5261 | /** |
5222 | 5262 | * |
5223 | 5263 | * @member {String} enableSigningExtensionComments |
|
0 commit comments