@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 +1 -1
- package/src/extendedSchemas.ts +1 -0
package/package.json
CHANGED
package/src/extendedSchemas.ts
CHANGED
|
@@ -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;
|