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