tencentcloud-sdk-nodejs-postgres 4.1.36 → 4.1.37

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-postgres",
3
- "version": "4.1.36",
3
+ "version": "4.1.37",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3610,7 +3610,8 @@ export interface InquiryPriceUpgradeDBInstanceRequest {
3610
3610
  */
3611
3611
  DBInstanceId: string;
3612
3612
  /**
3613
- * 【废弃参数,不再生效】,实例计费类型。
3613
+ * 实例计费类型。
3614
+ * @deprecated
3614
3615
  */
3615
3616
  InstanceChargeType?: string;
3616
3617
  /**
@@ -4680,7 +4681,8 @@ export interface CreateReadOnlyDBInstanceRequest {
4680
4681
  */
4681
4682
  Name?: string;
4682
4683
  /**
4683
- * 【废弃】不再需要指定,内核版本号与主实例保持一致
4684
+ * 不再需要指定,内核版本号与主实例保持一致
4685
+ * @deprecated
4684
4686
  */
4685
4687
  DBVersion?: string;
4686
4688
  /**