@chevre/domain 21.2.0-alpha.125 → 21.2.0-alpha.126

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.
@@ -526,7 +526,13 @@ class StockHolderRepository {
526
526
  _id: 0,
527
527
  id: '$reservations.subReservation.id',
528
528
  identifier: '$reservations.subReservation.identifier',
529
- reservationFor: '$reservationFor',
529
+ reservationFor: {
530
+ id: '$reservationFor.id',
531
+ startDate: '$reservationFor.startDate',
532
+ aggregateReservation: {
533
+ reservationCount: '$reservationCount'
534
+ }
535
+ },
530
536
  reservationNumber: '$reservations.reservationNumber',
531
537
  reservedTicket: '$reservations.subReservation.reservedTicket'
532
538
  }
package/package.json CHANGED
@@ -117,5 +117,5 @@
117
117
  "postversion": "git push origin --tags",
118
118
  "prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
119
119
  },
120
- "version": "21.2.0-alpha.125"
120
+ "version": "21.2.0-alpha.126"
121
121
  }