@kl1/contracts 1.3.20 → 1.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
- package/dist/api-contracts/src/attribute/index.d.ts +7 -7
- package/dist/api-contracts/src/auth/index.d.ts +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +10 -7
- package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
- package/dist/api-contracts/src/aws/index.d.ts +2 -2
- package/dist/api-contracts/src/botpress/index.d.ts +2 -2
- package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
- package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/category/index.d.ts +7 -7
- package/dist/api-contracts/src/channel/index.d.ts +4754 -3019
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +36 -0
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +23 -0
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +2580 -2212
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +679 -603
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +500 -389
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +364 -364
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/contract.d.ts +40933 -35541
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +76 -65
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +90 -81
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +935 -49
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +164 -9
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +30 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
- package/dist/api-contracts/src/export/index.d.ts +2 -0
- package/dist/api-contracts/src/export/index.d.ts.map +1 -1
- package/dist/api-contracts/src/export/validation.d.ts +3 -0
- package/dist/api-contracts/src/export/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/extension/index.d.ts +7 -7
- package/dist/api-contracts/src/facebook-feed/index.d.ts +395 -273
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +10 -3
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
- package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +2 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +360 -261
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +359 -268
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +16 -7
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
- package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
- package/dist/api-contracts/src/messenger/index.d.ts +360 -261
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +4 -4
- package/dist/api-contracts/src/permission/index.d.ts +1 -1
- package/dist/api-contracts/src/presence-status/index.d.ts +127 -55
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/schema.d.ts +16 -10
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/validation.d.ts +30 -12
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/role/index.d.ts +5 -5
- package/dist/api-contracts/src/sms/index.d.ts +44 -7
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/snippet/index.d.ts +8 -8
- package/dist/api-contracts/src/subscription/index.d.ts +5 -5
- package/dist/api-contracts/src/tag/index.d.ts +4 -4
- package/dist/api-contracts/src/telegram/index.d.ts +338 -261
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +62 -441
- 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 +25 -13
- 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 +0 -3
- package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
- package/dist/api-contracts/src/ticket/index.d.ts +672 -672
- package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
- package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
- package/dist/api-contracts/src/upload/index.d.ts +2 -2
- package/dist/api-contracts/src/user/index.d.ts +7 -7
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +42 -18
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +50 -20
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +338 -261
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +338 -261
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +348 -261
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +350 -48
- package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/schema.d.ts +46 -4
- package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/validation.d.ts +66 -12
- package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +323 -277
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
- package/dist/entities/src/enums/chat.d.ts +12 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +866 -464
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +864 -464
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -37,7 +37,7 @@ export declare const chatContract: {
|
|
|
37
37
|
firstResponseTime: z.ZodNumber;
|
|
38
38
|
isLatest: z.ZodBoolean;
|
|
39
39
|
isBotRoom: z.ZodBoolean;
|
|
40
|
-
direction: z.
|
|
40
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
41
41
|
platformContact: z.ZodObject<{
|
|
42
42
|
id: z.ZodString;
|
|
43
43
|
createdAt: z.ZodDate;
|
|
@@ -1085,6 +1085,7 @@ export declare const chatContract: {
|
|
|
1085
1085
|
channelId: string;
|
|
1086
1086
|
socialPlatformId: string;
|
|
1087
1087
|
}>;
|
|
1088
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
1088
1089
|
actor: z.ZodObject<{
|
|
1089
1090
|
id: z.ZodString;
|
|
1090
1091
|
createdAt: z.ZodDate;
|
|
@@ -1563,6 +1564,7 @@ export declare const chatContract: {
|
|
|
1563
1564
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1564
1565
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1565
1566
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1567
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1566
1568
|
}, "strip", z.ZodTypeAny, {
|
|
1567
1569
|
name: string;
|
|
1568
1570
|
id: string;
|
|
@@ -1592,6 +1594,7 @@ export declare const chatContract: {
|
|
|
1592
1594
|
lineRichMenuId?: string | null | undefined;
|
|
1593
1595
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1594
1596
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1597
|
+
isCSATEnabled?: boolean | undefined;
|
|
1595
1598
|
}, {
|
|
1596
1599
|
name: string;
|
|
1597
1600
|
id: string;
|
|
@@ -1621,6 +1624,7 @@ export declare const chatContract: {
|
|
|
1621
1624
|
lineRichMenuId?: string | null | undefined;
|
|
1622
1625
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1623
1626
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1627
|
+
isCSATEnabled?: boolean | undefined;
|
|
1624
1628
|
}>;
|
|
1625
1629
|
brandName: z.ZodString;
|
|
1626
1630
|
platformId: z.ZodString;
|
|
@@ -1884,6 +1888,7 @@ export declare const chatContract: {
|
|
|
1884
1888
|
lineRichMenuId?: string | null | undefined;
|
|
1885
1889
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1886
1890
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1891
|
+
isCSATEnabled?: boolean | undefined;
|
|
1887
1892
|
};
|
|
1888
1893
|
status: boolean;
|
|
1889
1894
|
createdAt: Date;
|
|
@@ -1978,6 +1983,7 @@ export declare const chatContract: {
|
|
|
1978
1983
|
lineRichMenuId?: string | null | undefined;
|
|
1979
1984
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1980
1985
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1986
|
+
isCSATEnabled?: boolean | undefined;
|
|
1981
1987
|
};
|
|
1982
1988
|
status: boolean;
|
|
1983
1989
|
createdAt: Date;
|
|
@@ -2230,6 +2236,16 @@ export declare const chatContract: {
|
|
|
2230
2236
|
createdAt: Date;
|
|
2231
2237
|
updatedAt: Date;
|
|
2232
2238
|
deletedAt: Date | null;
|
|
2239
|
+
tags: {
|
|
2240
|
+
name: string;
|
|
2241
|
+
id: string;
|
|
2242
|
+
createdAt: Date;
|
|
2243
|
+
updatedAt: Date;
|
|
2244
|
+
deletedAt: Date | null;
|
|
2245
|
+
}[];
|
|
2246
|
+
callFrom: string | null;
|
|
2247
|
+
callTo: string | null;
|
|
2248
|
+
note: string | null;
|
|
2233
2249
|
categories: {
|
|
2234
2250
|
id: string;
|
|
2235
2251
|
value: string;
|
|
@@ -2252,16 +2268,6 @@ export declare const chatContract: {
|
|
|
2252
2268
|
}[];
|
|
2253
2269
|
}[];
|
|
2254
2270
|
}[];
|
|
2255
|
-
tags: {
|
|
2256
|
-
name: string;
|
|
2257
|
-
id: string;
|
|
2258
|
-
createdAt: Date;
|
|
2259
|
-
updatedAt: Date;
|
|
2260
|
-
deletedAt: Date | null;
|
|
2261
|
-
}[];
|
|
2262
|
-
callFrom: string | null;
|
|
2263
|
-
callTo: string | null;
|
|
2264
|
-
note: string | null;
|
|
2265
2271
|
customFields?: {
|
|
2266
2272
|
id: string;
|
|
2267
2273
|
createdAt: Date;
|
|
@@ -2281,6 +2287,16 @@ export declare const chatContract: {
|
|
|
2281
2287
|
createdAt: Date;
|
|
2282
2288
|
updatedAt: Date;
|
|
2283
2289
|
deletedAt: Date | null;
|
|
2290
|
+
tags: {
|
|
2291
|
+
name: string;
|
|
2292
|
+
id: string;
|
|
2293
|
+
createdAt: Date;
|
|
2294
|
+
updatedAt: Date;
|
|
2295
|
+
deletedAt: Date | null;
|
|
2296
|
+
}[];
|
|
2297
|
+
callFrom: string | null;
|
|
2298
|
+
callTo: string | null;
|
|
2299
|
+
note: string | null;
|
|
2284
2300
|
categories: {
|
|
2285
2301
|
id: string;
|
|
2286
2302
|
value: string;
|
|
@@ -2303,16 +2319,6 @@ export declare const chatContract: {
|
|
|
2303
2319
|
}[];
|
|
2304
2320
|
}[];
|
|
2305
2321
|
}[];
|
|
2306
|
-
tags: {
|
|
2307
|
-
name: string;
|
|
2308
|
-
id: string;
|
|
2309
|
-
createdAt: Date;
|
|
2310
|
-
updatedAt: Date;
|
|
2311
|
-
deletedAt: Date | null;
|
|
2312
|
-
}[];
|
|
2313
|
-
callFrom: string | null;
|
|
2314
|
-
callTo: string | null;
|
|
2315
|
-
note: string | null;
|
|
2316
2322
|
customFields?: {
|
|
2317
2323
|
id: string;
|
|
2318
2324
|
createdAt: Date;
|
|
@@ -2421,6 +2427,16 @@ export declare const chatContract: {
|
|
|
2421
2427
|
createdAt: Date;
|
|
2422
2428
|
updatedAt: Date;
|
|
2423
2429
|
deletedAt: Date | null;
|
|
2430
|
+
tags: {
|
|
2431
|
+
name: string;
|
|
2432
|
+
id: string;
|
|
2433
|
+
createdAt: Date;
|
|
2434
|
+
updatedAt: Date;
|
|
2435
|
+
deletedAt: Date | null;
|
|
2436
|
+
}[];
|
|
2437
|
+
callFrom: string | null;
|
|
2438
|
+
callTo: string | null;
|
|
2439
|
+
note: string | null;
|
|
2424
2440
|
categories: {
|
|
2425
2441
|
id: string;
|
|
2426
2442
|
value: string;
|
|
@@ -2443,16 +2459,6 @@ export declare const chatContract: {
|
|
|
2443
2459
|
}[];
|
|
2444
2460
|
}[];
|
|
2445
2461
|
}[];
|
|
2446
|
-
tags: {
|
|
2447
|
-
name: string;
|
|
2448
|
-
id: string;
|
|
2449
|
-
createdAt: Date;
|
|
2450
|
-
updatedAt: Date;
|
|
2451
|
-
deletedAt: Date | null;
|
|
2452
|
-
}[];
|
|
2453
|
-
callFrom: string | null;
|
|
2454
|
-
callTo: string | null;
|
|
2455
|
-
note: string | null;
|
|
2456
2462
|
customFields?: {
|
|
2457
2463
|
id: string;
|
|
2458
2464
|
createdAt: Date;
|
|
@@ -2511,6 +2517,16 @@ export declare const chatContract: {
|
|
|
2511
2517
|
createdAt: Date;
|
|
2512
2518
|
updatedAt: Date;
|
|
2513
2519
|
deletedAt: Date | null;
|
|
2520
|
+
tags: {
|
|
2521
|
+
name: string;
|
|
2522
|
+
id: string;
|
|
2523
|
+
createdAt: Date;
|
|
2524
|
+
updatedAt: Date;
|
|
2525
|
+
deletedAt: Date | null;
|
|
2526
|
+
}[];
|
|
2527
|
+
callFrom: string | null;
|
|
2528
|
+
callTo: string | null;
|
|
2529
|
+
note: string | null;
|
|
2514
2530
|
categories: {
|
|
2515
2531
|
id: string;
|
|
2516
2532
|
value: string;
|
|
@@ -2533,16 +2549,6 @@ export declare const chatContract: {
|
|
|
2533
2549
|
}[];
|
|
2534
2550
|
}[];
|
|
2535
2551
|
}[];
|
|
2536
|
-
tags: {
|
|
2537
|
-
name: string;
|
|
2538
|
-
id: string;
|
|
2539
|
-
createdAt: Date;
|
|
2540
|
-
updatedAt: Date;
|
|
2541
|
-
deletedAt: Date | null;
|
|
2542
|
-
}[];
|
|
2543
|
-
callFrom: string | null;
|
|
2544
|
-
callTo: string | null;
|
|
2545
|
-
note: string | null;
|
|
2546
2552
|
customFields?: {
|
|
2547
2553
|
id: string;
|
|
2548
2554
|
createdAt: Date;
|
|
@@ -2636,6 +2642,7 @@ export declare const chatContract: {
|
|
|
2636
2642
|
lineRichMenuId?: string | null | undefined;
|
|
2637
2643
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2638
2644
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2645
|
+
isCSATEnabled?: boolean | undefined;
|
|
2639
2646
|
};
|
|
2640
2647
|
status: boolean;
|
|
2641
2648
|
createdAt: Date;
|
|
@@ -2927,6 +2934,7 @@ export declare const chatContract: {
|
|
|
2927
2934
|
closedAt: Date;
|
|
2928
2935
|
lastMessageAt: Date | null;
|
|
2929
2936
|
isBotRoom: boolean;
|
|
2937
|
+
csatStatus: string | null;
|
|
2930
2938
|
cxlog: {
|
|
2931
2939
|
id: string;
|
|
2932
2940
|
channel: string | null;
|
|
@@ -2954,6 +2962,16 @@ export declare const chatContract: {
|
|
|
2954
2962
|
createdAt: Date;
|
|
2955
2963
|
updatedAt: Date;
|
|
2956
2964
|
deletedAt: Date | null;
|
|
2965
|
+
tags: {
|
|
2966
|
+
name: string;
|
|
2967
|
+
id: string;
|
|
2968
|
+
createdAt: Date;
|
|
2969
|
+
updatedAt: Date;
|
|
2970
|
+
deletedAt: Date | null;
|
|
2971
|
+
}[];
|
|
2972
|
+
callFrom: string | null;
|
|
2973
|
+
callTo: string | null;
|
|
2974
|
+
note: string | null;
|
|
2957
2975
|
categories: {
|
|
2958
2976
|
id: string;
|
|
2959
2977
|
value: string;
|
|
@@ -2976,16 +2994,6 @@ export declare const chatContract: {
|
|
|
2976
2994
|
}[];
|
|
2977
2995
|
}[];
|
|
2978
2996
|
}[];
|
|
2979
|
-
tags: {
|
|
2980
|
-
name: string;
|
|
2981
|
-
id: string;
|
|
2982
|
-
createdAt: Date;
|
|
2983
|
-
updatedAt: Date;
|
|
2984
|
-
deletedAt: Date | null;
|
|
2985
|
-
}[];
|
|
2986
|
-
callFrom: string | null;
|
|
2987
|
-
callTo: string | null;
|
|
2988
|
-
note: string | null;
|
|
2989
2997
|
customFields?: {
|
|
2990
2998
|
id: string;
|
|
2991
2999
|
createdAt: Date;
|
|
@@ -3063,6 +3071,7 @@ export declare const chatContract: {
|
|
|
3063
3071
|
lineRichMenuId?: string | null | undefined;
|
|
3064
3072
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3065
3073
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3074
|
+
isCSATEnabled?: boolean | undefined;
|
|
3066
3075
|
};
|
|
3067
3076
|
status: boolean;
|
|
3068
3077
|
createdAt: Date;
|
|
@@ -3354,6 +3363,7 @@ export declare const chatContract: {
|
|
|
3354
3363
|
closedAt: Date;
|
|
3355
3364
|
lastMessageAt: Date | null;
|
|
3356
3365
|
isBotRoom: boolean;
|
|
3366
|
+
csatStatus: string | null;
|
|
3357
3367
|
cxlog: {
|
|
3358
3368
|
id: string;
|
|
3359
3369
|
channel: string | null;
|
|
@@ -3381,6 +3391,16 @@ export declare const chatContract: {
|
|
|
3381
3391
|
createdAt: Date;
|
|
3382
3392
|
updatedAt: Date;
|
|
3383
3393
|
deletedAt: Date | null;
|
|
3394
|
+
tags: {
|
|
3395
|
+
name: string;
|
|
3396
|
+
id: string;
|
|
3397
|
+
createdAt: Date;
|
|
3398
|
+
updatedAt: Date;
|
|
3399
|
+
deletedAt: Date | null;
|
|
3400
|
+
}[];
|
|
3401
|
+
callFrom: string | null;
|
|
3402
|
+
callTo: string | null;
|
|
3403
|
+
note: string | null;
|
|
3384
3404
|
categories: {
|
|
3385
3405
|
id: string;
|
|
3386
3406
|
value: string;
|
|
@@ -3403,16 +3423,6 @@ export declare const chatContract: {
|
|
|
3403
3423
|
}[];
|
|
3404
3424
|
}[];
|
|
3405
3425
|
}[];
|
|
3406
|
-
tags: {
|
|
3407
|
-
name: string;
|
|
3408
|
-
id: string;
|
|
3409
|
-
createdAt: Date;
|
|
3410
|
-
updatedAt: Date;
|
|
3411
|
-
deletedAt: Date | null;
|
|
3412
|
-
}[];
|
|
3413
|
-
callFrom: string | null;
|
|
3414
|
-
callTo: string | null;
|
|
3415
|
-
note: string | null;
|
|
3416
3426
|
customFields?: {
|
|
3417
3427
|
id: string;
|
|
3418
3428
|
createdAt: Date;
|
|
@@ -3492,6 +3502,7 @@ export declare const chatContract: {
|
|
|
3492
3502
|
lineRichMenuId?: string | null | undefined;
|
|
3493
3503
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3494
3504
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3505
|
+
isCSATEnabled?: boolean | undefined;
|
|
3495
3506
|
};
|
|
3496
3507
|
status: boolean;
|
|
3497
3508
|
createdAt: Date;
|
|
@@ -3783,6 +3794,7 @@ export declare const chatContract: {
|
|
|
3783
3794
|
closedAt: Date;
|
|
3784
3795
|
lastMessageAt: Date | null;
|
|
3785
3796
|
isBotRoom: boolean;
|
|
3797
|
+
csatStatus: string | null;
|
|
3786
3798
|
cxlog: {
|
|
3787
3799
|
id: string;
|
|
3788
3800
|
channel: string | null;
|
|
@@ -3810,6 +3822,16 @@ export declare const chatContract: {
|
|
|
3810
3822
|
createdAt: Date;
|
|
3811
3823
|
updatedAt: Date;
|
|
3812
3824
|
deletedAt: Date | null;
|
|
3825
|
+
tags: {
|
|
3826
|
+
name: string;
|
|
3827
|
+
id: string;
|
|
3828
|
+
createdAt: Date;
|
|
3829
|
+
updatedAt: Date;
|
|
3830
|
+
deletedAt: Date | null;
|
|
3831
|
+
}[];
|
|
3832
|
+
callFrom: string | null;
|
|
3833
|
+
callTo: string | null;
|
|
3834
|
+
note: string | null;
|
|
3813
3835
|
categories: {
|
|
3814
3836
|
id: string;
|
|
3815
3837
|
value: string;
|
|
@@ -3832,16 +3854,6 @@ export declare const chatContract: {
|
|
|
3832
3854
|
}[];
|
|
3833
3855
|
}[];
|
|
3834
3856
|
}[];
|
|
3835
|
-
tags: {
|
|
3836
|
-
name: string;
|
|
3837
|
-
id: string;
|
|
3838
|
-
createdAt: Date;
|
|
3839
|
-
updatedAt: Date;
|
|
3840
|
-
deletedAt: Date | null;
|
|
3841
|
-
}[];
|
|
3842
|
-
callFrom: string | null;
|
|
3843
|
-
callTo: string | null;
|
|
3844
|
-
note: string | null;
|
|
3845
3857
|
customFields?: {
|
|
3846
3858
|
id: string;
|
|
3847
3859
|
createdAt: Date;
|
|
@@ -3922,6 +3934,7 @@ export declare const chatContract: {
|
|
|
3922
3934
|
lineRichMenuId?: string | null | undefined;
|
|
3923
3935
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3924
3936
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3937
|
+
isCSATEnabled?: boolean | undefined;
|
|
3925
3938
|
};
|
|
3926
3939
|
status: boolean;
|
|
3927
3940
|
createdAt: Date;
|
|
@@ -4213,6 +4226,7 @@ export declare const chatContract: {
|
|
|
4213
4226
|
closedAt: Date;
|
|
4214
4227
|
lastMessageAt: Date | null;
|
|
4215
4228
|
isBotRoom: boolean;
|
|
4229
|
+
csatStatus: string | null;
|
|
4216
4230
|
cxlog: {
|
|
4217
4231
|
id: string;
|
|
4218
4232
|
channel: string | null;
|
|
@@ -4240,6 +4254,16 @@ export declare const chatContract: {
|
|
|
4240
4254
|
createdAt: Date;
|
|
4241
4255
|
updatedAt: Date;
|
|
4242
4256
|
deletedAt: Date | null;
|
|
4257
|
+
tags: {
|
|
4258
|
+
name: string;
|
|
4259
|
+
id: string;
|
|
4260
|
+
createdAt: Date;
|
|
4261
|
+
updatedAt: Date;
|
|
4262
|
+
deletedAt: Date | null;
|
|
4263
|
+
}[];
|
|
4264
|
+
callFrom: string | null;
|
|
4265
|
+
callTo: string | null;
|
|
4266
|
+
note: string | null;
|
|
4243
4267
|
categories: {
|
|
4244
4268
|
id: string;
|
|
4245
4269
|
value: string;
|
|
@@ -4262,16 +4286,6 @@ export declare const chatContract: {
|
|
|
4262
4286
|
}[];
|
|
4263
4287
|
}[];
|
|
4264
4288
|
}[];
|
|
4265
|
-
tags: {
|
|
4266
|
-
name: string;
|
|
4267
|
-
id: string;
|
|
4268
|
-
createdAt: Date;
|
|
4269
|
-
updatedAt: Date;
|
|
4270
|
-
deletedAt: Date | null;
|
|
4271
|
-
}[];
|
|
4272
|
-
callFrom: string | null;
|
|
4273
|
-
callTo: string | null;
|
|
4274
|
-
note: string | null;
|
|
4275
4289
|
customFields?: {
|
|
4276
4290
|
id: string;
|
|
4277
4291
|
createdAt: Date;
|
|
@@ -4365,8 +4379,8 @@ export declare const chatContract: {
|
|
|
4365
4379
|
updatedAt: z.ZodDate;
|
|
4366
4380
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4367
4381
|
message: z.ZodString;
|
|
4368
|
-
direction: z.
|
|
4369
|
-
type: z.
|
|
4382
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
4383
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
4370
4384
|
readAt: z.ZodDate;
|
|
4371
4385
|
metadata: z.ZodAny;
|
|
4372
4386
|
platformId: z.ZodString;
|
|
@@ -4392,7 +4406,7 @@ export declare const chatContract: {
|
|
|
4392
4406
|
firstResponseTime: z.ZodNumber;
|
|
4393
4407
|
isLatest: z.ZodBoolean;
|
|
4394
4408
|
isBotRoom: z.ZodBoolean;
|
|
4395
|
-
direction: z.
|
|
4409
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
4396
4410
|
platformContact: z.ZodObject<{
|
|
4397
4411
|
id: z.ZodString;
|
|
4398
4412
|
createdAt: z.ZodDate;
|
|
@@ -5440,6 +5454,7 @@ export declare const chatContract: {
|
|
|
5440
5454
|
channelId: string;
|
|
5441
5455
|
socialPlatformId: string;
|
|
5442
5456
|
}>;
|
|
5457
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
5443
5458
|
actor: z.ZodObject<{
|
|
5444
5459
|
id: z.ZodString;
|
|
5445
5460
|
createdAt: z.ZodDate;
|
|
@@ -5918,6 +5933,7 @@ export declare const chatContract: {
|
|
|
5918
5933
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5919
5934
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5920
5935
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5936
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
5921
5937
|
}, "strip", z.ZodTypeAny, {
|
|
5922
5938
|
name: string;
|
|
5923
5939
|
id: string;
|
|
@@ -5947,6 +5963,7 @@ export declare const chatContract: {
|
|
|
5947
5963
|
lineRichMenuId?: string | null | undefined;
|
|
5948
5964
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5949
5965
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5966
|
+
isCSATEnabled?: boolean | undefined;
|
|
5950
5967
|
}, {
|
|
5951
5968
|
name: string;
|
|
5952
5969
|
id: string;
|
|
@@ -5976,6 +5993,7 @@ export declare const chatContract: {
|
|
|
5976
5993
|
lineRichMenuId?: string | null | undefined;
|
|
5977
5994
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5978
5995
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5996
|
+
isCSATEnabled?: boolean | undefined;
|
|
5979
5997
|
}>;
|
|
5980
5998
|
brandName: z.ZodString;
|
|
5981
5999
|
platformId: z.ZodString;
|
|
@@ -6239,6 +6257,7 @@ export declare const chatContract: {
|
|
|
6239
6257
|
lineRichMenuId?: string | null | undefined;
|
|
6240
6258
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6241
6259
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
6260
|
+
isCSATEnabled?: boolean | undefined;
|
|
6242
6261
|
};
|
|
6243
6262
|
status: boolean;
|
|
6244
6263
|
createdAt: Date;
|
|
@@ -6333,6 +6352,7 @@ export declare const chatContract: {
|
|
|
6333
6352
|
lineRichMenuId?: string | null | undefined;
|
|
6334
6353
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6335
6354
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
6355
|
+
isCSATEnabled?: boolean | undefined;
|
|
6336
6356
|
};
|
|
6337
6357
|
status: boolean;
|
|
6338
6358
|
createdAt: Date;
|
|
@@ -6585,6 +6605,16 @@ export declare const chatContract: {
|
|
|
6585
6605
|
createdAt: Date;
|
|
6586
6606
|
updatedAt: Date;
|
|
6587
6607
|
deletedAt: Date | null;
|
|
6608
|
+
tags: {
|
|
6609
|
+
name: string;
|
|
6610
|
+
id: string;
|
|
6611
|
+
createdAt: Date;
|
|
6612
|
+
updatedAt: Date;
|
|
6613
|
+
deletedAt: Date | null;
|
|
6614
|
+
}[];
|
|
6615
|
+
callFrom: string | null;
|
|
6616
|
+
callTo: string | null;
|
|
6617
|
+
note: string | null;
|
|
6588
6618
|
categories: {
|
|
6589
6619
|
id: string;
|
|
6590
6620
|
value: string;
|
|
@@ -6607,16 +6637,6 @@ export declare const chatContract: {
|
|
|
6607
6637
|
}[];
|
|
6608
6638
|
}[];
|
|
6609
6639
|
}[];
|
|
6610
|
-
tags: {
|
|
6611
|
-
name: string;
|
|
6612
|
-
id: string;
|
|
6613
|
-
createdAt: Date;
|
|
6614
|
-
updatedAt: Date;
|
|
6615
|
-
deletedAt: Date | null;
|
|
6616
|
-
}[];
|
|
6617
|
-
callFrom: string | null;
|
|
6618
|
-
callTo: string | null;
|
|
6619
|
-
note: string | null;
|
|
6620
6640
|
customFields?: {
|
|
6621
6641
|
id: string;
|
|
6622
6642
|
createdAt: Date;
|
|
@@ -6636,6 +6656,16 @@ export declare const chatContract: {
|
|
|
6636
6656
|
createdAt: Date;
|
|
6637
6657
|
updatedAt: Date;
|
|
6638
6658
|
deletedAt: Date | null;
|
|
6659
|
+
tags: {
|
|
6660
|
+
name: string;
|
|
6661
|
+
id: string;
|
|
6662
|
+
createdAt: Date;
|
|
6663
|
+
updatedAt: Date;
|
|
6664
|
+
deletedAt: Date | null;
|
|
6665
|
+
}[];
|
|
6666
|
+
callFrom: string | null;
|
|
6667
|
+
callTo: string | null;
|
|
6668
|
+
note: string | null;
|
|
6639
6669
|
categories: {
|
|
6640
6670
|
id: string;
|
|
6641
6671
|
value: string;
|
|
@@ -6658,16 +6688,6 @@ export declare const chatContract: {
|
|
|
6658
6688
|
}[];
|
|
6659
6689
|
}[];
|
|
6660
6690
|
}[];
|
|
6661
|
-
tags: {
|
|
6662
|
-
name: string;
|
|
6663
|
-
id: string;
|
|
6664
|
-
createdAt: Date;
|
|
6665
|
-
updatedAt: Date;
|
|
6666
|
-
deletedAt: Date | null;
|
|
6667
|
-
}[];
|
|
6668
|
-
callFrom: string | null;
|
|
6669
|
-
callTo: string | null;
|
|
6670
|
-
note: string | null;
|
|
6671
6691
|
customFields?: {
|
|
6672
6692
|
id: string;
|
|
6673
6693
|
createdAt: Date;
|
|
@@ -6776,6 +6796,16 @@ export declare const chatContract: {
|
|
|
6776
6796
|
createdAt: Date;
|
|
6777
6797
|
updatedAt: Date;
|
|
6778
6798
|
deletedAt: Date | null;
|
|
6799
|
+
tags: {
|
|
6800
|
+
name: string;
|
|
6801
|
+
id: string;
|
|
6802
|
+
createdAt: Date;
|
|
6803
|
+
updatedAt: Date;
|
|
6804
|
+
deletedAt: Date | null;
|
|
6805
|
+
}[];
|
|
6806
|
+
callFrom: string | null;
|
|
6807
|
+
callTo: string | null;
|
|
6808
|
+
note: string | null;
|
|
6779
6809
|
categories: {
|
|
6780
6810
|
id: string;
|
|
6781
6811
|
value: string;
|
|
@@ -6798,16 +6828,6 @@ export declare const chatContract: {
|
|
|
6798
6828
|
}[];
|
|
6799
6829
|
}[];
|
|
6800
6830
|
}[];
|
|
6801
|
-
tags: {
|
|
6802
|
-
name: string;
|
|
6803
|
-
id: string;
|
|
6804
|
-
createdAt: Date;
|
|
6805
|
-
updatedAt: Date;
|
|
6806
|
-
deletedAt: Date | null;
|
|
6807
|
-
}[];
|
|
6808
|
-
callFrom: string | null;
|
|
6809
|
-
callTo: string | null;
|
|
6810
|
-
note: string | null;
|
|
6811
6831
|
customFields?: {
|
|
6812
6832
|
id: string;
|
|
6813
6833
|
createdAt: Date;
|
|
@@ -6866,6 +6886,16 @@ export declare const chatContract: {
|
|
|
6866
6886
|
createdAt: Date;
|
|
6867
6887
|
updatedAt: Date;
|
|
6868
6888
|
deletedAt: Date | null;
|
|
6889
|
+
tags: {
|
|
6890
|
+
name: string;
|
|
6891
|
+
id: string;
|
|
6892
|
+
createdAt: Date;
|
|
6893
|
+
updatedAt: Date;
|
|
6894
|
+
deletedAt: Date | null;
|
|
6895
|
+
}[];
|
|
6896
|
+
callFrom: string | null;
|
|
6897
|
+
callTo: string | null;
|
|
6898
|
+
note: string | null;
|
|
6869
6899
|
categories: {
|
|
6870
6900
|
id: string;
|
|
6871
6901
|
value: string;
|
|
@@ -6888,16 +6918,6 @@ export declare const chatContract: {
|
|
|
6888
6918
|
}[];
|
|
6889
6919
|
}[];
|
|
6890
6920
|
}[];
|
|
6891
|
-
tags: {
|
|
6892
|
-
name: string;
|
|
6893
|
-
id: string;
|
|
6894
|
-
createdAt: Date;
|
|
6895
|
-
updatedAt: Date;
|
|
6896
|
-
deletedAt: Date | null;
|
|
6897
|
-
}[];
|
|
6898
|
-
callFrom: string | null;
|
|
6899
|
-
callTo: string | null;
|
|
6900
|
-
note: string | null;
|
|
6901
6921
|
customFields?: {
|
|
6902
6922
|
id: string;
|
|
6903
6923
|
createdAt: Date;
|
|
@@ -6991,6 +7011,7 @@ export declare const chatContract: {
|
|
|
6991
7011
|
lineRichMenuId?: string | null | undefined;
|
|
6992
7012
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6993
7013
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7014
|
+
isCSATEnabled?: boolean | undefined;
|
|
6994
7015
|
};
|
|
6995
7016
|
status: boolean;
|
|
6996
7017
|
createdAt: Date;
|
|
@@ -7282,6 +7303,7 @@ export declare const chatContract: {
|
|
|
7282
7303
|
closedAt: Date;
|
|
7283
7304
|
lastMessageAt: Date | null;
|
|
7284
7305
|
isBotRoom: boolean;
|
|
7306
|
+
csatStatus: string | null;
|
|
7285
7307
|
cxlog: {
|
|
7286
7308
|
id: string;
|
|
7287
7309
|
channel: string | null;
|
|
@@ -7309,6 +7331,16 @@ export declare const chatContract: {
|
|
|
7309
7331
|
createdAt: Date;
|
|
7310
7332
|
updatedAt: Date;
|
|
7311
7333
|
deletedAt: Date | null;
|
|
7334
|
+
tags: {
|
|
7335
|
+
name: string;
|
|
7336
|
+
id: string;
|
|
7337
|
+
createdAt: Date;
|
|
7338
|
+
updatedAt: Date;
|
|
7339
|
+
deletedAt: Date | null;
|
|
7340
|
+
}[];
|
|
7341
|
+
callFrom: string | null;
|
|
7342
|
+
callTo: string | null;
|
|
7343
|
+
note: string | null;
|
|
7312
7344
|
categories: {
|
|
7313
7345
|
id: string;
|
|
7314
7346
|
value: string;
|
|
@@ -7331,16 +7363,6 @@ export declare const chatContract: {
|
|
|
7331
7363
|
}[];
|
|
7332
7364
|
}[];
|
|
7333
7365
|
}[];
|
|
7334
|
-
tags: {
|
|
7335
|
-
name: string;
|
|
7336
|
-
id: string;
|
|
7337
|
-
createdAt: Date;
|
|
7338
|
-
updatedAt: Date;
|
|
7339
|
-
deletedAt: Date | null;
|
|
7340
|
-
}[];
|
|
7341
|
-
callFrom: string | null;
|
|
7342
|
-
callTo: string | null;
|
|
7343
|
-
note: string | null;
|
|
7344
7366
|
customFields?: {
|
|
7345
7367
|
id: string;
|
|
7346
7368
|
createdAt: Date;
|
|
@@ -7418,6 +7440,7 @@ export declare const chatContract: {
|
|
|
7418
7440
|
lineRichMenuId?: string | null | undefined;
|
|
7419
7441
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7420
7442
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7443
|
+
isCSATEnabled?: boolean | undefined;
|
|
7421
7444
|
};
|
|
7422
7445
|
status: boolean;
|
|
7423
7446
|
createdAt: Date;
|
|
@@ -7709,6 +7732,7 @@ export declare const chatContract: {
|
|
|
7709
7732
|
closedAt: Date;
|
|
7710
7733
|
lastMessageAt: Date | null;
|
|
7711
7734
|
isBotRoom: boolean;
|
|
7735
|
+
csatStatus: string | null;
|
|
7712
7736
|
cxlog: {
|
|
7713
7737
|
id: string;
|
|
7714
7738
|
channel: string | null;
|
|
@@ -7736,6 +7760,16 @@ export declare const chatContract: {
|
|
|
7736
7760
|
createdAt: Date;
|
|
7737
7761
|
updatedAt: Date;
|
|
7738
7762
|
deletedAt: Date | null;
|
|
7763
|
+
tags: {
|
|
7764
|
+
name: string;
|
|
7765
|
+
id: string;
|
|
7766
|
+
createdAt: Date;
|
|
7767
|
+
updatedAt: Date;
|
|
7768
|
+
deletedAt: Date | null;
|
|
7769
|
+
}[];
|
|
7770
|
+
callFrom: string | null;
|
|
7771
|
+
callTo: string | null;
|
|
7772
|
+
note: string | null;
|
|
7739
7773
|
categories: {
|
|
7740
7774
|
id: string;
|
|
7741
7775
|
value: string;
|
|
@@ -7758,16 +7792,6 @@ export declare const chatContract: {
|
|
|
7758
7792
|
}[];
|
|
7759
7793
|
}[];
|
|
7760
7794
|
}[];
|
|
7761
|
-
tags: {
|
|
7762
|
-
name: string;
|
|
7763
|
-
id: string;
|
|
7764
|
-
createdAt: Date;
|
|
7765
|
-
updatedAt: Date;
|
|
7766
|
-
deletedAt: Date | null;
|
|
7767
|
-
}[];
|
|
7768
|
-
callFrom: string | null;
|
|
7769
|
-
callTo: string | null;
|
|
7770
|
-
note: string | null;
|
|
7771
7795
|
customFields?: {
|
|
7772
7796
|
id: string;
|
|
7773
7797
|
createdAt: Date;
|
|
@@ -7851,8 +7875,8 @@ export declare const chatContract: {
|
|
|
7851
7875
|
updatedAt: z.ZodDate;
|
|
7852
7876
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
7853
7877
|
message: z.ZodString;
|
|
7854
|
-
direction: z.
|
|
7855
|
-
type: z.
|
|
7878
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
7879
|
+
type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
|
|
7856
7880
|
readAt: z.ZodDate;
|
|
7857
7881
|
metadata: z.ZodAny;
|
|
7858
7882
|
platformId: z.ZodString;
|
|
@@ -8510,7 +8534,7 @@ export declare const chatContract: {
|
|
|
8510
8534
|
};
|
|
8511
8535
|
}>;
|
|
8512
8536
|
}, "strip", z.ZodTypeAny, {
|
|
8513
|
-
type:
|
|
8537
|
+
type: string;
|
|
8514
8538
|
message: string;
|
|
8515
8539
|
id: string;
|
|
8516
8540
|
url: string;
|
|
@@ -8672,7 +8696,7 @@ export declare const chatContract: {
|
|
|
8672
8696
|
metadata?: any;
|
|
8673
8697
|
template?: any;
|
|
8674
8698
|
}, {
|
|
8675
|
-
type:
|
|
8699
|
+
type: string;
|
|
8676
8700
|
message: string;
|
|
8677
8701
|
id: string;
|
|
8678
8702
|
url: string;
|
|
@@ -9474,7 +9498,7 @@ export declare const chatContract: {
|
|
|
9474
9498
|
editedMessageid: z.ZodString;
|
|
9475
9499
|
label: z.ZodOptional<z.ZodString>;
|
|
9476
9500
|
}, "strip", z.ZodTypeAny, {
|
|
9477
|
-
type:
|
|
9501
|
+
type: string;
|
|
9478
9502
|
message: string;
|
|
9479
9503
|
id: string;
|
|
9480
9504
|
url: string;
|
|
@@ -9618,6 +9642,7 @@ export declare const chatContract: {
|
|
|
9618
9642
|
lineRichMenuId?: string | null | undefined;
|
|
9619
9643
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9620
9644
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
9645
|
+
isCSATEnabled?: boolean | undefined;
|
|
9621
9646
|
};
|
|
9622
9647
|
status: boolean;
|
|
9623
9648
|
createdAt: Date;
|
|
@@ -9909,6 +9934,7 @@ export declare const chatContract: {
|
|
|
9909
9934
|
closedAt: Date;
|
|
9910
9935
|
lastMessageAt: Date | null;
|
|
9911
9936
|
isBotRoom: boolean;
|
|
9937
|
+
csatStatus: string | null;
|
|
9912
9938
|
cxlog: {
|
|
9913
9939
|
id: string;
|
|
9914
9940
|
channel: string | null;
|
|
@@ -9936,6 +9962,16 @@ export declare const chatContract: {
|
|
|
9936
9962
|
createdAt: Date;
|
|
9937
9963
|
updatedAt: Date;
|
|
9938
9964
|
deletedAt: Date | null;
|
|
9965
|
+
tags: {
|
|
9966
|
+
name: string;
|
|
9967
|
+
id: string;
|
|
9968
|
+
createdAt: Date;
|
|
9969
|
+
updatedAt: Date;
|
|
9970
|
+
deletedAt: Date | null;
|
|
9971
|
+
}[];
|
|
9972
|
+
callFrom: string | null;
|
|
9973
|
+
callTo: string | null;
|
|
9974
|
+
note: string | null;
|
|
9939
9975
|
categories: {
|
|
9940
9976
|
id: string;
|
|
9941
9977
|
value: string;
|
|
@@ -9958,16 +9994,6 @@ export declare const chatContract: {
|
|
|
9958
9994
|
}[];
|
|
9959
9995
|
}[];
|
|
9960
9996
|
}[];
|
|
9961
|
-
tags: {
|
|
9962
|
-
name: string;
|
|
9963
|
-
id: string;
|
|
9964
|
-
createdAt: Date;
|
|
9965
|
-
updatedAt: Date;
|
|
9966
|
-
deletedAt: Date | null;
|
|
9967
|
-
}[];
|
|
9968
|
-
callFrom: string | null;
|
|
9969
|
-
callTo: string | null;
|
|
9970
|
-
note: string | null;
|
|
9971
9997
|
customFields?: {
|
|
9972
9998
|
id: string;
|
|
9973
9999
|
createdAt: Date;
|
|
@@ -10027,7 +10053,7 @@ export declare const chatContract: {
|
|
|
10027
10053
|
previewUrl: string;
|
|
10028
10054
|
imageSetId: string;
|
|
10029
10055
|
repliedMessage: {
|
|
10030
|
-
type:
|
|
10056
|
+
type: string;
|
|
10031
10057
|
message: string;
|
|
10032
10058
|
id: string;
|
|
10033
10059
|
url: string;
|
|
@@ -10238,7 +10264,7 @@ export declare const chatContract: {
|
|
|
10238
10264
|
template?: any;
|
|
10239
10265
|
label?: string | undefined;
|
|
10240
10266
|
}, {
|
|
10241
|
-
type:
|
|
10267
|
+
type: string;
|
|
10242
10268
|
message: string;
|
|
10243
10269
|
id: string;
|
|
10244
10270
|
url: string;
|
|
@@ -10382,6 +10408,7 @@ export declare const chatContract: {
|
|
|
10382
10408
|
lineRichMenuId?: string | null | undefined;
|
|
10383
10409
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10384
10410
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
10411
|
+
isCSATEnabled?: boolean | undefined;
|
|
10385
10412
|
};
|
|
10386
10413
|
status: boolean;
|
|
10387
10414
|
createdAt: Date;
|
|
@@ -10673,6 +10700,7 @@ export declare const chatContract: {
|
|
|
10673
10700
|
closedAt: Date;
|
|
10674
10701
|
lastMessageAt: Date | null;
|
|
10675
10702
|
isBotRoom: boolean;
|
|
10703
|
+
csatStatus: string | null;
|
|
10676
10704
|
cxlog: {
|
|
10677
10705
|
id: string;
|
|
10678
10706
|
channel: string | null;
|
|
@@ -10700,6 +10728,16 @@ export declare const chatContract: {
|
|
|
10700
10728
|
createdAt: Date;
|
|
10701
10729
|
updatedAt: Date;
|
|
10702
10730
|
deletedAt: Date | null;
|
|
10731
|
+
tags: {
|
|
10732
|
+
name: string;
|
|
10733
|
+
id: string;
|
|
10734
|
+
createdAt: Date;
|
|
10735
|
+
updatedAt: Date;
|
|
10736
|
+
deletedAt: Date | null;
|
|
10737
|
+
}[];
|
|
10738
|
+
callFrom: string | null;
|
|
10739
|
+
callTo: string | null;
|
|
10740
|
+
note: string | null;
|
|
10703
10741
|
categories: {
|
|
10704
10742
|
id: string;
|
|
10705
10743
|
value: string;
|
|
@@ -10722,16 +10760,6 @@ export declare const chatContract: {
|
|
|
10722
10760
|
}[];
|
|
10723
10761
|
}[];
|
|
10724
10762
|
}[];
|
|
10725
|
-
tags: {
|
|
10726
|
-
name: string;
|
|
10727
|
-
id: string;
|
|
10728
|
-
createdAt: Date;
|
|
10729
|
-
updatedAt: Date;
|
|
10730
|
-
deletedAt: Date | null;
|
|
10731
|
-
}[];
|
|
10732
|
-
callFrom: string | null;
|
|
10733
|
-
callTo: string | null;
|
|
10734
|
-
note: string | null;
|
|
10735
10763
|
customFields?: {
|
|
10736
10764
|
id: string;
|
|
10737
10765
|
createdAt: Date;
|
|
@@ -10791,7 +10819,7 @@ export declare const chatContract: {
|
|
|
10791
10819
|
previewUrl: string;
|
|
10792
10820
|
imageSetId: string;
|
|
10793
10821
|
repliedMessage: {
|
|
10794
|
-
type:
|
|
10822
|
+
type: string;
|
|
10795
10823
|
message: string;
|
|
10796
10824
|
id: string;
|
|
10797
10825
|
url: string;
|
|
@@ -11004,7 +11032,7 @@ export declare const chatContract: {
|
|
|
11004
11032
|
}>;
|
|
11005
11033
|
}, "strip", z.ZodTypeAny, {
|
|
11006
11034
|
data: {
|
|
11007
|
-
type:
|
|
11035
|
+
type: string;
|
|
11008
11036
|
message: string;
|
|
11009
11037
|
id: string;
|
|
11010
11038
|
url: string;
|
|
@@ -11148,6 +11176,7 @@ export declare const chatContract: {
|
|
|
11148
11176
|
lineRichMenuId?: string | null | undefined;
|
|
11149
11177
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11150
11178
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
11179
|
+
isCSATEnabled?: boolean | undefined;
|
|
11151
11180
|
};
|
|
11152
11181
|
status: boolean;
|
|
11153
11182
|
createdAt: Date;
|
|
@@ -11439,6 +11468,7 @@ export declare const chatContract: {
|
|
|
11439
11468
|
closedAt: Date;
|
|
11440
11469
|
lastMessageAt: Date | null;
|
|
11441
11470
|
isBotRoom: boolean;
|
|
11471
|
+
csatStatus: string | null;
|
|
11442
11472
|
cxlog: {
|
|
11443
11473
|
id: string;
|
|
11444
11474
|
channel: string | null;
|
|
@@ -11466,6 +11496,16 @@ export declare const chatContract: {
|
|
|
11466
11496
|
createdAt: Date;
|
|
11467
11497
|
updatedAt: Date;
|
|
11468
11498
|
deletedAt: Date | null;
|
|
11499
|
+
tags: {
|
|
11500
|
+
name: string;
|
|
11501
|
+
id: string;
|
|
11502
|
+
createdAt: Date;
|
|
11503
|
+
updatedAt: Date;
|
|
11504
|
+
deletedAt: Date | null;
|
|
11505
|
+
}[];
|
|
11506
|
+
callFrom: string | null;
|
|
11507
|
+
callTo: string | null;
|
|
11508
|
+
note: string | null;
|
|
11469
11509
|
categories: {
|
|
11470
11510
|
id: string;
|
|
11471
11511
|
value: string;
|
|
@@ -11488,16 +11528,6 @@ export declare const chatContract: {
|
|
|
11488
11528
|
}[];
|
|
11489
11529
|
}[];
|
|
11490
11530
|
}[];
|
|
11491
|
-
tags: {
|
|
11492
|
-
name: string;
|
|
11493
|
-
id: string;
|
|
11494
|
-
createdAt: Date;
|
|
11495
|
-
updatedAt: Date;
|
|
11496
|
-
deletedAt: Date | null;
|
|
11497
|
-
}[];
|
|
11498
|
-
callFrom: string | null;
|
|
11499
|
-
callTo: string | null;
|
|
11500
|
-
note: string | null;
|
|
11501
11531
|
customFields?: {
|
|
11502
11532
|
id: string;
|
|
11503
11533
|
createdAt: Date;
|
|
@@ -11557,7 +11587,7 @@ export declare const chatContract: {
|
|
|
11557
11587
|
previewUrl: string;
|
|
11558
11588
|
imageSetId: string;
|
|
11559
11589
|
repliedMessage: {
|
|
11560
|
-
type:
|
|
11590
|
+
type: string;
|
|
11561
11591
|
message: string;
|
|
11562
11592
|
id: string;
|
|
11563
11593
|
url: string;
|
|
@@ -11771,7 +11801,7 @@ export declare const chatContract: {
|
|
|
11771
11801
|
requestId: string;
|
|
11772
11802
|
}, {
|
|
11773
11803
|
data: {
|
|
11774
|
-
type:
|
|
11804
|
+
type: string;
|
|
11775
11805
|
message: string;
|
|
11776
11806
|
id: string;
|
|
11777
11807
|
url: string;
|
|
@@ -11915,6 +11945,7 @@ export declare const chatContract: {
|
|
|
11915
11945
|
lineRichMenuId?: string | null | undefined;
|
|
11916
11946
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11917
11947
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
11948
|
+
isCSATEnabled?: boolean | undefined;
|
|
11918
11949
|
};
|
|
11919
11950
|
status: boolean;
|
|
11920
11951
|
createdAt: Date;
|
|
@@ -12206,6 +12237,7 @@ export declare const chatContract: {
|
|
|
12206
12237
|
closedAt: Date;
|
|
12207
12238
|
lastMessageAt: Date | null;
|
|
12208
12239
|
isBotRoom: boolean;
|
|
12240
|
+
csatStatus: string | null;
|
|
12209
12241
|
cxlog: {
|
|
12210
12242
|
id: string;
|
|
12211
12243
|
channel: string | null;
|
|
@@ -12233,6 +12265,16 @@ export declare const chatContract: {
|
|
|
12233
12265
|
createdAt: Date;
|
|
12234
12266
|
updatedAt: Date;
|
|
12235
12267
|
deletedAt: Date | null;
|
|
12268
|
+
tags: {
|
|
12269
|
+
name: string;
|
|
12270
|
+
id: string;
|
|
12271
|
+
createdAt: Date;
|
|
12272
|
+
updatedAt: Date;
|
|
12273
|
+
deletedAt: Date | null;
|
|
12274
|
+
}[];
|
|
12275
|
+
callFrom: string | null;
|
|
12276
|
+
callTo: string | null;
|
|
12277
|
+
note: string | null;
|
|
12236
12278
|
categories: {
|
|
12237
12279
|
id: string;
|
|
12238
12280
|
value: string;
|
|
@@ -12255,16 +12297,6 @@ export declare const chatContract: {
|
|
|
12255
12297
|
}[];
|
|
12256
12298
|
}[];
|
|
12257
12299
|
}[];
|
|
12258
|
-
tags: {
|
|
12259
|
-
name: string;
|
|
12260
|
-
id: string;
|
|
12261
|
-
createdAt: Date;
|
|
12262
|
-
updatedAt: Date;
|
|
12263
|
-
deletedAt: Date | null;
|
|
12264
|
-
}[];
|
|
12265
|
-
callFrom: string | null;
|
|
12266
|
-
callTo: string | null;
|
|
12267
|
-
note: string | null;
|
|
12268
12300
|
customFields?: {
|
|
12269
12301
|
id: string;
|
|
12270
12302
|
createdAt: Date;
|
|
@@ -12324,7 +12356,7 @@ export declare const chatContract: {
|
|
|
12324
12356
|
previewUrl: string;
|
|
12325
12357
|
imageSetId: string;
|
|
12326
12358
|
repliedMessage: {
|
|
12327
|
-
type:
|
|
12359
|
+
type: string;
|
|
12328
12360
|
message: string;
|
|
12329
12361
|
id: string;
|
|
12330
12362
|
url: string;
|
|
@@ -12651,6 +12683,7 @@ export declare const chatContract: {
|
|
|
12651
12683
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12652
12684
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
12653
12685
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
12686
|
+
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
12654
12687
|
}, "strip", z.ZodTypeAny, {
|
|
12655
12688
|
name: string;
|
|
12656
12689
|
id: string;
|
|
@@ -12680,6 +12713,7 @@ export declare const chatContract: {
|
|
|
12680
12713
|
lineRichMenuId?: string | null | undefined;
|
|
12681
12714
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12682
12715
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12716
|
+
isCSATEnabled?: boolean | undefined;
|
|
12683
12717
|
}, {
|
|
12684
12718
|
name: string;
|
|
12685
12719
|
id: string;
|
|
@@ -12709,6 +12743,7 @@ export declare const chatContract: {
|
|
|
12709
12743
|
lineRichMenuId?: string | null | undefined;
|
|
12710
12744
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12711
12745
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12746
|
+
isCSATEnabled?: boolean | undefined;
|
|
12712
12747
|
}>;
|
|
12713
12748
|
brandName: z.ZodString;
|
|
12714
12749
|
platformId: z.ZodString;
|
|
@@ -12972,6 +13007,7 @@ export declare const chatContract: {
|
|
|
12972
13007
|
lineRichMenuId?: string | null | undefined;
|
|
12973
13008
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12974
13009
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13010
|
+
isCSATEnabled?: boolean | undefined;
|
|
12975
13011
|
};
|
|
12976
13012
|
status: boolean;
|
|
12977
13013
|
createdAt: Date;
|
|
@@ -13066,6 +13102,7 @@ export declare const chatContract: {
|
|
|
13066
13102
|
lineRichMenuId?: string | null | undefined;
|
|
13067
13103
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13068
13104
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13105
|
+
isCSATEnabled?: boolean | undefined;
|
|
13069
13106
|
};
|
|
13070
13107
|
status: boolean;
|
|
13071
13108
|
createdAt: Date;
|
|
@@ -13128,7 +13165,7 @@ export declare const chatContract: {
|
|
|
13128
13165
|
integrationId: string;
|
|
13129
13166
|
} | null;
|
|
13130
13167
|
}>;
|
|
13131
|
-
direction: z.
|
|
13168
|
+
direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
|
|
13132
13169
|
status: z.ZodNumber;
|
|
13133
13170
|
createdAt: z.ZodDate;
|
|
13134
13171
|
updatedAt: z.ZodDate;
|
|
@@ -14597,6 +14634,7 @@ export declare const chatContract: {
|
|
|
14597
14634
|
closedAt: z.ZodDate;
|
|
14598
14635
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
|
14599
14636
|
isBotRoom: z.ZodBoolean;
|
|
14637
|
+
csatStatus: z.ZodNullable<z.ZodString>;
|
|
14600
14638
|
cxlog: z.ZodObject<{
|
|
14601
14639
|
id: z.ZodString;
|
|
14602
14640
|
createdAt: z.ZodDate;
|
|
@@ -14787,6 +14825,16 @@ export declare const chatContract: {
|
|
|
14787
14825
|
createdAt: Date;
|
|
14788
14826
|
updatedAt: Date;
|
|
14789
14827
|
deletedAt: Date | null;
|
|
14828
|
+
tags: {
|
|
14829
|
+
name: string;
|
|
14830
|
+
id: string;
|
|
14831
|
+
createdAt: Date;
|
|
14832
|
+
updatedAt: Date;
|
|
14833
|
+
deletedAt: Date | null;
|
|
14834
|
+
}[];
|
|
14835
|
+
callFrom: string | null;
|
|
14836
|
+
callTo: string | null;
|
|
14837
|
+
note: string | null;
|
|
14790
14838
|
categories: {
|
|
14791
14839
|
id: string;
|
|
14792
14840
|
value: string;
|
|
@@ -14809,16 +14857,6 @@ export declare const chatContract: {
|
|
|
14809
14857
|
}[];
|
|
14810
14858
|
}[];
|
|
14811
14859
|
}[];
|
|
14812
|
-
tags: {
|
|
14813
|
-
name: string;
|
|
14814
|
-
id: string;
|
|
14815
|
-
createdAt: Date;
|
|
14816
|
-
updatedAt: Date;
|
|
14817
|
-
deletedAt: Date | null;
|
|
14818
|
-
}[];
|
|
14819
|
-
callFrom: string | null;
|
|
14820
|
-
callTo: string | null;
|
|
14821
|
-
note: string | null;
|
|
14822
14860
|
customFields?: {
|
|
14823
14861
|
id: string;
|
|
14824
14862
|
createdAt: Date;
|
|
@@ -14838,6 +14876,16 @@ export declare const chatContract: {
|
|
|
14838
14876
|
createdAt: Date;
|
|
14839
14877
|
updatedAt: Date;
|
|
14840
14878
|
deletedAt: Date | null;
|
|
14879
|
+
tags: {
|
|
14880
|
+
name: string;
|
|
14881
|
+
id: string;
|
|
14882
|
+
createdAt: Date;
|
|
14883
|
+
updatedAt: Date;
|
|
14884
|
+
deletedAt: Date | null;
|
|
14885
|
+
}[];
|
|
14886
|
+
callFrom: string | null;
|
|
14887
|
+
callTo: string | null;
|
|
14888
|
+
note: string | null;
|
|
14841
14889
|
categories: {
|
|
14842
14890
|
id: string;
|
|
14843
14891
|
value: string;
|
|
@@ -14860,16 +14908,6 @@ export declare const chatContract: {
|
|
|
14860
14908
|
}[];
|
|
14861
14909
|
}[];
|
|
14862
14910
|
}[];
|
|
14863
|
-
tags: {
|
|
14864
|
-
name: string;
|
|
14865
|
-
id: string;
|
|
14866
|
-
createdAt: Date;
|
|
14867
|
-
updatedAt: Date;
|
|
14868
|
-
deletedAt: Date | null;
|
|
14869
|
-
}[];
|
|
14870
|
-
callFrom: string | null;
|
|
14871
|
-
callTo: string | null;
|
|
14872
|
-
note: string | null;
|
|
14873
14911
|
customFields?: {
|
|
14874
14912
|
id: string;
|
|
14875
14913
|
createdAt: Date;
|
|
@@ -14978,6 +15016,16 @@ export declare const chatContract: {
|
|
|
14978
15016
|
createdAt: Date;
|
|
14979
15017
|
updatedAt: Date;
|
|
14980
15018
|
deletedAt: Date | null;
|
|
15019
|
+
tags: {
|
|
15020
|
+
name: string;
|
|
15021
|
+
id: string;
|
|
15022
|
+
createdAt: Date;
|
|
15023
|
+
updatedAt: Date;
|
|
15024
|
+
deletedAt: Date | null;
|
|
15025
|
+
}[];
|
|
15026
|
+
callFrom: string | null;
|
|
15027
|
+
callTo: string | null;
|
|
15028
|
+
note: string | null;
|
|
14981
15029
|
categories: {
|
|
14982
15030
|
id: string;
|
|
14983
15031
|
value: string;
|
|
@@ -15000,16 +15048,6 @@ export declare const chatContract: {
|
|
|
15000
15048
|
}[];
|
|
15001
15049
|
}[];
|
|
15002
15050
|
}[];
|
|
15003
|
-
tags: {
|
|
15004
|
-
name: string;
|
|
15005
|
-
id: string;
|
|
15006
|
-
createdAt: Date;
|
|
15007
|
-
updatedAt: Date;
|
|
15008
|
-
deletedAt: Date | null;
|
|
15009
|
-
}[];
|
|
15010
|
-
callFrom: string | null;
|
|
15011
|
-
callTo: string | null;
|
|
15012
|
-
note: string | null;
|
|
15013
15051
|
customFields?: {
|
|
15014
15052
|
id: string;
|
|
15015
15053
|
createdAt: Date;
|
|
@@ -15068,6 +15106,16 @@ export declare const chatContract: {
|
|
|
15068
15106
|
createdAt: Date;
|
|
15069
15107
|
updatedAt: Date;
|
|
15070
15108
|
deletedAt: Date | null;
|
|
15109
|
+
tags: {
|
|
15110
|
+
name: string;
|
|
15111
|
+
id: string;
|
|
15112
|
+
createdAt: Date;
|
|
15113
|
+
updatedAt: Date;
|
|
15114
|
+
deletedAt: Date | null;
|
|
15115
|
+
}[];
|
|
15116
|
+
callFrom: string | null;
|
|
15117
|
+
callTo: string | null;
|
|
15118
|
+
note: string | null;
|
|
15071
15119
|
categories: {
|
|
15072
15120
|
id: string;
|
|
15073
15121
|
value: string;
|
|
@@ -15090,16 +15138,6 @@ export declare const chatContract: {
|
|
|
15090
15138
|
}[];
|
|
15091
15139
|
}[];
|
|
15092
15140
|
}[];
|
|
15093
|
-
tags: {
|
|
15094
|
-
name: string;
|
|
15095
|
-
id: string;
|
|
15096
|
-
createdAt: Date;
|
|
15097
|
-
updatedAt: Date;
|
|
15098
|
-
deletedAt: Date | null;
|
|
15099
|
-
}[];
|
|
15100
|
-
callFrom: string | null;
|
|
15101
|
-
callTo: string | null;
|
|
15102
|
-
note: string | null;
|
|
15103
15141
|
customFields?: {
|
|
15104
15142
|
id: string;
|
|
15105
15143
|
createdAt: Date;
|
|
@@ -15194,6 +15232,7 @@ export declare const chatContract: {
|
|
|
15194
15232
|
lineRichMenuId?: string | null | undefined;
|
|
15195
15233
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15196
15234
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
15235
|
+
isCSATEnabled?: boolean | undefined;
|
|
15197
15236
|
};
|
|
15198
15237
|
status: boolean;
|
|
15199
15238
|
createdAt: Date;
|
|
@@ -15485,6 +15524,7 @@ export declare const chatContract: {
|
|
|
15485
15524
|
closedAt: Date;
|
|
15486
15525
|
lastMessageAt: Date | null;
|
|
15487
15526
|
isBotRoom: boolean;
|
|
15527
|
+
csatStatus: string | null;
|
|
15488
15528
|
cxlog: {
|
|
15489
15529
|
id: string;
|
|
15490
15530
|
channel: string | null;
|
|
@@ -15512,6 +15552,16 @@ export declare const chatContract: {
|
|
|
15512
15552
|
createdAt: Date;
|
|
15513
15553
|
updatedAt: Date;
|
|
15514
15554
|
deletedAt: Date | null;
|
|
15555
|
+
tags: {
|
|
15556
|
+
name: string;
|
|
15557
|
+
id: string;
|
|
15558
|
+
createdAt: Date;
|
|
15559
|
+
updatedAt: Date;
|
|
15560
|
+
deletedAt: Date | null;
|
|
15561
|
+
}[];
|
|
15562
|
+
callFrom: string | null;
|
|
15563
|
+
callTo: string | null;
|
|
15564
|
+
note: string | null;
|
|
15515
15565
|
categories: {
|
|
15516
15566
|
id: string;
|
|
15517
15567
|
value: string;
|
|
@@ -15534,16 +15584,6 @@ export declare const chatContract: {
|
|
|
15534
15584
|
}[];
|
|
15535
15585
|
}[];
|
|
15536
15586
|
}[];
|
|
15537
|
-
tags: {
|
|
15538
|
-
name: string;
|
|
15539
|
-
id: string;
|
|
15540
|
-
createdAt: Date;
|
|
15541
|
-
updatedAt: Date;
|
|
15542
|
-
deletedAt: Date | null;
|
|
15543
|
-
}[];
|
|
15544
|
-
callFrom: string | null;
|
|
15545
|
-
callTo: string | null;
|
|
15546
|
-
note: string | null;
|
|
15547
15587
|
customFields?: {
|
|
15548
15588
|
id: string;
|
|
15549
15589
|
createdAt: Date;
|
|
@@ -15622,6 +15662,7 @@ export declare const chatContract: {
|
|
|
15622
15662
|
lineRichMenuId?: string | null | undefined;
|
|
15623
15663
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15624
15664
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
15665
|
+
isCSATEnabled?: boolean | undefined;
|
|
15625
15666
|
};
|
|
15626
15667
|
status: boolean;
|
|
15627
15668
|
createdAt: Date;
|
|
@@ -15913,6 +15954,7 @@ export declare const chatContract: {
|
|
|
15913
15954
|
closedAt: Date;
|
|
15914
15955
|
lastMessageAt: Date | null;
|
|
15915
15956
|
isBotRoom: boolean;
|
|
15957
|
+
csatStatus: string | null;
|
|
15916
15958
|
cxlog: {
|
|
15917
15959
|
id: string;
|
|
15918
15960
|
channel: string | null;
|
|
@@ -15940,6 +15982,16 @@ export declare const chatContract: {
|
|
|
15940
15982
|
createdAt: Date;
|
|
15941
15983
|
updatedAt: Date;
|
|
15942
15984
|
deletedAt: Date | null;
|
|
15985
|
+
tags: {
|
|
15986
|
+
name: string;
|
|
15987
|
+
id: string;
|
|
15988
|
+
createdAt: Date;
|
|
15989
|
+
updatedAt: Date;
|
|
15990
|
+
deletedAt: Date | null;
|
|
15991
|
+
}[];
|
|
15992
|
+
callFrom: string | null;
|
|
15993
|
+
callTo: string | null;
|
|
15994
|
+
note: string | null;
|
|
15943
15995
|
categories: {
|
|
15944
15996
|
id: string;
|
|
15945
15997
|
value: string;
|
|
@@ -15962,16 +16014,6 @@ export declare const chatContract: {
|
|
|
15962
16014
|
}[];
|
|
15963
16015
|
}[];
|
|
15964
16016
|
}[];
|
|
15965
|
-
tags: {
|
|
15966
|
-
name: string;
|
|
15967
|
-
id: string;
|
|
15968
|
-
createdAt: Date;
|
|
15969
|
-
updatedAt: Date;
|
|
15970
|
-
deletedAt: Date | null;
|
|
15971
|
-
}[];
|
|
15972
|
-
callFrom: string | null;
|
|
15973
|
-
callTo: string | null;
|
|
15974
|
-
note: string | null;
|
|
15975
16017
|
customFields?: {
|
|
15976
16018
|
id: string;
|
|
15977
16019
|
createdAt: Date;
|
|
@@ -16052,6 +16094,7 @@ export declare const chatContract: {
|
|
|
16052
16094
|
lineRichMenuId?: string | null | undefined;
|
|
16053
16095
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16054
16096
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16097
|
+
isCSATEnabled?: boolean | undefined;
|
|
16055
16098
|
};
|
|
16056
16099
|
status: boolean;
|
|
16057
16100
|
createdAt: Date;
|
|
@@ -16343,6 +16386,7 @@ export declare const chatContract: {
|
|
|
16343
16386
|
closedAt: Date;
|
|
16344
16387
|
lastMessageAt: Date | null;
|
|
16345
16388
|
isBotRoom: boolean;
|
|
16389
|
+
csatStatus: string | null;
|
|
16346
16390
|
cxlog: {
|
|
16347
16391
|
id: string;
|
|
16348
16392
|
channel: string | null;
|
|
@@ -16370,6 +16414,16 @@ export declare const chatContract: {
|
|
|
16370
16414
|
createdAt: Date;
|
|
16371
16415
|
updatedAt: Date;
|
|
16372
16416
|
deletedAt: Date | null;
|
|
16417
|
+
tags: {
|
|
16418
|
+
name: string;
|
|
16419
|
+
id: string;
|
|
16420
|
+
createdAt: Date;
|
|
16421
|
+
updatedAt: Date;
|
|
16422
|
+
deletedAt: Date | null;
|
|
16423
|
+
}[];
|
|
16424
|
+
callFrom: string | null;
|
|
16425
|
+
callTo: string | null;
|
|
16426
|
+
note: string | null;
|
|
16373
16427
|
categories: {
|
|
16374
16428
|
id: string;
|
|
16375
16429
|
value: string;
|
|
@@ -16392,16 +16446,6 @@ export declare const chatContract: {
|
|
|
16392
16446
|
}[];
|
|
16393
16447
|
}[];
|
|
16394
16448
|
}[];
|
|
16395
|
-
tags: {
|
|
16396
|
-
name: string;
|
|
16397
|
-
id: string;
|
|
16398
|
-
createdAt: Date;
|
|
16399
|
-
updatedAt: Date;
|
|
16400
|
-
deletedAt: Date | null;
|
|
16401
|
-
}[];
|
|
16402
|
-
callFrom: string | null;
|
|
16403
|
-
callTo: string | null;
|
|
16404
|
-
note: string | null;
|
|
16405
16449
|
customFields?: {
|
|
16406
16450
|
id: string;
|
|
16407
16451
|
createdAt: Date;
|
|
@@ -16483,6 +16527,7 @@ export declare const chatContract: {
|
|
|
16483
16527
|
lineRichMenuId?: string | null | undefined;
|
|
16484
16528
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16485
16529
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16530
|
+
isCSATEnabled?: boolean | undefined;
|
|
16486
16531
|
};
|
|
16487
16532
|
status: boolean;
|
|
16488
16533
|
createdAt: Date;
|
|
@@ -16774,6 +16819,7 @@ export declare const chatContract: {
|
|
|
16774
16819
|
closedAt: Date;
|
|
16775
16820
|
lastMessageAt: Date | null;
|
|
16776
16821
|
isBotRoom: boolean;
|
|
16822
|
+
csatStatus: string | null;
|
|
16777
16823
|
cxlog: {
|
|
16778
16824
|
id: string;
|
|
16779
16825
|
channel: string | null;
|
|
@@ -16801,6 +16847,16 @@ export declare const chatContract: {
|
|
|
16801
16847
|
createdAt: Date;
|
|
16802
16848
|
updatedAt: Date;
|
|
16803
16849
|
deletedAt: Date | null;
|
|
16850
|
+
tags: {
|
|
16851
|
+
name: string;
|
|
16852
|
+
id: string;
|
|
16853
|
+
createdAt: Date;
|
|
16854
|
+
updatedAt: Date;
|
|
16855
|
+
deletedAt: Date | null;
|
|
16856
|
+
}[];
|
|
16857
|
+
callFrom: string | null;
|
|
16858
|
+
callTo: string | null;
|
|
16859
|
+
note: string | null;
|
|
16804
16860
|
categories: {
|
|
16805
16861
|
id: string;
|
|
16806
16862
|
value: string;
|
|
@@ -16823,16 +16879,6 @@ export declare const chatContract: {
|
|
|
16823
16879
|
}[];
|
|
16824
16880
|
}[];
|
|
16825
16881
|
}[];
|
|
16826
|
-
tags: {
|
|
16827
|
-
name: string;
|
|
16828
|
-
id: string;
|
|
16829
|
-
createdAt: Date;
|
|
16830
|
-
updatedAt: Date;
|
|
16831
|
-
deletedAt: Date | null;
|
|
16832
|
-
}[];
|
|
16833
|
-
callFrom: string | null;
|
|
16834
|
-
callTo: string | null;
|
|
16835
|
-
note: string | null;
|
|
16836
16882
|
customFields?: {
|
|
16837
16883
|
id: string;
|
|
16838
16884
|
createdAt: Date;
|