@kl1/contracts 1.2.40-uat → 1.2.42-uat
Sign up to get free protection for your applications and to get access to all the features.
- 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 +604 -467
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +24 -16
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +30 -20
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +4152 -3922
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +1206 -1128
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +824 -745
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- 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 +10973 -10079
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +327 -248
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +261 -204
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- 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 +814 -708
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +71 -64
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +71 -66
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +679 -596
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +683 -608
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +59 -50
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2463 -2463
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1474 -1474
- 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 +12 -12
- 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 +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
- package/dist/api-contracts/src/messenger/index.d.ts +682 -599
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +67 -62
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- 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/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 +102 -86
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- 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 +190 -190
- package/dist/api-contracts/src/subscription/schema.d.ts +222 -222
- 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 +617 -556
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- 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 +186 -186
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
- 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 +629 -568
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +623 -562
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- 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 +633 -562
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- 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 +250 -232
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- 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 +13 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -52,13 +52,13 @@ export declare const chatContract: {
|
|
52
52
|
picture: z.ZodOptional<z.ZodString>;
|
53
53
|
additionalCredentials: z.ZodAny;
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
55
|
-
name: string;
|
56
55
|
id: string;
|
56
|
+
name: string;
|
57
57
|
picture?: string | undefined;
|
58
58
|
additionalCredentials?: any;
|
59
59
|
}, {
|
60
|
-
name: string;
|
61
60
|
id: string;
|
61
|
+
name: string;
|
62
62
|
picture?: string | undefined;
|
63
63
|
additionalCredentials?: any;
|
64
64
|
}>;
|
@@ -80,14 +80,14 @@ export declare const chatContract: {
|
|
80
80
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
81
81
|
name: z.ZodString;
|
82
82
|
}, "strip", z.ZodTypeAny, {
|
83
|
-
name: string;
|
84
83
|
id: string;
|
84
|
+
name: string;
|
85
85
|
createdAt: Date;
|
86
86
|
updatedAt: Date;
|
87
87
|
deletedAt: Date | null;
|
88
88
|
}, {
|
89
|
-
name: string;
|
90
89
|
id: string;
|
90
|
+
name: string;
|
91
91
|
createdAt: Date;
|
92
92
|
updatedAt: Date;
|
93
93
|
deletedAt: Date | null;
|
@@ -243,8 +243,8 @@ export declare const chatContract: {
|
|
243
243
|
createdAt: Date;
|
244
244
|
updatedAt: Date;
|
245
245
|
deletedAt: Date | null;
|
246
|
-
name?: string | undefined;
|
247
246
|
address?: string | null | undefined;
|
247
|
+
name?: string | undefined;
|
248
248
|
phone?: string | null | undefined;
|
249
249
|
industry?: string | null | undefined;
|
250
250
|
}, {
|
@@ -252,8 +252,8 @@ export declare const chatContract: {
|
|
252
252
|
createdAt: Date;
|
253
253
|
updatedAt: Date;
|
254
254
|
deletedAt: Date | null;
|
255
|
-
name?: string | undefined;
|
256
255
|
address?: string | null | undefined;
|
256
|
+
name?: string | undefined;
|
257
257
|
phone?: string | null | undefined;
|
258
258
|
industry?: string | null | undefined;
|
259
259
|
}>>;
|
@@ -271,13 +271,13 @@ export declare const chatContract: {
|
|
271
271
|
picture: z.ZodOptional<z.ZodString>;
|
272
272
|
additionalCredentials: z.ZodAny;
|
273
273
|
}, "strip", z.ZodTypeAny, {
|
274
|
-
name: string;
|
275
274
|
id: string;
|
275
|
+
name: string;
|
276
276
|
picture?: string | undefined;
|
277
277
|
additionalCredentials?: any;
|
278
278
|
}, {
|
279
|
-
name: string;
|
280
279
|
id: string;
|
280
|
+
name: string;
|
281
281
|
picture?: string | undefined;
|
282
282
|
additionalCredentials?: any;
|
283
283
|
}>;
|
@@ -285,8 +285,8 @@ export declare const chatContract: {
|
|
285
285
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
286
286
|
id: string;
|
287
287
|
metadata: {
|
288
|
-
name: string;
|
289
288
|
id: string;
|
289
|
+
name: string;
|
290
290
|
picture?: string | undefined;
|
291
291
|
additionalCredentials?: any;
|
292
292
|
};
|
@@ -299,8 +299,8 @@ export declare const chatContract: {
|
|
299
299
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
300
300
|
id: string;
|
301
301
|
metadata: {
|
302
|
-
name: string;
|
303
302
|
id: string;
|
303
|
+
name: string;
|
304
304
|
picture?: string | undefined;
|
305
305
|
additionalCredentials?: any;
|
306
306
|
};
|
@@ -610,10 +610,10 @@ export declare const chatContract: {
|
|
610
610
|
};
|
611
611
|
}>, "many">>;
|
612
612
|
}, "strip", z.ZodTypeAny, {
|
613
|
-
name: string;
|
614
613
|
id: string;
|
615
614
|
channel: string | null;
|
616
615
|
address: string | null;
|
616
|
+
name: string;
|
617
617
|
createdAt: Date;
|
618
618
|
updatedAt: Date;
|
619
619
|
deletedAt: Date | null;
|
@@ -658,8 +658,8 @@ export declare const chatContract: {
|
|
658
658
|
createdAt: Date;
|
659
659
|
updatedAt: Date;
|
660
660
|
deletedAt: Date | null;
|
661
|
-
name?: string | undefined;
|
662
661
|
address?: string | null | undefined;
|
662
|
+
name?: string | undefined;
|
663
663
|
phone?: string | null | undefined;
|
664
664
|
industry?: string | null | undefined;
|
665
665
|
} | null;
|
@@ -667,8 +667,8 @@ export declare const chatContract: {
|
|
667
667
|
contactProfile: string | null;
|
668
668
|
socialProfileUrl: string | null;
|
669
669
|
tags: {
|
670
|
-
name: string;
|
671
670
|
id: string;
|
671
|
+
name: string;
|
672
672
|
createdAt: Date;
|
673
673
|
updatedAt: Date;
|
674
674
|
deletedAt: Date | null;
|
@@ -693,8 +693,8 @@ export declare const chatContract: {
|
|
693
693
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
694
694
|
id: string;
|
695
695
|
metadata: {
|
696
|
-
name: string;
|
697
696
|
id: string;
|
697
|
+
name: string;
|
698
698
|
picture?: string | undefined;
|
699
699
|
additionalCredentials?: any;
|
700
700
|
};
|
@@ -721,10 +721,10 @@ export declare const chatContract: {
|
|
721
721
|
};
|
722
722
|
}[] | undefined;
|
723
723
|
}, {
|
724
|
-
name: string;
|
725
724
|
id: string;
|
726
725
|
channel: string | null;
|
727
726
|
address: string | null;
|
727
|
+
name: string;
|
728
728
|
createdAt: Date;
|
729
729
|
updatedAt: Date;
|
730
730
|
deletedAt: Date | null;
|
@@ -769,8 +769,8 @@ export declare const chatContract: {
|
|
769
769
|
createdAt: Date;
|
770
770
|
updatedAt: Date;
|
771
771
|
deletedAt: Date | null;
|
772
|
-
name?: string | undefined;
|
773
772
|
address?: string | null | undefined;
|
773
|
+
name?: string | undefined;
|
774
774
|
phone?: string | null | undefined;
|
775
775
|
industry?: string | null | undefined;
|
776
776
|
} | null;
|
@@ -778,8 +778,8 @@ export declare const chatContract: {
|
|
778
778
|
contactProfile: string | null;
|
779
779
|
socialProfileUrl: string | null;
|
780
780
|
tags: {
|
781
|
-
name: string;
|
782
781
|
id: string;
|
782
|
+
name: string;
|
783
783
|
createdAt: Date;
|
784
784
|
updatedAt: Date;
|
785
785
|
deletedAt: Date | null;
|
@@ -804,8 +804,8 @@ export declare const chatContract: {
|
|
804
804
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
805
805
|
id: string;
|
806
806
|
metadata: {
|
807
|
-
name: string;
|
808
807
|
id: string;
|
808
|
+
name: string;
|
809
809
|
picture?: string | undefined;
|
810
810
|
additionalCredentials?: any;
|
811
811
|
};
|
@@ -836,8 +836,8 @@ export declare const chatContract: {
|
|
836
836
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
837
837
|
id: string;
|
838
838
|
metadata: {
|
839
|
-
name: string;
|
840
839
|
id: string;
|
840
|
+
name: string;
|
841
841
|
picture?: string | undefined;
|
842
842
|
additionalCredentials?: any;
|
843
843
|
};
|
@@ -845,10 +845,10 @@ export declare const chatContract: {
|
|
845
845
|
updatedAt: Date;
|
846
846
|
deletedAt: Date | null;
|
847
847
|
contact: {
|
848
|
-
name: string;
|
849
848
|
id: string;
|
850
849
|
channel: string | null;
|
851
850
|
address: string | null;
|
851
|
+
name: string;
|
852
852
|
createdAt: Date;
|
853
853
|
updatedAt: Date;
|
854
854
|
deletedAt: Date | null;
|
@@ -893,8 +893,8 @@ export declare const chatContract: {
|
|
893
893
|
createdAt: Date;
|
894
894
|
updatedAt: Date;
|
895
895
|
deletedAt: Date | null;
|
896
|
-
name?: string | undefined;
|
897
896
|
address?: string | null | undefined;
|
897
|
+
name?: string | undefined;
|
898
898
|
phone?: string | null | undefined;
|
899
899
|
industry?: string | null | undefined;
|
900
900
|
} | null;
|
@@ -902,8 +902,8 @@ export declare const chatContract: {
|
|
902
902
|
contactProfile: string | null;
|
903
903
|
socialProfileUrl: string | null;
|
904
904
|
tags: {
|
905
|
-
name: string;
|
906
905
|
id: string;
|
906
|
+
name: string;
|
907
907
|
createdAt: Date;
|
908
908
|
updatedAt: Date;
|
909
909
|
deletedAt: Date | null;
|
@@ -928,8 +928,8 @@ export declare const chatContract: {
|
|
928
928
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
929
929
|
id: string;
|
930
930
|
metadata: {
|
931
|
-
name: string;
|
932
931
|
id: string;
|
932
|
+
name: string;
|
933
933
|
picture?: string | undefined;
|
934
934
|
additionalCredentials?: any;
|
935
935
|
};
|
@@ -962,8 +962,8 @@ export declare const chatContract: {
|
|
962
962
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
963
963
|
id: string;
|
964
964
|
metadata: {
|
965
|
-
name: string;
|
966
965
|
id: string;
|
966
|
+
name: string;
|
967
967
|
picture?: string | undefined;
|
968
968
|
additionalCredentials?: any;
|
969
969
|
};
|
@@ -971,10 +971,10 @@ export declare const chatContract: {
|
|
971
971
|
updatedAt: Date;
|
972
972
|
deletedAt: Date | null;
|
973
973
|
contact: {
|
974
|
-
name: string;
|
975
974
|
id: string;
|
976
975
|
channel: string | null;
|
977
976
|
address: string | null;
|
977
|
+
name: string;
|
978
978
|
createdAt: Date;
|
979
979
|
updatedAt: Date;
|
980
980
|
deletedAt: Date | null;
|
@@ -1019,8 +1019,8 @@ export declare const chatContract: {
|
|
1019
1019
|
createdAt: Date;
|
1020
1020
|
updatedAt: Date;
|
1021
1021
|
deletedAt: Date | null;
|
1022
|
-
name?: string | undefined;
|
1023
1022
|
address?: string | null | undefined;
|
1023
|
+
name?: string | undefined;
|
1024
1024
|
phone?: string | null | undefined;
|
1025
1025
|
industry?: string | null | undefined;
|
1026
1026
|
} | null;
|
@@ -1028,8 +1028,8 @@ export declare const chatContract: {
|
|
1028
1028
|
contactProfile: string | null;
|
1029
1029
|
socialProfileUrl: string | null;
|
1030
1030
|
tags: {
|
1031
|
-
name: string;
|
1032
1031
|
id: string;
|
1032
|
+
name: string;
|
1033
1033
|
createdAt: Date;
|
1034
1034
|
updatedAt: Date;
|
1035
1035
|
deletedAt: Date | null;
|
@@ -1054,8 +1054,8 @@ export declare const chatContract: {
|
|
1054
1054
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1055
1055
|
id: string;
|
1056
1056
|
metadata: {
|
1057
|
-
name: string;
|
1058
1057
|
id: string;
|
1058
|
+
name: string;
|
1059
1059
|
picture?: string | undefined;
|
1060
1060
|
additionalCredentials?: any;
|
1061
1061
|
};
|
@@ -1203,9 +1203,9 @@ export declare const chatContract: {
|
|
1203
1203
|
telephonySignature: string | null;
|
1204
1204
|
}>;
|
1205
1205
|
}, "strip", z.ZodTypeAny, {
|
1206
|
-
name: string;
|
1207
1206
|
id: string;
|
1208
1207
|
address: string | null;
|
1208
|
+
name: string;
|
1209
1209
|
email: string;
|
1210
1210
|
createdAt: Date;
|
1211
1211
|
updatedAt: Date;
|
@@ -1246,9 +1246,9 @@ export declare const chatContract: {
|
|
1246
1246
|
telephonySignature: string | null;
|
1247
1247
|
};
|
1248
1248
|
}, {
|
1249
|
-
name: string;
|
1250
1249
|
id: string;
|
1251
1250
|
address: string | null;
|
1251
|
+
name: string;
|
1252
1252
|
email: string;
|
1253
1253
|
createdAt: Date;
|
1254
1254
|
updatedAt: Date;
|
@@ -1407,9 +1407,9 @@ export declare const chatContract: {
|
|
1407
1407
|
telephonySignature: string | null;
|
1408
1408
|
}>;
|
1409
1409
|
}, "strip", z.ZodTypeAny, {
|
1410
|
-
name: string;
|
1411
1410
|
id: string;
|
1412
1411
|
address: string | null;
|
1412
|
+
name: string;
|
1413
1413
|
email: string;
|
1414
1414
|
createdAt: Date;
|
1415
1415
|
updatedAt: Date;
|
@@ -1450,9 +1450,9 @@ export declare const chatContract: {
|
|
1450
1450
|
telephonySignature: string | null;
|
1451
1451
|
};
|
1452
1452
|
}, {
|
1453
|
-
name: string;
|
1454
1453
|
id: string;
|
1455
1454
|
address: string | null;
|
1455
|
+
name: string;
|
1456
1456
|
email: string;
|
1457
1457
|
createdAt: Date;
|
1458
1458
|
updatedAt: Date;
|
@@ -1556,9 +1556,10 @@ export declare const chatContract: {
|
|
1556
1556
|
}>>;
|
1557
1557
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1558
1558
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1559
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1559
1560
|
}, "strip", z.ZodTypeAny, {
|
1560
|
-
name: string;
|
1561
1561
|
id: string;
|
1562
|
+
name: string;
|
1562
1563
|
accessToken?: string | undefined;
|
1563
1564
|
channelSecret?: string | undefined;
|
1564
1565
|
additionalCredentials?: any;
|
@@ -1582,9 +1583,10 @@ export declare const chatContract: {
|
|
1582
1583
|
} | undefined;
|
1583
1584
|
lineRichMenuId?: string | null | undefined;
|
1584
1585
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1586
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1585
1587
|
}, {
|
1586
|
-
name: string;
|
1587
1588
|
id: string;
|
1589
|
+
name: string;
|
1588
1590
|
accessToken?: string | undefined;
|
1589
1591
|
channelSecret?: string | undefined;
|
1590
1592
|
additionalCredentials?: any;
|
@@ -1608,6 +1610,7 @@ export declare const chatContract: {
|
|
1608
1610
|
} | undefined;
|
1609
1611
|
lineRichMenuId?: string | null | undefined;
|
1610
1612
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1613
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1611
1614
|
}>;
|
1612
1615
|
brandName: z.ZodString;
|
1613
1616
|
platformId: z.ZodString;
|
@@ -1622,14 +1625,14 @@ export declare const chatContract: {
|
|
1622
1625
|
integrationId: z.ZodString;
|
1623
1626
|
accessToken: z.ZodString;
|
1624
1627
|
}, "strip", z.ZodTypeAny, {
|
1625
|
-
name: string;
|
1626
1628
|
id: string;
|
1629
|
+
name: string;
|
1627
1630
|
accessToken: string;
|
1628
1631
|
botId: string;
|
1629
1632
|
integrationId: string;
|
1630
1633
|
}, {
|
1631
|
-
name: string;
|
1632
1634
|
id: string;
|
1635
|
+
name: string;
|
1633
1636
|
accessToken: string;
|
1634
1637
|
botId: string;
|
1635
1638
|
integrationId: string;
|
@@ -1752,9 +1755,9 @@ export declare const chatContract: {
|
|
1752
1755
|
telephonySignature: string | null;
|
1753
1756
|
}>;
|
1754
1757
|
}, "strip", z.ZodTypeAny, {
|
1755
|
-
name: string;
|
1756
1758
|
id: string;
|
1757
1759
|
address: string | null;
|
1760
|
+
name: string;
|
1758
1761
|
email: string;
|
1759
1762
|
createdAt: Date;
|
1760
1763
|
updatedAt: Date;
|
@@ -1795,9 +1798,9 @@ export declare const chatContract: {
|
|
1795
1798
|
telephonySignature: string | null;
|
1796
1799
|
};
|
1797
1800
|
}, {
|
1798
|
-
name: string;
|
1799
1801
|
id: string;
|
1800
1802
|
address: string | null;
|
1803
|
+
name: string;
|
1801
1804
|
email: string;
|
1802
1805
|
createdAt: Date;
|
1803
1806
|
updatedAt: Date;
|
@@ -1839,12 +1842,12 @@ export declare const chatContract: {
|
|
1839
1842
|
};
|
1840
1843
|
}>;
|
1841
1844
|
}, "strip", z.ZodTypeAny, {
|
1842
|
-
name: string;
|
1843
1845
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1844
1846
|
id: string;
|
1847
|
+
name: string;
|
1845
1848
|
metadata: {
|
1846
|
-
name: string;
|
1847
1849
|
id: string;
|
1850
|
+
name: string;
|
1848
1851
|
accessToken?: string | undefined;
|
1849
1852
|
channelSecret?: string | undefined;
|
1850
1853
|
additionalCredentials?: any;
|
@@ -1868,15 +1871,16 @@ export declare const chatContract: {
|
|
1868
1871
|
} | undefined;
|
1869
1872
|
lineRichMenuId?: string | null | undefined;
|
1870
1873
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1874
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1871
1875
|
};
|
1872
1876
|
status: boolean;
|
1873
1877
|
createdAt: Date;
|
1874
1878
|
updatedAt: Date;
|
1875
1879
|
deletedAt: Date | null;
|
1876
1880
|
actor: {
|
1877
|
-
name: string;
|
1878
1881
|
id: string;
|
1879
1882
|
address: string | null;
|
1883
|
+
name: string;
|
1880
1884
|
email: string;
|
1881
1885
|
createdAt: Date;
|
1882
1886
|
updatedAt: Date;
|
@@ -1923,19 +1927,19 @@ export declare const chatContract: {
|
|
1923
1927
|
connectedUserName: string;
|
1924
1928
|
connectedUserId: string;
|
1925
1929
|
botpressBot: {
|
1926
|
-
name: string;
|
1927
1930
|
id: string;
|
1931
|
+
name: string;
|
1928
1932
|
accessToken: string;
|
1929
1933
|
botId: string;
|
1930
1934
|
integrationId: string;
|
1931
1935
|
} | null;
|
1932
1936
|
}, {
|
1933
|
-
name: string;
|
1934
1937
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1935
1938
|
id: string;
|
1939
|
+
name: string;
|
1936
1940
|
metadata: {
|
1937
|
-
name: string;
|
1938
1941
|
id: string;
|
1942
|
+
name: string;
|
1939
1943
|
accessToken?: string | undefined;
|
1940
1944
|
channelSecret?: string | undefined;
|
1941
1945
|
additionalCredentials?: any;
|
@@ -1959,15 +1963,16 @@ export declare const chatContract: {
|
|
1959
1963
|
} | undefined;
|
1960
1964
|
lineRichMenuId?: string | null | undefined;
|
1961
1965
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1966
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
1962
1967
|
};
|
1963
1968
|
status: boolean;
|
1964
1969
|
createdAt: Date;
|
1965
1970
|
updatedAt: Date;
|
1966
1971
|
deletedAt: Date | null;
|
1967
1972
|
actor: {
|
1968
|
-
name: string;
|
1969
1973
|
id: string;
|
1970
1974
|
address: string | null;
|
1975
|
+
name: string;
|
1971
1976
|
email: string;
|
1972
1977
|
createdAt: Date;
|
1973
1978
|
updatedAt: Date;
|
@@ -2014,8 +2019,8 @@ export declare const chatContract: {
|
|
2014
2019
|
connectedUserName: string;
|
2015
2020
|
connectedUserId: string;
|
2016
2021
|
botpressBot: {
|
2017
|
-
name: string;
|
2018
2022
|
id: string;
|
2023
|
+
name: string;
|
2019
2024
|
accessToken: string;
|
2020
2025
|
botId: string;
|
2021
2026
|
integrationId: string;
|
@@ -2056,14 +2061,14 @@ export declare const chatContract: {
|
|
2056
2061
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2057
2062
|
name: z.ZodString;
|
2058
2063
|
}, "strip", z.ZodTypeAny, {
|
2059
|
-
name: string;
|
2060
2064
|
id: string;
|
2065
|
+
name: string;
|
2061
2066
|
createdAt: Date;
|
2062
2067
|
updatedAt: Date;
|
2063
2068
|
deletedAt: Date | null;
|
2064
2069
|
}, {
|
2065
|
-
name: string;
|
2066
2070
|
id: string;
|
2071
|
+
name: string;
|
2067
2072
|
createdAt: Date;
|
2068
2073
|
updatedAt: Date;
|
2069
2074
|
deletedAt: Date | null;
|
@@ -2234,8 +2239,8 @@ export declare const chatContract: {
|
|
2234
2239
|
}[];
|
2235
2240
|
}[];
|
2236
2241
|
tags: {
|
2237
|
-
name: string;
|
2238
2242
|
id: string;
|
2243
|
+
name: string;
|
2239
2244
|
createdAt: Date;
|
2240
2245
|
updatedAt: Date;
|
2241
2246
|
deletedAt: Date | null;
|
@@ -2285,8 +2290,8 @@ export declare const chatContract: {
|
|
2285
2290
|
}[];
|
2286
2291
|
}[];
|
2287
2292
|
tags: {
|
2288
|
-
name: string;
|
2289
2293
|
id: string;
|
2294
|
+
name: string;
|
2290
2295
|
createdAt: Date;
|
2291
2296
|
updatedAt: Date;
|
2292
2297
|
deletedAt: Date | null;
|
@@ -2324,16 +2329,16 @@ export declare const chatContract: {
|
|
2324
2329
|
position: z.ZodNumber;
|
2325
2330
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
2326
2331
|
}, "strip", z.ZodTypeAny, {
|
2327
|
-
name: string;
|
2328
2332
|
id: string;
|
2333
|
+
name: string;
|
2329
2334
|
position: number;
|
2330
2335
|
createdAt: Date;
|
2331
2336
|
updatedAt: Date;
|
2332
2337
|
deletedAt: Date | null;
|
2333
2338
|
isDefault: boolean;
|
2334
2339
|
}, {
|
2335
|
-
name: string;
|
2336
2340
|
id: string;
|
2341
|
+
name: string;
|
2337
2342
|
position: number;
|
2338
2343
|
createdAt: Date;
|
2339
2344
|
updatedAt: Date;
|
@@ -2349,8 +2354,8 @@ export declare const chatContract: {
|
|
2349
2354
|
endedAt: string | null;
|
2350
2355
|
duration: number | null;
|
2351
2356
|
holdLabel?: {
|
2352
|
-
name: string;
|
2353
2357
|
id: string;
|
2358
|
+
name: string;
|
2354
2359
|
position: number;
|
2355
2360
|
createdAt: Date;
|
2356
2361
|
updatedAt: Date;
|
@@ -2366,8 +2371,8 @@ export declare const chatContract: {
|
|
2366
2371
|
endedAt: string | null;
|
2367
2372
|
duration: number | null;
|
2368
2373
|
holdLabel?: {
|
2369
|
-
name: string;
|
2370
2374
|
id: string;
|
2375
|
+
name: string;
|
2371
2376
|
position: number;
|
2372
2377
|
createdAt: Date;
|
2373
2378
|
updatedAt: Date;
|
@@ -2425,8 +2430,8 @@ export declare const chatContract: {
|
|
2425
2430
|
}[];
|
2426
2431
|
}[];
|
2427
2432
|
tags: {
|
2428
|
-
name: string;
|
2429
2433
|
id: string;
|
2434
|
+
name: string;
|
2430
2435
|
createdAt: Date;
|
2431
2436
|
updatedAt: Date;
|
2432
2437
|
deletedAt: Date | null;
|
@@ -2456,8 +2461,8 @@ export declare const chatContract: {
|
|
2456
2461
|
endedAt: string | null;
|
2457
2462
|
duration: number | null;
|
2458
2463
|
holdLabel?: {
|
2459
|
-
name: string;
|
2460
2464
|
id: string;
|
2465
|
+
name: string;
|
2461
2466
|
position: number;
|
2462
2467
|
createdAt: Date;
|
2463
2468
|
updatedAt: Date;
|
@@ -2515,8 +2520,8 @@ export declare const chatContract: {
|
|
2515
2520
|
}[];
|
2516
2521
|
}[];
|
2517
2522
|
tags: {
|
2518
|
-
name: string;
|
2519
2523
|
id: string;
|
2524
|
+
name: string;
|
2520
2525
|
createdAt: Date;
|
2521
2526
|
updatedAt: Date;
|
2522
2527
|
deletedAt: Date | null;
|
@@ -2546,8 +2551,8 @@ export declare const chatContract: {
|
|
2546
2551
|
endedAt: string | null;
|
2547
2552
|
duration: number | null;
|
2548
2553
|
holdLabel?: {
|
2549
|
-
name: string;
|
2550
2554
|
id: string;
|
2555
|
+
name: string;
|
2551
2556
|
position: number;
|
2552
2557
|
createdAt: Date;
|
2553
2558
|
updatedAt: Date;
|
@@ -2565,17 +2570,17 @@ export declare const chatContract: {
|
|
2565
2570
|
isActive: z.ZodBoolean;
|
2566
2571
|
type: z.ZodString;
|
2567
2572
|
}, "strip", z.ZodTypeAny, {
|
2568
|
-
name: string;
|
2569
2573
|
type: string;
|
2570
2574
|
id: string;
|
2575
|
+
name: string;
|
2571
2576
|
createdAt: Date;
|
2572
2577
|
updatedAt: Date;
|
2573
2578
|
deletedAt: Date | null;
|
2574
2579
|
isActive: boolean;
|
2575
2580
|
}, {
|
2576
|
-
name: string;
|
2577
2581
|
type: string;
|
2578
2582
|
id: string;
|
2583
|
+
name: string;
|
2579
2584
|
createdAt: Date;
|
2580
2585
|
updatedAt: Date;
|
2581
2586
|
deletedAt: Date | null;
|
@@ -2585,12 +2590,12 @@ export declare const chatContract: {
|
|
2585
2590
|
}, "strip", z.ZodTypeAny, {
|
2586
2591
|
id: string;
|
2587
2592
|
channel: {
|
2588
|
-
name: string;
|
2589
2593
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2590
2594
|
id: string;
|
2595
|
+
name: string;
|
2591
2596
|
metadata: {
|
2592
|
-
name: string;
|
2593
2597
|
id: string;
|
2598
|
+
name: string;
|
2594
2599
|
accessToken?: string | undefined;
|
2595
2600
|
channelSecret?: string | undefined;
|
2596
2601
|
additionalCredentials?: any;
|
@@ -2614,15 +2619,16 @@ export declare const chatContract: {
|
|
2614
2619
|
} | undefined;
|
2615
2620
|
lineRichMenuId?: string | null | undefined;
|
2616
2621
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2622
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2617
2623
|
};
|
2618
2624
|
status: boolean;
|
2619
2625
|
createdAt: Date;
|
2620
2626
|
updatedAt: Date;
|
2621
2627
|
deletedAt: Date | null;
|
2622
2628
|
actor: {
|
2623
|
-
name: string;
|
2624
2629
|
id: string;
|
2625
2630
|
address: string | null;
|
2631
|
+
name: string;
|
2626
2632
|
email: string;
|
2627
2633
|
createdAt: Date;
|
2628
2634
|
updatedAt: Date;
|
@@ -2669,8 +2675,8 @@ export declare const chatContract: {
|
|
2669
2675
|
connectedUserName: string;
|
2670
2676
|
connectedUserId: string;
|
2671
2677
|
botpressBot: {
|
2672
|
-
name: string;
|
2673
2678
|
id: string;
|
2679
|
+
name: string;
|
2674
2680
|
accessToken: string;
|
2675
2681
|
botId: string;
|
2676
2682
|
integrationId: string;
|
@@ -2682,9 +2688,9 @@ export declare const chatContract: {
|
|
2682
2688
|
updatedAt: Date;
|
2683
2689
|
deletedAt: Date | null;
|
2684
2690
|
actor: {
|
2685
|
-
name: string;
|
2686
2691
|
id: string;
|
2687
2692
|
address: string | null;
|
2693
|
+
name: string;
|
2688
2694
|
email: string;
|
2689
2695
|
createdAt: Date;
|
2690
2696
|
updatedAt: Date;
|
@@ -2735,8 +2741,8 @@ export declare const chatContract: {
|
|
2735
2741
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2736
2742
|
id: string;
|
2737
2743
|
metadata: {
|
2738
|
-
name: string;
|
2739
2744
|
id: string;
|
2745
|
+
name: string;
|
2740
2746
|
picture?: string | undefined;
|
2741
2747
|
additionalCredentials?: any;
|
2742
2748
|
};
|
@@ -2744,10 +2750,10 @@ export declare const chatContract: {
|
|
2744
2750
|
updatedAt: Date;
|
2745
2751
|
deletedAt: Date | null;
|
2746
2752
|
contact: {
|
2747
|
-
name: string;
|
2748
2753
|
id: string;
|
2749
2754
|
channel: string | null;
|
2750
2755
|
address: string | null;
|
2756
|
+
name: string;
|
2751
2757
|
createdAt: Date;
|
2752
2758
|
updatedAt: Date;
|
2753
2759
|
deletedAt: Date | null;
|
@@ -2792,8 +2798,8 @@ export declare const chatContract: {
|
|
2792
2798
|
createdAt: Date;
|
2793
2799
|
updatedAt: Date;
|
2794
2800
|
deletedAt: Date | null;
|
2795
|
-
name?: string | undefined;
|
2796
2801
|
address?: string | null | undefined;
|
2802
|
+
name?: string | undefined;
|
2797
2803
|
phone?: string | null | undefined;
|
2798
2804
|
industry?: string | null | undefined;
|
2799
2805
|
} | null;
|
@@ -2801,8 +2807,8 @@ export declare const chatContract: {
|
|
2801
2807
|
contactProfile: string | null;
|
2802
2808
|
socialProfileUrl: string | null;
|
2803
2809
|
tags: {
|
2804
|
-
name: string;
|
2805
2810
|
id: string;
|
2811
|
+
name: string;
|
2806
2812
|
createdAt: Date;
|
2807
2813
|
updatedAt: Date;
|
2808
2814
|
deletedAt: Date | null;
|
@@ -2827,8 +2833,8 @@ export declare const chatContract: {
|
|
2827
2833
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2828
2834
|
id: string;
|
2829
2835
|
metadata: {
|
2830
|
-
name: string;
|
2831
2836
|
id: string;
|
2837
|
+
name: string;
|
2832
2838
|
picture?: string | undefined;
|
2833
2839
|
additionalCredentials?: any;
|
2834
2840
|
};
|
@@ -2859,9 +2865,9 @@ export declare const chatContract: {
|
|
2859
2865
|
socialPlatformId: string;
|
2860
2866
|
};
|
2861
2867
|
assignee: {
|
2862
|
-
name: string;
|
2863
2868
|
id: string;
|
2864
2869
|
address: string | null;
|
2870
|
+
name: string;
|
2865
2871
|
email: string;
|
2866
2872
|
createdAt: Date;
|
2867
2873
|
updatedAt: Date;
|
@@ -2955,8 +2961,8 @@ export declare const chatContract: {
|
|
2955
2961
|
}[];
|
2956
2962
|
}[];
|
2957
2963
|
tags: {
|
2958
|
-
name: string;
|
2959
2964
|
id: string;
|
2965
|
+
name: string;
|
2960
2966
|
createdAt: Date;
|
2961
2967
|
updatedAt: Date;
|
2962
2968
|
deletedAt: Date | null;
|
@@ -2986,8 +2992,8 @@ export declare const chatContract: {
|
|
2986
2992
|
endedAt: string | null;
|
2987
2993
|
duration: number | null;
|
2988
2994
|
holdLabel?: {
|
2989
|
-
name: string;
|
2990
2995
|
id: string;
|
2996
|
+
name: string;
|
2991
2997
|
position: number;
|
2992
2998
|
createdAt: Date;
|
2993
2999
|
updatedAt: Date;
|
@@ -2997,9 +3003,9 @@ export declare const chatContract: {
|
|
2997
3003
|
}[] | null | undefined;
|
2998
3004
|
};
|
2999
3005
|
workflowRule: {
|
3000
|
-
name: string;
|
3001
3006
|
type: string;
|
3002
3007
|
id: string;
|
3008
|
+
name: string;
|
3003
3009
|
createdAt: Date;
|
3004
3010
|
updatedAt: Date;
|
3005
3011
|
deletedAt: Date | null;
|
@@ -3009,12 +3015,12 @@ export declare const chatContract: {
|
|
3009
3015
|
}, {
|
3010
3016
|
id: string;
|
3011
3017
|
channel: {
|
3012
|
-
name: string;
|
3013
3018
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3014
3019
|
id: string;
|
3020
|
+
name: string;
|
3015
3021
|
metadata: {
|
3016
|
-
name: string;
|
3017
3022
|
id: string;
|
3023
|
+
name: string;
|
3018
3024
|
accessToken?: string | undefined;
|
3019
3025
|
channelSecret?: string | undefined;
|
3020
3026
|
additionalCredentials?: any;
|
@@ -3038,15 +3044,16 @@ export declare const chatContract: {
|
|
3038
3044
|
} | undefined;
|
3039
3045
|
lineRichMenuId?: string | null | undefined;
|
3040
3046
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3047
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3041
3048
|
};
|
3042
3049
|
status: boolean;
|
3043
3050
|
createdAt: Date;
|
3044
3051
|
updatedAt: Date;
|
3045
3052
|
deletedAt: Date | null;
|
3046
3053
|
actor: {
|
3047
|
-
name: string;
|
3048
3054
|
id: string;
|
3049
3055
|
address: string | null;
|
3056
|
+
name: string;
|
3050
3057
|
email: string;
|
3051
3058
|
createdAt: Date;
|
3052
3059
|
updatedAt: Date;
|
@@ -3093,8 +3100,8 @@ export declare const chatContract: {
|
|
3093
3100
|
connectedUserName: string;
|
3094
3101
|
connectedUserId: string;
|
3095
3102
|
botpressBot: {
|
3096
|
-
name: string;
|
3097
3103
|
id: string;
|
3104
|
+
name: string;
|
3098
3105
|
accessToken: string;
|
3099
3106
|
botId: string;
|
3100
3107
|
integrationId: string;
|
@@ -3106,9 +3113,9 @@ export declare const chatContract: {
|
|
3106
3113
|
updatedAt: Date;
|
3107
3114
|
deletedAt: Date | null;
|
3108
3115
|
actor: {
|
3109
|
-
name: string;
|
3110
3116
|
id: string;
|
3111
3117
|
address: string | null;
|
3118
|
+
name: string;
|
3112
3119
|
email: string;
|
3113
3120
|
createdAt: Date;
|
3114
3121
|
updatedAt: Date;
|
@@ -3159,8 +3166,8 @@ export declare const chatContract: {
|
|
3159
3166
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3160
3167
|
id: string;
|
3161
3168
|
metadata: {
|
3162
|
-
name: string;
|
3163
3169
|
id: string;
|
3170
|
+
name: string;
|
3164
3171
|
picture?: string | undefined;
|
3165
3172
|
additionalCredentials?: any;
|
3166
3173
|
};
|
@@ -3168,10 +3175,10 @@ export declare const chatContract: {
|
|
3168
3175
|
updatedAt: Date;
|
3169
3176
|
deletedAt: Date | null;
|
3170
3177
|
contact: {
|
3171
|
-
name: string;
|
3172
3178
|
id: string;
|
3173
3179
|
channel: string | null;
|
3174
3180
|
address: string | null;
|
3181
|
+
name: string;
|
3175
3182
|
createdAt: Date;
|
3176
3183
|
updatedAt: Date;
|
3177
3184
|
deletedAt: Date | null;
|
@@ -3216,8 +3223,8 @@ export declare const chatContract: {
|
|
3216
3223
|
createdAt: Date;
|
3217
3224
|
updatedAt: Date;
|
3218
3225
|
deletedAt: Date | null;
|
3219
|
-
name?: string | undefined;
|
3220
3226
|
address?: string | null | undefined;
|
3227
|
+
name?: string | undefined;
|
3221
3228
|
phone?: string | null | undefined;
|
3222
3229
|
industry?: string | null | undefined;
|
3223
3230
|
} | null;
|
@@ -3225,8 +3232,8 @@ export declare const chatContract: {
|
|
3225
3232
|
contactProfile: string | null;
|
3226
3233
|
socialProfileUrl: string | null;
|
3227
3234
|
tags: {
|
3228
|
-
name: string;
|
3229
3235
|
id: string;
|
3236
|
+
name: string;
|
3230
3237
|
createdAt: Date;
|
3231
3238
|
updatedAt: Date;
|
3232
3239
|
deletedAt: Date | null;
|
@@ -3251,8 +3258,8 @@ export declare const chatContract: {
|
|
3251
3258
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3252
3259
|
id: string;
|
3253
3260
|
metadata: {
|
3254
|
-
name: string;
|
3255
3261
|
id: string;
|
3262
|
+
name: string;
|
3256
3263
|
picture?: string | undefined;
|
3257
3264
|
additionalCredentials?: any;
|
3258
3265
|
};
|
@@ -3283,9 +3290,9 @@ export declare const chatContract: {
|
|
3283
3290
|
socialPlatformId: string;
|
3284
3291
|
};
|
3285
3292
|
assignee: {
|
3286
|
-
name: string;
|
3287
3293
|
id: string;
|
3288
3294
|
address: string | null;
|
3295
|
+
name: string;
|
3289
3296
|
email: string;
|
3290
3297
|
createdAt: Date;
|
3291
3298
|
updatedAt: Date;
|
@@ -3379,8 +3386,8 @@ export declare const chatContract: {
|
|
3379
3386
|
}[];
|
3380
3387
|
}[];
|
3381
3388
|
tags: {
|
3382
|
-
name: string;
|
3383
3389
|
id: string;
|
3390
|
+
name: string;
|
3384
3391
|
createdAt: Date;
|
3385
3392
|
updatedAt: Date;
|
3386
3393
|
deletedAt: Date | null;
|
@@ -3410,8 +3417,8 @@ export declare const chatContract: {
|
|
3410
3417
|
endedAt: string | null;
|
3411
3418
|
duration: number | null;
|
3412
3419
|
holdLabel?: {
|
3413
|
-
name: string;
|
3414
3420
|
id: string;
|
3421
|
+
name: string;
|
3415
3422
|
position: number;
|
3416
3423
|
createdAt: Date;
|
3417
3424
|
updatedAt: Date;
|
@@ -3421,9 +3428,9 @@ export declare const chatContract: {
|
|
3421
3428
|
}[] | null | undefined;
|
3422
3429
|
};
|
3423
3430
|
workflowRule: {
|
3424
|
-
name: string;
|
3425
3431
|
type: string;
|
3426
3432
|
id: string;
|
3433
|
+
name: string;
|
3427
3434
|
createdAt: Date;
|
3428
3435
|
updatedAt: Date;
|
3429
3436
|
deletedAt: Date | null;
|
@@ -3435,12 +3442,12 @@ export declare const chatContract: {
|
|
3435
3442
|
data: {
|
3436
3443
|
id: string;
|
3437
3444
|
channel: {
|
3438
|
-
name: string;
|
3439
3445
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3440
3446
|
id: string;
|
3447
|
+
name: string;
|
3441
3448
|
metadata: {
|
3442
|
-
name: string;
|
3443
3449
|
id: string;
|
3450
|
+
name: string;
|
3444
3451
|
accessToken?: string | undefined;
|
3445
3452
|
channelSecret?: string | undefined;
|
3446
3453
|
additionalCredentials?: any;
|
@@ -3464,15 +3471,16 @@ export declare const chatContract: {
|
|
3464
3471
|
} | undefined;
|
3465
3472
|
lineRichMenuId?: string | null | undefined;
|
3466
3473
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3474
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3467
3475
|
};
|
3468
3476
|
status: boolean;
|
3469
3477
|
createdAt: Date;
|
3470
3478
|
updatedAt: Date;
|
3471
3479
|
deletedAt: Date | null;
|
3472
3480
|
actor: {
|
3473
|
-
name: string;
|
3474
3481
|
id: string;
|
3475
3482
|
address: string | null;
|
3483
|
+
name: string;
|
3476
3484
|
email: string;
|
3477
3485
|
createdAt: Date;
|
3478
3486
|
updatedAt: Date;
|
@@ -3519,8 +3527,8 @@ export declare const chatContract: {
|
|
3519
3527
|
connectedUserName: string;
|
3520
3528
|
connectedUserId: string;
|
3521
3529
|
botpressBot: {
|
3522
|
-
name: string;
|
3523
3530
|
id: string;
|
3531
|
+
name: string;
|
3524
3532
|
accessToken: string;
|
3525
3533
|
botId: string;
|
3526
3534
|
integrationId: string;
|
@@ -3532,9 +3540,9 @@ export declare const chatContract: {
|
|
3532
3540
|
updatedAt: Date;
|
3533
3541
|
deletedAt: Date | null;
|
3534
3542
|
actor: {
|
3535
|
-
name: string;
|
3536
3543
|
id: string;
|
3537
3544
|
address: string | null;
|
3545
|
+
name: string;
|
3538
3546
|
email: string;
|
3539
3547
|
createdAt: Date;
|
3540
3548
|
updatedAt: Date;
|
@@ -3585,8 +3593,8 @@ export declare const chatContract: {
|
|
3585
3593
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3586
3594
|
id: string;
|
3587
3595
|
metadata: {
|
3588
|
-
name: string;
|
3589
3596
|
id: string;
|
3597
|
+
name: string;
|
3590
3598
|
picture?: string | undefined;
|
3591
3599
|
additionalCredentials?: any;
|
3592
3600
|
};
|
@@ -3594,10 +3602,10 @@ export declare const chatContract: {
|
|
3594
3602
|
updatedAt: Date;
|
3595
3603
|
deletedAt: Date | null;
|
3596
3604
|
contact: {
|
3597
|
-
name: string;
|
3598
3605
|
id: string;
|
3599
3606
|
channel: string | null;
|
3600
3607
|
address: string | null;
|
3608
|
+
name: string;
|
3601
3609
|
createdAt: Date;
|
3602
3610
|
updatedAt: Date;
|
3603
3611
|
deletedAt: Date | null;
|
@@ -3642,8 +3650,8 @@ export declare const chatContract: {
|
|
3642
3650
|
createdAt: Date;
|
3643
3651
|
updatedAt: Date;
|
3644
3652
|
deletedAt: Date | null;
|
3645
|
-
name?: string | undefined;
|
3646
3653
|
address?: string | null | undefined;
|
3654
|
+
name?: string | undefined;
|
3647
3655
|
phone?: string | null | undefined;
|
3648
3656
|
industry?: string | null | undefined;
|
3649
3657
|
} | null;
|
@@ -3651,8 +3659,8 @@ export declare const chatContract: {
|
|
3651
3659
|
contactProfile: string | null;
|
3652
3660
|
socialProfileUrl: string | null;
|
3653
3661
|
tags: {
|
3654
|
-
name: string;
|
3655
3662
|
id: string;
|
3663
|
+
name: string;
|
3656
3664
|
createdAt: Date;
|
3657
3665
|
updatedAt: Date;
|
3658
3666
|
deletedAt: Date | null;
|
@@ -3677,8 +3685,8 @@ export declare const chatContract: {
|
|
3677
3685
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3678
3686
|
id: string;
|
3679
3687
|
metadata: {
|
3680
|
-
name: string;
|
3681
3688
|
id: string;
|
3689
|
+
name: string;
|
3682
3690
|
picture?: string | undefined;
|
3683
3691
|
additionalCredentials?: any;
|
3684
3692
|
};
|
@@ -3709,9 +3717,9 @@ export declare const chatContract: {
|
|
3709
3717
|
socialPlatformId: string;
|
3710
3718
|
};
|
3711
3719
|
assignee: {
|
3712
|
-
name: string;
|
3713
3720
|
id: string;
|
3714
3721
|
address: string | null;
|
3722
|
+
name: string;
|
3715
3723
|
email: string;
|
3716
3724
|
createdAt: Date;
|
3717
3725
|
updatedAt: Date;
|
@@ -3805,8 +3813,8 @@ export declare const chatContract: {
|
|
3805
3813
|
}[];
|
3806
3814
|
}[];
|
3807
3815
|
tags: {
|
3808
|
-
name: string;
|
3809
3816
|
id: string;
|
3817
|
+
name: string;
|
3810
3818
|
createdAt: Date;
|
3811
3819
|
updatedAt: Date;
|
3812
3820
|
deletedAt: Date | null;
|
@@ -3836,8 +3844,8 @@ export declare const chatContract: {
|
|
3836
3844
|
endedAt: string | null;
|
3837
3845
|
duration: number | null;
|
3838
3846
|
holdLabel?: {
|
3839
|
-
name: string;
|
3840
3847
|
id: string;
|
3848
|
+
name: string;
|
3841
3849
|
position: number;
|
3842
3850
|
createdAt: Date;
|
3843
3851
|
updatedAt: Date;
|
@@ -3847,9 +3855,9 @@ export declare const chatContract: {
|
|
3847
3855
|
}[] | null | undefined;
|
3848
3856
|
};
|
3849
3857
|
workflowRule: {
|
3850
|
-
name: string;
|
3851
3858
|
type: string;
|
3852
3859
|
id: string;
|
3860
|
+
name: string;
|
3853
3861
|
createdAt: Date;
|
3854
3862
|
updatedAt: Date;
|
3855
3863
|
deletedAt: Date | null;
|
@@ -3862,12 +3870,12 @@ export declare const chatContract: {
|
|
3862
3870
|
data: {
|
3863
3871
|
id: string;
|
3864
3872
|
channel: {
|
3865
|
-
name: string;
|
3866
3873
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3867
3874
|
id: string;
|
3875
|
+
name: string;
|
3868
3876
|
metadata: {
|
3869
|
-
name: string;
|
3870
3877
|
id: string;
|
3878
|
+
name: string;
|
3871
3879
|
accessToken?: string | undefined;
|
3872
3880
|
channelSecret?: string | undefined;
|
3873
3881
|
additionalCredentials?: any;
|
@@ -3891,15 +3899,16 @@ export declare const chatContract: {
|
|
3891
3899
|
} | undefined;
|
3892
3900
|
lineRichMenuId?: string | null | undefined;
|
3893
3901
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3902
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3894
3903
|
};
|
3895
3904
|
status: boolean;
|
3896
3905
|
createdAt: Date;
|
3897
3906
|
updatedAt: Date;
|
3898
3907
|
deletedAt: Date | null;
|
3899
3908
|
actor: {
|
3900
|
-
name: string;
|
3901
3909
|
id: string;
|
3902
3910
|
address: string | null;
|
3911
|
+
name: string;
|
3903
3912
|
email: string;
|
3904
3913
|
createdAt: Date;
|
3905
3914
|
updatedAt: Date;
|
@@ -3946,8 +3955,8 @@ export declare const chatContract: {
|
|
3946
3955
|
connectedUserName: string;
|
3947
3956
|
connectedUserId: string;
|
3948
3957
|
botpressBot: {
|
3949
|
-
name: string;
|
3950
3958
|
id: string;
|
3959
|
+
name: string;
|
3951
3960
|
accessToken: string;
|
3952
3961
|
botId: string;
|
3953
3962
|
integrationId: string;
|
@@ -3959,9 +3968,9 @@ export declare const chatContract: {
|
|
3959
3968
|
updatedAt: Date;
|
3960
3969
|
deletedAt: Date | null;
|
3961
3970
|
actor: {
|
3962
|
-
name: string;
|
3963
3971
|
id: string;
|
3964
3972
|
address: string | null;
|
3973
|
+
name: string;
|
3965
3974
|
email: string;
|
3966
3975
|
createdAt: Date;
|
3967
3976
|
updatedAt: Date;
|
@@ -4012,8 +4021,8 @@ export declare const chatContract: {
|
|
4012
4021
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4013
4022
|
id: string;
|
4014
4023
|
metadata: {
|
4015
|
-
name: string;
|
4016
4024
|
id: string;
|
4025
|
+
name: string;
|
4017
4026
|
picture?: string | undefined;
|
4018
4027
|
additionalCredentials?: any;
|
4019
4028
|
};
|
@@ -4021,10 +4030,10 @@ export declare const chatContract: {
|
|
4021
4030
|
updatedAt: Date;
|
4022
4031
|
deletedAt: Date | null;
|
4023
4032
|
contact: {
|
4024
|
-
name: string;
|
4025
4033
|
id: string;
|
4026
4034
|
channel: string | null;
|
4027
4035
|
address: string | null;
|
4036
|
+
name: string;
|
4028
4037
|
createdAt: Date;
|
4029
4038
|
updatedAt: Date;
|
4030
4039
|
deletedAt: Date | null;
|
@@ -4069,8 +4078,8 @@ export declare const chatContract: {
|
|
4069
4078
|
createdAt: Date;
|
4070
4079
|
updatedAt: Date;
|
4071
4080
|
deletedAt: Date | null;
|
4072
|
-
name?: string | undefined;
|
4073
4081
|
address?: string | null | undefined;
|
4082
|
+
name?: string | undefined;
|
4074
4083
|
phone?: string | null | undefined;
|
4075
4084
|
industry?: string | null | undefined;
|
4076
4085
|
} | null;
|
@@ -4078,8 +4087,8 @@ export declare const chatContract: {
|
|
4078
4087
|
contactProfile: string | null;
|
4079
4088
|
socialProfileUrl: string | null;
|
4080
4089
|
tags: {
|
4081
|
-
name: string;
|
4082
4090
|
id: string;
|
4091
|
+
name: string;
|
4083
4092
|
createdAt: Date;
|
4084
4093
|
updatedAt: Date;
|
4085
4094
|
deletedAt: Date | null;
|
@@ -4104,8 +4113,8 @@ export declare const chatContract: {
|
|
4104
4113
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4105
4114
|
id: string;
|
4106
4115
|
metadata: {
|
4107
|
-
name: string;
|
4108
4116
|
id: string;
|
4117
|
+
name: string;
|
4109
4118
|
picture?: string | undefined;
|
4110
4119
|
additionalCredentials?: any;
|
4111
4120
|
};
|
@@ -4136,9 +4145,9 @@ export declare const chatContract: {
|
|
4136
4145
|
socialPlatformId: string;
|
4137
4146
|
};
|
4138
4147
|
assignee: {
|
4139
|
-
name: string;
|
4140
4148
|
id: string;
|
4141
4149
|
address: string | null;
|
4150
|
+
name: string;
|
4142
4151
|
email: string;
|
4143
4152
|
createdAt: Date;
|
4144
4153
|
updatedAt: Date;
|
@@ -4232,8 +4241,8 @@ export declare const chatContract: {
|
|
4232
4241
|
}[];
|
4233
4242
|
}[];
|
4234
4243
|
tags: {
|
4235
|
-
name: string;
|
4236
4244
|
id: string;
|
4245
|
+
name: string;
|
4237
4246
|
createdAt: Date;
|
4238
4247
|
updatedAt: Date;
|
4239
4248
|
deletedAt: Date | null;
|
@@ -4263,8 +4272,8 @@ export declare const chatContract: {
|
|
4263
4272
|
endedAt: string | null;
|
4264
4273
|
duration: number | null;
|
4265
4274
|
holdLabel?: {
|
4266
|
-
name: string;
|
4267
4275
|
id: string;
|
4276
|
+
name: string;
|
4268
4277
|
position: number;
|
4269
4278
|
createdAt: Date;
|
4270
4279
|
updatedAt: Date;
|
@@ -4274,9 +4283,9 @@ export declare const chatContract: {
|
|
4274
4283
|
}[] | null | undefined;
|
4275
4284
|
};
|
4276
4285
|
workflowRule: {
|
4277
|
-
name: string;
|
4278
4286
|
type: string;
|
4279
4287
|
id: string;
|
4288
|
+
name: string;
|
4280
4289
|
createdAt: Date;
|
4281
4290
|
updatedAt: Date;
|
4282
4291
|
deletedAt: Date | null;
|
@@ -4393,9 +4402,10 @@ export declare const chatContract: {
|
|
4393
4402
|
}>>;
|
4394
4403
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
4395
4404
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4405
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
4396
4406
|
}, "strip", z.ZodTypeAny, {
|
4397
|
-
name: string;
|
4398
4407
|
id: string;
|
4408
|
+
name: string;
|
4399
4409
|
accessToken?: string | undefined;
|
4400
4410
|
channelSecret?: string | undefined;
|
4401
4411
|
additionalCredentials?: any;
|
@@ -4419,9 +4429,10 @@ export declare const chatContract: {
|
|
4419
4429
|
} | undefined;
|
4420
4430
|
lineRichMenuId?: string | null | undefined;
|
4421
4431
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4432
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4422
4433
|
}, {
|
4423
|
-
name: string;
|
4424
4434
|
id: string;
|
4435
|
+
name: string;
|
4425
4436
|
accessToken?: string | undefined;
|
4426
4437
|
channelSecret?: string | undefined;
|
4427
4438
|
additionalCredentials?: any;
|
@@ -4445,6 +4456,7 @@ export declare const chatContract: {
|
|
4445
4456
|
} | undefined;
|
4446
4457
|
lineRichMenuId?: string | null | undefined;
|
4447
4458
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4459
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4448
4460
|
}>;
|
4449
4461
|
brandName: z.ZodString;
|
4450
4462
|
platformId: z.ZodString;
|
@@ -4459,14 +4471,14 @@ export declare const chatContract: {
|
|
4459
4471
|
integrationId: z.ZodString;
|
4460
4472
|
accessToken: z.ZodString;
|
4461
4473
|
}, "strip", z.ZodTypeAny, {
|
4462
|
-
name: string;
|
4463
4474
|
id: string;
|
4475
|
+
name: string;
|
4464
4476
|
accessToken: string;
|
4465
4477
|
botId: string;
|
4466
4478
|
integrationId: string;
|
4467
4479
|
}, {
|
4468
|
-
name: string;
|
4469
4480
|
id: string;
|
4481
|
+
name: string;
|
4470
4482
|
accessToken: string;
|
4471
4483
|
botId: string;
|
4472
4484
|
integrationId: string;
|
@@ -4589,9 +4601,9 @@ export declare const chatContract: {
|
|
4589
4601
|
telephonySignature: string | null;
|
4590
4602
|
}>;
|
4591
4603
|
}, "strip", z.ZodTypeAny, {
|
4592
|
-
name: string;
|
4593
4604
|
id: string;
|
4594
4605
|
address: string | null;
|
4606
|
+
name: string;
|
4595
4607
|
email: string;
|
4596
4608
|
createdAt: Date;
|
4597
4609
|
updatedAt: Date;
|
@@ -4632,9 +4644,9 @@ export declare const chatContract: {
|
|
4632
4644
|
telephonySignature: string | null;
|
4633
4645
|
};
|
4634
4646
|
}, {
|
4635
|
-
name: string;
|
4636
4647
|
id: string;
|
4637
4648
|
address: string | null;
|
4649
|
+
name: string;
|
4638
4650
|
email: string;
|
4639
4651
|
createdAt: Date;
|
4640
4652
|
updatedAt: Date;
|
@@ -4676,12 +4688,12 @@ export declare const chatContract: {
|
|
4676
4688
|
};
|
4677
4689
|
}>;
|
4678
4690
|
}, "strip", z.ZodTypeAny, {
|
4679
|
-
name: string;
|
4680
4691
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4681
4692
|
id: string;
|
4693
|
+
name: string;
|
4682
4694
|
metadata: {
|
4683
|
-
name: string;
|
4684
4695
|
id: string;
|
4696
|
+
name: string;
|
4685
4697
|
accessToken?: string | undefined;
|
4686
4698
|
channelSecret?: string | undefined;
|
4687
4699
|
additionalCredentials?: any;
|
@@ -4705,15 +4717,16 @@ export declare const chatContract: {
|
|
4705
4717
|
} | undefined;
|
4706
4718
|
lineRichMenuId?: string | null | undefined;
|
4707
4719
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4720
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4708
4721
|
};
|
4709
4722
|
status: boolean;
|
4710
4723
|
createdAt: Date;
|
4711
4724
|
updatedAt: Date;
|
4712
4725
|
deletedAt: Date | null;
|
4713
4726
|
actor: {
|
4714
|
-
name: string;
|
4715
4727
|
id: string;
|
4716
4728
|
address: string | null;
|
4729
|
+
name: string;
|
4717
4730
|
email: string;
|
4718
4731
|
createdAt: Date;
|
4719
4732
|
updatedAt: Date;
|
@@ -4760,19 +4773,19 @@ export declare const chatContract: {
|
|
4760
4773
|
connectedUserName: string;
|
4761
4774
|
connectedUserId: string;
|
4762
4775
|
botpressBot: {
|
4763
|
-
name: string;
|
4764
4776
|
id: string;
|
4777
|
+
name: string;
|
4765
4778
|
accessToken: string;
|
4766
4779
|
botId: string;
|
4767
4780
|
integrationId: string;
|
4768
4781
|
} | null;
|
4769
4782
|
}, {
|
4770
|
-
name: string;
|
4771
4783
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4772
4784
|
id: string;
|
4785
|
+
name: string;
|
4773
4786
|
metadata: {
|
4774
|
-
name: string;
|
4775
4787
|
id: string;
|
4788
|
+
name: string;
|
4776
4789
|
accessToken?: string | undefined;
|
4777
4790
|
channelSecret?: string | undefined;
|
4778
4791
|
additionalCredentials?: any;
|
@@ -4796,15 +4809,16 @@ export declare const chatContract: {
|
|
4796
4809
|
} | undefined;
|
4797
4810
|
lineRichMenuId?: string | null | undefined;
|
4798
4811
|
messengerIntegrationType?: "own" | "business" | undefined;
|
4812
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
4799
4813
|
};
|
4800
4814
|
status: boolean;
|
4801
4815
|
createdAt: Date;
|
4802
4816
|
updatedAt: Date;
|
4803
4817
|
deletedAt: Date | null;
|
4804
4818
|
actor: {
|
4805
|
-
name: string;
|
4806
4819
|
id: string;
|
4807
4820
|
address: string | null;
|
4821
|
+
name: string;
|
4808
4822
|
email: string;
|
4809
4823
|
createdAt: Date;
|
4810
4824
|
updatedAt: Date;
|
@@ -4851,8 +4865,8 @@ export declare const chatContract: {
|
|
4851
4865
|
connectedUserName: string;
|
4852
4866
|
connectedUserId: string;
|
4853
4867
|
botpressBot: {
|
4854
|
-
name: string;
|
4855
4868
|
id: string;
|
4869
|
+
name: string;
|
4856
4870
|
accessToken: string;
|
4857
4871
|
botId: string;
|
4858
4872
|
integrationId: string;
|
@@ -4981,9 +4995,9 @@ export declare const chatContract: {
|
|
4981
4995
|
telephonySignature: string | null;
|
4982
4996
|
}>;
|
4983
4997
|
}, "strip", z.ZodTypeAny, {
|
4984
|
-
name: string;
|
4985
4998
|
id: string;
|
4986
4999
|
address: string | null;
|
5000
|
+
name: string;
|
4987
5001
|
email: string;
|
4988
5002
|
createdAt: Date;
|
4989
5003
|
updatedAt: Date;
|
@@ -5024,9 +5038,9 @@ export declare const chatContract: {
|
|
5024
5038
|
telephonySignature: string | null;
|
5025
5039
|
};
|
5026
5040
|
}, {
|
5027
|
-
name: string;
|
5028
5041
|
id: string;
|
5029
5042
|
address: string | null;
|
5043
|
+
name: string;
|
5030
5044
|
email: string;
|
5031
5045
|
createdAt: Date;
|
5032
5046
|
updatedAt: Date;
|
@@ -5087,13 +5101,13 @@ export declare const chatContract: {
|
|
5087
5101
|
picture: z.ZodOptional<z.ZodString>;
|
5088
5102
|
additionalCredentials: z.ZodAny;
|
5089
5103
|
}, "strip", z.ZodTypeAny, {
|
5090
|
-
name: string;
|
5091
5104
|
id: string;
|
5105
|
+
name: string;
|
5092
5106
|
picture?: string | undefined;
|
5093
5107
|
additionalCredentials?: any;
|
5094
5108
|
}, {
|
5095
|
-
name: string;
|
5096
5109
|
id: string;
|
5110
|
+
name: string;
|
5097
5111
|
picture?: string | undefined;
|
5098
5112
|
additionalCredentials?: any;
|
5099
5113
|
}>;
|
@@ -5115,14 +5129,14 @@ export declare const chatContract: {
|
|
5115
5129
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5116
5130
|
name: z.ZodString;
|
5117
5131
|
}, "strip", z.ZodTypeAny, {
|
5118
|
-
name: string;
|
5119
5132
|
id: string;
|
5133
|
+
name: string;
|
5120
5134
|
createdAt: Date;
|
5121
5135
|
updatedAt: Date;
|
5122
5136
|
deletedAt: Date | null;
|
5123
5137
|
}, {
|
5124
|
-
name: string;
|
5125
5138
|
id: string;
|
5139
|
+
name: string;
|
5126
5140
|
createdAt: Date;
|
5127
5141
|
updatedAt: Date;
|
5128
5142
|
deletedAt: Date | null;
|
@@ -5278,8 +5292,8 @@ export declare const chatContract: {
|
|
5278
5292
|
createdAt: Date;
|
5279
5293
|
updatedAt: Date;
|
5280
5294
|
deletedAt: Date | null;
|
5281
|
-
name?: string | undefined;
|
5282
5295
|
address?: string | null | undefined;
|
5296
|
+
name?: string | undefined;
|
5283
5297
|
phone?: string | null | undefined;
|
5284
5298
|
industry?: string | null | undefined;
|
5285
5299
|
}, {
|
@@ -5287,8 +5301,8 @@ export declare const chatContract: {
|
|
5287
5301
|
createdAt: Date;
|
5288
5302
|
updatedAt: Date;
|
5289
5303
|
deletedAt: Date | null;
|
5290
|
-
name?: string | undefined;
|
5291
5304
|
address?: string | null | undefined;
|
5305
|
+
name?: string | undefined;
|
5292
5306
|
phone?: string | null | undefined;
|
5293
5307
|
industry?: string | null | undefined;
|
5294
5308
|
}>>;
|
@@ -5306,13 +5320,13 @@ export declare const chatContract: {
|
|
5306
5320
|
picture: z.ZodOptional<z.ZodString>;
|
5307
5321
|
additionalCredentials: z.ZodAny;
|
5308
5322
|
}, "strip", z.ZodTypeAny, {
|
5309
|
-
name: string;
|
5310
5323
|
id: string;
|
5324
|
+
name: string;
|
5311
5325
|
picture?: string | undefined;
|
5312
5326
|
additionalCredentials?: any;
|
5313
5327
|
}, {
|
5314
|
-
name: string;
|
5315
5328
|
id: string;
|
5329
|
+
name: string;
|
5316
5330
|
picture?: string | undefined;
|
5317
5331
|
additionalCredentials?: any;
|
5318
5332
|
}>;
|
@@ -5320,8 +5334,8 @@ export declare const chatContract: {
|
|
5320
5334
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5321
5335
|
id: string;
|
5322
5336
|
metadata: {
|
5323
|
-
name: string;
|
5324
5337
|
id: string;
|
5338
|
+
name: string;
|
5325
5339
|
picture?: string | undefined;
|
5326
5340
|
additionalCredentials?: any;
|
5327
5341
|
};
|
@@ -5334,8 +5348,8 @@ export declare const chatContract: {
|
|
5334
5348
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5335
5349
|
id: string;
|
5336
5350
|
metadata: {
|
5337
|
-
name: string;
|
5338
5351
|
id: string;
|
5352
|
+
name: string;
|
5339
5353
|
picture?: string | undefined;
|
5340
5354
|
additionalCredentials?: any;
|
5341
5355
|
};
|
@@ -5645,10 +5659,10 @@ export declare const chatContract: {
|
|
5645
5659
|
};
|
5646
5660
|
}>, "many">>;
|
5647
5661
|
}, "strip", z.ZodTypeAny, {
|
5648
|
-
name: string;
|
5649
5662
|
id: string;
|
5650
5663
|
channel: string | null;
|
5651
5664
|
address: string | null;
|
5665
|
+
name: string;
|
5652
5666
|
createdAt: Date;
|
5653
5667
|
updatedAt: Date;
|
5654
5668
|
deletedAt: Date | null;
|
@@ -5693,8 +5707,8 @@ export declare const chatContract: {
|
|
5693
5707
|
createdAt: Date;
|
5694
5708
|
updatedAt: Date;
|
5695
5709
|
deletedAt: Date | null;
|
5696
|
-
name?: string | undefined;
|
5697
5710
|
address?: string | null | undefined;
|
5711
|
+
name?: string | undefined;
|
5698
5712
|
phone?: string | null | undefined;
|
5699
5713
|
industry?: string | null | undefined;
|
5700
5714
|
} | null;
|
@@ -5702,8 +5716,8 @@ export declare const chatContract: {
|
|
5702
5716
|
contactProfile: string | null;
|
5703
5717
|
socialProfileUrl: string | null;
|
5704
5718
|
tags: {
|
5705
|
-
name: string;
|
5706
5719
|
id: string;
|
5720
|
+
name: string;
|
5707
5721
|
createdAt: Date;
|
5708
5722
|
updatedAt: Date;
|
5709
5723
|
deletedAt: Date | null;
|
@@ -5728,8 +5742,8 @@ export declare const chatContract: {
|
|
5728
5742
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5729
5743
|
id: string;
|
5730
5744
|
metadata: {
|
5731
|
-
name: string;
|
5732
5745
|
id: string;
|
5746
|
+
name: string;
|
5733
5747
|
picture?: string | undefined;
|
5734
5748
|
additionalCredentials?: any;
|
5735
5749
|
};
|
@@ -5756,10 +5770,10 @@ export declare const chatContract: {
|
|
5756
5770
|
};
|
5757
5771
|
}[] | undefined;
|
5758
5772
|
}, {
|
5759
|
-
name: string;
|
5760
5773
|
id: string;
|
5761
5774
|
channel: string | null;
|
5762
5775
|
address: string | null;
|
5776
|
+
name: string;
|
5763
5777
|
createdAt: Date;
|
5764
5778
|
updatedAt: Date;
|
5765
5779
|
deletedAt: Date | null;
|
@@ -5804,8 +5818,8 @@ export declare const chatContract: {
|
|
5804
5818
|
createdAt: Date;
|
5805
5819
|
updatedAt: Date;
|
5806
5820
|
deletedAt: Date | null;
|
5807
|
-
name?: string | undefined;
|
5808
5821
|
address?: string | null | undefined;
|
5822
|
+
name?: string | undefined;
|
5809
5823
|
phone?: string | null | undefined;
|
5810
5824
|
industry?: string | null | undefined;
|
5811
5825
|
} | null;
|
@@ -5813,8 +5827,8 @@ export declare const chatContract: {
|
|
5813
5827
|
contactProfile: string | null;
|
5814
5828
|
socialProfileUrl: string | null;
|
5815
5829
|
tags: {
|
5816
|
-
name: string;
|
5817
5830
|
id: string;
|
5831
|
+
name: string;
|
5818
5832
|
createdAt: Date;
|
5819
5833
|
updatedAt: Date;
|
5820
5834
|
deletedAt: Date | null;
|
@@ -5839,8 +5853,8 @@ export declare const chatContract: {
|
|
5839
5853
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5840
5854
|
id: string;
|
5841
5855
|
metadata: {
|
5842
|
-
name: string;
|
5843
5856
|
id: string;
|
5857
|
+
name: string;
|
5844
5858
|
picture?: string | undefined;
|
5845
5859
|
additionalCredentials?: any;
|
5846
5860
|
};
|
@@ -5871,8 +5885,8 @@ export declare const chatContract: {
|
|
5871
5885
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5872
5886
|
id: string;
|
5873
5887
|
metadata: {
|
5874
|
-
name: string;
|
5875
5888
|
id: string;
|
5889
|
+
name: string;
|
5876
5890
|
picture?: string | undefined;
|
5877
5891
|
additionalCredentials?: any;
|
5878
5892
|
};
|
@@ -5880,10 +5894,10 @@ export declare const chatContract: {
|
|
5880
5894
|
updatedAt: Date;
|
5881
5895
|
deletedAt: Date | null;
|
5882
5896
|
contact: {
|
5883
|
-
name: string;
|
5884
5897
|
id: string;
|
5885
5898
|
channel: string | null;
|
5886
5899
|
address: string | null;
|
5900
|
+
name: string;
|
5887
5901
|
createdAt: Date;
|
5888
5902
|
updatedAt: Date;
|
5889
5903
|
deletedAt: Date | null;
|
@@ -5928,8 +5942,8 @@ export declare const chatContract: {
|
|
5928
5942
|
createdAt: Date;
|
5929
5943
|
updatedAt: Date;
|
5930
5944
|
deletedAt: Date | null;
|
5931
|
-
name?: string | undefined;
|
5932
5945
|
address?: string | null | undefined;
|
5946
|
+
name?: string | undefined;
|
5933
5947
|
phone?: string | null | undefined;
|
5934
5948
|
industry?: string | null | undefined;
|
5935
5949
|
} | null;
|
@@ -5937,8 +5951,8 @@ export declare const chatContract: {
|
|
5937
5951
|
contactProfile: string | null;
|
5938
5952
|
socialProfileUrl: string | null;
|
5939
5953
|
tags: {
|
5940
|
-
name: string;
|
5941
5954
|
id: string;
|
5955
|
+
name: string;
|
5942
5956
|
createdAt: Date;
|
5943
5957
|
updatedAt: Date;
|
5944
5958
|
deletedAt: Date | null;
|
@@ -5963,8 +5977,8 @@ export declare const chatContract: {
|
|
5963
5977
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5964
5978
|
id: string;
|
5965
5979
|
metadata: {
|
5966
|
-
name: string;
|
5967
5980
|
id: string;
|
5981
|
+
name: string;
|
5968
5982
|
picture?: string | undefined;
|
5969
5983
|
additionalCredentials?: any;
|
5970
5984
|
};
|
@@ -5997,8 +6011,8 @@ export declare const chatContract: {
|
|
5997
6011
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5998
6012
|
id: string;
|
5999
6013
|
metadata: {
|
6000
|
-
name: string;
|
6001
6014
|
id: string;
|
6015
|
+
name: string;
|
6002
6016
|
picture?: string | undefined;
|
6003
6017
|
additionalCredentials?: any;
|
6004
6018
|
};
|
@@ -6006,10 +6020,10 @@ export declare const chatContract: {
|
|
6006
6020
|
updatedAt: Date;
|
6007
6021
|
deletedAt: Date | null;
|
6008
6022
|
contact: {
|
6009
|
-
name: string;
|
6010
6023
|
id: string;
|
6011
6024
|
channel: string | null;
|
6012
6025
|
address: string | null;
|
6026
|
+
name: string;
|
6013
6027
|
createdAt: Date;
|
6014
6028
|
updatedAt: Date;
|
6015
6029
|
deletedAt: Date | null;
|
@@ -6054,8 +6068,8 @@ export declare const chatContract: {
|
|
6054
6068
|
createdAt: Date;
|
6055
6069
|
updatedAt: Date;
|
6056
6070
|
deletedAt: Date | null;
|
6057
|
-
name?: string | undefined;
|
6058
6071
|
address?: string | null | undefined;
|
6072
|
+
name?: string | undefined;
|
6059
6073
|
phone?: string | null | undefined;
|
6060
6074
|
industry?: string | null | undefined;
|
6061
6075
|
} | null;
|
@@ -6063,8 +6077,8 @@ export declare const chatContract: {
|
|
6063
6077
|
contactProfile: string | null;
|
6064
6078
|
socialProfileUrl: string | null;
|
6065
6079
|
tags: {
|
6066
|
-
name: string;
|
6067
6080
|
id: string;
|
6081
|
+
name: string;
|
6068
6082
|
createdAt: Date;
|
6069
6083
|
updatedAt: Date;
|
6070
6084
|
deletedAt: Date | null;
|
@@ -6089,8 +6103,8 @@ export declare const chatContract: {
|
|
6089
6103
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6090
6104
|
id: string;
|
6091
6105
|
metadata: {
|
6092
|
-
name: string;
|
6093
6106
|
id: string;
|
6107
|
+
name: string;
|
6094
6108
|
picture?: string | undefined;
|
6095
6109
|
additionalCredentials?: any;
|
6096
6110
|
};
|
@@ -6238,9 +6252,9 @@ export declare const chatContract: {
|
|
6238
6252
|
telephonySignature: string | null;
|
6239
6253
|
}>;
|
6240
6254
|
}, "strip", z.ZodTypeAny, {
|
6241
|
-
name: string;
|
6242
6255
|
id: string;
|
6243
6256
|
address: string | null;
|
6257
|
+
name: string;
|
6244
6258
|
email: string;
|
6245
6259
|
createdAt: Date;
|
6246
6260
|
updatedAt: Date;
|
@@ -6281,9 +6295,9 @@ export declare const chatContract: {
|
|
6281
6295
|
telephonySignature: string | null;
|
6282
6296
|
};
|
6283
6297
|
}, {
|
6284
|
-
name: string;
|
6285
6298
|
id: string;
|
6286
6299
|
address: string | null;
|
6300
|
+
name: string;
|
6287
6301
|
email: string;
|
6288
6302
|
createdAt: Date;
|
6289
6303
|
updatedAt: Date;
|
@@ -6362,14 +6376,14 @@ export declare const chatContract: {
|
|
6362
6376
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6363
6377
|
name: z.ZodString;
|
6364
6378
|
}, "strip", z.ZodTypeAny, {
|
6365
|
-
name: string;
|
6366
6379
|
id: string;
|
6380
|
+
name: string;
|
6367
6381
|
createdAt: Date;
|
6368
6382
|
updatedAt: Date;
|
6369
6383
|
deletedAt: Date | null;
|
6370
6384
|
}, {
|
6371
|
-
name: string;
|
6372
6385
|
id: string;
|
6386
|
+
name: string;
|
6373
6387
|
createdAt: Date;
|
6374
6388
|
updatedAt: Date;
|
6375
6389
|
deletedAt: Date | null;
|
@@ -6540,8 +6554,8 @@ export declare const chatContract: {
|
|
6540
6554
|
}[];
|
6541
6555
|
}[];
|
6542
6556
|
tags: {
|
6543
|
-
name: string;
|
6544
6557
|
id: string;
|
6558
|
+
name: string;
|
6545
6559
|
createdAt: Date;
|
6546
6560
|
updatedAt: Date;
|
6547
6561
|
deletedAt: Date | null;
|
@@ -6591,8 +6605,8 @@ export declare const chatContract: {
|
|
6591
6605
|
}[];
|
6592
6606
|
}[];
|
6593
6607
|
tags: {
|
6594
|
-
name: string;
|
6595
6608
|
id: string;
|
6609
|
+
name: string;
|
6596
6610
|
createdAt: Date;
|
6597
6611
|
updatedAt: Date;
|
6598
6612
|
deletedAt: Date | null;
|
@@ -6630,16 +6644,16 @@ export declare const chatContract: {
|
|
6630
6644
|
position: z.ZodNumber;
|
6631
6645
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
6632
6646
|
}, "strip", z.ZodTypeAny, {
|
6633
|
-
name: string;
|
6634
6647
|
id: string;
|
6648
|
+
name: string;
|
6635
6649
|
position: number;
|
6636
6650
|
createdAt: Date;
|
6637
6651
|
updatedAt: Date;
|
6638
6652
|
deletedAt: Date | null;
|
6639
6653
|
isDefault: boolean;
|
6640
6654
|
}, {
|
6641
|
-
name: string;
|
6642
6655
|
id: string;
|
6656
|
+
name: string;
|
6643
6657
|
position: number;
|
6644
6658
|
createdAt: Date;
|
6645
6659
|
updatedAt: Date;
|
@@ -6655,8 +6669,8 @@ export declare const chatContract: {
|
|
6655
6669
|
endedAt: string | null;
|
6656
6670
|
duration: number | null;
|
6657
6671
|
holdLabel?: {
|
6658
|
-
name: string;
|
6659
6672
|
id: string;
|
6673
|
+
name: string;
|
6660
6674
|
position: number;
|
6661
6675
|
createdAt: Date;
|
6662
6676
|
updatedAt: Date;
|
@@ -6672,8 +6686,8 @@ export declare const chatContract: {
|
|
6672
6686
|
endedAt: string | null;
|
6673
6687
|
duration: number | null;
|
6674
6688
|
holdLabel?: {
|
6675
|
-
name: string;
|
6676
6689
|
id: string;
|
6690
|
+
name: string;
|
6677
6691
|
position: number;
|
6678
6692
|
createdAt: Date;
|
6679
6693
|
updatedAt: Date;
|
@@ -6731,8 +6745,8 @@ export declare const chatContract: {
|
|
6731
6745
|
}[];
|
6732
6746
|
}[];
|
6733
6747
|
tags: {
|
6734
|
-
name: string;
|
6735
6748
|
id: string;
|
6749
|
+
name: string;
|
6736
6750
|
createdAt: Date;
|
6737
6751
|
updatedAt: Date;
|
6738
6752
|
deletedAt: Date | null;
|
@@ -6762,8 +6776,8 @@ export declare const chatContract: {
|
|
6762
6776
|
endedAt: string | null;
|
6763
6777
|
duration: number | null;
|
6764
6778
|
holdLabel?: {
|
6765
|
-
name: string;
|
6766
6779
|
id: string;
|
6780
|
+
name: string;
|
6767
6781
|
position: number;
|
6768
6782
|
createdAt: Date;
|
6769
6783
|
updatedAt: Date;
|
@@ -6821,8 +6835,8 @@ export declare const chatContract: {
|
|
6821
6835
|
}[];
|
6822
6836
|
}[];
|
6823
6837
|
tags: {
|
6824
|
-
name: string;
|
6825
6838
|
id: string;
|
6839
|
+
name: string;
|
6826
6840
|
createdAt: Date;
|
6827
6841
|
updatedAt: Date;
|
6828
6842
|
deletedAt: Date | null;
|
@@ -6852,8 +6866,8 @@ export declare const chatContract: {
|
|
6852
6866
|
endedAt: string | null;
|
6853
6867
|
duration: number | null;
|
6854
6868
|
holdLabel?: {
|
6855
|
-
name: string;
|
6856
6869
|
id: string;
|
6870
|
+
name: string;
|
6857
6871
|
position: number;
|
6858
6872
|
createdAt: Date;
|
6859
6873
|
updatedAt: Date;
|
@@ -6871,17 +6885,17 @@ export declare const chatContract: {
|
|
6871
6885
|
isActive: z.ZodBoolean;
|
6872
6886
|
type: z.ZodString;
|
6873
6887
|
}, "strip", z.ZodTypeAny, {
|
6874
|
-
name: string;
|
6875
6888
|
type: string;
|
6876
6889
|
id: string;
|
6890
|
+
name: string;
|
6877
6891
|
createdAt: Date;
|
6878
6892
|
updatedAt: Date;
|
6879
6893
|
deletedAt: Date | null;
|
6880
6894
|
isActive: boolean;
|
6881
6895
|
}, {
|
6882
|
-
name: string;
|
6883
6896
|
type: string;
|
6884
6897
|
id: string;
|
6898
|
+
name: string;
|
6885
6899
|
createdAt: Date;
|
6886
6900
|
updatedAt: Date;
|
6887
6901
|
deletedAt: Date | null;
|
@@ -6892,12 +6906,12 @@ export declare const chatContract: {
|
|
6892
6906
|
}, "strip", z.ZodTypeAny, {
|
6893
6907
|
id: string;
|
6894
6908
|
channel: {
|
6895
|
-
name: string;
|
6896
6909
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6897
6910
|
id: string;
|
6911
|
+
name: string;
|
6898
6912
|
metadata: {
|
6899
|
-
name: string;
|
6900
6913
|
id: string;
|
6914
|
+
name: string;
|
6901
6915
|
accessToken?: string | undefined;
|
6902
6916
|
channelSecret?: string | undefined;
|
6903
6917
|
additionalCredentials?: any;
|
@@ -6921,15 +6935,16 @@ export declare const chatContract: {
|
|
6921
6935
|
} | undefined;
|
6922
6936
|
lineRichMenuId?: string | null | undefined;
|
6923
6937
|
messengerIntegrationType?: "own" | "business" | undefined;
|
6938
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
6924
6939
|
};
|
6925
6940
|
status: boolean;
|
6926
6941
|
createdAt: Date;
|
6927
6942
|
updatedAt: Date;
|
6928
6943
|
deletedAt: Date | null;
|
6929
6944
|
actor: {
|
6930
|
-
name: string;
|
6931
6945
|
id: string;
|
6932
6946
|
address: string | null;
|
6947
|
+
name: string;
|
6933
6948
|
email: string;
|
6934
6949
|
createdAt: Date;
|
6935
6950
|
updatedAt: Date;
|
@@ -6976,8 +6991,8 @@ export declare const chatContract: {
|
|
6976
6991
|
connectedUserName: string;
|
6977
6992
|
connectedUserId: string;
|
6978
6993
|
botpressBot: {
|
6979
|
-
name: string;
|
6980
6994
|
id: string;
|
6995
|
+
name: string;
|
6981
6996
|
accessToken: string;
|
6982
6997
|
botId: string;
|
6983
6998
|
integrationId: string;
|
@@ -6989,9 +7004,9 @@ export declare const chatContract: {
|
|
6989
7004
|
updatedAt: Date;
|
6990
7005
|
deletedAt: Date | null;
|
6991
7006
|
actor: {
|
6992
|
-
name: string;
|
6993
7007
|
id: string;
|
6994
7008
|
address: string | null;
|
7009
|
+
name: string;
|
6995
7010
|
email: string;
|
6996
7011
|
createdAt: Date;
|
6997
7012
|
updatedAt: Date;
|
@@ -7042,8 +7057,8 @@ export declare const chatContract: {
|
|
7042
7057
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7043
7058
|
id: string;
|
7044
7059
|
metadata: {
|
7045
|
-
name: string;
|
7046
7060
|
id: string;
|
7061
|
+
name: string;
|
7047
7062
|
picture?: string | undefined;
|
7048
7063
|
additionalCredentials?: any;
|
7049
7064
|
};
|
@@ -7051,10 +7066,10 @@ export declare const chatContract: {
|
|
7051
7066
|
updatedAt: Date;
|
7052
7067
|
deletedAt: Date | null;
|
7053
7068
|
contact: {
|
7054
|
-
name: string;
|
7055
7069
|
id: string;
|
7056
7070
|
channel: string | null;
|
7057
7071
|
address: string | null;
|
7072
|
+
name: string;
|
7058
7073
|
createdAt: Date;
|
7059
7074
|
updatedAt: Date;
|
7060
7075
|
deletedAt: Date | null;
|
@@ -7099,8 +7114,8 @@ export declare const chatContract: {
|
|
7099
7114
|
createdAt: Date;
|
7100
7115
|
updatedAt: Date;
|
7101
7116
|
deletedAt: Date | null;
|
7102
|
-
name?: string | undefined;
|
7103
7117
|
address?: string | null | undefined;
|
7118
|
+
name?: string | undefined;
|
7104
7119
|
phone?: string | null | undefined;
|
7105
7120
|
industry?: string | null | undefined;
|
7106
7121
|
} | null;
|
@@ -7108,8 +7123,8 @@ export declare const chatContract: {
|
|
7108
7123
|
contactProfile: string | null;
|
7109
7124
|
socialProfileUrl: string | null;
|
7110
7125
|
tags: {
|
7111
|
-
name: string;
|
7112
7126
|
id: string;
|
7127
|
+
name: string;
|
7113
7128
|
createdAt: Date;
|
7114
7129
|
updatedAt: Date;
|
7115
7130
|
deletedAt: Date | null;
|
@@ -7134,8 +7149,8 @@ export declare const chatContract: {
|
|
7134
7149
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7135
7150
|
id: string;
|
7136
7151
|
metadata: {
|
7137
|
-
name: string;
|
7138
7152
|
id: string;
|
7153
|
+
name: string;
|
7139
7154
|
picture?: string | undefined;
|
7140
7155
|
additionalCredentials?: any;
|
7141
7156
|
};
|
@@ -7166,9 +7181,9 @@ export declare const chatContract: {
|
|
7166
7181
|
socialPlatformId: string;
|
7167
7182
|
};
|
7168
7183
|
assignee: {
|
7169
|
-
name: string;
|
7170
7184
|
id: string;
|
7171
7185
|
address: string | null;
|
7186
|
+
name: string;
|
7172
7187
|
email: string;
|
7173
7188
|
createdAt: Date;
|
7174
7189
|
updatedAt: Date;
|
@@ -7262,8 +7277,8 @@ export declare const chatContract: {
|
|
7262
7277
|
}[];
|
7263
7278
|
}[];
|
7264
7279
|
tags: {
|
7265
|
-
name: string;
|
7266
7280
|
id: string;
|
7281
|
+
name: string;
|
7267
7282
|
createdAt: Date;
|
7268
7283
|
updatedAt: Date;
|
7269
7284
|
deletedAt: Date | null;
|
@@ -7293,8 +7308,8 @@ export declare const chatContract: {
|
|
7293
7308
|
endedAt: string | null;
|
7294
7309
|
duration: number | null;
|
7295
7310
|
holdLabel?: {
|
7296
|
-
name: string;
|
7297
7311
|
id: string;
|
7312
|
+
name: string;
|
7298
7313
|
position: number;
|
7299
7314
|
createdAt: Date;
|
7300
7315
|
updatedAt: Date;
|
@@ -7304,9 +7319,9 @@ export declare const chatContract: {
|
|
7304
7319
|
}[] | null | undefined;
|
7305
7320
|
};
|
7306
7321
|
workflowRule: {
|
7307
|
-
name: string;
|
7308
7322
|
type: string;
|
7309
7323
|
id: string;
|
7324
|
+
name: string;
|
7310
7325
|
createdAt: Date;
|
7311
7326
|
updatedAt: Date;
|
7312
7327
|
deletedAt: Date | null;
|
@@ -7317,12 +7332,12 @@ export declare const chatContract: {
|
|
7317
7332
|
}, {
|
7318
7333
|
id: string;
|
7319
7334
|
channel: {
|
7320
|
-
name: string;
|
7321
7335
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7322
7336
|
id: string;
|
7337
|
+
name: string;
|
7323
7338
|
metadata: {
|
7324
|
-
name: string;
|
7325
7339
|
id: string;
|
7340
|
+
name: string;
|
7326
7341
|
accessToken?: string | undefined;
|
7327
7342
|
channelSecret?: string | undefined;
|
7328
7343
|
additionalCredentials?: any;
|
@@ -7346,15 +7361,16 @@ export declare const chatContract: {
|
|
7346
7361
|
} | undefined;
|
7347
7362
|
lineRichMenuId?: string | null | undefined;
|
7348
7363
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7364
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7349
7365
|
};
|
7350
7366
|
status: boolean;
|
7351
7367
|
createdAt: Date;
|
7352
7368
|
updatedAt: Date;
|
7353
7369
|
deletedAt: Date | null;
|
7354
7370
|
actor: {
|
7355
|
-
name: string;
|
7356
7371
|
id: string;
|
7357
7372
|
address: string | null;
|
7373
|
+
name: string;
|
7358
7374
|
email: string;
|
7359
7375
|
createdAt: Date;
|
7360
7376
|
updatedAt: Date;
|
@@ -7401,8 +7417,8 @@ export declare const chatContract: {
|
|
7401
7417
|
connectedUserName: string;
|
7402
7418
|
connectedUserId: string;
|
7403
7419
|
botpressBot: {
|
7404
|
-
name: string;
|
7405
7420
|
id: string;
|
7421
|
+
name: string;
|
7406
7422
|
accessToken: string;
|
7407
7423
|
botId: string;
|
7408
7424
|
integrationId: string;
|
@@ -7414,9 +7430,9 @@ export declare const chatContract: {
|
|
7414
7430
|
updatedAt: Date;
|
7415
7431
|
deletedAt: Date | null;
|
7416
7432
|
actor: {
|
7417
|
-
name: string;
|
7418
7433
|
id: string;
|
7419
7434
|
address: string | null;
|
7435
|
+
name: string;
|
7420
7436
|
email: string;
|
7421
7437
|
createdAt: Date;
|
7422
7438
|
updatedAt: Date;
|
@@ -7467,8 +7483,8 @@ export declare const chatContract: {
|
|
7467
7483
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7468
7484
|
id: string;
|
7469
7485
|
metadata: {
|
7470
|
-
name: string;
|
7471
7486
|
id: string;
|
7487
|
+
name: string;
|
7472
7488
|
picture?: string | undefined;
|
7473
7489
|
additionalCredentials?: any;
|
7474
7490
|
};
|
@@ -7476,10 +7492,10 @@ export declare const chatContract: {
|
|
7476
7492
|
updatedAt: Date;
|
7477
7493
|
deletedAt: Date | null;
|
7478
7494
|
contact: {
|
7479
|
-
name: string;
|
7480
7495
|
id: string;
|
7481
7496
|
channel: string | null;
|
7482
7497
|
address: string | null;
|
7498
|
+
name: string;
|
7483
7499
|
createdAt: Date;
|
7484
7500
|
updatedAt: Date;
|
7485
7501
|
deletedAt: Date | null;
|
@@ -7524,8 +7540,8 @@ export declare const chatContract: {
|
|
7524
7540
|
createdAt: Date;
|
7525
7541
|
updatedAt: Date;
|
7526
7542
|
deletedAt: Date | null;
|
7527
|
-
name?: string | undefined;
|
7528
7543
|
address?: string | null | undefined;
|
7544
|
+
name?: string | undefined;
|
7529
7545
|
phone?: string | null | undefined;
|
7530
7546
|
industry?: string | null | undefined;
|
7531
7547
|
} | null;
|
@@ -7533,8 +7549,8 @@ export declare const chatContract: {
|
|
7533
7549
|
contactProfile: string | null;
|
7534
7550
|
socialProfileUrl: string | null;
|
7535
7551
|
tags: {
|
7536
|
-
name: string;
|
7537
7552
|
id: string;
|
7553
|
+
name: string;
|
7538
7554
|
createdAt: Date;
|
7539
7555
|
updatedAt: Date;
|
7540
7556
|
deletedAt: Date | null;
|
@@ -7559,8 +7575,8 @@ export declare const chatContract: {
|
|
7559
7575
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7560
7576
|
id: string;
|
7561
7577
|
metadata: {
|
7562
|
-
name: string;
|
7563
7578
|
id: string;
|
7579
|
+
name: string;
|
7564
7580
|
picture?: string | undefined;
|
7565
7581
|
additionalCredentials?: any;
|
7566
7582
|
};
|
@@ -7591,9 +7607,9 @@ export declare const chatContract: {
|
|
7591
7607
|
socialPlatformId: string;
|
7592
7608
|
};
|
7593
7609
|
assignee: {
|
7594
|
-
name: string;
|
7595
7610
|
id: string;
|
7596
7611
|
address: string | null;
|
7612
|
+
name: string;
|
7597
7613
|
email: string;
|
7598
7614
|
createdAt: Date;
|
7599
7615
|
updatedAt: Date;
|
@@ -7687,8 +7703,8 @@ export declare const chatContract: {
|
|
7687
7703
|
}[];
|
7688
7704
|
}[];
|
7689
7705
|
tags: {
|
7690
|
-
name: string;
|
7691
7706
|
id: string;
|
7707
|
+
name: string;
|
7692
7708
|
createdAt: Date;
|
7693
7709
|
updatedAt: Date;
|
7694
7710
|
deletedAt: Date | null;
|
@@ -7718,8 +7734,8 @@ export declare const chatContract: {
|
|
7718
7734
|
endedAt: string | null;
|
7719
7735
|
duration: number | null;
|
7720
7736
|
holdLabel?: {
|
7721
|
-
name: string;
|
7722
7737
|
id: string;
|
7738
|
+
name: string;
|
7723
7739
|
position: number;
|
7724
7740
|
createdAt: Date;
|
7725
7741
|
updatedAt: Date;
|
@@ -7729,9 +7745,9 @@ export declare const chatContract: {
|
|
7729
7745
|
}[] | null | undefined;
|
7730
7746
|
};
|
7731
7747
|
workflowRule: {
|
7732
|
-
name: string;
|
7733
7748
|
type: string;
|
7734
7749
|
id: string;
|
7750
|
+
name: string;
|
7735
7751
|
createdAt: Date;
|
7736
7752
|
updatedAt: Date;
|
7737
7753
|
deletedAt: Date | null;
|
@@ -7744,12 +7760,12 @@ export declare const chatContract: {
|
|
7744
7760
|
data: {
|
7745
7761
|
id: string;
|
7746
7762
|
channel: {
|
7747
|
-
name: string;
|
7748
7763
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7749
7764
|
id: string;
|
7765
|
+
name: string;
|
7750
7766
|
metadata: {
|
7751
|
-
name: string;
|
7752
7767
|
id: string;
|
7768
|
+
name: string;
|
7753
7769
|
accessToken?: string | undefined;
|
7754
7770
|
channelSecret?: string | undefined;
|
7755
7771
|
additionalCredentials?: any;
|
@@ -7773,15 +7789,16 @@ export declare const chatContract: {
|
|
7773
7789
|
} | undefined;
|
7774
7790
|
lineRichMenuId?: string | null | undefined;
|
7775
7791
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7792
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7776
7793
|
};
|
7777
7794
|
status: boolean;
|
7778
7795
|
createdAt: Date;
|
7779
7796
|
updatedAt: Date;
|
7780
7797
|
deletedAt: Date | null;
|
7781
7798
|
actor: {
|
7782
|
-
name: string;
|
7783
7799
|
id: string;
|
7784
7800
|
address: string | null;
|
7801
|
+
name: string;
|
7785
7802
|
email: string;
|
7786
7803
|
createdAt: Date;
|
7787
7804
|
updatedAt: Date;
|
@@ -7828,8 +7845,8 @@ export declare const chatContract: {
|
|
7828
7845
|
connectedUserName: string;
|
7829
7846
|
connectedUserId: string;
|
7830
7847
|
botpressBot: {
|
7831
|
-
name: string;
|
7832
7848
|
id: string;
|
7849
|
+
name: string;
|
7833
7850
|
accessToken: string;
|
7834
7851
|
botId: string;
|
7835
7852
|
integrationId: string;
|
@@ -7841,9 +7858,9 @@ export declare const chatContract: {
|
|
7841
7858
|
updatedAt: Date;
|
7842
7859
|
deletedAt: Date | null;
|
7843
7860
|
actor: {
|
7844
|
-
name: string;
|
7845
7861
|
id: string;
|
7846
7862
|
address: string | null;
|
7863
|
+
name: string;
|
7847
7864
|
email: string;
|
7848
7865
|
createdAt: Date;
|
7849
7866
|
updatedAt: Date;
|
@@ -7894,8 +7911,8 @@ export declare const chatContract: {
|
|
7894
7911
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7895
7912
|
id: string;
|
7896
7913
|
metadata: {
|
7897
|
-
name: string;
|
7898
7914
|
id: string;
|
7915
|
+
name: string;
|
7899
7916
|
picture?: string | undefined;
|
7900
7917
|
additionalCredentials?: any;
|
7901
7918
|
};
|
@@ -7903,10 +7920,10 @@ export declare const chatContract: {
|
|
7903
7920
|
updatedAt: Date;
|
7904
7921
|
deletedAt: Date | null;
|
7905
7922
|
contact: {
|
7906
|
-
name: string;
|
7907
7923
|
id: string;
|
7908
7924
|
channel: string | null;
|
7909
7925
|
address: string | null;
|
7926
|
+
name: string;
|
7910
7927
|
createdAt: Date;
|
7911
7928
|
updatedAt: Date;
|
7912
7929
|
deletedAt: Date | null;
|
@@ -7951,8 +7968,8 @@ export declare const chatContract: {
|
|
7951
7968
|
createdAt: Date;
|
7952
7969
|
updatedAt: Date;
|
7953
7970
|
deletedAt: Date | null;
|
7954
|
-
name?: string | undefined;
|
7955
7971
|
address?: string | null | undefined;
|
7972
|
+
name?: string | undefined;
|
7956
7973
|
phone?: string | null | undefined;
|
7957
7974
|
industry?: string | null | undefined;
|
7958
7975
|
} | null;
|
@@ -7960,8 +7977,8 @@ export declare const chatContract: {
|
|
7960
7977
|
contactProfile: string | null;
|
7961
7978
|
socialProfileUrl: string | null;
|
7962
7979
|
tags: {
|
7963
|
-
name: string;
|
7964
7980
|
id: string;
|
7981
|
+
name: string;
|
7965
7982
|
createdAt: Date;
|
7966
7983
|
updatedAt: Date;
|
7967
7984
|
deletedAt: Date | null;
|
@@ -7986,8 +8003,8 @@ export declare const chatContract: {
|
|
7986
8003
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7987
8004
|
id: string;
|
7988
8005
|
metadata: {
|
7989
|
-
name: string;
|
7990
8006
|
id: string;
|
8007
|
+
name: string;
|
7991
8008
|
picture?: string | undefined;
|
7992
8009
|
additionalCredentials?: any;
|
7993
8010
|
};
|
@@ -8018,9 +8035,9 @@ export declare const chatContract: {
|
|
8018
8035
|
socialPlatformId: string;
|
8019
8036
|
};
|
8020
8037
|
assignee: {
|
8021
|
-
name: string;
|
8022
8038
|
id: string;
|
8023
8039
|
address: string | null;
|
8040
|
+
name: string;
|
8024
8041
|
email: string;
|
8025
8042
|
createdAt: Date;
|
8026
8043
|
updatedAt: Date;
|
@@ -8114,8 +8131,8 @@ export declare const chatContract: {
|
|
8114
8131
|
}[];
|
8115
8132
|
}[];
|
8116
8133
|
tags: {
|
8117
|
-
name: string;
|
8118
8134
|
id: string;
|
8135
|
+
name: string;
|
8119
8136
|
createdAt: Date;
|
8120
8137
|
updatedAt: Date;
|
8121
8138
|
deletedAt: Date | null;
|
@@ -8145,8 +8162,8 @@ export declare const chatContract: {
|
|
8145
8162
|
endedAt: string | null;
|
8146
8163
|
duration: number | null;
|
8147
8164
|
holdLabel?: {
|
8148
|
-
name: string;
|
8149
8165
|
id: string;
|
8166
|
+
name: string;
|
8150
8167
|
position: number;
|
8151
8168
|
createdAt: Date;
|
8152
8169
|
updatedAt: Date;
|
@@ -8156,9 +8173,9 @@ export declare const chatContract: {
|
|
8156
8173
|
}[] | null | undefined;
|
8157
8174
|
};
|
8158
8175
|
workflowRule: {
|
8159
|
-
name: string;
|
8160
8176
|
type: string;
|
8161
8177
|
id: string;
|
8178
|
+
name: string;
|
8162
8179
|
createdAt: Date;
|
8163
8180
|
updatedAt: Date;
|
8164
8181
|
deletedAt: Date | null;
|
@@ -8172,12 +8189,12 @@ export declare const chatContract: {
|
|
8172
8189
|
data: {
|
8173
8190
|
id: string;
|
8174
8191
|
channel: {
|
8175
|
-
name: string;
|
8176
8192
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8177
8193
|
id: string;
|
8194
|
+
name: string;
|
8178
8195
|
metadata: {
|
8179
|
-
name: string;
|
8180
8196
|
id: string;
|
8197
|
+
name: string;
|
8181
8198
|
accessToken?: string | undefined;
|
8182
8199
|
channelSecret?: string | undefined;
|
8183
8200
|
additionalCredentials?: any;
|
@@ -8201,15 +8218,16 @@ export declare const chatContract: {
|
|
8201
8218
|
} | undefined;
|
8202
8219
|
lineRichMenuId?: string | null | undefined;
|
8203
8220
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8221
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8204
8222
|
};
|
8205
8223
|
status: boolean;
|
8206
8224
|
createdAt: Date;
|
8207
8225
|
updatedAt: Date;
|
8208
8226
|
deletedAt: Date | null;
|
8209
8227
|
actor: {
|
8210
|
-
name: string;
|
8211
8228
|
id: string;
|
8212
8229
|
address: string | null;
|
8230
|
+
name: string;
|
8213
8231
|
email: string;
|
8214
8232
|
createdAt: Date;
|
8215
8233
|
updatedAt: Date;
|
@@ -8256,8 +8274,8 @@ export declare const chatContract: {
|
|
8256
8274
|
connectedUserName: string;
|
8257
8275
|
connectedUserId: string;
|
8258
8276
|
botpressBot: {
|
8259
|
-
name: string;
|
8260
8277
|
id: string;
|
8278
|
+
name: string;
|
8261
8279
|
accessToken: string;
|
8262
8280
|
botId: string;
|
8263
8281
|
integrationId: string;
|
@@ -8269,9 +8287,9 @@ export declare const chatContract: {
|
|
8269
8287
|
updatedAt: Date;
|
8270
8288
|
deletedAt: Date | null;
|
8271
8289
|
actor: {
|
8272
|
-
name: string;
|
8273
8290
|
id: string;
|
8274
8291
|
address: string | null;
|
8292
|
+
name: string;
|
8275
8293
|
email: string;
|
8276
8294
|
createdAt: Date;
|
8277
8295
|
updatedAt: Date;
|
@@ -8322,8 +8340,8 @@ export declare const chatContract: {
|
|
8322
8340
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8323
8341
|
id: string;
|
8324
8342
|
metadata: {
|
8325
|
-
name: string;
|
8326
8343
|
id: string;
|
8344
|
+
name: string;
|
8327
8345
|
picture?: string | undefined;
|
8328
8346
|
additionalCredentials?: any;
|
8329
8347
|
};
|
@@ -8331,10 +8349,10 @@ export declare const chatContract: {
|
|
8331
8349
|
updatedAt: Date;
|
8332
8350
|
deletedAt: Date | null;
|
8333
8351
|
contact: {
|
8334
|
-
name: string;
|
8335
8352
|
id: string;
|
8336
8353
|
channel: string | null;
|
8337
8354
|
address: string | null;
|
8355
|
+
name: string;
|
8338
8356
|
createdAt: Date;
|
8339
8357
|
updatedAt: Date;
|
8340
8358
|
deletedAt: Date | null;
|
@@ -8379,8 +8397,8 @@ export declare const chatContract: {
|
|
8379
8397
|
createdAt: Date;
|
8380
8398
|
updatedAt: Date;
|
8381
8399
|
deletedAt: Date | null;
|
8382
|
-
name?: string | undefined;
|
8383
8400
|
address?: string | null | undefined;
|
8401
|
+
name?: string | undefined;
|
8384
8402
|
phone?: string | null | undefined;
|
8385
8403
|
industry?: string | null | undefined;
|
8386
8404
|
} | null;
|
@@ -8388,8 +8406,8 @@ export declare const chatContract: {
|
|
8388
8406
|
contactProfile: string | null;
|
8389
8407
|
socialProfileUrl: string | null;
|
8390
8408
|
tags: {
|
8391
|
-
name: string;
|
8392
8409
|
id: string;
|
8410
|
+
name: string;
|
8393
8411
|
createdAt: Date;
|
8394
8412
|
updatedAt: Date;
|
8395
8413
|
deletedAt: Date | null;
|
@@ -8414,8 +8432,8 @@ export declare const chatContract: {
|
|
8414
8432
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8415
8433
|
id: string;
|
8416
8434
|
metadata: {
|
8417
|
-
name: string;
|
8418
8435
|
id: string;
|
8436
|
+
name: string;
|
8419
8437
|
picture?: string | undefined;
|
8420
8438
|
additionalCredentials?: any;
|
8421
8439
|
};
|
@@ -8446,9 +8464,9 @@ export declare const chatContract: {
|
|
8446
8464
|
socialPlatformId: string;
|
8447
8465
|
};
|
8448
8466
|
assignee: {
|
8449
|
-
name: string;
|
8450
8467
|
id: string;
|
8451
8468
|
address: string | null;
|
8469
|
+
name: string;
|
8452
8470
|
email: string;
|
8453
8471
|
createdAt: Date;
|
8454
8472
|
updatedAt: Date;
|
@@ -8542,8 +8560,8 @@ export declare const chatContract: {
|
|
8542
8560
|
}[];
|
8543
8561
|
}[];
|
8544
8562
|
tags: {
|
8545
|
-
name: string;
|
8546
8563
|
id: string;
|
8564
|
+
name: string;
|
8547
8565
|
createdAt: Date;
|
8548
8566
|
updatedAt: Date;
|
8549
8567
|
deletedAt: Date | null;
|
@@ -8573,8 +8591,8 @@ export declare const chatContract: {
|
|
8573
8591
|
endedAt: string | null;
|
8574
8592
|
duration: number | null;
|
8575
8593
|
holdLabel?: {
|
8576
|
-
name: string;
|
8577
8594
|
id: string;
|
8595
|
+
name: string;
|
8578
8596
|
position: number;
|
8579
8597
|
createdAt: Date;
|
8580
8598
|
updatedAt: Date;
|
@@ -8584,9 +8602,9 @@ export declare const chatContract: {
|
|
8584
8602
|
}[] | null | undefined;
|
8585
8603
|
};
|
8586
8604
|
workflowRule: {
|
8587
|
-
name: string;
|
8588
8605
|
type: string;
|
8589
8606
|
id: string;
|
8607
|
+
name: string;
|
8590
8608
|
createdAt: Date;
|
8591
8609
|
updatedAt: Date;
|
8592
8610
|
deletedAt: Date | null;
|