@wix/events 1.0.272 → 1.0.274

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.272",
3
+ "version": "1.0.274",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -24,14 +24,14 @@
24
24
  "@wix/events_notifications": "1.0.29",
25
25
  "@wix/events_orders": "1.0.42",
26
26
  "@wix/events_policies": "1.0.40",
27
- "@wix/events_ricos": "1.0.3",
27
+ "@wix/events_ricos": "1.0.4",
28
28
  "@wix/events_rsvp": "1.0.40",
29
29
  "@wix/events_rsvp-v-2": "1.0.2",
30
30
  "@wix/events_schedule": "1.0.35",
31
31
  "@wix/events_schedule-bookmarks": "1.0.31",
32
32
  "@wix/events_staff-members": "1.0.12",
33
33
  "@wix/events_ticket-definitions": "1.0.45",
34
- "@wix/events_ticket-definitions-v-2": "1.0.53",
34
+ "@wix/events_ticket-definitions-v-2": "1.0.54",
35
35
  "@wix/events_tickets": "1.0.39",
36
36
  "@wix/events_wix-events-v-2": "1.0.52"
37
37
  },
@@ -58,5 +58,5 @@
58
58
  "fqdn": ""
59
59
  }
60
60
  },
61
- "falconPackageHash": "7250bee42223eda8443300de27be92b9c89caa9b0c7bff0ef28a3f5a"
61
+ "falconPackageHash": "54284ef02fb109273986d4eedd355b6241cf6e080129303747464832"
62
62
  }
