@bash-app/bash-common 30.85.0 → 30.87.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": "30.85.0",
3
+ "version": "30.87.0",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1368,6 +1368,8 @@ model EntertainmentService {
1368
1368
  goodsOrServices String[]
1369
1369
  venueTypes String[]
1370
1370
  secondaryVenueTypes String[] @default([])
1371
+ openToCollaboration Boolean @default(false)
1372
+ collaborationNote String?
1371
1373
  crowdSize AmountOfGuests? @relation(fields: [crowdSizeId], references: [id], onDelete: Cascade)
1372
1374
  serviceRange ServiceRange? @relation(fields: [serviceRangeId], references: [id])
1373
1375
  service Service?