@sunrise-upc/mobile-prod-card 7.1.3 → 7.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -112,6 +112,8 @@ export interface StaticBenefitsSchema {
112
112
  content: any;
113
113
  benefitData: any;
114
114
  constants: any;
115
+ pricesToggleState?: boolean;
116
+ togglePriceLabel?: string;
115
117
  }
116
118
  export interface CheckoutButtonSchema {
117
119
  isMobileFlow: boolean;
@@ -128,4 +130,5 @@ export interface CheckoutButtonSchema {
128
130
  export interface toggleContentSchema {
129
131
  enableLoggedInPrice: string;
130
132
  togglePosition: string;
133
+ togglePriceLabel?: string;
131
134
  }