@ticketboothapp/booking 1.2.87 → 1.2.89

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticketboothapp/booking",
3
- "version": "1.2.87",
3
+ "version": "1.2.89",
4
4
  "private": false,
5
5
  "sideEffects": [
6
6
  "**/*.css",
@@ -4954,6 +4954,12 @@ export function AdminChangeBookingFlow({
4954
4954
  useAdminFeAuthoritativeQuote
4955
4955
  ? adminFeAuthoritativeReceipt.total
4956
4956
  : (latestChangeQuote?.serverDisplay?.total ?? changeFlowNewBookingTotal),
4957
+ capacitySeatCredit: {
4958
+ enabled: true,
4959
+ previousPassengerCount: changeFlowInitialTicketCount,
4960
+ previousAvailabilityId: initialValues?.availabilityId ?? null,
4961
+ previousReturnAvailabilityId: initialValues?.returnAvailabilityId ?? null,
4962
+ },
4957
4963
  };
4958
4964
  const quote = useAdminFeAuthoritativeQuote
4959
4965
  ? await quoteChangeBookingAdminFeReceipt({
@@ -6087,4 +6093,3 @@ export function AdminChangeBookingFlow({
6087
6093
  </div>
6088
6094
  );
6089
6095
  }
6090
-