@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.
Files changed (41) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +1 -1
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/validation.d.ts +10 -10
  4. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  5. package/dist/api-contracts/src/chat/index.d.ts +102 -102
  6. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/schema.d.ts +20 -20
  8. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/validation.d.ts +14 -14
  10. package/dist/api-contracts/src/contract.d.ts +1298 -940
  11. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  12. package/dist/api-contracts/src/cx-log/index.d.ts +37 -109
  13. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  14. package/dist/api-contracts/src/cx-log/schema.d.ts +5 -23
  15. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  16. package/dist/api-contracts/src/cx-log/validation.d.ts +3 -26
  17. package/dist/api-contracts/src/cx-log/validation.d.ts.map +1 -1
  18. package/dist/api-contracts/src/facebook-feed/index.d.ts +14 -14
  19. package/dist/api-contracts/src/index.d.ts +0 -1
  20. package/dist/api-contracts/src/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/instagram/index.d.ts +14 -14
  22. package/dist/api-contracts/src/line/index.d.ts +14 -14
  23. package/dist/api-contracts/src/messenger/index.d.ts +14 -14
  24. package/dist/api-contracts/src/presence-status/index.d.ts +1 -1
  25. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  26. package/dist/api-contracts/src/telegram/index.d.ts +14 -14
  27. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +430 -0
  28. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -0
  30. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  31. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
  32. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  33. package/dist/api-contracts/src/viber/index.d.ts +14 -14
  34. package/dist/api-contracts/src/webchat/index.d.ts +14 -14
  35. package/dist/api-contracts/src/whatsapp/index.d.ts +14 -14
  36. package/dist/api-contracts/src/workflow-rule/index.d.ts +15 -15
  37. package/dist/index.js +1616 -1596
  38. package/dist/index.js.map +1 -1
  39. package/dist/index.mjs +1616 -1595
  40. package/dist/index.mjs.map +1 -1
  41. package/package.json +1 -1
@@ -11977,6 +11977,7 @@ export declare const mainFeedContract: {
11977
11977
  firstResponseTime: number;
11978
11978
  lastMessage: string;
11979
11979
  handleTime: number;
11980
+ closedAt: Date;
11980
11981
  unreadCount: number;
11981
11982
  firstResponseAt: Date;
11982
11983
  isLatest: boolean;
@@ -12151,7 +12152,6 @@ export declare const mainFeedContract: {
12151
12152
  telephonySignature: string | null;
12152
12153
  };
12153
12154
  };
12154
- closedAt: Date;
12155
12155
  lastMessageAt: Date | null;
12156
12156
  isBotRoom: boolean;
12157
12157
  csatStatus: string | null;
@@ -12413,6 +12413,7 @@ export declare const mainFeedContract: {
12413
12413
  firstResponseTime: number;
12414
12414
  lastMessage: string;
12415
12415
  handleTime: number;
12416
+ closedAt: Date;
12416
12417
  unreadCount: number;
12417
12418
  firstResponseAt: Date;
12418
12419
  isLatest: boolean;
@@ -12587,7 +12588,6 @@ export declare const mainFeedContract: {
12587
12588
  telephonySignature: string | null;
12588
12589
  };
12589
12590
  };
12590
- closedAt: Date;
12591
12591
  lastMessageAt: Date | null;
12592
12592
  isBotRoom: boolean;
12593
12593
  csatStatus: string | null;
@@ -17758,6 +17758,7 @@ export declare const mainFeedContract: {
17758
17758
  firstResponseTime: number;
17759
17759
  lastMessage: string;
17760
17760
  handleTime: number;
17761
+ closedAt: Date;
17761
17762
  unreadCount: number;
17762
17763
  firstResponseAt: Date;
17763
17764
  isLatest: boolean;
@@ -17932,7 +17933,6 @@ export declare const mainFeedContract: {
17932
17933
  telephonySignature: string | null;
17933
17934
  };
17934
17935
  };
17935
- closedAt: Date;
17936
17936
  lastMessageAt: Date | null;
17937
17937
  isBotRoom: boolean;
17938
17938
  csatStatus: string | null;
@@ -18194,6 +18194,7 @@ export declare const mainFeedContract: {
18194
18194
  firstResponseTime: number;
18195
18195
  lastMessage: string;
18196
18196
  handleTime: number;
18197
+ closedAt: Date;
18197
18198
  unreadCount: number;
18198
18199
  firstResponseAt: Date;
18199
18200
  isLatest: boolean;
@@ -18368,7 +18369,6 @@ export declare const mainFeedContract: {
18368
18369
  telephonySignature: string | null;
18369
18370
  };
18370
18371
  };
18371
- closedAt: Date;
18372
18372
  lastMessageAt: Date | null;
18373
18373
  isBotRoom: boolean;
18374
18374
  csatStatus: string | null;
@@ -20403,6 +20403,7 @@ export declare const mainFeedContract: {
20403
20403
  firstResponseTime: number;
20404
20404
  lastMessage: string;
20405
20405
  handleTime: number;
20406
+ closedAt: Date;
20406
20407
  unreadCount: number;
20407
20408
  firstResponseAt: Date;
20408
20409
  isLatest: boolean;
@@ -20577,7 +20578,6 @@ export declare const mainFeedContract: {
20577
20578
  telephonySignature: string | null;
20578
20579
  };
20579
20580
  };
20580
- closedAt: Date;
20581
20581
  lastMessageAt: Date | null;
20582
20582
  isBotRoom: boolean;
20583
20583
  csatStatus: string | null;
@@ -21176,6 +21176,7 @@ export declare const mainFeedContract: {
21176
21176
  firstResponseTime: number;
21177
21177
  lastMessage: string;
21178
21178
  handleTime: number;
21179
+ closedAt: Date;
21179
21180
  unreadCount: number;
21180
21181
  firstResponseAt: Date;
21181
21182
  isLatest: boolean;
@@ -21350,7 +21351,6 @@ export declare const mainFeedContract: {
21350
21351
  telephonySignature: string | null;
21351
21352
  };
21352
21353
  };
21353
- closedAt: Date;
21354
21354
  lastMessageAt: Date | null;
21355
21355
  isBotRoom: boolean;
21356
21356
  csatStatus: string | null;
@@ -21956,6 +21956,7 @@ export declare const mainFeedContract: {
21956
21956
  firstResponseTime: number;
21957
21957
  lastMessage: string;
21958
21958
  handleTime: number;
21959
+ closedAt: Date;
21959
21960
  unreadCount: number;
21960
21961
  firstResponseAt: Date;
21961
21962
  isLatest: boolean;
@@ -22130,7 +22131,6 @@ export declare const mainFeedContract: {
22130
22131
  telephonySignature: string | null;
22131
22132
  };
22132
22133
  };
22133
- closedAt: Date;
22134
22134
  lastMessageAt: Date | null;
22135
22135
  isBotRoom: boolean;
22136
22136
  csatStatus: string | null;
@@ -22724,6 +22724,7 @@ export declare const mainFeedContract: {
22724
22724
  firstResponseTime: number;
22725
22725
  lastMessage: string;
22726
22726
  handleTime: number;
22727
+ closedAt: Date;
22727
22728
  unreadCount: number;
22728
22729
  firstResponseAt: Date;
22729
22730
  isLatest: boolean;
@@ -22898,7 +22899,6 @@ export declare const mainFeedContract: {
22898
22899
  telephonySignature: string | null;
22899
22900
  };
22900
22901
  };
22901
- closedAt: Date;
22902
22902
  lastMessageAt: Date | null;
22903
22903
  isBotRoom: boolean;
22904
22904
  csatStatus: string | null;
@@ -23630,6 +23630,7 @@ export declare const mainFeedContract: {
23630
23630
  firstResponseTime: number;
23631
23631
  lastMessage: string;
23632
23632
  handleTime: number;
23633
+ closedAt: Date;
23633
23634
  unreadCount: number;
23634
23635
  firstResponseAt: Date;
23635
23636
  isLatest: boolean;
@@ -23804,7 +23805,6 @@ export declare const mainFeedContract: {
23804
23805
  telephonySignature: string | null;
23805
23806
  };
23806
23807
  };
23807
- closedAt: Date;
23808
23808
  lastMessageAt: Date | null;
23809
23809
  isBotRoom: boolean;
23810
23810
  csatStatus: string | null;
@@ -24398,6 +24398,7 @@ export declare const mainFeedContract: {
24398
24398
  firstResponseTime: number;
24399
24399
  lastMessage: string;
24400
24400
  handleTime: number;
24401
+ closedAt: Date;
24401
24402
  unreadCount: number;
24402
24403
  firstResponseAt: Date;
24403
24404
  isLatest: boolean;
@@ -24572,7 +24573,6 @@ export declare const mainFeedContract: {
24572
24573
  telephonySignature: string | null;
24573
24574
  };
24574
24575
  };
24575
- closedAt: Date;
24576
24576
  lastMessageAt: Date | null;
24577
24577
  isBotRoom: boolean;
24578
24578
  csatStatus: string | null;
@@ -25306,6 +25306,7 @@ export declare const mainFeedContract: {
25306
25306
  firstResponseTime: number;
25307
25307
  lastMessage: string;
25308
25308
  handleTime: number;
25309
+ closedAt: Date;
25309
25310
  unreadCount: number;
25310
25311
  firstResponseAt: Date;
25311
25312
  isLatest: boolean;
@@ -25480,7 +25481,6 @@ export declare const mainFeedContract: {
25480
25481
  telephonySignature: string | null;
25481
25482
  };
25482
25483
  };
