@kl1/contracts 1.2.45-uat → 1.2.46-uat
Sign up to get free protection for your applications and to get access to all the features.
- 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 +185 -194
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/subscription/validation.d.ts +0 -10
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -1
- 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 +4398 -4946
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4394 -4937
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -7
@@ -97,14 +97,14 @@ export declare const publicApiContract: {
|
|
97
97
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
98
98
|
name: z.ZodString;
|
99
99
|
}, "strip", z.ZodTypeAny, {
|
100
|
-
name: string;
|
101
100
|
id: string;
|
101
|
+
name: string;
|
102
102
|
createdAt: Date;
|
103
103
|
updatedAt: Date;
|
104
104
|
deletedAt: Date | null;
|
105
105
|
}, {
|
106
|
-
name: string;
|
107
106
|
id: string;
|
107
|
+
name: string;
|
108
108
|
createdAt: Date;
|
109
109
|
updatedAt: Date;
|
110
110
|
deletedAt: Date | null;
|
@@ -260,8 +260,8 @@ export declare const publicApiContract: {
|
|
260
260
|
createdAt: Date;
|
261
261
|
updatedAt: Date;
|
262
262
|
deletedAt: Date | null;
|
263
|
-
name?: string | undefined;
|
264
263
|
address?: string | null | undefined;
|
264
|
+
name?: string | undefined;
|
265
265
|
phone?: string | null | undefined;
|
266
266
|
industry?: string | null | undefined;
|
267
267
|
}, {
|
@@ -269,8 +269,8 @@ export declare const publicApiContract: {
|
|
269
269
|
createdAt: Date;
|
270
270
|
updatedAt: Date;
|
271
271
|
deletedAt: Date | null;
|
272
|
-
name?: string | undefined;
|
273
272
|
address?: string | null | undefined;
|
273
|
+
name?: string | undefined;
|
274
274
|
phone?: string | null | undefined;
|
275
275
|
industry?: string | null | undefined;
|
276
276
|
}>>;
|
@@ -374,10 +374,9 @@ export declare const publicApiContract: {
|
|
374
374
|
fileSize: z.ZodNumber;
|
375
375
|
fileKey: z.ZodString;
|
376
376
|
fileUrl: z.ZodNullable<z.ZodString>;
|
377
|
-
status: z.
|
377
|
+
status: z.ZodOptional<z.ZodString>;
|
378
378
|
}, "strip", z.ZodTypeAny, {
|
379
379
|
id: string;
|
380
|
-
status: string | null;
|
381
380
|
createdAt: Date;
|
382
381
|
updatedAt: Date;
|
383
382
|
deletedAt: Date | null;
|
@@ -386,9 +385,9 @@ export declare const publicApiContract: {
|
|
386
385
|
bucketName: string;
|
387
386
|
fileSize: number;
|
388
387
|
fileUrl: string | null;
|
388
|
+
status?: string | undefined;
|
389
389
|
}, {
|
390
390
|
id: string;
|
391
|
-
status: string | null;
|
392
391
|
createdAt: Date;
|
393
392
|
updatedAt: Date;
|
394
393
|
deletedAt: Date | null;
|
@@ -397,6 +396,7 @@ export declare const publicApiContract: {
|
|
397
396
|
bucketName: string;
|
398
397
|
fileSize: number;
|
399
398
|
fileUrl: string | null;
|
399
|
+
status?: string | undefined;
|
400
400
|
}>, "many">;
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
402
402
|
id: string;
|
@@ -423,7 +423,6 @@ export declare const publicApiContract: {
|
|
423
423
|
dateValue: Date | null;
|
424
424
|
uploads: {
|
425
425
|
id: string;
|
426
|
-
status: string | null;
|
427
426
|
createdAt: Date;
|
428
427
|
updatedAt: Date;
|
429
428
|
deletedAt: Date | null;
|
@@ -432,6 +431,7 @@ export declare const publicApiContract: {
|
|
432
431
|
bucketName: string;
|
433
432
|
fileSize: number;
|
434
433
|
fileUrl: string | null;
|
434
|
+
status?: string | undefined;
|
435
435
|
}[];
|
436
436
|
}, {
|
437
437
|
id: string;
|
@@ -458,7 +458,6 @@ export declare const publicApiContract: {
|
|
458
458
|
dateValue: Date | null;
|
459
459
|
uploads: {
|
460
460
|
id: string;
|
461
|
-
status: string | null;
|
462
461
|
createdAt: Date;
|
463
462
|
updatedAt: Date;
|
464
463
|
deletedAt: Date | null;
|
@@ -467,6 +466,7 @@ export declare const publicApiContract: {
|
|
467
466
|
bucketName: string;
|
468
467
|
fileSize: number;
|
469
468
|
fileUrl: string | null;
|
469
|
+
status?: string | undefined;
|
470
470
|
}[];
|
471
471
|
}>, "many">;
|
472
472
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -574,10 +574,10 @@ export declare const publicApiContract: {
|
|
574
574
|
};
|
575
575
|
}>, "many">>;
|
576
576
|
}, "strip", z.ZodTypeAny, {
|
577
|
-
name: string;
|
578
577
|
id: string;
|
579
578
|
channel: string | null;
|
580
579
|
address: string | null;
|
580
|
+
name: string;
|
581
581
|
createdAt: Date;
|
582
582
|
updatedAt: Date;
|
583
583
|
deletedAt: Date | null;
|
@@ -606,7 +606,6 @@ export declare const publicApiContract: {
|
|
606
606
|
dateValue: Date | null;
|
607
607
|
uploads: {
|
608
608
|
id: string;
|
609
|
-
status: string | null;
|
610
609
|
createdAt: Date;
|
611
610
|
updatedAt: Date;
|
612
611
|
deletedAt: Date | null;
|
@@ -615,6 +614,7 @@ export declare const publicApiContract: {
|
|
615
614
|
bucketName: string;
|
616
615
|
fileSize: number;
|
617
616
|
fileUrl: string | null;
|
617
|
+
status?: string | undefined;
|
618
618
|
}[];
|
619
619
|
}[];
|
620
620
|
company: {
|
@@ -622,8 +622,8 @@ export declare const publicApiContract: {
|
|
622
622
|
createdAt: Date;
|
623
623
|
updatedAt: Date;
|
624
624
|
deletedAt: Date | null;
|
625
|
-
name?: string | undefined;
|
626
625
|
address?: string | null | undefined;
|
626
|
+
name?: string | undefined;
|
627
627
|
phone?: string | null | undefined;
|
628
628
|
industry?: string | null | undefined;
|
629
629
|
} | null;
|
@@ -631,8 +631,8 @@ export declare const publicApiContract: {
|
|
631
631
|
contactProfile: string | null;
|
632
632
|
socialProfileUrl: string | null;
|
633
633
|
tags: {
|
634
|
-
name: string;
|
635
634
|
id: string;
|
635
|
+
name: string;
|
636
636
|
createdAt: Date;
|
637
637
|
updatedAt: Date;
|
638
638
|
deletedAt: Date | null;
|
@@ -670,10 +670,10 @@ export declare const publicApiContract: {
|
|
670
670
|
};
|
671
671
|
}[] | undefined;
|
672
672
|
}, {
|
673
|
-
name: string;
|
674
673
|
id: string;
|
675
674
|
channel: string | null;
|
676
675
|
address: string | null;
|
676
|
+
name: string;
|
677
677
|
createdAt: Date;
|
678
678
|
updatedAt: Date;
|
679
679
|
deletedAt: Date | null;
|
@@ -702,7 +702,6 @@ export declare const publicApiContract: {
|
|
702
702
|
dateValue: Date | null;
|
703
703
|
uploads: {
|
704
704
|
id: string;
|
705
|
-
status: string | null;
|
706
705
|
createdAt: Date;
|
707
706
|
updatedAt: Date;
|
708
707
|
deletedAt: Date | null;
|
@@ -711,6 +710,7 @@ export declare const publicApiContract: {
|
|
711
710
|
bucketName: string;
|
712
711
|
fileSize: number;
|
713
712
|
fileUrl: string | null;
|
713
|
+
status?: string | undefined;
|
714
714
|
}[];
|
715
715
|
}[];
|
716
716
|
company: {
|
@@ -718,8 +718,8 @@ export declare const publicApiContract: {
|
|
718
718
|
createdAt: Date;
|
719
719
|
updatedAt: Date;
|
720
720
|
deletedAt: Date | null;
|
721
|
-
name?: string | undefined;
|
722
721
|
address?: string | null | undefined;
|
722
|
+
name?: string | undefined;
|
723
723
|
phone?: string | null | undefined;
|
724
724
|
industry?: string | null | undefined;
|
725
725
|
} | null;
|
@@ -727,8 +727,8 @@ export declare const publicApiContract: {
|
|
727
727
|
contactProfile: string | null;
|
728
728
|
socialProfileUrl: string | null;
|
729
729
|
tags: {
|
730
|
-
name: string;
|
731
730
|
id: string;
|
731
|
+
name: string;
|
732
732
|
createdAt: Date;
|
733
733
|
updatedAt: Date;
|
734
734
|
deletedAt: Date | null;
|
@@ -768,10 +768,10 @@ export declare const publicApiContract: {
|
|
768
768
|
}>;
|
769
769
|
}, "strip", z.ZodTypeAny, {
|
770
770
|
data: {
|
771
|
-
name: string;
|
772
771
|
id: string;
|
773
772
|
channel: string | null;
|
774
773
|
address: string | null;
|
774
|
+
name: string;
|
775
775
|
createdAt: Date;
|
776
776
|
updatedAt: Date;
|
777
777
|
deletedAt: Date | null;
|
@@ -800,7 +800,6 @@ export declare const publicApiContract: {
|
|
800
800
|
dateValue: Date | null;
|
801
801
|
uploads: {
|
802
802
|
id: string;
|
803
|
-
status: string | null;
|
804
803
|
createdAt: Date;
|
805
804
|
updatedAt: Date;
|
806
805
|
deletedAt: Date | null;
|
@@ -809,6 +808,7 @@ export declare const publicApiContract: {
|
|
809
808
|
bucketName: string;
|
810
809
|
fileSize: number;
|
811
810
|
fileUrl: string | null;
|
811
|
+
status?: string | undefined;
|
812
812
|
}[];
|
813
813
|
}[];
|
814
814
|
company: {
|
@@ -816,8 +816,8 @@ export declare const publicApiContract: {
|
|
816
816
|
createdAt: Date;
|
817
817
|
updatedAt: Date;
|
818
818
|
deletedAt: Date | null;
|
819
|
-
name?: string | undefined;
|
820
819
|
address?: string | null | undefined;
|
820
|
+
name?: string | undefined;
|
821
821
|
phone?: string | null | undefined;
|
822
822
|
industry?: string | null | undefined;
|
823
823
|
} | null;
|
@@ -825,8 +825,8 @@ export declare const publicApiContract: {
|
|
825
825
|
contactProfile: string | null;
|
826
826
|
socialProfileUrl: string | null;
|
827
827
|
tags: {
|
828
|
-
name: string;
|
829
828
|
id: string;
|
829
|
+
name: string;
|
830
830
|
createdAt: Date;
|
831
831
|
updatedAt: Date;
|
832
832
|
deletedAt: Date | null;
|
@@ -867,10 +867,10 @@ export declare const publicApiContract: {
|
|
867
867
|
requestId: string;
|
868
868
|
}, {
|
869
869
|
data: {
|
870
|
-
name: string;
|
871
870
|
id: string;
|
872
871
|
channel: string | null;
|
873
872
|
address: string | null;
|
873
|
+
name: string;
|
874
874
|
createdAt: Date;
|
875
875
|
updatedAt: Date;
|
876
876
|
deletedAt: Date | null;
|
@@ -899,7 +899,6 @@ export declare const publicApiContract: {
|
|
899
899
|
dateValue: Date | null;
|
900
900
|
uploads: {
|
901
901
|
id: string;
|
902
|
-
status: string | null;
|
903
902
|
createdAt: Date;
|
904
903
|
updatedAt: Date;
|
905
904
|
deletedAt: Date | null;
|
@@ -908,6 +907,7 @@ export declare const publicApiContract: {
|
|
908
907
|
bucketName: string;
|
909
908
|
fileSize: number;
|
910
909
|
fileUrl: string | null;
|
910
|
+
status?: string | undefined;
|
911
911
|
}[];
|
912
912
|
}[];
|
913
913
|
company: {
|
@@ -915,8 +915,8 @@ export declare const publicApiContract: {
|
|
915
915
|
createdAt: Date;
|
916
916
|
updatedAt: Date;
|
917
917
|
deletedAt: Date | null;
|
918
|
-
name?: string | undefined;
|
919
918
|
address?: string | null | undefined;
|
919
|
+
name?: string | undefined;
|
920
920
|
phone?: string | null | undefined;
|
921
921
|
industry?: string | null | undefined;
|
922
922
|
} | null;
|
@@ -924,8 +924,8 @@ export declare const publicApiContract: {
|
|
924
924
|
contactProfile: string | null;
|
925
925
|
socialProfileUrl: string | null;
|
926
926
|
tags: {
|
927
|
-
name: string;
|
928
927
|
id: string;
|
928
|
+
name: string;
|
929
929
|
createdAt: Date;
|
930
930
|
updatedAt: Date;
|
931
931
|
deletedAt: Date | null;
|
@@ -1044,14 +1044,14 @@ export declare const publicApiContract: {
|
|
1044
1044
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1045
1045
|
name: z.ZodString;
|
1046
1046
|
}, "strip", z.ZodTypeAny, {
|
1047
|
-
name: string;
|
1048
1047
|
id: string;
|
1048
|
+
name: string;
|
1049
1049
|
createdAt: Date;
|
1050
1050
|
updatedAt: Date;
|
1051
1051
|
deletedAt: Date | null;
|
1052
1052
|
}, {
|
1053
|
-
name: string;
|
1054
1053
|
id: string;
|
1054
|
+
name: string;
|
1055
1055
|
createdAt: Date;
|
1056
1056
|
updatedAt: Date;
|
1057
1057
|
deletedAt: Date | null;
|
@@ -1059,8 +1059,8 @@ export declare const publicApiContract: {
|
|
1059
1059
|
}, "strip", z.ZodTypeAny, {
|
1060
1060
|
requestId: string;
|
1061
1061
|
tags: {
|
1062
|
-
name: string;
|
1063
1062
|
id: string;
|
1063
|
+
name: string;
|
1064
1064
|
createdAt: Date;
|
1065
1065
|
updatedAt: Date;
|
1066
1066
|
deletedAt: Date | null;
|
@@ -1068,8 +1068,8 @@ export declare const publicApiContract: {
|
|
1068
1068
|
}, {
|
1069
1069
|
requestId: string;
|
1070
1070
|
tags: {
|
1071
|
-
name: string;
|
1072
1071
|
id: string;
|
1072
|
+
name: string;
|
1073
1073
|
createdAt: Date;
|
1074
1074
|
updatedAt: Date;
|
1075
1075
|
deletedAt: Date | null;
|
@@ -1223,14 +1223,14 @@ export declare const publicApiContract: {
|
|
1223
1223
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1224
1224
|
name: z.ZodString;
|
1225
1225
|
}, "strip", z.ZodTypeAny, {
|
1226
|
-
name: string;
|
1227
1226
|
id: string;
|
1227
|
+
name: string;
|
1228
1228
|
createdAt: Date;
|
1229
1229
|
updatedAt: Date;
|
1230
1230
|
deletedAt: Date | null;
|
1231
1231
|
}, {
|
1232
|
-
name: string;
|
1233
1232
|
id: string;
|
1233
|
+
name: string;
|
1234
1234
|
createdAt: Date;
|
1235
1235
|
updatedAt: Date;
|
1236
1236
|
deletedAt: Date | null;
|
@@ -1386,8 +1386,8 @@ export declare const publicApiContract: {
|
|
1386
1386
|
createdAt: Date;
|
1387
1387
|
updatedAt: Date;
|
1388
1388
|
deletedAt: Date | null;
|
1389
|
-
name?: string | undefined;
|
1390
1389
|
address?: string | null | undefined;
|
1390
|
+
name?: string | undefined;
|
1391
1391
|
phone?: string | null | undefined;
|
1392
1392
|
industry?: string | null | undefined;
|
1393
1393
|
}, {
|
@@ -1395,8 +1395,8 @@ export declare const publicApiContract: {
|
|
1395
1395
|
createdAt: Date;
|
1396
1396
|
updatedAt: Date;
|
1397
1397
|
deletedAt: Date | null;
|
1398
|
-
name?: string | undefined;
|
1399
1398
|
address?: string | null | undefined;
|
1399
|
+
name?: string | undefined;
|
1400
1400
|
phone?: string | null | undefined;
|
1401
1401
|
industry?: string | null | undefined;
|
1402
1402
|
}>>;
|
@@ -1500,10 +1500,9 @@ export declare const publicApiContract: {
|
|
1500
1500
|
fileSize: z.ZodNumber;
|
1501
1501
|
fileKey: z.ZodString;
|
1502
1502
|
fileUrl: z.ZodNullable<z.ZodString>;
|
1503
|
-
status: z.
|
1503
|
+
status: z.ZodOptional<z.ZodString>;
|
1504
1504
|
}, "strip", z.ZodTypeAny, {
|
1505
1505
|
id: string;
|
1506
|
-
status: string | null;
|
1507
1506
|
createdAt: Date;
|
1508
1507
|
updatedAt: Date;
|
1509
1508
|
deletedAt: Date | null;
|
@@ -1512,9 +1511,9 @@ export declare const publicApiContract: {
|
|
1512
1511
|
bucketName: string;
|
1513
1512
|
fileSize: number;
|
1514
1513
|
fileUrl: string | null;
|
1514
|
+
status?: string | undefined;
|
1515
1515
|
}, {
|
1516
1516
|
id: string;
|
1517
|
-
status: string | null;
|
1518
1517
|
createdAt: Date;
|
1519
1518
|
updatedAt: Date;
|
1520
1519
|
deletedAt: Date | null;
|
@@ -1523,6 +1522,7 @@ export declare const publicApiContract: {
|
|
1523
1522
|
bucketName: string;
|
1524
1523
|
fileSize: number;
|
1525
1524
|
fileUrl: string | null;
|
1525
|
+
status?: string | undefined;
|
1526
1526
|
}>, "many">;
|
1527
1527
|
}, "strip", z.ZodTypeAny, {
|
1528
1528
|
id: string;
|
@@ -1549,7 +1549,6 @@ export declare const publicApiContract: {
|
|
1549
1549
|
dateValue: Date | null;
|
1550
1550
|
uploads: {
|
1551
1551
|
id: string;
|
1552
|
-
status: string | null;
|
1553
1552
|
createdAt: Date;
|
1554
1553
|
updatedAt: Date;
|
1555
1554
|
deletedAt: Date | null;
|
@@ -1558,6 +1557,7 @@ export declare const publicApiContract: {
|
|
1558
1557
|
bucketName: string;
|
1559
1558
|
fileSize: number;
|
1560
1559
|
fileUrl: string | null;
|
1560
|
+
status?: string | undefined;
|
1561
1561
|
}[];
|
1562
1562
|
}, {
|
1563
1563
|
id: string;
|
@@ -1584,7 +1584,6 @@ export declare const publicApiContract: {
|
|
1584
1584
|
dateValue: Date | null;
|
1585
1585
|
uploads: {
|
1586
1586
|
id: string;
|
1587
|
-
status: string | null;
|
1588
1587
|
createdAt: Date;
|
1589
1588
|
updatedAt: Date;
|
1590
1589
|
deletedAt: Date | null;
|
@@ -1593,6 +1592,7 @@ export declare const publicApiContract: {
|
|
1593
1592
|
bucketName: string;
|
1594
1593
|
fileSize: number;
|
1595
1594
|
fileUrl: string | null;
|
1595
|
+
status?: string | undefined;
|
1596
1596
|
}[];
|
1597
1597
|
}>, "many">;
|
1598
1598
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -1700,10 +1700,10 @@ export declare const publicApiContract: {
|
|
1700
1700
|
};
|
1701
1701
|
}>, "many">>;
|
1702
1702
|
}, "strip", z.ZodTypeAny, {
|
1703
|
-
name: string;
|
1704
1703
|
id: string;
|
1705
1704
|
channel: string | null;
|
1706
1705
|
address: string | null;
|
1706
|
+
name: string;
|
1707
1707
|
createdAt: Date;
|
1708
1708
|
updatedAt: Date;
|
1709
1709
|
deletedAt: Date | null;
|
@@ -1732,7 +1732,6 @@ export declare const publicApiContract: {
|
|
1732
1732
|
dateValue: Date | null;
|
1733
1733
|
uploads: {
|
1734
1734
|
id: string;
|
1735
|
-
status: string | null;
|
1736
1735
|
createdAt: Date;
|
1737
1736
|
updatedAt: Date;
|
1738
1737
|
deletedAt: Date | null;
|
@@ -1741,6 +1740,7 @@ export declare const publicApiContract: {
|
|
1741
1740
|
bucketName: string;
|
1742
1741
|
fileSize: number;
|
1743
1742
|
fileUrl: string | null;
|
1743
|
+
status?: string | undefined;
|
1744
1744
|
}[];
|
1745
1745
|
}[];
|
1746
1746
|
company: {
|
@@ -1748,8 +1748,8 @@ export declare const publicApiContract: {
|
|
1748
1748
|
createdAt: Date;
|
1749
1749
|
updatedAt: Date;
|
1750
1750
|
deletedAt: Date | null;
|
1751
|
-
name?: string | undefined;
|
1752
1751
|
address?: string | null | undefined;
|
1752
|
+
name?: string | undefined;
|
1753
1753
|
phone?: string | null | undefined;
|
1754
1754
|
industry?: string | null | undefined;
|
1755
1755
|
} | null;
|
@@ -1757,8 +1757,8 @@ export declare const publicApiContract: {
|
|
1757
1757
|
contactProfile: string | null;
|
1758
1758
|
socialProfileUrl: string | null;
|
1759
1759
|
tags: {
|
1760
|
-
name: string;
|
1761
1760
|
id: string;
|
1761
|
+
name: string;
|
1762
1762
|
createdAt: Date;
|
1763
1763
|
updatedAt: Date;
|
1764
1764
|
deletedAt: Date | null;
|
@@ -1796,10 +1796,10 @@ export declare const publicApiContract: {
|
|
1796
1796
|
};
|
1797
1797
|
}[] | undefined;
|
1798
1798
|
}, {
|
1799
|
-
name: string;
|
1800
1799
|
id: string;
|
1801
1800
|
channel: string | null;
|
1802
1801
|
address: string | null;
|
1802
|
+
name: string;
|
1803
1803
|
createdAt: Date;
|
1804
1804
|
updatedAt: Date;
|
1805
1805
|
deletedAt: Date | null;
|
@@ -1828,7 +1828,6 @@ export declare const publicApiContract: {
|
|
1828
1828
|
dateValue: Date | null;
|
1829
1829
|
uploads: {
|
1830
1830
|
id: string;
|
1831
|
-
status: string | null;
|
1832
1831
|
createdAt: Date;
|
1833
1832
|
updatedAt: Date;
|
1834
1833
|
deletedAt: Date | null;
|
@@ -1837,6 +1836,7 @@ export declare const publicApiContract: {
|
|
1837
1836
|
bucketName: string;
|
1838
1837
|
fileSize: number;
|
1839
1838
|
fileUrl: string | null;
|
1839
|
+
status?: string | undefined;
|
1840
1840
|
}[];
|
1841
1841
|
}[];
|
1842
1842
|
company: {
|
@@ -1844,8 +1844,8 @@ export declare const publicApiContract: {
|
|
1844
1844
|
createdAt: Date;
|
1845
1845
|
updatedAt: Date;
|
1846
1846
|
deletedAt: Date | null;
|
1847
|
-
name?: string | undefined;
|
1848
1847
|
address?: string | null | undefined;
|
1848
|
+
name?: string | undefined;
|
1849
1849
|
phone?: string | null | undefined;
|
1850
1850
|
industry?: string | null | undefined;
|
1851
1851
|
} | null;
|
@@ -1853,8 +1853,8 @@ export declare const publicApiContract: {
|
|
1853
1853
|
contactProfile: string | null;
|
1854
1854
|
socialProfileUrl: string | null;
|
1855
1855
|
tags: {
|
1856
|
-
name: string;
|
1857
1856
|
id: string;
|
1857
|
+
name: string;
|
1858
1858
|
createdAt: Date;
|
1859
1859
|
updatedAt: Date;
|
1860
1860
|
deletedAt: Date | null;
|
@@ -1894,10 +1894,10 @@ export declare const publicApiContract: {
|
|
1894
1894
|
}>, "many">;
|
1895
1895
|
}, "strip", z.ZodTypeAny, {
|
1896
1896
|
data: {
|
1897
|
-
name: string;
|
1898
1897
|
id: string;
|
1899
1898
|
channel: string | null;
|
1900
1899
|
address: string | null;
|
1900
|
+
name: string;
|
1901
1901
|
createdAt: Date;
|
1902
1902
|
updatedAt: Date;
|
1903
1903
|
deletedAt: Date | null;
|
@@ -1926,7 +1926,6 @@ export declare const publicApiContract: {
|
|
1926
1926
|
dateValue: Date | null;
|
1927
1927
|
uploads: {
|
1928
1928
|
id: string;
|
1929
|
-
status: string | null;
|
1930
1929
|
createdAt: Date;
|
1931
1930
|
updatedAt: Date;
|
1932
1931
|
deletedAt: Date | null;
|
@@ -1935,6 +1934,7 @@ export declare const publicApiContract: {
|
|
1935
1934
|
bucketName: string;
|
1936
1935
|
fileSize: number;
|
1937
1936
|
fileUrl: string | null;
|
1937
|
+
status?: string | undefined;
|
1938
1938
|
}[];
|
1939
1939
|
}[];
|
1940
1940
|
company: {
|
@@ -1942,8 +1942,8 @@ export declare const publicApiContract: {
|
|
1942
1942
|
createdAt: Date;
|
1943
1943
|
updatedAt: Date;
|
1944
1944
|
deletedAt: Date | null;
|
1945
|
-
name?: string | undefined;
|
1946
1945
|
address?: string | null | undefined;
|
1946
|
+
name?: string | undefined;
|
1947
1947
|
phone?: string | null | undefined;
|
1948
1948
|
industry?: string | null | undefined;
|
1949
1949
|
} | null;
|
@@ -1951,8 +1951,8 @@ export declare const publicApiContract: {
|
|
1951
1951
|
contactProfile: string | null;
|
1952
1952
|
socialProfileUrl: string | null;
|
1953
1953
|
tags: {
|
1954
|
-
name: string;
|
1955
1954
|
id: string;
|
1955
|
+
name: string;
|
1956
1956
|
createdAt: Date;
|
1957
1957
|
updatedAt: Date;
|
1958
1958
|
deletedAt: Date | null;
|
@@ -1997,10 +1997,10 @@ export declare const publicApiContract: {
|
|
1997
1997
|
requestId: string;
|
1998
1998
|
}, {
|
1999
1999
|
data: {
|
2000
|
-
name: string;
|
2001
2000
|
id: string;
|
2002
2001
|
channel: string | null;
|
2003
2002
|
address: string | null;
|
2003
|
+
name: string;
|
2004
2004
|
createdAt: Date;
|
2005
2005
|
updatedAt: Date;
|
2006
2006
|
deletedAt: Date | null;
|
@@ -2029,7 +2029,6 @@ export declare const publicApiContract: {
|
|
2029
2029
|
dateValue: Date | null;
|
2030
2030
|
uploads: {
|
2031
2031
|
id: string;
|
2032
|
-
status: string | null;
|
2033
2032
|
createdAt: Date;
|
2034
2033
|
updatedAt: Date;
|
2035
2034
|
deletedAt: Date | null;
|
@@ -2038,6 +2037,7 @@ export declare const publicApiContract: {
|
|
2038
2037
|
bucketName: string;
|
2039
2038
|
fileSize: number;
|
2040
2039
|
fileUrl: string | null;
|
2040
|
+
status?: string | undefined;
|
2041
2041
|
}[];
|
2042
2042
|
}[];
|
2043
2043
|
company: {
|
@@ -2045,8 +2045,8 @@ export declare const publicApiContract: {
|
|
2045
2045
|
createdAt: Date;
|
2046
2046
|
updatedAt: Date;
|
2047
2047
|
deletedAt: Date | null;
|
2048
|
-
name?: string | undefined;
|
2049
2048
|
address?: string | null | undefined;
|
2049
|
+
name?: string | undefined;
|
2050
2050
|
phone?: string | null | undefined;
|
2051
2051
|
industry?: string | null | undefined;
|
2052
2052
|
} | null;
|
@@ -2054,8 +2054,8 @@ export declare const publicApiContract: {
|
|
2054
2054
|
contactProfile: string | null;
|
2055
2055
|
socialProfileUrl: string | null;
|
2056
2056
|
tags: {
|
2057
|
-
name: string;
|
2058
2057
|
id: string;
|
2058
|
+
name: string;
|
2059
2059
|
createdAt: Date;
|
2060
2060
|
updatedAt: Date;
|
2061
2061
|
deletedAt: Date | null;
|
@@ -2276,10 +2276,9 @@ export declare const publicApiContract: {
|
|
2276
2276
|
fileSize: z.ZodNumber;
|
2277
2277
|
fileKey: z.ZodString;
|
2278
2278
|
fileUrl: z.ZodNullable<z.ZodString>;
|
2279
|
-
status: z.
|
2279
|
+
status: z.ZodOptional<z.ZodString>;
|
2280
2280
|
}, "strip", z.ZodTypeAny, {
|
2281
2281
|
id: string;
|
2282
|
-
status: string | null;
|
2283
2282
|
createdAt: Date;
|
2284
2283
|
updatedAt: Date;
|
2285
2284
|
deletedAt: Date | null;
|
@@ -2288,9 +2287,9 @@ export declare const publicApiContract: {
|
|
2288
2287
|
bucketName: string;
|
2289
2288
|
fileSize: number;
|
2290
2289
|
fileUrl: string | null;
|
2290
|
+
status?: string | undefined;
|
2291
2291
|
}, {
|
2292
2292
|
id: string;
|
2293
|
-
status: string | null;
|
2294
2293
|
createdAt: Date;
|
2295
2294
|
updatedAt: Date;
|
2296
2295
|
deletedAt: Date | null;
|
@@ -2299,6 +2298,7 @@ export declare const publicApiContract: {
|
|
2299
2298
|
bucketName: string;
|
2300
2299
|
fileSize: number;
|
2301
2300
|
fileUrl: string | null;
|
2301
|
+
status?: string | undefined;
|
2302
2302
|
}>, "many">;
|
2303
2303
|
}, "strip", z.ZodTypeAny, {
|
2304
2304
|
id: string;
|
@@ -2325,7 +2325,6 @@ export declare const publicApiContract: {
|
|
2325
2325
|
dateValue: Date | null;
|
2326
2326
|
uploads: {
|
2327
2327
|
id: string;
|
2328
|
-
status: string | null;
|
2329
2328
|
createdAt: Date;
|
2330
2329
|
updatedAt: Date;
|
2331
2330
|
deletedAt: Date | null;
|
@@ -2334,6 +2333,7 @@ export declare const publicApiContract: {
|
|
2334
2333
|
bucketName: string;
|
2335
2334
|
fileSize: number;
|
2336
2335
|
fileUrl: string | null;
|
2336
|
+
status?: string | undefined;
|
2337
2337
|
}[];
|
2338
2338
|
}, {
|
2339
2339
|
id: string;
|
@@ -2360,7 +2360,6 @@ export declare const publicApiContract: {
|
|
2360
2360
|
dateValue: Date | null;
|
2361
2361
|
uploads: {
|
2362
2362
|
id: string;
|
2363
|
-
status: string | null;
|
2364
2363
|
createdAt: Date;
|
2365
2364
|
updatedAt: Date;
|
2366
2365
|
deletedAt: Date | null;
|
@@ -2369,6 +2368,7 @@ export declare const publicApiContract: {
|
|
2369
2368
|
bucketName: string;
|
2370
2369
|
fileSize: number;
|
2371
2370
|
fileUrl: string | null;
|
2371
|
+
status?: string | undefined;
|
2372
2372
|
}[];
|
2373
2373
|
}>, "many">;
|
2374
2374
|
}, "strip", z.ZodTypeAny, {
|
@@ -2397,7 +2397,6 @@ export declare const publicApiContract: {
|
|
2397
2397
|
dateValue: Date | null;
|
2398
2398
|
uploads: {
|
2399
2399
|
id: string;
|
2400
|
-
status: string | null;
|
2401
2400
|
createdAt: Date;
|
2402
2401
|
updatedAt: Date;
|
2403
2402
|
deletedAt: Date | null;
|
@@ -2406,6 +2405,7 @@ export declare const publicApiContract: {
|
|
2406
2405
|
bucketName: string;
|
2407
2406
|
fileSize: number;
|
2408
2407
|
fileUrl: string | null;
|
2408
|
+
status?: string | undefined;
|
2409
2409
|
}[];
|
2410
2410
|
}[];
|
2411
2411
|
total: number;
|
@@ -2439,7 +2439,6 @@ export declare const publicApiContract: {
|
|
2439
2439
|
dateValue: Date | null;
|
2440
2440
|
uploads: {
|
2441
2441
|
id: string;
|
2442
|
-
status: string | null;
|
2443
2442
|
createdAt: Date;
|
2444
2443
|
updatedAt: Date;
|
2445
2444
|
deletedAt: Date | null;
|
@@ -2448,6 +2447,7 @@ export declare const publicApiContract: {
|
|
2448
2447
|
bucketName: string;
|
2449
2448
|
fileSize: number;
|
2450
2449
|
fileUrl: string | null;
|
2450
|
+
status?: string | undefined;
|
2451
2451
|
}[];
|
2452
2452
|
}[];
|
2453
2453
|
total: number;
|
@@ -2606,14 +2606,14 @@ export declare const publicApiContract: {
|
|
2606
2606
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2607
2607
|
name: z.ZodString;
|
2608
2608
|
}, "strip", z.ZodTypeAny, {
|
2609
|
-
name: string;
|
2610
2609
|
id: string;
|
2610
|
+
name: string;
|
2611
2611
|
createdAt: Date;
|
2612
2612
|
updatedAt: Date;
|
2613
2613
|
deletedAt: Date | null;
|
2614
2614
|
}, {
|
2615
|
-
name: string;
|
2616
2615
|
id: string;
|
2616
|
+
name: string;
|
2617
2617
|
createdAt: Date;
|
2618
2618
|
updatedAt: Date;
|
2619
2619
|
deletedAt: Date | null;
|
@@ -2769,8 +2769,8 @@ export declare const publicApiContract: {
|
|
2769
2769
|
createdAt: Date;
|
2770
2770
|
updatedAt: Date;
|
2771
2771
|
deletedAt: Date | null;
|
2772
|
-
name?: string | undefined;
|
2773
2772
|
address?: string | null | undefined;
|
2773
|
+
name?: string | undefined;
|
2774
2774
|
phone?: string | null | undefined;
|
2775
2775
|
industry?: string | null | undefined;
|
2776
2776
|
}, {
|
@@ -2778,8 +2778,8 @@ export declare const publicApiContract: {
|
|
2778
2778
|
createdAt: Date;
|
2779
2779
|
updatedAt: Date;
|
2780
2780
|
deletedAt: Date | null;
|
2781
|
-
name?: string | undefined;
|
2782
2781
|
address?: string | null | undefined;
|
2782
|
+
name?: string | undefined;
|
2783
2783
|
phone?: string | null | undefined;
|
2784
2784
|
industry?: string | null | undefined;
|
2785
2785
|
}>>;
|
@@ -2883,10 +2883,9 @@ export declare const publicApiContract: {
|
|
2883
2883
|
fileSize: z.ZodNumber;
|
2884
2884
|
fileKey: z.ZodString;
|
2885
2885
|
fileUrl: z.ZodNullable<z.ZodString>;
|
2886
|
-
status: z.
|
2886
|
+
status: z.ZodOptional<z.ZodString>;
|
2887
2887
|
}, "strip", z.ZodTypeAny, {
|
2888
2888
|
id: string;
|
2889
|
-
status: string | null;
|
2890
2889
|
createdAt: Date;
|
2891
2890
|
updatedAt: Date;
|
2892
2891
|
deletedAt: Date | null;
|
@@ -2895,9 +2894,9 @@ export declare const publicApiContract: {
|
|
2895
2894
|
bucketName: string;
|
2896
2895
|
fileSize: number;
|
2897
2896
|
fileUrl: string | null;
|
2897
|
+
status?: string | undefined;
|
2898
2898
|
}, {
|
2899
2899
|
id: string;
|
2900
|
-
status: string | null;
|
2901
2900
|
createdAt: Date;
|
2902
2901
|
updatedAt: Date;
|
2903
2902
|
deletedAt: Date | null;
|
@@ -2906,6 +2905,7 @@ export declare const publicApiContract: {
|
|
2906
2905
|
bucketName: string;
|
2907
2906
|
fileSize: number;
|
2908
2907
|
fileUrl: string | null;
|
2908
|
+
status?: string | undefined;
|
2909
2909
|
}>, "many">;
|
2910
2910
|
}, "strip", z.ZodTypeAny, {
|
2911
2911
|
id: string;
|
@@ -2932,7 +2932,6 @@ export declare const publicApiContract: {
|
|
2932
2932
|
dateValue: Date | null;
|
2933
2933
|
uploads: {
|
2934
2934
|
id: string;
|
2935
|
-
status: string | null;
|
2936
2935
|
createdAt: Date;
|
2937
2936
|
updatedAt: Date;
|
2938
2937
|
deletedAt: Date | null;
|
@@ -2941,6 +2940,7 @@ export declare const publicApiContract: {
|
|
2941
2940
|
bucketName: string;
|
2942
2941
|
fileSize: number;
|
2943
2942
|
fileUrl: string | null;
|
2943
|
+
status?: string | undefined;
|
2944
2944
|
}[];
|
2945
2945
|
}, {
|
2946
2946
|
id: string;
|
@@ -2967,7 +2967,6 @@ export declare const publicApiContract: {
|
|
2967
2967
|
dateValue: Date | null;
|
2968
2968
|
uploads: {
|
2969
2969
|
id: string;
|
2970
|
-
status: string | null;
|
2971
2970
|
createdAt: Date;
|
2972
2971
|
updatedAt: Date;
|
2973
2972
|
deletedAt: Date | null;
|
@@ -2976,6 +2975,7 @@ export declare const publicApiContract: {
|
|
2976
2975
|
bucketName: string;
|
2977
2976
|
fileSize: number;
|
2978
2977
|
fileUrl: string | null;
|
2978
|
+
status?: string | undefined;
|
2979
2979
|
}[];
|
2980
2980
|
}>, "many">;
|
2981
2981
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -3083,10 +3083,10 @@ export declare const publicApiContract: {
|
|
3083
3083
|
};
|
3084
3084
|
}>, "many">>;
|
3085
3085
|
}, "strip", z.ZodTypeAny, {
|
3086
|
-
name: string;
|
3087
3086
|
id: string;
|
3088
3087
|
channel: string | null;
|
3089
3088
|
address: string | null;
|
3089
|
+
name: string;
|
3090
3090
|
createdAt: Date;
|
3091
3091
|
updatedAt: Date;
|
3092
3092
|
deletedAt: Date | null;
|
@@ -3115,7 +3115,6 @@ export declare const publicApiContract: {
|
|
3115
3115
|
dateValue: Date | null;
|
3116
3116
|
uploads: {
|
3117
3117
|
id: string;
|
3118
|
-
status: string | null;
|
3119
3118
|
createdAt: Date;
|
3120
3119
|
updatedAt: Date;
|
3121
3120
|
deletedAt: Date | null;
|
@@ -3124,6 +3123,7 @@ export declare const publicApiContract: {
|
|
3124
3123
|
bucketName: string;
|
3125
3124
|
fileSize: number;
|
3126
3125
|
fileUrl: string | null;
|
3126
|
+
status?: string | undefined;
|
3127
3127
|
}[];
|
3128
3128
|
}[];
|
3129
3129
|
company: {
|
@@ -3131,8 +3131,8 @@ export declare const publicApiContract: {
|
|
3131
3131
|
createdAt: Date;
|
3132
3132
|
updatedAt: Date;
|
3133
3133
|
deletedAt: Date | null;
|
3134
|
-
name?: string | undefined;
|
3135
3134
|
address?: string | null | undefined;
|
3135
|
+
name?: string | undefined;
|
3136
3136
|
phone?: string | null | undefined;
|
3137
3137
|
industry?: string | null | undefined;
|
3138
3138
|
} | null;
|
@@ -3140,8 +3140,8 @@ export declare const publicApiContract: {
|
|
3140
3140
|
contactProfile: string | null;
|
3141
3141
|
socialProfileUrl: string | null;
|
3142
3142
|
tags: {
|
3143
|
-
name: string;
|
3144
3143
|
id: string;
|
3144
|
+
name: string;
|
3145
3145
|
createdAt: Date;
|
3146
3146
|
updatedAt: Date;
|
3147
3147
|
deletedAt: Date | null;
|
@@ -3179,10 +3179,10 @@ export declare const publicApiContract: {
|
|
3179
3179
|
};
|
3180
3180
|
}[] | undefined;
|
3181
3181
|
}, {
|
3182
|
-
name: string;
|
3183
3182
|
id: string;
|
3184
3183
|
channel: string | null;
|
3185
3184
|
address: string | null;
|
3185
|
+
name: string;
|
3186
3186
|
createdAt: Date;
|
3187
3187
|
updatedAt: Date;
|
3188
3188
|
deletedAt: Date | null;
|
@@ -3211,7 +3211,6 @@ export declare const publicApiContract: {
|
|
3211
3211
|
dateValue: Date | null;
|
3212
3212
|
uploads: {
|
3213
3213
|
id: string;
|
3214
|
-
status: string | null;
|
3215
3214
|
createdAt: Date;
|
3216
3215
|
updatedAt: Date;
|
3217
3216
|
deletedAt: Date | null;
|
@@ -3220,6 +3219,7 @@ export declare const publicApiContract: {
|
|
3220
3219
|
bucketName: string;
|
3221
3220
|
fileSize: number;
|
3222
3221
|
fileUrl: string | null;
|
3222
|
+
status?: string | undefined;
|
3223
3223
|
}[];
|
3224
3224
|
}[];
|
3225
3225
|
company: {
|
@@ -3227,8 +3227,8 @@ export declare const publicApiContract: {
|
|
3227
3227
|
createdAt: Date;
|
3228
3228
|
updatedAt: Date;
|
3229
3229
|
deletedAt: Date | null;
|
3230
|
-
name?: string | undefined;
|
3231
3230
|
address?: string | null | undefined;
|
3231
|
+
name?: string | undefined;
|
3232
3232
|
phone?: string | null | undefined;
|
3233
3233
|
industry?: string | null | undefined;
|
3234
3234
|
} | null;
|
@@ -3236,8 +3236,8 @@ export declare const publicApiContract: {
|
|
3236
3236
|
contactProfile: string | null;
|
3237
3237
|
socialProfileUrl: string | null;
|
3238
3238
|
tags: {
|
3239
|
-
name: string;
|
3240
3239
|
id: string;
|
3240
|
+
name: string;
|
3241
3241
|
createdAt: Date;
|
3242
3242
|
updatedAt: Date;
|
3243
3243
|
deletedAt: Date | null;
|
@@ -3278,10 +3278,10 @@ export declare const publicApiContract: {
|
|
3278
3278
|
requestId: z.ZodString;
|
3279
3279
|
}, "strip", z.ZodTypeAny, {
|
3280
3280
|
data: {
|
3281
|
-
name: string;
|
3282
3281
|
id: string;
|
3283
3282
|
channel: string | null;
|
3284
3283
|
address: string | null;
|
3284
|
+
name: string;
|
3285
3285
|
createdAt: Date;
|
3286
3286
|
updatedAt: Date;
|
3287
3287
|
deletedAt: Date | null;
|
@@ -3310,7 +3310,6 @@ export declare const publicApiContract: {
|
|
3310
3310
|
dateValue: Date | null;
|
3311
3311
|
uploads: {
|
3312
3312
|
id: string;
|
3313
|
-
status: string | null;
|
3314
3313
|
createdAt: Date;
|
3315
3314
|
updatedAt: Date;
|
3316
3315
|
deletedAt: Date | null;
|
@@ -3319,6 +3318,7 @@ export declare const publicApiContract: {
|
|
3319
3318
|
bucketName: string;
|
3320
3319
|
fileSize: number;
|
3321
3320
|
fileUrl: string | null;
|
3321
|
+
status?: string | undefined;
|
3322
3322
|
}[];
|
3323
3323
|
}[];
|
3324
3324
|
company: {
|
@@ -3326,8 +3326,8 @@ export declare const publicApiContract: {
|
|
3326
3326
|
createdAt: Date;
|
3327
3327
|
updatedAt: Date;
|
3328
3328
|
deletedAt: Date | null;
|
3329
|
-
name?: string | undefined;
|
3330
3329
|
address?: string | null | undefined;
|
3330
|
+
name?: string | undefined;
|
3331
3331
|
phone?: string | null | undefined;
|
3332
3332
|
industry?: string | null | undefined;
|
3333
3333
|
} | null;
|
@@ -3335,8 +3335,8 @@ export declare const publicApiContract: {
|
|
3335
3335
|
contactProfile: string | null;
|
3336
3336
|
socialProfileUrl: string | null;
|
3337
3337
|
tags: {
|
3338
|
-
name: string;
|
3339
3338
|
id: string;
|
3339
|
+
name: string;
|
3340
3340
|
createdAt: Date;
|
3341
3341
|
updatedAt: Date;
|
3342
3342
|
deletedAt: Date | null;
|
@@ -3379,10 +3379,10 @@ export declare const publicApiContract: {
|
|
3379
3379
|
requestId: string;
|
3380
3380
|
}, {
|
3381
3381
|
data: {
|
3382
|
-
name: string;
|
3383
3382
|
id: string;
|
3384
3383
|
channel: string | null;
|
3385
3384
|
address: string | null;
|
3385
|
+
name: string;
|
3386
3386
|
createdAt: Date;
|
3387
3387
|
updatedAt: Date;
|
3388
3388
|
deletedAt: Date | null;
|
@@ -3411,7 +3411,6 @@ export declare const publicApiContract: {
|
|
3411
3411
|
dateValue: Date | null;
|
3412
3412
|
uploads: {
|
3413
3413
|
id: string;
|
3414
|
-
status: string | null;
|
3415
3414
|
createdAt: Date;
|
3416
3415
|
updatedAt: Date;
|
3417
3416
|
deletedAt: Date | null;
|
@@ -3420,6 +3419,7 @@ export declare const publicApiContract: {
|
|
3420
3419
|
bucketName: string;
|
3421
3420
|
fileSize: number;
|
3422
3421
|
fileUrl: string | null;
|
3422
|
+
status?: string | undefined;
|
3423
3423
|
}[];
|
3424
3424
|
}[];
|
3425
3425
|
company: {
|
@@ -3427,8 +3427,8 @@ export declare const publicApiContract: {
|
|
3427
3427
|
createdAt: Date;
|
3428
3428
|
updatedAt: Date;
|
3429
3429
|
deletedAt: Date | null;
|
3430
|
-
name?: string | undefined;
|
3431
3430
|
address?: string | null | undefined;
|
3431
|
+
name?: string | undefined;
|
3432
3432
|
phone?: string | null | undefined;
|
3433
3433
|
industry?: string | null | undefined;
|
3434
3434
|
} | null;
|
@@ -3436,8 +3436,8 @@ export declare const publicApiContract: {
|
|
3436
3436
|
contactProfile: string | null;
|
3437
3437
|
socialProfileUrl: string | null;
|
3438
3438
|
tags: {
|
3439
|
-
name: string;
|
3440
3439
|
id: string;
|
3440
|
+
name: string;
|
3441
3441
|
createdAt: Date;
|
3442
3442
|
updatedAt: Date;
|
3443
3443
|
deletedAt: Date | null;
|
@@ -3685,10 +3685,9 @@ export declare const publicApiContract: {
|
|
3685
3685
|
fileSize: z.ZodNumber;
|
3686
3686
|
fileKey: z.ZodString;
|
3687
3687
|
fileUrl: z.ZodNullable<z.ZodString>;
|
3688
|
-
status: z.
|
3688
|
+
status: z.ZodOptional<z.ZodString>;
|
3689
3689
|
}, "strip", z.ZodTypeAny, {
|
3690
3690
|
id: string;
|
3691
|
-
status: string | null;
|
3692
3691
|
createdAt: Date;
|
3693
3692
|
updatedAt: Date;
|
3694
3693
|
deletedAt: Date | null;
|
@@ -3697,9 +3696,9 @@ export declare const publicApiContract: {
|
|
3697
3696
|
bucketName: string;
|
3698
3697
|
fileSize: number;
|
3699
3698
|
fileUrl: string | null;
|
3699
|
+
status?: string | undefined;
|
3700
3700
|
}, {
|
3701
3701
|
id: string;
|
3702
|
-
status: string | null;
|
3703
3702
|
createdAt: Date;
|
3704
3703
|
updatedAt: Date;
|
3705
3704
|
deletedAt: Date | null;
|
@@ -3708,6 +3707,7 @@ export declare const publicApiContract: {
|
|
3708
3707
|
bucketName: string;
|
3709
3708
|
fileSize: number;
|
3710
3709
|
fileUrl: string | null;
|
3710
|
+
status?: string | undefined;
|
3711
3711
|
}>, "many">;
|
3712
3712
|
}, "strip", z.ZodTypeAny, {
|
3713
3713
|
id: string;
|
@@ -3734,7 +3734,6 @@ export declare const publicApiContract: {
|
|
3734
3734
|
dateValue: Date | null;
|
3735
3735
|
uploads: {
|
3736
3736
|
id: string;
|
3737
|
-
status: string | null;
|
3738
3737
|
createdAt: Date;
|
3739
3738
|
updatedAt: Date;
|
3740
3739
|
deletedAt: Date | null;
|
@@ -3743,6 +3742,7 @@ export declare const publicApiContract: {
|
|
3743
3742
|
bucketName: string;
|
3744
3743
|
fileSize: number;
|
3745
3744
|
fileUrl: string | null;
|
3745
|
+
status?: string | undefined;
|
3746
3746
|
}[];
|
3747
3747
|
}, {
|
3748
3748
|
id: string;
|
@@ -3769,7 +3769,6 @@ export declare const publicApiContract: {
|
|
3769
3769
|
dateValue: Date | null;
|
3770
3770
|
uploads: {
|
3771
3771
|
id: string;
|
3772
|
-
status: string | null;
|
3773
3772
|
createdAt: Date;
|
3774
3773
|
updatedAt: Date;
|
3775
3774
|
deletedAt: Date | null;
|
@@ -3778,6 +3777,7 @@ export declare const publicApiContract: {
|
|
3778
3777
|
bucketName: string;
|
3779
3778
|
fileSize: number;
|
3780
3779
|
fileUrl: string | null;
|
3780
|
+
status?: string | undefined;
|
3781
3781
|
}[];
|
3782
3782
|
}>;
|
3783
3783
|
}, "strip", z.ZodTypeAny, {
|
@@ -3806,7 +3806,6 @@ export declare const publicApiContract: {
|
|
3806
3806
|
dateValue: Date | null;
|
3807
3807
|
uploads: {
|
3808
3808
|
id: string;
|
3809
|
-
status: string | null;
|
3810
3809
|
createdAt: Date;
|
3811
3810
|
updatedAt: Date;
|
3812
3811
|
deletedAt: Date | null;
|
@@ -3815,6 +3814,7 @@ export declare const publicApiContract: {
|
|
3815
3814
|
bucketName: string;
|
3816
3815
|
fileSize: number;
|
3817
3816
|
fileUrl: string | null;
|
3817
|
+
status?: string | undefined;
|
3818
3818
|
}[];
|
3819
3819
|
};
|
3820
3820
|
requestId: string;
|
@@ -3844,7 +3844,6 @@ export declare const publicApiContract: {
|
|
3844
3844
|
dateValue: Date | null;
|
3845
3845
|
uploads: {
|
3846
3846
|
id: string;
|
3847
|
-
status: string | null;
|
3848
3847
|
createdAt: Date;
|
3849
3848
|
updatedAt: Date;
|
3850
3849
|
deletedAt: Date | null;
|
@@ -3853,6 +3852,7 @@ export declare const publicApiContract: {
|
|
3853
3852
|
bucketName: string;
|
3854
3853
|
fileSize: number;
|
3855
3854
|
fileUrl: string | null;
|
3855
|
+
status?: string | undefined;
|
3856
3856
|
}[];
|
3857
3857
|
};
|
3858
3858
|
requestId: string;
|
@@ -3946,14 +3946,14 @@ export declare const publicApiContract: {
|
|
3946
3946
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3947
3947
|
name: z.ZodString;
|
3948
3948
|
}, "strip", z.ZodTypeAny, {
|
3949
|
-
name: string;
|
3950
3949
|
id: string;
|
3950
|
+
name: string;
|
3951
3951
|
createdAt: Date;
|
3952
3952
|
updatedAt: Date;
|
3953
3953
|
deletedAt: Date | null;
|
3954
3954
|
}, {
|
3955
|
-
name: string;
|
3956
3955
|
id: string;
|
3956
|
+
name: string;
|
3957
3957
|
createdAt: Date;
|
3958
3958
|
updatedAt: Date;
|
3959
3959
|
deletedAt: Date | null;
|
@@ -4109,8 +4109,8 @@ export declare const publicApiContract: {
|
|
4109
4109
|
createdAt: Date;
|
4110
4110
|
updatedAt: Date;
|
4111
4111
|
deletedAt: Date | null;
|
4112
|
-
name?: string | undefined;
|
4113
4112
|
address?: string | null | undefined;
|
4113
|
+
name?: string | undefined;
|
4114
4114
|
phone?: string | null | undefined;
|
4115
4115
|
industry?: string | null | undefined;
|
4116
4116
|
}, {
|
@@ -4118,8 +4118,8 @@ export declare const publicApiContract: {
|
|
4118
4118
|
createdAt: Date;
|
4119
4119
|
updatedAt: Date;
|
4120
4120
|
deletedAt: Date | null;
|
4121
|
-
name?: string | undefined;
|
4122
4121
|
address?: string | null | undefined;
|
4122
|
+
name?: string | undefined;
|
4123
4123
|
phone?: string | null | undefined;
|
4124
4124
|
industry?: string | null | undefined;
|
4125
4125
|
}>>;
|
@@ -4223,10 +4223,9 @@ export declare const publicApiContract: {
|
|
4223
4223
|
fileSize: z.ZodNumber;
|
4224
4224
|
fileKey: z.ZodString;
|
4225
4225
|
fileUrl: z.ZodNullable<z.ZodString>;
|
4226
|
-
status: z.
|
4226
|
+
status: z.ZodOptional<z.ZodString>;
|
4227
4227
|
}, "strip", z.ZodTypeAny, {
|
4228
4228
|
id: string;
|
4229
|
-
status: string | null;
|
4230
4229
|
createdAt: Date;
|
4231
4230
|
updatedAt: Date;
|
4232
4231
|
deletedAt: Date | null;
|
@@ -4235,9 +4234,9 @@ export declare const publicApiContract: {
|
|
4235
4234
|
bucketName: string;
|
4236
4235
|
fileSize: number;
|
4237
4236
|
fileUrl: string | null;
|
4237
|
+
status?: string | undefined;
|
4238
4238
|
}, {
|
4239
4239
|
id: string;
|
4240
|
-
status: string | null;
|
4241
4240
|
createdAt: Date;
|
4242
4241
|
updatedAt: Date;
|
4243
4242
|
deletedAt: Date | null;
|
@@ -4246,6 +4245,7 @@ export declare const publicApiContract: {
|
|
4246
4245
|
bucketName: string;
|
4247
4246
|
fileSize: number;
|
4248
4247
|
fileUrl: string | null;
|
4248
|
+
status?: string | undefined;
|
4249
4249
|
}>, "many">;
|
4250
4250
|
}, "strip", z.ZodTypeAny, {
|
4251
4251
|
id: string;
|
@@ -4272,7 +4272,6 @@ export declare const publicApiContract: {
|
|
4272
4272
|
dateValue: Date | null;
|
4273
4273
|
uploads: {
|
4274
4274
|
id: string;
|
4275
|
-
status: string | null;
|
4276
4275
|
createdAt: Date;
|
4277
4276
|
updatedAt: Date;
|
4278
4277
|
deletedAt: Date | null;
|
@@ -4281,6 +4280,7 @@ export declare const publicApiContract: {
|
|
4281
4280
|
bucketName: string;
|
4282
4281
|
fileSize: number;
|
4283
4282
|
fileUrl: string | null;
|
4283
|
+
status?: string | undefined;
|
4284
4284
|
}[];
|
4285
4285
|
}, {
|
4286
4286
|
id: string;
|
@@ -4307,7 +4307,6 @@ export declare const publicApiContract: {
|
|
4307
4307
|
dateValue: Date | null;
|
4308
4308
|
uploads: {
|
4309
4309
|
id: string;
|
4310
|
-
status: string | null;
|
4311
4310
|
createdAt: Date;
|
4312
4311
|
updatedAt: Date;
|
4313
4312
|
deletedAt: Date | null;
|
@@ -4316,6 +4315,7 @@ export declare const publicApiContract: {
|
|
4316
4315
|
bucketName: string;
|
4317
4316
|
fileSize: number;
|
4318
4317
|
fileUrl: string | null;
|
4318
|
+
status?: string | undefined;
|
4319
4319
|
}[];
|
4320
4320
|
}>, "many">;
|
4321
4321
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -4423,10 +4423,10 @@ export declare const publicApiContract: {
|
|
4423
4423
|
};
|
4424
4424
|
}>, "many">>;
|
4425
4425
|
}, "strip", z.ZodTypeAny, {
|
4426
|
-
name: string;
|
4427
4426
|
id: string;
|
4428
4427
|
channel: string | null;
|
4429
4428
|
address: string | null;
|
4429
|
+
name: string;
|
4430
4430
|
createdAt: Date;
|
4431
4431
|
updatedAt: Date;
|
4432
4432
|
deletedAt: Date | null;
|
@@ -4455,7 +4455,6 @@ export declare const publicApiContract: {
|
|
4455
4455
|
dateValue: Date | null;
|
4456
4456
|
uploads: {
|
4457
4457
|
id: string;
|
4458
|
-
status: string | null;
|
4459
4458
|
createdAt: Date;
|
4460
4459
|
updatedAt: Date;
|
4461
4460
|
deletedAt: Date | null;
|
@@ -4464,6 +4463,7 @@ export declare const publicApiContract: {
|
|
4464
4463
|
bucketName: string;
|
4465
4464
|
fileSize: number;
|
4466
4465
|
fileUrl: string | null;
|
4466
|
+
status?: string | undefined;
|
4467
4467
|
}[];
|
4468
4468
|
}[];
|
4469
4469
|
company: {
|
@@ -4471,8 +4471,8 @@ export declare const publicApiContract: {
|
|
4471
4471
|
createdAt: Date;
|
4472
4472
|
updatedAt: Date;
|
4473
4473
|
deletedAt: Date | null;
|
4474
|
-
name?: string | undefined;
|
4475
4474
|
address?: string | null | undefined;
|
4475
|
+
name?: string | undefined;
|
4476
4476
|
phone?: string | null | undefined;
|
4477
4477
|
industry?: string | null | undefined;
|
4478
4478
|
} | null;
|
@@ -4480,8 +4480,8 @@ export declare const publicApiContract: {
|
|
4480
4480
|
contactProfile: string | null;
|
4481
4481
|
socialProfileUrl: string | null;
|
4482
4482
|
tags: {
|
4483
|
-
name: string;
|
4484
4483
|
id: string;
|
4484
|
+
name: string;
|
4485
4485
|
createdAt: Date;
|
4486
4486
|
updatedAt: Date;
|
4487
4487
|
deletedAt: Date | null;
|
@@ -4519,10 +4519,10 @@ export declare const publicApiContract: {
|
|
4519
4519
|
};
|
4520
4520
|
}[] | undefined;
|
4521
4521
|
}, {
|
4522
|
-
name: string;
|
4523
4522
|
id: string;
|
4524
4523
|
channel: string | null;
|
4525
4524
|
address: string | null;
|
4525
|
+
name: string;
|
4526
4526
|
createdAt: Date;
|
4527
4527
|
updatedAt: Date;
|
4528
4528
|
deletedAt: Date | null;
|
@@ -4551,7 +4551,6 @@ export declare const publicApiContract: {
|
|
4551
4551
|
dateValue: Date | null;
|
4552
4552
|
uploads: {
|
4553
4553
|
id: string;
|
4554
|
-
status: string | null;
|
4555
4554
|
createdAt: Date;
|
4556
4555
|
updatedAt: Date;
|
4557
4556
|
deletedAt: Date | null;
|
@@ -4560,6 +4559,7 @@ export declare const publicApiContract: {
|
|
4560
4559
|
bucketName: string;
|
4561
4560
|
fileSize: number;
|
4562
4561
|
fileUrl: string | null;
|
4562
|
+
status?: string | undefined;
|
4563
4563
|
}[];
|
4564
4564
|
}[];
|
4565
4565
|
company: {
|
@@ -4567,8 +4567,8 @@ export declare const publicApiContract: {
|
|
4567
4567
|
createdAt: Date;
|
4568
4568
|
updatedAt: Date;
|
4569
4569
|
deletedAt: Date | null;
|
4570
|
-
name?: string | undefined;
|
4571
4570
|
address?: string | null | undefined;
|
4571
|
+
name?: string | undefined;
|
4572
4572
|
phone?: string | null | undefined;
|
4573
4573
|
industry?: string | null | undefined;
|
4574
4574
|
} | null;
|
@@ -4576,8 +4576,8 @@ export declare const publicApiContract: {
|
|
4576
4576
|
contactProfile: string | null;
|
4577
4577
|
socialProfileUrl: string | null;
|
4578
4578
|
tags: {
|
4579
|
-
name: string;
|
4580
4579
|
id: string;
|
4580
|
+
name: string;
|
4581
4581
|
createdAt: Date;
|
4582
4582
|
updatedAt: Date;
|
4583
4583
|
deletedAt: Date | null;
|
@@ -4618,10 +4618,10 @@ export declare const publicApiContract: {
|
|
4618
4618
|
requestId: z.ZodString;
|
4619
4619
|
}, "strip", z.ZodTypeAny, {
|
4620
4620
|
data: {
|
4621
|
-
name: string;
|
4622
4621
|
id: string;
|
4623
4622
|
channel: string | null;
|
4624
4623
|
address: string | null;
|
4624
|
+
name: string;
|
4625
4625
|
createdAt: Date;
|
4626
4626
|
updatedAt: Date;
|
4627
4627
|
deletedAt: Date | null;
|
@@ -4650,7 +4650,6 @@ export declare const publicApiContract: {
|
|
4650
4650
|
dateValue: Date | null;
|
4651
4651
|
uploads: {
|
4652
4652
|
id: string;
|
4653
|
-
status: string | null;
|
4654
4653
|
createdAt: Date;
|
4655
4654
|
updatedAt: Date;
|
4656
4655
|
deletedAt: Date | null;
|
@@ -4659,6 +4658,7 @@ export declare const publicApiContract: {
|
|
4659
4658
|
bucketName: string;
|
4660
4659
|
fileSize: number;
|
4661
4660
|
fileUrl: string | null;
|
4661
|
+
status?: string | undefined;
|
4662
4662
|
}[];
|
4663
4663
|
}[];
|
4664
4664
|
company: {
|
@@ -4666,8 +4666,8 @@ export declare const publicApiContract: {
|
|
4666
4666
|
createdAt: Date;
|
4667
4667
|
updatedAt: Date;
|
4668
4668
|
deletedAt: Date | null;
|
4669
|
-
name?: string | undefined;
|
4670
4669
|
address?: string | null | undefined;
|
4670
|
+
name?: string | undefined;
|
4671
4671
|
phone?: string | null | undefined;
|
4672
4672
|
industry?: string | null | undefined;
|
4673
4673
|
} | null;
|
@@ -4675,8 +4675,8 @@ export declare const publicApiContract: {
|
|
4675
4675
|
contactProfile: string | null;
|
4676
4676
|
socialProfileUrl: string | null;
|
4677
4677
|
tags: {
|
4678
|
-
name: string;
|
4679
4678
|
id: string;
|
4679
|
+
name: string;
|
4680
4680
|
createdAt: Date;
|
4681
4681
|
updatedAt: Date;
|
4682
4682
|
deletedAt: Date | null;
|
@@ -4719,10 +4719,10 @@ export declare const publicApiContract: {
|
|
4719
4719
|
requestId: string;
|
4720
4720
|
}, {
|
4721
4721
|
data: {
|
4722
|
-
name: string;
|
4723
4722
|
id: string;
|
4724
4723
|
channel: string | null;
|
4725
4724
|
address: string | null;
|
4725
|
+
name: string;
|
4726
4726
|
createdAt: Date;
|
4727
4727
|
updatedAt: Date;
|
4728
4728
|
deletedAt: Date | null;
|
@@ -4751,7 +4751,6 @@ export declare const publicApiContract: {
|
|
4751
4751
|
dateValue: Date | null;
|
4752
4752
|
uploads: {
|
4753
4753
|
id: string;
|
4754
|
-
status: string | null;
|
4755
4754
|
createdAt: Date;
|
4756
4755
|
updatedAt: Date;
|
4757
4756
|
deletedAt: Date | null;
|
@@ -4760,6 +4759,7 @@ export declare const publicApiContract: {
|
|
4760
4759
|
bucketName: string;
|
4761
4760
|
fileSize: number;
|
4762
4761
|
fileUrl: string | null;
|
4762
|
+
status?: string | undefined;
|
4763
4763
|
}[];
|
4764
4764
|
}[];
|
4765
4765
|
company: {
|
@@ -4767,8 +4767,8 @@ export declare const publicApiContract: {
|
|
4767
4767
|
createdAt: Date;
|
4768
4768
|
updatedAt: Date;
|
4769
4769
|
deletedAt: Date | null;
|
4770
|
-
name?: string | undefined;
|
4771
4770
|
address?: string | null | undefined;
|
4771
|
+
name?: string | undefined;
|
4772
4772
|
phone?: string | null | undefined;
|
4773
4773
|
industry?: string | null | undefined;
|
4774
4774
|
} | null;
|
@@ -4776,8 +4776,8 @@ export declare const publicApiContract: {
|
|
4776
4776
|
contactProfile: string | null;
|
4777
4777
|
socialProfileUrl: string | null;
|
4778
4778
|
tags: {
|
4779
|
-
name: string;
|
4780
4779
|
id: string;
|
4780
|
+
name: string;
|
4781
4781
|
createdAt: Date;
|
4782
4782
|
updatedAt: Date;
|
4783
4783
|
deletedAt: Date | null;
|
@@ -4909,14 +4909,14 @@ export declare const publicApiContract: {
|
|
4909
4909
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
4910
4910
|
name: z.ZodString;
|
4911
4911
|
}, "strip", z.ZodTypeAny, {
|
4912
|
-
name: string;
|
4913
4912
|
id: string;
|
4913
|
+
name: string;
|
4914
4914
|
createdAt: Date;
|
4915
4915
|
updatedAt: Date;
|
4916
4916
|
deletedAt: Date | null;
|
4917
4917
|
}, {
|
4918
|
-
name: string;
|
4919
4918
|
id: string;
|
4919
|
+
name: string;
|
4920
4920
|
createdAt: Date;
|
4921
4921
|
updatedAt: Date;
|
4922
4922
|
deletedAt: Date | null;
|
@@ -5072,8 +5072,8 @@ export declare const publicApiContract: {
|
|
5072
5072
|
createdAt: Date;
|
5073
5073
|
updatedAt: Date;
|
5074
5074
|
deletedAt: Date | null;
|
5075
|
-
name?: string | undefined;
|
5076
5075
|
address?: string | null | undefined;
|
5076
|
+
name?: string | undefined;
|
5077
5077
|
phone?: string | null | undefined;
|
5078
5078
|
industry?: string | null | undefined;
|
5079
5079
|
}, {
|
@@ -5081,8 +5081,8 @@ export declare const publicApiContract: {
|
|
5081
5081
|
createdAt: Date;
|
5082
5082
|
updatedAt: Date;
|
5083
5083
|
deletedAt: Date | null;
|
5084
|
-
name?: string | undefined;
|
5085
5084
|
address?: string | null | undefined;
|
5085
|
+
name?: string | undefined;
|
5086
5086
|
phone?: string | null | undefined;
|
5087
5087
|
industry?: string | null | undefined;
|
5088
5088
|
}>>;
|
@@ -5186,10 +5186,9 @@ export declare const publicApiContract: {
|
|
5186
5186
|
fileSize: z.ZodNumber;
|
5187
5187
|
fileKey: z.ZodString;
|
5188
5188
|
fileUrl: z.ZodNullable<z.ZodString>;
|
5189
|
-
status: z.
|
5189
|
+
status: z.ZodOptional<z.ZodString>;
|
5190
5190
|
}, "strip", z.ZodTypeAny, {
|
5191
5191
|
id: string;
|
5192
|
-
status: string | null;
|
5193
5192
|
createdAt: Date;
|
5194
5193
|
updatedAt: Date;
|
5195
5194
|
deletedAt: Date | null;
|
@@ -5198,9 +5197,9 @@ export declare const publicApiContract: {
|
|
5198
5197
|
bucketName: string;
|
5199
5198
|
fileSize: number;
|
5200
5199
|
fileUrl: string | null;
|
5200
|
+
status?: string | undefined;
|
5201
5201
|
}, {
|
5202
5202
|
id: string;
|
5203
|
-
status: string | null;
|
5204
5203
|
createdAt: Date;
|
5205
5204
|
updatedAt: Date;
|
5206
5205
|
deletedAt: Date | null;
|
@@ -5209,6 +5208,7 @@ export declare const publicApiContract: {
|
|
5209
5208
|
bucketName: string;
|
5210
5209
|
fileSize: number;
|
5211
5210
|
fileUrl: string | null;
|
5211
|
+
status?: string | undefined;
|
5212
5212
|
}>, "many">;
|
5213
5213
|
}, "strip", z.ZodTypeAny, {
|
5214
5214
|
id: string;
|
@@ -5235,7 +5235,6 @@ export declare const publicApiContract: {
|
|
5235
5235
|
dateValue: Date | null;
|
5236
5236
|
uploads: {
|
5237
5237
|
id: string;
|
5238
|
-
status: string | null;
|
5239
5238
|
createdAt: Date;
|
5240
5239
|
updatedAt: Date;
|
5241
5240
|
deletedAt: Date | null;
|
@@ -5244,6 +5243,7 @@ export declare const publicApiContract: {
|
|
5244
5243
|
bucketName: string;
|
5245
5244
|
fileSize: number;
|
5246
5245
|
fileUrl: string | null;
|
5246
|
+
status?: string | undefined;
|
5247
5247
|
}[];
|
5248
5248
|
}, {
|
5249
5249
|
id: string;
|
@@ -5270,7 +5270,6 @@ export declare const publicApiContract: {
|
|
5270
5270
|
dateValue: Date | null;
|
5271
5271
|
uploads: {
|
5272
5272
|
id: string;
|
5273
|
-
status: string | null;
|
5274
5273
|
createdAt: Date;
|
5275
5274
|
updatedAt: Date;
|
5276
5275
|
deletedAt: Date | null;
|
@@ -5279,6 +5278,7 @@ export declare const publicApiContract: {
|
|
5279
5278
|
bucketName: string;
|
5280
5279
|
fileSize: number;
|
5281
5280
|
fileUrl: string | null;
|
5281
|
+
status?: string | undefined;
|
5282
5282
|
}[];
|
5283
5283
|
}>, "many">;
|
5284
5284
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -5386,10 +5386,10 @@ export declare const publicApiContract: {
|
|
5386
5386
|
};
|
5387
5387
|
}>, "many">>;
|
5388
5388
|
}, "strip", z.ZodTypeAny, {
|
5389
|
-
name: string;
|
5390
5389
|
id: string;
|
5391
5390
|
channel: string | null;
|
5392
5391
|
address: string | null;
|
5392
|
+
name: string;
|
5393
5393
|
createdAt: Date;
|
5394
5394
|
updatedAt: Date;
|
5395
5395
|
deletedAt: Date | null;
|
@@ -5418,7 +5418,6 @@ export declare const publicApiContract: {
|
|
5418
5418
|
dateValue: Date | null;
|
5419
5419
|
uploads: {
|
5420
5420
|
id: string;
|
5421
|
-
status: string | null;
|
5422
5421
|
createdAt: Date;
|
5423
5422
|
updatedAt: Date;
|
5424
5423
|
deletedAt: Date | null;
|
@@ -5427,6 +5426,7 @@ export declare const publicApiContract: {
|
|
5427
5426
|
bucketName: string;
|
5428
5427
|
fileSize: number;
|
5429
5428
|
fileUrl: string | null;
|
5429
|
+
status?: string | undefined;
|
5430
5430
|
}[];
|
5431
5431
|
}[];
|
5432
5432
|
company: {
|
@@ -5434,8 +5434,8 @@ export declare const publicApiContract: {
|
|
5434
5434
|
createdAt: Date;
|
5435
5435
|
updatedAt: Date;
|
5436
5436
|
deletedAt: Date | null;
|
5437
|
-
name?: string | undefined;
|
5438
5437
|
address?: string | null | undefined;
|
5438
|
+
name?: string | undefined;
|
5439
5439
|
phone?: string | null | undefined;
|
5440
5440
|
industry?: string | null | undefined;
|
5441
5441
|
} | null;
|
@@ -5443,8 +5443,8 @@ export declare const publicApiContract: {
|
|
5443
5443
|
contactProfile: string | null;
|
5444
5444
|
socialProfileUrl: string | null;
|
5445
5445
|
tags: {
|
5446
|
-
name: string;
|
5447
5446
|
id: string;
|
5447
|
+
name: string;
|
5448
5448
|
createdAt: Date;
|
5449
5449
|
updatedAt: Date;
|
5450
5450
|
deletedAt: Date | null;
|
@@ -5482,10 +5482,10 @@ export declare const publicApiContract: {
|
|
5482
5482
|
};
|
5483
5483
|
}[] | undefined;
|
5484
5484
|
}, {
|
5485
|
-
name: string;
|
5486
5485
|
id: string;
|
5487
5486
|
channel: string | null;
|
5488
5487
|
address: string | null;
|
5488
|
+
name: string;
|
5489
5489
|
createdAt: Date;
|
5490
5490
|
updatedAt: Date;
|
5491
5491
|
deletedAt: Date | null;
|
@@ -5514,7 +5514,6 @@ export declare const publicApiContract: {
|
|
5514
5514
|
dateValue: Date | null;
|
5515
5515
|
uploads: {
|
5516
5516
|
id: string;
|
5517
|
-
status: string | null;
|
5518
5517
|
createdAt: Date;
|
5519
5518
|
updatedAt: Date;
|
5520
5519
|
deletedAt: Date | null;
|
@@ -5523,6 +5522,7 @@ export declare const publicApiContract: {
|
|
5523
5522
|
bucketName: string;
|
5524
5523
|
fileSize: number;
|
5525
5524
|
fileUrl: string | null;
|
5525
|
+
status?: string | undefined;
|
5526
5526
|
}[];
|
5527
5527
|
}[];
|
5528
5528
|
company: {
|
@@ -5530,8 +5530,8 @@ export declare const publicApiContract: {
|
|
5530
5530
|
createdAt: Date;
|
5531
5531
|
updatedAt: Date;
|
5532
5532
|
deletedAt: Date | null;
|
5533
|
-
name?: string | undefined;
|
5534
5533
|
address?: string | null | undefined;
|
5534
|
+
name?: string | undefined;
|
5535
5535
|
phone?: string | null | undefined;
|
5536
5536
|
industry?: string | null | undefined;
|
5537
5537
|
} | null;
|
@@ -5539,8 +5539,8 @@ export declare const publicApiContract: {
|
|
5539
5539
|
contactProfile: string | null;
|
5540
5540
|
socialProfileUrl: string | null;
|
5541
5541
|
tags: {
|
5542
|
-
name: string;
|
5543
5542
|
id: string;
|
5543
|
+
name: string;
|
5544
5544
|
createdAt: Date;
|
5545
5545
|
updatedAt: Date;
|
5546
5546
|
deletedAt: Date | null;
|
@@ -5581,10 +5581,10 @@ export declare const publicApiContract: {
|
|
5581
5581
|
requestId: z.ZodString;
|
5582
5582
|
}, "strip", z.ZodTypeAny, {
|
5583
5583
|
data: {
|
5584
|
-
name: string;
|
5585
5584
|
id: string;
|
5586
5585
|
channel: string | null;
|
5587
5586
|
address: string | null;
|
5587
|
+
name: string;
|
5588
5588
|
createdAt: Date;
|
5589
5589
|
updatedAt: Date;
|
5590
5590
|
deletedAt: Date | null;
|
@@ -5613,7 +5613,6 @@ export declare const publicApiContract: {
|
|
5613
5613
|
dateValue: Date | null;
|
5614
5614
|
uploads: {
|
5615
5615
|
id: string;
|
5616
|
-
status: string | null;
|
5617
5616
|
createdAt: Date;
|
5618
5617
|
updatedAt: Date;
|
5619
5618
|
deletedAt: Date | null;
|
@@ -5622,6 +5621,7 @@ export declare const publicApiContract: {
|
|
5622
5621
|
bucketName: string;
|
5623
5622
|
fileSize: number;
|
5624
5623
|
fileUrl: string | null;
|
5624
|
+
status?: string | undefined;
|
5625
5625
|
}[];
|
5626
5626
|
}[];
|
5627
5627
|
company: {
|
@@ -5629,8 +5629,8 @@ export declare const publicApiContract: {
|
|
5629
5629
|
createdAt: Date;
|
5630
5630
|
updatedAt: Date;
|
5631
5631
|
deletedAt: Date | null;
|
5632
|
-
name?: string | undefined;
|
5633
5632
|
address?: string | null | undefined;
|
5633
|
+
name?: string | undefined;
|
5634
5634
|
phone?: string | null | undefined;
|
5635
5635
|
industry?: string | null | undefined;
|
5636
5636
|
} | null;
|
@@ -5638,8 +5638,8 @@ export declare const publicApiContract: {
|
|
5638
5638
|
contactProfile: string | null;
|
5639
5639
|
socialProfileUrl: string | null;
|
5640
5640
|
tags: {
|
5641
|
-
name: string;
|
5642
5641
|
id: string;
|
5642
|
+
name: string;
|
5643
5643
|
createdAt: Date;
|
5644
5644
|
updatedAt: Date;
|
5645
5645
|
deletedAt: Date | null;
|
@@ -5682,10 +5682,10 @@ export declare const publicApiContract: {
|
|
5682
5682
|
requestId: string;
|
5683
5683
|
}, {
|
5684
5684
|
data: {
|
5685
|
-
name: string;
|
5686
5685
|
id: string;
|
5687
5686
|
channel: string | null;
|
5688
5687
|
address: string | null;
|
5688
|
+
name: string;
|
5689
5689
|
createdAt: Date;
|
5690
5690
|
updatedAt: Date;
|
5691
5691
|
deletedAt: Date | null;
|
@@ -5714,7 +5714,6 @@ export declare const publicApiContract: {
|
|
5714
5714
|
dateValue: Date | null;
|
5715
5715
|
uploads: {
|
5716
5716
|
id: string;
|
5717
|
-
status: string | null;
|
5718
5717
|
createdAt: Date;
|
5719
5718
|
updatedAt: Date;
|
5720
5719
|
deletedAt: Date | null;
|
@@ -5723,6 +5722,7 @@ export declare const publicApiContract: {
|
|
5723
5722
|
bucketName: string;
|
5724
5723
|
fileSize: number;
|
5725
5724
|
fileUrl: string | null;
|
5725
|
+
status?: string | undefined;
|
5726
5726
|
}[];
|
5727
5727
|
}[];
|
5728
5728
|
company: {
|
@@ -5730,8 +5730,8 @@ export declare const publicApiContract: {
|
|
5730
5730
|
createdAt: Date;
|
5731
5731
|
updatedAt: Date;
|
5732
5732
|
deletedAt: Date | null;
|
5733
|
-
name?: string | undefined;
|
5734
5733
|
address?: string | null | undefined;
|
5734
|
+
name?: string | undefined;
|
5735
5735
|
phone?: string | null | undefined;
|
5736
5736
|
industry?: string | null | undefined;
|
5737
5737
|
} | null;
|
@@ -5739,8 +5739,8 @@ export declare const publicApiContract: {
|
|
5739
5739
|
contactProfile: string | null;
|
5740
5740
|
socialProfileUrl: string | null;
|
5741
5741
|
tags: {
|
5742
|
-
name: string;
|
5743
5742
|
id: string;
|
5743
|
+
name: string;
|
5744
5744
|
createdAt: Date;
|
5745
5745
|
updatedAt: Date;
|
5746
5746
|
deletedAt: Date | null;
|