@wix/auto_sdk_bookings_services 1.0.274 → 1.0.276

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.
Files changed (49) hide show
  1. package/build/cjs/{bookings-services-v2-service-services.universal-Ce6ei1DQ.d.ts → bookings-services-v2-service-services.universal-fqkwbSWP.d.ts} +13 -0
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +19 -2
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +19 -2
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +14 -1
  9. package/build/cjs/meta.js +11 -1
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/cjs/schemas.js +38 -38
  12. package/build/cjs/schemas.js.map +1 -1
  13. package/build/es/{bookings-services-v2-service-services.universal-Ce6ei1DQ.d.mts → bookings-services-v2-service-services.universal-fqkwbSWP.d.mts} +13 -0
  14. package/build/es/index.d.mts +2 -2
  15. package/build/es/index.mjs +19 -2
  16. package/build/es/index.mjs.map +1 -1
  17. package/build/es/index.typings.d.mts +2 -2
  18. package/build/es/index.typings.mjs +19 -2
  19. package/build/es/index.typings.mjs.map +1 -1
  20. package/build/es/meta.d.mts +14 -1
  21. package/build/es/meta.mjs +11 -1
  22. package/build/es/meta.mjs.map +1 -1
  23. package/build/es/schemas.mjs +38 -38
  24. package/build/es/schemas.mjs.map +1 -1
  25. package/build/internal/cjs/{bookings-services-v2-service-services.universal-DIMnh28E.d.ts → bookings-services-v2-service-services.universal-CP7peadD.d.ts} +18 -0
  26. package/build/internal/cjs/index.d.ts +2 -2
  27. package/build/internal/cjs/index.js +19 -2
  28. package/build/internal/cjs/index.js.map +1 -1
  29. package/build/internal/cjs/index.typings.d.ts +2 -2
  30. package/build/internal/cjs/index.typings.js +19 -2
  31. package/build/internal/cjs/index.typings.js.map +1 -1
  32. package/build/internal/cjs/meta.d.ts +19 -1
  33. package/build/internal/cjs/meta.js +11 -1
  34. package/build/internal/cjs/meta.js.map +1 -1
  35. package/build/internal/cjs/schemas.js +38 -38
  36. package/build/internal/cjs/schemas.js.map +1 -1
  37. package/build/internal/es/{bookings-services-v2-service-services.universal-DIMnh28E.d.mts → bookings-services-v2-service-services.universal-CP7peadD.d.mts} +18 -0
  38. package/build/internal/es/index.d.mts +2 -2
  39. package/build/internal/es/index.mjs +19 -2
  40. package/build/internal/es/index.mjs.map +1 -1
  41. package/build/internal/es/index.typings.d.mts +2 -2
  42. package/build/internal/es/index.typings.mjs +19 -2
  43. package/build/internal/es/index.typings.mjs.map +1 -1
  44. package/build/internal/es/meta.d.mts +19 -1
  45. package/build/internal/es/meta.mjs +11 -1
  46. package/build/internal/es/meta.mjs.map +1 -1
  47. package/build/internal/es/schemas.mjs +38 -38
  48. package/build/internal/es/schemas.mjs.map +1 -1
  49. package/package.json +2 -2
