Skip to content

Commit 36890f9

Browse files
committed
added allow form view support
1 parent 6adc09a commit 36890f9

532 files changed

Lines changed: 4949 additions & 5818 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: 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
@@ -8177,6 +8181,10 @@ components:
81778181
description: '_t__SignatureRequestCreateEmbedded::ALLOW_DECLINE'
81788182
type: boolean
81798183
default: false
8184+
allow_form_view:
8185+
description: '_t__SignatureRequestCreateEmbedded::ALLOW_FORM_VIEW'
8186+
type: boolean
8187+
default: false
81808188
allow_reassign:
81818189
description: '_t__SignatureRequestCreateEmbedded::ALLOW_REASSIGN'
81828190
type: boolean
@@ -8356,6 +8364,10 @@ components:
83568364
description: '_t__SignatureRequestSend::ALLOW_DECLINE'
83578365
type: boolean
83588366
default: false
8367+
allow_form_view:
8368+
description: '_t__SignatureRequestSend::ALLOW_FORM_VIEW'
8369+
type: boolean
8370+
default: false
83598371
allow_reassign:
83608372
description: '_t__SignatureRequestSend::ALLOW_REASSIGN'
83618373
type: boolean
@@ -8468,6 +8480,10 @@ components:
84688480
description: '_t__SignatureRequestCreateEmbedded::ALLOW_DECLINE'
84698481
type: boolean
84708482
default: false
8483+
allow_form_view:
8484+
description: '_t__SignatureRequestCreateEmbedded::ALLOW_FORM_VIEW'
8485+
type: boolean
8486+
default: false
84718487
allow_reassign:
84728488
description: '_t__SignatureRequestCreateEmbedded::ALLOW_REASSIGN'
84738489
type: boolean
@@ -8738,6 +8754,10 @@ components:
87388754
description: '_t__SignatureRequestSend::ALLOW_REASSIGN'
87398755
type: boolean
87408756
default: false
8757+
allow_form_view:
8758+
description: '_t__SignatureRequestSend::ALLOW_FORM_VIEW'
8759+
type: boolean
8760+
default: false
87418761
attachments:
87428762
description: '_t__SubAttachment::LIST_DESCRIPTION'
87438763
type: array
@@ -9889,6 +9909,10 @@ components:
98899909
description: '_t__TemplateCreate::ALLOW_REASSIGN'
98909910
type: boolean
98919911
default: false
9912+
allow_form_view:
9913+
description: '_t__TemplateCreate::ALLOW_FORM_VIEW'
9914+
type: boolean
9915+
default: false
98929916
attachments:
98939917
description: '_t__SubAttachment::LIST_DESCRIPTION'
98949918
type: array
@@ -9977,6 +10001,10 @@ components:
997710001
description: '_t__TemplateCreateEmbeddedDraft::ALLOW_REASSIGN'
997810002
type: boolean
997910003
default: false
10004+
allow_form_view:
10005+
description: '_t__TemplateCreateEmbeddedDraft::ALLOW_FORM_VIEW'
10006+
type: boolean
10007+
default: false
998010008
attachments:
998110009
description: '_t__SubAttachment::LIST_DESCRIPTION'
998210010
type: array
@@ -10123,6 +10151,10 @@ components:
1012310151
description: '_t__UnclaimedDraftCreate::ALLOW_DECLINE'
1012410152
type: boolean
1012510153
default: false
10154+
allow_form_view:
10155+
description: '_t__UnclaimedDraftCreate::ALLOW_FORM_VIEW'
10156+
type: boolean
10157+
default: false
1012610158
attachments:
1012710159
description: '_t__SubAttachment::LIST_DESCRIPTION'
1012810160
type: array
@@ -10238,6 +10270,10 @@ components:
1023810270
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_DECLINE'
1023910271
type: boolean
1024010272
default: false
10273+
allow_form_view:
10274+
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_FORM_VIEW'
10275+
type: boolean
10276+
default: false
1024110277
allow_reassign:
1024210278
description: '_t__UnclaimedDraftCreateEmbedded::ALLOW_REASSIGN'
1024310279
type: boolean

0 commit comments

Comments
 (0)