@bash-app/bash-common 29.42.0 → 29.42.1
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
|
@@ -531,6 +531,7 @@ export interface UserExt extends User {
|
|
|
531
531
|
// Do not include in fetch as there could be thousands of these
|
|
532
532
|
associatedBashes?: AssociatedBash[] | null;
|
|
533
533
|
associatedServices?: AssociatedService[] | null;
|
|
534
|
+
socialMediaProfiles?: SocialMediaProfile[] | null;
|
|
534
535
|
reviews?: ReviewExt[] | null;
|
|
535
536
|
contacts?: Contact[] | null;
|
|
536
537
|
ticketsIOwn?: TicketExt[] | null;
|