tencentcloud-sdk-nodejs-wedata 4.1.279 → 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
|
@@ -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
|
-
*
|
|
17323
|
+
* <p>代码文件大小,单位KB</p>
|
|
17324
17324
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17325
17325
|
*/
|
|
17326
17326
|
CodeFileSize?: string;
|