@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.
- package/dist/cjs/index.js +4 -2
- package/dist/cjs/services/LineTableService.d.ts +1 -0
- package/dist/cjs/services/api-constants.d.ts +1 -0
- package/dist/esm/index.js +4 -2
- package/dist/esm/services/LineTableService.d.ts +1 -0
- package/dist/esm/services/api-constants.d.ts +1 -0
- package/package.json +4 -1
@@ -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>;
|