25483
- closedAt: Date;
25484
25484
  lastMessageAt: Date | null;
25485
25485
  isBotRoom: boolean;
25486
25486
  csatStatus: string | null;
@@ -26074,6 +26074,7 @@ export declare const mainFeedContract: {
26074
26074
  firstResponseTime: number;
26075
26075
  lastMessage: string;
26076
26076
  handleTime: number;
26077
+ closedAt: Date;
26077
26078
  unreadCount: number;
26078
26079
  firstResponseAt: Date;
26079
26080
  isLatest: boolean;
@@ -26248,7 +26249,6 @@ export declare const mainFeedContract: {
26248
26249
  telephonySignature: string | null;
26249
26250
  };
26250
26251
  };
26251
- closedAt: Date;
26252
26252
  lastMessageAt: Date | null;
26253
26253
  isBotRoom: boolean;
26254
26254
  csatStatus: string | null;
@@ -26986,6 +26986,7 @@ export declare const mainFeedContract: {
26986
26986
  firstResponseTime: number;
26987
26987
  lastMessage: string;
26988
26988
  handleTime: number;
26989
+ closedAt: Date;
26989
26990
  unreadCount: number;
26990
26991
  firstResponseAt: Date;
26991
26992
  isLatest: boolean;
@@ -27160,7 +27161,6 @@ export declare const mainFeedContract: {
27160
27161
  telephonySignature: string | null;
27161
27162
  };
27162
27163
  };
27163
- closedAt: Date;
27164
27164
  lastMessageAt: Date | null;
27165
27165
  isBotRoom: boolean;
27166
27166
  csatStatus: string | null;
@@ -27754,6 +27754,7 @@ export declare const mainFeedContract: {
27754
27754
  firstResponseTime: number;
27755
27755
  lastMessage: string;
27756
27756
  handleTime: number;
27757
+ closedAt: Date;
27757
27758
  unreadCount: number;
27758
27759
  firstResponseAt: Date;
27759
27760
  isLatest: boolean;
@@ -27928,7 +27929,6 @@ export declare const mainFeedContract: {
27928
27929
  telephonySignature: string | null;
27929
27930
  };
27930
27931
  };
27931
- closedAt: Date;
27932
27932
  lastMessageAt: Date | null;
27933
27933
  isBotRoom: boolean;
27934
27934
  csatStatus: string | null;
@@ -31332,6 +31332,7 @@ export declare const mainChatRoomContract: {
31332
31332
  firstResponseTime: number;
31333
31333
  lastMessage: string;
31334
31334
  handleTime: number;
31335
+ closedAt: Date;
31335
31336
  unreadCount: number;
31336
31337
  firstResponseAt: Date;
31337
31338
  isLatest: boolean;
@@ -31506,7 +31507,6 @@ export declare const mainChatRoomContract: {
31506
31507
  telephonySignature: string | null;
31507
31508
  };
31508
31509
  };
31509
- closedAt: Date;
31510
31510
  lastMessageAt: Date | null;
31511
31511
  isBotRoom: boolean;
31512
31512
  csatStatus: string | null;
@@ -31768,6 +31768,7 @@ export declare const mainChatRoomContract: {
31768
31768
  firstResponseTime: number;
31769
31769
  lastMessage: string;
31770
31770
  handleTime: number;
31771
+ closedAt: Date;
31771
31772
  unreadCount: number;
31772
31773
  firstResponseAt: Date;
31773
31774
  isLatest: boolean;
@@ -31942,7 +31943,6 @@ export declare const mainChatRoomContract: {
31942
31943
  telephonySignature: string | null;
31943
31944
  };
31944
31945
  };
31945
- closedAt: Date;
31946
31946
  lastMessageAt: Date | null;
31947
31947
  isBotRoom: boolean;
31948
31948
  csatStatus: string | null;
@@ -32217,6 +32217,7 @@ export declare const mainChatRoomContract: {
32217
32217
  firstResponseTime: number;
32218
32218
  lastMessage: string;
32219
32219
  handleTime: number;
32220
+ closedAt: Date;
32220
32221
  unreadCount: number;
32221
32222
  firstResponseAt: Date;
32222
32223
  isLatest: boolean;
@@ -32391,7 +32392,6 @@ export declare const mainChatRoomContract: {
32391
32392
  telephonySignature: string | null;
32392
32393
  };
32393
32394
  };
32394
- closedAt: Date;
32395
32395
  lastMessageAt: Date | null;
32396
32396
  isBotRoom: boolean;
32397
32397
  csatStatus: string | null;
@@ -32664,6 +32664,7 @@ export declare const mainChatRoomContract: {
32664
32664
  firstResponseTime: number;
32665
32665
  lastMessage: string;
32666
32666
  handleTime: number;
32667
+ closedAt: Date;
32667
32668
  unreadCount: number;
32668
32669
  firstResponseAt: Date;
32669
32670
  isLatest: boolean;
@@ -32838,7 +32839,6 @@ export declare const mainChatRoomContract: {
32838
32839
  telephonySignature: string | null;
32839
32840
  };
32840
32841
  };
32841
- closedAt: Date;
32842
32842
  lastMessageAt: Date | null;
32843
32843
  isBotRoom: boolean;
32844
32844
  csatStatus: string | null;
@@ -35772,6 +35772,7 @@ export declare const mainChatRoomContract: {
35772
35772
  firstResponseTime: number;
35773
35773
  lastMessage: string;
35774
35774
  handleTime: number;
35775
+ closedAt: Date;
35775
35776
  unreadCount: number;
35776
35777
  firstResponseAt: Date;
35777
35778
  isLatest: boolean;
@@ -35946,7 +35947,6 @@ export declare const mainChatRoomContract: {
35946
35947
  telephonySignature: string | null;
35947
35948
  };
35948
35949
  };
35949
- closedAt: Date;
35950
35950
  lastMessageAt: Date | null;
35951
35951
  isBotRoom: boolean;
35952
35952
  csatStatus: string | null;
@@ -36208,6 +36208,7 @@ export declare const mainChatRoomContract: {
36208
36208
  firstResponseTime: number;
36209
36209
  lastMessage: string;
36210
36210
  handleTime: number;
36211
+ closedAt: Date;
36211
36212
  unreadCount: number;
36212
36213
  firstResponseAt: Date;
36213
36214
  isLatest: boolean;
@@ -36382,7 +36383,6 @@ export declare const mainChatRoomContract: {
36382
36383
  telephonySignature: string | null;
36383
36384
  };
36384
36385
  };
36385
- closedAt: Date;
36386
36386
  lastMessageAt: Date | null;
36387
36387
  isBotRoom: boolean;
36388
36388
  csatStatus: string | null;
@@ -36733,6 +36733,7 @@ export declare const mainChatRoomContract: {
36733
36733
  firstResponseTime: number;
36734
36734
  lastMessage: string;
36735
36735
  handleTime: number;
36736
+ closedAt: Date;
36736
36737
  unreadCount: number;
36737
36738
  firstResponseAt: Date;
36738
36739
  isLatest: boolean;
@@ -36907,7 +36908,6 @@ export declare const mainChatRoomContract: {
36907
36908
  telephonySignature: string | null;
36908
36909
  };
36909
36910
  };
36910
- closedAt: Date;
36911
36911
  lastMessageAt: Date | null;
36912
36912
  isBotRoom: boolean;
36913
36913
  csatStatus: string | null;
@@ -37202,6 +37202,7 @@ export declare const mainChatRoomContract: {
37202
37202
  firstResponseTime: number;
37203
37203
  lastMessage: string;
37204
37204
  handleTime: number;
37205
+ closedAt: Date;
37205
37206
  unreadCount: number;
37206
37207
  firstResponseAt: Date;
37207
37208
  isLatest: boolean;
@@ -37376,7 +37377,6 @@ export declare const mainChatRoomContract: {
37376
37377
  telephonySignature: string | null;
37377
37378
  };
37378
37379
  };
37379
- closedAt: Date;
37380
37380
  lastMessageAt: Date | null;
37381
37381
  isBotRoom: boolean;
37382
37382
  csatStatus: string | null;
@@ -37673,6 +37673,7 @@ export declare const mainChatRoomContract: {
37673
37673
  firstResponseTime: number;
37674
37674
  lastMessage: string;
37675
37675
  handleTime: number;
37676
+ closedAt: Date;
37676
37677
  unreadCount: number;
37677
37678
  firstResponseAt: Date;
37678
37679
  isLatest: boolean;
@@ -37847,7 +37848,6 @@ export declare const mainChatRoomContract: {
37847
37848
  telephonySignature: string | null;
37848
37849
  };
37849
37850
  };
37850
- closedAt: Date;
37851
37851
  lastMessageAt: Date | null;
37852
37852
  isBotRoom: boolean;
37853
37853
  csatStatus: string | null;
@@ -38145,6 +38145,7 @@ export declare const mainChatRoomContract: {
38145
38145
  firstResponseTime: number;
38146
38146
  lastMessage: string;
38147
38147
  handleTime: number;
38148
+ closedAt: Date;
38148
38149
  unreadCount: number;
38149
38150
  firstResponseAt: Date;
38150
38151
  isLatest: boolean;
@@ -38319,7 +38320,6 @@ export declare const mainChatRoomContract: {
38319
38320
  telephonySignature: string | null;
38320
38321
  };
38321
38322
  };
