cmd-control-client-lib 3.0.49 → 3.0.57

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.
@@ -131,7 +131,8 @@ export declare enum ChatFlags {
131
131
  TIP = "TIP",
132
132
  GUESTCHAT = "GUESTCHAT",
133
133
  MOBILE = "MOBILE",
134
- FLATRATE = "FLATRATE"
134
+ FLATRATE = "FLATRATE",
135
+ SINGLEC2C = "SINGLEC2C"
135
136
  }
136
137
  export declare class SChatInfo implements IKeyMaybeValue {
137
138
  [key: string]: string;
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.49",
4
+ "version": "3.0.57",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },