@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 +1 -1
- package/prisma/schema.prisma +1 -1
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -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?
|