@sunrise-upc/mobile-prod-card 4.7.7-beta.5 → 4.7.7-beta.7

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -173,8 +173,8 @@ interface StaticLinetableSchema {
173
173
  ubRatePlanObj?: any;
174
174
  lineCheckOnClear?: any;
175
175
  pegaIntegration?: boolean;
176
- pegaRequestOfferCount?: number;
177
176
  pegaCustomerInterest?: string;
177
+ useStoryblokOrder?: boolean;
178
178
  }
179
179
 
180
180
  declare const StaticLineTable: FC<StaticLinetableSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "4.7.7-beta.5",
3
+ "version": "4.7.7-beta.7",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",