Skip to content

Commit 489e20c

Browse files
Merge commit 'fe977969' into minor-version-bump-2
2 parents b43faee + fe97796 commit 489e20c

File tree

195 files changed

+2116
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+2116
-105
lines changed

bin/redoc-container

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/usr/bin/env bash
2+
#
3+
# instructions:
4+
# run this script
5+
# open http://127.0.0.1:8081
6+
#
7+
# Prefer to use ./redoc - this version does not auto-reload changes
8+
9+
set -e
10+
11+
DIR=$(cd `dirname $0` && pwd)
12+
ROOT_DIR="${DIR}/.."
13+
14+
echo "Docs will be available at http://localhost:8081/"
15+
16+
docker run -it --rm -p 8081:80 \
17+
-v "${ROOT_DIR}:/usr/share/nginx/html/swagger/" \
18+
-e SPEC_URL=swagger/openapi.yaml \
19+
-e REDOC_OPTIONS="required-props-first=1 path-in-middle-panel=1" \
20+
redocly/redoc

openapi-raw.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7740,6 +7740,10 @@ components:
77407740
description: '_t__EmbeddedEditUrl::ALLOW_EDIT_CCS'
77417741
type: boolean
77427742
default: false
7743+
allow_form_view:
7744+
description: '_t__EmbeddedEditUrl::ALLOW_FORM_VIEW'
7745+
type: boolean
7746+
default: false
77437747
cc_roles:
77447748
description: '_t__EmbeddedEditUrl::CC_ROLES'
77457749
type: array
@@ -8178,6 +8182,10 @@ components:
81788182
description: '_t__SignatureRequestCreateEmbedded::ALLOW_DECLINE'
81798183
type: boolean
81808184
default: false
8185+
allow_form_view:
8186+
description: '_t__SignatureRequestCreateEmbedded::ALLOW_FORM_VIEW'
8187+
type: boolean
8188+
default: false
81818189
allow_reassign:
81828190
description: '_t__SignatureRequestCreateEmbedded::ALLOW_REASSIGN'
81838191
type: boolean
@@ -8357,6 +8365,10 @@ components:
83578365
description: '_t__SignatureRequestSend::ALLOW_DECLINE'
83588366
type: boolean
83598367
default: false
8368+
allow_form_view:
8369+
description: '_t__SignatureRequestSend::ALLOW_FORM_VIEW'
8370+
type: boolean
8371+
default: false
83608372
allow_reassign:
83618373
description: '_t__SignatureRequestSend::ALLOW_REASSIGN'
83628374
type: boolean
@@ -8469,6 +8481,10 @@ components:
84698481
description: '_t__SignatureRequestCreateEmbedded::ALLOW_DECLINE'
84708482
type: boolean
84718483
default: false
8484+
allow_form_view:
8485+
description: '_t__SignatureRequestCreateEmbedded::ALLOW_FORM_VIEW'
8486+
type: boolean
8487+
default: false
84728488
allow_reassign:
84738489
description: '_t__SignatureRequestCreateEmbedded::ALLOW_REASSIGN'
84748490
type: boolean
@@ -8739,6 +8755,10 @@ components:
87398755
description: '_t__SignatureRequestSend::ALLOW_REASSIGN'
87408756
type: boolean
87418757
default: false
8758+
allow_form_view:
8759+
description: '_t__SignatureRequestSend::ALLOW_FORM_VIEW'
8760+
type: boolean
8761+
default: false
87428762
attachments:
87438763
description: '_t__SubAttachment::LIST_DESCRIPTION'
87448764
type: array
@@ -9890,6 +9910,10 @@ components:
98909910
description: '_t__TemplateCreate::ALLOW_REASSIGN'
98919911
type: boolean
98929912
default: false
9913+
allow_form_view:
9914+
description: '_t__TemplateCreate::ALLOW_FORM_VIEW'
9915+
type: boolean
9916+
default: false
98939917
attachments:
98949918
description: '_t__SubAttachment::LIST_DESCRIPTION'
98959919
type: array
@@ -9978,6 +10002,10 @@ components:
997810002
description: '_t__TemplateCreateEmbeddedDraft::ALLOW_REASSIGN'
997910003
type: boolean
998010004
default: false
10005+
allow_form_view:
10006+
description: '_t__TemplateCreateEmbeddedDraft::ALLOW_FORM_VIEW'
10007+
type: boolean
10008+
default: false
998110009
attachments:
998210010
description: '_t__SubAttachment::LIST_DESCRIPTION'
998310011
type: array
@@ -10124,6 +10152,10 @@ components:
1012410152
description: '_t__UnclaimedDraftCreate::ALLOW_DECLINE'
1012510153
type: boolean
1012610154
default: false
10155+
allow_form_view:
10156+
description: '_t__UnclaimedDraftCreate::ALLOW_FORM_VIEW'
10157+
type: boolean
10158+
default: false
1012710159
attachments:
1012810160
description: '_t__SubAttachment::LIST_DESCRIPTION'
1012910161
type: array
@@ -10239,6 +10271,10 @@ components:
1023910271
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_DECLINE'
1024010272
type: boolean
1024110273
default: false
10274+
allow_form_view:
10275+
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_FORM_VIEW'
10276+
type: boolean
10277+
default: false
1024210278
allow_reassign:
1024310279
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_REASSIGN'
1024410280
type: boolean

