@sunrise-upc/mobile-prod-card 1.0.36-beta.8 → 1.0.36
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/ProductTeaser/ProductTeaser.d.ts +0 -1
- package/dist/cjs/components/ProductTeaser/ProductTeaserSlides.d.ts +0 -1
- package/dist/cjs/components/lineTable/LineTableV3.utils.d.ts +0 -6
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/services/LineTableService.d.ts +1 -1
- package/dist/cjs/services/api-constants.d.ts +0 -1
- package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +0 -1
- package/dist/esm/components/ProductTeaser/ProductTeaserSlides.d.ts +0 -1
- package/dist/esm/components/lineTable/LineTableV3.utils.d.ts +0 -6
- package/dist/esm/index.js +1 -1
- package/dist/esm/services/LineTableService.d.ts +1 -1
- package/dist/esm/services/api-constants.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
@@ -3,4 +3,4 @@ export declare const fetchOfferingDataV2: (params: any, url: any) => Promise<any
|
|
3
3
|
export declare const createCartV2: (productData: any, radioValue: string, defaultPromo: string, cartUrl: string, productType: string, chooseGift?: any) => Promise<any>;
|
4
4
|
export declare const fetchLinetableContent: (slugurl: string, params: any) => Promise<any>;
|
5
5
|
export declare const getStaticContent: (language: any, endPoints: any) => Promise<any>;
|
6
|
-
export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any
|
6
|
+
export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any) => Promise<any>;
|
package/dist/index.d.ts
CHANGED
@@ -130,7 +130,6 @@ interface ProductTeaserSchema {
|
|
130
130
|
changeAddressClicked?: boolean;
|
131
131
|
offerDataCallBack?: (a: any, b: any, c?: string) => void;
|
132
132
|
productCallBack?: (a: string) => void;
|
133
|
-
tableSelectedTab?: string;
|
134
133
|
}
|
135
134
|
declare const ProductTeaser: FC<ProductTeaserSchema>;
|
136
135
|
|