tencentcloud-sdk-nodejs-oceanus 4.1.131 → 4.1.134

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-oceanus",
3
- "version": "4.1.131",
3
+ "version": "4.1.134",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2033,7 +2033,7 @@ export interface ResourceRef {
2033
2033
  */
2034
2034
  ResourceId: string;
2035
2035
  /**
2036
- * 资源版本ID,-1表示使用最新版本
2036
+ * 0-引用 JAR 程序包,1-主程序包,2-引用配置文件,3-Python程序包,4-Python数据文件
2037
2037
  */
2038
2038
  Version: number;
2039
2039
  /**