38322
- closedAt: Date;
38323
38323
  lastMessageAt: Date | null;
38324
38324
  isBotRoom: boolean;
38325
38325
  csatStatus: string | null;
@@ -39299,6 +39299,7 @@ export declare const mainChatRoomContract: {
39299
39299
  firstResponseTime: z.ZodNumber;
39300
39300
  lastMessage: z.ZodString;
39301
39301
  handleTime: z.ZodNumber;
39302
+ closedAt: z.ZodDate;
39302
39303
  unreadCount: z.ZodNumber;
39303
39304
  firstResponseAt: z.ZodDate;
39304
39305
  isLatest: z.ZodBoolean;
@@ -40553,7 +40554,6 @@ export declare const mainChatRoomContract: {
40553
40554
  telephonySignature: string | null;
40554
40555
  };
40555
40556
  }>;
40556
- closedAt: z.ZodDate;
40557
40557
  lastMessageAt: z.ZodNullable<z.ZodDate>;
40558
40558
  isBotRoom: z.ZodBoolean;
40559
40559
  csatStatus: z.ZodNullable<z.ZodString>;
@@ -41280,6 +41280,7 @@ export declare const mainChatRoomContract: {
41280
41280
  firstResponseTime: number;
41281
41281
  lastMessage: string;
41282
41282
  handleTime: number;
41283
+ closedAt: Date;
41283
41284
  unreadCount: number;
41284
41285
  firstResponseAt: Date;
41285
41286
  isLatest: boolean;
@@ -41454,7 +41455,6 @@ export declare const mainChatRoomContract: {
41454
41455
  telephonySignature: string | null;
41455
41456
  };
41456
41457
  };
41457
- closedAt: Date;
41458
41458
  lastMessageAt: Date | null;
41459
41459
  isBotRoom: boolean;
41460
41460
  csatStatus: string | null;
@@ -41717,6 +41717,7 @@ export declare const mainChatRoomContract: {
41717
41717
  firstResponseTime: number;
41718
41718
  lastMessage: string;
41719
41719
  handleTime: number;
41720
+ closedAt: Date;
41720
41721
  unreadCount: number;
41721
41722
  firstResponseAt: Date;
41722
41723
  isLatest: boolean;
@@ -41891,7 +41892,6 @@ export declare const mainChatRoomContract: {
41891
41892
  telephonySignature: string | null;
41892
41893
  };
41893
41894
  };
41894
- closedAt: Date;
41895
41895
  lastMessageAt: Date | null;
41896
41896
  isBotRoom: boolean;
41897
41897
  csatStatus: string | null;
@@ -42156,6 +42156,7 @@ export declare const mainChatRoomContract: {
42156
42156
  firstResponseTime: number;
42157
42157
  lastMessage: string;
42158
42158
  handleTime: number;
42159
+ closedAt: Date;
42159
42160
  unreadCount: number;
42160
42161
  firstResponseAt: Date;
42161
42162
  isLatest: boolean;
@@ -42330,7 +42331,6 @@ export declare const mainChatRoomContract: {
42330
42331
  telephonySignature: string | null;
42331
42332
  };
42332
42333
  };
42333
- closedAt: Date;
42334
42334
  lastMessageAt: Date | null;
42335
42335
  isBotRoom: boolean;
42336
42336
  csatStatus: string | null;
@@ -42596,6 +42596,7 @@ export declare const mainChatRoomContract: {
42596
42596
  firstResponseTime: number;
42597
42597
  lastMessage: string;
42598
42598
  handleTime: number;
42599
+ closedAt: Date;
42599
42600
  unreadCount: number;
42600
42601
  firstResponseAt: Date;
42601
42602
  isLatest: boolean;
@@ -42770,7 +42771,6 @@ export declare const mainChatRoomContract: {
42770
42771
  telephonySignature: string | null;
42771
42772
  };
42772
42773
  };
42773
- closedAt: Date;
42774
42774
  lastMessageAt: Date | null;
42775
42775
  isBotRoom: boolean;
42776
42776
  csatStatus: string | null;
@@ -43717,6 +43717,7 @@ export declare const mainChatRoomContract: {
43717
43717
  firstResponseTime: z.ZodNumber;
43718
43718
  lastMessage: z.ZodString;
43719
43719
  handleTime: z.ZodNumber;
43720
+ closedAt: z.ZodDate;
43720
43721
  unreadCount: z.ZodNumber;
43721
43722
  firstResponseAt: z.ZodDate;
43722
43723
  isLatest: z.ZodBoolean;
@@ -44971,7 +44972,6 @@ export declare const mainChatRoomContract: {
44971
44972
  telephonySignature: string | null;
44972
44973
  };
44973
44974
  }>;
44974
- closedAt: z.ZodDate;
44975
44975
  lastMessageAt: z.ZodNullable<z.ZodDate>;
44976
44976
  isBotRoom: z.ZodBoolean;
44977
44977
  csatStatus: z.ZodNullable<z.ZodString>;
@@ -46580,6 +46580,7 @@ export declare const mainChatRoomContract: {
46580
46580
  firstResponseTime: number;
46581
46581
  lastMessage: string;
46582
46582
  handleTime: number;
46583
+ closedAt: Date;
46583
46584
  unreadCount: number;
46584
46585
  firstResponseAt: Date;
46585
46586
  isLatest: boolean;
@@ -46754,7 +46755,6 @@ export declare const mainChatRoomContract: {
46754
46755
  telephonySignature: string | null;
46755
46756
  };
46756
46757
  };
46757
- closedAt: Date;
46758
46758
  lastMessageAt: Date | null;
46759
46759
  isBotRoom: boolean;
46760
46760
  csatStatus: string | null;
@@ -47129,6 +47129,7 @@ export declare const mainChatRoomContract: {
47129
47129
  firstResponseTime: number;
47130
47130
  lastMessage: string;
47131
47131
  handleTime: number;
47132
+ closedAt: Date;
47132
47133
  unreadCount: number;
47133
47134
  firstResponseAt: Date;
47134
47135
  isLatest: boolean;
@@ -47303,7 +47304,6 @@ export declare const mainChatRoomContract: {
47303
47304
  telephonySignature: string | null;
47304
47305
  };
47305
47306
  };
47306
- closedAt: Date;
47307
47307
  lastMessageAt: Date | null;
47308
47308
  isBotRoom: boolean;
47309
47309
  csatStatus: string | null;
@@ -47680,6 +47680,7 @@ export declare const mainChatRoomContract: {
47680
47680
  firstResponseTime: number;
47681
47681
  lastMessage: string;
47682
47682
  handleTime: number;
47683
+ closedAt: Date;
47683
47684
  unreadCount: number;
47684
47685
  firstResponseAt: Date;
47685
47686
  isLatest: boolean;
@@ -47854,7 +47855,6 @@ export declare const mainChatRoomContract: {
47854
47855
  telephonySignature: string | null;
47855
47856
  };
47856
47857
  };
47857
- closedAt: Date;
47858
47858
  lastMessageAt: Date | null;
47859
47859
  isBotRoom: boolean;
47860
47860
  csatStatus: string | null;
@@ -48232,6 +48232,7 @@ export declare const mainChatRoomContract: {
48232
48232
  firstResponseTime: number;
48233
48233
  lastMessage: string;
48234
48234
  handleTime: number;
48235
+ closedAt: Date;
48235
48236
  unreadCount: number;
48236
48237
  firstResponseAt: Date;
48237
48238
  isLatest: boolean;
@@ -48406,7 +48407,6 @@ export declare const mainChatRoomContract: {
48406
48407
  telephonySignature: string | null;
48407
48408
  };
48408
48409
  };
48409
- closedAt: Date;
48410
48410
  lastMessageAt: Date | null;
48411
48411
  isBotRoom: boolean;
48412
48412
  csatStatus: string | null;
@@ -49343,6 +49343,7 @@ export declare const mainChatRoomContract: {
49343
49343
  firstResponseTime: z.ZodNumber;
49344
49344
  lastMessage: z.ZodString;
49345
49345
  handleTime: z.ZodNumber;
49346
+ closedAt: z.ZodDate;
49346
49347
  unreadCount: z.ZodNumber;
49347
49348
  firstResponseAt: z.ZodDate;
49348
49349
  isLatest: z.ZodBoolean;
@@ -50597,7 +50598,6 @@ export declare const mainChatRoomContract: {
50597
50598
  telephonySignature: string | null;
50598
50599
  };
50599
50600
  }>;
50600
- closedAt: z.ZodDate;
50601
50601
  lastMessageAt: z.ZodNullable<z.ZodDate>;
50602
50602
  isBotRoom: z.ZodBoolean;
50603
50603
  csatStatus: z.ZodNullable<z.ZodString>;
@@ -51325,6 +51325,7 @@ export declare const mainChatRoomContract: {
51325
51325
  firstResponseTime: number;
51326
51326
  lastMessage: string;
51327
51327
  handleTime: number;
51328
+ closedAt: Date;
51328
51329
  unreadCount: number;
51329
51330
  firstResponseAt: Date;
51330
51331
  isLatest: boolean;
@@ -51499,7 +51500,6 @@ export declare const mainChatRoomContract: {
51499
51500
  telephonySignature: string | null;
51500
51501
  };
51501
51502
  };
51502
- closedAt: Date;
51503
51503
  lastMessageAt: Date | null;
51504
51504
  isBotRoom: boolean;
51505
51505
  csatStatus: string | null;
