@sunrise-upc/mobile-prod-card 2.1.1-beta.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,4 +7,4 @@ export declare const fetchLineCheck: (payload: any) => Promise<{
7
7
  configEligibleBundle: string[];
8
8
  plannedUpgrade: any;
9
9
  }>;
10
- export declare const fetchAddress: (address: any, isValid: boolean) => Promise<any>;
10
+ export declare const fetchAddress: (address: any, isValid: boolean, controllerRef: any) => Promise<any[] | undefined>;