@flarehr/apollo-super-selection 3.26.54319 → 3.27.54417

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.
@@ -4,7 +4,7 @@ export declare type FinancialProductViewedDetail = {
4
4
  financialProduct: string;
5
5
  };
6
6
  export declare type SuperFundPdsViewedDetail = {
7
- fundUsi: string;
7
+ fundUsi?: string;
8
8
  fundName: string;
9
9
  pageName: string;
10
10
  };
@@ -24,7 +24,7 @@ export declare type SuperFundPrivacyConfirmationAcceptedDetail = {
24
24
  financialProduct: string;
25
25
  };
26
26
  export declare type ViewedPromotedFundDetail = {
27
- fundUsi: string;
27
+ fundUsi?: string;
28
28
  fundName: string;
29
29
  };
30
30
  export declare type ViewedDefaultFundDetail = {
@@ -15,6 +15,9 @@ export declare const SlateFundName = "Slate Super";
15
15
  export declare const SlatePdsUrl = "https://slate.co/pds/?utm_source=flare&utm_medium=superselection";
16
16
  export declare const AustralianRetirementTrustFundId = "australian-retirement-trust";
17
17
  export declare const AustralianRetirementTrustFundName = "Australian Retirement Trust";
18
- export declare const AustralianRetirementTrustPdsUrl = "https://www.australianretirementtrust.com.au/";
19
- export declare const AustralianRetirementTrustFundUsi = "XXXXXXXXXXXXXX";
20
- export declare const AustralianRetirementTrustFundAbn = "XX XXX XXX XXX";
18
+ export declare const AustralianRetirementTrustPdsUrl = "https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf";
19
+ export declare const AustralianRetirementTrustFundAbn = "60 905 115 063";
20
+ export declare const PromotedFundIdList: {
21
+ dtoPropName: string;
22
+ id: string;
23
+ }[];
@@ -2,7 +2,7 @@ import { VNode } from '../../../stencil-public-runtime';
2
2
  import { RouterHistory } from '@stencil/router';
3
3
  export declare class SuperChoiceItem {
4
4
  isSelected: boolean;
5
- usi: string;
5
+ usi?: string;
6
6
  name: string;
7
7
  logo: string;
8
8
  pdsLink: string;
@@ -101,7 +101,7 @@ export namespace Components {
101
101
  "logo": string;
102
102
  "name": string;
103
103
  "pdsLink": string;
104
- "usi": string;
104
+ "usi"?: string;
105
105
  }
106
106
  interface SssSuperChoicePage {
107
107
  "history": RouterHistory;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "3.26.54319",
3
+ "version": "3.27.54417",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",