@sunrise-upc/mobile-prod-card 4.1.8-beta.7 → 4.1.8-beta.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1,10 @@
1
- export declare const fetchAddress: (address: any, controllerRef: any) => Promise<any[] | undefined>;
1
+ export declare const fetchAddress: (address: any, controllerRef: any, setAddErr: any) => Promise<any[] | undefined>;
2
+ export declare const getLineCheckService: (selectedAdd: any, setLcData: any, lcData: any) => unknown;
3
+ export declare const fetchLineCheck: (payload: any, setLcData: any, lcData: any) => Promise<{
4
+ corelationaId: any;
5
+ lineCheckResponse: any;
6
+ eligibleBundle: any;
7
+ maxUploadDownloadSpeed: any;
8
+ configEligibleBundle: string[];
9
+ plannedUpgrade: any;
10
+ }>;