cmd-control-client-lib 3.0.66 → 3.0.67

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.
@@ -309,5 +309,7 @@ export declare enum SystemMessageKey {
309
309
  h_video_cancel = "h_video_cancel",
310
310
  h_video_delayed = "h_video_delayed",
311
311
  h_video_reconnect = "h_video_reconnect",
312
- h_session_singlec2c_query_sent = "h_session_singlec2c_query_sent"
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"
313
315
  }
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.66",
4
+ "version": "3.0.67",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },