@kl1/contracts 1.2.44-uat → 1.2.46-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +1725 -2399
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +103 -139
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +118 -160
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +6471 -7294
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2167 -2366
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1563 -1854
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +312 -312
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- 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 +343 -343
- package/dist/api-contracts/src/contact/schema.d.ts +38 -38
- package/dist/api-contracts/src/contact/validation.d.ts +190 -190
- package/dist/api-contracts/src/contract.d.ts +52403 -67729
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +387 -539
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +321 -402
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +135 -113
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +87 -44
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +0 -26
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +4 -85
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1768 -2170
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +141 -168
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +126 -147
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +0 -5
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1432 -1747
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1365 -1644
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +132 -165
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2470 -2470
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1481 -1481
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +12 -12
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +471 -471
- package/dist/api-contracts/src/messenger/index.d.ts +1435 -1750
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +122 -143
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +143 -143
- package/dist/api-contracts/src/public-api/schema.d.ts +22 -22
- package/dist/api-contracts/src/public-api/validation.d.ts +39 -39
- package/dist/api-contracts/src/sms/index.d.ts +295 -3282
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +8 -30
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +147 -147
- package/dist/api-contracts/src/snippet/schema.d.ts +50 -50
- package/dist/api-contracts/src/subscription/index.d.ts +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1182 -1407
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +103 -48
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +31 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +240 -240
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +72 -72
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +439 -439
- package/dist/api-contracts/src/ticket/schema.d.ts +63 -63
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- 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 +12 -20
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +14 -24
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1194 -1419
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +1188 -1413
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +1287 -1717
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +0 -79
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +427 -8713
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +0 -1
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +4397 -4941
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4394 -4933
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -7
|
@@ -60,15 +60,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
60
60
|
mailRoomId: z.ZodOptional<z.ZodString>;
|
|
61
61
|
isTheMailRoomOwner: z.ZodOptional<z.ZodBoolean>;
|
|
62
62
|
}, "strip", z.ZodTypeAny, {
|
|
63
|
-
name: {
|
|
64
|
-
[x: string]: any;
|
|
65
|
-
};
|
|
66
63
|
channel: {
|
|
67
64
|
[x: string]: any;
|
|
68
65
|
};
|
|
69
66
|
address: {
|
|
70
67
|
[x: string]: any;
|
|
71
68
|
};
|
|
69
|
+
name: {
|
|
70
|
+
[x: string]: any;
|
|
71
|
+
};
|
|
72
72
|
email: {
|
|
73
73
|
[x: string]: any;
|
|
74
74
|
};
|
|
@@ -90,15 +90,15 @@ export declare const ContactContractValidationSchema: {
|
|
|
90
90
|
mailRoomId?: string | undefined;
|
|
91
91
|
isTheMailRoomOwner?: boolean | undefined;
|
|
92
92
|
}, {
|
|
93
|
-
name: {
|
|
94
|
-
[x: string]: any;
|
|
95
|
-
};
|
|
96
93
|
channel: {
|
|
97
94
|
[x: string]: any;
|
|
98
95
|
};
|
|
99
96
|
address: {
|
|
100
97
|
[x: string]: any;
|
|
101
98
|
};
|
|
99
|
+
name: {
|
|
100
|
+
[x: string]: any;
|
|
101
|
+
};
|
|
102
102
|
email: {
|
|
103
103
|
[x: string]: any;
|
|
104
104
|
};
|
|
@@ -148,14 +148,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
148
148
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
149
149
|
name: z.ZodString;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
|
-
name: string;
|
|
152
151
|
id: string;
|
|
152
|
+
name: string;
|
|
153
153
|
createdAt: Date;
|
|
154
154
|
updatedAt: Date;
|
|
155
155
|
deletedAt: Date | null;
|
|
156
156
|
}, {
|
|
157
|
-
name: string;
|
|
158
157
|
id: string;
|
|
158
|
+
name: string;
|
|
159
159
|
createdAt: Date;
|
|
160
160
|
updatedAt: Date;
|
|
161
161
|
deletedAt: Date | null;
|
|
@@ -311,8 +311,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
311
311
|
createdAt: Date;
|
|
312
312
|
updatedAt: Date;
|
|
313
313
|
deletedAt: Date | null;
|
|
314
|
-
name?: string | undefined;
|
|
315
314
|
address?: string | null | undefined;
|
|
315
|
+
name?: string | undefined;
|
|
316
316
|
phone?: string | null | undefined;
|
|
317
317
|
industry?: string | null | undefined;
|
|
318
318
|
}, {
|
|
@@ -320,8 +320,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
320
320
|
createdAt: Date;
|
|
321
321
|
updatedAt: Date;
|
|
322
322
|
deletedAt: Date | null;
|
|
323
|
-
name?: string | undefined;
|
|
324
323
|
address?: string | null | undefined;
|
|
324
|
+
name?: string | undefined;
|
|
325
325
|
phone?: string | null | undefined;
|
|
326
326
|
industry?: string | null | undefined;
|
|
327
327
|
}>>;
|
|
@@ -339,13 +339,13 @@ export declare const ContactContractValidationSchema: {
|
|
|
339
339
|
picture: z.ZodOptional<z.ZodString>;
|
|
340
340
|
additionalCredentials: z.ZodAny;
|
|
341
341
|
}, "strip", z.ZodTypeAny, {
|
|
342
|
-
name: string;
|
|
343
342
|
id: string;
|
|
343
|
+
name: string;
|
|
344
344
|
picture?: string | undefined;
|
|
345
345
|
additionalCredentials?: any;
|
|
346
346
|
}, {
|
|
347
|
-
name: string;
|
|
348
347
|
id: string;
|
|
348
|
+
name: string;
|
|
349
349
|
picture?: string | undefined;
|
|
350
350
|
additionalCredentials?: any;
|
|
351
351
|
}>;
|
|
@@ -353,8 +353,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
353
353
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
354
354
|
id: string;
|
|
355
355
|
metadata: {
|
|
356
|
-
name: string;
|
|
357
356
|
id: string;
|
|
357
|
+
name: string;
|
|
358
358
|
picture?: string | undefined;
|
|
359
359
|
additionalCredentials?: any;
|
|
360
360
|
};
|
|
@@ -367,8 +367,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
367
367
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
368
368
|
id: string;
|
|
369
369
|
metadata: {
|
|
370
|
-
name: string;
|
|
371
370
|
id: string;
|
|
371
|
+
name: string;
|
|
372
372
|
picture?: string | undefined;
|
|
373
373
|
additionalCredentials?: any;
|
|
374
374
|
};
|
|
@@ -478,10 +478,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
478
478
|
fileSize: z.ZodNumber;
|
|
479
479
|
fileKey: z.ZodString;
|
|
480
480
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
481
|
-
status: z.
|
|
481
|
+
status: z.ZodOptional<z.ZodString>;
|
|
482
482
|
}, "strip", z.ZodTypeAny, {
|
|
483
483
|
id: string;
|
|
484
|
-
status: string | null;
|
|
485
484
|
createdAt: Date;
|
|
486
485
|
updatedAt: Date;
|
|
487
486
|
deletedAt: Date | null;
|
|
@@ -490,9 +489,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
490
489
|
bucketName: string;
|
|
491
490
|
fileSize: number;
|
|
492
491
|
fileUrl: string | null;
|
|
492
|
+
status?: string | undefined;
|
|
493
493
|
}, {
|
|
494
494
|
id: string;
|
|
495
|
-
status: string | null;
|
|
496
495
|
createdAt: Date;
|
|
497
496
|
updatedAt: Date;
|
|
498
497
|
deletedAt: Date | null;
|
|
@@ -501,6 +500,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
501
500
|
bucketName: string;
|
|
502
501
|
fileSize: number;
|
|
503
502
|
fileUrl: string | null;
|
|
503
|
+
status?: string | undefined;
|
|
504
504
|
}>, "many">;
|
|
505
505
|
}, "strip", z.ZodTypeAny, {
|
|
506
506
|
id: string;
|
|
@@ -527,7 +527,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
527
527
|
dateValue: Date | null;
|
|
528
528
|
uploads: {
|
|
529
529
|
id: string;
|
|
530
|
-
status: string | null;
|
|
531
530
|
createdAt: Date;
|
|
532
531
|
updatedAt: Date;
|
|
533
532
|
deletedAt: Date | null;
|
|
@@ -536,6 +535,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
536
535
|
bucketName: string;
|
|
537
536
|
fileSize: number;
|
|
538
537
|
fileUrl: string | null;
|
|
538
|
+
status?: string | undefined;
|
|
539
539
|
}[];
|
|
540
540
|
}, {
|
|
541
541
|
id: string;
|
|
@@ -562,7 +562,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
562
562
|
dateValue: Date | null;
|
|
563
563
|
uploads: {
|
|
564
564
|
id: string;
|
|
565
|
-
status: string | null;
|
|
566
565
|
createdAt: Date;
|
|
567
566
|
updatedAt: Date;
|
|
568
567
|
deletedAt: Date | null;
|
|
@@ -571,6 +570,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
571
570
|
bucketName: string;
|
|
572
571
|
fileSize: number;
|
|
573
572
|
fileUrl: string | null;
|
|
573
|
+
status?: string | undefined;
|
|
574
574
|
}[];
|
|
575
575
|
}>, "many">;
|
|
576
576
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -678,10 +678,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
678
678
|
};
|
|
679
679
|
}>, "many">>;
|
|
680
680
|
}, "strip", z.ZodTypeAny, {
|
|
681
|
-
name: string;
|
|
682
681
|
id: string;
|
|
683
682
|
channel: string | null;
|
|
684
683
|
address: string | null;
|
|
684
|
+
name: string;
|
|
685
685
|
createdAt: Date;
|
|
686
686
|
updatedAt: Date;
|
|
687
687
|
deletedAt: Date | null;
|
|
@@ -710,7 +710,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
710
710
|
dateValue: Date | null;
|
|
711
711
|
uploads: {
|
|
712
712
|
id: string;
|
|
713
|
-
status: string | null;
|
|
714
713
|
createdAt: Date;
|
|
715
714
|
updatedAt: Date;
|
|
716
715
|
deletedAt: Date | null;
|
|
@@ -719,6 +718,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
719
718
|
bucketName: string;
|
|
720
719
|
fileSize: number;
|
|
721
720
|
fileUrl: string | null;
|
|
721
|
+
status?: string | undefined;
|
|
722
722
|
}[];
|
|
723
723
|
}[];
|
|
724
724
|
company: {
|
|
@@ -726,8 +726,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
726
726
|
createdAt: Date;
|
|
727
727
|
updatedAt: Date;
|
|
728
728
|
deletedAt: Date | null;
|
|
729
|
-
name?: string | undefined;
|
|
730
729
|
address?: string | null | undefined;
|
|
730
|
+
name?: string | undefined;
|
|
731
731
|
phone?: string | null | undefined;
|
|
732
732
|
industry?: string | null | undefined;
|
|
733
733
|
} | null;
|
|
@@ -735,8 +735,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
735
735
|
contactProfile: string | null;
|
|
736
736
|
socialProfileUrl: string | null;
|
|
737
737
|
tags: {
|
|
738
|
-
name: string;
|
|
739
738
|
id: string;
|
|
739
|
+
name: string;
|
|
740
740
|
createdAt: Date;
|
|
741
741
|
updatedAt: Date;
|
|
742
742
|
deletedAt: Date | null;
|
|
@@ -761,8 +761,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
761
761
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
762
762
|
id: string;
|
|
763
763
|
metadata: {
|
|
764
|
-
name: string;
|
|
765
764
|
id: string;
|
|
765
|
+
name: string;
|
|
766
766
|
picture?: string | undefined;
|
|
767
767
|
additionalCredentials?: any;
|
|
768
768
|
};
|
|
@@ -789,10 +789,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
789
789
|
};
|
|
790
790
|
}[] | undefined;
|
|
791
791
|
}, {
|
|
792
|
-
name: string;
|
|
793
792
|
id: string;
|
|
794
793
|
channel: string | null;
|
|
795
794
|
address: string | null;
|
|
795
|
+
name: string;
|
|
796
796
|
createdAt: Date;
|
|
797
797
|
updatedAt: Date;
|
|
798
798
|
deletedAt: Date | null;
|
|
@@ -821,7 +821,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
821
821
|
dateValue: Date | null;
|
|
822
822
|
uploads: {
|
|
823
823
|
id: string;
|
|
824
|
-
status: string | null;
|
|
825
824
|
createdAt: Date;
|
|
826
825
|
updatedAt: Date;
|
|
827
826
|
deletedAt: Date | null;
|
|
@@ -830,6 +829,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
830
829
|
bucketName: string;
|
|
831
830
|
fileSize: number;
|
|
832
831
|
fileUrl: string | null;
|
|
832
|
+
status?: string | undefined;
|
|
833
833
|
}[];
|
|
834
834
|
}[];
|
|
835
835
|
company: {
|
|
@@ -837,8 +837,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
837
837
|
createdAt: Date;
|
|
838
838
|
updatedAt: Date;
|
|
839
839
|
deletedAt: Date | null;
|
|
840
|
-
name?: string | undefined;
|
|
841
840
|
address?: string | null | undefined;
|
|
841
|
+
name?: string | undefined;
|
|
842
842
|
phone?: string | null | undefined;
|
|
843
843
|
industry?: string | null | undefined;
|
|
844
844
|
} | null;
|
|
@@ -846,8 +846,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
846
846
|
contactProfile: string | null;
|
|
847
847
|
socialProfileUrl: string | null;
|
|
848
848
|
tags: {
|
|
849
|
-
name: string;
|
|
850
849
|
id: string;
|
|
850
|
+
name: string;
|
|
851
851
|
createdAt: Date;
|
|
852
852
|
updatedAt: Date;
|
|
853
853
|
deletedAt: Date | null;
|
|
@@ -872,8 +872,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
872
872
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
873
873
|
id: string;
|
|
874
874
|
metadata: {
|
|
875
|
-
name: string;
|
|
876
875
|
id: string;
|
|
876
|
+
name: string;
|
|
877
877
|
picture?: string | undefined;
|
|
878
878
|
additionalCredentials?: any;
|
|
879
879
|
};
|
|
@@ -998,14 +998,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
998
998
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
999
999
|
name: z.ZodString;
|
|
1000
1000
|
}, "strip", z.ZodTypeAny, {
|
|
1001
|
-
name: string;
|
|
1002
1001
|
id: string;
|
|
1002
|
+
name: string;
|
|
1003
1003
|
createdAt: Date;
|
|
1004
1004
|
updatedAt: Date;
|
|
1005
1005
|
deletedAt: Date | null;
|
|
1006
1006
|
}, {
|
|
1007
|
-
name: string;
|
|
1008
1007
|
id: string;
|
|
1008
|
+
name: string;
|
|
1009
1009
|
createdAt: Date;
|
|
1010
1010
|
updatedAt: Date;
|
|
1011
1011
|
deletedAt: Date | null;
|
|
@@ -1161,8 +1161,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1161
1161
|
createdAt: Date;
|
|
1162
1162
|
updatedAt: Date;
|
|
1163
1163
|
deletedAt: Date | null;
|
|
1164
|
-
name?: string | undefined;
|
|
1165
1164
|
address?: string | null | undefined;
|
|
1165
|
+
name?: string | undefined;
|
|
1166
1166
|
phone?: string | null | undefined;
|
|
1167
1167
|
industry?: string | null | undefined;
|
|
1168
1168
|
}, {
|
|
@@ -1170,8 +1170,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1170
1170
|
createdAt: Date;
|
|
1171
1171
|
updatedAt: Date;
|
|
1172
1172
|
deletedAt: Date | null;
|
|
1173
|
-
name?: string | undefined;
|
|
1174
1173
|
address?: string | null | undefined;
|
|
1174
|
+
name?: string | undefined;
|
|
1175
1175
|
phone?: string | null | undefined;
|
|
1176
1176
|
industry?: string | null | undefined;
|
|
1177
1177
|
}>>;
|
|
@@ -1189,13 +1189,13 @@ export declare const ContactContractValidationSchema: {
|
|
|
1189
1189
|
picture: z.ZodOptional<z.ZodString>;
|
|
1190
1190
|
additionalCredentials: z.ZodAny;
|
|
1191
1191
|
}, "strip", z.ZodTypeAny, {
|
|
1192
|
-
name: string;
|
|
1193
1192
|
id: string;
|
|
1193
|
+
name: string;
|
|
1194
1194
|
picture?: string | undefined;
|
|
1195
1195
|
additionalCredentials?: any;
|
|
1196
1196
|
}, {
|
|
1197
|
-
name: string;
|
|
1198
1197
|
id: string;
|
|
1198
|
+
name: string;
|
|
1199
1199
|
picture?: string | undefined;
|
|
1200
1200
|
additionalCredentials?: any;
|
|
1201
1201
|
}>;
|
|
@@ -1203,8 +1203,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1203
1203
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1204
1204
|
id: string;
|
|
1205
1205
|
metadata: {
|
|
1206
|
-
name: string;
|
|
1207
1206
|
id: string;
|
|
1207
|
+
name: string;
|
|
1208
1208
|
picture?: string | undefined;
|
|
1209
1209
|
additionalCredentials?: any;
|
|
1210
1210
|
};
|
|
@@ -1217,8 +1217,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1217
1217
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1218
1218
|
id: string;
|
|
1219
1219
|
metadata: {
|
|
1220
|
-
name: string;
|
|
1221
1220
|
id: string;
|
|
1221
|
+
name: string;
|
|
1222
1222
|
picture?: string | undefined;
|
|
1223
1223
|
additionalCredentials?: any;
|
|
1224
1224
|
};
|
|
@@ -1328,10 +1328,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
1328
1328
|
fileSize: z.ZodNumber;
|
|
1329
1329
|
fileKey: z.ZodString;
|
|
1330
1330
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
1331
|
-
status: z.
|
|
1331
|
+
status: z.ZodOptional<z.ZodString>;
|
|
1332
1332
|
}, "strip", z.ZodTypeAny, {
|
|
1333
1333
|
id: string;
|
|
1334
|
-
status: string | null;
|
|
1335
1334
|
createdAt: Date;
|
|
1336
1335
|
updatedAt: Date;
|
|
1337
1336
|
deletedAt: Date | null;
|
|
@@ -1340,9 +1339,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
1340
1339
|
bucketName: string;
|
|
1341
1340
|
fileSize: number;
|
|
1342
1341
|
fileUrl: string | null;
|
|
1342
|
+
status?: string | undefined;
|
|
1343
1343
|
}, {
|
|
1344
1344
|
id: string;
|
|
1345
|
-
status: string | null;
|
|
1346
1345
|
createdAt: Date;
|
|
1347
1346
|
updatedAt: Date;
|
|
1348
1347
|
deletedAt: Date | null;
|
|
@@ -1351,6 +1350,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1351
1350
|
bucketName: string;
|
|
1352
1351
|
fileSize: number;
|
|
1353
1352
|
fileUrl: string | null;
|
|
1353
|
+
status?: string | undefined;
|
|
1354
1354
|
}>, "many">;
|
|
1355
1355
|
}, "strip", z.ZodTypeAny, {
|
|
1356
1356
|
id: string;
|
|
@@ -1377,7 +1377,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
1377
1377
|
dateValue: Date | null;
|
|
1378
1378
|
uploads: {
|
|
1379
1379
|
id: string;
|
|
1380
|
-
status: string | null;
|
|
1381
1380
|
createdAt: Date;
|
|
1382
1381
|
updatedAt: Date;
|
|
1383
1382
|
deletedAt: Date | null;
|
|
@@ -1386,6 +1385,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1386
1385
|
bucketName: string;
|
|
1387
1386
|
fileSize: number;
|
|
1388
1387
|
fileUrl: string | null;
|
|
1388
|
+
status?: string | undefined;
|
|
1389
1389
|
}[];
|
|
1390
1390
|
}, {
|
|
1391
1391
|
id: string;
|
|
@@ -1412,7 +1412,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
1412
1412
|
dateValue: Date | null;
|
|
1413
1413
|
uploads: {
|
|
1414
1414
|
id: string;
|
|
1415
|
-
status: string | null;
|
|
1416
1415
|
createdAt: Date;
|
|
1417
1416
|
updatedAt: Date;
|
|
1418
1417
|
deletedAt: Date | null;
|
|
@@ -1421,6 +1420,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1421
1420
|
bucketName: string;
|
|
1422
1421
|
fileSize: number;
|
|
1423
1422
|
fileUrl: string | null;
|
|
1423
|
+
status?: string | undefined;
|
|
1424
1424
|
}[];
|
|
1425
1425
|
}>, "many">;
|
|
1426
1426
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -1528,10 +1528,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
1528
1528
|
};
|
|
1529
1529
|
}>, "many">>;
|
|
1530
1530
|
}, "strip", z.ZodTypeAny, {
|
|
1531
|
-
name: string;
|
|
1532
1531
|
id: string;
|
|
1533
1532
|
channel: string | null;
|
|
1534
1533
|
address: string | null;
|
|
1534
|
+
name: string;
|
|
1535
1535
|
createdAt: Date;
|
|
1536
1536
|
updatedAt: Date;
|
|
1537
1537
|
deletedAt: Date | null;
|
|
@@ -1560,7 +1560,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
1560
1560
|
dateValue: Date | null;
|
|
1561
1561
|
uploads: {
|
|
1562
1562
|
id: string;
|
|
1563
|
-
status: string | null;
|
|
1564
1563
|
createdAt: Date;
|
|
1565
1564
|
updatedAt: Date;
|
|
1566
1565
|
deletedAt: Date | null;
|
|
@@ -1569,6 +1568,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1569
1568
|
bucketName: string;
|
|
1570
1569
|
fileSize: number;
|
|
1571
1570
|
fileUrl: string | null;
|
|
1571
|
+
status?: string | undefined;
|
|
1572
1572
|
}[];
|
|
1573
1573
|
}[];
|
|
1574
1574
|
company: {
|
|
@@ -1576,8 +1576,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1576
1576
|
createdAt: Date;
|
|
1577
1577
|
updatedAt: Date;
|
|
1578
1578
|
deletedAt: Date | null;
|
|
1579
|
-
name?: string | undefined;
|
|
1580
1579
|
address?: string | null | undefined;
|
|
1580
|
+
name?: string | undefined;
|
|
1581
1581
|
phone?: string | null | undefined;
|
|
1582
1582
|
industry?: string | null | undefined;
|
|
1583
1583
|
} | null;
|
|
@@ -1585,8 +1585,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1585
1585
|
contactProfile: string | null;
|
|
1586
1586
|
socialProfileUrl: string | null;
|
|
1587
1587
|
tags: {
|
|
1588
|
-
name: string;
|
|
1589
1588
|
id: string;
|
|
1589
|
+
name: string;
|
|
1590
1590
|
createdAt: Date;
|
|
1591
1591
|
updatedAt: Date;
|
|
1592
1592
|
deletedAt: Date | null;
|
|
@@ -1611,8 +1611,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1611
1611
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1612
1612
|
id: string;
|
|
1613
1613
|
metadata: {
|
|
1614
|
-
name: string;
|
|
1615
1614
|
id: string;
|
|
1615
|
+
name: string;
|
|
1616
1616
|
picture?: string | undefined;
|
|
1617
1617
|
additionalCredentials?: any;
|
|
1618
1618
|
};
|
|
@@ -1639,10 +1639,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
1639
1639
|
};
|
|
1640
1640
|
}[] | undefined;
|
|
1641
1641
|
}, {
|
|
1642
|
-
name: string;
|
|
1643
1642
|
id: string;
|
|
1644
1643
|
channel: string | null;
|
|
1645
1644
|
address: string | null;
|
|
1645
|
+
name: string;
|
|
1646
1646
|
createdAt: Date;
|
|
1647
1647
|
updatedAt: Date;
|
|
1648
1648
|
deletedAt: Date | null;
|
|
@@ -1671,7 +1671,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
1671
1671
|
dateValue: Date | null;
|
|
1672
1672
|
uploads: {
|
|
1673
1673
|
id: string;
|
|
1674
|
-
status: string | null;
|
|
1675
1674
|
createdAt: Date;
|
|
1676
1675
|
updatedAt: Date;
|
|
1677
1676
|
deletedAt: Date | null;
|
|
@@ -1680,6 +1679,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1680
1679
|
bucketName: string;
|
|
1681
1680
|
fileSize: number;
|
|
1682
1681
|
fileUrl: string | null;
|
|
1682
|
+
status?: string | undefined;
|
|
1683
1683
|
}[];
|
|
1684
1684
|
}[];
|
|
1685
1685
|
company: {
|
|
@@ -1687,8 +1687,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1687
1687
|
createdAt: Date;
|
|
1688
1688
|
updatedAt: Date;
|
|
1689
1689
|
deletedAt: Date | null;
|
|
1690
|
-
name?: string | undefined;
|
|
1691
1690
|
address?: string | null | undefined;
|
|
1691
|
+
name?: string | undefined;
|
|
1692
1692
|
phone?: string | null | undefined;
|
|
1693
1693
|
industry?: string | null | undefined;
|
|
1694
1694
|
} | null;
|
|
@@ -1696,8 +1696,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1696
1696
|
contactProfile: string | null;
|
|
1697
1697
|
socialProfileUrl: string | null;
|
|
1698
1698
|
tags: {
|
|
1699
|
-
name: string;
|
|
1700
1699
|
id: string;
|
|
1700
|
+
name: string;
|
|
1701
1701
|
createdAt: Date;
|
|
1702
1702
|
updatedAt: Date;
|
|
1703
1703
|
deletedAt: Date | null;
|
|
@@ -1722,8 +1722,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1722
1722
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1723
1723
|
id: string;
|
|
1724
1724
|
metadata: {
|
|
1725
|
-
name: string;
|
|
1726
1725
|
id: string;
|
|
1726
|
+
name: string;
|
|
1727
1727
|
picture?: string | undefined;
|
|
1728
1728
|
additionalCredentials?: any;
|
|
1729
1729
|
};
|
|
@@ -1778,14 +1778,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
1778
1778
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1779
1779
|
name: z.ZodString;
|
|
1780
1780
|
}, "strip", z.ZodTypeAny, {
|
|
1781
|
-
name: string;
|
|
1782
1781
|
id: string;
|
|
1782
|
+
name: string;
|
|
1783
1783
|
createdAt: Date;
|
|
1784
1784
|
updatedAt: Date;
|
|
1785
1785
|
deletedAt: Date | null;
|
|
1786
1786
|
}, {
|
|
1787
|
-
name: string;
|
|
1788
1787
|
id: string;
|
|
1788
|
+
name: string;
|
|
1789
1789
|
createdAt: Date;
|
|
1790
1790
|
updatedAt: Date;
|
|
1791
1791
|
deletedAt: Date | null;
|
|
@@ -1941,8 +1941,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1941
1941
|
createdAt: Date;
|
|
1942
1942
|
updatedAt: Date;
|
|
1943
1943
|
deletedAt: Date | null;
|
|
1944
|
-
name?: string | undefined;
|
|
1945
1944
|
address?: string | null | undefined;
|
|
1945
|
+
name?: string | undefined;
|
|
1946
1946
|
phone?: string | null | undefined;
|
|
1947
1947
|
industry?: string | null | undefined;
|
|
1948
1948
|
}, {
|
|
@@ -1950,8 +1950,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1950
1950
|
createdAt: Date;
|
|
1951
1951
|
updatedAt: Date;
|
|
1952
1952
|
deletedAt: Date | null;
|
|
1953
|
-
name?: string | undefined;
|
|
1954
1953
|
address?: string | null | undefined;
|
|
1954
|
+
name?: string | undefined;
|
|
1955
1955
|
phone?: string | null | undefined;
|
|
1956
1956
|
industry?: string | null | undefined;
|
|
1957
1957
|
}>>;
|
|
@@ -1969,13 +1969,13 @@ export declare const ContactContractValidationSchema: {
|
|
|
1969
1969
|
picture: z.ZodOptional<z.ZodString>;
|
|
1970
1970
|
additionalCredentials: z.ZodAny;
|
|
1971
1971
|
}, "strip", z.ZodTypeAny, {
|
|
1972
|
-
name: string;
|
|
1973
1972
|
id: string;
|
|
1973
|
+
name: string;
|
|
1974
1974
|
picture?: string | undefined;
|
|
1975
1975
|
additionalCredentials?: any;
|
|
1976
1976
|
}, {
|
|
1977
|
-
name: string;
|
|
1978
1977
|
id: string;
|
|
1978
|
+
name: string;
|
|
1979
1979
|
picture?: string | undefined;
|
|
1980
1980
|
additionalCredentials?: any;
|
|
1981
1981
|
}>;
|
|
@@ -1983,8 +1983,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1983
1983
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1984
1984
|
id: string;
|
|
1985
1985
|
metadata: {
|
|
1986
|
-
name: string;
|
|
1987
1986
|
id: string;
|
|
1987
|
+
name: string;
|
|
1988
1988
|
picture?: string | undefined;
|
|
1989
1989
|
additionalCredentials?: any;
|
|
1990
1990
|
};
|
|
@@ -1997,8 +1997,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
1997
1997
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1998
1998
|
id: string;
|
|
1999
1999
|
metadata: {
|
|
2000
|
-
name: string;
|
|
2001
2000
|
id: string;
|
|
2001
|
+
name: string;
|
|
2002
2002
|
picture?: string | undefined;
|
|
2003
2003
|
additionalCredentials?: any;
|
|
2004
2004
|
};
|
|
@@ -2108,10 +2108,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
2108
2108
|
fileSize: z.ZodNumber;
|
|
2109
2109
|
fileKey: z.ZodString;
|
|
2110
2110
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
2111
|
-
status: z.
|
|
2111
|
+
status: z.ZodOptional<z.ZodString>;
|
|
2112
2112
|
}, "strip", z.ZodTypeAny, {
|
|
2113
2113
|
id: string;
|
|
2114
|
-
status: string | null;
|
|
2115
2114
|
createdAt: Date;
|
|
2116
2115
|
updatedAt: Date;
|
|
2117
2116
|
deletedAt: Date | null;
|
|
@@ -2120,9 +2119,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
2120
2119
|
bucketName: string;
|
|
2121
2120
|
fileSize: number;
|
|
2122
2121
|
fileUrl: string | null;
|
|
2122
|
+
status?: string | undefined;
|
|
2123
2123
|
}, {
|
|
2124
2124
|
id: string;
|
|
2125
|
-
status: string | null;
|
|
2126
2125
|
createdAt: Date;
|
|
2127
2126
|
updatedAt: Date;
|
|
2128
2127
|
deletedAt: Date | null;
|
|
@@ -2131,6 +2130,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2131
2130
|
bucketName: string;
|
|
2132
2131
|
fileSize: number;
|
|
2133
2132
|
fileUrl: string | null;
|
|
2133
|
+
status?: string | undefined;
|
|
2134
2134
|
}>, "many">;
|
|
2135
2135
|
}, "strip", z.ZodTypeAny, {
|
|
2136
2136
|
id: string;
|
|
@@ -2157,7 +2157,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2157
2157
|
dateValue: Date | null;
|
|
2158
2158
|
uploads: {
|
|
2159
2159
|
id: string;
|
|
2160
|
-
status: string | null;
|
|
2161
2160
|
createdAt: Date;
|
|
2162
2161
|
updatedAt: Date;
|
|
2163
2162
|
deletedAt: Date | null;
|
|
@@ -2166,6 +2165,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2166
2165
|
bucketName: string;
|
|
2167
2166
|
fileSize: number;
|
|
2168
2167
|
fileUrl: string | null;
|
|
2168
|
+
status?: string | undefined;
|
|
2169
2169
|
}[];
|
|
2170
2170
|
}, {
|
|
2171
2171
|
id: string;
|
|
@@ -2192,7 +2192,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2192
2192
|
dateValue: Date | null;
|
|
2193
2193
|
uploads: {
|
|
2194
2194
|
id: string;
|
|
2195
|
-
status: string | null;
|
|
2196
2195
|
createdAt: Date;
|
|
2197
2196
|
updatedAt: Date;
|
|
2198
2197
|
deletedAt: Date | null;
|
|
@@ -2201,6 +2200,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2201
2200
|
bucketName: string;
|
|
2202
2201
|
fileSize: number;
|
|
2203
2202
|
fileUrl: string | null;
|
|
2203
|
+
status?: string | undefined;
|
|
2204
2204
|
}[];
|
|
2205
2205
|
}>, "many">;
|
|
2206
2206
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -2308,10 +2308,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
2308
2308
|
};
|
|
2309
2309
|
}>, "many">>;
|
|
2310
2310
|
}, "strip", z.ZodTypeAny, {
|
|
2311
|
-
name: string;
|
|
2312
2311
|
id: string;
|
|
2313
2312
|
channel: string | null;
|
|
2314
2313
|
address: string | null;
|
|
2314
|
+
name: string;
|
|
2315
2315
|
createdAt: Date;
|
|
2316
2316
|
updatedAt: Date;
|
|
2317
2317
|
deletedAt: Date | null;
|
|
@@ -2340,7 +2340,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2340
2340
|
dateValue: Date | null;
|
|
2341
2341
|
uploads: {
|
|
2342
2342
|
id: string;
|
|
2343
|
-
status: string | null;
|
|
2344
2343
|
createdAt: Date;
|
|
2345
2344
|
updatedAt: Date;
|
|
2346
2345
|
deletedAt: Date | null;
|
|
@@ -2349,6 +2348,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2349
2348
|
bucketName: string;
|
|
2350
2349
|
fileSize: number;
|
|
2351
2350
|
fileUrl: string | null;
|
|
2351
|
+
status?: string | undefined;
|
|
2352
2352
|
}[];
|
|
2353
2353
|
}[];
|
|
2354
2354
|
company: {
|
|
@@ -2356,8 +2356,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
2356
2356
|
createdAt: Date;
|
|
2357
2357
|
updatedAt: Date;
|
|
2358
2358
|
deletedAt: Date | null;
|
|
2359
|
-
name?: string | undefined;
|
|
2360
2359
|
address?: string | null | undefined;
|
|
2360
|
+
name?: string | undefined;
|
|
2361
2361
|
phone?: string | null | undefined;
|
|
2362
2362
|
industry?: string | null | undefined;
|
|
2363
2363
|
} | null;
|
|
@@ -2365,8 +2365,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
2365
2365
|
contactProfile: string | null;
|
|
2366
2366
|
socialProfileUrl: string | null;
|
|
2367
2367
|
tags: {
|
|
2368
|
-
name: string;
|
|
2369
2368
|
id: string;
|
|
2369
|
+
name: string;
|
|
2370
2370
|
createdAt: Date;
|
|
2371
2371
|
updatedAt: Date;
|
|
2372
2372
|
deletedAt: Date | null;
|
|
@@ -2391,8 +2391,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
2391
2391
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2392
2392
|
id: string;
|
|
2393
2393
|
metadata: {
|
|
2394
|
-
name: string;
|
|
2395
2394
|
id: string;
|
|
2395
|
+
name: string;
|
|
2396
2396
|
picture?: string | undefined;
|
|
2397
2397
|
additionalCredentials?: any;
|
|
2398
2398
|
};
|
|
@@ -2419,10 +2419,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
2419
2419
|
};
|
|
2420
2420
|
}[] | undefined;
|
|
2421
2421
|
}, {
|
|
2422
|
-
name: string;
|
|
2423
2422
|
id: string;
|
|
2424
2423
|
channel: string | null;
|
|
2425
2424
|
address: string | null;
|
|
2425
|
+
name: string;
|
|
2426
2426
|
createdAt: Date;
|
|
2427
2427
|
updatedAt: Date;
|
|
2428
2428
|
deletedAt: Date | null;
|
|
@@ -2451,7 +2451,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2451
2451
|
dateValue: Date | null;
|
|
2452
2452
|
uploads: {
|
|
2453
2453
|
id: string;
|
|
2454
|
-
status: string | null;
|
|
2455
2454
|
createdAt: Date;
|
|
2456
2455
|
updatedAt: Date;
|
|
2457
2456
|
deletedAt: Date | null;
|
|
@@ -2460,6 +2459,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2460
2459
|
bucketName: string;
|
|
2461
2460
|
fileSize: number;
|
|
2462
2461
|
fileUrl: string | null;
|
|
2462
|
+
status?: string | undefined;
|
|
2463
2463
|
}[];
|
|
2464
2464
|
}[];
|
|
2465
2465
|
company: {
|
|
@@ -2467,8 +2467,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
2467
2467
|
createdAt: Date;
|
|
2468
2468
|
updatedAt: Date;
|
|
2469
2469
|
deletedAt: Date | null;
|
|
2470
|
-
name?: string | undefined;
|
|
2471
2470
|
address?: string | null | undefined;
|
|
2471
|
+
name?: string | undefined;
|
|
2472
2472
|
phone?: string | null | undefined;
|
|
2473
2473
|
industry?: string | null | undefined;
|
|
2474
2474
|
} | null;
|
|
@@ -2476,8 +2476,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
2476
2476
|
contactProfile: string | null;
|
|
2477
2477
|
socialProfileUrl: string | null;
|
|
2478
2478
|
tags: {
|
|
2479
|
-
name: string;
|
|
2480
2479
|
id: string;
|
|
2480
|
+
name: string;
|
|
2481
2481
|
createdAt: Date;
|
|
2482
2482
|
updatedAt: Date;
|
|
2483
2483
|
deletedAt: Date | null;
|
|
@@ -2502,8 +2502,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
2502
2502
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2503
2503
|
id: string;
|
|
2504
2504
|
metadata: {
|
|
2505
|
-
name: string;
|
|
2506
2505
|
id: string;
|
|
2506
|
+
name: string;
|
|
2507
2507
|
picture?: string | undefined;
|
|
2508
2508
|
additionalCredentials?: any;
|
|
2509
2509
|
};
|
|
@@ -2566,14 +2566,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
2566
2566
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2567
2567
|
name: z.ZodString;
|
|
2568
2568
|
}, "strip", z.ZodTypeAny, {
|
|
2569
|
-
name: string;
|
|
2570
2569
|
id: string;
|
|
2570
|
+
name: string;
|
|
2571
2571
|
createdAt: Date;
|
|
2572
2572
|
updatedAt: Date;
|
|
2573
2573
|
deletedAt: Date | null;
|
|
2574
2574
|
}, {
|
|
2575
|
-
name: string;
|
|
2576
2575
|
id: string;
|
|
2576
|
+
name: string;
|
|
2577
2577
|
createdAt: Date;
|
|
2578
2578
|
updatedAt: Date;
|
|
2579
2579
|
deletedAt: Date | null;
|
|
@@ -2729,8 +2729,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
2729
2729
|
createdAt: Date;
|
|
2730
2730
|
updatedAt: Date;
|
|
2731
2731
|
deletedAt: Date | null;
|
|
2732
|
-
name?: string | undefined;
|
|
2733
2732
|
address?: string | null | undefined;
|
|
2733
|
+
name?: string | undefined;
|
|
2734
2734
|
phone?: string | null | undefined;
|
|
2735
2735
|
industry?: string | null | undefined;
|
|
2736
2736
|
}, {
|
|
@@ -2738,8 +2738,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
2738
2738
|
createdAt: Date;
|
|
2739
2739
|
updatedAt: Date;
|
|
2740
2740
|
deletedAt: Date | null;
|
|
2741
|
-
name?: string | undefined;
|
|
2742
2741
|
address?: string | null | undefined;
|
|
2742
|
+
name?: string | undefined;
|
|
2743
2743
|
phone?: string | null | undefined;
|
|
2744
2744
|
industry?: string | null | undefined;
|
|
2745
2745
|
}>>;
|
|
@@ -2757,13 +2757,13 @@ export declare const ContactContractValidationSchema: {
|
|
|
2757
2757
|
picture: z.ZodOptional<z.ZodString>;
|
|
2758
2758
|
additionalCredentials: z.ZodAny;
|
|
2759
2759
|
}, "strip", z.ZodTypeAny, {
|
|
2760
|
-
name: string;
|
|
2761
2760
|
id: string;
|
|
2761
|
+
name: string;
|
|
2762
2762
|
picture?: string | undefined;
|
|
2763
2763
|
additionalCredentials?: any;
|
|
2764
2764
|
}, {
|
|
2765
|
-
name: string;
|
|
2766
2765
|
id: string;
|
|
2766
|
+
name: string;
|
|
2767
2767
|
picture?: string | undefined;
|
|
2768
2768
|
additionalCredentials?: any;
|
|
2769
2769
|
}>;
|
|
@@ -2771,8 +2771,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
2771
2771
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2772
2772
|
id: string;
|
|
2773
2773
|
metadata: {
|
|
2774
|
-
name: string;
|
|
2775
2774
|
id: string;
|
|
2775
|
+
name: string;
|
|
2776
2776
|
picture?: string | undefined;
|
|
2777
2777
|
additionalCredentials?: any;
|
|
2778
2778
|
};
|
|
@@ -2785,8 +2785,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
2785
2785
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2786
2786
|
id: string;
|
|
2787
2787
|
metadata: {
|
|
2788
|
-
name: string;
|
|
2789
2788
|
id: string;
|
|
2789
|
+
name: string;
|
|
2790
2790
|
picture?: string | undefined;
|
|
2791
2791
|
additionalCredentials?: any;
|
|
2792
2792
|
};
|
|
@@ -2896,10 +2896,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
2896
2896
|
fileSize: z.ZodNumber;
|
|
2897
2897
|
fileKey: z.ZodString;
|
|
2898
2898
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
2899
|
-
status: z.
|
|
2899
|
+
status: z.ZodOptional<z.ZodString>;
|
|
2900
2900
|
}, "strip", z.ZodTypeAny, {
|
|
2901
2901
|
id: string;
|
|
2902
|
-
status: string | null;
|
|
2903
2902
|
createdAt: Date;
|
|
2904
2903
|
updatedAt: Date;
|
|
2905
2904
|
deletedAt: Date | null;
|
|
@@ -2908,9 +2907,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
2908
2907
|
bucketName: string;
|
|
2909
2908
|
fileSize: number;
|
|
2910
2909
|
fileUrl: string | null;
|
|
2910
|
+
status?: string | undefined;
|
|
2911
2911
|
}, {
|
|
2912
2912
|
id: string;
|
|
2913
|
-
status: string | null;
|
|
2914
2913
|
createdAt: Date;
|
|
2915
2914
|
updatedAt: Date;
|
|
2916
2915
|
deletedAt: Date | null;
|
|
@@ -2919,6 +2918,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2919
2918
|
bucketName: string;
|
|
2920
2919
|
fileSize: number;
|
|
2921
2920
|
fileUrl: string | null;
|
|
2921
|
+
status?: string | undefined;
|
|
2922
2922
|
}>, "many">;
|
|
2923
2923
|
}, "strip", z.ZodTypeAny, {
|
|
2924
2924
|
id: string;
|
|
@@ -2945,7 +2945,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2945
2945
|
dateValue: Date | null;
|
|
2946
2946
|
uploads: {
|
|
2947
2947
|
id: string;
|
|
2948
|
-
status: string | null;
|
|
2949
2948
|
createdAt: Date;
|
|
2950
2949
|
updatedAt: Date;
|
|
2951
2950
|
deletedAt: Date | null;
|
|
@@ -2954,6 +2953,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2954
2953
|
bucketName: string;
|
|
2955
2954
|
fileSize: number;
|
|
2956
2955
|
fileUrl: string | null;
|
|
2956
|
+
status?: string | undefined;
|
|
2957
2957
|
}[];
|
|
2958
2958
|
}, {
|
|
2959
2959
|
id: string;
|
|
@@ -2980,7 +2980,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2980
2980
|
dateValue: Date | null;
|
|
2981
2981
|
uploads: {
|
|
2982
2982
|
id: string;
|
|
2983
|
-
status: string | null;
|
|
2984
2983
|
createdAt: Date;
|
|
2985
2984
|
updatedAt: Date;
|
|
2986
2985
|
deletedAt: Date | null;
|
|
@@ -2989,6 +2988,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2989
2988
|
bucketName: string;
|
|
2990
2989
|
fileSize: number;
|
|
2991
2990
|
fileUrl: string | null;
|
|
2991
|
+
status?: string | undefined;
|
|
2992
2992
|
}[];
|
|
2993
2993
|
}>, "many">;
|
|
2994
2994
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -3096,10 +3096,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
3096
3096
|
};
|
|
3097
3097
|
}>, "many">>;
|
|
3098
3098
|
}, "strip", z.ZodTypeAny, {
|
|
3099
|
-
name: string;
|
|
3100
3099
|
id: string;
|
|
3101
3100
|
channel: string | null;
|
|
3102
3101
|
address: string | null;
|
|
3102
|
+
name: string;
|
|
3103
3103
|
createdAt: Date;
|
|
3104
3104
|
updatedAt: Date;
|
|
3105
3105
|
deletedAt: Date | null;
|
|
@@ -3128,7 +3128,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
3128
3128
|
dateValue: Date | null;
|
|
3129
3129
|
uploads: {
|
|
3130
3130
|
id: string;
|
|
3131
|
-
status: string | null;
|
|
3132
3131
|
createdAt: Date;
|
|
3133
3132
|
updatedAt: Date;
|
|
3134
3133
|
deletedAt: Date | null;
|
|
@@ -3137,6 +3136,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3137
3136
|
bucketName: string;
|
|
3138
3137
|
fileSize: number;
|
|
3139
3138
|
fileUrl: string | null;
|
|
3139
|
+
status?: string | undefined;
|
|
3140
3140
|
}[];
|
|
3141
3141
|
}[];
|
|
3142
3142
|
company: {
|
|
@@ -3144,8 +3144,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3144
3144
|
createdAt: Date;
|
|
3145
3145
|
updatedAt: Date;
|
|
3146
3146
|
deletedAt: Date | null;
|
|
3147
|
-
name?: string | undefined;
|
|
3148
3147
|
address?: string | null | undefined;
|
|
3148
|
+
name?: string | undefined;
|
|
3149
3149
|
phone?: string | null | undefined;
|
|
3150
3150
|
industry?: string | null | undefined;
|
|
3151
3151
|
} | null;
|
|
@@ -3153,8 +3153,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3153
3153
|
contactProfile: string | null;
|
|
3154
3154
|
socialProfileUrl: string | null;
|
|
3155
3155
|
tags: {
|
|
3156
|
-
name: string;
|
|
3157
3156
|
id: string;
|
|
3157
|
+
name: string;
|
|
3158
3158
|
createdAt: Date;
|
|
3159
3159
|
updatedAt: Date;
|
|
3160
3160
|
deletedAt: Date | null;
|
|
@@ -3179,8 +3179,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3179
3179
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3180
3180
|
id: string;
|
|
3181
3181
|
metadata: {
|
|
3182
|
-
name: string;
|
|
3183
3182
|
id: string;
|
|
3183
|
+
name: string;
|
|
3184
3184
|
picture?: string | undefined;
|
|
3185
3185
|
additionalCredentials?: any;
|
|
3186
3186
|
};
|
|
@@ -3207,10 +3207,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
3207
3207
|
};
|
|
3208
3208
|
}[] | undefined;
|
|
3209
3209
|
}, {
|
|
3210
|
-
name: string;
|
|
3211
3210
|
id: string;
|
|
3212
3211
|
channel: string | null;
|
|
3213
3212
|
address: string | null;
|
|
3213
|
+
name: string;
|
|
3214
3214
|
createdAt: Date;
|
|
3215
3215
|
updatedAt: Date;
|
|
3216
3216
|
deletedAt: Date | null;
|
|
@@ -3239,7 +3239,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
3239
3239
|
dateValue: Date | null;
|
|
3240
3240
|
uploads: {
|
|
3241
3241
|
id: string;
|
|
3242
|
-
status: string | null;
|
|
3243
3242
|
createdAt: Date;
|
|
3244
3243
|
updatedAt: Date;
|
|
3245
3244
|
deletedAt: Date | null;
|
|
@@ -3248,6 +3247,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3248
3247
|
bucketName: string;
|
|
3249
3248
|
fileSize: number;
|
|
3250
3249
|
fileUrl: string | null;
|
|
3250
|
+
status?: string | undefined;
|
|
3251
3251
|
}[];
|
|
3252
3252
|
}[];
|
|
3253
3253
|
company: {
|
|
@@ -3255,8 +3255,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3255
3255
|
createdAt: Date;
|
|
3256
3256
|
updatedAt: Date;
|
|
3257
3257
|
deletedAt: Date | null;
|
|
3258
|
-
name?: string | undefined;
|
|
3259
3258
|
address?: string | null | undefined;
|
|
3259
|
+
name?: string | undefined;
|
|
3260
3260
|
phone?: string | null | undefined;
|
|
3261
3261
|
industry?: string | null | undefined;
|
|
3262
3262
|
} | null;
|
|
@@ -3264,8 +3264,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3264
3264
|
contactProfile: string | null;
|
|
3265
3265
|
socialProfileUrl: string | null;
|
|
3266
3266
|
tags: {
|
|
3267
|
-
name: string;
|
|
3268
3267
|
id: string;
|
|
3268
|
+
name: string;
|
|
3269
3269
|
createdAt: Date;
|
|
3270
3270
|
updatedAt: Date;
|
|
3271
3271
|
deletedAt: Date | null;
|
|
@@ -3290,8 +3290,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3290
3290
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3291
3291
|
id: string;
|
|
3292
3292
|
metadata: {
|
|
3293
|
-
name: string;
|
|
3294
3293
|
id: string;
|
|
3294
|
+
name: string;
|
|
3295
3295
|
picture?: string | undefined;
|
|
3296
3296
|
additionalCredentials?: any;
|
|
3297
3297
|
};
|
|
@@ -3345,14 +3345,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
3345
3345
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3346
3346
|
name: z.ZodString;
|
|
3347
3347
|
}, "strip", z.ZodTypeAny, {
|
|
3348
|
-
name: string;
|
|
3349
3348
|
id: string;
|
|
3349
|
+
name: string;
|
|
3350
3350
|
createdAt: Date;
|
|
3351
3351
|
updatedAt: Date;
|
|
3352
3352
|
deletedAt: Date | null;
|
|
3353
3353
|
}, {
|
|
3354
|
-
name: string;
|
|
3355
3354
|
id: string;
|
|
3355
|
+
name: string;
|
|
3356
3356
|
createdAt: Date;
|
|
3357
3357
|
updatedAt: Date;
|
|
3358
3358
|
deletedAt: Date | null;
|
|
@@ -3508,8 +3508,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3508
3508
|
createdAt: Date;
|
|
3509
3509
|
updatedAt: Date;
|
|
3510
3510
|
deletedAt: Date | null;
|
|
3511
|
-
name?: string | undefined;
|
|
3512
3511
|
address?: string | null | undefined;
|
|
3512
|
+
name?: string | undefined;
|
|
3513
3513
|
phone?: string | null | undefined;
|
|
3514
3514
|
industry?: string | null | undefined;
|
|
3515
3515
|
}, {
|
|
@@ -3517,8 +3517,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3517
3517
|
createdAt: Date;
|
|
3518
3518
|
updatedAt: Date;
|
|
3519
3519
|
deletedAt: Date | null;
|
|
3520
|
-
name?: string | undefined;
|
|
3521
3520
|
address?: string | null | undefined;
|
|
3521
|
+
name?: string | undefined;
|
|
3522
3522
|
phone?: string | null | undefined;
|
|
3523
3523
|
industry?: string | null | undefined;
|
|
3524
3524
|
}>>;
|
|
@@ -3536,13 +3536,13 @@ export declare const ContactContractValidationSchema: {
|
|
|
3536
3536
|
picture: z.ZodOptional<z.ZodString>;
|
|
3537
3537
|
additionalCredentials: z.ZodAny;
|
|
3538
3538
|
}, "strip", z.ZodTypeAny, {
|
|
3539
|
-
name: string;
|
|
3540
3539
|
id: string;
|
|
3540
|
+
name: string;
|
|
3541
3541
|
picture?: string | undefined;
|
|
3542
3542
|
additionalCredentials?: any;
|
|
3543
3543
|
}, {
|
|
3544
|
-
name: string;
|
|
3545
3544
|
id: string;
|
|
3545
|
+
name: string;
|
|
3546
3546
|
picture?: string | undefined;
|
|
3547
3547
|
additionalCredentials?: any;
|
|
3548
3548
|
}>;
|
|
@@ -3550,8 +3550,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3550
3550
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3551
3551
|
id: string;
|
|
3552
3552
|
metadata: {
|
|
3553
|
-
name: string;
|
|
3554
3553
|
id: string;
|
|
3554
|
+
name: string;
|
|
3555
3555
|
picture?: string | undefined;
|
|
3556
3556
|
additionalCredentials?: any;
|
|
3557
3557
|
};
|
|
@@ -3564,8 +3564,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3564
3564
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3565
3565
|
id: string;
|
|
3566
3566
|
metadata: {
|
|
3567
|
-
name: string;
|
|
3568
3567
|
id: string;
|
|
3568
|
+
name: string;
|
|
3569
3569
|
picture?: string | undefined;
|
|
3570
3570
|
additionalCredentials?: any;
|
|
3571
3571
|
};
|
|
@@ -3675,10 +3675,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
3675
3675
|
fileSize: z.ZodNumber;
|
|
3676
3676
|
fileKey: z.ZodString;
|
|
3677
3677
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
3678
|
-
status: z.
|
|
3678
|
+
status: z.ZodOptional<z.ZodString>;
|
|
3679
3679
|
}, "strip", z.ZodTypeAny, {
|
|
3680
3680
|
id: string;
|
|
3681
|
-
status: string | null;
|
|
3682
3681
|
createdAt: Date;
|
|
3683
3682
|
updatedAt: Date;
|
|
3684
3683
|
deletedAt: Date | null;
|
|
@@ -3687,9 +3686,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
3687
3686
|
bucketName: string;
|
|
3688
3687
|
fileSize: number;
|
|
3689
3688
|
fileUrl: string | null;
|
|
3689
|
+
status?: string | undefined;
|
|
3690
3690
|
}, {
|
|
3691
3691
|
id: string;
|
|
3692
|
-
status: string | null;
|
|
3693
3692
|
createdAt: Date;
|
|
3694
3693
|
updatedAt: Date;
|
|
3695
3694
|
deletedAt: Date | null;
|
|
@@ -3698,6 +3697,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3698
3697
|
bucketName: string;
|
|
3699
3698
|
fileSize: number;
|
|
3700
3699
|
fileUrl: string | null;
|
|
3700
|
+
status?: string | undefined;
|
|
3701
3701
|
}>, "many">;
|
|
3702
3702
|
}, "strip", z.ZodTypeAny, {
|
|
3703
3703
|
id: string;
|
|
@@ -3724,7 +3724,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
3724
3724
|
dateValue: Date | null;
|
|
3725
3725
|
uploads: {
|
|
3726
3726
|
id: string;
|
|
3727
|
-
status: string | null;
|
|
3728
3727
|
createdAt: Date;
|
|
3729
3728
|
updatedAt: Date;
|
|
3730
3729
|
deletedAt: Date | null;
|
|
@@ -3733,6 +3732,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3733
3732
|
bucketName: string;
|
|
3734
3733
|
fileSize: number;
|
|
3735
3734
|
fileUrl: string | null;
|
|
3735
|
+
status?: string | undefined;
|
|
3736
3736
|
}[];
|
|
3737
3737
|
}, {
|
|
3738
3738
|
id: string;
|
|
@@ -3759,7 +3759,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
3759
3759
|
dateValue: Date | null;
|
|
3760
3760
|
uploads: {
|
|
3761
3761
|
id: string;
|
|
3762
|
-
status: string | null;
|
|
3763
3762
|
createdAt: Date;
|
|
3764
3763
|
updatedAt: Date;
|
|
3765
3764
|
deletedAt: Date | null;
|
|
@@ -3768,6 +3767,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3768
3767
|
bucketName: string;
|
|
3769
3768
|
fileSize: number;
|
|
3770
3769
|
fileUrl: string | null;
|
|
3770
|
+
status?: string | undefined;
|
|
3771
3771
|
}[];
|
|
3772
3772
|
}>, "many">;
|
|
3773
3773
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -3875,10 +3875,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
3875
3875
|
};
|
|
3876
3876
|
}>, "many">>;
|
|
3877
3877
|
}, "strip", z.ZodTypeAny, {
|
|
3878
|
-
name: string;
|
|
3879
3878
|
id: string;
|
|
3880
3879
|
channel: string | null;
|
|
3881
3880
|
address: string | null;
|
|
3881
|
+
name: string;
|
|
3882
3882
|
createdAt: Date;
|
|
3883
3883
|
updatedAt: Date;
|
|
3884
3884
|
deletedAt: Date | null;
|
|
@@ -3907,7 +3907,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
3907
3907
|
dateValue: Date | null;
|
|
3908
3908
|
uploads: {
|
|
3909
3909
|
id: string;
|
|
3910
|
-
status: string | null;
|
|
3911
3910
|
createdAt: Date;
|
|
3912
3911
|
updatedAt: Date;
|
|
3913
3912
|
deletedAt: Date | null;
|
|
@@ -3916,6 +3915,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3916
3915
|
bucketName: string;
|
|
3917
3916
|
fileSize: number;
|
|
3918
3917
|
fileUrl: string | null;
|
|
3918
|
+
status?: string | undefined;
|
|
3919
3919
|
}[];
|
|
3920
3920
|
}[];
|
|
3921
3921
|
company: {
|
|
@@ -3923,8 +3923,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3923
3923
|
createdAt: Date;
|
|
3924
3924
|
updatedAt: Date;
|
|
3925
3925
|
deletedAt: Date | null;
|
|
3926
|
-
name?: string | undefined;
|
|
3927
3926
|
address?: string | null | undefined;
|
|
3927
|
+
name?: string | undefined;
|
|
3928
3928
|
phone?: string | null | undefined;
|
|
3929
3929
|
industry?: string | null | undefined;
|
|
3930
3930
|
} | null;
|
|
@@ -3932,8 +3932,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3932
3932
|
contactProfile: string | null;
|
|
3933
3933
|
socialProfileUrl: string | null;
|
|
3934
3934
|
tags: {
|
|
3935
|
-
name: string;
|
|
3936
3935
|
id: string;
|
|
3936
|
+
name: string;
|
|
3937
3937
|
createdAt: Date;
|
|
3938
3938
|
updatedAt: Date;
|
|
3939
3939
|
deletedAt: Date | null;
|
|
@@ -3958,8 +3958,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
3958
3958
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3959
3959
|
id: string;
|
|
3960
3960
|
metadata: {
|
|
3961
|
-
name: string;
|
|
3962
3961
|
id: string;
|
|
3962
|
+
name: string;
|
|
3963
3963
|
picture?: string | undefined;
|
|
3964
3964
|
additionalCredentials?: any;
|
|
3965
3965
|
};
|
|
@@ -3986,10 +3986,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
3986
3986
|
};
|
|
3987
3987
|
}[] | undefined;
|
|
3988
3988
|
}, {
|
|
3989
|
-
name: string;
|
|
3990
3989
|
id: string;
|
|
3991
3990
|
channel: string | null;
|
|
3992
3991
|
address: string | null;
|
|
3992
|
+
name: string;
|
|
3993
3993
|
createdAt: Date;
|
|
3994
3994
|
updatedAt: Date;
|
|
3995
3995
|
deletedAt: Date | null;
|
|
@@ -4018,7 +4018,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
4018
4018
|
dateValue: Date | null;
|
|
4019
4019
|
uploads: {
|
|
4020
4020
|
id: string;
|
|
4021
|
-
status: string | null;
|
|
4022
4021
|
createdAt: Date;
|
|
4023
4022
|
updatedAt: Date;
|
|
4024
4023
|
deletedAt: Date | null;
|
|
@@ -4027,6 +4026,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4027
4026
|
bucketName: string;
|
|
4028
4027
|
fileSize: number;
|
|
4029
4028
|
fileUrl: string | null;
|
|
4029
|
+
status?: string | undefined;
|
|
4030
4030
|
}[];
|
|
4031
4031
|
}[];
|
|
4032
4032
|
company: {
|
|
@@ -4034,8 +4034,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4034
4034
|
createdAt: Date;
|
|
4035
4035
|
updatedAt: Date;
|
|
4036
4036
|
deletedAt: Date | null;
|
|
4037
|
-
name?: string | undefined;
|
|
4038
4037
|
address?: string | null | undefined;
|
|
4038
|
+
name?: string | undefined;
|
|
4039
4039
|
phone?: string | null | undefined;
|
|
4040
4040
|
industry?: string | null | undefined;
|
|
4041
4041
|
} | null;
|
|
@@ -4043,8 +4043,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4043
4043
|
contactProfile: string | null;
|
|
4044
4044
|
socialProfileUrl: string | null;
|
|
4045
4045
|
tags: {
|
|
4046
|
-
name: string;
|
|
4047
4046
|
id: string;
|
|
4047
|
+
name: string;
|
|
4048
4048
|
createdAt: Date;
|
|
4049
4049
|
updatedAt: Date;
|
|
4050
4050
|
deletedAt: Date | null;
|
|
@@ -4069,8 +4069,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4069
4069
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4070
4070
|
id: string;
|
|
4071
4071
|
metadata: {
|
|
4072
|
-
name: string;
|
|
4073
4072
|
id: string;
|
|
4073
|
+
name: string;
|
|
4074
4074
|
picture?: string | undefined;
|
|
4075
4075
|
additionalCredentials?: any;
|
|
4076
4076
|
};
|
|
@@ -4127,14 +4127,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
4127
4127
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4128
4128
|
name: z.ZodString;
|
|
4129
4129
|
}, "strip", z.ZodTypeAny, {
|
|
4130
|
-
name: string;
|
|
4131
4130
|
id: string;
|
|
4131
|
+
name: string;
|
|
4132
4132
|
createdAt: Date;
|
|
4133
4133
|
updatedAt: Date;
|
|
4134
4134
|
deletedAt: Date | null;
|
|
4135
4135
|
}, {
|
|
4136
|
-
name: string;
|
|
4137
4136
|
id: string;
|
|
4137
|
+
name: string;
|
|
4138
4138
|
createdAt: Date;
|
|
4139
4139
|
updatedAt: Date;
|
|
4140
4140
|
deletedAt: Date | null;
|
|
@@ -4290,8 +4290,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4290
4290
|
createdAt: Date;
|
|
4291
4291
|
updatedAt: Date;
|
|
4292
4292
|
deletedAt: Date | null;
|
|
4293
|
-
name?: string | undefined;
|
|
4294
4293
|
address?: string | null | undefined;
|
|
4294
|
+
name?: string | undefined;
|
|
4295
4295
|
phone?: string | null | undefined;
|
|
4296
4296
|
industry?: string | null | undefined;
|
|
4297
4297
|
}, {
|
|
@@ -4299,8 +4299,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4299
4299
|
createdAt: Date;
|
|
4300
4300
|
updatedAt: Date;
|
|
4301
4301
|
deletedAt: Date | null;
|
|
4302
|
-
name?: string | undefined;
|
|
4303
4302
|
address?: string | null | undefined;
|
|
4303
|
+
name?: string | undefined;
|
|
4304
4304
|
phone?: string | null | undefined;
|
|
4305
4305
|
industry?: string | null | undefined;
|
|
4306
4306
|
}>>;
|
|
@@ -4318,13 +4318,13 @@ export declare const ContactContractValidationSchema: {
|
|
|
4318
4318
|
picture: z.ZodOptional<z.ZodString>;
|
|
4319
4319
|
additionalCredentials: z.ZodAny;
|
|
4320
4320
|
}, "strip", z.ZodTypeAny, {
|
|
4321
|
-
name: string;
|
|
4322
4321
|
id: string;
|
|
4322
|
+
name: string;
|
|
4323
4323
|
picture?: string | undefined;
|
|
4324
4324
|
additionalCredentials?: any;
|
|
4325
4325
|
}, {
|
|
4326
|
-
name: string;
|
|
4327
4326
|
id: string;
|
|
4327
|
+
name: string;
|
|
4328
4328
|
picture?: string | undefined;
|
|
4329
4329
|
additionalCredentials?: any;
|
|
4330
4330
|
}>;
|
|
@@ -4332,8 +4332,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4332
4332
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4333
4333
|
id: string;
|
|
4334
4334
|
metadata: {
|
|
4335
|
-
name: string;
|
|
4336
4335
|
id: string;
|
|
4336
|
+
name: string;
|
|
4337
4337
|
picture?: string | undefined;
|
|
4338
4338
|
additionalCredentials?: any;
|
|
4339
4339
|
};
|
|
@@ -4346,8 +4346,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4346
4346
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4347
4347
|
id: string;
|
|
4348
4348
|
metadata: {
|
|
4349
|
-
name: string;
|
|
4350
4349
|
id: string;
|
|
4350
|
+
name: string;
|
|
4351
4351
|
picture?: string | undefined;
|
|
4352
4352
|
additionalCredentials?: any;
|
|
4353
4353
|
};
|
|
@@ -4457,10 +4457,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
4457
4457
|
fileSize: z.ZodNumber;
|
|
4458
4458
|
fileKey: z.ZodString;
|
|
4459
4459
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
4460
|
-
status: z.
|
|
4460
|
+
status: z.ZodOptional<z.ZodString>;
|
|
4461
4461
|
}, "strip", z.ZodTypeAny, {
|
|
4462
4462
|
id: string;
|
|
4463
|
-
status: string | null;
|
|
4464
4463
|
createdAt: Date;
|
|
4465
4464
|
updatedAt: Date;
|
|
4466
4465
|
deletedAt: Date | null;
|
|
@@ -4469,9 +4468,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
4469
4468
|
bucketName: string;
|
|
4470
4469
|
fileSize: number;
|
|
4471
4470
|
fileUrl: string | null;
|
|
4471
|
+
status?: string | undefined;
|
|
4472
4472
|
}, {
|
|
4473
4473
|
id: string;
|
|
4474
|
-
status: string | null;
|
|
4475
4474
|
createdAt: Date;
|
|
4476
4475
|
updatedAt: Date;
|
|
4477
4476
|
deletedAt: Date | null;
|
|
@@ -4480,6 +4479,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4480
4479
|
bucketName: string;
|
|
4481
4480
|
fileSize: number;
|
|
4482
4481
|
fileUrl: string | null;
|
|
4482
|
+
status?: string | undefined;
|
|
4483
4483
|
}>, "many">;
|
|
4484
4484
|
}, "strip", z.ZodTypeAny, {
|
|
4485
4485
|
id: string;
|
|
@@ -4506,7 +4506,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
4506
4506
|
dateValue: Date | null;
|
|
4507
4507
|
uploads: {
|
|
4508
4508
|
id: string;
|
|
4509
|
-
status: string | null;
|
|
4510
4509
|
createdAt: Date;
|
|
4511
4510
|
updatedAt: Date;
|
|
4512
4511
|
deletedAt: Date | null;
|
|
@@ -4515,6 +4514,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4515
4514
|
bucketName: string;
|
|
4516
4515
|
fileSize: number;
|
|
4517
4516
|
fileUrl: string | null;
|
|
4517
|
+
status?: string | undefined;
|
|
4518
4518
|
}[];
|
|
4519
4519
|
}, {
|
|
4520
4520
|
id: string;
|
|
@@ -4541,7 +4541,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
4541
4541
|
dateValue: Date | null;
|
|
4542
4542
|
uploads: {
|
|
4543
4543
|
id: string;
|
|
4544
|
-
status: string | null;
|
|
4545
4544
|
createdAt: Date;
|
|
4546
4545
|
updatedAt: Date;
|
|
4547
4546
|
deletedAt: Date | null;
|
|
@@ -4550,6 +4549,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4550
4549
|
bucketName: string;
|
|
4551
4550
|
fileSize: number;
|
|
4552
4551
|
fileUrl: string | null;
|
|
4552
|
+
status?: string | undefined;
|
|
4553
4553
|
}[];
|
|
4554
4554
|
}>, "many">;
|
|
4555
4555
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -4657,10 +4657,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
4657
4657
|
};
|
|
4658
4658
|
}>, "many">>;
|
|
4659
4659
|
}, "strip", z.ZodTypeAny, {
|
|
4660
|
-
name: string;
|
|
4661
4660
|
id: string;
|
|
4662
4661
|
channel: string | null;
|
|
4663
4662
|
address: string | null;
|
|
4663
|
+
name: string;
|
|
4664
4664
|
createdAt: Date;
|
|
4665
4665
|
updatedAt: Date;
|
|
4666
4666
|
deletedAt: Date | null;
|
|
@@ -4689,7 +4689,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
4689
4689
|
dateValue: Date | null;
|
|
4690
4690
|
uploads: {
|
|
4691
4691
|
id: string;
|
|
4692
|
-
status: string | null;
|
|
4693
4692
|
createdAt: Date;
|
|
4694
4693
|
updatedAt: Date;
|
|
4695
4694
|
deletedAt: Date | null;
|
|
@@ -4698,6 +4697,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4698
4697
|
bucketName: string;
|
|
4699
4698
|
fileSize: number;
|
|
4700
4699
|
fileUrl: string | null;
|
|
4700
|
+
status?: string | undefined;
|
|
4701
4701
|
}[];
|
|
4702
4702
|
}[];
|
|
4703
4703
|
company: {
|
|
@@ -4705,8 +4705,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4705
4705
|
createdAt: Date;
|
|
4706
4706
|
updatedAt: Date;
|
|
4707
4707
|
deletedAt: Date | null;
|
|
4708
|
-
name?: string | undefined;
|
|
4709
4708
|
address?: string | null | undefined;
|
|
4709
|
+
name?: string | undefined;
|
|
4710
4710
|
phone?: string | null | undefined;
|
|
4711
4711
|
industry?: string | null | undefined;
|
|
4712
4712
|
} | null;
|
|
@@ -4714,8 +4714,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4714
4714
|
contactProfile: string | null;
|
|
4715
4715
|
socialProfileUrl: string | null;
|
|
4716
4716
|
tags: {
|
|
4717
|
-
name: string;
|
|
4718
4717
|
id: string;
|
|
4718
|
+
name: string;
|
|
4719
4719
|
createdAt: Date;
|
|
4720
4720
|
updatedAt: Date;
|
|
4721
4721
|
deletedAt: Date | null;
|
|
@@ -4740,8 +4740,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4740
4740
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4741
4741
|
id: string;
|
|
4742
4742
|
metadata: {
|
|
4743
|
-
name: string;
|
|
4744
4743
|
id: string;
|
|
4744
|
+
name: string;
|
|
4745
4745
|
picture?: string | undefined;
|
|
4746
4746
|
additionalCredentials?: any;
|
|
4747
4747
|
};
|
|
@@ -4768,10 +4768,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
4768
4768
|
};
|
|
4769
4769
|
}[] | undefined;
|
|
4770
4770
|
}, {
|
|
4771
|
-
name: string;
|
|
4772
4771
|
id: string;
|
|
4773
4772
|
channel: string | null;
|
|
4774
4773
|
address: string | null;
|
|
4774
|
+
name: string;
|
|
4775
4775
|
createdAt: Date;
|
|
4776
4776
|
updatedAt: Date;
|
|
4777
4777
|
deletedAt: Date | null;
|
|
@@ -4800,7 +4800,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
4800
4800
|
dateValue: Date | null;
|
|
4801
4801
|
uploads: {
|
|
4802
4802
|
id: string;
|
|
4803
|
-
status: string | null;
|
|
4804
4803
|
createdAt: Date;
|
|
4805
4804
|
updatedAt: Date;
|
|
4806
4805
|
deletedAt: Date | null;
|
|
@@ -4809,6 +4808,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4809
4808
|
bucketName: string;
|
|
4810
4809
|
fileSize: number;
|
|
4811
4810
|
fileUrl: string | null;
|
|
4811
|
+
status?: string | undefined;
|
|
4812
4812
|
}[];
|
|
4813
4813
|
}[];
|
|
4814
4814
|
company: {
|
|
@@ -4816,8 +4816,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4816
4816
|
createdAt: Date;
|
|
4817
4817
|
updatedAt: Date;
|
|
4818
4818
|
deletedAt: Date | null;
|
|
4819
|
-
name?: string | undefined;
|
|
4820
4819
|
address?: string | null | undefined;
|
|
4820
|
+
name?: string | undefined;
|
|
4821
4821
|
phone?: string | null | undefined;
|
|
4822
4822
|
industry?: string | null | undefined;
|
|
4823
4823
|
} | null;
|
|
@@ -4825,8 +4825,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4825
4825
|
contactProfile: string | null;
|
|
4826
4826
|
socialProfileUrl: string | null;
|
|
4827
4827
|
tags: {
|
|
4828
|
-
name: string;
|
|
4829
4828
|
id: string;
|
|
4829
|
+
name: string;
|
|
4830
4830
|
createdAt: Date;
|
|
4831
4831
|
updatedAt: Date;
|
|
4832
4832
|
deletedAt: Date | null;
|
|
@@ -4851,8 +4851,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
4851
4851
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4852
4852
|
id: string;
|
|
4853
4853
|
metadata: {
|
|
4854
|
-
name: string;
|
|
4855
4854
|
id: string;
|
|
4855
|
+
name: string;
|
|
4856
4856
|
picture?: string | undefined;
|
|
4857
4857
|
additionalCredentials?: any;
|
|
4858
4858
|
};
|
|
@@ -4971,14 +4971,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
4971
4971
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4972
4972
|
name: z.ZodString;
|
|
4973
4973
|
}, "strip", z.ZodTypeAny, {
|
|
4974
|
-
name: string;
|
|
4975
4974
|
id: string;
|
|
4975
|
+
name: string;
|
|
4976
4976
|
createdAt: Date;
|
|
4977
4977
|
updatedAt: Date;
|
|
4978
4978
|
deletedAt: Date | null;
|
|
4979
4979
|
}, {
|
|
4980
|
-
name: string;
|
|
4981
4980
|
id: string;
|
|
4981
|
+
name: string;
|
|
4982
4982
|
createdAt: Date;
|
|
4983
4983
|
updatedAt: Date;
|
|
4984
4984
|
deletedAt: Date | null;
|
|
@@ -5134,8 +5134,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5134
5134
|
createdAt: Date;
|
|
5135
5135
|
updatedAt: Date;
|
|
5136
5136
|
deletedAt: Date | null;
|
|
5137
|
-
name?: string | undefined;
|
|
5138
5137
|
address?: string | null | undefined;
|
|
5138
|
+
name?: string | undefined;
|
|
5139
5139
|
phone?: string | null | undefined;
|
|
5140
5140
|
industry?: string | null | undefined;
|
|
5141
5141
|
}, {
|
|
@@ -5143,8 +5143,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5143
5143
|
createdAt: Date;
|
|
5144
5144
|
updatedAt: Date;
|
|
5145
5145
|
deletedAt: Date | null;
|
|
5146
|
-
name?: string | undefined;
|
|
5147
5146
|
address?: string | null | undefined;
|
|
5147
|
+
name?: string | undefined;
|
|
5148
5148
|
phone?: string | null | undefined;
|
|
5149
5149
|
industry?: string | null | undefined;
|
|
5150
5150
|
}>>;
|
|
@@ -5162,13 +5162,13 @@ export declare const ContactContractValidationSchema: {
|
|
|
5162
5162
|
picture: z.ZodOptional<z.ZodString>;
|
|
5163
5163
|
additionalCredentials: z.ZodAny;
|
|
5164
5164
|
}, "strip", z.ZodTypeAny, {
|
|
5165
|
-
name: string;
|
|
5166
5165
|
id: string;
|
|
5166
|
+
name: string;
|
|
5167
5167
|
picture?: string | undefined;
|
|
5168
5168
|
additionalCredentials?: any;
|
|
5169
5169
|
}, {
|
|
5170
|
-
name: string;
|
|
5171
5170
|
id: string;
|
|
5171
|
+
name: string;
|
|
5172
5172
|
picture?: string | undefined;
|
|
5173
5173
|
additionalCredentials?: any;
|
|
5174
5174
|
}>;
|
|
@@ -5176,8 +5176,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5176
5176
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5177
5177
|
id: string;
|
|
5178
5178
|
metadata: {
|
|
5179
|
-
name: string;
|
|
5180
5179
|
id: string;
|
|
5180
|
+
name: string;
|
|
5181
5181
|
picture?: string | undefined;
|
|
5182
5182
|
additionalCredentials?: any;
|
|
5183
5183
|
};
|
|
@@ -5190,8 +5190,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5190
5190
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5191
5191
|
id: string;
|
|
5192
5192
|
metadata: {
|
|
5193
|
-
name: string;
|
|
5194
5193
|
id: string;
|
|
5194
|
+
name: string;
|
|
5195
5195
|
picture?: string | undefined;
|
|
5196
5196
|
additionalCredentials?: any;
|
|
5197
5197
|
};
|
|
@@ -5301,10 +5301,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
5301
5301
|
fileSize: z.ZodNumber;
|
|
5302
5302
|
fileKey: z.ZodString;
|
|
5303
5303
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
5304
|
-
status: z.
|
|
5304
|
+
status: z.ZodOptional<z.ZodString>;
|
|
5305
5305
|
}, "strip", z.ZodTypeAny, {
|
|
5306
5306
|
id: string;
|
|
5307
|
-
status: string | null;
|
|
5308
5307
|
createdAt: Date;
|
|
5309
5308
|
updatedAt: Date;
|
|
5310
5309
|
deletedAt: Date | null;
|
|
@@ -5313,9 +5312,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
5313
5312
|
bucketName: string;
|
|
5314
5313
|
fileSize: number;
|
|
5315
5314
|
fileUrl: string | null;
|
|
5315
|
+
status?: string | undefined;
|
|
5316
5316
|
}, {
|
|
5317
5317
|
id: string;
|
|
5318
|
-
status: string | null;
|
|
5319
5318
|
createdAt: Date;
|
|
5320
5319
|
updatedAt: Date;
|
|
5321
5320
|
deletedAt: Date | null;
|
|
@@ -5324,6 +5323,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5324
5323
|
bucketName: string;
|
|
5325
5324
|
fileSize: number;
|
|
5326
5325
|
fileUrl: string | null;
|
|
5326
|
+
status?: string | undefined;
|
|
5327
5327
|
}>, "many">;
|
|
5328
5328
|
}, "strip", z.ZodTypeAny, {
|
|
5329
5329
|
id: string;
|
|
@@ -5350,7 +5350,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
5350
5350
|
dateValue: Date | null;
|
|
5351
5351
|
uploads: {
|
|
5352
5352
|
id: string;
|
|
5353
|
-
status: string | null;
|
|
5354
5353
|
createdAt: Date;
|
|
5355
5354
|
updatedAt: Date;
|
|
5356
5355
|
deletedAt: Date | null;
|
|
@@ -5359,6 +5358,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5359
5358
|
bucketName: string;
|
|
5360
5359
|
fileSize: number;
|
|
5361
5360
|
fileUrl: string | null;
|
|
5361
|
+
status?: string | undefined;
|
|
5362
5362
|
}[];
|
|
5363
5363
|
}, {
|
|
5364
5364
|
id: string;
|
|
@@ -5385,7 +5385,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
5385
5385
|
dateValue: Date | null;
|
|
5386
5386
|
uploads: {
|
|
5387
5387
|
id: string;
|
|
5388
|
-
status: string | null;
|
|
5389
5388
|
createdAt: Date;
|
|
5390
5389
|
updatedAt: Date;
|
|
5391
5390
|
deletedAt: Date | null;
|
|
@@ -5394,6 +5393,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5394
5393
|
bucketName: string;
|
|
5395
5394
|
fileSize: number;
|
|
5396
5395
|
fileUrl: string | null;
|
|
5396
|
+
status?: string | undefined;
|
|
5397
5397
|
}[];
|
|
5398
5398
|
}>, "many">;
|
|
5399
5399
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -5501,10 +5501,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
5501
5501
|
};
|
|
5502
5502
|
}>, "many">>;
|
|
5503
5503
|
}, "strip", z.ZodTypeAny, {
|
|
5504
|
-
name: string;
|
|
5505
5504
|
id: string;
|
|
5506
5505
|
channel: string | null;
|
|
5507
5506
|
address: string | null;
|
|
5507
|
+
name: string;
|
|
5508
5508
|
createdAt: Date;
|
|
5509
5509
|
updatedAt: Date;
|
|
5510
5510
|
deletedAt: Date | null;
|
|
@@ -5533,7 +5533,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
5533
5533
|
dateValue: Date | null;
|
|
5534
5534
|
uploads: {
|
|
5535
5535
|
id: string;
|
|
5536
|
-
status: string | null;
|
|
5537
5536
|
createdAt: Date;
|
|
5538
5537
|
updatedAt: Date;
|
|
5539
5538
|
deletedAt: Date | null;
|
|
@@ -5542,6 +5541,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5542
5541
|
bucketName: string;
|
|
5543
5542
|
fileSize: number;
|
|
5544
5543
|
fileUrl: string | null;
|
|
5544
|
+
status?: string | undefined;
|
|
5545
5545
|
}[];
|
|
5546
5546
|
}[];
|
|
5547
5547
|
company: {
|
|
@@ -5549,8 +5549,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5549
5549
|
createdAt: Date;
|
|
5550
5550
|
updatedAt: Date;
|
|
5551
5551
|
deletedAt: Date | null;
|
|
5552
|
-
name?: string | undefined;
|
|
5553
5552
|
address?: string | null | undefined;
|
|
5553
|
+
name?: string | undefined;
|
|
5554
5554
|
phone?: string | null | undefined;
|
|
5555
5555
|
industry?: string | null | undefined;
|
|
5556
5556
|
} | null;
|
|
@@ -5558,8 +5558,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5558
5558
|
contactProfile: string | null;
|
|
5559
5559
|
socialProfileUrl: string | null;
|
|
5560
5560
|
tags: {
|
|
5561
|
-
name: string;
|
|
5562
5561
|
id: string;
|
|
5562
|
+
name: string;
|
|
5563
5563
|
createdAt: Date;
|
|
5564
5564
|
updatedAt: Date;
|
|
5565
5565
|
deletedAt: Date | null;
|
|
@@ -5584,8 +5584,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5584
5584
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5585
5585
|
id: string;
|
|
5586
5586
|
metadata: {
|
|
5587
|
-
name: string;
|
|
5588
5587
|
id: string;
|
|
5588
|
+
name: string;
|
|
5589
5589
|
picture?: string | undefined;
|
|
5590
5590
|
additionalCredentials?: any;
|
|
5591
5591
|
};
|
|
@@ -5612,10 +5612,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
5612
5612
|
};
|
|
5613
5613
|
}[] | undefined;
|
|
5614
5614
|
}, {
|
|
5615
|
-
name: string;
|
|
5616
5615
|
id: string;
|
|
5617
5616
|
channel: string | null;
|
|
5618
5617
|
address: string | null;
|
|
5618
|
+
name: string;
|
|
5619
5619
|
createdAt: Date;
|
|
5620
5620
|
updatedAt: Date;
|
|
5621
5621
|
deletedAt: Date | null;
|
|
@@ -5644,7 +5644,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
5644
5644
|
dateValue: Date | null;
|
|
5645
5645
|
uploads: {
|
|
5646
5646
|
id: string;
|
|
5647
|
-
status: string | null;
|
|
5648
5647
|
createdAt: Date;
|
|
5649
5648
|
updatedAt: Date;
|
|
5650
5649
|
deletedAt: Date | null;
|
|
@@ -5653,6 +5652,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5653
5652
|
bucketName: string;
|
|
5654
5653
|
fileSize: number;
|
|
5655
5654
|
fileUrl: string | null;
|
|
5655
|
+
status?: string | undefined;
|
|
5656
5656
|
}[];
|
|
5657
5657
|
}[];
|
|
5658
5658
|
company: {
|
|
@@ -5660,8 +5660,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5660
5660
|
createdAt: Date;
|
|
5661
5661
|
updatedAt: Date;
|
|
5662
5662
|
deletedAt: Date | null;
|
|
5663
|
-
name?: string | undefined;
|
|
5664
5663
|
address?: string | null | undefined;
|
|
5664
|
+
name?: string | undefined;
|
|
5665
5665
|
phone?: string | null | undefined;
|
|
5666
5666
|
industry?: string | null | undefined;
|
|
5667
5667
|
} | null;
|
|
@@ -5669,8 +5669,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5669
5669
|
contactProfile: string | null;
|
|
5670
5670
|
socialProfileUrl: string | null;
|
|
5671
5671
|
tags: {
|
|
5672
|
-
name: string;
|
|
5673
5672
|
id: string;
|
|
5673
|
+
name: string;
|
|
5674
5674
|
createdAt: Date;
|
|
5675
5675
|
updatedAt: Date;
|
|
5676
5676
|
deletedAt: Date | null;
|
|
@@ -5695,8 +5695,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5695
5695
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5696
5696
|
id: string;
|
|
5697
5697
|
metadata: {
|
|
5698
|
-
name: string;
|
|
5699
5698
|
id: string;
|
|
5699
|
+
name: string;
|
|
5700
5700
|
picture?: string | undefined;
|
|
5701
5701
|
additionalCredentials?: any;
|
|
5702
5702
|
};
|
|
@@ -5799,14 +5799,14 @@ export declare const ContactContractValidationSchema: {
|
|
|
5799
5799
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5800
5800
|
name: z.ZodString;
|
|
5801
5801
|
}, "strip", z.ZodTypeAny, {
|
|
5802
|
-
name: string;
|
|
5803
5802
|
id: string;
|
|
5803
|
+
name: string;
|
|
5804
5804
|
createdAt: Date;
|
|
5805
5805
|
updatedAt: Date;
|
|
5806
5806
|
deletedAt: Date | null;
|
|
5807
5807
|
}, {
|
|
5808
|
-
name: string;
|
|
5809
5808
|
id: string;
|
|
5809
|
+
name: string;
|
|
5810
5810
|
createdAt: Date;
|
|
5811
5811
|
updatedAt: Date;
|
|
5812
5812
|
deletedAt: Date | null;
|
|
@@ -5962,8 +5962,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5962
5962
|
createdAt: Date;
|
|
5963
5963
|
updatedAt: Date;
|
|
5964
5964
|
deletedAt: Date | null;
|
|
5965
|
-
name?: string | undefined;
|
|
5966
5965
|
address?: string | null | undefined;
|
|
5966
|
+
name?: string | undefined;
|
|
5967
5967
|
phone?: string | null | undefined;
|
|
5968
5968
|
industry?: string | null | undefined;
|
|
5969
5969
|
}, {
|
|
@@ -5971,8 +5971,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
5971
5971
|
createdAt: Date;
|
|
5972
5972
|
updatedAt: Date;
|
|
5973
5973
|
deletedAt: Date | null;
|
|
5974
|
-
name?: string | undefined;
|
|
5975
5974
|
address?: string | null | undefined;
|
|
5975
|
+
name?: string | undefined;
|
|
5976
5976
|
phone?: string | null | undefined;
|
|
5977
5977
|
industry?: string | null | undefined;
|
|
5978
5978
|
}>>;
|
|
@@ -5990,13 +5990,13 @@ export declare const ContactContractValidationSchema: {
|
|
|
5990
5990
|
picture: z.ZodOptional<z.ZodString>;
|
|
5991
5991
|
additionalCredentials: z.ZodAny;
|
|
5992
5992
|
}, "strip", z.ZodTypeAny, {
|
|
5993
|
-
name: string;
|
|
5994
5993
|
id: string;
|
|
5994
|
+
name: string;
|
|
5995
5995
|
picture?: string | undefined;
|
|
5996
5996
|
additionalCredentials?: any;
|
|
5997
5997
|
}, {
|
|
5998
|
-
name: string;
|
|
5999
5998
|
id: string;
|
|
5999
|
+
name: string;
|
|
6000
6000
|
picture?: string | undefined;
|
|
6001
6001
|
additionalCredentials?: any;
|
|
6002
6002
|
}>;
|
|
@@ -6004,8 +6004,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
6004
6004
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6005
6005
|
id: string;
|
|
6006
6006
|
metadata: {
|
|
6007
|
-
name: string;
|
|
6008
6007
|
id: string;
|
|
6008
|
+
name: string;
|
|
6009
6009
|
picture?: string | undefined;
|
|
6010
6010
|
additionalCredentials?: any;
|
|
6011
6011
|
};
|
|
@@ -6018,8 +6018,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
6018
6018
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6019
6019
|
id: string;
|
|
6020
6020
|
metadata: {
|
|
6021
|
-
name: string;
|
|
6022
6021
|
id: string;
|
|
6022
|
+
name: string;
|
|
6023
6023
|
picture?: string | undefined;
|
|
6024
6024
|
additionalCredentials?: any;
|
|
6025
6025
|
};
|
|
@@ -6129,10 +6129,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
6129
6129
|
fileSize: z.ZodNumber;
|
|
6130
6130
|
fileKey: z.ZodString;
|
|
6131
6131
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
6132
|
-
status: z.
|
|
6132
|
+
status: z.ZodOptional<z.ZodString>;
|
|
6133
6133
|
}, "strip", z.ZodTypeAny, {
|
|
6134
6134
|
id: string;
|
|
6135
|
-
status: string | null;
|
|
6136
6135
|
createdAt: Date;
|
|
6137
6136
|
updatedAt: Date;
|
|
6138
6137
|
deletedAt: Date | null;
|
|
@@ -6141,9 +6140,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
6141
6140
|
bucketName: string;
|
|
6142
6141
|
fileSize: number;
|
|
6143
6142
|
fileUrl: string | null;
|
|
6143
|
+
status?: string | undefined;
|
|
6144
6144
|
}, {
|
|
6145
6145
|
id: string;
|
|
6146
|
-
status: string | null;
|
|
6147
6146
|
createdAt: Date;
|
|
6148
6147
|
updatedAt: Date;
|
|
6149
6148
|
deletedAt: Date | null;
|
|
@@ -6152,6 +6151,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
6152
6151
|
bucketName: string;
|
|
6153
6152
|
fileSize: number;
|
|
6154
6153
|
fileUrl: string | null;
|
|
6154
|
+
status?: string | undefined;
|
|
6155
6155
|
}>, "many">;
|
|
6156
6156
|
}, "strip", z.ZodTypeAny, {
|
|
6157
6157
|
id: string;
|
|
@@ -6178,7 +6178,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
6178
6178
|
dateValue: Date | null;
|
|
6179
6179
|
uploads: {
|
|
6180
6180
|
id: string;
|
|
6181
|
-
status: string | null;
|
|
6182
6181
|
createdAt: Date;
|
|
6183
6182
|
updatedAt: Date;
|
|
6184
6183
|
deletedAt: Date | null;
|
|
@@ -6187,6 +6186,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
6187
6186
|
bucketName: string;
|
|
6188
6187
|
fileSize: number;
|
|
6189
6188
|
fileUrl: string | null;
|
|
6189
|
+
status?: string | undefined;
|
|
6190
6190
|
}[];
|
|
6191
6191
|
}, {
|
|
6192
6192
|
id: string;
|
|
@@ -6213,7 +6213,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
6213
6213
|
dateValue: Date | null;
|
|
6214
6214
|
uploads: {
|
|
6215
6215
|
id: string;
|
|
6216
|
-
status: string | null;
|
|
6217
6216
|
createdAt: Date;
|
|
6218
6217
|
updatedAt: Date;
|
|
6219
6218
|
deletedAt: Date | null;
|
|
@@ -6222,6 +6221,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
6222
6221
|
bucketName: string;
|
|
6223
6222
|
fileSize: number;
|
|
6224
6223
|
fileUrl: string | null;
|
|
6224
|
+
status?: string | undefined;
|
|
6225
6225
|
}[];
|
|
6226
6226
|
}>, "many">;
|
|
6227
6227
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -6329,10 +6329,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
6329
6329
|
};
|
|
6330
6330
|
}>, "many">>;
|
|
6331
6331
|
}, "strip", z.ZodTypeAny, {
|
|
6332
|
-
name: string;
|
|
6333
6332
|
id: string;
|
|
6334
6333
|
channel: string | null;
|
|
6335
6334
|
address: string | null;
|
|
6335
|
+
name: string;
|
|
6336
6336
|
createdAt: Date;
|
|
6337
6337
|
updatedAt: Date;
|
|
6338
6338
|
deletedAt: Date | null;
|
|
@@ -6361,7 +6361,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
6361
6361
|
dateValue: Date | null;
|
|
6362
6362
|
uploads: {
|
|
6363
6363
|
id: string;
|
|
6364
|
-
status: string | null;
|
|
6365
6364
|
createdAt: Date;
|
|
6366
6365
|
updatedAt: Date;
|
|
6367
6366
|
deletedAt: Date | null;
|
|
@@ -6370,6 +6369,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
6370
6369
|
bucketName: string;
|
|
6371
6370
|
fileSize: number;
|
|
6372
6371
|
fileUrl: string | null;
|
|
6372
|
+
status?: string | undefined;
|
|
6373
6373
|
}[];
|
|
6374
6374
|
}[];
|
|
6375
6375
|
company: {
|
|
@@ -6377,8 +6377,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
6377
6377
|
createdAt: Date;
|
|
6378
6378
|
updatedAt: Date;
|
|
6379
6379
|
deletedAt: Date | null;
|
|
6380
|
-
name?: string | undefined;
|
|
6381
6380
|
address?: string | null | undefined;
|
|
6381
|
+
name?: string | undefined;
|
|
6382
6382
|
phone?: string | null | undefined;
|
|
6383
6383
|
industry?: string | null | undefined;
|
|
6384
6384
|
} | null;
|
|
@@ -6386,8 +6386,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
6386
6386
|
contactProfile: string | null;
|
|
6387
6387
|
socialProfileUrl: string | null;
|
|
6388
6388
|
tags: {
|
|
6389
|
-
name: string;
|
|
6390
6389
|
id: string;
|
|
6390
|
+
name: string;
|
|
6391
6391
|
createdAt: Date;
|
|
6392
6392
|
updatedAt: Date;
|
|
6393
6393
|
deletedAt: Date | null;
|
|
@@ -6412,8 +6412,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
6412
6412
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6413
6413
|
id: string;
|
|
6414
6414
|
metadata: {
|
|
6415
|
-
name: string;
|
|
6416
6415
|
id: string;
|
|
6416
|
+
name: string;
|
|
6417
6417
|
picture?: string | undefined;
|
|
6418
6418
|
additionalCredentials?: any;
|
|
6419
6419
|
};
|
|
@@ -6440,10 +6440,10 @@ export declare const ContactContractValidationSchema: {
|
|
|
6440
6440
|
};
|
|
6441
6441
|
}[] | undefined;
|
|
6442
6442
|
}, {
|
|
6443
|
-
name: string;
|
|
6444
6443
|
id: string;
|
|
6445
6444
|
channel: string | null;
|
|
6446
6445
|
address: string | null;
|
|
6446
|
+
name: string;
|
|
6447
6447
|
createdAt: Date;
|
|
6448
6448
|
updatedAt: Date;
|
|
6449
6449
|
deletedAt: Date | null;
|
|
@@ -6472,7 +6472,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
6472
6472
|
dateValue: Date | null;
|
|
6473
6473
|
uploads: {
|
|
6474
6474
|
id: string;
|
|
6475
|
-
status: string | null;
|
|
6476
6475
|
createdAt: Date;
|
|
6477
6476
|
updatedAt: Date;
|
|
6478
6477
|
deletedAt: Date | null;
|
|
@@ -6481,6 +6480,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
6481
6480
|
bucketName: string;
|
|
6482
6481
|
fileSize: number;
|
|
6483
6482
|
fileUrl: string | null;
|
|
6483
|
+
status?: string | undefined;
|
|
6484
6484
|
}[];
|
|
6485
6485
|
}[];
|
|
6486
6486
|
company: {
|
|
@@ -6488,8 +6488,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
6488
6488
|
createdAt: Date;
|
|
6489
6489
|
updatedAt: Date;
|
|
6490
6490
|
deletedAt: Date | null;
|
|
6491
|
-
name?: string | undefined;
|
|
6492
6491
|
address?: string | null | undefined;
|
|
6492
|
+
name?: string | undefined;
|
|
6493
6493
|
phone?: string | null | undefined;
|
|
6494
6494
|
industry?: string | null | undefined;
|
|
6495
6495
|
} | null;
|
|
@@ -6497,8 +6497,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
6497
6497
|
contactProfile: string | null;
|
|
6498
6498
|
socialProfileUrl: string | null;
|
|
6499
6499
|
tags: {
|
|
6500
|
-
name: string;
|
|
6501
6500
|
id: string;
|
|
6501
|
+
name: string;
|
|
6502
6502
|
createdAt: Date;
|
|
6503
6503
|
updatedAt: Date;
|
|
6504
6504
|
deletedAt: Date | null;
|
|
@@ -6523,8 +6523,8 @@ export declare const ContactContractValidationSchema: {
|
|
|
6523
6523
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6524
6524
|
id: string;
|
|
6525
6525
|
metadata: {
|
|
6526
|
-
name: string;
|
|
6527
6526
|
id: string;
|
|
6527
|
+
name: string;
|
|
6528
6528
|
picture?: string | undefined;
|
|
6529
6529
|
additionalCredentials?: any;
|
|
6530
6530
|
};
|