@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.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
|
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
|
|
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.
|