cmd-control-client-lib 3.0.216 → 3.0.218
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.
|
@@ -154,6 +154,7 @@ export declare type MessageReadOnlyParams = {
|
|
|
154
154
|
* ignored IN CMDP_MSG
|
|
155
155
|
*/
|
|
156
156
|
flags?: string | "";
|
|
157
|
+
previewRun?: "1" | "0" | string;
|
|
157
158
|
canDelete?: EnumBooleanStringified.TRUE;
|
|
158
159
|
isDeleted?: EnumBooleanStringified.TRUE;
|
|
159
160
|
/** message style/importance */
|