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