Untitled

 avatar
unknown
plain_text
2 years ago
15 kB
3
Indexable
package com.eg.shareduicomponents.cars.components

import com.bex.graphqlmodels.fragment.CarPhrase
import com.bex.graphqlmodels.fragment.CarRecommendation
import com.bex.graphqlmodels.fragment.CarRecommendationCard
import com.bex.graphqlmodels.fragment.CarsRichText
import com.bex.graphqlmodels.fragment.Icon
import com.bex.graphqlmodels.type.CarsRichTextStyle

object ZeroAndLimitedSearchResultsTestData {
    val data = listOf(
        CarRecommendation.CarRecommendationsCard(
            __typename = "",
            fragments = CarRecommendation.CarRecommendationsCard.Fragments(
                carRecommendationCard = CarRecommendationCard(
                    __typename = "",
                    icon = null,
                    action = null,
                    asDateTimeRecommendationCard = null,
                    asLocationRecommendationCard = CarRecommendationCard.AsLocationRecommendationCard(
                        __typename = "",
                        icon = CarRecommendationCard.Icon1(
                            __typename = "",
                            fragments = CarRecommendationCard.Icon1.Fragments(
                                icon = Icon(
                                    id = "flight",
                                    description = "",
                                    size = null,
                                    token = "",
                                    theme = null,
                                    title = "",
                                    spotLight = null
                                )
                            )
                        ),
                        action = null,
                        location = CarRecommendationCard.Location(
                            __typename = "",
                            fragments = CarRecommendationCard.Location.Fragments(
                                carsRichText = CarsRichText(
                                    value = "GLS Airport",
                                    theme = null,
                                    style = CarsRichTextStyle.BOLD
                                )
                            )
                        ),
                        city = CarRecommendationCard.City(
                            __typename = "",
                            fragments = CarRecommendationCard.City.Fragments(
                                carPhrase = CarPhrase(
                                    __typename = "",
                                    asCarPhraseText = CarPhrase.AsCarPhraseText(
                                        __typename = "",
                                        text = "Galveston, Texas"
                                    ),
                                    asCarPhrasePairText = null,
                                    asCarPhraseIconText = null,
                                    asCarActionableItem = null,
                                    asCarDialogConfidenceMessage = null,
                                    asCarsRichText = null,
                                    asCarPhraseMark = null
                                )
                            )
                        ),
                        distanceText = CarRecommendationCard.DistanceText(
                            __typename = "",
                            fragments = CarRecommendationCard.DistanceText.Fragments(
                                carPhrase = CarPhrase(
                                    __typename = "",
                                    asCarPhraseText = CarPhrase.AsCarPhraseText(
                                        __typename = "",
                                        text = "9 Miles from Texas City city center"
                                    ),
                                    asCarPhraseMark = null,
                                    asCarsRichText = null,
                                    asCarPhrasePairText = null,
                                    asCarPhraseIconText = null,
                                    asCarDialogConfidenceMessage = null,
                                    asCarActionableItem = null
                                )
                            )
                        ),
                        pickUpLocation = null
                    ),
                    asPartnerRecommendationCard = null,
                    asAlternateRecommendationCard = null,
                    asLimitedResultMessageOnRecommendationCard = null
                )
            ),
        ),
        CarRecommendation.CarRecommendationsCard(
            __typename = "",
            fragments = CarRecommendation.CarRecommendationsCard.Fragments(
                carRecommendationCard = CarRecommendationCard(
                    __typename = "",
                    icon = null,
                    action = null,
                    asDateTimeRecommendationCard = null,
                    asLocationRecommendationCard = CarRecommendationCard.AsLocationRecommendationCard(
                        __typename = "",
                        icon = CarRecommendationCard.Icon1(
                            __typename = "",
                            fragments = CarRecommendationCard.Icon1.Fragments(
                                icon = Icon(
                                    id = "place",
                                    description = "",
                                    size = null,
                                    token = "",
                                    theme = null,
                                    title = "",
                                    spotLight = null
                                )
                            )
                        ),
                        action = null,
                        location = CarRecommendationCard.Location(
                            __typename = "",
                            fragments = CarRecommendationCard.Location.Fragments(
                                carsRichText = CarsRichText(
                                    value = "Deer Park",
                                    theme = null,
                                    style = CarsRichTextStyle.BOLD
                                )
                            )
                        ),
                        city = CarRecommendationCard.City(
                            __typename = "",
                            fragments = CarRecommendationCard.City.Fragments(
                                carPhrase = CarPhrase(
                                    __typename = "",
                                    asCarPhraseText = CarPhrase.AsCarPhraseText(
                                        __typename = "",
                                        text = "Texas"
                                    ),
                                    asCarPhrasePairText = null,
                                    asCarPhraseIconText = null,
                                    asCarActionableItem = null,
                                    asCarDialogConfidenceMessage = null,
                                    asCarsRichText = null,
                                    asCarPhraseMark = null
                                )
                            )
                        ),
                        distanceText = CarRecommendationCard.DistanceText(
                            __typename = "",
                            fragments = CarRecommendationCard.DistanceText.Fragments(
                                carPhrase = CarPhrase(
                                    __typename = "",
                                    asCarPhraseText = CarPhrase.AsCarPhraseText(
                                        __typename = "",
                                        text = "25.4 Miles from Texas City city center"
                                    ),
                                    asCarPhraseMark = null,
                                    asCarsRichText = null,
                                    asCarPhrasePairText = null,
                                    asCarPhraseIconText = null,
                                    asCarDialogConfidenceMessage = null,
                                    asCarActionableItem = null
                                )
                            )
                        ),
                        pickUpLocation = null
                    ),
                    asPartnerRecommendationCard = null,
                    asAlternateRecommendationCard = null,
                    asLimitedResultMessageOnRecommendationCard = null
                )
            ),
        ),
        CarRecommendation.CarRecommendationsCard(
            __typename = "",
            fragments = CarRecommendation.CarRecommendationsCard.Fragments(
                carRecommendationCard = CarRecommendationCard(
                    __typename = "",
                    icon = null,
                    action = null,
                    asDateTimeRecommendationCard = CarRecommendationCard.AsDateTimeRecommendationCard(
                        __typename = "",
                        icon = CarRecommendationCard.Icon(
                            __typename = "",
                            fragments = CarRecommendationCard.Icon.Fragments(
                                icon = Icon(
                                    id = "access_time",
                                    description = "",
                                    size = null,
                                    spotLight = null,
                                    theme = null,
                                    title = null,
                                    token = ""
                                )
                            )
                        ),
                        action = null,
                        text = CarRecommendationCard.Text(
                            __typename = "",
                            fragments = CarRecommendationCard.Text.Fragments(
                                carsRichText = CarsRichText(
                                    value = "Searching on public holidays or weekends?",
                                    theme = "",
                                    style = null
                                )
                            )
                        ),
                        subText = CarRecommendationCard.SubText(
                            __typename = "",
                            fragments = CarRecommendationCard.SubText.Fragments(
                                carPhrase = CarPhrase(
                                    __typename = "",
                                    asCarPhraseText = CarPhrase.AsCarPhraseText(
                                        __typename = "CarPhraseText",
                                        text = "Select dates that don't fall on public holidays or weekends"
                                    ),
                                    asCarPhrasePairText = null,
                                    asCarPhraseIconText = null,
                                    asCarActionableItem = null,
                                    asCarDialogConfidenceMessage = null,
                                    asCarsRichText = null,
                                    asCarPhraseMark = null
                                )
                            )
                        )
                    ),
                    asLocationRecommendationCard = null,
                    asPartnerRecommendationCard = null,
                    asAlternateRecommendationCard = null,
                    asLimitedResultMessageOnRecommendationCard = null
                )
            ),
        ),
        CarRecommendation.CarRecommendationsCard(
            __typename = "",
            fragments = CarRecommendation.CarRecommendationsCard.Fragments(
                carRecommendationCard = CarRecommendationCard(
                    __typename = "",
                    icon = null,
                    action = null,
                    asDateTimeRecommendationCard = CarRecommendationCard.AsDateTimeRecommendationCard(
                        __typename = "",
                        icon = CarRecommendationCard.Icon(
                            __typename = "",
                            fragments = CarRecommendationCard.Icon.Fragments(
                                icon = Icon(
                                    id = "access_time",
                                    description = "",
                                    size = null,
                                    spotLight = null,
                                    theme = null,
                                    title = null,
                                    token = ""
                                )
                            )
                        ),
                        action = null,
                        text = CarRecommendationCard.Text(
                            __typename = "",
                            fragments = CarRecommendationCard.Text.Fragments(
                                carsRichText = CarsRichText(
                                    value = "Searching outside business hours on weekdays?",
                                    theme = "",
                                    style = null
                                )
                            )
                        ),
                        subText = CarRecommendationCard.SubText(
                            __typename = "",
                            fragments = CarRecommendationCard.SubText.Fragments(
                                carPhrase = CarPhrase(
                                    __typename = "",
                                    asCarPhraseText = CarPhrase.AsCarPhraseText(
                                        __typename = "CarPhraseText",
                                        text = "Select a time between 9:00am and 5:00pm"
                                    ),
                                    asCarPhrasePairText = null,
                                    asCarPhraseIconText = null,
                                    asCarActionableItem = null,
                                    asCarDialogConfidenceMessage = null,
                                    asCarsRichText = null,
                                    asCarPhraseMark = null
                                )
                            )
                        )
                    ),
                    asLocationRecommendationCard = null,
                    asAlternateRecommendationCard = null,
                    asPartnerRecommendationCard = null,
                    asLimitedResultMessageOnRecommendationCard = null
                )
            )
        )
    )
}
Editor is loading...