@flarehr/apollo-super-selection 4.41.36202 → 4.42.36722

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.
@@ -17,7 +17,6 @@ declare type UserProfileDto = {
17
17
  email: string;
18
18
  mobilePhone: string;
19
19
  dateOfBirth: string;
20
- yearsOfAge: number;
21
20
  address: AddressDto;
22
21
  };
23
22
  declare type PromotedFundChoiceDto = {
@@ -190,9 +189,12 @@ export declare type AppStateDto = {
190
189
  prefill: SuperChoicePrefillDto | null;
191
190
  };
192
191
  export declare type PromotedFundsConfigSourceDto = 'superSelection' | 'campaignConnect';
192
+ export declare type PromotedFundTypeDto = 'promoted' | 'promoted-default' | 'defined-benefits';
193
193
  export declare type CampaignConnectDto = {
194
- promotedFunds: string[];
195
- promotedDefaultFundPosition?: number;
194
+ promotedFunds: {
195
+ fundId: string;
196
+ type: PromotedFundTypeDto;
197
+ }[];
196
198
  };
197
199
  export declare type ClickPromotedTileDto = {
198
200
  promoted: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "4.41.36202",
3
+ "version": "4.42.36722",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",