@wix/auto_sdk_events_ticket-definitions-v-2 1.0.67 → 1.0.68

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