@kl1/contracts 1.4.47 → 1.4.49
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/botpress/index.d.ts +9 -9
- package/dist/api-contracts/src/botpress/validation.d.ts +9 -9
- package/dist/api-contracts/src/channel/index.d.ts +0 -64
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +0 -64
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +3 -127
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +1 -26
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +0 -19
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/company/index.d.ts +0 -80
- package/dist/api-contracts/src/company/index.d.ts.map +1 -1
- package/dist/api-contracts/src/company/validation.d.ts +0 -40
- package/dist/api-contracts/src/company/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +446 -431
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +0 -16
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/index.d.ts +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +0 -16
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +0 -16
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +0 -16
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/index.d.ts +0 -438
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +0 -16
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +430 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +0 -16
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +0 -16
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +0 -16
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +7 -86
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +0 -1
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +1640 -1699
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1640 -1698
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -9220,7 +9220,6 @@ export declare const mainFeedContract: {
|
|
9220
9220
|
firstResponseTime: z.ZodNumber;
|
9221
9221
|
isLatest: z.ZodBoolean;
|
9222
9222
|
isBotRoom: z.ZodBoolean;
|
9223
|
-
isAiAgentRoom: z.ZodBoolean;
|
9224
9223
|
metadata: z.ZodAny;
|
9225
9224
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
9226
9225
|
platformContact: z.ZodObject<{
|
@@ -12156,7 +12155,6 @@ export declare const mainFeedContract: {
|
|
12156
12155
|
};
|
12157
12156
|
lastMessageAt: Date | null;
|
12158
12157
|
isBotRoom: boolean;
|
12159
|
-
isAiAgentRoom: boolean;
|
12160
12158
|
csatStatus: string | null;
|
12161
12159
|
cxlog: {
|
12162
12160
|
id: string;
|
@@ -12594,7 +12592,6 @@ export declare const mainFeedContract: {
|
|
12594
12592
|
};
|
12595
12593
|
lastMessageAt: Date | null;
|
12596
12594
|
isBotRoom: boolean;
|
12597
|
-
isAiAgentRoom: boolean;
|
12598
12595
|
csatStatus: string | null;
|
12599
12596
|
cxlog: {
|
12600
12597
|
id: string;
|
@@ -15007,7 +15004,6 @@ export declare const mainFeedContract: {
|
|
15007
15004
|
firstResponseTime: z.ZodNumber;
|
15008
15005
|
isLatest: z.ZodBoolean;
|
15009
15006
|
isBotRoom: z.ZodBoolean;
|
15010
|
-
isAiAgentRoom: z.ZodBoolean;
|
15011
15007
|
metadata: z.ZodAny;
|
15012
15008
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
15013
15009
|
platformContact: z.ZodObject<{
|
@@ -17943,7 +17939,6 @@ export declare const mainFeedContract: {
|
|
17943
17939
|
};
|
17944
17940
|
lastMessageAt: Date | null;
|
17945
17941
|
isBotRoom: boolean;
|
17946
|
-
isAiAgentRoom: boolean;
|
17947
17942
|
csatStatus: string | null;
|
17948
17943
|
cxlog: {
|
17949
17944
|
id: string;
|
@@ -18381,7 +18376,6 @@ export declare const mainFeedContract: {
|
|
18381
18376
|
};
|
18382
18377
|
lastMessageAt: Date | null;
|
18383
18378
|
isBotRoom: boolean;
|
18384
|
-
isAiAgentRoom: boolean;
|
18385
18379
|
csatStatus: string | null;
|
18386
18380
|
cxlog: {
|
18387
18381
|
id: string;
|
@@ -20592,7 +20586,6 @@ export declare const mainFeedContract: {
|
|
20592
20586
|
};
|
20593
20587
|
lastMessageAt: Date | null;
|
20594
20588
|
isBotRoom: boolean;
|
20595
|
-
isAiAgentRoom: boolean;
|
20596
20589
|
csatStatus: string | null;
|
20597
20590
|
cxlog: {
|
20598
20591
|
id: string;
|
@@ -21367,7 +21360,6 @@ export declare const mainFeedContract: {
|
|
21367
21360
|
};
|
21368
21361
|
lastMessageAt: Date | null;
|
21369
21362
|
isBotRoom: boolean;
|
21370
|
-
isAiAgentRoom: boolean;
|
21371
21363
|
csatStatus: string | null;
|
21372
21364
|
cxlog: {
|
21373
21365
|
id: string;
|
@@ -22149,7 +22141,6 @@ export declare const mainFeedContract: {
|
|
22149
22141
|
};
|
22150
22142
|
lastMessageAt: Date | null;
|
22151
22143
|
isBotRoom: boolean;
|
22152
|
-
isAiAgentRoom: boolean;
|
22153
22144
|
csatStatus: string | null;
|
22154
22145
|
cxlog: {
|
22155
22146
|
id: string;
|
@@ -22919,7 +22910,6 @@ export declare const mainFeedContract: {
|
|
22919
22910
|
};
|
22920
22911
|
lastMessageAt: Date | null;
|
22921
22912
|
isBotRoom: boolean;
|
22922
|
-
isAiAgentRoom: boolean;
|
22923
22913
|
csatStatus: string | null;
|
22924
22914
|
cxlog: {
|
22925
22915
|
id: string;
|
@@ -23827,7 +23817,6 @@ export declare const mainFeedContract: {
|
|
23827
23817
|
};
|
23828
23818
|
lastMessageAt: Date | null;
|
23829
23819
|
isBotRoom: boolean;
|
23830
|
-
isAiAgentRoom: boolean;
|
23831
23820
|
csatStatus: string | null;
|
23832
23821
|
cxlog: {
|
23833
23822
|
id: string;
|
@@ -24597,7 +24586,6 @@ export declare const mainFeedContract: {
|
|
24597
24586
|
};
|
24598
24587
|
lastMessageAt: Date | null;
|
24599
24588
|
isBotRoom: boolean;
|
24600
|
-
isAiAgentRoom: boolean;
|
24601
24589
|
csatStatus: string | null;
|
24602
24590
|
cxlog: {
|
24603
24591
|
id: string;
|
@@ -25507,7 +25495,6 @@ export declare const mainFeedContract: {
|
|
25507
25495
|
};
|
25508
25496
|
lastMessageAt: Date | null;
|
25509
25497
|
isBotRoom: boolean;
|
25510
|
-
isAiAgentRoom: boolean;
|
25511
25498
|
csatStatus: string | null;
|
25512
25499
|
cxlog: {
|
25513
25500
|
id: string;
|
@@ -26277,7 +26264,6 @@ export declare const mainFeedContract: {
|
|
26277
26264
|
};
|
26278
26265
|
lastMessageAt: Date | null;
|
26279
26266
|
isBotRoom: boolean;
|
26280
|
-
isAiAgentRoom: boolean;
|
26281
26267
|
csatStatus: string | null;
|
26282
26268
|
cxlog: {
|
26283
26269
|
id: string;
|
@@ -27191,7 +27177,6 @@ export declare const mainFeedContract: {
|
|
27191
27177
|
};
|
27192
27178
|
lastMessageAt: Date | null;
|
27193
27179
|
isBotRoom: boolean;
|
27194
|
-
isAiAgentRoom: boolean;
|
27195
27180
|
csatStatus: string | null;
|
27196
27181
|
cxlog: {
|
27197
27182
|
id: string;
|
@@ -27961,7 +27946,6 @@ export declare const mainFeedContract: {
|
|
27961
27946
|
};
|
27962
27947
|
lastMessageAt: Date | null;
|
27963
27948
|
isBotRoom: boolean;
|
27964
|
-
isAiAgentRoom: boolean;
|
27965
27949
|
csatStatus: string | null;
|
27966
27950
|
cxlog: {
|
27967
27951
|
id: string;
|
@@ -28514,12 +28498,10 @@ export declare const mainChatRoomContract: {
|
|
28514
28498
|
botpressBotId: z.ZodOptional<z.ZodString>;
|
28515
28499
|
queueIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
28516
28500
|
queueFilterIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
28517
|
-
orderBy: z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"DESC">, z.ZodLiteral<"ASC">]>>>;
|
28518
28501
|
}, "strip", z.ZodTypeAny, {
|
28519
28502
|
page: number;
|
28520
28503
|
pageSize: number;
|
28521
28504
|
sorting: string;
|
28522
|
-
orderBy: "ASC" | "DESC";
|
28523
28505
|
contactTags?: string[] | undefined;
|
28524
28506
|
contacts?: string[] | undefined;
|
28525
28507
|
agents?: string[] | undefined;
|
@@ -28596,7 +28578,6 @@ export declare const mainChatRoomContract: {
|
|
28596
28578
|
botpressBotId?: string | undefined;
|
28597
28579
|
queueIds?: string[] | undefined;
|
28598
28580
|
queueFilterIds?: string[] | undefined;
|
28599
|
-
orderBy?: "ASC" | "DESC" | undefined;
|
28600
28581
|
}>;
|
28601
28582
|
responses: {
|
28602
28583
|
200: z.ZodObject<{
|
@@ -28619,7 +28600,6 @@ export declare const mainChatRoomContract: {
|
|
28619
28600
|
firstResponseTime: z.ZodNumber;
|
28620
28601
|
isLatest: z.ZodBoolean;
|
28621
28602
|
isBotRoom: z.ZodBoolean;
|
28622
|
-
isAiAgentRoom: z.ZodBoolean;
|
28623
28603
|
metadata: z.ZodAny;
|
28624
28604
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
28625
28605
|
platformContact: z.ZodObject<{
|
@@ -31555,7 +31535,6 @@ export declare const mainChatRoomContract: {
|
|
31555
31535
|
};
|
31556
31536
|
lastMessageAt: Date | null;
|
31557
31537
|
isBotRoom: boolean;
|
31558
|
-
isAiAgentRoom: boolean;
|
31559
31538
|
csatStatus: string | null;
|
31560
31539
|
cxlog: {
|
31561
31540
|
id: string;
|
@@ -31993,7 +31972,6 @@ export declare const mainChatRoomContract: {
|
|
31993
31972
|
};
|
31994
31973
|
lastMessageAt: Date | null;
|
31995
31974
|
isBotRoom: boolean;
|
31996
|
-
isAiAgentRoom: boolean;
|
31997
31975
|
csatStatus: string | null;
|
31998
31976
|
cxlog: {
|
31999
31977
|
id: string;
|
@@ -32444,7 +32422,6 @@ export declare const mainChatRoomContract: {
|
|
32444
32422
|
};
|
32445
32423
|
lastMessageAt: Date | null;
|
32446
32424
|
isBotRoom: boolean;
|
32447
|
-
isAiAgentRoom: boolean;
|
32448
32425
|
csatStatus: string | null;
|
32449
32426
|
cxlog: {
|
32450
32427
|
id: string;
|
@@ -32893,7 +32870,6 @@ export declare const mainChatRoomContract: {
|
|
32893
32870
|
};
|
32894
32871
|
lastMessageAt: Date | null;
|
32895
32872
|
isBotRoom: boolean;
|
32896
|
-
isAiAgentRoom: boolean;
|
32897
32873
|
csatStatus: string | null;
|
32898
32874
|
cxlog: {
|
32899
32875
|
id: string;
|
@@ -33069,7 +33045,6 @@ export declare const mainChatRoomContract: {
|
|
33069
33045
|
firstResponseTime: z.ZodNumber;
|
33070
33046
|
isLatest: z.ZodBoolean;
|
33071
33047
|
isBotRoom: z.ZodBoolean;
|
33072
|
-
isAiAgentRoom: z.ZodBoolean;
|
33073
33048
|
metadata: z.ZodAny;
|
33074
33049
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
33075
33050
|
platformContact: z.ZodObject<{
|
@@ -36005,7 +35980,6 @@ export declare const mainChatRoomContract: {
|
|
36005
35980
|
};
|
36006
35981
|
lastMessageAt: Date | null;
|
36007
35982
|
isBotRoom: boolean;
|
36008
|
-
isAiAgentRoom: boolean;
|
36009
35983
|
csatStatus: string | null;
|
36010
35984
|
cxlog: {
|
36011
35985
|
id: string;
|
@@ -36443,7 +36417,6 @@ export declare const mainChatRoomContract: {
|
|
36443
36417
|
};
|
36444
36418
|
lastMessageAt: Date | null;
|
36445
36419
|
isBotRoom: boolean;
|
36446
|
-
isAiAgentRoom: boolean;
|
36447
36420
|
csatStatus: string | null;
|
36448
36421
|
cxlog: {
|
36449
36422
|
id: string;
|
@@ -36970,7 +36943,6 @@ export declare const mainChatRoomContract: {
|
|
36970
36943
|
};
|
36971
36944
|
lastMessageAt: Date | null;
|
36972
36945
|
isBotRoom: boolean;
|
36973
|
-
isAiAgentRoom: boolean;
|
36974
36946
|
csatStatus: string | null;
|
36975
36947
|
cxlog: {
|
36976
36948
|
id: string;
|
@@ -37441,7 +37413,6 @@ export declare const mainChatRoomContract: {
|
|
37441
37413
|
};
|
37442
37414
|
lastMessageAt: Date | null;
|
37443
37415
|
isBotRoom: boolean;
|
37444
|
-
isAiAgentRoom: boolean;
|
37445
37416
|
csatStatus: string | null;
|
37446
37417
|
cxlog: {
|
37447
37418
|
id: string;
|
@@ -37914,7 +37885,6 @@ export declare const mainChatRoomContract: {
|
|
37914
37885
|
};
|
37915
37886
|
lastMessageAt: Date | null;
|
37916
37887
|
isBotRoom: boolean;
|
37917
|
-
isAiAgentRoom: boolean;
|
37918
37888
|
csatStatus: string | null;
|
37919
37889
|
cxlog: {
|
37920
37890
|
id: string;
|
@@ -38388,7 +38358,6 @@ export declare const mainChatRoomContract: {
|
|
38388
38358
|
};
|
38389
38359
|
lastMessageAt: Date | null;
|
38390
38360
|
isBotRoom: boolean;
|
38391
|
-
isAiAgentRoom: boolean;
|
38392
38361
|
csatStatus: string | null;
|
38393
38362
|
cxlog: {
|
38394
38363
|
id: string;
|
@@ -40625,7 +40594,6 @@ export declare const mainChatRoomContract: {
|
|
40625
40594
|
}>;
|
40626
40595
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
40627
40596
|
isBotRoom: z.ZodBoolean;
|
40628
|
-
isAiAgentRoom: z.ZodBoolean;
|
40629
40597
|
csatStatus: z.ZodNullable<z.ZodString>;
|
40630
40598
|
cxlog: z.ZodObject<{
|
40631
40599
|
id: z.ZodString;
|
@@ -41527,7 +41495,6 @@ export declare const mainChatRoomContract: {
|
|
41527
41495
|
};
|
41528
41496
|
lastMessageAt: Date | null;
|
41529
41497
|
isBotRoom: boolean;
|
41530
|
-
isAiAgentRoom: boolean;
|
41531
41498
|
csatStatus: string | null;
|
41532
41499
|
cxlog: {
|
41533
41500
|
id: string;
|
@@ -41966,7 +41933,6 @@ export declare const mainChatRoomContract: {
|
|
41966
41933
|
};
|
41967
41934
|
lastMessageAt: Date | null;
|
41968
41935
|
isBotRoom: boolean;
|
41969
|
-
isAiAgentRoom: boolean;
|
41970
41936
|
csatStatus: string | null;
|
41971
41937
|
cxlog: {
|
41972
41938
|
id: string;
|
@@ -42407,7 +42373,6 @@ export declare const mainChatRoomContract: {
|
|
42407
42373
|
};
|
42408
42374
|
lastMessageAt: Date | null;
|
42409
42375
|
isBotRoom: boolean;
|
42410
|
-
isAiAgentRoom: boolean;
|
42411
42376
|
csatStatus: string | null;
|
42412
42377
|
cxlog: {
|
42413
42378
|
id: string;
|
@@ -42849,7 +42814,6 @@ export declare const mainChatRoomContract: {
|
|
42849
42814
|
};
|
42850
42815
|
lastMessageAt: Date | null;
|
42851
42816
|
isBotRoom: boolean;
|
42852
|
-
isAiAgentRoom: boolean;
|
42853
42817
|
csatStatus: string | null;
|
42854
42818
|
cxlog: {
|
42855
42819
|
id: string;
|
@@ -45053,7 +45017,6 @@ export declare const mainChatRoomContract: {
|
|
45053
45017
|
}>;
|
45054
45018
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
45055
45019
|
isBotRoom: z.ZodBoolean;
|
45056
|
-
isAiAgentRoom: z.ZodBoolean;
|
45057
45020
|
csatStatus: z.ZodNullable<z.ZodString>;
|
45058
45021
|
cxlog: z.ZodObject<{
|
45059
45022
|
id: z.ZodString;
|
@@ -46837,7 +46800,6 @@ export declare const mainChatRoomContract: {
|
|
46837
46800
|
};
|
46838
46801
|
lastMessageAt: Date | null;
|
46839
46802
|
isBotRoom: boolean;
|
46840
|
-
isAiAgentRoom: boolean;
|
46841
46803
|
csatStatus: string | null;
|
46842
46804
|
cxlog: {
|
46843
46805
|
id: string;
|
@@ -47388,7 +47350,6 @@ export declare const mainChatRoomContract: {
|
|
47388
47350
|
};
|
47389
47351
|
lastMessageAt: Date | null;
|
47390
47352
|
isBotRoom: boolean;
|
47391
|
-
isAiAgentRoom: boolean;
|
47392
47353
|
csatStatus: string | null;
|
47393
47354
|
cxlog: {
|
47394
47355
|
id: string;
|
@@ -47941,7 +47902,6 @@ export declare const mainChatRoomContract: {
|
|
47941
47902
|
};
|
47942
47903
|
lastMessageAt: Date | null;
|
47943
47904
|
isBotRoom: boolean;
|
47944
|
-
isAiAgentRoom: boolean;
|
47945
47905
|
csatStatus: string | null;
|
47946
47906
|
cxlog: {
|
47947
47907
|
id: string;
|
@@ -48495,7 +48455,6 @@ export declare const mainChatRoomContract: {
|
|
48495
48455
|
};
|
48496
48456
|
lastMessageAt: Date | null;
|
48497
48457
|
isBotRoom: boolean;
|
48498
|
-
isAiAgentRoom: boolean;
|
48499
48458
|
csatStatus: string | null;
|
48500
48459
|
cxlog: {
|
48501
48460
|
id: string;
|
@@ -50689,7 +50648,6 @@ export declare const mainChatRoomContract: {
|
|
50689
50648
|
}>;
|
50690
50649
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
50691
50650
|
isBotRoom: z.ZodBoolean;
|
50692
|
-
isAiAgentRoom: z.ZodBoolean;
|
50693
50651
|
csatStatus: z.ZodNullable<z.ZodString>;
|
50694
50652
|
cxlog: z.ZodObject<{
|
50695
50653
|
id: z.ZodString;
|
@@ -51592,7 +51550,6 @@ export declare const mainChatRoomContract: {
|
|
51592
51550
|
};
|
51593
51551
|
lastMessageAt: Date | null;
|
51594
51552
|
isBotRoom: boolean;
|
51595
|
-
isAiAgentRoom: boolean;
|
51596
51553
|
csatStatus: string | null;
|
51597
51554
|
cxlog: {
|
51598
51555
|
id: string;
|
@@ -52031,7 +51988,6 @@ export declare const mainChatRoomContract: {
|
|
52031
51988
|
};
|
52032
51989
|
lastMessageAt: Date | null;
|
52033
51990
|
isBotRoom: boolean;
|
52034
|
-
isAiAgentRoom: boolean;
|
52035
51991
|
csatStatus: string | null;
|
52036
51992
|
cxlog: {
|
52037
51993
|
id: string;
|
@@ -52472,7 +52428,6 @@ export declare const mainChatRoomContract: {
|
|
52472
52428
|
};
|
52473
52429
|
lastMessageAt: Date | null;
|
52474
52430
|
isBotRoom: boolean;
|
52475
|
-
isAiAgentRoom: boolean;
|
52476
52431
|
csatStatus: string | null;
|
52477
52432
|
cxlog: {
|
52478
52433
|
id: string;
|
@@ -52914,7 +52869,6 @@ export declare const mainChatRoomContract: {
|
|
52914
52869
|
};
|
52915
52870
|
lastMessageAt: Date | null;
|
52916
52871
|
isBotRoom: boolean;
|
52917
|
-
isAiAgentRoom: boolean;
|
52918
52872
|
csatStatus: string | null;
|
52919
52873
|
cxlog: {
|
52920
52874
|
id: string;
|
@@ -55121,7 +55075,6 @@ export declare const mainChatRoomContract: {
|
|
55121
55075
|
}>;
|
55122
55076
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
55123
55077
|
isBotRoom: z.ZodBoolean;
|
55124
|
-
isAiAgentRoom: z.ZodBoolean;
|
55125
55078
|
csatStatus: z.ZodNullable<z.ZodString>;
|
55126
55079
|
cxlog: z.ZodObject<{
|
55127
55080
|
id: z.ZodString;
|
@@ -56022,7 +55975,6 @@ export declare const mainChatRoomContract: {
|
|
56022
55975
|
};
|
56023
55976
|
lastMessageAt: Date | null;
|
56024
55977
|
isBotRoom: boolean;
|
56025
|
-
isAiAgentRoom: boolean;
|
56026
55978
|
csatStatus: string | null;
|
56027
55979
|
cxlog: {
|
56028
55980
|
id: string;
|
@@ -56460,7 +56412,6 @@ export declare const mainChatRoomContract: {
|
|
56460
56412
|
};
|
56461
56413
|
lastMessageAt: Date | null;
|
56462
56414
|
isBotRoom: boolean;
|
56463
|
-
isAiAgentRoom: boolean;
|
56464
56415
|
csatStatus: string | null;
|
56465
56416
|
cxlog: {
|
56466
56417
|
id: string;
|
@@ -56900,7 +56851,6 @@ export declare const mainChatRoomContract: {
|
|
56900
56851
|
};
|
56901
56852
|
lastMessageAt: Date | null;
|
56902
56853
|
isBotRoom: boolean;
|
56903
|
-
isAiAgentRoom: boolean;
|
56904
56854
|
csatStatus: string | null;
|
56905
56855
|
cxlog: {
|
56906
56856
|
id: string;
|
@@ -57344,7 +57294,6 @@ export declare const mainChatRoomContract: {
|
|
57344
57294
|
};
|
57345
57295
|
lastMessageAt: Date | null;
|
57346
57296
|
isBotRoom: boolean;
|
57347
|
-
isAiAgentRoom: boolean;
|
57348
57297
|
csatStatus: string | null;
|
57349
57298
|
cxlog: {
|
57350
57299
|
id: string;
|
@@ -57506,7 +57455,7 @@ export declare const mainChatRoomContract: {
|
|
57506
57455
|
requestId: string;
|
57507
57456
|
}>;
|
57508
57457
|
};
|
57509
|
-
path: "
|
57458
|
+
path: "ms/chat/all-rooms-count";
|
57510
57459
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
57511
57460
|
'x-tenant': z.ZodString;
|
57512
57461
|
'x-service-token': z.ZodString;
|
@@ -57554,7 +57503,7 @@ export declare const mainChatRoomContract: {
|
|
57554
57503
|
requestId: string;
|
57555
57504
|
}>;
|
57556
57505
|
};
|
57557
|
-
path: "
|
57506
|
+
path: "ms/chat/all-queue-and-hold-count";
|
57558
57507
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
57559
57508
|
'x-tenant': z.ZodString;
|
57560
57509
|
'x-service-token': z.ZodString;
|
@@ -57597,7 +57546,7 @@ export declare const mainChatRoomContract: {
|
|
57597
57546
|
requestId: string;
|
57598
57547
|
}>;
|
57599
57548
|
};
|
57600
|
-
path: "
|
57549
|
+
path: "ms/chat/all-bot-rooms-count";
|
57601
57550
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
57602
57551
|
'x-tenant': z.ZodString;
|
57603
57552
|
'x-service-token': z.ZodString;
|
@@ -59685,7 +59634,6 @@ export declare const mainChatRoomContract: {
|
|
59685
59634
|
}>;
|
59686
59635
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
59687
59636
|
isBotRoom: z.ZodBoolean;
|
59688
|
-
isAiAgentRoom: z.ZodBoolean;
|
59689
59637
|
csatStatus: z.ZodNullable<z.ZodString>;
|
59690
59638
|
cxlog: z.ZodObject<{
|
59691
59639
|
id: z.ZodString;
|
@@ -61469,7 +61417,6 @@ export declare const mainChatRoomContract: {
|
|
61469
61417
|
};
|
61470
61418
|
lastMessageAt: Date | null;
|
61471
61419
|
isBotRoom: boolean;
|
61472
|
-
isAiAgentRoom: boolean;
|
61473
61420
|
csatStatus: string | null;
|
61474
61421
|
cxlog: {
|
61475
61422
|
id: string;
|
@@ -62020,7 +61967,6 @@ export declare const mainChatRoomContract: {
|
|
62020
61967
|
};
|
62021
61968
|
lastMessageAt: Date | null;
|
62022
61969
|
isBotRoom: boolean;
|
62023
|
-
isAiAgentRoom: boolean;
|
62024
61970
|
csatStatus: string | null;
|
62025
61971
|
cxlog: {
|
62026
61972
|
id: string;
|
@@ -62573,7 +62519,6 @@ export declare const mainChatRoomContract: {
|
|
62573
62519
|
};
|
62574
62520
|
lastMessageAt: Date | null;
|
62575
62521
|
isBotRoom: boolean;
|
62576
|
-
isAiAgentRoom: boolean;
|
62577
62522
|
csatStatus: string | null;
|
62578
62523
|
cxlog: {
|
62579
62524
|
id: string;
|
@@ -63127,7 +63072,6 @@ export declare const mainChatRoomContract: {
|
|
63127
63072
|
};
|
63128
63073
|
lastMessageAt: Date | null;
|
63129
63074
|
isBotRoom: boolean;
|
63130
|
-
isAiAgentRoom: boolean;
|
63131
63075
|
csatStatus: string | null;
|
63132
63076
|
cxlog: {
|
63133
63077
|
id: string;
|
@@ -64150,7 +64094,6 @@ export declare const mainChatContract: {
|
|
64150
64094
|
firstResponseTime: z.ZodNumber;
|
64151
64095
|
isLatest: z.ZodBoolean;
|
64152
64096
|
isBotRoom: z.ZodBoolean;
|
64153
|
-
isAiAgentRoom: z.ZodBoolean;
|
64154
64097
|
metadata: z.ZodAny;
|
64155
64098
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
64156
64099
|
platformContact: z.ZodObject<{
|
@@ -67086,7 +67029,6 @@ export declare const mainChatContract: {
|
|
67086
67029
|
};
|
67087
67030
|
lastMessageAt: Date | null;
|
67088
67031
|
isBotRoom: boolean;
|
67089
|
-
isAiAgentRoom: boolean;
|
67090
67032
|
csatStatus: string | null;
|
67091
67033
|
cxlog: {
|
67092
67034
|
id: string;
|
@@ -67524,7 +67466,6 @@ export declare const mainChatContract: {
|
|
67524
67466
|
};
|
67525
67467
|
lastMessageAt: Date | null;
|
67526
67468
|
isBotRoom: boolean;
|
67527
|
-
isAiAgentRoom: boolean;
|
67528
67469
|
csatStatus: string | null;
|
67529
67470
|
cxlog: {
|
67530
67471
|
id: string;
|
@@ -68890,7 +68831,6 @@ export declare const mainChatContract: {
|
|
68890
68831
|
firstResponseTime: z.ZodNumber;
|
68891
68832
|
isLatest: z.ZodBoolean;
|
68892
68833
|
isBotRoom: z.ZodBoolean;
|
68893
|
-
isAiAgentRoom: z.ZodBoolean;
|
68894
68834
|
metadata: z.ZodAny;
|
68895
68835
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
68896
68836
|
platformContact: z.ZodObject<{
|
@@ -71826,7 +71766,6 @@ export declare const mainChatContract: {
|
|
71826
71766
|
};
|
71827
71767
|
lastMessageAt: Date | null;
|
71828
71768
|
isBotRoom: boolean;
|
71829
|
-
isAiAgentRoom: boolean;
|
71830
71769
|
csatStatus: string | null;
|
71831
71770
|
cxlog: {
|
71832
71771
|
id: string;
|
@@ -72264,7 +72203,6 @@ export declare const mainChatContract: {
|
|
72264
72203
|
};
|
72265
72204
|
lastMessageAt: Date | null;
|
72266
72205
|
isBotRoom: boolean;
|
72267
|
-
isAiAgentRoom: boolean;
|
72268
72206
|
csatStatus: string | null;
|
72269
72207
|
cxlog: {
|
72270
72208
|
id: string;
|
@@ -74475,7 +74413,6 @@ export declare const mainChatContract: {
|
|
74475
74413
|
};
|
74476
74414
|
lastMessageAt: Date | null;
|
74477
74415
|
isBotRoom: boolean;
|
74478
|
-
isAiAgentRoom: boolean;
|
74479
74416
|
csatStatus: string | null;
|
74480
74417
|
cxlog: {
|
74481
74418
|
id: string;
|
@@ -75250,7 +75187,6 @@ export declare const mainChatContract: {
|
|
75250
75187
|
};
|
75251
75188
|
lastMessageAt: Date | null;
|
75252
75189
|
isBotRoom: boolean;
|
75253
|
-
isAiAgentRoom: boolean;
|
75254
75190
|
csatStatus: string | null;
|
75255
75191
|
cxlog: {
|
75256
75192
|
id: string;
|
@@ -76026,7 +75962,6 @@ export declare const mainChatContract: {
|
|
76026
75962
|
};
|
76027
75963
|
lastMessageAt: Date | null;
|
76028
75964
|
isBotRoom: boolean;
|
76029
|
-
isAiAgentRoom: boolean;
|
76030
75965
|
csatStatus: string | null;
|
76031
75966
|
cxlog: {
|
76032
75967
|
id: string;
|
@@ -76801,7 +76736,6 @@ export declare const mainChatContract: {
|
|
76801
76736
|
};
|
76802
76737
|
lastMessageAt: Date | null;
|
76803
76738
|
isBotRoom: boolean;
|
76804
|
-
isAiAgentRoom: boolean;
|
76805
76739
|
csatStatus: string | null;
|
76806
76740
|
cxlog: {
|
76807
76741
|
id: string;
|
@@ -77577,7 +77511,6 @@ export declare const mainChatContract: {
|
|
77577
77511
|
};
|
77578
77512
|
lastMessageAt: Date | null;
|
77579
77513
|
isBotRoom: boolean;
|
77580
|
-
isAiAgentRoom: boolean;
|
77581
77514
|
csatStatus: string | null;
|
77582
77515
|
cxlog: {
|
77583
77516
|
id: string;
|
@@ -78352,7 +78285,6 @@ export declare const mainChatContract: {
|
|
78352
78285
|
};
|
78353
78286
|
lastMessageAt: Date | null;
|
78354
78287
|
isBotRoom: boolean;
|
78355
|
-
isAiAgentRoom: boolean;
|
78356
78288
|
csatStatus: string | null;
|
78357
78289
|
cxlog: {
|
78358
78290
|
id: string;
|
@@ -79130,7 +79062,6 @@ export declare const mainChatContract: {
|
|
79130
79062
|
};
|
79131
79063
|
lastMessageAt: Date | null;
|
79132
79064
|
isBotRoom: boolean;
|
79133
|
-
isAiAgentRoom: boolean;
|
79134
79065
|
csatStatus: string | null;
|
79135
79066
|
cxlog: {
|
79136
79067
|
id: string;
|
@@ -79905,7 +79836,6 @@ export declare const mainChatContract: {
|
|
79905
79836
|
};
|
79906
79837
|
lastMessageAt: Date | null;
|
79907
79838
|
isBotRoom: boolean;
|
79908
|
-
isAiAgentRoom: boolean;
|
79909
79839
|
csatStatus: string | null;
|
79910
79840
|
cxlog: {
|
79911
79841
|
id: string;
|
@@ -80684,7 +80614,6 @@ export declare const mainChatContract: {
|
|
80684
80614
|
};
|
80685
80615
|
lastMessageAt: Date | null;
|
80686
80616
|
isBotRoom: boolean;
|
80687
|
-
isAiAgentRoom: boolean;
|
80688
80617
|
csatStatus: string | null;
|
80689
80618
|
cxlog: {
|
80690
80619
|
id: string;
|
@@ -81459,7 +81388,6 @@ export declare const mainChatContract: {
|
|
81459
81388
|
};
|
81460
81389
|
lastMessageAt: Date | null;
|
81461
81390
|
isBotRoom: boolean;
|
81462
|
-
isAiAgentRoom: boolean;
|
81463
81391
|
csatStatus: string | null;
|
81464
81392
|
cxlog: {
|
81465
81393
|
id: string;
|
@@ -82444,7 +82372,6 @@ export declare const mainChatContract: {
|
|
82444
82372
|
firstResponseTime: z.ZodNumber;
|
82445
82373
|
isLatest: z.ZodBoolean;
|
82446
82374
|
isBotRoom: z.ZodBoolean;
|
82447
|
-
isAiAgentRoom: z.ZodBoolean;
|
82448
82375
|
metadata: z.ZodAny;
|
82449
82376
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
82450
82377
|
platformContact: z.ZodObject<{
|
@@ -85380,7 +85307,6 @@ export declare const mainChatContract: {
|
|
85380
85307
|
};
|
85381
85308
|
lastMessageAt: Date | null;
|
85382
85309
|
isBotRoom: boolean;
|
85383
|
-
isAiAgentRoom: boolean;
|
85384
85310
|
csatStatus: string | null;
|
85385
85311
|
cxlog: {
|
85386
85312
|
id: string;
|
@@ -85818,7 +85744,6 @@ export declare const mainChatContract: {
|
|
85818
85744
|
};
|
85819
85745
|
lastMessageAt: Date | null;
|
85820
85746
|
isBotRoom: boolean;
|
85821
|
-
isAiAgentRoom: boolean;
|
85822
85747
|
csatStatus: string | null;
|
85823
85748
|
cxlog: {
|
85824
85749
|
id: string;
|
@@ -90012,7 +89937,6 @@ export declare const mainChatContract: {
|
|
90012
89937
|
};
|
90013
89938
|
lastMessageAt: Date | null;
|
90014
89939
|
isBotRoom: boolean;
|
90015
|
-
isAiAgentRoom: boolean;
|
90016
89940
|
csatStatus: string | null;
|
90017
89941
|
cxlog: {
|
90018
89942
|
id: string;
|
@@ -91077,7 +91001,6 @@ export declare const mainChatContract: {
|
|
91077
91001
|
};
|
91078
91002
|
lastMessageAt: Date | null;
|
91079
91003
|
isBotRoom: boolean;
|
91080
|
-
isAiAgentRoom: boolean;
|
91081
91004
|
csatStatus: string | null;
|
91082
91005
|
cxlog: {
|
91083
91006
|
id: string;
|
@@ -92144,7 +92067,6 @@ export declare const mainChatContract: {
|
|
92144
92067
|
};
|
92145
92068
|
lastMessageAt: Date | null;
|
92146
92069
|
isBotRoom: boolean;
|
92147
|
-
isAiAgentRoom: boolean;
|
92148
92070
|
csatStatus: string | null;
|
92149
92071
|
cxlog: {
|
92150
92072
|
id: string;
|
@@ -93215,7 +93137,6 @@ export declare const mainChatContract: {
|
|
93215
93137
|
};
|
93216
93138
|
lastMessageAt: Date | null;
|
93217
93139
|
isBotRoom: boolean;
|
93218
|
-
isAiAgentRoom: boolean;
|
93219
93140
|
csatStatus: string | null;
|
93220
93141
|
cxlog: {
|
93221
93142
|
id: string;
|
@@ -93898,7 +93819,6 @@ export declare const mainChatContract: {
|
|
93898
93819
|
firstResponseTime: z.ZodNumber;
|
93899
93820
|
isLatest: z.ZodBoolean;
|
93900
93821
|
isBotRoom: z.ZodBoolean;
|
93901
|
-
isAiAgentRoom: z.ZodBoolean;
|
93902
93822
|
metadata: z.ZodAny;
|
93903
93823
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
93904
93824
|
platformContact: z.ZodObject<{
|
@@ -96834,7 +96754,6 @@ export declare const mainChatContract: {
|
|
96834
96754
|
};
|
96835
96755
|
lastMessageAt: Date | null;
|
96836
96756
|
isBotRoom: boolean;
|
96837
|
-
isAiAgentRoom: boolean;
|
96838
96757
|
csatStatus: string | null;
|
96839
96758
|
cxlog: {
|
96840
96759
|
id: string;
|
@@ -97272,7 +97191,6 @@ export declare const mainChatContract: {
|
|
97272
97191
|
};
|
97273
97192
|
lastMessageAt: Date | null;
|
97274
97193
|
isBotRoom: boolean;
|
97275
|
-
isAiAgentRoom: boolean;
|
97276
97194
|
csatStatus: string | null;
|
97277
97195
|
cxlog: {
|
97278
97196
|
id: string;
|
@@ -97712,7 +97630,6 @@ export declare const mainChatContract: {
|
|
97712
97630
|
};
|
97713
97631
|
lastMessageAt: Date | null;
|
97714
97632
|
isBotRoom: boolean;
|
97715
|
-
isAiAgentRoom: boolean;
|
97716
97633
|
csatStatus: string | null;
|
97717
97634
|
cxlog: {
|
97718
97635
|
id: string;
|
@@ -98153,7 +98070,6 @@ export declare const mainChatContract: {
|
|
98153
98070
|
};
|
98154
98071
|
lastMessageAt: Date | null;
|
98155
98072
|
isBotRoom: boolean;
|
98156
|
-
isAiAgentRoom: boolean;
|
98157
98073
|
csatStatus: string | null;
|
98158
98074
|
cxlog: {
|
98159
98075
|
id: string;
|
@@ -98326,7 +98242,6 @@ export declare const mainChatContract: {
|
|
98326
98242
|
firstResponseTime: z.ZodNumber;
|
98327
98243
|
isLatest: z.ZodBoolean;
|
98328
98244
|
isBotRoom: z.ZodBoolean;
|
98329
|
-
isAiAgentRoom: z.ZodBoolean;
|
98330
98245
|
metadata: z.ZodAny;
|
98331
98246
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
98332
98247
|
platformContact: z.ZodObject<{
|
@@ -101262,7 +101177,6 @@ export declare const mainChatContract: {
|
|
101262
101177
|
};
|
101263
101178
|
lastMessageAt: Date | null;
|
101264
101179
|
isBotRoom: boolean;
|
101265
|
-
isAiAgentRoom: boolean;
|
101266
101180
|
csatStatus: string | null;
|
101267
101181
|
cxlog: {
|
101268
101182
|
id: string;
|
@@ -101700,7 +101614,6 @@ export declare const mainChatContract: {
|
|
101700
101614
|
};
|
101701
101615
|
lastMessageAt: Date | null;
|
101702
101616
|
isBotRoom: boolean;
|
101703
|
-
isAiAgentRoom: boolean;
|
101704
101617
|
csatStatus: string | null;
|
101705
101618
|
cxlog: {
|
101706
101619
|
id: string;
|
@@ -102140,7 +102053,6 @@ export declare const mainChatContract: {
|
|
102140
102053
|
};
|
102141
102054
|
lastMessageAt: Date | null;
|
102142
102055
|
isBotRoom: boolean;
|
102143
|
-
isAiAgentRoom: boolean;
|
102144
102056
|
csatStatus: string | null;
|
102145
102057
|
cxlog: {
|
102146
102058
|
id: string;
|
@@ -102581,7 +102493,6 @@ export declare const mainChatContract: {
|
|
102581
102493
|
};
|
102582
102494
|
lastMessageAt: Date | null;
|
102583
102495
|
isBotRoom: boolean;
|
102584
|
-
isAiAgentRoom: boolean;
|
102585
102496
|
csatStatus: string | null;
|
102586
102497
|
cxlog: {
|
102587
102498
|
id: string;
|
@@ -103815,7 +103726,6 @@ export declare const mainChatContract: {
|
|
103815
103726
|
firstResponseTime: z.ZodNumber;
|
103816
103727
|
isLatest: z.ZodBoolean;
|
103817
103728
|
isBotRoom: z.ZodBoolean;
|
103818
|
-
isAiAgentRoom: z.ZodBoolean;
|
103819
103729
|
metadata: z.ZodAny;
|
103820
103730
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
103821
103731
|
platformContact: z.ZodObject<{
|
@@ -106751,7 +106661,6 @@ export declare const mainChatContract: {
|
|
106751
106661
|
};
|
106752
106662
|
lastMessageAt: Date | null;
|
106753
106663
|
isBotRoom: boolean;
|
106754
|
-
isAiAgentRoom: boolean;
|
106755
106664
|
csatStatus: string | null;
|
106756
106665
|
cxlog: {
|
106757
106666
|
id: string;
|
@@ -107189,7 +107098,6 @@ export declare const mainChatContract: {
|
|
107189
107098
|
};
|
107190
107099
|
lastMessageAt: Date | null;
|
107191
107100
|
isBotRoom: boolean;
|
107192
|
-
isAiAgentRoom: boolean;
|
107193
107101
|
csatStatus: string | null;
|
107194
107102
|
cxlog: {
|
107195
107103
|
id: string;
|
@@ -107629,7 +107537,6 @@ export declare const mainChatContract: {
|
|
107629
107537
|
};
|
107630
107538
|
lastMessageAt: Date | null;
|
107631
107539
|
isBotRoom: boolean;
|
107632
|
-
isAiAgentRoom: boolean;
|
107633
107540
|
csatStatus: string | null;
|
107634
107541
|
cxlog: {
|
107635
107542
|
id: string;
|
@@ -108070,7 +107977,6 @@ export declare const mainChatContract: {
|
|
108070
107977
|
};
|
108071
107978
|
lastMessageAt: Date | null;
|
108072
107979
|
isBotRoom: boolean;
|
108073
|
-
isAiAgentRoom: boolean;
|
108074
107980
|
csatStatus: string | null;
|
108075
107981
|
cxlog: {
|
108076
107982
|
id: string;
|
@@ -108270,7 +108176,6 @@ export declare const initiateMessageContract: {
|
|
108270
108176
|
firstResponseTime: z.ZodNumber;
|
108271
108177
|
isLatest: z.ZodBoolean;
|
108272
108178
|
isBotRoom: z.ZodBoolean;
|
108273
|
-
isAiAgentRoom: z.ZodBoolean;
|
108274
108179
|
metadata: z.ZodAny;
|
108275
108180
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
108276
108181
|
platformContact: z.ZodObject<{
|
@@ -111206,7 +111111,6 @@ export declare const initiateMessageContract: {
|
|
111206
111111
|
};
|
111207
111112
|
lastMessageAt: Date | null;
|
111208
111113
|
isBotRoom: boolean;
|
111209
|
-
isAiAgentRoom: boolean;
|
111210
111114
|
csatStatus: string | null;
|
111211
111115
|
cxlog: {
|
111212
111116
|
id: string;
|
@@ -111644,7 +111548,6 @@ export declare const initiateMessageContract: {
|
|
111644
111548
|
};
|
111645
111549
|
lastMessageAt: Date | null;
|
111646
111550
|
isBotRoom: boolean;
|
111647
|
-
isAiAgentRoom: boolean;
|
111648
111551
|
csatStatus: string | null;
|
111649
111552
|
cxlog: {
|
111650
111553
|
id: string;
|
@@ -113855,7 +113758,6 @@ export declare const initiateMessageContract: {
|
|
113855
113758
|
};
|
113856
113759
|
lastMessageAt: Date | null;
|
113857
113760
|
isBotRoom: boolean;
|
113858
|
-
isAiAgentRoom: boolean;
|
113859
113761
|
csatStatus: string | null;
|
113860
113762
|
cxlog: {
|
113861
113763
|
id: string;
|
@@ -114630,7 +114532,6 @@ export declare const initiateMessageContract: {
|
|
114630
114532
|
};
|
114631
114533
|
lastMessageAt: Date | null;
|
114632
114534
|
isBotRoom: boolean;
|
114633
|
-
isAiAgentRoom: boolean;
|
114634
114535
|
csatStatus: string | null;
|
114635
114536
|
cxlog: {
|
114636
114537
|
id: string;
|
@@ -115407,7 +115308,6 @@ export declare const initiateMessageContract: {
|
|
115407
115308
|
};
|
115408
115309
|
lastMessageAt: Date | null;
|
115409
115310
|
isBotRoom: boolean;
|
115410
|
-
isAiAgentRoom: boolean;
|
115411
115311
|
csatStatus: string | null;
|
115412
115312
|
cxlog: {
|
115413
115313
|
id: string;
|
@@ -116185,7 +116085,6 @@ export declare const initiateMessageContract: {
|
|
116185
116085
|
};
|
116186
116086
|
lastMessageAt: Date | null;
|
116187
116087
|
isBotRoom: boolean;
|
116188
|
-
isAiAgentRoom: boolean;
|
116189
116088
|
csatStatus: string | null;
|
116190
116089
|
cxlog: {
|
116191
116090
|
id: string;
|
@@ -117454,7 +117353,6 @@ export declare const mainChatMessageContract: {
|
|
117454
117353
|
firstResponseTime: z.ZodNumber;
|
117455
117354
|
isLatest: z.ZodBoolean;
|
117456
117355
|
isBotRoom: z.ZodBoolean;
|
117457
|
-
isAiAgentRoom: z.ZodBoolean;
|
117458
117356
|
metadata: z.ZodAny;
|
117459
117357
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
117460
117358
|
platformContact: z.ZodObject<{
|
@@ -120390,7 +120288,6 @@ export declare const mainChatMessageContract: {
|
|
120390
120288
|
};
|
120391
120289
|
lastMessageAt: Date | null;
|
120392
120290
|
isBotRoom: boolean;
|
120393
|
-
isAiAgentRoom: boolean;
|
120394
120291
|
csatStatus: string | null;
|
120395
120292
|
cxlog: {
|
120396
120293
|
id: string;
|
@@ -120828,7 +120725,6 @@ export declare const mainChatMessageContract: {
|
|
120828
120725
|
};
|
120829
120726
|
lastMessageAt: Date | null;
|
120830
120727
|
isBotRoom: boolean;
|
120831
|
-
isAiAgentRoom: boolean;
|
120832
120728
|
csatStatus: string | null;
|
120833
120729
|
cxlog: {
|
120834
120730
|
id: string;
|
@@ -122194,7 +122090,6 @@ export declare const mainChatMessageContract: {
|
|
122194
122090
|
firstResponseTime: z.ZodNumber;
|
122195
122091
|
isLatest: z.ZodBoolean;
|
122196
122092
|
isBotRoom: z.ZodBoolean;
|
122197
|
-
isAiAgentRoom: z.ZodBoolean;
|
122198
122093
|
metadata: z.ZodAny;
|
122199
122094
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
122200
122095
|
platformContact: z.ZodObject<{
|
@@ -125130,7 +125025,6 @@ export declare const mainChatMessageContract: {
|
|
125130
125025
|
};
|
125131
125026
|
lastMessageAt: Date | null;
|
125132
125027
|
isBotRoom: boolean;
|
125133
|
-
isAiAgentRoom: boolean;
|
125134
125028
|
csatStatus: string | null;
|
125135
125029
|
cxlog: {
|
125136
125030
|
id: string;
|
@@ -125568,7 +125462,6 @@ export declare const mainChatMessageContract: {
|
|
125568
125462
|
};
|
125569
125463
|
lastMessageAt: Date | null;
|
125570
125464
|
isBotRoom: boolean;
|
125571
|
-
isAiAgentRoom: boolean;
|
125572
125465
|
csatStatus: string | null;
|
125573
125466
|
cxlog: {
|
125574
125467
|
id: string;
|
@@ -127779,7 +127672,6 @@ export declare const mainChatMessageContract: {
|
|
127779
127672
|
};
|
127780
127673
|
lastMessageAt: Date | null;
|
127781
127674
|
isBotRoom: boolean;
|
127782
|
-
isAiAgentRoom: boolean;
|
127783
127675
|
csatStatus: string | null;
|
127784
127676
|
cxlog: {
|
127785
127677
|
id: string;
|
@@ -128554,7 +128446,6 @@ export declare const mainChatMessageContract: {
|
|
128554
128446
|
};
|
128555
128447
|
lastMessageAt: Date | null;
|
128556
128448
|
isBotRoom: boolean;
|
128557
|
-
isAiAgentRoom: boolean;
|
128558
128449
|
csatStatus: string | null;
|
128559
128450
|
cxlog: {
|
128560
128451
|
id: string;
|
@@ -129330,7 +129221,6 @@ export declare const mainChatMessageContract: {
|
|
129330
129221
|
};
|
129331
129222
|
lastMessageAt: Date | null;
|
129332
129223
|
isBotRoom: boolean;
|
129333
|
-
isAiAgentRoom: boolean;
|
129334
129224
|
csatStatus: string | null;
|
129335
129225
|
cxlog: {
|
129336
129226
|
id: string;
|
@@ -130105,7 +129995,6 @@ export declare const mainChatMessageContract: {
|
|
130105
129995
|
};
|
130106
129996
|
lastMessageAt: Date | null;
|
130107
129997
|
isBotRoom: boolean;
|
130108
|
-
isAiAgentRoom: boolean;
|
130109
129998
|
csatStatus: string | null;
|
130110
129999
|
cxlog: {
|
130111
130000
|
id: string;
|
@@ -130881,7 +130770,6 @@ export declare const mainChatMessageContract: {
|
|
130881
130770
|
};
|
130882
130771
|
lastMessageAt: Date | null;
|
130883
130772
|
isBotRoom: boolean;
|
130884
|
-
isAiAgentRoom: boolean;
|
130885
130773
|
csatStatus: string | null;
|
130886
130774
|
cxlog: {
|
130887
130775
|
id: string;
|
@@ -131656,7 +131544,6 @@ export declare const mainChatMessageContract: {
|
|
131656
131544
|
};
|
131657
131545
|
lastMessageAt: Date | null;
|
131658
131546
|
isBotRoom: boolean;
|
131659
|
-
isAiAgentRoom: boolean;
|
131660
131547
|
csatStatus: string | null;
|
131661
131548
|
cxlog: {
|
131662
131549
|
id: string;
|
@@ -132434,7 +132321,6 @@ export declare const mainChatMessageContract: {
|
|
132434
132321
|
};
|
132435
132322
|
lastMessageAt: Date | null;
|
132436
132323
|
isBotRoom: boolean;
|
132437
|
-
isAiAgentRoom: boolean;
|
132438
132324
|
csatStatus: string | null;
|
132439
132325
|
cxlog: {
|
132440
132326
|
id: string;
|
@@ -133209,7 +133095,6 @@ export declare const mainChatMessageContract: {
|
|
133209
133095
|
};
|
133210
133096
|
lastMessageAt: Date | null;
|
133211
133097
|
isBotRoom: boolean;
|
133212
|
-
isAiAgentRoom: boolean;
|
133213
133098
|
csatStatus: string | null;
|
133214
133099
|
cxlog: {
|
133215
133100
|
id: string;
|
@@ -133988,7 +133873,6 @@ export declare const mainChatMessageContract: {
|
|
133988
133873
|
};
|
133989
133874
|
lastMessageAt: Date | null;
|
133990
133875
|
isBotRoom: boolean;
|
133991
|
-
isAiAgentRoom: boolean;
|
133992
133876
|
csatStatus: string | null;
|
133993
133877
|
cxlog: {
|
133994
133878
|
id: string;
|
@@ -134763,7 +134647,6 @@ export declare const mainChatMessageContract: {
|
|
134763
134647
|
};
|
134764
134648
|
lastMessageAt: Date | null;
|
134765
134649
|
isBotRoom: boolean;
|
134766
|
-
isAiAgentRoom: boolean;
|
134767
134650
|
csatStatus: string | null;
|
134768
134651
|
cxlog: {
|
134769
134652
|
id: string;
|
@@ -136120,7 +136003,6 @@ export declare const mainChatMessageContract: {
|
|
136120
136003
|
firstResponseTime: z.ZodNumber;
|
136121
136004
|
isLatest: z.ZodBoolean;
|
136122
136005
|
isBotRoom: z.ZodBoolean;
|
136123
|
-
isAiAgentRoom: z.ZodBoolean;
|
136124
136006
|
metadata: z.ZodAny;
|
136125
136007
|
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
136126
136008
|
platformContact: z.ZodObject<{
|
@@ -139056,7 +138938,6 @@ export declare const mainChatMessageContract: {
|
|
139056
138938
|
};
|
139057
138939
|
lastMessageAt: Date | null;
|
139058
138940
|
isBotRoom: boolean;
|
139059
|
-
isAiAgentRoom: boolean;
|
139060
138941
|
csatStatus: string | null;
|
139061
138942
|
cxlog: {
|
139062
138943
|
id: string;
|
@@ -139494,7 +139375,6 @@ export declare const mainChatMessageContract: {
|
|
139494
139375
|
};
|
139495
139376
|
lastMessageAt: Date | null;
|
139496
139377
|
isBotRoom: boolean;
|
139497
|
-
isAiAgentRoom: boolean;
|
139498
139378
|
csatStatus: string | null;
|
139499
139379
|
cxlog: {
|
139500
139380
|
id: string;
|
@@ -141705,7 +141585,6 @@ export declare const mainChatMessageContract: {
|
|
141705
141585
|
};
|
141706
141586
|
lastMessageAt: Date | null;
|
141707
141587
|
isBotRoom: boolean;
|
141708
|
-
isAiAgentRoom: boolean;
|
141709
141588
|
csatStatus: string | null;
|
141710
141589
|
cxlog: {
|
141711
141590
|
id: string;
|
@@ -142480,7 +142359,6 @@ export declare const mainChatMessageContract: {
|
|
142480
142359
|
};
|
142481
142360
|
lastMessageAt: Date | null;
|
142482
142361
|
isBotRoom: boolean;
|
142483
|
-
isAiAgentRoom: boolean;
|
142484
142362
|
csatStatus: string | null;
|
142485
142363
|
cxlog: {
|
142486
142364
|
id: string;
|
@@ -143257,7 +143135,6 @@ export declare const mainChatMessageContract: {
|
|
143257
143135
|
};
|
143258
143136
|
lastMessageAt: Date | null;
|
143259
143137
|
isBotRoom: boolean;
|
143260
|
-
isAiAgentRoom: boolean;
|
143261
143138
|
csatStatus: string | null;
|
143262
143139
|
cxlog: {
|
143263
143140
|
id: string;
|
@@ -144035,7 +143912,6 @@ export declare const mainChatMessageContract: {
|
|
144035
143912
|
};
|
144036
143913
|
lastMessageAt: Date | null;
|
144037
143914
|
isBotRoom: boolean;
|
144038
|
-
isAiAgentRoom: boolean;
|
144039
143915
|
csatStatus: string | null;
|
144040
143916
|
cxlog: {
|
144041
143917
|
id: string;
|