@wix/calendar 1.0.48 → 1.0.49

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.48",
3
+ "version": "1.0.49",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/calendar_event-views": "1.0.16",
24
+ "@wix/calendar_event-views": "1.0.17",
25
25
  "@wix/calendar_events": "1.0.30",
26
26
  "@wix/calendar_participations": "1.0.12",
27
27
  "@wix/calendar_schedule-time-frames": "1.0.20",
@@ -50,5 +50,5 @@
50
50
  "fqdn": ""
51
51
  }
52
52
  },
53
- "falconPackageHash": "170bf682cee861a1454e5e166c5aa58a7221af02c180b518cd6e0dd9"
53
+ "falconPackageHash": "8c113463f681ed7c409829d829cf66a61e03513d747ce42996678fe4"
54
54
  }
@@ -4066,14 +4066,14 @@ interface EventMetadata$3 extends BaseEventMetadata$3 {
4066
4066
  */
4067
4067
  entityEventSequence?: string | null;
4068
4068
  }
4069
- interface EventsViewProjectionUpdatedEnvelope {
4070
- data: EventsViewProjectionUpdated;
4071
- metadata: EventMetadata$3;
4072
- }
4073
4069
  interface EventsViewExtendedEnvelope {
4074
4070
  data: EventsViewExtended;
4075
4071
  metadata: EventMetadata$3;
4076
4072
  }
4073
+ interface EventsViewProjectionUpdatedEnvelope {
4074
+ data: EventsViewProjectionUpdated;
4075
+ metadata: EventMetadata$3;
4076
+ }
4077
4077
 
4078
4078
  declare function getEventsView$1(httpClient: HttpClient): GetEventsViewSignature;
