@wix/calendar 1.0.38 → 1.0.39

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.38",
3
+ "version": "1.0.39",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "@wix/calendar_event-views": "1.0.10",
22
22
  "@wix/calendar_events": "1.0.22",
23
23
  "@wix/calendar_participations": "1.0.11",
24
- "@wix/calendar_schedule-time-frames": "1.0.17",
24
+ "@wix/calendar_schedule-time-frames": "1.0.18",
25
25
  "@wix/calendar_schedules": "1.0.21"
26
26
  },
27
27
  "devDependencies": {
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "8529974f02c31fad9616b77c16349904b04d2b4dfe5b830193c0e999"
50
+ "falconPackageHash": "411f1af70ece0fba31b59faf7cb834fc5b929d726d798e70970c69bd"
51
51
  }
@@ -6451,7 +6451,7 @@ interface ScheduleTimeFrame {
6451
6451
  /**
6452
6452
  * End date of the last [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
6453
6453
  * belonging to the schedule. Identical to `event.end.localDate`. Available only if
6454
- * `status` is set to `FINITE` or `INFINITE`.
6454
+ * `status` is set to `FINITE`.
6455
6455
  * @readonly
6456
6456
  */
6457
6457
  lastEventEndDate?: ZonedDate;
@@ -6451,7 +6451,7 @@ interface ScheduleTimeFrame {
6451
6451
  /**
6452
6452
  * End date of the last [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
6453
6453
  * belonging to the schedule. Identical to `event.end.localDate`. Available only if
6454
- * `status` is set to `FINITE` or `INFINITE`.
6454
+ * `status` is set to `FINITE`.
6455
6455
  * @readonly
6456
6456
  */
6457
6457
  lastEventEndDate?: ZonedDate;
@@ -4133,7 +4133,7 @@ interface ScheduleTimeFrame$1 {
4133
4133
  /**
4134
4134
  * End date of the last [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
4135
4135
  * belonging to the schedule. Identical to `event.end.localDate`. Available only if
4136
- * `status` is set to `FINITE` or `INFINITE`.
4136
+ * `status` is set to `FINITE`.
4137
4137
  * @readonly
4138
4138
  */
4139
4139
  lastEventEndDate?: ZonedDate$1;
@@ -4272,7 +4272,7 @@ interface ScheduleTimeFrame {
4272
4272
  /**
4273
4273
  * End date of the last [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/event-object)
4274
4274
  * belonging to the schedule. Identical to `event.end.localDate`. Available only if
4275
- * `status` is set to `FINITE` or `INFINITE`.
4275
+ * `status` is set to `FINITE`.
4276
4276
  * @readonly
4277
4277
  */
4278
4278
  lastEventEndDate?: ZonedDate;