@flarehr/apollo-super-selection 3.20.53240 → 3.21.53721

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.
@@ -11,6 +11,7 @@ export declare class SuperSelectionAppService {
11
11
  get superBuyer(): SuperBuyerDto;
12
12
  get apiBaseUrl(): string;
13
13
  get appBaseUrl(): string;
14
+ get promotedFunds(): string[];
14
15
  get profileId(): string;
15
16
  get defaultFundUsi(): O.Option<string>;
16
17
  get accountIdOrDefault(): string;
@@ -6,6 +6,7 @@ export declare type AppContextState = {
6
6
  profileId: O.Option<string>;
7
7
  jwt: O.Option<string>;
8
8
  superBuyer: O.Option<SuperBuyerDto>;
9
+ promotedFunds: O.Option<string[]>;
9
10
  accountConfiguration: O.Option<AccountConfigurationDto>;
10
11
  hasSuccessPageBeenAcknowledged: boolean;
11
12
  hasSuperSelectionBeenSubmitted: boolean;
@@ -8,6 +8,7 @@ export declare class SuperChoicePage {
8
8
  componentWillLoad(): Promise<void>;
9
9
  render(): Element[];
10
10
  private isPromotedFundSelected;
11
+ private allFunds;
11
12
  private getPromotedFunds;
12
13
  private handleJoinSuperClickAsync;
13
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "3.20.53240",
3
+ "version": "3.21.53721",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",