@bash-app/bash-common 12.4.0 → 12.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash-app/bash-common",
3
- "version": "12.4.0",
3
+ "version": "12.6.0",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -118,8 +118,10 @@ export interface ServiceExt extends Service {
118
118
  serviceLinks?: ServiceLinkExt[];
119
119
  venueName?: string;
120
120
  capacity?: string | number | null;
121
- amenities?: string | null;
121
+ amenities?: string[];
122
122
  specialNotes?: string;
123
+ additionalInfo?: string;
124
+ features?: string;
123
125
  }
124
126
 
125
127
  export interface ServiceLinkExt extends ServiceLink {