@flarehr/apollo-super-selection 4.50.41818 → 4.52.42575
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.
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/assets/logo-rei.svg +27 -0
- package/dist/lib/apollo-super-selection/p-3a86c9ae.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/p-be37414c.system.entry.js +69 -0
- package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
- package/dist/lib/cjs/loader.cjs.js +1 -1
- package/dist/lib/cjs/sss-button_41.cjs.entry.js +83 -46
- package/dist/lib/collection/components/super-campaign/super-campaign.js +15 -40
- package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +3 -1
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +3 -1
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/member-name-input.js +0 -3
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/rei.js +33 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +2 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +1 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-rei.svg +27 -0
- package/dist/lib/collection/components/super-selection-app/super-selection-app.js +4 -6
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm/sss-button_41.entry.js +83 -46
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
- package/dist/lib/esm-es5/loader.js +1 -1
- package/dist/lib/esm-es5/sss-button_41.entry.js +2 -2
- package/dist/lib/types/components/super-campaign/super-campaign.d.ts +3 -2
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/rei.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +0 -1
- package/dist/lib/types/components.d.ts +0 -4
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-672ba76d.system.entry.js +0 -69
- package/dist/lib/apollo-super-selection/p-e0176ee3.entry.js +0 -14
|
@@ -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
|
};
|
|
@@ -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;
|