vrfi-design-system 1.2.43 → 1.2.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -73,6 +73,7 @@ import { LoaderSizes } from '../../../enums/LoaderSizes';
73
73
  import { Menu } from 'antd';
74
74
  import { MenuMode } from '../../enums/menuMode';
75
75
  import { MenuProps } from 'antd/lib';
76
+ import { MessageType } from '../../../../enums/messageType.enum';
76
77
  import { MobileInputValue } from '../types/mobileInputValue.type';
77
78
  import { MobileInputValue as MobileInputValue_2 } from '../../../types/mobileInputValue.type';
78
79
  import { ModalProps as ModalProps_2 } from 'antd/lib/modal';
@@ -829,6 +830,7 @@ declare interface LooseMessage {
829
830
  senderDetails?: SenderDetails;
830
831
  attachmentName?: string;
831
832
  attachmentUrl?: string;
833
+ messageType?: MessageType;
832
834
  }
833
835
 
834
836
  export { Menu }