@wix/events 1.0.347 → 1.0.348
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/package.json +14 -14
- package/type-bundles/context.bundle.d.ts +444 -474
- package/type-bundles/index.bundle.d.ts +444 -474
- package/type-bundles/meta.bundle.d.ts +2 -1
|
@@ -15639,7 +15639,8 @@ interface V3Event$1 {
|
|
|
15639
15639
|
shortDescription?: string | null;
|
|
15640
15640
|
/**
|
|
15641
15641
|
* Detailed description of an event.
|
|
15642
|
-
*
|
|
15642
|
+
*
|
|
15643
|
+
* This field is deprecated. To create a description, see the flow in [introduction](https://dev.wix.com/docs/rest/business-solutions/events/events-v3/introduction).
|
|
15643
15644
|
*/
|
|
15644
15645
|
detailedDescription?: string | null;
|
|
15645
15646
|
/**
|