@@ -10424,7 +10424,10 @@ interface RichContent {
10424
10424
  fieldName?: string | null;
10425
10425
  /**
10426
10426
  * Rich content of the associated entity.
10427
- * In order to use this field you have to integrate with "Ricos" on frontend side. To learn how to do it visit https://ricos.js.org/.
10427
+ *
10428
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="video.spoiler.linkPreview.link.lineSpacing.indent.image.html.heading.hashtag.giphy.gallery.file.emoji.divider.collapsibleList.codeBlock.audio.ai" exampleid="6ff78d07-c535-4602-b50d-6f06055f4148">
10429
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
10430
+ * </widget>
10428
10431
  */
10429
10432
  content?: V1RichContent;
10430
10433
  /** Data Extensions */
@@ -12449,7 +12452,10 @@ interface UpdateRichContent {
12449
12452
  fieldName?: string | null;
12450
12453
  /**
12451
12454
  * Rich content of the associated entity.
12452
- * In order to use this field you have to integrate with "Ricos" on frontend side. To learn how to do it visit https://ricos.js.org/.
12455
+ *
12456
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="video.spoiler.linkPreview.link.lineSpacing.indent.image.html.heading.hashtag.giphy.gallery.file.emoji.divider.collapsibleList.codeBlock.audio.ai" exampleid="6ff78d07-c535-4602-b50d-6f06055f4148">
12457
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
12458
+ * </widget>
12453
12459
  */
12454
12460
  content?: V1RichContent;
12455
12461
  /** Data Extensions */
@@ -22636,7 +22642,7 @@ interface TicketDefinition {
22636
22642
  * @readonly
22637
22643
  */
22638
22644
  limitPerCheckout?: number | null;
22639
- /** Data extensions */
22645
+ /** Data extensions. */
22640
22646
  extendedFields?: ExtendedFields;
22641
22647
  }
22642
22648
  interface SalePeriod {
@@ -24799,7 +24805,7 @@ interface UpdateTicketDefinition {
24799
24805
  * @readonly
24800
24806
  */
24801
24807
  limitPerCheckout?: number | null;
24802
- /** Data extensions */
24808
+ /** Data extensions. */
24803
24809
  extendedFields?: ExtendedFields;
24804
24810
  }
24805
24811
  interface UpdateTicketDefinitionOptions {
@@ -25082,19 +25088,19 @@ declare const onTicketDefinitionDeleted: ReturnType<typeof createEventModule<_pu
25082
25088
 
25083
25089
  type _publicOnTicketDefinitionSalePeriodUpdatedType = typeof onTicketDefinitionSalePeriodUpdated$1;
25084
25090
  /**
25085
- * Triggered when sale period is updated.
25091
+ * Triggered when a sale period is updated.
25086
25092
  */
25087
25093
  declare const onTicketDefinitionSalePeriodUpdated: ReturnType<typeof createEventModule<_publicOnTicketDefinitionSalePeriodUpdatedType>>;
25088
25094
 
25089
25095
  type _publicOnTicketDefinitionSaleStartedType = typeof onTicketDefinitionSaleStarted$1;
25090
25096
  /**
25091
- * Triggered when ticket definition sales starts. Sales details are not included.
25097
+ * Triggered when a ticket sale starts. Sales details are not included in the payload.
25092
25098
  */
25093
25099
  declare const onTicketDefinitionSaleStarted: ReturnType<typeof createEventModule<_publicOnTicketDefinitionSaleStartedType>>;
25094
25100
 
25095
25101
  type _publicOnTicketDefinitionSaleEndedType = typeof onTicketDefinitionSaleEnded$1;
25096
25102
  /**
25097
- * Triggered when ticket definition sales ends. Sales details are not included.
25103
+ * Triggered when a ticket sale ends. Sales details are not included in the payload.
25098
25104
  */
25099
25105
  declare const onTicketDefinitionSaleEnded: ReturnType<typeof createEventModule<_publicOnTicketDefinitionSaleEndedType>>;
25100
25106
 
@@ -10424,7 +10424,10 @@ interface RichContent {
10424
10424
  fieldName?: string | null;
10425
10425
  /**
10426
10426
  * Rich content of the associated entity.
10427
- * In order to use this field you have to integrate with "Ricos" on frontend side. To learn how to do it visit https://ricos.js.org/.
10427
+ *
10428
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="video.spoiler.linkPreview.link.lineSpacing.indent.image.html.heading.hashtag.giphy.gallery.file.emoji.divider.collapsibleList.codeBlock.audio.ai" exampleid="6ff78d07-c535-4602-b50d-6f06055f4148">
10429
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
10430
+ * </widget>
10428
10431
  */
10429
10432
  content?: V1RichContent;
10430
10433
  /** Data Extensions */
@@ -12449,7 +12452,10 @@ interface UpdateRichContent {
12449
12452
  fieldName?: string | null;
12450
12453
  /**
12451
12454
  * Rich content of the associated entity.
12452
- * In order to use this field you have to integrate with "Ricos" on frontend side. To learn how to do it visit https://ricos.js.org/.
12455
+ *
12456
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="video.spoiler.linkPreview.link.lineSpacing.indent.image.html.heading.hashtag.giphy.gallery.file.emoji.divider.collapsibleList.codeBlock.audio.ai" exampleid="6ff78d07-c535-4602-b50d-6f06055f4148">
12457
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
12458
+ * </widget>
12453
12459
  */
12454
12460
  content?: V1RichContent;
12455
12461
  /** Data Extensions */
@@ -22636,7 +22642,7 @@ interface TicketDefinition {
22636
22642
  * @readonly
22637
22643
  */
22638
22644
  limitPerCheckout?: number | null;
22639
- /** Data extensions */
22645
+ /** Data extensions. */
22640
22646
  extendedFields?: ExtendedFields;
22641
22647
  }
22642
22648
  interface SalePeriod {
@@ -24799,7 +24805,7 @@ interface UpdateTicketDefinition {
24799
24805
  * @readonly
24800
24806
  */
24801
24807
  limitPerCheckout?: number | null;
24802
- /** Data extensions */
24808
+ /** Data extensions. */
24803
24809
  extendedFields?: ExtendedFields;
24804
24810
  }
24805
24811
  interface UpdateTicketDefinitionOptions {
@@ -25082,19 +25088,19 @@ declare const onTicketDefinitionDeleted: ReturnType<typeof createEventModule<_pu
25082
25088
 
25083
25089
  type _publicOnTicketDefinitionSalePeriodUpdatedType = typeof onTicketDefinitionSalePeriodUpdated$1;
25084
25090
  /**
25085
- * Triggered when sale period is updated.
25091
+ * Triggered when a sale period is updated.
25086
25092
  */
25087
25093
  declare const onTicketDefinitionSalePeriodUpdated: ReturnType<typeof createEventModule<_publicOnTicketDefinitionSalePeriodUpdatedType>>;
25088
25094
 
25089
25095
  type _publicOnTicketDefinitionSaleStartedType = typeof onTicketDefinitionSaleStarted$1;
25090
25096
  /**
25091
- * Triggered when ticket definition sales starts. Sales details are not included.
25097
+ * Triggered when a ticket sale starts. Sales details are not included in the payload.
25092
25098
  */
25093
25099
  declare const onTicketDefinitionSaleStarted: ReturnType<typeof createEventModule<_publicOnTicketDefinitionSaleStartedType>>;
25094
25100
 
25095
25101
  type _publicOnTicketDefinitionSaleEndedType = typeof onTicketDefinitionSaleEnded$1;
25096
25102
  /**
25097
- * Triggered when ticket definition sales ends. Sales details are not included.
25103
+ * Triggered when a ticket sale ends. Sales details are not included in the payload.
25098
25104
  */
25099
25105
  declare const onTicketDefinitionSaleEnded: ReturnType<typeof createEventModule<_publicOnTicketDefinitionSaleEndedType>>;
25100
25106
 
@@ -7005,7 +7005,10 @@ interface RichContent$1 {
7005
7005
  fieldName?: string | null;
7006
7006
  /**
7007
7007
  * Rich content of the associated entity.
7008
- * In order to use this field you have to integrate with "Ricos" on frontend side. To learn how to do it visit https://ricos.js.org/.
7008
+ *
7009
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="video.spoiler.linkPreview.link.lineSpacing.indent.image.html.heading.hashtag.giphy.gallery.file.emoji.divider.collapsibleList.codeBlock.audio.ai" exampleid="6ff78d07-c535-4602-b50d-6f06055f4148">
7010
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
7011
+ * </widget>
7009
7012
  */
7010
7013
  content?: V1RichContent$1;
7011
7014
  /** Data Extensions */
@@ -8633,7 +8636,10 @@ interface RichContent {
8633
8636
  fieldName?: string | null;
8634
8637
  /**
8635
8638
  * Rich content of the associated entity.
8636
- * In order to use this field you have to integrate with "Ricos" on frontend side. To learn how to do it visit https://ricos.js.org/.
8639
+ *
8640
+ * <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="video.spoiler.linkPreview.link.lineSpacing.indent.image.html.heading.hashtag.giphy.gallery.file.emoji.divider.collapsibleList.codeBlock.audio.ai" exampleid="6ff78d07-c535-4602-b50d-6f06055f4148">
8641
+ * <a href="https://dev.wix.com/docs/ricos/api-reference/ricos-document">See Ricos document reference</a>
8642
+ * </widget>
8637
8643
  */
8638
8644
  content?: V1RichContent;
8639
8645
  /** Data Extensions */
@@ -18420,7 +18426,7 @@ interface TicketDefinition$1 {
18420
18426
  * @readonly
18421
18427
  */
18422
18428
  limitPerCheckout?: number | null;
18423
- /** Data extensions */
18429
+ /** Data extensions. */
18424
18430
  extendedFields?: ExtendedFields$1;
18425
18431
  }
18426
18432
  interface SalePeriod$1 {
@@ -18858,7 +18864,7 @@ interface TicketDefinition {
18858
18864
  * @readonly
18859
18865
  */
18860
18866
  limitPerCheckout?: number | null;
18861
- /** Data extensions */
18867
+ /** Data extensions. */
18862
18868
  extendedFields?: ExtendedFields;
18863
18869
  }
18864
18870
  interface SalePeriod {