@@ -1639,6 +1639,13 @@ interface Tag {
1639
1639
  * `title`/`script`/`link` with a validation error even though they appear here —
1640
1640
  * check the field description of the specific `tags`-typed field you're writing to
1641
1641
  * for the types it actually supports and the error it returns.
1642
+ *
1643
+ * Limitation: `title` and `script` (e.g. a `script` tag with `props.type`
1644
+ * `"application/ld+json"` carrying structured data) are supported only when
1645
+ * `custom` is unset or `false`. Setting `custom: true` on a `title` or `script`
1646
+ * tag is rejected with `TAG_TYPE_NOT_ALLOWED`, because `custom: true` routes the
1647
+ * write through the site's Advanced/Custom Tags list. To write structured data,
1648
+ * omit `custom` (or set it to `false`).
1642
1649
  */
1643
1650
  type?: string;
1644
1651
  /**
@@ -1654,6 +1661,12 @@ interface Tag {
1654
1661
  * Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages) —
1655
1662
  * i.e. an entry from the site's Advanced/Custom Tags list.
1656
1663
  *
1664
+ * Setting this to `true` on a write restricts which `type` values are accepted
1665
+ * — the same restriction the Advanced/Custom Tags UI enforces. `title` and
1666
+ * `script` tags (including JSON-LD structured data) must be sent with `custom`
1667
+ * omitted or `false`; sending them with `custom: true` is rejected with
1668
+ * `TAG_TYPE_NOT_ALLOWED`.
1669
+ *
1657
1670
  * Note this is a separate restriction from Site SEO Tags' own type restriction on
1658
1671
  * `SiteSeoTags.tags`: even with `custom` unset, Site SEO Tags rejects `script` (e.g.
1659
1672
  * for site-wide structured data) unconditionally. There is currently no way to set
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { S as Service, C as CreateServiceValidationErrors, B as BulkCreateServicesOptions, a as BulkCreateServicesResponse, G as GetServiceOptions, U as UpdateService, b as UpdateServiceValidationErrors, c as BulkUpdateServicesOptions, d as BulkUpdateServicesResponse, e as BulkUpdateServicesByFilterOptions, f as BulkUpdateServicesByFilterResponse, D as DeleteServiceOptions, g as BulkDeleteServicesOptions, h as BulkDeleteServicesResponse, i as BulkDeleteServicesByFilterOptions, j as BulkDeleteServicesByFilterResponse, k as ServiceSearch, l as SearchServicesResponse, m as CursorQuery, Q as QueryPoliciesResponse, n as QueryBookingFormsOptions, o as QueryBookingFormsResponse, p as QueryBookingFormsApplicationErrors, q as CountServicesOptions, r as CountServicesResponse, s as QueryLocationsOptions, t as QueryLocationsResponse, u as QueryCategoriesOptions, v as QueryCategoriesResponse, w as SetServiceLocationsOptions, x as SetServiceLocationsResponse, E as EnablePricingPlansForServiceResponse, y as EnablePricingPlansForServiceApplicationErrors, z as DisablePricingPlansForServiceOptions, A as DisablePricingPlansForServiceResponse, F as DisablePricingPlansForServiceApplicationErrors, H as SetCustomSlugOptions, I as SetCustomSlugResponse, J as SetCustomSlugApplicationErrors, K as SetCustomSlugValidationErrors, V as ValidateSlugOptions, L as ValidateSlugResponse, M as CloneServiceResponse, N as AddOnGroup, O as CreateAddOnGroupOptions, P as CreateAddOnGroupResponse, R as CreateAddOnGroupApplicationErrors, T as DeleteAddOnGroupOptions, W as DeleteAddOnGroupApplicationErrors, X as UpdateAddOnGroupOptions, Y as UpdateAddOnGroupResponse, Z as UpdateAddOnGroupApplicationErrors, _ as ListAddOnGroupsByServiceIdOptions, $ as ListAddOnGroupsByServiceIdResponse, a0 as SetAddOnsForGroupOptions, a1 as SetAddOnsForGroupResponse, a2 as SetAddOnsForGroupApplicationErrors, a3 as ServiceCreatedEnvelope, a4 as ServiceDeletedEnvelope, a5 as ServiceUpdatedEnvelope, a6 as ServiceQuery, a7 as QueryServicesOptions, a8 as typedQueryServices, a9 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-Ce6ei1DQ.js';
3
- export { cS as AccountInfo, f6 as AccountInfoMetadata, aM as Action, cO as ActionEvent, fN as ActionWithLiterals, ay as Actor, fz as ActorWithLiterals, f0 as AddOn, f1 as AddOnAddOnInfoOneOf, c4 as AddOnDetails, f2 as AddOnGroupDetail, ae as AddOnPaymentOptions, ff as AddOnPaymentOptionsWithLiterals, cn as Address, eJ as AddressHint, cq as AddressLocation, co as AddressStreetOneOf, du as Aggregation, dK as AggregationData, dv as AggregationKindOneOf, e3 as AggregationResults, e4 as AggregationResultsResultOneOf, e2 as AggregationResultsScalarDateResult, dR as AggregationResultsScalarResult, aJ as AggregationType, fK as AggregationTypeWithLiterals, c$ as ApplicationError, bG as AvailabilityConstraints, f4 as BaseEventMetadata, bp as BookAfterStartPolicy, cG as BookedAddOn, cd as BookedEntity, ce as BookedEntityItemOneOf, cg as BookedResource, cl as BookedSchedule, cf as BookedSlot, cb as Booking, e9 as BookingForm, cc as BookingParticipantsInfoOneOf, bl as BookingPolicy, e7 as BookingPolicyWithServices, ct as BookingSource, au as BookingStatus, fv as BookingStatusWithLiterals, d0 as BulkActionMetadata, cY as BulkCreateServicesRequest, dg as BulkDeleteServicesByFilterRequest, df as BulkDeleteServicesRequest, cZ as BulkServiceResult, db as BulkUpdateServicesByFilterRequest, d9 as BulkUpdateServicesRequest, bj as BusinessLocationOptions, ef as BusinessLocations, eL as BusinessSchedule, bv as CancellationFeePolicy, bq as CancellationPolicy, bw as CancellationWindow, bx as CancellationWindowFeeOneOf, eG as Categories, ey as Category, ex as CategoryNotification, eS as ChangeContext, eT as ChangeContextPayloadOneOf, aO as CloneErrors, fP as CloneErrorsWithLiterals, ew as CloneServiceRequest, bf as CommonAddress, bi as CommonAddressLocation, bg as CommonAddressStreetOneOf, cv as CommonIdentificationData, cw as CommonIdentificationDataIdOneOf, fW as CommonQueryWithEntityContext, fX as CommonSearchWithEntityContext, bh as CommonStreetAddress, aj as CompletionRequirement, fk as CompletionRequirementWithLiterals, bc as Conferencing, eb as ConnectedService, eQ as ConsentPolicy, cm as ContactDetails, ec as CountServicesRequest, eX as CreateAddOnGroupRequest, cT as CreateServiceRequest, cU as CreateServiceResponse, aR as CrudType, fS as CrudTypeWithLiterals, dm as CursorPaging, dJ as CursorPagingMetadata, e6 as CursorQueryPagingMethodOneOf, ds as CursorSearch, dt as CursorSearchPagingMethodOneOf, dq as Cursors, cs as CustomFormField, bk as CustomLocationOptions, eg as CustomLocations, bC as CustomOptions, b5 as CustomPayment, eh as CustomerLocations, bL as DailyConfig, dC as DateHistogramAggregation, d_ as DateHistogramResult, e0 as DateHistogramResults, cD as DateTimeRule, aT as DayOfWeek, fU as DayOfWeekWithLiterals, eY as DeleteAddOnGroupRequest, eZ as DeleteAddOnGroupResponse, dc as DeleteServiceRequest, de as DeleteServiceResponse, b3 as DepositDetails, b4 as DepositDetailsValueOneOf, et as DisablePricingPlansForServiceRequest, ba as DiscountInfo, cI as DomainEvent, cJ as DomainEventBodyOneOf, c9 as DummyRequest, ca as DummyResponse, cC as Duration, bI as DurationRange, bJ as DurationRangeConfigOneOf, as as DurationUnitType, ft as DurationUnitTypeWithLiterals, ez as Empty, eq as EnablePricingPlansForServiceRequest, cK as EntityCreatedEvent, cN as EntityDeletedEvent, cM as EntityUpdatedEvent, aQ as Event, f5 as EventMetadata, fR as EventWithLiterals, b$ as ExtendedFields, cX as FieldViolation, ad as FirstChargeDateType, fe as FirstChargeDateTypeWithLiterals, b1 as FixedPayment, cx as FlowControlSettings, aZ as Form, ea as FormDetails, a_ as FormSettings, ac as FrequencyType, fd as FrequencyTypeWithLiterals, b8 as FullUpfrontPayment, eK as GeoCoordinates, d3 as GetServiceAvailabilityConstraintsRequest, d4 as GetServiceAvailabilityConstraintsResponse, d1 as GetServiceRequest, d2 as GetServiceResponse, dG as GroupByAggregation, dH as GroupByAggregationKindOneOf, d$ as GroupByValueResults, bK as HourlyConfig, eB as HtmlSitePublished, cQ as IdentificationData, cR as IdentificationDataIdOneOf, az as IdentityType, fA as IdentityTypeWithLiterals, dx as IncludeMissingValuesOptions, bD as IntakeFormPolicy, aI as Interval, fJ as IntervalWithLiterals, es as InvalidPricingPlan, aN as InvalidSlugError, fO as InvalidSlugErrorWithLiterals, c_ as ItemMetadata, c1 as Keyword, bn as LimitEarlyBookingPolicy, bo as LimitLateBookingPolicy, bE as LimitRebookingPolicy, e$ as ListAddOnGroupsByServiceIdRequest, eH as Locale, ch as Location, ap as LocationType, af as LocationTypeEnumLocationType, fg as LocationTypeEnumLocationTypeWithLiterals, fq as LocationTypeWithLiterals, da as MaskedService, aV as Media, aW as MediaItem, aX as MediaItemItemOneOf, cP as MessageEnvelope, aF as MissingValues, fG as MissingValuesWithLiterals, aK as Mode, fL as ModeWithLiterals, b2 as Money, ep as MoveToNewLocationsOptions, cF as MultiServiceBookingInfo, an as MultiServiceBookingType, fo as MultiServiceBookingTypeWithLiterals, eO as Multilingual, dF as NestedAggregation, dD as NestedAggregationItem, dE as NestedAggregationItemKindOneOf, dN as NestedAggregationResults, dO as NestedAggregationResultsResultOneOf, aH as NestedAggregationType, fI as NestedAggregationTypeWithLiterals, dX as NestedResultValue, dY as NestedResultValueResultOneOf, e1 as NestedResults, dS as NestedValueAggregationResult, bb as OnlineBooking, eC as Page, dl as Paging, dp as PagingMetadataV2, cy as ParticipantChoices, cu as ParticipantNotification, bt as ParticipantsPolicy, cE as ParticipantsRange, a$ as Payment, b9 as PaymentOptions, b0 as PaymentRateOneOf, av as PaymentStatus, fw as PaymentStatusWithLiterals, ci as PhoneCall, aS as PlacementType, fT as PlacementTypeWithLiterals, ax as Platform, fy as PlatformWithLiterals, bm as PolicyDescription, er as PricingPlanSelection, eF as Properties, eU as PropertiesChange, e8 as QueryBookingFormsRequest, ej as QueryCategoriesFilter, ei as QueryCategoriesRequest, ee as QueryLocationsFilter, ed as QueryLocationsRequest, e5 as QueryPoliciesRequest, ek as QueryServicesMultiLanguageRequest, el as QueryServicesMultiLanguageResponse, dh as QueryServicesRequest, dn as QueryServicesResponse, di as QueryV2, dj as QueryV2PagingMethodOneOf, dA as RangeAggregation, dM as RangeAggregationResult, dw as RangeBucket, dU as RangeResult, dQ as RangeResults, bB as RankingOptions, ag as RankingOrder, fh as RankingOrderWithLiterals, ab as RateType, fc as RateTypeWithLiterals, en as RemovedLocationSessionsAction, eo as RemovedLocationSessionsActionActionOptionsOneOf, aL as RequestedFields, fM as RequestedFieldsWithLiterals, ar as RequestedGender, ck as RequestedGenderValue, fs as RequestedGenderWithLiterals, br as ReschedulePolicy, aU as ResolutionMethod, fV as ResolutionMethodWithLiterals, bX as ResourceDetails, bS as ResourceGroup, bT as ResourceIds, bY as ResourceInfo, cj as ResourceSelection, ao as ResourceTransparency, fp as ResourceTransparencyWithLiterals, bW as ResourceType, bu as ResourcesPolicy, cL as RestoreInfo, dZ as Results, by as SaveCreditCardPolicy, dB as ScalarAggregation, dW as ScalarDateResult, dV as ScalarResult, aG as ScalarType, fH as ScalarTypeWithLiterals, bF as Schedule, dI as SearchDetails, dr as SearchServicesRequest, aw as SelectedPaymentOption, fx as SelectedPaymentOptionWithLiterals, aq as SelectionMethod, fr as SelectionMethodWithLiterals, c0 as SeoSchema, d5 as ServiceAvailabilityConstraints, cA as ServiceChoice, cB as ServiceChoiceChoiceOneOf, cz as ServiceChoices, f8 as ServiceQuerySpec, bU as ServiceResource, bV as ServiceResourceSelectionOneOf, f9 as ServiceSearchSpec, aa as ServiceType, fb as ServiceTypeWithLiterals, f7 as ServicesQueryResult, c8 as ServicesUrlsChanged, f3 as SetAddOnsForGroupRequest, c7 as SetCustomSlugEvent, eu as SetCustomSlugRequest, em as SetServiceLocationsRequest, c3 as Settings, eW as SiteCloned, eV as SiteCreated, eE as SitePropertiesEvent, eD as SitePropertiesNotification, bZ as Slug, aE as SortDirection, fF as SortDirectionWithLiterals, aC as SortOrder, fD as SortOrderWithLiterals, aD as SortType, fE as SortTypeWithLiterals, dk as Sorting, ah as SortingMethodType, fi as SortingMethodTypeWithLiterals, eN as SpecialHourPeriod, d6 as SplitInterval, bO as StaffMediaItem, bP as StaffMediaItemItemOneOf, bN as StaffMember, bR as StaffMemberDetails, bz as StaffSortingPolicy, bA as StaffSortingPolicyOptionsOneOf, aP as Status, fQ as StatusWithLiterals, cp as StreetAddress, cr as Subdivision, b7 as SubscriptionPayment, eP as SupportedLanguage, c2 as Tag, c5 as TaxableAddress, am as TaxableAddressType, fn as TaxableAddressTypeWithLiterals, eM as TimePeriod, ai as Timing, fj as TimingWithLiterals, eR as Translation, b_ as URLs, ak as UnitType, fl as UnitTypeWithLiterals, e_ as UpdateAddOnGroupRequest, d7 as UpdateServiceRequest, d8 as UpdateServiceResponse, eA as UserDomainInfoChangedEvent, aY as V2Category, bH as V2Duration, bd as V2Location, be as V2LocationOptionsOneOf, dd as V2ParticipantNotification, c6 as V2PhoneCall, aB as V2RequestedFields, fC as V2RequestedFieldsWithLiterals, eI as V4Address, cV as ValidateServiceRequest, cW as ValidateServiceResponse, ev as ValidateSlugRequest, dy as ValueAggregation, dz as ValueAggregationOptionsOneOf, dL as ValueAggregationResult, dT as ValueResult, dP as ValueResults, at as ValueType, fu as ValueTypeWithLiterals, b6 as VariedPayment, bs as WaitlistPolicy, aA as WebhookIdentityType, fB as WebhookIdentityTypeWithLiterals, bM as WorkingHours, bQ as WorkingHoursLocationCoverage, al as WorkingHoursMode, fm as WorkingHoursModeWithLiterals, cH as ZonedDate, fa as utils } from './bookings-services-v2-service-services.universal-Ce6ei1DQ.js';
2
+ import { S as Service, C as CreateServiceValidationErrors, B as BulkCreateServicesOptions, a as BulkCreateServicesResponse, G as GetServiceOptions, U as UpdateService, b as UpdateServiceValidationErrors, c as BulkUpdateServicesOptions, d as BulkUpdateServicesResponse, e as BulkUpdateServicesByFilterOptions, f as BulkUpdateServicesByFilterResponse, D as DeleteServiceOptions, g as BulkDeleteServicesOptions, h as BulkDeleteServicesResponse, i as BulkDeleteServicesByFilterOptions, j as BulkDeleteServicesByFilterResponse, k as ServiceSearch, l as SearchServicesResponse, m as CursorQuery, Q as QueryPoliciesResponse, n as QueryBookingFormsOptions, o as QueryBookingFormsResponse, p as QueryBookingFormsApplicationErrors, q as CountServicesOptions, r as CountServicesResponse, s as QueryLocationsOptions, t as QueryLocationsResponse, u as QueryCategoriesOptions, v as QueryCategoriesResponse, w as SetServiceLocationsOptions, x as SetServiceLocationsResponse, E as EnablePricingPlansForServiceResponse, y as EnablePricingPlansForServiceApplicationErrors, z as DisablePricingPlansForServiceOptions, A as DisablePricingPlansForServiceResponse, F as DisablePricingPlansForServiceApplicationErrors, H as SetCustomSlugOptions, I as SetCustomSlugResponse, J as SetCustomSlugApplicationErrors, K as SetCustomSlugValidationErrors, V as ValidateSlugOptions, L as ValidateSlugResponse, M as CloneServiceResponse, N as AddOnGroup, O as CreateAddOnGroupOptions, P as CreateAddOnGroupResponse, R as CreateAddOnGroupApplicationErrors, T as DeleteAddOnGroupOptions, W as DeleteAddOnGroupApplicationErrors, X as UpdateAddOnGroupOptions, Y as UpdateAddOnGroupResponse, Z as UpdateAddOnGroupApplicationErrors, _ as ListAddOnGroupsByServiceIdOptions, $ as ListAddOnGroupsByServiceIdResponse, a0 as SetAddOnsForGroupOptions, a1 as SetAddOnsForGroupResponse, a2 as SetAddOnsForGroupApplicationErrors, a3 as ServiceCreatedEnvelope, a4 as ServiceDeletedEnvelope, a5 as ServiceUpdatedEnvelope, a6 as ServiceQuery, a7 as QueryServicesOptions, a8 as typedQueryServices, a9 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-fqkwbSWP.js';
3
+ export { cS as AccountInfo, f6 as AccountInfoMetadata, aM as Action, cO as ActionEvent, fN as ActionWithLiterals, ay as Actor, fz as ActorWithLiterals, f0 as AddOn, f1 as AddOnAddOnInfoOneOf, c4 as AddOnDetails, f2 as AddOnGroupDetail, ae as AddOnPaymentOptions, ff as AddOnPaymentOptionsWithLiterals, cn as Address, eJ as AddressHint, cq as AddressLocation, co as AddressStreetOneOf, du as Aggregation, dK as AggregationData, dv as AggregationKindOneOf, e3 as AggregationResults, e4 as AggregationResultsResultOneOf, e2 as AggregationResultsScalarDateResult, dR as AggregationResultsScalarResult, aJ as AggregationType, fK as AggregationTypeWithLiterals, c$ as ApplicationError, bG as AvailabilityConstraints, f4 as BaseEventMetadata, bp as BookAfterStartPolicy, cG as BookedAddOn, cd as BookedEntity, ce as BookedEntityItemOneOf, cg as BookedResource, cl as BookedSchedule, cf as BookedSlot, cb as Booking, e9 as BookingForm, cc as BookingParticipantsInfoOneOf, bl as BookingPolicy, e7 as BookingPolicyWithServices, ct as BookingSource, au as BookingStatus, fv as BookingStatusWithLiterals, d0 as BulkActionMetadata, cY as BulkCreateServicesRequest, dg as BulkDeleteServicesByFilterRequest, df as BulkDeleteServicesRequest, cZ as BulkServiceResult, db as BulkUpdateServicesByFilterRequest, d9 as BulkUpdateServicesRequest, bj as BusinessLocationOptions, ef as BusinessLocations, eL as BusinessSchedule, bv as CancellationFeePolicy, bq as CancellationPolicy, bw as CancellationWindow, bx as CancellationWindowFeeOneOf, eG as Categories, ey as Category, ex as CategoryNotification, eS as ChangeContext, eT as ChangeContextPayloadOneOf, aO as CloneErrors, fP as CloneErrorsWithLiterals, ew as CloneServiceRequest, bf as CommonAddress, bi as CommonAddressLocation, bg as CommonAddressStreetOneOf, cv as CommonIdentificationData, cw as CommonIdentificationDataIdOneOf, fW as CommonQueryWithEntityContext, fX as CommonSearchWithEntityContext, bh as CommonStreetAddress, aj as CompletionRequirement, fk as CompletionRequirementWithLiterals, bc as Conferencing, eb as ConnectedService, eQ as ConsentPolicy, cm as ContactDetails, ec as CountServicesRequest, eX as CreateAddOnGroupRequest, cT as CreateServiceRequest, cU as CreateServiceResponse, aR as CrudType, fS as CrudTypeWithLiterals, dm as CursorPaging, dJ as CursorPagingMetadata, e6 as CursorQueryPagingMethodOneOf, ds as CursorSearch, dt as CursorSearchPagingMethodOneOf, dq as Cursors, cs as CustomFormField, bk as CustomLocationOptions, eg as CustomLocations, bC as CustomOptions, b5 as CustomPayment, eh as CustomerLocations, bL as DailyConfig, dC as DateHistogramAggregation, d_ as DateHistogramResult, e0 as DateHistogramResults, cD as DateTimeRule, aT as DayOfWeek, fU as DayOfWeekWithLiterals, eY as DeleteAddOnGroupRequest, eZ as DeleteAddOnGroupResponse, dc as DeleteServiceRequest, de as DeleteServiceResponse, b3 as DepositDetails, b4 as DepositDetailsValueOneOf, et as DisablePricingPlansForServiceRequest, ba as DiscountInfo, cI as DomainEvent, cJ as DomainEventBodyOneOf, c9 as DummyRequest, ca as DummyResponse, cC as Duration, bI as DurationRange, bJ as DurationRangeConfigOneOf, as as DurationUnitType, ft as DurationUnitTypeWithLiterals, ez as Empty, eq as EnablePricingPlansForServiceRequest, cK as EntityCreatedEvent, cN as EntityDeletedEvent, cM as EntityUpdatedEvent, aQ as Event, f5 as EventMetadata, fR as EventWithLiterals, b$ as ExtendedFields, cX as FieldViolation, ad as FirstChargeDateType, fe as FirstChargeDateTypeWithLiterals, b1 as FixedPayment, cx as FlowControlSettings, aZ as Form, ea as FormDetails, a_ as FormSettings, ac as FrequencyType, fd as FrequencyTypeWithLiterals, b8 as FullUpfrontPayment, eK as GeoCoordinates, d3 as GetServiceAvailabilityConstraintsRequest, d4 as GetServiceAvailabilityConstraintsResponse, d1 as GetServiceRequest, d2 as GetServiceResponse, dG as GroupByAggregation, dH as GroupByAggregationKindOneOf, d$ as GroupByValueResults, bK as HourlyConfig, eB as HtmlSitePublished, cQ as IdentificationData, cR as IdentificationDataIdOneOf, az as IdentityType, fA as IdentityTypeWithLiterals, dx as IncludeMissingValuesOptions, bD as IntakeFormPolicy, aI as Interval, fJ as IntervalWithLiterals, es as InvalidPricingPlan, aN as InvalidSlugError, fO as InvalidSlugErrorWithLiterals, c_ as ItemMetadata, c1 as Keyword, bn as LimitEarlyBookingPolicy, bo as LimitLateBookingPolicy, bE as LimitRebookingPolicy, e$ as ListAddOnGroupsByServiceIdRequest, eH as Locale, ch as Location, ap as LocationType, af as LocationTypeEnumLocationType, fg as LocationTypeEnumLocationTypeWithLiterals, fq as LocationTypeWithLiterals, da as MaskedService, aV as Media, aW as MediaItem, aX as MediaItemItemOneOf, cP as MessageEnvelope, aF as MissingValues, fG as MissingValuesWithLiterals, aK as Mode, fL as ModeWithLiterals, b2 as Money, ep as MoveToNewLocationsOptions, cF as MultiServiceBookingInfo, an as MultiServiceBookingType, fo as MultiServiceBookingTypeWithLiterals, eO as Multilingual, dF as NestedAggregation, dD as NestedAggregationItem, dE as NestedAggregationItemKindOneOf, dN as NestedAggregationResults, dO as NestedAggregationResultsResultOneOf, aH as NestedAggregationType, fI as NestedAggregationTypeWithLiterals, dX as NestedResultValue, dY as NestedResultValueResultOneOf, e1 as NestedResults, dS as NestedValueAggregationResult, bb as OnlineBooking, eC as Page, dl as Paging, dp as PagingMetadataV2, cy as ParticipantChoices, cu as ParticipantNotification, bt as ParticipantsPolicy, cE as ParticipantsRange, a$ as Payment, b9 as PaymentOptions, b0 as PaymentRateOneOf, av as PaymentStatus, fw as PaymentStatusWithLiterals, ci as PhoneCall, aS as PlacementType, fT as PlacementTypeWithLiterals, ax as Platform, fy as PlatformWithLiterals, bm as PolicyDescription, er as PricingPlanSelection, eF as Properties, eU as PropertiesChange, e8 as QueryBookingFormsRequest, ej as QueryCategoriesFilter, ei as QueryCategoriesRequest, ee as QueryLocationsFilter, ed as QueryLocationsRequest, e5 as QueryPoliciesRequest, ek as QueryServicesMultiLanguageRequest, el as QueryServicesMultiLanguageResponse, dh as QueryServicesRequest, dn as QueryServicesResponse, di as QueryV2, dj as QueryV2PagingMethodOneOf, dA as RangeAggregation, dM as RangeAggregationResult, dw as RangeBucket, dU as RangeResult, dQ as RangeResults, bB as RankingOptions, ag as RankingOrder, fh as RankingOrderWithLiterals, ab as RateType, fc as RateTypeWithLiterals, en as RemovedLocationSessionsAction, eo as RemovedLocationSessionsActionActionOptionsOneOf, aL as RequestedFields, fM as RequestedFieldsWithLiterals, ar as RequestedGender, ck as RequestedGenderValue, fs as RequestedGenderWithLiterals, br as ReschedulePolicy, aU as ResolutionMethod, fV as ResolutionMethodWithLiterals, bX as ResourceDetails, bS as ResourceGroup, bT as ResourceIds, bY as ResourceInfo, cj as ResourceSelection, ao as ResourceTransparency, fp as ResourceTransparencyWithLiterals, bW as ResourceType, bu as ResourcesPolicy, cL as RestoreInfo, dZ as Results, by as SaveCreditCardPolicy, dB as ScalarAggregation, dW as ScalarDateResult, dV as ScalarResult, aG as ScalarType, fH as ScalarTypeWithLiterals, bF as Schedule, dI as SearchDetails, dr as SearchServicesRequest, aw as SelectedPaymentOption, fx as SelectedPaymentOptionWithLiterals, aq as SelectionMethod, fr as SelectionMethodWithLiterals, c0 as SeoSchema, d5 as ServiceAvailabilityConstraints, cA as ServiceChoice, cB as ServiceChoiceChoiceOneOf, cz as ServiceChoices, f8 as ServiceQuerySpec, bU as ServiceResource, bV as ServiceResourceSelectionOneOf, f9 as ServiceSearchSpec, aa as ServiceType, fb as ServiceTypeWithLiterals, f7 as ServicesQueryResult, c8 as ServicesUrlsChanged, f3 as SetAddOnsForGroupRequest, c7 as SetCustomSlugEvent, eu as SetCustomSlugRequest, em as SetServiceLocationsRequest, c3 as Settings, eW as SiteCloned, eV as SiteCreated, eE as SitePropertiesEvent, eD as SitePropertiesNotification, bZ as Slug, aE as SortDirection, fF as SortDirectionWithLiterals, aC as SortOrder, fD as SortOrderWithLiterals, aD as SortType, fE as SortTypeWithLiterals, dk as Sorting, ah as SortingMethodType, fi as SortingMethodTypeWithLiterals, eN as SpecialHourPeriod, d6 as SplitInterval, bO as StaffMediaItem, bP as StaffMediaItemItemOneOf, bN as StaffMember, bR as StaffMemberDetails, bz as StaffSortingPolicy, bA as StaffSortingPolicyOptionsOneOf, aP as Status, fQ as StatusWithLiterals, cp as StreetAddress, cr as Subdivision, b7 as SubscriptionPayment, eP as SupportedLanguage, c2 as Tag, c5 as TaxableAddress, am as TaxableAddressType, fn as TaxableAddressTypeWithLiterals, eM as TimePeriod, ai as Timing, fj as TimingWithLiterals, eR as Translation, b_ as URLs, ak as UnitType, fl as UnitTypeWithLiterals, e_ as UpdateAddOnGroupRequest, d7 as UpdateServiceRequest, d8 as UpdateServiceResponse, eA as UserDomainInfoChangedEvent, aY as V2Category, bH as V2Duration, bd as V2Location, be as V2LocationOptionsOneOf, dd as V2ParticipantNotification, c6 as V2PhoneCall, aB as V2RequestedFields, fC as V2RequestedFieldsWithLiterals, eI as V4Address, cV as ValidateServiceRequest, cW as ValidateServiceResponse, ev as ValidateSlugRequest, dy as ValueAggregation, dz as ValueAggregationOptionsOneOf, dL as ValueAggregationResult, dT as ValueResult, dP as ValueResults, at as ValueType, fu as ValueTypeWithLiterals, b6 as VariedPayment, bs as WaitlistPolicy, aA as WebhookIdentityType, fB as WebhookIdentityTypeWithLiterals, bM as WorkingHours, bQ as WorkingHoursLocationCoverage, al as WorkingHoursMode, fm as WorkingHoursModeWithLiterals, cH as ZonedDate, fa as utils } from './bookings-services-v2-service-services.universal-fqkwbSWP.js';
4
4
 
5
5
  declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
6
6
  interface CreateServiceSignature {
@@ -1812,7 +1812,17 @@ function listAddOnGroupsByServiceId(payload) {
1812
1812
  data: payload,
1813
1813
  host
1814
1814
  }),
1815
- data: payload
1815
+ data: payload,
1816
+ transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
1817
+ {
1818
+ transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
1819
+ paths: [
1820
+ {
1821
+ path: "addOnGroupsDetails.addOns.mainMedia.image.urlExpirationDate"
1822
+ }
1823
+ ]
1824
+ }
1825
+ ])
1816
1826
  };
1817
1827
  return metadata;
1818
1828
  }
@@ -3547,7 +3557,14 @@ async function listAddOnGroupsByServiceId2(serviceId, options) {
3547
3557
  try {
3548
3558
  const result = await httpClient.request(reqOpts);
3549
3559
  sideEffects?.onSuccess?.(result);
3550
- return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data);
3560
+ return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(
3561
+ (0, import_transform_paths2.transformPaths)(result.data, [
3562
+ {
3563
+ transformFn: import_image2.transformRESTImageToSDKImage,
3564
+ paths: [{ path: "addOnGroupsDetails.addOns.mainMedia.image" }]
3565
+ }
3566
+ ])
3567
+ );
3551
3568
  } catch (err) {
3552
3569
  const transformedError = (0, import_transform_error.transformError)(
3553
3570
  err,