@flarehr/apollo-super-selection 4.42.36722 → 4.43.36878

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.
@@ -186,6 +186,7 @@ export declare type AppStateDto = {
186
186
  profileConfiguration: ProfileConfigurationDto;
187
187
  promotedFunds: string[];
188
188
  campaignConnectEnabled: boolean;
189
+ definedBenefitsEligibility: boolean;
189
190
  prefill: SuperChoicePrefillDto | null;
190
191
  };
191
192
  export declare type PromotedFundsConfigSourceDto = 'superSelection' | 'campaignConnect';
@@ -26,7 +26,9 @@ export declare class SuperSelectionAppService {
26
26
  get jwt(): string;
27
27
  completeSuperSelectionFlow(): void;
28
28
  markSuperSelectionAsSubmitted(): void;
29
+ get campaignConnectEnabled(): boolean;
29
30
  loadAppStateAsync(): Promise<void>;
31
+ startLoadingCampaignConnectAsync(): Promise<void>;
30
32
  completeCampaignConnectRequestSafe(): Promise<void>;
31
33
  }
32
34
  declare const _default: SuperSelectionAppService;
@@ -14,6 +14,7 @@ export declare type AppContextState = {
14
14
  hasSuperSelectionBeenSubmitted: boolean;
15
15
  campaignConnectEnabled: boolean;
16
16
  campaignConnectPromise: O.Option<Promise<CampaignConnectDto>>;
17
+ definedBenefitsEligibility: boolean;
17
18
  campaignConnect: O.Option<CampaignConnectDto>;
18
19
  };
19
20
  export declare const initialState: AppContextState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "4.42.36722",
3
+ "version": "4.43.36878",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",