cmd-control-client-lib 3.0.361 → 3.0.362

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.
@@ -102,6 +102,7 @@ export declare class SChatInfo {
102
102
  chattype: EnumIntentionString | string;
103
103
  /** preview state: "1" if the preview is run, "0" if the preview is stopped */
104
104
  previewRun?: "1" | "0" | string;
105
+ blurred?: "1" | "0" | string;
105
106
  }
106
107
  export declare class CMDC_CINIT implements ICOMMAND {
107
108
  action: ACTION;
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.361",
4
+ "version": "3.0.362",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },