tencentcloud-sdk-nodejs-mongodb 4.0.1045 → 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-mongodb",
3
- "version": "4.0.1045",
3
+ "version": "4.0.1046",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -2749,11 +2749,11 @@ export interface DbURL {
2749
2749
  - MONGOS_READ_PRIMARY_AND_SECONDARY:指通过该URI 连接 Mongos 的主节点与从节点。
2750
2750
  - MONGOS_READ_SECONDARY_AND_READONLY:指通过该URI 连接 Mongos 的从节点与只读节点。
2751
2751
  */
2752
- URLType: string
2752
+ URLType?: string
2753
2753
  /**
2754
2754
  * 实例 URI 形式的连接串访问地址示例。
2755
2755
  */
2756
- Address: string
2756
+ Address?: string
2757
2757
  }
2758
2758
 
2759
2759
  /**
@@ -2619,11 +2619,11 @@ export interface DbURL {
2619
2619
  - MONGOS_READ_PRIMARY_AND_SECONDARY:指通过该URI 连接 Mongos 的主节点与从节点。
2620
2620
  - MONGOS_READ_SECONDARY_AND_READONLY:指通过该URI 连接 Mongos 的从节点与只读节点。
2621
2621
  */
2622
- URLType: string;
2622
+ URLType?: string;
2623
2623
  /**
2624
2624
  * 实例 URI 形式的连接串访问地址示例。
2625
2625
  */
2626
- Address: string;
2626
+ Address?: string;
2627
2627
  }
2628
2628
  /**
2629
2629
  * 实例规格信息