@bash-app/bash-common 29.56.0 → 29.58.0

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": "@bash-app/bash-common",
3
- "version": "29.56.0",
3
+ "version": "29.58.0",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -102,10 +102,10 @@ export const FRONT_END_USER_DATA_TO_SELECT = {
102
102
  reviews: true,
103
103
  userRating: true,
104
104
  contacts: true,
105
- accepted: true, // Newly added field
106
- boughtTicket: true, // Newly added field
107
- noPay: true, // Newly added field
108
- supportedEvent: true, // Newly added field
105
+ accepted: true,
106
+ boughtTicket: true,
107
+ noPay: true,
108
+ supportedEvent: true,
109
109
  } satisfies Prisma.UserSelect;
110
110
 
111
111
  export const PRIVATE_USER_ACCOUNT_TO_SELECT = {