@bash-app/bash-common 29.57.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 +1 -1
- package/src/extendedSchemas.ts +4 -4
package/package.json
CHANGED
package/src/extendedSchemas.ts
CHANGED
|
@@ -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,
|
|
106
|
-
boughtTicket: true,
|
|
107
|
-
noPay: true,
|
|
108
|
-
supportedEvent: true,
|
|
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 = {
|