tencentcloud-sdk-live 3.0.635 → 3.0.636

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d66f4de4259bb602be2d594acb76f10c6a072a57
4
- data.tar.gz: b0e14649a4884f1741112636c197340f6bc673e5
3
+ metadata.gz: 7fc4ef3b24b768a080d2d2afbddc6b27c1a37a69
4
+ data.tar.gz: 03861591237bc0417124e5f778d7163911aa1ee5
5
5
  SHA512:
6
- metadata.gz: 81cbb789bad860a3f822561a5cbe20c3c116707d61fce3f8ecc29ea0a7a4338b236ef542c935f70db922c77693df9ac4fe903140eb51b79237999fa84cccf7bf
7
- data.tar.gz: 17960539c617c93b6e9082ec6e6d7a521fcd773b555db3fde57bd0fbaef696dcb5a3a4f46725820bd75f0547fcdef61a2b44fff834d30010a06ccd64eafe2816
6
+ metadata.gz: 7e59b2c522292490fdcf73a1161c17717ca9be59b73b95d267079ba9b9bea7defe1abe2c812659632b735697a3420f416e3e1ad663ad23c508f23e12d217cc5b
7
+ data.tar.gz: 24b2b955289daec86ae0e7a5e8ca40f1d43f94dc289f521b13b150d52bcaa9201a57e6172783b8ded32c946066e6ea812dcbdc68c1a0527c92a199784e73b37e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.635
1
+ 3.0.636
@@ -495,7 +495,11 @@ module TencentCloud
495
495
 
496
496
  # 回调事件信息
497
497
  class CallbackEventInfo < TencentCloud::Common::AbstractModel
498
- # @param EventTime: 事件时间
498
+ # @param EventTime: 事件时间。
499
+ # 数据时间点,接口返回支持两种时间格式:
500
+ # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
501
+ # 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
502
+ # 接口返回的时间格式和查询请求传入的时间格式一致。
499
503
  # @type EventTime: String
500
504
  # @param EventType: 事件类型
501
505
  # @type EventType: Integer
@@ -2475,7 +2479,7 @@ module TencentCloud
2475
2479
  # 流播放信息
2476
2480
  class DayStreamPlayInfo < TencentCloud::Common::AbstractModel
2477
2481
  # @param Time: 数据时间点,接口返回支持两种时间格式:
2478
- # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2482
+ # 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见ISO日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2479
2483
  # 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
2480
2484
  # 接口返回的时间格式和查询请求传入的时间格式一致。
2481
2485
  # @type Time: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.635
4
+ version: 3.0.636
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-14 00:00:00.000000000 Z
11
+ date: 2023-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common