Skip to content

Commit 088ba6d

Browse files
committed
update
1 parent d7d7c61 commit 088ba6d

File tree

6 files changed

+42
-24
lines changed

6 files changed

+42
-24
lines changed

docs/openapi/openapi-iam.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10710,8 +10710,8 @@
1071010710
description: Docusign Signing Method
1071110711
enum:
1071210712
- EMAIL
10713-
- EMBED
10714-
DocusignEmbed:
10713+
- INPERSON
10714+
DocusignInPerson:
1071510715
type: object
1071610716
properties:
1071710717
returnUrl:
@@ -10736,8 +10736,8 @@
1073610736
description: List of DocuSign Signers
1073710737
items:
1073810738
$ref: '#/components/schemas/DocusignSigner'
10739-
embed:
10740-
$ref: '#/components/schemas/DocusignEmbed'
10739+
inperson:
10740+
$ref: '#/components/schemas/DocusignInPerson'
1074110741
DocusignSigner:
1074210742
required:
1074310743
- name
@@ -10749,6 +10749,9 @@
1074910749
email:
1075010750
type: string
1075110751
description: Email of Signer
10752+
clientUserId:
10753+
type: string
10754+
description: Specifies unique identifier for signer (required if using InPerson)
1075210755
AddDocusignResponse:
1075310756
type: object
1075410757
properties:

docs/openapi/openapi-jwt.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10710,8 +10710,8 @@
1071010710
description: Docusign Signing Method
1071110711
enum:
1071210712
- EMAIL
10713-
- EMBED
10714-
DocusignEmbed:
10713+
- INPERSON
10714+
DocusignInPerson:
1071510715
type: object
1071610716
properties:
1071710717
returnUrl:
@@ -10736,8 +10736,8 @@
1073610736
description: List of DocuSign Signers
1073710737
items:
1073810738
$ref: '#/components/schemas/DocusignSigner'
10739-
embed:
10740-
$ref: '#/components/schemas/DocusignEmbed'
10739+
inperson:
10740+
$ref: '#/components/schemas/DocusignInPerson'
1074110741
DocusignSigner:
1074210742
required:
1074310743
- name
@@ -10749,6 +10749,9 @@
1074910749
email:
1075010750
type: string
1075110751
description: Email of Signer
10752+
clientUserId:
10753+
type: string
10754+
description: Specifies unique identifier for signer (required if using InPerson)
1075210755
AddDocusignResponse:
1075310756
type: object
1075410757
properties:

docs/openapi/openapi-key.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10710,8 +10710,8 @@
1071010710
description: Docusign Signing Method
1071110711
enum:
1071210712
- EMAIL
10713-
- EMBED
10714-
DocusignEmbed:
10713+
- INPERSON
10714+
DocusignInPerson:
1071510715
type: object
1071610716
properties:
1071710717
returnUrl:
@@ -10736,8 +10736,8 @@
1073610736
description: List of DocuSign Signers
1073710737
items:
1073810738
$ref: '#/components/schemas/DocusignSigner'
10739-
embed:
10740-
$ref: '#/components/schemas/DocusignEmbed'
10739+
inperson:
10740+
$ref: '#/components/schemas/DocusignInPerson'
1074110741
DocusignSigner:
1074210742
required:
1074310743
- name
@@ -10749,6 +10749,9 @@
1074910749
email:
1075010750
type: string
1075110751
description: Email of Signer
10752+
clientUserId:
10753+
type: string
10754+
description: Specifies unique identifier for signer (required if using InPerson)
1075210755
AddDocusignResponse:
1075310756
type: object
1075410757
properties:

lambda-api-graalvm/src/main/resources/cloudformation/openapi-iam.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10813,8 +10813,8 @@ Resources:
1081310813
description: "Docusign Signing Method"
1081410814
enum:
1081510815
- EMAIL
10816-
- EMBED
10817-
DocusignEmbed:
10816+
- INPERSON
10817+
DocusignInPerson:
1081810818
type: "object"
1081910819
properties:
1082010820
returnUrl:
@@ -10839,8 +10839,8 @@ Resources:
1083910839
description: "List of DocuSign Signers"
1084010840
items:
1084110841
$ref: "#/components/schemas/DocusignSigner"
10842-
embed:
10843-
$ref: "#/components/schemas/DocusignEmbed"
10842+
inperson:
10843+
$ref: "#/components/schemas/DocusignInPerson"
1084410844
DocusignSigner:
1084510845
required:
1084610846
- "name"
@@ -10852,6 +10852,9 @@ Resources:
1085210852
email:
1085310853
type: "string"
1085410854
description: "Email of Signer"
10855+
clientUserId:
10856+
type: "string"
10857+
description: "Specifies unique identifier for signer (required if using InPerson)"
1085510858
AddDocusignResponse:
1085610859
type: "object"
1085710860
properties:

lambda-api-graalvm/src/main/resources/cloudformation/openapi-jwt.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10813,8 +10813,8 @@ Resources:
1081310813
description: "Docusign Signing Method"
1081410814
enum:
1081510815
- EMAIL
10816-
- EMBED
10817-
DocusignEmbed:
10816+
- INPERSON
10817+
DocusignInPerson:
1081810818
type: "object"
1081910819
properties:
1082010820
returnUrl:
@@ -10839,8 +10839,8 @@ Resources:
1083910839
description: "List of DocuSign Signers"
1084010840
items:
1084110841
$ref: "#/components/schemas/DocusignSigner"
10842-
embed:
10843-
$ref: "#/components/schemas/DocusignEmbed"
10842+
inperson:
10843+
$ref: "#/components/schemas/DocusignInPerson"
1084410844
DocusignSigner:
1084510845
required:
1084610846
- "name"
@@ -10852,6 +10852,9 @@ Resources:
1085210852
email:
1085310853
type: "string"
1085410854
description: "Email of Signer"
10855+
clientUserId:
10856+
type: "string"
10857+
description: "Specifies unique identifier for signer (required if using InPerson)"
1085510858
AddDocusignResponse:
1085610859
type: "object"
1085710860
properties:

lambda-api-graalvm/src/main/resources/cloudformation/openapi-key.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10813,8 +10813,8 @@ Resources:
1081310813
description: "Docusign Signing Method"
1081410814
enum:
1081510815
- EMAIL
10816-
- EMBED
10817-
DocusignEmbed:
10816+
- INPERSON
10817+
DocusignInPerson:
1081810818
type: "object"
1081910819
properties:
1082010820
returnUrl:
@@ -10839,8 +10839,8 @@ Resources:
1083910839
description: "List of DocuSign Signers"
1084010840
items:
1084110841
$ref: "#/components/schemas/DocusignSigner"
10842-
embed:
10843-
$ref: "#/components/schemas/DocusignEmbed"
10842+
inperson:
10843+
$ref: "#/components/schemas/DocusignInPerson"
1084410844
DocusignSigner:
1084510845
required:
1084610846
- "name"
@@ -10852,6 +10852,9 @@ Resources:
1085210852
email:
1085310853
type: "string"
1085410854
description: "Email of Signer"
10855+
clientUserId:
10856+
type: "string"
10857+
description: "Specifies unique identifier for signer (required if using InPerson)"
1085510858
AddDocusignResponse:
1085610859
type: "object"
1085710860
properties:

0 commit comments

Comments
 (0)