tencentcloud-sdk-nodejs-waf 4.0.1040 → 4.0.1046

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-waf",
3
- "version": "4.0.1040",
3
+ "version": "4.0.1046",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -1841,17 +1841,14 @@ export interface ModifyApiSecEventChangeRequest {
1841
1841
  export interface JobDateTime {
1842
1842
  /**
1843
1843
  * 定时执行的时间参数
1844
- 注意:此字段可能返回 null,表示取不到有效值。
1845
1844
  */
1846
1845
  Timed?: Array<TimedJob>
1847
1846
  /**
1848
1847
  * 周期执行的时间参数
1849
- 注意:此字段可能返回 null,表示取不到有效值。
1850
1848
  */
1851
1849
  Cron?: Array<CronJob>
1852
1850
  /**
1853
1851
  * 时区
1854
- 注意:此字段可能返回 null,表示取不到有效值。
1855
1852
  */
1856
1853
  TimeTZone?: string
1857
1854
  }
@@ -1753,17 +1753,14 @@ export interface ModifyApiSecEventChangeRequest {
1753
1753
  export interface JobDateTime {
1754
1754
  /**
1755
1755
  * 定时执行的时间参数
1756
- 注意:此字段可能返回 null,表示取不到有效值。
1757
1756
  */
1758
1757
  Timed?: Array<TimedJob>;
1759
1758
  /**
1760
1759
  * 周期执行的时间参数
1761
- 注意:此字段可能返回 null,表示取不到有效值。
1762
1760
  */
1763
1761
  Cron?: Array<CronJob>;
1764
1762
  /**
1765
1763
  * 时区
1766
- 注意:此字段可能返回 null,表示取不到有效值。
1767
1764
  */
1768
1765
  TimeTZone?: string;
1769
1766
  }