@sunrise-upc/mobile-prod-card 1.0.40-beta.2 → 1.0.40-beta.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,4 +3,4 @@ export declare const fetchOfferingDataV2: (params: any, url: any) => Promise<any
3
3
  export declare const createCartV2: (productData: any, radioValue: string, defaultPromo: string, cartUrl: string, productType: string, chooseGift?: any) => Promise<any>;
4
4
  export declare const fetchLinetableContent: (slugurl: string, params: any) => Promise<any>;
5
5
  export declare const getStaticContent: (language: any, endPoints: any) => Promise<any>;
6
- export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string) => Promise<any>;
6
+ export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string, enableReturnPromo?: boolean) => Promise<any>;
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { Asset, GenericSBProps, Links } from '../types';
2
+ import { Asset, FalconGradientTypes, GenericSBProps, Links } from '../types';
3
3
  export interface RichTextWithTooltip extends GenericSBProps {
4
4
  icon: Asset;
5
5
  mobIcon: Asset;
@@ -26,6 +26,9 @@ export interface ProductTeaserSlideSchema extends GenericSBProps {
26
26
  tvPrice: string;
27
27
  tvProductId: string;
28
28
  tvSubHeading: string;
29
+ textAlignment: any;
30
+ gradientBackground: FalconGradientTypes;
31
+ isFullWidthImage: boolean;
29
32
  }
30
33
  export interface ProductTeaserCompSchema extends GenericSBProps {
31
34
  btnIcon: Asset;