CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

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