@sunrise-upc/mobile-prod-card 3.2.1 → 3.2.3-beta.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,9 @@
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) => 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>;
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>;
8
9
  export declare const validateP2P: (msisdn: any, endpoint: any) => Promise<any>;
@@ -4,5 +4,6 @@ export declare const APIResourceConstants: {
4
4
  LINE_TABLEV2: string;
5
5
  CREATE_CARTV2: string;
6
6
  SUBSCRIPTION: string;
7
+ VOUCHER_PROMOTIONS: string;
7
8
  };
8
9
  export declare const SBENDPOINT: any;
@@ -12,6 +12,11 @@ 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";
15
20
  export declare const MOBILE = "mobile";
16
21
  export declare const DESKTOP = "desktop";
17
22
  export declare const LARGE_DESKTOP = "large-desktop";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "3.2.1",
3
+ "version": "3.2.3-beta.2",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",