Merge branch 'mayankSprint2' of http://git.wdipl.com/Mayank.Mishra/MinglarBackendNestJS into paritosh-main1
This commit is contained in:
@@ -305,6 +305,7 @@ export class SchedulingService {
|
||||
activityDisplayStatus: true,
|
||||
activityInternalStatus: true,
|
||||
ActivitiesMedia: {
|
||||
where: { isActive: true },
|
||||
select: {
|
||||
id: true,
|
||||
mediaFileName: true,
|
||||
@@ -353,11 +354,13 @@ export class SchedulingService {
|
||||
activityTitle: true,
|
||||
activityRefNumber: true,
|
||||
ActivityVenues: {
|
||||
where: { isActive: true },
|
||||
select: {
|
||||
id: true,
|
||||
venueName: true,
|
||||
venueLabel: true,
|
||||
ScheduleHeader: {
|
||||
where: { isActive: true },
|
||||
select: {
|
||||
id: true,
|
||||
scheduleType: true,
|
||||
@@ -366,6 +369,7 @@ export class SchedulingService {
|
||||
earlyCheckInMins: true,
|
||||
bookingCutOffMins: true,
|
||||
ScheduleDetails: {
|
||||
where: { isActive: true },
|
||||
select: {
|
||||
id: true,
|
||||
occurenceDate: true,
|
||||
@@ -376,6 +380,7 @@ export class SchedulingService {
|
||||
}
|
||||
},
|
||||
Cancellations: {
|
||||
where: { isActive: true },
|
||||
select: {
|
||||
id: true,
|
||||
slotXid: true,
|
||||
@@ -393,12 +398,14 @@ export class SchedulingService {
|
||||
}
|
||||
},
|
||||
scheduleOccurences: {
|
||||
where: { isActive: true },
|
||||
select: {
|
||||
id: true,
|
||||
occurenceDate: true
|
||||
}
|
||||
},
|
||||
scheduleRecurrences: {
|
||||
where: { isActive: true },
|
||||
select: {
|
||||
id: true,
|
||||
weekDay: true,
|
||||
@@ -410,6 +417,7 @@ export class SchedulingService {
|
||||
}
|
||||
},
|
||||
ActivitiesMedia: {
|
||||
where: { isActive: true },
|
||||
select: {
|
||||
id: true,
|
||||
mediaFileName: true,
|
||||
|
||||
Reference in New Issue
Block a user