tencentcloud-sdk-nodejs-oceanus 4.1.131 → 4.1.135

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.135",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2033,11 +2033,11 @@ export interface ResourceRef {
2033
2033
  */
2034
2034
  ResourceId: string;
2035
2035
  /**
2036
- * 资源版本ID,-1表示使用最新版本
2036
+ * 资源版本
2037
2037
  */
2038
2038
  Version: number;
2039
2039
  /**
2040
- * 引用资源类型,例如主资源设置为1,代表main class所在的jar包
2040
+ * 0-引用 JAR 程序包,1-主程序包,2-引用配置文件,3-Python程序包,4-Python数据文件
2041
2041
  */
2042
2042
  Type: number;
2043
2043
  }