@kl1/contracts 1.1.58 → 1.1.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +7 -7
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +25 -25
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +71 -311
- package/dist/api-contracts/src/auth/index.d.ts.map +1 -1
- package/dist/api-contracts/src/automation-queue/index.d.ts +101 -101
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/base-contract.d.ts +3 -3
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +30 -30
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +2566 -1792
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +139 -109
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +160 -118
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +7354 -6531
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2366 -2167
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1854 -1563
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +328 -328
- package/dist/api-contracts/src/comment/schema.d.ts +88 -88
- package/dist/api-contracts/src/company/index.d.ts +9 -9
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +399 -399
- package/dist/api-contracts/src/contact/schema.d.ts +38 -38
- package/dist/api-contracts/src/contact/validation.d.ts +190 -190
- package/dist/api-contracts/src/contract.d.ts +43684 -28896
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +9 -9
- package/dist/api-contracts/src/cx-log/index.d.ts +545 -393
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +402 -321
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +167 -189
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/schema.d.ts +44 -87
- package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +26 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/extension/index.d.ts +103 -22
- package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +2170 -1768
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +168 -141
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +147 -126
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +5 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1747 -1432
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1646 -1367
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +165 -132
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +116 -116
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2535 -2535
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +38 -38
- package/dist/api-contracts/src/mail/message-contract.d.ts +278 -278
- package/dist/api-contracts/src/mail/room-contract.d.ts +1490 -1490
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +12 -12
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +471 -471
- package/dist/api-contracts/src/messenger/index.d.ts +1750 -1435
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +143 -122
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/permission/index.d.ts +3 -3
- package/dist/api-contracts/src/presence-status/index.d.ts +15 -15
- package/dist/api-contracts/src/public-api/index.d.ts +143 -143
- package/dist/api-contracts/src/public-api/schema.d.ts +22 -22
- package/dist/api-contracts/src/public-api/validation.d.ts +39 -39
- package/dist/api-contracts/src/role/index.d.ts +15 -15
- package/dist/api-contracts/src/sms/index.d.ts +2717 -270
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +30 -8
- package/dist/api-contracts/src/sms/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +147 -147
- package/dist/api-contracts/src/snippet/schema.d.ts +50 -50
- package/dist/api-contracts/src/subscription/index.d.ts +267 -186
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/schema.d.ts +247 -216
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/subscription/validation.d.ts +18 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/tag/index.d.ts +24 -24
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1407 -1182
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +57 -112
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +14 -31
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +282 -282
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +72 -72
- package/dist/api-contracts/src/telephony-extension/index.d.ts +3 -3
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +515 -515
- package/dist/api-contracts/src/ticket/schema.d.ts +63 -63
- package/dist/api-contracts/src/upload/index.d.ts +6 -6
- package/dist/api-contracts/src/upload/schema.d.ts +3 -3
- package/dist/api-contracts/src/user/index.d.ts +41 -41
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +26 -18
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +24 -14
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +1419 -1194
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +1413 -1188
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +1758 -1287
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +79 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +51 -51
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +8703 -417
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +44 -44
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +1 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +4832 -4295
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4821 -4289
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -3
|
@@ -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
|
-
id: string;
|
|
101
100
|
name: string;
|
|
101
|
+
id: string;
|
|
102
102
|
createdAt: Date;
|
|
103
103
|
updatedAt: Date;
|
|
104
104
|
deletedAt: Date | null;
|
|
105
105
|
}, {
|
|
106
|
-
id: string;
|
|
107
106
|
name: string;
|
|
107
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
264
263
|
name?: string | undefined;
|
|
264
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
273
272
|
name?: string | undefined;
|
|
273
|
+
address?: string | null | undefined;
|
|
274
274
|
phone?: string | null | undefined;
|
|
275
275
|
industry?: string | null | undefined;
|
|
276
276
|
}>>;
|
|
@@ -374,9 +374,10 @@ 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.ZodNullable<z.ZodString>;
|
|
378
378
|
}, "strip", z.ZodTypeAny, {
|
|
379
379
|
id: string;
|
|
380
|
+
status: string | null;
|
|
380
381
|
createdAt: Date;
|
|
381
382
|
updatedAt: Date;
|
|
382
383
|
deletedAt: Date | null;
|
|
@@ -385,9 +386,9 @@ export declare const publicApiContract: {
|
|
|
385
386
|
bucketName: string;
|
|
386
387
|
fileSize: number;
|
|
387
388
|
fileUrl: string | null;
|
|
388
|
-
status?: string | undefined;
|
|
389
389
|
}, {
|
|
390
390
|
id: string;
|
|
391
|
+
status: string | null;
|
|
391
392
|
createdAt: Date;
|
|
392
393
|
updatedAt: Date;
|
|
393
394
|
deletedAt: Date | null;
|
|
@@ -396,7 +397,6 @@ export declare const publicApiContract: {
|
|
|
396
397
|
bucketName: string;
|
|
397
398
|
fileSize: number;
|
|
398
399
|
fileUrl: string | null;
|
|
399
|
-
status?: string | undefined;
|
|
400
400
|
}>, "many">;
|
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
|
402
402
|
id: string;
|
|
@@ -423,6 +423,7 @@ export declare const publicApiContract: {
|
|
|
423
423
|
dateValue: Date | null;
|
|
424
424
|
uploads: {
|
|
425
425
|
id: string;
|
|
426
|
+
status: string | null;
|
|
426
427
|
createdAt: Date;
|
|
427
428
|
updatedAt: Date;
|
|
428
429
|
deletedAt: Date | null;
|
|
@@ -431,7 +432,6 @@ export declare const publicApiContract: {
|
|
|
431
432
|
bucketName: string;
|
|
432
433
|
fileSize: number;
|
|
433
434
|
fileUrl: string | null;
|
|
434
|
-
status?: string | undefined;
|
|
435
435
|
}[];
|
|
436
436
|
}, {
|
|
437
437
|
id: string;
|
|
@@ -458,6 +458,7 @@ export declare const publicApiContract: {
|
|
|
458
458
|
dateValue: Date | null;
|
|
459
459
|
uploads: {
|
|
460
460
|
id: string;
|
|
461
|
+
status: string | null;
|
|
461
462
|
createdAt: Date;
|
|
462
463
|
updatedAt: Date;
|
|
463
464
|
deletedAt: Date | null;
|
|
@@ -466,7 +467,6 @@ export declare const publicApiContract: {
|
|
|
466
467
|
bucketName: string;
|
|
467
468
|
fileSize: number;
|
|
468
469
|
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;
|
|
577
578
|
id: string;
|
|
578
579
|
channel: string | null;
|
|
579
580
|
address: string | null;
|
|
580
|
-
name: string;
|
|
581
581
|
createdAt: Date;
|
|
582
582
|
updatedAt: Date;
|
|
583
583
|
deletedAt: Date | null;
|
|
@@ -606,6 +606,7 @@ export declare const publicApiContract: {
|
|
|
606
606
|
dateValue: Date | null;
|
|
607
607
|
uploads: {
|
|
608
608
|
id: string;
|
|
609
|
+
status: string | null;
|
|
609
610
|
createdAt: Date;
|
|
610
611
|
updatedAt: Date;
|
|
611
612
|
deletedAt: Date | null;
|
|
@@ -614,7 +615,6 @@ export declare const publicApiContract: {
|
|
|
614
615
|
bucketName: string;
|
|
615
616
|
fileSize: number;
|
|
616
617
|
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
|
-
address?: string | null | undefined;
|
|
626
625
|
name?: string | undefined;
|
|
626
|
+
address?: string | null | 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
|
-
id: string;
|
|
635
634
|
name: string;
|
|
635
|
+
id: 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;
|
|
673
674
|
id: string;
|
|
674
675
|
channel: string | null;
|
|
675
676
|
address: string | null;
|
|
676
|
-
name: string;
|
|
677
677
|
createdAt: Date;
|
|
678
678
|
updatedAt: Date;
|
|
679
679
|
deletedAt: Date | null;
|
|
@@ -702,6 +702,7 @@ export declare const publicApiContract: {
|
|
|
702
702
|
dateValue: Date | null;
|
|
703
703
|
uploads: {
|
|
704
704
|
id: string;
|
|
705
|
+
status: string | null;
|
|
705
706
|
createdAt: Date;
|
|
706
707
|
updatedAt: Date;
|
|
707
708
|
deletedAt: Date | null;
|
|
@@ -710,7 +711,6 @@ export declare const publicApiContract: {
|
|
|
710
711
|
bucketName: string;
|
|
711
712
|
fileSize: number;
|
|
712
713
|
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
|
-
address?: string | null | undefined;
|
|
722
721
|
name?: string | undefined;
|
|
722
|
+
address?: string | null | 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
|
-
id: string;
|
|
731
730
|
name: string;
|
|
731
|
+
id: 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;
|
|
771
772
|
id: string;
|
|
772
773
|
channel: string | null;
|
|
773
774
|
address: string | null;
|
|
774
|
-
name: string;
|
|
775
775
|
createdAt: Date;
|
|
776
776
|
updatedAt: Date;
|
|
777
777
|
deletedAt: Date | null;
|
|
@@ -800,6 +800,7 @@ export declare const publicApiContract: {
|
|
|
800
800
|
dateValue: Date | null;
|
|
801
801
|
uploads: {
|
|
802
802
|
id: string;
|
|
803
|
+
status: string | null;
|
|
803
804
|
createdAt: Date;
|
|
804
805
|
updatedAt: Date;
|
|
805
806
|
deletedAt: Date | null;
|
|
@@ -808,7 +809,6 @@ export declare const publicApiContract: {
|
|
|
808
809
|
bucketName: string;
|
|
809
810
|
fileSize: number;
|
|
810
811
|
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
|
-
address?: string | null | undefined;
|
|
820
819
|
name?: string | undefined;
|
|
820
|
+
address?: string | null | 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
|
-
id: string;
|
|
829
828
|
name: string;
|
|
829
|
+
id: 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;
|
|
870
871
|
id: string;
|
|
871
872
|
channel: string | null;
|
|
872
873
|
address: string | null;
|
|
873
|
-
name: string;
|
|
874
874
|
createdAt: Date;
|
|
875
875
|
updatedAt: Date;
|
|
876
876
|
deletedAt: Date | null;
|
|
@@ -899,6 +899,7 @@ export declare const publicApiContract: {
|
|
|
899
899
|
dateValue: Date | null;
|
|
900
900
|
uploads: {
|
|
901
901
|
id: string;
|
|
902
|
+
status: string | null;
|
|
902
903
|
createdAt: Date;
|
|
903
904
|
updatedAt: Date;
|
|
904
905
|
deletedAt: Date | null;
|
|
@@ -907,7 +908,6 @@ export declare const publicApiContract: {
|
|
|
907
908
|
bucketName: string;
|
|
908
909
|
fileSize: number;
|
|
909
910
|
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
|
-
address?: string | null | undefined;
|
|
919
918
|
name?: string | undefined;
|
|
919
|
+
address?: string | null | 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
|
-
id: string;
|
|
928
927
|
name: string;
|
|
928
|
+
id: 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
|
-
id: string;
|
|
1048
1047
|
name: string;
|
|
1048
|
+
id: string;
|
|
1049
1049
|
createdAt: Date;
|
|
1050
1050
|
updatedAt: Date;
|
|
1051
1051
|
deletedAt: Date | null;
|
|
1052
1052
|
}, {
|
|
1053
|
-
id: string;
|
|
1054
1053
|
name: string;
|
|
1054
|
+
id: 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
|
-
id: string;
|
|
1063
1062
|
name: string;
|
|
1063
|
+
id: 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
|
-
id: string;
|
|
1072
1071
|
name: string;
|
|
1072
|
+
id: 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
|
-
id: string;
|
|
1227
1226
|
name: string;
|
|
1227
|
+
id: string;
|
|
1228
1228
|
createdAt: Date;
|
|
1229
1229
|
updatedAt: Date;
|
|
1230
1230
|
deletedAt: Date | null;
|
|
1231
1231
|
}, {
|
|
1232
|
-
id: string;
|
|
1233
1232
|
name: string;
|
|
1233
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
1390
1389
|
name?: string | undefined;
|
|
1390
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
1399
1398
|
name?: string | undefined;
|
|
1399
|
+
address?: string | null | undefined;
|
|
1400
1400
|
phone?: string | null | undefined;
|
|
1401
1401
|
industry?: string | null | undefined;
|
|
1402
1402
|
}>>;
|
|
@@ -1500,9 +1500,10 @@ 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.ZodNullable<z.ZodString>;
|
|
1504
1504
|
}, "strip", z.ZodTypeAny, {
|
|
1505
1505
|
id: string;
|
|
1506
|
+
status: string | null;
|
|
1506
1507
|
createdAt: Date;
|
|
1507
1508
|
updatedAt: Date;
|
|
1508
1509
|
deletedAt: Date | null;
|
|
@@ -1511,9 +1512,9 @@ export declare const publicApiContract: {
|
|
|
1511
1512
|
bucketName: string;
|
|
1512
1513
|
fileSize: number;
|
|
1513
1514
|
fileUrl: string | null;
|
|
1514
|
-
status?: string | undefined;
|
|
1515
1515
|
}, {
|
|
1516
1516
|
id: string;
|
|
1517
|
+
status: string | null;
|
|
1517
1518
|
createdAt: Date;
|
|
1518
1519
|
updatedAt: Date;
|
|
1519
1520
|
deletedAt: Date | null;
|
|
@@ -1522,7 +1523,6 @@ export declare const publicApiContract: {
|
|
|
1522
1523
|
bucketName: string;
|
|
1523
1524
|
fileSize: number;
|
|
1524
1525
|
fileUrl: string | null;
|
|
1525
|
-
status?: string | undefined;
|
|
1526
1526
|
}>, "many">;
|
|
1527
1527
|
}, "strip", z.ZodTypeAny, {
|
|
1528
1528
|
id: string;
|
|
@@ -1549,6 +1549,7 @@ export declare const publicApiContract: {
|
|
|
1549
1549
|
dateValue: Date | null;
|
|
1550
1550
|
uploads: {
|
|
1551
1551
|
id: string;
|
|
1552
|
+
status: string | null;
|
|
1552
1553
|
createdAt: Date;
|
|
1553
1554
|
updatedAt: Date;
|
|
1554
1555
|
deletedAt: Date | null;
|
|
@@ -1557,7 +1558,6 @@ export declare const publicApiContract: {
|
|
|
1557
1558
|
bucketName: string;
|
|
1558
1559
|
fileSize: number;
|
|
1559
1560
|
fileUrl: string | null;
|
|
1560
|
-
status?: string | undefined;
|
|
1561
1561
|
}[];
|
|
1562
1562
|
}, {
|
|
1563
1563
|
id: string;
|
|
@@ -1584,6 +1584,7 @@ export declare const publicApiContract: {
|
|
|
1584
1584
|
dateValue: Date | null;
|
|
1585
1585
|
uploads: {
|
|
1586
1586
|
id: string;
|
|
1587
|
+
status: string | null;
|
|
1587
1588
|
createdAt: Date;
|
|
1588
1589
|
updatedAt: Date;
|
|
1589
1590
|
deletedAt: Date | null;
|
|
@@ -1592,7 +1593,6 @@ export declare const publicApiContract: {
|
|
|
1592
1593
|
bucketName: string;
|
|
1593
1594
|
fileSize: number;
|
|
1594
1595
|
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;
|
|
1703
1704
|
id: string;
|
|
1704
1705
|
channel: string | null;
|
|
1705
1706
|
address: string | null;
|
|
1706
|
-
name: string;
|
|
1707
1707
|
createdAt: Date;
|
|
1708
1708
|
updatedAt: Date;
|
|
1709
1709
|
deletedAt: Date | null;
|
|
@@ -1732,6 +1732,7 @@ export declare const publicApiContract: {
|
|
|
1732
1732
|
dateValue: Date | null;
|
|
1733
1733
|
uploads: {
|
|
1734
1734
|
id: string;
|
|
1735
|
+
status: string | null;
|
|
1735
1736
|
createdAt: Date;
|
|
1736
1737
|
updatedAt: Date;
|
|
1737
1738
|
deletedAt: Date | null;
|
|
@@ -1740,7 +1741,6 @@ export declare const publicApiContract: {
|
|
|
1740
1741
|
bucketName: string;
|
|
1741
1742
|
fileSize: number;
|
|
1742
1743
|
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
|
-
address?: string | null | undefined;
|
|
1752
1751
|
name?: string | undefined;
|
|
1752
|
+
address?: string | null | 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
|
-
id: string;
|
|
1761
1760
|
name: string;
|
|
1761
|
+
id: 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;
|
|
1799
1800
|
id: string;
|
|
1800
1801
|
channel: string | null;
|
|
1801
1802
|
address: string | null;
|
|
1802
|
-
name: string;
|
|
1803
1803
|
createdAt: Date;
|
|
1804
1804
|
updatedAt: Date;
|
|
1805
1805
|
deletedAt: Date | null;
|
|
@@ -1828,6 +1828,7 @@ export declare const publicApiContract: {
|
|
|
1828
1828
|
dateValue: Date | null;
|
|
1829
1829
|
uploads: {
|
|
1830
1830
|
id: string;
|
|
1831
|
+
status: string | null;
|
|
1831
1832
|
createdAt: Date;
|
|
1832
1833
|
updatedAt: Date;
|
|
1833
1834
|
deletedAt: Date | null;
|
|
@@ -1836,7 +1837,6 @@ export declare const publicApiContract: {
|
|
|
1836
1837
|
bucketName: string;
|
|
1837
1838
|
fileSize: number;
|
|
1838
1839
|
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
|
-
address?: string | null | undefined;
|
|
1848
1847
|
name?: string | undefined;
|
|
1848
|
+
address?: string | null | 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
|
-
id: string;
|
|
1857
1856
|
name: string;
|
|
1857
|
+
id: 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;
|
|
1897
1898
|
id: string;
|
|
1898
1899
|
channel: string | null;
|
|
1899
1900
|
address: string | null;
|
|
1900
|
-
name: string;
|
|
1901
1901
|
createdAt: Date;
|
|
1902
1902
|
updatedAt: Date;
|
|
1903
1903
|
deletedAt: Date | null;
|
|
@@ -1926,6 +1926,7 @@ export declare const publicApiContract: {
|
|
|
1926
1926
|
dateValue: Date | null;
|
|
1927
1927
|
uploads: {
|
|
1928
1928
|
id: string;
|
|
1929
|
+
status: string | null;
|
|
1929
1930
|
createdAt: Date;
|
|
1930
1931
|
updatedAt: Date;
|
|
1931
1932
|
deletedAt: Date | null;
|
|
@@ -1934,7 +1935,6 @@ export declare const publicApiContract: {
|
|
|
1934
1935
|
bucketName: string;
|
|
1935
1936
|
fileSize: number;
|
|
1936
1937
|
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
|
-
address?: string | null | undefined;
|
|
1946
1945
|
name?: string | undefined;
|
|
1946
|
+
address?: string | null | 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
|
-
id: string;
|
|
1955
1954
|
name: string;
|
|
1955
|
+
id: 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;
|
|
2000
2001
|
id: string;
|
|
2001
2002
|
channel: string | null;
|
|
2002
2003
|
address: string | null;
|
|
2003
|
-
name: string;
|
|
2004
2004
|
createdAt: Date;
|
|
2005
2005
|
updatedAt: Date;
|
|
2006
2006
|
deletedAt: Date | null;
|
|
@@ -2029,6 +2029,7 @@ export declare const publicApiContract: {
|
|
|
2029
2029
|
dateValue: Date | null;
|
|
2030
2030
|
uploads: {
|
|
2031
2031
|
id: string;
|
|
2032
|
+
status: string | null;
|
|
2032
2033
|
createdAt: Date;
|
|
2033
2034
|
updatedAt: Date;
|
|
2034
2035
|
deletedAt: Date | null;
|
|
@@ -2037,7 +2038,6 @@ export declare const publicApiContract: {
|
|
|
2037
2038
|
bucketName: string;
|
|
2038
2039
|
fileSize: number;
|
|
2039
2040
|
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
|
-
address?: string | null | undefined;
|
|
2049
2048
|
name?: string | undefined;
|
|
2049
|
+
address?: string | null | 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
|
-
id: string;
|
|
2058
2057
|
name: string;
|
|
2058
|
+
id: string;
|
|
2059
2059
|
createdAt: Date;
|
|
2060
2060
|
updatedAt: Date;
|
|
2061
2061
|
deletedAt: Date | null;
|
|
@@ -2276,9 +2276,10 @@ 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.ZodNullable<z.ZodString>;
|
|
2280
2280
|
}, "strip", z.ZodTypeAny, {
|
|
2281
2281
|
id: string;
|
|
2282
|
+
status: string | null;
|
|
2282
2283
|
createdAt: Date;
|
|
2283
2284
|
updatedAt: Date;
|
|
2284
2285
|
deletedAt: Date | null;
|
|
@@ -2287,9 +2288,9 @@ export declare const publicApiContract: {
|
|
|
2287
2288
|
bucketName: string;
|
|
2288
2289
|
fileSize: number;
|
|
2289
2290
|
fileUrl: string | null;
|
|
2290
|
-
status?: string | undefined;
|
|
2291
2291
|
}, {
|
|
2292
2292
|
id: string;
|
|
2293
|
+
status: string | null;
|
|
2293
2294
|
createdAt: Date;
|
|
2294
2295
|
updatedAt: Date;
|
|
2295
2296
|
deletedAt: Date | null;
|
|
@@ -2298,7 +2299,6 @@ export declare const publicApiContract: {
|
|
|
2298
2299
|
bucketName: string;
|
|
2299
2300
|
fileSize: number;
|
|
2300
2301
|
fileUrl: string | null;
|
|
2301
|
-
status?: string | undefined;
|
|
2302
2302
|
}>, "many">;
|
|
2303
2303
|
}, "strip", z.ZodTypeAny, {
|
|
2304
2304
|
id: string;
|
|
@@ -2325,6 +2325,7 @@ export declare const publicApiContract: {
|
|
|
2325
2325
|
dateValue: Date | null;
|
|
2326
2326
|
uploads: {
|
|
2327
2327
|
id: string;
|
|
2328
|
+
status: string | null;
|
|
2328
2329
|
createdAt: Date;
|
|
2329
2330
|
updatedAt: Date;
|
|
2330
2331
|
deletedAt: Date | null;
|
|
@@ -2333,7 +2334,6 @@ export declare const publicApiContract: {
|
|
|
2333
2334
|
bucketName: string;
|
|
2334
2335
|
fileSize: number;
|
|
2335
2336
|
fileUrl: string | null;
|
|
2336
|
-
status?: string | undefined;
|
|
2337
2337
|
}[];
|
|
2338
2338
|
}, {
|
|
2339
2339
|
id: string;
|
|
@@ -2360,6 +2360,7 @@ export declare const publicApiContract: {
|
|
|
2360
2360
|
dateValue: Date | null;
|
|
2361
2361
|
uploads: {
|
|
2362
2362
|
id: string;
|
|
2363
|
+
status: string | null;
|
|
2363
2364
|
createdAt: Date;
|
|
2364
2365
|
updatedAt: Date;
|
|
2365
2366
|
deletedAt: Date | null;
|
|
@@ -2368,7 +2369,6 @@ export declare const publicApiContract: {
|
|
|
2368
2369
|
bucketName: string;
|
|
2369
2370
|
fileSize: number;
|
|
2370
2371
|
fileUrl: string | null;
|
|
2371
|
-
status?: string | undefined;
|
|
2372
2372
|
}[];
|
|
2373
2373
|
}>, "many">;
|
|
2374
2374
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2397,6 +2397,7 @@ export declare const publicApiContract: {
|
|
|
2397
2397
|
dateValue: Date | null;
|
|
2398
2398
|
uploads: {
|
|
2399
2399
|
id: string;
|
|
2400
|
+
status: string | null;
|
|
2400
2401
|
createdAt: Date;
|
|
2401
2402
|
updatedAt: Date;
|
|
2402
2403
|
deletedAt: Date | null;
|
|
@@ -2405,7 +2406,6 @@ export declare const publicApiContract: {
|
|
|
2405
2406
|
bucketName: string;
|
|
2406
2407
|
fileSize: number;
|
|
2407
2408
|
fileUrl: string | null;
|
|
2408
|
-
status?: string | undefined;
|
|
2409
2409
|
}[];
|
|
2410
2410
|
}[];
|
|
2411
2411
|
total: number;
|
|
@@ -2439,6 +2439,7 @@ export declare const publicApiContract: {
|
|
|
2439
2439
|
dateValue: Date | null;
|
|
2440
2440
|
uploads: {
|
|
2441
2441
|
id: string;
|
|
2442
|
+
status: string | null;
|
|
2442
2443
|
createdAt: Date;
|
|
2443
2444
|
updatedAt: Date;
|
|
2444
2445
|
deletedAt: Date | null;
|
|
@@ -2447,7 +2448,6 @@ export declare const publicApiContract: {
|
|
|
2447
2448
|
bucketName: string;
|
|
2448
2449
|
fileSize: number;
|
|
2449
2450
|
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
|
-
id: string;
|
|
2610
2609
|
name: string;
|
|
2610
|
+
id: string;
|
|
2611
2611
|
createdAt: Date;
|
|
2612
2612
|
updatedAt: Date;
|
|
2613
2613
|
deletedAt: Date | null;
|
|
2614
2614
|
}, {
|
|
2615
|
-
id: string;
|
|
2616
2615
|
name: string;
|
|
2616
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
2773
2772
|
name?: string | undefined;
|
|
2773
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
2782
2781
|
name?: string | undefined;
|
|
2782
|
+
address?: string | null | undefined;
|
|
2783
2783
|
phone?: string | null | undefined;
|
|
2784
2784
|
industry?: string | null | undefined;
|
|
2785
2785
|
}>>;
|
|
@@ -2883,9 +2883,10 @@ 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.ZodNullable<z.ZodString>;
|
|
2887
2887
|
}, "strip", z.ZodTypeAny, {
|
|
2888
2888
|
id: string;
|
|
2889
|
+
status: string | null;
|
|
2889
2890
|
createdAt: Date;
|
|
2890
2891
|
updatedAt: Date;
|
|
2891
2892
|
deletedAt: Date | null;
|
|
@@ -2894,9 +2895,9 @@ export declare const publicApiContract: {
|
|
|
2894
2895
|
bucketName: string;
|
|
2895
2896
|
fileSize: number;
|
|
2896
2897
|
fileUrl: string | null;
|
|
2897
|
-
status?: string | undefined;
|
|
2898
2898
|
}, {
|
|
2899
2899
|
id: string;
|
|
2900
|
+
status: string | null;
|
|
2900
2901
|
createdAt: Date;
|
|
2901
2902
|
updatedAt: Date;
|
|
2902
2903
|
deletedAt: Date | null;
|
|
@@ -2905,7 +2906,6 @@ export declare const publicApiContract: {
|
|
|
2905
2906
|
bucketName: string;
|
|
2906
2907
|
fileSize: number;
|
|
2907
2908
|
fileUrl: string | null;
|
|
2908
|
-
status?: string | undefined;
|
|
2909
2909
|
}>, "many">;
|
|
2910
2910
|
}, "strip", z.ZodTypeAny, {
|
|
2911
2911
|
id: string;
|
|
@@ -2932,6 +2932,7 @@ export declare const publicApiContract: {
|
|
|
2932
2932
|
dateValue: Date | null;
|
|
2933
2933
|
uploads: {
|
|
2934
2934
|
id: string;
|
|
2935
|
+
status: string | null;
|
|
2935
2936
|
createdAt: Date;
|
|
2936
2937
|
updatedAt: Date;
|
|
2937
2938
|
deletedAt: Date | null;
|
|
@@ -2940,7 +2941,6 @@ export declare const publicApiContract: {
|
|
|
2940
2941
|
bucketName: string;
|
|
2941
2942
|
fileSize: number;
|
|
2942
2943
|
fileUrl: string | null;
|
|
2943
|
-
status?: string | undefined;
|
|
2944
2944
|
}[];
|
|
2945
2945
|
}, {
|
|
2946
2946
|
id: string;
|
|
@@ -2967,6 +2967,7 @@ export declare const publicApiContract: {
|
|
|
2967
2967
|
dateValue: Date | null;
|
|
2968
2968
|
uploads: {
|
|
2969
2969
|
id: string;
|
|
2970
|
+
status: string | null;
|
|
2970
2971
|
createdAt: Date;
|
|
2971
2972
|
updatedAt: Date;
|
|
2972
2973
|
deletedAt: Date | null;
|
|
@@ -2975,7 +2976,6 @@ export declare const publicApiContract: {
|
|
|
2975
2976
|
bucketName: string;
|
|
2976
2977
|
fileSize: number;
|
|
2977
2978
|
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;
|
|
3086
3087
|
id: string;
|
|
3087
3088
|
channel: string | null;
|
|
3088
3089
|
address: string | null;
|
|
3089
|
-
name: string;
|
|
3090
3090
|
createdAt: Date;
|
|
3091
3091
|
updatedAt: Date;
|
|
3092
3092
|
deletedAt: Date | null;
|
|
@@ -3115,6 +3115,7 @@ export declare const publicApiContract: {
|
|
|
3115
3115
|
dateValue: Date | null;
|
|
3116
3116
|
uploads: {
|
|
3117
3117
|
id: string;
|
|
3118
|
+
status: string | null;
|
|
3118
3119
|
createdAt: Date;
|
|
3119
3120
|
updatedAt: Date;
|
|
3120
3121
|
deletedAt: Date | null;
|
|
@@ -3123,7 +3124,6 @@ export declare const publicApiContract: {
|
|
|
3123
3124
|
bucketName: string;
|
|
3124
3125
|
fileSize: number;
|
|
3125
3126
|
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
|
-
address?: string | null | undefined;
|
|
3135
3134
|
name?: string | undefined;
|
|
3135
|
+
address?: string | null | 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
|
-
id: string;
|
|
3144
3143
|
name: string;
|
|
3144
|
+
id: 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;
|
|
3182
3183
|
id: string;
|
|
3183
3184
|
channel: string | null;
|
|
3184
3185
|
address: string | null;
|
|
3185
|
-
name: string;
|
|
3186
3186
|
createdAt: Date;
|
|
3187
3187
|
updatedAt: Date;
|
|
3188
3188
|
deletedAt: Date | null;
|
|
@@ -3211,6 +3211,7 @@ export declare const publicApiContract: {
|
|
|
3211
3211
|
dateValue: Date | null;
|
|
3212
3212
|
uploads: {
|
|
3213
3213
|
id: string;
|
|
3214
|
+
status: string | null;
|
|
3214
3215
|
createdAt: Date;
|
|
3215
3216
|
updatedAt: Date;
|
|
3216
3217
|
deletedAt: Date | null;
|
|
@@ -3219,7 +3220,6 @@ export declare const publicApiContract: {
|
|
|
3219
3220
|
bucketName: string;
|
|
3220
3221
|
fileSize: number;
|
|
3221
3222
|
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
|
-
address?: string | null | undefined;
|
|
3231
3230
|
name?: string | undefined;
|
|
3231
|
+
address?: string | null | 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
|
-
id: string;
|
|
3240
3239
|
name: string;
|
|
3240
|
+
id: 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;
|
|
3281
3282
|
id: string;
|
|
3282
3283
|
channel: string | null;
|
|
3283
3284
|
address: string | null;
|
|
3284
|
-
name: string;
|
|
3285
3285
|
createdAt: Date;
|
|
3286
3286
|
updatedAt: Date;
|
|
3287
3287
|
deletedAt: Date | null;
|
|
@@ -3310,6 +3310,7 @@ export declare const publicApiContract: {
|
|
|
3310
3310
|
dateValue: Date | null;
|
|
3311
3311
|
uploads: {
|
|
3312
3312
|
id: string;
|
|
3313
|
+
status: string | null;
|
|
3313
3314
|
createdAt: Date;
|
|
3314
3315
|
updatedAt: Date;
|
|
3315
3316
|
deletedAt: Date | null;
|
|
@@ -3318,7 +3319,6 @@ export declare const publicApiContract: {
|
|
|
3318
3319
|
bucketName: string;
|
|
3319
3320
|
fileSize: number;
|
|
3320
3321
|
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
|
-
address?: string | null | undefined;
|
|
3330
3329
|
name?: string | undefined;
|
|
3330
|
+
address?: string | null | 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
|
-
id: string;
|
|
3339
3338
|
name: string;
|
|
3339
|
+
id: 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;
|
|
3382
3383
|
id: string;
|
|
3383
3384
|
channel: string | null;
|
|
3384
3385
|
address: string | null;
|
|
3385
|
-
name: string;
|
|
3386
3386
|
createdAt: Date;
|
|
3387
3387
|
updatedAt: Date;
|
|
3388
3388
|
deletedAt: Date | null;
|
|
@@ -3411,6 +3411,7 @@ export declare const publicApiContract: {
|
|
|
3411
3411
|
dateValue: Date | null;
|
|
3412
3412
|
uploads: {
|
|
3413
3413
|
id: string;
|
|
3414
|
+
status: string | null;
|
|
3414
3415
|
createdAt: Date;
|
|
3415
3416
|
updatedAt: Date;
|
|
3416
3417
|
deletedAt: Date | null;
|
|
@@ -3419,7 +3420,6 @@ export declare const publicApiContract: {
|
|
|
3419
3420
|
bucketName: string;
|
|
3420
3421
|
fileSize: number;
|
|
3421
3422
|
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
|
-
address?: string | null | undefined;
|
|
3431
3430
|
name?: string | undefined;
|
|
3431
|
+
address?: string | null | 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
|
-
id: string;
|
|
3440
3439
|
name: string;
|
|
3440
|
+
id: string;
|
|
3441
3441
|
createdAt: Date;
|
|
3442
3442
|
updatedAt: Date;
|
|
3443
3443
|
deletedAt: Date | null;
|
|
@@ -3685,9 +3685,10 @@ 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.ZodNullable<z.ZodString>;
|
|
3689
3689
|
}, "strip", z.ZodTypeAny, {
|
|
3690
3690
|
id: string;
|
|
3691
|
+
status: string | null;
|
|
3691
3692
|
createdAt: Date;
|
|
3692
3693
|
updatedAt: Date;
|
|
3693
3694
|
deletedAt: Date | null;
|
|
@@ -3696,9 +3697,9 @@ export declare const publicApiContract: {
|
|
|
3696
3697
|
bucketName: string;
|
|
3697
3698
|
fileSize: number;
|
|
3698
3699
|
fileUrl: string | null;
|
|
3699
|
-
status?: string | undefined;
|
|
3700
3700
|
}, {
|
|
3701
3701
|
id: string;
|
|
3702
|
+
status: string | null;
|
|
3702
3703
|
createdAt: Date;
|
|
3703
3704
|
updatedAt: Date;
|
|
3704
3705
|
deletedAt: Date | null;
|
|
@@ -3707,7 +3708,6 @@ export declare const publicApiContract: {
|
|
|
3707
3708
|
bucketName: string;
|
|
3708
3709
|
fileSize: number;
|
|
3709
3710
|
fileUrl: string | null;
|
|
3710
|
-
status?: string | undefined;
|
|
3711
3711
|
}>, "many">;
|
|
3712
3712
|
}, "strip", z.ZodTypeAny, {
|
|
3713
3713
|
id: string;
|
|
@@ -3734,6 +3734,7 @@ export declare const publicApiContract: {
|
|
|
3734
3734
|
dateValue: Date | null;
|
|
3735
3735
|
uploads: {
|
|
3736
3736
|
id: string;
|
|
3737
|
+
status: string | null;
|
|
3737
3738
|
createdAt: Date;
|
|
3738
3739
|
updatedAt: Date;
|
|
3739
3740
|
deletedAt: Date | null;
|
|
@@ -3742,7 +3743,6 @@ export declare const publicApiContract: {
|
|
|
3742
3743
|
bucketName: string;
|
|
3743
3744
|
fileSize: number;
|
|
3744
3745
|
fileUrl: string | null;
|
|
3745
|
-
status?: string | undefined;
|
|
3746
3746
|
}[];
|
|
3747
3747
|
}, {
|
|
3748
3748
|
id: string;
|
|
@@ -3769,6 +3769,7 @@ export declare const publicApiContract: {
|
|
|
3769
3769
|
dateValue: Date | null;
|
|
3770
3770
|
uploads: {
|
|
3771
3771
|
id: string;
|
|
3772
|
+
status: string | null;
|
|
3772
3773
|
createdAt: Date;
|
|
3773
3774
|
updatedAt: Date;
|
|
3774
3775
|
deletedAt: Date | null;
|
|
@@ -3777,7 +3778,6 @@ export declare const publicApiContract: {
|
|
|
3777
3778
|
bucketName: string;
|
|
3778
3779
|
fileSize: number;
|
|
3779
3780
|
fileUrl: string | null;
|
|
3780
|
-
status?: string | undefined;
|
|
3781
3781
|
}[];
|
|
3782
3782
|
}>;
|
|
3783
3783
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3806,6 +3806,7 @@ export declare const publicApiContract: {
|
|
|
3806
3806
|
dateValue: Date | null;
|
|
3807
3807
|
uploads: {
|
|
3808
3808
|
id: string;
|
|
3809
|
+
status: string | null;
|
|
3809
3810
|
createdAt: Date;
|
|
3810
3811
|
updatedAt: Date;
|
|
3811
3812
|
deletedAt: Date | null;
|
|
@@ -3814,7 +3815,6 @@ export declare const publicApiContract: {
|
|
|
3814
3815
|
bucketName: string;
|
|
3815
3816
|
fileSize: number;
|
|
3816
3817
|
fileUrl: string | null;
|
|
3817
|
-
status?: string | undefined;
|
|
3818
3818
|
}[];
|
|
3819
3819
|
};
|
|
3820
3820
|
requestId: string;
|
|
@@ -3844,6 +3844,7 @@ export declare const publicApiContract: {
|
|
|
3844
3844
|
dateValue: Date | null;
|
|
3845
3845
|
uploads: {
|
|
3846
3846
|
id: string;
|
|
3847
|
+
status: string | null;
|
|
3847
3848
|
createdAt: Date;
|
|
3848
3849
|
updatedAt: Date;
|
|
3849
3850
|
deletedAt: Date | null;
|
|
@@ -3852,7 +3853,6 @@ export declare const publicApiContract: {
|
|
|
3852
3853
|
bucketName: string;
|
|
3853
3854
|
fileSize: number;
|
|
3854
3855
|
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
|
-
id: string;
|
|
3950
3949
|
name: string;
|
|
3950
|
+
id: string;
|
|
3951
3951
|
createdAt: Date;
|
|
3952
3952
|
updatedAt: Date;
|
|
3953
3953
|
deletedAt: Date | null;
|
|
3954
3954
|
}, {
|
|
3955
|
-
id: string;
|
|
3956
3955
|
name: string;
|
|
3956
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
4113
4112
|
name?: string | undefined;
|
|
4113
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
4122
4121
|
name?: string | undefined;
|
|
4122
|
+
address?: string | null | undefined;
|
|
4123
4123
|
phone?: string | null | undefined;
|
|
4124
4124
|
industry?: string | null | undefined;
|
|
4125
4125
|
}>>;
|
|
@@ -4223,9 +4223,10 @@ 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.ZodNullable<z.ZodString>;
|
|
4227
4227
|
}, "strip", z.ZodTypeAny, {
|
|
4228
4228
|
id: string;
|
|
4229
|
+
status: string | null;
|
|
4229
4230
|
createdAt: Date;
|
|
4230
4231
|
updatedAt: Date;
|
|
4231
4232
|
deletedAt: Date | null;
|
|
@@ -4234,9 +4235,9 @@ export declare const publicApiContract: {
|
|
|
4234
4235
|
bucketName: string;
|
|
4235
4236
|
fileSize: number;
|
|
4236
4237
|
fileUrl: string | null;
|
|
4237
|
-
status?: string | undefined;
|
|
4238
4238
|
}, {
|
|
4239
4239
|
id: string;
|
|
4240
|
+
status: string | null;
|
|
4240
4241
|
createdAt: Date;
|
|
4241
4242
|
updatedAt: Date;
|
|
4242
4243
|
deletedAt: Date | null;
|
|
@@ -4245,7 +4246,6 @@ export declare const publicApiContract: {
|
|
|
4245
4246
|
bucketName: string;
|
|
4246
4247
|
fileSize: number;
|
|
4247
4248
|
fileUrl: string | null;
|
|
4248
|
-
status?: string | undefined;
|
|
4249
4249
|
}>, "many">;
|
|
4250
4250
|
}, "strip", z.ZodTypeAny, {
|
|
4251
4251
|
id: string;
|
|
@@ -4272,6 +4272,7 @@ export declare const publicApiContract: {
|
|
|
4272
4272
|
dateValue: Date | null;
|
|
4273
4273
|
uploads: {
|
|
4274
4274
|
id: string;
|
|
4275
|
+
status: string | null;
|
|
4275
4276
|
createdAt: Date;
|
|
4276
4277
|
updatedAt: Date;
|
|
4277
4278
|
deletedAt: Date | null;
|
|
@@ -4280,7 +4281,6 @@ export declare const publicApiContract: {
|
|
|
4280
4281
|
bucketName: string;
|
|
4281
4282
|
fileSize: number;
|
|
4282
4283
|
fileUrl: string | null;
|
|
4283
|
-
status?: string | undefined;
|
|
4284
4284
|
}[];
|
|
4285
4285
|
}, {
|
|
4286
4286
|
id: string;
|
|
@@ -4307,6 +4307,7 @@ export declare const publicApiContract: {
|
|
|
4307
4307
|
dateValue: Date | null;
|
|
4308
4308
|
uploads: {
|
|
4309
4309
|
id: string;
|
|
4310
|
+
status: string | null;
|
|
4310
4311
|
createdAt: Date;
|
|
4311
4312
|
updatedAt: Date;
|
|
4312
4313
|
deletedAt: Date | null;
|
|
@@ -4315,7 +4316,6 @@ export declare const publicApiContract: {
|
|
|
4315
4316
|
bucketName: string;
|
|
4316
4317
|
fileSize: number;
|
|
4317
4318
|
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;
|
|
4426
4427
|
id: string;
|
|
4427
4428
|
channel: string | null;
|
|
4428
4429
|
address: string | null;
|
|
4429
|
-
name: string;
|
|
4430
4430
|
createdAt: Date;
|
|
4431
4431
|
updatedAt: Date;
|
|
4432
4432
|
deletedAt: Date | null;
|
|
@@ -4455,6 +4455,7 @@ export declare const publicApiContract: {
|
|
|
4455
4455
|
dateValue: Date | null;
|
|
4456
4456
|
uploads: {
|
|
4457
4457
|
id: string;
|
|
4458
|
+
status: string | null;
|
|
4458
4459
|
createdAt: Date;
|
|
4459
4460
|
updatedAt: Date;
|
|
4460
4461
|
deletedAt: Date | null;
|
|
@@ -4463,7 +4464,6 @@ export declare const publicApiContract: {
|
|
|
4463
4464
|
bucketName: string;
|
|
4464
4465
|
fileSize: number;
|
|
4465
4466
|
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
|
-
address?: string | null | undefined;
|
|
4475
4474
|
name?: string | undefined;
|
|
4475
|
+
address?: string | null | 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
|
-
id: string;
|
|
4484
4483
|
name: string;
|
|
4484
|
+
id: 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;
|
|
4522
4523
|
id: string;
|
|
4523
4524
|
channel: string | null;
|
|
4524
4525
|
address: string | null;
|
|
4525
|
-
name: string;
|
|
4526
4526
|
createdAt: Date;
|
|
4527
4527
|
updatedAt: Date;
|
|
4528
4528
|
deletedAt: Date | null;
|
|
@@ -4551,6 +4551,7 @@ export declare const publicApiContract: {
|
|
|
4551
4551
|
dateValue: Date | null;
|
|
4552
4552
|
uploads: {
|
|
4553
4553
|
id: string;
|
|
4554
|
+
status: string | null;
|
|
4554
4555
|
createdAt: Date;
|
|
4555
4556
|
updatedAt: Date;
|
|
4556
4557
|
deletedAt: Date | null;
|
|
@@ -4559,7 +4560,6 @@ export declare const publicApiContract: {
|
|
|
4559
4560
|
bucketName: string;
|
|
4560
4561
|
fileSize: number;
|
|
4561
4562
|
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
|
-
address?: string | null | undefined;
|
|
4571
4570
|
name?: string | undefined;
|
|
4571
|
+
address?: string | null | 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
|
-
id: string;
|
|
4580
4579
|
name: string;
|
|
4580
|
+
id: 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;
|
|
4621
4622
|
id: string;
|
|
4622
4623
|
channel: string | null;
|
|
4623
4624
|
address: string | null;
|
|
4624
|
-
name: string;
|
|
4625
4625
|
createdAt: Date;
|
|
4626
4626
|
updatedAt: Date;
|
|
4627
4627
|
deletedAt: Date | null;
|
|
@@ -4650,6 +4650,7 @@ export declare const publicApiContract: {
|
|
|
4650
4650
|
dateValue: Date | null;
|
|
4651
4651
|
uploads: {
|
|
4652
4652
|
id: string;
|
|
4653
|
+
status: string | null;
|
|
4653
4654
|
createdAt: Date;
|
|
4654
4655
|
updatedAt: Date;
|
|
4655
4656
|
deletedAt: Date | null;
|
|
@@ -4658,7 +4659,6 @@ export declare const publicApiContract: {
|
|
|
4658
4659
|
bucketName: string;
|
|
4659
4660
|
fileSize: number;
|
|
4660
4661
|
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
|
-
address?: string | null | undefined;
|
|
4670
4669
|
name?: string | undefined;
|
|
4670
|
+
address?: string | null | 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
|
-
id: string;
|
|
4679
4678
|
name: string;
|
|
4679
|
+
id: 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;
|
|
4722
4723
|
id: string;
|
|
4723
4724
|
channel: string | null;
|
|
4724
4725
|
address: string | null;
|
|
4725
|
-
name: string;
|
|
4726
4726
|
createdAt: Date;
|
|
4727
4727
|
updatedAt: Date;
|
|
4728
4728
|
deletedAt: Date | null;
|
|
@@ -4751,6 +4751,7 @@ export declare const publicApiContract: {
|
|
|
4751
4751
|
dateValue: Date | null;
|
|
4752
4752
|
uploads: {
|
|
4753
4753
|
id: string;
|
|
4754
|
+
status: string | null;
|
|
4754
4755
|
createdAt: Date;
|
|
4755
4756
|
updatedAt: Date;
|
|
4756
4757
|
deletedAt: Date | null;
|
|
@@ -4759,7 +4760,6 @@ export declare const publicApiContract: {
|
|
|
4759
4760
|
bucketName: string;
|
|
4760
4761
|
fileSize: number;
|
|
4761
4762
|
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
|
-
address?: string | null | undefined;
|
|
4771
4770
|
name?: string | undefined;
|
|
4771
|
+
address?: string | null | 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
|
-
id: string;
|
|
4780
4779
|
name: string;
|
|
4780
|
+
id: 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
|
-
id: string;
|
|
4913
4912
|
name: string;
|
|
4913
|
+
id: string;
|
|
4914
4914
|
createdAt: Date;
|
|
4915
4915
|
updatedAt: Date;
|
|
4916
4916
|
deletedAt: Date | null;
|
|
4917
4917
|
}, {
|
|
4918
|
-
id: string;
|
|
4919
4918
|
name: string;
|
|
4919
|
+
id: 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
|
-
address?: string | null | undefined;
|
|
5076
5075
|
name?: string | undefined;
|
|
5076
|
+
address?: string | null | 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
|
-
address?: string | null | undefined;
|
|
5085
5084
|
name?: string | undefined;
|
|
5085
|
+
address?: string | null | undefined;
|
|
5086
5086
|
phone?: string | null | undefined;
|
|
5087
5087
|
industry?: string | null | undefined;
|
|
5088
5088
|
}>>;
|
|
@@ -5186,9 +5186,10 @@ 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.ZodNullable<z.ZodString>;
|
|
5190
5190
|
}, "strip", z.ZodTypeAny, {
|
|
5191
5191
|
id: string;
|
|
5192
|
+
status: string | null;
|
|
5192
5193
|
createdAt: Date;
|
|
5193
5194
|
updatedAt: Date;
|
|
5194
5195
|
deletedAt: Date | null;
|
|
@@ -5197,9 +5198,9 @@ export declare const publicApiContract: {
|
|
|
5197
5198
|
bucketName: string;
|
|
5198
5199
|
fileSize: number;
|
|
5199
5200
|
fileUrl: string | null;
|
|
5200
|
-
status?: string | undefined;
|
|
5201
5201
|
}, {
|
|
5202
5202
|
id: string;
|
|
5203
|
+
status: string | null;
|
|
5203
5204
|
createdAt: Date;
|
|
5204
5205
|
updatedAt: Date;
|
|
5205
5206
|
deletedAt: Date | null;
|
|
@@ -5208,7 +5209,6 @@ export declare const publicApiContract: {
|
|
|
5208
5209
|
bucketName: string;
|
|
5209
5210
|
fileSize: number;
|
|
5210
5211
|
fileUrl: string | null;
|
|
5211
|
-
status?: string | undefined;
|
|
5212
5212
|
}>, "many">;
|
|
5213
5213
|
}, "strip", z.ZodTypeAny, {
|
|
5214
5214
|
id: string;
|
|
@@ -5235,6 +5235,7 @@ export declare const publicApiContract: {
|
|
|
5235
5235
|
dateValue: Date | null;
|
|
5236
5236
|
uploads: {
|
|
5237
5237
|
id: string;
|
|
5238
|
+
status: string | null;
|
|
5238
5239
|
createdAt: Date;
|
|
5239
5240
|
updatedAt: Date;
|
|
5240
5241
|
deletedAt: Date | null;
|
|
@@ -5243,7 +5244,6 @@ export declare const publicApiContract: {
|
|
|
5243
5244
|
bucketName: string;
|
|
5244
5245
|
fileSize: number;
|
|
5245
5246
|
fileUrl: string | null;
|
|
5246
|
-
status?: string | undefined;
|
|
5247
5247
|
}[];
|
|
5248
5248
|
}, {
|
|
5249
5249
|
id: string;
|
|
@@ -5270,6 +5270,7 @@ export declare const publicApiContract: {
|
|
|
5270
5270
|
dateValue: Date | null;
|
|
5271
5271
|
uploads: {
|
|
5272
5272
|
id: string;
|
|
5273
|
+
status: string | null;
|
|
5273
5274
|
createdAt: Date;
|
|
5274
5275
|
updatedAt: Date;
|
|
5275
5276
|
deletedAt: Date | null;
|
|
@@ -5278,7 +5279,6 @@ export declare const publicApiContract: {
|
|
|
5278
5279
|
bucketName: string;
|
|
5279
5280
|
fileSize: number;
|
|
5280
5281
|
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;
|
|
5389
5390
|
id: string;
|
|
5390
5391
|
channel: string | null;
|
|
5391
5392
|
address: string | null;
|
|
5392
|
-
name: string;
|
|
5393
5393
|
createdAt: Date;
|
|
5394
5394
|
updatedAt: Date;
|
|
5395
5395
|
deletedAt: Date | null;
|
|
@@ -5418,6 +5418,7 @@ export declare const publicApiContract: {
|
|
|
5418
5418
|
dateValue: Date | null;
|
|
5419
5419
|
uploads: {
|
|
5420
5420
|
id: string;
|
|
5421
|
+
status: string | null;
|
|
5421
5422
|
createdAt: Date;
|
|
5422
5423
|
updatedAt: Date;
|
|
5423
5424
|
deletedAt: Date | null;
|
|
@@ -5426,7 +5427,6 @@ export declare const publicApiContract: {
|
|
|
5426
5427
|
bucketName: string;
|
|
5427
5428
|
fileSize: number;
|
|
5428
5429
|
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
|
-
address?: string | null | undefined;
|
|
5438
5437
|
name?: string | undefined;
|
|
5438
|
+
address?: string | null | 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
|
-
id: string;
|
|
5447
5446
|
name: string;
|
|
5447
|
+
id: 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;
|
|
5485
5486
|
id: string;
|
|
5486
5487
|
channel: string | null;
|
|
5487
5488
|
address: string | null;
|
|
5488
|
-
name: string;
|
|
5489
5489
|
createdAt: Date;
|
|
5490
5490
|
updatedAt: Date;
|
|
5491
5491
|
deletedAt: Date | null;
|
|
@@ -5514,6 +5514,7 @@ export declare const publicApiContract: {
|
|
|
5514
5514
|
dateValue: Date | null;
|
|
5515
5515
|
uploads: {
|
|
5516
5516
|
id: string;
|
|
5517
|
+
status: string | null;
|
|
5517
5518
|
createdAt: Date;
|
|
5518
5519
|
updatedAt: Date;
|
|
5519
5520
|
deletedAt: Date | null;
|
|
@@ -5522,7 +5523,6 @@ export declare const publicApiContract: {
|
|
|
5522
5523
|
bucketName: string;
|
|
5523
5524
|
fileSize: number;
|
|
5524
5525
|
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
|
-
address?: string | null | undefined;
|
|
5534
5533
|
name?: string | undefined;
|
|
5534
|
+
address?: string | null | 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
|
-
id: string;
|
|
5543
5542
|
name: string;
|
|
5543
|
+
id: 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;
|
|
5584
5585
|
id: string;
|
|
5585
5586
|
channel: string | null;
|
|
5586
5587
|
address: string | null;
|
|
5587
|
-
name: string;
|
|
5588
5588
|
createdAt: Date;
|
|
5589
5589
|
updatedAt: Date;
|
|
5590
5590
|
deletedAt: Date | null;
|
|
@@ -5613,6 +5613,7 @@ export declare const publicApiContract: {
|
|
|
5613
5613
|
dateValue: Date | null;
|
|
5614
5614
|
uploads: {
|
|
5615
5615
|
id: string;
|
|
5616
|
+
status: string | null;
|
|
5616
5617
|
createdAt: Date;
|
|
5617
5618
|
updatedAt: Date;
|
|
5618
5619
|
deletedAt: Date | null;
|
|
@@ -5621,7 +5622,6 @@ export declare const publicApiContract: {
|
|
|
5621
5622
|
bucketName: string;
|
|
5622
5623
|
fileSize: number;
|
|
5623
5624
|
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
|
-
address?: string | null | undefined;
|
|
5633
5632
|
name?: string | undefined;
|
|
5633
|
+
address?: string | null | 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
|
-
id: string;
|
|
5642
5641
|
name: string;
|
|
5642
|
+
id: 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;
|
|
5685
5686
|
id: string;
|
|
5686
5687
|
channel: string | null;
|
|
5687
5688
|
address: string | null;
|
|
5688
|
-
name: string;
|
|
5689
5689
|
createdAt: Date;
|
|
5690
5690
|
updatedAt: Date;
|
|
5691
5691
|
deletedAt: Date | null;
|
|
@@ -5714,6 +5714,7 @@ export declare const publicApiContract: {
|
|
|
5714
5714
|
dateValue: Date | null;
|
|
5715
5715
|
uploads: {
|
|
5716
5716
|
id: string;
|
|
5717
|
+
status: string | null;
|
|
5717
5718
|
createdAt: Date;
|
|
5718
5719
|
updatedAt: Date;
|
|
5719
5720
|
deletedAt: Date | null;
|
|
@@ -5722,7 +5723,6 @@ export declare const publicApiContract: {
|
|
|
5722
5723
|
bucketName: string;
|
|
5723
5724
|
fileSize: number;
|
|
5724
5725
|
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
|
-
address?: string | null | undefined;
|
|
5734
5733
|
name?: string | undefined;
|
|
5734
|
+
address?: string | null | 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
|
-
id: string;
|
|
5743
5742
|
name: string;
|
|
5743
|
+
id: string;
|
|
5744
5744
|
createdAt: Date;
|
|
5745
5745
|
updatedAt: Date;
|
|
5746
5746
|
deletedAt: Date | null;
|