@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 roomContract: {
|
|
786
786
|
sendAt: z.ZodDate;
|
787
787
|
starred: z.ZodBoolean;
|
788
788
|
seemsLikeNew: z.ZodBoolean;
|
789
|
-
from: z.
|
789
|
+
from: z.ZodObject<{
|
790
790
|
id: z.ZodString;
|
791
791
|
createdAt: z.ZodDate;
|
792
792
|
updatedAt: z.ZodDate;
|
@@ -940,7 +940,7 @@ export declare const roomContract: {
|
|
940
940
|
contactId: string;
|
941
941
|
isNewContact: boolean;
|
942
942
|
};
|
943
|
-
}
|
943
|
+
}>;
|
944
944
|
to: z.ZodArray<z.ZodObject<{
|
945
945
|
id: z.ZodString;
|
946
946
|
createdAt: z.ZodDate;
|
@@ -1548,7 +1548,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
1855
1855
|
sendAt: z.ZodDate;
|
1856
1856
|
starred: z.ZodBoolean;
|
1857
1857
|
seemsLikeNew: z.ZodBoolean;
|
1858
|
-
from: z.
|
1858
|
+
from: z.ZodObject<{
|
1859
1859
|
id: z.ZodString;
|
1860
1860
|
createdAt: z.ZodDate;
|
1861
1861
|
updatedAt: z.ZodDate;
|
@@ -2009,7 +2009,7 @@ export declare const roomContract: {
|
|
2009
2009
|
contactId: string;
|
2010
2010
|
isNewContact: boolean;
|
2011
2011
|
};
|
2012
|
-
}
|
2012
|
+
}>;
|
2013
2013
|
to: z.ZodArray<z.ZodObject<{
|
2014
2014
|
id: z.ZodString;
|
2015
2015
|
createdAt: z.ZodDate;
|
@@ -2617,7 +2617,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
2977
2977
|
sendAt: z.ZodDate;
|
2978
2978
|
starred: z.ZodBoolean;
|
2979
2979
|
seemsLikeNew: z.ZodBoolean;
|
2980
|
-
from: z.
|
2980
|
+
from: z.ZodObject<{
|
2981
2981
|
id: z.ZodString;
|
2982
2982
|
createdAt: z.ZodDate;
|
2983
2983
|
updatedAt: z.ZodDate;
|
@@ -3131,7 +3131,7 @@ export declare const roomContract: {
|
|
3131
3131
|
contactId: string;
|
3132
3132
|
isNewContact: boolean;
|
3133
3133
|
};
|
3134
|
-
}
|
3134
|
+
}>;
|
3135
3135
|
to: z.ZodArray<z.ZodObject<{
|
3136
3136
|
id: z.ZodString;
|
3137
3137
|
createdAt: z.ZodDate;
|
@@ -3739,7 +3739,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
4046
4046
|
sendAt: z.ZodDate;
|
4047
4047
|
starred: z.ZodBoolean;
|
4048
4048
|
seemsLikeNew: z.ZodBoolean;
|
4049
|
-
from: z.
|
4049
|
+
from: z.ZodObject<{
|
4050
4050
|
id: z.ZodString;
|
4051
4051
|
createdAt: z.ZodDate;
|
4052
4052
|
updatedAt: z.ZodDate;
|
@@ -4200,7 +4200,7 @@ export declare const roomContract: {
|
|
4200
4200
|
contactId: string;
|
4201
4201
|
isNewContact: boolean;
|
4202
4202
|
};
|
4203
|
-
}
|
4203
|
+
}>;
|
4204
4204
|
to: z.ZodArray<z.ZodObject<{
|
4205
4205
|
id: z.ZodString;
|
4206
4206
|
createdAt: z.ZodDate;
|
@@ -4808,7 +4808,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
10387
10387
|
};
|
10388
10388
|
path: "mail/room/:id/participants";
|
10389
10389
|
};
|
10390
|
+
addNewEmailToContact: {
|
10391
|
+
body: z.ZodObject<{
|
10392
|
+
email: z.ZodString;
|
10393
|
+
contactId: z.ZodString;
|
10394
|
+
mailUserId: z.ZodString;
|
10395
|
+
}, "strip", z.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: z.ZodObject<{
|
10408
|
+
message: z.ZodString;
|
10409
|
+
error: z.ZodAny;
|
10410
|
+
}, "strip", z.ZodTypeAny, {
|
10411
|
+
message: string;
|
10412
|
+
error?: any;
|
10413
|
+
}, {
|
10414
|
+
message: string;
|
10415
|
+
error?: any;
|
10416
|
+
}>;
|
10417
|
+
404: z.ZodObject<{
|
10418
|
+
message: z.ZodString;
|
10419
|
+
error: z.ZodAny;
|
10420
|
+
}, "strip", z.ZodTypeAny, {
|
10421
|
+
message: string;
|
10422
|
+
error?: any;
|
10423
|
+
}, {
|
10424
|
+
message: string;
|
10425
|
+
error?: any;
|
10426
|
+
}>;
|
10427
|
+
422: z.ZodObject<{
|
10428
|
+
message: z.ZodString;
|
10429
|
+
error: z.ZodAny;
|
10430
|
+
}, "strip", z.ZodTypeAny, {
|
10431
|
+
message: string;
|
10432
|
+
error?: any;
|
10433
|
+
}, {
|
10434
|
+
message: string;
|
10435
|
+
error?: any;
|
10436
|
+
}>;
|
10437
|
+
200: z.ZodObject<{
|
10438
|
+
requestId: z.ZodString;
|
10439
|
+
data: z.ZodString;
|
10440
|
+
}, "strip", z.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: z.ZodObject<{
|
10392
10452
|
disposition: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"resolved">, z.ZodLiteral<"follow up">, z.ZodLiteral<"escalated">, z.ZodLiteral<"dropped">, z.ZodLiteral<"prank">, z.ZodLiteral<"blank">]>>>;
|
@@ -11105,7 +11165,7 @@ export declare const roomContract: {
|
|
11105
11165
|
sendAt: z.ZodDate;
|
11106
11166
|
starred: z.ZodBoolean;
|
11107
11167
|
seemsLikeNew: z.ZodBoolean;
|
11108
|
-
from: z.
|
11168
|
+
from: z.ZodObject<{
|
11109
11169
|
id: z.ZodString;
|
11110
11170
|
createdAt: z.ZodDate;
|
11111
11171
|
updatedAt: z.ZodDate;
|
@@ -11259,7 +11319,7 @@ export declare const roomContract: {
|
|
11259
11319
|
contactId: string;
|
11260
11320
|
isNewContact: boolean;
|
11261
11321
|
};
|
11262
|
-
}
|
11322
|
+
}>;
|
11263
11323
|
to: z.ZodArray<z.ZodObject<{
|
11264
11324
|
id: z.ZodString;
|
11265
11325
|
createdAt: z.ZodDate;
|
@@ -11867,7 +11927,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
12174
12234
|
sendAt: z.ZodDate;
|
12175
12235
|
starred: z.ZodBoolean;
|
12176
12236
|
seemsLikeNew: z.ZodBoolean;
|
12177
|
-
from: z.
|
12237
|
+
from: z.ZodObject<{
|
12178
12238
|
id: z.ZodString;
|
12179
12239
|
createdAt: z.ZodDate;
|
12180
12240
|
updatedAt: z.ZodDate;
|
@@ -12328,7 +12388,7 @@ export declare const roomContract: {
|
|
12328
12388
|
contactId: string;
|
12329
12389
|
isNewContact: boolean;
|
12330
12390
|
};
|
12331
|
-
}
|
12391
|
+
}>;
|
12332
12392
|
to: z.ZodArray<z.ZodObject<{
|
12333
12393
|
id: z.ZodString;
|
12334
12394
|
createdAt: z.ZodDate;
|
@@ -12936,7 +12996,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
13296
13356
|
sendAt: z.ZodDate;
|
13297
13357
|
starred: z.ZodBoolean;
|
13298
13358
|
seemsLikeNew: z.ZodBoolean;
|
13299
|
-
from: z.
|
13359
|
+
from: z.ZodObject<{
|
13300
13360
|
id: z.ZodString;
|
13301
13361
|
createdAt: z.ZodDate;
|
13302
13362
|
updatedAt: z.ZodDate;
|
@@ -13450,7 +13510,7 @@ export declare const roomContract: {
|
|
13450
13510
|
contactId: string;
|
13451
13511
|
isNewContact: boolean;
|
13452
13512
|
};
|
13453
|
-
}
|
13513
|
+
}>;
|
13454
13514
|
to: z.ZodArray<z.ZodObject<{
|
13455
13515
|
id: z.ZodString;
|
13456
13516
|
createdAt: z.ZodDate;
|
@@ -14058,7 +14118,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
14365
14425
|
sendAt: z.ZodDate;
|
14366
14426
|
starred: z.ZodBoolean;
|
14367
14427
|
seemsLikeNew: z.ZodBoolean;
|
14368
|
-
from: z.
|
14428
|
+
from: z.ZodObject<{
|
14369
14429
|
id: z.ZodString;
|
14370
14430
|
createdAt: z.ZodDate;
|
14371
14431
|
updatedAt: z.ZodDate;
|
@@ -14519,7 +14579,7 @@ export declare const roomContract: {
|
|
14519
14579
|
contactId: string;
|
14520
14580
|
isNewContact: boolean;
|
14521
14581
|
};
|
14522
|
-
}
|
14582
|
+
}>;
|
14523
14583
|
to: z.ZodArray<z.ZodObject<{
|
14524
14584
|
id: z.ZodString;
|
14525
14585
|
createdAt: z.ZodDate;
|
@@ -15127,7 +15187,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
20564
20624
|
sendAt: z.ZodDate;
|
20565
20625
|
starred: z.ZodBoolean;
|
20566
20626
|
seemsLikeNew: z.ZodBoolean;
|
20567
|
-
from: z.
|
20627
|
+
from: z.ZodObject<{
|
20568
20628
|
id: z.ZodString;
|
20569
20629
|
createdAt: z.ZodDate;
|
20570
20630
|
updatedAt: z.ZodDate;
|
@@ -20718,7 +20778,7 @@ export declare const roomContract: {
|
|
20718
20778
|
contactId: string;
|
20719
20779
|
isNewContact: boolean;
|
20720
20780
|
};
|
20721
|
-
}
|
20781
|
+
}>;
|
20722
20782
|
to: z.ZodArray<z.ZodObject<{
|
20723
20783
|
id: z.ZodString;
|
20724
20784
|
createdAt: z.ZodDate;
|
@@ -21326,7 +21386,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
21633
21693
|
sendAt: z.ZodDate;
|
21634
21694
|
starred: z.ZodBoolean;
|
21635
21695
|
seemsLikeNew: z.ZodBoolean;
|
21636
|
-
from: z.
|
21696
|
+
from: z.ZodObject<{
|
21637
21697
|
id: z.ZodString;
|
21638
21698
|
createdAt: z.ZodDate;
|
21639
21699
|
updatedAt: z.ZodDate;
|
@@ -21787,7 +21847,7 @@ export declare const roomContract: {
|
|
21787
21847
|
contactId: string;
|
21788
21848
|
isNewContact: boolean;
|
21789
21849
|
};
|
21790
|
-
}
|
21850
|
+
}>;
|
21791
21851
|
to: z.ZodArray<z.ZodObject<{
|
21792
21852
|
id: z.ZodString;
|
21793
21853
|
createdAt: z.ZodDate;
|
@@ -22395,7 +22455,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
22755
22815
|
sendAt: z.ZodDate;
|
22756
22816
|
starred: z.ZodBoolean;
|
22757
22817
|
seemsLikeNew: z.ZodBoolean;
|
22758
|
-
from: z.
|
22818
|
+
from: z.ZodObject<{
|
22759
22819
|
id: z.ZodString;
|
22760
22820
|
createdAt: z.ZodDate;
|
22761
22821
|
updatedAt: z.ZodDate;
|
@@ -22909,7 +22969,7 @@ export declare const roomContract: {
|
|
22909
22969
|
contactId: string;
|
22910
22970
|
isNewContact: boolean;
|
22911
22971
|
};
|
22912
|
-
}
|
22972
|
+
}>;
|
22913
22973
|
to: z.ZodArray<z.ZodObject<{
|
22914
22974
|
id: z.ZodString;
|
22915
22975
|
createdAt: z.ZodDate;
|
@@ -23517,7 +23577,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
23824
23884
|
sendAt: z.ZodDate;
|
23825
23885
|
starred: z.ZodBoolean;
|
23826
23886
|
seemsLikeNew: z.ZodBoolean;
|
23827
|
-
from: z.
|
23887
|
+
from: z.ZodObject<{
|
23828
23888
|
id: z.ZodString;
|
23829
23889
|
createdAt: z.ZodDate;
|
23830
23890
|
updatedAt: z.ZodDate;
|
@@ -23978,7 +24038,7 @@ export declare const roomContract: {
|
|
23978
24038
|
contactId: string;
|
23979
24039
|
isNewContact: boolean;
|
23980
24040
|
};
|
23981
|
-
}
|
24041
|
+
}>;
|
23982
24042
|
to: z.ZodArray<z.ZodObject<{
|
23983
24043
|
id: z.ZodString;
|
23984
24044
|
createdAt: z.ZodDate;
|
@@ -24586,7 +24646,7 @@ export declare const roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
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 roomContract: {
|
|
29102
29162
|
contactId: string;
|
29103
29163
|
isNewContact: boolean;
|
29104
29164
|
};
|
29105
|
-
}
|
29165
|
+
};
|
29106
29166
|
to: {
|
29107
29167
|
id: string;
|
29108
29168
|
createdAt: Date;
|