@sunrise-upc/mobile-prod-card 4.4.1-beta.3 → 4.6.1-beta.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- export declare const fetchAddress: (address: any, controllerRef: any, setAddErr: any) => Promise<any[] | undefined>;
1
+ export declare const fetchAddress: (address: any, controllerRef: any, setAddErr: any, count?: number) => Promise<any[] | undefined>;
2
2
  export declare const getLineCheckService: (selectedAdd: any, setLcData: any, lcData: any) => unknown;
3
3
  export declare const fetchLineCheck: (payload: any, setLcData: any, lcData: any) => Promise<{
4
4
  corelationaId: any;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const DpDetailsModal: FC<any>;
3
+ export default DpDetailsModal;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const DpTableFlexSection: ({ productData, mainContent, selectedDeviceDetails, tabIndex, indexKey, cardsLength }: any) => JSX.Element;
2
+ declare const DpTableFlexSection: ({ productData, mainContent, selectedDeviceDetails, tabIndex, indexKey, cardsLength, activeTab }: any) => JSX.Element;
3
3
  export default DpTableFlexSection;
@@ -23,7 +23,7 @@ export interface hardwareSessionObjV2 {
23
23
  hardwareVariant: hardwareSessionSchema;
24
24
  checkSubscriptions: checkSubscriptionsSchema;
25
25
  }
26
- export declare const getDeviceWithVarients: (deviceData: any) => {
26
+ export declare const getDeviceWithVarients: (deviceData: any) => false | {
27
27
  deviceVarientsList: any;
28
28
  colorsList: any[];
29
29
  memoryList: any[];