cmd-control-client-lib 3.0.141 → 3.0.142

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,8 @@ export declare enum SystemMessageKey {
4
4
  h_vcall_code = "h_vcall_code",
5
5
  categories = "categories",
6
6
  category = "category",
7
+ error_code_6010 = "error_code_6010",
8
+ error_code_6011 = "error_code_6011",
7
9
  exit_code_1 = "exit_code_1",
8
10
  exit_code_100 = "exit_code_100",
9
11
  exit_code_101 = "exit_code_101",
@@ -68,6 +70,8 @@ export declare enum SystemMessageKey {
68
70
  exit_code_997 = "exit_code_997",
69
71
  exit_code_998 = "exit_code_998",
70
72
  exit_code_999 = "exit_code_999",
73
+ exit_code_lobby = "exit_code_lobby",
74
+ exit_code_private_show_end = "exit_code_private_show_end",
71
75
  g_chat_auto_charged = "g_chat_auto_charged",
72
76
  g_chat_host_micro_off = "g_chat_host_micro_off",
73
77
  g_chat_host_micro_on = "g_chat_host_micro_on",
@@ -124,6 +128,8 @@ export declare enum SystemMessageKey {
124
128
  h_chat_guest_voyuer_start_price = "h_chat_guest_voyuer_start_price",
125
129
  h_chat_info_about = "h_chat_info_about",
126
130
  h_chat_kicked = "h_chat_kicked",
131
+ h_chat_lobby_start = "h_chat_lobby_start",
132
+ h_chat_lobby_stop = "h_chat_lobby_stop",
127
133
  h_chat_lovense_not_available = "h_chat_lovense_not_available",
128
134
  h_chat_name_preview = "h_chat_name_preview",
129
135
  h_chat_name_video = "h_chat_name_video",
@@ -140,6 +146,7 @@ export declare enum SystemMessageKey {
140
146
  h_chat_preview_chat = "h_chat_preview_chat",
141
147
  h_chat_preview_live = "h_chat_preview_live",
142
148
  h_chat_preview_start = "h_chat_preview_start",
149
+ h_chat_preview_start_voucher = "h_chat_preview_start_voucher",
143
150
  h_chat_preview_stop = "h_chat_preview_stop",
144
151
  h_chat_preview_vip = "h_chat_preview_vip",
145
152
  h_chat_pseudo_user = "h_chat_pseudo_user",
@@ -216,6 +223,7 @@ export declare enum SystemMessageKey {
216
223
  h_media_bitmap_purchased = "h_media_bitmap_purchased",
217
224
  h_media_cam2cam_purchased = "h_media_cam2cam_purchased",
218
225
  h_media_sold = "h_media_sold",
226
+ h_media_ticket_closed = "h_media_ticket_closed",
219
227
  h_media_ticket_purchased = "h_media_ticket_purchased",
220
228
  h_media_video_error = "h_media_video_error",
221
229
  h_media_video_informuploaded = "h_media_video_informuploaded",
@@ -226,6 +234,12 @@ export declare enum SystemMessageKey {
226
234
  h_queryfsk_caption = "h_queryfsk_caption",
227
235
  h_queryfsk_text = "h_queryfsk_text",
228
236
  h_queryfsk_text_kick = "h_queryfsk_text_kick",
237
+ h_query_singlec2c_btn0 = "h_query_singlec2c_btn0",
238
+ h_query_singlec2c_btn1 = "h_query_singlec2c_btn1",
239
+ h_query_singlec2c_caption = "h_query_singlec2c_caption",
240
+ h_query_singlec2c_close_caption = "h_query_singlec2c_close_caption",
241
+ h_query_singlec2c_close_text = "h_query_singlec2c_close_text",
242
+ h_query_singlec2c_text = "h_query_singlec2c_text",
229
243
  h_session_appear_offline = "h_session_appear_offline",
230
244
  h_session_audio_device_error = "h_session_audio_device_error",
231
245
  h_session_audio_device_frozen = "h_session_audio_device_frozen",
@@ -241,8 +255,12 @@ export declare enum SystemMessageKey {
241
255
  h_session_free_mode_off = "h_session_free_mode_off",
242
256
  h_session_free_mode_on = "h_session_free_mode_on",
243
257
  h_session_fsk_mixed_profile = "h_session_fsk_mixed_profile",
258
+ h_session_guest_offline = "h_session_guest_offline",
259
+ h_session_image_too_small = "h_session_image_too_small",
244
260
  h_session_livepreview_off = "h_session_livepreview_off",
245
261
  h_session_livepreview_on = "h_session_livepreview_on",
262
+ h_session_lobby_not_available = "h_session_lobby_not_available",
263
+ h_session_lobby_not_planed = "h_session_lobby_not_planed",
246
264
  h_session_logout_by_you = "h_session_logout_by_you",
247
265
  h_session_media_purchased = "h_session_media_purchased",
248
266
  h_session_mixed_profile_auto_off = "h_session_mixed_profile_auto_off",
@@ -265,6 +283,9 @@ export declare enum SystemMessageKey {
265
283
  h_session_preview_picture_upload = "h_session_preview_picture_upload",
266
284
  h_session_service0900state_turnoff = "h_session_service0900state_turnoff",
267
285
  h_session_service0900state_turnon = "h_session_service0900state_turnon",
286
+ h_session_singlec2c_query_declined = "h_session_singlec2c_query_declined",
287
+ h_session_singlec2c_query_sent = "h_session_singlec2c_query_sent",
288
+ h_session_singlec2c_query_timeout = "h_session_singlec2c_query_timeout",
268
289
  h_session_stream_error = "h_session_stream_error",
269
290
  h_session_stream_missed = "h_session_stream_missed",
270
291
  h_session_stream_not_found = "h_session_stream_not_found",
@@ -272,6 +293,7 @@ export declare enum SystemMessageKey {
272
293
  h_session_stream_server_down = "h_session_stream_server_down",
273
294
  h_session_stream_stop = "h_session_stream_stop",
274
295
  h_session_stream_wait = "h_session_stream_wait",
296
+ h_session_too_many_pinned_channels = "h_session_too_many_pinned_channels",
275
297
  h_session_toy_start = "h_session_toy_start",
276
298
  h_session_toy_stop = "h_session_toy_stop",
277
299
  h_session_user_locked = "h_session_user_locked",
@@ -306,10 +328,15 @@ export declare enum SystemMessageKey {
306
328
  h_test_206 = "h_test_206",
307
329
  h_test_207 = "h_test_207",
308
330
  h_test_50 = "h_test_50",
331
+ h_ticket_show_cancelled = "h_ticket_show_cancelled",
332
+ h_ticket_show_query_caption = "h_ticket_show_query_caption",
333
+ h_ticket_show_query_overtime_text = "h_ticket_show_query_overtime_text",
334
+ h_ticket_show_query_text = "h_ticket_show_query_text",
335
+ h_ticket_show_reminder_text = "h_ticket_show_reminder_text",
336
+ h_ticket_show_reminder_text_in_delay = "h_ticket_show_reminder_text_in_delay",
337
+ h_ticket_show_reminder_title = "h_ticket_show_reminder_title",
338
+ h_ticket_show_start = "h_ticket_show_start",
309
339
  h_video_cancel = "h_video_cancel",
310
340
  h_video_delayed = "h_video_delayed",
311
- h_video_reconnect = "h_video_reconnect",
312
- h_session_singlec2c_query_sent = "h_session_singlec2c_query_sent",
313
- h_session_singlec2c_query_timeout = "h_session_singlec2c_query_timeout",
314
- h_session_singlec2c_query_declined = "h_session_singlec2c_query_declined"
341
+ h_video_reconnect = "h_video_reconnect"
315
342
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cmd-control-client-lib",
3
3
  "description": "Cmd-Client-Library",
4
- "version": "3.0.141",
4
+ "version": "3.0.142",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },