@managesome/knotr-toolkit 0.8.13 → 0.8.14

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 (88) hide show
  1. package/dist/constants/socket.d.ts +6 -0
  2. package/dist/constants/socket.d.ts.map +1 -1
  3. package/dist/constants/socket.js +6 -0
  4. package/dist/constants/socket.js.map +1 -1
  5. package/dist/helpers/id-generator.d.ts +3 -0
  6. package/dist/helpers/id-generator.d.ts.map +1 -1
  7. package/dist/helpers/id-generator.js +4 -0
  8. package/dist/helpers/id-generator.js.map +1 -1
  9. package/dist/schemas/account.schema.d.ts +5244 -7
  10. package/dist/schemas/account.schema.d.ts.map +1 -1
  11. package/dist/schemas/account.schema.js +4 -0
  12. package/dist/schemas/account.schema.js.map +1 -1
  13. package/dist/schemas/chat.schema.d.ts +4920 -13
  14. package/dist/schemas/chat.schema.d.ts.map +1 -1
  15. package/dist/schemas/collaboration-request.schema.d.ts +3917 -8
  16. package/dist/schemas/collaboration-request.schema.d.ts.map +1 -1
  17. package/dist/schemas/company-review.schema.d.ts +3421 -7
  18. package/dist/schemas/company-review.schema.d.ts.map +1 -1
  19. package/dist/schemas/company.schema.d.ts +6498 -8
  20. package/dist/schemas/company.schema.d.ts.map +1 -1
  21. package/dist/schemas/contract.schema.d.ts +5436 -7
  22. package/dist/schemas/contract.schema.d.ts.map +1 -1
  23. package/dist/schemas/dispute-evidence.schema.d.ts +3747 -8
  24. package/dist/schemas/dispute-evidence.schema.d.ts.map +1 -1
  25. package/dist/schemas/dispute.schema.d.ts +5600 -8
  26. package/dist/schemas/dispute.schema.d.ts.map +1 -1
  27. package/dist/schemas/donation.schema.d.ts +3552 -8
  28. package/dist/schemas/donation.schema.d.ts.map +1 -1
  29. package/dist/schemas/escrow.schema.d.ts +4279 -8
  30. package/dist/schemas/escrow.schema.d.ts.map +1 -1
  31. package/dist/schemas/flag.schema.d.ts +4722 -8
  32. package/dist/schemas/flag.schema.d.ts.map +1 -1
  33. package/dist/schemas/interest.schema.d.ts +3811 -7
  34. package/dist/schemas/interest.schema.d.ts.map +1 -1
  35. package/dist/schemas/match.schema.d.ts +4071 -7
  36. package/dist/schemas/match.schema.d.ts.map +1 -1
  37. package/dist/schemas/message.schema.d.ts +4071 -7
  38. package/dist/schemas/message.schema.d.ts.map +1 -1
  39. package/dist/schemas/milestone.schema.d.ts +4462 -8
  40. package/dist/schemas/milestone.schema.d.ts.map +1 -1
  41. package/dist/schemas/notification.schema.d.ts +4660 -8
  42. package/dist/schemas/notification.schema.d.ts.map +1 -1
  43. package/dist/schemas/profile.schema.d.ts +9501 -16
  44. package/dist/schemas/profile.schema.d.ts.map +1 -1
  45. package/dist/schemas/profit-share-agreement.schema.d.ts +3746 -7
  46. package/dist/schemas/profit-share-agreement.schema.d.ts.map +1 -1
  47. package/dist/schemas/profit-share.schema.d.ts +4136 -7
  48. package/dist/schemas/profit-share.schema.d.ts.map +1 -1
  49. package/dist/schemas/promo-code.schema.d.ts +4071 -7
  50. package/dist/schemas/promo-code.schema.d.ts.map +1 -1
  51. package/dist/schemas/promo-code.schema.js +7 -0
  52. package/dist/schemas/promo-code.schema.js.map +1 -1
  53. package/dist/schemas/proposal.schema.d.ts +5269 -8
  54. package/dist/schemas/proposal.schema.d.ts.map +1 -1
  55. package/dist/schemas/purchase.schema.d.ts +3682 -8
  56. package/dist/schemas/purchase.schema.d.ts.map +1 -1
  57. package/dist/schemas/requirement-post.schema.d.ts +6272 -8
  58. package/dist/schemas/requirement-post.schema.d.ts.map +1 -1
  59. package/dist/schemas/review.schema.d.ts +4462 -8
  60. package/dist/schemas/review.schema.d.ts.map +1 -1
  61. package/dist/schemas/service-listing.schema.d.ts +5109 -8
  62. package/dist/schemas/service-listing.schema.d.ts.map +1 -1
  63. package/dist/schemas/subscription.schema.d.ts +4007 -8
  64. package/dist/schemas/subscription.schema.d.ts.map +1 -1
  65. package/dist/schemas/tmc-application.schema.d.ts +4316 -8
  66. package/dist/schemas/tmc-application.schema.d.ts.map +1 -1
  67. package/dist/schemas/tmc-membership.schema.d.ts +4137 -8
  68. package/dist/schemas/tmc-membership.schema.d.ts.map +1 -1
  69. package/dist/schemas/trust-badge.schema.d.ts +3876 -7
  70. package/dist/schemas/trust-badge.schema.d.ts.map +1 -1
  71. package/dist/schemas/verification.schema.d.ts +4694 -8
  72. package/dist/schemas/verification.schema.d.ts.map +1 -1
  73. package/dist/schemas/verification.schema.js +3 -0
  74. package/dist/schemas/verification.schema.js.map +1 -1
  75. package/dist/schemas/webhook-event.schema.d.ts +3489 -7
  76. package/dist/schemas/webhook-event.schema.d.ts.map +1 -1
  77. package/dist/types/account.d.ts +27 -0
  78. package/dist/types/account.d.ts.map +1 -1
  79. package/dist/types/common.d.ts +7 -1
  80. package/dist/types/common.d.ts.map +1 -1
  81. package/dist/types/marketplace.d.ts +6 -4
  82. package/dist/types/marketplace.d.ts.map +1 -1
  83. package/dist/types/payment.d.ts +3 -0
  84. package/dist/types/payment.d.ts.map +1 -1
  85. package/dist/types/payment.js.map +1 -1
  86. package/dist/types/verification.d.ts +2 -0
  87. package/dist/types/verification.d.ts.map +1 -1
  88. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { HydratedDocument, Model, Schema } from 'mongoose';
2
- import { IVerification } from '../types/verification.js';
2
+ import { IdDocumentType, IVerification, VerificationStatus } from '../types/verification.js';
3
3
  export type VerificationDocument = HydratedDocument<Omit<IVerification, 'id'> & {
4
4
  _id: string;
5
5
  }>;
@@ -12,39 +12,4725 @@ export interface VerificationModel extends Model<VerificationDocument> {
12
12
  export declare function createVerificationSchema(): Schema<VerificationDocument, VerificationModel>;
13
13
  export declare const VerificationSchema: Schema<import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
14
14
  _id: string;
15
- }, {}, {}> & Omit<IVerification, "id"> & {
15
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
16
16
  _id: string;
17
17
  } & Required<{
18
18
  _id: string;
19
19
  }> & {
20
20
  __v: number;
21
+ } & {
22
+ id: string;
21
23
  }, VerificationModel, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
22
24
  _id: string;
