@wix/auto_sdk_calendar_events 1.0.35 → 1.0.37

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.
@@ -664,7 +664,7 @@ interface ListEventsByContactIdRequest {
664
664
  * `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
665
665
  *
666
666
  * Events that start before the `fromLocalDate` but end after it are included in
667
- * the results. Must be earlier than `toLocalDate`.
667
+ * the results. Must be earlier than `toLocalDate` unless the sort order is descending.
668
668
  * @format LOCAL_DATE_TIME
669
669
  */
670
670
  fromLocalDate?: string | null;
@@ -675,7 +675,7 @@ interface ListEventsByContactIdRequest {
675
675
  * `2024-01-30T13:30:00`. Required if `cursorPaging` isn't provided.
676
676
  *
677
677
  * Events that start before `toLocalDate` but end after it are included in the
678
- * results. Must be later than `fromLocalDate`.
678
+ * results. Must be later than `fromLocalDate` unless the sort order is descending.
679
679
  * @format LOCAL_DATE_TIME
680
680
  */
681
681
  toLocalDate?: string | null;
@@ -778,7 +778,7 @@ interface ListEventsByMemberIdRequest {
778
778
  * `2024-01-30T13:30:00`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
779
779
  *
780
780
  * Events that start before the `fromLocalDate` but end after it are included in
781
- * the results. Must be earlier than `toLocalDate`.
781
+ * the results. Must be earlier than `toLocalDate` unless the sort order is descending.
782
782
  * @format LOCAL_DATE_TIME
783
783
  */
784
784
  fromLocalDate?: string | null;
@@ -789,7 +789,7 @@ interface ListEventsByMemberIdRequest {
789
789
  * `fromLocalDate`. Required if neither `cursorPaging` is provided nor a non-empty `eventIds` array.
790
790
  *
791
791
  * Events that start before `toLocalDate` but end after it are included in the
792
- * results. Must be later than `fromLocalDate`.
792
+ * results. Must be later than `fromLocalDate` unless the sort order is descending.
793
793
  * @format LOCAL_DATE_TIME
794
794
  */
795
795
  toLocalDate?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_calendar_events",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@wix/sdk-runtime": "^0.3.55",
33
- "@wix/sdk-types": "^1.13.28"
33
+ "@wix/sdk-types": "^1.13.35"
34
34
  },
35
35
  "devDependencies": {
36
36
  "tsup": "^8.4.0",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.calendar.v3.event"
51
51
  }
52
52
  },
53
- "falconPackageHash": "508cea8d349ec9276fd6a7d25cc4d86bcd15271908b7929d6cc07296"
53
+ "falconPackageHash": "9d31803b019fce9d719fcfe8c39af40288db75d9594b2d834a78e7e8"
54
54
  }