@kl1/contracts 1.3.53 → 1.3.55
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/channel/index.d.ts +1 -1
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -10
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +102 -102
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +20 -20
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +14 -14
- package/dist/api-contracts/src/contract.d.ts +1298 -940
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +37 -109
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +5 -23
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +3 -26
- package/dist/api-contracts/src/cx-log/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +14 -14
- 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 +14 -14
- package/dist/api-contracts/src/line/index.d.ts +14 -14
- package/dist/api-contracts/src/messenger/index.d.ts +14 -14
- package/dist/api-contracts/src/presence-status/index.d.ts +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +14 -14
- 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 +14 -14
- package/dist/api-contracts/src/webchat/index.d.ts +14 -14
- package/dist/api-contracts/src/whatsapp/index.d.ts +14 -14
- package/dist/api-contracts/src/workflow-rule/index.d.ts +15 -15
- package/dist/index.js +1616 -1596
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1616 -1595
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5901,6 +5901,7 @@ export declare const viberContract: {
|
|
|
5901
5901
|
firstResponseTime: number;
|
|
5902
5902
|
lastMessage: string;
|
|
5903
5903
|
handleTime: number;
|
|
5904
|
+
closedAt: Date;
|
|
5904
5905
|
unreadCount: number;
|
|
5905
5906
|
firstResponseAt: Date;
|
|
5906
5907
|
isLatest: boolean;
|
|
@@ -6075,7 +6076,6 @@ export declare const viberContract: {
|
|
|
6075
6076
|
telephonySignature: string | null;
|
|
6076
6077
|
};
|
|
6077
6078
|
};
|
|
6078
|
-
closedAt: Date;
|
|
6079
6079
|
lastMessageAt: Date | null;
|
|
6080
6080
|
isBotRoom: boolean;
|
|
6081
6081
|
csatStatus: string | null;
|
|
@@ -6337,6 +6337,7 @@ export declare const viberContract: {
|
|
|
6337
6337
|
firstResponseTime: number;
|
|
6338
6338
|
lastMessage: string;
|
|
6339
6339
|
handleTime: number;
|
|
6340
|
+
closedAt: Date;
|
|
6340
6341
|
unreadCount: number;
|
|
6341
6342
|
firstResponseAt: Date;
|
|
6342
6343
|
isLatest: boolean;
|
|
@@ -6511,7 +6512,6 @@ export declare const viberContract: {
|
|
|
6511
6512
|
telephonySignature: string | null;
|
|
6512
6513
|
};
|
|
6513
6514
|
};
|
|
6514
|
-
closedAt: Date;
|
|
6515
6515
|
lastMessageAt: Date | null;
|
|
6516
6516
|
isBotRoom: boolean;
|
|
6517
6517
|
csatStatus: string | null;
|
|
@@ -10635,6 +10635,7 @@ export declare const viberContract: {
|
|
|
10635
10635
|
firstResponseTime: number;
|
|
10636
10636
|
lastMessage: string;
|
|
10637
10637
|
handleTime: number;
|
|
10638
|
+
closedAt: Date;
|
|
10638
10639
|
unreadCount: number;
|
|
10639
10640
|
firstResponseAt: Date;
|
|
10640
10641
|
isLatest: boolean;
|
|
@@ -10809,7 +10810,6 @@ export declare const viberContract: {
|
|
|
10809
10810
|
telephonySignature: string | null;
|
|
10810
10811
|
};
|
|
10811
10812
|
};
|
|
10812
|
-
closedAt: Date;
|
|
10813
10813
|
lastMessageAt: Date | null;
|
|
10814
10814
|
isBotRoom: boolean;
|
|
10815
10815
|
csatStatus: string | null;
|
|
@@ -11071,6 +11071,7 @@ export declare const viberContract: {
|
|
|
11071
11071
|
firstResponseTime: number;
|
|
11072
11072
|
lastMessage: string;
|
|
11073
11073
|
handleTime: number;
|
|
11074
|
+
closedAt: Date;
|
|
11074
11075
|
unreadCount: number;
|
|
11075
11076
|
firstResponseAt: Date;
|
|
11076
11077
|
isLatest: boolean;
|
|
@@ -11245,7 +11246,6 @@ export declare const viberContract: {
|
|
|
11245
11246
|
telephonySignature: string | null;
|
|
11246
11247
|
};
|
|
11247
11248
|
};
|
|
11248
|
-
closedAt: Date;
|
|
11249
11249
|
lastMessageAt: Date | null;
|
|
11250
11250
|
isBotRoom: boolean;
|
|
11251
11251
|
csatStatus: string | null;
|
|
@@ -13280,6 +13280,7 @@ export declare const viberContract: {
|
|
|
13280
13280
|
firstResponseTime: number;
|
|
13281
13281
|
lastMessage: string;
|
|
13282
13282
|
handleTime: number;
|
|
13283
|
+
closedAt: Date;
|
|
13283
13284
|
unreadCount: number;
|
|
13284
13285
|
firstResponseAt: Date;
|
|
13285
13286
|
isLatest: boolean;
|
|
@@ -13454,7 +13455,6 @@ export declare const viberContract: {
|
|
|
13454
13455
|
telephonySignature: string | null;
|
|
13455
13456
|
};
|
|
13456
13457
|
};
|
|
13457
|
-
closedAt: Date;
|
|
13458
13458
|
lastMessageAt: Date | null;
|
|
13459
13459
|
isBotRoom: boolean;
|
|
13460
13460
|
csatStatus: string | null;
|
|
@@ -14053,6 +14053,7 @@ export declare const viberContract: {
|
|
|
14053
14053
|
firstResponseTime: number;
|
|
14054
14054
|
lastMessage: string;
|
|
14055
14055
|
handleTime: number;
|
|
14056
|
+
closedAt: Date;
|
|
14056
14057
|
unreadCount: number;
|
|
14057
14058
|
firstResponseAt: Date;
|
|
14058
14059
|
isLatest: boolean;
|
|
@@ -14227,7 +14228,6 @@ export declare const viberContract: {
|
|
|
14227
14228
|
telephonySignature: string | null;
|
|
14228
14229
|
};
|
|
14229
14230
|
};
|
|
14230
|
-
closedAt: Date;
|
|
14231
14231
|
lastMessageAt: Date | null;
|
|
14232
14232
|
isBotRoom: boolean;
|
|
14233
14233
|
csatStatus: string | null;
|
|
@@ -14827,6 +14827,7 @@ export declare const viberContract: {
|
|
|
14827
14827
|
firstResponseTime: number;
|
|
14828
14828
|
lastMessage: string;
|
|
14829
14829
|
handleTime: number;
|
|
14830
|
+
closedAt: Date;
|
|
14830
14831
|
unreadCount: number;
|
|
14831
14832
|
firstResponseAt: Date;
|
|
14832
14833
|
isLatest: boolean;
|
|
@@ -15001,7 +15002,6 @@ export declare const viberContract: {
|
|
|
15001
15002
|
telephonySignature: string | null;
|
|
15002
15003
|
};
|
|
15003
15004
|
};
|
|
15004
|
-
closedAt: Date;
|
|
15005
15005
|
lastMessageAt: Date | null;
|
|
15006
15006
|
isBotRoom: boolean;
|
|
15007
15007
|
csatStatus: string | null;
|
|
@@ -15600,6 +15600,7 @@ export declare const viberContract: {
|
|
|
15600
15600
|
firstResponseTime: number;
|
|
15601
15601
|
lastMessage: string;
|
|
15602
15602
|
handleTime: number;
|
|
15603
|
+
closedAt: Date;
|
|
15603
15604
|
unreadCount: number;
|
|
15604
15605
|
firstResponseAt: Date;
|
|
15605
15606
|
isLatest: boolean;
|
|
@@ -15774,7 +15775,6 @@ export declare const viberContract: {
|
|
|
15774
15775
|
telephonySignature: string | null;
|
|
15775
15776
|
};
|
|
15776
15777
|
};
|
|
15777
|
-
closedAt: Date;
|
|
15778
15778
|
lastMessageAt: Date | null;
|
|
15779
15779
|
isBotRoom: boolean;
|
|
15780
15780
|
csatStatus: string | null;
|
|
@@ -16374,6 +16374,7 @@ export declare const viberContract: {
|
|
|
16374
16374
|
firstResponseTime: number;
|
|
16375
16375
|
lastMessage: string;
|
|
16376
16376
|
handleTime: number;
|
|
16377
|
+
closedAt: Date;
|
|
16377
16378
|
unreadCount: number;
|
|
16378
16379
|
firstResponseAt: Date;
|
|
16379
16380
|
isLatest: boolean;
|
|
@@ -16548,7 +16549,6 @@ export declare const viberContract: {
|
|
|
16548
16549
|
telephonySignature: string | null;
|
|
16549
16550
|
};
|
|
16550
16551
|
};
|
|
16551
|
-
closedAt: Date;
|
|
16552
16552
|
lastMessageAt: Date | null;
|
|
16553
16553
|
isBotRoom: boolean;
|
|
16554
16554
|
csatStatus: string | null;
|
|
@@ -17147,6 +17147,7 @@ export declare const viberContract: {
|
|
|
17147
17147
|
firstResponseTime: number;
|
|
17148
17148
|
lastMessage: string;
|
|
17149
17149
|
handleTime: number;
|
|
17150
|
+
closedAt: Date;
|
|
17150
17151
|
unreadCount: number;
|
|
17151
17152
|
firstResponseAt: Date;
|
|
17152
17153
|
isLatest: boolean;
|
|
@@ -17321,7 +17322,6 @@ export declare const viberContract: {
|
|
|
17321
17322
|
telephonySignature: string | null;
|
|
17322
17323
|
};
|
|
17323
17324
|
};
|
|
17324
|
-
closedAt: Date;
|
|
17325
17325
|
lastMessageAt: Date | null;
|
|
17326
17326
|
isBotRoom: boolean;
|
|
17327
17327
|
csatStatus: string | null;
|
|
@@ -17923,6 +17923,7 @@ export declare const viberContract: {
|
|
|
17923
17923
|
firstResponseTime: number;
|
|
17924
17924
|
lastMessage: string;
|
|
17925
17925
|
handleTime: number;
|
|
17926
|
+
closedAt: Date;
|
|
17926
17927
|
unreadCount: number;
|
|
17927
17928
|
firstResponseAt: Date;
|
|
17928
17929
|
isLatest: boolean;
|
|
@@ -18097,7 +18098,6 @@ export declare const viberContract: {
|
|
|
18097
18098
|
telephonySignature: string | null;
|
|
18098
18099
|
};
|
|
18099
18100
|
};
|
|
18100
|
-
closedAt: Date;
|
|
18101
18101
|
lastMessageAt: Date | null;
|
|
18102
18102
|
isBotRoom: boolean;
|
|
18103
18103
|
csatStatus: string | null;
|
|
@@ -18696,6 +18696,7 @@ export declare const viberContract: {
|
|
|
18696
18696
|
firstResponseTime: number;
|
|
18697
18697
|
lastMessage: string;
|
|
18698
18698
|
handleTime: number;
|
|
18699
|
+
closedAt: Date;
|
|
18699
18700
|
unreadCount: number;
|
|
18700
18701
|
firstResponseAt: Date;
|
|
18701
18702
|
isLatest: boolean;
|
|
@@ -18870,7 +18871,6 @@ export declare const viberContract: {
|
|
|
18870
18871
|
telephonySignature: string | null;
|
|
18871
18872
|
};
|
|
18872
18873
|
};
|
|
18873
|
-
closedAt: Date;
|
|
18874
18874
|
lastMessageAt: Date | null;
|
|
18875
18875
|
isBotRoom: boolean;
|
|
18876
18876
|
csatStatus: string | null;
|
|
@@ -19473,6 +19473,7 @@ export declare const viberContract: {
|
|
|
19473
19473
|
firstResponseTime: number;
|
|
19474
19474
|
lastMessage: string;
|
|
19475
19475
|
handleTime: number;
|
|
19476
|
+
closedAt: Date;
|
|
19476
19477
|
unreadCount: number;
|
|
19477
19478
|
firstResponseAt: Date;
|
|
19478
19479
|
isLatest: boolean;
|
|
@@ -19647,7 +19648,6 @@ export declare const viberContract: {
|
|
|
19647
19648
|
telephonySignature: string | null;
|
|
19648
19649
|
};
|
|
19649
19650
|
};
|
|
19650
|
-
closedAt: Date;
|
|
19651
19651
|
lastMessageAt: Date | null;
|
|
19652
19652
|
isBotRoom: boolean;
|
|
19653
19653
|
csatStatus: string | null;
|
|
@@ -20246,6 +20246,7 @@ export declare const viberContract: {
|
|
|
20246
20246
|
firstResponseTime: number;
|
|
20247
20247
|
lastMessage: string;
|
|
20248
20248
|
handleTime: number;
|
|
20249
|
+
closedAt: Date;
|
|
20249
20250
|
unreadCount: number;
|
|
20250
20251
|
firstResponseAt: Date;
|
|
20251
20252
|
isLatest: boolean;
|
|
@@ -20420,7 +20421,6 @@ export declare const viberContract: {
|
|
|
20420
20421
|
telephonySignature: string | null;
|
|
20421
20422
|
};
|
|
20422
20423
|
};
|
|
20423
|
-
closedAt: Date;
|
|
20424
20424
|
lastMessageAt: Date | null;
|
|
20425
20425
|
isBotRoom: boolean;
|
|
20426
20426
|
csatStatus: string | null;
|
|
@@ -4235,6 +4235,7 @@ export declare const platformWebchatContract: {
|
|
|
4235
4235
|
firstResponseTime: number;
|
|
4236
4236
|
lastMessage: string;
|
|
4237
4237
|
handleTime: number;
|
|
4238
|
+
closedAt: Date;
|
|
4238
4239
|
unreadCount: number;
|
|
4239
4240
|
firstResponseAt: Date;
|
|
4240
4241
|
isLatest: boolean;
|
|
@@ -4409,7 +4410,6 @@ export declare const platformWebchatContract: {
|
|
|
4409
4410
|
telephonySignature: string | null;
|
|
4410
4411
|
};
|
|
4411
4412
|
};
|
|
4412
|
-
closedAt: Date;
|
|
4413
4413
|
lastMessageAt: Date | null;
|
|
4414
4414
|
isBotRoom: boolean;
|
|
4415
4415
|
csatStatus: string | null;
|
|
@@ -4671,6 +4671,7 @@ export declare const platformWebchatContract: {
|
|
|
4671
4671
|
firstResponseTime: number;
|
|
4672
4672
|
lastMessage: string;
|
|
4673
4673
|
handleTime: number;
|
|
4674
|
+
closedAt: Date;
|
|
4674
4675
|
unreadCount: number;
|
|
4675
4676
|
firstResponseAt: Date;
|
|
4676
4677
|
isLatest: boolean;
|
|
@@ -4845,7 +4846,6 @@ export declare const platformWebchatContract: {
|
|
|
4845
4846
|
telephonySignature: string | null;
|
|
4846
4847
|
};
|
|
4847
4848
|
};
|
|
4848
|
-
closedAt: Date;
|
|
4849
4849
|
lastMessageAt: Date | null;
|
|
4850
4850
|
isBotRoom: boolean;
|
|
4851
4851
|
csatStatus: string | null;
|
|
@@ -8969,6 +8969,7 @@ export declare const platformWebchatContract: {
|
|
|
8969
8969
|
firstResponseTime: number;
|
|
8970
8970
|
lastMessage: string;
|
|
8971
8971
|
handleTime: number;
|
|
8972
|
+
closedAt: Date;
|
|
8972
8973
|
unreadCount: number;
|
|
8973
8974
|
firstResponseAt: Date;
|
|
8974
8975
|
isLatest: boolean;
|
|
@@ -9143,7 +9144,6 @@ export declare const platformWebchatContract: {
|
|
|
9143
9144
|
telephonySignature: string | null;
|
|
9144
9145
|
};
|
|
9145
9146
|
};
|
|
9146
|
-
closedAt: Date;
|
|
9147
9147
|
lastMessageAt: Date | null;
|
|
9148
9148
|
isBotRoom: boolean;
|
|
9149
9149
|
csatStatus: string | null;
|
|
@@ -9405,6 +9405,7 @@ export declare const platformWebchatContract: {
|
|
|
9405
9405
|
firstResponseTime: number;
|
|
9406
9406
|
lastMessage: string;
|
|
9407
9407
|
handleTime: number;
|
|
9408
|
+
closedAt: Date;
|
|
9408
9409
|
unreadCount: number;
|
|
9409
9410
|
firstResponseAt: Date;
|
|
9410
9411
|
isLatest: boolean;
|
|
@@ -9579,7 +9580,6 @@ export declare const platformWebchatContract: {
|
|
|
9579
9580
|
telephonySignature: string | null;
|
|
9580
9581
|
};
|
|
9581
9582
|
};
|
|
9582
|
-
closedAt: Date;
|
|
9583
9583
|
lastMessageAt: Date | null;
|
|
9584
9584
|
isBotRoom: boolean;
|
|
9585
9585
|
csatStatus: string | null;
|
|
@@ -11614,6 +11614,7 @@ export declare const platformWebchatContract: {
|
|
|
11614
11614
|
firstResponseTime: number;
|
|
11615
11615
|
lastMessage: string;
|
|
11616
11616
|
handleTime: number;
|
|
11617
|
+
closedAt: Date;
|
|
11617
11618
|
unreadCount: number;
|
|
11618
11619
|
firstResponseAt: Date;
|
|
11619
11620
|
isLatest: boolean;
|
|
@@ -11788,7 +11789,6 @@ export declare const platformWebchatContract: {
|
|
|
11788
11789
|
telephonySignature: string | null;
|
|
11789
11790
|
};
|
|
11790
11791
|
};
|
|
11791
|
-
closedAt: Date;
|
|
11792
11792
|
lastMessageAt: Date | null;
|
|
11793
11793
|
isBotRoom: boolean;
|
|
11794
11794
|
csatStatus: string | null;
|
|
@@ -12387,6 +12387,7 @@ export declare const platformWebchatContract: {
|
|
|
12387
12387
|
firstResponseTime: number;
|
|
12388
12388
|
lastMessage: string;
|
|
12389
12389
|
handleTime: number;
|
|
12390
|
+
closedAt: Date;
|
|
12390
12391
|
unreadCount: number;
|
|
12391
12392
|
firstResponseAt: Date;
|
|
12392
12393
|
isLatest: boolean;
|
|
@@ -12561,7 +12562,6 @@ export declare const platformWebchatContract: {
|
|
|
12561
12562
|
telephonySignature: string | null;
|
|
12562
12563
|
};
|
|
12563
12564
|
};
|
|
12564
|
-
closedAt: Date;
|
|
12565
12565
|
lastMessageAt: Date | null;
|
|
12566
12566
|
isBotRoom: boolean;
|
|
12567
12567
|
csatStatus: string | null;
|
|
@@ -13161,6 +13161,7 @@ export declare const platformWebchatContract: {
|
|
|
13161
13161
|
firstResponseTime: number;
|
|
13162
13162
|
lastMessage: string;
|
|
13163
13163
|
handleTime: number;
|
|
13164
|
+
closedAt: Date;
|
|
13164
13165
|
unreadCount: number;
|
|
13165
13166
|
firstResponseAt: Date;
|
|
13166
13167
|
isLatest: boolean;
|
|
@@ -13335,7 +13336,6 @@ export declare const platformWebchatContract: {
|
|
|
13335
13336
|
telephonySignature: string | null;
|
|
13336
13337
|
};
|
|
13337
13338
|
};
|
|
13338
|
-
closedAt: Date;
|
|
13339
13339
|
lastMessageAt: Date | null;
|
|
13340
13340
|
isBotRoom: boolean;
|
|
13341
13341
|
csatStatus: string | null;
|
|
@@ -13934,6 +13934,7 @@ export declare const platformWebchatContract: {
|
|
|
13934
13934
|
firstResponseTime: number;
|
|
13935
13935
|
lastMessage: string;
|
|
13936
13936
|
handleTime: number;
|
|
13937
|
+
closedAt: Date;
|
|
13937
13938
|
unreadCount: number;
|
|
13938
13939
|
firstResponseAt: Date;
|
|
13939
13940
|
isLatest: boolean;
|
|
@@ -14108,7 +14109,6 @@ export declare const platformWebchatContract: {
|
|
|
14108
14109
|
telephonySignature: string | null;
|
|
14109
14110
|
};
|
|
14110
14111
|
};
|
|
14111
|
-
closedAt: Date;
|
|
14112
14112
|
lastMessageAt: Date | null;
|
|
14113
14113
|
isBotRoom: boolean;
|
|
14114
14114
|
csatStatus: string | null;
|
|
@@ -14708,6 +14708,7 @@ export declare const platformWebchatContract: {
|
|
|
14708
14708
|
firstResponseTime: number;
|
|
14709
14709
|
lastMessage: string;
|
|
14710
14710
|
handleTime: number;
|
|
14711
|
+
closedAt: Date;
|
|
14711
14712
|
unreadCount: number;
|
|
14712
14713
|
firstResponseAt: Date;
|
|
14713
14714
|
isLatest: boolean;
|
|
@@ -14882,7 +14883,6 @@ export declare const platformWebchatContract: {
|
|
|
14882
14883
|
telephonySignature: string | null;
|
|
14883
14884
|
};
|
|
14884
14885
|
};
|
|
14885
|
-
closedAt: Date;
|
|
14886
14886
|
lastMessageAt: Date | null;
|
|
14887
14887
|
isBotRoom: boolean;
|
|
14888
14888
|
csatStatus: string | null;
|
|
@@ -15481,6 +15481,7 @@ export declare const platformWebchatContract: {
|
|
|
15481
15481
|
firstResponseTime: number;
|
|
15482
15482
|
lastMessage: string;
|
|
15483
15483
|
handleTime: number;
|
|
15484
|
+
closedAt: Date;
|
|
15484
15485
|
unreadCount: number;
|
|
15485
15486
|
firstResponseAt: Date;
|
|
15486
15487
|
isLatest: boolean;
|
|
@@ -15655,7 +15656,6 @@ export declare const platformWebchatContract: {
|
|
|
15655
15656
|
telephonySignature: string | null;
|
|
15656
15657
|
};
|
|
15657
15658
|
};
|
|
15658
|
-
closedAt: Date;
|
|
15659
15659
|
lastMessageAt: Date | null;
|
|
15660
15660
|
isBotRoom: boolean;
|
|
15661
15661
|
csatStatus: string | null;
|
|
@@ -16257,6 +16257,7 @@ export declare const platformWebchatContract: {
|
|
|
16257
16257
|
firstResponseTime: number;
|
|
16258
16258
|
lastMessage: string;
|
|
16259
16259
|
handleTime: number;
|
|
16260
|
+
closedAt: Date;
|
|
16260
16261
|
unreadCount: number;
|
|
16261
16262
|
firstResponseAt: Date;
|
|
16262
16263
|
isLatest: boolean;
|
|
@@ -16431,7 +16432,6 @@ export declare const platformWebchatContract: {
|
|
|
16431
16432
|
telephonySignature: string | null;
|
|
16432
16433
|
};
|
|
16433
16434
|
};
|
|
16434
|
-
closedAt: Date;
|
|
16435
16435
|
lastMessageAt: Date | null;
|
|
16436
16436
|
isBotRoom: boolean;
|
|
16437
16437
|
csatStatus: string | null;
|
|
@@ -17030,6 +17030,7 @@ export declare const platformWebchatContract: {
|
|
|
17030
17030
|
firstResponseTime: number;
|
|
17031
17031
|
lastMessage: string;
|
|
17032
17032
|
handleTime: number;
|
|
17033
|
+
closedAt: Date;
|
|
17033
17034
|
unreadCount: number;
|
|
17034
17035
|
firstResponseAt: Date;
|
|
17035
17036
|
isLatest: boolean;
|
|
@@ -17204,7 +17205,6 @@ export declare const platformWebchatContract: {
|
|
|
17204
17205
|
telephonySignature: string | null;
|
|
17205
17206
|
};
|
|
17206
17207
|
};
|
|
17207
|
-
closedAt: Date;
|
|
17208
17208
|
lastMessageAt: Date | null;
|
|
17209
17209
|
isBotRoom: boolean;
|
|
17210
17210
|
csatStatus: string | null;
|
|
@@ -17807,6 +17807,7 @@ export declare const platformWebchatContract: {
|
|
|
17807
17807
|
firstResponseTime: number;
|
|
17808
17808
|
lastMessage: string;
|
|
17809
17809
|
handleTime: number;
|
|
17810
|
+
closedAt: Date;
|
|
17810
17811
|
unreadCount: number;
|
|
17811
17812
|
firstResponseAt: Date;
|
|
17812
17813
|
isLatest: boolean;
|
|
@@ -17981,7 +17982,6 @@ export declare const platformWebchatContract: {
|
|
|
17981
17982
|
telephonySignature: string | null;
|
|
17982
17983
|
};
|
|
17983
17984
|
};
|
|
17984
|
-
closedAt: Date;
|
|
17985
17985
|
lastMessageAt: Date | null;
|
|
17986
17986
|
isBotRoom: boolean;
|
|
17987
17987
|
csatStatus: string | null;
|
|
@@ -18580,6 +18580,7 @@ export declare const platformWebchatContract: {
|
|
|
18580
18580
|
firstResponseTime: number;
|
|
18581
18581
|
lastMessage: string;
|
|
18582
18582
|
handleTime: number;
|
|
18583
|
+
closedAt: Date;
|
|
18583
18584
|
unreadCount: number;
|
|
18584
18585
|
firstResponseAt: Date;
|
|
18585
18586
|
isLatest: boolean;
|
|
@@ -18754,7 +18755,6 @@ export declare const platformWebchatContract: {
|
|
|
18754
18755
|
telephonySignature: string | null;
|
|
18755
18756
|
};
|
|
18756
18757
|
};
|
|
18757
|
-
closedAt: Date;
|
|
18758
18758
|
lastMessageAt: Date | null;
|
|
18759
18759
|
isBotRoom: boolean;
|
|
18760
18760
|
csatStatus: string | null;
|
|
@@ -4241,6 +4241,7 @@ export declare const whatsappContract: {
|
|
|
4241
4241
|
firstResponseTime: number;
|
|
4242
4242
|
lastMessage: string;
|
|
4243
4243
|
handleTime: number;
|
|
4244
|
+
closedAt: Date;
|
|
4244
4245
|
unreadCount: number;
|
|
4245
4246
|
firstResponseAt: Date;
|
|
4246
4247
|
isLatest: boolean;
|
|
@@ -4415,7 +4416,6 @@ export declare const whatsappContract: {
|
|
|
4415
4416
|
telephonySignature: string | null;
|
|
4416
4417
|
};
|
|
4417
4418
|
};
|
|
4418
|
-
closedAt: Date;
|
|
4419
4419
|
lastMessageAt: Date | null;
|
|
4420
4420
|
isBotRoom: boolean;
|
|
4421
4421
|
csatStatus: string | null;
|
|
@@ -4677,6 +4677,7 @@ export declare const whatsappContract: {
|
|
|
4677
4677
|
firstResponseTime: number;
|
|
4678
4678
|
lastMessage: string;
|
|
4679
4679
|
handleTime: number;
|
|
4680
|
+
closedAt: Date;
|
|
4680
4681
|
unreadCount: number;
|
|
4681
4682
|
firstResponseAt: Date;
|
|
4682
4683
|
isLatest: boolean;
|
|
@@ -4851,7 +4852,6 @@ export declare const whatsappContract: {
|
|
|
4851
4852
|
telephonySignature: string | null;
|
|
4852
4853
|
};
|
|
4853
4854
|
};
|
|
4854
|
-
closedAt: Date;
|
|
4855
4855
|
lastMessageAt: Date | null;
|
|
4856
4856
|
isBotRoom: boolean;
|
|
4857
4857
|
csatStatus: string | null;
|
|
@@ -8975,6 +8975,7 @@ export declare const whatsappContract: {
|
|
|
8975
8975
|
firstResponseTime: number;
|
|
8976
8976
|
lastMessage: string;
|
|
8977
8977
|
handleTime: number;
|
|
8978
|
+
closedAt: Date;
|
|
8978
8979
|
unreadCount: number;
|
|
8979
8980
|
firstResponseAt: Date;
|
|
8980
8981
|
isLatest: boolean;
|
|
@@ -9149,7 +9150,6 @@ export declare const whatsappContract: {
|
|
|
9149
9150
|
telephonySignature: string | null;
|
|
9150
9151
|
};
|
|
9151
9152
|
};
|
|
9152
|
-
closedAt: Date;
|
|
9153
9153
|
lastMessageAt: Date | null;
|
|
9154
9154
|
isBotRoom: boolean;
|
|
9155
9155
|
csatStatus: string | null;
|
|
@@ -9411,6 +9411,7 @@ export declare const whatsappContract: {
|
|
|
9411
9411
|
firstResponseTime: number;
|
|
9412
9412
|
lastMessage: string;
|
|
9413
9413
|
handleTime: number;
|
|
9414
|
+
closedAt: Date;
|
|
9414
9415
|
unreadCount: number;
|
|
9415
9416
|
firstResponseAt: Date;
|
|
9416
9417
|
isLatest: boolean;
|
|
@@ -9585,7 +9586,6 @@ export declare const whatsappContract: {
|
|
|
9585
9586
|
telephonySignature: string | null;
|
|
9586
9587
|
};
|
|
9587
9588
|
};
|
|
9588
|
-
closedAt: Date;
|
|
9589
9589
|
lastMessageAt: Date | null;
|
|
9590
9590
|
isBotRoom: boolean;
|
|
9591
9591
|
csatStatus: string | null;
|
|
@@ -11620,6 +11620,7 @@ export declare const whatsappContract: {
|
|
|
11620
11620
|
firstResponseTime: number;
|
|
11621
11621
|
lastMessage: string;
|
|
11622
11622
|
handleTime: number;
|
|
11623
|
+
closedAt: Date;
|
|
11623
11624
|
unreadCount: number;
|
|
11624
11625
|
firstResponseAt: Date;
|
|
11625
11626
|
isLatest: boolean;
|
|
@@ -11794,7 +11795,6 @@ export declare const whatsappContract: {
|
|
|
11794
11795
|
telephonySignature: string | null;
|
|
11795
11796
|
};
|
|
11796
11797
|
};
|
|
11797
|
-
closedAt: Date;
|
|
11798
11798
|
lastMessageAt: Date | null;
|
|
11799
11799
|
isBotRoom: boolean;
|
|
11800
11800
|
csatStatus: string | null;
|
|
@@ -12393,6 +12393,7 @@ export declare const whatsappContract: {
|
|
|
12393
12393
|
firstResponseTime: number;
|
|
12394
12394
|
lastMessage: string;
|
|
12395
12395
|
handleTime: number;
|
|
12396
|
+
closedAt: Date;
|
|
12396
12397
|
unreadCount: number;
|
|
12397
12398
|
firstResponseAt: Date;
|
|
12398
12399
|
isLatest: boolean;
|
|
@@ -12567,7 +12568,6 @@ export declare const whatsappContract: {
|
|
|
12567
12568
|
telephonySignature: string | null;
|
|
12568
12569
|
};
|
|
12569
12570
|
};
|
|
12570
|
-
closedAt: Date;
|
|
12571
12571
|
lastMessageAt: Date | null;
|
|
12572
12572
|
isBotRoom: boolean;
|
|
12573
12573
|
csatStatus: string | null;
|
|
@@ -13167,6 +13167,7 @@ export declare const whatsappContract: {
|
|
|
13167
13167
|
firstResponseTime: number;
|
|
13168
13168
|
lastMessage: string;
|
|
13169
13169
|
handleTime: number;
|
|
13170
|
+
closedAt: Date;
|
|
13170
13171
|
unreadCount: number;
|
|
13171
13172
|
firstResponseAt: Date;
|
|
13172
13173
|
isLatest: boolean;
|
|
@@ -13341,7 +13342,6 @@ export declare const whatsappContract: {
|
|
|
13341
13342
|
telephonySignature: string | null;
|
|
13342
13343
|
};
|
|
13343
13344
|
};
|
|
13344
|
-
closedAt: Date;
|
|
13345
13345
|
lastMessageAt: Date | null;
|
|
13346
13346
|
isBotRoom: boolean;
|
|
13347
13347
|
csatStatus: string | null;
|
|
@@ -13940,6 +13940,7 @@ export declare const whatsappContract: {
|
|
|
13940
13940
|
firstResponseTime: number;
|
|
13941
13941
|
lastMessage: string;
|
|
13942
13942
|
handleTime: number;
|
|
13943
|
+
closedAt: Date;
|
|
13943
13944
|
unreadCount: number;
|
|
13944
13945
|
firstResponseAt: Date;
|
|
13945
13946
|
isLatest: boolean;
|
|
@@ -14114,7 +14115,6 @@ export declare const whatsappContract: {
|
|
|
14114
14115
|
telephonySignature: string | null;
|
|
14115
14116
|
};
|
|
14116
14117
|
};
|
|
14117
|
-
closedAt: Date;
|
|
14118
14118
|
lastMessageAt: Date | null;
|
|
14119
14119
|
isBotRoom: boolean;
|
|
14120
14120
|
csatStatus: string | null;
|
|
@@ -14714,6 +14714,7 @@ export declare const whatsappContract: {
|
|
|
14714
14714
|
firstResponseTime: number;
|
|
14715
14715
|
lastMessage: string;
|
|
14716
14716
|
handleTime: number;
|
|
14717
|
+
closedAt: Date;
|
|
14717
14718
|
unreadCount: number;
|
|
14718
14719
|
firstResponseAt: Date;
|
|
14719
14720
|
isLatest: boolean;
|
|
@@ -14888,7 +14889,6 @@ export declare const whatsappContract: {
|
|
|
14888
14889
|
telephonySignature: string | null;
|
|
14889
14890
|
};
|
|
14890
14891
|
};
|
|
14891
|
-
closedAt: Date;
|
|
14892
14892
|
lastMessageAt: Date | null;
|
|
14893
14893
|
isBotRoom: boolean;
|
|
14894
14894
|
csatStatus: string | null;
|
|
@@ -15487,6 +15487,7 @@ export declare const whatsappContract: {
|
|
|
15487
15487
|
firstResponseTime: number;
|
|
15488
15488
|
lastMessage: string;
|
|
15489
15489
|
handleTime: number;
|
|
15490
|
+
closedAt: Date;
|
|
15490
15491
|
unreadCount: number;
|
|
15491
15492
|
firstResponseAt: Date;
|
|
15492
15493
|
isLatest: boolean;
|
|
@@ -15661,7 +15662,6 @@ export declare const whatsappContract: {
|
|
|
15661
15662
|
telephonySignature: string | null;
|
|
15662
15663
|
};
|
|
15663
15664
|
};
|
|
15664
|
-
closedAt: Date;
|
|
15665
15665
|
lastMessageAt: Date | null;
|
|
15666
15666
|
isBotRoom: boolean;
|
|
15667
15667
|
csatStatus: string | null;
|
|
@@ -16263,6 +16263,7 @@ export declare const whatsappContract: {
|
|
|
16263
16263
|
firstResponseTime: number;
|
|
16264
16264
|
lastMessage: string;
|
|
16265
16265
|
handleTime: number;
|
|
16266
|
+
closedAt: Date;
|
|
16266
16267
|
unreadCount: number;
|
|
16267
16268
|
firstResponseAt: Date;
|
|
16268
16269
|
isLatest: boolean;
|
|
@@ -16437,7 +16438,6 @@ export declare const whatsappContract: {
|
|
|
16437
16438
|
telephonySignature: string | null;
|
|
16438
16439
|
};
|
|
16439
16440
|
};
|
|
16440
|
-
closedAt: Date;
|
|
16441
16441
|
lastMessageAt: Date | null;
|
|
16442
16442
|
isBotRoom: boolean;
|
|
16443
16443
|
csatStatus: string | null;
|
|
@@ -17036,6 +17036,7 @@ export declare const whatsappContract: {
|
|
|
17036
17036
|
firstResponseTime: number;
|
|
17037
17037
|
lastMessage: string;
|
|
17038
17038
|
handleTime: number;
|
|
17039
|
+
closedAt: Date;
|
|
17039
17040
|
unreadCount: number;
|
|
17040
17041
|
firstResponseAt: Date;
|
|
17041
17042
|
isLatest: boolean;
|
|
@@ -17210,7 +17211,6 @@ export declare const whatsappContract: {
|
|
|
17210
17211
|
telephonySignature: string | null;
|
|
17211
17212
|
};
|
|
17212
17213
|
};
|
|
17213
|
-
closedAt: Date;
|
|
17214
17214
|
lastMessageAt: Date | null;
|
|
17215
17215
|
isBotRoom: boolean;
|
|
17216
17216
|
csatStatus: string | null;
|
|
@@ -17813,6 +17813,7 @@ export declare const whatsappContract: {
|
|
|
17813
17813
|
firstResponseTime: number;
|
|
17814
17814
|
lastMessage: string;
|
|
17815
17815
|
handleTime: number;
|
|
17816
|
+
closedAt: Date;
|
|
17816
17817
|
unreadCount: number;
|
|
17817
17818
|
firstResponseAt: Date;
|
|
17818
17819
|
isLatest: boolean;
|
|
@@ -17987,7 +17988,6 @@ export declare const whatsappContract: {
|
|
|
17987
17988
|
telephonySignature: string | null;
|
|
17988
17989
|
};
|
|
17989
17990
|
};
|
|
17990
|
-
closedAt: Date;
|
|
17991
17991
|
lastMessageAt: Date | null;
|
|
17992
17992
|
isBotRoom: boolean;
|
|
17993
17993
|
csatStatus: string | null;
|
|
@@ -18586,6 +18586,7 @@ export declare const whatsappContract: {
|
|
|
18586
18586
|
firstResponseTime: number;
|
|
18587
18587
|
lastMessage: string;
|
|
18588
18588
|
handleTime: number;
|
|
18589
|
+
closedAt: Date;
|
|
18589
18590
|
unreadCount: number;
|
|
18590
18591
|
firstResponseAt: Date;
|
|
18591
18592
|
isLatest: boolean;
|
|
@@ -18760,7 +18761,6 @@ export declare const whatsappContract: {
|
|
|
18760
18761
|
telephonySignature: string | null;
|
|
18761
18762
|
};
|
|
18762
18763
|
};
|
|
18763
|
-
closedAt: Date;
|
|
18764
18764
|
lastMessageAt: Date | null;
|
|
18765
18765
|
isBotRoom: boolean;
|
|
18766
18766
|
csatStatus: string | null;
|