@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.
- package/dist/api-contracts/src/chat/index.d.ts +121 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +26 -1
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +16 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +160 -7
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +16 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +16 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +16 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +16 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +16 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +16 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +16 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +16 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +32 -7
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +1 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +8 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -91691,6 +91691,7 @@ export declare const platformContract: {
|
|
91691
91691
|
firstResponseTime: import("zod").ZodNumber;
|
91692
91692
|
isLatest: import("zod").ZodBoolean;
|
91693
91693
|
isBotRoom: import("zod").ZodBoolean;
|
91694
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
91694
91695
|
metadata: import("zod").ZodAny;
|
91695
91696
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
91696
91697
|
platformContact: import("zod").ZodObject<{
|
@@ -94626,6 +94627,7 @@ export declare const platformContract: {
|
|
94626
94627
|
};
|
94627
94628
|
lastMessageAt: Date | null;
|
94628
94629
|
isBotRoom: boolean;
|
94630
|
+
isAiAgentRoom: boolean;
|
94629
94631
|
csatStatus: string | null;
|
94630
94632
|
cxlog: {
|
94631
94633
|
id: string;
|
@@ -95063,6 +95065,7 @@ export declare const platformContract: {
|
|
95063
95065
|
};
|
95064
95066
|
lastMessageAt: Date | null;
|
95065
95067
|
isBotRoom: boolean;
|
95068
|
+
isAiAgentRoom: boolean;
|
95066
95069
|
csatStatus: string | null;
|
95067
95070
|
cxlog: {
|
95068
95071
|
id: string;
|
@@ -96428,6 +96431,7 @@ export declare const platformContract: {
|
|
96428
96431
|
firstResponseTime: import("zod").ZodNumber;
|
96429
96432
|
isLatest: import("zod").ZodBoolean;
|
96430
96433
|
isBotRoom: import("zod").ZodBoolean;
|
96434
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
96431
96435
|
metadata: import("zod").ZodAny;
|
96432
96436
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
96433
96437
|
platformContact: import("zod").ZodObject<{
|
@@ -99363,6 +99367,7 @@ export declare const platformContract: {
|
|
99363
99367
|
};
|
99364
99368
|
lastMessageAt: Date | null;
|
99365
99369
|
isBotRoom: boolean;
|
99370
|
+
isAiAgentRoom: boolean;
|
99366
99371
|
csatStatus: string | null;
|
99367
99372
|
cxlog: {
|
99368
99373
|
id: string;
|
@@ -99800,6 +99805,7 @@ export declare const platformContract: {
|
|
99800
99805
|
};
|
99801
99806
|
lastMessageAt: Date | null;
|
99802
99807
|
isBotRoom: boolean;
|
99808
|
+
isAiAgentRoom: boolean;
|
99803
99809
|
csatStatus: string | null;
|
99804
99810
|
cxlog: {
|
99805
99811
|
id: string;
|
@@ -102010,6 +102016,7 @@ export declare const platformContract: {
|
|
102010
102016
|
};
|
102011
102017
|
lastMessageAt: Date | null;
|
102012
102018
|
isBotRoom: boolean;
|
102019
|
+
isAiAgentRoom: boolean;
|
102013
102020
|
csatStatus: string | null;
|
102014
102021
|
cxlog: {
|
102015
102022
|
id: string;
|
@@ -102784,6 +102791,7 @@ export declare const platformContract: {
|
|
102784
102791
|
};
|
102785
102792
|
lastMessageAt: Date | null;
|
102786
102793
|
isBotRoom: boolean;
|
102794
|
+
isAiAgentRoom: boolean;
|
102787
102795
|
csatStatus: string | null;
|
102788
102796
|
cxlog: {
|
102789
102797
|
id: string;
|
@@ -103559,6 +103567,7 @@ export declare const platformContract: {
|
|
103559
103567
|
};
|
103560
103568
|
lastMessageAt: Date | null;
|
103561
103569
|
isBotRoom: boolean;
|
103570
|
+
isAiAgentRoom: boolean;
|
103562
103571
|
csatStatus: string | null;
|
103563
103572
|
cxlog: {
|
103564
103573
|
id: string;
|
@@ -104333,6 +104342,7 @@ export declare const platformContract: {
|
|
104333
104342
|
};
|
104334
104343
|
lastMessageAt: Date | null;
|
104335
104344
|
isBotRoom: boolean;
|
104345
|
+
isAiAgentRoom: boolean;
|
104336
104346
|
csatStatus: string | null;
|
104337
104347
|
cxlog: {
|
104338
104348
|
id: string;
|
@@ -105108,6 +105118,7 @@ export declare const platformContract: {
|
|
105108
105118
|
};
|
105109
105119
|
lastMessageAt: Date | null;
|
105110
105120
|
isBotRoom: boolean;
|
105121
|
+
isAiAgentRoom: boolean;
|
105111
105122
|
csatStatus: string | null;
|
105112
105123
|
cxlog: {
|
105113
105124
|
id: string;
|
@@ -105882,6 +105893,7 @@ export declare const platformContract: {
|
|
105882
105893
|
};
|
105883
105894
|
lastMessageAt: Date | null;
|
105884
105895
|
isBotRoom: boolean;
|
105896
|
+
isAiAgentRoom: boolean;
|
105885
105897
|
csatStatus: string | null;
|
105886
105898
|
cxlog: {
|
105887
105899
|
id: string;
|
@@ -106659,6 +106671,7 @@ export declare const platformContract: {
|
|
106659
106671
|
};
|
106660
106672
|
lastMessageAt: Date | null;
|
106661
106673
|
isBotRoom: boolean;
|
106674
|
+
isAiAgentRoom: boolean;
|
106662
106675
|
csatStatus: string | null;
|
106663
106676
|
cxlog: {
|
106664
106677
|
id: string;
|
@@ -107433,6 +107446,7 @@ export declare const platformContract: {
|
|
107433
107446
|
};
|
107434
107447
|
lastMessageAt: Date | null;
|
107435
107448
|
isBotRoom: boolean;
|
107449
|
+
isAiAgentRoom: boolean;
|
107436
107450
|
csatStatus: string | null;
|
107437
107451
|
cxlog: {
|
107438
107452
|
id: string;
|
@@ -108211,6 +108225,7 @@ export declare const platformContract: {
|
|
108211
108225
|
};
|
108212
108226
|
lastMessageAt: Date | null;
|
108213
108227
|
isBotRoom: boolean;
|
108228
|
+
isAiAgentRoom: boolean;
|
108214
108229
|
csatStatus: string | null;
|
108215
108230
|
cxlog: {
|
108216
108231
|
id: string;
|
@@ -108985,6 +109000,7 @@ export declare const platformContract: {
|
|
108985
109000
|
};
|
108986
109001
|
lastMessageAt: Date | null;
|
108987
109002
|
isBotRoom: boolean;
|
109003
|
+
isAiAgentRoom: boolean;
|
108988
109004
|
csatStatus: string | null;
|
108989
109005
|
cxlog: {
|
108990
109006
|
id: string;
|
@@ -113446,6 +113462,7 @@ export declare const platformLineContract: {
|
|
113446
113462
|
firstResponseTime: import("zod").ZodNumber;
|
113447
113463
|
isLatest: import("zod").ZodBoolean;
|
113448
113464
|
isBotRoom: import("zod").ZodBoolean;
|
113465
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
113449
113466
|
metadata: import("zod").ZodAny;
|
113450
113467
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
113451
113468
|
platformContact: import("zod").ZodObject<{
|
@@ -116381,6 +116398,7 @@ export declare const platformLineContract: {
|
|
116381
116398
|
};
|
116382
116399
|
lastMessageAt: Date | null;
|
116383
116400
|
isBotRoom: boolean;
|
116401
|
+
isAiAgentRoom: boolean;
|
116384
116402
|
csatStatus: string | null;
|
116385
116403
|
cxlog: {
|
116386
116404
|
id: string;
|
@@ -116818,6 +116836,7 @@ export declare const platformLineContract: {
|
|
116818
116836
|
};
|
116819
116837
|
lastMessageAt: Date | null;
|
116820
116838
|
isBotRoom: boolean;
|
116839
|
+
isAiAgentRoom: boolean;
|
116821
116840
|
csatStatus: string | null;
|
116822
116841
|
cxlog: {
|
116823
116842
|
id: string;
|
@@ -118183,6 +118202,7 @@ export declare const platformLineContract: {
|
|
118183
118202
|
firstResponseTime: import("zod").ZodNumber;
|
118184
118203
|
isLatest: import("zod").ZodBoolean;
|
118185
118204
|
isBotRoom: import("zod").ZodBoolean;
|
118205
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
118186
118206
|
metadata: import("zod").ZodAny;
|
118187
118207
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
118188
118208
|
platformContact: import("zod").ZodObject<{
|
@@ -121118,6 +121138,7 @@ export declare const platformLineContract: {
|
|
121118
121138
|
};
|
121119
121139
|
lastMessageAt: Date | null;
|
121120
121140
|
isBotRoom: boolean;
|
121141
|
+
isAiAgentRoom: boolean;
|
121121
121142
|
csatStatus: string | null;
|
121122
121143
|
cxlog: {
|
121123
121144
|
id: string;
|
@@ -121555,6 +121576,7 @@ export declare const platformLineContract: {
|
|
121555
121576
|
};
|
121556
121577
|
lastMessageAt: Date | null;
|
121557
121578
|
isBotRoom: boolean;
|
121579
|
+
isAiAgentRoom: boolean;
|
121558
121580
|
csatStatus: string | null;
|
121559
121581
|
cxlog: {
|
121560
121582
|
id: string;
|
@@ -123765,6 +123787,7 @@ export declare const platformLineContract: {
|
|
123765
123787
|
};
|
123766
123788
|
lastMessageAt: Date | null;
|
123767
123789
|
isBotRoom: boolean;
|
123790
|
+
isAiAgentRoom: boolean;
|
123768
123791
|
csatStatus: string | null;
|
123769
123792
|
cxlog: {
|
123770
123793
|
id: string;
|
@@ -124539,6 +124562,7 @@ export declare const platformLineContract: {
|
|
124539
124562
|
};
|
124540
124563
|
lastMessageAt: Date | null;
|
124541
124564
|
isBotRoom: boolean;
|
124565
|
+
isAiAgentRoom: boolean;
|
124542
124566
|
csatStatus: string | null;
|
124543
124567
|
cxlog: {
|
124544
124568
|
id: string;
|
@@ -125314,6 +125338,7 @@ export declare const platformLineContract: {
|
|
125314
125338
|
};
|
125315
125339
|
lastMessageAt: Date | null;
|
125316
125340
|
isBotRoom: boolean;
|
125341
|
+
isAiAgentRoom: boolean;
|
125317
125342
|
csatStatus: string | null;
|
125318
125343
|
cxlog: {
|
125319
125344
|
id: string;
|
@@ -126088,6 +126113,7 @@ export declare const platformLineContract: {
|
|
126088
126113
|
};
|
126089
126114
|
lastMessageAt: Date | null;
|
126090
126115
|
isBotRoom: boolean;
|
126116
|
+
isAiAgentRoom: boolean;
|
126091
126117
|
csatStatus: string | null;
|
126092
126118
|
cxlog: {
|
126093
126119
|
id: string;
|
@@ -126863,6 +126889,7 @@ export declare const platformLineContract: {
|
|
126863
126889
|
};
|
126864
126890
|
lastMessageAt: Date | null;
|
126865
126891
|
isBotRoom: boolean;
|
126892
|
+
isAiAgentRoom: boolean;
|
126866
126893
|
csatStatus: string | null;
|
126867
126894
|
cxlog: {
|
126868
126895
|
id: string;
|
@@ -127637,6 +127664,7 @@ export declare const platformLineContract: {
|
|
127637
127664
|
};
|
127638
127665
|
lastMessageAt: Date | null;
|
127639
127666
|
isBotRoom: boolean;
|
127667
|
+
isAiAgentRoom: boolean;
|
127640
127668
|
csatStatus: string | null;
|
127641
127669
|
cxlog: {
|
127642
127670
|
id: string;
|
@@ -128414,6 +128442,7 @@ export declare const platformLineContract: {
|
|
128414
128442
|
};
|
128415
128443
|
lastMessageAt: Date | null;
|
128416
128444
|
isBotRoom: boolean;
|
128445
|
+
isAiAgentRoom: boolean;
|
128417
128446
|
csatStatus: string | null;
|
128418
128447
|
cxlog: {
|
128419
128448
|
id: string;
|
@@ -129188,6 +129217,7 @@ export declare const platformLineContract: {
|
|
129188
129217
|
};
|
129189
129218
|
lastMessageAt: Date | null;
|
129190
129219
|
isBotRoom: boolean;
|
129220
|
+
isAiAgentRoom: boolean;
|
129191
129221
|
csatStatus: string | null;
|
129192
129222
|
cxlog: {
|
129193
129223
|
id: string;
|
@@ -129966,6 +129996,7 @@ export declare const platformLineContract: {
|
|
129966
129996
|
};
|
129967
129997
|
lastMessageAt: Date | null;
|
129968
129998
|
isBotRoom: boolean;
|
129999
|
+
isAiAgentRoom: boolean;
|
129969
130000
|
csatStatus: string | null;
|
129970
130001
|
cxlog: {
|
129971
130002
|
id: string;
|
@@ -130740,6 +130771,7 @@ export declare const platformLineContract: {
|
|
130740
130771
|
};
|
130741
130772
|
lastMessageAt: Date | null;
|
130742
130773
|
isBotRoom: boolean;
|
130774
|
+
isAiAgentRoom: boolean;
|
130743
130775
|
csatStatus: string | null;
|
130744
130776
|
cxlog: {
|
130745
130777
|
id: string;
|
@@ -135434,6 +135466,7 @@ export declare const platformTelegramContract: {
|
|
135434
135466
|
firstResponseTime: import("zod").ZodNumber;
|
135435
135467
|
isLatest: import("zod").ZodBoolean;
|
135436
135468
|
isBotRoom: import("zod").ZodBoolean;
|
135469
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
135437
135470
|
metadata: import("zod").ZodAny;
|
135438
135471
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
135439
135472
|
platformContact: import("zod").ZodObject<{
|
@@ -138369,6 +138402,7 @@ export declare const platformTelegramContract: {
|
|
138369
138402
|
};
|
138370
138403
|
lastMessageAt: Date | null;
|
138371
138404
|
isBotRoom: boolean;
|
138405
|
+
isAiAgentRoom: boolean;
|
138372
138406
|
csatStatus: string | null;
|
138373
138407
|
cxlog: {
|
138374
138408
|
id: string;
|
@@ -138806,6 +138840,7 @@ export declare const platformTelegramContract: {
|
|
138806
138840
|
};
|
138807
138841
|
lastMessageAt: Date | null;
|
138808
138842
|
isBotRoom: boolean;
|
138843
|
+
isAiAgentRoom: boolean;
|
138809
138844
|
csatStatus: string | null;
|
138810
138845
|
cxlog: {
|
138811
138846
|
id: string;
|
@@ -140171,6 +140206,7 @@ export declare const platformTelegramContract: {
|
|
140171
140206
|
firstResponseTime: import("zod").ZodNumber;
|
140172
140207
|
isLatest: import("zod").ZodBoolean;
|
140173
140208
|
isBotRoom: import("zod").ZodBoolean;
|
140209
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
140174
140210
|
metadata: import("zod").ZodAny;
|
140175
140211
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
140176
140212
|
platformContact: import("zod").ZodObject<{
|
@@ -143106,6 +143142,7 @@ export declare const platformTelegramContract: {
|
|
143106
143142
|
};
|
143107
143143
|
lastMessageAt: Date | null;
|
143108
143144
|
isBotRoom: boolean;
|
143145
|
+
isAiAgentRoom: boolean;
|
143109
143146
|
csatStatus: string | null;
|
143110
143147
|
cxlog: {
|
143111
143148
|
id: string;
|
@@ -143543,6 +143580,7 @@ export declare const platformTelegramContract: {
|
|
143543
143580
|
};
|
143544
143581
|
lastMessageAt: Date | null;
|
143545
143582
|
isBotRoom: boolean;
|
143583
|
+
isAiAgentRoom: boolean;
|
143546
143584
|
csatStatus: string | null;
|
143547
143585
|
cxlog: {
|
143548
143586
|
id: string;
|
@@ -145753,6 +145791,7 @@ export declare const platformTelegramContract: {
|
|
145753
145791
|
};
|
145754
145792
|
lastMessageAt: Date | null;
|
145755
145793
|
isBotRoom: boolean;
|
145794
|
+
isAiAgentRoom: boolean;
|
145756
145795
|
csatStatus: string | null;
|
145757
145796
|
cxlog: {
|
145758
145797
|
id: string;
|
@@ -146527,6 +146566,7 @@ export declare const platformTelegramContract: {
|
|
146527
146566
|
};
|
146528
146567
|
lastMessageAt: Date | null;
|
146529
146568
|
isBotRoom: boolean;
|
146569
|
+
isAiAgentRoom: boolean;
|
146530
146570
|
csatStatus: string | null;
|
146531
146571
|
cxlog: {
|
146532
146572
|
id: string;
|
@@ -147302,6 +147342,7 @@ export declare const platformTelegramContract: {
|
|
147302
147342
|
};
|
147303
147343
|
lastMessageAt: Date | null;
|
147304
147344
|
isBotRoom: boolean;
|
147345
|
+
isAiAgentRoom: boolean;
|
147305
147346
|
csatStatus: string | null;
|
147306
147347
|
cxlog: {
|
147307
147348
|
id: string;
|
@@ -148076,6 +148117,7 @@ export declare const platformTelegramContract: {
|
|
148076
148117
|
};
|
148077
148118
|
lastMessageAt: Date | null;
|
148078
148119
|
isBotRoom: boolean;
|
148120
|
+
isAiAgentRoom: boolean;
|
148079
148121
|
csatStatus: string | null;
|
148080
148122
|
cxlog: {
|
148081
148123
|
id: string;
|
@@ -148851,6 +148893,7 @@ export declare const platformTelegramContract: {
|
|
148851
148893
|
};
|
148852
148894
|
lastMessageAt: Date | null;
|
148853
148895
|
isBotRoom: boolean;
|
148896
|
+
isAiAgentRoom: boolean;
|
148854
148897
|
csatStatus: string | null;
|
148855
148898
|
cxlog: {
|
148856
148899
|
id: string;
|
@@ -149625,6 +149668,7 @@ export declare const platformTelegramContract: {
|
|
149625
149668
|
};
|
149626
149669
|
lastMessageAt: Date | null;
|
149627
149670
|
isBotRoom: boolean;
|
149671
|
+
isAiAgentRoom: boolean;
|
149628
149672
|
csatStatus: string | null;
|
149629
149673
|
cxlog: {
|
149630
149674
|
id: string;
|
@@ -150402,6 +150446,7 @@ export declare const platformTelegramContract: {
|
|
150402
150446
|
};
|
150403
150447
|
lastMessageAt: Date | null;
|
150404
150448
|
isBotRoom: boolean;
|
150449
|
+
isAiAgentRoom: boolean;
|
150405
150450
|
csatStatus: string | null;
|
150406
150451
|
cxlog: {
|
150407
150452
|
id: string;
|
@@ -151176,6 +151221,7 @@ export declare const platformTelegramContract: {
|
|
151176
151221
|
};
|
151177
151222
|
lastMessageAt: Date | null;
|
151178
151223
|
isBotRoom: boolean;
|
151224
|
+
isAiAgentRoom: boolean;
|
151179
151225
|
csatStatus: string | null;
|
151180
151226
|
cxlog: {
|
151181
151227
|
id: string;
|
@@ -151954,6 +152000,7 @@ export declare const platformTelegramContract: {
|
|
151954
152000
|
};
|
151955
152001
|
lastMessageAt: Date | null;
|
151956
152002
|
isBotRoom: boolean;
|
152003
|
+
isAiAgentRoom: boolean;
|
151957
152004
|
csatStatus: string | null;
|
151958
152005
|
cxlog: {
|
151959
152006
|
id: string;
|
@@ -152728,6 +152775,7 @@ export declare const platformTelegramContract: {
|
|
152728
152775
|
};
|
152729
152776
|
lastMessageAt: Date | null;
|
152730
152777
|
isBotRoom: boolean;
|
152778
|
+
isAiAgentRoom: boolean;
|
152731
152779
|
csatStatus: string | null;
|
152732
152780
|
cxlog: {
|
152733
152781
|
id: string;
|
@@ -155419,6 +155467,7 @@ export declare const platformMessengerContract: {
|
|
155419
155467
|
firstResponseTime: import("zod").ZodNumber;
|
155420
155468
|
isLatest: import("zod").ZodBoolean;
|
155421
155469
|
isBotRoom: import("zod").ZodBoolean;
|
155470
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
155422
155471
|
metadata: import("zod").ZodAny;
|
155423
155472
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
155424
155473
|
platformContact: import("zod").ZodObject<{
|
@@ -158354,6 +158403,7 @@ export declare const platformMessengerContract: {
|
|
158354
158403
|
};
|
158355
158404
|
lastMessageAt: Date | null;
|
158356
158405
|
isBotRoom: boolean;
|
158406
|
+
isAiAgentRoom: boolean;
|
158357
158407
|
csatStatus: string | null;
|
158358
158408
|
cxlog: {
|
158359
158409
|
id: string;
|
@@ -158791,6 +158841,7 @@ export declare const platformMessengerContract: {
|
|
158791
158841
|
};
|
158792
158842
|
lastMessageAt: Date | null;
|
158793
158843
|
isBotRoom: boolean;
|
158844
|
+
isAiAgentRoom: boolean;
|
158794
158845
|
csatStatus: string | null;
|
158795
158846
|
cxlog: {
|
158796
158847
|
id: string;
|
@@ -160156,6 +160207,7 @@ export declare const platformMessengerContract: {
|
|
160156
160207
|
firstResponseTime: import("zod").ZodNumber;
|
160157
160208
|
isLatest: import("zod").ZodBoolean;
|
160158
160209
|
isBotRoom: import("zod").ZodBoolean;
|
160210
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
160159
160211
|
metadata: import("zod").ZodAny;
|
160160
160212
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
160161
160213
|
platformContact: import("zod").ZodObject<{
|
@@ -163091,6 +163143,7 @@ export declare const platformMessengerContract: {
|
|
163091
163143
|
};
|
163092
163144
|
lastMessageAt: Date | null;
|
163093
163145
|
isBotRoom: boolean;
|
163146
|
+
isAiAgentRoom: boolean;
|
163094
163147
|
csatStatus: string | null;
|
163095
163148
|
cxlog: {
|
163096
163149
|
id: string;
|
@@ -163528,6 +163581,7 @@ export declare const platformMessengerContract: {
|
|
163528
163581
|
};
|
163529
163582
|
lastMessageAt: Date | null;
|
163530
163583
|
isBotRoom: boolean;
|
163584
|
+
isAiAgentRoom: boolean;
|
163531
163585
|
csatStatus: string | null;
|
163532
163586
|
cxlog: {
|
163533
163587
|
id: string;
|
@@ -165738,6 +165792,7 @@ export declare const platformMessengerContract: {
|
|
165738
165792
|
};
|
165739
165793
|
lastMessageAt: Date | null;
|
165740
165794
|
isBotRoom: boolean;
|
165795
|
+
isAiAgentRoom: boolean;
|
165741
165796
|
csatStatus: string | null;
|
165742
165797
|
cxlog: {
|
165743
165798
|
id: string;
|
@@ -166512,6 +166567,7 @@ export declare const platformMessengerContract: {
|
|
166512
166567
|
};
|
166513
166568
|
lastMessageAt: Date | null;
|
166514
166569
|
isBotRoom: boolean;
|
166570
|
+
isAiAgentRoom: boolean;
|
166515
166571
|
csatStatus: string | null;
|
166516
166572
|
cxlog: {
|
166517
166573
|
id: string;
|
@@ -167287,6 +167343,7 @@ export declare const platformMessengerContract: {
|
|
167287
167343
|
};
|
167288
167344
|
lastMessageAt: Date | null;
|
167289
167345
|
isBotRoom: boolean;
|
167346
|
+
isAiAgentRoom: boolean;
|
167290
167347
|
csatStatus: string | null;
|
167291
167348
|
cxlog: {
|
167292
167349
|
id: string;
|
@@ -168061,6 +168118,7 @@ export declare const platformMessengerContract: {
|
|
168061
168118
|
};
|
168062
168119
|
lastMessageAt: Date | null;
|
168063
168120
|
isBotRoom: boolean;
|
168121
|
+
isAiAgentRoom: boolean;
|
168064
168122
|
csatStatus: string | null;
|
168065
168123
|
cxlog: {
|
168066
168124
|
id: string;
|
@@ -168836,6 +168894,7 @@ export declare const platformMessengerContract: {
|
|
168836
168894
|
};
|
168837
168895
|
lastMessageAt: Date | null;
|
168838
168896
|
isBotRoom: boolean;
|
168897
|
+
isAiAgentRoom: boolean;
|
168839
168898
|
csatStatus: string | null;
|
168840
168899
|
cxlog: {
|
168841
168900
|
id: string;
|
@@ -169610,6 +169669,7 @@ export declare const platformMessengerContract: {
|
|
169610
169669
|
};
|
169611
169670
|
lastMessageAt: Date | null;
|
169612
169671
|
isBotRoom: boolean;
|
169672
|
+
isAiAgentRoom: boolean;
|
169613
169673
|
csatStatus: string | null;
|
169614
169674
|
cxlog: {
|
169615
169675
|
id: string;
|
@@ -170387,6 +170447,7 @@ export declare const platformMessengerContract: {
|
|
170387
170447
|
};
|
170388
170448
|
lastMessageAt: Date | null;
|
170389
170449
|
isBotRoom: boolean;
|
170450
|
+
isAiAgentRoom: boolean;
|
170390
170451
|
csatStatus: string | null;
|
170391
170452
|
cxlog: {
|
170392
170453
|
id: string;
|
@@ -171161,6 +171222,7 @@ export declare const platformMessengerContract: {
|
|
171161
171222
|
};
|
171162
171223
|
lastMessageAt: Date | null;
|
171163
171224
|
isBotRoom: boolean;
|
171225
|
+
isAiAgentRoom: boolean;
|
171164
171226
|
csatStatus: string | null;
|
171165
171227
|
cxlog: {
|
171166
171228
|
id: string;
|
@@ -171939,6 +172001,7 @@ export declare const platformMessengerContract: {
|
|
171939
172001
|
};
|
171940
172002
|
lastMessageAt: Date | null;
|
171941
172003
|
isBotRoom: boolean;
|
172004
|
+
isAiAgentRoom: boolean;
|
171942
172005
|
csatStatus: string | null;
|
171943
172006
|
cxlog: {
|
171944
172007
|
id: string;
|
@@ -172713,6 +172776,7 @@ export declare const platformMessengerContract: {
|
|
172713
172776
|
};
|
172714
172777
|
lastMessageAt: Date | null;
|
172715
172778
|
isBotRoom: boolean;
|
172779
|
+
isAiAgentRoom: boolean;
|
172716
172780
|
csatStatus: string | null;
|
172717
172781
|
cxlog: {
|
172718
172782
|
id: string;
|
@@ -177762,6 +177826,7 @@ export declare const platformInstagramContract: {
|
|
177762
177826
|
firstResponseTime: import("zod").ZodNumber;
|
177763
177827
|
isLatest: import("zod").ZodBoolean;
|
177764
177828
|
isBotRoom: import("zod").ZodBoolean;
|
177829
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
177765
177830
|
metadata: import("zod").ZodAny;
|
177766
177831
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
177767
177832
|
platformContact: import("zod").ZodObject<{
|
@@ -180697,6 +180762,7 @@ export declare const platformInstagramContract: {
|
|
180697
180762
|
};
|
180698
180763
|
lastMessageAt: Date | null;
|
180699
180764
|
isBotRoom: boolean;
|
180765
|
+
isAiAgentRoom: boolean;
|
180700
180766
|
csatStatus: string | null;
|
180701
180767
|
cxlog: {
|
180702
180768
|
id: string;
|
@@ -181134,6 +181200,7 @@ export declare const platformInstagramContract: {
|
|
181134
181200
|
};
|
181135
181201
|
lastMessageAt: Date | null;
|
181136
181202
|
isBotRoom: boolean;
|
181203
|
+
isAiAgentRoom: boolean;
|
181137
181204
|
csatStatus: string | null;
|
181138
181205
|
cxlog: {
|
181139
181206
|
id: string;
|
@@ -182499,6 +182566,7 @@ export declare const platformInstagramContract: {
|
|
182499
182566
|
firstResponseTime: import("zod").ZodNumber;
|
182500
182567
|
isLatest: import("zod").ZodBoolean;
|
182501
182568
|
isBotRoom: import("zod").ZodBoolean;
|
182569
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
182502
182570
|
metadata: import("zod").ZodAny;
|
182503
182571
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
182504
182572
|
platformContact: import("zod").ZodObject<{
|
@@ -185434,6 +185502,7 @@ export declare const platformInstagramContract: {
|
|
185434
185502
|
};
|
185435
185503
|
lastMessageAt: Date | null;
|
185436
185504
|
isBotRoom: boolean;
|
185505
|
+
isAiAgentRoom: boolean;
|
185437
185506
|
csatStatus: string | null;
|
185438
185507
|
cxlog: {
|
185439
185508
|
id: string;
|
@@ -185871,6 +185940,7 @@ export declare const platformInstagramContract: {
|
|
185871
185940
|
};
|
185872
185941
|
lastMessageAt: Date | null;
|
185873
185942
|
isBotRoom: boolean;
|
185943
|
+
isAiAgentRoom: boolean;
|
185874
185944
|
csatStatus: string | null;
|
185875
185945
|
cxlog: {
|
185876
185946
|
id: string;
|
@@ -188081,6 +188151,7 @@ export declare const platformInstagramContract: {
|
|
188081
188151
|
};
|
188082
188152
|
lastMessageAt: Date | null;
|
188083
188153
|
isBotRoom: boolean;
|
188154
|
+
isAiAgentRoom: boolean;
|
188084
188155
|
csatStatus: string | null;
|
188085
188156
|
cxlog: {
|
188086
188157
|
id: string;
|
@@ -188855,6 +188926,7 @@ export declare const platformInstagramContract: {
|
|
188855
188926
|
};
|
188856
188927
|
lastMessageAt: Date | null;
|
188857
188928
|
isBotRoom: boolean;
|
188929
|
+
isAiAgentRoom: boolean;
|
188858
188930
|
csatStatus: string | null;
|
188859
188931
|
cxlog: {
|
188860
188932
|
id: string;
|
@@ -189630,6 +189702,7 @@ export declare const platformInstagramContract: {
|
|
189630
189702
|
};
|
189631
189703
|
lastMessageAt: Date | null;
|
189632
189704
|
isBotRoom: boolean;
|
189705
|
+
isAiAgentRoom: boolean;
|
189633
189706
|
csatStatus: string | null;
|
189634
189707
|
cxlog: {
|
189635
189708
|
id: string;
|
@@ -190404,6 +190477,7 @@ export declare const platformInstagramContract: {
|
|
190404
190477
|
};
|
190405
190478
|
lastMessageAt: Date | null;
|
190406
190479
|
isBotRoom: boolean;
|
190480
|
+
isAiAgentRoom: boolean;
|
190407
190481
|
csatStatus: string | null;
|
190408
190482
|
cxlog: {
|
190409
190483
|
id: string;
|
@@ -191179,6 +191253,7 @@ export declare const platformInstagramContract: {
|
|
191179
191253
|
};
|
191180
191254
|
lastMessageAt: Date | null;
|
191181
191255
|
isBotRoom: boolean;
|
191256
|
+
isAiAgentRoom: boolean;
|
191182
191257
|
csatStatus: string | null;
|
191183
191258
|
cxlog: {
|
191184
191259
|
id: string;
|
@@ -191953,6 +192028,7 @@ export declare const platformInstagramContract: {
|
|
191953
192028
|
};
|
191954
192029
|
lastMessageAt: Date | null;
|
191955
192030
|
isBotRoom: boolean;
|
192031
|
+
isAiAgentRoom: boolean;
|
191956
192032
|
csatStatus: string | null;
|
191957
192033
|
cxlog: {
|
191958
192034
|
id: string;
|
@@ -192730,6 +192806,7 @@ export declare const platformInstagramContract: {
|
|
192730
192806
|
};
|
192731
192807
|
lastMessageAt: Date | null;
|
192732
192808
|
isBotRoom: boolean;
|
192809
|
+
isAiAgentRoom: boolean;
|
192733
192810
|
csatStatus: string | null;
|
192734
192811
|
cxlog: {
|
192735
192812
|
id: string;
|
@@ -193504,6 +193581,7 @@ export declare const platformInstagramContract: {
|
|
193504
193581
|
};
|
193505
193582
|
lastMessageAt: Date | null;
|
193506
193583
|
isBotRoom: boolean;
|
193584
|
+
isAiAgentRoom: boolean;
|
193507
193585
|
csatStatus: string | null;
|
193508
193586
|
cxlog: {
|
193509
193587
|
id: string;
|
@@ -194282,6 +194360,7 @@ export declare const platformInstagramContract: {
|
|
194282
194360
|
};
|
194283
194361
|
lastMessageAt: Date | null;
|
194284
194362
|
isBotRoom: boolean;
|
194363
|
+
isAiAgentRoom: boolean;
|
194285
194364
|
csatStatus: string | null;
|
194286
194365
|
cxlog: {
|
194287
194366
|
id: string;
|
@@ -195056,6 +195135,7 @@ export declare const platformInstagramContract: {
|
|
195056
195135
|
};
|
195057
195136
|
lastMessageAt: Date | null;
|
195058
195137
|
isBotRoom: boolean;
|
195138
|
+
isAiAgentRoom: boolean;
|
195059
195139
|
csatStatus: string | null;
|
195060
195140
|
cxlog: {
|
195061
195141
|
id: string;
|
@@ -204796,6 +204876,7 @@ export declare const platformWhatsappContract: {
|
|
204796
204876
|
firstResponseTime: import("zod").ZodNumber;
|
204797
204877
|
isLatest: import("zod").ZodBoolean;
|
204798
204878
|
isBotRoom: import("zod").ZodBoolean;
|
204879
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
204799
204880
|
metadata: import("zod").ZodAny;
|
204800
204881
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
204801
204882
|
platformContact: import("zod").ZodObject<{
|
@@ -207731,6 +207812,7 @@ export declare const platformWhatsappContract: {
|
|
207731
207812
|
};
|
207732
207813
|
lastMessageAt: Date | null;
|
207733
207814
|
isBotRoom: boolean;
|
207815
|
+
isAiAgentRoom: boolean;
|
207734
207816
|
csatStatus: string | null;
|
207735
207817
|
cxlog: {
|
207736
207818
|
id: string;
|
@@ -208168,6 +208250,7 @@ export declare const platformWhatsappContract: {
|
|
208168
208250
|
};
|
208169
208251
|
lastMessageAt: Date | null;
|
208170
208252
|
isBotRoom: boolean;
|
208253
|
+
isAiAgentRoom: boolean;
|
208171
208254
|
csatStatus: string | null;
|
208172
208255
|
cxlog: {
|
208173
208256
|
id: string;
|
@@ -209533,6 +209616,7 @@ export declare const platformWhatsappContract: {
|
|
209533
209616
|
firstResponseTime: import("zod").ZodNumber;
|
209534
209617
|
isLatest: import("zod").ZodBoolean;
|
209535
209618
|
isBotRoom: import("zod").ZodBoolean;
|
209619
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
209536
209620
|
metadata: import("zod").ZodAny;
|
209537
209621
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
209538
209622
|
platformContact: import("zod").ZodObject<{
|
@@ -212468,6 +212552,7 @@ export declare const platformWhatsappContract: {
|
|
212468
212552
|
};
|
212469
212553
|
lastMessageAt: Date | null;
|
212470
212554
|
isBotRoom: boolean;
|
212555
|
+
isAiAgentRoom: boolean;
|
212471
212556
|
csatStatus: string | null;
|
212472
212557
|
cxlog: {
|
212473
212558
|
id: string;
|
@@ -212905,6 +212990,7 @@ export declare const platformWhatsappContract: {
|
|
212905
212990
|
};
|
212906
212991
|
lastMessageAt: Date | null;
|
212907
212992
|
isBotRoom: boolean;
|
212993
|
+
isAiAgentRoom: boolean;
|
212908
212994
|
csatStatus: string | null;
|
212909
212995
|
cxlog: {
|
212910
212996
|
id: string;
|
@@ -215115,6 +215201,7 @@ export declare const platformWhatsappContract: {
|
|
215115
215201
|
};
|
215116
215202
|
lastMessageAt: Date | null;
|
215117
215203
|
isBotRoom: boolean;
|
215204
|
+
isAiAgentRoom: boolean;
|
215118
215205
|
csatStatus: string | null;
|
215119
215206
|
cxlog: {
|
215120
215207
|
id: string;
|
@@ -215889,6 +215976,7 @@ export declare const platformWhatsappContract: {
|
|
215889
215976
|
};
|
215890
215977
|
lastMessageAt: Date | null;
|
215891
215978
|
isBotRoom: boolean;
|
215979
|
+
isAiAgentRoom: boolean;
|
215892
215980
|
csatStatus: string | null;
|
215893
215981
|
cxlog: {
|
215894
215982
|
id: string;
|
@@ -216664,6 +216752,7 @@ export declare const platformWhatsappContract: {
|
|
216664
216752
|
};
|
216665
216753
|
lastMessageAt: Date | null;
|
216666
216754
|
isBotRoom: boolean;
|
216755
|
+
isAiAgentRoom: boolean;
|
216667
216756
|
csatStatus: string | null;
|
216668
216757
|
cxlog: {
|
216669
216758
|
id: string;
|
@@ -217438,6 +217527,7 @@ export declare const platformWhatsappContract: {
|
|
217438
217527
|
};
|
217439
217528
|
lastMessageAt: Date | null;
|
217440
217529
|
isBotRoom: boolean;
|
217530
|
+
isAiAgentRoom: boolean;
|
217441
217531
|
csatStatus: string | null;
|
217442
217532
|
cxlog: {
|
217443
217533
|
id: string;
|
@@ -218213,6 +218303,7 @@ export declare const platformWhatsappContract: {
|
|
218213
218303
|
};
|
218214
218304
|
lastMessageAt: Date | null;
|
218215
218305
|
isBotRoom: boolean;
|
218306
|
+
isAiAgentRoom: boolean;
|
218216
218307
|
csatStatus: string | null;
|
218217
218308
|
cxlog: {
|
218218
218309
|
id: string;
|
@@ -218987,6 +219078,7 @@ export declare const platformWhatsappContract: {
|
|
218987
219078
|
};
|
218988
219079
|
lastMessageAt: Date | null;
|
218989
219080
|
isBotRoom: boolean;
|
219081
|
+
isAiAgentRoom: boolean;
|
218990
219082
|
csatStatus: string | null;
|
218991
219083
|
cxlog: {
|
218992
219084
|
id: string;
|
@@ -219764,6 +219856,7 @@ export declare const platformWhatsappContract: {
|
|
219764
219856
|
};
|
219765
219857
|
lastMessageAt: Date | null;
|
219766
219858
|
isBotRoom: boolean;
|
219859
|
+
isAiAgentRoom: boolean;
|
219767
219860
|
csatStatus: string | null;
|
219768
219861
|
cxlog: {
|
219769
219862
|
id: string;
|
@@ -220538,6 +220631,7 @@ export declare const platformWhatsappContract: {
|
|
220538
220631
|
};
|
220539
220632
|
lastMessageAt: Date | null;
|
220540
220633
|
isBotRoom: boolean;
|
220634
|
+
isAiAgentRoom: boolean;
|
220541
220635
|
csatStatus: string | null;
|
220542
220636
|
cxlog: {
|
220543
220637
|
id: string;
|
@@ -221316,6 +221410,7 @@ export declare const platformWhatsappContract: {
|
|
221316
221410
|
};
|
221317
221411
|
lastMessageAt: Date | null;
|
221318
221412
|
isBotRoom: boolean;
|
221413
|
+
isAiAgentRoom: boolean;
|
221319
221414
|
csatStatus: string | null;
|
221320
221415
|
cxlog: {
|
221321
221416
|
id: string;
|
@@ -222090,6 +222185,7 @@ export declare const platformWhatsappContract: {
|
|
222090
222185
|
};
|
222091
222186
|
lastMessageAt: Date | null;
|
222092
222187
|
isBotRoom: boolean;
|
222188
|
+
isAiAgentRoom: boolean;
|
222093
222189
|
csatStatus: string | null;
|
222094
222190
|
cxlog: {
|
222095
222191
|
id: string;
|
@@ -231416,6 +231512,7 @@ export declare const facebookFeedContract: {
|
|
231416
231512
|
firstResponseTime: import("zod").ZodNumber;
|
231417
231513
|
isLatest: import("zod").ZodBoolean;
|
231418
231514
|
isBotRoom: import("zod").ZodBoolean;
|
231515
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
231419
231516
|
metadata: import("zod").ZodAny;
|
231420
231517
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
231421
231518
|
platformContact: import("zod").ZodObject<{
|
@@ -234351,6 +234448,7 @@ export declare const facebookFeedContract: {
|
|
234351
234448
|
};
|
234352
234449
|
lastMessageAt: Date | null;
|
234353
234450
|
isBotRoom: boolean;
|
234451
|
+
isAiAgentRoom: boolean;
|
234354
234452
|
csatStatus: string | null;
|
234355
234453
|
cxlog: {
|
234356
234454
|
id: string;
|
@@ -234788,6 +234886,7 @@ export declare const facebookFeedContract: {
|
|
234788
234886
|
};
|
234789
234887
|
lastMessageAt: Date | null;
|
234790
234888
|
isBotRoom: boolean;
|
234889
|
+
isAiAgentRoom: boolean;
|
234791
234890
|
csatStatus: string | null;
|
234792
234891
|
cxlog: {
|
234793
234892
|
id: string;
|
@@ -236153,6 +236252,7 @@ export declare const facebookFeedContract: {
|
|
236153
236252
|
firstResponseTime: import("zod").ZodNumber;
|
236154
236253
|
isLatest: import("zod").ZodBoolean;
|
236155
236254
|
isBotRoom: import("zod").ZodBoolean;
|
236255
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
236156
236256
|
metadata: import("zod").ZodAny;
|
236157
236257
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
236158
236258
|
platformContact: import("zod").ZodObject<{
|
@@ -239088,6 +239188,7 @@ export declare const facebookFeedContract: {
|
|
239088
239188
|
};
|
239089
239189
|
lastMessageAt: Date | null;
|
239090
239190
|
isBotRoom: boolean;
|
239191
|
+
isAiAgentRoom: boolean;
|
239091
239192
|
csatStatus: string | null;
|
239092
239193
|
cxlog: {
|
239093
239194
|
id: string;
|
@@ -239525,6 +239626,7 @@ export declare const facebookFeedContract: {
|
|
239525
239626
|
};
|
239526
239627
|
lastMessageAt: Date | null;
|
239527
239628
|
isBotRoom: boolean;
|
239629
|
+
isAiAgentRoom: boolean;
|
239528
239630
|
csatStatus: string | null;
|
239529
239631
|
cxlog: {
|
239530
239632
|
id: string;
|
@@ -241735,6 +241837,7 @@ export declare const facebookFeedContract: {
|
|
241735
241837
|
};
|
241736
241838
|
lastMessageAt: Date | null;
|
241737
241839
|
isBotRoom: boolean;
|
241840
|
+
isAiAgentRoom: boolean;
|
241738
241841
|
csatStatus: string | null;
|
241739
241842
|
cxlog: {
|
241740
241843
|
id: string;
|
@@ -242509,6 +242612,7 @@ export declare const facebookFeedContract: {
|
|
242509
242612
|
};
|
242510
242613
|
lastMessageAt: Date | null;
|
242511
242614
|
isBotRoom: boolean;
|
242615
|
+
isAiAgentRoom: boolean;
|
242512
242616
|
csatStatus: string | null;
|
242513
242617
|
cxlog: {
|
242514
242618
|
id: string;
|
@@ -243284,6 +243388,7 @@ export declare const facebookFeedContract: {
|
|
243284
243388
|
};
|
243285
243389
|
lastMessageAt: Date | null;
|
243286
243390
|
isBotRoom: boolean;
|
243391
|
+
isAiAgentRoom: boolean;
|
243287
243392
|
csatStatus: string | null;
|
243288
243393
|
cxlog: {
|
243289
243394
|
id: string;
|
@@ -244058,6 +244163,7 @@ export declare const facebookFeedContract: {
|
|
244058
244163
|
};
|
244059
244164
|
lastMessageAt: Date | null;
|
244060
244165
|
isBotRoom: boolean;
|
244166
|
+
isAiAgentRoom: boolean;
|
244061
244167
|
csatStatus: string | null;
|
244062
244168
|
cxlog: {
|
244063
244169
|
id: string;
|
@@ -244833,6 +244939,7 @@ export declare const facebookFeedContract: {
|
|
244833
244939
|
};
|
244834
244940
|
lastMessageAt: Date | null;
|
244835
244941
|
isBotRoom: boolean;
|
244942
|
+
isAiAgentRoom: boolean;
|
244836
244943
|
csatStatus: string | null;
|
244837
244944
|
cxlog: {
|
244838
244945
|
id: string;
|
@@ -245607,6 +245714,7 @@ export declare const facebookFeedContract: {
|
|
245607
245714
|
};
|
245608
245715
|
lastMessageAt: Date | null;
|
245609
245716
|
isBotRoom: boolean;
|
245717
|
+
isAiAgentRoom: boolean;
|
245610
245718
|
csatStatus: string | null;
|
245611
245719
|
cxlog: {
|
245612
245720
|
id: string;
|
@@ -246384,6 +246492,7 @@ export declare const facebookFeedContract: {
|
|
246384
246492
|
};
|
246385
246493
|
lastMessageAt: Date | null;
|
246386
246494
|
isBotRoom: boolean;
|
246495
|
+
isAiAgentRoom: boolean;
|
246387
246496
|
csatStatus: string | null;
|
246388
246497
|
cxlog: {
|
246389
246498
|
id: string;
|
@@ -247158,6 +247267,7 @@ export declare const facebookFeedContract: {
|
|
247158
247267
|
};
|
247159
247268
|
lastMessageAt: Date | null;
|
247160
247269
|
isBotRoom: boolean;
|
247270
|
+
isAiAgentRoom: boolean;
|
247161
247271
|
csatStatus: string | null;
|
247162
247272
|
cxlog: {
|
247163
247273
|
id: string;
|
@@ -247936,6 +248046,7 @@ export declare const facebookFeedContract: {
|
|
247936
248046
|
};
|
247937
248047
|
lastMessageAt: Date | null;
|
247938
248048
|
isBotRoom: boolean;
|
248049
|
+
isAiAgentRoom: boolean;
|
247939
248050
|
csatStatus: string | null;
|
247940
248051
|
cxlog: {
|
247941
248052
|
id: string;
|
@@ -248710,6 +248821,7 @@ export declare const facebookFeedContract: {
|
|
248710
248821
|
};
|
248711
248822
|
lastMessageAt: Date | null;
|
248712
248823
|
isBotRoom: boolean;
|
248824
|
+
isAiAgentRoom: boolean;
|
248713
248825
|
csatStatus: string | null;
|
248714
248826
|
cxlog: {
|
248715
248827
|
id: string;
|
@@ -254010,6 +254122,7 @@ export declare const feedPostContract: {
|
|
254010
254122
|
firstResponseTime: import("zod").ZodNumber;
|
254011
254123
|
isLatest: import("zod").ZodBoolean;
|
254012
254124
|
isBotRoom: import("zod").ZodBoolean;
|
254125
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
254013
254126
|
metadata: import("zod").ZodAny;
|
254014
254127
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
254015
254128
|
platformContact: import("zod").ZodObject<{
|
@@ -256945,6 +257058,7 @@ export declare const feedPostContract: {
|
|
256945
257058
|
};
|
256946
257059
|
lastMessageAt: Date | null;
|
256947
257060
|
isBotRoom: boolean;
|
257061
|
+
isAiAgentRoom: boolean;
|
256948
257062
|
csatStatus: string | null;
|
256949
257063
|
cxlog: {
|
256950
257064
|
id: string;
|
@@ -257382,6 +257496,7 @@ export declare const feedPostContract: {
|
|
257382
257496
|
};
|
257383
257497
|
lastMessageAt: Date | null;
|
257384
257498
|
isBotRoom: boolean;
|
257499
|
+
isAiAgentRoom: boolean;
|
257385
257500
|
csatStatus: string | null;
|
257386
257501
|
cxlog: {
|
257387
257502
|
id: string;
|
@@ -259794,6 +259909,7 @@ export declare const feedPostContract: {
|
|
259794
259909
|
firstResponseTime: import("zod").ZodNumber;
|
259795
259910
|
isLatest: import("zod").ZodBoolean;
|
259796
259911
|
isBotRoom: import("zod").ZodBoolean;
|
259912
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
259797
259913
|
metadata: import("zod").ZodAny;
|
259798
259914
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
259799
259915
|
platformContact: import("zod").ZodObject<{
|
@@ -262729,6 +262845,7 @@ export declare const feedPostContract: {
|
|
262729
262845
|
};
|
262730
262846
|
lastMessageAt: Date | null;
|
262731
262847
|
isBotRoom: boolean;
|
262848
|
+
isAiAgentRoom: boolean;
|
262732
262849
|
csatStatus: string | null;
|
262733
262850
|
cxlog: {
|
262734
262851
|
id: string;
|
@@ -263166,6 +263283,7 @@ export declare const feedPostContract: {
|
|
263166
263283
|
};
|
263167
263284
|
lastMessageAt: Date | null;
|
263168
263285
|
isBotRoom: boolean;
|
263286
|
+
isAiAgentRoom: boolean;
|
263169
263287
|
csatStatus: string | null;
|
263170
263288
|
cxlog: {
|
263171
263289
|
id: string;
|
@@ -265376,6 +265494,7 @@ export declare const feedPostContract: {
|
|
265376
265494
|
};
|
265377
265495
|
lastMessageAt: Date | null;
|
265378
265496
|
isBotRoom: boolean;
|
265497
|
+
isAiAgentRoom: boolean;
|
265379
265498
|
csatStatus: string | null;
|
265380
265499
|
cxlog: {
|
265381
265500
|
id: string;
|
@@ -266150,6 +266269,7 @@ export declare const feedPostContract: {
|
|
266150
266269
|
};
|
266151
266270
|
lastMessageAt: Date | null;
|
266152
266271
|
isBotRoom: boolean;
|
266272
|
+
isAiAgentRoom: boolean;
|
266153
266273
|
csatStatus: string | null;
|
266154
266274
|
cxlog: {
|
266155
266275
|
id: string;
|
@@ -266931,6 +267051,7 @@ export declare const feedPostContract: {
|
|
266931
267051
|
};
|
266932
267052
|
lastMessageAt: Date | null;
|
266933
267053
|
isBotRoom: boolean;
|
267054
|
+
isAiAgentRoom: boolean;
|
266934
267055
|
csatStatus: string | null;
|
266935
267056
|
cxlog: {
|
266936
267057
|
id: string;
|
@@ -267700,6 +267821,7 @@ export declare const feedPostContract: {
|
|
267700
267821
|
};
|
267701
267822
|
lastMessageAt: Date | null;
|
267702
267823
|
isBotRoom: boolean;
|
267824
|
+
isAiAgentRoom: boolean;
|
267703
267825
|
csatStatus: string | null;
|
267704
267826
|
cxlog: {
|
267705
267827
|
id: string;
|
@@ -268607,6 +268729,7 @@ export declare const feedPostContract: {
|
|
268607
268729
|
};
|
268608
268730
|
lastMessageAt: Date | null;
|
268609
268731
|
isBotRoom: boolean;
|
268732
|
+
isAiAgentRoom: boolean;
|
268610
268733
|
csatStatus: string | null;
|
268611
268734
|
cxlog: {
|
268612
268735
|
id: string;
|
@@ -269376,6 +269499,7 @@ export declare const feedPostContract: {
|
|
269376
269499
|
};
|
269377
269500
|
lastMessageAt: Date | null;
|
269378
269501
|
isBotRoom: boolean;
|
269502
|
+
isAiAgentRoom: boolean;
|
269379
269503
|
csatStatus: string | null;
|
269380
269504
|
cxlog: {
|
269381
269505
|
id: string;
|
@@ -270285,6 +270409,7 @@ export declare const feedPostContract: {
|
|
270285
270409
|
};
|
270286
270410
|
lastMessageAt: Date | null;
|
270287
270411
|
isBotRoom: boolean;
|
270412
|
+
isAiAgentRoom: boolean;
|
270288
270413
|
csatStatus: string | null;
|
270289
270414
|
cxlog: {
|
270290
270415
|
id: string;
|
@@ -271054,6 +271179,7 @@ export declare const feedPostContract: {
|
|
271054
271179
|
};
|
271055
271180
|
lastMessageAt: Date | null;
|
271056
271181
|
isBotRoom: boolean;
|
271182
|
+
isAiAgentRoom: boolean;
|
271057
271183
|
csatStatus: string | null;
|
271058
271184
|
cxlog: {
|
271059
271185
|
id: string;
|
@@ -271967,6 +272093,7 @@ export declare const feedPostContract: {
|
|
271967
272093
|
};
|
271968
272094
|
lastMessageAt: Date | null;
|
271969
272095
|
isBotRoom: boolean;
|
272096
|
+
isAiAgentRoom: boolean;
|
271970
272097
|
csatStatus: string | null;
|
271971
272098
|
cxlog: {
|
271972
272099
|
id: string;
|
@@ -272736,6 +272863,7 @@ export declare const feedPostContract: {
|
|
272736
272863
|
};
|
272737
272864
|
lastMessageAt: Date | null;
|
272738
272865
|
isBotRoom: boolean;
|
272866
|
+
isAiAgentRoom: boolean;
|
272739
272867
|
csatStatus: string | null;
|
272740
272868
|
cxlog: {
|
272741
272869
|
id: string;
|
@@ -287309,6 +287437,7 @@ export declare const workflowContract: {
|
|
287309
287437
|
firstResponseTime: import("zod").ZodNumber;
|
287310
287438
|
isLatest: import("zod").ZodBoolean;
|
287311
287439
|
isBotRoom: import("zod").ZodBoolean;
|
287440
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
287312
287441
|
metadata: import("zod").ZodAny;
|
287313
287442
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
287314
287443
|
platformContact: import("zod").ZodObject<{
|
@@ -290244,6 +290373,7 @@ export declare const workflowContract: {
|
|
290244
290373
|
};
|
290245
290374
|
lastMessageAt: Date | null;
|
290246
290375
|
isBotRoom: boolean;
|
290376
|
+
isAiAgentRoom: boolean;
|
290247
290377
|
csatStatus: string | null;
|
290248
290378
|
cxlog: {
|
290249
290379
|
id: string;
|
@@ -290681,6 +290811,7 @@ export declare const workflowContract: {
|
|
290681
290811
|
};
|
290682
290812
|
lastMessageAt: Date | null;
|
290683
290813
|
isBotRoom: boolean;
|
290814
|
+
isAiAgentRoom: boolean;
|
290684
290815
|
csatStatus: string | null;
|
290685
290816
|
cxlog: {
|
290686
290817
|
id: string;
|
@@ -291120,6 +291251,7 @@ export declare const workflowContract: {
|
|
291120
291251
|
};
|
291121
291252
|
lastMessageAt: Date | null;
|
291122
291253
|
isBotRoom: boolean;
|
291254
|
+
isAiAgentRoom: boolean;
|
291123
291255
|
csatStatus: string | null;
|
291124
291256
|
cxlog: {
|
291125
291257
|
id: string;
|
@@ -291560,6 +291692,7 @@ export declare const workflowContract: {
|
|
291560
291692
|
};
|
291561
291693
|
lastMessageAt: Date | null;
|
291562
291694
|
isBotRoom: boolean;
|
291695
|
+
isAiAgentRoom: boolean;
|
291563
291696
|
csatStatus: string | null;
|
291564
291697
|
cxlog: {
|
291565
291698
|
id: string;
|
@@ -291693,18 +291826,26 @@ export declare const workflowContract: {
|
|
291693
291826
|
}>;
|
291694
291827
|
};
|
291695
291828
|
autoReply: {
|
291696
|
-
body: import("zod").ZodObject<{
|
291829
|
+
body: import("zod").ZodEffects<import("zod").ZodObject<{
|
291697
291830
|
roomId: import("zod").ZodString;
|
291698
|
-
message: import("zod").ZodString
|
291699
|
-
messageType: import("zod").ZodDefault<import("zod").ZodEnum<["text", "image"]>>;
|
291831
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
291832
|
+
messageType: import("zod").ZodDefault<import("zod").ZodEnum<["text", "image", "typing_on"]>>;
|
291700
291833
|
}, "strip", import("zod").ZodTypeAny, {
|
291701
|
-
|
291702
|
-
messageType: "image" | "text";
|
291834
|
+
messageType: "image" | "text" | "typing_on";
|
291703
291835
|
roomId: string;
|
291836
|
+
message?: string | undefined;
|
291704
291837
|
}, {
|
291705
|
-
message: string;
|
291706
291838
|
roomId: string;
|
291707
|
-
|
291839
|
+
message?: string | undefined;
|
291840
|
+
messageType?: "image" | "text" | "typing_on" | undefined;
|
291841
|
+
}>, {
|
291842
|
+
messageType: "image" | "text" | "typing_on";
|
291843
|
+
roomId: string;
|
291844
|
+
message?: string | undefined;
|
291845
|
+
}, {
|
291846
|
+
roomId: string;
|
291847
|
+
message?: string | undefined;
|
291848
|
+
messageType?: "image" | "text" | "typing_on" | undefined;
|
291708
291849
|
}>;
|
291709
291850
|
summary: "send auto reply message";
|
291710
291851
|
method: "POST";
|
@@ -291744,6 +291885,7 @@ export declare const workflowContract: {
|
|
291744
291885
|
firstResponseTime: import("zod").ZodNumber;
|
291745
291886
|
isLatest: import("zod").ZodBoolean;
|
291746
291887
|
isBotRoom: import("zod").ZodBoolean;
|
291888
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
291747
291889
|
metadata: import("zod").ZodAny;
|
291748
291890
|
direction: import("zod").ZodUnion<[import("zod").ZodLiteral<"incoming">, import("zod").ZodLiteral<"outgoing">, import("zod").ZodLiteral<"system">]>;
|
291749
291891
|
platformContact: import("zod").ZodObject<{
|
@@ -294679,6 +294821,7 @@ export declare const workflowContract: {
|
|
294679
294821
|
};
|
294680
294822
|
lastMessageAt: Date | null;
|
294681
294823
|
isBotRoom: boolean;
|
294824
|
+
isAiAgentRoom: boolean;
|
294682
294825
|
csatStatus: string | null;
|
294683
294826
|
cxlog: {
|
294684
294827
|
id: string;
|
@@ -295116,6 +295259,7 @@ export declare const workflowContract: {
|
|
295116
295259
|
};
|
295117
295260
|
lastMessageAt: Date | null;
|
295118
295261
|
isBotRoom: boolean;
|
295262
|
+
isAiAgentRoom: boolean;
|
295119
295263
|
csatStatus: string | null;
|
295120
295264
|
cxlog: {
|
295121
295265
|
id: string;
|
@@ -297326,6 +297470,7 @@ export declare const workflowContract: {
|
|
297326
297470
|
};
|
297327
297471
|
lastMessageAt: Date | null;
|
297328
297472
|
isBotRoom: boolean;
|
297473
|
+
isAiAgentRoom: boolean;
|
297329
297474
|
csatStatus: string | null;
|
297330
297475
|
cxlog: {
|
297331
297476
|
id: string;
|
@@ -298100,6 +298245,7 @@ export declare const workflowContract: {
|
|
298100
298245
|
};
|
298101
298246
|
lastMessageAt: Date | null;
|
298102
298247
|
isBotRoom: boolean;
|
298248
|
+
isAiAgentRoom: boolean;
|
298103
298249
|
csatStatus: string | null;
|
298104
298250
|
cxlog: {
|
298105
298251
|
id: string;
|
@@ -298876,6 +299022,7 @@ export declare const workflowContract: {
|
|
298876
299022
|
};
|
298877
299023
|
lastMessageAt: Date | null;
|
298878
299024
|
isBotRoom: boolean;
|
299025
|
+
isAiAgentRoom: boolean;
|
298879
299026
|
csatStatus: string | null;
|
298880
299027
|
cxlog: {
|
298881
299028
|
id: string;
|
@@ -299653,6 +299800,7 @@ export declare const workflowContract: {
|
|
299653
299800
|
};
|
299654
299801
|
lastMessageAt: Date | null;
|
299655
299802
|
isBotRoom: boolean;
|
299803
|
+
isAiAgentRoom: boolean;
|
299656
299804
|
csatStatus: string | null;
|
299657
299805
|
cxlog: {
|
299658
299806
|
id: string;
|
@@ -302081,6 +302229,7 @@ export declare const workflowContract: {
|
|
302081
302229
|
}>;
|
302082
302230
|
lastMessageAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
302083
302231
|
isBotRoom: import("zod").ZodBoolean;
|
302232
|
+
isAiAgentRoom: import("zod").ZodBoolean;
|
302084
302233
|
csatStatus: import("zod").ZodNullable<import("zod").ZodString>;
|
302085
302234
|
cxlog: import("zod").ZodObject<{
|
302086
302235
|
id: import("zod").ZodString;
|
@@ -302982,6 +303131,7 @@ export declare const workflowContract: {
|
|
302982
303131
|
};
|
302983
303132
|
lastMessageAt: Date | null;
|
302984
303133
|
isBotRoom: boolean;
|
303134
|
+
isAiAgentRoom: boolean;
|
302985
303135
|
csatStatus: string | null;
|
302986
303136
|
cxlog: {
|
302987
303137
|
id: string;
|
@@ -303420,6 +303570,7 @@ export declare const workflowContract: {
|
|
303420
303570
|
};
|
303421
303571
|
lastMessageAt: Date | null;
|
303422
303572
|
isBotRoom: boolean;
|
303573
|
+
isAiAgentRoom: boolean;
|
303423
303574
|
csatStatus: string | null;
|
303424
303575
|
cxlog: {
|
303425
303576
|
id: string;
|
@@ -303860,6 +304011,7 @@ export declare const workflowContract: {
|
|
303860
304011
|
};
|
303861
304012
|
lastMessageAt: Date | null;
|
303862
304013
|
isBotRoom: boolean;
|
304014
|
+
isAiAgentRoom: boolean;
|
303863
304015
|
csatStatus: string | null;
|
303864
304016
|
cxlog: {
|
303865
304017
|
id: string;
|
@@ -304301,6 +304453,7 @@ export declare const workflowContract: {
|
|
304301
304453
|
};
|
304302
304454
|
lastMessageAt: Date | null;
|
304303
304455
|
isBotRoom: boolean;
|
304456
|
+
isAiAgentRoom: boolean;
|
304304
304457
|
csatStatus: string | null;
|
304305
304458
|
cxlog: {
|
304306
304459
|
id: string;
|