@wix/auto_sdk_events_forms 1.0.46 → 1.0.48

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.
@@ -85,6 +85,6 @@ declare const discardDraft: MaybeContext<BuildRESTFunction<typeof discardDraft$1
85
85
  /**
86
86
  * Triggered when a form is updated or published.
87
87
  */
88
- declare const onFormEventUpdated: BuildEventDefinition<typeof onFormEventUpdated$1>;
88
+ declare const onFormEventUpdated: BuildEventDefinition<typeof onFormEventUpdated$1> & typeof onFormEventUpdated$1;
89
89
 
90
90
  export { AddControlApplicationErrors, AddControlOptions, AddControlResponse, DeleteControlApplicationErrors, DeleteControlIdentifiers, DeleteControlResponse, Form, FormEventUpdatedEnvelope, PublishDraftResponse, UpdateControlApplicationErrors, UpdateControlIdentifiers, UpdateControlOptions, UpdateControlResponse, UpdateMessagesOptions, UpdateMessagesResponse, addControl, deleteControl, discardDraft, getForm, onFormEventUpdated, publishDraft, updateControl, updateMessages };