@sunrise-upc/mobile-prod-card 1.2.4-beta.12 → 1.2.4-beta.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,8 @@
1
+ export declare const apiResConstants: {
2
+ X_SUN_CHAL: string;
3
+ CUSTOMER: string;
4
+ ADDR_ENDPOINT: string;
5
+ LINE_CHECK: string;
6
+ CONSTANTSKEYS: string;
7
+ X_SUN_SITEID: string;
8
+ };
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import './LineCheck.css';
3
+ declare const LineCheckV3: FC<any>;
4
+ export default LineCheckV3;
@@ -0,0 +1,9 @@
1
+ export declare const getLineCheckService: (selectedAdd: any) => unknown;
2
+ export declare const fetchLineCheck: (payload: any) => Promise<{
3
+ corelationaId: any;
4
+ lineCheckResponse: any;
5
+ eligibleBundle: any;
6
+ maxUploadDownloadSpeed: any;
7
+ configEligibleBundle: string[];
8
+ plannedUpgrade: any;
9
+ }>;
@@ -0,0 +1 @@
1
+ export declare const API_BASE_BASEPOINT: any;