@kl1/contracts 1.0.26 → 1.0.28
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/index.js +1634 -1538
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1633 -1538
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +113 -113
- package/dist/src/activity-log/schema.d.ts +122 -122
- package/dist/src/attribute/index.d.ts +108 -108
- package/dist/src/attribute/schema.d.ts +24 -24
- package/dist/src/attribute-option/schema.d.ts +9 -9
- package/dist/src/auth/index.d.ts +89 -89
- package/dist/src/base-contract.d.ts +9 -9
- package/dist/src/call-log/schema.d.ts +9 -9
- package/dist/src/category/index.d.ts +42 -42
- package/dist/src/category/schema.d.ts +9 -9
- package/dist/src/channel/index.d.ts +537 -351
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/schema.d.ts +98 -101
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/channel/validation.d.ts +89 -89
- package/dist/src/chat/index.d.ts +13187 -13187
- package/dist/src/chat/schema.d.ts +2360 -2360
- package/dist/src/chat/validation.d.ts +3251 -3251
- package/dist/src/comment/index.d.ts +1368 -1368
- package/dist/src/comment/schema.d.ts +388 -388
- package/dist/src/company/index.d.ts +324 -321
- package/dist/src/company/index.d.ts.map +1 -1
- package/dist/src/company/schema.d.ts +196 -59
- package/dist/src/company/schema.d.ts.map +1 -1
- package/dist/src/company/validation.d.ts +177 -177
- package/dist/src/contact/index.d.ts +2171 -2171
- package/dist/src/contact/schema.d.ts +362 -362
- package/dist/src/contact/validation.d.ts +1685 -1685
- package/dist/src/contact-email/schema.d.ts +9 -9
- package/dist/src/contact-phone/schema.d.ts +9 -9
- package/dist/src/contract.d.ts +26873 -26391
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +12 -12
- package/dist/src/custom-field-upload/schema.d.ts +9 -9
- package/dist/src/cx-log/index.d.ts +1644 -1644
- package/dist/src/cx-log/schema.d.ts +1400 -1400
- package/dist/src/dashboard/index.d.ts +11 -7
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +127 -2
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/evaluate-form/schema.d.ts +9 -9
- package/dist/src/extension/index.d.ts +115 -115
- package/dist/src/extension/schema.d.ts +9 -9
- package/dist/src/group/schema.d.ts +9 -9
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/log-form/schema.d.ts +9 -9
- package/dist/src/mail/account-contract.d.ts +168 -168
- package/dist/src/mail/mail-contract.d.ts +3357 -3357
- package/dist/src/mail/message-contract.d.ts +152 -152
- package/dist/src/mail/room-contract.d.ts +3036 -3036
- package/dist/src/mail/schemas/account-validation.schema.d.ts +168 -168
- package/dist/src/mail/schemas/account.schema.d.ts +33 -33
- package/dist/src/mail/schemas/message.schema.d.ts +108 -108
- package/dist/src/mail/schemas/room-validation.schema.d.ts +1000 -1000
- package/dist/src/mail/schemas/room.schema.d.ts +806 -806
- package/dist/src/messenger/index.d.ts +2201 -2071
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/messenger/validation.d.ts +108 -1
- package/dist/src/messenger/validation.d.ts.map +1 -1
- package/dist/src/permission/index.d.ts +15 -15
- package/dist/src/permission/schema.d.ts +9 -9
- package/dist/src/role/index.d.ts +96 -96
- package/dist/src/role/schema.d.ts +24 -24
- package/dist/src/tag/index.d.ts +45 -45
- package/dist/src/tag/schema.d.ts +9 -9
- package/dist/src/tag-group/schema.d.ts +9 -9
- package/dist/src/telephony-agent-presence-status/index.d.ts +386 -386
- package/dist/src/telephony-agent-presence-status/schema.d.ts +122 -122
- package/dist/src/telephony-cdr/schema.d.ts +9 -9
- package/dist/src/telephony-live-queue-call/schema.d.ts +9 -9
- package/dist/src/telephony-queue-call-count/schema.d.ts +9 -9
- package/dist/src/tenant/schema.d.ts +9 -9
- package/dist/src/ticket/index.d.ts +858 -757
- package/dist/src/ticket/index.d.ts.map +1 -1
- package/dist/src/ticket/schema.d.ts +212 -212
- package/dist/src/ticket/validation.d.ts +66 -0
- package/dist/src/ticket/validation.d.ts.map +1 -1
- package/dist/src/upload/schema.d.ts +9 -9
- package/dist/src/user/index.d.ts +293 -293
- package/dist/src/user/schema.d.ts +63 -63
- package/dist/src/user-presence-status-log/index.d.ts +88 -88
- package/dist/src/user-presence-status-log/schema.d.ts +128 -128
- package/dist/src/widget/index.d.ts +150 -79
- package/dist/src/widget/index.d.ts.map +1 -1
- package/dist/src/widget/schema.d.ts +9 -9
- package/dist/src/widget/validation.d.ts +10 -0
- package/dist/src/widget/validation.d.ts.map +1 -1
- package/dist/src/wrap-up-form/index.d.ts +96 -96
- package/dist/src/wrap-up-form/schema.d.ts +24 -24
- package/package.json +4 -10
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -1,53 +1,53 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const MailUserSchema: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodString;
|
5
|
+
updatedAt: z.ZodString;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
7
7
|
name: z.ZodString;
|
8
8
|
address: z.ZodString;
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
10
10
|
id: string;
|
11
11
|
address: string;
|
12
12
|
name: string;
|
13
|
-
createdAt:
|
14
|
-
updatedAt:
|
15
|
-
deletedAt:
|
13
|
+
createdAt: string;
|
14
|
+
updatedAt: string;
|
15
|
+
deletedAt: string | null;
|
16
16
|
}, {
|
17
17
|
id: string;
|
18
18
|
address: string;
|
19
19
|
name: string;
|
20
|
-
createdAt:
|
21
|
-
updatedAt:
|
22
|
-
deletedAt:
|
20
|
+
createdAt: string;
|
21
|
+
updatedAt: string;
|
22
|
+
deletedAt: string | null;
|
23
23
|
}>;
|
24
24
|
export declare const TagSchema: z.ZodObject<{
|
25
25
|
color: z.ZodString;
|
26
26
|
id: z.ZodString;
|
27
|
-
createdAt: z.
|
28
|
-
updatedAt: z.
|
29
|
-
deletedAt: z.ZodNullable<z.
|
27
|
+
createdAt: z.ZodString;
|
28
|
+
updatedAt: z.ZodString;
|
29
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
30
30
|
name: z.ZodString;
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
32
32
|
id: string;
|
33
33
|
name: string;
|
34
34
|
color: string;
|
35
|
-
createdAt:
|
36
|
-
updatedAt:
|
37
|
-
deletedAt:
|
35
|
+
createdAt: string;
|
36
|
+
updatedAt: string;
|
37
|
+
deletedAt: string | null;
|
38
38
|
}, {
|
39
39
|
id: string;
|
40
40
|
name: string;
|
41
41
|
color: string;
|
42
|
-
createdAt:
|
43
|
-
updatedAt:
|
44
|
-
deletedAt:
|
42
|
+
createdAt: string;
|
43
|
+
updatedAt: string;
|
44
|
+
deletedAt: string | null;
|
45
45
|
}>;
|
46
46
|
export declare const UserModel: z.ZodObject<{
|
47
47
|
id: z.ZodString;
|
48
|
-
createdAt: z.
|
49
|
-
updatedAt: z.
|
50
|
-
deletedAt: z.ZodNullable<z.
|
48
|
+
createdAt: z.ZodString;
|
49
|
+
updatedAt: z.ZodString;
|
50
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
51
51
|
name: z.ZodString;
|
52
52
|
email: z.ZodString;
|
53
53
|
address: z.ZodNullable<z.ZodString>;
|
@@ -58,9 +58,9 @@ export declare const UserModel: z.ZodObject<{
|
|
58
58
|
address: string | null;
|
59
59
|
name: string;
|
60
60
|
email: string;
|
61
|
-
createdAt:
|
62
|
-
updatedAt:
|
63
|
-
deletedAt:
|
61
|
+
createdAt: string;
|
62
|
+
updatedAt: string;
|
63
|
+
deletedAt: string | null;
|
64
64
|
phone: string | null;
|
65
65
|
notification_count: number | null;
|
66
66
|
}, {
|
@@ -68,17 +68,17 @@ export declare const UserModel: z.ZodObject<{
|
|
68
68
|
address: string | null;
|
69
69
|
name: string;
|
70
70
|
email: string;
|
71
|
-
createdAt:
|
72
|
-
updatedAt:
|
73
|
-
deletedAt:
|
71
|
+
createdAt: string;
|
72
|
+
updatedAt: string;
|
73
|
+
deletedAt: string | null;
|
74
74
|
phone: string | null;
|
75
75
|
notification_count: number | null;
|
76
76
|
}>;
|
77
77
|
export declare const MailRoomSchema: z.ZodObject<{
|
78
78
|
id: z.ZodString;
|
79
|
-
createdAt: z.
|
80
|
-
updatedAt: z.
|
81
|
-
deletedAt: z.ZodNullable<z.
|
79
|
+
createdAt: z.ZodString;
|
80
|
+
updatedAt: z.ZodString;
|
81
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
82
82
|
subject: z.ZodString;
|
83
83
|
resolved: z.ZodBoolean;
|
84
84
|
assigneeId: z.ZodNullable<z.ZodString>;
|
@@ -89,97 +89,97 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
89
89
|
firstMessageId: z.ZodString;
|
90
90
|
from: z.ZodArray<z.ZodObject<{
|
91
91
|
id: z.ZodString;
|
92
|
-
createdAt: z.
|
93
|
-
updatedAt: z.
|
94
|
-
deletedAt: z.ZodNullable<z.
|
92
|
+
createdAt: z.ZodString;
|
93
|
+
updatedAt: z.ZodString;
|
94
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
95
95
|
name: z.ZodString;
|
96
96
|
address: z.ZodString;
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
98
98
|
id: string;
|
99
99
|
address: string;
|
100
100
|
name: string;
|
101
|
-
createdAt:
|
102
|
-
updatedAt:
|
103
|
-
deletedAt:
|
101
|
+
createdAt: string;
|
102
|
+
updatedAt: string;
|
103
|
+
deletedAt: string | null;
|
104
104
|
}, {
|
105
105
|
id: string;
|
106
106
|
address: string;
|
107
107
|
name: string;
|
108
|
-
createdAt:
|
109
|
-
updatedAt:
|
110
|
-
deletedAt:
|
108
|
+
createdAt: string;
|
109
|
+
updatedAt: string;
|
110
|
+
deletedAt: string | null;
|
111
111
|
}>, "many">;
|
112
112
|
to: z.ZodArray<z.ZodObject<{
|
113
113
|
id: z.ZodString;
|
114
|
-
createdAt: z.
|
115
|
-
updatedAt: z.
|
116
|
-
deletedAt: z.ZodNullable<z.
|
114
|
+
createdAt: z.ZodString;
|
115
|
+
updatedAt: z.ZodString;
|
116
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
117
117
|
name: z.ZodString;
|
118
118
|
address: z.ZodString;
|
119
119
|
}, "strip", z.ZodTypeAny, {
|
120
120
|
id: string;
|
121
121
|
address: string;
|
122
122
|
name: string;
|
123
|
-
createdAt:
|
124
|
-
updatedAt:
|
125
|
-
deletedAt:
|
123
|
+
createdAt: string;
|
124
|
+
updatedAt: string;
|
125
|
+
deletedAt: string | null;
|
126
126
|
}, {
|
127
127
|
id: string;
|
128
128
|
address: string;
|
129
129
|
name: string;
|
130
|
-
createdAt:
|
131
|
-
updatedAt:
|
132
|
-
deletedAt:
|
130
|
+
createdAt: string;
|
131
|
+
updatedAt: string;
|
132
|
+
deletedAt: string | null;
|
133
133
|
}>, "many">;
|
134
134
|
cc: z.ZodArray<z.ZodObject<{
|
135
135
|
id: z.ZodString;
|
136
|
-
createdAt: z.
|
137
|
-
updatedAt: z.
|
138
|
-
deletedAt: z.ZodNullable<z.
|
136
|
+
createdAt: z.ZodString;
|
137
|
+
updatedAt: z.ZodString;
|
138
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
139
139
|
name: z.ZodString;
|
140
140
|
address: z.ZodString;
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
142
142
|
id: string;
|
143
143
|
address: string;
|
144
144
|
name: string;
|
145
|
-
createdAt:
|
146
|
-
updatedAt:
|
147
|
-
deletedAt:
|
145
|
+
createdAt: string;
|
146
|
+
updatedAt: string;
|
147
|
+
deletedAt: string | null;
|
148
148
|
}, {
|
149
149
|
id: string;
|
150
150
|
address: string;
|
151
151
|
name: string;
|
152
|
-
createdAt:
|
153
|
-
updatedAt:
|
154
|
-
deletedAt:
|
152
|
+
createdAt: string;
|
153
|
+
updatedAt: string;
|
154
|
+
deletedAt: string | null;
|
155
155
|
}>, "many">;
|
156
156
|
bcc: z.ZodArray<z.ZodObject<{
|
157
157
|
id: z.ZodString;
|
158
|
-
createdAt: z.
|
159
|
-
updatedAt: z.
|
160
|
-
deletedAt: z.ZodNullable<z.
|
158
|
+
createdAt: z.ZodString;
|
159
|
+
updatedAt: z.ZodString;
|
160
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
161
161
|
name: z.ZodString;
|
162
162
|
address: z.ZodString;
|
163
163
|
}, "strip", z.ZodTypeAny, {
|
164
164
|
id: string;
|
165
165
|
address: string;
|
166
166
|
name: string;
|
167
|
-
createdAt:
|
168
|
-
updatedAt:
|
169
|
-
deletedAt:
|
167
|
+
createdAt: string;
|
168
|
+
updatedAt: string;
|
169
|
+
deletedAt: string | null;
|
170
170
|
}, {
|
171
171
|
id: string;
|
172
172
|
address: string;
|
173
173
|
name: string;
|
174
|
-
createdAt:
|
175
|
-
updatedAt:
|
176
|
-
deletedAt:
|
174
|
+
createdAt: string;
|
175
|
+
updatedAt: string;
|
176
|
+
deletedAt: string | null;
|
177
177
|
}>, "many">;
|
178
178
|
firstMessage: z.ZodObject<{
|
179
179
|
id: z.ZodString;
|
180
|
-
createdAt: z.
|
181
|
-
updatedAt: z.
|
182
|
-
deletedAt: z.ZodNullable<z.
|
180
|
+
createdAt: z.ZodString;
|
181
|
+
updatedAt: z.ZodString;
|
182
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
183
183
|
roomId: z.ZodString;
|
184
184
|
subject: z.ZodString;
|
185
185
|
textPlain: z.ZodString;
|
@@ -189,103 +189,103 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
189
189
|
emailEngineMessageId: z.ZodString;
|
190
190
|
emailEngineReplyTo: z.ZodNullable<z.ZodString>;
|
191
191
|
direction: z.ZodString;
|
192
|
-
date: z.
|
192
|
+
date: z.ZodString;
|
193
193
|
action: z.ZodString;
|
194
194
|
unseen: z.ZodBoolean;
|
195
195
|
seemsLikeNew: z.ZodBoolean;
|
196
196
|
from: z.ZodArray<z.ZodObject<{
|
197
197
|
id: z.ZodString;
|
198
|
-
createdAt: z.
|
199
|
-
updatedAt: z.
|
200
|
-
deletedAt: z.ZodNullable<z.
|
198
|
+
createdAt: z.ZodString;
|
199
|
+
updatedAt: z.ZodString;
|
200
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
201
201
|
name: z.ZodString;
|
202
202
|
address: z.ZodString;
|
203
203
|
}, "strip", z.ZodTypeAny, {
|
204
204
|
id: string;
|
205
205
|
address: string;
|
206
206
|
name: string;
|
207
|
-
createdAt:
|
208
|
-
updatedAt:
|
209
|
-
deletedAt:
|
207
|
+
createdAt: string;
|
208
|
+
updatedAt: string;
|
209
|
+
deletedAt: string | null;
|
210
210
|
}, {
|
211
211
|
id: string;
|
212
212
|
address: string;
|
213
213
|
name: string;
|
214
|
-
createdAt:
|
215
|
-
updatedAt:
|
216
|
-
deletedAt:
|
214
|
+
createdAt: string;
|
215
|
+
updatedAt: string;
|
216
|
+
deletedAt: string | null;
|
217
217
|
}>, "many">;
|
218
218
|
to: z.ZodArray<z.ZodObject<{
|
219
219
|
id: z.ZodString;
|
220
|
-
createdAt: z.
|
221
|
-
updatedAt: z.
|
222
|
-
deletedAt: z.ZodNullable<z.
|
220
|
+
createdAt: z.ZodString;
|
221
|
+
updatedAt: z.ZodString;
|
222
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
223
223
|
name: z.ZodString;
|
224
224
|
address: z.ZodString;
|
225
225
|
}, "strip", z.ZodTypeAny, {
|
226
226
|
id: string;
|
227
227
|
address: string;
|
228
228
|
name: string;
|
229
|
-
createdAt:
|
230
|
-
updatedAt:
|
231
|
-
deletedAt:
|
229
|
+
createdAt: string;
|
230
|
+
updatedAt: string;
|
231
|
+
deletedAt: string | null;
|
232
232
|
}, {
|
233
233
|
id: string;
|
234
234
|
address: string;
|
235
235
|
name: string;
|
236
|
-
createdAt:
|
237
|
-
updatedAt:
|
238
|
-
deletedAt:
|
236
|
+
createdAt: string;
|
237
|
+
updatedAt: string;
|
238
|
+
deletedAt: string | null;
|
239
239
|
}>, "many">;
|
240
240
|
cc: z.ZodArray<z.ZodObject<{
|
241
241
|
id: z.ZodString;
|
242
|
-
createdAt: z.
|
243
|
-
updatedAt: z.
|
244
|
-
deletedAt: z.ZodNullable<z.
|
242
|
+
createdAt: z.ZodString;
|
243
|
+
updatedAt: z.ZodString;
|
244
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
245
245
|
name: z.ZodString;
|
246
246
|
address: z.ZodString;
|
247
247
|
}, "strip", z.ZodTypeAny, {
|
248
248
|
id: string;
|
249
249
|
address: string;
|
250
250
|
name: string;
|
251
|
-
createdAt:
|
252
|
-
updatedAt:
|
253
|
-
deletedAt:
|
251
|
+
createdAt: string;
|
252
|
+
updatedAt: string;
|
253
|
+
deletedAt: string | null;
|
254
254
|
}, {
|
255
255
|
id: string;
|
256
256
|
address: string;
|
257
257
|
name: string;
|
258
|
-
createdAt:
|
259
|
-
updatedAt:
|
260
|
-
deletedAt:
|
258
|
+
createdAt: string;
|
259
|
+
updatedAt: string;
|
260
|
+
deletedAt: string | null;
|
261
261
|
}>, "many">;
|
262
262
|
bcc: z.ZodArray<z.ZodObject<{
|
263
263
|
id: z.ZodString;
|
264
|
-
createdAt: z.
|
265
|
-
updatedAt: z.
|
266
|
-
deletedAt: z.ZodNullable<z.
|
264
|
+
createdAt: z.ZodString;
|
265
|
+
updatedAt: z.ZodString;
|
266
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
267
267
|
name: z.ZodString;
|
268
268
|
address: z.ZodString;
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
270
270
|
id: string;
|
271
271
|
address: string;
|
272
272
|
name: string;
|
273
|
-
createdAt:
|
274
|
-
updatedAt:
|
275
|
-
deletedAt:
|
273
|
+
createdAt: string;
|
274
|
+
updatedAt: string;
|
275
|
+
deletedAt: string | null;
|
276
276
|
}, {
|
277
277
|
id: string;
|
278
278
|
address: string;
|
279
279
|
name: string;
|
280
|
-
createdAt:
|
281
|
-
updatedAt:
|
282
|
-
deletedAt:
|
280
|
+
createdAt: string;
|
281
|
+
updatedAt: string;
|
282
|
+
deletedAt: string | null;
|
283
283
|
}>, "many">;
|
284
284
|
attachments: z.ZodArray<z.ZodObject<{
|
285
285
|
id: z.ZodString;
|
286
|
-
createdAt: z.
|
287
|
-
updatedAt: z.
|
288
|
-
deletedAt: z.ZodNullable<z.
|
286
|
+
createdAt: z.ZodString;
|
287
|
+
updatedAt: z.ZodString;
|
288
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
289
289
|
roomId: z.ZodString;
|
290
290
|
messageId: z.ZodString;
|
291
291
|
fileName: z.ZodString;
|
@@ -294,9 +294,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
294
294
|
uploadId: z.ZodString;
|
295
295
|
upload: z.ZodObject<{
|
296
296
|
id: z.ZodString;
|
297
|
-
createdAt: z.
|
298
|
-
updatedAt: z.
|
299
|
-
deletedAt: z.ZodNullable<z.
|
297
|
+
createdAt: z.ZodString;
|
298
|
+
updatedAt: z.ZodString;
|
299
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
300
300
|
bucket_name: z.ZodString;
|
301
301
|
file_name: z.ZodString;
|
302
302
|
file_key: z.ZodString;
|
@@ -305,9 +305,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
305
305
|
extension_name: z.ZodString;
|
306
306
|
}, "strip", z.ZodTypeAny, {
|
307
307
|
id: string;
|
308
|
-
createdAt:
|
309
|
-
updatedAt:
|
310
|
-
deletedAt:
|
308
|
+
createdAt: string;
|
309
|
+
updatedAt: string;
|
310
|
+
deletedAt: string | null;
|
311
311
|
bucket_name: string;
|
312
312
|
file_name: string;
|
313
313
|
file_key: string;
|
@@ -316,9 +316,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
316
316
|
extension_name: string;
|
317
317
|
}, {
|
318
318
|
id: string;
|
319
|
-
createdAt:
|
320
|
-
updatedAt:
|
321
|
-
deletedAt:
|
319
|
+
createdAt: string;
|
320
|
+
updatedAt: string;
|
321
|
+
deletedAt: string | null;
|
322
322
|
bucket_name: string;
|
323
323
|
file_name: string;
|
324
324
|
file_key: string;
|
@@ -328,16 +328,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
328
328
|
}>;
|
329
329
|
}, "strip", z.ZodTypeAny, {
|
330
330
|
id: string;
|
331
|
-
createdAt:
|
332
|
-
updatedAt:
|
333
|
-
deletedAt:
|
331
|
+
createdAt: string;
|
332
|
+
updatedAt: string;
|
333
|
+
deletedAt: string | null;
|
334
334
|
fileName: string;
|
335
335
|
fileType: string;
|
336
336
|
upload: {
|
337
337
|
id: string;
|
338
|
-
createdAt:
|
339
|
-
updatedAt:
|
340
|
-
deletedAt:
|
338
|
+
createdAt: string;
|
339
|
+
updatedAt: string;
|
340
|
+
deletedAt: string | null;
|
341
341
|
bucket_name: string;
|
342
342
|
file_name: string;
|
343
343
|
file_key: string;
|
@@ -351,16 +351,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
351
351
|
emailEngineAttachmentId: string;
|
352
352
|
}, {
|
353
353
|
id: string;
|
354
|
-
createdAt:
|
355
|
-
updatedAt:
|
356
|
-
deletedAt:
|
354
|
+
createdAt: string;
|
355
|
+
updatedAt: string;
|
356
|
+
deletedAt: string | null;
|
357
357
|
fileName: string;
|
358
358
|
fileType: string;
|
359
359
|
upload: {
|
360
360
|
id: string;
|
361
|
-
createdAt:
|
362
|
-
updatedAt:
|
363
|
-
deletedAt:
|
361
|
+
createdAt: string;
|
362
|
+
updatedAt: string;
|
363
|
+
deletedAt: string | null;
|
364
364
|
bucket_name: string;
|
365
365
|
file_name: string;
|
366
366
|
file_key: string;
|
@@ -377,23 +377,23 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
377
377
|
id: string;
|
378
378
|
direction: string;
|
379
379
|
action: string;
|
380
|
-
date:
|
381
|
-
createdAt:
|
382
|
-
updatedAt:
|
383
|
-
deletedAt:
|
380
|
+
date: string;
|
381
|
+
createdAt: string;
|
382
|
+
updatedAt: string;
|
383
|
+
deletedAt: string | null;
|
384
384
|
roomId: string;
|
385
385
|
attachments: {
|
386
386
|
id: string;
|
387
|
-
createdAt:
|
388
|
-
updatedAt:
|
389
|
-
deletedAt:
|
387
|
+
createdAt: string;
|
388
|
+
updatedAt: string;
|
389
|
+
deletedAt: string | null;
|
390
390
|
fileName: string;
|
391
391
|
fileType: string;
|
392
392
|
upload: {
|
393
393
|
id: string;
|
394
|
-
createdAt:
|
395
|
-
updatedAt:
|
396
|
-
deletedAt:
|
394
|
+
createdAt: string;
|
395
|
+
updatedAt: string;
|
396
|
+
deletedAt: string | null;
|
397
397
|
bucket_name: string;
|
398
398
|
file_name: string;
|
399
399
|
file_key: string;
|
@@ -419,55 +419,55 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
419
419
|
id: string;
|
420
420
|
address: string;
|
421
421
|
name: string;
|
422
|
-
createdAt:
|
423
|
-
updatedAt:
|
424
|
-
deletedAt:
|
422
|
+
createdAt: string;
|
423
|
+
updatedAt: string;
|
424
|
+
deletedAt: string | null;
|
425
425
|
}[];
|
426
426
|
to: {
|
427
427
|
id: string;
|
428
428
|
address: string;
|
429
429
|
name: string;
|
430
|
-
createdAt:
|
431
|
-
updatedAt:
|
432
|
-
deletedAt:
|
430
|
+
createdAt: string;
|
431
|
+
updatedAt: string;
|
432
|
+
deletedAt: string | null;
|
433
433
|
}[];
|
434
434
|
cc: {
|
435
435
|
id: string;
|
436
436
|
address: string;
|
437
437
|
name: string;
|
438
|
-
createdAt:
|
439
|
-
updatedAt:
|
440
|
-
deletedAt:
|
438
|
+
createdAt: string;
|
439
|
+
updatedAt: string;
|
440
|
+
deletedAt: string | null;
|
441
441
|
}[];
|
442
442
|
bcc: {
|
443
443
|
id: string;
|
444
444
|
address: string;
|
445
445
|
name: string;
|
446
|
-
createdAt:
|
447
|
-
updatedAt:
|
448
|
-
deletedAt:
|
446
|
+
createdAt: string;
|
447
|
+
updatedAt: string;
|
448
|
+
deletedAt: string | null;
|
449
449
|
}[];
|
450
450
|
}, {
|
451
451
|
id: string;
|
452
452
|
direction: string;
|
453
453
|
action: string;
|
454
|
-
date:
|
455
|
-
createdAt:
|
456
|
-
updatedAt:
|
457
|
-
deletedAt:
|
454
|
+
date: string;
|
455
|
+
createdAt: string;
|
456
|
+
updatedAt: string;
|
457
|
+
deletedAt: string | null;
|
458
458
|
roomId: string;
|
459
459
|
attachments: {
|
460
460
|
id: string;
|
461
|
-
createdAt:
|
462
|
-
updatedAt:
|
463
|
-
deletedAt:
|
461
|
+
createdAt: string;
|
462
|
+
updatedAt: string;
|
463
|
+
deletedAt: string | null;
|
464
464
|
fileName: string;
|
465
465
|
fileType: string;
|
466
466
|
upload: {
|
467
467
|
id: string;
|
468
|
-
createdAt:
|
469
|
-
updatedAt:
|
470
|
-
deletedAt:
|
468
|
+
createdAt: string;
|
469
|
+
updatedAt: string;
|
470
|
+
deletedAt: string | null;
|
471
471
|
bucket_name: string;
|
472
472
|
file_name: string;
|
473
473
|
file_key: string;
|
@@ -493,40 +493,40 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
493
493
|
id: string;
|
494
494
|
address: string;
|
495
495
|
name: string;
|
496
|
-
createdAt:
|
497
|
-
updatedAt:
|
498
|
-
deletedAt:
|
496
|
+
createdAt: string;
|
497
|
+
updatedAt: string;
|
498
|
+
deletedAt: string | null;
|
499
499
|
}[];
|
500
500
|
to: {
|
501
501
|
id: string;
|
502
502
|
address: string;
|
503
503
|
name: string;
|
504
|
-
createdAt:
|
505
|
-
updatedAt:
|
506
|
-
deletedAt:
|
504
|
+
createdAt: string;
|
505
|
+
updatedAt: string;
|
506
|
+
deletedAt: string | null;
|
507
507
|
}[];
|
508
508
|
cc: {
|
509
509
|
id: string;
|
510
510
|
address: string;
|
511
511
|
name: string;
|
512
|
-
createdAt:
|
513
|
-
updatedAt:
|
514
|
-
deletedAt:
|
512
|
+
createdAt: string;
|
513
|
+
updatedAt: string;
|
514
|
+
deletedAt: string | null;
|
515
515
|
}[];
|
516
516
|
bcc: {
|
517
517
|
id: string;
|
518
518
|
address: string;
|
519
519
|
name: string;
|
520
|
-
createdAt:
|
521
|
-
updatedAt:
|
522
|
-
deletedAt:
|
520
|
+
createdAt: string;
|
521
|
+
updatedAt: string;
|
522
|
+
deletedAt: string | null;
|
523
523
|
}[];
|
524
524
|
}>;
|
525
525
|
lastMessage: z.ZodObject<{
|
526
526
|
id: z.ZodString;
|
527
|
-
createdAt: z.
|
528
|
-
updatedAt: z.
|
529
|
-
deletedAt: z.ZodNullable<z.
|
527
|
+
createdAt: z.ZodString;
|
528
|
+
updatedAt: z.ZodString;
|
529
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
530
530
|
roomId: z.ZodString;
|
531
531
|
subject: z.ZodString;
|
532
532
|
textPlain: z.ZodString;
|
@@ -536,103 +536,103 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
536
536
|
emailEngineMessageId: z.ZodString;
|
537
537
|
emailEngineReplyTo: z.ZodNullable<z.ZodString>;
|
538
538
|
direction: z.ZodString;
|
539
|
-
date: z.
|
539
|
+
date: z.ZodString;
|
540
540
|
action: z.ZodString;
|
541
541
|
unseen: z.ZodBoolean;
|
542
542
|
seemsLikeNew: z.ZodBoolean;
|
543
543
|
from: z.ZodArray<z.ZodObject<{
|
544
544
|
id: z.ZodString;
|
545
|
-
createdAt: z.
|
546
|
-
updatedAt: z.
|
547
|
-
deletedAt: z.ZodNullable<z.
|
545
|
+
createdAt: z.ZodString;
|
546
|
+
updatedAt: z.ZodString;
|
547
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
548
548
|
name: z.ZodString;
|
549
549
|
address: z.ZodString;
|
550
550
|
}, "strip", z.ZodTypeAny, {
|
551
551
|
id: string;
|
552
552
|
address: string;
|
553
553
|
name: string;
|
554
|
-
createdAt:
|
555
|
-
updatedAt:
|
556
|
-
deletedAt:
|
554
|
+
createdAt: string;
|
555
|
+
updatedAt: string;
|
556
|
+
deletedAt: string | null;
|
557
557
|
}, {
|
558
558
|
id: string;
|
559
559
|
address: string;
|
560
560
|
name: string;
|
561
|
-
createdAt:
|
562
|
-
updatedAt:
|
563
|
-
deletedAt:
|
561
|
+
createdAt: string;
|
562
|
+
updatedAt: string;
|
563
|
+
deletedAt: string | null;
|
564
564
|
}>, "many">;
|
565
565
|
to: z.ZodArray<z.ZodObject<{
|
566
566
|
id: z.ZodString;
|
567
|
-
createdAt: z.
|
568
|
-
updatedAt: z.
|
569
|
-
deletedAt: z.ZodNullable<z.
|
567
|
+
createdAt: z.ZodString;
|
568
|
+
updatedAt: z.ZodString;
|
569
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
570
570
|
name: z.ZodString;
|
571
571
|
address: z.ZodString;
|
572
572
|
}, "strip", z.ZodTypeAny, {
|
573
573
|
id: string;
|
574
574
|
address: string;
|
575
575
|
name: string;
|
576
|
-
createdAt:
|
577
|
-
updatedAt:
|
578
|
-
deletedAt:
|
576
|
+
createdAt: string;
|
577
|
+
updatedAt: string;
|
578
|
+
deletedAt: string | null;
|
579
579
|
}, {
|
580
580
|
id: string;
|
581
581
|
address: string;
|
582
582
|
name: string;
|
583
|
-
createdAt:
|
584
|
-
updatedAt:
|
585
|
-
deletedAt:
|
583
|
+
createdAt: string;
|
584
|
+
updatedAt: string;
|
585
|
+
deletedAt: string | null;
|
586
586
|
}>, "many">;
|
587
587
|
cc: z.ZodArray<z.ZodObject<{
|
588
588
|
id: z.ZodString;
|
589
|
-
createdAt: z.
|
590
|
-
updatedAt: z.
|
591
|
-
deletedAt: z.ZodNullable<z.
|
589
|
+
createdAt: z.ZodString;
|
590
|
+
updatedAt: z.ZodString;
|
591
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
592
592
|
name: z.ZodString;
|
593
593
|
address: z.ZodString;
|
594
594
|
}, "strip", z.ZodTypeAny, {
|
595
595
|
id: string;
|
596
596
|
address: string;
|
597
597
|
name: string;
|
598
|
-
createdAt:
|
599
|
-
updatedAt:
|
600
|
-
deletedAt:
|
598
|
+
createdAt: string;
|
599
|
+
updatedAt: string;
|
600
|
+
deletedAt: string | null;
|
601
601
|
}, {
|
602
602
|
id: string;
|
603
603
|
address: string;
|
604
604
|
name: string;
|
605
|
-
createdAt:
|
606
|
-
updatedAt:
|
607
|
-
deletedAt:
|
605
|
+
createdAt: string;
|
606
|
+
updatedAt: string;
|
607
|
+
deletedAt: string | null;
|
608
608
|
}>, "many">;
|
609
609
|
bcc: z.ZodArray<z.ZodObject<{
|
610
610
|
id: z.ZodString;
|
611
|
-
createdAt: z.
|
612
|
-
updatedAt: z.
|
613
|
-
deletedAt: z.ZodNullable<z.
|
611
|
+
createdAt: z.ZodString;
|
612
|
+
updatedAt: z.ZodString;
|
613
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
614
614
|
name: z.ZodString;
|
615
615
|
address: z.ZodString;
|
616
616
|
}, "strip", z.ZodTypeAny, {
|
617
617
|
id: string;
|
618
618
|
address: string;
|
619
619
|
name: string;
|
620
|
-
createdAt:
|
621
|
-
updatedAt:
|
622
|
-
deletedAt:
|
620
|
+
createdAt: string;
|
621
|
+
updatedAt: string;
|
622
|
+
deletedAt: string | null;
|
623
623
|
}, {
|
624
624
|
id: string;
|
625
625
|
address: string;
|
626
626
|
name: string;
|
627
|
-
createdAt:
|
628
|
-
updatedAt:
|
629
|
-
deletedAt:
|
627
|
+
createdAt: string;
|
628
|
+
updatedAt: string;
|
629
|
+
deletedAt: string | null;
|
630
630
|
}>, "many">;
|
631
631
|
attachments: z.ZodArray<z.ZodObject<{
|
632
632
|
id: z.ZodString;
|
633
|
-
createdAt: z.
|
634
|
-
updatedAt: z.
|
635
|
-
deletedAt: z.ZodNullable<z.
|
633
|
+
createdAt: z.ZodString;
|
634
|
+
updatedAt: z.ZodString;
|
635
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
636
636
|
roomId: z.ZodString;
|
637
637
|
messageId: z.ZodString;
|
638
638
|
fileName: z.ZodString;
|
@@ -641,9 +641,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
641
641
|
uploadId: z.ZodString;
|
642
642
|
upload: z.ZodObject<{
|
643
643
|
id: z.ZodString;
|
644
|
-
createdAt: z.
|
645
|
-
updatedAt: z.
|
646
|
-
deletedAt: z.ZodNullable<z.
|
644
|
+
createdAt: z.ZodString;
|
645
|
+
updatedAt: z.ZodString;
|
646
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
647
647
|
bucket_name: z.ZodString;
|
648
648
|
file_name: z.ZodString;
|
649
649
|
file_key: z.ZodString;
|
@@ -652,9 +652,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
652
652
|
extension_name: z.ZodString;
|
653
653
|
}, "strip", z.ZodTypeAny, {
|
654
654
|
id: string;
|
655
|
-
createdAt:
|
656
|
-
updatedAt:
|
657
|
-
deletedAt:
|
655
|
+
createdAt: string;
|
656
|
+
updatedAt: string;
|
657
|
+
deletedAt: string | null;
|
658
658
|
bucket_name: string;
|
659
659
|
file_name: string;
|
660
660
|
file_key: string;
|
@@ -663,9 +663,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
663
663
|
extension_name: string;
|
664
664
|
}, {
|
665
665
|
id: string;
|
666
|
-
createdAt:
|
667
|
-
updatedAt:
|
668
|
-
deletedAt:
|
666
|
+
createdAt: string;
|
667
|
+
updatedAt: string;
|
668
|
+
deletedAt: string | null;
|
669
669
|
bucket_name: string;
|
670
670
|
file_name: string;
|
671
671
|
file_key: string;
|
@@ -675,16 +675,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
675
675
|
}>;
|
676
676
|
}, "strip", z.ZodTypeAny, {
|
677
677
|
id: string;
|
678
|
-
createdAt:
|
679
|
-
updatedAt:
|
680
|
-
deletedAt:
|
678
|
+
createdAt: string;
|
679
|
+
updatedAt: string;
|
680
|
+
deletedAt: string | null;
|
681
681
|
fileName: string;
|
682
682
|
fileType: string;
|
683
683
|
upload: {
|
684
684
|
id: string;
|
685
|
-
createdAt:
|
686
|
-
updatedAt:
|
687
|
-
deletedAt:
|
685
|
+
createdAt: string;
|
686
|
+
updatedAt: string;
|
687
|
+
deletedAt: string | null;
|
688
688
|
bucket_name: string;
|
689
689
|
file_name: string;
|
690
690
|
file_key: string;
|
@@ -698,16 +698,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
698
698
|
emailEngineAttachmentId: string;
|
699
699
|
}, {
|
700
700
|
id: string;
|
701
|
-
createdAt:
|
702
|
-
updatedAt:
|
703
|
-
deletedAt:
|
701
|
+
createdAt: string;
|
702
|
+
updatedAt: string;
|
703
|
+
deletedAt: string | null;
|
704
704
|
fileName: string;
|
705
705
|
fileType: string;
|
706
706
|
upload: {
|
707
707
|
id: string;
|
708
|
-
createdAt:
|
709
|
-
updatedAt:
|
710
|
-
deletedAt:
|
708
|
+
createdAt: string;
|
709
|
+
updatedAt: string;
|
710
|
+
deletedAt: string | null;
|
711
711
|
bucket_name: string;
|
712
712
|
file_name: string;
|
713
713
|
file_key: string;
|
@@ -724,23 +724,23 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
724
724
|
id: string;
|
725
725
|
direction: string;
|
726
726
|
action: string;
|
727
|
-
date:
|
728
|
-
createdAt:
|
729
|
-
updatedAt:
|
730
|
-
deletedAt:
|
727
|
+
date: string;
|
728
|
+
createdAt: string;
|
729
|
+
updatedAt: string;
|
730
|
+
deletedAt: string | null;
|
731
731
|
roomId: string;
|
732
732
|
attachments: {
|
733
733
|
id: string;
|
734
|
-
createdAt:
|
735
|
-
updatedAt:
|
736
|
-
deletedAt:
|
734
|
+
createdAt: string;
|
735
|
+
updatedAt: string;
|
736
|
+
deletedAt: string | null;
|
737
737
|
fileName: string;
|
738
738
|
fileType: string;
|
739
739
|
upload: {
|
740
740
|
id: string;
|
741
|
-
createdAt:
|
742
|
-
updatedAt:
|
743
|
-
deletedAt:
|
741
|
+
createdAt: string;
|
742
|
+
updatedAt: string;
|
743
|
+
deletedAt: string | null;
|
744
744
|
bucket_name: string;
|
745
745
|
file_name: string;
|
746
746
|
file_key: string;
|
@@ -766,55 +766,55 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
766
766
|
id: string;
|
767
767
|
address: string;
|
768
768
|
name: string;
|
769
|
-
createdAt:
|
770
|
-
updatedAt:
|
771
|
-
deletedAt:
|
769
|
+
createdAt: string;
|
770
|
+
updatedAt: string;
|
771
|
+
deletedAt: string | null;
|
772
772
|
}[];
|
773
773
|
to: {
|
774
774
|
id: string;
|
775
775
|
address: string;
|
776
776
|
name: string;
|
777
|
-
createdAt:
|
778
|
-
updatedAt:
|
779
|
-
deletedAt:
|
777
|
+
createdAt: string;
|
778
|
+
updatedAt: string;
|
779
|
+
deletedAt: string | null;
|
780
780
|
}[];
|
781
781
|
cc: {
|
782
782
|
id: string;
|
783
783
|
address: string;
|
784
784
|
name: string;
|
785
|
-
createdAt:
|
786
|
-
updatedAt:
|
787
|
-
deletedAt:
|
785
|
+
createdAt: string;
|
786
|
+
updatedAt: string;
|
787
|
+
deletedAt: string | null;
|
788
788
|
}[];
|
789
789
|
bcc: {
|
790
790
|
id: string;
|
791
791
|
address: string;
|
792
792
|
name: string;
|
793
|
-
createdAt:
|
794
|
-
updatedAt:
|
795
|
-
deletedAt:
|
793
|
+
createdAt: string;
|
794
|
+
updatedAt: string;
|
795
|
+
deletedAt: string | null;
|
796
796
|
}[];
|
797
797
|
}, {
|
798
798
|
id: string;
|
799
799
|
direction: string;
|
800
800
|
action: string;
|
801
|
-
date:
|
802
|
-
createdAt:
|
803
|
-
updatedAt:
|
804
|
-
deletedAt:
|
801
|
+
date: string;
|
802
|
+
createdAt: string;
|
803
|
+
updatedAt: string;
|
804
|
+
deletedAt: string | null;
|
805
805
|
roomId: string;
|
806
806
|
attachments: {
|
807
807
|
id: string;
|
808
|
-
createdAt:
|
809
|
-
updatedAt:
|
810
|
-
deletedAt:
|
808
|
+
createdAt: string;
|
809
|
+
updatedAt: string;
|
810
|
+
deletedAt: string | null;
|
811
811
|
fileName: string;
|
812
812
|
fileType: string;
|
813
813
|
upload: {
|
814
814
|
id: string;
|
815
|
-
createdAt:
|
816
|
-
updatedAt:
|
817
|
-
deletedAt:
|
815
|
+
createdAt: string;
|
816
|
+
updatedAt: string;
|
817
|
+
deletedAt: string | null;
|
818
818
|
bucket_name: string;
|
819
819
|
file_name: string;
|
820
820
|
file_key: string;
|
@@ -840,62 +840,62 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
840
840
|
id: string;
|
841
841
|
address: string;
|
842
842
|
name: string;
|
843
|
-
createdAt:
|
844
|
-
updatedAt:
|
845
|
-
deletedAt:
|
843
|
+
createdAt: string;
|
844
|
+
updatedAt: string;
|
845
|
+
deletedAt: string | null;
|
846
846
|
}[];
|
847
847
|
to: {
|
848
848
|
id: string;
|
849
849
|
address: string;
|
850
850
|
name: string;
|
851
|
-
createdAt:
|
852
|
-
updatedAt:
|
853
|
-
deletedAt:
|
851
|
+
createdAt: string;
|
852
|
+
updatedAt: string;
|
853
|
+
deletedAt: string | null;
|
854
854
|
}[];
|
855
855
|
cc: {
|
856
856
|
id: string;
|
857
857
|
address: string;
|
858
858
|
name: string;
|
859
|
-
createdAt:
|
860
|
-
updatedAt:
|
861
|
-
deletedAt:
|
859
|
+
createdAt: string;
|
860
|
+
updatedAt: string;
|
861
|
+
deletedAt: string | null;
|
862
862
|
}[];
|
863
863
|
bcc: {
|
864
864
|
id: string;
|
865
865
|
address: string;
|
866
866
|
name: string;
|
867
|
-
createdAt:
|
868
|
-
updatedAt:
|
869
|
-
deletedAt:
|
867
|
+
createdAt: string;
|
868
|
+
updatedAt: string;
|
869
|
+
deletedAt: string | null;
|
870
870
|
}[];
|
871
871
|
}>;
|
872
872
|
tags: z.ZodArray<z.ZodObject<{
|
873
873
|
color: z.ZodString;
|
874
874
|
id: z.ZodString;
|
875
|
-
createdAt: z.
|
876
|
-
updatedAt: z.
|
877
|
-
deletedAt: z.ZodNullable<z.
|
875
|
+
createdAt: z.ZodString;
|
876
|
+
updatedAt: z.ZodString;
|
877
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
878
878
|
name: z.ZodString;
|
879
879
|
}, "strip", z.ZodTypeAny, {
|
880
880
|
id: string;
|
881
881
|
name: string;
|
882
882
|
color: string;
|
883
|
-
createdAt:
|
884
|
-
updatedAt:
|
885
|
-
deletedAt:
|
883
|
+
createdAt: string;
|
884
|
+
updatedAt: string;
|
885
|
+
deletedAt: string | null;
|
886
886
|
}, {
|
887
887
|
id: string;
|
888
888
|
name: string;
|
889
889
|
color: string;
|
890
|
-
createdAt:
|
891
|
-
updatedAt:
|
892
|
-
deletedAt:
|
890
|
+
createdAt: string;
|
891
|
+
updatedAt: string;
|
892
|
+
deletedAt: string | null;
|
893
893
|
}>, "many">;
|
894
894
|
assignee: z.ZodObject<{
|
895
895
|
id: z.ZodString;
|
896
|
-
createdAt: z.
|
897
|
-
updatedAt: z.
|
898
|
-
deletedAt: z.ZodNullable<z.
|
896
|
+
createdAt: z.ZodString;
|
897
|
+
updatedAt: z.ZodString;
|
898
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
899
899
|
name: z.ZodString;
|
900
900
|
email: z.ZodString;
|
901
901
|
address: z.ZodNullable<z.ZodString>;
|
@@ -906,9 +906,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
906
906
|
address: string | null;
|
907
907
|
name: string;
|
908
908
|
email: string;
|
909
|
-
createdAt:
|
910
|
-
updatedAt:
|
911
|
-
deletedAt:
|
909
|
+
createdAt: string;
|
910
|
+
updatedAt: string;
|
911
|
+
deletedAt: string | null;
|
912
912
|
phone: string | null;
|
913
913
|
notification_count: number | null;
|
914
914
|
}, {
|
@@ -916,17 +916,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
916
916
|
address: string | null;
|
917
917
|
name: string;
|
918
918
|
email: string;
|
919
|
-
createdAt:
|
920
|
-
updatedAt:
|
921
|
-
deletedAt:
|
919
|
+
createdAt: string;
|
920
|
+
updatedAt: string;
|
921
|
+
deletedAt: string | null;
|
922
922
|
phone: string | null;
|
923
923
|
notification_count: number | null;
|
924
924
|
}>;
|
925
925
|
messages: z.ZodArray<z.ZodObject<{
|
926
926
|
id: z.ZodString;
|
927
|
-
createdAt: z.
|
928
|
-
updatedAt: z.
|
929
|
-
deletedAt: z.ZodNullable<z.
|
927
|
+
createdAt: z.ZodString;
|
928
|
+
updatedAt: z.ZodString;
|
929
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
930
930
|
roomId: z.ZodString;
|
931
931
|
subject: z.ZodString;
|
932
932
|
textPlain: z.ZodString;
|
@@ -936,103 +936,103 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
936
936
|
emailEngineMessageId: z.ZodString;
|
937
937
|
emailEngineReplyTo: z.ZodNullable<z.ZodString>;
|
938
938
|
direction: z.ZodString;
|
939
|
-
date: z.
|
939
|
+
date: z.ZodString;
|
940
940
|
action: z.ZodString;
|
941
941
|
unseen: z.ZodBoolean;
|
942
942
|
seemsLikeNew: z.ZodBoolean;
|
943
943
|
from: z.ZodArray<z.ZodObject<{
|
944
944
|
id: z.ZodString;
|
945
|
-
createdAt: z.
|
946
|
-
updatedAt: z.
|
947
|
-
deletedAt: z.ZodNullable<z.
|
945
|
+
createdAt: z.ZodString;
|
946
|
+
updatedAt: z.ZodString;
|
947
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
948
948
|
name: z.ZodString;
|
949
949
|
address: z.ZodString;
|
950
950
|
}, "strip", z.ZodTypeAny, {
|
951
951
|
id: string;
|
952
952
|
address: string;
|
953
953
|
name: string;
|
954
|
-
createdAt:
|
955
|
-
updatedAt:
|
956
|
-
deletedAt:
|
954
|
+
createdAt: string;
|
955
|
+
updatedAt: string;
|
956
|
+
deletedAt: string | null;
|
957
957
|
}, {
|
958
958
|
id: string;
|
959
959
|
address: string;
|
960
960
|
name: string;
|
961
|
-
createdAt:
|
962
|
-
updatedAt:
|
963
|
-
deletedAt:
|
961
|
+
createdAt: string;
|
962
|
+
updatedAt: string;
|
963
|
+
deletedAt: string | null;
|
964
964
|
}>, "many">;
|
965
965
|
to: z.ZodArray<z.ZodObject<{
|
966
966
|
id: z.ZodString;
|
967
|
-
createdAt: z.
|
968
|
-
updatedAt: z.
|
969
|
-
deletedAt: z.ZodNullable<z.
|
967
|
+
createdAt: z.ZodString;
|
968
|
+
updatedAt: z.ZodString;
|
969
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
970
970
|
name: z.ZodString;
|
971
971
|
address: z.ZodString;
|
972
972
|
}, "strip", z.ZodTypeAny, {
|
973
973
|
id: string;
|
974
974
|
address: string;
|
975
975
|
name: string;
|
976
|
-
createdAt:
|
977
|
-
updatedAt:
|
978
|
-
deletedAt:
|
976
|
+
createdAt: string;
|
977
|
+
updatedAt: string;
|
978
|
+
deletedAt: string | null;
|
979
979
|
}, {
|
980
980
|
id: string;
|
981
981
|
address: string;
|
982
982
|
name: string;
|
983
|
-
createdAt:
|
984
|
-
updatedAt:
|
985
|
-
deletedAt:
|
983
|
+
createdAt: string;
|
984
|
+
updatedAt: string;
|
985
|
+
deletedAt: string | null;
|
986
986
|
}>, "many">;
|
987
987
|
cc: z.ZodArray<z.ZodObject<{
|
988
988
|
id: z.ZodString;
|
989
|
-
createdAt: z.
|
990
|
-
updatedAt: z.
|
991
|
-
deletedAt: z.ZodNullable<z.
|
989
|
+
createdAt: z.ZodString;
|
990
|
+
updatedAt: z.ZodString;
|
991
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
992
992
|
name: z.ZodString;
|
993
993
|
address: z.ZodString;
|
994
994
|
}, "strip", z.ZodTypeAny, {
|
995
995
|
id: string;
|
996
996
|
address: string;
|
997
997
|
name: string;
|
998
|
-
createdAt:
|
999
|
-
updatedAt:
|
1000
|
-
deletedAt:
|
998
|
+
createdAt: string;
|
999
|
+
updatedAt: string;
|
1000
|
+
deletedAt: string | null;
|
1001
1001
|
}, {
|
1002
1002
|
id: string;
|
1003
1003
|
address: string;
|
1004
1004
|
name: string;
|
1005
|
-
createdAt:
|
1006
|
-
updatedAt:
|
1007
|
-
deletedAt:
|
1005
|
+
createdAt: string;
|
1006
|
+
updatedAt: string;
|
1007
|
+
deletedAt: string | null;
|
1008
1008
|
}>, "many">;
|
1009
1009
|
bcc: z.ZodArray<z.ZodObject<{
|
1010
1010
|
id: z.ZodString;
|
1011
|
-
createdAt: z.
|
1012
|
-
updatedAt: z.
|
1013
|
-
deletedAt: z.ZodNullable<z.
|
1011
|
+
createdAt: z.ZodString;
|
1012
|
+
updatedAt: z.ZodString;
|
1013
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1014
1014
|
name: z.ZodString;
|
1015
1015
|
address: z.ZodString;
|
1016
1016
|
}, "strip", z.ZodTypeAny, {
|
1017
1017
|
id: string;
|
1018
1018
|
address: string;
|
1019
1019
|
name: string;
|
1020
|
-
createdAt:
|
1021
|
-
updatedAt:
|
1022
|
-
deletedAt:
|
1020
|
+
createdAt: string;
|
1021
|
+
updatedAt: string;
|
1022
|
+
deletedAt: string | null;
|
1023
1023
|
}, {
|
1024
1024
|
id: string;
|
1025
1025
|
address: string;
|
1026
1026
|
name: string;
|
1027
|
-
createdAt:
|
1028
|
-
updatedAt:
|
1029
|
-
deletedAt:
|
1027
|
+
createdAt: string;
|
1028
|
+
updatedAt: string;
|
1029
|
+
deletedAt: string | null;
|
1030
1030
|
}>, "many">;
|
1031
1031
|
attachments: z.ZodArray<z.ZodObject<{
|
1032
1032
|
id: z.ZodString;
|
1033
|
-
createdAt: z.
|
1034
|
-
updatedAt: z.
|
1035
|
-
deletedAt: z.ZodNullable<z.
|
1033
|
+
createdAt: z.ZodString;
|
1034
|
+
updatedAt: z.ZodString;
|
1035
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1036
1036
|
roomId: z.ZodString;
|
1037
1037
|
messageId: z.ZodString;
|
1038
1038
|
fileName: z.ZodString;
|
@@ -1041,9 +1041,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1041
1041
|
uploadId: z.ZodString;
|
1042
1042
|
upload: z.ZodObject<{
|
1043
1043
|
id: z.ZodString;
|
1044
|
-
createdAt: z.
|
1045
|
-
updatedAt: z.
|
1046
|
-
deletedAt: z.ZodNullable<z.
|
1044
|
+
createdAt: z.ZodString;
|
1045
|
+
updatedAt: z.ZodString;
|
1046
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1047
1047
|
bucket_name: z.ZodString;
|
1048
1048
|
file_name: z.ZodString;
|
1049
1049
|
file_key: z.ZodString;
|
@@ -1052,9 +1052,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1052
1052
|
extension_name: z.ZodString;
|
1053
1053
|
}, "strip", z.ZodTypeAny, {
|
1054
1054
|
id: string;
|
1055
|
-
createdAt:
|
1056
|
-
updatedAt:
|
1057
|
-
deletedAt:
|
1055
|
+
createdAt: string;
|
1056
|
+
updatedAt: string;
|
1057
|
+
deletedAt: string | null;
|
1058
1058
|
bucket_name: string;
|
1059
1059
|
file_name: string;
|
1060
1060
|
file_key: string;
|
@@ -1063,9 +1063,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1063
1063
|
extension_name: string;
|
1064
1064
|
}, {
|
1065
1065
|
id: string;
|
1066
|
-
createdAt:
|
1067
|
-
updatedAt:
|
1068
|
-
deletedAt:
|
1066
|
+
createdAt: string;
|
1067
|
+
updatedAt: string;
|
1068
|
+
deletedAt: string | null;
|
1069
1069
|
bucket_name: string;
|
1070
1070
|
file_name: string;
|
1071
1071
|
file_key: string;
|
@@ -1075,16 +1075,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1075
1075
|
}>;
|
1076
1076
|
}, "strip", z.ZodTypeAny, {
|
1077
1077
|
id: string;
|
1078
|
-
createdAt:
|
1079
|
-
updatedAt:
|
1080
|
-
deletedAt:
|
1078
|
+
createdAt: string;
|
1079
|
+
updatedAt: string;
|
1080
|
+
deletedAt: string | null;
|
1081
1081
|
fileName: string;
|
1082
1082
|
fileType: string;
|
1083
1083
|
upload: {
|
1084
1084
|
id: string;
|
1085
|
-
createdAt:
|
1086
|
-
updatedAt:
|
1087
|
-
deletedAt:
|
1085
|
+
createdAt: string;
|
1086
|
+
updatedAt: string;
|
1087
|
+
deletedAt: string | null;
|
1088
1088
|
bucket_name: string;
|
1089
1089
|
file_name: string;
|
1090
1090
|
file_key: string;
|
@@ -1098,16 +1098,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1098
1098
|
emailEngineAttachmentId: string;
|
1099
1099
|
}, {
|
1100
1100
|
id: string;
|
1101
|
-
createdAt:
|
1102
|
-
updatedAt:
|
1103
|
-
deletedAt:
|
1101
|
+
createdAt: string;
|
1102
|
+
updatedAt: string;
|
1103
|
+
deletedAt: string | null;
|
1104
1104
|
fileName: string;
|
1105
1105
|
fileType: string;
|
1106
1106
|
upload: {
|
1107
1107
|
id: string;
|
1108
|
-
createdAt:
|
1109
|
-
updatedAt:
|
1110
|
-
deletedAt:
|
1108
|
+
createdAt: string;
|
1109
|
+
updatedAt: string;
|
1110
|
+
deletedAt: string | null;
|
1111
1111
|
bucket_name: string;
|
1112
1112
|
file_name: string;
|
1113
1113
|
file_key: string;
|
@@ -1124,23 +1124,23 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1124
1124
|
id: string;
|
1125
1125
|
direction: string;
|
1126
1126
|
action: string;
|
1127
|
-
date:
|
1128
|
-
createdAt:
|
1129
|
-
updatedAt:
|
1130
|
-
deletedAt:
|
1127
|
+
date: string;
|
1128
|
+
createdAt: string;
|
1129
|
+
updatedAt: string;
|
1130
|
+
deletedAt: string | null;
|
1131
1131
|
roomId: string;
|
1132
1132
|
attachments: {
|
1133
1133
|
id: string;
|
1134
|
-
createdAt:
|
1135
|
-
updatedAt:
|
1136
|
-
deletedAt:
|
1134
|
+
createdAt: string;
|
1135
|
+
updatedAt: string;
|
1136
|
+
deletedAt: string | null;
|
1137
1137
|
fileName: string;
|
1138
1138
|
fileType: string;
|
1139
1139
|
upload: {
|
1140
1140
|
id: string;
|
1141
|
-
createdAt:
|
1142
|
-
updatedAt:
|
1143
|
-
deletedAt:
|
1141
|
+
createdAt: string;
|
1142
|
+
updatedAt: string;
|
1143
|
+
deletedAt: string | null;
|
1144
1144
|
bucket_name: string;
|
1145
1145
|
file_name: string;
|
1146
1146
|
file_key: string;
|
@@ -1166,55 +1166,55 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1166
1166
|
id: string;
|
1167
1167
|
address: string;
|
1168
1168
|
name: string;
|
1169
|
-
createdAt:
|
1170
|
-
updatedAt:
|
1171
|
-
deletedAt:
|
1169
|
+
createdAt: string;
|
1170
|
+
updatedAt: string;
|
1171
|
+
deletedAt: string | null;
|
1172
1172
|
}[];
|
1173
1173
|
to: {
|
1174
1174
|
id: string;
|
1175
1175
|
address: string;
|
1176
1176
|
name: string;
|
1177
|
-
createdAt:
|
1178
|
-
updatedAt:
|
1179
|
-
deletedAt:
|
1177
|
+
createdAt: string;
|
1178
|
+
updatedAt: string;
|
1179
|
+
deletedAt: string | null;
|
1180
1180
|
}[];
|
1181
1181
|
cc: {
|
1182
1182
|
id: string;
|
1183
1183
|
address: string;
|
1184
1184
|
name: string;
|
1185
|
-
createdAt:
|
1186
|
-
updatedAt:
|
1187
|
-
deletedAt:
|
1185
|
+
createdAt: string;
|
1186
|
+
updatedAt: string;
|
1187
|
+
deletedAt: string | null;
|
1188
1188
|
}[];
|
1189
1189
|
bcc: {
|
1190
1190
|
id: string;
|
1191
1191
|
address: string;
|
1192
1192
|
name: string;
|
1193
|
-
createdAt:
|
1194
|
-
updatedAt:
|
1195
|
-
deletedAt:
|
1193
|
+
createdAt: string;
|
1194
|
+
updatedAt: string;
|
1195
|
+
deletedAt: string | null;
|
1196
1196
|
}[];
|
1197
1197
|
}, {
|
1198
1198
|
id: string;
|
1199
1199
|
direction: string;
|
1200
1200
|
action: string;
|
1201
|
-
date:
|
1202
|
-
createdAt:
|
1203
|
-
updatedAt:
|
1204
|
-
deletedAt:
|
1201
|
+
date: string;
|
1202
|
+
createdAt: string;
|
1203
|
+
updatedAt: string;
|
1204
|
+
deletedAt: string | null;
|
1205
1205
|
roomId: string;
|
1206
1206
|
attachments: {
|
1207
1207
|
id: string;
|
1208
|
-
createdAt:
|
1209
|
-
updatedAt:
|
1210
|
-
deletedAt:
|
1208
|
+
createdAt: string;
|
1209
|
+
updatedAt: string;
|
1210
|
+
deletedAt: string | null;
|
1211
1211
|
fileName: string;
|
1212
1212
|
fileType: string;
|
1213
1213
|
upload: {
|
1214
1214
|
id: string;
|
1215
|
-
createdAt:
|
1216
|
-
updatedAt:
|
1217
|
-
deletedAt:
|
1215
|
+
createdAt: string;
|
1216
|
+
updatedAt: string;
|
1217
|
+
deletedAt: string | null;
|
1218
1218
|
bucket_name: string;
|
1219
1219
|
file_name: string;
|
1220
1220
|
file_key: string;
|
@@ -1240,40 +1240,40 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1240
1240
|
id: string;
|
1241
1241
|
address: string;
|
1242
1242
|
name: string;
|
1243
|
-
createdAt:
|
1244
|
-
updatedAt:
|
1245
|
-
deletedAt:
|
1243
|
+
createdAt: string;
|
1244
|
+
updatedAt: string;
|
1245
|
+
deletedAt: string | null;
|
1246
1246
|
}[];
|
1247
1247
|
to: {
|
1248
1248
|
id: string;
|
1249
1249
|
address: string;
|
1250
1250
|
name: string;
|
1251
|
-
createdAt:
|
1252
|
-
updatedAt:
|
1253
|
-
deletedAt:
|
1251
|
+
createdAt: string;
|
1252
|
+
updatedAt: string;
|
1253
|
+
deletedAt: string | null;
|
1254
1254
|
}[];
|
1255
1255
|
cc: {
|
1256
1256
|
id: string;
|
1257
1257
|
address: string;
|
1258
1258
|
name: string;
|
1259
|
-
createdAt:
|
1260
|
-
updatedAt:
|
1261
|
-
deletedAt:
|
1259
|
+
createdAt: string;
|
1260
|
+
updatedAt: string;
|
1261
|
+
deletedAt: string | null;
|
1262
1262
|
}[];
|
1263
1263
|
bcc: {
|
1264
1264
|
id: string;
|
1265
1265
|
address: string;
|
1266
1266
|
name: string;
|
1267
|
-
createdAt:
|
1268
|
-
updatedAt:
|
1269
|
-
deletedAt:
|
1267
|
+
createdAt: string;
|
1268
|
+
updatedAt: string;
|
1269
|
+
deletedAt: string | null;
|
1270
1270
|
}[];
|
1271
1271
|
}>, "many">;
|
1272
1272
|
messagesAndLogs: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
1273
1273
|
id: z.ZodString;
|
1274
|
-
createdAt: z.
|
1275
|
-
updatedAt: z.
|
1276
|
-
deletedAt: z.ZodNullable<z.
|
1274
|
+
createdAt: z.ZodString;
|
1275
|
+
updatedAt: z.ZodString;
|
1276
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1277
1277
|
roomId: z.ZodString;
|
1278
1278
|
subject: z.ZodString;
|
1279
1279
|
textPlain: z.ZodString;
|
@@ -1283,103 +1283,103 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1283
1283
|
emailEngineMessageId: z.ZodString;
|
1284
1284
|
emailEngineReplyTo: z.ZodNullable<z.ZodString>;
|
1285
1285
|
direction: z.ZodString;
|
1286
|
-
date: z.
|
1286
|
+
date: z.ZodString;
|
1287
1287
|
action: z.ZodString;
|
1288
1288
|
unseen: z.ZodBoolean;
|
1289
1289
|
seemsLikeNew: z.ZodBoolean;
|
1290
1290
|
from: z.ZodArray<z.ZodObject<{
|
1291
1291
|
id: z.ZodString;
|
1292
|
-
createdAt: z.
|
1293
|
-
updatedAt: z.
|
1294
|
-
deletedAt: z.ZodNullable<z.
|
1292
|
+
createdAt: z.ZodString;
|
1293
|
+
updatedAt: z.ZodString;
|
1294
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1295
1295
|
name: z.ZodString;
|
1296
1296
|
address: z.ZodString;
|
1297
1297
|
}, "strip", z.ZodTypeAny, {
|
1298
1298
|
id: string;
|
1299
1299
|
address: string;
|
1300
1300
|
name: string;
|
1301
|
-
createdAt:
|
1302
|
-
updatedAt:
|
1303
|
-
deletedAt:
|
1301
|
+
createdAt: string;
|
1302
|
+
updatedAt: string;
|
1303
|
+
deletedAt: string | null;
|
1304
1304
|
}, {
|
1305
1305
|
id: string;
|
1306
1306
|
address: string;
|
1307
1307
|
name: string;
|
1308
|
-
createdAt:
|
1309
|
-
updatedAt:
|
1310
|
-
deletedAt:
|
1308
|
+
createdAt: string;
|
1309
|
+
updatedAt: string;
|
1310
|
+
deletedAt: string | null;
|
1311
1311
|
}>, "many">;
|
1312
1312
|
to: z.ZodArray<z.ZodObject<{
|
1313
1313
|
id: z.ZodString;
|
1314
|
-
createdAt: z.
|
1315
|
-
updatedAt: z.
|
1316
|
-
deletedAt: z.ZodNullable<z.
|
1314
|
+
createdAt: z.ZodString;
|
1315
|
+
updatedAt: z.ZodString;
|
1316
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1317
1317
|
name: z.ZodString;
|
1318
1318
|
address: z.ZodString;
|
1319
1319
|
}, "strip", z.ZodTypeAny, {
|
1320
1320
|
id: string;
|
1321
1321
|
address: string;
|
1322
1322
|
name: string;
|
1323
|
-
createdAt:
|
1324
|
-
updatedAt:
|
1325
|
-
deletedAt:
|
1323
|
+
createdAt: string;
|
1324
|
+
updatedAt: string;
|
1325
|
+
deletedAt: string | null;
|
1326
1326
|
}, {
|
1327
1327
|
id: string;
|
1328
1328
|
address: string;
|
1329
1329
|
name: string;
|
1330
|
-
createdAt:
|
1331
|
-
updatedAt:
|
1332
|
-
deletedAt:
|
1330
|
+
createdAt: string;
|
1331
|
+
updatedAt: string;
|
1332
|
+
deletedAt: string | null;
|
1333
1333
|
}>, "many">;
|
1334
1334
|
cc: z.ZodArray<z.ZodObject<{
|
1335
1335
|
id: z.ZodString;
|
1336
|
-
createdAt: z.
|
1337
|
-
updatedAt: z.
|
1338
|
-
deletedAt: z.ZodNullable<z.
|
1336
|
+
createdAt: z.ZodString;
|
1337
|
+
updatedAt: z.ZodString;
|
1338
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1339
1339
|
name: z.ZodString;
|
1340
1340
|
address: z.ZodString;
|
1341
1341
|
}, "strip", z.ZodTypeAny, {
|
1342
1342
|
id: string;
|
1343
1343
|
address: string;
|
1344
1344
|
name: string;
|
1345
|
-
createdAt:
|
1346
|
-
updatedAt:
|
1347
|
-
deletedAt:
|
1345
|
+
createdAt: string;
|
1346
|
+
updatedAt: string;
|
1347
|
+
deletedAt: string | null;
|
1348
1348
|
}, {
|
1349
1349
|
id: string;
|
1350
1350
|
address: string;
|
1351
1351
|
name: string;
|
1352
|
-
createdAt:
|
1353
|
-
updatedAt:
|
1354
|
-
deletedAt:
|
1352
|
+
createdAt: string;
|
1353
|
+
updatedAt: string;
|
1354
|
+
deletedAt: string | null;
|
1355
1355
|
}>, "many">;
|
1356
1356
|
bcc: z.ZodArray<z.ZodObject<{
|
1357
1357
|
id: z.ZodString;
|
1358
|
-
createdAt: z.
|
1359
|
-
updatedAt: z.
|
1360
|
-
deletedAt: z.ZodNullable<z.
|
1358
|
+
createdAt: z.ZodString;
|
1359
|
+
updatedAt: z.ZodString;
|
1360
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1361
1361
|
name: z.ZodString;
|
1362
1362
|
address: z.ZodString;
|
1363
1363
|
}, "strip", z.ZodTypeAny, {
|
1364
1364
|
id: string;
|
1365
1365
|
address: string;
|
1366
1366
|
name: string;
|
1367
|
-
createdAt:
|
1368
|
-
updatedAt:
|
1369
|
-
deletedAt:
|
1367
|
+
createdAt: string;
|
1368
|
+
updatedAt: string;
|
1369
|
+
deletedAt: string | null;
|
1370
1370
|
}, {
|
1371
1371
|
id: string;
|
1372
1372
|
address: string;
|
1373
1373
|
name: string;
|
1374
|
-
createdAt:
|
1375
|
-
updatedAt:
|
1376
|
-
deletedAt:
|
1374
|
+
createdAt: string;
|
1375
|
+
updatedAt: string;
|
1376
|
+
deletedAt: string | null;
|
1377
1377
|
}>, "many">;
|
1378
1378
|
attachments: z.ZodArray<z.ZodObject<{
|
1379
1379
|
id: z.ZodString;
|
1380
|
-
createdAt: z.
|
1381
|
-
updatedAt: z.
|
1382
|
-
deletedAt: z.ZodNullable<z.
|
1380
|
+
createdAt: z.ZodString;
|
1381
|
+
updatedAt: z.ZodString;
|
1382
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1383
1383
|
roomId: z.ZodString;
|
1384
1384
|
messageId: z.ZodString;
|
1385
1385
|
fileName: z.ZodString;
|
@@ -1388,9 +1388,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1388
1388
|
uploadId: z.ZodString;
|
1389
1389
|
upload: z.ZodObject<{
|
1390
1390
|
id: z.ZodString;
|
1391
|
-
createdAt: z.
|
1392
|
-
updatedAt: z.
|
1393
|
-
deletedAt: z.ZodNullable<z.
|
1391
|
+
createdAt: z.ZodString;
|
1392
|
+
updatedAt: z.ZodString;
|
1393
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1394
1394
|
bucket_name: z.ZodString;
|
1395
1395
|
file_name: z.ZodString;
|
1396
1396
|
file_key: z.ZodString;
|
@@ -1399,9 +1399,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1399
1399
|
extension_name: z.ZodString;
|
1400
1400
|
}, "strip", z.ZodTypeAny, {
|
1401
1401
|
id: string;
|
1402
|
-
createdAt:
|
1403
|
-
updatedAt:
|
1404
|
-
deletedAt:
|
1402
|
+
createdAt: string;
|
1403
|
+
updatedAt: string;
|
1404
|
+
deletedAt: string | null;
|
1405
1405
|
bucket_name: string;
|
1406
1406
|
file_name: string;
|
1407
1407
|
file_key: string;
|
@@ -1410,9 +1410,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1410
1410
|
extension_name: string;
|
1411
1411
|
}, {
|
1412
1412
|
id: string;
|
1413
|
-
createdAt:
|
1414
|
-
updatedAt:
|
1415
|
-
deletedAt:
|
1413
|
+
createdAt: string;
|
1414
|
+
updatedAt: string;
|
1415
|
+
deletedAt: string | null;
|
1416
1416
|
bucket_name: string;
|
1417
1417
|
file_name: string;
|
1418
1418
|
file_key: string;
|
@@ -1422,16 +1422,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1422
1422
|
}>;
|
1423
1423
|
}, "strip", z.ZodTypeAny, {
|
1424
1424
|
id: string;
|
1425
|
-
createdAt:
|
1426
|
-
updatedAt:
|
1427
|
-
deletedAt:
|
1425
|
+
createdAt: string;
|
1426
|
+
updatedAt: string;
|
1427
|
+
deletedAt: string | null;
|
1428
1428
|
fileName: string;
|
1429
1429
|
fileType: string;
|
1430
1430
|
upload: {
|
1431
1431
|
id: string;
|
1432
|
-
createdAt:
|
1433
|
-
updatedAt:
|
1434
|
-
deletedAt:
|
1432
|
+
createdAt: string;
|
1433
|
+
updatedAt: string;
|
1434
|
+
deletedAt: string | null;
|
1435
1435
|
bucket_name: string;
|
1436
1436
|
file_name: string;
|
1437
1437
|
file_key: string;
|
@@ -1445,16 +1445,16 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1445
1445
|
emailEngineAttachmentId: string;
|
1446
1446
|
}, {
|
1447
1447
|
id: string;
|
1448
|
-
createdAt:
|
1449
|
-
updatedAt:
|
1450
|
-
deletedAt:
|
1448
|
+
createdAt: string;
|
1449
|
+
updatedAt: string;
|
1450
|
+
deletedAt: string | null;
|
1451
1451
|
fileName: string;
|
1452
1452
|
fileType: string;
|
1453
1453
|
upload: {
|
1454
1454
|
id: string;
|
1455
|
-
createdAt:
|
1456
|
-
updatedAt:
|
1457
|
-
deletedAt:
|
1455
|
+
createdAt: string;
|
1456
|
+
updatedAt: string;
|
1457
|
+
deletedAt: string | null;
|
1458
1458
|
bucket_name: string;
|
1459
1459
|
file_name: string;
|
1460
1460
|
file_key: string;
|
@@ -1471,23 +1471,23 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1471
1471
|
id: string;
|
1472
1472
|
direction: string;
|
1473
1473
|
action: string;
|
1474
|
-
date:
|
1475
|
-
createdAt:
|
1476
|
-
updatedAt:
|
1477
|
-
deletedAt:
|
1474
|
+
date: string;
|
1475
|
+
createdAt: string;
|
1476
|
+
updatedAt: string;
|
1477
|
+
deletedAt: string | null;
|
1478
1478
|
roomId: string;
|
1479
1479
|
attachments: {
|
1480
1480
|
id: string;
|
1481
|
-
createdAt:
|
1482
|
-
updatedAt:
|
1483
|
-
deletedAt:
|
1481
|
+
createdAt: string;
|
1482
|
+
updatedAt: string;
|
1483
|
+
deletedAt: string | null;
|
1484
1484
|
fileName: string;
|
1485
1485
|
fileType: string;
|
1486
1486
|
upload: {
|
1487
1487
|
id: string;
|
1488
|
-
createdAt:
|
1489
|
-
updatedAt:
|
1490
|
-
deletedAt:
|
1488
|
+
createdAt: string;
|
1489
|
+
updatedAt: string;
|
1490
|
+
deletedAt: string | null;
|
1491
1491
|
bucket_name: string;
|
1492
1492
|
file_name: string;
|
1493
1493
|
file_key: string;
|
@@ -1513,55 +1513,55 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1513
1513
|
id: string;
|
1514
1514
|
address: string;
|
1515
1515
|
name: string;
|
1516
|
-
createdAt:
|
1517
|
-
updatedAt:
|
1518
|
-
deletedAt:
|
1516
|
+
createdAt: string;
|
1517
|
+
updatedAt: string;
|
1518
|
+
deletedAt: string | null;
|
1519
1519
|
}[];
|
1520
1520
|
to: {
|
1521
1521
|
id: string;
|
1522
1522
|
address: string;
|
1523
1523
|
name: string;
|
1524
|
-
createdAt:
|
1525
|
-
updatedAt:
|
1526
|
-
deletedAt:
|
1524
|
+
createdAt: string;
|
1525
|
+
updatedAt: string;
|
1526
|
+
deletedAt: string | null;
|
1527
1527
|
}[];
|
1528
1528
|
cc: {
|
1529
1529
|
id: string;
|
1530
1530
|
address: string;
|
1531
1531
|
name: string;
|
1532
|
-
createdAt:
|
1533
|
-
updatedAt:
|
1534
|
-
deletedAt:
|
1532
|
+
createdAt: string;
|
1533
|
+
updatedAt: string;
|
1534
|
+
deletedAt: string | null;
|
1535
1535
|
}[];
|
1536
1536
|
bcc: {
|
1537
1537
|
id: string;
|
1538
1538
|
address: string;
|
1539
1539
|
name: string;
|
1540
|
-
createdAt:
|
1541
|
-
updatedAt:
|
1542
|
-
deletedAt:
|
1540
|
+
createdAt: string;
|
1541
|
+
updatedAt: string;
|
1542
|
+
deletedAt: string | null;
|
1543
1543
|
}[];
|
1544
1544
|
}, {
|
1545
1545
|
id: string;
|
1546
1546
|
direction: string;
|
1547
1547
|
action: string;
|
1548
|
-
date:
|
1549
|
-
createdAt:
|
1550
|
-
updatedAt:
|
1551
|
-
deletedAt:
|
1548
|
+
date: string;
|
1549
|
+
createdAt: string;
|
1550
|
+
updatedAt: string;
|
1551
|
+
deletedAt: string | null;
|
1552
1552
|
roomId: string;
|
1553
1553
|
attachments: {
|
1554
1554
|
id: string;
|
1555
|
-
createdAt:
|
1556
|
-
updatedAt:
|
1557
|
-
deletedAt:
|
1555
|
+
createdAt: string;
|
1556
|
+
updatedAt: string;
|
1557
|
+
deletedAt: string | null;
|
1558
1558
|
fileName: string;
|
1559
1559
|
fileType: string;
|
1560
1560
|
upload: {
|
1561
1561
|
id: string;
|
1562
|
-
createdAt:
|
1563
|
-
updatedAt:
|
1564
|
-
deletedAt:
|
1562
|
+
createdAt: string;
|
1563
|
+
updatedAt: string;
|
1564
|
+
deletedAt: string | null;
|
1565
1565
|
bucket_name: string;
|
1566
1566
|
file_name: string;
|
1567
1567
|
file_key: string;
|
@@ -1587,33 +1587,33 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1587
1587
|
id: string;
|
1588
1588
|
address: string;
|
1589
1589
|
name: string;
|
1590
|
-
createdAt:
|
1591
|
-
updatedAt:
|
1592
|
-
deletedAt:
|
1590
|
+
createdAt: string;
|
1591
|
+
updatedAt: string;
|
1592
|
+
deletedAt: string | null;
|
1593
1593
|
}[];
|
1594
1594
|
to: {
|
1595
1595
|
id: string;
|
1596
1596
|
address: string;
|
1597
1597
|
name: string;
|
1598
|
-
createdAt:
|
1599
|
-
updatedAt:
|
1600
|
-
deletedAt:
|
1598
|
+
createdAt: string;
|
1599
|
+
updatedAt: string;
|
1600
|
+
deletedAt: string | null;
|
1601
1601
|
}[];
|
1602
1602
|
cc: {
|
1603
1603
|
id: string;
|
1604
1604
|
address: string;
|
1605
1605
|
name: string;
|
1606
|
-
createdAt:
|
1607
|
-
updatedAt:
|
1608
|
-
deletedAt:
|
1606
|
+
createdAt: string;
|
1607
|
+
updatedAt: string;
|
1608
|
+
deletedAt: string | null;
|
1609
1609
|
}[];
|
1610
1610
|
bcc: {
|
1611
1611
|
id: string;
|
1612
1612
|
address: string;
|
1613
1613
|
name: string;
|
1614
|
-
createdAt:
|
1615
|
-
updatedAt:
|
1616
|
-
deletedAt:
|
1614
|
+
createdAt: string;
|
1615
|
+
updatedAt: string;
|
1616
|
+
deletedAt: string | null;
|
1617
1617
|
}[];
|
1618
1618
|
}>, z.ZodObject<{
|
1619
1619
|
id: z.ZodString;
|
@@ -1625,9 +1625,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1625
1625
|
roomId: z.ZodString;
|
1626
1626
|
actor: z.ZodObject<{
|
1627
1627
|
id: z.ZodString;
|
1628
|
-
createdAt: z.
|
1629
|
-
updatedAt: z.
|
1630
|
-
deletedAt: z.ZodNullable<z.
|
1628
|
+
createdAt: z.ZodString;
|
1629
|
+
updatedAt: z.ZodString;
|
1630
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1631
1631
|
name: z.ZodString;
|
1632
1632
|
email: z.ZodString;
|
1633
1633
|
address: z.ZodNullable<z.ZodString>;
|
@@ -1638,9 +1638,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1638
1638
|
address: string | null;
|
1639
1639
|
name: string;
|
1640
1640
|
email: string;
|
1641
|
-
createdAt:
|
1642
|
-
updatedAt:
|
1643
|
-
deletedAt:
|
1641
|
+
createdAt: string;
|
1642
|
+
updatedAt: string;
|
1643
|
+
deletedAt: string | null;
|
1644
1644
|
phone: string | null;
|
1645
1645
|
notification_count: number | null;
|
1646
1646
|
}, {
|
@@ -1648,9 +1648,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1648
1648
|
address: string | null;
|
1649
1649
|
name: string;
|
1650
1650
|
email: string;
|
1651
|
-
createdAt:
|
1652
|
-
updatedAt:
|
1653
|
-
deletedAt:
|
1651
|
+
createdAt: string;
|
1652
|
+
updatedAt: string;
|
1653
|
+
deletedAt: string | null;
|
1654
1654
|
phone: string | null;
|
1655
1655
|
notification_count: number | null;
|
1656
1656
|
}>;
|
@@ -1665,9 +1665,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1665
1665
|
address: string | null;
|
1666
1666
|
name: string;
|
1667
1667
|
email: string;
|
1668
|
-
createdAt:
|
1669
|
-
updatedAt:
|
1670
|
-
deletedAt:
|
1668
|
+
createdAt: string;
|
1669
|
+
updatedAt: string;
|
1670
|
+
deletedAt: string | null;
|
1671
1671
|
phone: string | null;
|
1672
1672
|
notification_count: number | null;
|
1673
1673
|
};
|
@@ -1684,9 +1684,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1684
1684
|
address: string | null;
|
1685
1685
|
name: string;
|
1686
1686
|
email: string;
|
1687
|
-
createdAt:
|
1688
|
-
updatedAt:
|
1689
|
-
deletedAt:
|
1687
|
+
createdAt: string;
|
1688
|
+
updatedAt: string;
|
1689
|
+
deletedAt: string | null;
|
1690
1690
|
phone: string | null;
|
1691
1691
|
notification_count: number | null;
|
1692
1692
|
};
|
@@ -1695,18 +1695,18 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1695
1695
|
}>]>, "many">;
|
1696
1696
|
mail: z.ZodObject<{
|
1697
1697
|
id: z.ZodString;
|
1698
|
-
createdAt: z.
|
1699
|
-
updatedAt: z.
|
1700
|
-
deletedAt: z.ZodNullable<z.
|
1698
|
+
createdAt: z.ZodString;
|
1699
|
+
updatedAt: z.ZodString;
|
1700
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1701
1701
|
name: z.ZodString;
|
1702
1702
|
address: z.ZodString;
|
1703
1703
|
accountId: z.ZodString;
|
1704
1704
|
mailServerId: z.ZodString;
|
1705
1705
|
mailServer: z.ZodObject<{
|
1706
1706
|
id: z.ZodString;
|
1707
|
-
createdAt: z.
|
1708
|
-
updatedAt: z.
|
1709
|
-
deletedAt: z.ZodNullable<z.
|
1707
|
+
createdAt: z.ZodString;
|
1708
|
+
updatedAt: z.ZodString;
|
1709
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
1710
1710
|
name: z.ZodString;
|
1711
1711
|
smtpHost: z.ZodString;
|
1712
1712
|
smtpPort: z.ZodString;
|
@@ -1719,9 +1719,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1719
1719
|
}, "strip", z.ZodTypeAny, {
|
1720
1720
|
id: string;
|
1721
1721
|
name: string;
|
1722
|
-
createdAt:
|
1723
|
-
updatedAt:
|
1724
|
-
deletedAt:
|
1722
|
+
createdAt: string;
|
1723
|
+
updatedAt: string;
|
1724
|
+
deletedAt: string | null;
|
1725
1725
|
smtpHost: string;
|
1726
1726
|
smtpPort: string;
|
1727
1727
|
smtpTlsPort: string;
|
@@ -1733,9 +1733,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1733
1733
|
}, {
|
1734
1734
|
id: string;
|
1735
1735
|
name: string;
|
1736
|
-
createdAt:
|
1737
|
-
updatedAt:
|
1738
|
-
deletedAt:
|
1736
|
+
createdAt: string;
|
1737
|
+
updatedAt: string;
|
1738
|
+
deletedAt: string | null;
|
1739
1739
|
smtpHost: string;
|
1740
1740
|
smtpPort: string;
|
1741
1741
|
smtpTlsPort: string;
|
@@ -1751,17 +1751,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1751
1751
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
1752
1752
|
address: string;
|
1753
1753
|
name: string;
|
1754
|
-
createdAt:
|
1755
|
-
updatedAt:
|
1756
|
-
deletedAt:
|
1754
|
+
createdAt: string;
|
1755
|
+
updatedAt: string;
|
1756
|
+
deletedAt: string | null;
|
1757
1757
|
accountId: string;
|
1758
1758
|
mailServerId: string;
|
1759
1759
|
mailServer: {
|
1760
1760
|
id: string;
|
1761
1761
|
name: string;
|
1762
|
-
createdAt:
|
1763
|
-
updatedAt:
|
1764
|
-
deletedAt:
|
1762
|
+
createdAt: string;
|
1763
|
+
updatedAt: string;
|
1764
|
+
deletedAt: string | null;
|
1765
1765
|
smtpHost: string;
|
1766
1766
|
smtpPort: string;
|
1767
1767
|
smtpTlsPort: string;
|
@@ -1776,17 +1776,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1776
1776
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
1777
1777
|
address: string;
|
1778
1778
|
name: string;
|
1779
|
-
createdAt:
|
1780
|
-
updatedAt:
|
1781
|
-
deletedAt:
|
1779
|
+
createdAt: string;
|
1780
|
+
updatedAt: string;
|
1781
|
+
deletedAt: string | null;
|
1782
1782
|
accountId: string;
|
1783
1783
|
mailServerId: string;
|
1784
1784
|
mailServer: {
|
1785
1785
|
id: string;
|
1786
1786
|
name: string;
|
1787
|
-
createdAt:
|
1788
|
-
updatedAt:
|
1789
|
-
deletedAt:
|
1787
|
+
createdAt: string;
|
1788
|
+
updatedAt: string;
|
1789
|
+
deletedAt: string | null;
|
1790
1790
|
smtpHost: string;
|
1791
1791
|
smtpPort: string;
|
1792
1792
|
smtpTlsPort: string;
|
@@ -1801,39 +1801,39 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1801
1801
|
}, "strip", z.ZodTypeAny, {
|
1802
1802
|
id: string;
|
1803
1803
|
direction: string;
|
1804
|
-
createdAt:
|
1805
|
-
updatedAt:
|
1806
|
-
deletedAt:
|
1804
|
+
createdAt: string;
|
1805
|
+
updatedAt: string;
|
1806
|
+
deletedAt: string | null;
|
1807
1807
|
tags: {
|
1808
1808
|
id: string;
|
1809
1809
|
name: string;
|
1810
1810
|
color: string;
|
1811
|
-
createdAt:
|
1812
|
-
updatedAt:
|
1813
|
-
deletedAt:
|
1811
|
+
createdAt: string;
|
1812
|
+
updatedAt: string;
|
1813
|
+
deletedAt: string | null;
|
1814
1814
|
}[];
|
1815
1815
|
note: string;
|
1816
1816
|
lastMessage: {
|
1817
1817
|
id: string;
|
1818
1818
|
direction: string;
|
1819
1819
|
action: string;
|
1820
|
-
date:
|
1821
|
-
createdAt:
|
1822
|
-
updatedAt:
|
1823
|
-
deletedAt:
|
1820
|
+
date: string;
|
1821
|
+
createdAt: string;
|
1822
|
+
updatedAt: string;
|
1823
|
+
deletedAt: string | null;
|
1824
1824
|
roomId: string;
|
1825
1825
|
attachments: {
|
1826
1826
|
id: string;
|
1827
|
-
createdAt:
|
1828
|
-
updatedAt:
|
1829
|
-
deletedAt:
|
1827
|
+
createdAt: string;
|
1828
|
+
updatedAt: string;
|
1829
|
+
deletedAt: string | null;
|
1830
1830
|
fileName: string;
|
1831
1831
|
fileType: string;
|
1832
1832
|
upload: {
|
1833
1833
|
id: string;
|
1834
|
-
createdAt:
|
1835
|
-
updatedAt:
|
1836
|
-
deletedAt:
|
1834
|
+
createdAt: string;
|
1835
|
+
updatedAt: string;
|
1836
|
+
deletedAt: string | null;
|
1837
1837
|
bucket_name: string;
|
1838
1838
|
file_name: string;
|
1839
1839
|
file_key: string;
|
@@ -1859,33 +1859,33 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1859
1859
|
id: string;
|
1860
1860
|
address: string;
|
1861
1861
|
name: string;
|
1862
|
-
createdAt:
|
1863
|
-
updatedAt:
|
1864
|
-
deletedAt:
|
1862
|
+
createdAt: string;
|
1863
|
+
updatedAt: string;
|
1864
|
+
deletedAt: string | null;
|
1865
1865
|
}[];
|
1866
1866
|
to: {
|
1867
1867
|
id: string;
|
1868
1868
|
address: string;
|
1869
1869
|
name: string;
|
1870
|
-
createdAt:
|
1871
|
-
updatedAt:
|
1872
|
-
deletedAt:
|
1870
|
+
createdAt: string;
|
1871
|
+
updatedAt: string;
|
1872
|
+
deletedAt: string | null;
|
1873
1873
|
}[];
|
1874
1874
|
cc: {
|
1875
1875
|
id: string;
|
1876
1876
|
address: string;
|
1877
1877
|
name: string;
|
1878
|
-
createdAt:
|
1879
|
-
updatedAt:
|
1880
|
-
deletedAt:
|
1878
|
+
createdAt: string;
|
1879
|
+
updatedAt: string;
|
1880
|
+
deletedAt: string | null;
|
1881
1881
|
}[];
|
1882
1882
|
bcc: {
|
1883
1883
|
id: string;
|
1884
1884
|
address: string;
|
1885
1885
|
name: string;
|
1886
|
-
createdAt:
|
1887
|
-
updatedAt:
|
1888
|
-
deletedAt:
|
1886
|
+
createdAt: string;
|
1887
|
+
updatedAt: string;
|
1888
|
+
deletedAt: string | null;
|
1889
1889
|
}[];
|
1890
1890
|
};
|
1891
1891
|
assignee: {
|
@@ -1893,9 +1893,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1893
1893
|
address: string | null;
|
1894
1894
|
name: string;
|
1895
1895
|
email: string;
|
1896
|
-
createdAt:
|
1897
|
-
updatedAt:
|
1898
|
-
deletedAt:
|
1896
|
+
createdAt: string;
|
1897
|
+
updatedAt: string;
|
1898
|
+
deletedAt: string | null;
|
1899
1899
|
phone: string | null;
|
1900
1900
|
notification_count: number | null;
|
1901
1901
|
};
|
@@ -1905,33 +1905,33 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1905
1905
|
id: string;
|
1906
1906
|
address: string;
|
1907
1907
|
name: string;
|
1908
|
-
createdAt:
|
1909
|
-
updatedAt:
|
1910
|
-
deletedAt:
|
1908
|
+
createdAt: string;
|
1909
|
+
updatedAt: string;
|
1910
|
+
deletedAt: string | null;
|
1911
1911
|
}[];
|
1912
1912
|
to: {
|
1913
1913
|
id: string;
|
1914
1914
|
address: string;
|
1915
1915
|
name: string;
|
1916
|
-
createdAt:
|
1917
|
-
updatedAt:
|
1918
|
-
deletedAt:
|
1916
|
+
createdAt: string;
|
1917
|
+
updatedAt: string;
|
1918
|
+
deletedAt: string | null;
|
1919
1919
|
}[];
|
1920
1920
|
cc: {
|
1921
1921
|
id: string;
|
1922
1922
|
address: string;
|
1923
1923
|
name: string;
|
1924
|
-
createdAt:
|
1925
|
-
updatedAt:
|
1926
|
-
deletedAt:
|
1924
|
+
createdAt: string;
|
1925
|
+
updatedAt: string;
|
1926
|
+
deletedAt: string | null;
|
1927
1927
|
}[];
|
1928
1928
|
bcc: {
|
1929
1929
|
id: string;
|
1930
1930
|
address: string;
|
1931
1931
|
name: string;
|
1932
|
-
createdAt:
|
1933
|
-
updatedAt:
|
1934
|
-
deletedAt:
|
1932
|
+
createdAt: string;
|
1933
|
+
updatedAt: string;
|
1934
|
+
deletedAt: string | null;
|
1935
1935
|
}[];
|
1936
1936
|
resolved: boolean;
|
1937
1937
|
mailId: string;
|
@@ -1941,23 +1941,23 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1941
1941
|
id: string;
|
1942
1942
|
direction: string;
|
1943
1943
|
action: string;
|
1944
|
-
date:
|
1945
|
-
createdAt:
|
1946
|
-
updatedAt:
|
1947
|
-
deletedAt:
|
1944
|
+
date: string;
|
1945
|
+
createdAt: string;
|
1946
|
+
updatedAt: string;
|
1947
|
+
deletedAt: string | null;
|
1948
1948
|
roomId: string;
|
1949
1949
|
attachments: {
|
1950
1950
|
id: string;
|
1951
|
-
createdAt:
|
1952
|
-
updatedAt:
|
1953
|
-
deletedAt:
|
1951
|
+
createdAt: string;
|
1952
|
+
updatedAt: string;
|
1953
|
+
deletedAt: string | null;
|
1954
1954
|
fileName: string;
|
1955
1955
|
fileType: string;
|
1956
1956
|
upload: {
|
1957
1957
|
id: string;
|
1958
|
-
createdAt:
|
1959
|
-
updatedAt:
|
1960
|
-
deletedAt:
|
1958
|
+
createdAt: string;
|
1959
|
+
updatedAt: string;
|
1960
|
+
deletedAt: string | null;
|
1961
1961
|
bucket_name: string;
|
1962
1962
|
file_name: string;
|
1963
1963
|
file_key: string;
|
@@ -1983,56 +1983,56 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
1983
1983
|
id: string;
|
1984
1984
|
address: string;
|
1985
1985
|
name: string;
|
1986
|
-
createdAt:
|
1987
|
-
updatedAt:
|
1988
|
-
deletedAt:
|
1986
|
+
createdAt: string;
|
1987
|
+
updatedAt: string;
|
1988
|
+
deletedAt: string | null;
|
1989
1989
|
}[];
|
1990
1990
|
to: {
|
1991
1991
|
id: string;
|
1992
1992
|
address: string;
|
1993
1993
|
name: string;
|
1994
|
-
createdAt:
|
1995
|
-
updatedAt:
|
1996
|
-
deletedAt:
|
1994
|
+
createdAt: string;
|
1995
|
+
updatedAt: string;
|
1996
|
+
deletedAt: string | null;
|
1997
1997
|
}[];
|
1998
1998
|
cc: {
|
1999
1999
|
id: string;
|
2000
2000
|
address: string;
|
2001
2001
|
name: string;
|
2002
|
-
createdAt:
|
2003
|
-
updatedAt:
|
2004
|
-
deletedAt:
|
2002
|
+
createdAt: string;
|
2003
|
+
updatedAt: string;
|
2004
|
+
deletedAt: string | null;
|
2005
2005
|
}[];
|
2006
2006
|
bcc: {
|
2007
2007
|
id: string;
|
2008
2008
|
address: string;
|
2009
2009
|
name: string;
|
2010
|
-
createdAt:
|
2011
|
-
updatedAt:
|
2012
|
-
deletedAt:
|
2010
|
+
createdAt: string;
|
2011
|
+
updatedAt: string;
|
2012
|
+
deletedAt: string | null;
|
2013
2013
|
}[];
|
2014
2014
|
};
|
2015
2015
|
messages: {
|
2016
2016
|
id: string;
|
2017
2017
|
direction: string;
|
2018
2018
|
action: string;
|
2019
|
-
date:
|
2020
|
-
createdAt:
|
2021
|
-
updatedAt:
|
2022
|
-
deletedAt:
|
2019
|
+
date: string;
|
2020
|
+
createdAt: string;
|
2021
|
+
updatedAt: string;
|
2022
|
+
deletedAt: string | null;
|
2023
2023
|
roomId: string;
|
2024
2024
|
attachments: {
|
2025
2025
|
id: string;
|
2026
|
-
createdAt:
|
2027
|
-
updatedAt:
|
2028
|
-
deletedAt:
|
2026
|
+
createdAt: string;
|
2027
|
+
updatedAt: string;
|
2028
|
+
deletedAt: string | null;
|
2029
2029
|
fileName: string;
|
2030
2030
|
fileType: string;
|
2031
2031
|
upload: {
|
2032
2032
|
id: string;
|
2033
|
-
createdAt:
|
2034
|
-
updatedAt:
|
2035
|
-
deletedAt:
|
2033
|
+
createdAt: string;
|
2034
|
+
updatedAt: string;
|
2035
|
+
deletedAt: string | null;
|
2036
2036
|
bucket_name: string;
|
2037
2037
|
file_name: string;
|
2038
2038
|
file_key: string;
|
@@ -2058,56 +2058,56 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2058
2058
|
id: string;
|
2059
2059
|
address: string;
|
2060
2060
|
name: string;
|
2061
|
-
createdAt:
|
2062
|
-
updatedAt:
|
2063
|
-
deletedAt:
|
2061
|
+
createdAt: string;
|
2062
|
+
updatedAt: string;
|
2063
|
+
deletedAt: string | null;
|
2064
2064
|
}[];
|
2065
2065
|
to: {
|
2066
2066
|
id: string;
|
2067
2067
|
address: string;
|
2068
2068
|
name: string;
|
2069
|
-
createdAt:
|
2070
|
-
updatedAt:
|
2071
|
-
deletedAt:
|
2069
|
+
createdAt: string;
|
2070
|
+
updatedAt: string;
|
2071
|
+
deletedAt: string | null;
|
2072
2072
|
}[];
|
2073
2073
|
cc: {
|
2074
2074
|
id: string;
|
2075
2075
|
address: string;
|
2076
2076
|
name: string;
|
2077
|
-
createdAt:
|
2078
|
-
updatedAt:
|
2079
|
-
deletedAt:
|
2077
|
+
createdAt: string;
|
2078
|
+
updatedAt: string;
|
2079
|
+
deletedAt: string | null;
|
2080
2080
|
}[];
|
2081
2081
|
bcc: {
|
2082
2082
|
id: string;
|
2083
2083
|
address: string;
|
2084
2084
|
name: string;
|
2085
|
-
createdAt:
|
2086
|
-
updatedAt:
|
2087
|
-
deletedAt:
|
2085
|
+
createdAt: string;
|
2086
|
+
updatedAt: string;
|
2087
|
+
deletedAt: string | null;
|
2088
2088
|
}[];
|
2089
2089
|
}[];
|
2090
2090
|
messagesAndLogs: ({
|
2091
2091
|
id: string;
|
2092
2092
|
direction: string;
|
2093
2093
|
action: string;
|
2094
|
-
date:
|
2095
|
-
createdAt:
|
2096
|
-
updatedAt:
|
2097
|
-
deletedAt:
|
2094
|
+
date: string;
|
2095
|
+
createdAt: string;
|
2096
|
+
updatedAt: string;
|
2097
|
+
deletedAt: string | null;
|
2098
2098
|
roomId: string;
|
2099
2099
|
attachments: {
|
2100
2100
|
id: string;
|
2101
|
-
createdAt:
|
2102
|
-
updatedAt:
|
2103
|
-
deletedAt:
|
2101
|
+
createdAt: string;
|
2102
|
+
updatedAt: string;
|
2103
|
+
deletedAt: string | null;
|
2104
2104
|
fileName: string;
|
2105
2105
|
fileType: string;
|
2106
2106
|
upload: {
|
2107
2107
|
id: string;
|
2108
|
-
createdAt:
|
2109
|
-
updatedAt:
|
2110
|
-
deletedAt:
|
2108
|
+
createdAt: string;
|
2109
|
+
updatedAt: string;
|
2110
|
+
deletedAt: string | null;
|
2111
2111
|
bucket_name: string;
|
2112
2112
|
file_name: string;
|
2113
2113
|
file_key: string;
|
@@ -2133,33 +2133,33 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2133
2133
|
id: string;
|
2134
2134
|
address: string;
|
2135
2135
|
name: string;
|
2136
|
-
createdAt:
|
2137
|
-
updatedAt:
|
2138
|
-
deletedAt:
|
2136
|
+
createdAt: string;
|
2137
|
+
updatedAt: string;
|
2138
|
+
deletedAt: string | null;
|
2139
2139
|
}[];
|
2140
2140
|
to: {
|
2141
2141
|
id: string;
|
2142
2142
|
address: string;
|
2143
2143
|
name: string;
|
2144
|
-
createdAt:
|
2145
|
-
updatedAt:
|
2146
|
-
deletedAt:
|
2144
|
+
createdAt: string;
|
2145
|
+
updatedAt: string;
|
2146
|
+
deletedAt: string | null;
|
2147
2147
|
}[];
|
2148
2148
|
cc: {
|
2149
2149
|
id: string;
|
2150
2150
|
address: string;
|
2151
2151
|
name: string;
|
2152
|
-
createdAt:
|
2153
|
-
updatedAt:
|
2154
|
-
deletedAt:
|
2152
|
+
createdAt: string;
|
2153
|
+
updatedAt: string;
|
2154
|
+
deletedAt: string | null;
|
2155
2155
|
}[];
|
2156
2156
|
bcc: {
|
2157
2157
|
id: string;
|
2158
2158
|
address: string;
|
2159
2159
|
name: string;
|
2160
|
-
createdAt:
|
2161
|
-
updatedAt:
|
2162
|
-
deletedAt:
|
2160
|
+
createdAt: string;
|
2161
|
+
updatedAt: string;
|
2162
|
+
deletedAt: string | null;
|
2163
2163
|
}[];
|
2164
2164
|
} | {
|
2165
2165
|
id: string;
|
@@ -2172,9 +2172,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2172
2172
|
address: string | null;
|
2173
2173
|
name: string;
|
2174
2174
|
email: string;
|
2175
|
-
createdAt:
|
2176
|
-
updatedAt:
|
2177
|
-
deletedAt:
|
2175
|
+
createdAt: string;
|
2176
|
+
updatedAt: string;
|
2177
|
+
deletedAt: string | null;
|
2178
2178
|
phone: string | null;
|
2179
2179
|
notification_count: number | null;
|
2180
2180
|
};
|
@@ -2186,17 +2186,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2186
2186
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
2187
2187
|
address: string;
|
2188
2188
|
name: string;
|
2189
|
-
createdAt:
|
2190
|
-
updatedAt:
|
2191
|
-
deletedAt:
|
2189
|
+
createdAt: string;
|
2190
|
+
updatedAt: string;
|
2191
|
+
deletedAt: string | null;
|
2192
2192
|
accountId: string;
|
2193
2193
|
mailServerId: string;
|
2194
2194
|
mailServer: {
|
2195
2195
|
id: string;
|
2196
2196
|
name: string;
|
2197
|
-
createdAt:
|
2198
|
-
updatedAt:
|
2199
|
-
deletedAt:
|
2197
|
+
createdAt: string;
|
2198
|
+
updatedAt: string;
|
2199
|
+
deletedAt: string | null;
|
2200
2200
|
smtpHost: string;
|
2201
2201
|
smtpPort: string;
|
2202
2202
|
smtpTlsPort: string;
|
@@ -2211,39 +2211,39 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2211
2211
|
}, {
|
2212
2212
|
id: string;
|
2213
2213
|
direction: string;
|
2214
|
-
createdAt:
|
2215
|
-
updatedAt:
|
2216
|
-
deletedAt:
|
2214
|
+
createdAt: string;
|
2215
|
+
updatedAt: string;
|
2216
|
+
deletedAt: string | null;
|
2217
2217
|
tags: {
|
2218
2218
|
id: string;
|
2219
2219
|
name: string;
|
2220
2220
|
color: string;
|
2221
|
-
createdAt:
|
2222
|
-
updatedAt:
|
2223
|
-
deletedAt:
|
2221
|
+
createdAt: string;
|
2222
|
+
updatedAt: string;
|
2223
|
+
deletedAt: string | null;
|
2224
2224
|
}[];
|
2225
2225
|
note: string;
|
2226
2226
|
lastMessage: {
|
2227
2227
|
id: string;
|
2228
2228
|
direction: string;
|
2229
2229
|
action: string;
|
2230
|
-
date:
|
2231
|
-
createdAt:
|
2232
|
-
updatedAt:
|
2233
|
-
deletedAt:
|
2230
|
+
date: string;
|
2231
|
+
createdAt: string;
|
2232
|
+
updatedAt: string;
|
2233
|
+
deletedAt: string | null;
|
2234
2234
|
roomId: string;
|
2235
2235
|
attachments: {
|
2236
2236
|
id: string;
|
2237
|
-
createdAt:
|
2238
|
-
updatedAt:
|
2239
|
-
deletedAt:
|
2237
|
+
createdAt: string;
|
2238
|
+
updatedAt: string;
|
2239
|
+
deletedAt: string | null;
|
2240
2240
|
fileName: string;
|
2241
2241
|
fileType: string;
|
2242
2242
|
upload: {
|
2243
2243
|
id: string;
|
2244
|
-
createdAt:
|
2245
|
-
updatedAt:
|
2246
|
-
deletedAt:
|
2244
|
+
createdAt: string;
|
2245
|
+
updatedAt: string;
|
2246
|
+
deletedAt: string | null;
|
2247
2247
|
bucket_name: string;
|
2248
2248
|
file_name: string;
|
2249
2249
|
file_key: string;
|
@@ -2269,33 +2269,33 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2269
2269
|
id: string;
|
2270
2270
|
address: string;
|
2271
2271
|
name: string;
|
2272
|
-
createdAt:
|
2273
|
-
updatedAt:
|
2274
|
-
deletedAt:
|
2272
|
+
createdAt: string;
|
2273
|
+
updatedAt: string;
|
2274
|
+
deletedAt: string | null;
|
2275
2275
|
}[];
|
2276
2276
|
to: {
|
2277
2277
|
id: string;
|
2278
2278
|
address: string;
|
2279
2279
|
name: string;
|
2280
|
-
createdAt:
|
2281
|
-
updatedAt:
|
2282
|
-
deletedAt:
|
2280
|
+
createdAt: string;
|
2281
|
+
updatedAt: string;
|
2282
|
+
deletedAt: string | null;
|
2283
2283
|
}[];
|
2284
2284
|
cc: {
|
2285
2285
|
id: string;
|
2286
2286
|
address: string;
|
2287
2287
|
name: string;
|
2288
|
-
createdAt:
|
2289
|
-
updatedAt:
|
2290
|
-
deletedAt:
|
2288
|
+
createdAt: string;
|
2289
|
+
updatedAt: string;
|
2290
|
+
deletedAt: string | null;
|
2291
2291
|
}[];
|
2292
2292
|
bcc: {
|
2293
2293
|
id: string;
|
2294
2294
|
address: string;
|
2295
2295
|
name: string;
|
2296
|
-
createdAt:
|
2297
|
-
updatedAt:
|
2298
|
-
deletedAt:
|
2296
|
+
createdAt: string;
|
2297
|
+
updatedAt: string;
|
2298
|
+
deletedAt: string | null;
|
2299
2299
|
}[];
|
2300
2300
|
};
|
2301
2301
|
assignee: {
|
@@ -2303,9 +2303,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2303
2303
|
address: string | null;
|
2304
2304
|
name: string;
|
2305
2305
|
email: string;
|
2306
|
-
createdAt:
|
2307
|
-
updatedAt:
|
2308
|
-
deletedAt:
|
2306
|
+
createdAt: string;
|
2307
|
+
updatedAt: string;
|
2308
|
+
deletedAt: string | null;
|
2309
2309
|
phone: string | null;
|
2310
2310
|
notification_count: number | null;
|
2311
2311
|
};
|
@@ -2315,33 +2315,33 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2315
2315
|
id: string;
|
2316
2316
|
address: string;
|
2317
2317
|
name: string;
|
2318
|
-
createdAt:
|
2319
|
-
updatedAt:
|
2320
|
-
deletedAt:
|
2318
|
+
createdAt: string;
|
2319
|
+
updatedAt: string;
|
2320
|
+
deletedAt: string | null;
|
2321
2321
|
}[];
|
2322
2322
|
to: {
|
2323
2323
|
id: string;
|
2324
2324
|
address: string;
|
2325
2325
|
name: string;
|
2326
|
-
createdAt:
|
2327
|
-
updatedAt:
|
2328
|
-
deletedAt:
|
2326
|
+
createdAt: string;
|
2327
|
+
updatedAt: string;
|
2328
|
+
deletedAt: string | null;
|
2329
2329
|
}[];
|
2330
2330
|
cc: {
|
2331
2331
|
id: string;
|
2332
2332
|
address: string;
|
2333
2333
|
name: string;
|
2334
|
-
createdAt:
|
2335
|
-
updatedAt:
|
2336
|
-
deletedAt:
|
2334
|
+
createdAt: string;
|
2335
|
+
updatedAt: string;
|
2336
|
+
deletedAt: string | null;
|
2337
2337
|
}[];
|
2338
2338
|
bcc: {
|
2339
2339
|
id: string;
|
2340
2340
|
address: string;
|
2341
2341
|
name: string;
|
2342
|
-
createdAt:
|
2343
|
-
updatedAt:
|
2344
|
-
deletedAt:
|
2342
|
+
createdAt: string;
|
2343
|
+
updatedAt: string;
|
2344
|
+
deletedAt: string | null;
|
2345
2345
|
}[];
|
2346
2346
|
resolved: boolean;
|
2347
2347
|
mailId: string;
|
@@ -2351,23 +2351,23 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2351
2351
|
id: string;
|
2352
2352
|
direction: string;
|
2353
2353
|
action: string;
|
2354
|
-
date:
|
2355
|
-
createdAt:
|
2356
|
-
updatedAt:
|
2357
|
-
deletedAt:
|
2354
|
+
date: string;
|
2355
|
+
createdAt: string;
|
2356
|
+
updatedAt: string;
|
2357
|
+
deletedAt: string | null;
|
2358
2358
|
roomId: string;
|
2359
2359
|
attachments: {
|
2360
2360
|
id: string;
|
2361
|
-
createdAt:
|
2362
|
-
updatedAt:
|
2363
|
-
deletedAt:
|
2361
|
+
createdAt: string;
|
2362
|
+
updatedAt: string;
|
2363
|
+
deletedAt: string | null;
|
2364
2364
|
fileName: string;
|
2365
2365
|
fileType: string;
|
2366
2366
|
upload: {
|
2367
2367
|
id: string;
|
2368
|
-
createdAt:
|
2369
|
-
updatedAt:
|
2370
|
-
deletedAt:
|
2368
|
+
createdAt: string;
|
2369
|
+
updatedAt: string;
|
2370
|
+
deletedAt: string | null;
|
2371
2371
|
bucket_name: string;
|
2372
2372
|
file_name: string;
|
2373
2373
|
file_key: string;
|
@@ -2393,56 +2393,56 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2393
2393
|
id: string;
|
2394
2394
|
address: string;
|
2395
2395
|
name: string;
|
2396
|
-
createdAt:
|
2397
|
-
updatedAt:
|
2398
|
-
deletedAt:
|
2396
|
+
createdAt: string;
|
2397
|
+
updatedAt: string;
|
2398
|
+
deletedAt: string | null;
|
2399
2399
|
}[];
|
2400
2400
|
to: {
|
2401
2401
|
id: string;
|
2402
2402
|
address: string;
|
2403
2403
|
name: string;
|
2404
|
-
createdAt:
|
2405
|
-
updatedAt:
|
2406
|
-
deletedAt:
|
2404
|
+
createdAt: string;
|
2405
|
+
updatedAt: string;
|
2406
|
+
deletedAt: string | null;
|
2407
2407
|
}[];
|
2408
2408
|
cc: {
|
2409
2409
|
id: string;
|
2410
2410
|
address: string;
|
2411
2411
|
name: string;
|
2412
|
-
createdAt:
|
2413
|
-
updatedAt:
|
2414
|
-
deletedAt:
|
2412
|
+
createdAt: string;
|
2413
|
+
updatedAt: string;
|
2414
|
+
deletedAt: string | null;
|
2415
2415
|
}[];
|
2416
2416
|
bcc: {
|
2417
2417
|
id: string;
|
2418
2418
|
address: string;
|
2419
2419
|
name: string;
|
2420
|
-
createdAt:
|
2421
|
-
updatedAt:
|
2422
|
-
deletedAt:
|
2420
|
+
createdAt: string;
|
2421
|
+
updatedAt: string;
|
2422
|
+
deletedAt: string | null;
|
2423
2423
|
}[];
|
2424
2424
|
};
|
2425
2425
|
messages: {
|
2426
2426
|
id: string;
|
2427
2427
|
direction: string;
|
2428
2428
|
action: string;
|
2429
|
-
date:
|
2430
|
-
createdAt:
|
2431
|
-
updatedAt:
|
2432
|
-
deletedAt:
|
2429
|
+
date: string;
|
2430
|
+
createdAt: string;
|
2431
|
+
updatedAt: string;
|
2432
|
+
deletedAt: string | null;
|
2433
2433
|
roomId: string;
|
2434
2434
|
attachments: {
|
2435
2435
|
id: string;
|
2436
|
-
createdAt:
|
2437
|
-
updatedAt:
|
2438
|
-
deletedAt:
|
2436
|
+
createdAt: string;
|
2437
|
+
updatedAt: string;
|
2438
|
+
deletedAt: string | null;
|
2439
2439
|
fileName: string;
|
2440
2440
|
fileType: string;
|
2441
2441
|
upload: {
|
2442
2442
|
id: string;
|
2443
|
-
createdAt:
|
2444
|
-
updatedAt:
|
2445
|
-
deletedAt:
|
2443
|
+
createdAt: string;
|
2444
|
+
updatedAt: string;
|
2445
|
+
deletedAt: string | null;
|
2446
2446
|
bucket_name: string;
|
2447
2447
|
file_name: string;
|
2448
2448
|
file_key: string;
|
@@ -2468,56 +2468,56 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2468
2468
|
id: string;
|
2469
2469
|
address: string;
|
2470
2470
|
name: string;
|
2471
|
-
createdAt:
|
2472
|
-
updatedAt:
|
2473
|
-
deletedAt:
|
2471
|
+
createdAt: string;
|
2472
|
+
updatedAt: string;
|
2473
|
+
deletedAt: string | null;
|
2474
2474
|
}[];
|
2475
2475
|
to: {
|
2476
2476
|
id: string;
|
2477
2477
|
address: string;
|
2478
2478
|
name: string;
|
2479
|
-
createdAt:
|
2480
|
-
updatedAt:
|
2481
|
-
deletedAt:
|
2479
|
+
createdAt: string;
|
2480
|
+
updatedAt: string;
|
2481
|
+
deletedAt: string | null;
|
2482
2482
|
}[];
|
2483
2483
|
cc: {
|
2484
2484
|
id: string;
|
2485
2485
|
address: string;
|
2486
2486
|
name: string;
|
2487
|
-
createdAt:
|
2488
|
-
updatedAt:
|
2489
|
-
deletedAt:
|
2487
|
+
createdAt: string;
|
2488
|
+
updatedAt: string;
|
2489
|
+
deletedAt: string | null;
|
2490
2490
|
}[];
|
2491
2491
|
bcc: {
|
2492
2492
|
id: string;
|
2493
2493
|
address: string;
|
2494
2494
|
name: string;
|
2495
|
-
createdAt:
|
2496
|
-
updatedAt:
|
2497
|
-
deletedAt:
|
2495
|
+
createdAt: string;
|
2496
|
+
updatedAt: string;
|
2497
|
+
deletedAt: string | null;
|
2498
2498
|
}[];
|
2499
2499
|
}[];
|
2500
2500
|
messagesAndLogs: ({
|
2501
2501
|
id: string;
|
2502
2502
|
direction: string;
|
2503
2503
|
action: string;
|
2504
|
-
date:
|
2505
|
-
createdAt:
|
2506
|
-
updatedAt:
|
2507
|
-
deletedAt:
|
2504
|
+
date: string;
|
2505
|
+
createdAt: string;
|
2506
|
+
updatedAt: string;
|
2507
|
+
deletedAt: string | null;
|
2508
2508
|
roomId: string;
|
2509
2509
|
attachments: {
|
2510
2510
|
id: string;
|
2511
|
-
createdAt:
|
2512
|
-
updatedAt:
|
2513
|
-
deletedAt:
|
2511
|
+
createdAt: string;
|
2512
|
+
updatedAt: string;
|
2513
|
+
deletedAt: string | null;
|
2514
2514
|
fileName: string;
|
2515
2515
|
fileType: string;
|
2516
2516
|
upload: {
|
2517
2517
|
id: string;
|
2518
|
-
createdAt:
|
2519
|
-
updatedAt:
|
2520
|
-
deletedAt:
|
2518
|
+
createdAt: string;
|
2519
|
+
updatedAt: string;
|
2520
|
+
deletedAt: string | null;
|
2521
2521
|
bucket_name: string;
|
2522
2522
|
file_name: string;
|
2523
2523
|
file_key: string;
|
@@ -2543,33 +2543,33 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2543
2543
|
id: string;
|
2544
2544
|
address: string;
|
2545
2545
|
name: string;
|
2546
|
-
createdAt:
|
2547
|
-
updatedAt:
|
2548
|
-
deletedAt:
|
2546
|
+
createdAt: string;
|
2547
|
+
updatedAt: string;
|
2548
|
+
deletedAt: string | null;
|
2549
2549
|
}[];
|
2550
2550
|
to: {
|
2551
2551
|
id: string;
|
2552
2552
|
address: string;
|
2553
2553
|
name: string;
|
2554
|
-
createdAt:
|
2555
|
-
updatedAt:
|
2556
|
-
deletedAt:
|
2554
|
+
createdAt: string;
|
2555
|
+
updatedAt: string;
|
2556
|
+
deletedAt: string | null;
|
2557
2557
|
}[];
|
2558
2558
|
cc: {
|
2559
2559
|
id: string;
|
2560
2560
|
address: string;
|
2561
2561
|
name: string;
|
2562
|
-
createdAt:
|
2563
|
-
updatedAt:
|
2564
|
-
deletedAt:
|
2562
|
+
createdAt: string;
|
2563
|
+
updatedAt: string;
|
2564
|
+
deletedAt: string | null;
|
2565
2565
|
}[];
|
2566
2566
|
bcc: {
|
2567
2567
|
id: string;
|
2568
2568
|
address: string;
|
2569
2569
|
name: string;
|
2570
|
-
createdAt:
|
2571
|
-
updatedAt:
|
2572
|
-
deletedAt:
|
2570
|
+
createdAt: string;
|
2571
|
+
updatedAt: string;
|
2572
|
+
deletedAt: string | null;
|
2573
2573
|
}[];
|
2574
2574
|
} | {
|
2575
2575
|
id: string;
|
@@ -2582,9 +2582,9 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2582
2582
|
address: string | null;
|
2583
2583
|
name: string;
|
2584
2584
|
email: string;
|
2585
|
-
createdAt:
|
2586
|
-
updatedAt:
|
2587
|
-
deletedAt:
|
2585
|
+
createdAt: string;
|
2586
|
+
updatedAt: string;
|
2587
|
+
deletedAt: string | null;
|
2588
2588
|
phone: string | null;
|
2589
2589
|
notification_count: number | null;
|
2590
2590
|
};
|
@@ -2596,17 +2596,17 @@ export declare const MailRoomSchema: z.ZodObject<{
|
|
2596
2596
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
2597
2597
|
address: string;
|
2598
2598
|
name: string;
|
2599
|
-
createdAt:
|
2600
|
-
updatedAt:
|
2601
|
-
deletedAt:
|
2599
|
+
createdAt: string;
|
2600
|
+
updatedAt: string;
|
2601
|
+
deletedAt: string | null;
|
2602
2602
|
accountId: string;
|
2603
2603
|
mailServerId: string;
|
2604
2604
|
mailServer: {
|
2605
2605
|
id: string;
|
2606
2606
|
name: string;
|
2607
|
-
createdAt:
|
2608
|
-
updatedAt:
|
2609
|
-
deletedAt:
|
2607
|
+
createdAt: string;
|
2608
|
+
updatedAt: string;
|
2609
|
+
deletedAt: string | null;
|
2610
2610
|
smtpHost: string;
|
2611
2611
|
smtpPort: string;
|
2612
2612
|
smtpTlsPort: string;
|
@@ -2628,27 +2628,27 @@ export declare const AttachmentSchema: z.ZodObject<{
|
|
2628
2628
|
roomId: z.ZodString;
|
2629
2629
|
upload: z.ZodObject<{
|
2630
2630
|
id: z.ZodString;
|
2631
|
-
createdAt: z.
|
2632
|
-
updatedAt: z.
|
2633
|
-
deletedAt: z.ZodNullable<z.
|
2631
|
+
createdAt: z.ZodString;
|
2632
|
+
updatedAt: z.ZodString;
|
2633
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
2634
2634
|
bucketName: z.ZodString;
|
2635
2635
|
fileName: z.ZodString;
|
2636
2636
|
fileSize: z.ZodNumber;
|
2637
2637
|
fileKey: z.ZodString;
|
2638
2638
|
}, "strip", z.ZodTypeAny, {
|
2639
2639
|
id: string;
|
2640
|
-
createdAt:
|
2641
|
-
updatedAt:
|
2642
|
-
deletedAt:
|
2640
|
+
createdAt: string;
|
2641
|
+
updatedAt: string;
|
2642
|
+
deletedAt: string | null;
|
2643
2643
|
fileName: string;
|
2644
2644
|
fileKey: string;
|
2645
2645
|
bucketName: string;
|
2646
2646
|
fileSize: number;
|
2647
2647
|
}, {
|
2648
2648
|
id: string;
|
2649
|
-
createdAt:
|
2650
|
-
updatedAt:
|
2651
|
-
deletedAt:
|
2649
|
+
createdAt: string;
|
2650
|
+
updatedAt: string;
|
2651
|
+
deletedAt: string | null;
|
2652
2652
|
fileName: string;
|
2653
2653
|
fileKey: string;
|
2654
2654
|
bucketName: string;
|
@@ -2659,9 +2659,9 @@ export declare const AttachmentSchema: z.ZodObject<{
|
|
2659
2659
|
fileType: string;
|
2660
2660
|
upload: {
|
2661
2661
|
id: string;
|
2662
|
-
createdAt:
|
2663
|
-
updatedAt:
|
2664
|
-
deletedAt:
|
2662
|
+
createdAt: string;
|
2663
|
+
updatedAt: string;
|
2664
|
+
deletedAt: string | null;
|
2665
2665
|
fileName: string;
|
2666
2666
|
fileKey: string;
|
2667
2667
|
bucketName: string;
|
@@ -2676,9 +2676,9 @@ export declare const AttachmentSchema: z.ZodObject<{
|
|
2676
2676
|
fileType: string;
|
2677
2677
|
upload: {
|
2678
2678
|
id: string;
|
2679
|
-
createdAt:
|
2680
|
-
updatedAt:
|
2681
|
-
deletedAt:
|
2679
|
+
createdAt: string;
|
2680
|
+
updatedAt: string;
|
2681
|
+
deletedAt: string | null;
|
2682
2682
|
fileName: string;
|
2683
2683
|
fileKey: string;
|
2684
2684
|
bucketName: string;
|