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

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,3 +9,4 @@ export declare const getVocherPromotion: (productID: string, voucher: string) =>
9
9
  export declare const validateP2P: (msisdn: any, endpoint: any) => Promise<any>;
10
10
  export declare const getDeviceDetails: (deviceID: any, endpoint: any) => Promise<any>;
11
11
  export declare const getDeviceModelsList: (brandId: any, endpoint: any) => Promise<any>;
12
+ export declare const trackPegaEvents: (endpoint: any, payload: {} | undefined, prospectId: string) => Promise<any>;
@@ -9,5 +9,6 @@ export declare const APIResourceConstants: {
9
9
  HARDWARES: string;
10
10
  HARDWARE_DEVICES: string;
11
11
  TV_SERVICE_OPTIONS_V2: string;
12
+ CUSTOMER_EVENTS: string;
12
13
  };
13
14
  export declare const SBENDPOINT: any;
package/dist/index.d.ts CHANGED
@@ -173,8 +173,8 @@ interface StaticLinetableSchema {
173
173
  ubRatePlanObj?: any;
174
174
  lineCheckOnClear?: any;
175
175
  pegaIntegration?: boolean;
176
- pegaRequestOfferCount?: number;
177
176
  pegaCustomerInterest?: string;
177
+ useStoryblokOrder?: boolean;
178
178
  }
179
179
 
180
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.7-beta.4",
3
+ "version": "4.7.7-beta.6",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -69,5 +69,8 @@
69
69
  "uuid": "^8.3.2",
70
70
  "react-select": "^5.2.2",
71
71
  "react-loading-skeleton": "^3.4.0"
72
+ },
73
+ "dependencies": {
74
+ "moment": "^2.30.1"
72
75
  }
73
76
  }