tencentcloud-sdk-nodejs-wedata 4.1.18 → 4.1.20

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.18",
3
+ "version": "4.1.20",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3867,12 +3867,12 @@ export interface InstanceDetailVO {
3867
3867
  */
3868
3868
  ExecutorGroupName?: string;
3869
3869
  /**
3870
- * 标准数据时间
3870
+ * 实例数据时间
3871
3871
  注意:此字段可能返回 null,表示取不到有效值。
3872
3872
  */
3873
3873
  CurRunDate?: string;
3874
3874
  /**
3875
- * 下一个标准数据时间
3875
+ * 下一个实例数据时间
3876
3876
  注意:此字段可能返回 null,表示取不到有效值。
3877
3877
  */
3878
3878
  NextCurDate?: string;
@@ -11652,7 +11652,7 @@ export interface InstanceVO {
11652
11652
  */
11653
11653
  TaskCycleType?: string;
11654
11654
  /**
11655
- * 标准数据时间
11655
+ * 实例数据时间
11656
11656
  注意:此字段可能返回 null,表示取不到有效值。
11657
11657
  */
11658
11658
  CurRunDate?: string;