@sunrise-upc/mobile-prod-card 4.7.7-beta.6 → 4.7.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,5 @@
1
1
  import { SetStateAction } from 'react';
2
- import { PegaProductRequestBase } from '../lineTable/lineTable.types';
3
2
  export declare const fetchStaticProductIds: (productList: any, productId: any, bundle4PProduct?: boolean, tvOptionIds?: any) => any;
4
- export declare const fetchPegaProducts: (content: any, pegaCustomerInterest?: string, placements?: string) => PegaProductRequestBase;
5
3
  export declare const checkGiftOrCashback: (data: any) => any;
6
4
  export declare const staticCreateCart: (setShowLoader: {
7
5
  (value: SetStateAction<boolean>): void;
@@ -15,9 +15,6 @@ export interface StaticLinetableSchema {
15
15
  deviceFlowCallBack?: any;
16
16
  ubRatePlanObj?: any;
17
17
  lineCheckOnClear?: any;
18
- pegaIntegration?: boolean;
19
- pegaCustomerInterest?: string;
20
- useStoryblokOrder?: boolean;
21
18
  }
22
19
  export interface StaticProductSchema {
23
20
  content: any;
@@ -80,11 +77,6 @@ export interface StaticProductContainerSchema {
80
77
  deviceFlowCallBack?: any;
81
78
  ubRatePlanObj?: any;
82
79
  lineCheckOnClear?: any;
83
- pegaIntegration?: boolean;
84
- pegaCustomerInterest?: string;
85
- useStoryblokOrder?: boolean;
86
- isFetching?: boolean;
87
- setIsFetching?: any;
88
80
  }
89
81
  export interface StaticProductDetailsSchema {
90
82
  content: any;
@@ -13,19 +13,6 @@ export interface ProductRequestBase {
13
13
  checkVoucher?: boolean;
14
14
  promoIds: string[];
15
15
  }
16
- export interface OfferValidation {
17
- key: string;
18
- type: string;
19
- value: string;
20
- }
21
- export interface AtlOffer {
22
- index?: number;
23
- placements?: string;
24
- offerValidations: OfferValidation[];
25
- }
26
- export interface PegaProductRequestBase {
27
- atlOffers: AtlOffer[];
28
- }
29
16
  export interface ProductContainerSchema extends ProductTableSchema {
30
17
  activeIndex: any;
31
18
  sbStaticConstants: any;