@charlesaugust44/nubank-api
Version:
This is a package to easily integrate the nubank web api, supporting QRCode login.
75 lines (74 loc) • 2.29 kB
TypeScript
import Href from "./Href";
export default interface Lift {
"access_token": string;
"token_type": string;
"_links": {
"fog_wall": Href;
"rewards_customer_enrollment": Href;
"rosetta_images": Href;
"milli_vanilli": Href;
"change_password": Href;
"loki": Href;
"ultraviolet_cashback_history": Href;
"allowed_universal_links": Href;
"enabled_features": Href;
"insurance_bff": Href;
"certificate_status": Href;
"telefonista": Href;
"rosetta_localization": Href;
"credit_card_widget": Href;
"revoke_token": Href;
"userinfo": Href;
"events_page": Href;
"loginWebapp": Href;
"dropman": Href;
"token_validate": Href;
"events": Href;
"townsville": Href;
"tokenization_activation_screen": Href;
"register_rewards": Href;
"login_webapp": Href;
"brooklyn_bridge": Href;
"postcode": Href;
"app_flows": Href;
"magnitude": Href;
"zapdos": Href;
"facade": Href;
"rewards_signup_widget": Href;
"revoke_all": Href;
"notification_push_event": Href;
"customer": Href;
"allowed_request_subdomains": Href;
"account": Href;
"bills_summary": Href;
"start_auto_trust": Href;
"orionid": Href;
"blond_jose": Href;
"features_map": Href;
"healthcheck": Href;
"savings_account": Href;
"selfie_authorization": Href;
"ultraviolet_dashboard": Href;
"nakamoto": Href;
"rewards_enrollment": Href;
"purchases": Href;
"paprika": Href;
"digital_wallets": Href;
"cancun": Href;
"airbender": Href;
"blackmirror": Href;
"ghostflame": Href;
"revelio": Href;
"avvicinato": Href;
"canuto": Href;
"shore": Href;
"brewmaster": Href;
"mr_white": Href;
"user_change_password": Href;
"rosetta_localizations_by_locale": Href;
"cashier": Href;
"fog_wall_discovery": Href;
"mancini": Href;
"tolkien_registry": Href;
};
}