@@ -51762,6 +51762,7 @@ export declare const mainChatRoomContract: {
51762
51762
  firstResponseTime: number;
51763
51763
  lastMessage: string;
51764
51764
  handleTime: number;
51765
+ closedAt: Date;
51765
51766
  unreadCount: number;
51766
51767
  firstResponseAt: Date;
51767
51768
  isLatest: boolean;
@@ -51936,7 +51937,6 @@ export declare const mainChatRoomContract: {
51936
51937
  telephonySignature: string | null;
51937
51938
  };
51938
51939
  };
51939
- closedAt: Date;
51940
51940
  lastMessageAt: Date | null;
51941
51941
  isBotRoom: boolean;
51942
51942
  csatStatus: string | null;
@@ -52201,6 +52201,7 @@ export declare const mainChatRoomContract: {
52201
52201
  firstResponseTime: number;
52202
52202
  lastMessage: string;
52203
52203
  handleTime: number;
52204
+ closedAt: Date;
52204
52205
  unreadCount: number;
52205
52206
  firstResponseAt: Date;
52206
52207
  isLatest: boolean;
@@ -52375,7 +52376,6 @@ export declare const mainChatRoomContract: {
52375
52376
  telephonySignature: string | null;
52376
52377
  };
52377
52378
  };
52378
- closedAt: Date;
52379
52379
  lastMessageAt: Date | null;
52380
52380
  isBotRoom: boolean;
52381
52381
  csatStatus: string | null;
@@ -52641,6 +52641,7 @@ export declare const mainChatRoomContract: {
52641
52641
  firstResponseTime: number;
52642
52642
  lastMessage: string;
52643
52643
  handleTime: number;
52644
+ closedAt: Date;
52644
52645
  unreadCount: number;
52645
52646
  firstResponseAt: Date;
52646
52647
  isLatest: boolean;
@@ -52815,7 +52816,6 @@ export declare const mainChatRoomContract: {
52815
52816
  telephonySignature: string | null;
52816
52817
  };
52817
52818
  };
52818
- closedAt: Date;
52819
52819
  lastMessageAt: Date | null;
52820
52820
  isBotRoom: boolean;
52821
52821
  csatStatus: string | null;
@@ -53765,6 +53765,7 @@ export declare const mainChatRoomContract: {
53765
53765
  firstResponseTime: z.ZodNumber;
53766
53766
  lastMessage: z.ZodString;
53767
53767
  handleTime: z.ZodNumber;
53768
+ closedAt: z.ZodDate;
53768
53769
  unreadCount: z.ZodNumber;
53769
53770
  firstResponseAt: z.ZodDate;
53770
53771
  isLatest: z.ZodBoolean;
@@ -55019,7 +55020,6 @@ export declare const mainChatRoomContract: {
55019
55020
  telephonySignature: string | null;
55020
55021
  };
55021
55022
  }>;
55022
- closedAt: z.ZodDate;
55023
55023
  lastMessageAt: z.ZodNullable<z.ZodDate>;
55024
55024
  isBotRoom: z.ZodBoolean;
55025
55025
  csatStatus: z.ZodNullable<z.ZodString>;
@@ -55745,6 +55745,7 @@ export declare const mainChatRoomContract: {
55745
55745
  firstResponseTime: number;
55746
55746
  lastMessage: string;
55747
55747
  handleTime: number;
55748
+ closedAt: Date;
55748
55749
  unreadCount: number;
55749
55750
  firstResponseAt: Date;
55750
55751
  isLatest: boolean;
@@ -55919,7 +55920,6 @@ export declare const mainChatRoomContract: {
55919
55920
  telephonySignature: string | null;
55920
55921
  };
55921
55922
  };
55922
- closedAt: Date;
55923
55923
  lastMessageAt: Date | null;
55924
55924
  isBotRoom: boolean;
55925
55925
  csatStatus: string | null;
@@ -56181,6 +56181,7 @@ export declare const mainChatRoomContract: {
56181
56181
  firstResponseTime: number;
56182
56182
  lastMessage: string;
56183
56183
  handleTime: number;
56184
+ closedAt: Date;
56184
56185
  unreadCount: number;
56185
56186
  firstResponseAt: Date;
56186
56187
  isLatest: boolean;
@@ -56355,7 +56356,6 @@ export declare const mainChatRoomContract: {
56355
56356
  telephonySignature: string | null;
56356
56357
  };
56357
56358
  };
56358
- closedAt: Date;
56359
56359
  lastMessageAt: Date | null;
56360
56360
  isBotRoom: boolean;
56361
56361
  csatStatus: string | null;
@@ -56619,6 +56619,7 @@ export declare const mainChatRoomContract: {
56619
56619
  firstResponseTime: number;
56620
56620
  lastMessage: string;
56621
56621
  handleTime: number;
56622
+ closedAt: Date;
56622
56623
  unreadCount: number;
56623
56624
  firstResponseAt: Date;
56624
56625
  isLatest: boolean;
@@ -56793,7 +56794,6 @@ export declare const mainChatRoomContract: {
56793
56794
  telephonySignature: string | null;
56794
56795
  };
56795
56796
  };
56796
- closedAt: Date;
56797
56797
  lastMessageAt: Date | null;
56798
56798
  isBotRoom: boolean;
56799
56799
  csatStatus: string | null;
@@ -57061,6 +57061,7 @@ export declare const mainChatRoomContract: {
57061
57061
  firstResponseTime: number;
57062
57062
  lastMessage: string;
57063
57063
  handleTime: number;
57064
+ closedAt: Date;
57064
57065
  unreadCount: number;
57065
57066
  firstResponseAt: Date;
57066
57067
  isLatest: boolean;
@@ -57235,7 +57236,6 @@ export declare const mainChatRoomContract: {
57235
57236
  telephonySignature: string | null;
57236
57237
  };
57237
57238
  };
57238
- closedAt: Date;
57239
57239
  lastMessageAt: Date | null;
57240
57240
  isBotRoom: boolean;
57241
57241
  csatStatus: string | null;
@@ -61018,6 +61018,7 @@ export declare const mainChatContract: {
61018
61018
  firstResponseTime: number;
61019
61019
  lastMessage: string;
61020
61020
  handleTime: number;
61021
+ closedAt: Date;
61021
61022
  unreadCount: number;
61022
61023
  firstResponseAt: Date;
61023
61024
  isLatest: boolean;
@@ -61192,7 +61193,6 @@ export declare const mainChatContract: {
61192
61193
  telephonySignature: string | null;
61193
61194
  };
61194
61195
  };
61195
- closedAt: Date;
61196
61196
  lastMessageAt: Date | null;
61197
61197
  isBotRoom: boolean;
61198
61198
  csatStatus: string | null;
@@ -61454,6 +61454,7 @@ export declare const mainChatContract: {
61454
61454
  firstResponseTime: number;
61455
61455
  lastMessage: string;
61456
61456
  handleTime: number;
61457
+ closedAt: Date;
61457
61458
  unreadCount: number;
61458
61459
  firstResponseAt: Date;
61459
61460
  isLatest: boolean;
@@ -61628,7 +61629,6 @@ export declare const mainChatContract: {
61628
61629
  telephonySignature: string | null;
61629
61630
  };
61630
61631
  };
61631
- closedAt: Date;
61632
61632
  lastMessageAt: Date | null;
61633
61633
  isBotRoom: boolean;
61634
61634
  csatStatus: string | null;
@@ -65752,6 +65752,7 @@ export declare const mainChatContract: {
65752
65752
  firstResponseTime: number;
65753
65753
  lastMessage: string;
65754
65754
  handleTime: number;
65755
+ closedAt: Date;
65755
65756
  unreadCount: number;
65756
65757
  firstResponseAt: Date;
65757
65758
  isLatest: boolean;
@@ -65926,7 +65927,6 @@ export declare const mainChatContract: {
65926
65927
  telephonySignature: string | null;
65927
65928
  };
65928
65929
  };
65929
- closedAt: Date;
65930
65930
  lastMessageAt: Date | null;
65931
65931
  isBotRoom: boolean;
65932
65932
  csatStatus: string | null;
@@ -66188,6 +66188,7 @@ export declare const mainChatContract: {
66188
66188
  firstResponseTime: number;
66189
66189
  lastMessage: string;
66190
66190
  handleTime: number;
66191
+ closedAt: Date;
66191
66192
  unreadCount: number;
66192
66193
  firstResponseAt: Date;
66193
66194
  isLatest: boolean;
@@ -66362,7 +66363,6 @@ export declare const mainChatContract: {
66362
66363
  telephonySignature: string | null;
66363
66364
  };
66364
66365
  };
66365
- closedAt: Date;
66366
66366
  lastMessageAt: Date | null;
66367
66367
  isBotRoom: boolean;
66368
66368
  csatStatus: string | null;
@@ -68397,6 +68397,7 @@ export declare const mainChatContract: {
68397
68397
  firstResponseTime: number;
68398
68398
  lastMessage: string;
68399
68399
  handleTime: number;
68400
+ closedAt: Date;
68400
68401
  unreadCount: number;
68401
68402
  firstResponseAt: Date;
68402
68403
  isLatest: boolean;
@@ -68571,7 +68572,6 @@ export declare const mainChatContract: {
68571
68572
  telephonySignature: string | null;
68572
68573
  };
68573
68574
  };
68574
- closedAt: Date;
68575
68575
  lastMessageAt: Date | null;
68576
68576
  isBotRoom: boolean;
68577
68577
  csatStatus: string | null;
