@wix/auto_sdk_calendar_schedules 1.0.61 → 1.0.63

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.
@@ -95,18 +95,18 @@ declare const cancelSchedule: MaybeContext<BuildRESTFunction<typeof cancelSchedu
95
95
  /**
96
96
  * Triggered when a schedule is canceled.
97
97
  */
98
- declare const onScheduleCancelled: BuildEventDefinition<typeof onScheduleCancelled$1>;
98
+ declare const onScheduleCancelled: BuildEventDefinition<typeof onScheduleCancelled$1> & typeof onScheduleCancelled$1;
99
99
  /**
100
100
  * Triggered when a schedule is cloned.
101
101
  */
102
- declare const onScheduleCloned: BuildEventDefinition<typeof onScheduleCloned$1>;
102
+ declare const onScheduleCloned: BuildEventDefinition<typeof onScheduleCloned$1> & typeof onScheduleCloned$1;
103
103
  /**
104
104
  * Triggered when a schedule is created.
105
105
  */
106
- declare const onScheduleCreated: BuildEventDefinition<typeof onScheduleCreated$1>;
106
+ declare const onScheduleCreated: BuildEventDefinition<typeof onScheduleCreated$1> & typeof onScheduleCreated$1;
107
107
  /**
108
108
  * Triggered when a schedule is updated.
109
109
  */
110
- declare const onScheduleUpdated: BuildEventDefinition<typeof onScheduleUpdated$1>;
110
+ declare const onScheduleUpdated: BuildEventDefinition<typeof onScheduleUpdated$1> & typeof onScheduleUpdated$1;
111
111
 
112
112
  export { CancelScheduleApplicationErrors, CancelScheduleOptions, CancelScheduleResponse, CreateScheduleOptions, GetScheduleOptions, QuerySchedulesOptions, Schedule, ScheduleCancelledEnvelope, ScheduleClonedEnvelope, ScheduleCreatedEnvelope, ScheduleUpdatedEnvelope, SchedulesQueryBuilder, UpdateSchedule, UpdateScheduleApplicationErrors, UpdateScheduleOptions, cancelSchedule, createSchedule, getSchedule, onScheduleCancelled, onScheduleCloned, onScheduleCreated, onScheduleUpdated, querySchedules, updateSchedule };
@@ -353,6 +353,8 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
353
353
  Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
354
354
  Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
355
355
  Namespace2["MIMIR"] = "MIMIR";
356
+ Namespace2["TWINS"] = "TWINS";
357
+ Namespace2["NANO"] = "NANO";
356
358
  return Namespace2;
357
359
  })(Namespace || {});
358
360
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
@@ -669,7 +671,9 @@ var querySchedules4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)
669
671
  var createSchedule4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(createSchedule3);
670
672
  var updateSchedule4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(updateSchedule3);
671
673
  var cancelSchedule4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(cancelSchedule3);
672
- var onScheduleCancelled2 = (0, import_event_definition_modules.createEventModule)(onScheduleCancelled);
674
+ var onScheduleCancelled2 = (0, import_event_definition_modules.createEventModule)(
675
+ onScheduleCancelled
676
+ );
673
677
  var onScheduleCloned2 = (0, import_event_definition_modules.createEventModule)(onScheduleCloned);
674
678
  var onScheduleCreated2 = (0, import_event_definition_modules.createEventModule)(onScheduleCreated);
675
679
  var onScheduleUpdated2 = (0, import_event_definition_modules.createEventModule)(onScheduleUpdated);