@kl1/contracts 1.4.45 → 1.4.47
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/chat/index.d.ts +121 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +26 -1
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +16 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +160 -7
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +16 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +16 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +16 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +16 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +16 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +16 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +16 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +16 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +32 -7
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +1 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +8 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -9220,6 +9220,7 @@ export declare const mainFeedContract: {
|
|
9220
9220
|
firstResponseTime: z.ZodNumber;
|
9221
9221
|
isLatest: z.ZodBoolean;
|
9222
9222
|
isBotRoom: z.ZodBoolean;
|
9223
|
+
isAiAgentRoom: z.ZodBoolean;
|
9223
9224
|
metadata: z.ZodAny;
|
9224
9225
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
9225
9226
|
platformContact: z.ZodObject<{
|
@@ -12155,6 +12156,7 @@ export declare const mainFeedContract: {
|
|
12155
12156
|
};
|
12156
12157
|
lastMessageAt: Date | null;
|
12157
12158
|
isBotRoom: boolean;
|
12159
|
+
isAiAgentRoom: boolean;
|
12158
12160
|
csatStatus: string | null;
|
12159
12161
|
cxlog: {
|
12160
12162
|
id: string;
|
@@ -12592,6 +12594,7 @@ export declare const mainFeedContract: {
|
|
12592
12594
|
};
|
12593
12595
|
lastMessageAt: Date | null;
|
12594
12596
|
isBotRoom: boolean;
|
12597
|
+
isAiAgentRoom: boolean;
|
12595
12598
|
csatStatus: string | null;
|
12596
12599
|
cxlog: {
|
12597
12600
|
id: string;
|
@@ -15004,6 +15007,7 @@ export declare const mainFeedContract: {
|
|
15004
15007
|
firstResponseTime: z.ZodNumber;
|
15005
15008
|
isLatest: z.ZodBoolean;
|
15006
15009
|
isBotRoom: z.ZodBoolean;
|
15010
|
+
isAiAgentRoom: z.ZodBoolean;
|
15007
15011
|
metadata: z.ZodAny;
|
15008
15012
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
15009
15013
|
platformContact: z.ZodObject<{
|
@@ -17939,6 +17943,7 @@ export declare const mainFeedContract: {
|
|
17939
17943
|
};
|
17940
17944
|
lastMessageAt: Date | null;
|
17941
17945
|
isBotRoom: boolean;
|
17946
|
+
isAiAgentRoom: boolean;
|
17942
17947
|
csatStatus: string | null;
|
17943
17948
|
cxlog: {
|
17944
17949
|
id: string;
|
@@ -18376,6 +18381,7 @@ export declare const mainFeedContract: {
|
|
18376
18381
|
};
|
18377
18382
|
lastMessageAt: Date | null;
|
18378
18383
|
isBotRoom: boolean;
|
18384
|
+
isAiAgentRoom: boolean;
|
18379
18385
|
csatStatus: string | null;
|
18380
18386
|
cxlog: {
|
18381
18387
|
id: string;
|
@@ -20586,6 +20592,7 @@ export declare const mainFeedContract: {
|
|
20586
20592
|
};
|
20587
20593
|
lastMessageAt: Date | null;
|
20588
20594
|
isBotRoom: boolean;
|
20595
|
+
isAiAgentRoom: boolean;
|
20589
20596
|
csatStatus: string | null;
|
20590
20597
|
cxlog: {
|
20591
20598
|
id: string;
|
@@ -21360,6 +21367,7 @@ export declare const mainFeedContract: {
|
|
21360
21367
|
};
|
21361
21368
|
lastMessageAt: Date | null;
|
21362
21369
|
isBotRoom: boolean;
|
21370
|
+
isAiAgentRoom: boolean;
|
21363
21371
|
csatStatus: string | null;
|
21364
21372
|
cxlog: {
|
21365
21373
|
id: string;
|
@@ -22141,6 +22149,7 @@ export declare const mainFeedContract: {
|
|
22141
22149
|
};
|
22142
22150
|
lastMessageAt: Date | null;
|
22143
22151
|
isBotRoom: boolean;
|
22152
|
+
isAiAgentRoom: boolean;
|
22144
22153
|
csatStatus: string | null;
|
22145
22154
|
cxlog: {
|
22146
22155
|
id: string;
|
@@ -22910,6 +22919,7 @@ export declare const mainFeedContract: {
|
|
22910
22919
|
};
|
22911
22920
|
lastMessageAt: Date | null;
|
22912
22921
|
isBotRoom: boolean;
|
22922
|
+
isAiAgentRoom: boolean;
|
22913
22923
|
csatStatus: string | null;
|
22914
22924
|
cxlog: {
|
22915
22925
|
id: string;
|
@@ -23817,6 +23827,7 @@ export declare const mainFeedContract: {
|
|
23817
23827
|
};
|
23818
23828
|
lastMessageAt: Date | null;
|
23819
23829
|
isBotRoom: boolean;
|
23830
|
+
isAiAgentRoom: boolean;
|
23820
23831
|
csatStatus: string | null;
|
23821
23832
|
cxlog: {
|
23822
23833
|
id: string;
|
@@ -24586,6 +24597,7 @@ export declare const mainFeedContract: {
|
|
24586
24597
|
};
|
24587
24598
|
lastMessageAt: Date | null;
|
24588
24599
|
isBotRoom: boolean;
|
24600
|
+
isAiAgentRoom: boolean;
|
24589
24601
|
csatStatus: string | null;
|
24590
24602
|
cxlog: {
|
24591
24603
|
id: string;
|
@@ -25495,6 +25507,7 @@ export declare const mainFeedContract: {
|
|
25495
25507
|
};
|
25496
25508
|
lastMessageAt: Date | null;
|
25497
25509
|
isBotRoom: boolean;
|
25510
|
+
isAiAgentRoom: boolean;
|
25498
25511
|
csatStatus: string | null;
|
25499
25512
|
cxlog: {
|
25500
25513
|
id: string;
|
@@ -26264,6 +26277,7 @@ export declare const mainFeedContract: {
|
|
26264
26277
|
};
|
26265
26278
|
lastMessageAt: Date | null;
|
26266
26279
|
isBotRoom: boolean;
|
26280
|
+
isAiAgentRoom: boolean;
|
26267
26281
|
csatStatus: string | null;
|
26268
26282
|
cxlog: {
|
26269
26283
|
id: string;
|
@@ -27177,6 +27191,7 @@ export declare const mainFeedContract: {
|
|
27177
27191
|
};
|
27178
27192
|
lastMessageAt: Date | null;
|
27179
27193
|
isBotRoom: boolean;
|
27194
|
+
isAiAgentRoom: boolean;
|
27180
27195
|
csatStatus: string | null;
|
27181
27196
|
cxlog: {
|
27182
27197
|
id: string;
|
@@ -27946,6 +27961,7 @@ export declare const mainFeedContract: {
|
|
27946
27961
|
};
|
27947
27962
|
lastMessageAt: Date | null;
|
27948
27963
|
isBotRoom: boolean;
|
27964
|
+
isAiAgentRoom: boolean;
|
27949
27965
|
csatStatus: string | null;
|
27950
27966
|
cxlog: {
|
27951
27967
|
id: string;
|
@@ -28603,6 +28619,7 @@ export declare const mainChatRoomContract: {
|
|
28603
28619
|
firstResponseTime: z.ZodNumber;
|
28604
28620
|
isLatest: z.ZodBoolean;
|
28605
28621
|
isBotRoom: z.ZodBoolean;
|
28622
|
+
isAiAgentRoom: z.ZodBoolean;
|
28606
28623
|
metadata: z.ZodAny;
|
28607
28624
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
28608
28625
|
platformContact: z.ZodObject<{
|
@@ -31538,6 +31555,7 @@ export declare const mainChatRoomContract: {
|
|
31538
31555
|
};
|
31539
31556
|
lastMessageAt: Date | null;
|
31540
31557
|
isBotRoom: boolean;
|
31558
|
+
isAiAgentRoom: boolean;
|
31541
31559
|
csatStatus: string | null;
|
31542
31560
|
cxlog: {
|
31543
31561
|
id: string;
|
@@ -31975,6 +31993,7 @@ export declare const mainChatRoomContract: {
|
|
31975
31993
|
};
|
31976
31994
|
lastMessageAt: Date | null;
|
31977
31995
|
isBotRoom: boolean;
|
31996
|
+
isAiAgentRoom: boolean;
|
31978
31997
|
csatStatus: string | null;
|
31979
31998
|
cxlog: {
|
31980
31999
|
id: string;
|
@@ -32425,6 +32444,7 @@ export declare const mainChatRoomContract: {
|
|
32425
32444
|
};
|
32426
32445
|
lastMessageAt: Date | null;
|
32427
32446
|
isBotRoom: boolean;
|
32447
|
+
isAiAgentRoom: boolean;
|
32428
32448
|
csatStatus: string | null;
|
32429
32449
|
cxlog: {
|
32430
32450
|
id: string;
|
@@ -32873,6 +32893,7 @@ export declare const mainChatRoomContract: {
|
|
32873
32893
|
};
|
32874
32894
|
lastMessageAt: Date | null;
|
32875
32895
|
isBotRoom: boolean;
|
32896
|
+
isAiAgentRoom: boolean;
|
32876
32897
|
csatStatus: string | null;
|
32877
32898
|
cxlog: {
|
32878
32899
|
id: string;
|
@@ -33048,6 +33069,7 @@ export declare const mainChatRoomContract: {
|
|
33048
33069
|
firstResponseTime: z.ZodNumber;
|
33049
33070
|
isLatest: z.ZodBoolean;
|
33050
33071
|
isBotRoom: z.ZodBoolean;
|
33072
|
+
isAiAgentRoom: z.ZodBoolean;
|
33051
33073
|
metadata: z.ZodAny;
|
33052
33074
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
33053
33075
|
platformContact: z.ZodObject<{
|
@@ -35983,6 +36005,7 @@ export declare const mainChatRoomContract: {
|
|
35983
36005
|
};
|
35984
36006
|
lastMessageAt: Date | null;
|
35985
36007
|
isBotRoom: boolean;
|
36008
|
+
isAiAgentRoom: boolean;
|
35986
36009
|
csatStatus: string | null;
|
35987
36010
|
cxlog: {
|
35988
36011
|
id: string;
|
@@ -36420,6 +36443,7 @@ export declare const mainChatRoomContract: {
|
|
36420
36443
|
};
|
36421
36444
|
lastMessageAt: Date | null;
|
36422
36445
|
isBotRoom: boolean;
|
36446
|
+
isAiAgentRoom: boolean;
|
36423
36447
|
csatStatus: string | null;
|
36424
36448
|
cxlog: {
|
36425
36449
|
id: string;
|
@@ -36946,6 +36970,7 @@ export declare const mainChatRoomContract: {
|
|
36946
36970
|
};
|
36947
36971
|
lastMessageAt: Date | null;
|
36948
36972
|
isBotRoom: boolean;
|
36973
|
+
isAiAgentRoom: boolean;
|
36949
36974
|
csatStatus: string | null;
|
36950
36975
|
cxlog: {
|
36951
36976
|
id: string;
|
@@ -37416,6 +37441,7 @@ export declare const mainChatRoomContract: {
|
|
37416
37441
|
};
|
37417
37442
|
lastMessageAt: Date | null;
|
37418
37443
|
isBotRoom: boolean;
|
37444
|
+
isAiAgentRoom: boolean;
|
37419
37445
|
csatStatus: string | null;
|
37420
37446
|
cxlog: {
|
37421
37447
|
id: string;
|
@@ -37888,6 +37914,7 @@ export declare const mainChatRoomContract: {
|
|
37888
37914
|
};
|
37889
37915
|
lastMessageAt: Date | null;
|
37890
37916
|
isBotRoom: boolean;
|
37917
|
+
isAiAgentRoom: boolean;
|
37891
37918
|
csatStatus: string | null;
|
37892
37919
|
cxlog: {
|
37893
37920
|
id: string;
|
@@ -38361,6 +38388,7 @@ export declare const mainChatRoomContract: {
|
|
38361
38388
|
};
|
38362
38389
|
lastMessageAt: Date | null;
|
38363
38390
|
isBotRoom: boolean;
|
38391
|
+
isAiAgentRoom: boolean;
|
38364
38392
|
csatStatus: string | null;
|
38365
38393
|
cxlog: {
|
38366
38394
|
id: string;
|
@@ -40597,6 +40625,7 @@ export declare const mainChatRoomContract: {
|
|
40597
40625
|
}>;
|
40598
40626
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
40599
40627
|
isBotRoom: z.ZodBoolean;
|
40628
|
+
isAiAgentRoom: z.ZodBoolean;
|
40600
40629
|
csatStatus: z.ZodNullable<z.ZodString>;
|
40601
40630
|
cxlog: z.ZodObject<{
|
40602
40631
|
id: z.ZodString;
|
@@ -41498,6 +41527,7 @@ export declare const mainChatRoomContract: {
|
|
41498
41527
|
};
|
41499
41528
|
lastMessageAt: Date | null;
|
41500
41529
|
isBotRoom: boolean;
|
41530
|
+
isAiAgentRoom: boolean;
|
41501
41531
|
csatStatus: string | null;
|
41502
41532
|
cxlog: {
|
41503
41533
|
id: string;
|
@@ -41936,6 +41966,7 @@ export declare const mainChatRoomContract: {
|
|
41936
41966
|
};
|
41937
41967
|
lastMessageAt: Date | null;
|
41938
41968
|
isBotRoom: boolean;
|
41969
|
+
isAiAgentRoom: boolean;
|
41939
41970
|
csatStatus: string | null;
|
41940
41971
|
cxlog: {
|
41941
41972
|
id: string;
|
@@ -42376,6 +42407,7 @@ export declare const mainChatRoomContract: {
|
|
42376
42407
|
};
|
42377
42408
|
lastMessageAt: Date | null;
|
42378
42409
|
isBotRoom: boolean;
|
42410
|
+
isAiAgentRoom: boolean;
|
42379
42411
|
csatStatus: string | null;
|
42380
42412
|
cxlog: {
|
42381
42413
|
id: string;
|
@@ -42817,6 +42849,7 @@ export declare const mainChatRoomContract: {
|
|
42817
42849
|
};
|
42818
42850
|
lastMessageAt: Date | null;
|
42819
42851
|
isBotRoom: boolean;
|
42852
|
+
isAiAgentRoom: boolean;
|
42820
42853
|
csatStatus: string | null;
|
42821
42854
|
cxlog: {
|
42822
42855
|
id: string;
|
@@ -45020,6 +45053,7 @@ export declare const mainChatRoomContract: {
|
|
45020
45053
|
}>;
|
45021
45054
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
45022
45055
|
isBotRoom: z.ZodBoolean;
|
45056
|
+
isAiAgentRoom: z.ZodBoolean;
|
45023
45057
|
csatStatus: z.ZodNullable<z.ZodString>;
|
45024
45058
|
cxlog: z.ZodObject<{
|
45025
45059
|
id: z.ZodString;
|
@@ -46803,6 +46837,7 @@ export declare const mainChatRoomContract: {
|
|
46803
46837
|
};
|
46804
46838
|
lastMessageAt: Date | null;
|
46805
46839
|
isBotRoom: boolean;
|
46840
|
+
isAiAgentRoom: boolean;
|
46806
46841
|
csatStatus: string | null;
|
46807
46842
|
cxlog: {
|
46808
46843
|
id: string;
|
@@ -47353,6 +47388,7 @@ export declare const mainChatRoomContract: {
|
|
47353
47388
|
};
|
47354
47389
|
lastMessageAt: Date | null;
|
47355
47390
|
isBotRoom: boolean;
|
47391
|
+
isAiAgentRoom: boolean;
|
47356
47392
|
csatStatus: string | null;
|
47357
47393
|
cxlog: {
|
47358
47394
|
id: string;
|
@@ -47905,6 +47941,7 @@ export declare const mainChatRoomContract: {
|
|
47905
47941
|
};
|
47906
47942
|
lastMessageAt: Date | null;
|
47907
47943
|
isBotRoom: boolean;
|
47944
|
+
isAiAgentRoom: boolean;
|
47908
47945
|
csatStatus: string | null;
|
47909
47946
|
cxlog: {
|
47910
47947
|
id: string;
|
@@ -48458,6 +48495,7 @@ export declare const mainChatRoomContract: {
|
|
48458
48495
|
};
|
48459
48496
|
lastMessageAt: Date | null;
|
48460
48497
|
isBotRoom: boolean;
|
48498
|
+
isAiAgentRoom: boolean;
|
48461
48499
|
csatStatus: string | null;
|
48462
48500
|
cxlog: {
|
48463
48501
|
id: string;
|
@@ -50651,6 +50689,7 @@ export declare const mainChatRoomContract: {
|
|
50651
50689
|
}>;
|
50652
50690
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
50653
50691
|
isBotRoom: z.ZodBoolean;
|
50692
|
+
isAiAgentRoom: z.ZodBoolean;
|
50654
50693
|
csatStatus: z.ZodNullable<z.ZodString>;
|
50655
50694
|
cxlog: z.ZodObject<{
|
50656
50695
|
id: z.ZodString;
|
@@ -51553,6 +51592,7 @@ export declare const mainChatRoomContract: {
|
|
51553
51592
|
};
|
51554
51593
|
lastMessageAt: Date | null;
|
51555
51594
|
isBotRoom: boolean;
|
51595
|
+
isAiAgentRoom: boolean;
|
51556
51596
|
csatStatus: string | null;
|
51557
51597
|
cxlog: {
|
51558
51598
|
id: string;
|
@@ -51991,6 +52031,7 @@ export declare const mainChatRoomContract: {
|
|
51991
52031
|
};
|
51992
52032
|
lastMessageAt: Date | null;
|
51993
52033
|
isBotRoom: boolean;
|
52034
|
+
isAiAgentRoom: boolean;
|
51994
52035
|
csatStatus: string | null;
|
51995
52036
|
cxlog: {
|
51996
52037
|
id: string;
|
@@ -52431,6 +52472,7 @@ export declare const mainChatRoomContract: {
|
|
52431
52472
|
};
|
52432
52473
|
lastMessageAt: Date | null;
|
52433
52474
|
isBotRoom: boolean;
|
52475
|
+
isAiAgentRoom: boolean;
|
52434
52476
|
csatStatus: string | null;
|
52435
52477
|
cxlog: {
|
52436
52478
|
id: string;
|
@@ -52872,6 +52914,7 @@ export declare const mainChatRoomContract: {
|
|
52872
52914
|
};
|
52873
52915
|
lastMessageAt: Date | null;
|
52874
52916
|
isBotRoom: boolean;
|
52917
|
+
isAiAgentRoom: boolean;
|
52875
52918
|
csatStatus: string | null;
|
52876
52919
|
cxlog: {
|
52877
52920
|
id: string;
|
@@ -55078,6 +55121,7 @@ export declare const mainChatRoomContract: {
|
|
55078
55121
|
}>;
|
55079
55122
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
55080
55123
|
isBotRoom: z.ZodBoolean;
|
55124
|
+
isAiAgentRoom: z.ZodBoolean;
|
55081
55125
|
csatStatus: z.ZodNullable<z.ZodString>;
|
55082
55126
|
cxlog: z.ZodObject<{
|
55083
55127
|
id: z.ZodString;
|
@@ -55978,6 +56022,7 @@ export declare const mainChatRoomContract: {
|
|
55978
56022
|
};
|
55979
56023
|
lastMessageAt: Date | null;
|
55980
56024
|
isBotRoom: boolean;
|
56025
|
+
isAiAgentRoom: boolean;
|
55981
56026
|
csatStatus: string | null;
|
55982
56027
|
cxlog: {
|
55983
56028
|
id: string;
|
@@ -56415,6 +56460,7 @@ export declare const mainChatRoomContract: {
|
|
56415
56460
|
};
|
56416
56461
|
lastMessageAt: Date | null;
|
56417
56462
|
isBotRoom: boolean;
|
56463
|
+
isAiAgentRoom: boolean;
|
56418
56464
|
csatStatus: string | null;
|
56419
56465
|
cxlog: {
|
56420
56466
|
id: string;
|
@@ -56854,6 +56900,7 @@ export declare const mainChatRoomContract: {
|
|
56854
56900
|
};
|
56855
56901
|
lastMessageAt: Date | null;
|
56856
56902
|
isBotRoom: boolean;
|
56903
|
+
isAiAgentRoom: boolean;
|
56857
56904
|
csatStatus: string | null;
|
56858
56905
|
cxlog: {
|
56859
56906
|
id: string;
|
@@ -57297,6 +57344,7 @@ export declare const mainChatRoomContract: {
|
|
57297
57344
|
};
|
57298
57345
|
lastMessageAt: Date | null;
|
57299
57346
|
isBotRoom: boolean;
|
57347
|
+
isAiAgentRoom: boolean;
|
57300
57348
|
csatStatus: string | null;
|
57301
57349
|
cxlog: {
|
57302
57350
|
id: string;
|
@@ -59637,6 +59685,7 @@ export declare const mainChatRoomContract: {
|
|
59637
59685
|
}>;
|
59638
59686
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
59639
59687
|
isBotRoom: z.ZodBoolean;
|
59688
|
+
isAiAgentRoom: z.ZodBoolean;
|
59640
59689
|
csatStatus: z.ZodNullable<z.ZodString>;
|
59641
59690
|
cxlog: z.ZodObject<{
|
59642
59691
|
id: z.ZodString;
|
@@ -61420,6 +61469,7 @@ export declare const mainChatRoomContract: {
|
|
61420
61469
|
};
|
61421
61470
|
lastMessageAt: Date | null;
|
61422
61471
|
isBotRoom: boolean;
|
61472
|
+
isAiAgentRoom: boolean;
|
61423
61473
|
csatStatus: string | null;
|
61424
61474
|
cxlog: {
|
61425
61475
|
id: string;
|
@@ -61970,6 +62020,7 @@ export declare const mainChatRoomContract: {
|
|
61970
62020
|
};
|
61971
62021
|
lastMessageAt: Date | null;
|
61972
62022
|
isBotRoom: boolean;
|
62023
|
+
isAiAgentRoom: boolean;
|
61973
62024
|
csatStatus: string | null;
|
61974
62025
|
cxlog: {
|
61975
62026
|
id: string;
|
@@ -62522,6 +62573,7 @@ export declare const mainChatRoomContract: {
|
|
62522
62573
|
};
|
62523
62574
|
lastMessageAt: Date | null;
|
62524
62575
|
isBotRoom: boolean;
|
62576
|
+
isAiAgentRoom: boolean;
|
62525
62577
|
csatStatus: string | null;
|
62526
62578
|
cxlog: {
|
62527
62579
|
id: string;
|
@@ -63075,6 +63127,7 @@ export declare const mainChatRoomContract: {
|
|
63075
63127
|
};
|
63076
63128
|
lastMessageAt: Date | null;
|
63077
63129
|
isBotRoom: boolean;
|
63130
|
+
isAiAgentRoom: boolean;
|
63078
63131
|
csatStatus: string | null;
|
63079
63132
|
cxlog: {
|
63080
63133
|
id: string;
|
@@ -64097,6 +64150,7 @@ export declare const mainChatContract: {
|
|
64097
64150
|
firstResponseTime: z.ZodNumber;
|
64098
64151
|
isLatest: z.ZodBoolean;
|
64099
64152
|
isBotRoom: z.ZodBoolean;
|
64153
|
+
isAiAgentRoom: z.ZodBoolean;
|
64100
64154
|
metadata: z.ZodAny;
|
64101
64155
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
64102
64156
|
platformContact: z.ZodObject<{
|
@@ -67032,6 +67086,7 @@ export declare const mainChatContract: {
|
|
67032
67086
|
};
|
67033
67087
|
lastMessageAt: Date | null;
|
67034
67088
|
isBotRoom: boolean;
|
67089
|
+
isAiAgentRoom: boolean;
|
67035
67090
|
csatStatus: string | null;
|
67036
67091
|
cxlog: {
|
67037
67092
|
id: string;
|
@@ -67469,6 +67524,7 @@ export declare const mainChatContract: {
|
|
67469
67524
|
};
|
67470
67525
|
lastMessageAt: Date | null;
|
67471
67526
|
isBotRoom: boolean;
|
67527
|
+
isAiAgentRoom: boolean;
|
67472
67528
|
csatStatus: string | null;
|
67473
67529
|
cxlog: {
|
67474
67530
|
id: string;
|
@@ -68834,6 +68890,7 @@ export declare const mainChatContract: {
|
|
68834
68890
|
firstResponseTime: z.ZodNumber;
|
68835
68891
|
isLatest: z.ZodBoolean;
|
68836
68892
|
isBotRoom: z.ZodBoolean;
|
68893
|
+
isAiAgentRoom: z.ZodBoolean;
|
68837
68894
|
metadata: z.ZodAny;
|
68838
68895
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
68839
68896
|
platformContact: z.ZodObject<{
|
@@ -71769,6 +71826,7 @@ export declare const mainChatContract: {
|
|
71769
71826
|
};
|
71770
71827
|
lastMessageAt: Date | null;
|
71771
71828
|
isBotRoom: boolean;
|
71829
|
+
isAiAgentRoom: boolean;
|
71772
71830
|
csatStatus: string | null;
|
71773
71831
|
cxlog: {
|
71774
71832
|
id: string;
|
@@ -72206,6 +72264,7 @@ export declare const mainChatContract: {
|
|
72206
72264
|
};
|
72207
72265
|
lastMessageAt: Date | null;
|
72208
72266
|
isBotRoom: boolean;
|
72267
|
+
isAiAgentRoom: boolean;
|
72209
72268
|
csatStatus: string | null;
|
72210
72269
|
cxlog: {
|
72211
72270
|
id: string;
|
@@ -74416,6 +74475,7 @@ export declare const mainChatContract: {
|
|
74416
74475
|
};
|
74417
74476
|
lastMessageAt: Date | null;
|
74418
74477
|
isBotRoom: boolean;
|
74478
|
+
isAiAgentRoom: boolean;
|
74419
74479
|
csatStatus: string | null;
|
74420
74480
|
cxlog: {
|
74421
74481
|
id: string;
|
@@ -75190,6 +75250,7 @@ export declare const mainChatContract: {
|
|
75190
75250
|
};
|
75191
75251
|
lastMessageAt: Date | null;
|
75192
75252
|
isBotRoom: boolean;
|
75253
|
+
isAiAgentRoom: boolean;
|
75193
75254
|
csatStatus: string | null;
|
75194
75255
|
cxlog: {
|
75195
75256
|
id: string;
|
@@ -75965,6 +76026,7 @@ export declare const mainChatContract: {
|
|
75965
76026
|
};
|
75966
76027
|
lastMessageAt: Date | null;
|
75967
76028
|
isBotRoom: boolean;
|
76029
|
+
isAiAgentRoom: boolean;
|
75968
76030
|
csatStatus: string | null;
|
75969
76031
|
cxlog: {
|
75970
76032
|
id: string;
|
@@ -76739,6 +76801,7 @@ export declare const mainChatContract: {
|
|
76739
76801
|
};
|
76740
76802
|
lastMessageAt: Date | null;
|
76741
76803
|
isBotRoom: boolean;
|
76804
|
+
isAiAgentRoom: boolean;
|
76742
76805
|
csatStatus: string | null;
|
76743
76806
|
cxlog: {
|
76744
76807
|
id: string;
|
@@ -77514,6 +77577,7 @@ export declare const mainChatContract: {
|
|
77514
77577
|
};
|
77515
77578
|
lastMessageAt: Date | null;
|
77516
77579
|
isBotRoom: boolean;
|
77580
|
+
isAiAgentRoom: boolean;
|
77517
77581
|
csatStatus: string | null;
|
77518
77582
|
cxlog: {
|
77519
77583
|
id: string;
|
@@ -78288,6 +78352,7 @@ export declare const mainChatContract: {
|
|
78288
78352
|
};
|
78289
78353
|
lastMessageAt: Date | null;
|
78290
78354
|
isBotRoom: boolean;
|
78355
|
+
isAiAgentRoom: boolean;
|
78291
78356
|
csatStatus: string | null;
|
78292
78357
|
cxlog: {
|
78293
78358
|
id: string;
|
@@ -79065,6 +79130,7 @@ export declare const mainChatContract: {
|
|
79065
79130
|
};
|
79066
79131
|
lastMessageAt: Date | null;
|
79067
79132
|
isBotRoom: boolean;
|
79133
|
+
isAiAgentRoom: boolean;
|
79068
79134
|
csatStatus: string | null;
|
79069
79135
|
cxlog: {
|
79070
79136
|
id: string;
|
@@ -79839,6 +79905,7 @@ export declare const mainChatContract: {
|
|
79839
79905
|
};
|
79840
79906
|
lastMessageAt: Date | null;
|
79841
79907
|
isBotRoom: boolean;
|
79908
|
+
isAiAgentRoom: boolean;
|
79842
79909
|
csatStatus: string | null;
|
79843
79910
|
cxlog: {
|
79844
79911
|
id: string;
|
@@ -80617,6 +80684,7 @@ export declare const mainChatContract: {
|
|
80617
80684
|
};
|
80618
80685
|
lastMessageAt: Date | null;
|
80619
80686
|
isBotRoom: boolean;
|
80687
|
+
isAiAgentRoom: boolean;
|
80620
80688
|
csatStatus: string | null;
|
80621
80689
|
cxlog: {
|
80622
80690
|
id: string;
|
@@ -81391,6 +81459,7 @@ export declare const mainChatContract: {
|
|
81391
81459
|
};
|
81392
81460
|
lastMessageAt: Date | null;
|
81393
81461
|
isBotRoom: boolean;
|
81462
|
+
isAiAgentRoom: boolean;
|
81394
81463
|
csatStatus: string | null;
|
81395
81464
|
cxlog: {
|
81396
81465
|
id: string;
|
@@ -82375,6 +82444,7 @@ export declare const mainChatContract: {
|
|
82375
82444
|
firstResponseTime: z.ZodNumber;
|
82376
82445
|
isLatest: z.ZodBoolean;
|
82377
82446
|
isBotRoom: z.ZodBoolean;
|
82447
|
+
isAiAgentRoom: z.ZodBoolean;
|
82378
82448
|
metadata: z.ZodAny;
|
82379
82449
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
82380
82450
|
platformContact: z.ZodObject<{
|
@@ -85310,6 +85380,7 @@ export declare const mainChatContract: {
|
|
85310
85380
|
};
|
85311
85381
|
lastMessageAt: Date | null;
|
85312
85382
|
isBotRoom: boolean;
|
85383
|
+
isAiAgentRoom: boolean;
|
85313
85384
|
csatStatus: string | null;
|
85314
85385
|
cxlog: {
|
85315
85386
|
id: string;
|
@@ -85747,6 +85818,7 @@ export declare const mainChatContract: {
|
|
85747
85818
|
};
|
85748
85819
|
lastMessageAt: Date | null;
|
85749
85820
|
isBotRoom: boolean;
|
85821
|
+
isAiAgentRoom: boolean;
|
85750
85822
|
csatStatus: string | null;
|
85751
85823
|
cxlog: {
|
85752
85824
|
id: string;
|
@@ -89940,6 +90012,7 @@ export declare const mainChatContract: {
|
|
89940
90012
|
};
|
89941
90013
|
lastMessageAt: Date | null;
|
89942
90014
|
isBotRoom: boolean;
|
90015
|
+
isAiAgentRoom: boolean;
|
89943
90016
|
csatStatus: string | null;
|
89944
90017
|
cxlog: {
|
89945
90018
|
id: string;
|
@@ -91004,6 +91077,7 @@ export declare const mainChatContract: {
|
|
91004
91077
|
};
|
91005
91078
|
lastMessageAt: Date | null;
|
91006
91079
|
isBotRoom: boolean;
|
91080
|
+
isAiAgentRoom: boolean;
|
91007
91081
|
csatStatus: string | null;
|
91008
91082
|
cxlog: {
|
91009
91083
|
id: string;
|
@@ -92070,6 +92144,7 @@ export declare const mainChatContract: {
|
|
92070
92144
|
};
|
92071
92145
|
lastMessageAt: Date | null;
|
92072
92146
|
isBotRoom: boolean;
|
92147
|
+
isAiAgentRoom: boolean;
|
92073
92148
|
csatStatus: string | null;
|
92074
92149
|
cxlog: {
|
92075
92150
|
id: string;
|
@@ -93140,6 +93215,7 @@ export declare const mainChatContract: {
|
|
93140
93215
|
};
|
93141
93216
|
lastMessageAt: Date | null;
|
93142
93217
|
isBotRoom: boolean;
|
93218
|
+
isAiAgentRoom: boolean;
|
93143
93219
|
csatStatus: string | null;
|
93144
93220
|
cxlog: {
|
93145
93221
|
id: string;
|
@@ -93822,6 +93898,7 @@ export declare const mainChatContract: {
|
|
93822
93898
|
firstResponseTime: z.ZodNumber;
|
93823
93899
|
isLatest: z.ZodBoolean;
|
93824
93900
|
isBotRoom: z.ZodBoolean;
|
93901
|
+
isAiAgentRoom: z.ZodBoolean;
|
93825
93902
|
metadata: z.ZodAny;
|
93826
93903
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
93827
93904
|
platformContact: z.ZodObject<{
|
@@ -96757,6 +96834,7 @@ export declare const mainChatContract: {
|
|
96757
96834
|
};
|
96758
96835
|
lastMessageAt: Date | null;
|
96759
96836
|
isBotRoom: boolean;
|
96837
|
+
isAiAgentRoom: boolean;
|
96760
96838
|
csatStatus: string | null;
|
96761
96839
|
cxlog: {
|
96762
96840
|
id: string;
|
@@ -97194,6 +97272,7 @@ export declare const mainChatContract: {
|
|
97194
97272
|
};
|
97195
97273
|
lastMessageAt: Date | null;
|
97196
97274
|
isBotRoom: boolean;
|
97275
|
+
isAiAgentRoom: boolean;
|
97197
97276
|
csatStatus: string | null;
|
97198
97277
|
cxlog: {
|
97199
97278
|
id: string;
|
@@ -97633,6 +97712,7 @@ export declare const mainChatContract: {
|
|
97633
97712
|
};
|
97634
97713
|
lastMessageAt: Date | null;
|
97635
97714
|
isBotRoom: boolean;
|
97715
|
+
isAiAgentRoom: boolean;
|
97636
97716
|
csatStatus: string | null;
|
97637
97717
|
cxlog: {
|
97638
97718
|
id: string;
|
@@ -98073,6 +98153,7 @@ export declare const mainChatContract: {
|
|
98073
98153
|
};
|
98074
98154
|
lastMessageAt: Date | null;
|
98075
98155
|
isBotRoom: boolean;
|
98156
|
+
isAiAgentRoom: boolean;
|
98076
98157
|
csatStatus: string | null;
|
98077
98158
|
cxlog: {
|
98078
98159
|
id: string;
|
@@ -98245,6 +98326,7 @@ export declare const mainChatContract: {
|
|
98245
98326
|
firstResponseTime: z.ZodNumber;
|
98246
98327
|
isLatest: z.ZodBoolean;
|
98247
98328
|
isBotRoom: z.ZodBoolean;
|
98329
|
+
isAiAgentRoom: z.ZodBoolean;
|
98248
98330
|
metadata: z.ZodAny;
|
98249
98331
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
98250
98332
|
platformContact: z.ZodObject<{
|
@@ -101180,6 +101262,7 @@ export declare const mainChatContract: {
|
|
101180
101262
|
};
|
101181
101263
|
lastMessageAt: Date | null;
|
101182
101264
|
isBotRoom: boolean;
|
101265
|
+
isAiAgentRoom: boolean;
|
101183
101266
|
csatStatus: string | null;
|
101184
101267
|
cxlog: {
|
101185
101268
|
id: string;
|
@@ -101617,6 +101700,7 @@ export declare const mainChatContract: {
|
|
101617
101700
|
};
|
101618
101701
|
lastMessageAt: Date | null;
|
101619
101702
|
isBotRoom: boolean;
|
101703
|
+
isAiAgentRoom: boolean;
|
101620
101704
|
csatStatus: string | null;
|
101621
101705
|
cxlog: {
|
101622
101706
|
id: string;
|
@@ -102056,6 +102140,7 @@ export declare const mainChatContract: {
|
|
102056
102140
|
};
|
102057
102141
|
lastMessageAt: Date | null;
|
102058
102142
|
isBotRoom: boolean;
|
102143
|
+
isAiAgentRoom: boolean;
|
102059
102144
|
csatStatus: string | null;
|
102060
102145
|
cxlog: {
|
102061
102146
|
id: string;
|
@@ -102496,6 +102581,7 @@ export declare const mainChatContract: {
|
|
102496
102581
|
};
|
102497
102582
|
lastMessageAt: Date | null;
|
102498
102583
|
isBotRoom: boolean;
|
102584
|
+
isAiAgentRoom: boolean;
|
102499
102585
|
csatStatus: string | null;
|
102500
102586
|
cxlog: {
|
102501
102587
|
id: string;
|
@@ -103729,6 +103815,7 @@ export declare const mainChatContract: {
|
|
103729
103815
|
firstResponseTime: z.ZodNumber;
|
103730
103816
|
isLatest: z.ZodBoolean;
|
103731
103817
|
isBotRoom: z.ZodBoolean;
|
103818
|
+
isAiAgentRoom: z.ZodBoolean;
|
103732
103819
|
metadata: z.ZodAny;
|
103733
103820
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
103734
103821
|
platformContact: z.ZodObject<{
|
@@ -106664,6 +106751,7 @@ export declare const mainChatContract: {
|
|
106664
106751
|
};
|
106665
106752
|
lastMessageAt: Date | null;
|
106666
106753
|
isBotRoom: boolean;
|
106754
|
+
isAiAgentRoom: boolean;
|
106667
106755
|
csatStatus: string | null;
|
106668
106756
|
cxlog: {
|
106669
106757
|
id: string;
|
@@ -107101,6 +107189,7 @@ export declare const mainChatContract: {
|
|
107101
107189
|
};
|
107102
107190
|
lastMessageAt: Date | null;
|
107103
107191
|
isBotRoom: boolean;
|
107192
|
+
isAiAgentRoom: boolean;
|
107104
107193
|
csatStatus: string | null;
|
107105
107194
|
cxlog: {
|
107106
107195
|
id: string;
|
@@ -107540,6 +107629,7 @@ export declare const mainChatContract: {
|
|
107540
107629
|
};
|
107541
107630
|
lastMessageAt: Date | null;
|
107542
107631
|
isBotRoom: boolean;
|
107632
|
+
isAiAgentRoom: boolean;
|
107543
107633
|
csatStatus: string | null;
|
107544
107634
|
cxlog: {
|
107545
107635
|
id: string;
|
@@ -107980,6 +108070,7 @@ export declare const mainChatContract: {
|
|
107980
108070
|
};
|
107981
108071
|
lastMessageAt: Date | null;
|
107982
108072
|
isBotRoom: boolean;
|
108073
|
+
isAiAgentRoom: boolean;
|
107983
108074
|
csatStatus: string | null;
|
107984
108075
|
cxlog: {
|
107985
108076
|
id: string;
|
@@ -108179,6 +108270,7 @@ export declare const initiateMessageContract: {
|
|
108179
108270
|
firstResponseTime: z.ZodNumber;
|
108180
108271
|
isLatest: z.ZodBoolean;
|
108181
108272
|
isBotRoom: z.ZodBoolean;
|
108273
|
+
isAiAgentRoom: z.ZodBoolean;
|
108182
108274
|
metadata: z.ZodAny;
|
108183
108275
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
108184
108276
|
platformContact: z.ZodObject<{
|
@@ -111114,6 +111206,7 @@ export declare const initiateMessageContract: {
|
|
111114
111206
|
};
|
111115
111207
|
lastMessageAt: Date | null;
|
111116
111208
|
isBotRoom: boolean;
|
111209
|
+
isAiAgentRoom: boolean;
|
111117
111210
|
csatStatus: string | null;
|
111118
111211
|
cxlog: {
|
111119
111212
|
id: string;
|
@@ -111551,6 +111644,7 @@ export declare const initiateMessageContract: {
|
|
111551
111644
|
};
|
111552
111645
|
lastMessageAt: Date | null;
|
111553
111646
|
isBotRoom: boolean;
|
111647
|
+
isAiAgentRoom: boolean;
|
111554
111648
|
csatStatus: string | null;
|
111555
111649
|
cxlog: {
|
111556
111650
|
id: string;
|
@@ -113761,6 +113855,7 @@ export declare const initiateMessageContract: {
|
|
113761
113855
|
};
|
113762
113856
|
lastMessageAt: Date | null;
|
113763
113857
|
isBotRoom: boolean;
|
113858
|
+
isAiAgentRoom: boolean;
|
113764
113859
|
csatStatus: string | null;
|
113765
113860
|
cxlog: {
|
113766
113861
|
id: string;
|
@@ -114535,6 +114630,7 @@ export declare const initiateMessageContract: {
|
|
114535
114630
|
};
|
114536
114631
|
lastMessageAt: Date | null;
|
114537
114632
|
isBotRoom: boolean;
|
114633
|
+
isAiAgentRoom: boolean;
|
114538
114634
|
csatStatus: string | null;
|
114539
114635
|
cxlog: {
|
114540
114636
|
id: string;
|
@@ -115311,6 +115407,7 @@ export declare const initiateMessageContract: {
|
|
115311
115407
|
};
|
115312
115408
|
lastMessageAt: Date | null;
|
115313
115409
|
isBotRoom: boolean;
|
115410
|
+
isAiAgentRoom: boolean;
|
115314
115411
|
csatStatus: string | null;
|
115315
115412
|
cxlog: {
|
115316
115413
|
id: string;
|
@@ -116088,6 +116185,7 @@ export declare const initiateMessageContract: {
|
|
116088
116185
|
};
|
116089
116186
|
lastMessageAt: Date | null;
|
116090
116187
|
isBotRoom: boolean;
|
116188
|
+
isAiAgentRoom: boolean;
|
116091
116189
|
csatStatus: string | null;
|
116092
116190
|
cxlog: {
|
116093
116191
|
id: string;
|
@@ -117356,6 +117454,7 @@ export declare const mainChatMessageContract: {
|
|
117356
117454
|
firstResponseTime: z.ZodNumber;
|
117357
117455
|
isLatest: z.ZodBoolean;
|
117358
117456
|
isBotRoom: z.ZodBoolean;
|
117457
|
+
isAiAgentRoom: z.ZodBoolean;
|
117359
117458
|
metadata: z.ZodAny;
|
117360
117459
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
117361
117460
|
platformContact: z.ZodObject<{
|
@@ -120291,6 +120390,7 @@ export declare const mainChatMessageContract: {
|
|
120291
120390
|
};
|
120292
120391
|
lastMessageAt: Date | null;
|
120293
120392
|
isBotRoom: boolean;
|
120393
|
+
isAiAgentRoom: boolean;
|
120294
120394
|
csatStatus: string | null;
|
120295
120395
|
cxlog: {
|
120296
120396
|
id: string;
|
@@ -120728,6 +120828,7 @@ export declare const mainChatMessageContract: {
|
|
120728
120828
|
};
|
120729
120829
|
lastMessageAt: Date | null;
|
120730
120830
|
isBotRoom: boolean;
|
120831
|
+
isAiAgentRoom: boolean;
|
120731
120832
|
csatStatus: string | null;
|
120732
120833
|
cxlog: {
|
120733
120834
|
id: string;
|
@@ -122093,6 +122194,7 @@ export declare const mainChatMessageContract: {
|
|
122093
122194
|
firstResponseTime: z.ZodNumber;
|
122094
122195
|
isLatest: z.ZodBoolean;
|
122095
122196
|
isBotRoom: z.ZodBoolean;
|
122197
|
+
isAiAgentRoom: z.ZodBoolean;
|
122096
122198
|
metadata: z.ZodAny;
|
122097
122199
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
122098
122200
|
platformContact: z.ZodObject<{
|
@@ -125028,6 +125130,7 @@ export declare const mainChatMessageContract: {
|
|
125028
125130
|
};
|
125029
125131
|
lastMessageAt: Date | null;
|
125030
125132
|
isBotRoom: boolean;
|
125133
|
+
isAiAgentRoom: boolean;
|
125031
125134
|
csatStatus: string | null;
|
125032
125135
|
cxlog: {
|
125033
125136
|
id: string;
|
@@ -125465,6 +125568,7 @@ export declare const mainChatMessageContract: {
|
|
125465
125568
|
};
|
125466
125569
|
lastMessageAt: Date | null;
|
125467
125570
|
isBotRoom: boolean;
|
125571
|
+
isAiAgentRoom: boolean;
|
125468
125572
|
csatStatus: string | null;
|
125469
125573
|
cxlog: {
|
125470
125574
|
id: string;
|
@@ -127675,6 +127779,7 @@ export declare const mainChatMessageContract: {
|
|
127675
127779
|
};
|
127676
127780
|
lastMessageAt: Date | null;
|
127677
127781
|
isBotRoom: boolean;
|
127782
|
+
isAiAgentRoom: boolean;
|
127678
127783
|
csatStatus: string | null;
|
127679
127784
|
cxlog: {
|
127680
127785
|
id: string;
|
@@ -128449,6 +128554,7 @@ export declare const mainChatMessageContract: {
|
|
128449
128554
|
};
|
128450
128555
|
lastMessageAt: Date | null;
|
128451
128556
|
isBotRoom: boolean;
|
128557
|
+
isAiAgentRoom: boolean;
|
128452
128558
|
csatStatus: string | null;
|
128453
128559
|
cxlog: {
|
128454
128560
|
id: string;
|
@@ -129224,6 +129330,7 @@ export declare const mainChatMessageContract: {
|
|
129224
129330
|
};
|
129225
129331
|
lastMessageAt: Date | null;
|
129226
129332
|
isBotRoom: boolean;
|
129333
|
+
isAiAgentRoom: boolean;
|
129227
129334
|
csatStatus: string | null;
|
129228
129335
|
cxlog: {
|
129229
129336
|
id: string;
|
@@ -129998,6 +130105,7 @@ export declare const mainChatMessageContract: {
|
|
129998
130105
|
};
|
129999
130106
|
lastMessageAt: Date | null;
|
130000
130107
|
isBotRoom: boolean;
|
130108
|
+
isAiAgentRoom: boolean;
|
130001
130109
|
csatStatus: string | null;
|
130002
130110
|
cxlog: {
|
130003
130111
|
id: string;
|
@@ -130773,6 +130881,7 @@ export declare const mainChatMessageContract: {
|
|
130773
130881
|
};
|
130774
130882
|
lastMessageAt: Date | null;
|
130775
130883
|
isBotRoom: boolean;
|
130884
|
+
isAiAgentRoom: boolean;
|
130776
130885
|
csatStatus: string | null;
|
130777
130886
|
cxlog: {
|
130778
130887
|
id: string;
|
@@ -131547,6 +131656,7 @@ export declare const mainChatMessageContract: {
|
|
131547
131656
|
};
|
131548
131657
|
lastMessageAt: Date | null;
|
131549
131658
|
isBotRoom: boolean;
|
131659
|
+
isAiAgentRoom: boolean;
|
131550
131660
|
csatStatus: string | null;
|
131551
131661
|
cxlog: {
|
131552
131662
|
id: string;
|
@@ -132324,6 +132434,7 @@ export declare const mainChatMessageContract: {
|
|
132324
132434
|
};
|
132325
132435
|
lastMessageAt: Date | null;
|
132326
132436
|
isBotRoom: boolean;
|
132437
|
+
isAiAgentRoom: boolean;
|
132327
132438
|
csatStatus: string | null;
|
132328
132439
|
cxlog: {
|
132329
132440
|
id: string;
|
@@ -133098,6 +133209,7 @@ export declare const mainChatMessageContract: {
|
|
133098
133209
|
};
|
133099
133210
|
lastMessageAt: Date | null;
|
133100
133211
|
isBotRoom: boolean;
|
133212
|
+
isAiAgentRoom: boolean;
|
133101
133213
|
csatStatus: string | null;
|
133102
133214
|
cxlog: {
|
133103
133215
|
id: string;
|
@@ -133876,6 +133988,7 @@ export declare const mainChatMessageContract: {
|
|
133876
133988
|
};
|
133877
133989
|
lastMessageAt: Date | null;
|
133878
133990
|
isBotRoom: boolean;
|
133991
|
+
isAiAgentRoom: boolean;
|
133879
133992
|
csatStatus: string | null;
|
133880
133993
|
cxlog: {
|
133881
133994
|
id: string;
|
@@ -134650,6 +134763,7 @@ export declare const mainChatMessageContract: {
|
|
134650
134763
|
};
|
134651
134764
|
lastMessageAt: Date | null;
|
134652
134765
|
isBotRoom: boolean;
|
134766
|
+
isAiAgentRoom: boolean;
|
134653
134767
|
csatStatus: string | null;
|
134654
134768
|
cxlog: {
|
134655
134769
|
id: string;
|
@@ -136006,6 +136120,7 @@ export declare const mainChatMessageContract: {
|
|
136006
136120
|
firstResponseTime: z.ZodNumber;
|
136007
136121
|
isLatest: z.ZodBoolean;
|
136008
136122
|
isBotRoom: z.ZodBoolean;
|
136123
|
+
isAiAgentRoom: z.ZodBoolean;
|
136009
136124
|
metadata: z.ZodAny;
|
136010
136125
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
136011
136126
|
platformContact: z.ZodObject<{
|
@@ -138941,6 +139056,7 @@ export declare const mainChatMessageContract: {
|
|
138941
139056
|
};
|
138942
139057
|
lastMessageAt: Date | null;
|
138943
139058
|
isBotRoom: boolean;
|
139059
|
+
isAiAgentRoom: boolean;
|
138944
139060
|
csatStatus: string | null;
|
138945
139061
|
cxlog: {
|
138946
139062
|
id: string;
|
@@ -139378,6 +139494,7 @@ export declare const mainChatMessageContract: {
|
|
139378
139494
|
};
|
139379
139495
|
lastMessageAt: Date | null;
|
139380
139496
|
isBotRoom: boolean;
|
139497
|
+
isAiAgentRoom: boolean;
|
139381
139498
|
csatStatus: string | null;
|
139382
139499
|
cxlog: {
|
139383
139500
|
id: string;
|
@@ -141588,6 +141705,7 @@ export declare const mainChatMessageContract: {
|
|
141588
141705
|
};
|
141589
141706
|
lastMessageAt: Date | null;
|
141590
141707
|
isBotRoom: boolean;
|
141708
|
+
isAiAgentRoom: boolean;
|
141591
141709
|
csatStatus: string | null;
|
141592
141710
|
cxlog: {
|
141593
141711
|
id: string;
|
@@ -142362,6 +142480,7 @@ export declare const mainChatMessageContract: {
|
|
142362
142480
|
};
|
142363
142481
|
lastMessageAt: Date | null;
|
142364
142482
|
isBotRoom: boolean;
|
142483
|
+
isAiAgentRoom: boolean;
|
142365
142484
|
csatStatus: string | null;
|
142366
142485
|
cxlog: {
|
142367
142486
|
id: string;
|
@@ -143138,6 +143257,7 @@ export declare const mainChatMessageContract: {
|
|
143138
143257
|
};
|
143139
143258
|
lastMessageAt: Date | null;
|
143140
143259
|
isBotRoom: boolean;
|
143260
|
+
isAiAgentRoom: boolean;
|
143141
143261
|
csatStatus: string | null;
|
143142
143262
|
cxlog: {
|
143143
143263
|
id: string;
|
@@ -143915,6 +144035,7 @@ export declare const mainChatMessageContract: {
|
|
143915
144035
|
};
|
143916
144036
|
lastMessageAt: Date | null;
|
143917
144037
|
isBotRoom: boolean;
|
144038
|
+
isAiAgentRoom: boolean;
|
143918
144039
|
csatStatus: string | null;
|
143919
144040
|
cxlog: {
|
143920
144041
|
id: string;
|