@@ -69170,6 +69170,7 @@ export declare const mainChatContract: {
69170
69170
  firstResponseTime: number;
69171
69171
  lastMessage: string;
69172
69172
  handleTime: number;
69173
+ closedAt: Date;
69173
69174
  unreadCount: number;
69174
69175
  firstResponseAt: Date;
69175
69176
  isLatest: boolean;
@@ -69344,7 +69345,6 @@ export declare const mainChatContract: {
69344
69345
  telephonySignature: string | null;
69345
69346
  };
69346
69347
  };
69347
- closedAt: Date;
69348
69348
  lastMessageAt: Date | null;
69349
69349
  isBotRoom: boolean;
69350
69350
  csatStatus: string | null;
@@ -69944,6 +69944,7 @@ export declare const mainChatContract: {
69944
69944
  firstResponseTime: number;
69945
69945
  lastMessage: string;
69946
69946
  handleTime: number;
69947
+ closedAt: Date;
69947
69948
  unreadCount: number;
69948
69949
  firstResponseAt: Date;
69949
69950
  isLatest: boolean;
@@ -70118,7 +70119,6 @@ export declare const mainChatContract: {
70118
70119
  telephonySignature: string | null;
70119
70120
  };
70120
70121
  };
70121
- closedAt: Date;
70122
70122
  lastMessageAt: Date | null;
70123
70123
  isBotRoom: boolean;
70124
70124
  csatStatus: string | null;
@@ -70717,6 +70717,7 @@ export declare const mainChatContract: {
70717
70717
  firstResponseTime: number;
70718
70718
  lastMessage: string;
70719
70719
  handleTime: number;
70720
+ closedAt: Date;
70720
70721
  unreadCount: number;
70721
70722
  firstResponseAt: Date;
70722
70723
  isLatest: boolean;
@@ -70891,7 +70892,6 @@ export declare const mainChatContract: {
70891
70892
  telephonySignature: string | null;
70892
70893
  };
70893
70894
  };
70894
- closedAt: Date;
70895
70895
  lastMessageAt: Date | null;
70896
70896
  isBotRoom: boolean;
70897
70897
  csatStatus: string | null;
@@ -71491,6 +71491,7 @@ export declare const mainChatContract: {
71491
71491
  firstResponseTime: number;
71492
71492
  lastMessage: string;
71493
71493
  handleTime: number;
71494
+ closedAt: Date;
71494
71495
  unreadCount: number;
71495
71496
  firstResponseAt: Date;
71496
71497
  isLatest: boolean;
@@ -71665,7 +71666,6 @@ export declare const mainChatContract: {
71665
71666
  telephonySignature: string | null;
71666
71667
  };
71667
71668
  };
71668
- closedAt: Date;
71669
71669
  lastMessageAt: Date | null;
71670
71670
  isBotRoom: boolean;
71671
71671
  csatStatus: string | null;
@@ -72264,6 +72264,7 @@ export declare const mainChatContract: {
72264
72264
  firstResponseTime: number;
72265
72265
  lastMessage: string;
72266
72266
  handleTime: number;
72267
+ closedAt: Date;
72267
72268
  unreadCount: number;
72268
72269
  firstResponseAt: Date;
72269
72270
  isLatest: boolean;
@@ -72438,7 +72439,6 @@ export declare const mainChatContract: {
72438
72439
  telephonySignature: string | null;
72439
72440
  };
72440
72441
  };
72441
- closedAt: Date;
72442
72442
  lastMessageAt: Date | null;
72443
72443
  isBotRoom: boolean;
72444
72444
  csatStatus: string | null;
@@ -73040,6 +73040,7 @@ export declare const mainChatContract: {
73040
73040
  firstResponseTime: number;
73041
73041
  lastMessage: string;
73042
73042
  handleTime: number;
73043
+ closedAt: Date;
73043
73044
  unreadCount: number;
73044
73045
  firstResponseAt: Date;
73045
73046
  isLatest: boolean;
@@ -73214,7 +73215,6 @@ export declare const mainChatContract: {
73214
73215
  telephonySignature: string | null;
73215
73216
  };
73216
73217
  };
73217
- closedAt: Date;
73218
73218
  lastMessageAt: Date | null;
73219
73219
  isBotRoom: boolean;
73220
73220
  csatStatus: string | null;
@@ -73813,6 +73813,7 @@ export declare const mainChatContract: {
73813
73813
  firstResponseTime: number;
73814
73814
  lastMessage: string;
73815
73815
  handleTime: number;
73816
+ closedAt: Date;
73816
73817
  unreadCount: number;
73817
73818
  firstResponseAt: Date;
73818
73819
  isLatest: boolean;
@@ -73987,7 +73988,6 @@ export declare const mainChatContract: {
73987
73988
  telephonySignature: string | null;
73988
73989
  };
73989
73990
  };
73990
- closedAt: Date;
73991
73991
  lastMessageAt: Date | null;
73992
73992
  isBotRoom: boolean;
73993
73993
  csatStatus: string | null;
@@ -74590,6 +74590,7 @@ export declare const mainChatContract: {
74590
74590
  firstResponseTime: number;
74591
74591
  lastMessage: string;
74592
74592
  handleTime: number;
74593
+ closedAt: Date;
74593
74594
  unreadCount: number;
74594
74595
  firstResponseAt: Date;
74595
74596
  isLatest: boolean;
@@ -74764,7 +74765,6 @@ export declare const mainChatContract: {
74764
74765
  telephonySignature: string | null;
74765
74766
  };
74766
74767
  };
74767
- closedAt: Date;
74768
74768
  lastMessageAt: Date | null;
74769
74769
  isBotRoom: boolean;
74770
74770
  csatStatus: string | null;
@@ -75363,6 +75363,7 @@ export declare const mainChatContract: {
75363
75363
  firstResponseTime: number;
75364
75364
  lastMessage: string;
75365
75365
  handleTime: number;
75366
+ closedAt: Date;
75366
75367
  unreadCount: number;
75367
75368
  firstResponseAt: Date;
75368
75369
  isLatest: boolean;
@@ -75537,7 +75538,6 @@ export declare const mainChatContract: {
75537
75538
  telephonySignature: string | null;
75538
75539
  };
75539
75540
  };
75540
- closedAt: Date;
75541
75541
  lastMessageAt: Date | null;
75542
75542
  isBotRoom: boolean;
75543
75543
  csatStatus: string | null;
@@ -79280,6 +79280,7 @@ export declare const mainChatContract: {
79280
79280
  firstResponseTime: number;
79281
79281
  lastMessage: string;
79282
79282
  handleTime: number;
79283
+ closedAt: Date;
79283
79284
  unreadCount: number;
79284
79285
  firstResponseAt: Date;
79285
79286
  isLatest: boolean;
@@ -79454,7 +79455,6 @@ export declare const mainChatContract: {
79454
79455
  telephonySignature: string | null;
79455
79456
  };
79456
79457
  };
79457
- closedAt: Date;
79458
79458
  lastMessageAt: Date | null;
79459
79459
  isBotRoom: boolean;
79460
79460
  csatStatus: string | null;
@@ -79716,6 +79716,7 @@ export declare const mainChatContract: {
79716
79716
  firstResponseTime: number;
79717
79717
  lastMessage: string;
79718
79718
  handleTime: number;
79719
+ closedAt: Date;
79719
79720
  unreadCount: number;
79720
79721
  firstResponseAt: Date;
79721
79722
  isLatest: boolean;
@@ -79890,7 +79891,6 @@ export declare const mainChatContract: {
79890
79891
  telephonySignature: string | null;
79891
79892
  };
79892
79893
  };
79893
- closedAt: Date;
79894
79894
  lastMessageAt: Date | null;
79895
79895
  isBotRoom: boolean;
79896
79896
  csatStatus: string | null;
@@ -83908,6 +83908,7 @@ export declare const mainChatContract: {
83908
83908
  firstResponseTime: number;
83909
83909
  lastMessage: string;
83910
83910
  handleTime: number;
83911
+ closedAt: Date;
83911
83912
  unreadCount: number;
83912
83913
  firstResponseAt: Date;
83913
83914
  isLatest: boolean;
@@ -84082,7 +84083,6 @@ export declare const mainChatContract: {
84082
84083
  telephonySignature: string | null;
84083
84084
  };
84084
84085
  };
84085
- closedAt: Date;
84086
84086
  lastMessageAt: Date | null;
84087
84087
  isBotRoom: boolean;
84088
84088
  csatStatus: string | null;
@@ -84971,6 +84971,7 @@ export declare const mainChatContract: {
84971
84971
  firstResponseTime: number;
84972
84972
  lastMessage: string;
84973
84973
  handleTime: number;
84974
+ closedAt: Date;
84974
84975
  unreadCount: number;
84975
84976
  firstResponseAt: Date;
84976
84977
  isLatest: boolean;
@@ -85145,7 +85146,6 @@ export declare const mainChatContract: {
85145
85146
  telephonySignature: string | null;
85146
85147
  };
85147
85148
  };
85148
- closedAt: Date;
85149
85149
  lastMessageAt: Date | null;
85150
85150
  isBotRoom: boolean;
85151
85151
  csatStatus: string | null;
