@createiq/backend 1.0.79 → 1.0.80

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.
@@ -2783,7 +2783,7 @@ export type PendingOrActiveAdvisorDto = {
2783
2783
  };
2784
2784
 
2785
2785
  export type ComponentAnswerDto_BaseColumnLabelDto = {
2786
- column: 'name' | 'lei' | 'fund_identifier';
2786
+ name: 'name' | 'lei' | 'fund_identifier';
2787
2787
  label: string;
2788
2788
  };
2789
2789
 
package/dist/index.d.cts CHANGED
@@ -2403,7 +2403,7 @@ type PendingOrActiveAdvisorDto = {
2403
2403
  clientSubAccounts: Array<string>;
2404
2404
  };
2405
2405
  type ComponentAnswerDto_BaseColumnLabelDto = {
2406
- column: 'name' | 'lei' | 'fund_identifier';
2406
+ name: 'name' | 'lei' | 'fund_identifier';
2407
2407
  label: string;
2408
2408
  };
2409
2409
  type NegotiationGroupIdAndNameDto = {
package/dist/index.d.ts CHANGED
@@ -2403,7 +2403,7 @@ type PendingOrActiveAdvisorDto = {
2403
2403
  clientSubAccounts: Array<string>;
2404
2404
  };
2405
2405
  type ComponentAnswerDto_BaseColumnLabelDto = {
2406
- column: 'name' | 'lei' | 'fund_identifier';
2406
+ name: 'name' | 'lei' | 'fund_identifier';
2407
2407
  label: string;
2408
2408
  };
2409
2409
  type NegotiationGroupIdAndNameDto = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.79",
3
+ "version": "1.0.80",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- c0342f3898f946cbe513b5ce98a954d75dbfd9c1945dafa023c3d92a7c75b7b1
1
+ 181cb16cc47c257764eda95c4b90d25930f404c50d5797f9f4b6db50765a40e8