23
- }, {}, {}> & Omit<IVerification, "id"> & {
25
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
24
26
  _id: string;
25
27
  } & Required<{
26
28
  _id: string;
27
29
  }> & {
28
30
  __v: number;
29
- }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
31
+ } & {
32
+ id: string;
33
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
30
34
  _id: string;
31
- }, {}, {}> & Omit<IVerification, "id"> & {
35
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
32
36
  _id: string;
33
37
  } & Required<{
34
38
  _id: string;
35
39
  }> & {
36
40
  __v: number;
37
- }>, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").FlatRecord<import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
41
+ } & {
42
+ id: string;
43
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
38
44
  _id: string;
39
- }, {}, {}> & Omit<IVerification, "id"> & {
45
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
40
46
  _id: string;
41
47
  } & Required<{
42
48
  _id: string;
43
49
  }> & {
44
50
  __v: number;
45
- }> & Required<{
51
+ } & {
52
+ id: string;
53
+ }, {
54
+ _id?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
55
+ _id: string;
56
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
57
+ _id: string;
58
+ } & Required<{
59
+ _id: string;
60
+ }> & {
61
+ __v: number;
62
+ } & {
63
+ id: string;
64
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
65
+ _id: string;
66
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
67
+ _id: string;
68
+ } & Required<{
69
+ _id: string;
70
+ }> & {
71
+ __v: number;
72
+ } & {
73
+ id: string;
74
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
75
+ _id: string;
76
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
77
+ _id: string;
78
+ } & Required<{
79
+ _id: string;
80
+ }> & {
81
+ __v: number;
82
+ } & {
83
+ id: string;
84
+ }> | undefined;
85
+ $assertPopulated?: import("mongoose").SchemaDefinitionProperty<(<Paths = {}>(path: string | string[], values?: Partial<Paths> | undefined) => Omit<import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
86
+ _id: string;
87
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
88
+ _id: string;
89
+ } & Required<{
90
+ _id: string;
91
+ }> & {
92
+ __v: number;
93
+ } & {
94
+ id: string;
95
+ }, keyof Paths> & Paths), import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
96
+ _id: string;
97
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
98
+ _id: string;
99
+ } & Required<{
100
+ _id: string;
101
+ }> & {
102
+ __v: number;
103
+ } & {
104
+ id: string;
105
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
106
+ _id: string;
107
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
108
+ _id: string;
109
+ } & Required<{
110
+ _id: string;
111
+ }> & {
112
+ __v: number;
113
+ } & {
114
+ id: string;
115
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
116
+ _id: string;
117
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
118
+ _id: string;
119
+ } & Required<{
120
+ _id: string;
121
+ }> & {
122
+ __v: number;
123
+ } & {
124
+ id: string;
125
+ }> | undefined;
126
+ $clearModifiedPaths?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
127
+ _id: string;
128
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
129
+ _id: string;
130
+ } & Required<{
131
+ _id: string;
132
+ }> & {
133
+ __v: number;
134
+ } & {
135
+ id: string;
136
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
137
+ _id: string;
138
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
139
+ _id: string;
140
+ } & Required<{
141
+ _id: string;
142
+ }> & {
143
+ __v: number;
144
+ } & {
145
+ id: string;
146
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
147
+ _id: string;
148
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
149
+ _id: string;
150
+ } & Required<{
151
+ _id: string;
152
+ }> & {
153
+ __v: number;
154
+ } & {
155
+ id: string;
156
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
157
+ _id: string;
158
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
159
+ _id: string;
160
+ } & Required<{
161
+ _id: string;
162
+ }> & {
163
+ __v: number;
164
+ } & {
165
+ id: string;
166
+ }> | undefined;
167
+ $clone?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
168
+ _id: string;
169
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
170
+ _id: string;
171
+ } & Required<{
172
+ _id: string;
173
+ }> & {
174
+ __v: number;
175
+ } & {
176
+ id: string;
177
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
178
+ _id: string;
179
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
180
+ _id: string;
181
+ } & Required<{
182
+ _id: string;
183
+ }> & {
184
+ __v: number;
185
+ } & {
186
+ id: string;
187
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
188
+ _id: string;
189
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
190
+ _id: string;
191
+ } & Required<{
192
+ _id: string;
193
+ }> & {
194
+ __v: number;
195
+ } & {
196
+ id: string;
197
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
198
+ _id: string;
199
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
200
+ _id: string;
201
+ } & Required<{
202
+ _id: string;
203
+ }> & {
204
+ __v: number;
205
+ } & {
206
+ id: string;
207
+ }> | undefined;
208
+ $createModifiedPathsSnapshot?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").ModifiedPathsSnapshot, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
209
+ _id: string;
210
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
211
+ _id: string;
212
+ } & Required<{
213
+ _id: string;
214
+ }> & {
215
+ __v: number;
216
+ } & {
217
+ id: string;
218
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
219
+ _id: string;
220
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
221
+ _id: string;
222
+ } & Required<{
223
+ _id: string;
224
+ }> & {
225
+ __v: number;
226
+ } & {
227
+ id: string;
228
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
229
+ _id: string;
230
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
231
+ _id: string;
232
+ } & Required<{
233
+ _id: string;
234
+ }> & {
235
+ __v: number;
236
+ } & {
237
+ id: string;
238
+ }> | undefined;
239
+ $getAllSubdocs?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document[], import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
240
+ _id: string;
241
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
242
+ _id: string;
243
+ } & Required<{
244
+ _id: string;
245
+ }> & {
246
+ __v: number;
247
+ } & {
248
+ id: string;
249
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
250
+ _id: string;
251
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
252
+ _id: string;
253
+ } & Required<{
254
+ _id: string;
255
+ }> & {
256
+ __v: number;
257
+ } & {
258
+ id: string;
259
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
260
+ _id: string;
261
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
262
+ _id: string;
263
+ } & Required<{
264
+ _id: string;
265
+ }> & {
266
+ __v: number;
267
+ } & {
268
+ id: string;
269
+ }> | undefined;
270
+ $ignore?: import("mongoose").SchemaDefinitionProperty<(path: string) => void, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
271
+ _id: string;
272
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
273
+ _id: string;
274
+ } & Required<{
275
+ _id: string;
276
+ }> & {
277
+ __v: number;
278
+ } & {
279
+ id: string;
280
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
281
+ _id: string;
282
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
283
+ _id: string;
284
+ } & Required<{
285
+ _id: string;
286
+ }> & {
287
+ __v: number;
288
+ } & {
289
+ id: string;
290
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
291
+ _id: string;
292
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
293
+ _id: string;
294
+ } & Required<{
295
+ _id: string;
296
+ }> & {
297
+ __v: number;
298
+ } & {
299
+ id: string;
300
+ }> | undefined;
301
+ $isDefault?: import("mongoose").SchemaDefinitionProperty<(path?: string) => boolean, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
302
+ _id: string;
303
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
304
+ _id: string;
305
+ } & Required<{
306
+ _id: string;
307
+ }> & {
308
+ __v: number;
309
+ } & {
310
+ id: string;
311
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
312
+ _id: string;
313
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
314
+ _id: string;
315
+ } & Required<{
316
+ _id: string;
317
+ }> & {
318
+ __v: number;
319
+ } & {
320
+ id: string;
321
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
322
+ _id: string;
323
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
324
+ _id: string;
325
+ } & Required<{
326
+ _id: string;
327
+ }> & {
328
+ __v: number;
329
+ } & {
330
+ id: string;
331
+ }> | undefined;
332
+ $isDeleted?: import("mongoose").SchemaDefinitionProperty<(val?: boolean) => boolean, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
333
+ _id: string;
334
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
335
+ _id: string;
336
+ } & Required<{
337
+ _id: string;
338
+ }> & {
339
+ __v: number;
340
+ } & {
341
+ id: string;
342
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
343
+ _id: string;
344
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
345
+ _id: string;
346
+ } & Required<{
347
+ _id: string;
348
+ }> & {
349
+ __v: number;
350
+ } & {
351
+ id: string;
352
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
353
+ _id: string;
354
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
355
+ _id: string;
356
+ } & Required<{
357
+ _id: string;
358
+ }> & {
359
+ __v: number;
360
+ } & {
361
+ id: string;
362
+ }> | undefined;
363
+ $getPopulatedDocs?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document[], import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
364
+ _id: string;
365
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
366
+ _id: string;
367
+ } & Required<{
368
+ _id: string;
369
+ }> & {
370
+ __v: number;
371
+ } & {
372
+ id: string;
373
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
374
+ _id: string;
375
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
376
+ _id: string;
377
+ } & Required<{
378
+ _id: string;
379
+ }> & {
380
+ __v: number;
381
+ } & {
382
+ id: string;
383
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
384
+ _id: string;
385
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
386
+ _id: string;
387
+ } & Required<{
388
+ _id: string;
389
+ }> & {
390
+ __v: number;
391
+ } & {
392
+ id: string;
393
+ }> | undefined;
394
+ $inc?: import("mongoose").SchemaDefinitionProperty<(path: string | string[], val?: number) => import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
395
+ _id: string;
396
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
397
+ _id: string;
398
+ } & Required<{
399
+ _id: string;
400
+ }> & {
401
+ __v: number;
402
+ } & {
403
+ id: string;
404
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
405
+ _id: string;
406
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
407
+ _id: string;
408
+ } & Required<{
409
+ _id: string;
410
+ }> & {
411
+ __v: number;
412
+ } & {
413
+ id: string;
414
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
415
+ _id: string;
416
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
417
+ _id: string;
418
+ } & Required<{
419
+ _id: string;
420
+ }> & {
421
+ __v: number;
422
+ } & {
423
+ id: string;
424
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
425
+ _id: string;
426
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
427
+ _id: string;
428
+ } & Required<{
429
+ _id: string;
430
+ }> & {
431
+ __v: number;
432
+ } & {
433
+ id: string;
434
+ }> | undefined;
435
+ $isEmpty?: import("mongoose").SchemaDefinitionProperty<(path: string) => boolean, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
436
+ _id: string;
437
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
438
+ _id: string;
439
+ } & Required<{
440
+ _id: string;
441
+ }> & {
442
+ __v: number;
443
+ } & {
444
+ id: string;
445
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
446
+ _id: string;
447
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
448
+ _id: string;
449
+ } & Required<{
450
+ _id: string;
451
+ }> & {
452
+ __v: number;
453
+ } & {
454
+ id: string;
455
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
456
+ _id: string;
457
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
458
+ _id: string;
459
+ } & Required<{
460
+ _id: string;
461
+ }> & {
462
+ __v: number;
463
+ } & {
464
+ id: string;
465
+ }> | undefined;
466
+ $isValid?: import("mongoose").SchemaDefinitionProperty<(path: string) => boolean, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
467
+ _id: string;
468
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
469
+ _id: string;
470
+ } & Required<{
471
+ _id: string;
472
+ }> & {
473
+ __v: number;
474
+ } & {
475
+ id: string;
476
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
477
+ _id: string;
478
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
479
+ _id: string;
480
+ } & Required<{
481
+ _id: string;
482
+ }> & {
483
+ __v: number;
484
+ } & {
485
+ id: string;
486
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
487
+ _id: string;
488
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
489
+ _id: string;
490
+ } & Required<{
491
+ _id: string;
492
+ }> & {
493
+ __v: number;
494
+ } & {
495
+ id: string;
496
+ }> | undefined;
497
+ $locals?: import("mongoose").SchemaDefinitionProperty<Record<string, unknown>, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
498
+ _id: string;
499
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
500
+ _id: string;
501
+ } & Required<{
502
+ _id: string;
503
+ }> & {
504
+ __v: number;
505
+ } & {
506
+ id: string;
507
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
508
+ _id: string;
509
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
510
+ _id: string;
511
+ } & Required<{
512
+ _id: string;
513
+ }> & {
514
+ __v: number;
515
+ } & {
516
+ id: string;
517
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
518
+ _id: string;
519
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
520
+ _id: string;
521
+ } & Required<{
522
+ _id: string;
523
+ }> & {
524
+ __v: number;
525
+ } & {
526
+ id: string;
527
+ }> | undefined;
528
+ $markValid?: import("mongoose").SchemaDefinitionProperty<(path: string) => void, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
529
+ _id: string;
530
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
531
+ _id: string;
532
+ } & Required<{
533
+ _id: string;
534
+ }> & {
535
+ __v: number;
536
+ } & {
537
+ id: string;
538
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
539
+ _id: string;
540
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
541
+ _id: string;
542
+ } & Required<{
543
+ _id: string;
544
+ }> & {
545
+ __v: number;
546
+ } & {
547
+ id: string;
548
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
549
+ _id: string;
550
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
551
+ _id: string;
552
+ } & Required<{
553
+ _id: string;
554
+ }> & {
555
+ __v: number;
556
+ } & {
557
+ id: string;
558
+ }> | undefined;
559
+ $model?: import("mongoose").SchemaDefinitionProperty<{
560
+ <ModelType = Model<unknown, {}, {}, {}, import("mongoose").Document<unknown, {}, unknown, {}, import("mongoose").DefaultSchemaOptions> & {
561
+ _id: import("mongoose").Types.ObjectId;
562
+ } & {
563
+ __v: number;
564
+ } & {
565
+ id: string;
566
+ }, any, unknown>>(name: string): ModelType;
567
+ <ModelType = Model<Omit<IVerification, "id"> & {
568
+ _id: string;
569
+ }, {}, {}, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
570
+ _id: string;
571
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
572
+ _id: string;
573
+ } & Required<{
574
+ _id: string;
575
+ }> & {
576
+ __v: number;
577
+ } & {
578
+ id: string;
579
+ }, any, Omit<IVerification, "id"> & {
580
+ _id: string;
581
+ }>>(): ModelType;
582
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
583
+ _id: string;
584
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
585
+ _id: string;
586
+ } & Required<{
587
+ _id: string;
588
+ }> & {
589
+ __v: number;
590
+ } & {
591
+ id: string;
592
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
593
+ _id: string;
594
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
595
+ _id: string;
596
+ } & Required<{
597
+ _id: string;
598
+ }> & {
599
+ __v: number;
600
+ } & {
601
+ id: string;
602
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
603
+ _id: string;
604
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
605
+ _id: string;
606
+ } & Required<{
607
+ _id: string;
608
+ }> & {
609
+ __v: number;
610
+ } & {
611
+ id: string;
612
+ }> | undefined;
613
+ $op?: import("mongoose").SchemaDefinitionProperty<"save" | "validate" | "remove" | null, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
614
+ _id: string;
615
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
616
+ _id: string;
617
+ } & Required<{
618
+ _id: string;
619
+ }> & {
620
+ __v: number;
621
+ } & {
622
+ id: string;
623
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
624
+ _id: string;
625
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
626
+ _id: string;
627
+ } & Required<{
628
+ _id: string;
629
+ }> & {
630
+ __v: number;
631
+ } & {
632
+ id: string;
633
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
634
+ _id: string;
635
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
636
+ _id: string;
637
+ } & Required<{
638
+ _id: string;
639
+ }> & {
640
+ __v: number;
641
+ } & {
642
+ id: string;
643
+ }> | undefined;
644
+ $restoreModifiedPathsSnapshot?: import("mongoose").SchemaDefinitionProperty<(snapshot: import("mongoose").ModifiedPathsSnapshot) => import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
645
+ _id: string;
646
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
647
+ _id: string;
648
+ } & Required<{
649
+ _id: string;
650
+ }> & {
651
+ __v: number;
652
+ } & {
653
+ id: string;
654
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
655
+ _id: string;
656
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
657
+ _id: string;
658
+ } & Required<{
659
+ _id: string;
660
+ }> & {
661
+ __v: number;
662
+ } & {
663
+ id: string;
664
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
665
+ _id: string;
666
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
667
+ _id: string;
668
+ } & Required<{
669
+ _id: string;
670
+ }> & {
671
+ __v: number;
672
+ } & {
673
+ id: string;
674
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
675
+ _id: string;
676
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
677
+ _id: string;
678
+ } & Required<{
679
+ _id: string;
680
+ }> & {
681
+ __v: number;
682
+ } & {
683
+ id: string;
684
+ }> | undefined;
685
+ $session?: import("mongoose").SchemaDefinitionProperty<(session?: import("mongoose").ClientSession | null) => import("mongoose").ClientSession | null, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
686
+ _id: string;
687
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
688
+ _id: string;
689
+ } & Required<{
690
+ _id: string;
691
+ }> & {
692
+ __v: number;
693
+ } & {
694
+ id: string;
695
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
696
+ _id: string;
697
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
698
+ _id: string;
699
+ } & Required<{
700
+ _id: string;
701
+ }> & {
702
+ __v: number;
703
+ } & {
704
+ id: string;
705
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
706
+ _id: string;
707
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
708
+ _id: string;
709
+ } & Required<{
710
+ _id: string;
711
+ }> & {
712
+ __v: number;
713
+ } & {
714
+ id: string;
715
+ }> | undefined;
716
+ $set?: import("mongoose").SchemaDefinitionProperty<{
717
+ (path: string | Record<string, any>, val: any, type: any, options?: import("mongoose").DocumentSetOptions): import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
718
+ _id: string;
719
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
720
+ _id: string;
721
+ } & Required<{
722
+ _id: string;
723
+ }> & {
724
+ __v: number;
725
+ } & {
726
+ id: string;
727
+ };
728
+ (path: string | Record<string, any>, val: any, options?: import("mongoose").DocumentSetOptions): import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
729
+ _id: string;
730
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
731
+ _id: string;
732
+ } & Required<{
733
+ _id: string;
734
+ }> & {
735
+ __v: number;
736
+ } & {
737
+ id: string;
738
+ };
739
+ (value: string | Record<string, any>): import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
740
+ _id: string;
741
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
742
+ _id: string;
743
+ } & Required<{
744
+ _id: string;
745
+ }> & {
746
+ __v: number;
747
+ } & {
748
+ id: string;
749
+ };
750
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
751
+ _id: string;
752
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
753
+ _id: string;
754
+ } & Required<{
755
+ _id: string;
756
+ }> & {
757
+ __v: number;
758
+ } & {
759
+ id: string;
760
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
761
+ _id: string;
762
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
763
+ _id: string;
764
+ } & Required<{
765
+ _id: string;
766
+ }> & {
767
+ __v: number;
768
+ } & {
769
+ id: string;
770
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
771
+ _id: string;
772
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
773
+ _id: string;
774
+ } & Required<{
775
+ _id: string;
776
+ }> & {
777
+ __v: number;
778
+ } & {
779
+ id: string;
780
+ }> | undefined;
781
+ $where?: import("mongoose").SchemaDefinitionProperty<Record<string, unknown>, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
782
+ _id: string;
783
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
784
+ _id: string;
785
+ } & Required<{
786
+ _id: string;
787
+ }> & {
788
+ __v: number;
789
+ } & {
790
+ id: string;
791
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
792
+ _id: string;
793
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
794
+ _id: string;
795
+ } & Required<{
796
+ _id: string;
797
+ }> & {
798
+ __v: number;
799
+ } & {
800
+ id: string;
801
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
802
+ _id: string;
803
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
804
+ _id: string;
805
+ } & Required<{
806
+ _id: string;
807
+ }> & {
808
+ __v: number;
809
+ } & {
810
+ id: string;
811
+ }> | undefined;
812
+ baseModelName?: import("mongoose").SchemaDefinitionProperty<string | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
813
+ _id: string;
814
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
815
+ _id: string;
816
+ } & Required<{
817
+ _id: string;
818
+ }> & {
819
+ __v: number;
820
+ } & {
821
+ id: string;
822
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
823
+ _id: string;
824
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
825
+ _id: string;
826
+ } & Required<{
827
+ _id: string;
828
+ }> & {
829
+ __v: number;
830
+ } & {
831
+ id: string;
832
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
833
+ _id: string;
834
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
835
+ _id: string;
836
+ } & Required<{
837
+ _id: string;
838
+ }> & {
839
+ __v: number;
840
+ } & {
841
+ id: string;
842
+ }> | undefined;
843
+ collection?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Collection<import("bson").Document>, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
844
+ _id: string;
845
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
846
+ _id: string;
847
+ } & Required<{
848
+ _id: string;
849
+ }> & {
850
+ __v: number;
851
+ } & {
852
+ id: string;
853
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
854
+ _id: string;
855
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
856
+ _id: string;
857
+ } & Required<{
858
+ _id: string;
859
+ }> & {
860
+ __v: number;
861
+ } & {
862
+ id: string;
863
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
864
+ _id: string;
865
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
866
+ _id: string;
867
+ } & Required<{
868
+ _id: string;
869
+ }> & {
870
+ __v: number;
871
+ } & {
872
+ id: string;
873
+ }> | undefined;
874
+ db?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Connection, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
875
+ _id: string;
876
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
877
+ _id: string;
878
+ } & Required<{
879
+ _id: string;
880
+ }> & {
881
+ __v: number;
882
+ } & {
883
+ id: string;
884
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
885
+ _id: string;
886
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
887
+ _id: string;
888
+ } & Required<{
889
+ _id: string;
890
+ }> & {
891
+ __v: number;
892
+ } & {
893
+ id: string;
894
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
895
+ _id: string;
896
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
897
+ _id: string;
898
+ } & Required<{
899
+ _id: string;
900
+ }> & {
901
+ __v: number;
902
+ } & {
903
+ id: string;
904
+ }> | undefined;
905
+ deleteOne?: import("mongoose").SchemaDefinitionProperty<(options?: import("mongoose").QueryOptions) => import("mongoose").Query<import("mongodb").DeleteResult, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
906
+ _id: string;
907
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
908
+ _id: string;
909
+ } & Required<{
910
+ _id: string;
911
+ }> & {
912
+ __v: number;
913
+ } & {
914
+ id: string;
915
+ }, {}, Omit<IVerification, "id"> & {
916
+ _id: string;
917
+ }, "deleteOne", Record<string, never>>, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
918
+ _id: string;
919
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
920
+ _id: string;
921
+ } & Required<{
922
+ _id: string;
923
+ }> & {
924
+ __v: number;
925
+ } & {
926
+ id: string;
927
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
928
+ _id: string;
929
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
930
+ _id: string;
931
+ } & Required<{
932
+ _id: string;
933
+ }> & {
934
+ __v: number;
935
+ } & {
936
+ id: string;
937
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
938
+ _id: string;
939
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
940
+ _id: string;
941
+ } & Required<{
942
+ _id: string;
943
+ }> & {
944
+ __v: number;
945
+ } & {
946
+ id: string;
947
+ }> | undefined;
948
+ depopulate?: import("mongoose").SchemaDefinitionProperty<(<Paths = {}>(path?: string | string[]) => import("mongoose").MergeType<import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
949
+ _id: string;
950
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
951
+ _id: string;
952
+ } & Required<{
953
+ _id: string;
954
+ }> & {
955
+ __v: number;
956
+ } & {
957
+ id: string;
958
+ }, Paths>), import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
959
+ _id: string;
960
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
961
+ _id: string;
962
+ } & Required<{
963
+ _id: string;
964
+ }> & {
965
+ __v: number;
966
+ } & {
967
+ id: string;
968
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
969
+ _id: string;
970
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
971
+ _id: string;
972
+ } & Required<{
973
+ _id: string;
974
+ }> & {
975
+ __v: number;
976
+ } & {
977
+ id: string;
978
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
979
+ _id: string;
980
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
981
+ _id: string;
982
+ } & Required<{
983
+ _id: string;
984
+ }> & {
985
+ __v: number;
986
+ } & {
987
+ id: string;
988
+ }> | undefined;
989
+ directModifiedPaths?: import("mongoose").SchemaDefinitionProperty<() => Array<string>, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
990
+ _id: string;
991
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
992
+ _id: string;
993
+ } & Required<{
994
+ _id: string;
995
+ }> & {
996
+ __v: number;
997
+ } & {
998
+ id: string;
999
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1000
+ _id: string;
1001
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1002
+ _id: string;
1003
+ } & Required<{
1004
+ _id: string;
1005
+ }> & {
1006
+ __v: number;
1007
+ } & {
1008
+ id: string;
1009
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1010
+ _id: string;
1011
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1012
+ _id: string;
1013
+ } & Required<{
1014
+ _id: string;
1015
+ }> & {
1016
+ __v: number;
1017
+ } & {
1018
+ id: string;
1019
+ }> | undefined;
1020
+ equals?: import("mongoose").SchemaDefinitionProperty<(doc: import("mongoose").Document<unknown, any, any, Record<string, any>, {}>) => boolean, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1021
+ _id: string;
1022
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1023
+ _id: string;
1024
+ } & Required<{
1025
+ _id: string;
1026
+ }> & {
1027
+ __v: number;
1028
+ } & {
1029
+ id: string;
1030
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1031
+ _id: string;
1032
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1033
+ _id: string;
1034
+ } & Required<{
1035
+ _id: string;
1036
+ }> & {
1037
+ __v: number;
1038
+ } & {
1039
+ id: string;
1040
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1041
+ _id: string;
1042
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1043
+ _id: string;
1044
+ } & Required<{
1045
+ _id: string;
1046
+ }> & {
1047
+ __v: number;
1048
+ } & {
1049
+ id: string;
1050
+ }> | undefined;
1051
+ errors?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Error.ValidationError | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1052
+ _id: string;
1053
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1054
+ _id: string;
1055
+ } & Required<{
1056
+ _id: string;
1057
+ }> & {
1058
+ __v: number;
1059
+ } & {
1060
+ id: string;
1061
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1062
+ _id: string;
1063
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1064
+ _id: string;
1065
+ } & Required<{
1066
+ _id: string;
1067
+ }> & {
1068
+ __v: number;
1069
+ } & {
1070
+ id: string;
1071
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1072
+ _id: string;
1073
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1074
+ _id: string;
1075
+ } & Required<{
1076
+ _id: string;
1077
+ }> & {
1078
+ __v: number;
1079
+ } & {
1080
+ id: string;
1081
+ }> | undefined;
1082
+ get?: import("mongoose").SchemaDefinitionProperty<{
1083
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(path: T, type?: any, options?: any): (Omit<IVerification, "id"> & {
1084
+ _id: string;
1085
+ })[T];
1086
+ (path: string, type?: any, options?: any): any;
1087
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1088
+ _id: string;
1089
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1090
+ _id: string;
1091
+ } & Required<{
1092
+ _id: string;
1093
+ }> & {
1094
+ __v: number;
1095
+ } & {
1096
+ id: string;
1097
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1098
+ _id: string;
1099
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1100
+ _id: string;
1101
+ } & Required<{
1102
+ _id: string;
1103
+ }> & {
1104
+ __v: number;
1105
+ } & {
1106
+ id: string;
1107
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1108
+ _id: string;
1109
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1110
+ _id: string;
1111
+ } & Required<{
1112
+ _id: string;
1113
+ }> & {
1114
+ __v: number;
1115
+ } & {
1116
+ id: string;
1117
+ }> | undefined;
1118
+ getChanges?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").UpdateQuery<import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1119
+ _id: string;
1120
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1121
+ _id: string;
1122
+ } & Required<{
1123
+ _id: string;
1124
+ }> & {
1125
+ __v: number;
1126
+ } & {
1127
+ id: string;
1128
+ }>, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1129
+ _id: string;
1130
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1131
+ _id: string;
1132
+ } & Required<{
1133
+ _id: string;
1134
+ }> & {
1135
+ __v: number;
1136
+ } & {
1137
+ id: string;
1138
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1139
+ _id: string;
1140
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1141
+ _id: string;
1142
+ } & Required<{
1143
+ _id: string;
1144
+ }> & {
1145
+ __v: number;
1146
+ } & {
1147
+ id: string;
1148
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1149
+ _id: string;
1150
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1151
+ _id: string;
1152
+ } & Required<{
1153
+ _id: string;
1154
+ }> & {
1155
+ __v: number;
1156
+ } & {
1157
+ id: string;
1158
+ }> | undefined;
1159
+ increment?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1160
+ _id: string;
1161
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1162
+ _id: string;
1163
+ } & Required<{
1164
+ _id: string;
1165
+ }> & {
1166
+ __v: number;
1167
+ } & {
1168
+ id: string;
1169
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1170
+ _id: string;
1171
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1172
+ _id: string;
1173
+ } & Required<{
1174
+ _id: string;
1175
+ }> & {
1176
+ __v: number;
1177
+ } & {
1178
+ id: string;
1179
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1180
+ _id: string;
1181
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1182
+ _id: string;
1183
+ } & Required<{
1184
+ _id: string;
1185
+ }> & {
1186
+ __v: number;
1187
+ } & {
1188
+ id: string;
1189
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1190
+ _id: string;
1191
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1192
+ _id: string;
1193
+ } & Required<{
1194
+ _id: string;
1195
+ }> & {
1196
+ __v: number;
1197
+ } & {
1198
+ id: string;
1199
+ }> | undefined;
1200
+ init?: import("mongoose").SchemaDefinitionProperty<(obj: import("mongoose").AnyObject, opts?: import("mongoose").AnyObject) => import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1201
+ _id: string;
1202
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1203
+ _id: string;
1204
+ } & Required<{
1205
+ _id: string;
1206
+ }> & {
1207
+ __v: number;
1208
+ } & {
1209
+ id: string;
1210
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1211
+ _id: string;
1212
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1213
+ _id: string;
1214
+ } & Required<{
1215
+ _id: string;
1216
+ }> & {
1217
+ __v: number;
1218
+ } & {
1219
+ id: string;
1220
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1221
+ _id: string;
1222
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1223
+ _id: string;
1224
+ } & Required<{
1225
+ _id: string;
1226
+ }> & {
1227
+ __v: number;
1228
+ } & {
1229
+ id: string;
1230
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1231
+ _id: string;
1232
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1233
+ _id: string;
1234
+ } & Required<{
1235
+ _id: string;
1236
+ }> & {
1237
+ __v: number;
1238
+ } & {
1239
+ id: string;
1240
+ }> | undefined;
1241
+ invalidate?: import("mongoose").SchemaDefinitionProperty<{
1242
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(path: T, errorMsg: string | NativeError, value?: any, kind?: string): NativeError | null;
1243
+ (path: string, errorMsg: string | NativeError, value?: any, kind?: string): NativeError | null;
1244
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1245
+ _id: string;
1246
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1247
+ _id: string;
1248
+ } & Required<{
1249
+ _id: string;
1250
+ }> & {
1251
+ __v: number;
1252
+ } & {
1253
+ id: string;
1254
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1255
+ _id: string;
1256
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1257
+ _id: string;
1258
+ } & Required<{
1259
+ _id: string;
1260
+ }> & {
1261
+ __v: number;
1262
+ } & {
1263
+ id: string;
1264
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1265
+ _id: string;
1266
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1267
+ _id: string;
1268
+ } & Required<{
1269
+ _id: string;
1270
+ }> & {
1271
+ __v: number;
1272
+ } & {
1273
+ id: string;
1274
+ }> | undefined;
1275
+ isDirectModified?: import("mongoose").SchemaDefinitionProperty<{
1276
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(path: T | T[]): boolean;
1277
+ (path: string | Array<string>): boolean;
1278
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1279
+ _id: string;
1280
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1281
+ _id: string;
1282
+ } & Required<{
1283
+ _id: string;
1284
+ }> & {
1285
+ __v: number;
1286
+ } & {
1287
+ id: string;
1288
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1289
+ _id: string;
1290
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1291
+ _id: string;
1292
+ } & Required<{
1293
+ _id: string;
1294
+ }> & {
1295
+ __v: number;
1296
+ } & {
1297
+ id: string;
1298
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1299
+ _id: string;
1300
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1301
+ _id: string;
1302
+ } & Required<{
1303
+ _id: string;
1304
+ }> & {
1305
+ __v: number;
1306
+ } & {
1307
+ id: string;
1308
+ }> | undefined;
1309
+ isDirectSelected?: import("mongoose").SchemaDefinitionProperty<{
1310
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(path: T): boolean;
1311
+ (path: string): boolean;
1312
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1313
+ _id: string;
1314
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1315
+ _id: string;
1316
+ } & Required<{
1317
+ _id: string;
1318
+ }> & {
1319
+ __v: number;
1320
+ } & {
1321
+ id: string;
1322
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1323
+ _id: string;
1324
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1325
+ _id: string;
1326
+ } & Required<{
1327
+ _id: string;
1328
+ }> & {
1329
+ __v: number;
1330
+ } & {
1331
+ id: string;
1332
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1333
+ _id: string;
1334
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1335
+ _id: string;
1336
+ } & Required<{
1337
+ _id: string;
1338
+ }> & {
1339
+ __v: number;
1340
+ } & {
1341
+ id: string;
1342
+ }> | undefined;
1343
+ isInit?: import("mongoose").SchemaDefinitionProperty<{
1344
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(path: T): boolean;
1345
+ (path: string): boolean;
1346
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1347
+ _id: string;
1348
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1349
+ _id: string;
1350
+ } & Required<{
1351
+ _id: string;
1352
+ }> & {
1353
+ __v: number;
1354
+ } & {
1355
+ id: string;
1356
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1357
+ _id: string;
1358
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1359
+ _id: string;
1360
+ } & Required<{
1361
+ _id: string;
1362
+ }> & {
1363
+ __v: number;
1364
+ } & {
1365
+ id: string;
1366
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1367
+ _id: string;
1368
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1369
+ _id: string;
1370
+ } & Required<{
1371
+ _id: string;
1372
+ }> & {
1373
+ __v: number;
1374
+ } & {
1375
+ id: string;
1376
+ }> | undefined;
1377
+ isModified?: import("mongoose").SchemaDefinitionProperty<{
1378
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(path?: T | T[] | undefined, options?: {
1379
+ ignoreAtomics?: boolean;
1380
+ } | null): boolean;
1381
+ (path?: string | Array<string>, options?: {
1382
+ ignoreAtomics?: boolean;
1383
+ } | null): boolean;
1384
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1385
+ _id: string;
1386
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1387
+ _id: string;
1388
+ } & Required<{
1389
+ _id: string;
1390
+ }> & {
1391
+ __v: number;
1392
+ } & {
1393
+ id: string;
1394
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1395
+ _id: string;
1396
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1397
+ _id: string;
1398
+ } & Required<{
1399
+ _id: string;
1400
+ }> & {
1401
+ __v: number;
1402
+ } & {
1403
+ id: string;
1404
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1405
+ _id: string;
1406
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1407
+ _id: string;
1408
+ } & Required<{
1409
+ _id: string;
1410
+ }> & {
1411
+ __v: number;
1412
+ } & {
1413
+ id: string;
1414
+ }> | undefined;
1415
+ isNew?: import("mongoose").SchemaDefinitionProperty<boolean, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1416
+ _id: string;
1417
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1418
+ _id: string;
1419
+ } & Required<{
1420
+ _id: string;
1421
+ }> & {
1422
+ __v: number;
1423
+ } & {
1424
+ id: string;
1425
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1426
+ _id: string;
1427
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1428
+ _id: string;
1429
+ } & Required<{
1430
+ _id: string;
1431
+ }> & {
1432
+ __v: number;
1433
+ } & {
1434
+ id: string;
1435
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1436
+ _id: string;
1437
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1438
+ _id: string;
1439
+ } & Required<{
1440
+ _id: string;
1441
+ }> & {
1442
+ __v: number;
1443
+ } & {
1444
+ id: string;
1445
+ }> | undefined;
1446
+ isSelected?: import("mongoose").SchemaDefinitionProperty<{
1447
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(path: T): boolean;
1448
+ (path: string): boolean;
1449
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1450
+ _id: string;
1451
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1452
+ _id: string;
1453
+ } & Required<{
1454
+ _id: string;
1455
+ }> & {
1456
+ __v: number;
1457
+ } & {
1458
+ id: string;
1459
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1460
+ _id: string;
1461
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1462
+ _id: string;
1463
+ } & Required<{
1464
+ _id: string;
1465
+ }> & {
1466
+ __v: number;
1467
+ } & {
1468
+ id: string;
1469
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1470
+ _id: string;
1471
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1472
+ _id: string;
1473
+ } & Required<{
1474
+ _id: string;
1475
+ }> & {
1476
+ __v: number;
1477
+ } & {
1478
+ id: string;
1479
+ }> | undefined;
1480
+ markModified?: import("mongoose").SchemaDefinitionProperty<{
1481
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(path: T, scope?: any): void;
1482
+ (path: string, scope?: any): void;
1483
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1484
+ _id: string;
1485
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1486
+ _id: string;
1487
+ } & Required<{
1488
+ _id: string;
1489
+ }> & {
1490
+ __v: number;
1491
+ } & {
1492
+ id: string;
1493
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1494
+ _id: string;
1495
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1496
+ _id: string;
1497
+ } & Required<{
1498
+ _id: string;
1499
+ }> & {
1500
+ __v: number;
1501
+ } & {
1502
+ id: string;
1503
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1504
+ _id: string;
1505
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1506
+ _id: string;
1507
+ } & Required<{
1508
+ _id: string;
1509
+ }> & {
1510
+ __v: number;
1511
+ } & {
1512
+ id: string;
1513
+ }> | undefined;
1514
+ model?: import("mongoose").SchemaDefinitionProperty<{
1515
+ <ModelType = Model<unknown, {}, {}, {}, import("mongoose").Document<unknown, {}, unknown, {}, import("mongoose").DefaultSchemaOptions> & {
1516
+ _id: import("mongoose").Types.ObjectId;
1517
+ } & {
1518
+ __v: number;
1519
+ } & {
1520
+ id: string;
1521
+ }, any, unknown>>(name: string): ModelType;
1522
+ <ModelType = Model<Omit<IVerification, "id"> & {
1523
+ _id: string;
1524
+ }, {}, {}, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1525
+ _id: string;
1526
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1527
+ _id: string;
1528
+ } & Required<{
1529
+ _id: string;
1530
+ }> & {
1531
+ __v: number;
1532
+ } & {
1533
+ id: string;
1534
+ }, any, Omit<IVerification, "id"> & {
1535
+ _id: string;
1536
+ }>>(): ModelType;
1537
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1538
+ _id: string;
1539
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1540
+ _id: string;
1541
+ } & Required<{
1542
+ _id: string;
1543
+ }> & {
1544
+ __v: number;
1545
+ } & {
1546
+ id: string;
1547
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1548
+ _id: string;
1549
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1550
+ _id: string;
1551
+ } & Required<{
1552
+ _id: string;
1553
+ }> & {
1554
+ __v: number;
1555
+ } & {
1556
+ id: string;
1557
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1558
+ _id: string;
1559
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1560
+ _id: string;
1561
+ } & Required<{
1562
+ _id: string;
1563
+ }> & {
1564
+ __v: number;
1565
+ } & {
1566
+ id: string;
1567
+ }> | undefined;
1568
+ modifiedPaths?: import("mongoose").SchemaDefinitionProperty<(options?: {
1569
+ includeChildren?: boolean;
1570
+ }) => Array<string>, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1571
+ _id: string;
1572
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1573
+ _id: string;
1574
+ } & Required<{
1575
+ _id: string;
1576
+ }> & {
1577
+ __v: number;
1578
+ } & {
1579
+ id: string;
1580
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1581
+ _id: string;
1582
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1583
+ _id: string;
1584
+ } & Required<{
1585
+ _id: string;
1586
+ }> & {
1587
+ __v: number;
1588
+ } & {
1589
+ id: string;
1590
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1591
+ _id: string;
1592
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1593
+ _id: string;
1594
+ } & Required<{
1595
+ _id: string;
1596
+ }> & {
1597
+ __v: number;
1598
+ } & {
1599
+ id: string;
1600
+ }> | undefined;
1601
+ overwrite?: import("mongoose").SchemaDefinitionProperty<(obj: import("mongoose").AnyObject) => import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1602
+ _id: string;
1603
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1604
+ _id: string;
1605
+ } & Required<{
1606
+ _id: string;
1607
+ }> & {
1608
+ __v: number;
1609
+ } & {
1610
+ id: string;
1611
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1612
+ _id: string;
1613
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1614
+ _id: string;
1615
+ } & Required<{
1616
+ _id: string;
1617
+ }> & {
1618
+ __v: number;
1619
+ } & {
1620
+ id: string;
1621
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1622
+ _id: string;
1623
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1624
+ _id: string;
1625
+ } & Required<{
1626
+ _id: string;
1627
+ }> & {
1628
+ __v: number;
1629
+ } & {
1630
+ id: string;
1631
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1632
+ _id: string;
1633
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1634
+ _id: string;
1635
+ } & Required<{
1636
+ _id: string;
1637
+ }> & {
1638
+ __v: number;
1639
+ } & {
1640
+ id: string;
1641
+ }> | undefined;
1642
+ $parent?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1643
+ _id: string;
1644
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1645
+ _id: string;
1646
+ } & Required<{
1647
+ _id: string;
1648
+ }> & {
1649
+ __v: number;
1650
+ } & {
1651
+ id: string;
1652
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1653
+ _id: string;
1654
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1655
+ _id: string;
1656
+ } & Required<{
1657
+ _id: string;
1658
+ }> & {
1659
+ __v: number;
1660
+ } & {
1661
+ id: string;
1662
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1663
+ _id: string;
1664
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1665
+ _id: string;
1666
+ } & Required<{
1667
+ _id: string;
1668
+ }> & {
1669
+ __v: number;
1670
+ } & {
1671
+ id: string;
1672
+ }> | undefined;
1673
+ populate?: import("mongoose").SchemaDefinitionProperty<{
1674
+ <Paths = {}>(path: string | import("mongoose").PopulateOptions | (string | import("mongoose").PopulateOptions)[]): Promise<import("mongoose").MergeType<import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1675
+ _id: string;
1676
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1677
+ _id: string;
1678
+ } & Required<{
1679
+ _id: string;
1680
+ }> & {
1681
+ __v: number;
1682
+ } & {
1683
+ id: string;
1684
+ }, Paths>>;
1685
+ <Paths = {}>(path: string, select?: string | import("mongoose").AnyObject, model?: Model<any>, match?: import("mongoose").AnyObject, options?: import("mongoose").PopulateOptions): Promise<import("mongoose").MergeType<import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1686
+ _id: string;
1687
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1688
+ _id: string;
1689
+ } & Required<{
1690
+ _id: string;
1691
+ }> & {
1692
+ __v: number;
1693
+ } & {
1694
+ id: string;
1695
+ }, Paths>>;
1696
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1697
+ _id: string;
1698
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1699
+ _id: string;
1700
+ } & Required<{
1701
+ _id: string;
1702
+ }> & {
1703
+ __v: number;
1704
+ } & {
1705
+ id: string;
1706
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1707
+ _id: string;
1708
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1709
+ _id: string;
1710
+ } & Required<{
1711
+ _id: string;
1712
+ }> & {
1713
+ __v: number;
1714
+ } & {
1715
+ id: string;
1716
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1717
+ _id: string;
1718
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1719
+ _id: string;
1720
+ } & Required<{
1721
+ _id: string;
1722
+ }> & {
1723
+ __v: number;
1724
+ } & {
1725
+ id: string;
1726
+ }> | undefined;
1727
+ populated?: import("mongoose").SchemaDefinitionProperty<(path: string) => any, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1728
+ _id: string;
1729
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1730
+ _id: string;
1731
+ } & Required<{
1732
+ _id: string;
1733
+ }> & {
1734
+ __v: number;
1735
+ } & {
1736
+ id: string;
1737
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1738
+ _id: string;
1739
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1740
+ _id: string;
1741
+ } & Required<{
1742
+ _id: string;
1743
+ }> & {
1744
+ __v: number;
1745
+ } & {
1746
+ id: string;
1747
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1748
+ _id: string;
1749
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1750
+ _id: string;
1751
+ } & Required<{
1752
+ _id: string;
1753
+ }> & {
1754
+ __v: number;
1755
+ } & {
1756
+ id: string;
1757
+ }> | undefined;
1758
+ replaceOne?: import("mongoose").SchemaDefinitionProperty<(replacement?: import("mongoose").AnyObject, options?: import("mongoose").QueryOptions | null) => import("mongoose").Query<any, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1759
+ _id: string;
1760
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1761
+ _id: string;
1762
+ } & Required<{
1763
+ _id: string;
1764
+ }> & {
1765
+ __v: number;
1766
+ } & {
1767
+ id: string;
1768
+ }, {}, unknown, "find", Record<string, never>>, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1769
+ _id: string;
1770
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1771
+ _id: string;
1772
+ } & Required<{
1773
+ _id: string;
1774
+ }> & {
1775
+ __v: number;
1776
+ } & {
1777
+ id: string;
1778
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1779
+ _id: string;
1780
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1781
+ _id: string;
1782
+ } & Required<{
1783
+ _id: string;
1784
+ }> & {
1785
+ __v: number;
1786
+ } & {
1787
+ id: string;
1788
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1789
+ _id: string;
1790
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1791
+ _id: string;
1792
+ } & Required<{
1793
+ _id: string;
1794
+ }> & {
1795
+ __v: number;
1796
+ } & {
1797
+ id: string;
1798
+ }> | undefined;
1799
+ save?: import("mongoose").SchemaDefinitionProperty<(options?: import("mongoose").SaveOptions) => Promise<import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1800
+ _id: string;
1801
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1802
+ _id: string;
1803
+ } & Required<{
1804
+ _id: string;
1805
+ }> & {
1806
+ __v: number;
1807
+ } & {
1808
+ id: string;
1809
+ }>, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1810
+ _id: string;
1811
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1812
+ _id: string;
1813
+ } & Required<{
1814
+ _id: string;
1815
+ }> & {
1816
+ __v: number;
1817
+ } & {
1818
+ id: string;
1819
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1820
+ _id: string;
1821
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1822
+ _id: string;
1823
+ } & Required<{
1824
+ _id: string;
1825
+ }> & {
1826
+ __v: number;
1827
+ } & {
1828
+ id: string;
1829
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1830
+ _id: string;
1831
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1832
+ _id: string;
1833
+ } & Required<{
1834
+ _id: string;
1835
+ }> & {
1836
+ __v: number;
1837
+ } & {
1838
+ id: string;
1839
+ }> | undefined;
1840
+ schema?: import("mongoose").SchemaDefinitionProperty<Schema<any, Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, {
1841
+ [x: number]: unknown;
1842
+ [x: symbol]: unknown;
1843
+ [x: string]: unknown;
1844
+ }, import("mongoose").Document<unknown, {}, {
1845
+ [x: number]: unknown;
1846
+ [x: symbol]: unknown;
1847
+ [x: string]: unknown;
1848
+ }, {
1849
+ id: string;
1850
+ }, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<{
1851
+ [x: number]: unknown;
1852
+ [x: symbol]: unknown;
1853
+ [x: string]: unknown;
1854
+ } & Required<{
1855
+ _id: unknown;
1856
+ }> & {
1857
+ __v: number;
1858
+ }, "id"> & {
1859
+ id: string;
1860
+ }, {
1861
+ [path: string]: import("mongoose").SchemaDefinitionProperty<undefined, any, any>;
1862
+ } | {
1863
+ [x: string]: import("mongoose").SchemaDefinitionProperty<any, any, import("mongoose").Document<unknown, {}, {
1864
+ [x: number]: unknown;
1865
+ [x: symbol]: unknown;
1866
+ [x: string]: unknown;
1867
+ }, {
1868
+ id: string;
1869
+ }, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<{
1870
+ [x: number]: unknown;
1871
+ [x: symbol]: unknown;
1872
+ [x: string]: unknown;
1873
+ } & Required<{
1874
+ _id: unknown;
1875
+ }> & {
1876
+ __v: number;
1877
+ }, "id"> & {
1878
+ id: string;
1879
+ }> | undefined;
1880
+ }, {
1881
+ [x: number]: {};
1882
+ [x: symbol]: {};
1883
+ [x: string]: {};
1884
+ } & Required<{
1885
+ _id: unknown;
1886
+ }> & {
1887
+ __v: number;
1888
+ }>, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1889
+ _id: string;
1890
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1891
+ _id: string;
1892
+ } & Required<{
1893
+ _id: string;
1894
+ }> & {
1895
+ __v: number;
1896
+ } & {
1897
+ id: string;
1898
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1899
+ _id: string;
1900
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1901
+ _id: string;
1902
+ } & Required<{
1903
+ _id: string;
1904
+ }> & {
1905
+ __v: number;
1906
+ } & {
1907
+ id: string;
1908
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1909
+ _id: string;
1910
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1911
+ _id: string;
1912
+ } & Required<{
1913
+ _id: string;
1914
+ }> & {
1915
+ __v: number;
1916
+ } & {
1917
+ id: string;
1918
+ }> | undefined;
1919
+ set?: import("mongoose").SchemaDefinitionProperty<{
1920
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(path: T, val: (Omit<IVerification, "id"> & {
1921
+ _id: string;
1922
+ })[T], type: any, options?: import("mongoose").DocumentSetOptions): import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1923
+ _id: string;
1924
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1925
+ _id: string;
1926
+ } & Required<{
1927
+ _id: string;
1928
+ }> & {
1929
+ __v: number;
1930
+ } & {
1931
+ id: string;
1932
+ };
1933
+ (path: string | Record<string, any>, val: any, type: any, options?: import("mongoose").DocumentSetOptions): import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1934
+ _id: string;
1935
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1936
+ _id: string;
1937
+ } & Required<{
1938
+ _id: string;
1939
+ }> & {
1940
+ __v: number;
1941
+ } & {
1942
+ id: string;
1943
+ };
1944
+ (path: string | Record<string, any>, val: any, options?: import("mongoose").DocumentSetOptions): import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1945
+ _id: string;
1946
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1947
+ _id: string;
1948
+ } & Required<{
1949
+ _id: string;
1950
+ }> & {
1951
+ __v: number;
1952
+ } & {
1953
+ id: string;
1954
+ };
1955
+ (value: string | Record<string, any>): import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1956
+ _id: string;
1957
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1958
+ _id: string;
1959
+ } & Required<{
1960
+ _id: string;
1961
+ }> & {
1962
+ __v: number;
1963
+ } & {
1964
+ id: string;
1965
+ };
1966
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1967
+ _id: string;
1968
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1969
+ _id: string;
1970
+ } & Required<{
1971
+ _id: string;
1972
+ }> & {
1973
+ __v: number;
1974
+ } & {
1975
+ id: string;
1976
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1977
+ _id: string;
1978
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1979
+ _id: string;
1980
+ } & Required<{
1981
+ _id: string;
1982
+ }> & {
1983
+ __v: number;
1984
+ } & {
1985
+ id: string;
1986
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
1987
+ _id: string;
1988
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
1989
+ _id: string;
1990
+ } & Required<{
1991
+ _id: string;
1992
+ }> & {
1993
+ __v: number;
1994
+ } & {
1995
+ id: string;
1996
+ }> | undefined;
1997
+ toJSON?: import("mongoose").SchemaDefinitionProperty<{
1998
+ (options: import("mongoose").ToObjectOptions & {
1999
+ flattenMaps: false;
2000
+ flattenObjectIds: true;
2001
+ virtuals: true;
2002
+ versionKey: false;
2003
+ }): {
2004
+ status: VerificationStatus;
2005
+ documentType: IdDocumentType;
2006
+ documentNumber: string;
2007
+ verifiedAt?: Date | undefined;
2008
+ createdAt: Date;
2009
+ updatedAt: Date;
2010
+ _id: string;
2011
+ reviewedAt?: Date | undefined;
2012
+ reviewedBy?: string | undefined;
2013
+ reviewNotes?: string | undefined;
2014
+ profileId: string;
2015
+ accountId: string;
2016
+ rejectionReason?: string | undefined;
2017
+ verifiedBy?: string | undefined;
2018
+ documentCountry: string;
2019
+ frontImageUrl: string;
2020
+ backImageUrl?: string | undefined;
2021
+ selfieUrl: string;
2022
+ extractedName?: string | undefined;
2023
+ extractedDob?: Date | undefined;
2024
+ extractedAddress?: string | undefined;
2025
+ nameMatchScore?: number | undefined;
2026
+ dobMatch?: boolean | undefined;
2027
+ faceMatchScore?: number | undefined;
2028
+ documentExpiryDate?: Date | undefined;
2029
+ verificationExpiresAt?: Date | undefined;
2030
+ ipAddress: string;
2031
+ userAgent: string;
2032
+ submissionLocation?: {
2033
+ lat: number;
2034
+ lng: number;
2035
+ } | undefined;
2036
+ };
2037
+ (options: import("mongoose").ToObjectOptions & {
2038
+ flattenMaps: false;
2039
+ flattenObjectIds: true;
2040
+ virtuals: true;
2041
+ }): {
2042
+ status: VerificationStatus;
2043
+ documentType: IdDocumentType;
2044
+ documentNumber: string;
2045
+ verifiedAt?: Date | undefined;
2046
+ createdAt: Date;
2047
+ updatedAt: Date;
2048
+ reviewedAt?: Date | undefined;
2049
+ reviewedBy?: string | undefined;
2050
+ reviewNotes?: string | undefined;
2051
+ profileId: string;
2052
+ accountId: string;
2053
+ rejectionReason?: string | undefined;
2054
+ verifiedBy?: string | undefined;
2055
+ documentCountry: string;
2056
+ frontImageUrl: string;
2057
+ backImageUrl?: string | undefined;
2058
+ selfieUrl: string;
2059
+ extractedName?: string | undefined;
2060
+ extractedDob?: Date | undefined;
2061
+ extractedAddress?: string | undefined;
2062
+ nameMatchScore?: number | undefined;
2063
+ dobMatch?: boolean | undefined;
2064
+ faceMatchScore?: number | undefined;
2065
+ documentExpiryDate?: Date | undefined;
2066
+ verificationExpiresAt?: Date | undefined;
2067
+ ipAddress: string;
2068
+ userAgent: string;
2069
+ submissionLocation?: {
2070
+ lat: number;
2071
+ lng: number;
2072
+ } | undefined;
2073
+ _id: string;
2074
+ };
2075
+ (options: import("mongoose").ToObjectOptions & {
2076
+ flattenMaps: false;
2077
+ flattenObjectIds: false;
2078
+ virtuals: true;
2079
+ versionKey: false;
2080
+ }): Omit<Omit<IVerification, "id"> & {
2081
+ _id: string;
2082
+ } & Required<{
2083
+ _id: string;
2084
+ }>, "__v">;
2085
+ (options: import("mongoose").ToObjectOptions & {
2086
+ flattenMaps: false;
2087
+ flattenObjectIds: false;
2088
+ virtuals: true;
2089
+ }): Omit<IVerification, "id"> & {
2090
+ _id: string;
2091
+ } & Required<{
2092
+ _id: string;
2093
+ }>;
2094
+ (options: import("mongoose").ToObjectOptions & {
2095
+ flattenMaps: false;
2096
+ flattenObjectIds: true;
2097
+ virtuals: false;
2098
+ versionKey: false;
2099
+ }): {
2100
+ status: VerificationStatus;
2101
+ documentType: IdDocumentType;
2102
+ documentNumber: string;
2103
+ verifiedAt?: Date | undefined;
2104
+ createdAt: Date;
2105
+ updatedAt: Date;
2106
+ _id: string;
2107
+ reviewedAt?: Date | undefined;
2108
+ reviewedBy?: string | undefined;
2109
+ reviewNotes?: string | undefined;
2110
+ profileId: string;
2111
+ accountId: string;
2112
+ rejectionReason?: string | undefined;
2113
+ verifiedBy?: string | undefined;
2114
+ documentCountry: string;
2115
+ frontImageUrl: string;
2116
+ backImageUrl?: string | undefined;
2117
+ selfieUrl: string;
2118
+ extractedName?: string | undefined;
2119
+ extractedDob?: Date | undefined;
2120
+ extractedAddress?: string | undefined;
2121
+ nameMatchScore?: number | undefined;
2122
+ dobMatch?: boolean | undefined;
2123
+ faceMatchScore?: number | undefined;
2124
+ documentExpiryDate?: Date | undefined;
2125
+ verificationExpiresAt?: Date | undefined;
2126
+ ipAddress: string;
2127
+ userAgent: string;
2128
+ submissionLocation?: {
2129
+ lat: number;
2130
+ lng: number;
2131
+ } | undefined;
2132
+ };
2133
+ (options: import("mongoose").ToObjectOptions & {
2134
+ flattenMaps: false;
2135
+ flattenObjectIds: true;
2136
+ virtuals: false;
2137
+ }): {
2138
+ status: VerificationStatus;
2139
+ documentType: IdDocumentType;
2140
+ documentNumber: string;
2141
+ verifiedAt?: Date | undefined;
2142
+ createdAt: Date;
2143
+ updatedAt: Date;
2144
+ reviewedAt?: Date | undefined;
2145
+ reviewedBy?: string | undefined;
2146
+ reviewNotes?: string | undefined;
2147
+ profileId: string;
2148
+ accountId: string;
2149
+ rejectionReason?: string | undefined;
2150
+ verifiedBy?: string | undefined;
2151
+ documentCountry: string;
2152
+ frontImageUrl: string;
2153
+ backImageUrl?: string | undefined;
2154
+ selfieUrl: string;
2155
+ extractedName?: string | undefined;
2156
+ extractedDob?: Date | undefined;
2157
+ extractedAddress?: string | undefined;
2158
+ nameMatchScore?: number | undefined;
2159
+ dobMatch?: boolean | undefined;
2160
+ faceMatchScore?: number | undefined;
2161
+ documentExpiryDate?: Date | undefined;
2162
+ verificationExpiresAt?: Date | undefined;
2163
+ ipAddress: string;
2164
+ userAgent: string;
2165
+ submissionLocation?: {
2166
+ lat: number;
2167
+ lng: number;
2168
+ } | undefined;
2169
+ _id: string;
2170
+ };
2171
+ (options: import("mongoose").ToObjectOptions & {
2172
+ flattenMaps: false;
2173
+ flattenObjectIds: false;
2174
+ virtuals: false;
2175
+ versionKey: false;
2176
+ }): Omit<Omit<IVerification, "id"> & {
2177
+ _id: string;
2178
+ } & Required<{
2179
+ _id: string;
2180
+ }>, "__v">;
2181
+ (options: import("mongoose").ToObjectOptions & {
2182
+ flattenMaps: false;
2183
+ flattenObjectIds: false;
2184
+ virtuals: false;
2185
+ }): Omit<IVerification, "id"> & {
2186
+ _id: string;
2187
+ } & Required<{
2188
+ _id: string;
2189
+ }>;
2190
+ (options: import("mongoose").ToObjectOptions & {
2191
+ flattenMaps: true;
2192
+ flattenObjectIds: true;
2193
+ virtuals: true;
2194
+ versionKey: false;
2195
+ }): {
2196
+ status: VerificationStatus;
2197
+ documentType: IdDocumentType;
2198
+ documentNumber: string;
2199
+ verifiedAt?: Date | undefined;
2200
+ createdAt: Date;
2201
+ updatedAt: Date;
2202
+ _id: string;
2203
+ reviewedAt?: Date | undefined;
2204
+ reviewedBy?: string | undefined;
2205
+ reviewNotes?: string | undefined;
2206
+ profileId: string;
2207
+ accountId: string;
2208
+ rejectionReason?: string | undefined;
2209
+ verifiedBy?: string | undefined;
2210
+ documentCountry: string;
2211
+ frontImageUrl: string;
2212
+ backImageUrl?: string | undefined;
2213
+ selfieUrl: string;
2214
+ extractedName?: string | undefined;
2215
+ extractedDob?: Date | undefined;
2216
+ extractedAddress?: string | undefined;
2217
+ nameMatchScore?: number | undefined;
2218
+ dobMatch?: boolean | undefined;
2219
+ faceMatchScore?: number | undefined;
2220
+ documentExpiryDate?: Date | undefined;
2221
+ verificationExpiresAt?: Date | undefined;
2222
+ ipAddress: string;
2223
+ userAgent: string;
2224
+ submissionLocation?: {
2225
+ lat: number;
2226
+ lng: number;
2227
+ } | undefined;
2228
+ };
2229
+ (options: import("mongoose").ToObjectOptions & {
2230
+ flattenMaps: true;
2231
+ flattenObjectIds: true;
2232
+ virtuals: true;
2233
+ }): {
2234
+ status: VerificationStatus;
2235
+ documentType: IdDocumentType;
2236
+ documentNumber: string;
2237
+ verifiedAt?: Date | undefined;
2238
+ createdAt: Date;
2239
+ updatedAt: Date;
2240
+ reviewedAt?: Date | undefined;
2241
+ reviewedBy?: string | undefined;
2242
+ reviewNotes?: string | undefined;
2243
+ profileId: string;
2244
+ accountId: string;
2245
+ rejectionReason?: string | undefined;
2246
+ verifiedBy?: string | undefined;
2247
+ documentCountry: string;
2248
+ frontImageUrl: string;
2249
+ backImageUrl?: string | undefined;
2250
+ selfieUrl: string;
2251
+ extractedName?: string | undefined;
2252
+ extractedDob?: Date | undefined;
2253
+ extractedAddress?: string | undefined;
2254
+ nameMatchScore?: number | undefined;
2255
+ dobMatch?: boolean | undefined;
2256
+ faceMatchScore?: number | undefined;
2257
+ documentExpiryDate?: Date | undefined;
2258
+ verificationExpiresAt?: Date | undefined;
2259
+ ipAddress: string;
2260
+ userAgent: string;
2261
+ submissionLocation?: {
2262
+ lat: number;
2263
+ lng: number;
2264
+ } | undefined;
2265
+ _id: string;
2266
+ };
2267
+ (options: import("mongoose").ToObjectOptions & {
2268
+ flattenMaps: true;
2269
+ flattenObjectIds: false;
2270
+ virtuals: true;
2271
+ versionKey: false;
2272
+ }): Omit<import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
2273
+ _id: string;
2274
+ } & Required<{
2275
+ _id: string;
2276
+ }>>, "__v">;
2277
+ (options: import("mongoose").ToObjectOptions & {
2278
+ flattenMaps: true;
2279
+ flattenObjectIds: false;
2280
+ virtuals: true;
2281
+ }): import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
2282
+ _id: string;
2283
+ } & Required<{
2284
+ _id: string;
2285
+ }>>;
2286
+ (options: import("mongoose").ToObjectOptions & {
2287
+ flattenMaps: true;
2288
+ flattenObjectIds: true;
2289
+ virtuals: false;
2290
+ versionKey: false;
2291
+ }): {
2292
+ status: VerificationStatus;
2293
+ documentType: IdDocumentType;
2294
+ documentNumber: string;
2295
+ verifiedAt?: Date | undefined;
2296
+ createdAt: Date;
2297
+ updatedAt: Date;
2298
+ _id: string;
2299
+ reviewedAt?: Date | undefined;
2300
+ reviewedBy?: string | undefined;
2301
+ reviewNotes?: string | undefined;
2302
+ profileId: string;
2303
+ accountId: string;
2304
+ rejectionReason?: string | undefined;
2305
+ verifiedBy?: string | undefined;
2306
+ documentCountry: string;
2307
+ frontImageUrl: string;
2308
+ backImageUrl?: string | undefined;
2309
+ selfieUrl: string;
2310
+ extractedName?: string | undefined;
2311
+ extractedDob?: Date | undefined;
2312
+ extractedAddress?: string | undefined;
2313
+ nameMatchScore?: number | undefined;
2314
+ dobMatch?: boolean | undefined;
2315
+ faceMatchScore?: number | undefined;
2316
+ documentExpiryDate?: Date | undefined;
2317
+ verificationExpiresAt?: Date | undefined;
2318
+ ipAddress: string;
2319
+ userAgent: string;
2320
+ submissionLocation?: {
2321
+ lat: number;
2322
+ lng: number;
2323
+ } | undefined;
2324
+ };
2325
+ (options: import("mongoose").ToObjectOptions & {
2326
+ flattenMaps: true;
2327
+ flattenObjectIds: true;
2328
+ virtuals: false;
2329
+ }): {
2330
+ status: VerificationStatus;
2331
+ documentType: IdDocumentType;
2332
+ documentNumber: string;
2333
+ verifiedAt?: Date | undefined;
2334
+ createdAt: Date;
2335
+ updatedAt: Date;
2336
+ reviewedAt?: Date | undefined;
2337
+ reviewedBy?: string | undefined;
2338
+ reviewNotes?: string | undefined;
2339
+ profileId: string;
2340
+ accountId: string;
2341
+ rejectionReason?: string | undefined;
2342
+ verifiedBy?: string | undefined;
2343
+ documentCountry: string;
2344
+ frontImageUrl: string;
2345
+ backImageUrl?: string | undefined;
2346
+ selfieUrl: string;
2347
+ extractedName?: string | undefined;
2348
+ extractedDob?: Date | undefined;
2349
+ extractedAddress?: string | undefined;
2350
+ nameMatchScore?: number | undefined;
2351
+ dobMatch?: boolean | undefined;
2352
+ faceMatchScore?: number | undefined;
2353
+ documentExpiryDate?: Date | undefined;
2354
+ verificationExpiresAt?: Date | undefined;
2355
+ ipAddress: string;
2356
+ userAgent: string;
2357
+ submissionLocation?: {
2358
+ lat: number;
2359
+ lng: number;
2360
+ } | undefined;
2361
+ _id: string;
2362
+ };
2363
+ (options: import("mongoose").ToObjectOptions & {
2364
+ flattenMaps: true;
2365
+ flattenObjectIds: false;
2366
+ virtuals: false;
2367
+ versionKey: false;
2368
+ }): Omit<import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
2369
+ _id: string;
2370
+ } & Required<{
2371
+ _id: string;
2372
+ }>>, "__v">;
2373
+ (options: import("mongoose").ToObjectOptions & {
2374
+ flattenMaps: true;
2375
+ flattenObjectIds: false;
2376
+ virtuals: false;
2377
+ }): import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
2378
+ _id: string;
2379
+ } & Required<{
2380
+ _id: string;
2381
+ }>>;
2382
+ (options: import("mongoose").ToObjectOptions & {
2383
+ flattenMaps: true;
2384
+ flattenObjectIds: true;
2385
+ virtuals: true;
2386
+ }): {
2387
+ status: VerificationStatus;
2388
+ documentType: IdDocumentType;
2389
+ documentNumber: string;
2390
+ verifiedAt?: Date | undefined;
2391
+ createdAt: Date;
2392
+ updatedAt: Date;
2393
+ reviewedAt?: Date | undefined;
2394
+ reviewedBy?: string | undefined;
2395
+ reviewNotes?: string | undefined;
2396
+ profileId: string;
2397
+ accountId: string;
2398
+ rejectionReason?: string | undefined;
2399
+ verifiedBy?: string | undefined;
2400
+ documentCountry: string;
2401
+ frontImageUrl: string;
2402
+ backImageUrl?: string | undefined;
2403
+ selfieUrl: string;
2404
+ extractedName?: string | undefined;
2405
+ extractedDob?: Date | undefined;
2406
+ extractedAddress?: string | undefined;
2407
+ nameMatchScore?: number | undefined;
2408
+ dobMatch?: boolean | undefined;
2409
+ faceMatchScore?: number | undefined;
2410
+ documentExpiryDate?: Date | undefined;
2411
+ verificationExpiresAt?: Date | undefined;
2412
+ ipAddress: string;
2413
+ userAgent: string;
2414
+ submissionLocation?: {
2415
+ lat: number;
2416
+ lng: number;
2417
+ } | undefined;
2418
+ _id: string;
2419
+ };
2420
+ (options: import("mongoose").ToObjectOptions & {
2421
+ flattenMaps: true;
2422
+ flattenObjectIds: true;
2423
+ }): {
2424
+ status: VerificationStatus;
2425
+ documentType: IdDocumentType;
2426
+ documentNumber: string;
2427
+ verifiedAt?: Date | undefined;
2428
+ createdAt: Date;
2429
+ updatedAt: Date;
2430
+ reviewedAt?: Date | undefined;
2431
+ reviewedBy?: string | undefined;
2432
+ reviewNotes?: string | undefined;
2433
+ profileId: string;
2434
+ accountId: string;
2435
+ rejectionReason?: string | undefined;
2436
+ verifiedBy?: string | undefined;
2437
+ documentCountry: string;
2438
+ frontImageUrl: string;
2439
+ backImageUrl?: string | undefined;
2440
+ selfieUrl: string;
2441
+ extractedName?: string | undefined;
2442
+ extractedDob?: Date | undefined;
2443
+ extractedAddress?: string | undefined;
2444
+ nameMatchScore?: number | undefined;
2445
+ dobMatch?: boolean | undefined;
2446
+ faceMatchScore?: number | undefined;
2447
+ documentExpiryDate?: Date | undefined;
2448
+ verificationExpiresAt?: Date | undefined;
2449
+ ipAddress: string;
2450
+ userAgent: string;
2451
+ submissionLocation?: {
2452
+ lat: number;
2453
+ lng: number;
2454
+ } | undefined;
2455
+ _id: string;
2456
+ };
2457
+ (options: import("mongoose").ToObjectOptions & {
2458
+ flattenObjectIds: true;
2459
+ virtuals: true;
2460
+ }): {
2461
+ status: VerificationStatus;
2462
+ documentType: IdDocumentType;
2463
+ documentNumber: string;
2464
+ verifiedAt?: Date | undefined;
2465
+ createdAt: Date;
2466
+ updatedAt: Date;
2467
+ reviewedAt?: Date | undefined;
2468
+ reviewedBy?: string | undefined;
2469
+ reviewNotes?: string | undefined;
2470
+ profileId: string;
2471
+ accountId: string;
2472
+ rejectionReason?: string | undefined;
2473
+ verifiedBy?: string | undefined;
2474
+ documentCountry: string;
2475
+ frontImageUrl: string;
2476
+ backImageUrl?: string | undefined;
2477
+ selfieUrl: string;
2478
+ extractedName?: string | undefined;
2479
+ extractedDob?: Date | undefined;
2480
+ extractedAddress?: string | undefined;
2481
+ nameMatchScore?: number | undefined;
2482
+ dobMatch?: boolean | undefined;
2483
+ faceMatchScore?: number | undefined;
2484
+ documentExpiryDate?: Date | undefined;
2485
+ verificationExpiresAt?: Date | undefined;
2486
+ ipAddress: string;
2487
+ userAgent: string;
2488
+ submissionLocation?: {
2489
+ lat: number;
2490
+ lng: number;
2491
+ } | undefined;
2492
+ _id: string;
2493
+ };
2494
+ (options: import("mongoose").ToObjectOptions & {
2495
+ flattenObjectIds: true;
2496
+ }): {
2497
+ status: VerificationStatus;
2498
+ documentType: IdDocumentType;
2499
+ documentNumber: string;
2500
+ verifiedAt?: Date | undefined;
2501
+ createdAt: Date;
2502
+ updatedAt: Date;
2503
+ reviewedAt?: Date | undefined;
2504
+ reviewedBy?: string | undefined;
2505
+ reviewNotes?: string | undefined;
2506
+ profileId: string;
2507
+ accountId: string;
2508
+ rejectionReason?: string | undefined;
2509
+ verifiedBy?: string | undefined;
2510
+ documentCountry: string;
2511
+ frontImageUrl: string;
2512
+ backImageUrl?: string | undefined;
2513
+ selfieUrl: string;
2514
+ extractedName?: string | undefined;
2515
+ extractedDob?: Date | undefined;
2516
+ extractedAddress?: string | undefined;
2517
+ nameMatchScore?: number | undefined;
2518
+ dobMatch?: boolean | undefined;
2519
+ faceMatchScore?: number | undefined;
2520
+ documentExpiryDate?: Date | undefined;
2521
+ verificationExpiresAt?: Date | undefined;
2522
+ ipAddress: string;
2523
+ userAgent: string;
2524
+ submissionLocation?: {
2525
+ lat: number;
2526
+ lng: number;
2527
+ } | undefined;
2528
+ _id: string;
2529
+ };
2530
+ (options: import("mongoose").ToObjectOptions & {
2531
+ flattenMaps: true;
2532
+ virtuals: true;
2533
+ }): import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
2534
+ _id: string;
2535
+ } & Required<{
2536
+ _id: string;
2537
+ }>>;
2538
+ (options: import("mongoose").ToObjectOptions & {
2539
+ flattenMaps: true;
2540
+ }): import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
2541
+ _id: string;
2542
+ } & Required<{
2543
+ _id: string;
2544
+ }>>;
2545
+ (options: import("mongoose").ToObjectOptions & {
2546
+ versionKey: false;
2547
+ flattenMaps: true;
2548
+ flattenObjectIds: true;
2549
+ virtuals: true;
2550
+ }): {
2551
+ status: VerificationStatus;
2552
+ documentType: IdDocumentType;
2553
+ documentNumber: string;
2554
+ verifiedAt?: Date | undefined;
2555
+ createdAt: Date;
2556
+ updatedAt: Date;
2557
+ _id: string;
2558
+ reviewedAt?: Date | undefined;
2559
+ reviewedBy?: string | undefined;
2560
+ reviewNotes?: string | undefined;
2561
+ profileId: string;
2562
+ accountId: string;
2563
+ rejectionReason?: string | undefined;
2564
+ verifiedBy?: string | undefined;
2565
+ documentCountry: string;
2566
+ frontImageUrl: string;
2567
+ backImageUrl?: string | undefined;
2568
+ selfieUrl: string;
2569
+ extractedName?: string | undefined;
2570
+ extractedDob?: Date | undefined;
2571
+ extractedAddress?: string | undefined;
2572
+ nameMatchScore?: number | undefined;
2573
+ dobMatch?: boolean | undefined;
2574
+ faceMatchScore?: number | undefined;
2575
+ documentExpiryDate?: Date | undefined;
2576
+ verificationExpiresAt?: Date | undefined;
2577
+ ipAddress: string;
2578
+ userAgent: string;
2579
+ submissionLocation?: {
2580
+ lat: number;
2581
+ lng: number;
2582
+ } | undefined;
2583
+ };
2584
+ (options: import("mongoose").ToObjectOptions & {
2585
+ versionKey: false;
2586
+ flattenMaps: false;
2587
+ flattenObjectIds: true;
2588
+ virtuals: true;
2589
+ }): {
2590
+ status: VerificationStatus;
2591
+ documentType: IdDocumentType;
2592
+ documentNumber: string;
2593
+ verifiedAt?: Date | undefined;
2594
+ createdAt: Date;
2595
+ updatedAt: Date;
2596
+ _id: string;
2597
+ reviewedAt?: Date | undefined;
2598
+ reviewedBy?: string | undefined;
2599
+ reviewNotes?: string | undefined;
2600
+ profileId: string;
2601
+ accountId: string;
2602
+ rejectionReason?: string | undefined;
2603
+ verifiedBy?: string | undefined;
2604
+ documentCountry: string;
2605
+ frontImageUrl: string;
2606
+ backImageUrl?: string | undefined;
2607
+ selfieUrl: string;
2608
+ extractedName?: string | undefined;
2609
+ extractedDob?: Date | undefined;
2610
+ extractedAddress?: string | undefined;
2611
+ nameMatchScore?: number | undefined;
2612
+ dobMatch?: boolean | undefined;
2613
+ faceMatchScore?: number | undefined;
2614
+ documentExpiryDate?: Date | undefined;
2615
+ verificationExpiresAt?: Date | undefined;
2616
+ ipAddress: string;
2617
+ userAgent: string;
2618
+ submissionLocation?: {
2619
+ lat: number;
2620
+ lng: number;
2621
+ } | undefined;
2622
+ };
2623
+ (options: import("mongoose").ToObjectOptions & {
2624
+ versionKey: false;
2625
+ flattenMaps: true;
2626
+ virtuals: true;
2627
+ }): Omit<import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
2628
+ _id: string;
2629
+ } & Required<{
2630
+ _id: string;
2631
+ }>>, "__v">;
2632
+ (options: import("mongoose").ToObjectOptions & {
2633
+ versionKey: false;
2634
+ flattenObjectIds: true;
2635
+ virtuals: true;
2636
+ }): {
2637
+ status: VerificationStatus;
2638
+ documentType: IdDocumentType;
2639
+ documentNumber: string;
2640
+ verifiedAt?: Date | undefined;
2641
+ createdAt: Date;
2642
+ updatedAt: Date;
2643
+ _id: string;
2644
+ reviewedAt?: Date | undefined;
2645
+ reviewedBy?: string | undefined;
2646
+ reviewNotes?: string | undefined;
2647
+ profileId: string;
2648
+ accountId: string;
2649
+ rejectionReason?: string | undefined;
2650
+ verifiedBy?: string | undefined;
2651
+ documentCountry: string;
2652
+ frontImageUrl: string;
2653
+ backImageUrl?: string | undefined;
2654
+ selfieUrl: string;
2655
+ extractedName?: string | undefined;
2656
+ extractedDob?: Date | undefined;
2657
+ extractedAddress?: string | undefined;
2658
+ nameMatchScore?: number | undefined;
2659
+ dobMatch?: boolean | undefined;
2660
+ faceMatchScore?: number | undefined;
2661
+ documentExpiryDate?: Date | undefined;
2662
+ verificationExpiresAt?: Date | undefined;
2663
+ ipAddress: string;
2664
+ userAgent: string;
2665
+ submissionLocation?: {
2666
+ lat: number;
2667
+ lng: number;
2668
+ } | undefined;
2669
+ };
2670
+ (options: import("mongoose").ToObjectOptions & {
2671
+ versionKey: false;
2672
+ virtuals: true;
2673
+ }): Omit<Omit<IVerification, "id"> & {
2674
+ _id: string;
2675
+ } & Required<{
2676
+ _id: string;
2677
+ }>, "__v">;
2678
+ (options: import("mongoose").ToObjectOptions & {
2679
+ versionKey: false;
2680
+ flattenMaps: true;
2681
+ flattenObjectIds: true;
2682
+ }): {
2683
+ status: VerificationStatus;
2684
+ documentType: IdDocumentType;
2685
+ documentNumber: string;
2686
+ verifiedAt?: Date | undefined;
2687
+ createdAt: Date;
2688
+ updatedAt: Date;
2689
+ _id: string;
2690
+ reviewedAt?: Date | undefined;
2691
+ reviewedBy?: string | undefined;
2692
+ reviewNotes?: string | undefined;
2693
+ profileId: string;
2694
+ accountId: string;
2695
+ rejectionReason?: string | undefined;
2696
+ verifiedBy?: string | undefined;
2697
+ documentCountry: string;
2698
+ frontImageUrl: string;
2699
+ backImageUrl?: string | undefined;
2700
+ selfieUrl: string;
2701
+ extractedName?: string | undefined;
2702
+ extractedDob?: Date | undefined;
2703
+ extractedAddress?: string | undefined;
2704
+ nameMatchScore?: number | undefined;
2705
+ dobMatch?: boolean | undefined;
2706
+ faceMatchScore?: number | undefined;
2707
+ documentExpiryDate?: Date | undefined;
2708
+ verificationExpiresAt?: Date | undefined;
2709
+ ipAddress: string;
2710
+ userAgent: string;
2711
+ submissionLocation?: {
2712
+ lat: number;
2713
+ lng: number;
2714
+ } | undefined;
2715
+ };
2716
+ (options: import("mongoose").ToObjectOptions & {
2717
+ versionKey: false;
2718
+ flattenObjectIds: true;
2719
+ }): {
2720
+ status: VerificationStatus;
2721
+ documentType: IdDocumentType;
2722
+ documentNumber: string;
2723
+ verifiedAt?: Date | undefined;
2724
+ createdAt: Date;
2725
+ updatedAt: Date;
2726
+ _id: string;
2727
+ reviewedAt?: Date | undefined;
2728
+ reviewedBy?: string | undefined;
2729
+ reviewNotes?: string | undefined;
2730
+ profileId: string;
2731
+ accountId: string;
2732
+ rejectionReason?: string | undefined;
2733
+ verifiedBy?: string | undefined;
2734
+ documentCountry: string;
2735
+ frontImageUrl: string;
2736
+ backImageUrl?: string | undefined;
2737
+ selfieUrl: string;
2738
+ extractedName?: string | undefined;
2739
+ extractedDob?: Date | undefined;
2740
+ extractedAddress?: string | undefined;
2741
+ nameMatchScore?: number | undefined;
2742
+ dobMatch?: boolean | undefined;
2743
+ faceMatchScore?: number | undefined;
2744
+ documentExpiryDate?: Date | undefined;
2745
+ verificationExpiresAt?: Date | undefined;
2746
+ ipAddress: string;
2747
+ userAgent: string;
2748
+ submissionLocation?: {
2749
+ lat: number;
2750
+ lng: number;
2751
+ } | undefined;
2752
+ };
2753
+ (options: import("mongoose").ToObjectOptions & {
2754
+ versionKey: false;
2755
+ flattenMaps: true;
2756
+ }): Omit<import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
2757
+ _id: string;
2758
+ } & Required<{
2759
+ _id: string;
2760
+ }>>, "__v">;
2761
+ (options: import("mongoose").ToObjectOptions & {
2762
+ versionKey: false;
2763
+ }): Omit<Omit<IVerification, "id"> & {
2764
+ _id: string;
2765
+ } & Required<{
2766
+ _id: string;
2767
+ }>, "__v">;
2768
+ (options: import("mongoose").ToObjectOptions & {
2769
+ virtuals: true;
2770
+ }): Omit<IVerification, "id"> & {
2771
+ _id: string;
2772
+ } & Required<{
2773
+ _id: string;
2774
+ }>;
2775
+ (options?: import("mongoose").ToObjectOptions): Omit<IVerification, "id"> & {
2776
+ _id: string;
2777
+ } & Required<{
2778
+ _id: string;
2779
+ }> & {
2780
+ __v: number;
2781
+ };
2782
+ <T>(options?: import("mongoose").ToObjectOptions): import("mongoose").Require_id<T> & {
2783
+ __v: number;
2784
+ };
2785
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
2786
+ _id: string;
2787
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
2788
+ _id: string;
2789
+ } & Required<{
2790
+ _id: string;
2791
+ }> & {
2792
+ __v: number;
2793
+ } & {
2794
+ id: string;
2795
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
2796
+ _id: string;
2797
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
2798
+ _id: string;
2799
+ } & Required<{
2800
+ _id: string;
2801
+ }> & {
2802
+ __v: number;
2803
+ } & {
2804
+ id: string;
2805
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
2806
+ _id: string;
2807
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
2808
+ _id: string;
2809
+ } & Required<{
2810
+ _id: string;
2811
+ }> & {
2812
+ __v: number;
2813
+ } & {
2814
+ id: string;
2815
+ }> | undefined;
2816
+ toObject?: import("mongoose").SchemaDefinitionProperty<{
2817
+ (options: import("mongoose").ToObjectOptions & {
2818
+ flattenMaps: false;
2819
+ flattenObjectIds: true;
2820
+ virtuals: true;
2821
+ versionKey: false;
2822
+ }): {
2823
+ status: VerificationStatus;
2824
+ documentType: IdDocumentType;
2825
+ documentNumber: string;
2826
+ verifiedAt?: Date | undefined;
2827
+ createdAt: Date;
2828
+ updatedAt: Date;
2829
+ _id: string;
2830
+ reviewedAt?: Date | undefined;
2831
+ reviewedBy?: string | undefined;
2832
+ reviewNotes?: string | undefined;
2833
+ profileId: string;
2834
+ accountId: string;
2835
+ rejectionReason?: string | undefined;
2836
+ verifiedBy?: string | undefined;
2837
+ documentCountry: string;
2838
+ frontImageUrl: string;
2839
+ backImageUrl?: string | undefined;
2840
+ selfieUrl: string;
2841
+ extractedName?: string | undefined;
2842
+ extractedDob?: Date | undefined;
2843
+ extractedAddress?: string | undefined;
2844
+ nameMatchScore?: number | undefined;
2845
+ dobMatch?: boolean | undefined;
2846
+ faceMatchScore?: number | undefined;
2847
+ documentExpiryDate?: Date | undefined;
2848
+ verificationExpiresAt?: Date | undefined;
2849
+ ipAddress: string;
2850
+ userAgent: string;
2851
+ submissionLocation?: {
2852
+ lat: number;
2853
+ lng: number;
2854
+ } | undefined;
2855
+ };
2856
+ (options: import("mongoose").ToObjectOptions & {
2857
+ flattenMaps: false;
2858
+ flattenObjectIds: true;
2859
+ virtuals: true;
2860
+ }): {
2861
+ status: VerificationStatus;
2862
+ documentType: IdDocumentType;
2863
+ documentNumber: string;
2864
+ verifiedAt?: Date | undefined;
2865
+ createdAt: Date;
2866
+ updatedAt: Date;
2867
+ reviewedAt?: Date | undefined;
2868
+ reviewedBy?: string | undefined;
2869
+ reviewNotes?: string | undefined;
2870
+ profileId: string;
2871
+ accountId: string;
2872
+ rejectionReason?: string | undefined;
2873
+ verifiedBy?: string | undefined;
2874
+ documentCountry: string;
2875
+ frontImageUrl: string;
2876
+ backImageUrl?: string | undefined;
2877
+ selfieUrl: string;
2878
+ extractedName?: string | undefined;
2879
+ extractedDob?: Date | undefined;
2880
+ extractedAddress?: string | undefined;
2881
+ nameMatchScore?: number | undefined;
2882
+ dobMatch?: boolean | undefined;
2883
+ faceMatchScore?: number | undefined;
2884
+ documentExpiryDate?: Date | undefined;
2885
+ verificationExpiresAt?: Date | undefined;
2886
+ ipAddress: string;
2887
+ userAgent: string;
2888
+ submissionLocation?: {
2889
+ lat: number;
2890
+ lng: number;
2891
+ } | undefined;
2892
+ _id: string;
2893
+ };
2894
+ (options: import("mongoose").ToObjectOptions & {
2895
+ flattenMaps: false;
2896
+ flattenObjectIds: false;
2897
+ virtuals: true;
2898
+ versionKey: false;
2899
+ }): Omit<Omit<IVerification, "id"> & {
2900
+ _id: string;
2901
+ } & Required<{
2902
+ _id: string;
2903
+ }>, "__v">;
2904
+ (options: import("mongoose").ToObjectOptions & {
2905
+ flattenMaps: false;
2906
+ flattenObjectIds: false;
2907
+ virtuals: true;
2908
+ }): Omit<IVerification, "id"> & {
2909
+ _id: string;
2910
+ } & Required<{
2911
+ _id: string;
2912
+ }>;
2913
+ (options: import("mongoose").ToObjectOptions & {
2914
+ flattenMaps: false;
2915
+ flattenObjectIds: true;
2916
+ virtuals: false;
2917
+ versionKey: false;
2918
+ }): {
2919
+ status: VerificationStatus;
2920
+ documentType: IdDocumentType;
2921
+ documentNumber: string;
2922
+ verifiedAt?: Date | undefined;
2923
+ createdAt: Date;
2924
+ updatedAt: Date;
2925
+ _id: string;
2926
+ reviewedAt?: Date | undefined;
2927
+ reviewedBy?: string | undefined;
2928
+ reviewNotes?: string | undefined;
2929
+ profileId: string;
2930
+ accountId: string;
2931
+ rejectionReason?: string | undefined;
2932
+ verifiedBy?: string | undefined;
2933
+ documentCountry: string;
2934
+ frontImageUrl: string;
2935
+ backImageUrl?: string | undefined;
2936
+ selfieUrl: string;
2937
+ extractedName?: string | undefined;
2938
+ extractedDob?: Date | undefined;
2939
+ extractedAddress?: string | undefined;
2940
+ nameMatchScore?: number | undefined;
2941
+ dobMatch?: boolean | undefined;
2942
+ faceMatchScore?: number | undefined;
2943
+ documentExpiryDate?: Date | undefined;
2944
+ verificationExpiresAt?: Date | undefined;
2945
+ ipAddress: string;
2946
+ userAgent: string;
2947
+ submissionLocation?: {
2948
+ lat: number;
2949
+ lng: number;
2950
+ } | undefined;
2951
+ };
2952
+ (options: import("mongoose").ToObjectOptions & {
2953
+ flattenMaps: false;
2954
+ flattenObjectIds: true;
2955
+ virtuals: false;
2956
+ }): {
2957
+ status: VerificationStatus;
2958
+ documentType: IdDocumentType;
2959
+ documentNumber: string;
2960
+ verifiedAt?: Date | undefined;
2961
+ createdAt: Date;
2962
+ updatedAt: Date;
2963
+ reviewedAt?: Date | undefined;
2964
+ reviewedBy?: string | undefined;
2965
+ reviewNotes?: string | undefined;
2966
+ profileId: string;
2967
+ accountId: string;
2968
+ rejectionReason?: string | undefined;
2969
+ verifiedBy?: string | undefined;
2970
+ documentCountry: string;
2971
+ frontImageUrl: string;
2972
+ backImageUrl?: string | undefined;
2973
+ selfieUrl: string;
2974
+ extractedName?: string | undefined;
2975
+ extractedDob?: Date | undefined;
2976
+ extractedAddress?: string | undefined;
2977
+ nameMatchScore?: number | undefined;
2978
+ dobMatch?: boolean | undefined;
2979
+ faceMatchScore?: number | undefined;
2980
+ documentExpiryDate?: Date | undefined;
2981
+ verificationExpiresAt?: Date | undefined;
2982
+ ipAddress: string;
2983
+ userAgent: string;
2984
+ submissionLocation?: {
2985
+ lat: number;
2986
+ lng: number;
2987
+ } | undefined;
2988
+ _id: string;
2989
+ };
2990
+ (options: import("mongoose").ToObjectOptions & {
2991
+ flattenMaps: false;
2992
+ flattenObjectIds: false;
2993
+ virtuals: false;
2994
+ versionKey: false;
2995
+ }): Omit<Omit<IVerification, "id"> & {
2996
+ _id: string;
2997
+ } & Required<{
2998
+ _id: string;
2999
+ }>, "__v">;
3000
+ (options: import("mongoose").ToObjectOptions & {
3001
+ flattenMaps: false;
3002
+ flattenObjectIds: false;
3003
+ virtuals: false;
3004
+ }): Omit<IVerification, "id"> & {
3005
+ _id: string;
3006
+ } & Required<{
3007
+ _id: string;
3008
+ }>;
3009
+ (options: import("mongoose").ToObjectOptions & {
3010
+ flattenMaps: true;
3011
+ flattenObjectIds: true;
3012
+ virtuals: true;
3013
+ versionKey: false;
3014
+ }): {
3015
+ status: VerificationStatus;
3016
+ documentType: IdDocumentType;
3017
+ documentNumber: string;
3018
+ verifiedAt?: Date | undefined;
3019
+ createdAt: Date;
3020
+ updatedAt: Date;
3021
+ _id: string;
3022
+ reviewedAt?: Date | undefined;
3023
+ reviewedBy?: string | undefined;
3024
+ reviewNotes?: string | undefined;
3025
+ profileId: string;
3026
+ accountId: string;
3027
+ rejectionReason?: string | undefined;
3028
+ verifiedBy?: string | undefined;
3029
+ documentCountry: string;
3030
+ frontImageUrl: string;
3031
+ backImageUrl?: string | undefined;
3032
+ selfieUrl: string;
3033
+ extractedName?: string | undefined;
3034
+ extractedDob?: Date | undefined;
3035
+ extractedAddress?: string | undefined;
3036
+ nameMatchScore?: number | undefined;
3037
+ dobMatch?: boolean | undefined;
3038
+ faceMatchScore?: number | undefined;
3039
+ documentExpiryDate?: Date | undefined;
3040
+ verificationExpiresAt?: Date | undefined;
3041
+ ipAddress: string;
3042
+ userAgent: string;
3043
+ submissionLocation?: {
3044
+ lat: number;
3045
+ lng: number;
3046
+ } | undefined;
3047
+ };
3048
+ (options: import("mongoose").ToObjectOptions & {
3049
+ flattenMaps: true;
3050
+ flattenObjectIds: true;
3051
+ virtuals: true;
3052
+ }): {
3053
+ status: VerificationStatus;
3054
+ documentType: IdDocumentType;
3055
+ documentNumber: string;
3056
+ verifiedAt?: Date | undefined;
3057
+ createdAt: Date;
3058
+ updatedAt: Date;
3059
+ reviewedAt?: Date | undefined;
3060
+ reviewedBy?: string | undefined;
3061
+ reviewNotes?: string | undefined;
3062
+ profileId: string;
3063
+ accountId: string;
3064
+ rejectionReason?: string | undefined;
3065
+ verifiedBy?: string | undefined;
3066
+ documentCountry: string;
3067
+ frontImageUrl: string;
3068
+ backImageUrl?: string | undefined;
3069
+ selfieUrl: string;
3070
+ extractedName?: string | undefined;
3071
+ extractedDob?: Date | undefined;
3072
+ extractedAddress?: string | undefined;
3073
+ nameMatchScore?: number | undefined;
3074
+ dobMatch?: boolean | undefined;
3075
+ faceMatchScore?: number | undefined;
3076
+ documentExpiryDate?: Date | undefined;
3077
+ verificationExpiresAt?: Date | undefined;
3078
+ ipAddress: string;
3079
+ userAgent: string;
3080
+ submissionLocation?: {
3081
+ lat: number;
3082
+ lng: number;
3083
+ } | undefined;
3084
+ _id: string;
3085
+ };
3086
+ (options: import("mongoose").ToObjectOptions & {
3087
+ flattenMaps: true;
3088
+ flattenObjectIds: false;
3089
+ virtuals: true;
3090
+ versionKey: false;
3091
+ }): Omit<import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
3092
+ _id: string;
3093
+ } & Required<{
3094
+ _id: string;
3095
+ }>>, "__v">;
3096
+ (options: import("mongoose").ToObjectOptions & {
3097
+ flattenMaps: true;
3098
+ flattenObjectIds: false;
3099
+ virtuals: true;
3100
+ }): import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
3101
+ _id: string;
3102
+ } & Required<{
3103
+ _id: string;
3104
+ }>>;
3105
+ (options: import("mongoose").ToObjectOptions & {
3106
+ flattenMaps: true;
3107
+ flattenObjectIds: true;
3108
+ virtuals: false;
3109
+ versionKey: false;
3110
+ }): {
3111
+ status: VerificationStatus;
3112
+ documentType: IdDocumentType;
3113
+ documentNumber: string;
3114
+ verifiedAt?: Date | undefined;
3115
+ createdAt: Date;
3116
+ updatedAt: Date;
3117
+ _id: string;
3118
+ reviewedAt?: Date | undefined;
3119
+ reviewedBy?: string | undefined;
3120
+ reviewNotes?: string | undefined;
3121
+ profileId: string;
3122
+ accountId: string;
3123
+ rejectionReason?: string | undefined;
3124
+ verifiedBy?: string | undefined;
3125
+ documentCountry: string;
3126
+ frontImageUrl: string;
3127
+ backImageUrl?: string | undefined;
3128
+ selfieUrl: string;
3129
+ extractedName?: string | undefined;
3130
+ extractedDob?: Date | undefined;
3131
+ extractedAddress?: string | undefined;
3132
+ nameMatchScore?: number | undefined;
3133
+ dobMatch?: boolean | undefined;
3134
+ faceMatchScore?: number | undefined;
3135
+ documentExpiryDate?: Date | undefined;
3136
+ verificationExpiresAt?: Date | undefined;
3137
+ ipAddress: string;
3138
+ userAgent: string;
3139
+ submissionLocation?: {
3140
+ lat: number;
3141
+ lng: number;
3142
+ } | undefined;
3143
+ };
3144
+ (options: import("mongoose").ToObjectOptions & {
3145
+ flattenMaps: true;
3146
+ flattenObjectIds: true;
3147
+ virtuals: false;
3148
+ }): {
3149
+ status: VerificationStatus;
3150
+ documentType: IdDocumentType;
3151
+ documentNumber: string;
3152
+ verifiedAt?: Date | undefined;
3153
+ createdAt: Date;
3154
+ updatedAt: Date;
3155
+ reviewedAt?: Date | undefined;
3156
+ reviewedBy?: string | undefined;
3157
+ reviewNotes?: string | undefined;
3158
+ profileId: string;
3159
+ accountId: string;
3160
+ rejectionReason?: string | undefined;
3161
+ verifiedBy?: string | undefined;
3162
+ documentCountry: string;
3163
+ frontImageUrl: string;
3164
+ backImageUrl?: string | undefined;
3165
+ selfieUrl: string;
3166
+ extractedName?: string | undefined;
3167
+ extractedDob?: Date | undefined;
3168
+ extractedAddress?: string | undefined;
3169
+ nameMatchScore?: number | undefined;
3170
+ dobMatch?: boolean | undefined;
3171
+ faceMatchScore?: number | undefined;
3172
+ documentExpiryDate?: Date | undefined;
3173
+ verificationExpiresAt?: Date | undefined;
3174
+ ipAddress: string;
3175
+ userAgent: string;
3176
+ submissionLocation?: {
3177
+ lat: number;
3178
+ lng: number;
3179
+ } | undefined;
3180
+ _id: string;
3181
+ };
3182
+ (options: import("mongoose").ToObjectOptions & {
3183
+ flattenMaps: true;
3184
+ flattenObjectIds: false;
3185
+ virtuals: false;
3186
+ versionKey: false;
3187
+ }): Omit<import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
3188
+ _id: string;
3189
+ } & Required<{
3190
+ _id: string;
3191
+ }>>, "__v">;
3192
+ (options: import("mongoose").ToObjectOptions & {
3193
+ flattenMaps: true;
3194
+ flattenObjectIds: false;
3195
+ virtuals: false;
3196
+ }): import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
3197
+ _id: string;
3198
+ } & Required<{
3199
+ _id: string;
3200
+ }>>;
3201
+ (options: import("mongoose").ToObjectOptions & {
3202
+ flattenMaps: true;
3203
+ flattenObjectIds: true;
3204
+ virtuals: true;
3205
+ }): {
3206
+ status: VerificationStatus;
3207
+ documentType: IdDocumentType;
3208
+ documentNumber: string;
3209
+ verifiedAt?: Date | undefined;
3210
+ createdAt: Date;
3211
+ updatedAt: Date;
3212
+ reviewedAt?: Date | undefined;
3213
+ reviewedBy?: string | undefined;
3214
+ reviewNotes?: string | undefined;
3215
+ profileId: string;
3216
+ accountId: string;
3217
+ rejectionReason?: string | undefined;
3218
+ verifiedBy?: string | undefined;
3219
+ documentCountry: string;
3220
+ frontImageUrl: string;
3221
+ backImageUrl?: string | undefined;
3222
+ selfieUrl: string;
3223
+ extractedName?: string | undefined;
3224
+ extractedDob?: Date | undefined;
3225
+ extractedAddress?: string | undefined;
3226
+ nameMatchScore?: number | undefined;
3227
+ dobMatch?: boolean | undefined;
3228
+ faceMatchScore?: number | undefined;
3229
+ documentExpiryDate?: Date | undefined;
3230
+ verificationExpiresAt?: Date | undefined;
3231
+ ipAddress: string;
3232
+ userAgent: string;
3233
+ submissionLocation?: {
3234
+ lat: number;
3235
+ lng: number;
3236
+ } | undefined;
3237
+ _id: string;
3238
+ };
3239
+ (options: import("mongoose").ToObjectOptions & {
3240
+ flattenMaps: true;
3241
+ flattenObjectIds: true;
3242
+ }): {
3243
+ status: VerificationStatus;
3244
+ documentType: IdDocumentType;
3245
+ documentNumber: string;
3246
+ verifiedAt?: Date | undefined;
3247
+ createdAt: Date;
3248
+ updatedAt: Date;
3249
+ reviewedAt?: Date | undefined;
3250
+ reviewedBy?: string | undefined;
3251
+ reviewNotes?: string | undefined;
3252
+ profileId: string;
3253
+ accountId: string;
3254
+ rejectionReason?: string | undefined;
3255
+ verifiedBy?: string | undefined;
3256
+ documentCountry: string;
3257
+ frontImageUrl: string;
3258
+ backImageUrl?: string | undefined;
3259
+ selfieUrl: string;
3260
+ extractedName?: string | undefined;
3261
+ extractedDob?: Date | undefined;
3262
+ extractedAddress?: string | undefined;
3263
+ nameMatchScore?: number | undefined;
3264
+ dobMatch?: boolean | undefined;
3265
+ faceMatchScore?: number | undefined;
3266
+ documentExpiryDate?: Date | undefined;
3267
+ verificationExpiresAt?: Date | undefined;
3268
+ ipAddress: string;
3269
+ userAgent: string;
3270
+ submissionLocation?: {
3271
+ lat: number;
3272
+ lng: number;
3273
+ } | undefined;
3274
+ _id: string;
3275
+ };
3276
+ (options: import("mongoose").ToObjectOptions & {
3277
+ flattenObjectIds: true;
3278
+ virtuals: true;
3279
+ }): {
3280
+ status: VerificationStatus;
3281
+ documentType: IdDocumentType;
3282
+ documentNumber: string;
3283
+ verifiedAt?: Date | undefined;
3284
+ createdAt: Date;
3285
+ updatedAt: Date;
3286
+ reviewedAt?: Date | undefined;
3287
+ reviewedBy?: string | undefined;
3288
+ reviewNotes?: string | undefined;
3289
+ profileId: string;
3290
+ accountId: string;
3291
+ rejectionReason?: string | undefined;
3292
+ verifiedBy?: string | undefined;
3293
+ documentCountry: string;
3294
+ frontImageUrl: string;
3295
+ backImageUrl?: string | undefined;
3296
+ selfieUrl: string;
3297
+ extractedName?: string | undefined;
3298
+ extractedDob?: Date | undefined;
3299
+ extractedAddress?: string | undefined;
3300
+ nameMatchScore?: number | undefined;
3301
+ dobMatch?: boolean | undefined;
3302
+ faceMatchScore?: number | undefined;
3303
+ documentExpiryDate?: Date | undefined;
3304
+ verificationExpiresAt?: Date | undefined;
3305
+ ipAddress: string;
3306
+ userAgent: string;
3307
+ submissionLocation?: {
3308
+ lat: number;
3309
+ lng: number;
3310
+ } | undefined;
3311
+ _id: string;
3312
+ };
3313
+ (options: import("mongoose").ToObjectOptions & {
3314
+ flattenObjectIds: true;
3315
+ }): {
3316
+ status: VerificationStatus;
3317
+ documentType: IdDocumentType;
3318
+ documentNumber: string;
3319
+ verifiedAt?: Date | undefined;
3320
+ createdAt: Date;
3321
+ updatedAt: Date;
3322
+ reviewedAt?: Date | undefined;
3323
+ reviewedBy?: string | undefined;
3324
+ reviewNotes?: string | undefined;
3325
+ profileId: string;
3326
+ accountId: string;
3327
+ rejectionReason?: string | undefined;
3328
+ verifiedBy?: string | undefined;
3329
+ documentCountry: string;
3330
+ frontImageUrl: string;
3331
+ backImageUrl?: string | undefined;
3332
+ selfieUrl: string;
3333
+ extractedName?: string | undefined;
3334
+ extractedDob?: Date | undefined;
3335
+ extractedAddress?: string | undefined;
3336
+ nameMatchScore?: number | undefined;
3337
+ dobMatch?: boolean | undefined;
3338
+ faceMatchScore?: number | undefined;
3339
+ documentExpiryDate?: Date | undefined;
3340
+ verificationExpiresAt?: Date | undefined;
3341
+ ipAddress: string;
3342
+ userAgent: string;
3343
+ submissionLocation?: {
3344
+ lat: number;
3345
+ lng: number;
3346
+ } | undefined;
3347
+ _id: string;
3348
+ };
3349
+ (options: import("mongoose").ToObjectOptions & {
3350
+ flattenMaps: true;
3351
+ virtuals: true;
3352
+ }): import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
3353
+ _id: string;
3354
+ } & Required<{
3355
+ _id: string;
3356
+ }>>;
3357
+ (options: import("mongoose").ToObjectOptions & {
3358
+ flattenMaps: true;
3359
+ }): import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
3360
+ _id: string;
3361
+ } & Required<{
3362
+ _id: string;
3363
+ }>>;
3364
+ (options: import("mongoose").ToObjectOptions & {
3365
+ versionKey: false;
3366
+ flattenMaps: true;
3367
+ flattenObjectIds: true;
3368
+ virtuals: true;
3369
+ }): {
3370
+ status: VerificationStatus;
3371
+ documentType: IdDocumentType;
3372
+ documentNumber: string;
3373
+ verifiedAt?: Date | undefined;
3374
+ createdAt: Date;
3375
+ updatedAt: Date;
3376
+ _id: string;
3377
+ reviewedAt?: Date | undefined;
3378
+ reviewedBy?: string | undefined;
3379
+ reviewNotes?: string | undefined;
3380
+ profileId: string;
3381
+ accountId: string;
3382
+ rejectionReason?: string | undefined;
3383
+ verifiedBy?: string | undefined;
3384
+ documentCountry: string;
3385
+ frontImageUrl: string;
3386
+ backImageUrl?: string | undefined;
3387
+ selfieUrl: string;
3388
+ extractedName?: string | undefined;
3389
+ extractedDob?: Date | undefined;
3390
+ extractedAddress?: string | undefined;
3391
+ nameMatchScore?: number | undefined;
3392
+ dobMatch?: boolean | undefined;
3393
+ faceMatchScore?: number | undefined;
3394
+ documentExpiryDate?: Date | undefined;
3395
+ verificationExpiresAt?: Date | undefined;
3396
+ ipAddress: string;
3397
+ userAgent: string;
3398
+ submissionLocation?: {
3399
+ lat: number;
3400
+ lng: number;
3401
+ } | undefined;
3402
+ };
3403
+ (options: import("mongoose").ToObjectOptions & {
3404
+ versionKey: false;
3405
+ flattenMaps: false;
3406
+ flattenObjectIds: true;
3407
+ virtuals: true;
3408
+ }): {
3409
+ status: VerificationStatus;
3410
+ documentType: IdDocumentType;
3411
+ documentNumber: string;
3412
+ verifiedAt?: Date | undefined;
3413
+ createdAt: Date;
3414
+ updatedAt: Date;
3415
+ _id: string;
3416
+ reviewedAt?: Date | undefined;
3417
+ reviewedBy?: string | undefined;
3418
+ reviewNotes?: string | undefined;
3419
+ profileId: string;
3420
+ accountId: string;
3421
+ rejectionReason?: string | undefined;
3422
+ verifiedBy?: string | undefined;
3423
+ documentCountry: string;
3424
+ frontImageUrl: string;
3425
+ backImageUrl?: string | undefined;
3426
+ selfieUrl: string;
3427
+ extractedName?: string | undefined;
3428
+ extractedDob?: Date | undefined;
3429
+ extractedAddress?: string | undefined;
3430
+ nameMatchScore?: number | undefined;
3431
+ dobMatch?: boolean | undefined;
3432
+ faceMatchScore?: number | undefined;
3433
+ documentExpiryDate?: Date | undefined;
3434
+ verificationExpiresAt?: Date | undefined;
3435
+ ipAddress: string;
3436
+ userAgent: string;
3437
+ submissionLocation?: {
3438
+ lat: number;
3439
+ lng: number;
3440
+ } | undefined;
3441
+ };
3442
+ (options: import("mongoose").ToObjectOptions & {
3443
+ versionKey: false;
3444
+ flattenMaps: true;
3445
+ virtuals: true;
3446
+ }): Omit<import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
3447
+ _id: string;
3448
+ } & Required<{
3449
+ _id: string;
3450
+ }>>, "__v">;
3451
+ (options: import("mongoose").ToObjectOptions & {
3452
+ versionKey: false;
3453
+ flattenObjectIds: true;
3454
+ virtuals: true;
3455
+ }): {
3456
+ status: VerificationStatus;
3457
+ documentType: IdDocumentType;
3458
+ documentNumber: string;
3459
+ verifiedAt?: Date | undefined;
3460
+ createdAt: Date;
3461
+ updatedAt: Date;
3462
+ _id: string;
3463
+ reviewedAt?: Date | undefined;
3464
+ reviewedBy?: string | undefined;
3465
+ reviewNotes?: string | undefined;
3466
+ profileId: string;
3467
+ accountId: string;
3468
+ rejectionReason?: string | undefined;
3469
+ verifiedBy?: string | undefined;
3470
+ documentCountry: string;
3471
+ frontImageUrl: string;
3472
+ backImageUrl?: string | undefined;
3473
+ selfieUrl: string;
3474
+ extractedName?: string | undefined;
3475
+ extractedDob?: Date | undefined;
3476
+ extractedAddress?: string | undefined;
3477
+ nameMatchScore?: number | undefined;
3478
+ dobMatch?: boolean | undefined;
3479
+ faceMatchScore?: number | undefined;
3480
+ documentExpiryDate?: Date | undefined;
3481
+ verificationExpiresAt?: Date | undefined;
3482
+ ipAddress: string;
3483
+ userAgent: string;
3484
+ submissionLocation?: {
3485
+ lat: number;
3486
+ lng: number;
3487
+ } | undefined;
3488
+ };
3489
+ (options: import("mongoose").ToObjectOptions & {
3490
+ versionKey: false;
3491
+ virtuals: true;
3492
+ }): Omit<Omit<IVerification, "id"> & {
3493
+ _id: string;
3494
+ } & Required<{
3495
+ _id: string;
3496
+ }>, "__v">;
3497
+ (options: import("mongoose").ToObjectOptions & {
3498
+ versionKey: false;
3499
+ flattenMaps: true;
3500
+ flattenObjectIds: true;
3501
+ }): {
3502
+ status: VerificationStatus;
3503
+ documentType: IdDocumentType;
3504
+ documentNumber: string;
3505
+ verifiedAt?: Date | undefined;
3506
+ createdAt: Date;
3507
+ updatedAt: Date;
3508
+ _id: string;
3509
+ reviewedAt?: Date | undefined;
3510
+ reviewedBy?: string | undefined;
3511
+ reviewNotes?: string | undefined;
3512
+ profileId: string;
3513
+ accountId: string;
3514
+ rejectionReason?: string | undefined;
3515
+ verifiedBy?: string | undefined;
3516
+ documentCountry: string;
3517
+ frontImageUrl: string;
3518
+ backImageUrl?: string | undefined;
3519
+ selfieUrl: string;
3520
+ extractedName?: string | undefined;
3521
+ extractedDob?: Date | undefined;
3522
+ extractedAddress?: string | undefined;
3523
+ nameMatchScore?: number | undefined;
3524
+ dobMatch?: boolean | undefined;
3525
+ faceMatchScore?: number | undefined;
3526
+ documentExpiryDate?: Date | undefined;
3527
+ verificationExpiresAt?: Date | undefined;
3528
+ ipAddress: string;
3529
+ userAgent: string;
3530
+ submissionLocation?: {
3531
+ lat: number;
3532
+ lng: number;
3533
+ } | undefined;
3534
+ };
3535
+ (options: import("mongoose").ToObjectOptions & {
3536
+ versionKey: false;
3537
+ flattenObjectIds: true;
3538
+ }): {
3539
+ status: VerificationStatus;
3540
+ documentType: IdDocumentType;
3541
+ documentNumber: string;
3542
+ verifiedAt?: Date | undefined;
3543
+ createdAt: Date;
3544
+ updatedAt: Date;
3545
+ _id: string;
3546
+ reviewedAt?: Date | undefined;
3547
+ reviewedBy?: string | undefined;
3548
+ reviewNotes?: string | undefined;
3549
+ profileId: string;
3550
+ accountId: string;
3551
+ rejectionReason?: string | undefined;
3552
+ verifiedBy?: string | undefined;
3553
+ documentCountry: string;
3554
+ frontImageUrl: string;
3555
+ backImageUrl?: string | undefined;
3556
+ selfieUrl: string;
3557
+ extractedName?: string | undefined;
3558
+ extractedDob?: Date | undefined;
3559
+ extractedAddress?: string | undefined;
3560
+ nameMatchScore?: number | undefined;
3561
+ dobMatch?: boolean | undefined;
3562
+ faceMatchScore?: number | undefined;
3563
+ documentExpiryDate?: Date | undefined;
3564
+ verificationExpiresAt?: Date | undefined;
3565
+ ipAddress: string;
3566
+ userAgent: string;
3567
+ submissionLocation?: {
3568
+ lat: number;
3569
+ lng: number;
3570
+ } | undefined;
3571
+ };
3572
+ (options: import("mongoose").ToObjectOptions & {
3573
+ versionKey: false;
3574
+ flattenMaps: true;
3575
+ }): Omit<import("mongoose").FlattenMaps<Omit<IVerification, "id"> & {
3576
+ _id: string;
3577
+ } & Required<{
3578
+ _id: string;
3579
+ }>>, "__v">;
3580
+ (options: import("mongoose").ToObjectOptions & {
3581
+ versionKey: false;
3582
+ }): Omit<Omit<IVerification, "id"> & {
3583
+ _id: string;
3584
+ } & Required<{
3585
+ _id: string;
3586
+ }>, "__v">;
3587
+ (options: import("mongoose").ToObjectOptions & {
3588
+ virtuals: true;
3589
+ }): Omit<IVerification, "id"> & {
3590
+ _id: string;
3591
+ } & Required<{
3592
+ _id: string;
3593
+ }>;
3594
+ (options?: import("mongoose").ToObjectOptions): Omit<IVerification, "id"> & {
3595
+ _id: string;
3596
+ } & Required<{
3597
+ _id: string;
3598
+ }> & {
3599
+ __v: number;
3600
+ };
3601
+ <T>(options?: import("mongoose").ToObjectOptions): import("mongoose").Require_id<T> & {
3602
+ __v: number;
3603
+ };
3604
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3605
+ _id: string;
3606
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3607
+ _id: string;
3608
+ } & Required<{
3609
+ _id: string;
3610
+ }> & {
3611
+ __v: number;
3612
+ } & {
3613
+ id: string;
3614
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3615
+ _id: string;
3616
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3617
+ _id: string;
3618
+ } & Required<{
3619
+ _id: string;
3620
+ }> & {
3621
+ __v: number;
3622
+ } & {
3623
+ id: string;
3624
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3625
+ _id: string;
3626
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3627
+ _id: string;
3628
+ } & Required<{
3629
+ _id: string;
3630
+ }> & {
3631
+ __v: number;
3632
+ } & {
3633
+ id: string;
3634
+ }> | undefined;
3635
+ unmarkModified?: import("mongoose").SchemaDefinitionProperty<{
3636
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(path: T): void;
3637
+ (path: string): void;
3638
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3639
+ _id: string;
3640
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3641
+ _id: string;
3642
+ } & Required<{
3643
+ _id: string;
3644
+ }> & {
3645
+ __v: number;
3646
+ } & {
3647
+ id: string;
3648
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3649
+ _id: string;
3650
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3651
+ _id: string;
3652
+ } & Required<{
3653
+ _id: string;
3654
+ }> & {
3655
+ __v: number;
3656
+ } & {
3657
+ id: string;
3658
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3659
+ _id: string;
3660
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3661
+ _id: string;
3662
+ } & Required<{
3663
+ _id: string;
3664
+ }> & {
3665
+ __v: number;
3666
+ } & {
3667
+ id: string;
3668
+ }> | undefined;
3669
+ updateOne?: import("mongoose").SchemaDefinitionProperty<(update?: import("mongoose").UpdateWithAggregationPipeline | import("mongoose").UpdateQuery<import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3670
+ _id: string;
3671
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3672
+ _id: string;
3673
+ } & Required<{
3674
+ _id: string;
3675
+ }> & {
3676
+ __v: number;
3677
+ } & {
3678
+ id: string;
3679
+ }> | undefined, options?: import("mongoose").QueryOptions | null) => import("mongoose").Query<any, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3680
+ _id: string;
3681
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3682
+ _id: string;
3683
+ } & Required<{
3684
+ _id: string;
3685
+ }> & {
3686
+ __v: number;
3687
+ } & {
3688
+ id: string;
3689
+ }, {}, unknown, "find", Record<string, never>>, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3690
+ _id: string;
3691
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3692
+ _id: string;
3693
+ } & Required<{
3694
+ _id: string;
3695
+ }> & {
3696
+ __v: number;
3697
+ } & {
3698
+ id: string;
3699
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3700
+ _id: string;
3701
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3702
+ _id: string;
3703
+ } & Required<{
3704
+ _id: string;
3705
+ }> & {
3706
+ __v: number;
3707
+ } & {
3708
+ id: string;
3709
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3710
+ _id: string;
3711
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3712
+ _id: string;
3713
+ } & Required<{
3714
+ _id: string;
3715
+ }> & {
3716
+ __v: number;
3717
+ } & {
3718
+ id: string;
3719
+ }> | undefined;
3720
+ validate?: import("mongoose").SchemaDefinitionProperty<{
3721
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(pathsToValidate?: T | T[] | undefined, options?: import("mongoose").AnyObject): Promise<void>;
3722
+ (pathsToValidate?: import("mongoose").pathsToValidate, options?: import("mongoose").AnyObject): Promise<void>;
3723
+ (options: {
3724
+ pathsToSkip?: import("mongoose").pathsToSkip;
3725
+ }): Promise<void>;
3726
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3727
+ _id: string;
3728
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3729
+ _id: string;
3730
+ } & Required<{
3731
+ _id: string;
3732
+ }> & {
3733
+ __v: number;
3734
+ } & {
3735
+ id: string;
3736
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3737
+ _id: string;
3738
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3739
+ _id: string;
3740
+ } & Required<{
3741
+ _id: string;
3742
+ }> & {
3743
+ __v: number;
3744
+ } & {
3745
+ id: string;
3746
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3747
+ _id: string;
3748
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3749
+ _id: string;
3750
+ } & Required<{
3751
+ _id: string;
3752
+ }> & {
3753
+ __v: number;
3754
+ } & {
3755
+ id: string;
3756
+ }> | undefined;
3757
+ validateSync?: import("mongoose").SchemaDefinitionProperty<{
3758
+ (options: {
3759
+ pathsToSkip?: import("mongoose").pathsToSkip;
3760
+ [k: string]: any;
3761
+ }): import("mongoose").Error.ValidationError | null;
3762
+ <T extends "status" | "documentType" | "documentNumber" | "verifiedAt" | "createdAt" | "updatedAt" | "_id" | "reviewedAt" | "reviewedBy" | "reviewNotes" | "profileId" | "accountId" | "rejectionReason" | "verifiedBy" | "documentCountry" | "frontImageUrl" | "backImageUrl" | "selfieUrl" | "extractedName" | "extractedDob" | "extractedAddress" | "nameMatchScore" | "dobMatch" | "faceMatchScore" | "documentExpiryDate" | "verificationExpiresAt" | "ipAddress" | "userAgent" | "submissionLocation">(pathsToValidate?: T | T[] | undefined, options?: import("mongoose").AnyObject): import("mongoose").Error.ValidationError | null;
3763
+ (pathsToValidate?: import("mongoose").pathsToValidate, options?: import("mongoose").AnyObject): import("mongoose").Error.ValidationError | null;
3764
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3765
+ _id: string;
3766
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3767
+ _id: string;
3768
+ } & Required<{
3769
+ _id: string;
3770
+ }> & {
3771
+ __v: number;
3772
+ } & {
3773
+ id: string;
3774
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3775
+ _id: string;
3776
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3777
+ _id: string;
3778
+ } & Required<{
3779
+ _id: string;
3780
+ }> & {
3781
+ __v: number;
3782
+ } & {
3783
+ id: string;
3784
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3785
+ _id: string;
3786
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3787
+ _id: string;
3788
+ } & Required<{
3789
+ _id: string;
3790
+ }> & {
3791
+ __v: number;
3792
+ } & {
3793
+ id: string;
3794
+ }> | undefined;
3795
+ status?: import("mongoose").SchemaDefinitionProperty<VerificationStatus, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3796
+ _id: string;
3797
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3798
+ _id: string;
3799
+ } & Required<{
3800
+ _id: string;
3801
+ }> & {
3802
+ __v: number;
3803
+ } & {
3804
+ id: string;
3805
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3806
+ _id: string;
3807
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3808
+ _id: string;
3809
+ } & Required<{
3810
+ _id: string;
3811
+ }> & {
3812
+ __v: number;
3813
+ } & {
3814
+ id: string;
3815
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3816
+ _id: string;
3817
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3818
+ _id: string;
3819
+ } & Required<{
3820
+ _id: string;
3821
+ }> & {
3822
+ __v: number;
3823
+ } & {
3824
+ id: string;
3825
+ }> | undefined;
3826
+ documentType?: import("mongoose").SchemaDefinitionProperty<IdDocumentType, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3827
+ _id: string;
3828
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3829
+ _id: string;
3830
+ } & Required<{
3831
+ _id: string;
3832
+ }> & {
3833
+ __v: number;
3834
+ } & {
3835
+ id: string;
3836
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3837
+ _id: string;
3838
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3839
+ _id: string;
3840
+ } & Required<{
3841
+ _id: string;
3842
+ }> & {
3843
+ __v: number;
3844
+ } & {
3845
+ id: string;
3846
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3847
+ _id: string;
3848
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3849
+ _id: string;
3850
+ } & Required<{
3851
+ _id: string;
3852
+ }> & {
3853
+ __v: number;
3854
+ } & {
3855
+ id: string;
3856
+ }> | undefined;
3857
+ documentNumber?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3858
+ _id: string;
3859
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3860
+ _id: string;
3861
+ } & Required<{
3862
+ _id: string;
3863
+ }> & {
3864
+ __v: number;
3865
+ } & {
3866
+ id: string;
3867
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3868
+ _id: string;
3869
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3870
+ _id: string;
3871
+ } & Required<{
3872
+ _id: string;
3873
+ }> & {
3874
+ __v: number;
3875
+ } & {
3876
+ id: string;
3877
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3878
+ _id: string;
3879
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3880
+ _id: string;
3881
+ } & Required<{
3882
+ _id: string;
3883
+ }> & {
3884
+ __v: number;
3885
+ } & {
3886
+ id: string;
3887
+ }> | undefined;
3888
+ verifiedAt?: import("mongoose").SchemaDefinitionProperty<Date | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3889
+ _id: string;
3890
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3891
+ _id: string;
3892
+ } & Required<{
3893
+ _id: string;
3894
+ }> & {
3895
+ __v: number;
3896
+ } & {
3897
+ id: string;
3898
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3899
+ _id: string;
3900
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3901
+ _id: string;
3902
+ } & Required<{
3903
+ _id: string;
3904
+ }> & {
3905
+ __v: number;
3906
+ } & {
3907
+ id: string;
3908
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3909
+ _id: string;
3910
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3911
+ _id: string;
3912
+ } & Required<{
3913
+ _id: string;
3914
+ }> & {
3915
+ __v: number;
3916
+ } & {
3917
+ id: string;
3918
+ }> | undefined;
3919
+ createdAt?: import("mongoose").SchemaDefinitionProperty<Date, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3920
+ _id: string;
3921
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3922
+ _id: string;
3923
+ } & Required<{
3924
+ _id: string;
3925
+ }> & {
3926
+ __v: number;
3927
+ } & {
3928
+ id: string;
3929
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3930
+ _id: string;
3931
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3932
+ _id: string;
3933
+ } & Required<{
3934
+ _id: string;
3935
+ }> & {
3936
+ __v: number;
3937
+ } & {
3938
+ id: string;
3939
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3940
+ _id: string;
3941
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3942
+ _id: string;
3943
+ } & Required<{
3944
+ _id: string;
3945
+ }> & {
3946
+ __v: number;
3947
+ } & {
3948
+ id: string;
3949
+ }> | undefined;
3950
+ updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3951
+ _id: string;
3952
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3953
+ _id: string;
3954
+ } & Required<{
3955
+ _id: string;
3956
+ }> & {
3957
+ __v: number;
3958
+ } & {
3959
+ id: string;
3960
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3961
+ _id: string;
3962
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3963
+ _id: string;
3964
+ } & Required<{
3965
+ _id: string;
3966
+ }> & {
3967
+ __v: number;
3968
+ } & {
3969
+ id: string;
3970
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3971
+ _id: string;
3972
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3973
+ _id: string;
3974
+ } & Required<{
3975
+ _id: string;
3976
+ }> & {
3977
+ __v: number;
3978
+ } & {
3979
+ id: string;
3980
+ }> | undefined;
3981
+ reviewedAt?: import("mongoose").SchemaDefinitionProperty<Date | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3982
+ _id: string;
3983
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3984
+ _id: string;
3985
+ } & Required<{
3986
+ _id: string;
3987
+ }> & {
3988
+ __v: number;
3989
+ } & {
3990
+ id: string;
3991
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
3992
+ _id: string;
3993
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
3994
+ _id: string;
3995
+ } & Required<{
3996
+ _id: string;
3997
+ }> & {
3998
+ __v: number;
3999
+ } & {
4000
+ id: string;
4001
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4002
+ _id: string;
4003
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4004
+ _id: string;
4005
+ } & Required<{
4006
+ _id: string;
4007
+ }> & {
4008
+ __v: number;
4009
+ } & {
4010
+ id: string;
4011
+ }> | undefined;
4012
+ reviewedBy?: import("mongoose").SchemaDefinitionProperty<string | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4013
+ _id: string;
4014
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4015
+ _id: string;
4016
+ } & Required<{
4017
+ _id: string;
4018
+ }> & {
4019
+ __v: number;
4020
+ } & {
4021
+ id: string;
4022
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4023
+ _id: string;
4024
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4025
+ _id: string;
4026
+ } & Required<{
4027
+ _id: string;
4028
+ }> & {
4029
+ __v: number;
4030
+ } & {
4031
+ id: string;
4032
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4033
+ _id: string;
4034
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4035
+ _id: string;
4036
+ } & Required<{
4037
+ _id: string;
4038
+ }> & {
4039
+ __v: number;
4040
+ } & {
4041
+ id: string;
4042
+ }> | undefined;
4043
+ reviewNotes?: import("mongoose").SchemaDefinitionProperty<string | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4044
+ _id: string;
4045
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4046
+ _id: string;
4047
+ } & Required<{
4048
+ _id: string;
4049
+ }> & {
4050
+ __v: number;
4051
+ } & {
4052
+ id: string;
4053
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4054
+ _id: string;
4055
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4056
+ _id: string;
4057
+ } & Required<{
4058
+ _id: string;
4059
+ }> & {
4060
+ __v: number;
4061
+ } & {
4062
+ id: string;
4063
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4064
+ _id: string;
4065
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4066
+ _id: string;
4067
+ } & Required<{
4068
+ _id: string;
4069
+ }> & {
4070
+ __v: number;
4071
+ } & {
4072
+ id: string;
4073
+ }> | undefined;
4074
+ profileId?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4075
+ _id: string;
4076
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4077
+ _id: string;
4078
+ } & Required<{
4079
+ _id: string;
4080
+ }> & {
4081
+ __v: number;
4082
+ } & {
4083
+ id: string;
4084
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4085
+ _id: string;
4086
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4087
+ _id: string;
4088
+ } & Required<{
4089
+ _id: string;
4090
+ }> & {
4091
+ __v: number;
4092
+ } & {
4093
+ id: string;
4094
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4095
+ _id: string;
4096
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4097
+ _id: string;
4098
+ } & Required<{
4099
+ _id: string;
4100
+ }> & {
4101
+ __v: number;
4102
+ } & {
4103
+ id: string;
4104
+ }> | undefined;
4105
+ accountId?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4106
+ _id: string;
4107
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4108
+ _id: string;
4109
+ } & Required<{
4110
+ _id: string;
4111
+ }> & {
4112
+ __v: number;
4113
+ } & {
4114
+ id: string;
4115
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4116
+ _id: string;
4117
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4118
+ _id: string;
4119
+ } & Required<{
4120
+ _id: string;
4121
+ }> & {
4122
+ __v: number;
4123
+ } & {
4124
+ id: string;
4125
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4126
+ _id: string;
4127
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4128
+ _id: string;
4129
+ } & Required<{
4130
+ _id: string;
4131
+ }> & {
4132
+ __v: number;
4133
+ } & {
4134
+ id: string;
4135
+ }> | undefined;
4136
+ rejectionReason?: import("mongoose").SchemaDefinitionProperty<string | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4137
+ _id: string;
4138
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4139
+ _id: string;
4140
+ } & Required<{
4141
+ _id: string;
4142
+ }> & {
4143
+ __v: number;
4144
+ } & {
4145
+ id: string;
4146
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4147
+ _id: string;
4148
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4149
+ _id: string;
4150
+ } & Required<{
4151
+ _id: string;
4152
+ }> & {
4153
+ __v: number;
4154
+ } & {
4155
+ id: string;
4156
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4157
+ _id: string;
4158
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4159
+ _id: string;
4160
+ } & Required<{
4161
+ _id: string;
4162
+ }> & {
4163
+ __v: number;
4164
+ } & {
4165
+ id: string;
4166
+ }> | undefined;
4167
+ verifiedBy?: import("mongoose").SchemaDefinitionProperty<string | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4168
+ _id: string;
4169
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4170
+ _id: string;
4171
+ } & Required<{
4172
+ _id: string;
4173
+ }> & {
4174
+ __v: number;
4175
+ } & {
4176
+ id: string;
4177
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4178
+ _id: string;
4179
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4180
+ _id: string;
4181
+ } & Required<{
4182
+ _id: string;
4183
+ }> & {
4184
+ __v: number;
4185
+ } & {
4186
+ id: string;
4187
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4188
+ _id: string;
4189
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4190
+ _id: string;
4191
+ } & Required<{
4192
+ _id: string;
4193
+ }> & {
4194
+ __v: number;
4195
+ } & {
4196
+ id: string;
4197
+ }> | undefined;
4198
+ documentCountry?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4199
+ _id: string;
4200
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4201
+ _id: string;
4202
+ } & Required<{
4203
+ _id: string;
4204
+ }> & {
4205
+ __v: number;
4206
+ } & {
4207
+ id: string;
4208
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4209
+ _id: string;
4210
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4211
+ _id: string;
4212
+ } & Required<{
4213
+ _id: string;
4214
+ }> & {
4215
+ __v: number;
4216
+ } & {
4217
+ id: string;
4218
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4219
+ _id: string;
4220
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4221
+ _id: string;
4222
+ } & Required<{
4223
+ _id: string;
4224
+ }> & {
4225
+ __v: number;
4226
+ } & {
4227
+ id: string;
4228
+ }> | undefined;
4229
+ frontImageUrl?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4230
+ _id: string;
4231
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4232
+ _id: string;
4233
+ } & Required<{
4234
+ _id: string;
4235
+ }> & {
4236
+ __v: number;
4237
+ } & {
4238
+ id: string;
4239
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4240
+ _id: string;
4241
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4242
+ _id: string;
4243
+ } & Required<{
4244
+ _id: string;
4245
+ }> & {
4246
+ __v: number;
4247
+ } & {
4248
+ id: string;
4249
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4250
+ _id: string;
4251
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4252
+ _id: string;
4253
+ } & Required<{
4254
+ _id: string;
4255
+ }> & {
4256
+ __v: number;
4257
+ } & {
4258
+ id: string;
4259
+ }> | undefined;
4260
+ backImageUrl?: import("mongoose").SchemaDefinitionProperty<string | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4261
+ _id: string;
4262
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4263
+ _id: string;
4264
+ } & Required<{
4265
+ _id: string;
4266
+ }> & {
4267
+ __v: number;
4268
+ } & {
4269
+ id: string;
4270
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4271
+ _id: string;
4272
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4273
+ _id: string;
4274
+ } & Required<{
4275
+ _id: string;
4276
+ }> & {
4277
+ __v: number;
4278
+ } & {
4279
+ id: string;
4280
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4281
+ _id: string;
4282
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4283
+ _id: string;
4284
+ } & Required<{
4285
+ _id: string;
4286
+ }> & {
4287
+ __v: number;
4288
+ } & {
4289
+ id: string;
4290
+ }> | undefined;
4291
+ selfieUrl?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4292
+ _id: string;
4293
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4294
+ _id: string;
4295
+ } & Required<{
4296
+ _id: string;
4297
+ }> & {
4298
+ __v: number;
4299
+ } & {
4300
+ id: string;
4301
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4302
+ _id: string;
4303
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4304
+ _id: string;
4305
+ } & Required<{
4306
+ _id: string;
4307
+ }> & {
4308
+ __v: number;
4309
+ } & {
4310
+ id: string;
4311
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4312
+ _id: string;
4313
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4314
+ _id: string;
4315
+ } & Required<{
4316
+ _id: string;
4317
+ }> & {
4318
+ __v: number;
4319
+ } & {
4320
+ id: string;
4321
+ }> | undefined;
4322
+ extractedName?: import("mongoose").SchemaDefinitionProperty<string | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4323
+ _id: string;
4324
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4325
+ _id: string;
4326
+ } & Required<{
4327
+ _id: string;
4328
+ }> & {
4329
+ __v: number;
4330
+ } & {
4331
+ id: string;
4332
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4333
+ _id: string;
4334
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4335
+ _id: string;
4336
+ } & Required<{
4337
+ _id: string;
4338
+ }> & {
4339
+ __v: number;
4340
+ } & {
4341
+ id: string;
4342
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4343
+ _id: string;
4344
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4345
+ _id: string;
4346
+ } & Required<{
4347
+ _id: string;
4348
+ }> & {
4349
+ __v: number;
4350
+ } & {
4351
+ id: string;
4352
+ }> | undefined;
4353
+ extractedDob?: import("mongoose").SchemaDefinitionProperty<Date | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4354
+ _id: string;
4355
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4356
+ _id: string;
4357
+ } & Required<{
4358
+ _id: string;
4359
+ }> & {
4360
+ __v: number;
4361
+ } & {
4362
+ id: string;
4363
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4364
+ _id: string;
4365
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4366
+ _id: string;
4367
+ } & Required<{
4368
+ _id: string;
4369
+ }> & {
4370
+ __v: number;
4371
+ } & {
4372
+ id: string;
4373
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4374
+ _id: string;
4375
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4376
+ _id: string;
4377
+ } & Required<{
4378
+ _id: string;
4379
+ }> & {
4380
+ __v: number;
4381
+ } & {
4382
+ id: string;
4383
+ }> | undefined;
4384
+ extractedAddress?: import("mongoose").SchemaDefinitionProperty<string | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4385
+ _id: string;
4386
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4387
+ _id: string;
4388
+ } & Required<{
4389
+ _id: string;
4390
+ }> & {
4391
+ __v: number;
4392
+ } & {
4393
+ id: string;
4394
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4395
+ _id: string;
4396
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4397
+ _id: string;
4398
+ } & Required<{
4399
+ _id: string;
4400
+ }> & {
4401
+ __v: number;
4402
+ } & {
4403
+ id: string;
4404
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4405
+ _id: string;
4406
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4407
+ _id: string;
4408
+ } & Required<{
4409
+ _id: string;
4410
+ }> & {
4411
+ __v: number;
4412
+ } & {
4413
+ id: string;
4414
+ }> | undefined;
4415
+ nameMatchScore?: import("mongoose").SchemaDefinitionProperty<number | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4416
+ _id: string;
4417
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4418
+ _id: string;
4419
+ } & Required<{
4420
+ _id: string;
4421
+ }> & {
4422
+ __v: number;
4423
+ } & {
4424
+ id: string;
4425
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4426
+ _id: string;
4427
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4428
+ _id: string;
4429
+ } & Required<{
4430
+ _id: string;
4431
+ }> & {
4432
+ __v: number;
4433
+ } & {
4434
+ id: string;
4435
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4436
+ _id: string;
4437
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4438
+ _id: string;
4439
+ } & Required<{
4440
+ _id: string;
4441
+ }> & {
4442
+ __v: number;
4443
+ } & {
4444
+ id: string;
4445
+ }> | undefined;
4446
+ dobMatch?: import("mongoose").SchemaDefinitionProperty<boolean | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4447
+ _id: string;
4448
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4449
+ _id: string;
4450
+ } & Required<{
4451
+ _id: string;
4452
+ }> & {
4453
+ __v: number;
4454
+ } & {
4455
+ id: string;
4456
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4457
+ _id: string;
4458
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4459
+ _id: string;
4460
+ } & Required<{
4461
+ _id: string;
4462
+ }> & {
4463
+ __v: number;
4464
+ } & {
4465
+ id: string;
4466
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4467
+ _id: string;
4468
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4469
+ _id: string;
4470
+ } & Required<{
4471
+ _id: string;
4472
+ }> & {
4473
+ __v: number;
4474
+ } & {
4475
+ id: string;
4476
+ }> | undefined;
4477
+ faceMatchScore?: import("mongoose").SchemaDefinitionProperty<number | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4478
+ _id: string;
4479
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4480
+ _id: string;
4481
+ } & Required<{
4482
+ _id: string;
4483
+ }> & {
4484
+ __v: number;
4485
+ } & {
4486
+ id: string;
4487
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4488
+ _id: string;
4489
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4490
+ _id: string;
4491
+ } & Required<{
4492
+ _id: string;
4493
+ }> & {
4494
+ __v: number;
4495
+ } & {
4496
+ id: string;
4497
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4498
+ _id: string;
4499
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4500
+ _id: string;
4501
+ } & Required<{
4502
+ _id: string;
4503
+ }> & {
4504
+ __v: number;
4505
+ } & {
4506
+ id: string;
4507
+ }> | undefined;
4508
+ documentExpiryDate?: import("mongoose").SchemaDefinitionProperty<Date | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4509
+ _id: string;
4510
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4511
+ _id: string;
4512
+ } & Required<{
4513
+ _id: string;
4514
+ }> & {
4515
+ __v: number;
4516
+ } & {
4517
+ id: string;
4518
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4519
+ _id: string;
4520
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4521
+ _id: string;
4522
+ } & Required<{
4523
+ _id: string;
4524
+ }> & {
4525
+ __v: number;
4526
+ } & {
4527
+ id: string;
4528
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4529
+ _id: string;
4530
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4531
+ _id: string;
4532
+ } & Required<{
4533
+ _id: string;
4534
+ }> & {
4535
+ __v: number;
4536
+ } & {
4537
+ id: string;
4538
+ }> | undefined;
4539
+ verificationExpiresAt?: import("mongoose").SchemaDefinitionProperty<Date | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4540
+ _id: string;
4541
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4542
+ _id: string;
4543
+ } & Required<{
4544
+ _id: string;
4545
+ }> & {
4546
+ __v: number;
4547
+ } & {
4548
+ id: string;
4549
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4550
+ _id: string;
4551
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4552
+ _id: string;
4553
+ } & Required<{
4554
+ _id: string;
4555
+ }> & {
4556
+ __v: number;
4557
+ } & {
4558
+ id: string;
4559
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4560
+ _id: string;
4561
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4562
+ _id: string;
4563
+ } & Required<{
4564
+ _id: string;
4565
+ }> & {
4566
+ __v: number;
4567
+ } & {
4568
+ id: string;
4569
+ }> | undefined;
4570
+ ipAddress?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4571
+ _id: string;
4572
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4573
+ _id: string;
4574
+ } & Required<{
4575
+ _id: string;
4576
+ }> & {
4577
+ __v: number;
4578
+ } & {
4579
+ id: string;
4580
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4581
+ _id: string;
4582
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4583
+ _id: string;
4584
+ } & Required<{
4585
+ _id: string;
4586
+ }> & {
4587
+ __v: number;
4588
+ } & {
4589
+ id: string;
4590
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4591
+ _id: string;
4592
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4593
+ _id: string;
4594
+ } & Required<{
4595
+ _id: string;
4596
+ }> & {
4597
+ __v: number;
4598
+ } & {
4599
+ id: string;
4600
+ }> | undefined;
4601
+ userAgent?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4602
+ _id: string;
4603
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4604
+ _id: string;
4605
+ } & Required<{
4606
+ _id: string;
4607
+ }> & {
4608
+ __v: number;
4609
+ } & {
4610
+ id: string;
4611
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4612
+ _id: string;
4613
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4614
+ _id: string;
4615
+ } & Required<{
4616
+ _id: string;
4617
+ }> & {
4618
+ __v: number;
4619
+ } & {
4620
+ id: string;
4621
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4622
+ _id: string;
4623
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4624
+ _id: string;
4625
+ } & Required<{
4626
+ _id: string;
4627
+ }> & {
4628
+ __v: number;
4629
+ } & {
4630
+ id: string;
4631
+ }> | undefined;
4632
+ submissionLocation?: import("mongoose").SchemaDefinitionProperty<import("../index.js").IVerificationSubmissionLocation | undefined, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4633
+ _id: string;
4634
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4635
+ _id: string;
4636
+ } & Required<{
4637
+ _id: string;
4638
+ }> & {
4639
+ __v: number;
4640
+ } & {
4641
+ id: string;
4642
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4643
+ _id: string;
4644
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4645
+ _id: string;
4646
+ } & Required<{
4647
+ _id: string;
4648
+ }> & {
4649
+ __v: number;
4650
+ } & {
4651
+ id: string;
4652
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4653
+ _id: string;
4654
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4655
+ _id: string;
4656
+ } & Required<{
4657
+ _id: string;
4658
+ }> & {
4659
+ __v: number;
4660
+ } & {
4661
+ id: string;
4662
+ }> | undefined;
4663
+ __v?: import("mongoose").SchemaDefinitionProperty<number, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4664
+ _id: string;
4665
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4666
+ _id: string;
4667
+ } & Required<{
4668
+ _id: string;
4669
+ }> & {
4670
+ __v: number;
4671
+ } & {
4672
+ id: string;
4673
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4674
+ _id: string;
4675
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4676
+ _id: string;
4677
+ } & Required<{
4678
+ _id: string;
4679
+ }> & {
4680
+ __v: number;
4681
+ } & {
4682
+ id: string;
4683
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4684
+ _id: string;
4685
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4686
+ _id: string;
4687
+ } & Required<{
4688
+ _id: string;
4689
+ }> & {
4690
+ __v: number;
4691
+ } & {
4692
+ id: string;
4693
+ }> | undefined;
4694
+ id?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4695
+ _id: string;
4696
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4697
+ _id: string;
4698
+ } & Required<{
4699
+ _id: string;
4700
+ }> & {
4701
+ __v: number;
4702
+ } & {
4703
+ id: string;
4704
+ }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4705
+ _id: string;
4706
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4707
+ _id: string;
4708
+ } & Required<{
4709
+ _id: string;
4710
+ }> & {
4711
+ __v: number;
4712
+ } & {
4713
+ id: string;
4714
+ }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4715
+ _id: string;
4716
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4717
+ _id: string;
4718
+ } & Required<{
4719
+ _id: string;
4720
+ }> & {
4721
+ __v: number;
4722
+ } & {
4723
+ id: string;
4724
+ }> | undefined;
4725
+ }, import("mongoose").Document<unknown, {}, Omit<IVerification, "id"> & {
4726
+ _id: string;
4727
+ }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IVerification, "id"> & {
4728
+ _id: string;
4729
+ } & Required<{
46
4730
  _id: string;
47
4731
  }> & {
48
4732
  __v: number;
4733
+ } & {
4734
+ id: string;
49
4735
  }>;
50
4736
  //# sourceMappingURL=verification.schema.d.ts.map