@bash-app/bash-common 29.17.6 → 29.18.1

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": "29.17.6",
3
+ "version": "29.18.1",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -978,6 +978,7 @@ model Service {
978
978
  cancellationPolicy String?
979
979
  refundPolicy String?
980
980
  insurancePolicy String?
981
+ hoursOfOperation Json @default("{}")
981
982
 
982
983
  stripeAccountId String?
983
984
  stripeAccount StripeAccount? @relation(fields: [stripeAccountId], references: [id], onDelete: Cascade)