@dalmore/api-contracts 0.0.0-dev.835d7eb → 0.0.0-dev.94755e7
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 +66 -17
- package/common/types/account-setting.types.js +31 -2
- package/common/types/account-setting.types.js.map +1 -1
- package/common/types/account.types.d.ts +23 -23
- package/common/types/common.types.d.ts +1 -290
- package/common/types/common.types.js +0 -29
- package/common/types/common.types.js.map +1 -1
- package/common/types/file.types.d.ts +0 -20
- package/common/types/file.types.js +0 -9
- package/common/types/file.types.js.map +1 -1
- package/common/types/index.d.ts +0 -1
- package/common/types/index.js +0 -1
- package/common/types/index.js.map +1 -1
- package/common/types/issuer-offering.types.d.ts +0 -2
- package/common/types/issuer-offering.types.js +13 -30
- package/common/types/issuer-offering.types.js.map +1 -1
- package/common/types/offering-submission.types.d.ts +0 -198
- package/common/types/offering-submission.types.js +1 -14
- package/common/types/offering-submission.types.js.map +1 -1
- package/common/types/offering.types.js +4 -2
- package/common/types/offering.types.js.map +1 -1
- package/common/types/user.types.d.ts +58 -58
- package/package.json +1 -1
|
@@ -628,17 +628,7 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
628
628
|
status: AccountStatus;
|
|
629
629
|
id: string;
|
|
630
630
|
name: string | null;
|
|
631
|
-
offeringSetup?: boolean | undefined;
|
|
632
|
-
investorPortalSetup?: boolean | undefined;
|
|
633
|
-
paymentMethodSetup?: boolean | undefined;
|
|
634
|
-
accountContactsSetup?: boolean | undefined;
|
|
635
|
-
apiPortal?: boolean | undefined;
|
|
636
631
|
managedBy?: ManagedByType | undefined;
|
|
637
|
-
accountSettings?: {
|
|
638
|
-
productPrimaries: boolean;
|
|
639
|
-
productSecondaries: boolean;
|
|
640
|
-
featureDisbursements: boolean;
|
|
641
|
-
}[] | undefined;
|
|
642
632
|
accountManager?: {
|
|
643
633
|
id: string;
|
|
644
634
|
createdAt: string | Date;
|
|
@@ -700,6 +690,16 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
700
690
|
} | undefined;
|
|
701
691
|
} | null | undefined;
|
|
702
692
|
} | 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
703
|
accountContacts?: {
|
|
704
704
|
type: import("./common.types").AccountContactType;
|
|
705
705
|
id: string;
|
|
@@ -740,17 +740,7 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
740
740
|
status: AccountStatus;
|
|
741
741
|
id: string;
|
|
742
742
|
name: string | null;
|
|
743
|
-
offeringSetup?: boolean | undefined;
|
|
744
|
-
investorPortalSetup?: boolean | undefined;
|
|
745
|
-
paymentMethodSetup?: boolean | undefined;
|
|
746
|
-
accountContactsSetup?: boolean | undefined;
|
|
747
|
-
apiPortal?: boolean | undefined;
|
|
748
743
|
managedBy?: ManagedByType | undefined;
|
|
749
|
-
accountSettings?: {
|
|
750
|
-
productPrimaries: boolean;
|
|
751
|
-
productSecondaries: boolean;
|
|
752
|
-
featureDisbursements: boolean;
|
|
753
|
-
}[] | undefined;
|
|
754
744
|
accountManager?: {
|
|
755
745
|
id: string;
|
|
756
746
|
createdAt: string | Date;
|
|
@@ -812,6 +802,16 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
812
802
|
} | undefined;
|
|
813
803
|
} | null | undefined;
|
|
814
804
|
} | 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
815
|
accountContacts?: {
|
|
816
816
|
type: import("./common.types").AccountContactType;
|
|
817
817
|
id: string;
|
|
@@ -870,32 +870,13 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
870
870
|
accountName: string | null;
|
|
871
871
|
onboarding: string | null;
|
|
872
872
|
__entity?: string | undefined;
|
|
873
|
-
offeringSetup?: boolean | undefined;
|
|
874
|
-
investorPortalSetup?: boolean | undefined;
|
|
875
|
-
paymentMethodSetup?: boolean | undefined;
|
|
876
|
-
accountContactsSetup?: boolean | undefined;
|
|
877
873
|
managedBy?: ManagedByType | undefined;
|
|
878
|
-
accountSettings?: {
|
|
879
|
-
productPrimaries: boolean;
|
|
880
|
-
productSecondaries: boolean;
|
|
881
|
-
featureDisbursements: boolean;
|
|
882
|
-
}[] | undefined;
|
|
883
874
|
userType?: UserType | undefined;
|
|
884
875
|
account?: {
|
|
885
876
|
status: AccountStatus;
|
|
886
877
|
id: string;
|
|
887
878
|
name: string | null;
|
|
888
|
-
offeringSetup?: boolean | undefined;
|
|
889
|
-
investorPortalSetup?: boolean | undefined;
|
|
890
|
-
paymentMethodSetup?: boolean | undefined;
|
|
891
|
-
accountContactsSetup?: boolean | undefined;
|
|
892
|
-
apiPortal?: boolean | undefined;
|
|
893
879
|
managedBy?: ManagedByType | undefined;
|
|
894
|
-
accountSettings?: {
|
|
895
|
-
productPrimaries: boolean;
|
|
896
|
-
productSecondaries: boolean;
|
|
897
|
-
featureDisbursements: boolean;
|
|
898
|
-
}[] | undefined;
|
|
899
880
|
accountManager?: {
|
|
900
881
|
id: string;
|
|
901
882
|
createdAt: string | Date;
|
|
@@ -957,6 +938,16 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
957
938
|
} | undefined;
|
|
958
939
|
} | null | undefined;
|
|
959
940
|
} | 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;
|
|
960
951
|
accountContacts?: {
|
|
961
952
|
type: import("./common.types").AccountContactType;
|
|
962
953
|
id: string;
|
|
@@ -994,7 +985,16 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
994
985
|
referenceLink?: string | null | undefined;
|
|
995
986
|
}[] | undefined;
|
|
996
987
|
} | undefined;
|
|
988
|
+
accountSettings?: {
|
|
989
|
+
productPrimaries: boolean;
|
|
990
|
+
productSecondaries: boolean;
|
|
991
|
+
featureDisbursements: boolean;
|
|
992
|
+
}[] | undefined;
|
|
997
993
|
investorAccounts?: any[] | undefined;
|
|
994
|
+
offeringSetup?: boolean | undefined;
|
|
995
|
+
investorPortalSetup?: boolean | undefined;
|
|
996
|
+
paymentMethodSetup?: boolean | undefined;
|
|
997
|
+
accountContactsSetup?: boolean | undefined;
|
|
998
998
|
cart?: any;
|
|
999
999
|
investorOnboarding?: OnboardingType | null | undefined;
|
|
1000
1000
|
investorRegistrationFlow?: OfferingType[] | null | undefined;
|
|
@@ -1035,32 +1035,13 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
1035
1035
|
accountName: string | null;
|
|
1036
1036
|
onboarding: string | null;
|
|
1037
1037
|
__entity?: string | undefined;
|
|
1038
|
-
offeringSetup?: boolean | undefined;
|
|
1039
|
-
investorPortalSetup?: boolean | undefined;
|
|
1040
|
-
paymentMethodSetup?: boolean | undefined;
|
|
1041
|
-
accountContactsSetup?: boolean | undefined;
|
|
1042
1038
|
managedBy?: ManagedByType | undefined;
|
|
1043
|
-
accountSettings?: {
|
|
1044
|
-
productPrimaries: boolean;
|
|
1045
|
-
productSecondaries: boolean;
|
|
1046
|
-
featureDisbursements: boolean;
|
|
1047
|
-
}[] | undefined;
|
|
1048
1039
|
userType?: UserType | undefined;
|
|
1049
1040
|
account?: {
|
|
1050
1041
|
status: AccountStatus;
|
|
1051
1042
|
id: string;
|
|
1052
1043
|
name: string | null;
|
|
1053
|
-
offeringSetup?: boolean | undefined;
|
|
1054
|
-
investorPortalSetup?: boolean | undefined;
|
|
1055
|
-
paymentMethodSetup?: boolean | undefined;
|
|
1056
|
-
accountContactsSetup?: boolean | undefined;
|
|
1057
|
-
apiPortal?: boolean | undefined;
|
|
1058
1044
|
managedBy?: ManagedByType | undefined;
|
|
1059
|
-
accountSettings?: {
|
|
1060
|
-
productPrimaries: boolean;
|
|
1061
|
-
productSecondaries: boolean;
|
|
1062
|
-
featureDisbursements: boolean;
|
|
1063
|
-
}[] | undefined;
|
|
1064
1045
|
accountManager?: {
|
|
1065
1046
|
id: string;
|
|
1066
1047
|
createdAt: string | Date;
|
|
@@ -1122,6 +1103,16 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
1122
1103
|
} | undefined;
|
|
1123
1104
|
} | null | undefined;
|
|
1124
1105
|
} | 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;
|
|
1125
1116
|
accountContacts?: {
|
|
1126
1117
|
type: import("./common.types").AccountContactType;
|
|
1127
1118
|
id: string;
|
|
@@ -1159,7 +1150,16 @@ export declare const GetMeResponse: z.ZodObject<{
|
|
|
1159
1150
|
referenceLink?: string | null | undefined;
|
|
1160
1151
|
}[] | undefined;
|
|
1161
1152
|
} | undefined;
|
|
1153
|
+
accountSettings?: {
|
|
1154
|
+
productPrimaries: boolean;
|
|
1155
|
+
productSecondaries: boolean;
|
|
1156
|
+
featureDisbursements: boolean;
|
|
1157
|
+
}[] | undefined;
|
|
1162
1158
|
investorAccounts?: any[] | undefined;
|
|
1159
|
+
offeringSetup?: boolean | undefined;
|
|
1160
|
+
investorPortalSetup?: boolean | undefined;
|
|
1161
|
+
paymentMethodSetup?: boolean | undefined;
|
|
1162
|
+
accountContactsSetup?: boolean | undefined;
|
|
1163
1163
|
cart?: any;
|
|
1164
1164
|
investorOnboarding?: OnboardingType | null | undefined;
|
|
1165
1165
|
investorRegistrationFlow?: OfferingType[] | null | undefined;
|