@kl1/contracts 1.1.52 → 1.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +439 -439
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +14 -14
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +844 -862
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +8211 -8077
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +315 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/presence-status/index.d.ts +556 -0
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts +31 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts +28 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +1934 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/schema.d.ts +2059 -0
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/validation.d.ts +37 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +530 -530
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +320 -186
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +68 -58
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +19983 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -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;
|
@@ -6945,8 +6945,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
6945
6945
|
}[];
|
6946
6946
|
}[];
|
6947
6947
|
tags: {
|
6948
|
-
id: string;
|
6949
6948
|
name: string;
|
6949
|
+
id: string;
|
6950
6950
|
createdAt: Date;
|
6951
6951
|
updatedAt: Date;
|
6952
6952
|
deletedAt: Date | null;
|
@@ -7013,8 +7013,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7013
7013
|
}[];
|
7014
7014
|
}[];
|
7015
7015
|
tags: {
|
7016
|
-
id: string;
|
7017
7016
|
name: string;
|
7017
|
+
id: string;
|
7018
7018
|
createdAt: Date;
|
7019
7019
|
updatedAt: Date;
|
7020
7020
|
deletedAt: Date | null;
|
@@ -7043,8 +7043,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7043
7043
|
updatedAt: Date;
|
7044
7044
|
deletedAt: Date | null;
|
7045
7045
|
tags: {
|
7046
|
-
id: string;
|
7047
7046
|
name: string;
|
7047
|
+
id: string;
|
7048
7048
|
color: string;
|
7049
7049
|
createdAt: Date;
|
7050
7050
|
updatedAt: Date;
|
@@ -7069,17 +7069,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7069
7069
|
messageId: string;
|
7070
7070
|
mailUserId: string;
|
7071
7071
|
mailUser: {
|
7072
|
+
name: string;
|
7072
7073
|
id: string;
|
7073
7074
|
address: string;
|
7074
|
-
name: string;
|
7075
7075
|
createdAt: Date;
|
7076
7076
|
updatedAt: Date;
|
7077
7077
|
deletedAt: Date | null;
|
7078
7078
|
contact: {
|
7079
|
+
name: string;
|
7079
7080
|
id: string;
|
7080
7081
|
channel: string | null;
|
7081
7082
|
address: string | null;
|
7082
|
-
name: string;
|
7083
7083
|
createdAt: Date;
|
7084
7084
|
updatedAt: Date;
|
7085
7085
|
deletedAt: Date | null;
|
@@ -7125,17 +7125,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7125
7125
|
messageId: string;
|
7126
7126
|
mailUserId: string;
|
7127
7127
|
mailUser: {
|
7128
|
+
name: string;
|
7128
7129
|
id: string;
|
7129
7130
|
address: string;
|
7130
|
-
name: string;
|
7131
7131
|
createdAt: Date;
|
7132
7132
|
updatedAt: Date;
|
7133
7133
|
deletedAt: Date | null;
|
7134
7134
|
contact: {
|
7135
|
+
name: string;
|
7135
7136
|
id: string;
|
7136
7137
|
channel: string | null;
|
7137
7138
|
address: string | null;
|
7138
|
-
name: string;
|
7139
7139
|
createdAt: Date;
|
7140
7140
|
updatedAt: Date;
|
7141
7141
|
deletedAt: Date | null;
|
@@ -7156,17 +7156,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7156
7156
|
messageId: string;
|
7157
7157
|
mailUserId: string;
|
7158
7158
|
mailUser: {
|
7159
|
+
name: string;
|
7159
7160
|
id: string;
|
7160
7161
|
address: string;
|
7161
|
-
name: string;
|
7162
7162
|
createdAt: Date;
|
7163
7163
|
updatedAt: Date;
|
7164
7164
|
deletedAt: Date | null;
|
7165
7165
|
contact: {
|
7166
|
+
name: string;
|
7166
7167
|
id: string;
|
7167
7168
|
channel: string | null;
|
7168
7169
|
address: string | null;
|
7169
|
-
name: string;
|
7170
7170
|
createdAt: Date;
|
7171
7171
|
updatedAt: Date;
|
7172
7172
|
deletedAt: Date | null;
|
@@ -7187,17 +7187,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7187
7187
|
messageId: string;
|
7188
7188
|
mailUserId: string;
|
7189
7189
|
mailUser: {
|
7190
|
+
name: string;
|
7190
7191
|
id: string;
|
7191
7192
|
address: string;
|
7192
|
-
name: string;
|
7193
7193
|
createdAt: Date;
|
7194
7194
|
updatedAt: Date;
|
7195
7195
|
deletedAt: Date | null;
|
7196
7196
|
contact: {
|
7197
|
+
name: string;
|
7197
7198
|
id: string;
|
7198
7199
|
channel: string | null;
|
7199
7200
|
address: string | null;
|
7200
|
-
name: string;
|
7201
7201
|
createdAt: Date;
|
7202
7202
|
updatedAt: Date;
|
7203
7203
|
deletedAt: Date | null;
|
@@ -7221,9 +7221,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7221
7221
|
seemsLikeNew: boolean;
|
7222
7222
|
};
|
7223
7223
|
assignee: {
|
7224
|
+
name: string;
|
7224
7225
|
id: string;
|
7225
7226
|
address: string | null;
|
7226
|
-
name: string;
|
7227
7227
|
email: string;
|
7228
7228
|
createdAt: Date;
|
7229
7229
|
updatedAt: Date;
|
@@ -7278,8 +7278,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7278
7278
|
}[];
|
7279
7279
|
}[];
|
7280
7280
|
tags: {
|
7281
|
-
id: string;
|
7282
7281
|
name: string;
|
7282
|
+
id: string;
|
7283
7283
|
createdAt: Date;
|
7284
7284
|
updatedAt: Date;
|
7285
7285
|
deletedAt: Date | null;
|
@@ -7311,17 +7311,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7311
7311
|
messageId: string;
|
7312
7312
|
mailUserId: string;
|
7313
7313
|
mailUser: {
|
7314
|
+
name: string;
|
7314
7315
|
id: string;
|
7315
7316
|
address: string;
|
7316
|
-
name: string;
|
7317
7317
|
createdAt: Date;
|
7318
7318
|
updatedAt: Date;
|
7319
7319
|
deletedAt: Date | null;
|
7320
7320
|
contact: {
|
7321
|
+
name: string;
|
7321
7322
|
id: string;
|
7322
7323
|
channel: string | null;
|
7323
7324
|
address: string | null;
|
7324
|
-
name: string;
|
7325
7325
|
createdAt: Date;
|
7326
7326
|
updatedAt: Date;
|
7327
7327
|
deletedAt: Date | null;
|
@@ -7343,17 +7343,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7343
7343
|
messageId: string;
|
7344
7344
|
mailUserId: string;
|
7345
7345
|
mailUser: {
|
7346
|
+
name: string;
|
7346
7347
|
id: string;
|
7347
7348
|
address: string;
|
7348
|
-
name: string;
|
7349
7349
|
createdAt: Date;
|
7350
7350
|
updatedAt: Date;
|
7351
7351
|
deletedAt: Date | null;
|
7352
7352
|
contact: {
|
7353
|
+
name: string;
|
7353
7354
|
id: string;
|
7354
7355
|
channel: string | null;
|
7355
7356
|
address: string | null;
|
7356
|
-
name: string;
|
7357
7357
|
createdAt: Date;
|
7358
7358
|
updatedAt: Date;
|
7359
7359
|
deletedAt: Date | null;
|
@@ -7374,17 +7374,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7374
7374
|
messageId: string;
|
7375
7375
|
mailUserId: string;
|
7376
7376
|
mailUser: {
|
7377
|
+
name: string;
|
7377
7378
|
id: string;
|
7378
7379
|
address: string;
|
7379
|
-
name: string;
|
7380
7380
|
createdAt: Date;
|
7381
7381
|
updatedAt: Date;
|
7382
7382
|
deletedAt: Date | null;
|
7383
7383
|
contact: {
|
7384
|
+
name: string;
|
7384
7385
|
id: string;
|
7385
7386
|
channel: string | null;
|
7386
7387
|
address: string | null;
|
7387
|
-
name: string;
|
7388
7388
|
createdAt: Date;
|
7389
7389
|
updatedAt: Date;
|
7390
7390
|
deletedAt: Date | null;
|
@@ -7405,17 +7405,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7405
7405
|
messageId: string;
|
7406
7406
|
mailUserId: string;
|
7407
7407
|
mailUser: {
|
7408
|
+
name: string;
|
7408
7409
|
id: string;
|
7409
7410
|
address: string;
|
7410
|
-
name: string;
|
7411
7411
|
createdAt: Date;
|
7412
7412
|
updatedAt: Date;
|
7413
7413
|
deletedAt: Date | null;
|
7414
7414
|
contact: {
|
7415
|
+
name: string;
|
7415
7416
|
id: string;
|
7416
7417
|
channel: string | null;
|
7417
7418
|
address: string | null;
|
7418
|
-
name: string;
|
7419
7419
|
createdAt: Date;
|
7420
7420
|
updatedAt: Date;
|
7421
7421
|
deletedAt: Date | null;
|
@@ -7448,17 +7448,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7448
7448
|
messageId: string;
|
7449
7449
|
mailUserId: string;
|
7450
7450
|
mailUser: {
|
7451
|
+
name: string;
|
7451
7452
|
id: string;
|
7452
7453
|
address: string;
|
7453
|
-
name: string;
|
7454
7454
|
createdAt: Date;
|
7455
7455
|
updatedAt: Date;
|
7456
7456
|
deletedAt: Date | null;
|
7457
7457
|
contact: {
|
7458
|
+
name: string;
|
7458
7459
|
id: string;
|
7459
7460
|
channel: string | null;
|
7460
7461
|
address: string | null;
|
7461
|
-
name: string;
|
7462
7462
|
createdAt: Date;
|
7463
7463
|
updatedAt: Date;
|
7464
7464
|
deletedAt: Date | null;
|
@@ -7504,17 +7504,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7504
7504
|
messageId: string;
|
7505
7505
|
mailUserId: string;
|
7506
7506
|
mailUser: {
|
7507
|
+
name: string;
|
7507
7508
|
id: string;
|
7508
7509
|
address: string;
|
7509
|
-
name: string;
|
7510
7510
|
createdAt: Date;
|
7511
7511
|
updatedAt: Date;
|
7512
7512
|
deletedAt: Date | null;
|
7513
7513
|
contact: {
|
7514
|
+
name: string;
|
7514
7515
|
id: string;
|
7515
7516
|
channel: string | null;
|
7516
7517
|
address: string | null;
|
7517
|
-
name: string;
|
7518
7518
|
createdAt: Date;
|
7519
7519
|
updatedAt: Date;
|
7520
7520
|
deletedAt: Date | null;
|
@@ -7535,17 +7535,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7535
7535
|
messageId: string;
|
7536
7536
|
mailUserId: string;
|
7537
7537
|
mailUser: {
|
7538
|
+
name: string;
|
7538
7539
|
id: string;
|
7539
7540
|
address: string;
|
7540
|
-
name: string;
|
7541
7541
|
createdAt: Date;
|
7542
7542
|
updatedAt: Date;
|
7543
7543
|
deletedAt: Date | null;
|
7544
7544
|
contact: {
|
7545
|
+
name: string;
|
7545
7546
|
id: string;
|
7546
7547
|
channel: string | null;
|
7547
7548
|
address: string | null;
|
7548
|
-
name: string;
|
7549
7549
|
createdAt: Date;
|
7550
7550
|
updatedAt: Date;
|
7551
7551
|
deletedAt: Date | null;
|
@@ -7566,17 +7566,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7566
7566
|
messageId: string;
|
7567
7567
|
mailUserId: string;
|
7568
7568
|
mailUser: {
|
7569
|
+
name: string;
|
7569
7570
|
id: string;
|
7570
7571
|
address: string;
|
7571
|
-
name: string;
|
7572
7572
|
createdAt: Date;
|
7573
7573
|
updatedAt: Date;
|
7574
7574
|
deletedAt: Date | null;
|
7575
7575
|
contact: {
|
7576
|
+
name: string;
|
7576
7577
|
id: string;
|
7577
7578
|
channel: string | null;
|
7578
7579
|
address: string | null;
|
7579
|
-
name: string;
|
7580
7580
|
createdAt: Date;
|
7581
7581
|
updatedAt: Date;
|
7582
7582
|
deletedAt: Date | null;
|
@@ -7617,17 +7617,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7617
7617
|
messageId: string;
|
7618
7618
|
mailUserId: string;
|
7619
7619
|
mailUser: {
|
7620
|
+
name: string;
|
7620
7621
|
id: string;
|
7621
7622
|
address: string;
|
7622
|
-
name: string;
|
7623
7623
|
createdAt: Date;
|
7624
7624
|
updatedAt: Date;
|
7625
7625
|
deletedAt: Date | null;
|
7626
7626
|
contact: {
|
7627
|
+
name: string;
|
7627
7628
|
id: string;
|
7628
7629
|
channel: string | null;
|
7629
7630
|
address: string | null;
|
7630
|
-
name: string;
|
7631
7631
|
createdAt: Date;
|
7632
7632
|
updatedAt: Date;
|
7633
7633
|
deletedAt: Date | null;
|
@@ -7673,17 +7673,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7673
7673
|
messageId: string;
|
7674
7674
|
mailUserId: string;
|
7675
7675
|
mailUser: {
|
7676
|
+
name: string;
|
7676
7677
|
id: string;
|
7677
7678
|
address: string;
|
7678
|
-
name: string;
|
7679
7679
|
createdAt: Date;
|
7680
7680
|
updatedAt: Date;
|
7681
7681
|
deletedAt: Date | null;
|
7682
7682
|
contact: {
|
7683
|
+
name: string;
|
7683
7684
|
id: string;
|
7684
7685
|
channel: string | null;
|
7685
7686
|
address: string | null;
|
7686
|
-
name: string;
|
7687
7687
|
createdAt: Date;
|
7688
7688
|
updatedAt: Date;
|
7689
7689
|
deletedAt: Date | null;
|
@@ -7704,17 +7704,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7704
7704
|
messageId: string;
|
7705
7705
|
mailUserId: string;
|
7706
7706
|
mailUser: {
|
7707
|
+
name: string;
|
7707
7708
|
id: string;
|
7708
7709
|
address: string;
|
7709
|
-
name: string;
|
7710
7710
|
createdAt: Date;
|
7711
7711
|
updatedAt: Date;
|
7712
7712
|
deletedAt: Date | null;
|
7713
7713
|
contact: {
|
7714
|
+
name: string;
|
7714
7715
|
id: string;
|
7715
7716
|
channel: string | null;
|
7716
7717
|
address: string | null;
|
7717
|
-
name: string;
|
7718
7718
|
createdAt: Date;
|
7719
7719
|
updatedAt: Date;
|
7720
7720
|
deletedAt: Date | null;
|
@@ -7735,17 +7735,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7735
7735
|
messageId: string;
|
7736
7736
|
mailUserId: string;
|
7737
7737
|
mailUser: {
|
7738
|
+
name: string;
|
7738
7739
|
id: string;
|
7739
7740
|
address: string;
|
7740
|
-
name: string;
|
7741
7741
|
createdAt: Date;
|
7742
7742
|
updatedAt: Date;
|
7743
7743
|
deletedAt: Date | null;
|
7744
7744
|
contact: {
|
7745
|
+
name: string;
|
7745
7746
|
id: string;
|
7746
7747
|
channel: string | null;
|
7747
7748
|
address: string | null;
|
7748
|
-
name: string;
|
7749
7749
|
createdAt: Date;
|
7750
7750
|
updatedAt: Date;
|
7751
7751
|
deletedAt: Date | null;
|
@@ -7786,17 +7786,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7786
7786
|
messageId: string;
|
7787
7787
|
mailUserId: string;
|
7788
7788
|
mailUser: {
|
7789
|
+
name: string;
|
7789
7790
|
id: string;
|
7790
7791
|
address: string;
|
7791
|
-
name: string;
|
7792
7792
|
createdAt: Date;
|
7793
7793
|
updatedAt: Date;
|
7794
7794
|
deletedAt: Date | null;
|
7795
7795
|
contact: {
|
7796
|
+
name: string;
|
7796
7797
|
id: string;
|
7797
7798
|
channel: string | null;
|
7798
7799
|
address: string | null;
|
7799
|
-
name: string;
|
7800
7800
|
createdAt: Date;
|
7801
7801
|
updatedAt: Date;
|
7802
7802
|
deletedAt: Date | null;
|
@@ -7842,17 +7842,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7842
7842
|
messageId: string;
|
7843
7843
|
mailUserId: string;
|
7844
7844
|
mailUser: {
|
7845
|
+
name: string;
|
7845
7846
|
id: string;
|
7846
7847
|
address: string;
|
7847
|
-
name: string;
|
7848
7848
|
createdAt: Date;
|
7849
7849
|
updatedAt: Date;
|
7850
7850
|
deletedAt: Date | null;
|
7851
7851
|
contact: {
|
7852
|
+
name: string;
|
7852
7853
|
id: string;
|
7853
7854
|
channel: string | null;
|
7854
7855
|
address: string | null;
|
7855
|
-
name: string;
|
7856
7856
|
createdAt: Date;
|
7857
7857
|
updatedAt: Date;
|
7858
7858
|
deletedAt: Date | null;
|
@@ -7873,17 +7873,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7873
7873
|
messageId: string;
|
7874
7874
|
mailUserId: string;
|
7875
7875
|
mailUser: {
|
7876
|
+
name: string;
|
7876
7877
|
id: string;
|
7877
7878
|
address: string;
|
7878
|
-
name: string;
|
7879
7879
|
createdAt: Date;
|
7880
7880
|
updatedAt: Date;
|
7881
7881
|
deletedAt: Date | null;
|
7882
7882
|
contact: {
|
7883
|
+
name: string;
|
7883
7884
|
id: string;
|
7884
7885
|
channel: string | null;
|
7885
7886
|
address: string | null;
|
7886
|
-
name: string;
|
7887
7887
|
createdAt: Date;
|
7888
7888
|
updatedAt: Date;
|
7889
7889
|
deletedAt: Date | null;
|
@@ -7904,17 +7904,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7904
7904
|
messageId: string;
|
7905
7905
|
mailUserId: string;
|
7906
7906
|
mailUser: {
|
7907
|
+
name: string;
|
7907
7908
|
id: string;
|
7908
7909
|
address: string;
|
7909
|
-
name: string;
|
7910
7910
|
createdAt: Date;
|
7911
7911
|
updatedAt: Date;
|
7912
7912
|
deletedAt: Date | null;
|
7913
7913
|
contact: {
|
7914
|
+
name: string;
|
7914
7915
|
id: string;
|
7915
7916
|
channel: string | null;
|
7916
7917
|
address: string | null;
|
7917
|
-
name: string;
|
7918
7918
|
createdAt: Date;
|
7919
7919
|
updatedAt: Date;
|
7920
7920
|
deletedAt: Date | null;
|
@@ -7943,9 +7943,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7943
7943
|
updatedAt: Date;
|
7944
7944
|
deletedAt: string | null;
|
7945
7945
|
actor: {
|
7946
|
+
name: string;
|
7946
7947
|
id: string;
|
7947
7948
|
address: string | null;
|
7948
|
-
name: string;
|
7949
7949
|
email: string;
|
7950
7950
|
createdAt: Date;
|
7951
7951
|
updatedAt: Date;
|
@@ -7957,18 +7957,18 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7957
7957
|
actorId: string;
|
7958
7958
|
})[];
|
7959
7959
|
mail: {
|
7960
|
+
name: string;
|
7960
7961
|
id: string;
|
7961
7962
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
7962
7963
|
address: string;
|
7963
|
-
name: string;
|
7964
7964
|
createdAt: Date;
|
7965
7965
|
updatedAt: Date;
|
7966
7966
|
deletedAt: Date | null;
|
7967
7967
|
accountId: string;
|
7968
7968
|
mailServerId: string;
|
7969
7969
|
mailServer: {
|
7970
|
-
id: string;
|
7971
7970
|
name: string;
|
7971
|
+
id: string;
|
7972
7972
|
createdAt: Date;
|
7973
7973
|
updatedAt: Date;
|
7974
7974
|
deletedAt: Date | null;
|
@@ -7990,8 +7990,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
7990
7990
|
updatedAt: Date;
|
7991
7991
|
deletedAt: Date | null;
|
7992
7992
|
tags: {
|
7993
|
-
id: string;
|
7994
7993
|
name: string;
|
7994
|
+
id: string;
|
7995
7995
|
color: string;
|
7996
7996
|
createdAt: Date;
|
7997
7997
|
updatedAt: Date;
|
@@ -8016,17 +8016,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8016
8016
|
messageId: string;
|
8017
8017
|
mailUserId: string;
|
8018
8018
|
mailUser: {
|
8019
|
+
name: string;
|
8019
8020
|
id: string;
|
8020
8021
|
address: string;
|
8021
|
-
name: string;
|
8022
8022
|
createdAt: Date;
|
8023
8023
|
updatedAt: Date;
|
8024
8024
|
deletedAt: Date | null;
|
8025
8025
|
contact: {
|
8026
|
+
name: string;
|
8026
8027
|
id: string;
|
8027
8028
|
channel: string | null;
|
8028
8029
|
address: string | null;
|
8029
|
-
name: string;
|
8030
8030
|
createdAt: Date;
|
8031
8031
|
updatedAt: Date;
|
8032
8032
|
deletedAt: Date | null;
|
@@ -8072,17 +8072,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8072
8072
|
messageId: string;
|
8073
8073
|
mailUserId: string;
|
8074
8074
|
mailUser: {
|
8075
|
+
name: string;
|
8075
8076
|
id: string;
|
8076
8077
|
address: string;
|
8077
|
-
name: string;
|
8078
8078
|
createdAt: Date;
|
8079
8079
|
updatedAt: Date;
|
8080
8080
|
deletedAt: Date | null;
|
8081
8081
|
contact: {
|
8082
|
+
name: string;
|
8082
8083
|
id: string;
|
8083
8084
|
channel: string | null;
|
8084
8085
|
address: string | null;
|
8085
|
-
name: string;
|
8086
8086
|
createdAt: Date;
|
8087
8087
|
updatedAt: Date;
|
8088
8088
|
deletedAt: Date | null;
|
@@ -8103,17 +8103,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8103
8103
|
messageId: string;
|
8104
8104
|
mailUserId: string;
|
8105
8105
|
mailUser: {
|
8106
|
+
name: string;
|
8106
8107
|
id: string;
|
8107
8108
|
address: string;
|
8108
|
-
name: string;
|
8109
8109
|
createdAt: Date;
|
8110
8110
|
updatedAt: Date;
|
8111
8111
|
deletedAt: Date | null;
|
8112
8112
|
contact: {
|
8113
|
+
name: string;
|
8113
8114
|
id: string;
|
8114
8115
|
channel: string | null;
|
8115
8116
|
address: string | null;
|
8116
|
-
name: string;
|
8117
8117
|
createdAt: Date;
|
8118
8118
|
updatedAt: Date;
|
8119
8119
|
deletedAt: Date | null;
|
@@ -8134,17 +8134,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8134
8134
|
messageId: string;
|
8135
8135
|
mailUserId: string;
|
8136
8136
|
mailUser: {
|
8137
|
+
name: string;
|
8137
8138
|
id: string;
|
8138
8139
|
address: string;
|
8139
|
-
name: string;
|
8140
8140
|
createdAt: Date;
|
8141
8141
|
updatedAt: Date;
|
8142
8142
|
deletedAt: Date | null;
|
8143
8143
|
contact: {
|
8144
|
+
name: string;
|
8144
8145
|
id: string;
|
8145
8146
|
channel: string | null;
|
8146
8147
|
address: string | null;
|
8147
|
-
name: string;
|
8148
8148
|
createdAt: Date;
|
8149
8149
|
updatedAt: Date;
|
8150
8150
|
deletedAt: Date | null;
|
@@ -8168,9 +8168,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8168
8168
|
seemsLikeNew: boolean;
|
8169
8169
|
};
|
8170
8170
|
assignee: {
|
8171
|
+
name: string;
|
8171
8172
|
id: string;
|
8172
8173
|
address: string | null;
|
8173
|
-
name: string;
|
8174
8174
|
email: string;
|
8175
8175
|
createdAt: Date;
|
8176
8176
|
updatedAt: Date;
|
@@ -8225,8 +8225,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8225
8225
|
}[];
|
8226
8226
|
}[];
|
8227
8227
|
tags: {
|
8228
|
-
id: string;
|
8229
8228
|
name: string;
|
8229
|
+
id: string;
|
8230
8230
|
createdAt: Date;
|
8231
8231
|
updatedAt: Date;
|
8232
8232
|
deletedAt: Date | null;
|
@@ -8258,17 +8258,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8258
8258
|
messageId: string;
|
8259
8259
|
mailUserId: string;
|
8260
8260
|
mailUser: {
|
8261
|
+
name: string;
|
8261
8262
|
id: string;
|
8262
8263
|
address: string;
|
8263
|
-
name: string;
|
8264
8264
|
createdAt: Date;
|
8265
8265
|
updatedAt: Date;
|
8266
8266
|
deletedAt: Date | null;
|
8267
8267
|
contact: {
|
8268
|
+
name: string;
|
8268
8269
|
id: string;
|
8269
8270
|
channel: string | null;
|
8270
8271
|
address: string | null;
|
8271
|
-
name: string;
|
8272
8272
|
createdAt: Date;
|
8273
8273
|
updatedAt: Date;
|
8274
8274
|
deletedAt: Date | null;
|
@@ -8290,17 +8290,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8290
8290
|
messageId: string;
|
8291
8291
|
mailUserId: string;
|
8292
8292
|
mailUser: {
|
8293
|
+
name: string;
|
8293
8294
|
id: string;
|
8294
8295
|
address: string;
|
8295
|
-
name: string;
|
8296
8296
|
createdAt: Date;
|
8297
8297
|
updatedAt: Date;
|
8298
8298
|
deletedAt: Date | null;
|
8299
8299
|
contact: {
|
8300
|
+
name: string;
|
8300
8301
|
id: string;
|
8301
8302
|
channel: string | null;
|
8302
8303
|
address: string | null;
|
8303
|
-
name: string;
|
8304
8304
|
createdAt: Date;
|
8305
8305
|
updatedAt: Date;
|
8306
8306
|
deletedAt: Date | null;
|
@@ -8321,17 +8321,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8321
8321
|
messageId: string;
|
8322
8322
|
mailUserId: string;
|
8323
8323
|
mailUser: {
|
8324
|
+
name: string;
|
8324
8325
|
id: string;
|
8325
8326
|
address: string;
|
8326
|
-
name: string;
|
8327
8327
|
createdAt: Date;
|
8328
8328
|
updatedAt: Date;
|
8329
8329
|
deletedAt: Date | null;
|
8330
8330
|
contact: {
|
8331
|
+
name: string;
|
8331
8332
|
id: string;
|
8332
8333
|
channel: string | null;
|
8333
8334
|
address: string | null;
|
8334
|
-
name: string;
|
8335
8335
|
createdAt: Date;
|
8336
8336
|
updatedAt: Date;
|
8337
8337
|
deletedAt: Date | null;
|
@@ -8352,17 +8352,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8352
8352
|
messageId: string;
|
8353
8353
|
mailUserId: string;
|
8354
8354
|
mailUser: {
|
8355
|
+
name: string;
|
8355
8356
|
id: string;
|
8356
8357
|
address: string;
|
8357
|
-
name: string;
|
8358
8358
|
createdAt: Date;
|
8359
8359
|
updatedAt: Date;
|
8360
8360
|
deletedAt: Date | null;
|
8361
8361
|
contact: {
|
8362
|
+
name: string;
|
8362
8363
|
id: string;
|
8363
8364
|
channel: string | null;
|
8364
8365
|
address: string | null;
|
8365
|
-
name: string;
|
8366
8366
|
createdAt: Date;
|
8367
8367
|
updatedAt: Date;
|
8368
8368
|
deletedAt: Date | null;
|
@@ -8395,17 +8395,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8395
8395
|
messageId: string;
|
8396
8396
|
mailUserId: string;
|
8397
8397
|
mailUser: {
|
8398
|
+
name: string;
|
8398
8399
|
id: string;
|
8399
8400
|
address: string;
|
8400
|
-
name: string;
|
8401
8401
|
createdAt: Date;
|
8402
8402
|
updatedAt: Date;
|
8403
8403
|
deletedAt: Date | null;
|
8404
8404
|
contact: {
|
8405
|
+
name: string;
|
8405
8406
|
id: string;
|
8406
8407
|
channel: string | null;
|
8407
8408
|
address: string | null;
|
8408
|
-
name: string;
|
8409
8409
|
createdAt: Date;
|
8410
8410
|
updatedAt: Date;
|
8411
8411
|
deletedAt: Date | null;
|
@@ -8451,17 +8451,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8451
8451
|
messageId: string;
|
8452
8452
|
mailUserId: string;
|
8453
8453
|
mailUser: {
|
8454
|
+
name: string;
|
8454
8455
|
id: string;
|
8455
8456
|
address: string;
|
8456
|
-
name: string;
|
8457
8457
|
createdAt: Date;
|
8458
8458
|
updatedAt: Date;
|
8459
8459
|
deletedAt: Date | null;
|
8460
8460
|
contact: {
|
8461
|
+
name: string;
|
8461
8462
|
id: string;
|
8462
8463
|
channel: string | null;
|
8463
8464
|
address: string | null;
|
8464
|
-
name: string;
|
8465
8465
|
createdAt: Date;
|
8466
8466
|
updatedAt: Date;
|
8467
8467
|
deletedAt: Date | null;
|
@@ -8482,17 +8482,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8482
8482
|
messageId: string;
|
8483
8483
|
mailUserId: string;
|
8484
8484
|
mailUser: {
|
8485
|
+
name: string;
|
8485
8486
|
id: string;
|
8486
8487
|
address: string;
|
8487
|
-
name: string;
|
8488
8488
|
createdAt: Date;
|
8489
8489
|
updatedAt: Date;
|
8490
8490
|
deletedAt: Date | null;
|
8491
8491
|
contact: {
|
8492
|
+
name: string;
|
8492
8493
|
id: string;
|
8493
8494
|
channel: string | null;
|
8494
8495
|
address: string | null;
|
8495
|
-
name: string;
|
8496
8496
|
createdAt: Date;
|
8497
8497
|
updatedAt: Date;
|
8498
8498
|
deletedAt: Date | null;
|
@@ -8513,17 +8513,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8513
8513
|
messageId: string;
|
8514
8514
|
mailUserId: string;
|
8515
8515
|
mailUser: {
|
8516
|
+
name: string;
|
8516
8517
|
id: string;
|
8517
8518
|
address: string;
|
8518
|
-
name: string;
|
8519
8519
|
createdAt: Date;
|
8520
8520
|
updatedAt: Date;
|
8521
8521
|
deletedAt: Date | null;
|
8522
8522
|
contact: {
|
8523
|
+
name: string;
|
8523
8524
|
id: string;
|
8524
8525
|
channel: string | null;
|
8525
8526
|
address: string | null;
|
8526
|
-
name: string;
|
8527
8527
|
createdAt: Date;
|
8528
8528
|
updatedAt: Date;
|
8529
8529
|
deletedAt: Date | null;
|
@@ -8564,17 +8564,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8564
8564
|
messageId: string;
|
8565
8565
|
mailUserId: string;
|
8566
8566
|
mailUser: {
|
8567
|
+
name: string;
|
8567
8568
|
id: string;
|
8568
8569
|
address: string;
|
8569
|
-
name: string;
|
8570
8570
|
createdAt: Date;
|
8571
8571
|
updatedAt: Date;
|
8572
8572
|
deletedAt: Date | null;
|
8573
8573
|
contact: {
|
8574
|
+
name: string;
|
8574
8575
|
id: string;
|
8575
8576
|
channel: string | null;
|
8576
8577
|
address: string | null;
|
8577
|
-
name: string;
|
8578
8578
|
createdAt: Date;
|
8579
8579
|
updatedAt: Date;
|
8580
8580
|
deletedAt: Date | null;
|
@@ -8620,17 +8620,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8620
8620
|
messageId: string;
|
8621
8621
|
mailUserId: string;
|
8622
8622
|
mailUser: {
|
8623
|
+
name: string;
|
8623
8624
|
id: string;
|
8624
8625
|
address: string;
|
8625
|
-
name: string;
|
8626
8626
|
createdAt: Date;
|
8627
8627
|
updatedAt: Date;
|
8628
8628
|
deletedAt: Date | null;
|
8629
8629
|
contact: {
|
8630
|
+
name: string;
|
8630
8631
|
id: string;
|
8631
8632
|
channel: string | null;
|
8632
8633
|
address: string | null;
|
8633
|
-
name: string;
|
8634
8634
|
createdAt: Date;
|
8635
8635
|
updatedAt: Date;
|
8636
8636
|
deletedAt: Date | null;
|
@@ -8651,17 +8651,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8651
8651
|
messageId: string;
|
8652
8652
|
mailUserId: string;
|
8653
8653
|
mailUser: {
|
8654
|
+
name: string;
|
8654
8655
|
id: string;
|
8655
8656
|
address: string;
|
8656
|
-
name: string;
|
8657
8657
|
createdAt: Date;
|
8658
8658
|
updatedAt: Date;
|
8659
8659
|
deletedAt: Date | null;
|
8660
8660
|
contact: {
|
8661
|
+
name: string;
|
8661
8662
|
id: string;
|
8662
8663
|
channel: string | null;
|
8663
8664
|
address: string | null;
|
8664
|
-
name: string;
|
8665
8665
|
createdAt: Date;
|
8666
8666
|
updatedAt: Date;
|
8667
8667
|
deletedAt: Date | null;
|
@@ -8682,17 +8682,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8682
8682
|
messageId: string;
|
8683
8683
|
mailUserId: string;
|
8684
8684
|
mailUser: {
|
8685
|
+
name: string;
|
8685
8686
|
id: string;
|
8686
8687
|
address: string;
|
8687
|
-
name: string;
|
8688
8688
|
createdAt: Date;
|
8689
8689
|
updatedAt: Date;
|
8690
8690
|
deletedAt: Date | null;
|
8691
8691
|
contact: {
|
8692
|
+
name: string;
|
8692
8693
|
id: string;
|
8693
8694
|
channel: string | null;
|
8694
8695
|
address: string | null;
|
8695
|
-
name: string;
|
8696
8696
|
createdAt: Date;
|
8697
8697
|
updatedAt: Date;
|
8698
8698
|
deletedAt: Date | null;
|
@@ -8733,17 +8733,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8733
8733
|
messageId: string;
|
8734
8734
|
mailUserId: string;
|
8735
8735
|
mailUser: {
|
8736
|
+
name: string;
|
8736
8737
|
id: string;
|
8737
8738
|
address: string;
|
8738
|
-
name: string;
|
8739
8739
|
createdAt: Date;
|
8740
8740
|
updatedAt: Date;
|
8741
8741
|
deletedAt: Date | null;
|
8742
8742
|
contact: {
|
8743
|
+
name: string;
|
8743
8744
|
id: string;
|
8744
8745
|
channel: string | null;
|
8745
8746
|
address: string | null;
|
8746
|
-
name: string;
|
8747
8747
|
createdAt: Date;
|
8748
8748
|
updatedAt: Date;
|
8749
8749
|
deletedAt: Date | null;
|
@@ -8789,17 +8789,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8789
8789
|
messageId: string;
|
8790
8790
|
mailUserId: string;
|
8791
8791
|
mailUser: {
|
8792
|
+
name: string;
|
8792
8793
|
id: string;
|
8793
8794
|
address: string;
|
8794
|
-
name: string;
|
8795
8795
|
createdAt: Date;
|
8796
8796
|
updatedAt: Date;
|
8797
8797
|
deletedAt: Date | null;
|
8798
8798
|
contact: {
|
8799
|
+
name: string;
|
8799
8800
|
id: string;
|
8800
8801
|
channel: string | null;
|
8801
8802
|
address: string | null;
|
8802
|
-
name: string;
|
8803
8803
|
createdAt: Date;
|
8804
8804
|
updatedAt: Date;
|
8805
8805
|
deletedAt: Date | null;
|
@@ -8820,17 +8820,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8820
8820
|
messageId: string;
|
8821
8821
|
mailUserId: string;
|
8822
8822
|
mailUser: {
|
8823
|
+
name: string;
|
8823
8824
|
id: string;
|
8824
8825
|
address: string;
|
8825
|
-
name: string;
|
8826
8826
|
createdAt: Date;
|
8827
8827
|
updatedAt: Date;
|
8828
8828
|
deletedAt: Date | null;
|
8829
8829
|
contact: {
|
8830
|
+
name: string;
|
8830
8831
|
id: string;
|
8831
8832
|
channel: string | null;
|
8832
8833
|
address: string | null;
|
8833
|
-
name: string;
|
8834
8834
|
createdAt: Date;
|
8835
8835
|
updatedAt: Date;
|
8836
8836
|
deletedAt: Date | null;
|
@@ -8851,17 +8851,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8851
8851
|
messageId: string;
|
8852
8852
|
mailUserId: string;
|
8853
8853
|
mailUser: {
|
8854
|
+
name: string;
|
8854
8855
|
id: string;
|
8855
8856
|
address: string;
|
8856
|
-
name: string;
|
8857
8857
|
createdAt: Date;
|
8858
8858
|
updatedAt: Date;
|
8859
8859
|
deletedAt: Date | null;
|
8860
8860
|
contact: {
|
8861
|
+
name: string;
|
8861
8862
|
id: string;
|
8862
8863
|
channel: string | null;
|
8863
8864
|
address: string | null;
|
8864
|
-
name: string;
|
8865
8865
|
createdAt: Date;
|
8866
8866
|
updatedAt: Date;
|
8867
8867
|
deletedAt: Date | null;
|
@@ -8890,9 +8890,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8890
8890
|
updatedAt: Date;
|
8891
8891
|
deletedAt: string | null;
|
8892
8892
|
actor: {
|
8893
|
+
name: string;
|
8893
8894
|
id: string;
|
8894
8895
|
address: string | null;
|
8895
|
-
name: string;
|
8896
8896
|
email: string;
|
8897
8897
|
createdAt: Date;
|
8898
8898
|
updatedAt: Date;
|
@@ -8904,18 +8904,18 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
8904
8904
|
actorId: string;
|
8905
8905
|
})[];
|
8906
8906
|
mail: {
|
8907
|
+
name: string;
|
8907
8908
|
id: string;
|
8908
8909
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
8909
8910
|
address: string;
|
8910
|
-
name: string;
|
8911
8911
|
createdAt: Date;
|
8912
8912
|
updatedAt: Date;
|
8913
8913
|
deletedAt: Date | null;
|
8914
8914
|
accountId: string;
|
8915
8915
|
mailServerId: string;
|
8916
8916
|
mailServer: {
|
8917
|
-
id: string;
|
8918
8917
|
name: string;
|
8918
|
+
id: string;
|
8919
8919
|
createdAt: Date;
|
8920
8920
|
updatedAt: Date;
|
8921
8921
|
deletedAt: Date | null;
|