@dv4resi/dvss-backend-module-offering-im 0.0.10 → 0.0.11

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/dist/index.js CHANGED
@@ -3852,7 +3852,8 @@ exports.TrybeWellnessManagement = class _TrybeWellnessManagement {
3852
3852
  guestIds: order.guests.map((g) => g.id),
3853
3853
  practitionerIds: request.offeringResources.map((r) => r.externalId),
3854
3854
  durationMinutes: request.durationInMinutes,
3855
- timeIso: request.bookingStartTime.toISOString()
3855
+ timeIso: request.bookingStartTime.toISOString(),
3856
+ sessionId: request.meta.sessionId
3856
3857
  }
3857
3858
  }, integration, loggedInUserId);
3858
3859
  items.push({