@wix/calendar 1.0.45 → 1.0.46

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.45",
3
+ "version": "1.0.46",
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.14",
25
- "@wix/calendar_events": "1.0.27",
24
+ "@wix/calendar_event-views": "1.0.15",
25
+ "@wix/calendar_events": "1.0.28",
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": "96a7a5a6104651b8a532a2d5090be0e5d6c4810f1cd17682e4e15e6c"
53
+ "falconPackageHash": "36dbbaaa3f596d03fcfd2dc4ee63922cad12babf905276250ccd1b5d"
54
54
  }
@@ -3263,7 +3263,7 @@ interface EventsViewProjectionUpdated extends EventsViewProjectionUpdatedTypeOne
3263
3263
  eventRemoved?: EventRemoved;
3264
3264
  /**
3265
3265
  * ID of the app that owns the event. Identical to `appId` of the
3266
- * [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object)
3266
+ * [schedule](https://dev.wix.com/docs/sdk/backend-modules/calendar/schedules/introduction)
3267
3267
  * to which the event belongs.
3268
3268
  */
3269
3269
  appId?: string | null;
@@ -3487,7 +3487,7 @@ interface Event {
3487
3487
  inheritedFields?: Field[];
3488
3488
  /**
3489
3489
  * ID of the app that owns the event. Identical to `appId` of the
3490
- * [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object)
3490
+ * [schedule](https://dev.wix.com/docs/sdk/backend-modules/calendar/schedules/introduction)
3491
3491
  * to which the event belongs.
3492
3492
  * @readonly
3493
3493
  */
@@ -3750,7 +3750,7 @@ interface Participant$1 {
3750
3750
  email?: string | null;
3751
3751
  /**
3752
3752
  * [Contact](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/contacts/contact-v4/contact-object)
3753
- * ID of the parcipant.
3753
+ * ID of the participant.
3754
3754
  */
3755
3755
  contactId?: string | null;
3756
3756
  }
@@ -4060,11 +4060,8 @@ interface EventsViewExtendedEnvelope {
4060
4060
  declare function getEventsView$1(httpClient: HttpClient): GetEventsViewSignature;
4061
4061
  interface GetEventsViewSignature {
4062
4062
  /**
4063
- * Retrieves the current event view.
4064
- *
4065
- *
4066
4063
  * Doesn’t return details about events within the view. You can use
4067
- * [Query Events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/query-events),
4064
+ * [queryEvents()](https://dev.wix.com/docs/sdk/backend-modules/calendar/events/query-events),
4068
4065
  * providing `eventsView.endDate` as `toLocalDate` to retrieve the
4069
4066
  * events.
4070
4067
  */
@@ -3263,7 +3263,7 @@ interface EventsViewProjectionUpdated extends EventsViewProjectionUpdatedTypeOne
3263
3263
  eventRemoved?: EventRemoved;
3264
3264
  /**
3265
3265
  * ID of the app that owns the event. Identical to `appId` of the
3266
- * [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object)
3266
+ * [schedule](https://dev.wix.com/docs/sdk/backend-modules/calendar/schedules/introduction)
3267
3267
  * to which the event belongs.
3268
3268
  */
3269
3269
  appId?: string | null;
@@ -3487,7 +3487,7 @@ interface Event {
3487
3487
  inheritedFields?: Field[];
3488
3488
  /**
3489
3489
  * ID of the app that owns the event. Identical to `appId` of the
3490
- * [schedule](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object)
3490
+ * [schedule](https://dev.wix.com/docs/sdk/backend-modules/calendar/schedules/introduction)
3491
3491
  * to which the event belongs.
3492
3492
  * @readonly
3493
3493
  */
@@ -3750,7 +3750,7 @@ interface Participant$1 {
3750
3750
  email?: string | null;
3751
3751
  /**
3752
3752
  * [Contact](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/contacts/contact-v4/contact-object)
3753
- * ID of the parcipant.
3753
+ * ID of the participant.
3754
3754
  */
3755
3755
  contactId?: string | null;
3756
3756
  }
@@ -4060,11 +4060,8 @@ interface EventsViewExtendedEnvelope {
4060
4060
  declare function getEventsView$1(httpClient: HttpClient): GetEventsViewSignature;
4061
4061
  interface GetEventsViewSignature {
4062
4062
  /**
4063
- * Retrieves the current event view.
4064
- *
4065
- *
4066
4063
  * Doesn’t return details about events within the view. You can use
4067
- * [Query Events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/query-events),
4064
+ * [queryEvents()](https://dev.wix.com/docs/sdk/backend-modules/calendar/events/query-events),
4068
4065
  * providing `eventsView.endDate` as `toLocalDate` to retrieve the
4069
4066
  * events.
4070
4067
  */
@@ -452,7 +452,7 @@ interface Participant$3 {
452
452
  email?: string | null;
453
453
  /**
454
454
  * [Contact](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/contacts/contact-v4/contact-object)
455
- * ID of the parcipant.
455
+ * ID of the participant.
456
456
  */
457
457
  contactId?: string | null;
458
458
  }