@sunrise-upc/mobile-prod-card 1.0.36-beta.1 → 1.0.36-beta.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -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) => Promise<any>;
6
+ export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string) => Promise<any>;
@@ -3,5 +3,6 @@ export declare const APIResourceConstants: {
3
3
  X_SUN_CHAL: string;
4
4
  LINE_TABLEV2: string;
5
5
  CREATE_CARTV2: string;
6
+ SUBSCRIPTION: string;
6
7
  };
7
8
  export declare const SBENDPOINT: any;
package/dist/index.d.ts CHANGED
@@ -130,6 +130,7 @@ 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;
133
134
  }
134
135
  declare const ProductTeaser: FC<ProductTeaserSchema>;
135
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "1.0.36-beta.1",
3
+ "version": "1.0.36-beta.10",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",