tencentcloud-sdk-iotexplorer 3.0.1087 → 3.0.1094

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: 1d6ca581f17efbfd368f1f16e4b8c7cd19636ead
4
- data.tar.gz: 991281c2a8c51f5e5eb33a9ff64aa0558e792488
3
+ metadata.gz: f68bc795ee32e30e943c7b54a64b1e847fa09724
4
+ data.tar.gz: 581c16f6a27adabf64864970b0fe946dba6128d7
5
5
  SHA512:
6
- metadata.gz: 013f21553ba08d46c42a38c9d309b1eb3ff5b6e66327aed716e036fdd6297b1dfc7c1c0213f3f7d9690610636ff9e8c2bcb70ef28d5c0471cad4ab459ec8fbf2
7
- data.tar.gz: 106c88afe31b30b35649e599b8115ba4b6f659d9f28856213f2fdc1dca48a69fe9208097836e842e7bbac26eec40c9e0c955589ab6c3b095dcfead6ffcdbdddc
6
+ metadata.gz: 55a78da66e1a5bfa06f5a167222afdb11f262ac11e30cebce7d43a97b4fd91ff0dcaa065c6f086de2bd723733c51de42075adb78c801ab93fe5b100201a6dc57
7
+ data.tar.gz: 425c7bf0dd169ea31c0619601251468b6421d72983e56c9eef306555cb6d153987d1b06aaf6ee531bfd03501e85309cc37426680f680591f641c28e354955ee5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1087
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -6899,7 +6899,7 @@ module TencentCloud
6899
6899
  class GenerateSignedVideoURLRequest < TencentCloud::Common::AbstractModel
6900
6900
  # @param VideoURL: 视频播放原始URL地址
6901
6901
  # @type VideoURL: String
6902
- # @param ExpireTime: 播放链接过期时间
6902
+ # @param ExpireTime: 播放链接过期时间(时间戳,单位秒)
6903
6903
  # @type ExpireTime: Integer
6904
6904
  # @param ChannelId: 通道ID 非NVR设备不填 NVR设备必填 默认为无
6905
6905
  # @type ChannelId: Integer
@@ -7965,7 +7965,7 @@ module TencentCloud
7965
7965
  # @type SummaryLang: String
7966
7966
  # @param ChannelId: 通道ID
7967
7967
  # @type ChannelId: Integer
7968
- # @param EnableSummary: 是否需要返回总结,默认为False; 开启后会加大接口响应时长
7968
+ # @param EnableSummary: 是否需要返回总结,默认为True; 开启后会加大接口响应时长
7969
7969
  # @type EnableSummary: Boolean
7970
7970
  # @param StartTimeMs: 开始时间。
7971
7971
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1087
4
+ version: 3.0.1094
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-23 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common