@createiq/backend 1.0.81 → 1.0.83
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/client/types.gen.ts +2 -0
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -928,6 +928,7 @@ export type ActiveOrPendingUserForNakhodaAdminDto = {
|
|
|
928
928
|
accountName?: string;
|
|
929
929
|
emailsEnabled?: boolean;
|
|
930
930
|
accountId?: string;
|
|
931
|
+
dateExpiresAt?: string;
|
|
931
932
|
lastName: string;
|
|
932
933
|
firstName: string;
|
|
933
934
|
dateAccepted?: string;
|
|
@@ -2142,6 +2143,7 @@ export type ComponentAnswerDto_FundListEntityDto = {
|
|
|
2142
2143
|
accept?: boolean;
|
|
2143
2144
|
lei?: string;
|
|
2144
2145
|
fundIdentifier?: string;
|
|
2146
|
+
parentEntityId?: string;
|
|
2145
2147
|
additionalFields?: ComponentAnswerDto_AdditionalFieldsDto;
|
|
2146
2148
|
};
|
|
2147
2149
|
|
package/dist/index.d.cts
CHANGED
|
@@ -814,6 +814,7 @@ type ActiveOrPendingUserForNakhodaAdminDto = {
|
|
|
814
814
|
accountName?: string;
|
|
815
815
|
emailsEnabled?: boolean;
|
|
816
816
|
accountId?: string;
|
|
817
|
+
dateExpiresAt?: string;
|
|
817
818
|
lastName: string;
|
|
818
819
|
firstName: string;
|
|
819
820
|
dateAccepted?: string;
|
|
@@ -1857,6 +1858,7 @@ type ComponentAnswerDto_FundListEntityDto = {
|
|
|
1857
1858
|
accept?: boolean;
|
|
1858
1859
|
lei?: string;
|
|
1859
1860
|
fundIdentifier?: string;
|
|
1861
|
+
parentEntityId?: string;
|
|
1860
1862
|
additionalFields?: ComponentAnswerDto_AdditionalFieldsDto;
|
|
1861
1863
|
};
|
|
1862
1864
|
type ToggleFavouriteConfirmedTemplateDto = {
|
package/dist/index.d.ts
CHANGED
|
@@ -814,6 +814,7 @@ type ActiveOrPendingUserForNakhodaAdminDto = {
|
|
|
814
814
|
accountName?: string;
|
|
815
815
|
emailsEnabled?: boolean;
|
|
816
816
|
accountId?: string;
|
|
817
|
+
dateExpiresAt?: string;
|
|
817
818
|
lastName: string;
|
|
818
819
|
firstName: string;
|
|
819
820
|
dateAccepted?: string;
|
|
@@ -1857,6 +1858,7 @@ type ComponentAnswerDto_FundListEntityDto = {
|
|
|
1857
1858
|
accept?: boolean;
|
|
1858
1859
|
lei?: string;
|
|
1859
1860
|
fundIdentifier?: string;
|
|
1861
|
+
parentEntityId?: string;
|
|
1860
1862
|
additionalFields?: ComponentAnswerDto_AdditionalFieldsDto;
|
|
1861
1863
|
};
|
|
1862
1864
|
type ToggleFavouriteConfirmedTemplateDto = {
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ba2d6757c3a9230fdfe7811c96299e08d4c91d2886e6d39e7e0d438573607002
|