@@ -86036,6 +86036,7 @@ export declare const mainChatContract: {
86036
86036
  firstResponseTime: number;
86037
86037
  lastMessage: string;
86038
86038
  handleTime: number;
86039
+ closedAt: Date;
86039
86040
  unreadCount: number;
86040
86041
  firstResponseAt: Date;
86041
86042
  isLatest: boolean;
@@ -86210,7 +86211,6 @@ export declare const mainChatContract: {
86210
86211
  telephonySignature: string | null;
86211
86212
  };
86212
86213
  };
86213
- closedAt: Date;
86214
86214
  lastMessageAt: Date | null;
86215
86215
  isBotRoom: boolean;
86216
86216
  csatStatus: string | null;
@@ -87105,6 +87105,7 @@ export declare const mainChatContract: {
87105
87105
  firstResponseTime: number;
87106
87106
  lastMessage: string;
87107
87107
  handleTime: number;
87108
+ closedAt: Date;
87108
87109
  unreadCount: number;
87109
87110
  firstResponseAt: Date;
87110
87111
  isLatest: boolean;
@@ -87279,7 +87280,6 @@ export declare const mainChatContract: {
87279
87280
  telephonySignature: string | null;
87280
87281
  };
87281
87282
  };
87282
- closedAt: Date;
87283
87283
  lastMessageAt: Date | null;
87284
87284
  isBotRoom: boolean;
87285
87285
  csatStatus: string | null;
@@ -90720,6 +90720,7 @@ export declare const mainChatContract: {
90720
90720
  firstResponseTime: number;
90721
90721
  lastMessage: string;
90722
90722
  handleTime: number;
90723
+ closedAt: Date;
90723
90724
  unreadCount: number;
90724
90725
  firstResponseAt: Date;
90725
90726
  isLatest: boolean;
@@ -90894,7 +90895,6 @@ export declare const mainChatContract: {
90894
90895
  telephonySignature: string | null;
90895
90896
  };
90896
90897
  };
90897
- closedAt: Date;
90898
90898
  lastMessageAt: Date | null;
90899
90899
  isBotRoom: boolean;
90900
90900
  csatStatus: string | null;
@@ -91156,6 +91156,7 @@ export declare const mainChatContract: {
91156
91156
  firstResponseTime: number;
91157
91157
  lastMessage: string;
91158
91158
  handleTime: number;
91159
+ closedAt: Date;
91159
91160
  unreadCount: number;
91160
91161
  firstResponseAt: Date;
91161
91162
  isLatest: boolean;
@@ -91330,7 +91331,6 @@ export declare const mainChatContract: {
91330
91331
  telephonySignature: string | null;
91331
91332
  };
91332
91333
  };
91333
- closedAt: Date;
91334
91334
  lastMessageAt: Date | null;
91335
91335
  isBotRoom: boolean;
91336
91336
  csatStatus: string | null;
@@ -91594,6 +91594,7 @@ export declare const mainChatContract: {
91594
91594
  firstResponseTime: number;
91595
91595
  lastMessage: string;
91596
91596
  handleTime: number;
91597
+ closedAt: Date;
91597
91598
  unreadCount: number;
91598
91599
  firstResponseAt: Date;
91599
91600
  isLatest: boolean;
@@ -91768,7 +91769,6 @@ export declare const mainChatContract: {
91768
91769
  telephonySignature: string | null;
91769
91770
  };
91770
91771
  };
91771
- closedAt: Date;
91772
91772
  lastMessageAt: Date | null;
91773
91773
  isBotRoom: boolean;
91774
91774
  csatStatus: string | null;
@@ -92033,6 +92033,7 @@ export declare const mainChatContract: {
92033
92033
  firstResponseTime: number;
92034
92034
  lastMessage: string;
92035
92035
  handleTime: number;
92036
+ closedAt: Date;
92036
92037
  unreadCount: number;
92037
92038
  firstResponseAt: Date;
92038
92039
  isLatest: boolean;
@@ -92207,7 +92208,6 @@ export declare const mainChatContract: {
92207
92208
  telephonySignature: string | null;
92208
92209
  };
92209
92210
  };
92210
- closedAt: Date;
92211
92211
  lastMessageAt: Date | null;
92212
92212
  isBotRoom: boolean;
92213
92213
  csatStatus: string | null;
@@ -95138,6 +95138,7 @@ export declare const mainChatContract: {
95138
95138
  firstResponseTime: number;
95139
95139
  lastMessage: string;
95140
95140
  handleTime: number;
95141
+ closedAt: Date;
95141
95142
  unreadCount: number;
95142
95143
  firstResponseAt: Date;
95143
95144
  isLatest: boolean;
@@ -95312,7 +95313,6 @@ export declare const mainChatContract: {
95312
95313
  telephonySignature: string | null;
95313
95314
  };
95314
95315
  };
95315
- closedAt: Date;
95316
95316
  lastMessageAt: Date | null;
95317
95317
  isBotRoom: boolean;
95318
95318
  csatStatus: string | null;
@@ -95574,6 +95574,7 @@ export declare const mainChatContract: {
95574
95574
  firstResponseTime: number;
95575
95575
  lastMessage: string;
95576
95576
  handleTime: number;
95577
+ closedAt: Date;
95577
95578
  unreadCount: number;
95578
95579
  firstResponseAt: Date;
95579
95580
  isLatest: boolean;
@@ -95748,7 +95749,6 @@ export declare const mainChatContract: {
95748
95749
  telephonySignature: string | null;
95749
95750
  };
95750
95751
  };
95751
- closedAt: Date;
95752
95752
  lastMessageAt: Date | null;
95753
95753
  isBotRoom: boolean;
95754
95754
  csatStatus: string | null;
@@ -96012,6 +96012,7 @@ export declare const mainChatContract: {
96012
96012
  firstResponseTime: number;
96013
96013
  lastMessage: string;
96014
96014
  handleTime: number;
96015
+ closedAt: Date;
96015
96016
  unreadCount: number;
96016
96017
  firstResponseAt: Date;
96017
96018
  isLatest: boolean;
@@ -96186,7 +96187,6 @@ export declare const mainChatContract: {
96186
96187
  telephonySignature: string | null;
96187
96188
  };
96188
96189
  };
96189
- closedAt: Date;
96190
96190
  lastMessageAt: Date | null;
96191
96191
  isBotRoom: boolean;
96192
96192
  csatStatus: string | null;
@@ -96451,6 +96451,7 @@ export declare const mainChatContract: {
96451
96451
  firstResponseTime: number;
96452
96452
  lastMessage: string;
96453
96453
  handleTime: number;
96454
+ closedAt: Date;
96454
96455
  unreadCount: number;
96455
96456
  firstResponseAt: Date;
96456
96457
  isLatest: boolean;
@@ -96625,7 +96626,6 @@ export declare const mainChatContract: {
96625
96626
  telephonySignature: string | null;
96626
96627
  };
96627
96628
  };
96628
- closedAt: Date;
96629
96629
  lastMessageAt: Date | null;
96630
96630
  isBotRoom: boolean;
96631
96631
  csatStatus: string | null;
@@ -100617,6 +100617,7 @@ export declare const mainChatContract: {
100617
100617
  firstResponseTime: number;
100618
100618
  lastMessage: string;
100619
100619
  handleTime: number;
100620
+ closedAt: Date;
100620
100621
  unreadCount: number;
100621
100622
  firstResponseAt: Date;
100622
100623
  isLatest: boolean;
@@ -100791,7 +100792,6 @@ export declare const mainChatContract: {
100791
100792
  telephonySignature: string | null;
100792
100793
  };
100793
100794
  };
100794
- closedAt: Date;
100795
100795
  lastMessageAt: Date | null;
100796
100796
  isBotRoom: boolean;
100797
100797
  csatStatus: string | null;
@@ -101053,6 +101053,7 @@ export declare const mainChatContract: {
101053
101053
  firstResponseTime: number;
101054
101054
  lastMessage: string;
101055
101055
  handleTime: number;
101056
+ closedAt: Date;
101056
101057
  unreadCount: number;
101057
101058
  firstResponseAt: Date;
101058
101059
  isLatest: boolean;
@@ -101227,7 +101228,6 @@ export declare const mainChatContract: {
101227
101228
  telephonySignature: string | null;
101228
101229
  };
101229
101230
  };
101230
- closedAt: Date;
101231
101231
  lastMessageAt: Date | null;
101232
101232
  isBotRoom: boolean;
101233
101233
  csatStatus: string | null;
@@ -101491,6 +101491,7 @@ export declare const mainChatContract: {
101491
101491
  firstResponseTime: number;
101492
101492
  lastMessage: string;
101493
101493
  handleTime: number;
101494
+ closedAt: Date;
101494
101495
  unreadCount: number;
101495
101496
  firstResponseAt: Date;
101496
101497
  isLatest: boolean;
@@ -101665,7 +101666,6 @@ export declare const mainChatContract: {
101665
101666
  telephonySignature: string | null;
101666
101667
  };
101667
101668
  };
101668
- closedAt: Date;
101669
101669
  lastMessageAt: Date | null;
101670
101670
  isBotRoom: boolean;
101671
101671
  csatStatus: string | null;
@@ -101930,6 +101930,7 @@ export declare const mainChatContract: {
101930
101930
  firstResponseTime: number;
101931
101931
  lastMessage: string;
101932
101932
  handleTime: number;
101933
+ closedAt: Date;
101933
101934
  unreadCount: number;
101934
101935
  firstResponseAt: Date;
101935
101936
  isLatest: boolean;
@@ -102104,7 +102105,6 @@ export declare const mainChatContract: {
102104
102105
  telephonySignature: string | null;
102105
102106
  };
102106
102107
  };
