@wix/events 1.0.360 → 1.0.361

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/events",
3
- "version": "1.0.360",
3
+ "version": "1.0.361",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -36,7 +36,7 @@
36
36
  "@wix/events_ticket-definitions": "1.0.60",
37
37
  "@wix/events_ticket-definitions-v-2": "1.0.78",
38
38
  "@wix/events_tickets": "1.0.53",
39
- "@wix/events_wix-events-v-2": "1.0.67"
39
+ "@wix/events_wix-events-v-2": "1.0.68"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "^10.4.1",
@@ -61,5 +61,5 @@
61
61
  "fqdn": ""
62
62
  }
63
63
  },
64
- "falconPackageHash": "6df85d9afd1eab27378aba8641f56c1f342d6e21d4e38e3e727c7902"
64
+ "falconPackageHash": "2deda94b487f61f768f027b86a5b37420b10aa26cfe7a6402db86ee7"
65
65
  }
@@ -19712,7 +19712,14 @@ interface V3Event {
19712
19712
  title?: string | null;
19713
19713
  /** Short description that appears under the event title. */
19714
19714
  shortDescription?: string | null;
19715
- /** Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags). */
19715
+ /**
19716
+ * Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags).
19717
+ * @deprecated Detailed description of an event.
19718
+ *
19719
+ * 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).
19720
+ * @replacedBy wix.events.v1.rich_content
19721
+ * @targetRemovalDate 2025-06-01
19722
+ */
19716
19723
  detailedDescription?: string | null;
19717
19724
  /**
19718
19725
  * Main event image. <br>
@@ -22342,7 +22349,14 @@ interface UpdateEventOptions {
22342
22349
  title?: string | null;
22343
22350
  /** Short description that appears under the event title. */
22344
22351
  shortDescription?: string | null;
22345
- /** Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags). */
22352
+ /**
22353
+ * Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags).
22354
+ * @deprecated Detailed description of an event.
22355
+ *
22356
+ * 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).
22357
+ * @replacedBy wix.events.v1.rich_content
22358
+ * @targetRemovalDate 2025-06-01
22359
+ */
22346
22360
  detailedDescription?: string | null;
22347
22361
  /**
22348
22362
  * Main event image. <br>
@@ -19712,7 +19712,14 @@ interface V3Event {
19712
19712
  title?: string | null;
19713
19713
  /** Short description that appears under the event title. */
19714
19714
  shortDescription?: string | null;
19715
- /** Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags). */
19715
+ /**
19716
+ * Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags).
19717
+ * @deprecated Detailed description of an event.
19718
+ *
19719
+ * 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).
19720
+ * @replacedBy wix.events.v1.rich_content
19721
+ * @targetRemovalDate 2025-06-01
19722
+ */
19716
19723
  detailedDescription?: string | null;
19717
19724
  /**
19718
19725
  * Main event image. <br>
@@ -22342,7 +22349,14 @@ interface UpdateEventOptions {
22342
22349
  title?: string | null;
22343
22350
  /** Short description that appears under the event title. */
22344
22351
  shortDescription?: string | null;
22345
- /** Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags). */
22352
+ /**
22353
+ * Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags).
22354
+ * @deprecated Detailed description of an event.
22355
+ *
22356
+ * 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).
22357
+ * @replacedBy wix.events.v1.rich_content
22358
+ * @targetRemovalDate 2025-06-01
22359
+ */
22346
22360
  detailedDescription?: string | null;
22347
22361
  /**
22348
22362
  * Main event image. <br>
@@ -15717,6 +15717,11 @@ interface V3Event$1 {
15717
15717
  * Detailed description of an event.
15718
15718
  *
15719
15719
  * 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).
15720
+ * @deprecated Detailed description of an event.
15721
+ *
15722
+ * 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).
15723
+ * @replacedBy wix.events.v1.rich_content
15724
+ * @targetRemovalDate 2025-06-01
15720
15725
  */
15721
15726
  detailedDescription?: string | null;
15722
15727
  /**
@@ -17114,7 +17119,14 @@ interface V3Event {
17114
17119
  title?: string | null;
17115
17120
  /** Short description that appears under the event title. */
17116
17121
  shortDescription?: string | null;
17117
- /** Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags). */
17122
+ /**
17123
+ * Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags).
17124
+ * @deprecated Detailed description of an event.
17125
+ *
17126
+ * 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).
17127
+ * @replacedBy wix.events.v1.rich_content
17128
+ * @targetRemovalDate 2025-06-01
17129
+ */
17118
17130
  detailedDescription?: string | null;
17119
17131
  /**
17120
17132
  * Main event image. <br>