tencentcloud-sdk-nodejs-dlc 4.1.298 → 4.1.304

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-dlc",
3
- "version": "4.1.298",
3
+ "version": "4.1.304",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -49,7 +49,6 @@
49
49
  "@types/json-bigint": "^1.0.1",
50
50
  "@types/node": "^18.0.0",
51
51
  "@types/node-fetch": "^2.5.7",
52
- "@types/uuid": "^9.0.8",
53
52
  "@typescript-eslint/eslint-plugin": "^2.34.0",
54
53
  "@typescript-eslint/parser": "^2.34.0",
55
54
  "babel-eslint": "^10.0.2",
@@ -2824,11 +2824,11 @@ export interface ModifySparkAppResponse {
2824
2824
  */
2825
2825
  export interface CreatePartitionRequest {
2826
2826
  /**
2827
- * <p>交易类型:purchase-新购,renew-续费,modify-变配</p>
2827
+ * <p>交易类型:purchase-新购</p>
2828
2828
  */
2829
2829
  ActionType: string;
2830
2830
  /**
2831
- * <p>付费模式:0-后付费,1-预付费</p>
2831
+ * <p>付费模式:1-预付费</p>
2832
2832
  */
2833
2833
  PayMode: number;
2834
2834
  /**
@@ -2836,11 +2836,11 @@ export interface CreatePartitionRequest {
2836
2836
  */
2837
2837
  ResourceQuotaList: Array<ResourceQuota>;
2838
2838
  /**
2839
- * <p>时间大小,预付费时为购买月数,后付费时为3600</p>
2839
+ * <p>时间大小,预付费时为购买月数</p>
2840
2840
  */
2841
2841
  TimeSpan: number;
2842
2842
  /**
2843
- * <p>时间单位,预付费为m(月),后付费为s(秒)</p>
2843
+ * <p>时间单位,预付费为m(月)</p>
2844
2844
  */
2845
2845
  TimeUnit: string;
2846
2846
  /**
@@ -2852,7 +2852,7 @@ export interface CreatePartitionRequest {
2852
2852
  */
2853
2853
  Name?: string;
2854
2854
  /**
2855
- * <p>队列描述</p>
2855
+ * <p>资源包描述</p>
2856
2856
  */
2857
2857
  Description?: string;
2858
2858
  }