openapi-sdk.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7840,6 +7840,10 @@ components:
78407840
description: 'This allows the requester to enable/disable to add or change CC roles when editing the template.'
78417841
type: boolean
78427842
default: false
7843+
allow_form_view:
7844+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
7845+
type: boolean
7846+
default: false
78437847
cc_roles:
78447848
description: 'The CC roles that must be assigned when using the template to send a signature request. To remove all CC roles, pass in a single role with no name. For use in a POST request.'
78457849
type: array
@@ -8362,6 +8366,10 @@ components:
83628366
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
83638367
type: boolean
83648368
default: false
8369+
allow_form_view:
8370+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
8371+
type: boolean
8372+
default: false
83658373
allow_reassign:
83668374
description: |-
83678375
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
@@ -8596,6 +8604,10 @@ components:
85968604
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
85978605
type: boolean
85988606
default: false
8607+
allow_form_view:
8608+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
8609+
type: boolean
8610+
default: false
85998611
allow_reassign:
86008612
description: |-
86018613
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
@@ -8752,6 +8764,10 @@ components:
87528764
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
87538765
type: boolean
87548766
default: false
8767+
allow_form_view:
8768+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
8769+
type: boolean
8770+
default: false
87558771
allow_reassign:
87568772
description: |-
87578773
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
@@ -9093,6 +9109,10 @@ components:
90939109
**NOTE:** Only available for Premium plan and higher.
90949110
type: boolean
90959111
default: false
9112+
allow_form_view:
9113+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
9114+
type: boolean
9115+
default: false
90969116
attachments:
90979117
description: 'A list describing the attachments'
90989118
type: array
@@ -10476,6 +10496,10 @@ components:
1047610496
**NOTE:** Only available for Premium plan and higher.
1047710497
type: boolean
1047810498
default: false
10499+
allow_form_view:
10500+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
10501+
type: boolean
10502+
default: false
1047910503
attachments:
1048010504
description: 'A list describing the attachments'
1048110505
type: array
@@ -10592,6 +10616,10 @@ components:
1059210616
**NOTE:** Only available for Premium plan and higher.
1059310617
type: boolean
1059410618
default: false
10619+
allow_form_view:
10620+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
10621+
type: boolean
10622+
default: false
1059510623
attachments:
1059610624
description: 'A list describing the attachments'
1059710625
type: array
@@ -10773,6 +10801,10 @@ components:
1077310801
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
1077410802
type: boolean
1077510803
default: false
10804+
allow_form_view:
10805+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
10806+
type: boolean
10807+
default: false
1077610808
attachments:
1077710809
description: 'A list describing the attachments'
1077810810
type: array
@@ -10919,6 +10951,10 @@ components:
1091910951
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
1092010952
type: boolean
1092110953
default: false
10954+
allow_form_view:
10955+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
10956+
type: boolean
10957+
default: false
1092210958
allow_reassign:
1092310959
description: |-
1092410960
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.

openapi.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7840,6 +7840,10 @@ components:
78407840
description: 'This allows the requester to enable/disable to add or change CC roles when editing the template.'
78417841
type: boolean
78427842
default: false
7843+
allow_form_view:
7844+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
7845+
type: boolean
7846+
default: false
78437847
cc_roles:
78447848
description: 'The CC roles that must be assigned when using the template to send a signature request. To remove all CC roles, pass in a single role with no name. For use in a POST request.'
78457849
type: array
@@ -8362,6 +8366,10 @@ components:
83628366
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
83638367
type: boolean
83648368
default: false
8369+
allow_form_view:
8370+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
8371+
type: boolean
8372+
default: false
83658373
allow_reassign:
83668374
description: |-
83678375
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
@@ -8596,6 +8604,10 @@ components:
85968604
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
85978605
type: boolean
85988606
default: false
8607+
allow_form_view:
8608+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
8609+
type: boolean
8610+
default: false
85998611
allow_reassign:
86008612
description: |-
86018613
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
@@ -8752,6 +8764,10 @@ components:
87528764
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
87538765
type: boolean
87548766
default: false
8767+
allow_form_view:
8768+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
8769+
type: boolean
8770+
default: false
87558771
allow_reassign:
87568772
description: |-
87578773
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.
@@ -9093,6 +9109,10 @@ components:
90939109
**NOTE:** Only available for Premium plan and higher.
90949110
type: boolean
90959111
default: false
9112+
allow_form_view:
9113+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
9114+
type: boolean
9115+
default: false
90969116
attachments:
90979117
description: 'A list describing the attachments'
90989118
type: array
@@ -10454,6 +10474,10 @@ components:
1045410474
**NOTE:** Only available for Premium plan and higher.
1045510475
type: boolean
1045610476
default: false
10477+
allow_form_view:
10478+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
10479+
type: boolean
10480+
default: false
1045710481
attachments:
1045810482
description: 'A list describing the attachments'
1045910483
type: array
@@ -10570,6 +10594,10 @@ components:
1057010594
**NOTE:** Only available for Premium plan and higher.
1057110595
type: boolean
1057210596
default: false
10597+
allow_form_view:
10598+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
10599+
type: boolean
10600+
default: false
1057310601
attachments:
1057410602
description: 'A list describing the attachments'
1057510603
type: array
@@ -10751,6 +10779,10 @@ components:
1075110779
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
1075210780
type: boolean
1075310781
default: false
10782+
allow_form_view:
10783+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
10784+
type: boolean
10785+
default: false
1075410786
attachments:
1075510787
description: 'A list describing the attachments'
1075610788
type: array
@@ -10897,6 +10929,10 @@ components:
1089710929
description: 'Allows signers to decline to sign a document if `true`. Defaults to `false`.'
1089810930
type: boolean
1089910931
default: false
10932+
allow_form_view:
10933+
description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
10934+
type: boolean
10935+
default: false
1090010936
allow_reassign:
1090110937
description: |-
1090210938
Allows signers to reassign their signature requests to other signers if set to `true`. Defaults to `false`.

sdks/dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ directory that corresponds to the file you want updated.
2323
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
2424

2525
- API version: 3.0.0
26-
- SDK version: 2.0-dev
26+
- SDK version: 2.1-dev
2727
- Generator version: 7.12.0
2828
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
2929

sdks/dotnet/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0-dev
1+
2.1-dev

sdks/dotnet/docs/EmbeddedEditUrlRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**AllowEditCcs** | **bool** | This allows the requester to enable/disable to add or change CC roles when editing the template. | [optional] [default to false]**CcRoles** | **List&lt;string&gt;** | The CC roles that must be assigned when using the template to send a signature request. To remove all CC roles, pass in a single role with no name. For use in a POST request. | [optional] **EditorOptions** | [**SubEditorOptions**](SubEditorOptions.md) | | [optional] **ForceSignerRoles** | **bool** | Provide users the ability to review/edit the template signer roles. | [optional] [default to false]**ForceSubjectMessage** | **bool** | Provide users the ability to review/edit the template subject and message. | [optional] [default to false]**MergeFields** | [**List&lt;SubMergeField&gt;**](SubMergeField.md) | Add additional merge fields to the template, which can be used used to pre-fill data by passing values into signature requests made with that template.<br><br>Remove all merge fields on the template by passing an empty array `[]`. | [optional] **PreviewOnly** | **bool** | This allows the requester to enable the preview experience (i.e. does not allow the requester&#39;s end user to add any additional fields via the editor).<br><br>**NOTE:** This parameter overwrites `show_preview&#x3D;true` (if set). | [optional] [default to false]**ShowPreview** | **bool** | This allows the requester to enable the editor/preview experience. | [optional] [default to false]**ShowProgressStepper** | **bool** | When only one step remains in the signature request process and this parameter is set to `false` then the progress stepper will be hidden. | [optional] [default to true]**TestMode** | **bool** | Whether this is a test, locked templates will only be available for editing if this is set to `true`. Defaults to `false`. | [optional] [default to false]
7+
**AllowEditCcs** | **bool** | This allows the requester to enable/disable to add or change CC roles when editing the template. | [optional] [default to false]**AllowFormView** | **bool** | Allows signers to view the form fields before signing if set to `true`. Defaults to `false`. | [optional] [default to false]**CcRoles** | **List&lt;string&gt;** | The CC roles that must be assigned when using the template to send a signature request. To remove all CC roles, pass in a single role with no name. For use in a POST request. | [optional] **EditorOptions** | [**SubEditorOptions**](SubEditorOptions.md) | | [optional] **ForceSignerRoles** | **bool** | Provide users the ability to review/edit the template signer roles. | [optional] [default to false]**ForceSubjectMessage** | **bool** | Provide users the ability to review/edit the template subject and message. | [optional] [default to false]**MergeFields** | [**List&lt;SubMergeField&gt;**](SubMergeField.md) | Add additional merge fields to the template, which can be used used to pre-fill data by passing values into signature requests made with that template.<br><br>Remove all merge fields on the template by passing an empty array `[]`. | [optional] **PreviewOnly** | **bool** | This allows the requester to enable the preview experience (i.e. does not allow the requester&#39;s end user to add any additional fields via the editor).<br><br>**NOTE:** This parameter overwrites `show_preview&#x3D;true` (if set). | [optional] [default to false]**ShowPreview** | **bool** | This allows the requester to enable the editor/preview experience. | [optional] [default to false]**ShowProgressStepper** | **bool** | When only one step remains in the signature request process and this parameter is set to `false` then the progress stepper will be hidden. | [optional] [default to true]**TestMode** | **bool** | Whether this is a test, locked templates will only be available for editing if this is set to `true`. Defaults to `false`. | [optional] [default to false]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

0 commit comments

Comments
 (0)