@kl1/contracts 1.2.24-uat → 1.2.26-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +467 -467
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +20 -20
- package/dist/api-contracts/src/chat/index.d.ts +3704 -3601
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +844 -844
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +8486 -8405
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +85 -4
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +16 -16
- package/dist/api-contracts/src/hold-label/schema.d.ts +2 -2
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +530 -530
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +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 +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +536 -536
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +34 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +34 -0
- 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
|
-
id: string;
|
|
56
55
|
name: string;
|
|
56
|
+
id: string;
|
|
57
57
|
picture?: string | undefined;
|
|
58
58
|
additionalCredentials?: any;
|
|
59
59
|
}, {
|
|
60
|
-
id: string;
|
|
61
60
|
name: string;
|
|
61
|
+
id: 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
|
-
id: string;
|
|
84
83
|
name: string;
|
|
84
|
+
id: string;
|
|
85
85
|
createdAt: Date;
|
|
86
86
|
updatedAt: Date;
|
|
87
87
|
deletedAt: Date | null;
|
|
88
88
|
}, {
|
|
89
|
-
id: string;
|
|
90
89
|
name: string;
|
|
90
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
247
246
|
name?: string | undefined;
|
|
247
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
256
255
|
name?: string | undefined;
|
|
256
|
+
address?: string | null | 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
|
-
id: string;
|
|
275
274
|
name: string;
|
|
275
|
+
id: string;
|
|
276
276
|
picture?: string | undefined;
|
|
277
277
|
additionalCredentials?: any;
|
|
278
278
|
}, {
|
|
279
|
-
id: string;
|
|
280
279
|
name: string;
|
|
280
|
+
id: 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
|
-
id: string;
|
|
289
288
|
name: string;
|
|
289
|
+
id: 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
|
-
id: string;
|
|
303
302
|
name: string;
|
|
303
|
+
id: 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;
|
|
613
614
|
id: string;
|
|
614
615
|
channel: string | null;
|
|
615
616
|
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
|
-
address?: string | null | undefined;
|
|
662
661
|
name?: string | undefined;
|
|
662
|
+
address?: string | null | 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
|
-
id: string;
|
|
671
670
|
name: string;
|
|
671
|
+
id: 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
|
-
id: string;
|
|
697
696
|
name: string;
|
|
697
|
+
id: 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;
|
|
724
725
|
id: string;
|
|
725
726
|
channel: string | null;
|
|
726
727
|
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
|
-
address?: string | null | undefined;
|
|
773
772
|
name?: string | undefined;
|
|
773
|
+
address?: string | null | 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
|
-
id: string;
|
|
782
781
|
name: string;
|
|
782
|
+
id: 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
|
-
id: string;
|
|
808
807
|
name: string;
|
|
808
|
+
id: 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
|
-
id: string;
|
|
840
839
|
name: string;
|
|
840
|
+
id: 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;
|
|
848
849
|
id: string;
|
|
849
850
|
channel: string | null;
|
|
850
851
|
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
|
-
address?: string | null | undefined;
|
|
897
896
|
name?: string | undefined;
|
|
897
|
+
address?: string | null | 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
|
-
id: string;
|
|
906
905
|
name: string;
|
|
906
|
+
id: 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
|
-
id: string;
|
|
932
931
|
name: string;
|
|
932
|
+
id: 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
|
-
id: string;
|
|
966
965
|
name: string;
|
|
966
|
+
id: 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;
|
|
974
975
|
id: string;
|
|
975
976
|
channel: string | null;
|
|
976
977
|
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
|
-
address?: string | null | undefined;
|
|
1023
1022
|
name?: string | undefined;
|
|
1023
|
+
address?: string | null | 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
|
-
id: string;
|
|
1032
1031
|
name: string;
|
|
1032
|
+
id: 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
|
-
id: string;
|
|
1058
1057
|
name: string;
|
|
1058
|
+
id: 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;
|
|
1206
1207
|
id: string;
|
|
1207
1208
|
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;
|
|
1249
1250
|
id: string;
|
|
1250
1251
|
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;
|
|
1410
1411
|
id: string;
|
|
1411
1412
|
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;
|
|
1453
1454
|
id: string;
|
|
1454
1455
|
address: string | null;
|
|
1455
|
-
name: string;
|
|
1456
1456
|
email: string;
|
|
1457
1457
|
createdAt: Date;
|
|
1458
1458
|
updatedAt: Date;
|
|
@@ -1551,8 +1551,8 @@ export declare const chatContract: {
|
|
|
1551
1551
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1552
1552
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1553
1553
|
}, "strip", z.ZodTypeAny, {
|
|
1554
|
-
id: string;
|
|
1555
1554
|
name: string;
|
|
1555
|
+
id: string;
|
|
1556
1556
|
accessToken?: string | undefined;
|
|
1557
1557
|
channelSecret?: string | undefined;
|
|
1558
1558
|
additionalCredentials?: any;
|
|
@@ -1575,8 +1575,8 @@ export declare const chatContract: {
|
|
|
1575
1575
|
lineRichMenuId?: string | null | undefined;
|
|
1576
1576
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1577
1577
|
}, {
|
|
1578
|
-
id: string;
|
|
1579
1578
|
name: string;
|
|
1579
|
+
id: string;
|
|
1580
1580
|
accessToken?: string | undefined;
|
|
1581
1581
|
channelSecret?: string | undefined;
|
|
1582
1582
|
additionalCredentials?: any;
|
|
@@ -1612,14 +1612,14 @@ export declare const chatContract: {
|
|
|
1612
1612
|
integrationId: z.ZodString;
|
|
1613
1613
|
accessToken: z.ZodString;
|
|
1614
1614
|
}, "strip", z.ZodTypeAny, {
|
|
1615
|
-
id: string;
|
|
1616
1615
|
name: string;
|
|
1616
|
+
id: string;
|
|
1617
1617
|
accessToken: string;
|
|
1618
1618
|
botId: string;
|
|
1619
1619
|
integrationId: string;
|
|
1620
1620
|
}, {
|
|
1621
|
-
id: string;
|
|
1622
1621
|
name: string;
|
|
1622
|
+
id: string;
|
|
1623
1623
|
accessToken: string;
|
|
1624
1624
|
botId: string;
|
|
1625
1625
|
integrationId: string;
|
|
@@ -1742,9 +1742,9 @@ export declare const chatContract: {
|
|
|
1742
1742
|
telephonySignature: string | null;
|
|
1743
1743
|
}>;
|
|
1744
1744
|
}, "strip", z.ZodTypeAny, {
|
|
1745
|
+
name: string;
|
|
1745
1746
|
id: string;
|
|
1746
1747
|
address: string | null;
|
|
1747
|
-
name: string;
|
|
1748
1748
|
email: string;
|
|
1749
1749
|
createdAt: Date;
|
|
1750
1750
|
updatedAt: Date;
|
|
@@ -1785,9 +1785,9 @@ export declare const chatContract: {
|
|
|
1785
1785
|
telephonySignature: string | null;
|
|
1786
1786
|
};
|
|
1787
1787
|
}, {
|
|
1788
|
+
name: string;
|
|
1788
1789
|
id: string;
|
|
1789
1790
|
address: string | null;
|
|
1790
|
-
name: string;
|
|
1791
1791
|
email: string;
|
|
1792
1792
|
createdAt: Date;
|
|
1793
1793
|
updatedAt: Date;
|
|
@@ -1829,12 +1829,12 @@ export declare const chatContract: {
|
|
|
1829
1829
|
};
|
|
1830
1830
|
}>;
|
|
1831
1831
|
}, "strip", z.ZodTypeAny, {
|
|
1832
|
+
name: string;
|
|
1832
1833
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1833
1834
|
id: string;
|
|
1834
|
-
name: string;
|
|
1835
1835
|
metadata: {
|
|
1836
|
-
id: string;
|
|
1837
1836
|
name: string;
|
|
1837
|
+
id: string;
|
|
1838
1838
|
accessToken?: string | undefined;
|
|
1839
1839
|
channelSecret?: string | undefined;
|
|
1840
1840
|
additionalCredentials?: any;
|
|
@@ -1862,9 +1862,9 @@ export declare const chatContract: {
|
|
|
1862
1862
|
updatedAt: Date;
|
|
1863
1863
|
deletedAt: Date | null;
|
|
1864
1864
|
actor: {
|
|
1865
|
+
name: string;
|
|
1865
1866
|
id: string;
|
|
1866
1867
|
address: string | null;
|
|
1867
|
-
name: string;
|
|
1868
1868
|
email: string;
|
|
1869
1869
|
createdAt: Date;
|
|
1870
1870
|
updatedAt: Date;
|
|
@@ -1911,19 +1911,19 @@ export declare const chatContract: {
|
|
|
1911
1911
|
connectedUserName: string;
|
|
1912
1912
|
connectedUserId: string;
|
|
1913
1913
|
botpressBot: {
|
|
1914
|
-
id: string;
|
|
1915
1914
|
name: string;
|
|
1915
|
+
id: string;
|
|
1916
1916
|
accessToken: string;
|
|
1917
1917
|
botId: string;
|
|
1918
1918
|
integrationId: string;
|
|
1919
1919
|
} | null;
|
|
1920
1920
|
}, {
|
|
1921
|
+
name: string;
|
|
1921
1922
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1922
1923
|
id: string;
|
|
1923
|
-
name: string;
|
|
1924
1924
|
metadata: {
|
|
1925
|
-
id: string;
|
|
1926
1925
|
name: string;
|
|
1926
|
+
id: string;
|
|
1927
1927
|
accessToken?: string | undefined;
|
|
1928
1928
|
channelSecret?: string | undefined;
|
|
1929
1929
|
additionalCredentials?: any;
|
|
@@ -1951,9 +1951,9 @@ export declare const chatContract: {
|
|
|
1951
1951
|
updatedAt: Date;
|
|
1952
1952
|
deletedAt: Date | null;
|
|
1953
1953
|
actor: {
|
|
1954
|
+
name: string;
|
|
1954
1955
|
id: string;
|
|
1955
1956
|
address: string | null;
|
|
1956
|
-
name: string;
|
|
1957
1957
|
email: string;
|
|
1958
1958
|
createdAt: Date;
|
|
1959
1959
|
updatedAt: Date;
|
|
@@ -2000,8 +2000,8 @@ export declare const chatContract: {
|
|
|
2000
2000
|
connectedUserName: string;
|
|
2001
2001
|
connectedUserId: string;
|
|
2002
2002
|
botpressBot: {
|
|
2003
|
-
id: string;
|
|
2004
2003
|
name: string;
|
|
2004
|
+
id: string;
|
|
2005
2005
|
accessToken: string;
|
|
2006
2006
|
botId: string;
|
|
2007
2007
|
integrationId: string;
|
|
@@ -2038,14 +2038,14 @@ export declare const chatContract: {
|
|
|
2038
2038
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2039
2039
|
name: z.ZodString;
|
|
2040
2040
|
}, "strip", z.ZodTypeAny, {
|
|
2041
|
-
id: string;
|
|
2042
2041
|
name: string;
|
|
2042
|
+
id: string;
|
|
2043
2043
|
createdAt: Date;
|
|
2044
2044
|
updatedAt: Date;
|
|
2045
2045
|
deletedAt: Date | null;
|
|
2046
2046
|
}, {
|
|
2047
|
-
id: string;
|
|
2048
2047
|
name: string;
|
|
2048
|
+
id: string;
|
|
2049
2049
|
createdAt: Date;
|
|
2050
2050
|
updatedAt: Date;
|
|
2051
2051
|
deletedAt: Date | null;
|
|
@@ -2216,8 +2216,8 @@ export declare const chatContract: {
|
|
|
2216
2216
|
}[];
|
|
2217
2217
|
}[];
|
|
2218
2218
|
tags: {
|
|
2219
|
-
id: string;
|
|
2220
2219
|
name: string;
|
|
2220
|
+
id: string;
|
|
2221
2221
|
createdAt: Date;
|
|
2222
2222
|
updatedAt: Date;
|
|
2223
2223
|
deletedAt: Date | null;
|
|
@@ -2267,8 +2267,8 @@ export declare const chatContract: {
|
|
|
2267
2267
|
}[];
|
|
2268
2268
|
}[];
|
|
2269
2269
|
tags: {
|
|
2270
|
-
id: string;
|
|
2271
2270
|
name: string;
|
|
2271
|
+
id: string;
|
|
2272
2272
|
createdAt: Date;
|
|
2273
2273
|
updatedAt: Date;
|
|
2274
2274
|
deletedAt: Date | null;
|
|
@@ -2335,8 +2335,8 @@ export declare const chatContract: {
|
|
|
2335
2335
|
}[];
|
|
2336
2336
|
}[];
|
|
2337
2337
|
tags: {
|
|
2338
|
-
id: string;
|
|
2339
2338
|
name: string;
|
|
2339
|
+
id: string;
|
|
2340
2340
|
createdAt: Date;
|
|
2341
2341
|
updatedAt: Date;
|
|
2342
2342
|
deletedAt: Date | null;
|
|
@@ -2403,8 +2403,8 @@ export declare const chatContract: {
|
|
|
2403
2403
|
}[];
|
|
2404
2404
|
}[];
|
|
2405
2405
|
tags: {
|
|
2406
|
-
id: string;
|
|
2407
2406
|
name: string;
|
|
2407
|
+
id: string;
|
|
2408
2408
|
createdAt: Date;
|
|
2409
2409
|
updatedAt: Date;
|
|
2410
2410
|
deletedAt: Date | null;
|
|
@@ -2435,17 +2435,17 @@ export declare const chatContract: {
|
|
|
2435
2435
|
isActive: z.ZodBoolean;
|
|
2436
2436
|
type: z.ZodString;
|
|
2437
2437
|
}, "strip", z.ZodTypeAny, {
|
|
2438
|
+
name: string;
|
|
2438
2439
|
type: string;
|
|
2439
2440
|
id: string;
|
|
2440
|
-
name: string;
|
|
2441
2441
|
createdAt: Date;
|
|
2442
2442
|
updatedAt: Date;
|
|
2443
2443
|
deletedAt: Date | null;
|
|
2444
2444
|
isActive: boolean;
|
|
2445
2445
|
}, {
|
|
2446
|
+
name: string;
|
|
2446
2447
|
type: string;
|
|
2447
2448
|
id: string;
|
|
2448
|
-
name: string;
|
|
2449
2449
|
createdAt: Date;
|
|
2450
2450
|
updatedAt: Date;
|
|
2451
2451
|
deletedAt: Date | null;
|
|
@@ -2455,12 +2455,12 @@ export declare const chatContract: {
|
|
|
2455
2455
|
}, "strip", z.ZodTypeAny, {
|
|
2456
2456
|
id: string;
|
|
2457
2457
|
channel: {
|
|
2458
|
+
name: string;
|
|
2458
2459
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2459
2460
|
id: string;
|
|
2460
|
-
name: string;
|
|
2461
2461
|
metadata: {
|
|
2462
|
-
id: string;
|
|
2463
2462
|
name: string;
|
|
2463
|
+
id: string;
|
|
2464
2464
|
accessToken?: string | undefined;
|
|
2465
2465
|
channelSecret?: string | undefined;
|
|
2466
2466
|
additionalCredentials?: any;
|
|
@@ -2488,9 +2488,9 @@ export declare const chatContract: {
|
|
|
2488
2488
|
updatedAt: Date;
|
|
2489
2489
|
deletedAt: Date | null;
|
|
2490
2490
|
actor: {
|
|
2491
|
+
name: string;
|
|
2491
2492
|
id: string;
|
|
2492
2493
|
address: string | null;
|
|
2493
|
-
name: string;
|
|
2494
2494
|
email: string;
|
|
2495
2495
|
createdAt: Date;
|
|
2496
2496
|
updatedAt: Date;
|
|
@@ -2537,8 +2537,8 @@ export declare const chatContract: {
|
|
|
2537
2537
|
connectedUserName: string;
|
|
2538
2538
|
connectedUserId: string;
|
|
2539
2539
|
botpressBot: {
|
|
2540
|
-
id: string;
|
|
2541
2540
|
name: string;
|
|
2541
|
+
id: string;
|
|
2542
2542
|
accessToken: string;
|
|
2543
2543
|
botId: string;
|
|
2544
2544
|
integrationId: string;
|
|
@@ -2550,9 +2550,9 @@ export declare const chatContract: {
|
|
|
2550
2550
|
updatedAt: Date;
|
|
2551
2551
|
deletedAt: Date | null;
|
|
2552
2552
|
actor: {
|
|
2553
|
+
name: string;
|
|
2553
2554
|
id: string;
|
|
2554
2555
|
address: string | null;
|
|
2555
|
-
name: string;
|
|
2556
2556
|
email: string;
|
|
2557
2557
|
createdAt: Date;
|
|
2558
2558
|
updatedAt: Date;
|
|
@@ -2603,8 +2603,8 @@ export declare const chatContract: {
|
|
|
2603
2603
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2604
2604
|
id: string;
|
|
2605
2605
|
metadata: {
|
|
2606
|
-
id: string;
|
|
2607
2606
|
name: string;
|
|
2607
|
+
id: string;
|
|
2608
2608
|
picture?: string | undefined;
|
|
2609
2609
|
additionalCredentials?: any;
|
|
2610
2610
|
};
|
|
@@ -2612,10 +2612,10 @@ export declare const chatContract: {
|
|
|
2612
2612
|
updatedAt: Date;
|
|
2613
2613
|
deletedAt: Date | null;
|
|
2614
2614
|
contact: {
|
|
2615
|
+
name: string;
|
|
2615
2616
|
id: string;
|
|
2616
2617
|
channel: string | null;
|
|
2617
2618
|
address: string | null;
|
|
2618
|
-
name: string;
|
|
2619
2619
|
createdAt: Date;
|
|
2620
2620
|
updatedAt: Date;
|
|
2621
2621
|
deletedAt: Date | null;
|
|
@@ -2660,8 +2660,8 @@ export declare const chatContract: {
|
|
|
2660
2660
|
createdAt: Date;
|
|
2661
2661
|
updatedAt: Date;
|
|
2662
2662
|
deletedAt: Date | null;
|
|
2663
|
-
address?: string | null | undefined;
|
|
2664
2663
|
name?: string | undefined;
|
|
2664
|
+
address?: string | null | undefined;
|
|
2665
2665
|
phone?: string | null | undefined;
|
|
2666
2666
|
industry?: string | null | undefined;
|
|
2667
2667
|
} | null;
|
|
@@ -2669,8 +2669,8 @@ export declare const chatContract: {
|
|
|
2669
2669
|
contactProfile: string | null;
|
|
2670
2670
|
socialProfileUrl: string | null;
|
|
2671
2671
|
tags: {
|
|
2672
|
-
id: string;
|
|
2673
2672
|
name: string;
|
|
2673
|
+
id: string;
|
|
2674
2674
|
createdAt: Date;
|
|
2675
2675
|
updatedAt: Date;
|
|
2676
2676
|
deletedAt: Date | null;
|
|
@@ -2695,8 +2695,8 @@ export declare const chatContract: {
|
|
|
2695
2695
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2696
2696
|
id: string;
|
|
2697
2697
|
metadata: {
|
|
2698
|
-
id: string;
|
|
2699
2698
|
name: string;
|
|
2699
|
+
id: string;
|
|
2700
2700
|
picture?: string | undefined;
|
|
2701
2701
|
additionalCredentials?: any;
|
|
2702
2702
|
};
|
|
@@ -2727,9 +2727,9 @@ export declare const chatContract: {
|
|
|
2727
2727
|
socialPlatformId: string;
|
|
2728
2728
|
};
|
|
2729
2729
|
assignee: {
|
|
2730
|
+
name: string;
|
|
2730
2731
|
id: string;
|
|
2731
2732
|
address: string | null;
|
|
2732
|
-
name: string;
|
|
2733
2733
|
email: string;
|
|
2734
2734
|
createdAt: Date;
|
|
2735
2735
|
updatedAt: Date;
|
|
@@ -2819,8 +2819,8 @@ export declare const chatContract: {
|
|
|
2819
2819
|
}[];
|
|
2820
2820
|
}[];
|
|
2821
2821
|
tags: {
|
|
2822
|
-
id: string;
|
|
2823
2822
|
name: string;
|
|
2823
|
+
id: string;
|
|
2824
2824
|
createdAt: Date;
|
|
2825
2825
|
updatedAt: Date;
|
|
2826
2826
|
deletedAt: Date | null;
|
|
@@ -2843,9 +2843,9 @@ export declare const chatContract: {
|
|
|
2843
2843
|
} | null;
|
|
2844
2844
|
};
|
|
2845
2845
|
workflowRule: {
|
|
2846
|
+
name: string;
|
|
2846
2847
|
type: string;
|
|
2847
2848
|
id: string;
|
|
2848
|
-
name: string;
|
|
2849
2849
|
createdAt: Date;
|
|
2850
2850
|
updatedAt: Date;
|
|
2851
2851
|
deletedAt: Date | null;
|
|
@@ -2855,12 +2855,12 @@ export declare const chatContract: {
|
|
|
2855
2855
|
}, {
|
|
2856
2856
|
id: string;
|
|
2857
2857
|
channel: {
|
|
2858
|
+
name: string;
|
|
2858
2859
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2859
2860
|
id: string;
|
|
2860
|
-
name: string;
|
|
2861
2861
|
metadata: {
|
|
2862
|
-
id: string;
|
|
2863
2862
|
name: string;
|
|
2863
|
+
id: string;
|
|
2864
2864
|
accessToken?: string | undefined;
|
|
2865
2865
|
channelSecret?: string | undefined;
|
|
2866
2866
|
additionalCredentials?: any;
|
|
@@ -2888,9 +2888,9 @@ export declare const chatContract: {
|
|
|
2888
2888
|
updatedAt: Date;
|
|
2889
2889
|
deletedAt: Date | null;
|
|
2890
2890
|
actor: {
|
|
2891
|
+
name: string;
|
|
2891
2892
|
id: string;
|
|
2892
2893
|
address: string | null;
|
|
2893
|
-
name: string;
|
|
2894
2894
|
email: string;
|
|
2895
2895
|
createdAt: Date;
|
|
2896
2896
|
updatedAt: Date;
|
|
@@ -2937,8 +2937,8 @@ export declare const chatContract: {
|
|
|
2937
2937
|
connectedUserName: string;
|
|
2938
2938
|
connectedUserId: string;
|
|
2939
2939
|
botpressBot: {
|
|
2940
|
-
id: string;
|
|
2941
2940
|
name: string;
|
|
2941
|
+
id: string;
|
|
2942
2942
|
accessToken: string;
|
|
2943
2943
|
botId: string;
|
|
2944
2944
|
integrationId: string;
|
|
@@ -2950,9 +2950,9 @@ export declare const chatContract: {
|
|
|
2950
2950
|
updatedAt: Date;
|
|
2951
2951
|
deletedAt: Date | null;
|
|
2952
2952
|
actor: {
|
|
2953
|
+
name: string;
|
|
2953
2954
|
id: string;
|
|
2954
2955
|
address: string | null;
|
|
2955
|
-
name: string;
|
|
2956
2956
|
email: string;
|
|
2957
2957
|
createdAt: Date;
|
|
2958
2958
|
updatedAt: Date;
|
|
@@ -3003,8 +3003,8 @@ export declare const chatContract: {
|
|
|
3003
3003
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3004
3004
|
id: string;
|
|
3005
3005
|
metadata: {
|
|
3006
|
-
id: string;
|
|
3007
3006
|
name: string;
|
|
3007
|
+
id: string;
|
|
3008
3008
|
picture?: string | undefined;
|
|
3009
3009
|
additionalCredentials?: any;
|
|
3010
3010
|
};
|
|
@@ -3012,10 +3012,10 @@ export declare const chatContract: {
|
|
|
3012
3012
|
updatedAt: Date;
|
|
3013
3013
|
deletedAt: Date | null;
|
|
3014
3014
|
contact: {
|
|
3015
|
+
name: string;
|
|
3015
3016
|
id: string;
|
|
3016
3017
|
channel: string | null;
|
|
3017
3018
|
address: string | null;
|
|
3018
|
-
name: string;
|
|
3019
3019
|
createdAt: Date;
|
|
3020
3020
|
updatedAt: Date;
|
|
3021
3021
|
deletedAt: Date | null;
|
|
@@ -3060,8 +3060,8 @@ export declare const chatContract: {
|
|
|
3060
3060
|
createdAt: Date;
|
|
3061
3061
|
updatedAt: Date;
|
|
3062
3062
|
deletedAt: Date | null;
|
|
3063
|
-
address?: string | null | undefined;
|
|
3064
3063
|
name?: string | undefined;
|
|
3064
|
+
address?: string | null | undefined;
|
|
3065
3065
|
phone?: string | null | undefined;
|
|
3066
3066
|
industry?: string | null | undefined;
|
|
3067
3067
|
} | null;
|
|
@@ -3069,8 +3069,8 @@ export declare const chatContract: {
|
|
|
3069
3069
|
contactProfile: string | null;
|
|
3070
3070
|
socialProfileUrl: string | null;
|
|
3071
3071
|
tags: {
|
|
3072
|
-
id: string;
|
|
3073
3072
|
name: string;
|
|
3073
|
+
id: string;
|
|
3074
3074
|
createdAt: Date;
|
|
3075
3075
|
updatedAt: Date;
|
|
3076
3076
|
deletedAt: Date | null;
|
|
@@ -3095,8 +3095,8 @@ export declare const chatContract: {
|
|
|
3095
3095
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3096
3096
|
id: string;
|
|
3097
3097
|
metadata: {
|
|
3098
|
-
id: string;
|
|
3099
3098
|
name: string;
|
|
3099
|
+
id: string;
|
|
3100
3100
|
picture?: string | undefined;
|
|
3101
3101
|
additionalCredentials?: any;
|
|
3102
3102
|
};
|
|
@@ -3127,9 +3127,9 @@ export declare const chatContract: {
|
|
|
3127
3127
|
socialPlatformId: string;
|
|
3128
3128
|
};
|
|
3129
3129
|
assignee: {
|
|
3130
|
+
name: string;
|
|
3130
3131
|
id: string;
|
|
3131
3132
|
address: string | null;
|
|
3132
|
-
name: string;
|
|
3133
3133
|
email: string;
|
|
3134
3134
|
createdAt: Date;
|
|
3135
3135
|
updatedAt: Date;
|
|
@@ -3219,8 +3219,8 @@ export declare const chatContract: {
|
|
|
3219
3219
|
}[];
|
|
3220
3220
|
}[];
|
|
3221
3221
|
tags: {
|
|
3222
|
-
id: string;
|
|
3223
3222
|
name: string;
|
|
3223
|
+
id: string;
|
|
3224
3224
|
createdAt: Date;
|
|
3225
3225
|
updatedAt: Date;
|
|
3226
3226
|
deletedAt: Date | null;
|
|
@@ -3243,9 +3243,9 @@ export declare const chatContract: {
|
|
|
3243
3243
|
} | null;
|
|
3244
3244
|
};
|
|
3245
3245
|
workflowRule: {
|
|
3246
|
+
name: string;
|
|
3246
3247
|
type: string;
|
|
3247
3248
|
id: string;
|
|
3248
|
-
name: string;
|
|
3249
3249
|
createdAt: Date;
|
|
3250
3250
|
updatedAt: Date;
|
|
3251
3251
|
deletedAt: Date | null;
|
|
@@ -3257,12 +3257,12 @@ export declare const chatContract: {
|
|
|
3257
3257
|
data: {
|
|
3258
3258
|
id: string;
|
|
3259
3259
|
channel: {
|
|
3260
|
+
name: string;
|
|
3260
3261
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3261
3262
|
id: string;
|
|
3262
|
-
name: string;
|
|
3263
3263
|
metadata: {
|
|
3264
|
-
id: string;
|
|
3265
3264
|
name: string;
|
|
3265
|
+
id: string;
|
|
3266
3266
|
accessToken?: string | undefined;
|
|
3267
3267
|
channelSecret?: string | undefined;
|
|
3268
3268
|
additionalCredentials?: any;
|
|
@@ -3290,9 +3290,9 @@ export declare const chatContract: {
|
|
|
3290
3290
|
updatedAt: Date;
|
|
3291
3291
|
deletedAt: Date | null;
|
|
3292
3292
|
actor: {
|
|
3293
|
+
name: string;
|
|
3293
3294
|
id: string;
|
|
3294
3295
|
address: string | null;
|
|
3295
|
-
name: string;
|
|
3296
3296
|
email: string;
|
|
3297
3297
|
createdAt: Date;
|
|
3298
3298
|
updatedAt: Date;
|
|
@@ -3339,8 +3339,8 @@ export declare const chatContract: {
|
|
|
3339
3339
|
connectedUserName: string;
|
|
3340
3340
|
connectedUserId: string;
|
|
3341
3341
|
botpressBot: {
|
|
3342
|
-
id: string;
|
|
3343
3342
|
name: string;
|
|
3343
|
+
id: string;
|
|
3344
3344
|
accessToken: string;
|
|
3345
3345
|
botId: string;
|
|
3346
3346
|
integrationId: string;
|
|
@@ -3352,9 +3352,9 @@ export declare const chatContract: {
|
|
|
3352
3352
|
updatedAt: Date;
|
|
3353
3353
|
deletedAt: Date | null;
|
|
3354
3354
|
actor: {
|
|
3355
|
+
name: string;
|
|
3355
3356
|
id: string;
|
|
3356
3357
|
address: string | null;
|
|
3357
|
-
name: string;
|
|
3358
3358
|
email: string;
|
|
3359
3359
|
createdAt: Date;
|
|
3360
3360
|
updatedAt: Date;
|
|
@@ -3405,8 +3405,8 @@ export declare const chatContract: {
|
|
|
3405
3405
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3406
3406
|
id: string;
|
|
3407
3407
|
metadata: {
|
|
3408
|
-
id: string;
|
|
3409
3408
|
name: string;
|
|
3409
|
+
id: string;
|
|
3410
3410
|
picture?: string | undefined;
|
|
3411
3411
|
additionalCredentials?: any;
|
|
3412
3412
|
};
|
|
@@ -3414,10 +3414,10 @@ export declare const chatContract: {
|
|
|
3414
3414
|
updatedAt: Date;
|
|
3415
3415
|
deletedAt: Date | null;
|
|
3416
3416
|
contact: {
|
|
3417
|
+
name: string;
|
|
3417
3418
|
id: string;
|
|
3418
3419
|
channel: string | null;
|
|
3419
3420
|
address: string | null;
|
|
3420
|
-
name: string;
|
|
3421
3421
|
createdAt: Date;
|
|
3422
3422
|
updatedAt: Date;
|
|
3423
3423
|
deletedAt: Date | null;
|
|
@@ -3462,8 +3462,8 @@ export declare const chatContract: {
|
|
|
3462
3462
|
createdAt: Date;
|
|
3463
3463
|
updatedAt: Date;
|
|
3464
3464
|
deletedAt: Date | null;
|
|
3465
|
-
address?: string | null | undefined;
|
|
3466
3465
|
name?: string | undefined;
|
|
3466
|
+
address?: string | null | undefined;
|
|
3467
3467
|
phone?: string | null | undefined;
|
|
3468
3468
|
industry?: string | null | undefined;
|
|
3469
3469
|
} | null;
|
|
@@ -3471,8 +3471,8 @@ export declare const chatContract: {
|
|
|
3471
3471
|
contactProfile: string | null;
|
|
3472
3472
|
socialProfileUrl: string | null;
|
|
3473
3473
|
tags: {
|
|
3474
|
-
id: string;
|
|
3475
3474
|
name: string;
|
|
3475
|
+
id: string;
|
|
3476
3476
|
createdAt: Date;
|
|
3477
3477
|
updatedAt: Date;
|
|
3478
3478
|
deletedAt: Date | null;
|
|
@@ -3497,8 +3497,8 @@ export declare const chatContract: {
|
|
|
3497
3497
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3498
3498
|
id: string;
|
|
3499
3499
|
metadata: {
|
|
3500
|
-
id: string;
|
|
3501
3500
|
name: string;
|
|
3501
|
+
id: string;
|
|
3502
3502
|
picture?: string | undefined;
|
|
3503
3503
|
additionalCredentials?: any;
|
|
3504
3504
|
};
|
|
@@ -3529,9 +3529,9 @@ export declare const chatContract: {
|
|
|
3529
3529
|
socialPlatformId: string;
|
|
3530
3530
|
};
|
|
3531
3531
|
assignee: {
|
|
3532
|
+
name: string;
|
|
3532
3533
|
id: string;
|
|
3533
3534
|
address: string | null;
|
|
3534
|
-
name: string;
|
|
3535
3535
|
email: string;
|
|
3536
3536
|
createdAt: Date;
|
|
3537
3537
|
updatedAt: Date;
|
|
@@ -3621,8 +3621,8 @@ export declare const chatContract: {
|
|
|
3621
3621
|
}[];
|
|
3622
3622
|
}[];
|
|
3623
3623
|
tags: {
|
|
3624
|
-
id: string;
|
|
3625
3624
|
name: string;
|
|
3625
|
+
id: string;
|
|
3626
3626
|
createdAt: Date;
|
|
3627
3627
|
updatedAt: Date;
|
|
3628
3628
|
deletedAt: Date | null;
|
|
@@ -3645,9 +3645,9 @@ export declare const chatContract: {
|
|
|
3645
3645
|
} | null;
|
|
3646
3646
|
};
|
|
3647
3647
|
workflowRule: {
|
|
3648
|
+
name: string;
|
|
3648
3649
|
type: string;
|
|
3649
3650
|
id: string;
|
|
3650
|
-
name: string;
|
|
3651
3651
|
createdAt: Date;
|
|
3652
3652
|
updatedAt: Date;
|
|
3653
3653
|
deletedAt: Date | null;
|
|
@@ -3660,12 +3660,12 @@ export declare const chatContract: {
|
|
|
3660
3660
|
data: {
|
|
3661
3661
|
id: string;
|
|
3662
3662
|
channel: {
|
|
3663
|
+
name: string;
|
|
3663
3664
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3664
3665
|
id: string;
|
|
3665
|
-
name: string;
|
|
3666
3666
|
metadata: {
|
|
3667
|
-
id: string;
|
|
3668
3667
|
name: string;
|
|
3668
|
+
id: string;
|
|
3669
3669
|
accessToken?: string | undefined;
|
|
3670
3670
|
channelSecret?: string | undefined;
|
|
3671
3671
|
additionalCredentials?: any;
|
|
@@ -3693,9 +3693,9 @@ export declare const chatContract: {
|
|
|
3693
3693
|
updatedAt: Date;
|
|
3694
3694
|
deletedAt: Date | null;
|
|
3695
3695
|
actor: {
|
|
3696
|
+
name: string;
|
|
3696
3697
|
id: string;
|
|
3697
3698
|
address: string | null;
|
|
3698
|
-
name: string;
|
|
3699
3699
|
email: string;
|
|
3700
3700
|
createdAt: Date;
|
|
3701
3701
|
updatedAt: Date;
|
|
@@ -3742,8 +3742,8 @@ export declare const chatContract: {
|
|
|
3742
3742
|
connectedUserName: string;
|
|
3743
3743
|
connectedUserId: string;
|
|
3744
3744
|
botpressBot: {
|
|
3745
|
-
id: string;
|
|
3746
3745
|
name: string;
|
|
3746
|
+
id: string;
|
|
3747
3747
|
accessToken: string;
|
|
3748
3748
|
botId: string;
|
|
3749
3749
|
integrationId: string;
|
|
@@ -3755,9 +3755,9 @@ export declare const chatContract: {
|
|
|
3755
3755
|
updatedAt: Date;
|
|
3756
3756
|
deletedAt: Date | null;
|
|
3757
3757
|
actor: {
|
|
3758
|
+
name: string;
|
|
3758
3759
|
id: string;
|
|
3759
3760
|
address: string | null;
|
|
3760
|
-
name: string;
|
|
3761
3761
|
email: string;
|
|
3762
3762
|
createdAt: Date;
|
|
3763
3763
|
updatedAt: Date;
|
|
@@ -3808,8 +3808,8 @@ export declare const chatContract: {
|
|
|
3808
3808
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3809
3809
|
id: string;
|
|
3810
3810
|
metadata: {
|
|
3811
|
-
id: string;
|
|
3812
3811
|
name: string;
|
|
3812
|
+
id: string;
|
|
3813
3813
|
picture?: string | undefined;
|
|
3814
3814
|
additionalCredentials?: any;
|
|
3815
3815
|
};
|
|
@@ -3817,10 +3817,10 @@ export declare const chatContract: {
|
|
|
3817
3817
|
updatedAt: Date;
|
|
3818
3818
|
deletedAt: Date | null;
|
|
3819
3819
|
contact: {
|
|
3820
|
+
name: string;
|
|
3820
3821
|
id: string;
|
|
3821
3822
|
channel: string | null;
|
|
3822
3823
|
address: string | null;
|
|
3823
|
-
name: string;
|
|
3824
3824
|
createdAt: Date;
|
|
3825
3825
|
updatedAt: Date;
|
|
3826
3826
|
deletedAt: Date | null;
|
|
@@ -3865,8 +3865,8 @@ export declare const chatContract: {
|
|
|
3865
3865
|
createdAt: Date;
|
|
3866
3866
|
updatedAt: Date;
|
|
3867
3867
|
deletedAt: Date | null;
|
|
3868
|
-
address?: string | null | undefined;
|
|
3869
3868
|
name?: string | undefined;
|
|
3869
|
+
address?: string | null | undefined;
|
|
3870
3870
|
phone?: string | null | undefined;
|
|
3871
3871
|
industry?: string | null | undefined;
|
|
3872
3872
|
} | null;
|
|
@@ -3874,8 +3874,8 @@ export declare const chatContract: {
|
|
|
3874
3874
|
contactProfile: string | null;
|
|
3875
3875
|
socialProfileUrl: string | null;
|
|
3876
3876
|
tags: {
|
|
3877
|
-
id: string;
|
|
3878
3877
|
name: string;
|
|
3878
|
+
id: string;
|
|
3879
3879
|
createdAt: Date;
|
|
3880
3880
|
updatedAt: Date;
|
|
3881
3881
|
deletedAt: Date | null;
|
|
@@ -3900,8 +3900,8 @@ export declare const chatContract: {
|
|
|
3900
3900
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3901
3901
|
id: string;
|
|
3902
3902
|
metadata: {
|
|
3903
|
-
id: string;
|
|
3904
3903
|
name: string;
|
|
3904
|
+
id: string;
|
|
3905
3905
|
picture?: string | undefined;
|
|
3906
3906
|
additionalCredentials?: any;
|
|
3907
3907
|
};
|
|
@@ -3932,9 +3932,9 @@ export declare const chatContract: {
|
|
|
3932
3932
|
socialPlatformId: string;
|
|
3933
3933
|
};
|
|
3934
3934
|
assignee: {
|
|
3935
|
+
name: string;
|
|
3935
3936
|
id: string;
|
|
3936
3937
|
address: string | null;
|
|
3937
|
-
name: string;
|
|
3938
3938
|
email: string;
|
|
3939
3939
|
createdAt: Date;
|
|
3940
3940
|
updatedAt: Date;
|
|
@@ -4024,8 +4024,8 @@ export declare const chatContract: {
|
|
|
4024
4024
|
}[];
|
|
4025
4025
|
}[];
|
|
4026
4026
|
tags: {
|
|
4027
|
-
id: string;
|
|
4028
4027
|
name: string;
|
|
4028
|
+
id: string;
|
|
4029
4029
|
createdAt: Date;
|
|
4030
4030
|
updatedAt: Date;
|
|
4031
4031
|
deletedAt: Date | null;
|
|
@@ -4048,9 +4048,9 @@ export declare const chatContract: {
|
|
|
4048
4048
|
} | null;
|
|
4049
4049
|
};
|
|
4050
4050
|
workflowRule: {
|
|
4051
|
+
name: string;
|
|
4051
4052
|
type: string;
|
|
4052
4053
|
id: string;
|
|
4053
|
-
name: string;
|
|
4054
4054
|
createdAt: Date;
|
|
4055
4055
|
updatedAt: Date;
|
|
4056
4056
|
deletedAt: Date | null;
|
|
@@ -4162,8 +4162,8 @@ export declare const chatContract: {
|
|
|
4162
4162
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4163
4163
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
4164
4164
|
}, "strip", z.ZodTypeAny, {
|
|
4165
|
-
id: string;
|
|
4166
4165
|
name: string;
|
|
4166
|
+
id: string;
|
|
4167
4167
|
accessToken?: string | undefined;
|
|
4168
4168
|
channelSecret?: string | undefined;
|
|
4169
4169
|
additionalCredentials?: any;
|
|
@@ -4186,8 +4186,8 @@ export declare const chatContract: {
|
|
|
4186
4186
|
lineRichMenuId?: string | null | undefined;
|
|
4187
4187
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
4188
4188
|
}, {
|
|
4189
|
-
id: string;
|
|
4190
4189
|
name: string;
|
|
4190
|
+
id: string;
|
|
4191
4191
|
accessToken?: string | undefined;
|
|
4192
4192
|
channelSecret?: string | undefined;
|
|
4193
4193
|
additionalCredentials?: any;
|
|
@@ -4223,14 +4223,14 @@ export declare const chatContract: {
|
|
|
4223
4223
|
integrationId: z.ZodString;
|
|
4224
4224
|
accessToken: z.ZodString;
|
|
4225
4225
|
}, "strip", z.ZodTypeAny, {
|
|
4226
|
-
id: string;
|
|
4227
4226
|
name: string;
|
|
4227
|
+
id: string;
|
|
4228
4228
|
accessToken: string;
|
|
4229
4229
|
botId: string;
|
|
4230
4230
|
integrationId: string;
|
|
4231
4231
|
}, {
|
|
4232
|
-
id: string;
|
|
4233
4232
|
name: string;
|
|
4233
|
+
id: string;
|
|
4234
4234
|
accessToken: string;
|
|
4235
4235
|
botId: string;
|
|
4236
4236
|
integrationId: string;
|
|
@@ -4353,9 +4353,9 @@ export declare const chatContract: {
|
|
|
4353
4353
|
telephonySignature: string | null;
|
|
4354
4354
|
}>;
|
|
4355
4355
|
}, "strip", z.ZodTypeAny, {
|
|
4356
|
+
name: string;
|
|
4356
4357
|
id: string;
|
|
4357
4358
|
address: string | null;
|
|
4358
|
-
name: string;
|
|
4359
4359
|
email: string;
|
|
4360
4360
|
createdAt: Date;
|
|
4361
4361
|
updatedAt: Date;
|
|
@@ -4396,9 +4396,9 @@ export declare const chatContract: {
|
|
|
4396
4396
|
telephonySignature: string | null;
|
|
4397
4397
|
};
|
|
4398
4398
|
}, {
|
|
4399
|
+
name: string;
|
|
4399
4400
|
id: string;
|
|
4400
4401
|
address: string | null;
|
|
4401
|
-
name: string;
|
|
4402
4402
|
email: string;
|
|
4403
4403
|
createdAt: Date;
|
|
4404
4404
|
updatedAt: Date;
|
|
@@ -4440,12 +4440,12 @@ export declare const chatContract: {
|
|
|
4440
4440
|
};
|
|
4441
4441
|
}>;
|
|
4442
4442
|
}, "strip", z.ZodTypeAny, {
|
|
4443
|
+
name: string;
|
|
4443
4444
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4444
4445
|
id: string;
|
|
4445
|
-
name: string;
|
|
4446
4446
|
metadata: {
|
|
4447
|
-
id: string;
|
|
4448
4447
|
name: string;
|
|
4448
|
+
id: string;
|
|
4449
4449
|
accessToken?: string | undefined;
|
|
4450
4450
|
channelSecret?: string | undefined;
|
|
4451
4451
|
additionalCredentials?: any;
|
|
@@ -4473,9 +4473,9 @@ export declare const chatContract: {
|
|
|
4473
4473
|
updatedAt: Date;
|
|
4474
4474
|
deletedAt: Date | null;
|
|
4475
4475
|
actor: {
|
|
4476
|
+
name: string;
|
|
4476
4477
|
id: string;
|
|
4477
4478
|
address: string | null;
|
|
4478
|
-
name: string;
|
|
4479
4479
|
email: string;
|
|
4480
4480
|
createdAt: Date;
|
|
4481
4481
|
updatedAt: Date;
|
|
@@ -4522,19 +4522,19 @@ export declare const chatContract: {
|
|
|
4522
4522
|
connectedUserName: string;
|
|
4523
4523
|
connectedUserId: string;
|
|
4524
4524
|
botpressBot: {
|
|
4525
|
-
id: string;
|
|
4526
4525
|
name: string;
|
|
4526
|
+
id: string;
|
|
4527
4527
|
accessToken: string;
|
|
4528
4528
|
botId: string;
|
|
4529
4529
|
integrationId: string;
|
|
4530
4530
|
} | null;
|
|
4531
4531
|
}, {
|
|
4532
|
+
name: string;
|
|
4532
4533
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4533
4534
|
id: string;
|
|
4534
|
-
name: string;
|
|
4535
4535
|
metadata: {
|
|
4536
|
-
id: string;
|
|
4537
4536
|
name: string;
|
|
4537
|
+
id: string;
|
|
4538
4538
|
accessToken?: string | undefined;
|
|
4539
4539
|
channelSecret?: string | undefined;
|
|
4540
4540
|
additionalCredentials?: any;
|
|
@@ -4562,9 +4562,9 @@ export declare const chatContract: {
|
|
|
4562
4562
|
updatedAt: Date;
|
|
4563
4563
|
deletedAt: Date | null;
|
|
4564
4564
|
actor: {
|
|
4565
|
+
name: string;
|
|
4565
4566
|
id: string;
|
|
4566
4567
|
address: string | null;
|
|
4567
|
-
name: string;
|
|
4568
4568
|
email: string;
|
|
4569
4569
|
createdAt: Date;
|
|
4570
4570
|
updatedAt: Date;
|
|
@@ -4611,8 +4611,8 @@ export declare const chatContract: {
|
|
|
4611
4611
|
connectedUserName: string;
|
|
4612
4612
|
connectedUserId: string;
|
|
4613
4613
|
botpressBot: {
|
|
4614
|
-
id: string;
|
|
4615
4614
|
name: string;
|
|
4615
|
+
id: string;
|
|
4616
4616
|
accessToken: string;
|
|
4617
4617
|
botId: string;
|
|
4618
4618
|
integrationId: string;
|
|
@@ -4741,9 +4741,9 @@ export declare const chatContract: {
|
|
|
4741
4741
|
telephonySignature: string | null;
|
|
4742
4742
|
}>;
|
|
4743
4743
|
}, "strip", z.ZodTypeAny, {
|
|
4744
|
+
name: string;
|
|
4744
4745
|
id: string;
|
|
4745
4746
|
address: string | null;
|
|
4746
|
-
name: string;
|
|
4747
4747
|
email: string;
|
|
4748
4748
|
createdAt: Date;
|
|
4749
4749
|
updatedAt: Date;
|
|
@@ -4784,9 +4784,9 @@ export declare const chatContract: {
|
|
|
4784
4784
|
telephonySignature: string | null;
|
|
4785
4785
|
};
|
|
4786
4786
|
}, {
|
|
4787
|
+
name: string;
|
|
4787
4788
|
id: string;
|
|
4788
4789
|
address: string | null;
|
|
4789
|
-
name: string;
|
|
4790
4790
|
email: string;
|
|
4791
4791
|
createdAt: Date;
|
|
4792
4792
|
updatedAt: Date;
|
|
@@ -4847,13 +4847,13 @@ export declare const chatContract: {
|
|
|
4847
4847
|
picture: z.ZodOptional<z.ZodString>;
|
|
4848
4848
|
additionalCredentials: z.ZodAny;
|
|
4849
4849
|
}, "strip", z.ZodTypeAny, {
|
|
4850
|
-
id: string;
|
|
4851
4850
|
name: string;
|
|
4851
|
+
id: string;
|
|
4852
4852
|
picture?: string | undefined;
|
|
4853
4853
|
additionalCredentials?: any;
|
|
4854
4854
|
}, {
|
|
4855
|
-
id: string;
|
|
4856
4855
|
name: string;
|
|
4856
|
+
id: string;
|
|
4857
4857
|
picture?: string | undefined;
|
|
4858
4858
|
additionalCredentials?: any;
|
|
4859
4859
|
}>;
|
|
@@ -4875,14 +4875,14 @@ export declare const chatContract: {
|
|
|
4875
4875
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4876
4876
|
name: z.ZodString;
|
|
4877
4877
|
}, "strip", z.ZodTypeAny, {
|
|
4878
|
-
id: string;
|
|
4879
4878
|
name: string;
|
|
4879
|
+
id: string;
|
|
4880
4880
|
createdAt: Date;
|
|
4881
4881
|
updatedAt: Date;
|
|
4882
4882
|
deletedAt: Date | null;
|
|
4883
4883
|
}, {
|
|
4884
|
-
id: string;
|
|
4885
4884
|
name: string;
|
|
4885
|
+
id: string;
|
|
4886
4886
|
createdAt: Date;
|
|
4887
4887
|
updatedAt: Date;
|
|
4888
4888
|
deletedAt: Date | null;
|
|
@@ -5038,8 +5038,8 @@ export declare const chatContract: {
|
|
|
5038
5038
|
createdAt: Date;
|
|
5039
5039
|
updatedAt: Date;
|
|
5040
5040
|
deletedAt: Date | null;
|
|
5041
|
-
address?: string | null | undefined;
|
|
5042
5041
|
name?: string | undefined;
|
|
5042
|
+
address?: string | null | undefined;
|
|
5043
5043
|
phone?: string | null | undefined;
|
|
5044
5044
|
industry?: string | null | undefined;
|
|
5045
5045
|
}, {
|
|
@@ -5047,8 +5047,8 @@ export declare const chatContract: {
|
|
|
5047
5047
|
createdAt: Date;
|
|
5048
5048
|
updatedAt: Date;
|
|
5049
5049
|
deletedAt: Date | null;
|
|
5050
|
-
address?: string | null | undefined;
|
|
5051
5050
|
name?: string | undefined;
|
|
5051
|
+
address?: string | null | undefined;
|
|
5052
5052
|
phone?: string | null | undefined;
|
|
5053
5053
|
industry?: string | null | undefined;
|
|
5054
5054
|
}>>;
|
|
@@ -5066,13 +5066,13 @@ export declare const chatContract: {
|
|
|
5066
5066
|
picture: z.ZodOptional<z.ZodString>;
|
|
5067
5067
|
additionalCredentials: z.ZodAny;
|
|
5068
5068
|
}, "strip", z.ZodTypeAny, {
|
|
5069
|
-
id: string;
|
|
5070
5069
|
name: string;
|
|
5070
|
+
id: string;
|
|
5071
5071
|
picture?: string | undefined;
|
|
5072
5072
|
additionalCredentials?: any;
|
|
5073
5073
|
}, {
|
|
5074
|
-
id: string;
|
|
5075
5074
|
name: string;
|
|
5075
|
+
id: string;
|
|
5076
5076
|
picture?: string | undefined;
|
|
5077
5077
|
additionalCredentials?: any;
|
|
5078
5078
|
}>;
|
|
@@ -5080,8 +5080,8 @@ export declare const chatContract: {
|
|
|
5080
5080
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5081
5081
|
id: string;
|
|
5082
5082
|
metadata: {
|
|
5083
|
-
id: string;
|
|
5084
5083
|
name: string;
|
|
5084
|
+
id: string;
|
|
5085
5085
|
picture?: string | undefined;
|
|
5086
5086
|
additionalCredentials?: any;
|
|
5087
5087
|
};
|
|
@@ -5094,8 +5094,8 @@ export declare const chatContract: {
|
|
|
5094
5094
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5095
5095
|
id: string;
|
|
5096
5096
|
metadata: {
|
|
5097
|
-
id: string;
|
|
5098
5097
|
name: string;
|
|
5098
|
+
id: string;
|
|
5099
5099
|
picture?: string | undefined;
|
|
5100
5100
|
additionalCredentials?: any;
|
|
5101
5101
|
};
|
|
@@ -5405,10 +5405,10 @@ export declare const chatContract: {
|
|
|
5405
5405
|
};
|
|
5406
5406
|
}>, "many">>;
|
|
5407
5407
|
}, "strip", z.ZodTypeAny, {
|
|
5408
|
+
name: string;
|
|
5408
5409
|
id: string;
|
|
5409
5410
|
channel: string | null;
|
|
5410
5411
|
address: string | null;
|
|
5411
|
-
name: string;
|
|
5412
5412
|
createdAt: Date;
|
|
5413
5413
|
updatedAt: Date;
|
|
5414
5414
|
deletedAt: Date | null;
|
|
@@ -5453,8 +5453,8 @@ export declare const chatContract: {
|
|
|
5453
5453
|
createdAt: Date;
|
|
5454
5454
|
updatedAt: Date;
|
|
5455
5455
|
deletedAt: Date | null;
|
|
5456
|
-
address?: string | null | undefined;
|
|
5457
5456
|
name?: string | undefined;
|
|
5457
|
+
address?: string | null | undefined;
|
|
5458
5458
|
phone?: string | null | undefined;
|
|
5459
5459
|
industry?: string | null | undefined;
|
|
5460
5460
|
} | null;
|
|
@@ -5462,8 +5462,8 @@ export declare const chatContract: {
|
|
|
5462
5462
|
contactProfile: string | null;
|
|
5463
5463
|
socialProfileUrl: string | null;
|
|
5464
5464
|
tags: {
|
|
5465
|
-
id: string;
|
|
5466
5465
|
name: string;
|
|
5466
|
+
id: string;
|
|
5467
5467
|
createdAt: Date;
|
|
5468
5468
|
updatedAt: Date;
|
|
5469
5469
|
deletedAt: Date | null;
|
|
@@ -5488,8 +5488,8 @@ export declare const chatContract: {
|
|
|
5488
5488
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5489
5489
|
id: string;
|
|
5490
5490
|
metadata: {
|
|
5491
|
-
id: string;
|
|
5492
5491
|
name: string;
|
|
5492
|
+
id: string;
|
|
5493
5493
|
picture?: string | undefined;
|
|
5494
5494
|
additionalCredentials?: any;
|
|
5495
5495
|
};
|
|
@@ -5516,10 +5516,10 @@ export declare const chatContract: {
|
|
|
5516
5516
|
};
|
|
5517
5517
|
}[] | undefined;
|
|
5518
5518
|
}, {
|
|
5519
|
+
name: string;
|
|
5519
5520
|
id: string;
|
|
5520
5521
|
channel: string | null;
|
|
5521
5522
|
address: string | null;
|
|
5522
|
-
name: string;
|
|
5523
5523
|
createdAt: Date;
|
|
5524
5524
|
updatedAt: Date;
|
|
5525
5525
|
deletedAt: Date | null;
|
|
@@ -5564,8 +5564,8 @@ export declare const chatContract: {
|
|
|
5564
5564
|
createdAt: Date;
|
|
5565
5565
|
updatedAt: Date;
|
|
5566
5566
|
deletedAt: Date | null;
|
|
5567
|
-
address?: string | null | undefined;
|
|
5568
5567
|
name?: string | undefined;
|
|
5568
|
+
address?: string | null | undefined;
|
|
5569
5569
|
phone?: string | null | undefined;
|
|
5570
5570
|
industry?: string | null | undefined;
|
|
5571
5571
|
} | null;
|
|
@@ -5573,8 +5573,8 @@ export declare const chatContract: {
|
|
|
5573
5573
|
contactProfile: string | null;
|
|
5574
5574
|
socialProfileUrl: string | null;
|
|
5575
5575
|
tags: {
|
|
5576
|
-
id: string;
|
|
5577
5576
|
name: string;
|
|
5577
|
+
id: string;
|
|
5578
5578
|
createdAt: Date;
|
|
5579
5579
|
updatedAt: Date;
|
|
5580
5580
|
deletedAt: Date | null;
|
|
@@ -5599,8 +5599,8 @@ export declare const chatContract: {
|
|
|
5599
5599
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5600
5600
|
id: string;
|
|
5601
5601
|
metadata: {
|
|
5602
|
-
id: string;
|
|
5603
5602
|
name: string;
|
|
5603
|
+
id: string;
|
|
5604
5604
|
picture?: string | undefined;
|
|
5605
5605
|
additionalCredentials?: any;
|
|
5606
5606
|
};
|
|
@@ -5631,8 +5631,8 @@ export declare const chatContract: {
|
|
|
5631
5631
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5632
5632
|
id: string;
|
|
5633
5633
|
metadata: {
|
|
5634
|
-
id: string;
|
|
5635
5634
|
name: string;
|
|
5635
|
+
id: string;
|
|
5636
5636
|
picture?: string | undefined;
|
|
5637
5637
|
additionalCredentials?: any;
|
|
5638
5638
|
};
|
|
@@ -5640,10 +5640,10 @@ export declare const chatContract: {
|
|
|
5640
5640
|
updatedAt: Date;
|
|
5641
5641
|
deletedAt: Date | null;
|
|
5642
5642
|
contact: {
|
|
5643
|
+
name: string;
|
|
5643
5644
|
id: string;
|
|
5644
5645
|
channel: string | null;
|
|
5645
5646
|
address: string | null;
|
|
5646
|
-
name: string;
|
|
5647
5647
|
createdAt: Date;
|
|
5648
5648
|
updatedAt: Date;
|
|
5649
5649
|
deletedAt: Date | null;
|
|
@@ -5688,8 +5688,8 @@ export declare const chatContract: {
|
|
|
5688
5688
|
createdAt: Date;
|
|
5689
5689
|
updatedAt: Date;
|
|
5690
5690
|
deletedAt: Date | null;
|
|
5691
|
-
address?: string | null | undefined;
|
|
5692
5691
|
name?: string | undefined;
|
|
5692
|
+
address?: string | null | undefined;
|
|
5693
5693
|
phone?: string | null | undefined;
|
|
5694
5694
|
industry?: string | null | undefined;
|
|
5695
5695
|
} | null;
|
|
@@ -5697,8 +5697,8 @@ export declare const chatContract: {
|
|
|
5697
5697
|
contactProfile: string | null;
|
|
5698
5698
|
socialProfileUrl: string | null;
|
|
5699
5699
|
tags: {
|
|
5700
|
-
id: string;
|
|
5701
5700
|
name: string;
|
|
5701
|
+
id: string;
|
|
5702
5702
|
createdAt: Date;
|
|
5703
5703
|
updatedAt: Date;
|
|
5704
5704
|
deletedAt: Date | null;
|
|
@@ -5723,8 +5723,8 @@ export declare const chatContract: {
|
|
|
5723
5723
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5724
5724
|
id: string;
|
|
5725
5725
|
metadata: {
|
|
5726
|
-
id: string;
|
|
5727
5726
|
name: string;
|
|
5727
|
+
id: string;
|
|
5728
5728
|
picture?: string | undefined;
|
|
5729
5729
|
additionalCredentials?: any;
|
|
5730
5730
|
};
|
|
@@ -5757,8 +5757,8 @@ export declare const chatContract: {
|
|
|
5757
5757
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5758
5758
|
id: string;
|
|
5759
5759
|
metadata: {
|
|
5760
|
-
id: string;
|
|
5761
5760
|
name: string;
|
|
5761
|
+
id: string;
|
|
5762
5762
|
picture?: string | undefined;
|
|
5763
5763
|
additionalCredentials?: any;
|
|
5764
5764
|
};
|
|
@@ -5766,10 +5766,10 @@ export declare const chatContract: {
|
|
|
5766
5766
|
updatedAt: Date;
|
|
5767
5767
|
deletedAt: Date | null;
|
|
5768
5768
|
contact: {
|
|
5769
|
+
name: string;
|
|
5769
5770
|
id: string;
|
|
5770
5771
|
channel: string | null;
|
|
5771
5772
|
address: string | null;
|
|
5772
|
-
name: string;
|
|
5773
5773
|
createdAt: Date;
|
|
5774
5774
|
updatedAt: Date;
|
|
5775
5775
|
deletedAt: Date | null;
|
|
@@ -5814,8 +5814,8 @@ export declare const chatContract: {
|
|
|
5814
5814
|
createdAt: Date;
|
|
5815
5815
|
updatedAt: Date;
|
|
5816
5816
|
deletedAt: Date | null;
|
|
5817
|
-
address?: string | null | undefined;
|
|
5818
5817
|
name?: string | undefined;
|
|
5818
|
+
address?: string | null | undefined;
|
|
5819
5819
|
phone?: string | null | undefined;
|
|
5820
5820
|
industry?: string | null | undefined;
|
|
5821
5821
|
} | null;
|
|
@@ -5823,8 +5823,8 @@ export declare const chatContract: {
|
|
|
5823
5823
|
contactProfile: string | null;
|
|
5824
5824
|
socialProfileUrl: string | null;
|
|
5825
5825
|
tags: {
|
|
5826
|
-
id: string;
|
|
5827
5826
|
name: string;
|
|
5827
|
+
id: string;
|
|
5828
5828
|
createdAt: Date;
|
|
5829
5829
|
updatedAt: Date;
|
|
5830
5830
|
deletedAt: Date | null;
|
|
@@ -5849,8 +5849,8 @@ export declare const chatContract: {
|
|
|
5849
5849
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5850
5850
|
id: string;
|
|
5851
5851
|
metadata: {
|
|
5852
|
-
id: string;
|
|
5853
5852
|
name: string;
|
|
5853
|
+
id: string;
|
|
5854
5854
|
picture?: string | undefined;
|
|
5855
5855
|
additionalCredentials?: any;
|
|
5856
5856
|
};
|
|
@@ -5998,9 +5998,9 @@ export declare const chatContract: {
|
|
|
5998
5998
|
telephonySignature: string | null;
|
|
5999
5999
|
}>;
|
|
6000
6000
|
}, "strip", z.ZodTypeAny, {
|
|
6001
|
+
name: string;
|
|
6001
6002
|
id: string;
|
|
6002
6003
|
address: string | null;
|
|
6003
|
-
name: string;
|
|
6004
6004
|
email: string;
|
|
6005
6005
|
createdAt: Date;
|
|
6006
6006
|
updatedAt: Date;
|
|
@@ -6041,9 +6041,9 @@ export declare const chatContract: {
|
|
|
6041
6041
|
telephonySignature: string | null;
|
|
6042
6042
|
};
|
|
6043
6043
|
}, {
|
|
6044
|
+
name: string;
|
|
6044
6045
|
id: string;
|
|
6045
6046
|
address: string | null;
|
|
6046
|
-
name: string;
|
|
6047
6047
|
email: string;
|
|
6048
6048
|
createdAt: Date;
|
|
6049
6049
|
updatedAt: Date;
|
|
@@ -6118,14 +6118,14 @@ export declare const chatContract: {
|
|
|
6118
6118
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6119
6119
|
name: z.ZodString;
|
|
6120
6120
|
}, "strip", z.ZodTypeAny, {
|
|
6121
|
-
id: string;
|
|
6122
6121
|
name: string;
|
|
6122
|
+
id: string;
|
|
6123
6123
|
createdAt: Date;
|
|
6124
6124
|
updatedAt: Date;
|
|
6125
6125
|
deletedAt: Date | null;
|
|
6126
6126
|
}, {
|
|
6127
|
-
id: string;
|
|
6128
6127
|
name: string;
|
|
6128
|
+
id: string;
|
|
6129
6129
|
createdAt: Date;
|
|
6130
6130
|
updatedAt: Date;
|
|
6131
6131
|
deletedAt: Date | null;
|
|
@@ -6296,8 +6296,8 @@ export declare const chatContract: {
|
|
|
6296
6296
|
}[];
|
|
6297
6297
|
}[];
|
|
6298
6298
|
tags: {
|
|
6299
|
-
id: string;
|
|
6300
6299
|
name: string;
|
|
6300
|
+
id: string;
|
|
6301
6301
|
createdAt: Date;
|
|
6302
6302
|
updatedAt: Date;
|
|
6303
6303
|
deletedAt: Date | null;
|
|
@@ -6347,8 +6347,8 @@ export declare const chatContract: {
|
|
|
6347
6347
|
}[];
|
|
6348
6348
|
}[];
|
|
6349
6349
|
tags: {
|
|
6350
|
-
id: string;
|
|
6351
6350
|
name: string;
|
|
6351
|
+
id: string;
|
|
6352
6352
|
createdAt: Date;
|
|
6353
6353
|
updatedAt: Date;
|
|
6354
6354
|
deletedAt: Date | null;
|
|
@@ -6415,8 +6415,8 @@ export declare const chatContract: {
|
|
|
6415
6415
|
}[];
|
|
6416
6416
|
}[];
|
|
6417
6417
|
tags: {
|
|
6418
|
-
id: string;
|
|
6419
6418
|
name: string;
|
|
6419
|
+
id: string;
|
|
6420
6420
|
createdAt: Date;
|
|
6421
6421
|
updatedAt: Date;
|
|
6422
6422
|
deletedAt: Date | null;
|
|
@@ -6483,8 +6483,8 @@ export declare const chatContract: {
|
|
|
6483
6483
|
}[];
|
|
6484
6484
|
}[];
|
|
6485
6485
|
tags: {
|
|
6486
|
-
id: string;
|
|
6487
6486
|
name: string;
|
|
6487
|
+
id: string;
|
|
6488
6488
|
createdAt: Date;
|
|
6489
6489
|
updatedAt: Date;
|
|
6490
6490
|
deletedAt: Date | null;
|
|
@@ -6515,17 +6515,17 @@ export declare const chatContract: {
|
|
|
6515
6515
|
isActive: z.ZodBoolean;
|
|
6516
6516
|
type: z.ZodString;
|
|
6517
6517
|
}, "strip", z.ZodTypeAny, {
|
|
6518
|
+
name: string;
|
|
6518
6519
|
type: string;
|
|
6519
6520
|
id: string;
|
|
6520
|
-
name: string;
|
|
6521
6521
|
createdAt: Date;
|
|
6522
6522
|
updatedAt: Date;
|
|
6523
6523
|
deletedAt: Date | null;
|
|
6524
6524
|
isActive: boolean;
|
|
6525
6525
|
}, {
|
|
6526
|
+
name: string;
|
|
6526
6527
|
type: string;
|
|
6527
6528
|
id: string;
|
|
6528
|
-
name: string;
|
|
6529
6529
|
createdAt: Date;
|
|
6530
6530
|
updatedAt: Date;
|
|
6531
6531
|
deletedAt: Date | null;
|
|
@@ -6536,12 +6536,12 @@ export declare const chatContract: {
|
|
|
6536
6536
|
}, "strip", z.ZodTypeAny, {
|
|
6537
6537
|
id: string;
|
|
6538
6538
|
channel: {
|
|
6539
|
+
name: string;
|
|
6539
6540
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6540
6541
|
id: string;
|
|
6541
|
-
name: string;
|
|
6542
6542
|
metadata: {
|
|
6543
|
-
id: string;
|
|
6544
6543
|
name: string;
|
|
6544
|
+
id: string;
|
|
6545
6545
|
accessToken?: string | undefined;
|
|
6546
6546
|
channelSecret?: string | undefined;
|
|
6547
6547
|
additionalCredentials?: any;
|
|
@@ -6569,9 +6569,9 @@ export declare const chatContract: {
|
|
|
6569
6569
|
updatedAt: Date;
|
|
6570
6570
|
deletedAt: Date | null;
|
|
6571
6571
|
actor: {
|
|
6572
|
+
name: string;
|
|
6572
6573
|
id: string;
|
|
6573
6574
|
address: string | null;
|
|
6574
|
-
name: string;
|
|
6575
6575
|
email: string;
|
|
6576
6576
|
createdAt: Date;
|
|
6577
6577
|
updatedAt: Date;
|
|
@@ -6618,8 +6618,8 @@ export declare const chatContract: {
|
|
|
6618
6618
|
connectedUserName: string;
|
|
6619
6619
|
connectedUserId: string;
|
|
6620
6620
|
botpressBot: {
|
|
6621
|
-
id: string;
|
|
6622
6621
|
name: string;
|
|
6622
|
+
id: string;
|
|
6623
6623
|
accessToken: string;
|
|
6624
6624
|
botId: string;
|
|
6625
6625
|
integrationId: string;
|
|
@@ -6631,9 +6631,9 @@ export declare const chatContract: {
|
|
|
6631
6631
|
updatedAt: Date;
|
|
6632
6632
|
deletedAt: Date | null;
|
|
6633
6633
|
actor: {
|
|
6634
|
+
name: string;
|
|
6634
6635
|
id: string;
|
|
6635
6636
|
address: string | null;
|
|
6636
|
-
name: string;
|
|
6637
6637
|
email: string;
|
|
6638
6638
|
createdAt: Date;
|
|
6639
6639
|
updatedAt: Date;
|
|
@@ -6684,8 +6684,8 @@ export declare const chatContract: {
|
|
|
6684
6684
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6685
6685
|
id: string;
|
|
6686
6686
|
metadata: {
|
|
6687
|
-
id: string;
|
|
6688
6687
|
name: string;
|
|
6688
|
+
id: string;
|
|
6689
6689
|
picture?: string | undefined;
|
|
6690
6690
|
additionalCredentials?: any;
|
|
6691
6691
|
};
|
|
@@ -6693,10 +6693,10 @@ export declare const chatContract: {
|
|
|
6693
6693
|
updatedAt: Date;
|
|
6694
6694
|
deletedAt: Date | null;
|
|
6695
6695
|
contact: {
|
|
6696
|
+
name: string;
|
|
6696
6697
|
id: string;
|
|
6697
6698
|
channel: string | null;
|
|
6698
6699
|
address: string | null;
|
|
6699
|
-
name: string;
|
|
6700
6700
|
createdAt: Date;
|
|
6701
6701
|
updatedAt: Date;
|
|
6702
6702
|
deletedAt: Date | null;
|
|
@@ -6741,8 +6741,8 @@ export declare const chatContract: {
|
|
|
6741
6741
|
createdAt: Date;
|
|
6742
6742
|
updatedAt: Date;
|
|
6743
6743
|
deletedAt: Date | null;
|
|
6744
|
-
address?: string | null | undefined;
|
|
6745
6744
|
name?: string | undefined;
|
|
6745
|
+
address?: string | null | undefined;
|
|
6746
6746
|
phone?: string | null | undefined;
|
|
6747
6747
|
industry?: string | null | undefined;
|
|
6748
6748
|
} | null;
|
|
@@ -6750,8 +6750,8 @@ export declare const chatContract: {
|
|
|
6750
6750
|
contactProfile: string | null;
|
|
6751
6751
|
socialProfileUrl: string | null;
|
|
6752
6752
|
tags: {
|
|
6753
|
-
id: string;
|
|
6754
6753
|
name: string;
|
|
6754
|
+
id: string;
|
|
6755
6755
|
createdAt: Date;
|
|
6756
6756
|
updatedAt: Date;
|
|
6757
6757
|
deletedAt: Date | null;
|
|
@@ -6776,8 +6776,8 @@ export declare const chatContract: {
|
|
|
6776
6776
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6777
6777
|
id: string;
|
|
6778
6778
|
metadata: {
|
|
6779
|
-
id: string;
|
|
6780
6779
|
name: string;
|
|
6780
|
+
id: string;
|
|
6781
6781
|
picture?: string | undefined;
|
|
6782
6782
|
additionalCredentials?: any;
|
|
6783
6783
|
};
|
|
@@ -6808,9 +6808,9 @@ export declare const chatContract: {
|
|
|
6808
6808
|
socialPlatformId: string;
|
|
6809
6809
|
};
|
|
6810
6810
|
assignee: {
|
|
6811
|
+
name: string;
|
|
6811
6812
|
id: string;
|
|
6812
6813
|
address: string | null;
|
|
6813
|
-
name: string;
|
|
6814
6814
|
email: string;
|
|
6815
6815
|
createdAt: Date;
|
|
6816
6816
|
updatedAt: Date;
|
|
@@ -6900,8 +6900,8 @@ export declare const chatContract: {
|
|
|
6900
6900
|
}[];
|
|
6901
6901
|
}[];
|
|
6902
6902
|
tags: {
|
|
6903
|
-
id: string;
|
|
6904
6903
|
name: string;
|
|
6904
|
+
id: string;
|
|
6905
6905
|
createdAt: Date;
|
|
6906
6906
|
updatedAt: Date;
|
|
6907
6907
|
deletedAt: Date | null;
|
|
@@ -6924,9 +6924,9 @@ export declare const chatContract: {
|
|
|
6924
6924
|
} | null;
|
|
6925
6925
|
};
|
|
6926
6926
|
workflowRule: {
|
|
6927
|
+
name: string;
|
|
6927
6928
|
type: string;
|
|
6928
6929
|
id: string;
|
|
6929
|
-
name: string;
|
|
6930
6930
|
createdAt: Date;
|
|
6931
6931
|
updatedAt: Date;
|
|
6932
6932
|
deletedAt: Date | null;
|
|
@@ -6937,12 +6937,12 @@ export declare const chatContract: {
|
|
|
6937
6937
|
}, {
|
|
6938
6938
|
id: string;
|
|
6939
6939
|
channel: {
|
|
6940
|
+
name: string;
|
|
6940
6941
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6941
6942
|
id: string;
|
|
6942
|
-
name: string;
|
|
6943
6943
|
metadata: {
|
|
6944
|
-
id: string;
|
|
6945
6944
|
name: string;
|
|
6945
|
+
id: string;
|
|
6946
6946
|
accessToken?: string | undefined;
|
|
6947
6947
|
channelSecret?: string | undefined;
|
|
6948
6948
|
additionalCredentials?: any;
|
|
@@ -6970,9 +6970,9 @@ export declare const chatContract: {
|
|
|
6970
6970
|
updatedAt: Date;
|
|
6971
6971
|
deletedAt: Date | null;
|
|
6972
6972
|
actor: {
|
|
6973
|
+
name: string;
|
|
6973
6974
|
id: string;
|
|
6974
6975
|
address: string | null;
|
|
6975
|
-
name: string;
|
|
6976
6976
|
email: string;
|
|
6977
6977
|
createdAt: Date;
|
|
6978
6978
|
updatedAt: Date;
|
|
@@ -7019,8 +7019,8 @@ export declare const chatContract: {
|
|
|
7019
7019
|
connectedUserName: string;
|
|
7020
7020
|
connectedUserId: string;
|
|
7021
7021
|
botpressBot: {
|
|
7022
|
-
id: string;
|
|
7023
7022
|
name: string;
|
|
7023
|
+
id: string;
|
|
7024
7024
|
accessToken: string;
|
|
7025
7025
|
botId: string;
|
|
7026
7026
|
integrationId: string;
|
|
@@ -7032,9 +7032,9 @@ export declare const chatContract: {
|
|
|
7032
7032
|
updatedAt: Date;
|
|
7033
7033
|
deletedAt: Date | null;
|
|
7034
7034
|
actor: {
|
|
7035
|
+
name: string;
|
|
7035
7036
|
id: string;
|
|
7036
7037
|
address: string | null;
|
|
7037
|
-
name: string;
|
|
7038
7038
|
email: string;
|
|
7039
7039
|
createdAt: Date;
|
|
7040
7040
|
updatedAt: Date;
|
|
@@ -7085,8 +7085,8 @@ export declare const chatContract: {
|
|
|
7085
7085
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7086
7086
|
id: string;
|
|
7087
7087
|
metadata: {
|
|
7088
|
-
id: string;
|
|
7089
7088
|
name: string;
|
|
7089
|
+
id: string;
|
|
7090
7090
|
picture?: string | undefined;
|
|
7091
7091
|
additionalCredentials?: any;
|
|
7092
7092
|
};
|
|
@@ -7094,10 +7094,10 @@ export declare const chatContract: {
|
|
|
7094
7094
|
updatedAt: Date;
|
|
7095
7095
|
deletedAt: Date | null;
|
|
7096
7096
|
contact: {
|
|
7097
|
+
name: string;
|
|
7097
7098
|
id: string;
|
|
7098
7099
|
channel: string | null;
|
|
7099
7100
|
address: string | null;
|
|
7100
|
-
name: string;
|
|
7101
7101
|
createdAt: Date;
|
|
7102
7102
|
updatedAt: Date;
|
|
7103
7103
|
deletedAt: Date | null;
|
|
@@ -7142,8 +7142,8 @@ export declare const chatContract: {
|
|
|
7142
7142
|
createdAt: Date;
|
|
7143
7143
|
updatedAt: Date;
|
|
7144
7144
|
deletedAt: Date | null;
|
|
7145
|
-
address?: string | null | undefined;
|
|
7146
7145
|
name?: string | undefined;
|
|
7146
|
+
address?: string | null | undefined;
|
|
7147
7147
|
phone?: string | null | undefined;
|
|
7148
7148
|
industry?: string | null | undefined;
|
|
7149
7149
|
} | null;
|
|
@@ -7151,8 +7151,8 @@ export declare const chatContract: {
|
|
|
7151
7151
|
contactProfile: string | null;
|
|
7152
7152
|
socialProfileUrl: string | null;
|
|
7153
7153
|
tags: {
|
|
7154
|
-
id: string;
|
|
7155
7154
|
name: string;
|
|
7155
|
+
id: string;
|
|
7156
7156
|
createdAt: Date;
|
|
7157
7157
|
updatedAt: Date;
|
|
7158
7158
|
deletedAt: Date | null;
|
|
@@ -7177,8 +7177,8 @@ export declare const chatContract: {
|
|
|
7177
7177
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7178
7178
|
id: string;
|
|
7179
7179
|
metadata: {
|
|
7180
|
-
id: string;
|
|
7181
7180
|
name: string;
|
|
7181
|
+
id: string;
|
|
7182
7182
|
picture?: string | undefined;
|
|
7183
7183
|
additionalCredentials?: any;
|
|
7184
7184
|
};
|
|
@@ -7209,9 +7209,9 @@ export declare const chatContract: {
|
|
|
7209
7209
|
socialPlatformId: string;
|
|
7210
7210
|
};
|
|
7211
7211
|
assignee: {
|
|
7212
|
+
name: string;
|
|
7212
7213
|
id: string;
|
|
7213
7214
|
address: string | null;
|
|
7214
|
-
name: string;
|
|
7215
7215
|
email: string;
|
|
7216
7216
|
createdAt: Date;
|
|
7217
7217
|
updatedAt: Date;
|
|
@@ -7301,8 +7301,8 @@ export declare const chatContract: {
|
|
|
7301
7301
|
}[];
|
|
7302
7302
|
}[];
|
|
7303
7303
|
tags: {
|
|
7304
|
-
id: string;
|
|
7305
7304
|
name: string;
|
|
7305
|
+
id: string;
|
|
7306
7306
|
createdAt: Date;
|
|
7307
7307
|
updatedAt: Date;
|
|
7308
7308
|
deletedAt: Date | null;
|
|
@@ -7325,9 +7325,9 @@ export declare const chatContract: {
|
|
|
7325
7325
|
} | null;
|
|
7326
7326
|
};
|
|
7327
7327
|
workflowRule: {
|
|
7328
|
+
name: string;
|
|
7328
7329
|
type: string;
|
|
7329
7330
|
id: string;
|
|
7330
|
-
name: string;
|
|
7331
7331
|
createdAt: Date;
|
|
7332
7332
|
updatedAt: Date;
|
|
7333
7333
|
deletedAt: Date | null;
|
|
@@ -7340,12 +7340,12 @@ export declare const chatContract: {
|
|
|
7340
7340
|
data: {
|
|
7341
7341
|
id: string;
|
|
7342
7342
|
channel: {
|
|
7343
|
+
name: string;
|
|
7343
7344
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7344
7345
|
id: string;
|
|
7345
|
-
name: string;
|
|
7346
7346
|
metadata: {
|
|
7347
|
-
id: string;
|
|
7348
7347
|
name: string;
|
|
7348
|
+
id: string;
|
|
7349
7349
|
accessToken?: string | undefined;
|
|
7350
7350
|
channelSecret?: string | undefined;
|
|
7351
7351
|
additionalCredentials?: any;
|
|
@@ -7373,9 +7373,9 @@ export declare const chatContract: {
|
|
|
7373
7373
|
updatedAt: Date;
|
|
7374
7374
|
deletedAt: Date | null;
|
|
7375
7375
|
actor: {
|
|
7376
|
+
name: string;
|
|
7376
7377
|
id: string;
|
|
7377
7378
|
address: string | null;
|
|
7378
|
-
name: string;
|
|
7379
7379
|
email: string;
|
|
7380
7380
|
createdAt: Date;
|
|
7381
7381
|
updatedAt: Date;
|
|
@@ -7422,8 +7422,8 @@ export declare const chatContract: {
|
|
|
7422
7422
|
connectedUserName: string;
|
|
7423
7423
|
connectedUserId: string;
|
|
7424
7424
|
botpressBot: {
|
|
7425
|
-
id: string;
|
|
7426
7425
|
name: string;
|
|
7426
|
+
id: string;
|
|
7427
7427
|
accessToken: string;
|
|
7428
7428
|
botId: string;
|
|
7429
7429
|
integrationId: string;
|
|
@@ -7435,9 +7435,9 @@ export declare const chatContract: {
|
|
|
7435
7435
|
updatedAt: Date;
|
|
7436
7436
|
deletedAt: Date | null;
|
|
7437
7437
|
actor: {
|
|
7438
|
+
name: string;
|
|
7438
7439
|
id: string;
|
|
7439
7440
|
address: string | null;
|
|
7440
|
-
name: string;
|
|
7441
7441
|
email: string;
|
|
7442
7442
|
createdAt: Date;
|
|
7443
7443
|
updatedAt: Date;
|
|
@@ -7488,8 +7488,8 @@ export declare const chatContract: {
|
|
|
7488
7488
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7489
7489
|
id: string;
|
|
7490
7490
|
metadata: {
|
|
7491
|
-
id: string;
|
|
7492
7491
|
name: string;
|
|
7492
|
+
id: string;
|
|
7493
7493
|
picture?: string | undefined;
|
|
7494
7494
|
additionalCredentials?: any;
|
|
7495
7495
|
};
|
|
@@ -7497,10 +7497,10 @@ export declare const chatContract: {
|
|
|
7497
7497
|
updatedAt: Date;
|
|
7498
7498
|
deletedAt: Date | null;
|
|
7499
7499
|
contact: {
|
|
7500
|
+
name: string;
|
|
7500
7501
|
id: string;
|
|
7501
7502
|
channel: string | null;
|
|
7502
7503
|
address: string | null;
|
|
7503
|
-
name: string;
|
|
7504
7504
|
createdAt: Date;
|
|
7505
7505
|
updatedAt: Date;
|
|
7506
7506
|
deletedAt: Date | null;
|
|
@@ -7545,8 +7545,8 @@ export declare const chatContract: {
|
|
|
7545
7545
|
createdAt: Date;
|
|
7546
7546
|
updatedAt: Date;
|
|
7547
7547
|
deletedAt: Date | null;
|
|
7548
|
-
address?: string | null | undefined;
|
|
7549
7548
|
name?: string | undefined;
|
|
7549
|
+
address?: string | null | undefined;
|
|
7550
7550
|
phone?: string | null | undefined;
|
|
7551
7551
|
industry?: string | null | undefined;
|
|
7552
7552
|
} | null;
|
|
@@ -7554,8 +7554,8 @@ export declare const chatContract: {
|
|
|
7554
7554
|
contactProfile: string | null;
|
|
7555
7555
|
socialProfileUrl: string | null;
|
|
7556
7556
|
tags: {
|
|
7557
|
-
id: string;
|
|
7558
7557
|
name: string;
|
|
7558
|
+
id: string;
|
|
7559
7559
|
createdAt: Date;
|
|
7560
7560
|
updatedAt: Date;
|
|
7561
7561
|
deletedAt: Date | null;
|
|
@@ -7580,8 +7580,8 @@ export declare const chatContract: {
|
|
|
7580
7580
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7581
7581
|
id: string;
|
|
7582
7582
|
metadata: {
|
|
7583
|
-
id: string;
|
|
7584
7583
|
name: string;
|
|
7584
|
+
id: string;
|
|
7585
7585
|
picture?: string | undefined;
|
|
7586
7586
|
additionalCredentials?: any;
|
|
7587
7587
|
};
|
|
@@ -7612,9 +7612,9 @@ export declare const chatContract: {
|
|
|
7612
7612
|
socialPlatformId: string;
|
|
7613
7613
|
};
|
|
7614
7614
|
assignee: {
|
|
7615
|
+
name: string;
|
|
7615
7616
|
id: string;
|
|
7616
7617
|
address: string | null;
|
|
7617
|
-
name: string;
|
|
7618
7618
|
email: string;
|
|
7619
7619
|
createdAt: Date;
|
|
7620
7620
|
updatedAt: Date;
|
|
@@ -7704,8 +7704,8 @@ export declare const chatContract: {
|
|
|
7704
7704
|
}[];
|
|
7705
7705
|
}[];
|
|
7706
7706
|
tags: {
|
|
7707
|
-
id: string;
|
|
7708
7707
|
name: string;
|
|
7708
|
+
id: string;
|
|
7709
7709
|
createdAt: Date;
|
|
7710
7710
|
updatedAt: Date;
|
|
7711
7711
|
deletedAt: Date | null;
|
|
@@ -7728,9 +7728,9 @@ export declare const chatContract: {
|
|
|
7728
7728
|
} | null;
|
|
7729
7729
|
};
|
|
7730
7730
|
workflowRule: {
|
|
7731
|
+
name: string;
|
|
7731
7732
|
type: string;
|
|
7732
7733
|
id: string;
|
|
7733
|
-
name: string;
|
|
7734
7734
|
createdAt: Date;
|
|
7735
7735
|
updatedAt: Date;
|
|
7736
7736
|
deletedAt: Date | null;
|
|
@@ -7744,12 +7744,12 @@ export declare const chatContract: {
|
|
|
7744
7744
|
data: {
|
|
7745
7745
|
id: string;
|
|
7746
7746
|
channel: {
|
|
7747
|
+
name: string;
|
|
7747
7748
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7748
7749
|
id: string;
|
|
7749
|
-
name: string;
|
|
7750
7750
|
metadata: {
|
|
7751
|
-
id: string;
|
|
7752
7751
|
name: string;
|
|
7752
|
+
id: string;
|
|
7753
7753
|
accessToken?: string | undefined;
|
|
7754
7754
|
channelSecret?: string | undefined;
|
|
7755
7755
|
additionalCredentials?: any;
|
|
@@ -7777,9 +7777,9 @@ export declare const chatContract: {
|
|
|
7777
7777
|
updatedAt: Date;
|
|
7778
7778
|
deletedAt: Date | null;
|
|
7779
7779
|
actor: {
|
|
7780
|
+
name: string;
|
|
7780
7781
|
id: string;
|
|
7781
7782
|
address: string | null;
|
|
7782
|
-
name: string;
|
|
7783
7783
|
email: string;
|
|
7784
7784
|
createdAt: Date;
|
|
7785
7785
|
updatedAt: Date;
|
|
@@ -7826,8 +7826,8 @@ export declare const chatContract: {
|
|
|
7826
7826
|
connectedUserName: string;
|
|
7827
7827
|
connectedUserId: string;
|
|
7828
7828
|
botpressBot: {
|
|
7829
|
-
id: string;
|
|
7830
7829
|
name: string;
|
|
7830
|
+
id: string;
|
|
7831
7831
|
accessToken: string;
|
|
7832
7832
|
botId: string;
|
|
7833
7833
|
integrationId: string;
|
|
@@ -7839,9 +7839,9 @@ export declare const chatContract: {
|
|
|
7839
7839
|
updatedAt: Date;
|
|
7840
7840
|
deletedAt: Date | null;
|
|
7841
7841
|
actor: {
|
|
7842
|
+
name: string;
|
|
7842
7843
|
id: string;
|
|
7843
7844
|
address: string | null;
|
|
7844
|
-
name: string;
|
|
7845
7845
|
email: string;
|
|
7846
7846
|
createdAt: Date;
|
|
7847
7847
|
updatedAt: Date;
|
|
@@ -7892,8 +7892,8 @@ export declare const chatContract: {
|
|
|
7892
7892
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7893
7893
|
id: string;
|
|
7894
7894
|
metadata: {
|
|
7895
|
-
id: string;
|
|
7896
7895
|
name: string;
|
|
7896
|
+
id: string;
|
|
7897
7897
|
picture?: string | undefined;
|
|
7898
7898
|
additionalCredentials?: any;
|
|
7899
7899
|
};
|
|
@@ -7901,10 +7901,10 @@ export declare const chatContract: {
|
|
|
7901
7901
|
updatedAt: Date;
|
|
7902
7902
|
deletedAt: Date | null;
|
|
7903
7903
|
contact: {
|
|
7904
|
+
name: string;
|
|
7904
7905
|
id: string;
|
|
7905
7906
|
channel: string | null;
|
|
7906
7907
|
address: string | null;
|
|
7907
|
-
name: string;
|
|
7908
7908
|
createdAt: Date;
|
|
7909
7909
|
updatedAt: Date;
|
|
7910
7910
|
deletedAt: Date | null;
|
|
@@ -7949,8 +7949,8 @@ export declare const chatContract: {
|
|
|
7949
7949
|
createdAt: Date;
|
|
7950
7950
|
updatedAt: Date;
|
|
7951
7951
|
deletedAt: Date | null;
|
|
7952
|
-
address?: string | null | undefined;
|
|
7953
7952
|
name?: string | undefined;
|
|
7953
|
+
address?: string | null | undefined;
|
|
7954
7954
|
phone?: string | null | undefined;
|
|
7955
7955
|
industry?: string | null | undefined;
|
|
7956
7956
|
} | null;
|
|
@@ -7958,8 +7958,8 @@ export declare const chatContract: {
|
|
|
7958
7958
|
contactProfile: string | null;
|
|
7959
7959
|
socialProfileUrl: string | null;
|
|
7960
7960
|
tags: {
|
|
7961
|
-
id: string;
|
|
7962
7961
|
name: string;
|
|
7962
|
+
id: string;
|
|
7963
7963
|
createdAt: Date;
|
|
7964
7964
|
updatedAt: Date;
|
|
7965
7965
|
deletedAt: Date | null;
|
|
@@ -7984,8 +7984,8 @@ export declare const chatContract: {
|
|
|
7984
7984
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7985
7985
|
id: string;
|
|
7986
7986
|
metadata: {
|
|
7987
|
-
id: string;
|
|
7988
7987
|
name: string;
|
|
7988
|
+
id: string;
|
|
7989
7989
|
picture?: string | undefined;
|
|
7990
7990
|
additionalCredentials?: any;
|
|
7991
7991
|
};
|
|
@@ -8016,9 +8016,9 @@ export declare const chatContract: {
|
|
|
8016
8016
|
socialPlatformId: string;
|
|
8017
8017
|
};
|
|
8018
8018
|
assignee: {
|
|
8019
|
+
name: string;
|
|
8019
8020
|
id: string;
|
|
8020
8021
|
address: string | null;
|
|
8021
|
-
name: string;
|
|
8022
8022
|
email: string;
|
|
8023
8023
|
createdAt: Date;
|
|
8024
8024
|
updatedAt: Date;
|
|
@@ -8108,8 +8108,8 @@ export declare const chatContract: {
|
|
|
8108
8108
|
}[];
|
|
8109
8109
|
}[];
|
|
8110
8110
|
tags: {
|
|
8111
|
-
id: string;
|
|
8112
8111
|
name: string;
|
|
8112
|
+
id: string;
|
|
8113
8113
|
createdAt: Date;
|
|
8114
8114
|
updatedAt: Date;
|
|
8115
8115
|
deletedAt: Date | null;
|
|
@@ -8132,9 +8132,9 @@ export declare const chatContract: {
|
|
|
8132
8132
|
} | null;
|
|
8133
8133
|
};
|
|
8134
8134
|
workflowRule: {
|
|
8135
|
+
name: string;
|
|
8135
8136
|
type: string;
|
|
8136
8137
|
id: string;
|
|
8137
|
-
name: string;
|
|
8138
8138
|
createdAt: Date;
|
|
8139
8139
|
updatedAt: Date;
|
|
8140
8140
|
deletedAt: Date | null;
|