tencentcloud-sdk-partners 3.0.435 → 3.0.437

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: dd1b9faec2b5e6bb02bdf9ff171752069e3d9bf1
4
- data.tar.gz: 0f42a0ddc515be7ea2d4bc87e5985dc02cbf4f9a
3
+ metadata.gz: ebb2d1a90df9a45541a22a7c02f87d0fc34b8dde
4
+ data.tar.gz: ee2aeed4f5a9a76740d59567bf2285461cde43f1
5
5
  SHA512:
6
- metadata.gz: 40b6456ecca957a0395cd07e1ecc028ba5044503f793b73e24188f077d758b5ba193e4c9517a3c06dc9de578f9b0e08b5f3c2f01fd9e8d849744f27fcfaff818
7
- data.tar.gz: 7b4a3b58bdaba3cc15522b0c8775b4972800010827a3b47f8d4d77d22ea41942469fc43657e27bf4440371fc7701de2bf5c0b7772c3a386763faa2c29f48b116
6
+ metadata.gz: 8a26294a2f9e067923bbc99a8b1b18246a63f8810b90dbf6ee9fa8ed5b7f357286961b1cd774bc0a7612bad0b4b4982a80151800d9569a50677f3d3ac86dad5c
7
+ data.tar.gz: c338b964ee29a647d122d05f8431ac597d63998d7b7a5e6ec4dbef9585d0faef9c224b9352ec8272cbe0c34b348f773b88d72e1ff984deb5315ae567f0c829d7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.435
1
+ 3.0.437
@@ -245,7 +245,7 @@ module TencentCloud
245
245
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
246
246
  end
247
247
 
248
- # 【该接口将逐步下线,请切换使用升级版本DescribeAgentDealsByCache】代理商拉取缓存的全量客户订单
248
+ # 【该接口已下线,请使用升级版本DescribeAgentDealsByCache】代理商拉取缓存的全量客户订单
249
249
 
250
250
  # @param request: Request instance for DescribeAgentDealsCache.
251
251
  # @type request: :class:`Tencentcloud::partners::V20180321::DescribeAgentDealsCacheRequest`
@@ -269,7 +269,7 @@ module TencentCloud
269
269
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
270
270
  end
271
271
 
272
- # 【该接口将逐步下线,请切换使用升级版本DescribeAgentPayDealsV2】可以查询代理商代付的所有订单
272
+ # 【该接口已下线,请切换使用升级版本DescribeAgentPayDealsV2】可以查询代理商代付的所有订单
273
273
 
274
274
  # @param request: Request instance for DescribeAgentPayDeals.
275
275
  # @type request: :class:`Tencentcloud::partners::V20180321::DescribeAgentPayDealsRequest`
@@ -317,7 +317,7 @@ module TencentCloud
317
317
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
318
318
  end
319
319
 
320
- # 【该接口将逐步下线,请切换使用升级版本DescribeAgentSelfPayDealsV2】可以查询代理商下指定客户的自付订单
320
+ # 【该接口已下线,请切换使用升级版本DescribeAgentSelfPayDealsV2】可以查询代理商下指定客户的自付订单
321
321
 
322
322
  # @param request: Request instance for DescribeAgentSelfPayDeals.
323
323
  # @type request: :class:`Tencentcloud::partners::V20180321::DescribeAgentSelfPayDealsRequest`
@@ -413,7 +413,7 @@ module TencentCloud
413
413
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
414
414
  end
415
415
 
416
- # 代理商可查询自己名下全部返佣信息
416
+ # 【该接口已下线,请切换使用升级版本DescribeRebateInfosNew】代理商可查询自己名下全部返佣信息
417
417
 
418
418
  # @param request: Request instance for DescribeRebateInfos.
419
419
  # @type request: :class:`Tencentcloud::partners::V20180321::DescribeRebateInfosRequest`
@@ -1064,11 +1064,11 @@ module TencentCloud
1064
1064
  class DescribeAgentDealsByCacheRequest < TencentCloud::Common::AbstractModel
1065
1065
  # @param Offset: 偏移量
