tencentcloud-sdk-nodejs-tcbr 4.1.36 → 4.1.43

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-tcbr",
3
- "version": "4.1.36",
3
+ "version": "4.1.43",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -602,12 +602,10 @@ export interface ServerBaseConfig {
602
602
  InternalDomain?: string;
603
603
  /**
604
604
  * 运行模式
605
- 注意:此字段可能返回 null,表示取不到有效值。
606
605
  */
607
606
  OperationMode?: string;
608
607
  /**
609
608
  * 定时扩缩容配置
610
- 注意:此字段可能返回 null,表示取不到有效值。
611
609
  */
612
610
  TimerScale?: Array<TimerScale>;
613
611
  }
@@ -737,32 +735,26 @@ export interface ServerBaseInfo {
737
735
  export interface TimerScale {
738
736
  /**
739
737
  * 循环类型
740
- 注意:此字段可能返回 null,表示取不到有效值。
741
738
  */
742
739
  CycleType?: string;
743
740
  /**
744
741
  * 循环起始
745
- 注意:此字段可能返回 null,表示取不到有效值。
746
742
  */
747
743
  StartDate?: string;
748
744
  /**
749
745
  * 循环结束
750
- 注意:此字段可能返回 null,表示取不到有效值。
751
746
  */
752
747
  EndDate?: string;
753
748
  /**
754
749
  * 起始时间
755
- 注意:此字段可能返回 null,表示取不到有效值。
756
750
  */
757
751
  StartTime?: string;
758
752
  /**
759
753
  * 结束时间
760
- 注意:此字段可能返回 null,表示取不到有效值。
761
754
  */
762
755
  EndTime?: string;
763
756
  /**
764
757
  * 副本个数
765
- 注意:此字段可能返回 null,表示取不到有效值。
766
758
  */
767
759
  ReplicaNum?: number;
768
760
  }