@dalmore/api-contracts 0.0.0-dev.f1cb508 → 0.0.0-dev.f317bb8
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/common/types/account-setting.types.d.ts +22 -66
- package/common/types/account-setting.types.js +2 -31
- package/common/types/account-setting.types.js.map +1 -1
- package/common/types/account.types.d.ts +32 -23
- package/common/types/account.types.js +1 -0
- package/common/types/account.types.js.map +1 -1
- package/common/types/activity.types.d.ts +34 -25
- package/common/types/activity.types.js +11 -0
- package/common/types/activity.types.js.map +1 -1
- package/common/types/asset.types.d.ts +25 -111
- package/common/types/asset.types.js +24 -100
- package/common/types/asset.types.js.map +1 -1
- package/common/types/auth.types.d.ts +36 -0
- package/common/types/auth.types.js +3 -2
- package/common/types/auth.types.js.map +1 -1
- package/common/types/bonus-tier.types.d.ts +0 -30
- package/common/types/cap-table.types.d.ts +177 -53
- package/common/types/cap-table.types.js +31 -0
- package/common/types/cap-table.types.js.map +1 -1
- package/common/types/common.types.d.ts +340 -3
- package/common/types/common.types.js +59 -1
- package/common/types/common.types.js.map +1 -1
- package/common/types/csv.types.d.ts +1557 -0
- package/common/types/csv.types.js +154 -0
- package/common/types/csv.types.js.map +1 -0
- package/common/types/dashboard.types.d.ts +7 -7
- package/common/types/disbursement-transaction.types.d.ts +1 -1
- package/common/types/disbursement-transaction.types.js +1 -1
- package/common/types/disbursement-transaction.types.js.map +1 -1
- package/common/types/disbursements.types.d.ts +956 -7
- package/common/types/disbursements.types.js +92 -2
- package/common/types/disbursements.types.js.map +1 -1
- package/common/types/escrow-account.types.d.ts +17 -0
- package/common/types/escrow-account.types.js +3 -0
- package/common/types/escrow-account.types.js.map +1 -1
- package/common/types/exchange-provider.types.d.ts +12 -12
- package/common/types/file.types.d.ts +33 -9
- package/common/types/file.types.js +12 -0
- package/common/types/file.types.js.map +1 -1
- package/common/types/index.d.ts +4 -0
- package/common/types/index.js +4 -0
- package/common/types/index.js.map +1 -1
- package/common/types/individuals.types.d.ts +207 -5
- package/common/types/individuals.types.js +11 -14
- package/common/types/individuals.types.js.map +1 -1
- package/common/types/investor-account.types.d.ts +1 -1
- package/common/types/investor-account.types.js +1 -2
- package/common/types/investor-account.types.js.map +1 -1
- package/common/types/invite.types.d.ts +2 -2
- package/common/types/invite.types.js +1 -1
- package/common/types/invite.types.js.map +1 -1
- package/common/types/issuer-offering.types.d.ts +186 -77
- package/common/types/issuer-offering.types.js +181 -45
- package/common/types/issuer-offering.types.js.map +1 -1
- package/common/types/job-item.types.d.ts +14 -14
- package/common/types/legal-entity.types.d.ts +39 -1
- package/common/types/legal-entity.types.js +8 -5
- package/common/types/legal-entity.types.js.map +1 -1
- package/common/types/note.types.d.ts +15 -15
- package/common/types/offering-submission.types.d.ts +198 -0
- package/common/types/offering-submission.types.js +16 -3
- package/common/types/offering-submission.types.js.map +1 -1
- package/common/types/offering.types.d.ts +256 -61
- package/common/types/offering.types.js +210 -53
- package/common/types/offering.types.js.map +1 -1
- package/common/types/portfolio.types.d.ts +6 -6
- package/common/types/reports.types.d.ts +345 -0
- package/common/types/reports.types.js +69 -0
- package/common/types/reports.types.js.map +1 -0
- package/common/types/review.types.js +1 -1
- package/common/types/review.types.js.map +1 -1
- package/common/types/secondary-order.types.d.ts +10 -10
- package/common/types/secondary-trade.types.d.ts +10 -10
- package/common/types/site.types.d.ts +12 -27
- package/common/types/task.types.d.ts +22 -22
- package/common/types/trade-line-item.types.d.ts +24 -0
- package/common/types/trade-line-item.types.js +3 -0
- package/common/types/trade-line-item.types.js.map +1 -1
- package/common/types/trade.types.d.ts +9 -0
- package/common/types/trade.types.js +8 -1
- package/common/types/trade.types.js.map +1 -1
- package/common/types/transaction.types.d.ts +0 -1
- package/common/types/transaction.types.js +0 -1
- package/common/types/transaction.types.js.map +1 -1
- package/common/types/user.types.d.ts +191 -59
- package/common/types/user.types.js +9 -1
- package/common/types/user.types.js.map +1 -1
- package/contracts/clients/assets/index.d.ts +0 -66
- package/contracts/clients/csv/index.d.ts +1594 -0
- package/contracts/clients/csv/index.js +62 -0
- package/contracts/clients/csv/index.js.map +1 -0
- package/contracts/clients/files/index.d.ts +3 -3
- package/contracts/clients/files-public/index.d.ts +3 -3
- package/contracts/clients/index.d.ts +1778 -111
- package/contracts/clients/index.js +4 -0
- package/contracts/clients/index.js.map +1 -1
- package/contracts/clients/individuals/index.d.ts +5 -5
- package/contracts/clients/legal-entities/index.d.ts +1 -1
- package/contracts/clients/offerings/index.d.ts +88 -33
- package/contracts/clients/review/index.d.ts +85 -0
- package/contracts/clients/review/index.js +27 -0
- package/contracts/clients/review/index.js.map +1 -0
- package/package.json +1 -1
|
@@ -111,18 +111,74 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
111
111
|
investorPortalSetup: z.ZodOptional<z.ZodBoolean>;
|
|
112
112
|
paymentMethodSetup: z.ZodOptional<z.ZodBoolean>;
|
|
113
113
|
accountContactsSetup: z.ZodOptional<z.ZodBoolean>;
|
|
114
|
+
settings: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
115
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
116
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
117
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
118
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
119
|
+
} & {
|
|
120
|
+
id: z.ZodEffects<z.ZodString, string, string>;
|
|
121
|
+
accountId: z.ZodString;
|
|
122
|
+
offeringSetup: z.ZodBoolean;
|
|
123
|
+
investorPortalSetup: z.ZodBoolean;
|
|
124
|
+
paymentMethodSetup: z.ZodBoolean;
|
|
125
|
+
accountContactsSetup: z.ZodBoolean;
|
|
126
|
+
productPrimaries: z.ZodBoolean;
|
|
127
|
+
productSecondaries: z.ZodBoolean;
|
|
128
|
+
featureDisbursements: z.ZodBoolean;
|
|
129
|
+
apiPortal: z.ZodBoolean;
|
|
130
|
+
investorSiteEnabled: z.ZodBoolean;
|
|
131
|
+
}, "strip", z.ZodTypeAny, {
|
|
132
|
+
id: string;
|
|
133
|
+
createdAt: string | Date;
|
|
134
|
+
updatedAt: string | Date;
|
|
135
|
+
deletedAt: string | Date | null;
|
|
136
|
+
accountId: string;
|
|
137
|
+
offeringSetup: boolean;
|
|
138
|
+
investorPortalSetup: boolean;
|
|
139
|
+
paymentMethodSetup: boolean;
|
|
140
|
+
accountContactsSetup: boolean;
|
|
141
|
+
productPrimaries: boolean;
|
|
142
|
+
productSecondaries: boolean;
|
|
143
|
+
featureDisbursements: boolean;
|
|
144
|
+
apiPortal: boolean;
|
|
145
|
+
investorSiteEnabled: boolean;
|
|
146
|
+
__entity?: string | undefined;
|
|
147
|
+
}, {
|
|
148
|
+
id: string;
|
|
149
|
+
createdAt: string | Date;
|
|
150
|
+
updatedAt: string | Date;
|
|
151
|
+
deletedAt: string | Date | null;
|
|
152
|
+
accountId: string;
|
|
153
|
+
offeringSetup: boolean;
|
|
154
|
+
investorPortalSetup: boolean;
|
|
155
|
+
paymentMethodSetup: boolean;
|
|
156
|
+
accountContactsSetup: boolean;
|
|
157
|
+
productPrimaries: boolean;
|
|
158
|
+
productSecondaries: boolean;
|
|
159
|
+
featureDisbursements: boolean;
|
|
160
|
+
apiPortal: boolean;
|
|
161
|
+
investorSiteEnabled: boolean;
|
|
162
|
+
__entity?: string | undefined;
|
|
163
|
+
}>>>;
|
|
114
164
|
accountSettings: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
115
165
|
productPrimaries: z.ZodBoolean;
|
|
116
166
|
productSecondaries: z.ZodBoolean;
|
|
117
167
|
featureDisbursements: z.ZodBoolean;
|
|
168
|
+
apiPortal: z.ZodBoolean;
|
|
169
|
+
investorSiteEnabled: z.ZodBoolean;
|
|
118
170
|
}, "strip", z.ZodTypeAny, {
|
|
119
171
|
productPrimaries: boolean;
|
|
120
172
|
productSecondaries: boolean;
|
|
121
173
|
featureDisbursements: boolean;
|
|
174
|
+
apiPortal: boolean;
|
|
175
|
+
investorSiteEnabled: boolean;
|
|
122
176
|
}, {
|
|
123
177
|
productPrimaries: boolean;
|
|
124
178
|
productSecondaries: boolean;
|
|
125
179
|
featureDisbursements: boolean;
|
|
180
|
+
apiPortal: boolean;
|
|
181
|
+
investorSiteEnabled: boolean;
|
|
126
182
|
}>, "many">>;
|
|
127
183
|
account: z.ZodOptional<z.ZodObject<{
|
|
128
184
|
id: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
@@ -137,14 +193,20 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
137
193
|
productPrimaries: z.ZodBoolean;
|
|
138
194
|
productSecondaries: z.ZodBoolean;
|
|
139
195
|
featureDisbursements: z.ZodBoolean;
|
|
196
|
+
apiPortal: z.ZodBoolean;
|
|
197
|
+
investorSiteEnabled: z.ZodBoolean;
|
|
140
198
|
}, "strip", z.ZodTypeAny, {
|
|
141
199
|
productPrimaries: boolean;
|
|
142
200
|
productSecondaries: boolean;
|
|
143
201
|
featureDisbursements: boolean;
|
|
202
|
+
apiPortal: boolean;
|
|
203
|
+
investorSiteEnabled: boolean;
|
|
144
204
|
}, {
|
|
145
205
|
productPrimaries: boolean;
|
|
146
206
|
productSecondaries: boolean;
|
|
147
207
|
featureDisbursements: boolean;
|
|
208
|
+
apiPortal: boolean;
|
|
209
|
+
investorSiteEnabled: boolean;
|
|
148
210
|
}>, "many">>;
|
|
149
211
|
accountManager: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
150
212
|
id: z.ZodString;
|
|
@@ -623,12 +685,22 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
623
685
|
} | null | undefined;
|
|
624
686
|
referenceLink?: string | null | undefined;
|
|
625
687
|
}>>, "many">>;
|
|
626
|
-
apiPortal: z.ZodOptional<z.ZodBoolean>;
|
|
627
688
|
}, "strip", z.ZodTypeAny, {
|
|
628
689
|
status: AccountStatus;
|
|
629
690
|
id: string;
|
|
630
691
|
name: string | null;
|
|
692
|
+
offeringSetup?: boolean | undefined;
|
|
693
|
+
investorPortalSetup?: boolean | undefined;
|
|
694
|
+
paymentMethodSetup?: boolean | undefined;
|
|
695
|
+
accountContactsSetup?: boolean | undefined;
|
|
631
696
|
managedBy?: ManagedByType | undefined;
|
|
697
|
+
accountSettings?: {
|
|
698
|
+
productPrimaries: boolean;
|
|
699
|
+
productSecondaries: boolean;
|
|
700
|
+
featureDisbursements: boolean;
|
|
701
|
+
apiPortal: boolean;
|
|
702
|
+
investorSiteEnabled: boolean;
|
|
703
|
+
}[] | undefined;
|
|
632
704
|
accountManager?: {
|
|
633
705
|
id: string;
|
|
634
706
|
createdAt: string | Date;
|
|
@@ -690,16 +762,6 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
690
762
|
} | undefined;
|
|
691
763
|
} | null | undefined;
|
|
692
764
|
} | null | undefined;
|
|
693
|
-
accountSettings?: {
|
|
694
|
-
productPrimaries: boolean;
|
|
695
|
-
productSecondaries: boolean;
|
|
696
|
-
featureDisbursements: boolean;
|
|
697
|
-
}[] | undefined;
|
|
698
|
-
apiPortal?: boolean | undefined;
|
|
699
|
-
offeringSetup?: boolean | undefined;
|
|
700
|
-
investorPortalSetup?: boolean | undefined;
|
|
701
|
-
paymentMethodSetup?: boolean | undefined;
|
|
702
|
-
accountContactsSetup?: boolean | undefined;
|
|
703
765
|
accountContacts?: {
|
|
704
766
|
type: import("./common.types").AccountContactType;
|
|
705
767
|
id: string;
|
|
@@ -740,7 +802,18 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
740
802
|
status: AccountStatus;
|
|
741
803
|
id: string;
|
|
742
804
|
name: string | null;
|
|
805
|
+
offeringSetup?: boolean | undefined;
|
|
806
|
+
investorPortalSetup?: boolean | undefined;
|
|
807
|
+
paymentMethodSetup?: boolean | undefined;
|
|
808
|
+
accountContactsSetup?: boolean | undefined;
|
|
743
809
|
managedBy?: ManagedByType | undefined;
|
|
810
|
+
accountSettings?: {
|
|
811
|
+
productPrimaries: boolean;
|
|
812
|
+
productSecondaries: boolean;
|
|
813
|
+
featureDisbursements: boolean;
|
|
814
|
+
apiPortal: boolean;
|
|
815
|
+
investorSiteEnabled: boolean;
|
|
816
|
+
}[] | undefined;
|
|
744
817
|
accountManager?: {
|
|
745
818
|
id: string;
|
|
746
819
|
createdAt: string | Date;
|
|
@@ -802,16 +875,6 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
802
875
|
} | undefined;
|
|
803
876
|
} | null | undefined;
|
|
804
877
|
} | null | undefined;
|
|
805
|
-
accountSettings?: {
|
|
806
|
-
productPrimaries: boolean;
|
|
807
|
-
productSecondaries: boolean;
|
|
808
|
-
featureDisbursements: boolean;
|
|
809
|
-
}[] | undefined;
|
|
810
|
-
apiPortal?: boolean | undefined;
|
|
811
|
-
offeringSetup?: boolean | undefined;
|
|
812
|
-
investorPortalSetup?: boolean | undefined;
|
|
813
|
-
paymentMethodSetup?: boolean | undefined;
|
|
814
|
-
accountContactsSetup?: boolean | undefined;
|
|
815
878
|
accountContacts?: {
|
|
816
879
|
type: import("./common.types").AccountContactType;
|
|
817
880
|
id: string;
|
|
@@ -870,13 +933,35 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
870
933
|
accountName: string | null;
|
|
871
934
|
onboarding: string | null;
|
|
872
935
|
__entity?: string | undefined;
|
|
936
|
+
offeringSetup?: boolean | undefined;
|
|
937
|
+
investorPortalSetup?: boolean | undefined;
|
|
938
|
+
paymentMethodSetup?: boolean | undefined;
|
|
939
|
+
accountContactsSetup?: boolean | undefined;
|
|
873
940
|
managedBy?: ManagedByType | undefined;
|
|
941
|
+
accountSettings?: {
|
|
942
|
+
productPrimaries: boolean;
|
|
943
|
+
productSecondaries: boolean;
|
|
944
|
+
featureDisbursements: boolean;
|
|
945
|
+
apiPortal: boolean;
|
|
946
|
+
investorSiteEnabled: boolean;
|
|
947
|
+
}[] | undefined;
|
|
874
948
|
userType?: UserType | undefined;
|
|
875
949
|
account?: {
|
|
876
950
|
status: AccountStatus;
|
|
877
951
|
id: string;
|
|
878
952
|
name: string | null;
|
|
953
|
+
offeringSetup?: boolean | undefined;
|
|
954
|
+
investorPortalSetup?: boolean | undefined;
|
|
955
|
+
paymentMethodSetup?: boolean | undefined;
|
|
956
|
+
accountContactsSetup?: boolean | undefined;
|
|
879
957
|
managedBy?: ManagedByType | undefined;
|
|
958
|
+
accountSettings?: {
|
|
959
|
+
productPrimaries: boolean;
|
|
960
|
+
productSecondaries: boolean;
|
|
961
|
+
featureDisbursements: boolean;
|
|
962
|
+
apiPortal: boolean;
|
|
963
|
+
investorSiteEnabled: boolean;
|
|
964
|
+
}[] | undefined;
|
|
880
965
|
accountManager?: {
|
|
881
966
|
id: string;
|
|
882
967
|
createdAt: string | Date;
|
|
@@ -938,16 +1023,6 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
938
1023
|
} | undefined;
|
|
939
1024
|
} | null | undefined;
|
|
940
1025
|
} | null | undefined;
|
|
941
|
-
accountSettings?: {
|
|
942
|
-
productPrimaries: boolean;
|
|
943
|
-
productSecondaries: boolean;
|
|
944
|
-
featureDisbursements: boolean;
|
|
945
|
-
}[] | undefined;
|
|
946
|
-
apiPortal?: boolean | undefined;
|
|
947
|
-
offeringSetup?: boolean | undefined;
|
|
948
|
-
investorPortalSetup?: boolean | undefined;
|
|
949
|
-
paymentMethodSetup?: boolean | undefined;
|
|
950
|
-
accountContactsSetup?: boolean | undefined;
|
|
951
1026
|
accountContacts?: {
|
|
952
1027
|
type: import("./common.types").AccountContactType;
|
|
953
1028
|
id: string;
|
|
@@ -985,16 +1060,7 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
985
1060
|
referenceLink?: string | null | undefined;
|
|
986
1061
|
}[] | undefined;
|
|
987
1062
|
} | undefined;
|
|
988
|
-
accountSettings?: {
|
|
989
|
-
productPrimaries: boolean;
|
|
990
|
-
productSecondaries: boolean;
|
|
991
|
-
featureDisbursements: boolean;
|
|
992
|
-
}[] | undefined;
|
|
993
1063
|
investorAccounts?: any[] | undefined;
|
|
994
|
-
offeringSetup?: boolean | undefined;
|
|
995
|
-
investorPortalSetup?: boolean | undefined;
|
|
996
|
-
paymentMethodSetup?: boolean | undefined;
|
|
997
|
-
accountContactsSetup?: boolean | undefined;
|
|
998
1064
|
cart?: any;
|
|
999
1065
|
investorOnboarding?: OnboardingType | null | undefined;
|
|
1000
1066
|
investorRegistrationFlow?: OfferingType[] | null | undefined;
|
|
@@ -1014,6 +1080,23 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
1014
1080
|
phoneVerified: boolean;
|
|
1015
1081
|
emailVerified: boolean;
|
|
1016
1082
|
} | undefined;
|
|
1083
|
+
settings?: {
|
|
1084
|
+
id: string;
|
|
1085
|
+
createdAt: string | Date;
|
|
1086
|
+
updatedAt: string | Date;
|
|
1087
|
+
deletedAt: string | Date | null;
|
|
1088
|
+
accountId: string;
|
|
1089
|
+
offeringSetup: boolean;
|
|
1090
|
+
investorPortalSetup: boolean;
|
|
1091
|
+
paymentMethodSetup: boolean;
|
|
1092
|
+
accountContactsSetup: boolean;
|
|
1093
|
+
productPrimaries: boolean;
|
|
1094
|
+
productSecondaries: boolean;
|
|
1095
|
+
featureDisbursements: boolean;
|
|
1096
|
+
apiPortal: boolean;
|
|
1097
|
+
investorSiteEnabled: boolean;
|
|
1098
|
+
__entity?: string | undefined;
|
|
1099
|
+
} | undefined;
|
|
1017
1100
|
}, {
|
|
1018
1101
|
type: string;
|
|
1019
1102
|
id: string;
|
|
@@ -1035,13 +1118,35 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
1035
1118
|
accountName: string | null;
|
|
1036
1119
|
onboarding: string | null;
|
|
1037
1120
|
__entity?: string | undefined;
|
|
1121
|
+
offeringSetup?: boolean | undefined;
|
|
1122
|
+
investorPortalSetup?: boolean | undefined;
|
|
1123
|
+
paymentMethodSetup?: boolean | undefined;
|
|
1124
|
+
accountContactsSetup?: boolean | undefined;
|
|
1038
1125
|
managedBy?: ManagedByType | undefined;
|
|
1126
|
+
accountSettings?: {
|
|
1127
|
+
productPrimaries: boolean;
|
|
1128
|
+
productSecondaries: boolean;
|
|
1129
|
+
featureDisbursements: boolean;
|
|
1130
|
+
apiPortal: boolean;
|
|
1131
|
+
investorSiteEnabled: boolean;
|
|
1132
|
+
}[] | undefined;
|
|
1039
1133
|
userType?: UserType | undefined;
|
|
1040
1134
|
account?: {
|
|
1041
1135
|
status: AccountStatus;
|
|
1042
1136
|
id: string;
|
|
1043
1137
|
name: string | null;
|
|
1138
|
+
offeringSetup?: boolean | undefined;
|
|
1139
|
+
investorPortalSetup?: boolean | undefined;
|
|
1140
|
+
paymentMethodSetup?: boolean | undefined;
|
|
1141
|
+
accountContactsSetup?: boolean | undefined;
|
|
1044
1142
|
managedBy?: ManagedByType | undefined;
|
|
1143
|
+
accountSettings?: {
|
|
1144
|
+
productPrimaries: boolean;
|
|
1145
|
+
productSecondaries: boolean;
|
|
1146
|
+
featureDisbursements: boolean;
|
|
1147
|
+
apiPortal: boolean;
|
|
1148
|
+
investorSiteEnabled: boolean;
|
|
1149
|
+
}[] | undefined;
|
|
1045
1150
|
accountManager?: {
|
|
1046
1151
|
id: string;
|
|
1047
1152
|
createdAt: string | Date;
|
|
@@ -1103,16 +1208,6 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
1103
1208
|
} | undefined;
|
|
1104
1209
|
} | null | undefined;
|
|
1105
1210
|
} | null | undefined;
|
|
1106
|
-
accountSettings?: {
|
|
1107
|
-
productPrimaries: boolean;
|
|
1108
|
-
productSecondaries: boolean;
|
|
1109
|
-
featureDisbursements: boolean;
|
|
1110
|
-
}[] | undefined;
|
|
1111
|
-
apiPortal?: boolean | undefined;
|
|
1112
|
-
offeringSetup?: boolean | undefined;
|
|
1113
|
-
investorPortalSetup?: boolean | undefined;
|
|
1114
|
-
paymentMethodSetup?: boolean | undefined;
|
|
1115
|
-
accountContactsSetup?: boolean | undefined;
|
|
1116
1211
|
accountContacts?: {
|
|
1117
1212
|
type: import("./common.types").AccountContactType;
|
|
1118
1213
|
id: string;
|
|
@@ -1150,16 +1245,7 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
1150
1245
|
referenceLink?: string | null | undefined;
|
|
1151
1246
|
}[] | undefined;
|
|
1152
1247
|
} | undefined;
|
|
1153
|
-
accountSettings?: {
|
|
1154
|
-
productPrimaries: boolean;
|
|
1155
|
-
productSecondaries: boolean;
|
|
1156
|
-
featureDisbursements: boolean;
|
|
1157
|
-
}[] | undefined;
|
|
1158
1248
|
investorAccounts?: any[] | undefined;
|
|
1159
|
-
offeringSetup?: boolean | undefined;
|
|
1160
|
-
investorPortalSetup?: boolean | undefined;
|
|
1161
|
-
paymentMethodSetup?: boolean | undefined;
|
|
1162
|
-
accountContactsSetup?: boolean | undefined;
|
|
1163
1249
|
cart?: any;
|
|
1164
1250
|
investorOnboarding?: OnboardingType | null | undefined;
|
|
1165
1251
|
investorRegistrationFlow?: OfferingType[] | null | undefined;
|
|
@@ -1179,6 +1265,23 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
1179
1265
|
phoneVerified: boolean;
|
|
1180
1266
|
emailVerified: boolean;
|
|
1181
1267
|
} | undefined;
|
|
1268
|
+
settings?: {
|
|
1269
|
+
id: string;
|
|
1270
|
+
createdAt: string | Date;
|
|
1271
|
+
updatedAt: string | Date;
|
|
1272
|
+
deletedAt: string | Date | null;
|
|
1273
|
+
accountId: string;
|
|
1274
|
+
offeringSetup: boolean;
|
|
1275
|
+
investorPortalSetup: boolean;
|
|
1276
|
+
paymentMethodSetup: boolean;
|
|
1277
|
+
accountContactsSetup: boolean;
|
|
1278
|
+
productPrimaries: boolean;
|
|
1279
|
+
productSecondaries: boolean;
|
|
1280
|
+
featureDisbursements: boolean;
|
|
1281
|
+
apiPortal: boolean;
|
|
1282
|
+
investorSiteEnabled: boolean;
|
|
1283
|
+
__entity?: string | undefined;
|
|
1284
|
+
} | undefined;
|
|
1182
1285
|
}>;
|
|
1183
1286
|
export type GetMeResponse = z.infer<typeof GetMeResponse>;
|
|
1184
1287
|
export declare const UserUpdateZod: z.ZodObject<{
|
|
@@ -1700,6 +1803,35 @@ export declare const UserFiltersZod: z.ZodObject<{
|
|
|
1700
1803
|
search?: string | undefined;
|
|
1701
1804
|
portal?: string | undefined;
|
|
1702
1805
|
}>;
|
|
1806
|
+
export declare const ComplianceUserFiltersZod: z.ZodObject<{
|
|
1807
|
+
accountId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
1808
|
+
search: z.ZodOptional<z.ZodString>;
|
|
1809
|
+
role: z.ZodOptional<z.ZodNativeEnum<typeof UserRole>>;
|
|
1810
|
+
portal: z.ZodOptional<z.ZodString>;
|
|
1811
|
+
locked: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
|
|
1812
|
+
active: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
|
|
1813
|
+
twoFactorEnabled: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
|
|
1814
|
+
} & {
|
|
1815
|
+
complianceOfficer: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
|
|
1816
|
+
}, "strip", z.ZodTypeAny, {
|
|
1817
|
+
active?: boolean | undefined;
|
|
1818
|
+
accountId?: string | undefined;
|
|
1819
|
+
role?: UserRole | undefined;
|
|
1820
|
+
locked?: boolean | undefined;
|
|
1821
|
+
twoFactorEnabled?: boolean | undefined;
|
|
1822
|
+
search?: string | undefined;
|
|
1823
|
+
portal?: string | undefined;
|
|
1824
|
+
complianceOfficer?: boolean | undefined;
|
|
1825
|
+
}, {
|
|
1826
|
+
active?: unknown;
|
|
1827
|
+
accountId?: string | undefined;
|
|
1828
|
+
role?: UserRole | undefined;
|
|
1829
|
+
locked?: unknown;
|
|
1830
|
+
twoFactorEnabled?: unknown;
|
|
1831
|
+
search?: string | undefined;
|
|
1832
|
+
portal?: string | undefined;
|
|
1833
|
+
complianceOfficer?: unknown;
|
|
1834
|
+
}>;
|
|
1703
1835
|
/**
|
|
1704
1836
|
* @description Query parameters for including related entities
|
|
1705
1837
|
* @xample in contract us as -> query: z.object({}).merge(UsersIncludeQuery),
|
|
@@ -12,6 +12,7 @@ import { issuerIdSchema } from './issuer.types.js';
|
|
|
12
12
|
import { PhoneNumberData, TwoFactorMethod } from './sms.types.js';
|
|
13
13
|
import { IAccountManagerZod } from './account-manager.types.js';
|
|
14
14
|
import { IAccountContact } from './account-contact.types.js';
|
|
15
|
+
import { IAccountSettingZod } from './common.types.js';
|
|
15
16
|
extendZodWithOpenApi(z);
|
|
16
17
|
export var OnboardingType;
|
|
17
18
|
(function (OnboardingType) {
|
|
@@ -79,11 +80,14 @@ export const GetMeResponse = IBaseEntity.extend({
|
|
|
79
80
|
investorPortalSetup: z.boolean().optional(),
|
|
80
81
|
paymentMethodSetup: z.boolean().optional(),
|
|
81
82
|
accountContactsSetup: z.boolean().optional(),
|
|
83
|
+
settings: z.lazy(() => IAccountSettingZod).optional(),
|
|
82
84
|
accountSettings: z
|
|
83
85
|
.array(z.object({
|
|
84
86
|
productPrimaries: z.boolean(),
|
|
85
87
|
productSecondaries: z.boolean(),
|
|
86
88
|
featureDisbursements: z.boolean(),
|
|
89
|
+
apiPortal: z.boolean(),
|
|
90
|
+
investorSiteEnabled: z.boolean(),
|
|
87
91
|
}))
|
|
88
92
|
.optional(),
|
|
89
93
|
account: z
|
|
@@ -101,6 +105,8 @@ export const GetMeResponse = IBaseEntity.extend({
|
|
|
101
105
|
productPrimaries: z.boolean(),
|
|
102
106
|
productSecondaries: z.boolean(),
|
|
103
107
|
featureDisbursements: z.boolean(),
|
|
108
|
+
apiPortal: z.boolean(),
|
|
109
|
+
investorSiteEnabled: z.boolean(),
|
|
104
110
|
}))
|
|
105
111
|
.optional(),
|
|
106
112
|
accountManager: z
|
|
@@ -108,7 +114,6 @@ export const GetMeResponse = IBaseEntity.extend({
|
|
|
108
114
|
.nullable()
|
|
109
115
|
.optional(),
|
|
110
116
|
accountContacts: z.array(z.lazy(() => IAccountContact)).optional(),
|
|
111
|
-
apiPortal: z.boolean().optional(),
|
|
112
117
|
})
|
|
113
118
|
.optional(),
|
|
114
119
|
});
|
|
@@ -153,6 +158,9 @@ export const UserFiltersZod = z.object({
|
|
|
153
158
|
active: StringToBooleanSchema.optional(),
|
|
154
159
|
twoFactorEnabled: StringToBooleanSchema.optional(),
|
|
155
160
|
});
|
|
161
|
+
export const ComplianceUserFiltersZod = UserFiltersZod.extend({
|
|
162
|
+
complianceOfficer: StringToBooleanSchema.optional(),
|
|
163
|
+
});
|
|
156
164
|
const usersInclude = z.enum(['account', 'role']);
|
|
157
165
|
/**
|
|
158
166
|
* @description Query parameters for including related entities
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.types.js","sourceRoot":"","sources":["user.types.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"user.types.js","sourceRoot":"","sources":["user.types.ts"],"names":[],"mappings":"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"}
|