@kl1/contracts 1.1.30-uat → 1.1.31-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/index.js +746 -889
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +746 -889
- package/dist/index.mjs.map +1 -1
- package/dist/src/contract.d.ts +185 -746
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +184 -124
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/message-contract.d.ts +28 -28
- package/dist/src/mail/room-contract.d.ts +156 -96
- package/dist/src/mail/room-contract.d.ts.map +1 -1
- package/dist/src/mail/schemas/message.schema.d.ts +4 -4
- package/dist/src/mail/schemas/room-validation.schema.d.ts +32 -32
- package/dist/src/mail/schemas/room.schema.d.ts +28 -28
- package/dist/src/telephony-cdr/index.d.ts +1 -622
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/package.json +1 -1
@@ -786,7 +786,7 @@ export declare const mailContract: {
|
|
786
786
|
sendAt: import("zod").ZodDate;
|
787
787
|
starred: import("zod").ZodBoolean;
|
788
788
|
seemsLikeNew: import("zod").ZodBoolean;
|
789
|
-
from: import("zod").
|
789
|
+
from: import("zod").ZodObject<{
|
790
790
|
id: import("zod").ZodString;
|
791
791
|
createdAt: import("zod").ZodDate;
|
792
792
|
updatedAt: import("zod").ZodDate;
|
@@ -940,7 +940,7 @@ export declare const mailContract: {
|
|
940
940
|
contactId: string;
|
941
941
|
isNewContact: boolean;
|
942
942
|
};
|
943
|
-
}
|
943
|
+
}>;
|
944
944
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
945
945
|
id: import("zod").ZodString;
|
946
946
|
createdAt: import("zod").ZodDate;
|
@@ -1548,7 +1548,7 @@ export declare const mailContract: {
|
|
1548
1548
|
contactId: string;
|
1549
1549
|
isNewContact: boolean;
|
1550
1550
|
};
|
1551
|
-
}
|
1551
|
+
};
|
1552
1552
|
to: {
|
1553
1553
|
id: string;
|
1554
1554
|
createdAt: Date;
|
@@ -1716,7 +1716,7 @@ export declare const mailContract: {
|
|
1716
1716
|
contactId: string;
|
1717
1717
|
isNewContact: boolean;
|
1718
1718
|
};
|
1719
|
-
}
|
1719
|
+
};
|
1720
1720
|
to: {
|
1721
1721
|
id: string;
|
1722
1722
|
createdAt: Date;
|
@@ -1855,7 +1855,7 @@ export declare const mailContract: {
|
|
1855
1855
|
sendAt: import("zod").ZodDate;
|
1856
1856
|
starred: import("zod").ZodBoolean;
|
1857
1857
|
seemsLikeNew: import("zod").ZodBoolean;
|
1858
|
-
from: import("zod").
|
1858
|
+
from: import("zod").ZodObject<{
|
1859
1859
|
id: import("zod").ZodString;
|
1860
1860
|
createdAt: import("zod").ZodDate;
|
1861
1861
|
updatedAt: import("zod").ZodDate;
|
@@ -2009,7 +2009,7 @@ export declare const mailContract: {
|
|
2009
2009
|
contactId: string;
|
2010
2010
|
isNewContact: boolean;
|
2011
2011
|
};
|
2012
|
-
}
|
2012
|
+
}>;
|
2013
2013
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
2014
2014
|
id: import("zod").ZodString;
|
2015
2015
|
createdAt: import("zod").ZodDate;
|
@@ -2617,7 +2617,7 @@ export declare const mailContract: {
|
|
2617
2617
|
contactId: string;
|
2618
2618
|
isNewContact: boolean;
|
2619
2619
|
};
|
2620
|
-
}
|
2620
|
+
};
|
2621
2621
|
to: {
|
2622
2622
|
id: string;
|
2623
2623
|
createdAt: Date;
|
@@ -2785,7 +2785,7 @@ export declare const mailContract: {
|
|
2785
2785
|
contactId: string;
|
2786
2786
|
isNewContact: boolean;
|
2787
2787
|
};
|
2788
|
-
}
|
2788
|
+
};
|
2789
2789
|
to: {
|
2790
2790
|
id: string;
|
2791
2791
|
createdAt: Date;
|
@@ -2977,7 +2977,7 @@ export declare const mailContract: {
|
|
2977
2977
|
sendAt: import("zod").ZodDate;
|
2978
2978
|
starred: import("zod").ZodBoolean;
|
2979
2979
|
seemsLikeNew: import("zod").ZodBoolean;
|
2980
|
-
from: import("zod").
|
2980
|
+
from: import("zod").ZodObject<{
|
2981
2981
|
id: import("zod").ZodString;
|
2982
2982
|
createdAt: import("zod").ZodDate;
|
2983
2983
|
updatedAt: import("zod").ZodDate;
|
@@ -3131,7 +3131,7 @@ export declare const mailContract: {
|
|
3131
3131
|
contactId: string;
|
3132
3132
|
isNewContact: boolean;
|
3133
3133
|
};
|
3134
|
-
}
|
3134
|
+
}>;
|
3135
3135
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
3136
3136
|
id: import("zod").ZodString;
|
3137
3137
|
createdAt: import("zod").ZodDate;
|
@@ -3739,7 +3739,7 @@ export declare const mailContract: {
|
|
3739
3739
|
contactId: string;
|
3740
3740
|
isNewContact: boolean;
|
3741
3741
|
};
|
3742
|
-
}
|
3742
|
+
};
|
3743
3743
|
to: {
|
3744
3744
|
id: string;
|
3745
3745
|
createdAt: Date;
|
@@ -3907,7 +3907,7 @@ export declare const mailContract: {
|
|
3907
3907
|
contactId: string;
|
3908
3908
|
isNewContact: boolean;
|
3909
3909
|
};
|
3910
|
-
}
|
3910
|
+
};
|
3911
3911
|
to: {
|
3912
3912
|
id: string;
|
3913
3913
|
createdAt: Date;
|
@@ -4046,7 +4046,7 @@ export declare const mailContract: {
|
|
4046
4046
|
sendAt: import("zod").ZodDate;
|
4047
4047
|
starred: import("zod").ZodBoolean;
|
4048
4048
|
seemsLikeNew: import("zod").ZodBoolean;
|
4049
|
-
from: import("zod").
|
4049
|
+
from: import("zod").ZodObject<{
|
4050
4050
|
id: import("zod").ZodString;
|
4051
4051
|
createdAt: import("zod").ZodDate;
|
4052
4052
|
updatedAt: import("zod").ZodDate;
|
@@ -4200,7 +4200,7 @@ export declare const mailContract: {
|
|
4200
4200
|
contactId: string;
|
4201
4201
|
isNewContact: boolean;
|
4202
4202
|
};
|
4203
|
-
}
|
4203
|
+
}>;
|
4204
4204
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
4205
4205
|
id: import("zod").ZodString;
|
4206
4206
|
createdAt: import("zod").ZodDate;
|
@@ -4808,7 +4808,7 @@ export declare const mailContract: {
|
|
4808
4808
|
contactId: string;
|
4809
4809
|
isNewContact: boolean;
|
4810
4810
|
};
|
4811
|
-
}
|
4811
|
+
};
|
4812
4812
|
to: {
|
4813
4813
|
id: string;
|
4814
4814
|
createdAt: Date;
|
@@ -4976,7 +4976,7 @@ export declare const mailContract: {
|
|
4976
4976
|
contactId: string;
|
4977
4977
|
isNewContact: boolean;
|
4978
4978
|
};
|
4979
|
-
}
|
4979
|
+
};
|
4980
4980
|
to: {
|
4981
4981
|
id: string;
|
4982
4982
|
createdAt: Date;
|
@@ -5761,7 +5761,7 @@ export declare const mailContract: {
|
|
5761
5761
|
contactId: string;
|
5762
5762
|
isNewContact: boolean;
|
5763
5763
|
};
|
5764
|
-
}
|
5764
|
+
};
|
5765
5765
|
to: {
|
5766
5766
|
id: string;
|
5767
5767
|
createdAt: Date;
|
@@ -6140,7 +6140,7 @@ export declare const mailContract: {
|
|
6140
6140
|
contactId: string;
|
6141
6141
|
isNewContact: boolean;
|
6142
6142
|
};
|
6143
|
-
}
|
6143
|
+
};
|
6144
6144
|
to: {
|
6145
6145
|
id: string;
|
6146
6146
|
createdAt: Date;
|
@@ -6309,7 +6309,7 @@ export declare const mailContract: {
|
|
6309
6309
|
contactId: string;
|
6310
6310
|
isNewContact: boolean;
|
6311
6311
|
};
|
6312
|
-
}
|
6312
|
+
};
|
6313
6313
|
to: {
|
6314
6314
|
id: string;
|
6315
6315
|
createdAt: Date;
|
@@ -6478,7 +6478,7 @@ export declare const mailContract: {
|
|
6478
6478
|
contactId: string;
|
6479
6479
|
isNewContact: boolean;
|
6480
6480
|
};
|
6481
|
-
}
|
6481
|
+
};
|
6482
6482
|
to: {
|
6483
6483
|
id: string;
|
6484
6484
|
createdAt: Date;
|
@@ -6708,7 +6708,7 @@ export declare const mailContract: {
|
|
6708
6708
|
contactId: string;
|
6709
6709
|
isNewContact: boolean;
|
6710
6710
|
};
|
6711
|
-
}
|
6711
|
+
};
|
6712
6712
|
to: {
|
6713
6713
|
id: string;
|
6714
6714
|
createdAt: Date;
|
@@ -7087,7 +7087,7 @@ export declare const mailContract: {
|
|
7087
7087
|
contactId: string;
|
7088
7088
|
isNewContact: boolean;
|
7089
7089
|
};
|
7090
|
-
}
|
7090
|
+
};
|
7091
7091
|
to: {
|
7092
7092
|
id: string;
|
7093
7093
|
createdAt: Date;
|
@@ -7256,7 +7256,7 @@ export declare const mailContract: {
|
|
7256
7256
|
contactId: string;
|
7257
7257
|
isNewContact: boolean;
|
7258
7258
|
};
|
7259
|
-
}
|
7259
|
+
};
|
7260
7260
|
to: {
|
7261
7261
|
id: string;
|
7262
7262
|
createdAt: Date;
|
@@ -7425,7 +7425,7 @@ export declare const mailContract: {
|
|
7425
7425
|
contactId: string;
|
7426
7426
|
isNewContact: boolean;
|
7427
7427
|
};
|
7428
|
-
}
|
7428
|
+
};
|
7429
7429
|
to: {
|
7430
7430
|
id: string;
|
7431
7431
|
createdAt: Date;
|
@@ -7660,7 +7660,7 @@ export declare const mailContract: {
|
|
7660
7660
|
contactId: string;
|
7661
7661
|
isNewContact: boolean;
|
7662
7662
|
};
|
7663
|
-
}
|
7663
|
+
};
|
7664
7664
|
to: {
|
7665
7665
|
id: string;
|
7666
7666
|
createdAt: Date;
|
@@ -8039,7 +8039,7 @@ export declare const mailContract: {
|
|
8039
8039
|
contactId: string;
|
8040
8040
|
isNewContact: boolean;
|
8041
8041
|
};
|
8042
|
-
}
|
8042
|
+
};
|
8043
8043
|
to: {
|
8044
8044
|
id: string;
|
8045
8045
|
createdAt: Date;
|
@@ -8208,7 +8208,7 @@ export declare const mailContract: {
|
|
8208
8208
|
contactId: string;
|
8209
8209
|
isNewContact: boolean;
|
8210
8210
|
};
|
8211
|
-
}
|
8211
|
+
};
|
8212
8212
|
to: {
|
8213
8213
|
id: string;
|
8214
8214
|
createdAt: Date;
|
@@ -8377,7 +8377,7 @@ export declare const mailContract: {
|
|
8377
8377
|
contactId: string;
|
8378
8378
|
isNewContact: boolean;
|
8379
8379
|
};
|
8380
|
-
}
|
8380
|
+
};
|
8381
8381
|
to: {
|
8382
8382
|
id: string;
|
8383
8383
|
createdAt: Date;
|
@@ -8613,7 +8613,7 @@ export declare const mailContract: {
|
|
8613
8613
|
contactId: string;
|
8614
8614
|
isNewContact: boolean;
|
8615
8615
|
};
|
8616
|
-
}
|
8616
|
+
};
|
8617
8617
|
to: {
|
8618
8618
|
id: string;
|
8619
8619
|
createdAt: Date;
|
@@ -8992,7 +8992,7 @@ export declare const mailContract: {
|
|
8992
8992
|
contactId: string;
|
8993
8993
|
isNewContact: boolean;
|
8994
8994
|
};
|
8995
|
-
}
|
8995
|
+
};
|
8996
8996
|
to: {
|
8997
8997
|
id: string;
|
8998
8998
|
createdAt: Date;
|
@@ -9161,7 +9161,7 @@ export declare const mailContract: {
|
|
9161
9161
|
contactId: string;
|
9162
9162
|
isNewContact: boolean;
|
9163
9163
|
};
|
9164
|
-
}
|
9164
|
+
};
|
9165
9165
|
to: {
|
9166
9166
|
id: string;
|
9167
9167
|
createdAt: Date;
|
@@ -9330,7 +9330,7 @@ export declare const mailContract: {
|
|
9330
9330
|
contactId: string;
|
9331
9331
|
isNewContact: boolean;
|
9332
9332
|
};
|
9333
|
-
}
|
9333
|
+
};
|
9334
9334
|
to: {
|
9335
9335
|
id: string;
|
9336
9336
|
createdAt: Date;
|
@@ -10387,6 +10387,66 @@ export declare const mailContract: {
|
|
10387
10387
|
};
|
10388
10388
|
path: "mail/room/:id/participants";
|
10389
10389
|
};
|
10390
|
+
addNewEmailToContact: {
|
10391
|
+
body: import("zod").ZodObject<{
|
10392
|
+
email: import("zod").ZodString;
|
10393
|
+
contactId: import("zod").ZodString;
|
10394
|
+
mailUserId: import("zod").ZodString;
|
10395
|
+
}, "strip", import("zod").ZodTypeAny, {
|
10396
|
+
email: string;
|
10397
|
+
contactId: string;
|
10398
|
+
mailUserId: string;
|
10399
|
+
}, {
|
10400
|
+
email: string;
|
10401
|
+
contactId: string;
|
10402
|
+
mailUserId: string;
|
10403
|
+
}>;
|
10404
|
+
summary: "Add a new email of a mail room participant to an existing contact";
|
10405
|
+
method: "POST";
|
10406
|
+
responses: {
|
10407
|
+
401: import("zod").ZodObject<{
|
10408
|
+
message: import("zod").ZodString;
|
10409
|
+
error: import("zod").ZodAny;
|
10410
|
+
}, "strip", import("zod").ZodTypeAny, {
|
10411
|
+
message: string;
|
10412
|
+
error?: any;
|
10413
|
+
}, {
|
10414
|
+
message: string;
|
10415
|
+
error?: any;
|
10416
|
+
}>;
|
10417
|
+
404: import("zod").ZodObject<{
|
10418
|
+
message: import("zod").ZodString;
|
10419
|
+
error: import("zod").ZodAny;
|
10420
|
+
}, "strip", import("zod").ZodTypeAny, {
|
10421
|
+
message: string;
|
10422
|
+
error?: any;
|
10423
|
+
}, {
|
10424
|
+
message: string;
|
10425
|
+
error?: any;
|
10426
|
+
}>;
|
10427
|
+
422: import("zod").ZodObject<{
|
10428
|
+
message: import("zod").ZodString;
|
10429
|
+
error: import("zod").ZodAny;
|
10430
|
+
}, "strip", import("zod").ZodTypeAny, {
|
10431
|
+
message: string;
|
10432
|
+
error?: any;
|
10433
|
+
}, {
|
10434
|
+
message: string;
|
10435
|
+
error?: any;
|
10436
|
+
}>;
|
10437
|
+
200: import("zod").ZodObject<{
|
10438
|
+
requestId: import("zod").ZodString;
|
10439
|
+
data: import("zod").ZodString;
|
10440
|
+
}, "strip", import("zod").ZodTypeAny, {
|
10441
|
+
data: string;
|
10442
|
+
requestId: string;
|
10443
|
+
}, {
|
10444
|
+
data: string;
|
10445
|
+
requestId: string;
|
10446
|
+
}>;
|
10447
|
+
};
|
10448
|
+
path: "mail/room/add_email_to_contact";
|
10449
|
+
};
|
10390
10450
|
update: {
|
10391
10451
|
body: import("zod").ZodObject<{
|
10392
10452
|
disposition: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"resolved">, import("zod").ZodLiteral<"follow up">, import("zod").ZodLiteral<"escalated">, import("zod").ZodLiteral<"dropped">, import("zod").ZodLiteral<"prank">, import("zod").ZodLiteral<"blank">]>>>;
|
@@ -11105,7 +11165,7 @@ export declare const mailContract: {
|
|
11105
11165
|
sendAt: import("zod").ZodDate;
|
11106
11166
|
starred: import("zod").ZodBoolean;
|
11107
11167
|
seemsLikeNew: import("zod").ZodBoolean;
|
11108
|
-
from: import("zod").
|
11168
|
+
from: import("zod").ZodObject<{
|
11109
11169
|
id: import("zod").ZodString;
|
11110
11170
|
createdAt: import("zod").ZodDate;
|
11111
11171
|
updatedAt: import("zod").ZodDate;
|
@@ -11259,7 +11319,7 @@ export declare const mailContract: {
|
|
11259
11319
|
contactId: string;
|
11260
11320
|
isNewContact: boolean;
|
11261
11321
|
};
|
11262
|
-
}
|
11322
|
+
}>;
|
11263
11323
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
11264
11324
|
id: import("zod").ZodString;
|
11265
11325
|
createdAt: import("zod").ZodDate;
|
@@ -11867,7 +11927,7 @@ export declare const mailContract: {
|
|
11867
11927
|
contactId: string;
|
11868
11928
|
isNewContact: boolean;
|
11869
11929
|
};
|
11870
|
-
}
|
11930
|
+
};
|
11871
11931
|
to: {
|
11872
11932
|
id: string;
|
11873
11933
|
createdAt: Date;
|
@@ -12035,7 +12095,7 @@ export declare const mailContract: {
|
|
12035
12095
|
contactId: string;
|
12036
12096
|
isNewContact: boolean;
|
12037
12097
|
};
|
12038
|
-
}
|
12098
|
+
};
|
12039
12099
|
to: {
|
12040
12100
|
id: string;
|
12041
12101
|
createdAt: Date;
|
@@ -12174,7 +12234,7 @@ export declare const mailContract: {
|
|
12174
12234
|
sendAt: import("zod").ZodDate;
|
12175
12235
|
starred: import("zod").ZodBoolean;
|
12176
12236
|
seemsLikeNew: import("zod").ZodBoolean;
|
12177
|
-
from: import("zod").
|
12237
|
+
from: import("zod").ZodObject<{
|
12178
12238
|
id: import("zod").ZodString;
|
12179
12239
|
createdAt: import("zod").ZodDate;
|
12180
12240
|
updatedAt: import("zod").ZodDate;
|
@@ -12328,7 +12388,7 @@ export declare const mailContract: {
|
|
12328
12388
|
contactId: string;
|
12329
12389
|
isNewContact: boolean;
|
12330
12390
|
};
|
12331
|
-
}
|
12391
|
+
}>;
|
12332
12392
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
12333
12393
|
id: import("zod").ZodString;
|
12334
12394
|
createdAt: import("zod").ZodDate;
|
@@ -12936,7 +12996,7 @@ export declare const mailContract: {
|
|
12936
12996
|
contactId: string;
|
12937
12997
|
isNewContact: boolean;
|
12938
12998
|
};
|
12939
|
-
}
|
12999
|
+
};
|
12940
13000
|
to: {
|
12941
13001
|
id: string;
|
12942
13002
|
createdAt: Date;
|
@@ -13104,7 +13164,7 @@ export declare const mailContract: {
|
|
13104
13164
|
contactId: string;
|
13105
13165
|
isNewContact: boolean;
|
13106
13166
|
};
|
13107
|
-
}
|
13167
|
+
};
|
13108
13168
|
to: {
|
13109
13169
|
id: string;
|
13110
13170
|
createdAt: Date;
|
@@ -13296,7 +13356,7 @@ export declare const mailContract: {
|
|
13296
13356
|
sendAt: import("zod").ZodDate;
|
13297
13357
|
starred: import("zod").ZodBoolean;
|
13298
13358
|
seemsLikeNew: import("zod").ZodBoolean;
|
13299
|
-
from: import("zod").
|
13359
|
+
from: import("zod").ZodObject<{
|
13300
13360
|
id: import("zod").ZodString;
|
13301
13361
|
createdAt: import("zod").ZodDate;
|
13302
13362
|
updatedAt: import("zod").ZodDate;
|
@@ -13450,7 +13510,7 @@ export declare const mailContract: {
|
|
13450
13510
|
contactId: string;
|
13451
13511
|
isNewContact: boolean;
|
13452
13512
|
};
|
13453
|
-
}
|
13513
|
+
}>;
|
13454
13514
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
13455
13515
|
id: import("zod").ZodString;
|
13456
13516
|
createdAt: import("zod").ZodDate;
|
@@ -14058,7 +14118,7 @@ export declare const mailContract: {
|
|
14058
14118
|
contactId: string;
|
14059
14119
|
isNewContact: boolean;
|
14060
14120
|
};
|
14061
|
-
}
|
14121
|
+
};
|
14062
14122
|
to: {
|
14063
14123
|
id: string;
|
14064
14124
|
createdAt: Date;
|
@@ -14226,7 +14286,7 @@ export declare const mailContract: {
|
|
14226
14286
|
contactId: string;
|
14227
14287
|
isNewContact: boolean;
|
14228
14288
|
};
|
14229
|
-
}
|
14289
|
+
};
|
14230
14290
|
to: {
|
14231
14291
|
id: string;
|
14232
14292
|
createdAt: Date;
|
@@ -14365,7 +14425,7 @@ export declare const mailContract: {
|
|
14365
14425
|
sendAt: import("zod").ZodDate;
|
14366
14426
|
starred: import("zod").ZodBoolean;
|
14367
14427
|
seemsLikeNew: import("zod").ZodBoolean;
|
14368
|
-
from: import("zod").
|
14428
|
+
from: import("zod").ZodObject<{
|
14369
14429
|
id: import("zod").ZodString;
|
14370
14430
|
createdAt: import("zod").ZodDate;
|
14371
14431
|
updatedAt: import("zod").ZodDate;
|
@@ -14519,7 +14579,7 @@ export declare const mailContract: {
|
|
14519
14579
|
contactId: string;
|
14520
14580
|
isNewContact: boolean;
|
14521
14581
|
};
|
14522
|
-
}
|
14582
|
+
}>;
|
14523
14583
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
14524
14584
|
id: import("zod").ZodString;
|
14525
14585
|
createdAt: import("zod").ZodDate;
|
@@ -15127,7 +15187,7 @@ export declare const mailContract: {
|
|
15127
15187
|
contactId: string;
|
15128
15188
|
isNewContact: boolean;
|
15129
15189
|
};
|
15130
|
-
}
|
15190
|
+
};
|
15131
15191
|
to: {
|
15132
15192
|
id: string;
|
15133
15193
|
createdAt: Date;
|
@@ -15295,7 +15355,7 @@ export declare const mailContract: {
|
|
15295
15355
|
contactId: string;
|
15296
15356
|
isNewContact: boolean;
|
15297
15357
|
};
|
15298
|
-
}
|
15358
|
+
};
|
15299
15359
|
to: {
|
15300
15360
|
id: string;
|
15301
15361
|
createdAt: Date;
|
@@ -16080,7 +16140,7 @@ export declare const mailContract: {
|
|
16080
16140
|
contactId: string;
|
16081
16141
|
isNewContact: boolean;
|
16082
16142
|
};
|
16083
|
-
}
|
16143
|
+
};
|
16084
16144
|
to: {
|
16085
16145
|
id: string;
|
16086
16146
|
createdAt: Date;
|
@@ -16459,7 +16519,7 @@ export declare const mailContract: {
|
|
16459
16519
|
contactId: string;
|
16460
16520
|
isNewContact: boolean;
|
16461
16521
|
};
|
16462
|
-
}
|
16522
|
+
};
|
16463
16523
|
to: {
|
16464
16524
|
id: string;
|
16465
16525
|
createdAt: Date;
|
@@ -16628,7 +16688,7 @@ export declare const mailContract: {
|
|
16628
16688
|
contactId: string;
|
16629
16689
|
isNewContact: boolean;
|
16630
16690
|
};
|
16631
|
-
}
|
16691
|
+
};
|
16632
16692
|
to: {
|
16633
16693
|
id: string;
|
16634
16694
|
createdAt: Date;
|
@@ -16797,7 +16857,7 @@ export declare const mailContract: {
|
|
16797
16857
|
contactId: string;
|
16798
16858
|
isNewContact: boolean;
|
16799
16859
|
};
|
16800
|
-
}
|
16860
|
+
};
|
16801
16861
|
to: {
|
16802
16862
|
id: string;
|
16803
16863
|
createdAt: Date;
|
@@ -17027,7 +17087,7 @@ export declare const mailContract: {
|
|
17027
17087
|
contactId: string;
|
17028
17088
|
isNewContact: boolean;
|
17029
17089
|
};
|
17030
|
-
}
|
17090
|
+
};
|
17031
17091
|
to: {
|
17032
17092
|
id: string;
|
17033
17093
|
createdAt: Date;
|
@@ -17406,7 +17466,7 @@ export declare const mailContract: {
|
|
17406
17466
|
contactId: string;
|
17407
17467
|
isNewContact: boolean;
|
17408
17468
|
};
|
17409
|
-
}
|
17469
|
+
};
|
17410
17470
|
to: {
|
17411
17471
|
id: string;
|
17412
17472
|
createdAt: Date;
|
@@ -17575,7 +17635,7 @@ export declare const mailContract: {
|
|
17575
17635
|
contactId: string;
|
17576
17636
|
isNewContact: boolean;
|
17577
17637
|
};
|
17578
|
-
}
|
17638
|
+
};
|
17579
17639
|
to: {
|
17580
17640
|
id: string;
|
17581
17641
|
createdAt: Date;
|
@@ -17744,7 +17804,7 @@ export declare const mailContract: {
|
|
17744
17804
|
contactId: string;
|
17745
17805
|
isNewContact: boolean;
|
17746
17806
|
};
|
17747
|
-
}
|
17807
|
+
};
|
17748
17808
|
to: {
|
17749
17809
|
id: string;
|
17750
17810
|
createdAt: Date;
|
@@ -17976,7 +18036,7 @@ export declare const mailContract: {
|
|
17976
18036
|
contactId: string;
|
17977
18037
|
isNewContact: boolean;
|
17978
18038
|
};
|
17979
|
-
}
|
18039
|
+
};
|
17980
18040
|
to: {
|
17981
18041
|
id: string;
|
17982
18042
|
createdAt: Date;
|
@@ -18355,7 +18415,7 @@ export declare const mailContract: {
|
|
18355
18415
|
contactId: string;
|
18356
18416
|
isNewContact: boolean;
|
18357
18417
|
};
|
18358
|
-
}
|
18418
|
+
};
|
18359
18419
|
to: {
|
18360
18420
|
id: string;
|
18361
18421
|
createdAt: Date;
|
@@ -18524,7 +18584,7 @@ export declare const mailContract: {
|
|
18524
18584
|
contactId: string;
|
18525
18585
|
isNewContact: boolean;
|
18526
18586
|
};
|
18527
|
-
}
|
18587
|
+
};
|
18528
18588
|
to: {
|
18529
18589
|
id: string;
|
18530
18590
|
createdAt: Date;
|
@@ -18693,7 +18753,7 @@ export declare const mailContract: {
|
|
18693
18753
|
contactId: string;
|
18694
18754
|
isNewContact: boolean;
|
18695
18755
|
};
|
18696
|
-
}
|
18756
|
+
};
|
18697
18757
|
to: {
|
18698
18758
|
id: string;
|
18699
18759
|
createdAt: Date;
|
@@ -18926,7 +18986,7 @@ export declare const mailContract: {
|
|
18926
18986
|
contactId: string;
|
18927
18987
|
isNewContact: boolean;
|
18928
18988
|
};
|
18929
|
-
}
|
18989
|
+
};
|
18930
18990
|
to: {
|
18931
18991
|
id: string;
|
18932
18992
|
createdAt: Date;
|
@@ -19305,7 +19365,7 @@ export declare const mailContract: {
|
|
19305
19365
|
contactId: string;
|
19306
19366
|
isNewContact: boolean;
|
19307
19367
|
};
|
19308
|
-
}
|
19368
|
+
};
|
19309
19369
|
to: {
|
19310
19370
|
id: string;
|
19311
19371
|
createdAt: Date;
|
@@ -19474,7 +19534,7 @@ export declare const mailContract: {
|
|
19474
19534
|
contactId: string;
|
19475
19535
|
isNewContact: boolean;
|
19476
19536
|
};
|
19477
|
-
}
|
19537
|
+
};
|
19478
19538
|
to: {
|
19479
19539
|
id: string;
|
19480
19540
|
createdAt: Date;
|
@@ -19643,7 +19703,7 @@ export declare const mailContract: {
|
|
19643
19703
|
contactId: string;
|
19644
19704
|
isNewContact: boolean;
|
19645
19705
|
};
|
19646
|
-
}
|
19706
|
+
};
|
19647
19707
|
to: {
|
19648
19708
|
id: string;
|
19649
19709
|
createdAt: Date;
|
@@ -20564,7 +20624,7 @@ export declare const mailContract: {
|
|
20564
20624
|
sendAt: import("zod").ZodDate;
|
20565
20625
|
starred: import("zod").ZodBoolean;
|
20566
20626
|
seemsLikeNew: import("zod").ZodBoolean;
|
20567
|
-
from: import("zod").
|
20627
|
+
from: import("zod").ZodObject<{
|
20568
20628
|
id: import("zod").ZodString;
|
20569
20629
|
createdAt: import("zod").ZodDate;
|
20570
20630
|
updatedAt: import("zod").ZodDate;
|
@@ -20718,7 +20778,7 @@ export declare const mailContract: {
|
|
20718
20778
|
contactId: string;
|
20719
20779
|
isNewContact: boolean;
|
20720
20780
|
};
|
20721
|
-
}
|
20781
|
+
}>;
|
20722
20782
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
20723
20783
|
id: import("zod").ZodString;
|
20724
20784
|
createdAt: import("zod").ZodDate;
|
@@ -21326,7 +21386,7 @@ export declare const mailContract: {
|
|
21326
21386
|
contactId: string;
|
21327
21387
|
isNewContact: boolean;
|
21328
21388
|
};
|
21329
|
-
}
|
21389
|
+
};
|
21330
21390
|
to: {
|
21331
21391
|
id: string;
|
21332
21392
|
createdAt: Date;
|
@@ -21494,7 +21554,7 @@ export declare const mailContract: {
|
|
21494
21554
|
contactId: string;
|
21495
21555
|
isNewContact: boolean;
|
21496
21556
|
};
|
21497
|
-
}
|
21557
|
+
};
|
21498
21558
|
to: {
|
21499
21559
|
id: string;
|
21500
21560
|
createdAt: Date;
|
@@ -21633,7 +21693,7 @@ export declare const mailContract: {
|
|
21633
21693
|
sendAt: import("zod").ZodDate;
|
21634
21694
|
starred: import("zod").ZodBoolean;
|
21635
21695
|
seemsLikeNew: import("zod").ZodBoolean;
|
21636
|
-
from: import("zod").
|
21696
|
+
from: import("zod").ZodObject<{
|
21637
21697
|
id: import("zod").ZodString;
|
21638
21698
|
createdAt: import("zod").ZodDate;
|
21639
21699
|
updatedAt: import("zod").ZodDate;
|
@@ -21787,7 +21847,7 @@ export declare const mailContract: {
|
|
21787
21847
|
contactId: string;
|
21788
21848
|
isNewContact: boolean;
|
21789
21849
|
};
|
21790
|
-
}
|
21850
|
+
}>;
|
21791
21851
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
21792
21852
|
id: import("zod").ZodString;
|
21793
21853
|
createdAt: import("zod").ZodDate;
|
@@ -22395,7 +22455,7 @@ export declare const mailContract: {
|
|
22395
22455
|
contactId: string;
|
22396
22456
|
isNewContact: boolean;
|
22397
22457
|
};
|
22398
|
-
}
|
22458
|
+
};
|
22399
22459
|
to: {
|
22400
22460
|
id: string;
|
22401
22461
|
createdAt: Date;
|
@@ -22563,7 +22623,7 @@ export declare const mailContract: {
|
|
22563
22623
|
contactId: string;
|
22564
22624
|
isNewContact: boolean;
|
22565
22625
|
};
|
22566
|
-
}
|
22626
|
+
};
|
22567
22627
|
to: {
|
22568
22628
|
id: string;
|
22569
22629
|
createdAt: Date;
|
@@ -22755,7 +22815,7 @@ export declare const mailContract: {
|
|
22755
22815
|
sendAt: import("zod").ZodDate;
|
22756
22816
|
starred: import("zod").ZodBoolean;
|
22757
22817
|
seemsLikeNew: import("zod").ZodBoolean;
|
22758
|
-
from: import("zod").
|
22818
|
+
from: import("zod").ZodObject<{
|
22759
22819
|
id: import("zod").ZodString;
|
22760
22820
|
createdAt: import("zod").ZodDate;
|
22761
22821
|
updatedAt: import("zod").ZodDate;
|
@@ -22909,7 +22969,7 @@ export declare const mailContract: {
|
|
22909
22969
|
contactId: string;
|
22910
22970
|
isNewContact: boolean;
|
22911
22971
|
};
|
22912
|
-
}
|
22972
|
+
}>;
|
22913
22973
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
22914
22974
|
id: import("zod").ZodString;
|
22915
22975
|
createdAt: import("zod").ZodDate;
|
@@ -23517,7 +23577,7 @@ export declare const mailContract: {
|
|
23517
23577
|
contactId: string;
|
23518
23578
|
isNewContact: boolean;
|
23519
23579
|
};
|
23520
|
-
}
|
23580
|
+
};
|
23521
23581
|
to: {
|
23522
23582
|
id: string;
|
23523
23583
|
createdAt: Date;
|
@@ -23685,7 +23745,7 @@ export declare const mailContract: {
|
|
23685
23745
|
contactId: string;
|
23686
23746
|
isNewContact: boolean;
|
23687
23747
|
};
|
23688
|
-
}
|
23748
|
+
};
|
23689
23749
|
to: {
|
23690
23750
|
id: string;
|
23691
23751
|
createdAt: Date;
|
@@ -23824,7 +23884,7 @@ export declare const mailContract: {
|
|
23824
23884
|
sendAt: import("zod").ZodDate;
|
23825
23885
|
starred: import("zod").ZodBoolean;
|
23826
23886
|
seemsLikeNew: import("zod").ZodBoolean;
|
23827
|
-
from: import("zod").
|
23887
|
+
from: import("zod").ZodObject<{
|
23828
23888
|
id: import("zod").ZodString;
|
23829
23889
|
createdAt: import("zod").ZodDate;
|
23830
23890
|
updatedAt: import("zod").ZodDate;
|
@@ -23978,7 +24038,7 @@ export declare const mailContract: {
|
|
23978
24038
|
contactId: string;
|
23979
24039
|
isNewContact: boolean;
|
23980
24040
|
};
|
23981
|
-
}
|
24041
|
+
}>;
|
23982
24042
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
23983
24043
|
id: import("zod").ZodString;
|
23984
24044
|
createdAt: import("zod").ZodDate;
|
@@ -24586,7 +24646,7 @@ export declare const mailContract: {
|
|
24586
24646
|
contactId: string;
|
24587
24647
|
isNewContact: boolean;
|
24588
24648
|
};
|
24589
|
-
}
|
24649
|
+
};
|
24590
24650
|
to: {
|
24591
24651
|
id: string;
|
24592
24652
|
createdAt: Date;
|
@@ -24754,7 +24814,7 @@ export declare const mailContract: {
|
|
24754
24814
|
contactId: string;
|
24755
24815
|
isNewContact: boolean;
|
24756
24816
|
};
|
24757
|
-
}
|
24817
|
+
};
|
24758
24818
|
to: {
|
24759
24819
|
id: string;
|
24760
24820
|
createdAt: Date;
|
@@ -25539,7 +25599,7 @@ export declare const mailContract: {
|
|
25539
25599
|
contactId: string;
|
25540
25600
|
isNewContact: boolean;
|
25541
25601
|
};
|
25542
|
-
}
|
25602
|
+
};
|
25543
25603
|
to: {
|
25544
25604
|
id: string;
|
25545
25605
|
createdAt: Date;
|
@@ -25918,7 +25978,7 @@ export declare const mailContract: {
|
|
25918
25978
|
contactId: string;
|
25919
25979
|
isNewContact: boolean;
|
25920
25980
|
};
|
25921
|
-
}
|
25981
|
+
};
|
25922
25982
|
to: {
|
25923
25983
|
id: string;
|
25924
25984
|
createdAt: Date;
|
@@ -26087,7 +26147,7 @@ export declare const mailContract: {
|
|
26087
26147
|
contactId: string;
|
26088
26148
|
isNewContact: boolean;
|
26089
26149
|
};
|
26090
|
-
}
|
26150
|
+
};
|
26091
26151
|
to: {
|
26092
26152
|
id: string;
|
26093
26153
|
createdAt: Date;
|
@@ -26256,7 +26316,7 @@ export declare const mailContract: {
|
|
26256
26316
|
contactId: string;
|
26257
26317
|
isNewContact: boolean;
|
26258
26318
|
};
|
26259
|
-
}
|
26319
|
+
};
|
26260
26320
|
to: {
|
26261
26321
|
id: string;
|
26262
26322
|
createdAt: Date;
|
@@ -26486,7 +26546,7 @@ export declare const mailContract: {
|
|
26486
26546
|
contactId: string;
|
26487
26547
|
isNewContact: boolean;
|
26488
26548
|
};
|
26489
|
-
}
|
26549
|
+
};
|
26490
26550
|
to: {
|
26491
26551
|
id: string;
|
26492
26552
|
createdAt: Date;
|
@@ -26865,7 +26925,7 @@ export declare const mailContract: {
|
|
26865
26925
|
contactId: string;
|
26866
26926
|
isNewContact: boolean;
|
26867
26927
|
};
|
26868
|
-
}
|
26928
|
+
};
|
26869
26929
|
to: {
|
26870
26930
|
id: string;
|
26871
26931
|
createdAt: Date;
|
@@ -27034,7 +27094,7 @@ export declare const mailContract: {
|
|
27034
27094
|
contactId: string;
|
27035
27095
|
isNewContact: boolean;
|
27036
27096
|
};
|
27037
|
-
}
|
27097
|
+
};
|
27038
27098
|
to: {
|
27039
27099
|
id: string;
|
27040
27100
|
createdAt: Date;
|
@@ -27203,7 +27263,7 @@ export declare const mailContract: {
|
|
27203
27263
|
contactId: string;
|
27204
27264
|
isNewContact: boolean;
|
27205
27265
|
};
|
27206
|
-
}
|
27266
|
+
};
|
27207
27267
|
to: {
|
27208
27268
|
id: string;
|
27209
27269
|
createdAt: Date;
|
@@ -27435,7 +27495,7 @@ export declare const mailContract: {
|
|
27435
27495
|
contactId: string;
|
27436
27496
|
isNewContact: boolean;
|
27437
27497
|
};
|
27438
|
-
}
|
27498
|
+
};
|
27439
27499
|
to: {
|
27440
27500
|
id: string;
|
27441
27501
|
createdAt: Date;
|
@@ -27814,7 +27874,7 @@ export declare const mailContract: {
|
|
27814
27874
|
contactId: string;
|
27815
27875
|
isNewContact: boolean;
|
27816
27876
|
};
|
27817
|
-
}
|
27877
|
+
};
|
27818
27878
|
to: {
|
27819
27879
|
id: string;
|
27820
27880
|
createdAt: Date;
|
@@ -27983,7 +28043,7 @@ export declare const mailContract: {
|
|
27983
28043
|
contactId: string;
|
27984
28044
|
isNewContact: boolean;
|
27985
28045
|
};
|
27986
|
-
}
|
28046
|
+
};
|
27987
28047
|
to: {
|
27988
28048
|
id: string;
|
27989
28049
|
createdAt: Date;
|
@@ -28152,7 +28212,7 @@ export declare const mailContract: {
|
|
28152
28212
|
contactId: string;
|
28153
28213
|
isNewContact: boolean;
|
28154
28214
|
};
|
28155
|
-
}
|
28215
|
+
};
|
28156
28216
|
to: {
|
28157
28217
|
id: string;
|
28158
28218
|
createdAt: Date;
|
@@ -28385,7 +28445,7 @@ export declare const mailContract: {
|
|
28385
28445
|
contactId: string;
|
28386
28446
|
isNewContact: boolean;
|
28387
28447
|
};
|
28388
|
-
}
|
28448
|
+
};
|
28389
28449
|
to: {
|
28390
28450
|
id: string;
|
28391
28451
|
createdAt: Date;
|
@@ -28764,7 +28824,7 @@ export declare const mailContract: {
|
|
28764
28824
|
contactId: string;
|
28765
28825
|
isNewContact: boolean;
|
28766
28826
|
};
|
28767
|
-
}
|
28827
|
+
};
|
28768
28828
|
to: {
|
28769
28829
|
id: string;
|
28770
28830
|
createdAt: Date;
|
@@ -28933,7 +28993,7 @@ export declare const mailContract: {
|
|
28933
28993
|
contactId: string;
|
28934
28994
|
isNewContact: boolean;
|
28935
28995
|
};
|
28936
|
-
}
|
28996
|
+
};
|
28937
28997
|
to: {
|
28938
28998
|
id: string;
|
28939
28999
|
createdAt: Date;
|
@@ -29102,7 +29162,7 @@ export declare const mailContract: {
|
|
29102
29162
|
contactId: string;
|
29103
29163
|
isNewContact: boolean;
|
29104
29164
|
};
|
29105
|
-
}
|
29165
|
+
};
|
29106
29166
|
to: {
|
29107
29167
|
id: string;
|
29108
29168
|
createdAt: Date;
|
@@ -29621,7 +29681,7 @@ export declare const mailContract: {
|
|
29621
29681
|
sendAt: import("zod").ZodDate;
|
29622
29682
|
starred: import("zod").ZodBoolean;
|
29623
29683
|
seemsLikeNew: import("zod").ZodBoolean;
|
29624
|
-
from: import("zod").
|
29684
|
+
from: import("zod").ZodObject<{
|
29625
29685
|
id: import("zod").ZodString;
|
29626
29686
|
createdAt: import("zod").ZodDate;
|
29627
29687
|
updatedAt: import("zod").ZodDate;
|
@@ -29775,7 +29835,7 @@ export declare const mailContract: {
|
|
29775
29835
|
contactId: string;
|
29776
29836
|
isNewContact: boolean;
|
29777
29837
|
};
|
29778
|
-
}
|
29838
|
+
}>;
|
29779
29839
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
29780
29840
|
id: import("zod").ZodString;
|
29781
29841
|
createdAt: import("zod").ZodDate;
|
@@ -30383,7 +30443,7 @@ export declare const mailContract: {
|
|
30383
30443
|
contactId: string;
|
30384
30444
|
isNewContact: boolean;
|
30385
30445
|
};
|
30386
|
-
}
|
30446
|
+
};
|
30387
30447
|
to: {
|
30388
30448
|
id: string;
|
30389
30449
|
createdAt: Date;
|
@@ -30551,7 +30611,7 @@ export declare const mailContract: {
|
|
30551
30611
|
contactId: string;
|
30552
30612
|
isNewContact: boolean;
|
30553
30613
|
};
|
30554
|
-
}
|
30614
|
+
};
|
30555
30615
|
to: {
|
30556
30616
|
id: string;
|
30557
30617
|
createdAt: Date;
|
@@ -30721,7 +30781,7 @@ export declare const mailContract: {
|
|
30721
30781
|
contactId: string;
|
30722
30782
|
isNewContact: boolean;
|
30723
30783
|
};
|
30724
|
-
}
|
30784
|
+
};
|
30725
30785
|
to: {
|
30726
30786
|
id: string;
|
30727
30787
|
createdAt: Date;
|
@@ -30892,7 +30952,7 @@ export declare const mailContract: {
|
|
30892
30952
|
contactId: string;
|
30893
30953
|
isNewContact: boolean;
|
30894
30954
|
};
|
30895
|
-
}
|
30955
|
+
};
|
30896
30956
|
to: {
|
30897
30957
|
id: string;
|
30898
30958
|
createdAt: Date;
|
@@ -31037,7 +31097,7 @@ export declare const mailContract: {
|
|
31037
31097
|
sendAt: import("zod").ZodOptional<import("zod").ZodDate>;
|
31038
31098
|
starred: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
31039
31099
|
seemsLikeNew: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
31040
|
-
from: import("zod").ZodOptional<import("zod").
|
31100
|
+
from: import("zod").ZodOptional<import("zod").ZodObject<{
|
31041
31101
|
id: import("zod").ZodString;
|
31042
31102
|
createdAt: import("zod").ZodDate;
|
31043
31103
|
updatedAt: import("zod").ZodDate;
|
@@ -31191,7 +31251,7 @@ export declare const mailContract: {
|
|
31191
31251
|
contactId: string;
|
31192
31252
|
isNewContact: boolean;
|
31193
31253
|
};
|
31194
|
-
}
|
31254
|
+
}>>;
|
31195
31255
|
to: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
31196
31256
|
id: import("zod").ZodString;
|
31197
31257
|
createdAt: import("zod").ZodDate;
|
@@ -31799,7 +31859,7 @@ export declare const mailContract: {
|
|
31799
31859
|
contactId: string;
|
31800
31860
|
isNewContact: boolean;
|
31801
31861
|
};
|
31802
|
-
}
|
31862
|
+
} | undefined;
|
31803
31863
|
to?: {
|
31804
31864
|
id: string;
|
31805
31865
|
createdAt: Date;
|
@@ -31967,7 +32027,7 @@ export declare const mailContract: {
|
|
31967
32027
|
contactId: string;
|
31968
32028
|
isNewContact: boolean;
|
31969
32029
|
};
|
31970
|
-
}
|
32030
|
+
} | undefined;
|
31971
32031
|
to?: {
|
31972
32032
|
id: string;
|
31973
32033
|
createdAt: Date;
|
@@ -32148,7 +32208,7 @@ export declare const mailContract: {
|
|
32148
32208
|
sendAt: import("zod").ZodDate;
|
32149
32209
|
starred: import("zod").ZodBoolean;
|
32150
32210
|
seemsLikeNew: import("zod").ZodBoolean;
|
32151
|
-
from: import("zod").
|
32211
|
+
from: import("zod").ZodObject<{
|
32152
32212
|
id: import("zod").ZodString;
|
32153
32213
|
createdAt: import("zod").ZodDate;
|
32154
32214
|
updatedAt: import("zod").ZodDate;
|
@@ -32302,7 +32362,7 @@ export declare const mailContract: {
|
|
32302
32362
|
contactId: string;
|
32303
32363
|
isNewContact: boolean;
|
32304
32364
|
};
|
32305
|
-
}
|
32365
|
+
}>;
|
32306
32366
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
32307
32367
|
id: import("zod").ZodString;
|
32308
32368
|
createdAt: import("zod").ZodDate;
|
@@ -32910,7 +32970,7 @@ export declare const mailContract: {
|
|
32910
32970
|
contactId: string;
|
32911
32971
|
isNewContact: boolean;
|
32912
32972
|
};
|
32913
|
-
}
|
32973
|
+
};
|
32914
32974
|
to: {
|
32915
32975
|
id: string;
|
32916
32976
|
createdAt: Date;
|
@@ -33078,7 +33138,7 @@ export declare const mailContract: {
|
|
33078
33138
|
contactId: string;
|
33079
33139
|
isNewContact: boolean;
|
33080
33140
|
};
|
33081
|
-
}
|
33141
|
+
};
|
33082
33142
|
to: {
|
33083
33143
|
id: string;
|
33084
33144
|
createdAt: Date;
|
@@ -33248,7 +33308,7 @@ export declare const mailContract: {
|
|
33248
33308
|
contactId: string;
|
33249
33309
|
isNewContact: boolean;
|
33250
33310
|
};
|
33251
|
-
}
|
33311
|
+
};
|
33252
33312
|
to: {
|
33253
33313
|
id: string;
|
33254
33314
|
createdAt: Date;
|
@@ -33419,7 +33479,7 @@ export declare const mailContract: {
|
|
33419
33479
|
contactId: string;
|
33420
33480
|
isNewContact: boolean;
|
33421
33481
|
};
|
33422
|
-
}
|
33482
|
+
};
|
33423
33483
|
to: {
|
33424
33484
|
id: string;
|
33425
33485
|
createdAt: Date;
|
@@ -33607,7 +33667,7 @@ export declare const mailContract: {
|
|
33607
33667
|
sendAt: import("zod").ZodDate;
|
33608
33668
|
starred: import("zod").ZodBoolean;
|
33609
33669
|
seemsLikeNew: import("zod").ZodBoolean;
|
33610
|
-
from: import("zod").
|
33670
|
+
from: import("zod").ZodObject<{
|
33611
33671
|
id: import("zod").ZodString;
|
33612
33672
|
createdAt: import("zod").ZodDate;
|
33613
33673
|
updatedAt: import("zod").ZodDate;
|
@@ -33761,7 +33821,7 @@ export declare const mailContract: {
|
|
33761
33821
|
contactId: string;
|
33762
33822
|
isNewContact: boolean;
|
33763
33823
|
};
|
33764
|
-
}
|
33824
|
+
}>;
|
33765
33825
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
33766
33826
|
id: import("zod").ZodString;
|
33767
33827
|
createdAt: import("zod").ZodDate;
|
@@ -34369,7 +34429,7 @@ export declare const mailContract: {
|
|
34369
34429
|
contactId: string;
|
34370
34430
|
isNewContact: boolean;
|
34371
34431
|
};
|
34372
|
-
}
|
34432
|
+
};
|
34373
34433
|
to: {
|
34374
34434
|
id: string;
|
34375
34435
|
createdAt: Date;
|
@@ -34537,7 +34597,7 @@ export declare const mailContract: {
|
|
34537
34597
|
contactId: string;
|
34538
34598
|
isNewContact: boolean;
|
34539
34599
|
};
|
34540
|
-
}
|
34600
|
+
};
|
34541
34601
|
to: {
|
34542
34602
|
id: string;
|
34543
34603
|
createdAt: Date;
|
@@ -34707,7 +34767,7 @@ export declare const mailContract: {
|
|
34707
34767
|
contactId: string;
|
34708
34768
|
isNewContact: boolean;
|
34709
34769
|
};
|
34710
|
-
}
|
34770
|
+
};
|
34711
34771
|
to: {
|
34712
34772
|
id: string;
|
34713
34773
|
createdAt: Date;
|
@@ -34878,7 +34938,7 @@ export declare const mailContract: {
|
|
34878
34938
|
contactId: string;
|
34879
34939
|
isNewContact: boolean;
|
34880
34940
|
};
|
34881
|
-
}
|
34941
|
+
};
|
34882
34942
|
to: {
|
34883
34943
|
id: string;
|
34884
34944
|
createdAt: Date;
|
@@ -35066,7 +35126,7 @@ export declare const mailContract: {
|
|
35066
35126
|
sendAt: import("zod").ZodDate;
|
35067
35127
|
starred: import("zod").ZodBoolean;
|
35068
35128
|
seemsLikeNew: import("zod").ZodBoolean;
|
35069
|
-
from: import("zod").
|
35129
|
+
from: import("zod").ZodObject<{
|
35070
35130
|
id: import("zod").ZodString;
|
35071
35131
|
createdAt: import("zod").ZodDate;
|
35072
35132
|
updatedAt: import("zod").ZodDate;
|
@@ -35220,7 +35280,7 @@ export declare const mailContract: {
|
|
35220
35280
|
contactId: string;
|
35221
35281
|
isNewContact: boolean;
|
35222
35282
|
};
|
35223
|
-
}
|
35283
|
+
}>;
|
35224
35284
|
to: import("zod").ZodArray<import("zod").ZodObject<{
|
35225
35285
|
id: import("zod").ZodString;
|
35226
35286
|
createdAt: import("zod").ZodDate;
|
@@ -35828,7 +35888,7 @@ export declare const mailContract: {
|
|
35828
35888
|
contactId: string;
|
35829
35889
|
isNewContact: boolean;
|
35830
35890
|
};
|
35831
|
-
}
|
35891
|
+
};
|
35832
35892
|
to: {
|
35833
35893
|
id: string;
|
35834
35894
|
createdAt: Date;
|
@@ -35996,7 +36056,7 @@ export declare const mailContract: {
|
|
35996
36056
|
contactId: string;
|
35997
36057
|
isNewContact: boolean;
|
35998
36058
|
};
|
35999
|
-
}
|
36059
|
+
};
|
36000
36060
|
to: {
|
36001
36061
|
id: string;
|
36002
36062
|
createdAt: Date;
|
@@ -36166,7 +36226,7 @@ export declare const mailContract: {
|
|
36166
36226
|
contactId: string;
|
36167
36227
|
isNewContact: boolean;
|
36168
36228
|
};
|
36169
|
-
}
|
36229
|
+
};
|
36170
36230
|
to: {
|
36171
36231
|
id: string;
|
36172
36232
|
createdAt: Date;
|
@@ -36337,7 +36397,7 @@ export declare const mailContract: {
|
|
36337
36397
|
contactId: string;
|
36338
36398
|
isNewContact: boolean;
|
36339
36399
|
};
|
36340
|
-
}
|
36400
|
+
};
|
36341
36401
|
to: {
|
36342
36402
|
id: string;
|
36343
36403
|
createdAt: Date;
|