tencentcloud-sdk-nodejs-oceanus 4.1.134 → 4.1.136
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
|
@@ -2033,11 +2033,11 @@ export interface ResourceRef {
|
|
|
2033
2033
|
*/
|
|
2034
2034
|
ResourceId: string;
|
|
2035
2035
|
/**
|
|
2036
|
-
*
|
|
2036
|
+
* 资源版本
|
|
2037
2037
|
*/
|
|
2038
2038
|
Version: number;
|
|
2039
2039
|
/**
|
|
2040
|
-
*
|
|
2040
|
+
* 0-引用 JAR 程序包,1-主程序包,2-引用配置文件,3-Python程序包,4-Python数据文件
|
|
2041
2041
|
*/
|
|
2042
2042
|
Type: number;
|
|
2043
2043
|
}
|