@wix/auto_sdk_events_forms 1.0.57 → 1.0.59

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.
@@ -172,7 +172,7 @@ interface Label {
172
172
  * It enables configuration of form titles, response labels, "thank you" messages, and call-to-action texts.
173
173
  */
174
174
  interface FormMessages {
175
- /** 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. */
175
+ /** [RSVP form](https://dev.wix.com/docs/rest/business-solutions/events/rsvp-v2/introduction) messages. */
176
176
  rsvp?: RsvpFormMessages;
177
177
  /** Checkout form messages. */
178
178
  checkout?: CheckoutFormMessages;