UNPKG

@vertikalx/vtx-backend-client

Version:

GraphQL API generated client for VTX

2,470 lines (2,469 loc) • 126 kB
export default { "scalars": [ 1, 2, 14, 18, 101, 129, 132, 187 ], "types": { "User": { "_id": [ 1 ], "loginEmail": [ 1 ], "suspended": [ 2 ], "domains": [ 7 ], "loginMethods": [ 1 ], "__typename": [ 1 ] }, "String": {}, "Boolean": {}, "UserWithToken": { "_id": [ 1 ], "loginEmail": [ 1 ], "suspended": [ 2 ], "domains": [ 7 ], "loginMethods": [ 1 ], "token": [ 8 ], "__typename": [ 1 ] }, "BaseTenant": { "_id": [ 1 ], "name": [ 1 ], "tenant_uri": [ 1 ], "domain": [ 6 ], "__typename": [ 1 ] }, "Tenant": { "_id": [ 1 ], "name": [ 1 ], "tenant_uri": [ 1 ], "domain": [ 6 ], "email": [ 1 ], "owner": [ 0 ], "__typename": [ 1 ] }, "Domain": { "_id": [ 1 ], "name": [ 1 ], "description": [ 1 ], "__typename": [ 1 ] }, "DomainCredential": { "_id": [ 1 ], "name": [ 1 ], "description": [ 1 ], "tenant": [ 4 ], "__typename": [ 1 ] }, "UserToken": { "actualToken": [ 1 ], "refreshToken": [ 1 ], "__typename": [ 1 ] }, "DecodedToken": { "tokenId": [ 1 ], "systemId": [ 1 ], "userId": [ 1 ], "email": [ 1 ], "refreshTokenId": [ 1 ], "domains": [ 7 ], "__typename": [ 1 ] }, "DecodedRefreshToken": { "userId": [ 1 ], "email": [ 1 ], "originalTokenId": [ 1 ], "__typename": [ 1 ] }, "TenantWithUserLogin": { "_id": [ 1 ], "name": [ 1 ], "tenant_uri": [ 1 ], "domain": [ 6 ], "email": [ 1 ], "owner": [ 0 ], "user": [ 3 ], "__typename": [ 1 ] }, "UriAvailableType": { "available": [ 2 ], "valid": [ 2 ], "__typename": [ 1 ] }, "Agreement": { "_id": [ 1 ], "kind": [ 1 ], "domain": [ 1 ], "isActiveAgreement": [ 2 ], "encoding": [ 1 ], "version": [ 1 ], "publishedDate": [ 14 ], "unPublishedDate": [ 14 ], "locked": [ 2 ], "name": [ 1 ], "description": [ 1 ], "content": [ 1 ], "httpContentType": [ 1 ], "createdDate": [ 14 ], "updatedDate": [ 14 ], "__typename": [ 1 ] }, "DateTime": {}, "SignedAgreement": { "_id": [ 1 ], "agreement": [ 13 ], "createdDate": [ 14 ], "signerReference": [ 1 ], "json": [ 1 ], "signedDate": [ 14 ], "ipAddress": [ 1 ], "userAgent": [ 1 ], "signedFromLocation": [ 1 ], "comments": [ 1 ], "updatedDate": [ 14 ], "__typename": [ 1 ] }, "BillEntity": { "name": [ 1 ], "taxId": [ 1 ], "line1": [ 1 ], "line2": [ 1 ], "line3": [ 1 ], "city": [ 1 ], "state": [ 1 ], "country": [ 1 ], "zip": [ 1 ], "__typename": [ 1 ] }, "InvoiceItem": { "_id": [ 1 ], "unitPrice": [ 18 ], "unitTax": [ 18 ], "quantity": [ 18 ], "unit": [ 1 ], "itemPrice": [ 18 ], "itemTotal": [ 18 ], "__typename": [ 1 ] }, "Float": {}, "Payment": { "_id": [ 1 ], "amount": [ 18 ], "currency": [ 1 ], "datePaid": [ 14 ], "paymentComment": [ 1 ], "transactionId": [ 1 ], "processorType": [ 1 ], "processorReference": [ 1 ], "paidItemReference": [ 1 ], "payeeReference": [ 1 ], "payorReference": [ 1 ], "paymentMethodType": [ 1 ], "paymentMethodReference": [ 1 ], "__typename": [ 1 ] }, "PlaFeature": { "_id": [ 1 ], "title": [ 1 ], "description": [ 1 ], "quantity": [ 18 ], "quantityUnit": [ 1 ], "__typename": [ 1 ] }, "Plan": { "_id": [ 1 ], "name": [ 1 ], "description": [ 1 ], "prices": [ 22 ], "features": [ 20 ], "isPublic": [ 2 ], "active": [ 2 ], "startOfferingDate": [ 14 ], "endOfferingDate": [ 14 ], "termsAndConditions": [ 1 ], "__typename": [ 1 ] }, "PlanPrice": { "_id": [ 1 ], "currency": [ 1 ], "price": [ 18 ], "taxMode": [ 1 ], "period": [ 1 ], "customDays": [ 18 ], "plan": [ 21 ], "__typename": [ 1 ] }, "Invoice": { "_id": [ 1 ], "invoiceDate": [ 14 ], "billedEntity": [ 16 ], "dueDate": [ 14 ], "billAmount": [ 18 ], "tax": [ 18 ], "total": [ 18 ], "currency": [ 1 ], "items": [ 17 ], "payments": [ 19 ], "__typename": [ 1 ] }, "SubscriptionInvoice": { "_id": [ 1 ], "invoice": [ 23 ], "billedPlan": [ 22 ], "subscriber": [ 25 ], "__typename": [ 1 ] }, "PlanSubscription": { "_id": [ 1 ], "currentPlan": [ 22 ], "billPrice": [ 18 ], "billCurrency": [ 1 ], "billPriceComment": [ 1 ], "lastBillDate": [ 14 ], "endAccessDate": [ 14 ], "autoRenew": [ 2 ], "autoRenewPlan": [ 22 ], "autoRenewDate": [ 14 ], "payments": [ 26 ], "invoices": [ 24 ], "__typename": [ 1 ] }, "SubscriptionPayment": { "_id": [ 1 ], "payment": [ 19 ], "subscriber": [ 25 ], "__typename": [ 1 ] }, "AWSS3File": { "_id": [ 1 ], "name": [ 1 ], "contentType": [ 1 ], "size": [ 18 ], "useType": [ 1 ], "url": [ 1 ], "key": [ 1 ], "pendingDelete": [ 2 ], "__typename": [ 1 ] }, "MagicLink": { "_id": [ 1 ], "code": [ 1 ], "type": [ 1 ], "url": [ 1 ], "expires": [ 14 ], "data": [ 1 ], "isExpired": [ 2 ], "__typename": [ 1 ] }, "VerificationCode": { "_id": [ 1 ], "type": [ 1 ], "recipient": [ 1 ], "expires": [ 14 ], "data": [ 1 ], "isExpired": [ 2 ], "createdDate": [ 14 ], "__typename": [ 1 ] }, "ErrorInfo": { "errorCode": [ 18 ], "errorMessage": [ 1 ], "__typename": [ 1 ] }, "HttpRequestField": { "key": [ 1 ], "value": [ 1 ], "__typename": [ 1 ] }, "AWSS3UploadUrl": { "uploadUrl": [ 1 ], "fields": [ 31 ], "downloadUrl": [ 1 ], "bucket": [ 1 ], "key": [ 1 ], "__typename": [ 1 ] }, "AWSS3CallResult": { "httpStatus": [ 18 ], "result": [ 1 ], "message": [ 1 ], "errors": [ 1 ], "__typename": [ 1 ] }, "DatabaseFile": { "_id": [ 1 ], "identifier": [ 1 ], "version": [ 1 ], "contentType": [ 1 ], "updated": [ 14 ], "created": [ 14 ], "__typename": [ 1 ] }, "TextDatabaseFile": { "_id": [ 1 ], "identifier": [ 1 ], "version": [ 1 ], "contentType": [ 1 ], "updated": [ 14 ], "created": [ 14 ], "content": [ 1 ], "__typename": [ 1 ] }, "CodeVerificationResponse": { "result": [ 1 ], "code": [ 29 ], "error": [ 30 ], "__typename": [ 1 ] }, "BrandStats": { "campaigns": [ 18 ], "sponsorships": [ 18 ], "sports": [ 18 ], "athletes": [ 18 ], "__typename": [ 1 ] }, "BrandTranslation": { "_id": [ 1 ], "brandId": [ 1 ], "language": [ 1 ], "name": [ 1 ], "slogan": [ 1 ], "description": [ 1 ], "logo": [ 27 ], "banner": [ 27 ], "__typename": [ 1 ] }, "Brand": { "_id": [ 1 ], "name": [ 1 ], "slogan": [ 1 ], "website": [ 1 ], "description": [ 1 ], "approved": [ 2 ], "published": [ 2 ], "logo": [ 27 ], "banner": [ 27 ], "stats": [ 37 ], "operatorIds": [ 1 ], "translations": [ 38 ], "__typename": [ 1 ] }, "StravaTpiRideDto": { "distanceKm": [ 18 ], "distanceKmLast": [ 18 ], "elapsedTimeMin": [ 18 ], "elapsedTimeMinLast": [ 18 ], "averageSpeedKmh": [ 18 ], "averageSpeedKmhLast": [ 18 ], "maxSpeedKmh": [ 18 ], "maxSpeedKmhLast": [ 18 ], "averageHeartRateBpm": [ 18 ], "averageHeartRateBpmLast": [ 18 ], "maxHeartRateBpm": [ 18 ], "maxHeartRateBpmLast": [ 18 ], "averageCadenceStm": [ 18 ], "averageCadenceStmLast": [ 18 ], "lastDate": [ 14 ], "country": [ 1 ], "state": [ 1 ], "city": [ 1 ], "tpi": [ 18 ], "__typename": [ 1 ] }, "StravaTpiRunDto": { "distanceKm": [ 18 ], "distanceKmLast": [ 18 ], "elapsedTimeMin": [ 18 ], "elapsedTimeMinLast": [ 18 ], "averageSpeedKmh": [ 18 ], "averageSpeedKmhLast": [ 18 ], "maxSpeedKmh": [ 18 ], "maxSpeedKmhLast": [ 18 ], "averageHeartRateBpm": [ 18 ], "averageHeartRateBpmLast": [ 18 ], "maxHeartRateBpm": [ 18 ], "maxHeartRateBpmLast": [ 18 ], "averageCadenceStm": [ 18 ], "averageCadenceStmLast": [ 18 ], "elevHigh": [ 18 ], "elevHighLast": [ 18 ], "elevLow": [ 18 ], "elevLowLast": [ 18 ], "lastDate": [ 14 ], "country": [ 1 ], "state": [ 1 ], "city": [ 1 ], "tpi": [ 18 ], "__typename": [ 1 ] }, "StravaTpiSwimDto": { "distanceKm": [ 18 ], "distanceKmLast": [ 18 ], "elapsedTimeMin": [ 18 ], "elapsedTimeMinLast": [ 18 ], "averageSpeedKmh": [ 18 ], "averageSpeedKmhLast": [ 18 ], "maxSpeedKmh": [ 18 ], "maxSpeedKmhLast": [ 18 ], "averageHeartRateBpm": [ 18 ], "averageHeartRateBpmLast": [ 18 ], "maxHeartRateBpm": [ 18 ], "maxHeartRateBpmLast": [ 18 ], "averageCadenceStm": [ 18 ], "averageCadenceStmLast": [ 18 ], "lastDate": [ 14 ], "country": [ 1 ], "state": [ 1 ], "city": [ 1 ], "tpi": [ 18 ], "__typename": [ 1 ] }, "City": { "_id": [ 1 ], "name": [ 1 ], "localizedName": [ 1 ], "state": [ 44 ], "latitude": [ 18 ], "longitude": [ 18 ], "timezone": [ 1 ], "__typename": [ 1 ] }, "State": { "_id": [ 1 ], "name": [ 1 ], "country": [ 45 ], "cities": [ 43 ], "__typename": [ 1 ] }, "Country": { "_id": [ 1 ], "name": [ 1 ], "states": [ 44 ], "__typename": [ 1 ] }, "AgeQualification": { "type": [ 1 ], "value": [ 18 ], "operator": [ 1 ], "__typename": [ 1 ] }, "GenderQualification": { "type": [ 1 ], "operator": [ 1 ], "values": [ 1 ], "__typename": [ 1 ] }, "ScoreQualification": { "type": [ 1 ], "scoreType": [ 1 ], "operator": [ 1 ], "value": [ 18 ], "__typename": [ 1 ] }, "LocationQualification": { "type": [ 1 ], "operator": [ 1 ], "countries": [ 45 ], "states": [ 44 ], "cities": [ 43 ], "__typename": [ 1 ] }, "NationalityQualification": { "type": [ 1 ], "operator": [ 1 ], "countries": [ 45 ], "__typename": [ 1 ] }, "DistanceQualification": { "type": [ 1 ], "maxDistance": [ 18 ], "latitude": [ 18 ], "longitude": [ 18 ], "cityId": [ 1 ], "__typename": [ 1 ] }, "SportsQualification": { "type": [ 1 ], "sports": [ 1 ], "operator": [ 1 ], "__typename": [ 1 ] }, "SportsLevelQualification": { "type": [ 1 ], "operator": [ 1 ], "level": [ 1 ], "__typename": [ 1 ] }, "AthleteCriteria": { "_id": [ 1 ], "label": [ 1 ], "qualifications": [ 55 ], "__typename": [ 1 ] }, "QualificationTypeUnion": { "on_AgeQualification": [ 46 ], "on_GenderQualification": [ 47 ], "on_ScoreQualification": [ 48 ], "on_LocationQualification": [ 49 ], "on_NationalityQualification": [ 50 ], "on_DistanceQualification": [ 51 ], "on_SportsQualification": [ 52 ], "on_SportsLevelQualification": [ 53 ], "__typename": [ 1 ] }, "Industry": { "_id": [ 1 ], "name": [ 1 ], "__typename": [ 1 ] }, "SponsorStats": { "sponsoredAthletes": [ 18 ], "totalBrands": [ 18 ], "activeCampaigns": [ 18 ], "activeSponsorships": [ 18 ], "__typename": [ 1 ] }, "SponsorBrand": { "_id": [ 1 ], "name": [ 1 ], "slogan": [ 1 ], "website": [ 1 ], "description": [ 1 ], "approved": [ 2 ], "published": [ 2 ], "logo": [ 27 ], "banner": [ 27 ], "stats": [ 37 ], "operatorIds": [ 1 ], "translations": [ 38 ], "sponsorBrandId": [ 1 ], "authorizedUse": [ 2 ], "isAuthorizer": [ 2 ], "__typename": [ 1 ] }, "Sponsor": { "_id": [ 1 ], "name": [ 1 ], "description": [ 1 ], "tenant": [ 5 ], "industry": [ 56 ], "stats": [ 57 ], "brands": [ 58 ], "sponsorships": [ 65 ], "approved": [ 2 ], "__typename": [ 1 ] }, "SponsorshipItem": { "_id": [ 1 ], "quantity": [ 18 ], "title": [ 1 ], "value": [ 18 ], "type": [ 1 ], "__typename": [ 1 ] }, "SponsorshipCommitment": { "_id": [ 1 ], "title": [ 1 ], "details": [ 1 ], "hashTags": [ 1 ], "media": [ 1 ], "actionType": [ 1 ], "frequency": [ 18 ], "periodicity": [ 1 ], "autoMeasurable": [ 2 ], "__typename": [ 1 ] }, "Duration": { "length": [ 18 ], "unit": [ 1 ], "__typename": [ 1 ] }, "SponsorshipStats": { "totalSponsorships": [ 18 ], "totalApplications": [ 18 ], "newApplications": [ 18 ], "discardedApplications": [ 18 ], "selectedApplications": [ 18 ], "approvedApplications": [ 18 ], "grantedSponsorships": [ 18 ], "remainingSponsorships": [ 18 ], "__typename": [ 1 ] }, "SponsorshipTranslation": { "_id": [ 1 ], "sponsorshipId": [ 1 ], "language": [ 1 ], "title": [ 1 ], "description": [ 1 ], "terms": [ 1 ], "banner": [ 27 ], "__typename": [ 1 ] }, "Sponsorship": { "_id": [ 1 ], "title": [ 1 ], "description": [ 1 ], "cashValue": [ 18 ], "otherValue": [ 18 ], "brand": [ 39 ], "banner": [ 27 ], "criteria": [ 54 ], "deadline": [ 14 ], "startDate": [ 14 ], "duration": [ 62 ], "sponsor": [ 59 ], "sponsorshipItems": [ 60 ], "commitments": [ 61 ], "terms": [ 1 ], "stats": [ 63 ], "isPrivate": [ 2 ], "approved": [ 2 ], "published": [ 2 ], "translations": [ 64 ], "__typename": [ 1 ] }, "FollowStats": { "followers": [ 18 ], "followed": [ 18 ], "raves": [ 18 ], "favorites": [ 18 ], "__typename": [ 1 ] }, "Sport": { "_id": [ 1 ], "name": [ 1 ], "resultType": [ 1 ], "__typename": [ 1 ] }, "VtxScores": { "vtxScore": [ 18 ], "socialScore": [ 18 ], "trainingScore": [ 18 ], "competitionScore": [ 18 ], "__typename": [ 1 ] }, "SportLevelTranslation": { "_id": [ 1 ], "language": [ 1 ], "label": [ 1 ], "__typename": [ 1 ] }, "SportLevel": { "_id": [ 1 ], "label": [ 1 ], "index": [ 18 ], "translations": [ 69 ], "__typename": [ 1 ] }, "Ranking": { "scope": [ 1 ], "scopeId": [ 1 ], "scopeName": [ 1 ], "position": [ 18 ], "total": [ 18 ], "__typename": [ 1 ] }, "AthleteRankings": { "worldRanking": [ 71 ], "countryRanking": [ 71 ], "stateRanking": [ 71 ], "cityRanking": [ 71 ], "__typename": [ 1 ] }, "Team": { "_id": [ 1 ], "name": [ 1 ], "description": [ 1 ], "sports": [ 67 ], "approved": [ 2 ], "logo": [ 27 ], "banner": [ 27 ], "__typename": [ 1 ] }, "WorldLocation": { "_id": [ 1 ], "userProvidedLatitude": [ 18 ], "userProvidedLongitude": [ 18 ], "cityNameGeocode": [ 1 ], "stateNameGeocode": [ 1 ], "countryIso2CodeGeocode": [ 1 ], "timeZoneGeocode": [ 1 ], "latitudeGeocode": [ 18 ], "longitudeGeocode": [ 18 ], "city": [ 43 ], "__typename": [ 1 ] }, "SportsEvent": { "_id": [ 1 ], "name": [ 1 ], "mainSport": [ 67 ], "eventWebSite": [ 1 ], "startDate": [ 14 ], "endDate": [ 14 ], "verified": [ 2 ], "banner": [ 27 ], "location": [ 74 ], "eventLevel": [ 1 ], "__typename": [ 1 ] }, "AthleteCompetitionResult": { "_id": [ 1 ], "resultType": [ 1 ], "position": [ 18 ], "totalParticipants": [ 18 ], "score": [ 1 ], "finishTimeMS": [ 18 ], "resultWebLink": [ 1 ], "outcome": [ 1 ], "adversary": [ 1 ], "genderPosition": [ 18 ], "genderParticipants": [ 18 ], "categoryPosition": [ 18 ], "categoryParticipants": [ 18 ], "categoryName": [ 1 ], "__typename": [ 1 ] }, "BudgetItem": { "_id": [ 1 ], "quantity": [ 18 ], "concept": [ 1 ], "itemCost": [ 18 ], "__typename": [ 1 ] }, "Budget": { "_id": [ 1 ], "initialFunds": [ 18 ], "totalRequired": [ 18 ], "items": [ 77 ], "__typename": [ 1 ] }, "AthleteCompetition": { "_id": [ 1 ], "event": [ 75 ], "participationDate": [ 14 ], "competitionNumber": [ 1 ], "result": [ 76 ], "fundRaisingCampaignIds": [ 1 ], "budget": [ 78 ], "__typename": [ 1 ] }, "MembershipOrganizationReference": { "_id": [ 1 ], "shortName": [ 1 ], "acronym": [ 1 ], "fullName": [ 1 ], "website": [ 1 ], "verified": [ 2 ], "logo": [ 27 ], "country": [ 45 ], "sport": [ 67 ], "__typename": [ 1 ] }, "MembershipOrganization": { "_id": [ 1 ], "shortName": [ 1 ], "acronym": [ 1 ], "fullName": [ 1 ], "website": [ 1 ], "verified": [ 2 ], "logo": [ 27 ], "country": [ 45 ], "sport": [ 67 ], "memberships": [ 82 ], "__typename": [ 1 ] }, "AthleteMembership": { "_id": [ 1 ], "organization": [ 80 ], "athlete": [ 98 ], "membershipNumber": [ 1 ], "membershipType": [ 1 ], "issueDate": [ 14 ], "expirationDate": [ 14 ], "__typename": [ 1 ] }, "NewsLink": { "_id": [ 1 ], "title": [ 1 ], "url": [ 1 ], "abstract": [ 1 ], "__typename": [ 1 ] }, "Channel": { "_id": [ 1 ], "type": [ 1 ], "handle": [ 1 ], "url": [ 1 ], "linked": [ 2 ], "__typename": [ 1 ] }, "PhotoAlbum": { "_id": [ 1 ], "photo": [ 27 ], "__typename": [ 1 ] }, "Album": { "_id": [ 1 ], "label": [ 1 ], "description": [ 1 ], "photos": [ 85 ], "__typename": [ 1 ] }, "AthletePreferences": { "_id": [ 1 ], "showProfileHelper": [ 2 ], "defaultAlbum": [ 86 ], "__typename": [ 1 ] }, "FundRaisingCampaign": { "_id": [ 1 ], "athlete": [ 98 ], "budgetMode": [ 1 ], "status": [ 1 ], "title": [ 1 ], "motivation": [ 1 ], "website": [ 1 ], "fundsRequired": [ 18 ], "initialFundsObtained": [ 18 ], "fundsObtained": [ 18 ], "location": [ 74 ], "endingDate": [ 14 ], "budget": [ 78 ], "competitions": [ 79 ], "vtxComissionPct": [ 18 ], "__typename": [ 1 ] }, "StripeCapabilityType": { "acss_debit_payments": [ 1 ], "affirm_payments": [ 1 ], "afterpay_clearpay_payments": [ 1 ], "alma_payments": [ 1 ], "amazon_pay_payments": [ 1 ], "au_becs_debit_payments": [ 1 ], "bacs_debit_payments": [ 1 ], "bancontact_payments": [ 1 ], "bank_transfer_payments": [ 1 ], "blik_payments": [ 1 ], "boleto_payments": [ 1 ], "card_issuing": [ 1 ], "card_payments": [ 1 ], "cartes_bancaires_payments": [ 1 ], "cashapp_payments": [ 1 ], "eps_payments": [ 1 ], "fpx_payments": [ 1 ], "gb_bank_transfer_payments": [ 1 ], "giropay_payments": [ 1 ], "grabpay_payments": [ 1 ], "ideal_payments": [ 1 ], "india_international_payments": [ 1 ], "jcb_payments": [ 1 ], "jp_bank_transfer_payments": [ 1 ], "kakao_pay_payments": [ 1 ], "klarna_payments": [ 1 ], "konbini_payments": [ 1 ], "kr_card_payments": [ 1 ], "legacy_payments": [ 1 ], "link_payments": [ 1 ], "mobilepay_payments": [ 1 ], "multibanco_payments": [ 1 ], "mx_bank_transfer_payments": [ 1 ], "naver_pay_payments": [ 1 ], "oxxo_payments": [ 1 ], "p24_payments": [ 1 ], "pay_by_bank_payments": [ 1 ], "payco_payments": [ 1 ], "paynow_payments": [ 1 ], "promptpay_payments": [ 1 ], "revolut_pay_payments": [ 1 ], "samsung_pay_payments": [ 1 ], "sepa_bank_transfer_payments": [ 1 ], "sepa_debit_payments": [ 1 ], "sofort_payments": [ 1 ], "swish_payments": [ 1 ], "tax_reporting_us_1099_k": [ 1 ], "tax_reporting_us_1099_misc": [ 1 ], "transfers": [ 1 ], "treasury": [ 1 ], "twint_payments": [ 1 ], "us_bank_account_ach_payments": [ 1 ], "us_bank_transfer_payments": [ 1 ], "zip_payments": [ 1 ], "__typename": [ 1 ] }, "StripeRequirementAlternativeType": { "alternative_fields_due": [ 1 ], "original_fields_due": [ 1 ], "__typename": [ 1 ] }, "StripeFutureRequirementAlternativeType": { "alternative_fields_due": [ 1 ], "original_fields_due": [ 1 ], "__typename": [ 1 ] }, "StripeErrorType": { "code": [ 1 ], "reason": [ 1 ], "requirement": [ 1 ], "__typename": [ 1 ] }, "StripeRequirementType": { "alternatives": [ 90 ], "current_deadline": [ 14 ], "currently_due": [ 1 ], "disabled_reason": [ 1 ], "errors": [ 92 ], "eventually_due": [ 1 ], "past_due": [ 1 ], "pending_verification": [ 1 ], "__typename": [ 1 ] }, "StripeFutureRequirementType": { "alternatives": [ 91 ], "current_deadline": [ 14 ], "currently_due": [ 1 ], "disabled_reason": [ 1 ], "errors": [ 92 ], "eventually_due": [ 1 ], "past_due": [ 1 ], "pending_verification": [ 1 ], "__typename": [ 1 ] }, "StripeAccount": { "id": [ 1 ], "object": [ 1 ], "business_type": [ 1 ], "country": [ 1 ], "email": [ 1 ], "capabilities": [ 89 ], "requirements": [ 93 ], "future_requirements": [ 94 ], "type": [ 1 ], "charges_enabled": [ 2 ], "payouts_enabled": [ 2 ], "created": [ 14 ], "default_currency": [ 1 ], "__typename": [ 1 ] }, "StripeAccountReference": { "_id": [ 1 ], "stripeAccountId": [ 1 ], "account": [ 95 ], "__typename": [ 1 ] }, "HistoricalScoreType": { "_id": [ 1 ], "scoreType": [ 1 ], "score": [