@kl1/contracts 1.1.52 → 1.1.53
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 +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +439 -439
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +14 -14
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +844 -862
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +8211 -8077
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +315 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/presence-status/index.d.ts +556 -0
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts +31 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts +28 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +1934 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/schema.d.ts +2059 -0
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/validation.d.ts +37 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +530 -530
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +320 -186
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +68 -58
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +19983 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -30,14 +30,14 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
30
30
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
31
31
|
name: z.ZodString;
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
33
|
-
id: string;
|
34
33
|
name: string;
|
34
|
+
id: string;
|
35
35
|
createdAt: Date;
|
36
36
|
updatedAt: Date;
|
37
37
|
deletedAt: Date | null;
|
38
38
|
}, {
|
39
|
-
id: string;
|
40
39
|
name: string;
|
40
|
+
id: string;
|
41
41
|
createdAt: Date;
|
42
42
|
updatedAt: Date;
|
43
43
|
deletedAt: Date | null;
|
@@ -208,8 +208,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
208
208
|
}[];
|
209
209
|
}[];
|
210
210
|
tags: {
|
211
|
-
id: string;
|
212
211
|
name: string;
|
212
|
+
id: string;
|
213
213
|
createdAt: Date;
|
214
214
|
updatedAt: Date;
|
215
215
|
deletedAt: Date | null;
|
@@ -259,8 +259,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
259
259
|
}[];
|
260
260
|
}[];
|
261
261
|
tags: {
|
262
|
-
id: string;
|
263
262
|
name: string;
|
263
|
+
id: string;
|
264
264
|
createdAt: Date;
|
265
265
|
updatedAt: Date;
|
266
266
|
deletedAt: Date | null;
|
@@ -327,8 +327,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
327
327
|
}[];
|
328
328
|
}[];
|
329
329
|
tags: {
|
330
|
-
id: string;
|
331
330
|
name: string;
|
331
|
+
id: string;
|
332
332
|
createdAt: Date;
|
333
333
|
updatedAt: Date;
|
334
334
|
deletedAt: Date | null;
|
@@ -395,8 +395,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
395
395
|
}[];
|
396
396
|
}[];
|
397
397
|
tags: {
|
398
|
-
id: string;
|
399
398
|
name: string;
|
399
|
+
id: string;
|
400
400
|
createdAt: Date;
|
401
401
|
updatedAt: Date;
|
402
402
|
deletedAt: Date | null;
|
@@ -478,14 +478,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
478
478
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
479
479
|
name: z.ZodString;
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
481
|
-
id: string;
|
482
481
|
name: string;
|
482
|
+
id: string;
|
483
483
|
createdAt: Date;
|
484
484
|
updatedAt: Date;
|
485
485
|
deletedAt: Date | null;
|
486
486
|
}, {
|
487
|
-
id: string;
|
488
487
|
name: string;
|
488
|
+
id: string;
|
489
489
|
createdAt: Date;
|
490
490
|
updatedAt: Date;
|
491
491
|
deletedAt: Date | null;
|
@@ -656,8 +656,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
656
656
|
}[];
|
657
657
|
}[];
|
658
658
|
tags: {
|
659
|
-
id: string;
|
660
659
|
name: string;
|
660
|
+
id: string;
|
661
661
|
createdAt: Date;
|
662
662
|
updatedAt: Date;
|
663
663
|
deletedAt: Date | null;
|
@@ -707,8 +707,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
707
707
|
}[];
|
708
708
|
}[];
|
709
709
|
tags: {
|
710
|
-
id: string;
|
711
710
|
name: string;
|
711
|
+
id: string;
|
712
712
|
createdAt: Date;
|
713
713
|
updatedAt: Date;
|
714
714
|
deletedAt: Date | null;
|
@@ -756,13 +756,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
756
756
|
picture: z.ZodOptional<z.ZodString>;
|
757
757
|
additionalCredentials: z.ZodAny;
|
758
758
|
}, "strip", z.ZodTypeAny, {
|
759
|
-
id: string;
|
760
759
|
name: string;
|
760
|
+
id: string;
|
761
761
|
picture?: string | undefined;
|
762
762
|
additionalCredentials?: any;
|
763
763
|
}, {
|
764
|
-
id: string;
|
765
764
|
name: string;
|
765
|
+
id: string;
|
766
766
|
picture?: string | undefined;
|
767
767
|
additionalCredentials?: any;
|
768
768
|
}>;
|
@@ -784,14 +784,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
784
784
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
785
785
|
name: z.ZodString;
|
786
786
|
}, "strip", z.ZodTypeAny, {
|
787
|
-
id: string;
|
788
787
|
name: string;
|
788
|
+
id: string;
|
789
789
|
createdAt: Date;
|
790
790
|
updatedAt: Date;
|
791
791
|
deletedAt: Date | null;
|
792
792
|
}, {
|
793
|
-
id: string;
|
794
793
|
name: string;
|
794
|
+
id: string;
|
795
795
|
createdAt: Date;
|
796
796
|
updatedAt: Date;
|
797
797
|
deletedAt: Date | null;
|
@@ -947,8 +947,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
947
947
|
createdAt: Date;
|
948
948
|
updatedAt: Date;
|
949
949
|
deletedAt: Date | null;
|
950
|
-
address?: string | null | undefined;
|
951
950
|
name?: string | undefined;
|
951
|
+
address?: string | null | undefined;
|
952
952
|
phone?: string | null | undefined;
|
953
953
|
industry?: string | null | undefined;
|
954
954
|
}, {
|
@@ -956,8 +956,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
956
956
|
createdAt: Date;
|
957
957
|
updatedAt: Date;
|
958
958
|
deletedAt: Date | null;
|
959
|
-
address?: string | null | undefined;
|
960
959
|
name?: string | undefined;
|
960
|
+
address?: string | null | undefined;
|
961
961
|
phone?: string | null | undefined;
|
962
962
|
industry?: string | null | undefined;
|
963
963
|
}>>;
|
@@ -975,13 +975,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
975
975
|
picture: z.ZodOptional<z.ZodString>;
|
976
976
|
additionalCredentials: z.ZodAny;
|
977
977
|
}, "strip", z.ZodTypeAny, {
|
978
|
-
id: string;
|
979
978
|
name: string;
|
979
|
+
id: string;
|
980
980
|
picture?: string | undefined;
|
981
981
|
additionalCredentials?: any;
|
982
982
|
}, {
|
983
|
-
id: string;
|
984
983
|
name: string;
|
984
|
+
id: string;
|
985
985
|
picture?: string | undefined;
|
986
986
|
additionalCredentials?: any;
|
987
987
|
}>;
|
@@ -989,8 +989,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
989
989
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
990
990
|
id: string;
|
991
991
|
metadata: {
|
992
|
-
id: string;
|
993
992
|
name: string;
|
993
|
+
id: string;
|
994
994
|
picture?: string | undefined;
|
995
995
|
additionalCredentials?: any;
|
996
996
|
};
|
@@ -1003,8 +1003,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1003
1003
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1004
1004
|
id: string;
|
1005
1005
|
metadata: {
|
1006
|
-
id: string;
|
1007
1006
|
name: string;
|
1007
|
+
id: string;
|
1008
1008
|
picture?: string | undefined;
|
1009
1009
|
additionalCredentials?: any;
|
1010
1010
|
};
|
@@ -1314,10 +1314,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1314
1314
|
};
|
1315
1315
|
}>, "many">>;
|
1316
1316
|
}, "strip", z.ZodTypeAny, {
|
1317
|
+
name: string;
|
1317
1318
|
id: string;
|
1318
1319
|
channel: string | null;
|
1319
1320
|
address: string | null;
|
1320
|
-
name: string;
|
1321
1321
|
createdAt: Date;
|
1322
1322
|
updatedAt: Date;
|
1323
1323
|
deletedAt: Date | null;
|
@@ -1362,8 +1362,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1362
1362
|
createdAt: Date;
|
1363
1363
|
updatedAt: Date;
|
1364
1364
|
deletedAt: Date | null;
|
1365
|
-
address?: string | null | undefined;
|
1366
1365
|
name?: string | undefined;
|
1366
|
+
address?: string | null | undefined;
|
1367
1367
|
phone?: string | null | undefined;
|
1368
1368
|
industry?: string | null | undefined;
|
1369
1369
|
} | null;
|
@@ -1371,8 +1371,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1371
1371
|
contactProfile: string | null;
|
1372
1372
|
socialProfileUrl: string | null;
|
1373
1373
|
tags: {
|
1374
|
-
id: string;
|
1375
1374
|
name: string;
|
1375
|
+
id: string;
|
1376
1376
|
createdAt: Date;
|
1377
1377
|
updatedAt: Date;
|
1378
1378
|
deletedAt: Date | null;
|
@@ -1397,8 +1397,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1397
1397
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1398
1398
|
id: string;
|
1399
1399
|
metadata: {
|
1400
|
-
id: string;
|
1401
1400
|
name: string;
|
1401
|
+
id: string;
|
1402
1402
|
picture?: string | undefined;
|
1403
1403
|
additionalCredentials?: any;
|
1404
1404
|
};
|
@@ -1425,10 +1425,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1425
1425
|
};
|
1426
1426
|
}[] | undefined;
|
1427
1427
|
}, {
|
1428
|
+
name: string;
|
1428
1429
|
id: string;
|
1429
1430
|
channel: string | null;
|
1430
1431
|
address: string | null;
|
1431
|
-
name: string;
|
1432
1432
|
createdAt: Date;
|
1433
1433
|
updatedAt: Date;
|
1434
1434
|
deletedAt: Date | null;
|
@@ -1473,8 +1473,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1473
1473
|
createdAt: Date;
|
1474
1474
|
updatedAt: Date;
|
1475
1475
|
deletedAt: Date | null;
|
1476
|
-
address?: string | null | undefined;
|
1477
1476
|
name?: string | undefined;
|
1477
|
+
address?: string | null | undefined;
|
1478
1478
|
phone?: string | null | undefined;
|
1479
1479
|
industry?: string | null | undefined;
|
1480
1480
|
} | null;
|
@@ -1482,8 +1482,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1482
1482
|
contactProfile: string | null;
|
1483
1483
|
socialProfileUrl: string | null;
|
1484
1484
|
tags: {
|
1485
|
-
id: string;
|
1486
1485
|
name: string;
|
1486
|
+
id: string;
|
1487
1487
|
createdAt: Date;
|
1488
1488
|
updatedAt: Date;
|
1489
1489
|
deletedAt: Date | null;
|
@@ -1508,8 +1508,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1508
1508
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1509
1509
|
id: string;
|
1510
1510
|
metadata: {
|
1511
|
-
id: string;
|
1512
1511
|
name: string;
|
1512
|
+
id: string;
|
1513
1513
|
picture?: string | undefined;
|
1514
1514
|
additionalCredentials?: any;
|
1515
1515
|
};
|
@@ -1540,8 +1540,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1540
1540
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1541
1541
|
id: string;
|
1542
1542
|
metadata: {
|
1543
|
-
id: string;
|
1544
1543
|
name: string;
|
1544
|
+
id: string;
|
1545
1545
|
picture?: string | undefined;
|
1546
1546
|
additionalCredentials?: any;
|
1547
1547
|
};
|
@@ -1549,10 +1549,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1549
1549
|
updatedAt: Date;
|
1550
1550
|
deletedAt: Date | null;
|
1551
1551
|
contact: {
|
1552
|
+
name: string;
|
1552
1553
|
id: string;
|
1553
1554
|
channel: string | null;
|
1554
1555
|
address: string | null;
|
1555
|
-
name: string;
|
1556
1556
|
createdAt: Date;
|
1557
1557
|
updatedAt: Date;
|
1558
1558
|
deletedAt: Date | null;
|
@@ -1597,8 +1597,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1597
1597
|
createdAt: Date;
|
1598
1598
|
updatedAt: Date;
|
1599
1599
|
deletedAt: Date | null;
|
1600
|
-
address?: string | null | undefined;
|
1601
1600
|
name?: string | undefined;
|
1601
|
+
address?: string | null | undefined;
|
1602
1602
|
phone?: string | null | undefined;
|
1603
1603
|
industry?: string | null | undefined;
|
1604
1604
|
} | null;
|
@@ -1606,8 +1606,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1606
1606
|
contactProfile: string | null;
|
1607
1607
|
socialProfileUrl: string | null;
|
1608
1608
|
tags: {
|
1609
|
-
id: string;
|
1610
1609
|
name: string;
|
1610
|
+
id: string;
|
1611
1611
|
createdAt: Date;
|
1612
1612
|
updatedAt: Date;
|
1613
1613
|
deletedAt: Date | null;
|
@@ -1632,8 +1632,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1632
1632
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1633
1633
|
id: string;
|
1634
1634
|
metadata: {
|
1635
|
-
id: string;
|
1636
1635
|
name: string;
|
1636
|
+
id: string;
|
1637
1637
|
picture?: string | undefined;
|
1638
1638
|
additionalCredentials?: any;
|
1639
1639
|
};
|
@@ -1666,8 +1666,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1666
1666
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1667
1667
|
id: string;
|
1668
1668
|
metadata: {
|
1669
|
-
id: string;
|
1670
1669
|
name: string;
|
1670
|
+
id: string;
|
1671
1671
|
picture?: string | undefined;
|
1672
1672
|
additionalCredentials?: any;
|
1673
1673
|
};
|
@@ -1675,10 +1675,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1675
1675
|
updatedAt: Date;
|
1676
1676
|
deletedAt: Date | null;
|
1677
1677
|
contact: {
|
1678
|
+
name: string;
|
1678
1679
|
id: string;
|
1679
1680
|
channel: string | null;
|
1680
1681
|
address: string | null;
|
1681
|
-
name: string;
|
1682
1682
|
createdAt: Date;
|
1683
1683
|
updatedAt: Date;
|
1684
1684
|
deletedAt: Date | null;
|
@@ -1723,8 +1723,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1723
1723
|
createdAt: Date;
|
1724
1724
|
updatedAt: Date;
|
1725
1725
|
deletedAt: Date | null;
|
1726
|
-
address?: string | null | undefined;
|
1727
1726
|
name?: string | undefined;
|
1727
|
+
address?: string | null | undefined;
|
1728
1728
|
phone?: string | null | undefined;
|
1729
1729
|
industry?: string | null | undefined;
|
1730
1730
|
} | null;
|
@@ -1732,8 +1732,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1732
1732
|
contactProfile: string | null;
|
1733
1733
|
socialProfileUrl: string | null;
|
1734
1734
|
tags: {
|
1735
|
-
id: string;
|
1736
1735
|
name: string;
|
1736
|
+
id: string;
|
1737
1737
|
createdAt: Date;
|
1738
1738
|
updatedAt: Date;
|
1739
1739
|
deletedAt: Date | null;
|
@@ -1758,8 +1758,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1758
1758
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1759
1759
|
id: string;
|
1760
1760
|
metadata: {
|
1761
|
-
id: string;
|
1762
1761
|
name: string;
|
1762
|
+
id: string;
|
1763
1763
|
picture?: string | undefined;
|
1764
1764
|
additionalCredentials?: any;
|
1765
1765
|
};
|
@@ -1907,9 +1907,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1907
1907
|
telephonySignature: string | null;
|
1908
1908
|
}>;
|
1909
1909
|
}, "strip", z.ZodTypeAny, {
|
1910
|
+
name: string;
|
1910
1911
|
id: string;
|
1911
1912
|
address: string | null;
|
1912
|
-
name: string;
|
1913
1913
|
email: string;
|
1914
1914
|
createdAt: Date;
|
1915
1915
|
updatedAt: Date;
|
@@ -1950,9 +1950,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1950
1950
|
telephonySignature: string | null;
|
1951
1951
|
};
|
1952
1952
|
}, {
|
1953
|
+
name: string;
|
1953
1954
|
id: string;
|
1954
1955
|
address: string | null;
|
1955
|
-
name: string;
|
1956
1956
|
email: string;
|
1957
1957
|
createdAt: Date;
|
1958
1958
|
updatedAt: Date;
|
@@ -2111,9 +2111,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2111
2111
|
telephonySignature: string | null;
|
2112
2112
|
}>;
|
2113
2113
|
}, "strip", z.ZodTypeAny, {
|
2114
|
+
name: string;
|
2114
2115
|
id: string;
|
2115
2116
|
address: string | null;
|
2116
|
-
name: string;
|
2117
2117
|
email: string;
|
2118
2118
|
createdAt: Date;
|
2119
2119
|
updatedAt: Date;
|
@@ -2154,9 +2154,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2154
2154
|
telephonySignature: string | null;
|
2155
2155
|
};
|
2156
2156
|
}, {
|
2157
|
+
name: string;
|
2157
2158
|
id: string;
|
2158
2159
|
address: string | null;
|
2159
|
-
name: string;
|
2160
2160
|
email: string;
|
2161
2161
|
createdAt: Date;
|
2162
2162
|
updatedAt: Date;
|
@@ -2227,8 +2227,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2227
2227
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2228
2228
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2229
2229
|
}, "strip", z.ZodTypeAny, {
|
2230
|
-
id: string;
|
2231
2230
|
name: string;
|
2231
|
+
id: string;
|
2232
2232
|
accessToken?: string | undefined;
|
2233
2233
|
channelSecret?: string | undefined;
|
2234
2234
|
additionalCredentials?: any;
|
@@ -2241,8 +2241,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2241
2241
|
lineRichMenuId?: string | null | undefined;
|
2242
2242
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2243
2243
|
}, {
|
2244
|
-
id: string;
|
2245
2244
|
name: string;
|
2245
|
+
id: string;
|
2246
2246
|
accessToken?: string | undefined;
|
2247
2247
|
channelSecret?: string | undefined;
|
2248
2248
|
additionalCredentials?: any;
|
@@ -2268,14 +2268,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2268
2268
|
integrationId: z.ZodString;
|
2269
2269
|
accessToken: z.ZodString;
|
2270
2270
|
}, "strip", z.ZodTypeAny, {
|
2271
|
-
id: string;
|
2272
2271
|
name: string;
|
2272
|
+
id: string;
|
2273
2273
|
accessToken: string;
|
2274
2274
|
botId: string;
|
2275
2275
|
integrationId: string;
|
2276
2276
|
}, {
|
2277
|
-
id: string;
|
2278
2277
|
name: string;
|
2278
|
+
id: string;
|
2279
2279
|
accessToken: string;
|
2280
2280
|
botId: string;
|
2281
2281
|
integrationId: string;
|
@@ -2398,9 +2398,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2398
2398
|
telephonySignature: string | null;
|
2399
2399
|
}>;
|
2400
2400
|
}, "strip", z.ZodTypeAny, {
|
2401
|
+
name: string;
|
2401
2402
|
id: string;
|
2402
2403
|
address: string | null;
|
2403
|
-
name: string;
|
2404
2404
|
email: string;
|
2405
2405
|
createdAt: Date;
|
2406
2406
|
updatedAt: Date;
|
@@ -2441,9 +2441,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2441
2441
|
telephonySignature: string | null;
|
2442
2442
|
};
|
2443
2443
|
}, {
|
2444
|
+
name: string;
|
2444
2445
|
id: string;
|
2445
2446
|
address: string | null;
|
2446
|
-
name: string;
|
2447
2447
|
email: string;
|
2448
2448
|
createdAt: Date;
|
2449
2449
|
updatedAt: Date;
|
@@ -2485,12 +2485,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2485
2485
|
};
|
2486
2486
|
}>;
|
2487
2487
|
}, "strip", z.ZodTypeAny, {
|
2488
|
+
name: string;
|
2488
2489
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2489
2490
|
id: string;
|
2490
|
-
name: string;
|
2491
2491
|
metadata: {
|
2492
|
-
id: string;
|
2493
2492
|
name: string;
|
2493
|
+
id: string;
|
2494
2494
|
accessToken?: string | undefined;
|
2495
2495
|
channelSecret?: string | undefined;
|
2496
2496
|
additionalCredentials?: any;
|
@@ -2508,9 +2508,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2508
2508
|
updatedAt: Date;
|
2509
2509
|
deletedAt: Date | null;
|
2510
2510
|
actor: {
|
2511
|
+
name: string;
|
2511
2512
|
id: string;
|
2512
2513
|
address: string | null;
|
2513
|
-
name: string;
|
2514
2514
|
email: string;
|
2515
2515
|
createdAt: Date;
|
2516
2516
|
updatedAt: Date;
|
@@ -2557,19 +2557,19 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2557
2557
|
connectedUserName: string;
|
2558
2558
|
connectedUserId: string;
|
2559
2559
|
botpressBot: {
|
2560
|
-
id: string;
|
2561
2560
|
name: string;
|
2561
|
+
id: string;
|
2562
2562
|
accessToken: string;
|
2563
2563
|
botId: string;
|
2564
2564
|
integrationId: string;
|
2565
2565
|
} | null;
|
2566
2566
|
}, {
|
2567
|
+
name: string;
|
2567
2568
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2568
2569
|
id: string;
|
2569
|
-
name: string;
|
2570
2570
|
metadata: {
|
2571
|
-
id: string;
|
2572
2571
|
name: string;
|
2572
|
+
id: string;
|
2573
2573
|
accessToken?: string | undefined;
|
2574
2574
|
channelSecret?: string | undefined;
|
2575
2575
|
additionalCredentials?: any;
|
@@ -2587,9 +2587,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2587
2587
|
updatedAt: Date;
|
2588
2588
|
deletedAt: Date | null;
|
2589
2589
|
actor: {
|
2590
|
+
name: string;
|
2590
2591
|
id: string;
|
2591
2592
|
address: string | null;
|
2592
|
-
name: string;
|
2593
2593
|
email: string;
|
2594
2594
|
createdAt: Date;
|
2595
2595
|
updatedAt: Date;
|
@@ -2636,8 +2636,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2636
2636
|
connectedUserName: string;
|
2637
2637
|
connectedUserId: string;
|
2638
2638
|
botpressBot: {
|
2639
|
-
id: string;
|
2640
2639
|
name: string;
|
2640
|
+
id: string;
|
2641
2641
|
accessToken: string;
|
2642
2642
|
botId: string;
|
2643
2643
|
integrationId: string;
|
@@ -2646,12 +2646,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2646
2646
|
}, "strip", z.ZodTypeAny, {
|
2647
2647
|
id: string;
|
2648
2648
|
channel: {
|
2649
|
+
name: string;
|
2649
2650
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2650
2651
|
id: string;
|
2651
|
-
name: string;
|
2652
2652
|
metadata: {
|
2653
|
-
id: string;
|
2654
2653
|
name: string;
|
2654
|
+
id: string;
|
2655
2655
|
accessToken?: string | undefined;
|
2656
2656
|
channelSecret?: string | undefined;
|
2657
2657
|
additionalCredentials?: any;
|
@@ -2669,9 +2669,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2669
2669
|
updatedAt: Date;
|
2670
2670
|
deletedAt: Date | null;
|
2671
2671
|
actor: {
|
2672
|
+
name: string;
|
2672
2673
|
id: string;
|
2673
2674
|
address: string | null;
|
2674
|
-
name: string;
|
2675
2675
|
email: string;
|
2676
2676
|
createdAt: Date;
|
2677
2677
|
updatedAt: Date;
|
@@ -2718,8 +2718,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2718
2718
|
connectedUserName: string;
|
2719
2719
|
connectedUserId: string;
|
2720
2720
|
botpressBot: {
|
2721
|
-
id: string;
|
2722
2721
|
name: string;
|
2722
|
+
id: string;
|
2723
2723
|
accessToken: string;
|
2724
2724
|
botId: string;
|
2725
2725
|
integrationId: string;
|
@@ -2730,9 +2730,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2730
2730
|
updatedAt: Date;
|
2731
2731
|
deletedAt: Date | null;
|
2732
2732
|
actor: {
|
2733
|
+
name: string;
|
2733
2734
|
id: string;
|
2734
2735
|
address: string | null;
|
2735
|
-
name: string;
|
2736
2736
|
email: string;
|
2737
2737
|
createdAt: Date;
|
2738
2738
|
updatedAt: Date;
|
@@ -2784,8 +2784,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2784
2784
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2785
2785
|
id: string;
|
2786
2786
|
metadata: {
|
2787
|
-
id: string;
|
2788
2787
|
name: string;
|
2788
|
+
id: string;
|
2789
2789
|
picture?: string | undefined;
|
2790
2790
|
additionalCredentials?: any;
|
2791
2791
|
};
|
@@ -2793,10 +2793,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2793
2793
|
updatedAt: Date;
|
2794
2794
|
deletedAt: Date | null;
|
2795
2795
|
contact: {
|
2796
|
+
name: string;
|
2796
2797
|
id: string;
|
2797
2798
|
channel: string | null;
|
2798
2799
|
address: string | null;
|
2799
|
-
name: string;
|
2800
2800
|
createdAt: Date;
|
2801
2801
|
updatedAt: Date;
|
2802
2802
|
deletedAt: Date | null;
|
@@ -2841,8 +2841,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2841
2841
|
createdAt: Date;
|
2842
2842
|
updatedAt: Date;
|
2843
2843
|
deletedAt: Date | null;
|
2844
|
-
address?: string | null | undefined;
|
2845
2844
|
name?: string | undefined;
|
2845
|
+
address?: string | null | undefined;
|
2846
2846
|
phone?: string | null | undefined;
|
2847
2847
|
industry?: string | null | undefined;
|
2848
2848
|
} | null;
|
@@ -2850,8 +2850,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2850
2850
|
contactProfile: string | null;
|
2851
2851
|
socialProfileUrl: string | null;
|
2852
2852
|
tags: {
|
2853
|
-
id: string;
|
2854
2853
|
name: string;
|
2854
|
+
id: string;
|
2855
2855
|
createdAt: Date;
|
2856
2856
|
updatedAt: Date;
|
2857
2857
|
deletedAt: Date | null;
|
@@ -2876,8 +2876,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2876
2876
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2877
2877
|
id: string;
|
2878
2878
|
metadata: {
|
2879
|
-
id: string;
|
2880
2879
|
name: string;
|
2880
|
+
id: string;
|
2881
2881
|
picture?: string | undefined;
|
2882
2882
|
additionalCredentials?: any;
|
2883
2883
|
};
|
@@ -2908,9 +2908,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2908
2908
|
socialPlatformId: string;
|
2909
2909
|
};
|
2910
2910
|
assignee: {
|
2911
|
+
name: string;
|
2911
2912
|
id: string;
|
2912
2913
|
address: string | null;
|
2913
|
-
name: string;
|
2914
2914
|
email: string;
|
2915
2915
|
createdAt: Date;
|
2916
2916
|
updatedAt: Date;
|
@@ -2954,12 +2954,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2954
2954
|
}, {
|
2955
2955
|
id: string;
|
2956
2956
|
channel: {
|
2957
|
+
name: string;
|
2957
2958
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2958
2959
|
id: string;
|
2959
|
-
name: string;
|
2960
2960
|
metadata: {
|
2961
|
-
id: string;
|
2962
2961
|
name: string;
|
2962
|
+
id: string;
|
2963
2963
|
accessToken?: string | undefined;
|
2964
2964
|
channelSecret?: string | undefined;
|
2965
2965
|
additionalCredentials?: any;
|
@@ -2977,9 +2977,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2977
2977
|
updatedAt: Date;
|
2978
2978
|
deletedAt: Date | null;
|
2979
2979
|
actor: {
|
2980
|
+
name: string;
|
2980
2981
|
id: string;
|
2981
2982
|
address: string | null;
|
2982
|
-
name: string;
|
2983
2983
|
email: string;
|
2984
2984
|
createdAt: Date;
|
2985
2985
|
updatedAt: Date;
|
@@ -3026,8 +3026,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3026
3026
|
connectedUserName: string;
|
3027
3027
|
connectedUserId: string;
|
3028
3028
|
botpressBot: {
|
3029
|
-
id: string;
|
3030
3029
|
name: string;
|
3030
|
+
id: string;
|
3031
3031
|
accessToken: string;
|
3032
3032
|
botId: string;
|
3033
3033
|
integrationId: string;
|
@@ -3038,9 +3038,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3038
3038
|
updatedAt: Date;
|
3039
3039
|
deletedAt: Date | null;
|
3040
3040
|
actor: {
|
3041
|
+
name: string;
|
3041
3042
|
id: string;
|
3042
3043
|
address: string | null;
|
3043
|
-
name: string;
|
3044
3044
|
email: string;
|
3045
3045
|
createdAt: Date;
|
3046
3046
|
updatedAt: Date;
|
@@ -3092,8 +3092,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3092
3092
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3093
3093
|
id: string;
|
3094
3094
|
metadata: {
|
3095
|
-
id: string;
|
3096
3095
|
name: string;
|
3096
|
+
id: string;
|
3097
3097
|
picture?: string | undefined;
|
3098
3098
|
additionalCredentials?: any;
|
3099
3099
|
};
|
@@ -3101,10 +3101,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3101
3101
|
updatedAt: Date;
|
3102
3102
|
deletedAt: Date | null;
|
3103
3103
|
contact: {
|
3104
|
+
name: string;
|
3104
3105
|
id: string;
|
3105
3106
|
channel: string | null;
|
3106
3107
|
address: string | null;
|
3107
|
-
name: string;
|
3108
3108
|
createdAt: Date;
|
3109
3109
|
updatedAt: Date;
|
3110
3110
|
deletedAt: Date | null;
|
@@ -3149,8 +3149,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3149
3149
|
createdAt: Date;
|
3150
3150
|
updatedAt: Date;
|
3151
3151
|
deletedAt: Date | null;
|
3152
|
-
address?: string | null | undefined;
|
3153
3152
|
name?: string | undefined;
|
3153
|
+
address?: string | null | undefined;
|
3154
3154
|
phone?: string | null | undefined;
|
3155
3155
|
industry?: string | null | undefined;
|
3156
3156
|
} | null;
|
@@ -3158,8 +3158,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3158
3158
|
contactProfile: string | null;
|
3159
3159
|
socialProfileUrl: string | null;
|
3160
3160
|
tags: {
|
3161
|
-
id: string;
|
3162
3161
|
name: string;
|
3162
|
+
id: string;
|
3163
3163
|
createdAt: Date;
|
3164
3164
|
updatedAt: Date;
|
3165
3165
|
deletedAt: Date | null;
|
@@ -3184,8 +3184,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3184
3184
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3185
3185
|
id: string;
|
3186
3186
|
metadata: {
|
3187
|
-
id: string;
|
3188
3187
|
name: string;
|
3188
|
+
id: string;
|
3189
3189
|
picture?: string | undefined;
|
3190
3190
|
additionalCredentials?: any;
|
3191
3191
|
};
|
@@ -3216,9 +3216,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3216
3216
|
socialPlatformId: string;
|
3217
3217
|
};
|
3218
3218
|
assignee: {
|
3219
|
+
name: string;
|
3219
3220
|
id: string;
|
3220
3221
|
address: string | null;
|
3221
|
-
name: string;
|
3222
3222
|
email: string;
|
3223
3223
|
createdAt: Date;
|
3224
3224
|
updatedAt: Date;
|
@@ -3291,14 +3291,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3291
3291
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3292
3292
|
name: z.ZodString;
|
3293
3293
|
}, "strip", z.ZodTypeAny, {
|
3294
|
-
id: string;
|
3295
3294
|
name: string;
|
3295
|
+
id: string;
|
3296
3296
|
createdAt: Date;
|
3297
3297
|
updatedAt: Date;
|
3298
3298
|
deletedAt: Date | null;
|
3299
3299
|
}, {
|
3300
|
-
id: string;
|
3301
3300
|
name: string;
|
3301
|
+
id: string;
|
3302
3302
|
createdAt: Date;
|
3303
3303
|
updatedAt: Date;
|
3304
3304
|
deletedAt: Date | null;
|
@@ -3454,8 +3454,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3454
3454
|
createdAt: Date;
|
3455
3455
|
updatedAt: Date;
|
3456
3456
|
deletedAt: Date | null;
|
3457
|
-
address?: string | null | undefined;
|
3458
3457
|
name?: string | undefined;
|
3458
|
+
address?: string | null | undefined;
|
3459
3459
|
phone?: string | null | undefined;
|
3460
3460
|
industry?: string | null | undefined;
|
3461
3461
|
}, {
|
@@ -3463,8 +3463,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3463
3463
|
createdAt: Date;
|
3464
3464
|
updatedAt: Date;
|
3465
3465
|
deletedAt: Date | null;
|
3466
|
-
address?: string | null | undefined;
|
3467
3466
|
name?: string | undefined;
|
3467
|
+
address?: string | null | undefined;
|
3468
3468
|
phone?: string | null | undefined;
|
3469
3469
|
industry?: string | null | undefined;
|
3470
3470
|
}>>;
|
@@ -3482,13 +3482,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3482
3482
|
picture: z.ZodOptional<z.ZodString>;
|
3483
3483
|
additionalCredentials: z.ZodAny;
|
3484
3484
|
}, "strip", z.ZodTypeAny, {
|
3485
|
-
id: string;
|
3486
3485
|
name: string;
|
3486
|
+
id: string;
|
3487
3487
|
picture?: string | undefined;
|
3488
3488
|
additionalCredentials?: any;
|
3489
3489
|
}, {
|
3490
|
-
id: string;
|
3491
3490
|
name: string;
|
3491
|
+
id: string;
|
3492
3492
|
picture?: string | undefined;
|
3493
3493
|
additionalCredentials?: any;
|
3494
3494
|
}>;
|
@@ -3496,8 +3496,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3496
3496
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3497
3497
|
id: string;
|
3498
3498
|
metadata: {
|
3499
|
-
id: string;
|
3500
3499
|
name: string;
|
3500
|
+
id: string;
|
3501
3501
|
picture?: string | undefined;
|
3502
3502
|
additionalCredentials?: any;
|
3503
3503
|
};
|
@@ -3510,8 +3510,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3510
3510
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3511
3511
|
id: string;
|
3512
3512
|
metadata: {
|
3513
|
-
id: string;
|
3514
3513
|
name: string;
|
3514
|
+
id: string;
|
3515
3515
|
picture?: string | undefined;
|
3516
3516
|
additionalCredentials?: any;
|
3517
3517
|
};
|
@@ -3821,10 +3821,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3821
3821
|
};
|
3822
3822
|
}>, "many">>;
|
3823
3823
|
}, "strip", z.ZodTypeAny, {
|
3824
|
+
name: string;
|
3824
3825
|
id: string;
|
3825
3826
|
channel: string | null;
|
3826
3827
|
address: string | null;
|
3827
|
-
name: string;
|
3828
3828
|
createdAt: Date;
|
3829
3829
|
updatedAt: Date;
|
3830
3830
|
deletedAt: Date | null;
|
@@ -3869,8 +3869,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3869
3869
|
createdAt: Date;
|
3870
3870
|
updatedAt: Date;
|
3871
3871
|
deletedAt: Date | null;
|
3872
|
-
address?: string | null | undefined;
|
3873
3872
|
name?: string | undefined;
|
3873
|
+
address?: string | null | undefined;
|
3874
3874
|
phone?: string | null | undefined;
|
3875
3875
|
industry?: string | null | undefined;
|
3876
3876
|
} | null;
|
@@ -3878,8 +3878,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3878
3878
|
contactProfile: string | null;
|
3879
3879
|
socialProfileUrl: string | null;
|
3880
3880
|
tags: {
|
3881
|
-
id: string;
|
3882
3881
|
name: string;
|
3882
|
+
id: string;
|
3883
3883
|
createdAt: Date;
|
3884
3884
|
updatedAt: Date;
|
3885
3885
|
deletedAt: Date | null;
|
@@ -3904,8 +3904,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3904
3904
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3905
3905
|
id: string;
|
3906
3906
|
metadata: {
|
3907
|
-
id: string;
|
3908
3907
|
name: string;
|
3908
|
+
id: string;
|
3909
3909
|
picture?: string | undefined;
|
3910
3910
|
additionalCredentials?: any;
|
3911
3911
|
};
|
@@ -3932,10 +3932,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3932
3932
|
};
|
3933
3933
|
}[] | undefined;
|
3934
3934
|
}, {
|
3935
|
+
name: string;
|
3935
3936
|
id: string;
|
3936
3937
|
channel: string | null;
|
3937
3938
|
address: string | null;
|
3938
|
-
name: string;
|
3939
3939
|
createdAt: Date;
|
3940
3940
|
updatedAt: Date;
|
3941
3941
|
deletedAt: Date | null;
|
@@ -3980,8 +3980,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3980
3980
|
createdAt: Date;
|
3981
3981
|
updatedAt: Date;
|
3982
3982
|
deletedAt: Date | null;
|
3983
|
-
address?: string | null | undefined;
|
3984
3983
|
name?: string | undefined;
|
3984
|
+
address?: string | null | undefined;
|
3985
3985
|
phone?: string | null | undefined;
|
3986
3986
|
industry?: string | null | undefined;
|
3987
3987
|
} | null;
|
@@ -3989,8 +3989,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3989
3989
|
contactProfile: string | null;
|
3990
3990
|
socialProfileUrl: string | null;
|
3991
3991
|
tags: {
|
3992
|
-
id: string;
|
3993
3992
|
name: string;
|
3993
|
+
id: string;
|
3994
3994
|
createdAt: Date;
|
3995
3995
|
updatedAt: Date;
|
3996
3996
|
deletedAt: Date | null;
|
@@ -4015,8 +4015,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4015
4015
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4016
4016
|
id: string;
|
4017
4017
|
metadata: {
|
4018
|
-
id: string;
|
4019
4018
|
name: string;
|
4019
|
+
id: string;
|
4020
4020
|
picture?: string | undefined;
|
4021
4021
|
additionalCredentials?: any;
|
4022
4022
|
};
|
@@ -4234,9 +4234,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4234
4234
|
telephonySignature: string | null;
|
4235
4235
|
}>;
|
4236
4236
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
4237
|
+
name: string;
|
4237
4238
|
id: string;
|
4238
4239
|
address: string | null;
|
4239
|
-
name: string;
|
4240
4240
|
email: string;
|
4241
4241
|
createdAt: Date;
|
4242
4242
|
updatedAt: Date;
|
@@ -4246,9 +4246,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4246
4246
|
phone: string | null;
|
4247
4247
|
notificationCount: number | null;
|
4248
4248
|
}, {
|
4249
|
+
name: string;
|
4249
4250
|
id: string;
|
4250
4251
|
address: string | null;
|
4251
|
-
name: string;
|
4252
4252
|
email: string;
|
4253
4253
|
createdAt: Date;
|
4254
4254
|
updatedAt: Date;
|
@@ -4271,9 +4271,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4271
4271
|
}, "strip", z.ZodTypeAny, {
|
4272
4272
|
id: string;
|
4273
4273
|
user: {
|
4274
|
+
name: string;
|
4274
4275
|
id: string;
|
4275
4276
|
address: string | null;
|
4276
|
-
name: string;
|
4277
4277
|
email: string;
|
4278
4278
|
createdAt: Date;
|
4279
4279
|
updatedAt: Date;
|
@@ -4296,9 +4296,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4296
4296
|
}, {
|
4297
4297
|
id: string;
|
4298
4298
|
user: {
|
4299
|
+
name: string;
|
4299
4300
|
id: string;
|
4300
4301
|
address: string | null;
|
4301
|
-
name: string;
|
4302
4302
|
email: string;
|
4303
4303
|
createdAt: Date;
|
4304
4304
|
updatedAt: Date;
|
@@ -4439,9 +4439,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4439
4439
|
telephonySignature: string | null;
|
4440
4440
|
}>;
|
4441
4441
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
4442
|
+
name: string;
|
4442
4443
|
id: string;
|
4443
4444
|
address: string | null;
|
4444
|
-
name: string;
|
4445
4445
|
email: string;
|
4446
4446
|
createdAt: Date;
|
4447
4447
|
updatedAt: Date;
|
@@ -4451,9 +4451,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4451
4451
|
phone: string | null;
|
4452
4452
|
notificationCount: number | null;
|
4453
4453
|
}, {
|
4454
|
+
name: string;
|
4454
4455
|
id: string;
|
4455
4456
|
address: string | null;
|
4456
|
-
name: string;
|
4457
4457
|
email: string;
|
4458
4458
|
createdAt: Date;
|
4459
4459
|
updatedAt: Date;
|
@@ -4476,9 +4476,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4476
4476
|
}, "strip", z.ZodTypeAny, {
|
4477
4477
|
id: string;
|
4478
4478
|
user: {
|
4479
|
+
name: string;
|
4479
4480
|
id: string;
|
4480
4481
|
address: string | null;
|
4481
|
-
name: string;
|
4482
4482
|
email: string;
|
4483
4483
|
createdAt: Date;
|
4484
4484
|
updatedAt: Date;
|
@@ -4501,9 +4501,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4501
4501
|
}, {
|
4502
4502
|
id: string;
|
4503
4503
|
user: {
|
4504
|
+
name: string;
|
4504
4505
|
id: string;
|
4505
4506
|
address: string | null;
|
4506
|
-
name: string;
|
4507
4507
|
email: string;
|
4508
4508
|
createdAt: Date;
|
4509
4509
|
updatedAt: Date;
|
@@ -4528,9 +4528,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4528
4528
|
callTo?: {
|
4529
4529
|
id: string;
|
4530
4530
|
user: {
|
4531
|
+
name: string;
|
4531
4532
|
id: string;
|
4532
4533
|
address: string | null;
|
4533
|
-
name: string;
|
4534
4534
|
email: string;
|
4535
4535
|
createdAt: Date;
|
4536
4536
|
updatedAt: Date;
|
@@ -4554,9 +4554,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4554
4554
|
callFrom?: {
|
4555
4555
|
id: string;
|
4556
4556
|
user: {
|
4557
|
+
name: string;
|
4557
4558
|
id: string;
|
4558
4559
|
address: string | null;
|
4559
|
-
name: string;
|
4560
4560
|
email: string;
|
4561
4561
|
createdAt: Date;
|
4562
4562
|
updatedAt: Date;
|
@@ -4581,9 +4581,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4581
4581
|
callTo?: {
|
4582
4582
|
id: string;
|
4583
4583
|
user: {
|
4584
|
+
name: string;
|
4584
4585
|
id: string;
|
4585
4586
|
address: string | null;
|
4586
|
-
name: string;
|
4587
4587
|
email: string;
|
4588
4588
|
createdAt: Date;
|
4589
4589
|
updatedAt: Date;
|
@@ -4607,9 +4607,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4607
4607
|
callFrom?: {
|
4608
4608
|
id: string;
|
4609
4609
|
user: {
|
4610
|
+
name: string;
|
4610
4611
|
id: string;
|
4611
4612
|
address: string | null;
|
4612
|
-
name: string;
|
4613
4613
|
email: string;
|
4614
4614
|
createdAt: Date;
|
4615
4615
|
updatedAt: Date;
|
@@ -4763,9 +4763,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4763
4763
|
telephonySignature: string | null;
|
4764
4764
|
}>;
|
4765
4765
|
}, "strip", z.ZodTypeAny, {
|
4766
|
+
name: string;
|
4766
4767
|
id: string;
|
4767
4768
|
address: string | null;
|
4768
|
-
name: string;
|
4769
4769
|
email: string;
|
4770
4770
|
createdAt: Date;
|
4771
4771
|
updatedAt: Date;
|
@@ -4806,9 +4806,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4806
4806
|
telephonySignature: string | null;
|
4807
4807
|
};
|
4808
4808
|
}, {
|
4809
|
+
name: string;
|
4809
4810
|
id: string;
|
4810
4811
|
address: string | null;
|
4811
|
-
name: string;
|
4812
4812
|
email: string;
|
4813
4813
|
createdAt: Date;
|
4814
4814
|
updatedAt: Date;
|
@@ -4862,9 +4862,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4862
4862
|
extensionName: string;
|
4863
4863
|
telephonySignature: string | null;
|
4864
4864
|
user?: {
|
4865
|
+
name: string;
|
4865
4866
|
id: string;
|
4866
4867
|
address: string | null;
|
4867
|
-
name: string;
|
4868
4868
|
email: string;
|
4869
4869
|
createdAt: Date;
|
4870
4870
|
updatedAt: Date;
|
@@ -4918,9 +4918,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4918
4918
|
extensionName: string;
|
4919
4919
|
telephonySignature: string | null;
|
4920
4920
|
user?: {
|
4921
|
+
name: string;
|
4921
4922
|
id: string;
|
4922
4923
|
address: string | null;
|
4923
|
-
name: string;
|
4924
4924
|
email: string;
|
4925
4925
|
createdAt: Date;
|
4926
4926
|
updatedAt: Date;
|
@@ -4990,9 +4990,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4990
4990
|
callTo?: {
|
4991
4991
|
id: string;
|
4992
4992
|
user: {
|
4993
|
+
name: string;
|
4993
4994
|
id: string;
|
4994
4995
|
address: string | null;
|
4995
|
-
name: string;
|
4996
4996
|
email: string;
|
4997
4997
|
createdAt: Date;
|
4998
4998
|
updatedAt: Date;
|
@@ -5016,9 +5016,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5016
5016
|
callFrom?: {
|
5017
5017
|
id: string;
|
5018
5018
|
user: {
|
5019
|
+
name: string;
|
5019
5020
|
id: string;
|
5020
5021
|
address: string | null;
|
5021
|
-
name: string;
|
5022
5022
|
email: string;
|
5023
5023
|
createdAt: Date;
|
5024
5024
|
updatedAt: Date;
|
@@ -5044,10 +5044,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5044
5044
|
telephonyQueueId: string | null;
|
5045
5045
|
contactId: string | null;
|
5046
5046
|
contact?: {
|
5047
|
+
name: string;
|
5047
5048
|
id: string;
|
5048
5049
|
channel: string | null;
|
5049
5050
|
address: string | null;
|
5050
|
-
name: string;
|
5051
5051
|
createdAt: Date;
|
5052
5052
|
updatedAt: Date;
|
5053
5053
|
deletedAt: Date | null;
|
@@ -5092,8 +5092,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5092
5092
|
createdAt: Date;
|
5093
5093
|
updatedAt: Date;
|
5094
5094
|
deletedAt: Date | null;
|
5095
|
-
address?: string | null | undefined;
|
5096
5095
|
name?: string | undefined;
|
5096
|
+
address?: string | null | undefined;
|
5097
5097
|
phone?: string | null | undefined;
|
5098
5098
|
industry?: string | null | undefined;
|
5099
5099
|
} | null;
|
@@ -5101,8 +5101,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5101
5101
|
contactProfile: string | null;
|
5102
5102
|
socialProfileUrl: string | null;
|
5103
5103
|
tags: {
|
5104
|
-
id: string;
|
5105
5104
|
name: string;
|
5105
|
+
id: string;
|
5106
5106
|
createdAt: Date;
|
5107
5107
|
updatedAt: Date;
|
5108
5108
|
deletedAt: Date | null;
|
@@ -5127,8 +5127,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5127
5127
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5128
5128
|
id: string;
|
5129
5129
|
metadata: {
|
5130
|
-
id: string;
|
5131
5130
|
name: string;
|
5131
|
+
id: string;
|
5132
5132
|
picture?: string | undefined;
|
5133
5133
|
additionalCredentials?: any;
|
5134
5134
|
};
|
@@ -5190,9 +5190,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5190
5190
|
extensionName: string;
|
5191
5191
|
telephonySignature: string | null;
|
5192
5192
|
user?: {
|
5193
|
+
name: string;
|
5193
5194
|
id: string;
|
5194
5195
|
address: string | null;
|
5195
|
-
name: string;
|
5196
5196
|
email: string;
|
5197
5197
|
createdAt: Date;
|
5198
5198
|
updatedAt: Date;
|
@@ -5260,9 +5260,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5260
5260
|
callTo?: {
|
5261
5261
|
id: string;
|
5262
5262
|
user: {
|
5263
|
+
name: string;
|
5263
5264
|
id: string;
|
5264
5265
|
address: string | null;
|
5265
|
-
name: string;
|
5266
5266
|
email: string;
|
5267
5267
|
createdAt: Date;
|
5268
5268
|
updatedAt: Date;
|
@@ -5286,9 +5286,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5286
5286
|
callFrom?: {
|
5287
5287
|
id: string;
|
5288
5288
|
user: {
|
5289
|
+
name: string;
|
5289
5290
|
id: string;
|
5290
5291
|
address: string | null;
|
5291
|
-
name: string;
|
5292
5292
|
email: string;
|
5293
5293
|
createdAt: Date;
|
5294
5294
|
updatedAt: Date;
|
@@ -5314,10 +5314,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5314
5314
|
telephonyQueueId: string | null;
|
5315
5315
|
contactId: string | null;
|
5316
5316
|
contact?: {
|
5317
|
+
name: string;
|
5317
5318
|
id: string;
|
5318
5319
|
channel: string | null;
|
5319
5320
|
address: string | null;
|
5320
|
-
name: string;
|
5321
5321
|
createdAt: Date;
|
5322
5322
|
updatedAt: Date;
|
5323
5323
|
deletedAt: Date | null;
|
@@ -5362,8 +5362,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5362
5362
|
createdAt: Date;
|
5363
5363
|
updatedAt: Date;
|
5364
5364
|
deletedAt: Date | null;
|
5365
|
-
address?: string | null | undefined;
|
5366
5365
|
name?: string | undefined;
|
5366
|
+
address?: string | null | undefined;
|
5367
5367
|
phone?: string | null | undefined;
|
5368
5368
|
industry?: string | null | undefined;
|
5369
5369
|
} | null;
|
@@ -5371,8 +5371,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5371
5371
|
contactProfile: string | null;
|
5372
5372
|
socialProfileUrl: string | null;
|
5373
5373
|
tags: {
|
5374
|
-
id: string;
|
5375
5374
|
name: string;
|
5375
|
+
id: string;
|
5376
5376
|
createdAt: Date;
|
5377
5377
|
updatedAt: Date;
|
5378
5378
|
deletedAt: Date | null;
|
@@ -5397,8 +5397,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5397
5397
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5398
5398
|
id: string;
|
5399
5399
|
metadata: {
|
5400
|
-
id: string;
|
5401
5400
|
name: string;
|
5401
|
+
id: string;
|
5402
5402
|
picture?: string | undefined;
|
5403
5403
|
additionalCredentials?: any;
|
5404
5404
|
};
|
@@ -5460,9 +5460,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5460
5460
|
extensionName: string;
|
5461
5461
|
telephonySignature: string | null;
|
5462
5462
|
user?: {
|
5463
|
+
name: string;
|
5463
5464
|
id: string;
|
5464
5465
|
address: string | null;
|
5465
|
-
name: string;
|
5466
5466
|
email: string;
|
5467
5467
|
createdAt: Date;
|
5468
5468
|
updatedAt: Date;
|
@@ -5530,14 +5530,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5530
5530
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5531
5531
|
name: z.ZodString;
|
5532
5532
|
}, "strip", z.ZodTypeAny, {
|
5533
|
-
id: string;
|
5534
5533
|
name: string;
|
5534
|
+
id: string;
|
5535
5535
|
createdAt: Date;
|
5536
5536
|
updatedAt: Date;
|
5537
5537
|
deletedAt: Date | null;
|
5538
5538
|
}, {
|
5539
|
-
id: string;
|
5540
5539
|
name: string;
|
5540
|
+
id: string;
|
5541
5541
|
createdAt: Date;
|
5542
5542
|
updatedAt: Date;
|
5543
5543
|
deletedAt: Date | null;
|
@@ -5693,8 +5693,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5693
5693
|
createdAt: Date;
|
5694
5694
|
updatedAt: Date;
|
5695
5695
|
deletedAt: Date | null;
|
5696
|
-
address?: string | null | undefined;
|
5697
5696
|
name?: string | undefined;
|
5697
|
+
address?: string | null | undefined;
|
5698
5698
|
phone?: string | null | undefined;
|
5699
5699
|
industry?: string | null | undefined;
|
5700
5700
|
}, {
|
@@ -5702,8 +5702,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5702
5702
|
createdAt: Date;
|
5703
5703
|
updatedAt: Date;
|
5704
5704
|
deletedAt: Date | null;
|
5705
|
-
address?: string | null | undefined;
|
5706
5705
|
name?: string | undefined;
|
5706
|
+
address?: string | null | undefined;
|
5707
5707
|
phone?: string | null | undefined;
|
5708
5708
|
industry?: string | null | undefined;
|
5709
5709
|
}>>;
|
@@ -5721,13 +5721,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5721
5721
|
picture: z.ZodOptional<z.ZodString>;
|
5722
5722
|
additionalCredentials: z.ZodAny;
|
5723
5723
|
}, "strip", z.ZodTypeAny, {
|
5724
|
-
id: string;
|
5725
5724
|
name: string;
|
5725
|
+
id: string;
|
5726
5726
|
picture?: string | undefined;
|
5727
5727
|
additionalCredentials?: any;
|
5728
5728
|
}, {
|
5729
|
-
id: string;
|
5730
5729
|
name: string;
|
5730
|
+
id: string;
|
5731
5731
|
picture?: string | undefined;
|
5732
5732
|
additionalCredentials?: any;
|
5733
5733
|
}>;
|
@@ -5735,8 +5735,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5735
5735
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5736
5736
|
id: string;
|
5737
5737
|
metadata: {
|
5738
|
-
id: string;
|
5739
5738
|
name: string;
|
5739
|
+
id: string;
|
5740
5740
|
picture?: string | undefined;
|
5741
5741
|
additionalCredentials?: any;
|
5742
5742
|
};
|
@@ -5749,8 +5749,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5749
5749
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5750
5750
|
id: string;
|
5751
5751
|
metadata: {
|
5752
|
-
id: string;
|
5753
5752
|
name: string;
|
5753
|
+
id: string;
|
5754
5754
|
picture?: string | undefined;
|
5755
5755
|
additionalCredentials?: any;
|
5756
5756
|
};
|
@@ -6060,10 +6060,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6060
6060
|
};
|
6061
6061
|
}>, "many">>;
|
6062
6062
|
}, "strip", z.ZodTypeAny, {
|
6063
|
+
name: string;
|
6063
6064
|
id: string;
|
6064
6065
|
channel: string | null;
|
6065
6066
|
address: string | null;
|
6066
|
-
name: string;
|
6067
6067
|
createdAt: Date;
|
6068
6068
|
updatedAt: Date;
|
6069
6069
|
deletedAt: Date | null;
|
@@ -6108,8 +6108,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6108
6108
|
createdAt: Date;
|
6109
6109
|
updatedAt: Date;
|
6110
6110
|
deletedAt: Date | null;
|
6111
|
-
address?: string | null | undefined;
|
6112
6111
|
name?: string | undefined;
|
6112
|
+
address?: string | null | undefined;
|
6113
6113
|
phone?: string | null | undefined;
|
6114
6114
|
industry?: string | null | undefined;
|
6115
6115
|
} | null;
|
@@ -6117,8 +6117,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6117
6117
|
contactProfile: string | null;
|
6118
6118
|
socialProfileUrl: string | null;
|
6119
6119
|
tags: {
|
6120
|
-
id: string;
|
6121
6120
|
name: string;
|
6121
|
+
id: string;
|
6122
6122
|
createdAt: Date;
|
6123
6123
|
updatedAt: Date;
|
6124
6124
|
deletedAt: Date | null;
|
@@ -6143,8 +6143,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6143
6143
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6144
6144
|
id: string;
|
6145
6145
|
metadata: {
|
6146
|
-
id: string;
|
6147
6146
|
name: string;
|
6147
|
+
id: string;
|
6148
6148
|
picture?: string | undefined;
|
6149
6149
|
additionalCredentials?: any;
|
6150
6150
|
};
|
@@ -6171,10 +6171,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6171
6171
|
};
|
6172
6172
|
}[] | undefined;
|
6173
6173
|
}, {
|
6174
|
+
name: string;
|
6174
6175
|
id: string;
|
6175
6176
|
channel: string | null;
|
6176
6177
|
address: string | null;
|
6177
|
-
name: string;
|
6178
6178
|
createdAt: Date;
|
6179
6179
|
updatedAt: Date;
|
6180
6180
|
deletedAt: Date | null;
|
@@ -6219,8 +6219,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6219
6219
|
createdAt: Date;
|
6220
6220
|
updatedAt: Date;
|
6221
6221
|
deletedAt: Date | null;
|
6222
|
-
address?: string | null | undefined;
|
6223
6222
|
name?: string | undefined;
|
6223
|
+
address?: string | null | undefined;
|
6224
6224
|
phone?: string | null | undefined;
|
6225
6225
|
industry?: string | null | undefined;
|
6226
6226
|
} | null;
|
@@ -6228,8 +6228,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6228
6228
|
contactProfile: string | null;
|
6229
6229
|
socialProfileUrl: string | null;
|
6230
6230
|
tags: {
|
6231
|
-
id: string;
|
6232
6231
|
name: string;
|
6232
|
+
id: string;
|
6233
6233
|
createdAt: Date;
|
6234
6234
|
updatedAt: Date;
|
6235
6235
|
deletedAt: Date | null;
|
@@ -6254,8 +6254,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6254
6254
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6255
6255
|
id: string;
|
6256
6256
|
metadata: {
|
6257
|
-
id: string;
|
6258
6257
|
name: string;
|
6258
|
+
id: string;
|
6259
6259
|
picture?: string | undefined;
|
6260
6260
|
additionalCredentials?: any;
|
6261
6261
|
};
|
@@ -6400,9 +6400,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6400
6400
|
telephonySignature: string | null;
|
6401
6401
|
}>;
|
6402
6402
|
}, "strip", z.ZodTypeAny, {
|
6403
|
+
name: string;
|
6403
6404
|
id: string;
|
6404
6405
|
address: string | null;
|
6405
|
-
name: string;
|
6406
6406
|
email: string;
|
6407
6407
|
createdAt: Date;
|
6408
6408
|
updatedAt: Date;
|
@@ -6443,9 +6443,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6443
6443
|
telephonySignature: string | null;
|
6444
6444
|
};
|
6445
6445
|
}, {
|
6446
|
+
name: string;
|
6446
6447
|
id: string;
|
6447
6448
|
address: string | null;
|
6448
|
-
name: string;
|
6449
6449
|
email: string;
|
6450
6450
|
createdAt: Date;
|
6451
6451
|
updatedAt: Date;
|
@@ -6604,9 +6604,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6604
6604
|
telephonySignature: string | null;
|
6605
6605
|
}>;
|
6606
6606
|
}, "strip", z.ZodTypeAny, {
|
6607
|
+
name: string;
|
6607
6608
|
id: string;
|
6608
6609
|
address: string | null;
|
6609
|
-
name: string;
|
6610
6610
|
email: string;
|
6611
6611
|
createdAt: Date;
|
6612
6612
|
updatedAt: Date;
|
@@ -6647,9 +6647,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6647
6647
|
telephonySignature: string | null;
|
6648
6648
|
};
|
6649
6649
|
}, {
|
6650
|
+
name: string;
|
6650
6651
|
id: string;
|
6651
6652
|
address: string | null;
|
6652
|
-
name: string;
|
6653
6653
|
email: string;
|
6654
6654
|
createdAt: Date;
|
6655
6655
|
updatedAt: Date;
|
@@ -6808,9 +6808,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6808
6808
|
telephonySignature: string | null;
|
6809
6809
|
}>;
|
6810
6810
|
}, "strip", z.ZodTypeAny, {
|
6811
|
+
name: string;
|
6811
6812
|
id: string;
|
6812
6813
|
address: string | null;
|
6813
|
-
name: string;
|
6814
6814
|
email: string;
|
6815
6815
|
createdAt: Date;
|
6816
6816
|
updatedAt: Date;
|
@@ -6851,9 +6851,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6851
6851
|
telephonySignature: string | null;
|
6852
6852
|
};
|
6853
6853
|
}, {
|
6854
|
+
name: string;
|
6854
6855
|
id: string;
|
6855
6856
|
address: string | null;
|
6856
|
-
name: string;
|
6857
6857
|
email: string;
|
6858
6858
|
createdAt: Date;
|
6859
6859
|
updatedAt: Date;
|
@@ -6904,10 +6904,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6904
6904
|
deletedAt: Date | null;
|
6905
6905
|
entityId: string;
|
6906
6906
|
contact: {
|
6907
|
+
name: string;
|
6907
6908
|
id: string;
|
6908
6909
|
channel: string | null;
|
6909
6910
|
address: string | null;
|
6910
|
-
name: string;
|
6911
6911
|
createdAt: Date;
|
6912
6912
|
updatedAt: Date;
|
6913
6913
|
deletedAt: Date | null;
|
@@ -6952,8 +6952,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6952
6952
|
createdAt: Date;
|
6953
6953
|
updatedAt: Date;
|
6954
6954
|
deletedAt: Date | null;
|
6955
|
-
address?: string | null | undefined;
|
6956
6955
|
name?: string | undefined;
|
6956
|
+
address?: string | null | undefined;
|
6957
6957
|
phone?: string | null | undefined;
|
6958
6958
|
industry?: string | null | undefined;
|
6959
6959
|
} | null;
|
@@ -6961,8 +6961,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6961
6961
|
contactProfile: string | null;
|
6962
6962
|
socialProfileUrl: string | null;
|
6963
6963
|
tags: {
|
6964
|
-
id: string;
|
6965
6964
|
name: string;
|
6965
|
+
id: string;
|
6966
6966
|
createdAt: Date;
|
6967
6967
|
updatedAt: Date;
|
6968
6968
|
deletedAt: Date | null;
|
@@ -6987,8 +6987,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6987
6987
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6988
6988
|
id: string;
|
6989
6989
|
metadata: {
|
6990
|
-
id: string;
|
6991
6990
|
name: string;
|
6991
|
+
id: string;
|
6992
6992
|
picture?: string | undefined;
|
6993
6993
|
additionalCredentials?: any;
|
6994
6994
|
};
|
@@ -7050,8 +7050,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7050
7050
|
}[];
|
7051
7051
|
}[];
|
7052
7052
|
tags: {
|
7053
|
-
id: string;
|
7054
7053
|
name: string;
|
7054
|
+
id: string;
|
7055
7055
|
createdAt: Date;
|
7056
7056
|
updatedAt: Date;
|
7057
7057
|
deletedAt: Date | null;
|
@@ -7091,12 +7091,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7091
7091
|
room: {
|
7092
7092
|
id: string;
|
7093
7093
|
channel: {
|
7094
|
+
name: string;
|
7094
7095
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7095
7096
|
id: string;
|
7096
|
-
name: string;
|
7097
7097
|
metadata: {
|
7098
|
-
id: string;
|
7099
7098
|
name: string;
|
7099
|
+
id: string;
|
7100
7100
|
accessToken?: string | undefined;
|
7101
7101
|
channelSecret?: string | undefined;
|
7102
7102
|
additionalCredentials?: any;
|
@@ -7114,9 +7114,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7114
7114
|
updatedAt: Date;
|
7115
7115
|
deletedAt: Date | null;
|
7116
7116
|
actor: {
|
7117
|
+
name: string;
|
7117
7118
|
id: string;
|
7118
7119
|
address: string | null;
|
7119
|
-
name: string;
|
7120
7120
|
email: string;
|
7121
7121
|
createdAt: Date;
|
7122
7122
|
updatedAt: Date;
|
@@ -7163,8 +7163,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7163
7163
|
connectedUserName: string;
|
7164
7164
|
connectedUserId: string;
|
7165
7165
|
botpressBot: {
|
7166
|
-
id: string;
|
7167
7166
|
name: string;
|
7167
|
+
id: string;
|
7168
7168
|
accessToken: string;
|
7169
7169
|
botId: string;
|
7170
7170
|
integrationId: string;
|
@@ -7175,9 +7175,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7175
7175
|
updatedAt: Date;
|
7176
7176
|
deletedAt: Date | null;
|
7177
7177
|
actor: {
|
7178
|
+
name: string;
|
7178
7179
|
id: string;
|
7179
7180
|
address: string | null;
|
7180
|
-
name: string;
|
7181
7181
|
email: string;
|
7182
7182
|
createdAt: Date;
|
7183
7183
|
updatedAt: Date;
|
@@ -7229,8 +7229,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7229
7229
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7230
7230
|
id: string;
|
7231
7231
|
metadata: {
|
7232
|
-
id: string;
|
7233
7232
|
name: string;
|
7233
|
+
id: string;
|
7234
7234
|
picture?: string | undefined;
|
7235
7235
|
additionalCredentials?: any;
|
7236
7236
|
};
|
@@ -7238,10 +7238,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7238
7238
|
updatedAt: Date;
|
7239
7239
|
deletedAt: Date | null;
|
7240
7240
|
contact: {
|
7241
|
+
name: string;
|
7241
7242
|
id: string;
|
7242
7243
|
channel: string | null;
|
7243
7244
|
address: string | null;
|
7244
|
-
name: string;
|
7245
7245
|
createdAt: Date;
|
7246
7246
|
updatedAt: Date;
|
7247
7247
|
deletedAt: Date | null;
|
@@ -7286,8 +7286,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7286
7286
|
createdAt: Date;
|
7287
7287
|
updatedAt: Date;
|
7288
7288
|
deletedAt: Date | null;
|
7289
|
-
address?: string | null | undefined;
|
7290
7289
|
name?: string | undefined;
|
7290
|
+
address?: string | null | undefined;
|
7291
7291
|
phone?: string | null | undefined;
|
7292
7292
|
industry?: string | null | undefined;
|
7293
7293
|
} | null;
|
@@ -7295,8 +7295,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7295
7295
|
contactProfile: string | null;
|
7296
7296
|
socialProfileUrl: string | null;
|
7297
7297
|
tags: {
|
7298
|
-
id: string;
|
7299
7298
|
name: string;
|
7299
|
+
id: string;
|
7300
7300
|
createdAt: Date;
|
7301
7301
|
updatedAt: Date;
|
7302
7302
|
deletedAt: Date | null;
|
@@ -7321,8 +7321,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7321
7321
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7322
7322
|
id: string;
|
7323
7323
|
metadata: {
|
7324
|
-
id: string;
|
7325
7324
|
name: string;
|
7325
|
+
id: string;
|
7326
7326
|
picture?: string | undefined;
|
7327
7327
|
additionalCredentials?: any;
|
7328
7328
|
};
|
@@ -7353,9 +7353,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7353
7353
|
socialPlatformId: string;
|
7354
7354
|
};
|
7355
7355
|
assignee: {
|
7356
|
+
name: string;
|
7356
7357
|
id: string;
|
7357
7358
|
address: string | null;
|
7358
|
-
name: string;
|
7359
7359
|
email: string;
|
7360
7360
|
createdAt: Date;
|
7361
7361
|
updatedAt: Date;
|
@@ -7423,9 +7423,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7423
7423
|
callTo?: {
|
7424
7424
|
id: string;
|
7425
7425
|
user: {
|
7426
|
+
name: string;
|
7426
7427
|
id: string;
|
7427
7428
|
address: string | null;
|
7428
|
-
name: string;
|
7429
7429
|
email: string;
|
7430
7430
|
createdAt: Date;
|
7431
7431
|
updatedAt: Date;
|
@@ -7449,9 +7449,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7449
7449
|
callFrom?: {
|
7450
7450
|
id: string;
|
7451
7451
|
user: {
|
7452
|
+
name: string;
|
7452
7453
|
id: string;
|
7453
7454
|
address: string | null;
|
7454
|
-
name: string;
|
7455
7455
|
email: string;
|
7456
7456
|
createdAt: Date;
|
7457
7457
|
updatedAt: Date;
|
@@ -7477,10 +7477,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7477
7477
|
telephonyQueueId: string | null;
|
7478
7478
|
contactId: string | null;
|
7479
7479
|
contact?: {
|
7480
|
+
name: string;
|
7480
7481
|
id: string;
|
7481
7482
|
channel: string | null;
|
7482
7483
|
address: string | null;
|
7483
|
-
name: string;
|
7484
7484
|
createdAt: Date;
|
7485
7485
|
updatedAt: Date;
|
7486
7486
|
deletedAt: Date | null;
|
@@ -7525,8 +7525,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7525
7525
|
createdAt: Date;
|
7526
7526
|
updatedAt: Date;
|
7527
7527
|
deletedAt: Date | null;
|
7528
|
-
address?: string | null | undefined;
|
7529
7528
|
name?: string | undefined;
|
7529
|
+
address?: string | null | undefined;
|
7530
7530
|
phone?: string | null | undefined;
|
7531
7531
|
industry?: string | null | undefined;
|
7532
7532
|
} | null;
|
@@ -7534,8 +7534,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7534
7534
|
contactProfile: string | null;
|
7535
7535
|
socialProfileUrl: string | null;
|
7536
7536
|
tags: {
|
7537
|
-
id: string;
|
7538
7537
|
name: string;
|
7538
|
+
id: string;
|
7539
7539
|
createdAt: Date;
|
7540
7540
|
updatedAt: Date;
|
7541
7541
|
deletedAt: Date | null;
|
@@ -7560,8 +7560,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7560
7560
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7561
7561
|
id: string;
|
7562
7562
|
metadata: {
|
7563
|
-
id: string;
|
7564
7563
|
name: string;
|
7564
|
+
id: string;
|
7565
7565
|
picture?: string | undefined;
|
7566
7566
|
additionalCredentials?: any;
|
7567
7567
|
};
|
@@ -7623,9 +7623,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7623
7623
|
extensionName: string;
|
7624
7624
|
telephonySignature: string | null;
|
7625
7625
|
user?: {
|
7626
|
+
name: string;
|
7626
7627
|
id: string;
|
7627
7628
|
address: string | null;
|
7628
|
-
name: string;
|
7629
7629
|
email: string;
|
7630
7630
|
createdAt: Date;
|
7631
7631
|
updatedAt: Date;
|
@@ -7672,9 +7672,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7672
7672
|
queueName?: string | null | undefined;
|
7673
7673
|
} | null;
|
7674
7674
|
firstAssignee: {
|
7675
|
+
name: string;
|
7675
7676
|
id: string;
|
7676
7677
|
address: string | null;
|
7677
|
-
name: string;
|
7678
7678
|
email: string;
|
7679
7679
|
createdAt: Date;
|
7680
7680
|
updatedAt: Date;
|
@@ -7716,9 +7716,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7716
7716
|
};
|
7717
7717
|
} | null;
|
7718
7718
|
agent: {
|
7719
|
+
name: string;
|
7719
7720
|
id: string;
|
7720
7721
|
address: string | null;
|
7721
|
-
name: string;
|
7722
7722
|
email: string;
|
7723
7723
|
createdAt: Date;
|
7724
7724
|
updatedAt: Date;
|
@@ -7760,9 +7760,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7760
7760
|
};
|
7761
7761
|
} | null;
|
7762
7762
|
closedAssignee: {
|
7763
|
+
name: string;
|
7763
7764
|
id: string;
|
7764
7765
|
address: string | null;
|
7765
|
-
name: string;
|
7766
7766
|
email: string;
|
7767
7767
|
createdAt: Date;
|
7768
7768
|
updatedAt: Date;
|
@@ -7813,10 +7813,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7813
7813
|
deletedAt: Date | null;
|
7814
7814
|
entityId: string;
|
7815
7815
|
contact: {
|
7816
|
+
name: string;
|
7816
7817
|
id: string;
|
7817
7818
|
channel: string | null;
|
7818
7819
|
address: string | null;
|
7819
|
-
name: string;
|
7820
7820
|
createdAt: Date;
|
7821
7821
|
updatedAt: Date;
|
7822
7822
|
deletedAt: Date | null;
|
@@ -7861,8 +7861,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7861
7861
|
createdAt: Date;
|
7862
7862
|
updatedAt: Date;
|
7863
7863
|
deletedAt: Date | null;
|
7864
|
-
address?: string | null | undefined;
|
7865
7864
|
name?: string | undefined;
|
7865
|
+
address?: string | null | undefined;
|
7866
7866
|
phone?: string | null | undefined;
|
7867
7867
|
industry?: string | null | undefined;
|
7868
7868
|
} | null;
|
@@ -7870,8 +7870,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7870
7870
|
contactProfile: string | null;
|
7871
7871
|
socialProfileUrl: string | null;
|
7872
7872
|
tags: {
|
7873
|
-
id: string;
|
7874
7873
|
name: string;
|
7874
|
+
id: string;
|
7875
7875
|
createdAt: Date;
|
7876
7876
|
updatedAt: Date;
|
7877
7877
|
deletedAt: Date | null;
|
@@ -7896,8 +7896,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7896
7896
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7897
7897
|
id: string;
|
7898
7898
|
metadata: {
|
7899
|
-
id: string;
|
7900
7899
|
name: string;
|
7900
|
+
id: string;
|
7901
7901
|
picture?: string | undefined;
|
7902
7902
|
additionalCredentials?: any;
|
7903
7903
|
};
|
@@ -7959,8 +7959,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7959
7959
|
}[];
|
7960
7960
|
}[];
|
7961
7961
|
tags: {
|
7962
|
-
id: string;
|
7963
7962
|
name: string;
|
7963
|
+
id: string;
|
7964
7964
|
createdAt: Date;
|
7965
7965
|
updatedAt: Date;
|
7966
7966
|
deletedAt: Date | null;
|
@@ -8000,12 +8000,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8000
8000
|
room: {
|
8001
8001
|
id: string;
|
8002
8002
|
channel: {
|
8003
|
+
name: string;
|
8003
8004
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8004
8005
|
id: string;
|
8005
|
-
name: string;
|
8006
8006
|
metadata: {
|
8007
|
-
id: string;
|
8008
8007
|
name: string;
|
8008
|
+
id: string;
|
8009
8009
|
accessToken?: string | undefined;
|
8010
8010
|
channelSecret?: string | undefined;
|
8011
8011
|
additionalCredentials?: any;
|
@@ -8023,9 +8023,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8023
8023
|
updatedAt: Date;
|
8024
8024
|
deletedAt: Date | null;
|
8025
8025
|
actor: {
|
8026
|
+
name: string;
|
8026
8027
|
id: string;
|
8027
8028
|
address: string | null;
|
8028
|
-
name: string;
|
8029
8029
|
email: string;
|
8030
8030
|
createdAt: Date;
|
8031
8031
|
updatedAt: Date;
|
@@ -8072,8 +8072,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8072
8072
|
connectedUserName: string;
|
8073
8073
|
connectedUserId: string;
|
8074
8074
|
botpressBot: {
|
8075
|
-
id: string;
|
8076
8075
|
name: string;
|
8076
|
+
id: string;
|
8077
8077
|
accessToken: string;
|
8078
8078
|
botId: string;
|
8079
8079
|
integrationId: string;
|
@@ -8084,9 +8084,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8084
8084
|
updatedAt: Date;
|
8085
8085
|
deletedAt: Date | null;
|
8086
8086
|
actor: {
|
8087
|
+
name: string;
|
8087
8088
|
id: string;
|
8088
8089
|
address: string | null;
|
8089
|
-
name: string;
|
8090
8090
|
email: string;
|
8091
8091
|
createdAt: Date;
|
8092
8092
|
updatedAt: Date;
|
@@ -8138,8 +8138,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8138
8138
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8139
8139
|
id: string;
|
8140
8140
|
metadata: {
|
8141
|
-
id: string;
|
8142
8141
|
name: string;
|
8142
|
+
id: string;
|
8143
8143
|
picture?: string | undefined;
|
8144
8144
|
additionalCredentials?: any;
|
8145
8145
|
};
|
@@ -8147,10 +8147,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8147
8147
|
updatedAt: Date;
|
8148
8148
|
deletedAt: Date | null;
|
8149
8149
|
contact: {
|
8150
|
+
name: string;
|
8150
8151
|
id: string;
|
8151
8152
|
channel: string | null;
|
8152
8153
|
address: string | null;
|
8153
|
-
name: string;
|
8154
8154
|
createdAt: Date;
|
8155
8155
|
updatedAt: Date;
|
8156
8156
|
deletedAt: Date | null;
|
@@ -8195,8 +8195,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8195
8195
|
createdAt: Date;
|
8196
8196
|
updatedAt: Date;
|
8197
8197
|
deletedAt: Date | null;
|
8198
|
-
address?: string | null | undefined;
|
8199
8198
|
name?: string | undefined;
|
8199
|
+
address?: string | null | undefined;
|
8200
8200
|
phone?: string | null | undefined;
|
8201
8201
|
industry?: string | null | undefined;
|
8202
8202
|
} | null;
|
@@ -8204,8 +8204,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8204
8204
|
contactProfile: string | null;
|
8205
8205
|
socialProfileUrl: string | null;
|
8206
8206
|
tags: {
|
8207
|
-
id: string;
|
8208
8207
|
name: string;
|
8208
|
+
id: string;
|
8209
8209
|
createdAt: Date;
|
8210
8210
|
updatedAt: Date;
|
8211
8211
|
deletedAt: Date | null;
|
@@ -8230,8 +8230,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8230
8230
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8231
8231
|
id: string;
|
8232
8232
|
metadata: {
|
8233
|
-
id: string;
|
8234
8233
|
name: string;
|
8234
|
+
id: string;
|
8235
8235
|
picture?: string | undefined;
|
8236
8236
|
additionalCredentials?: any;
|
8237
8237
|
};
|
@@ -8262,9 +8262,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8262
8262
|
socialPlatformId: string;
|
8263
8263
|
};
|
8264
8264
|
assignee: {
|
8265
|
+
name: string;
|
8265
8266
|
id: string;
|
8266
8267
|
address: string | null;
|
8267
|
-
name: string;
|
8268
8268
|
email: string;
|
8269
8269
|
createdAt: Date;
|
8270
8270
|
updatedAt: Date;
|
@@ -8332,9 +8332,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8332
8332
|
callTo?: {
|
8333
8333
|
id: string;
|
8334
8334
|
user: {
|
8335
|
+
name: string;
|
8335
8336
|
id: string;
|
8336
8337
|
address: string | null;
|
8337
|
-
name: string;
|
8338
8338
|
email: string;
|
8339
8339
|
createdAt: Date;
|
8340
8340
|
updatedAt: Date;
|
@@ -8358,9 +8358,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8358
8358
|
callFrom?: {
|
8359
8359
|
id: string;
|
8360
8360
|
user: {
|
8361
|
+
name: string;
|
8361
8362
|
id: string;
|
8362
8363
|
address: string | null;
|
8363
|
-
name: string;
|
8364
8364
|
email: string;
|
8365
8365
|
createdAt: Date;
|
8366
8366
|
updatedAt: Date;
|
@@ -8386,10 +8386,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8386
8386
|
telephonyQueueId: string | null;
|
8387
8387
|
contactId: string | null;
|
8388
8388
|
contact?: {
|
8389
|
+
name: string;
|
8389
8390
|
id: string;
|
8390
8391
|
channel: string | null;
|
8391
8392
|
address: string | null;
|
8392
|
-
name: string;
|
8393
8393
|
createdAt: Date;
|
8394
8394
|
updatedAt: Date;
|
8395
8395
|
deletedAt: Date | null;
|
@@ -8434,8 +8434,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8434
8434
|
createdAt: Date;
|
8435
8435
|
updatedAt: Date;
|
8436
8436
|
deletedAt: Date | null;
|
8437
|
-
address?: string | null | undefined;
|
8438
8437
|
name?: string | undefined;
|
8438
|
+
address?: string | null | undefined;
|
8439
8439
|
phone?: string | null | undefined;
|
8440
8440
|
industry?: string | null | undefined;
|
8441
8441
|
} | null;
|
@@ -8443,8 +8443,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8443
8443
|
contactProfile: string | null;
|
8444
8444
|
socialProfileUrl: string | null;
|
8445
8445
|
tags: {
|
8446
|
-
id: string;
|
8447
8446
|
name: string;
|
8447
|
+
id: string;
|
8448
8448
|
createdAt: Date;
|
8449
8449
|
updatedAt: Date;
|
8450
8450
|
deletedAt: Date | null;
|
@@ -8469,8 +8469,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8469
8469
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8470
8470
|
id: string;
|
8471
8471
|
metadata: {
|
8472
|
-
id: string;
|
8473
8472
|
name: string;
|
8473
|
+
id: string;
|
8474
8474
|
picture?: string | undefined;
|
8475
8475
|
additionalCredentials?: any;
|
8476
8476
|
};
|
@@ -8532,9 +8532,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8532
8532
|
extensionName: string;
|
8533
8533
|
telephonySignature: string | null;
|
8534
8534
|
user?: {
|
8535
|
+
name: string;
|
8535
8536
|
id: string;
|
8536
8537
|
address: string | null;
|
8537
|
-
name: string;
|
8538
8538
|
email: string;
|
8539
8539
|
createdAt: Date;
|
8540
8540
|
updatedAt: Date;
|
@@ -8581,9 +8581,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8581
8581
|
queueName?: string | null | undefined;
|
8582
8582
|
} | null;
|
8583
8583
|
firstAssignee: {
|
8584
|
+
name: string;
|
8584
8585
|
id: string;
|
8585
8586
|
address: string | null;
|
8586
|
-
name: string;
|
8587
8587
|
email: string;
|
8588
8588
|
createdAt: Date;
|
8589
8589
|
updatedAt: Date;
|
@@ -8625,9 +8625,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8625
8625
|
};
|
8626
8626
|
} | null;
|
8627
8627
|
agent: {
|
8628
|
+
name: string;
|
8628
8629
|
id: string;
|
8629
8630
|
address: string | null;
|
8630
|
-
name: string;
|
8631
8631
|
email: string;
|
8632
8632
|
createdAt: Date;
|
8633
8633
|
updatedAt: Date;
|
@@ -8669,9 +8669,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8669
8669
|
};
|
8670
8670
|
} | null;
|
8671
8671
|
closedAssignee: {
|
8672
|
+
name: string;
|
8672
8673
|
id: string;
|
8673
8674
|
address: string | null;
|
8674
|
-
name: string;
|
8675
8675
|
email: string;
|
8676
8676
|
createdAt: Date;
|
8677
8677
|
updatedAt: Date;
|