Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Oct 11, 2024
1 parent 4ad6c65 commit abb1d3c
Show file tree
Hide file tree
Showing 356 changed files with 1,449 additions and 1,510 deletions.
21 changes: 9 additions & 12 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,11 @@ docs/DocumentWorkflowsApi.md
docs/DocumentsApi.md
docs/DocumentsCompressRequest.md
docs/DocumentsCompressResponse.md
docs/DocusignCarbonCopy.md
docs/DocusignConfig.md
docs/DocusignRecipientTab.md
docs/DocusignRecipientType.md
docs/DocusignRequestStatus.md
docs/DocusignEmbed.md
docs/DocusignEnvironment.md
docs/DocusignSigner.md
docs/DocusignSigningMethod.md
docs/ESignatureApi.md
docs/Error.md
docs/ErrorsResponse.md
Expand Down Expand Up @@ -592,12 +591,11 @@ src/main/java/com/formkiq/client/model/DocumentWorkflow.java
src/main/java/com/formkiq/client/model/DocumentWorkflowStatus.java
src/main/java/com/formkiq/client/model/DocumentsCompressRequest.java
src/main/java/com/formkiq/client/model/DocumentsCompressResponse.java
src/main/java/com/formkiq/client/model/DocusignCarbonCopy.java
src/main/java/com/formkiq/client/model/DocusignConfig.java
src/main/java/com/formkiq/client/model/DocusignRecipientTab.java
src/main/java/com/formkiq/client/model/DocusignRecipientType.java
src/main/java/com/formkiq/client/model/DocusignRequestStatus.java
src/main/java/com/formkiq/client/model/DocusignEmbed.java
src/main/java/com/formkiq/client/model/DocusignEnvironment.java
src/main/java/com/formkiq/client/model/DocusignSigner.java
src/main/java/com/formkiq/client/model/DocusignSigningMethod.java
src/main/java/com/formkiq/client/model/Error.java
src/main/java/com/formkiq/client/model/ErrorsResponse.java
src/main/java/com/formkiq/client/model/FulltextAttribute.java
Expand Down Expand Up @@ -972,12 +970,11 @@ src/test/java/com/formkiq/client/model/DocumentWorkflowStatusTest.java
src/test/java/com/formkiq/client/model/DocumentWorkflowTest.java
src/test/java/com/formkiq/client/model/DocumentsCompressRequestTest.java
src/test/java/com/formkiq/client/model/DocumentsCompressResponseTest.java
src/test/java/com/formkiq/client/model/DocusignCarbonCopyTest.java
src/test/java/com/formkiq/client/model/DocusignConfigTest.java
src/test/java/com/formkiq/client/model/DocusignRecipientTabTest.java
src/test/java/com/formkiq/client/model/DocusignRecipientTypeTest.java
src/test/java/com/formkiq/client/model/DocusignRequestStatusTest.java
src/test/java/com/formkiq/client/model/DocusignEmbedTest.java
src/test/java/com/formkiq/client/model/DocusignEnvironmentTest.java
src/test/java/com/formkiq/client/model/DocusignSignerTest.java
src/test/java/com/formkiq/client/model/DocusignSigningMethodTest.java
src/test/java/com/formkiq/client/model/ErrorTest.java
src/test/java/com/formkiq/client/model/ErrorsResponseTest.java
src/test/java/com/formkiq/client/model/FulltextAttributeTest.java
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.8.0
7.9.0
181 changes: 105 additions & 76 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,16 @@ paths:
get:
description: Returns the list of sites that the user has access to
operationId: GetSites
parameters:
- description: Fetch sites with status (only valid when using SitePermissions
'defined'
explode: true
in: query
name: status
required: false
schema:
$ref: '#/components/schemas/SiteStatus'
style: form
responses:
"200":
content:
Expand Down Expand Up @@ -293,6 +303,49 @@ paths:
x-accepts:
- application/json
/sites/{siteId}/groups/{groupName}:
delete:
description: Deletes Site Group and permissions
operationId: DeleteSiteGroup
parameters:
- description: Site Identifier
explode: false
in: path
name: siteId
required: true
schema:
type: string
style: simple
- description: Group Name
explode: false
in: path
name: groupName
required: true
schema:
type: string
style: simple
responses:
"200":
content:
application/json:
schema:
$ref: '#/components/schemas/DeleteResponse'
description: 200 OK
headers:
Access-Control-Allow-Origin:
$ref: '#/components/headers/AccessControlAllowOrigin'
Access-Control-Allow-Methods:
$ref: '#/components/headers/AccessControlAllowMethods'
Access-Control-Allow-Headers:
$ref: '#/components/headers/AccessControlAllowHeaders'
security:
- ApiAuthorization: []
summary: Deletes Site Group and permissions
tags:
- System Management
x-amazon-apigateway-integration:
$ref: '#/components/x-amazon-apigateway-integrations/lambdaApi200'
x-accepts:
- application/json
get:
description: Returns details of a group and permissions belonging to site
operationId: GetSiteGroup
Expand Down Expand Up @@ -416,7 +469,7 @@ paths:
$ref: '#/components/headers/AccessControlAllowHeaders'
security:
- ApiAuthorization: []
summary: Deletst site(s) OpenSearch index
summary: Deletes site(s) OpenSearch index
tags:
- System Management
x-amazon-apigateway-integration:
Expand Down Expand Up @@ -13388,6 +13441,7 @@ components:
- UPDATE
- DELETE
- SOFT_DELETE
- RESTORE
type: string
UserActivity:
example:
Expand Down Expand Up @@ -18085,13 +18139,15 @@ components:
siteId: siteId
permission: READ_WRITE
title: title
status: ACTIVE
- uploadEmail: uploadEmail
permissions:
- ADMIN
- ADMIN
siteId: siteId
permission: READ_WRITE
title: title
status: ACTIVE
username: username
properties:
username:
Expand All @@ -18112,13 +18168,16 @@ components:
siteId: siteId
permission: READ_WRITE
title: title
status: ACTIVE
properties:
siteId:
description: Site Identifier
type: string
title:
description: Site Title
type: string
status:
$ref: '#/components/schemas/SiteStatus'
permission:
description: SiteId permission level
enum:
Expand Down Expand Up @@ -18513,11 +18572,13 @@ components:
next: next
workflows:
- currentStepId: currentStepId
insertedDate: insertedDate
name: name
description: description
workflowId: workflowId
status: COMPLETE
- currentStepId: currentStepId
insertedDate: insertedDate
name: name
description: description
workflowId: workflowId
Expand All @@ -18535,6 +18596,7 @@ components:
example:
workflow:
currentStepId: currentStepId
insertedDate: insertedDate
name: name
description: description
workflowId: workflowId
Expand All @@ -18553,6 +18615,7 @@ components:
DocumentWorkflow:
example:
currentStepId: currentStepId
insertedDate: insertedDate
name: name
description: description
workflowId: workflowId
Expand All @@ -18572,6 +18635,9 @@ components:
type: string
status:
$ref: '#/components/schemas/DocumentWorkflowStatus'
insertedDate:
description: Inserted Timestamp
type: string
type: object
AddDocumentWorkflowResponse:
example:
Expand Down Expand Up @@ -19232,60 +19298,57 @@ components:
message:
type: string
type: object
DocusignRequestStatus:
description: Docusign Request status
DocusignEnvironment:
description: Docusign Environment
enum:
- CREATED
- SENT
- PRODUCTION
- DEVELOPMENT
type: string
DocusignSigningMethod:
description: Docusign Signing Method
enum:
- EMAIL
- EMBED
type: string
DocusignEmbed:
example:
returnUrl: returnUrl
properties:
returnUrl:
description: Identifies the return point after sending the envelope
type: string
type: object
AddDocusignRequest:
example:
signers:
- name: name
email: email
- name: name
email: email
carbonCopies:
- name: name
email: email
- name: name
email: email
recipientTabs:
- positionY: positionY
pageNumber: pageNumber
type: SIGNHERE
positionX: positionX
- positionY: positionY
pageNumber: pageNumber
type: SIGNHERE
positionX: positionX
developmentMode: true
environment: PRODUCTION
embed:
returnUrl: returnUrl
signingMethod: EMAIL
emailSubject: emailSubject
status: CREATED
properties:
emailSubject:
description: Email Subject
description: The subject line of the email message that is sent to all recipients
type: string
status:
$ref: '#/components/schemas/DocusignRequestStatus'
developmentMode:
description: Whether to enable developer mode
type: boolean
environment:
$ref: '#/components/schemas/DocusignEnvironment'
signingMethod:
$ref: '#/components/schemas/DocusignSigningMethod'
signers:
description: List of DocuSign Signers
items:
$ref: '#/components/schemas/DocusignSigner'
type: array
carbonCopies:
description: List of DocuSign Carbon Copies
items:
$ref: '#/components/schemas/DocusignCarbonCopy'
type: array
recipientTabs:
description: List of DocuSign Recipient Tabs
items:
$ref: '#/components/schemas/DocusignRecipientTab'
type: array
embed:
$ref: '#/components/schemas/DocusignEmbed'
required:
- environment
- signers
- signingMethod
type: object
DocusignSigner:
example:
Expand All @@ -19298,50 +19361,16 @@ components:
email:
description: Email of Signer
type: string
type: object
DocusignCarbonCopy:
example:
name: name
email: email
properties:
name:
description: Name of Signer
type: string
email:
description: Email of Signer
type: string
type: object
DocusignRecipientType:
description: Type of Recipient
enum:
- SIGNHERE
type: string
DocusignRecipientTab:
example:
positionY: positionY
pageNumber: pageNumber
type: SIGNHERE
positionX: positionX
properties:
type:
$ref: '#/components/schemas/DocusignRecipientType'
pageNumber:
description: Document Page Number
type: string
positionX:
description: Element X Position
type: string
positionY:
description: Element Y Position
type: string
required:
- name
type: object
AddDocusignResponse:
example:
viewUrl: viewUrl
message: message
redirect_url: redirect_url
properties:
redirect_url:
description: Redirect Url to complete DocuSign workflow
viewUrl:
description: The view URL to be navigated to complete DocuSign signing
type: string
message:
description: Result message
Expand Down
11 changes: 5 additions & 6 deletions docs/AddDocusignRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**emailSubject** | **String** | Email Subject | [optional] |
|**status** | **DocusignRequestStatus** | | [optional] |
|**developmentMode** | **Boolean** | Whether to enable developer mode | [optional] |
|**signers** | [**List<DocusignSigner>**](DocusignSigner.md) | List of DocuSign Signers | [optional] |
|**carbonCopies** | [**List<DocusignCarbonCopy>**](DocusignCarbonCopy.md) | List of DocuSign Carbon Copies | [optional] |
|**recipientTabs** | [**List<DocusignRecipientTab>**](DocusignRecipientTab.md) | List of DocuSign Recipient Tabs | [optional] |
|**emailSubject** | **String** | The subject line of the email message that is sent to all recipients | [optional] |
|**environment** | **DocusignEnvironment** | | |
|**signingMethod** | **DocusignSigningMethod** | | |
|**signers** | [**List<DocusignSigner>**](DocusignSigner.md) | List of DocuSign Signers | |
|**embed** | [**DocusignEmbed**](DocusignEmbed.md) | | [optional] |



2 changes: 1 addition & 1 deletion docs/AddDocusignResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**redirectUrl** | **String** | Redirect Url to complete DocuSign workflow | [optional] |
|**viewUrl** | **String** | The view URL to be navigated to complete DocuSign signing | [optional] |
|**message** | **String** | Result message | [optional] |


Expand Down
1 change: 1 addition & 0 deletions docs/DocumentWorkflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
|**description** | **String** | Workflow description | [optional] |
|**currentStepId** | **String** | The current step workflow is on | [optional] |
|**status** | **DocumentWorkflowStatus** | | [optional] |
|**insertedDate** | **String** | Inserted Timestamp | [optional] |



Loading

0 comments on commit abb1d3c

Please sign in to comment.