tencentcloud-sdk-nodejs-adp 4.1.287 → 4.1.289
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
|
@@ -3143,11 +3143,11 @@ export interface PluginStatistics {
|
|
|
3143
3143
|
*/
|
|
3144
3144
|
export interface AppStatusInfo {
|
|
3145
3145
|
/**
|
|
3146
|
-
*
|
|
3146
|
+
* <p>应用状态</p><p>枚举值:</p><ul><li>1: 未上线</li><li>2: 运行中</li><li>3: 停用</li><li>4: 导入中</li></ul>
|
|
3147
3147
|
*/
|
|
3148
3148
|
Status: number;
|
|
3149
3149
|
/**
|
|
3150
|
-
*
|
|
3150
|
+
* <p>状态描述</p>
|
|
3151
3151
|
*/
|
|
3152
3152
|
StatusDescription: string;
|
|
3153
3153
|
}
|
|
@@ -4859,11 +4859,11 @@ export interface SystemVariable {
|
|
|
4859
4859
|
*/
|
|
4860
4860
|
export interface AppGreetingConfig {
|
|
4861
4861
|
/**
|
|
4862
|
-
*
|
|
4862
|
+
* <p>欢迎语内容</p>
|
|
4863
4863
|
*/
|
|
4864
4864
|
Greeting: string;
|
|
4865
4865
|
/**
|
|
4866
|
-
*
|
|
4866
|
+
* <p>开场问题列表</p>
|
|
4867
4867
|
*/
|
|
4868
4868
|
OpeningQuestionList?: Array<string>;
|
|
4869
4869
|
}
|