@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
|
@@ -4242,6 +4242,7 @@ export declare const messengerContract: {
|
|
|
4242
4242
|
firstResponseTime: number;
|
|
4243
4243
|
lastMessage: string;
|
|
4244
4244
|
handleTime: number;
|
|
4245
|
+
closedAt: Date;
|
|
4245
4246
|
unreadCount: number;
|
|
4246
4247
|
firstResponseAt: Date;
|
|
4247
4248
|
isLatest: boolean;
|
|
@@ -4416,7 +4417,6 @@ export declare const messengerContract: {
|
|
|
4416
4417
|
telephonySignature: string | null;
|
|
4417
4418
|
};
|
|
4418
4419
|
};
|
|
4419
|
-
closedAt: Date;
|
|
4420
4420
|
lastMessageAt: Date | null;
|
|
4421
4421
|
isBotRoom: boolean;
|
|
4422
4422
|
csatStatus: string | null;
|
|
@@ -4678,6 +4678,7 @@ export declare const messengerContract: {
|
|
|
4678
4678
|
firstResponseTime: number;
|
|
4679
4679
|
lastMessage: string;
|
|
4680
4680
|
handleTime: number;
|
|
4681
|
+
closedAt: Date;
|
|
4681
4682
|
unreadCount: number;
|
|
4682
4683
|
firstResponseAt: Date;
|
|
4683
4684
|
isLatest: boolean;
|
|
@@ -4852,7 +4853,6 @@ export declare const messengerContract: {
|
|
|
4852
4853
|
telephonySignature: string | null;
|
|
4853
4854
|
};
|
|
4854
4855
|
};
|
|
4855
|
-
closedAt: Date;
|
|
4856
4856
|
lastMessageAt: Date | null;
|
|
4857
4857
|
isBotRoom: boolean;
|
|
4858
4858
|
csatStatus: string | null;
|
|
@@ -8976,6 +8976,7 @@ export declare const messengerContract: {
|
|
|
8976
8976
|
firstResponseTime: number;
|
|
8977
8977
|
lastMessage: string;
|
|
8978
8978
|
handleTime: number;
|
|
8979
|
+
closedAt: Date;
|
|
8979
8980
|
unreadCount: number;
|
|
8980
8981
|
firstResponseAt: Date;
|
|
8981
8982
|
isLatest: boolean;
|
|
@@ -9150,7 +9151,6 @@ export declare const messengerContract: {
|
|
|
9150
9151
|
telephonySignature: string | null;
|
|
9151
9152
|
};
|
|
9152
9153
|
};
|
|
9153
|
-
closedAt: Date;
|
|
9154
9154
|
lastMessageAt: Date | null;
|
|
9155
9155
|
isBotRoom: boolean;
|
|
9156
9156
|
csatStatus: string | null;
|
|
@@ -9412,6 +9412,7 @@ export declare const messengerContract: {
|
|
|
9412
9412
|
firstResponseTime: number;
|
|
9413
9413
|
lastMessage: string;
|
|
9414
9414
|
handleTime: number;
|
|
9415
|
+
closedAt: Date;
|
|
9415
9416
|
unreadCount: number;
|
|
9416
9417
|
firstResponseAt: Date;
|
|
9417
9418
|
isLatest: boolean;
|
|
@@ -9586,7 +9587,6 @@ export declare const messengerContract: {
|
|
|
9586
9587
|
telephonySignature: string | null;
|
|
9587
9588
|
};
|
|
9588
9589
|
};
|
|
9589
|
-
closedAt: Date;
|
|
9590
9590
|
lastMessageAt: Date | null;
|
|
9591
9591
|
isBotRoom: boolean;
|
|
9592
9592
|
csatStatus: string | null;
|
|
@@ -11621,6 +11621,7 @@ export declare const messengerContract: {
|
|
|
11621
11621
|
firstResponseTime: number;
|
|
11622
11622
|
lastMessage: string;
|
|
11623
11623
|
handleTime: number;
|
|
11624
|
+
closedAt: Date;
|
|
11624
11625
|
unreadCount: number;
|
|
11625
11626
|
firstResponseAt: Date;
|
|
11626
11627
|
isLatest: boolean;
|
|
@@ -11795,7 +11796,6 @@ export declare const messengerContract: {
|
|
|
11795
11796
|
telephonySignature: string | null;
|
|
11796
11797
|
};
|
|
11797
11798
|
};
|
|
11798
|
-
closedAt: Date;
|
|
11799
11799
|
lastMessageAt: Date | null;
|
|
11800
11800
|
isBotRoom: boolean;
|
|
11801
11801
|
csatStatus: string | null;
|
|
@@ -12394,6 +12394,7 @@ export declare const messengerContract: {
|
|
|
12394
12394
|
firstResponseTime: number;
|
|
12395
12395
|
lastMessage: string;
|
|
12396
12396
|
handleTime: number;
|
|
12397
|
+
closedAt: Date;
|
|
12397
12398
|
unreadCount: number;
|
|
12398
12399
|
firstResponseAt: Date;
|
|
12399
12400
|
isLatest: boolean;
|
|
@@ -12568,7 +12569,6 @@ export declare const messengerContract: {
|
|
|
12568
12569
|
telephonySignature: string | null;
|
|
12569
12570
|
};
|
|
12570
12571
|
};
|
|
12571
|
-
closedAt: Date;
|
|
12572
12572
|
lastMessageAt: Date | null;
|
|
12573
12573
|
isBotRoom: boolean;
|
|
12574
12574
|
csatStatus: string | null;
|
|
@@ -13168,6 +13168,7 @@ export declare const messengerContract: {
|
|
|
13168
13168
|
firstResponseTime: number;
|
|
13169
13169
|
lastMessage: string;
|
|
13170
13170
|
handleTime: number;
|
|
13171
|
+
closedAt: Date;
|
|
13171
13172
|
unreadCount: number;
|
|
13172
13173
|
firstResponseAt: Date;
|
|
13173
13174
|
isLatest: boolean;
|
|
@@ -13342,7 +13343,6 @@ export declare const messengerContract: {
|
|
|
13342
13343
|
telephonySignature: string | null;
|
|
13343
13344
|
};
|
|
13344
13345
|
};
|
|
13345
|
-
closedAt: Date;
|
|
13346
13346
|
lastMessageAt: Date | null;
|
|
13347
13347
|
isBotRoom: boolean;
|
|
13348
13348
|
csatStatus: string | null;
|
|
@@ -13941,6 +13941,7 @@ export declare const messengerContract: {
|
|
|
13941
13941
|
firstResponseTime: number;
|
|
13942
13942
|
lastMessage: string;
|
|
13943
13943
|
handleTime: number;
|
|
13944
|
+
closedAt: Date;
|
|
13944
13945
|
unreadCount: number;
|
|
13945
13946
|
firstResponseAt: Date;
|
|
13946
13947
|
isLatest: boolean;
|
|
@@ -14115,7 +14116,6 @@ export declare const messengerContract: {
|
|
|
14115
14116
|
telephonySignature: string | null;
|
|
14116
14117
|
};
|
|
14117
14118
|
};
|
|
14118
|
-
closedAt: Date;
|
|
14119
14119
|
lastMessageAt: Date | null;
|
|
14120
14120
|
isBotRoom: boolean;
|
|
14121
14121
|
csatStatus: string | null;
|
|
@@ -14715,6 +14715,7 @@ export declare const messengerContract: {
|
|
|
14715
14715
|
firstResponseTime: number;
|
|
14716
14716
|
lastMessage: string;
|
|
14717
14717
|
handleTime: number;
|
|
14718
|
+
closedAt: Date;
|
|
14718
14719
|
unreadCount: number;
|
|
14719
14720
|
firstResponseAt: Date;
|
|
14720
14721
|
isLatest: boolean;
|
|
@@ -14889,7 +14890,6 @@ export declare const messengerContract: {
|
|
|
14889
14890
|
telephonySignature: string | null;
|
|
14890
14891
|
};
|
|
14891
14892
|
};
|
|
14892
|
-
closedAt: Date;
|
|
14893
14893
|
lastMessageAt: Date | null;
|
|
14894
14894
|
isBotRoom: boolean;
|
|
14895
14895
|
csatStatus: string | null;
|
|
@@ -15488,6 +15488,7 @@ export declare const messengerContract: {
|
|
|
15488
15488
|
firstResponseTime: number;
|
|
15489
15489
|
lastMessage: string;
|
|
15490
15490
|
handleTime: number;
|
|
15491
|
+
closedAt: Date;
|
|
15491
15492
|
unreadCount: number;
|
|
15492
15493
|
firstResponseAt: Date;
|
|
15493
15494
|
isLatest: boolean;
|
|
@@ -15662,7 +15663,6 @@ export declare const messengerContract: {
|
|
|
15662
15663
|
telephonySignature: string | null;
|
|
15663
15664
|
};
|
|
15664
15665
|
};
|
|
15665
|
-
closedAt: Date;
|
|
15666
15666
|
lastMessageAt: Date | null;
|
|
15667
15667
|
isBotRoom: boolean;
|
|
15668
15668
|
csatStatus: string | null;
|
|
@@ -16264,6 +16264,7 @@ export declare const messengerContract: {
|
|
|
16264
16264
|
firstResponseTime: number;
|
|
16265
16265
|
lastMessage: string;
|
|
16266
16266
|
handleTime: number;
|
|
16267
|
+
closedAt: Date;
|
|
16267
16268
|
unreadCount: number;
|
|
16268
16269
|
firstResponseAt: Date;
|
|
16269
16270
|
isLatest: boolean;
|
|
@@ -16438,7 +16439,6 @@ export declare const messengerContract: {
|
|
|
16438
16439
|
telephonySignature: string | null;
|
|
16439
16440
|
};
|
|
16440
16441
|
};
|
|
16441
|
-
closedAt: Date;
|
|
16442
16442
|
lastMessageAt: Date | null;
|
|
16443
16443
|
isBotRoom: boolean;
|
|
16444
16444
|
csatStatus: string | null;
|
|
@@ -17037,6 +17037,7 @@ export declare const messengerContract: {
|
|
|
17037
17037
|
firstResponseTime: number;
|
|
17038
17038
|
lastMessage: string;
|
|
17039
17039
|
handleTime: number;
|
|
17040
|
+
closedAt: Date;
|
|
17040
17041
|
unreadCount: number;
|
|
17041
17042
|
firstResponseAt: Date;
|
|
17042
17043
|
isLatest: boolean;
|
|
@@ -17211,7 +17212,6 @@ export declare const messengerContract: {
|
|
|
17211
17212
|
telephonySignature: string | null;
|
|
17212
17213
|
};
|
|
17213
17214
|
};
|
|
17214
|
-
closedAt: Date;
|
|
17215
17215
|
lastMessageAt: Date | null;
|
|
17216
17216
|
isBotRoom: boolean;
|
|
17217
17217
|
csatStatus: string | null;
|
|
@@ -17814,6 +17814,7 @@ export declare const messengerContract: {
|
|
|
17814
17814
|
firstResponseTime: number;
|
|
17815
17815
|
lastMessage: string;
|
|
17816
17816
|
handleTime: number;
|
|
17817
|
+
closedAt: Date;
|
|
17817
17818
|
unreadCount: number;
|
|
17818
17819
|
firstResponseAt: Date;
|
|
17819
17820
|
isLatest: boolean;
|
|
@@ -17988,7 +17989,6 @@ export declare const messengerContract: {
|
|
|
17988
17989
|
telephonySignature: string | null;
|
|
17989
17990
|
};
|
|
17990
17991
|
};
|
|
17991
|
-
closedAt: Date;
|
|
17992
17992
|
lastMessageAt: Date | null;
|
|
17993
17993
|
isBotRoom: boolean;
|
|
17994
17994
|
csatStatus: string | null;
|
|
@@ -18587,6 +18587,7 @@ export declare const messengerContract: {
|
|
|
18587
18587
|
firstResponseTime: number;
|
|
18588
18588
|
lastMessage: string;
|
|
18589
18589
|
handleTime: number;
|
|
18590
|
+
closedAt: Date;
|
|
18590
18591
|
unreadCount: number;
|
|
18591
18592
|
firstResponseAt: Date;
|
|
18592
18593
|
isLatest: boolean;
|
|
@@ -18761,7 +18762,6 @@ export declare const messengerContract: {
|
|
|
18761
18762
|
telephonySignature: string | null;
|
|
18762
18763
|
};
|
|
18763
18764
|
};
|
|
18764
|
-
closedAt: Date;
|
|
18765
18765
|
lastMessageAt: Date | null;
|
|
18766
18766
|
isBotRoom: boolean;
|
|
18767
18767
|
csatStatus: string | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import z from 'zod';
|
|
2
|
-
import {
|
|
2
|
+
import { TPresenceStatusOption, PresenceStatusSchema, UserPresenceStatusSchema } from './schema';
|
|
3
3
|
import { CreatePresenceStatusSchema, UpdatePresenceStatusSchema } from './validation';
|
|
4
4
|
export type CreatePresenceStatusRequest = z.infer<typeof CreatePresenceStatusSchema>;
|
|
5
5
|
export type UpdatePresenceStatusRequest = z.infer<typeof UpdatePresenceStatusSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/presence-status/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AASpB,OAAO,EACL,oBAAoB,EACpB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/presence-status/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AASpB,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,0BAA0B,EAC1B,0BAA0B,EAC3B,MAAM,cAAc,CAAC;AAEtB,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,0BAA0B,CAClC,CAAC;AACF,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,0BAA0B,CAClC,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACzE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8GlC,CAAC"}
|
|
@@ -5516,6 +5516,7 @@ export declare const telegramContract: {
|
|
|
5516
5516
|
firstResponseTime: number;
|
|
5517
5517
|
lastMessage: string;
|
|
5518
5518
|
handleTime: number;
|
|
5519
|
+
closedAt: Date;
|
|
5519
5520
|
unreadCount: number;
|
|
5520
5521
|
firstResponseAt: Date;
|
|
5521
5522
|
isLatest: boolean;
|
|
@@ -5690,7 +5691,6 @@ export declare const telegramContract: {
|
|
|
5690
5691
|
telephonySignature: string | null;
|
|
5691
5692
|
};
|
|
5692
5693
|
};
|
|
5693
|
-
closedAt: Date;
|
|
5694
5694
|
lastMessageAt: Date | null;
|
|
5695
5695
|
isBotRoom: boolean;
|
|
5696
5696
|
csatStatus: string | null;
|
|
@@ -5952,6 +5952,7 @@ export declare const telegramContract: {
|
|
|
5952
5952
|
firstResponseTime: number;
|
|
5953
5953
|
lastMessage: string;
|
|
5954
5954
|
handleTime: number;
|
|
5955
|
+
closedAt: Date;
|
|
5955
5956
|
unreadCount: number;
|
|
5956
5957
|
firstResponseAt: Date;
|
|
5957
5958
|
isLatest: boolean;
|
|
@@ -6126,7 +6127,6 @@ export declare const telegramContract: {
|
|
|
6126
6127
|
telephonySignature: string | null;
|
|
6127
6128
|
};
|
|
6128
6129
|
};
|
|
6129
|
-
closedAt: Date;
|
|
6130
6130
|
lastMessageAt: Date | null;
|
|
6131
6131
|
isBotRoom: boolean;
|
|
6132
6132
|
csatStatus: string | null;
|
|
@@ -10250,6 +10250,7 @@ export declare const telegramContract: {
|
|
|
10250
10250
|
firstResponseTime: number;
|
|
10251
10251
|
lastMessage: string;
|
|
10252
10252
|
handleTime: number;
|
|
10253
|
+
closedAt: Date;
|
|
10253
10254
|
unreadCount: number;
|
|
10254
10255
|
firstResponseAt: Date;
|
|
10255
10256
|
isLatest: boolean;
|
|
@@ -10424,7 +10425,6 @@ export declare const telegramContract: {
|
|
|
10424
10425
|
telephonySignature: string | null;
|
|
10425
10426
|
};
|
|
10426
10427
|
};
|
|
10427
|
-
closedAt: Date;
|
|
10428
10428
|
lastMessageAt: Date | null;
|
|
10429
10429
|
isBotRoom: boolean;
|
|
10430
10430
|
csatStatus: string | null;
|
|
@@ -10686,6 +10686,7 @@ export declare const telegramContract: {
|
|
|
10686
10686
|
firstResponseTime: number;
|
|
10687
10687
|
lastMessage: string;
|
|
10688
10688
|
handleTime: number;
|
|
10689
|
+
closedAt: Date;
|
|
10689
10690
|
unreadCount: number;
|
|
10690
10691
|
firstResponseAt: Date;
|
|
10691
10692
|
isLatest: boolean;
|
|
@@ -10860,7 +10861,6 @@ export declare const telegramContract: {
|
|
|
10860
10861
|
telephonySignature: string | null;
|
|
10861
10862
|
};
|
|
10862
10863
|
};
|
|
10863
|
-
closedAt: Date;
|
|
10864
10864
|
lastMessageAt: Date | null;
|
|
10865
10865
|
isBotRoom: boolean;
|
|
10866
10866
|
csatStatus: string | null;
|
|
@@ -12895,6 +12895,7 @@ export declare const telegramContract: {
|
|
|
12895
12895
|
firstResponseTime: number;
|
|
12896
12896
|
lastMessage: string;
|
|
12897
12897
|
handleTime: number;
|
|
12898
|
+
closedAt: Date;
|
|
12898
12899
|
unreadCount: number;
|
|
12899
12900
|
firstResponseAt: Date;
|
|
12900
12901
|
isLatest: boolean;
|
|
@@ -13069,7 +13070,6 @@ export declare const telegramContract: {
|
|
|
13069
13070
|
telephonySignature: string | null;
|
|
13070
13071
|
};
|
|
13071
13072
|
};
|
|
13072
|
-
closedAt: Date;
|
|
13073
13073
|
lastMessageAt: Date | null;
|
|
13074
13074
|
isBotRoom: boolean;
|
|
13075
13075
|
csatStatus: string | null;
|
|
@@ -13668,6 +13668,7 @@ export declare const telegramContract: {
|
|
|
13668
13668
|
firstResponseTime: number;
|
|
13669
13669
|
lastMessage: string;
|
|
13670
13670
|
handleTime: number;
|
|
13671
|
+
closedAt: Date;
|
|
13671
13672
|
unreadCount: number;
|
|
13672
13673
|
firstResponseAt: Date;
|
|
13673
13674
|
isLatest: boolean;
|
|
@@ -13842,7 +13843,6 @@ export declare const telegramContract: {
|
|
|
13842
13843
|
telephonySignature: string | null;
|
|
13843
13844
|
};
|
|
13844
13845
|
};
|
|
13845
|
-
closedAt: Date;
|
|
13846
13846
|
lastMessageAt: Date | null;
|
|
13847
13847
|
isBotRoom: boolean;
|
|
13848
13848
|
csatStatus: string | null;
|
|
@@ -14442,6 +14442,7 @@ export declare const telegramContract: {
|
|
|
14442
14442
|
firstResponseTime: number;
|
|
14443
14443
|
lastMessage: string;
|
|
14444
14444
|
handleTime: number;
|
|
14445
|
+
closedAt: Date;
|
|
14445
14446
|
unreadCount: number;
|
|
14446
14447
|
firstResponseAt: Date;
|
|
14447
14448
|
isLatest: boolean;
|
|
@@ -14616,7 +14617,6 @@ export declare const telegramContract: {
|
|
|
14616
14617
|
telephonySignature: string | null;
|
|
14617
14618
|
};
|
|
14618
14619
|
};
|
|
14619
|
-
closedAt: Date;
|
|
14620
14620
|
lastMessageAt: Date | null;
|
|
14621
14621
|
isBotRoom: boolean;
|
|
14622
14622
|
csatStatus: string | null;
|
|
@@ -15215,6 +15215,7 @@ export declare const telegramContract: {
|
|
|
15215
15215
|
firstResponseTime: number;
|
|
15216
15216
|
lastMessage: string;
|
|
15217
15217
|
handleTime: number;
|
|
15218
|
+
closedAt: Date;
|
|
15218
15219
|
unreadCount: number;
|
|
15219
15220
|
firstResponseAt: Date;
|
|
15220
15221
|
isLatest: boolean;
|
|
@@ -15389,7 +15390,6 @@ export declare const telegramContract: {
|
|
|
15389
15390
|
telephonySignature: string | null;
|
|
15390
15391
|
};
|
|
15391
15392
|
};
|
|
15392
|
-
closedAt: Date;
|
|
15393
15393
|
lastMessageAt: Date | null;
|
|
15394
15394
|
isBotRoom: boolean;
|
|
15395
15395
|
csatStatus: string | null;
|
|
@@ -15989,6 +15989,7 @@ export declare const telegramContract: {
|
|
|
15989
15989
|
firstResponseTime: number;
|
|
15990
15990
|
lastMessage: string;
|
|
15991
15991
|
handleTime: number;
|
|
15992
|
+
closedAt: Date;
|
|
15992
15993
|
unreadCount: number;
|
|
15993
15994
|
firstResponseAt: Date;
|
|
15994
15995
|
isLatest: boolean;
|
|
@@ -16163,7 +16164,6 @@ export declare const telegramContract: {
|
|
|
16163
16164
|
telephonySignature: string | null;
|
|
16164
16165
|
};
|
|
16165
16166
|
};
|
|
16166
|
-
closedAt: Date;
|
|
16167
16167
|
lastMessageAt: Date | null;
|
|
16168
16168
|
isBotRoom: boolean;
|
|
16169
16169
|
csatStatus: string | null;
|
|
@@ -16762,6 +16762,7 @@ export declare const telegramContract: {
|
|
|
16762
16762
|
firstResponseTime: number;
|
|
16763
16763
|
lastMessage: string;
|
|
16764
16764
|
handleTime: number;
|
|
16765
|
+
closedAt: Date;
|
|
16765
16766
|
unreadCount: number;
|
|
16766
16767
|
firstResponseAt: Date;
|
|
16767
16768
|
isLatest: boolean;
|
|
@@ -16936,7 +16937,6 @@ export declare const telegramContract: {
|
|
|
16936
16937
|
telephonySignature: string | null;
|
|
16937
16938
|
};
|
|
16938
16939
|
};
|
|
16939
|
-
closedAt: Date;
|
|
16940
16940
|
lastMessageAt: Date | null;
|
|
16941
16941
|
isBotRoom: boolean;
|
|
16942
16942
|
csatStatus: string | null;
|
|
@@ -17538,6 +17538,7 @@ export declare const telegramContract: {
|
|
|
17538
17538
|
firstResponseTime: number;
|
|
17539
17539
|
lastMessage: string;
|
|
17540
17540
|
handleTime: number;
|
|
17541
|
+
closedAt: Date;
|
|
17541
17542
|
unreadCount: number;
|
|
17542
17543
|
firstResponseAt: Date;
|
|
17543
17544
|
isLatest: boolean;
|
|
@@ -17712,7 +17713,6 @@ export declare const telegramContract: {
|
|
|
17712
17713
|
telephonySignature: string | null;
|
|
17713
17714
|
};
|
|
17714
17715
|
};
|
|
17715
|
-
closedAt: Date;
|
|
17716
17716
|
lastMessageAt: Date | null;
|
|
17717
17717
|
isBotRoom: boolean;
|
|
17718
17718
|
csatStatus: string | null;
|
|
@@ -18311,6 +18311,7 @@ export declare const telegramContract: {
|
|
|
18311
18311
|
firstResponseTime: number;
|
|
18312
18312
|
lastMessage: string;
|
|
18313
18313
|
handleTime: number;
|
|
18314
|
+
closedAt: Date;
|
|
18314
18315
|
unreadCount: number;
|
|
18315
18316
|
firstResponseAt: Date;
|
|
18316
18317
|
isLatest: boolean;
|
|
@@ -18485,7 +18486,6 @@ export declare const telegramContract: {
|
|
|
18485
18486
|
telephonySignature: string | null;
|
|
18486
18487
|
};
|
|
18487
18488
|
};
|
|
18488
|
-
closedAt: Date;
|
|
18489
18489
|
lastMessageAt: Date | null;
|
|
18490
18490
|
isBotRoom: boolean;
|
|
18491
18491
|
csatStatus: string | null;
|
|
@@ -19088,6 +19088,7 @@ export declare const telegramContract: {
|
|
|
19088
19088
|
firstResponseTime: number;
|
|
19089
19089
|
lastMessage: string;
|
|
19090
19090
|
handleTime: number;
|
|
19091
|
+
closedAt: Date;
|
|
19091
19092
|
unreadCount: number;
|
|
19092
19093
|
firstResponseAt: Date;
|
|
19093
19094
|
isLatest: boolean;
|
|
@@ -19262,7 +19263,6 @@ export declare const telegramContract: {
|
|
|
19262
19263
|
telephonySignature: string | null;
|
|
19263
19264
|
};
|
|
19264
19265
|
};
|
|
19265
|
-
closedAt: Date;
|
|
19266
19266
|
lastMessageAt: Date | null;
|
|
19267
19267
|
isBotRoom: boolean;
|
|
19268
19268
|
csatStatus: string | null;
|
|
@@ -19861,6 +19861,7 @@ export declare const telegramContract: {
|
|
|
19861
19861
|
firstResponseTime: number;
|
|
19862
19862
|
lastMessage: string;
|
|
19863
19863
|
handleTime: number;
|
|
19864
|
+
closedAt: Date;
|
|
19864
19865
|
unreadCount: number;
|
|
19865
19866
|
firstResponseAt: Date;
|
|
19866
19867
|
isLatest: boolean;
|
|
@@ -20035,7 +20036,6 @@ export declare const telegramContract: {
|
|
|
20035
20036
|
telephonySignature: string | null;
|
|
20036
20037
|
};
|
|
20037
20038
|
};
|
|
20038
|
-
closedAt: Date;
|
|
20039
20039
|
lastMessageAt: Date | null;
|
|
20040
20040
|
isBotRoom: boolean;
|
|
20041
20041
|
csatStatus: string | null;
|