|
25946 | 25946 | "$ref": "#/definitions/settingsMetadata", |
25947 | 25947 | "description": "" |
25948 | 25948 | }, |
| 25949 | + "defaultSigningResponsiveViewUseGrade": { |
| 25950 | + "description": "", |
| 25951 | + "type": "string" |
| 25952 | + }, |
| 25953 | + "defaultSigningResponsiveViewUseGradeMetadata": { |
| 25954 | + "$ref": "#/definitions/settingsMetadata", |
| 25955 | + "description": "" |
| 25956 | + }, |
25949 | 25957 | "defaultToAdvancedEnvelopesFilterForm": { |
25950 | 25958 | "description": "", |
25951 | 25959 | "type": "string" |
|
26434 | 26442 | "$ref": "#/definitions/settingsMetadata", |
26435 | 26443 | "description": "" |
26436 | 26444 | }, |
| 26445 | + "enableDSigPenGroupEuQes": { |
| 26446 | + "description": "", |
| 26447 | + "type": "string" |
| 26448 | + }, |
| 26449 | + "enableDSigPenGroupEuQesMetadata": { |
| 26450 | + "$ref": "#/definitions/settingsMetadata", |
| 26451 | + "description": "" |
| 26452 | + }, |
| 26453 | + "enableDSigPlgEuQesPens": { |
| 26454 | + "description": "", |
| 26455 | + "type": "string" |
| 26456 | + }, |
| 26457 | + "enableDSigPlgEuQesPensMetadata": { |
| 26458 | + "$ref": "#/definitions/settingsMetadata", |
| 26459 | + "description": "" |
| 26460 | + }, |
26437 | 26461 | "enableDSPro": { |
26438 | 26462 | "description": "Reserved for Docusign.", |
26439 | 26463 | "type": "string" |
@@ -26810,11 +26834,11 @@ |
26810 | 26834 | "$ref": "#/definitions/settingsMetadata", |
26811 | 26835 | "description": "Metadata that indicates whether the `enableSignerAttachments` property is editable.\n" |
26812 | 26836 | }, |
26813 | | - "EnableSigningAIFeaturesPlan": { |
| 26837 | + "enableSigningAIFeaturesPlan": { |
26814 | 26838 | "description": "", |
26815 | 26839 | "type": "string" |
26816 | 26840 | }, |
26817 | | - "EnableSigningAIFeaturesPlanMetadata": { |
| 26841 | + "enableSigningAIFeaturesPlanMetadata": { |
26818 | 26842 | "$ref": "#/definitions/settingsMetadata", |
26819 | 26843 | "description": "" |
26820 | 26844 | }, |
|
36136 | 36160 | "description": "The password for the Connect configuration.\n\nThis property is not used for the `createHistoricalEnvelopePublishTransaction` endpoint.\n", |
36137 | 36161 | "type": "string" |
36138 | 36162 | }, |
| 36163 | + "pausePublish": { |
| 36164 | + "description": "", |
| 36165 | + "type": "string" |
| 36166 | + }, |
36139 | 36167 | "recipientEvents": { |
36140 | 36168 | "description": "An array of recipient event statuses that will trigger Connect to send notifications to your webhook listener at the URL endpoint specified in the `url` property.\n\nWhen using any of [the legacy event message formats](/platform/webhooks/connect/legacy-message-formats/), you must include either the `envelopeEvents` property or the `recipientEvents` property. If you are instead using the [JSON SIM event model](/platform/webhooks/connect/json-sim-event-model/), use the `events` property.\n\nThe [possible event statuses](/platform/webhooks/connect/event-triggers/) are:\n\n* `Sent`\n* `AutoResponded`\n* `Delivered`\n* `Completed`\n* `Declined`\n* `AuthenticationFailed`\n\n**Note:** These values are case-sensitive.\n\nThis property is not used for the `createHistoricalEnvelopePublishTransaction` endpoint.", |
36141 | 36169 | "type": "array", |
|
36541 | 36569 | }, |
36542 | 36570 | "customParameters": { |
36543 | 36571 | "description": "", |
36544 | | - "type": "string", |
| 36572 | + "type": "object", |
36545 | 36573 | "additionalProperties": { |
36546 | 36574 | "type": "string" |
36547 | 36575 | } |
@@ -62246,13 +62274,37 @@ |
62246 | 62274 | "description": "", |
62247 | 62275 | "x-ms-summary": "" |
62248 | 62276 | }, |
| 62277 | + "templateViewRecipientSettings": { |
| 62278 | + "type": "object", |
| 62279 | + "properties": { |
| 62280 | + "showContactsList": { |
| 62281 | + "description": "", |
| 62282 | + "type": "string" |
| 62283 | + }, |
| 62284 | + "showEditMessage": { |
| 62285 | + "description": "", |
| 62286 | + "type": "string" |
| 62287 | + }, |
| 62288 | + "showEditRecipients": { |
| 62289 | + "description": "", |
| 62290 | + "type": "string" |
| 62291 | + } |
| 62292 | + }, |
| 62293 | + "x-ds-definition-name": "templateViewRecipientSettings", |
| 62294 | + "description": "", |
| 62295 | + "x-ms-summary": "" |
| 62296 | + }, |
62249 | 62297 | "templateViewRequest": { |
62250 | 62298 | "type": "object", |
62251 | 62299 | "properties": { |
62252 | 62300 | "returnUrl": { |
62253 | 62301 | "description": "Identifies the return point after the user selects `Save And Close`. This property is required.", |
62254 | 62302 | "type": "string" |
62255 | 62303 | }, |
| 62304 | + "settings": { |
| 62305 | + "$ref": "#/definitions/templateViewSettings", |
| 62306 | + "description": "Information about the settings for the workspace." |
| 62307 | + }, |
62256 | 62308 | "viewAccess": { |
62257 | 62309 | "description": "Set to `template` to limit the app user's access to only the specified template. **Required.**\n", |
62258 | 62310 | "type": "string" |
|
62262 | 62314 | "description": "", |
62263 | 62315 | "x-ms-summary": "" |
62264 | 62316 | }, |
| 62317 | + "templateViewSettings": { |
| 62318 | + "type": "object", |
| 62319 | + "properties": { |
| 62320 | + "backButtonAction": { |
| 62321 | + "description": "", |
| 62322 | + "type": "string" |
| 62323 | + }, |
| 62324 | + "documentSettings": { |
| 62325 | + "$ref": "#/definitions/envelopeViewDocumentSettings", |
| 62326 | + "description": "" |
| 62327 | + }, |
| 62328 | + "envelopeCustomFieldSettings": { |
| 62329 | + "$ref": "#/definitions/envelopeViewEnvelopeCustomFieldSettings", |
| 62330 | + "description": "" |
| 62331 | + }, |
| 62332 | + "lockToken": { |
| 62333 | + "description": "A unique identifier provided to the owner of the lock. You must use this token with subsequent calls to prove ownership of the lock.", |
| 62334 | + "type": "string" |
| 62335 | + }, |
| 62336 | + "recipientSettings": { |
| 62337 | + "$ref": "#/definitions/templateViewRecipientSettings", |
| 62338 | + "description": "" |
| 62339 | + }, |
| 62340 | + "showAdvancedOptions": { |
| 62341 | + "description": "", |
| 62342 | + "type": "string" |
| 62343 | + }, |
| 62344 | + "showBackButton": { |
| 62345 | + "description": "", |
| 62346 | + "type": "string" |
| 62347 | + }, |
| 62348 | + "showDiscardAction": { |
| 62349 | + "description": "", |
| 62350 | + "type": "string" |
| 62351 | + }, |
| 62352 | + "showHeaderActions": { |
| 62353 | + "description": "", |
| 62354 | + "type": "string" |
| 62355 | + }, |
| 62356 | + "startingScreen": { |
| 62357 | + "description": "", |
| 62358 | + "type": "string" |
| 62359 | + }, |
| 62360 | + "taggerSettings": { |
| 62361 | + "$ref": "#/definitions/envelopeViewTaggerSettings", |
| 62362 | + "description": "" |
| 62363 | + } |
| 62364 | + }, |
| 62365 | + "x-ds-definition-name": "templateViewSettings", |
| 62366 | + "description": "", |
| 62367 | + "x-ms-summary": "" |
| 62368 | + }, |
62265 | 62369 | "text": { |
62266 | 62370 | "type": "object", |
62267 | 62371 | "properties": { |
|
68631 | 68735 | "description": "The user's password.\n\nThis property is used only when adding a new user via a [Users: create](/docs/esign-rest-api/reference/users/users/create/) request. The value must conform to the password rules defined in the account [Security Settings](https://apps-d.docusign.com/admin/authenticate?goTo=securityInfo).\n\nThis property is not returned by `GET` requests and cannot be updated via `PUT` requests.", |
68632 | 68736 | "type": "string" |
68633 | 68737 | }, |
| 68738 | + "pausePublish": { |
| 68739 | + "description": "", |
| 68740 | + "type": "string" |
| 68741 | + }, |
68634 | 68742 | "recipientEvents": { |
68635 | 68743 | "description": "An array of strings that lists of recipient-related events that trigger a notification\nto your webhook Connect listener. The possible event values are:\n\n- `sent`: If a recipient type is set to receive an email notification to take action on an envelope, the recipient status is set to `sent` upon delivery of the email.\n- `delivered`: The recipient has viewed the documents in the envelope. This recipient status does not indicate email delivery of the documents in the envelope.\n- `completed`: The recipient has completed their assigned actions on an envelope.\n- `declined`: The recipient has declined to sign a document in the envelope.\n- `authenticationfailed`: At least one signer has failed the authentication check on the document. If this occurs, you have two options:\n - Send a reminder to the recipients, which provides the signer with another chance to access and pass the authentication.\n - Correct the document and modify the authentication setting.\n- `autoresponded`: The recipient's email system sent back an automatic response. This status is only used when **Send-on-behalf-of** is turned off for the account.\n\n**Note:** In previous versions of the API, this value was a single comma-separated string.\n", |
68636 | 68744 | "type": "array", |
|
0 commit comments