@kl1/contracts 1.0.38 → 1.0.40
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/index.js +702 -691
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +702 -691
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +72 -72
- package/dist/src/chat/schema.d.ts +10 -10
- package/dist/src/chat/validation.d.ts +16 -16
- package/dist/src/contract.d.ts +12263 -7817
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +1616 -46
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +1551 -233
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/dashboard/index.d.ts +4 -1
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +50 -0
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +8 -8
- package/dist/src/telephony-cdr/index.d.ts +2878 -0
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +1070 -4
- package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/chat/index.d.ts
CHANGED
@@ -1628,10 +1628,10 @@ export declare const receiveMessageContract: {
|
|
1628
1628
|
updatedAt: Date;
|
1629
1629
|
deletedAt: Date | null;
|
1630
1630
|
entityId: string;
|
1631
|
+
queueId: string | null;
|
1631
1632
|
contactId: string | null;
|
1632
1633
|
caseId: number;
|
1633
1634
|
entityName: string;
|
1634
|
-
queueId: string | null;
|
1635
1635
|
agentId: string | null;
|
1636
1636
|
startedDate: Date | null;
|
1637
1637
|
handledTime: number | null;
|
@@ -1662,10 +1662,10 @@ export declare const receiveMessageContract: {
|
|
1662
1662
|
updatedAt: Date;
|
1663
1663
|
deletedAt: Date | null;
|
1664
1664
|
entityId: string;
|
1665
|
+
queueId: string | null;
|
1665
1666
|
contactId: string | null;
|
1666
1667
|
caseId: number;
|
1667
1668
|
entityName: string;
|
1668
|
-
queueId: string | null;
|
1669
1669
|
agentId: string | null;
|
1670
1670
|
startedDate: Date | null;
|
1671
1671
|
handledTime: number | null;
|
@@ -1934,10 +1934,10 @@ export declare const receiveMessageContract: {
|
|
1934
1934
|
updatedAt: Date;
|
1935
1935
|
deletedAt: Date | null;
|
1936
1936
|
entityId: string;
|
1937
|
+
queueId: string | null;
|
1937
1938
|
contactId: string | null;
|
1938
1939
|
caseId: number;
|
1939
1940
|
entityName: string;
|
1940
|
-
queueId: string | null;
|
1941
1941
|
agentId: string | null;
|
1942
1942
|
startedDate: Date | null;
|
1943
1943
|
handledTime: number | null;
|
@@ -2206,10 +2206,10 @@ export declare const receiveMessageContract: {
|
|
2206
2206
|
updatedAt: Date;
|
2207
2207
|
deletedAt: Date | null;
|
2208
2208
|
entityId: string;
|
2209
|
+
queueId: string | null;
|
2209
2210
|
contactId: string | null;
|
2210
2211
|
caseId: number;
|
2211
2212
|
entityName: string;
|
2212
|
-
queueId: string | null;
|
2213
2213
|
agentId: string | null;
|
2214
2214
|
startedDate: Date | null;
|
2215
2215
|
handledTime: number | null;
|
@@ -3127,10 +3127,10 @@ export declare const receiveMessageContract: {
|
|
3127
3127
|
updatedAt: Date;
|
3128
3128
|
deletedAt: Date | null;
|
3129
3129
|
entityId: string;
|
3130
|
+
queueId: string | null;
|
3130
3131
|
contactId: string | null;
|
3131
3132
|
caseId: number;
|
3132
3133
|
entityName: string;
|
3133
|
-
queueId: string | null;
|
3134
3134
|
agentId: string | null;
|
3135
3135
|
startedDate: Date | null;
|
3136
3136
|
handledTime: number | null;
|
@@ -3556,10 +3556,10 @@ export declare const receiveMessageContract: {
|
|
3556
3556
|
updatedAt: Date;
|
3557
3557
|
deletedAt: Date | null;
|
3558
3558
|
entityId: string;
|
3559
|
+
queueId: string | null;
|
3559
3560
|
contactId: string | null;
|
3560
3561
|
caseId: number;
|
3561
3562
|
entityName: string;
|
3562
|
-
queueId: string | null;
|
3563
3563
|
agentId: string | null;
|
3564
3564
|
startedDate: Date | null;
|
3565
3565
|
handledTime: number | null;
|
@@ -3987,10 +3987,10 @@ export declare const receiveMessageContract: {
|
|
3987
3987
|
updatedAt: Date;
|
3988
3988
|
deletedAt: Date | null;
|
3989
3989
|
entityId: string;
|
3990
|
+
queueId: string | null;
|
3990
3991
|
contactId: string | null;
|
3991
3992
|
caseId: number;
|
3992
3993
|
entityName: string;
|
3993
|
-
queueId: string | null;
|
3994
3994
|
agentId: string | null;
|
3995
3995
|
startedDate: Date | null;
|
3996
3996
|
handledTime: number | null;
|
@@ -4418,10 +4418,10 @@ export declare const receiveMessageContract: {
|
|
4418
4418
|
updatedAt: Date;
|
4419
4419
|
deletedAt: Date | null;
|
4420
4420
|
entityId: string;
|
4421
|
+
queueId: string | null;
|
4421
4422
|
contactId: string | null;
|
4422
4423
|
caseId: number;
|
4423
4424
|
entityName: string;
|
4424
|
-
queueId: string | null;
|
4425
4425
|
agentId: string | null;
|
4426
4426
|
startedDate: Date | null;
|
4427
4427
|
handledTime: number | null;
|
@@ -6628,10 +6628,10 @@ export declare const mainChatContract: {
|
|
6628
6628
|
updatedAt: Date;
|
6629
6629
|
deletedAt: Date | null;
|
6630
6630
|
entityId: string;
|
6631
|
+
queueId: string | null;
|
6631
6632
|
contactId: string | null;
|
6632
6633
|
caseId: number;
|
6633
6634
|
entityName: string;
|
6634
|
-
queueId: string | null;
|
6635
6635
|
agentId: string | null;
|
6636
6636
|
startedDate: Date | null;
|
6637
6637
|
handledTime: number | null;
|
@@ -6662,10 +6662,10 @@ export declare const mainChatContract: {
|
|
6662
6662
|
updatedAt: Date;
|
6663
6663
|
deletedAt: Date | null;
|
6664
6664
|
entityId: string;
|
6665
|
+
queueId: string | null;
|
6665
6666
|
contactId: string | null;
|
6666
6667
|
caseId: number;
|
6667
6668
|
entityName: string;
|
6668
|
-
queueId: string | null;
|
6669
6669
|
agentId: string | null;
|
6670
6670
|
startedDate: Date | null;
|
6671
6671
|
handledTime: number | null;
|
@@ -6916,10 +6916,10 @@ export declare const mainChatContract: {
|
|
6916
6916
|
updatedAt: Date;
|
6917
6917
|
deletedAt: Date | null;
|
6918
6918
|
entityId: string;
|
6919
|
+
queueId: string | null;
|
6919
6920
|
contactId: string | null;
|
6920
6921
|
caseId: number;
|
6921
6922
|
entityName: string;
|
6922
|
-
queueId: string | null;
|
6923
6923
|
agentId: string | null;
|
6924
6924
|
startedDate: Date | null;
|
6925
6925
|
handledTime: number | null;
|
@@ -7234,10 +7234,10 @@ export declare const mainChatContract: {
|
|
7234
7234
|
updatedAt: Date;
|
7235
7235
|
deletedAt: Date | null;
|
7236
7236
|
entityId: string;
|
7237
|
+
queueId: string | null;
|
7237
7238
|
contactId: string | null;
|
7238
7239
|
caseId: number;
|
7239
7240
|
entityName: string;
|
7240
|
-
queueId: string | null;
|
7241
7241
|
agentId: string | null;
|
7242
7242
|
startedDate: Date | null;
|
7243
7243
|
handledTime: number | null;
|
@@ -7564,10 +7564,10 @@ export declare const mainChatContract: {
|
|
7564
7564
|
updatedAt: Date;
|
7565
7565
|
deletedAt: Date | null;
|
7566
7566
|
entityId: string;
|
7567
|
+
queueId: string | null;
|
7567
7568
|
contactId: string | null;
|
7568
7569
|
caseId: number;
|
7569
7570
|
entityName: string;
|
7570
|
-
queueId: string | null;
|
7571
7571
|
agentId: string | null;
|
7572
7572
|
startedDate: Date | null;
|
7573
7573
|
handledTime: number | null;
|
@@ -7892,10 +7892,10 @@ export declare const mainChatContract: {
|
|
7892
7892
|
updatedAt: Date;
|
7893
7893
|
deletedAt: Date | null;
|
7894
7894
|
entityId: string;
|
7895
|
+
queueId: string | null;
|
7895
7896
|
contactId: string | null;
|
7896
7897
|
caseId: number;
|
7897
7898
|
entityName: string;
|
7898
|
-
queueId: string | null;
|
7899
7899
|
agentId: string | null;
|
7900
7900
|
startedDate: Date | null;
|
7901
7901
|
handledTime: number | null;
|
@@ -10938,10 +10938,10 @@ export declare const mainChatContract: {
|
|
10938
10938
|
updatedAt: Date;
|
10939
10939
|
deletedAt: Date | null;
|
10940
10940
|
entityId: string;
|
10941
|
+
queueId: string | null;
|
10941
10942
|
contactId: string | null;
|
10942
10943
|
caseId: number;
|
10943
10944
|
entityName: string;
|
10944
|
-
queueId: string | null;
|
10945
10945
|
agentId: string | null;
|
10946
10946
|
startedDate: Date | null;
|
10947
10947
|
handledTime: number | null;
|
@@ -10972,10 +10972,10 @@ export declare const mainChatContract: {
|
|
10972
10972
|
updatedAt: Date;
|
10973
10973
|
deletedAt: Date | null;
|
10974
10974
|
entityId: string;
|
10975
|
+
queueId: string | null;
|
10975
10976
|
contactId: string | null;
|
10976
10977
|
caseId: number;
|
10977
10978
|
entityName: string;
|
10978
|
-
queueId: string | null;
|
10979
10979
|
agentId: string | null;
|
10980
10980
|
startedDate: Date | null;
|
10981
10981
|
handledTime: number | null;
|
@@ -11226,10 +11226,10 @@ export declare const mainChatContract: {
|
|
11226
11226
|
updatedAt: Date;
|
11227
11227
|
deletedAt: Date | null;
|
11228
11228
|
entityId: string;
|
11229
|
+
queueId: string | null;
|
11229
11230
|
contactId: string | null;
|
11230
11231
|
caseId: number;
|
11231
11232
|
entityName: string;
|
11232
|
-
queueId: string | null;
|
11233
11233
|
agentId: string | null;
|
11234
11234
|
startedDate: Date | null;
|
11235
11235
|
handledTime: number | null;
|
@@ -11544,10 +11544,10 @@ export declare const mainChatContract: {
|
|
11544
11544
|
updatedAt: Date;
|
11545
11545
|
deletedAt: Date | null;
|
11546
11546
|
entityId: string;
|
11547
|
+
queueId: string | null;
|
11547
11548
|
contactId: string | null;
|
11548
11549
|
caseId: number;
|
11549
11550
|
entityName: string;
|
11550
|
-
queueId: string | null;
|
11551
11551
|
agentId: string | null;
|
11552
11552
|
startedDate: Date | null;
|
11553
11553
|
handledTime: number | null;
|
@@ -11864,10 +11864,10 @@ export declare const mainChatContract: {
|
|
11864
11864
|
updatedAt: Date;
|
11865
11865
|
deletedAt: Date | null;
|
11866
11866
|
entityId: string;
|
11867
|
+
queueId: string | null;
|
11867
11868
|
contactId: string | null;
|
11868
11869
|
caseId: number;
|
11869
11870
|
entityName: string;
|
11870
|
-
queueId: string | null;
|
11871
11871
|
agentId: string | null;
|
11872
11872
|
startedDate: Date | null;
|
11873
11873
|
handledTime: number | null;
|
@@ -12185,10 +12185,10 @@ export declare const mainChatContract: {
|
|
12185
12185
|
updatedAt: Date;
|
12186
12186
|
deletedAt: Date | null;
|
12187
12187
|
entityId: string;
|
12188
|
+
queueId: string | null;
|
12188
12189
|
contactId: string | null;
|
12189
12190
|
caseId: number;
|
12190
12191
|
entityName: string;
|
12191
|
-
queueId: string | null;
|
12192
12192
|
agentId: string | null;
|
12193
12193
|
startedDate: Date | null;
|
12194
12194
|
handledTime: number | null;
|
@@ -14551,10 +14551,10 @@ export declare const mainChatContract: {
|
|
14551
14551
|
updatedAt: Date;
|
14552
14552
|
deletedAt: Date | null;
|
14553
14553
|
entityId: string;
|
14554
|
+
queueId: string | null;
|
14554
14555
|
contactId: string | null;
|
14555
14556
|
caseId: number;
|
14556
14557
|
entityName: string;
|
14557
|
-
queueId: string | null;
|
14558
14558
|
agentId: string | null;
|
14559
14559
|
startedDate: Date | null;
|
14560
14560
|
handledTime: number | null;
|
@@ -14585,10 +14585,10 @@ export declare const mainChatContract: {
|
|
14585
14585
|
updatedAt: Date;
|
14586
14586
|
deletedAt: Date | null;
|
14587
14587
|
entityId: string;
|
14588
|
+
queueId: string | null;
|
14588
14589
|
contactId: string | null;
|
14589
14590
|
caseId: number;
|
14590
14591
|
entityName: string;
|
14591
|
-
queueId: string | null;
|
14592
14592
|
agentId: string | null;
|
14593
14593
|
startedDate: Date | null;
|
14594
14594
|
handledTime: number | null;
|
@@ -14839,10 +14839,10 @@ export declare const mainChatContract: {
|
|
14839
14839
|
updatedAt: Date;
|
14840
14840
|
deletedAt: Date | null;
|
14841
14841
|
entityId: string;
|
14842
|
+
queueId: string | null;
|
14842
14843
|
contactId: string | null;
|
14843
14844
|
caseId: number;
|
14844
14845
|
entityName: string;
|
14845
|
-
queueId: string | null;
|
14846
14846
|
agentId: string | null;
|
14847
14847
|
startedDate: Date | null;
|
14848
14848
|
handledTime: number | null;
|
@@ -15157,10 +15157,10 @@ export declare const mainChatContract: {
|
|
15157
15157
|
updatedAt: Date;
|
15158
15158
|
deletedAt: Date | null;
|
15159
15159
|
entityId: string;
|
15160
|
+
queueId: string | null;
|
15160
15161
|
contactId: string | null;
|
15161
15162
|
caseId: number;
|
15162
15163
|
entityName: string;
|
15163
|
-
queueId: string | null;
|
15164
15164
|
agentId: string | null;
|
15165
15165
|
startedDate: Date | null;
|
15166
15166
|
handledTime: number | null;
|
@@ -16228,10 +16228,10 @@ export declare const mainChatContract: {
|
|
16228
16228
|
updatedAt: Date;
|
16229
16229
|
deletedAt: Date | null;
|
16230
16230
|
entityId: string;
|
16231
|
+
queueId: string | null;
|
16231
16232
|
contactId: string | null;
|
16232
16233
|
caseId: number;
|
16233
16234
|
entityName: string;
|
16234
|
-
queueId: string | null;
|
16235
16235
|
agentId: string | null;
|
16236
16236
|
startedDate: Date | null;
|
16237
16237
|
handledTime: number | null;
|
@@ -16708,10 +16708,10 @@ export declare const mainChatContract: {
|
|
16708
16708
|
updatedAt: Date;
|
16709
16709
|
deletedAt: Date | null;
|
16710
16710
|
entityId: string;
|
16711
|
+
queueId: string | null;
|
16711
16712
|
contactId: string | null;
|
16712
16713
|
caseId: number;
|
16713
16714
|
entityName: string;
|
16714
|
-
queueId: string | null;
|
16715
16715
|
agentId: string | null;
|
16716
16716
|
startedDate: Date | null;
|
16717
16717
|
handledTime: number | null;
|
@@ -17190,10 +17190,10 @@ export declare const mainChatContract: {
|
|
17190
17190
|
updatedAt: Date;
|
17191
17191
|
deletedAt: Date | null;
|
17192
17192
|
entityId: string;
|
17193
|
+
queueId: string | null;
|
17193
17194
|
contactId: string | null;
|
17194
17195
|
caseId: number;
|
17195
17196
|
entityName: string;
|
17196
|
-
queueId: string | null;
|
17197
17197
|
agentId: string | null;
|
17198
17198
|
startedDate: Date | null;
|
17199
17199
|
handledTime: number | null;
|
@@ -17673,10 +17673,10 @@ export declare const mainChatContract: {
|
|
17673
17673
|
updatedAt: Date;
|
17674
17674
|
deletedAt: Date | null;
|
17675
17675
|
entityId: string;
|
17676
|
+
queueId: string | null;
|
17676
17677
|
contactId: string | null;
|
17677
17678
|
caseId: number;
|
17678
17679
|
entityName: string;
|
17679
|
-
queueId: string | null;
|
17680
17680
|
agentId: string | null;
|
17681
17681
|
startedDate: Date | null;
|
17682
17682
|
handledTime: number | null;
|
@@ -19820,10 +19820,10 @@ export declare const mainChatContract: {
|
|
19820
19820
|
updatedAt: Date;
|
19821
19821
|
deletedAt: Date | null;
|
19822
19822
|
entityId: string;
|
19823
|
+
queueId: string | null;
|
19823
19824
|
contactId: string | null;
|
19824
19825
|
caseId: number;
|
19825
19826
|
entityName: string;
|
19826
|
-
queueId: string | null;
|
19827
19827
|
agentId: string | null;
|
19828
19828
|
startedDate: Date | null;
|
19829
19829
|
handledTime: number | null;
|
@@ -19854,10 +19854,10 @@ export declare const mainChatContract: {
|
|
19854
19854
|
updatedAt: Date;
|
19855
19855
|
deletedAt: Date | null;
|
19856
19856
|
entityId: string;
|
19857
|
+
queueId: string | null;
|
19857
19858
|
contactId: string | null;
|
19858
19859
|
caseId: number;
|
19859
19860
|
entityName: string;
|
19860
|
-
queueId: string | null;
|
19861
19861
|
agentId: string | null;
|
19862
19862
|
startedDate: Date | null;
|
19863
19863
|
handledTime: number | null;
|
@@ -20108,10 +20108,10 @@ export declare const mainChatContract: {
|
|
20108
20108
|
updatedAt: Date;
|
20109
20109
|
deletedAt: Date | null;
|
20110
20110
|
entityId: string;
|
20111
|
+
queueId: string | null;
|
20111
20112
|
contactId: string | null;
|
20112
20113
|
caseId: number;
|
20113
20114
|
entityName: string;
|
20114
|
-
queueId: string | null;
|
20115
20115
|
agentId: string | null;
|
20116
20116
|
startedDate: Date | null;
|
20117
20117
|
handledTime: number | null;
|
@@ -20426,10 +20426,10 @@ export declare const mainChatContract: {
|
|
20426
20426
|
updatedAt: Date;
|
20427
20427
|
deletedAt: Date | null;
|
20428
20428
|
entityId: string;
|
20429
|
+
queueId: string | null;
|
20429
20430
|
contactId: string | null;
|
20430
20431
|
caseId: number;
|
20431
20432
|
entityName: string;
|
20432
|
-
queueId: string | null;
|
20433
20433
|
agentId: string | null;
|
20434
20434
|
startedDate: Date | null;
|
20435
20435
|
handledTime: number | null;
|
@@ -21497,10 +21497,10 @@ export declare const mainChatContract: {
|
|
21497
21497
|
updatedAt: Date;
|
21498
21498
|
deletedAt: Date | null;
|
21499
21499
|
entityId: string;
|
21500
|
+
queueId: string | null;
|
21500
21501
|
contactId: string | null;
|
21501
21502
|
caseId: number;
|
21502
21503
|
entityName: string;
|
21503
|
-
queueId: string | null;
|
21504
21504
|
agentId: string | null;
|
21505
21505
|
startedDate: Date | null;
|
21506
21506
|
handledTime: number | null;
|
@@ -21977,10 +21977,10 @@ export declare const mainChatContract: {
|
|
21977
21977
|
updatedAt: Date;
|
21978
21978
|
deletedAt: Date | null;
|
21979
21979
|
entityId: string;
|
21980
|
+
queueId: string | null;
|
21980
21981
|
contactId: string | null;
|
21981
21982
|
caseId: number;
|
21982
21983
|
entityName: string;
|
21983
|
-
queueId: string | null;
|
21984
21984
|
agentId: string | null;
|
21985
21985
|
startedDate: Date | null;
|
21986
21986
|
handledTime: number | null;
|
@@ -22459,10 +22459,10 @@ export declare const mainChatContract: {
|
|
22459
22459
|
updatedAt: Date;
|
22460
22460
|
deletedAt: Date | null;
|
22461
22461
|
entityId: string;
|
22462
|
+
queueId: string | null;
|
22462
22463
|
contactId: string | null;
|
22463
22464
|
caseId: number;
|
22464
22465
|
entityName: string;
|
22465
|
-
queueId: string | null;
|
22466
22466
|
agentId: string | null;
|
22467
22467
|
startedDate: Date | null;
|
22468
22468
|
handledTime: number | null;
|
@@ -22945,10 +22945,10 @@ export declare const mainChatContract: {
|
|
22945
22945
|
updatedAt: Date;
|
22946
22946
|
deletedAt: Date | null;
|
22947
22947
|
entityId: string;
|
22948
|
+
queueId: string | null;
|
22948
22949
|
contactId: string | null;
|
22949
22950
|
caseId: number;
|
22950
22951
|
entityName: string;
|
22951
|
-
queueId: string | null;
|
22952
22952
|
agentId: string | null;
|
22953
22953
|
startedDate: Date | null;
|
22954
22954
|
handledTime: number | null;
|
@@ -25005,10 +25005,10 @@ export declare const mainChatContract: {
|
|
25005
25005
|
updatedAt: Date;
|
25006
25006
|
deletedAt: Date | null;
|
25007
25007
|
entityId: string;
|
25008
|
+
queueId: string | null;
|
25008
25009
|
contactId: string | null;
|
25009
25010
|
caseId: number;
|
25010
25011
|
entityName: string;
|
25011
|
-
queueId: string | null;
|
25012
25012
|
agentId: string | null;
|
25013
25013
|
startedDate: Date | null;
|
25014
25014
|
handledTime: number | null;
|
@@ -25039,10 +25039,10 @@ export declare const mainChatContract: {
|
|
25039
25039
|
updatedAt: Date;
|
25040
25040
|
deletedAt: Date | null;
|
25041
25041
|
entityId: string;
|
25042
|
+
queueId: string | null;
|
25042
25043
|
contactId: string | null;
|
25043
25044
|
caseId: number;
|
25044
25045
|
entityName: string;
|
25045
|
-
queueId: string | null;
|
25046
25046
|
agentId: string | null;
|
25047
25047
|
startedDate: Date | null;
|
25048
25048
|
handledTime: number | null;
|
@@ -25294,10 +25294,10 @@ export declare const mainChatContract: {
|
|
25294
25294
|
updatedAt: Date;
|
25295
25295
|
deletedAt: Date | null;
|
25296
25296
|
entityId: string;
|
25297
|
+
queueId: string | null;
|
25297
25298
|
contactId: string | null;
|
25298
25299
|
caseId: number;
|
25299
25300
|
entityName: string;
|
25300
|
-
queueId: string | null;
|
25301
25301
|
agentId: string | null;
|
25302
25302
|
startedDate: Date | null;
|
25303
25303
|
handledTime: number | null;
|
@@ -25613,10 +25613,10 @@ export declare const mainChatContract: {
|
|
25613
25613
|
updatedAt: Date;
|
25614
25614
|
deletedAt: Date | null;
|
25615
25615
|
entityId: string;
|
25616
|
+
queueId: string | null;
|
25616
25617
|
contactId: string | null;
|
25617
25618
|
caseId: number;
|
25618
25619
|
entityName: string;
|
25619
|
-
queueId: string | null;
|
25620
25620
|
agentId: string | null;
|
25621
25621
|
startedDate: Date | null;
|
25622
25622
|
handledTime: number | null;
|
@@ -25934,10 +25934,10 @@ export declare const mainChatContract: {
|
|
25934
25934
|
updatedAt: Date;
|
25935
25935
|
deletedAt: Date | null;
|
25936
25936
|
entityId: string;
|
25937
|
+
queueId: string | null;
|
25937
25938
|
contactId: string | null;
|
25938
25939
|
caseId: number;
|
25939
25940
|
entityName: string;
|
25940
|
-
queueId: string | null;
|
25941
25941
|
agentId: string | null;
|
25942
25942
|
startedDate: Date | null;
|
25943
25943
|
handledTime: number | null;
|
@@ -26256,10 +26256,10 @@ export declare const mainChatContract: {
|
|
26256
26256
|
updatedAt: Date;
|
26257
26257
|
deletedAt: Date | null;
|
26258
26258
|
entityId: string;
|
26259
|
+
queueId: string | null;
|
26259
26260
|
contactId: string | null;
|
26260
26261
|
caseId: number;
|
26261
26262
|
entityName: string;
|
26262
|
-
queueId: string | null;
|
26263
26263
|
agentId: string | null;
|
26264
26264
|
startedDate: Date | null;
|
26265
26265
|
handledTime: number | null;
|
@@ -28274,10 +28274,10 @@ export declare const mainChatContract: {
|
|
28274
28274
|
updatedAt: Date;
|
28275
28275
|
deletedAt: Date | null;
|
28276
28276
|
entityId: string;
|
28277
|
+
queueId: string | null;
|
28277
28278
|
contactId: string | null;
|
28278
28279
|
caseId: number;
|
28279
28280
|
entityName: string;
|
28280
|
-
queueId: string | null;
|
28281
28281
|
agentId: string | null;
|
28282
28282
|
startedDate: Date | null;
|
28283
28283
|
handledTime: number | null;
|
@@ -28308,10 +28308,10 @@ export declare const mainChatContract: {
|
|
28308
28308
|
updatedAt: Date;
|
28309
28309
|
deletedAt: Date | null;
|
28310
28310
|
entityId: string;
|
28311
|
+
queueId: string | null;
|
28311
28312
|
contactId: string | null;
|
28312
28313
|
caseId: number;
|
28313
28314
|
entityName: string;
|
28314
|
-
queueId: string | null;
|
28315
28315
|
agentId: string | null;
|
28316
28316
|
startedDate: Date | null;
|
28317
28317
|
handledTime: number | null;
|
@@ -28562,10 +28562,10 @@ export declare const mainChatContract: {
|
|
28562
28562
|
updatedAt: Date;
|
28563
28563
|
deletedAt: Date | null;
|
28564
28564
|
entityId: string;
|
28565
|
+
queueId: string | null;
|
28565
28566
|
contactId: string | null;
|
28566
28567
|
caseId: number;
|
28567
28568
|
entityName: string;
|
28568
|
-
queueId: string | null;
|
28569
28569
|
agentId: string | null;
|
28570
28570
|
startedDate: Date | null;
|
28571
28571
|
handledTime: number | null;
|
@@ -28880,10 +28880,10 @@ export declare const mainChatContract: {
|
|
28880
28880
|
updatedAt: Date;
|
28881
28881
|
deletedAt: Date | null;
|
28882
28882
|
entityId: string;
|
28883
|
+
queueId: string | null;
|
28883
28884
|
contactId: string | null;
|
28884
28885
|
caseId: number;
|
28885
28886
|
entityName: string;
|
28886
|
-
queueId: string | null;
|
28887
28887
|
agentId: string | null;
|
28888
28888
|
startedDate: Date | null;
|
28889
28889
|
handledTime: number | null;
|
@@ -29200,10 +29200,10 @@ export declare const mainChatContract: {
|
|
29200
29200
|
updatedAt: Date;
|
29201
29201
|
deletedAt: Date | null;
|
29202
29202
|
entityId: string;
|
29203
|
+
queueId: string | null;
|
29203
29204
|
contactId: string | null;
|
29204
29205
|
caseId: number;
|
29205
29206
|
entityName: string;
|
29206
|
-
queueId: string | null;
|
29207
29207
|
agentId: string | null;
|
29208
29208
|
startedDate: Date | null;
|
29209
29209
|
handledTime: number | null;
|
@@ -29521,10 +29521,10 @@ export declare const mainChatContract: {
|
|
29521
29521
|
updatedAt: Date;
|
29522
29522
|
deletedAt: Date | null;
|
29523
29523
|
entityId: string;
|
29524
|
+
queueId: string | null;
|
29524
29525
|
contactId: string | null;
|
29525
29526
|
caseId: number;
|
29526
29527
|
entityName: string;
|
29527
|
-
queueId: string | null;
|
29528
29528
|
agentId: string | null;
|
29529
29529
|
startedDate: Date | null;
|
29530
29530
|
handledTime: number | null;
|
@@ -31522,10 +31522,10 @@ export declare const mainChatContract: {
|
|
31522
31522
|
updatedAt: Date;
|
31523
31523
|
deletedAt: Date | null;
|
31524
31524
|
entityId: string;
|
31525
|
+
queueId: string | null;
|
31525
31526
|
contactId: string | null;
|
31526
31527
|
caseId: number;
|
31527
31528
|
entityName: string;
|
31528
|
-
queueId: string | null;
|
31529
31529
|
agentId: string | null;
|
31530
31530
|
startedDate: Date | null;
|
31531
31531
|
handledTime: number | null;
|
@@ -31556,10 +31556,10 @@ export declare const mainChatContract: {
|
|
31556
31556
|
updatedAt: Date;
|
31557
31557
|
deletedAt: Date | null;
|
31558
31558
|
entityId: string;
|
31559
|
+
queueId: string | null;
|
31559
31560
|
contactId: string | null;
|
31560
31561
|
caseId: number;
|
31561
31562
|
entityName: string;
|
31562
|
-
queueId: string | null;
|
31563
31563
|
agentId: string | null;
|
31564
31564
|
startedDate: Date | null;
|
31565
31565
|
handledTime: number | null;
|
@@ -31810,10 +31810,10 @@ export declare const mainChatContract: {
|
|
31810
31810
|
updatedAt: Date;
|
31811
31811
|
deletedAt: Date | null;
|
31812
31812
|
entityId: string;
|
31813
|
+
queueId: string | null;
|
31813
31814
|
contactId: string | null;
|
31814
31815
|
caseId: number;
|
31815
31816
|
entityName: string;
|
31816
|
-
queueId: string | null;
|
31817
31817
|
agentId: string | null;
|
31818
31818
|
startedDate: Date | null;
|
31819
31819
|
handledTime: number | null;
|
@@ -32128,10 +32128,10 @@ export declare const mainChatContract: {
|
|
32128
32128
|
updatedAt: Date;
|
32129
32129
|
deletedAt: Date | null;
|
32130
32130
|
entityId: string;
|
32131
|
+
queueId: string | null;
|
32131
32132
|
contactId: string | null;
|
32132
32133
|
caseId: number;
|
32133
32134
|
entityName: string;
|
32134
|
-
queueId: string | null;
|
32135
32135
|
agentId: string | null;
|
32136
32136
|
startedDate: Date | null;
|
32137
32137
|
handledTime: number | null;
|
@@ -32448,10 +32448,10 @@ export declare const mainChatContract: {
|
|
32448
32448
|
updatedAt: Date;
|
32449
32449
|
deletedAt: Date | null;
|
32450
32450
|
entityId: string;
|
32451
|
+
queueId: string | null;
|
32451
32452
|
contactId: string | null;
|
32452
32453
|
caseId: number;
|
32453
32454
|
entityName: string;
|
32454
|
-
queueId: string | null;
|
32455
32455
|
agentId: string | null;
|
32456
32456
|
startedDate: Date | null;
|
32457
32457
|
handledTime: number | null;
|
@@ -32769,10 +32769,10 @@ export declare const mainChatContract: {
|
|
32769
32769
|
updatedAt: Date;
|
32770
32770
|
deletedAt: Date | null;
|
32771
32771
|
entityId: string;
|
32772
|
+
queueId: string | null;
|
32772
32773
|
contactId: string | null;
|
32773
32774
|
caseId: number;
|
32774
32775
|
entityName: string;
|
32775
|
-
queueId: string | null;
|
32776
32776
|
agentId: string | null;
|
32777
32777
|
startedDate: Date | null;
|
32778
32778
|
handledTime: number | null;
|
@@ -34781,10 +34781,10 @@ export declare const mainChatContract: {
|
|
34781
34781
|
updatedAt: Date;
|
34782
34782
|
deletedAt: Date | null;
|
34783
34783
|
entityId: string;
|
34784
|
+
queueId: string | null;
|
34784
34785
|
contactId: string | null;
|
34785
34786
|
caseId: number;
|
34786
34787
|
entityName: string;
|
34787
|
-
queueId: string | null;
|
34788
34788
|
agentId: string | null;
|
34789
34789
|
startedDate: Date | null;
|
34790
34790
|
handledTime: number | null;
|
@@ -34815,10 +34815,10 @@ export declare const mainChatContract: {
|
|
34815
34815
|
updatedAt: Date;
|
34816
34816
|
deletedAt: Date | null;
|
34817
34817
|
entityId: string;
|
34818
|
+
queueId: string | null;
|
34818
34819
|
contactId: string | null;
|
34819
34820
|
caseId: number;
|
34820
34821
|
entityName: string;
|
34821
|
-
queueId: string | null;
|
34822
34822
|
agentId: string | null;
|
34823
34823
|
startedDate: Date | null;
|
34824
34824
|
handledTime: number | null;
|
@@ -35922,10 +35922,10 @@ export declare const mainChatContract: {
|
|
35922
35922
|
updatedAt: Date;
|
35923
35923
|
deletedAt: Date | null;
|
35924
35924
|
entityId: string;
|
35925
|
+
queueId: string | null;
|
35925
35926
|
contactId: string | null;
|
35926
35927
|
caseId: number;
|
35927
35928
|
entityName: string;
|
35928
|
-
queueId: string | null;
|
35929
35929
|
agentId: string | null;
|
35930
35930
|
startedDate: Date | null;
|
35931
35931
|
handledTime: number | null;
|
@@ -36344,10 +36344,10 @@ export declare const mainChatContract: {
|
|
36344
36344
|
updatedAt: Date;
|
36345
36345
|
deletedAt: Date | null;
|
36346
36346
|
entityId: string;
|
36347
|
+
queueId: string | null;
|
36347
36348
|
contactId: string | null;
|
36348
36349
|
caseId: number;
|
36349
36350
|
entityName: string;
|
36350
|
-
queueId: string | null;
|
36351
36351
|
agentId: string | null;
|
36352
36352
|
startedDate: Date | null;
|
36353
36353
|
handledTime: number | null;
|
@@ -36768,10 +36768,10 @@ export declare const mainChatContract: {
|
|
36768
36768
|
updatedAt: Date;
|
36769
36769
|
deletedAt: Date | null;
|
36770
36770
|
entityId: string;
|
36771
|
+
queueId: string | null;
|
36771
36772
|
contactId: string | null;
|
36772
36773
|
caseId: number;
|
36773
36774
|
entityName: string;
|
36774
|
-
queueId: string | null;
|
36775
36775
|
agentId: string | null;
|
36776
36776
|
startedDate: Date | null;
|
36777
36777
|
handledTime: number | null;
|
@@ -37193,10 +37193,10 @@ export declare const mainChatContract: {
|
|
37193
37193
|
updatedAt: Date;
|
37194
37194
|
deletedAt: Date | null;
|
37195
37195
|
entityId: string;
|
37196
|
+
queueId: string | null;
|
37196
37197
|
contactId: string | null;
|
37197
37198
|
caseId: number;
|
37198
37199
|
entityName: string;
|
37199
|
-
queueId: string | null;
|
37200
37200
|
agentId: string | null;
|
37201
37201
|
startedDate: Date | null;
|
37202
37202
|
handledTime: number | null;
|
@@ -39196,10 +39196,10 @@ export declare const mainChatContract: {
|
|
39196
39196
|
updatedAt: Date;
|
39197
39197
|
deletedAt: Date | null;
|
39198
39198
|
entityId: string;
|
39199
|
+
queueId: string | null;
|
39199
39200
|
contactId: string | null;
|
39200
39201
|
caseId: number;
|
39201
39202
|
entityName: string;
|
39202
|
-
queueId: string | null;
|
39203
39203
|
agentId: string | null;
|
39204
39204
|
startedDate: Date | null;
|
39205
39205
|
handledTime: number | null;
|
@@ -39230,10 +39230,10 @@ export declare const mainChatContract: {
|
|
39230
39230
|
updatedAt: Date;
|
39231
39231
|
deletedAt: Date | null;
|
39232
39232
|
entityId: string;
|
39233
|
+
queueId: string | null;
|
39233
39234
|
contactId: string | null;
|
39234
39235
|
caseId: number;
|
39235
39236
|
entityName: string;
|
39236
|
-
queueId: string | null;
|
39237
39237
|
agentId: string | null;
|
39238
39238
|
startedDate: Date | null;
|
39239
39239
|
handledTime: number | null;
|
@@ -39486,10 +39486,10 @@ export declare const mainChatContract: {
|
|
39486
39486
|
updatedAt: Date;
|
39487
39487
|
deletedAt: Date | null;
|
39488
39488
|
entityId: string;
|
39489
|
+
queueId: string | null;
|
39489
39490
|
contactId: string | null;
|
39490
39491
|
caseId: number;
|
39491
39492
|
entityName: string;
|
39492
|
-
queueId: string | null;
|
39493
39493
|
agentId: string | null;
|
39494
39494
|
startedDate: Date | null;
|
39495
39495
|
handledTime: number | null;
|
@@ -39805,10 +39805,10 @@ export declare const mainChatContract: {
|
|
39805
39805
|
updatedAt: Date;
|
39806
39806
|
deletedAt: Date | null;
|
39807
39807
|
entityId: string;
|
39808
|
+
queueId: string | null;
|
39808
39809
|
contactId: string | null;
|
39809
39810
|
caseId: number;
|
39810
39811
|
entityName: string;
|
39811
|
-
queueId: string | null;
|
39812
39812
|
agentId: string | null;
|
39813
39813
|
startedDate: Date | null;
|
39814
39814
|
handledTime: number | null;
|
@@ -40126,10 +40126,10 @@ export declare const mainChatContract: {
|
|
40126
40126
|
updatedAt: Date;
|
40127
40127
|
deletedAt: Date | null;
|
40128
40128
|
entityId: string;
|
40129
|
+
queueId: string | null;
|
40129
40130
|
contactId: string | null;
|
40130
40131
|
caseId: number;
|
40131
40132
|
entityName: string;
|
40132
|
-
queueId: string | null;
|
40133
40133
|
agentId: string | null;
|
40134
40134
|
startedDate: Date | null;
|
40135
40135
|
handledTime: number | null;
|
@@ -40448,10 +40448,10 @@ export declare const mainChatContract: {
|
|
40448
40448
|
updatedAt: Date;
|
40449
40449
|
deletedAt: Date | null;
|
40450
40450
|
entityId: string;
|
40451
|
+
queueId: string | null;
|
40451
40452
|
contactId: string | null;
|
40452
40453
|
caseId: number;
|
40453
40454
|
entityName: string;
|
40454
|
-
queueId: string | null;
|
40455
40455
|
agentId: string | null;
|
40456
40456
|
startedDate: Date | null;
|
40457
40457
|
handledTime: number | null;
|
@@ -42458,10 +42458,10 @@ export declare const mainChatContract: {
|
|
42458
42458
|
updatedAt: Date;
|
42459
42459
|
deletedAt: Date | null;
|
42460
42460
|
entityId: string;
|
42461
|
+
queueId: string | null;
|
42461
42462
|
contactId: string | null;
|
42462
42463
|
caseId: number;
|
42463
42464
|
entityName: string;
|
42464
|
-
queueId: string | null;
|
42465
42465
|
agentId: string | null;
|
42466
42466
|
startedDate: Date | null;
|
42467
42467
|
handledTime: number | null;
|
@@ -42492,10 +42492,10 @@ export declare const mainChatContract: {
|
|
42492
42492
|
updatedAt: Date;
|
42493
42493
|
deletedAt: Date | null;
|
42494
42494
|
entityId: string;
|
42495
|
+
queueId: string | null;
|
42495
42496
|
contactId: string | null;
|
42496
42497
|
caseId: number;
|
42497
42498
|
entityName: string;
|
42498
|
-
queueId: string | null;
|
42499
42499
|
agentId: string | null;
|
42500
42500
|
startedDate: Date | null;
|
42501
42501
|
handledTime: number | null;
|
@@ -42746,10 +42746,10 @@ export declare const mainChatContract: {
|
|
42746
42746
|
updatedAt: Date;
|
42747
42747
|
deletedAt: Date | null;
|
42748
42748
|
entityId: string;
|
42749
|
+
queueId: string | null;
|
42749
42750
|
contactId: string | null;
|
42750
42751
|
caseId: number;
|
42751
42752
|
entityName: string;
|
42752
|
-
queueId: string | null;
|
42753
42753
|
agentId: string | null;
|
42754
42754
|
startedDate: Date | null;
|
42755
42755
|
handledTime: number | null;
|
@@ -43064,10 +43064,10 @@ export declare const mainChatContract: {
|
|
43064
43064
|
updatedAt: Date;
|
43065
43065
|
deletedAt: Date | null;
|
43066
43066
|
entityId: string;
|
43067
|
+
queueId: string | null;
|
43067
43068
|
contactId: string | null;
|
43068
43069
|
caseId: number;
|
43069
43070
|
entityName: string;
|
43070
|
-
queueId: string | null;
|
43071
43071
|
agentId: string | null;
|
43072
43072
|
startedDate: Date | null;
|
43073
43073
|
handledTime: number | null;
|
@@ -43384,10 +43384,10 @@ export declare const mainChatContract: {
|
|
43384
43384
|
updatedAt: Date;
|
43385
43385
|
deletedAt: Date | null;
|
43386
43386
|
entityId: string;
|
43387
|
+
queueId: string | null;
|
43387
43388
|
contactId: string | null;
|
43388
43389
|
caseId: number;
|
43389
43390
|
entityName: string;
|
43390
|
-
queueId: string | null;
|
43391
43391
|
agentId: string | null;
|
43392
43392
|
startedDate: Date | null;
|
43393
43393
|
handledTime: number | null;
|
@@ -43708,10 +43708,10 @@ export declare const mainChatContract: {
|
|
43708
43708
|
updatedAt: Date;
|
43709
43709
|
deletedAt: Date | null;
|
43710
43710
|
entityId: string;
|
43711
|
+
queueId: string | null;
|
43711
43712
|
contactId: string | null;
|
43712
43713
|
caseId: number;
|
43713
43714
|
entityName: string;
|
43714
|
-
queueId: string | null;
|
43715
43715
|
agentId: string | null;
|
43716
43716
|
startedDate: Date | null;
|
43717
43717
|
handledTime: number | null;
|