@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash-app/bash-common",
3
- "version": "29.42.0",
3
+ "version": "29.42.1",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -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;