@sunrise-upc/mobile-prod-card 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/LineCheckV3/LinecheckService.d.ts +1 -1
- package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/esm/components/LineCheckV3/LinecheckService.d.ts +1 -1
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
|
@@ -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;
|