@bash-app/bash-common 11.0.3 → 11.0.4

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": "11.0.3",
3
+ "version": "11.0.4",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -163,7 +163,6 @@ export interface AssociatedBashExt extends AssociatedBash {
163
163
  invitation: InvitationExt;
164
164
  }
165
165
 
166
-
167
166
  export const ASSOCIATED_BASH_DATA_TO_INCLUDE = {
168
167
  bashEvent: {
169
168
  include: BASH_EVENT_DATA_TO_INCLUDE
@@ -204,10 +203,6 @@ export interface ReviewExt extends Review {
204
203
  comments: BashComment[];
205
204
  }
206
205
 
207
- export interface ContactExt extends Contact {
208
- contactUser: User;
209
- }
210
-
211
206
  export const CONTACT_DATA_TO_INCLUDE = {
212
207
  user: {
213
208
  select: FRONT_END_USER_DATA_TO_SELECT