@formalingo/sdk 0.1.0 → 0.1.1

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.
Files changed (94) hide show
  1. package/README.md +214 -0
  2. package/dist/client/api/index.d.ts +20 -0
  3. package/dist/client/api/index.d.ts.map +1 -0
  4. package/dist/client/api/index.js +20 -0
  5. package/dist/client/api/index.js.map +1 -0
  6. package/dist/client/api/v1/documents/index.d.ts +163 -0
  7. package/dist/client/api/v1/documents/index.d.ts.map +1 -0
  8. package/dist/client/api/v1/documents/index.js +164 -0
  9. package/dist/client/api/v1/documents/index.js.map +1 -0
  10. package/dist/client/api/v1/documents/item/fields/index.d.ts +111 -0
  11. package/dist/client/api/v1/documents/item/fields/index.d.ts.map +1 -0
  12. package/dist/client/api/v1/documents/item/fields/index.js +115 -0
  13. package/dist/client/api/v1/documents/item/fields/index.js.map +1 -0
  14. package/dist/client/api/v1/documents/item/fields/item/index.d.ts +221 -0
  15. package/dist/client/api/v1/documents/item/fields/item/index.d.ts.map +1 -0
  16. package/dist/client/api/v1/documents/item/fields/item/index.js +218 -0
  17. package/dist/client/api/v1/documents/item/fields/item/index.js.map +1 -0
  18. package/dist/client/api/v1/documents/item/index.d.ts +207 -0
  19. package/dist/client/api/v1/documents/item/index.d.ts.map +1 -0
  20. package/dist/client/api/v1/documents/item/index.js +217 -0
  21. package/dist/client/api/v1/documents/item/index.js.map +1 -0
  22. package/dist/client/api/v1/documents/item/signerRoles/index.d.ts +111 -0
  23. package/dist/client/api/v1/documents/item/signerRoles/index.d.ts.map +1 -0
  24. package/dist/client/api/v1/documents/item/signerRoles/index.js +115 -0
  25. package/dist/client/api/v1/documents/item/signerRoles/index.js.map +1 -0
  26. package/dist/client/api/v1/documents/item/signerRoles/item/index.d.ts +56 -0
  27. package/dist/client/api/v1/documents/item/signerRoles/item/index.d.ts.map +1 -0
  28. package/dist/client/api/v1/documents/item/signerRoles/item/index.js +59 -0
  29. package/dist/client/api/v1/documents/item/signerRoles/item/index.js.map +1 -0
  30. package/dist/client/api/v1/documents/item/submissions/index.d.ts +111 -0
  31. package/dist/client/api/v1/documents/item/submissions/index.d.ts.map +1 -0
  32. package/dist/client/api/v1/documents/item/submissions/index.js +116 -0
  33. package/dist/client/api/v1/documents/item/submissions/index.js.map +1 -0
  34. package/dist/client/api/v1/documents/item/submissions/item/index.d.ts +65 -0
  35. package/dist/client/api/v1/documents/item/submissions/item/index.d.ts.map +1 -0
  36. package/dist/client/api/v1/documents/item/submissions/item/index.js +70 -0
  37. package/dist/client/api/v1/documents/item/submissions/item/index.js.map +1 -0
  38. package/dist/client/api/v1/documents/item/submissions/item/signers/index.d.ts +68 -0
  39. package/dist/client/api/v1/documents/item/submissions/item/signers/index.d.ts.map +1 -0
  40. package/dist/client/api/v1/documents/item/submissions/item/signers/index.js +70 -0
  41. package/dist/client/api/v1/documents/item/submissions/item/signers/index.js.map +1 -0
  42. package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.d.ts +137 -0
  43. package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.d.ts.map +1 -0
  44. package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.js +146 -0
  45. package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.js.map +1 -0
  46. package/dist/client/api/v1/forms/index.d.ts +231 -0
  47. package/dist/client/api/v1/forms/index.d.ts.map +1 -0
  48. package/dist/client/api/v1/forms/index.js +244 -0
  49. package/dist/client/api/v1/forms/index.js.map +1 -0
  50. package/dist/client/api/v1/forms/item/index.d.ts +241 -0
  51. package/dist/client/api/v1/forms/item/index.d.ts.map +1 -0
  52. package/dist/client/api/v1/forms/item/index.js +261 -0
  53. package/dist/client/api/v1/forms/item/index.js.map +1 -0
  54. package/dist/client/api/v1/forms/item/questions/index.d.ts +111 -0
  55. package/dist/client/api/v1/forms/item/questions/index.d.ts.map +1 -0
  56. package/dist/client/api/v1/forms/item/questions/index.js +115 -0
  57. package/dist/client/api/v1/forms/item/questions/index.js.map +1 -0
  58. package/dist/client/api/v1/forms/item/questions/item/index.d.ts +196 -0
  59. package/dist/client/api/v1/forms/item/questions/item/index.d.ts.map +1 -0
  60. package/dist/client/api/v1/forms/item/questions/item/index.js +193 -0
  61. package/dist/client/api/v1/forms/item/questions/item/index.js.map +1 -0
  62. package/dist/client/api/v1/forms/item/recipients/index.d.ts +111 -0
  63. package/dist/client/api/v1/forms/item/recipients/index.d.ts.map +1 -0
  64. package/dist/client/api/v1/forms/item/recipients/index.js +115 -0
  65. package/dist/client/api/v1/forms/item/recipients/index.js.map +1 -0
  66. package/dist/client/api/v1/forms/item/recipients/item/index.d.ts +100 -0
  67. package/dist/client/api/v1/forms/item/recipients/item/index.d.ts.map +1 -0
  68. package/dist/client/api/v1/forms/item/recipients/item/index.js +106 -0
  69. package/dist/client/api/v1/forms/item/recipients/item/index.js.map +1 -0
  70. package/dist/client/api/v1/forms/item/sections/index.d.ts +111 -0
  71. package/dist/client/api/v1/forms/item/sections/index.d.ts.map +1 -0
  72. package/dist/client/api/v1/forms/item/sections/index.js +115 -0
  73. package/dist/client/api/v1/forms/item/sections/index.js.map +1 -0
  74. package/dist/client/api/v1/forms/item/sections/item/index.d.ts +100 -0
  75. package/dist/client/api/v1/forms/item/sections/item/index.d.ts.map +1 -0
  76. package/dist/client/api/v1/forms/item/sections/item/index.js +106 -0
  77. package/dist/client/api/v1/forms/item/sections/item/index.js.map +1 -0
  78. package/dist/client/api/v1/index.d.ts +25 -0
  79. package/dist/client/api/v1/index.d.ts.map +1 -0
  80. package/dist/client/api/v1/index.js +27 -0
  81. package/dist/client/api/v1/index.js.map +1 -0
  82. package/dist/client/formalingoClient.d.ts +20 -7
  83. package/dist/client/formalingoClient.d.ts.map +1 -1
  84. package/dist/client/formalingoClient.js +56 -2
  85. package/dist/client/formalingoClient.js.map +1 -1
  86. package/dist/client/models/index.d.ts +1376 -0
  87. package/dist/client/models/index.d.ts.map +1 -0
  88. package/dist/client/models/index.js +1333 -0
  89. package/dist/client/models/index.js.map +1 -0
  90. package/dist/index.d.ts +8 -2
  91. package/dist/index.d.ts.map +1 -1
  92. package/dist/index.js +11 -4
  93. package/dist/index.js.map +1 -1
  94. package/package.json +1 -1
