@sunrise-upc/mobile-prod-card 3.3.5 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -6
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/services/LineTableService.d.ts +1 -2
- package/dist/cjs/services/api-constants.d.ts +0 -1
- package/dist/cjs/utils/AnalyticsUtils.d.ts +0 -11
- package/dist/cjs/utils/constants.d.ts +0 -5
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -6
- package/dist/esm/index.js +2 -2
- package/dist/esm/services/LineTableService.d.ts +1 -2
- package/dist/esm/services/api-constants.d.ts +0 -1
- package/dist/esm/utils/AnalyticsUtils.d.ts +0 -11
- package/dist/esm/utils/constants.d.ts +0 -5
- package/package.json +1 -1
@@ -34,9 +34,6 @@ export interface StaticProductSchema {
|
|
34
34
|
setLoginSuccess?: any;
|
35
35
|
enableP2P?: boolean;
|
36
36
|
loginSuccess?: boolean;
|
37
|
-
setToggleState?: any;
|
38
|
-
toggleState?: any;
|
39
|
-
noTabs?: boolean;
|
40
37
|
}
|
41
38
|
export interface DynamicPriceSchema {
|
42
39
|
priceCollection: any;
|
@@ -60,9 +57,6 @@ export interface StaticProductContainerSchema {
|
|
60
57
|
selectedExistingOption?: any;
|
61
58
|
setLoginSuccess?: any;
|
62
59
|
lineCheckCallBack?: any;
|
63
|
-
setToggleState?: any;
|
64
|
-
toggleState?: any;
|
65
|
-
noTabs?: boolean;
|
66
60
|
}
|
67
61
|
export interface StaticProductDetailsSchema {
|
68
62
|
content: any;
|