@flarehr/apollo-super-selection 3.45.57688 → 3.48.59061

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.
@@ -11,8 +11,8 @@ export declare class SuperChoiceItem {
11
11
  features: string;
12
12
  featureSubText?: string;
13
13
  disclaimer: VNode;
14
- abnInfo: string;
15
- abn: string;
14
+ abnInfo?: string;
15
+ abn?: string;
16
16
  history: RouterHistory;
17
17
  private joinFundClicked;
18
18
  private readonly eventTrackingService;
@@ -61,8 +61,8 @@ export namespace Components {
61
61
  interface SssSuccess {
62
62
  }
63
63
  interface SssSuperChoiceItem {
64
- "abn": string;
65
- "abnInfo": string;
64
+ "abn"?: string;
65
+ "abnInfo"?: string;
66
66
  "disclaimer": VNode;
67
67
  "featureSubText"?: string;
68
68
  "features": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "3.45.57688",
3
+ "version": "3.48.59061",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",