@kl1/contracts 1.1.52 → 1.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +439 -439
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +14 -14
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +844 -862
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +8211 -8077
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +315 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/presence-status/index.d.ts +556 -0
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts +31 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts +28 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +1934 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/schema.d.ts +2059 -0
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/validation.d.ts +37 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +530 -530
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +320 -186
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +68 -58
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +19983 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -71,13 +71,13 @@ export declare const contactContract: {
|
|
71
71
|
mailRoomId: z.ZodOptional<z.ZodString>;
|
72
72
|
isTheMailRoomOwner: z.ZodOptional<z.ZodBoolean>;
|
73
73
|
}, "strip", z.ZodTypeAny, {
|
74
|
-
|
74
|
+
name: {
|
75
75
|
[x: string]: any;
|
76
76
|
};
|
77
|
-
|
77
|
+
channel: {
|
78
78
|
[x: string]: any;
|
79
79
|
};
|
80
|
-
|
80
|
+
address: {
|
81
81
|
[x: string]: any;
|
82
82
|
};
|
83
83
|
email: {
|
@@ -101,13 +101,13 @@ export declare const contactContract: {
|
|
101
101
|
mailRoomId?: string | undefined;
|
102
102
|
isTheMailRoomOwner?: boolean | undefined;
|
103
103
|
}, {
|
104
|
-
|
104
|
+
name: {
|
105
105
|
[x: string]: any;
|
106
106
|
};
|
107
|
-
|
107
|
+
channel: {
|
108
108
|
[x: string]: any;
|
109
109
|
};
|
110
|
-
|
110
|
+
address: {
|
111
111
|
[x: string]: any;
|
112
112
|
};
|
113
113
|
email: {
|
@@ -154,14 +154,14 @@ export declare const contactContract: {
|
|
154
154
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
155
155
|
name: z.ZodString;
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
157
|
-
id: string;
|
158
157
|
name: string;
|
158
|
+
id: string;
|
159
159
|
createdAt: Date;
|
160
160
|
updatedAt: Date;
|
161
161
|
deletedAt: Date | null;
|
162
162
|
}, {
|
163
|
-
id: string;
|
164
163
|
name: string;
|
164
|
+
id: string;
|
165
165
|
createdAt: Date;
|
166
166
|
updatedAt: Date;
|
167
167
|
deletedAt: Date | null;
|
@@ -317,8 +317,8 @@ export declare const contactContract: {
|
|
317
317
|
createdAt: Date;
|
318
318
|
updatedAt: Date;
|
319
319
|
deletedAt: Date | null;
|
320
|
-
address?: string | null | undefined;
|
321
320
|
name?: string | undefined;
|
321
|
+
address?: string | null | undefined;
|
322
322
|
phone?: string | null | undefined;
|
323
323
|
industry?: string | null | undefined;
|
324
324
|
}, {
|
@@ -326,8 +326,8 @@ export declare const contactContract: {
|
|
326
326
|
createdAt: Date;
|
327
327
|
updatedAt: Date;
|
328
328
|
deletedAt: Date | null;
|
329
|
-
address?: string | null | undefined;
|
330
329
|
name?: string | undefined;
|
330
|
+
address?: string | null | undefined;
|
331
331
|
phone?: string | null | undefined;
|
332
332
|
industry?: string | null | undefined;
|
333
333
|
}>>;
|
@@ -345,13 +345,13 @@ export declare const contactContract: {
|
|
345
345
|
picture: z.ZodOptional<z.ZodString>;
|
346
346
|
additionalCredentials: z.ZodAny;
|
347
347
|
}, "strip", z.ZodTypeAny, {
|
348
|
-
id: string;
|
349
348
|
name: string;
|
349
|
+
id: string;
|
350
350
|
picture?: string | undefined;
|
351
351
|
additionalCredentials?: any;
|
352
352
|
}, {
|
353
|
-
id: string;
|
354
353
|
name: string;
|
354
|
+
id: string;
|
355
355
|
picture?: string | undefined;
|
356
356
|
additionalCredentials?: any;
|
357
357
|
}>;
|
@@ -359,8 +359,8 @@ export declare const contactContract: {
|
|
359
359
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
360
360
|
id: string;
|
361
361
|
metadata: {
|
362
|
-
id: string;
|
363
362
|
name: string;
|
363
|
+
id: string;
|
364
364
|
picture?: string | undefined;
|
365
365
|
additionalCredentials?: any;
|
366
366
|
};
|
@@ -373,8 +373,8 @@ export declare const contactContract: {
|
|
373
373
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
374
374
|
id: string;
|
375
375
|
metadata: {
|
376
|
-
id: string;
|
377
376
|
name: string;
|
377
|
+
id: string;
|
378
378
|
picture?: string | undefined;
|
379
379
|
additionalCredentials?: any;
|
380
380
|
};
|
@@ -684,10 +684,10 @@ export declare const contactContract: {
|
|
684
684
|
};
|
685
685
|
}>, "many">>;
|
686
686
|
}, "strip", z.ZodTypeAny, {
|
687
|
+
name: string;
|
687
688
|
id: string;
|
688
689
|
channel: string | null;
|
689
690
|
address: string | null;
|
690
|
-
name: string;
|
691
691
|
createdAt: Date;
|
692
692
|
updatedAt: Date;
|
693
693
|
deletedAt: Date | null;
|
@@ -732,8 +732,8 @@ export declare const contactContract: {
|
|
732
732
|
createdAt: Date;
|
733
733
|
updatedAt: Date;
|
734
734
|
deletedAt: Date | null;
|
735
|
-
address?: string | null | undefined;
|
736
735
|
name?: string | undefined;
|
736
|
+
address?: string | null | undefined;
|
737
737
|
phone?: string | null | undefined;
|
738
738
|
industry?: string | null | undefined;
|
739
739
|
} | null;
|
@@ -741,8 +741,8 @@ export declare const contactContract: {
|
|
741
741
|
contactProfile: string | null;
|
742
742
|
socialProfileUrl: string | null;
|
743
743
|
tags: {
|
744
|
-
id: string;
|
745
744
|
name: string;
|
745
|
+
id: string;
|
746
746
|
createdAt: Date;
|
747
747
|
updatedAt: Date;
|
748
748
|
deletedAt: Date | null;
|
@@ -767,8 +767,8 @@ export declare const contactContract: {
|
|
767
767
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
768
768
|
id: string;
|
769
769
|
metadata: {
|
770
|
-
id: string;
|
771
770
|
name: string;
|
771
|
+
id: string;
|
772
772
|
picture?: string | undefined;
|
773
773
|
additionalCredentials?: any;
|
774
774
|
};
|
@@ -795,10 +795,10 @@ export declare const contactContract: {
|
|
795
795
|
};
|
796
796
|
}[] | undefined;
|
797
797
|
}, {
|
798
|
+
name: string;
|
798
799
|
id: string;
|
799
800
|
channel: string | null;
|
800
801
|
address: string | null;
|
801
|
-
name: string;
|
802
802
|
createdAt: Date;
|
803
803
|
updatedAt: Date;
|
804
804
|
deletedAt: Date | null;
|
@@ -843,8 +843,8 @@ export declare const contactContract: {
|
|
843
843
|
createdAt: Date;
|
844
844
|
updatedAt: Date;
|
845
845
|
deletedAt: Date | null;
|
846
|
-
address?: string | null | undefined;
|
847
846
|
name?: string | undefined;
|
847
|
+
address?: string | null | undefined;
|
848
848
|
phone?: string | null | undefined;
|
849
849
|
industry?: string | null | undefined;
|
850
850
|
} | null;
|
@@ -852,8 +852,8 @@ export declare const contactContract: {
|
|
852
852
|
contactProfile: string | null;
|
853
853
|
socialProfileUrl: string | null;
|
854
854
|
tags: {
|
855
|
-
id: string;
|
856
855
|
name: string;
|
856
|
+
id: string;
|
857
857
|
createdAt: Date;
|
858
858
|
updatedAt: Date;
|
859
859
|
deletedAt: Date | null;
|
@@ -878,8 +878,8 @@ export declare const contactContract: {
|
|
878
878
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
879
879
|
id: string;
|
880
880
|
metadata: {
|
881
|
-
id: string;
|
882
881
|
name: string;
|
882
|
+
id: string;
|
883
883
|
picture?: string | undefined;
|
884
884
|
additionalCredentials?: any;
|
885
885
|
};
|
@@ -908,10 +908,10 @@ export declare const contactContract: {
|
|
908
908
|
}>;
|
909
909
|
}, "strip", z.ZodTypeAny, {
|
910
910
|
data: {
|
911
|
+
name: string;
|
911
912
|
id: string;
|
912
913
|
channel: string | null;
|
913
914
|
address: string | null;
|
914
|
-
name: string;
|
915
915
|
createdAt: Date;
|
916
916
|
updatedAt: Date;
|
917
917
|
deletedAt: Date | null;
|
@@ -956,8 +956,8 @@ export declare const contactContract: {
|
|
956
956
|
createdAt: Date;
|
957
957
|
updatedAt: Date;
|
958
958
|
deletedAt: Date | null;
|
959
|
-
address?: string | null | undefined;
|
960
959
|
name?: string | undefined;
|
960
|
+
address?: string | null | undefined;
|
961
961
|
phone?: string | null | undefined;
|
962
962
|
industry?: string | null | undefined;
|
963
963
|
} | null;
|
@@ -965,8 +965,8 @@ export declare const contactContract: {
|
|
965
965
|
contactProfile: string | null;
|
966
966
|
socialProfileUrl: string | null;
|
967
967
|
tags: {
|
968
|
-
id: string;
|
969
968
|
name: string;
|
969
|
+
id: string;
|
970
970
|
createdAt: Date;
|
971
971
|
updatedAt: Date;
|
972
972
|
deletedAt: Date | null;
|
@@ -991,8 +991,8 @@ export declare const contactContract: {
|
|
991
991
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
992
992
|
id: string;
|
993
993
|
metadata: {
|
994
|
-
id: string;
|
995
994
|
name: string;
|
995
|
+
id: string;
|
996
996
|
picture?: string | undefined;
|
997
997
|
additionalCredentials?: any;
|
998
998
|
};
|
@@ -1022,10 +1022,10 @@ export declare const contactContract: {
|
|
1022
1022
|
requestId: string;
|
1023
1023
|
}, {
|
1024
1024
|
data: {
|
1025
|
+
name: string;
|
1025
1026
|
id: string;
|
1026
1027
|
channel: string | null;
|
1027
1028
|
address: string | null;
|
1028
|
-
name: string;
|
1029
1029
|
createdAt: Date;
|
1030
1030
|
updatedAt: Date;
|
1031
1031
|
deletedAt: Date | null;
|
@@ -1070,8 +1070,8 @@ export declare const contactContract: {
|
|
1070
1070
|
createdAt: Date;
|
1071
1071
|
updatedAt: Date;
|
1072
1072
|
deletedAt: Date | null;
|
1073
|
-
address?: string | null | undefined;
|
1074
1073
|
name?: string | undefined;
|
1074
|
+
address?: string | null | undefined;
|
1075
1075
|
phone?: string | null | undefined;
|
1076
1076
|
industry?: string | null | undefined;
|
1077
1077
|
} | null;
|
@@ -1079,8 +1079,8 @@ export declare const contactContract: {
|
|
1079
1079
|
contactProfile: string | null;
|
1080
1080
|
socialProfileUrl: string | null;
|
1081
1081
|
tags: {
|
1082
|
-
id: string;
|
1083
1082
|
name: string;
|
1083
|
+
id: string;
|
1084
1084
|
createdAt: Date;
|
1085
1085
|
updatedAt: Date;
|
1086
1086
|
deletedAt: Date | null;
|
@@ -1105,8 +1105,8 @@ export declare const contactContract: {
|
|
1105
1105
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1106
1106
|
id: string;
|
1107
1107
|
metadata: {
|
1108
|
-
id: string;
|
1109
1108
|
name: string;
|
1109
|
+
id: string;
|
1110
1110
|
picture?: string | undefined;
|
1111
1111
|
additionalCredentials?: any;
|
1112
1112
|
};
|
@@ -1296,14 +1296,14 @@ export declare const contactContract: {
|
|
1296
1296
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1297
1297
|
name: z.ZodString;
|
1298
1298
|
}, "strip", z.ZodTypeAny, {
|
1299
|
-
id: string;
|
1300
1299
|
name: string;
|
1300
|
+
id: string;
|
1301
1301
|
createdAt: Date;
|
1302
1302
|
updatedAt: Date;
|
1303
1303
|
deletedAt: Date | null;
|
1304
1304
|
}, {
|
1305
|
-
id: string;
|
1306
1305
|
name: string;
|
1306
|
+
id: string;
|
1307
1307
|
createdAt: Date;
|
1308
1308
|
updatedAt: Date;
|
1309
1309
|
deletedAt: Date | null;
|
@@ -1459,8 +1459,8 @@ export declare const contactContract: {
|
|
1459
1459
|
createdAt: Date;
|
1460
1460
|
updatedAt: Date;
|
1461
1461
|
deletedAt: Date | null;
|
1462
|
-
address?: string | null | undefined;
|
1463
1462
|
name?: string | undefined;
|
1463
|
+
address?: string | null | undefined;
|
1464
1464
|
phone?: string | null | undefined;
|
1465
1465
|
industry?: string | null | undefined;
|
1466
1466
|
}, {
|
@@ -1468,8 +1468,8 @@ export declare const contactContract: {
|
|
1468
1468
|
createdAt: Date;
|
1469
1469
|
updatedAt: Date;
|
1470
1470
|
deletedAt: Date | null;
|
1471
|
-
address?: string | null | undefined;
|
1472
1471
|
name?: string | undefined;
|
1472
|
+
address?: string | null | undefined;
|
1473
1473
|
phone?: string | null | undefined;
|
1474
1474
|
industry?: string | null | undefined;
|
1475
1475
|
}>>;
|
@@ -1487,13 +1487,13 @@ export declare const contactContract: {
|
|
1487
1487
|
picture: z.ZodOptional<z.ZodString>;
|
1488
1488
|
additionalCredentials: z.ZodAny;
|
1489
1489
|
}, "strip", z.ZodTypeAny, {
|
1490
|
-
id: string;
|
1491
1490
|
name: string;
|
1491
|
+
id: string;
|
1492
1492
|
picture?: string | undefined;
|
1493
1493
|
additionalCredentials?: any;
|
1494
1494
|
}, {
|
1495
|
-
id: string;
|
1496
1495
|
name: string;
|
1496
|
+
id: string;
|
1497
1497
|
picture?: string | undefined;
|
1498
1498
|
additionalCredentials?: any;
|
1499
1499
|
}>;
|
@@ -1501,8 +1501,8 @@ export declare const contactContract: {
|
|
1501
1501
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1502
1502
|
id: string;
|
1503
1503
|
metadata: {
|
1504
|
-
id: string;
|
1505
1504
|
name: string;
|
1505
|
+
id: string;
|
1506
1506
|
picture?: string | undefined;
|
1507
1507
|
additionalCredentials?: any;
|
1508
1508
|
};
|
@@ -1515,8 +1515,8 @@ export declare const contactContract: {
|
|
1515
1515
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1516
1516
|
id: string;
|
1517
1517
|
metadata: {
|
1518
|
-
id: string;
|
1519
1518
|
name: string;
|
1519
|
+
id: string;
|
1520
1520
|
picture?: string | undefined;
|
1521
1521
|
additionalCredentials?: any;
|
1522
1522
|
};
|
@@ -1826,10 +1826,10 @@ export declare const contactContract: {
|
|
1826
1826
|
};
|
1827
1827
|
}>, "many">>;
|
1828
1828
|
}, "strip", z.ZodTypeAny, {
|
1829
|
+
name: string;
|
1829
1830
|
id: string;
|
1830
1831
|
channel: string | null;
|
1831
1832
|
address: string | null;
|
1832
|
-
name: string;
|
1833
1833
|
createdAt: Date;
|
1834
1834
|
updatedAt: Date;
|
1835
1835
|
deletedAt: Date | null;
|
@@ -1874,8 +1874,8 @@ export declare const contactContract: {
|
|
1874
1874
|
createdAt: Date;
|
1875
1875
|
updatedAt: Date;
|
1876
1876
|
deletedAt: Date | null;
|
1877
|
-
address?: string | null | undefined;
|
1878
1877
|
name?: string | undefined;
|
1878
|
+
address?: string | null | undefined;
|
1879
1879
|
phone?: string | null | undefined;
|
1880
1880
|
industry?: string | null | undefined;
|
1881
1881
|
} | null;
|
@@ -1883,8 +1883,8 @@ export declare const contactContract: {
|
|
1883
1883
|
contactProfile: string | null;
|
1884
1884
|
socialProfileUrl: string | null;
|
1885
1885
|
tags: {
|
1886
|
-
id: string;
|
1887
1886
|
name: string;
|
1887
|
+
id: string;
|
1888
1888
|
createdAt: Date;
|
1889
1889
|
updatedAt: Date;
|
1890
1890
|
deletedAt: Date | null;
|
@@ -1909,8 +1909,8 @@ export declare const contactContract: {
|
|
1909
1909
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1910
1910
|
id: string;
|
1911
1911
|
metadata: {
|
1912
|
-
id: string;
|
1913
1912
|
name: string;
|
1913
|
+
id: string;
|
1914
1914
|
picture?: string | undefined;
|
1915
1915
|
additionalCredentials?: any;
|
1916
1916
|
};
|
@@ -1937,10 +1937,10 @@ export declare const contactContract: {
|
|
1937
1937
|
};
|
1938
1938
|
}[] | undefined;
|
1939
1939
|
}, {
|
1940
|
+
name: string;
|
1940
1941
|
id: string;
|
1941
1942
|
channel: string | null;
|
1942
1943
|
address: string | null;
|
1943
|
-
name: string;
|
1944
1944
|
createdAt: Date;
|
1945
1945
|
updatedAt: Date;
|
1946
1946
|
deletedAt: Date | null;
|
@@ -1985,8 +1985,8 @@ export declare const contactContract: {
|
|
1985
1985
|
createdAt: Date;
|
1986
1986
|
updatedAt: Date;
|
1987
1987
|
deletedAt: Date | null;
|
1988
|
-
address?: string | null | undefined;
|
1989
1988
|
name?: string | undefined;
|
1989
|
+
address?: string | null | undefined;
|
1990
1990
|
phone?: string | null | undefined;
|
1991
1991
|
industry?: string | null | undefined;
|
1992
1992
|
} | null;
|
@@ -1994,8 +1994,8 @@ export declare const contactContract: {
|
|
1994
1994
|
contactProfile: string | null;
|
1995
1995
|
socialProfileUrl: string | null;
|
1996
1996
|
tags: {
|
1997
|
-
id: string;
|
1998
1997
|
name: string;
|
1998
|
+
id: string;
|
1999
1999
|
createdAt: Date;
|
2000
2000
|
updatedAt: Date;
|
2001
2001
|
deletedAt: Date | null;
|
@@ -2020,8 +2020,8 @@ export declare const contactContract: {
|
|
2020
2020
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2021
2021
|
id: string;
|
2022
2022
|
metadata: {
|
2023
|
-
id: string;
|
2024
2023
|
name: string;
|
2024
|
+
id: string;
|
2025
2025
|
picture?: string | undefined;
|
2026
2026
|
additionalCredentials?: any;
|
2027
2027
|
};
|
@@ -2050,10 +2050,10 @@ export declare const contactContract: {
|
|
2050
2050
|
}>, "many">;
|
2051
2051
|
}, "strip", z.ZodTypeAny, {
|
2052
2052
|
data: {
|
2053
|
+
name: string;
|
2053
2054
|
id: string;
|
2054
2055
|
channel: string | null;
|
2055
2056
|
address: string | null;
|
2056
|
-
name: string;
|
2057
2057
|
createdAt: Date;
|
2058
2058
|
updatedAt: Date;
|
2059
2059
|
deletedAt: Date | null;
|
@@ -2098,8 +2098,8 @@ export declare const contactContract: {
|
|
2098
2098
|
createdAt: Date;
|
2099
2099
|
updatedAt: Date;
|
2100
2100
|
deletedAt: Date | null;
|
2101
|
-
address?: string | null | undefined;
|
2102
2101
|
name?: string | undefined;
|
2102
|
+
address?: string | null | undefined;
|
2103
2103
|
phone?: string | null | undefined;
|
2104
2104
|
industry?: string | null | undefined;
|
2105
2105
|
} | null;
|
@@ -2107,8 +2107,8 @@ export declare const contactContract: {
|
|
2107
2107
|
contactProfile: string | null;
|
2108
2108
|
socialProfileUrl: string | null;
|
2109
2109
|
tags: {
|
2110
|
-
id: string;
|
2111
2110
|
name: string;
|
2111
|
+
id: string;
|
2112
2112
|
createdAt: Date;
|
2113
2113
|
updatedAt: Date;
|
2114
2114
|
deletedAt: Date | null;
|
@@ -2133,8 +2133,8 @@ export declare const contactContract: {
|
|
2133
2133
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2134
2134
|
id: string;
|
2135
2135
|
metadata: {
|
2136
|
-
id: string;
|
2137
2136
|
name: string;
|
2137
|
+
id: string;
|
2138
2138
|
picture?: string | undefined;
|
2139
2139
|
additionalCredentials?: any;
|
2140
2140
|
};
|
@@ -2168,10 +2168,10 @@ export declare const contactContract: {
|
|
2168
2168
|
requestId: string;
|
2169
2169
|
}, {
|
2170
2170
|
data: {
|
2171
|
+
name: string;
|
2171
2172
|
id: string;
|
2172
2173
|
channel: string | null;
|
2173
2174
|
address: string | null;
|
2174
|
-
name: string;
|
2175
2175
|
createdAt: Date;
|
2176
2176
|
updatedAt: Date;
|
2177
2177
|
deletedAt: Date | null;
|
@@ -2216,8 +2216,8 @@ export declare const contactContract: {
|
|
2216
2216
|
createdAt: Date;
|
2217
2217
|
updatedAt: Date;
|
2218
2218
|
deletedAt: Date | null;
|
2219
|
-
address?: string | null | undefined;
|
2220
2219
|
name?: string | undefined;
|
2220
|
+
address?: string | null | undefined;
|
2221
2221
|
phone?: string | null | undefined;
|
2222
2222
|
industry?: string | null | undefined;
|
2223
2223
|
} | null;
|
@@ -2225,8 +2225,8 @@ export declare const contactContract: {
|
|
2225
2225
|
contactProfile: string | null;
|
2226
2226
|
socialProfileUrl: string | null;
|
2227
2227
|
tags: {
|
2228
|
-
id: string;
|
2229
2228
|
name: string;
|
2229
|
+
id: string;
|
2230
2230
|
createdAt: Date;
|
2231
2231
|
updatedAt: Date;
|
2232
2232
|
deletedAt: Date | null;
|
@@ -2251,8 +2251,8 @@ export declare const contactContract: {
|
|
2251
2251
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2252
2252
|
id: string;
|
2253
2253
|
metadata: {
|
2254
|
-
id: string;
|
2255
2254
|
name: string;
|
2255
|
+
id: string;
|
2256
2256
|
picture?: string | undefined;
|
2257
2257
|
additionalCredentials?: any;
|
2258
2258
|
};
|
@@ -2408,14 +2408,14 @@ export declare const contactContract: {
|
|
2408
2408
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2409
2409
|
name: z.ZodString;
|
2410
2410
|
}, "strip", z.ZodTypeAny, {
|
2411
|
-
id: string;
|
2412
2411
|
name: string;
|
2412
|
+
id: string;
|
2413
2413
|
createdAt: Date;
|
2414
2414
|
updatedAt: Date;
|
2415
2415
|
deletedAt: Date | null;
|
2416
2416
|
}, {
|
2417
|
-
id: string;
|
2418
2417
|
name: string;
|
2418
|
+
id: string;
|
2419
2419
|
createdAt: Date;
|
2420
2420
|
updatedAt: Date;
|
2421
2421
|
deletedAt: Date | null;
|
@@ -2571,8 +2571,8 @@ export declare const contactContract: {
|
|
2571
2571
|
createdAt: Date;
|
2572
2572
|
updatedAt: Date;
|
2573
2573
|
deletedAt: Date | null;
|
2574
|
-
address?: string | null | undefined;
|
2575
2574
|
name?: string | undefined;
|
2575
|
+
address?: string | null | undefined;
|
2576
2576
|
phone?: string | null | undefined;
|
2577
2577
|
industry?: string | null | undefined;
|
2578
2578
|
}, {
|
@@ -2580,8 +2580,8 @@ export declare const contactContract: {
|
|
2580
2580
|
createdAt: Date;
|
2581
2581
|
updatedAt: Date;
|
2582
2582
|
deletedAt: Date | null;
|
2583
|
-
address?: string | null | undefined;
|
2584
2583
|
name?: string | undefined;
|
2584
|
+
address?: string | null | undefined;
|
2585
2585
|
phone?: string | null | undefined;
|
2586
2586
|
industry?: string | null | undefined;
|
2587
2587
|
}>>;
|
@@ -2599,13 +2599,13 @@ export declare const contactContract: {
|
|
2599
2599
|
picture: z.ZodOptional<z.ZodString>;
|
2600
2600
|
additionalCredentials: z.ZodAny;
|
2601
2601
|
}, "strip", z.ZodTypeAny, {
|
2602
|
-
id: string;
|
2603
2602
|
name: string;
|
2603
|
+
id: string;
|
2604
2604
|
picture?: string | undefined;
|
2605
2605
|
additionalCredentials?: any;
|
2606
2606
|
}, {
|
2607
|
-
id: string;
|
2608
2607
|
name: string;
|
2608
|
+
id: string;
|
2609
2609
|
picture?: string | undefined;
|
2610
2610
|
additionalCredentials?: any;
|
2611
2611
|
}>;
|
@@ -2613,8 +2613,8 @@ export declare const contactContract: {
|
|
2613
2613
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2614
2614
|
id: string;
|
2615
2615
|
metadata: {
|
2616
|
-
id: string;
|
2617
2616
|
name: string;
|
2617
|
+
id: string;
|
2618
2618
|
picture?: string | undefined;
|
2619
2619
|
additionalCredentials?: any;
|
2620
2620
|
};
|
@@ -2627,8 +2627,8 @@ export declare const contactContract: {
|
|
2627
2627
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2628
2628
|
id: string;
|
2629
2629
|
metadata: {
|
2630
|
-
id: string;
|
2631
2630
|
name: string;
|
2631
|
+
id: string;
|
2632
2632
|
picture?: string | undefined;
|
2633
2633
|
additionalCredentials?: any;
|
2634
2634
|
};
|
@@ -2938,10 +2938,10 @@ export declare const contactContract: {
|
|
2938
2938
|
};
|
2939
2939
|
}>, "many">>;
|
2940
2940
|
}, "strip", z.ZodTypeAny, {
|
2941
|
+
name: string;
|
2941
2942
|
id: string;
|
2942
2943
|
channel: string | null;
|
2943
2944
|
address: string | null;
|
2944
|
-
name: string;
|
2945
2945
|
createdAt: Date;
|
2946
2946
|
updatedAt: Date;
|
2947
2947
|
deletedAt: Date | null;
|
@@ -2986,8 +2986,8 @@ export declare const contactContract: {
|
|
2986
2986
|
createdAt: Date;
|
2987
2987
|
updatedAt: Date;
|
2988
2988
|
deletedAt: Date | null;
|
2989
|
-
address?: string | null | undefined;
|
2990
2989
|
name?: string | undefined;
|
2990
|
+
address?: string | null | undefined;
|
2991
2991
|
phone?: string | null | undefined;
|
2992
2992
|
industry?: string | null | undefined;
|
2993
2993
|
} | null;
|
@@ -2995,8 +2995,8 @@ export declare const contactContract: {
|
|
2995
2995
|
contactProfile: string | null;
|
2996
2996
|
socialProfileUrl: string | null;
|
2997
2997
|
tags: {
|
2998
|
-
id: string;
|
2999
2998
|
name: string;
|
2999
|
+
id: string;
|
3000
3000
|
createdAt: Date;
|
3001
3001
|
updatedAt: Date;
|
3002
3002
|
deletedAt: Date | null;
|
@@ -3021,8 +3021,8 @@ export declare const contactContract: {
|
|
3021
3021
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3022
3022
|
id: string;
|
3023
3023
|
metadata: {
|
3024
|
-
id: string;
|
3025
3024
|
name: string;
|
3025
|
+
id: string;
|
3026
3026
|
picture?: string | undefined;
|
3027
3027
|
additionalCredentials?: any;
|
3028
3028
|
};
|
@@ -3049,10 +3049,10 @@ export declare const contactContract: {
|
|
3049
3049
|
};
|
3050
3050
|
}[] | undefined;
|
3051
3051
|
}, {
|
3052
|
+
name: string;
|
3052
3053
|
id: string;
|
3053
3054
|
channel: string | null;
|
3054
3055
|
address: string | null;
|
3055
|
-
name: string;
|
3056
3056
|
createdAt: Date;
|
3057
3057
|
updatedAt: Date;
|
3058
3058
|
deletedAt: Date | null;
|
@@ -3097,8 +3097,8 @@ export declare const contactContract: {
|
|
3097
3097
|
createdAt: Date;
|
3098
3098
|
updatedAt: Date;
|
3099
3099
|
deletedAt: Date | null;
|
3100
|
-
address?: string | null | undefined;
|
3101
3100
|
name?: string | undefined;
|
3101
|
+
address?: string | null | undefined;
|
3102
3102
|
phone?: string | null | undefined;
|
3103
3103
|
industry?: string | null | undefined;
|
3104
3104
|
} | null;
|
@@ -3106,8 +3106,8 @@ export declare const contactContract: {
|
|
3106
3106
|
contactProfile: string | null;
|
3107
3107
|
socialProfileUrl: string | null;
|
3108
3108
|
tags: {
|
3109
|
-
id: string;
|
3110
3109
|
name: string;
|
3110
|
+
id: string;
|
3111
3111
|
createdAt: Date;
|
3112
3112
|
updatedAt: Date;
|
3113
3113
|
deletedAt: Date | null;
|
@@ -3132,8 +3132,8 @@ export declare const contactContract: {
|
|
3132
3132
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3133
3133
|
id: string;
|
3134
3134
|
metadata: {
|
3135
|
-
id: string;
|
3136
3135
|
name: string;
|
3136
|
+
id: string;
|
3137
3137
|
picture?: string | undefined;
|
3138
3138
|
additionalCredentials?: any;
|
3139
3139
|
};
|
@@ -3162,10 +3162,10 @@ export declare const contactContract: {
|
|
3162
3162
|
}>, "many">;
|
3163
3163
|
}, "strip", z.ZodTypeAny, {
|
3164
3164
|
data: {
|
3165
|
+
name: string;
|
3165
3166
|
id: string;
|
3166
3167
|
channel: string | null;
|
3167
3168
|
address: string | null;
|
3168
|
-
name: string;
|
3169
3169
|
createdAt: Date;
|
3170
3170
|
updatedAt: Date;
|
3171
3171
|
deletedAt: Date | null;
|
@@ -3210,8 +3210,8 @@ export declare const contactContract: {
|
|
3210
3210
|
createdAt: Date;
|
3211
3211
|
updatedAt: Date;
|
3212
3212
|
deletedAt: Date | null;
|
3213
|
-
address?: string | null | undefined;
|
3214
3213
|
name?: string | undefined;
|
3214
|
+
address?: string | null | undefined;
|
3215
3215
|
phone?: string | null | undefined;
|
3216
3216
|
industry?: string | null | undefined;
|
3217
3217
|
} | null;
|
@@ -3219,8 +3219,8 @@ export declare const contactContract: {
|
|
3219
3219
|
contactProfile: string | null;
|
3220
3220
|
socialProfileUrl: string | null;
|
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;
|
@@ -3245,8 +3245,8 @@ export declare const contactContract: {
|
|
3245
3245
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3246
3246
|
id: string;
|
3247
3247
|
metadata: {
|
3248
|
-
id: string;
|
3249
3248
|
name: string;
|
3249
|
+
id: string;
|
3250
3250
|
picture?: string | undefined;
|
3251
3251
|
additionalCredentials?: any;
|
3252
3252
|
};
|
@@ -3280,10 +3280,10 @@ export declare const contactContract: {
|
|
3280
3280
|
requestId: string;
|
3281
3281
|
}, {
|
3282
3282
|
data: {
|
3283
|
+
name: string;
|
3283
3284
|
id: string;
|
3284
3285
|
channel: string | null;
|
3285
3286
|
address: string | null;
|
3286
|
-
name: string;
|
3287
3287
|
createdAt: Date;
|
3288
3288
|
updatedAt: Date;
|
3289
3289
|
deletedAt: Date | null;
|
@@ -3328,8 +3328,8 @@ export declare const contactContract: {
|
|
3328
3328
|
createdAt: Date;
|
3329
3329
|
updatedAt: Date;
|
3330
3330
|
deletedAt: Date | null;
|
3331
|
-
address?: string | null | undefined;
|
3332
3331
|
name?: string | undefined;
|
3332
|
+
address?: string | null | undefined;
|
3333
3333
|
phone?: string | null | undefined;
|
3334
3334
|
industry?: string | null | undefined;
|
3335
3335
|
} | null;
|
@@ -3337,8 +3337,8 @@ export declare const contactContract: {
|
|
3337
3337
|
contactProfile: string | null;
|
3338
3338
|
socialProfileUrl: string | null;
|
3339
3339
|
tags: {
|
3340
|
-
id: string;
|
3341
3340
|
name: string;
|
3341
|
+
id: string;
|
3342
3342
|
createdAt: Date;
|
3343
3343
|
updatedAt: Date;
|
3344
3344
|
deletedAt: Date | null;
|
@@ -3363,8 +3363,8 @@ export declare const contactContract: {
|
|
3363
3363
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3364
3364
|
id: string;
|
3365
3365
|
metadata: {
|
3366
|
-
id: string;
|
3367
3366
|
name: string;
|
3367
|
+
id: string;
|
3368
3368
|
picture?: string | undefined;
|
3369
3369
|
additionalCredentials?: any;
|
3370
3370
|
};
|
@@ -3607,14 +3607,14 @@ export declare const contactContract: {
|
|
3607
3607
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3608
3608
|
name: z.ZodString;
|
3609
3609
|
}, "strip", z.ZodTypeAny, {
|
3610
|
-
id: string;
|
3611
3610
|
name: string;
|
3611
|
+
id: string;
|
3612
3612
|
createdAt: Date;
|
3613
3613
|
updatedAt: Date;
|
3614
3614
|
deletedAt: Date | null;
|
3615
3615
|
}, {
|
3616
|
-
id: string;
|
3617
3616
|
name: string;
|
3617
|
+
id: string;
|
3618
3618
|
createdAt: Date;
|
3619
3619
|
updatedAt: Date;
|
3620
3620
|
deletedAt: Date | null;
|
@@ -3770,8 +3770,8 @@ export declare const contactContract: {
|
|
3770
3770
|
createdAt: Date;
|
3771
3771
|
updatedAt: Date;
|
3772
3772
|
deletedAt: Date | null;
|
3773
|
-
address?: string | null | undefined;
|
3774
3773
|
name?: string | undefined;
|
3774
|
+
address?: string | null | undefined;
|
3775
3775
|
phone?: string | null | undefined;
|
3776
3776
|
industry?: string | null | undefined;
|
3777
3777
|
}, {
|
@@ -3779,8 +3779,8 @@ export declare const contactContract: {
|
|
3779
3779
|
createdAt: Date;
|
3780
3780
|
updatedAt: Date;
|
3781
3781
|
deletedAt: Date | null;
|
3782
|
-
address?: string | null | undefined;
|
3783
3782
|
name?: string | undefined;
|
3783
|
+
address?: string | null | undefined;
|
3784
3784
|
phone?: string | null | undefined;
|
3785
3785
|
industry?: string | null | undefined;
|
3786
3786
|
}>>;
|
@@ -3798,13 +3798,13 @@ export declare const contactContract: {
|
|
3798
3798
|
picture: z.ZodOptional<z.ZodString>;
|
3799
3799
|
additionalCredentials: z.ZodAny;
|
3800
3800
|
}, "strip", z.ZodTypeAny, {
|
3801
|
-
id: string;
|
3802
3801
|
name: string;
|
3802
|
+
id: string;
|
3803
3803
|
picture?: string | undefined;
|
3804
3804
|
additionalCredentials?: any;
|
3805
3805
|
}, {
|
3806
|
-
id: string;
|
3807
3806
|
name: string;
|
3807
|
+
id: string;
|
3808
3808
|
picture?: string | undefined;
|
3809
3809
|
additionalCredentials?: any;
|
3810
3810
|
}>;
|
@@ -3812,8 +3812,8 @@ export declare const contactContract: {
|
|
3812
3812
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3813
3813
|
id: string;
|
3814
3814
|
metadata: {
|
3815
|
-
id: string;
|
3816
3815
|
name: string;
|
3816
|
+
id: string;
|
3817
3817
|
picture?: string | undefined;
|
3818
3818
|
additionalCredentials?: any;
|
3819
3819
|
};
|
@@ -3826,8 +3826,8 @@ export declare const contactContract: {
|
|
3826
3826
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3827
3827
|
id: string;
|
3828
3828
|
metadata: {
|
3829
|
-
id: string;
|
3830
3829
|
name: string;
|
3830
|
+
id: string;
|
3831
3831
|
picture?: string | undefined;
|
3832
3832
|
additionalCredentials?: any;
|
3833
3833
|
};
|
@@ -4137,10 +4137,10 @@ export declare const contactContract: {
|
|
4137
4137
|
};
|
4138
4138
|
}>, "many">>;
|
4139
4139
|
}, "strip", z.ZodTypeAny, {
|
4140
|
+
name: string;
|
4140
4141
|
id: string;
|
4141
4142
|
channel: string | null;
|
4142
4143
|
address: string | null;
|
4143
|
-
name: string;
|
4144
4144
|
createdAt: Date;
|
4145
4145
|
updatedAt: Date;
|
4146
4146
|
deletedAt: Date | null;
|
@@ -4185,8 +4185,8 @@ export declare const contactContract: {
|
|
4185
4185
|
createdAt: Date;
|
4186
4186
|
updatedAt: Date;
|
4187
4187
|
deletedAt: Date | null;
|
4188
|
-
address?: string | null | undefined;
|
4189
4188
|
name?: string | undefined;
|
4189
|
+
address?: string | null | undefined;
|
4190
4190
|
phone?: string | null | undefined;
|
4191
4191
|
industry?: string | null | undefined;
|
4192
4192
|
} | null;
|
@@ -4194,8 +4194,8 @@ export declare const contactContract: {
|
|
4194
4194
|
contactProfile: string | null;
|
4195
4195
|
socialProfileUrl: string | null;
|
4196
4196
|
tags: {
|
4197
|
-
id: string;
|
4198
4197
|
name: string;
|
4198
|
+
id: string;
|
4199
4199
|
createdAt: Date;
|
4200
4200
|
updatedAt: Date;
|
4201
4201
|
deletedAt: Date | null;
|
@@ -4220,8 +4220,8 @@ export declare const contactContract: {
|
|
4220
4220
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4221
4221
|
id: string;
|
4222
4222
|
metadata: {
|
4223
|
-
id: string;
|
4224
4223
|
name: string;
|
4224
|
+
id: string;
|
4225
4225
|
picture?: string | undefined;
|
4226
4226
|
additionalCredentials?: any;
|
4227
4227
|
};
|
@@ -4248,10 +4248,10 @@ export declare const contactContract: {
|
|
4248
4248
|
};
|
4249
4249
|
}[] | undefined;
|
4250
4250
|
}, {
|
4251
|
+
name: string;
|
4251
4252
|
id: string;
|
4252
4253
|
channel: string | null;
|
4253
4254
|
address: string | null;
|
4254
|
-
name: string;
|
4255
4255
|
createdAt: Date;
|
4256
4256
|
updatedAt: Date;
|
4257
4257
|
deletedAt: Date | null;
|
@@ -4296,8 +4296,8 @@ export declare const contactContract: {
|
|
4296
4296
|
createdAt: Date;
|
4297
4297
|
updatedAt: Date;
|
4298
4298
|
deletedAt: Date | null;
|
4299
|
-
address?: string | null | undefined;
|
4300
4299
|
name?: string | undefined;
|
4300
|
+
address?: string | null | undefined;
|
4301
4301
|
phone?: string | null | undefined;
|
4302
4302
|
industry?: string | null | undefined;
|
4303
4303
|
} | null;
|
@@ -4305,8 +4305,8 @@ export declare const contactContract: {
|
|
4305
4305
|
contactProfile: string | null;
|
4306
4306
|
socialProfileUrl: string | null;
|
4307
4307
|
tags: {
|
4308
|
-
id: string;
|
4309
4308
|
name: string;
|
4309
|
+
id: string;
|
4310
4310
|
createdAt: Date;
|
4311
4311
|
updatedAt: Date;
|
4312
4312
|
deletedAt: Date | null;
|
@@ -4331,8 +4331,8 @@ export declare const contactContract: {
|
|
4331
4331
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4332
4332
|
id: string;
|
4333
4333
|
metadata: {
|
4334
|
-
id: string;
|
4335
4334
|
name: string;
|
4335
|
+
id: string;
|
4336
4336
|
picture?: string | undefined;
|
4337
4337
|
additionalCredentials?: any;
|
4338
4338
|
};
|
@@ -4361,10 +4361,10 @@ export declare const contactContract: {
|
|
4361
4361
|
}>;
|
4362
4362
|
}, "strip", z.ZodTypeAny, {
|
4363
4363
|
data: {
|
4364
|
+
name: string;
|
4364
4365
|
id: string;
|
4365
4366
|
channel: string | null;
|
4366
4367
|
address: string | null;
|
4367
|
-
name: string;
|
4368
4368
|
createdAt: Date;
|
4369
4369
|
updatedAt: Date;
|
4370
4370
|
deletedAt: Date | null;
|
@@ -4409,8 +4409,8 @@ export declare const contactContract: {
|
|
4409
4409
|
createdAt: Date;
|
4410
4410
|
updatedAt: Date;
|
4411
4411
|
deletedAt: Date | null;
|
4412
|
-
address?: string | null | undefined;
|
4413
4412
|
name?: string | undefined;
|
4413
|
+
address?: string | null | undefined;
|
4414
4414
|
phone?: string | null | undefined;
|
4415
4415
|
industry?: string | null | undefined;
|
4416
4416
|
} | null;
|
@@ -4418,8 +4418,8 @@ export declare const contactContract: {
|
|
4418
4418
|
contactProfile: string | null;
|
4419
4419
|
socialProfileUrl: string | null;
|
4420
4420
|
tags: {
|
4421
|
-
id: string;
|
4422
4421
|
name: string;
|
4422
|
+
id: string;
|
4423
4423
|
createdAt: Date;
|
4424
4424
|
updatedAt: Date;
|
4425
4425
|
deletedAt: Date | null;
|
@@ -4444,8 +4444,8 @@ export declare const contactContract: {
|
|
4444
4444
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4445
4445
|
id: string;
|
4446
4446
|
metadata: {
|
4447
|
-
id: string;
|
4448
4447
|
name: string;
|
4448
|
+
id: string;
|
4449
4449
|
picture?: string | undefined;
|
4450
4450
|
additionalCredentials?: any;
|
4451
4451
|
};
|
@@ -4475,10 +4475,10 @@ export declare const contactContract: {
|
|
4475
4475
|
requestId: string;
|
4476
4476
|
}, {
|
4477
4477
|
data: {
|
4478
|
+
name: string;
|
4478
4479
|
id: string;
|
4479
4480
|
channel: string | null;
|
4480
4481
|
address: string | null;
|
4481
|
-
name: string;
|
4482
4482
|
createdAt: Date;
|
4483
4483
|
updatedAt: Date;
|
4484
4484
|
deletedAt: Date | null;
|
@@ -4523,8 +4523,8 @@ export declare const contactContract: {
|
|
4523
4523
|
createdAt: Date;
|
4524
4524
|
updatedAt: Date;
|
4525
4525
|
deletedAt: Date | null;
|
4526
|
-
address?: string | null | undefined;
|
4527
4526
|
name?: string | undefined;
|
4527
|
+
address?: string | null | undefined;
|
4528
4528
|
phone?: string | null | undefined;
|
4529
4529
|
industry?: string | null | undefined;
|
4530
4530
|
} | null;
|
@@ -4532,8 +4532,8 @@ export declare const contactContract: {
|
|
4532
4532
|
contactProfile: string | null;
|
4533
4533
|
socialProfileUrl: string | null;
|
4534
4534
|
tags: {
|
4535
|
-
id: string;
|
4536
4535
|
name: string;
|
4536
|
+
id: string;
|
4537
4537
|
createdAt: Date;
|
4538
4538
|
updatedAt: Date;
|
4539
4539
|
deletedAt: Date | null;
|
@@ -4558,8 +4558,8 @@ export declare const contactContract: {
|
|
4558
4558
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4559
4559
|
id: string;
|
4560
4560
|
metadata: {
|
4561
|
-
id: string;
|
4562
4561
|
name: string;
|
4562
|
+
id: string;
|
4563
4563
|
picture?: string | undefined;
|
4564
4564
|
additionalCredentials?: any;
|
4565
4565
|
};
|
@@ -4781,14 +4781,14 @@ export declare const contactContract: {
|
|
4781
4781
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4782
4782
|
name: z.ZodString;
|
4783
4783
|
}, "strip", z.ZodTypeAny, {
|
4784
|
-
id: string;
|
4785
4784
|
name: string;
|
4785
|
+
id: string;
|
4786
4786
|
createdAt: Date;
|
4787
4787
|
updatedAt: Date;
|
4788
4788
|
deletedAt: Date | null;
|
4789
4789
|
}, {
|
4790
|
-
id: string;
|
4791
4790
|
name: string;
|
4791
|
+
id: string;
|
4792
4792
|
createdAt: Date;
|
4793
4793
|
updatedAt: Date;
|
4794
4794
|
deletedAt: Date | null;
|
@@ -4944,8 +4944,8 @@ export declare const contactContract: {
|
|
4944
4944
|
createdAt: Date;
|
4945
4945
|
updatedAt: Date;
|
4946
4946
|
deletedAt: Date | null;
|
4947
|
-
address?: string | null | undefined;
|
4948
4947
|
name?: string | undefined;
|
4948
|
+
address?: string | null | undefined;
|
4949
4949
|
phone?: string | null | undefined;
|
4950
4950
|
industry?: string | null | undefined;
|
4951
4951
|
}, {
|
@@ -4953,8 +4953,8 @@ export declare const contactContract: {
|
|
4953
4953
|
createdAt: Date;
|
4954
4954
|
updatedAt: Date;
|
4955
4955
|
deletedAt: Date | null;
|
4956
|
-
address?: string | null | undefined;
|
4957
4956
|
name?: string | undefined;
|
4957
|
+
address?: string | null | undefined;
|
4958
4958
|
phone?: string | null | undefined;
|
4959
4959
|
industry?: string | null | undefined;
|
4960
4960
|
}>>;
|
@@ -4972,13 +4972,13 @@ export declare const contactContract: {
|
|
4972
4972
|
picture: z.ZodOptional<z.ZodString>;
|
4973
4973
|
additionalCredentials: z.ZodAny;
|
4974
4974
|
}, "strip", z.ZodTypeAny, {
|
4975
|
-
id: string;
|
4976
4975
|
name: string;
|
4976
|
+
id: string;
|
4977
4977
|
picture?: string | undefined;
|
4978
4978
|
additionalCredentials?: any;
|
4979
4979
|
}, {
|
4980
|
-
id: string;
|
4981
4980
|
name: string;
|
4981
|
+
id: string;
|
4982
4982
|
picture?: string | undefined;
|
4983
4983
|
additionalCredentials?: any;
|
4984
4984
|
}>;
|
@@ -4986,8 +4986,8 @@ export declare const contactContract: {
|
|
4986
4986
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4987
4987
|
id: string;
|
4988
4988
|
metadata: {
|
4989
|
-
id: string;
|
4990
4989
|
name: string;
|
4990
|
+
id: string;
|
4991
4991
|
picture?: string | undefined;
|
4992
4992
|
additionalCredentials?: any;
|
4993
4993
|
};
|
@@ -5000,8 +5000,8 @@ export declare const contactContract: {
|
|
5000
5000
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5001
5001
|
id: string;
|
5002
5002
|
metadata: {
|
5003
|
-
id: string;
|
5004
5003
|
name: string;
|
5004
|
+
id: string;
|
5005
5005
|
picture?: string | undefined;
|
5006
5006
|
additionalCredentials?: any;
|
5007
5007
|
};
|
@@ -5311,10 +5311,10 @@ export declare const contactContract: {
|
|
5311
5311
|
};
|
5312
5312
|
}>, "many">>;
|
5313
5313
|
}, "strip", z.ZodTypeAny, {
|
5314
|
+
name: string;
|
5314
5315
|
id: string;
|
5315
5316
|
channel: string | null;
|
5316
5317
|
address: string | null;
|
5317
|
-
name: string;
|
5318
5318
|
createdAt: Date;
|
5319
5319
|
updatedAt: Date;
|
5320
5320
|
deletedAt: Date | null;
|
@@ -5359,8 +5359,8 @@ export declare const contactContract: {
|
|
5359
5359
|
createdAt: Date;
|
5360
5360
|
updatedAt: Date;
|
5361
5361
|
deletedAt: Date | null;
|
5362
|
-
address?: string | null | undefined;
|
5363
5362
|
name?: string | undefined;
|
5363
|
+
address?: string | null | undefined;
|
5364
5364
|
phone?: string | null | undefined;
|
5365
5365
|
industry?: string | null | undefined;
|
5366
5366
|
} | null;
|
@@ -5368,8 +5368,8 @@ export declare const contactContract: {
|
|
5368
5368
|
contactProfile: string | null;
|
5369
5369
|
socialProfileUrl: string | null;
|
5370
5370
|
tags: {
|
5371
|
-
id: string;
|
5372
5371
|
name: string;
|
5372
|
+
id: string;
|
5373
5373
|
createdAt: Date;
|
5374
5374
|
updatedAt: Date;
|
5375
5375
|
deletedAt: Date | null;
|
@@ -5394,8 +5394,8 @@ export declare const contactContract: {
|
|
5394
5394
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5395
5395
|
id: string;
|
5396
5396
|
metadata: {
|
5397
|
-
id: string;
|
5398
5397
|
name: string;
|
5398
|
+
id: string;
|
5399
5399
|
picture?: string | undefined;
|
5400
5400
|
additionalCredentials?: any;
|
5401
5401
|
};
|
@@ -5422,10 +5422,10 @@ export declare const contactContract: {
|
|
5422
5422
|
};
|
5423
5423
|
}[] | undefined;
|
5424
5424
|
}, {
|
5425
|
+
name: string;
|
5425
5426
|
id: string;
|
5426
5427
|
channel: string | null;
|
5427
5428
|
address: string | null;
|
5428
|
-
name: string;
|
5429
5429
|
createdAt: Date;
|
5430
5430
|
updatedAt: Date;
|
5431
5431
|
deletedAt: Date | null;
|
@@ -5470,8 +5470,8 @@ export declare const contactContract: {
|
|
5470
5470
|
createdAt: Date;
|
5471
5471
|
updatedAt: Date;
|
5472
5472
|
deletedAt: Date | null;
|
5473
|
-
address?: string | null | undefined;
|
5474
5473
|
name?: string | undefined;
|
5474
|
+
address?: string | null | undefined;
|
5475
5475
|
phone?: string | null | undefined;
|
5476
5476
|
industry?: string | null | undefined;
|
5477
5477
|
} | null;
|
@@ -5479,8 +5479,8 @@ export declare const contactContract: {
|
|
5479
5479
|
contactProfile: string | null;
|
5480
5480
|
socialProfileUrl: string | null;
|
5481
5481
|
tags: {
|
5482
|
-
id: string;
|
5483
5482
|
name: string;
|
5483
|
+
id: string;
|
5484
5484
|
createdAt: Date;
|
5485
5485
|
updatedAt: Date;
|
5486
5486
|
deletedAt: Date | null;
|
@@ -5505,8 +5505,8 @@ export declare const contactContract: {
|
|
5505
5505
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5506
5506
|
id: string;
|
5507
5507
|
metadata: {
|
5508
|
-
id: string;
|
5509
5508
|
name: string;
|
5509
|
+
id: string;
|
5510
5510
|
picture?: string | undefined;
|
5511
5511
|
additionalCredentials?: any;
|
5512
5512
|
};
|
@@ -5535,10 +5535,10 @@ export declare const contactContract: {
|
|
5535
5535
|
}>;
|
5536
5536
|
}, "strip", z.ZodTypeAny, {
|
5537
5537
|
data: {
|
5538
|
+
name: string;
|
5538
5539
|
id: string;
|
5539
5540
|
channel: string | null;
|
5540
5541
|
address: string | null;
|
5541
|
-
name: string;
|
5542
5542
|
createdAt: Date;
|
5543
5543
|
updatedAt: Date;
|
5544
5544
|
deletedAt: Date | null;
|
@@ -5583,8 +5583,8 @@ export declare const contactContract: {
|
|
5583
5583
|
createdAt: Date;
|
5584
5584
|
updatedAt: Date;
|
5585
5585
|
deletedAt: Date | null;
|
5586
|
-
address?: string | null | undefined;
|
5587
5586
|
name?: string | undefined;
|
5587
|
+
address?: string | null | undefined;
|
5588
5588
|
phone?: string | null | undefined;
|
5589
5589
|
industry?: string | null | undefined;
|
5590
5590
|
} | null;
|
@@ -5592,8 +5592,8 @@ export declare const contactContract: {
|
|
5592
5592
|
contactProfile: string | null;
|
5593
5593
|
socialProfileUrl: string | null;
|
5594
5594
|
tags: {
|
5595
|
-
id: string;
|
5596
5595
|
name: string;
|
5596
|
+
id: string;
|
5597
5597
|
createdAt: Date;
|
5598
5598
|
updatedAt: Date;
|
5599
5599
|
deletedAt: Date | null;
|
@@ -5618,8 +5618,8 @@ export declare const contactContract: {
|
|
5618
5618
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5619
5619
|
id: string;
|
5620
5620
|
metadata: {
|
5621
|
-
id: string;
|
5622
5621
|
name: string;
|
5622
|
+
id: string;
|
5623
5623
|
picture?: string | undefined;
|
5624
5624
|
additionalCredentials?: any;
|
5625
5625
|
};
|
@@ -5649,10 +5649,10 @@ export declare const contactContract: {
|
|
5649
5649
|
requestId: string;
|
5650
5650
|
}, {
|
5651
5651
|
data: {
|
5652
|
+
name: string;
|
5652
5653
|
id: string;
|
5653
5654
|
channel: string | null;
|
5654
5655
|
address: string | null;
|
5655
|
-
name: string;
|
5656
5656
|
createdAt: Date;
|
5657
5657
|
updatedAt: Date;
|
5658
5658
|
deletedAt: Date | null;
|
@@ -5697,8 +5697,8 @@ export declare const contactContract: {
|
|
5697
5697
|
createdAt: Date;
|
5698
5698
|
updatedAt: Date;
|
5699
5699
|
deletedAt: Date | null;
|
5700
|
-
address?: string | null | undefined;
|
5701
5700
|
name?: string | undefined;
|
5701
|
+
address?: string | null | undefined;
|
5702
5702
|
phone?: string | null | undefined;
|
5703
5703
|
industry?: string | null | undefined;
|
5704
5704
|
} | null;
|
@@ -5706,8 +5706,8 @@ export declare const contactContract: {
|
|
5706
5706
|
contactProfile: string | null;
|
5707
5707
|
socialProfileUrl: string | null;
|
5708
5708
|
tags: {
|
5709
|
-
id: string;
|
5710
5709
|
name: string;
|
5710
|
+
id: string;
|
5711
5711
|
createdAt: Date;
|
5712
5712
|
updatedAt: Date;
|
5713
5713
|
deletedAt: Date | null;
|
@@ -5732,8 +5732,8 @@ export declare const contactContract: {
|
|
5732
5732
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5733
5733
|
id: string;
|
5734
5734
|
metadata: {
|
5735
|
-
id: string;
|
5736
5735
|
name: string;
|
5736
|
+
id: string;
|
5737
5737
|
picture?: string | undefined;
|
5738
5738
|
additionalCredentials?: any;
|
5739
5739
|
};
|
@@ -5872,14 +5872,14 @@ export declare const contactContract: {
|
|
5872
5872
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5873
5873
|
name: z.ZodString;
|
5874
5874
|
}, "strip", z.ZodTypeAny, {
|
5875
|
-
id: string;
|
5876
5875
|
name: string;
|
5876
|
+
id: string;
|
5877
5877
|
createdAt: Date;
|
5878
5878
|
updatedAt: Date;
|
5879
5879
|
deletedAt: Date | null;
|
5880
5880
|
}, {
|
5881
|
-
id: string;
|
5882
5881
|
name: string;
|
5882
|
+
id: string;
|
5883
5883
|
createdAt: Date;
|
5884
5884
|
updatedAt: Date;
|
5885
5885
|
deletedAt: Date | null;
|
@@ -6035,8 +6035,8 @@ export declare const contactContract: {
|
|
6035
6035
|
createdAt: Date;
|
6036
6036
|
updatedAt: Date;
|
6037
6037
|
deletedAt: Date | null;
|
6038
|
-
address?: string | null | undefined;
|
6039
6038
|
name?: string | undefined;
|
6039
|
+
address?: string | null | undefined;
|
6040
6040
|
phone?: string | null | undefined;
|
6041
6041
|
industry?: string | null | undefined;
|
6042
6042
|
}, {
|
@@ -6044,8 +6044,8 @@ export declare const contactContract: {
|
|
6044
6044
|
createdAt: Date;
|
6045
6045
|
updatedAt: Date;
|
6046
6046
|
deletedAt: Date | null;
|
6047
|
-
address?: string | null | undefined;
|
6048
6047
|
name?: string | undefined;
|
6048
|
+
address?: string | null | undefined;
|
6049
6049
|
phone?: string | null | undefined;
|
6050
6050
|
industry?: string | null | undefined;
|
6051
6051
|
}>>;
|
@@ -6063,13 +6063,13 @@ export declare const contactContract: {
|
|
6063
6063
|
picture: z.ZodOptional<z.ZodString>;
|
6064
6064
|
additionalCredentials: z.ZodAny;
|
6065
6065
|
}, "strip", z.ZodTypeAny, {
|
6066
|
-
id: string;
|
6067
6066
|
name: string;
|
6067
|
+
id: string;
|
6068
6068
|
picture?: string | undefined;
|
6069
6069
|
additionalCredentials?: any;
|
6070
6070
|
}, {
|
6071
|
-
id: string;
|
6072
6071
|
name: string;
|
6072
|
+
id: string;
|
6073
6073
|
picture?: string | undefined;
|
6074
6074
|
additionalCredentials?: any;
|
6075
6075
|
}>;
|
@@ -6077,8 +6077,8 @@ export declare const contactContract: {
|
|
6077
6077
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6078
6078
|
id: string;
|
6079
6079
|
metadata: {
|
6080
|
-
id: string;
|
6081
6080
|
name: string;
|
6081
|
+
id: string;
|
6082
6082
|
picture?: string | undefined;
|
6083
6083
|
additionalCredentials?: any;
|
6084
6084
|
};
|
@@ -6091,8 +6091,8 @@ export declare const contactContract: {
|
|
6091
6091
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6092
6092
|
id: string;
|
6093
6093
|
metadata: {
|
6094
|
-
id: string;
|
6095
6094
|
name: string;
|
6095
|
+
id: string;
|
6096
6096
|
picture?: string | undefined;
|
6097
6097
|
additionalCredentials?: any;
|
6098
6098
|
};
|
@@ -6402,10 +6402,10 @@ export declare const contactContract: {
|
|
6402
6402
|
};
|
6403
6403
|
}>, "many">>;
|
6404
6404
|
}, "strip", z.ZodTypeAny, {
|
6405
|
+
name: string;
|
6405
6406
|
id: string;
|
6406
6407
|
channel: string | null;
|
6407
6408
|
address: string | null;
|
6408
|
-
name: string;
|
6409
6409
|
createdAt: Date;
|
6410
6410
|
updatedAt: Date;
|
6411
6411
|
deletedAt: Date | null;
|
@@ -6450,8 +6450,8 @@ export declare const contactContract: {
|
|
6450
6450
|
createdAt: Date;
|
6451
6451
|
updatedAt: Date;
|
6452
6452
|
deletedAt: Date | null;
|
6453
|
-
address?: string | null | undefined;
|
6454
6453
|
name?: string | undefined;
|
6454
|
+
address?: string | null | undefined;
|
6455
6455
|
phone?: string | null | undefined;
|
6456
6456
|
industry?: string | null | undefined;
|
6457
6457
|
} | null;
|
@@ -6459,8 +6459,8 @@ export declare const contactContract: {
|
|
6459
6459
|
contactProfile: string | null;
|
6460
6460
|
socialProfileUrl: string | null;
|
6461
6461
|
tags: {
|
6462
|
-
id: string;
|
6463
6462
|
name: string;
|
6463
|
+
id: string;
|
6464
6464
|
createdAt: Date;
|
6465
6465
|
updatedAt: Date;
|
6466
6466
|
deletedAt: Date | null;
|
@@ -6485,8 +6485,8 @@ export declare const contactContract: {
|
|
6485
6485
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6486
6486
|
id: string;
|
6487
6487
|
metadata: {
|
6488
|
-
id: string;
|
6489
6488
|
name: string;
|
6489
|
+
id: string;
|
6490
6490
|
picture?: string | undefined;
|
6491
6491
|
additionalCredentials?: any;
|
6492
6492
|
};
|
@@ -6513,10 +6513,10 @@ export declare const contactContract: {
|
|
6513
6513
|
};
|
6514
6514
|
}[] | undefined;
|
6515
6515
|
}, {
|
6516
|
+
name: string;
|
6516
6517
|
id: string;
|
6517
6518
|
channel: string | null;
|
6518
6519
|
address: string | null;
|
6519
|
-
name: string;
|
6520
6520
|
createdAt: Date;
|
6521
6521
|
updatedAt: Date;
|
6522
6522
|
deletedAt: Date | null;
|
@@ -6561,8 +6561,8 @@ export declare const contactContract: {
|
|
6561
6561
|
createdAt: Date;
|
6562
6562
|
updatedAt: Date;
|
6563
6563
|
deletedAt: Date | null;
|
6564
|
-
address?: string | null | undefined;
|
6565
6564
|
name?: string | undefined;
|
6565
|
+
address?: string | null | undefined;
|
6566
6566
|
phone?: string | null | undefined;
|
6567
6567
|
industry?: string | null | undefined;
|
6568
6568
|
} | null;
|
@@ -6570,8 +6570,8 @@ export declare const contactContract: {
|
|
6570
6570
|
contactProfile: string | null;
|
6571
6571
|
socialProfileUrl: string | null;
|
6572
6572
|
tags: {
|
6573
|
-
id: string;
|
6574
6573
|
name: string;
|
6574
|
+
id: string;
|
6575
6575
|
createdAt: Date;
|
6576
6576
|
updatedAt: Date;
|
6577
6577
|
deletedAt: Date | null;
|
@@ -6596,8 +6596,8 @@ export declare const contactContract: {
|
|
6596
6596
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6597
6597
|
id: string;
|
6598
6598
|
metadata: {
|
6599
|
-
id: string;
|
6600
6599
|
name: string;
|
6600
|
+
id: string;
|
6601
6601
|
picture?: string | undefined;
|
6602
6602
|
additionalCredentials?: any;
|
6603
6603
|
};
|
@@ -6626,10 +6626,10 @@ export declare const contactContract: {
|
|
6626
6626
|
}>;
|
6627
6627
|
}, "strip", z.ZodTypeAny, {
|
6628
6628
|
data: {
|
6629
|
+
name: string;
|
6629
6630
|
id: string;
|
6630
6631
|
channel: string | null;
|
6631
6632
|
address: string | null;
|
6632
|
-
name: string;
|
6633
6633
|
createdAt: Date;
|
6634
6634
|
updatedAt: Date;
|
6635
6635
|
deletedAt: Date | null;
|
@@ -6674,8 +6674,8 @@ export declare const contactContract: {
|
|
6674
6674
|
createdAt: Date;
|
6675
6675
|
updatedAt: Date;
|
6676
6676
|
deletedAt: Date | null;
|
6677
|
-
address?: string | null | undefined;
|
6678
6677
|
name?: string | undefined;
|
6678
|
+
address?: string | null | undefined;
|
6679
6679
|
phone?: string | null | undefined;
|
6680
6680
|
industry?: string | null | undefined;
|
6681
6681
|
} | null;
|
@@ -6683,8 +6683,8 @@ export declare const contactContract: {
|
|
6683
6683
|
contactProfile: string | null;
|
6684
6684
|
socialProfileUrl: string | null;
|
6685
6685
|
tags: {
|
6686
|
-
id: string;
|
6687
6686
|
name: string;
|
6687
|
+
id: string;
|
6688
6688
|
createdAt: Date;
|
6689
6689
|
updatedAt: Date;
|
6690
6690
|
deletedAt: Date | null;
|
@@ -6709,8 +6709,8 @@ export declare const contactContract: {
|
|
6709
6709
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6710
6710
|
id: string;
|
6711
6711
|
metadata: {
|
6712
|
-
id: string;
|
6713
6712
|
name: string;
|
6713
|
+
id: string;
|
6714
6714
|
picture?: string | undefined;
|
6715
6715
|
additionalCredentials?: any;
|
6716
6716
|
};
|
@@ -6740,10 +6740,10 @@ export declare const contactContract: {
|
|
6740
6740
|
requestId: string;
|
6741
6741
|
}, {
|
6742
6742
|
data: {
|
6743
|
+
name: string;
|
6743
6744
|
id: string;
|
6744
6745
|
channel: string | null;
|
6745
6746
|
address: string | null;
|
6746
|
-
name: string;
|
6747
6747
|
createdAt: Date;
|
6748
6748
|
updatedAt: Date;
|
6749
6749
|
deletedAt: Date | null;
|
@@ -6788,8 +6788,8 @@ export declare const contactContract: {
|
|
6788
6788
|
createdAt: Date;
|
6789
6789
|
updatedAt: Date;
|
6790
6790
|
deletedAt: Date | null;
|
6791
|
-
address?: string | null | undefined;
|
6792
6791
|
name?: string | undefined;
|
6792
|
+
address?: string | null | undefined;
|
6793
6793
|
phone?: string | null | undefined;
|
6794
6794
|
industry?: string | null | undefined;
|
6795
6795
|
} | null;
|
@@ -6797,8 +6797,8 @@ export declare const contactContract: {
|
|
6797
6797
|
contactProfile: string | null;
|
6798
6798
|
socialProfileUrl: string | null;
|
6799
6799
|
tags: {
|
6800
|
-
id: string;
|
6801
6800
|
name: string;
|
6801
|
+
id: string;
|
6802
6802
|
createdAt: Date;
|
6803
6803
|
updatedAt: Date;
|
6804
6804
|
deletedAt: Date | null;
|
@@ -6823,8 +6823,8 @@ export declare const contactContract: {
|
|
6823
6823
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6824
6824
|
id: string;
|
6825
6825
|
metadata: {
|
6826
|
-
id: string;
|
6827
6826
|
name: string;
|
6827
|
+
id: string;
|
6828
6828
|
picture?: string | undefined;
|
6829
6829
|
additionalCredentials?: any;
|
6830
6830
|
};
|
@@ -6873,14 +6873,14 @@ export declare const contactContract: {
|
|
6873
6873
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
6874
6874
|
name: z.ZodString;
|
6875
6875
|
}, "strip", z.ZodTypeAny, {
|
6876
|
-
id: string;
|
6877
6876
|
name: string;
|
6877
|
+
id: string;
|
6878
6878
|
createdAt: Date;
|
6879
6879
|
updatedAt: Date;
|
6880
6880
|
deletedAt: Date | null;
|
6881
6881
|
}, {
|
6882
|
-
id: string;
|
6883
6882
|
name: string;
|
6883
|
+
id: string;
|
6884
6884
|
createdAt: Date;
|
6885
6885
|
updatedAt: Date;
|
6886
6886
|
deletedAt: Date | null;
|
@@ -7036,8 +7036,8 @@ export declare const contactContract: {
|
|
7036
7036
|
createdAt: Date;
|
7037
7037
|
updatedAt: Date;
|
7038
7038
|
deletedAt: Date | null;
|
7039
|
-
address?: string | null | undefined;
|
7040
7039
|
name?: string | undefined;
|
7040
|
+
address?: string | null | undefined;
|
7041
7041
|
phone?: string | null | undefined;
|
7042
7042
|
industry?: string | null | undefined;
|
7043
7043
|
}, {
|
@@ -7045,8 +7045,8 @@ export declare const contactContract: {
|
|
7045
7045
|
createdAt: Date;
|
7046
7046
|
updatedAt: Date;
|
7047
7047
|
deletedAt: Date | null;
|
7048
|
-
address?: string | null | undefined;
|
7049
7048
|
name?: string | undefined;
|
7049
|
+
address?: string | null | undefined;
|
7050
7050
|
phone?: string | null | undefined;
|
7051
7051
|
industry?: string | null | undefined;
|
7052
7052
|
}>>;
|
@@ -7064,13 +7064,13 @@ export declare const contactContract: {
|
|
7064
7064
|
picture: z.ZodOptional<z.ZodString>;
|
7065
7065
|
additionalCredentials: z.ZodAny;
|
7066
7066
|
}, "strip", z.ZodTypeAny, {
|
7067
|
-
id: string;
|
7068
7067
|
name: string;
|
7068
|
+
id: string;
|
7069
7069
|
picture?: string | undefined;
|
7070
7070
|
additionalCredentials?: any;
|
7071
7071
|
}, {
|
7072
|
-
id: string;
|
7073
7072
|
name: string;
|
7073
|
+
id: string;
|
7074
7074
|
picture?: string | undefined;
|
7075
7075
|
additionalCredentials?: any;
|
7076
7076
|
}>;
|
@@ -7078,8 +7078,8 @@ export declare const contactContract: {
|
|
7078
7078
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7079
7079
|
id: string;
|
7080
7080
|
metadata: {
|
7081
|
-
id: string;
|
7082
7081
|
name: string;
|
7082
|
+
id: string;
|
7083
7083
|
picture?: string | undefined;
|
7084
7084
|
additionalCredentials?: any;
|
7085
7085
|
};
|
@@ -7092,8 +7092,8 @@ export declare const contactContract: {
|
|
7092
7092
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7093
7093
|
id: string;
|
7094
7094
|
metadata: {
|
7095
|
-
id: string;
|
7096
7095
|
name: string;
|
7096
|
+
id: string;
|
7097
7097
|
picture?: string | undefined;
|
7098
7098
|
additionalCredentials?: any;
|
7099
7099
|
};
|
@@ -7403,10 +7403,10 @@ export declare const contactContract: {
|
|
7403
7403
|
};
|
7404
7404
|
}>, "many">>;
|
7405
7405
|
}, "strip", z.ZodTypeAny, {
|
7406
|
+
name: string;
|
7406
7407
|
id: string;
|
7407
7408
|
channel: string | null;
|
7408
7409
|
address: string | null;
|
7409
|
-
name: string;
|
7410
7410
|
createdAt: Date;
|
7411
7411
|
updatedAt: Date;
|
7412
7412
|
deletedAt: Date | null;
|
@@ -7451,8 +7451,8 @@ export declare const contactContract: {
|
|
7451
7451
|
createdAt: Date;
|
7452
7452
|
updatedAt: Date;
|
7453
7453
|
deletedAt: Date | null;
|
7454
|
-
address?: string | null | undefined;
|
7455
7454
|
name?: string | undefined;
|
7455
|
+
address?: string | null | undefined;
|
7456
7456
|
phone?: string | null | undefined;
|
7457
7457
|
industry?: string | null | undefined;
|
7458
7458
|
} | null;
|
@@ -7460,8 +7460,8 @@ export declare const contactContract: {
|
|
7460
7460
|
contactProfile: string | null;
|
7461
7461
|
socialProfileUrl: string | null;
|
7462
7462
|
tags: {
|
7463
|
-
id: string;
|
7464
7463
|
name: string;
|
7464
|
+
id: string;
|
7465
7465
|
createdAt: Date;
|
7466
7466
|
updatedAt: Date;
|
7467
7467
|
deletedAt: Date | null;
|
@@ -7486,8 +7486,8 @@ export declare const contactContract: {
|
|
7486
7486
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7487
7487
|
id: string;
|
7488
7488
|
metadata: {
|
7489
|
-
id: string;
|
7490
7489
|
name: string;
|
7490
|
+
id: string;
|
7491
7491
|
picture?: string | undefined;
|
7492
7492
|
additionalCredentials?: any;
|
7493
7493
|
};
|
@@ -7514,10 +7514,10 @@ export declare const contactContract: {
|
|
7514
7514
|
};
|
7515
7515
|
}[] | undefined;
|
7516
7516
|
}, {
|
7517
|
+
name: string;
|
7517
7518
|
id: string;
|
7518
7519
|
channel: string | null;
|
7519
7520
|
address: string | null;
|
7520
|
-
name: string;
|
7521
7521
|
createdAt: Date;
|
7522
7522
|
updatedAt: Date;
|
7523
7523
|
deletedAt: Date | null;
|
@@ -7562,8 +7562,8 @@ export declare const contactContract: {
|
|
7562
7562
|
createdAt: Date;
|
7563
7563
|
updatedAt: Date;
|
7564
7564
|
deletedAt: Date | null;
|
7565
|
-
address?: string | null | undefined;
|
7566
7565
|
name?: string | undefined;
|
7566
|
+
address?: string | null | undefined;
|
7567
7567
|
phone?: string | null | undefined;
|
7568
7568
|
industry?: string | null | undefined;
|
7569
7569
|
} | null;
|
@@ -7571,8 +7571,8 @@ export declare const contactContract: {
|
|
7571
7571
|
contactProfile: string | null;
|
7572
7572
|
socialProfileUrl: string | null;
|
7573
7573
|
tags: {
|
7574
|
-
id: string;
|
7575
7574
|
name: string;
|
7575
|
+
id: string;
|
7576
7576
|
createdAt: Date;
|
7577
7577
|
updatedAt: Date;
|
7578
7578
|
deletedAt: Date | null;
|
@@ -7597,8 +7597,8 @@ export declare const contactContract: {
|
|
7597
7597
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7598
7598
|
id: string;
|
7599
7599
|
metadata: {
|
7600
|
-
id: string;
|
7601
7600
|
name: string;
|
7601
|
+
id: string;
|
7602
7602
|
picture?: string | undefined;
|
7603
7603
|
additionalCredentials?: any;
|
7604
7604
|
};
|
@@ -7627,10 +7627,10 @@ export declare const contactContract: {
|
|
7627
7627
|
}>;
|
7628
7628
|
}, "strip", z.ZodTypeAny, {
|
7629
7629
|
data: {
|
7630
|
+
name: string;
|
7630
7631
|
id: string;
|
7631
7632
|
channel: string | null;
|
7632
7633
|
address: string | null;
|
7633
|
-
name: string;
|
7634
7634
|
createdAt: Date;
|
7635
7635
|
updatedAt: Date;
|
7636
7636
|
deletedAt: Date | null;
|
@@ -7675,8 +7675,8 @@ export declare const contactContract: {
|
|
7675
7675
|
createdAt: Date;
|
7676
7676
|
updatedAt: Date;
|
7677
7677
|
deletedAt: Date | null;
|
7678
|
-
address?: string | null | undefined;
|
7679
7678
|
name?: string | undefined;
|
7679
|
+
address?: string | null | undefined;
|
7680
7680
|
phone?: string | null | undefined;
|
7681
7681
|
industry?: string | null | undefined;
|
7682
7682
|
} | null;
|
@@ -7684,8 +7684,8 @@ export declare const contactContract: {
|
|
7684
7684
|
contactProfile: string | null;
|
7685
7685
|
socialProfileUrl: string | null;
|
7686
7686
|
tags: {
|
7687
|
-
id: string;
|
7688
7687
|
name: string;
|
7688
|
+
id: string;
|
7689
7689
|
createdAt: Date;
|
7690
7690
|
updatedAt: Date;
|
7691
7691
|
deletedAt: Date | null;
|
@@ -7710,8 +7710,8 @@ export declare const contactContract: {
|
|
7710
7710
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7711
7711
|
id: string;
|
7712
7712
|
metadata: {
|
7713
|
-
id: string;
|
7714
7713
|
name: string;
|
7714
|
+
id: string;
|
7715
7715
|
picture?: string | undefined;
|
7716
7716
|
additionalCredentials?: any;
|
7717
7717
|
};
|
@@ -7741,10 +7741,10 @@ export declare const contactContract: {
|
|
7741
7741
|
requestId: string;
|
7742
7742
|
}, {
|
7743
7743
|
data: {
|
7744
|
+
name: string;
|
7744
7745
|
id: string;
|
7745
7746
|
channel: string | null;
|
7746
7747
|
address: string | null;
|
7747
|
-
name: string;
|
7748
7748
|
createdAt: Date;
|
7749
7749
|
updatedAt: Date;
|
7750
7750
|
deletedAt: Date | null;
|
@@ -7789,8 +7789,8 @@ export declare const contactContract: {
|
|
7789
7789
|
createdAt: Date;
|
7790
7790
|
updatedAt: Date;
|
7791
7791
|
deletedAt: Date | null;
|
7792
|
-
address?: string | null | undefined;
|
7793
7792
|
name?: string | undefined;
|
7793
|
+
address?: string | null | undefined;
|
7794
7794
|
phone?: string | null | undefined;
|
7795
7795
|
industry?: string | null | undefined;
|
7796
7796
|
} | null;
|
@@ -7798,8 +7798,8 @@ export declare const contactContract: {
|
|
7798
7798
|
contactProfile: string | null;
|
7799
7799
|
socialProfileUrl: string | null;
|
7800
7800
|
tags: {
|
7801
|
-
id: string;
|
7802
7801
|
name: string;
|
7802
|
+
id: string;
|
7803
7803
|
createdAt: Date;
|
7804
7804
|
updatedAt: Date;
|
7805
7805
|
deletedAt: Date | null;
|
@@ -7824,8 +7824,8 @@ export declare const contactContract: {
|
|
7824
7824
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7825
7825
|
id: string;
|
7826
7826
|
metadata: {
|
7827
|
-
id: string;
|
7828
7827
|
name: string;
|
7828
|
+
id: string;
|
7829
7829
|
picture?: string | undefined;
|
7830
7830
|
additionalCredentials?: any;
|
7831
7831
|
};
|
@@ -7958,14 +7958,14 @@ export declare const contactContract: {
|
|
7958
7958
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7959
7959
|
name: z.ZodString;
|
7960
7960
|
}, "strip", z.ZodTypeAny, {
|
7961
|
-
id: string;
|
7962
7961
|
name: string;
|
7962
|
+
id: string;
|
7963
7963
|
createdAt: Date;
|
7964
7964
|
updatedAt: Date;
|
7965
7965
|
deletedAt: Date | null;
|
7966
7966
|
}, {
|
7967
|
-
id: string;
|
7968
7967
|
name: string;
|
7968
|
+
id: string;
|
7969
7969
|
createdAt: Date;
|
7970
7970
|
updatedAt: Date;
|
7971
7971
|
deletedAt: Date | null;
|
@@ -8121,8 +8121,8 @@ export declare const contactContract: {
|
|
8121
8121
|
createdAt: Date;
|
8122
8122
|
updatedAt: Date;
|
8123
8123
|
deletedAt: Date | null;
|
8124
|
-
address?: string | null | undefined;
|
8125
8124
|
name?: string | undefined;
|
8125
|
+
address?: string | null | undefined;
|
8126
8126
|
phone?: string | null | undefined;
|
8127
8127
|
industry?: string | null | undefined;
|
8128
8128
|
}, {
|
@@ -8130,8 +8130,8 @@ export declare const contactContract: {
|
|
8130
8130
|
createdAt: Date;
|
8131
8131
|
updatedAt: Date;
|
8132
8132
|
deletedAt: Date | null;
|
8133
|
-
address?: string | null | undefined;
|
8134
8133
|
name?: string | undefined;
|
8134
|
+
address?: string | null | undefined;
|
8135
8135
|
phone?: string | null | undefined;
|
8136
8136
|
industry?: string | null | undefined;
|
8137
8137
|
}>>;
|
@@ -8149,13 +8149,13 @@ export declare const contactContract: {
|
|
8149
8149
|
picture: z.ZodOptional<z.ZodString>;
|
8150
8150
|
additionalCredentials: z.ZodAny;
|
8151
8151
|
}, "strip", z.ZodTypeAny, {
|
8152
|
-
id: string;
|
8153
8152
|
name: string;
|
8153
|
+
id: string;
|
8154
8154
|
picture?: string | undefined;
|
8155
8155
|
additionalCredentials?: any;
|
8156
8156
|
}, {
|
8157
|
-
id: string;
|
8158
8157
|
name: string;
|
8158
|
+
id: string;
|
8159
8159
|
picture?: string | undefined;
|
8160
8160
|
additionalCredentials?: any;
|
8161
8161
|
}>;
|
@@ -8163,8 +8163,8 @@ export declare const contactContract: {
|
|
8163
8163
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8164
8164
|
id: string;
|
8165
8165
|
metadata: {
|
8166
|
-
id: string;
|
8167
8166
|
name: string;
|
8167
|
+
id: string;
|
8168
8168
|
picture?: string | undefined;
|
8169
8169
|
additionalCredentials?: any;
|
8170
8170
|
};
|
@@ -8177,8 +8177,8 @@ export declare const contactContract: {
|
|
8177
8177
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8178
8178
|
id: string;
|
8179
8179
|
metadata: {
|
8180
|
-
id: string;
|
8181
8180
|
name: string;
|
8181
|
+
id: string;
|
8182
8182
|
picture?: string | undefined;
|
8183
8183
|
additionalCredentials?: any;
|
8184
8184
|
};
|
@@ -8488,10 +8488,10 @@ export declare const contactContract: {
|
|
8488
8488
|
};
|
8489
8489
|
}>, "many">>;
|
8490
8490
|
}, "strip", z.ZodTypeAny, {
|
8491
|
+
name: string;
|
8491
8492
|
id: string;
|
8492
8493
|
channel: string | null;
|
8493
8494
|
address: string | null;
|
8494
|
-
name: string;
|
8495
8495
|
createdAt: Date;
|
8496
8496
|
updatedAt: Date;
|
8497
8497
|
deletedAt: Date | null;
|
@@ -8536,8 +8536,8 @@ export declare const contactContract: {
|
|
8536
8536
|
createdAt: Date;
|
8537
8537
|
updatedAt: Date;
|
8538
8538
|
deletedAt: Date | null;
|
8539
|
-
address?: string | null | undefined;
|
8540
8539
|
name?: string | undefined;
|
8540
|
+
address?: string | null | undefined;
|
8541
8541
|
phone?: string | null | undefined;
|
8542
8542
|
industry?: string | null | undefined;
|
8543
8543
|
} | null;
|
@@ -8545,8 +8545,8 @@ export declare const contactContract: {
|
|
8545
8545
|
contactProfile: string | null;
|
8546
8546
|
socialProfileUrl: string | null;
|
8547
8547
|
tags: {
|
8548
|
-
id: string;
|
8549
8548
|
name: string;
|
8549
|
+
id: string;
|
8550
8550
|
createdAt: Date;
|
8551
8551
|
updatedAt: Date;
|
8552
8552
|
deletedAt: Date | null;
|
@@ -8571,8 +8571,8 @@ export declare const contactContract: {
|
|
8571
8571
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8572
8572
|
id: string;
|
8573
8573
|
metadata: {
|
8574
|
-
id: string;
|
8575
8574
|
name: string;
|
8575
|
+
id: string;
|
8576
8576
|
picture?: string | undefined;
|
8577
8577
|
additionalCredentials?: any;
|
8578
8578
|
};
|
@@ -8599,10 +8599,10 @@ export declare const contactContract: {
|
|
8599
8599
|
};
|
8600
8600
|
}[] | undefined;
|
8601
8601
|
}, {
|
8602
|
+
name: string;
|
8602
8603
|
id: string;
|
8603
8604
|
channel: string | null;
|
8604
8605
|
address: string | null;
|
8605
|
-
name: string;
|
8606
8606
|
createdAt: Date;
|
8607
8607
|
updatedAt: Date;
|
8608
8608
|
deletedAt: Date | null;
|
@@ -8647,8 +8647,8 @@ export declare const contactContract: {
|
|
8647
8647
|
createdAt: Date;
|
8648
8648
|
updatedAt: Date;
|
8649
8649
|
deletedAt: Date | null;
|
8650
|
-
address?: string | null | undefined;
|
8651
8650
|
name?: string | undefined;
|
8651
|
+
address?: string | null | undefined;
|
8652
8652
|
phone?: string | null | undefined;
|
8653
8653
|
industry?: string | null | undefined;
|
8654
8654
|
} | null;
|
@@ -8656,8 +8656,8 @@ export declare const contactContract: {
|
|
8656
8656
|
contactProfile: string | null;
|
8657
8657
|
socialProfileUrl: string | null;
|
8658
8658
|
tags: {
|
8659
|
-
id: string;
|
8660
8659
|
name: string;
|
8660
|
+
id: string;
|
8661
8661
|
createdAt: Date;
|
8662
8662
|
updatedAt: Date;
|
8663
8663
|
deletedAt: Date | null;
|
@@ -8682,8 +8682,8 @@ export declare const contactContract: {
|
|
8682
8682
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8683
8683
|
id: string;
|
8684
8684
|
metadata: {
|
8685
|
-
id: string;
|
8686
8685
|
name: string;
|
8686
|
+
id: string;
|
8687
8687
|
picture?: string | undefined;
|
8688
8688
|
additionalCredentials?: any;
|
8689
8689
|
};
|
@@ -8712,10 +8712,10 @@ export declare const contactContract: {
|
|
8712
8712
|
}>;
|
8713
8713
|
}, "strip", z.ZodTypeAny, {
|
8714
8714
|
data: {
|
8715
|
+
name: string;
|
8715
8716
|
id: string;
|
8716
8717
|
channel: string | null;
|
8717
8718
|
address: string | null;
|
8718
|
-
name: string;
|
8719
8719
|
createdAt: Date;
|
8720
8720
|
updatedAt: Date;
|
8721
8721
|
deletedAt: Date | null;
|
@@ -8760,8 +8760,8 @@ export declare const contactContract: {
|
|
8760
8760
|
createdAt: Date;
|
8761
8761
|
updatedAt: Date;
|
8762
8762
|
deletedAt: Date | null;
|
8763
|
-
address?: string | null | undefined;
|
8764
8763
|
name?: string | undefined;
|
8764
|
+
address?: string | null | undefined;
|
8765
8765
|
phone?: string | null | undefined;
|
8766
8766
|
industry?: string | null | undefined;
|
8767
8767
|
} | null;
|
@@ -8769,8 +8769,8 @@ export declare const contactContract: {
|
|
8769
8769
|
contactProfile: string | null;
|
8770
8770
|
socialProfileUrl: string | null;
|
8771
8771
|
tags: {
|
8772
|
-
id: string;
|
8773
8772
|
name: string;
|
8773
|
+
id: string;
|
8774
8774
|
createdAt: Date;
|
8775
8775
|
updatedAt: Date;
|
8776
8776
|
deletedAt: Date | null;
|
@@ -8795,8 +8795,8 @@ export declare const contactContract: {
|
|
8795
8795
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8796
8796
|
id: string;
|
8797
8797
|
metadata: {
|
8798
|
-
id: string;
|
8799
8798
|
name: string;
|
8799
|
+
id: string;
|
8800
8800
|
picture?: string | undefined;
|
8801
8801
|
additionalCredentials?: any;
|
8802
8802
|
};
|
@@ -8826,10 +8826,10 @@ export declare const contactContract: {
|
|
8826
8826
|
requestId: string;
|
8827
8827
|
}, {
|
8828
8828
|
data: {
|
8829
|
+
name: string;
|
8829
8830
|
id: string;
|
8830
8831
|
channel: string | null;
|
8831
8832
|
address: string | null;
|
8832
|
-
name: string;
|
8833
8833
|
createdAt: Date;
|
8834
8834
|
updatedAt: Date;
|
8835
8835
|
deletedAt: Date | null;
|
@@ -8874,8 +8874,8 @@ export declare const contactContract: {
|
|
8874
8874
|
createdAt: Date;
|
8875
8875
|
updatedAt: Date;
|
8876
8876
|
deletedAt: Date | null;
|
8877
|
-
address?: string | null | undefined;
|
8878
8877
|
name?: string | undefined;
|
8878
|
+
address?: string | null | undefined;
|
8879
8879
|
phone?: string | null | undefined;
|
8880
8880
|
industry?: string | null | undefined;
|
8881
8881
|
} | null;
|
@@ -8883,8 +8883,8 @@ export declare const contactContract: {
|
|
8883
8883
|
contactProfile: string | null;
|
8884
8884
|
socialProfileUrl: string | null;
|
8885
8885
|
tags: {
|
8886
|
-
id: string;
|
8887
8886
|
name: string;
|
8887
|
+
id: string;
|
8888
8888
|
createdAt: Date;
|
8889
8889
|
updatedAt: Date;
|
8890
8890
|
deletedAt: Date | null;
|
@@ -8909,8 +8909,8 @@ export declare const contactContract: {
|
|
8909
8909
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8910
8910
|
id: string;
|
8911
8911
|
metadata: {
|
8912
|
-
id: string;
|
8913
8912
|
name: string;
|
8913
|
+
id: string;
|
8914
8914
|
picture?: string | undefined;
|
8915
8915
|
additionalCredentials?: any;
|
8916
8916
|
};
|
@@ -9105,14 +9105,14 @@ export declare const contactContract: {
|
|
9105
9105
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
9106
9106
|
name: z.ZodString;
|
9107
9107
|
}, "strip", z.ZodTypeAny, {
|
9108
|
-
id: string;
|
9109
9108
|
name: string;
|
9109
|
+
id: string;
|
9110
9110
|
createdAt: Date;
|
9111
9111
|
updatedAt: Date;
|
9112
9112
|
deletedAt: Date | null;
|
9113
9113
|
}, {
|
9114
|
-
id: string;
|
9115
9114
|
name: string;
|
9115
|
+
id: string;
|
9116
9116
|
createdAt: Date;
|
9117
9117
|
updatedAt: Date;
|
9118
9118
|
deletedAt: Date | null;
|
@@ -9268,8 +9268,8 @@ export declare const contactContract: {
|
|
9268
9268
|
createdAt: Date;
|
9269
9269
|
updatedAt: Date;
|
9270
9270
|
deletedAt: Date | null;
|
9271
|
-
address?: string | null | undefined;
|
9272
9271
|
name?: string | undefined;
|
9272
|
+
address?: string | null | undefined;
|
9273
9273
|
phone?: string | null | undefined;
|
9274
9274
|
industry?: string | null | undefined;
|
9275
9275
|
}, {
|
@@ -9277,8 +9277,8 @@ export declare const contactContract: {
|
|
9277
9277
|
createdAt: Date;
|
9278
9278
|
updatedAt: Date;
|
9279
9279
|
deletedAt: Date | null;
|
9280
|
-
address?: string | null | undefined;
|
9281
9280
|
name?: string | undefined;
|
9281
|
+
address?: string | null | undefined;
|
9282
9282
|
phone?: string | null | undefined;
|
9283
9283
|
industry?: string | null | undefined;
|
9284
9284
|
}>>;
|
@@ -9296,13 +9296,13 @@ export declare const contactContract: {
|
|
9296
9296
|
picture: z.ZodOptional<z.ZodString>;
|
9297
9297
|
additionalCredentials: z.ZodAny;
|
9298
9298
|
}, "strip", z.ZodTypeAny, {
|
9299
|
-
id: string;
|
9300
9299
|
name: string;
|
9300
|
+
id: string;
|
9301
9301
|
picture?: string | undefined;
|
9302
9302
|
additionalCredentials?: any;
|
9303
9303
|
}, {
|
9304
|
-
id: string;
|
9305
9304
|
name: string;
|
9305
|
+
id: string;
|
9306
9306
|
picture?: string | undefined;
|
9307
9307
|
additionalCredentials?: any;
|
9308
9308
|
}>;
|
@@ -9310,8 +9310,8 @@ export declare const contactContract: {
|
|
9310
9310
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9311
9311
|
id: string;
|
9312
9312
|
metadata: {
|
9313
|
-
id: string;
|
9314
9313
|
name: string;
|
9314
|
+
id: string;
|
9315
9315
|
picture?: string | undefined;
|
9316
9316
|
additionalCredentials?: any;
|
9317
9317
|
};
|
@@ -9324,8 +9324,8 @@ export declare const contactContract: {
|
|
9324
9324
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9325
9325
|
id: string;
|
9326
9326
|
metadata: {
|
9327
|
-
id: string;
|
9328
9327
|
name: string;
|
9328
|
+
id: string;
|
9329
9329
|
picture?: string | undefined;
|
9330
9330
|
additionalCredentials?: any;
|
9331
9331
|
};
|
@@ -9635,10 +9635,10 @@ export declare const contactContract: {
|
|
9635
9635
|
};
|
9636
9636
|
}>, "many">>;
|
9637
9637
|
}, "strip", z.ZodTypeAny, {
|
9638
|
+
name: string;
|
9638
9639
|
id: string;
|
9639
9640
|
channel: string | null;
|
9640
9641
|
address: string | null;
|
9641
|
-
name: string;
|
9642
9642
|
createdAt: Date;
|
9643
9643
|
updatedAt: Date;
|
9644
9644
|
deletedAt: Date | null;
|
@@ -9683,8 +9683,8 @@ export declare const contactContract: {
|
|
9683
9683
|
createdAt: Date;
|
9684
9684
|
updatedAt: Date;
|
9685
9685
|
deletedAt: Date | null;
|
9686
|
-
address?: string | null | undefined;
|
9687
9686
|
name?: string | undefined;
|
9687
|
+
address?: string | null | undefined;
|
9688
9688
|
phone?: string | null | undefined;
|
9689
9689
|
industry?: string | null | undefined;
|
9690
9690
|
} | null;
|
@@ -9692,8 +9692,8 @@ export declare const contactContract: {
|
|
9692
9692
|
contactProfile: string | null;
|
9693
9693
|
socialProfileUrl: string | null;
|
9694
9694
|
tags: {
|
9695
|
-
id: string;
|
9696
9695
|
name: string;
|
9696
|
+
id: string;
|
9697
9697
|
createdAt: Date;
|
9698
9698
|
updatedAt: Date;
|
9699
9699
|
deletedAt: Date | null;
|
@@ -9718,8 +9718,8 @@ export declare const contactContract: {
|
|
9718
9718
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9719
9719
|
id: string;
|
9720
9720
|
metadata: {
|
9721
|
-
id: string;
|
9722
9721
|
name: string;
|
9722
|
+
id: string;
|
9723
9723
|
picture?: string | undefined;
|
9724
9724
|
additionalCredentials?: any;
|
9725
9725
|
};
|
@@ -9746,10 +9746,10 @@ export declare const contactContract: {
|
|
9746
9746
|
};
|
9747
9747
|
}[] | undefined;
|
9748
9748
|
}, {
|
9749
|
+
name: string;
|
9749
9750
|
id: string;
|
9750
9751
|
channel: string | null;
|
9751
9752
|
address: string | null;
|
9752
|
-
name: string;
|
9753
9753
|
createdAt: Date;
|
9754
9754
|
updatedAt: Date;
|
9755
9755
|
deletedAt: Date | null;
|
@@ -9794,8 +9794,8 @@ export declare const contactContract: {
|
|
9794
9794
|
createdAt: Date;
|
9795
9795
|
updatedAt: Date;
|
9796
9796
|
deletedAt: Date | null;
|
9797
|
-
address?: string | null | undefined;
|
9798
9797
|
name?: string | undefined;
|
9798
|
+
address?: string | null | undefined;
|
9799
9799
|
phone?: string | null | undefined;
|
9800
9800
|
industry?: string | null | undefined;
|
9801
9801
|
} | null;
|
@@ -9803,8 +9803,8 @@ export declare const contactContract: {
|
|
9803
9803
|
contactProfile: string | null;
|
9804
9804
|
socialProfileUrl: string | null;
|
9805
9805
|
tags: {
|
9806
|
-
id: string;
|
9807
9806
|
name: string;
|
9807
|
+
id: string;
|
9808
9808
|
createdAt: Date;
|
9809
9809
|
updatedAt: Date;
|
9810
9810
|
deletedAt: Date | null;
|
@@ -9829,8 +9829,8 @@ export declare const contactContract: {
|
|
9829
9829
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9830
9830
|
id: string;
|
9831
9831
|
metadata: {
|
9832
|
-
id: string;
|
9833
9832
|
name: string;
|
9833
|
+
id: string;
|
9834
9834
|
picture?: string | undefined;
|
9835
9835
|
additionalCredentials?: any;
|
9836
9836
|
};
|
@@ -9859,10 +9859,10 @@ export declare const contactContract: {
|
|
9859
9859
|
}>;
|
9860
9860
|
}, "strip", z.ZodTypeAny, {
|
9861
9861
|
data: {
|
9862
|
+
name: string;
|
9862
9863
|
id: string;
|
9863
9864
|
channel: string | null;
|
9864
9865
|
address: string | null;
|
9865
|
-
name: string;
|
9866
9866
|
createdAt: Date;
|
9867
9867
|
updatedAt: Date;
|
9868
9868
|
deletedAt: Date | null;
|
@@ -9907,8 +9907,8 @@ export declare const contactContract: {
|
|
9907
9907
|
createdAt: Date;
|
9908
9908
|
updatedAt: Date;
|
9909
9909
|
deletedAt: Date | null;
|
9910
|
-
address?: string | null | undefined;
|
9911
9910
|
name?: string | undefined;
|
9911
|
+
address?: string | null | undefined;
|
9912
9912
|
phone?: string | null | undefined;
|
9913
9913
|
industry?: string | null | undefined;
|
9914
9914
|
} | null;
|
@@ -9916,8 +9916,8 @@ export declare const contactContract: {
|
|
9916
9916
|
contactProfile: string | null;
|
9917
9917
|
socialProfileUrl: string | null;
|
9918
9918
|
tags: {
|
9919
|
-
id: string;
|
9920
9919
|
name: string;
|
9920
|
+
id: string;
|
9921
9921
|
createdAt: Date;
|
9922
9922
|
updatedAt: Date;
|
9923
9923
|
deletedAt: Date | null;
|
@@ -9942,8 +9942,8 @@ export declare const contactContract: {
|
|
9942
9942
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9943
9943
|
id: string;
|
9944
9944
|
metadata: {
|
9945
|
-
id: string;
|
9946
9945
|
name: string;
|
9946
|
+
id: string;
|
9947
9947
|
picture?: string | undefined;
|
9948
9948
|
additionalCredentials?: any;
|
9949
9949
|
};
|
@@ -9973,10 +9973,10 @@ export declare const contactContract: {
|
|
9973
9973
|
requestId: string;
|
9974
9974
|
}, {
|
9975
9975
|
data: {
|
9976
|
+
name: string;
|
9976
9977
|
id: string;
|
9977
9978
|
channel: string | null;
|
9978
9979
|
address: string | null;
|
9979
|
-
name: string;
|
9980
9980
|
createdAt: Date;
|
9981
9981
|
updatedAt: Date;
|
9982
9982
|
deletedAt: Date | null;
|
@@ -10021,8 +10021,8 @@ export declare const contactContract: {
|
|
10021
10021
|
createdAt: Date;
|
10022
10022
|
updatedAt: Date;
|
10023
10023
|
deletedAt: Date | null;
|
10024
|
-
address?: string | null | undefined;
|
10025
10024
|
name?: string | undefined;
|
10025
|
+
address?: string | null | undefined;
|
10026
10026
|
phone?: string | null | undefined;
|
10027
10027
|
industry?: string | null | undefined;
|
10028
10028
|
} | null;
|
@@ -10030,8 +10030,8 @@ export declare const contactContract: {
|
|
10030
10030
|
contactProfile: string | null;
|
10031
10031
|
socialProfileUrl: string | null;
|
10032
10032
|
tags: {
|
10033
|
-
id: string;
|
10034
10033
|
name: string;
|
10034
|
+
id: string;
|
10035
10035
|
createdAt: Date;
|
10036
10036
|
updatedAt: Date;
|
10037
10037
|
deletedAt: Date | null;
|
@@ -10056,8 +10056,8 @@ export declare const contactContract: {
|
|
10056
10056
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10057
10057
|
id: string;
|
10058
10058
|
metadata: {
|
10059
|
-
id: string;
|
10060
10059
|
name: string;
|
10060
|
+
id: string;
|
10061
10061
|
picture?: string | undefined;
|
10062
10062
|
additionalCredentials?: any;
|
10063
10063
|
};
|
@@ -10766,14 +10766,14 @@ export declare const contactContract: {
|
|
10766
10766
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
10767
10767
|
name: z.ZodString;
|
10768
10768
|
}, "strip", z.ZodTypeAny, {
|
10769
|
-
id: string;
|
10770
10769
|
name: string;
|
10770
|
+
id: string;
|
10771
10771
|
createdAt: Date;
|
10772
10772
|
updatedAt: Date;
|
10773
10773
|
deletedAt: Date | null;
|
10774
10774
|
}, {
|
10775
|
-
id: string;
|
10776
10775
|
name: string;
|
10776
|
+
id: string;
|
10777
10777
|
createdAt: Date;
|
10778
10778
|
updatedAt: Date;
|
10779
10779
|
deletedAt: Date | null;
|
@@ -10929,8 +10929,8 @@ export declare const contactContract: {
|
|
10929
10929
|
createdAt: Date;
|
10930
10930
|
updatedAt: Date;
|
10931
10931
|
deletedAt: Date | null;
|
10932
|
-
address?: string | null | undefined;
|
10933
10932
|
name?: string | undefined;
|
10933
|
+
address?: string | null | undefined;
|
10934
10934
|
phone?: string | null | undefined;
|
10935
10935
|
industry?: string | null | undefined;
|
10936
10936
|
}, {
|
@@ -10938,8 +10938,8 @@ export declare const contactContract: {
|
|
10938
10938
|
createdAt: Date;
|
10939
10939
|
updatedAt: Date;
|
10940
10940
|
deletedAt: Date | null;
|
10941
|
-
address?: string | null | undefined;
|
10942
10941
|
name?: string | undefined;
|
10942
|
+
address?: string | null | undefined;
|
10943
10943
|
phone?: string | null | undefined;
|
10944
10944
|
industry?: string | null | undefined;
|
10945
10945
|
}>>;
|
@@ -10957,13 +10957,13 @@ export declare const contactContract: {
|
|
10957
10957
|
picture: z.ZodOptional<z.ZodString>;
|
10958
10958
|
additionalCredentials: z.ZodAny;
|
10959
10959
|
}, "strip", z.ZodTypeAny, {
|
10960
|
-
id: string;
|
10961
10960
|
name: string;
|
10961
|
+
id: string;
|
10962
10962
|
picture?: string | undefined;
|
10963
10963
|
additionalCredentials?: any;
|
10964
10964
|
}, {
|
10965
|
-
id: string;
|
10966
10965
|
name: string;
|
10966
|
+
id: string;
|
10967
10967
|
picture?: string | undefined;
|
10968
10968
|
additionalCredentials?: any;
|
10969
10969
|
}>;
|
@@ -10971,8 +10971,8 @@ export declare const contactContract: {
|
|
10971
10971
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10972
10972
|
id: string;
|
10973
10973
|
metadata: {
|
10974
|
-
id: string;
|
10975
10974
|
name: string;
|
10975
|
+
id: string;
|
10976
10976
|
picture?: string | undefined;
|
10977
10977
|
additionalCredentials?: any;
|
10978
10978
|
};
|
@@ -10985,8 +10985,8 @@ export declare const contactContract: {
|
|
10985
10985
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10986
10986
|
id: string;
|
10987
10987
|
metadata: {
|
10988
|
-
id: string;
|
10989
10988
|
name: string;
|
10989
|
+
id: string;
|
10990
10990
|
picture?: string | undefined;
|
10991
10991
|
additionalCredentials?: any;
|
10992
10992
|
};
|
@@ -11296,10 +11296,10 @@ export declare const contactContract: {
|
|
11296
11296
|
};
|
11297
11297
|
}>, "many">>;
|
11298
11298
|
}, "strip", z.ZodTypeAny, {
|
11299
|
+
name: string;
|
11299
11300
|
id: string;
|
11300
11301
|
channel: string | null;
|
11301
11302
|
address: string | null;
|
11302
|
-
name: string;
|
11303
11303
|
createdAt: Date;
|
11304
11304
|
updatedAt: Date;
|
11305
11305
|
deletedAt: Date | null;
|
@@ -11344,8 +11344,8 @@ export declare const contactContract: {
|
|
11344
11344
|
createdAt: Date;
|
11345
11345
|
updatedAt: Date;
|
11346
11346
|
deletedAt: Date | null;
|
11347
|
-
address?: string | null | undefined;
|
11348
11347
|
name?: string | undefined;
|
11348
|
+
address?: string | null | undefined;
|
11349
11349
|
phone?: string | null | undefined;
|
11350
11350
|
industry?: string | null | undefined;
|
11351
11351
|
} | null;
|
@@ -11353,8 +11353,8 @@ export declare const contactContract: {
|
|
11353
11353
|
contactProfile: string | null;
|
11354
11354
|
socialProfileUrl: string | null;
|
11355
11355
|
tags: {
|
11356
|
-
id: string;
|
11357
11356
|
name: string;
|
11357
|
+
id: string;
|
11358
11358
|
createdAt: Date;
|
11359
11359
|
updatedAt: Date;
|
11360
11360
|
deletedAt: Date | null;
|
@@ -11379,8 +11379,8 @@ export declare const contactContract: {
|
|
11379
11379
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11380
11380
|
id: string;
|
11381
11381
|
metadata: {
|
11382
|
-
id: string;
|
11383
11382
|
name: string;
|
11383
|
+
id: string;
|
11384
11384
|
picture?: string | undefined;
|
11385
11385
|
additionalCredentials?: any;
|
11386
11386
|
};
|
@@ -11407,10 +11407,10 @@ export declare const contactContract: {
|
|
11407
11407
|
};
|
11408
11408
|
}[] | undefined;
|
11409
11409
|
}, {
|
11410
|
+
name: string;
|
11410
11411
|
id: string;
|
11411
11412
|
channel: string | null;
|
11412
11413
|
address: string | null;
|
11413
|
-
name: string;
|
11414
11414
|
createdAt: Date;
|
11415
11415
|
updatedAt: Date;
|
11416
11416
|
deletedAt: Date | null;
|
@@ -11455,8 +11455,8 @@ export declare const contactContract: {
|
|
11455
11455
|
createdAt: Date;
|
11456
11456
|
updatedAt: Date;
|
11457
11457
|
deletedAt: Date | null;
|
11458
|
-
address?: string | null | undefined;
|
11459
11458
|
name?: string | undefined;
|
11459
|
+
address?: string | null | undefined;
|
11460
11460
|
phone?: string | null | undefined;
|
11461
11461
|
industry?: string | null | undefined;
|
11462
11462
|
} | null;
|
@@ -11464,8 +11464,8 @@ export declare const contactContract: {
|
|
11464
11464
|
contactProfile: string | null;
|
11465
11465
|
socialProfileUrl: string | null;
|
11466
11466
|
tags: {
|
11467
|
-
id: string;
|
11468
11467
|
name: string;
|
11468
|
+
id: string;
|
11469
11469
|
createdAt: Date;
|
11470
11470
|
updatedAt: Date;
|
11471
11471
|
deletedAt: Date | null;
|
@@ -11490,8 +11490,8 @@ export declare const contactContract: {
|
|
11490
11490
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11491
11491
|
id: string;
|
11492
11492
|
metadata: {
|
11493
|
-
id: string;
|
11494
11493
|
name: string;
|
11494
|
+
id: string;
|
11495
11495
|
picture?: string | undefined;
|
11496
11496
|
additionalCredentials?: any;
|
11497
11497
|
};
|
@@ -11520,10 +11520,10 @@ export declare const contactContract: {
|
|
11520
11520
|
}>;
|
11521
11521
|
}, "strip", z.ZodTypeAny, {
|
11522
11522
|
data: {
|
11523
|
+
name: string;
|
11523
11524
|
id: string;
|
11524
11525
|
channel: string | null;
|
11525
11526
|
address: string | null;
|
11526
|
-
name: string;
|
11527
11527
|
createdAt: Date;
|
11528
11528
|
updatedAt: Date;
|
11529
11529
|
deletedAt: Date | null;
|
@@ -11568,8 +11568,8 @@ export declare const contactContract: {
|
|
11568
11568
|
createdAt: Date;
|
11569
11569
|
updatedAt: Date;
|
11570
11570
|
deletedAt: Date | null;
|
11571
|
-
address?: string | null | undefined;
|
11572
11571
|
name?: string | undefined;
|
11572
|
+
address?: string | null | undefined;
|
11573
11573
|
phone?: string | null | undefined;
|
11574
11574
|
industry?: string | null | undefined;
|
11575
11575
|
} | null;
|
@@ -11577,8 +11577,8 @@ export declare const contactContract: {
|
|
11577
11577
|
contactProfile: string | null;
|
11578
11578
|
socialProfileUrl: string | null;
|
11579
11579
|
tags: {
|
11580
|
-
id: string;
|
11581
11580
|
name: string;
|
11581
|
+
id: string;
|
11582
11582
|
createdAt: Date;
|
11583
11583
|
updatedAt: Date;
|
11584
11584
|
deletedAt: Date | null;
|
@@ -11603,8 +11603,8 @@ export declare const contactContract: {
|
|
11603
11603
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11604
11604
|
id: string;
|
11605
11605
|
metadata: {
|
11606
|
-
id: string;
|
11607
11606
|
name: string;
|
11607
|
+
id: string;
|
11608
11608
|
picture?: string | undefined;
|
11609
11609
|
additionalCredentials?: any;
|
11610
11610
|
};
|
@@ -11634,10 +11634,10 @@ export declare const contactContract: {
|
|
11634
11634
|
requestId: string;
|
11635
11635
|
}, {
|
11636
11636
|
data: {
|
11637
|
+
name: string;
|
11637
11638
|
id: string;
|
11638
11639
|
channel: string | null;
|
11639
11640
|
address: string | null;
|
11640
|
-
name: string;
|
11641
11641
|
createdAt: Date;
|
11642
11642
|
updatedAt: Date;
|
11643
11643
|
deletedAt: Date | null;
|
@@ -11682,8 +11682,8 @@ export declare const contactContract: {
|
|
11682
11682
|
createdAt: Date;
|
11683
11683
|
updatedAt: Date;
|
11684
11684
|
deletedAt: Date | null;
|
11685
|
-
address?: string | null | undefined;
|
11686
11685
|
name?: string | undefined;
|
11686
|
+
address?: string | null | undefined;
|
11687
11687
|
phone?: string | null | undefined;
|
11688
11688
|
industry?: string | null | undefined;
|
11689
11689
|
} | null;
|
@@ -11691,8 +11691,8 @@ export declare const contactContract: {
|
|
11691
11691
|
contactProfile: string | null;
|
11692
11692
|
socialProfileUrl: string | null;
|
11693
11693
|
tags: {
|
11694
|
-
id: string;
|
11695
11694
|
name: string;
|
11695
|
+
id: string;
|
11696
11696
|
createdAt: Date;
|
11697
11697
|
updatedAt: Date;
|
11698
11698
|
deletedAt: Date | null;
|
@@ -11717,8 +11717,8 @@ export declare const contactContract: {
|
|
11717
11717
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
11718
11718
|
id: string;
|
11719
11719
|
metadata: {
|
11720
|
-
id: string;
|
11721
11720
|
name: string;
|
11721
|
+
id: string;
|
11722
11722
|
picture?: string | undefined;
|
11723
11723
|
additionalCredentials?: any;
|
11724
11724
|
};
|