@wix/events 1.0.342 → 1.0.343

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.342",
3
+ "version": "1.0.343",
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.56",
37
37
  "@wix/events_ticket-definitions-v-2": "1.0.72",
38
38
  "@wix/events_tickets": "1.0.51",
39
- "@wix/events_wix-events-v-2": "1.0.64"
39
+ "@wix/events_wix-events-v-2": "1.0.65"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "^10.4.1",
@@ -61,5 +61,5 @@
61
61
  "fqdn": ""
62
62
  }
63
63
  },
64
- "falconPackageHash": "69dc06f421a16b3211a816e68c2a6b3ceca70dfca3ff0142d0aba429"
64
+ "falconPackageHash": "7d1b7f0159df00207de64c464bed560c8d07e100cbffd28b13fcdbc3"
65
65
  }
@@ -22624,26 +22624,32 @@ declare const getEvent: MaybeContext<BuildRESTFunction<typeof getEvent$1> & type
22624
22624
  declare const getEventBySlug: MaybeContext<BuildRESTFunction<typeof getEventBySlug$1> & typeof getEventBySlug$1>;
22625
22625
 
22626
22626
  type _publicOnEventCreatedType = typeof onEventCreated$1;
22627
- /** */
22627
+ /**
22628
+ * Triggered when event is created.
22629
+ */
22628
22630
  declare const onEventCreated: ReturnType<typeof createEventModule$1<_publicOnEventCreatedType>>;
22629
22631
 
22630
22632
  type _publicOnEventUpdatedType = typeof onEventUpdated$1;
22631
- /** */
22633
+ /**
22634
+ * Triggered when event is updated.
22635
+ */
22632
22636
  declare const onEventUpdated: ReturnType<typeof createEventModule$1<_publicOnEventUpdatedType>>;
22633
22637
 
22634
22638
  type _publicOnEventDeletedType = typeof onEventDeleted$1;
22635
- /** */
22639
+ /**
22640
+ * Triggered when event is deleted.
22641
+ */
22636
22642
  declare const onEventDeleted: ReturnType<typeof createEventModule$1<_publicOnEventDeletedType>>;
22637
22643
 
22638
22644
  type _publicOnEventStartedType = typeof onEventStarted$1;
22639
22645
  /**
22640
- * Triggered when an event is started.
22646
+ * Triggered when event has started.
22641
22647
  */
22642
22648
  declare const onEventStarted: ReturnType<typeof createEventModule$1<_publicOnEventStartedType>>;
22643
22649
 
22644
22650
  type _publicOnEventEndedType = typeof onEventEnded$1;
22645
22651
  /**
22646
- * Triggered when an event has ended.
22652
+ * Triggered when event has ended.
22647
22653
  */
22648
22654
  declare const onEventEnded: ReturnType<typeof createEventModule$1<_publicOnEventEndedType>>;
22649
22655
 
@@ -22661,19 +22667,19 @@ declare const onEventReminder: ReturnType<typeof createEventModule$1<_publicOnEv
22661
22667
 
22662
22668
  type _publicOnEventPublishedType = typeof onEventPublished$1;
22663
22669
  /**
22664
- * Triggered when an event is published
22670
+ * Triggered when event is published.
22665
22671
  */
22666
22672
  declare const onEventPublished: ReturnType<typeof createEventModule$1<_publicOnEventPublishedType>>;
22667
22673
 
22668
22674
  type _publicOnEventClonedType = typeof onEventCloned$1;
22669
22675
  /**
22670
- * Triggered when an event is cloned
22676
+ * Triggered when event is cloned.
22671
22677
  */
22672
22678
  declare const onEventCloned: ReturnType<typeof createEventModule$1<_publicOnEventClonedType>>;
22673
22679
 
22674
22680
  type _publicOnEventCanceledType = typeof onEventCanceled$1;
22675
22681
  /**
22676
- * Triggered when an event is canceled
22682
+ * Triggered when event is canceled.
22677
22683
  */
