buzzcasting-storage 3.0.12 → 3.0.13

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.
@@ -115,6 +115,7 @@ export declare enum EVENTS {
115
115
  ERROR = "error",
116
116
  HIDE_MESSAGE = "hideMessage",
117
117
  HIDE_LABELS = "hideLabels",
118
+ MAUPPUT_UPDATE = "layoutUpdate",
118
119
  PAUSE_PRESENTATION = "pausePresentation",
119
120
  PRESENTATION_READY = "presentationReady",
120
121
  PREV_SLIDE = "prevSlide",