@bash-app/bash-common 29.18.1 → 29.18.2
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
|
@@ -978,7 +978,7 @@ model Service {
|
|
|
978
978
|
cancellationPolicy String?
|
|
979
979
|
refundPolicy String?
|
|
980
980
|
insurancePolicy String?
|
|
981
|
-
hoursOfOperation Json @default("{}")
|
|
981
|
+
hoursOfOperation Json? @default("{}")
|
|
982
982
|
|
|
983
983
|
stripeAccountId String?
|
|
984
984
|
stripeAccount StripeAccount? @relation(fields: [stripeAccountId], references: [id], onDelete: Cascade)
|