cmd-control-client-lib 3.0.254 → 3.0.255

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.
@@ -112,6 +112,7 @@ export declare enum SystemMessageKey {
112
112
  h_chat_fsk_denied = "h_chat_fsk_denied",
113
113
  h_chat_fsk_text_warn = "h_chat_fsk_text_warn",
114
114
  h_chat_fsk_wait = "h_chat_fsk_wait",
115
+ h_chat_fsk_accepted = "h_chat_fsk_accepted",
115
116
  h_chat_guest_mobile = "h_chat_guest_mobile",
116
117
  h_chat_guest_preview_start = "h_chat_guest_preview_start",
117
118
  h_chat_guest_preview_start2 = "h_chat_guest_preview_start2",
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.254",
4
+ "version": "3.0.255",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },