Skip to content

Commit 3ac0ec4

Browse files
[SIGN-15354] Remove form view from SDK
1 parent 8f1d2ed commit 3ac0ec4

77 files changed

Lines changed: 85 additions & 2469 deletions

File tree

Some content is hidden

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

openapi-raw.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9986,6 +9986,7 @@ components:
99869986
- enabled
99879987
- enabled_by_default
99889988
- forced
9989+
x-hideOn: sdk
99899990
type: object
99909991
x-hideOn: sdk
99919992
SubTemplateRole:
@@ -11682,7 +11683,11 @@ components:
1168211683
type: string
1168311684
nullable: true
1168411685
signer_experience:
11685-
$ref: '#/components/schemas/SignatureRequestSignerExperience'
11686+
description: '_t__SignatureRequestSignerExperience::DESCRIPTION'
11687+
allOf:
11688+
-
11689+
$ref: '#/components/schemas/SignatureRequestSignerExperience'
11690+
x-hideOn: sdk
1168611691
type: object
1168711692
x-internal-class: true
1168811693
SignatureRequestResponseAttachment:
@@ -12053,8 +12058,10 @@ components:
1205312058
- enabled
1205412059
- enabled_by_default
1205512060
- forced
12061+
x-hideOn: sdk
1205612062
type: object
1205712063
x-internal-class: true
12064+
x-hideOn: sdk
1205812065
TeamResponse:
1205912066
description: '_t__TeamResponse::DESCRIPTION'
1206012067
properties:
@@ -12224,7 +12231,11 @@ components:
1222412231
items:
1222512232
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
1222612233
signer_experience:
12227-
$ref: '#/components/schemas/SignatureRequestSignerExperience'
12234+
description: '_t__SignatureRequestSignerExperience::DESCRIPTION'
12235+
allOf:
12236+
-
12237+
$ref: '#/components/schemas/SignatureRequestSignerExperience'
12238+
x-hideOn: sdk
1222812239
type: object
1222912240
x-internal-class: true
1223012241
TemplateResponseAccount:

openapi-sdk.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12341,8 +12341,6 @@ components:
1234112341
description: 'The ID of the Bulk Send job which sent the signature request, if applicable.'
1234212342
type: string
1234312343
nullable: true
12344-
signer_experience:
12345-
$ref: '#/components/schemas/SignatureRequestSignerExperience'
1234612344
type: object
1234712345
x-internal-class: true
1234812346
SignatureRequestResponseAttachment:
@@ -12704,26 +12702,6 @@ components:
1270412702
nullable: true
1270512703
type: object
1270612704
x-internal-class: true
12707-
SignatureRequestSignerExperience:
12708-
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
12709-
required:
12710-
- form_view
12711-
properties:
12712-
form_view:
12713-
description: |-
12714-
Changes the form view setting experienced by the signer. Supported versions are:
12715-
- `disabled` - Form view is disabled, and the signer cannot change it
12716-
- `enabled` - Form view is disabled initially, the signer can turn it on using a toggle
12717-
- `enabled_by_default` - Form view is enabled initially. The signer car turn it off using a toggle
12718-
- `forced` - Form view is enabled initially. The signer cannot change it, the toggle is hidden.
12719-
type: string
12720-
enum:
12721-
- disabled
12722-
- enabled
12723-
- enabled_by_default
12724-
- forced
12725-
type: object
12726-
x-internal-class: true
1272712705
TeamResponse:
1272812706
description: 'Contains information about your team and its members'
1272912707
properties:
@@ -12895,8 +12873,6 @@ components:
1289512873
type: array
1289612874
items:
1289712875
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
12898-
signer_experience:
12899-
$ref: '#/components/schemas/SignatureRequestSignerExperience'
1290012876
type: object
1290112877
x-internal-class: true
1290212878
TemplateResponseAccount:

openapi.yaml

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7974,7 +7974,7 @@ components:
79747974
type: boolean
79757975
default: false
79767976
signer_experience:
7977-
description: 'TBD Form View'
7977+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
79787978
allOf:
79797979
-
79807980
$ref: '#/components/schemas/SubSignerExperience'
@@ -8567,7 +8567,7 @@ components:
85678567
type: boolean
85688568
default: false
85698569
signer_experience:
8570-
description: 'TBD Form View'
8570+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
85718571
allOf:
85728572
-
85738573
$ref: '#/components/schemas/SubSignerExperience'
@@ -8661,7 +8661,7 @@ components:
86618661
type: boolean
86628662
default: false
86638663
signer_experience:
8664-
description: 'TBD Form View'
8664+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
86658665
allOf:
86668666
-
86678667
$ref: '#/components/schemas/SubSignerExperience'
@@ -8821,7 +8821,7 @@ components:
88218821
type: integer
88228822
nullable: true
88238823
signer_experience:
8824-
description: 'TBD Form View'
8824+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
88258825
allOf:
88268826
-
88278827
$ref: '#/components/schemas/SubSignerExperience'
@@ -8979,7 +8979,7 @@ components:
89798979
type: integer
89808980
nullable: true
89818981
signer_experience:
8982-
description: 'TBD Form View'
8982+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
89838983
allOf:
89848984
-
89858985
$ref: '#/components/schemas/SubSignerExperience'
@@ -9069,7 +9069,7 @@ components:
90699069
type: boolean
90709070
default: false
90719071
signer_experience:
9072-
description: 'TBD Form View'
9072+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
90739073
allOf:
90749074
-
90759075
$ref: '#/components/schemas/SubSignerExperience'
@@ -9163,7 +9163,7 @@ components:
91639163
type: string
91649164
maxLength: 255
91659165
signer_experience:
9166-
description: 'TBD Form View'
9166+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
91679167
allOf:
91689168
-
91699169
$ref: '#/components/schemas/SubSignerExperience'
@@ -9335,7 +9335,7 @@ components:
93359335
type: integer
93369336
nullable: true
93379337
signer_experience:
9338-
description: 'TBD Form View'
9338+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
93399339
allOf:
93409340
-
93419341
$ref: '#/components/schemas/SubSignerExperience'
@@ -9429,7 +9429,7 @@ components:
94299429
type: string
94309430
maxLength: 255
94319431
signer_experience:
9432-
description: 'TBD Form View'
9432+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
94339433
allOf:
94349434
-
94359435
$ref: '#/components/schemas/SubSignerExperience'
@@ -10405,6 +10405,7 @@ components:
1040510405
- enabled
1040610406
- enabled_by_default
1040710407
- forced
10408+
x-hideOn: sdk
1040810409
type: object
1040910410
x-hideOn: sdk
1041010411
SubTemplateRole:
@@ -10719,7 +10720,7 @@ components:
1071910720
type: boolean
1072010721
default: false
1072110722
signer_experience:
10722-
description: 'TBD Form View'
10723+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
1072310724
allOf:
1072410725
-
1072510726
$ref: '#/components/schemas/SubSignerExperience'
@@ -10867,7 +10868,7 @@ components:
1086710868
type: boolean
1086810869
default: false
1086910870
signer_experience:
10870-
description: 'TBD Form View'
10871+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
1087110872
allOf:
1087210873
-
1087310874
$ref: '#/components/schemas/SubSignerExperience'
@@ -10907,7 +10908,7 @@ components:
1090710908
items:
1090810909
$ref: '#/components/schemas/SubUpdateFormField'
1090910910
signer_experience:
10910-
description: 'TBD Form View'
10911+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
1091110912
allOf:
1091210913
-
1091310914
$ref: '#/components/schemas/SubSignerExperience'
@@ -11089,7 +11090,7 @@ components:
1108911090
type: integer
1109011091
nullable: true
1109111092
signer_experience:
11092-
description: 'TBD Form View'
11093+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
1109311094
allOf:
1109411095
-
1109511096
$ref: '#/components/schemas/SubSignerExperience'
@@ -12301,7 +12302,11 @@ components:
1230112302
type: string
1230212303
nullable: true
1230312304
signer_experience:
12304-
$ref: '#/components/schemas/SignatureRequestSignerExperience'
12305+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
12306+
allOf:
12307+
-
12308+
$ref: '#/components/schemas/SignatureRequestSignerExperience'
12309+
x-hideOn: sdk
1230512310
type: object
1230612311
x-internal-class: true
1230712312
SignatureRequestResponseAttachment:
@@ -12681,8 +12686,10 @@ components:
1268112686
- enabled
1268212687
- enabled_by_default
1268312688
- forced
12689+
x-hideOn: sdk
1268412690
type: object
1268512691
x-internal-class: true
12692+
x-hideOn: sdk
1268612693
TeamResponse:
1268712694
description: 'Contains information about your team and its members'
1268812695
properties:
@@ -12855,7 +12862,11 @@ components:
1285512862
items:
1285612863
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
1285712864
signer_experience:
12858-
$ref: '#/components/schemas/SignatureRequestSignerExperience'
12865+
description: 'Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.'
12866+
allOf:
12867+
-
12868+
$ref: '#/components/schemas/SignatureRequestSignerExperience'
12869+
x-hideOn: sdk
1285912870
type: object
1286012871
x-internal-class: true
1286112872
TemplateResponseAccount:

sdks/dotnet/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ Class | Method | HTTP request | Description
301301
- [Model.SignatureRequestResponseSignatures](docs/SignatureRequestResponseSignatures.md)
302302
- [Model.SignatureRequestSendRequest](docs/SignatureRequestSendRequest.md)
303303
- [Model.SignatureRequestSendWithTemplateRequest](docs/SignatureRequestSendWithTemplateRequest.md)
304-
- [Model.SignatureRequestSignerExperience](docs/SignatureRequestSignerExperience.md)
305304
- [Model.SignatureRequestUpdateRequest](docs/SignatureRequestUpdateRequest.md)
306305
- [Model.SubAttachment](docs/SubAttachment.md)
307306
- [Model.SubBulkSignerList](docs/SubBulkSignerList.md)

sdks/dotnet/docs/BulkSendJobGetResponseSignatureRequests.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-
**TestMode** | **bool** | Whether this is a test signature request. Test requests have no legal value. Defaults to `false`. | [optional] [default to false]**SignatureRequestId** | **string** | The id of the SignatureRequest. | [optional] **RequesterEmailAddress** | **string** | The email address of the initiator of the SignatureRequest. | [optional] **Title** | **string** | The title the specified Account uses for the SignatureRequest. | [optional] **OriginalTitle** | **string** | Default Label for account. | [optional] **Subject** | **string** | The subject in the email that was initially sent to the signers. | [optional] **Message** | **string** | The custom message in the email that was initially sent to the signers. | [optional] **Metadata** | **Dictionary&lt;string, Object&gt;** | The metadata attached to the signature request. | [optional] **CreatedAt** | **int** | Time the signature request was created. | [optional] **ExpiresAt** | **int?** | The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | [optional] **IsComplete** | **bool** | Whether or not the SignatureRequest has been fully executed by all signers. | [optional] **IsDeclined** | **bool** | Whether or not the SignatureRequest has been declined by a signer. | [optional] **HasError** | **bool** | Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings). | [optional] **FilesUrl** | **string** | The URL where a copy of the request&#39;s documents can be downloaded. | [optional] **SigningUrl** | **string** | The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing. | [optional] **DetailsUrl** | **string** | The URL where the requester and the signers can view the current status of the SignatureRequest. | [optional] **CcEmailAddresses** | **List&lt;string&gt;** | A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed. | [optional] **SigningRedirectUrl** | **string** | The URL you want the signer redirected to after they successfully sign. | [optional] **FinalCopyUri** | **string** | The path where the completed document can be downloaded | [optional] **TemplateIds** | **List&lt;string&gt;** | Templates IDs used in this SignatureRequest (if any). | [optional] **CustomFields** | [**List&lt;SignatureRequestResponseCustomFieldBase&gt;**](SignatureRequestResponseCustomFieldBase.md) | An array of Custom Field objects containing the name and type of each custom field.<br><br>* Text Field uses `SignatureRequestResponseCustomFieldText`<br>* Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox` | [optional] **Attachments** | [**List&lt;SignatureRequestResponseAttachment&gt;**](SignatureRequestResponseAttachment.md) | Signer attachments. | [optional] **ResponseData** | [**List&lt;SignatureRequestResponseDataBase&gt;**](SignatureRequestResponseDataBase.md) | An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers. | [optional] **Signatures** | [**List&lt;SignatureRequestResponseSignatures&gt;**](SignatureRequestResponseSignatures.md) | An array of signature objects, 1 for each signer. | [optional] **BulkSendJobId** | **string** | The id of the BulkSendJob. | [optional] **SignerExperience** | [**SignatureRequestSignerExperience**](SignatureRequestSignerExperience.md) | | [optional]
7+
**TestMode** | **bool** | Whether this is a test signature request. Test requests have no legal value. Defaults to `false`. | [optional] [default to false]**SignatureRequestId** | **string** | The id of the SignatureRequest. | [optional] **RequesterEmailAddress** | **string** | The email address of the initiator of the SignatureRequest. | [optional] **Title** | **string** | The title the specified Account uses for the SignatureRequest. | [optional] **OriginalTitle** | **string** | Default Label for account. | [optional] **Subject** | **string** | The subject in the email that was initially sent to the signers. | [optional] **Message** | **string** | The custom message in the email that was initially sent to the signers. | [optional] **Metadata** | **Dictionary&lt;string, Object&gt;** | The metadata attached to the signature request. | [optional] **CreatedAt** | **int** | Time the signature request was created. | [optional] **ExpiresAt** | **int?** | The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | [optional] **IsComplete** | **bool** | Whether or not the SignatureRequest has been fully executed by all signers. | [optional] **IsDeclined** | **bool** | Whether or not the SignatureRequest has been declined by a signer. | [optional] **HasError** | **bool** | Whether or not an error occurred (either during the creation of the SignatureRequest or during one of the signings). | [optional] **FilesUrl** | **string** | The URL where a copy of the request&#39;s documents can be downloaded. | [optional] **SigningUrl** | **string** | The URL where a signer, after authenticating, can sign the documents. This should only be used by users with existing Dropbox Sign accounts as they will be required to log in before signing. | [optional] **DetailsUrl** | **string** | The URL where the requester and the signers can view the current status of the SignatureRequest. | [optional] **CcEmailAddresses** | **List&lt;string&gt;** | A list of email addresses that were CCed on the SignatureRequest. They will receive a copy of the final PDF once all the signers have signed. | [optional] **SigningRedirectUrl** | **string** | The URL you want the signer redirected to after they successfully sign. | [optional] **FinalCopyUri** | **string** | The path where the completed document can be downloaded | [optional] **TemplateIds** | **List&lt;string&gt;** | Templates IDs used in this SignatureRequest (if any). | [optional] **CustomFields** | [**List&lt;SignatureRequestResponseCustomFieldBase&gt;**](SignatureRequestResponseCustomFieldBase.md) | An array of Custom Field objects containing the name and type of each custom field.<br><br>* Text Field uses `SignatureRequestResponseCustomFieldText`<br>* Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox` | [optional] **Attachments** | [**List&lt;SignatureRequestResponseAttachment&gt;**](SignatureRequestResponseAttachment.md) | Signer attachments. | [optional] **ResponseData** | [**List&lt;SignatureRequestResponseDataBase&gt;**](SignatureRequestResponseDataBase.md) | An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers. | [optional] **Signatures** | [**List&lt;SignatureRequestResponseSignatures&gt;**](SignatureRequestResponseSignatures.md) | An array of signature objects, 1 for each signer. | [optional] **BulkSendJobId** | **string** | The id of the BulkSendJob. | [optional]
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)