Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/util/message.d.ts
Views: 687
export const start_session: any;1export const session_started: any;2export const output: any;3export const execute_javascript: any;4export const usernames: any;5export const create_account: any;6export const account_created: any;7export const account_creation_failed: any;8export const delete_account: any;9export const account_deleted: any;10export const sign_in: any;11export const remember_me_failed: any;12export const sign_in_failed: any;13export const signed_in: any;14export const sign_out: any;15export const signed_out: any;16export const send_verification_email: any;17export const change_email_address: any;18export const changed_email_address: any;19export const unlink_passport: any;20export const error: any;21export const success: any;22export const reconnect: any;23export const cookies: any;24export const open_project: any;25export const project_opened: any;26export const project_exec: any;27export const project_exec_output: any;28export const named_server_port: any;29export const read_file_from_project: any;30export const file_read_from_project: any;31export const read_text_file_from_project: any;32export const text_file_read_from_project: any;33export const write_file_to_project: any;34export const write_text_file_to_project: any;35export const file_written_to_project: any;36export const create_project: any;37export const project_created: any;38export const user_search: any;39export const add_license_to_project: any;40export const remove_license_from_project: any;41export const user_search_results: any;42export const project_users: any;43export const invite_collaborator: any;44export const add_collaborator: any;45export const remove_collaborator: any;46export const invite_noncloud_collaborators: any;47export const invite_noncloud_collaborators_resp: any;48export const version: any;49export const save_blob: any;50export const remove_blob_ttls: any;51export const storage: any;52export const projects_running_on_server: any;53export const local_hub: any;54export const copy_path_between_projects: any;55export const copy_path_between_projects_response: any;56export const copy_path_status: any;57export const copy_path_status_response: any;58export const copy_path_delete: any;59export const project_set_quotas: any;60export const print_to_pdf: any;61export const printed_to_pdf: any;62export const heartbeat: any;63export const ping: any;64export const pong: any;65export const copy_public_path_between_projects: any;66export const log_client_error: any;67export const webapp_error: any;68export const stripe_get_customer: any;69export const stripe_customer: any;70export const stripe_create_source: any;71export const stripe_delete_source: any;72export const stripe_set_default_source: any;73export const stripe_update_source: any;74export const stripe_plans: any;75export const stripe_create_subscription: any;76export const stripe_cancel_subscription: any;77export const stripe_update_subscription: any;78export const stripe_get_subscriptions: any;79export const stripe_subscriptions: any;80export const stripe_get_coupon: any;81export const stripe_coupon: any;82export const stripe_get_charges: any;83export const stripe_charges: any;84export const stripe_get_invoices: any;85export const stripe_invoices: any;86export const stripe_admin_create_invoice_item: any;87export const create_support_ticket: any;88export const support_ticket_url: any;89export const get_support_tickets: any;90export const support_tickets: any;91export const query: any;92export const uuid: any;93export const uuid: any;94export const query_cancel: any;95export const api_key: any;96export const api_key_info: any;97export const api_keys: any;98export const api_keys_response: any;99export const user_auth: any;100export const user_auth_token: any;101export const metrics: any;102export const start_metrics: any;103export const get_available_upgrades: any;104export const touch_project: any;105export const disconnect_from_project: any;106export const available_upgrades: any;107export const remove_all_upgrades: any;108export const sagews_execute_code: any;109export const sagews_output: any;110export const sagews_output_ack: any;111export const sagews_interrupt: any;112export const sagews_quit: any;113export const sagews_start: any;114export const get_syncdoc_history: any;115export const syncdoc_history: any;116export const user_tracking: any;117export const admin_reset_password: any;118export const purchase_license: any;119export const purchase_license_resp: any;120export const chatgpt: any;121export const chatgpt_response: any;122export const openai_embeddings_search: any;123export const openai_embeddings_search_response: any;124export const openai_embeddings_save: any;125export const openai_embeddings_save_response: any;126export const openai_embeddings_remove: any;127export const openai_embeddings_remove_response: any;128export const jupyter_execute: any;129export const jupyter_execute_response: any;130export const jupyter_kernels: any;131export const jupyter_start_pool: any;132export const forgot_password: any;133export const reset_forgot_password: any;134export const public_get_text_file: any;135export const signal_sent: any;136137138