@sunrise-upc/mobile-prod-card 3.2.2 → 3.2.3-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/services/LineTableService.d.ts +2 -1
- package/dist/cjs/services/api-constants.d.ts +1 -0
- package/dist/cjs/utils/constants.d.ts +5 -0
- package/dist/esm/index.js +2 -2
- package/dist/esm/services/LineTableService.d.ts +2 -1
- package/dist/esm/services/api-constants.d.ts +1 -0
- package/dist/esm/utils/constants.d.ts +5 -0
- package/package.json +1 -1
|
@@ -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>;
|
|
@@ -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";
|