@kl1/contracts 1.2.32-uat → 1.2.33-uat
Sign up to get free protection for your applications and to get access to all the features.
- 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 +467 -467
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +20 -20
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +1252 -1252
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +748 -748
- 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 +8651 -8651
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +204 -204
- 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 +708 -708
- 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 +30 -30
- package/dist/api-contracts/src/hold-label/schema.d.ts +6 -6
- package/dist/api-contracts/src/hold-label/validation.d.ts +2 -2
- package/dist/api-contracts/src/index.d.ts +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +596 -596
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +608 -608
- 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 +2598 -2598
- 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 +1474 -1474
- 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 +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
- package/dist/api-contracts/src/messenger/index.d.ts +599 -599
- 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/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 +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- 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 +556 -556
- 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 +186 -186
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
- 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 +568 -568
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +562 -562
- 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 +562 -562
- 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 +232 -232
- 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 +1 -53
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -51
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +0 -115
- package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +0 -1
@@ -11,10 +11,10 @@ export declare const ContactSchema: z.ZodObject<{
|
|
11
11
|
contactProfile: z.ZodNullable<z.ZodString>;
|
12
12
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
14
|
+
name: string;
|
14
15
|
id: string;
|
15
16
|
channel: string | null;
|
16
17
|
address: string | null;
|
17
|
-
name: string;
|
18
18
|
createdAt: Date;
|
19
19
|
updatedAt: Date;
|
20
20
|
deletedAt: Date | null;
|
@@ -22,10 +22,10 @@ export declare const ContactSchema: z.ZodObject<{
|
|
22
22
|
contactProfile: string | null;
|
23
23
|
socialProfileUrl: string | null;
|
24
24
|
}, {
|
25
|
+
name: string;
|
25
26
|
id: string;
|
26
27
|
channel: string | null;
|
27
28
|
address: string | null;
|
28
|
-
name: string;
|
29
29
|
createdAt: Date;
|
30
30
|
updatedAt: Date;
|
31
31
|
deletedAt: Date | null;
|
@@ -53,10 +53,10 @@ export declare const MailUserSchema: z.ZodObject<{
|
|
53
53
|
contactProfile: z.ZodNullable<z.ZodString>;
|
54
54
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
55
55
|
}, "strip", z.ZodTypeAny, {
|
56
|
+
name: string;
|
56
57
|
id: string;
|
57
58
|
channel: string | null;
|
58
59
|
address: string | null;
|
59
|
-
name: string;
|
60
60
|
createdAt: Date;
|
61
61
|
updatedAt: Date;
|
62
62
|
deletedAt: Date | null;
|
@@ -64,10 +64,10 @@ export declare const MailUserSchema: z.ZodObject<{
|
|
64
64
|
contactProfile: string | null;
|
65
65
|
socialProfileUrl: string | null;
|
66
66
|
}, {
|
67
|
+
name: string;
|
67
68
|
id: string;
|
68
69
|
channel: string | null;
|
69
70
|
address: string | null;
|
70
|
-
name: string;
|
71
71
|
createdAt: Date;
|
72
72
|
updatedAt: Date;
|
73
73
|
deletedAt: Date | null;
|
@@ -77,17 +77,17 @@ export declare const MailUserSchema: z.ZodObject<{
|
|
77
77
|
}>;
|
78
78
|
isNewContact: z.ZodBoolean;
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
80
|
+
name: string;
|
80
81
|
id: string;
|
81
82
|
address: string;
|
82
|
-
name: string;
|
83
83
|
createdAt: Date;
|
84
84
|
updatedAt: Date;
|
85
85
|
deletedAt: Date | null;
|
86
86
|
contact: {
|
87
|
+
name: string;
|
87
88
|
id: string;
|
88
89
|
channel: string | null;
|
89
90
|
address: string | null;
|
90
|
-
name: string;
|
91
91
|
createdAt: Date;
|
92
92
|
updatedAt: Date;
|
93
93
|
deletedAt: Date | null;
|
@@ -98,17 +98,17 @@ export declare const MailUserSchema: z.ZodObject<{
|
|
98
98
|
contactId: string;
|
99
99
|
isNewContact: boolean;
|
100
100
|
}, {
|
101
|
+
name: string;
|
101
102
|
id: string;
|
102
103
|
address: string;
|
103
|
-
name: string;
|
104
104
|
createdAt: Date;
|
105
105
|
updatedAt: Date;
|
106
106
|
deletedAt: Date | null;
|
107
107
|
contact: {
|
108
|
+
name: string;
|
108
109
|
id: string;
|
109
110
|
channel: string | null;
|
110
111
|
address: string | null;
|
111
|
-
name: string;
|
112
112
|
createdAt: Date;
|
113
113
|
updatedAt: Date;
|
114
114
|
deletedAt: Date | null;
|
@@ -147,10 +147,10 @@ export declare const MailParticipant: z.ZodObject<{
|
|
147
147
|
contactProfile: z.ZodNullable<z.ZodString>;
|
148
148
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
150
|
+
name: string;
|
150
151
|
id: string;
|
151
152
|
channel: string | null;
|
152
153
|
address: string | null;
|
153
|
-
name: string;
|
154
154
|
createdAt: Date;
|
155
155
|
updatedAt: Date;
|
156
156
|
deletedAt: Date | null;
|
@@ -158,10 +158,10 @@ export declare const MailParticipant: z.ZodObject<{
|
|
158
158
|
contactProfile: string | null;
|
159
159
|
socialProfileUrl: string | null;
|
160
160
|
}, {
|
161
|
+
name: string;
|
161
162
|
id: string;
|
162
163
|
channel: string | null;
|
163
164
|
address: string | null;
|
164
|
-
name: string;
|
165
165
|
createdAt: Date;
|
166
166
|
updatedAt: Date;
|
167
167
|
deletedAt: Date | null;
|
@@ -171,17 +171,17 @@ export declare const MailParticipant: z.ZodObject<{
|
|
171
171
|
}>;
|
172
172
|
isNewContact: z.ZodBoolean;
|
173
173
|
}, "strip", z.ZodTypeAny, {
|
174
|
+
name: string;
|
174
175
|
id: string;
|
175
176
|
address: string;
|
176
|
-
name: string;
|
177
177
|
createdAt: Date;
|
178
178
|
updatedAt: Date;
|
179
179
|
deletedAt: Date | null;
|
180
180
|
contact: {
|
181
|
+
name: string;
|
181
182
|
id: string;
|
182
183
|
channel: string | null;
|
183
184
|
address: string | null;
|
184
|
-
name: string;
|
185
185
|
createdAt: Date;
|
186
186
|
updatedAt: Date;
|
187
187
|
deletedAt: Date | null;
|
@@ -192,17 +192,17 @@ export declare const MailParticipant: z.ZodObject<{
|
|
192
192
|
contactId: string;
|
193
193
|
isNewContact: boolean;
|
194
194
|
}, {
|
195
|
+
name: string;
|
195
196
|
id: string;
|
196
197
|
address: string;
|
197
|
-
name: string;
|
198
198
|
createdAt: Date;
|
199
199
|
updatedAt: Date;
|
200
200
|
deletedAt: Date | null;
|
201
201
|
contact: {
|
202
|
+
name: string;
|
202
203
|
id: string;
|
203
204
|
channel: string | null;
|
204
205
|
address: string | null;
|
205
|
-
name: string;
|
206
206
|
createdAt: Date;
|
207
207
|
updatedAt: Date;
|
208
208
|
deletedAt: Date | null;
|
@@ -222,17 +222,17 @@ export declare const MailParticipant: z.ZodObject<{
|
|
222
222
|
messageId: string;
|
223
223
|
mailUserId: string;
|
224
224
|
mailUser: {
|
225
|
+
name: string;
|
225
226
|
id: string;
|
226
227
|
address: string;
|
227
|
-
name: string;
|
228
228
|
createdAt: Date;
|
229
229
|
updatedAt: Date;
|
230
230
|
deletedAt: Date | null;
|
231
231
|
contact: {
|
232
|
+
name: string;
|
232
233
|
id: string;
|
233
234
|
channel: string | null;
|
234
235
|
address: string | null;
|
235
|
-
name: string;
|
236
236
|
createdAt: Date;
|
237
237
|
updatedAt: Date;
|
238
238
|
deletedAt: Date | null;
|
@@ -252,17 +252,17 @@ export declare const MailParticipant: z.ZodObject<{
|
|
252
252
|
messageId: string;
|
253
253
|
mailUserId: string;
|
254
254
|
mailUser: {
|
255
|
+
name: string;
|
255
256
|
id: string;
|
256
257
|
address: string;
|
257
|
-
name: string;
|
258
258
|
createdAt: Date;
|
259
259
|
updatedAt: Date;
|
260
260
|
deletedAt: Date | null;
|
261
261
|
contact: {
|
262
|
+
name: string;
|
262
263
|
id: string;
|
263
264
|
channel: string | null;
|
264
265
|
address: string | null;
|
265
|
-
name: string;
|
266
266
|
createdAt: Date;
|
267
267
|
updatedAt: Date;
|
268
268
|
deletedAt: Date | null;
|
@@ -282,15 +282,15 @@ export declare const TagSchema: z.ZodObject<{
|
|
282
282
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
283
283
|
name: z.ZodString;
|
284
284
|
}, "strip", z.ZodTypeAny, {
|
285
|
-
id: string;
|
286
285
|
name: string;
|
286
|
+
id: string;
|
287
287
|
color: string;
|
288
288
|
createdAt: Date;
|
289
289
|
updatedAt: Date;
|
290
290
|
deletedAt: Date | null;
|
291
291
|
}, {
|
292
|
-
id: string;
|
293
292
|
name: string;
|
293
|
+
id: string;
|
294
294
|
color: string;
|
295
295
|
createdAt: Date;
|
296
296
|
updatedAt: Date;
|
@@ -307,9 +307,9 @@ export declare const UserModel: z.ZodObject<{
|
|
307
307
|
phone: z.ZodNullable<z.ZodString>;
|
308
308
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
309
309
|
}, "strip", z.ZodTypeAny, {
|
310
|
+
name: string;
|
310
311
|
id: string;
|
311
312
|
address: string | null;
|
312
|
-
name: string;
|
313
313
|
email: string;
|
314
314
|
createdAt: Date;
|
315
315
|
updatedAt: Date;
|
@@ -317,9 +317,9 @@ export declare const UserModel: z.ZodObject<{
|
|
317
317
|
phone: string | null;
|
318
318
|
notificationCount: number | null;
|
319
319
|
}, {
|
320
|
+
name: string;
|
320
321
|
id: string;
|
321
322
|
address: string | null;
|
322
|
-
name: string;
|
323
323
|
email: string;
|
324
324
|
createdAt: Date;
|
325
325
|
updatedAt: Date;
|
@@ -375,10 +375,10 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
375
375
|
contactProfile: z.ZodNullable<z.ZodString>;
|
376
376
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
377
377
|
}, "strip", z.ZodTypeAny, {
|
378
|
+
name: string;
|
378
379
|
id: string;
|
379
380
|
channel: string | null;
|
380
381
|
address: string | null;
|
381
|
-
name: string;
|
382
382
|
createdAt: Date;
|
383
383
|
updatedAt: Date;
|
384
384
|
deletedAt: Date | null;
|
@@ -386,10 +386,10 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
386
386
|
contactProfile: string | null;
|
387
387
|
socialProfileUrl: string | null;
|
388
388
|
}, {
|
389
|
+
name: string;
|
389
390
|
id: string;
|
390
391
|
channel: string | null;
|
391
392
|
address: string | null;
|
392
|
-
name: string;
|
393
393
|
createdAt: Date;
|
394
394
|
updatedAt: Date;
|
395
395
|
deletedAt: Date | null;
|
@@ -399,17 +399,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
399
399
|
}>;
|
400
400
|
isNewContact: z.ZodBoolean;
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
402
|
+
name: string;
|
402
403
|
id: string;
|
403
404
|
address: string;
|
404
|
-
name: string;
|
405
405
|
createdAt: Date;
|
406
406
|
updatedAt: Date;
|
407
407
|
deletedAt: Date | null;
|
408
408
|
contact: {
|
409
|
+
name: string;
|
409
410
|
id: string;
|
410
411
|
channel: string | null;
|
411
412
|
address: string | null;
|
412
|
-
name: string;
|
413
413
|
createdAt: Date;
|
414
414
|
updatedAt: Date;
|
415
415
|
deletedAt: Date | null;
|
@@ -420,17 +420,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
420
420
|
contactId: string;
|
421
421
|
isNewContact: boolean;
|
422
422
|
}, {
|
423
|
+
name: string;
|
423
424
|
id: string;
|
424
425
|
address: string;
|
425
|
-
name: string;
|
426
426
|
createdAt: Date;
|
427
427
|
updatedAt: Date;
|
428
428
|
deletedAt: Date | null;
|
429
429
|
contact: {
|
430
|
+
name: string;
|
430
431
|
id: string;
|
431
432
|
channel: string | null;
|
432
433
|
address: string | null;
|
433
|
-
name: string;
|
434
434
|
createdAt: Date;
|
435
435
|
updatedAt: Date;
|
436
436
|
deletedAt: Date | null;
|
@@ -450,17 +450,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
450
450
|
messageId: string;
|
451
451
|
mailUserId: string;
|
452
452
|
mailUser: {
|
453
|
+
name: string;
|
453
454
|
id: string;
|
454
455
|
address: string;
|
455
|
-
name: string;
|
456
456
|
createdAt: Date;
|
457
457
|
updatedAt: Date;
|
458
458
|
deletedAt: Date | null;
|
459
459
|
contact: {
|
460
|
+
name: string;
|
460
461
|
id: string;
|
461
462
|
channel: string | null;
|
462
463
|
address: string | null;
|
463
|
-
name: string;
|
464
464
|
createdAt: Date;
|
465
465
|
updatedAt: Date;
|
466
466
|
deletedAt: Date | null;
|
@@ -480,17 +480,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
480
480
|
messageId: string;
|
481
481
|
mailUserId: string;
|
482
482
|
mailUser: {
|
483
|
+
name: string;
|
483
484
|
id: string;
|
484
485
|
address: string;
|
485
|
-
name: string;
|
486
486
|
createdAt: Date;
|
487
487
|
updatedAt: Date;
|
488
488
|
deletedAt: Date | null;
|
489
489
|
contact: {
|
490
|
+
name: string;
|
490
491
|
id: string;
|
491
492
|
channel: string | null;
|
492
493
|
address: string | null;
|
493
|
-
name: string;
|
494
494
|
createdAt: Date;
|
495
495
|
updatedAt: Date;
|
496
496
|
deletedAt: Date | null;
|
@@ -530,10 +530,10 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
530
530
|
contactProfile: z.ZodNullable<z.ZodString>;
|
531
531
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
532
532
|
}, "strip", z.ZodTypeAny, {
|
533
|
+
name: string;
|
533
534
|
id: string;
|
534
535
|
channel: string | null;
|
535
536
|
address: string | null;
|
536
|
-
name: string;
|
537
537
|
createdAt: Date;
|
538
538
|
updatedAt: Date;
|
539
539
|
deletedAt: Date | null;
|
@@ -541,10 +541,10 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
541
541
|
contactProfile: string | null;
|
542
542
|
socialProfileUrl: string | null;
|
543
543
|
}, {
|
544
|
+
name: string;
|
544
545
|
id: string;
|
545
546
|
channel: string | null;
|
546
547
|
address: string | null;
|
547
|
-
name: string;
|
548
548
|
createdAt: Date;
|
549
549
|
updatedAt: Date;
|
550
550
|
deletedAt: Date | null;
|
@@ -554,17 +554,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
554
554
|
}>;
|
555
555
|
isNewContact: z.ZodBoolean;
|
556
556
|
}, "strip", z.ZodTypeAny, {
|
557
|
+
name: string;
|
557
558
|
id: string;
|
558
559
|
address: string;
|
559
|
-
name: string;
|
560
560
|
createdAt: Date;
|
561
561
|
updatedAt: Date;
|
562
562
|
deletedAt: Date | null;
|
563
563
|
contact: {
|
564
|
+
name: string;
|
564
565
|
id: string;
|
565
566
|
channel: string | null;
|
566
567
|
address: string | null;
|
567
|
-
name: string;
|
568
568
|
createdAt: Date;
|
569
569
|
updatedAt: Date;
|
570
570
|
deletedAt: Date | null;
|
@@ -575,17 +575,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
575
575
|
contactId: string;
|
576
576
|
isNewContact: boolean;
|
577
577
|
}, {
|
578
|
+
name: string;
|
578
579
|
id: string;
|
579
580
|
address: string;
|
580
|
-
name: string;
|
581
581
|
createdAt: Date;
|
582
582
|
updatedAt: Date;
|
583
583
|
deletedAt: Date | null;
|
584
584
|
contact: {
|
585
|
+
name: string;
|
585
586
|
id: string;
|
586
587
|
channel: string | null;
|
587
588
|
address: string | null;
|
588
|
-
name: string;
|
589
589
|
createdAt: Date;
|
590
590
|
updatedAt: Date;
|
591
591
|
deletedAt: Date | null;
|
@@ -605,17 +605,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
605
605
|
messageId: string;
|
606
606
|
mailUserId: string;
|
607
607
|
mailUser: {
|
608
|
+
name: string;
|
608
609
|
id: string;
|
609
610
|
address: string;
|
610
|
-
name: string;
|
611
611
|
createdAt: Date;
|
612
612
|
updatedAt: Date;
|
613
613
|
deletedAt: Date | null;
|
614
614
|
contact: {
|
615
|
+
name: string;
|
615
616
|
id: string;
|
616
617
|
channel: string | null;
|
617
618
|
address: string | null;
|
618
|
-
name: string;
|
619
619
|
createdAt: Date;
|
620
620
|
updatedAt: Date;
|
621
621
|
deletedAt: Date | null;
|
@@ -635,17 +635,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
635
635
|
messageId: string;
|
636
636
|
mailUserId: string;
|
637
637
|
mailUser: {
|
638
|
+
name: string;
|
638
639
|
id: string;
|
639
640
|
address: string;
|
640
|
-
name: string;
|
641
641
|
createdAt: Date;
|
642
642
|
updatedAt: Date;
|
643
643
|
deletedAt: Date | null;
|
644
644
|
contact: {
|
645
|
+
name: string;
|
645
646
|
id: string;
|
646
647
|
channel: string | null;
|
647
648
|
address: string | null;
|
648
|
-
name: string;
|
649
649
|
createdAt: Date;
|
650
650
|
updatedAt: Date;
|
651
651
|
deletedAt: Date | null;
|
@@ -685,10 +685,10 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
685
685
|
contactProfile: z.ZodNullable<z.ZodString>;
|
686
686
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
687
687
|
}, "strip", z.ZodTypeAny, {
|
688
|
+
name: string;
|
688
689
|
id: string;
|
689
690
|
channel: string | null;
|
690
691
|
address: string | null;
|
691
|
-
name: string;
|
692
692
|
createdAt: Date;
|
693
693
|
updatedAt: Date;
|
694
694
|
deletedAt: Date | null;
|
@@ -696,10 +696,10 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
696
696
|
contactProfile: string | null;
|
697
697
|
socialProfileUrl: string | null;
|
698
698
|
}, {
|
699
|
+
name: string;
|
699
700
|
id: string;
|
700
701
|
channel: string | null;
|
701
702
|
address: string | null;
|
702
|
-
name: string;
|
703
703
|
createdAt: Date;
|
704
704
|
updatedAt: Date;
|
705
705
|
deletedAt: Date | null;
|
@@ -709,17 +709,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
709
709
|
}>;
|
710
710
|
isNewContact: z.ZodBoolean;
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
712
|
+
name: string;
|
712
713
|
id: string;
|
713
714
|
address: string;
|
714
|
-
name: string;
|
715
715
|
createdAt: Date;
|
716
716
|
updatedAt: Date;
|
717
717
|
deletedAt: Date | null;
|
718
718
|
contact: {
|
719
|
+
name: string;
|
719
720
|
id: string;
|
720
721
|
channel: string | null;
|
721
722
|
address: string | null;
|
722
|
-
name: string;
|
723
723
|
createdAt: Date;
|
724
724
|
updatedAt: Date;
|
725
725
|
deletedAt: Date | null;
|
@@ -730,17 +730,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
730
730
|
contactId: string;
|
731
731
|
isNewContact: boolean;
|
732
732
|
}, {
|
733
|
+
name: string;
|
733
734
|
id: string;
|
734
735
|
address: string;
|
735
|
-
name: string;
|
736
736
|
createdAt: Date;
|
737
737
|
updatedAt: Date;
|
738
738
|
deletedAt: Date | null;
|
739
739
|
contact: {
|
740
|
+
name: string;
|
740
741
|
id: string;
|
741
742
|
channel: string | null;
|
742
743
|
address: string | null;
|
743
|
-
name: string;
|
744
744
|
createdAt: Date;
|
745
745
|
updatedAt: Date;
|
746
746
|
deletedAt: Date | null;
|
@@ -760,17 +760,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
760
760
|
messageId: string;
|
761
761
|
mailUserId: string;
|
762
762
|
mailUser: {
|
763
|
+
name: string;
|
763
764
|
id: string;
|
764
765
|
address: string;
|
765
|
-
name: string;
|
766
766
|
createdAt: Date;
|
767
767
|
updatedAt: Date;
|
768
768
|
deletedAt: Date | null;
|
769
769
|
contact: {
|
770
|
+
name: string;
|
770
771
|
id: string;
|
771
772
|
channel: string | null;
|
772
773
|
address: string | null;
|
773
|
-
name: string;
|
774
774
|
createdAt: Date;
|
775
775
|
updatedAt: Date;
|
776
776
|
deletedAt: Date | null;
|
@@ -790,17 +790,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
790
790
|
messageId: string;
|
791
791
|
mailUserId: string;
|
792
792
|
mailUser: {
|
793
|
+
name: string;
|
793
794
|
id: string;
|
794
795
|
address: string;
|
795
|
-
name: string;
|
796
796
|
createdAt: Date;
|
797
797
|
updatedAt: Date;
|
798
798
|
deletedAt: Date | null;
|
799
799
|
contact: {
|
800
|
+
name: string;
|
800
801
|
id: string;
|
801
802
|
channel: string | null;
|
802
803
|
address: string | null;
|
803
|
-
name: string;
|
804
804
|
createdAt: Date;
|
805
805
|
updatedAt: Date;
|
806
806
|
deletedAt: Date | null;
|
@@ -840,10 +840,10 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
840
840
|
contactProfile: z.ZodNullable<z.ZodString>;
|
841
841
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
843
|
+
name: string;
|
843
844
|
id: string;
|
844
845
|
channel: string | null;
|
845
846
|
address: string | null;
|
846
|
-
name: string;
|
847
847
|
createdAt: Date;
|
848
848
|
updatedAt: Date;
|
849
849
|
deletedAt: Date | null;
|
@@ -851,10 +851,10 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
851
851
|
contactProfile: string | null;
|
852
852
|
socialProfileUrl: string | null;
|
853
853
|
}, {
|
854
|
+
name: string;
|
854
855
|
id: string;
|
855
856
|
channel: string | null;
|
856
857
|
address: string | null;
|
857
|
-
name: string;
|
858
858
|
createdAt: Date;
|
859
859
|
updatedAt: Date;
|
860
860
|
deletedAt: Date | null;
|
@@ -864,17 +864,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
864
864
|
}>;
|
865
865
|
isNewContact: z.ZodBoolean;
|
866
866
|
}, "strip", z.ZodTypeAny, {
|
867
|
+
name: string;
|
867
868
|
id: string;
|
868
869
|
address: string;
|
869
|
-
name: string;
|
870
870
|
createdAt: Date;
|
871
871
|
updatedAt: Date;
|
872
872
|
deletedAt: Date | null;
|
873
873
|
contact: {
|
874
|
+
name: string;
|
874
875
|
id: string;
|
875
876
|
channel: string | null;
|
876
877
|
address: string | null;
|
877
|
-
name: string;
|
878
878
|
createdAt: Date;
|
879
879
|
updatedAt: Date;
|
880
880
|
deletedAt: Date | null;
|
@@ -885,17 +885,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
885
885
|
contactId: string;
|
886
886
|
isNewContact: boolean;
|
887
887
|
}, {
|
888
|
+
name: string;
|
888
889
|
id: string;
|
889
890
|
address: string;
|
890
|
-
name: string;
|
891
891
|
createdAt: Date;
|
892
892
|
updatedAt: Date;
|
893
893
|
deletedAt: Date | null;
|
894
894
|
contact: {
|
895
|
+
name: string;
|
895
896
|
id: string;
|
896
897
|
channel: string | null;
|
897
898
|
address: string | null;
|
898
|
-
name: string;
|
899
899
|
createdAt: Date;
|
900
900
|
updatedAt: Date;
|
901
901
|
deletedAt: Date | null;
|
@@ -915,17 +915,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
915
915
|
messageId: string;
|
916
916
|
mailUserId: string;
|
917
917
|
mailUser: {
|
918
|
+
name: string;
|
918
919
|
id: string;
|
919
920
|
address: string;
|
920
|
-
name: string;
|
921
921
|
createdAt: Date;
|
922
922
|
updatedAt: Date;
|
923
923
|
deletedAt: Date | null;
|
924
924
|
contact: {
|
925
|
+
name: string;
|
925
926
|
id: string;
|
926
927
|
channel: string | null;
|
927
928
|
address: string | null;
|
928
|
-
name: string;
|
929
929
|
createdAt: Date;
|
930
930
|
updatedAt: Date;
|
931
931
|
deletedAt: Date | null;
|
@@ -945,17 +945,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
945
945
|
messageId: string;
|
946
946
|
mailUserId: string;
|
947
947
|
mailUser: {
|
948
|
+
name: string;
|
948
949
|
id: string;
|
949
950
|
address: string;
|
950
|
-
name: string;
|
951
951
|
createdAt: Date;
|
952
952
|
updatedAt: Date;
|
953
953
|
deletedAt: Date | null;
|
954
954
|
contact: {
|
955
|
+
name: string;
|
955
956
|
id: string;
|
956
957
|
channel: string | null;
|
957
958
|
address: string | null;
|
958
|
-
name: string;
|
959
959
|
createdAt: Date;
|
960
960
|
updatedAt: Date;
|
961
961
|
deletedAt: Date | null;
|
@@ -1077,17 +1077,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1077
1077
|
messageId: string;
|
1078
1078
|
mailUserId: string;
|
1079
1079
|
mailUser: {
|
1080
|
+
name: string;
|
1080
1081
|
id: string;
|
1081
1082
|
address: string;
|
1082
|
-
name: string;
|
1083
1083
|
createdAt: Date;
|
1084
1084
|
updatedAt: Date;
|
1085
1085
|
deletedAt: Date | null;
|
1086
1086
|
contact: {
|
1087
|
+
name: string;
|
1087
1088
|
id: string;
|
1088
1089
|
channel: string | null;
|
1089
1090
|
address: string | null;
|
1090
|
-
name: string;
|
1091
1091
|
createdAt: Date;
|
1092
1092
|
updatedAt: Date;
|
1093
1093
|
deletedAt: Date | null;
|
@@ -1133,17 +1133,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1133
1133
|
messageId: string;
|
1134
1134
|
mailUserId: string;
|
1135
1135
|
mailUser: {
|
1136
|
+
name: string;
|
1136
1137
|
id: string;
|
1137
1138
|
address: string;
|
1138
|
-
name: string;
|
1139
1139
|
createdAt: Date;
|
1140
1140
|
updatedAt: Date;
|
1141
1141
|
deletedAt: Date | null;
|
1142
1142
|
contact: {
|
1143
|
+
name: string;
|
1143
1144
|
id: string;
|
1144
1145
|
channel: string | null;
|
1145
1146
|
address: string | null;
|
1146
|
-
name: string;
|
1147
1147
|
createdAt: Date;
|
1148
1148
|
updatedAt: Date;
|
1149
1149
|
deletedAt: Date | null;
|
@@ -1164,17 +1164,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1164
1164
|
messageId: string;
|
1165
1165
|
mailUserId: string;
|
1166
1166
|
mailUser: {
|
1167
|
+
name: string;
|
1167
1168
|
id: string;
|
1168
1169
|
address: string;
|
1169
|
-
name: string;
|
1170
1170
|
createdAt: Date;
|
1171
1171
|
updatedAt: Date;
|
1172
1172
|
deletedAt: Date | null;
|
1173
1173
|
contact: {
|
1174
|
+
name: string;
|
1174
1175
|
id: string;
|
1175
1176
|
channel: string | null;
|
1176
1177
|
address: string | null;
|
1177
|
-
name: string;
|
1178
1178
|
createdAt: Date;
|
1179
1179
|
updatedAt: Date;
|
1180
1180
|
deletedAt: Date | null;
|
@@ -1195,17 +1195,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1195
1195
|
messageId: string;
|
1196
1196
|
mailUserId: string;
|
1197
1197
|
mailUser: {
|
1198
|
+
name: string;
|
1198
1199
|
id: string;
|
1199
1200
|
address: string;
|
1200
|
-
name: string;
|
1201
1201
|
createdAt: Date;
|
1202
1202
|
updatedAt: Date;
|
1203
1203
|
deletedAt: Date | null;
|
1204
1204
|
contact: {
|
1205
|
+
name: string;
|
1205
1206
|
id: string;
|
1206
1207
|
channel: string | null;
|
1207
1208
|
address: string | null;
|
1208
|
-
name: string;
|
1209
1209
|
createdAt: Date;
|
1210
1210
|
updatedAt: Date;
|
1211
1211
|
deletedAt: Date | null;
|
@@ -1245,17 +1245,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1245
1245
|
messageId: string;
|
1246
1246
|
mailUserId: string;
|
1247
1247
|
mailUser: {
|
1248
|
+
name: string;
|
1248
1249
|
id: string;
|
1249
1250
|
address: string;
|
1250
|
-
name: string;
|
1251
1251
|
createdAt: Date;
|
1252
1252
|
updatedAt: Date;
|
1253
1253
|
deletedAt: Date | null;
|
1254
1254
|
contact: {
|
1255
|
+
name: string;
|
1255
1256
|
id: string;
|
1256
1257
|
channel: string | null;
|
1257
1258
|
address: string | null;
|
1258
|
-
name: string;
|
1259
1259
|
createdAt: Date;
|
1260
1260
|
updatedAt: Date;
|
1261
1261
|
deletedAt: Date | null;
|
@@ -1301,17 +1301,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1301
1301
|
messageId: string;
|
1302
1302
|
mailUserId: string;
|
1303
1303
|
mailUser: {
|
1304
|
+
name: string;
|
1304
1305
|
id: string;
|
1305
1306
|
address: string;
|
1306
|
-
name: string;
|
1307
1307
|
createdAt: Date;
|
1308
1308
|
updatedAt: Date;
|
1309
1309
|
deletedAt: Date | null;
|
1310
1310
|
contact: {
|
1311
|
+
name: string;
|
1311
1312
|
id: string;
|
1312
1313
|
channel: string | null;
|
1313
1314
|
address: string | null;
|
1314
|
-
name: string;
|
1315
1315
|
createdAt: Date;
|
1316
1316
|
updatedAt: Date;
|
1317
1317
|
deletedAt: Date | null;
|
@@ -1332,17 +1332,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1332
1332
|
messageId: string;
|
1333
1333
|
mailUserId: string;
|
1334
1334
|
mailUser: {
|
1335
|
+
name: string;
|
1335
1336
|
id: string;
|
1336
1337
|
address: string;
|
1337
|
-
name: string;
|
1338
1338
|
createdAt: Date;
|
1339
1339
|
updatedAt: Date;
|
1340
1340
|
deletedAt: Date | null;
|
1341
1341
|
contact: {
|
1342
|
+
name: string;
|
1342
1343
|
id: string;
|
1343
1344
|
channel: string | null;
|
1344
1345
|
address: string | null;
|
1345
|
-
name: string;
|
1346
1346
|
createdAt: Date;
|
1347
1347
|
updatedAt: Date;
|
1348
1348
|
deletedAt: Date | null;
|
@@ -1363,17 +1363,17 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1363
1363
|
messageId: string;
|
1364
1364
|
mailUserId: string;
|
1365
1365
|
mailUser: {
|
1366
|
+
name: string;
|
1366
1367
|
id: string;
|
1367
1368
|
address: string;
|
1368
|
-
name: string;
|
1369
1369
|
createdAt: Date;
|
1370
1370
|
updatedAt: Date;
|
1371
1371
|
deletedAt: Date | null;
|
1372
1372
|
contact: {
|
1373
|
+
name: string;
|
1373
1374
|
id: string;
|
1374
1375
|
channel: string | null;
|
1375
1376
|
address: string | null;
|
1376
|
-
name: string;
|
1377
1377
|
createdAt: Date;
|
1378
1378
|
updatedAt: Date;
|
1379
1379
|
deletedAt: Date | null;
|
@@ -1414,9 +1414,9 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1414
1414
|
phone: z.ZodNullable<z.ZodString>;
|
1415
1415
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
1416
1416
|
}, "strip", z.ZodTypeAny, {
|
1417
|
+
name: string;
|
1417
1418
|
id: string;
|
1418
1419
|
address: string | null;
|
1419
|
-
name: string;
|
1420
1420
|
email: string;
|
1421
1421
|
createdAt: Date;
|
1422
1422
|
updatedAt: Date;
|
@@ -1424,9 +1424,9 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1424
1424
|
phone: string | null;
|
1425
1425
|
notificationCount: number | null;
|
1426
1426
|
}, {
|
1427
|
+
name: string;
|
1427
1428
|
id: string;
|
1428
1429
|
address: string | null;
|
1429
|
-
name: string;
|
1430
1430
|
email: string;
|
1431
1431
|
createdAt: Date;
|
1432
1432
|
updatedAt: Date;
|
@@ -1441,9 +1441,9 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1441
1441
|
updatedAt: Date;
|
1442
1442
|
deletedAt: string | null;
|
1443
1443
|
actor: {
|
1444
|
+
name: string;
|
1444
1445
|
id: string;
|
1445
1446
|
address: string | null;
|
1446
|
-
name: string;
|
1447
1447
|
email: string;
|
1448
1448
|
createdAt: Date;
|
1449
1449
|
updatedAt: Date;
|
@@ -1460,9 +1460,9 @@ export declare const MessagesAndLogsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1460
1460
|
updatedAt: Date;
|
1461
1461
|
deletedAt: string | null;
|
1462
1462
|
actor: {
|
1463
|
+
name: string;
|
1463
1464
|
id: string;
|
1464
1465
|
address: string | null;
|
1465
|
-
name: string;
|
1466
1466
|
email: string;
|
1467
1467
|
createdAt: Date;
|
1468
1468
|
updatedAt: Date;
|
@@ -1514,10 +1514,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1514
1514
|
contactProfile: z.ZodNullable<z.ZodString>;
|
1515
1515
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
1516
1516
|
}, "strip", z.ZodTypeAny, {
|
1517
|
+
name: string;
|
1517
1518
|
id: string;
|
1518
1519
|
channel: string | null;
|
1519
1520
|
address: string | null;
|
1520
|
-
name: string;
|
1521
1521
|
createdAt: Date;
|
1522
1522
|
updatedAt: Date;
|
1523
1523
|
deletedAt: Date | null;
|
@@ -1525,10 +1525,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1525
1525
|
contactProfile: string | null;
|
1526
1526
|
socialProfileUrl: string | null;
|
1527
1527
|
}, {
|
1528
|
+
name: string;
|
1528
1529
|
id: string;
|
1529
1530
|
channel: string | null;
|
1530
1531
|
address: string | null;
|
1531
|
-
name: string;
|
1532
1532
|
createdAt: Date;
|
1533
1533
|
updatedAt: Date;
|
1534
1534
|
deletedAt: Date | null;
|
@@ -1538,17 +1538,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1538
1538
|
}>;
|
1539
1539
|
isNewContact: z.ZodBoolean;
|
1540
1540
|
}, "strip", z.ZodTypeAny, {
|
1541
|
+
name: string;
|
1541
1542
|
id: string;
|
1542
1543
|
address: string;
|
1543
|
-
name: string;
|
1544
1544
|
createdAt: Date;
|
1545
1545
|
updatedAt: Date;
|
1546
1546
|
deletedAt: Date | null;
|
1547
1547
|
contact: {
|
1548
|
+
name: string;
|
1548
1549
|
id: string;
|
1549
1550
|
channel: string | null;
|
1550
1551
|
address: string | null;
|
1551
|
-
name: string;
|
1552
1552
|
createdAt: Date;
|
1553
1553
|
updatedAt: Date;
|
1554
1554
|
deletedAt: Date | null;
|
@@ -1559,17 +1559,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1559
1559
|
contactId: string;
|
1560
1560
|
isNewContact: boolean;
|
1561
1561
|
}, {
|
1562
|
+
name: string;
|
1562
1563
|
id: string;
|
1563
1564
|
address: string;
|
1564
|
-
name: string;
|
1565
1565
|
createdAt: Date;
|
1566
1566
|
updatedAt: Date;
|
1567
1567
|
deletedAt: Date | null;
|
1568
1568
|
contact: {
|
1569
|
+
name: string;
|
1569
1570
|
id: string;
|
1570
1571
|
channel: string | null;
|
1571
1572
|
address: string | null;
|
1572
|
-
name: string;
|
1573
1573
|
createdAt: Date;
|
1574
1574
|
updatedAt: Date;
|
1575
1575
|
deletedAt: Date | null;
|
@@ -1589,17 +1589,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1589
1589
|
messageId: string;
|
1590
1590
|
mailUserId: string;
|
1591
1591
|
mailUser: {
|
1592
|
+
name: string;
|
1592
1593
|
id: string;
|
1593
1594
|
address: string;
|
1594
|
-
name: string;
|
1595
1595
|
createdAt: Date;
|
1596
1596
|
updatedAt: Date;
|
1597
1597
|
deletedAt: Date | null;
|
1598
1598
|
contact: {
|
1599
|
+
name: string;
|
1599
1600
|
id: string;
|
1600
1601
|
channel: string | null;
|
1601
1602
|
address: string | null;
|
1602
|
-
name: string;
|
1603
1603
|
createdAt: Date;
|
1604
1604
|
updatedAt: Date;
|
1605
1605
|
deletedAt: Date | null;
|
@@ -1619,17 +1619,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1619
1619
|
messageId: string;
|
1620
1620
|
mailUserId: string;
|
1621
1621
|
mailUser: {
|
1622
|
+
name: string;
|
1622
1623
|
id: string;
|
1623
1624
|
address: string;
|
1624
|
-
name: string;
|
1625
1625
|
createdAt: Date;
|
1626
1626
|
updatedAt: Date;
|
1627
1627
|
deletedAt: Date | null;
|
1628
1628
|
contact: {
|
1629
|
+
name: string;
|
1629
1630
|
id: string;
|
1630
1631
|
channel: string | null;
|
1631
1632
|
address: string | null;
|
1632
|
-
name: string;
|
1633
1633
|
createdAt: Date;
|
1634
1634
|
updatedAt: Date;
|
1635
1635
|
deletedAt: Date | null;
|
@@ -1669,10 +1669,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1669
1669
|
contactProfile: z.ZodNullable<z.ZodString>;
|
1670
1670
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
1671
1671
|
}, "strip", z.ZodTypeAny, {
|
1672
|
+
name: string;
|
1672
1673
|
id: string;
|
1673
1674
|
channel: string | null;
|
1674
1675
|
address: string | null;
|
1675
|
-
name: string;
|
1676
1676
|
createdAt: Date;
|
1677
1677
|
updatedAt: Date;
|
1678
1678
|
deletedAt: Date | null;
|
@@ -1680,10 +1680,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1680
1680
|
contactProfile: string | null;
|
1681
1681
|
socialProfileUrl: string | null;
|
1682
1682
|
}, {
|
1683
|
+
name: string;
|
1683
1684
|
id: string;
|
1684
1685
|
channel: string | null;
|
1685
1686
|
address: string | null;
|
1686
|
-
name: string;
|
1687
1687
|
createdAt: Date;
|
1688
1688
|
updatedAt: Date;
|
1689
1689
|
deletedAt: Date | null;
|
@@ -1693,17 +1693,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1693
1693
|
}>;
|
1694
1694
|
isNewContact: z.ZodBoolean;
|
1695
1695
|
}, "strip", z.ZodTypeAny, {
|
1696
|
+
name: string;
|
1696
1697
|
id: string;
|
1697
1698
|
address: string;
|
1698
|
-
name: string;
|
1699
1699
|
createdAt: Date;
|
1700
1700
|
updatedAt: Date;
|
1701
1701
|
deletedAt: Date | null;
|
1702
1702
|
contact: {
|
1703
|
+
name: string;
|
1703
1704
|
id: string;
|
1704
1705
|
channel: string | null;
|
1705
1706
|
address: string | null;
|
1706
|
-
name: string;
|
1707
1707
|
createdAt: Date;
|
1708
1708
|
updatedAt: Date;
|
1709
1709
|
deletedAt: Date | null;
|
@@ -1714,17 +1714,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1714
1714
|
contactId: string;
|
1715
1715
|
isNewContact: boolean;
|
1716
1716
|
}, {
|
1717
|
+
name: string;
|
1717
1718
|
id: string;
|
1718
1719
|
address: string;
|
1719
|
-
name: string;
|
1720
1720
|
createdAt: Date;
|
1721
1721
|
updatedAt: Date;
|
1722
1722
|
deletedAt: Date | null;
|
1723
1723
|
contact: {
|
1724
|
+
name: string;
|
1724
1725
|
id: string;
|
1725
1726
|
channel: string | null;
|
1726
1727
|
address: string | null;
|
1727
|
-
name: string;
|
1728
1728
|
createdAt: Date;
|
1729
1729
|
updatedAt: Date;
|
1730
1730
|
deletedAt: Date | null;
|
@@ -1744,17 +1744,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1744
1744
|
messageId: string;
|
1745
1745
|
mailUserId: string;
|
1746
1746
|
mailUser: {
|
1747
|
+
name: string;
|
1747
1748
|
id: string;
|
1748
1749
|
address: string;
|
1749
|
-
name: string;
|
1750
1750
|
createdAt: Date;
|
1751
1751
|
updatedAt: Date;
|
1752
1752
|
deletedAt: Date | null;
|
1753
1753
|
contact: {
|
1754
|
+
name: string;
|
1754
1755
|
id: string;
|
1755
1756
|
channel: string | null;
|
1756
1757
|
address: string | null;
|
1757
|
-
name: string;
|
1758
1758
|
createdAt: Date;
|
1759
1759
|
updatedAt: Date;
|
1760
1760
|
deletedAt: Date | null;
|
@@ -1774,17 +1774,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1774
1774
|
messageId: string;
|
1775
1775
|
mailUserId: string;
|
1776
1776
|
mailUser: {
|
1777
|
+
name: string;
|
1777
1778
|
id: string;
|
1778
1779
|
address: string;
|
1779
|
-
name: string;
|
1780
1780
|
createdAt: Date;
|
1781
1781
|
updatedAt: Date;
|
1782
1782
|
deletedAt: Date | null;
|
1783
1783
|
contact: {
|
1784
|
+
name: string;
|
1784
1785
|
id: string;
|
1785
1786
|
channel: string | null;
|
1786
1787
|
address: string | null;
|
1787
|
-
name: string;
|
1788
1788
|
createdAt: Date;
|
1789
1789
|
updatedAt: Date;
|
1790
1790
|
deletedAt: Date | null;
|
@@ -1824,10 +1824,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1824
1824
|
contactProfile: z.ZodNullable<z.ZodString>;
|
1825
1825
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
1826
1826
|
}, "strip", z.ZodTypeAny, {
|
1827
|
+
name: string;
|
1827
1828
|
id: string;
|
1828
1829
|
channel: string | null;
|
1829
1830
|
address: string | null;
|
1830
|
-
name: string;
|
1831
1831
|
createdAt: Date;
|
1832
1832
|
updatedAt: Date;
|
1833
1833
|
deletedAt: Date | null;
|
@@ -1835,10 +1835,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1835
1835
|
contactProfile: string | null;
|
1836
1836
|
socialProfileUrl: string | null;
|
1837
1837
|
}, {
|
1838
|
+
name: string;
|
1838
1839
|
id: string;
|
1839
1840
|
channel: string | null;
|
1840
1841
|
address: string | null;
|
1841
|
-
name: string;
|
1842
1842
|
createdAt: Date;
|
1843
1843
|
updatedAt: Date;
|
1844
1844
|
deletedAt: Date | null;
|
@@ -1848,17 +1848,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1848
1848
|
}>;
|
1849
1849
|
isNewContact: z.ZodBoolean;
|
1850
1850
|
}, "strip", z.ZodTypeAny, {
|
1851
|
+
name: string;
|
1851
1852
|
id: string;
|
1852
1853
|
address: string;
|
1853
|
-
name: string;
|
1854
1854
|
createdAt: Date;
|
1855
1855
|
updatedAt: Date;
|
1856
1856
|
deletedAt: Date | null;
|
1857
1857
|
contact: {
|
1858
|
+
name: string;
|
1858
1859
|
id: string;
|
1859
1860
|
channel: string | null;
|
1860
1861
|
address: string | null;
|
1861
|
-
name: string;
|
1862
1862
|
createdAt: Date;
|
1863
1863
|
updatedAt: Date;
|
1864
1864
|
deletedAt: Date | null;
|
@@ -1869,17 +1869,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1869
1869
|
contactId: string;
|
1870
1870
|
isNewContact: boolean;
|
1871
1871
|
}, {
|
1872
|
+
name: string;
|
1872
1873
|
id: string;
|
1873
1874
|
address: string;
|
1874
|
-
name: string;
|
1875
1875
|
createdAt: Date;
|
1876
1876
|
updatedAt: Date;
|
1877
1877
|
deletedAt: Date | null;
|
1878
1878
|
contact: {
|
1879
|
+
name: string;
|
1879
1880
|
id: string;
|
1880
1881
|
channel: string | null;
|
1881
1882
|
address: string | null;
|
1882
|
-
name: string;
|
1883
1883
|
createdAt: Date;
|
1884
1884
|
updatedAt: Date;
|
1885
1885
|
deletedAt: Date | null;
|
@@ -1899,17 +1899,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1899
1899
|
messageId: string;
|
1900
1900
|
mailUserId: string;
|
1901
1901
|
mailUser: {
|
1902
|
+
name: string;
|
1902
1903
|
id: string;
|
1903
1904
|
address: string;
|
1904
|
-
name: string;
|
1905
1905
|
createdAt: Date;
|
1906
1906
|
updatedAt: Date;
|
1907
1907
|
deletedAt: Date | null;
|
1908
1908
|
contact: {
|
1909
|
+
name: string;
|
1909
1910
|
id: string;
|
1910
1911
|
channel: string | null;
|
1911
1912
|
address: string | null;
|
1912
|
-
name: string;
|
1913
1913
|
createdAt: Date;
|
1914
1914
|
updatedAt: Date;
|
1915
1915
|
deletedAt: Date | null;
|
@@ -1929,17 +1929,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1929
1929
|
messageId: string;
|
1930
1930
|
mailUserId: string;
|
1931
1931
|
mailUser: {
|
1932
|
+
name: string;
|
1932
1933
|
id: string;
|
1933
1934
|
address: string;
|
1934
|
-
name: string;
|
1935
1935
|
createdAt: Date;
|
1936
1936
|
updatedAt: Date;
|
1937
1937
|
deletedAt: Date | null;
|
1938
1938
|
contact: {
|
1939
|
+
name: string;
|
1939
1940
|
id: string;
|
1940
1941
|
channel: string | null;
|
1941
1942
|
address: string | null;
|
1942
|
-
name: string;
|
1943
1943
|
createdAt: Date;
|
1944
1944
|
updatedAt: Date;
|
1945
1945
|
deletedAt: Date | null;
|
@@ -1979,10 +1979,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1979
1979
|
contactProfile: z.ZodNullable<z.ZodString>;
|
1980
1980
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
1981
1981
|
}, "strip", z.ZodTypeAny, {
|
1982
|
+
name: string;
|
1982
1983
|
id: string;
|
1983
1984
|
channel: string | null;
|
1984
1985
|
address: string | null;
|
1985
|
-
name: string;
|
1986
1986
|
createdAt: Date;
|
1987
1987
|
updatedAt: Date;
|
1988
1988
|
deletedAt: Date | null;
|
@@ -1990,10 +1990,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1990
1990
|
contactProfile: string | null;
|
1991
1991
|
socialProfileUrl: string | null;
|
1992
1992
|
}, {
|
1993
|
+
name: string;
|
1993
1994
|
id: string;
|
1994
1995
|
channel: string | null;
|
1995
1996
|
address: string | null;
|
1996
|
-
name: string;
|
1997
1997
|
createdAt: Date;
|
1998
1998
|
updatedAt: Date;
|
1999
1999
|
deletedAt: Date | null;
|
@@ -2003,17 +2003,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2003
2003
|
}>;
|
2004
2004
|
isNewContact: z.ZodBoolean;
|
2005
2005
|
}, "strip", z.ZodTypeAny, {
|
2006
|
+
name: string;
|
2006
2007
|
id: string;
|
2007
2008
|
address: string;
|
2008
|
-
name: string;
|
2009
2009
|
createdAt: Date;
|
2010
2010
|
updatedAt: Date;
|
2011
2011
|
deletedAt: Date | null;
|
2012
2012
|
contact: {
|
2013
|
+
name: string;
|
2013
2014
|
id: string;
|
2014
2015
|
channel: string | null;
|
2015
2016
|
address: string | null;
|
2016
|
-
name: string;
|
2017
2017
|
createdAt: Date;
|
2018
2018
|
updatedAt: Date;
|
2019
2019
|
deletedAt: Date | null;
|
@@ -2024,17 +2024,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2024
2024
|
contactId: string;
|
2025
2025
|
isNewContact: boolean;
|
2026
2026
|
}, {
|
2027
|
+
name: string;
|
2027
2028
|
id: string;
|
2028
2029
|
address: string;
|
2029
|
-
name: string;
|
2030
2030
|
createdAt: Date;
|
2031
2031
|
updatedAt: Date;
|
2032
2032
|
deletedAt: Date | null;
|
2033
2033
|
contact: {
|
2034
|
+
name: string;
|
2034
2035
|
id: string;
|
2035
2036
|
channel: string | null;
|
2036
2037
|
address: string | null;
|
2037
|
-
name: string;
|
2038
2038
|
createdAt: Date;
|
2039
2039
|
updatedAt: Date;
|
2040
2040
|
deletedAt: Date | null;
|
@@ -2054,17 +2054,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2054
2054
|
messageId: string;
|
2055
2055
|
mailUserId: string;
|
2056
2056
|
mailUser: {
|
2057
|
+
name: string;
|
2057
2058
|
id: string;
|
2058
2059
|
address: string;
|
2059
|
-
name: string;
|
2060
2060
|
createdAt: Date;
|
2061
2061
|
updatedAt: Date;
|
2062
2062
|
deletedAt: Date | null;
|
2063
2063
|
contact: {
|
2064
|
+
name: string;
|
2064
2065
|
id: string;
|
2065
2066
|
channel: string | null;
|
2066
2067
|
address: string | null;
|
2067
|
-
name: string;
|
2068
2068
|
createdAt: Date;
|
2069
2069
|
updatedAt: Date;
|
2070
2070
|
deletedAt: Date | null;
|
@@ -2084,17 +2084,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2084
2084
|
messageId: string;
|
2085
2085
|
mailUserId: string;
|
2086
2086
|
mailUser: {
|
2087
|
+
name: string;
|
2087
2088
|
id: string;
|
2088
2089
|
address: string;
|
2089
|
-
name: string;
|
2090
2090
|
createdAt: Date;
|
2091
2091
|
updatedAt: Date;
|
2092
2092
|
deletedAt: Date | null;
|
2093
2093
|
contact: {
|
2094
|
+
name: string;
|
2094
2095
|
id: string;
|
2095
2096
|
channel: string | null;
|
2096
2097
|
address: string | null;
|
2097
|
-
name: string;
|
2098
2098
|
createdAt: Date;
|
2099
2099
|
updatedAt: Date;
|
2100
2100
|
deletedAt: Date | null;
|
@@ -2154,10 +2154,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2154
2154
|
contactProfile: z.ZodNullable<z.ZodString>;
|
2155
2155
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
2156
2156
|
}, "strip", z.ZodTypeAny, {
|
2157
|
+
name: string;
|
2157
2158
|
id: string;
|
2158
2159
|
channel: string | null;
|
2159
2160
|
address: string | null;
|
2160
|
-
name: string;
|
2161
2161
|
createdAt: Date;
|
2162
2162
|
updatedAt: Date;
|
2163
2163
|
deletedAt: Date | null;
|
@@ -2165,10 +2165,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2165
2165
|
contactProfile: string | null;
|
2166
2166
|
socialProfileUrl: string | null;
|
2167
2167
|
}, {
|
2168
|
+
name: string;
|
2168
2169
|
id: string;
|
2169
2170
|
channel: string | null;
|
2170
2171
|
address: string | null;
|
2171
|
-
name: string;
|
2172
2172
|
createdAt: Date;
|
2173
2173
|
updatedAt: Date;
|
2174
2174
|
deletedAt: Date | null;
|
@@ -2178,17 +2178,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2178
2178
|
}>;
|
2179
2179
|
isNewContact: z.ZodBoolean;
|
2180
2180
|
}, "strip", z.ZodTypeAny, {
|
2181
|
+
name: string;
|
2181
2182
|
id: string;
|
2182
2183
|
address: string;
|
2183
|
-
name: string;
|
2184
2184
|
createdAt: Date;
|
2185
2185
|
updatedAt: Date;
|
2186
2186
|
deletedAt: Date | null;
|
2187
2187
|
contact: {
|
2188
|
+
name: string;
|
2188
2189
|
id: string;
|
2189
2190
|
channel: string | null;
|
2190
2191
|
address: string | null;
|
2191
|
-
name: string;
|
2192
2192
|
createdAt: Date;
|
2193
2193
|
updatedAt: Date;
|
2194
2194
|
deletedAt: Date | null;
|
@@ -2199,17 +2199,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2199
2199
|
contactId: string;
|
2200
2200
|
isNewContact: boolean;
|
2201
2201
|
}, {
|
2202
|
+
name: string;
|
2202
2203
|
id: string;
|
2203
2204
|
address: string;
|
2204
|
-
name: string;
|
2205
2205
|
createdAt: Date;
|
2206
2206
|
updatedAt: Date;
|
2207
2207
|
deletedAt: Date | null;
|
2208
2208
|
contact: {
|
2209
|
+
name: string;
|
2209
2210
|
id: string;
|
2210
2211
|
channel: string | null;
|
2211
2212
|
address: string | null;
|
2212
|
-
name: string;
|
2213
2213
|
createdAt: Date;
|
2214
2214
|
updatedAt: Date;
|
2215
2215
|
deletedAt: Date | null;
|
@@ -2229,17 +2229,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2229
2229
|
messageId: string;
|
2230
2230
|
mailUserId: string;
|
2231
2231
|
mailUser: {
|
2232
|
+
name: string;
|
2232
2233
|
id: string;
|
2233
2234
|
address: string;
|
2234
|
-
name: string;
|
2235
2235
|
createdAt: Date;
|
2236
2236
|
updatedAt: Date;
|
2237
2237
|
deletedAt: Date | null;
|
2238
2238
|
contact: {
|
2239
|
+
name: string;
|
2239
2240
|
id: string;
|
2240
2241
|
channel: string | null;
|
2241
2242
|
address: string | null;
|
2242
|
-
name: string;
|
2243
2243
|
createdAt: Date;
|
2244
2244
|
updatedAt: Date;
|
2245
2245
|
deletedAt: Date | null;
|
@@ -2259,17 +2259,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2259
2259
|
messageId: string;
|
2260
2260
|
mailUserId: string;
|
2261
2261
|
mailUser: {
|
2262
|
+
name: string;
|
2262
2263
|
id: string;
|
2263
2264
|
address: string;
|
2264
|
-
name: string;
|
2265
2265
|
createdAt: Date;
|
2266
2266
|
updatedAt: Date;
|
2267
2267
|
deletedAt: Date | null;
|
2268
2268
|
contact: {
|
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;
|
@@ -2309,10 +2309,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2309
2309
|
contactProfile: z.ZodNullable<z.ZodString>;
|
2310
2310
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
2311
2311
|
}, "strip", z.ZodTypeAny, {
|
2312
|
+
name: string;
|
2312
2313
|
id: string;
|
2313
2314
|
channel: string | null;
|
2314
2315
|
address: string | null;
|
2315
|
-
name: string;
|
2316
2316
|
createdAt: Date;
|
2317
2317
|
updatedAt: Date;
|
2318
2318
|
deletedAt: Date | null;
|
@@ -2320,10 +2320,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2320
2320
|
contactProfile: string | null;
|
2321
2321
|
socialProfileUrl: string | null;
|
2322
2322
|
}, {
|
2323
|
+
name: string;
|
2323
2324
|
id: string;
|
2324
2325
|
channel: string | null;
|
2325
2326
|
address: string | null;
|
2326
|
-
name: string;
|
2327
2327
|
createdAt: Date;
|
2328
2328
|
updatedAt: Date;
|
2329
2329
|
deletedAt: Date | null;
|
@@ -2333,17 +2333,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2333
2333
|
}>;
|
2334
2334
|
isNewContact: z.ZodBoolean;
|
2335
2335
|
}, "strip", z.ZodTypeAny, {
|
2336
|
+
name: string;
|
2336
2337
|
id: string;
|
2337
2338
|
address: string;
|
2338
|
-
name: string;
|
2339
2339
|
createdAt: Date;
|
2340
2340
|
updatedAt: Date;
|
2341
2341
|
deletedAt: Date | null;
|
2342
2342
|
contact: {
|
2343
|
+
name: string;
|
2343
2344
|
id: string;
|
2344
2345
|
channel: string | null;
|
2345
2346
|
address: string | null;
|
2346
|
-
name: string;
|
2347
2347
|
createdAt: Date;
|
2348
2348
|
updatedAt: Date;
|
2349
2349
|
deletedAt: Date | null;
|
@@ -2354,17 +2354,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2354
2354
|
contactId: string;
|
2355
2355
|
isNewContact: boolean;
|
2356
2356
|
}, {
|
2357
|
+
name: string;
|
2357
2358
|
id: string;
|
2358
2359
|
address: string;
|
2359
|
-
name: string;
|
2360
2360
|
createdAt: Date;
|
2361
2361
|
updatedAt: Date;
|
2362
2362
|
deletedAt: Date | null;
|
2363
2363
|
contact: {
|
2364
|
+
name: string;
|
2364
2365
|
id: string;
|
2365
2366
|
channel: string | null;
|
2366
2367
|
address: string | null;
|
2367
|
-
name: string;
|
2368
2368
|
createdAt: Date;
|
2369
2369
|
updatedAt: Date;
|
2370
2370
|
deletedAt: Date | null;
|
@@ -2384,17 +2384,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2384
2384
|
messageId: string;
|
2385
2385
|
mailUserId: string;
|
2386
2386
|
mailUser: {
|
2387
|
+
name: string;
|
2387
2388
|
id: string;
|
2388
2389
|
address: string;
|
2389
|
-
name: string;
|
2390
2390
|
createdAt: Date;
|
2391
2391
|
updatedAt: Date;
|
2392
2392
|
deletedAt: Date | null;
|
2393
2393
|
contact: {
|
2394
|
+
name: string;
|
2394
2395
|
id: string;
|
2395
2396
|
channel: string | null;
|
2396
2397
|
address: string | null;
|
2397
|
-
name: string;
|
2398
2398
|
createdAt: Date;
|
2399
2399
|
updatedAt: Date;
|
2400
2400
|
deletedAt: Date | null;
|
@@ -2414,17 +2414,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2414
2414
|
messageId: string;
|
2415
2415
|
mailUserId: string;
|
2416
2416
|
mailUser: {
|
2417
|
+
name: string;
|
2417
2418
|
id: string;
|
2418
2419
|
address: string;
|
2419
|
-
name: string;
|
2420
2420
|
createdAt: Date;
|
2421
2421
|
updatedAt: Date;
|
2422
2422
|
deletedAt: Date | null;
|
2423
2423
|
contact: {
|
2424
|
+
name: string;
|
2424
2425
|
id: string;
|
2425
2426
|
channel: string | null;
|
2426
2427
|
address: string | null;
|
2427
|
-
name: string;
|
2428
2428
|
createdAt: Date;
|
2429
2429
|
updatedAt: Date;
|
2430
2430
|
deletedAt: Date | null;
|
@@ -2464,10 +2464,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2464
2464
|
contactProfile: z.ZodNullable<z.ZodString>;
|
2465
2465
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
2466
2466
|
}, "strip", z.ZodTypeAny, {
|
2467
|
+
name: string;
|
2467
2468
|
id: string;
|
2468
2469
|
channel: string | null;
|
2469
2470
|
address: string | null;
|
2470
|
-
name: string;
|
2471
2471
|
createdAt: Date;
|
2472
2472
|
updatedAt: Date;
|
2473
2473
|
deletedAt: Date | null;
|
@@ -2475,10 +2475,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2475
2475
|
contactProfile: string | null;
|
2476
2476
|
socialProfileUrl: string | null;
|
2477
2477
|
}, {
|
2478
|
+
name: string;
|
2478
2479
|
id: string;
|
2479
2480
|
channel: string | null;
|
2480
2481
|
address: string | null;
|
2481
|
-
name: string;
|
2482
2482
|
createdAt: Date;
|
2483
2483
|
updatedAt: Date;
|
2484
2484
|
deletedAt: Date | null;
|
@@ -2488,17 +2488,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2488
2488
|
}>;
|
2489
2489
|
isNewContact: z.ZodBoolean;
|
2490
2490
|
}, "strip", z.ZodTypeAny, {
|
2491
|
+
name: string;
|
2491
2492
|
id: string;
|
2492
2493
|
address: string;
|
2493
|
-
name: string;
|
2494
2494
|
createdAt: Date;
|
2495
2495
|
updatedAt: Date;
|
2496
2496
|
deletedAt: Date | null;
|
2497
2497
|
contact: {
|
2498
|
+
name: string;
|
2498
2499
|
id: string;
|
2499
2500
|
channel: string | null;
|
2500
2501
|
address: string | null;
|
2501
|
-
name: string;
|
2502
2502
|
createdAt: Date;
|
2503
2503
|
updatedAt: Date;
|
2504
2504
|
deletedAt: Date | null;
|
@@ -2509,17 +2509,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2509
2509
|
contactId: string;
|
2510
2510
|
isNewContact: boolean;
|
2511
2511
|
}, {
|
2512
|
+
name: string;
|
2512
2513
|
id: string;
|
2513
2514
|
address: string;
|
2514
|
-
name: string;
|
2515
2515
|
createdAt: Date;
|
2516
2516
|
updatedAt: Date;
|
2517
2517
|
deletedAt: Date | null;
|
2518
2518
|
contact: {
|
2519
|
+
name: string;
|
2519
2520
|
id: string;
|
2520
2521
|
channel: string | null;
|
2521
2522
|
address: string | null;
|
2522
|
-
name: string;
|
2523
2523
|
createdAt: Date;
|
2524
2524
|
updatedAt: Date;
|
2525
2525
|
deletedAt: Date | null;
|
@@ -2539,17 +2539,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2539
2539
|
messageId: string;
|
2540
2540
|
mailUserId: string;
|
2541
2541
|
mailUser: {
|
2542
|
+
name: string;
|
2542
2543
|
id: string;
|
2543
2544
|
address: string;
|
2544
|
-
name: string;
|
2545
2545
|
createdAt: Date;
|
2546
2546
|
updatedAt: Date;
|
2547
2547
|
deletedAt: Date | null;
|
2548
2548
|
contact: {
|
2549
|
+
name: string;
|
2549
2550
|
id: string;
|
2550
2551
|
channel: string | null;
|
2551
2552
|
address: string | null;
|
2552
|
-
name: string;
|
2553
2553
|
createdAt: Date;
|
2554
2554
|
updatedAt: Date;
|
2555
2555
|
deletedAt: Date | null;
|
@@ -2569,17 +2569,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2569
2569
|
messageId: string;
|
2570
2570
|
mailUserId: string;
|
2571
2571
|
mailUser: {
|
2572
|
+
name: string;
|
2572
2573
|
id: string;
|
2573
2574
|
address: string;
|
2574
|
-
name: string;
|
2575
2575
|
createdAt: Date;
|
2576
2576
|
updatedAt: Date;
|
2577
2577
|
deletedAt: Date | null;
|
2578
2578
|
contact: {
|
2579
|
+
name: string;
|
2579
2580
|
id: string;
|
2580
2581
|
channel: string | null;
|
2581
2582
|
address: string | null;
|
2582
|
-
name: string;
|
2583
2583
|
createdAt: Date;
|
2584
2584
|
updatedAt: Date;
|
2585
2585
|
deletedAt: Date | null;
|
@@ -2619,10 +2619,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2619
2619
|
contactProfile: z.ZodNullable<z.ZodString>;
|
2620
2620
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
2621
2621
|
}, "strip", z.ZodTypeAny, {
|
2622
|
+
name: string;
|
2622
2623
|
id: string;
|
2623
2624
|
channel: string | null;
|
2624
2625
|
address: string | null;
|
2625
|
-
name: string;
|
2626
2626
|
createdAt: Date;
|
2627
2627
|
updatedAt: Date;
|
2628
2628
|
deletedAt: Date | null;
|
@@ -2630,10 +2630,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2630
2630
|
contactProfile: string | null;
|
2631
2631
|
socialProfileUrl: string | null;
|
2632
2632
|
}, {
|
2633
|
+
name: string;
|
2633
2634
|
id: string;
|
2634
2635
|
channel: string | null;
|
2635
2636
|
address: string | null;
|
2636
|
-
name: string;
|
2637
2637
|
createdAt: Date;
|
2638
2638
|
updatedAt: Date;
|
2639
2639
|
deletedAt: Date | null;
|
@@ -2643,17 +2643,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2643
2643
|
}>;
|
2644
2644
|
isNewContact: z.ZodBoolean;
|
2645
2645
|
}, "strip", z.ZodTypeAny, {
|
2646
|
+
name: string;
|
2646
2647
|
id: string;
|
2647
2648
|
address: string;
|
2648
|
-
name: string;
|
2649
2649
|
createdAt: Date;
|
2650
2650
|
updatedAt: Date;
|
2651
2651
|
deletedAt: Date | null;
|
2652
2652
|
contact: {
|
2653
|
+
name: string;
|
2653
2654
|
id: string;
|
2654
2655
|
channel: string | null;
|
2655
2656
|
address: string | null;
|
2656
|
-
name: string;
|
2657
2657
|
createdAt: Date;
|
2658
2658
|
updatedAt: Date;
|
2659
2659
|
deletedAt: Date | null;
|
@@ -2664,17 +2664,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2664
2664
|
contactId: string;
|
2665
2665
|
isNewContact: boolean;
|
2666
2666
|
}, {
|
2667
|
+
name: string;
|
2667
2668
|
id: string;
|
2668
2669
|
address: string;
|
2669
|
-
name: string;
|
2670
2670
|
createdAt: Date;
|
2671
2671
|
updatedAt: Date;
|
2672
2672
|
deletedAt: Date | null;
|
2673
2673
|
contact: {
|
2674
|
+
name: string;
|
2674
2675
|
id: string;
|
2675
2676
|
channel: string | null;
|
2676
2677
|
address: string | null;
|
2677
|
-
name: string;
|
2678
2678
|
createdAt: Date;
|
2679
2679
|
updatedAt: Date;
|
2680
2680
|
deletedAt: Date | null;
|
@@ -2694,17 +2694,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2694
2694
|
messageId: string;
|
2695
2695
|
mailUserId: string;
|
2696
2696
|
mailUser: {
|
2697
|
+
name: string;
|
2697
2698
|
id: string;
|
2698
2699
|
address: string;
|
2699
|
-
name: string;
|
2700
2700
|
createdAt: Date;
|
2701
2701
|
updatedAt: Date;
|
2702
2702
|
deletedAt: Date | null;
|
2703
2703
|
contact: {
|
2704
|
+
name: string;
|
2704
2705
|
id: string;
|
2705
2706
|
channel: string | null;
|
2706
2707
|
address: string | null;
|
2707
|
-
name: string;
|
2708
2708
|
createdAt: Date;
|
2709
2709
|
updatedAt: Date;
|
2710
2710
|
deletedAt: Date | null;
|
@@ -2724,17 +2724,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2724
2724
|
messageId: string;
|
2725
2725
|
mailUserId: string;
|
2726
2726
|
mailUser: {
|
2727
|
+
name: string;
|
2727
2728
|
id: string;
|
2728
2729
|
address: string;
|
2729
|
-
name: string;
|
2730
2730
|
createdAt: Date;
|
2731
2731
|
updatedAt: Date;
|
2732
2732
|
deletedAt: Date | null;
|
2733
2733
|
contact: {
|
2734
|
+
name: string;
|
2734
2735
|
id: string;
|
2735
2736
|
channel: string | null;
|
2736
2737
|
address: string | null;
|
2737
|
-
name: string;
|
2738
2738
|
createdAt: Date;
|
2739
2739
|
updatedAt: Date;
|
2740
2740
|
deletedAt: Date | null;
|
@@ -2856,17 +2856,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2856
2856
|
messageId: string;
|
2857
2857
|
mailUserId: string;
|
2858
2858
|
mailUser: {
|
2859
|
+
name: string;
|
2859
2860
|
id: string;
|
2860
2861
|
address: string;
|
2861
|
-
name: string;
|
2862
2862
|
createdAt: Date;
|
2863
2863
|
updatedAt: Date;
|
2864
2864
|
deletedAt: Date | null;
|
2865
2865
|
contact: {
|
2866
|
+
name: string;
|
2866
2867
|
id: string;
|
2867
2868
|
channel: string | null;
|
2868
2869
|
address: string | null;
|
2869
|
-
name: string;
|
2870
2870
|
createdAt: Date;
|
2871
2871
|
updatedAt: Date;
|
2872
2872
|
deletedAt: Date | null;
|
@@ -2912,17 +2912,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2912
2912
|
messageId: string;
|
2913
2913
|
mailUserId: string;
|
2914
2914
|
mailUser: {
|
2915
|
+
name: string;
|
2915
2916
|
id: string;
|
2916
2917
|
address: string;
|
2917
|
-
name: string;
|
2918
2918
|
createdAt: Date;
|
2919
2919
|
updatedAt: Date;
|
2920
2920
|
deletedAt: Date | null;
|
2921
2921
|
contact: {
|
2922
|
+
name: string;
|
2922
2923
|
id: string;
|
2923
2924
|
channel: string | null;
|
2924
2925
|
address: string | null;
|
2925
|
-
name: string;
|
2926
2926
|
createdAt: Date;
|
2927
2927
|
updatedAt: Date;
|
2928
2928
|
deletedAt: Date | null;
|
@@ -2943,17 +2943,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2943
2943
|
messageId: string;
|
2944
2944
|
mailUserId: string;
|
2945
2945
|
mailUser: {
|
2946
|
+
name: string;
|
2946
2947
|
id: string;
|
2947
2948
|
address: string;
|
2948
|
-
name: string;
|
2949
2949
|
createdAt: Date;
|
2950
2950
|
updatedAt: Date;
|
2951
2951
|
deletedAt: Date | null;
|
2952
2952
|
contact: {
|
2953
|
+
name: string;
|
2953
2954
|
id: string;
|
2954
2955
|
channel: string | null;
|
2955
2956
|
address: string | null;
|
2956
|
-
name: string;
|
2957
2957
|
createdAt: Date;
|
2958
2958
|
updatedAt: Date;
|
2959
2959
|
deletedAt: Date | null;
|
@@ -2974,17 +2974,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2974
2974
|
messageId: string;
|
2975
2975
|
mailUserId: string;
|
2976
2976
|
mailUser: {
|
2977
|
+
name: string;
|
2977
2978
|
id: string;
|
2978
2979
|
address: string;
|
2979
|
-
name: string;
|
2980
2980
|
createdAt: Date;
|
2981
2981
|
updatedAt: Date;
|
2982
2982
|
deletedAt: Date | null;
|
2983
2983
|
contact: {
|
2984
|
+
name: string;
|
2984
2985
|
id: string;
|
2985
2986
|
channel: string | null;
|
2986
2987
|
address: string | null;
|
2987
|
-
name: string;
|
2988
2988
|
createdAt: Date;
|
2989
2989
|
updatedAt: Date;
|
2990
2990
|
deletedAt: Date | null;
|
@@ -3024,17 +3024,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3024
3024
|
messageId: string;
|
3025
3025
|
mailUserId: string;
|
3026
3026
|
mailUser: {
|
3027
|
+
name: string;
|
3027
3028
|
id: string;
|
3028
3029
|
address: string;
|
3029
|
-
name: string;
|
3030
3030
|
createdAt: Date;
|
3031
3031
|
updatedAt: Date;
|
3032
3032
|
deletedAt: Date | null;
|
3033
3033
|
contact: {
|
3034
|
+
name: string;
|
3034
3035
|
id: string;
|
3035
3036
|
channel: string | null;
|
3036
3037
|
address: string | null;
|
3037
|
-
name: string;
|
3038
3038
|
createdAt: Date;
|
3039
3039
|
updatedAt: Date;
|
3040
3040
|
deletedAt: Date | null;
|
@@ -3080,17 +3080,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3080
3080
|
messageId: string;
|
3081
3081
|
mailUserId: string;
|
3082
3082
|
mailUser: {
|
3083
|
+
name: string;
|
3083
3084
|
id: string;
|
3084
3085
|
address: string;
|
3085
|
-
name: string;
|
3086
3086
|
createdAt: Date;
|
3087
3087
|
updatedAt: Date;
|
3088
3088
|
deletedAt: Date | null;
|
3089
3089
|
contact: {
|
3090
|
+
name: string;
|
3090
3091
|
id: string;
|
3091
3092
|
channel: string | null;
|
3092
3093
|
address: string | null;
|
3093
|
-
name: string;
|
3094
3094
|
createdAt: Date;
|
3095
3095
|
updatedAt: Date;
|
3096
3096
|
deletedAt: Date | null;
|
@@ -3111,17 +3111,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3111
3111
|
messageId: string;
|
3112
3112
|
mailUserId: string;
|
3113
3113
|
mailUser: {
|
3114
|
+
name: string;
|
3114
3115
|
id: string;
|
3115
3116
|
address: string;
|
3116
|
-
name: string;
|
3117
3117
|
createdAt: Date;
|
3118
3118
|
updatedAt: Date;
|
3119
3119
|
deletedAt: Date | null;
|
3120
3120
|
contact: {
|
3121
|
+
name: string;
|
3121
3122
|
id: string;
|
3122
3123
|
channel: string | null;
|
3123
3124
|
address: string | null;
|
3124
|
-
name: string;
|
3125
3125
|
createdAt: Date;
|
3126
3126
|
updatedAt: Date;
|
3127
3127
|
deletedAt: Date | null;
|
@@ -3142,17 +3142,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3142
3142
|
messageId: string;
|
3143
3143
|
mailUserId: string;
|
3144
3144
|
mailUser: {
|
3145
|
+
name: string;
|
3145
3146
|
id: string;
|
3146
3147
|
address: string;
|
3147
|
-
name: string;
|
3148
3148
|
createdAt: Date;
|
3149
3149
|
updatedAt: Date;
|
3150
3150
|
deletedAt: Date | null;
|
3151
3151
|
contact: {
|
3152
|
+
name: string;
|
3152
3153
|
id: string;
|
3153
3154
|
channel: string | null;
|
3154
3155
|
address: string | null;
|
3155
|
-
name: string;
|
3156
3156
|
createdAt: Date;
|
3157
3157
|
updatedAt: Date;
|
3158
3158
|
deletedAt: Date | null;
|
@@ -3223,10 +3223,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3223
3223
|
contactProfile: z.ZodNullable<z.ZodString>;
|
3224
3224
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
3225
3225
|
}, "strip", z.ZodTypeAny, {
|
3226
|
+
name: string;
|
3226
3227
|
id: string;
|
3227
3228
|
channel: string | null;
|
3228
3229
|
address: string | null;
|
3229
|
-
name: string;
|
3230
3230
|
createdAt: Date;
|
3231
3231
|
updatedAt: Date;
|
3232
3232
|
deletedAt: Date | null;
|
@@ -3234,10 +3234,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3234
3234
|
contactProfile: string | null;
|
3235
3235
|
socialProfileUrl: string | null;
|
3236
3236
|
}, {
|
3237
|
+
name: string;
|
3237
3238
|
id: string;
|
3238
3239
|
channel: string | null;
|
3239
3240
|
address: string | null;
|
3240
|
-
name: string;
|
3241
3241
|
createdAt: Date;
|
3242
3242
|
updatedAt: Date;
|
3243
3243
|
deletedAt: Date | null;
|
@@ -3247,17 +3247,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3247
3247
|
}>;
|
3248
3248
|
isNewContact: z.ZodBoolean;
|
3249
3249
|
}, "strip", z.ZodTypeAny, {
|
3250
|
+
name: string;
|
3250
3251
|
id: string;
|
3251
3252
|
address: string;
|
3252
|
-
name: string;
|
3253
3253
|
createdAt: Date;
|
3254
3254
|
updatedAt: Date;
|
3255
3255
|
deletedAt: Date | null;
|
3256
3256
|
contact: {
|
3257
|
+
name: string;
|
3257
3258
|
id: string;
|
3258
3259
|
channel: string | null;
|
3259
3260
|
address: string | null;
|
3260
|
-
name: string;
|
3261
3261
|
createdAt: Date;
|
3262
3262
|
updatedAt: Date;
|
3263
3263
|
deletedAt: Date | null;
|
@@ -3268,17 +3268,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3268
3268
|
contactId: string;
|
3269
3269
|
isNewContact: boolean;
|
3270
3270
|
}, {
|
3271
|
+
name: string;
|
3271
3272
|
id: string;
|
3272
3273
|
address: string;
|
3273
|
-
name: string;
|
3274
3274
|
createdAt: Date;
|
3275
3275
|
updatedAt: Date;
|
3276
3276
|
deletedAt: Date | null;
|
3277
3277
|
contact: {
|
3278
|
+
name: string;
|
3278
3279
|
id: string;
|
3279
3280
|
channel: string | null;
|
3280
3281
|
address: string | null;
|
3281
|
-
name: string;
|
3282
3282
|
createdAt: Date;
|
3283
3283
|
updatedAt: Date;
|
3284
3284
|
deletedAt: Date | null;
|
@@ -3298,17 +3298,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3298
3298
|
messageId: string;
|
3299
3299
|
mailUserId: string;
|
3300
3300
|
mailUser: {
|
3301
|
+
name: string;
|
3301
3302
|
id: string;
|
3302
3303
|
address: string;
|
3303
|
-
name: string;
|
3304
3304
|
createdAt: Date;
|
3305
3305
|
updatedAt: Date;
|
3306
3306
|
deletedAt: Date | null;
|
3307
3307
|
contact: {
|
3308
|
+
name: string;
|
3308
3309
|
id: string;
|
3309
3310
|
channel: string | null;
|
3310
3311
|
address: string | null;
|
3311
|
-
name: string;
|
3312
3312
|
createdAt: Date;
|
3313
3313
|
updatedAt: Date;
|
3314
3314
|
deletedAt: Date | null;
|
@@ -3328,17 +3328,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3328
3328
|
messageId: string;
|
3329
3329
|
mailUserId: string;
|
3330
3330
|
mailUser: {
|
3331
|
+
name: string;
|
3331
3332
|
id: string;
|
3332
3333
|
address: string;
|
3333
|
-
name: string;
|
3334
3334
|
createdAt: Date;
|
3335
3335
|
updatedAt: Date;
|
3336
3336
|
deletedAt: Date | null;
|
3337
3337
|
contact: {
|
3338
|
+
name: string;
|
3338
3339
|
id: string;
|
3339
3340
|
channel: string | null;
|
3340
3341
|
address: string | null;
|
3341
|
-
name: string;
|
3342
3342
|
createdAt: Date;
|
3343
3343
|
updatedAt: Date;
|
3344
3344
|
deletedAt: Date | null;
|
@@ -3378,10 +3378,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3378
3378
|
contactProfile: z.ZodNullable<z.ZodString>;
|
3379
3379
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
3380
3380
|
}, "strip", z.ZodTypeAny, {
|
3381
|
+
name: string;
|
3381
3382
|
id: string;
|
3382
3383
|
channel: string | null;
|
3383
3384
|
address: string | null;
|
3384
|
-
name: string;
|
3385
3385
|
createdAt: Date;
|
3386
3386
|
updatedAt: Date;
|
3387
3387
|
deletedAt: Date | null;
|
@@ -3389,10 +3389,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3389
3389
|
contactProfile: string | null;
|
3390
3390
|
socialProfileUrl: string | null;
|
3391
3391
|
}, {
|
3392
|
+
name: string;
|
3392
3393
|
id: string;
|
3393
3394
|
channel: string | null;
|
3394
3395
|
address: string | null;
|
3395
|
-
name: string;
|
3396
3396
|
createdAt: Date;
|
3397
3397
|
updatedAt: Date;
|
3398
3398
|
deletedAt: Date | null;
|
@@ -3402,17 +3402,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3402
3402
|
}>;
|
3403
3403
|
isNewContact: z.ZodBoolean;
|
3404
3404
|
}, "strip", z.ZodTypeAny, {
|
3405
|
+
name: string;
|
3405
3406
|
id: string;
|
3406
3407
|
address: string;
|
3407
|
-
name: string;
|
3408
3408
|
createdAt: Date;
|
3409
3409
|
updatedAt: Date;
|
3410
3410
|
deletedAt: Date | null;
|
3411
3411
|
contact: {
|
3412
|
+
name: string;
|
3412
3413
|
id: string;
|
3413
3414
|
channel: string | null;
|
3414
3415
|
address: string | null;
|
3415
|
-
name: string;
|
3416
3416
|
createdAt: Date;
|
3417
3417
|
updatedAt: Date;
|
3418
3418
|
deletedAt: Date | null;
|
@@ -3423,17 +3423,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3423
3423
|
contactId: string;
|
3424
3424
|
isNewContact: boolean;
|
3425
3425
|
}, {
|
3426
|
+
name: string;
|
3426
3427
|
id: string;
|
3427
3428
|
address: string;
|
3428
|
-
name: string;
|
3429
3429
|
createdAt: Date;
|
3430
3430
|
updatedAt: Date;
|
3431
3431
|
deletedAt: Date | null;
|
3432
3432
|
contact: {
|
3433
|
+
name: string;
|
3433
3434
|
id: string;
|
3434
3435
|
channel: string | null;
|
3435
3436
|
address: string | null;
|
3436
|
-
name: string;
|
3437
3437
|
createdAt: Date;
|
3438
3438
|
updatedAt: Date;
|
3439
3439
|
deletedAt: Date | null;
|
@@ -3453,17 +3453,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3453
3453
|
messageId: string;
|
3454
3454
|
mailUserId: string;
|
3455
3455
|
mailUser: {
|
3456
|
+
name: string;
|
3456
3457
|
id: string;
|
3457
3458
|
address: string;
|
3458
|
-
name: string;
|
3459
3459
|
createdAt: Date;
|
3460
3460
|
updatedAt: Date;
|
3461
3461
|
deletedAt: Date | null;
|
3462
3462
|
contact: {
|
3463
|
+
name: string;
|
3463
3464
|
id: string;
|
3464
3465
|
channel: string | null;
|
3465
3466
|
address: string | null;
|
3466
|
-
name: string;
|
3467
3467
|
createdAt: Date;
|
3468
3468
|
updatedAt: Date;
|
3469
3469
|
deletedAt: Date | null;
|
@@ -3483,17 +3483,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3483
3483
|
messageId: string;
|
3484
3484
|
mailUserId: string;
|
3485
3485
|
mailUser: {
|
3486
|
+
name: string;
|
3486
3487
|
id: string;
|
3487
3488
|
address: string;
|
3488
|
-
name: string;
|
3489
3489
|
createdAt: Date;
|
3490
3490
|
updatedAt: Date;
|
3491
3491
|
deletedAt: Date | null;
|
3492
3492
|
contact: {
|
3493
|
+
name: string;
|
3493
3494
|
id: string;
|
3494
3495
|
channel: string | null;
|
3495
3496
|
address: string | null;
|
3496
|
-
name: string;
|
3497
3497
|
createdAt: Date;
|
3498
3498
|
updatedAt: Date;
|
3499
3499
|
deletedAt: Date | null;
|
@@ -3533,10 +3533,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3533
3533
|
contactProfile: z.ZodNullable<z.ZodString>;
|
3534
3534
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
3535
3535
|
}, "strip", z.ZodTypeAny, {
|
3536
|
+
name: string;
|
3536
3537
|
id: string;
|
3537
3538
|
channel: string | null;
|
3538
3539
|
address: string | null;
|
3539
|
-
name: string;
|
3540
3540
|
createdAt: Date;
|
3541
3541
|
updatedAt: Date;
|
3542
3542
|
deletedAt: Date | null;
|
@@ -3544,10 +3544,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3544
3544
|
contactProfile: string | null;
|
3545
3545
|
socialProfileUrl: string | null;
|
3546
3546
|
}, {
|
3547
|
+
name: string;
|
3547
3548
|
id: string;
|
3548
3549
|
channel: string | null;
|
3549
3550
|
address: string | null;
|
3550
|
-
name: string;
|
3551
3551
|
createdAt: Date;
|
3552
3552
|
updatedAt: Date;
|
3553
3553
|
deletedAt: Date | null;
|
@@ -3557,17 +3557,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3557
3557
|
}>;
|
3558
3558
|
isNewContact: z.ZodBoolean;
|
3559
3559
|
}, "strip", z.ZodTypeAny, {
|
3560
|
+
name: string;
|
3560
3561
|
id: string;
|
3561
3562
|
address: string;
|
3562
|
-
name: string;
|
3563
3563
|
createdAt: Date;
|
3564
3564
|
updatedAt: Date;
|
3565
3565
|
deletedAt: Date | null;
|
3566
3566
|
contact: {
|
3567
|
+
name: string;
|
3567
3568
|
id: string;
|
3568
3569
|
channel: string | null;
|
3569
3570
|
address: string | null;
|
3570
|
-
name: string;
|
3571
3571
|
createdAt: Date;
|
3572
3572
|
updatedAt: Date;
|
3573
3573
|
deletedAt: Date | null;
|
@@ -3578,17 +3578,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3578
3578
|
contactId: string;
|
3579
3579
|
isNewContact: boolean;
|
3580
3580
|
}, {
|
3581
|
+
name: string;
|
3581
3582
|
id: string;
|
3582
3583
|
address: string;
|
3583
|
-
name: string;
|
3584
3584
|
createdAt: Date;
|
3585
3585
|
updatedAt: Date;
|
3586
3586
|
deletedAt: Date | null;
|
3587
3587
|
contact: {
|
3588
|
+
name: string;
|
3588
3589
|
id: string;
|
3589
3590
|
channel: string | null;
|
3590
3591
|
address: string | null;
|
3591
|
-
name: string;
|
3592
3592
|
createdAt: Date;
|
3593
3593
|
updatedAt: Date;
|
3594
3594
|
deletedAt: Date | null;
|
@@ -3608,17 +3608,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3608
3608
|
messageId: string;
|
3609
3609
|
mailUserId: string;
|
3610
3610
|
mailUser: {
|
3611
|
+
name: string;
|
3611
3612
|
id: string;
|
3612
3613
|
address: string;
|
3613
|
-
name: string;
|
3614
3614
|
createdAt: Date;
|
3615
3615
|
updatedAt: Date;
|
3616
3616
|
deletedAt: Date | null;
|
3617
3617
|
contact: {
|
3618
|
+
name: string;
|
3618
3619
|
id: string;
|
3619
3620
|
channel: string | null;
|
3620
3621
|
address: string | null;
|
3621
|
-
name: string;
|
3622
3622
|
createdAt: Date;
|
3623
3623
|
updatedAt: Date;
|
3624
3624
|
deletedAt: Date | null;
|
@@ -3638,17 +3638,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3638
3638
|
messageId: string;
|
3639
3639
|
mailUserId: string;
|
3640
3640
|
mailUser: {
|
3641
|
+
name: string;
|
3641
3642
|
id: string;
|
3642
3643
|
address: string;
|
3643
|
-
name: string;
|
3644
3644
|
createdAt: Date;
|
3645
3645
|
updatedAt: Date;
|
3646
3646
|
deletedAt: Date | null;
|
3647
3647
|
contact: {
|
3648
|
+
name: string;
|
3648
3649
|
id: string;
|
3649
3650
|
channel: string | null;
|
3650
3651
|
address: string | null;
|
3651
|
-
name: string;
|
3652
3652
|
createdAt: Date;
|
3653
3653
|
updatedAt: Date;
|
3654
3654
|
deletedAt: Date | null;
|
@@ -3688,10 +3688,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3688
3688
|
contactProfile: z.ZodNullable<z.ZodString>;
|
3689
3689
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
3690
3690
|
}, "strip", z.ZodTypeAny, {
|
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;
|
@@ -3699,10 +3699,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3699
3699
|
contactProfile: string | null;
|
3700
3700
|
socialProfileUrl: string | null;
|
3701
3701
|
}, {
|
3702
|
+
name: string;
|
3702
3703
|
id: string;
|
3703
3704
|
channel: string | null;
|
3704
3705
|
address: string | null;
|
3705
|
-
name: string;
|
3706
3706
|
createdAt: Date;
|
3707
3707
|
updatedAt: Date;
|
3708
3708
|
deletedAt: Date | null;
|
@@ -3712,17 +3712,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3712
3712
|
}>;
|
3713
3713
|
isNewContact: z.ZodBoolean;
|
3714
3714
|
}, "strip", z.ZodTypeAny, {
|
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;
|
@@ -3733,17 +3733,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3733
3733
|
contactId: string;
|
3734
3734
|
isNewContact: boolean;
|
3735
3735
|
}, {
|
3736
|
+
name: string;
|
3736
3737
|
id: string;
|
3737
3738
|
address: string;
|
3738
|
-
name: string;
|
3739
3739
|
createdAt: Date;
|
3740
3740
|
updatedAt: Date;
|
3741
3741
|
deletedAt: Date | null;
|
3742
3742
|
contact: {
|
3743
|
+
name: string;
|
3743
3744
|
id: string;
|
3744
3745
|
channel: string | null;
|
3745
3746
|
address: string | null;
|
3746
|
-
name: string;
|
3747
3747
|
createdAt: Date;
|
3748
3748
|
updatedAt: Date;
|
3749
3749
|
deletedAt: Date | null;
|
@@ -3763,17 +3763,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3763
3763
|
messageId: string;
|
3764
3764
|
mailUserId: string;
|
3765
3765
|
mailUser: {
|
3766
|
+
name: string;
|
3766
3767
|
id: string;
|
3767
3768
|
address: string;
|
3768
|
-
name: string;
|
3769
3769
|
createdAt: Date;
|
3770
3770
|
updatedAt: Date;
|
3771
3771
|
deletedAt: Date | null;
|
3772
3772
|
contact: {
|
3773
|
+
name: string;
|
3773
3774
|
id: string;
|
3774
3775
|
channel: string | null;
|
3775
3776
|
address: string | null;
|
3776
|
-
name: string;
|
3777
3777
|
createdAt: Date;
|
3778
3778
|
updatedAt: Date;
|
3779
3779
|
deletedAt: Date | null;
|
@@ -3793,17 +3793,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
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;
|
@@ -3925,17 +3925,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3925
3925
|
messageId: string;
|
3926
3926
|
mailUserId: string;
|
3927
3927
|
mailUser: {
|
3928
|
+
name: string;
|
3928
3929
|
id: string;
|
3929
3930
|
address: string;
|
3930
|
-
name: string;
|
3931
3931
|
createdAt: Date;
|
3932
3932
|
updatedAt: Date;
|
3933
3933
|
deletedAt: Date | null;
|
3934
3934
|
contact: {
|
3935
|
+
name: string;
|
3935
3936
|
id: string;
|
3936
3937
|
channel: string | null;
|
3937
3938
|
address: string | null;
|
3938
|
-
name: string;
|
3939
3939
|
createdAt: Date;
|
3940
3940
|
updatedAt: Date;
|
3941
3941
|
deletedAt: Date | null;
|
@@ -3981,17 +3981,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
3981
3981
|
messageId: string;
|
3982
3982
|
mailUserId: string;
|
3983
3983
|
mailUser: {
|
3984
|
+
name: string;
|
3984
3985
|
id: string;
|
3985
3986
|
address: string;
|
3986
|
-
name: string;
|
3987
3987
|
createdAt: Date;
|
3988
3988
|
updatedAt: Date;
|
3989
3989
|
deletedAt: Date | null;
|
3990
3990
|
contact: {
|
3991
|
+
name: string;
|
3991
3992
|
id: string;
|
3992
3993
|
channel: string | null;
|
3993
3994
|
address: string | null;
|
3994
|
-
name: string;
|
3995
3995
|
createdAt: Date;
|
3996
3996
|
updatedAt: Date;
|
3997
3997
|
deletedAt: Date | null;
|
@@ -4012,17 +4012,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4012
4012
|
messageId: string;
|
4013
4013
|
mailUserId: string;
|
4014
4014
|
mailUser: {
|
4015
|
+
name: string;
|
4015
4016
|
id: string;
|
4016
4017
|
address: string;
|
4017
|
-
name: string;
|
4018
4018
|
createdAt: Date;
|
4019
4019
|
updatedAt: Date;
|
4020
4020
|
deletedAt: Date | null;
|
4021
4021
|
contact: {
|
4022
|
+
name: string;
|
4022
4023
|
id: string;
|
4023
4024
|
channel: string | null;
|
4024
4025
|
address: string | null;
|
4025
|
-
name: string;
|
4026
4026
|
createdAt: Date;
|
4027
4027
|
updatedAt: Date;
|
4028
4028
|
deletedAt: Date | null;
|
@@ -4043,17 +4043,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4043
4043
|
messageId: string;
|
4044
4044
|
mailUserId: string;
|
4045
4045
|
mailUser: {
|
4046
|
+
name: string;
|
4046
4047
|
id: string;
|
4047
4048
|
address: string;
|
4048
|
-
name: string;
|
4049
4049
|
createdAt: Date;
|
4050
4050
|
updatedAt: Date;
|
4051
4051
|
deletedAt: Date | null;
|
4052
4052
|
contact: {
|
4053
|
+
name: string;
|
4053
4054
|
id: string;
|
4054
4055
|
channel: string | null;
|
4055
4056
|
address: string | null;
|
4056
|
-
name: string;
|
4057
4057
|
createdAt: Date;
|
4058
4058
|
updatedAt: Date;
|
4059
4059
|
deletedAt: Date | null;
|
@@ -4093,17 +4093,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4093
4093
|
messageId: string;
|
4094
4094
|
mailUserId: string;
|
4095
4095
|
mailUser: {
|
4096
|
+
name: string;
|
4096
4097
|
id: string;
|
4097
4098
|
address: string;
|
4098
|
-
name: string;
|
4099
4099
|
createdAt: Date;
|
4100
4100
|
updatedAt: Date;
|
4101
4101
|
deletedAt: Date | null;
|
4102
4102
|
contact: {
|
4103
|
+
name: string;
|
4103
4104
|
id: string;
|
4104
4105
|
channel: string | null;
|
4105
4106
|
address: string | null;
|
4106
|
-
name: string;
|
4107
4107
|
createdAt: Date;
|
4108
4108
|
updatedAt: Date;
|
4109
4109
|
deletedAt: Date | null;
|
@@ -4149,17 +4149,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4149
4149
|
messageId: string;
|
4150
4150
|
mailUserId: string;
|
4151
4151
|
mailUser: {
|
4152
|
+
name: string;
|
4152
4153
|
id: string;
|
4153
4154
|
address: string;
|
4154
|
-
name: string;
|
4155
4155
|
createdAt: Date;
|
4156
4156
|
updatedAt: Date;
|
4157
4157
|
deletedAt: Date | null;
|
4158
4158
|
contact: {
|
4159
|
+
name: string;
|
4159
4160
|
id: string;
|
4160
4161
|
channel: string | null;
|
4161
4162
|
address: string | null;
|
4162
|
-
name: string;
|
4163
4163
|
createdAt: Date;
|
4164
4164
|
updatedAt: Date;
|
4165
4165
|
deletedAt: Date | null;
|
@@ -4180,17 +4180,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4180
4180
|
messageId: string;
|
4181
4181
|
mailUserId: string;
|
4182
4182
|
mailUser: {
|
4183
|
+
name: string;
|
4183
4184
|
id: string;
|
4184
4185
|
address: string;
|
4185
|
-
name: string;
|
4186
4186
|
createdAt: Date;
|
4187
4187
|
updatedAt: Date;
|
4188
4188
|
deletedAt: Date | null;
|
4189
4189
|
contact: {
|
4190
|
+
name: string;
|
4190
4191
|
id: string;
|
4191
4192
|
channel: string | null;
|
4192
4193
|
address: string | null;
|
4193
|
-
name: string;
|
4194
4194
|
createdAt: Date;
|
4195
4195
|
updatedAt: Date;
|
4196
4196
|
deletedAt: Date | null;
|
@@ -4211,17 +4211,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4211
4211
|
messageId: string;
|
4212
4212
|
mailUserId: string;
|
4213
4213
|
mailUser: {
|
4214
|
+
name: string;
|
4214
4215
|
id: string;
|
4215
4216
|
address: string;
|
4216
|
-
name: string;
|
4217
4217
|
createdAt: Date;
|
4218
4218
|
updatedAt: Date;
|
4219
4219
|
deletedAt: Date | null;
|
4220
4220
|
contact: {
|
4221
|
+
name: string;
|
4221
4222
|
id: string;
|
4222
4223
|
channel: string | null;
|
4223
4224
|
address: string | null;
|
4224
|
-
name: string;
|
4225
4225
|
createdAt: Date;
|
4226
4226
|
updatedAt: Date;
|
4227
4227
|
deletedAt: Date | null;
|
@@ -4252,15 +4252,15 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4252
4252
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4253
4253
|
name: z.ZodString;
|
4254
4254
|
}, "strip", z.ZodTypeAny, {
|
4255
|
-
id: string;
|
4256
4255
|
name: string;
|
4256
|
+
id: string;
|
4257
4257
|
color: string;
|
4258
4258
|
createdAt: Date;
|
4259
4259
|
updatedAt: Date;
|
4260
4260
|
deletedAt: Date | null;
|
4261
4261
|
}, {
|
4262
|
-
id: string;
|
4263
4262
|
name: string;
|
4263
|
+
id: string;
|
4264
4264
|
color: string;
|
4265
4265
|
createdAt: Date;
|
4266
4266
|
updatedAt: Date;
|
@@ -4277,9 +4277,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4277
4277
|
phone: z.ZodNullable<z.ZodString>;
|
4278
4278
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
4279
4279
|
}, "strip", z.ZodTypeAny, {
|
4280
|
+
name: string;
|
4280
4281
|
id: string;
|
4281
4282
|
address: string | null;
|
4282
|
-
name: string;
|
4283
4283
|
email: string;
|
4284
4284
|
createdAt: Date;
|
4285
4285
|
updatedAt: Date;
|
@@ -4287,9 +4287,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4287
4287
|
phone: string | null;
|
4288
4288
|
notificationCount: number | null;
|
4289
4289
|
}, {
|
4290
|
+
name: string;
|
4290
4291
|
id: string;
|
4291
4292
|
address: string | null;
|
4292
|
-
name: string;
|
4293
4293
|
email: string;
|
4294
4294
|
createdAt: Date;
|
4295
4295
|
updatedAt: Date;
|
@@ -4345,10 +4345,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4345
4345
|
contactProfile: z.ZodNullable<z.ZodString>;
|
4346
4346
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
4347
4347
|
}, "strip", z.ZodTypeAny, {
|
4348
|
+
name: string;
|
4348
4349
|
id: string;
|
4349
4350
|
channel: string | null;
|
4350
4351
|
address: string | null;
|
4351
|
-
name: string;
|
4352
4352
|
createdAt: Date;
|
4353
4353
|
updatedAt: Date;
|
4354
4354
|
deletedAt: Date | null;
|
@@ -4356,10 +4356,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4356
4356
|
contactProfile: string | null;
|
4357
4357
|
socialProfileUrl: string | null;
|
4358
4358
|
}, {
|
4359
|
+
name: string;
|
4359
4360
|
id: string;
|
4360
4361
|
channel: string | null;
|
4361
4362
|
address: string | null;
|
4362
|
-
name: string;
|
4363
4363
|
createdAt: Date;
|
4364
4364
|
updatedAt: Date;
|
4365
4365
|
deletedAt: Date | null;
|
@@ -4369,17 +4369,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4369
4369
|
}>;
|
4370
4370
|
isNewContact: z.ZodBoolean;
|
4371
4371
|
}, "strip", z.ZodTypeAny, {
|
4372
|
+
name: string;
|
4372
4373
|
id: string;
|
4373
4374
|
address: string;
|
4374
|
-
name: string;
|
4375
4375
|
createdAt: Date;
|
4376
4376
|
updatedAt: Date;
|
4377
4377
|
deletedAt: Date | null;
|
4378
4378
|
contact: {
|
4379
|
+
name: string;
|
4379
4380
|
id: string;
|
4380
4381
|
channel: string | null;
|
4381
4382
|
address: string | null;
|
4382
|
-
name: string;
|
4383
4383
|
createdAt: Date;
|
4384
4384
|
updatedAt: Date;
|
4385
4385
|
deletedAt: Date | null;
|
@@ -4390,17 +4390,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4390
4390
|
contactId: string;
|
4391
4391
|
isNewContact: boolean;
|
4392
4392
|
}, {
|
4393
|
+
name: string;
|
4393
4394
|
id: string;
|
4394
4395
|
address: string;
|
4395
|
-
name: string;
|
4396
4396
|
createdAt: Date;
|
4397
4397
|
updatedAt: Date;
|
4398
4398
|
deletedAt: Date | null;
|
4399
4399
|
contact: {
|
4400
|
+
name: string;
|
4400
4401
|
id: string;
|
4401
4402
|
channel: string | null;
|
4402
4403
|
address: string | null;
|
4403
|
-
name: string;
|
4404
4404
|
createdAt: Date;
|
4405
4405
|
updatedAt: Date;
|
4406
4406
|
deletedAt: Date | null;
|
@@ -4420,17 +4420,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4420
4420
|
messageId: string;
|
4421
4421
|
mailUserId: string;
|
4422
4422
|
mailUser: {
|
4423
|
+
name: string;
|
4423
4424
|
id: string;
|
4424
4425
|
address: string;
|
4425
|
-
name: string;
|
4426
4426
|
createdAt: Date;
|
4427
4427
|
updatedAt: Date;
|
4428
4428
|
deletedAt: Date | null;
|
4429
4429
|
contact: {
|
4430
|
+
name: string;
|
4430
4431
|
id: string;
|
4431
4432
|
channel: string | null;
|
4432
4433
|
address: string | null;
|
4433
|
-
name: string;
|
4434
4434
|
createdAt: Date;
|
4435
4435
|
updatedAt: Date;
|
4436
4436
|
deletedAt: Date | null;
|
@@ -4450,17 +4450,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4450
4450
|
messageId: string;
|
4451
4451
|
mailUserId: string;
|
4452
4452
|
mailUser: {
|
4453
|
+
name: string;
|
4453
4454
|
id: string;
|
4454
4455
|
address: string;
|
4455
|
-
name: string;
|
4456
4456
|
createdAt: Date;
|
4457
4457
|
updatedAt: Date;
|
4458
4458
|
deletedAt: Date | null;
|
4459
4459
|
contact: {
|
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;
|
@@ -4500,10 +4500,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4500
4500
|
contactProfile: z.ZodNullable<z.ZodString>;
|
4501
4501
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
4502
4502
|
}, "strip", z.ZodTypeAny, {
|
4503
|
+
name: string;
|
4503
4504
|
id: string;
|
4504
4505
|
channel: string | null;
|
4505
4506
|
address: string | null;
|
4506
|
-
name: string;
|
4507
4507
|
createdAt: Date;
|
4508
4508
|
updatedAt: Date;
|
4509
4509
|
deletedAt: Date | null;
|
@@ -4511,10 +4511,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4511
4511
|
contactProfile: string | null;
|
4512
4512
|
socialProfileUrl: string | null;
|
4513
4513
|
}, {
|
4514
|
+
name: string;
|
4514
4515
|
id: string;
|
4515
4516
|
channel: string | null;
|
4516
4517
|
address: string | null;
|
4517
|
-
name: string;
|
4518
4518
|
createdAt: Date;
|
4519
4519
|
updatedAt: Date;
|
4520
4520
|
deletedAt: Date | null;
|
@@ -4524,17 +4524,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4524
4524
|
}>;
|
4525
4525
|
isNewContact: z.ZodBoolean;
|
4526
4526
|
}, "strip", z.ZodTypeAny, {
|
4527
|
+
name: string;
|
4527
4528
|
id: string;
|
4528
4529
|
address: string;
|
4529
|
-
name: string;
|
4530
4530
|
createdAt: Date;
|
4531
4531
|
updatedAt: Date;
|
4532
4532
|
deletedAt: Date | null;
|
4533
4533
|
contact: {
|
4534
|
+
name: string;
|
4534
4535
|
id: string;
|
4535
4536
|
channel: string | null;
|
4536
4537
|
address: string | null;
|
4537
|
-
name: string;
|
4538
4538
|
createdAt: Date;
|
4539
4539
|
updatedAt: Date;
|
4540
4540
|
deletedAt: Date | null;
|
@@ -4545,17 +4545,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4545
4545
|
contactId: string;
|
4546
4546
|
isNewContact: boolean;
|
4547
4547
|
}, {
|
4548
|
+
name: string;
|
4548
4549
|
id: string;
|
4549
4550
|
address: string;
|
4550
|
-
name: string;
|
4551
4551
|
createdAt: Date;
|
4552
4552
|
updatedAt: Date;
|
4553
4553
|
deletedAt: Date | null;
|
4554
4554
|
contact: {
|
4555
|
+
name: string;
|
4555
4556
|
id: string;
|
4556
4557
|
channel: string | null;
|
4557
4558
|
address: string | null;
|
4558
|
-
name: string;
|
4559
4559
|
createdAt: Date;
|
4560
4560
|
updatedAt: Date;
|
4561
4561
|
deletedAt: Date | null;
|
@@ -4575,17 +4575,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4575
4575
|
messageId: string;
|
4576
4576
|
mailUserId: string;
|
4577
4577
|
mailUser: {
|
4578
|
+
name: string;
|
4578
4579
|
id: string;
|
4579
4580
|
address: string;
|
4580
|
-
name: string;
|
4581
4581
|
createdAt: Date;
|
4582
4582
|
updatedAt: Date;
|
4583
4583
|
deletedAt: Date | null;
|
4584
4584
|
contact: {
|
4585
|
+
name: string;
|
4585
4586
|
id: string;
|
4586
4587
|
channel: string | null;
|
4587
4588
|
address: string | null;
|
4588
|
-
name: string;
|
4589
4589
|
createdAt: Date;
|
4590
4590
|
updatedAt: Date;
|
4591
4591
|
deletedAt: Date | null;
|
@@ -4605,17 +4605,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4605
4605
|
messageId: string;
|
4606
4606
|
mailUserId: string;
|
4607
4607
|
mailUser: {
|
4608
|
+
name: string;
|
4608
4609
|
id: string;
|
4609
4610
|
address: string;
|
4610
|
-
name: string;
|
4611
4611
|
createdAt: Date;
|
4612
4612
|
updatedAt: Date;
|
4613
4613
|
deletedAt: Date | null;
|
4614
4614
|
contact: {
|
4615
|
+
name: string;
|
4615
4616
|
id: string;
|
4616
4617
|
channel: string | null;
|
4617
4618
|
address: string | null;
|
4618
|
-
name: string;
|
4619
4619
|
createdAt: Date;
|
4620
4620
|
updatedAt: Date;
|
4621
4621
|
deletedAt: Date | null;
|
@@ -4655,10 +4655,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4655
4655
|
contactProfile: z.ZodNullable<z.ZodString>;
|
4656
4656
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
4657
4657
|
}, "strip", z.ZodTypeAny, {
|
4658
|
+
name: string;
|
4658
4659
|
id: string;
|
4659
4660
|
channel: string | null;
|
4660
4661
|
address: string | null;
|
4661
|
-
name: string;
|
4662
4662
|
createdAt: Date;
|
4663
4663
|
updatedAt: Date;
|
4664
4664
|
deletedAt: Date | null;
|
@@ -4666,10 +4666,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4666
4666
|
contactProfile: string | null;
|
4667
4667
|
socialProfileUrl: string | null;
|
4668
4668
|
}, {
|
4669
|
+
name: string;
|
4669
4670
|
id: string;
|
4670
4671
|
channel: string | null;
|
4671
4672
|
address: string | null;
|
4672
|
-
name: string;
|
4673
4673
|
createdAt: Date;
|
4674
4674
|
updatedAt: Date;
|
4675
4675
|
deletedAt: Date | null;
|
@@ -4679,17 +4679,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4679
4679
|
}>;
|
4680
4680
|
isNewContact: z.ZodBoolean;
|
4681
4681
|
}, "strip", z.ZodTypeAny, {
|
4682
|
+
name: string;
|
4682
4683
|
id: string;
|
4683
4684
|
address: string;
|
4684
|
-
name: string;
|
4685
4685
|
createdAt: Date;
|
4686
4686
|
updatedAt: Date;
|
4687
4687
|
deletedAt: Date | null;
|
4688
4688
|
contact: {
|
4689
|
+
name: string;
|
4689
4690
|
id: string;
|
4690
4691
|
channel: string | null;
|
4691
4692
|
address: string | null;
|
4692
|
-
name: string;
|
4693
4693
|
createdAt: Date;
|
4694
4694
|
updatedAt: Date;
|
4695
4695
|
deletedAt: Date | null;
|
@@ -4700,17 +4700,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4700
4700
|
contactId: string;
|
4701
4701
|
isNewContact: boolean;
|
4702
4702
|
}, {
|
4703
|
+
name: string;
|
4703
4704
|
id: string;
|
4704
4705
|
address: string;
|
4705
|
-
name: string;
|
4706
4706
|
createdAt: Date;
|
4707
4707
|
updatedAt: Date;
|
4708
4708
|
deletedAt: Date | null;
|
4709
4709
|
contact: {
|
4710
|
+
name: string;
|
4710
4711
|
id: string;
|
4711
4712
|
channel: string | null;
|
4712
4713
|
address: string | null;
|
4713
|
-
name: string;
|
4714
4714
|
createdAt: Date;
|
4715
4715
|
updatedAt: Date;
|
4716
4716
|
deletedAt: Date | null;
|
@@ -4730,17 +4730,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4730
4730
|
messageId: string;
|
4731
4731
|
mailUserId: string;
|
4732
4732
|
mailUser: {
|
4733
|
+
name: string;
|
4733
4734
|
id: string;
|
4734
4735
|
address: string;
|
4735
|
-
name: string;
|
4736
4736
|
createdAt: Date;
|
4737
4737
|
updatedAt: Date;
|
4738
4738
|
deletedAt: Date | null;
|
4739
4739
|
contact: {
|
4740
|
+
name: string;
|
4740
4741
|
id: string;
|
4741
4742
|
channel: string | null;
|
4742
4743
|
address: string | null;
|
4743
|
-
name: string;
|
4744
4744
|
createdAt: Date;
|
4745
4745
|
updatedAt: Date;
|
4746
4746
|
deletedAt: Date | null;
|
@@ -4760,17 +4760,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4760
4760
|
messageId: string;
|
4761
4761
|
mailUserId: string;
|
4762
4762
|
mailUser: {
|
4763
|
+
name: string;
|
4763
4764
|
id: string;
|
4764
4765
|
address: string;
|
4765
|
-
name: string;
|
4766
4766
|
createdAt: Date;
|
4767
4767
|
updatedAt: Date;
|
4768
4768
|
deletedAt: Date | null;
|
4769
4769
|
contact: {
|
4770
|
+
name: string;
|
4770
4771
|
id: string;
|
4771
4772
|
channel: string | null;
|
4772
4773
|
address: string | null;
|
4773
|
-
name: string;
|
4774
4774
|
createdAt: Date;
|
4775
4775
|
updatedAt: Date;
|
4776
4776
|
deletedAt: Date | null;
|
@@ -4810,10 +4810,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4810
4810
|
contactProfile: z.ZodNullable<z.ZodString>;
|
4811
4811
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
4812
4812
|
}, "strip", z.ZodTypeAny, {
|
4813
|
+
name: string;
|
4813
4814
|
id: string;
|
4814
4815
|
channel: string | null;
|
4815
4816
|
address: string | null;
|
4816
|
-
name: string;
|
4817
4817
|
createdAt: Date;
|
4818
4818
|
updatedAt: Date;
|
4819
4819
|
deletedAt: Date | null;
|
@@ -4821,10 +4821,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4821
4821
|
contactProfile: string | null;
|
4822
4822
|
socialProfileUrl: string | null;
|
4823
4823
|
}, {
|
4824
|
+
name: string;
|
4824
4825
|
id: string;
|
4825
4826
|
channel: string | null;
|
4826
4827
|
address: string | null;
|
4827
|
-
name: string;
|
4828
4828
|
createdAt: Date;
|
4829
4829
|
updatedAt: Date;
|
4830
4830
|
deletedAt: Date | null;
|
@@ -4834,17 +4834,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4834
4834
|
}>;
|
4835
4835
|
isNewContact: z.ZodBoolean;
|
4836
4836
|
}, "strip", z.ZodTypeAny, {
|
4837
|
+
name: string;
|
4837
4838
|
id: string;
|
4838
4839
|
address: string;
|
4839
|
-
name: string;
|
4840
4840
|
createdAt: Date;
|
4841
4841
|
updatedAt: Date;
|
4842
4842
|
deletedAt: Date | null;
|
4843
4843
|
contact: {
|
4844
|
+
name: string;
|
4844
4845
|
id: string;
|
4845
4846
|
channel: string | null;
|
4846
4847
|
address: string | null;
|
4847
|
-
name: string;
|
4848
4848
|
createdAt: Date;
|
4849
4849
|
updatedAt: Date;
|
4850
4850
|
deletedAt: Date | null;
|
@@ -4855,17 +4855,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4855
4855
|
contactId: string;
|
4856
4856
|
isNewContact: boolean;
|
4857
4857
|
}, {
|
4858
|
+
name: string;
|
4858
4859
|
id: string;
|
4859
4860
|
address: string;
|
4860
|
-
name: string;
|
4861
4861
|
createdAt: Date;
|
4862
4862
|
updatedAt: Date;
|
4863
4863
|
deletedAt: Date | null;
|
4864
4864
|
contact: {
|
4865
|
+
name: string;
|
4865
4866
|
id: string;
|
4866
4867
|
channel: string | null;
|
4867
4868
|
address: string | null;
|
4868
|
-
name: string;
|
4869
4869
|
createdAt: Date;
|
4870
4870
|
updatedAt: Date;
|
4871
4871
|
deletedAt: Date | null;
|
@@ -4885,17 +4885,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4885
4885
|
messageId: string;
|
4886
4886
|
mailUserId: string;
|
4887
4887
|
mailUser: {
|
4888
|
+
name: string;
|
4888
4889
|
id: string;
|
4889
4890
|
address: string;
|
4890
|
-
name: string;
|
4891
4891
|
createdAt: Date;
|
4892
4892
|
updatedAt: Date;
|
4893
4893
|
deletedAt: Date | null;
|
4894
4894
|
contact: {
|
4895
|
+
name: string;
|
4895
4896
|
id: string;
|
4896
4897
|
channel: string | null;
|
4897
4898
|
address: string | null;
|
4898
|
-
name: string;
|
4899
4899
|
createdAt: Date;
|
4900
4900
|
updatedAt: Date;
|
4901
4901
|
deletedAt: Date | null;
|
@@ -4915,17 +4915,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
4915
4915
|
messageId: string;
|
4916
4916
|
mailUserId: string;
|
4917
4917
|
mailUser: {
|
4918
|
+
name: string;
|
4918
4919
|
id: string;
|
4919
4920
|
address: string;
|
4920
|
-
name: string;
|
4921
4921
|
createdAt: Date;
|
4922
4922
|
updatedAt: Date;
|
4923
4923
|
deletedAt: Date | null;
|
4924
4924
|
contact: {
|
4925
|
+
name: string;
|
4925
4926
|
id: string;
|
4926
4927
|
channel: string | null;
|
4927
4928
|
address: string | null;
|
4928
|
-
name: string;
|
4929
4929
|
createdAt: Date;
|
4930
4930
|
updatedAt: Date;
|
4931
4931
|
deletedAt: Date | null;
|
@@ -5047,17 +5047,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5047
5047
|
messageId: string;
|
5048
5048
|
mailUserId: string;
|
5049
5049
|
mailUser: {
|
5050
|
+
name: string;
|
5050
5051
|
id: string;
|
5051
5052
|
address: string;
|
5052
|
-
name: string;
|
5053
5053
|
createdAt: Date;
|
5054
5054
|
updatedAt: Date;
|
5055
5055
|
deletedAt: Date | null;
|
5056
5056
|
contact: {
|
5057
|
+
name: string;
|
5057
5058
|
id: string;
|
5058
5059
|
channel: string | null;
|
5059
5060
|
address: string | null;
|
5060
|
-
name: string;
|
5061
5061
|
createdAt: Date;
|
5062
5062
|
updatedAt: Date;
|
5063
5063
|
deletedAt: Date | null;
|
@@ -5103,17 +5103,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5103
5103
|
messageId: string;
|
5104
5104
|
mailUserId: string;
|
5105
5105
|
mailUser: {
|
5106
|
+
name: string;
|
5106
5107
|
id: string;
|
5107
5108
|
address: string;
|
5108
|
-
name: string;
|
5109
5109
|
createdAt: Date;
|
5110
5110
|
updatedAt: Date;
|
5111
5111
|
deletedAt: Date | null;
|
5112
5112
|
contact: {
|
5113
|
+
name: string;
|
5113
5114
|
id: string;
|
5114
5115
|
channel: string | null;
|
5115
5116
|
address: string | null;
|
5116
|
-
name: string;
|
5117
5117
|
createdAt: Date;
|
5118
5118
|
updatedAt: Date;
|
5119
5119
|
deletedAt: Date | null;
|
@@ -5134,17 +5134,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5134
5134
|
messageId: string;
|
5135
5135
|
mailUserId: string;
|
5136
5136
|
mailUser: {
|
5137
|
+
name: string;
|
5137
5138
|
id: string;
|
5138
5139
|
address: string;
|
5139
|
-
name: string;
|
5140
5140
|
createdAt: Date;
|
5141
5141
|
updatedAt: Date;
|
5142
5142
|
deletedAt: Date | null;
|
5143
5143
|
contact: {
|
5144
|
+
name: string;
|
5144
5145
|
id: string;
|
5145
5146
|
channel: string | null;
|
5146
5147
|
address: string | null;
|
5147
|
-
name: string;
|
5148
5148
|
createdAt: Date;
|
5149
5149
|
updatedAt: Date;
|
5150
5150
|
deletedAt: Date | null;
|
@@ -5165,17 +5165,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5165
5165
|
messageId: string;
|
5166
5166
|
mailUserId: string;
|
5167
5167
|
mailUser: {
|
5168
|
+
name: string;
|
5168
5169
|
id: string;
|
5169
5170
|
address: string;
|
5170
|
-
name: string;
|
5171
5171
|
createdAt: Date;
|
5172
5172
|
updatedAt: Date;
|
5173
5173
|
deletedAt: Date | null;
|
5174
5174
|
contact: {
|
5175
|
+
name: string;
|
5175
5176
|
id: string;
|
5176
5177
|
channel: string | null;
|
5177
5178
|
address: string | null;
|
5178
|
-
name: string;
|
5179
5179
|
createdAt: Date;
|
5180
5180
|
updatedAt: Date;
|
5181
5181
|
deletedAt: Date | null;
|
@@ -5215,17 +5215,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5215
5215
|
messageId: string;
|
5216
5216
|
mailUserId: string;
|
5217
5217
|
mailUser: {
|
5218
|
+
name: string;
|
5218
5219
|
id: string;
|
5219
5220
|
address: string;
|
5220
|
-
name: string;
|
5221
5221
|
createdAt: Date;
|
5222
5222
|
updatedAt: Date;
|
5223
5223
|
deletedAt: Date | null;
|
5224
5224
|
contact: {
|
5225
|
+
name: string;
|
5225
5226
|
id: string;
|
5226
5227
|
channel: string | null;
|
5227
5228
|
address: string | null;
|
5228
|
-
name: string;
|
5229
5229
|
createdAt: Date;
|
5230
5230
|
updatedAt: Date;
|
5231
5231
|
deletedAt: Date | null;
|
@@ -5271,17 +5271,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5271
5271
|
messageId: string;
|
5272
5272
|
mailUserId: string;
|
5273
5273
|
mailUser: {
|
5274
|
+
name: string;
|
5274
5275
|
id: string;
|
5275
5276
|
address: string;
|
5276
|
-
name: string;
|
5277
5277
|
createdAt: Date;
|
5278
5278
|
updatedAt: Date;
|
5279
5279
|
deletedAt: Date | null;
|
5280
5280
|
contact: {
|
5281
|
+
name: string;
|
5281
5282
|
id: string;
|
5282
5283
|
channel: string | null;
|
5283
5284
|
address: string | null;
|
5284
|
-
name: string;
|
5285
5285
|
createdAt: Date;
|
5286
5286
|
updatedAt: Date;
|
5287
5287
|
deletedAt: Date | null;
|
@@ -5302,17 +5302,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5302
5302
|
messageId: string;
|
5303
5303
|
mailUserId: string;
|
5304
5304
|
mailUser: {
|
5305
|
+
name: string;
|
5305
5306
|
id: string;
|
5306
5307
|
address: string;
|
5307
|
-
name: string;
|
5308
5308
|
createdAt: Date;
|
5309
5309
|
updatedAt: Date;
|
5310
5310
|
deletedAt: Date | null;
|
5311
5311
|
contact: {
|
5312
|
+
name: string;
|
5312
5313
|
id: string;
|
5313
5314
|
channel: string | null;
|
5314
5315
|
address: string | null;
|
5315
|
-
name: string;
|
5316
5316
|
createdAt: Date;
|
5317
5317
|
updatedAt: Date;
|
5318
5318
|
deletedAt: Date | null;
|
@@ -5333,17 +5333,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5333
5333
|
messageId: string;
|
5334
5334
|
mailUserId: string;
|
5335
5335
|
mailUser: {
|
5336
|
+
name: string;
|
5336
5337
|
id: string;
|
5337
5338
|
address: string;
|
5338
|
-
name: string;
|
5339
5339
|
createdAt: Date;
|
5340
5340
|
updatedAt: Date;
|
5341
5341
|
deletedAt: Date | null;
|
5342
5342
|
contact: {
|
5343
|
+
name: string;
|
5343
5344
|
id: string;
|
5344
5345
|
channel: string | null;
|
5345
5346
|
address: string | null;
|
5346
|
-
name: string;
|
5347
5347
|
createdAt: Date;
|
5348
5348
|
updatedAt: Date;
|
5349
5349
|
deletedAt: Date | null;
|
@@ -5414,10 +5414,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5414
5414
|
contactProfile: z.ZodNullable<z.ZodString>;
|
5415
5415
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
5416
5416
|
}, "strip", z.ZodTypeAny, {
|
5417
|
+
name: string;
|
5417
5418
|
id: string;
|
5418
5419
|
channel: string | null;
|
5419
5420
|
address: string | null;
|
5420
|
-
name: string;
|
5421
5421
|
createdAt: Date;
|
5422
5422
|
updatedAt: Date;
|
5423
5423
|
deletedAt: Date | null;
|
@@ -5425,10 +5425,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5425
5425
|
contactProfile: string | null;
|
5426
5426
|
socialProfileUrl: string | null;
|
5427
5427
|
}, {
|
5428
|
+
name: string;
|
5428
5429
|
id: string;
|
5429
5430
|
channel: string | null;
|
5430
5431
|
address: string | null;
|
5431
|
-
name: string;
|
5432
5432
|
createdAt: Date;
|
5433
5433
|
updatedAt: Date;
|
5434
5434
|
deletedAt: Date | null;
|
@@ -5438,17 +5438,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5438
5438
|
}>;
|
5439
5439
|
isNewContact: z.ZodBoolean;
|
5440
5440
|
}, "strip", z.ZodTypeAny, {
|
5441
|
+
name: string;
|
5441
5442
|
id: string;
|
5442
5443
|
address: string;
|
5443
|
-
name: string;
|
5444
5444
|
createdAt: Date;
|
5445
5445
|
updatedAt: Date;
|
5446
5446
|
deletedAt: Date | null;
|
5447
5447
|
contact: {
|
5448
|
+
name: string;
|
5448
5449
|
id: string;
|
5449
5450
|
channel: string | null;
|
5450
5451
|
address: string | null;
|
5451
|
-
name: string;
|
5452
5452
|
createdAt: Date;
|
5453
5453
|
updatedAt: Date;
|
5454
5454
|
deletedAt: Date | null;
|
@@ -5459,17 +5459,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5459
5459
|
contactId: string;
|
5460
5460
|
isNewContact: boolean;
|
5461
5461
|
}, {
|
5462
|
+
name: string;
|
5462
5463
|
id: string;
|
5463
5464
|
address: string;
|
5464
|
-
name: string;
|
5465
5465
|
createdAt: Date;
|
5466
5466
|
updatedAt: Date;
|
5467
5467
|
deletedAt: Date | null;
|
5468
5468
|
contact: {
|
5469
|
+
name: string;
|
5469
5470
|
id: string;
|
5470
5471
|
channel: string | null;
|
5471
5472
|
address: string | null;
|
5472
|
-
name: string;
|
5473
5473
|
createdAt: Date;
|
5474
5474
|
updatedAt: Date;
|
5475
5475
|
deletedAt: Date | null;
|
@@ -5489,17 +5489,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5489
5489
|
messageId: string;
|
5490
5490
|
mailUserId: string;
|
5491
5491
|
mailUser: {
|
5492
|
+
name: string;
|
5492
5493
|
id: string;
|
5493
5494
|
address: string;
|
5494
|
-
name: string;
|
5495
5495
|
createdAt: Date;
|
5496
5496
|
updatedAt: Date;
|
5497
5497
|
deletedAt: Date | null;
|
5498
5498
|
contact: {
|
5499
|
+
name: string;
|
5499
5500
|
id: string;
|
5500
5501
|
channel: string | null;
|
5501
5502
|
address: string | null;
|
5502
|
-
name: string;
|
5503
5503
|
createdAt: Date;
|
5504
5504
|
updatedAt: Date;
|
5505
5505
|
deletedAt: Date | null;
|
@@ -5519,17 +5519,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5519
5519
|
messageId: string;
|
5520
5520
|
mailUserId: string;
|
5521
5521
|
mailUser: {
|
5522
|
+
name: string;
|
5522
5523
|
id: string;
|
5523
5524
|
address: string;
|
5524
|
-
name: string;
|
5525
5525
|
createdAt: Date;
|
5526
5526
|
updatedAt: Date;
|
5527
5527
|
deletedAt: Date | null;
|
5528
5528
|
contact: {
|
5529
|
+
name: string;
|
5529
5530
|
id: string;
|
5530
5531
|
channel: string | null;
|
5531
5532
|
address: string | null;
|
5532
|
-
name: string;
|
5533
5533
|
createdAt: Date;
|
5534
5534
|
updatedAt: Date;
|
5535
5535
|
deletedAt: Date | null;
|
@@ -5569,10 +5569,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5569
5569
|
contactProfile: z.ZodNullable<z.ZodString>;
|
5570
5570
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
5571
5571
|
}, "strip", z.ZodTypeAny, {
|
5572
|
+
name: string;
|
5572
5573
|
id: string;
|
5573
5574
|
channel: string | null;
|
5574
5575
|
address: string | null;
|
5575
|
-
name: string;
|
5576
5576
|
createdAt: Date;
|
5577
5577
|
updatedAt: Date;
|
5578
5578
|
deletedAt: Date | null;
|
@@ -5580,10 +5580,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5580
5580
|
contactProfile: string | null;
|
5581
5581
|
socialProfileUrl: string | null;
|
5582
5582
|
}, {
|
5583
|
+
name: string;
|
5583
5584
|
id: string;
|
5584
5585
|
channel: string | null;
|
5585
5586
|
address: string | null;
|
5586
|
-
name: string;
|
5587
5587
|
createdAt: Date;
|
5588
5588
|
updatedAt: Date;
|
5589
5589
|
deletedAt: Date | null;
|
@@ -5593,17 +5593,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5593
5593
|
}>;
|
5594
5594
|
isNewContact: z.ZodBoolean;
|
5595
5595
|
}, "strip", z.ZodTypeAny, {
|
5596
|
+
name: string;
|
5596
5597
|
id: string;
|
5597
5598
|
address: string;
|
5598
|
-
name: string;
|
5599
5599
|
createdAt: Date;
|
5600
5600
|
updatedAt: Date;
|
5601
5601
|
deletedAt: Date | null;
|
5602
5602
|
contact: {
|
5603
|
+
name: string;
|
5603
5604
|
id: string;
|
5604
5605
|
channel: string | null;
|
5605
5606
|
address: string | null;
|
5606
|
-
name: string;
|
5607
5607
|
createdAt: Date;
|
5608
5608
|
updatedAt: Date;
|
5609
5609
|
deletedAt: Date | null;
|
@@ -5614,17 +5614,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5614
5614
|
contactId: string;
|
5615
5615
|
isNewContact: boolean;
|
5616
5616
|
}, {
|
5617
|
+
name: string;
|
5617
5618
|
id: string;
|
5618
5619
|
address: string;
|
5619
|
-
name: string;
|
5620
5620
|
createdAt: Date;
|
5621
5621
|
updatedAt: Date;
|
5622
5622
|
deletedAt: Date | null;
|
5623
5623
|
contact: {
|
5624
|
+
name: string;
|
5624
5625
|
id: string;
|
5625
5626
|
channel: string | null;
|
5626
5627
|
address: string | null;
|
5627
|
-
name: string;
|
5628
5628
|
createdAt: Date;
|
5629
5629
|
updatedAt: Date;
|
5630
5630
|
deletedAt: Date | null;
|
@@ -5644,17 +5644,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5644
5644
|
messageId: string;
|
5645
5645
|
mailUserId: string;
|
5646
5646
|
mailUser: {
|
5647
|
+
name: string;
|
5647
5648
|
id: string;
|
5648
5649
|
address: string;
|
5649
|
-
name: string;
|
5650
5650
|
createdAt: Date;
|
5651
5651
|
updatedAt: Date;
|
5652
5652
|
deletedAt: Date | null;
|
5653
5653
|
contact: {
|
5654
|
+
name: string;
|
5654
5655
|
id: string;
|
5655
5656
|
channel: string | null;
|
5656
5657
|
address: string | null;
|
5657
|
-
name: string;
|
5658
5658
|
createdAt: Date;
|
5659
5659
|
updatedAt: Date;
|
5660
5660
|
deletedAt: Date | null;
|
@@ -5674,17 +5674,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5674
5674
|
messageId: string;
|
5675
5675
|
mailUserId: string;
|
5676
5676
|
mailUser: {
|
5677
|
+
name: string;
|
5677
5678
|
id: string;
|
5678
5679
|
address: string;
|
5679
|
-
name: string;
|
5680
5680
|
createdAt: Date;
|
5681
5681
|
updatedAt: Date;
|
5682
5682
|
deletedAt: Date | null;
|
5683
5683
|
contact: {
|
5684
|
+
name: string;
|
5684
5685
|
id: string;
|
5685
5686
|
channel: string | null;
|
5686
5687
|
address: string | null;
|
5687
|
-
name: string;
|
5688
5688
|
createdAt: Date;
|
5689
5689
|
updatedAt: Date;
|
5690
5690
|
deletedAt: Date | null;
|
@@ -5724,10 +5724,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5724
5724
|
contactProfile: z.ZodNullable<z.ZodString>;
|
5725
5725
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
5726
5726
|
}, "strip", z.ZodTypeAny, {
|
5727
|
+
name: string;
|
5727
5728
|
id: string;
|
5728
5729
|
channel: string | null;
|
5729
5730
|
address: string | null;
|
5730
|
-
name: string;
|
5731
5731
|
createdAt: Date;
|
5732
5732
|
updatedAt: Date;
|
5733
5733
|
deletedAt: Date | null;
|
@@ -5735,10 +5735,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5735
5735
|
contactProfile: string | null;
|
5736
5736
|
socialProfileUrl: string | null;
|
5737
5737
|
}, {
|
5738
|
+
name: string;
|
5738
5739
|
id: string;
|
5739
5740
|
channel: string | null;
|
5740
5741
|
address: string | null;
|
5741
|
-
name: string;
|
5742
5742
|
createdAt: Date;
|
5743
5743
|
updatedAt: Date;
|
5744
5744
|
deletedAt: Date | null;
|
@@ -5748,17 +5748,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5748
5748
|
}>;
|
5749
5749
|
isNewContact: z.ZodBoolean;
|
5750
5750
|
}, "strip", z.ZodTypeAny, {
|
5751
|
+
name: string;
|
5751
5752
|
id: string;
|
5752
5753
|
address: string;
|
5753
|
-
name: string;
|
5754
5754
|
createdAt: Date;
|
5755
5755
|
updatedAt: Date;
|
5756
5756
|
deletedAt: Date | null;
|
5757
5757
|
contact: {
|
5758
|
+
name: string;
|
5758
5759
|
id: string;
|
5759
5760
|
channel: string | null;
|
5760
5761
|
address: string | null;
|
5761
|
-
name: string;
|
5762
5762
|
createdAt: Date;
|
5763
5763
|
updatedAt: Date;
|
5764
5764
|
deletedAt: Date | null;
|
@@ -5769,17 +5769,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5769
5769
|
contactId: string;
|
5770
5770
|
isNewContact: boolean;
|
5771
5771
|
}, {
|
5772
|
+
name: string;
|
5772
5773
|
id: string;
|
5773
5774
|
address: string;
|
5774
|
-
name: string;
|
5775
5775
|
createdAt: Date;
|
5776
5776
|
updatedAt: Date;
|
5777
5777
|
deletedAt: Date | null;
|
5778
5778
|
contact: {
|
5779
|
+
name: string;
|
5779
5780
|
id: string;
|
5780
5781
|
channel: string | null;
|
5781
5782
|
address: string | null;
|
5782
|
-
name: string;
|
5783
5783
|
createdAt: Date;
|
5784
5784
|
updatedAt: Date;
|
5785
5785
|
deletedAt: Date | null;
|
@@ -5799,17 +5799,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5799
5799
|
messageId: string;
|
5800
5800
|
mailUserId: string;
|
5801
5801
|
mailUser: {
|
5802
|
+
name: string;
|
5802
5803
|
id: string;
|
5803
5804
|
address: string;
|
5804
|
-
name: string;
|
5805
5805
|
createdAt: Date;
|
5806
5806
|
updatedAt: Date;
|
5807
5807
|
deletedAt: Date | null;
|
5808
5808
|
contact: {
|
5809
|
+
name: string;
|
5809
5810
|
id: string;
|
5810
5811
|
channel: string | null;
|
5811
5812
|
address: string | null;
|
5812
|
-
name: string;
|
5813
5813
|
createdAt: Date;
|
5814
5814
|
updatedAt: Date;
|
5815
5815
|
deletedAt: Date | null;
|
@@ -5829,17 +5829,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5829
5829
|
messageId: string;
|
5830
5830
|
mailUserId: string;
|
5831
5831
|
mailUser: {
|
5832
|
+
name: string;
|
5832
5833
|
id: string;
|
5833
5834
|
address: string;
|
5834
|
-
name: string;
|
5835
5835
|
createdAt: Date;
|
5836
5836
|
updatedAt: Date;
|
5837
5837
|
deletedAt: Date | null;
|
5838
5838
|
contact: {
|
5839
|
+
name: string;
|
5839
5840
|
id: string;
|
5840
5841
|
channel: string | null;
|
5841
5842
|
address: string | null;
|
5842
|
-
name: string;
|
5843
5843
|
createdAt: Date;
|
5844
5844
|
updatedAt: Date;
|
5845
5845
|
deletedAt: Date | null;
|
@@ -5879,10 +5879,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5879
5879
|
contactProfile: z.ZodNullable<z.ZodString>;
|
5880
5880
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
5881
5881
|
}, "strip", z.ZodTypeAny, {
|
5882
|
+
name: string;
|
5882
5883
|
id: string;
|
5883
5884
|
channel: string | null;
|
5884
5885
|
address: string | null;
|
5885
|
-
name: string;
|
5886
5886
|
createdAt: Date;
|
5887
5887
|
updatedAt: Date;
|
5888
5888
|
deletedAt: Date | null;
|
@@ -5890,10 +5890,10 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5890
5890
|
contactProfile: string | null;
|
5891
5891
|
socialProfileUrl: string | null;
|
5892
5892
|
}, {
|
5893
|
+
name: string;
|
5893
5894
|
id: string;
|
5894
5895
|
channel: string | null;
|
5895
5896
|
address: string | null;
|
5896
|
-
name: string;
|
5897
5897
|
createdAt: Date;
|
5898
5898
|
updatedAt: Date;
|
5899
5899
|
deletedAt: Date | null;
|
@@ -5903,17 +5903,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5903
5903
|
}>;
|
5904
5904
|
isNewContact: z.ZodBoolean;
|
5905
5905
|
}, "strip", z.ZodTypeAny, {
|
5906
|
+
name: string;
|
5906
5907
|
id: string;
|
5907
5908
|
address: string;
|
5908
|
-
name: string;
|
5909
5909
|
createdAt: Date;
|
5910
5910
|
updatedAt: Date;
|
5911
5911
|
deletedAt: Date | null;
|
5912
5912
|
contact: {
|
5913
|
+
name: string;
|
5913
5914
|
id: string;
|
5914
5915
|
channel: string | null;
|
5915
5916
|
address: string | null;
|
5916
|
-
name: string;
|
5917
5917
|
createdAt: Date;
|
5918
5918
|
updatedAt: Date;
|
5919
5919
|
deletedAt: Date | null;
|
@@ -5924,17 +5924,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5924
5924
|
contactId: string;
|
5925
5925
|
isNewContact: boolean;
|
5926
5926
|
}, {
|
5927
|
+
name: string;
|
5927
5928
|
id: string;
|
5928
5929
|
address: string;
|
5929
|
-
name: string;
|
5930
5930
|
createdAt: Date;
|
5931
5931
|
updatedAt: Date;
|
5932
5932
|
deletedAt: Date | null;
|
5933
5933
|
contact: {
|
5934
|
+
name: string;
|
5934
5935
|
id: string;
|
5935
5936
|
channel: string | null;
|
5936
5937
|
address: string | null;
|
5937
|
-
name: string;
|
5938
5938
|
createdAt: Date;
|
5939
5939
|
updatedAt: Date;
|
5940
5940
|
deletedAt: Date | null;
|
@@ -5954,17 +5954,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5954
5954
|
messageId: string;
|
5955
5955
|
mailUserId: string;
|
5956
5956
|
mailUser: {
|
5957
|
+
name: string;
|
5957
5958
|
id: string;
|
5958
5959
|
address: string;
|
5959
|
-
name: string;
|
5960
5960
|
createdAt: Date;
|
5961
5961
|
updatedAt: Date;
|
5962
5962
|
deletedAt: Date | null;
|
5963
5963
|
contact: {
|
5964
|
+
name: string;
|
5964
5965
|
id: string;
|
5965
5966
|
channel: string | null;
|
5966
5967
|
address: string | null;
|
5967
|
-
name: string;
|
5968
5968
|
createdAt: Date;
|
5969
5969
|
updatedAt: Date;
|
5970
5970
|
deletedAt: Date | null;
|
@@ -5984,17 +5984,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
5984
5984
|
messageId: string;
|
5985
5985
|
mailUserId: string;
|
5986
5986
|
mailUser: {
|
5987
|
+
name: string;
|
5987
5988
|
id: string;
|
5988
5989
|
address: string;
|
5989
|
-
name: string;
|
5990
5990
|
createdAt: Date;
|
5991
5991
|
updatedAt: Date;
|
5992
5992
|
deletedAt: Date | null;
|
5993
5993
|
contact: {
|
5994
|
+
name: string;
|
5994
5995
|
id: string;
|
5995
5996
|
channel: string | null;
|
5996
5997
|
address: string | null;
|
5997
|
-
name: string;
|
5998
5998
|
createdAt: Date;
|
5999
5999
|
updatedAt: Date;
|
6000
6000
|
deletedAt: Date | null;
|
@@ -6116,17 +6116,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6116
6116
|
messageId: string;
|
6117
6117
|
mailUserId: string;
|
6118
6118
|
mailUser: {
|
6119
|
+
name: string;
|
6119
6120
|
id: string;
|
6120
6121
|
address: string;
|
6121
|
-
name: string;
|
6122
6122
|
createdAt: Date;
|
6123
6123
|
updatedAt: Date;
|
6124
6124
|
deletedAt: Date | null;
|
6125
6125
|
contact: {
|
6126
|
+
name: string;
|
6126
6127
|
id: string;
|
6127
6128
|
channel: string | null;
|
6128
6129
|
address: string | null;
|
6129
|
-
name: string;
|
6130
6130
|
createdAt: Date;
|
6131
6131
|
updatedAt: Date;
|
6132
6132
|
deletedAt: Date | null;
|
@@ -6172,17 +6172,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6172
6172
|
messageId: string;
|
6173
6173
|
mailUserId: string;
|
6174
6174
|
mailUser: {
|
6175
|
+
name: string;
|
6175
6176
|
id: string;
|
6176
6177
|
address: string;
|
6177
|
-
name: string;
|
6178
6178
|
createdAt: Date;
|
6179
6179
|
updatedAt: Date;
|
6180
6180
|
deletedAt: Date | null;
|
6181
6181
|
contact: {
|
6182
|
+
name: string;
|
6182
6183
|
id: string;
|
6183
6184
|
channel: string | null;
|
6184
6185
|
address: string | null;
|
6185
|
-
name: string;
|
6186
6186
|
createdAt: Date;
|
6187
6187
|
updatedAt: Date;
|
6188
6188
|
deletedAt: Date | null;
|
@@ -6203,17 +6203,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6203
6203
|
messageId: string;
|
6204
6204
|
mailUserId: string;
|
6205
6205
|
mailUser: {
|
6206
|
+
name: string;
|
6206
6207
|
id: string;
|
6207
6208
|
address: string;
|
6208
|
-
name: string;
|
6209
6209
|
createdAt: Date;
|
6210
6210
|
updatedAt: Date;
|
6211
6211
|
deletedAt: Date | null;
|
6212
6212
|
contact: {
|
6213
|
+
name: string;
|
6213
6214
|
id: string;
|
6214
6215
|
channel: string | null;
|
6215
6216
|
address: string | null;
|
6216
|
-
name: string;
|
6217
6217
|
createdAt: Date;
|
6218
6218
|
updatedAt: Date;
|
6219
6219
|
deletedAt: Date | null;
|
@@ -6234,17 +6234,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6234
6234
|
messageId: string;
|
6235
6235
|
mailUserId: string;
|
6236
6236
|
mailUser: {
|
6237
|
+
name: string;
|
6237
6238
|
id: string;
|
6238
6239
|
address: string;
|
6239
|
-
name: string;
|
6240
6240
|
createdAt: Date;
|
6241
6241
|
updatedAt: Date;
|
6242
6242
|
deletedAt: Date | null;
|
6243
6243
|
contact: {
|
6244
|
+
name: string;
|
6244
6245
|
id: string;
|
6245
6246
|
channel: string | null;
|
6246
6247
|
address: string | null;
|
6247
|
-
name: string;
|
6248
6248
|
createdAt: Date;
|
6249
6249
|
updatedAt: Date;
|
6250
6250
|
deletedAt: Date | null;
|
@@ -6284,17 +6284,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6284
6284
|
messageId: string;
|
6285
6285
|
mailUserId: string;
|
6286
6286
|
mailUser: {
|
6287
|
+
name: string;
|
6287
6288
|
id: string;
|
6288
6289
|
address: string;
|
6289
|
-
name: string;
|
6290
6290
|
createdAt: Date;
|
6291
6291
|
updatedAt: Date;
|
6292
6292
|
deletedAt: Date | null;
|
6293
6293
|
contact: {
|
6294
|
+
name: string;
|
6294
6295
|
id: string;
|
6295
6296
|
channel: string | null;
|
6296
6297
|
address: string | null;
|
6297
|
-
name: string;
|
6298
6298
|
createdAt: Date;
|
6299
6299
|
updatedAt: Date;
|
6300
6300
|
deletedAt: Date | null;
|
@@ -6340,17 +6340,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6340
6340
|
messageId: string;
|
6341
6341
|
mailUserId: string;
|
6342
6342
|
mailUser: {
|
6343
|
+
name: string;
|
6343
6344
|
id: string;
|
6344
6345
|
address: string;
|
6345
|
-
name: string;
|
6346
6346
|
createdAt: Date;
|
6347
6347
|
updatedAt: Date;
|
6348
6348
|
deletedAt: Date | null;
|
6349
6349
|
contact: {
|
6350
|
+
name: string;
|
6350
6351
|
id: string;
|
6351
6352
|
channel: string | null;
|
6352
6353
|
address: string | null;
|
6353
|
-
name: string;
|
6354
6354
|
createdAt: Date;
|
6355
6355
|
updatedAt: Date;
|
6356
6356
|
deletedAt: Date | null;
|
@@ -6371,17 +6371,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6371
6371
|
messageId: string;
|
6372
6372
|
mailUserId: string;
|
6373
6373
|
mailUser: {
|
6374
|
+
name: string;
|
6374
6375
|
id: string;
|
6375
6376
|
address: string;
|
6376
|
-
name: string;
|
6377
6377
|
createdAt: Date;
|
6378
6378
|
updatedAt: Date;
|
6379
6379
|
deletedAt: Date | null;
|
6380
6380
|
contact: {
|
6381
|
+
name: string;
|
6381
6382
|
id: string;
|
6382
6383
|
channel: string | null;
|
6383
6384
|
address: string | null;
|
6384
|
-
name: string;
|
6385
6385
|
createdAt: Date;
|
6386
6386
|
updatedAt: Date;
|
6387
6387
|
deletedAt: Date | null;
|
@@ -6402,17 +6402,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6402
6402
|
messageId: string;
|
6403
6403
|
mailUserId: string;
|
6404
6404
|
mailUser: {
|
6405
|
+
name: string;
|
6405
6406
|
id: string;
|
6406
6407
|
address: string;
|
6407
|
-
name: string;
|
6408
6408
|
createdAt: Date;
|
6409
6409
|
updatedAt: Date;
|
6410
6410
|
deletedAt: Date | null;
|
6411
6411
|
contact: {
|
6412
|
+
name: string;
|
6412
6413
|
id: string;
|
6413
6414
|
channel: string | null;
|
6414
6415
|
address: string | null;
|
6415
|
-
name: string;
|
6416
6416
|
createdAt: Date;
|
6417
6417
|
updatedAt: Date;
|
6418
6418
|
deletedAt: Date | null;
|
@@ -6453,9 +6453,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6453
6453
|
phone: z.ZodNullable<z.ZodString>;
|
6454
6454
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
6455
6455
|
}, "strip", z.ZodTypeAny, {
|
6456
|
+
name: string;
|
6456
6457
|
id: string;
|
6457
6458
|
address: string | null;
|
6458
|
-
name: string;
|
6459
6459
|
email: string;
|
6460
6460
|
createdAt: Date;
|
6461
6461
|
updatedAt: Date;
|
@@ -6463,9 +6463,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6463
6463
|
phone: string | null;
|
6464
6464
|
notificationCount: number | null;
|
6465
6465
|
}, {
|
6466
|
+
name: string;
|
6466
6467
|
id: string;
|
6467
6468
|
address: string | null;
|
6468
|
-
name: string;
|
6469
6469
|
email: string;
|
6470
6470
|
createdAt: Date;
|
6471
6471
|
updatedAt: Date;
|
@@ -6480,9 +6480,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6480
6480
|
updatedAt: Date;
|
6481
6481
|
deletedAt: string | null;
|
6482
6482
|
actor: {
|
6483
|
+
name: string;
|
6483
6484
|
id: string;
|
6484
6485
|
address: string | null;
|
6485
|
-
name: string;
|
6486
6486
|
email: string;
|
6487
6487
|
createdAt: Date;
|
6488
6488
|
updatedAt: Date;
|
@@ -6499,9 +6499,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6499
6499
|
updatedAt: Date;
|
6500
6500
|
deletedAt: string | null;
|
6501
6501
|
actor: {
|
6502
|
+
name: string;
|
6502
6503
|
id: string;
|
6503
6504
|
address: string | null;
|
6504
|
-
name: string;
|
6505
6505
|
email: string;
|
6506
6506
|
createdAt: Date;
|
6507
6507
|
updatedAt: Date;
|
@@ -6536,8 +6536,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6536
6536
|
imapTlsPort: z.ZodNumber;
|
6537
6537
|
useTlsForImap: z.ZodBoolean;
|
6538
6538
|
}, "strip", z.ZodTypeAny, {
|
6539
|
-
id: string;
|
6540
6539
|
name: string;
|
6540
|
+
id: string;
|
6541
6541
|
createdAt: Date;
|
6542
6542
|
updatedAt: Date;
|
6543
6543
|
deletedAt: Date | null;
|
@@ -6550,8 +6550,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6550
6550
|
imapTlsPort: number;
|
6551
6551
|
useTlsForImap: boolean;
|
6552
6552
|
}, {
|
6553
|
-
id: string;
|
6554
6553
|
name: string;
|
6554
|
+
id: string;
|
6555
6555
|
createdAt: Date;
|
6556
6556
|
updatedAt: Date;
|
6557
6557
|
deletedAt: Date | null;
|
@@ -6566,18 +6566,18 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6566
6566
|
}>;
|
6567
6567
|
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">]>;
|
6568
6568
|
}, "strip", z.ZodTypeAny, {
|
6569
|
+
name: string;
|
6569
6570
|
id: string;
|
6570
6571
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
6571
6572
|
address: string;
|
6572
|
-
name: string;
|
6573
6573
|
createdAt: Date;
|
6574
6574
|
updatedAt: Date;
|
6575
6575
|
deletedAt: Date | null;
|
6576
6576
|
accountId: string;
|
6577
6577
|
mailServerId: string;
|
6578
6578
|
mailServer: {
|
6579
|
-
id: string;
|
6580
6579
|
name: string;
|
6580
|
+
id: string;
|
6581
6581
|
createdAt: Date;
|
6582
6582
|
updatedAt: Date;
|
6583
6583
|
deletedAt: Date | null;
|
@@ -6591,18 +6591,18 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6591
6591
|
useTlsForImap: boolean;
|
6592
6592
|
};
|
6593
6593
|
}, {
|
6594
|
+
name: string;
|
6594
6595
|
id: string;
|
6595
6596
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
6596
6597
|
address: string;
|
6597
|
-
name: string;
|
6598
6598
|
createdAt: Date;
|
6599
6599
|
updatedAt: Date;
|
6600
6600
|
deletedAt: Date | null;
|
6601
6601
|
accountId: string;
|
6602
6602
|
mailServerId: string;
|
6603
6603
|
mailServer: {
|
6604
|
-
id: string;
|
6605
6604
|
name: string;
|
6605
|
+
id: string;
|
6606
6606
|
createdAt: Date;
|
6607
6607
|
updatedAt: Date;
|
6608
6608
|
deletedAt: Date | null;
|
@@ -6648,14 +6648,14 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6648
6648
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6649
6649
|
name: z.ZodString;
|
6650
6650
|
}, "strip", z.ZodTypeAny, {
|
6651
|
-
id: string;
|
6652
6651
|
name: string;
|
6652
|
+
id: string;
|
6653
6653
|
createdAt: Date;
|
6654
6654
|
updatedAt: Date;
|
6655
6655
|
deletedAt: Date | null;
|
6656
6656
|
}, {
|
6657
|
-
id: string;
|
6658
6657
|
name: string;
|
6658
|
+
id: string;
|
6659
6659
|
createdAt: Date;
|
6660
6660
|
updatedAt: Date;
|
6661
6661
|
deletedAt: Date | null;
|
@@ -6826,8 +6826,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6826
6826
|
}[];
|
6827
6827
|
}[];
|
6828
6828
|
tags: {
|
6829
|
-
id: string;
|
6830
6829
|
name: string;
|
6830
|
+
id: string;
|
6831
6831
|
createdAt: Date;
|
6832
6832
|
updatedAt: Date;
|
6833
6833
|
deletedAt: Date | null;
|
@@ -6877,8 +6877,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6877
6877
|
}[];
|
6878
6878
|
}[];
|
6879
6879
|
tags: {
|
6880
|
-
id: string;
|
6881
6880
|
name: string;
|
6881
|
+
id: string;
|
6882
6882
|
createdAt: Date;
|
6883
6883
|
updatedAt: Date;
|
6884
6884
|
deletedAt: Date | null;
|
@@ -6915,15 +6915,15 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6915
6915
|
name: z.ZodString;
|
6916
6916
|
position: z.ZodNumber;
|
6917
6917
|
}, "strip", z.ZodTypeAny, {
|
6918
|
-
id: string;
|
6919
6918
|
name: string;
|
6919
|
+
id: string;
|
6920
6920
|
position: number;
|
6921
6921
|
createdAt: Date;
|
6922
6922
|
updatedAt: Date;
|
6923
6923
|
deletedAt: Date | null;
|
6924
6924
|
}, {
|
6925
|
-
id: string;
|
6926
6925
|
name: string;
|
6926
|
+
id: string;
|
6927
6927
|
position: number;
|
6928
6928
|
createdAt: Date;
|
6929
6929
|
updatedAt: Date;
|
@@ -6938,8 +6938,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6938
6938
|
endedAt: string | null;
|
6939
6939
|
duration: number | null;
|
6940
6940
|
holdLabel?: {
|
6941
|
-
id: string;
|
6942
6941
|
name: string;
|
6942
|
+
id: string;
|
6943
6943
|
position: number;
|
6944
6944
|
createdAt: Date;
|
6945
6945
|
updatedAt: Date;
|
@@ -6954,8 +6954,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6954
6954
|
endedAt: string | null;
|
6955
6955
|
duration: number | null;
|
6956
6956
|
holdLabel?: {
|
6957
|
-
id: string;
|
6958
6957
|
name: string;
|
6958
|
+
id: string;
|
6959
6959
|
position: number;
|
6960
6960
|
createdAt: Date;
|
6961
6961
|
updatedAt: Date;
|
@@ -7008,8 +7008,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7008
7008
|
}[];
|
7009
7009
|
}[];
|
7010
7010
|
tags: {
|
7011
|
-
id: string;
|
7012
7011
|
name: string;
|
7012
|
+
id: string;
|
7013
7013
|
createdAt: Date;
|
7014
7014
|
updatedAt: Date;
|
7015
7015
|
deletedAt: Date | null;
|
@@ -7039,8 +7039,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7039
7039
|
endedAt: string | null;
|
7040
7040
|
duration: number | null;
|
7041
7041
|
holdLabel?: {
|
7042
|
-
id: string;
|
7043
7042
|
name: string;
|
7043
|
+
id: string;
|
7044
7044
|
position: number;
|
7045
7045
|
createdAt: Date;
|
7046
7046
|
updatedAt: Date;
|
@@ -7093,8 +7093,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7093
7093
|
}[];
|
7094
7094
|
}[];
|
7095
7095
|
tags: {
|
7096
|
-
id: string;
|
7097
7096
|
name: string;
|
7097
|
+
id: string;
|
7098
7098
|
createdAt: Date;
|
7099
7099
|
updatedAt: Date;
|
7100
7100
|
deletedAt: Date | null;
|
@@ -7124,8 +7124,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7124
7124
|
endedAt: string | null;
|
7125
7125
|
duration: number | null;
|
7126
7126
|
holdLabel?: {
|
7127
|
-
id: string;
|
7128
7127
|
name: string;
|
7128
|
+
id: string;
|
7129
7129
|
position: number;
|
7130
7130
|
createdAt: Date;
|
7131
7131
|
updatedAt: Date;
|
@@ -7140,8 +7140,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7140
7140
|
updatedAt: Date;
|
7141
7141
|
deletedAt: Date | null;
|
7142
7142
|
tags: {
|
7143
|
-
id: string;
|
7144
7143
|
name: string;
|
7144
|
+
id: string;
|
7145
7145
|
color: string;
|
7146
7146
|
createdAt: Date;
|
7147
7147
|
updatedAt: Date;
|
@@ -7166,17 +7166,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7166
7166
|
messageId: string;
|
7167
7167
|
mailUserId: string;
|
7168
7168
|
mailUser: {
|
7169
|
+
name: string;
|
7169
7170
|
id: string;
|
7170
7171
|
address: string;
|
7171
|
-
name: string;
|
7172
7172
|
createdAt: Date;
|
7173
7173
|
updatedAt: Date;
|
7174
7174
|
deletedAt: Date | null;
|
7175
7175
|
contact: {
|
7176
|
+
name: string;
|
7176
7177
|
id: string;
|
7177
7178
|
channel: string | null;
|
7178
7179
|
address: string | null;
|
7179
|
-
name: string;
|
7180
7180
|
createdAt: Date;
|
7181
7181
|
updatedAt: Date;
|
7182
7182
|
deletedAt: Date | null;
|
@@ -7222,17 +7222,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7222
7222
|
messageId: string;
|
7223
7223
|
mailUserId: string;
|
7224
7224
|
mailUser: {
|
7225
|
+
name: string;
|
7225
7226
|
id: string;
|
7226
7227
|
address: string;
|
7227
|
-
name: string;
|
7228
7228
|
createdAt: Date;
|
7229
7229
|
updatedAt: Date;
|
7230
7230
|
deletedAt: Date | null;
|
7231
7231
|
contact: {
|
7232
|
+
name: string;
|
7232
7233
|
id: string;
|
7233
7234
|
channel: string | null;
|
7234
7235
|
address: string | null;
|
7235
|
-
name: string;
|
7236
7236
|
createdAt: Date;
|
7237
7237
|
updatedAt: Date;
|
7238
7238
|
deletedAt: Date | null;
|
@@ -7253,17 +7253,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7253
7253
|
messageId: string;
|
7254
7254
|
mailUserId: string;
|
7255
7255
|
mailUser: {
|
7256
|
+
name: string;
|
7256
7257
|
id: string;
|
7257
7258
|
address: string;
|
7258
|
-
name: string;
|
7259
7259
|
createdAt: Date;
|
7260
7260
|
updatedAt: Date;
|
7261
7261
|
deletedAt: Date | null;
|
7262
7262
|
contact: {
|
7263
|
+
name: string;
|
7263
7264
|
id: string;
|
7264
7265
|
channel: string | null;
|
7265
7266
|
address: string | null;
|
7266
|
-
name: string;
|
7267
7267
|
createdAt: Date;
|
7268
7268
|
updatedAt: Date;
|
7269
7269
|
deletedAt: Date | null;
|
@@ -7284,17 +7284,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7284
7284
|
messageId: string;
|
7285
7285
|
mailUserId: string;
|
7286
7286
|
mailUser: {
|
7287
|
+
name: string;
|
7287
7288
|
id: string;
|
7288
7289
|
address: string;
|
7289
|
-
name: string;
|
7290
7290
|
createdAt: Date;
|
7291
7291
|
updatedAt: Date;
|
7292
7292
|
deletedAt: Date | null;
|
7293
7293
|
contact: {
|
7294
|
+
name: string;
|
7294
7295
|
id: string;
|
7295
7296
|
channel: string | null;
|
7296
7297
|
address: string | null;
|
7297
|
-
name: string;
|
7298
7298
|
createdAt: Date;
|
7299
7299
|
updatedAt: Date;
|
7300
7300
|
deletedAt: Date | null;
|
@@ -7318,9 +7318,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7318
7318
|
seemsLikeNew: boolean;
|
7319
7319
|
};
|
7320
7320
|
assignee: {
|
7321
|
+
name: string;
|
7321
7322
|
id: string;
|
7322
7323
|
address: string | null;
|
7323
|
-
name: string;
|
7324
7324
|
email: string;
|
7325
7325
|
createdAt: Date;
|
7326
7326
|
updatedAt: Date;
|
@@ -7375,8 +7375,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7375
7375
|
}[];
|
7376
7376
|
}[];
|
7377
7377
|
tags: {
|
7378
|
-
id: string;
|
7379
7378
|
name: string;
|
7379
|
+
id: string;
|
7380
7380
|
createdAt: Date;
|
7381
7381
|
updatedAt: Date;
|
7382
7382
|
deletedAt: Date | null;
|
@@ -7406,8 +7406,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7406
7406
|
endedAt: string | null;
|
7407
7407
|
duration: number | null;
|
7408
7408
|
holdLabel?: {
|
7409
|
-
id: string;
|
7410
7409
|
name: string;
|
7410
|
+
id: string;
|
7411
7411
|
position: number;
|
7412
7412
|
createdAt: Date;
|
7413
7413
|
updatedAt: Date;
|
@@ -7425,17 +7425,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7425
7425
|
messageId: string;
|
7426
7426
|
mailUserId: string;
|
7427
7427
|
mailUser: {
|
7428
|
+
name: string;
|
7428
7429
|
id: string;
|
7429
7430
|
address: string;
|
7430
|
-
name: string;
|
7431
7431
|
createdAt: Date;
|
7432
7432
|
updatedAt: Date;
|
7433
7433
|
deletedAt: Date | null;
|
7434
7434
|
contact: {
|
7435
|
+
name: string;
|
7435
7436
|
id: string;
|
7436
7437
|
channel: string | null;
|
7437
7438
|
address: string | null;
|
7438
|
-
name: string;
|
7439
7439
|
createdAt: Date;
|
7440
7440
|
updatedAt: Date;
|
7441
7441
|
deletedAt: Date | null;
|
@@ -7457,17 +7457,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7457
7457
|
messageId: string;
|
7458
7458
|
mailUserId: string;
|
7459
7459
|
mailUser: {
|
7460
|
+
name: string;
|
7460
7461
|
id: string;
|
7461
7462
|
address: string;
|
7462
|
-
name: string;
|
7463
7463
|
createdAt: Date;
|
7464
7464
|
updatedAt: Date;
|
7465
7465
|
deletedAt: Date | null;
|
7466
7466
|
contact: {
|
7467
|
+
name: string;
|
7467
7468
|
id: string;
|
7468
7469
|
channel: string | null;
|
7469
7470
|
address: string | null;
|
7470
|
-
name: string;
|
7471
7471
|
createdAt: Date;
|
7472
7472
|
updatedAt: Date;
|
7473
7473
|
deletedAt: Date | null;
|
@@ -7488,17 +7488,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7488
7488
|
messageId: string;
|
7489
7489
|
mailUserId: string;
|
7490
7490
|
mailUser: {
|
7491
|
+
name: string;
|
7491
7492
|
id: string;
|
7492
7493
|
address: string;
|
7493
|
-
name: string;
|
7494
7494
|
createdAt: Date;
|
7495
7495
|
updatedAt: Date;
|
7496
7496
|
deletedAt: Date | null;
|
7497
7497
|
contact: {
|
7498
|
+
name: string;
|
7498
7499
|
id: string;
|
7499
7500
|
channel: string | null;
|
7500
7501
|
address: string | null;
|
7501
|
-
name: string;
|
7502
7502
|
createdAt: Date;
|
7503
7503
|
updatedAt: Date;
|
7504
7504
|
deletedAt: Date | null;
|
@@ -7519,17 +7519,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7519
7519
|
messageId: string;
|
7520
7520
|
mailUserId: string;
|
7521
7521
|
mailUser: {
|
7522
|
+
name: string;
|
7522
7523
|
id: string;
|
7523
7524
|
address: string;
|
7524
|
-
name: string;
|
7525
7525
|
createdAt: Date;
|
7526
7526
|
updatedAt: Date;
|
7527
7527
|
deletedAt: Date | null;
|
7528
7528
|
contact: {
|
7529
|
+
name: string;
|
7529
7530
|
id: string;
|
7530
7531
|
channel: string | null;
|
7531
7532
|
address: string | null;
|
7532
|
-
name: string;
|
7533
7533
|
createdAt: Date;
|
7534
7534
|
updatedAt: Date;
|
7535
7535
|
deletedAt: Date | null;
|
@@ -7562,17 +7562,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7562
7562
|
messageId: string;
|
7563
7563
|
mailUserId: string;
|
7564
7564
|
mailUser: {
|
7565
|
+
name: string;
|
7565
7566
|
id: string;
|
7566
7567
|
address: string;
|
7567
|
-
name: string;
|
7568
7568
|
createdAt: Date;
|
7569
7569
|
updatedAt: Date;
|
7570
7570
|
deletedAt: Date | null;
|
7571
7571
|
contact: {
|
7572
|
+
name: string;
|
7572
7573
|
id: string;
|
7573
7574
|
channel: string | null;
|
7574
7575
|
address: string | null;
|
7575
|
-
name: string;
|
7576
7576
|
createdAt: Date;
|
7577
7577
|
updatedAt: Date;
|
7578
7578
|
deletedAt: Date | null;
|
@@ -7618,17 +7618,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7618
7618
|
messageId: string;
|
7619
7619
|
mailUserId: string;
|
7620
7620
|
mailUser: {
|
7621
|
+
name: string;
|
7621
7622
|
id: string;
|
7622
7623
|
address: string;
|
7623
|
-
name: string;
|
7624
7624
|
createdAt: Date;
|
7625
7625
|
updatedAt: Date;
|
7626
7626
|
deletedAt: Date | null;
|
7627
7627
|
contact: {
|
7628
|
+
name: string;
|
7628
7629
|
id: string;
|
7629
7630
|
channel: string | null;
|
7630
7631
|
address: string | null;
|
7631
|
-
name: string;
|
7632
7632
|
createdAt: Date;
|
7633
7633
|
updatedAt: Date;
|
7634
7634
|
deletedAt: Date | null;
|
@@ -7649,17 +7649,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7649
7649
|
messageId: string;
|
7650
7650
|
mailUserId: string;
|
7651
7651
|
mailUser: {
|
7652
|
+
name: string;
|
7652
7653
|
id: string;
|
7653
7654
|
address: string;
|
7654
|
-
name: string;
|
7655
7655
|
createdAt: Date;
|
7656
7656
|
updatedAt: Date;
|
7657
7657
|
deletedAt: Date | null;
|
7658
7658
|
contact: {
|
7659
|
+
name: string;
|
7659
7660
|
id: string;
|
7660
7661
|
channel: string | null;
|
7661
7662
|
address: string | null;
|
7662
|
-
name: string;
|
7663
7663
|
createdAt: Date;
|
7664
7664
|
updatedAt: Date;
|
7665
7665
|
deletedAt: Date | null;
|
@@ -7680,17 +7680,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7680
7680
|
messageId: string;
|
7681
7681
|
mailUserId: string;
|
7682
7682
|
mailUser: {
|
7683
|
+
name: string;
|
7683
7684
|
id: string;
|
7684
7685
|
address: string;
|
7685
|
-
name: string;
|
7686
7686
|
createdAt: Date;
|
7687
7687
|
updatedAt: Date;
|
7688
7688
|
deletedAt: Date | null;
|
7689
7689
|
contact: {
|
7690
|
+
name: string;
|
7690
7691
|
id: string;
|
7691
7692
|
channel: string | null;
|
7692
7693
|
address: string | null;
|
7693
|
-
name: string;
|
7694
7694
|
createdAt: Date;
|
7695
7695
|
updatedAt: Date;
|
7696
7696
|
deletedAt: Date | null;
|
@@ -7731,17 +7731,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7731
7731
|
messageId: string;
|
7732
7732
|
mailUserId: string;
|
7733
7733
|
mailUser: {
|
7734
|
+
name: string;
|
7734
7735
|
id: string;
|
7735
7736
|
address: string;
|
7736
|
-
name: string;
|
7737
7737
|
createdAt: Date;
|
7738
7738
|
updatedAt: Date;
|
7739
7739
|
deletedAt: Date | null;
|
7740
7740
|
contact: {
|
7741
|
+
name: string;
|
7741
7742
|
id: string;
|
7742
7743
|
channel: string | null;
|
7743
7744
|
address: string | null;
|
7744
|
-
name: string;
|
7745
7745
|
createdAt: Date;
|
7746
7746
|
updatedAt: Date;
|
7747
7747
|
deletedAt: Date | null;
|
@@ -7787,17 +7787,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7787
7787
|
messageId: string;
|
7788
7788
|
mailUserId: string;
|
7789
7789
|
mailUser: {
|
7790
|
+
name: string;
|
7790
7791
|
id: string;
|
7791
7792
|
address: string;
|
7792
|
-
name: string;
|
7793
7793
|
createdAt: Date;
|
7794
7794
|
updatedAt: Date;
|
7795
7795
|
deletedAt: Date | null;
|
7796
7796
|
contact: {
|
7797
|
+
name: string;
|
7797
7798
|
id: string;
|
7798
7799
|
channel: string | null;
|
7799
7800
|
address: string | null;
|
7800
|
-
name: string;
|
7801
7801
|
createdAt: Date;
|
7802
7802
|
updatedAt: Date;
|
7803
7803
|
deletedAt: Date | null;
|
@@ -7818,17 +7818,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7818
7818
|
messageId: string;
|
7819
7819
|
mailUserId: string;
|
7820
7820
|
mailUser: {
|
7821
|
+
name: string;
|
7821
7822
|
id: string;
|
7822
7823
|
address: string;
|
7823
|
-
name: string;
|
7824
7824
|
createdAt: Date;
|
7825
7825
|
updatedAt: Date;
|
7826
7826
|
deletedAt: Date | null;
|
7827
7827
|
contact: {
|
7828
|
+
name: string;
|
7828
7829
|
id: string;
|
7829
7830
|
channel: string | null;
|
7830
7831
|
address: string | null;
|
7831
|
-
name: string;
|
7832
7832
|
createdAt: Date;
|
7833
7833
|
updatedAt: Date;
|
7834
7834
|
deletedAt: Date | null;
|
@@ -7849,17 +7849,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7849
7849
|
messageId: string;
|
7850
7850
|
mailUserId: string;
|
7851
7851
|
mailUser: {
|
7852
|
+
name: string;
|
7852
7853
|
id: string;
|
7853
7854
|
address: string;
|
7854
|
-
name: string;
|
7855
7855
|
createdAt: Date;
|
7856
7856
|
updatedAt: Date;
|
7857
7857
|
deletedAt: Date | null;
|
7858
7858
|
contact: {
|
7859
|
+
name: string;
|
7859
7860
|
id: string;
|
7860
7861
|
channel: string | null;
|
7861
7862
|
address: string | null;
|
7862
|
-
name: string;
|
7863
7863
|
createdAt: Date;
|
7864
7864
|
updatedAt: Date;
|
7865
7865
|
deletedAt: Date | null;
|
@@ -7900,17 +7900,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7900
7900
|
messageId: string;
|
7901
7901
|
mailUserId: string;
|
7902
7902
|
mailUser: {
|
7903
|
+
name: string;
|
7903
7904
|
id: string;
|
7904
7905
|
address: string;
|
7905
|
-
name: string;
|
7906
7906
|
createdAt: Date;
|
7907
7907
|
updatedAt: Date;
|
7908
7908
|
deletedAt: Date | null;
|
7909
7909
|
contact: {
|
7910
|
+
name: string;
|
7910
7911
|
id: string;
|
7911
7912
|
channel: string | null;
|
7912
7913
|
address: string | null;
|
7913
|
-
name: string;
|
7914
7914
|
createdAt: Date;
|
7915
7915
|
updatedAt: Date;
|
7916
7916
|
deletedAt: Date | null;
|
@@ -7956,17 +7956,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7956
7956
|
messageId: string;
|
7957
7957
|
mailUserId: string;
|
7958
7958
|
mailUser: {
|
7959
|
+
name: string;
|
7959
7960
|
id: string;
|
7960
7961
|
address: string;
|
7961
|
-
name: string;
|
7962
7962
|
createdAt: Date;
|
7963
7963
|
updatedAt: Date;
|
7964
7964
|
deletedAt: Date | null;
|
7965
7965
|
contact: {
|
7966
|
+
name: string;
|
7966
7967
|
id: string;
|
7967
7968
|
channel: string | null;
|
7968
7969
|
address: string | null;
|
7969
|
-
name: string;
|
7970
7970
|
createdAt: Date;
|
7971
7971
|
updatedAt: Date;
|
7972
7972
|
deletedAt: Date | null;
|
@@ -7987,17 +7987,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7987
7987
|
messageId: string;
|
7988
7988
|
mailUserId: string;
|
7989
7989
|
mailUser: {
|
7990
|
+
name: string;
|
7990
7991
|
id: string;
|
7991
7992
|
address: string;
|
7992
|
-
name: string;
|
7993
7993
|
createdAt: Date;
|
7994
7994
|
updatedAt: Date;
|
7995
7995
|
deletedAt: Date | null;
|
7996
7996
|
contact: {
|
7997
|
+
name: string;
|
7997
7998
|
id: string;
|
7998
7999
|
channel: string | null;
|
7999
8000
|
address: string | null;
|
8000
|
-
name: string;
|
8001
8001
|
createdAt: Date;
|
8002
8002
|
updatedAt: Date;
|
8003
8003
|
deletedAt: Date | null;
|
@@ -8018,17 +8018,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8018
8018
|
messageId: string;
|
8019
8019
|
mailUserId: string;
|
8020
8020
|
mailUser: {
|
8021
|
+
name: string;
|
8021
8022
|
id: string;
|
8022
8023
|
address: string;
|
8023
|
-
name: string;
|
8024
8024
|
createdAt: Date;
|
8025
8025
|
updatedAt: Date;
|
8026
8026
|
deletedAt: Date | null;
|
8027
8027
|
contact: {
|
8028
|
+
name: string;
|
8028
8029
|
id: string;
|
8029
8030
|
channel: string | null;
|
8030
8031
|
address: string | null;
|
8031
|
-
name: string;
|
8032
8032
|
createdAt: Date;
|
8033
8033
|
updatedAt: Date;
|
8034
8034
|
deletedAt: Date | null;
|
@@ -8057,9 +8057,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8057
8057
|
updatedAt: Date;
|
8058
8058
|
deletedAt: string | null;
|
8059
8059
|
actor: {
|
8060
|
+
name: string;
|
8060
8061
|
id: string;
|
8061
8062
|
address: string | null;
|
8062
|
-
name: string;
|
8063
8063
|
email: string;
|
8064
8064
|
createdAt: Date;
|
8065
8065
|
updatedAt: Date;
|
@@ -8071,18 +8071,18 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8071
8071
|
actorId: string;
|
8072
8072
|
})[];
|
8073
8073
|
mail: {
|
8074
|
+
name: string;
|
8074
8075
|
id: string;
|
8075
8076
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
8076
8077
|
address: string;
|
8077
|
-
name: string;
|
8078
8078
|
createdAt: Date;
|
8079
8079
|
updatedAt: Date;
|
8080
8080
|
deletedAt: Date | null;
|
8081
8081
|
accountId: string;
|
8082
8082
|
mailServerId: string;
|
8083
8083
|
mailServer: {
|
8084
|
-
id: string;
|
8085
8084
|
name: string;
|
8085
|
+
id: string;
|
8086
8086
|
createdAt: Date;
|
8087
8087
|
updatedAt: Date;
|
8088
8088
|
deletedAt: Date | null;
|
@@ -8104,8 +8104,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8104
8104
|
updatedAt: Date;
|
8105
8105
|
deletedAt: Date | null;
|
8106
8106
|
tags: {
|
8107
|
-
id: string;
|
8108
8107
|
name: string;
|
8108
|
+
id: string;
|
8109
8109
|
color: string;
|
8110
8110
|
createdAt: Date;
|
8111
8111
|
updatedAt: Date;
|
@@ -8130,17 +8130,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8130
8130
|
messageId: string;
|
8131
8131
|
mailUserId: string;
|
8132
8132
|
mailUser: {
|
8133
|
+
name: string;
|
8133
8134
|
id: string;
|
8134
8135
|
address: string;
|
8135
|
-
name: string;
|
8136
8136
|
createdAt: Date;
|
8137
8137
|
updatedAt: Date;
|
8138
8138
|
deletedAt: Date | null;
|
8139
8139
|
contact: {
|
8140
|
+
name: string;
|
8140
8141
|
id: string;
|
8141
8142
|
channel: string | null;
|
8142
8143
|
address: string | null;
|
8143
|
-
name: string;
|
8144
8144
|
createdAt: Date;
|
8145
8145
|
updatedAt: Date;
|
8146
8146
|
deletedAt: Date | null;
|
@@ -8186,17 +8186,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8186
8186
|
messageId: string;
|
8187
8187
|
mailUserId: string;
|
8188
8188
|
mailUser: {
|
8189
|
+
name: string;
|
8189
8190
|
id: string;
|
8190
8191
|
address: string;
|
8191
|
-
name: string;
|
8192
8192
|
createdAt: Date;
|
8193
8193
|
updatedAt: Date;
|
8194
8194
|
deletedAt: Date | null;
|
8195
8195
|
contact: {
|
8196
|
+
name: string;
|
8196
8197
|
id: string;
|
8197
8198
|
channel: string | null;
|
8198
8199
|
address: string | null;
|
8199
|
-
name: string;
|
8200
8200
|
createdAt: Date;
|
8201
8201
|
updatedAt: Date;
|
8202
8202
|
deletedAt: Date | null;
|
@@ -8217,17 +8217,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8217
8217
|
messageId: string;
|
8218
8218
|
mailUserId: string;
|
8219
8219
|
mailUser: {
|
8220
|
+
name: string;
|
8220
8221
|
id: string;
|
8221
8222
|
address: string;
|
8222
|
-
name: string;
|
8223
8223
|
createdAt: Date;
|
8224
8224
|
updatedAt: Date;
|
8225
8225
|
deletedAt: Date | null;
|
8226
8226
|
contact: {
|
8227
|
+
name: string;
|
8227
8228
|
id: string;
|
8228
8229
|
channel: string | null;
|
8229
8230
|
address: string | null;
|
8230
|
-
name: string;
|
8231
8231
|
createdAt: Date;
|
8232
8232
|
updatedAt: Date;
|
8233
8233
|
deletedAt: Date | null;
|
@@ -8248,17 +8248,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8248
8248
|
messageId: string;
|
8249
8249
|
mailUserId: string;
|
8250
8250
|
mailUser: {
|
8251
|
+
name: string;
|
8251
8252
|
id: string;
|
8252
8253
|
address: string;
|
8253
|
-
name: string;
|
8254
8254
|
createdAt: Date;
|
8255
8255
|
updatedAt: Date;
|
8256
8256
|
deletedAt: Date | null;
|
8257
8257
|
contact: {
|
8258
|
+
name: string;
|
8258
8259
|
id: string;
|
8259
8260
|
channel: string | null;
|
8260
8261
|
address: string | null;
|
8261
|
-
name: string;
|
8262
8262
|
createdAt: Date;
|
8263
8263
|
updatedAt: Date;
|
8264
8264
|
deletedAt: Date | null;
|
@@ -8282,9 +8282,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8282
8282
|
seemsLikeNew: boolean;
|
8283
8283
|
};
|
8284
8284
|
assignee: {
|
8285
|
+
name: string;
|
8285
8286
|
id: string;
|
8286
8287
|
address: string | null;
|
8287
|
-
name: string;
|
8288
8288
|
email: string;
|
8289
8289
|
createdAt: Date;
|
8290
8290
|
updatedAt: Date;
|
@@ -8339,8 +8339,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8339
8339
|
}[];
|
8340
8340
|
}[];
|
8341
8341
|
tags: {
|
8342
|
-
id: string;
|
8343
8342
|
name: string;
|
8343
|
+
id: string;
|
8344
8344
|
createdAt: Date;
|
8345
8345
|
updatedAt: Date;
|
8346
8346
|
deletedAt: Date | null;
|
@@ -8370,8 +8370,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8370
8370
|
endedAt: string | null;
|
8371
8371
|
duration: number | null;
|
8372
8372
|
holdLabel?: {
|
8373
|
-
id: string;
|
8374
8373
|
name: string;
|
8374
|
+
id: string;
|
8375
8375
|
position: number;
|
8376
8376
|
createdAt: Date;
|
8377
8377
|
updatedAt: Date;
|
@@ -8389,17 +8389,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8389
8389
|
messageId: string;
|
8390
8390
|
mailUserId: string;
|
8391
8391
|
mailUser: {
|
8392
|
+
name: string;
|
8392
8393
|
id: string;
|
8393
8394
|
address: string;
|
8394
|
-
name: string;
|
8395
8395
|
createdAt: Date;
|
8396
8396
|
updatedAt: Date;
|
8397
8397
|
deletedAt: Date | null;
|
8398
8398
|
contact: {
|
8399
|
+
name: string;
|
8399
8400
|
id: string;
|
8400
8401
|
channel: string | null;
|
8401
8402
|
address: string | null;
|
8402
|
-
name: string;
|
8403
8403
|
createdAt: Date;
|
8404
8404
|
updatedAt: Date;
|
8405
8405
|
deletedAt: Date | null;
|
@@ -8421,17 +8421,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8421
8421
|
messageId: string;
|
8422
8422
|
mailUserId: string;
|
8423
8423
|
mailUser: {
|
8424
|
+
name: string;
|
8424
8425
|
id: string;
|
8425
8426
|
address: string;
|
8426
|
-
name: string;
|
8427
8427
|
createdAt: Date;
|
8428
8428
|
updatedAt: Date;
|
8429
8429
|
deletedAt: Date | null;
|
8430
8430
|
contact: {
|
8431
|
+
name: string;
|
8431
8432
|
id: string;
|
8432
8433
|
channel: string | null;
|
8433
8434
|
address: string | null;
|
8434
|
-
name: string;
|
8435
8435
|
createdAt: Date;
|
8436
8436
|
updatedAt: Date;
|
8437
8437
|
deletedAt: Date | null;
|
@@ -8452,17 +8452,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8452
8452
|
messageId: string;
|
8453
8453
|
mailUserId: string;
|
8454
8454
|
mailUser: {
|
8455
|
+
name: string;
|
8455
8456
|
id: string;
|
8456
8457
|
address: string;
|
8457
|
-
name: string;
|
8458
8458
|
createdAt: Date;
|
8459
8459
|
updatedAt: Date;
|
8460
8460
|
deletedAt: Date | null;
|
8461
8461
|
contact: {
|
8462
|
+
name: string;
|
8462
8463
|
id: string;
|
8463
8464
|
channel: string | null;
|
8464
8465
|
address: string | null;
|
8465
|
-
name: string;
|
8466
8466
|
createdAt: Date;
|
8467
8467
|
updatedAt: Date;
|
8468
8468
|
deletedAt: Date | null;
|
@@ -8483,17 +8483,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8483
8483
|
messageId: string;
|
8484
8484
|
mailUserId: string;
|
8485
8485
|
mailUser: {
|
8486
|
+
name: string;
|
8486
8487
|
id: string;
|
8487
8488
|
address: string;
|
8488
|
-
name: string;
|
8489
8489
|
createdAt: Date;
|
8490
8490
|
updatedAt: Date;
|
8491
8491
|
deletedAt: Date | null;
|
8492
8492
|
contact: {
|
8493
|
+
name: string;
|
8493
8494
|
id: string;
|
8494
8495
|
channel: string | null;
|
8495
8496
|
address: string | null;
|
8496
|
-
name: string;
|
8497
8497
|
createdAt: Date;
|
8498
8498
|
updatedAt: Date;
|
8499
8499
|
deletedAt: Date | null;
|
@@ -8526,17 +8526,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8526
8526
|
messageId: string;
|
8527
8527
|
mailUserId: string;
|
8528
8528
|
mailUser: {
|
8529
|
+
name: string;
|
8529
8530
|
id: string;
|
8530
8531
|
address: string;
|
8531
|
-
name: string;
|
8532
8532
|
createdAt: Date;
|
8533
8533
|
updatedAt: Date;
|
8534
8534
|
deletedAt: Date | null;
|
8535
8535
|
contact: {
|
8536
|
+
name: string;
|
8536
8537
|
id: string;
|
8537
8538
|
channel: string | null;
|
8538
8539
|
address: string | null;
|
8539
|
-
name: string;
|
8540
8540
|
createdAt: Date;
|
8541
8541
|
updatedAt: Date;
|
8542
8542
|
deletedAt: Date | null;
|
@@ -8582,17 +8582,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8582
8582
|
messageId: string;
|
8583
8583
|
mailUserId: string;
|
8584
8584
|
mailUser: {
|
8585
|
+
name: string;
|
8585
8586
|
id: string;
|
8586
8587
|
address: string;
|
8587
|
-
name: string;
|
8588
8588
|
createdAt: Date;
|
8589
8589
|
updatedAt: Date;
|
8590
8590
|
deletedAt: Date | null;
|
8591
8591
|
contact: {
|
8592
|
+
name: string;
|
8592
8593
|
id: string;
|
8593
8594
|
channel: string | null;
|
8594
8595
|
address: string | null;
|
8595
|
-
name: string;
|
8596
8596
|
createdAt: Date;
|
8597
8597
|
updatedAt: Date;
|
8598
8598
|
deletedAt: Date | null;
|
@@ -8613,17 +8613,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8613
8613
|
messageId: string;
|
8614
8614
|
mailUserId: string;
|
8615
8615
|
mailUser: {
|
8616
|
+
name: string;
|
8616
8617
|
id: string;
|
8617
8618
|
address: string;
|
8618
|
-
name: string;
|
8619
8619
|
createdAt: Date;
|
8620
8620
|
updatedAt: Date;
|
8621
8621
|
deletedAt: Date | null;
|
8622
8622
|
contact: {
|
8623
|
+
name: string;
|
8623
8624
|
id: string;
|
8624
8625
|
channel: string | null;
|
8625
8626
|
address: string | null;
|
8626
|
-
name: string;
|
8627
8627
|
createdAt: Date;
|
8628
8628
|
updatedAt: Date;
|
8629
8629
|
deletedAt: Date | null;
|
@@ -8644,17 +8644,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8644
8644
|
messageId: string;
|
8645
8645
|
mailUserId: string;
|
8646
8646
|
mailUser: {
|
8647
|
+
name: string;
|
8647
8648
|
id: string;
|
8648
8649
|
address: string;
|
8649
|
-
name: string;
|
8650
8650
|
createdAt: Date;
|
8651
8651
|
updatedAt: Date;
|
8652
8652
|
deletedAt: Date | null;
|
8653
8653
|
contact: {
|
8654
|
+
name: string;
|
8654
8655
|
id: string;
|
8655
8656
|
channel: string | null;
|
8656
8657
|
address: string | null;
|
8657
|
-
name: string;
|
8658
8658
|
createdAt: Date;
|
8659
8659
|
updatedAt: Date;
|
8660
8660
|
deletedAt: Date | null;
|
@@ -8695,17 +8695,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8695
8695
|
messageId: string;
|
8696
8696
|
mailUserId: string;
|
8697
8697
|
mailUser: {
|
8698
|
+
name: string;
|
8698
8699
|
id: string;
|
8699
8700
|
address: string;
|
8700
|
-
name: string;
|
8701
8701
|
createdAt: Date;
|
8702
8702
|
updatedAt: Date;
|
8703
8703
|
deletedAt: Date | null;
|
8704
8704
|
contact: {
|
8705
|
+
name: string;
|
8705
8706
|
id: string;
|
8706
8707
|
channel: string | null;
|
8707
8708
|
address: string | null;
|
8708
|
-
name: string;
|
8709
8709
|
createdAt: Date;
|
8710
8710
|
updatedAt: Date;
|
8711
8711
|
deletedAt: Date | null;
|
@@ -8751,17 +8751,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8751
8751
|
messageId: string;
|
8752
8752
|
mailUserId: string;
|
8753
8753
|
mailUser: {
|
8754
|
+
name: string;
|
8754
8755
|
id: string;
|
8755
8756
|
address: string;
|
8756
|
-
name: string;
|
8757
8757
|
createdAt: Date;
|
8758
8758
|
updatedAt: Date;
|
8759
8759
|
deletedAt: Date | null;
|
8760
8760
|
contact: {
|
8761
|
+
name: string;
|
8761
8762
|
id: string;
|
8762
8763
|
channel: string | null;
|
8763
8764
|
address: string | null;
|
8764
|
-
name: string;
|
8765
8765
|
createdAt: Date;
|
8766
8766
|
updatedAt: Date;
|
8767
8767
|
deletedAt: Date | null;
|
@@ -8782,17 +8782,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8782
8782
|
messageId: string;
|
8783
8783
|
mailUserId: string;
|
8784
8784
|
mailUser: {
|
8785
|
+
name: string;
|
8785
8786
|
id: string;
|
8786
8787
|
address: string;
|
8787
|
-
name: string;
|
8788
8788
|
createdAt: Date;
|
8789
8789
|
updatedAt: Date;
|
8790
8790
|
deletedAt: Date | null;
|
8791
8791
|
contact: {
|
8792
|
+
name: string;
|
8792
8793
|
id: string;
|
8793
8794
|
channel: string | null;
|
8794
8795
|
address: string | null;
|
8795
|
-
name: string;
|
8796
8796
|
createdAt: Date;
|
8797
8797
|
updatedAt: Date;
|
8798
8798
|
deletedAt: Date | null;
|
@@ -8813,17 +8813,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8813
8813
|
messageId: string;
|
8814
8814
|
mailUserId: string;
|
8815
8815
|
mailUser: {
|
8816
|
+
name: string;
|
8816
8817
|
id: string;
|
8817
8818
|
address: string;
|
8818
|
-
name: string;
|
8819
8819
|
createdAt: Date;
|
8820
8820
|
updatedAt: Date;
|
8821
8821
|
deletedAt: Date | null;
|
8822
8822
|
contact: {
|
8823
|
+
name: string;
|
8823
8824
|
id: string;
|
8824
8825
|
channel: string | null;
|
8825
8826
|
address: string | null;
|
8826
|
-
name: string;
|
8827
8827
|
createdAt: Date;
|
8828
8828
|
updatedAt: Date;
|
8829
8829
|
deletedAt: Date | null;
|
@@ -8864,17 +8864,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8864
8864
|
messageId: string;
|
8865
8865
|
mailUserId: string;
|
8866
8866
|
mailUser: {
|
8867
|
+
name: string;
|
8867
8868
|
id: string;
|
8868
8869
|
address: string;
|
8869
|
-
name: string;
|
8870
8870
|
createdAt: Date;
|
8871
8871
|
updatedAt: Date;
|
8872
8872
|
deletedAt: Date | null;
|
8873
8873
|
contact: {
|
8874
|
+
name: string;
|
8874
8875
|
id: string;
|
8875
8876
|
channel: string | null;
|
8876
8877
|
address: string | null;
|
8877
|
-
name: string;
|
8878
8878
|
createdAt: Date;
|
8879
8879
|
updatedAt: Date;
|
8880
8880
|
deletedAt: Date | null;
|
@@ -8920,17 +8920,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8920
8920
|
messageId: string;
|
8921
8921
|
mailUserId: string;
|
8922
8922
|
mailUser: {
|
8923
|
+
name: string;
|
8923
8924
|
id: string;
|
8924
8925
|
address: string;
|
8925
|
-
name: string;
|
8926
8926
|
createdAt: Date;
|
8927
8927
|
updatedAt: Date;
|
8928
8928
|
deletedAt: Date | null;
|
8929
8929
|
contact: {
|
8930
|
+
name: string;
|
8930
8931
|
id: string;
|
8931
8932
|
channel: string | null;
|
8932
8933
|
address: string | null;
|
8933
|
-
name: string;
|
8934
8934
|
createdAt: Date;
|
8935
8935
|
updatedAt: Date;
|
8936
8936
|
deletedAt: Date | null;
|
@@ -8951,17 +8951,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8951
8951
|
messageId: string;
|
8952
8952
|
mailUserId: string;
|
8953
8953
|
mailUser: {
|
8954
|
+
name: string;
|
8954
8955
|
id: string;
|
8955
8956
|
address: string;
|
8956
|
-
name: string;
|
8957
8957
|
createdAt: Date;
|
8958
8958
|
updatedAt: Date;
|
8959
8959
|
deletedAt: Date | null;
|
8960
8960
|
contact: {
|
8961
|
+
name: string;
|
8961
8962
|
id: string;
|
8962
8963
|
channel: string | null;
|
8963
8964
|
address: string | null;
|
8964
|
-
name: string;
|
8965
8965
|
createdAt: Date;
|
8966
8966
|
updatedAt: Date;
|
8967
8967
|
deletedAt: Date | null;
|
@@ -8982,17 +8982,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8982
8982
|
messageId: string;
|
8983
8983
|
mailUserId: string;
|
8984
8984
|
mailUser: {
|
8985
|
+
name: string;
|
8985
8986
|
id: string;
|
8986
8987
|
address: string;
|
8987
|
-
name: string;
|
8988
8988
|
createdAt: Date;
|
8989
8989
|
updatedAt: Date;
|
8990
8990
|
deletedAt: Date | null;
|
8991
8991
|
contact: {
|
8992
|
+
name: string;
|
8992
8993
|
id: string;
|
8993
8994
|
channel: string | null;
|
8994
8995
|
address: string | null;
|
8995
|
-
name: string;
|
8996
8996
|
createdAt: Date;
|
8997
8997
|
updatedAt: Date;
|
8998
8998
|
deletedAt: Date | null;
|
@@ -9021,9 +9021,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
9021
9021
|
updatedAt: Date;
|
9022
9022
|
deletedAt: string | null;
|
9023
9023
|
actor: {
|
9024
|
+
name: string;
|
9024
9025
|
id: string;
|
9025
9026
|
address: string | null;
|
9026
|
-
name: string;
|
9027
9027
|
email: string;
|
9028
9028
|
createdAt: Date;
|
9029
9029
|
updatedAt: Date;
|
@@ -9035,18 +9035,18 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
9035
9035
|
actorId: string;
|
9036
9036
|
})[];
|
9037
9037
|
mail: {
|
9038
|
+
name: string;
|
9038
9039
|
id: string;
|
9039
9040
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
9040
9041
|
address: string;
|
9041
|
-
name: string;
|
9042
9042
|
createdAt: Date;
|
9043
9043
|
updatedAt: Date;
|
9044
9044
|
deletedAt: Date | null;
|
9045
9045
|
accountId: string;
|
9046
9046
|
mailServerId: string;
|
9047
9047
|
mailServer: {
|
9048
|
-
id: string;
|
9049
9048
|
name: string;
|
9049
|
+
id: string;
|
9050
9050
|
createdAt: Date;
|
9051
9051
|
updatedAt: Date;
|
9052
9052
|
deletedAt: Date | null;
|