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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-adp",
3
- "version": "4.1.287",
3
+ "version": "4.1.289",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3143,11 +3143,11 @@ export interface PluginStatistics {
3143
3143
  */
3144
3144
  export interface AppStatusInfo {
3145
3145
  /**
3146
- * 应用状态 (OFFLINE:未上线, RUNNING:运行中, DISABLED:停用)。枚举值: 1:未上线, 2:运行中, 3:停用
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
  }