102107
- closedAt: Date;
102108
102108
  lastMessageAt: Date | null;
102109
102109
  isBotRoom: boolean;
102110
102110
  csatStatus: string | null;
@@ -105062,6 +105062,7 @@ export declare const initiateMessageContract: {
105062
105062
  firstResponseTime: number;
105063
105063
  lastMessage: string;
105064
105064
  handleTime: number;
105065
+ closedAt: Date;
105065
105066
  unreadCount: number;
105066
105067
  firstResponseAt: Date;
105067
105068
  isLatest: boolean;
@@ -105236,7 +105237,6 @@ export declare const initiateMessageContract: {
105236
105237
  telephonySignature: string | null;
105237
105238
  };
105238
105239
  };
105239
- closedAt: Date;
105240
105240
  lastMessageAt: Date | null;
105241
105241
  isBotRoom: boolean;
105242
105242
  csatStatus: string | null;
@@ -105498,6 +105498,7 @@ export declare const initiateMessageContract: {
105498
105498
  firstResponseTime: number;
105499
105499
  lastMessage: string;
105500
105500
  handleTime: number;
105501
+ closedAt: Date;
105501
105502
  unreadCount: number;
105502
105503
  firstResponseAt: Date;
105503
105504
  isLatest: boolean;
@@ -105672,7 +105673,6 @@ export declare const initiateMessageContract: {
105672
105673
  telephonySignature: string | null;
105673
105674
  };
105674
105675
  };
105675
- closedAt: Date;
105676
105676
  lastMessageAt: Date | null;
105677
105677
  isBotRoom: boolean;
105678
105678
  csatStatus: string | null;
@@ -107707,6 +107707,7 @@ export declare const initiateMessageContract: {
107707
107707
  firstResponseTime: number;
107708
107708
  lastMessage: string;
107709
107709
  handleTime: number;
107710
+ closedAt: Date;
107710
107711
  unreadCount: number;
107711
107712
  firstResponseAt: Date;
107712
107713
  isLatest: boolean;
@@ -107881,7 +107882,6 @@ export declare const initiateMessageContract: {
107881
107882
  telephonySignature: string | null;
107882
107883
  };
107883
107884
  };
107884
- closedAt: Date;
107885
107885
  lastMessageAt: Date | null;
107886
107886
  isBotRoom: boolean;
107887
107887
  csatStatus: string | null;
@@ -108480,6 +108480,7 @@ export declare const initiateMessageContract: {
108480
108480
  firstResponseTime: number;
108481
108481
  lastMessage: string;
108482
108482
  handleTime: number;
108483
+ closedAt: Date;
108483
108484
  unreadCount: number;
108484
108485
  firstResponseAt: Date;
108485
108486
  isLatest: boolean;
@@ -108654,7 +108655,6 @@ export declare const initiateMessageContract: {
108654
108655
  telephonySignature: string | null;
108655
108656
  };
108656
108657
  };
108657
- closedAt: Date;
108658
108658
  lastMessageAt: Date | null;
108659
108659
  isBotRoom: boolean;
108660
108660
  csatStatus: string | null;
@@ -109255,6 +109255,7 @@ export declare const initiateMessageContract: {
109255
109255
  firstResponseTime: number;
109256
109256
  lastMessage: string;
109257
109257
  handleTime: number;
109258
+ closedAt: Date;
109258
109259
  unreadCount: number;
109259
109260
  firstResponseAt: Date;
109260
109261
  isLatest: boolean;
@@ -109429,7 +109430,6 @@ export declare const initiateMessageContract: {
109429
109430
  telephonySignature: string | null;
109430
109431
  };
109431
109432
  };
109432
- closedAt: Date;
109433
109433
  lastMessageAt: Date | null;
109434
109434
  isBotRoom: boolean;
109435
109435
  csatStatus: string | null;
@@ -110031,6 +110031,7 @@ export declare const initiateMessageContract: {
110031
110031
  firstResponseTime: number;
110032
110032
  lastMessage: string;
110033
110033
  handleTime: number;
110034
+ closedAt: Date;
110034
110035
  unreadCount: number;
110035
110036
  firstResponseAt: Date;
110036
110037
  isLatest: boolean;
@@ -110205,7 +110206,6 @@ export declare const initiateMessageContract: {
110205
110206
  telephonySignature: string | null;
110206
110207
  };
110207
110208
  };
110208
- closedAt: Date;
110209
110209
  lastMessageAt: Date | null;
110210
110210
  isBotRoom: boolean;
110211
110211
  csatStatus: string | null;
@@ -114232,6 +114232,7 @@ export declare const mainChatMessageContract: {
114232
114232
  firstResponseTime: number;
114233
114233
  lastMessage: string;
114234
114234
  handleTime: number;
114235
+ closedAt: Date;
114235
114236
  unreadCount: number;
114236
114237
  firstResponseAt: Date;
114237
114238
  isLatest: boolean;
@@ -114406,7 +114407,6 @@ export declare const mainChatMessageContract: {
114406
114407
  telephonySignature: string | null;
114407
114408
  };
114408
114409
  };
114409
- closedAt: Date;
114410
114410
  lastMessageAt: Date | null;
114411
114411
  isBotRoom: boolean;
114412
114412
  csatStatus: string | null;
@@ -114668,6 +114668,7 @@ export declare const mainChatMessageContract: {
114668
114668
  firstResponseTime: number;
114669
114669
  lastMessage: string;
114670
114670
  handleTime: number;
114671
+ closedAt: Date;
114671
114672
  unreadCount: number;
114672
114673
  firstResponseAt: Date;
114673
114674
  isLatest: boolean;
@@ -114842,7 +114843,6 @@ export declare const mainChatMessageContract: {
114842
114843
  telephonySignature: string | null;
114843
114844
  };
114844
114845
  };
114845
- closedAt: Date;
114846
114846
  lastMessageAt: Date | null;
114847
114847
  isBotRoom: boolean;
114848
114848
  csatStatus: string | null;
@@ -118966,6 +118966,7 @@ export declare const mainChatMessageContract: {
118966
118966
  firstResponseTime: number;
118967
118967
  lastMessage: string;
118968
118968
  handleTime: number;
118969
+ closedAt: Date;
118969
118970
  unreadCount: number;
118970
118971
  firstResponseAt: Date;
118971
118972
  isLatest: boolean;
@@ -119140,7 +119141,6 @@ export declare const mainChatMessageContract: {
119140
119141
  telephonySignature: string | null;
119141
119142
  };
119142
119143
  };
119143
- closedAt: Date;
119144
119144
  lastMessageAt: Date | null;
119145
119145
  isBotRoom: boolean;
119146
119146
  csatStatus: string | null;
@@ -119402,6 +119402,7 @@ export declare const mainChatMessageContract: {
119402
119402
  firstResponseTime: number;
119403
119403
  lastMessage: string;
119404
119404
  handleTime: number;
119405
+ closedAt: Date;
119405
119406
  unreadCount: number;
119406
119407
  firstResponseAt: Date;
119407
119408
  isLatest: boolean;
@@ -119576,7 +119577,6 @@ export declare const mainChatMessageContract: {
119576
119577
  telephonySignature: string | null;
119577
119578
  };
119578
119579
  };
119579
- closedAt: Date;
119580
119580
  lastMessageAt: Date | null;
119581
119581
  isBotRoom: boolean;
119582
119582
  csatStatus: string | null;
@@ -121611,6 +121611,7 @@ export declare const mainChatMessageContract: {
121611
121611
  firstResponseTime: number;
121612
121612
  lastMessage: string;
121613
121613
  handleTime: number;
121614
+ closedAt: Date;
121614
121615
  unreadCount: number;
121615
121616
  firstResponseAt: Date;
121616
121617
  isLatest: boolean;
@@ -121785,7 +121786,6 @@ export declare const mainChatMessageContract: {
121785
121786
  telephonySignature: string | null;
121786
121787
  };
121787
121788
  };
121788
- closedAt: Date;
121789
121789
  lastMessageAt: Date | null;
121790
121790
  isBotRoom: boolean;
121791
121791
  csatStatus: string | null;
@@ -122384,6 +122384,7 @@ export declare const mainChatMessageContract: {
122384
122384
  firstResponseTime: number;
122385
122385
  lastMessage: string;
122386
122386
  handleTime: number;
122387
+ closedAt: Date;
122387
122388
  unreadCount: number;
122388
122389
  firstResponseAt: Date;
122389
122390
  isLatest: boolean;
@@ -122558,7 +122559,6 @@ export declare const mainChatMessageContract: {
122558
122559
  telephonySignature: string | null;
122559
122560
  };
122560
122561
  };
122561
- closedAt: Date;
122562
122562
  lastMessageAt: Date | null;
122563
122563
  isBotRoom: boolean;
122564
122564
  csatStatus: string | null;
@@ -123158,6 +123158,7 @@ export declare const mainChatMessageContract: {
123158
123158
  firstResponseTime: number;
123159
123159
  lastMessage: string;
123160
123160
  handleTime: number;
123161
+ closedAt: Date;
123161
123162
  unreadCount: number;
123162
123163
  firstResponseAt: Date;
123163
123164
  isLatest: boolean;
@@ -123332,7 +123333,6 @@ export declare const mainChatMessageContract: {
123332
123333
  telephonySignature: string | null;
123333
123334
  };
123334
123335
  };
123335
- closedAt: Date;
123336
123336
  lastMessageAt: Date | null;
