@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/cjs/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +2 -2
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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