@sunrise-upc/mobile-prod-card 1.2.6-beta.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,7 @@ interface GenericModalSchema {
12
12
  fixedWidth?: string;
13
13
  backgroundColor?: string;
14
14
  bodyPadding?: string;
15
+ id?: string;
15
16
  }
16
- declare const GenericModal: ({ modalState, handler, showFooter, footerNode, children, width, height, noCloseButton, backDrop, fixedWidth, backgroundColor, bodyPadding }: GenericModalSchema) => JSX.Element;
17
+ declare const GenericModal: ({ modalState, handler, showFooter, footerNode, children, width, height, noCloseButton, backDrop, fixedWidth, backgroundColor, bodyPadding, id }: GenericModalSchema) => JSX.Element;
17
18
  export default GenericModal;
@@ -6,6 +6,7 @@ export interface ProductTableSchema {
6
6
  lineCheckCallBack?: () => void;
7
7
  changeAddressClicked?: any;
8
8
  tabCheckCallBack?: (tabId: string) => void;
9
+ ratePlansToRemove?: string[];
9
10
  }
10
11
  export interface ProductRequestBase {
11
12
  id: string;