@flarehr/apollo-super-selection 4.50.41818 → 4.51.42047

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.
Files changed (24) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  2. package/dist/lib/apollo-super-selection/{p-e0176ee3.entry.js → p-47c16444.entry.js} +4 -4
  3. package/dist/lib/apollo-super-selection/{p-672ba76d.system.entry.js → p-5e93b3c8.system.entry.js} +2 -2
  4. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  5. package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
  6. package/dist/lib/cjs/loader.cjs.js +1 -1
  7. package/dist/lib/cjs/sss-button_41.cjs.entry.js +20 -10
  8. package/dist/lib/collection/components/super-campaign/super-campaign.js +15 -40
  9. package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +3 -1
  10. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +2 -0
  11. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +1 -0
  12. package/dist/lib/collection/components/super-selection-app/super-selection-app.js +4 -6
  13. package/dist/lib/esm/apollo-super-selection.js +1 -1
  14. package/dist/lib/esm/loader.js +1 -1
  15. package/dist/lib/esm/sss-button_41.entry.js +20 -10
  16. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  17. package/dist/lib/esm-es5/loader.js +1 -1
  18. package/dist/lib/esm-es5/sss-button_41.entry.js +2 -2
  19. package/dist/lib/types/components/super-campaign/super-campaign.d.ts +3 -2
  20. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +1 -0
  21. package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +1 -0
  22. package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +0 -1
  23. package/dist/lib/types/components.d.ts +0 -4
  24. package/package.json +1 -1
@@ -1,9 +1,10 @@
1
1
  export declare class SuperCampaignHost {
2
- backendUrl: string;
3
- accessToken: string;
4
2
  private componentLoaded;
3
+ private backendUrl;
4
+ private accessToken;
5
5
  componentWillLoad(): Promise<void>;
6
6
  render(): Element[];
7
7
  private createApolloSuperCampaignScriptUrl;
8
+ private getBaseUrl;
8
9
  private getEnvironmentTag;
9
10
  }
@@ -212,6 +212,7 @@ export declare type AppStateDto = {
212
212
  profileConfiguration: ProfileConfigurationDto;
213
213
  promotedFunds: string[];
214
214
  campaignConnectEnabled: boolean;
215
+ superCampaignEnabled: boolean;
215
216
  isDefinedBenefitsEligible: boolean | null;
216
217
  prefill: SuperChoicePrefillDto | null;
217
218
  };
@@ -1,6 +1,7 @@
1
1
  export declare enum SuperSelectionAppRoutes {
2
2
  ConsentPage = "/consent",
3
3
  ExistingChoicePage = "/existing",
4
+ SuperCampaign = "/super-campaign",
4
5
  ChoicePage = "/",
5
6
  SlateJoin = "/slate/join/",
6
7
  PromotedFundJoinV1 = "/promoted-fund/join/v1",
@@ -25,6 +25,5 @@ export declare class SuperSelectionApp {
25
25
  private isFundJoinPage;
26
26
  private getFooterTextOverride;
27
27
  private routerBaseUrl;
28
- private getBaseUrl;
29
28
  private renderAppContent;
30
29
  }
@@ -131,8 +131,6 @@ export namespace Components {
131
131
  interface SssSuccess {
132
132
  }
133
133
  interface SssSuperCampaignHost {
134
- "accessToken": string;
135
- "backendUrl": string;
136
134
  }
137
135
  interface SssSuperChoiceItemBottom {
138
136
  "abn"?: string;
@@ -546,8 +544,6 @@ declare namespace LocalJSX {
546
544
  interface SssSuccess {
547
545
  }
548
546
  interface SssSuperCampaignHost {
549
- "accessToken"?: string;
550
- "backendUrl"?: string;
551
547
  }
552
548
  interface SssSuperChoiceItemBottom {
553
549
  "abn"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "4.50.41818",
3
+ "version": "4.51.42047",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",