@kl1/contracts 1.2.52-uat → 1.2.53-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
  2. package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
  3. package/dist/api-contracts/src/attribute/index.d.ts +4 -4
  4. package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
  5. package/dist/api-contracts/src/auth/index.d.ts +4 -4
  6. package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
  7. package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
  8. package/dist/api-contracts/src/botpress/index.d.ts +28 -28
  9. package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
  10. package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
  11. package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
  12. package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
  13. package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
  14. package/dist/api-contracts/src/category/index.d.ts +12 -12
  15. package/dist/api-contracts/src/category/schema.d.ts +2 -2
  16. package/dist/api-contracts/src/channel/index.d.ts +467 -467
  17. package/dist/api-contracts/src/channel/schema.d.ts +16 -16
  18. package/dist/api-contracts/src/channel/validation.d.ts +20 -20
  19. package/dist/api-contracts/src/chat/index.d.ts +3703 -3703
  20. package/dist/api-contracts/src/chat/schema.d.ts +1128 -1128
  21. package/dist/api-contracts/src/chat/validation.d.ts +745 -745
  22. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  23. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  24. package/dist/api-contracts/src/company/index.d.ts +4 -4
  25. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  26. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  27. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  28. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  29. package/dist/api-contracts/src/contract.d.ts +8831 -8831
  30. package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
  31. package/dist/api-contracts/src/cx-log/schema.d.ts +204 -204
  32. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  33. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  34. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  35. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  36. package/dist/api-contracts/src/facebook-feed/index.d.ts +708 -708
  37. package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
  38. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  39. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  40. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  41. package/dist/api-contracts/src/instagram/index.d.ts +596 -596
  42. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  43. package/dist/api-contracts/src/line/index.d.ts +608 -608
  44. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  45. package/dist/api-contracts/src/line/validation.d.ts +50 -50
  46. package/dist/api-contracts/src/mail/account-contract.d.ts +83 -83
  47. package/dist/api-contracts/src/mail/mail-contract.d.ts +2630 -2630
  48. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
  49. package/dist/api-contracts/src/mail/message-contract.d.ts +278 -278
  50. package/dist/api-contracts/src/mail/room-contract.d.ts +1483 -1483
  51. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  52. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  53. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  54. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
  55. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
  56. package/dist/api-contracts/src/messenger/index.d.ts +599 -599
  57. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  58. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  59. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  60. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  61. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  62. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  63. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  64. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  65. package/dist/api-contracts/src/sms/index.d.ts +164 -164
  66. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  67. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  68. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  69. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  70. package/dist/api-contracts/src/subscription/index.d.ts +190 -190
  71. package/dist/api-contracts/src/subscription/schema.d.ts +218 -218
  72. package/dist/api-contracts/src/subscription/validation.d.ts +2 -2
  73. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  74. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  75. package/dist/api-contracts/src/telegram/index.d.ts +556 -556
  76. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  77. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  78. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  79. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  80. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  81. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  82. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  83. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  84. package/dist/api-contracts/src/user/index.d.ts +23 -23
  85. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  86. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  87. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  88. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  89. package/dist/api-contracts/src/viber/index.d.ts +568 -568
  90. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  91. package/dist/api-contracts/src/webchat/index.d.ts +562 -562
  92. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  93. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  94. package/dist/api-contracts/src/whatsapp/index.d.ts +562 -562
  95. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  96. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  97. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  98. package/dist/api-contracts/src/workflow-rule/index.d.ts +424 -424
  99. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  100. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  101. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  102. package/dist/api-contracts/utils.d.ts +1 -1
  103. package/dist/api-contracts/utils.d.ts.map +1 -1
  104. package/dist/index.js +4 -4
  105. package/dist/index.js.map +1 -1
  106. package/dist/index.mjs +4 -4
  107. package/dist/index.mjs.map +1 -1
  108. package/package.json +1 -1
