@kl1/contracts 1.2.44-uat → 1.2.46-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +1725 -2399
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +103 -139
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +118 -160
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +6471 -7294
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2167 -2366
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1563 -1854
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +312 -312
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +343 -343
- package/dist/api-contracts/src/contact/schema.d.ts +38 -38
- package/dist/api-contracts/src/contact/validation.d.ts +190 -190
- package/dist/api-contracts/src/contract.d.ts +52403 -67729
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +387 -539
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +321 -402
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +135 -113
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +87 -44
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +0 -26
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +4 -85
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1768 -2170
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +141 -168
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +126 -147
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +0 -5
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1432 -1747
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1365 -1644
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +132 -165
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2470 -2470
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1481 -1481
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +12 -12
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +471 -471
- package/dist/api-contracts/src/messenger/index.d.ts +1435 -1750
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +122 -143
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +143 -143
- package/dist/api-contracts/src/public-api/schema.d.ts +22 -22
- package/dist/api-contracts/src/public-api/validation.d.ts +39 -39
- package/dist/api-contracts/src/sms/index.d.ts +295 -3282
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +8 -30
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +147 -147
- package/dist/api-contracts/src/snippet/schema.d.ts +50 -50
- package/dist/api-contracts/src/subscription/index.d.ts +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1182 -1407
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +103 -48
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +31 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +240 -240
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +72 -72
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +439 -439
- package/dist/api-contracts/src/ticket/schema.d.ts +63 -63
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +12 -20
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +14 -24
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1194 -1419
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +1188 -1413
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +1287 -1717
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +0 -79
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +427 -8713
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +0 -1
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +4397 -4941
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4394 -4933
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -7
|
@@ -71,15 +71,15 @@ export declare const contactContract: {
|
|
|
71
71
|
mailRoomId: z.ZodOptional<z.ZodString>;
|
|
72
72
|
isTheMailRoomOwner: z.ZodOptional<z.ZodBoolean>;
|
|
73
73
|
}, "strip", z.ZodTypeAny, {
|
|
74
|
-
name: {
|
|
75
|
-
[x: string]: any;
|
|
76
|
-
};
|
|
77
74
|
channel: {
|
|
78
75
|
[x: string]: any;
|
|
79
76
|
};
|
|
80
77
|
address: {
|
|
81
78
|
[x: string]: any;
|
|
82
79
|
};
|
|
80
|
+
name: {
|
|
81
|
+
[x: string]: any;
|
|
82
|
+
};
|
|
83
83
|
email: {
|
|
84
84
|
[x: string]: any;
|
|
85
85
|
};
|
|
@@ -101,15 +101,15 @@ export declare const contactContract: {
|
|
|
101
101
|
mailRoomId?: string | undefined;
|
|
102
102
|
isTheMailRoomOwner?: boolean | undefined;
|
|
103
103
|
}, {
|
|
104
|
-
name: {
|
|
105
|
-
[x: string]: any;
|
|
106
|
-
};
|
|
107
104
|
channel: {
|
|
108
105
|
[x: string]: any;
|
|
109
106
|
};
|
|
110
107
|
address: {
|
|
111
108
|
[x: string]: any;
|
|
112
109
|
};
|
|
110
|
+
name: {
|
|
111
|
+
[x: string]: any;
|
|
112
|
+
};
|
|
113
113
|
email: {
|
|
114
114
|
[x: string]: any;
|
|
115
115
|
};
|
|
@@ -154,14 +154,14 @@ export declare const contactContract: {
|
|
|
154
154
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
155
155
|
name: z.ZodString;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
name: string;
|
|
158
157
|
id: string;
|
|
158
|
+
name: string;
|
|
159
159
|
createdAt: Date;
|
|
160
160
|
updatedAt: Date;
|
|
161
161
|
deletedAt: Date | null;
|
|
162
162
|
}, {
|
|
163
|
-
name: string;
|
|
164
163
|
id: string;
|
|
164
|
+
name: string;
|
|
165
165
|
createdAt: Date;
|
|
166
166
|
updatedAt: Date;
|
|
167
167
|
deletedAt: Date | null;
|
|
@@ -317,8 +317,8 @@ export declare const contactContract: {
|
|
|
317
317
|
createdAt: Date;
|
|
318
318
|
updatedAt: Date;
|
|
319
319
|
deletedAt: Date | null;
|
|
320
|
-
name?: string | undefined;
|
|
321
320
|
address?: string | null | undefined;
|
|
321
|
+
name?: string | undefined;
|
|
322
322
|
phone?: string | null | undefined;
|
|
323
323
|
industry?: string | null | undefined;
|
|
324
324
|
}, {
|
|
@@ -326,8 +326,8 @@ export declare const contactContract: {
|
|
|
326
326
|
createdAt: Date;
|
|
327
327
|
updatedAt: Date;
|
|
328
328
|
deletedAt: Date | null;
|
|
329
|
-
name?: string | undefined;
|
|
330
329
|
address?: string | null | undefined;
|
|
330
|
+
name?: string | undefined;
|
|
331
331
|
phone?: string | null | undefined;
|
|
332
332
|
industry?: string | null | undefined;
|
|
333
333
|
}>>;
|
|
@@ -345,13 +345,13 @@ export declare const contactContract: {
|
|
|
345
345
|
picture: z.ZodOptional<z.ZodString>;
|
|
346
346
|
additionalCredentials: z.ZodAny;
|
|
347
347
|
}, "strip", z.ZodTypeAny, {
|
|
348
|
-
name: string;
|
|
349
348
|
id: string;
|
|
349
|
+
name: string;
|
|
350
350
|
picture?: string | undefined;
|
|
351
351
|
additionalCredentials?: any;
|
|
352
352
|
}, {
|
|
353
|
-
name: string;
|
|
354
353
|
id: string;
|
|
354
|
+
name: string;
|
|
355
355
|
picture?: string | undefined;
|
|
356
356
|
additionalCredentials?: any;
|
|
357
357
|
}>;
|
|
@@ -359,8 +359,8 @@ export declare const contactContract: {
|
|
|
359
359
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
360
360
|
id: string;
|
|
361
361
|
metadata: {
|
|
362
|
-
name: string;
|
|
363
362
|
id: string;
|
|
363
|
+
name: string;
|
|
364
364
|
picture?: string | undefined;
|
|
365
365
|
additionalCredentials?: any;
|
|
366
366
|
};
|
|
@@ -373,8 +373,8 @@ export declare const contactContract: {
|
|
|
373
373
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
374
374
|
id: string;
|
|
375
375
|
metadata: {
|
|
376
|
-
name: string;
|
|
377
376
|
id: string;
|
|
377
|
+
name: string;
|
|
378
378
|
picture?: string | undefined;
|
|
379
379
|
additionalCredentials?: any;
|
|
380
380
|
};
|
|
@@ -484,10 +484,9 @@ export declare const contactContract: {
|
|
|
484
484
|
fileSize: z.ZodNumber;
|
|
485
485
|
fileKey: z.ZodString;
|
|
486
486
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
487
|
-
status: z.
|
|
487
|
+
status: z.ZodOptional<z.ZodString>;
|
|
488
488
|
}, "strip", z.ZodTypeAny, {
|
|
489
489
|
id: string;
|
|
490
|
-
status: string | null;
|
|
491
490
|
createdAt: Date;
|
|
492
491
|
updatedAt: Date;
|
|
493
492
|
deletedAt: Date | null;
|
|
@@ -496,9 +495,9 @@ export declare const contactContract: {
|
|
|
496
495
|
bucketName: string;
|
|
497
496
|
fileSize: number;
|
|
498
497
|
fileUrl: string | null;
|
|
498
|
+
status?: string | undefined;
|
|
499
499
|
}, {
|
|
500
500
|
id: string;
|
|
501
|
-
status: string | null;
|
|
502
501
|
createdAt: Date;
|
|
503
502
|
updatedAt: Date;
|
|
504
503
|
deletedAt: Date | null;
|
|
@@ -507,6 +506,7 @@ export declare const contactContract: {
|
|
|
507
506
|
bucketName: string;
|
|
508
507
|
fileSize: number;
|
|
509
508
|
fileUrl: string | null;
|
|
509
|
+
status?: string | undefined;
|
|
510
510
|
}>, "many">;
|
|
511
511
|
}, "strip", z.ZodTypeAny, {
|
|
512
512
|
id: string;
|
|
@@ -533,7 +533,6 @@ export declare const contactContract: {
|
|
|
533
533
|
dateValue: Date | null;
|
|
534
534
|
uploads: {
|
|
535
535
|
id: string;
|
|
536
|
-
status: string | null;
|
|
537
536
|
createdAt: Date;
|
|
538
537
|
updatedAt: Date;
|
|
539
538
|
deletedAt: Date | null;
|
|
@@ -542,6 +541,7 @@ export declare const contactContract: {
|
|
|
542
541
|
bucketName: string;
|
|
543
542
|
fileSize: number;
|
|
544
543
|
fileUrl: string | null;
|
|
544
|
+
status?: string | undefined;
|
|
545
545
|
}[];
|
|
546
546
|
}, {
|
|
547
547
|
id: string;
|
|
@@ -568,7 +568,6 @@ export declare const contactContract: {
|
|
|
568
568
|
dateValue: Date | null;
|
|
569
569
|
uploads: {
|
|
570
570
|
id: string;
|
|
571
|
-
status: string | null;
|
|
572
571
|
createdAt: Date;
|
|
573
572
|
updatedAt: Date;
|
|
574
573
|
deletedAt: Date | null;
|
|
@@ -577,6 +576,7 @@ export declare const contactContract: {
|
|
|
577
576
|
bucketName: string;
|
|
578
577
|
fileSize: number;
|
|
579
578
|
fileUrl: string | null;
|
|
579
|
+
status?: string | undefined;
|
|
580
580
|
}[];
|
|
581
581
|
}>, "many">;
|
|
582
582
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -684,10 +684,10 @@ export declare const contactContract: {
|
|
|
684
684
|
};
|
|
685
685
|
}>, "many">>;
|
|
686
686
|
}, "strip", z.ZodTypeAny, {
|
|
687
|
-
name: string;
|
|
688
687
|
id: string;
|
|
689
688
|
channel: string | null;
|
|
690
689
|
address: string | null;
|
|
690
|
+
name: string;
|
|
691
691
|
createdAt: Date;
|
|
692
692
|
updatedAt: Date;
|
|
693
693
|
deletedAt: Date | null;
|
|
@@ -716,7 +716,6 @@ export declare const contactContract: {
|
|
|
716
716
|
dateValue: Date | null;
|
|
717
717
|
uploads: {
|
|
718
718
|
id: string;
|
|
719
|
-
status: string | null;
|
|
720
719
|
createdAt: Date;
|
|
721
720
|
updatedAt: Date;
|
|
722
721
|
deletedAt: Date | null;
|
|
@@ -725,6 +724,7 @@ export declare const contactContract: {
|
|
|
725
724
|
bucketName: string;
|
|
726
725
|
fileSize: number;
|
|
727
726
|
fileUrl: string | null;
|
|
727
|
+
status?: string | undefined;
|
|
728
728
|
}[];
|
|
729
729
|
}[];
|
|
730
730
|
company: {
|
|
@@ -732,8 +732,8 @@ export declare const contactContract: {
|
|
|
732
732
|
createdAt: Date;
|
|
733
733
|
updatedAt: Date;
|
|
734
734
|
deletedAt: Date | null;
|
|
735
|
-
name?: string | undefined;
|
|
736
735
|
address?: string | null | undefined;
|
|
736
|
+
name?: string | undefined;
|
|
737
737
|
phone?: string | null | undefined;
|
|
738
738
|
industry?: string | null | undefined;
|
|
739
739
|
} | null;
|
|
@@ -741,8 +741,8 @@ export declare const contactContract: {
|
|
|
741
741
|
contactProfile: string | null;
|
|
742
742
|
socialProfileUrl: string | null;
|
|
743
743
|
tags: {
|
|
744
|
-
name: string;
|
|
745
744
|
id: string;
|
|
745
|
+
name: string;
|
|
746
746
|
createdAt: Date;
|
|
747
747
|
updatedAt: Date;
|
|
748
748
|
deletedAt: Date | null;
|
|
@@ -767,8 +767,8 @@ export declare const contactContract: {
|
|
|
767
767
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
768
768
|
id: string;
|
|
769
769
|
metadata: {
|
|
770
|
-
name: string;
|
|
771
770
|
id: string;
|
|
771
|
+
name: string;
|
|
772
772
|
picture?: string | undefined;
|
|
773
773
|
additionalCredentials?: any;
|
|
774
774
|
};
|
|
@@ -795,10 +795,10 @@ export declare const contactContract: {
|
|
|
795
795
|
};
|
|
796
796
|
}[] | undefined;
|
|
797
797
|
}, {
|
|
798
|
-
name: string;
|
|
799
798
|
id: string;
|
|
800
799
|
channel: string | null;
|
|
801
800
|
address: string | null;
|
|
801
|
+
name: string;
|
|
802
802
|
createdAt: Date;
|
|
803
803
|
updatedAt: Date;
|
|
804
804
|
deletedAt: Date | null;
|
|
@@ -827,7 +827,6 @@ export declare const contactContract: {
|
|
|
827
827
|
dateValue: Date | null;
|
|
828
828
|
uploads: {
|
|
829
829
|
id: string;
|
|
830
|
-
status: string | null;
|
|
831
830
|
createdAt: Date;
|
|
832
831
|
updatedAt: Date;
|
|
833
832
|
deletedAt: Date | null;
|
|
@@ -836,6 +835,7 @@ export declare const contactContract: {
|
|
|
836
835
|
bucketName: string;
|
|
837
836
|
fileSize: number;
|
|
838
837
|
fileUrl: string | null;
|
|
838
|
+
status?: string | undefined;
|
|
839
839
|
}[];
|
|
840
840
|
}[];
|
|
841
841
|
company: {
|
|
@@ -843,8 +843,8 @@ export declare const contactContract: {
|
|
|
843
843
|
createdAt: Date;
|
|
844
844
|
updatedAt: Date;
|
|
845
845
|
deletedAt: Date | null;
|
|
846
|
-
name?: string | undefined;
|
|
847
846
|
address?: string | null | undefined;
|
|
847
|
+
name?: string | undefined;
|
|
848
848
|
phone?: string | null | undefined;
|
|
849
849
|
industry?: string | null | undefined;
|
|
850
850
|
} | null;
|
|
@@ -852,8 +852,8 @@ export declare const contactContract: {
|
|
|
852
852
|
contactProfile: string | null;
|
|
853
853
|
socialProfileUrl: string | null;
|
|
854
854
|
tags: {
|
|
855
|
-
name: string;
|
|
856
855
|
id: string;
|
|
856
|
+
name: string;
|
|
857
857
|
createdAt: Date;
|
|
858
858
|
updatedAt: Date;
|
|
859
859
|
deletedAt: Date | null;
|
|
@@ -878,8 +878,8 @@ export declare const contactContract: {
|
|
|
878
878
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
879
879
|
id: string;
|
|
880
880
|
metadata: {
|
|
881
|
-
name: string;
|
|
882
881
|
id: string;
|
|
882
|
+
name: string;
|
|
883
883
|
picture?: string | undefined;
|
|
884
884
|
additionalCredentials?: any;
|
|
885
885
|
};
|
|
@@ -908,10 +908,10 @@ export declare const contactContract: {
|
|
|
908
908
|
}>;
|
|
909
909
|
}, "strip", z.ZodTypeAny, {
|
|
910
910
|
data: {
|
|
911
|
-
name: string;
|
|
912
911
|
id: string;
|
|
913
912
|
channel: string | null;
|
|
914
913
|
address: string | null;
|
|
914
|
+
name: string;
|
|
915
915
|
createdAt: Date;
|
|
916
916
|
updatedAt: Date;
|
|
917
917
|
deletedAt: Date | null;
|
|
@@ -940,7 +940,6 @@ export declare const contactContract: {
|
|
|
940
940
|
dateValue: Date | null;
|
|
941
941
|
uploads: {
|
|
942
942
|
id: string;
|
|
943
|
-
status: string | null;
|
|
944
943
|
createdAt: Date;
|
|
945
944
|
updatedAt: Date;
|
|
946
945
|
deletedAt: Date | null;
|
|
@@ -949,6 +948,7 @@ export declare const contactContract: {
|
|
|
949
948
|
bucketName: string;
|
|
950
949
|
fileSize: number;
|
|
951
950
|
fileUrl: string | null;
|
|
951
|
+
status?: string | undefined;
|
|
952
952
|
}[];
|
|
953
953
|
}[];
|
|
954
954
|
company: {
|
|
@@ -956,8 +956,8 @@ export declare const contactContract: {
|
|
|
956
956
|
createdAt: Date;
|
|
957
957
|
updatedAt: Date;
|
|
958
958
|
deletedAt: Date | null;
|
|
959
|
-
name?: string | undefined;
|
|
960
959
|
address?: string | null | undefined;
|
|
960
|
+
name?: string | undefined;
|
|
961
961
|
phone?: string | null | undefined;
|
|
962
962
|
industry?: string | null | undefined;
|
|
963
963
|
} | null;
|
|
@@ -965,8 +965,8 @@ export declare const contactContract: {
|
|
|
965
965
|
contactProfile: string | null;
|
|
966
966
|
socialProfileUrl: string | null;
|
|
967
967
|
tags: {
|
|
968
|
-
name: string;
|
|
969
968
|
id: string;
|
|
969
|
+
name: string;
|
|
970
970
|
createdAt: Date;
|
|
971
971
|
updatedAt: Date;
|
|
972
972
|
deletedAt: Date | null;
|
|
@@ -991,8 +991,8 @@ export declare const contactContract: {
|
|
|
991
991
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
992
992
|
id: string;
|
|
993
993
|
metadata: {
|
|
994
|
-
name: string;
|
|
995
994
|
id: string;
|
|
995
|
+
name: string;
|
|
996
996
|
picture?: string | undefined;
|
|
997
997
|
additionalCredentials?: any;
|
|
998
998
|
};
|
|
@@ -1022,10 +1022,10 @@ export declare const contactContract: {
|
|
|
1022
1022
|
requestId: string;
|
|
1023
1023
|
}, {
|
|
1024
1024
|
data: {
|
|
1025
|
-
name: string;
|
|
1026
1025
|
id: string;
|
|
1027
1026
|
channel: string | null;
|
|
1028
1027
|
address: string | null;
|
|
1028
|
+
name: string;
|
|
1029
1029
|
createdAt: Date;
|
|
1030
1030
|
updatedAt: Date;
|
|
1031
1031
|
deletedAt: Date | null;
|
|
@@ -1054,7 +1054,6 @@ export declare const contactContract: {
|
|
|
1054
1054
|
dateValue: Date | null;
|
|
1055
1055
|
uploads: {
|
|
1056
1056
|
id: string;
|
|
1057
|
-
status: string | null;
|
|
1058
1057
|
createdAt: Date;
|
|
1059
1058
|
updatedAt: Date;
|
|
1060
1059
|
deletedAt: Date | null;
|
|
@@ -1063,6 +1062,7 @@ export declare const contactContract: {
|
|
|
1063
1062
|
bucketName: string;
|
|
1064
1063
|
fileSize: number;
|
|
1065
1064
|
fileUrl: string | null;
|
|
1065
|
+
status?: string | undefined;
|
|
1066
1066
|
}[];
|
|
1067
1067
|
}[];
|
|
1068
1068
|
company: {
|
|
@@ -1070,8 +1070,8 @@ export declare const contactContract: {
|
|
|
1070
1070
|
createdAt: Date;
|
|
1071
1071
|
updatedAt: Date;
|
|
1072
1072
|
deletedAt: Date | null;
|
|
1073
|
-
name?: string | undefined;
|
|
1074
1073
|
address?: string | null | undefined;
|
|
1074
|
+
name?: string | undefined;
|
|
1075
1075
|
phone?: string | null | undefined;
|
|
1076
1076
|
industry?: string | null | undefined;
|
|
1077
1077
|
} | null;
|
|
@@ -1079,8 +1079,8 @@ export declare const contactContract: {
|
|
|
1079
1079
|
contactProfile: string | null;
|
|
1080
1080
|
socialProfileUrl: string | null;
|
|
1081
1081
|
tags: {
|
|
1082
|
-
name: string;
|
|
1083
1082
|
id: string;
|
|
1083
|
+
name: string;
|
|
1084
1084
|
createdAt: Date;
|
|
1085
1085
|
updatedAt: Date;
|
|
1086
1086
|
deletedAt: Date | null;
|
|
@@ -1105,8 +1105,8 @@ export declare const contactContract: {
|
|
|
1105
1105
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1106
1106
|
id: string;
|
|
1107
1107
|
metadata: {
|
|
1108
|
-
name: string;
|
|
1109
1108
|
id: string;
|
|
1109
|
+
name: string;
|
|
1110
1110
|
picture?: string | undefined;
|
|
1111
1111
|
additionalCredentials?: any;
|
|
1112
1112
|
};
|
|
@@ -1296,14 +1296,14 @@ export declare const contactContract: {
|
|
|
1296
1296
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
1297
1297
|
name: z.ZodString;
|
|
1298
1298
|
}, "strip", z.ZodTypeAny, {
|
|
1299
|
-
name: string;
|
|
1300
1299
|
id: string;
|
|
1300
|
+
name: string;
|
|
1301
1301
|
createdAt: Date;
|
|
1302
1302
|
updatedAt: Date;
|
|
1303
1303
|
deletedAt: Date | null;
|
|
1304
1304
|
}, {
|
|
1305
|
-
name: string;
|
|
1306
1305
|
id: string;
|
|
1306
|
+
name: string;
|
|
1307
1307
|
createdAt: Date;
|
|
1308
1308
|
updatedAt: Date;
|
|
1309
1309
|
deletedAt: Date | null;
|
|
@@ -1459,8 +1459,8 @@ export declare const contactContract: {
|
|
|
1459
1459
|
createdAt: Date;
|
|
1460
1460
|
updatedAt: Date;
|
|
1461
1461
|
deletedAt: Date | null;
|
|
1462
|
-
name?: string | undefined;
|
|
1463
1462
|
address?: string | null | undefined;
|
|
1463
|
+
name?: string | undefined;
|
|
1464
1464
|
phone?: string | null | undefined;
|
|
1465
1465
|
industry?: string | null | undefined;
|
|
1466
1466
|
}, {
|
|
@@ -1468,8 +1468,8 @@ export declare const contactContract: {
|
|
|
1468
1468
|
createdAt: Date;
|
|
1469
1469
|
updatedAt: Date;
|
|
1470
1470
|
deletedAt: Date | null;
|
|
1471
|
-
name?: string | undefined;
|
|
1472
1471
|
address?: string | null | undefined;
|
|
1472
|
+
name?: string | undefined;
|
|
1473
1473
|
phone?: string | null | undefined;
|
|
1474
1474
|
industry?: string | null | undefined;
|
|
1475
1475
|
}>>;
|
|
@@ -1487,13 +1487,13 @@ export declare const contactContract: {
|
|
|
1487
1487
|
picture: z.ZodOptional<z.ZodString>;
|
|
1488
1488
|
additionalCredentials: z.ZodAny;
|
|
1489
1489
|
}, "strip", z.ZodTypeAny, {
|
|
1490
|
-
name: string;
|
|
1491
1490
|
id: string;
|
|
1491
|
+
name: string;
|
|
1492
1492
|
picture?: string | undefined;
|
|
1493
1493
|
additionalCredentials?: any;
|
|
1494
1494
|
}, {
|
|
1495
|
-
name: string;
|
|
1496
1495
|
id: string;
|
|
1496
|
+
name: string;
|
|
1497
1497
|
picture?: string | undefined;
|
|
1498
1498
|
additionalCredentials?: any;
|
|
1499
1499
|
}>;
|
|
@@ -1501,8 +1501,8 @@ export declare const contactContract: {
|
|
|
1501
1501
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1502
1502
|
id: string;
|
|
1503
1503
|
metadata: {
|
|
1504
|
-
name: string;
|
|
1505
1504
|
id: string;
|
|
1505
|
+
name: string;
|
|
1506
1506
|
picture?: string | undefined;
|
|
1507
1507
|
additionalCredentials?: any;
|
|
1508
1508
|
};
|
|
@@ -1515,8 +1515,8 @@ export declare const contactContract: {
|
|
|
1515
1515
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1516
1516
|
id: string;
|
|
1517
1517
|
metadata: {
|
|
1518
|
-
name: string;
|
|
1519
1518
|
id: string;
|
|
1519
|
+
name: string;
|
|
1520
1520
|
picture?: string | undefined;
|
|
1521
1521
|
additionalCredentials?: any;
|
|
1522
1522
|
};
|
|
@@ -1626,10 +1626,9 @@ export declare const contactContract: {
|
|
|
1626
1626
|
fileSize: z.ZodNumber;
|
|
1627
1627
|
fileKey: z.ZodString;
|
|
1628
1628
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
1629
|
-
status: z.
|
|
1629
|
+
status: z.ZodOptional<z.ZodString>;
|
|
1630
1630
|
}, "strip", z.ZodTypeAny, {
|
|
1631
1631
|
id: string;
|
|
1632
|
-
status: string | null;
|
|
1633
1632
|
createdAt: Date;
|
|
1634
1633
|
updatedAt: Date;
|
|
1635
1634
|
deletedAt: Date | null;
|
|
@@ -1638,9 +1637,9 @@ export declare const contactContract: {
|
|
|
1638
1637
|
bucketName: string;
|
|
1639
1638
|
fileSize: number;
|
|
1640
1639
|
fileUrl: string | null;
|
|
1640
|
+
status?: string | undefined;
|
|
1641
1641
|
}, {
|
|
1642
1642
|
id: string;
|
|
1643
|
-
status: string | null;
|
|
1644
1643
|
createdAt: Date;
|
|
1645
1644
|
updatedAt: Date;
|
|
1646
1645
|
deletedAt: Date | null;
|
|
@@ -1649,6 +1648,7 @@ export declare const contactContract: {
|
|
|
1649
1648
|
bucketName: string;
|
|
1650
1649
|
fileSize: number;
|
|
1651
1650
|
fileUrl: string | null;
|
|
1651
|
+
status?: string | undefined;
|
|
1652
1652
|
}>, "many">;
|
|
1653
1653
|
}, "strip", z.ZodTypeAny, {
|
|
1654
1654
|
id: string;
|
|
@@ -1675,7 +1675,6 @@ export declare const contactContract: {
|
|
|
1675
1675
|
dateValue: Date | null;
|
|
1676
1676
|
uploads: {
|
|
1677
1677
|
id: string;
|
|
1678
|
-
status: string | null;
|
|
1679
1678
|
createdAt: Date;
|
|
1680
1679
|
updatedAt: Date;
|
|
1681
1680
|
deletedAt: Date | null;
|
|
@@ -1684,6 +1683,7 @@ export declare const contactContract: {
|
|
|
1684
1683
|
bucketName: string;
|
|
1685
1684
|
fileSize: number;
|
|
1686
1685
|
fileUrl: string | null;
|
|
1686
|
+
status?: string | undefined;
|
|
1687
1687
|
}[];
|
|
1688
1688
|
}, {
|
|
1689
1689
|
id: string;
|
|
@@ -1710,7 +1710,6 @@ export declare const contactContract: {
|
|
|
1710
1710
|
dateValue: Date | null;
|
|
1711
1711
|
uploads: {
|
|
1712
1712
|
id: string;
|
|
1713
|
-
status: string | null;
|
|
1714
1713
|
createdAt: Date;
|
|
1715
1714
|
updatedAt: Date;
|
|
1716
1715
|
deletedAt: Date | null;
|
|
@@ -1719,6 +1718,7 @@ export declare const contactContract: {
|
|
|
1719
1718
|
bucketName: string;
|
|
1720
1719
|
fileSize: number;
|
|
1721
1720
|
fileUrl: string | null;
|
|
1721
|
+
status?: string | undefined;
|
|
1722
1722
|
}[];
|
|
1723
1723
|
}>, "many">;
|
|
1724
1724
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -1826,10 +1826,10 @@ export declare const contactContract: {
|
|
|
1826
1826
|
};
|
|
1827
1827
|
}>, "many">>;
|
|
1828
1828
|
}, "strip", z.ZodTypeAny, {
|
|
1829
|
-
name: string;
|
|
1830
1829
|
id: string;
|
|
1831
1830
|
channel: string | null;
|
|
1832
1831
|
address: string | null;
|
|
1832
|
+
name: string;
|
|
1833
1833
|
createdAt: Date;
|
|
1834
1834
|
updatedAt: Date;
|
|
1835
1835
|
deletedAt: Date | null;
|
|
@@ -1858,7 +1858,6 @@ export declare const contactContract: {
|
|
|
1858
1858
|
dateValue: Date | null;
|
|
1859
1859
|
uploads: {
|
|
1860
1860
|
id: string;
|
|
1861
|
-
status: string | null;
|
|
1862
1861
|
createdAt: Date;
|
|
1863
1862
|
updatedAt: Date;
|
|
1864
1863
|
deletedAt: Date | null;
|
|
@@ -1867,6 +1866,7 @@ export declare const contactContract: {
|
|
|
1867
1866
|
bucketName: string;
|
|
1868
1867
|
fileSize: number;
|
|
1869
1868
|
fileUrl: string | null;
|
|
1869
|
+
status?: string | undefined;
|
|
1870
1870
|
}[];
|
|
1871
1871
|
}[];
|
|
1872
1872
|
company: {
|
|
@@ -1874,8 +1874,8 @@ export declare const contactContract: {
|
|
|
1874
1874
|
createdAt: Date;
|
|
1875
1875
|
updatedAt: Date;
|
|
1876
1876
|
deletedAt: Date | null;
|
|
1877
|
-
name?: string | undefined;
|
|
1878
1877
|
address?: string | null | undefined;
|
|
1878
|
+
name?: string | undefined;
|
|
1879
1879
|
phone?: string | null | undefined;
|
|
1880
1880
|
industry?: string | null | undefined;
|
|
1881
1881
|
} | null;
|
|
@@ -1883,8 +1883,8 @@ export declare const contactContract: {
|
|
|
1883
1883
|
contactProfile: string | null;
|
|
1884
1884
|
socialProfileUrl: string | null;
|
|
1885
1885
|
tags: {
|
|
1886
|
-
name: string;
|
|
1887
1886
|
id: string;
|
|
1887
|
+
name: string;
|
|
1888
1888
|
createdAt: Date;
|
|
1889
1889
|
updatedAt: Date;
|
|
1890
1890
|
deletedAt: Date | null;
|
|
@@ -1909,8 +1909,8 @@ export declare const contactContract: {
|
|
|
1909
1909
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1910
1910
|
id: string;
|
|
1911
1911
|
metadata: {
|
|
1912
|
-
name: string;
|
|
1913
1912
|
id: string;
|
|
1913
|
+
name: string;
|
|
1914
1914
|
picture?: string | undefined;
|
|
1915
1915
|
additionalCredentials?: any;
|
|
1916
1916
|
};
|
|
@@ -1937,10 +1937,10 @@ export declare const contactContract: {
|
|
|
1937
1937
|
};
|
|
1938
1938
|
}[] | undefined;
|
|
1939
1939
|
}, {
|
|
1940
|
-
name: string;
|
|
1941
1940
|
id: string;
|
|
1942
1941
|
channel: string | null;
|
|
1943
1942
|
address: string | null;
|
|
1943
|
+
name: string;
|
|
1944
1944
|
createdAt: Date;
|
|
1945
1945
|
updatedAt: Date;
|
|
1946
1946
|
deletedAt: Date | null;
|
|
@@ -1969,7 +1969,6 @@ export declare const contactContract: {
|
|
|
1969
1969
|
dateValue: Date | null;
|
|
1970
1970
|
uploads: {
|
|
1971
1971
|
id: string;
|
|
1972
|
-
status: string | null;
|
|
1973
1972
|
createdAt: Date;
|
|
1974
1973
|
updatedAt: Date;
|
|
1975
1974
|
deletedAt: Date | null;
|
|
@@ -1978,6 +1977,7 @@ export declare const contactContract: {
|
|
|
1978
1977
|
bucketName: string;
|
|
1979
1978
|
fileSize: number;
|
|
1980
1979
|
fileUrl: string | null;
|
|
1980
|
+
status?: string | undefined;
|
|
1981
1981
|
}[];
|
|
1982
1982
|
}[];
|
|
1983
1983
|
company: {
|
|
@@ -1985,8 +1985,8 @@ export declare const contactContract: {
|
|
|
1985
1985
|
createdAt: Date;
|
|
1986
1986
|
updatedAt: Date;
|
|
1987
1987
|
deletedAt: Date | null;
|
|
1988
|
-
name?: string | undefined;
|
|
1989
1988
|
address?: string | null | undefined;
|
|
1989
|
+
name?: string | undefined;
|
|
1990
1990
|
phone?: string | null | undefined;
|
|
1991
1991
|
industry?: string | null | undefined;
|
|
1992
1992
|
} | null;
|
|
@@ -1994,8 +1994,8 @@ export declare const contactContract: {
|
|
|
1994
1994
|
contactProfile: string | null;
|
|
1995
1995
|
socialProfileUrl: string | null;
|
|
1996
1996
|
tags: {
|
|
1997
|
-
name: string;
|
|
1998
1997
|
id: string;
|
|
1998
|
+
name: string;
|
|
1999
1999
|
createdAt: Date;
|
|
2000
2000
|
updatedAt: Date;
|
|
2001
2001
|
deletedAt: Date | null;
|
|
@@ -2020,8 +2020,8 @@ export declare const contactContract: {
|
|
|
2020
2020
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2021
2021
|
id: string;
|
|
2022
2022
|
metadata: {
|
|
2023
|
-
name: string;
|
|
2024
2023
|
id: string;
|
|
2024
|
+
name: string;
|
|
2025
2025
|
picture?: string | undefined;
|
|
2026
2026
|
additionalCredentials?: any;
|
|
2027
2027
|
};
|
|
@@ -2050,10 +2050,10 @@ export declare const contactContract: {
|
|
|
2050
2050
|
}>, "many">;
|
|
2051
2051
|
}, "strip", z.ZodTypeAny, {
|
|
2052
2052
|
data: {
|
|
2053
|
-
name: string;
|
|
2054
2053
|
id: string;
|
|
2055
2054
|
channel: string | null;
|
|
2056
2055
|
address: string | null;
|
|
2056
|
+
name: string;
|
|
2057
2057
|
createdAt: Date;
|
|
2058
2058
|
updatedAt: Date;
|
|
2059
2059
|
deletedAt: Date | null;
|
|
@@ -2082,7 +2082,6 @@ export declare const contactContract: {
|
|
|
2082
2082
|
dateValue: Date | null;
|
|
2083
2083
|
uploads: {
|
|
2084
2084
|
id: string;
|
|
2085
|
-
status: string | null;
|
|
2086
2085
|
createdAt: Date;
|
|
2087
2086
|
updatedAt: Date;
|
|
2088
2087
|
deletedAt: Date | null;
|
|
@@ -2091,6 +2090,7 @@ export declare const contactContract: {
|
|
|
2091
2090
|
bucketName: string;
|
|
2092
2091
|
fileSize: number;
|
|
2093
2092
|
fileUrl: string | null;
|
|
2093
|
+
status?: string | undefined;
|
|
2094
2094
|
}[];
|
|
2095
2095
|
}[];
|
|
2096
2096
|
company: {
|
|
@@ -2098,8 +2098,8 @@ export declare const contactContract: {
|
|
|
2098
2098
|
createdAt: Date;
|
|
2099
2099
|
updatedAt: Date;
|
|
2100
2100
|
deletedAt: Date | null;
|
|
2101
|
-
name?: string | undefined;
|
|
2102
2101
|
address?: string | null | undefined;
|
|
2102
|
+
name?: string | undefined;
|
|
2103
2103
|
phone?: string | null | undefined;
|
|
2104
2104
|
industry?: string | null | undefined;
|
|
2105
2105
|
} | null;
|
|
@@ -2107,8 +2107,8 @@ export declare const contactContract: {
|
|
|
2107
2107
|
contactProfile: string | null;
|
|
2108
2108
|
socialProfileUrl: string | null;
|
|
2109
2109
|
tags: {
|
|
2110
|
-
name: string;
|
|
2111
2110
|
id: string;
|
|
2111
|
+
name: string;
|
|
2112
2112
|
createdAt: Date;
|
|
2113
2113
|
updatedAt: Date;
|
|
2114
2114
|
deletedAt: Date | null;
|
|
@@ -2133,8 +2133,8 @@ export declare const contactContract: {
|
|
|
2133
2133
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2134
2134
|
id: string;
|
|
2135
2135
|
metadata: {
|
|
2136
|
-
name: string;
|
|
2137
2136
|
id: string;
|
|
2137
|
+
name: string;
|
|
2138
2138
|
picture?: string | undefined;
|
|
2139
2139
|
additionalCredentials?: any;
|
|
2140
2140
|
};
|
|
@@ -2168,10 +2168,10 @@ export declare const contactContract: {
|
|
|
2168
2168
|
requestId: string;
|
|
2169
2169
|
}, {
|
|
2170
2170
|
data: {
|
|
2171
|
-
name: string;
|
|
2172
2171
|
id: string;
|
|
2173
2172
|
channel: string | null;
|
|
2174
2173
|
address: string | null;
|
|
2174
|
+
name: string;
|
|
2175
2175
|
createdAt: Date;
|
|
2176
2176
|
updatedAt: Date;
|
|
2177
2177
|
deletedAt: Date | null;
|
|
@@ -2200,7 +2200,6 @@ export declare const contactContract: {
|
|
|
2200
2200
|
dateValue: Date | null;
|
|
2201
2201
|
uploads: {
|
|
2202
2202
|
id: string;
|
|
2203
|
-
status: string | null;
|
|
2204
2203
|
createdAt: Date;
|
|
2205
2204
|
updatedAt: Date;
|
|
2206
2205
|
deletedAt: Date | null;
|
|
@@ -2209,6 +2208,7 @@ export declare const contactContract: {
|
|
|
2209
2208
|
bucketName: string;
|
|
2210
2209
|
fileSize: number;
|
|
2211
2210
|
fileUrl: string | null;
|
|
2211
|
+
status?: string | undefined;
|
|
2212
2212
|
}[];
|
|
2213
2213
|
}[];
|
|
2214
2214
|
company: {
|
|
@@ -2216,8 +2216,8 @@ export declare const contactContract: {
|
|
|
2216
2216
|
createdAt: Date;
|
|
2217
2217
|
updatedAt: Date;
|
|
2218
2218
|
deletedAt: Date | null;
|
|
2219
|
-
name?: string | undefined;
|
|
2220
2219
|
address?: string | null | undefined;
|
|
2220
|
+
name?: string | undefined;
|
|
2221
2221
|
phone?: string | null | undefined;
|
|
2222
2222
|
industry?: string | null | undefined;
|
|
2223
2223
|
} | null;
|
|
@@ -2225,8 +2225,8 @@ export declare const contactContract: {
|
|
|
2225
2225
|
contactProfile: string | null;
|
|
2226
2226
|
socialProfileUrl: string | null;
|
|
2227
2227
|
tags: {
|
|
2228
|
-
name: string;
|
|
2229
2228
|
id: string;
|
|
2229
|
+
name: string;
|
|
2230
2230
|
createdAt: Date;
|
|
2231
2231
|
updatedAt: Date;
|
|
2232
2232
|
deletedAt: Date | null;
|
|
@@ -2251,8 +2251,8 @@ export declare const contactContract: {
|
|
|
2251
2251
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2252
2252
|
id: string;
|
|
2253
2253
|
metadata: {
|
|
2254
|
-
name: string;
|
|
2255
2254
|
id: string;
|
|
2255
|
+
name: string;
|
|
2256
2256
|
picture?: string | undefined;
|
|
2257
2257
|
additionalCredentials?: any;
|
|
2258
2258
|
};
|
|
@@ -2408,14 +2408,14 @@ export declare const contactContract: {
|
|
|
2408
2408
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
2409
2409
|
name: z.ZodString;
|
|
2410
2410
|
}, "strip", z.ZodTypeAny, {
|
|
2411
|
-
name: string;
|
|
2412
2411
|
id: string;
|
|
2412
|
+
name: string;
|
|
2413
2413
|
createdAt: Date;
|
|
2414
2414
|
updatedAt: Date;
|
|
2415
2415
|
deletedAt: Date | null;
|
|
2416
2416
|
}, {
|
|
2417
|
-
name: string;
|
|
2418
2417
|
id: string;
|
|
2418
|
+
name: string;
|
|
2419
2419
|
createdAt: Date;
|
|
2420
2420
|
updatedAt: Date;
|
|
2421
2421
|
deletedAt: Date | null;
|
|
@@ -2571,8 +2571,8 @@ export declare const contactContract: {
|
|
|
2571
2571
|
createdAt: Date;
|
|
2572
2572
|
updatedAt: Date;
|
|
2573
2573
|
deletedAt: Date | null;
|
|
2574
|
-
name?: string | undefined;
|
|
2575
2574
|
address?: string | null | undefined;
|
|
2575
|
+
name?: string | undefined;
|
|
2576
2576
|
phone?: string | null | undefined;
|
|
2577
2577
|
industry?: string | null | undefined;
|
|
2578
2578
|
}, {
|
|
@@ -2580,8 +2580,8 @@ export declare const contactContract: {
|
|
|
2580
2580
|
createdAt: Date;
|
|
2581
2581
|
updatedAt: Date;
|
|
2582
2582
|
deletedAt: Date | null;
|
|
2583
|
-
name?: string | undefined;
|
|
2584
2583
|
address?: string | null | undefined;
|
|
2584
|
+
name?: string | undefined;
|
|
2585
2585
|
phone?: string | null | undefined;
|
|
2586
2586
|
industry?: string | null | undefined;
|
|
2587
2587
|
}>>;
|
|
@@ -2599,13 +2599,13 @@ export declare const contactContract: {
|
|
|
2599
2599
|
picture: z.ZodOptional<z.ZodString>;
|
|
2600
2600
|
additionalCredentials: z.ZodAny;
|
|
2601
2601
|
}, "strip", z.ZodTypeAny, {
|
|
2602
|
-
name: string;
|
|
2603
2602
|
id: string;
|
|
2603
|
+
name: string;
|
|
2604
2604
|
picture?: string | undefined;
|
|
2605
2605
|
additionalCredentials?: any;
|
|
2606
2606
|
}, {
|
|
2607
|
-
name: string;
|
|
2608
2607
|
id: string;
|
|
2608
|
+
name: string;
|
|
2609
2609
|
picture?: string | undefined;
|
|
2610
2610
|
additionalCredentials?: any;
|
|
2611
2611
|
}>;
|
|
@@ -2613,8 +2613,8 @@ export declare const contactContract: {
|
|
|
2613
2613
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2614
2614
|
id: string;
|
|
2615
2615
|
metadata: {
|
|
2616
|
-
name: string;
|
|
2617
2616
|
id: string;
|
|
2617
|
+
name: string;
|
|
2618
2618
|
picture?: string | undefined;
|
|
2619
2619
|
additionalCredentials?: any;
|
|
2620
2620
|
};
|
|
@@ -2627,8 +2627,8 @@ export declare const contactContract: {
|
|
|
2627
2627
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2628
2628
|
id: string;
|
|
2629
2629
|
metadata: {
|
|
2630
|
-
name: string;
|
|
2631
2630
|
id: string;
|
|
2631
|
+
name: string;
|
|
2632
2632
|
picture?: string | undefined;
|
|
2633
2633
|
additionalCredentials?: any;
|
|
2634
2634
|
};
|
|
@@ -2738,10 +2738,9 @@ export declare const contactContract: {
|
|
|
2738
2738
|
fileSize: z.ZodNumber;
|
|
2739
2739
|
fileKey: z.ZodString;
|
|
2740
2740
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
2741
|
-
status: z.
|
|
2741
|
+
status: z.ZodOptional<z.ZodString>;
|
|
2742
2742
|
}, "strip", z.ZodTypeAny, {
|
|
2743
2743
|
id: string;
|
|
2744
|
-
status: string | null;
|
|
2745
2744
|
createdAt: Date;
|
|
2746
2745
|
updatedAt: Date;
|
|
2747
2746
|
deletedAt: Date | null;
|
|
@@ -2750,9 +2749,9 @@ export declare const contactContract: {
|
|
|
2750
2749
|
bucketName: string;
|
|
2751
2750
|
fileSize: number;
|
|
2752
2751
|
fileUrl: string | null;
|
|
2752
|
+
status?: string | undefined;
|
|
2753
2753
|
}, {
|
|
2754
2754
|
id: string;
|
|
2755
|
-
status: string | null;
|
|
2756
2755
|
createdAt: Date;
|
|
2757
2756
|
updatedAt: Date;
|
|
2758
2757
|
deletedAt: Date | null;
|
|
@@ -2761,6 +2760,7 @@ export declare const contactContract: {
|
|
|
2761
2760
|
bucketName: string;
|
|
2762
2761
|
fileSize: number;
|
|
2763
2762
|
fileUrl: string | null;
|
|
2763
|
+
status?: string | undefined;
|
|
2764
2764
|
}>, "many">;
|
|
2765
2765
|
}, "strip", z.ZodTypeAny, {
|
|
2766
2766
|
id: string;
|
|
@@ -2787,7 +2787,6 @@ export declare const contactContract: {
|
|
|
2787
2787
|
dateValue: Date | null;
|
|
2788
2788
|
uploads: {
|
|
2789
2789
|
id: string;
|
|
2790
|
-
status: string | null;
|
|
2791
2790
|
createdAt: Date;
|
|
2792
2791
|
updatedAt: Date;
|
|
2793
2792
|
deletedAt: Date | null;
|
|
@@ -2796,6 +2795,7 @@ export declare const contactContract: {
|
|
|
2796
2795
|
bucketName: string;
|
|
2797
2796
|
fileSize: number;
|
|
2798
2797
|
fileUrl: string | null;
|
|
2798
|
+
status?: string | undefined;
|
|
2799
2799
|
}[];
|
|
2800
2800
|
}, {
|
|
2801
2801
|
id: string;
|
|
@@ -2822,7 +2822,6 @@ export declare const contactContract: {
|
|
|
2822
2822
|
dateValue: Date | null;
|
|
2823
2823
|
uploads: {
|
|
2824
2824
|
id: string;
|
|
2825
|
-
status: string | null;
|
|
2826
2825
|
createdAt: Date;
|
|
2827
2826
|
updatedAt: Date;
|
|
2828
2827
|
deletedAt: Date | null;
|
|
@@ -2831,6 +2830,7 @@ export declare const contactContract: {
|
|
|
2831
2830
|
bucketName: string;
|
|
2832
2831
|
fileSize: number;
|
|
2833
2832
|
fileUrl: string | null;
|
|
2833
|
+
status?: string | undefined;
|
|
2834
2834
|
}[];
|
|
2835
2835
|
}>, "many">;
|
|
2836
2836
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -2938,10 +2938,10 @@ export declare const contactContract: {
|
|
|
2938
2938
|
};
|
|
2939
2939
|
}>, "many">>;
|
|
2940
2940
|
}, "strip", z.ZodTypeAny, {
|
|
2941
|
-
name: string;
|
|
2942
2941
|
id: string;
|
|
2943
2942
|
channel: string | null;
|
|
2944
2943
|
address: string | null;
|
|
2944
|
+
name: string;
|
|
2945
2945
|
createdAt: Date;
|
|
2946
2946
|
updatedAt: Date;
|
|
2947
2947
|
deletedAt: Date | null;
|
|
@@ -2970,7 +2970,6 @@ export declare const contactContract: {
|
|
|
2970
2970
|
dateValue: Date | null;
|
|
2971
2971
|
uploads: {
|
|
2972
2972
|
id: string;
|
|
2973
|
-
status: string | null;
|
|
2974
2973
|
createdAt: Date;
|
|
2975
2974
|
updatedAt: Date;
|
|
2976
2975
|
deletedAt: Date | null;
|
|
@@ -2979,6 +2978,7 @@ export declare const contactContract: {
|
|
|
2979
2978
|
bucketName: string;
|
|
2980
2979
|
fileSize: number;
|
|
2981
2980
|
fileUrl: string | null;
|
|
2981
|
+
status?: string | undefined;
|
|
2982
2982
|
}[];
|
|
2983
2983
|
}[];
|
|
2984
2984
|
company: {
|
|
@@ -2986,8 +2986,8 @@ export declare const contactContract: {
|
|
|
2986
2986
|
createdAt: Date;
|
|
2987
2987
|
updatedAt: Date;
|
|
2988
2988
|
deletedAt: Date | null;
|
|
2989
|
-
name?: string | undefined;
|
|
2990
2989
|
address?: string | null | undefined;
|
|
2990
|
+
name?: string | undefined;
|
|
2991
2991
|
phone?: string | null | undefined;
|
|
2992
2992
|
industry?: string | null | undefined;
|
|
2993
2993
|
} | null;
|
|
@@ -2995,8 +2995,8 @@ export declare const contactContract: {
|
|
|
2995
2995
|
contactProfile: string | null;
|
|
2996
2996
|
socialProfileUrl: string | null;
|
|
2997
2997
|
tags: {
|
|
2998
|
-
name: string;
|
|
2999
2998
|
id: string;
|
|
2999
|
+
name: string;
|
|
3000
3000
|
createdAt: Date;
|
|
3001
3001
|
updatedAt: Date;
|
|
3002
3002
|
deletedAt: Date | null;
|
|
@@ -3021,8 +3021,8 @@ export declare const contactContract: {
|
|
|
3021
3021
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3022
3022
|
id: string;
|
|
3023
3023
|
metadata: {
|
|
3024
|
-
name: string;
|
|
3025
3024
|
id: string;
|
|
3025
|
+
name: string;
|
|
3026
3026
|
picture?: string | undefined;
|
|
3027
3027
|
additionalCredentials?: any;
|
|
3028
3028
|
};
|
|
@@ -3049,10 +3049,10 @@ export declare const contactContract: {
|
|
|
3049
3049
|
};
|
|
3050
3050
|
}[] | undefined;
|
|
3051
3051
|
}, {
|
|
3052
|
-
name: string;
|
|
3053
3052
|
id: string;
|
|
3054
3053
|
channel: string | null;
|
|
3055
3054
|
address: string | null;
|
|
3055
|
+
name: string;
|
|
3056
3056
|
createdAt: Date;
|
|
3057
3057
|
updatedAt: Date;
|
|
3058
3058
|
deletedAt: Date | null;
|
|
@@ -3081,7 +3081,6 @@ export declare const contactContract: {
|
|
|
3081
3081
|
dateValue: Date | null;
|
|
3082
3082
|
uploads: {
|
|
3083
3083
|
id: string;
|
|
3084
|
-
status: string | null;
|
|
3085
3084
|
createdAt: Date;
|
|
3086
3085
|
updatedAt: Date;
|
|
3087
3086
|
deletedAt: Date | null;
|
|
@@ -3090,6 +3089,7 @@ export declare const contactContract: {
|
|
|
3090
3089
|
bucketName: string;
|
|
3091
3090
|
fileSize: number;
|
|
3092
3091
|
fileUrl: string | null;
|
|
3092
|
+
status?: string | undefined;
|
|
3093
3093
|
}[];
|
|
3094
3094
|
}[];
|
|
3095
3095
|
company: {
|
|
@@ -3097,8 +3097,8 @@ export declare const contactContract: {
|
|
|
3097
3097
|
createdAt: Date;
|
|
3098
3098
|
updatedAt: Date;
|
|
3099
3099
|
deletedAt: Date | null;
|
|
3100
|
-
name?: string | undefined;
|
|
3101
3100
|
address?: string | null | undefined;
|
|
3101
|
+
name?: string | undefined;
|
|
3102
3102
|
phone?: string | null | undefined;
|
|
3103
3103
|
industry?: string | null | undefined;
|
|
3104
3104
|
} | null;
|
|
@@ -3106,8 +3106,8 @@ export declare const contactContract: {
|
|
|
3106
3106
|
contactProfile: string | null;
|
|
3107
3107
|
socialProfileUrl: string | null;
|
|
3108
3108
|
tags: {
|
|
3109
|
-
name: string;
|
|
3110
3109
|
id: string;
|
|
3110
|
+
name: string;
|
|
3111
3111
|
createdAt: Date;
|
|
3112
3112
|
updatedAt: Date;
|
|
3113
3113
|
deletedAt: Date | null;
|
|
@@ -3132,8 +3132,8 @@ export declare const contactContract: {
|
|
|
3132
3132
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3133
3133
|
id: string;
|
|
3134
3134
|
metadata: {
|
|
3135
|
-
name: string;
|
|
3136
3135
|
id: string;
|
|
3136
|
+
name: string;
|
|
3137
3137
|
picture?: string | undefined;
|
|
3138
3138
|
additionalCredentials?: any;
|
|
3139
3139
|
};
|
|
@@ -3162,10 +3162,10 @@ export declare const contactContract: {
|
|
|
3162
3162
|
}>, "many">;
|
|
3163
3163
|
}, "strip", z.ZodTypeAny, {
|
|
3164
3164
|
data: {
|
|
3165
|
-
name: string;
|
|
3166
3165
|
id: string;
|
|
3167
3166
|
channel: string | null;
|
|
3168
3167
|
address: string | null;
|
|
3168
|
+
name: string;
|
|
3169
3169
|
createdAt: Date;
|
|
3170
3170
|
updatedAt: Date;
|
|
3171
3171
|
deletedAt: Date | null;
|
|
@@ -3194,7 +3194,6 @@ export declare const contactContract: {
|
|
|
3194
3194
|
dateValue: Date | null;
|
|
3195
3195
|
uploads: {
|
|
3196
3196
|
id: string;
|
|
3197
|
-
status: string | null;
|
|
3198
3197
|
createdAt: Date;
|
|
3199
3198
|
updatedAt: Date;
|
|
3200
3199
|
deletedAt: Date | null;
|
|
@@ -3203,6 +3202,7 @@ export declare const contactContract: {
|
|
|
3203
3202
|
bucketName: string;
|
|
3204
3203
|
fileSize: number;
|
|
3205
3204
|
fileUrl: string | null;
|
|
3205
|
+
status?: string | undefined;
|
|
3206
3206
|
}[];
|
|
3207
3207
|
}[];
|
|
3208
3208
|
company: {
|
|
@@ -3210,8 +3210,8 @@ export declare const contactContract: {
|
|
|
3210
3210
|
createdAt: Date;
|
|
3211
3211
|
updatedAt: Date;
|
|
3212
3212
|
deletedAt: Date | null;
|
|
3213
|
-
name?: string | undefined;
|
|
3214
3213
|
address?: string | null | undefined;
|
|
3214
|
+
name?: string | undefined;
|
|
3215
3215
|
phone?: string | null | undefined;
|
|
3216
3216
|
industry?: string | null | undefined;
|
|
3217
3217
|
} | null;
|
|
@@ -3219,8 +3219,8 @@ export declare const contactContract: {
|
|
|
3219
3219
|
contactProfile: string | null;
|
|
3220
3220
|
socialProfileUrl: string | null;
|
|
3221
3221
|
tags: {
|
|
3222
|
-
name: string;
|
|
3223
3222
|
id: string;
|
|
3223
|
+
name: string;
|
|
3224
3224
|
createdAt: Date;
|
|
3225
3225
|
updatedAt: Date;
|
|
3226
3226
|
deletedAt: Date | null;
|
|
@@ -3245,8 +3245,8 @@ export declare const contactContract: {
|
|
|
3245
3245
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3246
3246
|
id: string;
|
|
3247
3247
|
metadata: {
|
|
3248
|
-
name: string;
|
|
3249
3248
|
id: string;
|
|
3249
|
+
name: string;
|
|
3250
3250
|
picture?: string | undefined;
|
|
3251
3251
|
additionalCredentials?: any;
|
|
3252
3252
|
};
|
|
@@ -3280,10 +3280,10 @@ export declare const contactContract: {
|
|
|
3280
3280
|
requestId: string;
|
|
3281
3281
|
}, {
|
|
3282
3282
|
data: {
|
|
3283
|
-
name: string;
|
|
3284
3283
|
id: string;
|
|
3285
3284
|
channel: string | null;
|
|
3286
3285
|
address: string | null;
|
|
3286
|
+
name: string;
|
|
3287
3287
|
createdAt: Date;
|
|
3288
3288
|
updatedAt: Date;
|
|
3289
3289
|
deletedAt: Date | null;
|
|
@@ -3312,7 +3312,6 @@ export declare const contactContract: {
|
|
|
3312
3312
|
dateValue: Date | null;
|
|
3313
3313
|
uploads: {
|
|
3314
3314
|
id: string;
|
|
3315
|
-
status: string | null;
|
|
3316
3315
|
createdAt: Date;
|
|
3317
3316
|
updatedAt: Date;
|
|
3318
3317
|
deletedAt: Date | null;
|
|
@@ -3321,6 +3320,7 @@ export declare const contactContract: {
|
|
|
3321
3320
|
bucketName: string;
|
|
3322
3321
|
fileSize: number;
|
|
3323
3322
|
fileUrl: string | null;
|
|
3323
|
+
status?: string | undefined;
|
|
3324
3324
|
}[];
|
|
3325
3325
|
}[];
|
|
3326
3326
|
company: {
|
|
@@ -3328,8 +3328,8 @@ export declare const contactContract: {
|
|
|
3328
3328
|
createdAt: Date;
|
|
3329
3329
|
updatedAt: Date;
|
|
3330
3330
|
deletedAt: Date | null;
|
|
3331
|
-
name?: string | undefined;
|
|
3332
3331
|
address?: string | null | undefined;
|
|
3332
|
+
name?: string | undefined;
|
|
3333
3333
|
phone?: string | null | undefined;
|
|
3334
3334
|
industry?: string | null | undefined;
|
|
3335
3335
|
} | null;
|
|
@@ -3337,8 +3337,8 @@ export declare const contactContract: {
|
|
|
3337
3337
|
contactProfile: string | null;
|
|
3338
3338
|
socialProfileUrl: string | null;
|
|
3339
3339
|
tags: {
|
|
3340
|
-
name: string;
|
|
3341
3340
|
id: string;
|
|
3341
|
+
name: string;
|
|
3342
3342
|
createdAt: Date;
|
|
3343
3343
|
updatedAt: Date;
|
|
3344
3344
|
deletedAt: Date | null;
|
|
@@ -3363,8 +3363,8 @@ export declare const contactContract: {
|
|
|
3363
3363
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3364
3364
|
id: string;
|
|
3365
3365
|
metadata: {
|
|
3366
|
-
name: string;
|
|
3367
3366
|
id: string;
|
|
3367
|
+
name: string;
|
|
3368
3368
|
picture?: string | undefined;
|
|
3369
3369
|
additionalCredentials?: any;
|
|
3370
3370
|
};
|
|
@@ -3607,14 +3607,14 @@ export declare const contactContract: {
|
|
|
3607
3607
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3608
3608
|
name: z.ZodString;
|
|
3609
3609
|
}, "strip", z.ZodTypeAny, {
|
|
3610
|
-
name: string;
|
|
3611
3610
|
id: string;
|
|
3611
|
+
name: string;
|
|
3612
3612
|
createdAt: Date;
|
|
3613
3613
|
updatedAt: Date;
|
|
3614
3614
|
deletedAt: Date | null;
|
|
3615
3615
|
}, {
|
|
3616
|
-
name: string;
|
|
3617
3616
|
id: string;
|
|
3617
|
+
name: string;
|
|
3618
3618
|
createdAt: Date;
|
|
3619
3619
|
updatedAt: Date;
|
|
3620
3620
|
deletedAt: Date | null;
|
|
@@ -3770,8 +3770,8 @@ export declare const contactContract: {
|
|
|
3770
3770
|
createdAt: Date;
|
|
3771
3771
|
updatedAt: Date;
|
|
3772
3772
|
deletedAt: Date | null;
|
|
3773
|
-
name?: string | undefined;
|
|
3774
3773
|
address?: string | null | undefined;
|
|
3774
|
+
name?: string | undefined;
|
|
3775
3775
|
phone?: string | null | undefined;
|
|
3776
3776
|
industry?: string | null | undefined;
|
|
3777
3777
|
}, {
|
|
@@ -3779,8 +3779,8 @@ export declare const contactContract: {
|
|
|
3779
3779
|
createdAt: Date;
|
|
3780
3780
|
updatedAt: Date;
|
|
3781
3781
|
deletedAt: Date | null;
|
|
3782
|
-
name?: string | undefined;
|
|
3783
3782
|
address?: string | null | undefined;
|
|
3783
|
+
name?: string | undefined;
|
|
3784
3784
|
phone?: string | null | undefined;
|
|
3785
3785
|
industry?: string | null | undefined;
|
|
3786
3786
|
}>>;
|
|
@@ -3798,13 +3798,13 @@ export declare const contactContract: {
|
|
|
3798
3798
|
picture: z.ZodOptional<z.ZodString>;
|
|
3799
3799
|
additionalCredentials: z.ZodAny;
|
|
3800
3800
|
}, "strip", z.ZodTypeAny, {
|
|
3801
|
-
name: string;
|
|
3802
3801
|
id: string;
|
|
3802
|
+
name: string;
|
|
3803
3803
|
picture?: string | undefined;
|
|
3804
3804
|
additionalCredentials?: any;
|
|
3805
3805
|
}, {
|
|
3806
|
-
name: string;
|
|
3807
3806
|
id: string;
|
|
3807
|
+
name: string;
|
|
3808
3808
|
picture?: string | undefined;
|
|
3809
3809
|
additionalCredentials?: any;
|
|
3810
3810
|
}>;
|
|
@@ -3812,8 +3812,8 @@ export declare const contactContract: {
|
|
|
3812
3812
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3813
3813
|
id: string;
|
|
3814
3814
|
metadata: {
|
|
3815
|
-
name: string;
|
|
3816
3815
|
id: string;
|
|
3816
|
+
name: string;
|
|
3817
3817
|
picture?: string | undefined;
|
|
3818
3818
|
additionalCredentials?: any;
|
|
3819
3819
|
};
|
|
@@ -3826,8 +3826,8 @@ export declare const contactContract: {
|
|
|
3826
3826
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3827
3827
|
id: string;
|
|
3828
3828
|
metadata: {
|
|
3829
|
-
name: string;
|
|
3830
3829
|
id: string;
|
|
3830
|
+
name: string;
|
|
3831
3831
|
picture?: string | undefined;
|
|
3832
3832
|
additionalCredentials?: any;
|
|
3833
3833
|
};
|
|
@@ -3937,10 +3937,9 @@ export declare const contactContract: {
|
|
|
3937
3937
|
fileSize: z.ZodNumber;
|
|
3938
3938
|
fileKey: z.ZodString;
|
|
3939
3939
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
3940
|
-
status: z.
|
|
3940
|
+
status: z.ZodOptional<z.ZodString>;
|
|
3941
3941
|
}, "strip", z.ZodTypeAny, {
|
|
3942
3942
|
id: string;
|
|
3943
|
-
status: string | null;
|
|
3944
3943
|
createdAt: Date;
|
|
3945
3944
|
updatedAt: Date;
|
|
3946
3945
|
deletedAt: Date | null;
|
|
@@ -3949,9 +3948,9 @@ export declare const contactContract: {
|
|
|
3949
3948
|
bucketName: string;
|
|
3950
3949
|
fileSize: number;
|
|
3951
3950
|
fileUrl: string | null;
|
|
3951
|
+
status?: string | undefined;
|
|
3952
3952
|
}, {
|
|
3953
3953
|
id: string;
|
|
3954
|
-
status: string | null;
|
|
3955
3954
|
createdAt: Date;
|
|
3956
3955
|
updatedAt: Date;
|
|
3957
3956
|
deletedAt: Date | null;
|
|
@@ -3960,6 +3959,7 @@ export declare const contactContract: {
|
|
|
3960
3959
|
bucketName: string;
|
|
3961
3960
|
fileSize: number;
|
|
3962
3961
|
fileUrl: string | null;
|
|
3962
|
+
status?: string | undefined;
|
|
3963
3963
|
}>, "many">;
|
|
3964
3964
|
}, "strip", z.ZodTypeAny, {
|
|
3965
3965
|
id: string;
|
|
@@ -3986,7 +3986,6 @@ export declare const contactContract: {
|
|
|
3986
3986
|
dateValue: Date | null;
|
|
3987
3987
|
uploads: {
|
|
3988
3988
|
id: string;
|
|
3989
|
-
status: string | null;
|
|
3990
3989
|
createdAt: Date;
|
|
3991
3990
|
updatedAt: Date;
|
|
3992
3991
|
deletedAt: Date | null;
|
|
@@ -3995,6 +3994,7 @@ export declare const contactContract: {
|
|
|
3995
3994
|
bucketName: string;
|
|
3996
3995
|
fileSize: number;
|
|
3997
3996
|
fileUrl: string | null;
|
|
3997
|
+
status?: string | undefined;
|
|
3998
3998
|
}[];
|
|
3999
3999
|
}, {
|
|
4000
4000
|
id: string;
|
|
@@ -4021,7 +4021,6 @@ export declare const contactContract: {
|
|
|
4021
4021
|
dateValue: Date | null;
|
|
4022
4022
|
uploads: {
|
|
4023
4023
|
id: string;
|
|
4024
|
-
status: string | null;
|
|
4025
4024
|
createdAt: Date;
|
|
4026
4025
|
updatedAt: Date;
|
|
4027
4026
|
deletedAt: Date | null;
|
|
@@ -4030,6 +4029,7 @@ export declare const contactContract: {
|
|
|
4030
4029
|
bucketName: string;
|
|
4031
4030
|
fileSize: number;
|
|
4032
4031
|
fileUrl: string | null;
|
|
4032
|
+
status?: string | undefined;
|
|
4033
4033
|
}[];
|
|
4034
4034
|
}>, "many">;
|
|
4035
4035
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -4137,10 +4137,10 @@ export declare const contactContract: {
|
|
|
4137
4137
|
};
|
|
4138
4138
|
}>, "many">>;
|
|
4139
4139
|
}, "strip", z.ZodTypeAny, {
|
|
4140
|
-
name: string;
|
|
4141
4140
|
id: string;
|
|
4142
4141
|
channel: string | null;
|
|
4143
4142
|
address: string | null;
|
|
4143
|
+
name: string;
|
|
4144
4144
|
createdAt: Date;
|
|
4145
4145
|
updatedAt: Date;
|
|
4146
4146
|
deletedAt: Date | null;
|
|
@@ -4169,7 +4169,6 @@ export declare const contactContract: {
|
|
|
4169
4169
|
dateValue: Date | null;
|
|
4170
4170
|
uploads: {
|
|
4171
4171
|
id: string;
|
|
4172
|
-
status: string | null;
|
|
4173
4172
|
createdAt: Date;
|
|
4174
4173
|
updatedAt: Date;
|
|
4175
4174
|
deletedAt: Date | null;
|
|
@@ -4178,6 +4177,7 @@ export declare const contactContract: {
|
|
|
4178
4177
|
bucketName: string;
|
|
4179
4178
|
fileSize: number;
|
|
4180
4179
|
fileUrl: string | null;
|
|
4180
|
+
status?: string | undefined;
|
|
4181
4181
|
}[];
|
|
4182
4182
|
}[];
|
|
4183
4183
|
company: {
|
|
@@ -4185,8 +4185,8 @@ export declare const contactContract: {
|
|
|
4185
4185
|
createdAt: Date;
|
|
4186
4186
|
updatedAt: Date;
|
|
4187
4187
|
deletedAt: Date | null;
|
|
4188
|
-
name?: string | undefined;
|
|
4189
4188
|
address?: string | null | undefined;
|
|
4189
|
+
name?: string | undefined;
|
|
4190
4190
|
phone?: string | null | undefined;
|
|
4191
4191
|
industry?: string | null | undefined;
|
|
4192
4192
|
} | null;
|
|
@@ -4194,8 +4194,8 @@ export declare const contactContract: {
|
|
|
4194
4194
|
contactProfile: string | null;
|
|
4195
4195
|
socialProfileUrl: string | null;
|
|
4196
4196
|
tags: {
|
|
4197
|
-
name: string;
|
|
4198
4197
|
id: string;
|
|
4198
|
+
name: string;
|
|
4199
4199
|
createdAt: Date;
|
|
4200
4200
|
updatedAt: Date;
|
|
4201
4201
|
deletedAt: Date | null;
|
|
@@ -4220,8 +4220,8 @@ export declare const contactContract: {
|
|
|
4220
4220
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4221
4221
|
id: string;
|
|
4222
4222
|
metadata: {
|
|
4223
|
-
name: string;
|
|
4224
4223
|
id: string;
|
|
4224
|
+
name: string;
|
|
4225
4225
|
picture?: string | undefined;
|
|
4226
4226
|
additionalCredentials?: any;
|
|
4227
4227
|
};
|
|
@@ -4248,10 +4248,10 @@ export declare const contactContract: {
|
|
|
4248
4248
|
};
|
|
4249
4249
|
}[] | undefined;
|
|
4250
4250
|
}, {
|
|
4251
|
-
name: string;
|
|
4252
4251
|
id: string;
|
|
4253
4252
|
channel: string | null;
|
|
4254
4253
|
address: string | null;
|
|
4254
|
+
name: string;
|
|
4255
4255
|
createdAt: Date;
|
|
4256
4256
|
updatedAt: Date;
|
|
4257
4257
|
deletedAt: Date | null;
|
|
@@ -4280,7 +4280,6 @@ export declare const contactContract: {
|
|
|
4280
4280
|
dateValue: Date | null;
|
|
4281
4281
|
uploads: {
|
|
4282
4282
|
id: string;
|
|
4283
|
-
status: string | null;
|
|
4284
4283
|
createdAt: Date;
|
|
4285
4284
|
updatedAt: Date;
|
|
4286
4285
|
deletedAt: Date | null;
|
|
@@ -4289,6 +4288,7 @@ export declare const contactContract: {
|
|
|
4289
4288
|
bucketName: string;
|
|
4290
4289
|
fileSize: number;
|
|
4291
4290
|
fileUrl: string | null;
|
|
4291
|
+
status?: string | undefined;
|
|
4292
4292
|
}[];
|
|
4293
4293
|
}[];
|
|
4294
4294
|
company: {
|
|
@@ -4296,8 +4296,8 @@ export declare const contactContract: {
|
|
|
4296
4296
|
createdAt: Date;
|
|
4297
4297
|
updatedAt: Date;
|
|
4298
4298
|
deletedAt: Date | null;
|
|
4299
|
-
name?: string | undefined;
|
|
4300
4299
|
address?: string | null | undefined;
|
|
4300
|
+
name?: string | undefined;
|
|
4301
4301
|
phone?: string | null | undefined;
|
|
4302
4302
|
industry?: string | null | undefined;
|
|
4303
4303
|
} | null;
|
|
@@ -4305,8 +4305,8 @@ export declare const contactContract: {
|
|
|
4305
4305
|
contactProfile: string | null;
|
|
4306
4306
|
socialProfileUrl: string | null;
|
|
4307
4307
|
tags: {
|
|
4308
|
-
name: string;
|
|
4309
4308
|
id: string;
|
|
4309
|
+
name: string;
|
|
4310
4310
|
createdAt: Date;
|
|
4311
4311
|
updatedAt: Date;
|
|
4312
4312
|
deletedAt: Date | null;
|
|
@@ -4331,8 +4331,8 @@ export declare const contactContract: {
|
|
|
4331
4331
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4332
4332
|
id: string;
|
|
4333
4333
|
metadata: {
|
|
4334
|
-
name: string;
|
|
4335
4334
|
id: string;
|
|
4335
|
+
name: string;
|
|
4336
4336
|
picture?: string | undefined;
|
|
4337
4337
|
additionalCredentials?: any;
|
|
4338
4338
|
};
|
|
@@ -4361,10 +4361,10 @@ export declare const contactContract: {
|
|
|
4361
4361
|
}>;
|
|
4362
4362
|
}, "strip", z.ZodTypeAny, {
|
|
4363
4363
|
data: {
|
|
4364
|
-
name: string;
|
|
4365
4364
|
id: string;
|
|
4366
4365
|
channel: string | null;
|
|
4367
4366
|
address: string | null;
|
|
4367
|
+
name: string;
|
|
4368
4368
|
createdAt: Date;
|
|
4369
4369
|
updatedAt: Date;
|
|
4370
4370
|
deletedAt: Date | null;
|
|
@@ -4393,7 +4393,6 @@ export declare const contactContract: {
|
|
|
4393
4393
|
dateValue: Date | null;
|
|
4394
4394
|
uploads: {
|
|
4395
4395
|
id: string;
|
|
4396
|
-
status: string | null;
|
|
4397
4396
|
createdAt: Date;
|
|
4398
4397
|
updatedAt: Date;
|
|
4399
4398
|
deletedAt: Date | null;
|
|
@@ -4402,6 +4401,7 @@ export declare const contactContract: {
|
|
|
4402
4401
|
bucketName: string;
|
|
4403
4402
|
fileSize: number;
|
|
4404
4403
|
fileUrl: string | null;
|
|
4404
|
+
status?: string | undefined;
|
|
4405
4405
|
}[];
|
|
4406
4406
|
}[];
|
|
4407
4407
|
company: {
|
|
@@ -4409,8 +4409,8 @@ export declare const contactContract: {
|
|
|
4409
4409
|
createdAt: Date;
|
|
4410
4410
|
updatedAt: Date;
|
|
4411
4411
|
deletedAt: Date | null;
|
|
4412
|
-
name?: string | undefined;
|
|
4413
4412
|
address?: string | null | undefined;
|
|
4413
|
+
name?: string | undefined;
|
|
4414
4414
|
phone?: string | null | undefined;
|
|
4415
4415
|
industry?: string | null | undefined;
|
|
4416
4416
|
} | null;
|
|
@@ -4418,8 +4418,8 @@ export declare const contactContract: {
|
|
|
4418
4418
|
contactProfile: string | null;
|
|
4419
4419
|
socialProfileUrl: string | null;
|
|
4420
4420
|
tags: {
|
|
4421
|
-
name: string;
|
|
4422
4421
|
id: string;
|
|
4422
|
+
name: string;
|
|
4423
4423
|
createdAt: Date;
|
|
4424
4424
|
updatedAt: Date;
|
|
4425
4425
|
deletedAt: Date | null;
|
|
@@ -4444,8 +4444,8 @@ export declare const contactContract: {
|
|
|
4444
4444
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4445
4445
|
id: string;
|
|
4446
4446
|
metadata: {
|
|
4447
|
-
name: string;
|
|
4448
4447
|
id: string;
|
|
4448
|
+
name: string;
|
|
4449
4449
|
picture?: string | undefined;
|
|
4450
4450
|
additionalCredentials?: any;
|
|
4451
4451
|
};
|
|
@@ -4475,10 +4475,10 @@ export declare const contactContract: {
|
|
|
4475
4475
|
requestId: string;
|
|
4476
4476
|
}, {
|
|
4477
4477
|
data: {
|
|
4478
|
-
name: string;
|
|
4479
4478
|
id: string;
|
|
4480
4479
|
channel: string | null;
|
|
4481
4480
|
address: string | null;
|
|
4481
|
+
name: string;
|
|
4482
4482
|
createdAt: Date;
|
|
4483
4483
|
updatedAt: Date;
|
|
4484
4484
|
deletedAt: Date | null;
|
|
@@ -4507,7 +4507,6 @@ export declare const contactContract: {
|
|
|
4507
4507
|
dateValue: Date | null;
|
|
4508
4508
|
uploads: {
|
|
4509
4509
|
id: string;
|
|
4510
|
-
status: string | null;
|
|
4511
4510
|
createdAt: Date;
|
|
4512
4511
|
updatedAt: Date;
|
|
4513
4512
|
deletedAt: Date | null;
|
|
@@ -4516,6 +4515,7 @@ export declare const contactContract: {
|
|
|
4516
4515
|
bucketName: string;
|
|
4517
4516
|
fileSize: number;
|
|
4518
4517
|
fileUrl: string | null;
|
|
4518
|
+
status?: string | undefined;
|
|
4519
4519
|
}[];
|
|
4520
4520
|
}[];
|
|
4521
4521
|
company: {
|
|
@@ -4523,8 +4523,8 @@ export declare const contactContract: {
|
|
|
4523
4523
|
createdAt: Date;
|
|
4524
4524
|
updatedAt: Date;
|
|
4525
4525
|
deletedAt: Date | null;
|
|
4526
|
-
name?: string | undefined;
|
|
4527
4526
|
address?: string | null | undefined;
|
|
4527
|
+
name?: string | undefined;
|
|
4528
4528
|
phone?: string | null | undefined;
|
|
4529
4529
|
industry?: string | null | undefined;
|
|
4530
4530
|
} | null;
|
|
@@ -4532,8 +4532,8 @@ export declare const contactContract: {
|
|
|
4532
4532
|
contactProfile: string | null;
|
|
4533
4533
|
socialProfileUrl: string | null;
|
|
4534
4534
|
tags: {
|
|
4535
|
-
name: string;
|
|
4536
4535
|
id: string;
|
|
4536
|
+
name: string;
|
|
4537
4537
|
createdAt: Date;
|
|
4538
4538
|
updatedAt: Date;
|
|
4539
4539
|
deletedAt: Date | null;
|
|
@@ -4558,8 +4558,8 @@ export declare const contactContract: {
|
|
|
4558
4558
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4559
4559
|
id: string;
|
|
4560
4560
|
metadata: {
|
|
4561
|
-
name: string;
|
|
4562
4561
|
id: string;
|
|
4562
|
+
name: string;
|
|
4563
4563
|
picture?: string | undefined;
|
|
4564
4564
|
additionalCredentials?: any;
|
|
4565
4565
|
};
|
|
@@ -4781,14 +4781,14 @@ export declare const contactContract: {
|
|
|
4781
4781
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
4782
4782
|
name: z.ZodString;
|
|
4783
4783
|
}, "strip", z.ZodTypeAny, {
|
|
4784
|
-
name: string;
|
|
4785
4784
|
id: string;
|
|
4785
|
+
name: string;
|
|
4786
4786
|
createdAt: Date;
|
|
4787
4787
|
updatedAt: Date;
|
|
4788
4788
|
deletedAt: Date | null;
|
|
4789
4789
|
}, {
|
|
4790
|
-
name: string;
|
|
4791
4790
|
id: string;
|
|
4791
|
+
name: string;
|
|
4792
4792
|
createdAt: Date;
|
|
4793
4793
|
updatedAt: Date;
|
|
4794
4794
|
deletedAt: Date | null;
|
|
@@ -4944,8 +4944,8 @@ export declare const contactContract: {
|
|
|
4944
4944
|
createdAt: Date;
|
|
4945
4945
|
updatedAt: Date;
|
|
4946
4946
|
deletedAt: Date | null;
|
|
4947
|
-
name?: string | undefined;
|
|
4948
4947
|
address?: string | null | undefined;
|
|
4948
|
+
name?: string | undefined;
|
|
4949
4949
|
phone?: string | null | undefined;
|
|
4950
4950
|
industry?: string | null | undefined;
|
|
4951
4951
|
}, {
|
|
@@ -4953,8 +4953,8 @@ export declare const contactContract: {
|
|
|
4953
4953
|
createdAt: Date;
|
|
4954
4954
|
updatedAt: Date;
|
|
4955
4955
|
deletedAt: Date | null;
|
|
4956
|
-
name?: string | undefined;
|
|
4957
4956
|
address?: string | null | undefined;
|
|
4957
|
+
name?: string | undefined;
|
|
4958
4958
|
phone?: string | null | undefined;
|
|
4959
4959
|
industry?: string | null | undefined;
|
|
4960
4960
|
}>>;
|
|
@@ -4972,13 +4972,13 @@ export declare const contactContract: {
|
|
|
4972
4972
|
picture: z.ZodOptional<z.ZodString>;
|
|
4973
4973
|
additionalCredentials: z.ZodAny;
|
|
4974
4974
|
}, "strip", z.ZodTypeAny, {
|
|
4975
|
-
name: string;
|
|
4976
4975
|
id: string;
|
|
4976
|
+
name: string;
|
|
4977
4977
|
picture?: string | undefined;
|
|
4978
4978
|
additionalCredentials?: any;
|
|
4979
4979
|
}, {
|
|
4980
|
-
name: string;
|
|
4981
4980
|
id: string;
|
|
4981
|
+
name: string;
|
|
4982
4982
|
picture?: string | undefined;
|
|
4983
4983
|
additionalCredentials?: any;
|
|
4984
4984
|
}>;
|
|
@@ -4986,8 +4986,8 @@ export declare const contactContract: {
|
|
|
4986
4986
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4987
4987
|
id: string;
|
|
4988
4988
|
metadata: {
|
|
4989
|
-
name: string;
|
|
4990
4989
|
id: string;
|
|
4990
|
+
name: string;
|
|
4991
4991
|
picture?: string | undefined;
|
|
4992
4992
|
additionalCredentials?: any;
|
|
4993
4993
|
};
|
|
@@ -5000,8 +5000,8 @@ export declare const contactContract: {
|
|
|
5000
5000
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5001
5001
|
id: string;
|
|
5002
5002
|
metadata: {
|
|
5003
|
-
name: string;
|
|
5004
5003
|
id: string;
|
|
5004
|
+
name: string;
|
|
5005
5005
|
picture?: string | undefined;
|
|
5006
5006
|
additionalCredentials?: any;
|
|
5007
5007
|
};
|
|
@@ -5111,10 +5111,9 @@ export declare const contactContract: {
|
|
|
5111
5111
|
fileSize: z.ZodNumber;
|
|
5112
5112
|
fileKey: z.ZodString;
|
|
5113
5113
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
5114
|
-
status: z.
|
|
5114
|
+
status: z.ZodOptional<z.ZodString>;
|
|
5115
5115
|
}, "strip", z.ZodTypeAny, {
|
|
5116
5116
|
id: string;
|
|
5117
|
-
status: string | null;
|
|
5118
5117
|
createdAt: Date;
|
|
5119
5118
|
updatedAt: Date;
|
|
5120
5119
|
deletedAt: Date | null;
|
|
@@ -5123,9 +5122,9 @@ export declare const contactContract: {
|
|
|
5123
5122
|
bucketName: string;
|
|
5124
5123
|
fileSize: number;
|
|
5125
5124
|
fileUrl: string | null;
|
|
5125
|
+
status?: string | undefined;
|
|
5126
5126
|
}, {
|
|
5127
5127
|
id: string;
|
|
5128
|
-
status: string | null;
|
|
5129
5128
|
createdAt: Date;
|
|
5130
5129
|
updatedAt: Date;
|
|
5131
5130
|
deletedAt: Date | null;
|
|
@@ -5134,6 +5133,7 @@ export declare const contactContract: {
|
|
|
5134
5133
|
bucketName: string;
|
|
5135
5134
|
fileSize: number;
|
|
5136
5135
|
fileUrl: string | null;
|
|
5136
|
+
status?: string | undefined;
|
|
5137
5137
|
}>, "many">;
|
|
5138
5138
|
}, "strip", z.ZodTypeAny, {
|
|
5139
5139
|
id: string;
|
|
@@ -5160,7 +5160,6 @@ export declare const contactContract: {
|
|
|
5160
5160
|
dateValue: Date | null;
|
|
5161
5161
|
uploads: {
|
|
5162
5162
|
id: string;
|
|
5163
|
-
status: string | null;
|
|
5164
5163
|
createdAt: Date;
|
|
5165
5164
|
updatedAt: Date;
|
|
5166
5165
|
deletedAt: Date | null;
|
|
@@ -5169,6 +5168,7 @@ export declare const contactContract: {
|
|
|
5169
5168
|
bucketName: string;
|
|
5170
5169
|
fileSize: number;
|
|
5171
5170
|
fileUrl: string | null;
|
|
5171
|
+
status?: string | undefined;
|
|
5172
5172
|
}[];
|
|
5173
5173
|
}, {
|
|
5174
5174
|
id: string;
|
|
@@ -5195,7 +5195,6 @@ export declare const contactContract: {
|
|
|
5195
5195
|
dateValue: Date | null;
|
|
5196
5196
|
uploads: {
|
|
5197
5197
|
id: string;
|
|
5198
|
-
status: string | null;
|
|
5199
5198
|
createdAt: Date;
|
|
5200
5199
|
updatedAt: Date;
|
|
5201
5200
|
deletedAt: Date | null;
|
|
@@ -5204,6 +5203,7 @@ export declare const contactContract: {
|
|
|
5204
5203
|
bucketName: string;
|
|
5205
5204
|
fileSize: number;
|
|
5206
5205
|
fileUrl: string | null;
|
|
5206
|
+
status?: string | undefined;
|
|
5207
5207
|
}[];
|
|
5208
5208
|
}>, "many">;
|
|
5209
5209
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -5311,10 +5311,10 @@ export declare const contactContract: {
|
|
|
5311
5311
|
};
|
|
5312
5312
|
}>, "many">>;
|
|
5313
5313
|
}, "strip", z.ZodTypeAny, {
|
|
5314
|
-
name: string;
|
|
5315
5314
|
id: string;
|
|
5316
5315
|
channel: string | null;
|
|
5317
5316
|
address: string | null;
|
|
5317
|
+
name: string;
|
|
5318
5318
|
createdAt: Date;
|
|
5319
5319
|
updatedAt: Date;
|
|
5320
5320
|
deletedAt: Date | null;
|
|
@@ -5343,7 +5343,6 @@ export declare const contactContract: {
|
|
|
5343
5343
|
dateValue: Date | null;
|
|
5344
5344
|
uploads: {
|
|
5345
5345
|
id: string;
|
|
5346
|
-
status: string | null;
|
|
5347
5346
|
createdAt: Date;
|
|
5348
5347
|
updatedAt: Date;
|
|
5349
5348
|
deletedAt: Date | null;
|
|
@@ -5352,6 +5351,7 @@ export declare const contactContract: {
|
|
|
5352
5351
|
bucketName: string;
|
|
5353
5352
|
fileSize: number;
|
|
5354
5353
|
fileUrl: string | null;
|
|
5354
|
+
status?: string | undefined;
|
|
5355
5355
|
}[];
|
|
5356
5356
|
}[];
|
|
5357
5357
|
company: {
|
|
@@ -5359,8 +5359,8 @@ export declare const contactContract: {
|
|
|
5359
5359
|
createdAt: Date;
|
|
5360
5360
|
updatedAt: Date;
|
|
5361
5361
|
deletedAt: Date | null;
|
|
5362
|
-
name?: string | undefined;
|
|
5363
5362
|
address?: string | null | undefined;
|
|
5363
|
+
name?: string | undefined;
|
|
5364
5364
|
phone?: string | null | undefined;
|
|
5365
5365
|
industry?: string | null | undefined;
|
|
5366
5366
|
} | null;
|
|
@@ -5368,8 +5368,8 @@ export declare const contactContract: {
|
|
|
5368
5368
|
contactProfile: string | null;
|
|
5369
5369
|
socialProfileUrl: string | null;
|
|
5370
5370
|
tags: {
|
|
5371
|
-
name: string;
|
|
5372
5371
|
id: string;
|
|
5372
|
+
name: string;
|
|
5373
5373
|
createdAt: Date;
|
|
5374
5374
|
updatedAt: Date;
|
|
5375
5375
|
deletedAt: Date | null;
|
|
@@ -5394,8 +5394,8 @@ export declare const contactContract: {
|
|
|
5394
5394
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5395
5395
|
id: string;
|
|
5396
5396
|
metadata: {
|
|
5397
|
-
name: string;
|
|
5398
5397
|
id: string;
|
|
5398
|
+
name: string;
|
|
5399
5399
|
picture?: string | undefined;
|
|
5400
5400
|
additionalCredentials?: any;
|
|
5401
5401
|
};
|
|
@@ -5422,10 +5422,10 @@ export declare const contactContract: {
|
|
|
5422
5422
|
};
|
|
5423
5423
|
}[] | undefined;
|
|
5424
5424
|
}, {
|
|
5425
|
-
name: string;
|
|
5426
5425
|
id: string;
|
|
5427
5426
|
channel: string | null;
|
|
5428
5427
|
address: string | null;
|
|
5428
|
+
name: string;
|
|
5429
5429
|
createdAt: Date;
|
|
5430
5430
|
updatedAt: Date;
|
|
5431
5431
|
deletedAt: Date | null;
|
|
@@ -5454,7 +5454,6 @@ export declare const contactContract: {
|
|
|
5454
5454
|
dateValue: Date | null;
|
|
5455
5455
|
uploads: {
|
|
5456
5456
|
id: string;
|
|
5457
|
-
status: string | null;
|
|
5458
5457
|
createdAt: Date;
|
|
5459
5458
|
updatedAt: Date;
|
|
5460
5459
|
deletedAt: Date | null;
|
|
@@ -5463,6 +5462,7 @@ export declare const contactContract: {
|
|
|
5463
5462
|
bucketName: string;
|
|
5464
5463
|
fileSize: number;
|
|
5465
5464
|
fileUrl: string | null;
|
|
5465
|
+
status?: string | undefined;
|
|
5466
5466
|
}[];
|
|
5467
5467
|
}[];
|
|
5468
5468
|
company: {
|
|
@@ -5470,8 +5470,8 @@ export declare const contactContract: {
|
|
|
5470
5470
|
createdAt: Date;
|
|
5471
5471
|
updatedAt: Date;
|
|
5472
5472
|
deletedAt: Date | null;
|
|
5473
|
-
name?: string | undefined;
|
|
5474
5473
|
address?: string | null | undefined;
|
|
5474
|
+
name?: string | undefined;
|
|
5475
5475
|
phone?: string | null | undefined;
|
|
5476
5476
|
industry?: string | null | undefined;
|
|
5477
5477
|
} | null;
|
|
@@ -5479,8 +5479,8 @@ export declare const contactContract: {
|
|
|
5479
5479
|
contactProfile: string | null;
|
|
5480
5480
|
socialProfileUrl: string | null;
|
|
5481
5481
|
tags: {
|
|
5482
|
-
name: string;
|
|
5483
5482
|
id: string;
|
|
5483
|
+
name: string;
|
|
5484
5484
|
createdAt: Date;
|
|
5485
5485
|
updatedAt: Date;
|
|
5486
5486
|
deletedAt: Date | null;
|
|
@@ -5505,8 +5505,8 @@ export declare const contactContract: {
|
|
|
5505
5505
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5506
5506
|
id: string;
|
|
5507
5507
|
metadata: {
|
|
5508
|
-
name: string;
|
|
5509
5508
|
id: string;
|
|
5509
|
+
name: string;
|
|
5510
5510
|
picture?: string | undefined;
|
|
5511
5511
|
additionalCredentials?: any;
|
|
5512
5512
|
};
|
|
@@ -5535,10 +5535,10 @@ export declare const contactContract: {
|
|
|
5535
5535
|
}>;
|
|
5536
5536
|
}, "strip", z.ZodTypeAny, {
|
|
5537
5537
|
data: {
|
|
5538
|
-
name: string;
|
|
5539
5538
|
id: string;
|
|
5540
5539
|
channel: string | null;
|
|
5541
5540
|
address: string | null;
|
|
5541
|
+
name: string;
|
|
5542
5542
|
createdAt: Date;
|
|
5543
5543
|
updatedAt: Date;
|
|
5544
5544
|
deletedAt: Date | null;
|
|
@@ -5567,7 +5567,6 @@ export declare const contactContract: {
|
|
|
5567
5567
|
dateValue: Date | null;
|
|
5568
5568
|
uploads: {
|
|
5569
5569
|
id: string;
|
|
5570
|
-
status: string | null;
|
|
5571
5570
|
createdAt: Date;
|
|
5572
5571
|
updatedAt: Date;
|
|
5573
5572
|
deletedAt: Date | null;
|
|
@@ -5576,6 +5575,7 @@ export declare const contactContract: {
|
|
|
5576
5575
|
bucketName: string;
|
|
5577
5576
|
fileSize: number;
|
|
5578
5577
|
fileUrl: string | null;
|
|
5578
|
+
status?: string | undefined;
|
|
5579
5579
|
}[];
|
|
5580
5580
|
}[];
|
|
5581
5581
|
company: {
|
|
@@ -5583,8 +5583,8 @@ export declare const contactContract: {
|
|
|
5583
5583
|
createdAt: Date;
|
|
5584
5584
|
updatedAt: Date;
|
|
5585
5585
|
deletedAt: Date | null;
|
|
5586
|
-
name?: string | undefined;
|
|
5587
5586
|
address?: string | null | undefined;
|
|
5587
|
+
name?: string | undefined;
|
|
5588
5588
|
phone?: string | null | undefined;
|
|
5589
5589
|
industry?: string | null | undefined;
|
|
5590
5590
|
} | null;
|
|
@@ -5592,8 +5592,8 @@ export declare const contactContract: {
|
|
|
5592
5592
|
contactProfile: string | null;
|
|
5593
5593
|
socialProfileUrl: string | null;
|
|
5594
5594
|
tags: {
|
|
5595
|
-
name: string;
|
|
5596
5595
|
id: string;
|
|
5596
|
+
name: string;
|
|
5597
5597
|
createdAt: Date;
|
|
5598
5598
|
updatedAt: Date;
|
|
5599
5599
|
deletedAt: Date | null;
|
|
@@ -5618,8 +5618,8 @@ export declare const contactContract: {
|
|
|
5618
5618
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5619
5619
|
id: string;
|
|
5620
5620
|
metadata: {
|
|
5621
|
-
name: string;
|
|
5622
5621
|
id: string;
|
|
5622
|
+
name: string;
|
|
5623
5623
|
picture?: string | undefined;
|
|
5624
5624
|
additionalCredentials?: any;
|
|
5625
5625
|
};
|
|
@@ -5649,10 +5649,10 @@ export declare const contactContract: {
|
|
|
5649
5649
|
requestId: string;
|
|
5650
5650
|
}, {
|
|
5651
5651
|
data: {
|
|
5652
|
-
name: string;
|
|
5653
5652
|
id: string;
|
|
5654
5653
|
channel: string | null;
|
|
5655
5654
|
address: string | null;
|
|
5655
|
+
name: string;
|
|
5656
5656
|
createdAt: Date;
|
|
5657
5657
|
updatedAt: Date;
|
|
5658
5658
|
deletedAt: Date | null;
|
|
@@ -5681,7 +5681,6 @@ export declare const contactContract: {
|
|
|
5681
5681
|
dateValue: Date | null;
|
|
5682
5682
|
uploads: {
|
|
5683
5683
|
id: string;
|
|
5684
|
-
status: string | null;
|
|
5685
5684
|
createdAt: Date;
|
|
5686
5685
|
updatedAt: Date;
|
|
5687
5686
|
deletedAt: Date | null;
|
|
@@ -5690,6 +5689,7 @@ export declare const contactContract: {
|
|
|
5690
5689
|
bucketName: string;
|
|
5691
5690
|
fileSize: number;
|
|
5692
5691
|
fileUrl: string | null;
|
|
5692
|
+
status?: string | undefined;
|
|
5693
5693
|
}[];
|
|
5694
5694
|
}[];
|
|
5695
5695
|
company: {
|
|
@@ -5697,8 +5697,8 @@ export declare const contactContract: {
|
|
|
5697
5697
|
createdAt: Date;
|
|
5698
5698
|
updatedAt: Date;
|
|
5699
5699
|
deletedAt: Date | null;
|
|
5700
|
-
name?: string | undefined;
|
|
5701
5700
|
address?: string | null | undefined;
|
|
5701
|
+
name?: string | undefined;
|
|
5702
5702
|
phone?: string | null | undefined;
|
|
5703
5703
|
industry?: string | null | undefined;
|
|
5704
5704
|
} | null;
|
|
@@ -5706,8 +5706,8 @@ export declare const contactContract: {
|
|
|
5706
5706
|
contactProfile: string | null;
|
|
5707
5707
|
socialProfileUrl: string | null;
|
|
5708
5708
|
tags: {
|
|
5709
|
-
name: string;
|
|
5710
5709
|
id: string;
|
|
5710
|
+
name: string;
|
|
5711
5711
|
createdAt: Date;
|
|
5712
5712
|
updatedAt: Date;
|
|
5713
5713
|
deletedAt: Date | null;
|
|
@@ -5732,8 +5732,8 @@ export declare const contactContract: {
|
|
|
5732
5732
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5733
5733
|
id: string;
|
|
5734
5734
|
metadata: {
|
|
5735
|
-
name: string;
|
|
5736
5735
|
id: string;
|
|
5736
|
+
name: string;
|
|
5737
5737
|
picture?: string | undefined;
|
|
5738
5738
|
additionalCredentials?: any;
|
|
5739
5739
|
};
|
|
@@ -5872,14 +5872,14 @@ export declare const contactContract: {
|
|
|
5872
5872
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5873
5873
|
name: z.ZodString;
|
|
5874
5874
|
}, "strip", z.ZodTypeAny, {
|
|
5875
|
-
name: string;
|
|
5876
5875
|
id: string;
|
|
5876
|
+
name: string;
|
|
5877
5877
|
createdAt: Date;
|
|
5878
5878
|
updatedAt: Date;
|
|
5879
5879
|
deletedAt: Date | null;
|
|
5880
5880
|
}, {
|
|
5881
|
-
name: string;
|
|
5882
5881
|
id: string;
|
|
5882
|
+
name: string;
|
|
5883
5883
|
createdAt: Date;
|
|
5884
5884
|
updatedAt: Date;
|
|
5885
5885
|
deletedAt: Date | null;
|
|
@@ -6035,8 +6035,8 @@ export declare const contactContract: {
|
|
|
6035
6035
|
createdAt: Date;
|
|
6036
6036
|
updatedAt: Date;
|
|
6037
6037
|
deletedAt: Date | null;
|
|
6038
|
-
name?: string | undefined;
|
|
6039
6038
|
address?: string | null | undefined;
|
|
6039
|
+
name?: string | undefined;
|
|
6040
6040
|
phone?: string | null | undefined;
|
|
6041
6041
|
industry?: string | null | undefined;
|
|
6042
6042
|
}, {
|
|
@@ -6044,8 +6044,8 @@ export declare const contactContract: {
|
|
|
6044
6044
|
createdAt: Date;
|
|
6045
6045
|
updatedAt: Date;
|
|
6046
6046
|
deletedAt: Date | null;
|
|
6047
|
-
name?: string | undefined;
|
|
6048
6047
|
address?: string | null | undefined;
|
|
6048
|
+
name?: string | undefined;
|
|
6049
6049
|
phone?: string | null | undefined;
|
|
6050
6050
|
industry?: string | null | undefined;
|
|
6051
6051
|
}>>;
|
|
@@ -6063,13 +6063,13 @@ export declare const contactContract: {
|
|
|
6063
6063
|
picture: z.ZodOptional<z.ZodString>;
|
|
6064
6064
|
additionalCredentials: z.ZodAny;
|
|
6065
6065
|
}, "strip", z.ZodTypeAny, {
|
|
6066
|
-
name: string;
|
|
6067
6066
|
id: string;
|
|
6067
|
+
name: string;
|
|
6068
6068
|
picture?: string | undefined;
|
|
6069
6069
|
additionalCredentials?: any;
|
|
6070
6070
|
}, {
|
|
6071
|
-
name: string;
|
|
6072
6071
|
id: string;
|
|
6072
|
+
name: string;
|
|
6073
6073
|
picture?: string | undefined;
|
|
6074
6074
|
additionalCredentials?: any;
|
|
6075
6075
|
}>;
|
|
@@ -6077,8 +6077,8 @@ export declare const contactContract: {
|
|
|
6077
6077
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6078
6078
|
id: string;
|
|
6079
6079
|
metadata: {
|
|
6080
|
-
name: string;
|
|
6081
6080
|
id: string;
|
|
6081
|
+
name: string;
|
|
6082
6082
|
picture?: string | undefined;
|
|
6083
6083
|
additionalCredentials?: any;
|
|
6084
6084
|
};
|
|
@@ -6091,8 +6091,8 @@ export declare const contactContract: {
|
|
|
6091
6091
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6092
6092
|
id: string;
|
|
6093
6093
|
metadata: {
|
|
6094
|
-
name: string;
|
|
6095
6094
|
id: string;
|
|
6095
|
+
name: string;
|
|
6096
6096
|
picture?: string | undefined;
|
|
6097
6097
|
additionalCredentials?: any;
|
|
6098
6098
|
};
|
|
@@ -6202,10 +6202,9 @@ export declare const contactContract: {
|
|
|
6202
6202
|
fileSize: z.ZodNumber;
|
|
6203
6203
|
fileKey: z.ZodString;
|
|
6204
6204
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
6205
|
-
status: z.
|
|
6205
|
+
status: z.ZodOptional<z.ZodString>;
|
|
6206
6206
|
}, "strip", z.ZodTypeAny, {
|
|
6207
6207
|
id: string;
|
|
6208
|
-
status: string | null;
|
|
6209
6208
|
createdAt: Date;
|
|
6210
6209
|
updatedAt: Date;
|
|
6211
6210
|
deletedAt: Date | null;
|
|
@@ -6214,9 +6213,9 @@ export declare const contactContract: {
|
|
|
6214
6213
|
bucketName: string;
|
|
6215
6214
|
fileSize: number;
|
|
6216
6215
|
fileUrl: string | null;
|
|
6216
|
+
status?: string | undefined;
|
|
6217
6217
|
}, {
|
|
6218
6218
|
id: string;
|
|
6219
|
-
status: string | null;
|
|
6220
6219
|
createdAt: Date;
|
|
6221
6220
|
updatedAt: Date;
|
|
6222
6221
|
deletedAt: Date | null;
|
|
@@ -6225,6 +6224,7 @@ export declare const contactContract: {
|
|
|
6225
6224
|
bucketName: string;
|
|
6226
6225
|
fileSize: number;
|
|
6227
6226
|
fileUrl: string | null;
|
|
6227
|
+
status?: string | undefined;
|
|
6228
6228
|
}>, "many">;
|
|
6229
6229
|
}, "strip", z.ZodTypeAny, {
|
|
6230
6230
|
id: string;
|
|
@@ -6251,7 +6251,6 @@ export declare const contactContract: {
|
|
|
6251
6251
|
dateValue: Date | null;
|
|
6252
6252
|
uploads: {
|
|
6253
6253
|
id: string;
|
|
6254
|
-
status: string | null;
|
|
6255
6254
|
createdAt: Date;
|
|
6256
6255
|
updatedAt: Date;
|
|
6257
6256
|
deletedAt: Date | null;
|
|
@@ -6260,6 +6259,7 @@ export declare const contactContract: {
|
|
|
6260
6259
|
bucketName: string;
|
|
6261
6260
|
fileSize: number;
|
|
6262
6261
|
fileUrl: string | null;
|
|
6262
|
+
status?: string | undefined;
|
|
6263
6263
|
}[];
|
|
6264
6264
|
}, {
|
|
6265
6265
|
id: string;
|
|
@@ -6286,7 +6286,6 @@ export declare const contactContract: {
|
|
|
6286
6286
|
dateValue: Date | null;
|
|
6287
6287
|
uploads: {
|
|
6288
6288
|
id: string;
|
|
6289
|
-
status: string | null;
|
|
6290
6289
|
createdAt: Date;
|
|
6291
6290
|
updatedAt: Date;
|
|
6292
6291
|
deletedAt: Date | null;
|
|
@@ -6295,6 +6294,7 @@ export declare const contactContract: {
|
|
|
6295
6294
|
bucketName: string;
|
|
6296
6295
|
fileSize: number;
|
|
6297
6296
|
fileUrl: string | null;
|
|
6297
|
+
status?: string | undefined;
|
|
6298
6298
|
}[];
|
|
6299
6299
|
}>, "many">;
|
|
6300
6300
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -6402,10 +6402,10 @@ export declare const contactContract: {
|
|
|
6402
6402
|
};
|
|
6403
6403
|
}>, "many">>;
|
|
6404
6404
|
}, "strip", z.ZodTypeAny, {
|
|
6405
|
-
name: string;
|
|
6406
6405
|
id: string;
|
|
6407
6406
|
channel: string | null;
|
|
6408
6407
|
address: string | null;
|
|
6408
|
+
name: string;
|
|
6409
6409
|
createdAt: Date;
|
|
6410
6410
|
updatedAt: Date;
|
|
6411
6411
|
deletedAt: Date | null;
|
|
@@ -6434,7 +6434,6 @@ export declare const contactContract: {
|
|
|
6434
6434
|
dateValue: Date | null;
|
|
6435
6435
|
uploads: {
|
|
6436
6436
|
id: string;
|
|
6437
|
-
status: string | null;
|
|
6438
6437
|
createdAt: Date;
|
|
6439
6438
|
updatedAt: Date;
|
|
6440
6439
|
deletedAt: Date | null;
|
|
@@ -6443,6 +6442,7 @@ export declare const contactContract: {
|
|
|
6443
6442
|
bucketName: string;
|
|
6444
6443
|
fileSize: number;
|
|
6445
6444
|
fileUrl: string | null;
|
|
6445
|
+
status?: string | undefined;
|
|
6446
6446
|
}[];
|
|
6447
6447
|
}[];
|
|
6448
6448
|
company: {
|
|
@@ -6450,8 +6450,8 @@ export declare const contactContract: {
|
|
|
6450
6450
|
createdAt: Date;
|
|
6451
6451
|
updatedAt: Date;
|
|
6452
6452
|
deletedAt: Date | null;
|
|
6453
|
-
name?: string | undefined;
|
|
6454
6453
|
address?: string | null | undefined;
|
|
6454
|
+
name?: string | undefined;
|
|
6455
6455
|
phone?: string | null | undefined;
|
|
6456
6456
|
industry?: string | null | undefined;
|
|
6457
6457
|
} | null;
|
|
@@ -6459,8 +6459,8 @@ export declare const contactContract: {
|
|
|
6459
6459
|
contactProfile: string | null;
|
|
6460
6460
|
socialProfileUrl: string | null;
|
|
6461
6461
|
tags: {
|
|
6462
|
-
name: string;
|
|
6463
6462
|
id: string;
|
|
6463
|
+
name: string;
|
|
6464
6464
|
createdAt: Date;
|
|
6465
6465
|
updatedAt: Date;
|
|
6466
6466
|
deletedAt: Date | null;
|
|
@@ -6485,8 +6485,8 @@ export declare const contactContract: {
|
|
|
6485
6485
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6486
6486
|
id: string;
|
|
6487
6487
|
metadata: {
|
|
6488
|
-
name: string;
|
|
6489
6488
|
id: string;
|
|
6489
|
+
name: string;
|
|
6490
6490
|
picture?: string | undefined;
|
|
6491
6491
|
additionalCredentials?: any;
|
|
6492
6492
|
};
|
|
@@ -6513,10 +6513,10 @@ export declare const contactContract: {
|
|
|
6513
6513
|
};
|
|
6514
6514
|
}[] | undefined;
|
|
6515
6515
|
}, {
|
|
6516
|
-
name: string;
|
|
6517
6516
|
id: string;
|
|
6518
6517
|
channel: string | null;
|
|
6519
6518
|
address: string | null;
|
|
6519
|
+
name: string;
|
|
6520
6520
|
createdAt: Date;
|
|
6521
6521
|
updatedAt: Date;
|
|
6522
6522
|
deletedAt: Date | null;
|
|
@@ -6545,7 +6545,6 @@ export declare const contactContract: {
|
|
|
6545
6545
|
dateValue: Date | null;
|
|
6546
6546
|
uploads: {
|
|
6547
6547
|
id: string;
|
|
6548
|
-
status: string | null;
|
|
6549
6548
|
createdAt: Date;
|
|
6550
6549
|
updatedAt: Date;
|
|
6551
6550
|
deletedAt: Date | null;
|
|
@@ -6554,6 +6553,7 @@ export declare const contactContract: {
|
|
|
6554
6553
|
bucketName: string;
|
|
6555
6554
|
fileSize: number;
|
|
6556
6555
|
fileUrl: string | null;
|
|
6556
|
+
status?: string | undefined;
|
|
6557
6557
|
}[];
|
|
6558
6558
|
}[];
|
|
6559
6559
|
company: {
|
|
@@ -6561,8 +6561,8 @@ export declare const contactContract: {
|
|
|
6561
6561
|
createdAt: Date;
|
|
6562
6562
|
updatedAt: Date;
|
|
6563
6563
|
deletedAt: Date | null;
|
|
6564
|
-
name?: string | undefined;
|
|
6565
6564
|
address?: string | null | undefined;
|
|
6565
|
+
name?: string | undefined;
|
|
6566
6566
|
phone?: string | null | undefined;
|
|
6567
6567
|
industry?: string | null | undefined;
|
|
6568
6568
|
} | null;
|
|
@@ -6570,8 +6570,8 @@ export declare const contactContract: {
|
|
|
6570
6570
|
contactProfile: string | null;
|
|
6571
6571
|
socialProfileUrl: string | null;
|
|
6572
6572
|
tags: {
|
|
6573
|
-
name: string;
|
|
6574
6573
|
id: string;
|
|
6574
|
+
name: string;
|
|
6575
6575
|
createdAt: Date;
|
|
6576
6576
|
updatedAt: Date;
|
|
6577
6577
|
deletedAt: Date | null;
|
|
@@ -6596,8 +6596,8 @@ export declare const contactContract: {
|
|
|
6596
6596
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6597
6597
|
id: string;
|
|
6598
6598
|
metadata: {
|
|
6599
|
-
name: string;
|
|
6600
6599
|
id: string;
|
|
6600
|
+
name: string;
|
|
6601
6601
|
picture?: string | undefined;
|
|
6602
6602
|
additionalCredentials?: any;
|
|
6603
6603
|
};
|
|
@@ -6626,10 +6626,10 @@ export declare const contactContract: {
|
|
|
6626
6626
|
}>;
|
|
6627
6627
|
}, "strip", z.ZodTypeAny, {
|
|
6628
6628
|
data: {
|
|
6629
|
-
name: string;
|
|
6630
6629
|
id: string;
|
|
6631
6630
|
channel: string | null;
|
|
6632
6631
|
address: string | null;
|
|
6632
|
+
name: string;
|
|
6633
6633
|
createdAt: Date;
|
|
6634
6634
|
updatedAt: Date;
|
|
6635
6635
|
deletedAt: Date | null;
|
|
@@ -6658,7 +6658,6 @@ export declare const contactContract: {
|
|
|
6658
6658
|
dateValue: Date | null;
|
|
6659
6659
|
uploads: {
|
|
6660
6660
|
id: string;
|
|
6661
|
-
status: string | null;
|
|
6662
6661
|
createdAt: Date;
|
|
6663
6662
|
updatedAt: Date;
|
|
6664
6663
|
deletedAt: Date | null;
|
|
@@ -6667,6 +6666,7 @@ export declare const contactContract: {
|
|
|
6667
6666
|
bucketName: string;
|
|
6668
6667
|
fileSize: number;
|
|
6669
6668
|
fileUrl: string | null;
|
|
6669
|
+
status?: string | undefined;
|
|
6670
6670
|
}[];
|
|
6671
6671
|
}[];
|
|
6672
6672
|
company: {
|
|
@@ -6674,8 +6674,8 @@ export declare const contactContract: {
|
|
|
6674
6674
|
createdAt: Date;
|
|
6675
6675
|
updatedAt: Date;
|
|
6676
6676
|
deletedAt: Date | null;
|
|
6677
|
-
name?: string | undefined;
|
|
6678
6677
|
address?: string | null | undefined;
|
|
6678
|
+
name?: string | undefined;
|
|
6679
6679
|
phone?: string | null | undefined;
|
|
6680
6680
|
industry?: string | null | undefined;
|
|
6681
6681
|
} | null;
|
|
@@ -6683,8 +6683,8 @@ export declare const contactContract: {
|
|
|
6683
6683
|
contactProfile: string | null;
|
|
6684
6684
|
socialProfileUrl: string | null;
|
|
6685
6685
|
tags: {
|
|
6686
|
-
name: string;
|
|
6687
6686
|
id: string;
|
|
6687
|
+
name: string;
|
|
6688
6688
|
createdAt: Date;
|
|
6689
6689
|
updatedAt: Date;
|
|
6690
6690
|
deletedAt: Date | null;
|
|
@@ -6709,8 +6709,8 @@ export declare const contactContract: {
|
|
|
6709
6709
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6710
6710
|
id: string;
|
|
6711
6711
|
metadata: {
|
|
6712
|
-
name: string;
|
|
6713
6712
|
id: string;
|
|
6713
|
+
name: string;
|
|
6714
6714
|
picture?: string | undefined;
|
|
6715
6715
|
additionalCredentials?: any;
|
|
6716
6716
|
};
|
|
@@ -6740,10 +6740,10 @@ export declare const contactContract: {
|
|
|
6740
6740
|
requestId: string;
|
|
6741
6741
|
}, {
|
|
6742
6742
|
data: {
|
|
6743
|
-
name: string;
|
|
6744
6743
|
id: string;
|
|
6745
6744
|
channel: string | null;
|
|
6746
6745
|
address: string | null;
|
|
6746
|
+
name: string;
|
|
6747
6747
|
createdAt: Date;
|
|
6748
6748
|
updatedAt: Date;
|
|
6749
6749
|
deletedAt: Date | null;
|
|
@@ -6772,7 +6772,6 @@ export declare const contactContract: {
|
|
|
6772
6772
|
dateValue: Date | null;
|
|
6773
6773
|
uploads: {
|
|
6774
6774
|
id: string;
|
|
6775
|
-
status: string | null;
|
|
6776
6775
|
createdAt: Date;
|
|
6777
6776
|
updatedAt: Date;
|
|
6778
6777
|
deletedAt: Date | null;
|
|
@@ -6781,6 +6780,7 @@ export declare const contactContract: {
|
|
|
6781
6780
|
bucketName: string;
|
|
6782
6781
|
fileSize: number;
|
|
6783
6782
|
fileUrl: string | null;
|
|
6783
|
+
status?: string | undefined;
|
|
6784
6784
|
}[];
|
|
6785
6785
|
}[];
|
|
6786
6786
|
company: {
|
|
@@ -6788,8 +6788,8 @@ export declare const contactContract: {
|
|
|
6788
6788
|
createdAt: Date;
|
|
6789
6789
|
updatedAt: Date;
|
|
6790
6790
|
deletedAt: Date | null;
|
|
6791
|
-
name?: string | undefined;
|
|
6792
6791
|
address?: string | null | undefined;
|
|
6792
|
+
name?: string | undefined;
|
|
6793
6793
|
phone?: string | null | undefined;
|
|
6794
6794
|
industry?: string | null | undefined;
|
|
6795
6795
|
} | null;
|
|
@@ -6797,8 +6797,8 @@ export declare const contactContract: {
|
|
|
6797
6797
|
contactProfile: string | null;
|
|
6798
6798
|
socialProfileUrl: string | null;
|
|
6799
6799
|
tags: {
|
|
6800
|
-
name: string;
|
|
6801
6800
|
id: string;
|
|
6801
|
+
name: string;
|
|
6802
6802
|
createdAt: Date;
|
|
6803
6803
|
updatedAt: Date;
|
|
6804
6804
|
deletedAt: Date | null;
|
|
@@ -6823,8 +6823,8 @@ export declare const contactContract: {
|
|
|
6823
6823
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6824
6824
|
id: string;
|
|
6825
6825
|
metadata: {
|
|
6826
|
-
name: string;
|
|
6827
6826
|
id: string;
|
|
6827
|
+
name: string;
|
|
6828
6828
|
picture?: string | undefined;
|
|
6829
6829
|
additionalCredentials?: any;
|
|
6830
6830
|
};
|
|
@@ -6873,14 +6873,14 @@ export declare const contactContract: {
|
|
|
6873
6873
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
6874
6874
|
name: z.ZodString;
|
|
6875
6875
|
}, "strip", z.ZodTypeAny, {
|
|
6876
|
-
name: string;
|
|
6877
6876
|
id: string;
|
|
6877
|
+
name: string;
|
|
6878
6878
|
createdAt: Date;
|
|
6879
6879
|
updatedAt: Date;
|
|
6880
6880
|
deletedAt: Date | null;
|
|
6881
6881
|
}, {
|
|
6882
|
-
name: string;
|
|
6883
6882
|
id: string;
|
|
6883
|
+
name: string;
|
|
6884
6884
|
createdAt: Date;
|
|
6885
6885
|
updatedAt: Date;
|
|
6886
6886
|
deletedAt: Date | null;
|
|
@@ -7036,8 +7036,8 @@ export declare const contactContract: {
|
|
|
7036
7036
|
createdAt: Date;
|
|
7037
7037
|
updatedAt: Date;
|
|
7038
7038
|
deletedAt: Date | null;
|
|
7039
|
-
name?: string | undefined;
|
|
7040
7039
|
address?: string | null | undefined;
|
|
7040
|
+
name?: string | undefined;
|
|
7041
7041
|
phone?: string | null | undefined;
|
|
7042
7042
|
industry?: string | null | undefined;
|
|
7043
7043
|
}, {
|
|
@@ -7045,8 +7045,8 @@ export declare const contactContract: {
|
|
|
7045
7045
|
createdAt: Date;
|
|
7046
7046
|
updatedAt: Date;
|
|
7047
7047
|
deletedAt: Date | null;
|
|
7048
|
-
name?: string | undefined;
|
|
7049
7048
|
address?: string | null | undefined;
|
|
7049
|
+
name?: string | undefined;
|
|
7050
7050
|
phone?: string | null | undefined;
|
|
7051
7051
|
industry?: string | null | undefined;
|
|
7052
7052
|
}>>;
|
|
@@ -7064,13 +7064,13 @@ export declare const contactContract: {
|
|
|
7064
7064
|
picture: z.ZodOptional<z.ZodString>;
|
|
7065
7065
|
additionalCredentials: z.ZodAny;
|
|
7066
7066
|
}, "strip", z.ZodTypeAny, {
|
|
7067
|
-
name: string;
|
|
7068
7067
|
id: string;
|
|
7068
|
+
name: string;
|
|
7069
7069
|
picture?: string | undefined;
|
|
7070
7070
|
additionalCredentials?: any;
|
|
7071
7071
|
}, {
|
|
7072
|
-
name: string;
|
|
7073
7072
|
id: string;
|
|
7073
|
+
name: string;
|
|
7074
7074
|
picture?: string | undefined;
|
|
7075
7075
|
additionalCredentials?: any;
|
|
7076
7076
|
}>;
|
|
@@ -7078,8 +7078,8 @@ export declare const contactContract: {
|
|
|
7078
7078
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7079
7079
|
id: string;
|
|
7080
7080
|
metadata: {
|
|
7081
|
-
name: string;
|
|
7082
7081
|
id: string;
|
|
7082
|
+
name: string;
|
|
7083
7083
|
picture?: string | undefined;
|
|
7084
7084
|
additionalCredentials?: any;
|
|
7085
7085
|
};
|
|
@@ -7092,8 +7092,8 @@ export declare const contactContract: {
|
|
|
7092
7092
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7093
7093
|
id: string;
|
|
7094
7094
|
metadata: {
|
|
7095
|
-
name: string;
|
|
7096
7095
|
id: string;
|
|
7096
|
+
name: string;
|
|
7097
7097
|
picture?: string | undefined;
|
|
7098
7098
|
additionalCredentials?: any;
|
|
7099
7099
|
};
|
|
@@ -7203,10 +7203,9 @@ export declare const contactContract: {
|
|
|
7203
7203
|
fileSize: z.ZodNumber;
|
|
7204
7204
|
fileKey: z.ZodString;
|
|
7205
7205
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
7206
|
-
status: z.
|
|
7206
|
+
status: z.ZodOptional<z.ZodString>;
|
|
7207
7207
|
}, "strip", z.ZodTypeAny, {
|
|
7208
7208
|
id: string;
|
|
7209
|
-
status: string | null;
|
|
7210
7209
|
createdAt: Date;
|
|
7211
7210
|
updatedAt: Date;
|
|
7212
7211
|
deletedAt: Date | null;
|
|
@@ -7215,9 +7214,9 @@ export declare const contactContract: {
|
|
|
7215
7214
|
bucketName: string;
|
|
7216
7215
|
fileSize: number;
|
|
7217
7216
|
fileUrl: string | null;
|
|
7217
|
+
status?: string | undefined;
|
|
7218
7218
|
}, {
|
|
7219
7219
|
id: string;
|
|
7220
|
-
status: string | null;
|
|
7221
7220
|
createdAt: Date;
|
|
7222
7221
|
updatedAt: Date;
|
|
7223
7222
|
deletedAt: Date | null;
|
|
@@ -7226,6 +7225,7 @@ export declare const contactContract: {
|
|
|
7226
7225
|
bucketName: string;
|
|
7227
7226
|
fileSize: number;
|
|
7228
7227
|
fileUrl: string | null;
|
|
7228
|
+
status?: string | undefined;
|
|
7229
7229
|
}>, "many">;
|
|
7230
7230
|
}, "strip", z.ZodTypeAny, {
|
|
7231
7231
|
id: string;
|
|
@@ -7252,7 +7252,6 @@ export declare const contactContract: {
|
|
|
7252
7252
|
dateValue: Date | null;
|
|
7253
7253
|
uploads: {
|
|
7254
7254
|
id: string;
|
|
7255
|
-
status: string | null;
|
|
7256
7255
|
createdAt: Date;
|
|
7257
7256
|
updatedAt: Date;
|
|
7258
7257
|
deletedAt: Date | null;
|
|
@@ -7261,6 +7260,7 @@ export declare const contactContract: {
|
|
|
7261
7260
|
bucketName: string;
|
|
7262
7261
|
fileSize: number;
|
|
7263
7262
|
fileUrl: string | null;
|
|
7263
|
+
status?: string | undefined;
|
|
7264
7264
|
}[];
|
|
7265
7265
|
}, {
|
|
7266
7266
|
id: string;
|
|
@@ -7287,7 +7287,6 @@ export declare const contactContract: {
|
|
|
7287
7287
|
dateValue: Date | null;
|
|
7288
7288
|
uploads: {
|
|
7289
7289
|
id: string;
|
|
7290
|
-
status: string | null;
|
|
7291
7290
|
createdAt: Date;
|
|
7292
7291
|
updatedAt: Date;
|
|
7293
7292
|
deletedAt: Date | null;
|
|
@@ -7296,6 +7295,7 @@ export declare const contactContract: {
|
|
|
7296
7295
|
bucketName: string;
|
|
7297
7296
|
fileSize: number;
|
|
7298
7297
|
fileUrl: string | null;
|
|
7298
|
+
status?: string | undefined;
|
|
7299
7299
|
}[];
|
|
7300
7300
|
}>, "many">;
|
|
7301
7301
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -7403,10 +7403,10 @@ export declare const contactContract: {
|
|
|
7403
7403
|
};
|
|
7404
7404
|
}>, "many">>;
|
|
7405
7405
|
}, "strip", z.ZodTypeAny, {
|
|
7406
|
-
name: string;
|
|
7407
7406
|
id: string;
|
|
7408
7407
|
channel: string | null;
|
|
7409
7408
|
address: string | null;
|
|
7409
|
+
name: string;
|
|
7410
7410
|
createdAt: Date;
|
|
7411
7411
|
updatedAt: Date;
|
|
7412
7412
|
deletedAt: Date | null;
|
|
@@ -7435,7 +7435,6 @@ export declare const contactContract: {
|
|
|
7435
7435
|
dateValue: Date | null;
|
|
7436
7436
|
uploads: {
|
|
7437
7437
|
id: string;
|
|
7438
|
-
status: string | null;
|
|
7439
7438
|
createdAt: Date;
|
|
7440
7439
|
updatedAt: Date;
|
|
7441
7440
|
deletedAt: Date | null;
|
|
@@ -7444,6 +7443,7 @@ export declare const contactContract: {
|
|
|
7444
7443
|
bucketName: string;
|
|
7445
7444
|
fileSize: number;
|
|
7446
7445
|
fileUrl: string | null;
|
|
7446
|
+
status?: string | undefined;
|
|
7447
7447
|
}[];
|
|
7448
7448
|
}[];
|
|
7449
7449
|
company: {
|
|
@@ -7451,8 +7451,8 @@ export declare const contactContract: {
|
|
|
7451
7451
|
createdAt: Date;
|
|
7452
7452
|
updatedAt: Date;
|
|
7453
7453
|
deletedAt: Date | null;
|
|
7454
|
-
name?: string | undefined;
|
|
7455
7454
|
address?: string | null | undefined;
|
|
7455
|
+
name?: string | undefined;
|
|
7456
7456
|
phone?: string | null | undefined;
|
|
7457
7457
|
industry?: string | null | undefined;
|
|
7458
7458
|
} | null;
|
|
@@ -7460,8 +7460,8 @@ export declare const contactContract: {
|
|
|
7460
7460
|
contactProfile: string | null;
|
|
7461
7461
|
socialProfileUrl: string | null;
|
|
7462
7462
|
tags: {
|
|
7463
|
-
name: string;
|
|
7464
7463
|
id: string;
|
|
7464
|
+
name: string;
|
|
7465
7465
|
createdAt: Date;
|
|
7466
7466
|
updatedAt: Date;
|
|
7467
7467
|
deletedAt: Date | null;
|
|
@@ -7486,8 +7486,8 @@ export declare const contactContract: {
|
|
|
7486
7486
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7487
7487
|
id: string;
|
|
7488
7488
|
metadata: {
|
|
7489
|
-
name: string;
|
|
7490
7489
|
id: string;
|
|
7490
|
+
name: string;
|
|
7491
7491
|
picture?: string | undefined;
|
|
7492
7492
|
additionalCredentials?: any;
|
|
7493
7493
|
};
|
|
@@ -7514,10 +7514,10 @@ export declare const contactContract: {
|
|
|
7514
7514
|
};
|
|
7515
7515
|
}[] | undefined;
|
|
7516
7516
|
}, {
|
|
7517
|
-
name: string;
|
|
7518
7517
|
id: string;
|
|
7519
7518
|
channel: string | null;
|
|
7520
7519
|
address: string | null;
|
|
7520
|
+
name: string;
|
|
7521
7521
|
createdAt: Date;
|
|
7522
7522
|
updatedAt: Date;
|
|
7523
7523
|
deletedAt: Date | null;
|
|
@@ -7546,7 +7546,6 @@ export declare const contactContract: {
|
|
|
7546
7546
|
dateValue: Date | null;
|
|
7547
7547
|
uploads: {
|
|
7548
7548
|
id: string;
|
|
7549
|
-
status: string | null;
|
|
7550
7549
|
createdAt: Date;
|
|
7551
7550
|
updatedAt: Date;
|
|
7552
7551
|
deletedAt: Date | null;
|
|
@@ -7555,6 +7554,7 @@ export declare const contactContract: {
|
|
|
7555
7554
|
bucketName: string;
|
|
7556
7555
|
fileSize: number;
|
|
7557
7556
|
fileUrl: string | null;
|
|
7557
|
+
status?: string | undefined;
|
|
7558
7558
|
}[];
|
|
7559
7559
|
}[];
|
|
7560
7560
|
company: {
|
|
@@ -7562,8 +7562,8 @@ export declare const contactContract: {
|
|
|
7562
7562
|
createdAt: Date;
|
|
7563
7563
|
updatedAt: Date;
|
|
7564
7564
|
deletedAt: Date | null;
|
|
7565
|
-
name?: string | undefined;
|
|
7566
7565
|
address?: string | null | undefined;
|
|
7566
|
+
name?: string | undefined;
|
|
7567
7567
|
phone?: string | null | undefined;
|
|
7568
7568
|
industry?: string | null | undefined;
|
|
7569
7569
|
} | null;
|
|
@@ -7571,8 +7571,8 @@ export declare const contactContract: {
|
|
|
7571
7571
|
contactProfile: string | null;
|
|
7572
7572
|
socialProfileUrl: string | null;
|
|
7573
7573
|
tags: {
|
|
7574
|
-
name: string;
|
|
7575
7574
|
id: string;
|
|
7575
|
+
name: string;
|
|
7576
7576
|
createdAt: Date;
|
|
7577
7577
|
updatedAt: Date;
|
|
7578
7578
|
deletedAt: Date | null;
|
|
@@ -7597,8 +7597,8 @@ export declare const contactContract: {
|
|
|
7597
7597
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7598
7598
|
id: string;
|
|
7599
7599
|
metadata: {
|
|
7600
|
-
name: string;
|
|
7601
7600
|
id: string;
|
|
7601
|
+
name: string;
|
|
7602
7602
|
picture?: string | undefined;
|
|
7603
7603
|
additionalCredentials?: any;
|
|
7604
7604
|
};
|
|
@@ -7627,10 +7627,10 @@ export declare const contactContract: {
|
|
|
7627
7627
|
}>;
|
|
7628
7628
|
}, "strip", z.ZodTypeAny, {
|
|
7629
7629
|
data: {
|
|
7630
|
-
name: string;
|
|
7631
7630
|
id: string;
|
|
7632
7631
|
channel: string | null;
|
|
7633
7632
|
address: string | null;
|
|
7633
|
+
name: string;
|
|
7634
7634
|
createdAt: Date;
|
|
7635
7635
|
updatedAt: Date;
|
|
7636
7636
|
deletedAt: Date | null;
|
|
@@ -7659,7 +7659,6 @@ export declare const contactContract: {
|
|
|
7659
7659
|
dateValue: Date | null;
|
|
7660
7660
|
uploads: {
|
|
7661
7661
|
id: string;
|
|
7662
|
-
status: string | null;
|
|
7663
7662
|
createdAt: Date;
|
|
7664
7663
|
updatedAt: Date;
|
|
7665
7664
|
deletedAt: Date | null;
|
|
@@ -7668,6 +7667,7 @@ export declare const contactContract: {
|
|
|
7668
7667
|
bucketName: string;
|
|
7669
7668
|
fileSize: number;
|
|
7670
7669
|
fileUrl: string | null;
|
|
7670
|
+
status?: string | undefined;
|
|
7671
7671
|
}[];
|
|
7672
7672
|
}[];
|
|
7673
7673
|
company: {
|
|
@@ -7675,8 +7675,8 @@ export declare const contactContract: {
|
|
|
7675
7675
|
createdAt: Date;
|
|
7676
7676
|
updatedAt: Date;
|
|
7677
7677
|
deletedAt: Date | null;
|
|
7678
|
-
name?: string | undefined;
|
|
7679
7678
|
address?: string | null | undefined;
|
|
7679
|
+
name?: string | undefined;
|
|
7680
7680
|
phone?: string | null | undefined;
|
|
7681
7681
|
industry?: string | null | undefined;
|
|
7682
7682
|
} | null;
|
|
@@ -7684,8 +7684,8 @@ export declare const contactContract: {
|
|
|
7684
7684
|
contactProfile: string | null;
|
|
7685
7685
|
socialProfileUrl: string | null;
|
|
7686
7686
|
tags: {
|
|
7687
|
-
name: string;
|
|
7688
7687
|
id: string;
|
|
7688
|
+
name: string;
|
|
7689
7689
|
createdAt: Date;
|
|
7690
7690
|
updatedAt: Date;
|
|
7691
7691
|
deletedAt: Date | null;
|
|
@@ -7710,8 +7710,8 @@ export declare const contactContract: {
|
|
|
7710
7710
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7711
7711
|
id: string;
|
|
7712
7712
|
metadata: {
|
|
7713
|
-
name: string;
|
|
7714
7713
|
id: string;
|
|
7714
|
+
name: string;
|
|
7715
7715
|
picture?: string | undefined;
|
|
7716
7716
|
additionalCredentials?: any;
|
|
7717
7717
|
};
|
|
@@ -7741,10 +7741,10 @@ export declare const contactContract: {
|
|
|
7741
7741
|
requestId: string;
|
|
7742
7742
|
}, {
|
|
7743
7743
|
data: {
|
|
7744
|
-
name: string;
|
|
7745
7744
|
id: string;
|
|
7746
7745
|
channel: string | null;
|
|
7747
7746
|
address: string | null;
|
|
7747
|
+
name: string;
|
|
7748
7748
|
createdAt: Date;
|
|
7749
7749
|
updatedAt: Date;
|
|
7750
7750
|
deletedAt: Date | null;
|
|
@@ -7773,7 +7773,6 @@ export declare const contactContract: {
|
|
|
7773
7773
|
dateValue: Date | null;
|
|
7774
7774
|
uploads: {
|
|
7775
7775
|
id: string;
|
|
7776
|
-
status: string | null;
|
|
7777
7776
|
createdAt: Date;
|
|
7778
7777
|
updatedAt: Date;
|
|
7779
7778
|
deletedAt: Date | null;
|
|
@@ -7782,6 +7781,7 @@ export declare const contactContract: {
|
|
|
7782
7781
|
bucketName: string;
|
|
7783
7782
|
fileSize: number;
|
|
7784
7783
|
fileUrl: string | null;
|
|
7784
|
+
status?: string | undefined;
|
|
7785
7785
|
}[];
|
|
7786
7786
|
}[];
|
|
7787
7787
|
company: {
|
|
@@ -7789,8 +7789,8 @@ export declare const contactContract: {
|
|
|
7789
7789
|
createdAt: Date;
|
|
7790
7790
|
updatedAt: Date;
|
|
7791
7791
|
deletedAt: Date | null;
|
|
7792
|
-
name?: string | undefined;
|
|
7793
7792
|
address?: string | null | undefined;
|
|
7793
|
+
name?: string | undefined;
|
|
7794
7794
|
phone?: string | null | undefined;
|
|
7795
7795
|
industry?: string | null | undefined;
|
|
7796
7796
|
} | null;
|
|
@@ -7798,8 +7798,8 @@ export declare const contactContract: {
|
|
|
7798
7798
|
contactProfile: string | null;
|
|
7799
7799
|
socialProfileUrl: string | null;
|
|
7800
7800
|
tags: {
|
|
7801
|
-
name: string;
|
|
7802
7801
|
id: string;
|
|
7802
|
+
name: string;
|
|
7803
7803
|
createdAt: Date;
|
|
7804
7804
|
updatedAt: Date;
|
|
7805
7805
|
deletedAt: Date | null;
|
|
@@ -7824,8 +7824,8 @@ export declare const contactContract: {
|
|
|
7824
7824
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7825
7825
|
id: string;
|
|
7826
7826
|
metadata: {
|
|
7827
|
-
name: string;
|
|
7828
7827
|
id: string;
|
|
7828
|
+
name: string;
|
|
7829
7829
|
picture?: string | undefined;
|
|
7830
7830
|
additionalCredentials?: any;
|
|
7831
7831
|
};
|
|
@@ -7958,14 +7958,14 @@ export declare const contactContract: {
|
|
|
7958
7958
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
7959
7959
|
name: z.ZodString;
|
|
7960
7960
|
}, "strip", z.ZodTypeAny, {
|
|
7961
|
-
name: string;
|
|
7962
7961
|
id: string;
|
|
7962
|
+
name: string;
|
|
7963
7963
|
createdAt: Date;
|
|
7964
7964
|
updatedAt: Date;
|
|
7965
7965
|
deletedAt: Date | null;
|
|
7966
7966
|
}, {
|
|
7967
|
-
name: string;
|
|
7968
7967
|
id: string;
|
|
7968
|
+
name: string;
|
|
7969
7969
|
createdAt: Date;
|
|
7970
7970
|
updatedAt: Date;
|
|
7971
7971
|
deletedAt: Date | null;
|
|
@@ -8121,8 +8121,8 @@ export declare const contactContract: {
|
|
|
8121
8121
|
createdAt: Date;
|
|
8122
8122
|
updatedAt: Date;
|
|
8123
8123
|
deletedAt: Date | null;
|
|
8124
|
-
name?: string | undefined;
|
|
8125
8124
|
address?: string | null | undefined;
|
|
8125
|
+
name?: string | undefined;
|
|
8126
8126
|
phone?: string | null | undefined;
|
|
8127
8127
|
industry?: string | null | undefined;
|
|
8128
8128
|
}, {
|
|
@@ -8130,8 +8130,8 @@ export declare const contactContract: {
|
|
|
8130
8130
|
createdAt: Date;
|
|
8131
8131
|
updatedAt: Date;
|
|
8132
8132
|
deletedAt: Date | null;
|
|
8133
|
-
name?: string | undefined;
|
|
8134
8133
|
address?: string | null | undefined;
|
|
8134
|
+
name?: string | undefined;
|
|
8135
8135
|
phone?: string | null | undefined;
|
|
8136
8136
|
industry?: string | null | undefined;
|
|
8137
8137
|
}>>;
|
|
@@ -8149,13 +8149,13 @@ export declare const contactContract: {
|
|
|
8149
8149
|
picture: z.ZodOptional<z.ZodString>;
|
|
8150
8150
|
additionalCredentials: z.ZodAny;
|
|
8151
8151
|
}, "strip", z.ZodTypeAny, {
|
|
8152
|
-
name: string;
|
|
8153
8152
|
id: string;
|
|
8153
|
+
name: string;
|
|
8154
8154
|
picture?: string | undefined;
|
|
8155
8155
|
additionalCredentials?: any;
|
|
8156
8156
|
}, {
|
|
8157
|
-
name: string;
|
|
8158
8157
|
id: string;
|
|
8158
|
+
name: string;
|
|
8159
8159
|
picture?: string | undefined;
|
|
8160
8160
|
additionalCredentials?: any;
|
|
8161
8161
|
}>;
|
|
@@ -8163,8 +8163,8 @@ export declare const contactContract: {
|
|
|
8163
8163
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8164
8164
|
id: string;
|
|
8165
8165
|
metadata: {
|
|
8166
|
-
name: string;
|
|
8167
8166
|
id: string;
|
|
8167
|
+
name: string;
|
|
8168
8168
|
picture?: string | undefined;
|
|
8169
8169
|
additionalCredentials?: any;
|
|
8170
8170
|
};
|
|
@@ -8177,8 +8177,8 @@ export declare const contactContract: {
|
|
|
8177
8177
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8178
8178
|
id: string;
|
|
8179
8179
|
metadata: {
|
|
8180
|
-
name: string;
|
|
8181
8180
|
id: string;
|
|
8181
|
+
name: string;
|
|
8182
8182
|
picture?: string | undefined;
|
|
8183
8183
|
additionalCredentials?: any;
|
|
8184
8184
|
};
|
|
@@ -8288,10 +8288,9 @@ export declare const contactContract: {
|
|
|
8288
8288
|
fileSize: z.ZodNumber;
|
|
8289
8289
|
fileKey: z.ZodString;
|
|
8290
8290
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
8291
|
-
status: z.
|
|
8291
|
+
status: z.ZodOptional<z.ZodString>;
|
|
8292
8292
|
}, "strip", z.ZodTypeAny, {
|
|
8293
8293
|
id: string;
|
|
8294
|
-
status: string | null;
|
|
8295
8294
|
createdAt: Date;
|
|
8296
8295
|
updatedAt: Date;
|
|
8297
8296
|
deletedAt: Date | null;
|
|
@@ -8300,9 +8299,9 @@ export declare const contactContract: {
|
|
|
8300
8299
|
bucketName: string;
|
|
8301
8300
|
fileSize: number;
|
|
8302
8301
|
fileUrl: string | null;
|
|
8302
|
+
status?: string | undefined;
|
|
8303
8303
|
}, {
|
|
8304
8304
|
id: string;
|
|
8305
|
-
status: string | null;
|
|
8306
8305
|
createdAt: Date;
|
|
8307
8306
|
updatedAt: Date;
|
|
8308
8307
|
deletedAt: Date | null;
|
|
@@ -8311,6 +8310,7 @@ export declare const contactContract: {
|
|
|
8311
8310
|
bucketName: string;
|
|
8312
8311
|
fileSize: number;
|
|
8313
8312
|
fileUrl: string | null;
|
|
8313
|
+
status?: string | undefined;
|
|
8314
8314
|
}>, "many">;
|
|
8315
8315
|
}, "strip", z.ZodTypeAny, {
|
|
8316
8316
|
id: string;
|
|
@@ -8337,7 +8337,6 @@ export declare const contactContract: {
|
|
|
8337
8337
|
dateValue: Date | null;
|
|
8338
8338
|
uploads: {
|
|
8339
8339
|
id: string;
|
|
8340
|
-
status: string | null;
|
|
8341
8340
|
createdAt: Date;
|
|
8342
8341
|
updatedAt: Date;
|
|
8343
8342
|
deletedAt: Date | null;
|
|
@@ -8346,6 +8345,7 @@ export declare const contactContract: {
|
|
|
8346
8345
|
bucketName: string;
|
|
8347
8346
|
fileSize: number;
|
|
8348
8347
|
fileUrl: string | null;
|
|
8348
|
+
status?: string | undefined;
|
|
8349
8349
|
}[];
|
|
8350
8350
|
}, {
|
|
8351
8351
|
id: string;
|
|
@@ -8372,7 +8372,6 @@ export declare const contactContract: {
|
|
|
8372
8372
|
dateValue: Date | null;
|
|
8373
8373
|
uploads: {
|
|
8374
8374
|
id: string;
|
|
8375
|
-
status: string | null;
|
|
8376
8375
|
createdAt: Date;
|
|
8377
8376
|
updatedAt: Date;
|
|
8378
8377
|
deletedAt: Date | null;
|
|
@@ -8381,6 +8380,7 @@ export declare const contactContract: {
|
|
|
8381
8380
|
bucketName: string;
|
|
8382
8381
|
fileSize: number;
|
|
8383
8382
|
fileUrl: string | null;
|
|
8383
|
+
status?: string | undefined;
|
|
8384
8384
|
}[];
|
|
8385
8385
|
}>, "many">;
|
|
8386
8386
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -8488,10 +8488,10 @@ export declare const contactContract: {
|
|
|
8488
8488
|
};
|
|
8489
8489
|
}>, "many">>;
|
|
8490
8490
|
}, "strip", z.ZodTypeAny, {
|
|
8491
|
-
name: string;
|
|
8492
8491
|
id: string;
|
|
8493
8492
|
channel: string | null;
|
|
8494
8493
|
address: string | null;
|
|
8494
|
+
name: string;
|
|
8495
8495
|
createdAt: Date;
|
|
8496
8496
|
updatedAt: Date;
|
|
8497
8497
|
deletedAt: Date | null;
|
|
@@ -8520,7 +8520,6 @@ export declare const contactContract: {
|
|
|
8520
8520
|
dateValue: Date | null;
|
|
8521
8521
|
uploads: {
|
|
8522
8522
|
id: string;
|
|
8523
|
-
status: string | null;
|
|
8524
8523
|
createdAt: Date;
|
|
8525
8524
|
updatedAt: Date;
|
|
8526
8525
|
deletedAt: Date | null;
|
|
@@ -8529,6 +8528,7 @@ export declare const contactContract: {
|
|
|
8529
8528
|
bucketName: string;
|
|
8530
8529
|
fileSize: number;
|
|
8531
8530
|
fileUrl: string | null;
|
|
8531
|
+
status?: string | undefined;
|
|
8532
8532
|
}[];
|
|
8533
8533
|
}[];
|
|
8534
8534
|
company: {
|
|
@@ -8536,8 +8536,8 @@ export declare const contactContract: {
|
|
|
8536
8536
|
createdAt: Date;
|
|
8537
8537
|
updatedAt: Date;
|
|
8538
8538
|
deletedAt: Date | null;
|
|
8539
|
-
name?: string | undefined;
|
|
8540
8539
|
address?: string | null | undefined;
|
|
8540
|
+
name?: string | undefined;
|
|
8541
8541
|
phone?: string | null | undefined;
|
|
8542
8542
|
industry?: string | null | undefined;
|
|
8543
8543
|
} | null;
|
|
@@ -8545,8 +8545,8 @@ export declare const contactContract: {
|
|
|
8545
8545
|
contactProfile: string | null;
|
|
8546
8546
|
socialProfileUrl: string | null;
|
|
8547
8547
|
tags: {
|
|
8548
|
-
name: string;
|
|
8549
8548
|
id: string;
|
|
8549
|
+
name: string;
|
|
8550
8550
|
createdAt: Date;
|
|
8551
8551
|
updatedAt: Date;
|
|
8552
8552
|
deletedAt: Date | null;
|
|
@@ -8571,8 +8571,8 @@ export declare const contactContract: {
|
|
|
8571
8571
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8572
8572
|
id: string;
|
|
8573
8573
|
metadata: {
|
|
8574
|
-
name: string;
|
|
8575
8574
|
id: string;
|
|
8575
|
+
name: string;
|
|
8576
8576
|
picture?: string | undefined;
|
|
8577
8577
|
additionalCredentials?: any;
|
|
8578
8578
|
};
|
|
@@ -8599,10 +8599,10 @@ export declare const contactContract: {
|
|
|
8599
8599
|
};
|
|
8600
8600
|
}[] | undefined;
|
|
8601
8601
|
}, {
|
|
8602
|
-
name: string;
|
|
8603
8602
|
id: string;
|
|
8604
8603
|
channel: string | null;
|
|
8605
8604
|
address: string | null;
|
|
8605
|
+
name: string;
|
|
8606
8606
|
createdAt: Date;
|
|
8607
8607
|
updatedAt: Date;
|
|
8608
8608
|
deletedAt: Date | null;
|
|
@@ -8631,7 +8631,6 @@ export declare const contactContract: {
|
|
|
8631
8631
|
dateValue: Date | null;
|
|
8632
8632
|
uploads: {
|
|
8633
8633
|
id: string;
|
|
8634
|
-
status: string | null;
|
|
8635
8634
|
createdAt: Date;
|
|
8636
8635
|
updatedAt: Date;
|
|
8637
8636
|
deletedAt: Date | null;
|
|
@@ -8640,6 +8639,7 @@ export declare const contactContract: {
|
|
|
8640
8639
|
bucketName: string;
|
|
8641
8640
|
fileSize: number;
|
|
8642
8641
|
fileUrl: string | null;
|
|
8642
|
+
status?: string | undefined;
|
|
8643
8643
|
}[];
|
|
8644
8644
|
}[];
|
|
8645
8645
|
company: {
|
|
@@ -8647,8 +8647,8 @@ export declare const contactContract: {
|
|
|
8647
8647
|
createdAt: Date;
|
|
8648
8648
|
updatedAt: Date;
|
|
8649
8649
|
deletedAt: Date | null;
|
|
8650
|
-
name?: string | undefined;
|
|
8651
8650
|
address?: string | null | undefined;
|
|
8651
|
+
name?: string | undefined;
|
|
8652
8652
|
phone?: string | null | undefined;
|
|
8653
8653
|
industry?: string | null | undefined;
|
|
8654
8654
|
} | null;
|
|
@@ -8656,8 +8656,8 @@ export declare const contactContract: {
|
|
|
8656
8656
|
contactProfile: string | null;
|
|
8657
8657
|
socialProfileUrl: string | null;
|
|
8658
8658
|
tags: {
|
|
8659
|
-
name: string;
|
|
8660
8659
|
id: string;
|
|
8660
|
+
name: string;
|
|
8661
8661
|
createdAt: Date;
|
|
8662
8662
|
updatedAt: Date;
|
|
8663
8663
|
deletedAt: Date | null;
|
|
@@ -8682,8 +8682,8 @@ export declare const contactContract: {
|
|
|
8682
8682
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8683
8683
|
id: string;
|
|
8684
8684
|
metadata: {
|
|
8685
|
-
name: string;
|
|
8686
8685
|
id: string;
|
|
8686
|
+
name: string;
|
|
8687
8687
|
picture?: string | undefined;
|
|
8688
8688
|
additionalCredentials?: any;
|
|
8689
8689
|
};
|
|
@@ -8712,10 +8712,10 @@ export declare const contactContract: {
|
|
|
8712
8712
|
}>;
|
|
8713
8713
|
}, "strip", z.ZodTypeAny, {
|
|
8714
8714
|
data: {
|
|
8715
|
-
name: string;
|
|
8716
8715
|
id: string;
|
|
8717
8716
|
channel: string | null;
|
|
8718
8717
|
address: string | null;
|
|
8718
|
+
name: string;
|
|
8719
8719
|
createdAt: Date;
|
|
8720
8720
|
updatedAt: Date;
|
|
8721
8721
|
deletedAt: Date | null;
|
|
@@ -8744,7 +8744,6 @@ export declare const contactContract: {
|
|
|
8744
8744
|
dateValue: Date | null;
|
|
8745
8745
|
uploads: {
|
|
8746
8746
|
id: string;
|
|
8747
|
-
status: string | null;
|
|
8748
8747
|
createdAt: Date;
|
|
8749
8748
|
updatedAt: Date;
|
|
8750
8749
|
deletedAt: Date | null;
|
|
@@ -8753,6 +8752,7 @@ export declare const contactContract: {
|
|
|
8753
8752
|
bucketName: string;
|
|
8754
8753
|
fileSize: number;
|
|
8755
8754
|
fileUrl: string | null;
|
|
8755
|
+
status?: string | undefined;
|
|
8756
8756
|
}[];
|
|
8757
8757
|
}[];
|
|
8758
8758
|
company: {
|
|
@@ -8760,8 +8760,8 @@ export declare const contactContract: {
|
|
|
8760
8760
|
createdAt: Date;
|
|
8761
8761
|
updatedAt: Date;
|
|
8762
8762
|
deletedAt: Date | null;
|
|
8763
|
-
name?: string | undefined;
|
|
8764
8763
|
address?: string | null | undefined;
|
|
8764
|
+
name?: string | undefined;
|
|
8765
8765
|
phone?: string | null | undefined;
|
|
8766
8766
|
industry?: string | null | undefined;
|
|
8767
8767
|
} | null;
|
|
@@ -8769,8 +8769,8 @@ export declare const contactContract: {
|
|
|
8769
8769
|
contactProfile: string | null;
|
|
8770
8770
|
socialProfileUrl: string | null;
|
|
8771
8771
|
tags: {
|
|
8772
|
-
name: string;
|
|
8773
8772
|
id: string;
|
|
8773
|
+
name: string;
|
|
8774
8774
|
createdAt: Date;
|
|
8775
8775
|
updatedAt: Date;
|
|
8776
8776
|
deletedAt: Date | null;
|
|
@@ -8795,8 +8795,8 @@ export declare const contactContract: {
|
|
|
8795
8795
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8796
8796
|
id: string;
|
|
8797
8797
|
metadata: {
|
|
8798
|
-
name: string;
|
|
8799
8798
|
id: string;
|
|
8799
|
+
name: string;
|
|
8800
8800
|
picture?: string | undefined;
|
|
8801
8801
|
additionalCredentials?: any;
|
|
8802
8802
|
};
|
|
@@ -8826,10 +8826,10 @@ export declare const contactContract: {
|
|
|
8826
8826
|
requestId: string;
|
|
8827
8827
|
}, {
|
|
8828
8828
|
data: {
|
|
8829
|
-
name: string;
|
|
8830
8829
|
id: string;
|
|
8831
8830
|
channel: string | null;
|
|
8832
8831
|
address: string | null;
|
|
8832
|
+
name: string;
|
|
8833
8833
|
createdAt: Date;
|
|
8834
8834
|
updatedAt: Date;
|
|
8835
8835
|
deletedAt: Date | null;
|
|
@@ -8858,7 +8858,6 @@ export declare const contactContract: {
|
|
|
8858
8858
|
dateValue: Date | null;
|
|
8859
8859
|
uploads: {
|
|
8860
8860
|
id: string;
|
|
8861
|
-
status: string | null;
|
|
8862
8861
|
createdAt: Date;
|
|
8863
8862
|
updatedAt: Date;
|
|
8864
8863
|
deletedAt: Date | null;
|
|
@@ -8867,6 +8866,7 @@ export declare const contactContract: {
|
|
|
8867
8866
|
bucketName: string;
|
|
8868
8867
|
fileSize: number;
|
|
8869
8868
|
fileUrl: string | null;
|
|
8869
|
+
status?: string | undefined;
|
|
8870
8870
|
}[];
|
|
8871
8871
|
}[];
|
|
8872
8872
|
company: {
|
|
@@ -8874,8 +8874,8 @@ export declare const contactContract: {
|
|
|
8874
8874
|
createdAt: Date;
|
|
8875
8875
|
updatedAt: Date;
|
|
8876
8876
|
deletedAt: Date | null;
|
|
8877
|
-
name?: string | undefined;
|
|
8878
8877
|
address?: string | null | undefined;
|
|
8878
|
+
name?: string | undefined;
|
|
8879
8879
|
phone?: string | null | undefined;
|
|
8880
8880
|
industry?: string | null | undefined;
|
|
8881
8881
|
} | null;
|
|
@@ -8883,8 +8883,8 @@ export declare const contactContract: {
|
|
|
8883
8883
|
contactProfile: string | null;
|
|
8884
8884
|
socialProfileUrl: string | null;
|
|
8885
8885
|
tags: {
|
|
8886
|
-
name: string;
|
|
8887
8886
|
id: string;
|
|
8887
|
+
name: string;
|
|
8888
8888
|
createdAt: Date;
|
|
8889
8889
|
updatedAt: Date;
|
|
8890
8890
|
deletedAt: Date | null;
|
|
@@ -8909,8 +8909,8 @@ export declare const contactContract: {
|
|
|
8909
8909
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8910
8910
|
id: string;
|
|
8911
8911
|
metadata: {
|
|
8912
|
-
name: string;
|
|
8913
8912
|
id: string;
|
|
8913
|
+
name: string;
|
|
8914
8914
|
picture?: string | undefined;
|
|
8915
8915
|
additionalCredentials?: any;
|
|
8916
8916
|
};
|
|
@@ -9105,14 +9105,14 @@ export declare const contactContract: {
|
|
|
9105
9105
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
9106
9106
|
name: z.ZodString;
|
|
9107
9107
|
}, "strip", z.ZodTypeAny, {
|
|
9108
|
-
name: string;
|
|
9109
9108
|
id: string;
|
|
9109
|
+
name: string;
|
|
9110
9110
|
createdAt: Date;
|
|
9111
9111
|
updatedAt: Date;
|
|
9112
9112
|
deletedAt: Date | null;
|
|
9113
9113
|
}, {
|
|
9114
|
-
name: string;
|
|
9115
9114
|
id: string;
|
|
9115
|
+
name: string;
|
|
9116
9116
|
createdAt: Date;
|
|
9117
9117
|
updatedAt: Date;
|
|
9118
9118
|
deletedAt: Date | null;
|
|
@@ -9268,8 +9268,8 @@ export declare const contactContract: {
|
|
|
9268
9268
|
createdAt: Date;
|
|
9269
9269
|
updatedAt: Date;
|
|
9270
9270
|
deletedAt: Date | null;
|
|
9271
|
-
name?: string | undefined;
|
|
9272
9271
|
address?: string | null | undefined;
|
|
9272
|
+
name?: string | undefined;
|
|
9273
9273
|
phone?: string | null | undefined;
|
|
9274
9274
|
industry?: string | null | undefined;
|
|
9275
9275
|
}, {
|
|
@@ -9277,8 +9277,8 @@ export declare const contactContract: {
|
|
|
9277
9277
|
createdAt: Date;
|
|
9278
9278
|
updatedAt: Date;
|
|
9279
9279
|
deletedAt: Date | null;
|
|
9280
|
-
name?: string | undefined;
|
|
9281
9280
|
address?: string | null | undefined;
|
|
9281
|
+
name?: string | undefined;
|
|
9282
9282
|
phone?: string | null | undefined;
|
|
9283
9283
|
industry?: string | null | undefined;
|
|
9284
9284
|
}>>;
|
|
@@ -9296,13 +9296,13 @@ export declare const contactContract: {
|
|
|
9296
9296
|
picture: z.ZodOptional<z.ZodString>;
|
|
9297
9297
|
additionalCredentials: z.ZodAny;
|
|
9298
9298
|
}, "strip", z.ZodTypeAny, {
|
|
9299
|
-
name: string;
|
|
9300
9299
|
id: string;
|
|
9300
|
+
name: string;
|
|
9301
9301
|
picture?: string | undefined;
|
|
9302
9302
|
additionalCredentials?: any;
|
|
9303
9303
|
}, {
|
|
9304
|
-
name: string;
|
|
9305
9304
|
id: string;
|
|
9305
|
+
name: string;
|
|
9306
9306
|
picture?: string | undefined;
|
|
9307
9307
|
additionalCredentials?: any;
|
|
9308
9308
|
}>;
|
|
@@ -9310,8 +9310,8 @@ export declare const contactContract: {
|
|
|
9310
9310
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9311
9311
|
id: string;
|
|
9312
9312
|
metadata: {
|
|
9313
|
-
name: string;
|
|
9314
9313
|
id: string;
|
|
9314
|
+
name: string;
|
|
9315
9315
|
picture?: string | undefined;
|
|
9316
9316
|
additionalCredentials?: any;
|
|
9317
9317
|
};
|
|
@@ -9324,8 +9324,8 @@ export declare const contactContract: {
|
|
|
9324
9324
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9325
9325
|
id: string;
|
|
9326
9326
|
metadata: {
|
|
9327
|
-
name: string;
|
|
9328
9327
|
id: string;
|
|
9328
|
+
name: string;
|
|
9329
9329
|
picture?: string | undefined;
|
|
9330
9330
|
additionalCredentials?: any;
|
|
9331
9331
|
};
|
|
@@ -9435,10 +9435,9 @@ export declare const contactContract: {
|
|
|
9435
9435
|
fileSize: z.ZodNumber;
|
|
9436
9436
|
fileKey: z.ZodString;
|
|
9437
9437
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
9438
|
-
status: z.
|
|
9438
|
+
status: z.ZodOptional<z.ZodString>;
|
|
9439
9439
|
}, "strip", z.ZodTypeAny, {
|
|
9440
9440
|
id: string;
|
|
9441
|
-
status: string | null;
|
|
9442
9441
|
createdAt: Date;
|
|
9443
9442
|
updatedAt: Date;
|
|
9444
9443
|
deletedAt: Date | null;
|
|
@@ -9447,9 +9446,9 @@ export declare const contactContract: {
|
|
|
9447
9446
|
bucketName: string;
|
|
9448
9447
|
fileSize: number;
|
|
9449
9448
|
fileUrl: string | null;
|
|
9449
|
+
status?: string | undefined;
|
|
9450
9450
|
}, {
|
|
9451
9451
|
id: string;
|
|
9452
|
-
status: string | null;
|
|
9453
9452
|
createdAt: Date;
|
|
9454
9453
|
updatedAt: Date;
|
|
9455
9454
|
deletedAt: Date | null;
|
|
@@ -9458,6 +9457,7 @@ export declare const contactContract: {
|
|
|
9458
9457
|
bucketName: string;
|
|
9459
9458
|
fileSize: number;
|
|
9460
9459
|
fileUrl: string | null;
|
|
9460
|
+
status?: string | undefined;
|
|
9461
9461
|
}>, "many">;
|
|
9462
9462
|
}, "strip", z.ZodTypeAny, {
|
|
9463
9463
|
id: string;
|
|
@@ -9484,7 +9484,6 @@ export declare const contactContract: {
|
|
|
9484
9484
|
dateValue: Date | null;
|
|
9485
9485
|
uploads: {
|
|
9486
9486
|
id: string;
|
|
9487
|
-
status: string | null;
|
|
9488
9487
|
createdAt: Date;
|
|
9489
9488
|
updatedAt: Date;
|
|
9490
9489
|
deletedAt: Date | null;
|
|
@@ -9493,6 +9492,7 @@ export declare const contactContract: {
|
|
|
9493
9492
|
bucketName: string;
|
|
9494
9493
|
fileSize: number;
|
|
9495
9494
|
fileUrl: string | null;
|
|
9495
|
+
status?: string | undefined;
|
|
9496
9496
|
}[];
|
|
9497
9497
|
}, {
|
|
9498
9498
|
id: string;
|
|
@@ -9519,7 +9519,6 @@ export declare const contactContract: {
|
|
|
9519
9519
|
dateValue: Date | null;
|
|
9520
9520
|
uploads: {
|
|
9521
9521
|
id: string;
|
|
9522
|
-
status: string | null;
|
|
9523
9522
|
createdAt: Date;
|
|
9524
9523
|
updatedAt: Date;
|
|
9525
9524
|
deletedAt: Date | null;
|
|
@@ -9528,6 +9527,7 @@ export declare const contactContract: {
|
|
|
9528
9527
|
bucketName: string;
|
|
9529
9528
|
fileSize: number;
|
|
9530
9529
|
fileUrl: string | null;
|
|
9530
|
+
status?: string | undefined;
|
|
9531
9531
|
}[];
|
|
9532
9532
|
}>, "many">;
|
|
9533
9533
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -9635,10 +9635,10 @@ export declare const contactContract: {
|
|
|
9635
9635
|
};
|
|
9636
9636
|
}>, "many">>;
|
|
9637
9637
|
}, "strip", z.ZodTypeAny, {
|
|
9638
|
-
name: string;
|
|
9639
9638
|
id: string;
|
|
9640
9639
|
channel: string | null;
|
|
9641
9640
|
address: string | null;
|
|
9641
|
+
name: string;
|
|
9642
9642
|
createdAt: Date;
|
|
9643
9643
|
updatedAt: Date;
|
|
9644
9644
|
deletedAt: Date | null;
|
|
@@ -9667,7 +9667,6 @@ export declare const contactContract: {
|
|
|
9667
9667
|
dateValue: Date | null;
|
|
9668
9668
|
uploads: {
|
|
9669
9669
|
id: string;
|
|
9670
|
-
status: string | null;
|
|
9671
9670
|
createdAt: Date;
|
|
9672
9671
|
updatedAt: Date;
|
|
9673
9672
|
deletedAt: Date | null;
|
|
@@ -9676,6 +9675,7 @@ export declare const contactContract: {
|
|
|
9676
9675
|
bucketName: string;
|
|
9677
9676
|
fileSize: number;
|
|
9678
9677
|
fileUrl: string | null;
|
|
9678
|
+
status?: string | undefined;
|
|
9679
9679
|
}[];
|
|
9680
9680
|
}[];
|
|
9681
9681
|
company: {
|
|
@@ -9683,8 +9683,8 @@ export declare const contactContract: {
|
|
|
9683
9683
|
createdAt: Date;
|
|
9684
9684
|
updatedAt: Date;
|
|
9685
9685
|
deletedAt: Date | null;
|
|
9686
|
-
name?: string | undefined;
|
|
9687
9686
|
address?: string | null | undefined;
|
|
9687
|
+
name?: string | undefined;
|
|
9688
9688
|
phone?: string | null | undefined;
|
|
9689
9689
|
industry?: string | null | undefined;
|
|
9690
9690
|
} | null;
|
|
@@ -9692,8 +9692,8 @@ export declare const contactContract: {
|
|
|
9692
9692
|
contactProfile: string | null;
|
|
9693
9693
|
socialProfileUrl: string | null;
|
|
9694
9694
|
tags: {
|
|
9695
|
-
name: string;
|
|
9696
9695
|
id: string;
|
|
9696
|
+
name: string;
|
|
9697
9697
|
createdAt: Date;
|
|
9698
9698
|
updatedAt: Date;
|
|
9699
9699
|
deletedAt: Date | null;
|
|
@@ -9718,8 +9718,8 @@ export declare const contactContract: {
|
|
|
9718
9718
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9719
9719
|
id: string;
|
|
9720
9720
|
metadata: {
|
|
9721
|
-
name: string;
|
|
9722
9721
|
id: string;
|
|
9722
|
+
name: string;
|
|
9723
9723
|
picture?: string | undefined;
|
|
9724
9724
|
additionalCredentials?: any;
|
|
9725
9725
|
};
|
|
@@ -9746,10 +9746,10 @@ export declare const contactContract: {
|
|
|
9746
9746
|
};
|
|
9747
9747
|
}[] | undefined;
|
|
9748
9748
|
}, {
|
|
9749
|
-
name: string;
|
|
9750
9749
|
id: string;
|
|
9751
9750
|
channel: string | null;
|
|
9752
9751
|
address: string | null;
|
|
9752
|
+
name: string;
|
|
9753
9753
|
createdAt: Date;
|
|
9754
9754
|
updatedAt: Date;
|
|
9755
9755
|
deletedAt: Date | null;
|
|
@@ -9778,7 +9778,6 @@ export declare const contactContract: {
|
|
|
9778
9778
|
dateValue: Date | null;
|
|
9779
9779
|
uploads: {
|
|
9780
9780
|
id: string;
|
|
9781
|
-
status: string | null;
|
|
9782
9781
|
createdAt: Date;
|
|
9783
9782
|
updatedAt: Date;
|
|
9784
9783
|
deletedAt: Date | null;
|
|
@@ -9787,6 +9786,7 @@ export declare const contactContract: {
|
|
|
9787
9786
|
bucketName: string;
|
|
9788
9787
|
fileSize: number;
|
|
9789
9788
|
fileUrl: string | null;
|
|
9789
|
+
status?: string | undefined;
|
|
9790
9790
|
}[];
|
|
9791
9791
|
}[];
|
|
9792
9792
|
company: {
|
|
@@ -9794,8 +9794,8 @@ export declare const contactContract: {
|
|
|
9794
9794
|
createdAt: Date;
|
|
9795
9795
|
updatedAt: Date;
|
|
9796
9796
|
deletedAt: Date | null;
|
|
9797
|
-
name?: string | undefined;
|
|
9798
9797
|
address?: string | null | undefined;
|
|
9798
|
+
name?: string | undefined;
|
|
9799
9799
|
phone?: string | null | undefined;
|
|
9800
9800
|
industry?: string | null | undefined;
|
|
9801
9801
|
} | null;
|
|
@@ -9803,8 +9803,8 @@ export declare const contactContract: {
|
|
|
9803
9803
|
contactProfile: string | null;
|
|
9804
9804
|
socialProfileUrl: string | null;
|
|
9805
9805
|
tags: {
|
|
9806
|
-
name: string;
|
|
9807
9806
|
id: string;
|
|
9807
|
+
name: string;
|
|
9808
9808
|
createdAt: Date;
|
|
9809
9809
|
updatedAt: Date;
|
|
9810
9810
|
deletedAt: Date | null;
|
|
@@ -9829,8 +9829,8 @@ export declare const contactContract: {
|
|
|
9829
9829
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9830
9830
|
id: string;
|
|
9831
9831
|
metadata: {
|
|
9832
|
-
name: string;
|
|
9833
9832
|
id: string;
|
|
9833
|
+
name: string;
|
|
9834
9834
|
picture?: string | undefined;
|
|
9835
9835
|
additionalCredentials?: any;
|
|
9836
9836
|
};
|
|
@@ -9859,10 +9859,10 @@ export declare const contactContract: {
|
|
|
9859
9859
|
}>;
|
|
9860
9860
|
}, "strip", z.ZodTypeAny, {
|
|
9861
9861
|
data: {
|
|
9862
|
-
name: string;
|
|
9863
9862
|
id: string;
|
|
9864
9863
|
channel: string | null;
|
|
9865
9864
|
address: string | null;
|
|
9865
|
+
name: string;
|
|
9866
9866
|
createdAt: Date;
|
|
9867
9867
|
updatedAt: Date;
|
|
9868
9868
|
deletedAt: Date | null;
|
|
@@ -9891,7 +9891,6 @@ export declare const contactContract: {
|
|
|
9891
9891
|
dateValue: Date | null;
|
|
9892
9892
|
uploads: {
|
|
9893
9893
|
id: string;
|
|
9894
|
-
status: string | null;
|
|
9895
9894
|
createdAt: Date;
|
|
9896
9895
|
updatedAt: Date;
|
|
9897
9896
|
deletedAt: Date | null;
|
|
@@ -9900,6 +9899,7 @@ export declare const contactContract: {
|
|
|
9900
9899
|
bucketName: string;
|
|
9901
9900
|
fileSize: number;
|
|
9902
9901
|
fileUrl: string | null;
|
|
9902
|
+
status?: string | undefined;
|
|
9903
9903
|
}[];
|
|
9904
9904
|
}[];
|
|
9905
9905
|
company: {
|
|
@@ -9907,8 +9907,8 @@ export declare const contactContract: {
|
|
|
9907
9907
|
createdAt: Date;
|
|
9908
9908
|
updatedAt: Date;
|
|
9909
9909
|
deletedAt: Date | null;
|
|
9910
|
-
name?: string | undefined;
|
|
9911
9910
|
address?: string | null | undefined;
|
|
9911
|
+
name?: string | undefined;
|
|
9912
9912
|
phone?: string | null | undefined;
|
|
9913
9913
|
industry?: string | null | undefined;
|
|
9914
9914
|
} | null;
|
|
@@ -9916,8 +9916,8 @@ export declare const contactContract: {
|
|
|
9916
9916
|
contactProfile: string | null;
|
|
9917
9917
|
socialProfileUrl: string | null;
|
|
9918
9918
|
tags: {
|
|
9919
|
-
name: string;
|
|
9920
9919
|
id: string;
|
|
9920
|
+
name: string;
|
|
9921
9921
|
createdAt: Date;
|
|
9922
9922
|
updatedAt: Date;
|
|
9923
9923
|
deletedAt: Date | null;
|
|
@@ -9942,8 +9942,8 @@ export declare const contactContract: {
|
|
|
9942
9942
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9943
9943
|
id: string;
|
|
9944
9944
|
metadata: {
|
|
9945
|
-
name: string;
|
|
9946
9945
|
id: string;
|
|
9946
|
+
name: string;
|
|
9947
9947
|
picture?: string | undefined;
|
|
9948
9948
|
additionalCredentials?: any;
|
|
9949
9949
|
};
|
|
@@ -9973,10 +9973,10 @@ export declare const contactContract: {
|
|
|
9973
9973
|
requestId: string;
|
|
9974
9974
|
}, {
|
|
9975
9975
|
data: {
|
|
9976
|
-
name: string;
|
|
9977
9976
|
id: string;
|
|
9978
9977
|
channel: string | null;
|
|
9979
9978
|
address: string | null;
|
|
9979
|
+
name: string;
|
|
9980
9980
|
createdAt: Date;
|
|
9981
9981
|
updatedAt: Date;
|
|
9982
9982
|
deletedAt: Date | null;
|
|
@@ -10005,7 +10005,6 @@ export declare const contactContract: {
|
|
|
10005
10005
|
dateValue: Date | null;
|
|
10006
10006
|
uploads: {
|
|
10007
10007
|
id: string;
|
|
10008
|
-
status: string | null;
|
|
10009
10008
|
createdAt: Date;
|
|
10010
10009
|
updatedAt: Date;
|
|
10011
10010
|
deletedAt: Date | null;
|
|
@@ -10014,6 +10013,7 @@ export declare const contactContract: {
|
|
|
10014
10013
|
bucketName: string;
|
|
10015
10014
|
fileSize: number;
|
|
10016
10015
|
fileUrl: string | null;
|
|
10016
|
+
status?: string | undefined;
|
|
10017
10017
|
}[];
|
|
10018
10018
|
}[];
|
|
10019
10019
|
company: {
|
|
@@ -10021,8 +10021,8 @@ export declare const contactContract: {
|
|
|
10021
10021
|
createdAt: Date;
|
|
10022
10022
|
updatedAt: Date;
|
|
10023
10023
|
deletedAt: Date | null;
|
|
10024
|
-
name?: string | undefined;
|
|
10025
10024
|
address?: string | null | undefined;
|
|
10025
|
+
name?: string | undefined;
|
|
10026
10026
|
phone?: string | null | undefined;
|
|
10027
10027
|
industry?: string | null | undefined;
|
|
10028
10028
|
} | null;
|
|
@@ -10030,8 +10030,8 @@ export declare const contactContract: {
|
|
|
10030
10030
|
contactProfile: string | null;
|
|
10031
10031
|
socialProfileUrl: string | null;
|
|
10032
10032
|
tags: {
|
|
10033
|
-
name: string;
|
|
10034
10033
|
id: string;
|
|
10034
|
+
name: string;
|
|
10035
10035
|
createdAt: Date;
|
|
10036
10036
|
updatedAt: Date;
|
|
10037
10037
|
deletedAt: Date | null;
|
|
@@ -10056,8 +10056,8 @@ export declare const contactContract: {
|
|
|
10056
10056
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10057
10057
|
id: string;
|
|
10058
10058
|
metadata: {
|
|
10059
|
-
name: string;
|
|
10060
10059
|
id: string;
|
|
10060
|
+
name: string;
|
|
10061
10061
|
picture?: string | undefined;
|
|
10062
10062
|
additionalCredentials?: any;
|
|
10063
10063
|
};
|
|
@@ -10493,10 +10493,9 @@ export declare const contactContract: {
|
|
|
10493
10493
|
fileSize: z.ZodNumber;
|
|
10494
10494
|
fileKey: z.ZodString;
|
|
10495
10495
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
10496
|
-
status: z.
|
|
10496
|
+
status: z.ZodOptional<z.ZodString>;
|
|
10497
10497
|
}, "strip", z.ZodTypeAny, {
|
|
10498
10498
|
id: string;
|
|
10499
|
-
status: string | null;
|
|
10500
10499
|
createdAt: Date;
|
|
10501
10500
|
updatedAt: Date;
|
|
10502
10501
|
deletedAt: Date | null;
|
|
@@ -10505,9 +10504,9 @@ export declare const contactContract: {
|
|
|
10505
10504
|
bucketName: string;
|
|
10506
10505
|
fileSize: number;
|
|
10507
10506
|
fileUrl: string | null;
|
|
10507
|
+
status?: string | undefined;
|
|
10508
10508
|
}, {
|
|
10509
10509
|
id: string;
|
|
10510
|
-
status: string | null;
|
|
10511
10510
|
createdAt: Date;
|
|
10512
10511
|
updatedAt: Date;
|
|
10513
10512
|
deletedAt: Date | null;
|
|
@@ -10516,6 +10515,7 @@ export declare const contactContract: {
|
|
|
10516
10515
|
bucketName: string;
|
|
10517
10516
|
fileSize: number;
|
|
10518
10517
|
fileUrl: string | null;
|
|
10518
|
+
status?: string | undefined;
|
|
10519
10519
|
}>, "many">;
|
|
10520
10520
|
}, "strip", z.ZodTypeAny, {
|
|
10521
10521
|
id: string;
|
|
@@ -10542,7 +10542,6 @@ export declare const contactContract: {
|
|
|
10542
10542
|
dateValue: Date | null;
|
|
10543
10543
|
uploads: {
|
|
10544
10544
|
id: string;
|
|
10545
|
-
status: string | null;
|
|
10546
10545
|
createdAt: Date;
|
|
10547
10546
|
updatedAt: Date;
|
|
10548
10547
|
deletedAt: Date | null;
|
|
@@ -10551,6 +10550,7 @@ export declare const contactContract: {
|
|
|
10551
10550
|
bucketName: string;
|
|
10552
10551
|
fileSize: number;
|
|
10553
10552
|
fileUrl: string | null;
|
|
10553
|
+
status?: string | undefined;
|
|
10554
10554
|
}[];
|
|
10555
10555
|
}, {
|
|
10556
10556
|
id: string;
|
|
@@ -10577,7 +10577,6 @@ export declare const contactContract: {
|
|
|
10577
10577
|
dateValue: Date | null;
|
|
10578
10578
|
uploads: {
|
|
10579
10579
|
id: string;
|
|
10580
|
-
status: string | null;
|
|
10581
10580
|
createdAt: Date;
|
|
10582
10581
|
updatedAt: Date;
|
|
10583
10582
|
deletedAt: Date | null;
|
|
@@ -10586,6 +10585,7 @@ export declare const contactContract: {
|
|
|
10586
10585
|
bucketName: string;
|
|
10587
10586
|
fileSize: number;
|
|
10588
10587
|
fileUrl: string | null;
|
|
10588
|
+
status?: string | undefined;
|
|
10589
10589
|
}[];
|
|
10590
10590
|
}>;
|
|
10591
10591
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10614,7 +10614,6 @@ export declare const contactContract: {
|
|
|
10614
10614
|
dateValue: Date | null;
|
|
10615
10615
|
uploads: {
|
|
10616
10616
|
id: string;
|
|
10617
|
-
status: string | null;
|
|
10618
10617
|
createdAt: Date;
|
|
10619
10618
|
updatedAt: Date;
|
|
10620
10619
|
deletedAt: Date | null;
|
|
@@ -10623,6 +10622,7 @@ export declare const contactContract: {
|
|
|
10623
10622
|
bucketName: string;
|
|
10624
10623
|
fileSize: number;
|
|
10625
10624
|
fileUrl: string | null;
|
|
10625
|
+
status?: string | undefined;
|
|
10626
10626
|
}[];
|
|
10627
10627
|
};
|
|
10628
10628
|
requestId: string;
|
|
@@ -10652,7 +10652,6 @@ export declare const contactContract: {
|
|
|
10652
10652
|
dateValue: Date | null;
|
|
10653
10653
|
uploads: {
|
|
10654
10654
|
id: string;
|
|
10655
|
-
status: string | null;
|
|
10656
10655
|
createdAt: Date;
|
|
10657
10656
|
updatedAt: Date;
|
|
10658
10657
|
deletedAt: Date | null;
|
|
@@ -10661,6 +10660,7 @@ export declare const contactContract: {
|
|
|
10661
10660
|
bucketName: string;
|
|
10662
10661
|
fileSize: number;
|
|
10663
10662
|
fileUrl: string | null;
|
|
10663
|
+
status?: string | undefined;
|
|
10664
10664
|
}[];
|
|
10665
10665
|
};
|
|
10666
10666
|
requestId: string;
|
|
@@ -10766,14 +10766,14 @@ export declare const contactContract: {
|
|
|
10766
10766
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
10767
10767
|
name: z.ZodString;
|
|
10768
10768
|
}, "strip", z.ZodTypeAny, {
|
|
10769
|
-
name: string;
|
|
10770
10769
|
id: string;
|
|
10770
|
+
name: string;
|
|
10771
10771
|
createdAt: Date;
|
|
10772
10772
|
updatedAt: Date;
|
|
10773
10773
|
deletedAt: Date | null;
|
|
10774
10774
|
}, {
|
|
10775
|
-
name: string;
|
|
10776
10775
|
id: string;
|
|
10776
|
+
name: string;
|
|
10777
10777
|
createdAt: Date;
|
|
10778
10778
|
updatedAt: Date;
|
|
10779
10779
|
deletedAt: Date | null;
|
|
@@ -10929,8 +10929,8 @@ export declare const contactContract: {
|
|
|
10929
10929
|
createdAt: Date;
|
|
10930
10930
|
updatedAt: Date;
|
|
10931
10931
|
deletedAt: Date | null;
|
|
10932
|
-
name?: string | undefined;
|
|
10933
10932
|
address?: string | null | undefined;
|
|
10933
|
+
name?: string | undefined;
|
|
10934
10934
|
phone?: string | null | undefined;
|
|
10935
10935
|
industry?: string | null | undefined;
|
|
10936
10936
|
}, {
|
|
@@ -10938,8 +10938,8 @@ export declare const contactContract: {
|
|
|
10938
10938
|
createdAt: Date;
|
|
10939
10939
|
updatedAt: Date;
|
|
10940
10940
|
deletedAt: Date | null;
|
|
10941
|
-
name?: string | undefined;
|
|
10942
10941
|
address?: string | null | undefined;
|
|
10942
|
+
name?: string | undefined;
|
|
10943
10943
|
phone?: string | null | undefined;
|
|
10944
10944
|
industry?: string | null | undefined;
|
|
10945
10945
|
}>>;
|
|
@@ -10957,13 +10957,13 @@ export declare const contactContract: {
|
|
|
10957
10957
|
picture: z.ZodOptional<z.ZodString>;
|
|
10958
10958
|
additionalCredentials: z.ZodAny;
|
|
10959
10959
|
}, "strip", z.ZodTypeAny, {
|
|
10960
|
-
name: string;
|
|
10961
10960
|
id: string;
|
|
10961
|
+
name: string;
|
|
10962
10962
|
picture?: string | undefined;
|
|
10963
10963
|
additionalCredentials?: any;
|
|
10964
10964
|
}, {
|
|
10965
|
-
name: string;
|
|
10966
10965
|
id: string;
|
|
10966
|
+
name: string;
|
|
10967
10967
|
picture?: string | undefined;
|
|
10968
10968
|
additionalCredentials?: any;
|
|
10969
10969
|
}>;
|
|
@@ -10971,8 +10971,8 @@ export declare const contactContract: {
|
|
|
10971
10971
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10972
10972
|
id: string;
|
|
10973
10973
|
metadata: {
|
|
10974
|
-
name: string;
|
|
10975
10974
|
id: string;
|
|
10975
|
+
name: string;
|
|
10976
10976
|
picture?: string | undefined;
|
|
10977
10977
|
additionalCredentials?: any;
|
|
10978
10978
|
};
|
|
@@ -10985,8 +10985,8 @@ export declare const contactContract: {
|
|
|
10985
10985
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10986
10986
|
id: string;
|
|
10987
10987
|
metadata: {
|
|
10988
|
-
name: string;
|
|
10989
10988
|
id: string;
|
|
10989
|
+
name: string;
|
|
10990
10990
|
picture?: string | undefined;
|
|
10991
10991
|
additionalCredentials?: any;
|
|
10992
10992
|
};
|
|
@@ -11096,10 +11096,9 @@ export declare const contactContract: {
|
|
|
11096
11096
|
fileSize: z.ZodNumber;
|
|
11097
11097
|
fileKey: z.ZodString;
|
|
11098
11098
|
fileUrl: z.ZodNullable<z.ZodString>;
|
|
11099
|
-
status: z.
|
|
11099
|
+
status: z.ZodOptional<z.ZodString>;
|
|
11100
11100
|
}, "strip", z.ZodTypeAny, {
|
|
11101
11101
|
id: string;
|
|
11102
|
-
status: string | null;
|
|
11103
11102
|
createdAt: Date;
|
|
11104
11103
|
updatedAt: Date;
|
|
11105
11104
|
deletedAt: Date | null;
|
|
@@ -11108,9 +11107,9 @@ export declare const contactContract: {
|
|
|
11108
11107
|
bucketName: string;
|
|
11109
11108
|
fileSize: number;
|
|
11110
11109
|
fileUrl: string | null;
|
|
11110
|
+
status?: string | undefined;
|
|
11111
11111
|
}, {
|
|
11112
11112
|
id: string;
|
|
11113
|
-
status: string | null;
|
|
11114
11113
|
createdAt: Date;
|
|
11115
11114
|
updatedAt: Date;
|
|
11116
11115
|
deletedAt: Date | null;
|
|
@@ -11119,6 +11118,7 @@ export declare const contactContract: {
|
|
|
11119
11118
|
bucketName: string;
|
|
11120
11119
|
fileSize: number;
|
|
11121
11120
|
fileUrl: string | null;
|
|
11121
|
+
status?: string | undefined;
|
|
11122
11122
|
}>, "many">;
|
|
11123
11123
|
}, "strip", z.ZodTypeAny, {
|
|
11124
11124
|
id: string;
|
|
@@ -11145,7 +11145,6 @@ export declare const contactContract: {
|
|
|
11145
11145
|
dateValue: Date | null;
|
|
11146
11146
|
uploads: {
|
|
11147
11147
|
id: string;
|
|
11148
|
-
status: string | null;
|
|
11149
11148
|
createdAt: Date;
|
|
11150
11149
|
updatedAt: Date;
|
|
11151
11150
|
deletedAt: Date | null;
|
|
@@ -11154,6 +11153,7 @@ export declare const contactContract: {
|
|
|
11154
11153
|
bucketName: string;
|
|
11155
11154
|
fileSize: number;
|
|
11156
11155
|
fileUrl: string | null;
|
|
11156
|
+
status?: string | undefined;
|
|
11157
11157
|
}[];
|
|
11158
11158
|
}, {
|
|
11159
11159
|
id: string;
|
|
@@ -11180,7 +11180,6 @@ export declare const contactContract: {
|
|
|
11180
11180
|
dateValue: Date | null;
|
|
11181
11181
|
uploads: {
|
|
11182
11182
|
id: string;
|
|
11183
|
-
status: string | null;
|
|
11184
11183
|
createdAt: Date;
|
|
11185
11184
|
updatedAt: Date;
|
|
11186
11185
|
deletedAt: Date | null;
|
|
@@ -11189,6 +11188,7 @@ export declare const contactContract: {
|
|
|
11189
11188
|
bucketName: string;
|
|
11190
11189
|
fileSize: number;
|
|
11191
11190
|
fileUrl: string | null;
|
|
11191
|
+
status?: string | undefined;
|
|
11192
11192
|
}[];
|
|
11193
11193
|
}>, "many">;
|
|
11194
11194
|
contactEmails: z.ZodArray<z.ZodObject<{
|
|
@@ -11296,10 +11296,10 @@ export declare const contactContract: {
|
|
|
11296
11296
|
};
|
|
11297
11297
|
}>, "many">>;
|
|
11298
11298
|
}, "strip", z.ZodTypeAny, {
|
|
11299
|
-
name: string;
|
|
11300
11299
|
id: string;
|
|
11301
11300
|
channel: string | null;
|
|
11302
11301
|
address: string | null;
|
|
11302
|
+
name: string;
|
|
11303
11303
|
createdAt: Date;
|
|
11304
11304
|
updatedAt: Date;
|
|
11305
11305
|
deletedAt: Date | null;
|
|
@@ -11328,7 +11328,6 @@ export declare const contactContract: {
|
|
|
11328
11328
|
dateValue: Date | null;
|
|
11329
11329
|
uploads: {
|
|
11330
11330
|
id: string;
|
|
11331
|
-
status: string | null;
|
|
11332
11331
|
createdAt: Date;
|
|
11333
11332
|
updatedAt: Date;
|
|
11334
11333
|
deletedAt: Date | null;
|
|
@@ -11337,6 +11336,7 @@ export declare const contactContract: {
|
|
|
11337
11336
|
bucketName: string;
|
|
11338
11337
|
fileSize: number;
|
|
11339
11338
|
fileUrl: string | null;
|
|
11339
|
+
status?: string | undefined;
|
|
11340
11340
|
}[];
|
|
11341
11341
|
}[];
|
|
11342
11342
|
company: {
|
|
@@ -11344,8 +11344,8 @@ export declare const contactContract: {
|
|
|
11344
11344
|
createdAt: Date;
|
|
11345
11345
|
updatedAt: Date;
|
|
11346
11346
|
deletedAt: Date | null;
|
|
11347
|
-
name?: string | undefined;
|
|
11348
11347
|
address?: string | null | undefined;
|
|
11348
|
+
name?: string | undefined;
|
|
11349
11349
|
phone?: string | null | undefined;
|
|
11350
11350
|
industry?: string | null | undefined;
|
|
11351
11351
|
} | null;
|
|
@@ -11353,8 +11353,8 @@ export declare const contactContract: {
|
|
|
11353
11353
|
contactProfile: string | null;
|
|
11354
11354
|
socialProfileUrl: string | null;
|
|
11355
11355
|
tags: {
|
|
11356
|
-
name: string;
|
|
11357
11356
|
id: string;
|
|
11357
|
+
name: string;
|
|
11358
11358
|
createdAt: Date;
|
|
11359
11359
|
updatedAt: Date;
|
|
11360
11360
|
deletedAt: Date | null;
|
|
@@ -11379,8 +11379,8 @@ export declare const contactContract: {
|
|
|
11379
11379
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
11380
11380
|
id: string;
|
|
11381
11381
|
metadata: {
|
|
11382
|
-
name: string;
|
|
11383
11382
|
id: string;
|
|
11383
|
+
name: string;
|
|
11384
11384
|
picture?: string | undefined;
|
|
11385
11385
|
additionalCredentials?: any;
|
|
11386
11386
|
};
|
|
@@ -11407,10 +11407,10 @@ export declare const contactContract: {
|
|
|
11407
11407
|
};
|
|
11408
11408
|
}[] | undefined;
|
|
11409
11409
|
}, {
|
|
11410
|
-
name: string;
|
|
11411
11410
|
id: string;
|
|
11412
11411
|
channel: string | null;
|
|
11413
11412
|
address: string | null;
|
|
11413
|
+
name: string;
|
|
11414
11414
|
createdAt: Date;
|
|
11415
11415
|
updatedAt: Date;
|
|
11416
11416
|
deletedAt: Date | null;
|
|
@@ -11439,7 +11439,6 @@ export declare const contactContract: {
|
|
|
11439
11439
|
dateValue: Date | null;
|
|
11440
11440
|
uploads: {
|
|
11441
11441
|
id: string;
|
|
11442
|
-
status: string | null;
|
|
11443
11442
|
createdAt: Date;
|
|
11444
11443
|
updatedAt: Date;
|
|
11445
11444
|
deletedAt: Date | null;
|
|
@@ -11448,6 +11447,7 @@ export declare const contactContract: {
|
|
|
11448
11447
|
bucketName: string;
|
|
11449
11448
|
fileSize: number;
|
|
11450
11449
|
fileUrl: string | null;
|
|
11450
|
+
status?: string | undefined;
|
|
11451
11451
|
}[];
|
|
11452
11452
|
}[];
|
|
11453
11453
|
company: {
|
|
@@ -11455,8 +11455,8 @@ export declare const contactContract: {
|
|
|
11455
11455
|
createdAt: Date;
|
|
11456
11456
|
updatedAt: Date;
|
|
11457
11457
|
deletedAt: Date | null;
|
|
11458
|
-
name?: string | undefined;
|
|
11459
11458
|
address?: string | null | undefined;
|
|
11459
|
+
name?: string | undefined;
|
|
11460
11460
|
phone?: string | null | undefined;
|
|
11461
11461
|
industry?: string | null | undefined;
|
|
11462
11462
|
} | null;
|
|
@@ -11464,8 +11464,8 @@ export declare const contactContract: {
|
|
|
11464
11464
|
contactProfile: string | null;
|
|
11465
11465
|
socialProfileUrl: string | null;
|
|
11466
11466
|
tags: {
|
|
11467
|
-
name: string;
|
|
11468
11467
|
id: string;
|
|
11468
|
+
name: string;
|
|
11469
11469
|
createdAt: Date;
|
|
11470
11470
|
updatedAt: Date;
|
|
11471
11471
|
deletedAt: Date | null;
|
|
@@ -11490,8 +11490,8 @@ export declare const contactContract: {
|
|
|
11490
11490
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
11491
11491
|
id: string;
|
|
11492
11492
|
metadata: {
|
|
11493
|
-
name: string;
|
|
11494
11493
|
id: string;
|
|
11494
|
+
name: string;
|
|
11495
11495
|
picture?: string | undefined;
|
|
11496
11496
|
additionalCredentials?: any;
|
|
11497
11497
|
};
|
|
@@ -11520,10 +11520,10 @@ export declare const contactContract: {
|
|
|
11520
11520
|
}>;
|
|
11521
11521
|
}, "strip", z.ZodTypeAny, {
|
|
11522
11522
|
data: {
|
|
11523
|
-
name: string;
|
|
11524
11523
|
id: string;
|
|
11525
11524
|
channel: string | null;
|
|
11526
11525
|
address: string | null;
|
|
11526
|
+
name: string;
|
|
11527
11527
|
createdAt: Date;
|
|
11528
11528
|
updatedAt: Date;
|
|
11529
11529
|
deletedAt: Date | null;
|
|
@@ -11552,7 +11552,6 @@ export declare const contactContract: {
|
|
|
11552
11552
|
dateValue: Date | null;
|
|
11553
11553
|
uploads: {
|
|
11554
11554
|
id: string;
|
|
11555
|
-
status: string | null;
|
|
11556
11555
|
createdAt: Date;
|
|
11557
11556
|
updatedAt: Date;
|
|
11558
11557
|
deletedAt: Date | null;
|
|
@@ -11561,6 +11560,7 @@ export declare const contactContract: {
|
|
|
11561
11560
|
bucketName: string;
|
|
11562
11561
|
fileSize: number;
|
|
11563
11562
|
fileUrl: string | null;
|
|
11563
|
+
status?: string | undefined;
|
|
11564
11564
|
}[];
|
|
11565
11565
|
}[];
|
|
11566
11566
|
company: {
|
|
@@ -11568,8 +11568,8 @@ export declare const contactContract: {
|
|
|
11568
11568
|
createdAt: Date;
|
|
11569
11569
|
updatedAt: Date;
|
|
11570
11570
|
deletedAt: Date | null;
|
|
11571
|
-
name?: string | undefined;
|
|
11572
11571
|
address?: string | null | undefined;
|
|
11572
|
+
name?: string | undefined;
|
|
11573
11573
|
phone?: string | null | undefined;
|
|
11574
11574
|
industry?: string | null | undefined;
|
|
11575
11575
|
} | null;
|
|
@@ -11577,8 +11577,8 @@ export declare const contactContract: {
|
|
|
11577
11577
|
contactProfile: string | null;
|
|
11578
11578
|
socialProfileUrl: string | null;
|
|
11579
11579
|
tags: {
|
|
11580
|
-
name: string;
|
|
11581
11580
|
id: string;
|
|
11581
|
+
name: string;
|
|
11582
11582
|
createdAt: Date;
|
|
11583
11583
|
updatedAt: Date;
|
|
11584
11584
|
deletedAt: Date | null;
|
|
@@ -11603,8 +11603,8 @@ export declare const contactContract: {
|
|
|
11603
11603
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
11604
11604
|
id: string;
|
|
11605
11605
|
metadata: {
|
|
11606
|
-
name: string;
|
|
11607
11606
|
id: string;
|
|
11607
|
+
name: string;
|
|
11608
11608
|
picture?: string | undefined;
|
|
11609
11609
|
additionalCredentials?: any;
|
|
11610
11610
|
};
|
|
@@ -11634,10 +11634,10 @@ export declare const contactContract: {
|
|
|
11634
11634
|
requestId: string;
|
|
11635
11635
|
}, {
|
|
11636
11636
|
data: {
|
|
11637
|
-
name: string;
|
|
11638
11637
|
id: string;
|
|
11639
11638
|
channel: string | null;
|
|
11640
11639
|
address: string | null;
|
|
11640
|
+
name: string;
|
|
11641
11641
|
createdAt: Date;
|
|
11642
11642
|
updatedAt: Date;
|
|
11643
11643
|
deletedAt: Date | null;
|
|
@@ -11666,7 +11666,6 @@ export declare const contactContract: {
|
|
|
11666
11666
|
dateValue: Date | null;
|
|
11667
11667
|
uploads: {
|
|
11668
11668
|
id: string;
|
|
11669
|
-
status: string | null;
|
|
11670
11669
|
createdAt: Date;
|
|
11671
11670
|
updatedAt: Date;
|
|
11672
11671
|
deletedAt: Date | null;
|
|
@@ -11675,6 +11674,7 @@ export declare const contactContract: {
|
|
|
11675
11674
|
bucketName: string;
|
|
11676
11675
|
fileSize: number;
|
|
11677
11676
|
fileUrl: string | null;
|
|
11677
|
+
status?: string | undefined;
|
|
11678
11678
|
}[];
|
|
11679
11679
|
}[];
|
|
11680
11680
|
company: {
|
|
@@ -11682,8 +11682,8 @@ export declare const contactContract: {
|
|
|
11682
11682
|
createdAt: Date;
|
|
11683
11683
|
updatedAt: Date;
|
|
11684
11684
|
deletedAt: Date | null;
|
|
11685
|
-
name?: string | undefined;
|
|
11686
11685
|
address?: string | null | undefined;
|
|
11686
|
+
name?: string | undefined;
|
|
11687
11687
|
phone?: string | null | undefined;
|
|
11688
11688
|
industry?: string | null | undefined;
|
|
11689
11689
|
} | null;
|
|
@@ -11691,8 +11691,8 @@ export declare const contactContract: {
|
|
|
11691
11691
|
contactProfile: string | null;
|
|
11692
11692
|
socialProfileUrl: string | null;
|
|
11693
11693
|
tags: {
|
|
11694
|
-
name: string;
|
|
11695
11694
|
id: string;
|
|
11695
|
+
name: string;
|
|
11696
11696
|
createdAt: Date;
|
|
11697
11697
|
updatedAt: Date;
|
|
11698
11698
|
deletedAt: Date | null;
|
|
@@ -11717,8 +11717,8 @@ export declare const contactContract: {
|
|
|
11717
11717
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
11718
11718
|
id: string;
|
|
11719
11719
|
metadata: {
|
|
11720
|
-
name: string;
|
|
11721
11720
|
id: string;
|
|
11721
|
+
name: string;
|
|
11722
11722
|
picture?: string | undefined;
|
|
11723
11723
|
additionalCredentials?: any;
|
|
11724
11724
|
};
|