node-nim 9.11.1 → 9.12.1
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.
package/package.json
CHANGED
|
@@ -170,6 +170,8 @@ export interface QChatInitParam {
|
|
|
170
170
|
auth_timeout?: number;
|
|
171
171
|
/** 数据库加密密钥,如果为空,则使用默认值 */
|
|
172
172
|
database_encrypt_key?: string;
|
|
173
|
+
/** 自动订阅 */
|
|
174
|
+
auto_subscribe?: boolean;
|
|
173
175
|
/** 加密配置 */
|
|
174
176
|
encryption_configuration?: QChatEncryptionConfiguration;
|
|
175
177
|
/** FCS配置 */
|