@@ -573,6 +573,12 @@ describe('Testing listing service', () => {
573573 parksAndCommunityCenters : 'parks' ,
574574 schools : 'schools' ,
575575 publicTransportation : 'public transportation' ,
576+ busStops : 'bus stops' ,
577+ hospitals : 'hospitals' ,
578+ playgrounds : 'playgrounds' ,
579+ recreationalFacilities : 'recreational facilities' ,
580+ seniorCenters : 'senior centers' ,
581+ shoppingVenues : 'shopping venues' ,
576582 } ,
577583 marketingType : undefined ,
578584 } ;
@@ -1453,7 +1459,10 @@ describe('Testing listing service', () => {
14531459 OR : [
14541460 {
14551461 reviewOrderType : {
1456- equals : ReviewOrderTypeEnum . waitlist ,
1462+ in : [
1463+ ReviewOrderTypeEnum . waitlist ,
1464+ ReviewOrderTypeEnum . waitlistLottery ,
1465+ ] ,
14571466 } ,
14581467 } ,
14591468 ] ,
@@ -1650,7 +1659,10 @@ describe('Testing listing service', () => {
16501659 OR : [
16511660 {
16521661 reviewOrderType : {
1653- equals : ReviewOrderTypeEnum . waitlist ,
1662+ in : [
1663+ ReviewOrderTypeEnum . waitlist ,
1664+ ReviewOrderTypeEnum . waitlistLottery ,
1665+ ] ,
16541666 } ,
16551667 } ,
16561668 ] ,
@@ -3482,6 +3494,12 @@ describe('Testing listing service', () => {
34823494 parksAndCommunityCenters : 'parks' ,
34833495 schools : 'schools' ,
34843496 publicTransportation : 'public transportation' ,
3497+ busStops : 'bus stops' ,
3498+ hospitals : 'hospitals' ,
3499+ playgrounds : 'playgrounds' ,
3500+ recreationalFacilities : 'recreational facilities' ,
3501+ seniorCenters : 'senior centers' ,
3502+ shoppingVenues : 'shopping venues' ,
34853503 } ,
34863504 } ,
34873505 jurisdictions : {
@@ -3984,6 +4002,12 @@ describe('Testing listing service', () => {
39844002 parksAndCommunityCenters : 'parks' ,
39854003 schools : 'schools' ,
39864004 publicTransportation : 'public transportation' ,
4005+ busStops : 'bus stops' ,
4006+ hospitals : 'hospitals' ,
4007+ playgrounds : 'playgrounds' ,
4008+ recreationalFacilities : 'recreational facilities' ,
4009+ seniorCenters : 'senior centers' ,
4010+ shoppingVenues : 'shopping venues' ,
39874011 } ,
39884012 } ,
39894013 jurisdictions : {
@@ -4463,6 +4487,12 @@ describe('Testing listing service', () => {
44634487 parksAndCommunityCenters : 'parks' ,
44644488 schools : 'schools' ,
44654489 publicTransportation : 'public transportation' ,
4490+ busStops : 'bus stops' ,
4491+ hospitals : 'hospitals' ,
4492+ playgrounds : 'playgrounds' ,
4493+ recreationalFacilities : 'recreational facilities' ,
4494+ seniorCenters : 'senior centers' ,
4495+ shoppingVenues : 'shopping venues' ,
44664496 } ;
44674497
44684498 const calculatedUnitsAvailable = service . calculateUnitsAvailable (
@@ -4842,6 +4872,12 @@ describe('Testing listing service', () => {
48424872 pharmacies : null ,
48434873 publicTransportation : null ,
48444874 schools : null ,
4875+ busStops : null ,
4876+ hospitals : null ,
4877+ playgrounds : null ,
4878+ recreationalFacilities : null ,
4879+ seniorCenters : null ,
4880+ shoppingVenues : null ,
48454881 } ,
48464882 update : {
48474883 groceryStores : null ,
@@ -4850,6 +4886,12 @@ describe('Testing listing service', () => {
48504886 pharmacies : null ,
48514887 publicTransportation : null ,
48524888 schools : null ,
4889+ busStops : null ,
4890+ hospitals : null ,
4891+ playgrounds : null ,
4892+ recreationalFacilities : null ,
4893+ seniorCenters : null ,
4894+ shoppingVenues : null ,
48534895 } ,
48544896 where : {
48554897 id : undefined ,
@@ -4993,6 +5035,12 @@ describe('Testing listing service', () => {
49935035 pharmacies : null ,
49945036 publicTransportation : null ,
49955037 schools : null ,
5038+ busStops : null ,
5039+ hospitals : null ,
5040+ playgrounds : null ,
5041+ recreationalFacilities : null ,
5042+ seniorCenters : null ,
5043+ shoppingVenues : null ,
49965044 } ,
49975045 update : {
49985046 groceryStores : null ,
@@ -5001,6 +5049,12 @@ describe('Testing listing service', () => {
50015049 pharmacies : null ,
50025050 publicTransportation : null ,
50035051 schools : null ,
5052+ busStops : null ,
5053+ hospitals : null ,
5054+ playgrounds : null ,
5055+ recreationalFacilities : null ,
5056+ seniorCenters : null ,
5057+ shoppingVenues : null ,
50045058 } ,
50055059 where : {
50065060 id : undefined ,
0 commit comments