@sunrise-upc/mobile-prod-card 1.2.5-beta.1 → 1.2.5-beta.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. package/dist/cjs/Analytics/AnalyticsConstants.d.ts +8 -0
  2. package/dist/cjs/components/BenefitWrapper/BenefitValidate.d.ts +3 -0
  3. package/dist/cjs/components/BenefitWrapper/BenefitWrapper.d.ts +3 -0
  4. package/dist/cjs/components/BenefitWrapper/Benefits.d.ts +1 -0
  5. package/dist/cjs/components/BenefitWrapper/BenefitsValidateWrapper.d.ts +3 -0
  6. package/dist/cjs/components/BenefitWrapper/index.d.ts +1 -0
  7. package/dist/cjs/components/LineCheckV3/LineCheckOverlay.d.ts +3 -1
  8. package/dist/cjs/components/LineCheckV3/LinecheckModal.d.ts +1 -1
  9. package/dist/cjs/components/LineCheckV3/Success.d.ts +1 -2
  10. package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +1 -0
  11. package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +13 -0
  12. package/dist/cjs/components/index.d.ts +2 -0
  13. package/dist/cjs/index.js +2 -2
  14. package/dist/cjs/services/LineTableService.d.ts +1 -0
  15. package/dist/esm/Analytics/AnalyticsConstants.d.ts +8 -0
  16. package/dist/esm/components/BenefitWrapper/BenefitValidate.d.ts +3 -0
  17. package/dist/esm/components/BenefitWrapper/BenefitWrapper.d.ts +3 -0
  18. package/dist/esm/components/BenefitWrapper/Benefits.d.ts +1 -0
  19. package/dist/esm/components/BenefitWrapper/BenefitsValidateWrapper.d.ts +3 -0
  20. package/dist/esm/components/BenefitWrapper/index.d.ts +1 -0
  21. package/dist/esm/components/LineCheckV3/LineCheckOverlay.d.ts +3 -1
  22. package/dist/esm/components/LineCheckV3/LinecheckModal.d.ts +1 -1
  23. package/dist/esm/components/LineCheckV3/Success.d.ts +1 -2
  24. package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -0
  25. package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +13 -0
  26. package/dist/esm/components/index.d.ts +2 -0
  27. package/dist/esm/index.js +2 -2
  28. package/dist/esm/services/LineTableService.d.ts +1 -0
  29. package/dist/index.d.ts +9 -1
  30. package/package.json +1 -1
@@ -4,3 +4,4 @@ export declare const createCartV2: (productData: any, radioValue: string, defaul
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
6
  export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string, enableReturnPromo?: boolean) => Promise<any>;
7
+ export declare const fetchSubscriptionData: (category: any, endpoint: any) => Promise<any>;
package/dist/index.d.ts CHANGED
@@ -160,10 +160,18 @@ interface StaticLinetableSchema {
160
160
  loginSuccess?: boolean;
161
161
  changeAddressClicked?: any;
162
162
  linecheckSuccessCallBack?: any;
163
+ selectedOption?: string;
164
+ basicConfigUrl?: string;
165
+ selectedExistingOption?: any;
166
+ setLoginSuccess?: any;
163
167
  }
164
168
 
165
169
  declare const StaticLineTable: FC<StaticLinetableSchema>;
166
170
 
171
+ declare const LincheckModal: FC<any>;
172
+
173
+ declare const BenefitWrapper: ({ content, metadata, setGenericErrorModalDetails, loginSuccess, basicConfigUrl, setLoginSuccess }: any) => JSX.Element;
174
+
167
175
  interface LineTableBasicPropConfigSchema {
168
176
  baseURL: string | '';
169
177
  cartURL?: string | '';
@@ -220,4 +228,4 @@ declare class LinecheckBasicPropConfig {
220
228
  static create: (p_config: LinecheckBasicPropConfigSchema) => void;
221
229
  }
222
230
 
223
- export { AssetPathPropConfig, AssetPathPropConfigSchema, Button, Card, CardEntitlement, CarouselComp, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LoginModal, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyProductAnchor };
231
+ export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Button, Card, CardEntitlement, CarouselComp, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginModal, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyProductAnchor };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "1.2.5-beta.1",
3
+ "version": "1.2.5-beta.11",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",