tencentcloud-sdk-nodejs-tcbr 4.1.43 → 4.1.60

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-tcbr",
3
- "version": "4.1.43",
3
+ "version": "4.1.60",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -608,6 +608,14 @@ export interface ServerBaseConfig {
608
608
  * 定时扩缩容配置
609
609
  */
610
610
  TimerScale?: Array<TimerScale>;
611
+ /**
612
+ * Dockerfile EntryPoint 参数
613
+ */
614
+ EntryPoint?: Array<string>;
615
+ /**
616
+ * Dockerfile Cmd 参数
617
+ */
618
+ Cmd?: Array<string>;
611
619
  }
612
620
  /**
613
621
  * DescribeCloudRunServerDetail返回参数结构体