export declare const getAllRaw = "\n\tquery getAllEvents {\n\t\tgetAllEvents {\n\t\t\tlist {\n\t\t\t\tid\n\t\t\t\ttitle\n\t\t\t\tdescription\n\t\t\t\ttime\n\t\t\t\tbannerUrl\n\t\t\t\tlink\n\t\t\t\txpReward\n\t\t\t\ttotalCheckins\n\t\t\t\ttype\n\t\t\t\tlabels\n channel\n host\n hostLink\n eventLogo\n locationAddress\n locationAddressLink\n locationName\n locationNameLink\n\t\t\t\tlatitude\n\t\t\t\tlongitude\n\t\t\t\tcountYesResponses\n\t\t\t\tnonStamp\n\t\t\t\tisExpired\n\t\t\t\tappId\n\t\t\t\tappName\n\t\t\t\tappImageUrl\n\t\t\t\tsegments {\n\t\t\t\t\tid\n\t\t\t\t\teventId\n\t\t\t\t\ttitle\n\t\t\t\t\tdescription\n\t\t\t\t\tstartDate\n\t\t\t\t\tendDate\n\t\t\t\t\tbannerImage\n\t\t\t\t\tstampImage\n\t\t\t\t}\n\t\t\t}\n\t\t\ttotal\n\t\t}\n\t}\n"; export declare const getAllEventsZlibRaw = "\n\tquery getAllEventsZlib {\n\t\tgetAllEventsZlib\n\t}\n"; export declare const getByIdRaw = "\nquery getEventById($input: String!) {\n\tgetEventById(eventId: $input) {\n\t\t\tid\n\t\t\ttitle\n\t\t\tdescription\n\t\t\ttime\n\t\t\texpiresAt\n\t\t\tbannerUrl\n\t\t\tlink\n\t\t\txpReward\n\t\t\ttype\n eventLogo\n host\n stampImage\n\t\t\tnonStamp\n\t\t\tisExpired\n\t\t\tappId\n\t\t\tappName\n\t\t\tappImageUrl\n\t\t\tisHidden\n\t\t\thiddenText\n\t\t\tsegments {\n\t\t\t\tid\n\t\t\t\teventId\n\t\t\t\ttitle\n\t\t\t\tdescription\n\t\t\t\tstartDate\n\t\t\t\tendDate\n\t\t\t\tbannerImage\n\t\t\t\tstampImage\n\t\t\t}\n\t}\n}\n"; export declare const getByIdForAccountRaw = "\nquery getEventByIdForAccount($input: String!) {\n\tgetEventByIdForAccount(eventId: $input) {\n\t\t\tid\n\t\t\ttitle\n\t\t\tdescription\n\t\t\ttime\n\t\t\texpiresAt\n\t\t\tbannerUrl\n\t\t\tlink\n\t\t\txpReward\n\t\t\ttype\n eventLogo\n host\n stampImage\n\t\t\tnonStamp\n\t\t\tisExpired\n\t\t\tappId\n\t\t\tappName\n\t\t\tappImageUrl\n\t\t\tisHidden\n\t\t\thiddenText\n\t\t\tsegments {\n\t\t\t\tid\n\t\t\t\teventId\n\t\t\t\ttitle\n\t\t\t\tdescription\n\t\t\t\tstartDate\n\t\t\t\tendDate\n\t\t\t\tbannerImage\n\t\t\t\tstampImage\n\t\t\t}\n\t\t\thasCheckIn\n\t}\n}\n"; export declare const getMapRaw = "\n\tquery getMapEvents($input: FilterGetMapEvents) {\n\t\tgetMapEvents(input: $input) {\n\t\t\tusers {\n\t\t\t\t\tid\n\t\t\t\t\topesID\n\t\t\t\t\tlongitude\n\t\t\t\t\tlatitude\n\t\t\t\t\tevents\n\t\t\t\t\tisMonster\n\t\t\t}\n\t\t}\n\t}\n"; export declare const checkInRaw = "\n\tmutation checkInEvent($input: CheckInEventInput) {\n\t\tcheckInEvent(input: $input) {\n\t\t\t\taddedScore\n\t\t\t\tlevelUpStatus\n\t\t\t\tlevelName\n\t\t\t\tlevelSegmentsUrls\n\t\t\t\tstampUrl\n\t\t}\n\t}\n"; export declare const getFeedEventsRaw = "\n\tquery getFeedEvents($input: FeedEventsInput) {\n\t\tgetFeedEvents(input: $input) {\n\t\t\tlist {\n\t\t\t\tid\n\t\t\t\ttitle\n\t\t\t\tdescription\n\t\t\t\ttime\n\t\t\t\tlink\n\t\t\t\tbannerUrl\n\t\t\t\thasCheckIn\n\t\t\t\teventLogo\n\t\t\t\txpReward\n\t\t\t\tlabels\n\t\t\t\tchannel\n\t\t\t\tnonStamp\n\t\t\t\tuserResponse\n\t\t\t\tcountYesResponses\n\t\t\t\tcountNoResponses\n\t\t\t\tcountMaybeResponses\n\t\t\t\texpiresAt\n\t\t\t\ttype\n\t\t\t\thost\n\t\t\t\thostLink\n\t\t\t\tlocationAddress\n\t\t\t\tlocationAddressLink\n\t\t\t}\n\t\t\ttotal\n\t\t}\n\t}\n"; export declare const respondToEventRaw = "\nmutation respondToEvent($input: RespondToEventInput) {\n\trespondToEvent(input: $input) {\n\t status\n\t}\n }\n"; export declare const getStatsEventsRaw = "\nquery GetStatsEvents {\n\tgetStatsEvents {\n\t totalDailyCheckins\n\t}\n }\n"; export declare const getCheckinsAndGatekeepersAwardedRaw = "\n\tquery getCheckinsAndGatekeepersAwarded {\n\t\tgetCheckinsAndGatekeepersAwarded {\n\t\t\tlist {\n\t\t\t\t\tsource {\n\t\t\t\t\t\t\tcheckInId\n\t\t\t\t\t\t\tlatitude\n\t\t\t\t\t\t\tlongitude\n\t\t\t\t\t}\n\t\t\t\t\tdestinations {\n\t\t\t\t\t\t\tgatekeeperId\n\t\t\t\t\t\t\tlatitude\n\t\t\t\t\t\t\tlongitude\n\t\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n"; export declare const getChannelPlatformsRaw = "\n\tquery getChannelPlatforms {\n\t\tgetChannelPlatforms {\n\t\t\tlist {\n\t\t\t\tname\n\t\t\t\tlatitude\n\t\t\t\tlongitude\n\t\t\t\tlogo\n\t\t\t}\n\t\t}\n\t}\n"; export declare const getCheckinsLeaderboardRaw = "\n\tquery getCheckinsLeaderboard($input: FilterGetCheckinsLeaderboard) {\n\t\tgetCheckinsLeaderboard(input: $input) {\n\t\t\tlist {\n\t\t\t\tsmartId\n\t\t\t\trank\n\t\t\t\txp\n\t\t\t\tstampsCount\n\t\t\t\tpuzzlesCount\n\t\t\t}\n\t\t}\n\t}\n"; export declare const getStampRecipientsRaw = "\n\tquery getStampRecipients($input: String) {\n\t\tgetStampRecipients(id: $input) {\n\t\t\t\t\t\tlist \n\t\t\t\t\t\ttotal\n\t\t\t\t}\n\t}\n"; export declare const createEventRaw = "\n\tmutation createEvent($input: CreateEventInput) {\n\t\tcreateEvent(input: $input) {\n\t\t\t\teventId\n\t\t}\n\t}\n"; export declare const updateEventRaw = "\n\tmutation updateEvent($input: UpdateEventInput) {\n\t\tupdateEvent(input: $input) \n\t}\n"; export declare const createEventSegmentRaw = "\n\tmutation createEventSegment($input: CreateEventSegmentInput) {\n\t\tcreateEventSegment(input: $input) {\n\t\t\t\teventId\n\t\t\t\teventSegmentId\n\t\t}\n\t}\n"; export declare const updateEventSegmentRaw = "\n\tmutation updateEventSegment($input: UpdateEventSegmentInput) {\n\t\tupdateEventSegment(input: $input) \n\t}\n";