@wix/auto_sdk_events_wix-events-v-2 1.0.61 → 1.0.62

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.
@@ -869,7 +869,7 @@ interface Label {
869
869
  * It enables configuration of form titles, response labels, "thank you" messages, and call-to-action texts.
870
870
  */
871
871
  interface FormMessages {
872
- /** RSVP form ([SDK](https://dev.wix.com/docs/sdk/backend-modules/events/rsvp-v2/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/events/rsvp-v2/introduction)) messages. */
872
+ /** [RSVP form](https://dev.wix.com/docs/rest/business-solutions/events/rsvp-v2/introduction) messages. */
873
873
  rsvp?: RsvpFormMessages;
874
874
  /** Checkout form messages. */
875
875
  checkout?: CheckoutFormMessages;
@@ -4354,7 +4354,7 @@ interface EventUpdatedEnvelope {
4354
4354
  declare function onEventUpdated(handler: (event: EventUpdatedEnvelope) => void | Promise<void>): void;
4355
4355
  /**
4356
4356
  * Creates an event. <br> <br>
4357
- * The event includes a default registration form in the selected language, which consists of input fields for first name, last name, and email. See the Registration Form API ([SDK](https://dev.wix.com/docs/sdk/backend-modules/events/forms/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/events/form/about-the-registration-form-api)) for more information. <br> <br>
4357
+ * The event includes a default registration form in the selected language, which consists of input fields for first name, last name, and email. See the [Registration Form API](https://dev.wix.com/docs/rest/business-solutions/events/form/about-the-registration-form-api) for more information. <br> <br>
4358
4358
  * You can create the event as a draft by setting `draft` to `true`. Otherwise, the event is published right away. <br> <br>
4359
4359
  * The event is automatically set up to send daily summary reports of new guests to your business email.
4360
4360
  * @param event - Event data.