@@ -92,10 +92,10 @@ export declare const RoomContractsValidationSchema: {
92
92
  contactProfile: z.ZodNullable<z.ZodString>;
93
93
  socialProfileUrl: z.ZodNullable<z.ZodString>;
94
94
  }, "strip", z.ZodTypeAny, {
95
+ name: string;
95
96
  id: string;
96
97
  channel: string | null;
97
98
  address: string | null;
98
- name: string;
99
99
  createdAt: Date;
100
100
  updatedAt: Date;
101
101
  deletedAt: Date | null;
@@ -103,10 +103,10 @@ export declare const RoomContractsValidationSchema: {
103
103
  contactProfile: string | null;
104
104
  socialProfileUrl: string | null;
105
105
  }, {
106
+ name: string;
106
107
  id: string;
107
108
  channel: string | null;
108
109
  address: string | null;
109
- name: string;
110
110
  createdAt: Date;
111
111
  updatedAt: Date;
112
112
  deletedAt: Date | null;
@@ -116,17 +116,17 @@ export declare const RoomContractsValidationSchema: {
116
116
  }>;
117
117
  isNewContact: z.ZodBoolean;
118
118
  }, "strip", z.ZodTypeAny, {
119
+ name: string;
119
120
  id: string;
120
121
  address: string;
121
- name: string;
122
122
  createdAt: Date;
123
123
  updatedAt: Date;
124
124
  deletedAt: Date | null;
125
125
  contact: {
126
+ name: string;
126
127
  id: string;
127
128
  channel: string | null;
128
129
  address: string | null;
129
- name: string;
130
130
  createdAt: Date;
131
131
  updatedAt: Date;
132
132
  deletedAt: Date | null;
@@ -137,17 +137,17 @@ export declare const RoomContractsValidationSchema: {
137
137
  contactId: string;
138
138
  isNewContact: boolean;
139
139
  }, {
140
+ name: string;
140
141
  id: string;
141
142
  address: string;
142
- name: string;
143
143
  createdAt: Date;
144
144
  updatedAt: Date;
145
145
  deletedAt: Date | null;
146
146
  contact: {
147
+ name: string;
147
148
  id: string;
148
149
  channel: string | null;
149
150
  address: string | null;
150
- name: string;
151
151
  createdAt: Date;
152
152
  updatedAt: Date;
153
153
  deletedAt: Date | null;
@@ -167,17 +167,17 @@ export declare const RoomContractsValidationSchema: {
167
167
  messageId: string;
168
168
  mailUserId: string;
169
169
  mailUser: {
170
+ name: string;
170
171
  id: string;
171
172
  address: string;
172
- name: string;
173
173
  createdAt: Date;
174
174
  updatedAt: Date;
175
175
  deletedAt: Date | null;
176
176
  contact: {
177
+ name: string;
177
178
  id: string;
178
179
  channel: string | null;
179
180
  address: string | null;
180
- name: string;
181
181
  createdAt: Date;
182
182
  updatedAt: Date;
183
183
  deletedAt: Date | null;
@@ -197,17 +197,17 @@ export declare const RoomContractsValidationSchema: {
197
197
  messageId: string;
198
198
  mailUserId: string;
199
199
  mailUser: {
200
+ name: string;
200
201
  id: string;
201
202
  address: string;
202
- name: string;
203
203
  createdAt: Date;
204
204
  updatedAt: Date;
205
205
  deletedAt: Date | null;
206
206
  contact: {
207
+ name: string;
207
208
  id: string;
208
209
  channel: string | null;
209
210
  address: string | null;
210
- name: string;
211
211
  createdAt: Date;
212
212
  updatedAt: Date;
213
213
  deletedAt: Date | null;
@@ -247,10 +247,10 @@ export declare const RoomContractsValidationSchema: {
247
247
  contactProfile: z.ZodNullable<z.ZodString>;
248
248
  socialProfileUrl: z.ZodNullable<z.ZodString>;
249
249
  }, "strip", z.ZodTypeAny, {
250
+ name: string;
250
251
  id: string;
251
252
  channel: string | null;
252
253
  address: string | null;
253
- name: string;
254
254
  createdAt: Date;
255
255
  updatedAt: Date;
256
256
  deletedAt: Date | null;
@@ -258,10 +258,10 @@ export declare const RoomContractsValidationSchema: {
258
258
  contactProfile: string | null;
259
259
  socialProfileUrl: string | null;
260
260
  }, {
261
+ name: string;
261
262
  id: string;
262
263
  channel: string | null;
263
264
  address: string | null;
264
- name: string;
265
265
  createdAt: Date;
266
266
  updatedAt: Date;
267
267
  deletedAt: Date | null;
@@ -271,17 +271,17 @@ export declare const RoomContractsValidationSchema: {
271
271
  }>;
272
272
  isNewContact: z.ZodBoolean;
273
273
  }, "strip", z.ZodTypeAny, {
274
+ name: string;
274
275
  id: string;
275
276
  address: string;
276
- name: string;
277
277
  createdAt: Date;
278
278
  updatedAt: Date;
279
279
  deletedAt: Date | null;
280
280
  contact: {
281
+ name: string;
281
282
  id: string;
282
283
  channel: string | null;
283
284
  address: string | null;
284
- name: string;
285
285
  createdAt: Date;
286
286
  updatedAt: Date;
287
287
  deletedAt: Date | null;
@@ -292,17 +292,17 @@ export declare const RoomContractsValidationSchema: {
292
292
  contactId: string;
293
293
  isNewContact: boolean;
294
294
  }, {
295
+ name: string;
295
296
  id: string;
296
297
  address: string;
297
- name: string;
298
298
  createdAt: Date;
299
299
  updatedAt: Date;
300
300
  deletedAt: Date | null;
301
301
  contact: {
302
+ name: string;
302
303
  id: string;
303
304
  channel: string | null;
304
305
  address: string | null;
305
- name: string;
306
306
  createdAt: Date;
307
307
  updatedAt: Date;
308
308
  deletedAt: Date | null;
@@ -322,17 +322,17 @@ export declare const RoomContractsValidationSchema: {
322
322
  messageId: string;
323
323
  mailUserId: string;
324
324
  mailUser: {
325
+ name: string;
325
326
  id: string;
326
327
  address: string;
327
- name: string;
328
328
  createdAt: Date;
329
329
  updatedAt: Date;
330
330
  deletedAt: Date | null;
331
331
  contact: {
332
+ name: string;
332
333
  id: string;
333
334
  channel: string | null;
334
335
  address: string | null;
335
- name: string;
336
336
  createdAt: Date;
337
337
  updatedAt: Date;
338
338
  deletedAt: Date | null;
@@ -352,17 +352,17 @@ export declare const RoomContractsValidationSchema: {
352
352
  messageId: string;
353
353
  mailUserId: string;
354
354
  mailUser: {
355
+ name: string;
355
356
  id: string;
356
357
  address: string;
357
- name: string;
358
358
  createdAt: Date;
359
359
  updatedAt: Date;
360
360
  deletedAt: Date | null;
361
361
  contact: {
362
+ name: string;
362
363
  id: string;
363
364
  channel: string | null;
364
365
  address: string | null;
365
- name: string;
366
366
  createdAt: Date;
367
367
  updatedAt: Date;
368
368
  deletedAt: Date | null;
@@ -402,10 +402,10 @@ export declare const RoomContractsValidationSchema: {
402
402
  contactProfile: z.ZodNullable<z.ZodString>;
403
403
  socialProfileUrl: z.ZodNullable<z.ZodString>;
404
404
  }, "strip", z.ZodTypeAny, {
405
+ name: string;
405
406
  id: string;
406
407
  channel: string | null;
407
408
  address: string | null;
408
- name: string;
409
409
  createdAt: Date;
410
410
  updatedAt: Date;
411
411
  deletedAt: Date | null;
@@ -413,10 +413,10 @@ export declare const RoomContractsValidationSchema: {
413
413
  contactProfile: string | null;
414
414
  socialProfileUrl: string | null;
415
415
  }, {
416
+ name: string;
416
417
  id: string;
417
418
  channel: string | null;
418
419
  address: string | null;
419
- name: string;
420
420
  createdAt: Date;
421
421
  updatedAt: Date;
422
422
  deletedAt: Date | null;
@@ -426,17 +426,17 @@ export declare const RoomContractsValidationSchema: {
426
426
  }>;
427
427
  isNewContact: z.ZodBoolean;
428
428
  }, "strip", z.ZodTypeAny, {
429
+ name: string;
429
430
  id: string;
430
431
  address: string;
431
- name: string;
432
432
  createdAt: Date;
433
433
  updatedAt: Date;
434
434
  deletedAt: Date | null;
435
435
  contact: {
436
+ name: string;
436
437
  id: string;
437
438
  channel: string | null;
438
439
  address: string | null;
439
- name: string;
440
440
  createdAt: Date;
441
441
  updatedAt: Date;
442
442
  deletedAt: Date | null;
@@ -447,17 +447,17 @@ export declare const RoomContractsValidationSchema: {
447
447
  contactId: string;
448
448
  isNewContact: boolean;
449
449
  }, {
450
+ name: string;
450
451
  id: string;
451
452
  address: string;
452
- name: string;
453
453
  createdAt: Date;
454
454
  updatedAt: Date;
455
455
  deletedAt: Date | null;
456
456
  contact: {
457
+ name: string;
457
458
  id: string;
458
459
  channel: string | null;
459
460
  address: string | null;
460
- name: string;
461
461
  createdAt: Date;
462
462
  updatedAt: Date;
463
463
  deletedAt: Date | null;
@@ -477,17 +477,17 @@ export declare const RoomContractsValidationSchema: {
477
477
  messageId: string;
478
478
  mailUserId: string;
479
479
  mailUser: {
480
+ name: string;
480
481
  id: string;
481
482
  address: string;
482
- name: string;
483
483
  createdAt: Date;
484
484
  updatedAt: Date;
485
485
  deletedAt: Date | null;
486
486
  contact: {
487
+ name: string;
487
488
  id: string;
488
489
  channel: string | null;
489
490
  address: string | null;
490
- name: string;
491
491
  createdAt: Date;
492
492
  updatedAt: Date;
493
493
  deletedAt: Date | null;
@@ -507,17 +507,17 @@ export declare const RoomContractsValidationSchema: {
507
507
  messageId: string;
508
508
  mailUserId: string;
509
509
  mailUser: {
510
+ name: string;
510
511
  id: string;
511
512
  address: string;
512
- name: string;
513
513
  createdAt: Date;
514
514
  updatedAt: Date;
515
515
  deletedAt: Date | null;
516
516
  contact: {
517
+ name: string;
517
518
  id: string;
518
519
  channel: string | null;
519
520
  address: string | null;
520
- name: string;
521
521
  createdAt: Date;
522
522
  updatedAt: Date;
523
523
  deletedAt: Date | null;
@@ -557,10 +557,10 @@ export declare const RoomContractsValidationSchema: {
557
557
  contactProfile: z.ZodNullable<z.ZodString>;
558
558
  socialProfileUrl: z.ZodNullable<z.ZodString>;
559
559
  }, "strip", z.ZodTypeAny, {
560
+ name: string;
560
561
  id: string;
561
562
  channel: string | null;
562
563
  address: string | null;
563
- name: string;
564
564
  createdAt: Date;
565
565
  updatedAt: Date;
566
566
  deletedAt: Date | null;
@@ -568,10 +568,10 @@ export declare const RoomContractsValidationSchema: {
568
568
  contactProfile: string | null;
569
569
  socialProfileUrl: string | null;
570
570
  }, {
571
+ name: string;
571
572
  id: string;
572
573
  channel: string | null;
573
574
  address: string | null;
574
- name: string;
575
575
  createdAt: Date;
576
576
  updatedAt: Date;
577
577
  deletedAt: Date | null;
@@ -581,17 +581,17 @@ export declare const RoomContractsValidationSchema: {
581
581
  }>;
582
582
  isNewContact: z.ZodBoolean;
583
583
  }, "strip", z.ZodTypeAny, {
584
+ name: string;
584
585
  id: string;
585
586
  address: string;
586
- name: string;
587
587
  createdAt: Date;
588
588
  updatedAt: Date;
589
589
  deletedAt: Date | null;
590
590
  contact: {
591
+ name: string;
591
592
  id: string;
592
593
  channel: string | null;
593
594
  address: string | null;
594
- name: string;
595
595
  createdAt: Date;
596
596
  updatedAt: Date;
597
597
  deletedAt: Date | null;
@@ -602,17 +602,17 @@ export declare const RoomContractsValidationSchema: {
602
602
  contactId: string;
603
603
  isNewContact: boolean;
604
604
  }, {
605
+ name: string;
605
606
  id: string;
606
607
  address: string;
607
- name: string;
608
608
  createdAt: Date;
609
609
  updatedAt: Date;
610
610
  deletedAt: Date | null;
611
611
  contact: {
612
+ name: string;
612
613
  id: string;
613
614
  channel: string | null;
614
615
  address: string | null;
615
- name: string;
616
616
  createdAt: Date;
617
617
  updatedAt: Date;
618
618
  deletedAt: Date | null;
@@ -632,17 +632,17 @@ export declare const RoomContractsValidationSchema: {
632
632
  messageId: string;
633
633
  mailUserId: string;
634
634
  mailUser: {
635
+ name: string;
635
636
  id: string;
636
637
  address: string;
637
- name: string;
638
638
  createdAt: Date;
639
639
  updatedAt: Date;
640
640
  deletedAt: Date | null;
641
641
  contact: {
642
+ name: string;
642
643
  id: string;
643
644
  channel: string | null;
644
645
  address: string | null;
645
- name: string;
646
646
  createdAt: Date;
647
647
  updatedAt: Date;
648
648
  deletedAt: Date | null;
@@ -662,17 +662,17 @@ export declare const RoomContractsValidationSchema: {
662
662
  messageId: string;
663
663
  mailUserId: string;
664
664
  mailUser: {
665
+ name: string;
665
666
  id: string;
666
667
  address: string;
667
- name: string;
668
668
  createdAt: Date;
669
669
  updatedAt: Date;
670
670
  deletedAt: Date | null;
671
671
  contact: {
672
+ name: string;
672
673
  id: string;
673
674
  channel: string | null;
674
675
  address: string | null;
675
- name: string;
676
676
  createdAt: Date;
677
677
  updatedAt: Date;
678
678
  deletedAt: Date | null;
@@ -732,10 +732,10 @@ export declare const RoomContractsValidationSchema: {
732
732
  contactProfile: z.ZodNullable<z.ZodString>;
733
733
  socialProfileUrl: z.ZodNullable<z.ZodString>;
734
734
  }, "strip", z.ZodTypeAny, {
735
+ name: string;
735
736
  id: string;
736
737
  channel: string | null;
737
738
  address: string | null;
738
- name: string;
739
739
  createdAt: Date;
740
740
  updatedAt: Date;
741
741
  deletedAt: Date | null;
@@ -743,10 +743,10 @@ export declare const RoomContractsValidationSchema: {
743
743
  contactProfile: string | null;
744
744
  socialProfileUrl: string | null;
745
745
  }, {
746
+ name: string;
746
747
  id: string;
747
748
  channel: string | null;
748
749
  address: string | null;
749
- name: string;
750
750
  createdAt: Date;
751
751
  updatedAt: Date;
752
752
  deletedAt: Date | null;
@@ -756,17 +756,17 @@ export declare const RoomContractsValidationSchema: {
756
756
  }>;
757
757
  isNewContact: z.ZodBoolean;
758
758
  }, "strip", z.ZodTypeAny, {
759
+ name: string;
759
760
  id: string;
760
761
  address: string;
761
- name: string;
762
762
  createdAt: Date;
763
763
  updatedAt: Date;
764
764
  deletedAt: Date | null;
765
765
  contact: {
766
+ name: string;
766
767
  id: string;
767
768
  channel: string | null;
768
769
  address: string | null;
769
- name: string;
770
770
  createdAt: Date;
771
771
  updatedAt: Date;
772
772
  deletedAt: Date | null;
@@ -777,17 +777,17 @@ export declare const RoomContractsValidationSchema: {
777
777
  contactId: string;
778
778
  isNewContact: boolean;
779
779
  }, {
780
+ name: string;
780
781
  id: string;
781
782
  address: string;
782
- name: string;
783
783
  createdAt: Date;
784
784
  updatedAt: Date;
785
785
  deletedAt: Date | null;
786
786
  contact: {
787
+ name: string;
787
788
  id: string;
788
789
  channel: string | null;
789
790
  address: string | null;
790
- name: string;
791
791
  createdAt: Date;
792
792
  updatedAt: Date;
793
793
  deletedAt: Date | null;
@@ -807,17 +807,17 @@ export declare const RoomContractsValidationSchema: {
807
807
  messageId: string;
808
808
  mailUserId: string;
809
809
  mailUser: {
810
+ name: string;
810
811
  id: string;
811
812
  address: string;
812
- name: string;
813
813
  createdAt: Date;
814
814
  updatedAt: Date;
815
815
  deletedAt: Date | null;
816
816
  contact: {
817
+ name: string;
817
818
  id: string;
818
819
  channel: string | null;
819
820
  address: string | null;
820
- name: string;
821
821
  createdAt: Date;
822
822
  updatedAt: Date;
823
823
  deletedAt: Date | null;
@@ -837,17 +837,17 @@ export declare const RoomContractsValidationSchema: {
837
837
  messageId: string;
838
838
  mailUserId: string;
839
839
  mailUser: {
840
+ name: string;
840
841
  id: string;
841
842
  address: string;
842
- name: string;
843
843
  createdAt: Date;
844
844
  updatedAt: Date;
845
845
  deletedAt: Date | null;
846
846
  contact: {
847
+ name: string;
847
848
  id: string;
848
849
  channel: string | null;
849
850
  address: string | null;
850
- name: string;
851
851
  createdAt: Date;
852
852
  updatedAt: Date;
853
853
  deletedAt: Date | null;
@@ -887,10 +887,10 @@ export declare const RoomContractsValidationSchema: {
887
887
  contactProfile: z.ZodNullable<z.ZodString>;
888
888
  socialProfileUrl: z.ZodNullable<z.ZodString>;
889
889
  }, "strip", z.ZodTypeAny, {
890
+ name: string;
890
891
  id: string;
891
892
  channel: string | null;
892
893
  address: string | null;
893
- name: string;
894
894
  createdAt: Date;
895
895
  updatedAt: Date;
896
896
  deletedAt: Date | null;
@@ -898,10 +898,10 @@ export declare const RoomContractsValidationSchema: {
898
898
  contactProfile: string | null;
899
899
  socialProfileUrl: string | null;
900
900
  }, {
901
+ name: string;
901
902
  id: string;
902
903
  channel: string | null;
903
904
  address: string | null;
904
- name: string;
905
905
  createdAt: Date;
906
906
  updatedAt: Date;
907
907
  deletedAt: Date | null;
@@ -911,17 +911,17 @@ export declare const RoomContractsValidationSchema: {
911
911
  }>;
912
912
  isNewContact: z.ZodBoolean;
913
913
  }, "strip", z.ZodTypeAny, {
914
+ name: string;
914
915
  id: string;
915
916
  address: string;
916
- name: string;
917
917
  createdAt: Date;
918
918
  updatedAt: Date;
919
919
  deletedAt: Date | null;
920
920
  contact: {
921
+ name: string;
921
922
  id: string;
922
923
  channel: string | null;
923
924
  address: string | null;
924
- name: string;
925
925
  createdAt: Date;
926
926
  updatedAt: Date;
927
927
  deletedAt: Date | null;
@@ -932,17 +932,17 @@ export declare const RoomContractsValidationSchema: {
932
932
  contactId: string;
933
933
  isNewContact: boolean;
934
934
  }, {
935
+ name: string;
935
936
  id: string;
936
937
  address: string;
937
- name: string;
938
938
  createdAt: Date;
939
939
  updatedAt: Date;
940
940
  deletedAt: Date | null;
941
941
  contact: {
942
+ name: string;
942
943
  id: string;
943
944
  channel: string | null;
944
945
  address: string | null;
945
- name: string;
946
946
  createdAt: Date;
947
947
  updatedAt: Date;
948
948
  deletedAt: Date | null;
@@ -962,17 +962,17 @@ export declare const RoomContractsValidationSchema: {
962
962
  messageId: string;
963
963
  mailUserId: string;
964
964
  mailUser: {
965
+ name: string;
965
966
  id: string;
966
967
  address: string;
967
- name: string;
968
968
  createdAt: Date;
969
969
  updatedAt: Date;
970
970
  deletedAt: Date | null;
971
971
  contact: {
972
+ name: string;
972
973
  id: string;
973
974
  channel: string | null;
974
975
  address: string | null;
975
- name: string;
976
976
  createdAt: Date;
977
977
  updatedAt: Date;
978
978
  deletedAt: Date | null;
@@ -992,17 +992,17 @@ export declare const RoomContractsValidationSchema: {
992
992
  messageId: string;
993
993
  mailUserId: string;
994
994
  mailUser: {
995
+ name: string;
995
996
  id: string;
996
997
  address: string;
997
- name: string;
998
998
  createdAt: Date;
999
999
  updatedAt: Date;
1000
1000
  deletedAt: Date | null;
1001
1001
  contact: {
1002
+ name: string;
1002
1003
  id: string;
1003
1004
  channel: string | null;
1004
1005
  address: string | null;
1005
- name: string;
1006
1006
  createdAt: Date;
1007
1007
  updatedAt: Date;
1008
1008
  deletedAt: Date | null;
@@ -1042,10 +1042,10 @@ export declare const RoomContractsValidationSchema: {
1042
1042
  contactProfile: z.ZodNullable<z.ZodString>;
1043
1043
  socialProfileUrl: z.ZodNullable<z.ZodString>;
1044
1044
  }, "strip", z.ZodTypeAny, {
1045
+ name: string;
1045
1046
  id: string;
1046
1047
  channel: string | null;
1047
1048
  address: string | null;
1048
- name: string;
1049
1049
  createdAt: Date;
1050
1050
  updatedAt: Date;
1051
1051
  deletedAt: Date | null;
@@ -1053,10 +1053,10 @@ export declare const RoomContractsValidationSchema: {
1053
1053
  contactProfile: string | null;
1054
1054
  socialProfileUrl: string | null;
1055
1055
  }, {
1056
+ name: string;
1056
1057
  id: string;
1057
1058
  channel: string | null;
1058
1059
  address: string | null;
1059
- name: string;
1060
1060
  createdAt: Date;
1061
1061
  updatedAt: Date;
1062
1062
  deletedAt: Date | null;
@@ -1066,17 +1066,17 @@ export declare const RoomContractsValidationSchema: {
1066
1066
  }>;
1067
1067
  isNewContact: z.ZodBoolean;
1068
1068
  }, "strip", z.ZodTypeAny, {
1069
+ name: string;
1069
1070
  id: string;
1070
1071
  address: string;
1071
- name: string;
1072
1072
  createdAt: Date;
1073
1073
  updatedAt: Date;
1074
1074
  deletedAt: Date | null;
1075
1075
  contact: {
1076
+ name: string;
1076
1077
  id: string;
1077
1078
  channel: string | null;
1078
1079
  address: string | null;
1079
- name: string;
1080
1080
  createdAt: Date;
1081
1081
  updatedAt: Date;
1082
1082
  deletedAt: Date | null;
@@ -1087,17 +1087,17 @@ export declare const RoomContractsValidationSchema: {
1087
1087
  contactId: string;
1088
1088
  isNewContact: boolean;
1089
1089
  }, {
1090
+ name: string;
1090
1091
  id: string;
1091
1092
  address: string;
1092
- name: string;
1093
1093
  createdAt: Date;
1094
1094
  updatedAt: Date;
1095
1095
  deletedAt: Date | null;
1096
1096
  contact: {
1097
+ name: string;
1097
1098
  id: string;
1098
1099
  channel: string | null;
1099
1100
  address: string | null;
1100
- name: string;
1101
1101
  createdAt: Date;
1102
1102
  updatedAt: Date;
1103
1103
  deletedAt: Date | null;
@@ -1117,17 +1117,17 @@ export declare const RoomContractsValidationSchema: {
1117
1117
  messageId: string;
1118
1118
  mailUserId: string;
1119
1119
  mailUser: {
1120
+ name: string;
1120
1121
  id: string;
1121
1122
  address: string;
1122
- name: string;
1123
1123
  createdAt: Date;
1124
1124
  updatedAt: Date;
1125
1125
  deletedAt: Date | null;
1126
1126
  contact: {
1127
+ name: string;
1127
1128
  id: string;
1128
1129
  channel: string | null;
1129
1130
  address: string | null;
1130
- name: string;
1131
1131
  createdAt: Date;
1132
1132
  updatedAt: Date;
1133
1133
  deletedAt: Date | null;
@@ -1147,17 +1147,17 @@ export declare const RoomContractsValidationSchema: {
1147
1147
  messageId: string;
1148
1148
  mailUserId: string;
1149
1149
  mailUser: {
1150
+ name: string;
1150
1151
  id: string;
1151
1152
  address: string;
1152
- name: string;
1153
1153
  createdAt: Date;
1154
1154
  updatedAt: Date;
1155
1155
  deletedAt: Date | null;
1156
1156
  contact: {
1157
+ name: string;
1157
1158
  id: string;
1158
1159
  channel: string | null;
1159
1160
  address: string | null;
1160
- name: string;
1161
1161
  createdAt: Date;
1162
1162
  updatedAt: Date;
1163
1163
  deletedAt: Date | null;
@@ -1197,10 +1197,10 @@ export declare const RoomContractsValidationSchema: {
1197
1197
  contactProfile: z.ZodNullable<z.ZodString>;
1198
1198
  socialProfileUrl: z.ZodNullable<z.ZodString>;
1199
1199
  }, "strip", z.ZodTypeAny, {
1200
+ name: string;
1200
1201
  id: string;
1201
1202
  channel: string | null;
1202
1203
  address: string | null;
1203
- name: string;
1204
1204
  createdAt: Date;
1205
1205
  updatedAt: Date;
1206
1206
  deletedAt: Date | null;
@@ -1208,10 +1208,10 @@ export declare const RoomContractsValidationSchema: {
1208
1208
  contactProfile: string | null;
1209
1209
  socialProfileUrl: string | null;
1210
1210
  }, {
1211
+ name: string;
1211
1212
  id: string;
1212
1213
  channel: string | null;
1213
1214
  address: string | null;
1214
- name: string;
1215
1215
  createdAt: Date;
1216
1216
  updatedAt: Date;
1217
1217
  deletedAt: Date | null;
@@ -1221,17 +1221,17 @@ export declare const RoomContractsValidationSchema: {
1221
1221
  }>;
1222
1222
  isNewContact: z.ZodBoolean;
1223
1223
  }, "strip", z.ZodTypeAny, {
1224
+ name: string;
1224
1225
  id: string;
1225
1226
  address: string;
1226
- name: string;
1227
1227
  createdAt: Date;
1228
1228
  updatedAt: Date;
1229
1229
  deletedAt: Date | null;
1230
1230
  contact: {
1231
+ name: string;
1231
1232
  id: string;
1232
1233
  channel: string | null;
1233
1234
  address: string | null;
1234
- name: string;
1235
1235
  createdAt: Date;
1236
1236
  updatedAt: Date;
1237
1237
  deletedAt: Date | null;
@@ -1242,17 +1242,17 @@ export declare const RoomContractsValidationSchema: {
1242
1242
  contactId: string;
1243
1243
  isNewContact: boolean;
1244
1244
  }, {
1245
+ name: string;
1245
1246
  id: string;
1246
1247
  address: string;
1247
- name: string;
1248
1248
  createdAt: Date;
1249
1249
  updatedAt: Date;
1250
1250
  deletedAt: Date | null;
1251
1251
  contact: {
1252
+ name: string;
1252
1253
  id: string;
1253
1254
  channel: string | null;
1254
1255
  address: string | null;
1255
- name: string;
1256
1256
  createdAt: Date;
1257
1257
  updatedAt: Date;
1258
1258
  deletedAt: Date | null;
@@ -1272,17 +1272,17 @@ export declare const RoomContractsValidationSchema: {
1272
1272
  messageId: string;
1273
1273
  mailUserId: string;
1274
1274
  mailUser: {
1275
+ name: string;
1275
1276
  id: string;
1276
1277
  address: string;
1277
- name: string;
1278
1278
  createdAt: Date;
1279
1279
  updatedAt: Date;
1280
1280
  deletedAt: Date | null;
1281
1281
  contact: {
1282
+ name: string;
1282
1283
  id: string;
1283
1284
  channel: string | null;
1284
1285
  address: string | null;
1285
- name: string;
1286
1286
  createdAt: Date;
1287
1287
  updatedAt: Date;
1288
1288
  deletedAt: Date | null;
@@ -1302,17 +1302,17 @@ export declare const RoomContractsValidationSchema: {
1302
1302
  messageId: string;
1303
1303
  mailUserId: string;
1304
1304
  mailUser: {
1305
+ name: string;
1305
1306
  id: string;
1306
1307
  address: string;
1307
- name: string;
1308
1308
  createdAt: Date;
1309
1309
  updatedAt: Date;
1310
1310
  deletedAt: Date | null;
1311
1311
  contact: {
1312
+ name: string;
1312
1313
  id: string;
1313
1314
  channel: string | null;
1314
1315
  address: string | null;
1315
- name: string;
1316
1316
  createdAt: Date;
1317
1317
  updatedAt: Date;
1318
1318
  deletedAt: Date | null;
@@ -1434,17 +1434,17 @@ export declare const RoomContractsValidationSchema: {
1434
1434
  messageId: string;
1435
1435
  mailUserId: string;
1436
1436
  mailUser: {
1437
+ name: string;
1437
1438
  id: string;
1438
1439
  address: string;
1439
- name: string;
1440
1440
  createdAt: Date;
1441
1441
  updatedAt: Date;
1442
1442
  deletedAt: Date | null;
1443
1443
  contact: {
1444
+ name: string;
1444
1445
  id: string;
1445
1446
  channel: string | null;
1446
1447
  address: string | null;
1447
- name: string;
1448
1448
  createdAt: Date;
1449
1449
  updatedAt: Date;
1450
1450
  deletedAt: Date | null;
@@ -1490,17 +1490,17 @@ export declare const RoomContractsValidationSchema: {
1490
1490
  messageId: string;
1491
1491
  mailUserId: string;
1492
1492
  mailUser: {
1493
+ name: string;
1493
1494
  id: string;
1494
1495
  address: string;
1495
- name: string;
1496
1496
  createdAt: Date;
1497
1497
  updatedAt: Date;
1498
1498
  deletedAt: Date | null;
1499
1499
  contact: {
1500
+ name: string;
1500
1501
  id: string;
1501
1502
  channel: string | null;
1502
1503
  address: string | null;
1503
- name: string;
1504
1504
  createdAt: Date;
1505
1505
  updatedAt: Date;
1506
1506
  deletedAt: Date | null;
@@ -1521,17 +1521,17 @@ export declare const RoomContractsValidationSchema: {
1521
1521
  messageId: string;
1522
1522
  mailUserId: string;
1523
1523
  mailUser: {
1524
+ name: string;
1524
1525
  id: string;
1525
1526
  address: string;
1526
- name: string;
1527
1527
  createdAt: Date;
1528
1528
  updatedAt: Date;
1529
1529
  deletedAt: Date | null;
1530
1530
  contact: {
1531
+ name: string;
1531
1532
  id: string;
1532
1533
  channel: string | null;
1533
1534
  address: string | null;
1534
- name: string;
1535
1535
  createdAt: Date;
1536
1536
  updatedAt: Date;
1537
1537
  deletedAt: Date | null;
@@ -1552,17 +1552,17 @@ export declare const RoomContractsValidationSchema: {
1552
1552
  messageId: string;
1553
1553
  mailUserId: string;
1554
1554
  mailUser: {
1555
+ name: string;
1555
1556
  id: string;
1556
1557
  address: string;
1557
- name: string;
1558
1558
  createdAt: Date;
1559
1559
  updatedAt: Date;
1560
1560
  deletedAt: Date | null;
1561
1561
  contact: {
1562
+ name: string;
1562
1563
  id: string;
1563
1564
  channel: string | null;
1564
1565
  address: string | null;
1565
- name: string;
1566
1566
  createdAt: Date;
1567
1567
  updatedAt: Date;
1568
1568
  deletedAt: Date | null;
@@ -1602,17 +1602,17 @@ export declare const RoomContractsValidationSchema: {
1602
1602
  messageId: string;
1603
1603
  mailUserId: string;
1604
1604
  mailUser: {
1605
+ name: string;
1605
1606
  id: string;
1606
1607
  address: string;
1607
- name: string;
1608
1608
  createdAt: Date;
1609
1609
  updatedAt: Date;
1610
1610
  deletedAt: Date | null;
1611
1611
  contact: {
1612
+ name: string;
1612
1613
  id: string;
1613
1614
  channel: string | null;
1614
1615
  address: string | null;
1615
- name: string;
1616
1616
  createdAt: Date;
1617
1617
  updatedAt: Date;
1618
1618
  deletedAt: Date | null;
@@ -1658,17 +1658,17 @@ export declare const RoomContractsValidationSchema: {
1658
1658
  messageId: string;
1659
1659
  mailUserId: string;
1660
1660
  mailUser: {
1661
+ name: string;
1661
1662
  id: string;
1662
1663
  address: string;
1663
- name: string;
1664
1664
  createdAt: Date;
1665
1665
  updatedAt: Date;
1666
1666
  deletedAt: Date | null;
1667
1667
  contact: {
1668
+ name: string;
1668
1669
  id: string;
1669
1670
  channel: string | null;
1670
1671
  address: string | null;
1671
- name: string;
1672
1672
  createdAt: Date;
1673
1673
  updatedAt: Date;
1674
1674
  deletedAt: Date | null;
@@ -1689,17 +1689,17 @@ export declare const RoomContractsValidationSchema: {
1689
1689
  messageId: string;
1690
1690
  mailUserId: string;
1691
1691
  mailUser: {
1692
+ name: string;
1692
1693
  id: string;
1693
1694
  address: string;
1694
- name: string;
1695
1695
  createdAt: Date;
1696
1696
  updatedAt: Date;
1697
1697
  deletedAt: Date | null;
1698
1698
  contact: {
1699
+ name: string;
1699
1700
  id: string;
1700
1701
  channel: string | null;
1701
1702
  address: string | null;
1702
- name: string;
1703
1703
  createdAt: Date;
1704
1704
  updatedAt: Date;
1705
1705
  deletedAt: Date | null;
@@ -1720,17 +1720,17 @@ export declare const RoomContractsValidationSchema: {
1720
1720
  messageId: string;
1721
1721
  mailUserId: string;
1722
1722
  mailUser: {
1723
+ name: string;
1723
1724
  id: string;
1724
1725
  address: string;
1725
- name: string;
1726
1726
  createdAt: Date;
1727
1727
  updatedAt: Date;
1728
1728
  deletedAt: Date | null;
1729
1729
  contact: {
1730
+ name: string;
1730
1731
  id: string;
1731
1732
  channel: string | null;
1732
1733
  address: string | null;
1733
- name: string;
1734
1734
  createdAt: Date;
1735
1735
  updatedAt: Date;
1736
1736
  deletedAt: Date | null;
@@ -1801,10 +1801,10 @@ export declare const RoomContractsValidationSchema: {
1801
1801
  contactProfile: z.ZodNullable<z.ZodString>;
1802
1802
  socialProfileUrl: z.ZodNullable<z.ZodString>;
1803
1803
  }, "strip", z.ZodTypeAny, {
1804
+ name: string;
1804
1805
  id: string;
1805
1806
  channel: string | null;
1806
1807
  address: string | null;
1807
- name: string;
1808
1808
  createdAt: Date;
1809
1809
  updatedAt: Date;
1810
1810
  deletedAt: Date | null;
@@ -1812,10 +1812,10 @@ export declare const RoomContractsValidationSchema: {
1812
1812
  contactProfile: string | null;
1813
1813
  socialProfileUrl: string | null;
1814
1814
  }, {
1815
+ name: string;
1815
1816
  id: string;
1816
1817
  channel: string | null;
1817
1818
  address: string | null;
1818
- name: string;
1819
1819
  createdAt: Date;
1820
1820
  updatedAt: Date;
1821
1821
  deletedAt: Date | null;
@@ -1825,17 +1825,17 @@ export declare const RoomContractsValidationSchema: {
1825
1825
  }>;
1826
1826
  isNewContact: z.ZodBoolean;
1827
1827
  }, "strip", z.ZodTypeAny, {
1828
+ name: string;
1828
1829
  id: string;
1829
1830
  address: string;
1830
- name: string;
1831
1831
  createdAt: Date;
1832
1832
  updatedAt: Date;
1833
1833
  deletedAt: Date | null;
1834
1834
  contact: {
1835
+ name: string;
1835
1836
  id: string;
1836
1837
  channel: string | null;
1837
1838
  address: string | null;
1838
- name: string;
1839
1839
  createdAt: Date;
1840
1840
  updatedAt: Date;
1841
1841
  deletedAt: Date | null;
@@ -1846,17 +1846,17 @@ export declare const RoomContractsValidationSchema: {
1846
1846
  contactId: string;
1847
1847
  isNewContact: boolean;
1848
1848
  }, {
1849
+ name: string;
1849
1850
  id: string;
1850
1851
  address: string;
1851
- name: string;
1852
1852
  createdAt: Date;
1853
1853
  updatedAt: Date;
1854
1854
  deletedAt: Date | null;
1855
1855
  contact: {
1856
+ name: string;
1856
1857
  id: string;
1857
1858
  channel: string | null;
1858
1859
  address: string | null;
1859
- name: string;
1860
1860
  createdAt: Date;
1861
1861
  updatedAt: Date;
1862
1862
  deletedAt: Date | null;
@@ -1876,17 +1876,17 @@ export declare const RoomContractsValidationSchema: {
1876
1876
  messageId: string;
1877
1877
  mailUserId: string;
1878
1878
  mailUser: {
1879
+ name: string;
1879
1880
  id: string;
1880
1881
  address: string;
1881
- name: string;
1882
1882
  createdAt: Date;
1883
1883
  updatedAt: Date;
1884
1884
  deletedAt: Date | null;
1885
1885
  contact: {
1886
+ name: string;
1886
1887
  id: string;
1887
1888
  channel: string | null;
1888
1889
  address: string | null;
1889
- name: string;
1890
1890
  createdAt: Date;
1891
1891
  updatedAt: Date;
1892
1892
  deletedAt: Date | null;
@@ -1906,17 +1906,17 @@ export declare const RoomContractsValidationSchema: {
1906
1906
  messageId: string;
1907
1907
  mailUserId: string;
1908
1908
  mailUser: {
1909
+ name: string;
1909
1910
  id: string;
1910
1911
  address: string;
1911
- name: string;
1912
1912
  createdAt: Date;
1913
1913
  updatedAt: Date;
1914
1914
  deletedAt: Date | null;
1915
1915
  contact: {
1916
+ name: string;
1916
1917
  id: string;
1917
1918
  channel: string | null;
1918
1919
  address: string | null;
1919
- name: string;
1920
1920
  createdAt: Date;
1921
1921
  updatedAt: Date;
1922
1922
  deletedAt: Date | null;
@@ -1956,10 +1956,10 @@ export declare const RoomContractsValidationSchema: {
1956
1956
  contactProfile: z.ZodNullable<z.ZodString>;
1957
1957
  socialProfileUrl: z.ZodNullable<z.ZodString>;
1958
1958
  }, "strip", z.ZodTypeAny, {
1959
+ name: string;
1959
1960
  id: string;
1960
1961
  channel: string | null;
1961
1962
  address: string | null;
1962
- name: string;
1963
1963
  createdAt: Date;
1964
1964
  updatedAt: Date;
1965
1965
  deletedAt: Date | null;
@@ -1967,10 +1967,10 @@ export declare const RoomContractsValidationSchema: {
1967
1967
  contactProfile: string | null;
1968
1968
  socialProfileUrl: string | null;
1969
1969
  }, {
1970
+ name: string;
1970
1971
  id: string;
1971
1972
  channel: string | null;
1972
1973
  address: string | null;
1973
- name: string;
1974
1974
  createdAt: Date;
1975
1975
  updatedAt: Date;
1976
1976
  deletedAt: Date | null;
@@ -1980,17 +1980,17 @@ export declare const RoomContractsValidationSchema: {
1980
1980
  }>;
1981
1981
  isNewContact: z.ZodBoolean;
1982
1982
  }, "strip", z.ZodTypeAny, {
1983
+ name: string;
1983
1984
  id: string;
1984
1985
  address: string;
1985
- name: string;
1986
1986
  createdAt: Date;
1987
1987
  updatedAt: Date;
1988
1988
  deletedAt: Date | null;
1989
1989
  contact: {
1990
+ name: string;
1990
1991
  id: string;
1991
1992
  channel: string | null;
1992
1993
  address: string | null;
1993
- name: string;
1994
1994
  createdAt: Date;
1995
1995
  updatedAt: Date;
1996
1996
  deletedAt: Date | null;
@@ -2001,17 +2001,17 @@ export declare const RoomContractsValidationSchema: {
2001
2001
  contactId: string;
2002
2002
  isNewContact: boolean;
2003
2003
  }, {
2004
+ name: string;
2004
2005
  id: string;
2005
2006
  address: string;
2006
- name: string;
2007
2007
  createdAt: Date;
2008
2008
  updatedAt: Date;
2009
2009
  deletedAt: Date | null;
2010
2010
  contact: {
2011
+ name: string;
2011
2012
  id: string;
2012
2013
  channel: string | null;
2013
2014
  address: string | null;
2014
- name: string;
2015
2015
  createdAt: Date;
2016
2016
  updatedAt: Date;
2017
2017
  deletedAt: Date | null;
@@ -2031,17 +2031,17 @@ export declare const RoomContractsValidationSchema: {
2031
2031
  messageId: string;
2032
2032
  mailUserId: string;
2033
2033
  mailUser: {
2034
+ name: string;
2034
2035
  id: string;
2035
2036
  address: string;
2036
- name: string;
2037
2037
  createdAt: Date;
2038
2038
  updatedAt: Date;
2039
2039
  deletedAt: Date | null;
2040
2040
  contact: {
2041
+ name: string;
2041
2042
  id: string;
2042
2043
  channel: string | null;
2043
2044
  address: string | null;
2044
- name: string;
2045
2045
  createdAt: Date;
2046
2046
  updatedAt: Date;
2047
2047
  deletedAt: Date | null;
@@ -2061,17 +2061,17 @@ export declare const RoomContractsValidationSchema: {
2061
2061
  messageId: string;
2062
2062
  mailUserId: string;
2063
2063
  mailUser: {
2064
+ name: string;
2064
2065
  id: string;
2065
2066
  address: string;
2066
- name: string;
2067
2067
  createdAt: Date;
2068
2068
  updatedAt: Date;
2069
2069
  deletedAt: Date | null;
2070
2070
  contact: {
2071
+ name: string;
2071
2072
  id: string;
2072
2073
  channel: string | null;
2073
2074
  address: string | null;
2074
- name: string;
2075
2075
  createdAt: Date;
2076
2076
  updatedAt: Date;
2077
2077
  deletedAt: Date | null;
@@ -2111,10 +2111,10 @@ export declare const RoomContractsValidationSchema: {
2111
2111
  contactProfile: z.ZodNullable<z.ZodString>;
2112
2112
  socialProfileUrl: z.ZodNullable<z.ZodString>;
2113
2113
  }, "strip", z.ZodTypeAny, {
2114
+ name: string;
2114
2115
  id: string;
2115
2116
  channel: string | null;
2116
2117
  address: string | null;
2117
- name: string;
2118
2118
  createdAt: Date;
2119
2119
  updatedAt: Date;
2120
2120
  deletedAt: Date | null;
@@ -2122,10 +2122,10 @@ export declare const RoomContractsValidationSchema: {
2122
2122
  contactProfile: string | null;
2123
2123
  socialProfileUrl: string | null;
2124
2124
  }, {
2125
+ name: string;
2125
2126
  id: string;
2126
2127
  channel: string | null;
2127
2128
  address: string | null;
2128
- name: string;
2129
2129
  createdAt: Date;
2130
2130
  updatedAt: Date;
2131
2131
  deletedAt: Date | null;
@@ -2135,17 +2135,17 @@ export declare const RoomContractsValidationSchema: {
2135
2135
  }>;
2136
2136
  isNewContact: z.ZodBoolean;
2137
2137
  }, "strip", z.ZodTypeAny, {
2138
+ name: string;
2138
2139
  id: string;
2139
2140
  address: string;
2140
- name: string;
2141
2141
  createdAt: Date;
2142
2142
  updatedAt: Date;
2143
2143
  deletedAt: Date | null;
2144
2144
  contact: {
2145
+ name: string;
2145
2146
  id: string;
2146
2147
  channel: string | null;
2147
2148
  address: string | null;
2148
- name: string;
2149
2149
  createdAt: Date;
2150
2150
  updatedAt: Date;
2151
2151
  deletedAt: Date | null;
@@ -2156,17 +2156,17 @@ export declare const RoomContractsValidationSchema: {
2156
2156
  contactId: string;
2157
2157
  isNewContact: boolean;
2158
2158
  }, {
2159
+ name: string;
2159
2160
  id: string;
2160
2161
  address: string;
2161
- name: string;
2162
2162
  createdAt: Date;
2163
2163
  updatedAt: Date;
2164
2164
  deletedAt: Date | null;
2165
2165
  contact: {
2166
+ name: string;
2166
2167
  id: string;
2167
2168
  channel: string | null;
2168
2169
  address: string | null;
2169
- name: string;
2170
2170
  createdAt: Date;
2171
2171
  updatedAt: Date;
2172
2172
  deletedAt: Date | null;
@@ -2186,17 +2186,17 @@ export declare const RoomContractsValidationSchema: {
2186
2186
  messageId: string;
2187
2187
  mailUserId: string;
2188
2188
  mailUser: {
2189
+ name: string;
2189
2190
  id: string;
2190
2191
  address: string;
2191
- name: string;
2192
2192
  createdAt: Date;
2193
2193
  updatedAt: Date;
2194
2194
  deletedAt: Date | null;
2195
2195
  contact: {
2196
+ name: string;
2196
2197
  id: string;
2197
2198
  channel: string | null;
2198
2199
  address: string | null;
2199
- name: string;
2200
2200
  createdAt: Date;
2201
2201
  updatedAt: Date;
2202
2202
  deletedAt: Date | null;
@@ -2216,17 +2216,17 @@ export declare const RoomContractsValidationSchema: {
2216
2216
  messageId: string;
2217
2217
  mailUserId: string;
2218
2218
  mailUser: {
2219
+ name: string;
2219
2220
  id: string;
2220
2221
  address: string;
2221
- name: string;
2222
2222
  createdAt: Date;
2223
2223
  updatedAt: Date;
2224
2224
  deletedAt: Date | null;
2225
2225
  contact: {
2226
+ name: string;
2226
2227
  id: string;
2227
2228
  channel: string | null;
2228
2229
  address: string | null;
2229
- name: string;
2230
2230
  createdAt: Date;
2231
2231
  updatedAt: Date;
2232
2232
  deletedAt: Date | null;
@@ -2266,10 +2266,10 @@ export declare const RoomContractsValidationSchema: {
2266
2266
  contactProfile: z.ZodNullable<z.ZodString>;
2267
2267
  socialProfileUrl: z.ZodNullable<z.ZodString>;
2268
2268
  }, "strip", z.ZodTypeAny, {
2269
+ name: string;
2269
2270
  id: string;
2270
2271
  channel: string | null;
2271
2272
  address: string | null;
2272
- name: string;
2273
2273
  createdAt: Date;
2274
2274
  updatedAt: Date;
2275
2275
  deletedAt: Date | null;
@@ -2277,10 +2277,10 @@ export declare const RoomContractsValidationSchema: {
2277
2277
  contactProfile: string | null;
2278
2278
  socialProfileUrl: string | null;
2279
2279
  }, {
2280
+ name: string;
2280
2281
  id: string;
2281
2282
  channel: string | null;
2282
2283
  address: string | null;
2283
- name: string;
2284
2284
  createdAt: Date;
2285
2285
  updatedAt: Date;
2286
2286
  deletedAt: Date | null;
@@ -2290,17 +2290,17 @@ export declare const RoomContractsValidationSchema: {
2290
2290
  }>;
2291
2291
  isNewContact: z.ZodBoolean;
2292
2292
  }, "strip", z.ZodTypeAny, {
2293
+ name: string;
2293
2294
  id: string;
2294
2295
  address: string;
2295
- name: string;
2296
2296
  createdAt: Date;
2297
2297
  updatedAt: Date;
2298
2298
  deletedAt: Date | null;
2299
2299
  contact: {
2300
+ name: string;
2300
2301
  id: string;
2301
2302
  channel: string | null;
2302
2303
  address: string | null;
2303
- name: string;
2304
2304
  createdAt: Date;
2305
2305
  updatedAt: Date;
2306
2306
  deletedAt: Date | null;
@@ -2311,17 +2311,17 @@ export declare const RoomContractsValidationSchema: {
2311
2311
  contactId: string;
2312
2312
  isNewContact: boolean;
2313
2313
  }, {
2314
+ name: string;
2314
2315
  id: string;
2315
2316
  address: string;
2316
- name: string;
2317
2317
  createdAt: Date;
2318
2318
  updatedAt: Date;
2319
2319
  deletedAt: Date | null;
2320
2320
  contact: {
2321
+ name: string;
2321
2322
  id: string;
2322
2323
  channel: string | null;
2323
2324
  address: string | null;
2324
- name: string;
2325
2325
  createdAt: Date;
2326
2326
  updatedAt: Date;
2327
2327
  deletedAt: Date | null;
@@ -2341,17 +2341,17 @@ export declare const RoomContractsValidationSchema: {
2341
2341
  messageId: string;
2342
2342
  mailUserId: string;
2343
2343
  mailUser: {
2344
+ name: string;
2344
2345
  id: string;
2345
2346
  address: string;
2346
- name: string;
2347
2347
  createdAt: Date;
2348
2348
  updatedAt: Date;
2349
2349
  deletedAt: Date | null;
2350
2350
  contact: {
2351
+ name: string;
2351
2352
  id: string;
2352
2353
  channel: string | null;
2353
2354
  address: string | null;
2354
- name: string;
2355
2355
  createdAt: Date;
2356
2356
  updatedAt: Date;
2357
2357
  deletedAt: Date | null;
@@ -2371,17 +2371,17 @@ export declare const RoomContractsValidationSchema: {
2371
2371
  messageId: string;
2372
2372
  mailUserId: string;
2373
2373
  mailUser: {
2374
+ name: string;
2374
2375
  id: string;
2375
2376
  address: string;
2376
- name: string;
2377
2377
  createdAt: Date;
2378
2378
  updatedAt: Date;
2379
2379
  deletedAt: Date | null;
2380
2380
  contact: {
2381
+ name: string;
2381
2382
  id: string;
2382
2383
  channel: string | null;
2383
2384
  address: string | null;
2384
- name: string;
2385
2385
  createdAt: Date;
2386
2386
  updatedAt: Date;
2387
2387
  deletedAt: Date | null;
@@ -2503,17 +2503,17 @@ export declare const RoomContractsValidationSchema: {
2503
2503
  messageId: string;
2504
2504
  mailUserId: string;
2505
2505
  mailUser: {
2506
+ name: string;
2506
2507
  id: string;
2507
2508
  address: string;
2508
- name: string;
2509
2509
  createdAt: Date;
2510
2510
  updatedAt: Date;
2511
2511
  deletedAt: Date | null;
2512
2512
  contact: {
2513
+ name: string;
2513
2514
  id: string;
2514
2515
  channel: string | null;
2515
2516
  address: string | null;
2516
- name: string;
2517
2517
  createdAt: Date;
2518
2518
  updatedAt: Date;
2519
2519
  deletedAt: Date | null;
@@ -2559,17 +2559,17 @@ export declare const RoomContractsValidationSchema: {
2559
2559
  messageId: string;
2560
2560
  mailUserId: string;
2561
2561
  mailUser: {
2562
+ name: string;
2562
2563
  id: string;
2563
2564
  address: string;
2564
- name: string;
2565
2565
  createdAt: Date;
2566
2566
  updatedAt: Date;
2567
2567
  deletedAt: Date | null;
2568
2568
  contact: {
2569
+ name: string;
2569
2570
  id: string;
2570
2571
  channel: string | null;
2571
2572
  address: string | null;
2572
- name: string;
2573
2573
  createdAt: Date;
2574
2574
  updatedAt: Date;
2575
2575
  deletedAt: Date | null;
@@ -2590,17 +2590,17 @@ export declare const RoomContractsValidationSchema: {
2590
2590
  messageId: string;
2591
2591
  mailUserId: string;
2592
2592
  mailUser: {
2593
+ name: string;
2593
2594
  id: string;
2594
2595
  address: string;
2595
- name: string;
2596
2596
  createdAt: Date;
2597
2597
  updatedAt: Date;
2598
2598
  deletedAt: Date | null;
2599
2599
  contact: {
2600
+ name: string;
2600
2601
  id: string;
2601
2602
  channel: string | null;
2602
2603
  address: string | null;
2603
- name: string;
2604
2604
  createdAt: Date;
2605
2605
  updatedAt: Date;
2606
2606
  deletedAt: Date | null;
@@ -2621,17 +2621,17 @@ export declare const RoomContractsValidationSchema: {
2621
2621
  messageId: string;
2622
2622
  mailUserId: string;
2623
2623
  mailUser: {
2624
+ name: string;
2624
2625
  id: string;
2625
2626
  address: string;
2626
- name: string;
2627
2627
  createdAt: Date;
2628
2628
  updatedAt: Date;
2629
2629
  deletedAt: Date | null;
2630
2630
  contact: {
2631
+ name: string;
2631
2632
  id: string;
2632
2633
  channel: string | null;
2633
2634
  address: string | null;
2634
- name: string;
2635
2635
  createdAt: Date;
2636
2636
  updatedAt: Date;
2637
2637
  deletedAt: Date | null;
@@ -2671,17 +2671,17 @@ export declare const RoomContractsValidationSchema: {
2671
2671
  messageId: string;
2672
2672
  mailUserId: string;
2673
2673
  mailUser: {
2674
+ name: string;
2674
2675
  id: string;
2675
2676
  address: string;
2676
- name: string;
2677
2677
  createdAt: Date;
2678
2678
  updatedAt: Date;
2679
2679
  deletedAt: Date | null;
2680
2680
  contact: {
2681
+ name: string;
2681
2682
  id: string;
2682
2683
  channel: string | null;
2683
2684
  address: string | null;
2684
- name: string;
2685
2685
  createdAt: Date;
2686
2686
  updatedAt: Date;
2687
2687
  deletedAt: Date | null;
@@ -2727,17 +2727,17 @@ export declare const RoomContractsValidationSchema: {
2727
2727
  messageId: string;
2728
2728
  mailUserId: string;
2729
2729
  mailUser: {
2730
+ name: string;
2730
2731
  id: string;
2731
2732
  address: string;
2732
- name: string;
2733
2733
  createdAt: Date;
2734
2734
  updatedAt: Date;
2735
2735
  deletedAt: Date | null;
2736
2736
  contact: {
2737
+ name: string;
2737
2738
  id: string;
2738
2739
  channel: string | null;
2739
2740
  address: string | null;
2740
- name: string;
2741
2741
  createdAt: Date;
2742
2742
  updatedAt: Date;
2743
2743
  deletedAt: Date | null;
@@ -2758,17 +2758,17 @@ export declare const RoomContractsValidationSchema: {
2758
2758
  messageId: string;
2759
2759
  mailUserId: string;
2760
2760
  mailUser: {
2761
+ name: string;
2761
2762
  id: string;
2762
2763
  address: string;
2763
- name: string;
2764
2764
  createdAt: Date;
2765
2765
  updatedAt: Date;
2766
2766
  deletedAt: Date | null;
2767
2767
  contact: {
2768
+ name: string;
2768
2769
  id: string;
2769
2770
  channel: string | null;
2770
2771
  address: string | null;
2771
- name: string;
2772
2772
  createdAt: Date;
2773
2773
  updatedAt: Date;
2774
2774
  deletedAt: Date | null;
@@ -2789,17 +2789,17 @@ export declare const RoomContractsValidationSchema: {
2789
2789
  messageId: string;
2790
2790
  mailUserId: string;
2791
2791
  mailUser: {
2792
+ name: string;
2792
2793
  id: string;
2793
2794
  address: string;
2794
- name: string;
2795
2795
  createdAt: Date;
2796
2796
  updatedAt: Date;
2797
2797
  deletedAt: Date | null;
2798
2798
  contact: {
2799
+ name: string;
2799
2800
  id: string;
2800
2801
  channel: string | null;
2801
2802
  address: string | null;
2802
- name: string;
2803
2803
  createdAt: Date;
2804
2804
  updatedAt: Date;
2805
2805
  deletedAt: Date | null;
@@ -2830,15 +2830,15 @@ export declare const RoomContractsValidationSchema: {
2830
2830
  deletedAt: z.ZodNullable<z.ZodDate>;
2831
2831
  name: z.ZodString;
2832
2832
  }, "strip", z.ZodTypeAny, {
2833
- id: string;
2834
2833
  name: string;
2834
+ id: string;
2835
2835
  color: string;
2836
2836
  createdAt: Date;
2837
2837
  updatedAt: Date;
2838
2838
  deletedAt: Date | null;
2839
2839
  }, {
2840
- id: string;
2841
2840
  name: string;
2841
+ id: string;
2842
2842
  color: string;
2843
2843
  createdAt: Date;
2844
2844
  updatedAt: Date;
@@ -2855,9 +2855,9 @@ export declare const RoomContractsValidationSchema: {
2855
2855
  phone: z.ZodNullable<z.ZodString>;
2856
2856
  notificationCount: z.ZodNullable<z.ZodNumber>;
2857
2857
  }, "strip", z.ZodTypeAny, {
2858
+ name: string;
2858
2859
  id: string;
2859
2860
  address: string | null;
2860
- name: string;
2861
2861
  email: string;
2862
2862
  createdAt: Date;
2863
2863
  updatedAt: Date;
@@ -2865,9 +2865,9 @@ export declare const RoomContractsValidationSchema: {
2865
2865
  phone: string | null;
2866
2866
  notificationCount: number | null;
2867
2867
  }, {
2868
+ name: string;
2868
2869
  id: string;
2869
2870
  address: string | null;
2870
- name: string;
2871
2871
  email: string;
2872
2872
  createdAt: Date;
2873
2873
  updatedAt: Date;
@@ -2923,10 +2923,10 @@ export declare const RoomContractsValidationSchema: {
2923
2923
  contactProfile: z.ZodNullable<z.ZodString>;
2924
2924
  socialProfileUrl: z.ZodNullable<z.ZodString>;
2925
2925
  }, "strip", z.ZodTypeAny, {
2926
+ name: string;
2926
2927
  id: string;
2927
2928
  channel: string | null;
2928
2929
  address: string | null;
2929
- name: string;
2930
2930
  createdAt: Date;
2931
2931
  updatedAt: Date;
2932
2932
  deletedAt: Date | null;
@@ -2934,10 +2934,10 @@ export declare const RoomContractsValidationSchema: {
2934
2934
  contactProfile: string | null;
2935
2935
  socialProfileUrl: string | null;
2936
2936
  }, {
2937
+ name: string;
2937
2938
  id: string;
2938
2939
  channel: string | null;
2939
2940
  address: string | null;
2940
- name: string;
2941
2941
  createdAt: Date;
2942
2942
  updatedAt: Date;
2943
2943
  deletedAt: Date | null;
@@ -2947,17 +2947,17 @@ export declare const RoomContractsValidationSchema: {
2947
2947
  }>;
2948
2948
  isNewContact: z.ZodBoolean;
2949
2949
  }, "strip", z.ZodTypeAny, {
2950
+ name: string;
2950
2951
  id: string;
2951
2952
  address: string;
2952
- name: string;
2953
2953
  createdAt: Date;
2954
2954
  updatedAt: Date;
2955
2955
  deletedAt: Date | null;
2956
2956
  contact: {
2957
+ name: string;
2957
2958
  id: string;
2958
2959
  channel: string | null;
2959
2960
  address: string | null;
2960
- name: string;
2961
2961
  createdAt: Date;
2962
2962
  updatedAt: Date;
2963
2963
  deletedAt: Date | null;
@@ -2968,17 +2968,17 @@ export declare const RoomContractsValidationSchema: {
2968
2968
  contactId: string;
2969
2969
  isNewContact: boolean;
2970
2970
  }, {
2971
+ name: string;
2971
2972
  id: string;
2972
2973
  address: string;
2973
- name: string;
2974
2974
  createdAt: Date;
2975
2975
  updatedAt: Date;
2976
2976
  deletedAt: Date | null;
2977
2977
  contact: {
2978
+ name: string;
2978
2979
  id: string;
2979
2980
  channel: string | null;
2980
2981
  address: string | null;
2981
- name: string;
2982
2982
  createdAt: Date;
2983
2983
  updatedAt: Date;
2984
2984
  deletedAt: Date | null;
@@ -2998,17 +2998,17 @@ export declare const RoomContractsValidationSchema: {
2998
2998
  messageId: string;
2999
2999
  mailUserId: string;
3000
3000
  mailUser: {
3001
+ name: string;
3001
3002
  id: string;
3002
3003
  address: string;
3003
- name: string;
3004
3004
  createdAt: Date;
3005
3005
  updatedAt: Date;
3006
3006
  deletedAt: Date | null;
3007
3007
  contact: {
3008
+ name: string;
3008
3009
  id: string;
3009
3010
  channel: string | null;
3010
3011
  address: string | null;
3011
- name: string;
3012
3012
  createdAt: Date;
3013
3013
  updatedAt: Date;
3014
3014
  deletedAt: Date | null;
@@ -3028,17 +3028,17 @@ export declare const RoomContractsValidationSchema: {
3028
3028
  messageId: string;
3029
3029
  mailUserId: string;
3030
3030
  mailUser: {
3031
+ name: string;
3031
3032
  id: string;
3032
3033
  address: string;
3033
- name: string;
3034
3034
  createdAt: Date;
3035
3035
  updatedAt: Date;
3036
3036
  deletedAt: Date | null;
3037
3037
  contact: {
3038
+ name: string;
3038
3039
  id: string;
3039
3040
  channel: string | null;
3040
3041
  address: string | null;
3041
- name: string;
3042
3042
  createdAt: Date;
3043
3043
  updatedAt: Date;
3044
3044
  deletedAt: Date | null;
@@ -3078,10 +3078,10 @@ export declare const RoomContractsValidationSchema: {
3078
3078
  contactProfile: z.ZodNullable<z.ZodString>;
3079
3079
  socialProfileUrl: z.ZodNullable<z.ZodString>;
3080
3080
  }, "strip", z.ZodTypeAny, {
3081
+ name: string;
3081
3082
  id: string;
3082
3083
  channel: string | null;
3083
3084
  address: string | null;
3084
- name: string;
3085
3085
  createdAt: Date;
3086
3086
  updatedAt: Date;
3087
3087
  deletedAt: Date | null;
@@ -3089,10 +3089,10 @@ export declare const RoomContractsValidationSchema: {
3089
3089
  contactProfile: string | null;
3090
3090
  socialProfileUrl: string | null;
3091
3091
  }, {
3092
+ name: string;
3092
3093
  id: string;
3093
3094
  channel: string | null;
3094
3095
  address: string | null;
3095
- name: string;
3096
3096
  createdAt: Date;
3097
3097
  updatedAt: Date;
3098
3098
  deletedAt: Date | null;
@@ -3102,17 +3102,17 @@ export declare const RoomContractsValidationSchema: {
3102
3102
  }>;
3103
3103
  isNewContact: z.ZodBoolean;
3104
3104
  }, "strip", z.ZodTypeAny, {
3105
+ name: string;
3105
3106
  id: string;
3106
3107
  address: string;
3107
- name: string;
3108
3108
  createdAt: Date;
3109
3109
  updatedAt: Date;
3110
3110
  deletedAt: Date | null;
3111
3111
  contact: {
3112
+ name: string;
3112
3113
  id: string;
3113
3114
  channel: string | null;
3114
3115
  address: string | null;
3115
- name: string;
3116
3116
  createdAt: Date;
3117
3117
  updatedAt: Date;
3118
3118
  deletedAt: Date | null;
@@ -3123,17 +3123,17 @@ export declare const RoomContractsValidationSchema: {
3123
3123
  contactId: string;
3124
3124
  isNewContact: boolean;
3125
3125
  }, {
3126
+ name: string;
3126
3127
  id: string;
3127
3128
  address: string;
3128
- name: string;
3129
3129
  createdAt: Date;
3130
3130
  updatedAt: Date;
3131
3131
  deletedAt: Date | null;
3132
3132
  contact: {
3133
+ name: string;
3133
3134
  id: string;
3134
3135
  channel: string | null;
3135
3136
  address: string | null;
3136
- name: string;
3137
3137
  createdAt: Date;
3138
3138
  updatedAt: Date;
3139
3139
  deletedAt: Date | null;
@@ -3153,17 +3153,17 @@ export declare const RoomContractsValidationSchema: {
3153
3153
  messageId: string;
3154
3154
  mailUserId: string;
3155
3155
  mailUser: {
3156
+ name: string;
3156
3157
  id: string;
3157
3158
  address: string;
3158
- name: string;
3159
3159
  createdAt: Date;
3160
3160
  updatedAt: Date;
3161
3161
  deletedAt: Date | null;
3162
3162
  contact: {
3163
+ name: string;
3163
3164
  id: string;
3164
3165
  channel: string | null;
3165
3166
  address: string | null;
3166
- name: string;
3167
3167
  createdAt: Date;
3168
3168
  updatedAt: Date;
3169
3169
  deletedAt: Date | null;
@@ -3183,17 +3183,17 @@ export declare const RoomContractsValidationSchema: {
3183
3183
  messageId: string;
3184
3184
  mailUserId: string;
3185
3185
  mailUser: {
3186
+ name: string;
3186
3187
  id: string;
3187
3188
  address: string;
3188
- name: string;
3189
3189
  createdAt: Date;
3190
3190
  updatedAt: Date;
3191
3191
  deletedAt: Date | null;
3192
3192
  contact: {
3193
+ name: string;
3193
3194
  id: string;
3194
3195
  channel: string | null;
3195
3196
  address: string | null;
3196
- name: string;
3197
3197
  createdAt: Date;
3198
3198
  updatedAt: Date;
3199
3199
  deletedAt: Date | null;
@@ -3233,10 +3233,10 @@ export declare const RoomContractsValidationSchema: {
3233
3233
  contactProfile: z.ZodNullable<z.ZodString>;
3234
3234
  socialProfileUrl: z.ZodNullable<z.ZodString>;
3235
3235
  }, "strip", z.ZodTypeAny, {
3236
+ name: string;
3236
3237
  id: string;
3237
3238
  channel: string | null;
3238
3239
  address: string | null;
3239
- name: string;
3240
3240
  createdAt: Date;
3241
3241
  updatedAt: Date;
3242
3242
  deletedAt: Date | null;
@@ -3244,10 +3244,10 @@ export declare const RoomContractsValidationSchema: {
3244
3244
  contactProfile: string | null;
3245
3245
  socialProfileUrl: string | null;
3246
3246
  }, {
3247
+ name: string;
3247
3248
  id: string;
3248
3249
  channel: string | null;
3249
3250
  address: string | null;
3250
- name: string;
3251
3251
  createdAt: Date;
3252
3252
  updatedAt: Date;
3253
3253
  deletedAt: Date | null;
@@ -3257,17 +3257,17 @@ export declare const RoomContractsValidationSchema: {
3257
3257
  }>;
3258
3258
  isNewContact: z.ZodBoolean;
3259
3259
  }, "strip", z.ZodTypeAny, {
3260
+ name: string;
3260
3261
  id: string;
3261
3262
  address: string;
3262
- name: string;
3263
3263
  createdAt: Date;
3264
3264
  updatedAt: Date;
3265
3265
  deletedAt: Date | null;
3266
3266
  contact: {
3267
+ name: string;
3267
3268
  id: string;
3268
3269
  channel: string | null;
3269
3270
  address: string | null;
3270
- name: string;
3271
3271
  createdAt: Date;
3272
3272
  updatedAt: Date;
3273
3273
  deletedAt: Date | null;
@@ -3278,17 +3278,17 @@ export declare const RoomContractsValidationSchema: {
3278
3278
  contactId: string;
3279
3279
  isNewContact: boolean;
3280
3280
  }, {
3281
+ name: string;
3281
3282
  id: string;
3282
3283
  address: string;
3283
- name: string;
3284
3284
  createdAt: Date;
3285
3285
  updatedAt: Date;
3286
3286
  deletedAt: Date | null;
3287
3287
  contact: {
3288
+ name: string;
3288
3289
  id: string;
3289
3290
  channel: string | null;
3290
3291
  address: string | null;
3291
- name: string;
3292
3292
  createdAt: Date;
3293
3293
  updatedAt: Date;
3294
3294
  deletedAt: Date | null;
@@ -3308,17 +3308,17 @@ export declare const RoomContractsValidationSchema: {
3308
3308
  messageId: string;
3309
3309
  mailUserId: string;
3310
3310
  mailUser: {
3311
+ name: string;
3311
3312
  id: string;
3312
3313
  address: string;
3313
- name: string;
3314
3314
  createdAt: Date;
3315
3315
  updatedAt: Date;
3316
3316
  deletedAt: Date | null;
3317
3317
  contact: {
3318
+ name: string;
3318
3319
  id: string;
3319
3320
  channel: string | null;
3320
3321
  address: string | null;
3321
- name: string;
3322
3322
  createdAt: Date;
3323
3323
  updatedAt: Date;
3324
3324
  deletedAt: Date | null;
@@ -3338,17 +3338,17 @@ export declare const RoomContractsValidationSchema: {
3338
3338
  messageId: string;
3339
3339
  mailUserId: string;
3340
3340
  mailUser: {
3341
+ name: string;
3341
3342
  id: string;
3342
3343
  address: string;
3343
- name: string;
3344
3344
  createdAt: Date;
3345
3345
  updatedAt: Date;
3346
3346
  deletedAt: Date | null;
3347
3347
  contact: {
3348
+ name: string;
3348
3349
  id: string;
3349
3350
  channel: string | null;
3350
3351
  address: string | null;
3351
- name: string;
3352
3352
  createdAt: Date;
3353
3353
  updatedAt: Date;
3354
3354
  deletedAt: Date | null;
@@ -3388,10 +3388,10 @@ export declare const RoomContractsValidationSchema: {
3388
3388
  contactProfile: z.ZodNullable<z.ZodString>;
3389
3389
  socialProfileUrl: z.ZodNullable<z.ZodString>;
3390
3390
  }, "strip", z.ZodTypeAny, {
3391
+ name: string;
3391
3392
  id: string;
3392
3393
  channel: string | null;
3393
3394
  address: string | null;
3394
- name: string;
3395
3395
  createdAt: Date;
3396
3396
  updatedAt: Date;
3397
3397
  deletedAt: Date | null;
@@ -3399,10 +3399,10 @@ export declare const RoomContractsValidationSchema: {
3399
3399
  contactProfile: string | null;
3400
3400
  socialProfileUrl: string | null;
3401
3401
  }, {
3402
+ name: string;
3402
3403
  id: string;
3403
3404
  channel: string | null;
3404
3405
  address: string | null;
3405
- name: string;
3406
3406
  createdAt: Date;
3407
3407
  updatedAt: Date;
3408
3408
  deletedAt: Date | null;
@@ -3412,17 +3412,17 @@ export declare const RoomContractsValidationSchema: {
3412
3412
  }>;
3413
3413
  isNewContact: z.ZodBoolean;
3414
3414
  }, "strip", z.ZodTypeAny, {
3415
+ name: string;
3415
3416
  id: string;
3416
3417
  address: string;
3417
- name: string;
3418
3418
  createdAt: Date;
3419
3419
  updatedAt: Date;
3420
3420
  deletedAt: Date | null;
3421
3421
  contact: {
3422
+ name: string;
3422
3423
  id: string;
3423
3424
  channel: string | null;
3424
3425
  address: string | null;
3425
- name: string;
3426
3426
  createdAt: Date;
3427
3427
  updatedAt: Date;
3428
3428
  deletedAt: Date | null;
@@ -3433,17 +3433,17 @@ export declare const RoomContractsValidationSchema: {
3433
3433
  contactId: string;
3434
3434
  isNewContact: boolean;
3435
3435
  }, {
3436
+ name: string;
3436
3437
  id: string;
3437
3438
  address: string;
3438
- name: string;
3439
3439
  createdAt: Date;
3440
3440
  updatedAt: Date;
3441
3441
  deletedAt: Date | null;
3442
3442
  contact: {
3443
+ name: string;
3443
3444
  id: string;
3444
3445
  channel: string | null;
3445
3446
  address: string | null;
3446
- name: string;
3447
3447
  createdAt: Date;
3448
3448
  updatedAt: Date;
3449
3449
  deletedAt: Date | null;
@@ -3463,17 +3463,17 @@ export declare const RoomContractsValidationSchema: {
3463
3463
  messageId: string;
3464
3464
  mailUserId: string;
3465
3465
  mailUser: {
3466
+ name: string;
3466
3467
  id: string;
3467
3468
  address: string;
3468
- name: string;
3469
3469
  createdAt: Date;
3470
3470
  updatedAt: Date;
3471
3471
  deletedAt: Date | null;
3472
3472
  contact: {
3473
+ name: string;
3473
3474
  id: string;
3474
3475
  channel: string | null;
3475
3476
  address: string | null;
3476
- name: string;
3477
3477
  createdAt: Date;
3478
3478
  updatedAt: Date;
3479
3479
  deletedAt: Date | null;
@@ -3493,17 +3493,17 @@ export declare const RoomContractsValidationSchema: {
3493
3493
  messageId: string;
3494
3494
  mailUserId: string;
3495
3495
  mailUser: {
3496
+ name: string;
3496
3497
  id: string;
3497
3498
  address: string;
3498
- name: string;
3499
3499
  createdAt: Date;
3500
3500
  updatedAt: Date;
3501
3501
  deletedAt: Date | null;
3502
3502
  contact: {
3503
+ name: string;
3503
3504
  id: string;
3504
3505
  channel: string | null;
3505
3506
  address: string | null;
3506
- name: string;
3507
3507
  createdAt: Date;
3508
3508
  updatedAt: Date;
3509
3509
  deletedAt: Date | null;
@@ -3625,17 +3625,17 @@ export declare const RoomContractsValidationSchema: {
3625
3625
  messageId: string;
3626
3626
  mailUserId: string;
3627
3627
  mailUser: {
3628
+ name: string;
3628
3629
  id: string;
3629
3630
  address: string;
3630
- name: string;
3631
3631
  createdAt: Date;
3632
3632
  updatedAt: Date;
3633
3633
  deletedAt: Date | null;
3634
3634
  contact: {
3635
+ name: string;
3635
3636
  id: string;
3636
3637
  channel: string | null;
3637
3638
  address: string | null;
3638
- name: string;
3639
3639
  createdAt: Date;
3640
3640
  updatedAt: Date;
3641
3641
  deletedAt: Date | null;
@@ -3681,17 +3681,17 @@ export declare const RoomContractsValidationSchema: {
3681
3681
  messageId: string;
3682
3682
  mailUserId: string;
3683
3683
  mailUser: {
3684
+ name: string;
3684
3685
  id: string;
3685
3686
  address: string;
3686
- name: string;
3687
3687
  createdAt: Date;
3688
3688
  updatedAt: Date;
3689
3689
  deletedAt: Date | null;
3690
3690
  contact: {
3691
+ name: string;
3691
3692
  id: string;
3692
3693
  channel: string | null;
3693
3694
  address: string | null;
3694
- name: string;
3695
3695
  createdAt: Date;
3696
3696
  updatedAt: Date;
3697
3697
  deletedAt: Date | null;
@@ -3712,17 +3712,17 @@ export declare const RoomContractsValidationSchema: {
3712
3712
  messageId: string;
3713
3713
  mailUserId: string;
3714
3714
  mailUser: {
3715
+ name: string;
3715
3716
  id: string;
3716
3717
  address: string;
3717
- name: string;
3718
3718
  createdAt: Date;
3719
3719
  updatedAt: Date;
3720
3720
  deletedAt: Date | null;
3721
3721
  contact: {
3722
+ name: string;
3722
3723
  id: string;
3723
3724
  channel: string | null;
3724
3725
  address: string | null;
3725
- name: string;
3726
3726
  createdAt: Date;
3727
3727
  updatedAt: Date;
3728
3728
  deletedAt: Date | null;
@@ -3743,17 +3743,17 @@ export declare const RoomContractsValidationSchema: {
3743
3743
  messageId: string;
3744
3744
  mailUserId: string;
3745
3745
  mailUser: {
3746
+ name: string;
3746
3747
  id: string;
3747
3748
  address: string;
3748
- name: string;
3749
3749
  createdAt: Date;
3750
3750
  updatedAt: Date;
3751
3751
  deletedAt: Date | null;
3752
3752
  contact: {
3753
+ name: string;
3753
3754
  id: string;
3754
3755
  channel: string | null;
3755
3756
  address: string | null;
3756
- name: string;
3757
3757
  createdAt: Date;
3758
3758
  updatedAt: Date;
3759
3759
  deletedAt: Date | null;
@@ -3793,17 +3793,17 @@ export declare const RoomContractsValidationSchema: {
3793
3793
  messageId: string;
3794
3794
  mailUserId: string;
3795
3795
  mailUser: {
3796
+ name: string;
3796
3797
  id: string;
3797
3798
  address: string;
3798
- name: string;
3799
3799
  createdAt: Date;
3800
3800
  updatedAt: Date;
3801
3801
  deletedAt: Date | null;
3802
3802
  contact: {
3803
+ name: string;
3803
3804
  id: string;
3804
3805
  channel: string | null;
3805
3806
  address: string | null;
3806
- name: string;
3807
3807
  createdAt: Date;
3808
3808
  updatedAt: Date;
3809
3809
  deletedAt: Date | null;
@@ -3849,17 +3849,17 @@ export declare const RoomContractsValidationSchema: {
3849
3849
  messageId: string;
3850
3850
  mailUserId: string;
3851
3851
  mailUser: {
3852
+ name: string;
3852
3853
  id: string;
3853
3854
  address: string;
3854
- name: string;
3855
3855
  createdAt: Date;
3856
3856
  updatedAt: Date;
3857
3857
  deletedAt: Date | null;
3858
3858
  contact: {
3859
+ name: string;
3859
3860
  id: string;
3860
3861
  channel: string | null;
3861
3862
  address: string | null;
3862
- name: string;
3863
3863
  createdAt: Date;
3864
3864
  updatedAt: Date;
3865
3865
  deletedAt: Date | null;
@@ -3880,17 +3880,17 @@ export declare const RoomContractsValidationSchema: {
3880
3880
  messageId: string;
3881
3881
  mailUserId: string;
3882
3882
  mailUser: {
3883
+ name: string;
3883
3884
  id: string;
3884
3885
  address: string;
3885
- name: string;
3886
3886
  createdAt: Date;
3887
3887
  updatedAt: Date;
3888
3888
  deletedAt: Date | null;
3889
3889
  contact: {
3890
+ name: string;
3890
3891
  id: string;
3891
3892
  channel: string | null;
3892
3893
  address: string | null;
3893
- name: string;
3894
3894
  createdAt: Date;
3895
3895
  updatedAt: Date;
3896
3896
  deletedAt: Date | null;
@@ -3911,17 +3911,17 @@ export declare const RoomContractsValidationSchema: {
3911
3911
  messageId: string;
3912
3912
  mailUserId: string;
3913
3913
  mailUser: {
3914
+ name: string;
3914
3915
  id: string;
3915
3916
  address: string;
3916
- name: string;
3917
3917
  createdAt: Date;
3918
3918
  updatedAt: Date;
3919
3919
  deletedAt: Date | null;
3920
3920
  contact: {
3921
+ name: string;
3921
3922
  id: string;
3922
3923
  channel: string | null;
3923
3924
  address: string | null;
3924
- name: string;
3925
3925
  createdAt: Date;
3926
3926
  updatedAt: Date;
3927
3927
  deletedAt: Date | null;
@@ -3992,10 +3992,10 @@ export declare const RoomContractsValidationSchema: {
3992
3992
  contactProfile: z.ZodNullable<z.ZodString>;
3993
3993
  socialProfileUrl: z.ZodNullable<z.ZodString>;
3994
3994
  }, "strip", z.ZodTypeAny, {
3995
+ name: string;
3995
3996
  id: string;
3996
3997
  channel: string | null;
3997
3998
  address: string | null;
3998
- name: string;
3999
3999
  createdAt: Date;
4000
4000
  updatedAt: Date;
4001
4001
  deletedAt: Date | null;
@@ -4003,10 +4003,10 @@ export declare const RoomContractsValidationSchema: {
4003
4003
  contactProfile: string | null;
4004
4004
  socialProfileUrl: string | null;
4005
4005
  }, {
4006
+ name: string;
4006
4007
  id: string;
4007
4008
  channel: string | null;
4008
4009
  address: string | null;
4009
- name: string;
4010
4010
  createdAt: Date;
4011
4011
  updatedAt: Date;
4012
4012
  deletedAt: Date | null;
@@ -4016,17 +4016,17 @@ export declare const RoomContractsValidationSchema: {
4016
4016
  }>;
4017
4017
  isNewContact: z.ZodBoolean;
4018
4018
  }, "strip", z.ZodTypeAny, {
4019
+ name: string;
4019
4020
  id: string;
4020
4021
  address: string;
4021
- name: string;
4022
4022
  createdAt: Date;
4023
4023
  updatedAt: Date;
4024
4024
  deletedAt: Date | null;
4025
4025
  contact: {
4026
+ name: string;
4026
4027
  id: string;
4027
4028
  channel: string | null;
4028
4029
  address: string | null;
4029
- name: string;
4030
4030
  createdAt: Date;
4031
4031
  updatedAt: Date;
4032
4032
  deletedAt: Date | null;
@@ -4037,17 +4037,17 @@ export declare const RoomContractsValidationSchema: {
4037
4037
  contactId: string;
4038
4038
  isNewContact: boolean;
4039
4039
  }, {
4040
+ name: string;
4040
4041
  id: string;
4041
4042
  address: string;
4042
- name: string;
4043
4043
  createdAt: Date;
4044
4044
  updatedAt: Date;
4045
4045
  deletedAt: Date | null;
4046
4046
  contact: {
4047
+ name: string;
4047
4048
  id: string;
4048
4049
  channel: string | null;
4049
4050
  address: string | null;
4050
- name: string;
4051
4051
  createdAt: Date;
4052
4052
  updatedAt: Date;
4053
4053
  deletedAt: Date | null;
@@ -4067,17 +4067,17 @@ export declare const RoomContractsValidationSchema: {
4067
4067
  messageId: string;
4068
4068
  mailUserId: string;
4069
4069
  mailUser: {
4070
+ name: string;
4070
4071
  id: string;
4071
4072
  address: string;
4072
- name: string;
4073
4073
  createdAt: Date;
4074
4074
  updatedAt: Date;
4075
4075
  deletedAt: Date | null;
4076
4076
  contact: {
4077
+ name: string;
4077
4078
  id: string;
4078
4079
  channel: string | null;
4079
4080
  address: string | null;
4080
- name: string;
4081
4081
  createdAt: Date;
4082
4082
  updatedAt: Date;
4083
4083
  deletedAt: Date | null;
@@ -4097,17 +4097,17 @@ export declare const RoomContractsValidationSchema: {
4097
4097
  messageId: string;
4098
4098
  mailUserId: string;
4099
4099
  mailUser: {
4100
+ name: string;
4100
4101
  id: string;
4101
4102
  address: string;
4102
- name: string;
4103
4103
  createdAt: Date;
4104
4104
  updatedAt: Date;
4105
4105
  deletedAt: Date | null;
4106
4106
  contact: {
4107
+ name: string;
4107
4108
  id: string;
4108
4109
  channel: string | null;
4109
4110
  address: string | null;
4110
- name: string;
4111
4111
  createdAt: Date;
4112
4112
  updatedAt: Date;
4113
4113
  deletedAt: Date | null;
@@ -4147,10 +4147,10 @@ export declare const RoomContractsValidationSchema: {
4147
4147
  contactProfile: z.ZodNullable<z.ZodString>;
4148
4148
  socialProfileUrl: z.ZodNullable<z.ZodString>;
4149
4149
  }, "strip", z.ZodTypeAny, {
4150
+ name: string;
4150
4151
  id: string;
4151
4152
  channel: string | null;
4152
4153
  address: string | null;
4153
- name: string;
4154
4154
  createdAt: Date;
4155
4155
  updatedAt: Date;
4156
4156
  deletedAt: Date | null;
@@ -4158,10 +4158,10 @@ export declare const RoomContractsValidationSchema: {
4158
4158
  contactProfile: string | null;
4159
4159
  socialProfileUrl: string | null;
4160
4160
  }, {
4161
+ name: string;
4161
4162
  id: string;
4162
4163
  channel: string | null;
4163
4164
  address: string | null;
4164
- name: string;
4165
4165
  createdAt: Date;
4166
4166
  updatedAt: Date;
4167
4167
  deletedAt: Date | null;
@@ -4171,17 +4171,17 @@ export declare const RoomContractsValidationSchema: {
4171
4171
  }>;
4172
4172
  isNewContact: z.ZodBoolean;
4173
4173
  }, "strip", z.ZodTypeAny, {
4174
+ name: string;
4174
4175
  id: string;
4175
4176
  address: string;
4176
- name: string;
4177
4177
  createdAt: Date;
4178
4178
  updatedAt: Date;
4179
4179
  deletedAt: Date | null;
4180
4180
  contact: {
4181
+ name: string;
4181
4182
  id: string;
4182
4183
  channel: string | null;
4183
4184
  address: string | null;
4184
- name: string;
4185
4185
  createdAt: Date;
4186
4186
  updatedAt: Date;
4187
4187
  deletedAt: Date | null;
@@ -4192,17 +4192,17 @@ export declare const RoomContractsValidationSchema: {
4192
4192
  contactId: string;
4193
4193
  isNewContact: boolean;
4194
4194
  }, {
4195
+ name: string;
4195
4196
  id: string;
4196
4197
  address: string;
4197
- name: string;
4198
4198
  createdAt: Date;
4199
4199
  updatedAt: Date;
4200
4200
  deletedAt: Date | null;
4201
4201
  contact: {
4202
+ name: string;
4202
4203
  id: string;
4203
4204
  channel: string | null;
4204
4205
  address: string | null;
4205
- name: string;
4206
4206
  createdAt: Date;
4207
4207
  updatedAt: Date;
4208
4208
  deletedAt: Date | null;
@@ -4222,17 +4222,17 @@ export declare const RoomContractsValidationSchema: {
4222
4222
  messageId: string;
4223
4223
  mailUserId: string;
4224
4224
  mailUser: {
4225
+ name: string;
4225
4226
  id: string;
4226
4227
  address: string;
4227
- name: string;
4228
4228
  createdAt: Date;
4229
4229
  updatedAt: Date;
4230
4230
  deletedAt: Date | null;
4231
4231
  contact: {
4232
+ name: string;
4232
4233
  id: string;
4233
4234
  channel: string | null;
4234
4235
  address: string | null;
4235
- name: string;
4236
4236
  createdAt: Date;
4237
4237
  updatedAt: Date;
4238
4238
  deletedAt: Date | null;
@@ -4252,17 +4252,17 @@ export declare const RoomContractsValidationSchema: {
4252
4252
  messageId: string;
4253
4253
  mailUserId: string;
4254
4254
  mailUser: {
4255
+ name: string;
4255
4256
  id: string;
4256
4257
  address: string;
4257
- name: string;
4258
4258
  createdAt: Date;
4259
4259
  updatedAt: Date;
4260
4260
  deletedAt: Date | null;
4261
4261
  contact: {
4262
+ name: string;
4262
4263
  id: string;
4263
4264
  channel: string | null;
4264
4265
  address: string | null;
4265
- name: string;
4266
4266
  createdAt: Date;
4267
4267
  updatedAt: Date;
4268
4268
  deletedAt: Date | null;
@@ -4302,10 +4302,10 @@ export declare const RoomContractsValidationSchema: {
4302
4302
  contactProfile: z.ZodNullable<z.ZodString>;
4303
4303
  socialProfileUrl: z.ZodNullable<z.ZodString>;
4304
4304
  }, "strip", z.ZodTypeAny, {
4305
+ name: string;
4305
4306
  id: string;
4306
4307
  channel: string | null;
4307
4308
  address: string | null;
4308
- name: string;
4309
4309
  createdAt: Date;
4310
4310
  updatedAt: Date;
4311
4311
  deletedAt: Date | null;
@@ -4313,10 +4313,10 @@ export declare const RoomContractsValidationSchema: {
4313
4313
  contactProfile: string | null;
4314
4314
  socialProfileUrl: string | null;
4315
4315
  }, {
4316
+ name: string;
4316
4317
  id: string;
4317
4318
  channel: string | null;
4318
4319
  address: string | null;
4319
- name: string;
4320
4320
  createdAt: Date;
4321
4321
  updatedAt: Date;
4322
4322
  deletedAt: Date | null;
@@ -4326,17 +4326,17 @@ export declare const RoomContractsValidationSchema: {
4326
4326
  }>;
4327
4327
  isNewContact: z.ZodBoolean;
4328
4328
  }, "strip", z.ZodTypeAny, {
4329
+ name: string;
4329
4330
  id: string;
4330
4331
  address: string;
4331
- name: string;
4332
4332
  createdAt: Date;
4333
4333
  updatedAt: Date;
4334
4334
  deletedAt: Date | null;
4335
4335
  contact: {
4336
+ name: string;
4336
4337
  id: string;
4337
4338
  channel: string | null;
4338
4339
  address: string | null;
4339
- name: string;
4340
4340
  createdAt: Date;
4341
4341
  updatedAt: Date;
4342
4342
  deletedAt: Date | null;
@@ -4347,17 +4347,17 @@ export declare const RoomContractsValidationSchema: {
4347
4347
  contactId: string;
4348
4348
  isNewContact: boolean;
4349
4349
  }, {
4350
+ name: string;
4350
4351
  id: string;
4351
4352
  address: string;
4352
- name: string;
4353
4353
  createdAt: Date;
4354
4354
  updatedAt: Date;
4355
4355
  deletedAt: Date | null;
4356
4356
  contact: {
4357
+ name: string;
4357
4358
  id: string;
4358
4359
  channel: string | null;
4359
4360
  address: string | null;
4360
- name: string;
4361
4361
  createdAt: Date;
4362
4362
  updatedAt: Date;
4363
4363
  deletedAt: Date | null;
@@ -4377,17 +4377,17 @@ export declare const RoomContractsValidationSchema: {
4377
4377
  messageId: string;
4378
4378
  mailUserId: string;
4379
4379
  mailUser: {
4380
+ name: string;
4380
4381
  id: string;
4381
4382
  address: string;
4382
- name: string;
4383
4383
  createdAt: Date;
4384
4384
  updatedAt: Date;
4385
4385
  deletedAt: Date | null;
4386
4386
  contact: {
4387
+ name: string;
4387
4388
  id: string;
4388
4389
  channel: string | null;
4389
4390
  address: string | null;
4390
- name: string;
4391
4391
  createdAt: Date;
4392
4392
  updatedAt: Date;
4393
4393
  deletedAt: Date | null;
@@ -4407,17 +4407,17 @@ export declare const RoomContractsValidationSchema: {
4407
4407
  messageId: string;
4408
4408
  mailUserId: string;
4409
4409
  mailUser: {
4410
+ name: string;
4410
4411
  id: string;
4411
4412
  address: string;
4412
- name: string;
4413
4413
  createdAt: Date;
4414
4414
  updatedAt: Date;
4415
4415
  deletedAt: Date | null;
4416
4416
  contact: {
4417
+ name: string;
4417
4418
  id: string;
4418
4419
  channel: string | null;
4419
4420
  address: string | null;
4420
- name: string;
4421
4421
  createdAt: Date;
4422
4422
  updatedAt: Date;
4423
4423
  deletedAt: Date | null;
@@ -4457,10 +4457,10 @@ export declare const RoomContractsValidationSchema: {
4457
4457
  contactProfile: z.ZodNullable<z.ZodString>;
4458
4458
  socialProfileUrl: z.ZodNullable<z.ZodString>;
4459
4459
  }, "strip", z.ZodTypeAny, {
4460
+ name: string;
4460
4461
  id: string;
4461
4462
  channel: string | null;
4462
4463
  address: string | null;
4463
- name: string;
4464
4464
  createdAt: Date;
4465
4465
  updatedAt: Date;
4466
4466
  deletedAt: Date | null;
@@ -4468,10 +4468,10 @@ export declare const RoomContractsValidationSchema: {
4468
4468
  contactProfile: string | null;
4469
4469
  socialProfileUrl: string | null;
4470
4470
  }, {
4471
+ name: string;
4471
4472
  id: string;
4472
4473
  channel: string | null;
4473
4474
  address: string | null;
4474
- name: string;
4475
4475
  createdAt: Date;
4476
4476
  updatedAt: Date;
4477
4477
  deletedAt: Date | null;
@@ -4481,17 +4481,17 @@ export declare const RoomContractsValidationSchema: {
4481
4481
  }>;
4482
4482
  isNewContact: z.ZodBoolean;
4483
4483
  }, "strip", z.ZodTypeAny, {
4484
+ name: string;
4484
4485
  id: string;
4485
4486
  address: string;
4486
- name: string;
4487
4487
  createdAt: Date;
4488
4488
  updatedAt: Date;
4489
4489
  deletedAt: Date | null;
4490
4490
  contact: {
4491
+ name: string;
4491
4492
  id: string;
4492
4493
  channel: string | null;
4493
4494
  address: string | null;
4494
- name: string;
4495
4495
  createdAt: Date;
4496
4496
  updatedAt: Date;
4497
4497
  deletedAt: Date | null;
@@ -4502,17 +4502,17 @@ export declare const RoomContractsValidationSchema: {
4502
4502
  contactId: string;
4503
4503
  isNewContact: boolean;
4504
4504
  }, {
4505
+ name: string;
4505
4506
  id: string;
4506
4507
  address: string;
4507
- name: string;
4508
4508
  createdAt: Date;
4509
4509
  updatedAt: Date;
4510
4510
  deletedAt: Date | null;
4511
4511
  contact: {
4512
+ name: string;
4512
4513
  id: string;
4513
4514
  channel: string | null;
4514
4515
  address: string | null;
4515
- name: string;
4516
4516
  createdAt: Date;
4517
4517
  updatedAt: Date;
4518
4518
  deletedAt: Date | null;
@@ -4532,17 +4532,17 @@ export declare const RoomContractsValidationSchema: {
4532
4532
  messageId: string;
4533
4533
  mailUserId: string;
4534
4534
  mailUser: {
4535
+ name: string;
4535
4536
  id: string;
4536
4537
  address: string;
4537
- name: string;
4538
4538
  createdAt: Date;
4539
4539
  updatedAt: Date;
4540
4540
  deletedAt: Date | null;
4541
4541
  contact: {
4542
+ name: string;
4542
4543
  id: string;
4543
4544
  channel: string | null;
4544
4545
  address: string | null;
4545
- name: string;
4546
4546
  createdAt: Date;
4547
4547
  updatedAt: Date;
4548
4548
  deletedAt: Date | null;
@@ -4562,17 +4562,17 @@ export declare const RoomContractsValidationSchema: {
4562
4562
  messageId: string;
4563
4563
  mailUserId: string;
4564
4564
  mailUser: {
4565
+ name: string;
4565
4566
  id: string;
4566
4567
  address: string;
4567
- name: string;
4568
4568
  createdAt: Date;
4569
4569
  updatedAt: Date;
4570
4570
  deletedAt: Date | null;
4571
4571
  contact: {
4572
+ name: string;
4572
4573
  id: string;
4573
4574
  channel: string | null;
4574
4575
  address: string | null;
4575
- name: string;
4576
4576
  createdAt: Date;
4577
4577
  updatedAt: Date;
4578
4578
  deletedAt: Date | null;
@@ -4694,17 +4694,17 @@ export declare const RoomContractsValidationSchema: {
4694
4694
  messageId: string;
4695
4695
  mailUserId: string;
4696
4696
  mailUser: {
4697
+ name: string;
4697
4698
  id: string;
4698
4699
  address: string;
4699
- name: string;
4700
4700
  createdAt: Date;
4701
4701
  updatedAt: Date;
4702
4702
  deletedAt: Date | null;
4703
4703
  contact: {
4704
+ name: string;
4704
4705
  id: string;
4705
4706
  channel: string | null;
4706
4707
  address: string | null;
4707
- name: string;
4708
4708
  createdAt: Date;
4709
4709
  updatedAt: Date;
4710
4710
  deletedAt: Date | null;
@@ -4750,17 +4750,17 @@ export declare const RoomContractsValidationSchema: {
4750
4750
  messageId: string;
4751
4751
  mailUserId: string;
4752
4752
  mailUser: {
4753
+ name: string;
4753
4754
  id: string;
4754
4755
  address: string;
4755
- name: string;
4756
4756
  createdAt: Date;
4757
4757
  updatedAt: Date;
4758
4758
  deletedAt: Date | null;
4759
4759
  contact: {
4760
+ name: string;
4760
4761
  id: string;
4761
4762
  channel: string | null;
4762
4763
  address: string | null;
4763
- name: string;
4764
4764
  createdAt: Date;
4765
4765
  updatedAt: Date;
4766
4766
  deletedAt: Date | null;
@@ -4781,17 +4781,17 @@ export declare const RoomContractsValidationSchema: {
4781
4781
  messageId: string;
4782
4782
  mailUserId: string;
4783
4783
  mailUser: {
4784
+ name: string;
4784
4785
  id: string;
4785
4786
  address: string;
4786
- name: string;
4787
4787
  createdAt: Date;
4788
4788
  updatedAt: Date;
4789
4789
  deletedAt: Date | null;
4790
4790
  contact: {
4791
+ name: string;
4791
4792
  id: string;
4792
4793
  channel: string | null;
4793
4794
  address: string | null;
4794
- name: string;
4795
4795
  createdAt: Date;
4796
4796
  updatedAt: Date;
4797
4797
  deletedAt: Date | null;
@@ -4812,17 +4812,17 @@ export declare const RoomContractsValidationSchema: {
4812
4812
  messageId: string;
4813
4813
  mailUserId: string;
4814
4814
  mailUser: {
4815
+ name: string;
4815
4816
  id: string;
4816
4817
  address: string;
4817
- name: string;
4818
4818
  createdAt: Date;
4819
4819
  updatedAt: Date;
4820
4820
  deletedAt: Date | null;
4821
4821
  contact: {
4822
+ name: string;
4822
4823
  id: string;
4823
4824
  channel: string | null;
4824
4825
  address: string | null;
4825
- name: string;
4826
4826
  createdAt: Date;
4827
4827
  updatedAt: Date;
4828
4828
  deletedAt: Date | null;
@@ -4862,17 +4862,17 @@ export declare const RoomContractsValidationSchema: {
4862
4862
  messageId: string;
4863
4863
  mailUserId: string;
4864
4864
  mailUser: {
4865
+ name: string;
4865
4866
  id: string;
4866
4867
  address: string;
4867
- name: string;
4868
4868
  createdAt: Date;
4869
4869
  updatedAt: Date;
4870
4870
  deletedAt: Date | null;
4871
4871
  contact: {
4872
+ name: string;
4872
4873
  id: string;
4873
4874
  channel: string | null;
4874
4875
  address: string | null;
4875
- name: string;
4876
4876
  createdAt: Date;
4877
4877
  updatedAt: Date;
4878
4878
  deletedAt: Date | null;
@@ -4918,17 +4918,17 @@ export declare const RoomContractsValidationSchema: {
4918
4918
  messageId: string;
4919
4919
  mailUserId: string;
4920
4920
  mailUser: {
4921
+ name: string;
4921
4922
  id: string;
4922
4923
  address: string;
4923
- name: string;
4924
4924
  createdAt: Date;
4925
4925
  updatedAt: Date;
4926
4926
  deletedAt: Date | null;
4927
4927
  contact: {
4928
+ name: string;
4928
4929
  id: string;
4929
4930
  channel: string | null;
4930
4931
  address: string | null;
4931
- name: string;
4932
4932
  createdAt: Date;
4933
4933
  updatedAt: Date;
4934
4934
  deletedAt: Date | null;
@@ -4949,17 +4949,17 @@ export declare const RoomContractsValidationSchema: {
4949
4949
  messageId: string;
4950
4950
  mailUserId: string;
4951
4951
  mailUser: {
4952
+ name: string;
4952
4953
  id: string;
4953
4954
  address: string;
4954
- name: string;
4955
4955
  createdAt: Date;
4956
4956
  updatedAt: Date;
4957
4957
  deletedAt: Date | null;
4958
4958
  contact: {
4959
+ name: string;
4959
4960
  id: string;
4960
4961
  channel: string | null;
4961
4962
  address: string | null;
4962
- name: string;
4963
4963
  createdAt: Date;
4964
4964
  updatedAt: Date;
4965
4965
  deletedAt: Date | null;
@@ -4980,17 +4980,17 @@ export declare const RoomContractsValidationSchema: {
4980
4980
  messageId: string;
4981
4981
  mailUserId: string;
4982
4982
  mailUser: {
4983
+ name: string;
4983
4984
  id: string;
4984
4985
  address: string;
4985
- name: string;
4986
4986
  createdAt: Date;
4987
4987
  updatedAt: Date;
4988
4988
  deletedAt: Date | null;
4989
4989
  contact: {
4990
+ name: string;
4990
4991
  id: string;
4991
4992
  channel: string | null;
4992
4993
  address: string | null;
4993
- name: string;
4994
4994
  createdAt: Date;
4995
4995
  updatedAt: Date;
4996
4996
  deletedAt: Date | null;
@@ -5031,9 +5031,9 @@ export declare const RoomContractsValidationSchema: {
5031
5031
  phone: z.ZodNullable<z.ZodString>;
5032
5032
  notificationCount: z.ZodNullable<z.ZodNumber>;
5033
5033
  }, "strip", z.ZodTypeAny, {
5034
+ name: string;
5034
5035
  id: string;
5035
5036
  address: string | null;
5036
- name: string;
5037
5037
  email: string;
5038
5038
  createdAt: Date;
5039
5039
  updatedAt: Date;
@@ -5041,9 +5041,9 @@ export declare const RoomContractsValidationSchema: {
5041
5041
  phone: string | null;
5042
5042
  notificationCount: number | null;
5043
5043
  }, {
5044
+ name: string;
5044
5045
  id: string;
5045
5046
  address: string | null;
5046
- name: string;
5047
5047
  email: string;
5048
5048
  createdAt: Date;
5049
5049
  updatedAt: Date;
@@ -5058,9 +5058,9 @@ export declare const RoomContractsValidationSchema: {
5058
5058
  updatedAt: Date;
5059
5059
  deletedAt: string | null;
5060
5060
  actor: {
5061
+ name: string;
5061
5062
  id: string;
5062
5063
  address: string | null;
5063
- name: string;
5064
5064
  email: string;
5065
5065
  createdAt: Date;
5066
5066
  updatedAt: Date;
@@ -5077,9 +5077,9 @@ export declare const RoomContractsValidationSchema: {
5077
5077
  updatedAt: Date;
5078
5078
  deletedAt: string | null;
5079
5079
  actor: {
5080
+ name: string;
5080
5081
  id: string;
5081
5082
  address: string | null;
5082
- name: string;
5083
5083
  email: string;
5084
5084
  createdAt: Date;
5085
5085
  updatedAt: Date;
@@ -5114,8 +5114,8 @@ export declare const RoomContractsValidationSchema: {
5114
5114
  imapTlsPort: z.ZodNumber;
5115
5115
  useTlsForImap: z.ZodBoolean;
5116
5116
  }, "strip", z.ZodTypeAny, {
5117
- id: string;
5118
5117
  name: string;
5118
+ id: string;
5119
5119
  createdAt: Date;
5120
5120
  updatedAt: Date;
5121
5121
  deletedAt: Date | null;
@@ -5128,8 +5128,8 @@ export declare const RoomContractsValidationSchema: {
5128
5128
  imapTlsPort: number;
5129
5129
  useTlsForImap: boolean;
5130
5130
  }, {
5131
- id: string;
5132
5131
  name: string;
5132
+ id: string;
5133
5133
  createdAt: Date;
5134
5134
  updatedAt: Date;
5135
5135
  deletedAt: Date | null;
@@ -5144,18 +5144,18 @@ export declare const RoomContractsValidationSchema: {
5144
5144
  }>;
5145
5145
  state: z.ZodUnion<[z.ZodLiteral<"init">, z.ZodLiteral<"syncing">, z.ZodLiteral<"connecting">, z.ZodLiteral<"connected">, z.ZodLiteral<"disconnected">, z.ZodLiteral<"authenticationError">, z.ZodLiteral<"connectError">, z.ZodLiteral<"unset">]>;
5146
5146
  }, "strip", z.ZodTypeAny, {
5147
+ name: string;
5147
5148
  id: string;
5148
5149
  state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
5149
5150
  address: string;
5150
- name: string;
5151
5151
  createdAt: Date;
5152
5152
  updatedAt: Date;
5153
5153
  deletedAt: Date | null;
5154
5154
  accountId: string;
5155
5155
  mailServerId: string;
5156
5156
  mailServer: {
5157
- id: string;
5158
5157
  name: string;
5158
+ id: string;
5159
5159
  createdAt: Date;
5160
5160
  updatedAt: Date;
5161
5161
  deletedAt: Date | null;
@@ -5169,18 +5169,18 @@ export declare const RoomContractsValidationSchema: {
5169
5169
  useTlsForImap: boolean;
5170
5170
  };
5171
5171
  }, {
5172
+ name: string;
5172
5173
  id: string;
5173
5174
  state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
5174
5175
  address: string;
5175
- name: string;
5176
5176
  createdAt: Date;
5177
5177
  updatedAt: Date;
5178
5178
  deletedAt: Date | null;
5179
5179
  accountId: string;
5180
5180
  mailServerId: string;
5181
5181
  mailServer: {
5182
- id: string;
5183
5182
  name: string;
5183
+ id: string;
5184
5184
  createdAt: Date;
5185
5185
  updatedAt: Date;
5186
5186
  deletedAt: Date | null;
@@ -5230,14 +5230,14 @@ export declare const RoomContractsValidationSchema: {
5230
5230
  deletedAt: z.ZodNullable<z.ZodDate>;
5231
5231
  name: z.ZodString;
5232
5232
  }, "strip", z.ZodTypeAny, {
5233
- id: string;
5234
5233
  name: string;
5234
+ id: string;
5235
5235
  createdAt: Date;
5236
5236
  updatedAt: Date;
5237
5237
  deletedAt: Date | null;
5238
5238
  }, {
5239
- id: string;
5240
5239
  name: string;
5240
+ id: string;
5241
5241
  createdAt: Date;
5242
5242
  updatedAt: Date;
5243
5243
  deletedAt: Date | null;
@@ -5408,8 +5408,8 @@ export declare const RoomContractsValidationSchema: {
5408
5408
  }[];
5409
5409
  }[];
5410
5410
  tags: {
5411
- id: string;
5412
5411
  name: string;
5412
+ id: string;
5413
5413
  createdAt: Date;
5414
5414
  updatedAt: Date;
5415
5415
  deletedAt: Date | null;
@@ -5459,8 +5459,8 @@ export declare const RoomContractsValidationSchema: {
5459
5459
  }[];
5460
5460
  }[];
5461
5461
  tags: {
5462
- id: string;
5463
5462
  name: string;
5463
+ id: string;
5464
5464
  createdAt: Date;
5465
5465
  updatedAt: Date;
5466
5466
  deletedAt: Date | null;
@@ -5498,16 +5498,16 @@ export declare const RoomContractsValidationSchema: {
5498
5498
  position: z.ZodNumber;
5499
5499
  isDefault: z.ZodDefault<z.ZodBoolean>;
5500
5500
  }, "strip", z.ZodTypeAny, {
5501
- id: string;
5502
5501
  name: string;
5502
+ id: string;
5503
5503
  position: number;
5504
5504
  createdAt: Date;
5505
5505
  updatedAt: Date;
5506
5506
  deletedAt: Date | null;
5507
5507
  isDefault: boolean;
5508
5508
  }, {
5509
- id: string;
5510
5509
  name: string;
5510
+ id: string;
5511
5511
  position: number;
5512
5512
  createdAt: Date;
5513
5513
  updatedAt: Date;
@@ -5523,8 +5523,8 @@ export declare const RoomContractsValidationSchema: {
5523
5523
  endedAt: string | null;
5524
5524
  duration: number | null;
5525
5525
  holdLabel?: {
5526
- id: string;
5527
5526
  name: string;
5527
+ id: string;
5528
5528
  position: number;
5529
5529
  createdAt: Date;
5530
5530
  updatedAt: Date;
@@ -5540,8 +5540,8 @@ export declare const RoomContractsValidationSchema: {
5540
5540
  endedAt: string | null;
5541
5541
  duration: number | null;
5542
5542
  holdLabel?: {
5543
- id: string;
5544
5543
  name: string;
5544
+ id: string;
5545
5545
  position: number;
5546
5546
  createdAt: Date;
5547
5547
  updatedAt: Date;
@@ -5599,8 +5599,8 @@ export declare const RoomContractsValidationSchema: {
5599
5599
  }[];
5600
5600
  }[];
5601
5601
  tags: {
5602
- id: string;
5603
5602
  name: string;
5603
+ id: string;
5604
5604
  createdAt: Date;
5605
5605
  updatedAt: Date;
5606
5606
  deletedAt: Date | null;
@@ -5630,8 +5630,8 @@ export declare const RoomContractsValidationSchema: {
5630
5630
  endedAt: string | null;
5631
5631
  duration: number | null;
5632
5632
  holdLabel?: {
5633
- id: string;
5634
5633
  name: string;
5634
+ id: string;
5635
5635
  position: number;
5636
5636
  createdAt: Date;
5637
5637
  updatedAt: Date;
@@ -5689,8 +5689,8 @@ export declare const RoomContractsValidationSchema: {
5689
5689
  }[];
5690
5690
  }[];
5691
5691
  tags: {
5692
- id: string;
5693
5692
  name: string;
5693
+ id: string;
5694
5694
  createdAt: Date;
5695
5695
  updatedAt: Date;
5696
5696
  deletedAt: Date | null;
@@ -5720,8 +5720,8 @@ export declare const RoomContractsValidationSchema: {
5720
5720
  endedAt: string | null;
5721
5721
  duration: number | null;
5722
5722
  holdLabel?: {
5723
- id: string;
5724
5723
  name: string;
5724
+ id: string;
5725
5725
  position: number;
5726
5726
  createdAt: Date;
5727
5727
  updatedAt: Date;
@@ -5737,8 +5737,8 @@ export declare const RoomContractsValidationSchema: {
5737
5737
  updatedAt: Date;
5738
5738
  deletedAt: Date | null;
5739
5739
  tags: {
5740
- id: string;
5741
5740
  name: string;
5741
+ id: string;
5742
5742
  color: string;
5743
5743
  createdAt: Date;
5744
5744
  updatedAt: Date;
@@ -5763,17 +5763,17 @@ export declare const RoomContractsValidationSchema: {
5763
5763
  messageId: string;
5764
5764
  mailUserId: string;
5765
5765
  mailUser: {
5766
+ name: string;
5766
5767
  id: string;
5767
5768
  address: string;
5768
- name: string;
5769
5769
  createdAt: Date;
5770
5770
  updatedAt: Date;
5771
5771
  deletedAt: Date | null;
5772
5772
  contact: {
5773
+ name: string;
5773
5774
  id: string;
5774
5775
  channel: string | null;
5775
5776
  address: string | null;
5776
- name: string;
5777
5777
  createdAt: Date;
5778
5778
  updatedAt: Date;
5779
5779
  deletedAt: Date | null;
@@ -5819,17 +5819,17 @@ export declare const RoomContractsValidationSchema: {
5819
5819
  messageId: string;
5820
5820
  mailUserId: string;
5821
5821
  mailUser: {
5822
+ name: string;
5822
5823
  id: string;
5823
5824
  address: string;
5824
- name: string;
5825
5825
  createdAt: Date;
5826
5826
  updatedAt: Date;
5827
5827
  deletedAt: Date | null;
5828
5828
  contact: {
5829
+ name: string;
5829
5830
  id: string;
5830
5831
  channel: string | null;
5831
5832
  address: string | null;
5832
- name: string;
5833
5833
  createdAt: Date;
5834
5834
  updatedAt: Date;
5835
5835
  deletedAt: Date | null;
@@ -5850,17 +5850,17 @@ export declare const RoomContractsValidationSchema: {
5850
5850
  messageId: string;
5851
5851
  mailUserId: string;
5852
5852
  mailUser: {
5853
+ name: string;
5853
5854
  id: string;
5854
5855
  address: string;
5855
- name: string;
5856
5856
  createdAt: Date;
5857
5857
  updatedAt: Date;
5858
5858
  deletedAt: Date | null;
5859
5859
  contact: {
5860
+ name: string;
5860
5861
  id: string;
5861
5862
  channel: string | null;
5862
5863
  address: string | null;
5863
- name: string;
5864
5864
  createdAt: Date;
5865
5865
  updatedAt: Date;
5866
5866
  deletedAt: Date | null;
@@ -5881,17 +5881,17 @@ export declare const RoomContractsValidationSchema: {
5881
5881
  messageId: string;
5882
5882
  mailUserId: string;
5883
5883
  mailUser: {
5884
+ name: string;
5884
5885
  id: string;
5885
5886
  address: string;
5886
- name: string;
5887
5887
  createdAt: Date;
5888
5888
  updatedAt: Date;
5889
5889
  deletedAt: Date | null;
5890
5890
  contact: {
5891
+ name: string;
5891
5892
  id: string;
5892
5893
  channel: string | null;
5893
5894
  address: string | null;
5894
- name: string;
5895
5895
  createdAt: Date;
5896
5896
  updatedAt: Date;
5897
5897
  deletedAt: Date | null;
@@ -5915,9 +5915,9 @@ export declare const RoomContractsValidationSchema: {
5915
5915
  seemsLikeNew: boolean;
5916
5916
  };
5917
5917
  assignee: {
5918
+ name: string;
5918
5919
  id: string;
5919
5920
  address: string | null;
5920
- name: string;
5921
5921
  email: string;
5922
5922
  createdAt: Date;
5923
5923
  updatedAt: Date;
@@ -5976,8 +5976,8 @@ export declare const RoomContractsValidationSchema: {
5976
5976
  }[];
5977
5977
  }[];
5978
5978
  tags: {
5979
- id: string;
5980
5979
  name: string;
5980
+ id: string;
5981
5981
  createdAt: Date;
5982
5982
  updatedAt: Date;
5983
5983
  deletedAt: Date | null;
@@ -6007,8 +6007,8 @@ export declare const RoomContractsValidationSchema: {
6007
6007
  endedAt: string | null;
6008
6008
  duration: number | null;
6009
6009
  holdLabel?: {
6010
- id: string;
6011
6010
  name: string;
6011
+ id: string;
6012
6012
  position: number;
6013
6013
  createdAt: Date;
6014
6014
  updatedAt: Date;
@@ -6027,17 +6027,17 @@ export declare const RoomContractsValidationSchema: {
6027
6027
  messageId: string;
6028
6028
  mailUserId: string;
6029
6029
  mailUser: {
6030
+ name: string;
6030
6031
  id: string;
6031
6032
  address: string;
6032
- name: string;
6033
6033
  createdAt: Date;
6034
6034
  updatedAt: Date;
6035
6035
  deletedAt: Date | null;
6036
6036
  contact: {
6037
+ name: string;
6037
6038
  id: string;
6038
6039
  channel: string | null;
6039
6040
  address: string | null;
6040
- name: string;
6041
6041
  createdAt: Date;
6042
6042
  updatedAt: Date;
6043
6043
  deletedAt: Date | null;
@@ -6059,17 +6059,17 @@ export declare const RoomContractsValidationSchema: {
6059
6059
  messageId: string;
6060
6060
  mailUserId: string;
6061
6061
  mailUser: {
6062
+ name: string;
6062
6063
  id: string;
6063
6064
  address: string;
6064
- name: string;
6065
6065
  createdAt: Date;
6066
6066
  updatedAt: Date;
6067
6067
  deletedAt: Date | null;
6068
6068
  contact: {
6069
+ name: string;
6069
6070
  id: string;
6070
6071
  channel: string | null;
6071
6072
  address: string | null;
6072
- name: string;
6073
6073
  createdAt: Date;
6074
6074
  updatedAt: Date;
6075
6075
  deletedAt: Date | null;
@@ -6090,17 +6090,17 @@ export declare const RoomContractsValidationSchema: {
6090
6090
  messageId: string;
6091
6091
  mailUserId: string;
6092
6092
  mailUser: {
6093
+ name: string;
6093
6094
  id: string;
6094
6095
  address: string;
6095
- name: string;
6096
6096
  createdAt: Date;
6097
6097
  updatedAt: Date;
6098
6098
  deletedAt: Date | null;
6099
6099
  contact: {
6100
+ name: string;
6100
6101
  id: string;
6101
6102
  channel: string | null;
6102
6103
  address: string | null;
6103
- name: string;
6104
6104
  createdAt: Date;
6105
6105
  updatedAt: Date;
6106
6106
  deletedAt: Date | null;
@@ -6121,17 +6121,17 @@ export declare const RoomContractsValidationSchema: {
6121
6121
  messageId: string;
6122
6122
  mailUserId: string;
6123
6123
  mailUser: {
6124
+ name: string;
6124
6125
  id: string;
6125
6126
  address: string;
6126
- name: string;
6127
6127
  createdAt: Date;
6128
6128
  updatedAt: Date;
6129
6129
  deletedAt: Date | null;
6130
6130
  contact: {
6131
+ name: string;
6131
6132
  id: string;
6132
6133
  channel: string | null;
6133
6134
  address: string | null;
6134
- name: string;
6135
6135
  createdAt: Date;
6136
6136
  updatedAt: Date;
6137
6137
  deletedAt: Date | null;
@@ -6164,17 +6164,17 @@ export declare const RoomContractsValidationSchema: {
6164
6164
  messageId: string;
6165
6165
  mailUserId: string;
6166
6166
  mailUser: {
6167
+ name: string;
6167
6168
  id: string;
6168
6169
  address: string;
6169
- name: string;
6170
6170
  createdAt: Date;
6171
6171
  updatedAt: Date;
6172
6172
  deletedAt: Date | null;
6173
6173
  contact: {
6174
+ name: string;
6174
6175
  id: string;
6175
6176
  channel: string | null;
6176
6177
  address: string | null;
6177
- name: string;
6178
6178
  createdAt: Date;
6179
6179
  updatedAt: Date;
6180
6180
  deletedAt: Date | null;
@@ -6220,17 +6220,17 @@ export declare const RoomContractsValidationSchema: {
6220
6220
  messageId: string;
6221
6221
  mailUserId: string;
6222
6222
  mailUser: {
6223
+ name: string;
6223
6224
  id: string;
6224
6225
  address: string;
6225
- name: string;
6226
6226
  createdAt: Date;
6227
6227
  updatedAt: Date;
6228
6228
  deletedAt: Date | null;
6229
6229
  contact: {
6230
+ name: string;
6230
6231
  id: string;
6231
6232
  channel: string | null;
6232
6233
  address: string | null;
6233
- name: string;
6234
6234
  createdAt: Date;
6235
6235
  updatedAt: Date;
6236
6236
  deletedAt: Date | null;
@@ -6251,17 +6251,17 @@ export declare const RoomContractsValidationSchema: {
6251
6251
  messageId: string;
6252
6252
  mailUserId: string;
6253
6253
  mailUser: {
6254
+ name: string;
6254
6255
  id: string;
6255
6256
  address: string;
6256
- name: string;
6257
6257
  createdAt: Date;
6258
6258
  updatedAt: Date;
6259
6259
  deletedAt: Date | null;
6260
6260
  contact: {
6261
+ name: string;
6261
6262
  id: string;
6262
6263
  channel: string | null;
6263
6264
  address: string | null;
6264
- name: string;
6265
6265
  createdAt: Date;
6266
6266
  updatedAt: Date;
6267
6267
  deletedAt: Date | null;
@@ -6282,17 +6282,17 @@ export declare const RoomContractsValidationSchema: {
6282
6282
  messageId: string;
6283
6283
  mailUserId: string;
6284
6284
  mailUser: {
6285
+ name: string;
6285
6286
  id: string;
6286
6287
  address: string;
6287
- name: string;
6288
6288
  createdAt: Date;
6289
6289
  updatedAt: Date;
6290
6290
  deletedAt: Date | null;
6291
6291
  contact: {
6292
+ name: string;
6292
6293
  id: string;
6293
6294
  channel: string | null;
6294
6295
  address: string | null;
6295
- name: string;
6296
6296
  createdAt: Date;
6297
6297
  updatedAt: Date;
6298
6298
  deletedAt: Date | null;
@@ -6333,17 +6333,17 @@ export declare const RoomContractsValidationSchema: {
6333
6333
  messageId: string;
6334
6334
  mailUserId: string;
6335
6335
  mailUser: {
6336
+ name: string;
6336
6337
  id: string;
6337
6338
  address: string;
6338
- name: string;
6339
6339
  createdAt: Date;
6340
6340
  updatedAt: Date;
6341
6341
  deletedAt: Date | null;
6342
6342
  contact: {
6343
+ name: string;
6343
6344
  id: string;
6344
6345
  channel: string | null;
6345
6346
  address: string | null;
6346
- name: string;
6347
6347
  createdAt: Date;
6348
6348
  updatedAt: Date;
6349
6349
  deletedAt: Date | null;
@@ -6389,17 +6389,17 @@ export declare const RoomContractsValidationSchema: {
6389
6389
  messageId: string;
6390
6390
  mailUserId: string;
6391
6391
  mailUser: {
6392
+ name: string;
6392
6393
  id: string;
6393
6394
  address: string;
6394
- name: string;
6395
6395
  createdAt: Date;
6396
6396
  updatedAt: Date;
6397
6397
  deletedAt: Date | null;
6398
6398
  contact: {
6399
+ name: string;
6399
6400
  id: string;
6400
6401
  channel: string | null;
6401
6402
  address: string | null;
6402
- name: string;
6403
6403
  createdAt: Date;
6404
6404
  updatedAt: Date;
6405
6405
  deletedAt: Date | null;
@@ -6420,17 +6420,17 @@ export declare const RoomContractsValidationSchema: {
6420
6420
  messageId: string;
6421
6421
  mailUserId: string;
6422
6422
  mailUser: {
6423
+ name: string;
6423
6424
  id: string;
6424
6425
  address: string;
6425
- name: string;
6426
6426
  createdAt: Date;
6427
6427
  updatedAt: Date;
6428
6428
  deletedAt: Date | null;
6429
6429
  contact: {
6430
+ name: string;
6430
6431
  id: string;
6431
6432
  channel: string | null;
6432
6433
  address: string | null;
6433
- name: string;
6434
6434
  createdAt: Date;
6435
6435
  updatedAt: Date;
6436
6436
  deletedAt: Date | null;
@@ -6451,17 +6451,17 @@ export declare const RoomContractsValidationSchema: {
6451
6451
  messageId: string;
6452
6452
  mailUserId: string;
6453
6453
  mailUser: {
6454
+ name: string;
6454
6455
  id: string;
6455
6456
  address: string;
6456
- name: string;
6457
6457
  createdAt: Date;
6458
6458
  updatedAt: Date;
6459
6459
  deletedAt: Date | null;
6460
6460
  contact: {
6461
+ name: string;
6461
6462
  id: string;
6462
6463
  channel: string | null;
6463
6464
  address: string | null;
6464
- name: string;
6465
6465
  createdAt: Date;
6466
6466
  updatedAt: Date;
6467
6467
  deletedAt: Date | null;
@@ -6502,17 +6502,17 @@ export declare const RoomContractsValidationSchema: {
6502
6502
  messageId: string;
6503
6503
  mailUserId: string;
6504
6504
  mailUser: {
6505
+ name: string;
6505
6506
  id: string;
6506
6507
  address: string;
6507
- name: string;
6508
6508
  createdAt: Date;
6509
6509
  updatedAt: Date;
6510
6510
  deletedAt: Date | null;
6511
6511
  contact: {
6512
+ name: string;
6512
6513
  id: string;
6513
6514
  channel: string | null;
6514
6515
  address: string | null;
6515
- name: string;
6516
6516
  createdAt: Date;
6517
6517
  updatedAt: Date;
6518
6518
  deletedAt: Date | null;
@@ -6558,17 +6558,17 @@ export declare const RoomContractsValidationSchema: {
6558
6558
  messageId: string;
6559
6559
  mailUserId: string;
6560
6560
  mailUser: {
6561
+ name: string;
6561
6562
  id: string;
6562
6563
  address: string;
6563
- name: string;
6564
6564
  createdAt: Date;
6565
6565
  updatedAt: Date;
6566
6566
  deletedAt: Date | null;
6567
6567
  contact: {
6568
+ name: string;
6568
6569
  id: string;
6569
6570
  channel: string | null;
6570
6571
  address: string | null;
6571
- name: string;
6572
6572
  createdAt: Date;
6573
6573
  updatedAt: Date;
6574
6574
  deletedAt: Date | null;
@@ -6589,17 +6589,17 @@ export declare const RoomContractsValidationSchema: {
6589
6589
  messageId: string;
6590
6590
  mailUserId: string;
6591
6591
  mailUser: {
6592
+ name: string;
6592
6593
  id: string;
6593
6594
  address: string;
6594
- name: string;
6595
6595
  createdAt: Date;
6596
6596
  updatedAt: Date;
6597
6597
  deletedAt: Date | null;
6598
6598
  contact: {
6599
+ name: string;
6599
6600
  id: string;
6600
6601
  channel: string | null;
6601
6602
  address: string | null;
6602
- name: string;
6603
6603
  createdAt: Date;
6604
6604
  updatedAt: Date;
6605
6605
  deletedAt: Date | null;
@@ -6620,17 +6620,17 @@ export declare const RoomContractsValidationSchema: {
6620
6620
  messageId: string;
6621
6621
  mailUserId: string;
6622
6622
  mailUser: {
6623
+ name: string;
6623
6624
  id: string;
6624
6625
  address: string;
6625
- name: string;
6626
6626
  createdAt: Date;
6627
6627
  updatedAt: Date;
6628
6628
  deletedAt: Date | null;
6629
6629
  contact: {
6630
+ name: string;
6630
6631
  id: string;
6631
6632
  channel: string | null;
6632
6633
  address: string | null;
6633
- name: string;
6634
6634
  createdAt: Date;
6635
6635
  updatedAt: Date;
6636
6636
  deletedAt: Date | null;
@@ -6659,9 +6659,9 @@ export declare const RoomContractsValidationSchema: {
6659
6659
  updatedAt: Date;
6660
6660
  deletedAt: string | null;
6661
6661
  actor: {
6662
+ name: string;
6662
6663
  id: string;
6663
6664
  address: string | null;
6664
- name: string;
6665
6665
  email: string;
6666
6666
  createdAt: Date;
6667
6667
  updatedAt: Date;
@@ -6673,18 +6673,18 @@ export declare const RoomContractsValidationSchema: {
6673
6673
  actorId: string;
6674
6674
  })[];
6675
6675
  mail: {
6676
+ name: string;
6676
6677
  id: string;
6677
6678
  state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
6678
6679
  address: string;
6679
- name: string;
6680
6680
  createdAt: Date;
6681
6681
  updatedAt: Date;
6682
6682
  deletedAt: Date | null;
6683
6683
  accountId: string;
6684
6684
  mailServerId: string;
6685
6685
  mailServer: {
6686
- id: string;
6687
6686
  name: string;
6687
+ id: string;
6688
6688
  createdAt: Date;
6689
6689
  updatedAt: Date;
6690
6690
  deletedAt: Date | null;
@@ -6706,8 +6706,8 @@ export declare const RoomContractsValidationSchema: {
6706
6706
  updatedAt: Date;
6707
6707
  deletedAt: Date | null;
6708
6708
  tags: {
6709
- id: string;
6710
6709
  name: string;
6710
+ id: string;
6711
6711
  color: string;
6712
6712
  createdAt: Date;
6713
6713
  updatedAt: Date;
@@ -6732,17 +6732,17 @@ export declare const RoomContractsValidationSchema: {
6732
6732
  messageId: string;
6733
6733
  mailUserId: string;
6734
6734
  mailUser: {
6735
+ name: string;
6735
6736
  id: string;
6736
6737
  address: string;
6737
- name: string;
6738
6738
  createdAt: Date;
6739
6739
  updatedAt: Date;
6740
6740
  deletedAt: Date | null;
6741
6741
  contact: {
6742
+ name: string;
6742
6743
  id: string;
6743
6744
  channel: string | null;
6744
6745
  address: string | null;
6745
- name: string;
6746
6746
  createdAt: Date;
6747
6747
  updatedAt: Date;
6748
6748
  deletedAt: Date | null;
@@ -6788,17 +6788,17 @@ export declare const RoomContractsValidationSchema: {
6788
6788
  messageId: string;
6789
6789
  mailUserId: string;
6790
6790
  mailUser: {
6791
+ name: string;
6791
6792
  id: string;
6792
6793
  address: string;
6793
- name: string;
6794
6794
  createdAt: Date;
6795
6795
  updatedAt: Date;
6796
6796
  deletedAt: Date | null;
6797
6797
  contact: {
6798
+ name: string;
6798
6799
  id: string;
6799
6800
  channel: string | null;
6800
6801
  address: string | null;
6801
- name: string;
6802
6802
  createdAt: Date;
6803
6803
  updatedAt: Date;
6804
6804
  deletedAt: Date | null;
@@ -6819,17 +6819,17 @@ export declare const RoomContractsValidationSchema: {
6819
6819
  messageId: string;
6820
6820
  mailUserId: string;
6821
6821
  mailUser: {
6822
+ name: string;
6822
6823
  id: string;
6823
6824
  address: string;
6824
- name: string;
6825
6825
  createdAt: Date;
6826
6826
  updatedAt: Date;
6827
6827
  deletedAt: Date | null;
6828
6828
  contact: {
6829
+ name: string;
6829
6830
  id: string;
6830
6831
  channel: string | null;
6831
6832
  address: string | null;
6832
- name: string;
6833
6833
  createdAt: Date;
6834
6834
  updatedAt: Date;
6835
6835
  deletedAt: Date | null;
@@ -6850,17 +6850,17 @@ export declare const RoomContractsValidationSchema: {
6850
6850
  messageId: string;
6851
6851
  mailUserId: string;
6852
6852
  mailUser: {
6853
+ name: string;
6853
6854
  id: string;
6854
6855
  address: string;
6855
- name: string;
6856
6856
  createdAt: Date;
6857
6857
  updatedAt: Date;
6858
6858
  deletedAt: Date | null;
6859
6859
  contact: {
6860
+ name: string;
6860
6861
  id: string;
6861
6862
  channel: string | null;
6862
6863
  address: string | null;
6863
- name: string;
6864
6864
  createdAt: Date;
6865
6865
  updatedAt: Date;
6866
6866
  deletedAt: Date | null;
@@ -6884,9 +6884,9 @@ export declare const RoomContractsValidationSchema: {
6884
6884
  seemsLikeNew: boolean;
6885
6885
  };
6886
6886
  assignee: {
6887
+ name: string;
6887
6888
  id: string;
6888
6889
  address: string | null;
6889
- name: string;
6890
6890
  email: string;
6891
6891
  createdAt: Date;
6892
6892
  updatedAt: Date;
@@ -6945,8 +6945,8 @@ export declare const RoomContractsValidationSchema: {
6945
6945
  }[];
6946
6946
  }[];
6947
6947
  tags: {
6948
- id: string;
6949
6948
  name: string;
6949
+ id: string;
6950
6950
  createdAt: Date;
6951
6951
  updatedAt: Date;
6952
6952
  deletedAt: Date | null;
@@ -6976,8 +6976,8 @@ export declare const RoomContractsValidationSchema: {
6976
6976
  endedAt: string | null;
6977
6977
  duration: number | null;
6978
6978
  holdLabel?: {
6979
- id: string;
6980
6979
  name: string;
6980
+ id: string;
6981
6981
  position: number;
6982
6982
  createdAt: Date;
6983
6983
  updatedAt: Date;
@@ -6996,17 +6996,17 @@ export declare const RoomContractsValidationSchema: {
6996
6996
  messageId: string;
6997
6997
  mailUserId: string;
6998
6998
  mailUser: {
6999
+ name: string;
6999
7000
  id: string;
7000
7001
  address: string;
7001
- name: string;
7002
7002
  createdAt: Date;
7003
7003
  updatedAt: Date;
7004
7004
  deletedAt: Date | null;
7005
7005
  contact: {
7006
+ name: string;
7006
7007
  id: string;
7007
7008
  channel: string | null;
7008
7009
  address: string | null;
7009
- name: string;
7010
7010
  createdAt: Date;
7011
7011
  updatedAt: Date;
7012
7012
  deletedAt: Date | null;
@@ -7028,17 +7028,17 @@ export declare const RoomContractsValidationSchema: {
7028
7028
  messageId: string;
7029
7029
  mailUserId: string;
7030
7030
  mailUser: {
7031
+ name: string;
7031
7032
  id: string;
7032
7033
  address: string;
7033
- name: string;
7034
7034
  createdAt: Date;
7035
7035
  updatedAt: Date;
7036
7036
  deletedAt: Date | null;
7037
7037
  contact: {
7038
+ name: string;
7038
7039
  id: string;
7039
7040
  channel: string | null;
7040
7041
  address: string | null;
7041
- name: string;
7042
7042
  createdAt: Date;
7043
7043
  updatedAt: Date;
7044
7044
  deletedAt: Date | null;
@@ -7059,17 +7059,17 @@ export declare const RoomContractsValidationSchema: {
7059
7059
  messageId: string;
7060
7060
  mailUserId: string;
7061
7061
  mailUser: {
7062
+ name: string;
7062
7063
  id: string;
7063
7064
  address: string;
7064
- name: string;
7065
7065
  createdAt: Date;
7066
7066
  updatedAt: Date;
7067
7067
  deletedAt: Date | null;
7068
7068
  contact: {
7069
+ name: string;
7069
7070
  id: string;
7070
7071
  channel: string | null;
7071
7072
  address: string | null;
7072
- name: string;
7073
7073
  createdAt: Date;
7074
7074
  updatedAt: Date;
7075
7075
  deletedAt: Date | null;
@@ -7090,17 +7090,17 @@ export declare const RoomContractsValidationSchema: {
7090
7090
  messageId: string;
7091
7091
  mailUserId: string;
7092
7092
  mailUser: {
7093
+ name: string;
7093
7094
  id: string;
7094
7095
  address: string;
7095
- name: string;
7096
7096
  createdAt: Date;
7097
7097
  updatedAt: Date;
7098
7098
  deletedAt: Date | null;
7099
7099
  contact: {
7100
+ name: string;
7100
7101
  id: string;
7101
7102
  channel: string | null;
7102
7103
  address: string | null;
7103
- name: string;
7104
7104
  createdAt: Date;
7105
7105
  updatedAt: Date;
7106
7106
  deletedAt: Date | null;
@@ -7133,17 +7133,17 @@ export declare const RoomContractsValidationSchema: {
7133
7133
  messageId: string;
7134
7134
  mailUserId: string;
7135
7135
  mailUser: {
7136
+ name: string;
7136
7137
  id: string;
7137
7138
  address: string;
7138
- name: string;
7139
7139
  createdAt: Date;
7140
7140
  updatedAt: Date;
7141
7141
  deletedAt: Date | null;
7142
7142
  contact: {
7143
+ name: string;
7143
7144
  id: string;
7144
7145
  channel: string | null;
7145
7146
  address: string | null;
7146
- name: string;
7147
7147
  createdAt: Date;
7148
7148
  updatedAt: Date;
7149
7149
  deletedAt: Date | null;
@@ -7189,17 +7189,17 @@ export declare const RoomContractsValidationSchema: {
7189
7189
  messageId: string;
7190
7190
  mailUserId: string;
7191
7191
  mailUser: {
7192
+ name: string;
7192
7193
  id: string;
7193
7194
  address: string;
7194
- name: string;
7195
7195
  createdAt: Date;
7196
7196
  updatedAt: Date;
7197
7197
  deletedAt: Date | null;
7198
7198
  contact: {
7199
+ name: string;
7199
7200
  id: string;
7200
7201
  channel: string | null;
7201
7202
  address: string | null;
7202
- name: string;
7203
7203
  createdAt: Date;
7204
7204
  updatedAt: Date;
7205
7205
  deletedAt: Date | null;
@@ -7220,17 +7220,17 @@ export declare const RoomContractsValidationSchema: {
7220
7220
  messageId: string;
7221
7221
  mailUserId: string;
7222
7222
  mailUser: {
7223
+ name: string;
7223
7224
  id: string;
7224
7225
  address: string;
7225
- name: string;
7226
7226
  createdAt: Date;
7227
7227
  updatedAt: Date;
7228
7228
  deletedAt: Date | null;
7229
7229
  contact: {
7230
+ name: string;
7230
7231
  id: string;
7231
7232
  channel: string | null;
7232
7233
  address: string | null;
7233
- name: string;
7234
7234
  createdAt: Date;
7235
7235
  updatedAt: Date;
7236
7236
  deletedAt: Date | null;
@@ -7251,17 +7251,17 @@ export declare const RoomContractsValidationSchema: {
7251
7251
  messageId: string;
7252
7252
  mailUserId: string;
7253
7253
  mailUser: {
7254
+ name: string;
7254
7255
  id: string;
7255
7256
  address: string;
7256
- name: string;
7257
7257
  createdAt: Date;
7258
7258
  updatedAt: Date;
7259
7259
  deletedAt: Date | null;
7260
7260
  contact: {
7261
+ name: string;
7261
7262
  id: string;
7262
7263
  channel: string | null;
7263
7264
  address: string | null;
7264
- name: string;
7265
7265
  createdAt: Date;
7266
7266
  updatedAt: Date;
7267
7267
  deletedAt: Date | null;
@@ -7302,17 +7302,17 @@ export declare const RoomContractsValidationSchema: {
7302
7302
  messageId: string;
7303
7303
  mailUserId: string;
7304
7304
  mailUser: {
7305
+ name: string;
7305
7306
  id: string;
7306
7307
  address: string;
7307
- name: string;
7308
7308
  createdAt: Date;
7309
7309
  updatedAt: Date;
7310
7310
  deletedAt: Date | null;
7311
7311
  contact: {
7312
+ name: string;
7312
7313
  id: string;
7313
7314
  channel: string | null;
7314
7315
  address: string | null;
7315
- name: string;
7316
7316
  createdAt: Date;
7317
7317
  updatedAt: Date;
7318
7318
  deletedAt: Date | null;
@@ -7358,17 +7358,17 @@ export declare const RoomContractsValidationSchema: {
7358
7358
  messageId: string;
7359
7359
  mailUserId: string;
7360
7360
  mailUser: {
7361
+ name: string;
7361
7362
  id: string;
7362
7363
  address: string;
7363
- name: string;
7364
7364
  createdAt: Date;
7365
7365
  updatedAt: Date;
7366
7366
  deletedAt: Date | null;
7367
7367
  contact: {
7368
+ name: string;
7368
7369
  id: string;
7369
7370
  channel: string | null;
7370
7371
  address: string | null;
7371
- name: string;
7372
7372
  createdAt: Date;
7373
7373
  updatedAt: Date;
7374
7374
  deletedAt: Date | null;
@@ -7389,17 +7389,17 @@ export declare const RoomContractsValidationSchema: {
7389
7389
  messageId: string;
7390
7390
  mailUserId: string;
7391
7391
  mailUser: {
7392
+ name: string;
7392
7393
  id: string;
7393
7394
  address: string;
7394
- name: string;
7395
7395
  createdAt: Date;
7396
7396
  updatedAt: Date;
7397
7397
  deletedAt: Date | null;
7398
7398
  contact: {
7399
+ name: string;
7399
7400
  id: string;
7400
7401
  channel: string | null;
7401
7402
  address: string | null;
7402
- name: string;
7403
7403
  createdAt: Date;
7404
7404
  updatedAt: Date;
7405
7405
  deletedAt: Date | null;
@@ -7420,17 +7420,17 @@ export declare const RoomContractsValidationSchema: {
7420
7420
  messageId: string;
7421
7421
  mailUserId: string;
7422
7422
  mailUser: {
7423
+ name: string;
7423
7424
  id: string;
7424
7425
  address: string;
7425
- name: string;
7426
7426
  createdAt: Date;
7427
7427
  updatedAt: Date;
7428
7428
  deletedAt: Date | null;
7429
7429
  contact: {
7430
+ name: string;
7430
7431
  id: string;
7431
7432
  channel: string | null;
7432
7433
  address: string | null;
7433
- name: string;
7434
7434
  createdAt: Date;
7435
7435
  updatedAt: Date;
7436
7436
  deletedAt: Date | null;
@@ -7471,17 +7471,17 @@ export declare const RoomContractsValidationSchema: {
7471
7471
  messageId: string;
7472
7472
  mailUserId: string;
7473
7473
  mailUser: {
7474
+ name: string;
7474
7475
  id: string;
7475
7476
  address: string;
7476
- name: string;
7477
7477
  createdAt: Date;
7478
7478
  updatedAt: Date;
7479
7479
  deletedAt: Date | null;
7480
7480
  contact: {
7481
+ name: string;
7481
7482
  id: string;
7482
7483
  channel: string | null;
7483
7484
  address: string | null;
7484
- name: string;
7485
7485
  createdAt: Date;
7486
7486
  updatedAt: Date;
7487
7487
  deletedAt: Date | null;
@@ -7527,17 +7527,17 @@ export declare const RoomContractsValidationSchema: {
7527
7527
  messageId: string;
7528
7528
  mailUserId: string;
7529
7529
  mailUser: {
7530
+ name: string;
7530
7531
  id: string;
7531
7532
  address: string;
7532
- name: string;
7533
7533
  createdAt: Date;
7534
7534
  updatedAt: Date;
7535
7535
  deletedAt: Date | null;
7536
7536
  contact: {
7537
+ name: string;
7537
7538
  id: string;
7538
7539
  channel: string | null;
7539
7540
  address: string | null;
7540
- name: string;
7541
7541
  createdAt: Date;
7542
7542
  updatedAt: Date;
7543
7543
  deletedAt: Date | null;
@@ -7558,17 +7558,17 @@ export declare const RoomContractsValidationSchema: {
7558
7558
  messageId: string;
7559
7559
  mailUserId: string;
7560
7560
  mailUser: {
7561
+ name: string;
7561
7562
  id: string;
7562
7563
  address: string;
7563
- name: string;
7564
7564
  createdAt: Date;
7565
7565
  updatedAt: Date;
7566
7566
  deletedAt: Date | null;
7567
7567
  contact: {
7568
+ name: string;
7568
7569
  id: string;
7569
7570
  channel: string | null;
7570
7571
  address: string | null;
7571
- name: string;
7572
7572
  createdAt: Date;
7573
7573
  updatedAt: Date;
7574
7574
  deletedAt: Date | null;
@@ -7589,17 +7589,17 @@ export declare const RoomContractsValidationSchema: {
7589
7589
  messageId: string;
7590
7590
  mailUserId: string;
7591
7591
  mailUser: {
7592
+ name: string;
7592
7593
  id: string;
7593
7594
  address: string;
7594
- name: string;
7595
7595
  createdAt: Date;
7596
7596
  updatedAt: Date;
7597
7597
  deletedAt: Date | null;
7598
7598
  contact: {
7599
+ name: string;
7599
7600
  id: string;
7600
7601
  channel: string | null;
7601
7602
  address: string | null;
7602
- name: string;
7603
7603
  createdAt: Date;
7604
7604
  updatedAt: Date;
7605
7605
  deletedAt: Date | null;
@@ -7628,9 +7628,9 @@ export declare const RoomContractsValidationSchema: {
7628
7628
  updatedAt: Date;
7629
7629
  deletedAt: string | null;
7630
7630
  actor: {
7631
+ name: string;
7631
7632
  id: string;
7632
7633
  address: string | null;
7633
- name: string;
7634
7634
  email: string;
7635
7635
  createdAt: Date;
7636
7636
  updatedAt: Date;
@@ -7642,18 +7642,18 @@ export declare const RoomContractsValidationSchema: {
7642
7642
  actorId: string;
7643
7643
  })[];
7644
7644
  mail: {
7645
+ name: string;
7645
7646
  id: string;
7646
7647
  state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
7647
7648
  address: string;
7648
- name: string;
7649
7649
  createdAt: Date;
7650
7650
  updatedAt: Date;
7651
7651
  deletedAt: Date | null;
7652
7652
  accountId: string;
7653
7653
  mailServerId: string;
7654
7654
  mailServer: {
7655
- id: string;
7656
7655
  name: string;
7656
+ id: string;
7657
7657
  createdAt: Date;
7658
7658
  updatedAt: Date;
7659
7659
  deletedAt: Date | null;
@@ -7680,8 +7680,8 @@ export declare const RoomContractsValidationSchema: {
7680
7680
  updatedAt: Date;
7681
7681
  deletedAt: Date | null;
7682
7682
  tags: {
7683
- id: string;
7684
7683
  name: string;
7684
+ id: string;
7685
7685
  color: string;
7686
7686
  createdAt: Date;
7687
7687
  updatedAt: Date;
@@ -7706,17 +7706,17 @@ export declare const RoomContractsValidationSchema: {
7706
7706
  messageId: string;
7707
7707
  mailUserId: string;
7708
7708
  mailUser: {
7709
+ name: string;
7709
7710
  id: string;
7710
7711
  address: string;
7711
- name: string;
7712
7712
  createdAt: Date;
7713
7713
  updatedAt: Date;
7714
7714
  deletedAt: Date | null;
7715
7715
  contact: {
7716
+ name: string;
7716
7717
  id: string;
7717
7718
  channel: string | null;
7718
7719
  address: string | null;
7719
- name: string;
7720
7720
  createdAt: Date;
7721
7721
  updatedAt: Date;
7722
7722
  deletedAt: Date | null;
@@ -7762,17 +7762,17 @@ export declare const RoomContractsValidationSchema: {
7762
7762
  messageId: string;
7763
7763
  mailUserId: string;
7764
7764
  mailUser: {
7765
+ name: string;
7765
7766
  id: string;
7766
7767
  address: string;
7767
- name: string;
7768
7768
  createdAt: Date;
7769
7769
  updatedAt: Date;
7770
7770
  deletedAt: Date | null;
7771
7771
  contact: {
7772
+ name: string;
7772
7773
  id: string;
7773
7774
  channel: string | null;
7774
7775
  address: string | null;
7775
- name: string;
7776
7776
  createdAt: Date;
7777
7777
  updatedAt: Date;
7778
7778
  deletedAt: Date | null;
@@ -7793,17 +7793,17 @@ export declare const RoomContractsValidationSchema: {
7793
7793
  messageId: string;
7794
7794
  mailUserId: string;
7795
7795
  mailUser: {
7796
+ name: string;
7796
7797
  id: string;
7797
7798
  address: string;
7798
- name: string;
7799
7799
  createdAt: Date;
7800
7800
  updatedAt: Date;
7801
7801
  deletedAt: Date | null;
7802
7802
  contact: {
7803
+ name: string;
7803
7804
  id: string;
7804
7805
  channel: string | null;
7805
7806
  address: string | null;
7806
- name: string;
7807
7807
  createdAt: Date;
7808
7808
  updatedAt: Date;
7809
7809
  deletedAt: Date | null;
@@ -7824,17 +7824,17 @@ export declare const RoomContractsValidationSchema: {
7824
7824
  messageId: string;
7825
7825
  mailUserId: string;
7826
7826
  mailUser: {
7827
+ name: string;
7827
7828
  id: string;
7828
7829
  address: string;
7829
- name: string;
7830
7830
  createdAt: Date;
7831
7831
  updatedAt: Date;
7832
7832
  deletedAt: Date | null;
7833
7833
  contact: {
7834
+ name: string;
7834
7835
  id: string;
7835
7836
  channel: string | null;
7836
7837
  address: string | null;
7837
- name: string;
7838
7838
  createdAt: Date;
7839
7839
  updatedAt: Date;
7840
7840
  deletedAt: Date | null;
@@ -7858,9 +7858,9 @@ export declare const RoomContractsValidationSchema: {
7858
7858
  seemsLikeNew: boolean;
7859
7859
  };
7860
7860
  assignee: {
7861
+ name: string;
7861
7862
  id: string;
7862
7863
  address: string | null;
7863
- name: string;
7864
7864
  email: string;
7865
7865
  createdAt: Date;
7866
7866
  updatedAt: Date;
@@ -7919,8 +7919,8 @@ export declare const RoomContractsValidationSchema: {
7919
7919
  }[];
7920
7920
  }[];
7921
7921
  tags: {
7922
- id: string;
7923
7922
  name: string;
7923
+ id: string;
7924
7924
  createdAt: Date;
7925
7925
  updatedAt: Date;
7926
7926
  deletedAt: Date | null;
@@ -7950,8 +7950,8 @@ export declare const RoomContractsValidationSchema: {
7950
7950
  endedAt: string | null;
7951
7951
  duration: number | null;
7952
7952
  holdLabel?: {
7953
- id: string;
7954
7953
  name: string;
7954
+ id: string;
7955
7955
  position: number;
7956
7956
  createdAt: Date;
7957
7957
  updatedAt: Date;
@@ -7970,17 +7970,17 @@ export declare const RoomContractsValidationSchema: {
7970
7970
  messageId: string;
7971
7971
  mailUserId: string;
7972
7972
  mailUser: {
7973
+ name: string;
7973
7974
  id: string;
7974
7975
  address: string;
7975
- name: string;
7976
7976
  createdAt: Date;
7977
7977
  updatedAt: Date;
7978
7978
  deletedAt: Date | null;
7979
7979
  contact: {
7980
+ name: string;
7980
7981
  id: string;
7981
7982
  channel: string | null;
7982
7983
  address: string | null;
7983
- name: string;
7984
7984
  createdAt: Date;
7985
7985
  updatedAt: Date;
7986
7986
  deletedAt: Date | null;
@@ -8002,17 +8002,17 @@ export declare const RoomContractsValidationSchema: {
8002
8002
  messageId: string;
8003
8003
  mailUserId: string;
8004
8004
  mailUser: {
8005
+ name: string;
8005
8006
  id: string;
8006
8007
  address: string;
8007
- name: string;
8008
8008
  createdAt: Date;
8009
8009
  updatedAt: Date;
8010
8010
  deletedAt: Date | null;
8011
8011
  contact: {
8012
+ name: string;
8012
8013
  id: string;
8013
8014
  channel: string | null;
8014
8015
  address: string | null;
8015
- name: string;
8016
8016
  createdAt: Date;
8017
8017
  updatedAt: Date;
8018
8018
  deletedAt: Date | null;
@@ -8033,17 +8033,17 @@ export declare const RoomContractsValidationSchema: {
8033
8033
  messageId: string;
8034
8034
  mailUserId: string;
8035
8035
  mailUser: {
8036
+ name: string;
8036
8037
  id: string;
8037
8038
  address: string;
8038
- name: string;
8039
8039
  createdAt: Date;
8040
8040
  updatedAt: Date;
8041
8041
  deletedAt: Date | null;
8042
8042
  contact: {
8043
+ name: string;
8043
8044
  id: string;
8044
8045
  channel: string | null;
8045
8046
  address: string | null;
8046
- name: string;
8047
8047
  createdAt: Date;
8048
8048
  updatedAt: Date;
8049
8049
  deletedAt: Date | null;
@@ -8064,17 +8064,17 @@ export declare const RoomContractsValidationSchema: {
8064
8064
  messageId: string;
8065
8065
  mailUserId: string;
8066
8066
  mailUser: {
8067
+ name: string;
8067
8068
  id: string;
8068
8069
  address: string;
8069
- name: string;
8070
8070
  createdAt: Date;
8071
8071
  updatedAt: Date;
8072
8072
  deletedAt: Date | null;
8073
8073
  contact: {
8074
+ name: string;
8074
8075
  id: string;
8075
8076
  channel: string | null;
8076
8077
  address: string | null;
8077
- name: string;
8078
8078
  createdAt: Date;
8079
8079
  updatedAt: Date;
8080
8080
  deletedAt: Date | null;
@@ -8107,17 +8107,17 @@ export declare const RoomContractsValidationSchema: {
8107
8107
  messageId: string;
8108
8108
  mailUserId: string;
8109
8109
  mailUser: {
8110
+ name: string;
8110
8111
  id: string;
8111
8112
  address: string;
8112
- name: string;
8113
8113
  createdAt: Date;
8114
8114
  updatedAt: Date;
8115
8115
  deletedAt: Date | null;
8116
8116
  contact: {
8117
+ name: string;
8117
8118
  id: string;
8118
8119
  channel: string | null;
8119
8120
  address: string | null;
8120
- name: string;
8121
8121
  createdAt: Date;
8122
8122
  updatedAt: Date;
8123
8123
  deletedAt: Date | null;
@@ -8163,17 +8163,17 @@ export declare const RoomContractsValidationSchema: {
8163
8163
  messageId: string;
8164
8164
  mailUserId: string;
8165
8165
  mailUser: {
8166
+ name: string;
8166
8167
  id: string;
8167
8168
  address: string;
8168
- name: string;
8169
8169
  createdAt: Date;
8170
8170
  updatedAt: Date;
8171
8171
  deletedAt: Date | null;
8172
8172
  contact: {
8173
+ name: string;
8173
8174
  id: string;
8174
8175
  channel: string | null;
8175
8176
  address: string | null;
8176
- name: string;
8177
8177
  createdAt: Date;
8178
8178
  updatedAt: Date;
8179
8179
  deletedAt: Date | null;
@@ -8194,17 +8194,17 @@ export declare const RoomContractsValidationSchema: {
8194
8194
  messageId: string;
8195
8195
  mailUserId: string;
8196
8196
  mailUser: {
8197
+ name: string;
8197
8198
  id: string;
8198
8199
  address: string;
8199
- name: string;
8200
8200
  createdAt: Date;
8201
8201
  updatedAt: Date;
8202
8202
  deletedAt: Date | null;
8203
8203
  contact: {
8204
+ name: string;
8204
8205
  id: string;
8205
8206
  channel: string | null;
8206
8207
  address: string | null;
8207
- name: string;
8208
8208
  createdAt: Date;
8209
8209
  updatedAt: Date;
8210
8210
  deletedAt: Date | null;
@@ -8225,17 +8225,17 @@ export declare const RoomContractsValidationSchema: {
8225
8225
  messageId: string;
8226
8226
  mailUserId: string;
8227
8227
  mailUser: {
8228
+ name: string;
8228
8229
  id: string;
8229
8230
  address: string;
8230
- name: string;
8231
8231
  createdAt: Date;
8232
8232
  updatedAt: Date;
8233
8233
  deletedAt: Date | null;
8234
8234
  contact: {
8235
+ name: string;
8235
8236
  id: string;
8236
8237
  channel: string | null;
8237
8238
  address: string | null;
8238
- name: string;
8239
8239
  createdAt: Date;
8240
8240
  updatedAt: Date;
8241
8241
  deletedAt: Date | null;
@@ -8276,17 +8276,17 @@ export declare const RoomContractsValidationSchema: {
8276
8276
  messageId: string;
8277
8277
  mailUserId: string;
8278
8278
  mailUser: {
8279
+ name: string;
8279
8280
  id: string;
8280
8281
  address: string;
8281
- name: string;
8282
8282
  createdAt: Date;
8283
8283
  updatedAt: Date;
8284
8284
  deletedAt: Date | null;
8285
8285
  contact: {
8286
+ name: string;
8286
8287
  id: string;
8287
8288
  channel: string | null;
8288
8289
  address: string | null;
8289
- name: string;
8290
8290
  createdAt: Date;
8291
8291
  updatedAt: Date;
8292
8292
  deletedAt: Date | null;
@@ -8332,17 +8332,17 @@ export declare const RoomContractsValidationSchema: {
8332
8332
  messageId: string;
8333
8333
  mailUserId: string;
8334
8334
  mailUser: {
8335
+ name: string;
8335
8336
  id: string;
8336
8337
  address: string;
8337
- name: string;
8338
8338
  createdAt: Date;
8339
8339
  updatedAt: Date;
8340
8340
  deletedAt: Date | null;
8341
8341
  contact: {
8342
+ name: string;
8342
8343
  id: string;
8343
8344
  channel: string | null;
8344
8345
  address: string | null;
8345
- name: string;
8346
8346
  createdAt: Date;
8347
8347
  updatedAt: Date;
8348
8348
  deletedAt: Date | null;
@@ -8363,17 +8363,17 @@ export declare const RoomContractsValidationSchema: {
8363
8363
  messageId: string;
8364
8364
  mailUserId: string;
8365
8365
  mailUser: {
8366
+ name: string;
8366
8367
  id: string;
8367
8368
  address: string;
8368
- name: string;
8369
8369
  createdAt: Date;
8370
8370
  updatedAt: Date;
8371
8371
  deletedAt: Date | null;
8372
8372
  contact: {
8373
+ name: string;
8373
8374
  id: string;
8374
8375
  channel: string | null;
8375
8376
  address: string | null;
8376
- name: string;
8377
8377
  createdAt: Date;
8378
8378
  updatedAt: Date;
8379
8379
  deletedAt: Date | null;
@@ -8394,17 +8394,17 @@ export declare const RoomContractsValidationSchema: {
8394
8394
  messageId: string;
8395
8395
  mailUserId: string;
8396
8396
  mailUser: {
8397
+ name: string;
8397
8398
  id: string;
8398
8399
  address: string;
8399
- name: string;
8400
8400
  createdAt: Date;
8401
8401
  updatedAt: Date;
8402
8402
  deletedAt: Date | null;
8403
8403
  contact: {
8404
+ name: string;
8404
8405
  id: string;
8405
8406
  channel: string | null;
8406
8407
  address: string | null;
8407
- name: string;
8408
8408
  createdAt: Date;
8409
8409
  updatedAt: Date;
8410
8410
  deletedAt: Date | null;
@@ -8445,17 +8445,17 @@ export declare const RoomContractsValidationSchema: {
8445
8445
  messageId: string;
8446
8446
  mailUserId: string;
8447
8447
  mailUser: {
8448
+ name: string;
8448
8449
  id: string;
8449
8450
  address: string;
8450
- name: string;
8451
8451
  createdAt: Date;
8452
8452
  updatedAt: Date;
8453
8453
  deletedAt: Date | null;
8454
8454
  contact: {
8455
+ name: string;
8455
8456
  id: string;
8456
8457
  channel: string | null;
8457
8458
  address: string | null;
8458
- name: string;
8459
8459
  createdAt: Date;
8460
8460
  updatedAt: Date;
8461
8461
  deletedAt: Date | null;
@@ -8501,17 +8501,17 @@ export declare const RoomContractsValidationSchema: {
8501
8501
  messageId: string;
8502
8502
  mailUserId: string;
8503
8503
  mailUser: {
8504
+ name: string;
8504
8505
  id: string;
8505
8506
  address: string;
8506
- name: string;
8507
8507
  createdAt: Date;
8508
8508
  updatedAt: Date;
8509
8509
  deletedAt: Date | null;
8510
8510
  contact: {
8511
+ name: string;
8511
8512
  id: string;
8512
8513
  channel: string | null;
8513
8514
  address: string | null;
8514
- name: string;
8515
8515
  createdAt: Date;
8516
8516
  updatedAt: Date;
8517
8517
  deletedAt: Date | null;
@@ -8532,17 +8532,17 @@ export declare const RoomContractsValidationSchema: {
8532
8532
  messageId: string;
8533
8533
  mailUserId: string;
8534
8534
  mailUser: {
8535
+ name: string;
8535
8536
  id: string;
8536
8537
  address: string;
8537
- name: string;
8538
8538
  createdAt: Date;
8539
8539
  updatedAt: Date;
8540
8540
  deletedAt: Date | null;
8541
8541
  contact: {
8542
+ name: string;
8542
8543
  id: string;
8543
8544
  channel: string | null;
8544
8545
  address: string | null;
8545
- name: string;
8546
8546
  createdAt: Date;
8547
8547
  updatedAt: Date;
8548
8548
  deletedAt: Date | null;
@@ -8563,17 +8563,17 @@ export declare const RoomContractsValidationSchema: {
8563
8563
  messageId: string;
8564
8564
  mailUserId: string;
8565
8565
  mailUser: {
8566
+ name: string;
8566
8567
  id: string;
8567
8568
  address: string;
8568
- name: string;
8569
8569
  createdAt: Date;
8570
8570
  updatedAt: Date;
8571
8571
  deletedAt: Date | null;
8572
8572
  contact: {
8573
+ name: string;
8573
8574
  id: string;
8574
8575
  channel: string | null;
8575
8576
  address: string | null;
8576
- name: string;
8577
8577
  createdAt: Date;
8578
8578
  updatedAt: Date;
8579
8579
  deletedAt: Date | null;
@@ -8602,9 +8602,9 @@ export declare const RoomContractsValidationSchema: {
8602
8602
  updatedAt: Date;
8603
8603
  deletedAt: string | null;
8604
8604
  actor: {
8605
+ name: string;
8605
8606
  id: string;
8606
8607
  address: string | null;
8607
- name: string;
8608
8608
  email: string;
8609
8609
  createdAt: Date;
8610
8610
  updatedAt: Date;
@@ -8616,18 +8616,18 @@ export declare const RoomContractsValidationSchema: {
8616
8616
  actorId: string;
8617
8617
  })[];
8618
8618
  mail: {
8619
+ name: string;
8619
8620
  id: string;
8620
8621
  state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
8621
8622
  address: string;
8622
- name: string;
8623
8623
  createdAt: Date;
8624
8624
  updatedAt: Date;
8625
8625
  deletedAt: Date | null;
8626
8626
  accountId: string;
8627
8627
  mailServerId: string;
8628
8628
  mailServer: {
8629
- id: string;
8630
8629
  name: string;
8630
+ id: string;
8631
8631
  createdAt: Date;
8632
8632
  updatedAt: Date;
8633
8633
  deletedAt: Date | null;
@@ -8654,8 +8654,8 @@ export declare const RoomContractsValidationSchema: {
8654
8654
  updatedAt: Date;
8655
8655
  deletedAt: Date | null;
8656
8656
  tags: {
8657
- id: string;
8658
8657
  name: string;
8658
+ id: string;
8659
8659
  color: string;
8660
8660
  createdAt: Date;
8661
8661
  updatedAt: Date;
@@ -8680,17 +8680,17 @@ export declare const RoomContractsValidationSchema: {
8680
8680
  messageId: string;
8681
8681
  mailUserId: string;
8682
8682
  mailUser: {
8683
+ name: string;
8683
8684
  id: string;
8684
8685
  address: string;
8685
- name: string;
8686
8686
  createdAt: Date;
8687
8687
  updatedAt: Date;
8688
8688
  deletedAt: Date | null;
8689
8689
  contact: {
8690
+ name: string;
8690
8691
  id: string;
8691
8692
  channel: string | null;
8692
8693
  address: string | null;
8693
- name: string;
8694
8694
  createdAt: Date;
8695
8695
  updatedAt: Date;
8696
8696
  deletedAt: Date | null;
@@ -8736,17 +8736,17 @@ export declare const RoomContractsValidationSchema: {
8736
8736
  messageId: string;
8737
8737
  mailUserId: string;
8738
8738
  mailUser: {
8739
+ name: string;
8739
8740
  id: string;
8740
8741
  address: string;
8741
- name: string;
8742
8742
  createdAt: Date;
8743
8743
  updatedAt: Date;
8744
8744
  deletedAt: Date | null;
8745
8745
  contact: {
8746
+ name: string;
8746
8747
  id: string;
8747
8748
  channel: string | null;
8748
8749
  address: string | null;
8749
- name: string;
8750
8750
  createdAt: Date;
8751
8751
  updatedAt: Date;
8752
8752
  deletedAt: Date | null;
@@ -8767,17 +8767,17 @@ export declare const RoomContractsValidationSchema: {
8767
8767
  messageId: string;
8768
8768
  mailUserId: string;
8769
8769
  mailUser: {
8770
+ name: string;
8770
8771
  id: string;
8771
8772
  address: string;
8772
- name: string;
8773
8773
  createdAt: Date;
8774
8774
  updatedAt: Date;
8775
8775
  deletedAt: Date | null;
8776
8776
  contact: {
8777
+ name: string;
8777
8778
  id: string;
8778
8779
  channel: string | null;
8779
8780
  address: string | null;
8780
- name: string;
8781
8781
  createdAt: Date;
8782
8782
  updatedAt: Date;
8783
8783
  deletedAt: Date | null;
@@ -8798,17 +8798,17 @@ export declare const RoomContractsValidationSchema: {
8798
8798
  messageId: string;
8799
8799
  mailUserId: string;
8800
8800
  mailUser: {
8801
+ name: string;
8801
8802
  id: string;
8802
8803
  address: string;
8803
- name: string;
8804
8804
  createdAt: Date;
8805
8805
  updatedAt: Date;
8806
8806
  deletedAt: Date | null;
8807
8807
  contact: {
8808
+ name: string;
8808
8809
  id: string;
8809
8810
  channel: string | null;
8810
8811
  address: string | null;
8811
- name: string;
8812
8812
  createdAt: Date;
8813
8813
  updatedAt: Date;
8814
8814
  deletedAt: Date | null;
@@ -8832,9 +8832,9 @@ export declare const RoomContractsValidationSchema: {
8832
8832
  seemsLikeNew: boolean;
8833
8833
  };
8834
8834
  assignee: {
8835
+ name: string;
8835
8836
  id: string;
8836
8837
  address: string | null;
8837
- name: string;
8838
8838
  email: string;
8839
8839
  createdAt: Date;
8840
8840
  updatedAt: Date;
@@ -8893,8 +8893,8 @@ export declare const RoomContractsValidationSchema: {
8893
8893
  }[];
8894
8894
  }[];
8895
8895
  tags: {
8896
- id: string;
8897
8896
  name: string;
8897
+ id: string;
8898
8898
  createdAt: Date;
8899
8899
  updatedAt: Date;
8900
8900
  deletedAt: Date | null;
@@ -8924,8 +8924,8 @@ export declare const RoomContractsValidationSchema: {
8924
8924
  endedAt: string | null;
8925
8925
  duration: number | null;
8926
8926
  holdLabel?: {
8927
- id: string;
8928
8927
  name: string;
8928
+ id: string;
8929
8929
  position: number;
8930
8930
  createdAt: Date;
8931
8931
  updatedAt: Date;
@@ -8944,17 +8944,17 @@ export declare const RoomContractsValidationSchema: {
8944
8944
  messageId: string;
8945
8945
  mailUserId: string;
8946
8946
  mailUser: {
8947
+ name: string;
8947
8948
  id: string;
8948
8949
  address: string;
8949
- name: string;
8950
8950
  createdAt: Date;
8951
8951
  updatedAt: Date;
8952
8952
  deletedAt: Date | null;
8953
8953
  contact: {
8954
+ name: string;
8954
8955
  id: string;
8955
8956
  channel: string | null;
8956
8957
  address: string | null;
8957
- name: string;
8958
8958
  createdAt: Date;
8959
8959
  updatedAt: Date;
8960
8960
  deletedAt: Date | null;
@@ -8976,17 +8976,17 @@ export declare const RoomContractsValidationSchema: {
8976
8976
  messageId: string;
8977
8977
  mailUserId: string;
8978
8978
  mailUser: {
8979
+ name: string;
8979
8980
  id: string;
8980
8981
  address: string;
8981
- name: string;
8982
8982
  createdAt: Date;
8983
8983
  updatedAt: Date;
8984
8984
  deletedAt: Date | null;
8985
8985
  contact: {
8986
+ name: string;
8986
8987
  id: string;
8987
8988
  channel: string | null;
8988
8989
  address: string | null;
8989
- name: string;
8990
8990
  createdAt: Date;
8991
8991
  updatedAt: Date;
8992
8992
  deletedAt: Date | null;
@@ -9007,17 +9007,17 @@ export declare const RoomContractsValidationSchema: {
9007
9007
  messageId: string;
9008
9008
  mailUserId: string;
9009
9009
  mailUser: {
9010
+ name: string;
9010
9011
  id: string;
9011
9012
  address: string;
9012
- name: string;
9013
9013
  createdAt: Date;
9014
9014
  updatedAt: Date;
9015
9015
  deletedAt: Date | null;
9016
9016
  contact: {
9017
+ name: string;
9017
9018
  id: string;
9018
9019
  channel: string | null;
9019
9020
  address: string | null;
9020
- name: string;
9021
9021
  createdAt: Date;
9022
9022
  updatedAt: Date;
9023
9023
  deletedAt: Date | null;
@@ -9038,17 +9038,17 @@ export declare const RoomContractsValidationSchema: {
9038
9038
  messageId: string;
9039
9039
  mailUserId: string;
9040
9040
  mailUser: {
9041
+ name: string;
9041
9042
  id: string;
9042
9043
  address: string;
9043
- name: string;
9044
9044
  createdAt: Date;
9045
9045
  updatedAt: Date;
9046
9046
  deletedAt: Date | null;
9047
9047
  contact: {
9048
+ name: string;
9048
9049
  id: string;
9049
9050
  channel: string | null;
9050
9051
  address: string | null;
9051
- name: string;
9052
9052
  createdAt: Date;
9053
9053
  updatedAt: Date;
9054
9054
  deletedAt: Date | null;
@@ -9081,17 +9081,17 @@ export declare const RoomContractsValidationSchema: {
9081
9081
  messageId: string;
9082
9082
  mailUserId: string;
9083
9083
  mailUser: {
9084
+ name: string;
9084
9085
  id: string;
9085
9086
  address: string;
9086
- name: string;
9087
9087
  createdAt: Date;
9088
9088
  updatedAt: Date;
9089
9089
  deletedAt: Date | null;
9090
9090
  contact: {
9091
+ name: string;
9091
9092
  id: string;
9092
9093
  channel: string | null;
9093
9094
  address: string | null;
9094
- name: string;
9095
9095
  createdAt: Date;
9096
9096
  updatedAt: Date;
9097
9097
  deletedAt: Date | null;
@@ -9137,17 +9137,17 @@ export declare const RoomContractsValidationSchema: {
9137
9137
  messageId: string;
9138
9138
  mailUserId: string;
9139
9139
  mailUser: {
9140
+ name: string;
9140
9141
  id: string;
9141
9142
  address: string;
9142
- name: string;
9143
9143
  createdAt: Date;
9144
9144
  updatedAt: Date;
9145
9145
  deletedAt: Date | null;
9146
9146
  contact: {
9147
+ name: string;
9147
9148
  id: string;
9148
9149
  channel: string | null;
9149
9150
  address: string | null;
9150
- name: string;
9151
9151
  createdAt: Date;
9152
9152
  updatedAt: Date;
9153
9153
  deletedAt: Date | null;
@@ -9168,17 +9168,17 @@ export declare const RoomContractsValidationSchema: {
9168
9168
  messageId: string;
9169
9169
  mailUserId: string;
9170
9170
  mailUser: {
9171
+ name: string;
9171
9172
  id: string;
9172
9173
  address: string;
9173
- name: string;
9174
9174
  createdAt: Date;
9175
9175
  updatedAt: Date;
9176
9176
  deletedAt: Date | null;
9177
9177
  contact: {
9178
+ name: string;
9178
9179
  id: string;
9179
9180
  channel: string | null;
9180
9181
  address: string | null;
9181
- name: string;
9182
9182
  createdAt: Date;
9183
9183
  updatedAt: Date;
9184
9184
  deletedAt: Date | null;
@@ -9199,17 +9199,17 @@ export declare const RoomContractsValidationSchema: {
9199
9199
  messageId: string;
9200
9200
  mailUserId: string;
9201
9201
  mailUser: {
9202
+ name: string;
9202
9203
  id: string;
9203
9204
  address: string;
9204
- name: string;
9205
9205
  createdAt: Date;
9206
9206
  updatedAt: Date;
9207
9207
  deletedAt: Date | null;
9208
9208
  contact: {
9209
+ name: string;
9209
9210
  id: string;
9210
9211
  channel: string | null;
9211
9212
  address: string | null;
9212
- name: string;
9213
9213
  createdAt: Date;
9214
9214
  updatedAt: Date;
9215
9215
  deletedAt: Date | null;
@@ -9250,17 +9250,17 @@ export declare const RoomContractsValidationSchema: {
9250
9250
  messageId: string;
9251
9251
  mailUserId: string;
9252
9252
  mailUser: {
9253
+ name: string;
9253
9254
  id: string;
9254
9255
  address: string;
9255
- name: string;
9256
9256
  createdAt: Date;
9257
9257
  updatedAt: Date;
9258
9258
  deletedAt: Date | null;
9259
9259
  contact: {
9260
+ name: string;
9260
9261
  id: string;
9261
9262
  channel: string | null;
9262
9263
  address: string | null;
9263
- name: string;
9264
9264
  createdAt: Date;
9265
9265
  updatedAt: Date;
9266
9266
  deletedAt: Date | null;
@@ -9306,17 +9306,17 @@ export declare const RoomContractsValidationSchema: {
9306
9306
  messageId: string;
9307
9307
  mailUserId: string;
9308
9308
  mailUser: {
9309
+ name: string;
9309
9310
  id: string;
9310
9311
  address: string;
9311
- name: string;
9312
9312
  createdAt: Date;
9313
9313
  updatedAt: Date;
9314
9314
  deletedAt: Date | null;
9315
9315
  contact: {
9316
+ name: string;
9316
9317
  id: string;
9317
9318
  channel: string | null;
9318
9319
  address: string | null;
9319
- name: string;
9320
9320
  createdAt: Date;
9321
9321
  updatedAt: Date;
9322
9322
  deletedAt: Date | null;
@@ -9337,17 +9337,17 @@ export declare const RoomContractsValidationSchema: {
9337
9337
  messageId: string;
9338
9338
  mailUserId: string;
9339
9339
  mailUser: {
9340
+ name: string;
9340
9341
  id: string;
9341
9342
  address: string;
9342
- name: string;
9343
9343
  createdAt: Date;
9344
9344
  updatedAt: Date;
9345
9345
  deletedAt: Date | null;
9346
9346
  contact: {
9347
+ name: string;
9347
9348
  id: string;
9348
9349
  channel: string | null;
9349
9350
  address: string | null;
9350
- name: string;
9351
9351
  createdAt: Date;
9352
9352
  updatedAt: Date;
9353
9353
  deletedAt: Date | null;
@@ -9368,17 +9368,17 @@ export declare const RoomContractsValidationSchema: {
9368
9368
  messageId: string;
9369
9369
  mailUserId: string;
9370
9370
  mailUser: {
9371
+ name: string;
9371
9372
  id: string;
9372
9373
  address: string;
9373
- name: string;
9374
9374
  createdAt: Date;
9375
9375
  updatedAt: Date;
9376
9376
  deletedAt: Date | null;
9377
9377
  contact: {
9378
+ name: string;
9378
9379
  id: string;
9379
9380
  channel: string | null;
9380
9381
  address: string | null;
9381
- name: string;
9382
9382
  createdAt: Date;
9383
9383
  updatedAt: Date;
9384
9384
  deletedAt: Date | null;
@@ -9419,17 +9419,17 @@ export declare const RoomContractsValidationSchema: {
9419
9419
  messageId: string;
9420
9420
  mailUserId: string;
9421
9421
  mailUser: {
9422
+ name: string;
9422
9423
  id: string;
9423
9424
  address: string;
9424
- name: string;
9425
9425
  createdAt: Date;
9426
9426
  updatedAt: Date;
9427
9427
  deletedAt: Date | null;
9428
9428
  contact: {
9429
+ name: string;
9429
9430
  id: string;
9430
9431
  channel: string | null;
9431
9432
  address: string | null;
9432
- name: string;
9433
9433
  createdAt: Date;
9434
9434
  updatedAt: Date;
9435
9435
  deletedAt: Date | null;
@@ -9475,17 +9475,17 @@ export declare const RoomContractsValidationSchema: {
9475
9475
  messageId: string;
9476
9476
  mailUserId: string;
9477
9477
  mailUser: {
9478
+ name: string;
9478
9479
  id: string;
9479
9480
  address: string;
9480
- name: string;
9481
9481
  createdAt: Date;
9482
9482
  updatedAt: Date;
9483
9483
  deletedAt: Date | null;
9484
9484
  contact: {
9485
+ name: string;
9485
9486
  id: string;
9486
9487
  channel: string | null;
9487
9488
  address: string | null;
9488
- name: string;
9489
9489
  createdAt: Date;
9490
9490
  updatedAt: Date;
9491
9491
  deletedAt: Date | null;
@@ -9506,17 +9506,17 @@ export declare const RoomContractsValidationSchema: {
9506
9506
  messageId: string;
9507
9507
  mailUserId: string;
9508
9508
  mailUser: {
9509
+ name: string;
9509
9510
  id: string;
9510
9511
  address: string;
9511
- name: string;
9512
9512
  createdAt: Date;
9513
9513
  updatedAt: Date;
9514
9514
  deletedAt: Date | null;
9515
9515
  contact: {
9516
+ name: string;
9516
9517
  id: string;
9517
9518
  channel: string | null;
9518
9519
  address: string | null;
9519
- name: string;
9520
9520
  createdAt: Date;
9521
9521
  updatedAt: Date;
9522
9522
  deletedAt: Date | null;
@@ -9537,17 +9537,17 @@ export declare const RoomContractsValidationSchema: {
9537
9537
  messageId: string;
9538
9538
  mailUserId: string;
9539
9539
  mailUser: {
9540
+ name: string;
9540
9541
  id: string;
9541
9542
  address: string;
9542
- name: string;
9543
9543
  createdAt: Date;
9544
9544
  updatedAt: Date;
9545
9545
  deletedAt: Date | null;
9546
9546
  contact: {
9547
+ name: string;
9547
9548
  id: string;
9548
9549
  channel: string | null;
9549
9550
  address: string | null;
9550
- name: string;
9551
9551
  createdAt: Date;
9552
9552
  updatedAt: Date;
9553
9553
  deletedAt: Date | null;
@@ -9576,9 +9576,9 @@ export declare const RoomContractsValidationSchema: {
9576
9576
  updatedAt: Date;
9577
9577
  deletedAt: string | null;
9578
9578
  actor: {
9579
+ name: string;
9579
9580
  id: string;
9580
9581
  address: string | null;
9581
- name: string;
9582
9582
  email: string;
9583
9583
  createdAt: Date;
9584
9584
  updatedAt: Date;
@@ -9590,18 +9590,18 @@ export declare const RoomContractsValidationSchema: {
9590
9590
  actorId: string;
9591
9591
  })[];
9592
9592
  mail: {
9593
+ name: string;
9593
9594
  id: string;
9594
9595
  state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
9595
9596
  address: string;
9596
- name: string;
9597
9597
  createdAt: Date;
9598
9598
  updatedAt: Date;
9599
9599
  deletedAt: Date | null;
9600
9600
  accountId: string;
9601
9601
  mailServerId: string;
9602
9602
  mailServer: {
9603
- id: string;
9604
9603
  name: string;
9604
+ id: string;
9605
9605
  createdAt: Date;
9606
9606
  updatedAt: Date;
9607
9607
  deletedAt: Date | null;