@wix/calendar 1.0.42 → 1.0.44

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.42",
3
+ "version": "1.0.44",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,8 +21,8 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/calendar_event-views": "1.0.12",
25
- "@wix/calendar_events": "1.0.25",
24
+ "@wix/calendar_event-views": "1.0.14",
25
+ "@wix/calendar_events": "1.0.26",
26
26
  "@wix/calendar_participations": "1.0.12",
27
27
  "@wix/calendar_schedule-time-frames": "1.0.19",
28
28
  "@wix/calendar_schedules": "1.0.23"
@@ -50,5 +50,5 @@
50
50
  "fqdn": ""
51
51
  }
52
52
  },
53
- "falconPackageHash": "820340638c135c9a955719c1c894c83bf35d6950716490f69acd0a11"
53
+ "falconPackageHash": "24860ff7bd4c28e451d181f1ba20376758891316c20ec7b5beed56f8"
54
54
  }
@@ -540,7 +540,11 @@ interface Event$1 {
540
540
  title?: string | null;
541
541
  /** Information about when the event starts. */
542
542
  start?: ZonedDate$2;
543
- /** Information about when the event ends. */
543
+ /**
544
+ * Information about when the event ends.
545
+ *
546
+ * Maximum allowed date: Year 2100, or up to 100 years from the event's start date (whichever comes first).
547
+ */
544
548
  end?: ZonedDate$2;
545
549
  /**
546
550
  * Information about when the event starts adjusted to the `timeZone` of the
@@ -2497,7 +2501,11 @@ interface UpdateEvent {
2497
2501
  title?: string | null;
2498
2502
  /** Information about when the event starts. */
2499
2503
  start?: ZonedDate$2;
2500
- /** Information about when the event ends. */
2504
+ /**
2505
+ * Information about when the event ends.
2506
+ *
2507
+ * Maximum allowed date: Year 2100, or up to 100 years from the event's start date (whichever comes first).
2508
+ */
2501
2509
  end?: ZonedDate$2;
2502
2510
  /**
2503
2511
  * Information about when the event starts adjusted to the `timeZone` of the
@@ -3358,7 +3366,11 @@ interface Event {
3358
3366
  title?: string | null;
3359
3367
  /** Information about when the event starts. */
3360
3368
  start?: ZonedDate$1;
3361
- /** Information about when the event ends. */
3369
+ /**
3370
+ * Information about when the event ends.
3371
+ *
3372
+ * Maximum allowed date: Year 2100, or up to 100 years from the event's start date (whichever comes first).
3373
+ */
3362
3374
  end?: ZonedDate$1;
3363
3375
  /**
3364
3376
  * Information about when the event starts adjusted to the `timeZone` of the
@@ -540,7 +540,11 @@ interface Event$1 {
540
540
  title?: string | null;
541
541
  /** Information about when the event starts. */
542
542
  start?: ZonedDate$2;
543
- /** Information about when the event ends. */
543
+ /**
544
+ * Information about when the event ends.
545
+ *
546
+ * Maximum allowed date: Year 2100, or up to 100 years from the event's start date (whichever comes first).
547
+ */
544
548
  end?: ZonedDate$2;
545
549
  /**
546
550
  * Information about when the event starts adjusted to the `timeZone` of the
@@ -2497,7 +2501,11 @@ interface UpdateEvent {
2497
2501
  title?: string | null;
2498
2502
  /** Information about when the event starts. */
2499
2503
  start?: ZonedDate$2;
2500
- /** Information about when the event ends. */
2504
+ /**
2505
+ * Information about when the event ends.
2506
+ *
2507
+ * Maximum allowed date: Year 2100, or up to 100 years from the event's start date (whichever comes first).
2508
+ */
2501
2509
  end?: ZonedDate$2;
2502
2510
  /**
2503
2511
  * Information about when the event starts adjusted to the `timeZone` of the
@@ -3358,7 +3366,11 @@ interface Event {
3358
3366
  title?: string | null;
3359
3367
  /** Information about when the event starts. */
3360
3368
  start?: ZonedDate$1;
3361
- /** Information about when the event ends. */
3369
+ /**
3370
+ * Information about when the event ends.
3371
+ *
3372
+ * Maximum allowed date: Year 2100, or up to 100 years from the event's start date (whichever comes first).
3373
+ */
3362
3374
  end?: ZonedDate$1;
3363
3375
  /**
3364
3376
  * Information about when the event starts adjusted to the `timeZone` of the
@@ -62,7 +62,11 @@ interface Event$1 {
62
62
  title?: string | null;
63
63
  /** Information about when the event starts. */
64
64
  start?: ZonedDate$3;
65
- /** Information about when the event ends. */
65
+ /**
66
+ * Information about when the event ends.
67
+ *
68
+ * Maximum allowed date: Year 2100, or up to 100 years from the event's start date (whichever comes first).
69
+ */
66
70
  end?: ZonedDate$3;
67
71
  /**
68
72
  * Information about when the event starts adjusted to the `timeZone` of the
@@ -1332,7 +1336,11 @@ interface Event {
1332
1336
  title?: string | null;
1333
1337
  /** Information about when the event starts. */
1334
1338
  start?: ZonedDate$2;
1335
- /** Information about when the event ends. */
1339
+ /**
1340
+ * Information about when the event ends.
1341
+ *
1342
+ * Maximum allowed date: Year 2100, or up to 100 years from the event's start date (whichever comes first).
1343
+ */
1336
1344
  end?: ZonedDate$2;
1337
1345
  /**
1338
1346
  * Information about when the event starts adjusted to the `timeZone` of the