diff --git a/lambda-api-graalvm/src/main/resources/cloudformation/openapi-iam.yaml b/lambda-api-graalvm/src/main/resources/cloudformation/openapi-iam.yaml index a2dd1799..78695405 100644 --- a/lambda-api-graalvm/src/main/resources/cloudformation/openapi-iam.yaml +++ b/lambda-api-graalvm/src/main/resources/cloudformation/openapi-iam.yaml @@ -10814,7 +10814,7 @@ Resources: enum: - EMAIL - INPERSON - DocusignInPerson: + DocusignRecipientView: type: "object" properties: returnUrl: @@ -10839,8 +10839,13 @@ Resources: description: "List of DocuSign Signers" items: $ref: "#/components/schemas/DocusignSigner" - inperson: - $ref: "#/components/schemas/DocusignInPerson" + inpersonSigners: + type: "array" + description: "List of DocuSign Inperson Signers" + items: + $ref: "#/components/schemas/DocusignInpersonSigner" + recipientView: + $ref: "#/components/schemas/DocusignRecipientView" DocusignSigner: required: - "name" @@ -10852,9 +10857,26 @@ Resources: email: type: "string" description: "Email of Signer" + DocusignInpersonSigner: + required: + - "hostEmail" + - "hostName" + - "signerName" + - "clientUserId" + type: "object" + properties: + hostEmail: + type: "string" + description: "The email of the signing host" + hostName: + type: "string" + description: "The name of the signing host" clientUserId: type: "string" - description: "Specifies unique identifier for signer (required if using InPerson)" + description: "Specifies unique identifier for signer" + signerName: + type: "string" + description: "The full legal name of a signer" AddDocusignResponse: type: "object" properties: diff --git a/lambda-api-graalvm/src/main/resources/cloudformation/openapi-jwt.yaml b/lambda-api-graalvm/src/main/resources/cloudformation/openapi-jwt.yaml index 398edfd7..74bec46b 100644 --- a/lambda-api-graalvm/src/main/resources/cloudformation/openapi-jwt.yaml +++ b/lambda-api-graalvm/src/main/resources/cloudformation/openapi-jwt.yaml @@ -10814,7 +10814,7 @@ Resources: enum: - EMAIL - INPERSON - DocusignInPerson: + DocusignRecipientView: type: "object" properties: returnUrl: @@ -10839,8 +10839,13 @@ Resources: description: "List of DocuSign Signers" items: $ref: "#/components/schemas/DocusignSigner" - inperson: - $ref: "#/components/schemas/DocusignInPerson" + inpersonSigners: + type: "array" + description: "List of DocuSign Inperson Signers" + items: + $ref: "#/components/schemas/DocusignInpersonSigner" + recipientView: + $ref: "#/components/schemas/DocusignRecipientView" DocusignSigner: required: - "name" @@ -10852,9 +10857,26 @@ Resources: email: type: "string" description: "Email of Signer" + DocusignInpersonSigner: + required: + - "hostEmail" + - "hostName" + - "signerName" + - "clientUserId" + type: "object" + properties: + hostEmail: + type: "string" + description: "The email of the signing host" + hostName: + type: "string" + description: "The name of the signing host" clientUserId: type: "string" - description: "Specifies unique identifier for signer (required if using InPerson)" + description: "Specifies unique identifier for signer" + signerName: + type: "string" + description: "The full legal name of a signer" AddDocusignResponse: type: "object" properties: diff --git a/lambda-api-graalvm/src/main/resources/cloudformation/openapi-key.yaml b/lambda-api-graalvm/src/main/resources/cloudformation/openapi-key.yaml index cd62c237..08b57bfd 100644 --- a/lambda-api-graalvm/src/main/resources/cloudformation/openapi-key.yaml +++ b/lambda-api-graalvm/src/main/resources/cloudformation/openapi-key.yaml @@ -10814,7 +10814,7 @@ Resources: enum: - EMAIL - INPERSON - DocusignInPerson: + DocusignRecipientView: type: "object" properties: returnUrl: @@ -10839,8 +10839,13 @@ Resources: description: "List of DocuSign Signers" items: $ref: "#/components/schemas/DocusignSigner" - inperson: - $ref: "#/components/schemas/DocusignInPerson" + inpersonSigners: + type: "array" + description: "List of DocuSign Inperson Signers" + items: + $ref: "#/components/schemas/DocusignInpersonSigner" + recipientView: + $ref: "#/components/schemas/DocusignRecipientView" DocusignSigner: required: - "name" @@ -10852,9 +10857,26 @@ Resources: email: type: "string" description: "Email of Signer" + DocusignInpersonSigner: + required: + - "hostEmail" + - "hostName" + - "signerName" + - "clientUserId" + type: "object" + properties: + hostEmail: + type: "string" + description: "The email of the signing host" + hostName: + type: "string" + description: "The name of the signing host" clientUserId: type: "string" - description: "Specifies unique identifier for signer (required if using InPerson)" + description: "Specifies unique identifier for signer" + signerName: + type: "string" + description: "The full legal name of a signer" AddDocusignResponse: type: "object" properties: