@sunrise-upc/mobile-prod-card 4.6.1-beta.8 → 4.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. package/dist/cjs/components/NewLineCheck/SuccessCoverage.d.ts +1 -1
  2. package/dist/cjs/components/ProductTeaser/ProductTeaser.d.ts +1 -0
  3. package/dist/cjs/components/ProductTeaser/ProductTeaserSlides.d.ts +1 -0
  4. package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsLoader/OttServiceOptionsLoader.d.ts +2 -0
  5. package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsModal.d.ts +15 -0
  6. package/dist/cjs/components/StaticLineTable/OttServiceOptions/OttServiceOptionsPopup.d.ts +3 -0
  7. package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +3 -3
  8. package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +4 -0
  9. package/dist/cjs/components/StaticLineTable/TvOptionsContainer.d.ts +3 -0
  10. package/dist/cjs/index.js +2 -2
  11. package/dist/cjs/services/LineTableService.d.ts +1 -1
  12. package/dist/cjs/services/api-constants.d.ts +1 -0
  13. package/dist/cjs/utils/constants.d.ts +1 -0
  14. package/dist/cjs/utils/utils.d.ts +1 -0
  15. package/dist/esm/components/NewLineCheck/SuccessCoverage.d.ts +1 -1
  16. package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +1 -0
  17. package/dist/esm/components/ProductTeaser/ProductTeaserSlides.d.ts +1 -0
  18. package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsLoader/OttServiceOptionsLoader.d.ts +2 -0
  19. package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsModal.d.ts +15 -0
  20. package/dist/esm/components/StaticLineTable/OttServiceOptions/OttServiceOptionsPopup.d.ts +3 -0
  21. package/dist/esm/components/StaticLineTable/Product.utils.d.ts +3 -3
  22. package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +4 -0
  23. package/dist/esm/components/StaticLineTable/TvOptionsContainer.d.ts +3 -0
  24. package/dist/esm/index.js +2 -2
  25. package/dist/esm/services/LineTableService.d.ts +1 -1
  26. package/dist/esm/services/api-constants.d.ts +1 -0
  27. package/dist/esm/utils/constants.d.ts +1 -0
  28. package/dist/esm/utils/utils.d.ts +1 -0
  29. package/dist/index.d.ts +2 -0
  30. package/package.json +1 -1
@@ -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: (requestBody: any, url: any, returnPromo?: boolean) => Promise<any>;
3
- export declare const createCartV2: (productData: any, radioValue: string, defaultPromo: string, cartUrl: string, productType: string, chooseGift?: any, enabledP2P?: any, P2PData?: any, isQoqaFlow?: boolean, qVoucher?: any, deviceDetails?: any) => Promise<any>;
3
+ export declare const createCartV2: (productData: any, radioValue: string, defaultPromo: string, cartUrl: string, productType: string, chooseGift?: any, enabledP2P?: any, P2PData?: any, isQoqaFlow?: boolean, qVoucher?: any, deviceDetails?: any, tvOptions?: 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, existingCustomer?: boolean, subscriptionType?: string, enableReturnPromo?: boolean, P2PEnabled?: boolean) => Promise<any>;
@@ -7,5 +7,6 @@ export declare const APIResourceConstants: {
7
7
  VOUCHER_PROMOTIONS: string;
8
8
  HARDWARES: string;
9
9
  HARDWARE_DEVICES: string;
10
+ TV_SERVICE_OPTIONS_V2: string;
10
11
  };
11
12
  export declare const SBENDPOINT: any;
@@ -44,3 +44,4 @@ export declare const ERROR_COLOR = "#C60047";
44
44
  export declare const BREADCRUMB = "...";
45
45
  export declare const PRE_TO_POST = "PRE_TO_POST";
46
46
  export declare const P2PSUBSCRIBEDPLAN = "Sunrise Prepaid Unlimited";
47
+ export declare const TV_SERVICE_OPTION = "TV_SERVICE_OPTION";
@@ -9,6 +9,7 @@ export declare const removeLocalStorage: (key: string) => void;
9
9
  export declare const viewport: () => string;
10
10
  export declare const getCookies: (cname: string) => any;
11
11
  export declare const isTouchScreen: () => boolean;
12
+ export declare const returnPriceByType: (priceList: any, type: string) => any;
12
13
  export declare const replacePlaceholder: (source: string, params: any) => string;
13
14
  export declare const isModemPresent: () => boolean;
14
15
  export declare const iconHandler: (type: string) => string;
package/dist/index.d.ts CHANGED
@@ -136,6 +136,7 @@ interface ProductTeaserSchema {
136
136
  offerDataCallBack?: (a: any, b: any, c?: string) => void;
137
137
  productCallBack?: (a: string) => void;
138
138
  tableSelectedTab?: string;
139
+ lineCheckOnClear?: () => void;
139
140
  }
140
141
  declare const ProductTeaser: FC<ProductTeaserSchema>;
141
142
 
@@ -170,6 +171,7 @@ interface StaticLinetableSchema {
170
171
  deviceFlow?: any;
171
172
  deviceFlowCallBack?: any;
172
173
  ubRatePlanObj?: any;
174
+ lineCheckOnClear?: any;
173
175
  }
174
176
 
175
177
  declare const StaticLineTable: FC<StaticLinetableSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "4.6.1-beta.8",
3
+ "version": "4.7.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",