@bash-app/bash-common 12.9.0 → 13.1.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/src/extendedSchemas.ts +3 -0
package/package.json
CHANGED
package/src/extendedSchemas.ts
CHANGED
|
@@ -123,6 +123,9 @@ export interface ServiceExt extends Service {
|
|
|
123
123
|
additionalInfo?: string;
|
|
124
124
|
features?: string[];
|
|
125
125
|
venueTypes?: string[];
|
|
126
|
+
hours?: string;
|
|
127
|
+
availability?: string;
|
|
128
|
+
specialDates?: string;
|
|
126
129
|
}
|
|
127
130
|
|
|
128
131
|
export interface ServiceLinkExt extends ServiceLink {
|