@sunrise-upc/mobile-prod-card 1.0.26-beta.9 → 1.0.27-beta.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  export declare const fetchCountryList: (name: string, lang: string, url: string, TTL: number) => Promise<any>;
2
2
  export declare const fetchOfferingDataV2: (params: any, url: any) => Promise<any>;
3
- export declare const createCartV2: (productData: any, radioValue: string, defaultPromo: string, cartUrl: string, productType: string, giftItem?: any) => Promise<any>;
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
6
  export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any) => Promise<any>;
package/dist/index.d.ts CHANGED
@@ -135,6 +135,7 @@ declare const ProductTeaser: FC<ProductTeaserSchema>;
135
135
  interface ProductTableSchema {
136
136
  content: any;
137
137
  metadata: any;
138
+ setGenericErrorModalDetails: any;
138
139
  lineCheckCallBack?: () => void;
139
140
  changeAddressClicked?: any;
140
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "1.0.26-beta.9",
3
+ "version": "1.0.27-beta.0",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const BundleEntitlementValueV3: ({ content }: any) => JSX.Element;
3
- export default BundleEntitlementValueV3;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const BundleEntitlementValueV3: ({ content }: any) => JSX.Element;
3
- export default BundleEntitlementValueV3;