@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.81",
3
+ "version": "1.0.83",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- af7895d1982cac03970f759575456b981324438d57dec123a5e6a5af963dac80
1
+ ba2d6757c3a9230fdfe7811c96299e08d4c91d2886e6d39e7e0d438573607002