@bash-app/bash-common 27.5.6 → 27.6.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 +14 -14
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -993,7 +993,7 @@ model EventService {
|
|
|
993
993
|
serviceId String?
|
|
994
994
|
serviceConnectionId String?
|
|
995
995
|
serviceConnection String?
|
|
996
|
-
|
|
996
|
+
name String?
|
|
997
997
|
eventServiceTypes EventServiceType[]
|
|
998
998
|
eventServiceSubType String?
|
|
999
999
|
email String?
|
|
@@ -1038,7 +1038,7 @@ model EntertainmentService {
|
|
|
1038
1038
|
serviceId String?
|
|
1039
1039
|
serviceConnectionId String?
|
|
1040
1040
|
serviceConnection String?
|
|
1041
|
-
|
|
1041
|
+
name String?
|
|
1042
1042
|
entertainmentServiceTypes EntertainmentServiceType[]
|
|
1043
1043
|
entertainmentServiceSubType String?
|
|
1044
1044
|
genre MusicGenreType?
|
|
@@ -1083,14 +1083,14 @@ model Vendor {
|
|
|
1083
1083
|
serviceId String?
|
|
1084
1084
|
serviceConnectionId String?
|
|
1085
1085
|
serviceConnection String?
|
|
1086
|
-
|
|
1087
|
-
email String
|
|
1088
|
-
street String
|
|
1089
|
-
city String
|
|
1090
|
-
state String
|
|
1091
|
-
zipCode String
|
|
1092
|
-
country String
|
|
1093
|
-
phone String
|
|
1086
|
+
name String?
|
|
1087
|
+
email String?
|
|
1088
|
+
street String?
|
|
1089
|
+
city String?
|
|
1090
|
+
state String?
|
|
1091
|
+
zipCode String?
|
|
1092
|
+
country String?
|
|
1093
|
+
phone String?
|
|
1094
1094
|
coverPhoto String?
|
|
1095
1095
|
media Media[]
|
|
1096
1096
|
visibility VisibilityPreference? @default(Public)
|
|
@@ -1126,7 +1126,7 @@ model Exhibitor {
|
|
|
1126
1126
|
serviceId String?
|
|
1127
1127
|
serviceConnectionId String?
|
|
1128
1128
|
serviceConnection String?
|
|
1129
|
-
|
|
1129
|
+
name String?
|
|
1130
1130
|
email String?
|
|
1131
1131
|
street String?
|
|
1132
1132
|
city String?
|
|
@@ -1168,7 +1168,7 @@ model Sponsor {
|
|
|
1168
1168
|
serviceId String?
|
|
1169
1169
|
serviceConnectionId String?
|
|
1170
1170
|
serviceConnection String?
|
|
1171
|
-
|
|
1171
|
+
name String?
|
|
1172
1172
|
email String?
|
|
1173
1173
|
street String?
|
|
1174
1174
|
city String?
|
|
@@ -1212,7 +1212,7 @@ model Venue {
|
|
|
1212
1212
|
serviceConnection String?
|
|
1213
1213
|
ownerId String?
|
|
1214
1214
|
owner User? @relation("VenueProfileOwner", fields: [ownerId], references: [id], onDelete: Cascade)
|
|
1215
|
-
|
|
1215
|
+
name String?
|
|
1216
1216
|
email String?
|
|
1217
1217
|
place String?
|
|
1218
1218
|
street String?
|
|
@@ -1263,7 +1263,7 @@ model Organization {
|
|
|
1263
1263
|
serviceId String?
|
|
1264
1264
|
serviceConnectionId String?
|
|
1265
1265
|
serviceConnection String?
|
|
1266
|
-
|
|
1266
|
+
name String?
|
|
1267
1267
|
organizationType OrganizationType[]
|
|
1268
1268
|
email String?
|
|
1269
1269
|
street String?
|