123337
123337
  isBotRoom: boolean;
123338
123338
  csatStatus: string | null;
@@ -123931,6 +123931,7 @@ export declare const mainChatMessageContract: {
123931
123931
  firstResponseTime: number;
123932
123932
  lastMessage: string;
123933
123933
  handleTime: number;
123934
+ closedAt: Date;
123934
123935
  unreadCount: number;
123935
123936
  firstResponseAt: Date;
123936
123937
  isLatest: boolean;
@@ -124105,7 +124106,6 @@ export declare const mainChatMessageContract: {
124105
124106
  telephonySignature: string | null;
124106
124107
  };
124107
124108
  };
124108
- closedAt: Date;
124109
124109
  lastMessageAt: Date | null;
124110
124110
  isBotRoom: boolean;
124111
124111
  csatStatus: string | null;
@@ -124705,6 +124705,7 @@ export declare const mainChatMessageContract: {
124705
124705
  firstResponseTime: number;
124706
124706
  lastMessage: string;
124707
124707
  handleTime: number;
124708
+ closedAt: Date;
124708
124709
  unreadCount: number;
124709
124710
  firstResponseAt: Date;
124710
124711
  isLatest: boolean;
@@ -124879,7 +124880,6 @@ export declare const mainChatMessageContract: {
124879
124880
  telephonySignature: string | null;
124880
124881
  };
124881
124882
  };
124882
- closedAt: Date;
124883
124883
  lastMessageAt: Date | null;
124884
124884
  isBotRoom: boolean;
124885
124885
  csatStatus: string | null;
@@ -125478,6 +125478,7 @@ export declare const mainChatMessageContract: {
125478
125478
  firstResponseTime: number;
125479
125479
  lastMessage: string;
125480
125480
  handleTime: number;
125481
+ closedAt: Date;
125481
125482
  unreadCount: number;
125482
125483
  firstResponseAt: Date;
125483
125484
  isLatest: boolean;
@@ -125652,7 +125653,6 @@ export declare const mainChatMessageContract: {
125652
125653
  telephonySignature: string | null;
125653
125654
  };
125654
125655
  };
125655
- closedAt: Date;
125656
125656
  lastMessageAt: Date | null;
125657
125657
  isBotRoom: boolean;
125658
125658
  csatStatus: string | null;
@@ -126254,6 +126254,7 @@ export declare const mainChatMessageContract: {
126254
126254
  firstResponseTime: number;
126255
126255
  lastMessage: string;
126256
126256
  handleTime: number;
126257
+ closedAt: Date;
126257
126258
  unreadCount: number;
126258
126259
  firstResponseAt: Date;
126259
126260
  isLatest: boolean;
@@ -126428,7 +126429,6 @@ export declare const mainChatMessageContract: {
126428
126429
  telephonySignature: string | null;
126429
126430
  };
126430
126431
  };
126431
- closedAt: Date;
126432
126432
  lastMessageAt: Date | null;
126433
126433
  isBotRoom: boolean;
126434
126434
  csatStatus: string | null;
@@ -127027,6 +127027,7 @@ export declare const mainChatMessageContract: {
127027
127027
  firstResponseTime: number;
127028
127028
  lastMessage: string;
127029
127029
  handleTime: number;
127030
+ closedAt: Date;
127030
127031
  unreadCount: number;
127031
127032
  firstResponseAt: Date;
127032
127033
  isLatest: boolean;
@@ -127201,7 +127202,6 @@ export declare const mainChatMessageContract: {
127201
127202
  telephonySignature: string | null;
127202
127203
  };
127203
127204
  };
127204
- closedAt: Date;
127205
127205
  lastMessageAt: Date | null;
127206
127206
  isBotRoom: boolean;
127207
127207
  csatStatus: string | null;
@@ -127804,6 +127804,7 @@ export declare const mainChatMessageContract: {
127804
127804
  firstResponseTime: number;
127805
127805
  lastMessage: string;
127806
127806
  handleTime: number;
127807
+ closedAt: Date;
127807
127808
  unreadCount: number;
127808
127809
  firstResponseAt: Date;
127809
127810
  isLatest: boolean;
@@ -127978,7 +127979,6 @@ export declare const mainChatMessageContract: {
127978
127979
  telephonySignature: string | null;
127979
127980
  };
127980
127981
  };
127981
- closedAt: Date;
127982
127982
  lastMessageAt: Date | null;
127983
127983
  isBotRoom: boolean;
127984
127984
  csatStatus: string | null;
@@ -128577,6 +128577,7 @@ export declare const mainChatMessageContract: {
128577
128577
  firstResponseTime: number;
128578
128578
  lastMessage: string;
128579
128579
  handleTime: number;
128580
+ closedAt: Date;
128580
128581
  unreadCount: number;
128581
128582
  firstResponseAt: Date;
128582
128583
  isLatest: boolean;
@@ -128751,7 +128752,6 @@ export declare const mainChatMessageContract: {
128751
128752
  telephonySignature: string | null;
128752
128753
  };
128753
128754
  };
128754
- closedAt: Date;
128755
128755
  lastMessageAt: Date | null;
128756
128756
  isBotRoom: boolean;
128757
128757
  csatStatus: string | null;
@@ -132859,6 +132859,7 @@ export declare const mainChatMessageContract: {
132859
132859
  firstResponseTime: number;
132860
132860
  lastMessage: string;
132861
132861
  handleTime: number;
132862
+ closedAt: Date;
132862
132863
  unreadCount: number;
132863
132864
  firstResponseAt: Date;
132864
132865
  isLatest: boolean;
@@ -133033,7 +133034,6 @@ export declare const mainChatMessageContract: {
133033
133034
  telephonySignature: string | null;
133034
133035
  };
133035
133036
  };
133036
- closedAt: Date;
133037
133037
  lastMessageAt: Date | null;
133038
133038
  isBotRoom: boolean;
133039
133039
  csatStatus: string | null;
@@ -133295,6 +133295,7 @@ export declare const mainChatMessageContract: {
133295
133295
  firstResponseTime: number;
133296
133296
  lastMessage: string;
133297
133297
  handleTime: number;
133298
+ closedAt: Date;
133298
133299
  unreadCount: number;
133299
133300
  firstResponseAt: Date;
133300
133301
  isLatest: boolean;
@@ -133469,7 +133470,6 @@ export declare const mainChatMessageContract: {
133469
133470
  telephonySignature: string | null;
133470
133471
  };
133471
133472
  };
133472
- closedAt: Date;
133473
133473
  lastMessageAt: Date | null;
133474
133474
  isBotRoom: boolean;
133475
133475
  csatStatus: string | null;
@@ -135504,6 +135504,7 @@ export declare const mainChatMessageContract: {
135504
135504
  firstResponseTime: number;
135505
135505
  lastMessage: string;
135506
135506
  handleTime: number;
135507
+ closedAt: Date;
135507
135508
  unreadCount: number;
135508
135509
  firstResponseAt: Date;
135509
135510
  isLatest: boolean;
@@ -135678,7 +135679,6 @@ export declare const mainChatMessageContract: {
135678
135679
  telephonySignature: string | null;
135679
135680
  };
135680
135681
  };
135681
- closedAt: Date;
135682
135682
  lastMessageAt: Date | null;
135683
135683
  isBotRoom: boolean;
135684
135684
  csatStatus: string | null;
@@ -136277,6 +136277,7 @@ export declare const mainChatMessageContract: {
136277
136277
  firstResponseTime: number;
136278
136278
  lastMessage: string;
136279
136279
  handleTime: number;
136280
+ closedAt: Date;
136280
136281
  unreadCount: number;
136281
136282
  firstResponseAt: Date;
136282
136283
  isLatest: boolean;
@@ -136451,7 +136452,6 @@ export declare const mainChatMessageContract: {
136451
136452
  telephonySignature: string | null;
136452
136453
  };
136453
136454
  };
136454
- closedAt: Date;
136455
136455
  lastMessageAt: Date | null;
136456
136456
  isBotRoom: boolean;
136457
136457
  csatStatus: string | null;
@@ -137052,6 +137052,7 @@ export declare const mainChatMessageContract: {
137052
137052
  firstResponseTime: number;
137053
137053
  lastMessage: string;
137054
137054
  handleTime: number;
137055
+ closedAt: Date;
137055
137056
  unreadCount: number;
137056
137057
  firstResponseAt: Date;
137057
137058
  isLatest: boolean;
@@ -137226,7 +137227,6 @@ export declare const mainChatMessageContract: {
137226
137227
  telephonySignature: string | null;
137227
137228
  };
137228
137229
  };
137229
- closedAt: Date;
137230
137230
  lastMessageAt: Date | null;
137231
137231
  isBotRoom: boolean;
137232
137232
  csatStatus: string | null;
@@ -137828,6 +137828,7 @@ export declare const mainChatMessageContract: {
137828
137828
  firstResponseTime: number;
137829
137829
  lastMessage: string;
137830
137830
  handleTime: number;
137831
+ closedAt: Date;
137831
137832
  unreadCount: number;
137832
137833
  firstResponseAt: Date;
137833
137834
  isLatest: boolean;
@@ -138002,7 +138003,6 @@ export declare const mainChatMessageContract: {
138002
138003
  telephonySignature: string | null;
138003
138004
  };
138004
138005
  };
138005
- closedAt: Date;
138006
138006
  lastMessageAt: Date | null;
138007
138007
  isBotRoom: boolean;
138008
138008
  csatStatus: string | null;