export declare const footballMatchesQuery = "\nquery matchList($startIndex: Int, $endIndex: Int,$startDate: String, $endDate: String, $matchIds: [String], $tournIds: [String], $fbOddsTypes: [FBOddsType]!, $fbOddsTypesM: [FBOddsType]!, $inplayOnly: Boolean, $featuredMatchesOnly: Boolean, $frontEndIds: [String], $earlySettlementOnly: Boolean, $showAllMatch: Boolean) {\n    matches(startIndex: $startIndex,endIndex: $endIndex, startDate: $startDate, endDate: $endDate, matchIds: $matchIds, tournIds: $tournIds, fbOddsTypes: $fbOddsTypesM, inplayOnly: $inplayOnly, featuredMatchesOnly: $featuredMatchesOnly, frontEndIds: $frontEndIds, earlySettlementOnly: $earlySettlementOnly, showAllMatch: $showAllMatch) {\n      id\n      frontEndId\n      matchDate\n      kickOffTime\n      status\n      updateAt\n      sequence\n      esIndicatorEnabled\n      homeTeam {\n        id\n        name_en\n        name_ch\n      }\n      awayTeam {\n        id\n        name_en\n        name_ch\n      }\n      tournament {\n        id\n        frontEndId\n        nameProfileId\n        isInteractiveServiceAvailable\n        code\n        name_en\n        name_ch\n      }\n      isInteractiveServiceAvailable\n      inplayDelay\n      venue {\n        code\n        name_en\n        name_ch\n      }\n      tvChannels {\n        code\n        name_en\n        name_ch\n      }\n      liveEvents {\n        id\n        code\n      }\n      featureStartTime\n      featureMatchSequence\n      poolInfo {\n        normalPools\n        inplayPools\n        sellingPools\n        ntsInfo\n        entInfo\n        definedPools\n      }\n      runningResult {\n        homeScore\n        awayScore\n        corner\n        homeCorner\n        awayCorner\n      }\n      runningResultExtra {\n        homeScore\n        awayScore\n        corner\n        homeCorner\n        awayCorner\n      }\n      adminOperation {\n        remark {\n          typ\n        }\n      }\n      foPools(fbOddsTypes: $fbOddsTypes) {\n        id\n        status\n        oddsType\n        instNo\n        inplay\n        name_ch\n        name_en\n        updateAt\n        expectedSuspendDateTime\n        lines {\n          lineId\n          status\n          condition\n          main\n          combinations {\n            combId\n            str\n            status\n            offerEarlySettlement\n            currentOdds\n            selections {\n              selId\n              str\n              name_ch\n              name_en\n            }\n          }\n        }\n      }\n    }\n  }\n";
export declare const footballMatchDetailsQuery = "\nquery matchList($startIndex: Int, $endIndex: Int,$startDate: String, $endDate: String, $matchIds: [String], $tournIds: [String], $fbOddsTypes: [FBOddsType]!, $fbOddsTypesM: [FBOddsType]!, $inplayOnly: Boolean, $featuredMatchesOnly: Boolean, $frontEndIds: [String], $earlySettlementOnly: Boolean, $showAllMatch: Boolean) {\n    matches(startIndex: $startIndex,endIndex: $endIndex, startDate: $startDate, endDate: $endDate, matchIds: $matchIds, tournIds: $tournIds, fbOddsTypes: $fbOddsTypesM, inplayOnly: $inplayOnly, featuredMatchesOnly: $featuredMatchesOnly, frontEndIds: $frontEndIds, earlySettlementOnly: $earlySettlementOnly, showAllMatch: $showAllMatch) {\n      id\n      frontEndId\n      matchDate\n      kickOffTime\n      status\n      updateAt\n      sequence\n      esIndicatorEnabled\n      homeTeam {\n        id\n        name_en\n        name_ch\n      }\n      awayTeam {\n        id\n        name_en\n        name_ch\n      }\n      tournament {\n        id\n        frontEndId\n        nameProfileId\n        isInteractiveServiceAvailable\n        code\n        name_en\n        name_ch\n      }\n      isInteractiveServiceAvailable\n      inplayDelay\n      venue {\n        code\n        name_en\n        name_ch\n      }\n      tvChannels {\n        code\n        name_en\n        name_ch\n      }\n      liveEvents {\n        id\n        code\n      }\n      featureStartTime\n      featureMatchSequence\n      poolInfo {\n        normalPools\n        inplayPools\n        sellingPools\n        ntsInfo\n        entInfo\n        definedPools\n      }\n      runningResult {\n        homeScore\n        awayScore\n        corner\n        homeCorner\n        awayCorner\n      }\n      runningResultExtra {\n        homeScore\n        awayScore\n        corner\n        homeCorner\n        awayCorner\n      }\n      adminOperation {\n        remark {\n          typ\n        }\n      }\n      foPools(fbOddsTypes: $fbOddsTypes) {\n        id\n        status\n        oddsType\n        instNo\n        inplay\n        name_ch\n        name_en\n        updateAt\n        expectedSuspendDateTime\n        lines {\n          lineId\n          status\n          condition\n          main\n          combinations {\n            combId\n            str\n            status\n            offerEarlySettlement\n            currentOdds\n            selections {\n              selId\n              str\n              name_ch\n              name_en\n            }\n          }\n        }\n      }\n    }\n  }\n";
export declare const runningMatchQuery = "\n      query matchList($startIndex: Int, $endIndex: Int,$startDate: String, $endDate: String, $matchIds: [String], $tournIds: [String], $fbOddsTypes: [FBOddsType]!, $fbOddsTypesM: [FBOddsType]!, $inplayOnly: Boolean, $featuredMatchesOnly: Boolean, $frontEndIds: [String], $earlySettlementOnly: Boolean, $showAllMatch: Boolean) {\n        matches(startIndex: $startIndex,endIndex: $endIndex, startDate: $startDate, endDate: $endDate, matchIds: $matchIds, tournIds: $tournIds, fbOddsTypes: $fbOddsTypesM, inplayOnly: $inplayOnly, featuredMatchesOnly: $featuredMatchesOnly, frontEndIds: $frontEndIds, earlySettlementOnly: $earlySettlementOnly, showAllMatch: $showAllMatch) {\n          id\n          frontEndId\n          matchDate\n          kickOffTime\n          status\n          updateAt\n          sequence\n          esIndicatorEnabled\n          homeTeam {\n            id\n            name_en\n            name_ch\n          }\n          awayTeam {\n            id\n            name_en\n            name_ch\n          }\n          tournament {\n            id\n            frontEndId\n            nameProfileId\n            isInteractiveServiceAvailable\n            code\n            name_en\n            name_ch\n          }\n          isInteractiveServiceAvailable\n          inplayDelay\n          venue {\n            code\n            name_en\n            name_ch\n          }\n          tvChannels {\n            code\n            name_en\n            name_ch\n          }\n          liveEvents {\n            id\n            code\n          }\n          featureStartTime\n          featureMatchSequence\n          poolInfo {\n            normalPools\n            inplayPools\n            sellingPools\n            ntsInfo\n            entInfo\n            definedPools\n          }\n          runningResult {\n            homeScore\n            awayScore\n            corner\n            homeCorner\n            awayCorner\n          }\n          runningResultExtra {\n            homeScore\n            awayScore\n            corner\n            homeCorner\n            awayCorner\n          }\n          adminOperation {\n            remark {\n              typ\n            }\n          }\n          foPools(fbOddsTypes: $fbOddsTypes) {\n            id\n            status\n            oddsType\n            instNo\n            inplay\n            name_ch\n            name_en\n            updateAt\n            expectedSuspendDateTime\n            lines {\n              lineId\n              status\n              condition\n              main\n              combinations {\n                combId\n                str\n                status\n                offerEarlySettlement\n                currentOdds\n                selections {\n                  selId\n                  str\n                  name_ch\n                  name_en\n                }\n              }\n            }\n          }\n        }\n      }\n";
export declare const historicFootballMatchesQuery = "\nquery matchResults($startDate: String, $endDate: String, $startIndex: Int,$endIndex: Int,$teamId: String) {\n    timeOffset {\n    fb\n    }\n    matchNumByDate(startDate: $startDate, endDate: $endDate, teamId: $teamId) {\n    total\n    }\n    matches: matchResult(startDate: $startDate, endDate: $endDate, startIndex: $startIndex,endIndex: $endIndex, teamId: $teamId) {\n    id\n    status\n    frontEndId\n    matchDayOfWeek\n    matchNumber\n    matchDate\n    kickOffTime\n    sequence\n    homeTeam {\n        id\n        name_en\n        name_ch\n    }\n    awayTeam {\n        id\n        name_en\n        name_ch\n    }\n    tournament {\n        code\n        name_en\n        name_ch\n    }\n    results {\n        homeResult\n        awayResult\n        ttlCornerResult\n        resultConfirmType\n        payoutConfirmed\n        stageId\n        resultType\n        sequence\n    }\n    poolInfo {\n        payoutRefundPools\n        refundPools\n        ntsInfo\n        entInfo\n        definedPools\n        ngsInfo {\n        str\n        name_en\n        name_ch\n        instNo\n        }\n        agsInfo {\n        str\n        name_en\n        name_ch\n        }\n    }\n    }\n}\n";
export declare const historicFootballMatchDetailsQuery = "\nquery matchResultDetails($matchId: String, $fbOddsTypes: [FBOddsType]!) {\n  matches: matchResult(matchId: $matchId) {\n    id\n    foPools(fbOddsTypes: $fbOddsTypes, resultOnly: true) {\n      id\n      status\n      oddsType\n      instNo\n      name_ch\n      name_en\n      lines(resultOnly: true) {\n        combinations {\n          str\n          status\n          winOrd\n          selections {\n            selId\n            str\n            name_ch\n            name_en\n          }\n        }\n      }\n    }\n    additionalResults {\n      resSetId\n      results {\n        awayResult\n        homeResult\n        ttlCornerResult\n        mask\n        payoutConfirmed\n        resultConfirmType\n        resultType\n        sequence\n        stageId\n      }\n    }\n  }\n}\n";
