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: {
|
||||
id: true,
|
||||
exclusiveNotes: true,
|
||||
SafetyInstruction: true,
|
||||
Cancellations: true,
|
||||
dosNotes: true,
|
||||
dontsNotes: true,
|
||||
tipsNotes: true,
|
||||
@@ -1915,6 +1917,9 @@ export class UserService {
|
||||
ActivityVenues: {
|
||||
where: {
|
||||
isActive: true,
|
||||
ScheduleHeader: {
|
||||
some: {}
|
||||
}
|
||||
},
|
||||
select: {
|
||||
id: true,
|
||||
@@ -1933,6 +1938,18 @@ export class UserService {
|
||||
mediaType: true,
|
||||
},
|
||||
},
|
||||
ScheduleHeader: {
|
||||
select: {
|
||||
id: true,
|
||||
scheduleType: true,
|
||||
startDate: true,
|
||||
endDate: true,
|
||||
earlyCheckInMins: true,
|
||||
bookingCutOffMins: true,
|
||||
effectiveFromDt: true,
|
||||
effectiveToDt: true,
|
||||
}
|
||||
},
|
||||
ActivityPrices: {
|
||||
select: {
|
||||
id: true,
|
||||
|
||||
Reference in New Issue
Block a user