@bash-app/bash-common 29.22.4 → 29.22.5

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.22.4",
3
+ "version": "29.22.5",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -471,8 +471,8 @@ export interface UserExt extends User {
471
471
  reviews?: ReviewExt[] | null;
472
472
  contacts?: Contact[] | null;
473
473
  ticketsIOwn?: TicketExt[] | null;
474
- ownedServices: ServiceExt[];
475
- createdServices: ServiceExt[];
474
+ ownedServices?: ServiceExt[];
475
+ createdServices?: ServiceExt[];
476
476
  }
477
477
 
478
478
  export const USER_DATA_SELECT_REVIEWS_COMMENTS = {