tencentcloud-sdk-wav 3.0.1074 → 3.0.1092
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210129/models.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b6c44f8c5f1067ba6c63c340be636b227f129fa
|
4
|
+
data.tar.gz: 0bda440c9e5d1f28a69c85b2ede0b62af1d98efa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f28fcb143956fca3c37a74f32cebbfc1fa186859def22edde43738f309f7369796d16bc6a24e6477e7407c021a0fdaf119069e73d7b1d06f88ce1f004c5d5d0
|
7
|
+
data.tar.gz: bd7c5f77e35f2880b4e497a7dced9cebdbaeda7ba502a2bb8d9fd0e1ece0f548e693634046cfb5bbb5b4056a9e33efa6f053a3f8552cce1f6a2e4dc98968f21f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1092
|
data/lib/v20210129/models.rb
CHANGED
@@ -2330,7 +2330,7 @@ module TencentCloud
|
|
2330
2330
|
|
2331
2331
|
# QueryCrmStatistics返回参数结构体
|
2332
2332
|
class QueryCrmStatisticsResponse < TencentCloud::Common::AbstractModel
|
2333
|
-
# @param NextCursor:
|
2333
|
+
# @param NextCursor: 分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空
|
2334
2334
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2335
2335
|
# @type NextCursor: String
|
2336
2336
|
# @param PageData: CRM统计响应数据
|
@@ -2391,7 +2391,7 @@ module TencentCloud
|
|
2391
2391
|
|
2392
2392
|
# QueryCustomerEventDetailStatistics返回参数结构体
|
2393
2393
|
class QueryCustomerEventDetailStatisticsResponse < TencentCloud::Common::AbstractModel
|
2394
|
-
# @param NextCursor:
|
2394
|
+
# @param NextCursor: 分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空
|
2395
2395
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2396
2396
|
# @type NextCursor: String
|
2397
2397
|
# @param PageData: 外部联系人SaaS使用明细统计响应数据
|
@@ -3070,7 +3070,7 @@ module TencentCloud
|
|
3070
3070
|
|
3071
3071
|
# QueryStaffEventDetailStatistics返回参数结构体
|
3072
3072
|
class QueryStaffEventDetailStatisticsResponse < TencentCloud::Common::AbstractModel
|
3073
|
-
# @param NextCursor:
|
3073
|
+
# @param NextCursor: 分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空
|
3074
3074
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3075
3075
|
# @type NextCursor: String
|
3076
3076
|
# @param PageData: 企业成员SaaS使用明细统计响应数据
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-wav
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1092
|
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-
|
11
|
+
date: 2025-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|