tencentcloud-sdk-wav 3.0.1074 → 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: 0c1067bca42836fbe8f168ce05d9cbf8406fda13
4
- data.tar.gz: 18ba9fdf82df6a338650e1901d5b4eb5138c6414
3
+ metadata.gz: 524ed244863d859180d57efdf5d74839e660f8a9
4
+ data.tar.gz: b61644ced0a519c5e881e77b879be62ce2f26a29
5
5
  SHA512:
6
- metadata.gz: 9d1252d2c05c3506088e1418669c4f5e3ef421c6a37d743e5d572e67da72a302f9347072ea0e216bcd6517d5df36ba85967d8859e39a551f350c27767667450f
7
- data.tar.gz: 8f9189418a761db0fd3294bfff62124da002e76c0b82e2cc961d49873d3232cd10415d1533bd8c32219b943ca21e390af61caba8b5c1bfb2e164d79cbaebfb64
6
+ metadata.gz: 097e98b538f0b1db9b4b54b65fc3ced873c6932dd2dcad9840652e4d4a55c3a9b4053b98f896285c57febb782bac6dc6aa581f618636adad1157c6925f2cf96c
7
+ data.tar.gz: 700f785f1dad7742d7c51ae78b76b99059ae6ba284eb8f3e5d1ebe37a755fa086321a4998571231f1a3ea104d1978461cd37228e115f79aac6f4f5ec14c38a57
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
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.
@@ -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.1074
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-04 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