@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.
- package/build/cjs/index.d.ts +3 -3
- package/build/cjs/index.js +9 -3
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.d.mts +3 -3
- package/build/es/index.mjs +9 -3
- package/build/es/index.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -3
- package/build/internal/cjs/index.js +9 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/es/index.d.mts +3 -3
- package/build/internal/es/index.mjs +9 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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(
|
|
628
|
-
|
|
629
|
-
|
|
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,
|