@infrab4a/connect-angular 5.3.1-beta.4 → 5.3.1-beta.6

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.
@@ -2996,6 +2996,10 @@ class OrderProductReviewService {
2996
2996
  email: email,
2997
2997
  },
2998
2998
  status: OrderStatus.ENTREGUE,
2999
+ createdAt: {
3000
+ operator: Where.GTE,
3001
+ value: new Date(2024, 0, 0, 0, 0, 0),
3002
+ },
2999
3003
  },
3000
3004
  orderBy: {
3001
3005
  createdAt: 'desc',