22678
22684
  declare const onEventCanceled: ReturnType<typeof createEventModule$1<_publicOnEventCanceledType>>;
22679
22685
 
@@ -22624,26 +22624,32 @@ declare const getEvent: MaybeContext<BuildRESTFunction<typeof getEvent$1> & type
22624
22624
  declare const getEventBySlug: MaybeContext<BuildRESTFunction<typeof getEventBySlug$1> & typeof getEventBySlug$1>;
22625
22625
 
22626
22626
  type _publicOnEventCreatedType = typeof onEventCreated$1;
22627
- /** */
22627
+ /**
22628
+ * Triggered when event is created.
22629
+ */
22628
22630
  declare const onEventCreated: ReturnType<typeof createEventModule$1<_publicOnEventCreatedType>>;
22629
22631
 
22630
22632
  type _publicOnEventUpdatedType = typeof onEventUpdated$1;
22631
- /** */
22633
+ /**
22634
+ * Triggered when event is updated.
22635
+ */
22632
22636
  declare const onEventUpdated: ReturnType<typeof createEventModule$1<_publicOnEventUpdatedType>>;
22633
22637
 
22634
22638
  type _publicOnEventDeletedType = typeof onEventDeleted$1;
22635
- /** */
22639
+ /**
22640
+ * Triggered when event is deleted.
22641
+ */
22636
22642
  declare const onEventDeleted: ReturnType<typeof createEventModule$1<_publicOnEventDeletedType>>;
22637
22643
 
22638
22644
  type _publicOnEventStartedType = typeof onEventStarted$1;
22639
22645
  /**
22640
- * Triggered when an event is started.
22646
+ * Triggered when event has started.
22641
22647
  */
22642
22648
  declare const onEventStarted: ReturnType<typeof createEventModule$1<_publicOnEventStartedType>>;
22643
22649
 
22644
22650
  type _publicOnEventEndedType = typeof onEventEnded$1;
22645
22651
  /**
22646
- * Triggered when an event has ended.
22652
+ * Triggered when event has ended.
22647
22653
  */
22648
22654
  declare const onEventEnded: ReturnType<typeof createEventModule$1<_publicOnEventEndedType>>;
22649
22655
 
@@ -22661,19 +22667,19 @@ declare const onEventReminder: ReturnType<typeof createEventModule$1<_publicOnEv
22661
22667
 
22662
22668
  type _publicOnEventPublishedType = typeof onEventPublished$1;
22663
22669
  /**
22664
- * Triggered when an event is published
22670
+ * Triggered when event is published.
22665
22671
  */
22666
22672
  declare const onEventPublished: ReturnType<typeof createEventModule$1<_publicOnEventPublishedType>>;
22667
22673
 
22668
22674
  type _publicOnEventClonedType = typeof onEventCloned$1;
22669
22675
  /**
22670
- * Triggered when an event is cloned
22676
+ * Triggered when event is cloned.
22671
22677
  */
22672
22678
  declare const onEventCloned: ReturnType<typeof createEventModule$1<_publicOnEventClonedType>>;
22673
22679
 
22674
22680
  type _publicOnEventCanceledType = typeof onEventCanceled$1;
22675
22681
  /**
22676
- * Triggered when an event is canceled
22682
+ * Triggered when event is canceled.
22677
22683
  */
22678
22684
  declare const onEventCanceled: ReturnType<typeof createEventModule$1<_publicOnEventCanceledType>>;
22679
22685
 
@@ -15629,8 +15629,6 @@ interface V3Event$1 {
15629
15629
  shortDescription?: string | null;
15630
15630
  /**
15631
15631
  * Detailed description of an event.
15632
- *
15633
- * To populate this field call the [Create Rich Content](https://dev.wix.com/docs/rest/business-solutions/events/rich-content/create-rich-content) method. For the full flow read the introduction.
15634
15632
  * **Note:** This field is returned only when the `TEXTS` fieldset is included in the request.
15635
15633
  */
15636
15634
  detailedDescription?: string | null;