tencentcloud-sdk-nodejs-cfs 4.1.62 → 4.1.63

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-cfs",
3
- "version": "4.1.62",
3
+ "version": "4.1.63",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1571,6 +1571,12 @@ export interface CreateCfsFileSystemRequest {
1571
1571
  说明:增强版的通用系统需要开通白名单才能使用,如有需要请提交工单与我们联系。
1572
1572
  */
1573
1573
  CfsVersion?: string;
1574
+ /**
1575
+ * turbo文件系统元数据属性
1576
+ basic:创建标准型的元数据
1577
+ enhanced:创建增强型的元数据
1578
+ */
1579
+ MetaType?: string;
1574
1580
  }
1575
1581
  /**
1576
1582
  * 版本控制-可用区数组