@kl1/contracts 1.4.49 → 1.4.50

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.
Files changed (33) hide show
  1. package/dist/api-contracts/src/chat/index.d.ts +121 -0
  2. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/chat/schema.d.ts +26 -1
  4. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/chat/validation.d.ts +16 -0
  6. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/contract.d.ts +160 -7
  8. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  9. package/dist/api-contracts/src/facebook-feed/index.d.ts +16 -0
  10. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  11. package/dist/api-contracts/src/instagram/index.d.ts +16 -0
  12. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/line/index.d.ts +16 -0
  14. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  15. package/dist/api-contracts/src/messenger/index.d.ts +16 -0
  16. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/telegram/index.d.ts +16 -0
  18. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/viber/index.d.ts +16 -0
  20. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/webchat/index.d.ts +16 -0
  22. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  23. package/dist/api-contracts/src/whatsapp/index.d.ts +16 -0
  24. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  25. package/dist/api-contracts/src/workflow-rule/index.d.ts +32 -7
  26. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  27. package/dist/entities/src/enums/chat.d.ts +1 -0
  28. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  29. package/dist/index.js +8 -5
  30. package/dist/index.js.map +1 -1
  31. package/dist/index.mjs +8 -5
  32. package/dist/index.mjs.map +1 -1
  33. 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;
@@ -28600,6 +28616,7 @@ export declare const mainChatRoomContract: {
28600
28616
  firstResponseTime: z.ZodNumber;
28601
28617
  isLatest: z.ZodBoolean;
28602
28618
  isBotRoom: z.ZodBoolean;
28619
+ isAiAgentRoom: z.ZodBoolean;
28603
28620
  metadata: z.ZodAny;
28604
28621
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
28605
28622
  platformContact: z.ZodObject<{
@@ -31535,6 +31552,7 @@ export declare const mainChatRoomContract: {
31535
31552
  };
31536
31553
  lastMessageAt: Date | null;
31537
31554
  isBotRoom: boolean;
31555
+ isAiAgentRoom: boolean;
31538
31556
  csatStatus: string | null;
31539
31557
  cxlog: {
31540
31558
  id: string;
@@ -31972,6 +31990,7 @@ export declare const mainChatRoomContract: {
31972
31990
  };
31973
31991
  lastMessageAt: Date | null;
31974
31992
  isBotRoom: boolean;
31993
+ isAiAgentRoom: boolean;
31975
31994
  csatStatus: string | null;
31976
31995
  cxlog: {
31977
31996
  id: string;
@@ -32422,6 +32441,7 @@ export declare const mainChatRoomContract: {
32422
32441
  };
32423
32442
  lastMessageAt: Date | null;
32424
32443
  isBotRoom: boolean;
32444
+ isAiAgentRoom: boolean;
32425
32445
  csatStatus: string | null;
32426
32446
  cxlog: {
32427
32447
  id: string;
@@ -32870,6 +32890,7 @@ export declare const mainChatRoomContract: {
32870
32890
  };
32871
32891
  lastMessageAt: Date | null;
32872
32892
  isBotRoom: boolean;
32893
+ isAiAgentRoom: boolean;
32873
32894
  csatStatus: string | null;
32874
32895
  cxlog: {
32875
32896
  id: string;
@@ -33045,6 +33066,7 @@ export declare const mainChatRoomContract: {
33045
33066
  firstResponseTime: z.ZodNumber;
33046
33067
  isLatest: z.ZodBoolean;
33047
33068
  isBotRoom: z.ZodBoolean;
33069
+ isAiAgentRoom: z.ZodBoolean;
33048
33070
  metadata: z.ZodAny;
33049
33071
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
33050
33072
  platformContact: z.ZodObject<{
@@ -35980,6 +36002,7 @@ export declare const mainChatRoomContract: {
35980
36002
  };
35981
36003
  lastMessageAt: Date | null;
35982
36004
  isBotRoom: boolean;
36005
+ isAiAgentRoom: boolean;
35983
36006
  csatStatus: string | null;
35984
36007
  cxlog: {
35985
36008
  id: string;
@@ -36417,6 +36440,7 @@ export declare const mainChatRoomContract: {
36417
36440
  };
36418
36441
  lastMessageAt: Date | null;
36419
36442
  isBotRoom: boolean;
36443
+ isAiAgentRoom: boolean;
36420
36444
  csatStatus: string | null;
36421
36445
  cxlog: {
36422
36446
  id: string;
@@ -36943,6 +36967,7 @@ export declare const mainChatRoomContract: {
36943
36967
  };
36944
36968
  lastMessageAt: Date | null;
36945
36969
  isBotRoom: boolean;
36970
+ isAiAgentRoom: boolean;
36946
36971
  csatStatus: string | null;
36947
36972
  cxlog: {
36948
36973
  id: string;
@@ -37413,6 +37438,7 @@ export declare const mainChatRoomContract: {
37413
37438
  };
37414
37439
  lastMessageAt: Date | null;
37415
37440
  isBotRoom: boolean;
37441
+ isAiAgentRoom: boolean;
37416
37442
  csatStatus: string | null;
37417
37443
  cxlog: {
37418
37444
  id: string;
@@ -37885,6 +37911,7 @@ export declare const mainChatRoomContract: {
37885
37911
  };
37886
37912
  lastMessageAt: Date | null;
37887
37913
  isBotRoom: boolean;
37914
+ isAiAgentRoom: boolean;
37888
37915
  csatStatus: string | null;
37889
37916
  cxlog: {
37890
37917
  id: string;
@@ -38358,6 +38385,7 @@ export declare const mainChatRoomContract: {
38358
38385
  };
38359
38386
  lastMessageAt: Date | null;
38360
38387
  isBotRoom: boolean;
38388
+ isAiAgentRoom: boolean;
38361
38389
  csatStatus: string | null;
38362
38390
  cxlog: {
38363
38391
  id: string;
@@ -40594,6 +40622,7 @@ export declare const mainChatRoomContract: {
40594
40622
  }>;
40595
40623
  lastMessageAt: z.ZodNullable<z.ZodDate>;
40596
40624
  isBotRoom: z.ZodBoolean;
40625
+ isAiAgentRoom: z.ZodBoolean;
40597
40626
  csatStatus: z.ZodNullable<z.ZodString>;
40598
40627
  cxlog: z.ZodObject<{
40599
40628
  id: z.ZodString;
@@ -41495,6 +41524,7 @@ export declare const mainChatRoomContract: {
41495
41524
  };
41496
41525
  lastMessageAt: Date | null;
41497
41526
  isBotRoom: boolean;
41527
+ isAiAgentRoom: boolean;
41498
41528
  csatStatus: string | null;
41499
41529
  cxlog: {
41500
41530
  id: string;
@@ -41933,6 +41963,7 @@ export declare const mainChatRoomContract: {
41933
41963
  };
41934
41964
  lastMessageAt: Date | null;
41935
41965
  isBotRoom: boolean;
41966
+ isAiAgentRoom: boolean;
41936
41967
  csatStatus: string | null;
41937
41968
  cxlog: {
41938
41969
  id: string;
@@ -42373,6 +42404,7 @@ export declare const mainChatRoomContract: {
42373
42404
  };
42374
42405
  lastMessageAt: Date | null;
42375
42406
  isBotRoom: boolean;
42407
+ isAiAgentRoom: boolean;
42376
42408
  csatStatus: string | null;
42377
42409
  cxlog: {
42378
42410
  id: string;
@@ -42814,6 +42846,7 @@ export declare const mainChatRoomContract: {
42814
42846
  };
42815
42847
  lastMessageAt: Date | null;
42816
42848
  isBotRoom: boolean;
42849
+ isAiAgentRoom: boolean;
42817
42850
  csatStatus: string | null;
42818
42851
  cxlog: {
42819
42852
  id: string;
@@ -45017,6 +45050,7 @@ export declare const mainChatRoomContract: {
45017
45050
  }>;
45018
45051
  lastMessageAt: z.ZodNullable<z.ZodDate>;
45019
45052
  isBotRoom: z.ZodBoolean;
45053
+ isAiAgentRoom: z.ZodBoolean;
45020
45054
  csatStatus: z.ZodNullable<z.ZodString>;
45021
45055
  cxlog: z.ZodObject<{
45022
45056
  id: z.ZodString;
@@ -46800,6 +46834,7 @@ export declare const mainChatRoomContract: {
46800
46834
  };
46801
46835
  lastMessageAt: Date | null;
46802
46836
  isBotRoom: boolean;
46837
+ isAiAgentRoom: boolean;
46803
46838
  csatStatus: string | null;
46804
46839
  cxlog: {
46805
46840
  id: string;
@@ -47350,6 +47385,7 @@ export declare const mainChatRoomContract: {
47350
47385
  };
47351
47386
  lastMessageAt: Date | null;
47352
47387
  isBotRoom: boolean;
47388
+ isAiAgentRoom: boolean;
47353
47389
  csatStatus: string | null;
47354
47390
  cxlog: {
47355
47391
  id: string;
@@ -47902,6 +47938,7 @@ export declare const mainChatRoomContract: {
47902
47938
  };
47903
47939
  lastMessageAt: Date | null;
47904
47940
  isBotRoom: boolean;
47941
+ isAiAgentRoom: boolean;
47905
47942
  csatStatus: string | null;
47906
47943
  cxlog: {
47907
47944
  id: string;
@@ -48455,6 +48492,7 @@ export declare const mainChatRoomContract: {
48455
48492
  };
48456
48493
  lastMessageAt: Date | null;
48457
48494
  isBotRoom: boolean;
48495
+ isAiAgentRoom: boolean;
48458
48496
  csatStatus: string | null;
48459
48497
  cxlog: {
48460
48498
  id: string;
@@ -50648,6 +50686,7 @@ export declare const mainChatRoomContract: {
50648
50686
  }>;
50649
50687
  lastMessageAt: z.ZodNullable<z.ZodDate>;
50650
50688
  isBotRoom: z.ZodBoolean;
50689
+ isAiAgentRoom: z.ZodBoolean;
50651
50690
  csatStatus: z.ZodNullable<z.ZodString>;
50652
50691
  cxlog: z.ZodObject<{
50653
50692
  id: z.ZodString;
@@ -51550,6 +51589,7 @@ export declare const mainChatRoomContract: {
51550
51589
  };
51551
51590
  lastMessageAt: Date | null;
51552
51591
  isBotRoom: boolean;
51592
+ isAiAgentRoom: boolean;
51553
51593
  csatStatus: string | null;
51554
51594
  cxlog: {
51555
51595
  id: string;
@@ -51988,6 +52028,7 @@ export declare const mainChatRoomContract: {
51988
52028
  };
51989
52029
  lastMessageAt: Date | null;
51990
52030
  isBotRoom: boolean;
52031
+ isAiAgentRoom: boolean;
51991
52032
  csatStatus: string | null;
51992
52033
  cxlog: {
51993
52034
  id: string;
@@ -52428,6 +52469,7 @@ export declare const mainChatRoomContract: {
52428
52469
  };
52429
52470
  lastMessageAt: Date | null;
52430
52471
  isBotRoom: boolean;
52472
+ isAiAgentRoom: boolean;
52431
52473
  csatStatus: string | null;
52432
52474
  cxlog: {
52433
52475
  id: string;
@@ -52869,6 +52911,7 @@ export declare const mainChatRoomContract: {
52869
52911
  };
52870
52912
  lastMessageAt: Date | null;
52871
52913
  isBotRoom: boolean;
52914
+ isAiAgentRoom: boolean;
52872
52915
  csatStatus: string | null;
52873
52916
  cxlog: {
52874
52917
  id: string;
@@ -55075,6 +55118,7 @@ export declare const mainChatRoomContract: {
55075
55118
  }>;
55076
55119
  lastMessageAt: z.ZodNullable<z.ZodDate>;
55077
55120
  isBotRoom: z.ZodBoolean;
55121
+ isAiAgentRoom: z.ZodBoolean;
55078
55122
  csatStatus: z.ZodNullable<z.ZodString>;
55079
55123
  cxlog: z.ZodObject<{
55080
55124
  id: z.ZodString;
@@ -55975,6 +56019,7 @@ export declare const mainChatRoomContract: {
55975
56019
  };
55976
56020
  lastMessageAt: Date | null;
55977
56021
  isBotRoom: boolean;
56022
+ isAiAgentRoom: boolean;
55978
56023
  csatStatus: string | null;
55979
56024
  cxlog: {
55980
56025
  id: string;
@@ -56412,6 +56457,7 @@ export declare const mainChatRoomContract: {
56412
56457
  };
56413
56458
  lastMessageAt: Date | null;
56414
56459
  isBotRoom: boolean;
56460
+ isAiAgentRoom: boolean;
56415
56461
  csatStatus: string | null;
56416
56462
  cxlog: {
56417
56463
  id: string;
@@ -56851,6 +56897,7 @@ export declare const mainChatRoomContract: {
56851
56897
  };
56852
56898
  lastMessageAt: Date | null;
56853
56899
  isBotRoom: boolean;
56900
+ isAiAgentRoom: boolean;
56854
56901
  csatStatus: string | null;
56855
56902
  cxlog: {
56856
56903
  id: string;
@@ -57294,6 +57341,7 @@ export declare const mainChatRoomContract: {
57294
57341
  };
57295
57342
  lastMessageAt: Date | null;
57296
57343
  isBotRoom: boolean;
57344
+ isAiAgentRoom: boolean;
57297
57345
  csatStatus: string | null;
57298
57346
  cxlog: {
57299
57347
  id: string;
@@ -59634,6 +59682,7 @@ export declare const mainChatRoomContract: {
59634
59682
  }>;
59635
59683
  lastMessageAt: z.ZodNullable<z.ZodDate>;
59636
59684
  isBotRoom: z.ZodBoolean;
59685
+ isAiAgentRoom: z.ZodBoolean;
59637
59686
  csatStatus: z.ZodNullable<z.ZodString>;
59638
59687
  cxlog: z.ZodObject<{
59639
59688
  id: z.ZodString;
@@ -61417,6 +61466,7 @@ export declare const mainChatRoomContract: {
61417
61466
  };
61418
61467
  lastMessageAt: Date | null;
61419
61468
  isBotRoom: boolean;
61469
+ isAiAgentRoom: boolean;
61420
61470
  csatStatus: string | null;
61421
61471
  cxlog: {
61422
61472
  id: string;
@@ -61967,6 +62017,7 @@ export declare const mainChatRoomContract: {
61967
62017
  };
61968
62018
  lastMessageAt: Date | null;
61969
62019
  isBotRoom: boolean;
62020
+ isAiAgentRoom: boolean;
61970
62021
  csatStatus: string | null;
61971
62022
  cxlog: {
61972
62023
  id: string;
@@ -62519,6 +62570,7 @@ export declare const mainChatRoomContract: {
62519
62570
  };
62520
62571
  lastMessageAt: Date | null;
62521
62572
  isBotRoom: boolean;
62573
+ isAiAgentRoom: boolean;
62522
62574
  csatStatus: string | null;
62523
62575
  cxlog: {
62524
62576
  id: string;
@@ -63072,6 +63124,7 @@ export declare const mainChatRoomContract: {
63072
63124
  };
63073
63125
  lastMessageAt: Date | null;
63074
63126
  isBotRoom: boolean;
63127
+ isAiAgentRoom: boolean;
63075
63128
  csatStatus: string | null;
63076
63129
  cxlog: {
63077
63130
  id: string;
@@ -64094,6 +64147,7 @@ export declare const mainChatContract: {
64094
64147
  firstResponseTime: z.ZodNumber;
64095
64148
  isLatest: z.ZodBoolean;
64096
64149
  isBotRoom: z.ZodBoolean;
64150
+ isAiAgentRoom: z.ZodBoolean;
64097
64151
  metadata: z.ZodAny;
64098
64152
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
64099
64153
  platformContact: z.ZodObject<{
@@ -67029,6 +67083,7 @@ export declare const mainChatContract: {
67029
67083
  };
67030
67084
  lastMessageAt: Date | null;
67031
67085
  isBotRoom: boolean;
67086
+ isAiAgentRoom: boolean;
67032
67087
  csatStatus: string | null;
67033
67088
  cxlog: {
67034
67089
  id: string;
@@ -67466,6 +67521,7 @@ export declare const mainChatContract: {
67466
67521
  };
67467
67522
  lastMessageAt: Date | null;
67468
67523
  isBotRoom: boolean;
67524
+ isAiAgentRoom: boolean;
67469
67525
  csatStatus: string | null;
67470
67526
  cxlog: {
67471
67527
  id: string;
@@ -68831,6 +68887,7 @@ export declare const mainChatContract: {
68831
68887
  firstResponseTime: z.ZodNumber;
68832
68888
  isLatest: z.ZodBoolean;
68833
68889
  isBotRoom: z.ZodBoolean;
68890
+ isAiAgentRoom: z.ZodBoolean;
68834
68891
  metadata: z.ZodAny;
68835
68892
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
68836
68893
  platformContact: z.ZodObject<{
@@ -71766,6 +71823,7 @@ export declare const mainChatContract: {
71766
71823
  };
71767
71824
  lastMessageAt: Date | null;
71768
71825
  isBotRoom: boolean;
71826
+ isAiAgentRoom: boolean;
71769
71827
  csatStatus: string | null;
71770
71828
  cxlog: {
71771
71829
  id: string;
@@ -72203,6 +72261,7 @@ export declare const mainChatContract: {
72203
72261
  };
72204
72262
  lastMessageAt: Date | null;
72205
72263
  isBotRoom: boolean;
72264
+ isAiAgentRoom: boolean;
72206
72265
  csatStatus: string | null;
72207
72266
  cxlog: {
72208
72267
  id: string;
@@ -74413,6 +74472,7 @@ export declare const mainChatContract: {
74413
74472
  };
74414
74473
  lastMessageAt: Date | null;
74415
74474
  isBotRoom: boolean;
74475
+ isAiAgentRoom: boolean;
74416
74476
  csatStatus: string | null;
74417
74477
  cxlog: {
74418
74478
  id: string;
@@ -75187,6 +75247,7 @@ export declare const mainChatContract: {
75187
75247
  };
75188
75248
  lastMessageAt: Date | null;
75189
75249
  isBotRoom: boolean;
75250
+ isAiAgentRoom: boolean;
75190
75251
  csatStatus: string | null;
75191
75252
  cxlog: {
75192
75253
  id: string;
@@ -75962,6 +76023,7 @@ export declare const mainChatContract: {
75962
76023
  };
75963
76024
  lastMessageAt: Date | null;
75964
76025
  isBotRoom: boolean;
76026
+ isAiAgentRoom: boolean;
75965
76027
  csatStatus: string | null;
75966
76028
  cxlog: {
75967
76029
  id: string;
@@ -76736,6 +76798,7 @@ export declare const mainChatContract: {
76736
76798
  };
76737
76799
  lastMessageAt: Date | null;
76738
76800
  isBotRoom: boolean;
76801
+ isAiAgentRoom: boolean;
76739
76802
  csatStatus: string | null;
76740
76803
  cxlog: {
76741
76804
  id: string;
@@ -77511,6 +77574,7 @@ export declare const mainChatContract: {
77511
77574
  };
77512
77575
  lastMessageAt: Date | null;
77513
77576
  isBotRoom: boolean;
77577
+ isAiAgentRoom: boolean;
77514
77578
  csatStatus: string | null;
77515
77579
  cxlog: {
77516
77580
  id: string;
@@ -78285,6 +78349,7 @@ export declare const mainChatContract: {
78285
78349
  };
78286
78350
  lastMessageAt: Date | null;
78287
78351
  isBotRoom: boolean;
78352
+ isAiAgentRoom: boolean;
78288
78353
  csatStatus: string | null;
78289
78354
  cxlog: {
78290
78355
  id: string;
@@ -79062,6 +79127,7 @@ export declare const mainChatContract: {
79062
79127
  };
79063
79128
  lastMessageAt: Date | null;
79064
79129
  isBotRoom: boolean;
79130
+ isAiAgentRoom: boolean;
79065
79131
  csatStatus: string | null;
79066
79132
  cxlog: {
79067
79133
  id: string;
@@ -79836,6 +79902,7 @@ export declare const mainChatContract: {
79836
79902
  };
79837
79903
  lastMessageAt: Date | null;
79838
79904
  isBotRoom: boolean;
79905
+ isAiAgentRoom: boolean;
79839
79906
  csatStatus: string | null;
79840
79907
  cxlog: {
79841
79908
  id: string;
@@ -80614,6 +80681,7 @@ export declare const mainChatContract: {
80614
80681
  };
80615
80682
  lastMessageAt: Date | null;
80616
80683
  isBotRoom: boolean;
80684
+ isAiAgentRoom: boolean;
80617
80685
  csatStatus: string | null;
80618
80686
  cxlog: {
80619
80687
  id: string;
@@ -81388,6 +81456,7 @@ export declare const mainChatContract: {
81388
81456
  };
81389
81457
  lastMessageAt: Date | null;
81390
81458
  isBotRoom: boolean;
81459
+ isAiAgentRoom: boolean;
81391
81460
  csatStatus: string | null;
81392
81461
  cxlog: {
81393
81462
  id: string;
@@ -82372,6 +82441,7 @@ export declare const mainChatContract: {
82372
82441
  firstResponseTime: z.ZodNumber;
82373
82442
  isLatest: z.ZodBoolean;
82374
82443
  isBotRoom: z.ZodBoolean;
82444
+ isAiAgentRoom: z.ZodBoolean;
82375
82445
  metadata: z.ZodAny;
82376
82446
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
82377
82447
  platformContact: z.ZodObject<{
@@ -85307,6 +85377,7 @@ export declare const mainChatContract: {
85307
85377
  };
85308
85378
  lastMessageAt: Date | null;
85309
85379
  isBotRoom: boolean;
85380
+ isAiAgentRoom: boolean;
85310
85381
  csatStatus: string | null;
85311
85382
  cxlog: {
85312
85383
  id: string;
@@ -85744,6 +85815,7 @@ export declare const mainChatContract: {
85744
85815
  };
85745
85816
  lastMessageAt: Date | null;
85746
85817
  isBotRoom: boolean;
85818
+ isAiAgentRoom: boolean;
85747
85819
  csatStatus: string | null;
85748
85820
  cxlog: {
85749
85821
  id: string;
@@ -89937,6 +90009,7 @@ export declare const mainChatContract: {
89937
90009
  };
89938
90010
  lastMessageAt: Date | null;
89939
90011
  isBotRoom: boolean;
90012
+ isAiAgentRoom: boolean;
89940
90013
  csatStatus: string | null;
89941
90014
  cxlog: {
89942
90015
  id: string;
@@ -91001,6 +91074,7 @@ export declare const mainChatContract: {
91001
91074
  };
91002
91075
  lastMessageAt: Date | null;
91003
91076
  isBotRoom: boolean;
91077
+ isAiAgentRoom: boolean;
91004
91078
  csatStatus: string | null;
91005
91079
  cxlog: {
91006
91080
  id: string;
@@ -92067,6 +92141,7 @@ export declare const mainChatContract: {
92067
92141
  };
92068
92142
  lastMessageAt: Date | null;
92069
92143
  isBotRoom: boolean;
92144
+ isAiAgentRoom: boolean;
92070
92145
  csatStatus: string | null;
92071
92146
  cxlog: {
92072
92147
  id: string;
@@ -93137,6 +93212,7 @@ export declare const mainChatContract: {
93137
93212
  };
93138
93213
  lastMessageAt: Date | null;
93139
93214
  isBotRoom: boolean;
93215
+ isAiAgentRoom: boolean;
93140
93216
  csatStatus: string | null;
93141
93217
  cxlog: {
93142
93218
  id: string;
@@ -93819,6 +93895,7 @@ export declare const mainChatContract: {
93819
93895
  firstResponseTime: z.ZodNumber;
93820
93896
  isLatest: z.ZodBoolean;
93821
93897
  isBotRoom: z.ZodBoolean;
93898
+ isAiAgentRoom: z.ZodBoolean;
93822
93899
  metadata: z.ZodAny;
93823
93900
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
93824
93901
  platformContact: z.ZodObject<{
@@ -96754,6 +96831,7 @@ export declare const mainChatContract: {
96754
96831
  };
96755
96832
  lastMessageAt: Date | null;
96756
96833
  isBotRoom: boolean;
96834
+ isAiAgentRoom: boolean;
96757
96835
  csatStatus: string | null;
96758
96836
  cxlog: {
96759
96837
  id: string;
@@ -97191,6 +97269,7 @@ export declare const mainChatContract: {
97191
97269
  };
97192
97270
  lastMessageAt: Date | null;
97193
97271
  isBotRoom: boolean;
97272
+ isAiAgentRoom: boolean;
97194
97273
  csatStatus: string | null;
97195
97274
  cxlog: {
97196
97275
  id: string;
@@ -97630,6 +97709,7 @@ export declare const mainChatContract: {
97630
97709
  };
97631
97710
  lastMessageAt: Date | null;
97632
97711
  isBotRoom: boolean;
97712
+ isAiAgentRoom: boolean;
97633
97713
  csatStatus: string | null;
97634
97714
  cxlog: {
97635
97715
  id: string;
@@ -98070,6 +98150,7 @@ export declare const mainChatContract: {
98070
98150
  };
98071
98151
  lastMessageAt: Date | null;
98072
98152
  isBotRoom: boolean;
98153
+ isAiAgentRoom: boolean;
98073
98154
  csatStatus: string | null;
98074
98155
  cxlog: {
98075
98156
  id: string;
@@ -98242,6 +98323,7 @@ export declare const mainChatContract: {
98242
98323
  firstResponseTime: z.ZodNumber;
98243
98324
  isLatest: z.ZodBoolean;
98244
98325
  isBotRoom: z.ZodBoolean;
98326
+ isAiAgentRoom: z.ZodBoolean;
98245
98327
  metadata: z.ZodAny;
98246
98328
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
98247
98329
  platformContact: z.ZodObject<{
@@ -101177,6 +101259,7 @@ export declare const mainChatContract: {
101177
101259
  };
101178
101260
  lastMessageAt: Date | null;
101179
101261
  isBotRoom: boolean;
101262
+ isAiAgentRoom: boolean;
101180
101263
  csatStatus: string | null;
101181
101264
  cxlog: {
101182
101265
  id: string;
@@ -101614,6 +101697,7 @@ export declare const mainChatContract: {
101614
101697
  };
101615
101698
  lastMessageAt: Date | null;
101616
101699
  isBotRoom: boolean;
101700
+ isAiAgentRoom: boolean;
101617
101701
  csatStatus: string | null;
101618
101702
  cxlog: {
101619
101703
  id: string;
@@ -102053,6 +102137,7 @@ export declare const mainChatContract: {
102053
102137
  };
102054
102138
  lastMessageAt: Date | null;
102055
102139
  isBotRoom: boolean;
102140
+ isAiAgentRoom: boolean;
102056
102141
  csatStatus: string | null;
102057
102142
  cxlog: {
102058
102143
  id: string;
@@ -102493,6 +102578,7 @@ export declare const mainChatContract: {
102493
102578
  };
102494
102579
  lastMessageAt: Date | null;
102495
102580
  isBotRoom: boolean;
102581
+ isAiAgentRoom: boolean;
102496
102582
  csatStatus: string | null;
102497
102583
  cxlog: {
102498
102584
  id: string;
@@ -103726,6 +103812,7 @@ export declare const mainChatContract: {
103726
103812
  firstResponseTime: z.ZodNumber;
103727
103813
  isLatest: z.ZodBoolean;
103728
103814
  isBotRoom: z.ZodBoolean;
103815
+ isAiAgentRoom: z.ZodBoolean;
103729
103816
  metadata: z.ZodAny;
103730
103817
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
103731
103818
  platformContact: z.ZodObject<{
@@ -106661,6 +106748,7 @@ export declare const mainChatContract: {
106661
106748
  };
106662
106749
  lastMessageAt: Date | null;
106663
106750
  isBotRoom: boolean;
106751
+ isAiAgentRoom: boolean;
106664
106752
  csatStatus: string | null;
106665
106753
  cxlog: {
106666
106754
  id: string;
@@ -107098,6 +107186,7 @@ export declare const mainChatContract: {
107098
107186
  };
107099
107187
  lastMessageAt: Date | null;
107100
107188
  isBotRoom: boolean;
107189
+ isAiAgentRoom: boolean;
107101
107190
  csatStatus: string | null;
107102
107191
  cxlog: {
107103
107192
  id: string;
@@ -107537,6 +107626,7 @@ export declare const mainChatContract: {
107537
107626
  };
107538
107627
  lastMessageAt: Date | null;
107539
107628
  isBotRoom: boolean;
107629
+ isAiAgentRoom: boolean;
107540
107630
  csatStatus: string | null;
107541
107631
  cxlog: {
107542
107632
  id: string;
@@ -107977,6 +108067,7 @@ export declare const mainChatContract: {
107977
108067
  };
107978
108068
  lastMessageAt: Date | null;
107979
108069
  isBotRoom: boolean;
108070
+ isAiAgentRoom: boolean;
107980
108071
  csatStatus: string | null;
107981
108072
  cxlog: {
107982
108073
  id: string;
@@ -108176,6 +108267,7 @@ export declare const initiateMessageContract: {
108176
108267
  firstResponseTime: z.ZodNumber;
108177
108268
  isLatest: z.ZodBoolean;
108178
108269
  isBotRoom: z.ZodBoolean;
108270
+ isAiAgentRoom: z.ZodBoolean;
108179
108271
  metadata: z.ZodAny;
108180
108272
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
108181
108273
  platformContact: z.ZodObject<{
@@ -111111,6 +111203,7 @@ export declare const initiateMessageContract: {
111111
111203
  };
111112
111204
  lastMessageAt: Date | null;
111113
111205
  isBotRoom: boolean;
111206
+ isAiAgentRoom: boolean;
111114
111207
  csatStatus: string | null;
111115
111208
  cxlog: {
111116
111209
  id: string;
@@ -111548,6 +111641,7 @@ export declare const initiateMessageContract: {
111548
111641
  };
111549
111642
  lastMessageAt: Date | null;
111550
111643
  isBotRoom: boolean;
111644
+ isAiAgentRoom: boolean;
111551
111645
  csatStatus: string | null;
111552
111646
  cxlog: {
111553
111647
  id: string;
@@ -113758,6 +113852,7 @@ export declare const initiateMessageContract: {
113758
113852
  };
113759
113853
  lastMessageAt: Date | null;
113760
113854
  isBotRoom: boolean;
113855
+ isAiAgentRoom: boolean;
113761
113856
  csatStatus: string | null;
113762
113857
  cxlog: {
113763
113858
  id: string;
@@ -114532,6 +114627,7 @@ export declare const initiateMessageContract: {
114532
114627
  };
114533
114628
  lastMessageAt: Date | null;
114534
114629
  isBotRoom: boolean;
114630
+ isAiAgentRoom: boolean;
114535
114631
  csatStatus: string | null;
114536
114632
  cxlog: {
114537
114633
  id: string;
@@ -115308,6 +115404,7 @@ export declare const initiateMessageContract: {
115308
115404
  };
115309
115405
  lastMessageAt: Date | null;
115310
115406
  isBotRoom: boolean;
115407
+ isAiAgentRoom: boolean;
115311
115408
  csatStatus: string | null;
115312
115409
  cxlog: {
115313
115410
  id: string;
@@ -116085,6 +116182,7 @@ export declare const initiateMessageContract: {
116085
116182
  };
116086
116183
  lastMessageAt: Date | null;
116087
116184
  isBotRoom: boolean;
116185
+ isAiAgentRoom: boolean;
116088
116186
  csatStatus: string | null;
116089
116187
  cxlog: {
116090
116188
  id: string;
@@ -117353,6 +117451,7 @@ export declare const mainChatMessageContract: {
117353
117451
  firstResponseTime: z.ZodNumber;
117354
117452
  isLatest: z.ZodBoolean;
117355
117453
  isBotRoom: z.ZodBoolean;
117454
+ isAiAgentRoom: z.ZodBoolean;
117356
117455
  metadata: z.ZodAny;
117357
117456
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
117358
117457
  platformContact: z.ZodObject<{
@@ -120288,6 +120387,7 @@ export declare const mainChatMessageContract: {
120288
120387
  };
120289
120388
  lastMessageAt: Date | null;
120290
120389
  isBotRoom: boolean;
120390
+ isAiAgentRoom: boolean;
120291
120391
  csatStatus: string | null;
120292
120392
  cxlog: {
120293
120393
  id: string;
@@ -120725,6 +120825,7 @@ export declare const mainChatMessageContract: {
120725
120825
  };
120726
120826
  lastMessageAt: Date | null;
120727
120827
  isBotRoom: boolean;
120828
+ isAiAgentRoom: boolean;
120728
120829
  csatStatus: string | null;
120729
120830
  cxlog: {
120730
120831
  id: string;
@@ -122090,6 +122191,7 @@ export declare const mainChatMessageContract: {
122090
122191
  firstResponseTime: z.ZodNumber;
122091
122192
  isLatest: z.ZodBoolean;
122092
122193
  isBotRoom: z.ZodBoolean;
122194
+ isAiAgentRoom: z.ZodBoolean;
122093
122195
  metadata: z.ZodAny;
122094
122196
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
122095
122197
  platformContact: z.ZodObject<{
@@ -125025,6 +125127,7 @@ export declare const mainChatMessageContract: {
125025
125127
  };
125026
125128
  lastMessageAt: Date | null;
125027
125129
  isBotRoom: boolean;
125130
+ isAiAgentRoom: boolean;
125028
125131
  csatStatus: string | null;
125029
125132
  cxlog: {
125030
125133
  id: string;
@@ -125462,6 +125565,7 @@ export declare const mainChatMessageContract: {
125462
125565
  };
125463
125566
  lastMessageAt: Date | null;
125464
125567
  isBotRoom: boolean;
125568
+ isAiAgentRoom: boolean;
125465
125569
  csatStatus: string | null;
125466
125570
  cxlog: {
125467
125571
  id: string;
@@ -127672,6 +127776,7 @@ export declare const mainChatMessageContract: {
127672
127776
  };
127673
127777
  lastMessageAt: Date | null;
127674
127778
  isBotRoom: boolean;
127779
+ isAiAgentRoom: boolean;
127675
127780
  csatStatus: string | null;
127676
127781
  cxlog: {
127677
127782
  id: string;
@@ -128446,6 +128551,7 @@ export declare const mainChatMessageContract: {
128446
128551
  };
128447
128552
  lastMessageAt: Date | null;
128448
128553
  isBotRoom: boolean;
128554
+ isAiAgentRoom: boolean;
128449
128555
  csatStatus: string | null;
128450
128556
  cxlog: {
128451
128557
  id: string;
@@ -129221,6 +129327,7 @@ export declare const mainChatMessageContract: {
129221
129327
  };
129222
129328
  lastMessageAt: Date | null;
129223
129329
  isBotRoom: boolean;
129330
+ isAiAgentRoom: boolean;
129224
129331
  csatStatus: string | null;
129225
129332
  cxlog: {
129226
129333
  id: string;
@@ -129995,6 +130102,7 @@ export declare const mainChatMessageContract: {
129995
130102
  };
129996
130103
  lastMessageAt: Date | null;
129997
130104
  isBotRoom: boolean;
130105
+ isAiAgentRoom: boolean;
129998
130106
  csatStatus: string | null;
129999
130107
  cxlog: {
130000
130108
  id: string;
@@ -130770,6 +130878,7 @@ export declare const mainChatMessageContract: {
130770
130878
  };
130771
130879
  lastMessageAt: Date | null;
130772
130880
  isBotRoom: boolean;
130881
+ isAiAgentRoom: boolean;
130773
130882
  csatStatus: string | null;
130774
130883
  cxlog: {
130775
130884
  id: string;
@@ -131544,6 +131653,7 @@ export declare const mainChatMessageContract: {
131544
131653
  };
131545
131654
  lastMessageAt: Date | null;
131546
131655
  isBotRoom: boolean;
131656
+ isAiAgentRoom: boolean;
131547
131657
  csatStatus: string | null;
131548
131658
  cxlog: {
131549
131659
  id: string;
@@ -132321,6 +132431,7 @@ export declare const mainChatMessageContract: {
132321
132431
  };
132322
132432
  lastMessageAt: Date | null;
132323
132433
  isBotRoom: boolean;
132434
+ isAiAgentRoom: boolean;
132324
132435
  csatStatus: string | null;
132325
132436
  cxlog: {
132326
132437
  id: string;
@@ -133095,6 +133206,7 @@ export declare const mainChatMessageContract: {
133095
133206
  };
133096
133207
  lastMessageAt: Date | null;
133097
133208
  isBotRoom: boolean;
133209
+ isAiAgentRoom: boolean;
133098
133210
  csatStatus: string | null;
133099
133211
  cxlog: {
133100
133212
  id: string;
@@ -133873,6 +133985,7 @@ export declare const mainChatMessageContract: {
133873
133985
  };
133874
133986
  lastMessageAt: Date | null;
133875
133987
  isBotRoom: boolean;
133988
+ isAiAgentRoom: boolean;
133876
133989
  csatStatus: string | null;
133877
133990
  cxlog: {
133878
133991
  id: string;
@@ -134647,6 +134760,7 @@ export declare const mainChatMessageContract: {
134647
134760
  };
134648
134761
  lastMessageAt: Date | null;
134649
134762
  isBotRoom: boolean;
134763
+ isAiAgentRoom: boolean;
134650
134764
  csatStatus: string | null;
134651
134765
  cxlog: {
134652
134766
  id: string;
@@ -136003,6 +136117,7 @@ export declare const mainChatMessageContract: {
136003
136117
  firstResponseTime: z.ZodNumber;
136004
136118
  isLatest: z.ZodBoolean;
136005
136119
  isBotRoom: z.ZodBoolean;
136120
+ isAiAgentRoom: z.ZodBoolean;
136006
136121
  metadata: z.ZodAny;
136007
136122
  direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
136008
136123
  platformContact: z.ZodObject<{
@@ -138938,6 +139053,7 @@ export declare const mainChatMessageContract: {
138938
139053
  };
138939
139054
  lastMessageAt: Date | null;
138940
139055
  isBotRoom: boolean;
139056
+ isAiAgentRoom: boolean;
138941
139057
  csatStatus: string | null;
138942
139058
  cxlog: {
138943
139059
  id: string;
@@ -139375,6 +139491,7 @@ export declare const mainChatMessageContract: {
139375
139491
  };
139376
139492
  lastMessageAt: Date | null;
139377
139493
  isBotRoom: boolean;
139494
+ isAiAgentRoom: boolean;
139378
139495
  csatStatus: string | null;
139379
139496
  cxlog: {
139380
139497
  id: string;
@@ -141585,6 +141702,7 @@ export declare const mainChatMessageContract: {
141585
141702
  };
141586
141703
  lastMessageAt: Date | null;
141587
141704
  isBotRoom: boolean;
141705
+ isAiAgentRoom: boolean;
141588
141706
  csatStatus: string | null;
141589
141707
  cxlog: {
141590
141708
  id: string;
@@ -142359,6 +142477,7 @@ export declare const mainChatMessageContract: {
142359
142477
  };
142360
142478
  lastMessageAt: Date | null;
142361
142479
  isBotRoom: boolean;
142480
+ isAiAgentRoom: boolean;
142362
142481
  csatStatus: string | null;
142363
142482
  cxlog: {
142364
142483
  id: string;
@@ -143135,6 +143254,7 @@ export declare const mainChatMessageContract: {
143135
143254
  };
143136
143255
  lastMessageAt: Date | null;
143137
143256
  isBotRoom: boolean;
143257
+ isAiAgentRoom: boolean;
143138
143258
  csatStatus: string | null;
143139
143259
  cxlog: {
143140
143260
  id: string;
@@ -143912,6 +144032,7 @@ export declare const mainChatMessageContract: {
143912
144032
  };
143913
144033
  lastMessageAt: Date | null;
143914
144034
  isBotRoom: boolean;
144035
+ isAiAgentRoom: boolean;
143915
144036
  csatStatus: string | null;
143916
144037
  cxlog: {
143917
144038
  id: string;