@bash-app/bash-common 29.23.2 → 29.25.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 -0
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -1360,6 +1360,7 @@ model ServiceRate {
|
|
|
1360
1360
|
rateType ServiceRateType
|
|
1361
1361
|
hourlyRate Int?
|
|
1362
1362
|
dailyRate Int?
|
|
1363
|
+
minimumTimeBlockHours Int?
|
|
1363
1364
|
serviceSpecialRates ServiceSpecialRates?
|
|
1364
1365
|
serviceDailyRates ServiceDailyRates?
|
|
1365
1366
|
serviceRatesAssociation ServiceRatesAssociation?
|