@kl1/contracts 1.3.53 → 1.3.55
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/channel/index.d.ts +1 -1
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +10 -10
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +102 -102
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +20 -20
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +14 -14
- package/dist/api-contracts/src/contract.d.ts +1298 -940
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +37 -109
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +5 -23
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +3 -26
- package/dist/api-contracts/src/cx-log/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +14 -14
- package/dist/api-contracts/src/index.d.ts +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +14 -14
- package/dist/api-contracts/src/line/index.d.ts +14 -14
- package/dist/api-contracts/src/messenger/index.d.ts +14 -14
- package/dist/api-contracts/src/presence-status/index.d.ts +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +430 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +14 -14
- package/dist/api-contracts/src/webchat/index.d.ts +14 -14
- package/dist/api-contracts/src/whatsapp/index.d.ts +14 -14
- package/dist/api-contracts/src/workflow-rule/index.d.ts +15 -15
- package/dist/index.js +1616 -1596
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1616 -1595
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -9196,6 +9196,7 @@ export declare const facebookFeedContract: {
|
|
9196
9196
|
firstResponseTime: number;
|
9197
9197
|
lastMessage: string;
|
9198
9198
|
handleTime: number;
|
9199
|
+
closedAt: Date;
|
9199
9200
|
unreadCount: number;
|
9200
9201
|
firstResponseAt: Date;
|
9201
9202
|
isLatest: boolean;
|
@@ -9370,7 +9371,6 @@ export declare const facebookFeedContract: {
|
|
9370
9371
|
telephonySignature: string | null;
|
9371
9372
|
};
|
9372
9373
|
};
|
9373
|
-
closedAt: Date;
|
9374
9374
|
lastMessageAt: Date | null;
|
9375
9375
|
isBotRoom: boolean;
|
9376
9376
|
csatStatus: string | null;
|
@@ -9632,6 +9632,7 @@ export declare const facebookFeedContract: {
|
|
9632
9632
|
firstResponseTime: number;
|
9633
9633
|
lastMessage: string;
|
9634
9634
|
handleTime: number;
|
9635
|
+
closedAt: Date;
|
9635
9636
|
unreadCount: number;
|
9636
9637
|
firstResponseAt: Date;
|
9637
9638
|
isLatest: boolean;
|
@@ -9806,7 +9807,6 @@ export declare const facebookFeedContract: {
|
|
9806
9807
|
telephonySignature: string | null;
|
9807
9808
|
};
|
9808
9809
|
};
|
9809
|
-
closedAt: Date;
|
9810
9810
|
lastMessageAt: Date | null;
|
9811
9811
|
isBotRoom: boolean;
|
9812
9812
|
csatStatus: string | null;
|
@@ -13930,6 +13930,7 @@ export declare const facebookFeedContract: {
|
|
13930
13930
|
firstResponseTime: number;
|
13931
13931
|
lastMessage: string;
|
13932
13932
|
handleTime: number;
|
13933
|
+
closedAt: Date;
|
13933
13934
|
unreadCount: number;
|
13934
13935
|
firstResponseAt: Date;
|
13935
13936
|
isLatest: boolean;
|
@@ -14104,7 +14105,6 @@ export declare const facebookFeedContract: {
|
|
14104
14105
|
telephonySignature: string | null;
|
14105
14106
|
};
|
14106
14107
|
};
|
14107
|
-
closedAt: Date;
|
14108
14108
|
lastMessageAt: Date | null;
|
14109
14109
|
isBotRoom: boolean;
|
14110
14110
|
csatStatus: string | null;
|
@@ -14366,6 +14366,7 @@ export declare const facebookFeedContract: {
|
|
14366
14366
|
firstResponseTime: number;
|
14367
14367
|
lastMessage: string;
|
14368
14368
|
handleTime: number;
|
14369
|
+
closedAt: Date;
|
14369
14370
|
unreadCount: number;
|
14370
14371
|
firstResponseAt: Date;
|
14371
14372
|
isLatest: boolean;
|
@@ -14540,7 +14541,6 @@ export declare const facebookFeedContract: {
|
|
14540
14541
|
telephonySignature: string | null;
|
14541
14542
|
};
|
14542
14543
|
};
|
14543
|
-
closedAt: Date;
|
14544
14544
|
lastMessageAt: Date | null;
|
14545
14545
|
isBotRoom: boolean;
|
14546
14546
|
csatStatus: string | null;
|
@@ -16575,6 +16575,7 @@ export declare const facebookFeedContract: {
|
|
16575
16575
|
firstResponseTime: number;
|
16576
16576
|
lastMessage: string;
|
16577
16577
|
handleTime: number;
|
16578
|
+
closedAt: Date;
|
16578
16579
|
unreadCount: number;
|
16579
16580
|
firstResponseAt: Date;
|
16580
16581
|
isLatest: boolean;
|
@@ -16749,7 +16750,6 @@ export declare const facebookFeedContract: {
|
|
16749
16750
|
telephonySignature: string | null;
|
16750
16751
|
};
|
16751
16752
|
};
|
16752
|
-
closedAt: Date;
|
16753
16753
|
lastMessageAt: Date | null;
|
16754
16754
|
isBotRoom: boolean;
|
16755
16755
|
csatStatus: string | null;
|
@@ -17348,6 +17348,7 @@ export declare const facebookFeedContract: {
|
|
17348
17348
|
firstResponseTime: number;
|
17349
17349
|
lastMessage: string;
|
17350
17350
|
handleTime: number;
|
17351
|
+
closedAt: Date;
|
17351
17352
|
unreadCount: number;
|
17352
17353
|
firstResponseAt: Date;
|
17353
17354
|
isLatest: boolean;
|
@@ -17522,7 +17523,6 @@ export declare const facebookFeedContract: {
|
|
17522
17523
|
telephonySignature: string | null;
|
17523
17524
|
};
|
17524
17525
|
};
|
17525
|
-
closedAt: Date;
|
17526
17526
|
lastMessageAt: Date | null;
|
17527
17527
|
isBotRoom: boolean;
|
17528
17528
|
csatStatus: string | null;
|
@@ -18122,6 +18122,7 @@ export declare const facebookFeedContract: {
|
|
18122
18122
|
firstResponseTime: number;
|
18123
18123
|
lastMessage: string;
|
18124
18124
|
handleTime: number;
|
18125
|
+
closedAt: Date;
|
18125
18126
|
unreadCount: number;
|
18126
18127
|
firstResponseAt: Date;
|
18127
18128
|
isLatest: boolean;
|
@@ -18296,7 +18297,6 @@ export declare const facebookFeedContract: {
|
|
18296
18297
|
telephonySignature: string | null;
|
18297
18298
|
};
|
18298
18299
|
};
|
18299
|
-
closedAt: Date;
|
18300
18300
|
lastMessageAt: Date | null;
|
18301
18301
|
isBotRoom: boolean;
|
18302
18302
|
csatStatus: string | null;
|
@@ -18895,6 +18895,7 @@ export declare const facebookFeedContract: {
|
|
18895
18895
|
firstResponseTime: number;
|
18896
18896
|
lastMessage: string;
|
18897
18897
|
handleTime: number;
|
18898
|
+
closedAt: Date;
|
18898
18899
|
unreadCount: number;
|
18899
18900
|
firstResponseAt: Date;
|
18900
18901
|
isLatest: boolean;
|
@@ -19069,7 +19070,6 @@ export declare const facebookFeedContract: {
|
|
19069
19070
|
telephonySignature: string | null;
|
19070
19071
|
};
|
19071
19072
|
};
|
19072
|
-
closedAt: Date;
|
19073
19073
|
lastMessageAt: Date | null;
|
19074
19074
|
isBotRoom: boolean;
|
19075
19075
|
csatStatus: string | null;
|
@@ -19669,6 +19669,7 @@ export declare const facebookFeedContract: {
|
|
19669
19669
|
firstResponseTime: number;
|
19670
19670
|
lastMessage: string;
|
19671
19671
|
handleTime: number;
|
19672
|
+
closedAt: Date;
|
19672
19673
|
unreadCount: number;
|
19673
19674
|
firstResponseAt: Date;
|
19674
19675
|
isLatest: boolean;
|
@@ -19843,7 +19844,6 @@ export declare const facebookFeedContract: {
|
|
19843
19844
|
telephonySignature: string | null;
|
19844
19845
|
};
|
19845
19846
|
};
|
19846
|
-
closedAt: Date;
|
19847
19847
|
lastMessageAt: Date | null;
|
19848
19848
|
isBotRoom: boolean;
|
19849
19849
|
csatStatus: string | null;
|
@@ -20442,6 +20442,7 @@ export declare const facebookFeedContract: {
|
|
20442
20442
|
firstResponseTime: number;
|
20443
20443
|
lastMessage: string;
|
20444
20444
|
handleTime: number;
|
20445
|
+
closedAt: Date;
|
20445
20446
|
unreadCount: number;
|
20446
20447
|
firstResponseAt: Date;
|
20447
20448
|
isLatest: boolean;
|
@@ -20616,7 +20617,6 @@ export declare const facebookFeedContract: {
|
|
20616
20617
|
telephonySignature: string | null;
|
20617
20618
|
};
|
20618
20619
|
};
|
20619
|
-
closedAt: Date;
|
20620
20620
|
lastMessageAt: Date | null;
|
20621
20621
|
isBotRoom: boolean;
|
20622
20622
|
csatStatus: string | null;
|
@@ -21218,6 +21218,7 @@ export declare const facebookFeedContract: {
|
|
21218
21218
|
firstResponseTime: number;
|
21219
21219
|
lastMessage: string;
|
21220
21220
|
handleTime: number;
|
21221
|
+
closedAt: Date;
|
21221
21222
|
unreadCount: number;
|
21222
21223
|
firstResponseAt: Date;
|
21223
21224
|
isLatest: boolean;
|
@@ -21392,7 +21393,6 @@ export declare const facebookFeedContract: {
|
|
21392
21393
|
telephonySignature: string | null;
|
21393
21394
|
};
|
21394
21395
|
};
|
21395
|
-
closedAt: Date;
|
21396
21396
|
lastMessageAt: Date | null;
|
21397
21397
|
isBotRoom: boolean;
|
21398
21398
|
csatStatus: string | null;
|
@@ -21991,6 +21991,7 @@ export declare const facebookFeedContract: {
|
|
21991
21991
|
firstResponseTime: number;
|
21992
21992
|
lastMessage: string;
|
21993
21993
|
handleTime: number;
|
21994
|
+
closedAt: Date;
|
21994
21995
|
unreadCount: number;
|
21995
21996
|
firstResponseAt: Date;
|
21996
21997
|
isLatest: boolean;
|
@@ -22165,7 +22166,6 @@ export declare const facebookFeedContract: {
|
|
22165
22166
|
telephonySignature: string | null;
|
22166
22167
|
};
|
22167
22168
|
};
|
22168
|
-
closedAt: Date;
|
22169
22169
|
lastMessageAt: Date | null;
|
22170
22170
|
isBotRoom: boolean;
|
22171
22171
|
csatStatus: string | null;
|
@@ -22768,6 +22768,7 @@ export declare const facebookFeedContract: {
|
|
22768
22768
|
firstResponseTime: number;
|
22769
22769
|
lastMessage: string;
|
22770
22770
|
handleTime: number;
|
22771
|
+
closedAt: Date;
|
22771
22772
|
unreadCount: number;
|
22772
22773
|
firstResponseAt: Date;
|
22773
22774
|
isLatest: boolean;
|
@@ -22942,7 +22943,6 @@ export declare const facebookFeedContract: {
|
|
22942
22943
|
telephonySignature: string | null;
|
22943
22944
|
};
|
22944
22945
|
};
|
22945
|
-
closedAt: Date;
|
22946
22946
|
lastMessageAt: Date | null;
|
22947
22947
|
isBotRoom: boolean;
|
22948
22948
|
csatStatus: string | null;
|
@@ -23541,6 +23541,7 @@ export declare const facebookFeedContract: {
|
|
23541
23541
|
firstResponseTime: number;
|
23542
23542
|
lastMessage: string;
|
23543
23543
|
handleTime: number;
|
23544
|
+
closedAt: Date;
|
23544
23545
|
unreadCount: number;
|
23545
23546
|
firstResponseAt: Date;
|
23546
23547
|
isLatest: boolean;
|
@@ -23715,7 +23716,6 @@ export declare const facebookFeedContract: {
|
|
23715
23716
|
telephonySignature: string | null;
|
23716
23717
|
};
|
23717
23718
|
};
|
23718
|
-
closedAt: Date;
|
23719
23719
|
lastMessageAt: Date | null;
|
23720
23720
|
isBotRoom: boolean;
|
23721
23721
|
csatStatus: string | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
|
@@ -4238,6 +4238,7 @@ export declare const instagramContract: {
|
|
4238
4238
|
firstResponseTime: number;
|
4239
4239
|
lastMessage: string;
|
4240
4240
|
handleTime: number;
|
4241
|
+
closedAt: Date;
|
4241
4242
|
unreadCount: number;
|
4242
4243
|
firstResponseAt: Date;
|
4243
4244
|
isLatest: boolean;
|
@@ -4412,7 +4413,6 @@ export declare const instagramContract: {
|
|
4412
4413
|
telephonySignature: string | null;
|
4413
4414
|
};
|
4414
4415
|
};
|
4415
|
-
closedAt: Date;
|
4416
4416
|
lastMessageAt: Date | null;
|
4417
4417
|
isBotRoom: boolean;
|
4418
4418
|
csatStatus: string | null;
|
@@ -4674,6 +4674,7 @@ export declare const instagramContract: {
|
|
4674
4674
|
firstResponseTime: number;
|
4675
4675
|
lastMessage: string;
|
4676
4676
|
handleTime: number;
|
4677
|
+
closedAt: Date;
|
4677
4678
|
unreadCount: number;
|
4678
4679
|
firstResponseAt: Date;
|
4679
4680
|
isLatest: boolean;
|
@@ -4848,7 +4849,6 @@ export declare const instagramContract: {
|
|
4848
4849
|
telephonySignature: string | null;
|
4849
4850
|
};
|
4850
4851
|
};
|
4851
|
-
closedAt: Date;
|
4852
4852
|
lastMessageAt: Date | null;
|
4853
4853
|
isBotRoom: boolean;
|
4854
4854
|
csatStatus: string | null;
|
@@ -8972,6 +8972,7 @@ export declare const instagramContract: {
|
|
8972
8972
|
firstResponseTime: number;
|
8973
8973
|
lastMessage: string;
|
8974
8974
|
handleTime: number;
|
8975
|
+
closedAt: Date;
|
8975
8976
|
unreadCount: number;
|
8976
8977
|
firstResponseAt: Date;
|
8977
8978
|
isLatest: boolean;
|
@@ -9146,7 +9147,6 @@ export declare const instagramContract: {
|
|
9146
9147
|
telephonySignature: string | null;
|
9147
9148
|
};
|
9148
9149
|
};
|
9149
|
-
closedAt: Date;
|
9150
9150
|
lastMessageAt: Date | null;
|
9151
9151
|
isBotRoom: boolean;
|
9152
9152
|
csatStatus: string | null;
|
@@ -9408,6 +9408,7 @@ export declare const instagramContract: {
|
|
9408
9408
|
firstResponseTime: number;
|
9409
9409
|
lastMessage: string;
|
9410
9410
|
handleTime: number;
|
9411
|
+
closedAt: Date;
|
9411
9412
|
unreadCount: number;
|
9412
9413
|
firstResponseAt: Date;
|
9413
9414
|
isLatest: boolean;
|
@@ -9582,7 +9583,6 @@ export declare const instagramContract: {
|
|
9582
9583
|
telephonySignature: string | null;
|
9583
9584
|
};
|
9584
9585
|
};
|
9585
|
-
closedAt: Date;
|
9586
9586
|
lastMessageAt: Date | null;
|
9587
9587
|
isBotRoom: boolean;
|
9588
9588
|
csatStatus: string | null;
|
@@ -11617,6 +11617,7 @@ export declare const instagramContract: {
|
|
11617
11617
|
firstResponseTime: number;
|
11618
11618
|
lastMessage: string;
|
11619
11619
|
handleTime: number;
|
11620
|
+
closedAt: Date;
|
11620
11621
|
unreadCount: number;
|
11621
11622
|
firstResponseAt: Date;
|
11622
11623
|
isLatest: boolean;
|
@@ -11791,7 +11792,6 @@ export declare const instagramContract: {
|
|
11791
11792
|
telephonySignature: string | null;
|
11792
11793
|
};
|
11793
11794
|
};
|
11794
|
-
closedAt: Date;
|
11795
11795
|
lastMessageAt: Date | null;
|
11796
11796
|
isBotRoom: boolean;
|
11797
11797
|
csatStatus: string | null;
|
@@ -12390,6 +12390,7 @@ export declare const instagramContract: {
|
|
12390
12390
|
firstResponseTime: number;
|
12391
12391
|
lastMessage: string;
|
12392
12392
|
handleTime: number;
|
12393
|
+
closedAt: Date;
|
12393
12394
|
unreadCount: number;
|
12394
12395
|
firstResponseAt: Date;
|
12395
12396
|
isLatest: boolean;
|
@@ -12564,7 +12565,6 @@ export declare const instagramContract: {
|
|
12564
12565
|
telephonySignature: string | null;
|
12565
12566
|
};
|
12566
12567
|
};
|
12567
|
-
closedAt: Date;
|
12568
12568
|
lastMessageAt: Date | null;
|
12569
12569
|
isBotRoom: boolean;
|
12570
12570
|
csatStatus: string | null;
|
@@ -13164,6 +13164,7 @@ export declare const instagramContract: {
|
|
13164
13164
|
firstResponseTime: number;
|
13165
13165
|
lastMessage: string;
|
13166
13166
|
handleTime: number;
|
13167
|
+
closedAt: Date;
|
13167
13168
|
unreadCount: number;
|
13168
13169
|
firstResponseAt: Date;
|
13169
13170
|
isLatest: boolean;
|
@@ -13338,7 +13339,6 @@ export declare const instagramContract: {
|
|
13338
13339
|
telephonySignature: string | null;
|
13339
13340
|
};
|
13340
13341
|
};
|
13341
|
-
closedAt: Date;
|
13342
13342
|
lastMessageAt: Date | null;
|
13343
13343
|
isBotRoom: boolean;
|
13344
13344
|
csatStatus: string | null;
|
@@ -13937,6 +13937,7 @@ export declare const instagramContract: {
|
|
13937
13937
|
firstResponseTime: number;
|
13938
13938
|
lastMessage: string;
|
13939
13939
|
handleTime: number;
|
13940
|
+
closedAt: Date;
|
13940
13941
|
unreadCount: number;
|
13941
13942
|
firstResponseAt: Date;
|
13942
13943
|
isLatest: boolean;
|
@@ -14111,7 +14112,6 @@ export declare const instagramContract: {
|
|
14111
14112
|
telephonySignature: string | null;
|
14112
14113
|
};
|
14113
14114
|
};
|
14114
|
-
closedAt: Date;
|
14115
14115
|
lastMessageAt: Date | null;
|
14116
14116
|
isBotRoom: boolean;
|
14117
14117
|
csatStatus: string | null;
|
@@ -14711,6 +14711,7 @@ export declare const instagramContract: {
|
|
14711
14711
|
firstResponseTime: number;
|
14712
14712
|
lastMessage: string;
|
14713
14713
|
handleTime: number;
|
14714
|
+
closedAt: Date;
|
14714
14715
|
unreadCount: number;
|
14715
14716
|
firstResponseAt: Date;
|
14716
14717
|
isLatest: boolean;
|
@@ -14885,7 +14886,6 @@ export declare const instagramContract: {
|
|
14885
14886
|
telephonySignature: string | null;
|
14886
14887
|
};
|
14887
14888
|
};
|
14888
|
-
closedAt: Date;
|
14889
14889
|
lastMessageAt: Date | null;
|
14890
14890
|
isBotRoom: boolean;
|
14891
14891
|
csatStatus: string | null;
|
@@ -15484,6 +15484,7 @@ export declare const instagramContract: {
|
|
15484
15484
|
firstResponseTime: number;
|
15485
15485
|
lastMessage: string;
|
15486
15486
|
handleTime: number;
|
15487
|
+
closedAt: Date;
|
15487
15488
|
unreadCount: number;
|
15488
15489
|
firstResponseAt: Date;
|
15489
15490
|
isLatest: boolean;
|
@@ -15658,7 +15659,6 @@ export declare const instagramContract: {
|
|
15658
15659
|
telephonySignature: string | null;
|
15659
15660
|
};
|
15660
15661
|
};
|
15661
|
-
closedAt: Date;
|
15662
15662
|
lastMessageAt: Date | null;
|
15663
15663
|
isBotRoom: boolean;
|
15664
15664
|
csatStatus: string | null;
|
@@ -16260,6 +16260,7 @@ export declare const instagramContract: {
|
|
16260
16260
|
firstResponseTime: number;
|
16261
16261
|
lastMessage: string;
|
16262
16262
|
handleTime: number;
|
16263
|
+
closedAt: Date;
|
16263
16264
|
unreadCount: number;
|
16264
16265
|
firstResponseAt: Date;
|
16265
16266
|
isLatest: boolean;
|
@@ -16434,7 +16435,6 @@ export declare const instagramContract: {
|
|
16434
16435
|
telephonySignature: string | null;
|
16435
16436
|
};
|
16436
16437
|
};
|
16437
|
-
closedAt: Date;
|
16438
16438
|
lastMessageAt: Date | null;
|
16439
16439
|
isBotRoom: boolean;
|
16440
16440
|
csatStatus: string | null;
|
@@ -17033,6 +17033,7 @@ export declare const instagramContract: {
|
|
17033
17033
|
firstResponseTime: number;
|
17034
17034
|
lastMessage: string;
|
17035
17035
|
handleTime: number;
|
17036
|
+
closedAt: Date;
|
17036
17037
|
unreadCount: number;
|
17037
17038
|
firstResponseAt: Date;
|
17038
17039
|
isLatest: boolean;
|
@@ -17207,7 +17208,6 @@ export declare const instagramContract: {
|
|
17207
17208
|
telephonySignature: string | null;
|
17208
17209
|
};
|
17209
17210
|
};
|
17210
|
-
closedAt: Date;
|
17211
17211
|
lastMessageAt: Date | null;
|
17212
17212
|
isBotRoom: boolean;
|
17213
17213
|
csatStatus: string | null;
|
@@ -17810,6 +17810,7 @@ export declare const instagramContract: {
|
|
17810
17810
|
firstResponseTime: number;
|
17811
17811
|
lastMessage: string;
|
17812
17812
|
handleTime: number;
|
17813
|
+
closedAt: Date;
|
17813
17814
|
unreadCount: number;
|
17814
17815
|
firstResponseAt: Date;
|
17815
17816
|
isLatest: boolean;
|
@@ -17984,7 +17985,6 @@ export declare const instagramContract: {
|
|
17984
17985
|
telephonySignature: string | null;
|
17985
17986
|
};
|
17986
17987
|
};
|
17987
|
-
closedAt: Date;
|
17988
17988
|
lastMessageAt: Date | null;
|
17989
17989
|
isBotRoom: boolean;
|
17990
17990
|
csatStatus: string | null;
|
@@ -18583,6 +18583,7 @@ export declare const instagramContract: {
|
|
18583
18583
|
firstResponseTime: number;
|
18584
18584
|
lastMessage: string;
|
18585
18585
|
handleTime: number;
|
18586
|
+
closedAt: Date;
|
18586
18587
|
unreadCount: number;
|
18587
18588
|
firstResponseAt: Date;
|
18588
18589
|
isLatest: boolean;
|
@@ -18757,7 +18758,6 @@ export declare const instagramContract: {
|
|
18757
18758
|
telephonySignature: string | null;
|
18758
18759
|
};
|
18759
18760
|
};
|
18760
|
-
closedAt: Date;
|
18761
18761
|
lastMessageAt: Date | null;
|
18762
18762
|
isBotRoom: boolean;
|
18763
18763
|
csatStatus: string | null;
|
@@ -5613,6 +5613,7 @@ export declare const lineContract: {
|
|
5613
5613
|
firstResponseTime: number;
|
5614
5614
|
lastMessage: string;
|
5615
5615
|
handleTime: number;
|
5616
|
+
closedAt: Date;
|
5616
5617
|
unreadCount: number;
|
5617
5618
|
firstResponseAt: Date;
|
5618
5619
|
isLatest: boolean;
|
@@ -5787,7 +5788,6 @@ export declare const lineContract: {
|
|
5787
5788
|
telephonySignature: string | null;
|
5788
5789
|
};
|
5789
5790
|
};
|
5790
|
-
closedAt: Date;
|
5791
5791
|
lastMessageAt: Date | null;
|
5792
5792
|
isBotRoom: boolean;
|
5793
5793
|
csatStatus: string | null;
|
@@ -6049,6 +6049,7 @@ export declare const lineContract: {
|
|
6049
6049
|
firstResponseTime: number;
|
6050
6050
|
lastMessage: string;
|
6051
6051
|
handleTime: number;
|
6052
|
+
closedAt: Date;
|
6052
6053
|
unreadCount: number;
|
6053
6054
|
firstResponseAt: Date;
|
6054
6055
|
isLatest: boolean;
|
@@ -6223,7 +6224,6 @@ export declare const lineContract: {
|
|
6223
6224
|
telephonySignature: string | null;
|
6224
6225
|
};
|
6225
6226
|
};
|
6226
|
-
closedAt: Date;
|
6227
6227
|
lastMessageAt: Date | null;
|
6228
6228
|
isBotRoom: boolean;
|
6229
6229
|
csatStatus: string | null;
|
@@ -10347,6 +10347,7 @@ export declare const lineContract: {
|
|
10347
10347
|
firstResponseTime: number;
|
10348
10348
|
lastMessage: string;
|
10349
10349
|
handleTime: number;
|
10350
|
+
closedAt: Date;
|
10350
10351
|
unreadCount: number;
|
10351
10352
|
firstResponseAt: Date;
|
10352
10353
|
isLatest: boolean;
|
@@ -10521,7 +10522,6 @@ export declare const lineContract: {
|
|
10521
10522
|
telephonySignature: string | null;
|
10522
10523
|
};
|
10523
10524
|
};
|
10524
|
-
closedAt: Date;
|
10525
10525
|
lastMessageAt: Date | null;
|
10526
10526
|
isBotRoom: boolean;
|
10527
10527
|
csatStatus: string | null;
|
@@ -10783,6 +10783,7 @@ export declare const lineContract: {
|
|
10783
10783
|
firstResponseTime: number;
|
10784
10784
|
lastMessage: string;
|
10785
10785
|
handleTime: number;
|
10786
|
+
closedAt: Date;
|
10786
10787
|
unreadCount: number;
|
10787
10788
|
firstResponseAt: Date;
|
10788
10789
|
isLatest: boolean;
|
@@ -10957,7 +10958,6 @@ export declare const lineContract: {
|
|
10957
10958
|
telephonySignature: string | null;
|
10958
10959
|
};
|
10959
10960
|
};
|
10960
|
-
closedAt: Date;
|
10961
10961
|
lastMessageAt: Date | null;
|
10962
10962
|
isBotRoom: boolean;
|
10963
10963
|
csatStatus: string | null;
|
@@ -12992,6 +12992,7 @@ export declare const lineContract: {
|
|
12992
12992
|
firstResponseTime: number;
|
12993
12993
|
lastMessage: string;
|
12994
12994
|
handleTime: number;
|
12995
|
+
closedAt: Date;
|
12995
12996
|
unreadCount: number;
|
12996
12997
|
firstResponseAt: Date;
|
12997
12998
|
isLatest: boolean;
|
@@ -13166,7 +13167,6 @@ export declare const lineContract: {
|
|
13166
13167
|
telephonySignature: string | null;
|
13167
13168
|
};
|
13168
13169
|
};
|
13169
|
-
closedAt: Date;
|
13170
13170
|
lastMessageAt: Date | null;
|
13171
13171
|
isBotRoom: boolean;
|
13172
13172
|
csatStatus: string | null;
|
@@ -13765,6 +13765,7 @@ export declare const lineContract: {
|
|
13765
13765
|
firstResponseTime: number;
|
13766
13766
|
lastMessage: string;
|
13767
13767
|
handleTime: number;
|
13768
|
+
closedAt: Date;
|
13768
13769
|
unreadCount: number;
|
13769
13770
|
firstResponseAt: Date;
|
13770
13771
|
isLatest: boolean;
|
@@ -13939,7 +13940,6 @@ export declare const lineContract: {
|
|
13939
13940
|
telephonySignature: string | null;
|
13940
13941
|
};
|
13941
13942
|
};
|
13942
|
-
closedAt: Date;
|
13943
13943
|
lastMessageAt: Date | null;
|
13944
13944
|
isBotRoom: boolean;
|
13945
13945
|
csatStatus: string | null;
|
@@ -14539,6 +14539,7 @@ export declare const lineContract: {
|
|
14539
14539
|
firstResponseTime: number;
|
14540
14540
|
lastMessage: string;
|
14541
14541
|
handleTime: number;
|
14542
|
+
closedAt: Date;
|
14542
14543
|
unreadCount: number;
|
14543
14544
|
firstResponseAt: Date;
|
14544
14545
|
isLatest: boolean;
|
@@ -14713,7 +14714,6 @@ export declare const lineContract: {
|
|
14713
14714
|
telephonySignature: string | null;
|
14714
14715
|
};
|
14715
14716
|
};
|
14716
|
-
closedAt: Date;
|
14717
14717
|
lastMessageAt: Date | null;
|
14718
14718
|
isBotRoom: boolean;
|
14719
14719
|
csatStatus: string | null;
|
@@ -15312,6 +15312,7 @@ export declare const lineContract: {
|
|
15312
15312
|
firstResponseTime: number;
|
15313
15313
|
lastMessage: string;
|
15314
15314
|
handleTime: number;
|
15315
|
+
closedAt: Date;
|
15315
15316
|
unreadCount: number;
|
15316
15317
|
firstResponseAt: Date;
|
15317
15318
|
isLatest: boolean;
|
@@ -15486,7 +15487,6 @@ export declare const lineContract: {
|
|
15486
15487
|
telephonySignature: string | null;
|
15487
15488
|
};
|
15488
15489
|
};
|
15489
|
-
closedAt: Date;
|
15490
15490
|
lastMessageAt: Date | null;
|
15491
15491
|
isBotRoom: boolean;
|
15492
15492
|
csatStatus: string | null;
|
@@ -16086,6 +16086,7 @@ export declare const lineContract: {
|
|
16086
16086
|
firstResponseTime: number;
|
16087
16087
|
lastMessage: string;
|
16088
16088
|
handleTime: number;
|
16089
|
+
closedAt: Date;
|
16089
16090
|
unreadCount: number;
|
16090
16091
|
firstResponseAt: Date;
|
16091
16092
|
isLatest: boolean;
|
@@ -16260,7 +16261,6 @@ export declare const lineContract: {
|
|
16260
16261
|
telephonySignature: string | null;
|
16261
16262
|
};
|
16262
16263
|
};
|
16263
|
-
closedAt: Date;
|
16264
16264
|
lastMessageAt: Date | null;
|
16265
16265
|
isBotRoom: boolean;
|
16266
16266
|
csatStatus: string | null;
|
@@ -16859,6 +16859,7 @@ export declare const lineContract: {
|
|
16859
16859
|
firstResponseTime: number;
|
16860
16860
|
lastMessage: string;
|
16861
16861
|
handleTime: number;
|
16862
|
+
closedAt: Date;
|
16862
16863
|
unreadCount: number;
|
16863
16864
|
firstResponseAt: Date;
|
16864
16865
|
isLatest: boolean;
|
@@ -17033,7 +17034,6 @@ export declare const lineContract: {
|
|
17033
17034
|
telephonySignature: string | null;
|
17034
17035
|
};
|
17035
17036
|
};
|
17036
|
-
closedAt: Date;
|
17037
17037
|
lastMessageAt: Date | null;
|
17038
17038
|
isBotRoom: boolean;
|
17039
17039
|
csatStatus: string | null;
|
@@ -17635,6 +17635,7 @@ export declare const lineContract: {
|
|
17635
17635
|
firstResponseTime: number;
|
17636
17636
|
lastMessage: string;
|
17637
17637
|
handleTime: number;
|
17638
|
+
closedAt: Date;
|
17638
17639
|
unreadCount: number;
|
17639
17640
|
firstResponseAt: Date;
|
17640
17641
|
isLatest: boolean;
|
@@ -17809,7 +17810,6 @@ export declare const lineContract: {
|
|
17809
17810
|
telephonySignature: string | null;
|
17810
17811
|
};
|
17811
17812
|
};
|
17812
|
-
closedAt: Date;
|
17813
17813
|
lastMessageAt: Date | null;
|
17814
17814
|
isBotRoom: boolean;
|
17815
17815
|
csatStatus: string | null;
|
@@ -18408,6 +18408,7 @@ export declare const lineContract: {
|
|
18408
18408
|
firstResponseTime: number;
|
18409
18409
|
lastMessage: string;
|
18410
18410
|
handleTime: number;
|
18411
|
+
closedAt: Date;
|
18411
18412
|
unreadCount: number;
|
18412
18413
|
firstResponseAt: Date;
|
18413
18414
|
isLatest: boolean;
|
@@ -18582,7 +18583,6 @@ export declare const lineContract: {
|
|
18582
18583
|
telephonySignature: string | null;
|
18583
18584
|
};
|
18584
18585
|
};
|
18585
|
-
closedAt: Date;
|
18586
18586
|
lastMessageAt: Date | null;
|
18587
18587
|
isBotRoom: boolean;
|
18588
18588
|
csatStatus: string | null;
|
@@ -19185,6 +19185,7 @@ export declare const lineContract: {
|
|
19185
19185
|
firstResponseTime: number;
|
19186
19186
|
lastMessage: string;
|
19187
19187
|
handleTime: number;
|
19188
|
+
closedAt: Date;
|
19188
19189
|
unreadCount: number;
|
19189
19190
|
firstResponseAt: Date;
|
19190
19191
|
isLatest: boolean;
|
@@ -19359,7 +19360,6 @@ export declare const lineContract: {
|
|
19359
19360
|
telephonySignature: string | null;
|
19360
19361
|
};
|
19361
19362
|
};
|
19362
|
-
closedAt: Date;
|
19363
19363
|
lastMessageAt: Date | null;
|
19364
19364
|
isBotRoom: boolean;
|
19365
19365
|
csatStatus: string | null;
|
@@ -19958,6 +19958,7 @@ export declare const lineContract: {
|
|
19958
19958
|
firstResponseTime: number;
|
19959
19959
|
lastMessage: string;
|
19960
19960
|
handleTime: number;
|
19961
|
+
closedAt: Date;
|
19961
19962
|
unreadCount: number;
|
19962
19963
|
firstResponseAt: Date;
|
19963
19964
|
isLatest: boolean;
|
@@ -20132,7 +20133,6 @@ export declare const lineContract: {
|
|
20132
20133
|
telephonySignature: string | null;
|
20133
20134
|
};
|
20134
20135
|
};
|
20135
|
-
closedAt: Date;
|
20136
20136
|
lastMessageAt: Date | null;
|
20137
20137
|
isBotRoom: boolean;
|
20138
20138
|
csatStatus: string | null;
|