@wix/calendar 1.0.30 → 1.0.31

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/calendar",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@wix/calendar_event-views": "1.0.5",
22
22
  "@wix/calendar_events": "1.0.17",
23
- "@wix/calendar_participations": "1.0.7",
23
+ "@wix/calendar_participations": "1.0.8",
24
24
  "@wix/calendar_schedule-time-frames": "1.0.13",
25
25
  "@wix/calendar_schedules": "1.0.18"
26
26
  },
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "ac76a7955f99ae519136b3df615a562d027153f75aa02648e107370c"
50
+ "falconPackageHash": "be8cc5bcf15bdccdd42fcd845d81ca82502616511e11b5e531eca3a7"
51
51
  }
@@ -3829,7 +3829,7 @@ declare namespace context$3 {
3829
3829
  * an [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
3830
3830
  * or [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
3831
3831
  * It includes details about the participant, whether the participation status is confirmed or
3832
- * pending, which app owns the relevant event or shcedule, and allows for custom data extensions.
3832
+ * pending, which app owns the relevant event or schedule, and allows for custom data extensions.
3833
3833
  */
3834
3834
  interface Participation extends ParticipationParticipatedItemOneOf {
3835
3835
  /**
@@ -3829,7 +3829,7 @@ declare namespace index_d$3 {
3829
3829
  * an [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
3830
3830
  * or [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
3831
3831
  * It includes details about the participant, whether the participation status is confirmed or
3832
- * pending, which app owns the relevant event or shcedule, and allows for custom data extensions.
3832
+ * pending, which app owns the relevant event or schedule, and allows for custom data extensions.
3833
3833
  */
3834
3834
  interface Participation extends ParticipationParticipatedItemOneOf {
3835
3835
  /**
@@ -2411,7 +2411,7 @@ declare namespace meta$3 {
2411
2411
  * an [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
2412
2412
  * or [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
2413
2413
  * It includes details about the participant, whether the participation status is confirmed or
2414
- * pending, which app owns the relevant event or shcedule, and allows for custom data extensions.
2414
+ * pending, which app owns the relevant event or schedule, and allows for custom data extensions.
2415
2415
  */
2416
2416
  interface Participation$1 extends ParticipationParticipatedItemOneOf$1 {
2417
2417
  /**
@@ -2635,7 +2635,7 @@ interface UpdateParticipationResponseNonNullableFields$1 {
2635
2635
  * an [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
2636
2636
  * or [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object).
2637
2637
  * It includes details about the participant, whether the participation status is confirmed or
2638
- * pending, which app owns the relevant event or shcedule, and allows for custom data extensions.
2638
+ * pending, which app owns the relevant event or schedule, and allows for custom data extensions.
2639
2639
  */
2640
2640
  interface Participation extends ParticipationParticipatedItemOneOf {
2641
2641
  /**