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

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;