4079
4079
  interface GetEventsViewSignature {
@@ -4085,25 +4085,13 @@ interface GetEventsViewSignature {
4085
4085
  */
4086
4086
  (): Promise<GetEventsViewResponse>;
4087
4087
  }
4088
- declare const onEventsViewProjectionUpdated$1: EventDefinition<EventsViewProjectionUpdatedEnvelope, "wix.calendar.v3.events_view_projection_updated">;
4089
4088
  declare const onEventsViewExtended$1: EventDefinition<EventsViewExtendedEnvelope, "wix.calendar.v3.events_view_extended">;
4089
+ declare const onEventsViewProjectionUpdated$1: EventDefinition<EventsViewProjectionUpdatedEnvelope, "wix.calendar.v3.events_view_projection_updated">;
4090
4090
 
4091
4091
  declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
4092
4092
 
4093
4093
  declare const getEventsView: MaybeContext<BuildRESTFunction<typeof getEventsView$1> & typeof getEventsView$1>;
4094
4094
 
4095
- type _publicOnEventsViewProjectionUpdatedType = typeof onEventsViewProjectionUpdated$1;
4096
- /**
4097
- * Triggered when an [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction)
4098
- * is added to, removed from, or updated within the current event view. This includes cases when:
4099
- * + A new event is created within the view.
4100
- * + An existing event within the view is updated, including when it's rescheduled to start outside the view.
4101
- * + An event within the view is deleted.
4102
- * + An event previously outside the view is rescheduled to fall within it.
4103
- * + The view is extended, bringing an existing event into scope.
4104
- */
4105
- declare const onEventsViewProjectionUpdated: ReturnType<typeof createEventModule$3<_publicOnEventsViewProjectionUpdatedType>>;
4106
-
4107
4095
  type _publicOnEventsViewExtendedType = typeof onEventsViewExtended$1;
4108
4096
  /**
4109
4097
  * Triggered when the current event view is extended.
@@ -4118,6 +4106,18 @@ type _publicOnEventsViewExtendedType = typeof onEventsViewExtended$1;
4118
4106
  */
4119
4107
  declare const onEventsViewExtended: ReturnType<typeof createEventModule$3<_publicOnEventsViewExtendedType>>;
4120
4108
 
4109
+ type _publicOnEventsViewProjectionUpdatedType = typeof onEventsViewProjectionUpdated$1;
4110
+ /**
4111
+ * Triggered when an [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction)
4112
+ * is added to, removed from, or updated within the current event view. This includes cases when:
4113
+ * + A new event is created within the view.
4114
+ * + An existing event within the view is updated, including when it's rescheduled to start outside the view.
4115
+ * + An event within the view is deleted.
4116
+ * + An event previously outside the view is rescheduled to fall within it.
4117
+ * + The view is extended, bringing an existing event into scope.
4118
+ */
4119
+ declare const onEventsViewProjectionUpdated: ReturnType<typeof createEventModule$3<_publicOnEventsViewProjectionUpdatedType>>;
4120
+
4121
4121
  type context$3_Day = Day;
4122
4122
  declare const context$3_Day: typeof Day;
4123
4123
  type context$3_Event = Event;
@@ -4066,14 +4066,14 @@ interface EventMetadata$3 extends BaseEventMetadata$3 {
4066
4066
  */
4067
4067
  entityEventSequence?: string | null;
4068
4068
  }
4069
- interface EventsViewProjectionUpdatedEnvelope {
4070
- data: EventsViewProjectionUpdated;
4071
- metadata: EventMetadata$3;
4072
- }
4073
4069
  interface EventsViewExtendedEnvelope {
4074
4070
  data: EventsViewExtended;
4075
4071
  metadata: EventMetadata$3;
4076
4072
  }
4073
+ interface EventsViewProjectionUpdatedEnvelope {
4074
+ data: EventsViewProjectionUpdated;
4075
+ metadata: EventMetadata$3;
4076
+ }
4077
4077
 
4078
4078
  declare function getEventsView$1(httpClient: HttpClient): GetEventsViewSignature;
4079
4079
  interface GetEventsViewSignature {
@@ -4085,25 +4085,13 @@ interface GetEventsViewSignature {
4085
4085
  */
4086
4086
  (): Promise<GetEventsViewResponse>;
4087
4087
  }
4088
- declare const onEventsViewProjectionUpdated$1: EventDefinition<EventsViewProjectionUpdatedEnvelope, "wix.calendar.v3.events_view_projection_updated">;
4089
4088
  declare const onEventsViewExtended$1: EventDefinition<EventsViewExtendedEnvelope, "wix.calendar.v3.events_view_extended">;
4089
+ declare const onEventsViewProjectionUpdated$1: EventDefinition<EventsViewProjectionUpdatedEnvelope, "wix.calendar.v3.events_view_projection_updated">;
4090
4090
 
4091
4091
  declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
4092
4092
 
4093
4093
  declare const getEventsView: MaybeContext<BuildRESTFunction<typeof getEventsView$1> & typeof getEventsView$1>;
4094
4094
 
4095
- type _publicOnEventsViewProjectionUpdatedType = typeof onEventsViewProjectionUpdated$1;
4096
- /**
4097
- * Triggered when an [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction)
4098
- * is added to, removed from, or updated within the current event view. This includes cases when:
4099
- * + A new event is created within the view.
4100
- * + An existing event within the view is updated, including when it's rescheduled to start outside the view.
4101
- * + An event within the view is deleted.
4102
- * + An event previously outside the view is rescheduled to fall within it.
4103
- * + The view is extended, bringing an existing event into scope.
4104
- */
4105
- declare const onEventsViewProjectionUpdated: ReturnType<typeof createEventModule$3<_publicOnEventsViewProjectionUpdatedType>>;
4106
-
4107
4095
  type _publicOnEventsViewExtendedType = typeof onEventsViewExtended$1;
4108
4096
  /**
4109
4097
  * Triggered when the current event view is extended.
@@ -4118,6 +4106,18 @@ type _publicOnEventsViewExtendedType = typeof onEventsViewExtended$1;
4118
4106
  */
4119
4107
  declare const onEventsViewExtended: ReturnType<typeof createEventModule$3<_publicOnEventsViewExtendedType>>;
4120
4108
 
4109
+ type _publicOnEventsViewProjectionUpdatedType = typeof onEventsViewProjectionUpdated$1;
4110
+ /**
4111
+ * Triggered when an [event](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction)
4112
+ * is added to, removed from, or updated within the current event view. This includes cases when:
4113
+ * + A new event is created within the view.
4114
+ * + An existing event within the view is updated, including when it's rescheduled to start outside the view.
4115
+ * + An event within the view is deleted.
4116
+ * + An event previously outside the view is rescheduled to fall within it.
4117
+ * + The view is extended, bringing an existing event into scope.
4118
+ */
4119
+ declare const onEventsViewProjectionUpdated: ReturnType<typeof createEventModule$3<_publicOnEventsViewProjectionUpdatedType>>;
4120
+
4121
4121
  type index_d$3_Day = Day;
4122
4122
  declare const index_d$3_Day: typeof Day;
4123
4123
  type index_d$3_Event = Event;