@managesome/knotr-toolkit 0.8.13 → 0.8.14

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