@formalingo/sdk 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +214 -0
- package/dist/client/api/index.d.ts +20 -0
- package/dist/client/api/index.d.ts.map +1 -0
- package/dist/client/api/index.js +20 -0
- package/dist/client/api/index.js.map +1 -0
- package/dist/client/api/v1/documents/index.d.ts +163 -0
- package/dist/client/api/v1/documents/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/index.js +164 -0
- package/dist/client/api/v1/documents/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/fields/index.d.ts +111 -0
- package/dist/client/api/v1/documents/item/fields/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/fields/index.js +115 -0
- package/dist/client/api/v1/documents/item/fields/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/fields/item/index.d.ts +221 -0
- package/dist/client/api/v1/documents/item/fields/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/fields/item/index.js +218 -0
- package/dist/client/api/v1/documents/item/fields/item/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/index.d.ts +207 -0
- package/dist/client/api/v1/documents/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/index.js +217 -0
- package/dist/client/api/v1/documents/item/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/signerRoles/index.d.ts +111 -0
- package/dist/client/api/v1/documents/item/signerRoles/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/signerRoles/index.js +115 -0
- package/dist/client/api/v1/documents/item/signerRoles/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/signerRoles/item/index.d.ts +56 -0
- package/dist/client/api/v1/documents/item/signerRoles/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/signerRoles/item/index.js +59 -0
- package/dist/client/api/v1/documents/item/signerRoles/item/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/index.d.ts +111 -0
- package/dist/client/api/v1/documents/item/submissions/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/index.js +116 -0
- package/dist/client/api/v1/documents/item/submissions/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/index.d.ts +70 -0
- package/dist/client/api/v1/documents/item/submissions/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/index.js +75 -0
- package/dist/client/api/v1/documents/item/submissions/item/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/pdf/index.d.ts +91 -0
- package/dist/client/api/v1/documents/item/submissions/item/pdf/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/pdf/index.js +100 -0
- package/dist/client/api/v1/documents/item/submissions/item/pdf/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/index.d.ts +68 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/index.js +71 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.d.ts +146 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.js +156 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.d.ts +134 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.js +145 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.js.map +1 -0
- package/dist/client/api/v1/forms/index.d.ts +231 -0
- package/dist/client/api/v1/forms/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/index.js +244 -0
- package/dist/client/api/v1/forms/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/index.d.ts +241 -0
- package/dist/client/api/v1/forms/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/index.js +261 -0
- package/dist/client/api/v1/forms/item/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/questions/index.d.ts +111 -0
- package/dist/client/api/v1/forms/item/questions/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/questions/index.js +115 -0
- package/dist/client/api/v1/forms/item/questions/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/questions/item/index.d.ts +196 -0
- package/dist/client/api/v1/forms/item/questions/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/questions/item/index.js +193 -0
- package/dist/client/api/v1/forms/item/questions/item/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/index.d.ts +111 -0
- package/dist/client/api/v1/forms/item/recipients/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/index.js +116 -0
- package/dist/client/api/v1/forms/item/recipients/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/item/index.d.ts +109 -0
- package/dist/client/api/v1/forms/item/recipients/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/item/index.js +116 -0
- package/dist/client/api/v1/forms/item/recipients/item/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/item/responses/index.d.ts +134 -0
- package/dist/client/api/v1/forms/item/recipients/item/responses/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/item/responses/index.js +145 -0
- package/dist/client/api/v1/forms/item/recipients/item/responses/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/sections/index.d.ts +111 -0
- package/dist/client/api/v1/forms/item/sections/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/sections/index.js +115 -0
- package/dist/client/api/v1/forms/item/sections/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/sections/item/index.d.ts +100 -0
- package/dist/client/api/v1/forms/item/sections/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/sections/item/index.js +106 -0
- package/dist/client/api/v1/forms/item/sections/item/index.js.map +1 -0
- package/dist/client/api/v1/index.d.ts +25 -0
- package/dist/client/api/v1/index.d.ts.map +1 -0
- package/dist/client/api/v1/index.js +27 -0
- package/dist/client/api/v1/index.js.map +1 -0
- package/dist/client/formalingoClient.d.ts +20 -7
- package/dist/client/formalingoClient.d.ts.map +1 -1
- package/dist/client/formalingoClient.js +56 -2
- package/dist/client/formalingoClient.js.map +1 -1
- package/dist/client/models/index.d.ts +1597 -0
- package/dist/client/models/index.d.ts.map +1 -0
- package/dist/client/models/index.js +1589 -0
- package/dist/client/models/index.js.map +1 -0
- package/dist/index.d.ts +8 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +12 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,1597 @@
|
|
|
1
|
+
import { type AdditionalDataHolder, type Guid, type Parsable, type ParseNode, type SerializationWriter, type UntypedNode } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
4
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
5
|
+
* @returns {CreateFieldBody_options}
|
|
6
|
+
*/
|
|
7
|
+
export declare function createCreateFieldBody_optionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
8
|
+
/**
|
|
9
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
10
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
11
|
+
* @returns {CreateFieldBody}
|
|
12
|
+
*/
|
|
13
|
+
export declare function createCreateFieldBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14
|
+
/**
|
|
15
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
16
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
17
|
+
* @returns {CreateFormBody}
|
|
18
|
+
*/
|
|
19
|
+
export declare function createCreateFormBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20
|
+
/**
|
|
21
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
22
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
23
|
+
* @returns {CreateQuestionBody}
|
|
24
|
+
*/
|
|
25
|
+
export declare function createCreateQuestionBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
26
|
+
/**
|
|
27
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
28
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
29
|
+
* @returns {CreateRecipientBody_prefill}
|
|
30
|
+
*/
|
|
31
|
+
export declare function createCreateRecipientBody_prefillFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
32
|
+
/**
|
|
33
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
34
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
35
|
+
* @returns {CreateRecipientBody}
|
|
36
|
+
*/
|
|
37
|
+
export declare function createCreateRecipientBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
38
|
+
/**
|
|
39
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
40
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
41
|
+
* @returns {CreateSectionBody}
|
|
42
|
+
*/
|
|
43
|
+
export declare function createCreateSectionBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
44
|
+
/**
|
|
45
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
46
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
47
|
+
* @returns {CreateSignerRoleBody}
|
|
48
|
+
*/
|
|
49
|
+
export declare function createCreateSignerRoleBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
50
|
+
/**
|
|
51
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
52
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
53
|
+
* @returns {CreateSubmissionBody}
|
|
54
|
+
*/
|
|
55
|
+
export declare function createCreateSubmissionBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
56
|
+
/**
|
|
57
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
58
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
59
|
+
* @returns {Document_pageDimensions}
|
|
60
|
+
*/
|
|
61
|
+
export declare function createDocument_pageDimensionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
62
|
+
/**
|
|
63
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
64
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
65
|
+
* @returns {DocumentField_options}
|
|
66
|
+
*/
|
|
67
|
+
export declare function createDocumentField_optionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
68
|
+
/**
|
|
69
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
70
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
71
|
+
* @returns {DocumentField}
|
|
72
|
+
*/
|
|
73
|
+
export declare function createDocumentFieldFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
74
|
+
/**
|
|
75
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
76
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
77
|
+
* @returns {Document}
|
|
78
|
+
*/
|
|
79
|
+
export declare function createDocumentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
80
|
+
/**
|
|
81
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
82
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
83
|
+
* @returns {DocumentSubmission}
|
|
84
|
+
*/
|
|
85
|
+
export declare function createDocumentSubmissionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
86
|
+
export interface CreateFieldBody extends AdditionalDataHolder, Parsable {
|
|
87
|
+
/**
|
|
88
|
+
* The assigneeRole property
|
|
89
|
+
*/
|
|
90
|
+
assigneeRole?: string | null;
|
|
91
|
+
/**
|
|
92
|
+
* The defaultValue property
|
|
93
|
+
*/
|
|
94
|
+
defaultValue?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
* The direction property
|
|
97
|
+
*/
|
|
98
|
+
direction?: CreateFieldBody_direction | null;
|
|
99
|
+
/**
|
|
100
|
+
* The height property
|
|
101
|
+
*/
|
|
102
|
+
height?: number | null;
|
|
103
|
+
/**
|
|
104
|
+
* The isReadOnly property
|
|
105
|
+
*/
|
|
106
|
+
isReadOnly?: boolean | null;
|
|
107
|
+
/**
|
|
108
|
+
* The isRequired property
|
|
109
|
+
*/
|
|
110
|
+
isRequired?: boolean | null;
|
|
111
|
+
/**
|
|
112
|
+
* The label property
|
|
113
|
+
*/
|
|
114
|
+
label?: string | null;
|
|
115
|
+
/**
|
|
116
|
+
* The options property
|
|
117
|
+
*/
|
|
118
|
+
options?: CreateFieldBody_options | null;
|
|
119
|
+
/**
|
|
120
|
+
* The order property
|
|
121
|
+
*/
|
|
122
|
+
order?: number | null;
|
|
123
|
+
/**
|
|
124
|
+
* The pageNumber property
|
|
125
|
+
*/
|
|
126
|
+
pageNumber?: number | null;
|
|
127
|
+
/**
|
|
128
|
+
* The type property
|
|
129
|
+
*/
|
|
130
|
+
type?: CreateFieldBody_type | null;
|
|
131
|
+
/**
|
|
132
|
+
* The width property
|
|
133
|
+
*/
|
|
134
|
+
width?: number | null;
|
|
135
|
+
/**
|
|
136
|
+
* The x property
|
|
137
|
+
*/
|
|
138
|
+
x?: number | null;
|
|
139
|
+
/**
|
|
140
|
+
* The y property
|
|
141
|
+
*/
|
|
142
|
+
y?: number | null;
|
|
143
|
+
}
|
|
144
|
+
export type CreateFieldBody_direction = (typeof CreateFieldBody_directionObject)[keyof typeof CreateFieldBody_directionObject];
|
|
145
|
+
export interface CreateFieldBody_options extends AdditionalDataHolder, Parsable {
|
|
146
|
+
}
|
|
147
|
+
export type CreateFieldBody_type = (typeof CreateFieldBody_typeObject)[keyof typeof CreateFieldBody_typeObject];
|
|
148
|
+
/**
|
|
149
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
150
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
151
|
+
* @returns {Form_branding}
|
|
152
|
+
*/
|
|
153
|
+
export declare function createForm_brandingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
154
|
+
/**
|
|
155
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
156
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
157
|
+
* @returns {Form_settings}
|
|
158
|
+
*/
|
|
159
|
+
export declare function createForm_settingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
160
|
+
export interface CreateFormBody extends AdditionalDataHolder, Parsable {
|
|
161
|
+
/**
|
|
162
|
+
* The description property
|
|
163
|
+
*/
|
|
164
|
+
description?: string | null;
|
|
165
|
+
/**
|
|
166
|
+
* The title property
|
|
167
|
+
*/
|
|
168
|
+
title?: string | null;
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
172
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
173
|
+
* @returns {Form}
|
|
174
|
+
*/
|
|
175
|
+
export declare function createFormFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
176
|
+
export interface CreateQuestionBody extends AdditionalDataHolder, Parsable {
|
|
177
|
+
/**
|
|
178
|
+
* The context property
|
|
179
|
+
*/
|
|
180
|
+
context?: string | null;
|
|
181
|
+
/**
|
|
182
|
+
* The is_pii property
|
|
183
|
+
*/
|
|
184
|
+
isPii?: boolean | null;
|
|
185
|
+
/**
|
|
186
|
+
* The is_required property
|
|
187
|
+
*/
|
|
188
|
+
isRequired?: boolean | null;
|
|
189
|
+
/**
|
|
190
|
+
* Type-specific options (choices, min/max, etc.)
|
|
191
|
+
*/
|
|
192
|
+
options?: UntypedNode | null;
|
|
193
|
+
/**
|
|
194
|
+
* The order property
|
|
195
|
+
*/
|
|
196
|
+
order?: number | null;
|
|
197
|
+
/**
|
|
198
|
+
* The priority property
|
|
199
|
+
*/
|
|
200
|
+
priority?: CreateQuestionBody_priority | null;
|
|
201
|
+
/**
|
|
202
|
+
* The question_text property
|
|
203
|
+
*/
|
|
204
|
+
questionText?: string | null;
|
|
205
|
+
/**
|
|
206
|
+
* Assign to a section (optional)
|
|
207
|
+
*/
|
|
208
|
+
sectionId?: Guid | null;
|
|
209
|
+
/**
|
|
210
|
+
* The type property
|
|
211
|
+
*/
|
|
212
|
+
type?: CreateQuestionBody_type | null;
|
|
213
|
+
}
|
|
214
|
+
export type CreateQuestionBody_priority = (typeof CreateQuestionBody_priorityObject)[keyof typeof CreateQuestionBody_priorityObject];
|
|
215
|
+
export type CreateQuestionBody_type = (typeof CreateQuestionBody_typeObject)[keyof typeof CreateQuestionBody_typeObject];
|
|
216
|
+
/**
|
|
217
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
218
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
219
|
+
* @returns {Question}
|
|
220
|
+
*/
|
|
221
|
+
export declare function createQuestionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
222
|
+
export interface CreateRecipientBody extends AdditionalDataHolder, Parsable {
|
|
223
|
+
/**
|
|
224
|
+
* The email property
|
|
225
|
+
*/
|
|
226
|
+
email?: string | null;
|
|
227
|
+
/**
|
|
228
|
+
* ISO 8601 expiry date
|
|
229
|
+
*/
|
|
230
|
+
expiresAt?: Date | null;
|
|
231
|
+
/**
|
|
232
|
+
* The label property
|
|
233
|
+
*/
|
|
234
|
+
label?: string | null;
|
|
235
|
+
/**
|
|
236
|
+
* Optional password to protect the form link
|
|
237
|
+
*/
|
|
238
|
+
password?: string | null;
|
|
239
|
+
/**
|
|
240
|
+
* The phone property
|
|
241
|
+
*/
|
|
242
|
+
phone?: string | null;
|
|
243
|
+
/**
|
|
244
|
+
* Map of question ID → pre-filled value. The value is saved as a Response.
|
|
245
|
+
*/
|
|
246
|
+
prefill?: CreateRecipientBody_prefill | null;
|
|
247
|
+
/**
|
|
248
|
+
* If true, suppresses recipient_invite notification for this recipient.
|
|
249
|
+
*/
|
|
250
|
+
suppressNotifications?: boolean | null;
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* Map of question ID → pre-filled value. The value is saved as a Response.
|
|
254
|
+
*/
|
|
255
|
+
export interface CreateRecipientBody_prefill extends AdditionalDataHolder, Parsable {
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
259
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
260
|
+
* @returns {Recipient}
|
|
261
|
+
*/
|
|
262
|
+
export declare function createRecipientFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
263
|
+
/**
|
|
264
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
265
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
266
|
+
* @returns {RecipientResponse}
|
|
267
|
+
*/
|
|
268
|
+
export declare function createRecipientResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
269
|
+
export interface CreateSectionBody extends AdditionalDataHolder, Parsable {
|
|
270
|
+
/**
|
|
271
|
+
* The order property
|
|
272
|
+
*/
|
|
273
|
+
order?: number | null;
|
|
274
|
+
/**
|
|
275
|
+
* The title property
|
|
276
|
+
*/
|
|
277
|
+
title?: string | null;
|
|
278
|
+
}
|
|
279
|
+
/**
|
|
280
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
281
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
282
|
+
* @returns {Section}
|
|
283
|
+
*/
|
|
284
|
+
export declare function createSectionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
285
|
+
/**
|
|
286
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
287
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
288
|
+
* @returns {Signer}
|
|
289
|
+
*/
|
|
290
|
+
export declare function createSignerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
291
|
+
/**
|
|
292
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
293
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
294
|
+
* @returns {SignerInput_prefill}
|
|
295
|
+
*/
|
|
296
|
+
export declare function createSignerInput_prefillFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
297
|
+
/**
|
|
298
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
299
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
300
|
+
* @returns {SignerInput}
|
|
301
|
+
*/
|
|
302
|
+
export declare function createSignerInputFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
303
|
+
/**
|
|
304
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
305
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
306
|
+
* @returns {SignerResponse}
|
|
307
|
+
*/
|
|
308
|
+
export declare function createSignerResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
309
|
+
export interface CreateSignerRoleBody extends AdditionalDataHolder, Parsable {
|
|
310
|
+
/**
|
|
311
|
+
* The label property
|
|
312
|
+
*/
|
|
313
|
+
label?: string | null;
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
317
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
318
|
+
* @returns {SignerRole}
|
|
319
|
+
*/
|
|
320
|
+
export declare function createSignerRoleFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
321
|
+
export interface CreateSubmissionBody extends AdditionalDataHolder, Parsable {
|
|
322
|
+
/**
|
|
323
|
+
* One entry per signer role. Must provide all required roles.
|
|
324
|
+
*/
|
|
325
|
+
signers?: SignerInput[] | null;
|
|
326
|
+
/**
|
|
327
|
+
* If true, suppresses signer_invite notifications for all signers in this submission.
|
|
328
|
+
*/
|
|
329
|
+
suppressNotifications?: boolean | null;
|
|
330
|
+
}
|
|
331
|
+
/**
|
|
332
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
333
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
334
|
+
* @returns {SubmissionPdf}
|
|
335
|
+
*/
|
|
336
|
+
export declare function createSubmissionPdfFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
337
|
+
/**
|
|
338
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
339
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
340
|
+
* @returns {UpdateFormBody}
|
|
341
|
+
*/
|
|
342
|
+
export declare function createUpdateFormBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
343
|
+
/**
|
|
344
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
345
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
346
|
+
* @returns {UpdateRecipientBody}
|
|
347
|
+
*/
|
|
348
|
+
export declare function createUpdateRecipientBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
349
|
+
/**
|
|
350
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
351
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
352
|
+
* @returns {UpdateRecipientResponsesBody_responses}
|
|
353
|
+
*/
|
|
354
|
+
export declare function createUpdateRecipientResponsesBody_responsesFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
355
|
+
/**
|
|
356
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
357
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
358
|
+
* @returns {UpdateRecipientResponsesBody}
|
|
359
|
+
*/
|
|
360
|
+
export declare function createUpdateRecipientResponsesBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
361
|
+
/**
|
|
362
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
363
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
364
|
+
* @returns {UpdateSectionBody}
|
|
365
|
+
*/
|
|
366
|
+
export declare function createUpdateSectionBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
367
|
+
/**
|
|
368
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
369
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
370
|
+
* @returns {UpdateSignerResponsesBody_responses}
|
|
371
|
+
*/
|
|
372
|
+
export declare function createUpdateSignerResponsesBody_responsesFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
373
|
+
/**
|
|
374
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
375
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
376
|
+
* @returns {UpdateSignerResponsesBody}
|
|
377
|
+
*/
|
|
378
|
+
export declare function createUpdateSignerResponsesBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
379
|
+
/**
|
|
380
|
+
* The deserialization information for the current model
|
|
381
|
+
* @param CreateFieldBody The instance to deserialize into.
|
|
382
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
383
|
+
*/
|
|
384
|
+
export declare function deserializeIntoCreateFieldBody(createFieldBody?: Partial<CreateFieldBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
385
|
+
/**
|
|
386
|
+
* The deserialization information for the current model
|
|
387
|
+
* @param CreateFieldBody_options The instance to deserialize into.
|
|
388
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
389
|
+
*/
|
|
390
|
+
export declare function deserializeIntoCreateFieldBody_options(createFieldBody_options?: Partial<CreateFieldBody_options> | undefined): Record<string, (node: ParseNode) => void>;
|
|
391
|
+
/**
|
|
392
|
+
* The deserialization information for the current model
|
|
393
|
+
* @param CreateFormBody The instance to deserialize into.
|
|
394
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
395
|
+
*/
|
|
396
|
+
export declare function deserializeIntoCreateFormBody(createFormBody?: Partial<CreateFormBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
397
|
+
/**
|
|
398
|
+
* The deserialization information for the current model
|
|
399
|
+
* @param CreateQuestionBody The instance to deserialize into.
|
|
400
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
401
|
+
*/
|
|
402
|
+
export declare function deserializeIntoCreateQuestionBody(createQuestionBody?: Partial<CreateQuestionBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
403
|
+
/**
|
|
404
|
+
* The deserialization information for the current model
|
|
405
|
+
* @param CreateRecipientBody The instance to deserialize into.
|
|
406
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
407
|
+
*/
|
|
408
|
+
export declare function deserializeIntoCreateRecipientBody(createRecipientBody?: Partial<CreateRecipientBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
409
|
+
/**
|
|
410
|
+
* The deserialization information for the current model
|
|
411
|
+
* @param CreateRecipientBody_prefill The instance to deserialize into.
|
|
412
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
413
|
+
*/
|
|
414
|
+
export declare function deserializeIntoCreateRecipientBody_prefill(createRecipientBody_prefill?: Partial<CreateRecipientBody_prefill> | undefined): Record<string, (node: ParseNode) => void>;
|
|
415
|
+
/**
|
|
416
|
+
* The deserialization information for the current model
|
|
417
|
+
* @param CreateSectionBody The instance to deserialize into.
|
|
418
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
419
|
+
*/
|
|
420
|
+
export declare function deserializeIntoCreateSectionBody(createSectionBody?: Partial<CreateSectionBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
421
|
+
/**
|
|
422
|
+
* The deserialization information for the current model
|
|
423
|
+
* @param CreateSignerRoleBody The instance to deserialize into.
|
|
424
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
425
|
+
*/
|
|
426
|
+
export declare function deserializeIntoCreateSignerRoleBody(createSignerRoleBody?: Partial<CreateSignerRoleBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
427
|
+
/**
|
|
428
|
+
* The deserialization information for the current model
|
|
429
|
+
* @param CreateSubmissionBody The instance to deserialize into.
|
|
430
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
431
|
+
*/
|
|
432
|
+
export declare function deserializeIntoCreateSubmissionBody(createSubmissionBody?: Partial<CreateSubmissionBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
433
|
+
/**
|
|
434
|
+
* The deserialization information for the current model
|
|
435
|
+
* @param Document The instance to deserialize into.
|
|
436
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
437
|
+
*/
|
|
438
|
+
export declare function deserializeIntoDocument(document?: Partial<Document> | undefined): Record<string, (node: ParseNode) => void>;
|
|
439
|
+
/**
|
|
440
|
+
* The deserialization information for the current model
|
|
441
|
+
* @param Document_pageDimensions The instance to deserialize into.
|
|
442
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
443
|
+
*/
|
|
444
|
+
export declare function deserializeIntoDocument_pageDimensions(document_pageDimensions?: Partial<Document_pageDimensions> | undefined): Record<string, (node: ParseNode) => void>;
|
|
445
|
+
/**
|
|
446
|
+
* The deserialization information for the current model
|
|
447
|
+
* @param DocumentField The instance to deserialize into.
|
|
448
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
449
|
+
*/
|
|
450
|
+
export declare function deserializeIntoDocumentField(documentField?: Partial<DocumentField> | undefined): Record<string, (node: ParseNode) => void>;
|
|
451
|
+
/**
|
|
452
|
+
* The deserialization information for the current model
|
|
453
|
+
* @param DocumentField_options The instance to deserialize into.
|
|
454
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
455
|
+
*/
|
|
456
|
+
export declare function deserializeIntoDocumentField_options(documentField_options?: Partial<DocumentField_options> | undefined): Record<string, (node: ParseNode) => void>;
|
|
457
|
+
/**
|
|
458
|
+
* The deserialization information for the current model
|
|
459
|
+
* @param DocumentSubmission The instance to deserialize into.
|
|
460
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
461
|
+
*/
|
|
462
|
+
export declare function deserializeIntoDocumentSubmission(documentSubmission?: Partial<DocumentSubmission> | undefined): Record<string, (node: ParseNode) => void>;
|
|
463
|
+
/**
|
|
464
|
+
* The deserialization information for the current model
|
|
465
|
+
* @param Form The instance to deserialize into.
|
|
466
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
467
|
+
*/
|
|
468
|
+
export declare function deserializeIntoForm(form?: Partial<Form> | undefined): Record<string, (node: ParseNode) => void>;
|
|
469
|
+
/**
|
|
470
|
+
* The deserialization information for the current model
|
|
471
|
+
* @param Form_branding The instance to deserialize into.
|
|
472
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
473
|
+
*/
|
|
474
|
+
export declare function deserializeIntoForm_branding(form_branding?: Partial<Form_branding> | undefined): Record<string, (node: ParseNode) => void>;
|
|
475
|
+
/**
|
|
476
|
+
* The deserialization information for the current model
|
|
477
|
+
* @param Form_settings The instance to deserialize into.
|
|
478
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
479
|
+
*/
|
|
480
|
+
export declare function deserializeIntoForm_settings(form_settings?: Partial<Form_settings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
481
|
+
/**
|
|
482
|
+
* The deserialization information for the current model
|
|
483
|
+
* @param Question The instance to deserialize into.
|
|
484
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
485
|
+
*/
|
|
486
|
+
export declare function deserializeIntoQuestion(question?: Partial<Question> | undefined): Record<string, (node: ParseNode) => void>;
|
|
487
|
+
/**
|
|
488
|
+
* The deserialization information for the current model
|
|
489
|
+
* @param Recipient The instance to deserialize into.
|
|
490
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
491
|
+
*/
|
|
492
|
+
export declare function deserializeIntoRecipient(recipient?: Partial<Recipient> | undefined): Record<string, (node: ParseNode) => void>;
|
|
493
|
+
/**
|
|
494
|
+
* The deserialization information for the current model
|
|
495
|
+
* @param RecipientResponse The instance to deserialize into.
|
|
496
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
497
|
+
*/
|
|
498
|
+
export declare function deserializeIntoRecipientResponse(recipientResponse?: Partial<RecipientResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
499
|
+
/**
|
|
500
|
+
* The deserialization information for the current model
|
|
501
|
+
* @param Section The instance to deserialize into.
|
|
502
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
503
|
+
*/
|
|
504
|
+
export declare function deserializeIntoSection(section?: Partial<Section> | undefined): Record<string, (node: ParseNode) => void>;
|
|
505
|
+
/**
|
|
506
|
+
* The deserialization information for the current model
|
|
507
|
+
* @param Signer The instance to deserialize into.
|
|
508
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
509
|
+
*/
|
|
510
|
+
export declare function deserializeIntoSigner(signer?: Partial<Signer> | undefined): Record<string, (node: ParseNode) => void>;
|
|
511
|
+
/**
|
|
512
|
+
* The deserialization information for the current model
|
|
513
|
+
* @param SignerInput The instance to deserialize into.
|
|
514
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
515
|
+
*/
|
|
516
|
+
export declare function deserializeIntoSignerInput(signerInput?: Partial<SignerInput> | undefined): Record<string, (node: ParseNode) => void>;
|
|
517
|
+
/**
|
|
518
|
+
* The deserialization information for the current model
|
|
519
|
+
* @param SignerInput_prefill The instance to deserialize into.
|
|
520
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
521
|
+
*/
|
|
522
|
+
export declare function deserializeIntoSignerInput_prefill(signerInput_prefill?: Partial<SignerInput_prefill> | undefined): Record<string, (node: ParseNode) => void>;
|
|
523
|
+
/**
|
|
524
|
+
* The deserialization information for the current model
|
|
525
|
+
* @param SignerResponse The instance to deserialize into.
|
|
526
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
527
|
+
*/
|
|
528
|
+
export declare function deserializeIntoSignerResponse(signerResponse?: Partial<SignerResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
529
|
+
/**
|
|
530
|
+
* The deserialization information for the current model
|
|
531
|
+
* @param SignerRole The instance to deserialize into.
|
|
532
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
533
|
+
*/
|
|
534
|
+
export declare function deserializeIntoSignerRole(signerRole?: Partial<SignerRole> | undefined): Record<string, (node: ParseNode) => void>;
|
|
535
|
+
/**
|
|
536
|
+
* The deserialization information for the current model
|
|
537
|
+
* @param SubmissionPdf The instance to deserialize into.
|
|
538
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
539
|
+
*/
|
|
540
|
+
export declare function deserializeIntoSubmissionPdf(submissionPdf?: Partial<SubmissionPdf> | undefined): Record<string, (node: ParseNode) => void>;
|
|
541
|
+
/**
|
|
542
|
+
* The deserialization information for the current model
|
|
543
|
+
* @param UpdateFormBody The instance to deserialize into.
|
|
544
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
545
|
+
*/
|
|
546
|
+
export declare function deserializeIntoUpdateFormBody(updateFormBody?: Partial<UpdateFormBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
547
|
+
/**
|
|
548
|
+
* The deserialization information for the current model
|
|
549
|
+
* @param UpdateRecipientBody The instance to deserialize into.
|
|
550
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
551
|
+
*/
|
|
552
|
+
export declare function deserializeIntoUpdateRecipientBody(updateRecipientBody?: Partial<UpdateRecipientBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
553
|
+
/**
|
|
554
|
+
* The deserialization information for the current model
|
|
555
|
+
* @param UpdateRecipientResponsesBody The instance to deserialize into.
|
|
556
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
557
|
+
*/
|
|
558
|
+
export declare function deserializeIntoUpdateRecipientResponsesBody(updateRecipientResponsesBody?: Partial<UpdateRecipientResponsesBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
559
|
+
/**
|
|
560
|
+
* The deserialization information for the current model
|
|
561
|
+
* @param UpdateRecipientResponsesBody_responses The instance to deserialize into.
|
|
562
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
563
|
+
*/
|
|
564
|
+
export declare function deserializeIntoUpdateRecipientResponsesBody_responses(updateRecipientResponsesBody_responses?: Partial<UpdateRecipientResponsesBody_responses> | undefined): Record<string, (node: ParseNode) => void>;
|
|
565
|
+
/**
|
|
566
|
+
* The deserialization information for the current model
|
|
567
|
+
* @param UpdateSectionBody The instance to deserialize into.
|
|
568
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
569
|
+
*/
|
|
570
|
+
export declare function deserializeIntoUpdateSectionBody(updateSectionBody?: Partial<UpdateSectionBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
571
|
+
/**
|
|
572
|
+
* The deserialization information for the current model
|
|
573
|
+
* @param UpdateSignerResponsesBody The instance to deserialize into.
|
|
574
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
575
|
+
*/
|
|
576
|
+
export declare function deserializeIntoUpdateSignerResponsesBody(updateSignerResponsesBody?: Partial<UpdateSignerResponsesBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
577
|
+
/**
|
|
578
|
+
* The deserialization information for the current model
|
|
579
|
+
* @param UpdateSignerResponsesBody_responses The instance to deserialize into.
|
|
580
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
581
|
+
*/
|
|
582
|
+
export declare function deserializeIntoUpdateSignerResponsesBody_responses(updateSignerResponsesBody_responses?: Partial<UpdateSignerResponsesBody_responses> | undefined): Record<string, (node: ParseNode) => void>;
|
|
583
|
+
export interface Document extends AdditionalDataHolder, Parsable {
|
|
584
|
+
/**
|
|
585
|
+
* The completedPdfUrl property
|
|
586
|
+
*/
|
|
587
|
+
completedPdfUrl?: string | null;
|
|
588
|
+
/**
|
|
589
|
+
* The createdAt property
|
|
590
|
+
*/
|
|
591
|
+
createdAt?: Date | null;
|
|
592
|
+
/**
|
|
593
|
+
* The creatorId property
|
|
594
|
+
*/
|
|
595
|
+
creatorId?: Guid | null;
|
|
596
|
+
/**
|
|
597
|
+
* The deletedAt property
|
|
598
|
+
*/
|
|
599
|
+
deletedAt?: Date | null;
|
|
600
|
+
/**
|
|
601
|
+
* The fileType property
|
|
602
|
+
*/
|
|
603
|
+
fileType?: string | null;
|
|
604
|
+
/**
|
|
605
|
+
* The id property
|
|
606
|
+
*/
|
|
607
|
+
id?: Guid | null;
|
|
608
|
+
/**
|
|
609
|
+
* The originalFilename property
|
|
610
|
+
*/
|
|
611
|
+
originalFilename?: string | null;
|
|
612
|
+
/**
|
|
613
|
+
* The originalUrl property
|
|
614
|
+
*/
|
|
615
|
+
originalUrl?: string | null;
|
|
616
|
+
/**
|
|
617
|
+
* The pageCount property
|
|
618
|
+
*/
|
|
619
|
+
pageCount?: number | null;
|
|
620
|
+
/**
|
|
621
|
+
* The pageDimensions property
|
|
622
|
+
*/
|
|
623
|
+
pageDimensions?: Document_pageDimensions[] | null;
|
|
624
|
+
/**
|
|
625
|
+
* The status property
|
|
626
|
+
*/
|
|
627
|
+
status?: Document_status | null;
|
|
628
|
+
/**
|
|
629
|
+
* The title property
|
|
630
|
+
*/
|
|
631
|
+
title?: string | null;
|
|
632
|
+
/**
|
|
633
|
+
* The updatedAt property
|
|
634
|
+
*/
|
|
635
|
+
updatedAt?: Date | null;
|
|
636
|
+
/**
|
|
637
|
+
* The workspaceId property
|
|
638
|
+
*/
|
|
639
|
+
workspaceId?: Guid | null;
|
|
640
|
+
}
|
|
641
|
+
export interface Document_pageDimensions extends AdditionalDataHolder, Parsable {
|
|
642
|
+
/**
|
|
643
|
+
* The height property
|
|
644
|
+
*/
|
|
645
|
+
height?: number | null;
|
|
646
|
+
/**
|
|
647
|
+
* The width property
|
|
648
|
+
*/
|
|
649
|
+
width?: number | null;
|
|
650
|
+
}
|
|
651
|
+
export type Document_status = (typeof Document_statusObject)[keyof typeof Document_statusObject];
|
|
652
|
+
export interface DocumentField extends AdditionalDataHolder, Parsable {
|
|
653
|
+
/**
|
|
654
|
+
* The assigneeRole property
|
|
655
|
+
*/
|
|
656
|
+
assigneeRole?: string | null;
|
|
657
|
+
/**
|
|
658
|
+
* The createdAt property
|
|
659
|
+
*/
|
|
660
|
+
createdAt?: Date | null;
|
|
661
|
+
/**
|
|
662
|
+
* The defaultValue property
|
|
663
|
+
*/
|
|
664
|
+
defaultValue?: string | null;
|
|
665
|
+
/**
|
|
666
|
+
* The direction property
|
|
667
|
+
*/
|
|
668
|
+
direction?: DocumentField_direction | null;
|
|
669
|
+
/**
|
|
670
|
+
* The documentId property
|
|
671
|
+
*/
|
|
672
|
+
documentId?: Guid | null;
|
|
673
|
+
/**
|
|
674
|
+
* The height property
|
|
675
|
+
*/
|
|
676
|
+
height?: number | null;
|
|
677
|
+
/**
|
|
678
|
+
* The id property
|
|
679
|
+
*/
|
|
680
|
+
id?: Guid | null;
|
|
681
|
+
/**
|
|
682
|
+
* The isReadOnly property
|
|
683
|
+
*/
|
|
684
|
+
isReadOnly?: boolean | null;
|
|
685
|
+
/**
|
|
686
|
+
* The isRequired property
|
|
687
|
+
*/
|
|
688
|
+
isRequired?: boolean | null;
|
|
689
|
+
/**
|
|
690
|
+
* The label property
|
|
691
|
+
*/
|
|
692
|
+
label?: string | null;
|
|
693
|
+
/**
|
|
694
|
+
* The options property
|
|
695
|
+
*/
|
|
696
|
+
options?: DocumentField_options | null;
|
|
697
|
+
/**
|
|
698
|
+
* The order property
|
|
699
|
+
*/
|
|
700
|
+
order?: number | null;
|
|
701
|
+
/**
|
|
702
|
+
* The pageNumber property
|
|
703
|
+
*/
|
|
704
|
+
pageNumber?: number | null;
|
|
705
|
+
/**
|
|
706
|
+
* The type property
|
|
707
|
+
*/
|
|
708
|
+
type?: DocumentField_type | null;
|
|
709
|
+
/**
|
|
710
|
+
* The width property
|
|
711
|
+
*/
|
|
712
|
+
width?: number | null;
|
|
713
|
+
/**
|
|
714
|
+
* Normalized x position (0–1)
|
|
715
|
+
*/
|
|
716
|
+
x?: number | null;
|
|
717
|
+
/**
|
|
718
|
+
* The y property
|
|
719
|
+
*/
|
|
720
|
+
y?: number | null;
|
|
721
|
+
}
|
|
722
|
+
export type DocumentField_direction = (typeof DocumentField_directionObject)[keyof typeof DocumentField_directionObject];
|
|
723
|
+
export interface DocumentField_options extends AdditionalDataHolder, Parsable {
|
|
724
|
+
}
|
|
725
|
+
export type DocumentField_type = (typeof DocumentField_typeObject)[keyof typeof DocumentField_typeObject];
|
|
726
|
+
export interface DocumentSubmission extends AdditionalDataHolder, Parsable {
|
|
727
|
+
/**
|
|
728
|
+
* The completedAt property
|
|
729
|
+
*/
|
|
730
|
+
completedAt?: Date | null;
|
|
731
|
+
/**
|
|
732
|
+
* The completedPdfUrl property
|
|
733
|
+
*/
|
|
734
|
+
completedPdfUrl?: string | null;
|
|
735
|
+
/**
|
|
736
|
+
* The createdAt property
|
|
737
|
+
*/
|
|
738
|
+
createdAt?: Date | null;
|
|
739
|
+
/**
|
|
740
|
+
* The documentId property
|
|
741
|
+
*/
|
|
742
|
+
documentId?: Guid | null;
|
|
743
|
+
/**
|
|
744
|
+
* The id property
|
|
745
|
+
*/
|
|
746
|
+
id?: Guid | null;
|
|
747
|
+
/**
|
|
748
|
+
* The signers property
|
|
749
|
+
*/
|
|
750
|
+
signers?: Signer[] | null;
|
|
751
|
+
/**
|
|
752
|
+
* The status property
|
|
753
|
+
*/
|
|
754
|
+
status?: DocumentSubmission_status | null;
|
|
755
|
+
}
|
|
756
|
+
export type DocumentSubmission_status = (typeof DocumentSubmission_statusObject)[keyof typeof DocumentSubmission_statusObject];
|
|
757
|
+
export interface Form extends AdditionalDataHolder, Parsable {
|
|
758
|
+
/**
|
|
759
|
+
* The branding property
|
|
760
|
+
*/
|
|
761
|
+
branding?: Form_branding | null;
|
|
762
|
+
/**
|
|
763
|
+
* The createdAt property
|
|
764
|
+
*/
|
|
765
|
+
createdAt?: Date | null;
|
|
766
|
+
/**
|
|
767
|
+
* The creatorId property
|
|
768
|
+
*/
|
|
769
|
+
creatorId?: Guid | null;
|
|
770
|
+
/**
|
|
771
|
+
* The description property
|
|
772
|
+
*/
|
|
773
|
+
description?: string | null;
|
|
774
|
+
/**
|
|
775
|
+
* The id property
|
|
776
|
+
*/
|
|
777
|
+
id?: Guid | null;
|
|
778
|
+
/**
|
|
779
|
+
* The publicToken property
|
|
780
|
+
*/
|
|
781
|
+
publicToken?: string | null;
|
|
782
|
+
/**
|
|
783
|
+
* The question_count property
|
|
784
|
+
*/
|
|
785
|
+
questionCount?: number | null;
|
|
786
|
+
/**
|
|
787
|
+
* The settings property
|
|
788
|
+
*/
|
|
789
|
+
settings?: Form_settings | null;
|
|
790
|
+
/**
|
|
791
|
+
* The status property
|
|
792
|
+
*/
|
|
793
|
+
status?: Form_status | null;
|
|
794
|
+
/**
|
|
795
|
+
* The title property
|
|
796
|
+
*/
|
|
797
|
+
title?: string | null;
|
|
798
|
+
/**
|
|
799
|
+
* The updatedAt property
|
|
800
|
+
*/
|
|
801
|
+
updatedAt?: Date | null;
|
|
802
|
+
/**
|
|
803
|
+
* The workspaceId property
|
|
804
|
+
*/
|
|
805
|
+
workspaceId?: Guid | null;
|
|
806
|
+
}
|
|
807
|
+
export interface Form_branding extends AdditionalDataHolder, Parsable {
|
|
808
|
+
}
|
|
809
|
+
export interface Form_settings extends AdditionalDataHolder, Parsable {
|
|
810
|
+
}
|
|
811
|
+
export type Form_status = (typeof Form_statusObject)[keyof typeof Form_statusObject];
|
|
812
|
+
export interface Question extends AdditionalDataHolder, Parsable {
|
|
813
|
+
/**
|
|
814
|
+
* The context property
|
|
815
|
+
*/
|
|
816
|
+
context?: string | null;
|
|
817
|
+
/**
|
|
818
|
+
* The createdAt property
|
|
819
|
+
*/
|
|
820
|
+
createdAt?: Date | null;
|
|
821
|
+
/**
|
|
822
|
+
* The formId property
|
|
823
|
+
*/
|
|
824
|
+
formId?: Guid | null;
|
|
825
|
+
/**
|
|
826
|
+
* The id property
|
|
827
|
+
*/
|
|
828
|
+
id?: Guid | null;
|
|
829
|
+
/**
|
|
830
|
+
* The isPii property
|
|
831
|
+
*/
|
|
832
|
+
isPii?: boolean | null;
|
|
833
|
+
/**
|
|
834
|
+
* The isRequired property
|
|
835
|
+
*/
|
|
836
|
+
isRequired?: boolean | null;
|
|
837
|
+
/**
|
|
838
|
+
* The options property
|
|
839
|
+
*/
|
|
840
|
+
options?: UntypedNode | null;
|
|
841
|
+
/**
|
|
842
|
+
* The order property
|
|
843
|
+
*/
|
|
844
|
+
order?: number | null;
|
|
845
|
+
/**
|
|
846
|
+
* The priority property
|
|
847
|
+
*/
|
|
848
|
+
priority?: Question_priority | null;
|
|
849
|
+
/**
|
|
850
|
+
* The questionText property
|
|
851
|
+
*/
|
|
852
|
+
questionText?: string | null;
|
|
853
|
+
/**
|
|
854
|
+
* The sectionId property
|
|
855
|
+
*/
|
|
856
|
+
sectionId?: Guid | null;
|
|
857
|
+
/**
|
|
858
|
+
* The type property
|
|
859
|
+
*/
|
|
860
|
+
type?: Question_type | null;
|
|
861
|
+
}
|
|
862
|
+
export type Question_priority = (typeof Question_priorityObject)[keyof typeof Question_priorityObject];
|
|
863
|
+
export type Question_type = (typeof Question_typeObject)[keyof typeof Question_typeObject];
|
|
864
|
+
export interface Recipient extends AdditionalDataHolder, Parsable {
|
|
865
|
+
/**
|
|
866
|
+
* The created_at property
|
|
867
|
+
*/
|
|
868
|
+
createdAt?: Date | null;
|
|
869
|
+
/**
|
|
870
|
+
* The email property
|
|
871
|
+
*/
|
|
872
|
+
email?: string | null;
|
|
873
|
+
/**
|
|
874
|
+
* The expires_at property
|
|
875
|
+
*/
|
|
876
|
+
expiresAt?: Date | null;
|
|
877
|
+
/**
|
|
878
|
+
* The form_id property
|
|
879
|
+
*/
|
|
880
|
+
formId?: Guid | null;
|
|
881
|
+
/**
|
|
882
|
+
* The has_password property
|
|
883
|
+
*/
|
|
884
|
+
hasPassword?: boolean | null;
|
|
885
|
+
/**
|
|
886
|
+
* The id property
|
|
887
|
+
*/
|
|
888
|
+
id?: Guid | null;
|
|
889
|
+
/**
|
|
890
|
+
* The is_active property
|
|
891
|
+
*/
|
|
892
|
+
isActive?: boolean | null;
|
|
893
|
+
/**
|
|
894
|
+
* The is_anonymous property
|
|
895
|
+
*/
|
|
896
|
+
isAnonymous?: boolean | null;
|
|
897
|
+
/**
|
|
898
|
+
* The label property
|
|
899
|
+
*/
|
|
900
|
+
label?: string | null;
|
|
901
|
+
/**
|
|
902
|
+
* The last_activity_at property
|
|
903
|
+
*/
|
|
904
|
+
lastActivityAt?: Date | null;
|
|
905
|
+
/**
|
|
906
|
+
* The link property
|
|
907
|
+
*/
|
|
908
|
+
link?: string | null;
|
|
909
|
+
/**
|
|
910
|
+
* The phone property
|
|
911
|
+
*/
|
|
912
|
+
phone?: string | null;
|
|
913
|
+
/**
|
|
914
|
+
* The response_count property
|
|
915
|
+
*/
|
|
916
|
+
responseCount?: number | null;
|
|
917
|
+
/**
|
|
918
|
+
* The status property
|
|
919
|
+
*/
|
|
920
|
+
status?: Recipient_status | null;
|
|
921
|
+
/**
|
|
922
|
+
* The token property
|
|
923
|
+
*/
|
|
924
|
+
token?: string | null;
|
|
925
|
+
/**
|
|
926
|
+
* The total_questions property
|
|
927
|
+
*/
|
|
928
|
+
totalQuestions?: number | null;
|
|
929
|
+
/**
|
|
930
|
+
* The visit_count property
|
|
931
|
+
*/
|
|
932
|
+
visitCount?: number | null;
|
|
933
|
+
}
|
|
934
|
+
export type Recipient_status = (typeof Recipient_statusObject)[keyof typeof Recipient_statusObject];
|
|
935
|
+
export interface RecipientResponse extends AdditionalDataHolder, Parsable {
|
|
936
|
+
/**
|
|
937
|
+
* The answeredAt property
|
|
938
|
+
*/
|
|
939
|
+
answeredAt?: Date | null;
|
|
940
|
+
/**
|
|
941
|
+
* The questionId property
|
|
942
|
+
*/
|
|
943
|
+
questionId?: Guid | null;
|
|
944
|
+
/**
|
|
945
|
+
* The updatedAt property
|
|
946
|
+
*/
|
|
947
|
+
updatedAt?: Date | null;
|
|
948
|
+
/**
|
|
949
|
+
* The value property
|
|
950
|
+
*/
|
|
951
|
+
value?: UntypedNode | null;
|
|
952
|
+
}
|
|
953
|
+
export interface Section extends AdditionalDataHolder, Parsable {
|
|
954
|
+
/**
|
|
955
|
+
* The createdAt property
|
|
956
|
+
*/
|
|
957
|
+
createdAt?: Date | null;
|
|
958
|
+
/**
|
|
959
|
+
* The formId property
|
|
960
|
+
*/
|
|
961
|
+
formId?: Guid | null;
|
|
962
|
+
/**
|
|
963
|
+
* The id property
|
|
964
|
+
*/
|
|
965
|
+
id?: Guid | null;
|
|
966
|
+
/**
|
|
967
|
+
* The order property
|
|
968
|
+
*/
|
|
969
|
+
order?: number | null;
|
|
970
|
+
/**
|
|
971
|
+
* The title property
|
|
972
|
+
*/
|
|
973
|
+
title?: string | null;
|
|
974
|
+
}
|
|
975
|
+
/**
|
|
976
|
+
* Serializes information the current object
|
|
977
|
+
* @param CreateFieldBody The instance to serialize from.
|
|
978
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
979
|
+
* @param writer Serialization writer to use to serialize this model
|
|
980
|
+
*/
|
|
981
|
+
export declare function serializeCreateFieldBody(writer: SerializationWriter, createFieldBody?: Partial<CreateFieldBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
982
|
+
/**
|
|
983
|
+
* Serializes information the current object
|
|
984
|
+
* @param CreateFieldBody_options The instance to serialize from.
|
|
985
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
986
|
+
* @param writer Serialization writer to use to serialize this model
|
|
987
|
+
*/
|
|
988
|
+
export declare function serializeCreateFieldBody_options(writer: SerializationWriter, createFieldBody_options?: Partial<CreateFieldBody_options> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
989
|
+
/**
|
|
990
|
+
* Serializes information the current object
|
|
991
|
+
* @param CreateFormBody The instance to serialize from.
|
|
992
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
993
|
+
* @param writer Serialization writer to use to serialize this model
|
|
994
|
+
*/
|
|
995
|
+
export declare function serializeCreateFormBody(writer: SerializationWriter, createFormBody?: Partial<CreateFormBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
996
|
+
/**
|
|
997
|
+
* Serializes information the current object
|
|
998
|
+
* @param CreateQuestionBody The instance to serialize from.
|
|
999
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1000
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1001
|
+
*/
|
|
1002
|
+
export declare function serializeCreateQuestionBody(writer: SerializationWriter, createQuestionBody?: Partial<CreateQuestionBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1003
|
+
/**
|
|
1004
|
+
* Serializes information the current object
|
|
1005
|
+
* @param CreateRecipientBody The instance to serialize from.
|
|
1006
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1007
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1008
|
+
*/
|
|
1009
|
+
export declare function serializeCreateRecipientBody(writer: SerializationWriter, createRecipientBody?: Partial<CreateRecipientBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1010
|
+
/**
|
|
1011
|
+
* Serializes information the current object
|
|
1012
|
+
* @param CreateRecipientBody_prefill The instance to serialize from.
|
|
1013
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1014
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1015
|
+
*/
|
|
1016
|
+
export declare function serializeCreateRecipientBody_prefill(writer: SerializationWriter, createRecipientBody_prefill?: Partial<CreateRecipientBody_prefill> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1017
|
+
/**
|
|
1018
|
+
* Serializes information the current object
|
|
1019
|
+
* @param CreateSectionBody The instance to serialize from.
|
|
1020
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1021
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1022
|
+
*/
|
|
1023
|
+
export declare function serializeCreateSectionBody(writer: SerializationWriter, createSectionBody?: Partial<CreateSectionBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1024
|
+
/**
|
|
1025
|
+
* Serializes information the current object
|
|
1026
|
+
* @param CreateSignerRoleBody The instance to serialize from.
|
|
1027
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1028
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1029
|
+
*/
|
|
1030
|
+
export declare function serializeCreateSignerRoleBody(writer: SerializationWriter, createSignerRoleBody?: Partial<CreateSignerRoleBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1031
|
+
/**
|
|
1032
|
+
* Serializes information the current object
|
|
1033
|
+
* @param CreateSubmissionBody The instance to serialize from.
|
|
1034
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1035
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1036
|
+
*/
|
|
1037
|
+
export declare function serializeCreateSubmissionBody(writer: SerializationWriter, createSubmissionBody?: Partial<CreateSubmissionBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1038
|
+
/**
|
|
1039
|
+
* Serializes information the current object
|
|
1040
|
+
* @param Document The instance to serialize from.
|
|
1041
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1042
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1043
|
+
*/
|
|
1044
|
+
export declare function serializeDocument(writer: SerializationWriter, document?: Partial<Document> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1045
|
+
/**
|
|
1046
|
+
* Serializes information the current object
|
|
1047
|
+
* @param Document_pageDimensions The instance to serialize from.
|
|
1048
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1049
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1050
|
+
*/
|
|
1051
|
+
export declare function serializeDocument_pageDimensions(writer: SerializationWriter, document_pageDimensions?: Partial<Document_pageDimensions> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1052
|
+
/**
|
|
1053
|
+
* Serializes information the current object
|
|
1054
|
+
* @param DocumentField The instance to serialize from.
|
|
1055
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1056
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1057
|
+
*/
|
|
1058
|
+
export declare function serializeDocumentField(writer: SerializationWriter, documentField?: Partial<DocumentField> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1059
|
+
/**
|
|
1060
|
+
* Serializes information the current object
|
|
1061
|
+
* @param DocumentField_options The instance to serialize from.
|
|
1062
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1063
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1064
|
+
*/
|
|
1065
|
+
export declare function serializeDocumentField_options(writer: SerializationWriter, documentField_options?: Partial<DocumentField_options> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1066
|
+
/**
|
|
1067
|
+
* Serializes information the current object
|
|
1068
|
+
* @param DocumentSubmission The instance to serialize from.
|
|
1069
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1070
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1071
|
+
*/
|
|
1072
|
+
export declare function serializeDocumentSubmission(writer: SerializationWriter, documentSubmission?: Partial<DocumentSubmission> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1073
|
+
/**
|
|
1074
|
+
* Serializes information the current object
|
|
1075
|
+
* @param Form The instance to serialize from.
|
|
1076
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1077
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1078
|
+
*/
|
|
1079
|
+
export declare function serializeForm(writer: SerializationWriter, form?: Partial<Form> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1080
|
+
/**
|
|
1081
|
+
* Serializes information the current object
|
|
1082
|
+
* @param Form_branding The instance to serialize from.
|
|
1083
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1084
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1085
|
+
*/
|
|
1086
|
+
export declare function serializeForm_branding(writer: SerializationWriter, form_branding?: Partial<Form_branding> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1087
|
+
/**
|
|
1088
|
+
* Serializes information the current object
|
|
1089
|
+
* @param Form_settings The instance to serialize from.
|
|
1090
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1091
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1092
|
+
*/
|
|
1093
|
+
export declare function serializeForm_settings(writer: SerializationWriter, form_settings?: Partial<Form_settings> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1094
|
+
/**
|
|
1095
|
+
* Serializes information the current object
|
|
1096
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1097
|
+
* @param Question The instance to serialize from.
|
|
1098
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1099
|
+
*/
|
|
1100
|
+
export declare function serializeQuestion(writer: SerializationWriter, question?: Partial<Question> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1101
|
+
/**
|
|
1102
|
+
* Serializes information the current object
|
|
1103
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1104
|
+
* @param Recipient The instance to serialize from.
|
|
1105
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1106
|
+
*/
|
|
1107
|
+
export declare function serializeRecipient(writer: SerializationWriter, recipient?: Partial<Recipient> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1108
|
+
/**
|
|
1109
|
+
* Serializes information the current object
|
|
1110
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1111
|
+
* @param RecipientResponse The instance to serialize from.
|
|
1112
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1113
|
+
*/
|
|
1114
|
+
export declare function serializeRecipientResponse(writer: SerializationWriter, recipientResponse?: Partial<RecipientResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1115
|
+
/**
|
|
1116
|
+
* Serializes information the current object
|
|
1117
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1118
|
+
* @param Section The instance to serialize from.
|
|
1119
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1120
|
+
*/
|
|
1121
|
+
export declare function serializeSection(writer: SerializationWriter, section?: Partial<Section> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1122
|
+
/**
|
|
1123
|
+
* Serializes information the current object
|
|
1124
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1125
|
+
* @param Signer The instance to serialize from.
|
|
1126
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1127
|
+
*/
|
|
1128
|
+
export declare function serializeSigner(writer: SerializationWriter, signer?: Partial<Signer> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1129
|
+
/**
|
|
1130
|
+
* Serializes information the current object
|
|
1131
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1132
|
+
* @param SignerInput The instance to serialize from.
|
|
1133
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1134
|
+
*/
|
|
1135
|
+
export declare function serializeSignerInput(writer: SerializationWriter, signerInput?: Partial<SignerInput> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1136
|
+
/**
|
|
1137
|
+
* Serializes information the current object
|
|
1138
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1139
|
+
* @param SignerInput_prefill The instance to serialize from.
|
|
1140
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1141
|
+
*/
|
|
1142
|
+
export declare function serializeSignerInput_prefill(writer: SerializationWriter, signerInput_prefill?: Partial<SignerInput_prefill> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1143
|
+
/**
|
|
1144
|
+
* Serializes information the current object
|
|
1145
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1146
|
+
* @param SignerResponse The instance to serialize from.
|
|
1147
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1148
|
+
*/
|
|
1149
|
+
export declare function serializeSignerResponse(writer: SerializationWriter, signerResponse?: Partial<SignerResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1150
|
+
/**
|
|
1151
|
+
* Serializes information the current object
|
|
1152
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1153
|
+
* @param SignerRole The instance to serialize from.
|
|
1154
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1155
|
+
*/
|
|
1156
|
+
export declare function serializeSignerRole(writer: SerializationWriter, signerRole?: Partial<SignerRole> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1157
|
+
/**
|
|
1158
|
+
* Serializes information the current object
|
|
1159
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1160
|
+
* @param SubmissionPdf The instance to serialize from.
|
|
1161
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1162
|
+
*/
|
|
1163
|
+
export declare function serializeSubmissionPdf(writer: SerializationWriter, submissionPdf?: Partial<SubmissionPdf> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1164
|
+
/**
|
|
1165
|
+
* Serializes information the current object
|
|
1166
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1167
|
+
* @param UpdateFormBody The instance to serialize from.
|
|
1168
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1169
|
+
*/
|
|
1170
|
+
export declare function serializeUpdateFormBody(writer: SerializationWriter, updateFormBody?: Partial<UpdateFormBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1171
|
+
/**
|
|
1172
|
+
* Serializes information the current object
|
|
1173
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1174
|
+
* @param UpdateRecipientBody The instance to serialize from.
|
|
1175
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1176
|
+
*/
|
|
1177
|
+
export declare function serializeUpdateRecipientBody(writer: SerializationWriter, updateRecipientBody?: Partial<UpdateRecipientBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1178
|
+
/**
|
|
1179
|
+
* Serializes information the current object
|
|
1180
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1181
|
+
* @param UpdateRecipientResponsesBody The instance to serialize from.
|
|
1182
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1183
|
+
*/
|
|
1184
|
+
export declare function serializeUpdateRecipientResponsesBody(writer: SerializationWriter, updateRecipientResponsesBody?: Partial<UpdateRecipientResponsesBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1185
|
+
/**
|
|
1186
|
+
* Serializes information the current object
|
|
1187
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1188
|
+
* @param UpdateRecipientResponsesBody_responses The instance to serialize from.
|
|
1189
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1190
|
+
*/
|
|
1191
|
+
export declare function serializeUpdateRecipientResponsesBody_responses(writer: SerializationWriter, updateRecipientResponsesBody_responses?: Partial<UpdateRecipientResponsesBody_responses> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1192
|
+
/**
|
|
1193
|
+
* Serializes information the current object
|
|
1194
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1195
|
+
* @param UpdateSectionBody The instance to serialize from.
|
|
1196
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1197
|
+
*/
|
|
1198
|
+
export declare function serializeUpdateSectionBody(writer: SerializationWriter, updateSectionBody?: Partial<UpdateSectionBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1199
|
+
/**
|
|
1200
|
+
* Serializes information the current object
|
|
1201
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1202
|
+
* @param UpdateSignerResponsesBody The instance to serialize from.
|
|
1203
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1204
|
+
*/
|
|
1205
|
+
export declare function serializeUpdateSignerResponsesBody(writer: SerializationWriter, updateSignerResponsesBody?: Partial<UpdateSignerResponsesBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1206
|
+
/**
|
|
1207
|
+
* Serializes information the current object
|
|
1208
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
1209
|
+
* @param UpdateSignerResponsesBody_responses The instance to serialize from.
|
|
1210
|
+
* @param writer Serialization writer to use to serialize this model
|
|
1211
|
+
*/
|
|
1212
|
+
export declare function serializeUpdateSignerResponsesBody_responses(writer: SerializationWriter, updateSignerResponsesBody_responses?: Partial<UpdateSignerResponsesBody_responses> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
1213
|
+
export interface Signer extends AdditionalDataHolder, Parsable {
|
|
1214
|
+
/**
|
|
1215
|
+
* The color property
|
|
1216
|
+
*/
|
|
1217
|
+
color?: string | null;
|
|
1218
|
+
/**
|
|
1219
|
+
* The completedAt property
|
|
1220
|
+
*/
|
|
1221
|
+
completedAt?: Date | null;
|
|
1222
|
+
/**
|
|
1223
|
+
* The createdAt property
|
|
1224
|
+
*/
|
|
1225
|
+
createdAt?: Date | null;
|
|
1226
|
+
/**
|
|
1227
|
+
* The documentId property
|
|
1228
|
+
*/
|
|
1229
|
+
documentId?: Guid | null;
|
|
1230
|
+
/**
|
|
1231
|
+
* The email property
|
|
1232
|
+
*/
|
|
1233
|
+
email?: string | null;
|
|
1234
|
+
/**
|
|
1235
|
+
* The id property
|
|
1236
|
+
*/
|
|
1237
|
+
id?: Guid | null;
|
|
1238
|
+
/**
|
|
1239
|
+
* The label property
|
|
1240
|
+
*/
|
|
1241
|
+
label?: string | null;
|
|
1242
|
+
/**
|
|
1243
|
+
* The link property
|
|
1244
|
+
*/
|
|
1245
|
+
link?: string | null;
|
|
1246
|
+
/**
|
|
1247
|
+
* The name property
|
|
1248
|
+
*/
|
|
1249
|
+
name?: string | null;
|
|
1250
|
+
/**
|
|
1251
|
+
* The order property
|
|
1252
|
+
*/
|
|
1253
|
+
order?: number | null;
|
|
1254
|
+
/**
|
|
1255
|
+
* The role property
|
|
1256
|
+
*/
|
|
1257
|
+
role?: string | null;
|
|
1258
|
+
/**
|
|
1259
|
+
* The status property
|
|
1260
|
+
*/
|
|
1261
|
+
status?: Signer_status | null;
|
|
1262
|
+
/**
|
|
1263
|
+
* The submissionId property
|
|
1264
|
+
*/
|
|
1265
|
+
submissionId?: Guid | null;
|
|
1266
|
+
/**
|
|
1267
|
+
* The token property
|
|
1268
|
+
*/
|
|
1269
|
+
token?: string | null;
|
|
1270
|
+
}
|
|
1271
|
+
export type Signer_status = (typeof Signer_statusObject)[keyof typeof Signer_statusObject];
|
|
1272
|
+
export interface SignerInput extends AdditionalDataHolder, Parsable {
|
|
1273
|
+
/**
|
|
1274
|
+
* The email property
|
|
1275
|
+
*/
|
|
1276
|
+
email?: string | null;
|
|
1277
|
+
/**
|
|
1278
|
+
* The name property
|
|
1279
|
+
*/
|
|
1280
|
+
name?: string | null;
|
|
1281
|
+
/**
|
|
1282
|
+
* Optional password to protect the signing link
|
|
1283
|
+
*/
|
|
1284
|
+
password?: string | null;
|
|
1285
|
+
/**
|
|
1286
|
+
* The phone property
|
|
1287
|
+
*/
|
|
1288
|
+
phone?: string | null;
|
|
1289
|
+
/**
|
|
1290
|
+
* Map of field ID → pre-filled value. Creates DocumentResponse records immediately.
|
|
1291
|
+
*/
|
|
1292
|
+
prefill?: SignerInput_prefill | null;
|
|
1293
|
+
/**
|
|
1294
|
+
* If true, prefilled fields are marked read-only on the document
|
|
1295
|
+
*/
|
|
1296
|
+
prefillReadonly?: boolean | null;
|
|
1297
|
+
/**
|
|
1298
|
+
* List of field IDs to mark as read-only for this signer, regardless of the document-level isReadOnly setting. Useful for locking specific fields per-signer at submission time.
|
|
1299
|
+
*/
|
|
1300
|
+
readonlyFieldIds?: Guid[] | null;
|
|
1301
|
+
/**
|
|
1302
|
+
* Must match a signer role defined in the document editor
|
|
1303
|
+
*/
|
|
1304
|
+
role?: string | null;
|
|
1305
|
+
}
|
|
1306
|
+
/**
|
|
1307
|
+
* Map of field ID → pre-filled value. Creates DocumentResponse records immediately.
|
|
1308
|
+
*/
|
|
1309
|
+
export interface SignerInput_prefill extends AdditionalDataHolder, Parsable {
|
|
1310
|
+
}
|
|
1311
|
+
export interface SignerResponse extends AdditionalDataHolder, Parsable {
|
|
1312
|
+
/**
|
|
1313
|
+
* The answeredAt property
|
|
1314
|
+
*/
|
|
1315
|
+
answeredAt?: Date | null;
|
|
1316
|
+
/**
|
|
1317
|
+
* The fieldId property
|
|
1318
|
+
*/
|
|
1319
|
+
fieldId?: Guid | null;
|
|
1320
|
+
/**
|
|
1321
|
+
* The updatedAt property
|
|
1322
|
+
*/
|
|
1323
|
+
updatedAt?: Date | null;
|
|
1324
|
+
/**
|
|
1325
|
+
* The value property
|
|
1326
|
+
*/
|
|
1327
|
+
value?: UntypedNode | null;
|
|
1328
|
+
}
|
|
1329
|
+
export interface SignerRole extends AdditionalDataHolder, Parsable {
|
|
1330
|
+
/**
|
|
1331
|
+
* The color property
|
|
1332
|
+
*/
|
|
1333
|
+
color?: string | null;
|
|
1334
|
+
/**
|
|
1335
|
+
* The createdAt property
|
|
1336
|
+
*/
|
|
1337
|
+
createdAt?: Date | null;
|
|
1338
|
+
/**
|
|
1339
|
+
* The documentId property
|
|
1340
|
+
*/
|
|
1341
|
+
documentId?: Guid | null;
|
|
1342
|
+
/**
|
|
1343
|
+
* The id property
|
|
1344
|
+
*/
|
|
1345
|
+
id?: Guid | null;
|
|
1346
|
+
/**
|
|
1347
|
+
* The label property
|
|
1348
|
+
*/
|
|
1349
|
+
label?: string | null;
|
|
1350
|
+
/**
|
|
1351
|
+
* The order property
|
|
1352
|
+
*/
|
|
1353
|
+
order?: number | null;
|
|
1354
|
+
/**
|
|
1355
|
+
* The role property
|
|
1356
|
+
*/
|
|
1357
|
+
role?: string | null;
|
|
1358
|
+
}
|
|
1359
|
+
export interface SubmissionPdf extends AdditionalDataHolder, Parsable {
|
|
1360
|
+
/**
|
|
1361
|
+
* The completedAt property
|
|
1362
|
+
*/
|
|
1363
|
+
completedAt?: Date | null;
|
|
1364
|
+
/**
|
|
1365
|
+
* Presigned download URL. Expires in 5 minutes.
|
|
1366
|
+
*/
|
|
1367
|
+
downloadUrl?: string | null;
|
|
1368
|
+
/**
|
|
1369
|
+
* URL expiry in seconds
|
|
1370
|
+
*/
|
|
1371
|
+
expiresIn?: number | null;
|
|
1372
|
+
/**
|
|
1373
|
+
* The submissionId property
|
|
1374
|
+
*/
|
|
1375
|
+
submissionId?: Guid | null;
|
|
1376
|
+
}
|
|
1377
|
+
export interface UpdateFormBody extends AdditionalDataHolder, Parsable {
|
|
1378
|
+
/**
|
|
1379
|
+
* The description property
|
|
1380
|
+
*/
|
|
1381
|
+
description?: string | null;
|
|
1382
|
+
/**
|
|
1383
|
+
* The status property
|
|
1384
|
+
*/
|
|
1385
|
+
status?: UpdateFormBody_status | null;
|
|
1386
|
+
/**
|
|
1387
|
+
* The title property
|
|
1388
|
+
*/
|
|
1389
|
+
title?: string | null;
|
|
1390
|
+
}
|
|
1391
|
+
export type UpdateFormBody_status = (typeof UpdateFormBody_statusObject)[keyof typeof UpdateFormBody_statusObject];
|
|
1392
|
+
export interface UpdateRecipientBody extends AdditionalDataHolder, Parsable {
|
|
1393
|
+
/**
|
|
1394
|
+
* The email property
|
|
1395
|
+
*/
|
|
1396
|
+
email?: string | null;
|
|
1397
|
+
/**
|
|
1398
|
+
* The expires_at property
|
|
1399
|
+
*/
|
|
1400
|
+
expiresAt?: Date | null;
|
|
1401
|
+
/**
|
|
1402
|
+
* The is_active property
|
|
1403
|
+
*/
|
|
1404
|
+
isActive?: boolean | null;
|
|
1405
|
+
/**
|
|
1406
|
+
* The label property
|
|
1407
|
+
*/
|
|
1408
|
+
label?: string | null;
|
|
1409
|
+
/**
|
|
1410
|
+
* null to remove password
|
|
1411
|
+
*/
|
|
1412
|
+
password?: string | null;
|
|
1413
|
+
/**
|
|
1414
|
+
* The phone property
|
|
1415
|
+
*/
|
|
1416
|
+
phone?: string | null;
|
|
1417
|
+
}
|
|
1418
|
+
export interface UpdateRecipientResponsesBody extends AdditionalDataHolder, Parsable {
|
|
1419
|
+
/**
|
|
1420
|
+
* Map of question ID → new value. Performs upsert on Response records.
|
|
1421
|
+
*/
|
|
1422
|
+
responses?: UpdateRecipientResponsesBody_responses | null;
|
|
1423
|
+
}
|
|
1424
|
+
/**
|
|
1425
|
+
* Map of question ID → new value. Performs upsert on Response records.
|
|
1426
|
+
*/
|
|
1427
|
+
export interface UpdateRecipientResponsesBody_responses extends AdditionalDataHolder, Parsable {
|
|
1428
|
+
}
|
|
1429
|
+
export interface UpdateSectionBody extends AdditionalDataHolder, Parsable {
|
|
1430
|
+
/**
|
|
1431
|
+
* The order property
|
|
1432
|
+
*/
|
|
1433
|
+
order?: number | null;
|
|
1434
|
+
/**
|
|
1435
|
+
* The title property
|
|
1436
|
+
*/
|
|
1437
|
+
title?: string | null;
|
|
1438
|
+
}
|
|
1439
|
+
export interface UpdateSignerResponsesBody extends AdditionalDataHolder, Parsable {
|
|
1440
|
+
/**
|
|
1441
|
+
* Map of field ID → new value. Performs upsert on DocumentResponse records.
|
|
1442
|
+
*/
|
|
1443
|
+
responses?: UpdateSignerResponsesBody_responses | null;
|
|
1444
|
+
}
|
|
1445
|
+
/**
|
|
1446
|
+
* Map of field ID → new value. Performs upsert on DocumentResponse records.
|
|
1447
|
+
*/
|
|
1448
|
+
export interface UpdateSignerResponsesBody_responses extends AdditionalDataHolder, Parsable {
|
|
1449
|
+
}
|
|
1450
|
+
export declare const CreateFieldBody_directionObject: {
|
|
1451
|
+
readonly Auto: "auto";
|
|
1452
|
+
readonly Rtl: "rtl";
|
|
1453
|
+
readonly Ltr: "ltr";
|
|
1454
|
+
};
|
|
1455
|
+
export declare const CreateFieldBody_typeObject: {
|
|
1456
|
+
readonly Short_text: "short_text";
|
|
1457
|
+
readonly Long_text: "long_text";
|
|
1458
|
+
readonly Mcq: "mcq";
|
|
1459
|
+
readonly Multi_select: "multi_select";
|
|
1460
|
+
readonly Rating: "rating";
|
|
1461
|
+
readonly Date: "date";
|
|
1462
|
+
readonly Number: "number";
|
|
1463
|
+
readonly Yes_no: "yes_no";
|
|
1464
|
+
readonly File_upload: "file_upload";
|
|
1465
|
+
readonly Dropdown: "dropdown";
|
|
1466
|
+
readonly Digital_signature: "digital_signature";
|
|
1467
|
+
readonly Email: "email";
|
|
1468
|
+
readonly Phone: "phone";
|
|
1469
|
+
readonly Initials: "initials";
|
|
1470
|
+
};
|
|
1471
|
+
export declare const CreateQuestionBody_priorityObject: {
|
|
1472
|
+
readonly Low: "low";
|
|
1473
|
+
readonly Medium: "medium";
|
|
1474
|
+
readonly High: "high";
|
|
1475
|
+
readonly Critical: "critical";
|
|
1476
|
+
};
|
|
1477
|
+
export declare const CreateQuestionBody_typeObject: {
|
|
1478
|
+
readonly Short_text: "short_text";
|
|
1479
|
+
readonly Long_text: "long_text";
|
|
1480
|
+
readonly Mcq: "mcq";
|
|
1481
|
+
readonly Multi_select: "multi_select";
|
|
1482
|
+
readonly Rating: "rating";
|
|
1483
|
+
readonly Date: "date";
|
|
1484
|
+
readonly Number: "number";
|
|
1485
|
+
readonly Yes_no: "yes_no";
|
|
1486
|
+
readonly File_upload: "file_upload";
|
|
1487
|
+
readonly Dropdown: "dropdown";
|
|
1488
|
+
readonly Digital_signature: "digital_signature";
|
|
1489
|
+
readonly Email: "email";
|
|
1490
|
+
readonly Phone: "phone";
|
|
1491
|
+
readonly Initials: "initials";
|
|
1492
|
+
readonly Url: "url";
|
|
1493
|
+
readonly Time: "time";
|
|
1494
|
+
readonly Date_range: "date_range";
|
|
1495
|
+
readonly Address: "address";
|
|
1496
|
+
readonly Slider: "slider";
|
|
1497
|
+
readonly Currency: "currency";
|
|
1498
|
+
readonly Heading: "heading";
|
|
1499
|
+
readonly Divider: "divider";
|
|
1500
|
+
readonly Picture_choice: "picture_choice";
|
|
1501
|
+
readonly Checkbox: "checkbox";
|
|
1502
|
+
readonly Ranking: "ranking";
|
|
1503
|
+
readonly Matrix: "matrix";
|
|
1504
|
+
readonly Opinion_scale: "opinion_scale";
|
|
1505
|
+
readonly Calculation: "calculation";
|
|
1506
|
+
readonly Payment: "payment";
|
|
1507
|
+
};
|
|
1508
|
+
export declare const Document_statusObject: {
|
|
1509
|
+
readonly Draft: "draft";
|
|
1510
|
+
readonly Published: "published";
|
|
1511
|
+
readonly Completed: "completed";
|
|
1512
|
+
readonly Expired: "expired";
|
|
1513
|
+
};
|
|
1514
|
+
export declare const DocumentField_directionObject: {
|
|
1515
|
+
readonly Auto: "auto";
|
|
1516
|
+
readonly Rtl: "rtl";
|
|
1517
|
+
readonly Ltr: "ltr";
|
|
1518
|
+
};
|
|
1519
|
+
export declare const DocumentField_typeObject: {
|
|
1520
|
+
readonly Short_text: "short_text";
|
|
1521
|
+
readonly Long_text: "long_text";
|
|
1522
|
+
readonly Mcq: "mcq";
|
|
1523
|
+
readonly Multi_select: "multi_select";
|
|
1524
|
+
readonly Rating: "rating";
|
|
1525
|
+
readonly Date: "date";
|
|
1526
|
+
readonly Number: "number";
|
|
1527
|
+
readonly Yes_no: "yes_no";
|
|
1528
|
+
readonly File_upload: "file_upload";
|
|
1529
|
+
readonly Dropdown: "dropdown";
|
|
1530
|
+
readonly Digital_signature: "digital_signature";
|
|
1531
|
+
readonly Email: "email";
|
|
1532
|
+
readonly Phone: "phone";
|
|
1533
|
+
readonly Initials: "initials";
|
|
1534
|
+
};
|
|
1535
|
+
export declare const DocumentSubmission_statusObject: {
|
|
1536
|
+
readonly Pending: "pending";
|
|
1537
|
+
readonly In_progress: "in_progress";
|
|
1538
|
+
readonly Completed: "completed";
|
|
1539
|
+
};
|
|
1540
|
+
export declare const Form_statusObject: {
|
|
1541
|
+
readonly Draft: "draft";
|
|
1542
|
+
readonly Published: "published";
|
|
1543
|
+
readonly Archived: "archived";
|
|
1544
|
+
};
|
|
1545
|
+
export declare const Question_priorityObject: {
|
|
1546
|
+
readonly Low: "low";
|
|
1547
|
+
readonly Medium: "medium";
|
|
1548
|
+
readonly High: "high";
|
|
1549
|
+
readonly Critical: "critical";
|
|
1550
|
+
};
|
|
1551
|
+
export declare const Question_typeObject: {
|
|
1552
|
+
readonly Short_text: "short_text";
|
|
1553
|
+
readonly Long_text: "long_text";
|
|
1554
|
+
readonly Mcq: "mcq";
|
|
1555
|
+
readonly Multi_select: "multi_select";
|
|
1556
|
+
readonly Rating: "rating";
|
|
1557
|
+
readonly Date: "date";
|
|
1558
|
+
readonly Number: "number";
|
|
1559
|
+
readonly Yes_no: "yes_no";
|
|
1560
|
+
readonly File_upload: "file_upload";
|
|
1561
|
+
readonly Dropdown: "dropdown";
|
|
1562
|
+
readonly Digital_signature: "digital_signature";
|
|
1563
|
+
readonly Email: "email";
|
|
1564
|
+
readonly Phone: "phone";
|
|
1565
|
+
readonly Initials: "initials";
|
|
1566
|
+
readonly Url: "url";
|
|
1567
|
+
readonly Time: "time";
|
|
1568
|
+
readonly Date_range: "date_range";
|
|
1569
|
+
readonly Address: "address";
|
|
1570
|
+
readonly Slider: "slider";
|
|
1571
|
+
readonly Currency: "currency";
|
|
1572
|
+
readonly Heading: "heading";
|
|
1573
|
+
readonly Divider: "divider";
|
|
1574
|
+
readonly Picture_choice: "picture_choice";
|
|
1575
|
+
readonly Checkbox: "checkbox";
|
|
1576
|
+
readonly Ranking: "ranking";
|
|
1577
|
+
readonly Matrix: "matrix";
|
|
1578
|
+
readonly Opinion_scale: "opinion_scale";
|
|
1579
|
+
readonly Calculation: "calculation";
|
|
1580
|
+
readonly Payment: "payment";
|
|
1581
|
+
};
|
|
1582
|
+
export declare const Recipient_statusObject: {
|
|
1583
|
+
readonly Not_started: "not_started";
|
|
1584
|
+
readonly In_progress: "in_progress";
|
|
1585
|
+
readonly Completed: "completed";
|
|
1586
|
+
};
|
|
1587
|
+
export declare const Signer_statusObject: {
|
|
1588
|
+
readonly Pending: "pending";
|
|
1589
|
+
readonly Viewed: "viewed";
|
|
1590
|
+
readonly Completed: "completed";
|
|
1591
|
+
};
|
|
1592
|
+
export declare const UpdateFormBody_statusObject: {
|
|
1593
|
+
readonly Draft: "draft";
|
|
1594
|
+
readonly Published: "published";
|
|
1595
|
+
readonly Archived: "archived";
|
|
1596
|
+
};
|
|
1597
|
+
//# sourceMappingURL=index.d.ts.map
|