tencentcloud-sdk-nodejs-wedata 4.1.278 → 4.1.291

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-wedata",
3
- "version": "4.1.278",
3
+ "version": "4.1.291",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -17315,12 +17315,12 @@ export interface WorkflowFolderPage {
17315
17315
  */
17316
17316
  export interface TaskCodeResult {
17317
17317
  /**
17318
- * 代码内容
17318
+ * <p>base64编码的代码内容</p>
17319
17319
  注意:此字段可能返回 null,表示取不到有效值。
17320
17320
  */
17321
17321
  CodeInfo?: string;
17322
17322
  /**
17323
- * 代码文件大小,单位KB
17323
+ * <p>代码文件大小,单位KB</p>
17324
17324
  注意:此字段可能返回 null,表示取不到有效值。
17325
17325
  */
17326
17326
  CodeFileSize?: string;