@sunrise-upc/mobile-prod-card 4.7.5 → 4.7.7-beta.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ export declare const fetchOfferingDataV2: (requestBody: any, url: any, returnPro
3
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
- export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string, enableReturnPromo?: boolean, P2PEnabled?: boolean) => Promise<any>;
6
+ export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string, enableReturnPromo?: boolean, P2PEnabled?: boolean, pegaIntegration?: boolean) => Promise<any>;
7
7
  export declare const fetchSubscriptionData: (category: any, endpoint: any) => Promise<any>;
8
8
  export declare const getVocherPromotion: (productID: string, voucher: string) => Promise<void>;
9
9
  export declare const validateP2P: (msisdn: any, endpoint: any) => Promise<any>;
@@ -2,6 +2,7 @@ export declare const API_BASE_BASEPOINT: any;
2
2
  export declare const APIResourceConstants: {
3
3
  X_SUN_CHAL: string;
4
4
  LINE_TABLEV2: string;
5
+ LINE_TABLEV3: string;
5
6
  CREATE_CARTV2: string;
6
7
  SUBSCRIPTION: string;
7
8
  VOUCHER_PROMOTIONS: string;
package/dist/index.d.ts CHANGED
@@ -172,6 +172,9 @@ interface StaticLinetableSchema {
172
172
  deviceFlowCallBack?: any;
173
173
  ubRatePlanObj?: any;
174
174
  lineCheckOnClear?: any;
175
+ pegaIntegration?: boolean;
176
+ pegaRequestOfferCount?: number;
177
+ pegaCustomerInterest?: string;
175
178
  }
176
179
 
177
180
  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.7.5",
3
+ "version": "4.7.7-beta.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",