@kl1/contracts 1.1.52 → 1.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +439 -439
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +14 -14
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +844 -862
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +8211 -8077
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +315 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/presence-status/index.d.ts +556 -0
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts +31 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts +28 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +1934 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/schema.d.ts +2059 -0
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/validation.d.ts +37 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +530 -530
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +320 -186
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +68 -58
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +19983 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -0
- package/dist/index.mjs.map +1 -1
- 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;
|
@@ -5226,14 +5226,14 @@ export declare const RoomContractsValidationSchema: {
|
|
5226
5226
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5227
5227
|
name: z.ZodString;
|
5228
5228
|
}, "strip", z.ZodTypeAny, {
|
5229
|
-
id: string;
|
5230
5229
|
name: string;
|
5230
|
+
id: string;
|
5231
5231
|
createdAt: Date;
|
5232
5232
|
updatedAt: Date;
|
5233
5233
|
deletedAt: Date | null;
|
5234
5234
|
}, {
|
5235
|
-
id: string;
|
5236
5235
|
name: string;
|
5236
|
+
id: string;
|
5237
5237
|
createdAt: Date;
|
5238
5238
|
updatedAt: Date;
|
5239
5239
|
deletedAt: Date | null;
|
@@ -5404,8 +5404,8 @@ export declare const RoomContractsValidationSchema: {
|
|
5404
5404
|
}[];
|
5405
5405
|
}[];
|
5406
5406
|
tags: {
|
5407
|
-
id: string;
|
5408
5407
|
name: string;
|
5408
|
+
id: string;
|
5409
5409
|
createdAt: Date;
|
5410
5410
|
updatedAt: Date;
|
5411
5411
|
deletedAt: Date | null;
|
@@ -5455,8 +5455,8 @@ export declare const RoomContractsValidationSchema: {
|
|
5455
5455
|
}[];
|
5456
5456
|
}[];
|
5457
5457
|
tags: {
|
5458
|
-
id: string;
|
5459
5458
|
name: string;
|
5459
|
+
id: string;
|
5460
5460
|
createdAt: Date;
|
5461
5461
|
updatedAt: Date;
|
5462
5462
|
deletedAt: Date | null;
|
@@ -5523,8 +5523,8 @@ export declare const RoomContractsValidationSchema: {
|
|
5523
5523
|
}[];
|
5524
5524
|
}[];
|
5525
5525
|
tags: {
|
5526
|
-
id: string;
|
5527
5526
|
name: string;
|
5527
|
+
id: string;
|
5528
5528
|
createdAt: Date;
|
5529
5529
|
updatedAt: Date;
|
5530
5530
|
deletedAt: Date | null;
|
@@ -5591,8 +5591,8 @@ export declare const RoomContractsValidationSchema: {
|
|
5591
5591
|
}[];
|
5592
5592
|
}[];
|
5593
5593
|
tags: {
|
5594
|
-
id: string;
|
5595
5594
|
name: string;
|
5595
|
+
id: string;
|
5596
5596
|
createdAt: Date;
|
5597
5597
|
updatedAt: Date;
|
5598
5598
|
deletedAt: Date | null;
|
@@ -5621,8 +5621,8 @@ export declare const RoomContractsValidationSchema: {
|
|
5621
5621
|
updatedAt: Date;
|
5622
5622
|
deletedAt: Date | null;
|
5623
5623
|
tags: {
|
5624
|
-
id: string;
|
5625
5624
|
name: string;
|
5625
|
+
id: string;
|
5626
5626
|
color: string;
|
5627
5627
|
createdAt: Date;
|
5628
5628
|
updatedAt: Date;
|
@@ -5647,17 +5647,17 @@ export declare const RoomContractsValidationSchema: {
|
|
5647
5647
|
messageId: string;
|
5648
5648
|
mailUserId: string;
|
5649
5649
|
mailUser: {
|
5650
|
+
name: string;
|
5650
5651
|
id: string;
|
5651
5652
|
address: string;
|
5652
|
-
name: string;
|
5653
5653
|
createdAt: Date;
|
5654
5654
|
updatedAt: Date;
|
5655
5655
|
deletedAt: Date | null;
|
5656
5656
|
contact: {
|
5657
|
+
name: string;
|
5657
5658
|
id: string;
|
5658
5659
|
channel: string | null;
|
5659
5660
|
address: string | null;
|
5660
|
-
name: string;
|
5661
5661
|
createdAt: Date;
|
5662
5662
|
updatedAt: Date;
|
5663
5663
|
deletedAt: Date | null;
|
@@ -5703,17 +5703,17 @@ export declare const RoomContractsValidationSchema: {
|
|
5703
5703
|
messageId: string;
|
5704
5704
|
mailUserId: string;
|
5705
5705
|
mailUser: {
|
5706
|
+
name: string;
|
5706
5707
|
id: string;
|
5707
5708
|
address: string;
|
5708
|
-
name: string;
|
5709
5709
|
createdAt: Date;
|
5710
5710
|
updatedAt: Date;
|
5711
5711
|
deletedAt: Date | null;
|
5712
5712
|
contact: {
|
5713
|
+
name: string;
|
5713
5714
|
id: string;
|
5714
5715
|
channel: string | null;
|
5715
5716
|
address: string | null;
|
5716
|
-
name: string;
|
5717
5717
|
createdAt: Date;
|
5718
5718
|
updatedAt: Date;
|
5719
5719
|
deletedAt: Date | null;
|
@@ -5734,17 +5734,17 @@ export declare const RoomContractsValidationSchema: {
|
|
5734
5734
|
messageId: string;
|
5735
5735
|
mailUserId: string;
|
5736
5736
|
mailUser: {
|
5737
|
+
name: string;
|
5737
5738
|
id: string;
|
5738
5739
|
address: string;
|
5739
|
-
name: string;
|
5740
5740
|
createdAt: Date;
|
5741
5741
|
updatedAt: Date;
|
5742
5742
|
deletedAt: Date | null;
|
5743
5743
|
contact: {
|
5744
|
+
name: string;
|
5744
5745
|
id: string;
|
5745
5746
|
channel: string | null;
|
5746
5747
|
address: string | null;
|
5747
|
-
name: string;
|
5748
5748
|
createdAt: Date;
|
5749
5749
|
updatedAt: Date;
|
5750
5750
|
deletedAt: Date | null;
|
@@ -5765,17 +5765,17 @@ export declare const RoomContractsValidationSchema: {
|
|
5765
5765
|
messageId: string;
|
5766
5766
|
mailUserId: string;
|
5767
5767
|
mailUser: {
|
5768
|
+
name: string;
|
5768
5769
|
id: string;
|
5769
5770
|
address: string;
|
5770
|
-
name: string;
|
5771
5771
|
createdAt: Date;
|
5772
5772
|
updatedAt: Date;
|
5773
5773
|
deletedAt: Date | null;
|
5774
5774
|
contact: {
|
5775
|
+
name: string;
|
5775
5776
|
id: string;
|
5776
5777
|
channel: string | null;
|
5777
5778
|
address: string | null;
|
5778
|
-
name: string;
|
5779
5779
|
createdAt: Date;
|
5780
5780
|
updatedAt: Date;
|
5781
5781
|
deletedAt: Date | null;
|
@@ -5799,9 +5799,9 @@ export declare const RoomContractsValidationSchema: {
|
|
5799
5799
|
seemsLikeNew: boolean;
|
5800
5800
|
};
|
5801
5801
|
assignee: {
|
5802
|
+
name: string;
|
5802
5803
|
id: string;
|
5803
5804
|
address: string | null;
|
5804
|
-
name: string;
|
5805
5805
|
email: string;
|
5806
5806
|
createdAt: Date;
|
5807
5807
|
updatedAt: Date;
|
@@ -5856,8 +5856,8 @@ export declare const RoomContractsValidationSchema: {
|
|
5856
5856
|
}[];
|
5857
5857
|
}[];
|
5858
5858
|
tags: {
|
5859
|
-
id: string;
|
5860
5859
|
name: string;
|
5860
|
+
id: string;
|
5861
5861
|
createdAt: Date;
|
5862
5862
|
updatedAt: Date;
|
5863
5863
|
deletedAt: Date | null;
|
@@ -5889,17 +5889,17 @@ export declare const RoomContractsValidationSchema: {
|
|
5889
5889
|
messageId: string;
|
5890
5890
|
mailUserId: string;
|
5891
5891
|
mailUser: {
|
5892
|
+
name: string;
|
5892
5893
|
id: string;
|
5893
5894
|
address: string;
|
5894
|
-
name: string;
|
5895
5895
|
createdAt: Date;
|
5896
5896
|
updatedAt: Date;
|
5897
5897
|
deletedAt: Date | null;
|
5898
5898
|
contact: {
|
5899
|
+
name: string;
|
5899
5900
|
id: string;
|
5900
5901
|
channel: string | null;
|
5901
5902
|
address: string | null;
|
5902
|
-
name: string;
|
5903
5903
|
createdAt: Date;
|
5904
5904
|
updatedAt: Date;
|
5905
5905
|
deletedAt: Date | null;
|
@@ -5921,17 +5921,17 @@ export declare const RoomContractsValidationSchema: {
|
|
5921
5921
|
messageId: string;
|
5922
5922
|
mailUserId: string;
|
5923
5923
|
mailUser: {
|
5924
|
+
name: string;
|
5924
5925
|
id: string;
|
5925
5926
|
address: string;
|
5926
|
-
name: string;
|
5927
5927
|
createdAt: Date;
|
5928
5928
|
updatedAt: Date;
|
5929
5929
|
deletedAt: Date | null;
|
5930
5930
|
contact: {
|
5931
|
+
name: string;
|
5931
5932
|
id: string;
|
5932
5933
|
channel: string | null;
|
5933
5934
|
address: string | null;
|
5934
|
-
name: string;
|
5935
5935
|
createdAt: Date;
|
5936
5936
|
updatedAt: Date;
|
5937
5937
|
deletedAt: Date | null;
|
@@ -5952,17 +5952,17 @@ export declare const RoomContractsValidationSchema: {
|
|
5952
5952
|
messageId: string;
|
5953
5953
|
mailUserId: string;
|
5954
5954
|
mailUser: {
|
5955
|
+
name: string;
|
5955
5956
|
id: string;
|
5956
5957
|
address: string;
|
5957
|
-
name: string;
|
5958
5958
|
createdAt: Date;
|
5959
5959
|
updatedAt: Date;
|
5960
5960
|
deletedAt: Date | null;
|
5961
5961
|
contact: {
|
5962
|
+
name: string;
|
5962
5963
|
id: string;
|
5963
5964
|
channel: string | null;
|
5964
5965
|
address: string | null;
|
5965
|
-
name: string;
|
5966
5966
|
createdAt: Date;
|
5967
5967
|
updatedAt: Date;
|
5968
5968
|
deletedAt: Date | null;
|
@@ -5983,17 +5983,17 @@ export declare const RoomContractsValidationSchema: {
|
|
5983
5983
|
messageId: string;
|
5984
5984
|
mailUserId: string;
|
5985
5985
|
mailUser: {
|
5986
|
+
name: string;
|
5986
5987
|
id: string;
|
5987
5988
|
address: string;
|
5988
|
-
name: string;
|
5989
5989
|
createdAt: Date;
|
5990
5990
|
updatedAt: Date;
|
5991
5991
|
deletedAt: Date | null;
|
5992
5992
|
contact: {
|
5993
|
+
name: string;
|
5993
5994
|
id: string;
|
5994
5995
|
channel: string | null;
|
5995
5996
|
address: string | null;
|
5996
|
-
name: string;
|
5997
5997
|
createdAt: Date;
|
5998
5998
|
updatedAt: Date;
|
5999
5999
|
deletedAt: Date | null;
|
@@ -6026,17 +6026,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6026
6026
|
messageId: string;
|
6027
6027
|
mailUserId: string;
|
6028
6028
|
mailUser: {
|
6029
|
+
name: string;
|
6029
6030
|
id: string;
|
6030
6031
|
address: string;
|
6031
|
-
name: string;
|
6032
6032
|
createdAt: Date;
|
6033
6033
|
updatedAt: Date;
|
6034
6034
|
deletedAt: Date | null;
|
6035
6035
|
contact: {
|
6036
|
+
name: string;
|
6036
6037
|
id: string;
|
6037
6038
|
channel: string | null;
|
6038
6039
|
address: string | null;
|
6039
|
-
name: string;
|
6040
6040
|
createdAt: Date;
|
6041
6041
|
updatedAt: Date;
|
6042
6042
|
deletedAt: Date | null;
|
@@ -6082,17 +6082,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6082
6082
|
messageId: string;
|
6083
6083
|
mailUserId: string;
|
6084
6084
|
mailUser: {
|
6085
|
+
name: string;
|
6085
6086
|
id: string;
|
6086
6087
|
address: string;
|
6087
|
-
name: string;
|
6088
6088
|
createdAt: Date;
|
6089
6089
|
updatedAt: Date;
|
6090
6090
|
deletedAt: Date | null;
|
6091
6091
|
contact: {
|
6092
|
+
name: string;
|
6092
6093
|
id: string;
|
6093
6094
|
channel: string | null;
|
6094
6095
|
address: string | null;
|
6095
|
-
name: string;
|
6096
6096
|
createdAt: Date;
|
6097
6097
|
updatedAt: Date;
|
6098
6098
|
deletedAt: Date | null;
|
@@ -6113,17 +6113,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6113
6113
|
messageId: string;
|
6114
6114
|
mailUserId: string;
|
6115
6115
|
mailUser: {
|
6116
|
+
name: string;
|
6116
6117
|
id: string;
|
6117
6118
|
address: string;
|
6118
|
-
name: string;
|
6119
6119
|
createdAt: Date;
|
6120
6120
|
updatedAt: Date;
|
6121
6121
|
deletedAt: Date | null;
|
6122
6122
|
contact: {
|
6123
|
+
name: string;
|
6123
6124
|
id: string;
|
6124
6125
|
channel: string | null;
|
6125
6126
|
address: string | null;
|
6126
|
-
name: string;
|
6127
6127
|
createdAt: Date;
|
6128
6128
|
updatedAt: Date;
|
6129
6129
|
deletedAt: Date | null;
|
@@ -6144,17 +6144,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6144
6144
|
messageId: string;
|
6145
6145
|
mailUserId: string;
|
6146
6146
|
mailUser: {
|
6147
|
+
name: string;
|
6147
6148
|
id: string;
|
6148
6149
|
address: string;
|
6149
|
-
name: string;
|
6150
6150
|
createdAt: Date;
|
6151
6151
|
updatedAt: Date;
|
6152
6152
|
deletedAt: Date | null;
|
6153
6153
|
contact: {
|
6154
|
+
name: string;
|
6154
6155
|
id: string;
|
6155
6156
|
channel: string | null;
|
6156
6157
|
address: string | null;
|
6157
|
-
name: string;
|
6158
6158
|
createdAt: Date;
|
6159
6159
|
updatedAt: Date;
|
6160
6160
|
deletedAt: Date | null;
|
@@ -6195,17 +6195,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6195
6195
|
messageId: string;
|
6196
6196
|
mailUserId: string;
|
6197
6197
|
mailUser: {
|
6198
|
+
name: string;
|
6198
6199
|
id: string;
|
6199
6200
|
address: string;
|
6200
|
-
name: string;
|
6201
6201
|
createdAt: Date;
|
6202
6202
|
updatedAt: Date;
|
6203
6203
|
deletedAt: Date | null;
|
6204
6204
|
contact: {
|
6205
|
+
name: string;
|
6205
6206
|
id: string;
|
6206
6207
|
channel: string | null;
|
6207
6208
|
address: string | null;
|
6208
|
-
name: string;
|
6209
6209
|
createdAt: Date;
|
6210
6210
|
updatedAt: Date;
|
6211
6211
|
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;
|
@@ -6313,17 +6313,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6313
6313
|
messageId: string;
|
6314
6314
|
mailUserId: string;
|
6315
6315
|
mailUser: {
|
6316
|
+
name: string;
|
6316
6317
|
id: string;
|
6317
6318
|
address: string;
|
6318
|
-
name: string;
|
6319
6319
|
createdAt: Date;
|
6320
6320
|
updatedAt: Date;
|
6321
6321
|
deletedAt: Date | null;
|
6322
6322
|
contact: {
|
6323
|
+
name: string;
|
6323
6324
|
id: string;
|
6324
6325
|
channel: string | null;
|
6325
6326
|
address: string | null;
|
6326
|
-
name: string;
|
6327
6327
|
createdAt: Date;
|
6328
6328
|
updatedAt: Date;
|
6329
6329
|
deletedAt: Date | null;
|
@@ -6364,17 +6364,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6364
6364
|
messageId: string;
|
6365
6365
|
mailUserId: string;
|
6366
6366
|
mailUser: {
|
6367
|
+
name: string;
|
6367
6368
|
id: string;
|
6368
6369
|
address: string;
|
6369
|
-
name: string;
|
6370
6370
|
createdAt: Date;
|
6371
6371
|
updatedAt: Date;
|
6372
6372
|
deletedAt: Date | null;
|
6373
6373
|
contact: {
|
6374
|
+
name: string;
|
6374
6375
|
id: string;
|
6375
6376
|
channel: string | null;
|
6376
6377
|
address: string | null;
|
6377
|
-
name: string;
|
6378
6378
|
createdAt: Date;
|
6379
6379
|
updatedAt: Date;
|
6380
6380
|
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;
|
@@ -6482,17 +6482,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6482
6482
|
messageId: string;
|
6483
6483
|
mailUserId: string;
|
6484
6484
|
mailUser: {
|
6485
|
+
name: string;
|
6485
6486
|
id: string;
|
6486
6487
|
address: string;
|
6487
|
-
name: string;
|
6488
6488
|
createdAt: Date;
|
6489
6489
|
updatedAt: Date;
|
6490
6490
|
deletedAt: Date | null;
|
6491
6491
|
contact: {
|
6492
|
+
name: string;
|
6492
6493
|
id: string;
|
6493
6494
|
channel: string | null;
|
6494
6495
|
address: string | null;
|
6495
|
-
name: string;
|
6496
6496
|
createdAt: Date;
|
6497
6497
|
updatedAt: Date;
|
6498
6498
|
deletedAt: Date | null;
|
@@ -6521,9 +6521,9 @@ export declare const RoomContractsValidationSchema: {
|
|
6521
6521
|
updatedAt: Date;
|
6522
6522
|
deletedAt: string | null;
|
6523
6523
|
actor: {
|
6524
|
+
name: string;
|
6524
6525
|
id: string;
|
6525
6526
|
address: string | null;
|
6526
|
-
name: string;
|
6527
6527
|
email: string;
|
6528
6528
|
createdAt: Date;
|
6529
6529
|
updatedAt: Date;
|
@@ -6535,18 +6535,18 @@ export declare const RoomContractsValidationSchema: {
|
|
6535
6535
|
actorId: string;
|
6536
6536
|
})[];
|
6537
6537
|
mail: {
|
6538
|
+
name: string;
|
6538
6539
|
id: string;
|
6539
6540
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
6540
6541
|
address: string;
|
6541
|
-
name: string;
|
6542
6542
|
createdAt: Date;
|
6543
6543
|
updatedAt: Date;
|
6544
6544
|
deletedAt: Date | null;
|
6545
6545
|
accountId: string;
|
6546
6546
|
mailServerId: string;
|
6547
6547
|
mailServer: {
|
6548
|
-
id: string;
|
6549
6548
|
name: string;
|
6549
|
+
id: string;
|
6550
6550
|
createdAt: Date;
|
6551
6551
|
updatedAt: Date;
|
6552
6552
|
deletedAt: Date | null;
|
@@ -6568,8 +6568,8 @@ export declare const RoomContractsValidationSchema: {
|
|
6568
6568
|
updatedAt: Date;
|
6569
6569
|
deletedAt: Date | null;
|
6570
6570
|
tags: {
|
6571
|
-
id: string;
|
6572
6571
|
name: string;
|
6572
|
+
id: string;
|
6573
6573
|
color: string;
|
6574
6574
|
createdAt: Date;
|
6575
6575
|
updatedAt: Date;
|
@@ -6594,17 +6594,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6594
6594
|
messageId: string;
|
6595
6595
|
mailUserId: string;
|
6596
6596
|
mailUser: {
|
6597
|
+
name: string;
|
6597
6598
|
id: string;
|
6598
6599
|
address: string;
|
6599
|
-
name: string;
|
6600
6600
|
createdAt: Date;
|
6601
6601
|
updatedAt: Date;
|
6602
6602
|
deletedAt: Date | null;
|
6603
6603
|
contact: {
|
6604
|
+
name: string;
|
6604
6605
|
id: string;
|
6605
6606
|
channel: string | null;
|
6606
6607
|
address: string | null;
|
6607
|
-
name: string;
|
6608
6608
|
createdAt: Date;
|
6609
6609
|
updatedAt: Date;
|
6610
6610
|
deletedAt: Date | null;
|
@@ -6650,17 +6650,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6650
6650
|
messageId: string;
|
6651
6651
|
mailUserId: string;
|
6652
6652
|
mailUser: {
|
6653
|
+
name: string;
|
6653
6654
|
id: string;
|
6654
6655
|
address: string;
|
6655
|
-
name: string;
|
6656
6656
|
createdAt: Date;
|
6657
6657
|
updatedAt: Date;
|
6658
6658
|
deletedAt: Date | null;
|
6659
6659
|
contact: {
|
6660
|
+
name: string;
|
6660
6661
|
id: string;
|
6661
6662
|
channel: string | null;
|
6662
6663
|
address: string | null;
|
6663
|
-
name: string;
|
6664
6664
|
createdAt: Date;
|
6665
6665
|
updatedAt: Date;
|
6666
6666
|
deletedAt: Date | null;
|
@@ -6681,17 +6681,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6681
6681
|
messageId: string;
|
6682
6682
|
mailUserId: string;
|
6683
6683
|
mailUser: {
|
6684
|
+
name: string;
|
6684
6685
|
id: string;
|
6685
6686
|
address: string;
|
6686
|
-
name: string;
|
6687
6687
|
createdAt: Date;
|
6688
6688
|
updatedAt: Date;
|
6689
6689
|
deletedAt: Date | null;
|
6690
6690
|
contact: {
|
6691
|
+
name: string;
|
6691
6692
|
id: string;
|
6692
6693
|
channel: string | null;
|
6693
6694
|
address: string | null;
|
6694
|
-
name: string;
|
6695
6695
|
createdAt: Date;
|
6696
6696
|
updatedAt: Date;
|
6697
6697
|
deletedAt: Date | null;
|
@@ -6712,17 +6712,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6712
6712
|
messageId: string;
|
6713
6713
|
mailUserId: string;
|
6714
6714
|
mailUser: {
|
6715
|
+
name: string;
|
6715
6716
|
id: string;
|
6716
6717
|
address: string;
|
6717
|
-
name: string;
|
6718
6718
|
createdAt: Date;
|
6719
6719
|
updatedAt: Date;
|
6720
6720
|
deletedAt: Date | null;
|
6721
6721
|
contact: {
|
6722
|
+
name: string;
|
6722
6723
|
id: string;
|
6723
6724
|
channel: string | null;
|
6724
6725
|
address: string | null;
|
6725
|
-
name: string;
|
6726
6726
|
createdAt: Date;
|
6727
6727
|
updatedAt: Date;
|
6728
6728
|
deletedAt: Date | null;
|
@@ -6746,9 +6746,9 @@ export declare const RoomContractsValidationSchema: {
|
|
6746
6746
|
seemsLikeNew: boolean;
|
6747
6747
|
};
|
6748
6748
|
assignee: {
|
6749
|
+
name: string;
|
6749
6750
|
id: string;
|
6750
6751
|
address: string | null;
|
6751
|
-
name: string;
|
6752
6752
|
email: string;
|
6753
6753
|
createdAt: Date;
|
6754
6754
|
updatedAt: Date;
|
@@ -6803,8 +6803,8 @@ export declare const RoomContractsValidationSchema: {
|
|
6803
6803
|
}[];
|
6804
6804
|
}[];
|
6805
6805
|
tags: {
|
6806
|
-
id: string;
|
6807
6806
|
name: string;
|
6807
|
+
id: string;
|
6808
6808
|
createdAt: Date;
|
6809
6809
|
updatedAt: Date;
|
6810
6810
|
deletedAt: Date | null;
|
@@ -6836,17 +6836,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6836
6836
|
messageId: string;
|
6837
6837
|
mailUserId: string;
|
6838
6838
|
mailUser: {
|
6839
|
+
name: string;
|
6839
6840
|
id: string;
|
6840
6841
|
address: string;
|
6841
|
-
name: string;
|
6842
6842
|
createdAt: Date;
|
6843
6843
|
updatedAt: Date;
|
6844
6844
|
deletedAt: Date | null;
|
6845
6845
|
contact: {
|
6846
|
+
name: string;
|
6846
6847
|
id: string;
|
6847
6848
|
channel: string | null;
|
6848
6849
|
address: string | null;
|
6849
|
-
name: string;
|
6850
6850
|
createdAt: Date;
|
6851
6851
|
updatedAt: Date;
|
6852
6852
|
deletedAt: Date | null;
|
@@ -6868,17 +6868,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6868
6868
|
messageId: string;
|
6869
6869
|
mailUserId: string;
|
6870
6870
|
mailUser: {
|
6871
|
+
name: string;
|
6871
6872
|
id: string;
|
6872
6873
|
address: string;
|
6873
|
-
name: string;
|
6874
6874
|
createdAt: Date;
|
6875
6875
|
updatedAt: Date;
|
6876
6876
|
deletedAt: Date | null;
|
6877
6877
|
contact: {
|
6878
|
+
name: string;
|
6878
6879
|
id: string;
|
6879
6880
|
channel: string | null;
|
6880
6881
|
address: string | null;
|
6881
|
-
name: string;
|
6882
6882
|
createdAt: Date;
|
6883
6883
|
updatedAt: Date;
|
6884
6884
|
deletedAt: Date | null;
|
@@ -6899,17 +6899,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6899
6899
|
messageId: string;
|
6900
6900
|
mailUserId: string;
|
6901
6901
|
mailUser: {
|
6902
|
+
name: string;
|
6902
6903
|
id: string;
|
6903
6904
|
address: string;
|
6904
|
-
name: string;
|
6905
6905
|
createdAt: Date;
|
6906
6906
|
updatedAt: Date;
|
6907
6907
|
deletedAt: Date | null;
|
6908
6908
|
contact: {
|
6909
|
+
name: string;
|
6909
6910
|
id: string;
|
6910
6911
|
channel: string | null;
|
6911
6912
|
address: string | null;
|
6912
|
-
name: string;
|
6913
6913
|
createdAt: Date;
|
6914
6914
|
updatedAt: Date;
|
6915
6915
|
deletedAt: Date | null;
|
@@ -6930,17 +6930,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6930
6930
|
messageId: string;
|
6931
6931
|
mailUserId: string;
|
6932
6932
|
mailUser: {
|
6933
|
+
name: string;
|
6933
6934
|
id: string;
|
6934
6935
|
address: string;
|
6935
|
-
name: string;
|
6936
6936
|
createdAt: Date;
|
6937
6937
|
updatedAt: Date;
|
6938
6938
|
deletedAt: Date | null;
|
6939
6939
|
contact: {
|
6940
|
+
name: string;
|
6940
6941
|
id: string;
|
6941
6942
|
channel: string | null;
|
6942
6943
|
address: string | null;
|
6943
|
-
name: string;
|
6944
6944
|
createdAt: Date;
|
6945
6945
|
updatedAt: Date;
|
6946
6946
|
deletedAt: Date | null;
|
@@ -6973,17 +6973,17 @@ export declare const RoomContractsValidationSchema: {
|
|
6973
6973
|
messageId: string;
|
6974
6974
|
mailUserId: string;
|
6975
6975
|
mailUser: {
|
6976
|
+
name: string;
|
6976
6977
|
id: string;
|
6977
6978
|
address: string;
|
6978
|
-
name: string;
|
6979
6979
|
createdAt: Date;
|
6980
6980
|
updatedAt: Date;
|
6981
6981
|
deletedAt: Date | null;
|
6982
6982
|
contact: {
|
6983
|
+
name: string;
|
6983
6984
|
id: string;
|
6984
6985
|
channel: string | null;
|
6985
6986
|
address: string | null;
|
6986
|
-
name: string;
|
6987
6987
|
createdAt: Date;
|
6988
6988
|
updatedAt: Date;
|
6989
6989
|
deletedAt: Date | null;
|
@@ -7029,17 +7029,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7029
7029
|
messageId: string;
|
7030
7030
|
mailUserId: string;
|
7031
7031
|
mailUser: {
|
7032
|
+
name: string;
|
7032
7033
|
id: string;
|
7033
7034
|
address: string;
|
7034
|
-
name: string;
|
7035
7035
|
createdAt: Date;
|
7036
7036
|
updatedAt: Date;
|
7037
7037
|
deletedAt: Date | null;
|
7038
7038
|
contact: {
|
7039
|
+
name: string;
|
7039
7040
|
id: string;
|
7040
7041
|
channel: string | null;
|
7041
7042
|
address: string | null;
|
7042
|
-
name: string;
|
7043
7043
|
createdAt: Date;
|
7044
7044
|
updatedAt: Date;
|
7045
7045
|
deletedAt: Date | null;
|
@@ -7060,17 +7060,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7060
7060
|
messageId: string;
|
7061
7061
|
mailUserId: string;
|
7062
7062
|
mailUser: {
|
7063
|
+
name: string;
|
7063
7064
|
id: string;
|
7064
7065
|
address: string;
|
7065
|
-
name: string;
|
7066
7066
|
createdAt: Date;
|
7067
7067
|
updatedAt: Date;
|
7068
7068
|
deletedAt: Date | null;
|
7069
7069
|
contact: {
|
7070
|
+
name: string;
|
7070
7071
|
id: string;
|
7071
7072
|
channel: string | null;
|
7072
7073
|
address: string | null;
|
7073
|
-
name: string;
|
7074
7074
|
createdAt: Date;
|
7075
7075
|
updatedAt: Date;
|
7076
7076
|
deletedAt: Date | null;
|
@@ -7091,17 +7091,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7091
7091
|
messageId: string;
|
7092
7092
|
mailUserId: string;
|
7093
7093
|
mailUser: {
|
7094
|
+
name: string;
|
7094
7095
|
id: string;
|
7095
7096
|
address: string;
|
7096
|
-
name: string;
|
7097
7097
|
createdAt: Date;
|
7098
7098
|
updatedAt: Date;
|
7099
7099
|
deletedAt: Date | null;
|
7100
7100
|
contact: {
|
7101
|
+
name: string;
|
7101
7102
|
id: string;
|
7102
7103
|
channel: string | null;
|
7103
7104
|
address: string | null;
|
7104
|
-
name: string;
|
7105
7105
|
createdAt: Date;
|
7106
7106
|
updatedAt: Date;
|
7107
7107
|
deletedAt: Date | null;
|
@@ -7142,17 +7142,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7142
7142
|
messageId: string;
|
7143
7143
|
mailUserId: string;
|
7144
7144
|
mailUser: {
|
7145
|
+
name: string;
|
7145
7146
|
id: string;
|
7146
7147
|
address: string;
|
7147
|
-
name: string;
|
7148
7148
|
createdAt: Date;
|
7149
7149
|
updatedAt: Date;
|
7150
7150
|
deletedAt: Date | null;
|
7151
7151
|
contact: {
|
7152
|
+
name: string;
|
7152
7153
|
id: string;
|
7153
7154
|
channel: string | null;
|
7154
7155
|
address: string | null;
|
7155
|
-
name: string;
|
7156
7156
|
createdAt: Date;
|
7157
7157
|
updatedAt: Date;
|
7158
7158
|
deletedAt: Date | null;
|
@@ -7198,17 +7198,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7198
7198
|
messageId: string;
|
7199
7199
|
mailUserId: string;
|
7200
7200
|
mailUser: {
|
7201
|
+
name: string;
|
7201
7202
|
id: string;
|
7202
7203
|
address: string;
|
7203
|
-
name: string;
|
7204
7204
|
createdAt: Date;
|
7205
7205
|
updatedAt: Date;
|
7206
7206
|
deletedAt: Date | null;
|
7207
7207
|
contact: {
|
7208
|
+
name: string;
|
7208
7209
|
id: string;
|
7209
7210
|
channel: string | null;
|
7210
7211
|
address: string | null;
|
7211
|
-
name: string;
|
7212
7212
|
createdAt: Date;
|
7213
7213
|
updatedAt: Date;
|
7214
7214
|
deletedAt: Date | null;
|
@@ -7229,17 +7229,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7229
7229
|
messageId: string;
|
7230
7230
|
mailUserId: string;
|
7231
7231
|
mailUser: {
|
7232
|
+
name: string;
|
7232
7233
|
id: string;
|
7233
7234
|
address: string;
|
7234
|
-
name: string;
|
7235
7235
|
createdAt: Date;
|
7236
7236
|
updatedAt: Date;
|
7237
7237
|
deletedAt: Date | null;
|
7238
7238
|
contact: {
|
7239
|
+
name: string;
|
7239
7240
|
id: string;
|
7240
7241
|
channel: string | null;
|
7241
7242
|
address: string | null;
|
7242
|
-
name: string;
|
7243
7243
|
createdAt: Date;
|
7244
7244
|
updatedAt: Date;
|
7245
7245
|
deletedAt: Date | null;
|
@@ -7260,17 +7260,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7260
7260
|
messageId: string;
|
7261
7261
|
mailUserId: string;
|
7262
7262
|
mailUser: {
|
7263
|
+
name: string;
|
7263
7264
|
id: string;
|
7264
7265
|
address: string;
|
7265
|
-
name: string;
|
7266
7266
|
createdAt: Date;
|
7267
7267
|
updatedAt: Date;
|
7268
7268
|
deletedAt: Date | null;
|
7269
7269
|
contact: {
|
7270
|
+
name: string;
|
7270
7271
|
id: string;
|
7271
7272
|
channel: string | null;
|
7272
7273
|
address: string | null;
|
7273
|
-
name: string;
|
7274
7274
|
createdAt: Date;
|
7275
7275
|
updatedAt: Date;
|
7276
7276
|
deletedAt: Date | null;
|
@@ -7311,17 +7311,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7311
7311
|
messageId: string;
|
7312
7312
|
mailUserId: string;
|
7313
7313
|
mailUser: {
|
7314
|
+
name: string;
|
7314
7315
|
id: string;
|
7315
7316
|
address: string;
|
7316
|
-
name: string;
|
7317
7317
|
createdAt: Date;
|
7318
7318
|
updatedAt: Date;
|
7319
7319
|
deletedAt: Date | null;
|
7320
7320
|
contact: {
|
7321
|
+
name: string;
|
7321
7322
|
id: string;
|
7322
7323
|
channel: string | null;
|
7323
7324
|
address: string | null;
|
7324
|
-
name: string;
|
7325
7325
|
createdAt: Date;
|
7326
7326
|
updatedAt: Date;
|
7327
7327
|
deletedAt: Date | null;
|
@@ -7367,17 +7367,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7367
7367
|
messageId: string;
|
7368
7368
|
mailUserId: string;
|
7369
7369
|
mailUser: {
|
7370
|
+
name: string;
|
7370
7371
|
id: string;
|
7371
7372
|
address: string;
|
7372
|
-
name: string;
|
7373
7373
|
createdAt: Date;
|
7374
7374
|
updatedAt: Date;
|
7375
7375
|
deletedAt: Date | null;
|
7376
7376
|
contact: {
|
7377
|
+
name: string;
|
7377
7378
|
id: string;
|
7378
7379
|
channel: string | null;
|
7379
7380
|
address: string | null;
|
7380
|
-
name: string;
|
7381
7381
|
createdAt: Date;
|
7382
7382
|
updatedAt: Date;
|
7383
7383
|
deletedAt: Date | null;
|
@@ -7398,17 +7398,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7398
7398
|
messageId: string;
|
7399
7399
|
mailUserId: string;
|
7400
7400
|
mailUser: {
|
7401
|
+
name: string;
|
7401
7402
|
id: string;
|
7402
7403
|
address: string;
|
7403
|
-
name: string;
|
7404
7404
|
createdAt: Date;
|
7405
7405
|
updatedAt: Date;
|
7406
7406
|
deletedAt: Date | null;
|
7407
7407
|
contact: {
|
7408
|
+
name: string;
|
7408
7409
|
id: string;
|
7409
7410
|
channel: string | null;
|
7410
7411
|
address: string | null;
|
7411
|
-
name: string;
|
7412
7412
|
createdAt: Date;
|
7413
7413
|
updatedAt: Date;
|
7414
7414
|
deletedAt: Date | null;
|
@@ -7429,17 +7429,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7429
7429
|
messageId: string;
|
7430
7430
|
mailUserId: string;
|
7431
7431
|
mailUser: {
|
7432
|
+
name: string;
|
7432
7433
|
id: string;
|
7433
7434
|
address: string;
|
7434
|
-
name: string;
|
7435
7435
|
createdAt: Date;
|
7436
7436
|
updatedAt: Date;
|
7437
7437
|
deletedAt: Date | null;
|
7438
7438
|
contact: {
|
7439
|
+
name: string;
|
7439
7440
|
id: string;
|
7440
7441
|
channel: string | null;
|
7441
7442
|
address: string | null;
|
7442
|
-
name: string;
|
7443
7443
|
createdAt: Date;
|
7444
7444
|
updatedAt: Date;
|
7445
7445
|
deletedAt: Date | null;
|
@@ -7468,9 +7468,9 @@ export declare const RoomContractsValidationSchema: {
|
|
7468
7468
|
updatedAt: Date;
|
7469
7469
|
deletedAt: string | null;
|
7470
7470
|
actor: {
|
7471
|
+
name: string;
|
7471
7472
|
id: string;
|
7472
7473
|
address: string | null;
|
7473
|
-
name: string;
|
7474
7474
|
email: string;
|
7475
7475
|
createdAt: Date;
|
7476
7476
|
updatedAt: Date;
|
@@ -7482,18 +7482,18 @@ export declare const RoomContractsValidationSchema: {
|
|
7482
7482
|
actorId: string;
|
7483
7483
|
})[];
|
7484
7484
|
mail: {
|
7485
|
+
name: string;
|
7485
7486
|
id: string;
|
7486
7487
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
7487
7488
|
address: string;
|
7488
|
-
name: string;
|
7489
7489
|
createdAt: Date;
|
7490
7490
|
updatedAt: Date;
|
7491
7491
|
deletedAt: Date | null;
|
7492
7492
|
accountId: string;
|
7493
7493
|
mailServerId: string;
|
7494
7494
|
mailServer: {
|
7495
|
-
id: string;
|
7496
7495
|
name: string;
|
7496
|
+
id: string;
|
7497
7497
|
createdAt: Date;
|
7498
7498
|
updatedAt: Date;
|
7499
7499
|
deletedAt: Date | null;
|
@@ -7520,8 +7520,8 @@ export declare const RoomContractsValidationSchema: {
|
|
7520
7520
|
updatedAt: Date;
|
7521
7521
|
deletedAt: Date | null;
|
7522
7522
|
tags: {
|
7523
|
-
id: string;
|
7524
7523
|
name: string;
|
7524
|
+
id: string;
|
7525
7525
|
color: string;
|
7526
7526
|
createdAt: Date;
|
7527
7527
|
updatedAt: Date;
|
@@ -7546,17 +7546,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7546
7546
|
messageId: string;
|
7547
7547
|
mailUserId: string;
|
7548
7548
|
mailUser: {
|
7549
|
+
name: string;
|
7549
7550
|
id: string;
|
7550
7551
|
address: string;
|
7551
|
-
name: string;
|
7552
7552
|
createdAt: Date;
|
7553
7553
|
updatedAt: Date;
|
7554
7554
|
deletedAt: Date | null;
|
7555
7555
|
contact: {
|
7556
|
+
name: string;
|
7556
7557
|
id: string;
|
7557
7558
|
channel: string | null;
|
7558
7559
|
address: string | null;
|
7559
|
-
name: string;
|
7560
7560
|
createdAt: Date;
|
7561
7561
|
updatedAt: Date;
|
7562
7562
|
deletedAt: Date | null;
|
@@ -7602,17 +7602,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7602
7602
|
messageId: string;
|
7603
7603
|
mailUserId: string;
|
7604
7604
|
mailUser: {
|
7605
|
+
name: string;
|
7605
7606
|
id: string;
|
7606
7607
|
address: string;
|
7607
|
-
name: string;
|
7608
7608
|
createdAt: Date;
|
7609
7609
|
updatedAt: Date;
|
7610
7610
|
deletedAt: Date | null;
|
7611
7611
|
contact: {
|
7612
|
+
name: string;
|
7612
7613
|
id: string;
|
7613
7614
|
channel: string | null;
|
7614
7615
|
address: string | null;
|
7615
|
-
name: string;
|
7616
7616
|
createdAt: Date;
|
7617
7617
|
updatedAt: Date;
|
7618
7618
|
deletedAt: Date | null;
|
@@ -7633,17 +7633,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7633
7633
|
messageId: string;
|
7634
7634
|
mailUserId: string;
|
7635
7635
|
mailUser: {
|
7636
|
+
name: string;
|
7636
7637
|
id: string;
|
7637
7638
|
address: string;
|
7638
|
-
name: string;
|
7639
7639
|
createdAt: Date;
|
7640
7640
|
updatedAt: Date;
|
7641
7641
|
deletedAt: Date | null;
|
7642
7642
|
contact: {
|
7643
|
+
name: string;
|
7643
7644
|
id: string;
|
7644
7645
|
channel: string | null;
|
7645
7646
|
address: string | null;
|
7646
|
-
name: string;
|
7647
7647
|
createdAt: Date;
|
7648
7648
|
updatedAt: Date;
|
7649
7649
|
deletedAt: Date | null;
|
@@ -7664,17 +7664,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7664
7664
|
messageId: string;
|
7665
7665
|
mailUserId: string;
|
7666
7666
|
mailUser: {
|
7667
|
+
name: string;
|
7667
7668
|
id: string;
|
7668
7669
|
address: string;
|
7669
|
-
name: string;
|
7670
7670
|
createdAt: Date;
|
7671
7671
|
updatedAt: Date;
|
7672
7672
|
deletedAt: Date | null;
|
7673
7673
|
contact: {
|
7674
|
+
name: string;
|
7674
7675
|
id: string;
|
7675
7676
|
channel: string | null;
|
7676
7677
|
address: string | null;
|
7677
|
-
name: string;
|
7678
7678
|
createdAt: Date;
|
7679
7679
|
updatedAt: Date;
|
7680
7680
|
deletedAt: Date | null;
|
@@ -7698,9 +7698,9 @@ export declare const RoomContractsValidationSchema: {
|
|
7698
7698
|
seemsLikeNew: boolean;
|
7699
7699
|
};
|
7700
7700
|
assignee: {
|
7701
|
+
name: string;
|
7701
7702
|
id: string;
|
7702
7703
|
address: string | null;
|
7703
|
-
name: string;
|
7704
7704
|
email: string;
|
7705
7705
|
createdAt: Date;
|
7706
7706
|
updatedAt: Date;
|
@@ -7755,8 +7755,8 @@ export declare const RoomContractsValidationSchema: {
|
|
7755
7755
|
}[];
|
7756
7756
|
}[];
|
7757
7757
|
tags: {
|
7758
|
-
id: string;
|
7759
7758
|
name: string;
|
7759
|
+
id: string;
|
7760
7760
|
createdAt: Date;
|
7761
7761
|
updatedAt: Date;
|
7762
7762
|
deletedAt: Date | null;
|
@@ -7788,17 +7788,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7788
7788
|
messageId: string;
|
7789
7789
|
mailUserId: string;
|
7790
7790
|
mailUser: {
|
7791
|
+
name: string;
|
7791
7792
|
id: string;
|
7792
7793
|
address: string;
|
7793
|
-
name: string;
|
7794
7794
|
createdAt: Date;
|
7795
7795
|
updatedAt: Date;
|
7796
7796
|
deletedAt: Date | null;
|
7797
7797
|
contact: {
|
7798
|
+
name: string;
|
7798
7799
|
id: string;
|
7799
7800
|
channel: string | null;
|
7800
7801
|
address: string | null;
|
7801
|
-
name: string;
|
7802
7802
|
createdAt: Date;
|
7803
7803
|
updatedAt: Date;
|
7804
7804
|
deletedAt: Date | null;
|
@@ -7820,17 +7820,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7820
7820
|
messageId: string;
|
7821
7821
|
mailUserId: string;
|
7822
7822
|
mailUser: {
|
7823
|
+
name: string;
|
7823
7824
|
id: string;
|
7824
7825
|
address: string;
|
7825
|
-
name: string;
|
7826
7826
|
createdAt: Date;
|
7827
7827
|
updatedAt: Date;
|
7828
7828
|
deletedAt: Date | null;
|
7829
7829
|
contact: {
|
7830
|
+
name: string;
|
7830
7831
|
id: string;
|
7831
7832
|
channel: string | null;
|
7832
7833
|
address: string | null;
|
7833
|
-
name: string;
|
7834
7834
|
createdAt: Date;
|
7835
7835
|
updatedAt: Date;
|
7836
7836
|
deletedAt: Date | null;
|
@@ -7851,17 +7851,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7851
7851
|
messageId: string;
|
7852
7852
|
mailUserId: string;
|
7853
7853
|
mailUser: {
|
7854
|
+
name: string;
|
7854
7855
|
id: string;
|
7855
7856
|
address: string;
|
7856
|
-
name: string;
|
7857
7857
|
createdAt: Date;
|
7858
7858
|
updatedAt: Date;
|
7859
7859
|
deletedAt: Date | null;
|
7860
7860
|
contact: {
|
7861
|
+
name: string;
|
7861
7862
|
id: string;
|
7862
7863
|
channel: string | null;
|
7863
7864
|
address: string | null;
|
7864
|
-
name: string;
|
7865
7865
|
createdAt: Date;
|
7866
7866
|
updatedAt: Date;
|
7867
7867
|
deletedAt: Date | null;
|
@@ -7882,17 +7882,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7882
7882
|
messageId: string;
|
7883
7883
|
mailUserId: string;
|
7884
7884
|
mailUser: {
|
7885
|
+
name: string;
|
7885
7886
|
id: string;
|
7886
7887
|
address: string;
|
7887
|
-
name: string;
|
7888
7888
|
createdAt: Date;
|
7889
7889
|
updatedAt: Date;
|
7890
7890
|
deletedAt: Date | null;
|
7891
7891
|
contact: {
|
7892
|
+
name: string;
|
7892
7893
|
id: string;
|
7893
7894
|
channel: string | null;
|
7894
7895
|
address: string | null;
|
7895
|
-
name: string;
|
7896
7896
|
createdAt: Date;
|
7897
7897
|
updatedAt: Date;
|
7898
7898
|
deletedAt: Date | null;
|
@@ -7925,17 +7925,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7925
7925
|
messageId: string;
|
7926
7926
|
mailUserId: string;
|
7927
7927
|
mailUser: {
|
7928
|
+
name: string;
|
7928
7929
|
id: string;
|
7929
7930
|
address: string;
|
7930
|
-
name: string;
|
7931
7931
|
createdAt: Date;
|
7932
7932
|
updatedAt: Date;
|
7933
7933
|
deletedAt: Date | null;
|
7934
7934
|
contact: {
|
7935
|
+
name: string;
|
7935
7936
|
id: string;
|
7936
7937
|
channel: string | null;
|
7937
7938
|
address: string | null;
|
7938
|
-
name: string;
|
7939
7939
|
createdAt: Date;
|
7940
7940
|
updatedAt: Date;
|
7941
7941
|
deletedAt: Date | null;
|
@@ -7981,17 +7981,17 @@ export declare const RoomContractsValidationSchema: {
|
|
7981
7981
|
messageId: string;
|
7982
7982
|
mailUserId: string;
|
7983
7983
|
mailUser: {
|
7984
|
+
name: string;
|
7984
7985
|
id: string;
|
7985
7986
|
address: string;
|
7986
|
-
name: string;
|
7987
7987
|
createdAt: Date;
|
7988
7988
|
updatedAt: Date;
|
7989
7989
|
deletedAt: Date | null;
|
7990
7990
|
contact: {
|
7991
|
+
name: string;
|
7991
7992
|
id: string;
|
7992
7993
|
channel: string | null;
|
7993
7994
|
address: string | null;
|
7994
|
-
name: string;
|
7995
7995
|
createdAt: Date;
|
7996
7996
|
updatedAt: Date;
|
7997
7997
|
deletedAt: Date | null;
|
@@ -8012,17 +8012,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8012
8012
|
messageId: string;
|
8013
8013
|
mailUserId: string;
|
8014
8014
|
mailUser: {
|
8015
|
+
name: string;
|
8015
8016
|
id: string;
|
8016
8017
|
address: string;
|
8017
|
-
name: string;
|
8018
8018
|
createdAt: Date;
|
8019
8019
|
updatedAt: Date;
|
8020
8020
|
deletedAt: Date | null;
|
8021
8021
|
contact: {
|
8022
|
+
name: string;
|
8022
8023
|
id: string;
|
8023
8024
|
channel: string | null;
|
8024
8025
|
address: string | null;
|
8025
|
-
name: string;
|
8026
8026
|
createdAt: Date;
|
8027
8027
|
updatedAt: Date;
|
8028
8028
|
deletedAt: Date | null;
|
@@ -8043,17 +8043,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8043
8043
|
messageId: string;
|
8044
8044
|
mailUserId: string;
|
8045
8045
|
mailUser: {
|
8046
|
+
name: string;
|
8046
8047
|
id: string;
|
8047
8048
|
address: string;
|
8048
|
-
name: string;
|
8049
8049
|
createdAt: Date;
|
8050
8050
|
updatedAt: Date;
|
8051
8051
|
deletedAt: Date | null;
|
8052
8052
|
contact: {
|
8053
|
+
name: string;
|
8053
8054
|
id: string;
|
8054
8055
|
channel: string | null;
|
8055
8056
|
address: string | null;
|
8056
|
-
name: string;
|
8057
8057
|
createdAt: Date;
|
8058
8058
|
updatedAt: Date;
|
8059
8059
|
deletedAt: Date | null;
|
@@ -8094,17 +8094,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8094
8094
|
messageId: string;
|
8095
8095
|
mailUserId: string;
|
8096
8096
|
mailUser: {
|
8097
|
+
name: string;
|
8097
8098
|
id: string;
|
8098
8099
|
address: string;
|
8099
|
-
name: string;
|
8100
8100
|
createdAt: Date;
|
8101
8101
|
updatedAt: Date;
|
8102
8102
|
deletedAt: Date | null;
|
8103
8103
|
contact: {
|
8104
|
+
name: string;
|
8104
8105
|
id: string;
|
8105
8106
|
channel: string | null;
|
8106
8107
|
address: string | null;
|
8107
|
-
name: string;
|
8108
8108
|
createdAt: Date;
|
8109
8109
|
updatedAt: Date;
|
8110
8110
|
deletedAt: Date | null;
|
@@ -8150,17 +8150,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8150
8150
|
messageId: string;
|
8151
8151
|
mailUserId: string;
|
8152
8152
|
mailUser: {
|
8153
|
+
name: string;
|
8153
8154
|
id: string;
|
8154
8155
|
address: string;
|
8155
|
-
name: string;
|
8156
8156
|
createdAt: Date;
|
8157
8157
|
updatedAt: Date;
|
8158
8158
|
deletedAt: Date | null;
|
8159
8159
|
contact: {
|
8160
|
+
name: string;
|
8160
8161
|
id: string;
|
8161
8162
|
channel: string | null;
|
8162
8163
|
address: string | null;
|
8163
|
-
name: string;
|
8164
8164
|
createdAt: Date;
|
8165
8165
|
updatedAt: Date;
|
8166
8166
|
deletedAt: Date | null;
|
@@ -8181,17 +8181,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8181
8181
|
messageId: string;
|
8182
8182
|
mailUserId: string;
|
8183
8183
|
mailUser: {
|
8184
|
+
name: string;
|
8184
8185
|
id: string;
|
8185
8186
|
address: string;
|
8186
|
-
name: string;
|
8187
8187
|
createdAt: Date;
|
8188
8188
|
updatedAt: Date;
|
8189
8189
|
deletedAt: Date | null;
|
8190
8190
|
contact: {
|
8191
|
+
name: string;
|
8191
8192
|
id: string;
|
8192
8193
|
channel: string | null;
|
8193
8194
|
address: string | null;
|
8194
|
-
name: string;
|
8195
8195
|
createdAt: Date;
|
8196
8196
|
updatedAt: Date;
|
8197
8197
|
deletedAt: Date | null;
|
@@ -8212,17 +8212,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8212
8212
|
messageId: string;
|
8213
8213
|
mailUserId: string;
|
8214
8214
|
mailUser: {
|
8215
|
+
name: string;
|
8215
8216
|
id: string;
|
8216
8217
|
address: string;
|
8217
|
-
name: string;
|
8218
8218
|
createdAt: Date;
|
8219
8219
|
updatedAt: Date;
|
8220
8220
|
deletedAt: Date | null;
|
8221
8221
|
contact: {
|
8222
|
+
name: string;
|
8222
8223
|
id: string;
|
8223
8224
|
channel: string | null;
|
8224
8225
|
address: string | null;
|
8225
|
-
name: string;
|
8226
8226
|
createdAt: Date;
|
8227
8227
|
updatedAt: Date;
|
8228
8228
|
deletedAt: Date | null;
|
@@ -8263,17 +8263,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8263
8263
|
messageId: string;
|
8264
8264
|
mailUserId: string;
|
8265
8265
|
mailUser: {
|
8266
|
+
name: string;
|
8266
8267
|
id: string;
|
8267
8268
|
address: string;
|
8268
|
-
name: string;
|
8269
8269
|
createdAt: Date;
|
8270
8270
|
updatedAt: Date;
|
8271
8271
|
deletedAt: Date | null;
|
8272
8272
|
contact: {
|
8273
|
+
name: string;
|
8273
8274
|
id: string;
|
8274
8275
|
channel: string | null;
|
8275
8276
|
address: string | null;
|
8276
|
-
name: string;
|
8277
8277
|
createdAt: Date;
|
8278
8278
|
updatedAt: Date;
|
8279
8279
|
deletedAt: Date | null;
|
@@ -8319,17 +8319,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8319
8319
|
messageId: string;
|
8320
8320
|
mailUserId: string;
|
8321
8321
|
mailUser: {
|
8322
|
+
name: string;
|
8322
8323
|
id: string;
|
8323
8324
|
address: string;
|
8324
|
-
name: string;
|
8325
8325
|
createdAt: Date;
|
8326
8326
|
updatedAt: Date;
|
8327
8327
|
deletedAt: Date | null;
|
8328
8328
|
contact: {
|
8329
|
+
name: string;
|
8329
8330
|
id: string;
|
8330
8331
|
channel: string | null;
|
8331
8332
|
address: string | null;
|
8332
|
-
name: string;
|
8333
8333
|
createdAt: Date;
|
8334
8334
|
updatedAt: Date;
|
8335
8335
|
deletedAt: Date | null;
|
@@ -8350,17 +8350,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8350
8350
|
messageId: string;
|
8351
8351
|
mailUserId: string;
|
8352
8352
|
mailUser: {
|
8353
|
+
name: string;
|
8353
8354
|
id: string;
|
8354
8355
|
address: string;
|
8355
|
-
name: string;
|
8356
8356
|
createdAt: Date;
|
8357
8357
|
updatedAt: Date;
|
8358
8358
|
deletedAt: Date | null;
|
8359
8359
|
contact: {
|
8360
|
+
name: string;
|
8360
8361
|
id: string;
|
8361
8362
|
channel: string | null;
|
8362
8363
|
address: string | null;
|
8363
|
-
name: string;
|
8364
8364
|
createdAt: Date;
|
8365
8365
|
updatedAt: Date;
|
8366
8366
|
deletedAt: Date | null;
|
@@ -8381,17 +8381,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8381
8381
|
messageId: string;
|
8382
8382
|
mailUserId: string;
|
8383
8383
|
mailUser: {
|
8384
|
+
name: string;
|
8384
8385
|
id: string;
|
8385
8386
|
address: string;
|
8386
|
-
name: string;
|
8387
8387
|
createdAt: Date;
|
8388
8388
|
updatedAt: Date;
|
8389
8389
|
deletedAt: Date | null;
|
8390
8390
|
contact: {
|
8391
|
+
name: string;
|
8391
8392
|
id: string;
|
8392
8393
|
channel: string | null;
|
8393
8394
|
address: string | null;
|
8394
|
-
name: string;
|
8395
8395
|
createdAt: Date;
|
8396
8396
|
updatedAt: Date;
|
8397
8397
|
deletedAt: Date | null;
|
@@ -8420,9 +8420,9 @@ export declare const RoomContractsValidationSchema: {
|
|
8420
8420
|
updatedAt: Date;
|
8421
8421
|
deletedAt: string | null;
|
8422
8422
|
actor: {
|
8423
|
+
name: string;
|
8423
8424
|
id: string;
|
8424
8425
|
address: string | null;
|
8425
|
-
name: string;
|
8426
8426
|
email: string;
|
8427
8427
|
createdAt: Date;
|
8428
8428
|
updatedAt: Date;
|
@@ -8434,18 +8434,18 @@ export declare const RoomContractsValidationSchema: {
|
|
8434
8434
|
actorId: string;
|
8435
8435
|
})[];
|
8436
8436
|
mail: {
|
8437
|
+
name: string;
|
8437
8438
|
id: string;
|
8438
8439
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
8439
8440
|
address: string;
|
8440
|
-
name: string;
|
8441
8441
|
createdAt: Date;
|
8442
8442
|
updatedAt: Date;
|
8443
8443
|
deletedAt: Date | null;
|
8444
8444
|
accountId: string;
|
8445
8445
|
mailServerId: string;
|
8446
8446
|
mailServer: {
|
8447
|
-
id: string;
|
8448
8447
|
name: string;
|
8448
|
+
id: string;
|
8449
8449
|
createdAt: Date;
|
8450
8450
|
updatedAt: Date;
|
8451
8451
|
deletedAt: Date | null;
|
@@ -8472,8 +8472,8 @@ export declare const RoomContractsValidationSchema: {
|
|
8472
8472
|
updatedAt: Date;
|
8473
8473
|
deletedAt: Date | null;
|
8474
8474
|
tags: {
|
8475
|
-
id: string;
|
8476
8475
|
name: string;
|
8476
|
+
id: string;
|
8477
8477
|
color: string;
|
8478
8478
|
createdAt: Date;
|
8479
8479
|
updatedAt: Date;
|
@@ -8498,17 +8498,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8498
8498
|
messageId: string;
|
8499
8499
|
mailUserId: string;
|
8500
8500
|
mailUser: {
|
8501
|
+
name: string;
|
8501
8502
|
id: string;
|
8502
8503
|
address: string;
|
8503
|
-
name: string;
|
8504
8504
|
createdAt: Date;
|
8505
8505
|
updatedAt: Date;
|
8506
8506
|
deletedAt: Date | null;
|
8507
8507
|
contact: {
|
8508
|
+
name: string;
|
8508
8509
|
id: string;
|
8509
8510
|
channel: string | null;
|
8510
8511
|
address: string | null;
|
8511
|
-
name: string;
|
8512
8512
|
createdAt: Date;
|
8513
8513
|
updatedAt: Date;
|
8514
8514
|
deletedAt: Date | null;
|
@@ -8554,17 +8554,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8554
8554
|
messageId: string;
|
8555
8555
|
mailUserId: string;
|
8556
8556
|
mailUser: {
|
8557
|
+
name: string;
|
8557
8558
|
id: string;
|
8558
8559
|
address: string;
|
8559
|
-
name: string;
|
8560
8560
|
createdAt: Date;
|
8561
8561
|
updatedAt: Date;
|
8562
8562
|
deletedAt: Date | null;
|
8563
8563
|
contact: {
|
8564
|
+
name: string;
|
8564
8565
|
id: string;
|
8565
8566
|
channel: string | null;
|
8566
8567
|
address: string | null;
|
8567
|
-
name: string;
|
8568
8568
|
createdAt: Date;
|
8569
8569
|
updatedAt: Date;
|
8570
8570
|
deletedAt: Date | null;
|
@@ -8585,17 +8585,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8585
8585
|
messageId: string;
|
8586
8586
|
mailUserId: string;
|
8587
8587
|
mailUser: {
|
8588
|
+
name: string;
|
8588
8589
|
id: string;
|
8589
8590
|
address: string;
|
8590
|
-
name: string;
|
8591
8591
|
createdAt: Date;
|
8592
8592
|
updatedAt: Date;
|
8593
8593
|
deletedAt: Date | null;
|
8594
8594
|
contact: {
|
8595
|
+
name: string;
|
8595
8596
|
id: string;
|
8596
8597
|
channel: string | null;
|
8597
8598
|
address: string | null;
|
8598
|
-
name: string;
|
8599
8599
|
createdAt: Date;
|
8600
8600
|
updatedAt: Date;
|
8601
8601
|
deletedAt: Date | null;
|
@@ -8616,17 +8616,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8616
8616
|
messageId: string;
|
8617
8617
|
mailUserId: string;
|
8618
8618
|
mailUser: {
|
8619
|
+
name: string;
|
8619
8620
|
id: string;
|
8620
8621
|
address: string;
|
8621
|
-
name: string;
|
8622
8622
|
createdAt: Date;
|
8623
8623
|
updatedAt: Date;
|
8624
8624
|
deletedAt: Date | null;
|
8625
8625
|
contact: {
|
8626
|
+
name: string;
|
8626
8627
|
id: string;
|
8627
8628
|
channel: string | null;
|
8628
8629
|
address: string | null;
|
8629
|
-
name: string;
|
8630
8630
|
createdAt: Date;
|
8631
8631
|
updatedAt: Date;
|
8632
8632
|
deletedAt: Date | null;
|
@@ -8650,9 +8650,9 @@ export declare const RoomContractsValidationSchema: {
|
|
8650
8650
|
seemsLikeNew: boolean;
|
8651
8651
|
};
|
8652
8652
|
assignee: {
|
8653
|
+
name: string;
|
8653
8654
|
id: string;
|
8654
8655
|
address: string | null;
|
8655
|
-
name: string;
|
8656
8656
|
email: string;
|
8657
8657
|
createdAt: Date;
|
8658
8658
|
updatedAt: Date;
|
@@ -8707,8 +8707,8 @@ export declare const RoomContractsValidationSchema: {
|
|
8707
8707
|
}[];
|
8708
8708
|
}[];
|
8709
8709
|
tags: {
|
8710
|
-
id: string;
|
8711
8710
|
name: string;
|
8711
|
+
id: string;
|
8712
8712
|
createdAt: Date;
|
8713
8713
|
updatedAt: Date;
|
8714
8714
|
deletedAt: Date | null;
|
@@ -8740,17 +8740,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8740
8740
|
messageId: string;
|
8741
8741
|
mailUserId: string;
|
8742
8742
|
mailUser: {
|
8743
|
+
name: string;
|
8743
8744
|
id: string;
|
8744
8745
|
address: string;
|
8745
|
-
name: string;
|
8746
8746
|
createdAt: Date;
|
8747
8747
|
updatedAt: Date;
|
8748
8748
|
deletedAt: Date | null;
|
8749
8749
|
contact: {
|
8750
|
+
name: string;
|
8750
8751
|
id: string;
|
8751
8752
|
channel: string | null;
|
8752
8753
|
address: string | null;
|
8753
|
-
name: string;
|
8754
8754
|
createdAt: Date;
|
8755
8755
|
updatedAt: Date;
|
8756
8756
|
deletedAt: Date | null;
|
@@ -8772,17 +8772,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8772
8772
|
messageId: string;
|
8773
8773
|
mailUserId: string;
|
8774
8774
|
mailUser: {
|
8775
|
+
name: string;
|
8775
8776
|
id: string;
|
8776
8777
|
address: string;
|
8777
|
-
name: string;
|
8778
8778
|
createdAt: Date;
|
8779
8779
|
updatedAt: Date;
|
8780
8780
|
deletedAt: Date | null;
|
8781
8781
|
contact: {
|
8782
|
+
name: string;
|
8782
8783
|
id: string;
|
8783
8784
|
channel: string | null;
|
8784
8785
|
address: string | null;
|
8785
|
-
name: string;
|
8786
8786
|
createdAt: Date;
|
8787
8787
|
updatedAt: Date;
|
8788
8788
|
deletedAt: Date | null;
|
@@ -8803,17 +8803,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8803
8803
|
messageId: string;
|
8804
8804
|
mailUserId: string;
|
8805
8805
|
mailUser: {
|
8806
|
+
name: string;
|
8806
8807
|
id: string;
|
8807
8808
|
address: string;
|
8808
|
-
name: string;
|
8809
8809
|
createdAt: Date;
|
8810
8810
|
updatedAt: Date;
|
8811
8811
|
deletedAt: Date | null;
|
8812
8812
|
contact: {
|
8813
|
+
name: string;
|
8813
8814
|
id: string;
|
8814
8815
|
channel: string | null;
|
8815
8816
|
address: string | null;
|
8816
|
-
name: string;
|
8817
8817
|
createdAt: Date;
|
8818
8818
|
updatedAt: Date;
|
8819
8819
|
deletedAt: Date | null;
|
@@ -8834,17 +8834,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8834
8834
|
messageId: string;
|
8835
8835
|
mailUserId: string;
|
8836
8836
|
mailUser: {
|
8837
|
+
name: string;
|
8837
8838
|
id: string;
|
8838
8839
|
address: string;
|
8839
|
-
name: string;
|
8840
8840
|
createdAt: Date;
|
8841
8841
|
updatedAt: Date;
|
8842
8842
|
deletedAt: Date | null;
|
8843
8843
|
contact: {
|
8844
|
+
name: string;
|
8844
8845
|
id: string;
|
8845
8846
|
channel: string | null;
|
8846
8847
|
address: string | null;
|
8847
|
-
name: string;
|
8848
8848
|
createdAt: Date;
|
8849
8849
|
updatedAt: Date;
|
8850
8850
|
deletedAt: Date | null;
|
@@ -8877,17 +8877,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8877
8877
|
messageId: string;
|
8878
8878
|
mailUserId: string;
|
8879
8879
|
mailUser: {
|
8880
|
+
name: string;
|
8880
8881
|
id: string;
|
8881
8882
|
address: string;
|
8882
|
-
name: string;
|
8883
8883
|
createdAt: Date;
|
8884
8884
|
updatedAt: Date;
|
8885
8885
|
deletedAt: Date | null;
|
8886
8886
|
contact: {
|
8887
|
+
name: string;
|
8887
8888
|
id: string;
|
8888
8889
|
channel: string | null;
|
8889
8890
|
address: string | null;
|
8890
|
-
name: string;
|
8891
8891
|
createdAt: Date;
|
8892
8892
|
updatedAt: Date;
|
8893
8893
|
deletedAt: Date | null;
|
@@ -8933,17 +8933,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8933
8933
|
messageId: string;
|
8934
8934
|
mailUserId: string;
|
8935
8935
|
mailUser: {
|
8936
|
+
name: string;
|
8936
8937
|
id: string;
|
8937
8938
|
address: string;
|
8938
|
-
name: string;
|
8939
8939
|
createdAt: Date;
|
8940
8940
|
updatedAt: Date;
|
8941
8941
|
deletedAt: Date | null;
|
8942
8942
|
contact: {
|
8943
|
+
name: string;
|
8943
8944
|
id: string;
|
8944
8945
|
channel: string | null;
|
8945
8946
|
address: string | null;
|
8946
|
-
name: string;
|
8947
8947
|
createdAt: Date;
|
8948
8948
|
updatedAt: Date;
|
8949
8949
|
deletedAt: Date | null;
|
@@ -8964,17 +8964,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8964
8964
|
messageId: string;
|
8965
8965
|
mailUserId: string;
|
8966
8966
|
mailUser: {
|
8967
|
+
name: string;
|
8967
8968
|
id: string;
|
8968
8969
|
address: string;
|
8969
|
-
name: string;
|
8970
8970
|
createdAt: Date;
|
8971
8971
|
updatedAt: Date;
|
8972
8972
|
deletedAt: Date | null;
|
8973
8973
|
contact: {
|
8974
|
+
name: string;
|
8974
8975
|
id: string;
|
8975
8976
|
channel: string | null;
|
8976
8977
|
address: string | null;
|
8977
|
-
name: string;
|
8978
8978
|
createdAt: Date;
|
8979
8979
|
updatedAt: Date;
|
8980
8980
|
deletedAt: Date | null;
|
@@ -8995,17 +8995,17 @@ export declare const RoomContractsValidationSchema: {
|
|
8995
8995
|
messageId: string;
|
8996
8996
|
mailUserId: string;
|
8997
8997
|
mailUser: {
|
8998
|
+
name: string;
|
8998
8999
|
id: string;
|
8999
9000
|
address: string;
|
9000
|
-
name: string;
|
9001
9001
|
createdAt: Date;
|
9002
9002
|
updatedAt: Date;
|
9003
9003
|
deletedAt: Date | null;
|
9004
9004
|
contact: {
|
9005
|
+
name: string;
|
9005
9006
|
id: string;
|
9006
9007
|
channel: string | null;
|
9007
9008
|
address: string | null;
|
9008
|
-
name: string;
|
9009
9009
|
createdAt: Date;
|
9010
9010
|
updatedAt: Date;
|
9011
9011
|
deletedAt: Date | null;
|
@@ -9046,17 +9046,17 @@ export declare const RoomContractsValidationSchema: {
|
|
9046
9046
|
messageId: string;
|
9047
9047
|
mailUserId: string;
|
9048
9048
|
mailUser: {
|
9049
|
+
name: string;
|
9049
9050
|
id: string;
|
9050
9051
|
address: string;
|
9051
|
-
name: string;
|
9052
9052
|
createdAt: Date;
|
9053
9053
|
updatedAt: Date;
|
9054
9054
|
deletedAt: Date | null;
|
9055
9055
|
contact: {
|
9056
|
+
name: string;
|
9056
9057
|
id: string;
|
9057
9058
|
channel: string | null;
|
9058
9059
|
address: string | null;
|
9059
|
-
name: string;
|
9060
9060
|
createdAt: Date;
|
9061
9061
|
updatedAt: Date;
|
9062
9062
|
deletedAt: Date | null;
|
@@ -9102,17 +9102,17 @@ export declare const RoomContractsValidationSchema: {
|
|
9102
9102
|
messageId: string;
|
9103
9103
|
mailUserId: string;
|
9104
9104
|
mailUser: {
|
9105
|
+
name: string;
|
9105
9106
|
id: string;
|
9106
9107
|
address: string;
|
9107
|
-
name: string;
|
9108
9108
|
createdAt: Date;
|
9109
9109
|
updatedAt: Date;
|
9110
9110
|
deletedAt: Date | null;
|
9111
9111
|
contact: {
|
9112
|
+
name: string;
|
9112
9113
|
id: string;
|
9113
9114
|
channel: string | null;
|
9114
9115
|
address: string | null;
|
9115
|
-
name: string;
|
9116
9116
|
createdAt: Date;
|
9117
9117
|
updatedAt: Date;
|
9118
9118
|
deletedAt: Date | null;
|
@@ -9133,17 +9133,17 @@ export declare const RoomContractsValidationSchema: {
|
|
9133
9133
|
messageId: string;
|
9134
9134
|
mailUserId: string;
|
9135
9135
|
mailUser: {
|
9136
|
+
name: string;
|
9136
9137
|
id: string;
|
9137
9138
|
address: string;
|
9138
|
-
name: string;
|
9139
9139
|
createdAt: Date;
|
9140
9140
|
updatedAt: Date;
|
9141
9141
|
deletedAt: Date | null;
|
9142
9142
|
contact: {
|
9143
|
+
name: string;
|
9143
9144
|
id: string;
|
9144
9145
|
channel: string | null;
|
9145
9146
|
address: string | null;
|
9146
|
-
name: string;
|
9147
9147
|
createdAt: Date;
|
9148
9148
|
updatedAt: Date;
|
9149
9149
|
deletedAt: Date | null;
|
@@ -9164,17 +9164,17 @@ export declare const RoomContractsValidationSchema: {
|
|
9164
9164
|
messageId: string;
|
9165
9165
|
mailUserId: string;
|
9166
9166
|
mailUser: {
|
9167
|
+
name: string;
|
9167
9168
|
id: string;
|
9168
9169
|
address: string;
|
9169
|
-
name: string;
|
9170
9170
|
createdAt: Date;
|
9171
9171
|
updatedAt: Date;
|
9172
9172
|
deletedAt: Date | null;
|
9173
9173
|
contact: {
|
9174
|
+
name: string;
|
9174
9175
|
id: string;
|
9175
9176
|
channel: string | null;
|
9176
9177
|
address: string | null;
|
9177
|
-
name: string;
|
9178
9178
|
createdAt: Date;
|
9179
9179
|
updatedAt: Date;
|
9180
9180
|
deletedAt: Date | null;
|
@@ -9215,17 +9215,17 @@ export declare const RoomContractsValidationSchema: {
|
|
9215
9215
|
messageId: string;
|
9216
9216
|
mailUserId: string;
|
9217
9217
|
mailUser: {
|
9218
|
+
name: string;
|
9218
9219
|
id: string;
|
9219
9220
|
address: string;
|
9220
|
-
name: string;
|
9221
9221
|
createdAt: Date;
|
9222
9222
|
updatedAt: Date;
|
9223
9223
|
deletedAt: Date | null;
|
9224
9224
|
contact: {
|
9225
|
+
name: string;
|
9225
9226
|
id: string;
|
9226
9227
|
channel: string | null;
|
9227
9228
|
address: string | null;
|
9228
|
-
name: string;
|
9229
9229
|
createdAt: Date;
|
9230
9230
|
updatedAt: Date;
|
9231
9231
|
deletedAt: Date | null;
|
@@ -9271,17 +9271,17 @@ export declare const RoomContractsValidationSchema: {
|
|
9271
9271
|
messageId: string;
|
9272
9272
|
mailUserId: string;
|
9273
9273
|
mailUser: {
|
9274
|
+
name: string;
|
9274
9275
|
id: string;
|
9275
9276
|
address: string;
|
9276
|
-
name: string;
|
9277
9277
|
createdAt: Date;
|
9278
9278
|
updatedAt: Date;
|
9279
9279
|
deletedAt: Date | null;
|
9280
9280
|
contact: {
|
9281
|
+
name: string;
|
9281
9282
|
id: string;
|
9282
9283
|
channel: string | null;
|
9283
9284
|
address: string | null;
|
9284
|
-
name: string;
|
9285
9285
|
createdAt: Date;
|
9286
9286
|
updatedAt: Date;
|
9287
9287
|
deletedAt: Date | null;
|
@@ -9302,17 +9302,17 @@ export declare const RoomContractsValidationSchema: {
|
|
9302
9302
|
messageId: string;
|
9303
9303
|
mailUserId: string;
|
9304
9304
|
mailUser: {
|
9305
|
+
name: string;
|
9305
9306
|
id: string;
|
9306
9307
|
address: string;
|
9307
|
-
name: string;
|
9308
9308
|
createdAt: Date;
|
9309
9309
|
updatedAt: Date;
|
9310
9310
|
deletedAt: Date | null;
|
9311
9311
|
contact: {
|
9312
|
+
name: string;
|
9312
9313
|
id: string;
|
9313
9314
|
channel: string | null;
|
9314
9315
|
address: string | null;
|
9315
|
-
name: string;
|
9316
9316
|
createdAt: Date;
|
9317
9317
|
updatedAt: Date;
|
9318
9318
|
deletedAt: Date | null;
|
@@ -9333,17 +9333,17 @@ export declare const RoomContractsValidationSchema: {
|
|
9333
9333
|
messageId: string;
|
9334
9334
|
mailUserId: string;
|
9335
9335
|
mailUser: {
|
9336
|
+
name: string;
|
9336
9337
|
id: string;
|
9337
9338
|
address: string;
|
9338
|
-
name: string;
|
9339
9339
|
createdAt: Date;
|
9340
9340
|
updatedAt: Date;
|
9341
9341
|
deletedAt: Date | null;
|
9342
9342
|
contact: {
|
9343
|
+
name: string;
|
9343
9344
|
id: string;
|
9344
9345
|
channel: string | null;
|
9345
9346
|
address: string | null;
|
9346
|
-
name: string;
|
9347
9347
|
createdAt: Date;
|
9348
9348
|
updatedAt: Date;
|
9349
9349
|
deletedAt: Date | null;
|
@@ -9372,9 +9372,9 @@ export declare const RoomContractsValidationSchema: {
|
|
9372
9372
|
updatedAt: Date;
|
9373
9373
|
deletedAt: string | null;
|
9374
9374
|
actor: {
|
9375
|
+
name: string;
|
9375
9376
|
id: string;
|
9376
9377
|
address: string | null;
|
9377
|
-
name: string;
|
9378
9378
|
email: string;
|
9379
9379
|
createdAt: Date;
|
9380
9380
|
updatedAt: Date;
|
@@ -9386,18 +9386,18 @@ export declare const RoomContractsValidationSchema: {
|
|
9386
9386
|
actorId: string;
|
9387
9387
|
})[];
|
9388
9388
|
mail: {
|
9389
|
+
name: string;
|
9389
9390
|
id: string;
|
9390
9391
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
9391
9392
|
address: string;
|
9392
|
-
name: string;
|
9393
9393
|
createdAt: Date;
|
9394
9394
|
updatedAt: Date;
|
9395
9395
|
deletedAt: Date | null;
|
9396
9396
|
accountId: string;
|
9397
9397
|
mailServerId: string;
|
9398
9398
|
mailServer: {
|
9399
|
-
id: string;
|
9400
9399
|
name: string;
|
9400
|
+
id: string;
|
9401
9401
|
createdAt: Date;
|
9402
9402
|
updatedAt: Date;
|
9403
9403
|
deletedAt: Date | null;
|