@bash-app/bash-common 29.18.5 → 29.18.6

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.18.5",
3
+ "version": "29.18.6",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -349,6 +349,7 @@ export interface UserExt extends User {
349
349
 
350
350
  // Do not include in fetch as there could be thousands of these
351
351
  associatedBashes?: AssociatedBash[] | null;
352
+ associatedServices?: AssociatedService[] | null;
352
353
  reviews?: ReviewExt[] | null;
353
354
  contacts?: Contact[] | null;
354
355
  ticketsIOwn?: TicketExt[] | null;