@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 +1 -1
- package/src/extendedSchemas.ts +2 -2
package/package.json
CHANGED
package/src/extendedSchemas.ts
CHANGED
|
@@ -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
|
|
475
|
-
createdServices
|
|
474
|
+
ownedServices?: ServiceExt[];
|
|
475
|
+
createdServices?: ServiceExt[];
|
|
476
476
|
}
|
|
477
477
|
|
|
478
478
|
export const USER_DATA_SELECT_REVIEWS_COMMENTS = {
|