@wix/auto_sdk_bookings_service-options-and-variants 1.0.41 → 1.0.42

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.
@@ -174,10 +174,10 @@ declare const updateServiceOptionsAndVariants: MaybeContext<BuildRESTFunction<ty
174
174
  declare const deleteServiceOptionsAndVariants: MaybeContext<BuildRESTFunction<typeof deleteServiceOptionsAndVariants$1> & typeof deleteServiceOptionsAndVariants$1>;
175
175
  declare const queryServiceOptionsAndVariants: MaybeContext<BuildRESTFunction<typeof queryServiceOptionsAndVariants$1> & typeof queryServiceOptionsAndVariants$1>;
176
176
  /** */
177
- declare const onServiceOptionsAndVariantsCreated: BuildEventDefinition<typeof onServiceOptionsAndVariantsCreated$1>;
177
+ declare const onServiceOptionsAndVariantsCreated: BuildEventDefinition<typeof onServiceOptionsAndVariantsCreated$1> & typeof onServiceOptionsAndVariantsCreated$1;
178
178
  /** */
179
- declare const onServiceOptionsAndVariantsDeleted: BuildEventDefinition<typeof onServiceOptionsAndVariantsDeleted$1>;
179
+ declare const onServiceOptionsAndVariantsDeleted: BuildEventDefinition<typeof onServiceOptionsAndVariantsDeleted$1> & typeof onServiceOptionsAndVariantsDeleted$1;
180
180
  /** */
181
- declare const onServiceOptionsAndVariantsUpdated: BuildEventDefinition<typeof onServiceOptionsAndVariantsUpdated$1>;
181
+ declare const onServiceOptionsAndVariantsUpdated: BuildEventDefinition<typeof onServiceOptionsAndVariantsUpdated$1> & typeof onServiceOptionsAndVariantsUpdated$1;
182
182
 
183
183
  export { CloneServiceOptionsAndVariantsResponse, CreateServiceOptionsAndVariantsApplicationErrors, DeleteServiceOptionsAndVariantsOptions, GetServiceOptionsAndVariantsByServiceIdResponse, ServiceOptionsAndVariants, ServiceOptionsAndVariantsCreatedEnvelope, ServiceOptionsAndVariantsDeletedEnvelope, ServiceOptionsAndVariantsListQueryBuilder, ServiceOptionsAndVariantsUpdatedEnvelope, UpdateServiceOptionsAndVariants, UpdateServiceOptionsAndVariantsApplicationErrors, cloneServiceOptionsAndVariants, createServiceOptionsAndVariants, deleteServiceOptionsAndVariants, getServiceOptionsAndVariants, getServiceOptionsAndVariantsByServiceId, onServiceOptionsAndVariantsCreated, onServiceOptionsAndVariantsDeleted, onServiceOptionsAndVariantsUpdated, queryServiceOptionsAndVariants, updateServiceOptionsAndVariants };
@@ -662,9 +662,15 @@ var getServiceOptionsAndVariantsByServiceId4 = /* @__PURE__ */ (0, import_rest_m
662
662
  var updateServiceOptionsAndVariants4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(updateServiceOptionsAndVariants3);
663
663
  var deleteServiceOptionsAndVariants4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(deleteServiceOptionsAndVariants3);
664
664
  var queryServiceOptionsAndVariants4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(queryServiceOptionsAndVariants3);
665
- var onServiceOptionsAndVariantsCreated2 = (0, import_event_definition_modules.createEventModule)(onServiceOptionsAndVariantsCreated);
666
- var onServiceOptionsAndVariantsDeleted2 = (0, import_event_definition_modules.createEventModule)(onServiceOptionsAndVariantsDeleted);
667
- var onServiceOptionsAndVariantsUpdated2 = (0, import_event_definition_modules.createEventModule)(onServiceOptionsAndVariantsUpdated);
665
+ var onServiceOptionsAndVariantsCreated2 = (0, import_event_definition_modules.createEventModule)(
666
+ onServiceOptionsAndVariantsCreated
667
+ );
668
+ var onServiceOptionsAndVariantsDeleted2 = (0, import_event_definition_modules.createEventModule)(
669
+ onServiceOptionsAndVariantsDeleted
670
+ );
671
+ var onServiceOptionsAndVariantsUpdated2 = (0, import_event_definition_modules.createEventModule)(
672
+ onServiceOptionsAndVariantsUpdated
673
+ );
668
674
  // Annotate the CommonJS export names for ESM import in node:
669
675
  0 && (module.exports = {
670
676
  DayOfWeek,