@@ -0,0 +1,1376 @@
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
+ /**
249
+ * Map of question ID → pre-filled value. The value is saved as a Response.
250
+ */
251
+ export interface CreateRecipientBody_prefill extends AdditionalDataHolder, Parsable {
252
+ }
253
+ /**
254
+ * Creates a new instance of the appropriate class based on discriminator value
255
+ * @param parseNode The parse node to use to read the discriminator value and create the object
256
+ * @returns {Recipient}
257
+ */
258
+ export declare function createRecipientFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
259
+ export interface CreateSectionBody extends AdditionalDataHolder, Parsable {
260
+ /**
261
+ * The order property
262
+ */
263
+ order?: number | null;
264
+ /**
265
+ * The title property
266
+ */
267
+ title?: string | null;
268
+ }
269
+ /**
270
+ * Creates a new instance of the appropriate class based on discriminator value
271
+ * @param parseNode The parse node to use to read the discriminator value and create the object
272
+ * @returns {Section}
273
+ */
274
+ export declare function createSectionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
275
+ /**
276
+ * Creates a new instance of the appropriate class based on discriminator value
277
+ * @param parseNode The parse node to use to read the discriminator value and create the object
278
+ * @returns {Signer}
279
+ */
280
+ export declare function createSignerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
281
+ /**
282
+ * Creates a new instance of the appropriate class based on discriminator value
283
+ * @param parseNode The parse node to use to read the discriminator value and create the object
284
+ * @returns {SignerInput_prefill}
285
+ */
286
+ export declare function createSignerInput_prefillFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
287
+ /**
288
+ * Creates a new instance of the appropriate class based on discriminator value
289
+ * @param parseNode The parse node to use to read the discriminator value and create the object
290
+ * @returns {SignerInput}
291
+ */
292
+ export declare function createSignerInputFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
293
+ export interface CreateSignerRoleBody extends AdditionalDataHolder, Parsable {
294
+ /**
295
+ * The label property
296
+ */
297
+ label?: string | null;
298
+ }
299
+ /**
300
+ * Creates a new instance of the appropriate class based on discriminator value
301
+ * @param parseNode The parse node to use to read the discriminator value and create the object
302
+ * @returns {SignerRole}
303
+ */
304
+ export declare function createSignerRoleFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
305
+ export interface CreateSubmissionBody extends AdditionalDataHolder, Parsable {
306
+ /**
307
+ * One entry per signer role. Must provide all required roles.
308
+ */
309
+ signers?: SignerInput[] | null;
310
+ }
311
+ /**
312
+ * Creates a new instance of the appropriate class based on discriminator value
313
+ * @param parseNode The parse node to use to read the discriminator value and create the object
314
+ * @returns {UpdateFormBody}
315
+ */
316
+ export declare function createUpdateFormBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
317
+ /**
318
+ * Creates a new instance of the appropriate class based on discriminator value
319
+ * @param parseNode The parse node to use to read the discriminator value and create the object
320
+ * @returns {UpdateRecipientBody}
321
+ */
322
+ export declare function createUpdateRecipientBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
323
+ /**
324
+ * Creates a new instance of the appropriate class based on discriminator value
325
+ * @param parseNode The parse node to use to read the discriminator value and create the object
326
+ * @returns {UpdateSectionBody}
327
+ */
328
+ export declare function createUpdateSectionBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
329
+ /**
330
+ * The deserialization information for the current model
331
+ * @param CreateFieldBody The instance to deserialize into.
332
+ * @returns {Record<string, (node: ParseNode) => void>}
333
+ */
334
+ export declare function deserializeIntoCreateFieldBody(createFieldBody?: Partial<CreateFieldBody> | undefined): Record<string, (node: ParseNode) => void>;
335
+ /**
336
+ * The deserialization information for the current model
337
+ * @param CreateFieldBody_options The instance to deserialize into.
338
+ * @returns {Record<string, (node: ParseNode) => void>}
339
+ */
340
+ export declare function deserializeIntoCreateFieldBody_options(createFieldBody_options?: Partial<CreateFieldBody_options> | undefined): Record<string, (node: ParseNode) => void>;
341
+ /**
342
+ * The deserialization information for the current model
343
+ * @param CreateFormBody The instance to deserialize into.
344
+ * @returns {Record<string, (node: ParseNode) => void>}
345
+ */
346
+ export declare function deserializeIntoCreateFormBody(createFormBody?: Partial<CreateFormBody> | undefined): Record<string, (node: ParseNode) => void>;
347
+ /**
348
+ * The deserialization information for the current model
349
+ * @param CreateQuestionBody The instance to deserialize into.
350
+ * @returns {Record<string, (node: ParseNode) => void>}
351
+ */
352
+ export declare function deserializeIntoCreateQuestionBody(createQuestionBody?: Partial<CreateQuestionBody> | undefined): Record<string, (node: ParseNode) => void>;
353
+ /**
354
+ * The deserialization information for the current model
355
+ * @param CreateRecipientBody The instance to deserialize into.
356
+ * @returns {Record<string, (node: ParseNode) => void>}
357
+ */
358
+ export declare function deserializeIntoCreateRecipientBody(createRecipientBody?: Partial<CreateRecipientBody> | undefined): Record<string, (node: ParseNode) => void>;
359
+ /**
360
+ * The deserialization information for the current model
361
+ * @param CreateRecipientBody_prefill The instance to deserialize into.
362
+ * @returns {Record<string, (node: ParseNode) => void>}
363
+ */
364
+ export declare function deserializeIntoCreateRecipientBody_prefill(createRecipientBody_prefill?: Partial<CreateRecipientBody_prefill> | undefined): Record<string, (node: ParseNode) => void>;
365
+ /**
366
+ * The deserialization information for the current model
367
+ * @param CreateSectionBody The instance to deserialize into.
368
+ * @returns {Record<string, (node: ParseNode) => void>}
369
+ */
370
+ export declare function deserializeIntoCreateSectionBody(createSectionBody?: Partial<CreateSectionBody> | undefined): Record<string, (node: ParseNode) => void>;
371
+ /**
372
+ * The deserialization information for the current model
373
+ * @param CreateSignerRoleBody The instance to deserialize into.
374
+ * @returns {Record<string, (node: ParseNode) => void>}
375
+ */
376
+ export declare function deserializeIntoCreateSignerRoleBody(createSignerRoleBody?: Partial<CreateSignerRoleBody> | undefined): Record<string, (node: ParseNode) => void>;
377
+ /**
378
+ * The deserialization information for the current model
379
+ * @param CreateSubmissionBody The instance to deserialize into.
380
+ * @returns {Record<string, (node: ParseNode) => void>}
381
+ */
382
+ export declare function deserializeIntoCreateSubmissionBody(createSubmissionBody?: Partial<CreateSubmissionBody> | undefined): Record<string, (node: ParseNode) => void>;
383
+ /**
384
+ * The deserialization information for the current model
385
+ * @param Document The instance to deserialize into.
386
+ * @returns {Record<string, (node: ParseNode) => void>}
387
+ */
388
+ export declare function deserializeIntoDocument(document?: Partial<Document> | undefined): Record<string, (node: ParseNode) => void>;
389
+ /**
390
+ * The deserialization information for the current model
391
+ * @param Document_pageDimensions The instance to deserialize into.
392
+ * @returns {Record<string, (node: ParseNode) => void>}
393
+ */
394
+ export declare function deserializeIntoDocument_pageDimensions(document_pageDimensions?: Partial<Document_pageDimensions> | undefined): Record<string, (node: ParseNode) => void>;
395
+ /**
396
+ * The deserialization information for the current model
397
+ * @param DocumentField The instance to deserialize into.
398
+ * @returns {Record<string, (node: ParseNode) => void>}
399
+ */
400
+ export declare function deserializeIntoDocumentField(documentField?: Partial<DocumentField> | undefined): Record<string, (node: ParseNode) => void>;
401
+ /**
402
+ * The deserialization information for the current model
403
+ * @param DocumentField_options The instance to deserialize into.
404
+ * @returns {Record<string, (node: ParseNode) => void>}
405
+ */
406
+ export declare function deserializeIntoDocumentField_options(documentField_options?: Partial<DocumentField_options> | undefined): Record<string, (node: ParseNode) => void>;
407
+ /**
408
+ * The deserialization information for the current model
409
+ * @param DocumentSubmission The instance to deserialize into.
410
+ * @returns {Record<string, (node: ParseNode) => void>}
411
+ */
412
+ export declare function deserializeIntoDocumentSubmission(documentSubmission?: Partial<DocumentSubmission> | undefined): Record<string, (node: ParseNode) => void>;
413
+ /**
414
+ * The deserialization information for the current model
415
+ * @param Form The instance to deserialize into.
416
+ * @returns {Record<string, (node: ParseNode) => void>}
417
+ */
418
+ export declare function deserializeIntoForm(form?: Partial<Form> | undefined): Record<string, (node: ParseNode) => void>;
419
+ /**
420
+ * The deserialization information for the current model
421
+ * @param Form_branding The instance to deserialize into.
422
+ * @returns {Record<string, (node: ParseNode) => void>}
423
+ */
424
+ export declare function deserializeIntoForm_branding(form_branding?: Partial<Form_branding> | undefined): Record<string, (node: ParseNode) => void>;
425
+ /**
426
+ * The deserialization information for the current model
427
+ * @param Form_settings The instance to deserialize into.
428
+ * @returns {Record<string, (node: ParseNode) => void>}
429
+ */
430
+ export declare function deserializeIntoForm_settings(form_settings?: Partial<Form_settings> | undefined): Record<string, (node: ParseNode) => void>;
431
+ /**
432
+ * The deserialization information for the current model
433
+ * @param Question The instance to deserialize into.
434
+ * @returns {Record<string, (node: ParseNode) => void>}
435
+ */
436
+ export declare function deserializeIntoQuestion(question?: Partial<Question> | undefined): Record<string, (node: ParseNode) => void>;
437
+ /**
438
+ * The deserialization information for the current model
439
+ * @param Recipient The instance to deserialize into.
440
+ * @returns {Record<string, (node: ParseNode) => void>}
441
+ */
442
+ export declare function deserializeIntoRecipient(recipient?: Partial<Recipient> | undefined): Record<string, (node: ParseNode) => void>;
443
+ /**
444
+ * The deserialization information for the current model
445
+ * @param Section The instance to deserialize into.
446
+ * @returns {Record<string, (node: ParseNode) => void>}
447
+ */
448
+ export declare function deserializeIntoSection(section?: Partial<Section> | undefined): Record<string, (node: ParseNode) => void>;
449
+ /**
450
+ * The deserialization information for the current model
451
+ * @param Signer The instance to deserialize into.
452
+ * @returns {Record<string, (node: ParseNode) => void>}
453
+ */
454
+ export declare function deserializeIntoSigner(signer?: Partial<Signer> | undefined): Record<string, (node: ParseNode) => void>;
455
+ /**
456
+ * The deserialization information for the current model
457
+ * @param SignerInput The instance to deserialize into.
458
+ * @returns {Record<string, (node: ParseNode) => void>}
459
+ */
460
+ export declare function deserializeIntoSignerInput(signerInput?: Partial<SignerInput> | undefined): Record<string, (node: ParseNode) => void>;
461
+ /**
462
+ * The deserialization information for the current model
463
+ * @param SignerInput_prefill The instance to deserialize into.
464
+ * @returns {Record<string, (node: ParseNode) => void>}
465
+ */
466
+ export declare function deserializeIntoSignerInput_prefill(signerInput_prefill?: Partial<SignerInput_prefill> | undefined): Record<string, (node: ParseNode) => void>;
467
+ /**
468
+ * The deserialization information for the current model
469
+ * @param SignerRole The instance to deserialize into.
470
+ * @returns {Record<string, (node: ParseNode) => void>}
471
+ */
472
+ export declare function deserializeIntoSignerRole(signerRole?: Partial<SignerRole> | undefined): Record<string, (node: ParseNode) => void>;
473
+ /**
474
+ * The deserialization information for the current model
475
+ * @param UpdateFormBody The instance to deserialize into.
476
+ * @returns {Record<string, (node: ParseNode) => void>}
477
+ */
478
+ export declare function deserializeIntoUpdateFormBody(updateFormBody?: Partial<UpdateFormBody> | undefined): Record<string, (node: ParseNode) => void>;
479
+ /**
480
+ * The deserialization information for the current model
481
+ * @param UpdateRecipientBody The instance to deserialize into.
482
+ * @returns {Record<string, (node: ParseNode) => void>}
483
+ */
484
+ export declare function deserializeIntoUpdateRecipientBody(updateRecipientBody?: Partial<UpdateRecipientBody> | undefined): Record<string, (node: ParseNode) => void>;
485
+ /**
486
+ * The deserialization information for the current model
487
+ * @param UpdateSectionBody The instance to deserialize into.
488
+ * @returns {Record<string, (node: ParseNode) => void>}
489
+ */
490
+ export declare function deserializeIntoUpdateSectionBody(updateSectionBody?: Partial<UpdateSectionBody> | undefined): Record<string, (node: ParseNode) => void>;
491
+ export interface Document extends AdditionalDataHolder, Parsable {
492
+ /**
493
+ * The completedPdfUrl property
494
+ */
495
+ completedPdfUrl?: string | null;
496
+ /**
497
+ * The createdAt property
498
+ */
499
+ createdAt?: Date | null;
500
+ /**
501
+ * The creatorId property
502
+ */
503
+ creatorId?: Guid | null;
504
+ /**
505
+ * The deletedAt property
506
+ */
507
+ deletedAt?: Date | null;
508
+ /**
509
+ * The fileType property
510
+ */
511
+ fileType?: string | null;
512
+ /**
513
+ * The id property
514
+ */
515
+ id?: Guid | null;
516
+ /**
517
+ * The originalFilename property
518
+ */
519
+ originalFilename?: string | null;
520
+ /**
521
+ * The originalUrl property
522
+ */
523
+ originalUrl?: string | null;
524
+ /**
525
+ * The pageCount property
526
+ */
527
+ pageCount?: number | null;
528
+ /**
529
+ * The pageDimensions property
530
+ */
531
+ pageDimensions?: Document_pageDimensions[] | null;
532
+ /**
533
+ * The status property
534
+ */
535
+ status?: Document_status | null;
536
+ /**
537
+ * The title property
538
+ */
539
+ title?: string | null;
540
+ /**
541
+ * The updatedAt property
542
+ */
543
+ updatedAt?: Date | null;
544
+ /**
545
+ * The workspaceId property
546
+ */
547
+ workspaceId?: Guid | null;
548
+ }
549
+ export interface Document_pageDimensions extends AdditionalDataHolder, Parsable {
550
+ /**
551
+ * The height property
552
+ */
553
+ height?: number | null;
554
+ /**
555
+ * The width property
556
+ */
557
+ width?: number | null;
558
+ }
559
+ export type Document_status = (typeof Document_statusObject)[keyof typeof Document_statusObject];
560
+ export interface DocumentField extends AdditionalDataHolder, Parsable {
561
+ /**
562
+ * The assigneeRole property
563
+ */
564
+ assigneeRole?: string | null;
565
+ /**
566
+ * The createdAt property
567
+ */
568
+ createdAt?: Date | null;
569
+ /**
570
+ * The defaultValue property
571
+ */
572
+ defaultValue?: string | null;
573
+ /**
574
+ * The direction property
575
+ */
576
+ direction?: DocumentField_direction | null;
577
+ /**
578
+ * The documentId property
579
+ */
580
+ documentId?: Guid | null;
581
+ /**
582
+ * The height property
583
+ */
584
+ height?: number | null;
585
+ /**
586
+ * The id property
587
+ */
588
+ id?: Guid | null;
589
+ /**
590
+ * The isReadOnly property
591
+ */
592
+ isReadOnly?: boolean | null;
593
+ /**
594
+ * The isRequired property
595
+ */
596
+ isRequired?: boolean | null;
597
+ /**
598
+ * The label property
599
+ */
600
+ label?: string | null;
601
+ /**
602
+ * The options property
603
+ */
604
+ options?: DocumentField_options | null;
605
+ /**
606
+ * The order property
607
+ */
608
+ order?: number | null;
609
+ /**
610
+ * The pageNumber property
611
+ */
612
+ pageNumber?: number | null;
613
+ /**
614
+ * The type property
615
+ */
616
+ type?: DocumentField_type | null;
617
+ /**
618
+ * The width property
619
+ */
620
+ width?: number | null;
621
+ /**
622
+ * Normalized x position (0–1)
623
+ */
624
+ x?: number | null;
625
+ /**
626
+ * The y property
627
+ */
628
+ y?: number | null;
629
+ }
630
+ export type DocumentField_direction = (typeof DocumentField_directionObject)[keyof typeof DocumentField_directionObject];
631
+ export interface DocumentField_options extends AdditionalDataHolder, Parsable {
632
+ }
633
+ export type DocumentField_type = (typeof DocumentField_typeObject)[keyof typeof DocumentField_typeObject];
634
+ export interface DocumentSubmission extends AdditionalDataHolder, Parsable {
635
+ /**
636
+ * The completedAt property
637
+ */
638
+ completedAt?: Date | null;
639
+ /**
640
+ * The completedPdfUrl property
641
+ */
642
+ completedPdfUrl?: string | null;
643
+ /**
644
+ * The createdAt property
645
+ */
646
+ createdAt?: Date | null;
647
+ /**
648
+ * The documentId property
649
+ */
650
+ documentId?: Guid | null;
651
+ /**
652
+ * The id property
653
+ */
654
+ id?: Guid | null;
655
+ /**
656
+ * The signers property
657
+ */
658
+ signers?: Signer[] | null;
659
+ /**
660
+ * The status property
661
+ */
662
+ status?: DocumentSubmission_status | null;
663
+ }
664
+ export type DocumentSubmission_status = (typeof DocumentSubmission_statusObject)[keyof typeof DocumentSubmission_statusObject];
665
+ export interface Form extends AdditionalDataHolder, Parsable {
666
+ /**
667
+ * The branding property
668
+ */
669
+ branding?: Form_branding | null;
670
+ /**
671
+ * The createdAt property
672
+ */
673
+ createdAt?: Date | null;
674
+ /**
675
+ * The creatorId property
676
+ */
677
+ creatorId?: Guid | null;
678
+ /**
679
+ * The description property
680
+ */
681
+ description?: string | null;
682
+ /**
683
+ * The id property
684
+ */
685
+ id?: Guid | null;
686
+ /**
687
+ * The publicToken property
688
+ */
689
+ publicToken?: string | null;
690
+ /**
691
+ * The question_count property
692
+ */
693
+ questionCount?: number | null;
694
+ /**
695
+ * The settings property
696
+ */
697
+ settings?: Form_settings | null;
698
+ /**
699
+ * The status property
700
+ */
701
+ status?: Form_status | null;
702
+ /**
703
+ * The title property
704
+ */
705
+ title?: string | null;
706
+ /**
707
+ * The updatedAt property
708
+ */
709
+ updatedAt?: Date | null;
710
+ /**
711
+ * The workspaceId property
712
+ */
713
+ workspaceId?: Guid | null;
714
+ }
715
+ export interface Form_branding extends AdditionalDataHolder, Parsable {
716
+ }
717
+ export interface Form_settings extends AdditionalDataHolder, Parsable {
718
+ }
719
+ export type Form_status = (typeof Form_statusObject)[keyof typeof Form_statusObject];
720
+ export interface Question extends AdditionalDataHolder, Parsable {
721
+ /**
722
+ * The context property
723
+ */
724
+ context?: string | null;
725
+ /**
726
+ * The createdAt property
727
+ */
728
+ createdAt?: Date | null;
729
+ /**
730
+ * The formId property
731
+ */
732
+ formId?: Guid | null;
733
+ /**
734
+ * The id property
735
+ */
736
+ id?: Guid | null;
737
+ /**
738
+ * The isPii property
739
+ */
740
+ isPii?: boolean | null;
741
+ /**
742
+ * The isRequired property
743
+ */
744
+ isRequired?: boolean | null;
745
+ /**
746
+ * The options property
747
+ */
748
+ options?: UntypedNode | null;
749
+ /**
750
+ * The order property
751
+ */
752
+ order?: number | null;
753
+ /**
754
+ * The priority property
755
+ */
756
+ priority?: Question_priority | null;
757
+ /**
758
+ * The questionText property
759
+ */
760
+ questionText?: string | null;
761
+ /**
762
+ * The sectionId property
763
+ */
764
+ sectionId?: Guid | null;
765
+ /**
766
+ * The type property
767
+ */
768
+ type?: Question_type | null;
769
+ }
770
+ export type Question_priority = (typeof Question_priorityObject)[keyof typeof Question_priorityObject];
771
+ export type Question_type = (typeof Question_typeObject)[keyof typeof Question_typeObject];
772
+ export interface Recipient extends AdditionalDataHolder, Parsable {
773
+ /**
774
+ * The created_at property
775
+ */
776
+ createdAt?: Date | null;
777
+ /**
778
+ * The email property
779
+ */
780
+ email?: string | null;
781
+ /**
782
+ * The expires_at property
783
+ */
784
+ expiresAt?: Date | null;
785
+ /**
786
+ * The form_id property
787
+ */
788
+ formId?: Guid | null;
789
+ /**
790
+ * The has_password property
791
+ */
792
+ hasPassword?: boolean | null;
793
+ /**
794
+ * The id property
795
+ */
796
+ id?: Guid | null;
797
+ /**
798
+ * The is_active property
799
+ */
800
+ isActive?: boolean | null;
801
+ /**
802
+ * The is_anonymous property
803
+ */
804
+ isAnonymous?: boolean | null;
805
+ /**
806
+ * The label property
807
+ */
808
+ label?: string | null;
809
+ /**
810
+ * The last_activity_at property
811
+ */
812
+ lastActivityAt?: Date | null;
813
+ /**
814
+ * The link property
815
+ */
816
+ link?: string | null;
817
+ /**
818
+ * The phone property
819
+ */
820
+ phone?: string | null;
821
+ /**
822
+ * The response_count property
823
+ */
824
+ responseCount?: number | null;
825
+ /**
826
+ * The status property
827
+ */
828
+ status?: Recipient_status | null;
829
+ /**
830
+ * The token property
831
+ */
832
+ token?: string | null;
833
+ /**
834
+ * The total_questions property
835
+ */
836
+ totalQuestions?: number | null;
837
+ /**
838
+ * The visit_count property
839
+ */
840
+ visitCount?: number | null;
841
+ }
842
+ export type Recipient_status = (typeof Recipient_statusObject)[keyof typeof Recipient_statusObject];
843
+ export interface Section extends AdditionalDataHolder, Parsable {
844
+ /**
845
+ * The createdAt property
846
+ */
847
+ createdAt?: Date | null;
848
+ /**
849
+ * The formId property
850
+ */
851
+ formId?: Guid | null;
852
+ /**
853
+ * The id property
854
+ */
855
+ id?: Guid | null;
856
+ /**
857
+ * The order property
858
+ */
859
+ order?: number | null;
860
+ /**
861
+ * The title property
862
+ */
863
+ title?: string | null;
864
+ }
865
+ /**
866
+ * Serializes information the current object
867
+ * @param CreateFieldBody The instance to serialize from.
868
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
869
+ * @param writer Serialization writer to use to serialize this model
870
+ */
871
+ export declare function serializeCreateFieldBody(writer: SerializationWriter, createFieldBody?: Partial<CreateFieldBody> | undefined | null, isSerializingDerivedType?: boolean): void;
872
+ /**
873
+ * Serializes information the current object
874
+ * @param CreateFieldBody_options The instance to serialize from.
875
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
876
+ * @param writer Serialization writer to use to serialize this model
877
+ */
878
+ export declare function serializeCreateFieldBody_options(writer: SerializationWriter, createFieldBody_options?: Partial<CreateFieldBody_options> | undefined | null, isSerializingDerivedType?: boolean): void;
879
+ /**
880
+ * Serializes information the current object
881
+ * @param CreateFormBody The instance to serialize from.
882
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
883
+ * @param writer Serialization writer to use to serialize this model
884
+ */
885
+ export declare function serializeCreateFormBody(writer: SerializationWriter, createFormBody?: Partial<CreateFormBody> | undefined | null, isSerializingDerivedType?: boolean): void;
886
+ /**
887
+ * Serializes information the current object
888
+ * @param CreateQuestionBody The instance to serialize from.
889
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
890
+ * @param writer Serialization writer to use to serialize this model
891
+ */
892
+ export declare function serializeCreateQuestionBody(writer: SerializationWriter, createQuestionBody?: Partial<CreateQuestionBody> | undefined | null, isSerializingDerivedType?: boolean): void;
893
+ /**
894
+ * Serializes information the current object
895
+ * @param CreateRecipientBody The instance to serialize from.
896
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
897
+ * @param writer Serialization writer to use to serialize this model
898
+ */
899
+ export declare function serializeCreateRecipientBody(writer: SerializationWriter, createRecipientBody?: Partial<CreateRecipientBody> | undefined | null, isSerializingDerivedType?: boolean): void;
900
+ /**
901
+ * Serializes information the current object
902
+ * @param CreateRecipientBody_prefill The instance to serialize from.
903
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
904
+ * @param writer Serialization writer to use to serialize this model
905
+ */
906
+ export declare function serializeCreateRecipientBody_prefill(writer: SerializationWriter, createRecipientBody_prefill?: Partial<CreateRecipientBody_prefill> | undefined | null, isSerializingDerivedType?: boolean): void;
907
+ /**
908
+ * Serializes information the current object
909
+ * @param CreateSectionBody The instance to serialize from.
910
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
911
+ * @param writer Serialization writer to use to serialize this model
912
+ */
913
+ export declare function serializeCreateSectionBody(writer: SerializationWriter, createSectionBody?: Partial<CreateSectionBody> | undefined | null, isSerializingDerivedType?: boolean): void;
914
+ /**
915
+ * Serializes information the current object
916
+ * @param CreateSignerRoleBody The instance to serialize from.
917
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
918
+ * @param writer Serialization writer to use to serialize this model
919
+ */
920
+ export declare function serializeCreateSignerRoleBody(writer: SerializationWriter, createSignerRoleBody?: Partial<CreateSignerRoleBody> | undefined | null, isSerializingDerivedType?: boolean): void;
921
+ /**
922
+ * Serializes information the current object
923
+ * @param CreateSubmissionBody The instance to serialize from.
924
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
925
+ * @param writer Serialization writer to use to serialize this model
926
+ */
927
+ export declare function serializeCreateSubmissionBody(writer: SerializationWriter, createSubmissionBody?: Partial<CreateSubmissionBody> | undefined | null, isSerializingDerivedType?: boolean): void;
928
+ /**
929
+ * Serializes information the current object
930
+ * @param Document The instance to serialize from.
931
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
932
+ * @param writer Serialization writer to use to serialize this model
933
+ */
934
+ export declare function serializeDocument(writer: SerializationWriter, document?: Partial<Document> | undefined | null, isSerializingDerivedType?: boolean): void;
935
+ /**
936
+ * Serializes information the current object
937
+ * @param Document_pageDimensions The instance to serialize from.
938
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
939
+ * @param writer Serialization writer to use to serialize this model
940
+ */
941
+ export declare function serializeDocument_pageDimensions(writer: SerializationWriter, document_pageDimensions?: Partial<Document_pageDimensions> | undefined | null, isSerializingDerivedType?: boolean): void;
942
+ /**
943
+ * Serializes information the current object
944
+ * @param DocumentField The instance to serialize from.
945
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
946
+ * @param writer Serialization writer to use to serialize this model
947
+ */
948
+ export declare function serializeDocumentField(writer: SerializationWriter, documentField?: Partial<DocumentField> | undefined | null, isSerializingDerivedType?: boolean): void;
949
+ /**
950
+ * Serializes information the current object
951
+ * @param DocumentField_options The instance to serialize from.
952
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
953
+ * @param writer Serialization writer to use to serialize this model
954
+ */
955
+ export declare function serializeDocumentField_options(writer: SerializationWriter, documentField_options?: Partial<DocumentField_options> | undefined | null, isSerializingDerivedType?: boolean): void;
956
+ /**
957
+ * Serializes information the current object
958
+ * @param DocumentSubmission The instance to serialize from.
959
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
960
+ * @param writer Serialization writer to use to serialize this model
961
+ */
962
+ export declare function serializeDocumentSubmission(writer: SerializationWriter, documentSubmission?: Partial<DocumentSubmission> | undefined | null, isSerializingDerivedType?: boolean): void;
963
+ /**
964
+ * Serializes information the current object
965
+ * @param Form The instance to serialize from.
966
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
967
+ * @param writer Serialization writer to use to serialize this model
968
+ */
969
+ export declare function serializeForm(writer: SerializationWriter, form?: Partial<Form> | undefined | null, isSerializingDerivedType?: boolean): void;
970
+ /**
971
+ * Serializes information the current object
972
+ * @param Form_branding The instance to serialize from.
973
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
974
+ * @param writer Serialization writer to use to serialize this model
975
+ */
976
+ export declare function serializeForm_branding(writer: SerializationWriter, form_branding?: Partial<Form_branding> | undefined | null, isSerializingDerivedType?: boolean): void;
977
+ /**
978
+ * Serializes information the current object
979
+ * @param Form_settings The instance to serialize from.
980
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
981
+ * @param writer Serialization writer to use to serialize this model
982
+ */
983
+ export declare function serializeForm_settings(writer: SerializationWriter, form_settings?: Partial<Form_settings> | undefined | null, isSerializingDerivedType?: boolean): void;
984
+ /**
985
+ * Serializes information the current object
986
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
987
+ * @param Question The instance to serialize from.
988
+ * @param writer Serialization writer to use to serialize this model
989
+ */
990
+ export declare function serializeQuestion(writer: SerializationWriter, question?: Partial<Question> | undefined | null, isSerializingDerivedType?: boolean): void;
991
+ /**
992
+ * Serializes information the current object
993
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
994
+ * @param Recipient The instance to serialize from.
995
+ * @param writer Serialization writer to use to serialize this model
996
+ */
997
+ export declare function serializeRecipient(writer: SerializationWriter, recipient?: Partial<Recipient> | undefined | null, isSerializingDerivedType?: boolean): void;
998
+ /**
999
+ * Serializes information the current object
1000
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1001
+ * @param Section The instance to serialize from.
1002
+ * @param writer Serialization writer to use to serialize this model
1003
+ */
1004
+ export declare function serializeSection(writer: SerializationWriter, section?: Partial<Section> | undefined | null, isSerializingDerivedType?: boolean): void;
1005
+ /**
1006
+ * Serializes information the current object
1007
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1008
+ * @param Signer The instance to serialize from.
1009
+ * @param writer Serialization writer to use to serialize this model
1010
+ */
1011
+ export declare function serializeSigner(writer: SerializationWriter, signer?: Partial<Signer> | undefined | null, isSerializingDerivedType?: boolean): void;
1012
+ /**
1013
+ * Serializes information the current object
1014
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1015
+ * @param SignerInput The instance to serialize from.
1016
+ * @param writer Serialization writer to use to serialize this model
1017
+ */
1018
+ export declare function serializeSignerInput(writer: SerializationWriter, signerInput?: Partial<SignerInput> | undefined | null, isSerializingDerivedType?: boolean): void;
1019
+ /**
1020
+ * Serializes information the current object
1021
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1022
+ * @param SignerInput_prefill The instance to serialize from.
1023
+ * @param writer Serialization writer to use to serialize this model
1024
+ */
1025
+ export declare function serializeSignerInput_prefill(writer: SerializationWriter, signerInput_prefill?: Partial<SignerInput_prefill> | undefined | null, isSerializingDerivedType?: boolean): void;
1026
+ /**
1027
+ * Serializes information the current object
1028
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1029
+ * @param SignerRole The instance to serialize from.
1030
+ * @param writer Serialization writer to use to serialize this model
1031
+ */
1032
+ export declare function serializeSignerRole(writer: SerializationWriter, signerRole?: Partial<SignerRole> | undefined | null, isSerializingDerivedType?: boolean): void;
1033
+ /**
1034
+ * Serializes information the current object
1035
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1036
+ * @param UpdateFormBody The instance to serialize from.
1037
+ * @param writer Serialization writer to use to serialize this model
1038
+ */
1039
+ export declare function serializeUpdateFormBody(writer: SerializationWriter, updateFormBody?: Partial<UpdateFormBody> | undefined | null, isSerializingDerivedType?: boolean): void;
1040
+ /**
1041
+ * Serializes information the current object
1042
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1043
+ * @param UpdateRecipientBody The instance to serialize from.
1044
+ * @param writer Serialization writer to use to serialize this model
1045
+ */
1046
+ export declare function serializeUpdateRecipientBody(writer: SerializationWriter, updateRecipientBody?: Partial<UpdateRecipientBody> | undefined | null, isSerializingDerivedType?: boolean): void;
1047
+ /**
1048
+ * Serializes information the current object
1049
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
1050
+ * @param UpdateSectionBody The instance to serialize from.
1051
+ * @param writer Serialization writer to use to serialize this model
1052
+ */
1053
+ export declare function serializeUpdateSectionBody(writer: SerializationWriter, updateSectionBody?: Partial<UpdateSectionBody> | undefined | null, isSerializingDerivedType?: boolean): void;
1054
+ export interface Signer extends AdditionalDataHolder, Parsable {
1055
+ /**
1056
+ * The color property
1057
+ */
1058
+ color?: string | null;
1059
+ /**
1060
+ * The completedAt property
1061
+ */
1062
+ completedAt?: Date | null;
1063
+ /**
1064
+ * The createdAt property
1065
+ */
1066
+ createdAt?: Date | null;
1067
+ /**
1068
+ * The documentId property
1069
+ */
1070
+ documentId?: Guid | null;
1071
+ /**
1072
+ * The email property
1073
+ */
1074
+ email?: string | null;
1075
+ /**
1076
+ * The id property
1077
+ */
1078
+ id?: Guid | null;
1079
+ /**
1080
+ * The label property
1081
+ */
1082
+ label?: string | null;
1083
+ /**
1084
+ * The link property
1085
+ */
1086
+ link?: string | null;
1087
+ /**
1088
+ * The name property
1089
+ */
1090
+ name?: string | null;
1091
+ /**
1092
+ * The order property
1093
+ */
1094
+ order?: number | null;
1095
+ /**
1096
+ * The role property
1097
+ */
1098
+ role?: string | null;
1099
+ /**
1100
+ * The status property
1101
+ */
1102
+ status?: Signer_status | null;
1103
+ /**
1104
+ * The submissionId property
1105
+ */
1106
+ submissionId?: Guid | null;
1107
+ /**
1108
+ * The token property
1109
+ */
1110
+ token?: string | null;
1111
+ }
1112
+ export type Signer_status = (typeof Signer_statusObject)[keyof typeof Signer_statusObject];
1113
+ export interface SignerInput extends AdditionalDataHolder, Parsable {
1114
+ /**
1115
+ * The email property
1116
+ */
1117
+ email?: string | null;
1118
+ /**
1119
+ * The name property
1120
+ */
1121
+ name?: string | null;
1122
+ /**
1123
+ * Optional password to protect the signing link
1124
+ */
1125
+ password?: string | null;
1126
+ /**
1127
+ * The phone property
1128
+ */
1129
+ phone?: string | null;
1130
+ /**
1131
+ * Map of field ID → pre-filled value. Creates DocumentResponse records immediately.
1132
+ */
1133
+ prefill?: SignerInput_prefill | null;
1134
+ /**
1135
+ * If true, prefilled fields are marked read-only on the document
1136
+ */
1137
+ prefillReadonly?: boolean | null;
1138
+ /**
1139
+ * Must match a signer role defined in the document editor
1140
+ */
1141
+ role?: string | null;
1142
+ }
1143
+ /**
1144
+ * Map of field ID → pre-filled value. Creates DocumentResponse records immediately.
1145
+ */
1146
+ export interface SignerInput_prefill extends AdditionalDataHolder, Parsable {
1147
+ }
1148
+ export interface SignerRole extends AdditionalDataHolder, Parsable {
1149
+ /**
1150
+ * The color property
1151
+ */
1152
+ color?: string | null;
1153
+ /**
1154
+ * The createdAt property
1155
+ */
1156
+ createdAt?: Date | null;
1157
+ /**
1158
+ * The documentId property
1159
+ */
1160
+ documentId?: Guid | null;
1161
+ /**
1162
+ * The id property
1163
+ */
1164
+ id?: Guid | null;
1165
+ /**
1166
+ * The label property
1167
+ */
1168
+ label?: string | null;
1169
+ /**
1170
+ * The order property
1171
+ */
1172
+ order?: number | null;
1173
+ /**
1174
+ * The role property
1175
+ */
1176
+ role?: string | null;
1177
+ }
1178
+ export interface UpdateFormBody extends AdditionalDataHolder, Parsable {
1179
+ /**
1180
+ * The description property
1181
+ */
1182
+ description?: string | null;
1183
+ /**
1184
+ * The status property
1185
+ */
1186
+ status?: UpdateFormBody_status | null;
1187
+ /**
1188
+ * The title property
1189
+ */
1190
+ title?: string | null;
1191
+ }
1192
+ export type UpdateFormBody_status = (typeof UpdateFormBody_statusObject)[keyof typeof UpdateFormBody_statusObject];
1193
+ export interface UpdateRecipientBody extends AdditionalDataHolder, Parsable {
1194
+ /**
1195
+ * The email property
1196
+ */
1197
+ email?: string | null;
1198
+ /**
1199
+ * The expires_at property
1200
+ */
1201
+ expiresAt?: Date | null;
1202
+ /**
1203
+ * The is_active property
1204
+ */
1205
+ isActive?: boolean | null;
1206
+ /**
1207
+ * The label property
1208
+ */
1209
+ label?: string | null;
1210
+ /**
1211
+ * null to remove password
1212
+ */
1213
+ password?: string | null;
1214
+ /**
1215
+ * The phone property
1216
+ */
1217
+ phone?: string | null;
1218
+ }
1219
+ export interface UpdateSectionBody extends AdditionalDataHolder, Parsable {
1220
+ /**
1221
+ * The order property
1222
+ */
1223
+ order?: number | null;
1224
+ /**
1225
+ * The title property
1226
+ */
1227
+ title?: string | null;
1228
+ }
1229
+ export declare const CreateFieldBody_directionObject: {
1230
+ readonly Auto: "auto";
1231
+ readonly Rtl: "rtl";
1232
+ readonly Ltr: "ltr";
1233
+ };
1234
+ export declare const CreateFieldBody_typeObject: {
1235
+ readonly Short_text: "short_text";
1236
+ readonly Long_text: "long_text";
1237
+ readonly Mcq: "mcq";
1238
+ readonly Multi_select: "multi_select";
1239
+ readonly Rating: "rating";
1240
+ readonly Date: "date";
1241
+ readonly Number: "number";
1242
+ readonly Yes_no: "yes_no";
1243
+ readonly File_upload: "file_upload";
1244
+ readonly Dropdown: "dropdown";
1245
+ readonly Digital_signature: "digital_signature";
1246
+ readonly Email: "email";
1247
+ readonly Phone: "phone";
1248
+ readonly Initials: "initials";
1249
+ };
1250
+ export declare const CreateQuestionBody_priorityObject: {
1251
+ readonly Low: "low";
1252
+ readonly Medium: "medium";
1253
+ readonly High: "high";
1254
+ readonly Critical: "critical";
1255
+ };
1256
+ export declare const CreateQuestionBody_typeObject: {
1257
+ readonly Short_text: "short_text";
1258
+ readonly Long_text: "long_text";
1259
+ readonly Mcq: "mcq";
1260
+ readonly Multi_select: "multi_select";
1261
+ readonly Rating: "rating";
1262
+ readonly Date: "date";
1263
+ readonly Number: "number";
1264
+ readonly Yes_no: "yes_no";
1265
+ readonly File_upload: "file_upload";
1266
+ readonly Dropdown: "dropdown";
1267
+ readonly Digital_signature: "digital_signature";
1268
+ readonly Email: "email";
1269
+ readonly Phone: "phone";
1270
+ readonly Initials: "initials";
1271
+ readonly Url: "url";
1272
+ readonly Time: "time";
1273
+ readonly Date_range: "date_range";
1274
+ readonly Address: "address";
1275
+ readonly Slider: "slider";
1276
+ readonly Currency: "currency";
1277
+ readonly Heading: "heading";
1278
+ readonly Divider: "divider";
1279
+ readonly Picture_choice: "picture_choice";
1280
+ readonly Checkbox: "checkbox";
1281
+ readonly Ranking: "ranking";
1282
+ readonly Matrix: "matrix";
1283
+ readonly Opinion_scale: "opinion_scale";
1284
+ readonly Calculation: "calculation";
1285
+ readonly Payment: "payment";
1286
+ };
1287
+ export declare const Document_statusObject: {
1288
+ readonly Draft: "draft";
1289
+ readonly Sent: "sent";
1290
+ readonly Completed: "completed";
1291
+ readonly Expired: "expired";
1292
+ };
1293
+ export declare const DocumentField_directionObject: {
1294
+ readonly Auto: "auto";
1295
+ readonly Rtl: "rtl";
1296
+ readonly Ltr: "ltr";
1297
+ };
1298
+ export declare const DocumentField_typeObject: {
1299
+ readonly Short_text: "short_text";
1300
+ readonly Long_text: "long_text";
1301
+ readonly Mcq: "mcq";
1302
+ readonly Multi_select: "multi_select";
1303
+ readonly Rating: "rating";
1304
+ readonly Date: "date";
1305
+ readonly Number: "number";
1306
+ readonly Yes_no: "yes_no";
1307
+ readonly File_upload: "file_upload";
1308
+ readonly Dropdown: "dropdown";
1309
+ readonly Digital_signature: "digital_signature";
1310
+ readonly Email: "email";
1311
+ readonly Phone: "phone";
1312
+ readonly Initials: "initials";
1313
+ };
1314
+ export declare const DocumentSubmission_statusObject: {
1315
+ readonly Pending: "pending";
1316
+ readonly In_progress: "in_progress";
1317
+ readonly Completed: "completed";
1318
+ };
1319
+ export declare const Form_statusObject: {
1320
+ readonly Draft: "draft";
1321
+ readonly Published: "published";
1322
+ readonly Archived: "archived";
1323
+ };
1324
+ export declare const Question_priorityObject: {
1325
+ readonly Low: "low";
1326
+ readonly Medium: "medium";
1327
+ readonly High: "high";
1328
+ readonly Critical: "critical";
1329
+ };
1330
+ export declare const Question_typeObject: {
1331
+ readonly Short_text: "short_text";
1332
+ readonly Long_text: "long_text";
1333
+ readonly Mcq: "mcq";
1334
+ readonly Multi_select: "multi_select";
1335
+ readonly Rating: "rating";
1336
+ readonly Date: "date";
1337
+ readonly Number: "number";
1338
+ readonly Yes_no: "yes_no";
1339
+ readonly File_upload: "file_upload";
1340
+ readonly Dropdown: "dropdown";
1341
+ readonly Digital_signature: "digital_signature";
1342
+ readonly Email: "email";
1343
+ readonly Phone: "phone";
1344
+ readonly Initials: "initials";
1345
+ readonly Url: "url";
1346
+ readonly Time: "time";
1347
+ readonly Date_range: "date_range";
1348
+ readonly Address: "address";
1349
+ readonly Slider: "slider";
1350
+ readonly Currency: "currency";
1351
+ readonly Heading: "heading";
1352
+ readonly Divider: "divider";
1353
+ readonly Picture_choice: "picture_choice";
1354
+ readonly Checkbox: "checkbox";
1355
+ readonly Ranking: "ranking";
1356
+ readonly Matrix: "matrix";
1357
+ readonly Opinion_scale: "opinion_scale";
1358
+ readonly Calculation: "calculation";
1359
+ readonly Payment: "payment";
1360
+ };
1361
+ export declare const Recipient_statusObject: {
1362
+ readonly Not_started: "not_started";
1363
+ readonly In_progress: "in_progress";
1364
+ readonly Completed: "completed";
1365
+ };
1366
+ export declare const Signer_statusObject: {
1367
+ readonly Pending: "pending";
1368
+ readonly Viewed: "viewed";
1369
+ readonly Completed: "completed";
1370
+ };
1371
+ export declare const UpdateFormBody_statusObject: {
1372
+ readonly Draft: "draft";
1373
+ readonly Published: "published";
1374
+ readonly Archived: "archived";
1375
+ };
1376
+ //# sourceMappingURL=index.d.ts.map