@createiq/backend 1.0.81 → 1.0.82
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 +1 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1857,6 +1857,7 @@ type ComponentAnswerDto_FundListEntityDto = {
|
|
|
1857
1857
|
accept?: boolean;
|
|
1858
1858
|
lei?: string;
|
|
1859
1859
|
fundIdentifier?: string;
|
|
1860
|
+
parentEntityId?: string;
|
|
1860
1861
|
additionalFields?: ComponentAnswerDto_AdditionalFieldsDto;
|
|
1861
1862
|
};
|
|
1862
1863
|
type ToggleFavouriteConfirmedTemplateDto = {
|
package/dist/index.d.ts
CHANGED
|
@@ -1857,6 +1857,7 @@ type ComponentAnswerDto_FundListEntityDto = {
|
|
|
1857
1857
|
accept?: boolean;
|
|
1858
1858
|
lei?: string;
|
|
1859
1859
|
fundIdentifier?: string;
|
|
1860
|
+
parentEntityId?: string;
|
|
1860
1861
|
additionalFields?: ComponentAnswerDto_AdditionalFieldsDto;
|
|
1861
1862
|
};
|
|
1862
1863
|
type ToggleFavouriteConfirmedTemplateDto = {
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
66eaade22b5c2451c27521d2919623f216bfe17be671f4315b72eb3c7ddbe011
|