@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 };
@@ -624,9 +624,15 @@ var getServiceOptionsAndVariantsByServiceId4 = /* @__PURE__ */ createRESTModule(
624
624
  var updateServiceOptionsAndVariants4 = /* @__PURE__ */ createRESTModule(updateServiceOptionsAndVariants3);
625
625
  var deleteServiceOptionsAndVariants4 = /* @__PURE__ */ createRESTModule(deleteServiceOptionsAndVariants3);
626
626
  var queryServiceOptionsAndVariants4 = /* @__PURE__ */ createRESTModule(queryServiceOptionsAndVariants3);
627
- var onServiceOptionsAndVariantsCreated2 = createEventModule(onServiceOptionsAndVariantsCreated);
628
- var onServiceOptionsAndVariantsDeleted2 = createEventModule(onServiceOptionsAndVariantsDeleted);
629
- var onServiceOptionsAndVariantsUpdated2 = createEventModule(onServiceOptionsAndVariantsUpdated);
627
+ var onServiceOptionsAndVariantsCreated2 = createEventModule(
628
+ onServiceOptionsAndVariantsCreated
629
+ );
630
+ var onServiceOptionsAndVariantsDeleted2 = createEventModule(
631
+ onServiceOptionsAndVariantsDeleted
632
+ );
633
+ var onServiceOptionsAndVariantsUpdated2 = createEventModule(
634
+ onServiceOptionsAndVariantsUpdated
635
+ );
630
636
  export {
631
637
  DayOfWeek,
632
638
  PlacementType,