@managesome/knotr-toolkit 0.8.6 → 0.8.8

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