@sunrise-upc/mobile-prod-card 3.0.0 → 3.0.2

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>;
@@ -1,5 +1,5 @@
1
1
  import { SetStateAction } from 'react';
2
- export declare const fetchStaticProductIds: (productList: any, productId: any) => any;
2
+ export declare const fetchStaticProductIds: (productList: any, productId: any, bundle4PProduct?: boolean) => any;
3
3
  export declare const checkGiftOrCashback: (data: any) => any;
4
4
  export declare const staticCreateCart: (setShowLoader: {
5
5
  (value: SetStateAction<boolean>): void;