@kl1/contracts 1.1.58 → 1.1.59
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 +7 -7
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +25 -25
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +71 -311
- package/dist/api-contracts/src/auth/index.d.ts.map +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +101 -101
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/base-contract.d.ts +3 -3
- 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 +30 -30
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +2566 -1792
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +139 -109
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +160 -118
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +7354 -6531
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2366 -2167
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1854 -1563
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +328 -328
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/company/index.d.ts +9 -9
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +399 -399
- 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 +43684 -28896
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +9 -9
- package/dist/api-contracts/src/cx-log/index.d.ts +545 -393
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +402 -321
- 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 +167 -189
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +44 -87
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +26 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +103 -22
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +2170 -1768
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +168 -141
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +147 -126
- 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 +5 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1747 -1432
- 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 +1646 -1367
- 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 +165 -132
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +116 -116
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2535 -2535
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +38 -38
- package/dist/api-contracts/src/mail/message-contract.d.ts +278 -278
- package/dist/api-contracts/src/mail/room-contract.d.ts +1490 -1490
- 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 +1750 -1435
- 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 +143 -122
- 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/permission/index.d.ts +3 -3
- package/dist/api-contracts/src/presence-status/index.d.ts +15 -15
- 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/role/index.d.ts +15 -15
- package/dist/api-contracts/src/sms/index.d.ts +2717 -270
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +30 -8
- 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 +267 -186
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/schema.d.ts +247 -216
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/validation.d.ts +18 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/tag/index.d.ts +24 -24
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1407 -1182
- 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 +57 -112
- 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 +14 -31
- 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 +282 -282
- 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/telephony-extension/index.d.ts +3 -3
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +515 -515
- package/dist/api-contracts/src/ticket/schema.d.ts +63 -63
- package/dist/api-contracts/src/upload/index.d.ts +6 -6
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- package/dist/api-contracts/src/user/index.d.ts +41 -41
- 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 +26 -18
- 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 +24 -14
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1419 -1194
- 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 +1413 -1188
- 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 +1758 -1287
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +79 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +51 -51
- 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 +8703 -417
- 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 +44 -44
- 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 +1 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +4832 -4295
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4821 -4289
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -3
|
@@ -60,13 +60,13 @@ export declare const ContactContractValidationSchema: {
|
|
|
60
60
|
mailRoomId: z.ZodOptional<z.ZodString>;
|
|
61
61
|
isTheMailRoomOwner: z.ZodOptional<z.ZodBoolean>;
|
|
62
62
|
}, "strip", z.ZodTypeAny, {
|
|
63
|
-
|
|
63
|
+
name: {
|
|
64
64
|
[x: string]: any;
|
|
65
65
|
};
|
|
66
|
-
|
|
66
|
+
channel: {
|
|
67
67
|
[x: string]: any;
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
address: {
|
|
70
70
|
[x: string]: any;
|
|
71
71
|
};
|
|
72
72
|
email: {
|
|
@@ -90,13 +90,13 @@ export declare const ContactContractValidationSchema: {
|
|
|
90
90
|
mailRoomId?: string | undefined;
|
|
91
91
|
isTheMailRoomOwner?: boolean | undefined;
|
|
92
92
|
}, {
|
|
93
|
-
|
|
93
|
+
name: {
|
|
94
94
|
[x: string]: any;
|
|
95
95
|
};
|
|
96
|
-
|
|
96
|
+
channel: {
|
|
97
97
|
[x: string]: any;
|
|
98
98
|
};
|
|
99
|
-
|
|
99
|
+
address: {
|
|
100
100
|
[x: string]: any;
|
|
101
101
|
};
|
|
102
102
|
email: {
|
|
@@ -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
|
-
id: string;
|
|
152
151
|
name: string;
|
|
152
|
+
id: string;
|
|
153
153
|
createdAt: Date;
|
|
154
154
|
updatedAt: Date;
|
|
155
155
|
deletedAt: Date | null;
|
|
156
156
|
}, {
|
|
157
|
-
id: string;
|
|
158
157
|
name: string;
|
|
158
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
315
314
|
name?: string | undefined;
|
|
315
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
324
323
|
name?: string | undefined;
|
|
324
|
+
address?: string | null | 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
|
-
id: string;
|
|
343
342
|
name: string;
|
|
343
|
+
id: string;
|
|
344
344
|
picture?: string | undefined;
|
|
345
345
|
additionalCredentials?: any;
|
|
346
346
|
}, {
|
|
347
|
-
id: string;
|
|
348
347
|
name: string;
|
|
348
|
+
id: 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
|
-
id: string;
|
|
357
356
|
name: string;
|
|
357
|
+
id: 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
|
-
id: string;
|
|
371
370
|
name: string;
|
|
371
|
+
id: string;
|
|
372
372
|
picture?: string | undefined;
|
|
373
373
|
additionalCredentials?: any;
|
|
374
374
|
};
|
|
@@ -478,9 +478,10 @@ 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.ZodNullable<z.ZodString>;
|
|
482
482
|
}, "strip", z.ZodTypeAny, {
|
|
483
483
|
id: string;
|
|
484
|
+
status: string | null;
|
|
484
485
|
createdAt: Date;
|
|
485
486
|
updatedAt: Date;
|
|
486
487
|
deletedAt: Date | null;
|
|
@@ -489,9 +490,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
489
490
|
bucketName: string;
|
|
490
491
|
fileSize: number;
|
|
491
492
|
fileUrl: string | null;
|
|
492
|
-
status?: string | undefined;
|
|
493
493
|
}, {
|
|
494
494
|
id: string;
|
|
495
|
+
status: string | null;
|
|
495
496
|
createdAt: Date;
|
|
496
497
|
updatedAt: Date;
|
|
497
498
|
deletedAt: Date | null;
|
|
@@ -500,7 +501,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
500
501
|
bucketName: string;
|
|
501
502
|
fileSize: number;
|
|
502
503
|
fileUrl: string | null;
|
|
503
|
-
status?: string | undefined;
|
|
504
504
|
}>, "many">;
|
|
505
505
|
}, "strip", z.ZodTypeAny, {
|
|
506
506
|
id: string;
|
|
@@ -527,6 +527,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
527
527
|
dateValue: Date | null;
|
|
528
528
|
uploads: {
|
|
529
529
|
id: string;
|
|
530
|
+
status: string | null;
|
|
530
531
|
createdAt: Date;
|
|
531
532
|
updatedAt: Date;
|
|
532
533
|
deletedAt: Date | null;
|
|
@@ -535,7 +536,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
535
536
|
bucketName: string;
|
|
536
537
|
fileSize: number;
|
|
537
538
|
fileUrl: string | null;
|
|
538
|
-
status?: string | undefined;
|
|
539
539
|
}[];
|
|
540
540
|
}, {
|
|
541
541
|
id: string;
|
|
@@ -562,6 +562,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
562
562
|
dateValue: Date | null;
|
|
563
563
|
uploads: {
|
|
564
564
|
id: string;
|
|
565
|
+
status: string | null;
|
|
565
566
|
createdAt: Date;
|
|
566
567
|
updatedAt: Date;
|
|
567
568
|
deletedAt: Date | null;
|
|
@@ -570,7 +571,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
570
571
|
bucketName: string;
|
|
571
572
|
fileSize: number;
|
|
572
573
|
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;
|
|
681
682
|
id: string;
|
|
682
683
|
channel: string | null;
|
|
683
684
|
address: string | null;
|
|
684
|
-
name: string;
|
|
685
685
|
createdAt: Date;
|
|
686
686
|
updatedAt: Date;
|
|
687
687
|
deletedAt: Date | null;
|
|
@@ -710,6 +710,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
710
710
|
dateValue: Date | null;
|
|
711
711
|
uploads: {
|
|
712
712
|
id: string;
|
|
713
|
+
status: string | null;
|
|
713
714
|
createdAt: Date;
|
|
714
715
|
updatedAt: Date;
|
|
715
716
|
deletedAt: Date | null;
|
|
@@ -718,7 +719,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
718
719
|
bucketName: string;
|
|
719
720
|
fileSize: number;
|
|
720
721
|
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
|
-
address?: string | null | undefined;
|
|
730
729
|
name?: string | undefined;
|
|
730
|
+
address?: string | null | 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
|
-
id: string;
|
|
739
738
|
name: string;
|
|
739
|
+
id: 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
|
-
id: string;
|
|
765
764
|
name: string;
|
|
765
|
+
id: 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;
|
|
792
793
|
id: string;
|
|
793
794
|
channel: string | null;
|
|
794
795
|
address: string | null;
|
|
795
|
-
name: string;
|
|
796
796
|
createdAt: Date;
|
|
797
797
|
updatedAt: Date;
|
|
798
798
|
deletedAt: Date | null;
|
|
@@ -821,6 +821,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
821
821
|
dateValue: Date | null;
|
|
822
822
|
uploads: {
|
|
823
823
|
id: string;
|
|
824
|
+
status: string | null;
|
|
824
825
|
createdAt: Date;
|
|
825
826
|
updatedAt: Date;
|
|
826
827
|
deletedAt: Date | null;
|
|
@@ -829,7 +830,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
829
830
|
bucketName: string;
|
|
830
831
|
fileSize: number;
|
|
831
832
|
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
|
-
address?: string | null | undefined;
|
|
841
840
|
name?: string | undefined;
|
|
841
|
+
address?: string | null | 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
|
-
id: string;
|
|
850
849
|
name: string;
|
|
850
|
+
id: 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
|
-
id: string;
|
|
876
875
|
name: string;
|
|
876
|
+
id: 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
|
-
id: string;
|
|
1002
1001
|
name: string;
|
|
1002
|
+
id: string;
|
|
1003
1003
|
createdAt: Date;
|
|
1004
1004
|
updatedAt: Date;
|
|
1005
1005
|
deletedAt: Date | null;
|
|
1006
1006
|
}, {
|
|
1007
|
-
id: string;
|
|
1008
1007
|
name: string;
|
|
1008
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
1165
1164
|
name?: string | undefined;
|
|
1165
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
1174
1173
|
name?: string | undefined;
|
|
1174
|
+
address?: string | null | 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
|
-
id: string;
|
|
1193
1192
|
name: string;
|
|
1193
|
+
id: string;
|
|
1194
1194
|
picture?: string | undefined;
|
|
1195
1195
|
additionalCredentials?: any;
|
|
1196
1196
|
}, {
|
|
1197
|
-
id: string;
|
|
1198
1197
|
name: string;
|
|
1198
|
+
id: 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
|
-
id: string;
|
|
1207
1206
|
name: string;
|
|
1207
|
+
id: 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
|
-
id: string;
|
|
1221
1220
|
name: string;
|
|
1221
|
+
id: string;
|
|
1222
1222
|
picture?: string | undefined;
|
|
1223
1223
|
additionalCredentials?: any;
|
|
1224
1224
|
};
|
|
@@ -1328,9 +1328,10 @@ 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.ZodNullable<z.ZodString>;
|
|
1332
1332
|
}, "strip", z.ZodTypeAny, {
|
|
1333
1333
|
id: string;
|
|
1334
|
+
status: string | null;
|
|
1334
1335
|
createdAt: Date;
|
|
1335
1336
|
updatedAt: Date;
|
|
1336
1337
|
deletedAt: Date | null;
|
|
@@ -1339,9 +1340,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
1339
1340
|
bucketName: string;
|
|
1340
1341
|
fileSize: number;
|
|
1341
1342
|
fileUrl: string | null;
|
|
1342
|
-
status?: string | undefined;
|
|
1343
1343
|
}, {
|
|
1344
1344
|
id: string;
|
|
1345
|
+
status: string | null;
|
|
1345
1346
|
createdAt: Date;
|
|
1346
1347
|
updatedAt: Date;
|
|
1347
1348
|
deletedAt: Date | null;
|
|
@@ -1350,7 +1351,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
1350
1351
|
bucketName: string;
|
|
1351
1352
|
fileSize: number;
|
|
1352
1353
|
fileUrl: string | null;
|
|
1353
|
-
status?: string | undefined;
|
|
1354
1354
|
}>, "many">;
|
|
1355
1355
|
}, "strip", z.ZodTypeAny, {
|
|
1356
1356
|
id: string;
|
|
@@ -1377,6 +1377,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1377
1377
|
dateValue: Date | null;
|
|
1378
1378
|
uploads: {
|
|
1379
1379
|
id: string;
|
|
1380
|
+
status: string | null;
|
|
1380
1381
|
createdAt: Date;
|
|
1381
1382
|
updatedAt: Date;
|
|
1382
1383
|
deletedAt: Date | null;
|
|
@@ -1385,7 +1386,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
1385
1386
|
bucketName: string;
|
|
1386
1387
|
fileSize: number;
|
|
1387
1388
|
fileUrl: string | null;
|
|
1388
|
-
status?: string | undefined;
|
|
1389
1389
|
}[];
|
|
1390
1390
|
}, {
|
|
1391
1391
|
id: string;
|
|
@@ -1412,6 +1412,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1412
1412
|
dateValue: Date | null;
|
|
1413
1413
|
uploads: {
|
|
1414
1414
|
id: string;
|
|
1415
|
+
status: string | null;
|
|
1415
1416
|
createdAt: Date;
|
|
1416
1417
|
updatedAt: Date;
|
|
1417
1418
|
deletedAt: Date | null;
|
|
@@ -1420,7 +1421,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
1420
1421
|
bucketName: string;
|
|
1421
1422
|
fileSize: number;
|
|
1422
1423
|
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;
|
|
1531
1532
|
id: string;
|
|
1532
1533
|
channel: string | null;
|
|
1533
1534
|
address: string | null;
|
|
1534
|
-
name: string;
|
|
1535
1535
|
createdAt: Date;
|
|
1536
1536
|
updatedAt: Date;
|
|
1537
1537
|
deletedAt: Date | null;
|
|
@@ -1560,6 +1560,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1560
1560
|
dateValue: Date | null;
|
|
1561
1561
|
uploads: {
|
|
1562
1562
|
id: string;
|
|
1563
|
+
status: string | null;
|
|
1563
1564
|
createdAt: Date;
|
|
1564
1565
|
updatedAt: Date;
|
|
1565
1566
|
deletedAt: Date | null;
|
|
@@ -1568,7 +1569,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
1568
1569
|
bucketName: string;
|
|
1569
1570
|
fileSize: number;
|
|
1570
1571
|
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
|
-
address?: string | null | undefined;
|
|
1580
1579
|
name?: string | undefined;
|
|
1580
|
+
address?: string | null | 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
|
-
id: string;
|
|
1589
1588
|
name: string;
|
|
1589
|
+
id: 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
|
-
id: string;
|
|
1615
1614
|
name: string;
|
|
1615
|
+
id: 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;
|
|
1642
1643
|
id: string;
|
|
1643
1644
|
channel: string | null;
|
|
1644
1645
|
address: string | null;
|
|
1645
|
-
name: string;
|
|
1646
1646
|
createdAt: Date;
|
|
1647
1647
|
updatedAt: Date;
|
|
1648
1648
|
deletedAt: Date | null;
|
|
@@ -1671,6 +1671,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
1671
1671
|
dateValue: Date | null;
|
|
1672
1672
|
uploads: {
|
|
1673
1673
|
id: string;
|
|
1674
|
+
status: string | null;
|
|
1674
1675
|
createdAt: Date;
|
|
1675
1676
|
updatedAt: Date;
|
|
1676
1677
|
deletedAt: Date | null;
|
|
@@ -1679,7 +1680,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
1679
1680
|
bucketName: string;
|
|
1680
1681
|
fileSize: number;
|
|
1681
1682
|
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
|
-
address?: string | null | undefined;
|
|
1691
1690
|
name?: string | undefined;
|
|
1691
|
+
address?: string | null | 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
|
-
id: string;
|
|
1700
1699
|
name: string;
|
|
1700
|
+
id: 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
|
-
id: string;
|
|
1726
1725
|
name: string;
|
|
1726
|
+
id: 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
|
-
id: string;
|
|
1782
1781
|
name: string;
|
|
1782
|
+
id: string;
|
|
1783
1783
|
createdAt: Date;
|
|
1784
1784
|
updatedAt: Date;
|
|
1785
1785
|
deletedAt: Date | null;
|
|
1786
1786
|
}, {
|
|
1787
|
-
id: string;
|
|
1788
1787
|
name: string;
|
|
1788
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
1945
1944
|
name?: string | undefined;
|
|
1945
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
1954
1953
|
name?: string | undefined;
|
|
1954
|
+
address?: string | null | 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
|
-
id: string;
|
|
1973
1972
|
name: string;
|
|
1973
|
+
id: string;
|
|
1974
1974
|
picture?: string | undefined;
|
|
1975
1975
|
additionalCredentials?: any;
|
|
1976
1976
|
}, {
|
|
1977
|
-
id: string;
|
|
1978
1977
|
name: string;
|
|
1978
|
+
id: 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
|
-
id: string;
|
|
1987
1986
|
name: string;
|
|
1987
|
+
id: 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
|
-
id: string;
|
|
2001
2000
|
name: string;
|
|
2001
|
+
id: string;
|
|
2002
2002
|
picture?: string | undefined;
|
|
2003
2003
|
additionalCredentials?: any;
|
|
2004
2004
|
};
|
|
@@ -2108,9 +2108,10 @@ 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.ZodNullable<z.ZodString>;
|
|
2112
2112
|
}, "strip", z.ZodTypeAny, {
|
|
2113
2113
|
id: string;
|
|
2114
|
+
status: string | null;
|
|
2114
2115
|
createdAt: Date;
|
|
2115
2116
|
updatedAt: Date;
|
|
2116
2117
|
deletedAt: Date | null;
|
|
@@ -2119,9 +2120,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
2119
2120
|
bucketName: string;
|
|
2120
2121
|
fileSize: number;
|
|
2121
2122
|
fileUrl: string | null;
|
|
2122
|
-
status?: string | undefined;
|
|
2123
2123
|
}, {
|
|
2124
2124
|
id: string;
|
|
2125
|
+
status: string | null;
|
|
2125
2126
|
createdAt: Date;
|
|
2126
2127
|
updatedAt: Date;
|
|
2127
2128
|
deletedAt: Date | null;
|
|
@@ -2130,7 +2131,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2130
2131
|
bucketName: string;
|
|
2131
2132
|
fileSize: number;
|
|
2132
2133
|
fileUrl: string | null;
|
|
2133
|
-
status?: string | undefined;
|
|
2134
2134
|
}>, "many">;
|
|
2135
2135
|
}, "strip", z.ZodTypeAny, {
|
|
2136
2136
|
id: string;
|
|
@@ -2157,6 +2157,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2157
2157
|
dateValue: Date | null;
|
|
2158
2158
|
uploads: {
|
|
2159
2159
|
id: string;
|
|
2160
|
+
status: string | null;
|
|
2160
2161
|
createdAt: Date;
|
|
2161
2162
|
updatedAt: Date;
|
|
2162
2163
|
deletedAt: Date | null;
|
|
@@ -2165,7 +2166,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2165
2166
|
bucketName: string;
|
|
2166
2167
|
fileSize: number;
|
|
2167
2168
|
fileUrl: string | null;
|
|
2168
|
-
status?: string | undefined;
|
|
2169
2169
|
}[];
|
|
2170
2170
|
}, {
|
|
2171
2171
|
id: string;
|
|
@@ -2192,6 +2192,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2192
2192
|
dateValue: Date | null;
|
|
2193
2193
|
uploads: {
|
|
2194
2194
|
id: string;
|
|
2195
|
+
status: string | null;
|
|
2195
2196
|
createdAt: Date;
|
|
2196
2197
|
updatedAt: Date;
|
|
2197
2198
|
deletedAt: Date | null;
|
|
@@ -2200,7 +2201,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2200
2201
|
bucketName: string;
|
|
2201
2202
|
fileSize: number;
|
|
2202
2203
|
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;
|
|
2311
2312
|
id: string;
|
|
2312
2313
|
channel: string | null;
|
|
2313
2314
|
address: string | null;
|
|
2314
|
-
name: string;
|
|
2315
2315
|
createdAt: Date;
|
|
2316
2316
|
updatedAt: Date;
|
|
2317
2317
|
deletedAt: Date | null;
|
|
@@ -2340,6 +2340,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2340
2340
|
dateValue: Date | null;
|
|
2341
2341
|
uploads: {
|
|
2342
2342
|
id: string;
|
|
2343
|
+
status: string | null;
|
|
2343
2344
|
createdAt: Date;
|
|
2344
2345
|
updatedAt: Date;
|
|
2345
2346
|
deletedAt: Date | null;
|
|
@@ -2348,7 +2349,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2348
2349
|
bucketName: string;
|
|
2349
2350
|
fileSize: number;
|
|
2350
2351
|
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
|
-
address?: string | null | undefined;
|
|
2360
2359
|
name?: string | undefined;
|
|
2360
|
+
address?: string | null | 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
|
-
id: string;
|
|
2369
2368
|
name: string;
|
|
2369
|
+
id: 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
|
-
id: string;
|
|
2395
2394
|
name: string;
|
|
2395
|
+
id: 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;
|
|
2422
2423
|
id: string;
|
|
2423
2424
|
channel: string | null;
|
|
2424
2425
|
address: string | null;
|
|
2425
|
-
name: string;
|
|
2426
2426
|
createdAt: Date;
|
|
2427
2427
|
updatedAt: Date;
|
|
2428
2428
|
deletedAt: Date | null;
|
|
@@ -2451,6 +2451,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2451
2451
|
dateValue: Date | null;
|
|
2452
2452
|
uploads: {
|
|
2453
2453
|
id: string;
|
|
2454
|
+
status: string | null;
|
|
2454
2455
|
createdAt: Date;
|
|
2455
2456
|
updatedAt: Date;
|
|
2456
2457
|
deletedAt: Date | null;
|
|
@@ -2459,7 +2460,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2459
2460
|
bucketName: string;
|
|
2460
2461
|
fileSize: number;
|
|
2461
2462
|
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
|
-
address?: string | null | undefined;
|
|
2471
2470
|
name?: string | undefined;
|
|
2471
|
+
address?: string | null | 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
|
-
id: string;
|
|
2480
2479
|
name: string;
|
|
2480
|
+
id: 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
|
-
id: string;
|
|
2506
2505
|
name: string;
|
|
2506
|
+
id: 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
|
-
id: string;
|
|
2570
2569
|
name: string;
|
|
2570
|
+
id: string;
|
|
2571
2571
|
createdAt: Date;
|
|
2572
2572
|
updatedAt: Date;
|
|
2573
2573
|
deletedAt: Date | null;
|
|
2574
2574
|
}, {
|
|
2575
|
-
id: string;
|
|
2576
2575
|
name: string;
|
|
2576
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
2733
2732
|
name?: string | undefined;
|
|
2733
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
2742
2741
|
name?: string | undefined;
|
|
2742
|
+
address?: string | null | 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
|
-
id: string;
|
|
2761
2760
|
name: string;
|
|
2761
|
+
id: string;
|
|
2762
2762
|
picture?: string | undefined;
|
|
2763
2763
|
additionalCredentials?: any;
|
|
2764
2764
|
}, {
|
|
2765
|
-
id: string;
|
|
2766
2765
|
name: string;
|
|
2766
|
+
id: 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
|
-
id: string;
|
|
2775
2774
|
name: string;
|
|
2775
|
+
id: 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
|
-
id: string;
|
|
2789
2788
|
name: string;
|
|
2789
|
+
id: string;
|
|
2790
2790
|
picture?: string | undefined;
|
|
2791
2791
|
additionalCredentials?: any;
|
|
2792
2792
|
};
|
|
@@ -2896,9 +2896,10 @@ 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.ZodNullable<z.ZodString>;
|
|
2900
2900
|
}, "strip", z.ZodTypeAny, {
|
|
2901
2901
|
id: string;
|
|
2902
|
+
status: string | null;
|
|
2902
2903
|
createdAt: Date;
|
|
2903
2904
|
updatedAt: Date;
|
|
2904
2905
|
deletedAt: Date | null;
|
|
@@ -2907,9 +2908,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
2907
2908
|
bucketName: string;
|
|
2908
2909
|
fileSize: number;
|
|
2909
2910
|
fileUrl: string | null;
|
|
2910
|
-
status?: string | undefined;
|
|
2911
2911
|
}, {
|
|
2912
2912
|
id: string;
|
|
2913
|
+
status: string | null;
|
|
2913
2914
|
createdAt: Date;
|
|
2914
2915
|
updatedAt: Date;
|
|
2915
2916
|
deletedAt: Date | null;
|
|
@@ -2918,7 +2919,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2918
2919
|
bucketName: string;
|
|
2919
2920
|
fileSize: number;
|
|
2920
2921
|
fileUrl: string | null;
|
|
2921
|
-
status?: string | undefined;
|
|
2922
2922
|
}>, "many">;
|
|
2923
2923
|
}, "strip", z.ZodTypeAny, {
|
|
2924
2924
|
id: string;
|
|
@@ -2945,6 +2945,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2945
2945
|
dateValue: Date | null;
|
|
2946
2946
|
uploads: {
|
|
2947
2947
|
id: string;
|
|
2948
|
+
status: string | null;
|
|
2948
2949
|
createdAt: Date;
|
|
2949
2950
|
updatedAt: Date;
|
|
2950
2951
|
deletedAt: Date | null;
|
|
@@ -2953,7 +2954,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2953
2954
|
bucketName: string;
|
|
2954
2955
|
fileSize: number;
|
|
2955
2956
|
fileUrl: string | null;
|
|
2956
|
-
status?: string | undefined;
|
|
2957
2957
|
}[];
|
|
2958
2958
|
}, {
|
|
2959
2959
|
id: string;
|
|
@@ -2980,6 +2980,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
2980
2980
|
dateValue: Date | null;
|
|
2981
2981
|
uploads: {
|
|
2982
2982
|
id: string;
|
|
2983
|
+
status: string | null;
|
|
2983
2984
|
createdAt: Date;
|
|
2984
2985
|
updatedAt: Date;
|
|
2985
2986
|
deletedAt: Date | null;
|
|
@@ -2988,7 +2989,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
2988
2989
|
bucketName: string;
|
|
2989
2990
|
fileSize: number;
|
|
2990
2991
|
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;
|
|
3099
3100
|
id: string;
|
|
3100
3101
|
channel: string | null;
|
|
3101
3102
|
address: string | null;
|
|
3102
|
-
name: string;
|
|
3103
3103
|
createdAt: Date;
|
|
3104
3104
|
updatedAt: Date;
|
|
3105
3105
|
deletedAt: Date | null;
|
|
@@ -3128,6 +3128,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3128
3128
|
dateValue: Date | null;
|
|
3129
3129
|
uploads: {
|
|
3130
3130
|
id: string;
|
|
3131
|
+
status: string | null;
|
|
3131
3132
|
createdAt: Date;
|
|
3132
3133
|
updatedAt: Date;
|
|
3133
3134
|
deletedAt: Date | null;
|
|
@@ -3136,7 +3137,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
3136
3137
|
bucketName: string;
|
|
3137
3138
|
fileSize: number;
|
|
3138
3139
|
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
|
-
address?: string | null | undefined;
|
|
3148
3147
|
name?: string | undefined;
|
|
3148
|
+
address?: string | null | 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
|
-
id: string;
|
|
3157
3156
|
name: string;
|
|
3157
|
+
id: 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
|
-
id: string;
|
|
3183
3182
|
name: string;
|
|
3183
|
+
id: 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;
|
|
3210
3211
|
id: string;
|
|
3211
3212
|
channel: string | null;
|
|
3212
3213
|
address: string | null;
|
|
3213
|
-
name: string;
|
|
3214
3214
|
createdAt: Date;
|
|
3215
3215
|
updatedAt: Date;
|
|
3216
3216
|
deletedAt: Date | null;
|
|
@@ -3239,6 +3239,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3239
3239
|
dateValue: Date | null;
|
|
3240
3240
|
uploads: {
|
|
3241
3241
|
id: string;
|
|
3242
|
+
status: string | null;
|
|
3242
3243
|
createdAt: Date;
|
|
3243
3244
|
updatedAt: Date;
|
|
3244
3245
|
deletedAt: Date | null;
|
|
@@ -3247,7 +3248,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
3247
3248
|
bucketName: string;
|
|
3248
3249
|
fileSize: number;
|
|
3249
3250
|
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
|
-
address?: string | null | undefined;
|
|
3259
3258
|
name?: string | undefined;
|
|
3259
|
+
address?: string | null | 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
|
-
id: string;
|
|
3268
3267
|
name: string;
|
|
3268
|
+
id: 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
|
-
id: string;
|
|
3294
3293
|
name: string;
|
|
3294
|
+
id: 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
|
-
id: string;
|
|
3349
3348
|
name: string;
|
|
3349
|
+
id: string;
|
|
3350
3350
|
createdAt: Date;
|
|
3351
3351
|
updatedAt: Date;
|
|
3352
3352
|
deletedAt: Date | null;
|
|
3353
3353
|
}, {
|
|
3354
|
-
id: string;
|
|
3355
3354
|
name: string;
|
|
3355
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
3512
3511
|
name?: string | undefined;
|
|
3512
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
3521
3520
|
name?: string | undefined;
|
|
3521
|
+
address?: string | null | 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
|
-
id: string;
|
|
3540
3539
|
name: string;
|
|
3540
|
+
id: string;
|
|
3541
3541
|
picture?: string | undefined;
|
|
3542
3542
|
additionalCredentials?: any;
|
|
3543
3543
|
}, {
|
|
3544
|
-
id: string;
|
|
3545
3544
|
name: string;
|
|
3545
|
+
id: 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
|
-
id: string;
|
|
3554
3553
|
name: string;
|
|
3554
|
+
id: 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
|
-
id: string;
|
|
3568
3567
|
name: string;
|
|
3568
|
+
id: string;
|
|
3569
3569
|
picture?: string | undefined;
|
|
3570
3570
|
additionalCredentials?: any;
|
|
3571
3571
|
};
|
|
@@ -3675,9 +3675,10 @@ 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.ZodNullable<z.ZodString>;
|
|
3679
3679
|
}, "strip", z.ZodTypeAny, {
|
|
3680
3680
|
id: string;
|
|
3681
|
+
status: string | null;
|
|
3681
3682
|
createdAt: Date;
|
|
3682
3683
|
updatedAt: Date;
|
|
3683
3684
|
deletedAt: Date | null;
|
|
@@ -3686,9 +3687,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
3686
3687
|
bucketName: string;
|
|
3687
3688
|
fileSize: number;
|
|
3688
3689
|
fileUrl: string | null;
|
|
3689
|
-
status?: string | undefined;
|
|
3690
3690
|
}, {
|
|
3691
3691
|
id: string;
|
|
3692
|
+
status: string | null;
|
|
3692
3693
|
createdAt: Date;
|
|
3693
3694
|
updatedAt: Date;
|
|
3694
3695
|
deletedAt: Date | null;
|
|
@@ -3697,7 +3698,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
3697
3698
|
bucketName: string;
|
|
3698
3699
|
fileSize: number;
|
|
3699
3700
|
fileUrl: string | null;
|
|
3700
|
-
status?: string | undefined;
|
|
3701
3701
|
}>, "many">;
|
|
3702
3702
|
}, "strip", z.ZodTypeAny, {
|
|
3703
3703
|
id: string;
|
|
@@ -3724,6 +3724,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3724
3724
|
dateValue: Date | null;
|
|
3725
3725
|
uploads: {
|
|
3726
3726
|
id: string;
|
|
3727
|
+
status: string | null;
|
|
3727
3728
|
createdAt: Date;
|
|
3728
3729
|
updatedAt: Date;
|
|
3729
3730
|
deletedAt: Date | null;
|
|
@@ -3732,7 +3733,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
3732
3733
|
bucketName: string;
|
|
3733
3734
|
fileSize: number;
|
|
3734
3735
|
fileUrl: string | null;
|
|
3735
|
-
status?: string | undefined;
|
|
3736
3736
|
}[];
|
|
3737
3737
|
}, {
|
|
3738
3738
|
id: string;
|
|
@@ -3759,6 +3759,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3759
3759
|
dateValue: Date | null;
|
|
3760
3760
|
uploads: {
|
|
3761
3761
|
id: string;
|
|
3762
|
+
status: string | null;
|
|
3762
3763
|
createdAt: Date;
|
|
3763
3764
|
updatedAt: Date;
|
|
3764
3765
|
deletedAt: Date | null;
|
|
@@ -3767,7 +3768,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
3767
3768
|
bucketName: string;
|
|
3768
3769
|
fileSize: number;
|
|
3769
3770
|
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;
|
|
3878
3879
|
id: string;
|
|
3879
3880
|
channel: string | null;
|
|
3880
3881
|
address: string | null;
|
|
3881
|
-
name: string;
|
|
3882
3882
|
createdAt: Date;
|
|
3883
3883
|
updatedAt: Date;
|
|
3884
3884
|
deletedAt: Date | null;
|
|
@@ -3907,6 +3907,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
3907
3907
|
dateValue: Date | null;
|
|
3908
3908
|
uploads: {
|
|
3909
3909
|
id: string;
|
|
3910
|
+
status: string | null;
|
|
3910
3911
|
createdAt: Date;
|
|
3911
3912
|
updatedAt: Date;
|
|
3912
3913
|
deletedAt: Date | null;
|
|
@@ -3915,7 +3916,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
3915
3916
|
bucketName: string;
|
|
3916
3917
|
fileSize: number;
|
|
3917
3918
|
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
|
-
address?: string | null | undefined;
|
|
3927
3926
|
name?: string | undefined;
|
|
3927
|
+
address?: string | null | 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
|
-
id: string;
|
|
3936
3935
|
name: string;
|
|
3936
|
+
id: 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
|
-
id: string;
|
|
3962
3961
|
name: string;
|
|
3962
|
+
id: 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;
|
|
3989
3990
|
id: string;
|
|
3990
3991
|
channel: string | null;
|
|
3991
3992
|
address: string | null;
|
|
3992
|
-
name: string;
|
|
3993
3993
|
createdAt: Date;
|
|
3994
3994
|
updatedAt: Date;
|
|
3995
3995
|
deletedAt: Date | null;
|
|
@@ -4018,6 +4018,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4018
4018
|
dateValue: Date | null;
|
|
4019
4019
|
uploads: {
|
|
4020
4020
|
id: string;
|
|
4021
|
+
status: string | null;
|
|
4021
4022
|
createdAt: Date;
|
|
4022
4023
|
updatedAt: Date;
|
|
4023
4024
|
deletedAt: Date | null;
|
|
@@ -4026,7 +4027,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
4026
4027
|
bucketName: string;
|
|
4027
4028
|
fileSize: number;
|
|
4028
4029
|
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
|
-
address?: string | null | undefined;
|
|
4038
4037
|
name?: string | undefined;
|
|
4038
|
+
address?: string | null | 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
|
-
id: string;
|
|
4047
4046
|
name: string;
|
|
4047
|
+
id: 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
|
-
id: string;
|
|
4073
4072
|
name: string;
|
|
4073
|
+
id: 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
|
-
id: string;
|
|
4131
4130
|
name: string;
|
|
4131
|
+
id: string;
|
|
4132
4132
|
createdAt: Date;
|
|
4133
4133
|
updatedAt: Date;
|
|
4134
4134
|
deletedAt: Date | null;
|
|
4135
4135
|
}, {
|
|
4136
|
-
id: string;
|
|
4137
4136
|
name: string;
|
|
4137
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
4294
4293
|
name?: string | undefined;
|
|
4294
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
4303
4302
|
name?: string | undefined;
|
|
4303
|
+
address?: string | null | 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
|
-
id: string;
|
|
4322
4321
|
name: string;
|
|
4322
|
+
id: string;
|
|
4323
4323
|
picture?: string | undefined;
|
|
4324
4324
|
additionalCredentials?: any;
|
|
4325
4325
|
}, {
|
|
4326
|
-
id: string;
|
|
4327
4326
|
name: string;
|
|
4327
|
+
id: 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
|
-
id: string;
|
|
4336
4335
|
name: string;
|
|
4336
|
+
id: 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
|
-
id: string;
|
|
4350
4349
|
name: string;
|
|
4350
|
+
id: string;
|
|
4351
4351
|
picture?: string | undefined;
|
|
4352
4352
|
additionalCredentials?: any;
|
|
4353
4353
|
};
|
|
@@ -4457,9 +4457,10 @@ 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.ZodNullable<z.ZodString>;
|
|
4461
4461
|
}, "strip", z.ZodTypeAny, {
|
|
4462
4462
|
id: string;
|
|
4463
|
+
status: string | null;
|
|
4463
4464
|
createdAt: Date;
|
|
4464
4465
|
updatedAt: Date;
|
|
4465
4466
|
deletedAt: Date | null;
|
|
@@ -4468,9 +4469,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
4468
4469
|
bucketName: string;
|
|
4469
4470
|
fileSize: number;
|
|
4470
4471
|
fileUrl: string | null;
|
|
4471
|
-
status?: string | undefined;
|
|
4472
4472
|
}, {
|
|
4473
4473
|
id: string;
|
|
4474
|
+
status: string | null;
|
|
4474
4475
|
createdAt: Date;
|
|
4475
4476
|
updatedAt: Date;
|
|
4476
4477
|
deletedAt: Date | null;
|
|
@@ -4479,7 +4480,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
4479
4480
|
bucketName: string;
|
|
4480
4481
|
fileSize: number;
|
|
4481
4482
|
fileUrl: string | null;
|
|
4482
|
-
status?: string | undefined;
|
|
4483
4483
|
}>, "many">;
|
|
4484
4484
|
}, "strip", z.ZodTypeAny, {
|
|
4485
4485
|
id: string;
|
|
@@ -4506,6 +4506,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4506
4506
|
dateValue: Date | null;
|
|
4507
4507
|
uploads: {
|
|
4508
4508
|
id: string;
|
|
4509
|
+
status: string | null;
|
|
4509
4510
|
createdAt: Date;
|
|
4510
4511
|
updatedAt: Date;
|
|
4511
4512
|
deletedAt: Date | null;
|
|
@@ -4514,7 +4515,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
4514
4515
|
bucketName: string;
|
|
4515
4516
|
fileSize: number;
|
|
4516
4517
|
fileUrl: string | null;
|
|
4517
|
-
status?: string | undefined;
|
|
4518
4518
|
}[];
|
|
4519
4519
|
}, {
|
|
4520
4520
|
id: string;
|
|
@@ -4541,6 +4541,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4541
4541
|
dateValue: Date | null;
|
|
4542
4542
|
uploads: {
|
|
4543
4543
|
id: string;
|
|
4544
|
+
status: string | null;
|
|
4544
4545
|
createdAt: Date;
|
|
4545
4546
|
updatedAt: Date;
|
|
4546
4547
|
deletedAt: Date | null;
|
|
@@ -4549,7 +4550,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
4549
4550
|
bucketName: string;
|
|
4550
4551
|
fileSize: number;
|
|
4551
4552
|
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;
|
|
4660
4661
|
id: string;
|
|
4661
4662
|
channel: string | null;
|
|
4662
4663
|
address: string | null;
|
|
4663
|
-
name: string;
|
|
4664
4664
|
createdAt: Date;
|
|
4665
4665
|
updatedAt: Date;
|
|
4666
4666
|
deletedAt: Date | null;
|
|
@@ -4689,6 +4689,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4689
4689
|
dateValue: Date | null;
|
|
4690
4690
|
uploads: {
|
|
4691
4691
|
id: string;
|
|
4692
|
+
status: string | null;
|
|
4692
4693
|
createdAt: Date;
|
|
4693
4694
|
updatedAt: Date;
|
|
4694
4695
|
deletedAt: Date | null;
|
|
@@ -4697,7 +4698,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
4697
4698
|
bucketName: string;
|
|
4698
4699
|
fileSize: number;
|
|
4699
4700
|
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
|
-
address?: string | null | undefined;
|
|
4709
4708
|
name?: string | undefined;
|
|
4709
|
+
address?: string | null | 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
|
-
id: string;
|
|
4718
4717
|
name: string;
|
|
4718
|
+
id: 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
|
-
id: string;
|
|
4744
4743
|
name: string;
|
|
4744
|
+
id: 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;
|
|
4771
4772
|
id: string;
|
|
4772
4773
|
channel: string | null;
|
|
4773
4774
|
address: string | null;
|
|
4774
|
-
name: string;
|
|
4775
4775
|
createdAt: Date;
|
|
4776
4776
|
updatedAt: Date;
|
|
4777
4777
|
deletedAt: Date | null;
|
|
@@ -4800,6 +4800,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
4800
4800
|
dateValue: Date | null;
|
|
4801
4801
|
uploads: {
|
|
4802
4802
|
id: string;
|
|
4803
|
+
status: string | null;
|
|
4803
4804
|
createdAt: Date;
|
|
4804
4805
|
updatedAt: Date;
|
|
4805
4806
|
deletedAt: Date | null;
|
|
@@ -4808,7 +4809,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
4808
4809
|
bucketName: string;
|
|
4809
4810
|
fileSize: number;
|
|
4810
4811
|
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
|
-
address?: string | null | undefined;
|
|
4820
4819
|
name?: string | undefined;
|
|
4820
|
+
address?: string | null | 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
|
-
id: string;
|
|
4829
4828
|
name: string;
|
|
4829
|
+
id: 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
|
-
id: string;
|
|
4855
4854
|
name: string;
|
|
4855
|
+
id: 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
|
-
id: string;
|
|
4975
4974
|
name: string;
|
|
4975
|
+
id: string;
|
|
4976
4976
|
createdAt: Date;
|
|
4977
4977
|
updatedAt: Date;
|
|
4978
4978
|
deletedAt: Date | null;
|
|
4979
4979
|
}, {
|
|
4980
|
-
id: string;
|
|
4981
4980
|
name: string;
|
|
4981
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
5138
5137
|
name?: string | undefined;
|
|
5138
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
5147
5146
|
name?: string | undefined;
|
|
5147
|
+
address?: string | null | 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
|
-
id: string;
|
|
5166
5165
|
name: string;
|
|
5166
|
+
id: string;
|
|
5167
5167
|
picture?: string | undefined;
|
|
5168
5168
|
additionalCredentials?: any;
|
|
5169
5169
|
}, {
|
|
5170
|
-
id: string;
|
|
5171
5170
|
name: string;
|
|
5171
|
+
id: 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
|
-
id: string;
|
|
5180
5179
|
name: string;
|
|
5180
|
+
id: 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
|
-
id: string;
|
|
5194
5193
|
name: string;
|
|
5194
|
+
id: string;
|
|
5195
5195
|
picture?: string | undefined;
|
|
5196
5196
|
additionalCredentials?: any;
|
|
5197
5197
|
};
|
|
@@ -5301,9 +5301,10 @@ 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.ZodNullable<z.ZodString>;
|
|
5305
5305
|
}, "strip", z.ZodTypeAny, {
|
|
5306
5306
|
id: string;
|
|
5307
|
+
status: string | null;
|
|
5307
5308
|
createdAt: Date;
|
|
5308
5309
|
updatedAt: Date;
|
|
5309
5310
|
deletedAt: Date | null;
|
|
@@ -5312,9 +5313,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
5312
5313
|
bucketName: string;
|
|
5313
5314
|
fileSize: number;
|
|
5314
5315
|
fileUrl: string | null;
|
|
5315
|
-
status?: string | undefined;
|
|
5316
5316
|
}, {
|
|
5317
5317
|
id: string;
|
|
5318
|
+
status: string | null;
|
|
5318
5319
|
createdAt: Date;
|
|
5319
5320
|
updatedAt: Date;
|
|
5320
5321
|
deletedAt: Date | null;
|
|
@@ -5323,7 +5324,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
5323
5324
|
bucketName: string;
|
|
5324
5325
|
fileSize: number;
|
|
5325
5326
|
fileUrl: string | null;
|
|
5326
|
-
status?: string | undefined;
|
|
5327
5327
|
}>, "many">;
|
|
5328
5328
|
}, "strip", z.ZodTypeAny, {
|
|
5329
5329
|
id: string;
|
|
@@ -5350,6 +5350,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5350
5350
|
dateValue: Date | null;
|
|
5351
5351
|
uploads: {
|
|
5352
5352
|
id: string;
|
|
5353
|
+
status: string | null;
|
|
5353
5354
|
createdAt: Date;
|
|
5354
5355
|
updatedAt: Date;
|
|
5355
5356
|
deletedAt: Date | null;
|
|
@@ -5358,7 +5359,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
5358
5359
|
bucketName: string;
|
|
5359
5360
|
fileSize: number;
|
|
5360
5361
|
fileUrl: string | null;
|
|
5361
|
-
status?: string | undefined;
|
|
5362
5362
|
}[];
|
|
5363
5363
|
}, {
|
|
5364
5364
|
id: string;
|
|
@@ -5385,6 +5385,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5385
5385
|
dateValue: Date | null;
|
|
5386
5386
|
uploads: {
|
|
5387
5387
|
id: string;
|
|
5388
|
+
status: string | null;
|
|
5388
5389
|
createdAt: Date;
|
|
5389
5390
|
updatedAt: Date;
|
|
5390
5391
|
deletedAt: Date | null;
|
|
@@ -5393,7 +5394,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
5393
5394
|
bucketName: string;
|
|
5394
5395
|
fileSize: number;
|
|
5395
5396
|
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;
|
|
5504
5505
|
id: string;
|
|
5505
5506
|
channel: string | null;
|
|
5506
5507
|
address: string | null;
|
|
5507
|
-
name: string;
|
|
5508
5508
|
createdAt: Date;
|
|
5509
5509
|
updatedAt: Date;
|
|
5510
5510
|
deletedAt: Date | null;
|
|
@@ -5533,6 +5533,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5533
5533
|
dateValue: Date | null;
|
|
5534
5534
|
uploads: {
|
|
5535
5535
|
id: string;
|
|
5536
|
+
status: string | null;
|
|
5536
5537
|
createdAt: Date;
|
|
5537
5538
|
updatedAt: Date;
|
|
5538
5539
|
deletedAt: Date | null;
|
|
@@ -5541,7 +5542,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
5541
5542
|
bucketName: string;
|
|
5542
5543
|
fileSize: number;
|
|
5543
5544
|
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
|
-
address?: string | null | undefined;
|
|
5553
5552
|
name?: string | undefined;
|
|
5553
|
+
address?: string | null | 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
|
-
id: string;
|
|
5562
5561
|
name: string;
|
|
5562
|
+
id: 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
|
-
id: string;
|
|
5588
5587
|
name: string;
|
|
5588
|
+
id: 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;
|
|
5615
5616
|
id: string;
|
|
5616
5617
|
channel: string | null;
|
|
5617
5618
|
address: string | null;
|
|
5618
|
-
name: string;
|
|
5619
5619
|
createdAt: Date;
|
|
5620
5620
|
updatedAt: Date;
|
|
5621
5621
|
deletedAt: Date | null;
|
|
@@ -5644,6 +5644,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
5644
5644
|
dateValue: Date | null;
|
|
5645
5645
|
uploads: {
|
|
5646
5646
|
id: string;
|
|
5647
|
+
status: string | null;
|
|
5647
5648
|
createdAt: Date;
|
|
5648
5649
|
updatedAt: Date;
|
|
5649
5650
|
deletedAt: Date | null;
|
|
@@ -5652,7 +5653,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
5652
5653
|
bucketName: string;
|
|
5653
5654
|
fileSize: number;
|
|
5654
5655
|
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
|
-
address?: string | null | undefined;
|
|
5664
5663
|
name?: string | undefined;
|
|
5664
|
+
address?: string | null | 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
|
-
id: string;
|
|
5673
5672
|
name: string;
|
|
5673
|
+
id: 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
|
-
id: string;
|
|
5699
5698
|
name: string;
|
|
5699
|
+
id: 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
|
-
id: string;
|
|
5803
5802
|
name: string;
|
|
5803
|
+
id: string;
|
|
5804
5804
|
createdAt: Date;
|
|
5805
5805
|
updatedAt: Date;
|
|
5806
5806
|
deletedAt: Date | null;
|
|
5807
5807
|
}, {
|
|
5808
|
-
id: string;
|
|
5809
5808
|
name: string;
|
|
5809
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
5966
5965
|
name?: string | undefined;
|
|
5966
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
5975
5974
|
name?: string | undefined;
|
|
5975
|
+
address?: string | null | 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
|
-
id: string;
|
|
5994
5993
|
name: string;
|
|
5994
|
+
id: string;
|
|
5995
5995
|
picture?: string | undefined;
|
|
5996
5996
|
additionalCredentials?: any;
|
|
5997
5997
|
}, {
|
|
5998
|
-
id: string;
|
|
5999
5998
|
name: string;
|
|
5999
|
+
id: 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
|
-
id: string;
|
|
6008
6007
|
name: string;
|
|
6008
|
+
id: 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
|
-
id: string;
|
|
6022
6021
|
name: string;
|
|
6022
|
+
id: string;
|
|
6023
6023
|
picture?: string | undefined;
|
|
6024
6024
|
additionalCredentials?: any;
|
|
6025
6025
|
};
|
|
@@ -6129,9 +6129,10 @@ 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.ZodNullable<z.ZodString>;
|
|
6133
6133
|
}, "strip", z.ZodTypeAny, {
|
|
6134
6134
|
id: string;
|
|
6135
|
+
status: string | null;
|
|
6135
6136
|
createdAt: Date;
|
|
6136
6137
|
updatedAt: Date;
|
|
6137
6138
|
deletedAt: Date | null;
|
|
@@ -6140,9 +6141,9 @@ export declare const ContactContractValidationSchema: {
|
|
|
6140
6141
|
bucketName: string;
|
|
6141
6142
|
fileSize: number;
|
|
6142
6143
|
fileUrl: string | null;
|
|
6143
|
-
status?: string | undefined;
|
|
6144
6144
|
}, {
|
|
6145
6145
|
id: string;
|
|
6146
|
+
status: string | null;
|
|
6146
6147
|
createdAt: Date;
|
|
6147
6148
|
updatedAt: Date;
|
|
6148
6149
|
deletedAt: Date | null;
|
|
@@ -6151,7 +6152,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
6151
6152
|
bucketName: string;
|
|
6152
6153
|
fileSize: number;
|
|
6153
6154
|
fileUrl: string | null;
|
|
6154
|
-
status?: string | undefined;
|
|
6155
6155
|
}>, "many">;
|
|
6156
6156
|
}, "strip", z.ZodTypeAny, {
|
|
6157
6157
|
id: string;
|
|
@@ -6178,6 +6178,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
6178
6178
|
dateValue: Date | null;
|
|
6179
6179
|
uploads: {
|
|
6180
6180
|
id: string;
|
|
6181
|
+
status: string | null;
|
|
6181
6182
|
createdAt: Date;
|
|
6182
6183
|
updatedAt: Date;
|
|
6183
6184
|
deletedAt: Date | null;
|
|
@@ -6186,7 +6187,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
6186
6187
|
bucketName: string;
|
|
6187
6188
|
fileSize: number;
|
|
6188
6189
|
fileUrl: string | null;
|
|
6189
|
-
status?: string | undefined;
|
|
6190
6190
|
}[];
|
|
6191
6191
|
}, {
|
|
6192
6192
|
id: string;
|
|
@@ -6213,6 +6213,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
6213
6213
|
dateValue: Date | null;
|
|
6214
6214
|
uploads: {
|
|
6215
6215
|
id: string;
|
|
6216
|
+
status: string | null;
|
|
6216
6217
|
createdAt: Date;
|
|
6217
6218
|
updatedAt: Date;
|
|
6218
6219
|
deletedAt: Date | null;
|
|
@@ -6221,7 +6222,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
6221
6222
|
bucketName: string;
|
|
6222
6223
|
fileSize: number;
|
|
6223
6224
|
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;
|
|
6332
6333
|
id: string;
|
|
6333
6334
|
channel: string | null;
|
|
6334
6335
|
address: string | null;
|
|
6335
|
-
name: string;
|
|
6336
6336
|
createdAt: Date;
|
|
6337
6337
|
updatedAt: Date;
|
|
6338
6338
|
deletedAt: Date | null;
|
|
@@ -6361,6 +6361,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
6361
6361
|
dateValue: Date | null;
|
|
6362
6362
|
uploads: {
|
|
6363
6363
|
id: string;
|
|
6364
|
+
status: string | null;
|
|
6364
6365
|
createdAt: Date;
|
|
6365
6366
|
updatedAt: Date;
|
|
6366
6367
|
deletedAt: Date | null;
|
|
@@ -6369,7 +6370,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
6369
6370
|
bucketName: string;
|
|
6370
6371
|
fileSize: number;
|
|
6371
6372
|
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
|
-
address?: string | null | undefined;
|
|
6381
6380
|
name?: string | undefined;
|
|
6381
|
+
address?: string | null | 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
|
-
id: string;
|
|
6390
6389
|
name: string;
|
|
6390
|
+
id: 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
|
-
id: string;
|
|
6416
6415
|
name: string;
|
|
6416
|
+
id: 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;
|
|
6443
6444
|
id: string;
|
|
6444
6445
|
channel: string | null;
|
|
6445
6446
|
address: string | null;
|
|
6446
|
-
name: string;
|
|
6447
6447
|
createdAt: Date;
|
|
6448
6448
|
updatedAt: Date;
|
|
6449
6449
|
deletedAt: Date | null;
|
|
@@ -6472,6 +6472,7 @@ export declare const ContactContractValidationSchema: {
|
|
|
6472
6472
|
dateValue: Date | null;
|
|
6473
6473
|
uploads: {
|
|
6474
6474
|
id: string;
|
|
6475
|
+
status: string | null;
|
|
6475
6476
|
createdAt: Date;
|
|
6476
6477
|
updatedAt: Date;
|
|
6477
6478
|
deletedAt: Date | null;
|
|
@@ -6480,7 +6481,6 @@ export declare const ContactContractValidationSchema: {
|
|
|
6480
6481
|
bucketName: string;
|
|
6481
6482
|
fileSize: number;
|
|
6482
6483
|
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
|
-
address?: string | null | undefined;
|
|
6492
6491
|
name?: string | undefined;
|
|
6492
|
+
address?: string | null | 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
|
-
id: string;
|
|
6501
6500
|
name: string;
|
|
6501
|
+
id: 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
|
-
id: string;
|
|
6527
6526
|
name: string;
|
|
6527
|
+
id: string;
|
|
6528
6528
|
picture?: string | undefined;
|
|
6529
6529
|
additionalCredentials?: any;
|
|
6530
6530
|
};
|