@flarehr/apollo-super-selection 3.35.55455 → 3.37.55638

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.
@@ -3,4 +3,5 @@ export declare type PromotedFundChoiceRequestDto = {
3
3
  usi?: string;
4
4
  memberNumber: string;
5
5
  standardChoiceFormSignature: string;
6
+ shownFunds: string[];
6
7
  };
@@ -18,4 +18,5 @@ export declare type SuperBuyerSignatureDto = string;
18
18
  export declare type QSuperJoinRequestDto = {
19
19
  questionnaire: QSuperQuestionnaireDto;
20
20
  standardChoiceFormSignature: SuperBuyerSignatureDto;
21
+ shownFunds: string[];
21
22
  };
@@ -1,4 +1,5 @@
1
1
  export declare type SlateFundForm = {
2
2
  memberNumber: string;
3
3
  standardChoiceFormSignature: string;
4
+ shownFunds: string[];
4
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "3.35.55455",
3
+ "version": "3.37.55638",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",