@sunrise-upc/mobile-prod-card 3.1.0 → 3.2.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>;