@kl1/contracts 1.2.44-uat → 1.2.46-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +1725 -2399
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +103 -139
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +118 -160
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +6471 -7294
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2167 -2366
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1563 -1854
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +312 -312
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +343 -343
- package/dist/api-contracts/src/contact/schema.d.ts +38 -38
- package/dist/api-contracts/src/contact/validation.d.ts +190 -190
- package/dist/api-contracts/src/contract.d.ts +52403 -67729
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +387 -539
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +321 -402
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +135 -113
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +87 -44
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +0 -26
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +4 -85
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1768 -2170
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +141 -168
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +126 -147
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +0 -5
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1432 -1747
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1365 -1644
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +132 -165
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2470 -2470
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1481 -1481
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +12 -12
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +471 -471
- package/dist/api-contracts/src/messenger/index.d.ts +1435 -1750
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +122 -143
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +143 -143
- package/dist/api-contracts/src/public-api/schema.d.ts +22 -22
- package/dist/api-contracts/src/public-api/validation.d.ts +39 -39
- package/dist/api-contracts/src/sms/index.d.ts +295 -3282
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +8 -30
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +147 -147
- package/dist/api-contracts/src/snippet/schema.d.ts +50 -50
- package/dist/api-contracts/src/subscription/index.d.ts +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1182 -1407
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +103 -48
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +31 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +240 -240
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +72 -72
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +439 -439
- package/dist/api-contracts/src/ticket/schema.d.ts +63 -63
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +12 -20
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +14 -24
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1194 -1419
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +1188 -1413
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +1287 -1717
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +0 -79
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +427 -8713
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +0 -1
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +4397 -4941
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4394 -4933
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -7
|
@@ -92,10 +92,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
92
92
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
93
93
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
|
-
name: string;
|
|
96
95
|
id: string;
|
|
97
96
|
channel: string | null;
|
|
98
97
|
address: string | null;
|
|
98
|
+
name: string;
|
|
99
99
|
createdAt: Date;
|
|
100
100
|
updatedAt: Date;
|
|
101
101
|
deletedAt: Date | null;
|
|
@@ -103,10 +103,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
103
103
|
contactProfile: string | null;
|
|
104
104
|
socialProfileUrl: string | null;
|
|
105
105
|
}, {
|
|
106
|
-
name: string;
|
|
107
106
|
id: string;
|
|
108
107
|
channel: string | null;
|
|
109
108
|
address: string | null;
|
|
109
|
+
name: string;
|
|
110
110
|
createdAt: Date;
|
|
111
111
|
updatedAt: Date;
|
|
112
112
|
deletedAt: Date | null;
|
|
@@ -116,17 +116,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
116
116
|
}>;
|
|
117
117
|
isNewContact: z.ZodBoolean;
|
|
118
118
|
}, "strip", z.ZodTypeAny, {
|
|
119
|
-
name: string;
|
|
120
119
|
id: string;
|
|
121
120
|
address: string;
|
|
121
|
+
name: string;
|
|
122
122
|
createdAt: Date;
|
|
123
123
|
updatedAt: Date;
|
|
124
124
|
deletedAt: Date | null;
|
|
125
125
|
contact: {
|
|
126
|
-
name: string;
|
|
127
126
|
id: string;
|
|
128
127
|
channel: string | null;
|
|
129
128
|
address: string | null;
|
|
129
|
+
name: string;
|
|
130
130
|
createdAt: Date;
|
|
131
131
|
updatedAt: Date;
|
|
132
132
|
deletedAt: Date | null;
|
|
@@ -137,17 +137,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
137
137
|
contactId: string;
|
|
138
138
|
isNewContact: boolean;
|
|
139
139
|
}, {
|
|
140
|
-
name: string;
|
|
141
140
|
id: string;
|
|
142
141
|
address: string;
|
|
142
|
+
name: string;
|
|
143
143
|
createdAt: Date;
|
|
144
144
|
updatedAt: Date;
|
|
145
145
|
deletedAt: Date | null;
|
|
146
146
|
contact: {
|
|
147
|
-
name: string;
|
|
148
147
|
id: string;
|
|
149
148
|
channel: string | null;
|
|
150
149
|
address: string | null;
|
|
150
|
+
name: string;
|
|
151
151
|
createdAt: Date;
|
|
152
152
|
updatedAt: Date;
|
|
153
153
|
deletedAt: Date | null;
|
|
@@ -167,17 +167,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
167
167
|
messageId: string;
|
|
168
168
|
mailUserId: string;
|
|
169
169
|
mailUser: {
|
|
170
|
-
name: string;
|
|
171
170
|
id: string;
|
|
172
171
|
address: string;
|
|
172
|
+
name: string;
|
|
173
173
|
createdAt: Date;
|
|
174
174
|
updatedAt: Date;
|
|
175
175
|
deletedAt: Date | null;
|
|
176
176
|
contact: {
|
|
177
|
-
name: string;
|
|
178
177
|
id: string;
|
|
179
178
|
channel: string | null;
|
|
180
179
|
address: string | null;
|
|
180
|
+
name: string;
|
|
181
181
|
createdAt: Date;
|
|
182
182
|
updatedAt: Date;
|
|
183
183
|
deletedAt: Date | null;
|
|
@@ -197,17 +197,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
197
197
|
messageId: string;
|
|
198
198
|
mailUserId: string;
|
|
199
199
|
mailUser: {
|
|
200
|
-
name: string;
|
|
201
200
|
id: string;
|
|
202
201
|
address: string;
|
|
202
|
+
name: string;
|
|
203
203
|
createdAt: Date;
|
|
204
204
|
updatedAt: Date;
|
|
205
205
|
deletedAt: Date | null;
|
|
206
206
|
contact: {
|
|
207
|
-
name: string;
|
|
208
207
|
id: string;
|
|
209
208
|
channel: string | null;
|
|
210
209
|
address: string | null;
|
|
210
|
+
name: string;
|
|
211
211
|
createdAt: Date;
|
|
212
212
|
updatedAt: Date;
|
|
213
213
|
deletedAt: Date | null;
|
|
@@ -247,10 +247,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
247
247
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
248
248
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
249
249
|
}, "strip", z.ZodTypeAny, {
|
|
250
|
-
name: string;
|
|
251
250
|
id: string;
|
|
252
251
|
channel: string | null;
|
|
253
252
|
address: string | null;
|
|
253
|
+
name: string;
|
|
254
254
|
createdAt: Date;
|
|
255
255
|
updatedAt: Date;
|
|
256
256
|
deletedAt: Date | null;
|
|
@@ -258,10 +258,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
258
258
|
contactProfile: string | null;
|
|
259
259
|
socialProfileUrl: string | null;
|
|
260
260
|
}, {
|
|
261
|
-
name: string;
|
|
262
261
|
id: string;
|
|
263
262
|
channel: string | null;
|
|
264
263
|
address: string | null;
|
|
264
|
+
name: string;
|
|
265
265
|
createdAt: Date;
|
|
266
266
|
updatedAt: Date;
|
|
267
267
|
deletedAt: Date | null;
|
|
@@ -271,17 +271,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
271
271
|
}>;
|
|
272
272
|
isNewContact: z.ZodBoolean;
|
|
273
273
|
}, "strip", z.ZodTypeAny, {
|
|
274
|
-
name: string;
|
|
275
274
|
id: string;
|
|
276
275
|
address: string;
|
|
276
|
+
name: string;
|
|
277
277
|
createdAt: Date;
|
|
278
278
|
updatedAt: Date;
|
|
279
279
|
deletedAt: Date | null;
|
|
280
280
|
contact: {
|
|
281
|
-
name: string;
|
|
282
281
|
id: string;
|
|
283
282
|
channel: string | null;
|
|
284
283
|
address: string | null;
|
|
284
|
+
name: string;
|
|
285
285
|
createdAt: Date;
|
|
286
286
|
updatedAt: Date;
|
|
287
287
|
deletedAt: Date | null;
|
|
@@ -292,17 +292,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
292
292
|
contactId: string;
|
|
293
293
|
isNewContact: boolean;
|
|
294
294
|
}, {
|
|
295
|
-
name: string;
|
|
296
295
|
id: string;
|
|
297
296
|
address: string;
|
|
297
|
+
name: string;
|
|
298
298
|
createdAt: Date;
|
|
299
299
|
updatedAt: Date;
|
|
300
300
|
deletedAt: Date | null;
|
|
301
301
|
contact: {
|
|
302
|
-
name: string;
|
|
303
302
|
id: string;
|
|
304
303
|
channel: string | null;
|
|
305
304
|
address: string | null;
|
|
305
|
+
name: string;
|
|
306
306
|
createdAt: Date;
|
|
307
307
|
updatedAt: Date;
|
|
308
308
|
deletedAt: Date | null;
|
|
@@ -322,17 +322,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
322
322
|
messageId: string;
|
|
323
323
|
mailUserId: string;
|
|
324
324
|
mailUser: {
|
|
325
|
-
name: string;
|
|
326
325
|
id: string;
|
|
327
326
|
address: string;
|
|
327
|
+
name: string;
|
|
328
328
|
createdAt: Date;
|
|
329
329
|
updatedAt: Date;
|
|
330
330
|
deletedAt: Date | null;
|
|
331
331
|
contact: {
|
|
332
|
-
name: string;
|
|
333
332
|
id: string;
|
|
334
333
|
channel: string | null;
|
|
335
334
|
address: string | null;
|
|
335
|
+
name: string;
|
|
336
336
|
createdAt: Date;
|
|
337
337
|
updatedAt: Date;
|
|
338
338
|
deletedAt: Date | null;
|
|
@@ -352,17 +352,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
352
352
|
messageId: string;
|
|
353
353
|
mailUserId: string;
|
|
354
354
|
mailUser: {
|
|
355
|
-
name: string;
|
|
356
355
|
id: string;
|
|
357
356
|
address: string;
|
|
357
|
+
name: string;
|
|
358
358
|
createdAt: Date;
|
|
359
359
|
updatedAt: Date;
|
|
360
360
|
deletedAt: Date | null;
|
|
361
361
|
contact: {
|
|
362
|
-
name: string;
|
|
363
362
|
id: string;
|
|
364
363
|
channel: string | null;
|
|
365
364
|
address: string | null;
|
|
365
|
+
name: string;
|
|
366
366
|
createdAt: Date;
|
|
367
367
|
updatedAt: Date;
|
|
368
368
|
deletedAt: Date | null;
|
|
@@ -402,10 +402,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
402
402
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
403
403
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
404
404
|
}, "strip", z.ZodTypeAny, {
|
|
405
|
-
name: string;
|
|
406
405
|
id: string;
|
|
407
406
|
channel: string | null;
|
|
408
407
|
address: string | null;
|
|
408
|
+
name: string;
|
|
409
409
|
createdAt: Date;
|
|
410
410
|
updatedAt: Date;
|
|
411
411
|
deletedAt: Date | null;
|
|
@@ -413,10 +413,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
413
413
|
contactProfile: string | null;
|
|
414
414
|
socialProfileUrl: string | null;
|
|
415
415
|
}, {
|
|
416
|
-
name: string;
|
|
417
416
|
id: string;
|
|
418
417
|
channel: string | null;
|
|
419
418
|
address: string | null;
|
|
419
|
+
name: string;
|
|
420
420
|
createdAt: Date;
|
|
421
421
|
updatedAt: Date;
|
|
422
422
|
deletedAt: Date | null;
|
|
@@ -426,17 +426,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
426
426
|
}>;
|
|
427
427
|
isNewContact: z.ZodBoolean;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
|
-
name: string;
|
|
430
429
|
id: string;
|
|
431
430
|
address: string;
|
|
431
|
+
name: string;
|
|
432
432
|
createdAt: Date;
|
|
433
433
|
updatedAt: Date;
|
|
434
434
|
deletedAt: Date | null;
|
|
435
435
|
contact: {
|
|
436
|
-
name: string;
|
|
437
436
|
id: string;
|
|
438
437
|
channel: string | null;
|
|
439
438
|
address: string | null;
|
|
439
|
+
name: string;
|
|
440
440
|
createdAt: Date;
|
|
441
441
|
updatedAt: Date;
|
|
442
442
|
deletedAt: Date | null;
|
|
@@ -447,17 +447,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
447
447
|
contactId: string;
|
|
448
448
|
isNewContact: boolean;
|
|
449
449
|
}, {
|
|
450
|
-
name: string;
|
|
451
450
|
id: string;
|
|
452
451
|
address: string;
|
|
452
|
+
name: string;
|
|
453
453
|
createdAt: Date;
|
|
454
454
|
updatedAt: Date;
|
|
455
455
|
deletedAt: Date | null;
|
|
456
456
|
contact: {
|
|
457
|
-
name: string;
|
|
458
457
|
id: string;
|
|
459
458
|
channel: string | null;
|
|
460
459
|
address: string | null;
|
|
460
|
+
name: string;
|
|
461
461
|
createdAt: Date;
|
|
462
462
|
updatedAt: Date;
|
|
463
463
|
deletedAt: Date | null;
|
|
@@ -477,17 +477,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
477
477
|
messageId: string;
|
|
478
478
|
mailUserId: string;
|
|
479
479
|
mailUser: {
|
|
480
|
-
name: string;
|
|
481
480
|
id: string;
|
|
482
481
|
address: string;
|
|
482
|
+
name: string;
|
|
483
483
|
createdAt: Date;
|
|
484
484
|
updatedAt: Date;
|
|
485
485
|
deletedAt: Date | null;
|
|
486
486
|
contact: {
|
|
487
|
-
name: string;
|
|
488
487
|
id: string;
|
|
489
488
|
channel: string | null;
|
|
490
489
|
address: string | null;
|
|
490
|
+
name: string;
|
|
491
491
|
createdAt: Date;
|
|
492
492
|
updatedAt: Date;
|
|
493
493
|
deletedAt: Date | null;
|
|
@@ -507,17 +507,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
507
507
|
messageId: string;
|
|
508
508
|
mailUserId: string;
|
|
509
509
|
mailUser: {
|
|
510
|
-
name: string;
|
|
511
510
|
id: string;
|
|
512
511
|
address: string;
|
|
512
|
+
name: string;
|
|
513
513
|
createdAt: Date;
|
|
514
514
|
updatedAt: Date;
|
|
515
515
|
deletedAt: Date | null;
|
|
516
516
|
contact: {
|
|
517
|
-
name: string;
|
|
518
517
|
id: string;
|
|
519
518
|
channel: string | null;
|
|
520
519
|
address: string | null;
|
|
520
|
+
name: string;
|
|
521
521
|
createdAt: Date;
|
|
522
522
|
updatedAt: Date;
|
|
523
523
|
deletedAt: Date | null;
|
|
@@ -557,10 +557,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
557
557
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
558
558
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
559
559
|
}, "strip", z.ZodTypeAny, {
|
|
560
|
-
name: string;
|
|
561
560
|
id: string;
|
|
562
561
|
channel: string | null;
|
|
563
562
|
address: string | null;
|
|
563
|
+
name: string;
|
|
564
564
|
createdAt: Date;
|
|
565
565
|
updatedAt: Date;
|
|
566
566
|
deletedAt: Date | null;
|
|
@@ -568,10 +568,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
568
568
|
contactProfile: string | null;
|
|
569
569
|
socialProfileUrl: string | null;
|
|
570
570
|
}, {
|
|
571
|
-
name: string;
|
|
572
571
|
id: string;
|
|
573
572
|
channel: string | null;
|
|
574
573
|
address: string | null;
|
|
574
|
+
name: string;
|
|
575
575
|
createdAt: Date;
|
|
576
576
|
updatedAt: Date;
|
|
577
577
|
deletedAt: Date | null;
|
|
@@ -581,17 +581,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
581
581
|
}>;
|
|
582
582
|
isNewContact: z.ZodBoolean;
|
|
583
583
|
}, "strip", z.ZodTypeAny, {
|
|
584
|
-
name: string;
|
|
585
584
|
id: string;
|
|
586
585
|
address: string;
|
|
586
|
+
name: string;
|
|
587
587
|
createdAt: Date;
|
|
588
588
|
updatedAt: Date;
|
|
589
589
|
deletedAt: Date | null;
|
|
590
590
|
contact: {
|
|
591
|
-
name: string;
|
|
592
591
|
id: string;
|
|
593
592
|
channel: string | null;
|
|
594
593
|
address: string | null;
|
|
594
|
+
name: string;
|
|
595
595
|
createdAt: Date;
|
|
596
596
|
updatedAt: Date;
|
|
597
597
|
deletedAt: Date | null;
|
|
@@ -602,17 +602,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
602
602
|
contactId: string;
|
|
603
603
|
isNewContact: boolean;
|
|
604
604
|
}, {
|
|
605
|
-
name: string;
|
|
606
605
|
id: string;
|
|
607
606
|
address: string;
|
|
607
|
+
name: string;
|
|
608
608
|
createdAt: Date;
|
|
609
609
|
updatedAt: Date;
|
|
610
610
|
deletedAt: Date | null;
|
|
611
611
|
contact: {
|
|
612
|
-
name: string;
|
|
613
612
|
id: string;
|
|
614
613
|
channel: string | null;
|
|
615
614
|
address: string | null;
|
|
615
|
+
name: string;
|
|
616
616
|
createdAt: Date;
|
|
617
617
|
updatedAt: Date;
|
|
618
618
|
deletedAt: Date | null;
|
|
@@ -632,17 +632,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
632
632
|
messageId: string;
|
|
633
633
|
mailUserId: string;
|
|
634
634
|
mailUser: {
|
|
635
|
-
name: string;
|
|
636
635
|
id: string;
|
|
637
636
|
address: string;
|
|
637
|
+
name: string;
|
|
638
638
|
createdAt: Date;
|
|
639
639
|
updatedAt: Date;
|
|
640
640
|
deletedAt: Date | null;
|
|
641
641
|
contact: {
|
|
642
|
-
name: string;
|
|
643
642
|
id: string;
|
|
644
643
|
channel: string | null;
|
|
645
644
|
address: string | null;
|
|
645
|
+
name: string;
|
|
646
646
|
createdAt: Date;
|
|
647
647
|
updatedAt: Date;
|
|
648
648
|
deletedAt: Date | null;
|
|
@@ -662,17 +662,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
662
662
|
messageId: string;
|
|
663
663
|
mailUserId: string;
|
|
664
664
|
mailUser: {
|
|
665
|
-
name: string;
|
|
666
665
|
id: string;
|
|
667
666
|
address: string;
|
|
667
|
+
name: string;
|
|
668
668
|
createdAt: Date;
|
|
669
669
|
updatedAt: Date;
|
|
670
670
|
deletedAt: Date | null;
|
|
671
671
|
contact: {
|
|
672
|
-
name: string;
|
|
673
672
|
id: string;
|
|
674
673
|
channel: string | null;
|
|
675
674
|
address: string | null;
|
|
675
|
+
name: string;
|
|
676
676
|
createdAt: Date;
|
|
677
677
|
updatedAt: Date;
|
|
678
678
|
deletedAt: Date | null;
|
|
@@ -732,10 +732,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
732
732
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
733
733
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
734
734
|
}, "strip", z.ZodTypeAny, {
|
|
735
|
-
name: string;
|
|
736
735
|
id: string;
|
|
737
736
|
channel: string | null;
|
|
738
737
|
address: string | null;
|
|
738
|
+
name: string;
|
|
739
739
|
createdAt: Date;
|
|
740
740
|
updatedAt: Date;
|
|
741
741
|
deletedAt: Date | null;
|
|
@@ -743,10 +743,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
743
743
|
contactProfile: string | null;
|
|
744
744
|
socialProfileUrl: string | null;
|
|
745
745
|
}, {
|
|
746
|
-
name: string;
|
|
747
746
|
id: string;
|
|
748
747
|
channel: string | null;
|
|
749
748
|
address: string | null;
|
|
749
|
+
name: string;
|
|
750
750
|
createdAt: Date;
|
|
751
751
|
updatedAt: Date;
|
|
752
752
|
deletedAt: Date | null;
|
|
@@ -756,17 +756,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
756
756
|
}>;
|
|
757
757
|
isNewContact: z.ZodBoolean;
|
|
758
758
|
}, "strip", z.ZodTypeAny, {
|
|
759
|
-
name: string;
|
|
760
759
|
id: string;
|
|
761
760
|
address: string;
|
|
761
|
+
name: string;
|
|
762
762
|
createdAt: Date;
|
|
763
763
|
updatedAt: Date;
|
|
764
764
|
deletedAt: Date | null;
|
|
765
765
|
contact: {
|
|
766
|
-
name: string;
|
|
767
766
|
id: string;
|
|
768
767
|
channel: string | null;
|
|
769
768
|
address: string | null;
|
|
769
|
+
name: string;
|
|
770
770
|
createdAt: Date;
|
|
771
771
|
updatedAt: Date;
|
|
772
772
|
deletedAt: Date | null;
|
|
@@ -777,17 +777,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
777
777
|
contactId: string;
|
|
778
778
|
isNewContact: boolean;
|
|
779
779
|
}, {
|
|
780
|
-
name: string;
|
|
781
780
|
id: string;
|
|
782
781
|
address: string;
|
|
782
|
+
name: string;
|
|
783
783
|
createdAt: Date;
|
|
784
784
|
updatedAt: Date;
|
|
785
785
|
deletedAt: Date | null;
|
|
786
786
|
contact: {
|
|
787
|
-
name: string;
|
|
788
787
|
id: string;
|
|
789
788
|
channel: string | null;
|
|
790
789
|
address: string | null;
|
|
790
|
+
name: string;
|
|
791
791
|
createdAt: Date;
|
|
792
792
|
updatedAt: Date;
|
|
793
793
|
deletedAt: Date | null;
|
|
@@ -807,17 +807,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
807
807
|
messageId: string;
|
|
808
808
|
mailUserId: string;
|
|
809
809
|
mailUser: {
|
|
810
|
-
name: string;
|
|
811
810
|
id: string;
|
|
812
811
|
address: string;
|
|
812
|
+
name: string;
|
|
813
813
|
createdAt: Date;
|
|
814
814
|
updatedAt: Date;
|
|
815
815
|
deletedAt: Date | null;
|
|
816
816
|
contact: {
|
|
817
|
-
name: string;
|
|
818
817
|
id: string;
|
|
819
818
|
channel: string | null;
|
|
820
819
|
address: string | null;
|
|
820
|
+
name: string;
|
|
821
821
|
createdAt: Date;
|
|
822
822
|
updatedAt: Date;
|
|
823
823
|
deletedAt: Date | null;
|
|
@@ -837,17 +837,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
837
837
|
messageId: string;
|
|
838
838
|
mailUserId: string;
|
|
839
839
|
mailUser: {
|
|
840
|
-
name: string;
|
|
841
840
|
id: string;
|
|
842
841
|
address: string;
|
|
842
|
+
name: string;
|
|
843
843
|
createdAt: Date;
|
|
844
844
|
updatedAt: Date;
|
|
845
845
|
deletedAt: Date | null;
|
|
846
846
|
contact: {
|
|
847
|
-
name: string;
|
|
848
847
|
id: string;
|
|
849
848
|
channel: string | null;
|
|
850
849
|
address: string | null;
|
|
850
|
+
name: string;
|
|
851
851
|
createdAt: Date;
|
|
852
852
|
updatedAt: Date;
|
|
853
853
|
deletedAt: Date | null;
|
|
@@ -887,10 +887,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
887
887
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
888
888
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
889
889
|
}, "strip", z.ZodTypeAny, {
|
|
890
|
-
name: string;
|
|
891
890
|
id: string;
|
|
892
891
|
channel: string | null;
|
|
893
892
|
address: string | null;
|
|
893
|
+
name: string;
|
|
894
894
|
createdAt: Date;
|
|
895
895
|
updatedAt: Date;
|
|
896
896
|
deletedAt: Date | null;
|
|
@@ -898,10 +898,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
898
898
|
contactProfile: string | null;
|
|
899
899
|
socialProfileUrl: string | null;
|
|
900
900
|
}, {
|
|
901
|
-
name: string;
|
|
902
901
|
id: string;
|
|
903
902
|
channel: string | null;
|
|
904
903
|
address: string | null;
|
|
904
|
+
name: string;
|
|
905
905
|
createdAt: Date;
|
|
906
906
|
updatedAt: Date;
|
|
907
907
|
deletedAt: Date | null;
|
|
@@ -911,17 +911,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
911
911
|
}>;
|
|
912
912
|
isNewContact: z.ZodBoolean;
|
|
913
913
|
}, "strip", z.ZodTypeAny, {
|
|
914
|
-
name: string;
|
|
915
914
|
id: string;
|
|
916
915
|
address: string;
|
|
916
|
+
name: string;
|
|
917
917
|
createdAt: Date;
|
|
918
918
|
updatedAt: Date;
|
|
919
919
|
deletedAt: Date | null;
|
|
920
920
|
contact: {
|
|
921
|
-
name: string;
|
|
922
921
|
id: string;
|
|
923
922
|
channel: string | null;
|
|
924
923
|
address: string | null;
|
|
924
|
+
name: string;
|
|
925
925
|
createdAt: Date;
|
|
926
926
|
updatedAt: Date;
|
|
927
927
|
deletedAt: Date | null;
|
|
@@ -932,17 +932,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
932
932
|
contactId: string;
|
|
933
933
|
isNewContact: boolean;
|
|
934
934
|
}, {
|
|
935
|
-
name: string;
|
|
936
935
|
id: string;
|
|
937
936
|
address: string;
|
|
937
|
+
name: string;
|
|
938
938
|
createdAt: Date;
|
|
939
939
|
updatedAt: Date;
|
|
940
940
|
deletedAt: Date | null;
|
|
941
941
|
contact: {
|
|
942
|
-
name: string;
|
|
943
942
|
id: string;
|
|
944
943
|
channel: string | null;
|
|
945
944
|
address: string | null;
|
|
945
|
+
name: string;
|
|
946
946
|
createdAt: Date;
|
|
947
947
|
updatedAt: Date;
|
|
948
948
|
deletedAt: Date | null;
|
|
@@ -962,17 +962,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
962
962
|
messageId: string;
|
|
963
963
|
mailUserId: string;
|
|
964
964
|
mailUser: {
|
|
965
|
-
name: string;
|
|
966
965
|
id: string;
|
|
967
966
|
address: string;
|
|
967
|
+
name: string;
|
|
968
968
|
createdAt: Date;
|
|
969
969
|
updatedAt: Date;
|
|
970
970
|
deletedAt: Date | null;
|
|
971
971
|
contact: {
|
|
972
|
-
name: string;
|
|
973
972
|
id: string;
|
|
974
973
|
channel: string | null;
|
|
975
974
|
address: string | null;
|
|
975
|
+
name: string;
|
|
976
976
|
createdAt: Date;
|
|
977
977
|
updatedAt: Date;
|
|
978
978
|
deletedAt: Date | null;
|
|
@@ -992,17 +992,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
992
992
|
messageId: string;
|
|
993
993
|
mailUserId: string;
|
|
994
994
|
mailUser: {
|
|
995
|
-
name: string;
|
|
996
995
|
id: string;
|
|
997
996
|
address: string;
|
|
997
|
+
name: string;
|
|
998
998
|
createdAt: Date;
|
|
999
999
|
updatedAt: Date;
|
|
1000
1000
|
deletedAt: Date | null;
|
|
1001
1001
|
contact: {
|
|
1002
|
-
name: string;
|
|
1003
1002
|
id: string;
|
|
1004
1003
|
channel: string | null;
|
|
1005
1004
|
address: string | null;
|
|
1005
|
+
name: string;
|
|
1006
1006
|
createdAt: Date;
|
|
1007
1007
|
updatedAt: Date;
|
|
1008
1008
|
deletedAt: Date | null;
|
|
@@ -1042,10 +1042,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1042
1042
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
1043
1043
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
1044
1044
|
}, "strip", z.ZodTypeAny, {
|
|
1045
|
-
name: string;
|
|
1046
1045
|
id: string;
|
|
1047
1046
|
channel: string | null;
|
|
1048
1047
|
address: string | null;
|
|
1048
|
+
name: string;
|
|
1049
1049
|
createdAt: Date;
|
|
1050
1050
|
updatedAt: Date;
|
|
1051
1051
|
deletedAt: Date | null;
|
|
@@ -1053,10 +1053,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1053
1053
|
contactProfile: string | null;
|
|
1054
1054
|
socialProfileUrl: string | null;
|
|
1055
1055
|
}, {
|
|
1056
|
-
name: string;
|
|
1057
1056
|
id: string;
|
|
1058
1057
|
channel: string | null;
|
|
1059
1058
|
address: string | null;
|
|
1059
|
+
name: string;
|
|
1060
1060
|
createdAt: Date;
|
|
1061
1061
|
updatedAt: Date;
|
|
1062
1062
|
deletedAt: Date | null;
|
|
@@ -1066,17 +1066,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1066
1066
|
}>;
|
|
1067
1067
|
isNewContact: z.ZodBoolean;
|
|
1068
1068
|
}, "strip", z.ZodTypeAny, {
|
|
1069
|
-
name: string;
|
|
1070
1069
|
id: string;
|
|
1071
1070
|
address: string;
|
|
1071
|
+
name: string;
|
|
1072
1072
|
createdAt: Date;
|
|
1073
1073
|
updatedAt: Date;
|
|
1074
1074
|
deletedAt: Date | null;
|
|
1075
1075
|
contact: {
|
|
1076
|
-
name: string;
|
|
1077
1076
|
id: string;
|
|
1078
1077
|
channel: string | null;
|
|
1079
1078
|
address: string | null;
|
|
1079
|
+
name: string;
|
|
1080
1080
|
createdAt: Date;
|
|
1081
1081
|
updatedAt: Date;
|
|
1082
1082
|
deletedAt: Date | null;
|
|
@@ -1087,17 +1087,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1087
1087
|
contactId: string;
|
|
1088
1088
|
isNewContact: boolean;
|
|
1089
1089
|
}, {
|
|
1090
|
-
name: string;
|
|
1091
1090
|
id: string;
|
|
1092
1091
|
address: string;
|
|
1092
|
+
name: string;
|
|
1093
1093
|
createdAt: Date;
|
|
1094
1094
|
updatedAt: Date;
|
|
1095
1095
|
deletedAt: Date | null;
|
|
1096
1096
|
contact: {
|
|
1097
|
-
name: string;
|
|
1098
1097
|
id: string;
|
|
1099
1098
|
channel: string | null;
|
|
1100
1099
|
address: string | null;
|
|
1100
|
+
name: string;
|
|
1101
1101
|
createdAt: Date;
|
|
1102
1102
|
updatedAt: Date;
|
|
1103
1103
|
deletedAt: Date | null;
|
|
@@ -1117,17 +1117,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1117
1117
|
messageId: string;
|
|
1118
1118
|
mailUserId: string;
|
|
1119
1119
|
mailUser: {
|
|
1120
|
-
name: string;
|
|
1121
1120
|
id: string;
|
|
1122
1121
|
address: string;
|
|
1122
|
+
name: string;
|
|
1123
1123
|
createdAt: Date;
|
|
1124
1124
|
updatedAt: Date;
|
|
1125
1125
|
deletedAt: Date | null;
|
|
1126
1126
|
contact: {
|
|
1127
|
-
name: string;
|
|
1128
1127
|
id: string;
|
|
1129
1128
|
channel: string | null;
|
|
1130
1129
|
address: string | null;
|
|
1130
|
+
name: string;
|
|
1131
1131
|
createdAt: Date;
|
|
1132
1132
|
updatedAt: Date;
|
|
1133
1133
|
deletedAt: Date | null;
|
|
@@ -1147,17 +1147,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1147
1147
|
messageId: string;
|
|
1148
1148
|
mailUserId: string;
|
|
1149
1149
|
mailUser: {
|
|
1150
|
-
name: string;
|
|
1151
1150
|
id: string;
|
|
1152
1151
|
address: string;
|
|
1152
|
+
name: string;
|
|
1153
1153
|
createdAt: Date;
|
|
1154
1154
|
updatedAt: Date;
|
|
1155
1155
|
deletedAt: Date | null;
|
|
1156
1156
|
contact: {
|
|
1157
|
-
name: string;
|
|
1158
1157
|
id: string;
|
|
1159
1158
|
channel: string | null;
|
|
1160
1159
|
address: string | null;
|
|
1160
|
+
name: string;
|
|
1161
1161
|
createdAt: Date;
|
|
1162
1162
|
updatedAt: Date;
|
|
1163
1163
|
deletedAt: Date | null;
|
|
@@ -1197,10 +1197,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1197
1197
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
1198
1198
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
1199
1199
|
}, "strip", z.ZodTypeAny, {
|
|
1200
|
-
name: string;
|
|
1201
1200
|
id: string;
|
|
1202
1201
|
channel: string | null;
|
|
1203
1202
|
address: string | null;
|
|
1203
|
+
name: string;
|
|
1204
1204
|
createdAt: Date;
|
|
1205
1205
|
updatedAt: Date;
|
|
1206
1206
|
deletedAt: Date | null;
|
|
@@ -1208,10 +1208,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1208
1208
|
contactProfile: string | null;
|
|
1209
1209
|
socialProfileUrl: string | null;
|
|
1210
1210
|
}, {
|
|
1211
|
-
name: string;
|
|
1212
1211
|
id: string;
|
|
1213
1212
|
channel: string | null;
|
|
1214
1213
|
address: string | null;
|
|
1214
|
+
name: string;
|
|
1215
1215
|
createdAt: Date;
|
|
1216
1216
|
updatedAt: Date;
|
|
1217
1217
|
deletedAt: Date | null;
|
|
@@ -1221,17 +1221,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1221
1221
|
}>;
|
|
1222
1222
|
isNewContact: z.ZodBoolean;
|
|
1223
1223
|
}, "strip", z.ZodTypeAny, {
|
|
1224
|
-
name: string;
|
|
1225
1224
|
id: string;
|
|
1226
1225
|
address: string;
|
|
1226
|
+
name: string;
|
|
1227
1227
|
createdAt: Date;
|
|
1228
1228
|
updatedAt: Date;
|
|
1229
1229
|
deletedAt: Date | null;
|
|
1230
1230
|
contact: {
|
|
1231
|
-
name: string;
|
|
1232
1231
|
id: string;
|
|
1233
1232
|
channel: string | null;
|
|
1234
1233
|
address: string | null;
|
|
1234
|
+
name: string;
|
|
1235
1235
|
createdAt: Date;
|
|
1236
1236
|
updatedAt: Date;
|
|
1237
1237
|
deletedAt: Date | null;
|
|
@@ -1242,17 +1242,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1242
1242
|
contactId: string;
|
|
1243
1243
|
isNewContact: boolean;
|
|
1244
1244
|
}, {
|
|
1245
|
-
name: string;
|
|
1246
1245
|
id: string;
|
|
1247
1246
|
address: string;
|
|
1247
|
+
name: string;
|
|
1248
1248
|
createdAt: Date;
|
|
1249
1249
|
updatedAt: Date;
|
|
1250
1250
|
deletedAt: Date | null;
|
|
1251
1251
|
contact: {
|
|
1252
|
-
name: string;
|
|
1253
1252
|
id: string;
|
|
1254
1253
|
channel: string | null;
|
|
1255
1254
|
address: string | null;
|
|
1255
|
+
name: string;
|
|
1256
1256
|
createdAt: Date;
|
|
1257
1257
|
updatedAt: Date;
|
|
1258
1258
|
deletedAt: Date | null;
|
|
@@ -1272,17 +1272,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1272
1272
|
messageId: string;
|
|
1273
1273
|
mailUserId: string;
|
|
1274
1274
|
mailUser: {
|
|
1275
|
-
name: string;
|
|
1276
1275
|
id: string;
|
|
1277
1276
|
address: string;
|
|
1277
|
+
name: string;
|
|
1278
1278
|
createdAt: Date;
|
|
1279
1279
|
updatedAt: Date;
|
|
1280
1280
|
deletedAt: Date | null;
|
|
1281
1281
|
contact: {
|
|
1282
|
-
name: string;
|
|
1283
1282
|
id: string;
|
|
1284
1283
|
channel: string | null;
|
|
1285
1284
|
address: string | null;
|
|
1285
|
+
name: string;
|
|
1286
1286
|
createdAt: Date;
|
|
1287
1287
|
updatedAt: Date;
|
|
1288
1288
|
deletedAt: Date | null;
|
|
@@ -1302,17 +1302,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1302
1302
|
messageId: string;
|
|
1303
1303
|
mailUserId: string;
|
|
1304
1304
|
mailUser: {
|
|
1305
|
-
name: string;
|
|
1306
1305
|
id: string;
|
|
1307
1306
|
address: string;
|
|
1307
|
+
name: string;
|
|
1308
1308
|
createdAt: Date;
|
|
1309
1309
|
updatedAt: Date;
|
|
1310
1310
|
deletedAt: Date | null;
|
|
1311
1311
|
contact: {
|
|
1312
|
-
name: string;
|
|
1313
1312
|
id: string;
|
|
1314
1313
|
channel: string | null;
|
|
1315
1314
|
address: string | null;
|
|
1315
|
+
name: string;
|
|
1316
1316
|
createdAt: Date;
|
|
1317
1317
|
updatedAt: Date;
|
|
1318
1318
|
deletedAt: Date | null;
|
|
@@ -1434,17 +1434,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1434
1434
|
messageId: string;
|
|
1435
1435
|
mailUserId: string;
|
|
1436
1436
|
mailUser: {
|
|
1437
|
-
name: string;
|
|
1438
1437
|
id: string;
|
|
1439
1438
|
address: string;
|
|
1439
|
+
name: string;
|
|
1440
1440
|
createdAt: Date;
|
|
1441
1441
|
updatedAt: Date;
|
|
1442
1442
|
deletedAt: Date | null;
|
|
1443
1443
|
contact: {
|
|
1444
|
-
name: string;
|
|
1445
1444
|
id: string;
|
|
1446
1445
|
channel: string | null;
|
|
1447
1446
|
address: string | null;
|
|
1447
|
+
name: string;
|
|
1448
1448
|
createdAt: Date;
|
|
1449
1449
|
updatedAt: Date;
|
|
1450
1450
|
deletedAt: Date | null;
|
|
@@ -1490,17 +1490,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1490
1490
|
messageId: string;
|
|
1491
1491
|
mailUserId: string;
|
|
1492
1492
|
mailUser: {
|
|
1493
|
-
name: string;
|
|
1494
1493
|
id: string;
|
|
1495
1494
|
address: string;
|
|
1495
|
+
name: string;
|
|
1496
1496
|
createdAt: Date;
|
|
1497
1497
|
updatedAt: Date;
|
|
1498
1498
|
deletedAt: Date | null;
|
|
1499
1499
|
contact: {
|
|
1500
|
-
name: string;
|
|
1501
1500
|
id: string;
|
|
1502
1501
|
channel: string | null;
|
|
1503
1502
|
address: string | null;
|
|
1503
|
+
name: string;
|
|
1504
1504
|
createdAt: Date;
|
|
1505
1505
|
updatedAt: Date;
|
|
1506
1506
|
deletedAt: Date | null;
|
|
@@ -1521,17 +1521,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1521
1521
|
messageId: string;
|
|
1522
1522
|
mailUserId: string;
|
|
1523
1523
|
mailUser: {
|
|
1524
|
-
name: string;
|
|
1525
1524
|
id: string;
|
|
1526
1525
|
address: string;
|
|
1526
|
+
name: string;
|
|
1527
1527
|
createdAt: Date;
|
|
1528
1528
|
updatedAt: Date;
|
|
1529
1529
|
deletedAt: Date | null;
|
|
1530
1530
|
contact: {
|
|
1531
|
-
name: string;
|
|
1532
1531
|
id: string;
|
|
1533
1532
|
channel: string | null;
|
|
1534
1533
|
address: string | null;
|
|
1534
|
+
name: string;
|
|
1535
1535
|
createdAt: Date;
|
|
1536
1536
|
updatedAt: Date;
|
|
1537
1537
|
deletedAt: Date | null;
|
|
@@ -1552,17 +1552,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1552
1552
|
messageId: string;
|
|
1553
1553
|
mailUserId: string;
|
|
1554
1554
|
mailUser: {
|
|
1555
|
-
name: string;
|
|
1556
1555
|
id: string;
|
|
1557
1556
|
address: string;
|
|
1557
|
+
name: string;
|
|
1558
1558
|
createdAt: Date;
|
|
1559
1559
|
updatedAt: Date;
|
|
1560
1560
|
deletedAt: Date | null;
|
|
1561
1561
|
contact: {
|
|
1562
|
-
name: string;
|
|
1563
1562
|
id: string;
|
|
1564
1563
|
channel: string | null;
|
|
1565
1564
|
address: string | null;
|
|
1565
|
+
name: string;
|
|
1566
1566
|
createdAt: Date;
|
|
1567
1567
|
updatedAt: Date;
|
|
1568
1568
|
deletedAt: Date | null;
|
|
@@ -1602,17 +1602,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1602
1602
|
messageId: string;
|
|
1603
1603
|
mailUserId: string;
|
|
1604
1604
|
mailUser: {
|
|
1605
|
-
name: string;
|
|
1606
1605
|
id: string;
|
|
1607
1606
|
address: string;
|
|
1607
|
+
name: string;
|
|
1608
1608
|
createdAt: Date;
|
|
1609
1609
|
updatedAt: Date;
|
|
1610
1610
|
deletedAt: Date | null;
|
|
1611
1611
|
contact: {
|
|
1612
|
-
name: string;
|
|
1613
1612
|
id: string;
|
|
1614
1613
|
channel: string | null;
|
|
1615
1614
|
address: string | null;
|
|
1615
|
+
name: string;
|
|
1616
1616
|
createdAt: Date;
|
|
1617
1617
|
updatedAt: Date;
|
|
1618
1618
|
deletedAt: Date | null;
|
|
@@ -1658,17 +1658,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1658
1658
|
messageId: string;
|
|
1659
1659
|
mailUserId: string;
|
|
1660
1660
|
mailUser: {
|
|
1661
|
-
name: string;
|
|
1662
1661
|
id: string;
|
|
1663
1662
|
address: string;
|
|
1663
|
+
name: string;
|
|
1664
1664
|
createdAt: Date;
|
|
1665
1665
|
updatedAt: Date;
|
|
1666
1666
|
deletedAt: Date | null;
|
|
1667
1667
|
contact: {
|
|
1668
|
-
name: string;
|
|
1669
1668
|
id: string;
|
|
1670
1669
|
channel: string | null;
|
|
1671
1670
|
address: string | null;
|
|
1671
|
+
name: string;
|
|
1672
1672
|
createdAt: Date;
|
|
1673
1673
|
updatedAt: Date;
|
|
1674
1674
|
deletedAt: Date | null;
|
|
@@ -1689,17 +1689,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1689
1689
|
messageId: string;
|
|
1690
1690
|
mailUserId: string;
|
|
1691
1691
|
mailUser: {
|
|
1692
|
-
name: string;
|
|
1693
1692
|
id: string;
|
|
1694
1693
|
address: string;
|
|
1694
|
+
name: string;
|
|
1695
1695
|
createdAt: Date;
|
|
1696
1696
|
updatedAt: Date;
|
|
1697
1697
|
deletedAt: Date | null;
|
|
1698
1698
|
contact: {
|
|
1699
|
-
name: string;
|
|
1700
1699
|
id: string;
|
|
1701
1700
|
channel: string | null;
|
|
1702
1701
|
address: string | null;
|
|
1702
|
+
name: string;
|
|
1703
1703
|
createdAt: Date;
|
|
1704
1704
|
updatedAt: Date;
|
|
1705
1705
|
deletedAt: Date | null;
|
|
@@ -1720,17 +1720,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1720
1720
|
messageId: string;
|
|
1721
1721
|
mailUserId: string;
|
|
1722
1722
|
mailUser: {
|
|
1723
|
-
name: string;
|
|
1724
1723
|
id: string;
|
|
1725
1724
|
address: string;
|
|
1725
|
+
name: string;
|
|
1726
1726
|
createdAt: Date;
|
|
1727
1727
|
updatedAt: Date;
|
|
1728
1728
|
deletedAt: Date | null;
|
|
1729
1729
|
contact: {
|
|
1730
|
-
name: string;
|
|
1731
1730
|
id: string;
|
|
1732
1731
|
channel: string | null;
|
|
1733
1732
|
address: string | null;
|
|
1733
|
+
name: string;
|
|
1734
1734
|
createdAt: Date;
|
|
1735
1735
|
updatedAt: Date;
|
|
1736
1736
|
deletedAt: Date | null;
|
|
@@ -1801,10 +1801,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1801
1801
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
1802
1802
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
1803
1803
|
}, "strip", z.ZodTypeAny, {
|
|
1804
|
-
name: string;
|
|
1805
1804
|
id: string;
|
|
1806
1805
|
channel: string | null;
|
|
1807
1806
|
address: string | null;
|
|
1807
|
+
name: string;
|
|
1808
1808
|
createdAt: Date;
|
|
1809
1809
|
updatedAt: Date;
|
|
1810
1810
|
deletedAt: Date | null;
|
|
@@ -1812,10 +1812,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1812
1812
|
contactProfile: string | null;
|
|
1813
1813
|
socialProfileUrl: string | null;
|
|
1814
1814
|
}, {
|
|
1815
|
-
name: string;
|
|
1816
1815
|
id: string;
|
|
1817
1816
|
channel: string | null;
|
|
1818
1817
|
address: string | null;
|
|
1818
|
+
name: string;
|
|
1819
1819
|
createdAt: Date;
|
|
1820
1820
|
updatedAt: Date;
|
|
1821
1821
|
deletedAt: Date | null;
|
|
@@ -1825,17 +1825,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1825
1825
|
}>;
|
|
1826
1826
|
isNewContact: z.ZodBoolean;
|
|
1827
1827
|
}, "strip", z.ZodTypeAny, {
|
|
1828
|
-
name: string;
|
|
1829
1828
|
id: string;
|
|
1830
1829
|
address: string;
|
|
1830
|
+
name: string;
|
|
1831
1831
|
createdAt: Date;
|
|
1832
1832
|
updatedAt: Date;
|
|
1833
1833
|
deletedAt: Date | null;
|
|
1834
1834
|
contact: {
|
|
1835
|
-
name: string;
|
|
1836
1835
|
id: string;
|
|
1837
1836
|
channel: string | null;
|
|
1838
1837
|
address: string | null;
|
|
1838
|
+
name: string;
|
|
1839
1839
|
createdAt: Date;
|
|
1840
1840
|
updatedAt: Date;
|
|
1841
1841
|
deletedAt: Date | null;
|
|
@@ -1846,17 +1846,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1846
1846
|
contactId: string;
|
|
1847
1847
|
isNewContact: boolean;
|
|
1848
1848
|
}, {
|
|
1849
|
-
name: string;
|
|
1850
1849
|
id: string;
|
|
1851
1850
|
address: string;
|
|
1851
|
+
name: string;
|
|
1852
1852
|
createdAt: Date;
|
|
1853
1853
|
updatedAt: Date;
|
|
1854
1854
|
deletedAt: Date | null;
|
|
1855
1855
|
contact: {
|
|
1856
|
-
name: string;
|
|
1857
1856
|
id: string;
|
|
1858
1857
|
channel: string | null;
|
|
1859
1858
|
address: string | null;
|
|
1859
|
+
name: string;
|
|
1860
1860
|
createdAt: Date;
|
|
1861
1861
|
updatedAt: Date;
|
|
1862
1862
|
deletedAt: Date | null;
|
|
@@ -1876,17 +1876,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1876
1876
|
messageId: string;
|
|
1877
1877
|
mailUserId: string;
|
|
1878
1878
|
mailUser: {
|
|
1879
|
-
name: string;
|
|
1880
1879
|
id: string;
|
|
1881
1880
|
address: string;
|
|
1881
|
+
name: string;
|
|
1882
1882
|
createdAt: Date;
|
|
1883
1883
|
updatedAt: Date;
|
|
1884
1884
|
deletedAt: Date | null;
|
|
1885
1885
|
contact: {
|
|
1886
|
-
name: string;
|
|
1887
1886
|
id: string;
|
|
1888
1887
|
channel: string | null;
|
|
1889
1888
|
address: string | null;
|
|
1889
|
+
name: string;
|
|
1890
1890
|
createdAt: Date;
|
|
1891
1891
|
updatedAt: Date;
|
|
1892
1892
|
deletedAt: Date | null;
|
|
@@ -1906,17 +1906,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1906
1906
|
messageId: string;
|
|
1907
1907
|
mailUserId: string;
|
|
1908
1908
|
mailUser: {
|
|
1909
|
-
name: string;
|
|
1910
1909
|
id: string;
|
|
1911
1910
|
address: string;
|
|
1911
|
+
name: string;
|
|
1912
1912
|
createdAt: Date;
|
|
1913
1913
|
updatedAt: Date;
|
|
1914
1914
|
deletedAt: Date | null;
|
|
1915
1915
|
contact: {
|
|
1916
|
-
name: string;
|
|
1917
1916
|
id: string;
|
|
1918
1917
|
channel: string | null;
|
|
1919
1918
|
address: string | null;
|
|
1919
|
+
name: string;
|
|
1920
1920
|
createdAt: Date;
|
|
1921
1921
|
updatedAt: Date;
|
|
1922
1922
|
deletedAt: Date | null;
|
|
@@ -1956,10 +1956,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1956
1956
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
1957
1957
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
1958
1958
|
}, "strip", z.ZodTypeAny, {
|
|
1959
|
-
name: string;
|
|
1960
1959
|
id: string;
|
|
1961
1960
|
channel: string | null;
|
|
1962
1961
|
address: string | null;
|
|
1962
|
+
name: string;
|
|
1963
1963
|
createdAt: Date;
|
|
1964
1964
|
updatedAt: Date;
|
|
1965
1965
|
deletedAt: Date | null;
|
|
@@ -1967,10 +1967,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1967
1967
|
contactProfile: string | null;
|
|
1968
1968
|
socialProfileUrl: string | null;
|
|
1969
1969
|
}, {
|
|
1970
|
-
name: string;
|
|
1971
1970
|
id: string;
|
|
1972
1971
|
channel: string | null;
|
|
1973
1972
|
address: string | null;
|
|
1973
|
+
name: string;
|
|
1974
1974
|
createdAt: Date;
|
|
1975
1975
|
updatedAt: Date;
|
|
1976
1976
|
deletedAt: Date | null;
|
|
@@ -1980,17 +1980,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
1980
1980
|
}>;
|
|
1981
1981
|
isNewContact: z.ZodBoolean;
|
|
1982
1982
|
}, "strip", z.ZodTypeAny, {
|
|
1983
|
-
name: string;
|
|
1984
1983
|
id: string;
|
|
1985
1984
|
address: string;
|
|
1985
|
+
name: string;
|
|
1986
1986
|
createdAt: Date;
|
|
1987
1987
|
updatedAt: Date;
|
|
1988
1988
|
deletedAt: Date | null;
|
|
1989
1989
|
contact: {
|
|
1990
|
-
name: string;
|
|
1991
1990
|
id: string;
|
|
1992
1991
|
channel: string | null;
|
|
1993
1992
|
address: string | null;
|
|
1993
|
+
name: string;
|
|
1994
1994
|
createdAt: Date;
|
|
1995
1995
|
updatedAt: Date;
|
|
1996
1996
|
deletedAt: Date | null;
|
|
@@ -2001,17 +2001,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2001
2001
|
contactId: string;
|
|
2002
2002
|
isNewContact: boolean;
|
|
2003
2003
|
}, {
|
|
2004
|
-
name: string;
|
|
2005
2004
|
id: string;
|
|
2006
2005
|
address: string;
|
|
2006
|
+
name: string;
|
|
2007
2007
|
createdAt: Date;
|
|
2008
2008
|
updatedAt: Date;
|
|
2009
2009
|
deletedAt: Date | null;
|
|
2010
2010
|
contact: {
|
|
2011
|
-
name: string;
|
|
2012
2011
|
id: string;
|
|
2013
2012
|
channel: string | null;
|
|
2014
2013
|
address: string | null;
|
|
2014
|
+
name: string;
|
|
2015
2015
|
createdAt: Date;
|
|
2016
2016
|
updatedAt: Date;
|
|
2017
2017
|
deletedAt: Date | null;
|
|
@@ -2031,17 +2031,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2031
2031
|
messageId: string;
|
|
2032
2032
|
mailUserId: string;
|
|
2033
2033
|
mailUser: {
|
|
2034
|
-
name: string;
|
|
2035
2034
|
id: string;
|
|
2036
2035
|
address: string;
|
|
2036
|
+
name: string;
|
|
2037
2037
|
createdAt: Date;
|
|
2038
2038
|
updatedAt: Date;
|
|
2039
2039
|
deletedAt: Date | null;
|
|
2040
2040
|
contact: {
|
|
2041
|
-
name: string;
|
|
2042
2041
|
id: string;
|
|
2043
2042
|
channel: string | null;
|
|
2044
2043
|
address: string | null;
|
|
2044
|
+
name: string;
|
|
2045
2045
|
createdAt: Date;
|
|
2046
2046
|
updatedAt: Date;
|
|
2047
2047
|
deletedAt: Date | null;
|
|
@@ -2061,17 +2061,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2061
2061
|
messageId: string;
|
|
2062
2062
|
mailUserId: string;
|
|
2063
2063
|
mailUser: {
|
|
2064
|
-
name: string;
|
|
2065
2064
|
id: string;
|
|
2066
2065
|
address: string;
|
|
2066
|
+
name: string;
|
|
2067
2067
|
createdAt: Date;
|
|
2068
2068
|
updatedAt: Date;
|
|
2069
2069
|
deletedAt: Date | null;
|
|
2070
2070
|
contact: {
|
|
2071
|
-
name: string;
|
|
2072
2071
|
id: string;
|
|
2073
2072
|
channel: string | null;
|
|
2074
2073
|
address: string | null;
|
|
2074
|
+
name: string;
|
|
2075
2075
|
createdAt: Date;
|
|
2076
2076
|
updatedAt: Date;
|
|
2077
2077
|
deletedAt: Date | null;
|
|
@@ -2111,10 +2111,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2111
2111
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
2112
2112
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
2113
2113
|
}, "strip", z.ZodTypeAny, {
|
|
2114
|
-
name: string;
|
|
2115
2114
|
id: string;
|
|
2116
2115
|
channel: string | null;
|
|
2117
2116
|
address: string | null;
|
|
2117
|
+
name: string;
|
|
2118
2118
|
createdAt: Date;
|
|
2119
2119
|
updatedAt: Date;
|
|
2120
2120
|
deletedAt: Date | null;
|
|
@@ -2122,10 +2122,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2122
2122
|
contactProfile: string | null;
|
|
2123
2123
|
socialProfileUrl: string | null;
|
|
2124
2124
|
}, {
|
|
2125
|
-
name: string;
|
|
2126
2125
|
id: string;
|
|
2127
2126
|
channel: string | null;
|
|
2128
2127
|
address: string | null;
|
|
2128
|
+
name: string;
|
|
2129
2129
|
createdAt: Date;
|
|
2130
2130
|
updatedAt: Date;
|
|
2131
2131
|
deletedAt: Date | null;
|
|
@@ -2135,17 +2135,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2135
2135
|
}>;
|
|
2136
2136
|
isNewContact: z.ZodBoolean;
|
|
2137
2137
|
}, "strip", z.ZodTypeAny, {
|
|
2138
|
-
name: string;
|
|
2139
2138
|
id: string;
|
|
2140
2139
|
address: string;
|
|
2140
|
+
name: string;
|
|
2141
2141
|
createdAt: Date;
|
|
2142
2142
|
updatedAt: Date;
|
|
2143
2143
|
deletedAt: Date | null;
|
|
2144
2144
|
contact: {
|
|
2145
|
-
name: string;
|
|
2146
2145
|
id: string;
|
|
2147
2146
|
channel: string | null;
|
|
2148
2147
|
address: string | null;
|
|
2148
|
+
name: string;
|
|
2149
2149
|
createdAt: Date;
|
|
2150
2150
|
updatedAt: Date;
|
|
2151
2151
|
deletedAt: Date | null;
|
|
@@ -2156,17 +2156,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2156
2156
|
contactId: string;
|
|
2157
2157
|
isNewContact: boolean;
|
|
2158
2158
|
}, {
|
|
2159
|
-
name: string;
|
|
2160
2159
|
id: string;
|
|
2161
2160
|
address: string;
|
|
2161
|
+
name: string;
|
|
2162
2162
|
createdAt: Date;
|
|
2163
2163
|
updatedAt: Date;
|
|
2164
2164
|
deletedAt: Date | null;
|
|
2165
2165
|
contact: {
|
|
2166
|
-
name: string;
|
|
2167
2166
|
id: string;
|
|
2168
2167
|
channel: string | null;
|
|
2169
2168
|
address: string | null;
|
|
2169
|
+
name: string;
|
|
2170
2170
|
createdAt: Date;
|
|
2171
2171
|
updatedAt: Date;
|
|
2172
2172
|
deletedAt: Date | null;
|
|
@@ -2186,17 +2186,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2186
2186
|
messageId: string;
|
|
2187
2187
|
mailUserId: string;
|
|
2188
2188
|
mailUser: {
|
|
2189
|
-
name: string;
|
|
2190
2189
|
id: string;
|
|
2191
2190
|
address: string;
|
|
2191
|
+
name: string;
|
|
2192
2192
|
createdAt: Date;
|
|
2193
2193
|
updatedAt: Date;
|
|
2194
2194
|
deletedAt: Date | null;
|
|
2195
2195
|
contact: {
|
|
2196
|
-
name: string;
|
|
2197
2196
|
id: string;
|
|
2198
2197
|
channel: string | null;
|
|
2199
2198
|
address: string | null;
|
|
2199
|
+
name: string;
|
|
2200
2200
|
createdAt: Date;
|
|
2201
2201
|
updatedAt: Date;
|
|
2202
2202
|
deletedAt: Date | null;
|
|
@@ -2216,17 +2216,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2216
2216
|
messageId: string;
|
|
2217
2217
|
mailUserId: string;
|
|
2218
2218
|
mailUser: {
|
|
2219
|
-
name: string;
|
|
2220
2219
|
id: string;
|
|
2221
2220
|
address: string;
|
|
2221
|
+
name: string;
|
|
2222
2222
|
createdAt: Date;
|
|
2223
2223
|
updatedAt: Date;
|
|
2224
2224
|
deletedAt: Date | null;
|
|
2225
2225
|
contact: {
|
|
2226
|
-
name: string;
|
|
2227
2226
|
id: string;
|
|
2228
2227
|
channel: string | null;
|
|
2229
2228
|
address: string | null;
|
|
2229
|
+
name: string;
|
|
2230
2230
|
createdAt: Date;
|
|
2231
2231
|
updatedAt: Date;
|
|
2232
2232
|
deletedAt: Date | null;
|
|
@@ -2266,10 +2266,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2266
2266
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
2267
2267
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
2268
2268
|
}, "strip", z.ZodTypeAny, {
|
|
2269
|
-
name: string;
|
|
2270
2269
|
id: string;
|
|
2271
2270
|
channel: string | null;
|
|
2272
2271
|
address: string | null;
|
|
2272
|
+
name: string;
|
|
2273
2273
|
createdAt: Date;
|
|
2274
2274
|
updatedAt: Date;
|
|
2275
2275
|
deletedAt: Date | null;
|
|
@@ -2277,10 +2277,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2277
2277
|
contactProfile: string | null;
|
|
2278
2278
|
socialProfileUrl: string | null;
|
|
2279
2279
|
}, {
|
|
2280
|
-
name: string;
|
|
2281
2280
|
id: string;
|
|
2282
2281
|
channel: string | null;
|
|
2283
2282
|
address: string | null;
|
|
2283
|
+
name: string;
|
|
2284
2284
|
createdAt: Date;
|
|
2285
2285
|
updatedAt: Date;
|
|
2286
2286
|
deletedAt: Date | null;
|
|
@@ -2290,17 +2290,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2290
2290
|
}>;
|
|
2291
2291
|
isNewContact: z.ZodBoolean;
|
|
2292
2292
|
}, "strip", z.ZodTypeAny, {
|
|
2293
|
-
name: string;
|
|
2294
2293
|
id: string;
|
|
2295
2294
|
address: string;
|
|
2295
|
+
name: string;
|
|
2296
2296
|
createdAt: Date;
|
|
2297
2297
|
updatedAt: Date;
|
|
2298
2298
|
deletedAt: Date | null;
|
|
2299
2299
|
contact: {
|
|
2300
|
-
name: string;
|
|
2301
2300
|
id: string;
|
|
2302
2301
|
channel: string | null;
|
|
2303
2302
|
address: string | null;
|
|
2303
|
+
name: string;
|
|
2304
2304
|
createdAt: Date;
|
|
2305
2305
|
updatedAt: Date;
|
|
2306
2306
|
deletedAt: Date | null;
|
|
@@ -2311,17 +2311,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2311
2311
|
contactId: string;
|
|
2312
2312
|
isNewContact: boolean;
|
|
2313
2313
|
}, {
|
|
2314
|
-
name: string;
|
|
2315
2314
|
id: string;
|
|
2316
2315
|
address: string;
|
|
2316
|
+
name: string;
|
|
2317
2317
|
createdAt: Date;
|
|
2318
2318
|
updatedAt: Date;
|
|
2319
2319
|
deletedAt: Date | null;
|
|
2320
2320
|
contact: {
|
|
2321
|
-
name: string;
|
|
2322
2321
|
id: string;
|
|
2323
2322
|
channel: string | null;
|
|
2324
2323
|
address: string | null;
|
|
2324
|
+
name: string;
|
|
2325
2325
|
createdAt: Date;
|
|
2326
2326
|
updatedAt: Date;
|
|
2327
2327
|
deletedAt: Date | null;
|
|
@@ -2341,17 +2341,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2341
2341
|
messageId: string;
|
|
2342
2342
|
mailUserId: string;
|
|
2343
2343
|
mailUser: {
|
|
2344
|
-
name: string;
|
|
2345
2344
|
id: string;
|
|
2346
2345
|
address: string;
|
|
2346
|
+
name: string;
|
|
2347
2347
|
createdAt: Date;
|
|
2348
2348
|
updatedAt: Date;
|
|
2349
2349
|
deletedAt: Date | null;
|
|
2350
2350
|
contact: {
|
|
2351
|
-
name: string;
|
|
2352
2351
|
id: string;
|
|
2353
2352
|
channel: string | null;
|
|
2354
2353
|
address: string | null;
|
|
2354
|
+
name: string;
|
|
2355
2355
|
createdAt: Date;
|
|
2356
2356
|
updatedAt: Date;
|
|
2357
2357
|
deletedAt: Date | null;
|
|
@@ -2371,17 +2371,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2371
2371
|
messageId: string;
|
|
2372
2372
|
mailUserId: string;
|
|
2373
2373
|
mailUser: {
|
|
2374
|
-
name: string;
|
|
2375
2374
|
id: string;
|
|
2376
2375
|
address: string;
|
|
2376
|
+
name: string;
|
|
2377
2377
|
createdAt: Date;
|
|
2378
2378
|
updatedAt: Date;
|
|
2379
2379
|
deletedAt: Date | null;
|
|
2380
2380
|
contact: {
|
|
2381
|
-
name: string;
|
|
2382
2381
|
id: string;
|
|
2383
2382
|
channel: string | null;
|
|
2384
2383
|
address: string | null;
|
|
2384
|
+
name: string;
|
|
2385
2385
|
createdAt: Date;
|
|
2386
2386
|
updatedAt: Date;
|
|
2387
2387
|
deletedAt: Date | null;
|
|
@@ -2503,17 +2503,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2503
2503
|
messageId: string;
|
|
2504
2504
|
mailUserId: string;
|
|
2505
2505
|
mailUser: {
|
|
2506
|
-
name: string;
|
|
2507
2506
|
id: string;
|
|
2508
2507
|
address: string;
|
|
2508
|
+
name: string;
|
|
2509
2509
|
createdAt: Date;
|
|
2510
2510
|
updatedAt: Date;
|
|
2511
2511
|
deletedAt: Date | null;
|
|
2512
2512
|
contact: {
|
|
2513
|
-
name: string;
|
|
2514
2513
|
id: string;
|
|
2515
2514
|
channel: string | null;
|
|
2516
2515
|
address: string | null;
|
|
2516
|
+
name: string;
|
|
2517
2517
|
createdAt: Date;
|
|
2518
2518
|
updatedAt: Date;
|
|
2519
2519
|
deletedAt: Date | null;
|
|
@@ -2559,17 +2559,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2559
2559
|
messageId: string;
|
|
2560
2560
|
mailUserId: string;
|
|
2561
2561
|
mailUser: {
|
|
2562
|
-
name: string;
|
|
2563
2562
|
id: string;
|
|
2564
2563
|
address: string;
|
|
2564
|
+
name: string;
|
|
2565
2565
|
createdAt: Date;
|
|
2566
2566
|
updatedAt: Date;
|
|
2567
2567
|
deletedAt: Date | null;
|
|
2568
2568
|
contact: {
|
|
2569
|
-
name: string;
|
|
2570
2569
|
id: string;
|
|
2571
2570
|
channel: string | null;
|
|
2572
2571
|
address: string | null;
|
|
2572
|
+
name: string;
|
|
2573
2573
|
createdAt: Date;
|
|
2574
2574
|
updatedAt: Date;
|
|
2575
2575
|
deletedAt: Date | null;
|
|
@@ -2590,17 +2590,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2590
2590
|
messageId: string;
|
|
2591
2591
|
mailUserId: string;
|
|
2592
2592
|
mailUser: {
|
|
2593
|
-
name: string;
|
|
2594
2593
|
id: string;
|
|
2595
2594
|
address: string;
|
|
2595
|
+
name: string;
|
|
2596
2596
|
createdAt: Date;
|
|
2597
2597
|
updatedAt: Date;
|
|
2598
2598
|
deletedAt: Date | null;
|
|
2599
2599
|
contact: {
|
|
2600
|
-
name: string;
|
|
2601
2600
|
id: string;
|
|
2602
2601
|
channel: string | null;
|
|
2603
2602
|
address: string | null;
|
|
2603
|
+
name: string;
|
|
2604
2604
|
createdAt: Date;
|
|
2605
2605
|
updatedAt: Date;
|
|
2606
2606
|
deletedAt: Date | null;
|
|
@@ -2621,17 +2621,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2621
2621
|
messageId: string;
|
|
2622
2622
|
mailUserId: string;
|
|
2623
2623
|
mailUser: {
|
|
2624
|
-
name: string;
|
|
2625
2624
|
id: string;
|
|
2626
2625
|
address: string;
|
|
2626
|
+
name: string;
|
|
2627
2627
|
createdAt: Date;
|
|
2628
2628
|
updatedAt: Date;
|
|
2629
2629
|
deletedAt: Date | null;
|
|
2630
2630
|
contact: {
|
|
2631
|
-
name: string;
|
|
2632
2631
|
id: string;
|
|
2633
2632
|
channel: string | null;
|
|
2634
2633
|
address: string | null;
|
|
2634
|
+
name: string;
|
|
2635
2635
|
createdAt: Date;
|
|
2636
2636
|
updatedAt: Date;
|
|
2637
2637
|
deletedAt: Date | null;
|
|
@@ -2671,17 +2671,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2671
2671
|
messageId: string;
|
|
2672
2672
|
mailUserId: string;
|
|
2673
2673
|
mailUser: {
|
|
2674
|
-
name: string;
|
|
2675
2674
|
id: string;
|
|
2676
2675
|
address: string;
|
|
2676
|
+
name: string;
|
|
2677
2677
|
createdAt: Date;
|
|
2678
2678
|
updatedAt: Date;
|
|
2679
2679
|
deletedAt: Date | null;
|
|
2680
2680
|
contact: {
|
|
2681
|
-
name: string;
|
|
2682
2681
|
id: string;
|
|
2683
2682
|
channel: string | null;
|
|
2684
2683
|
address: string | null;
|
|
2684
|
+
name: string;
|
|
2685
2685
|
createdAt: Date;
|
|
2686
2686
|
updatedAt: Date;
|
|
2687
2687
|
deletedAt: Date | null;
|
|
@@ -2727,17 +2727,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2727
2727
|
messageId: string;
|
|
2728
2728
|
mailUserId: string;
|
|
2729
2729
|
mailUser: {
|
|
2730
|
-
name: string;
|
|
2731
2730
|
id: string;
|
|
2732
2731
|
address: string;
|
|
2732
|
+
name: string;
|
|
2733
2733
|
createdAt: Date;
|
|
2734
2734
|
updatedAt: Date;
|
|
2735
2735
|
deletedAt: Date | null;
|
|
2736
2736
|
contact: {
|
|
2737
|
-
name: string;
|
|
2738
2737
|
id: string;
|
|
2739
2738
|
channel: string | null;
|
|
2740
2739
|
address: string | null;
|
|
2740
|
+
name: string;
|
|
2741
2741
|
createdAt: Date;
|
|
2742
2742
|
updatedAt: Date;
|
|
2743
2743
|
deletedAt: Date | null;
|
|
@@ -2758,17 +2758,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2758
2758
|
messageId: string;
|
|
2759
2759
|
mailUserId: string;
|
|
2760
2760
|
mailUser: {
|
|
2761
|
-
name: string;
|
|
2762
2761
|
id: string;
|
|
2763
2762
|
address: string;
|
|
2763
|
+
name: string;
|
|
2764
2764
|
createdAt: Date;
|
|
2765
2765
|
updatedAt: Date;
|
|
2766
2766
|
deletedAt: Date | null;
|
|
2767
2767
|
contact: {
|
|
2768
|
-
name: string;
|
|
2769
2768
|
id: string;
|
|
2770
2769
|
channel: string | null;
|
|
2771
2770
|
address: string | null;
|
|
2771
|
+
name: string;
|
|
2772
2772
|
createdAt: Date;
|
|
2773
2773
|
updatedAt: Date;
|
|
2774
2774
|
deletedAt: Date | null;
|
|
@@ -2789,17 +2789,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2789
2789
|
messageId: string;
|
|
2790
2790
|
mailUserId: string;
|
|
2791
2791
|
mailUser: {
|
|
2792
|
-
name: string;
|
|
2793
2792
|
id: string;
|
|
2794
2793
|
address: string;
|
|
2794
|
+
name: string;
|
|
2795
2795
|
createdAt: Date;
|
|
2796
2796
|
updatedAt: Date;
|
|
2797
2797
|
deletedAt: Date | null;
|
|
2798
2798
|
contact: {
|
|
2799
|
-
name: string;
|
|
2800
2799
|
id: string;
|
|
2801
2800
|
channel: string | null;
|
|
2802
2801
|
address: string | null;
|
|
2802
|
+
name: string;
|
|
2803
2803
|
createdAt: Date;
|
|
2804
2804
|
updatedAt: Date;
|
|
2805
2805
|
deletedAt: Date | null;
|
|
@@ -2830,15 +2830,15 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2830
2830
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2831
2831
|
name: z.ZodString;
|
|
2832
2832
|
}, "strip", z.ZodTypeAny, {
|
|
2833
|
-
name: string;
|
|
2834
2833
|
id: string;
|
|
2834
|
+
name: string;
|
|
2835
2835
|
color: string;
|
|
2836
2836
|
createdAt: Date;
|
|
2837
2837
|
updatedAt: Date;
|
|
2838
2838
|
deletedAt: Date | null;
|
|
2839
2839
|
}, {
|
|
2840
|
-
name: string;
|
|
2841
2840
|
id: string;
|
|
2841
|
+
name: string;
|
|
2842
2842
|
color: string;
|
|
2843
2843
|
createdAt: Date;
|
|
2844
2844
|
updatedAt: Date;
|
|
@@ -2855,9 +2855,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2855
2855
|
phone: z.ZodNullable<z.ZodString>;
|
|
2856
2856
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
2857
2857
|
}, "strip", z.ZodTypeAny, {
|
|
2858
|
-
name: string;
|
|
2859
2858
|
id: string;
|
|
2860
2859
|
address: string | null;
|
|
2860
|
+
name: string;
|
|
2861
2861
|
email: string;
|
|
2862
2862
|
createdAt: Date;
|
|
2863
2863
|
updatedAt: Date;
|
|
@@ -2865,9 +2865,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2865
2865
|
phone: string | null;
|
|
2866
2866
|
notificationCount: number | null;
|
|
2867
2867
|
}, {
|
|
2868
|
-
name: string;
|
|
2869
2868
|
id: string;
|
|
2870
2869
|
address: string | null;
|
|
2870
|
+
name: string;
|
|
2871
2871
|
email: string;
|
|
2872
2872
|
createdAt: Date;
|
|
2873
2873
|
updatedAt: Date;
|
|
@@ -2923,10 +2923,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2923
2923
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
2924
2924
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
2925
2925
|
}, "strip", z.ZodTypeAny, {
|
|
2926
|
-
name: string;
|
|
2927
2926
|
id: string;
|
|
2928
2927
|
channel: string | null;
|
|
2929
2928
|
address: string | null;
|
|
2929
|
+
name: string;
|
|
2930
2930
|
createdAt: Date;
|
|
2931
2931
|
updatedAt: Date;
|
|
2932
2932
|
deletedAt: Date | null;
|
|
@@ -2934,10 +2934,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2934
2934
|
contactProfile: string | null;
|
|
2935
2935
|
socialProfileUrl: string | null;
|
|
2936
2936
|
}, {
|
|
2937
|
-
name: string;
|
|
2938
2937
|
id: string;
|
|
2939
2938
|
channel: string | null;
|
|
2940
2939
|
address: string | null;
|
|
2940
|
+
name: string;
|
|
2941
2941
|
createdAt: Date;
|
|
2942
2942
|
updatedAt: Date;
|
|
2943
2943
|
deletedAt: Date | null;
|
|
@@ -2947,17 +2947,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2947
2947
|
}>;
|
|
2948
2948
|
isNewContact: z.ZodBoolean;
|
|
2949
2949
|
}, "strip", z.ZodTypeAny, {
|
|
2950
|
-
name: string;
|
|
2951
2950
|
id: string;
|
|
2952
2951
|
address: string;
|
|
2952
|
+
name: string;
|
|
2953
2953
|
createdAt: Date;
|
|
2954
2954
|
updatedAt: Date;
|
|
2955
2955
|
deletedAt: Date | null;
|
|
2956
2956
|
contact: {
|
|
2957
|
-
name: string;
|
|
2958
2957
|
id: string;
|
|
2959
2958
|
channel: string | null;
|
|
2960
2959
|
address: string | null;
|
|
2960
|
+
name: string;
|
|
2961
2961
|
createdAt: Date;
|
|
2962
2962
|
updatedAt: Date;
|
|
2963
2963
|
deletedAt: Date | null;
|
|
@@ -2968,17 +2968,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2968
2968
|
contactId: string;
|
|
2969
2969
|
isNewContact: boolean;
|
|
2970
2970
|
}, {
|
|
2971
|
-
name: string;
|
|
2972
2971
|
id: string;
|
|
2973
2972
|
address: string;
|
|
2973
|
+
name: string;
|
|
2974
2974
|
createdAt: Date;
|
|
2975
2975
|
updatedAt: Date;
|
|
2976
2976
|
deletedAt: Date | null;
|
|
2977
2977
|
contact: {
|
|
2978
|
-
name: string;
|
|
2979
2978
|
id: string;
|
|
2980
2979
|
channel: string | null;
|
|
2981
2980
|
address: string | null;
|
|
2981
|
+
name: string;
|
|
2982
2982
|
createdAt: Date;
|
|
2983
2983
|
updatedAt: Date;
|
|
2984
2984
|
deletedAt: Date | null;
|
|
@@ -2998,17 +2998,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
2998
2998
|
messageId: string;
|
|
2999
2999
|
mailUserId: string;
|
|
3000
3000
|
mailUser: {
|
|
3001
|
-
name: string;
|
|
3002
3001
|
id: string;
|
|
3003
3002
|
address: string;
|
|
3003
|
+
name: string;
|
|
3004
3004
|
createdAt: Date;
|
|
3005
3005
|
updatedAt: Date;
|
|
3006
3006
|
deletedAt: Date | null;
|
|
3007
3007
|
contact: {
|
|
3008
|
-
name: string;
|
|
3009
3008
|
id: string;
|
|
3010
3009
|
channel: string | null;
|
|
3011
3010
|
address: string | null;
|
|
3011
|
+
name: string;
|
|
3012
3012
|
createdAt: Date;
|
|
3013
3013
|
updatedAt: Date;
|
|
3014
3014
|
deletedAt: Date | null;
|
|
@@ -3028,17 +3028,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3028
3028
|
messageId: string;
|
|
3029
3029
|
mailUserId: string;
|
|
3030
3030
|
mailUser: {
|
|
3031
|
-
name: string;
|
|
3032
3031
|
id: string;
|
|
3033
3032
|
address: string;
|
|
3033
|
+
name: string;
|
|
3034
3034
|
createdAt: Date;
|
|
3035
3035
|
updatedAt: Date;
|
|
3036
3036
|
deletedAt: Date | null;
|
|
3037
3037
|
contact: {
|
|
3038
|
-
name: string;
|
|
3039
3038
|
id: string;
|
|
3040
3039
|
channel: string | null;
|
|
3041
3040
|
address: string | null;
|
|
3041
|
+
name: string;
|
|
3042
3042
|
createdAt: Date;
|
|
3043
3043
|
updatedAt: Date;
|
|
3044
3044
|
deletedAt: Date | null;
|
|
@@ -3078,10 +3078,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3078
3078
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
3079
3079
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
3080
3080
|
}, "strip", z.ZodTypeAny, {
|
|
3081
|
-
name: string;
|
|
3082
3081
|
id: string;
|
|
3083
3082
|
channel: string | null;
|
|
3084
3083
|
address: string | null;
|
|
3084
|
+
name: string;
|
|
3085
3085
|
createdAt: Date;
|
|
3086
3086
|
updatedAt: Date;
|
|
3087
3087
|
deletedAt: Date | null;
|
|
@@ -3089,10 +3089,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3089
3089
|
contactProfile: string | null;
|
|
3090
3090
|
socialProfileUrl: string | null;
|
|
3091
3091
|
}, {
|
|
3092
|
-
name: string;
|
|
3093
3092
|
id: string;
|
|
3094
3093
|
channel: string | null;
|
|
3095
3094
|
address: string | null;
|
|
3095
|
+
name: string;
|
|
3096
3096
|
createdAt: Date;
|
|
3097
3097
|
updatedAt: Date;
|
|
3098
3098
|
deletedAt: Date | null;
|
|
@@ -3102,17 +3102,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3102
3102
|
}>;
|
|
3103
3103
|
isNewContact: z.ZodBoolean;
|
|
3104
3104
|
}, "strip", z.ZodTypeAny, {
|
|
3105
|
-
name: string;
|
|
3106
3105
|
id: string;
|
|
3107
3106
|
address: string;
|
|
3107
|
+
name: string;
|
|
3108
3108
|
createdAt: Date;
|
|
3109
3109
|
updatedAt: Date;
|
|
3110
3110
|
deletedAt: Date | null;
|
|
3111
3111
|
contact: {
|
|
3112
|
-
name: string;
|
|
3113
3112
|
id: string;
|
|
3114
3113
|
channel: string | null;
|
|
3115
3114
|
address: string | null;
|
|
3115
|
+
name: string;
|
|
3116
3116
|
createdAt: Date;
|
|
3117
3117
|
updatedAt: Date;
|
|
3118
3118
|
deletedAt: Date | null;
|
|
@@ -3123,17 +3123,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3123
3123
|
contactId: string;
|
|
3124
3124
|
isNewContact: boolean;
|
|
3125
3125
|
}, {
|
|
3126
|
-
name: string;
|
|
3127
3126
|
id: string;
|
|
3128
3127
|
address: string;
|
|
3128
|
+
name: string;
|
|
3129
3129
|
createdAt: Date;
|
|
3130
3130
|
updatedAt: Date;
|
|
3131
3131
|
deletedAt: Date | null;
|
|
3132
3132
|
contact: {
|
|
3133
|
-
name: string;
|
|
3134
3133
|
id: string;
|
|
3135
3134
|
channel: string | null;
|
|
3136
3135
|
address: string | null;
|
|
3136
|
+
name: string;
|
|
3137
3137
|
createdAt: Date;
|
|
3138
3138
|
updatedAt: Date;
|
|
3139
3139
|
deletedAt: Date | null;
|
|
@@ -3153,17 +3153,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3153
3153
|
messageId: string;
|
|
3154
3154
|
mailUserId: string;
|
|
3155
3155
|
mailUser: {
|
|
3156
|
-
name: string;
|
|
3157
3156
|
id: string;
|
|
3158
3157
|
address: string;
|
|
3158
|
+
name: string;
|
|
3159
3159
|
createdAt: Date;
|
|
3160
3160
|
updatedAt: Date;
|
|
3161
3161
|
deletedAt: Date | null;
|
|
3162
3162
|
contact: {
|
|
3163
|
-
name: string;
|
|
3164
3163
|
id: string;
|
|
3165
3164
|
channel: string | null;
|
|
3166
3165
|
address: string | null;
|
|
3166
|
+
name: string;
|
|
3167
3167
|
createdAt: Date;
|
|
3168
3168
|
updatedAt: Date;
|
|
3169
3169
|
deletedAt: Date | null;
|
|
@@ -3183,17 +3183,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3183
3183
|
messageId: string;
|
|
3184
3184
|
mailUserId: string;
|
|
3185
3185
|
mailUser: {
|
|
3186
|
-
name: string;
|
|
3187
3186
|
id: string;
|
|
3188
3187
|
address: string;
|
|
3188
|
+
name: string;
|
|
3189
3189
|
createdAt: Date;
|
|
3190
3190
|
updatedAt: Date;
|
|
3191
3191
|
deletedAt: Date | null;
|
|
3192
3192
|
contact: {
|
|
3193
|
-
name: string;
|
|
3194
3193
|
id: string;
|
|
3195
3194
|
channel: string | null;
|
|
3196
3195
|
address: string | null;
|
|
3196
|
+
name: string;
|
|
3197
3197
|
createdAt: Date;
|
|
3198
3198
|
updatedAt: Date;
|
|
3199
3199
|
deletedAt: Date | null;
|
|
@@ -3233,10 +3233,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3233
3233
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
3234
3234
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
3235
3235
|
}, "strip", z.ZodTypeAny, {
|
|
3236
|
-
name: string;
|
|
3237
3236
|
id: string;
|
|
3238
3237
|
channel: string | null;
|
|
3239
3238
|
address: string | null;
|
|
3239
|
+
name: string;
|
|
3240
3240
|
createdAt: Date;
|
|
3241
3241
|
updatedAt: Date;
|
|
3242
3242
|
deletedAt: Date | null;
|
|
@@ -3244,10 +3244,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3244
3244
|
contactProfile: string | null;
|
|
3245
3245
|
socialProfileUrl: string | null;
|
|
3246
3246
|
}, {
|
|
3247
|
-
name: string;
|
|
3248
3247
|
id: string;
|
|
3249
3248
|
channel: string | null;
|
|
3250
3249
|
address: string | null;
|
|
3250
|
+
name: string;
|
|
3251
3251
|
createdAt: Date;
|
|
3252
3252
|
updatedAt: Date;
|
|
3253
3253
|
deletedAt: Date | null;
|
|
@@ -3257,17 +3257,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3257
3257
|
}>;
|
|
3258
3258
|
isNewContact: z.ZodBoolean;
|
|
3259
3259
|
}, "strip", z.ZodTypeAny, {
|
|
3260
|
-
name: string;
|
|
3261
3260
|
id: string;
|
|
3262
3261
|
address: string;
|
|
3262
|
+
name: string;
|
|
3263
3263
|
createdAt: Date;
|
|
3264
3264
|
updatedAt: Date;
|
|
3265
3265
|
deletedAt: Date | null;
|
|
3266
3266
|
contact: {
|
|
3267
|
-
name: string;
|
|
3268
3267
|
id: string;
|
|
3269
3268
|
channel: string | null;
|
|
3270
3269
|
address: string | null;
|
|
3270
|
+
name: string;
|
|
3271
3271
|
createdAt: Date;
|
|
3272
3272
|
updatedAt: Date;
|
|
3273
3273
|
deletedAt: Date | null;
|
|
@@ -3278,17 +3278,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3278
3278
|
contactId: string;
|
|
3279
3279
|
isNewContact: boolean;
|
|
3280
3280
|
}, {
|
|
3281
|
-
name: string;
|
|
3282
3281
|
id: string;
|
|
3283
3282
|
address: string;
|
|
3283
|
+
name: string;
|
|
3284
3284
|
createdAt: Date;
|
|
3285
3285
|
updatedAt: Date;
|
|
3286
3286
|
deletedAt: Date | null;
|
|
3287
3287
|
contact: {
|
|
3288
|
-
name: string;
|
|
3289
3288
|
id: string;
|
|
3290
3289
|
channel: string | null;
|
|
3291
3290
|
address: string | null;
|
|
3291
|
+
name: string;
|
|
3292
3292
|
createdAt: Date;
|
|
3293
3293
|
updatedAt: Date;
|
|
3294
3294
|
deletedAt: Date | null;
|
|
@@ -3308,17 +3308,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3308
3308
|
messageId: string;
|
|
3309
3309
|
mailUserId: string;
|
|
3310
3310
|
mailUser: {
|
|
3311
|
-
name: string;
|
|
3312
3311
|
id: string;
|
|
3313
3312
|
address: string;
|
|
3313
|
+
name: string;
|
|
3314
3314
|
createdAt: Date;
|
|
3315
3315
|
updatedAt: Date;
|
|
3316
3316
|
deletedAt: Date | null;
|
|
3317
3317
|
contact: {
|
|
3318
|
-
name: string;
|
|
3319
3318
|
id: string;
|
|
3320
3319
|
channel: string | null;
|
|
3321
3320
|
address: string | null;
|
|
3321
|
+
name: string;
|
|
3322
3322
|
createdAt: Date;
|
|
3323
3323
|
updatedAt: Date;
|
|
3324
3324
|
deletedAt: Date | null;
|
|
@@ -3338,17 +3338,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3338
3338
|
messageId: string;
|
|
3339
3339
|
mailUserId: string;
|
|
3340
3340
|
mailUser: {
|
|
3341
|
-
name: string;
|
|
3342
3341
|
id: string;
|
|
3343
3342
|
address: string;
|
|
3343
|
+
name: string;
|
|
3344
3344
|
createdAt: Date;
|
|
3345
3345
|
updatedAt: Date;
|
|
3346
3346
|
deletedAt: Date | null;
|
|
3347
3347
|
contact: {
|
|
3348
|
-
name: string;
|
|
3349
3348
|
id: string;
|
|
3350
3349
|
channel: string | null;
|
|
3351
3350
|
address: string | null;
|
|
3351
|
+
name: string;
|
|
3352
3352
|
createdAt: Date;
|
|
3353
3353
|
updatedAt: Date;
|
|
3354
3354
|
deletedAt: Date | null;
|
|
@@ -3388,10 +3388,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3388
3388
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
3389
3389
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
3390
3390
|
}, "strip", z.ZodTypeAny, {
|
|
3391
|
-
name: string;
|
|
3392
3391
|
id: string;
|
|
3393
3392
|
channel: string | null;
|
|
3394
3393
|
address: string | null;
|
|
3394
|
+
name: string;
|
|
3395
3395
|
createdAt: Date;
|
|
3396
3396
|
updatedAt: Date;
|
|
3397
3397
|
deletedAt: Date | null;
|
|
@@ -3399,10 +3399,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3399
3399
|
contactProfile: string | null;
|
|
3400
3400
|
socialProfileUrl: string | null;
|
|
3401
3401
|
}, {
|
|
3402
|
-
name: string;
|
|
3403
3402
|
id: string;
|
|
3404
3403
|
channel: string | null;
|
|
3405
3404
|
address: string | null;
|
|
3405
|
+
name: string;
|
|
3406
3406
|
createdAt: Date;
|
|
3407
3407
|
updatedAt: Date;
|
|
3408
3408
|
deletedAt: Date | null;
|
|
@@ -3412,17 +3412,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3412
3412
|
}>;
|
|
3413
3413
|
isNewContact: z.ZodBoolean;
|
|
3414
3414
|
}, "strip", z.ZodTypeAny, {
|
|
3415
|
-
name: string;
|
|
3416
3415
|
id: string;
|
|
3417
3416
|
address: string;
|
|
3417
|
+
name: string;
|
|
3418
3418
|
createdAt: Date;
|
|
3419
3419
|
updatedAt: Date;
|
|
3420
3420
|
deletedAt: Date | null;
|
|
3421
3421
|
contact: {
|
|
3422
|
-
name: string;
|
|
3423
3422
|
id: string;
|
|
3424
3423
|
channel: string | null;
|
|
3425
3424
|
address: string | null;
|
|
3425
|
+
name: string;
|
|
3426
3426
|
createdAt: Date;
|
|
3427
3427
|
updatedAt: Date;
|
|
3428
3428
|
deletedAt: Date | null;
|
|
@@ -3433,17 +3433,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3433
3433
|
contactId: string;
|
|
3434
3434
|
isNewContact: boolean;
|
|
3435
3435
|
}, {
|
|
3436
|
-
name: string;
|
|
3437
3436
|
id: string;
|
|
3438
3437
|
address: string;
|
|
3438
|
+
name: string;
|
|
3439
3439
|
createdAt: Date;
|
|
3440
3440
|
updatedAt: Date;
|
|
3441
3441
|
deletedAt: Date | null;
|
|
3442
3442
|
contact: {
|
|
3443
|
-
name: string;
|
|
3444
3443
|
id: string;
|
|
3445
3444
|
channel: string | null;
|
|
3446
3445
|
address: string | null;
|
|
3446
|
+
name: string;
|
|
3447
3447
|
createdAt: Date;
|
|
3448
3448
|
updatedAt: Date;
|
|
3449
3449
|
deletedAt: Date | null;
|
|
@@ -3463,17 +3463,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3463
3463
|
messageId: string;
|
|
3464
3464
|
mailUserId: string;
|
|
3465
3465
|
mailUser: {
|
|
3466
|
-
name: string;
|
|
3467
3466
|
id: string;
|
|
3468
3467
|
address: string;
|
|
3468
|
+
name: string;
|
|
3469
3469
|
createdAt: Date;
|
|
3470
3470
|
updatedAt: Date;
|
|
3471
3471
|
deletedAt: Date | null;
|
|
3472
3472
|
contact: {
|
|
3473
|
-
name: string;
|
|
3474
3473
|
id: string;
|
|
3475
3474
|
channel: string | null;
|
|
3476
3475
|
address: string | null;
|
|
3476
|
+
name: string;
|
|
3477
3477
|
createdAt: Date;
|
|
3478
3478
|
updatedAt: Date;
|
|
3479
3479
|
deletedAt: Date | null;
|
|
@@ -3493,17 +3493,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3493
3493
|
messageId: string;
|
|
3494
3494
|
mailUserId: string;
|
|
3495
3495
|
mailUser: {
|
|
3496
|
-
name: string;
|
|
3497
3496
|
id: string;
|
|
3498
3497
|
address: string;
|
|
3498
|
+
name: string;
|
|
3499
3499
|
createdAt: Date;
|
|
3500
3500
|
updatedAt: Date;
|
|
3501
3501
|
deletedAt: Date | null;
|
|
3502
3502
|
contact: {
|
|
3503
|
-
name: string;
|
|
3504
3503
|
id: string;
|
|
3505
3504
|
channel: string | null;
|
|
3506
3505
|
address: string | null;
|
|
3506
|
+
name: string;
|
|
3507
3507
|
createdAt: Date;
|
|
3508
3508
|
updatedAt: Date;
|
|
3509
3509
|
deletedAt: Date | null;
|
|
@@ -3625,17 +3625,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3625
3625
|
messageId: string;
|
|
3626
3626
|
mailUserId: string;
|
|
3627
3627
|
mailUser: {
|
|
3628
|
-
name: string;
|
|
3629
3628
|
id: string;
|
|
3630
3629
|
address: string;
|
|
3630
|
+
name: string;
|
|
3631
3631
|
createdAt: Date;
|
|
3632
3632
|
updatedAt: Date;
|
|
3633
3633
|
deletedAt: Date | null;
|
|
3634
3634
|
contact: {
|
|
3635
|
-
name: string;
|
|
3636
3635
|
id: string;
|
|
3637
3636
|
channel: string | null;
|
|
3638
3637
|
address: string | null;
|
|
3638
|
+
name: string;
|
|
3639
3639
|
createdAt: Date;
|
|
3640
3640
|
updatedAt: Date;
|
|
3641
3641
|
deletedAt: Date | null;
|
|
@@ -3681,17 +3681,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3681
3681
|
messageId: string;
|
|
3682
3682
|
mailUserId: string;
|
|
3683
3683
|
mailUser: {
|
|
3684
|
-
name: string;
|
|
3685
3684
|
id: string;
|
|
3686
3685
|
address: string;
|
|
3686
|
+
name: string;
|
|
3687
3687
|
createdAt: Date;
|
|
3688
3688
|
updatedAt: Date;
|
|
3689
3689
|
deletedAt: Date | null;
|
|
3690
3690
|
contact: {
|
|
3691
|
-
name: string;
|
|
3692
3691
|
id: string;
|
|
3693
3692
|
channel: string | null;
|
|
3694
3693
|
address: string | null;
|
|
3694
|
+
name: string;
|
|
3695
3695
|
createdAt: Date;
|
|
3696
3696
|
updatedAt: Date;
|
|
3697
3697
|
deletedAt: Date | null;
|
|
@@ -3712,17 +3712,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3712
3712
|
messageId: string;
|
|
3713
3713
|
mailUserId: string;
|
|
3714
3714
|
mailUser: {
|
|
3715
|
-
name: string;
|
|
3716
3715
|
id: string;
|
|
3717
3716
|
address: string;
|
|
3717
|
+
name: string;
|
|
3718
3718
|
createdAt: Date;
|
|
3719
3719
|
updatedAt: Date;
|
|
3720
3720
|
deletedAt: Date | null;
|
|
3721
3721
|
contact: {
|
|
3722
|
-
name: string;
|
|
3723
3722
|
id: string;
|
|
3724
3723
|
channel: string | null;
|
|
3725
3724
|
address: string | null;
|
|
3725
|
+
name: string;
|
|
3726
3726
|
createdAt: Date;
|
|
3727
3727
|
updatedAt: Date;
|
|
3728
3728
|
deletedAt: Date | null;
|
|
@@ -3743,17 +3743,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3743
3743
|
messageId: string;
|
|
3744
3744
|
mailUserId: string;
|
|
3745
3745
|
mailUser: {
|
|
3746
|
-
name: string;
|
|
3747
3746
|
id: string;
|
|
3748
3747
|
address: string;
|
|
3748
|
+
name: string;
|
|
3749
3749
|
createdAt: Date;
|
|
3750
3750
|
updatedAt: Date;
|
|
3751
3751
|
deletedAt: Date | null;
|
|
3752
3752
|
contact: {
|
|
3753
|
-
name: string;
|
|
3754
3753
|
id: string;
|
|
3755
3754
|
channel: string | null;
|
|
3756
3755
|
address: string | null;
|
|
3756
|
+
name: string;
|
|
3757
3757
|
createdAt: Date;
|
|
3758
3758
|
updatedAt: Date;
|
|
3759
3759
|
deletedAt: Date | null;
|
|
@@ -3793,17 +3793,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3793
3793
|
messageId: string;
|
|
3794
3794
|
mailUserId: string;
|
|
3795
3795
|
mailUser: {
|
|
3796
|
-
name: string;
|
|
3797
3796
|
id: string;
|
|
3798
3797
|
address: string;
|
|
3798
|
+
name: string;
|
|
3799
3799
|
createdAt: Date;
|
|
3800
3800
|
updatedAt: Date;
|
|
3801
3801
|
deletedAt: Date | null;
|
|
3802
3802
|
contact: {
|
|
3803
|
-
name: string;
|
|
3804
3803
|
id: string;
|
|
3805
3804
|
channel: string | null;
|
|
3806
3805
|
address: string | null;
|
|
3806
|
+
name: string;
|
|
3807
3807
|
createdAt: Date;
|
|
3808
3808
|
updatedAt: Date;
|
|
3809
3809
|
deletedAt: Date | null;
|
|
@@ -3849,17 +3849,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3849
3849
|
messageId: string;
|
|
3850
3850
|
mailUserId: string;
|
|
3851
3851
|
mailUser: {
|
|
3852
|
-
name: string;
|
|
3853
3852
|
id: string;
|
|
3854
3853
|
address: string;
|
|
3854
|
+
name: string;
|
|
3855
3855
|
createdAt: Date;
|
|
3856
3856
|
updatedAt: Date;
|
|
3857
3857
|
deletedAt: Date | null;
|
|
3858
3858
|
contact: {
|
|
3859
|
-
name: string;
|
|
3860
3859
|
id: string;
|
|
3861
3860
|
channel: string | null;
|
|
3862
3861
|
address: string | null;
|
|
3862
|
+
name: string;
|
|
3863
3863
|
createdAt: Date;
|
|
3864
3864
|
updatedAt: Date;
|
|
3865
3865
|
deletedAt: Date | null;
|
|
@@ -3880,17 +3880,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3880
3880
|
messageId: string;
|
|
3881
3881
|
mailUserId: string;
|
|
3882
3882
|
mailUser: {
|
|
3883
|
-
name: string;
|
|
3884
3883
|
id: string;
|
|
3885
3884
|
address: string;
|
|
3885
|
+
name: string;
|
|
3886
3886
|
createdAt: Date;
|
|
3887
3887
|
updatedAt: Date;
|
|
3888
3888
|
deletedAt: Date | null;
|
|
3889
3889
|
contact: {
|
|
3890
|
-
name: string;
|
|
3891
3890
|
id: string;
|
|
3892
3891
|
channel: string | null;
|
|
3893
3892
|
address: string | null;
|
|
3893
|
+
name: string;
|
|
3894
3894
|
createdAt: Date;
|
|
3895
3895
|
updatedAt: Date;
|
|
3896
3896
|
deletedAt: Date | null;
|
|
@@ -3911,17 +3911,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3911
3911
|
messageId: string;
|
|
3912
3912
|
mailUserId: string;
|
|
3913
3913
|
mailUser: {
|
|
3914
|
-
name: string;
|
|
3915
3914
|
id: string;
|
|
3916
3915
|
address: string;
|
|
3916
|
+
name: string;
|
|
3917
3917
|
createdAt: Date;
|
|
3918
3918
|
updatedAt: Date;
|
|
3919
3919
|
deletedAt: Date | null;
|
|
3920
3920
|
contact: {
|
|
3921
|
-
name: string;
|
|
3922
3921
|
id: string;
|
|
3923
3922
|
channel: string | null;
|
|
3924
3923
|
address: string | null;
|
|
3924
|
+
name: string;
|
|
3925
3925
|
createdAt: Date;
|
|
3926
3926
|
updatedAt: Date;
|
|
3927
3927
|
deletedAt: Date | null;
|
|
@@ -3992,10 +3992,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
3992
3992
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
3993
3993
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
3994
3994
|
}, "strip", z.ZodTypeAny, {
|
|
3995
|
-
name: string;
|
|
3996
3995
|
id: string;
|
|
3997
3996
|
channel: string | null;
|
|
3998
3997
|
address: string | null;
|
|
3998
|
+
name: string;
|
|
3999
3999
|
createdAt: Date;
|
|
4000
4000
|
updatedAt: Date;
|
|
4001
4001
|
deletedAt: Date | null;
|
|
@@ -4003,10 +4003,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4003
4003
|
contactProfile: string | null;
|
|
4004
4004
|
socialProfileUrl: string | null;
|
|
4005
4005
|
}, {
|
|
4006
|
-
name: string;
|
|
4007
4006
|
id: string;
|
|
4008
4007
|
channel: string | null;
|
|
4009
4008
|
address: string | null;
|
|
4009
|
+
name: string;
|
|
4010
4010
|
createdAt: Date;
|
|
4011
4011
|
updatedAt: Date;
|
|
4012
4012
|
deletedAt: Date | null;
|
|
@@ -4016,17 +4016,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4016
4016
|
}>;
|
|
4017
4017
|
isNewContact: z.ZodBoolean;
|
|
4018
4018
|
}, "strip", z.ZodTypeAny, {
|
|
4019
|
-
name: string;
|
|
4020
4019
|
id: string;
|
|
4021
4020
|
address: string;
|
|
4021
|
+
name: string;
|
|
4022
4022
|
createdAt: Date;
|
|
4023
4023
|
updatedAt: Date;
|
|
4024
4024
|
deletedAt: Date | null;
|
|
4025
4025
|
contact: {
|
|
4026
|
-
name: string;
|
|
4027
4026
|
id: string;
|
|
4028
4027
|
channel: string | null;
|
|
4029
4028
|
address: string | null;
|
|
4029
|
+
name: string;
|
|
4030
4030
|
createdAt: Date;
|
|
4031
4031
|
updatedAt: Date;
|
|
4032
4032
|
deletedAt: Date | null;
|
|
@@ -4037,17 +4037,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4037
4037
|
contactId: string;
|
|
4038
4038
|
isNewContact: boolean;
|
|
4039
4039
|
}, {
|
|
4040
|
-
name: string;
|
|
4041
4040
|
id: string;
|
|
4042
4041
|
address: string;
|
|
4042
|
+
name: string;
|
|
4043
4043
|
createdAt: Date;
|
|
4044
4044
|
updatedAt: Date;
|
|
4045
4045
|
deletedAt: Date | null;
|
|
4046
4046
|
contact: {
|
|
4047
|
-
name: string;
|
|
4048
4047
|
id: string;
|
|
4049
4048
|
channel: string | null;
|
|
4050
4049
|
address: string | null;
|
|
4050
|
+
name: string;
|
|
4051
4051
|
createdAt: Date;
|
|
4052
4052
|
updatedAt: Date;
|
|
4053
4053
|
deletedAt: Date | null;
|
|
@@ -4067,17 +4067,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4067
4067
|
messageId: string;
|
|
4068
4068
|
mailUserId: string;
|
|
4069
4069
|
mailUser: {
|
|
4070
|
-
name: string;
|
|
4071
4070
|
id: string;
|
|
4072
4071
|
address: string;
|
|
4072
|
+
name: string;
|
|
4073
4073
|
createdAt: Date;
|
|
4074
4074
|
updatedAt: Date;
|
|
4075
4075
|
deletedAt: Date | null;
|
|
4076
4076
|
contact: {
|
|
4077
|
-
name: string;
|
|
4078
4077
|
id: string;
|
|
4079
4078
|
channel: string | null;
|
|
4080
4079
|
address: string | null;
|
|
4080
|
+
name: string;
|
|
4081
4081
|
createdAt: Date;
|
|
4082
4082
|
updatedAt: Date;
|
|
4083
4083
|
deletedAt: Date | null;
|
|
@@ -4097,17 +4097,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4097
4097
|
messageId: string;
|
|
4098
4098
|
mailUserId: string;
|
|
4099
4099
|
mailUser: {
|
|
4100
|
-
name: string;
|
|
4101
4100
|
id: string;
|
|
4102
4101
|
address: string;
|
|
4102
|
+
name: string;
|
|
4103
4103
|
createdAt: Date;
|
|
4104
4104
|
updatedAt: Date;
|
|
4105
4105
|
deletedAt: Date | null;
|
|
4106
4106
|
contact: {
|
|
4107
|
-
name: string;
|
|
4108
4107
|
id: string;
|
|
4109
4108
|
channel: string | null;
|
|
4110
4109
|
address: string | null;
|
|
4110
|
+
name: string;
|
|
4111
4111
|
createdAt: Date;
|
|
4112
4112
|
updatedAt: Date;
|
|
4113
4113
|
deletedAt: Date | null;
|
|
@@ -4147,10 +4147,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4147
4147
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
4148
4148
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
4149
4149
|
}, "strip", z.ZodTypeAny, {
|
|
4150
|
-
name: string;
|
|
4151
4150
|
id: string;
|
|
4152
4151
|
channel: string | null;
|
|
4153
4152
|
address: string | null;
|
|
4153
|
+
name: string;
|
|
4154
4154
|
createdAt: Date;
|
|
4155
4155
|
updatedAt: Date;
|
|
4156
4156
|
deletedAt: Date | null;
|
|
@@ -4158,10 +4158,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4158
4158
|
contactProfile: string | null;
|
|
4159
4159
|
socialProfileUrl: string | null;
|
|
4160
4160
|
}, {
|
|
4161
|
-
name: string;
|
|
4162
4161
|
id: string;
|
|
4163
4162
|
channel: string | null;
|
|
4164
4163
|
address: string | null;
|
|
4164
|
+
name: string;
|
|
4165
4165
|
createdAt: Date;
|
|
4166
4166
|
updatedAt: Date;
|
|
4167
4167
|
deletedAt: Date | null;
|
|
@@ -4171,17 +4171,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4171
4171
|
}>;
|
|
4172
4172
|
isNewContact: z.ZodBoolean;
|
|
4173
4173
|
}, "strip", z.ZodTypeAny, {
|
|
4174
|
-
name: string;
|
|
4175
4174
|
id: string;
|
|
4176
4175
|
address: string;
|
|
4176
|
+
name: string;
|
|
4177
4177
|
createdAt: Date;
|
|
4178
4178
|
updatedAt: Date;
|
|
4179
4179
|
deletedAt: Date | null;
|
|
4180
4180
|
contact: {
|
|
4181
|
-
name: string;
|
|
4182
4181
|
id: string;
|
|
4183
4182
|
channel: string | null;
|
|
4184
4183
|
address: string | null;
|
|
4184
|
+
name: string;
|
|
4185
4185
|
createdAt: Date;
|
|
4186
4186
|
updatedAt: Date;
|
|
4187
4187
|
deletedAt: Date | null;
|
|
@@ -4192,17 +4192,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4192
4192
|
contactId: string;
|
|
4193
4193
|
isNewContact: boolean;
|
|
4194
4194
|
}, {
|
|
4195
|
-
name: string;
|
|
4196
4195
|
id: string;
|
|
4197
4196
|
address: string;
|
|
4197
|
+
name: string;
|
|
4198
4198
|
createdAt: Date;
|
|
4199
4199
|
updatedAt: Date;
|
|
4200
4200
|
deletedAt: Date | null;
|
|
4201
4201
|
contact: {
|
|
4202
|
-
name: string;
|
|
4203
4202
|
id: string;
|
|
4204
4203
|
channel: string | null;
|
|
4205
4204
|
address: string | null;
|
|
4205
|
+
name: string;
|
|
4206
4206
|
createdAt: Date;
|
|
4207
4207
|
updatedAt: Date;
|
|
4208
4208
|
deletedAt: Date | null;
|
|
@@ -4222,17 +4222,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4222
4222
|
messageId: string;
|
|
4223
4223
|
mailUserId: string;
|
|
4224
4224
|
mailUser: {
|
|
4225
|
-
name: string;
|
|
4226
4225
|
id: string;
|
|
4227
4226
|
address: string;
|
|
4227
|
+
name: string;
|
|
4228
4228
|
createdAt: Date;
|
|
4229
4229
|
updatedAt: Date;
|
|
4230
4230
|
deletedAt: Date | null;
|
|
4231
4231
|
contact: {
|
|
4232
|
-
name: string;
|
|
4233
4232
|
id: string;
|
|
4234
4233
|
channel: string | null;
|
|
4235
4234
|
address: string | null;
|
|
4235
|
+
name: string;
|
|
4236
4236
|
createdAt: Date;
|
|
4237
4237
|
updatedAt: Date;
|
|
4238
4238
|
deletedAt: Date | null;
|
|
@@ -4252,17 +4252,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4252
4252
|
messageId: string;
|
|
4253
4253
|
mailUserId: string;
|
|
4254
4254
|
mailUser: {
|
|
4255
|
-
name: string;
|
|
4256
4255
|
id: string;
|
|
4257
4256
|
address: string;
|
|
4257
|
+
name: string;
|
|
4258
4258
|
createdAt: Date;
|
|
4259
4259
|
updatedAt: Date;
|
|
4260
4260
|
deletedAt: Date | null;
|
|
4261
4261
|
contact: {
|
|
4262
|
-
name: string;
|
|
4263
4262
|
id: string;
|
|
4264
4263
|
channel: string | null;
|
|
4265
4264
|
address: string | null;
|
|
4265
|
+
name: string;
|
|
4266
4266
|
createdAt: Date;
|
|
4267
4267
|
updatedAt: Date;
|
|
4268
4268
|
deletedAt: Date | null;
|
|
@@ -4302,10 +4302,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4302
4302
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
4303
4303
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
4304
4304
|
}, "strip", z.ZodTypeAny, {
|
|
4305
|
-
name: string;
|
|
4306
4305
|
id: string;
|
|
4307
4306
|
channel: string | null;
|
|
4308
4307
|
address: string | null;
|
|
4308
|
+
name: string;
|
|
4309
4309
|
createdAt: Date;
|
|
4310
4310
|
updatedAt: Date;
|
|
4311
4311
|
deletedAt: Date | null;
|
|
@@ -4313,10 +4313,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4313
4313
|
contactProfile: string | null;
|
|
4314
4314
|
socialProfileUrl: string | null;
|
|
4315
4315
|
}, {
|
|
4316
|
-
name: string;
|
|
4317
4316
|
id: string;
|
|
4318
4317
|
channel: string | null;
|
|
4319
4318
|
address: string | null;
|
|
4319
|
+
name: string;
|
|
4320
4320
|
createdAt: Date;
|
|
4321
4321
|
updatedAt: Date;
|
|
4322
4322
|
deletedAt: Date | null;
|
|
@@ -4326,17 +4326,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4326
4326
|
}>;
|
|
4327
4327
|
isNewContact: z.ZodBoolean;
|
|
4328
4328
|
}, "strip", z.ZodTypeAny, {
|
|
4329
|
-
name: string;
|
|
4330
4329
|
id: string;
|
|
4331
4330
|
address: string;
|
|
4331
|
+
name: string;
|
|
4332
4332
|
createdAt: Date;
|
|
4333
4333
|
updatedAt: Date;
|
|
4334
4334
|
deletedAt: Date | null;
|
|
4335
4335
|
contact: {
|
|
4336
|
-
name: string;
|
|
4337
4336
|
id: string;
|
|
4338
4337
|
channel: string | null;
|
|
4339
4338
|
address: string | null;
|
|
4339
|
+
name: string;
|
|
4340
4340
|
createdAt: Date;
|
|
4341
4341
|
updatedAt: Date;
|
|
4342
4342
|
deletedAt: Date | null;
|
|
@@ -4347,17 +4347,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4347
4347
|
contactId: string;
|
|
4348
4348
|
isNewContact: boolean;
|
|
4349
4349
|
}, {
|
|
4350
|
-
name: string;
|
|
4351
4350
|
id: string;
|
|
4352
4351
|
address: string;
|
|
4352
|
+
name: string;
|
|
4353
4353
|
createdAt: Date;
|
|
4354
4354
|
updatedAt: Date;
|
|
4355
4355
|
deletedAt: Date | null;
|
|
4356
4356
|
contact: {
|
|
4357
|
-
name: string;
|
|
4358
4357
|
id: string;
|
|
4359
4358
|
channel: string | null;
|
|
4360
4359
|
address: string | null;
|
|
4360
|
+
name: string;
|
|
4361
4361
|
createdAt: Date;
|
|
4362
4362
|
updatedAt: Date;
|
|
4363
4363
|
deletedAt: Date | null;
|
|
@@ -4377,17 +4377,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4377
4377
|
messageId: string;
|
|
4378
4378
|
mailUserId: string;
|
|
4379
4379
|
mailUser: {
|
|
4380
|
-
name: string;
|
|
4381
4380
|
id: string;
|
|
4382
4381
|
address: string;
|
|
4382
|
+
name: string;
|
|
4383
4383
|
createdAt: Date;
|
|
4384
4384
|
updatedAt: Date;
|
|
4385
4385
|
deletedAt: Date | null;
|
|
4386
4386
|
contact: {
|
|
4387
|
-
name: string;
|
|
4388
4387
|
id: string;
|
|
4389
4388
|
channel: string | null;
|
|
4390
4389
|
address: string | null;
|
|
4390
|
+
name: string;
|
|
4391
4391
|
createdAt: Date;
|
|
4392
4392
|
updatedAt: Date;
|
|
4393
4393
|
deletedAt: Date | null;
|
|
@@ -4407,17 +4407,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4407
4407
|
messageId: string;
|
|
4408
4408
|
mailUserId: string;
|
|
4409
4409
|
mailUser: {
|
|
4410
|
-
name: string;
|
|
4411
4410
|
id: string;
|
|
4412
4411
|
address: string;
|
|
4412
|
+
name: string;
|
|
4413
4413
|
createdAt: Date;
|
|
4414
4414
|
updatedAt: Date;
|
|
4415
4415
|
deletedAt: Date | null;
|
|
4416
4416
|
contact: {
|
|
4417
|
-
name: string;
|
|
4418
4417
|
id: string;
|
|
4419
4418
|
channel: string | null;
|
|
4420
4419
|
address: string | null;
|
|
4420
|
+
name: string;
|
|
4421
4421
|
createdAt: Date;
|
|
4422
4422
|
updatedAt: Date;
|
|
4423
4423
|
deletedAt: Date | null;
|
|
@@ -4457,10 +4457,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4457
4457
|
contactProfile: z.ZodNullable<z.ZodString>;
|
|
4458
4458
|
socialProfileUrl: z.ZodNullable<z.ZodString>;
|
|
4459
4459
|
}, "strip", z.ZodTypeAny, {
|
|
4460
|
-
name: string;
|
|
4461
4460
|
id: string;
|
|
4462
4461
|
channel: string | null;
|
|
4463
4462
|
address: string | null;
|
|
4463
|
+
name: string;
|
|
4464
4464
|
createdAt: Date;
|
|
4465
4465
|
updatedAt: Date;
|
|
4466
4466
|
deletedAt: Date | null;
|
|
@@ -4468,10 +4468,10 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4468
4468
|
contactProfile: string | null;
|
|
4469
4469
|
socialProfileUrl: string | null;
|
|
4470
4470
|
}, {
|
|
4471
|
-
name: string;
|
|
4472
4471
|
id: string;
|
|
4473
4472
|
channel: string | null;
|
|
4474
4473
|
address: string | null;
|
|
4474
|
+
name: string;
|
|
4475
4475
|
createdAt: Date;
|
|
4476
4476
|
updatedAt: Date;
|
|
4477
4477
|
deletedAt: Date | null;
|
|
@@ -4481,17 +4481,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4481
4481
|
}>;
|
|
4482
4482
|
isNewContact: z.ZodBoolean;
|
|
4483
4483
|
}, "strip", z.ZodTypeAny, {
|
|
4484
|
-
name: string;
|
|
4485
4484
|
id: string;
|
|
4486
4485
|
address: string;
|
|
4486
|
+
name: string;
|
|
4487
4487
|
createdAt: Date;
|
|
4488
4488
|
updatedAt: Date;
|
|
4489
4489
|
deletedAt: Date | null;
|
|
4490
4490
|
contact: {
|
|
4491
|
-
name: string;
|
|
4492
4491
|
id: string;
|
|
4493
4492
|
channel: string | null;
|
|
4494
4493
|
address: string | null;
|
|
4494
|
+
name: string;
|
|
4495
4495
|
createdAt: Date;
|
|
4496
4496
|
updatedAt: Date;
|
|
4497
4497
|
deletedAt: Date | null;
|
|
@@ -4502,17 +4502,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4502
4502
|
contactId: string;
|
|
4503
4503
|
isNewContact: boolean;
|
|
4504
4504
|
}, {
|
|
4505
|
-
name: string;
|
|
4506
4505
|
id: string;
|
|
4507
4506
|
address: string;
|
|
4507
|
+
name: string;
|
|
4508
4508
|
createdAt: Date;
|
|
4509
4509
|
updatedAt: Date;
|
|
4510
4510
|
deletedAt: Date | null;
|
|
4511
4511
|
contact: {
|
|
4512
|
-
name: string;
|
|
4513
4512
|
id: string;
|
|
4514
4513
|
channel: string | null;
|
|
4515
4514
|
address: string | null;
|
|
4515
|
+
name: string;
|
|
4516
4516
|
createdAt: Date;
|
|
4517
4517
|
updatedAt: Date;
|
|
4518
4518
|
deletedAt: Date | null;
|
|
@@ -4532,17 +4532,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4532
4532
|
messageId: string;
|
|
4533
4533
|
mailUserId: string;
|
|
4534
4534
|
mailUser: {
|
|
4535
|
-
name: string;
|
|
4536
4535
|
id: string;
|
|
4537
4536
|
address: string;
|
|
4537
|
+
name: string;
|
|
4538
4538
|
createdAt: Date;
|
|
4539
4539
|
updatedAt: Date;
|
|
4540
4540
|
deletedAt: Date | null;
|
|
4541
4541
|
contact: {
|
|
4542
|
-
name: string;
|
|
4543
4542
|
id: string;
|
|
4544
4543
|
channel: string | null;
|
|
4545
4544
|
address: string | null;
|
|
4545
|
+
name: string;
|
|
4546
4546
|
createdAt: Date;
|
|
4547
4547
|
updatedAt: Date;
|
|
4548
4548
|
deletedAt: Date | null;
|
|
@@ -4562,17 +4562,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4562
4562
|
messageId: string;
|
|
4563
4563
|
mailUserId: string;
|
|
4564
4564
|
mailUser: {
|
|
4565
|
-
name: string;
|
|
4566
4565
|
id: string;
|
|
4567
4566
|
address: string;
|
|
4567
|
+
name: string;
|
|
4568
4568
|
createdAt: Date;
|
|
4569
4569
|
updatedAt: Date;
|
|
4570
4570
|
deletedAt: Date | null;
|
|
4571
4571
|
contact: {
|
|
4572
|
-
name: string;
|
|
4573
4572
|
id: string;
|
|
4574
4573
|
channel: string | null;
|
|
4575
4574
|
address: string | null;
|
|
4575
|
+
name: string;
|
|
4576
4576
|
createdAt: Date;
|
|
4577
4577
|
updatedAt: Date;
|
|
4578
4578
|
deletedAt: Date | null;
|
|
@@ -4694,17 +4694,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4694
4694
|
messageId: string;
|
|
4695
4695
|
mailUserId: string;
|
|
4696
4696
|
mailUser: {
|
|
4697
|
-
name: string;
|
|
4698
4697
|
id: string;
|
|
4699
4698
|
address: string;
|
|
4699
|
+
name: string;
|
|
4700
4700
|
createdAt: Date;
|
|
4701
4701
|
updatedAt: Date;
|
|
4702
4702
|
deletedAt: Date | null;
|
|
4703
4703
|
contact: {
|
|
4704
|
-
name: string;
|
|
4705
4704
|
id: string;
|
|
4706
4705
|
channel: string | null;
|
|
4707
4706
|
address: string | null;
|
|
4707
|
+
name: string;
|
|
4708
4708
|
createdAt: Date;
|
|
4709
4709
|
updatedAt: Date;
|
|
4710
4710
|
deletedAt: Date | null;
|
|
@@ -4750,17 +4750,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4750
4750
|
messageId: string;
|
|
4751
4751
|
mailUserId: string;
|
|
4752
4752
|
mailUser: {
|
|
4753
|
-
name: string;
|
|
4754
4753
|
id: string;
|
|
4755
4754
|
address: string;
|
|
4755
|
+
name: string;
|
|
4756
4756
|
createdAt: Date;
|
|
4757
4757
|
updatedAt: Date;
|
|
4758
4758
|
deletedAt: Date | null;
|
|
4759
4759
|
contact: {
|
|
4760
|
-
name: string;
|
|
4761
4760
|
id: string;
|
|
4762
4761
|
channel: string | null;
|
|
4763
4762
|
address: string | null;
|
|
4763
|
+
name: string;
|
|
4764
4764
|
createdAt: Date;
|
|
4765
4765
|
updatedAt: Date;
|
|
4766
4766
|
deletedAt: Date | null;
|
|
@@ -4781,17 +4781,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4781
4781
|
messageId: string;
|
|
4782
4782
|
mailUserId: string;
|
|
4783
4783
|
mailUser: {
|
|
4784
|
-
name: string;
|
|
4785
4784
|
id: string;
|
|
4786
4785
|
address: string;
|
|
4786
|
+
name: string;
|
|
4787
4787
|
createdAt: Date;
|
|
4788
4788
|
updatedAt: Date;
|
|
4789
4789
|
deletedAt: Date | null;
|
|
4790
4790
|
contact: {
|
|
4791
|
-
name: string;
|
|
4792
4791
|
id: string;
|
|
4793
4792
|
channel: string | null;
|
|
4794
4793
|
address: string | null;
|
|
4794
|
+
name: string;
|
|
4795
4795
|
createdAt: Date;
|
|
4796
4796
|
updatedAt: Date;
|
|
4797
4797
|
deletedAt: Date | null;
|
|
@@ -4812,17 +4812,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4812
4812
|
messageId: string;
|
|
4813
4813
|
mailUserId: string;
|
|
4814
4814
|
mailUser: {
|
|
4815
|
-
name: string;
|
|
4816
4815
|
id: string;
|
|
4817
4816
|
address: string;
|
|
4817
|
+
name: string;
|
|
4818
4818
|
createdAt: Date;
|
|
4819
4819
|
updatedAt: Date;
|
|
4820
4820
|
deletedAt: Date | null;
|
|
4821
4821
|
contact: {
|
|
4822
|
-
name: string;
|
|
4823
4822
|
id: string;
|
|
4824
4823
|
channel: string | null;
|
|
4825
4824
|
address: string | null;
|
|
4825
|
+
name: string;
|
|
4826
4826
|
createdAt: Date;
|
|
4827
4827
|
updatedAt: Date;
|
|
4828
4828
|
deletedAt: Date | null;
|
|
@@ -4862,17 +4862,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4862
4862
|
messageId: string;
|
|
4863
4863
|
mailUserId: string;
|
|
4864
4864
|
mailUser: {
|
|
4865
|
-
name: string;
|
|
4866
4865
|
id: string;
|
|
4867
4866
|
address: string;
|
|
4867
|
+
name: string;
|
|
4868
4868
|
createdAt: Date;
|
|
4869
4869
|
updatedAt: Date;
|
|
4870
4870
|
deletedAt: Date | null;
|
|
4871
4871
|
contact: {
|
|
4872
|
-
name: string;
|
|
4873
4872
|
id: string;
|
|
4874
4873
|
channel: string | null;
|
|
4875
4874
|
address: string | null;
|
|
4875
|
+
name: string;
|
|
4876
4876
|
createdAt: Date;
|
|
4877
4877
|
updatedAt: Date;
|
|
4878
4878
|
deletedAt: Date | null;
|
|
@@ -4918,17 +4918,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4918
4918
|
messageId: string;
|
|
4919
4919
|
mailUserId: string;
|
|
4920
4920
|
mailUser: {
|
|
4921
|
-
name: string;
|
|
4922
4921
|
id: string;
|
|
4923
4922
|
address: string;
|
|
4923
|
+
name: string;
|
|
4924
4924
|
createdAt: Date;
|
|
4925
4925
|
updatedAt: Date;
|
|
4926
4926
|
deletedAt: Date | null;
|
|
4927
4927
|
contact: {
|
|
4928
|
-
name: string;
|
|
4929
4928
|
id: string;
|
|
4930
4929
|
channel: string | null;
|
|
4931
4930
|
address: string | null;
|
|
4931
|
+
name: string;
|
|
4932
4932
|
createdAt: Date;
|
|
4933
4933
|
updatedAt: Date;
|
|
4934
4934
|
deletedAt: Date | null;
|
|
@@ -4949,17 +4949,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4949
4949
|
messageId: string;
|
|
4950
4950
|
mailUserId: string;
|
|
4951
4951
|
mailUser: {
|
|
4952
|
-
name: string;
|
|
4953
4952
|
id: string;
|
|
4954
4953
|
address: string;
|
|
4954
|
+
name: string;
|
|
4955
4955
|
createdAt: Date;
|
|
4956
4956
|
updatedAt: Date;
|
|
4957
4957
|
deletedAt: Date | null;
|
|
4958
4958
|
contact: {
|
|
4959
|
-
name: string;
|
|
4960
4959
|
id: string;
|
|
4961
4960
|
channel: string | null;
|
|
4962
4961
|
address: string | null;
|
|
4962
|
+
name: string;
|
|
4963
4963
|
createdAt: Date;
|
|
4964
4964
|
updatedAt: Date;
|
|
4965
4965
|
deletedAt: Date | null;
|
|
@@ -4980,17 +4980,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
4980
4980
|
messageId: string;
|
|
4981
4981
|
mailUserId: string;
|
|
4982
4982
|
mailUser: {
|
|
4983
|
-
name: string;
|
|
4984
4983
|
id: string;
|
|
4985
4984
|
address: string;
|
|
4985
|
+
name: string;
|
|
4986
4986
|
createdAt: Date;
|
|
4987
4987
|
updatedAt: Date;
|
|
4988
4988
|
deletedAt: Date | null;
|
|
4989
4989
|
contact: {
|
|
4990
|
-
name: string;
|
|
4991
4990
|
id: string;
|
|
4992
4991
|
channel: string | null;
|
|
4993
4992
|
address: string | null;
|
|
4993
|
+
name: string;
|
|
4994
4994
|
createdAt: Date;
|
|
4995
4995
|
updatedAt: Date;
|
|
4996
4996
|
deletedAt: Date | null;
|
|
@@ -5031,9 +5031,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5031
5031
|
phone: z.ZodNullable<z.ZodString>;
|
|
5032
5032
|
notificationCount: z.ZodNullable<z.ZodNumber>;
|
|
5033
5033
|
}, "strip", z.ZodTypeAny, {
|
|
5034
|
-
name: string;
|
|
5035
5034
|
id: string;
|
|
5036
5035
|
address: string | null;
|
|
5036
|
+
name: string;
|
|
5037
5037
|
email: string;
|
|
5038
5038
|
createdAt: Date;
|
|
5039
5039
|
updatedAt: Date;
|
|
@@ -5041,9 +5041,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5041
5041
|
phone: string | null;
|
|
5042
5042
|
notificationCount: number | null;
|
|
5043
5043
|
}, {
|
|
5044
|
-
name: string;
|
|
5045
5044
|
id: string;
|
|
5046
5045
|
address: string | null;
|
|
5046
|
+
name: string;
|
|
5047
5047
|
email: string;
|
|
5048
5048
|
createdAt: Date;
|
|
5049
5049
|
updatedAt: Date;
|
|
@@ -5058,9 +5058,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5058
5058
|
updatedAt: Date;
|
|
5059
5059
|
deletedAt: string | null;
|
|
5060
5060
|
actor: {
|
|
5061
|
-
name: string;
|
|
5062
5061
|
id: string;
|
|
5063
5062
|
address: string | null;
|
|
5063
|
+
name: string;
|
|
5064
5064
|
email: string;
|
|
5065
5065
|
createdAt: Date;
|
|
5066
5066
|
updatedAt: Date;
|
|
@@ -5077,9 +5077,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5077
5077
|
updatedAt: Date;
|
|
5078
5078
|
deletedAt: string | null;
|
|
5079
5079
|
actor: {
|
|
5080
|
-
name: string;
|
|
5081
5080
|
id: string;
|
|
5082
5081
|
address: string | null;
|
|
5082
|
+
name: string;
|
|
5083
5083
|
email: string;
|
|
5084
5084
|
createdAt: Date;
|
|
5085
5085
|
updatedAt: Date;
|
|
@@ -5114,8 +5114,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5114
5114
|
imapTlsPort: z.ZodNumber;
|
|
5115
5115
|
useTlsForImap: z.ZodBoolean;
|
|
5116
5116
|
}, "strip", z.ZodTypeAny, {
|
|
5117
|
-
name: string;
|
|
5118
5117
|
id: string;
|
|
5118
|
+
name: string;
|
|
5119
5119
|
createdAt: Date;
|
|
5120
5120
|
updatedAt: Date;
|
|
5121
5121
|
deletedAt: Date | null;
|
|
@@ -5128,8 +5128,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5128
5128
|
imapTlsPort: number;
|
|
5129
5129
|
useTlsForImap: boolean;
|
|
5130
5130
|
}, {
|
|
5131
|
-
name: string;
|
|
5132
5131
|
id: string;
|
|
5132
|
+
name: string;
|
|
5133
5133
|
createdAt: Date;
|
|
5134
5134
|
updatedAt: Date;
|
|
5135
5135
|
deletedAt: Date | null;
|
|
@@ -5144,18 +5144,18 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5144
5144
|
}>;
|
|
5145
5145
|
state: z.ZodUnion<[z.ZodLiteral<"init">, z.ZodLiteral<"syncing">, z.ZodLiteral<"connecting">, z.ZodLiteral<"connected">, z.ZodLiteral<"disconnected">, z.ZodLiteral<"authenticationError">, z.ZodLiteral<"connectError">, z.ZodLiteral<"unset">]>;
|
|
5146
5146
|
}, "strip", z.ZodTypeAny, {
|
|
5147
|
-
name: string;
|
|
5148
5147
|
id: string;
|
|
5149
5148
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
|
5150
5149
|
address: string;
|
|
5150
|
+
name: string;
|
|
5151
5151
|
createdAt: Date;
|
|
5152
5152
|
updatedAt: Date;
|
|
5153
5153
|
deletedAt: Date | null;
|
|
5154
5154
|
accountId: string;
|
|
5155
5155
|
mailServerId: string;
|
|
5156
5156
|
mailServer: {
|
|
5157
|
-
name: string;
|
|
5158
5157
|
id: string;
|
|
5158
|
+
name: string;
|
|
5159
5159
|
createdAt: Date;
|
|
5160
5160
|
updatedAt: Date;
|
|
5161
5161
|
deletedAt: Date | null;
|
|
@@ -5169,18 +5169,18 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5169
5169
|
useTlsForImap: boolean;
|
|
5170
5170
|
};
|
|
5171
5171
|
}, {
|
|
5172
|
-
name: string;
|
|
5173
5172
|
id: string;
|
|
5174
5173
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
|
5175
5174
|
address: string;
|
|
5175
|
+
name: string;
|
|
5176
5176
|
createdAt: Date;
|
|
5177
5177
|
updatedAt: Date;
|
|
5178
5178
|
deletedAt: Date | null;
|
|
5179
5179
|
accountId: string;
|
|
5180
5180
|
mailServerId: string;
|
|
5181
5181
|
mailServer: {
|
|
5182
|
-
name: string;
|
|
5183
5182
|
id: string;
|
|
5183
|
+
name: string;
|
|
5184
5184
|
createdAt: Date;
|
|
5185
5185
|
updatedAt: Date;
|
|
5186
5186
|
deletedAt: Date | null;
|
|
@@ -5230,14 +5230,14 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5230
5230
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5231
5231
|
name: z.ZodString;
|
|
5232
5232
|
}, "strip", z.ZodTypeAny, {
|
|
5233
|
-
name: string;
|
|
5234
5233
|
id: string;
|
|
5234
|
+
name: string;
|
|
5235
5235
|
createdAt: Date;
|
|
5236
5236
|
updatedAt: Date;
|
|
5237
5237
|
deletedAt: Date | null;
|
|
5238
5238
|
}, {
|
|
5239
|
-
name: string;
|
|
5240
5239
|
id: string;
|
|
5240
|
+
name: string;
|
|
5241
5241
|
createdAt: Date;
|
|
5242
5242
|
updatedAt: Date;
|
|
5243
5243
|
deletedAt: Date | null;
|
|
@@ -5408,8 +5408,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5408
5408
|
}[];
|
|
5409
5409
|
}[];
|
|
5410
5410
|
tags: {
|
|
5411
|
-
name: string;
|
|
5412
5411
|
id: string;
|
|
5412
|
+
name: string;
|
|
5413
5413
|
createdAt: Date;
|
|
5414
5414
|
updatedAt: Date;
|
|
5415
5415
|
deletedAt: Date | null;
|
|
@@ -5459,8 +5459,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5459
5459
|
}[];
|
|
5460
5460
|
}[];
|
|
5461
5461
|
tags: {
|
|
5462
|
-
name: string;
|
|
5463
5462
|
id: string;
|
|
5463
|
+
name: string;
|
|
5464
5464
|
createdAt: Date;
|
|
5465
5465
|
updatedAt: Date;
|
|
5466
5466
|
deletedAt: Date | null;
|
|
@@ -5498,16 +5498,16 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5498
5498
|
position: z.ZodNumber;
|
|
5499
5499
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
|
5500
5500
|
}, "strip", z.ZodTypeAny, {
|
|
5501
|
-
name: string;
|
|
5502
5501
|
id: string;
|
|
5502
|
+
name: string;
|
|
5503
5503
|
position: number;
|
|
5504
5504
|
createdAt: Date;
|
|
5505
5505
|
updatedAt: Date;
|
|
5506
5506
|
deletedAt: Date | null;
|
|
5507
5507
|
isDefault: boolean;
|
|
5508
5508
|
}, {
|
|
5509
|
-
name: string;
|
|
5510
5509
|
id: string;
|
|
5510
|
+
name: string;
|
|
5511
5511
|
position: number;
|
|
5512
5512
|
createdAt: Date;
|
|
5513
5513
|
updatedAt: Date;
|
|
@@ -5523,8 +5523,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5523
5523
|
endedAt: string | null;
|
|
5524
5524
|
duration: number | null;
|
|
5525
5525
|
holdLabel?: {
|
|
5526
|
-
name: string;
|
|
5527
5526
|
id: string;
|
|
5527
|
+
name: string;
|
|
5528
5528
|
position: number;
|
|
5529
5529
|
createdAt: Date;
|
|
5530
5530
|
updatedAt: Date;
|
|
@@ -5540,8 +5540,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5540
5540
|
endedAt: string | null;
|
|
5541
5541
|
duration: number | null;
|
|
5542
5542
|
holdLabel?: {
|
|
5543
|
-
name: string;
|
|
5544
5543
|
id: string;
|
|
5544
|
+
name: string;
|
|
5545
5545
|
position: number;
|
|
5546
5546
|
createdAt: Date;
|
|
5547
5547
|
updatedAt: Date;
|
|
@@ -5599,8 +5599,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5599
5599
|
}[];
|
|
5600
5600
|
}[];
|
|
5601
5601
|
tags: {
|
|
5602
|
-
name: string;
|
|
5603
5602
|
id: string;
|
|
5603
|
+
name: string;
|
|
5604
5604
|
createdAt: Date;
|
|
5605
5605
|
updatedAt: Date;
|
|
5606
5606
|
deletedAt: Date | null;
|
|
@@ -5630,8 +5630,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5630
5630
|
endedAt: string | null;
|
|
5631
5631
|
duration: number | null;
|
|
5632
5632
|
holdLabel?: {
|
|
5633
|
-
name: string;
|
|
5634
5633
|
id: string;
|
|
5634
|
+
name: string;
|
|
5635
5635
|
position: number;
|
|
5636
5636
|
createdAt: Date;
|
|
5637
5637
|
updatedAt: Date;
|
|
@@ -5689,8 +5689,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5689
5689
|
}[];
|
|
5690
5690
|
}[];
|
|
5691
5691
|
tags: {
|
|
5692
|
-
name: string;
|
|
5693
5692
|
id: string;
|
|
5693
|
+
name: string;
|
|
5694
5694
|
createdAt: Date;
|
|
5695
5695
|
updatedAt: Date;
|
|
5696
5696
|
deletedAt: Date | null;
|
|
@@ -5720,8 +5720,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5720
5720
|
endedAt: string | null;
|
|
5721
5721
|
duration: number | null;
|
|
5722
5722
|
holdLabel?: {
|
|
5723
|
-
name: string;
|
|
5724
5723
|
id: string;
|
|
5724
|
+
name: string;
|
|
5725
5725
|
position: number;
|
|
5726
5726
|
createdAt: Date;
|
|
5727
5727
|
updatedAt: Date;
|
|
@@ -5737,8 +5737,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5737
5737
|
updatedAt: Date;
|
|
5738
5738
|
deletedAt: Date | null;
|
|
5739
5739
|
tags: {
|
|
5740
|
-
name: string;
|
|
5741
5740
|
id: string;
|
|
5741
|
+
name: string;
|
|
5742
5742
|
color: string;
|
|
5743
5743
|
createdAt: Date;
|
|
5744
5744
|
updatedAt: Date;
|
|
@@ -5763,17 +5763,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5763
5763
|
messageId: string;
|
|
5764
5764
|
mailUserId: string;
|
|
5765
5765
|
mailUser: {
|
|
5766
|
-
name: string;
|
|
5767
5766
|
id: string;
|
|
5768
5767
|
address: string;
|
|
5768
|
+
name: string;
|
|
5769
5769
|
createdAt: Date;
|
|
5770
5770
|
updatedAt: Date;
|
|
5771
5771
|
deletedAt: Date | null;
|
|
5772
5772
|
contact: {
|
|
5773
|
-
name: string;
|
|
5774
5773
|
id: string;
|
|
5775
5774
|
channel: string | null;
|
|
5776
5775
|
address: string | null;
|
|
5776
|
+
name: string;
|
|
5777
5777
|
createdAt: Date;
|
|
5778
5778
|
updatedAt: Date;
|
|
5779
5779
|
deletedAt: Date | null;
|
|
@@ -5819,17 +5819,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5819
5819
|
messageId: string;
|
|
5820
5820
|
mailUserId: string;
|
|
5821
5821
|
mailUser: {
|
|
5822
|
-
name: string;
|
|
5823
5822
|
id: string;
|
|
5824
5823
|
address: string;
|
|
5824
|
+
name: string;
|
|
5825
5825
|
createdAt: Date;
|
|
5826
5826
|
updatedAt: Date;
|
|
5827
5827
|
deletedAt: Date | null;
|
|
5828
5828
|
contact: {
|
|
5829
|
-
name: string;
|
|
5830
5829
|
id: string;
|
|
5831
5830
|
channel: string | null;
|
|
5832
5831
|
address: string | null;
|
|
5832
|
+
name: string;
|
|
5833
5833
|
createdAt: Date;
|
|
5834
5834
|
updatedAt: Date;
|
|
5835
5835
|
deletedAt: Date | null;
|
|
@@ -5850,17 +5850,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5850
5850
|
messageId: string;
|
|
5851
5851
|
mailUserId: string;
|
|
5852
5852
|
mailUser: {
|
|
5853
|
-
name: string;
|
|
5854
5853
|
id: string;
|
|
5855
5854
|
address: string;
|
|
5855
|
+
name: string;
|
|
5856
5856
|
createdAt: Date;
|
|
5857
5857
|
updatedAt: Date;
|
|
5858
5858
|
deletedAt: Date | null;
|
|
5859
5859
|
contact: {
|
|
5860
|
-
name: string;
|
|
5861
5860
|
id: string;
|
|
5862
5861
|
channel: string | null;
|
|
5863
5862
|
address: string | null;
|
|
5863
|
+
name: string;
|
|
5864
5864
|
createdAt: Date;
|
|
5865
5865
|
updatedAt: Date;
|
|
5866
5866
|
deletedAt: Date | null;
|
|
@@ -5881,17 +5881,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5881
5881
|
messageId: string;
|
|
5882
5882
|
mailUserId: string;
|
|
5883
5883
|
mailUser: {
|
|
5884
|
-
name: string;
|
|
5885
5884
|
id: string;
|
|
5886
5885
|
address: string;
|
|
5886
|
+
name: string;
|
|
5887
5887
|
createdAt: Date;
|
|
5888
5888
|
updatedAt: Date;
|
|
5889
5889
|
deletedAt: Date | null;
|
|
5890
5890
|
contact: {
|
|
5891
|
-
name: string;
|
|
5892
5891
|
id: string;
|
|
5893
5892
|
channel: string | null;
|
|
5894
5893
|
address: string | null;
|
|
5894
|
+
name: string;
|
|
5895
5895
|
createdAt: Date;
|
|
5896
5896
|
updatedAt: Date;
|
|
5897
5897
|
deletedAt: Date | null;
|
|
@@ -5915,9 +5915,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5915
5915
|
seemsLikeNew: boolean;
|
|
5916
5916
|
};
|
|
5917
5917
|
assignee: {
|
|
5918
|
-
name: string;
|
|
5919
5918
|
id: string;
|
|
5920
5919
|
address: string | null;
|
|
5920
|
+
name: string;
|
|
5921
5921
|
email: string;
|
|
5922
5922
|
createdAt: Date;
|
|
5923
5923
|
updatedAt: Date;
|
|
@@ -5976,8 +5976,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
5976
5976
|
}[];
|
|
5977
5977
|
}[];
|
|
5978
5978
|
tags: {
|
|
5979
|
-
name: string;
|
|
5980
5979
|
id: string;
|
|
5980
|
+
name: string;
|
|
5981
5981
|
createdAt: Date;
|
|
5982
5982
|
updatedAt: Date;
|
|
5983
5983
|
deletedAt: Date | null;
|
|
@@ -6007,8 +6007,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6007
6007
|
endedAt: string | null;
|
|
6008
6008
|
duration: number | null;
|
|
6009
6009
|
holdLabel?: {
|
|
6010
|
-
name: string;
|
|
6011
6010
|
id: string;
|
|
6011
|
+
name: string;
|
|
6012
6012
|
position: number;
|
|
6013
6013
|
createdAt: Date;
|
|
6014
6014
|
updatedAt: Date;
|
|
@@ -6027,17 +6027,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6027
6027
|
messageId: string;
|
|
6028
6028
|
mailUserId: string;
|
|
6029
6029
|
mailUser: {
|
|
6030
|
-
name: string;
|
|
6031
6030
|
id: string;
|
|
6032
6031
|
address: string;
|
|
6032
|
+
name: string;
|
|
6033
6033
|
createdAt: Date;
|
|
6034
6034
|
updatedAt: Date;
|
|
6035
6035
|
deletedAt: Date | null;
|
|
6036
6036
|
contact: {
|
|
6037
|
-
name: string;
|
|
6038
6037
|
id: string;
|
|
6039
6038
|
channel: string | null;
|
|
6040
6039
|
address: string | null;
|
|
6040
|
+
name: string;
|
|
6041
6041
|
createdAt: Date;
|
|
6042
6042
|
updatedAt: Date;
|
|
6043
6043
|
deletedAt: Date | null;
|
|
@@ -6059,17 +6059,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6059
6059
|
messageId: string;
|
|
6060
6060
|
mailUserId: string;
|
|
6061
6061
|
mailUser: {
|
|
6062
|
-
name: string;
|
|
6063
6062
|
id: string;
|
|
6064
6063
|
address: string;
|
|
6064
|
+
name: string;
|
|
6065
6065
|
createdAt: Date;
|
|
6066
6066
|
updatedAt: Date;
|
|
6067
6067
|
deletedAt: Date | null;
|
|
6068
6068
|
contact: {
|
|
6069
|
-
name: string;
|
|
6070
6069
|
id: string;
|
|
6071
6070
|
channel: string | null;
|
|
6072
6071
|
address: string | null;
|
|
6072
|
+
name: string;
|
|
6073
6073
|
createdAt: Date;
|
|
6074
6074
|
updatedAt: Date;
|
|
6075
6075
|
deletedAt: Date | null;
|
|
@@ -6090,17 +6090,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6090
6090
|
messageId: string;
|
|
6091
6091
|
mailUserId: string;
|
|
6092
6092
|
mailUser: {
|
|
6093
|
-
name: string;
|
|
6094
6093
|
id: string;
|
|
6095
6094
|
address: string;
|
|
6095
|
+
name: string;
|
|
6096
6096
|
createdAt: Date;
|
|
6097
6097
|
updatedAt: Date;
|
|
6098
6098
|
deletedAt: Date | null;
|
|
6099
6099
|
contact: {
|
|
6100
|
-
name: string;
|
|
6101
6100
|
id: string;
|
|
6102
6101
|
channel: string | null;
|
|
6103
6102
|
address: string | null;
|
|
6103
|
+
name: string;
|
|
6104
6104
|
createdAt: Date;
|
|
6105
6105
|
updatedAt: Date;
|
|
6106
6106
|
deletedAt: Date | null;
|
|
@@ -6121,17 +6121,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6121
6121
|
messageId: string;
|
|
6122
6122
|
mailUserId: string;
|
|
6123
6123
|
mailUser: {
|
|
6124
|
-
name: string;
|
|
6125
6124
|
id: string;
|
|
6126
6125
|
address: string;
|
|
6126
|
+
name: string;
|
|
6127
6127
|
createdAt: Date;
|
|
6128
6128
|
updatedAt: Date;
|
|
6129
6129
|
deletedAt: Date | null;
|
|
6130
6130
|
contact: {
|
|
6131
|
-
name: string;
|
|
6132
6131
|
id: string;
|
|
6133
6132
|
channel: string | null;
|
|
6134
6133
|
address: string | null;
|
|
6134
|
+
name: string;
|
|
6135
6135
|
createdAt: Date;
|
|
6136
6136
|
updatedAt: Date;
|
|
6137
6137
|
deletedAt: Date | null;
|
|
@@ -6164,17 +6164,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6164
6164
|
messageId: string;
|
|
6165
6165
|
mailUserId: string;
|
|
6166
6166
|
mailUser: {
|
|
6167
|
-
name: string;
|
|
6168
6167
|
id: string;
|
|
6169
6168
|
address: string;
|
|
6169
|
+
name: string;
|
|
6170
6170
|
createdAt: Date;
|
|
6171
6171
|
updatedAt: Date;
|
|
6172
6172
|
deletedAt: Date | null;
|
|
6173
6173
|
contact: {
|
|
6174
|
-
name: string;
|
|
6175
6174
|
id: string;
|
|
6176
6175
|
channel: string | null;
|
|
6177
6176
|
address: string | null;
|
|
6177
|
+
name: string;
|
|
6178
6178
|
createdAt: Date;
|
|
6179
6179
|
updatedAt: Date;
|
|
6180
6180
|
deletedAt: Date | null;
|
|
@@ -6220,17 +6220,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6220
6220
|
messageId: string;
|
|
6221
6221
|
mailUserId: string;
|
|
6222
6222
|
mailUser: {
|
|
6223
|
-
name: string;
|
|
6224
6223
|
id: string;
|
|
6225
6224
|
address: string;
|
|
6225
|
+
name: string;
|
|
6226
6226
|
createdAt: Date;
|
|
6227
6227
|
updatedAt: Date;
|
|
6228
6228
|
deletedAt: Date | null;
|
|
6229
6229
|
contact: {
|
|
6230
|
-
name: string;
|
|
6231
6230
|
id: string;
|
|
6232
6231
|
channel: string | null;
|
|
6233
6232
|
address: string | null;
|
|
6233
|
+
name: string;
|
|
6234
6234
|
createdAt: Date;
|
|
6235
6235
|
updatedAt: Date;
|
|
6236
6236
|
deletedAt: Date | null;
|
|
@@ -6251,17 +6251,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6251
6251
|
messageId: string;
|
|
6252
6252
|
mailUserId: string;
|
|
6253
6253
|
mailUser: {
|
|
6254
|
-
name: string;
|
|
6255
6254
|
id: string;
|
|
6256
6255
|
address: string;
|
|
6256
|
+
name: string;
|
|
6257
6257
|
createdAt: Date;
|
|
6258
6258
|
updatedAt: Date;
|
|
6259
6259
|
deletedAt: Date | null;
|
|
6260
6260
|
contact: {
|
|
6261
|
-
name: string;
|
|
6262
6261
|
id: string;
|
|
6263
6262
|
channel: string | null;
|
|
6264
6263
|
address: string | null;
|
|
6264
|
+
name: string;
|
|
6265
6265
|
createdAt: Date;
|
|
6266
6266
|
updatedAt: Date;
|
|
6267
6267
|
deletedAt: Date | null;
|
|
@@ -6282,17 +6282,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6282
6282
|
messageId: string;
|
|
6283
6283
|
mailUserId: string;
|
|
6284
6284
|
mailUser: {
|
|
6285
|
-
name: string;
|
|
6286
6285
|
id: string;
|
|
6287
6286
|
address: string;
|
|
6287
|
+
name: string;
|
|
6288
6288
|
createdAt: Date;
|
|
6289
6289
|
updatedAt: Date;
|
|
6290
6290
|
deletedAt: Date | null;
|
|
6291
6291
|
contact: {
|
|
6292
|
-
name: string;
|
|
6293
6292
|
id: string;
|
|
6294
6293
|
channel: string | null;
|
|
6295
6294
|
address: string | null;
|
|
6295
|
+
name: string;
|
|
6296
6296
|
createdAt: Date;
|
|
6297
6297
|
updatedAt: Date;
|
|
6298
6298
|
deletedAt: Date | null;
|
|
@@ -6333,17 +6333,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6333
6333
|
messageId: string;
|
|
6334
6334
|
mailUserId: string;
|
|
6335
6335
|
mailUser: {
|
|
6336
|
-
name: string;
|
|
6337
6336
|
id: string;
|
|
6338
6337
|
address: string;
|
|
6338
|
+
name: string;
|
|
6339
6339
|
createdAt: Date;
|
|
6340
6340
|
updatedAt: Date;
|
|
6341
6341
|
deletedAt: Date | null;
|
|
6342
6342
|
contact: {
|
|
6343
|
-
name: string;
|
|
6344
6343
|
id: string;
|
|
6345
6344
|
channel: string | null;
|
|
6346
6345
|
address: string | null;
|
|
6346
|
+
name: string;
|
|
6347
6347
|
createdAt: Date;
|
|
6348
6348
|
updatedAt: Date;
|
|
6349
6349
|
deletedAt: Date | null;
|
|
@@ -6389,17 +6389,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6389
6389
|
messageId: string;
|
|
6390
6390
|
mailUserId: string;
|
|
6391
6391
|
mailUser: {
|
|
6392
|
-
name: string;
|
|
6393
6392
|
id: string;
|
|
6394
6393
|
address: string;
|
|
6394
|
+
name: string;
|
|
6395
6395
|
createdAt: Date;
|
|
6396
6396
|
updatedAt: Date;
|
|
6397
6397
|
deletedAt: Date | null;
|
|
6398
6398
|
contact: {
|
|
6399
|
-
name: string;
|
|
6400
6399
|
id: string;
|
|
6401
6400
|
channel: string | null;
|
|
6402
6401
|
address: string | null;
|
|
6402
|
+
name: string;
|
|
6403
6403
|
createdAt: Date;
|
|
6404
6404
|
updatedAt: Date;
|
|
6405
6405
|
deletedAt: Date | null;
|
|
@@ -6420,17 +6420,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6420
6420
|
messageId: string;
|
|
6421
6421
|
mailUserId: string;
|
|
6422
6422
|
mailUser: {
|
|
6423
|
-
name: string;
|
|
6424
6423
|
id: string;
|
|
6425
6424
|
address: string;
|
|
6425
|
+
name: string;
|
|
6426
6426
|
createdAt: Date;
|
|
6427
6427
|
updatedAt: Date;
|
|
6428
6428
|
deletedAt: Date | null;
|
|
6429
6429
|
contact: {
|
|
6430
|
-
name: string;
|
|
6431
6430
|
id: string;
|
|
6432
6431
|
channel: string | null;
|
|
6433
6432
|
address: string | null;
|
|
6433
|
+
name: string;
|
|
6434
6434
|
createdAt: Date;
|
|
6435
6435
|
updatedAt: Date;
|
|
6436
6436
|
deletedAt: Date | null;
|
|
@@ -6451,17 +6451,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6451
6451
|
messageId: string;
|
|
6452
6452
|
mailUserId: string;
|
|
6453
6453
|
mailUser: {
|
|
6454
|
-
name: string;
|
|
6455
6454
|
id: string;
|
|
6456
6455
|
address: string;
|
|
6456
|
+
name: string;
|
|
6457
6457
|
createdAt: Date;
|
|
6458
6458
|
updatedAt: Date;
|
|
6459
6459
|
deletedAt: Date | null;
|
|
6460
6460
|
contact: {
|
|
6461
|
-
name: string;
|
|
6462
6461
|
id: string;
|
|
6463
6462
|
channel: string | null;
|
|
6464
6463
|
address: string | null;
|
|
6464
|
+
name: string;
|
|
6465
6465
|
createdAt: Date;
|
|
6466
6466
|
updatedAt: Date;
|
|
6467
6467
|
deletedAt: Date | null;
|
|
@@ -6502,17 +6502,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6502
6502
|
messageId: string;
|
|
6503
6503
|
mailUserId: string;
|
|
6504
6504
|
mailUser: {
|
|
6505
|
-
name: string;
|
|
6506
6505
|
id: string;
|
|
6507
6506
|
address: string;
|
|
6507
|
+
name: string;
|
|
6508
6508
|
createdAt: Date;
|
|
6509
6509
|
updatedAt: Date;
|
|
6510
6510
|
deletedAt: Date | null;
|
|
6511
6511
|
contact: {
|
|
6512
|
-
name: string;
|
|
6513
6512
|
id: string;
|
|
6514
6513
|
channel: string | null;
|
|
6515
6514
|
address: string | null;
|
|
6515
|
+
name: string;
|
|
6516
6516
|
createdAt: Date;
|
|
6517
6517
|
updatedAt: Date;
|
|
6518
6518
|
deletedAt: Date | null;
|
|
@@ -6558,17 +6558,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6558
6558
|
messageId: string;
|
|
6559
6559
|
mailUserId: string;
|
|
6560
6560
|
mailUser: {
|
|
6561
|
-
name: string;
|
|
6562
6561
|
id: string;
|
|
6563
6562
|
address: string;
|
|
6563
|
+
name: string;
|
|
6564
6564
|
createdAt: Date;
|
|
6565
6565
|
updatedAt: Date;
|
|
6566
6566
|
deletedAt: Date | null;
|
|
6567
6567
|
contact: {
|
|
6568
|
-
name: string;
|
|
6569
6568
|
id: string;
|
|
6570
6569
|
channel: string | null;
|
|
6571
6570
|
address: string | null;
|
|
6571
|
+
name: string;
|
|
6572
6572
|
createdAt: Date;
|
|
6573
6573
|
updatedAt: Date;
|
|
6574
6574
|
deletedAt: Date | null;
|
|
@@ -6589,17 +6589,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6589
6589
|
messageId: string;
|
|
6590
6590
|
mailUserId: string;
|
|
6591
6591
|
mailUser: {
|
|
6592
|
-
name: string;
|
|
6593
6592
|
id: string;
|
|
6594
6593
|
address: string;
|
|
6594
|
+
name: string;
|
|
6595
6595
|
createdAt: Date;
|
|
6596
6596
|
updatedAt: Date;
|
|
6597
6597
|
deletedAt: Date | null;
|
|
6598
6598
|
contact: {
|
|
6599
|
-
name: string;
|
|
6600
6599
|
id: string;
|
|
6601
6600
|
channel: string | null;
|
|
6602
6601
|
address: string | null;
|
|
6602
|
+
name: string;
|
|
6603
6603
|
createdAt: Date;
|
|
6604
6604
|
updatedAt: Date;
|
|
6605
6605
|
deletedAt: Date | null;
|
|
@@ -6620,17 +6620,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6620
6620
|
messageId: string;
|
|
6621
6621
|
mailUserId: string;
|
|
6622
6622
|
mailUser: {
|
|
6623
|
-
name: string;
|
|
6624
6623
|
id: string;
|
|
6625
6624
|
address: string;
|
|
6625
|
+
name: string;
|
|
6626
6626
|
createdAt: Date;
|
|
6627
6627
|
updatedAt: Date;
|
|
6628
6628
|
deletedAt: Date | null;
|
|
6629
6629
|
contact: {
|
|
6630
|
-
name: string;
|
|
6631
6630
|
id: string;
|
|
6632
6631
|
channel: string | null;
|
|
6633
6632
|
address: string | null;
|
|
6633
|
+
name: string;
|
|
6634
6634
|
createdAt: Date;
|
|
6635
6635
|
updatedAt: Date;
|
|
6636
6636
|
deletedAt: Date | null;
|
|
@@ -6659,9 +6659,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6659
6659
|
updatedAt: Date;
|
|
6660
6660
|
deletedAt: string | null;
|
|
6661
6661
|
actor: {
|
|
6662
|
-
name: string;
|
|
6663
6662
|
id: string;
|
|
6664
6663
|
address: string | null;
|
|
6664
|
+
name: string;
|
|
6665
6665
|
email: string;
|
|
6666
6666
|
createdAt: Date;
|
|
6667
6667
|
updatedAt: Date;
|
|
@@ -6673,18 +6673,18 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6673
6673
|
actorId: string;
|
|
6674
6674
|
})[];
|
|
6675
6675
|
mail: {
|
|
6676
|
-
name: string;
|
|
6677
6676
|
id: string;
|
|
6678
6677
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
|
6679
6678
|
address: string;
|
|
6679
|
+
name: string;
|
|
6680
6680
|
createdAt: Date;
|
|
6681
6681
|
updatedAt: Date;
|
|
6682
6682
|
deletedAt: Date | null;
|
|
6683
6683
|
accountId: string;
|
|
6684
6684
|
mailServerId: string;
|
|
6685
6685
|
mailServer: {
|
|
6686
|
-
name: string;
|
|
6687
6686
|
id: string;
|
|
6687
|
+
name: string;
|
|
6688
6688
|
createdAt: Date;
|
|
6689
6689
|
updatedAt: Date;
|
|
6690
6690
|
deletedAt: Date | null;
|
|
@@ -6706,8 +6706,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6706
6706
|
updatedAt: Date;
|
|
6707
6707
|
deletedAt: Date | null;
|
|
6708
6708
|
tags: {
|
|
6709
|
-
name: string;
|
|
6710
6709
|
id: string;
|
|
6710
|
+
name: string;
|
|
6711
6711
|
color: string;
|
|
6712
6712
|
createdAt: Date;
|
|
6713
6713
|
updatedAt: Date;
|
|
@@ -6732,17 +6732,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6732
6732
|
messageId: string;
|
|
6733
6733
|
mailUserId: string;
|
|
6734
6734
|
mailUser: {
|
|
6735
|
-
name: string;
|
|
6736
6735
|
id: string;
|
|
6737
6736
|
address: string;
|
|
6737
|
+
name: string;
|
|
6738
6738
|
createdAt: Date;
|
|
6739
6739
|
updatedAt: Date;
|
|
6740
6740
|
deletedAt: Date | null;
|
|
6741
6741
|
contact: {
|
|
6742
|
-
name: string;
|
|
6743
6742
|
id: string;
|
|
6744
6743
|
channel: string | null;
|
|
6745
6744
|
address: string | null;
|
|
6745
|
+
name: string;
|
|
6746
6746
|
createdAt: Date;
|
|
6747
6747
|
updatedAt: Date;
|
|
6748
6748
|
deletedAt: Date | null;
|
|
@@ -6788,17 +6788,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6788
6788
|
messageId: string;
|
|
6789
6789
|
mailUserId: string;
|
|
6790
6790
|
mailUser: {
|
|
6791
|
-
name: string;
|
|
6792
6791
|
id: string;
|
|
6793
6792
|
address: string;
|
|
6793
|
+
name: string;
|
|
6794
6794
|
createdAt: Date;
|
|
6795
6795
|
updatedAt: Date;
|
|
6796
6796
|
deletedAt: Date | null;
|
|
6797
6797
|
contact: {
|
|
6798
|
-
name: string;
|
|
6799
6798
|
id: string;
|
|
6800
6799
|
channel: string | null;
|
|
6801
6800
|
address: string | null;
|
|
6801
|
+
name: string;
|
|
6802
6802
|
createdAt: Date;
|
|
6803
6803
|
updatedAt: Date;
|
|
6804
6804
|
deletedAt: Date | null;
|
|
@@ -6819,17 +6819,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6819
6819
|
messageId: string;
|
|
6820
6820
|
mailUserId: string;
|
|
6821
6821
|
mailUser: {
|
|
6822
|
-
name: string;
|
|
6823
6822
|
id: string;
|
|
6824
6823
|
address: string;
|
|
6824
|
+
name: string;
|
|
6825
6825
|
createdAt: Date;
|
|
6826
6826
|
updatedAt: Date;
|
|
6827
6827
|
deletedAt: Date | null;
|
|
6828
6828
|
contact: {
|
|
6829
|
-
name: string;
|
|
6830
6829
|
id: string;
|
|
6831
6830
|
channel: string | null;
|
|
6832
6831
|
address: string | null;
|
|
6832
|
+
name: string;
|
|
6833
6833
|
createdAt: Date;
|
|
6834
6834
|
updatedAt: Date;
|
|
6835
6835
|
deletedAt: Date | null;
|
|
@@ -6850,17 +6850,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6850
6850
|
messageId: string;
|
|
6851
6851
|
mailUserId: string;
|
|
6852
6852
|
mailUser: {
|
|
6853
|
-
name: string;
|
|
6854
6853
|
id: string;
|
|
6855
6854
|
address: string;
|
|
6855
|
+
name: string;
|
|
6856
6856
|
createdAt: Date;
|
|
6857
6857
|
updatedAt: Date;
|
|
6858
6858
|
deletedAt: Date | null;
|
|
6859
6859
|
contact: {
|
|
6860
|
-
name: string;
|
|
6861
6860
|
id: string;
|
|
6862
6861
|
channel: string | null;
|
|
6863
6862
|
address: string | null;
|
|
6863
|
+
name: string;
|
|
6864
6864
|
createdAt: Date;
|
|
6865
6865
|
updatedAt: Date;
|
|
6866
6866
|
deletedAt: Date | null;
|
|
@@ -6884,9 +6884,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6884
6884
|
seemsLikeNew: boolean;
|
|
6885
6885
|
};
|
|
6886
6886
|
assignee: {
|
|
6887
|
-
name: string;
|
|
6888
6887
|
id: string;
|
|
6889
6888
|
address: string | null;
|
|
6889
|
+
name: string;
|
|
6890
6890
|
email: string;
|
|
6891
6891
|
createdAt: Date;
|
|
6892
6892
|
updatedAt: Date;
|
|
@@ -6945,8 +6945,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6945
6945
|
}[];
|
|
6946
6946
|
}[];
|
|
6947
6947
|
tags: {
|
|
6948
|
-
name: string;
|
|
6949
6948
|
id: string;
|
|
6949
|
+
name: string;
|
|
6950
6950
|
createdAt: Date;
|
|
6951
6951
|
updatedAt: Date;
|
|
6952
6952
|
deletedAt: Date | null;
|
|
@@ -6976,8 +6976,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6976
6976
|
endedAt: string | null;
|
|
6977
6977
|
duration: number | null;
|
|
6978
6978
|
holdLabel?: {
|
|
6979
|
-
name: string;
|
|
6980
6979
|
id: string;
|
|
6980
|
+
name: string;
|
|
6981
6981
|
position: number;
|
|
6982
6982
|
createdAt: Date;
|
|
6983
6983
|
updatedAt: Date;
|
|
@@ -6996,17 +6996,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
6996
6996
|
messageId: string;
|
|
6997
6997
|
mailUserId: string;
|
|
6998
6998
|
mailUser: {
|
|
6999
|
-
name: string;
|
|
7000
6999
|
id: string;
|
|
7001
7000
|
address: string;
|
|
7001
|
+
name: string;
|
|
7002
7002
|
createdAt: Date;
|
|
7003
7003
|
updatedAt: Date;
|
|
7004
7004
|
deletedAt: Date | null;
|
|
7005
7005
|
contact: {
|
|
7006
|
-
name: string;
|
|
7007
7006
|
id: string;
|
|
7008
7007
|
channel: string | null;
|
|
7009
7008
|
address: string | null;
|
|
7009
|
+
name: string;
|
|
7010
7010
|
createdAt: Date;
|
|
7011
7011
|
updatedAt: Date;
|
|
7012
7012
|
deletedAt: Date | null;
|
|
@@ -7028,17 +7028,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7028
7028
|
messageId: string;
|
|
7029
7029
|
mailUserId: string;
|
|
7030
7030
|
mailUser: {
|
|
7031
|
-
name: string;
|
|
7032
7031
|
id: string;
|
|
7033
7032
|
address: string;
|
|
7033
|
+
name: string;
|
|
7034
7034
|
createdAt: Date;
|
|
7035
7035
|
updatedAt: Date;
|
|
7036
7036
|
deletedAt: Date | null;
|
|
7037
7037
|
contact: {
|
|
7038
|
-
name: string;
|
|
7039
7038
|
id: string;
|
|
7040
7039
|
channel: string | null;
|
|
7041
7040
|
address: string | null;
|
|
7041
|
+
name: string;
|
|
7042
7042
|
createdAt: Date;
|
|
7043
7043
|
updatedAt: Date;
|
|
7044
7044
|
deletedAt: Date | null;
|
|
@@ -7059,17 +7059,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7059
7059
|
messageId: string;
|
|
7060
7060
|
mailUserId: string;
|
|
7061
7061
|
mailUser: {
|
|
7062
|
-
name: string;
|
|
7063
7062
|
id: string;
|
|
7064
7063
|
address: string;
|
|
7064
|
+
name: string;
|
|
7065
7065
|
createdAt: Date;
|
|
7066
7066
|
updatedAt: Date;
|
|
7067
7067
|
deletedAt: Date | null;
|
|
7068
7068
|
contact: {
|
|
7069
|
-
name: string;
|
|
7070
7069
|
id: string;
|
|
7071
7070
|
channel: string | null;
|
|
7072
7071
|
address: string | null;
|
|
7072
|
+
name: string;
|
|
7073
7073
|
createdAt: Date;
|
|
7074
7074
|
updatedAt: Date;
|
|
7075
7075
|
deletedAt: Date | null;
|
|
@@ -7090,17 +7090,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7090
7090
|
messageId: string;
|
|
7091
7091
|
mailUserId: string;
|
|
7092
7092
|
mailUser: {
|
|
7093
|
-
name: string;
|
|
7094
7093
|
id: string;
|
|
7095
7094
|
address: string;
|
|
7095
|
+
name: string;
|
|
7096
7096
|
createdAt: Date;
|
|
7097
7097
|
updatedAt: Date;
|
|
7098
7098
|
deletedAt: Date | null;
|
|
7099
7099
|
contact: {
|
|
7100
|
-
name: string;
|
|
7101
7100
|
id: string;
|
|
7102
7101
|
channel: string | null;
|
|
7103
7102
|
address: string | null;
|
|
7103
|
+
name: string;
|
|
7104
7104
|
createdAt: Date;
|
|
7105
7105
|
updatedAt: Date;
|
|
7106
7106
|
deletedAt: Date | null;
|
|
@@ -7133,17 +7133,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7133
7133
|
messageId: string;
|
|
7134
7134
|
mailUserId: string;
|
|
7135
7135
|
mailUser: {
|
|
7136
|
-
name: string;
|
|
7137
7136
|
id: string;
|
|
7138
7137
|
address: string;
|
|
7138
|
+
name: string;
|
|
7139
7139
|
createdAt: Date;
|
|
7140
7140
|
updatedAt: Date;
|
|
7141
7141
|
deletedAt: Date | null;
|
|
7142
7142
|
contact: {
|
|
7143
|
-
name: string;
|
|
7144
7143
|
id: string;
|
|
7145
7144
|
channel: string | null;
|
|
7146
7145
|
address: string | null;
|
|
7146
|
+
name: string;
|
|
7147
7147
|
createdAt: Date;
|
|
7148
7148
|
updatedAt: Date;
|
|
7149
7149
|
deletedAt: Date | null;
|
|
@@ -7189,17 +7189,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7189
7189
|
messageId: string;
|
|
7190
7190
|
mailUserId: string;
|
|
7191
7191
|
mailUser: {
|
|
7192
|
-
name: string;
|
|
7193
7192
|
id: string;
|
|
7194
7193
|
address: string;
|
|
7194
|
+
name: string;
|
|
7195
7195
|
createdAt: Date;
|
|
7196
7196
|
updatedAt: Date;
|
|
7197
7197
|
deletedAt: Date | null;
|
|
7198
7198
|
contact: {
|
|
7199
|
-
name: string;
|
|
7200
7199
|
id: string;
|
|
7201
7200
|
channel: string | null;
|
|
7202
7201
|
address: string | null;
|
|
7202
|
+
name: string;
|
|
7203
7203
|
createdAt: Date;
|
|
7204
7204
|
updatedAt: Date;
|
|
7205
7205
|
deletedAt: Date | null;
|
|
@@ -7220,17 +7220,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7220
7220
|
messageId: string;
|
|
7221
7221
|
mailUserId: string;
|
|
7222
7222
|
mailUser: {
|
|
7223
|
-
name: string;
|
|
7224
7223
|
id: string;
|
|
7225
7224
|
address: string;
|
|
7225
|
+
name: string;
|
|
7226
7226
|
createdAt: Date;
|
|
7227
7227
|
updatedAt: Date;
|
|
7228
7228
|
deletedAt: Date | null;
|
|
7229
7229
|
contact: {
|
|
7230
|
-
name: string;
|
|
7231
7230
|
id: string;
|
|
7232
7231
|
channel: string | null;
|
|
7233
7232
|
address: string | null;
|
|
7233
|
+
name: string;
|
|
7234
7234
|
createdAt: Date;
|
|
7235
7235
|
updatedAt: Date;
|
|
7236
7236
|
deletedAt: Date | null;
|
|
@@ -7251,17 +7251,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7251
7251
|
messageId: string;
|
|
7252
7252
|
mailUserId: string;
|
|
7253
7253
|
mailUser: {
|
|
7254
|
-
name: string;
|
|
7255
7254
|
id: string;
|
|
7256
7255
|
address: string;
|
|
7256
|
+
name: string;
|
|
7257
7257
|
createdAt: Date;
|
|
7258
7258
|
updatedAt: Date;
|
|
7259
7259
|
deletedAt: Date | null;
|
|
7260
7260
|
contact: {
|
|
7261
|
-
name: string;
|
|
7262
7261
|
id: string;
|
|
7263
7262
|
channel: string | null;
|
|
7264
7263
|
address: string | null;
|
|
7264
|
+
name: string;
|
|
7265
7265
|
createdAt: Date;
|
|
7266
7266
|
updatedAt: Date;
|
|
7267
7267
|
deletedAt: Date | null;
|
|
@@ -7302,17 +7302,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7302
7302
|
messageId: string;
|
|
7303
7303
|
mailUserId: string;
|
|
7304
7304
|
mailUser: {
|
|
7305
|
-
name: string;
|
|
7306
7305
|
id: string;
|
|
7307
7306
|
address: string;
|
|
7307
|
+
name: string;
|
|
7308
7308
|
createdAt: Date;
|
|
7309
7309
|
updatedAt: Date;
|
|
7310
7310
|
deletedAt: Date | null;
|
|
7311
7311
|
contact: {
|
|
7312
|
-
name: string;
|
|
7313
7312
|
id: string;
|
|
7314
7313
|
channel: string | null;
|
|
7315
7314
|
address: string | null;
|
|
7315
|
+
name: string;
|
|
7316
7316
|
createdAt: Date;
|
|
7317
7317
|
updatedAt: Date;
|
|
7318
7318
|
deletedAt: Date | null;
|
|
@@ -7358,17 +7358,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7358
7358
|
messageId: string;
|
|
7359
7359
|
mailUserId: string;
|
|
7360
7360
|
mailUser: {
|
|
7361
|
-
name: string;
|
|
7362
7361
|
id: string;
|
|
7363
7362
|
address: string;
|
|
7363
|
+
name: string;
|
|
7364
7364
|
createdAt: Date;
|
|
7365
7365
|
updatedAt: Date;
|
|
7366
7366
|
deletedAt: Date | null;
|
|
7367
7367
|
contact: {
|
|
7368
|
-
name: string;
|
|
7369
7368
|
id: string;
|
|
7370
7369
|
channel: string | null;
|
|
7371
7370
|
address: string | null;
|
|
7371
|
+
name: string;
|
|
7372
7372
|
createdAt: Date;
|
|
7373
7373
|
updatedAt: Date;
|
|
7374
7374
|
deletedAt: Date | null;
|
|
@@ -7389,17 +7389,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7389
7389
|
messageId: string;
|
|
7390
7390
|
mailUserId: string;
|
|
7391
7391
|
mailUser: {
|
|
7392
|
-
name: string;
|
|
7393
7392
|
id: string;
|
|
7394
7393
|
address: string;
|
|
7394
|
+
name: string;
|
|
7395
7395
|
createdAt: Date;
|
|
7396
7396
|
updatedAt: Date;
|
|
7397
7397
|
deletedAt: Date | null;
|
|
7398
7398
|
contact: {
|
|
7399
|
-
name: string;
|
|
7400
7399
|
id: string;
|
|
7401
7400
|
channel: string | null;
|
|
7402
7401
|
address: string | null;
|
|
7402
|
+
name: string;
|
|
7403
7403
|
createdAt: Date;
|
|
7404
7404
|
updatedAt: Date;
|
|
7405
7405
|
deletedAt: Date | null;
|
|
@@ -7420,17 +7420,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7420
7420
|
messageId: string;
|
|
7421
7421
|
mailUserId: string;
|
|
7422
7422
|
mailUser: {
|
|
7423
|
-
name: string;
|
|
7424
7423
|
id: string;
|
|
7425
7424
|
address: string;
|
|
7425
|
+
name: string;
|
|
7426
7426
|
createdAt: Date;
|
|
7427
7427
|
updatedAt: Date;
|
|
7428
7428
|
deletedAt: Date | null;
|
|
7429
7429
|
contact: {
|
|
7430
|
-
name: string;
|
|
7431
7430
|
id: string;
|
|
7432
7431
|
channel: string | null;
|
|
7433
7432
|
address: string | null;
|
|
7433
|
+
name: string;
|
|
7434
7434
|
createdAt: Date;
|
|
7435
7435
|
updatedAt: Date;
|
|
7436
7436
|
deletedAt: Date | null;
|
|
@@ -7471,17 +7471,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7471
7471
|
messageId: string;
|
|
7472
7472
|
mailUserId: string;
|
|
7473
7473
|
mailUser: {
|
|
7474
|
-
name: string;
|
|
7475
7474
|
id: string;
|
|
7476
7475
|
address: string;
|
|
7476
|
+
name: string;
|
|
7477
7477
|
createdAt: Date;
|
|
7478
7478
|
updatedAt: Date;
|
|
7479
7479
|
deletedAt: Date | null;
|
|
7480
7480
|
contact: {
|
|
7481
|
-
name: string;
|
|
7482
7481
|
id: string;
|
|
7483
7482
|
channel: string | null;
|
|
7484
7483
|
address: string | null;
|
|
7484
|
+
name: string;
|
|
7485
7485
|
createdAt: Date;
|
|
7486
7486
|
updatedAt: Date;
|
|
7487
7487
|
deletedAt: Date | null;
|
|
@@ -7527,17 +7527,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7527
7527
|
messageId: string;
|
|
7528
7528
|
mailUserId: string;
|
|
7529
7529
|
mailUser: {
|
|
7530
|
-
name: string;
|
|
7531
7530
|
id: string;
|
|
7532
7531
|
address: string;
|
|
7532
|
+
name: string;
|
|
7533
7533
|
createdAt: Date;
|
|
7534
7534
|
updatedAt: Date;
|
|
7535
7535
|
deletedAt: Date | null;
|
|
7536
7536
|
contact: {
|
|
7537
|
-
name: string;
|
|
7538
7537
|
id: string;
|
|
7539
7538
|
channel: string | null;
|
|
7540
7539
|
address: string | null;
|
|
7540
|
+
name: string;
|
|
7541
7541
|
createdAt: Date;
|
|
7542
7542
|
updatedAt: Date;
|
|
7543
7543
|
deletedAt: Date | null;
|
|
@@ -7558,17 +7558,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7558
7558
|
messageId: string;
|
|
7559
7559
|
mailUserId: string;
|
|
7560
7560
|
mailUser: {
|
|
7561
|
-
name: string;
|
|
7562
7561
|
id: string;
|
|
7563
7562
|
address: string;
|
|
7563
|
+
name: string;
|
|
7564
7564
|
createdAt: Date;
|
|
7565
7565
|
updatedAt: Date;
|
|
7566
7566
|
deletedAt: Date | null;
|
|
7567
7567
|
contact: {
|
|
7568
|
-
name: string;
|
|
7569
7568
|
id: string;
|
|
7570
7569
|
channel: string | null;
|
|
7571
7570
|
address: string | null;
|
|
7571
|
+
name: string;
|
|
7572
7572
|
createdAt: Date;
|
|
7573
7573
|
updatedAt: Date;
|
|
7574
7574
|
deletedAt: Date | null;
|
|
@@ -7589,17 +7589,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7589
7589
|
messageId: string;
|
|
7590
7590
|
mailUserId: string;
|
|
7591
7591
|
mailUser: {
|
|
7592
|
-
name: string;
|
|
7593
7592
|
id: string;
|
|
7594
7593
|
address: string;
|
|
7594
|
+
name: string;
|
|
7595
7595
|
createdAt: Date;
|
|
7596
7596
|
updatedAt: Date;
|
|
7597
7597
|
deletedAt: Date | null;
|
|
7598
7598
|
contact: {
|
|
7599
|
-
name: string;
|
|
7600
7599
|
id: string;
|
|
7601
7600
|
channel: string | null;
|
|
7602
7601
|
address: string | null;
|
|
7602
|
+
name: string;
|
|
7603
7603
|
createdAt: Date;
|
|
7604
7604
|
updatedAt: Date;
|
|
7605
7605
|
deletedAt: Date | null;
|
|
@@ -7628,9 +7628,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7628
7628
|
updatedAt: Date;
|
|
7629
7629
|
deletedAt: string | null;
|
|
7630
7630
|
actor: {
|
|
7631
|
-
name: string;
|
|
7632
7631
|
id: string;
|
|
7633
7632
|
address: string | null;
|
|
7633
|
+
name: string;
|
|
7634
7634
|
email: string;
|
|
7635
7635
|
createdAt: Date;
|
|
7636
7636
|
updatedAt: Date;
|
|
@@ -7642,18 +7642,18 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7642
7642
|
actorId: string;
|
|
7643
7643
|
})[];
|
|
7644
7644
|
mail: {
|
|
7645
|
-
name: string;
|
|
7646
7645
|
id: string;
|
|
7647
7646
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
|
7648
7647
|
address: string;
|
|
7648
|
+
name: string;
|
|
7649
7649
|
createdAt: Date;
|
|
7650
7650
|
updatedAt: Date;
|
|
7651
7651
|
deletedAt: Date | null;
|
|
7652
7652
|
accountId: string;
|
|
7653
7653
|
mailServerId: string;
|
|
7654
7654
|
mailServer: {
|
|
7655
|
-
name: string;
|
|
7656
7655
|
id: string;
|
|
7656
|
+
name: string;
|
|
7657
7657
|
createdAt: Date;
|
|
7658
7658
|
updatedAt: Date;
|
|
7659
7659
|
deletedAt: Date | null;
|
|
@@ -7680,8 +7680,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7680
7680
|
updatedAt: Date;
|
|
7681
7681
|
deletedAt: Date | null;
|
|
7682
7682
|
tags: {
|
|
7683
|
-
name: string;
|
|
7684
7683
|
id: string;
|
|
7684
|
+
name: string;
|
|
7685
7685
|
color: string;
|
|
7686
7686
|
createdAt: Date;
|
|
7687
7687
|
updatedAt: Date;
|
|
@@ -7706,17 +7706,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7706
7706
|
messageId: string;
|
|
7707
7707
|
mailUserId: string;
|
|
7708
7708
|
mailUser: {
|
|
7709
|
-
name: string;
|
|
7710
7709
|
id: string;
|
|
7711
7710
|
address: string;
|
|
7711
|
+
name: string;
|
|
7712
7712
|
createdAt: Date;
|
|
7713
7713
|
updatedAt: Date;
|
|
7714
7714
|
deletedAt: Date | null;
|
|
7715
7715
|
contact: {
|
|
7716
|
-
name: string;
|
|
7717
7716
|
id: string;
|
|
7718
7717
|
channel: string | null;
|
|
7719
7718
|
address: string | null;
|
|
7719
|
+
name: string;
|
|
7720
7720
|
createdAt: Date;
|
|
7721
7721
|
updatedAt: Date;
|
|
7722
7722
|
deletedAt: Date | null;
|
|
@@ -7762,17 +7762,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7762
7762
|
messageId: string;
|
|
7763
7763
|
mailUserId: string;
|
|
7764
7764
|
mailUser: {
|
|
7765
|
-
name: string;
|
|
7766
7765
|
id: string;
|
|
7767
7766
|
address: string;
|
|
7767
|
+
name: string;
|
|
7768
7768
|
createdAt: Date;
|
|
7769
7769
|
updatedAt: Date;
|
|
7770
7770
|
deletedAt: Date | null;
|
|
7771
7771
|
contact: {
|
|
7772
|
-
name: string;
|
|
7773
7772
|
id: string;
|
|
7774
7773
|
channel: string | null;
|
|
7775
7774
|
address: string | null;
|
|
7775
|
+
name: string;
|
|
7776
7776
|
createdAt: Date;
|
|
7777
7777
|
updatedAt: Date;
|
|
7778
7778
|
deletedAt: Date | null;
|
|
@@ -7793,17 +7793,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7793
7793
|
messageId: string;
|
|
7794
7794
|
mailUserId: string;
|
|
7795
7795
|
mailUser: {
|
|
7796
|
-
name: string;
|
|
7797
7796
|
id: string;
|
|
7798
7797
|
address: string;
|
|
7798
|
+
name: string;
|
|
7799
7799
|
createdAt: Date;
|
|
7800
7800
|
updatedAt: Date;
|
|
7801
7801
|
deletedAt: Date | null;
|
|
7802
7802
|
contact: {
|
|
7803
|
-
name: string;
|
|
7804
7803
|
id: string;
|
|
7805
7804
|
channel: string | null;
|
|
7806
7805
|
address: string | null;
|
|
7806
|
+
name: string;
|
|
7807
7807
|
createdAt: Date;
|
|
7808
7808
|
updatedAt: Date;
|
|
7809
7809
|
deletedAt: Date | null;
|
|
@@ -7824,17 +7824,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7824
7824
|
messageId: string;
|
|
7825
7825
|
mailUserId: string;
|
|
7826
7826
|
mailUser: {
|
|
7827
|
-
name: string;
|
|
7828
7827
|
id: string;
|
|
7829
7828
|
address: string;
|
|
7829
|
+
name: string;
|
|
7830
7830
|
createdAt: Date;
|
|
7831
7831
|
updatedAt: Date;
|
|
7832
7832
|
deletedAt: Date | null;
|
|
7833
7833
|
contact: {
|
|
7834
|
-
name: string;
|
|
7835
7834
|
id: string;
|
|
7836
7835
|
channel: string | null;
|
|
7837
7836
|
address: string | null;
|
|
7837
|
+
name: string;
|
|
7838
7838
|
createdAt: Date;
|
|
7839
7839
|
updatedAt: Date;
|
|
7840
7840
|
deletedAt: Date | null;
|
|
@@ -7858,9 +7858,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7858
7858
|
seemsLikeNew: boolean;
|
|
7859
7859
|
};
|
|
7860
7860
|
assignee: {
|
|
7861
|
-
name: string;
|
|
7862
7861
|
id: string;
|
|
7863
7862
|
address: string | null;
|
|
7863
|
+
name: string;
|
|
7864
7864
|
email: string;
|
|
7865
7865
|
createdAt: Date;
|
|
7866
7866
|
updatedAt: Date;
|
|
@@ -7919,8 +7919,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7919
7919
|
}[];
|
|
7920
7920
|
}[];
|
|
7921
7921
|
tags: {
|
|
7922
|
-
name: string;
|
|
7923
7922
|
id: string;
|
|
7923
|
+
name: string;
|
|
7924
7924
|
createdAt: Date;
|
|
7925
7925
|
updatedAt: Date;
|
|
7926
7926
|
deletedAt: Date | null;
|
|
@@ -7950,8 +7950,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7950
7950
|
endedAt: string | null;
|
|
7951
7951
|
duration: number | null;
|
|
7952
7952
|
holdLabel?: {
|
|
7953
|
-
name: string;
|
|
7954
7953
|
id: string;
|
|
7954
|
+
name: string;
|
|
7955
7955
|
position: number;
|
|
7956
7956
|
createdAt: Date;
|
|
7957
7957
|
updatedAt: Date;
|
|
@@ -7970,17 +7970,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
7970
7970
|
messageId: string;
|
|
7971
7971
|
mailUserId: string;
|
|
7972
7972
|
mailUser: {
|
|
7973
|
-
name: string;
|
|
7974
7973
|
id: string;
|
|
7975
7974
|
address: string;
|
|
7975
|
+
name: string;
|
|
7976
7976
|
createdAt: Date;
|
|
7977
7977
|
updatedAt: Date;
|
|
7978
7978
|
deletedAt: Date | null;
|
|
7979
7979
|
contact: {
|
|
7980
|
-
name: string;
|
|
7981
7980
|
id: string;
|
|
7982
7981
|
channel: string | null;
|
|
7983
7982
|
address: string | null;
|
|
7983
|
+
name: string;
|
|
7984
7984
|
createdAt: Date;
|
|
7985
7985
|
updatedAt: Date;
|
|
7986
7986
|
deletedAt: Date | null;
|
|
@@ -8002,17 +8002,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8002
8002
|
messageId: string;
|
|
8003
8003
|
mailUserId: string;
|
|
8004
8004
|
mailUser: {
|
|
8005
|
-
name: string;
|
|
8006
8005
|
id: string;
|
|
8007
8006
|
address: string;
|
|
8007
|
+
name: string;
|
|
8008
8008
|
createdAt: Date;
|
|
8009
8009
|
updatedAt: Date;
|
|
8010
8010
|
deletedAt: Date | null;
|
|
8011
8011
|
contact: {
|
|
8012
|
-
name: string;
|
|
8013
8012
|
id: string;
|
|
8014
8013
|
channel: string | null;
|
|
8015
8014
|
address: string | null;
|
|
8015
|
+
name: string;
|
|
8016
8016
|
createdAt: Date;
|
|
8017
8017
|
updatedAt: Date;
|
|
8018
8018
|
deletedAt: Date | null;
|
|
@@ -8033,17 +8033,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8033
8033
|
messageId: string;
|
|
8034
8034
|
mailUserId: string;
|
|
8035
8035
|
mailUser: {
|
|
8036
|
-
name: string;
|
|
8037
8036
|
id: string;
|
|
8038
8037
|
address: string;
|
|
8038
|
+
name: string;
|
|
8039
8039
|
createdAt: Date;
|
|
8040
8040
|
updatedAt: Date;
|
|
8041
8041
|
deletedAt: Date | null;
|
|
8042
8042
|
contact: {
|
|
8043
|
-
name: string;
|
|
8044
8043
|
id: string;
|
|
8045
8044
|
channel: string | null;
|
|
8046
8045
|
address: string | null;
|
|
8046
|
+
name: string;
|
|
8047
8047
|
createdAt: Date;
|
|
8048
8048
|
updatedAt: Date;
|
|
8049
8049
|
deletedAt: Date | null;
|
|
@@ -8064,17 +8064,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8064
8064
|
messageId: string;
|
|
8065
8065
|
mailUserId: string;
|
|
8066
8066
|
mailUser: {
|
|
8067
|
-
name: string;
|
|
8068
8067
|
id: string;
|
|
8069
8068
|
address: string;
|
|
8069
|
+
name: string;
|
|
8070
8070
|
createdAt: Date;
|
|
8071
8071
|
updatedAt: Date;
|
|
8072
8072
|
deletedAt: Date | null;
|
|
8073
8073
|
contact: {
|
|
8074
|
-
name: string;
|
|
8075
8074
|
id: string;
|
|
8076
8075
|
channel: string | null;
|
|
8077
8076
|
address: string | null;
|
|
8077
|
+
name: string;
|
|
8078
8078
|
createdAt: Date;
|
|
8079
8079
|
updatedAt: Date;
|
|
8080
8080
|
deletedAt: Date | null;
|
|
@@ -8107,17 +8107,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8107
8107
|
messageId: string;
|
|
8108
8108
|
mailUserId: string;
|
|
8109
8109
|
mailUser: {
|
|
8110
|
-
name: string;
|
|
8111
8110
|
id: string;
|
|
8112
8111
|
address: string;
|
|
8112
|
+
name: string;
|
|
8113
8113
|
createdAt: Date;
|
|
8114
8114
|
updatedAt: Date;
|
|
8115
8115
|
deletedAt: Date | null;
|
|
8116
8116
|
contact: {
|
|
8117
|
-
name: string;
|
|
8118
8117
|
id: string;
|
|
8119
8118
|
channel: string | null;
|
|
8120
8119
|
address: string | null;
|
|
8120
|
+
name: string;
|
|
8121
8121
|
createdAt: Date;
|
|
8122
8122
|
updatedAt: Date;
|
|
8123
8123
|
deletedAt: Date | null;
|
|
@@ -8163,17 +8163,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8163
8163
|
messageId: string;
|
|
8164
8164
|
mailUserId: string;
|
|
8165
8165
|
mailUser: {
|
|
8166
|
-
name: string;
|
|
8167
8166
|
id: string;
|
|
8168
8167
|
address: string;
|
|
8168
|
+
name: string;
|
|
8169
8169
|
createdAt: Date;
|
|
8170
8170
|
updatedAt: Date;
|
|
8171
8171
|
deletedAt: Date | null;
|
|
8172
8172
|
contact: {
|
|
8173
|
-
name: string;
|
|
8174
8173
|
id: string;
|
|
8175
8174
|
channel: string | null;
|
|
8176
8175
|
address: string | null;
|
|
8176
|
+
name: string;
|
|
8177
8177
|
createdAt: Date;
|
|
8178
8178
|
updatedAt: Date;
|
|
8179
8179
|
deletedAt: Date | null;
|
|
@@ -8194,17 +8194,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8194
8194
|
messageId: string;
|
|
8195
8195
|
mailUserId: string;
|
|
8196
8196
|
mailUser: {
|
|
8197
|
-
name: string;
|
|
8198
8197
|
id: string;
|
|
8199
8198
|
address: string;
|
|
8199
|
+
name: string;
|
|
8200
8200
|
createdAt: Date;
|
|
8201
8201
|
updatedAt: Date;
|
|
8202
8202
|
deletedAt: Date | null;
|
|
8203
8203
|
contact: {
|
|
8204
|
-
name: string;
|
|
8205
8204
|
id: string;
|
|
8206
8205
|
channel: string | null;
|
|
8207
8206
|
address: string | null;
|
|
8207
|
+
name: string;
|
|
8208
8208
|
createdAt: Date;
|
|
8209
8209
|
updatedAt: Date;
|
|
8210
8210
|
deletedAt: Date | null;
|
|
@@ -8225,17 +8225,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8225
8225
|
messageId: string;
|
|
8226
8226
|
mailUserId: string;
|
|
8227
8227
|
mailUser: {
|
|
8228
|
-
name: string;
|
|
8229
8228
|
id: string;
|
|
8230
8229
|
address: string;
|
|
8230
|
+
name: string;
|
|
8231
8231
|
createdAt: Date;
|
|
8232
8232
|
updatedAt: Date;
|
|
8233
8233
|
deletedAt: Date | null;
|
|
8234
8234
|
contact: {
|
|
8235
|
-
name: string;
|
|
8236
8235
|
id: string;
|
|
8237
8236
|
channel: string | null;
|
|
8238
8237
|
address: string | null;
|
|
8238
|
+
name: string;
|
|
8239
8239
|
createdAt: Date;
|
|
8240
8240
|
updatedAt: Date;
|
|
8241
8241
|
deletedAt: Date | null;
|
|
@@ -8276,17 +8276,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8276
8276
|
messageId: string;
|
|
8277
8277
|
mailUserId: string;
|
|
8278
8278
|
mailUser: {
|
|
8279
|
-
name: string;
|
|
8280
8279
|
id: string;
|
|
8281
8280
|
address: string;
|
|
8281
|
+
name: string;
|
|
8282
8282
|
createdAt: Date;
|
|
8283
8283
|
updatedAt: Date;
|
|
8284
8284
|
deletedAt: Date | null;
|
|
8285
8285
|
contact: {
|
|
8286
|
-
name: string;
|
|
8287
8286
|
id: string;
|
|
8288
8287
|
channel: string | null;
|
|
8289
8288
|
address: string | null;
|
|
8289
|
+
name: string;
|
|
8290
8290
|
createdAt: Date;
|
|
8291
8291
|
updatedAt: Date;
|
|
8292
8292
|
deletedAt: Date | null;
|
|
@@ -8332,17 +8332,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8332
8332
|
messageId: string;
|
|
8333
8333
|
mailUserId: string;
|
|
8334
8334
|
mailUser: {
|
|
8335
|
-
name: string;
|
|
8336
8335
|
id: string;
|
|
8337
8336
|
address: string;
|
|
8337
|
+
name: string;
|
|
8338
8338
|
createdAt: Date;
|
|
8339
8339
|
updatedAt: Date;
|
|
8340
8340
|
deletedAt: Date | null;
|
|
8341
8341
|
contact: {
|
|
8342
|
-
name: string;
|
|
8343
8342
|
id: string;
|
|
8344
8343
|
channel: string | null;
|
|
8345
8344
|
address: string | null;
|
|
8345
|
+
name: string;
|
|
8346
8346
|
createdAt: Date;
|
|
8347
8347
|
updatedAt: Date;
|
|
8348
8348
|
deletedAt: Date | null;
|
|
@@ -8363,17 +8363,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8363
8363
|
messageId: string;
|
|
8364
8364
|
mailUserId: string;
|
|
8365
8365
|
mailUser: {
|
|
8366
|
-
name: string;
|
|
8367
8366
|
id: string;
|
|
8368
8367
|
address: string;
|
|
8368
|
+
name: string;
|
|
8369
8369
|
createdAt: Date;
|
|
8370
8370
|
updatedAt: Date;
|
|
8371
8371
|
deletedAt: Date | null;
|
|
8372
8372
|
contact: {
|
|
8373
|
-
name: string;
|
|
8374
8373
|
id: string;
|
|
8375
8374
|
channel: string | null;
|
|
8376
8375
|
address: string | null;
|
|
8376
|
+
name: string;
|
|
8377
8377
|
createdAt: Date;
|
|
8378
8378
|
updatedAt: Date;
|
|
8379
8379
|
deletedAt: Date | null;
|
|
@@ -8394,17 +8394,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8394
8394
|
messageId: string;
|
|
8395
8395
|
mailUserId: string;
|
|
8396
8396
|
mailUser: {
|
|
8397
|
-
name: string;
|
|
8398
8397
|
id: string;
|
|
8399
8398
|
address: string;
|
|
8399
|
+
name: string;
|
|
8400
8400
|
createdAt: Date;
|
|
8401
8401
|
updatedAt: Date;
|
|
8402
8402
|
deletedAt: Date | null;
|
|
8403
8403
|
contact: {
|
|
8404
|
-
name: string;
|
|
8405
8404
|
id: string;
|
|
8406
8405
|
channel: string | null;
|
|
8407
8406
|
address: string | null;
|
|
8407
|
+
name: string;
|
|
8408
8408
|
createdAt: Date;
|
|
8409
8409
|
updatedAt: Date;
|
|
8410
8410
|
deletedAt: Date | null;
|
|
@@ -8445,17 +8445,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8445
8445
|
messageId: string;
|
|
8446
8446
|
mailUserId: string;
|
|
8447
8447
|
mailUser: {
|
|
8448
|
-
name: string;
|
|
8449
8448
|
id: string;
|
|
8450
8449
|
address: string;
|
|
8450
|
+
name: string;
|
|
8451
8451
|
createdAt: Date;
|
|
8452
8452
|
updatedAt: Date;
|
|
8453
8453
|
deletedAt: Date | null;
|
|
8454
8454
|
contact: {
|
|
8455
|
-
name: string;
|
|
8456
8455
|
id: string;
|
|
8457
8456
|
channel: string | null;
|
|
8458
8457
|
address: string | null;
|
|
8458
|
+
name: string;
|
|
8459
8459
|
createdAt: Date;
|
|
8460
8460
|
updatedAt: Date;
|
|
8461
8461
|
deletedAt: Date | null;
|
|
@@ -8501,17 +8501,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8501
8501
|
messageId: string;
|
|
8502
8502
|
mailUserId: string;
|
|
8503
8503
|
mailUser: {
|
|
8504
|
-
name: string;
|
|
8505
8504
|
id: string;
|
|
8506
8505
|
address: string;
|
|
8506
|
+
name: string;
|
|
8507
8507
|
createdAt: Date;
|
|
8508
8508
|
updatedAt: Date;
|
|
8509
8509
|
deletedAt: Date | null;
|
|
8510
8510
|
contact: {
|
|
8511
|
-
name: string;
|
|
8512
8511
|
id: string;
|
|
8513
8512
|
channel: string | null;
|
|
8514
8513
|
address: string | null;
|
|
8514
|
+
name: string;
|
|
8515
8515
|
createdAt: Date;
|
|
8516
8516
|
updatedAt: Date;
|
|
8517
8517
|
deletedAt: Date | null;
|
|
@@ -8532,17 +8532,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8532
8532
|
messageId: string;
|
|
8533
8533
|
mailUserId: string;
|
|
8534
8534
|
mailUser: {
|
|
8535
|
-
name: string;
|
|
8536
8535
|
id: string;
|
|
8537
8536
|
address: string;
|
|
8537
|
+
name: string;
|
|
8538
8538
|
createdAt: Date;
|
|
8539
8539
|
updatedAt: Date;
|
|
8540
8540
|
deletedAt: Date | null;
|
|
8541
8541
|
contact: {
|
|
8542
|
-
name: string;
|
|
8543
8542
|
id: string;
|
|
8544
8543
|
channel: string | null;
|
|
8545
8544
|
address: string | null;
|
|
8545
|
+
name: string;
|
|
8546
8546
|
createdAt: Date;
|
|
8547
8547
|
updatedAt: Date;
|
|
8548
8548
|
deletedAt: Date | null;
|
|
@@ -8563,17 +8563,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8563
8563
|
messageId: string;
|
|
8564
8564
|
mailUserId: string;
|
|
8565
8565
|
mailUser: {
|
|
8566
|
-
name: string;
|
|
8567
8566
|
id: string;
|
|
8568
8567
|
address: string;
|
|
8568
|
+
name: string;
|
|
8569
8569
|
createdAt: Date;
|
|
8570
8570
|
updatedAt: Date;
|
|
8571
8571
|
deletedAt: Date | null;
|
|
8572
8572
|
contact: {
|
|
8573
|
-
name: string;
|
|
8574
8573
|
id: string;
|
|
8575
8574
|
channel: string | null;
|
|
8576
8575
|
address: string | null;
|
|
8576
|
+
name: string;
|
|
8577
8577
|
createdAt: Date;
|
|
8578
8578
|
updatedAt: Date;
|
|
8579
8579
|
deletedAt: Date | null;
|
|
@@ -8602,9 +8602,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8602
8602
|
updatedAt: Date;
|
|
8603
8603
|
deletedAt: string | null;
|
|
8604
8604
|
actor: {
|
|
8605
|
-
name: string;
|
|
8606
8605
|
id: string;
|
|
8607
8606
|
address: string | null;
|
|
8607
|
+
name: string;
|
|
8608
8608
|
email: string;
|
|
8609
8609
|
createdAt: Date;
|
|
8610
8610
|
updatedAt: Date;
|
|
@@ -8616,18 +8616,18 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8616
8616
|
actorId: string;
|
|
8617
8617
|
})[];
|
|
8618
8618
|
mail: {
|
|
8619
|
-
name: string;
|
|
8620
8619
|
id: string;
|
|
8621
8620
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
|
8622
8621
|
address: string;
|
|
8622
|
+
name: string;
|
|
8623
8623
|
createdAt: Date;
|
|
8624
8624
|
updatedAt: Date;
|
|
8625
8625
|
deletedAt: Date | null;
|
|
8626
8626
|
accountId: string;
|
|
8627
8627
|
mailServerId: string;
|
|
8628
8628
|
mailServer: {
|
|
8629
|
-
name: string;
|
|
8630
8629
|
id: string;
|
|
8630
|
+
name: string;
|
|
8631
8631
|
createdAt: Date;
|
|
8632
8632
|
updatedAt: Date;
|
|
8633
8633
|
deletedAt: Date | null;
|
|
@@ -8654,8 +8654,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8654
8654
|
updatedAt: Date;
|
|
8655
8655
|
deletedAt: Date | null;
|
|
8656
8656
|
tags: {
|
|
8657
|
-
name: string;
|
|
8658
8657
|
id: string;
|
|
8658
|
+
name: string;
|
|
8659
8659
|
color: string;
|
|
8660
8660
|
createdAt: Date;
|
|
8661
8661
|
updatedAt: Date;
|
|
@@ -8680,17 +8680,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8680
8680
|
messageId: string;
|
|
8681
8681
|
mailUserId: string;
|
|
8682
8682
|
mailUser: {
|
|
8683
|
-
name: string;
|
|
8684
8683
|
id: string;
|
|
8685
8684
|
address: string;
|
|
8685
|
+
name: string;
|
|
8686
8686
|
createdAt: Date;
|
|
8687
8687
|
updatedAt: Date;
|
|
8688
8688
|
deletedAt: Date | null;
|
|
8689
8689
|
contact: {
|
|
8690
|
-
name: string;
|
|
8691
8690
|
id: string;
|
|
8692
8691
|
channel: string | null;
|
|
8693
8692
|
address: string | null;
|
|
8693
|
+
name: string;
|
|
8694
8694
|
createdAt: Date;
|
|
8695
8695
|
updatedAt: Date;
|
|
8696
8696
|
deletedAt: Date | null;
|
|
@@ -8736,17 +8736,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8736
8736
|
messageId: string;
|
|
8737
8737
|
mailUserId: string;
|
|
8738
8738
|
mailUser: {
|
|
8739
|
-
name: string;
|
|
8740
8739
|
id: string;
|
|
8741
8740
|
address: string;
|
|
8741
|
+
name: string;
|
|
8742
8742
|
createdAt: Date;
|
|
8743
8743
|
updatedAt: Date;
|
|
8744
8744
|
deletedAt: Date | null;
|
|
8745
8745
|
contact: {
|
|
8746
|
-
name: string;
|
|
8747
8746
|
id: string;
|
|
8748
8747
|
channel: string | null;
|
|
8749
8748
|
address: string | null;
|
|
8749
|
+
name: string;
|
|
8750
8750
|
createdAt: Date;
|
|
8751
8751
|
updatedAt: Date;
|
|
8752
8752
|
deletedAt: Date | null;
|
|
@@ -8767,17 +8767,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8767
8767
|
messageId: string;
|
|
8768
8768
|
mailUserId: string;
|
|
8769
8769
|
mailUser: {
|
|
8770
|
-
name: string;
|
|
8771
8770
|
id: string;
|
|
8772
8771
|
address: string;
|
|
8772
|
+
name: string;
|
|
8773
8773
|
createdAt: Date;
|
|
8774
8774
|
updatedAt: Date;
|
|
8775
8775
|
deletedAt: Date | null;
|
|
8776
8776
|
contact: {
|
|
8777
|
-
name: string;
|
|
8778
8777
|
id: string;
|
|
8779
8778
|
channel: string | null;
|
|
8780
8779
|
address: string | null;
|
|
8780
|
+
name: string;
|
|
8781
8781
|
createdAt: Date;
|
|
8782
8782
|
updatedAt: Date;
|
|
8783
8783
|
deletedAt: Date | null;
|
|
@@ -8798,17 +8798,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8798
8798
|
messageId: string;
|
|
8799
8799
|
mailUserId: string;
|
|
8800
8800
|
mailUser: {
|
|
8801
|
-
name: string;
|
|
8802
8801
|
id: string;
|
|
8803
8802
|
address: string;
|
|
8803
|
+
name: string;
|
|
8804
8804
|
createdAt: Date;
|
|
8805
8805
|
updatedAt: Date;
|
|
8806
8806
|
deletedAt: Date | null;
|
|
8807
8807
|
contact: {
|
|
8808
|
-
name: string;
|
|
8809
8808
|
id: string;
|
|
8810
8809
|
channel: string | null;
|
|
8811
8810
|
address: string | null;
|
|
8811
|
+
name: string;
|
|
8812
8812
|
createdAt: Date;
|
|
8813
8813
|
updatedAt: Date;
|
|
8814
8814
|
deletedAt: Date | null;
|
|
@@ -8832,9 +8832,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8832
8832
|
seemsLikeNew: boolean;
|
|
8833
8833
|
};
|
|
8834
8834
|
assignee: {
|
|
8835
|
-
name: string;
|
|
8836
8835
|
id: string;
|
|
8837
8836
|
address: string | null;
|
|
8837
|
+
name: string;
|
|
8838
8838
|
email: string;
|
|
8839
8839
|
createdAt: Date;
|
|
8840
8840
|
updatedAt: Date;
|
|
@@ -8893,8 +8893,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8893
8893
|
}[];
|
|
8894
8894
|
}[];
|
|
8895
8895
|
tags: {
|
|
8896
|
-
name: string;
|
|
8897
8896
|
id: string;
|
|
8897
|
+
name: string;
|
|
8898
8898
|
createdAt: Date;
|
|
8899
8899
|
updatedAt: Date;
|
|
8900
8900
|
deletedAt: Date | null;
|
|
@@ -8924,8 +8924,8 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8924
8924
|
endedAt: string | null;
|
|
8925
8925
|
duration: number | null;
|
|
8926
8926
|
holdLabel?: {
|
|
8927
|
-
name: string;
|
|
8928
8927
|
id: string;
|
|
8928
|
+
name: string;
|
|
8929
8929
|
position: number;
|
|
8930
8930
|
createdAt: Date;
|
|
8931
8931
|
updatedAt: Date;
|
|
@@ -8944,17 +8944,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8944
8944
|
messageId: string;
|
|
8945
8945
|
mailUserId: string;
|
|
8946
8946
|
mailUser: {
|
|
8947
|
-
name: string;
|
|
8948
8947
|
id: string;
|
|
8949
8948
|
address: string;
|
|
8949
|
+
name: string;
|
|
8950
8950
|
createdAt: Date;
|
|
8951
8951
|
updatedAt: Date;
|
|
8952
8952
|
deletedAt: Date | null;
|
|
8953
8953
|
contact: {
|
|
8954
|
-
name: string;
|
|
8955
8954
|
id: string;
|
|
8956
8955
|
channel: string | null;
|
|
8957
8956
|
address: string | null;
|
|
8957
|
+
name: string;
|
|
8958
8958
|
createdAt: Date;
|
|
8959
8959
|
updatedAt: Date;
|
|
8960
8960
|
deletedAt: Date | null;
|
|
@@ -8976,17 +8976,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
8976
8976
|
messageId: string;
|
|
8977
8977
|
mailUserId: string;
|
|
8978
8978
|
mailUser: {
|
|
8979
|
-
name: string;
|
|
8980
8979
|
id: string;
|
|
8981
8980
|
address: string;
|
|
8981
|
+
name: string;
|
|
8982
8982
|
createdAt: Date;
|
|
8983
8983
|
updatedAt: Date;
|
|
8984
8984
|
deletedAt: Date | null;
|
|
8985
8985
|
contact: {
|
|
8986
|
-
name: string;
|
|
8987
8986
|
id: string;
|
|
8988
8987
|
channel: string | null;
|
|
8989
8988
|
address: string | null;
|
|
8989
|
+
name: string;
|
|
8990
8990
|
createdAt: Date;
|
|
8991
8991
|
updatedAt: Date;
|
|
8992
8992
|
deletedAt: Date | null;
|
|
@@ -9007,17 +9007,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9007
9007
|
messageId: string;
|
|
9008
9008
|
mailUserId: string;
|
|
9009
9009
|
mailUser: {
|
|
9010
|
-
name: string;
|
|
9011
9010
|
id: string;
|
|
9012
9011
|
address: string;
|
|
9012
|
+
name: string;
|
|
9013
9013
|
createdAt: Date;
|
|
9014
9014
|
updatedAt: Date;
|
|
9015
9015
|
deletedAt: Date | null;
|
|
9016
9016
|
contact: {
|
|
9017
|
-
name: string;
|
|
9018
9017
|
id: string;
|
|
9019
9018
|
channel: string | null;
|
|
9020
9019
|
address: string | null;
|
|
9020
|
+
name: string;
|
|
9021
9021
|
createdAt: Date;
|
|
9022
9022
|
updatedAt: Date;
|
|
9023
9023
|
deletedAt: Date | null;
|
|
@@ -9038,17 +9038,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9038
9038
|
messageId: string;
|
|
9039
9039
|
mailUserId: string;
|
|
9040
9040
|
mailUser: {
|
|
9041
|
-
name: string;
|
|
9042
9041
|
id: string;
|
|
9043
9042
|
address: string;
|
|
9043
|
+
name: string;
|
|
9044
9044
|
createdAt: Date;
|
|
9045
9045
|
updatedAt: Date;
|
|
9046
9046
|
deletedAt: Date | null;
|
|
9047
9047
|
contact: {
|
|
9048
|
-
name: string;
|
|
9049
9048
|
id: string;
|
|
9050
9049
|
channel: string | null;
|
|
9051
9050
|
address: string | null;
|
|
9051
|
+
name: string;
|
|
9052
9052
|
createdAt: Date;
|
|
9053
9053
|
updatedAt: Date;
|
|
9054
9054
|
deletedAt: Date | null;
|
|
@@ -9081,17 +9081,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9081
9081
|
messageId: string;
|
|
9082
9082
|
mailUserId: string;
|
|
9083
9083
|
mailUser: {
|
|
9084
|
-
name: string;
|
|
9085
9084
|
id: string;
|
|
9086
9085
|
address: string;
|
|
9086
|
+
name: string;
|
|
9087
9087
|
createdAt: Date;
|
|
9088
9088
|
updatedAt: Date;
|
|
9089
9089
|
deletedAt: Date | null;
|
|
9090
9090
|
contact: {
|
|
9091
|
-
name: string;
|
|
9092
9091
|
id: string;
|
|
9093
9092
|
channel: string | null;
|
|
9094
9093
|
address: string | null;
|
|
9094
|
+
name: string;
|
|
9095
9095
|
createdAt: Date;
|
|
9096
9096
|
updatedAt: Date;
|
|
9097
9097
|
deletedAt: Date | null;
|
|
@@ -9137,17 +9137,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9137
9137
|
messageId: string;
|
|
9138
9138
|
mailUserId: string;
|
|
9139
9139
|
mailUser: {
|
|
9140
|
-
name: string;
|
|
9141
9140
|
id: string;
|
|
9142
9141
|
address: string;
|
|
9142
|
+
name: string;
|
|
9143
9143
|
createdAt: Date;
|
|
9144
9144
|
updatedAt: Date;
|
|
9145
9145
|
deletedAt: Date | null;
|
|
9146
9146
|
contact: {
|
|
9147
|
-
name: string;
|
|
9148
9147
|
id: string;
|
|
9149
9148
|
channel: string | null;
|
|
9150
9149
|
address: string | null;
|
|
9150
|
+
name: string;
|
|
9151
9151
|
createdAt: Date;
|
|
9152
9152
|
updatedAt: Date;
|
|
9153
9153
|
deletedAt: Date | null;
|
|
@@ -9168,17 +9168,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9168
9168
|
messageId: string;
|
|
9169
9169
|
mailUserId: string;
|
|
9170
9170
|
mailUser: {
|
|
9171
|
-
name: string;
|
|
9172
9171
|
id: string;
|
|
9173
9172
|
address: string;
|
|
9173
|
+
name: string;
|
|
9174
9174
|
createdAt: Date;
|
|
9175
9175
|
updatedAt: Date;
|
|
9176
9176
|
deletedAt: Date | null;
|
|
9177
9177
|
contact: {
|
|
9178
|
-
name: string;
|
|
9179
9178
|
id: string;
|
|
9180
9179
|
channel: string | null;
|
|
9181
9180
|
address: string | null;
|
|
9181
|
+
name: string;
|
|
9182
9182
|
createdAt: Date;
|
|
9183
9183
|
updatedAt: Date;
|
|
9184
9184
|
deletedAt: Date | null;
|
|
@@ -9199,17 +9199,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9199
9199
|
messageId: string;
|
|
9200
9200
|
mailUserId: string;
|
|
9201
9201
|
mailUser: {
|
|
9202
|
-
name: string;
|
|
9203
9202
|
id: string;
|
|
9204
9203
|
address: string;
|
|
9204
|
+
name: string;
|
|
9205
9205
|
createdAt: Date;
|
|
9206
9206
|
updatedAt: Date;
|
|
9207
9207
|
deletedAt: Date | null;
|
|
9208
9208
|
contact: {
|
|
9209
|
-
name: string;
|
|
9210
9209
|
id: string;
|
|
9211
9210
|
channel: string | null;
|
|
9212
9211
|
address: string | null;
|
|
9212
|
+
name: string;
|
|
9213
9213
|
createdAt: Date;
|
|
9214
9214
|
updatedAt: Date;
|
|
9215
9215
|
deletedAt: Date | null;
|
|
@@ -9250,17 +9250,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9250
9250
|
messageId: string;
|
|
9251
9251
|
mailUserId: string;
|
|
9252
9252
|
mailUser: {
|
|
9253
|
-
name: string;
|
|
9254
9253
|
id: string;
|
|
9255
9254
|
address: string;
|
|
9255
|
+
name: string;
|
|
9256
9256
|
createdAt: Date;
|
|
9257
9257
|
updatedAt: Date;
|
|
9258
9258
|
deletedAt: Date | null;
|
|
9259
9259
|
contact: {
|
|
9260
|
-
name: string;
|
|
9261
9260
|
id: string;
|
|
9262
9261
|
channel: string | null;
|
|
9263
9262
|
address: string | null;
|
|
9263
|
+
name: string;
|
|
9264
9264
|
createdAt: Date;
|
|
9265
9265
|
updatedAt: Date;
|
|
9266
9266
|
deletedAt: Date | null;
|
|
@@ -9306,17 +9306,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9306
9306
|
messageId: string;
|
|
9307
9307
|
mailUserId: string;
|
|
9308
9308
|
mailUser: {
|
|
9309
|
-
name: string;
|
|
9310
9309
|
id: string;
|
|
9311
9310
|
address: string;
|
|
9311
|
+
name: string;
|
|
9312
9312
|
createdAt: Date;
|
|
9313
9313
|
updatedAt: Date;
|
|
9314
9314
|
deletedAt: Date | null;
|
|
9315
9315
|
contact: {
|
|
9316
|
-
name: string;
|
|
9317
9316
|
id: string;
|
|
9318
9317
|
channel: string | null;
|
|
9319
9318
|
address: string | null;
|
|
9319
|
+
name: string;
|
|
9320
9320
|
createdAt: Date;
|
|
9321
9321
|
updatedAt: Date;
|
|
9322
9322
|
deletedAt: Date | null;
|
|
@@ -9337,17 +9337,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9337
9337
|
messageId: string;
|
|
9338
9338
|
mailUserId: string;
|
|
9339
9339
|
mailUser: {
|
|
9340
|
-
name: string;
|
|
9341
9340
|
id: string;
|
|
9342
9341
|
address: string;
|
|
9342
|
+
name: string;
|
|
9343
9343
|
createdAt: Date;
|
|
9344
9344
|
updatedAt: Date;
|
|
9345
9345
|
deletedAt: Date | null;
|
|
9346
9346
|
contact: {
|
|
9347
|
-
name: string;
|
|
9348
9347
|
id: string;
|
|
9349
9348
|
channel: string | null;
|
|
9350
9349
|
address: string | null;
|
|
9350
|
+
name: string;
|
|
9351
9351
|
createdAt: Date;
|
|
9352
9352
|
updatedAt: Date;
|
|
9353
9353
|
deletedAt: Date | null;
|
|
@@ -9368,17 +9368,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9368
9368
|
messageId: string;
|
|
9369
9369
|
mailUserId: string;
|
|
9370
9370
|
mailUser: {
|
|
9371
|
-
name: string;
|
|
9372
9371
|
id: string;
|
|
9373
9372
|
address: string;
|
|
9373
|
+
name: string;
|
|
9374
9374
|
createdAt: Date;
|
|
9375
9375
|
updatedAt: Date;
|
|
9376
9376
|
deletedAt: Date | null;
|
|
9377
9377
|
contact: {
|
|
9378
|
-
name: string;
|
|
9379
9378
|
id: string;
|
|
9380
9379
|
channel: string | null;
|
|
9381
9380
|
address: string | null;
|
|
9381
|
+
name: string;
|
|
9382
9382
|
createdAt: Date;
|
|
9383
9383
|
updatedAt: Date;
|
|
9384
9384
|
deletedAt: Date | null;
|
|
@@ -9419,17 +9419,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9419
9419
|
messageId: string;
|
|
9420
9420
|
mailUserId: string;
|
|
9421
9421
|
mailUser: {
|
|
9422
|
-
name: string;
|
|
9423
9422
|
id: string;
|
|
9424
9423
|
address: string;
|
|
9424
|
+
name: string;
|
|
9425
9425
|
createdAt: Date;
|
|
9426
9426
|
updatedAt: Date;
|
|
9427
9427
|
deletedAt: Date | null;
|
|
9428
9428
|
contact: {
|
|
9429
|
-
name: string;
|
|
9430
9429
|
id: string;
|
|
9431
9430
|
channel: string | null;
|
|
9432
9431
|
address: string | null;
|
|
9432
|
+
name: string;
|
|
9433
9433
|
createdAt: Date;
|
|
9434
9434
|
updatedAt: Date;
|
|
9435
9435
|
deletedAt: Date | null;
|
|
@@ -9475,17 +9475,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9475
9475
|
messageId: string;
|
|
9476
9476
|
mailUserId: string;
|
|
9477
9477
|
mailUser: {
|
|
9478
|
-
name: string;
|
|
9479
9478
|
id: string;
|
|
9480
9479
|
address: string;
|
|
9480
|
+
name: string;
|
|
9481
9481
|
createdAt: Date;
|
|
9482
9482
|
updatedAt: Date;
|
|
9483
9483
|
deletedAt: Date | null;
|
|
9484
9484
|
contact: {
|
|
9485
|
-
name: string;
|
|
9486
9485
|
id: string;
|
|
9487
9486
|
channel: string | null;
|
|
9488
9487
|
address: string | null;
|
|
9488
|
+
name: string;
|
|
9489
9489
|
createdAt: Date;
|
|
9490
9490
|
updatedAt: Date;
|
|
9491
9491
|
deletedAt: Date | null;
|
|
@@ -9506,17 +9506,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9506
9506
|
messageId: string;
|
|
9507
9507
|
mailUserId: string;
|
|
9508
9508
|
mailUser: {
|
|
9509
|
-
name: string;
|
|
9510
9509
|
id: string;
|
|
9511
9510
|
address: string;
|
|
9511
|
+
name: string;
|
|
9512
9512
|
createdAt: Date;
|
|
9513
9513
|
updatedAt: Date;
|
|
9514
9514
|
deletedAt: Date | null;
|
|
9515
9515
|
contact: {
|
|
9516
|
-
name: string;
|
|
9517
9516
|
id: string;
|
|
9518
9517
|
channel: string | null;
|
|
9519
9518
|
address: string | null;
|
|
9519
|
+
name: string;
|
|
9520
9520
|
createdAt: Date;
|
|
9521
9521
|
updatedAt: Date;
|
|
9522
9522
|
deletedAt: Date | null;
|
|
@@ -9537,17 +9537,17 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9537
9537
|
messageId: string;
|
|
9538
9538
|
mailUserId: string;
|
|
9539
9539
|
mailUser: {
|
|
9540
|
-
name: string;
|
|
9541
9540
|
id: string;
|
|
9542
9541
|
address: string;
|
|
9542
|
+
name: string;
|
|
9543
9543
|
createdAt: Date;
|
|
9544
9544
|
updatedAt: Date;
|
|
9545
9545
|
deletedAt: Date | null;
|
|
9546
9546
|
contact: {
|
|
9547
|
-
name: string;
|
|
9548
9547
|
id: string;
|
|
9549
9548
|
channel: string | null;
|
|
9550
9549
|
address: string | null;
|
|
9550
|
+
name: string;
|
|
9551
9551
|
createdAt: Date;
|
|
9552
9552
|
updatedAt: Date;
|
|
9553
9553
|
deletedAt: Date | null;
|
|
@@ -9576,9 +9576,9 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9576
9576
|
updatedAt: Date;
|
|
9577
9577
|
deletedAt: string | null;
|
|
9578
9578
|
actor: {
|
|
9579
|
-
name: string;
|
|
9580
9579
|
id: string;
|
|
9581
9580
|
address: string | null;
|
|
9581
|
+
name: string;
|
|
9582
9582
|
email: string;
|
|
9583
9583
|
createdAt: Date;
|
|
9584
9584
|
updatedAt: Date;
|
|
@@ -9590,18 +9590,18 @@ export declare const RoomContractsValidationSchema: {
|
|
|
9590
9590
|
actorId: string;
|
|
9591
9591
|
})[];
|
|
9592
9592
|
mail: {
|
|
9593
|
-
name: string;
|
|
9594
9593
|
id: string;
|
|
9595
9594
|
state: "connected" | "connecting" | "disconnected" | "init" | "syncing" | "authenticationError" | "connectError" | "unset";
|
|
9596
9595
|
address: string;
|
|
9596
|
+
name: string;
|
|
9597
9597
|
createdAt: Date;
|
|
9598
9598
|
updatedAt: Date;
|
|
9599
9599
|
deletedAt: Date | null;
|
|
9600
9600
|
accountId: string;
|
|
9601
9601
|
mailServerId: string;
|
|
9602
9602
|
mailServer: {
|
|
9603
|
-
name: string;
|
|
9604
9603
|
id: string;
|
|
9604
|
+
name: string;
|
|
9605
9605
|
createdAt: Date;
|
|
9606
9606
|
updatedAt: Date;
|
|
9607
9607
|
deletedAt: Date | null;
|