@kl1/contracts 1.3.19 → 1.3.20
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 +7 -10
- 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 +257 -1992
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +0 -36
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +0 -23
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +2212 -2580
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +603 -679
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +390 -501
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +359 -359
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/contract.d.ts +35405 -40773
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +65 -76
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +81 -90
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +49 -911
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +9 -164
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +1 -30
- 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/extension/index.d.ts +7 -7
- package/dist/api-contracts/src/facebook-feed/index.d.ts +273 -395
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
- 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 +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +261 -360
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +268 -359
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/validation.d.ts +7 -16
- 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 +261 -360
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
- 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 +55 -127
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/schema.d.ts +10 -16
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/presence-status/validation.d.ts +12 -30
- 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 +7 -44
- 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 +261 -338
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +441 -62
- 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 +13 -25
- 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/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 +660 -660
- 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 +18 -42
- 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 +20 -50
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +261 -338
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +261 -338
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +261 -348
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +48 -350
- package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/schema.d.ts +4 -46
- package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/validation.d.ts +12 -66
- package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +277 -323
- 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 +0 -12
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +1748 -2102
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1748 -2101
- 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.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
41
41
|
platformContact: z.ZodObject<{
|
|
42
42
|
id: z.ZodString;
|
|
43
43
|
createdAt: z.ZodDate;
|
|
@@ -1085,7 +1085,6 @@ export declare const chatContract: {
|
|
|
1085
1085
|
channelId: string;
|
|
1086
1086
|
socialPlatformId: string;
|
|
1087
1087
|
}>;
|
|
1088
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
|
1089
1088
|
actor: z.ZodObject<{
|
|
1090
1089
|
id: z.ZodString;
|
|
1091
1090
|
createdAt: z.ZodDate;
|
|
@@ -1564,7 +1563,6 @@ export declare const chatContract: {
|
|
|
1564
1563
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1565
1564
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1566
1565
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1567
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1568
1566
|
}, "strip", z.ZodTypeAny, {
|
|
1569
1567
|
name: string;
|
|
1570
1568
|
id: string;
|
|
@@ -1594,7 +1592,6 @@ export declare const chatContract: {
|
|
|
1594
1592
|
lineRichMenuId?: string | null | undefined;
|
|
1595
1593
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1596
1594
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1597
|
-
isCSATEnabled?: boolean | undefined;
|
|
1598
1595
|
}, {
|
|
1599
1596
|
name: string;
|
|
1600
1597
|
id: string;
|
|
@@ -1624,7 +1621,6 @@ export declare const chatContract: {
|
|
|
1624
1621
|
lineRichMenuId?: string | null | undefined;
|
|
1625
1622
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1626
1623
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1627
|
-
isCSATEnabled?: boolean | undefined;
|
|
1628
1624
|
}>;
|
|
1629
1625
|
brandName: z.ZodString;
|
|
1630
1626
|
platformId: z.ZodString;
|
|
@@ -1888,7 +1884,6 @@ export declare const chatContract: {
|
|
|
1888
1884
|
lineRichMenuId?: string | null | undefined;
|
|
1889
1885
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1890
1886
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1891
|
-
isCSATEnabled?: boolean | undefined;
|
|
1892
1887
|
};
|
|
1893
1888
|
status: boolean;
|
|
1894
1889
|
createdAt: Date;
|
|
@@ -1983,7 +1978,6 @@ export declare const chatContract: {
|
|
|
1983
1978
|
lineRichMenuId?: string | null | undefined;
|
|
1984
1979
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1985
1980
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1986
|
-
isCSATEnabled?: boolean | undefined;
|
|
1987
1981
|
};
|
|
1988
1982
|
status: boolean;
|
|
1989
1983
|
createdAt: Date;
|
|
@@ -2236,16 +2230,6 @@ export declare const chatContract: {
|
|
|
2236
2230
|
createdAt: Date;
|
|
2237
2231
|
updatedAt: Date;
|
|
2238
2232
|
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;
|
|
2249
2233
|
categories: {
|
|
2250
2234
|
id: string;
|
|
2251
2235
|
value: string;
|
|
@@ -2268,6 +2252,16 @@ export declare const chatContract: {
|
|
|
2268
2252
|
}[];
|
|
2269
2253
|
}[];
|
|
2270
2254
|
}[];
|
|
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;
|
|
2271
2265
|
customFields?: {
|
|
2272
2266
|
id: string;
|
|
2273
2267
|
createdAt: Date;
|
|
@@ -2287,16 +2281,6 @@ export declare const chatContract: {
|
|
|
2287
2281
|
createdAt: Date;
|
|
2288
2282
|
updatedAt: Date;
|
|
2289
2283
|
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;
|
|
2300
2284
|
categories: {
|
|
2301
2285
|
id: string;
|
|
2302
2286
|
value: string;
|
|
@@ -2319,6 +2303,16 @@ export declare const chatContract: {
|
|
|
2319
2303
|
}[];
|
|
2320
2304
|
}[];
|
|
2321
2305
|
}[];
|
|
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;
|
|
2322
2316
|
customFields?: {
|
|
2323
2317
|
id: string;
|
|
2324
2318
|
createdAt: Date;
|
|
@@ -2427,16 +2421,6 @@ export declare const chatContract: {
|
|
|
2427
2421
|
createdAt: Date;
|
|
2428
2422
|
updatedAt: Date;
|
|
2429
2423
|
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;
|
|
2440
2424
|
categories: {
|
|
2441
2425
|
id: string;
|
|
2442
2426
|
value: string;
|
|
@@ -2459,6 +2443,16 @@ export declare const chatContract: {
|
|
|
2459
2443
|
}[];
|
|
2460
2444
|
}[];
|
|
2461
2445
|
}[];
|
|
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;
|
|
2462
2456
|
customFields?: {
|
|
2463
2457
|
id: string;
|
|
2464
2458
|
createdAt: Date;
|
|
@@ -2517,16 +2511,6 @@ export declare const chatContract: {
|
|
|
2517
2511
|
createdAt: Date;
|
|
2518
2512
|
updatedAt: Date;
|
|
2519
2513
|
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;
|
|
2530
2514
|
categories: {
|
|
2531
2515
|
id: string;
|
|
2532
2516
|
value: string;
|
|
@@ -2549,6 +2533,16 @@ export declare const chatContract: {
|
|
|
2549
2533
|
}[];
|
|
2550
2534
|
}[];
|
|
2551
2535
|
}[];
|
|
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;
|
|
2552
2546
|
customFields?: {
|
|
2553
2547
|
id: string;
|
|
2554
2548
|
createdAt: Date;
|
|
@@ -2642,7 +2636,6 @@ export declare const chatContract: {
|
|
|
2642
2636
|
lineRichMenuId?: string | null | undefined;
|
|
2643
2637
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2644
2638
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2645
|
-
isCSATEnabled?: boolean | undefined;
|
|
2646
2639
|
};
|
|
2647
2640
|
status: boolean;
|
|
2648
2641
|
createdAt: Date;
|
|
@@ -2934,7 +2927,6 @@ export declare const chatContract: {
|
|
|
2934
2927
|
closedAt: Date;
|
|
2935
2928
|
lastMessageAt: Date | null;
|
|
2936
2929
|
isBotRoom: boolean;
|
|
2937
|
-
csatStatus: string | null;
|
|
2938
2930
|
cxlog: {
|
|
2939
2931
|
id: string;
|
|
2940
2932
|
channel: string | null;
|
|
@@ -2962,16 +2954,6 @@ export declare const chatContract: {
|
|
|
2962
2954
|
createdAt: Date;
|
|
2963
2955
|
updatedAt: Date;
|
|
2964
2956
|
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;
|
|
2975
2957
|
categories: {
|
|
2976
2958
|
id: string;
|
|
2977
2959
|
value: string;
|
|
@@ -2994,6 +2976,16 @@ export declare const chatContract: {
|
|
|
2994
2976
|
}[];
|
|
2995
2977
|
}[];
|
|
2996
2978
|
}[];
|
|
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;
|
|
2997
2989
|
customFields?: {
|
|
2998
2990
|
id: string;
|
|
2999
2991
|
createdAt: Date;
|
|
@@ -3071,7 +3063,6 @@ export declare const chatContract: {
|
|
|
3071
3063
|
lineRichMenuId?: string | null | undefined;
|
|
3072
3064
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3073
3065
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3074
|
-
isCSATEnabled?: boolean | undefined;
|
|
3075
3066
|
};
|
|
3076
3067
|
status: boolean;
|
|
3077
3068
|
createdAt: Date;
|
|
@@ -3363,7 +3354,6 @@ export declare const chatContract: {
|
|
|
3363
3354
|
closedAt: Date;
|
|
3364
3355
|
lastMessageAt: Date | null;
|
|
3365
3356
|
isBotRoom: boolean;
|
|
3366
|
-
csatStatus: string | null;
|
|
3367
3357
|
cxlog: {
|
|
3368
3358
|
id: string;
|
|
3369
3359
|
channel: string | null;
|
|
@@ -3391,16 +3381,6 @@ export declare const chatContract: {
|
|
|
3391
3381
|
createdAt: Date;
|
|
3392
3382
|
updatedAt: Date;
|
|
3393
3383
|
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;
|
|
3404
3384
|
categories: {
|
|
3405
3385
|
id: string;
|
|
3406
3386
|
value: string;
|
|
@@ -3423,6 +3403,16 @@ export declare const chatContract: {
|
|
|
3423
3403
|
}[];
|
|
3424
3404
|
}[];
|
|
3425
3405
|
}[];
|
|
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;
|
|
3426
3416
|
customFields?: {
|
|
3427
3417
|
id: string;
|
|
3428
3418
|
createdAt: Date;
|
|
@@ -3502,7 +3492,6 @@ export declare const chatContract: {
|
|
|
3502
3492
|
lineRichMenuId?: string | null | undefined;
|
|
3503
3493
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3504
3494
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3505
|
-
isCSATEnabled?: boolean | undefined;
|
|
3506
3495
|
};
|
|
3507
3496
|
status: boolean;
|
|
3508
3497
|
createdAt: Date;
|
|
@@ -3794,7 +3783,6 @@ export declare const chatContract: {
|
|
|
3794
3783
|
closedAt: Date;
|
|
3795
3784
|
lastMessageAt: Date | null;
|
|
3796
3785
|
isBotRoom: boolean;
|
|
3797
|
-
csatStatus: string | null;
|
|
3798
3786
|
cxlog: {
|
|
3799
3787
|
id: string;
|
|
3800
3788
|
channel: string | null;
|
|
@@ -3822,16 +3810,6 @@ export declare const chatContract: {
|
|
|
3822
3810
|
createdAt: Date;
|
|
3823
3811
|
updatedAt: Date;
|
|
3824
3812
|
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;
|
|
3835
3813
|
categories: {
|
|
3836
3814
|
id: string;
|
|
3837
3815
|
value: string;
|
|
@@ -3854,6 +3832,16 @@ export declare const chatContract: {
|
|
|
3854
3832
|
}[];
|
|
3855
3833
|
}[];
|
|
3856
3834
|
}[];
|
|
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;
|
|
3857
3845
|
customFields?: {
|
|
3858
3846
|
id: string;
|
|
3859
3847
|
createdAt: Date;
|
|
@@ -3934,7 +3922,6 @@ export declare const chatContract: {
|
|
|
3934
3922
|
lineRichMenuId?: string | null | undefined;
|
|
3935
3923
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
3936
3924
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
3937
|
-
isCSATEnabled?: boolean | undefined;
|
|
3938
3925
|
};
|
|
3939
3926
|
status: boolean;
|
|
3940
3927
|
createdAt: Date;
|
|
@@ -4226,7 +4213,6 @@ export declare const chatContract: {
|
|
|
4226
4213
|
closedAt: Date;
|
|
4227
4214
|
lastMessageAt: Date | null;
|
|
4228
4215
|
isBotRoom: boolean;
|
|
4229
|
-
csatStatus: string | null;
|
|
4230
4216
|
cxlog: {
|
|
4231
4217
|
id: string;
|
|
4232
4218
|
channel: string | null;
|
|
@@ -4254,16 +4240,6 @@ export declare const chatContract: {
|
|
|
4254
4240
|
createdAt: Date;
|
|
4255
4241
|
updatedAt: Date;
|
|
4256
4242
|
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;
|
|
4267
4243
|
categories: {
|
|
4268
4244
|
id: string;
|
|
4269
4245
|
value: string;
|
|
@@ -4286,6 +4262,16 @@ export declare const chatContract: {
|
|
|
4286
4262
|
}[];
|
|
4287
4263
|
}[];
|
|
4288
4264
|
}[];
|
|
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;
|
|
4289
4275
|
customFields?: {
|
|
4290
4276
|
id: string;
|
|
4291
4277
|
createdAt: Date;
|
|
@@ -4379,8 +4365,8 @@ export declare const chatContract: {
|
|
|
4379
4365
|
updatedAt: z.ZodDate;
|
|
4380
4366
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4381
4367
|
message: z.ZodString;
|
|
4382
|
-
direction: z.
|
|
4383
|
-
type: z.
|
|
4368
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
4369
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
4384
4370
|
readAt: z.ZodDate;
|
|
4385
4371
|
metadata: z.ZodAny;
|
|
4386
4372
|
platformId: z.ZodString;
|
|
@@ -4406,7 +4392,7 @@ export declare const chatContract: {
|
|
|
4406
4392
|
firstResponseTime: z.ZodNumber;
|
|
4407
4393
|
isLatest: z.ZodBoolean;
|
|
4408
4394
|
isBotRoom: z.ZodBoolean;
|
|
4409
|
-
direction: z.
|
|
4395
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
4410
4396
|
platformContact: z.ZodObject<{
|
|
4411
4397
|
id: z.ZodString;
|
|
4412
4398
|
createdAt: z.ZodDate;
|
|
@@ -5454,7 +5440,6 @@ export declare const chatContract: {
|
|
|
5454
5440
|
channelId: string;
|
|
5455
5441
|
socialPlatformId: string;
|
|
5456
5442
|
}>;
|
|
5457
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
|
5458
5443
|
actor: z.ZodObject<{
|
|
5459
5444
|
id: z.ZodString;
|
|
5460
5445
|
createdAt: z.ZodDate;
|
|
@@ -5933,7 +5918,6 @@ export declare const chatContract: {
|
|
|
5933
5918
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5934
5919
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5935
5920
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
5936
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
5937
5921
|
}, "strip", z.ZodTypeAny, {
|
|
5938
5922
|
name: string;
|
|
5939
5923
|
id: string;
|
|
@@ -5963,7 +5947,6 @@ export declare const chatContract: {
|
|
|
5963
5947
|
lineRichMenuId?: string | null | undefined;
|
|
5964
5948
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5965
5949
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5966
|
-
isCSATEnabled?: boolean | undefined;
|
|
5967
5950
|
}, {
|
|
5968
5951
|
name: string;
|
|
5969
5952
|
id: string;
|
|
@@ -5993,7 +5976,6 @@ export declare const chatContract: {
|
|
|
5993
5976
|
lineRichMenuId?: string | null | undefined;
|
|
5994
5977
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
5995
5978
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
5996
|
-
isCSATEnabled?: boolean | undefined;
|
|
5997
5979
|
}>;
|
|
5998
5980
|
brandName: z.ZodString;
|
|
5999
5981
|
platformId: z.ZodString;
|
|
@@ -6257,7 +6239,6 @@ export declare const chatContract: {
|
|
|
6257
6239
|
lineRichMenuId?: string | null | undefined;
|
|
6258
6240
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6259
6241
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
6260
|
-
isCSATEnabled?: boolean | undefined;
|
|
6261
6242
|
};
|
|
6262
6243
|
status: boolean;
|
|
6263
6244
|
createdAt: Date;
|
|
@@ -6352,7 +6333,6 @@ export declare const chatContract: {
|
|
|
6352
6333
|
lineRichMenuId?: string | null | undefined;
|
|
6353
6334
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6354
6335
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
6355
|
-
isCSATEnabled?: boolean | undefined;
|
|
6356
6336
|
};
|
|
6357
6337
|
status: boolean;
|
|
6358
6338
|
createdAt: Date;
|
|
@@ -6605,16 +6585,6 @@ export declare const chatContract: {
|
|
|
6605
6585
|
createdAt: Date;
|
|
6606
6586
|
updatedAt: Date;
|
|
6607
6587
|
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;
|
|
6618
6588
|
categories: {
|
|
6619
6589
|
id: string;
|
|
6620
6590
|
value: string;
|
|
@@ -6637,6 +6607,16 @@ export declare const chatContract: {
|
|
|
6637
6607
|
}[];
|
|
6638
6608
|
}[];
|
|
6639
6609
|
}[];
|
|
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;
|
|
6640
6620
|
customFields?: {
|
|
6641
6621
|
id: string;
|
|
6642
6622
|
createdAt: Date;
|
|
@@ -6656,16 +6636,6 @@ export declare const chatContract: {
|
|
|
6656
6636
|
createdAt: Date;
|
|
6657
6637
|
updatedAt: Date;
|
|
6658
6638
|
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;
|
|
6669
6639
|
categories: {
|
|
6670
6640
|
id: string;
|
|
6671
6641
|
value: string;
|
|
@@ -6688,6 +6658,16 @@ export declare const chatContract: {
|
|
|
6688
6658
|
}[];
|
|
6689
6659
|
}[];
|
|
6690
6660
|
}[];
|
|
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;
|
|
6691
6671
|
customFields?: {
|
|
6692
6672
|
id: string;
|
|
6693
6673
|
createdAt: Date;
|
|
@@ -6796,16 +6776,6 @@ export declare const chatContract: {
|
|
|
6796
6776
|
createdAt: Date;
|
|
6797
6777
|
updatedAt: Date;
|
|
6798
6778
|
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;
|
|
6809
6779
|
categories: {
|
|
6810
6780
|
id: string;
|
|
6811
6781
|
value: string;
|
|
@@ -6828,6 +6798,16 @@ export declare const chatContract: {
|
|
|
6828
6798
|
}[];
|
|
6829
6799
|
}[];
|
|
6830
6800
|
}[];
|
|
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;
|
|
6831
6811
|
customFields?: {
|
|
6832
6812
|
id: string;
|
|
6833
6813
|
createdAt: Date;
|
|
@@ -6886,16 +6866,6 @@ export declare const chatContract: {
|
|
|
6886
6866
|
createdAt: Date;
|
|
6887
6867
|
updatedAt: Date;
|
|
6888
6868
|
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;
|
|
6899
6869
|
categories: {
|
|
6900
6870
|
id: string;
|
|
6901
6871
|
value: string;
|
|
@@ -6918,6 +6888,16 @@ export declare const chatContract: {
|
|
|
6918
6888
|
}[];
|
|
6919
6889
|
}[];
|
|
6920
6890
|
}[];
|
|
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;
|
|
6921
6901
|
customFields?: {
|
|
6922
6902
|
id: string;
|
|
6923
6903
|
createdAt: Date;
|
|
@@ -7011,7 +6991,6 @@ export declare const chatContract: {
|
|
|
7011
6991
|
lineRichMenuId?: string | null | undefined;
|
|
7012
6992
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7013
6993
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7014
|
-
isCSATEnabled?: boolean | undefined;
|
|
7015
6994
|
};
|
|
7016
6995
|
status: boolean;
|
|
7017
6996
|
createdAt: Date;
|
|
@@ -7303,7 +7282,6 @@ export declare const chatContract: {
|
|
|
7303
7282
|
closedAt: Date;
|
|
7304
7283
|
lastMessageAt: Date | null;
|
|
7305
7284
|
isBotRoom: boolean;
|
|
7306
|
-
csatStatus: string | null;
|
|
7307
7285
|
cxlog: {
|
|
7308
7286
|
id: string;
|
|
7309
7287
|
channel: string | null;
|
|
@@ -7331,16 +7309,6 @@ export declare const chatContract: {
|
|
|
7331
7309
|
createdAt: Date;
|
|
7332
7310
|
updatedAt: Date;
|
|
7333
7311
|
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;
|
|
7344
7312
|
categories: {
|
|
7345
7313
|
id: string;
|
|
7346
7314
|
value: string;
|
|
@@ -7363,6 +7331,16 @@ export declare const chatContract: {
|
|
|
7363
7331
|
}[];
|
|
7364
7332
|
}[];
|
|
7365
7333
|
}[];
|
|
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;
|
|
7366
7344
|
customFields?: {
|
|
7367
7345
|
id: string;
|
|
7368
7346
|
createdAt: Date;
|
|
@@ -7440,7 +7418,6 @@ export declare const chatContract: {
|
|
|
7440
7418
|
lineRichMenuId?: string | null | undefined;
|
|
7441
7419
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7442
7420
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7443
|
-
isCSATEnabled?: boolean | undefined;
|
|
7444
7421
|
};
|
|
7445
7422
|
status: boolean;
|
|
7446
7423
|
createdAt: Date;
|
|
@@ -7732,7 +7709,6 @@ export declare const chatContract: {
|
|
|
7732
7709
|
closedAt: Date;
|
|
7733
7710
|
lastMessageAt: Date | null;
|
|
7734
7711
|
isBotRoom: boolean;
|
|
7735
|
-
csatStatus: string | null;
|
|
7736
7712
|
cxlog: {
|
|
7737
7713
|
id: string;
|
|
7738
7714
|
channel: string | null;
|
|
@@ -7760,16 +7736,6 @@ export declare const chatContract: {
|
|
|
7760
7736
|
createdAt: Date;
|
|
7761
7737
|
updatedAt: Date;
|
|
7762
7738
|
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;
|
|
7773
7739
|
categories: {
|
|
7774
7740
|
id: string;
|
|
7775
7741
|
value: string;
|
|
@@ -7792,6 +7758,16 @@ export declare const chatContract: {
|
|
|
7792
7758
|
}[];
|
|
7793
7759
|
}[];
|
|
7794
7760
|
}[];
|
|
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;
|
|
7795
7771
|
customFields?: {
|
|
7796
7772
|
id: string;
|
|
7797
7773
|
createdAt: Date;
|
|
@@ -7875,8 +7851,8 @@ export declare const chatContract: {
|
|
|
7875
7851
|
updatedAt: z.ZodDate;
|
|
7876
7852
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
7877
7853
|
message: z.ZodString;
|
|
7878
|
-
direction: z.
|
|
7879
|
-
type: z.
|
|
7854
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
7855
|
+
type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
|
|
7880
7856
|
readAt: z.ZodDate;
|
|
7881
7857
|
metadata: z.ZodAny;
|
|
7882
7858
|
platformId: z.ZodString;
|
|
@@ -8534,7 +8510,7 @@ export declare const chatContract: {
|
|
|
8534
8510
|
};
|
|
8535
8511
|
}>;
|
|
8536
8512
|
}, "strip", z.ZodTypeAny, {
|
|
8537
|
-
type:
|
|
8513
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
8538
8514
|
message: string;
|
|
8539
8515
|
id: string;
|
|
8540
8516
|
url: string;
|
|
@@ -8696,7 +8672,7 @@ export declare const chatContract: {
|
|
|
8696
8672
|
metadata?: any;
|
|
8697
8673
|
template?: any;
|
|
8698
8674
|
}, {
|
|
8699
|
-
type:
|
|
8675
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
8700
8676
|
message: string;
|
|
8701
8677
|
id: string;
|
|
8702
8678
|
url: string;
|
|
@@ -9498,7 +9474,7 @@ export declare const chatContract: {
|
|
|
9498
9474
|
editedMessageid: z.ZodString;
|
|
9499
9475
|
label: z.ZodOptional<z.ZodString>;
|
|
9500
9476
|
}, "strip", z.ZodTypeAny, {
|
|
9501
|
-
type:
|
|
9477
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
9502
9478
|
message: string;
|
|
9503
9479
|
id: string;
|
|
9504
9480
|
url: string;
|
|
@@ -9642,7 +9618,6 @@ export declare const chatContract: {
|
|
|
9642
9618
|
lineRichMenuId?: string | null | undefined;
|
|
9643
9619
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9644
9620
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
9645
|
-
isCSATEnabled?: boolean | undefined;
|
|
9646
9621
|
};
|
|
9647
9622
|
status: boolean;
|
|
9648
9623
|
createdAt: Date;
|
|
@@ -9934,7 +9909,6 @@ export declare const chatContract: {
|
|
|
9934
9909
|
closedAt: Date;
|
|
9935
9910
|
lastMessageAt: Date | null;
|
|
9936
9911
|
isBotRoom: boolean;
|
|
9937
|
-
csatStatus: string | null;
|
|
9938
9912
|
cxlog: {
|
|
9939
9913
|
id: string;
|
|
9940
9914
|
channel: string | null;
|
|
@@ -9962,16 +9936,6 @@ export declare const chatContract: {
|
|
|
9962
9936
|
createdAt: Date;
|
|
9963
9937
|
updatedAt: Date;
|
|
9964
9938
|
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;
|
|
9975
9939
|
categories: {
|
|
9976
9940
|
id: string;
|
|
9977
9941
|
value: string;
|
|
@@ -9994,6 +9958,16 @@ export declare const chatContract: {
|
|
|
9994
9958
|
}[];
|
|
9995
9959
|
}[];
|
|
9996
9960
|
}[];
|
|
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;
|
|
9997
9971
|
customFields?: {
|
|
9998
9972
|
id: string;
|
|
9999
9973
|
createdAt: Date;
|
|
@@ -10053,7 +10027,7 @@ export declare const chatContract: {
|
|
|
10053
10027
|
previewUrl: string;
|
|
10054
10028
|
imageSetId: string;
|
|
10055
10029
|
repliedMessage: {
|
|
10056
|
-
type:
|
|
10030
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
10057
10031
|
message: string;
|
|
10058
10032
|
id: string;
|
|
10059
10033
|
url: string;
|
|
@@ -10264,7 +10238,7 @@ export declare const chatContract: {
|
|
|
10264
10238
|
template?: any;
|
|
10265
10239
|
label?: string | undefined;
|
|
10266
10240
|
}, {
|
|
10267
|
-
type:
|
|
10241
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
10268
10242
|
message: string;
|
|
10269
10243
|
id: string;
|
|
10270
10244
|
url: string;
|
|
@@ -10408,7 +10382,6 @@ export declare const chatContract: {
|
|
|
10408
10382
|
lineRichMenuId?: string | null | undefined;
|
|
10409
10383
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
10410
10384
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
10411
|
-
isCSATEnabled?: boolean | undefined;
|
|
10412
10385
|
};
|
|
10413
10386
|
status: boolean;
|
|
10414
10387
|
createdAt: Date;
|
|
@@ -10700,7 +10673,6 @@ export declare const chatContract: {
|
|
|
10700
10673
|
closedAt: Date;
|
|
10701
10674
|
lastMessageAt: Date | null;
|
|
10702
10675
|
isBotRoom: boolean;
|
|
10703
|
-
csatStatus: string | null;
|
|
10704
10676
|
cxlog: {
|
|
10705
10677
|
id: string;
|
|
10706
10678
|
channel: string | null;
|
|
@@ -10728,16 +10700,6 @@ export declare const chatContract: {
|
|
|
10728
10700
|
createdAt: Date;
|
|
10729
10701
|
updatedAt: Date;
|
|
10730
10702
|
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;
|
|
10741
10703
|
categories: {
|
|
10742
10704
|
id: string;
|
|
10743
10705
|
value: string;
|
|
@@ -10760,6 +10722,16 @@ export declare const chatContract: {
|
|
|
10760
10722
|
}[];
|
|
10761
10723
|
}[];
|
|
10762
10724
|
}[];
|
|
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;
|
|
10763
10735
|
customFields?: {
|
|
10764
10736
|
id: string;
|
|
10765
10737
|
createdAt: Date;
|
|
@@ -10819,7 +10791,7 @@ export declare const chatContract: {
|
|
|
10819
10791
|
previewUrl: string;
|
|
10820
10792
|
imageSetId: string;
|
|
10821
10793
|
repliedMessage: {
|
|
10822
|
-
type:
|
|
10794
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
10823
10795
|
message: string;
|
|
10824
10796
|
id: string;
|
|
10825
10797
|
url: string;
|
|
@@ -11032,7 +11004,7 @@ export declare const chatContract: {
|
|
|
11032
11004
|
}>;
|
|
11033
11005
|
}, "strip", z.ZodTypeAny, {
|
|
11034
11006
|
data: {
|
|
11035
|
-
type:
|
|
11007
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
11036
11008
|
message: string;
|
|
11037
11009
|
id: string;
|
|
11038
11010
|
url: string;
|
|
@@ -11176,7 +11148,6 @@ export declare const chatContract: {
|
|
|
11176
11148
|
lineRichMenuId?: string | null | undefined;
|
|
11177
11149
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11178
11150
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
11179
|
-
isCSATEnabled?: boolean | undefined;
|
|
11180
11151
|
};
|
|
11181
11152
|
status: boolean;
|
|
11182
11153
|
createdAt: Date;
|
|
@@ -11468,7 +11439,6 @@ export declare const chatContract: {
|
|
|
11468
11439
|
closedAt: Date;
|
|
11469
11440
|
lastMessageAt: Date | null;
|
|
11470
11441
|
isBotRoom: boolean;
|
|
11471
|
-
csatStatus: string | null;
|
|
11472
11442
|
cxlog: {
|
|
11473
11443
|
id: string;
|
|
11474
11444
|
channel: string | null;
|
|
@@ -11496,16 +11466,6 @@ export declare const chatContract: {
|
|
|
11496
11466
|
createdAt: Date;
|
|
11497
11467
|
updatedAt: Date;
|
|
11498
11468
|
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;
|
|
11509
11469
|
categories: {
|
|
11510
11470
|
id: string;
|
|
11511
11471
|
value: string;
|
|
@@ -11528,6 +11488,16 @@ export declare const chatContract: {
|
|
|
11528
11488
|
}[];
|
|
11529
11489
|
}[];
|
|
11530
11490
|
}[];
|
|
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;
|
|
11531
11501
|
customFields?: {
|
|
11532
11502
|
id: string;
|
|
11533
11503
|
createdAt: Date;
|
|
@@ -11587,7 +11557,7 @@ export declare const chatContract: {
|
|
|
11587
11557
|
previewUrl: string;
|
|
11588
11558
|
imageSetId: string;
|
|
11589
11559
|
repliedMessage: {
|
|
11590
|
-
type:
|
|
11560
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
11591
11561
|
message: string;
|
|
11592
11562
|
id: string;
|
|
11593
11563
|
url: string;
|
|
@@ -11801,7 +11771,7 @@ export declare const chatContract: {
|
|
|
11801
11771
|
requestId: string;
|
|
11802
11772
|
}, {
|
|
11803
11773
|
data: {
|
|
11804
|
-
type:
|
|
11774
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
11805
11775
|
message: string;
|
|
11806
11776
|
id: string;
|
|
11807
11777
|
url: string;
|
|
@@ -11945,7 +11915,6 @@ export declare const chatContract: {
|
|
|
11945
11915
|
lineRichMenuId?: string | null | undefined;
|
|
11946
11916
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
11947
11917
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
11948
|
-
isCSATEnabled?: boolean | undefined;
|
|
11949
11918
|
};
|
|
11950
11919
|
status: boolean;
|
|
11951
11920
|
createdAt: Date;
|
|
@@ -12237,7 +12206,6 @@ export declare const chatContract: {
|
|
|
12237
12206
|
closedAt: Date;
|
|
12238
12207
|
lastMessageAt: Date | null;
|
|
12239
12208
|
isBotRoom: boolean;
|
|
12240
|
-
csatStatus: string | null;
|
|
12241
12209
|
cxlog: {
|
|
12242
12210
|
id: string;
|
|
12243
12211
|
channel: string | null;
|
|
@@ -12265,16 +12233,6 @@ export declare const chatContract: {
|
|
|
12265
12233
|
createdAt: Date;
|
|
12266
12234
|
updatedAt: Date;
|
|
12267
12235
|
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;
|
|
12278
12236
|
categories: {
|
|
12279
12237
|
id: string;
|
|
12280
12238
|
value: string;
|
|
@@ -12297,6 +12255,16 @@ export declare const chatContract: {
|
|
|
12297
12255
|
}[];
|
|
12298
12256
|
}[];
|
|
12299
12257
|
}[];
|
|
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;
|
|
12300
12268
|
customFields?: {
|
|
12301
12269
|
id: string;
|
|
12302
12270
|
createdAt: Date;
|
|
@@ -12356,7 +12324,7 @@ export declare const chatContract: {
|
|
|
12356
12324
|
previewUrl: string;
|
|
12357
12325
|
imageSetId: string;
|
|
12358
12326
|
repliedMessage: {
|
|
12359
|
-
type:
|
|
12327
|
+
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
|
|
12360
12328
|
message: string;
|
|
12361
12329
|
id: string;
|
|
12362
12330
|
url: string;
|
|
@@ -12683,7 +12651,6 @@ export declare const chatContract: {
|
|
|
12683
12651
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12684
12652
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
12685
12653
|
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
12686
|
-
isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
12687
12654
|
}, "strip", z.ZodTypeAny, {
|
|
12688
12655
|
name: string;
|
|
12689
12656
|
id: string;
|
|
@@ -12713,7 +12680,6 @@ export declare const chatContract: {
|
|
|
12713
12680
|
lineRichMenuId?: string | null | undefined;
|
|
12714
12681
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12715
12682
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12716
|
-
isCSATEnabled?: boolean | undefined;
|
|
12717
12683
|
}, {
|
|
12718
12684
|
name: string;
|
|
12719
12685
|
id: string;
|
|
@@ -12743,7 +12709,6 @@ export declare const chatContract: {
|
|
|
12743
12709
|
lineRichMenuId?: string | null | undefined;
|
|
12744
12710
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
12745
12711
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
12746
|
-
isCSATEnabled?: boolean | undefined;
|
|
12747
12712
|
}>;
|
|
12748
12713
|
brandName: z.ZodString;
|
|
12749
12714
|
platformId: z.ZodString;
|
|
@@ -13007,7 +12972,6 @@ export declare const chatContract: {
|
|
|
13007
12972
|
lineRichMenuId?: string | null | undefined;
|
|
13008
12973
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13009
12974
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13010
|
-
isCSATEnabled?: boolean | undefined;
|
|
13011
12975
|
};
|
|
13012
12976
|
status: boolean;
|
|
13013
12977
|
createdAt: Date;
|
|
@@ -13102,7 +13066,6 @@ export declare const chatContract: {
|
|
|
13102
13066
|
lineRichMenuId?: string | null | undefined;
|
|
13103
13067
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
13104
13068
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
13105
|
-
isCSATEnabled?: boolean | undefined;
|
|
13106
13069
|
};
|
|
13107
13070
|
status: boolean;
|
|
13108
13071
|
createdAt: Date;
|
|
@@ -13165,7 +13128,7 @@ export declare const chatContract: {
|
|
|
13165
13128
|
integrationId: string;
|
|
13166
13129
|
} | null;
|
|
13167
13130
|
}>;
|
|
13168
|
-
direction: z.
|
|
13131
|
+
direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
|
|
13169
13132
|
status: z.ZodNumber;
|
|
13170
13133
|
createdAt: z.ZodDate;
|
|
13171
13134
|
updatedAt: z.ZodDate;
|
|
@@ -14634,7 +14597,6 @@ export declare const chatContract: {
|
|
|
14634
14597
|
closedAt: z.ZodDate;
|
|
14635
14598
|
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
|
14636
14599
|
isBotRoom: z.ZodBoolean;
|
|
14637
|
-
csatStatus: z.ZodNullable<z.ZodString>;
|
|
14638
14600
|
cxlog: z.ZodObject<{
|
|
14639
14601
|
id: z.ZodString;
|
|
14640
14602
|
createdAt: z.ZodDate;
|
|
@@ -14825,16 +14787,6 @@ export declare const chatContract: {
|
|
|
14825
14787
|
createdAt: Date;
|
|
14826
14788
|
updatedAt: Date;
|
|
14827
14789
|
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;
|
|
14838
14790
|
categories: {
|
|
14839
14791
|
id: string;
|
|
14840
14792
|
value: string;
|
|
@@ -14857,6 +14809,16 @@ export declare const chatContract: {
|
|
|
14857
14809
|
}[];
|
|
14858
14810
|
}[];
|
|
14859
14811
|
}[];
|
|
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;
|
|
14860
14822
|
customFields?: {
|
|
14861
14823
|
id: string;
|
|
14862
14824
|
createdAt: Date;
|
|
@@ -14876,16 +14838,6 @@ export declare const chatContract: {
|
|
|
14876
14838
|
createdAt: Date;
|
|
14877
14839
|
updatedAt: Date;
|
|
14878
14840
|
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;
|
|
14889
14841
|
categories: {
|
|
14890
14842
|
id: string;
|
|
14891
14843
|
value: string;
|
|
@@ -14908,6 +14860,16 @@ export declare const chatContract: {
|
|
|
14908
14860
|
}[];
|
|
14909
14861
|
}[];
|
|
14910
14862
|
}[];
|
|
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;
|
|
14911
14873
|
customFields?: {
|
|
14912
14874
|
id: string;
|
|
14913
14875
|
createdAt: Date;
|
|
@@ -15016,16 +14978,6 @@ export declare const chatContract: {
|
|
|
15016
14978
|
createdAt: Date;
|
|
15017
14979
|
updatedAt: Date;
|
|
15018
14980
|
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;
|
|
15029
14981
|
categories: {
|
|
15030
14982
|
id: string;
|
|
15031
14983
|
value: string;
|
|
@@ -15048,6 +15000,16 @@ export declare const chatContract: {
|
|
|
15048
15000
|
}[];
|
|
15049
15001
|
}[];
|
|
15050
15002
|
}[];
|
|
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;
|
|
15051
15013
|
customFields?: {
|
|
15052
15014
|
id: string;
|
|
15053
15015
|
createdAt: Date;
|
|
@@ -15106,16 +15068,6 @@ export declare const chatContract: {
|
|
|
15106
15068
|
createdAt: Date;
|
|
15107
15069
|
updatedAt: Date;
|
|
15108
15070
|
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;
|
|
15119
15071
|
categories: {
|
|
15120
15072
|
id: string;
|
|
15121
15073
|
value: string;
|
|
@@ -15138,6 +15090,16 @@ export declare const chatContract: {
|
|
|
15138
15090
|
}[];
|
|
15139
15091
|
}[];
|
|
15140
15092
|
}[];
|
|
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;
|
|
15141
15103
|
customFields?: {
|
|
15142
15104
|
id: string;
|
|
15143
15105
|
createdAt: Date;
|
|
@@ -15232,7 +15194,6 @@ export declare const chatContract: {
|
|
|
15232
15194
|
lineRichMenuId?: string | null | undefined;
|
|
15233
15195
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15234
15196
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
15235
|
-
isCSATEnabled?: boolean | undefined;
|
|
15236
15197
|
};
|
|
15237
15198
|
status: boolean;
|
|
15238
15199
|
createdAt: Date;
|
|
@@ -15524,7 +15485,6 @@ export declare const chatContract: {
|
|
|
15524
15485
|
closedAt: Date;
|
|
15525
15486
|
lastMessageAt: Date | null;
|
|
15526
15487
|
isBotRoom: boolean;
|
|
15527
|
-
csatStatus: string | null;
|
|
15528
15488
|
cxlog: {
|
|
15529
15489
|
id: string;
|
|
15530
15490
|
channel: string | null;
|
|
@@ -15552,16 +15512,6 @@ export declare const chatContract: {
|
|
|
15552
15512
|
createdAt: Date;
|
|
15553
15513
|
updatedAt: Date;
|
|
15554
15514
|
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;
|
|
15565
15515
|
categories: {
|
|
15566
15516
|
id: string;
|
|
15567
15517
|
value: string;
|
|
@@ -15584,6 +15534,16 @@ export declare const chatContract: {
|
|
|
15584
15534
|
}[];
|
|
15585
15535
|
}[];
|
|
15586
15536
|
}[];
|
|
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;
|
|
15587
15547
|
customFields?: {
|
|
15588
15548
|
id: string;
|
|
15589
15549
|
createdAt: Date;
|
|
@@ -15662,7 +15622,6 @@ export declare const chatContract: {
|
|
|
15662
15622
|
lineRichMenuId?: string | null | undefined;
|
|
15663
15623
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
15664
15624
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
15665
|
-
isCSATEnabled?: boolean | undefined;
|
|
15666
15625
|
};
|
|
15667
15626
|
status: boolean;
|
|
15668
15627
|
createdAt: Date;
|
|
@@ -15954,7 +15913,6 @@ export declare const chatContract: {
|
|
|
15954
15913
|
closedAt: Date;
|
|
15955
15914
|
lastMessageAt: Date | null;
|
|
15956
15915
|
isBotRoom: boolean;
|
|
15957
|
-
csatStatus: string | null;
|
|
15958
15916
|
cxlog: {
|
|
15959
15917
|
id: string;
|
|
15960
15918
|
channel: string | null;
|
|
@@ -15982,16 +15940,6 @@ export declare const chatContract: {
|
|
|
15982
15940
|
createdAt: Date;
|
|
15983
15941
|
updatedAt: Date;
|
|
15984
15942
|
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;
|
|
15995
15943
|
categories: {
|
|
15996
15944
|
id: string;
|
|
15997
15945
|
value: string;
|
|
@@ -16014,6 +15962,16 @@ export declare const chatContract: {
|
|
|
16014
15962
|
}[];
|
|
16015
15963
|
}[];
|
|
16016
15964
|
}[];
|
|
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;
|
|
16017
15975
|
customFields?: {
|
|
16018
15976
|
id: string;
|
|
16019
15977
|
createdAt: Date;
|
|
@@ -16094,7 +16052,6 @@ export declare const chatContract: {
|
|
|
16094
16052
|
lineRichMenuId?: string | null | undefined;
|
|
16095
16053
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16096
16054
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16097
|
-
isCSATEnabled?: boolean | undefined;
|
|
16098
16055
|
};
|
|
16099
16056
|
status: boolean;
|
|
16100
16057
|
createdAt: Date;
|
|
@@ -16386,7 +16343,6 @@ export declare const chatContract: {
|
|
|
16386
16343
|
closedAt: Date;
|
|
16387
16344
|
lastMessageAt: Date | null;
|
|
16388
16345
|
isBotRoom: boolean;
|
|
16389
|
-
csatStatus: string | null;
|
|
16390
16346
|
cxlog: {
|
|
16391
16347
|
id: string;
|
|
16392
16348
|
channel: string | null;
|
|
@@ -16414,16 +16370,6 @@ export declare const chatContract: {
|
|
|
16414
16370
|
createdAt: Date;
|
|
16415
16371
|
updatedAt: Date;
|
|
16416
16372
|
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;
|
|
16427
16373
|
categories: {
|
|
16428
16374
|
id: string;
|
|
16429
16375
|
value: string;
|
|
@@ -16446,6 +16392,16 @@ export declare const chatContract: {
|
|
|
16446
16392
|
}[];
|
|
16447
16393
|
}[];
|
|
16448
16394
|
}[];
|
|
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;
|
|
16449
16405
|
customFields?: {
|
|
16450
16406
|
id: string;
|
|
16451
16407
|
createdAt: Date;
|
|
@@ -16527,7 +16483,6 @@ export declare const chatContract: {
|
|
|
16527
16483
|
lineRichMenuId?: string | null | undefined;
|
|
16528
16484
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
16529
16485
|
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
16530
|
-
isCSATEnabled?: boolean | undefined;
|
|
16531
16486
|
};
|
|
16532
16487
|
status: boolean;
|
|
16533
16488
|
createdAt: Date;
|
|
@@ -16819,7 +16774,6 @@ export declare const chatContract: {
|
|
|
16819
16774
|
closedAt: Date;
|
|
16820
16775
|
lastMessageAt: Date | null;
|
|
16821
16776
|
isBotRoom: boolean;
|
|
16822
|
-
csatStatus: string | null;
|
|
16823
16777
|
cxlog: {
|
|
16824
16778
|
id: string;
|
|
16825
16779
|
channel: string | null;
|
|
@@ -16847,16 +16801,6 @@ export declare const chatContract: {
|
|
|
16847
16801
|
createdAt: Date;
|
|
16848
16802
|
updatedAt: Date;
|
|
16849
16803
|
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;
|
|
16860
16804
|
categories: {
|
|
16861
16805
|
id: string;
|
|
16862
16806
|
value: string;
|
|
@@ -16879,6 +16823,16 @@ export declare const chatContract: {
|
|
|
16879
16823
|
}[];
|
|
16880
16824
|
}[];
|
|
16881
16825
|
}[];
|
|
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;
|
|
16882
16836
|
customFields?: {
|
|
16883
16837
|
id: string;
|
|
16884
16838
|
createdAt: Date;
|