tencentcloud-sdk-nodejs-live 4.1.63 → 4.1.64

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-live",
3
- "version": "4.1.63",
3
+ "version": "4.1.64",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -731,6 +731,10 @@ export interface SendLiveCloudEffectRequest {
731
731
  * 云端特效 ID。
732
732
  */
733
733
  Id: string;
734
+ /**
735
+ * 默认随系统配置,云端特效循环 少于5次。可自定义指定礼物循环次数,不超过100次。
736
+ */
737
+ LoopTimes?: number;
734
738
  /**
735
739
  * 操作人备注信息。
736
740
  */