@managesome/knotr-toolkit 0.8.5 → 0.8.7

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