@kl1/contracts 1.4.46 → 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 +25 -0
- 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 +145 -0
- 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 +17 -0
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -91405,6 +91405,7 @@ export declare const platformContract: {
|
|
91405
91405
|
firstResponseTime: import("zod").ZodNumber;
|
91406
91406
|
isLatest: import("zod").ZodBoolean;
|
91407
91407
|
isBotRoom: import("zod").ZodBoolean;
|
91408
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
91408
91409
|
metadata: import("zod").ZodAny;
|
91409
91410
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
91410
91411
|
platformContact: import("zod").ZodObject<{
|
@@ -94340,6 +94341,7 @@ export declare const platformContract: {
|
|
94340
94341
|
};
|
94341
94342
|
lastMessageAt: Date | null;
|
94342
94343
|
isBotRoom: boolean;
|
94344
|
+
isAiAgentRoom: boolean;
|
94343
94345
|
csatStatus: string | null;
|
94344
94346
|
cxlog: {
|
94345
94347
|
id: string;
|
@@ -94777,6 +94779,7 @@ export declare const platformContract: {
|
|
94777
94779
|
};
|
94778
94780
|
lastMessageAt: Date | null;
|
94779
94781
|
isBotRoom: boolean;
|
94782
|
+
isAiAgentRoom: boolean;
|
94780
94783
|
csatStatus: string | null;
|
94781
94784
|
cxlog: {
|
94782
94785
|
id: string;
|
@@ -96142,6 +96145,7 @@ export declare const platformContract: {
|
|
96142
96145
|
firstResponseTime: import("zod").ZodNumber;
|
96143
96146
|
isLatest: import("zod").ZodBoolean;
|
96144
96147
|
isBotRoom: import("zod").ZodBoolean;
|
96148
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
96145
96149
|
metadata: import("zod").ZodAny;
|
96146
96150
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
96147
96151
|
platformContact: import("zod").ZodObject<{
|
@@ -99077,6 +99081,7 @@ export declare const platformContract: {
|
|
99077
99081
|
};
|
99078
99082
|
lastMessageAt: Date | null;
|
99079
99083
|
isBotRoom: boolean;
|
99084
|
+
isAiAgentRoom: boolean;
|
99080
99085
|
csatStatus: string | null;
|
99081
99086
|
cxlog: {
|
99082
99087
|
id: string;
|
@@ -99514,6 +99519,7 @@ export declare const platformContract: {
|
|
99514
99519
|
};
|
99515
99520
|
lastMessageAt: Date | null;
|
99516
99521
|
isBotRoom: boolean;
|
99522
|
+
isAiAgentRoom: boolean;
|
99517
99523
|
csatStatus: string | null;
|
99518
99524
|
cxlog: {
|
99519
99525
|
id: string;
|
@@ -101724,6 +101730,7 @@ export declare const platformContract: {
|
|
101724
101730
|
};
|
101725
101731
|
lastMessageAt: Date | null;
|
101726
101732
|
isBotRoom: boolean;
|
101733
|
+
isAiAgentRoom: boolean;
|
101727
101734
|
csatStatus: string | null;
|
101728
101735
|
cxlog: {
|
101729
101736
|
id: string;
|
@@ -102498,6 +102505,7 @@ export declare const platformContract: {
|
|
102498
102505
|
};
|
102499
102506
|
lastMessageAt: Date | null;
|
102500
102507
|
isBotRoom: boolean;
|
102508
|
+
isAiAgentRoom: boolean;
|
102501
102509
|
csatStatus: string | null;
|
102502
102510
|
cxlog: {
|
102503
102511
|
id: string;
|
@@ -103273,6 +103281,7 @@ export declare const platformContract: {
|
|
103273
103281
|
};
|
103274
103282
|
lastMessageAt: Date | null;
|
103275
103283
|
isBotRoom: boolean;
|
103284
|
+
isAiAgentRoom: boolean;
|
103276
103285
|
csatStatus: string | null;
|
103277
103286
|
cxlog: {
|
103278
103287
|
id: string;
|
@@ -104047,6 +104056,7 @@ export declare const platformContract: {
|
|
104047
104056
|
};
|
104048
104057
|
lastMessageAt: Date | null;
|
104049
104058
|
isBotRoom: boolean;
|
104059
|
+
isAiAgentRoom: boolean;
|
104050
104060
|
csatStatus: string | null;
|
104051
104061
|
cxlog: {
|
104052
104062
|
id: string;
|
@@ -104822,6 +104832,7 @@ export declare const platformContract: {
|
|
104822
104832
|
};
|
104823
104833
|
lastMessageAt: Date | null;
|
104824
104834
|
isBotRoom: boolean;
|
104835
|
+
isAiAgentRoom: boolean;
|
104825
104836
|
csatStatus: string | null;
|
104826
104837
|
cxlog: {
|
104827
104838
|
id: string;
|
@@ -105596,6 +105607,7 @@ export declare const platformContract: {
|
|
105596
105607
|
};
|
105597
105608
|
lastMessageAt: Date | null;
|
105598
105609
|
isBotRoom: boolean;
|
105610
|
+
isAiAgentRoom: boolean;
|
105599
105611
|
csatStatus: string | null;
|
105600
105612
|
cxlog: {
|
105601
105613
|
id: string;
|
@@ -106373,6 +106385,7 @@ export declare const platformContract: {
|
|
106373
106385
|
};
|
106374
106386
|
lastMessageAt: Date | null;
|
106375
106387
|
isBotRoom: boolean;
|
106388
|
+
isAiAgentRoom: boolean;
|
106376
106389
|
csatStatus: string | null;
|
106377
106390
|
cxlog: {
|
106378
106391
|
id: string;
|
@@ -107147,6 +107160,7 @@ export declare const platformContract: {
|
|
107147
107160
|
};
|
107148
107161
|
lastMessageAt: Date | null;
|
107149
107162
|
isBotRoom: boolean;
|
107163
|
+
isAiAgentRoom: boolean;
|
107150
107164
|
csatStatus: string | null;
|
107151
107165
|
cxlog: {
|
107152
107166
|
id: string;
|
@@ -107925,6 +107939,7 @@ export declare const platformContract: {
|
|
107925
107939
|
};
|
107926
107940
|
lastMessageAt: Date | null;
|
107927
107941
|
isBotRoom: boolean;
|
107942
|
+
isAiAgentRoom: boolean;
|
107928
107943
|
csatStatus: string | null;
|
107929
107944
|
cxlog: {
|
107930
107945
|
id: string;
|
@@ -108699,6 +108714,7 @@ export declare const platformContract: {
|
|
108699
108714
|
};
|
108700
108715
|
lastMessageAt: Date | null;
|
108701
108716
|
isBotRoom: boolean;
|
108717
|
+
isAiAgentRoom: boolean;
|
108702
108718
|
csatStatus: string | null;
|
108703
108719
|
cxlog: {
|
108704
108720
|
id: string;
|
@@ -113160,6 +113176,7 @@ export declare const platformLineContract: {
|
|
113160
113176
|
firstResponseTime: import("zod").ZodNumber;
|
113161
113177
|
isLatest: import("zod").ZodBoolean;
|
113162
113178
|
isBotRoom: import("zod").ZodBoolean;
|
113179
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
113163
113180
|
metadata: import("zod").ZodAny;
|
113164
113181
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
113165
113182
|
platformContact: import("zod").ZodObject<{
|
@@ -116095,6 +116112,7 @@ export declare const platformLineContract: {
|
|
116095
116112
|
};
|
116096
116113
|
lastMessageAt: Date | null;
|
116097
116114
|
isBotRoom: boolean;
|
116115
|
+
isAiAgentRoom: boolean;
|
116098
116116
|
csatStatus: string | null;
|
116099
116117
|
cxlog: {
|
116100
116118
|
id: string;
|
@@ -116532,6 +116550,7 @@ export declare const platformLineContract: {
|
|
116532
116550
|
};
|
116533
116551
|
lastMessageAt: Date | null;
|
116534
116552
|
isBotRoom: boolean;
|
116553
|
+
isAiAgentRoom: boolean;
|
116535
116554
|
csatStatus: string | null;
|
116536
116555
|
cxlog: {
|
116537
116556
|
id: string;
|
@@ -117897,6 +117916,7 @@ export declare const platformLineContract: {
|
|
117897
117916
|
firstResponseTime: import("zod").ZodNumber;
|
117898
117917
|
isLatest: import("zod").ZodBoolean;
|
117899
117918
|
isBotRoom: import("zod").ZodBoolean;
|
117919
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
117900
117920
|
metadata: import("zod").ZodAny;
|
117901
117921
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
117902
117922
|
platformContact: import("zod").ZodObject<{
|
@@ -120832,6 +120852,7 @@ export declare const platformLineContract: {
|
|
120832
120852
|
};
|
120833
120853
|
lastMessageAt: Date | null;
|
120834
120854
|
isBotRoom: boolean;
|
120855
|
+
isAiAgentRoom: boolean;
|
120835
120856
|
csatStatus: string | null;
|
120836
120857
|
cxlog: {
|
120837
120858
|
id: string;
|
@@ -121269,6 +121290,7 @@ export declare const platformLineContract: {
|
|
121269
121290
|
};
|
121270
121291
|
lastMessageAt: Date | null;
|
121271
121292
|
isBotRoom: boolean;
|
121293
|
+
isAiAgentRoom: boolean;
|
121272
121294
|
csatStatus: string | null;
|
121273
121295
|
cxlog: {
|
121274
121296
|
id: string;
|
@@ -123479,6 +123501,7 @@ export declare const platformLineContract: {
|
|
123479
123501
|
};
|
123480
123502
|
lastMessageAt: Date | null;
|
123481
123503
|
isBotRoom: boolean;
|
123504
|
+
isAiAgentRoom: boolean;
|
123482
123505
|
csatStatus: string | null;
|
123483
123506
|
cxlog: {
|
123484
123507
|
id: string;
|
@@ -124253,6 +124276,7 @@ export declare const platformLineContract: {
|
|
124253
124276
|
};
|
124254
124277
|
lastMessageAt: Date | null;
|
124255
124278
|
isBotRoom: boolean;
|
124279
|
+
isAiAgentRoom: boolean;
|
124256
124280
|
csatStatus: string | null;
|
124257
124281
|
cxlog: {
|
124258
124282
|
id: string;
|
@@ -125028,6 +125052,7 @@ export declare const platformLineContract: {
|
|
125028
125052
|
};
|
125029
125053
|
lastMessageAt: Date | null;
|
125030
125054
|
isBotRoom: boolean;
|
125055
|
+
isAiAgentRoom: boolean;
|
125031
125056
|
csatStatus: string | null;
|
125032
125057
|
cxlog: {
|
125033
125058
|
id: string;
|
@@ -125802,6 +125827,7 @@ export declare const platformLineContract: {
|
|
125802
125827
|
};
|
125803
125828
|
lastMessageAt: Date | null;
|
125804
125829
|
isBotRoom: boolean;
|
125830
|
+
isAiAgentRoom: boolean;
|
125805
125831
|
csatStatus: string | null;
|
125806
125832
|
cxlog: {
|
125807
125833
|
id: string;
|
@@ -126577,6 +126603,7 @@ export declare const platformLineContract: {
|
|
126577
126603
|
};
|
126578
126604
|
lastMessageAt: Date | null;
|
126579
126605
|
isBotRoom: boolean;
|
126606
|
+
isAiAgentRoom: boolean;
|
126580
126607
|
csatStatus: string | null;
|
126581
126608
|
cxlog: {
|
126582
126609
|
id: string;
|
@@ -127351,6 +127378,7 @@ export declare const platformLineContract: {
|
|
127351
127378
|
};
|
127352
127379
|
lastMessageAt: Date | null;
|
127353
127380
|
isBotRoom: boolean;
|
127381
|
+
isAiAgentRoom: boolean;
|
127354
127382
|
csatStatus: string | null;
|
127355
127383
|
cxlog: {
|
127356
127384
|
id: string;
|
@@ -128128,6 +128156,7 @@ export declare const platformLineContract: {
|
|
128128
128156
|
};
|
128129
128157
|
lastMessageAt: Date | null;
|
128130
128158
|
isBotRoom: boolean;
|
128159
|
+
isAiAgentRoom: boolean;
|
128131
128160
|
csatStatus: string | null;
|
128132
128161
|
cxlog: {
|
128133
128162
|
id: string;
|
@@ -128902,6 +128931,7 @@ export declare const platformLineContract: {
|
|
128902
128931
|
};
|
128903
128932
|
lastMessageAt: Date | null;
|
128904
128933
|
isBotRoom: boolean;
|
128934
|
+
isAiAgentRoom: boolean;
|
128905
128935
|
csatStatus: string | null;
|
128906
128936
|
cxlog: {
|
128907
128937
|
id: string;
|
@@ -129680,6 +129710,7 @@ export declare const platformLineContract: {
|
|
129680
129710
|
};
|
129681
129711
|
lastMessageAt: Date | null;
|
129682
129712
|
isBotRoom: boolean;
|
129713
|
+
isAiAgentRoom: boolean;
|
129683
129714
|
csatStatus: string | null;
|
129684
129715
|
cxlog: {
|
129685
129716
|
id: string;
|
@@ -130454,6 +130485,7 @@ export declare const platformLineContract: {
|
|
130454
130485
|
};
|
130455
130486
|
lastMessageAt: Date | null;
|
130456
130487
|
isBotRoom: boolean;
|
130488
|
+
isAiAgentRoom: boolean;
|
130457
130489
|
csatStatus: string | null;
|
130458
130490
|
cxlog: {
|
130459
130491
|
id: string;
|
@@ -135148,6 +135180,7 @@ export declare const platformTelegramContract: {
|
|
135148
135180
|
firstResponseTime: import("zod").ZodNumber;
|
135149
135181
|
isLatest: import("zod").ZodBoolean;
|
135150
135182
|
isBotRoom: import("zod").ZodBoolean;
|
135183
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
135151
135184
|
metadata: import("zod").ZodAny;
|
135152
135185
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
135153
135186
|
platformContact: import("zod").ZodObject<{
|
@@ -138083,6 +138116,7 @@ export declare const platformTelegramContract: {
|
|
138083
138116
|
};
|
138084
138117
|
lastMessageAt: Date | null;
|
138085
138118
|
isBotRoom: boolean;
|
138119
|
+
isAiAgentRoom: boolean;
|
138086
138120
|
csatStatus: string | null;
|
138087
138121
|
cxlog: {
|
138088
138122
|
id: string;
|
@@ -138520,6 +138554,7 @@ export declare const platformTelegramContract: {
|
|
138520
138554
|
};
|
138521
138555
|
lastMessageAt: Date | null;
|
138522
138556
|
isBotRoom: boolean;
|
138557
|
+
isAiAgentRoom: boolean;
|
138523
138558
|
csatStatus: string | null;
|
138524
138559
|
cxlog: {
|
138525
138560
|
id: string;
|
@@ -139885,6 +139920,7 @@ export declare const platformTelegramContract: {
|
|
139885
139920
|
firstResponseTime: import("zod").ZodNumber;
|
139886
139921
|
isLatest: import("zod").ZodBoolean;
|
139887
139922
|
isBotRoom: import("zod").ZodBoolean;
|
139923
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
139888
139924
|
metadata: import("zod").ZodAny;
|
139889
139925
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
139890
139926
|
platformContact: import("zod").ZodObject<{
|
@@ -142820,6 +142856,7 @@ export declare const platformTelegramContract: {
|
|
142820
142856
|
};
|
142821
142857
|
lastMessageAt: Date | null;
|
142822
142858
|
isBotRoom: boolean;
|
142859
|
+
isAiAgentRoom: boolean;
|
142823
142860
|
csatStatus: string | null;
|
142824
142861
|
cxlog: {
|
142825
142862
|
id: string;
|
@@ -143257,6 +143294,7 @@ export declare const platformTelegramContract: {
|
|
143257
143294
|
};
|
143258
143295
|
lastMessageAt: Date | null;
|
143259
143296
|
isBotRoom: boolean;
|
143297
|
+
isAiAgentRoom: boolean;
|
143260
143298
|
csatStatus: string | null;
|
143261
143299
|
cxlog: {
|
143262
143300
|
id: string;
|
@@ -145467,6 +145505,7 @@ export declare const platformTelegramContract: {
|
|
145467
145505
|
};
|
145468
145506
|
lastMessageAt: Date | null;
|
145469
145507
|
isBotRoom: boolean;
|
145508
|
+
isAiAgentRoom: boolean;
|
145470
145509
|
csatStatus: string | null;
|
145471
145510
|
cxlog: {
|
145472
145511
|
id: string;
|
@@ -146241,6 +146280,7 @@ export declare const platformTelegramContract: {
|
|
146241
146280
|
};
|
146242
146281
|
lastMessageAt: Date | null;
|
146243
146282
|
isBotRoom: boolean;
|
146283
|
+
isAiAgentRoom: boolean;
|
146244
146284
|
csatStatus: string | null;
|
146245
146285
|
cxlog: {
|
146246
146286
|
id: string;
|
@@ -147016,6 +147056,7 @@ export declare const platformTelegramContract: {
|
|
147016
147056
|
};
|
147017
147057
|
lastMessageAt: Date | null;
|
147018
147058
|
isBotRoom: boolean;
|
147059
|
+
isAiAgentRoom: boolean;
|
147019
147060
|
csatStatus: string | null;
|
147020
147061
|
cxlog: {
|
147021
147062
|
id: string;
|
@@ -147790,6 +147831,7 @@ export declare const platformTelegramContract: {
|
|
147790
147831
|
};
|
147791
147832
|
lastMessageAt: Date | null;
|
147792
147833
|
isBotRoom: boolean;
|
147834
|
+
isAiAgentRoom: boolean;
|
147793
147835
|
csatStatus: string | null;
|
147794
147836
|
cxlog: {
|
147795
147837
|
id: string;
|
@@ -148565,6 +148607,7 @@ export declare const platformTelegramContract: {
|
|
148565
148607
|
};
|
148566
148608
|
lastMessageAt: Date | null;
|
148567
148609
|
isBotRoom: boolean;
|
148610
|
+
isAiAgentRoom: boolean;
|
148568
148611
|
csatStatus: string | null;
|
148569
148612
|
cxlog: {
|
148570
148613
|
id: string;
|
@@ -149339,6 +149382,7 @@ export declare const platformTelegramContract: {
|
|
149339
149382
|
};
|
149340
149383
|
lastMessageAt: Date | null;
|
149341
149384
|
isBotRoom: boolean;
|
149385
|
+
isAiAgentRoom: boolean;
|
149342
149386
|
csatStatus: string | null;
|
149343
149387
|
cxlog: {
|
149344
149388
|
id: string;
|
@@ -150116,6 +150160,7 @@ export declare const platformTelegramContract: {
|
|
150116
150160
|
};
|
150117
150161
|
lastMessageAt: Date | null;
|
150118
150162
|
isBotRoom: boolean;
|
150163
|
+
isAiAgentRoom: boolean;
|
150119
150164
|
csatStatus: string | null;
|
150120
150165
|
cxlog: {
|
150121
150166
|
id: string;
|
@@ -150890,6 +150935,7 @@ export declare const platformTelegramContract: {
|
|
150890
150935
|
};
|
150891
150936
|
lastMessageAt: Date | null;
|
150892
150937
|
isBotRoom: boolean;
|
150938
|
+
isAiAgentRoom: boolean;
|
150893
150939
|
csatStatus: string | null;
|
150894
150940
|
cxlog: {
|
150895
150941
|
id: string;
|
@@ -151668,6 +151714,7 @@ export declare const platformTelegramContract: {
|
|
151668
151714
|
};
|
151669
151715
|
lastMessageAt: Date | null;
|
151670
151716
|
isBotRoom: boolean;
|
151717
|
+
isAiAgentRoom: boolean;
|
151671
151718
|
csatStatus: string | null;
|
151672
151719
|
cxlog: {
|
151673
151720
|
id: string;
|
@@ -152442,6 +152489,7 @@ export declare const platformTelegramContract: {
|
|
152442
152489
|
};
|
152443
152490
|
lastMessageAt: Date | null;
|
152444
152491
|
isBotRoom: boolean;
|
152492
|
+
isAiAgentRoom: boolean;
|
152445
152493
|
csatStatus: string | null;
|
152446
152494
|
cxlog: {
|
152447
152495
|
id: string;
|
@@ -155133,6 +155181,7 @@ export declare const platformMessengerContract: {
|
|
155133
155181
|
firstResponseTime: import("zod").ZodNumber;
|
155134
155182
|
isLatest: import("zod").ZodBoolean;
|
155135
155183
|
isBotRoom: import("zod").ZodBoolean;
|
155184
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
155136
155185
|
metadata: import("zod").ZodAny;
|
155137
155186
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
155138
155187
|
platformContact: import("zod").ZodObject<{
|
@@ -158068,6 +158117,7 @@ export declare const platformMessengerContract: {
|
|
158068
158117
|
};
|
158069
158118
|
lastMessageAt: Date | null;
|
158070
158119
|
isBotRoom: boolean;
|
158120
|
+
isAiAgentRoom: boolean;
|
158071
158121
|
csatStatus: string | null;
|
158072
158122
|
cxlog: {
|
158073
158123
|
id: string;
|
@@ -158505,6 +158555,7 @@ export declare const platformMessengerContract: {
|
|
158505
158555
|
};
|
158506
158556
|
lastMessageAt: Date | null;
|
158507
158557
|
isBotRoom: boolean;
|
158558
|
+
isAiAgentRoom: boolean;
|
158508
158559
|
csatStatus: string | null;
|
158509
158560
|
cxlog: {
|
158510
158561
|
id: string;
|
@@ -159870,6 +159921,7 @@ export declare const platformMessengerContract: {
|
|
159870
159921
|
firstResponseTime: import("zod").ZodNumber;
|
159871
159922
|
isLatest: import("zod").ZodBoolean;
|
159872
159923
|
isBotRoom: import("zod").ZodBoolean;
|
159924
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
159873
159925
|
metadata: import("zod").ZodAny;
|
159874
159926
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
159875
159927
|
platformContact: import("zod").ZodObject<{
|
@@ -162805,6 +162857,7 @@ export declare const platformMessengerContract: {
|
|
162805
162857
|
};
|
162806
162858
|
lastMessageAt: Date | null;
|
162807
162859
|
isBotRoom: boolean;
|
162860
|
+
isAiAgentRoom: boolean;
|
162808
162861
|
csatStatus: string | null;
|
162809
162862
|
cxlog: {
|
162810
162863
|
id: string;
|
@@ -163242,6 +163295,7 @@ export declare const platformMessengerContract: {
|
|
163242
163295
|
};
|
163243
163296
|
lastMessageAt: Date | null;
|
163244
163297
|
isBotRoom: boolean;
|
163298
|
+
isAiAgentRoom: boolean;
|
163245
163299
|
csatStatus: string | null;
|
163246
163300
|
cxlog: {
|
163247
163301
|
id: string;
|
@@ -165452,6 +165506,7 @@ export declare const platformMessengerContract: {
|
|
165452
165506
|
};
|
165453
165507
|
lastMessageAt: Date | null;
|
165454
165508
|
isBotRoom: boolean;
|
165509
|
+
isAiAgentRoom: boolean;
|
165455
165510
|
csatStatus: string | null;
|
165456
165511
|
cxlog: {
|
165457
165512
|
id: string;
|
@@ -166226,6 +166281,7 @@ export declare const platformMessengerContract: {
|
|
166226
166281
|
};
|
166227
166282
|
lastMessageAt: Date | null;
|
166228
166283
|
isBotRoom: boolean;
|
166284
|
+
isAiAgentRoom: boolean;
|
166229
166285
|
csatStatus: string | null;
|
166230
166286
|
cxlog: {
|
166231
166287
|
id: string;
|
@@ -167001,6 +167057,7 @@ export declare const platformMessengerContract: {
|
|
167001
167057
|
};
|
167002
167058
|
lastMessageAt: Date | null;
|
167003
167059
|
isBotRoom: boolean;
|
167060
|
+
isAiAgentRoom: boolean;
|
167004
167061
|
csatStatus: string | null;
|
167005
167062
|
cxlog: {
|
167006
167063
|
id: string;
|
@@ -167775,6 +167832,7 @@ export declare const platformMessengerContract: {
|
|
167775
167832
|
};
|
167776
167833
|
lastMessageAt: Date | null;
|
167777
167834
|
isBotRoom: boolean;
|
167835
|
+
isAiAgentRoom: boolean;
|
167778
167836
|
csatStatus: string | null;
|
167779
167837
|
cxlog: {
|
167780
167838
|
id: string;
|
@@ -168550,6 +168608,7 @@ export declare const platformMessengerContract: {
|
|
168550
168608
|
};
|
168551
168609
|
lastMessageAt: Date | null;
|
168552
168610
|
isBotRoom: boolean;
|
168611
|
+
isAiAgentRoom: boolean;
|
168553
168612
|
csatStatus: string | null;
|
168554
168613
|
cxlog: {
|
168555
168614
|
id: string;
|
@@ -169324,6 +169383,7 @@ export declare const platformMessengerContract: {
|
|
169324
169383
|
};
|
169325
169384
|
lastMessageAt: Date | null;
|
169326
169385
|
isBotRoom: boolean;
|
169386
|
+
isAiAgentRoom: boolean;
|
169327
169387
|
csatStatus: string | null;
|
169328
169388
|
cxlog: {
|
169329
169389
|
id: string;
|
@@ -170101,6 +170161,7 @@ export declare const platformMessengerContract: {
|
|
170101
170161
|
};
|
170102
170162
|
lastMessageAt: Date | null;
|
170103
170163
|
isBotRoom: boolean;
|
170164
|
+
isAiAgentRoom: boolean;
|
170104
170165
|
csatStatus: string | null;
|
170105
170166
|
cxlog: {
|
170106
170167
|
id: string;
|
@@ -170875,6 +170936,7 @@ export declare const platformMessengerContract: {
|
|
170875
170936
|
};
|
170876
170937
|
lastMessageAt: Date | null;
|
170877
170938
|
isBotRoom: boolean;
|
170939
|
+
isAiAgentRoom: boolean;
|
170878
170940
|
csatStatus: string | null;
|
170879
170941
|
cxlog: {
|
170880
170942
|
id: string;
|
@@ -171653,6 +171715,7 @@ export declare const platformMessengerContract: {
|
|
171653
171715
|
};
|
171654
171716
|
lastMessageAt: Date | null;
|
171655
171717
|
isBotRoom: boolean;
|
171718
|
+
isAiAgentRoom: boolean;
|
171656
171719
|
csatStatus: string | null;
|
171657
171720
|
cxlog: {
|
171658
171721
|
id: string;
|
@@ -172427,6 +172490,7 @@ export declare const platformMessengerContract: {
|
|
172427
172490
|
};
|
172428
172491
|
lastMessageAt: Date | null;
|
172429
172492
|
isBotRoom: boolean;
|
172493
|
+
isAiAgentRoom: boolean;
|
172430
172494
|
csatStatus: string | null;
|
172431
172495
|
cxlog: {
|
172432
172496
|
id: string;
|
@@ -177476,6 +177540,7 @@ export declare const platformInstagramContract: {
|
|
177476
177540
|
firstResponseTime: import("zod").ZodNumber;
|
177477
177541
|
isLatest: import("zod").ZodBoolean;
|
177478
177542
|
isBotRoom: import("zod").ZodBoolean;
|
177543
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
177479
177544
|
metadata: import("zod").ZodAny;
|
177480
177545
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
177481
177546
|
platformContact: import("zod").ZodObject<{
|
@@ -180411,6 +180476,7 @@ export declare const platformInstagramContract: {
|
|
180411
180476
|
};
|
180412
180477
|
lastMessageAt: Date | null;
|
180413
180478
|
isBotRoom: boolean;
|
180479
|
+
isAiAgentRoom: boolean;
|
180414
180480
|
csatStatus: string | null;
|
180415
180481
|
cxlog: {
|
180416
180482
|
id: string;
|
@@ -180848,6 +180914,7 @@ export declare const platformInstagramContract: {
|
|
180848
180914
|
};
|
180849
180915
|
lastMessageAt: Date | null;
|
180850
180916
|
isBotRoom: boolean;
|
180917
|
+
isAiAgentRoom: boolean;
|
180851
180918
|
csatStatus: string | null;
|
180852
180919
|
cxlog: {
|
180853
180920
|
id: string;
|
@@ -182213,6 +182280,7 @@ export declare const platformInstagramContract: {
|
|
182213
182280
|
firstResponseTime: import("zod").ZodNumber;
|
182214
182281
|
isLatest: import("zod").ZodBoolean;
|
182215
182282
|
isBotRoom: import("zod").ZodBoolean;
|
182283
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
182216
182284
|
metadata: import("zod").ZodAny;
|
182217
182285
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
182218
182286
|
platformContact: import("zod").ZodObject<{
|
@@ -185148,6 +185216,7 @@ export declare const platformInstagramContract: {
|
|
185148
185216
|
};
|
185149
185217
|
lastMessageAt: Date | null;
|
185150
185218
|
isBotRoom: boolean;
|
185219
|
+
isAiAgentRoom: boolean;
|
185151
185220
|
csatStatus: string | null;
|
185152
185221
|
cxlog: {
|
185153
185222
|
id: string;
|
@@ -185585,6 +185654,7 @@ export declare const platformInstagramContract: {
|
|
185585
185654
|
};
|
185586
185655
|
lastMessageAt: Date | null;
|
185587
185656
|
isBotRoom: boolean;
|
185657
|
+
isAiAgentRoom: boolean;
|
185588
185658
|
csatStatus: string | null;
|
185589
185659
|
cxlog: {
|
185590
185660
|
id: string;
|
@@ -187795,6 +187865,7 @@ export declare const platformInstagramContract: {
|
|
187795
187865
|
};
|
187796
187866
|
lastMessageAt: Date | null;
|
187797
187867
|
isBotRoom: boolean;
|
187868
|
+
isAiAgentRoom: boolean;
|
187798
187869
|
csatStatus: string | null;
|
187799
187870
|
cxlog: {
|
187800
187871
|
id: string;
|
@@ -188569,6 +188640,7 @@ export declare const platformInstagramContract: {
|
|
188569
188640
|
};
|
188570
188641
|
lastMessageAt: Date | null;
|
188571
188642
|
isBotRoom: boolean;
|
188643
|
+
isAiAgentRoom: boolean;
|
188572
188644
|
csatStatus: string | null;
|
188573
188645
|
cxlog: {
|
188574
188646
|
id: string;
|
@@ -189344,6 +189416,7 @@ export declare const platformInstagramContract: {
|
|
189344
189416
|
};
|
189345
189417
|
lastMessageAt: Date | null;
|
189346
189418
|
isBotRoom: boolean;
|
189419
|
+
isAiAgentRoom: boolean;
|
189347
189420
|
csatStatus: string | null;
|
189348
189421
|
cxlog: {
|
189349
189422
|
id: string;
|
@@ -190118,6 +190191,7 @@ export declare const platformInstagramContract: {
|
|
190118
190191
|
};
|
190119
190192
|
lastMessageAt: Date | null;
|
190120
190193
|
isBotRoom: boolean;
|
190194
|
+
isAiAgentRoom: boolean;
|
190121
190195
|
csatStatus: string | null;
|
190122
190196
|
cxlog: {
|
190123
190197
|
id: string;
|
@@ -190893,6 +190967,7 @@ export declare const platformInstagramContract: {
|
|
190893
190967
|
};
|
190894
190968
|
lastMessageAt: Date | null;
|
190895
190969
|
isBotRoom: boolean;
|
190970
|
+
isAiAgentRoom: boolean;
|
190896
190971
|
csatStatus: string | null;
|
190897
190972
|
cxlog: {
|
190898
190973
|
id: string;
|
@@ -191667,6 +191742,7 @@ export declare const platformInstagramContract: {
|
|
191667
191742
|
};
|
191668
191743
|
lastMessageAt: Date | null;
|
191669
191744
|
isBotRoom: boolean;
|
191745
|
+
isAiAgentRoom: boolean;
|
191670
191746
|
csatStatus: string | null;
|
191671
191747
|
cxlog: {
|
191672
191748
|
id: string;
|
@@ -192444,6 +192520,7 @@ export declare const platformInstagramContract: {
|
|
192444
192520
|
};
|
192445
192521
|
lastMessageAt: Date | null;
|
192446
192522
|
isBotRoom: boolean;
|
192523
|
+
isAiAgentRoom: boolean;
|
192447
192524
|
csatStatus: string | null;
|
192448
192525
|
cxlog: {
|
192449
192526
|
id: string;
|
@@ -193218,6 +193295,7 @@ export declare const platformInstagramContract: {
|
|
193218
193295
|
};
|
193219
193296
|
lastMessageAt: Date | null;
|
193220
193297
|
isBotRoom: boolean;
|
193298
|
+
isAiAgentRoom: boolean;
|
193221
193299
|
csatStatus: string | null;
|
193222
193300
|
cxlog: {
|
193223
193301
|
id: string;
|
@@ -193996,6 +194074,7 @@ export declare const platformInstagramContract: {
|
|
193996
194074
|
};
|
193997
194075
|
lastMessageAt: Date | null;
|
193998
194076
|
isBotRoom: boolean;
|
194077
|
+
isAiAgentRoom: boolean;
|
193999
194078
|
csatStatus: string | null;
|
194000
194079
|
cxlog: {
|
194001
194080
|
id: string;
|
@@ -194770,6 +194849,7 @@ export declare const platformInstagramContract: {
|
|
194770
194849
|
};
|
194771
194850
|
lastMessageAt: Date | null;
|
194772
194851
|
isBotRoom: boolean;
|
194852
|
+
isAiAgentRoom: boolean;
|
194773
194853
|
csatStatus: string | null;
|
194774
194854
|
cxlog: {
|
194775
194855
|
id: string;
|
@@ -204510,6 +204590,7 @@ export declare const platformWhatsappContract: {
|
|
204510
204590
|
firstResponseTime: import("zod").ZodNumber;
|
204511
204591
|
isLatest: import("zod").ZodBoolean;
|
204512
204592
|
isBotRoom: import("zod").ZodBoolean;
|
204593
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
204513
204594
|
metadata: import("zod").ZodAny;
|
204514
204595
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
204515
204596
|
platformContact: import("zod").ZodObject<{
|
@@ -207445,6 +207526,7 @@ export declare const platformWhatsappContract: {
|
|
207445
207526
|
};
|
207446
207527
|
lastMessageAt: Date | null;
|
207447
207528
|
isBotRoom: boolean;
|
207529
|
+
isAiAgentRoom: boolean;
|
207448
207530
|
csatStatus: string | null;
|
207449
207531
|
cxlog: {
|
207450
207532
|
id: string;
|
@@ -207882,6 +207964,7 @@ export declare const platformWhatsappContract: {
|
|
207882
207964
|
};
|
207883
207965
|
lastMessageAt: Date | null;
|
207884
207966
|
isBotRoom: boolean;
|
207967
|
+
isAiAgentRoom: boolean;
|
207885
207968
|
csatStatus: string | null;
|
207886
207969
|
cxlog: {
|
207887
207970
|
id: string;
|
@@ -209247,6 +209330,7 @@ export declare const platformWhatsappContract: {
|
|
209247
209330
|
firstResponseTime: import("zod").ZodNumber;
|
209248
209331
|
isLatest: import("zod").ZodBoolean;
|
209249
209332
|
isBotRoom: import("zod").ZodBoolean;
|
209333
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
209250
209334
|
metadata: import("zod").ZodAny;
|
209251
209335
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
209252
209336
|
platformContact: import("zod").ZodObject<{
|
@@ -212182,6 +212266,7 @@ export declare const platformWhatsappContract: {
|
|
212182
212266
|
};
|
212183
212267
|
lastMessageAt: Date | null;
|
212184
212268
|
isBotRoom: boolean;
|
212269
|
+
isAiAgentRoom: boolean;
|
212185
212270
|
csatStatus: string | null;
|
212186
212271
|
cxlog: {
|
212187
212272
|
id: string;
|
@@ -212619,6 +212704,7 @@ export declare const platformWhatsappContract: {
|
|
212619
212704
|
};
|
212620
212705
|
lastMessageAt: Date | null;
|
212621
212706
|
isBotRoom: boolean;
|
212707
|
+
isAiAgentRoom: boolean;
|
212622
212708
|
csatStatus: string | null;
|
212623
212709
|
cxlog: {
|
212624
212710
|
id: string;
|
@@ -214829,6 +214915,7 @@ export declare const platformWhatsappContract: {
|
|
214829
214915
|
};
|
214830
214916
|
lastMessageAt: Date | null;
|
214831
214917
|
isBotRoom: boolean;
|
214918
|
+
isAiAgentRoom: boolean;
|
214832
214919
|
csatStatus: string | null;
|
214833
214920
|
cxlog: {
|
214834
214921
|
id: string;
|
@@ -215603,6 +215690,7 @@ export declare const platformWhatsappContract: {
|
|
215603
215690
|
};
|
215604
215691
|
lastMessageAt: Date | null;
|
215605
215692
|
isBotRoom: boolean;
|
215693
|
+
isAiAgentRoom: boolean;
|
215606
215694
|
csatStatus: string | null;
|
215607
215695
|
cxlog: {
|
215608
215696
|
id: string;
|
@@ -216378,6 +216466,7 @@ export declare const platformWhatsappContract: {
|
|
216378
216466
|
};
|
216379
216467
|
lastMessageAt: Date | null;
|
216380
216468
|
isBotRoom: boolean;
|
216469
|
+
isAiAgentRoom: boolean;
|
216381
216470
|
csatStatus: string | null;
|
216382
216471
|
cxlog: {
|
216383
216472
|
id: string;
|
@@ -217152,6 +217241,7 @@ export declare const platformWhatsappContract: {
|
|
217152
217241
|
};
|
217153
217242
|
lastMessageAt: Date | null;
|
217154
217243
|
isBotRoom: boolean;
|
217244
|
+
isAiAgentRoom: boolean;
|
217155
217245
|
csatStatus: string | null;
|
217156
217246
|
cxlog: {
|
217157
217247
|
id: string;
|
@@ -217927,6 +218017,7 @@ export declare const platformWhatsappContract: {
|
|
217927
218017
|
};
|
217928
218018
|
lastMessageAt: Date | null;
|
217929
218019
|
isBotRoom: boolean;
|
218020
|
+
isAiAgentRoom: boolean;
|
217930
218021
|
csatStatus: string | null;
|
217931
218022
|
cxlog: {
|
217932
218023
|
id: string;
|
@@ -218701,6 +218792,7 @@ export declare const platformWhatsappContract: {
|
|
218701
218792
|
};
|
218702
218793
|
lastMessageAt: Date | null;
|
218703
218794
|
isBotRoom: boolean;
|
218795
|
+
isAiAgentRoom: boolean;
|
218704
218796
|
csatStatus: string | null;
|
218705
218797
|
cxlog: {
|
218706
218798
|
id: string;
|
@@ -219478,6 +219570,7 @@ export declare const platformWhatsappContract: {
|
|
219478
219570
|
};
|
219479
219571
|
lastMessageAt: Date | null;
|
219480
219572
|
isBotRoom: boolean;
|
219573
|
+
isAiAgentRoom: boolean;
|
219481
219574
|
csatStatus: string | null;
|
219482
219575
|
cxlog: {
|
219483
219576
|
id: string;
|
@@ -220252,6 +220345,7 @@ export declare const platformWhatsappContract: {
|
|
220252
220345
|
};
|
220253
220346
|
lastMessageAt: Date | null;
|
220254
220347
|
isBotRoom: boolean;
|
220348
|
+
isAiAgentRoom: boolean;
|
220255
220349
|
csatStatus: string | null;
|
220256
220350
|
cxlog: {
|
220257
220351
|
id: string;
|
@@ -221030,6 +221124,7 @@ export declare const platformWhatsappContract: {
|
|
221030
221124
|
};
|
221031
221125
|
lastMessageAt: Date | null;
|
221032
221126
|
isBotRoom: boolean;
|
221127
|
+
isAiAgentRoom: boolean;
|
221033
221128
|
csatStatus: string | null;
|
221034
221129
|
cxlog: {
|
221035
221130
|
id: string;
|
@@ -221804,6 +221899,7 @@ export declare const platformWhatsappContract: {
|
|
221804
221899
|
};
|
221805
221900
|
lastMessageAt: Date | null;
|
221806
221901
|
isBotRoom: boolean;
|
221902
|
+
isAiAgentRoom: boolean;
|
221807
221903
|
csatStatus: string | null;
|
221808
221904
|
cxlog: {
|
221809
221905
|
id: string;
|
@@ -231130,6 +231226,7 @@ export declare const facebookFeedContract: {
|
|
231130
231226
|
firstResponseTime: import("zod").ZodNumber;
|
231131
231227
|
isLatest: import("zod").ZodBoolean;
|
231132
231228
|
isBotRoom: import("zod").ZodBoolean;
|
231229
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
231133
231230
|
metadata: import("zod").ZodAny;
|
231134
231231
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
231135
231232
|
platformContact: import("zod").ZodObject<{
|
@@ -234065,6 +234162,7 @@ export declare const facebookFeedContract: {
|
|
234065
234162
|
};
|
234066
234163
|
lastMessageAt: Date | null;
|
234067
234164
|
isBotRoom: boolean;
|
234165
|
+
isAiAgentRoom: boolean;
|
234068
234166
|
csatStatus: string | null;
|
234069
234167
|
cxlog: {
|
234070
234168
|
id: string;
|
@@ -234502,6 +234600,7 @@ export declare const facebookFeedContract: {
|
|
234502
234600
|
};
|
234503
234601
|
lastMessageAt: Date | null;
|
234504
234602
|
isBotRoom: boolean;
|
234603
|
+
isAiAgentRoom: boolean;
|
234505
234604
|
csatStatus: string | null;
|
234506
234605
|
cxlog: {
|
234507
234606
|
id: string;
|
@@ -235867,6 +235966,7 @@ export declare const facebookFeedContract: {
|
|
235867
235966
|
firstResponseTime: import("zod").ZodNumber;
|
235868
235967
|
isLatest: import("zod").ZodBoolean;
|
235869
235968
|
isBotRoom: import("zod").ZodBoolean;
|
235969
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
235870
235970
|
metadata: import("zod").ZodAny;
|
235871
235971
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
235872
235972
|
platformContact: import("zod").ZodObject<{
|
@@ -238802,6 +238902,7 @@ export declare const facebookFeedContract: {
|
|
238802
238902
|
};
|
238803
238903
|
lastMessageAt: Date | null;
|
238804
238904
|
isBotRoom: boolean;
|
238905
|
+
isAiAgentRoom: boolean;
|
238805
238906
|
csatStatus: string | null;
|
238806
238907
|
cxlog: {
|
238807
238908
|
id: string;
|
@@ -239239,6 +239340,7 @@ export declare const facebookFeedContract: {
|
|
239239
239340
|
};
|
239240
239341
|
lastMessageAt: Date | null;
|
239241
239342
|
isBotRoom: boolean;
|
239343
|
+
isAiAgentRoom: boolean;
|
239242
239344
|
csatStatus: string | null;
|
239243
239345
|
cxlog: {
|
239244
239346
|
id: string;
|
@@ -241449,6 +241551,7 @@ export declare const facebookFeedContract: {
|
|
241449
241551
|
};
|
241450
241552
|
lastMessageAt: Date | null;
|
241451
241553
|
isBotRoom: boolean;
|
241554
|
+
isAiAgentRoom: boolean;
|
241452
241555
|
csatStatus: string | null;
|
241453
241556
|
cxlog: {
|
241454
241557
|
id: string;
|
@@ -242223,6 +242326,7 @@ export declare const facebookFeedContract: {
|
|
242223
242326
|
};
|
242224
242327
|
lastMessageAt: Date | null;
|
242225
242328
|
isBotRoom: boolean;
|
242329
|
+
isAiAgentRoom: boolean;
|
242226
242330
|
csatStatus: string | null;
|
242227
242331
|
cxlog: {
|
242228
242332
|
id: string;
|
@@ -242998,6 +243102,7 @@ export declare const facebookFeedContract: {
|
|
242998
243102
|
};
|
242999
243103
|
lastMessageAt: Date | null;
|
243000
243104
|
isBotRoom: boolean;
|
243105
|
+
isAiAgentRoom: boolean;
|
243001
243106
|
csatStatus: string | null;
|
243002
243107
|
cxlog: {
|
243003
243108
|
id: string;
|
@@ -243772,6 +243877,7 @@ export declare const facebookFeedContract: {
|
|
243772
243877
|
};
|
243773
243878
|
lastMessageAt: Date | null;
|
243774
243879
|
isBotRoom: boolean;
|
243880
|
+
isAiAgentRoom: boolean;
|
243775
243881
|
csatStatus: string | null;
|
243776
243882
|
cxlog: {
|
243777
243883
|
id: string;
|
@@ -244547,6 +244653,7 @@ export declare const facebookFeedContract: {
|
|
244547
244653
|
};
|
244548
244654
|
lastMessageAt: Date | null;
|
244549
244655
|
isBotRoom: boolean;
|
244656
|
+
isAiAgentRoom: boolean;
|
244550
244657
|
csatStatus: string | null;
|
244551
244658
|
cxlog: {
|
244552
244659
|
id: string;
|
@@ -245321,6 +245428,7 @@ export declare const facebookFeedContract: {
|
|
245321
245428
|
};
|
245322
245429
|
lastMessageAt: Date | null;
|
245323
245430
|
isBotRoom: boolean;
|
245431
|
+
isAiAgentRoom: boolean;
|
245324
245432
|
csatStatus: string | null;
|
245325
245433
|
cxlog: {
|
245326
245434
|
id: string;
|
@@ -246098,6 +246206,7 @@ export declare const facebookFeedContract: {
|
|
246098
246206
|
};
|
246099
246207
|
lastMessageAt: Date | null;
|
246100
246208
|
isBotRoom: boolean;
|
246209
|
+
isAiAgentRoom: boolean;
|
246101
246210
|
csatStatus: string | null;
|
246102
246211
|
cxlog: {
|
246103
246212
|
id: string;
|
@@ -246872,6 +246981,7 @@ export declare const facebookFeedContract: {
|
|
246872
246981
|
};
|
246873
246982
|
lastMessageAt: Date | null;
|
246874
246983
|
isBotRoom: boolean;
|
246984
|
+
isAiAgentRoom: boolean;
|
246875
246985
|
csatStatus: string | null;
|
246876
246986
|
cxlog: {
|
246877
246987
|
id: string;
|
@@ -247650,6 +247760,7 @@ export declare const facebookFeedContract: {
|
|
247650
247760
|
};
|
247651
247761
|
lastMessageAt: Date | null;
|
247652
247762
|
isBotRoom: boolean;
|
247763
|
+
isAiAgentRoom: boolean;
|
247653
247764
|
csatStatus: string | null;
|
247654
247765
|
cxlog: {
|
247655
247766
|
id: string;
|
@@ -248424,6 +248535,7 @@ export declare const facebookFeedContract: {
|
|
248424
248535
|
};
|
248425
248536
|
lastMessageAt: Date | null;
|
248426
248537
|
isBotRoom: boolean;
|
248538
|
+
isAiAgentRoom: boolean;
|
248427
248539
|
csatStatus: string | null;
|
248428
248540
|
cxlog: {
|
248429
248541
|
id: string;
|
@@ -253724,6 +253836,7 @@ export declare const feedPostContract: {
|
|
253724
253836
|
firstResponseTime: import("zod").ZodNumber;
|
253725
253837
|
isLatest: import("zod").ZodBoolean;
|
253726
253838
|
isBotRoom: import("zod").ZodBoolean;
|
253839
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
253727
253840
|
metadata: import("zod").ZodAny;
|
253728
253841
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
253729
253842
|
platformContact: import("zod").ZodObject<{
|
@@ -256659,6 +256772,7 @@ export declare const feedPostContract: {
|
|
256659
256772
|
};
|
256660
256773
|
lastMessageAt: Date | null;
|
256661
256774
|
isBotRoom: boolean;
|
256775
|
+
isAiAgentRoom: boolean;
|
256662
256776
|
csatStatus: string | null;
|
256663
256777
|
cxlog: {
|
256664
256778
|
id: string;
|
@@ -257096,6 +257210,7 @@ export declare const feedPostContract: {
|
|
257096
257210
|
};
|
257097
257211
|
lastMessageAt: Date | null;
|
257098
257212
|
isBotRoom: boolean;
|
257213
|
+
isAiAgentRoom: boolean;
|
257099
257214
|
csatStatus: string | null;
|
257100
257215
|
cxlog: {
|
257101
257216
|
id: string;
|
@@ -259508,6 +259623,7 @@ export declare const feedPostContract: {
|
|
259508
259623
|
firstResponseTime: import("zod").ZodNumber;
|
259509
259624
|
isLatest: import("zod").ZodBoolean;
|
259510
259625
|
isBotRoom: import("zod").ZodBoolean;
|
259626
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
259511
259627
|
metadata: import("zod").ZodAny;
|
259512
259628
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
259513
259629
|
platformContact: import("zod").ZodObject<{
|
@@ -262443,6 +262559,7 @@ export declare const feedPostContract: {
|
|
262443
262559
|
};
|
262444
262560
|
lastMessageAt: Date | null;
|
262445
262561
|
isBotRoom: boolean;
|
262562
|
+
isAiAgentRoom: boolean;
|
262446
262563
|
csatStatus: string | null;
|
262447
262564
|
cxlog: {
|
262448
262565
|
id: string;
|
@@ -262880,6 +262997,7 @@ export declare const feedPostContract: {
|
|
262880
262997
|
};
|
262881
262998
|
lastMessageAt: Date | null;
|
262882
262999
|
isBotRoom: boolean;
|
263000
|
+
isAiAgentRoom: boolean;
|
262883
263001
|
csatStatus: string | null;
|
262884
263002
|
cxlog: {
|
262885
263003
|
id: string;
|
@@ -265090,6 +265208,7 @@ export declare const feedPostContract: {
|
|
265090
265208
|
};
|
265091
265209
|
lastMessageAt: Date | null;
|
265092
265210
|
isBotRoom: boolean;
|
265211
|
+
isAiAgentRoom: boolean;
|
265093
265212
|
csatStatus: string | null;
|
265094
265213
|
cxlog: {
|
265095
265214
|
id: string;
|
@@ -265864,6 +265983,7 @@ export declare const feedPostContract: {
|
|
265864
265983
|
};
|
265865
265984
|
lastMessageAt: Date | null;
|
265866
265985
|
isBotRoom: boolean;
|
265986
|
+
isAiAgentRoom: boolean;
|
265867
265987
|
csatStatus: string | null;
|
265868
265988
|
cxlog: {
|
265869
265989
|
id: string;
|
@@ -266645,6 +266765,7 @@ export declare const feedPostContract: {
|
|
266645
266765
|
};
|
266646
266766
|
lastMessageAt: Date | null;
|
266647
266767
|
isBotRoom: boolean;
|
266768
|
+
isAiAgentRoom: boolean;
|
266648
266769
|
csatStatus: string | null;
|
266649
266770
|
cxlog: {
|
266650
266771
|
id: string;
|
@@ -267414,6 +267535,7 @@ export declare const feedPostContract: {
|
|
267414
267535
|
};
|
267415
267536
|
lastMessageAt: Date | null;
|
267416
267537
|
isBotRoom: boolean;
|
267538
|
+
isAiAgentRoom: boolean;
|
267417
267539
|
csatStatus: string | null;
|
267418
267540
|
cxlog: {
|
267419
267541
|
id: string;
|
@@ -268321,6 +268443,7 @@ export declare const feedPostContract: {
|
|
268321
268443
|
};
|
268322
268444
|
lastMessageAt: Date | null;
|
268323
268445
|
isBotRoom: boolean;
|
268446
|
+
isAiAgentRoom: boolean;
|
268324
268447
|
csatStatus: string | null;
|
268325
268448
|
cxlog: {
|
268326
268449
|
id: string;
|
@@ -269090,6 +269213,7 @@ export declare const feedPostContract: {
|
|
269090
269213
|
};
|
269091
269214
|
lastMessageAt: Date | null;
|
269092
269215
|
isBotRoom: boolean;
|
269216
|
+
isAiAgentRoom: boolean;
|
269093
269217
|
csatStatus: string | null;
|
269094
269218
|
cxlog: {
|
269095
269219
|
id: string;
|
@@ -269999,6 +270123,7 @@ export declare const feedPostContract: {
|
|
269999
270123
|
};
|
270000
270124
|
lastMessageAt: Date | null;
|
270001
270125
|
isBotRoom: boolean;
|
270126
|
+
isAiAgentRoom: boolean;
|
270002
270127
|
csatStatus: string | null;
|
270003
270128
|
cxlog: {
|
270004
270129
|
id: string;
|
@@ -270768,6 +270893,7 @@ export declare const feedPostContract: {
|
|
270768
270893
|
};
|
270769
270894
|
lastMessageAt: Date | null;
|
270770
270895
|
isBotRoom: boolean;
|
270896
|
+
isAiAgentRoom: boolean;
|
270771
270897
|
csatStatus: string | null;
|
270772
270898
|
cxlog: {
|
270773
270899
|
id: string;
|
@@ -271681,6 +271807,7 @@ export declare const feedPostContract: {
|
|
271681
271807
|
};
|
271682
271808
|
lastMessageAt: Date | null;
|
271683
271809
|
isBotRoom: boolean;
|
271810
|
+
isAiAgentRoom: boolean;
|
271684
271811
|
csatStatus: string | null;
|
271685
271812
|
cxlog: {
|
271686
271813
|
id: string;
|
@@ -272450,6 +272577,7 @@ export declare const feedPostContract: {
|
|
272450
272577
|
};
|
272451
272578
|
lastMessageAt: Date | null;
|
272452
272579
|
isBotRoom: boolean;
|
272580
|
+
isAiAgentRoom: boolean;
|
272453
272581
|
csatStatus: string | null;
|
272454
272582
|
cxlog: {
|
272455
272583
|
id: string;
|
@@ -287023,6 +287151,7 @@ export declare const workflowContract: {
|
|
287023
287151
|
firstResponseTime: import("zod").ZodNumber;
|
287024
287152
|
isLatest: import("zod").ZodBoolean;
|
287025
287153
|
isBotRoom: import("zod").ZodBoolean;
|
287154
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
287026
287155
|
metadata: import("zod").ZodAny;
|
287027
287156
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
287028
287157
|
platformContact: import("zod").ZodObject<{
|
@@ -289958,6 +290087,7 @@ export declare const workflowContract: {
|
|
289958
290087
|
};
|
289959
290088
|
lastMessageAt: Date | null;
|
289960
290089
|
isBotRoom: boolean;
|
290090
|
+
isAiAgentRoom: boolean;
|
289961
290091
|
csatStatus: string | null;
|
289962
290092
|
cxlog: {
|
289963
290093
|
id: string;
|
@@ -290395,6 +290525,7 @@ export declare const workflowContract: {
|
|
290395
290525
|
};
|
290396
290526
|
lastMessageAt: Date | null;
|
290397
290527
|
isBotRoom: boolean;
|
290528
|
+
isAiAgentRoom: boolean;
|
290398
290529
|
csatStatus: string | null;
|
290399
290530
|
cxlog: {
|
290400
290531
|
id: string;
|
@@ -290834,6 +290965,7 @@ export declare const workflowContract: {
|
|
290834
290965
|
};
|
290835
290966
|
lastMessageAt: Date | null;
|
290836
290967
|
isBotRoom: boolean;
|
290968
|
+
isAiAgentRoom: boolean;
|
290837
290969
|
csatStatus: string | null;
|
290838
290970
|
cxlog: {
|
290839
290971
|
id: string;
|
@@ -291274,6 +291406,7 @@ export declare const workflowContract: {
|
|
291274
291406
|
};
|
291275
291407
|
lastMessageAt: Date | null;
|
291276
291408
|
isBotRoom: boolean;
|
291409
|
+
isAiAgentRoom: boolean;
|
291277
291410
|
csatStatus: string | null;
|
291278
291411
|
cxlog: {
|
291279
291412
|
id: string;
|
@@ -291466,6 +291599,7 @@ export declare const workflowContract: {
|
|
291466
291599
|
firstResponseTime: import("zod").ZodNumber;
|
291467
291600
|
isLatest: import("zod").ZodBoolean;
|
291468
291601
|
isBotRoom: import("zod").ZodBoolean;
|
291602
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
291469
291603
|
metadata: import("zod").ZodAny;
|
291470
291604
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
291471
291605
|
platformContact: import("zod").ZodObject<{
|
@@ -294401,6 +294535,7 @@ export declare const workflowContract: {
|
|
294401
294535
|
};
|
294402
294536
|
lastMessageAt: Date | null;
|
294403
294537
|
isBotRoom: boolean;
|
294538
|
+
isAiAgentRoom: boolean;
|
294404
294539
|
csatStatus: string | null;
|
294405
294540
|
cxlog: {
|
294406
294541
|
id: string;
|
@@ -294838,6 +294973,7 @@ export declare const workflowContract: {
|
|
294838
294973
|
};
|
294839
294974
|
lastMessageAt: Date | null;
|
294840
294975
|
isBotRoom: boolean;
|
294976
|
+
isAiAgentRoom: boolean;
|
294841
294977
|
csatStatus: string | null;
|
294842
294978
|
cxlog: {
|
294843
294979
|
id: string;
|
@@ -297048,6 +297184,7 @@ export declare const workflowContract: {
|
|
297048
297184
|
};
|
297049
297185
|
lastMessageAt: Date | null;
|
297050
297186
|
isBotRoom: boolean;
|
297187
|
+
isAiAgentRoom: boolean;
|
297051
297188
|
csatStatus: string | null;
|
297052
297189
|
cxlog: {
|
297053
297190
|
id: string;
|
@@ -297822,6 +297959,7 @@ export declare const workflowContract: {
|
|
297822
297959
|
};
|
297823
297960
|
lastMessageAt: Date | null;
|
297824
297961
|
isBotRoom: boolean;
|
297962
|
+
isAiAgentRoom: boolean;
|
297825
297963
|
csatStatus: string | null;
|
297826
297964
|
cxlog: {
|
297827
297965
|
id: string;
|
@@ -298598,6 +298736,7 @@ export declare const workflowContract: {
|
|
298598
298736
|
};
|
298599
298737
|
lastMessageAt: Date | null;
|
298600
298738
|
isBotRoom: boolean;
|
298739
|
+
isAiAgentRoom: boolean;
|
298601
298740
|
csatStatus: string | null;
|
298602
298741
|
cxlog: {
|
298603
298742
|
id: string;
|
@@ -299375,6 +299514,7 @@ export declare const workflowContract: {
|
|
299375
299514
|
};
|
299376
299515
|
lastMessageAt: Date | null;
|
299377
299516
|
isBotRoom: boolean;
|
299517
|
+
isAiAgentRoom: boolean;
|
299378
299518
|
csatStatus: string | null;
|
299379
299519
|
cxlog: {
|
299380
299520
|
id: string;
|
@@ -301803,6 +301943,7 @@ export declare const workflowContract: {
|
|
301803
301943
|
}>;
|
301804
301944
|
lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
301805
301945
|
isBotRoom: import("zod").ZodBoolean;
|
301946
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
301806
301947
|
csatStatus: import("zod").ZodNullable<import("zod").ZodString>;
|
301807
301948
|
cxlog: import("zod").ZodObject<{
|
301808
301949
|
id: import("zod").ZodString;
|
@@ -302704,6 +302845,7 @@ export declare const workflowContract: {
|
|
302704
302845
|
};
|
302705
302846
|
lastMessageAt: Date | null;
|
302706
302847
|
isBotRoom: boolean;
|
302848
|
+
isAiAgentRoom: boolean;
|
302707
302849
|
csatStatus: string | null;
|
302708
302850
|
cxlog: {
|
302709
302851
|
id: string;
|
@@ -303142,6 +303284,7 @@ export declare const workflowContract: {
|
|
303142
303284
|
};
|
303143
303285
|
lastMessageAt: Date | null;
|
303144
303286
|
isBotRoom: boolean;
|
303287
|
+
isAiAgentRoom: boolean;
|
303145
303288
|
csatStatus: string | null;
|
303146
303289
|
cxlog: {
|
303147
303290
|
id: string;
|
@@ -303582,6 +303725,7 @@ export declare const workflowContract: {
|
|
303582
303725
|
};
|
303583
303726
|
lastMessageAt: Date | null;
|
303584
303727
|
isBotRoom: boolean;
|
303728
|
+
isAiAgentRoom: boolean;
|
303585
303729
|
csatStatus: string | null;
|
303586
303730
|
cxlog: {
|
303587
303731
|
id: string;
|
@@ -304023,6 +304167,7 @@ export declare const workflowContract: {
|
|
304023
304167
|
};
|
304024
304168
|
lastMessageAt: Date | null;
|
304025
304169
|
isBotRoom: boolean;
|
304170
|
+
isAiAgentRoom: boolean;
|
304026
304171
|
csatStatus: string | null;
|
304027
304172
|
cxlog: {
|
304028
304173
|
id: string;
|