1066
1066
  # @type Offset: Integer
1067
- # @param Limit: 限制数目
1067
+ # @param Limit: 限制数目 最大200
1068
1068
  # @type Limit: Integer
1069
- # @param CreatTimeRangeStart: 下单时间范围起始点
1069
+ # @param CreatTimeRangeStart: 下单时间范围起始点【请保持时间范围最大90天】
1070
1070
  # @type CreatTimeRangeStart: String
1071
- # @param CreatTimeRangeEnd: 下单时间范围终止点
1071
+ # @param CreatTimeRangeEnd: 下单时间范围终止点【请保持时间范围最大90天】
1072
1072
  # @type CreatTimeRangeEnd: String
1073
1073
  # @param Order: 0:下单时间降序;其他:下单时间升序
1074
1074
  # @type Order: Integer
@@ -1147,11 +1147,11 @@ module TencentCloud
1147
1147
  class DescribeAgentDealsCacheRequest < TencentCloud::Common::AbstractModel
1148
1148
  # @param Offset: 偏移量
1149
1149
  # @type Offset: Integer
1150
- # @param Limit: 限制数目
1150
+ # @param Limit: 限制数目 最大200
1151
1151
  # @type Limit: Integer
1152
- # @param CreatTimeRangeStart: 下单时间范围起始点
1152
+ # @param CreatTimeRangeStart: 下单时间范围起始点【请保持时间范围最大90天】
1153
1153
  # @type CreatTimeRangeStart: String
1154
- # @param CreatTimeRangeEnd: 下单时间范围终止点
1154
+ # @param CreatTimeRangeEnd: 下单时间范围终止点【请保持时间范围最大90天】
1155
1155
  # @type CreatTimeRangeEnd: String
1156
1156
  # @param Order: 0:下单时间降序;其他:下单时间升序
1157
1157
  # @type Order: Integer
@@ -1226,7 +1226,7 @@ module TencentCloud
1226
1226
  class DescribeAgentPayDealsRequest < TencentCloud::Common::AbstractModel
1227
1227
  # @param Offset: 偏移量
1228
1228
  # @type Offset: Integer
1229
- # @param Limit: 限制数目
1229
+ # @param Limit: 限制数目 最大100
1230
1230
  # @type Limit: Integer
1231
1231
  # @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查15天内订单,传值时需要传15天内的起始时间)
1232
1232
  # @type CreatTimeRangeStart: String
@@ -1301,7 +1301,7 @@ module TencentCloud
1301
1301
  class DescribeAgentPayDealsV2Request < TencentCloud::Common::AbstractModel
1302
1302
  # @param Offset: 偏移量
1303
1303
  # @type Offset: Integer
1304
- # @param Limit: 限制数目
1304
+ # @param Limit: 限制数目 最大100
1305
1305
  # @type Limit: Integer
1306
1306
  # @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查15天内订单,传值时需要传15天内的起始时间)
1307
1307
  # @type CreatTimeRangeStart: String
@@ -1382,7 +1382,7 @@ module TencentCloud
1382
1382
  # @type OwnerUin: String
1383
1383
  # @param Offset: 偏移量
1384
1384
  # @type Offset: Integer
1385
- # @param Limit: 限制数目
1385
+ # @param Limit: 限制数目 最大100
1386
1386
  # @type Limit: Integer
1387
1387
  # @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查15天内订单,传值时需要传15天内的起始时间)
1388
1388
  # @type CreatTimeRangeStart: String
@@ -1457,7 +1457,7 @@ module TencentCloud
1457
1457
  # @type OwnerUin: String
1458
1458
  # @param Offset: 偏移量
1459
1459
  # @type Offset: Integer
1460
- # @param Limit: 限制数目
1460
+ # @param Limit: 限制数目 最大100
1461
1461
  # @type Limit: Integer
1462
1462
  # @param CreatTimeRangeStart: 下单时间范围起始点(不传时会默认查15天内订单,传值时需要传15天内的起始时间)
1463
1463
  # @type CreatTimeRangeStart: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-partners
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.435
4
+ version: 3.0.437
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common