@sunrise-upc/mobile-prod-card 3.1.0 → 3.1.1-beta.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,3 +5,4 @@ export declare const fetchLinetableContent: (slugurl: string, params: any) => Pr
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 validateP2P: (msisdn: any, endpoint: any) => Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "3.1.0",
3
+ "version": "3.1.1-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",