@sunrise-upc/mobile-prod-card 3.3.4 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,8 @@
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, chooseGift?: any, enabledP2P?: any, P2PData?: any, isQoqaFlow?: boolean, qVoucher?: any) => Promise<any>;
3
+ export declare const createCartV2: (productData: any, radioValue: string, defaultPromo: string, cartUrl: string, productType: string, chooseGift?: any, enabledP2P?: any, P2PData?: 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
7
  export declare const fetchSubscriptionData: (category: any, endpoint: any) => Promise<any>;
8
- export declare const getVocherPromotion: (productID: string, voucher: string) => Promise<void>;
9
8
  export declare const validateP2P: (msisdn: any, endpoint: any) => Promise<any>;
@@ -4,6 +4,5 @@ export declare const APIResourceConstants: {
4
4
  LINE_TABLEV2: string;
5
5
  CREATE_CARTV2: string;
6
6
  SUBSCRIPTION: string;
7
- VOUCHER_PROMOTIONS: string;
8
7
  };
9
8
  export declare const SBENDPOINT: any;
@@ -16,14 +16,3 @@ export interface ErrorEventInfoInterface {
16
16
  message_reason: string;
17
17
  }
18
18
  export declare const trackErrorEvent: (message_type: string, message_title: string, message_source: string, message_reason: string) => void;
19
- export interface DataLayerErrorEvent {
20
- event: string;
21
- event_name: string;
22
- message_guid: string;
23
- message_reason: string;
24
- message_source: string;
25
- message_title: string;
26
- message_type: string;
27
- message_apiinfo: string;
28
- }
29
- export declare const errorTrackingDataLayer: (response: any) => void;
@@ -12,11 +12,6 @@ export declare const CHF = "CHF";
12
12
  export declare const FIXNET = "fixnet";
13
13
  export declare const DEFAULT_WIRELINE_BUNDLE = "defaultWirelineBundle";
14
14
  export declare const DEFAULT_MOBILEPOSTPAID_BUNDLE = "defaultMobilePostpaidBundle";
15
- export declare const QOQA = "QoQa";
16
- export declare const VCTYPE = "vctype";
17
- export declare const VOUCHER = "voucher";
18
- export declare const VOUCHERTYPE = "voucherType";
19
- export declare const VOUCHERCODE = "voucherCode";
20
15
  export declare const MOBILE = "mobile";
21
16
  export declare const DESKTOP = "desktop";
22
17
  export declare const LARGE_DESKTOP = "large-desktop";
@@ -34,9 +34,6 @@ export interface StaticProductSchema {
34
34
  setLoginSuccess?: any;
35
35
  enableP2P?: boolean;
36
36
  loginSuccess?: boolean;
37
- setToggleState?: any;
38
- toggleState?: any;
39
- noTabs?: boolean;
40
37
  }
41
38
  export interface DynamicPriceSchema {
42
39
  priceCollection: any;
@@ -60,9 +57,6 @@ export interface StaticProductContainerSchema {
60
57
  selectedExistingOption?: any;
61
58
  setLoginSuccess?: any;
62
59
  lineCheckCallBack?: any;
63
- setToggleState?: any;
64
- toggleState?: any;
65
- noTabs?: boolean;
66
60
  }
67
61
  export interface StaticProductDetailsSchema {
68
62
  content: any;