@bash-app/bash-common 29.22.1 → 29.22.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash-app/bash-common",
3
- "version": "29.22.1",
3
+ "version": "29.22.2",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -306,8 +306,8 @@ export interface ServiceSpecialRatesExt extends ServiceSpecialRates {
306
306
 
307
307
  export interface ServiceRatesAssociationExt extends ServiceRatesAssociation {
308
308
  serviceGeneralRates?: ServiceRate | null;
309
- serviceDailyRates?: ServiceDailyRates[];
310
- serviceSpecialRates?: ServiceSpecialRates[];
309
+ serviceDailyRates?: ServiceDailyRatesExt[];
310
+ serviceSpecialRates?: ServiceSpecialRatesExt[];
311
311
 
312
312
  addons?: ServiceAddon[];
313
313
  packages?: ServicePackageExt[];