{"version":3,"sources":["webpack:///./src/graphql/custom-queries.js"],"names":["listBuildingsCreate","listMyUnits","listDeals","listMyBuildings","listMyDeals","editDeal","getUserNotifications","getDealNew","getDealGraph","getDealMyDeals"],"mappings":"iNAAA,oVAAO,IAuFMA,EAAmC,oqDAmLnCC,EAA2B,k7DAyG3BC,EAAyB,s8MAmTzBC,EAA+B,25DAuG/BC,EAA2B,g7DAuM3BC,EAAwB,4wJAgQxBC,EAAoC,qlRAwcpCC,EAA0B,qmMA4mB1BC,EAA4B,4iLAsS5BC,EAA8B","file":"js/anonymous-group-deal-details~group-admin~group-create~group-dashboard~group-deal-details~group-deals~eae5c576.e71e41ea.js","sourcesContent":["export const listBuildings = /* GraphQL */ `\n\tquery ListBuildings($limit: Int, $nextToken: String) {\n\t\tlistBuildings(\n\t\t\tfilter: {\n\t\t\t\tor: [{ privacy: { eq: \"Public\" } }, { privacy: { eq: \"Private\" } }]\n\t\t\t}\n\t\t\tlimit: $limit\n\t\t\tnextToken: $nextToken\n\t\t) {\n\t\t\titems {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tname\n\t\t\t\tcity\n\t\t\t\taddres\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tpriceRange\n\t\t\t\tbeds\n\t\t\t\tbaths\n\t\t\t\tyearBuilt\n\t\t\t\tunitBreakout\n\t\t\t\ttotalUnits\n\t\t\t\tfloors\n\t\t\t\tviews\n\t\t\t\tcoordinates\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t}\n\t\t\t\tarchitect\n\t\t\t\tdescription\n\t\t\t\tavgLPrice\n\t\t\t\tavgSFPrice\n\t\t\t\tavgRPrice\n\t\t\t\tavgDOM\n\t\t\t\tfhaApproval\n\t\t\t\tfnmaApproval\n\t\t\t\trentalApproval\n\t\t\t\tdeal {\n\t\t\t\t\tid\n\t\t\t\t\tactive\n\t\t\t\t\tbuyerRebate\n\t\t\t\t\tdevIncentive\n\t\t\t\t\tdollarValues\n\t\t\t\t}\n\t\t\t\tcreatedDate\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tsitePlan\n\t\t\t\tfloorPlans\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tcondoDues\n\t\t\t\tunits {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tnickname\n\t\t\t\t\t\tprice\n\t\t\t\t\t\tdealPrice\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t}\n\t\t\tnextToken\n\t\t}\n\t}\n`;\nexport const listBuildingsCreate = /* GraphQL */ `\n\tquery ListBuildings(\n\t\t$limit: Int\n\t\t$nextToken: String\n\t\t$filter: ModelBuildingFilterInput\n\t) {\n\t\tlistBuildings(filter: $filter, limit: $limit, nextToken: $nextToken) {\n\t\t\titems {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tname\n\t\t\t\tcity\n\t\t\t\towner\n\t\t\t\taddres\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tpriceRange\n\t\t\t\tbeds\n\t\t\t\tbaths\n\t\t\t\tyearBuilt\n\t\t\t\tunitBreakout\n\t\t\t\ttotalUnits\n\t\t\t\tfloors\n\t\t\t\tviews\n\t\t\t\tcoordinates\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t}\n\t\t\t\tarchitect\n\t\t\t\tdescription\n\t\t\t\tavgLPrice\n\t\t\t\tavgSFPrice\n\t\t\t\tavgRPrice\n\t\t\t\tavgDOM\n\t\t\t\tfhaApproval\n\t\t\t\tfnmaApproval\n\t\t\t\trentalApproval\n\t\t\t\tdeal {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tactive\n\t\t\t\t\t\tbuyerRebate\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\tdollarValues\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tcreatedDate\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tsitePlan\n\t\t\t\tfloorPlans\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tcondoDues\n\t\t\t\tunits {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tnickname\n\t\t\t\t\t\tprice\n\t\t\t\t\t\tdealPrice\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\tsquareFootage\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t}\n\t\t\tnextToken\n\t\t}\n\t}\n`;\nexport const listUnits = /* GraphQL */ `\n\tquery ListUnits($limit: Int, $nextToken: String) {\n\t\tlistUnits(\n\t\t\tfilter: {\n\t\t\t\tor: [{ privacy: { eq: \"Public\" } }, { privacy: { eq: \"Private\" } }]\n\t\t\t}\n\t\t\tlimit: $limit\n\t\t\tnextToken: $nextToken\n\t\t) {\n\t\t\titems {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tbuildingName {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddres\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tpriceRange\n\t\t\t\t\tbeds\n\t\t\t\t\tbaths\n\t\t\t\t\tyearBuilt\n\t\t\t\t\tunitBreakout\n\t\t\t\t\ttotalUnits\n\t\t\t\t\tfloors\n\t\t\t\t\tviews\n\t\t\t\t\tcoordinates\n\t\t\t\t\tdescription\n\t\t\t\t\tavgLPrice\n\t\t\t\t\tavgSFPrice\n\t\t\t\t\tavgRPrice\n\t\t\t\t\tavgDOM\n\t\t\t\t\tfhaApproval\n\t\t\t\t\tfnmaApproval\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tsitePlan\n\t\t\t\t\tfloorPlans\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tcondoDues\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t}\n\t\t\t\taddress\n\t\t\t\tcity\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tunitNumber\n\t\t\t\tprice\n\t\t\t\tbed\n\t\t\t\tbath\n\t\t\t\tsquareFootage\n\t\t\t\tpriceSF\n\t\t\t\tviews\n\t\t\t\tdescription\n\t\t\t\tdeal {\n\t\t\t\t\tid\n\t\t\t\t\tactive\n\t\t\t\t\tbuyerRebate\n\t\t\t\t\tdevIncentive\n\t\t\t\t\tdollarValues\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t}\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tfloorPlan\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\tstatus\n\t\t\t}\n\t\t\tnextToken\n\t\t}\n\t}\n`;\n\nexport const listMyUnits = /* GraphQL */ `\n\tquery ListUnits(\n\t\t$filter: ModelUnitFilterInput\n\t\t$limit: Int\n\t\t$nextToken: String\n\t) {\n\t\tlistUnits(filter: $filter, limit: $limit, nextToken: $nextToken) {\n\t\t\titems {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tbuildingName {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddres\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tpriceRange\n\t\t\t\t\tbeds\n\t\t\t\t\tbaths\n\t\t\t\t\tyearBuilt\n\t\t\t\t\tunitBreakout\n\t\t\t\t\ttotalUnits\n\t\t\t\t\tfloors\n\t\t\t\t\tviews\n\t\t\t\t\tcoordinates\n\t\t\t\t\tamenities\n\t\t\t\t\tdescription\n\t\t\t\t\tavgLPrice\n\t\t\t\t\tavgSFPrice\n\t\t\t\t\tavgRPrice\n\t\t\t\t\tavgDOM\n\t\t\t\t\tfhaApproval\n\t\t\t\t\tfnmaApproval\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tsitePlan\n\t\t\t\t\tfloorPlans\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tcondoDues\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t\towner\n\t\t\t\t}\n\t\t\t\taddress\n\t\t\t\tcity\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tunitNumber\n\t\t\t\tprice\n\t\t\t\tbed\n\t\t\t\tbath\n\t\t\t\tsquareFootage\n\t\t\t\tpriceSF\n\t\t\t\tviews\n\t\t\t\tdescription\n\t\t\t\tamenities\n\t\t\t\tdeal {\n\t\t\t\t\tid\n\t\t\t\t\tactive\n\t\t\t\t\tbuyerRebate\n\t\t\t\t\tdevIncentive\n\t\t\t\t\tdollarValues\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\towner\n\t\t\t\t}\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tfloorPlan\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\tstatus\n\t\t\t\towner\n\t\t\t\taccessRequets {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tuser\n\t\t\t\t\t\tuser_name\n\t\t\t\t\t\tunit {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\tnickname\n\t\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tnextToken\n\t\t}\n\t}\n`;\n\nexport const listDeals = /* GraphQL */ `\n\tquery ListDeals(\n\t\t$filter: ModelDealFilterInput\n\t\t$limit: Int\n\t\t$nextToken: String\n\t) {\n\t\tlistDeals(filter: $filter, limit: $limit, nextToken: $nextToken) {\n\t\t\titems {\n\t\t\t\tid\n\t\t\t\tconfidential\n\t\t\t\tactive\n\t\t\t\ttitle\n\t\t\t\timages\n\t\t\t\tunits {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tquantity\n\t\t\t\t\t\tunit {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\taddress\n\t\t\t\t\t\t\tcity\n\t\t\t\t\t\t\tstate\n\t\t\t\t\t\t\tzip\n\t\t\t\t\t\t\tunitNumber\n\t\t\t\t\t\t\tprice\n\t\t\t\t\t\t\tbed\n\t\t\t\t\t\t\tbath\n\t\t\t\t\t\t\tsquareFootage\n\t\t\t\t\t\t\tpriceSF\n\t\t\t\t\t\t\tviews\n\t\t\t\t\t\t\tdescription\n\t\t\t\t\t\t\tamenities\n\t\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\t\timages\n\t\t\t\t\t\t\tvideos\n\t\t\t\t\t\t\tfloorPlan\n\t\t\t\t\t\t\tmarketingCollateral\n\t\t\t\t\t\t\tofferingMemorandum\n\t\t\t\t\t\t\tnickname\n\t\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\t\tprivacy\n\t\t\t\t\t\t\tstatus\n\t\t\t\t\t\t\towner\n\t\t\t\t\t\t\trentalApproval\n\t\t\t\t\t\t\tquantity\n\t\t\t\t\t\t\tdealPrice\n\t\t\t\t\t\t\tnumber\n\t\t\t\t\t\t\tquantityInDeal\n\t\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\t\tmanagementSF\n\t\t\t\t\t\t\tpropertyTaxSF\n\t\t\t\t\t\t\tinsuranceSF\n\t\t\t\t\t\t\trepairSF\n\t\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbuilding {\n\t\t\t\t\tid\n\t\t\t\t\tcommunity {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t\tneighborhood\n\t\t\t\t\ttotalSF\n\t\t\t\t\tname\n\t\t\t\t\tcity\n\t\t\t\t\taddres\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tpriceRange\n\t\t\t\t\tbeds\n\t\t\t\t\tbaths\n\t\t\t\t\tyearBuilt\n\t\t\t\t\tunitBreakout\n\t\t\t\t\ttotalUnits\n\t\t\t\t\tfloors\n\t\t\t\t\tviews\n\t\t\t\t\tcoordinates\n\t\t\t\t\tamenities\n\t\t\t\t\tdeveloper {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t\taddress\n\t\t\t\t\t\tcity\n\t\t\t\t\t\tstate\n\t\t\t\t\t\tzip\n\t\t\t\t\t\twebAddress\n\t\t\t\t\t\temail\n\t\t\t\t\t\ttel\n\t\t\t\t\t\tmobile\n\t\t\t\t\t\tnonCircumvent\n\t\t\t\t\t\tdealsPosted\n\t\t\t\t\t\tnumberOfProjects\n\t\t\t\t\t\tyearFormed\n\t\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t\tarchitect\n\t\t\t\t\tdescription\n\t\t\t\t\tavgLPrice\n\t\t\t\t\tavgSFPrice\n\t\t\t\t\tavgRPrice\n\t\t\t\t\tavgDOM\n\t\t\t\t\tfhaApproval\n\t\t\t\t\tfnmaApproval\n\t\t\t\t\trentalApproval\n\t\t\t\t\tdeal {\n\t\t\t\t\t\titems {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\tactive\n\t\t\t\t\t\t\ttitle\n\t\t\t\t\t\t\tbuyerRebate\n\t\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\t\tdollarValues\n\t\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\t\tprivacy\n\t\t\t\t\t\t\towner\n\t\t\t\t\t\t\trentalApproval\n\t\t\t\t\t\t\tofferingMemorandum\n\t\t\t\t\t\t\totherDocs\n\t\t\t\t\t\t\tpublicDesc\n\t\t\t\t\t\t\tprivateDesc\n\t\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\t\tdiscount\n\t\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tsitePlan\n\t\t\t\t\tfloorPlans\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tcondoDues\n\t\t\t\t\tunits {\n\t\t\t\t\t\tnextToken\n\t\t\t\t\t}\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t\towner\n\t\t\t\t\taccessRequets {\n\t\t\t\t\t\tnextToken\n\t\t\t\t\t}\n\t\t\t\t\ttotalSfForSale\n\t\t\t\t\ttotalSfValue\n\t\t\t\t\tlastSaleDate\n\t\t\t\t\tlastSaleAmount\n\t\t\t\t\tlastSaleSF\n\t\t\t\t\thistoricalAppreciation\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tunitNumbers {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\taddress\n\t\t\t\t\t\tcity\n\t\t\t\t\t\tstate\n\t\t\t\t\t\tzip\n\t\t\t\t\t\tunitNumber\n\t\t\t\t\t\tprice\n\t\t\t\t\t\tbed\n\t\t\t\t\t\tbath\n\t\t\t\t\t\tsquareFootage\n\t\t\t\t\t\tpriceSF\n\t\t\t\t\t\tviews\n\t\t\t\t\t\tdescription\n\t\t\t\t\t\tamenities\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\timages\n\t\t\t\t\t\tvideos\n\t\t\t\t\t\tfloorPlan\n\t\t\t\t\t\tmarketingCollateral\n\t\t\t\t\t\tofferingMemorandum\n\t\t\t\t\t\tnickname\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\tstatus\n\t\t\t\t\t\towner\n\t\t\t\t\t\trentalApproval\n\t\t\t\t\t\tquantity\n\t\t\t\t\t\tdealPrice\n\t\t\t\t\t\tnumber\n\t\t\t\t\t\tquantityInDeal\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\tmanagementSF\n\t\t\t\t\t\tpropertyTaxSF\n\t\t\t\t\t\tinsuranceSF\n\t\t\t\t\t\trepairSF\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t\tdeals {\n\t\t\t\t\t\tnextToken\n\t\t\t\t\t}\n\t\t\t\t\tbuildings {\n\t\t\t\t\t\tnextToken\n\t\t\t\t\t}\n\t\t\t\t\tuser {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tfirstName\n\t\t\t\t\t\tlastName\n\t\t\t\t\t\tusername\n\t\t\t\t\t\temail\n\t\t\t\t\t\ttel\n\t\t\t\t\t\tmobile\n\t\t\t\t\t\tnonCircumvent\n\t\t\t\t\t\tpreApproved\n\t\t\t\t\t\taccredited\n\t\t\t\t\t\tnewsletter\n\t\t\t\t\t\tavatar\n\t\t\t\t\t\tfavorites\n\t\t\t\t\t\tfavoriteBuildings\n\t\t\t\t\t\tfavoriteDeals\n\t\t\t\t\t\taccessRequests\n\t\t\t\t\t\tnotificationRequests\n\t\t\t\t\t\tnotificationGranted\n\t\t\t\t\t\tnotificationDenied\n\t\t\t\t\t\tnotificationNew\n\t\t\t\t\t\tnotificationDigest\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tbuyerRebate\n\t\t\t\tdevIncentive\n\t\t\t\tdollarValues\n\t\t\t\tleads {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t}\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\towner\n\t\t\t\trentalApproval\n\t\t\t\taccessRequets {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tuser\n\t\t\t\t\t\tuser_name\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tofferingMemorandum\n\t\t\t\totherDocs\n\t\t\t\tpublicDesc\n\t\t\t\tprivateDesc\n\t\t\t\trentalAssumptions\n\t\t\t\tdiscount\n\t\t\t\tnotifications {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\ttype\n\t\t\t\t\t\ttext\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tnextToken\n\t\t}\n\t}\n`;\n\nexport const listMyBuildings = /* GraphQL */ `\n\tquery ListBuildings(\n\t\t$filter: ModelBuildingFilterInput\n\t\t$limit: Int\n\t\t$nextToken: String\n\t) {\n\t\tlistBuildings(filter: $filter, limit: $limit, nextToken: $nextToken) {\n\t\t\titems {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tname\n\t\t\t\tcity\n\t\t\t\taddres\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tpriceRange\n\t\t\t\tbeds\n\t\t\t\tbaths\n\t\t\t\tyearBuilt\n\t\t\t\tunitBreakout\n\t\t\t\ttotalUnits\n\t\t\t\tfloors\n\t\t\t\tviews\n\t\t\t\tcoordinates\n\t\t\t\tamenities\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t}\n\t\t\t\tarchitect\n\t\t\t\tdescription\n\t\t\t\tavgLPrice\n\t\t\t\tavgSFPrice\n\t\t\t\tavgRPrice\n\t\t\t\tavgDOM\n\t\t\t\tfhaApproval\n\t\t\t\tfnmaApproval\n\t\t\t\trentalApproval\n\t\t\t\tdeal {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tactive\n\t\t\t\t\t\tbuyerRebate\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\tdollarValues\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\towner\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tsitePlan\n\t\t\t\tfloorPlans\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tcondoDues\n\t\t\t\tunits {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\tstatus\n\t\t\t\towner\n\t\t\t\taccessRequets {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tuser\n\t\t\t\t\t\tuser_name\n\t\t\t\t\t\tbuilding {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tnextToken\n\t\t}\n\t}\n`;\nexport const listMyDeals = /* GraphQL */ `\n\tquery ListDeals(\n\t\t$filter: ModelDealFilterInput\n\t\t$limit: Int\n\t\t$nextToken: String\n\t) {\n\t\tlistDeals(filter: $filter, limit: $limit, nextToken: $nextToken) {\n\t\t\titems {\n\t\t\t\tid\n\t\t\t\ttitle\n\t\t\t\tactive\n\t\t\t\tupdatedAt\n\t\t\t\tcreatedAt\n\t\t\t\tbuilding {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddres\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tpriceRange\n\t\t\t\t\tbeds\n\t\t\t\t\tbaths\n\t\t\t\t\tyearBuilt\n\t\t\t\t\tunitBreakout\n\t\t\t\t\ttotalUnits\n\t\t\t\t\tfloors\n\t\t\t\t\tviews\n\t\t\t\t\tcoordinates\n\t\t\t\t\tamenities\n\t\t\t\t\tdescription\n\t\t\t\t\tavgLPrice\n\t\t\t\t\tavgSFPrice\n\t\t\t\t\tavgRPrice\n\t\t\t\t\tavgDOM\n\t\t\t\t\tfhaApproval\n\t\t\t\t\tfnmaApproval\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tsitePlan\n\t\t\t\t\tfloorPlans\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tcondoDues\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t\towner\n\t\t\t\t}\n\t\t\t\tunitNumbers {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t}\n\t\t\t\tbuyerRebate\n\t\t\t\tdevIncentive\n\t\t\t\tdollarValues\n\t\t\t\tleads {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\towner\n\t\t\t\taccessRequets {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tuser\n\t\t\t\t\t\tuser_name\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t\tdeal {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\t\ttitle\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstatus\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tnextToken\n\t\t}\n\t}\n`;\n\nexport const listBuildingsDashboard = /* GraphQL */ `\n\tquery ListBuildings(\n\t\t$filter: ModelBuildingFilterInput\n\t\t$limit: Int\n\t\t$nextToken: String\n\t) {\n\t\tlistBuildings(filter: $filter, limit: $limit, nextToken: $nextToken) {\n\t\t\titems {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tname\n\t\t\t\tcity\n\t\t\t\taddres\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tpriceRange\n\t\t\t\tbeds\n\t\t\t\tbaths\n\t\t\t\tyearBuilt\n\t\t\t\tunitBreakout\n\t\t\t\ttotalUnits\n\t\t\t\tfloors\n\t\t\t\tviews\n\t\t\t\tcoordinates\n\t\t\t\tamenities\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t}\n\t\t\t\tarchitect\n\t\t\t\tdescription\n\t\t\t\tavgLPrice\n\t\t\t\tavgSFPrice\n\t\t\t\tavgRPrice\n\t\t\t\tavgDOM\n\t\t\t\tfhaApproval\n\t\t\t\tfnmaApproval\n\t\t\t\trentalApproval\n\t\t\t\tdeal {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tactive\n\t\t\t\t\t\ttitle\n\t\t\t\t\t\tbuyerRebate\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\tdollarValues\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\towner\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tsitePlan\n\t\t\t\tfloorPlans\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tcondoDues\n\t\t\t\tunits {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\tstatus\n\t\t\t\towner\n\t\t\t\taccessRequets {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t}\n\t\t\tnextToken\n\t\t}\n\t}\n`;\n\nexport const editDeal = /* GraphQL */ `\n\tquery GetDeal($id: ID!) {\n\t\tgetDeal(id: $id) {\n\t\t\tid\n\t\t\tactive\n\t\t\ttitle\n\t\t\tdiscount\n\t\t\tofferingMemorandum\n\t\t\totherDocs\n\t\t\timages\n\t\t\tvideos\n\t\t\tfeatured\n\t\t\toverridePrice\n\t\t\toverrideDiscount\n\t\t\tpublicDesc\n\t\t\tprivateDesc\n\t\t\tndaLink\n\t\t\tminimalInfo\n\t\t\tunits {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tquantity\n\t\t\t\t\tindex\n\t\t\t\t\tunit {\n\t\t\t\t\t\tid\n\t\t\t\t\t\taddress\n\t\t\t\t\t\tcity\n\t\t\t\t\t\tstate\n\t\t\t\t\t\tzip\n\t\t\t\t\t\tunitNumber\n\t\t\t\t\t\tprice\n\t\t\t\t\t\tbed\n\t\t\t\t\t\tbath\n\t\t\t\t\t\tsquareFootage\n\t\t\t\t\t\tpriceSF\n\t\t\t\t\t\tviews\n\t\t\t\t\t\tdescription\n\t\t\t\t\t\tamenities\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\timages\n\t\t\t\t\t\tvideos\n\t\t\t\t\t\tfloorPlan\n\t\t\t\t\t\tmarketingCollateral\n\t\t\t\t\t\tofferingMemorandum\n\t\t\t\t\t\tnickname\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\tstatus\n\t\t\t\t\t\towner\n\t\t\t\t\t\trentalApproval\n\t\t\t\t\t\tquantity\n\t\t\t\t\t\tdealPrice\n\t\t\t\t\t\tnumber\n\t\t\t\t\t\tquantityInDeal\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\tmanagementSF\n\t\t\t\t\t\tpropertyTaxSF\n\t\t\t\t\t\tinsuranceSF\n\t\t\t\t\t\trepairSF\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tbuilding {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tname\n\t\t\t\tcity\n\t\t\t\taddres\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tpriceRange\n\t\t\t\tbeds\n\t\t\t\tbaths\n\t\t\t\tyearBuilt\n\t\t\t\tunitBreakout\n\t\t\t\ttotalUnits\n\t\t\t\tfloors\n\t\t\t\tviews\n\t\t\t\tcoordinates\n\t\t\t\tamenities\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t}\n\t\t\t\tarchitect\n\t\t\t\tdescription\n\t\t\t\tavgLPrice\n\t\t\t\tavgSFPrice\n\t\t\t\tavgRPrice\n\t\t\t\tavgDOM\n\t\t\t\tfhaApproval\n\t\t\t\tfnmaApproval\n\t\t\t\trentalApproval\n\t\t\t\tdeal {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tactive\n\t\t\t\t\t\ttitle\n\t\t\t\t\t\tbuyerRebate\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\tdollarValues\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\towner\n\t\t\t\t\t\trentalApproval\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tsitePlan\n\t\t\t\tfloorPlans\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tcondoDues\n\t\t\t\tunits {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tnickname\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\tprice\n\t\t\t\t\t\tdealPrice\n\t\t\t\t\t\tsquareFootage\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\tstatus\n\t\t\t\towner\n\t\t\t\taccessRequets {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t}\n\t\t\tunitNumbers {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tunitNumber\n\t\t\t\t\tprice\n\t\t\t\t\tbed\n\t\t\t\t\tbath\n\t\t\t\t\tsquareFootage\n\t\t\t\t\tpriceSF\n\t\t\t\t\tviews\n\t\t\t\t\tdescription\n\t\t\t\t\tamenities\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tfloorPlan\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t\towner\n\t\t\t\t\trentalApproval\n\t\t\t\t\trentalAssumptions\n\t\t\t\t\tprice\n\t\t\t\t\tdealPrice\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tdeveloper {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\taddress\n\t\t\t\tcity\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\twebAddress\n\t\t\t\temail\n\t\t\t\ttel\n\t\t\t\tmobile\n\t\t\t\tnonCircumvent\n\t\t\t\tdealsPosted\n\t\t\t\tnumberOfProjects\n\t\t\t\tyearFormed\n\t\t\t\treservationAssignmentTerms\n\t\t\t\tcontractFlippingTerms\n\t\t\t\tdeals {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tbuildings {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuser {\n\t\t\t\t\tid\n\t\t\t\t\tfirstName\n\t\t\t\t\tlastName\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tpreApproved\n\t\t\t\t\taccredited\n\t\t\t\t\tnewsletter\n\t\t\t\t\tavatar\n\t\t\t\t\tfavorites\n\t\t\t\t\tfavoriteBuildings\n\t\t\t\t\tfavoriteDeals\n\t\t\t\t\taccessRequests\n\t\t\t\t}\n\t\t\t}\n\t\t\tbuyerRebate\n\t\t\tdevIncentive\n\t\t\tdollarValues\n\t\t\tleads {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tuserAccess\n\t\t\tcreatedDate\n\t\t\tprivacy\n\t\t\towner\n\t\t\trentalApproval\n\t\t\taccessRequets {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tuser\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t}\n\t}\n`;\nexport const getUserNotifications = /* GraphQL */ `\n\tquery GetUser($id: ID!) {\n\t\tgetUser(id: $id) {\n\t\t\tid\n\t\t\tfirstName\n\t\t\tlastName\n\t\t\tcompanyName\n\t\t\tusername\n\t\t\temail\n\t\t\ttel\n\t\t\tconfigured\n\t\t\tmobile\n\t\t\tignoreDeals\n\t\t\tdeveloper {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\taddress\n\t\t\t\tcity\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\twebAddress\n\t\t\t\temail\n\t\t\t\ttel\n\t\t\t\tmobile\n\t\t\t\tnonCircumvent\n\t\t\t\tdealsPosted\n\t\t\t\tnumberOfProjects\n\t\t\t\tyearFormed\n\t\t\t\treservationAssignmentTerms\n\t\t\t\tcontractFlippingTerms\n\t\t\t\tdeals {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tbuildings {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuser {\n\t\t\t\t\tid\n\t\t\t\t\tfirstName\n\t\t\t\t\tlastName\n\t\t\t\t\tusername\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tpreApproved\n\t\t\t\t\taccredited\n\t\t\t\t\tnewsletter\n\t\t\t\t\tavatar\n\t\t\t\t\tfavorites\n\t\t\t\t\tfavoriteBuildings\n\t\t\t\t\tfavoriteDeals\n\t\t\t\t\taccessRequests\n\t\t\t\t\tnotificationRequests\n\t\t\t\t\tnotificationGranted\n\t\t\t\t\tnotificationDenied\n\t\t\t\t\tnotificationNew\n\t\t\t\t\tnotificationDigest\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tnonCircumvent\n\t\t\tpreApproved\n\t\t\taccredited\n\t\t\tpriorTransactions {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tmyOffers {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tbuildingName {\n\t\t\t\t\tid\n\t\t\t\t\tneighborhood\n\t\t\t\t\ttotalSF\n\t\t\t\t\tname\n\t\t\t\t\tcity\n\t\t\t\t\taddres\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tpriceRange\n\t\t\t\t\tbeds\n\t\t\t\t\tbaths\n\t\t\t\t\tyearBuilt\n\t\t\t\t\tunitBreakout\n\t\t\t\t\ttotalUnits\n\t\t\t\t\tfloors\n\t\t\t\t\tviews\n\t\t\t\t\tcoordinates\n\t\t\t\t\tamenities\n\t\t\t\t\tarchitect\n\t\t\t\t\tdescription\n\t\t\t\t\tavgLPrice\n\t\t\t\t\tavgSFPrice\n\t\t\t\t\tavgRPrice\n\t\t\t\t\tavgDOM\n\t\t\t\t\tfhaApproval\n\t\t\t\t\tfnmaApproval\n\t\t\t\t\trentalApproval\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tsitePlan\n\t\t\t\t\tfloorPlans\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tcondoDues\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t\towner\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\taddress\n\t\t\t\tcity\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tunitNumber\n\t\t\t\tprice\n\t\t\t\tbed\n\t\t\t\tbath\n\t\t\t\tsquareFootage\n\t\t\t\tpriceSF\n\t\t\t\tviews\n\t\t\t\tdescription\n\t\t\t\tamenities\n\t\t\t\tdeal {\n\t\t\t\t\tid\n\t\t\t\t\tactive\n\t\t\t\t\ttitle\n\t\t\t\t\tbuyerRebate\n\t\t\t\t\tdevIncentive\n\t\t\t\t\tdollarValues\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\towner\n\t\t\t\t\trentalApproval\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\totherDocs\n\t\t\t\t\tpublicDesc\n\t\t\t\t\tprivateDesc\n\t\t\t\t\trentalAssumptions\n\t\t\t\t\tdiscount\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tfloorPlan\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\tstatus\n\t\t\t\towner\n\t\t\t\trentalApproval\n\t\t\t\taccessRequets {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tquantity\n\t\t\t\tdealPrice\n\t\t\t\tnumber\n\t\t\t\tquantityInDeal\n\t\t\t\trentalAssumptions\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tmyReservations {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tbuildingName {\n\t\t\t\t\tid\n\t\t\t\t\tneighborhood\n\t\t\t\t\ttotalSF\n\t\t\t\t\tname\n\t\t\t\t\tcity\n\t\t\t\t\taddres\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tpriceRange\n\t\t\t\t\tbeds\n\t\t\t\t\tbaths\n\t\t\t\t\tyearBuilt\n\t\t\t\t\tunitBreakout\n\t\t\t\t\ttotalUnits\n\t\t\t\t\tfloors\n\t\t\t\t\tviews\n\t\t\t\t\tcoordinates\n\t\t\t\t\tamenities\n\t\t\t\t\tarchitect\n\t\t\t\t\tdescription\n\t\t\t\t\tavgLPrice\n\t\t\t\t\tavgSFPrice\n\t\t\t\t\tavgRPrice\n\t\t\t\t\tavgDOM\n\t\t\t\t\tfhaApproval\n\t\t\t\t\tfnmaApproval\n\t\t\t\t\trentalApproval\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tsitePlan\n\t\t\t\t\tfloorPlans\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tcondoDues\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t\towner\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\taddress\n\t\t\t\tcity\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tunitNumber\n\t\t\t\tprice\n\t\t\t\tbed\n\t\t\t\tbath\n\t\t\t\tsquareFootage\n\t\t\t\tpriceSF\n\t\t\t\tviews\n\t\t\t\tdescription\n\t\t\t\tamenities\n\t\t\t\tdeal {\n\t\t\t\t\tid\n\t\t\t\t\tactive\n\t\t\t\t\ttitle\n\t\t\t\t\tbuyerRebate\n\t\t\t\t\tdevIncentive\n\t\t\t\t\tdollarValues\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\towner\n\t\t\t\t\trentalApproval\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\totherDocs\n\t\t\t\t\tpublicDesc\n\t\t\t\t\tprivateDesc\n\t\t\t\t\trentalAssumptions\n\t\t\t\t\tdiscount\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tfloorPlan\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\tstatus\n\t\t\t\towner\n\t\t\t\trentalApproval\n\t\t\t\taccessRequets {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tquantity\n\t\t\t\tdealPrice\n\t\t\t\tnumber\n\t\t\t\tquantityInDeal\n\t\t\t\trentalAssumptions\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tsavedDeals {\n\t\t\t\tid\n\t\t\t\tactive\n\t\t\t\ttitle\n\t\t\t\tbuilding {\n\t\t\t\t\tid\n\t\t\t\t\tneighborhood\n\t\t\t\t\ttotalSF\n\t\t\t\t\tname\n\t\t\t\t\tcity\n\t\t\t\t\taddres\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tpriceRange\n\t\t\t\t\tbeds\n\t\t\t\t\tbaths\n\t\t\t\t\tyearBuilt\n\t\t\t\t\tunitBreakout\n\t\t\t\t\ttotalUnits\n\t\t\t\t\tfloors\n\t\t\t\t\tviews\n\t\t\t\t\tcoordinates\n\t\t\t\t\tamenities\n\t\t\t\t\tarchitect\n\t\t\t\t\tdescription\n\t\t\t\t\tavgLPrice\n\t\t\t\t\tavgSFPrice\n\t\t\t\t\tavgRPrice\n\t\t\t\t\tavgDOM\n\t\t\t\t\tfhaApproval\n\t\t\t\t\tfnmaApproval\n\t\t\t\t\trentalApproval\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tsitePlan\n\t\t\t\t\tfloorPlans\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tcondoDues\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t\towner\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tunitNumbers {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tbuyerRebate\n\t\t\t\tdevIncentive\n\t\t\t\tdollarValues\n\t\t\t\tleads {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\towner\n\t\t\t\trentalApproval\n\t\t\t\taccessRequets {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tofferingMemorandum\n\t\t\t\totherDocs\n\t\t\t\tpublicDesc\n\t\t\t\tprivateDesc\n\t\t\t\trentalAssumptions\n\t\t\t\tdiscount\n\t\t\t\tnotifications {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\talerts {\n\t\t\t\tid\n\t\t\t\ttext\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tnewsletter\n\t\t\tavatar\n\t\t\tfavorites\n\t\t\tfavoriteBuildings\n\t\t\tfavoriteDeals\n\t\t\taccessRequests\n\t\t\tnotificationRequests\n\t\t\tnotificationGranted\n\t\t\tnotificationDenied\n\t\t\tnotificationNew\n\t\t\tnotificationDigest\n\t\t\tnotifications {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\ttype\n\t\t\t\t\ttext\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t\tdeal {\n\t\t\t\t\t\tid\n\t\t\t\t\t\ttitle\n\t\t\t\t\t}\n\t\t\t\t\tsender {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tfirstName\n\t\t\t\t\t\tlastName\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tsentNotifications {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\ttype\n\t\t\t\t\ttext\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t\tdeal {\n\t\t\t\t\t\tid\n\t\t\t\t\t\ttitle\n\t\t\t\t\t}\n\t\t\t\t\tuser {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tfirstName\n\t\t\t\t\t\tlastName\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tcreatedAt\n\t\t\tupdatedAt\n\t\t}\n\t}\n`;\n\nexport const getDealNew = /* GraphQL */ `\n\tquery GetDeal($id: ID!) {\n\t\tgetDeal(id: $id) {\n\t\t\tid\n\t\t\tconfidential\n\t\t\tactive\n\t\t\ttitle\n\t\t\tupdatedAt\n\t\t\timages\n\t\t\tvideos\n\t\t\tunitSpreadSheet\n\t\t\tstackPlan\n\t\t\tminimalInfo\n\t\t\tndaLink\n\t\t\tbuilding {\n\t\t\t\tid\n\t\t\t\tbuildingTotalSF\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tneighborhood\n\t\t\t\ttotalSF\n\t\t\t\tname\n\t\t\t\tcity\n\t\t\t\taddres\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tpriceRange\n\t\t\t\tbeds\n\t\t\t\tbaths\n\t\t\t\tyearBuilt\n\t\t\t\tunitBreakout\n\t\t\t\ttotalUnits\n\t\t\t\tfloors\n\t\t\t\tviews\n\t\t\t\tcoordinates\n\t\t\t\tamenities\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tarchitect\n\t\t\t\tdescription\n\t\t\t\tavgLPrice\n\t\t\t\tstatus\n\t\t\t\tavgSFPrice\n\t\t\t\tavgRPrice\n\t\t\t\tavgDOM\n\t\t\t\tfhaApproval\n\t\t\t\tfnmaApproval\n\t\t\t\trentalApproval\n\t\t\t\tdeal {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tactive\n\t\t\t\t\t\ttitle\n\t\t\t\t\t\tbuyerRebate\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\tdollarValues\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\towner\n\t\t\t\t\t\trentalApproval\n\t\t\t\t\t\tofferingMemorandum\n\t\t\t\t\t\totherDocs\n\t\t\t\t\t\tpublicDesc\n\t\t\t\t\t\tprivateDesc\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\tdiscount\n\t\t\t\t\t\tfeatured\n\t\t\t\t\t\tunitQuantity\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tsitePlan\n\t\t\t\tfloorPlans\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\n\t\t\t\tnickname\n\t\t\t\tcondoDues\n\t\t\t\tunits {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\tstatus\n\t\t\t\towner\n\t\t\t\taccessRequets {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\ttotalSfForSale\n\t\t\t\ttotalSfValue\n\t\t\t\tlastSaleDate\n\t\t\t\tlastSaleAmount\n\t\t\t\tlastSaleSF\n\t\t\t\thistoricalAppreciation\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tunitNumbers {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tunitNumber\n\t\t\t\t\tprice\n\t\t\t\t\tbed\n\t\t\t\t\tbath\n\t\t\t\t\tsquareFootage\n\t\t\t\t\tpriceSF\n\t\t\t\t\tviews\n\t\t\t\t\tdescription\n\t\t\t\t\tamenities\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tfloorPlan\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t\towner\n\t\t\t\t\trentalApproval\n\t\t\t\t\tquantity\n\t\t\t\t\tdealPrice\n\t\t\t\t\tnumber\n\t\t\t\t\tquantityInDeal\n\t\t\t\t\trentalAssumptions\n\t\t\t\t\tmanagementSF\n\t\t\t\t\tpropertyTaxSF\n\t\t\t\t\tinsuranceSF\n\t\t\t\t\trepairSF\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tdeveloper {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\taddress\n\t\t\t\tcity\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\twebAddress\n\t\t\t\temail\n\t\t\t\ttel\n\t\t\t\tmobile\n\t\t\t\tnonCircumvent\n\t\t\t\tdealsPosted\n\t\t\t\tnumberOfProjects\n\t\t\t\tyearFormed\n\t\t\t\treservationAssignmentTerms\n\t\t\t\tcontractFlippingTerms\n\t\t\t\tdeals {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tbuildings {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuser {\n\t\t\t\t\tid\n\t\t\t\t\tfirstName\n\t\t\t\t\tlastName\n\t\t\t\t\tusername\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tpreApproved\n\t\t\t\t\taccredited\n\t\t\t\t\tnewsletter\n\t\t\t\t\tavatar\n\t\t\t\t\tfavorites\n\t\t\t\t\tfavoriteBuildings\n\t\t\t\t\tfavoriteDeals\n\t\t\t\t\taccessRequests\n\t\t\t\t\tnotificationRequests\n\t\t\t\t\tnotificationGranted\n\t\t\t\t\tnotificationDenied\n\t\t\t\t\tnotificationNew\n\t\t\t\t\tnotificationDigest\n\t\t\t\t\tis_sa\n\t\t\t\t\tconfigured\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tbuyerRebate\n\t\t\tdevIncentive\n\t\t\tdollarValues\n\t\t\tleads {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tuserAccess\n\t\t\tcreatedDate\n\t\t\tprivacy\n\t\t\towner\n\t\t\trentalApproval\n\t\t\taccessRequets {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tuser\n\t\t\t\t\tuser_name\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tofferingMemorandum\n\t\t\totherDocs\n\t\t\tpublicDesc\n\t\t\tprivateDesc\n\t\t\trentalAssumptions\n\t\t\tdiscount\n\t\t\tnotifications {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\ttype\n\t\t\t\t\ttext\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tfeatured\n\t\t\tunitQuantity\n\t\t\tunits {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tquantity\n\t\t\t\t\tindex\n\t\t\t\t\tunit {\n\t\t\t\t\t\tid\n\t\t\t\t\t\taddress\n\t\t\t\t\t\tcity\n\t\t\t\t\t\tstate\n\t\t\t\t\t\tzip\n\t\t\t\t\t\tunitNumber\n\t\t\t\t\t\tprice\n\t\t\t\t\t\tbed\n\t\t\t\t\t\tbath\n\t\t\t\t\t\tbedsCount\n\t\t\t\t\t\tbathsCount\n\t\t\t\t\t\tsquareFootage\n\t\t\t\t\t\tpriceSF\n\t\t\t\t\t\tviews\n\t\t\t\t\t\tdescription\n\t\t\t\t\t\tamenities\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\timages\n\t\t\t\t\t\tvideos\n\t\t\t\t\t\tfloorPlan\n\t\t\t\t\t\tmarketingCollateral\n\t\t\t\t\t\tofferingMemorandum\n\t\t\t\t\t\tnickname\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\tstatus\n\t\t\t\t\t\towner\n\t\t\t\t\t\trentalApproval\n\t\t\t\t\t\tquantity\n\t\t\t\t\t\tdealPrice\n\t\t\t\t\t\tnumber\n\t\t\t\t\t\tquantityInDeal\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\tmanagementSF\n\t\t\t\t\t\tpropertyTaxSF\n\t\t\t\t\t\tinsuranceSF\n\t\t\t\t\t\trepairSF\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tcreatedAt\n\t\t\tupdatedAt\n\t\t}\n\t}\n`;\n\nexport const getDealFavorites = /* GraphQL */ `\n\tquery GetDeal($id: ID!) {\n\t\tgetDeal(id: $id) {\n\t\t\tid\n\t\t\tactive\n\t\t\ttitle\n\t\t\timages\n\t\t\tunits {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tquantity\n\t\t\t\t\tunit {\n\t\t\t\t\t\tid\n\t\t\t\t\t\taddress\n\t\t\t\t\t\tcity\n\t\t\t\t\t\tstate\n\t\t\t\t\t\tzip\n\t\t\t\t\t\tunitNumber\n\t\t\t\t\t\tprice\n\t\t\t\t\t\tbed\n\t\t\t\t\t\tbath\n\t\t\t\t\t\tsquareFootage\n\t\t\t\t\t\tpriceSF\n\t\t\t\t\t\tviews\n\t\t\t\t\t\tdescription\n\t\t\t\t\t\tamenities\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\timages\n\t\t\t\t\t\tvideos\n\t\t\t\t\t\tfloorPlan\n\t\t\t\t\t\tmarketingCollateral\n\t\t\t\t\t\tofferingMemorandum\n\t\t\t\t\t\tnickname\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\tstatus\n\t\t\t\t\t\towner\n\t\t\t\t\t\trentalApproval\n\t\t\t\t\t\tquantity\n\t\t\t\t\t\tdealPrice\n\t\t\t\t\t\tnumber\n\t\t\t\t\t\tquantityInDeal\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\tmanagementSF\n\t\t\t\t\t\tpropertyTaxSF\n\t\t\t\t\t\tinsuranceSF\n\t\t\t\t\t\trepairSF\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tbuilding {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tneighborhood\n\t\t\t\ttotalSF\n\t\t\t\tname\n\t\t\t\tcity\n\t\t\t\taddres\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tpriceRange\n\t\t\t\tbeds\n\t\t\t\tbaths\n\t\t\t\tyearBuilt\n\t\t\t\tunitBreakout\n\t\t\t\ttotalUnits\n\t\t\t\tfloors\n\t\t\t\tviews\n\t\t\t\tcoordinates\n\t\t\t\tamenities\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tarchitect\n\t\t\t\tdescription\n\t\t\t\tavgLPrice\n\t\t\t\tavgSFPrice\n\t\t\t\tavgRPrice\n\t\t\t\tavgDOM\n\t\t\t\tfhaApproval\n\t\t\t\tfnmaApproval\n\t\t\t\trentalApproval\n\t\t\t\tdeal {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tactive\n\t\t\t\t\t\ttitle\n\t\t\t\t\t\tbuyerRebate\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\tdollarValues\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\towner\n\t\t\t\t\t\trentalApproval\n\t\t\t\t\t\tofferingMemorandum\n\t\t\t\t\t\totherDocs\n\t\t\t\t\t\tpublicDesc\n\t\t\t\t\t\tprivateDesc\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\tdiscount\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tsitePlan\n\t\t\t\tfloorPlans\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tcondoDues\n\t\t\t\tunits {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\tstatus\n\t\t\t\towner\n\t\t\t\taccessRequets {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\ttotalSfForSale\n\t\t\t\ttotalSfValue\n\t\t\t\tlastSaleDate\n\t\t\t\tlastSaleAmount\n\t\t\t\tlastSaleSF\n\t\t\t\thistoricalAppreciation\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tunitNumbers {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tunitNumber\n\t\t\t\t\tprice\n\t\t\t\t\tbed\n\t\t\t\t\tbath\n\t\t\t\t\tsquareFootage\n\t\t\t\t\tpriceSF\n\t\t\t\t\tviews\n\t\t\t\t\tdescription\n\t\t\t\t\tamenities\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tfloorPlan\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t\towner\n\t\t\t\t\trentalApproval\n\t\t\t\t\tquantity\n\t\t\t\t\tdealPrice\n\t\t\t\t\tnumber\n\t\t\t\t\tquantityInDeal\n\t\t\t\t\trentalAssumptions\n\t\t\t\t\tmanagementSF\n\t\t\t\t\tpropertyTaxSF\n\t\t\t\t\tinsuranceSF\n\t\t\t\t\trepairSF\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tdeveloper {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\taddress\n\t\t\t\tcity\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\twebAddress\n\t\t\t\temail\n\t\t\t\ttel\n\t\t\t\tmobile\n\t\t\t\tnonCircumvent\n\t\t\t\tdealsPosted\n\t\t\t\tnumberOfProjects\n\t\t\t\tyearFormed\n\t\t\t\treservationAssignmentTerms\n\t\t\t\tcontractFlippingTerms\n\t\t\t\tdeals {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tbuildings {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuser {\n\t\t\t\t\tid\n\t\t\t\t\tfirstName\n\t\t\t\t\tlastName\n\t\t\t\t\tusername\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tpreApproved\n\t\t\t\t\taccredited\n\t\t\t\t\tnewsletter\n\t\t\t\t\tavatar\n\t\t\t\t\tfavorites\n\t\t\t\t\tfavoriteBuildings\n\t\t\t\t\tfavoriteDeals\n\t\t\t\t\taccessRequests\n\t\t\t\t\tnotificationRequests\n\t\t\t\t\tnotificationGranted\n\t\t\t\t\tnotificationDenied\n\t\t\t\t\tnotificationNew\n\t\t\t\t\tnotificationDigest\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tbuyerRebate\n\t\t\tdevIncentive\n\t\t\tdollarValues\n\t\t\tleads {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tuserAccess\n\t\t\tcreatedDate\n\t\t\tprivacy\n\t\t\towner\n\t\t\trentalApproval\n\t\t\taccessRequets {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tuser\n\t\t\t\t\tuser_name\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tofferingMemorandum\n\t\t\totherDocs\n\t\t\tpublicDesc\n\t\t\tprivateDesc\n\t\t\trentalAssumptions\n\t\t\tdiscount\n\t\t\tnotifications {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\ttype\n\t\t\t\t\ttext\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tcreatedAt\n\t\t\tupdatedAt\n\t\t}\n\t}\n`;\n\nexport const getDealGraph = /* GraphQL */ `\n\tquery GetDeal($id: ID!) {\n\t\tgetDeal(id: $id) {\n\t\t\tid\n\t\t\tactive\n\t\t\ttitle\n\t\t\timages\n\t\t\tbuilding {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tneighborhood\n\t\t\t\ttotalSF\n\t\t\t\tname\n\t\t\t\tcity\n\t\t\t\taddres\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tpriceRange\n\t\t\t\tbeds\n\t\t\t\tbaths\n\t\t\t\tyearBuilt\n\t\t\t\tunitBreakout\n\t\t\t\ttotalUnits\n\t\t\t\tfloors\n\t\t\t\tviews\n\t\t\t\tcoordinates\n\t\t\t\tamenities\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tarchitect\n\t\t\t\tdescription\n\t\t\t\tavgLPrice\n\t\t\t\tavgSFPrice\n\t\t\t\tavgRPrice\n\t\t\t\tavgDOM\n\t\t\t\tfhaApproval\n\t\t\t\tfnmaApproval\n\t\t\t\trentalApproval\n\t\t\t\tdeal {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tactive\n\t\t\t\t\t\ttitle\n\t\t\t\t\t\tbuyerRebate\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\tdollarValues\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\towner\n\t\t\t\t\t\trentalApproval\n\t\t\t\t\t\tofferingMemorandum\n\t\t\t\t\t\totherDocs\n\t\t\t\t\t\tpublicDesc\n\t\t\t\t\t\tprivateDesc\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\tdiscount\n\t\t\t\t\t\tfeatured\n\t\t\t\t\t\tunitQuantity\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tsitePlan\n\t\t\t\tfloorPlans\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tcondoDues\n\t\t\t\tunits {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\tstatus\n\t\t\t\towner\n\t\t\t\taccessRequets {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\ttotalSfForSale\n\t\t\t\ttotalSfValue\n\t\t\t\tlastSaleDate\n\t\t\t\tlastSaleAmount\n\t\t\t\tlastSaleSF\n\t\t\t\thistoricalAppreciation\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tunitNumbers {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tunitNumber\n\t\t\t\t\tprice\n\t\t\t\t\tbed\n\t\t\t\t\tbath\n\t\t\t\t\tsquareFootage\n\t\t\t\t\tpriceSF\n\t\t\t\t\tviews\n\t\t\t\t\tdescription\n\t\t\t\t\tamenities\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tfloorPlan\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t\towner\n\t\t\t\t\trentalApproval\n\t\t\t\t\tquantity\n\t\t\t\t\tdealPrice\n\t\t\t\t\tnumber\n\t\t\t\t\tquantityInDeal\n\t\t\t\t\trentalAssumptions\n\t\t\t\t\tmanagementSF\n\t\t\t\t\tpropertyTaxSF\n\t\t\t\t\tinsuranceSF\n\t\t\t\t\trepairSF\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tdeveloper {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\taddress\n\t\t\t\tcity\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\twebAddress\n\t\t\t\temail\n\t\t\t\ttel\n\t\t\t\tmobile\n\t\t\t\tnonCircumvent\n\t\t\t\tdealsPosted\n\t\t\t\tnumberOfProjects\n\t\t\t\tyearFormed\n\t\t\t\treservationAssignmentTerms\n\t\t\t\tcontractFlippingTerms\n\t\t\t\tdeals {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tbuildings {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuser {\n\t\t\t\t\tid\n\t\t\t\t\tfirstName\n\t\t\t\t\tlastName\n\t\t\t\t\tusername\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tpreApproved\n\t\t\t\t\taccredited\n\t\t\t\t\tnewsletter\n\t\t\t\t\tavatar\n\t\t\t\t\tfavorites\n\t\t\t\t\tfavoriteBuildings\n\t\t\t\t\tfavoriteDeals\n\t\t\t\t\taccessRequests\n\t\t\t\t\tnotificationRequests\n\t\t\t\t\tnotificationGranted\n\t\t\t\t\tnotificationDenied\n\t\t\t\t\tnotificationNew\n\t\t\t\t\tnotificationDigest\n\t\t\t\t\tis_sa\n\t\t\t\t\tconfigured\n\t\t\t\t\tignoreDeals\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tbuyerRebate\n\t\t\tdevIncentive\n\t\t\tdollarValues\n\t\t\tleads {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tdownPayment\n\t\t\t\t\tpurchasePrice\n\t\t\t\t\tbidAmount\n\t\t\t\t\tholdPeriod\n\t\t\t\t\tinvestmentType\n\t\t\t\t\tpropertyTax\n\t\t\t\t\tmanagement\n\t\t\t\t\trepairs\n\t\t\t\t\tinsurance\n\t\t\t\t\tvacancy\n\t\t\t\t\tcustomRent\n\t\t\t\t\tmanualBid\n\t\t\t\t\tofferAmount\n\t\t\t\t\tuserId\n\t\t\t\t\tdealId\n\t\t\t\t\tinvestmentTarget\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tuserAccess\n\t\t\tcreatedDate\n\t\t\tprivacy\n\t\t\towner\n\t\t\trentalApproval\n\t\t\taccessRequets {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tuser\n\t\t\t\t\tuser_name\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tofferingMemorandum\n\t\t\totherDocs\n\t\t\tpublicDesc\n\t\t\tprivateDesc\n\t\t\trentalAssumptions\n\t\t\tdiscount\n\t\t\tnotifications {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\ttype\n\t\t\t\t\ttext\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tfeatured\n\t\t\tunitQuantity\n\t\t\tunits {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tquantity\n\t\t\t\t\tindex\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t\tunit {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tbed\n\t\t\t\t\t\tbath\n\t\t\t\t\t\tprice\n\t\t\t\t\t\tsquareFootage\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tcreatedAt\n\t\t\tupdatedAt\n\t\t}\n\t}\n`;\nexport const getDealMyDeals = /* GraphQL */ `\n\tquery GetDeal($id: ID!) {\n\t\tgetDeal(id: $id) {\n\t\t\tid\n\t\t\tactive\n\t\t\ttitle\n\t\t\timages\n\t\t\tunits {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tquantity\n\t\t\t\t\tunit {\n\t\t\t\t\t\tid\n\t\t\t\t\t\taddress\n\t\t\t\t\t\tcity\n\t\t\t\t\t\tstate\n\t\t\t\t\t\tzip\n\t\t\t\t\t\tunitNumber\n\t\t\t\t\t\tprice\n\t\t\t\t\t\tbed\n\t\t\t\t\t\tbath\n\t\t\t\t\t\tsquareFootage\n\t\t\t\t\t\tpriceSF\n\t\t\t\t\t\tviews\n\t\t\t\t\t\tdescription\n\t\t\t\t\t\tamenities\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\timages\n\t\t\t\t\t\tvideos\n\t\t\t\t\t\tfloorPlan\n\t\t\t\t\t\tmarketingCollateral\n\t\t\t\t\t\tofferingMemorandum\n\t\t\t\t\t\tnickname\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\tstatus\n\t\t\t\t\t\towner\n\t\t\t\t\t\trentalApproval\n\t\t\t\t\t\tquantity\n\t\t\t\t\t\tdealPrice\n\t\t\t\t\t\tnumber\n\t\t\t\t\t\tquantityInDeal\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\tmanagementSF\n\t\t\t\t\t\tpropertyTaxSF\n\t\t\t\t\t\tinsuranceSF\n\t\t\t\t\t\trepairSF\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tbuilding {\n\t\t\t\tid\n\t\t\t\tcommunity {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tneighborhood\n\t\t\t\ttotalSF\n\t\t\t\tname\n\t\t\t\tcity\n\t\t\t\taddres\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\tpriceRange\n\t\t\t\tbeds\n\t\t\t\tbaths\n\t\t\t\tyearBuilt\n\t\t\t\tunitBreakout\n\t\t\t\ttotalUnits\n\t\t\t\tfloors\n\t\t\t\tviews\n\t\t\t\tcoordinates\n\t\t\t\tamenities\n\t\t\t\tdeveloper {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\twebAddress\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tdealsPosted\n\t\t\t\t\tnumberOfProjects\n\t\t\t\t\tyearFormed\n\t\t\t\t\treservationAssignmentTerms\n\t\t\t\t\tcontractFlippingTerms\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tarchitect\n\t\t\t\tdescription\n\t\t\t\tavgLPrice\n\t\t\t\tavgSFPrice\n\t\t\t\tavgRPrice\n\t\t\t\tavgDOM\n\t\t\t\tfhaApproval\n\t\t\t\tfnmaApproval\n\t\t\t\trentalApproval\n\t\t\t\tdeal {\n\t\t\t\t\titems {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tactive\n\t\t\t\t\t\ttitle\n\t\t\t\t\t\tbuyerRebate\n\t\t\t\t\t\tdevIncentive\n\t\t\t\t\t\tdollarValues\n\t\t\t\t\t\tuserAccess\n\t\t\t\t\t\tcreatedDate\n\t\t\t\t\t\tprivacy\n\t\t\t\t\t\towner\n\t\t\t\t\t\trentalApproval\n\t\t\t\t\t\tofferingMemorandum\n\t\t\t\t\t\totherDocs\n\t\t\t\t\t\tpublicDesc\n\t\t\t\t\t\tprivateDesc\n\t\t\t\t\t\trentalAssumptions\n\t\t\t\t\t\tdiscount\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tdevIncentive\n\t\t\t\timages\n\t\t\t\tvideos\n\t\t\t\tsitePlan\n\t\t\t\tfloorPlans\n\t\t\t\tmarketingCollateral\n\t\t\t\tofferingMemorandum\n\t\t\t\tnickname\n\t\t\t\tcondoDues\n\t\t\t\tunits {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuserAccess\n\t\t\t\tcreatedDate\n\t\t\t\tprivacy\n\t\t\t\tstatus\n\t\t\t\towner\n\t\t\t\taccessRequets {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\ttotalSfForSale\n\t\t\t\ttotalSfValue\n\t\t\t\tlastSaleDate\n\t\t\t\tlastSaleAmount\n\t\t\t\tlastSaleSF\n\t\t\t\thistoricalAppreciation\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tunitNumbers {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\taddress\n\t\t\t\t\tcity\n\t\t\t\t\tstate\n\t\t\t\t\tzip\n\t\t\t\t\tunitNumber\n\t\t\t\t\tprice\n\t\t\t\t\tbed\n\t\t\t\t\tbath\n\t\t\t\t\tsquareFootage\n\t\t\t\t\tpriceSF\n\t\t\t\t\tviews\n\t\t\t\t\tdescription\n\t\t\t\t\tamenities\n\t\t\t\t\tdevIncentive\n\t\t\t\t\timages\n\t\t\t\t\tvideos\n\t\t\t\t\tfloorPlan\n\t\t\t\t\tmarketingCollateral\n\t\t\t\t\tofferingMemorandum\n\t\t\t\t\tnickname\n\t\t\t\t\tuserAccess\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tprivacy\n\t\t\t\t\tstatus\n\t\t\t\t\towner\n\t\t\t\t\trentalApproval\n\t\t\t\t\tquantity\n\t\t\t\t\tdealPrice\n\t\t\t\t\tnumber\n\t\t\t\t\tquantityInDeal\n\t\t\t\t\trentalAssumptions\n\t\t\t\t\tmanagementSF\n\t\t\t\t\tpropertyTaxSF\n\t\t\t\t\tinsuranceSF\n\t\t\t\t\trepairSF\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tdeveloper {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t\taddress\n\t\t\t\tcity\n\t\t\t\tstate\n\t\t\t\tzip\n\t\t\t\twebAddress\n\t\t\t\temail\n\t\t\t\ttel\n\t\t\t\tmobile\n\t\t\t\tnonCircumvent\n\t\t\t\tdealsPosted\n\t\t\t\tnumberOfProjects\n\t\t\t\tyearFormed\n\t\t\t\treservationAssignmentTerms\n\t\t\t\tcontractFlippingTerms\n\t\t\t\tdeals {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tbuildings {\n\t\t\t\t\tnextToken\n\t\t\t\t}\n\t\t\t\tuser {\n\t\t\t\t\tid\n\t\t\t\t\tfirstName\n\t\t\t\t\tlastName\n\t\t\t\t\tusername\n\t\t\t\t\temail\n\t\t\t\t\ttel\n\t\t\t\t\tmobile\n\t\t\t\t\tnonCircumvent\n\t\t\t\t\tpreApproved\n\t\t\t\t\taccredited\n\t\t\t\t\tnewsletter\n\t\t\t\t\tavatar\n\t\t\t\t\tfavorites\n\t\t\t\t\tfavoriteBuildings\n\t\t\t\t\tfavoriteDeals\n\t\t\t\t\taccessRequests\n\t\t\t\t\tnotificationRequests\n\t\t\t\t\tnotificationGranted\n\t\t\t\t\tnotificationDenied\n\t\t\t\t\tnotificationNew\n\t\t\t\t\tnotificationDigest\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tcreatedAt\n\t\t\t\tupdatedAt\n\t\t\t}\n\t\t\tbuyerRebate\n\t\t\tdevIncentive\n\t\t\tdollarValues\n\t\t\tleads {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tuserAccess\n\t\t\tcreatedDate\n\t\t\tprivacy\n\t\t\towner\n\t\t\trentalApproval\n\t\t\taccessRequets {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\tuser\n\t\t\t\t\tuser_name\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tofferingMemorandum\n\t\t\totherDocs\n\t\t\tpublicDesc\n\t\t\tprivateDesc\n\t\t\trentalAssumptions\n\t\t\tdiscount\n\t\t\tnotifications {\n\t\t\t\titems {\n\t\t\t\t\tid\n\t\t\t\t\ttype\n\t\t\t\t\ttext\n\t\t\t\t\tcreatedAt\n\t\t\t\t\tupdatedAt\n\t\t\t\t}\n\t\t\t\tnextToken\n\t\t\t}\n\t\t\tcreatedAt\n\t\t\tupdatedAt\n\t\t}\n\t}\n`;\n"],"sourceRoot":""}