@flarehr/apollo-super-selection 3.78.8131 → 3.91.8977
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-spirit.svg +141 -0
- package/dist/lib/apollo-super-selection/{p-f3824bc4.entry.js → p-21490b02.entry.js} +4 -4
- package/dist/lib/apollo-super-selection/p-7aba5ffc.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/cjs/sss-button_29.cjs.entry.js +34 -2
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +6 -0
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +14 -1
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-spirit.svg +141 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +35 -0
- package/dist/lib/esm/sss-button_29.entry.js +34 -2
- package/dist/lib/esm-es5/sss-button_29.entry.js +3 -3
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +7 -0
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-22df307f.system.entry.js +0 -69
|
@@ -49,6 +49,11 @@ declare type PromotedFundChoiceDto = {
|
|
|
49
49
|
usi: string;
|
|
50
50
|
memberNumber: string;
|
|
51
51
|
};
|
|
52
|
+
} | {
|
|
53
|
+
spirit: {
|
|
54
|
+
usi: string;
|
|
55
|
+
memberNumber: string;
|
|
56
|
+
};
|
|
52
57
|
};
|
|
53
58
|
export declare function getSuperChoiceUsi(dto: SuperChoiceDetailsDto): Option<string>;
|
|
54
59
|
export declare function getSuperChoiceMemberNumber(dto: SuperChoiceDetailsDto): Option<string>;
|
|
@@ -41,6 +41,13 @@ export declare const Virgin: {
|
|
|
41
41
|
PdsUrl: string;
|
|
42
42
|
Abn: string;
|
|
43
43
|
};
|
|
44
|
+
export declare const Spirit: {
|
|
45
|
+
Id: string;
|
|
46
|
+
Name: string;
|
|
47
|
+
Logo: string;
|
|
48
|
+
PdsUrl: string;
|
|
49
|
+
Abn: string;
|
|
50
|
+
};
|
|
44
51
|
export declare const PromotedFundIdList: {
|
|
45
52
|
dtoPropName: string;
|
|
46
53
|
id: string;
|