@bash-app/bash-common 16.0.0 → 16.1.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": "16.0.0",
3
+ "version": "16.1.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",
@@ -811,7 +811,6 @@ model Service {
811
811
  postalCode String
812
812
  country String
813
813
  phone String
814
- privacy Privacy @default(Public)
815
814
  title String
816
815
  coverPhoto String?
817
816
  agreedToAgreement Boolean?
@@ -850,6 +849,7 @@ model Venue {
850
849
  phone String
851
850
  coverPhoto String?
852
851
  media Media[]
852
+ visibility VisibilityPreference @default(Public)
853
853
  capacity Int?
854
854
  amenities String[]
855
855
  additionalInfo String?