Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
This commit is contained in:
@@ -1761,6 +1761,8 @@ export class UserService {
|
|||||||
select: {
|
select: {
|
||||||
id: true,
|
id: true,
|
||||||
exclusiveNotes: true,
|
exclusiveNotes: true,
|
||||||
|
SafetyInstruction: true,
|
||||||
|
Cancellations: true,
|
||||||
dosNotes: true,
|
dosNotes: true,
|
||||||
dontsNotes: true,
|
dontsNotes: true,
|
||||||
tipsNotes: true,
|
tipsNotes: true,
|
||||||
@@ -1915,6 +1917,9 @@ export class UserService {
|
|||||||
ActivityVenues: {
|
ActivityVenues: {
|
||||||
where: {
|
where: {
|
||||||
isActive: true,
|
isActive: true,
|
||||||
|
ScheduleHeader: {
|
||||||
|
some: {}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
select: {
|
select: {
|
||||||
id: true,
|
id: true,
|
||||||
@@ -1933,6 +1938,18 @@ export class UserService {
|
|||||||
mediaType: true,
|
mediaType: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
ScheduleHeader: {
|
||||||
|
select: {
|
||||||
|
id: true,
|
||||||
|
scheduleType: true,
|
||||||
|
startDate: true,
|
||||||
|
endDate: true,
|
||||||
|
earlyCheckInMins: true,
|
||||||
|
bookingCutOffMins: true,
|
||||||
|
effectiveFromDt: true,
|
||||||
|
effectiveToDt: true,
|
||||||
|
}
|
||||||
|
},
|
||||||
ActivityPrices: {
|
ActivityPrices: {
|
||||||
select: {
|
select: {
|
||||||
id: true,
|
id: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user