@kl1/contracts 1.1.52 → 1.1.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +439 -439
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +14 -14
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +844 -862
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- 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 +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +8211 -8077
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +315 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2254 -2254
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
- 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 +10 -10
- 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 +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- 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/presence-status/index.d.ts +556 -0
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts +31 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts +28 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +1934 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/schema.d.ts +2059 -0
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/validation.d.ts +37 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -0
- 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 +530 -530
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +320 -186
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +68 -58
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- 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 +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- 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 +19983 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
- 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 +212 -212
- 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/index.js +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -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
|
}>>;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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
|
}>>;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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
|
}>>;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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
|
}>>;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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
|
}>>;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|