@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 +1 -1
- package/src/extendedSchemas.ts +0 -5
package/package.json
CHANGED
package/src/extendedSchemas.ts
CHANGED
|
@@ -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
|