@flarehr/apollo-super-selection 5.67.22695 → 5.69.25994

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.
@@ -12,6 +12,8 @@ export declare class SmsfEngagementStep {
12
12
  private bankAccountNumber;
13
13
  private memberFirstName;
14
14
  private memberFamilyName;
15
+ private accountId;
16
+ private partnerId;
15
17
  private readonly stepEventHandlers;
16
18
  constructor();
17
19
  componentWillLoad(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "5.67.22695",
3
+ "version": "5.69.25994",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",