@flarehr/apollo-super-selection 1.3.48492 → 1.3.48578

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.
@@ -7,9 +7,8 @@ export declare class SelfManagedFundInputs {
7
7
  fundForm: Partial<SelfManagedFundForm>;
8
8
  showValidationErrors: boolean;
9
9
  formChanged: EventEmitter<Partial<FormChangedEvent>>;
10
- private isAbnValid;
10
+ private abnValidationStatus;
11
11
  private isAbnTouched;
12
- private isAbnUsedForRegulated;
13
12
  private currentBank;
14
13
  private addressErrorMessage;
15
14
  private readonly stateOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "1.3.48492",
3
+ "version": "1.3.48578",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",