@kl1/contracts 1.2.44-uat → 1.2.46-uat
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 +1725 -2399
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +103 -139
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +118 -160
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +6471 -7294
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2167 -2366
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1563 -1854
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +312 -312
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- 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 +343 -343
- package/dist/api-contracts/src/contact/schema.d.ts +38 -38
- package/dist/api-contracts/src/contact/validation.d.ts +190 -190
- package/dist/api-contracts/src/contract.d.ts +52403 -67729
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +387 -539
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +321 -402
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +135 -113
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +87 -44
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +0 -26
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +4 -85
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1768 -2170
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +141 -168
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +126 -147
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +0 -5
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1432 -1747
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1365 -1644
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +132 -165
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2470 -2470
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1481 -1481
- 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 +12 -12
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +471 -471
- package/dist/api-contracts/src/messenger/index.d.ts +1435 -1750
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +122 -143
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +143 -143
- package/dist/api-contracts/src/public-api/schema.d.ts +22 -22
- package/dist/api-contracts/src/public-api/validation.d.ts +39 -39
- package/dist/api-contracts/src/sms/index.d.ts +295 -3282
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +8 -30
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +147 -147
- package/dist/api-contracts/src/snippet/schema.d.ts +50 -50
- package/dist/api-contracts/src/subscription/index.d.ts +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1182 -1407
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +103 -48
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +31 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +240 -240
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +72 -72
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +439 -439
- package/dist/api-contracts/src/ticket/schema.d.ts +63 -63
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- 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 +12 -20
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +14 -24
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1194 -1419
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +1188 -1413
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- 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 +1287 -1717
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +0 -79
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- 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 +427 -8713
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- 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/entities/src/enums/chat.d.ts +0 -1
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +4397 -4941
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4394 -4933
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -7
|
@@ -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;
|
|
15
14
|
id: string;
|
|
16
15
|
channel: string | null;
|
|
17
16
|
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;
|
|
26
25
|
id: string;
|
|
27
26
|
channel: string | null;
|
|
28
27
|
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;
|
|
57
56
|
id: string;
|
|
58
57
|
channel: string | null;
|
|
59
58
|
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;
|
|
68
67
|
id: string;
|
|
69
68
|
channel: string | null;
|
|
70
69
|
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;
|
|
81
80
|
id: string;
|
|
82
81
|
address: string;
|
|
82
|
+
name: string;
|
|
83
83
|
createdAt: Date;
|
|
84
84
|
updatedAt: Date;
|
|
85
85
|
deletedAt: Date | null;
|
|
86
86
|
contact: {
|
|
87
|
-
name: string;
|
|
88
87
|
id: string;
|
|
89
88
|
channel: string | null;
|
|
90
89
|
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;
|
|
102
101
|
id: string;
|
|
103
102
|
address: string;
|
|
103
|
+
name: string;
|
|
104
104
|
createdAt: Date;
|
|
105
105
|
updatedAt: Date;
|
|
106
106
|
deletedAt: Date | null;
|
|
107
107
|
contact: {
|
|
108
|
-
name: string;
|
|
109
108
|
id: string;
|
|
110
109
|
channel: string | null;
|
|
111
110
|
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;
|
|
151
150
|
id: string;
|
|
152
151
|
channel: string | null;
|
|
153
152
|
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;
|
|
162
161
|
id: string;
|
|
163
162
|
channel: string | null;
|
|
164
163
|
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;
|
|
175
174
|
id: string;
|
|
176
175
|
address: string;
|
|
176
|
+
name: string;
|
|
177
177
|
createdAt: Date;
|
|
178
178
|
updatedAt: Date;
|
|
179
179
|
deletedAt: Date | null;
|
|
180
180
|
contact: {
|
|
181
|
-
name: string;
|
|
182
181
|
id: string;
|
|
183
182
|
channel: string | null;
|
|
184
183
|
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;
|
|
196
195
|
id: string;
|
|
197
196
|
address: string;
|
|
197
|
+
name: string;
|
|
198
198
|
createdAt: Date;
|
|
199
199
|
updatedAt: Date;
|
|
200
200
|
deletedAt: Date | null;
|
|
201
201
|
contact: {
|
|
202
|
-
name: string;
|
|
203
202
|
id: string;
|
|
204
203
|
channel: string | null;
|
|
205
204
|
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;
|
|
226
225
|
id: string;
|
|
227
226
|
address: string;
|
|
227
|
+
name: string;
|
|
228
228
|
createdAt: Date;
|
|
229
229
|
updatedAt: Date;
|
|
230
230
|
deletedAt: Date | null;
|
|
231
231
|
contact: {
|
|
232
|
-
name: string;
|
|
233
232
|
id: string;
|
|
234
233
|
channel: string | null;
|
|
235
234
|
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;
|
|
256
255
|
id: string;
|
|
257
256
|
address: string;
|
|
257
|
+
name: string;
|
|
258
258
|
createdAt: Date;
|
|
259
259
|
updatedAt: Date;
|
|
260
260
|
deletedAt: Date | null;
|
|
261
261
|
contact: {
|
|
262
|
-
name: string;
|
|
263
262
|
id: string;
|
|
264
263
|
channel: string | null;
|
|
265
264
|
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
|
-
name: string;
|
|
286
285
|
id: string;
|
|
286
|
+
name: string;
|
|
287
287
|
color: string;
|
|
288
288
|
createdAt: Date;
|
|
289
289
|
updatedAt: Date;
|
|
290
290
|
deletedAt: Date | null;
|
|
291
291
|
}, {
|
|
292
|
-
name: string;
|
|
293
292
|
id: string;
|
|
293
|
+
name: 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;
|
|
311
310
|
id: string;
|
|
312
311
|
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;
|
|
321
320
|
id: string;
|
|
322
321
|
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;
|
|
379
378
|
id: string;
|
|
380
379
|
channel: string | null;
|
|
381
380
|
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;
|
|
390
389
|
id: string;
|
|
391
390
|
channel: string | null;
|
|
392
391
|
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;
|
|
403
402
|
id: string;
|
|
404
403
|
address: string;
|
|
404
|
+
name: string;
|
|
405
405
|
createdAt: Date;
|
|
406
406
|
updatedAt: Date;
|
|
407
407
|
deletedAt: Date | null;
|
|
408
408
|
contact: {
|
|
409
|
-
name: string;
|
|
410
409
|
id: string;
|
|
411
410
|
channel: string | null;
|
|
412
411
|
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;
|
|
424
423
|
id: string;
|
|
425
424
|
address: string;
|
|
425
|
+
name: string;
|
|
426
426
|
createdAt: Date;
|
|
427
427
|
updatedAt: Date;
|
|
428
428
|
deletedAt: Date | null;
|
|
429
429
|
contact: {
|
|
430
|
-
name: string;
|
|
431
430
|
id: string;
|
|
432
431
|
channel: string | null;
|
|
433
432
|
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;
|
|
454
453
|
id: string;
|
|
455
454
|
address: string;
|
|
455
|
+
name: string;
|
|
456
456
|
createdAt: Date;
|
|
457
457
|
updatedAt: Date;
|
|
458
458
|
deletedAt: Date | null;
|
|
459
459
|
contact: {
|
|
460
|
-
name: string;
|
|
461
460
|
id: string;
|
|
462
461
|
channel: string | null;
|
|
463
462
|
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;
|
|
484
483
|
id: string;
|
|
485
484
|
address: string;
|
|
485
|
+
name: string;
|
|
486
486
|
createdAt: Date;
|
|
487
487
|
updatedAt: Date;
|
|
488
488
|
deletedAt: Date | null;
|
|
489
489
|
contact: {
|
|
490
|
-
name: string;
|
|
491
490
|
id: string;
|
|
492
491
|
channel: string | null;
|
|
493
492
|
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;
|
|
534
533
|
id: string;
|
|
535
534
|
channel: string | null;
|
|
536
535
|
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;
|
|
545
544
|
id: string;
|
|
546
545
|
channel: string | null;
|
|
547
546
|
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;
|
|
558
557
|
id: string;
|
|
559
558
|
address: string;
|
|
559
|
+
name: string;
|
|
560
560
|
createdAt: Date;
|
|
561
561
|
updatedAt: Date;
|
|
562
562
|
deletedAt: Date | null;
|
|
563
563
|
contact: {
|
|
564
|
-
name: string;
|
|
565
564
|
id: string;
|
|
566
565
|
channel: string | null;
|
|
567
566
|
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;
|
|
579
578
|
id: string;
|
|
580
579
|
address: string;
|
|
580
|
+
name: string;
|
|
581
581
|
createdAt: Date;
|
|
582
582
|
updatedAt: Date;
|
|
583
583
|
deletedAt: Date | null;
|
|
584
584
|
contact: {
|
|
585
|
-
name: string;
|
|
586
585
|
id: string;
|
|
587
586
|
channel: string | null;
|
|
588
587
|
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;
|
|
609
608
|
id: string;
|
|
610
609
|
address: string;
|
|
610
|
+
name: string;
|
|
611
611
|
createdAt: Date;
|
|
612
612
|
updatedAt: Date;
|
|
613
613
|
deletedAt: Date | null;
|
|
614
614
|
contact: {
|
|
615
|
-
name: string;
|
|
616
615
|
id: string;
|
|
617
616
|
channel: string | null;
|
|
618
617
|
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;
|
|
639
638
|
id: string;
|
|
640
639
|
address: string;
|
|
640
|
+
name: string;
|
|
641
641
|
createdAt: Date;
|
|
642
642
|
updatedAt: Date;
|
|
643
643
|
deletedAt: Date | null;
|
|
644
644
|
contact: {
|
|
645
|
-
name: string;
|
|
646
645
|
id: string;
|
|
647
646
|
channel: string | null;
|
|
648
647
|
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;
|
|
689
688
|
id: string;
|
|
690
689
|
channel: string | null;
|
|
691
690
|
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;
|
|
700
699
|
id: string;
|
|
701
700
|
channel: string | null;
|
|
702
701
|
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;
|
|
713
712
|
id: string;
|
|
714
713
|
address: string;
|
|
714
|
+
name: string;
|
|
715
715
|
createdAt: Date;
|
|
716
716
|
updatedAt: Date;
|
|
717
717
|
deletedAt: Date | null;
|
|
718
718
|
contact: {
|
|
719
|
-
name: string;
|
|
720
719
|
id: string;
|
|
721
720
|
channel: string | null;
|
|
722
721
|
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;
|
|
734
733
|
id: string;
|
|
735
734
|
address: string;
|
|
735
|
+
name: string;
|
|
736
736
|
createdAt: Date;
|
|
737
737
|
updatedAt: Date;
|
|
738
738
|
deletedAt: Date | null;
|
|
739
739
|
contact: {
|
|
740
|
-
name: string;
|
|
741
740
|
id: string;
|
|
742
741
|
channel: string | null;
|
|
743
742
|
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;
|
|
764
763
|
id: string;
|
|
765
764
|
address: string;
|
|
765
|
+
name: string;
|
|
766
766
|
createdAt: Date;
|
|
767
767
|
updatedAt: Date;
|
|
768
768
|
deletedAt: Date | null;
|
|
769
769
|
contact: {
|
|
770
|
-
name: string;
|
|
771
770
|
id: string;
|
|
772
771
|
channel: string | null;
|
|
773
772
|
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;
|
|
794
793
|
id: string;
|
|
795
794
|
address: string;
|
|
795
|
+
name: string;
|
|
796
796
|
createdAt: Date;
|
|
797
797
|
updatedAt: Date;
|
|
798
798
|
deletedAt: Date | null;
|
|
799
799
|
contact: {
|
|
800
|
-
name: string;
|
|
801
800
|
id: string;
|
|
802
801
|
channel: string | null;
|
|
803
802
|
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;
|
|
844
843
|
id: string;
|
|
845
844
|
channel: string | null;
|
|
846
845
|
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;
|
|
855
854
|
id: string;
|
|
856
855
|
channel: string | null;
|
|
857
856
|
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;
|
|
868
867
|
id: string;
|
|
869
868
|
address: string;
|
|
869
|
+
name: string;
|
|
870
870
|
createdAt: Date;
|
|
871
871
|
updatedAt: Date;
|
|
872
872
|
deletedAt: Date | null;
|
|
873
873
|
contact: {
|
|
874
|
-
name: string;
|
|
875
874
|
id: string;
|
|
876
875
|
channel: string | null;
|
|
877
876
|
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;
|
|
889
888
|
id: string;
|
|
890
889
|
address: string;
|
|
890
|
+
name: string;
|
|
891
891
|
createdAt: Date;
|
|
892
892
|
updatedAt: Date;
|
|
893
893
|
deletedAt: Date | null;
|
|
894
894
|
contact: {
|
|
895
|
-
name: string;
|
|
896
895
|
id: string;
|
|
897
896
|
channel: string | null;
|
|
898
897
|
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;
|
|
919
918
|
id: string;
|
|
920
919
|
address: string;
|
|
920
|
+
name: string;
|
|
921
921
|
createdAt: Date;
|
|
922
922
|
updatedAt: Date;
|
|
923
923
|
deletedAt: Date | null;
|
|
924
924
|
contact: {
|
|
925
|
-
name: string;
|
|
926
925
|
id: string;
|
|
927
926
|
channel: string | null;
|
|
928
927
|
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;
|
|
949
948
|
id: string;
|
|
950
949
|
address: string;
|
|
950
|
+
name: string;
|
|
951
951
|
createdAt: Date;
|
|
952
952
|
updatedAt: Date;
|
|
953
953
|
deletedAt: Date | null;
|
|
954
954
|
contact: {
|
|
955
|
-
name: string;
|
|
956
955
|
id: string;
|
|
957
956
|
channel: string | null;
|
|
958
957
|
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;
|
|
1081
1080
|
id: string;
|
|
1082
1081
|
address: string;
|
|
1082
|
+
name: string;
|
|
1083
1083
|
createdAt: Date;
|
|
1084
1084
|
updatedAt: Date;
|
|
1085
1085
|
deletedAt: Date | null;
|
|
1086
1086
|
contact: {
|
|
1087
|
-
name: string;
|
|
1088
1087
|
id: string;
|
|
1089
1088
|
channel: string | null;
|
|
1090
1089
|
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;
|
|
1137
1136
|
id: string;
|
|
1138
1137
|
address: string;
|
|
1138
|
+
name: string;
|
|
1139
1139
|
createdAt: Date;
|
|
1140
1140
|
updatedAt: Date;
|
|
1141
1141
|
deletedAt: Date | null;
|
|
1142
1142
|
contact: {
|
|
1143
|
-
name: string;
|
|
1144
1143
|
id: string;
|
|
1145
1144
|
channel: string | null;
|
|
1146
1145
|
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;
|
|
1168
1167
|
id: string;
|
|
1169
1168
|
address: string;
|
|
1169
|
+
name: string;
|
|
1170
1170
|
createdAt: Date;
|
|
1171
1171
|
updatedAt: Date;
|
|
1172
1172
|
deletedAt: Date | null;
|
|
1173
1173
|
contact: {
|
|
1174
|
-
name: string;
|
|
1175
1174
|
id: string;
|
|
1176
1175
|
channel: string | null;
|
|
1177
1176
|
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;
|
|
1199
1198
|
id: string;
|
|
1200
1199
|
address: string;
|
|
1200
|
+
name: string;
|
|
1201
1201
|
createdAt: Date;
|
|
1202
1202
|
updatedAt: Date;
|
|
1203
1203
|
deletedAt: Date | null;
|
|
1204
1204
|
contact: {
|
|
1205
|
-
name: string;
|
|
1206
1205
|
id: string;
|
|
1207
1206
|
channel: string | null;
|
|
1208
1207
|
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;
|
|
1249
1248
|
id: string;
|
|
1250
1249
|
address: string;
|
|
1250
|
+
name: string;
|
|
1251
1251
|
createdAt: Date;
|
|
1252
1252
|
updatedAt: Date;
|
|
1253
1253
|
deletedAt: Date | null;
|
|
1254
1254
|
contact: {
|
|
1255
|
-
name: string;
|
|
1256
1255
|
id: string;
|
|
1257
1256
|
channel: string | null;
|
|
1258
1257
|
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;
|
|
1305
1304
|
id: string;
|
|
1306
1305
|
address: string;
|
|
1306
|
+
name: string;
|
|
1307
1307
|
createdAt: Date;
|
|
1308
1308
|
updatedAt: Date;
|
|
1309
1309
|
deletedAt: Date | null;
|
|
1310
1310
|
contact: {
|
|
1311
|
-
name: string;
|
|
1312
1311
|
id: string;
|
|
1313
1312
|
channel: string | null;
|
|
1314
1313
|
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;
|
|
1336
1335
|
id: string;
|
|
1337
1336
|
address: string;
|
|
1337
|
+
name: string;
|
|
1338
1338
|
createdAt: Date;
|
|
1339
1339
|
updatedAt: Date;
|
|
1340
1340
|
deletedAt: Date | null;
|
|
1341
1341
|
contact: {
|
|
1342
|
-
name: string;
|
|
1343
1342
|
id: string;
|
|
1344
1343
|
channel: string | null;
|
|
1345
1344
|
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;
|
|
1367
1366
|
id: string;
|
|
1368
1367
|
address: string;
|
|
1368
|
+
name: string;
|
|
1369
1369
|
createdAt: Date;
|
|
1370
1370
|
updatedAt: Date;
|
|
1371
1371
|
deletedAt: Date | null;
|
|
1372
1372
|
contact: {
|
|
1373
|
-
name: string;
|
|
1374
1373
|
id: string;
|
|
1375
1374
|
channel: string | null;
|
|
1376
1375
|
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;
|
|
1418
1417
|
id: string;
|
|
1419
1418
|
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;
|
|
1428
1427
|
id: string;
|
|
1429
1428
|
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;
|
|
1445
1444
|
id: string;
|
|
1446
1445
|
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;
|
|
1464
1463
|
id: string;
|
|
1465
1464
|
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;
|
|
1518
1517
|
id: string;
|
|
1519
1518
|
channel: string | null;
|
|
1520
1519
|
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;
|
|
1529
1528
|
id: string;
|
|
1530
1529
|
channel: string | null;
|
|
1531
1530
|
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;
|
|
1542
1541
|
id: string;
|
|
1543
1542
|
address: string;
|
|
1543
|
+
name: string;
|
|
1544
1544
|
createdAt: Date;
|
|
1545
1545
|
updatedAt: Date;
|
|
1546
1546
|
deletedAt: Date | null;
|
|
1547
1547
|
contact: {
|
|
1548
|
-
name: string;
|
|
1549
1548
|
id: string;
|
|
1550
1549
|
channel: string | null;
|
|
1551
1550
|
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;
|
|
1563
1562
|
id: string;
|
|
1564
1563
|
address: string;
|
|
1564
|
+
name: string;
|
|
1565
1565
|
createdAt: Date;
|
|
1566
1566
|
updatedAt: Date;
|
|
1567
1567
|
deletedAt: Date | null;
|
|
1568
1568
|
contact: {
|
|
1569
|
-
name: string;
|
|
1570
1569
|
id: string;
|
|
1571
1570
|
channel: string | null;
|
|
1572
1571
|
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;
|
|
1593
1592
|
id: string;
|
|
1594
1593
|
address: string;
|
|
1594
|
+
name: string;
|
|
1595
1595
|
createdAt: Date;
|
|
1596
1596
|
updatedAt: Date;
|
|
1597
1597
|
deletedAt: Date | null;
|
|
1598
1598
|
contact: {
|
|
1599
|
-
name: string;
|
|
1600
1599
|
id: string;
|
|
1601
1600
|
channel: string | null;
|
|
1602
1601
|
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;
|
|
1623
1622
|
id: string;
|
|
1624
1623
|
address: string;
|
|
1624
|
+
name: string;
|
|
1625
1625
|
createdAt: Date;
|
|
1626
1626
|
updatedAt: Date;
|
|
1627
1627
|
deletedAt: Date | null;
|
|
1628
1628
|
contact: {
|
|
1629
|
-
name: string;
|
|
1630
1629
|
id: string;
|
|
1631
1630
|
channel: string | null;
|
|
1632
1631
|
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;
|
|
1673
1672
|
id: string;
|
|
1674
1673
|
channel: string | null;
|
|
1675
1674
|
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;
|
|
1684
1683
|
id: string;
|
|
1685
1684
|
channel: string | null;
|
|
1686
1685
|
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;
|
|
1697
1696
|
id: string;
|
|
1698
1697
|
address: string;
|
|
1698
|
+
name: string;
|
|
1699
1699
|
createdAt: Date;
|
|
1700
1700
|
updatedAt: Date;
|
|
1701
1701
|
deletedAt: Date | null;
|
|
1702
1702
|
contact: {
|
|
1703
|
-
name: string;
|
|
1704
1703
|
id: string;
|
|
1705
1704
|
channel: string | null;
|
|
1706
1705
|
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;
|
|
1718
1717
|
id: string;
|
|
1719
1718
|
address: string;
|
|
1719
|
+
name: string;
|
|
1720
1720
|
createdAt: Date;
|
|
1721
1721
|
updatedAt: Date;
|
|
1722
1722
|
deletedAt: Date | null;
|
|
1723
1723
|
contact: {
|
|
1724
|
-
name: string;
|
|
1725
1724
|
id: string;
|
|
1726
1725
|
channel: string | null;
|
|
1727
1726
|
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;
|
|
1748
1747
|
id: string;
|
|
1749
1748
|
address: string;
|
|
1749
|
+
name: string;
|
|
1750
1750
|
createdAt: Date;
|
|
1751
1751
|
updatedAt: Date;
|
|
1752
1752
|
deletedAt: Date | null;
|
|
1753
1753
|
contact: {
|
|
1754
|
-
name: string;
|
|
1755
1754
|
id: string;
|
|
1756
1755
|
channel: string | null;
|
|
1757
1756
|
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;
|
|
1778
1777
|
id: string;
|
|
1779
1778
|
address: string;
|
|
1779
|
+
name: string;
|
|
1780
1780
|
createdAt: Date;
|
|
1781
1781
|
updatedAt: Date;
|
|
1782
1782
|
deletedAt: Date | null;
|
|
1783
1783
|
contact: {
|
|
1784
|
-
name: string;
|
|
1785
1784
|
id: string;
|
|
1786
1785
|
channel: string | null;
|
|
1787
1786
|
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;
|
|
1828
1827
|
id: string;
|
|
1829
1828
|
channel: string | null;
|
|
1830
1829
|
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;
|
|
1839
1838
|
id: string;
|
|
1840
1839
|
channel: string | null;
|
|
1841
1840
|
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;
|
|
1852
1851
|
id: string;
|
|
1853
1852
|
address: string;
|
|
1853
|
+
name: string;
|
|
1854
1854
|
createdAt: Date;
|
|
1855
1855
|
updatedAt: Date;
|
|
1856
1856
|
deletedAt: Date | null;
|
|
1857
1857
|
contact: {
|
|
1858
|
-
name: string;
|
|
1859
1858
|
id: string;
|
|
1860
1859
|
channel: string | null;
|
|
1861
1860
|
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;
|
|
1873
1872
|
id: string;
|
|
1874
1873
|
address: string;
|
|
1874
|
+
name: string;
|
|
1875
1875
|
createdAt: Date;
|
|
1876
1876
|
updatedAt: Date;
|
|
1877
1877
|
deletedAt: Date | null;
|
|
1878
1878
|
contact: {
|
|
1879
|
-
name: string;
|
|
1880
1879
|
id: string;
|
|
1881
1880
|
channel: string | null;
|
|
1882
1881
|
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;
|
|
1903
1902
|
id: string;
|
|
1904
1903
|
address: string;
|
|
1904
|
+
name: string;
|
|
1905
1905
|
createdAt: Date;
|
|
1906
1906
|
updatedAt: Date;
|
|
1907
1907
|
deletedAt: Date | null;
|
|
1908
1908
|
contact: {
|
|
1909
|
-
name: string;
|
|
1910
1909
|
id: string;
|
|
1911
1910
|
channel: string | null;
|
|
1912
1911
|
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;
|
|
1933
1932
|
id: string;
|
|
1934
1933
|
address: string;
|
|
1934
|
+
name: string;
|
|
1935
1935
|
createdAt: Date;
|
|
1936
1936
|
updatedAt: Date;
|
|
1937
1937
|
deletedAt: Date | null;
|
|
1938
1938
|
contact: {
|
|
1939
|
-
name: string;
|
|
1940
1939
|
id: string;
|
|
1941
1940
|
channel: string | null;
|
|
1942
1941
|
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;
|
|
1983
1982
|
id: string;
|
|
1984
1983
|
channel: string | null;
|
|
1985
1984
|
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;
|
|
1994
1993
|
id: string;
|
|
1995
1994
|
channel: string | null;
|
|
1996
1995
|
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;
|
|
2007
2006
|
id: string;
|
|
2008
2007
|
address: string;
|
|
2008
|
+
name: string;
|
|
2009
2009
|
createdAt: Date;
|
|
2010
2010
|
updatedAt: Date;
|
|
2011
2011
|
deletedAt: Date | null;
|
|
2012
2012
|
contact: {
|
|
2013
|
-
name: string;
|
|
2014
2013
|
id: string;
|
|
2015
2014
|
channel: string | null;
|
|
2016
2015
|
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;
|
|
2028
2027
|
id: string;
|
|
2029
2028
|
address: string;
|
|
2029
|
+
name: string;
|
|
2030
2030
|
createdAt: Date;
|
|
2031
2031
|
updatedAt: Date;
|
|
2032
2032
|
deletedAt: Date | null;
|
|
2033
2033
|
contact: {
|
|
2034
|
-
name: string;
|
|
2035
2034
|
id: string;
|
|
2036
2035
|
channel: string | null;
|
|
2037
2036
|
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;
|
|
2058
2057
|
id: string;
|
|
2059
2058
|
address: string;
|
|
2059
|
+
name: string;
|
|
2060
2060
|
createdAt: Date;
|
|
2061
2061
|
updatedAt: Date;
|
|
2062
2062
|
deletedAt: Date | null;
|
|
2063
2063
|
contact: {
|
|
2064
|
-
name: string;
|
|
2065
2064
|
id: string;
|
|
2066
2065
|
channel: string | null;
|
|
2067
2066
|
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;
|
|
2088
2087
|
id: string;
|
|
2089
2088
|
address: string;
|
|
2089
|
+
name: string;
|
|
2090
2090
|
createdAt: Date;
|
|
2091
2091
|
updatedAt: Date;
|
|
2092
2092
|
deletedAt: Date | null;
|
|
2093
2093
|
contact: {
|
|
2094
|
-
name: string;
|
|
2095
2094
|
id: string;
|
|
2096
2095
|
channel: string | null;
|
|
2097
2096
|
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;
|
|
2158
2157
|
id: string;
|
|
2159
2158
|
channel: string | null;
|
|
2160
2159
|
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;
|
|
2169
2168
|
id: string;
|
|
2170
2169
|
channel: string | null;
|
|
2171
2170
|
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;
|
|
2182
2181
|
id: string;
|
|
2183
2182
|
address: string;
|
|
2183
|
+
name: string;
|
|
2184
2184
|
createdAt: Date;
|
|
2185
2185
|
updatedAt: Date;
|
|
2186
2186
|
deletedAt: Date | null;
|
|
2187
2187
|
contact: {
|
|
2188
|
-
name: string;
|
|
2189
2188
|
id: string;
|
|
2190
2189
|
channel: string | null;
|
|
2191
2190
|
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;
|
|
2203
2202
|
id: string;
|
|
2204
2203
|
address: string;
|
|
2204
|
+
name: string;
|
|
2205
2205
|
createdAt: Date;
|
|
2206
2206
|
updatedAt: Date;
|
|
2207
2207
|
deletedAt: Date | null;
|
|
2208
2208
|
contact: {
|
|
2209
|
-
name: string;
|
|
2210
2209
|
id: string;
|
|
2211
2210
|
channel: string | null;
|
|
2212
2211
|
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;
|
|
2233
2232
|
id: string;
|
|
2234
2233
|
address: string;
|
|
2234
|
+
name: string;
|
|
2235
2235
|
createdAt: Date;
|
|
2236
2236
|
updatedAt: Date;
|
|
2237
2237
|
deletedAt: Date | null;
|
|
2238
2238
|
contact: {
|
|
2239
|
-
name: string;
|
|
2240
2239
|
id: string;
|
|
2241
2240
|
channel: string | null;
|
|
2242
2241
|
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;
|
|
2263
2262
|
id: string;
|
|
2264
2263
|
address: string;
|
|
2264
|
+
name: string;
|
|
2265
2265
|
createdAt: Date;
|
|
2266
2266
|
updatedAt: Date;
|
|
2267
2267
|
deletedAt: Date | null;
|
|
2268
2268
|
contact: {
|
|
2269
|
-
name: string;
|
|
2270
2269
|
id: string;
|
|
2271
2270
|
channel: string | null;
|
|
2272
2271
|
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;
|
|
2313
2312
|
id: string;
|
|
2314
2313
|
channel: string | null;
|
|
2315
2314
|
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;
|
|
2324
2323
|
id: string;
|
|
2325
2324
|
channel: string | null;
|
|
2326
2325
|
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;
|
|
2337
2336
|
id: string;
|
|
2338
2337
|
address: string;
|
|
2338
|
+
name: string;
|
|
2339
2339
|
createdAt: Date;
|
|
2340
2340
|
updatedAt: Date;
|
|
2341
2341
|
deletedAt: Date | null;
|
|
2342
2342
|
contact: {
|
|
2343
|
-
name: string;
|
|
2344
2343
|
id: string;
|
|
2345
2344
|
channel: string | null;
|
|
2346
2345
|
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;
|
|
2358
2357
|
id: string;
|
|
2359
2358
|
address: string;
|
|
2359
|
+
name: string;
|
|
2360
2360
|
createdAt: Date;
|
|
2361
2361
|
updatedAt: Date;
|
|
2362
2362
|
deletedAt: Date | null;
|
|
2363
2363
|
contact: {
|
|
2364
|
-
name: string;
|
|
2365
2364
|
id: string;
|
|
2366
2365
|
channel: string | null;
|
|
2367
2366
|
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;
|
|
2388
2387
|
id: string;
|
|
2389
2388
|
address: string;
|
|
2389
|
+
name: string;
|
|
2390
2390
|
createdAt: Date;
|
|
2391
2391
|
updatedAt: Date;
|
|
2392
2392
|
deletedAt: Date | null;
|
|
2393
2393
|
contact: {
|
|
2394
|
-
name: string;
|
|
2395
2394
|
id: string;
|
|
2396
2395
|
channel: string | null;
|
|
2397
2396
|
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;
|
|
2418
2417
|
id: string;
|
|
2419
2418
|
address: string;
|
|
2419
|
+
name: string;
|
|
2420
2420
|
createdAt: Date;
|
|
2421
2421
|
updatedAt: Date;
|
|
2422
2422
|
deletedAt: Date | null;
|
|
2423
2423
|
contact: {
|
|
2424
|
-
name: string;
|
|
2425
2424
|
id: string;
|
|
2426
2425
|
channel: string | null;
|
|
2427
2426
|
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;
|
|
2468
2467
|
id: string;
|
|
2469
2468
|
channel: string | null;
|
|
2470
2469
|
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;
|
|
2479
2478
|
id: string;
|
|
2480
2479
|
channel: string | null;
|
|
2481
2480
|
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;
|
|
2492
2491
|
id: string;
|
|
2493
2492
|
address: string;
|
|
2493
|
+
name: string;
|
|
2494
2494
|
createdAt: Date;
|
|
2495
2495
|
updatedAt: Date;
|
|
2496
2496
|
deletedAt: Date | null;
|
|
2497
2497
|
contact: {
|
|
2498
|
-
name: string;
|
|
2499
2498
|
id: string;
|
|
2500
2499
|
channel: string | null;
|
|
2501
2500
|
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;
|
|
2513
2512
|
id: string;
|
|
2514
2513
|
address: string;
|
|
2514
|
+
name: string;
|
|
2515
2515
|
createdAt: Date;
|
|
2516
2516
|
updatedAt: Date;
|
|
2517
2517
|
deletedAt: Date | null;
|
|
2518
2518
|
contact: {
|
|
2519
|
-
name: string;
|
|
2520
2519
|
id: string;
|
|
2521
2520
|
channel: string | null;
|
|
2522
2521
|
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;
|
|
2543
2542
|
id: string;
|
|
2544
2543
|
address: string;
|
|
2544
|
+
name: string;
|
|
2545
2545
|
createdAt: Date;
|
|
2546
2546
|
updatedAt: Date;
|
|
2547
2547
|
deletedAt: Date | null;
|
|
2548
2548
|
contact: {
|
|
2549
|
-
name: string;
|
|
2550
2549
|
id: string;
|
|
2551
2550
|
channel: string | null;
|
|
2552
2551
|
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;
|
|
2573
2572
|
id: string;
|
|
2574
2573
|
address: string;
|
|
2574
|
+
name: string;
|
|
2575
2575
|
createdAt: Date;
|
|
2576
2576
|
updatedAt: Date;
|
|
2577
2577
|
deletedAt: Date | null;
|
|
2578
2578
|
contact: {
|
|
2579
|
-
name: string;
|
|
2580
2579
|
id: string;
|
|
2581
2580
|
channel: string | null;
|
|
2582
2581
|
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;
|
|
2623
2622
|
id: string;
|
|
2624
2623
|
channel: string | null;
|
|
2625
2624
|
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;
|
|
2634
2633
|
id: string;
|
|
2635
2634
|
channel: string | null;
|
|
2636
2635
|
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;
|
|
2647
2646
|
id: string;
|
|
2648
2647
|
address: string;
|
|
2648
|
+
name: string;
|
|
2649
2649
|
createdAt: Date;
|
|
2650
2650
|
updatedAt: Date;
|
|
2651
2651
|
deletedAt: Date | null;
|
|
2652
2652
|
contact: {
|
|
2653
|
-
name: string;
|
|
2654
2653
|
id: string;
|
|
2655
2654
|
channel: string | null;
|
|
2656
2655
|
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;
|
|
2668
2667
|
id: string;
|
|
2669
2668
|
address: string;
|
|
2669
|
+
name: string;
|
|
2670
2670
|
createdAt: Date;
|
|
2671
2671
|
updatedAt: Date;
|
|
2672
2672
|
deletedAt: Date | null;
|
|
2673
2673
|
contact: {
|
|
2674
|
-
name: string;
|
|
2675
2674
|
id: string;
|
|
2676
2675
|
channel: string | null;
|
|
2677
2676
|
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;
|
|
2698
2697
|
id: string;
|
|
2699
2698
|
address: string;
|
|
2699
|
+
name: string;
|
|
2700
2700
|
createdAt: Date;
|
|
2701
2701
|
updatedAt: Date;
|
|
2702
2702
|
deletedAt: Date | null;
|
|
2703
2703
|
contact: {
|
|
2704
|
-
name: string;
|
|
2705
2704
|
id: string;
|
|
2706
2705
|
channel: string | null;
|
|
2707
2706
|
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;
|
|
2728
2727
|
id: string;
|
|
2729
2728
|
address: string;
|
|
2729
|
+
name: string;
|
|
2730
2730
|
createdAt: Date;
|
|
2731
2731
|
updatedAt: Date;
|
|
2732
2732
|
deletedAt: Date | null;
|
|
2733
2733
|
contact: {
|
|
2734
|
-
name: string;
|
|
2735
2734
|
id: string;
|
|
2736
2735
|
channel: string | null;
|
|
2737
2736
|
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;
|
|
2860
2859
|
id: string;
|
|
2861
2860
|
address: string;
|
|
2861
|
+
name: string;
|
|
2862
2862
|
createdAt: Date;
|
|
2863
2863
|
updatedAt: Date;
|
|
2864
2864
|
deletedAt: Date | null;
|
|
2865
2865
|
contact: {
|
|
2866
|
-
name: string;
|
|
2867
2866
|
id: string;
|
|
2868
2867
|
channel: string | null;
|
|
2869
2868
|
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;
|
|
2916
2915
|
id: string;
|
|
2917
2916
|
address: string;
|
|
2917
|
+
name: string;
|
|
2918
2918
|
createdAt: Date;
|
|
2919
2919
|
updatedAt: Date;
|
|
2920
2920
|
deletedAt: Date | null;
|
|
2921
2921
|
contact: {
|
|
2922
|
-
name: string;
|
|
2923
2922
|
id: string;
|
|
2924
2923
|
channel: string | null;
|
|
2925
2924
|
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;
|
|
2947
2946
|
id: string;
|
|
2948
2947
|
address: string;
|
|
2948
|
+
name: string;
|
|
2949
2949
|
createdAt: Date;
|
|
2950
2950
|
updatedAt: Date;
|
|
2951
2951
|
deletedAt: Date | null;
|
|
2952
2952
|
contact: {
|
|
2953
|
-
name: string;
|
|
2954
2953
|
id: string;
|
|
2955
2954
|
channel: string | null;
|
|
2956
2955
|
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;
|
|
2978
2977
|
id: string;
|
|
2979
2978
|
address: string;
|
|
2979
|
+
name: string;
|
|
2980
2980
|
createdAt: Date;
|
|
2981
2981
|
updatedAt: Date;
|
|
2982
2982
|
deletedAt: Date | null;
|
|
2983
2983
|
contact: {
|
|
2984
|
-
name: string;
|
|
2985
2984
|
id: string;
|
|
2986
2985
|
channel: string | null;
|
|
2987
2986
|
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;
|
|
3028
3027
|
id: string;
|
|
3029
3028
|
address: string;
|
|
3029
|
+
name: string;
|
|
3030
3030
|
createdAt: Date;
|
|
3031
3031
|
updatedAt: Date;
|
|
3032
3032
|
deletedAt: Date | null;
|
|
3033
3033
|
contact: {
|
|
3034
|
-
name: string;
|
|
3035
3034
|
id: string;
|
|
3036
3035
|
channel: string | null;
|
|
3037
3036
|
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;
|
|
3084
3083
|
id: string;
|
|
3085
3084
|
address: string;
|
|
3085
|
+
name: string;
|
|
3086
3086
|
createdAt: Date;
|
|
3087
3087
|
updatedAt: Date;
|
|
3088
3088
|
deletedAt: Date | null;
|
|
3089
3089
|
contact: {
|
|
3090
|
-
name: string;
|
|
3091
3090
|
id: string;
|
|
3092
3091
|
channel: string | null;
|
|
3093
3092
|
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;
|
|
3115
3114
|
id: string;
|
|
3116
3115
|
address: string;
|
|
3116
|
+
name: string;
|
|
3117
3117
|
createdAt: Date;
|
|
3118
3118
|
updatedAt: Date;
|
|
3119
3119
|
deletedAt: Date | null;
|
|
3120
3120
|
contact: {
|
|
3121
|
-
name: string;
|
|
3122
3121
|
id: string;
|
|
3123
3122
|
channel: string | null;
|
|
3124
3123
|
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;
|
|
3146
3145
|
id: string;
|
|
3147
3146
|
address: string;
|
|
3147
|
+
name: string;
|
|
3148
3148
|
createdAt: Date;
|
|
3149
3149
|
updatedAt: Date;
|
|
3150
3150
|
deletedAt: Date | null;
|
|
3151
3151
|
contact: {
|
|
3152
|
-
name: string;
|
|
3153
3152
|
id: string;
|
|
3154
3153
|
channel: string | null;
|
|
3155
3154
|
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;
|
|
3227
3226
|
id: string;
|
|
3228
3227
|
channel: string | null;
|
|
3229
3228
|
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;
|
|
3238
3237
|
id: string;
|
|
3239
3238
|
channel: string | null;
|
|
3240
3239
|
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;
|
|
3251
3250
|
id: string;
|
|
3252
3251
|
address: string;
|
|
3252
|
+
name: string;
|
|
3253
3253
|
createdAt: Date;
|
|
3254
3254
|
updatedAt: Date;
|
|
3255
3255
|
deletedAt: Date | null;
|
|
3256
3256
|
contact: {
|
|
3257
|
-
name: string;
|
|
3258
3257
|
id: string;
|
|
3259
3258
|
channel: string | null;
|
|
3260
3259
|
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;
|
|
3272
3271
|
id: string;
|
|
3273
3272
|
address: string;
|
|
3273
|
+
name: string;
|
|
3274
3274
|
createdAt: Date;
|
|
3275
3275
|
updatedAt: Date;
|
|
3276
3276
|
deletedAt: Date | null;
|
|
3277
3277
|
contact: {
|
|
3278
|
-
name: string;
|
|
3279
3278
|
id: string;
|
|
3280
3279
|
channel: string | null;
|
|
3281
3280
|
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;
|
|
3302
3301
|
id: string;
|
|
3303
3302
|
address: string;
|
|
3303
|
+
name: string;
|
|
3304
3304
|
createdAt: Date;
|
|
3305
3305
|
updatedAt: Date;
|
|
3306
3306
|
deletedAt: Date | null;
|
|
3307
3307
|
contact: {
|
|
3308
|
-
name: string;
|
|
3309
3308
|
id: string;
|
|
3310
3309
|
channel: string | null;
|
|
3311
3310
|
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;
|
|
3332
3331
|
id: string;
|
|
3333
3332
|
address: string;
|
|
3333
|
+
name: string;
|
|
3334
3334
|
createdAt: Date;
|
|
3335
3335
|
updatedAt: Date;
|
|
3336
3336
|
deletedAt: Date | null;
|
|
3337
3337
|
contact: {
|
|
3338
|
-
name: string;
|
|
3339
3338
|
id: string;
|
|
3340
3339
|
channel: string | null;
|
|
3341
3340
|
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;
|
|
3382
3381
|
id: string;
|
|
3383
3382
|
channel: string | null;
|
|
3384
3383
|
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;
|
|
3393
3392
|
id: string;
|
|
3394
3393
|
channel: string | null;
|
|
3395
3394
|
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;
|
|
3406
3405
|
id: string;
|
|
3407
3406
|
address: string;
|
|
3407
|
+
name: string;
|
|
3408
3408
|
createdAt: Date;
|
|
3409
3409
|
updatedAt: Date;
|
|
3410
3410
|
deletedAt: Date | null;
|
|
3411
3411
|
contact: {
|
|
3412
|
-
name: string;
|
|
3413
3412
|
id: string;
|
|
3414
3413
|
channel: string | null;
|
|
3415
3414
|
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;
|
|
3427
3426
|
id: string;
|
|
3428
3427
|
address: string;
|
|
3428
|
+
name: string;
|
|
3429
3429
|
createdAt: Date;
|
|
3430
3430
|
updatedAt: Date;
|
|
3431
3431
|
deletedAt: Date | null;
|
|
3432
3432
|
contact: {
|
|
3433
|
-
name: string;
|
|
3434
3433
|
id: string;
|
|
3435
3434
|
channel: string | null;
|
|
3436
3435
|
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;
|
|
3457
3456
|
id: string;
|
|
3458
3457
|
address: string;
|
|
3458
|
+
name: string;
|
|
3459
3459
|
createdAt: Date;
|
|
3460
3460
|
updatedAt: Date;
|
|
3461
3461
|
deletedAt: Date | null;
|
|
3462
3462
|
contact: {
|
|
3463
|
-
name: string;
|
|
3464
3463
|
id: string;
|
|
3465
3464
|
channel: string | null;
|
|
3466
3465
|
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;
|
|
3487
3486
|
id: string;
|
|
3488
3487
|
address: string;
|
|
3488
|
+
name: string;
|
|
3489
3489
|
createdAt: Date;
|
|
3490
3490
|
updatedAt: Date;
|
|
3491
3491
|
deletedAt: Date | null;
|
|
3492
3492
|
contact: {
|
|
3493
|
-
name: string;
|
|
3494
3493
|
id: string;
|
|
3495
3494
|
channel: string | null;
|
|
3496
3495
|
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;
|
|
3537
3536
|
id: string;
|
|
3538
3537
|
channel: string | null;
|
|
3539
3538
|
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;
|
|
3548
3547
|
id: string;
|
|
3549
3548
|
channel: string | null;
|
|
3550
3549
|
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;
|
|
3561
3560
|
id: string;
|
|
3562
3561
|
address: string;
|
|
3562
|
+
name: string;
|
|
3563
3563
|
createdAt: Date;
|
|
3564
3564
|
updatedAt: Date;
|
|
3565
3565
|
deletedAt: Date | null;
|
|
3566
3566
|
contact: {
|
|
3567
|
-
name: string;
|
|
3568
3567
|
id: string;
|
|
3569
3568
|
channel: string | null;
|
|
3570
3569
|
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;
|
|
3582
3581
|
id: string;
|
|
3583
3582
|
address: string;
|
|
3583
|
+
name: string;
|
|
3584
3584
|
createdAt: Date;
|
|
3585
3585
|
updatedAt: Date;
|
|
3586
3586
|
deletedAt: Date | null;
|
|
3587
3587
|
contact: {
|
|
3588
|
-
name: string;
|
|
3589
3588
|
id: string;
|
|
3590
3589
|
channel: string | null;
|
|
3591
3590
|
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;
|
|
3612
3611
|
id: string;
|
|
3613
3612
|
address: string;
|
|
3613
|
+
name: string;
|
|
3614
3614
|
createdAt: Date;
|
|
3615
3615
|
updatedAt: Date;
|
|
3616
3616
|
deletedAt: Date | null;
|
|
3617
3617
|
contact: {
|
|
3618
|
-
name: string;
|
|
3619
3618
|
id: string;
|
|
3620
3619
|
channel: string | null;
|
|
3621
3620
|
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;
|
|
3642
3641
|
id: string;
|
|
3643
3642
|
address: string;
|
|
3643
|
+
name: string;
|
|
3644
3644
|
createdAt: Date;
|
|
3645
3645
|
updatedAt: Date;
|
|
3646
3646
|
deletedAt: Date | null;
|
|
3647
3647
|
contact: {
|
|
3648
|
-
name: string;
|
|
3649
3648
|
id: string;
|
|
3650
3649
|
channel: string | null;
|
|
3651
3650
|
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;
|
|
3692
3691
|
id: string;
|
|
3693
3692
|
channel: string | null;
|
|
3694
3693
|
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;
|
|
3703
3702
|
id: string;
|
|
3704
3703
|
channel: string | null;
|
|
3705
3704
|
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;
|
|
3716
3715
|
id: string;
|
|
3717
3716
|
address: string;
|
|
3717
|
+
name: string;
|
|
3718
3718
|
createdAt: Date;
|
|
3719
3719
|
updatedAt: Date;
|
|
3720
3720
|
deletedAt: Date | null;
|
|
3721
3721
|
contact: {
|
|
3722
|
-
name: string;
|
|
3723
3722
|
id: string;
|
|
3724
3723
|
channel: string | null;
|
|
3725
3724
|
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;
|
|
3737
3736
|
id: string;
|
|
3738
3737
|
address: string;
|
|
3738
|
+
name: string;
|
|
3739
3739
|
createdAt: Date;
|
|
3740
3740
|
updatedAt: Date;
|
|
3741
3741
|
deletedAt: Date | null;
|
|
3742
3742
|
contact: {
|
|
3743
|
-
name: string;
|
|
3744
3743
|
id: string;
|
|
3745
3744
|
channel: string | null;
|
|
3746
3745
|
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;
|
|
3767
3766
|
id: string;
|
|
3768
3767
|
address: string;
|
|
3768
|
+
name: string;
|
|
3769
3769
|
createdAt: Date;
|
|
3770
3770
|
updatedAt: Date;
|
|
3771
3771
|
deletedAt: Date | null;
|
|
3772
3772
|
contact: {
|
|
3773
|
-
name: string;
|
|
3774
3773
|
id: string;
|
|
3775
3774
|
channel: string | null;
|
|
3776
3775
|
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;
|
|
3797
3796
|
id: string;
|
|
3798
3797
|
address: string;
|
|
3798
|
+
name: string;
|
|
3799
3799
|
createdAt: Date;
|
|
3800
3800
|
updatedAt: Date;
|
|
3801
3801
|
deletedAt: Date | null;
|
|
3802
3802
|
contact: {
|
|
3803
|
-
name: string;
|
|
3804
3803
|
id: string;
|
|
3805
3804
|
channel: string | null;
|
|
3806
3805
|
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;
|
|
3929
3928
|
id: string;
|
|
3930
3929
|
address: string;
|
|
3930
|
+
name: string;
|
|
3931
3931
|
createdAt: Date;
|
|
3932
3932
|
updatedAt: Date;
|
|
3933
3933
|
deletedAt: Date | null;
|
|
3934
3934
|
contact: {
|
|
3935
|
-
name: string;
|
|
3936
3935
|
id: string;
|
|
3937
3936
|
channel: string | null;
|
|
3938
3937
|
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;
|
|
3985
3984
|
id: string;
|
|
3986
3985
|
address: string;
|
|
3986
|
+
name: string;
|
|
3987
3987
|
createdAt: Date;
|
|
3988
3988
|
updatedAt: Date;
|
|
3989
3989
|
deletedAt: Date | null;
|
|
3990
3990
|
contact: {
|
|
3991
|
-
name: string;
|
|
3992
3991
|
id: string;
|
|
3993
3992
|
channel: string | null;
|
|
3994
3993
|
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;
|
|
4016
4015
|
id: string;
|
|
4017
4016
|
address: string;
|
|
4017
|
+
name: string;
|
|
4018
4018
|
createdAt: Date;
|
|
4019
4019
|
updatedAt: Date;
|
|
4020
4020
|
deletedAt: Date | null;
|
|
4021
4021
|
contact: {
|
|
4022
|
-
name: string;
|
|
4023
4022
|
id: string;
|
|
4024
4023
|
channel: string | null;
|
|
4025
4024
|
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;
|
|
4047
4046
|
id: string;
|
|
4048
4047
|
address: string;
|
|
4048
|
+
name: string;
|
|
4049
4049
|
createdAt: Date;
|
|
4050
4050
|
updatedAt: Date;
|
|
4051
4051
|
deletedAt: Date | null;
|
|
4052
4052
|
contact: {
|
|
4053
|
-
name: string;
|
|
4054
4053
|
id: string;
|
|
4055
4054
|
channel: string | null;
|
|
4056
4055
|
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;
|
|
4097
4096
|
id: string;
|
|
4098
4097
|
address: string;
|
|
4098
|
+
name: string;
|
|
4099
4099
|
createdAt: Date;
|
|
4100
4100
|
updatedAt: Date;
|
|
4101
4101
|
deletedAt: Date | null;
|
|
4102
4102
|
contact: {
|
|
4103
|
-
name: string;
|
|
4104
4103
|
id: string;
|
|
4105
4104
|
channel: string | null;
|
|
4106
4105
|
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;
|
|
4153
4152
|
id: string;
|
|
4154
4153
|
address: string;
|
|
4154
|
+
name: string;
|
|
4155
4155
|
createdAt: Date;
|
|
4156
4156
|
updatedAt: Date;
|
|
4157
4157
|
deletedAt: Date | null;
|
|
4158
4158
|
contact: {
|
|
4159
|
-
name: string;
|
|
4160
4159
|
id: string;
|
|
4161
4160
|
channel: string | null;
|
|
4162
4161
|
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;
|
|
4184
4183
|
id: string;
|
|
4185
4184
|
address: string;
|
|
4185
|
+
name: string;
|
|
4186
4186
|
createdAt: Date;
|
|
4187
4187
|
updatedAt: Date;
|
|
4188
4188
|
deletedAt: Date | null;
|
|
4189
4189
|
contact: {
|
|
4190
|
-
name: string;
|
|
4191
4190
|
id: string;
|
|
4192
4191
|
channel: string | null;
|
|
4193
4192
|
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;
|
|
4215
4214
|
id: string;
|
|
4216
4215
|
address: string;
|
|
4216
|
+
name: string;
|
|
4217
4217
|
createdAt: Date;
|
|
4218
4218
|
updatedAt: Date;
|
|
4219
4219
|
deletedAt: Date | null;
|
|
4220
4220
|
contact: {
|
|
4221
|
-
name: string;
|
|
4222
4221
|
id: string;
|
|
4223
4222
|
channel: string | null;
|
|
4224
4223
|
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
|
-
name: string;
|
|
4256
4255
|
id: string;
|
|
4256
|
+
name: string;
|
|
4257
4257
|
color: string;
|
|
4258
4258
|
createdAt: Date;
|
|
4259
4259
|
updatedAt: Date;
|
|
4260
4260
|
deletedAt: Date | null;
|
|
4261
4261
|
}, {
|
|
4262
|
-
name: string;
|
|
4263
4262
|
id: string;
|
|
4263
|
+
name: 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;
|
|
4281
4280
|
id: string;
|
|
4282
4281
|
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;
|
|
4291
4290
|
id: string;
|
|
4292
4291
|
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;
|
|
4349
4348
|
id: string;
|
|
4350
4349
|
channel: string | null;
|
|
4351
4350
|
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;
|
|
4360
4359
|
id: string;
|
|
4361
4360
|
channel: string | null;
|
|
4362
4361
|
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;
|
|
4373
4372
|
id: string;
|
|
4374
4373
|
address: string;
|
|
4374
|
+
name: string;
|
|
4375
4375
|
createdAt: Date;
|
|
4376
4376
|
updatedAt: Date;
|
|
4377
4377
|
deletedAt: Date | null;
|
|
4378
4378
|
contact: {
|
|
4379
|
-
name: string;
|
|
4380
4379
|
id: string;
|
|
4381
4380
|
channel: string | null;
|
|
4382
4381
|
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;
|
|
4394
4393
|
id: string;
|
|
4395
4394
|
address: string;
|
|
4395
|
+
name: string;
|
|
4396
4396
|
createdAt: Date;
|
|
4397
4397
|
updatedAt: Date;
|
|
4398
4398
|
deletedAt: Date | null;
|
|
4399
4399
|
contact: {
|
|
4400
|
-
name: string;
|
|
4401
4400
|
id: string;
|
|
4402
4401
|
channel: string | null;
|
|
4403
4402
|
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;
|
|
4424
4423
|
id: string;
|
|
4425
4424
|
address: string;
|
|
4425
|
+
name: string;
|
|
4426
4426
|
createdAt: Date;
|
|
4427
4427
|
updatedAt: Date;
|
|
4428
4428
|
deletedAt: Date | null;
|
|
4429
4429
|
contact: {
|
|
4430
|
-
name: string;
|
|
4431
4430
|
id: string;
|
|
4432
4431
|
channel: string | null;
|
|
4433
4432
|
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;
|
|
4454
4453
|
id: string;
|
|
4455
4454
|
address: string;
|
|
4455
|
+
name: string;
|
|
4456
4456
|
createdAt: Date;
|
|
4457
4457
|
updatedAt: Date;
|
|
4458
4458
|
deletedAt: Date | null;
|
|
4459
4459
|
contact: {
|
|
4460
|
-
name: string;
|
|
4461
4460
|
id: string;
|
|
4462
4461
|
channel: string | null;
|
|
4463
4462
|
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;
|
|
4504
4503
|
id: string;
|
|
4505
4504
|
channel: string | null;
|
|
4506
4505
|
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;
|
|
4515
4514
|
id: string;
|
|
4516
4515
|
channel: string | null;
|
|
4517
4516
|
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;
|
|
4528
4527
|
id: string;
|
|
4529
4528
|
address: string;
|
|
4529
|
+
name: string;
|
|
4530
4530
|
createdAt: Date;
|
|
4531
4531
|
updatedAt: Date;
|
|
4532
4532
|
deletedAt: Date | null;
|
|
4533
4533
|
contact: {
|
|
4534
|
-
name: string;
|
|
4535
4534
|
id: string;
|
|
4536
4535
|
channel: string | null;
|
|
4537
4536
|
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;
|
|
4549
4548
|
id: string;
|
|
4550
4549
|
address: string;
|
|
4550
|
+
name: string;
|
|
4551
4551
|
createdAt: Date;
|
|
4552
4552
|
updatedAt: Date;
|
|
4553
4553
|
deletedAt: Date | null;
|
|
4554
4554
|
contact: {
|
|
4555
|
-
name: string;
|
|
4556
4555
|
id: string;
|
|
4557
4556
|
channel: string | null;
|
|
4558
4557
|
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;
|
|
4579
4578
|
id: string;
|
|
4580
4579
|
address: string;
|
|
4580
|
+
name: string;
|
|
4581
4581
|
createdAt: Date;
|
|
4582
4582
|
updatedAt: Date;
|
|
4583
4583
|
deletedAt: Date | null;
|
|
4584
4584
|
contact: {
|
|
4585
|
-
name: string;
|
|
4586
4585
|
id: string;
|
|
4587
4586
|
channel: string | null;
|
|
4588
4587
|
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;
|
|
4609
4608
|
id: string;
|
|
4610
4609
|
address: string;
|
|
4610
|
+
name: string;
|
|
4611
4611
|
createdAt: Date;
|
|
4612
4612
|
updatedAt: Date;
|
|
4613
4613
|
deletedAt: Date | null;
|
|
4614
4614
|
contact: {
|
|
4615
|
-
name: string;
|
|
4616
4615
|
id: string;
|
|
4617
4616
|
channel: string | null;
|
|
4618
4617
|
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;
|
|
4659
4658
|
id: string;
|
|
4660
4659
|
channel: string | null;
|
|
4661
4660
|
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;
|
|
4670
4669
|
id: string;
|
|
4671
4670
|
channel: string | null;
|
|
4672
4671
|
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;
|
|
4683
4682
|
id: string;
|
|
4684
4683
|
address: string;
|
|
4684
|
+
name: string;
|
|
4685
4685
|
createdAt: Date;
|
|
4686
4686
|
updatedAt: Date;
|
|
4687
4687
|
deletedAt: Date | null;
|
|
4688
4688
|
contact: {
|
|
4689
|
-
name: string;
|
|
4690
4689
|
id: string;
|
|
4691
4690
|
channel: string | null;
|
|
4692
4691
|
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;
|
|
4704
4703
|
id: string;
|
|
4705
4704
|
address: string;
|
|
4705
|
+
name: string;
|
|
4706
4706
|
createdAt: Date;
|
|
4707
4707
|
updatedAt: Date;
|
|
4708
4708
|
deletedAt: Date | null;
|
|
4709
4709
|
contact: {
|
|
4710
|
-
name: string;
|
|
4711
4710
|
id: string;
|
|
4712
4711
|
channel: string | null;
|
|
4713
4712
|
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;
|
|
4734
4733
|
id: string;
|
|
4735
4734
|
address: string;
|
|
4735
|
+
name: string;
|
|
4736
4736
|
createdAt: Date;
|
|
4737
4737
|
updatedAt: Date;
|
|
4738
4738
|
deletedAt: Date | null;
|
|
4739
4739
|
contact: {
|
|
4740
|
-
name: string;
|
|
4741
4740
|
id: string;
|
|
4742
4741
|
channel: string | null;
|
|
4743
4742
|
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;
|
|
4764
4763
|
id: string;
|
|
4765
4764
|
address: string;
|
|
4765
|
+
name: string;
|
|
4766
4766
|
createdAt: Date;
|
|
4767
4767
|
updatedAt: Date;
|
|
4768
4768
|
deletedAt: Date | null;
|
|
4769
4769
|
contact: {
|
|
4770
|
-
name: string;
|
|
4771
4770
|
id: string;
|
|
4772
4771
|
channel: string | null;
|
|
4773
4772
|
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;
|
|
4814
4813
|
id: string;
|
|
4815
4814
|
channel: string | null;
|
|
4816
4815
|
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;
|
|
4825
4824
|
id: string;
|
|
4826
4825
|
channel: string | null;
|
|
4827
4826
|
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;
|
|
4838
4837
|
id: string;
|
|
4839
4838
|
address: string;
|
|
4839
|
+
name: string;
|
|
4840
4840
|
createdAt: Date;
|
|
4841
4841
|
updatedAt: Date;
|
|
4842
4842
|
deletedAt: Date | null;
|
|
4843
4843
|
contact: {
|
|
4844
|
-
name: string;
|
|
4845
4844
|
id: string;
|
|
4846
4845
|
channel: string | null;
|
|
4847
4846
|
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;
|
|
4859
4858
|
id: string;
|
|
4860
4859
|
address: string;
|
|
4860
|
+
name: string;
|
|
4861
4861
|
createdAt: Date;
|
|
4862
4862
|
updatedAt: Date;
|
|
4863
4863
|
deletedAt: Date | null;
|
|
4864
4864
|
contact: {
|
|
4865
|
-
name: string;
|
|
4866
4865
|
id: string;
|
|
4867
4866
|
channel: string | null;
|
|
4868
4867
|
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;
|
|
4889
4888
|
id: string;
|
|
4890
4889
|
address: string;
|
|
4890
|
+
name: string;
|
|
4891
4891
|
createdAt: Date;
|
|
4892
4892
|
updatedAt: Date;
|
|
4893
4893
|
deletedAt: Date | null;
|
|
4894
4894
|
contact: {
|
|
4895
|
-
name: string;
|
|
4896
4895
|
id: string;
|
|
4897
4896
|
channel: string | null;
|
|
4898
4897
|
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;
|
|
4919
4918
|
id: string;
|
|
4920
4919
|
address: string;
|
|
4920
|
+
name: string;
|
|
4921
4921
|
createdAt: Date;
|
|
4922
4922
|
updatedAt: Date;
|
|
4923
4923
|
deletedAt: Date | null;
|
|
4924
4924
|
contact: {
|
|
4925
|
-
name: string;
|
|
4926
4925
|
id: string;
|
|
4927
4926
|
channel: string | null;
|
|
4928
4927
|
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;
|
|
5051
5050
|
id: string;
|
|
5052
5051
|
address: string;
|
|
5052
|
+
name: string;
|
|
5053
5053
|
createdAt: Date;
|
|
5054
5054
|
updatedAt: Date;
|
|
5055
5055
|
deletedAt: Date | null;
|
|
5056
5056
|
contact: {
|
|
5057
|
-
name: string;
|
|
5058
5057
|
id: string;
|
|
5059
5058
|
channel: string | null;
|
|
5060
5059
|
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;
|
|
5107
5106
|
id: string;
|
|
5108
5107
|
address: string;
|
|
5108
|
+
name: string;
|
|
5109
5109
|
createdAt: Date;
|
|
5110
5110
|
updatedAt: Date;
|
|
5111
5111
|
deletedAt: Date | null;
|
|
5112
5112
|
contact: {
|
|
5113
|
-
name: string;
|
|
5114
5113
|
id: string;
|
|
5115
5114
|
channel: string | null;
|
|
5116
5115
|
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;
|
|
5138
5137
|
id: string;
|
|
5139
5138
|
address: string;
|
|
5139
|
+
name: string;
|
|
5140
5140
|
createdAt: Date;
|
|
5141
5141
|
updatedAt: Date;
|
|
5142
5142
|
deletedAt: Date | null;
|
|
5143
5143
|
contact: {
|
|
5144
|
-
name: string;
|
|
5145
5144
|
id: string;
|
|
5146
5145
|
channel: string | null;
|
|
5147
5146
|
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;
|
|
5169
5168
|
id: string;
|
|
5170
5169
|
address: string;
|
|
5170
|
+
name: string;
|
|
5171
5171
|
createdAt: Date;
|
|
5172
5172
|
updatedAt: Date;
|
|
5173
5173
|
deletedAt: Date | null;
|
|
5174
5174
|
contact: {
|
|
5175
|
-
name: string;
|
|
5176
5175
|
id: string;
|
|
5177
5176
|
channel: string | null;
|
|
5178
5177
|
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;
|
|
5219
5218
|
id: string;
|
|
5220
5219
|
address: string;
|
|
5220
|
+
name: string;
|
|
5221
5221
|
createdAt: Date;
|
|
5222
5222
|
updatedAt: Date;
|
|
5223
5223
|
deletedAt: Date | null;
|
|
5224
5224
|
contact: {
|
|
5225
|
-
name: string;
|
|
5226
5225
|
id: string;
|
|
5227
5226
|
channel: string | null;
|
|
5228
5227
|
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;
|
|
5275
5274
|
id: string;
|
|
5276
5275
|
address: string;
|
|
5276
|
+
name: string;
|
|
5277
5277
|
createdAt: Date;
|
|
5278
5278
|
updatedAt: Date;
|
|
5279
5279
|
deletedAt: Date | null;
|
|
5280
5280
|
contact: {
|
|
5281
|
-
name: string;
|
|
5282
5281
|
id: string;
|
|
5283
5282
|
channel: string | null;
|
|
5284
5283
|
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;
|
|
5306
5305
|
id: string;
|
|
5307
5306
|
address: string;
|
|
5307
|
+
name: string;
|
|
5308
5308
|
createdAt: Date;
|
|
5309
5309
|
updatedAt: Date;
|
|
5310
5310
|
deletedAt: Date | null;
|
|
5311
5311
|
contact: {
|
|
5312
|
-
name: string;
|
|
5313
5312
|
id: string;
|
|
5314
5313
|
channel: string | null;
|
|
5315
5314
|
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;
|
|
5337
5336
|
id: string;
|
|
5338
5337
|
address: string;
|
|
5338
|
+
name: string;
|
|
5339
5339
|
createdAt: Date;
|
|
5340
5340
|
updatedAt: Date;
|
|
5341
5341
|
deletedAt: Date | null;
|
|
5342
5342
|
contact: {
|
|
5343
|
-
name: string;
|
|
5344
5343
|
id: string;
|
|
5345
5344
|
channel: string | null;
|
|
5346
5345
|
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;
|
|
5418
5417
|
id: string;
|
|
5419
5418
|
channel: string | null;
|
|
5420
5419
|
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;
|
|
5429
5428
|
id: string;
|
|
5430
5429
|
channel: string | null;
|
|
5431
5430
|
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;
|
|
5442
5441
|
id: string;
|
|
5443
5442
|
address: string;
|
|
5443
|
+
name: string;
|
|
5444
5444
|
createdAt: Date;
|
|
5445
5445
|
updatedAt: Date;
|
|
5446
5446
|
deletedAt: Date | null;
|
|
5447
5447
|
contact: {
|
|
5448
|
-
name: string;
|
|
5449
5448
|
id: string;
|
|
5450
5449
|
channel: string | null;
|
|
5451
5450
|
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;
|
|
5463
5462
|
id: string;
|
|
5464
5463
|
address: string;
|
|
5464
|
+
name: string;
|
|
5465
5465
|
createdAt: Date;
|
|
5466
5466
|
updatedAt: Date;
|
|
5467
5467
|
deletedAt: Date | null;
|
|
5468
5468
|
contact: {
|
|
5469
|
-
name: string;
|
|
5470
5469
|
id: string;
|
|
5471
5470
|
channel: string | null;
|
|
5472
5471
|
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;
|
|
5493
5492
|
id: string;
|
|
5494
5493
|
address: string;
|
|
5494
|
+
name: string;
|
|
5495
5495
|
createdAt: Date;
|
|
5496
5496
|
updatedAt: Date;
|
|
5497
5497
|
deletedAt: Date | null;
|
|
5498
5498
|
contact: {
|
|
5499
|
-
name: string;
|
|
5500
5499
|
id: string;
|
|
5501
5500
|
channel: string | null;
|
|
5502
5501
|
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;
|
|
5523
5522
|
id: string;
|
|
5524
5523
|
address: string;
|
|
5524
|
+
name: string;
|
|
5525
5525
|
createdAt: Date;
|
|
5526
5526
|
updatedAt: Date;
|
|
5527
5527
|
deletedAt: Date | null;
|
|
5528
5528
|
contact: {
|
|
5529
|
-
name: string;
|
|
5530
5529
|
id: string;
|
|
5531
5530
|
channel: string | null;
|
|
5532
5531
|
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;
|
|
5573
5572
|
id: string;
|
|
5574
5573
|
channel: string | null;
|
|
5575
5574
|
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;
|
|
5584
5583
|
id: string;
|
|
5585
5584
|
channel: string | null;
|
|
5586
5585
|
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;
|
|
5597
5596
|
id: string;
|
|
5598
5597
|
address: string;
|
|
5598
|
+
name: string;
|
|
5599
5599
|
createdAt: Date;
|
|
5600
5600
|
updatedAt: Date;
|
|
5601
5601
|
deletedAt: Date | null;
|
|
5602
5602
|
contact: {
|
|
5603
|
-
name: string;
|
|
5604
5603
|
id: string;
|
|
5605
5604
|
channel: string | null;
|
|
5606
5605
|
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;
|
|
5618
5617
|
id: string;
|
|
5619
5618
|
address: string;
|
|
5619
|
+
name: string;
|
|
5620
5620
|
createdAt: Date;
|
|
5621
5621
|
updatedAt: Date;
|
|
5622
5622
|
deletedAt: Date | null;
|
|
5623
5623
|
contact: {
|
|
5624
|
-
name: string;
|
|
5625
5624
|
id: string;
|
|
5626
5625
|
channel: string | null;
|
|
5627
5626
|
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;
|
|
5648
5647
|
id: string;
|
|
5649
5648
|
address: string;
|
|
5649
|
+
name: string;
|
|
5650
5650
|
createdAt: Date;
|
|
5651
5651
|
updatedAt: Date;
|
|
5652
5652
|
deletedAt: Date | null;
|
|
5653
5653
|
contact: {
|
|
5654
|
-
name: string;
|
|
5655
5654
|
id: string;
|
|
5656
5655
|
channel: string | null;
|
|
5657
5656
|
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;
|
|
5678
5677
|
id: string;
|
|
5679
5678
|
address: string;
|
|
5679
|
+
name: string;
|
|
5680
5680
|
createdAt: Date;
|
|
5681
5681
|
updatedAt: Date;
|
|
5682
5682
|
deletedAt: Date | null;
|
|
5683
5683
|
contact: {
|
|
5684
|
-
name: string;
|
|
5685
5684
|
id: string;
|
|
5686
5685
|
channel: string | null;
|
|
5687
5686
|
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;
|
|
5728
5727
|
id: string;
|
|
5729
5728
|
channel: string | null;
|
|
5730
5729
|
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;
|
|
5739
5738
|
id: string;
|
|
5740
5739
|
channel: string | null;
|
|
5741
5740
|
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;
|
|
5752
5751
|
id: string;
|
|
5753
5752
|
address: string;
|
|
5753
|
+
name: string;
|
|
5754
5754
|
createdAt: Date;
|
|
5755
5755
|
updatedAt: Date;
|
|
5756
5756
|
deletedAt: Date | null;
|
|
5757
5757
|
contact: {
|
|
5758
|
-
name: string;
|
|
5759
5758
|
id: string;
|
|
5760
5759
|
channel: string | null;
|
|
5761
5760
|
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;
|
|
5773
5772
|
id: string;
|
|
5774
5773
|
address: string;
|
|
5774
|
+
name: string;
|
|
5775
5775
|
createdAt: Date;
|
|
5776
5776
|
updatedAt: Date;
|
|
5777
5777
|
deletedAt: Date | null;
|
|
5778
5778
|
contact: {
|
|
5779
|
-
name: string;
|
|
5780
5779
|
id: string;
|
|
5781
5780
|
channel: string | null;
|
|
5782
5781
|
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;
|
|
5803
5802
|
id: string;
|
|
5804
5803
|
address: string;
|
|
5804
|
+
name: string;
|
|
5805
5805
|
createdAt: Date;
|
|
5806
5806
|
updatedAt: Date;
|
|
5807
5807
|
deletedAt: Date | null;
|
|
5808
5808
|
contact: {
|
|
5809
|
-
name: string;
|
|
5810
5809
|
id: string;
|
|
5811
5810
|
channel: string | null;
|
|
5812
5811
|
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;
|
|
5833
5832
|
id: string;
|
|
5834
5833
|
address: string;
|
|
5834
|
+
name: string;
|
|
5835
5835
|
createdAt: Date;
|
|
5836
5836
|
updatedAt: Date;
|
|
5837
5837
|
deletedAt: Date | null;
|
|
5838
5838
|
contact: {
|
|
5839
|
-
name: string;
|
|
5840
5839
|
id: string;
|
|
5841
5840
|
channel: string | null;
|
|
5842
5841
|
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;
|
|
5883
5882
|
id: string;
|
|
5884
5883
|
channel: string | null;
|
|
5885
5884
|
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;
|
|
5894
5893
|
id: string;
|
|
5895
5894
|
channel: string | null;
|
|
5896
5895
|
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;
|
|
5907
5906
|
id: string;
|
|
5908
5907
|
address: string;
|
|
5908
|
+
name: string;
|
|
5909
5909
|
createdAt: Date;
|
|
5910
5910
|
updatedAt: Date;
|
|
5911
5911
|
deletedAt: Date | null;
|
|
5912
5912
|
contact: {
|
|
5913
|
-
name: string;
|
|
5914
5913
|
id: string;
|
|
5915
5914
|
channel: string | null;
|
|
5916
5915
|
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;
|
|
5928
5927
|
id: string;
|
|
5929
5928
|
address: string;
|
|
5929
|
+
name: string;
|
|
5930
5930
|
createdAt: Date;
|
|
5931
5931
|
updatedAt: Date;
|
|
5932
5932
|
deletedAt: Date | null;
|
|
5933
5933
|
contact: {
|
|
5934
|
-
name: string;
|
|
5935
5934
|
id: string;
|
|
5936
5935
|
channel: string | null;
|
|
5937
5936
|
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;
|
|
5958
5957
|
id: string;
|
|
5959
5958
|
address: string;
|
|
5959
|
+
name: string;
|
|
5960
5960
|
createdAt: Date;
|
|
5961
5961
|
updatedAt: Date;
|
|
5962
5962
|
deletedAt: Date | null;
|
|
5963
5963
|
contact: {
|
|
5964
|
-
name: string;
|
|
5965
5964
|
id: string;
|
|
5966
5965
|
channel: string | null;
|
|
5967
5966
|
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;
|
|
5988
5987
|
id: string;
|
|
5989
5988
|
address: string;
|
|
5989
|
+
name: string;
|
|
5990
5990
|
createdAt: Date;
|
|
5991
5991
|
updatedAt: Date;
|
|
5992
5992
|
deletedAt: Date | null;
|
|
5993
5993
|
contact: {
|
|
5994
|
-
name: string;
|
|
5995
5994
|
id: string;
|
|
5996
5995
|
channel: string | null;
|
|
5997
5996
|
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;
|
|
6120
6119
|
id: string;
|
|
6121
6120
|
address: string;
|
|
6121
|
+
name: string;
|
|
6122
6122
|
createdAt: Date;
|
|
6123
6123
|
updatedAt: Date;
|
|
6124
6124
|
deletedAt: Date | null;
|
|
6125
6125
|
contact: {
|
|
6126
|
-
name: string;
|
|
6127
6126
|
id: string;
|
|
6128
6127
|
channel: string | null;
|
|
6129
6128
|
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;
|
|
6176
6175
|
id: string;
|
|
6177
6176
|
address: string;
|
|
6177
|
+
name: string;
|
|
6178
6178
|
createdAt: Date;
|
|
6179
6179
|
updatedAt: Date;
|
|
6180
6180
|
deletedAt: Date | null;
|
|
6181
6181
|
contact: {
|
|
6182
|
-
name: string;
|
|
6183
6182
|
id: string;
|
|
6184
6183
|
channel: string | null;
|
|
6185
6184
|
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;
|
|
6207
6206
|
id: string;
|
|
6208
6207
|
address: string;
|
|
6208
|
+
name: string;
|
|
6209
6209
|
createdAt: Date;
|
|
6210
6210
|
updatedAt: Date;
|
|
6211
6211
|
deletedAt: Date | null;
|
|
6212
6212
|
contact: {
|
|
6213
|
-
name: string;
|
|
6214
6213
|
id: string;
|
|
6215
6214
|
channel: string | null;
|
|
6216
6215
|
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;
|
|
6238
6237
|
id: string;
|
|
6239
6238
|
address: string;
|
|
6239
|
+
name: string;
|
|
6240
6240
|
createdAt: Date;
|
|
6241
6241
|
updatedAt: Date;
|
|
6242
6242
|
deletedAt: Date | null;
|
|
6243
6243
|
contact: {
|
|
6244
|
-
name: string;
|
|
6245
6244
|
id: string;
|
|
6246
6245
|
channel: string | null;
|
|
6247
6246
|
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;
|
|
6288
6287
|
id: string;
|
|
6289
6288
|
address: string;
|
|
6289
|
+
name: string;
|
|
6290
6290
|
createdAt: Date;
|
|
6291
6291
|
updatedAt: Date;
|
|
6292
6292
|
deletedAt: Date | null;
|
|
6293
6293
|
contact: {
|
|
6294
|
-
name: string;
|
|
6295
6294
|
id: string;
|
|
6296
6295
|
channel: string | null;
|
|
6297
6296
|
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;
|
|
6344
6343
|
id: string;
|
|
6345
6344
|
address: string;
|
|
6345
|
+
name: string;
|
|
6346
6346
|
createdAt: Date;
|
|
6347
6347
|
updatedAt: Date;
|
|
6348
6348
|
deletedAt: Date | null;
|
|
6349
6349
|
contact: {
|
|
6350
|
-
name: string;
|
|
6351
6350
|
id: string;
|
|
6352
6351
|
channel: string | null;
|
|
6353
6352
|
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;
|
|
6375
6374
|
id: string;
|
|
6376
6375
|
address: string;
|
|
6376
|
+
name: string;
|
|
6377
6377
|
createdAt: Date;
|
|
6378
6378
|
updatedAt: Date;
|
|
6379
6379
|
deletedAt: Date | null;
|
|
6380
6380
|
contact: {
|
|
6381
|
-
name: string;
|
|
6382
6381
|
id: string;
|
|
6383
6382
|
channel: string | null;
|
|
6384
6383
|
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;
|
|
6406
6405
|
id: string;
|
|
6407
6406
|
address: string;
|
|
6407
|
+
name: string;
|
|
6408
6408
|
createdAt: Date;
|
|
6409
6409
|
updatedAt: Date;
|
|
6410
6410
|
deletedAt: Date | null;
|
|
6411
6411
|
contact: {
|
|
6412
|
-
name: string;
|
|
6413
6412
|
id: string;
|
|
6414
6413
|
channel: string | null;
|
|
6415
6414
|
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;
|
|
6457
6456
|
id: string;
|
|
6458
6457
|
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;
|
|
6467
6466
|
id: string;
|
|
6468
6467
|
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;
|
|
6484
6483
|
id: string;
|
|
6485
6484
|
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;
|
|
6503
6502
|
id: string;
|
|
6504
6503
|
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
|
-
name: string;
|
|
6540
6539
|
id: string;
|
|
6540
|
+
name: 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
|
-
name: string;
|
|
6554
6553
|
id: string;
|
|
6554
|
+
name: 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;
|
|
6570
6569
|
id: string;
|
|
6571
6570
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
|
6572
6571
|
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
|
-
name: string;
|
|
6580
6579
|
id: string;
|
|
6580
|
+
name: 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;
|
|
6595
6594
|
id: string;
|
|
6596
6595
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
|
6597
6596
|
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
|
-
name: string;
|
|
6605
6604
|
id: string;
|
|
6605
|
+
name: string;
|
|
6606
6606
|
createdAt: Date;
|
|
6607
6607
|
updatedAt: Date;
|
|
6608
6608
|
deletedAt: Date | null;
|
|
@@ -6652,14 +6652,14 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
6652
6652
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6653
6653
|
name: z.ZodString;
|
|
6654
6654
|
}, "strip", z.ZodTypeAny, {
|
|
6655
|
-
name: string;
|
|
6656
6655
|
id: string;
|
|
6656
|
+
name: string;
|
|
6657
6657
|
createdAt: Date;
|
|
6658
6658
|
updatedAt: Date;
|
|
6659
6659
|
deletedAt: Date | null;
|
|
6660
6660
|
}, {
|
|
6661
|
-
name: string;
|
|
6662
6661
|
id: string;
|
|
6662
|
+
name: string;
|
|
6663
6663
|
createdAt: Date;
|
|
6664
6664
|
updatedAt: Date;
|
|
6665
6665
|
deletedAt: Date | null;
|
|
@@ -6830,8 +6830,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
6830
6830
|
}[];
|
|
6831
6831
|
}[];
|
|
6832
6832
|
tags: {
|
|
6833
|
-
name: string;
|
|
6834
6833
|
id: string;
|
|
6834
|
+
name: string;
|
|
6835
6835
|
createdAt: Date;
|
|
6836
6836
|
updatedAt: Date;
|
|
6837
6837
|
deletedAt: Date | null;
|
|
@@ -6881,8 +6881,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
6881
6881
|
}[];
|
|
6882
6882
|
}[];
|
|
6883
6883
|
tags: {
|
|
6884
|
-
name: string;
|
|
6885
6884
|
id: string;
|
|
6885
|
+
name: string;
|
|
6886
6886
|
createdAt: Date;
|
|
6887
6887
|
updatedAt: Date;
|
|
6888
6888
|
deletedAt: Date | null;
|
|
@@ -6920,16 +6920,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
6920
6920
|
position: z.ZodNumber;
|
|
6921
6921
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
6922
6922
|
}, "strip", z.ZodTypeAny, {
|
|
6923
|
-
name: string;
|
|
6924
6923
|
id: string;
|
|
6924
|
+
name: string;
|
|
6925
6925
|
position: number;
|
|
6926
6926
|
createdAt: Date;
|
|
6927
6927
|
updatedAt: Date;
|
|
6928
6928
|
deletedAt: Date | null;
|
|
6929
6929
|
isDefault: boolean;
|
|
6930
6930
|
}, {
|
|
6931
|
-
name: string;
|
|
6932
6931
|
id: string;
|
|
6932
|
+
name: string;
|
|
6933
6933
|
position: number;
|
|
6934
6934
|
createdAt: Date;
|
|
6935
6935
|
updatedAt: Date;
|
|
@@ -6945,8 +6945,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
6945
6945
|
endedAt: string | null;
|
|
6946
6946
|
duration: number | null;
|
|
6947
6947
|
holdLabel?: {
|
|
6948
|
-
name: string;
|
|
6949
6948
|
id: string;
|
|
6949
|
+
name: string;
|
|
6950
6950
|
position: number;
|
|
6951
6951
|
createdAt: Date;
|
|
6952
6952
|
updatedAt: Date;
|
|
@@ -6962,8 +6962,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
6962
6962
|
endedAt: string | null;
|
|
6963
6963
|
duration: number | null;
|
|
6964
6964
|
holdLabel?: {
|
|
6965
|
-
name: string;
|
|
6966
6965
|
id: string;
|
|
6966
|
+
name: string;
|
|
6967
6967
|
position: number;
|
|
6968
6968
|
createdAt: Date;
|
|
6969
6969
|
updatedAt: Date;
|
|
@@ -7021,8 +7021,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7021
7021
|
}[];
|
|
7022
7022
|
}[];
|
|
7023
7023
|
tags: {
|
|
7024
|
-
name: string;
|
|
7025
7024
|
id: string;
|
|
7025
|
+
name: string;
|
|
7026
7026
|
createdAt: Date;
|
|
7027
7027
|
updatedAt: Date;
|
|
7028
7028
|
deletedAt: Date | null;
|
|
@@ -7052,8 +7052,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7052
7052
|
endedAt: string | null;
|
|
7053
7053
|
duration: number | null;
|
|
7054
7054
|
holdLabel?: {
|
|
7055
|
-
name: string;
|
|
7056
7055
|
id: string;
|
|
7056
|
+
name: string;
|
|
7057
7057
|
position: number;
|
|
7058
7058
|
createdAt: Date;
|
|
7059
7059
|
updatedAt: Date;
|
|
@@ -7111,8 +7111,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7111
7111
|
}[];
|
|
7112
7112
|
}[];
|
|
7113
7113
|
tags: {
|
|
7114
|
-
name: string;
|
|
7115
7114
|
id: string;
|
|
7115
|
+
name: string;
|
|
7116
7116
|
createdAt: Date;
|
|
7117
7117
|
updatedAt: Date;
|
|
7118
7118
|
deletedAt: Date | null;
|
|
@@ -7142,8 +7142,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7142
7142
|
endedAt: string | null;
|
|
7143
7143
|
duration: number | null;
|
|
7144
7144
|
holdLabel?: {
|
|
7145
|
-
name: string;
|
|
7146
7145
|
id: string;
|
|
7146
|
+
name: string;
|
|
7147
7147
|
position: number;
|
|
7148
7148
|
createdAt: Date;
|
|
7149
7149
|
updatedAt: Date;
|
|
@@ -7159,8 +7159,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7159
7159
|
updatedAt: Date;
|
|
7160
7160
|
deletedAt: Date | null;
|
|
7161
7161
|
tags: {
|
|
7162
|
-
name: string;
|
|
7163
7162
|
id: string;
|
|
7163
|
+
name: string;
|
|
7164
7164
|
color: string;
|
|
7165
7165
|
createdAt: Date;
|
|
7166
7166
|
updatedAt: Date;
|
|
@@ -7185,17 +7185,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7185
7185
|
messageId: string;
|
|
7186
7186
|
mailUserId: string;
|
|
7187
7187
|
mailUser: {
|
|
7188
|
-
name: string;
|
|
7189
7188
|
id: string;
|
|
7190
7189
|
address: string;
|
|
7190
|
+
name: string;
|
|
7191
7191
|
createdAt: Date;
|
|
7192
7192
|
updatedAt: Date;
|
|
7193
7193
|
deletedAt: Date | null;
|
|
7194
7194
|
contact: {
|
|
7195
|
-
name: string;
|
|
7196
7195
|
id: string;
|
|
7197
7196
|
channel: string | null;
|
|
7198
7197
|
address: string | null;
|
|
7198
|
+
name: string;
|
|
7199
7199
|
createdAt: Date;
|
|
7200
7200
|
updatedAt: Date;
|
|
7201
7201
|
deletedAt: Date | null;
|
|
@@ -7241,17 +7241,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7241
7241
|
messageId: string;
|
|
7242
7242
|
mailUserId: string;
|
|
7243
7243
|
mailUser: {
|
|
7244
|
-
name: string;
|
|
7245
7244
|
id: string;
|
|
7246
7245
|
address: string;
|
|
7246
|
+
name: string;
|
|
7247
7247
|
createdAt: Date;
|
|
7248
7248
|
updatedAt: Date;
|
|
7249
7249
|
deletedAt: Date | null;
|
|
7250
7250
|
contact: {
|
|
7251
|
-
name: string;
|
|
7252
7251
|
id: string;
|
|
7253
7252
|
channel: string | null;
|
|
7254
7253
|
address: string | null;
|
|
7254
|
+
name: string;
|
|
7255
7255
|
createdAt: Date;
|
|
7256
7256
|
updatedAt: Date;
|
|
7257
7257
|
deletedAt: Date | null;
|
|
@@ -7272,17 +7272,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7272
7272
|
messageId: string;
|
|
7273
7273
|
mailUserId: string;
|
|
7274
7274
|
mailUser: {
|
|
7275
|
-
name: string;
|
|
7276
7275
|
id: string;
|
|
7277
7276
|
address: string;
|
|
7277
|
+
name: string;
|
|
7278
7278
|
createdAt: Date;
|
|
7279
7279
|
updatedAt: Date;
|
|
7280
7280
|
deletedAt: Date | null;
|
|
7281
7281
|
contact: {
|
|
7282
|
-
name: string;
|
|
7283
7282
|
id: string;
|
|
7284
7283
|
channel: string | null;
|
|
7285
7284
|
address: string | null;
|
|
7285
|
+
name: string;
|
|
7286
7286
|
createdAt: Date;
|
|
7287
7287
|
updatedAt: Date;
|
|
7288
7288
|
deletedAt: Date | null;
|
|
@@ -7303,17 +7303,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7303
7303
|
messageId: string;
|
|
7304
7304
|
mailUserId: string;
|
|
7305
7305
|
mailUser: {
|
|
7306
|
-
name: string;
|
|
7307
7306
|
id: string;
|
|
7308
7307
|
address: string;
|
|
7308
|
+
name: string;
|
|
7309
7309
|
createdAt: Date;
|
|
7310
7310
|
updatedAt: Date;
|
|
7311
7311
|
deletedAt: Date | null;
|
|
7312
7312
|
contact: {
|
|
7313
|
-
name: string;
|
|
7314
7313
|
id: string;
|
|
7315
7314
|
channel: string | null;
|
|
7316
7315
|
address: string | null;
|
|
7316
|
+
name: string;
|
|
7317
7317
|
createdAt: Date;
|
|
7318
7318
|
updatedAt: Date;
|
|
7319
7319
|
deletedAt: Date | null;
|
|
@@ -7337,9 +7337,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7337
7337
|
seemsLikeNew: boolean;
|
|
7338
7338
|
};
|
|
7339
7339
|
assignee: {
|
|
7340
|
-
name: string;
|
|
7341
7340
|
id: string;
|
|
7342
7341
|
address: string | null;
|
|
7342
|
+
name: string;
|
|
7343
7343
|
email: string;
|
|
7344
7344
|
createdAt: Date;
|
|
7345
7345
|
updatedAt: Date;
|
|
@@ -7398,8 +7398,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7398
7398
|
}[];
|
|
7399
7399
|
}[];
|
|
7400
7400
|
tags: {
|
|
7401
|
-
name: string;
|
|
7402
7401
|
id: string;
|
|
7402
|
+
name: string;
|
|
7403
7403
|
createdAt: Date;
|
|
7404
7404
|
updatedAt: Date;
|
|
7405
7405
|
deletedAt: Date | null;
|
|
@@ -7429,8 +7429,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7429
7429
|
endedAt: string | null;
|
|
7430
7430
|
duration: number | null;
|
|
7431
7431
|
holdLabel?: {
|
|
7432
|
-
name: string;
|
|
7433
7432
|
id: string;
|
|
7433
|
+
name: string;
|
|
7434
7434
|
position: number;
|
|
7435
7435
|
createdAt: Date;
|
|
7436
7436
|
updatedAt: Date;
|
|
@@ -7449,17 +7449,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7449
7449
|
messageId: string;
|
|
7450
7450
|
mailUserId: string;
|
|
7451
7451
|
mailUser: {
|
|
7452
|
-
name: string;
|
|
7453
7452
|
id: string;
|
|
7454
7453
|
address: string;
|
|
7454
|
+
name: string;
|
|
7455
7455
|
createdAt: Date;
|
|
7456
7456
|
updatedAt: Date;
|
|
7457
7457
|
deletedAt: Date | null;
|
|
7458
7458
|
contact: {
|
|
7459
|
-
name: string;
|
|
7460
7459
|
id: string;
|
|
7461
7460
|
channel: string | null;
|
|
7462
7461
|
address: string | null;
|
|
7462
|
+
name: string;
|
|
7463
7463
|
createdAt: Date;
|
|
7464
7464
|
updatedAt: Date;
|
|
7465
7465
|
deletedAt: Date | null;
|
|
@@ -7481,17 +7481,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7481
7481
|
messageId: string;
|
|
7482
7482
|
mailUserId: string;
|
|
7483
7483
|
mailUser: {
|
|
7484
|
-
name: string;
|
|
7485
7484
|
id: string;
|
|
7486
7485
|
address: string;
|
|
7486
|
+
name: string;
|
|
7487
7487
|
createdAt: Date;
|
|
7488
7488
|
updatedAt: Date;
|
|
7489
7489
|
deletedAt: Date | null;
|
|
7490
7490
|
contact: {
|
|
7491
|
-
name: string;
|
|
7492
7491
|
id: string;
|
|
7493
7492
|
channel: string | null;
|
|
7494
7493
|
address: string | null;
|
|
7494
|
+
name: string;
|
|
7495
7495
|
createdAt: Date;
|
|
7496
7496
|
updatedAt: Date;
|
|
7497
7497
|
deletedAt: Date | null;
|
|
@@ -7512,17 +7512,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7512
7512
|
messageId: string;
|
|
7513
7513
|
mailUserId: string;
|
|
7514
7514
|
mailUser: {
|
|
7515
|
-
name: string;
|
|
7516
7515
|
id: string;
|
|
7517
7516
|
address: string;
|
|
7517
|
+
name: string;
|
|
7518
7518
|
createdAt: Date;
|
|
7519
7519
|
updatedAt: Date;
|
|
7520
7520
|
deletedAt: Date | null;
|
|
7521
7521
|
contact: {
|
|
7522
|
-
name: string;
|
|
7523
7522
|
id: string;
|
|
7524
7523
|
channel: string | null;
|
|
7525
7524
|
address: string | null;
|
|
7525
|
+
name: string;
|
|
7526
7526
|
createdAt: Date;
|
|
7527
7527
|
updatedAt: Date;
|
|
7528
7528
|
deletedAt: Date | null;
|
|
@@ -7543,17 +7543,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7543
7543
|
messageId: string;
|
|
7544
7544
|
mailUserId: string;
|
|
7545
7545
|
mailUser: {
|
|
7546
|
-
name: string;
|
|
7547
7546
|
id: string;
|
|
7548
7547
|
address: string;
|
|
7548
|
+
name: string;
|
|
7549
7549
|
createdAt: Date;
|
|
7550
7550
|
updatedAt: Date;
|
|
7551
7551
|
deletedAt: Date | null;
|
|
7552
7552
|
contact: {
|
|
7553
|
-
name: string;
|
|
7554
7553
|
id: string;
|
|
7555
7554
|
channel: string | null;
|
|
7556
7555
|
address: string | null;
|
|
7556
|
+
name: string;
|
|
7557
7557
|
createdAt: Date;
|
|
7558
7558
|
updatedAt: Date;
|
|
7559
7559
|
deletedAt: Date | null;
|
|
@@ -7586,17 +7586,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7586
7586
|
messageId: string;
|
|
7587
7587
|
mailUserId: string;
|
|
7588
7588
|
mailUser: {
|
|
7589
|
-
name: string;
|
|
7590
7589
|
id: string;
|
|
7591
7590
|
address: string;
|
|
7591
|
+
name: string;
|
|
7592
7592
|
createdAt: Date;
|
|
7593
7593
|
updatedAt: Date;
|
|
7594
7594
|
deletedAt: Date | null;
|
|
7595
7595
|
contact: {
|
|
7596
|
-
name: string;
|
|
7597
7596
|
id: string;
|
|
7598
7597
|
channel: string | null;
|
|
7599
7598
|
address: string | null;
|
|
7599
|
+
name: string;
|
|
7600
7600
|
createdAt: Date;
|
|
7601
7601
|
updatedAt: Date;
|
|
7602
7602
|
deletedAt: Date | null;
|
|
@@ -7642,17 +7642,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7642
7642
|
messageId: string;
|
|
7643
7643
|
mailUserId: string;
|
|
7644
7644
|
mailUser: {
|
|
7645
|
-
name: string;
|
|
7646
7645
|
id: string;
|
|
7647
7646
|
address: string;
|
|
7647
|
+
name: string;
|
|
7648
7648
|
createdAt: Date;
|
|
7649
7649
|
updatedAt: Date;
|
|
7650
7650
|
deletedAt: Date | null;
|
|
7651
7651
|
contact: {
|
|
7652
|
-
name: string;
|
|
7653
7652
|
id: string;
|
|
7654
7653
|
channel: string | null;
|
|
7655
7654
|
address: string | null;
|
|
7655
|
+
name: string;
|
|
7656
7656
|
createdAt: Date;
|
|
7657
7657
|
updatedAt: Date;
|
|
7658
7658
|
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;
|
|
7677
7676
|
id: string;
|
|
7678
7677
|
address: string;
|
|
7678
|
+
name: string;
|
|
7679
7679
|
createdAt: Date;
|
|
7680
7680
|
updatedAt: Date;
|
|
7681
7681
|
deletedAt: Date | null;
|
|
7682
7682
|
contact: {
|
|
7683
|
-
name: string;
|
|
7684
7683
|
id: string;
|
|
7685
7684
|
channel: string | null;
|
|
7686
7685
|
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;
|
|
7708
7707
|
id: string;
|
|
7709
7708
|
address: string;
|
|
7709
|
+
name: string;
|
|
7710
7710
|
createdAt: Date;
|
|
7711
7711
|
updatedAt: Date;
|
|
7712
7712
|
deletedAt: Date | null;
|
|
7713
7713
|
contact: {
|
|
7714
|
-
name: string;
|
|
7715
7714
|
id: string;
|
|
7716
7715
|
channel: string | null;
|
|
7717
7716
|
address: string | null;
|
|
7717
|
+
name: string;
|
|
7718
7718
|
createdAt: Date;
|
|
7719
7719
|
updatedAt: Date;
|
|
7720
7720
|
deletedAt: Date | null;
|
|
@@ -7755,17 +7755,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7755
7755
|
messageId: string;
|
|
7756
7756
|
mailUserId: string;
|
|
7757
7757
|
mailUser: {
|
|
7758
|
-
name: string;
|
|
7759
7758
|
id: string;
|
|
7760
7759
|
address: string;
|
|
7760
|
+
name: string;
|
|
7761
7761
|
createdAt: Date;
|
|
7762
7762
|
updatedAt: Date;
|
|
7763
7763
|
deletedAt: Date | null;
|
|
7764
7764
|
contact: {
|
|
7765
|
-
name: string;
|
|
7766
7765
|
id: string;
|
|
7767
7766
|
channel: string | null;
|
|
7768
7767
|
address: string | null;
|
|
7768
|
+
name: string;
|
|
7769
7769
|
createdAt: Date;
|
|
7770
7770
|
updatedAt: Date;
|
|
7771
7771
|
deletedAt: Date | null;
|
|
@@ -7811,17 +7811,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7811
7811
|
messageId: string;
|
|
7812
7812
|
mailUserId: string;
|
|
7813
7813
|
mailUser: {
|
|
7814
|
-
name: string;
|
|
7815
7814
|
id: string;
|
|
7816
7815
|
address: string;
|
|
7816
|
+
name: string;
|
|
7817
7817
|
createdAt: Date;
|
|
7818
7818
|
updatedAt: Date;
|
|
7819
7819
|
deletedAt: Date | null;
|
|
7820
7820
|
contact: {
|
|
7821
|
-
name: string;
|
|
7822
7821
|
id: string;
|
|
7823
7822
|
channel: string | null;
|
|
7824
7823
|
address: string | null;
|
|
7824
|
+
name: string;
|
|
7825
7825
|
createdAt: Date;
|
|
7826
7826
|
updatedAt: Date;
|
|
7827
7827
|
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;
|
|
7846
7845
|
id: string;
|
|
7847
7846
|
address: string;
|
|
7847
|
+
name: string;
|
|
7848
7848
|
createdAt: Date;
|
|
7849
7849
|
updatedAt: Date;
|
|
7850
7850
|
deletedAt: Date | null;
|
|
7851
7851
|
contact: {
|
|
7852
|
-
name: string;
|
|
7853
7852
|
id: string;
|
|
7854
7853
|
channel: string | null;
|
|
7855
7854
|
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;
|
|
7877
7876
|
id: string;
|
|
7878
7877
|
address: string;
|
|
7878
|
+
name: string;
|
|
7879
7879
|
createdAt: Date;
|
|
7880
7880
|
updatedAt: Date;
|
|
7881
7881
|
deletedAt: Date | null;
|
|
7882
7882
|
contact: {
|
|
7883
|
-
name: string;
|
|
7884
7883
|
id: string;
|
|
7885
7884
|
channel: string | null;
|
|
7886
7885
|
address: string | null;
|
|
7886
|
+
name: string;
|
|
7887
7887
|
createdAt: Date;
|
|
7888
7888
|
updatedAt: Date;
|
|
7889
7889
|
deletedAt: Date | null;
|
|
@@ -7924,17 +7924,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7924
7924
|
messageId: string;
|
|
7925
7925
|
mailUserId: string;
|
|
7926
7926
|
mailUser: {
|
|
7927
|
-
name: string;
|
|
7928
7927
|
id: string;
|
|
7929
7928
|
address: string;
|
|
7929
|
+
name: string;
|
|
7930
7930
|
createdAt: Date;
|
|
7931
7931
|
updatedAt: Date;
|
|
7932
7932
|
deletedAt: Date | null;
|
|
7933
7933
|
contact: {
|
|
7934
|
-
name: string;
|
|
7935
7934
|
id: string;
|
|
7936
7935
|
channel: string | null;
|
|
7937
7936
|
address: string | null;
|
|
7937
|
+
name: string;
|
|
7938
7938
|
createdAt: Date;
|
|
7939
7939
|
updatedAt: Date;
|
|
7940
7940
|
deletedAt: Date | null;
|
|
@@ -7980,17 +7980,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
7980
7980
|
messageId: string;
|
|
7981
7981
|
mailUserId: string;
|
|
7982
7982
|
mailUser: {
|
|
7983
|
-
name: string;
|
|
7984
7983
|
id: string;
|
|
7985
7984
|
address: string;
|
|
7985
|
+
name: string;
|
|
7986
7986
|
createdAt: Date;
|
|
7987
7987
|
updatedAt: Date;
|
|
7988
7988
|
deletedAt: Date | null;
|
|
7989
7989
|
contact: {
|
|
7990
|
-
name: string;
|
|
7991
7990
|
id: string;
|
|
7992
7991
|
channel: string | null;
|
|
7993
7992
|
address: string | null;
|
|
7993
|
+
name: string;
|
|
7994
7994
|
createdAt: Date;
|
|
7995
7995
|
updatedAt: Date;
|
|
7996
7996
|
deletedAt: Date | null;
|
|
@@ -8011,17 +8011,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8011
8011
|
messageId: string;
|
|
8012
8012
|
mailUserId: string;
|
|
8013
8013
|
mailUser: {
|
|
8014
|
-
name: string;
|
|
8015
8014
|
id: string;
|
|
8016
8015
|
address: string;
|
|
8016
|
+
name: string;
|
|
8017
8017
|
createdAt: Date;
|
|
8018
8018
|
updatedAt: Date;
|
|
8019
8019
|
deletedAt: Date | null;
|
|
8020
8020
|
contact: {
|
|
8021
|
-
name: string;
|
|
8022
8021
|
id: string;
|
|
8023
8022
|
channel: string | null;
|
|
8024
8023
|
address: string | null;
|
|
8024
|
+
name: string;
|
|
8025
8025
|
createdAt: Date;
|
|
8026
8026
|
updatedAt: Date;
|
|
8027
8027
|
deletedAt: Date | null;
|
|
@@ -8042,17 +8042,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8042
8042
|
messageId: string;
|
|
8043
8043
|
mailUserId: string;
|
|
8044
8044
|
mailUser: {
|
|
8045
|
-
name: string;
|
|
8046
8045
|
id: string;
|
|
8047
8046
|
address: string;
|
|
8047
|
+
name: string;
|
|
8048
8048
|
createdAt: Date;
|
|
8049
8049
|
updatedAt: Date;
|
|
8050
8050
|
deletedAt: Date | null;
|
|
8051
8051
|
contact: {
|
|
8052
|
-
name: string;
|
|
8053
8052
|
id: string;
|
|
8054
8053
|
channel: string | null;
|
|
8055
8054
|
address: string | null;
|
|
8055
|
+
name: string;
|
|
8056
8056
|
createdAt: Date;
|
|
8057
8057
|
updatedAt: Date;
|
|
8058
8058
|
deletedAt: Date | null;
|
|
@@ -8081,9 +8081,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8081
8081
|
updatedAt: Date;
|
|
8082
8082
|
deletedAt: string | null;
|
|
8083
8083
|
actor: {
|
|
8084
|
-
name: string;
|
|
8085
8084
|
id: string;
|
|
8086
8085
|
address: string | null;
|
|
8086
|
+
name: string;
|
|
8087
8087
|
email: string;
|
|
8088
8088
|
createdAt: Date;
|
|
8089
8089
|
updatedAt: Date;
|
|
@@ -8095,18 +8095,18 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8095
8095
|
actorId: string;
|
|
8096
8096
|
})[];
|
|
8097
8097
|
mail: {
|
|
8098
|
-
name: string;
|
|
8099
8098
|
id: string;
|
|
8100
8099
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
|
8101
8100
|
address: string;
|
|
8101
|
+
name: string;
|
|
8102
8102
|
createdAt: Date;
|
|
8103
8103
|
updatedAt: Date;
|
|
8104
8104
|
deletedAt: Date | null;
|
|
8105
8105
|
accountId: string;
|
|
8106
8106
|
mailServerId: string;
|
|
8107
8107
|
mailServer: {
|
|
8108
|
-
name: string;
|
|
8109
8108
|
id: string;
|
|
8109
|
+
name: string;
|
|
8110
8110
|
createdAt: Date;
|
|
8111
8111
|
updatedAt: Date;
|
|
8112
8112
|
deletedAt: Date | null;
|
|
@@ -8128,8 +8128,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8128
8128
|
updatedAt: Date;
|
|
8129
8129
|
deletedAt: Date | null;
|
|
8130
8130
|
tags: {
|
|
8131
|
-
name: string;
|
|
8132
8131
|
id: string;
|
|
8132
|
+
name: string;
|
|
8133
8133
|
color: string;
|
|
8134
8134
|
createdAt: Date;
|
|
8135
8135
|
updatedAt: Date;
|
|
@@ -8154,17 +8154,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8154
8154
|
messageId: string;
|
|
8155
8155
|
mailUserId: string;
|
|
8156
8156
|
mailUser: {
|
|
8157
|
-
name: string;
|
|
8158
8157
|
id: string;
|
|
8159
8158
|
address: string;
|
|
8159
|
+
name: string;
|
|
8160
8160
|
createdAt: Date;
|
|
8161
8161
|
updatedAt: Date;
|
|
8162
8162
|
deletedAt: Date | null;
|
|
8163
8163
|
contact: {
|
|
8164
|
-
name: string;
|
|
8165
8164
|
id: string;
|
|
8166
8165
|
channel: string | null;
|
|
8167
8166
|
address: string | null;
|
|
8167
|
+
name: string;
|
|
8168
8168
|
createdAt: Date;
|
|
8169
8169
|
updatedAt: Date;
|
|
8170
8170
|
deletedAt: Date | null;
|
|
@@ -8210,17 +8210,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8210
8210
|
messageId: string;
|
|
8211
8211
|
mailUserId: string;
|
|
8212
8212
|
mailUser: {
|
|
8213
|
-
name: string;
|
|
8214
8213
|
id: string;
|
|
8215
8214
|
address: string;
|
|
8215
|
+
name: string;
|
|
8216
8216
|
createdAt: Date;
|
|
8217
8217
|
updatedAt: Date;
|
|
8218
8218
|
deletedAt: Date | null;
|
|
8219
8219
|
contact: {
|
|
8220
|
-
name: string;
|
|
8221
8220
|
id: string;
|
|
8222
8221
|
channel: string | null;
|
|
8223
8222
|
address: string | null;
|
|
8223
|
+
name: string;
|
|
8224
8224
|
createdAt: Date;
|
|
8225
8225
|
updatedAt: Date;
|
|
8226
8226
|
deletedAt: Date | null;
|
|
@@ -8241,17 +8241,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8241
8241
|
messageId: string;
|
|
8242
8242
|
mailUserId: string;
|
|
8243
8243
|
mailUser: {
|
|
8244
|
-
name: string;
|
|
8245
8244
|
id: string;
|
|
8246
8245
|
address: string;
|
|
8246
|
+
name: string;
|
|
8247
8247
|
createdAt: Date;
|
|
8248
8248
|
updatedAt: Date;
|
|
8249
8249
|
deletedAt: Date | null;
|
|
8250
8250
|
contact: {
|
|
8251
|
-
name: string;
|
|
8252
8251
|
id: string;
|
|
8253
8252
|
channel: string | null;
|
|
8254
8253
|
address: string | null;
|
|
8254
|
+
name: string;
|
|
8255
8255
|
createdAt: Date;
|
|
8256
8256
|
updatedAt: Date;
|
|
8257
8257
|
deletedAt: Date | null;
|
|
@@ -8272,17 +8272,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8272
8272
|
messageId: string;
|
|
8273
8273
|
mailUserId: string;
|
|
8274
8274
|
mailUser: {
|
|
8275
|
-
name: string;
|
|
8276
8275
|
id: string;
|
|
8277
8276
|
address: string;
|
|
8277
|
+
name: string;
|
|
8278
8278
|
createdAt: Date;
|
|
8279
8279
|
updatedAt: Date;
|
|
8280
8280
|
deletedAt: Date | null;
|
|
8281
8281
|
contact: {
|
|
8282
|
-
name: string;
|
|
8283
8282
|
id: string;
|
|
8284
8283
|
channel: string | null;
|
|
8285
8284
|
address: string | null;
|
|
8285
|
+
name: string;
|
|
8286
8286
|
createdAt: Date;
|
|
8287
8287
|
updatedAt: Date;
|
|
8288
8288
|
deletedAt: Date | null;
|
|
@@ -8306,9 +8306,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8306
8306
|
seemsLikeNew: boolean;
|
|
8307
8307
|
};
|
|
8308
8308
|
assignee: {
|
|
8309
|
-
name: string;
|
|
8310
8309
|
id: string;
|
|
8311
8310
|
address: string | null;
|
|
8311
|
+
name: string;
|
|
8312
8312
|
email: string;
|
|
8313
8313
|
createdAt: Date;
|
|
8314
8314
|
updatedAt: Date;
|
|
@@ -8367,8 +8367,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8367
8367
|
}[];
|
|
8368
8368
|
}[];
|
|
8369
8369
|
tags: {
|
|
8370
|
-
name: string;
|
|
8371
8370
|
id: string;
|
|
8371
|
+
name: string;
|
|
8372
8372
|
createdAt: Date;
|
|
8373
8373
|
updatedAt: Date;
|
|
8374
8374
|
deletedAt: Date | null;
|
|
@@ -8398,8 +8398,8 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8398
8398
|
endedAt: string | null;
|
|
8399
8399
|
duration: number | null;
|
|
8400
8400
|
holdLabel?: {
|
|
8401
|
-
name: string;
|
|
8402
8401
|
id: string;
|
|
8402
|
+
name: string;
|
|
8403
8403
|
position: number;
|
|
8404
8404
|
createdAt: Date;
|
|
8405
8405
|
updatedAt: Date;
|
|
@@ -8418,17 +8418,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8418
8418
|
messageId: string;
|
|
8419
8419
|
mailUserId: string;
|
|
8420
8420
|
mailUser: {
|
|
8421
|
-
name: string;
|
|
8422
8421
|
id: string;
|
|
8423
8422
|
address: string;
|
|
8423
|
+
name: string;
|
|
8424
8424
|
createdAt: Date;
|
|
8425
8425
|
updatedAt: Date;
|
|
8426
8426
|
deletedAt: Date | null;
|
|
8427
8427
|
contact: {
|
|
8428
|
-
name: string;
|
|
8429
8428
|
id: string;
|
|
8430
8429
|
channel: string | null;
|
|
8431
8430
|
address: string | null;
|
|
8431
|
+
name: string;
|
|
8432
8432
|
createdAt: Date;
|
|
8433
8433
|
updatedAt: Date;
|
|
8434
8434
|
deletedAt: Date | null;
|
|
@@ -8450,17 +8450,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8450
8450
|
messageId: string;
|
|
8451
8451
|
mailUserId: string;
|
|
8452
8452
|
mailUser: {
|
|
8453
|
-
name: string;
|
|
8454
8453
|
id: string;
|
|
8455
8454
|
address: string;
|
|
8455
|
+
name: string;
|
|
8456
8456
|
createdAt: Date;
|
|
8457
8457
|
updatedAt: Date;
|
|
8458
8458
|
deletedAt: Date | null;
|
|
8459
8459
|
contact: {
|
|
8460
|
-
name: string;
|
|
8461
8460
|
id: string;
|
|
8462
8461
|
channel: string | null;
|
|
8463
8462
|
address: string | null;
|
|
8463
|
+
name: string;
|
|
8464
8464
|
createdAt: Date;
|
|
8465
8465
|
updatedAt: Date;
|
|
8466
8466
|
deletedAt: Date | null;
|
|
@@ -8481,17 +8481,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8481
8481
|
messageId: string;
|
|
8482
8482
|
mailUserId: string;
|
|
8483
8483
|
mailUser: {
|
|
8484
|
-
name: string;
|
|
8485
8484
|
id: string;
|
|
8486
8485
|
address: string;
|
|
8486
|
+
name: string;
|
|
8487
8487
|
createdAt: Date;
|
|
8488
8488
|
updatedAt: Date;
|
|
8489
8489
|
deletedAt: Date | null;
|
|
8490
8490
|
contact: {
|
|
8491
|
-
name: string;
|
|
8492
8491
|
id: string;
|
|
8493
8492
|
channel: string | null;
|
|
8494
8493
|
address: string | null;
|
|
8494
|
+
name: string;
|
|
8495
8495
|
createdAt: Date;
|
|
8496
8496
|
updatedAt: Date;
|
|
8497
8497
|
deletedAt: Date | null;
|
|
@@ -8512,17 +8512,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8512
8512
|
messageId: string;
|
|
8513
8513
|
mailUserId: string;
|
|
8514
8514
|
mailUser: {
|
|
8515
|
-
name: string;
|
|
8516
8515
|
id: string;
|
|
8517
8516
|
address: string;
|
|
8517
|
+
name: string;
|
|
8518
8518
|
createdAt: Date;
|
|
8519
8519
|
updatedAt: Date;
|
|
8520
8520
|
deletedAt: Date | null;
|
|
8521
8521
|
contact: {
|
|
8522
|
-
name: string;
|
|
8523
8522
|
id: string;
|
|
8524
8523
|
channel: string | null;
|
|
8525
8524
|
address: string | null;
|
|
8525
|
+
name: string;
|
|
8526
8526
|
createdAt: Date;
|
|
8527
8527
|
updatedAt: Date;
|
|
8528
8528
|
deletedAt: Date | null;
|
|
@@ -8555,17 +8555,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8555
8555
|
messageId: string;
|
|
8556
8556
|
mailUserId: string;
|
|
8557
8557
|
mailUser: {
|
|
8558
|
-
name: string;
|
|
8559
8558
|
id: string;
|
|
8560
8559
|
address: string;
|
|
8560
|
+
name: string;
|
|
8561
8561
|
createdAt: Date;
|
|
8562
8562
|
updatedAt: Date;
|
|
8563
8563
|
deletedAt: Date | null;
|
|
8564
8564
|
contact: {
|
|
8565
|
-
name: string;
|
|
8566
8565
|
id: string;
|
|
8567
8566
|
channel: string | null;
|
|
8568
8567
|
address: string | null;
|
|
8568
|
+
name: string;
|
|
8569
8569
|
createdAt: Date;
|
|
8570
8570
|
updatedAt: Date;
|
|
8571
8571
|
deletedAt: Date | null;
|
|
@@ -8611,17 +8611,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8611
8611
|
messageId: string;
|
|
8612
8612
|
mailUserId: string;
|
|
8613
8613
|
mailUser: {
|
|
8614
|
-
name: string;
|
|
8615
8614
|
id: string;
|
|
8616
8615
|
address: string;
|
|
8616
|
+
name: string;
|
|
8617
8617
|
createdAt: Date;
|
|
8618
8618
|
updatedAt: Date;
|
|
8619
8619
|
deletedAt: Date | null;
|
|
8620
8620
|
contact: {
|
|
8621
|
-
name: string;
|
|
8622
8621
|
id: string;
|
|
8623
8622
|
channel: string | null;
|
|
8624
8623
|
address: string | null;
|
|
8624
|
+
name: string;
|
|
8625
8625
|
createdAt: Date;
|
|
8626
8626
|
updatedAt: Date;
|
|
8627
8627
|
deletedAt: Date | null;
|
|
@@ -8642,17 +8642,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8642
8642
|
messageId: string;
|
|
8643
8643
|
mailUserId: string;
|
|
8644
8644
|
mailUser: {
|
|
8645
|
-
name: string;
|
|
8646
8645
|
id: string;
|
|
8647
8646
|
address: string;
|
|
8647
|
+
name: string;
|
|
8648
8648
|
createdAt: Date;
|
|
8649
8649
|
updatedAt: Date;
|
|
8650
8650
|
deletedAt: Date | null;
|
|
8651
8651
|
contact: {
|
|
8652
|
-
name: string;
|
|
8653
8652
|
id: string;
|
|
8654
8653
|
channel: string | null;
|
|
8655
8654
|
address: string | null;
|
|
8655
|
+
name: string;
|
|
8656
8656
|
createdAt: Date;
|
|
8657
8657
|
updatedAt: Date;
|
|
8658
8658
|
deletedAt: Date | null;
|
|
@@ -8673,17 +8673,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8673
8673
|
messageId: string;
|
|
8674
8674
|
mailUserId: string;
|
|
8675
8675
|
mailUser: {
|
|
8676
|
-
name: string;
|
|
8677
8676
|
id: string;
|
|
8678
8677
|
address: string;
|
|
8678
|
+
name: string;
|
|
8679
8679
|
createdAt: Date;
|
|
8680
8680
|
updatedAt: Date;
|
|
8681
8681
|
deletedAt: Date | null;
|
|
8682
8682
|
contact: {
|
|
8683
|
-
name: string;
|
|
8684
8683
|
id: string;
|
|
8685
8684
|
channel: string | null;
|
|
8686
8685
|
address: string | null;
|
|
8686
|
+
name: string;
|
|
8687
8687
|
createdAt: Date;
|
|
8688
8688
|
updatedAt: Date;
|
|
8689
8689
|
deletedAt: Date | null;
|
|
@@ -8724,17 +8724,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8724
8724
|
messageId: string;
|
|
8725
8725
|
mailUserId: string;
|
|
8726
8726
|
mailUser: {
|
|
8727
|
-
name: string;
|
|
8728
8727
|
id: string;
|
|
8729
8728
|
address: string;
|
|
8729
|
+
name: string;
|
|
8730
8730
|
createdAt: Date;
|
|
8731
8731
|
updatedAt: Date;
|
|
8732
8732
|
deletedAt: Date | null;
|
|
8733
8733
|
contact: {
|
|
8734
|
-
name: string;
|
|
8735
8734
|
id: string;
|
|
8736
8735
|
channel: string | null;
|
|
8737
8736
|
address: string | null;
|
|
8737
|
+
name: string;
|
|
8738
8738
|
createdAt: Date;
|
|
8739
8739
|
updatedAt: Date;
|
|
8740
8740
|
deletedAt: Date | null;
|
|
@@ -8780,17 +8780,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8780
8780
|
messageId: string;
|
|
8781
8781
|
mailUserId: string;
|
|
8782
8782
|
mailUser: {
|
|
8783
|
-
name: string;
|
|
8784
8783
|
id: string;
|
|
8785
8784
|
address: string;
|
|
8785
|
+
name: string;
|
|
8786
8786
|
createdAt: Date;
|
|
8787
8787
|
updatedAt: Date;
|
|
8788
8788
|
deletedAt: Date | null;
|
|
8789
8789
|
contact: {
|
|
8790
|
-
name: string;
|
|
8791
8790
|
id: string;
|
|
8792
8791
|
channel: string | null;
|
|
8793
8792
|
address: string | null;
|
|
8793
|
+
name: string;
|
|
8794
8794
|
createdAt: Date;
|
|
8795
8795
|
updatedAt: Date;
|
|
8796
8796
|
deletedAt: Date | null;
|
|
@@ -8811,17 +8811,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8811
8811
|
messageId: string;
|
|
8812
8812
|
mailUserId: string;
|
|
8813
8813
|
mailUser: {
|
|
8814
|
-
name: string;
|
|
8815
8814
|
id: string;
|
|
8816
8815
|
address: string;
|
|
8816
|
+
name: string;
|
|
8817
8817
|
createdAt: Date;
|
|
8818
8818
|
updatedAt: Date;
|
|
8819
8819
|
deletedAt: Date | null;
|
|
8820
8820
|
contact: {
|
|
8821
|
-
name: string;
|
|
8822
8821
|
id: string;
|
|
8823
8822
|
channel: string | null;
|
|
8824
8823
|
address: string | null;
|
|
8824
|
+
name: string;
|
|
8825
8825
|
createdAt: Date;
|
|
8826
8826
|
updatedAt: Date;
|
|
8827
8827
|
deletedAt: Date | null;
|
|
@@ -8842,17 +8842,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8842
8842
|
messageId: string;
|
|
8843
8843
|
mailUserId: string;
|
|
8844
8844
|
mailUser: {
|
|
8845
|
-
name: string;
|
|
8846
8845
|
id: string;
|
|
8847
8846
|
address: string;
|
|
8847
|
+
name: string;
|
|
8848
8848
|
createdAt: Date;
|
|
8849
8849
|
updatedAt: Date;
|
|
8850
8850
|
deletedAt: Date | null;
|
|
8851
8851
|
contact: {
|
|
8852
|
-
name: string;
|
|
8853
8852
|
id: string;
|
|
8854
8853
|
channel: string | null;
|
|
8855
8854
|
address: string | null;
|
|
8855
|
+
name: string;
|
|
8856
8856
|
createdAt: Date;
|
|
8857
8857
|
updatedAt: Date;
|
|
8858
8858
|
deletedAt: Date | null;
|
|
@@ -8893,17 +8893,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8893
8893
|
messageId: string;
|
|
8894
8894
|
mailUserId: string;
|
|
8895
8895
|
mailUser: {
|
|
8896
|
-
name: string;
|
|
8897
8896
|
id: string;
|
|
8898
8897
|
address: string;
|
|
8898
|
+
name: string;
|
|
8899
8899
|
createdAt: Date;
|
|
8900
8900
|
updatedAt: Date;
|
|
8901
8901
|
deletedAt: Date | null;
|
|
8902
8902
|
contact: {
|
|
8903
|
-
name: string;
|
|
8904
8903
|
id: string;
|
|
8905
8904
|
channel: string | null;
|
|
8906
8905
|
address: string | null;
|
|
8906
|
+
name: string;
|
|
8907
8907
|
createdAt: Date;
|
|
8908
8908
|
updatedAt: Date;
|
|
8909
8909
|
deletedAt: Date | null;
|
|
@@ -8949,17 +8949,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8949
8949
|
messageId: string;
|
|
8950
8950
|
mailUserId: string;
|
|
8951
8951
|
mailUser: {
|
|
8952
|
-
name: string;
|
|
8953
8952
|
id: string;
|
|
8954
8953
|
address: string;
|
|
8954
|
+
name: string;
|
|
8955
8955
|
createdAt: Date;
|
|
8956
8956
|
updatedAt: Date;
|
|
8957
8957
|
deletedAt: Date | null;
|
|
8958
8958
|
contact: {
|
|
8959
|
-
name: string;
|
|
8960
8959
|
id: string;
|
|
8961
8960
|
channel: string | null;
|
|
8962
8961
|
address: string | null;
|
|
8962
|
+
name: string;
|
|
8963
8963
|
createdAt: Date;
|
|
8964
8964
|
updatedAt: Date;
|
|
8965
8965
|
deletedAt: Date | null;
|
|
@@ -8980,17 +8980,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
8980
8980
|
messageId: string;
|
|
8981
8981
|
mailUserId: string;
|
|
8982
8982
|
mailUser: {
|
|
8983
|
-
name: string;
|
|
8984
8983
|
id: string;
|
|
8985
8984
|
address: string;
|
|
8985
|
+
name: string;
|
|
8986
8986
|
createdAt: Date;
|
|
8987
8987
|
updatedAt: Date;
|
|
8988
8988
|
deletedAt: Date | null;
|
|
8989
8989
|
contact: {
|
|
8990
|
-
name: string;
|
|
8991
8990
|
id: string;
|
|
8992
8991
|
channel: string | null;
|
|
8993
8992
|
address: string | null;
|
|
8993
|
+
name: string;
|
|
8994
8994
|
createdAt: Date;
|
|
8995
8995
|
updatedAt: Date;
|
|
8996
8996
|
deletedAt: Date | null;
|
|
@@ -9011,17 +9011,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
9011
9011
|
messageId: string;
|
|
9012
9012
|
mailUserId: string;
|
|
9013
9013
|
mailUser: {
|
|
9014
|
-
name: string;
|
|
9015
9014
|
id: string;
|
|
9016
9015
|
address: string;
|
|
9016
|
+
name: string;
|
|
9017
9017
|
createdAt: Date;
|
|
9018
9018
|
updatedAt: Date;
|
|
9019
9019
|
deletedAt: Date | null;
|
|
9020
9020
|
contact: {
|
|
9021
|
-
name: string;
|
|
9022
9021
|
id: string;
|
|
9023
9022
|
channel: string | null;
|
|
9024
9023
|
address: string | null;
|
|
9024
|
+
name: string;
|
|
9025
9025
|
createdAt: Date;
|
|
9026
9026
|
updatedAt: Date;
|
|
9027
9027
|
deletedAt: Date | null;
|
|
@@ -9050,9 +9050,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
9050
9050
|
updatedAt: Date;
|
|
9051
9051
|
deletedAt: string | null;
|
|
9052
9052
|
actor: {
|
|
9053
|
-
name: string;
|
|
9054
9053
|
id: string;
|
|
9055
9054
|
address: string | null;
|
|
9055
|
+
name: string;
|
|
9056
9056
|
email: string;
|
|
9057
9057
|
createdAt: Date;
|
|
9058
9058
|
updatedAt: Date;
|
|
@@ -9064,18 +9064,18 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
|
9064
9064
|
actorId: string;
|
|
9065
9065
|
})[];
|
|
9066
9066
|
mail: {
|
|
9067
|
-
name: string;
|
|
9068
9067
|
id: string;
|
|
9069
9068
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
|
9070
9069
|
address: string;
|
|
9070
|
+
name: string;
|
|
9071
9071
|
createdAt: Date;
|
|
9072
9072
|
updatedAt: Date;
|
|
9073
9073
|
deletedAt: Date | null;
|
|
9074
9074
|
accountId: string;
|
|
9075
9075
|
mailServerId: string;
|
|
9076
9076
|
mailServer: {
|
|
9077
|
-
name: string;
|
|
9078
9077
|
id: string;
|
|
9078
|
+
name: string;
|
|
9079
9079
|
createdAt: Date;
|
|
9080
9080
|
updatedAt: Date;
|
|
9081
9081
|
deletedAt: Date | null;
|
|
@@ -9108,10 +9108,9 @@ export declare const AttachmentSchema: z.ZodObject<{
|
|
|
9108
9108
|
fileSize: z.ZodNumber;
|
|
9109
9109
|
fileKey: z.ZodString;
|
|
9110
9110
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
9111
|
-
status: z.
|
|
9111
|
+
status: z.ZodOptional<z.ZodString>;
|
|
9112
9112
|
}, "strip", z.ZodTypeAny, {
|
|
9113
9113
|
id: string;
|
|
9114
|
-
status: string | null;
|
|
9115
9114
|
createdAt: Date;
|
|
9116
9115
|
updatedAt: Date;
|
|
9117
9116
|
deletedAt: Date | null;
|
|
@@ -9120,9 +9119,9 @@ export declare const AttachmentSchema: z.ZodObject<{
|
|
|
9120
9119
|
bucketName: string;
|
|
9121
9120
|
fileSize: number;
|
|
9122
9121
|
fileUrl: string | null;
|
|
9122
|
+
status?: string | undefined;
|
|
9123
9123
|
}, {
|
|
9124
9124
|
id: string;
|
|
9125
|
-
status: string | null;
|
|
9126
9125
|
createdAt: Date;
|
|
9127
9126
|
updatedAt: Date;
|
|
9128
9127
|
deletedAt: Date | null;
|
|
@@ -9131,6 +9130,7 @@ export declare const AttachmentSchema: z.ZodObject<{
|
|
|
9131
9130
|
bucketName: string;
|
|
9132
9131
|
fileSize: number;
|
|
9133
9132
|
fileUrl: string | null;
|
|
9133
|
+
status?: string | undefined;
|
|
9134
9134
|
}>;
|
|
9135
9135
|
}, "strip", z.ZodTypeAny, {
|
|
9136
9136
|
fileName: string;
|
|
@@ -9138,7 +9138,6 @@ export declare const AttachmentSchema: z.ZodObject<{
|
|
|
9138
9138
|
uploadId: string;
|
|
9139
9139
|
upload: {
|
|
9140
9140
|
id: string;
|
|
9141
|
-
status: string | null;
|
|
9142
9141
|
createdAt: Date;
|
|
9143
9142
|
updatedAt: Date;
|
|
9144
9143
|
deletedAt: Date | null;
|
|
@@ -9147,6 +9146,7 @@ export declare const AttachmentSchema: z.ZodObject<{
|
|
|
9147
9146
|
bucketName: string;
|
|
9148
9147
|
fileSize: number;
|
|
9149
9148
|
fileUrl: string | null;
|
|
9149
|
+
status?: string | undefined;
|
|
9150
9150
|
};
|
|
9151
9151
|
roomId: string;
|
|
9152
9152
|
messageId: string;
|
|
@@ -9157,7 +9157,6 @@ export declare const AttachmentSchema: z.ZodObject<{
|
|
|
9157
9157
|
uploadId: string;
|
|
9158
9158
|
upload: {
|
|
9159
9159
|
id: string;
|
|
9160
|
-
status: string | null;
|
|
9161
9160
|
createdAt: Date;
|
|
9162
9161
|
updatedAt: Date;
|
|
9163
9162
|
deletedAt: Date | null;
|
|
@@ -9166,6 +9165,7 @@ export declare const AttachmentSchema: z.ZodObject<{
|
|
|
9166
9165
|
bucketName: string;
|
|
9167
9166
|
fileSize: number;
|
|
9168
9167
|
fileUrl: string | null;
|
|
9168
|
+
status?: string | undefined;
|
|
9169
9169
|
};
|
|
9170
9170
|
roomId: string;
|
|
9171
9171
|
messageId: string;
|