@sunrise-upc/mobile-prod-card 1.2.4-beta.13 → 1.2.4-beta.14
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,3 @@
|
|
1
|
-
export declare const fetchAddress: (address: any, isValid: boolean) => Promise<any>;
|
2
1
|
export declare const getLineCheckService: (selectedAdd: any) => unknown;
|
3
2
|
export declare const fetchLineCheck: (payload: any) => Promise<{
|
4
3
|
corelationaId: any;
|
@@ -8,5 +7,3 @@ export declare const fetchLineCheck: (payload: any) => Promise<{
|
|
8
7
|
configEligibleBundle: string[];
|
9
8
|
plannedUpgrade: any;
|
10
9
|
}>;
|
11
|
-
export declare const getCustomerData: () => string | Promise<any>;
|
12
|
-
export declare const automateLineCheck: (setFetchingLineCheck: any, setlinecheckResponse: any, shippingAddress: any, onSuccess?: () => void) => Promise<any>;
|