tencentcloud-sdk-partners 1.0.250 → 1.0.254

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: d46c4a0dbfe4986be3998e183148db96833258d7
4
- data.tar.gz: 0ccc781fea77950443850684cf1bb3abb95e1881
3
+ metadata.gz: 7f48ebf17d02a32fb1f3fac009bd65c5a8f7b3fb
4
+ data.tar.gz: 9f557102c8161480fab29b8993d4956becd0b469
5
5
  SHA512:
6
- metadata.gz: aa6e94fdf51edbcc9c954b4d435d0c7a4489dd0babeca51c768ee7e3950f6c36b9b89ef94f645436dfea553c9847777325ce7b090bdf54ef9cfa3fc2305de766
7
- data.tar.gz: abfc4cdc54867ec2e73beb28dfdd514c180a09f026b9bc831e97c16300b69ae4f3ea2e4be644a83071022ad4501df23d8f12fc456b7b940b1371d465076ae19e
6
+ metadata.gz: 05536230b98dfe8bb4dc019459679974ba7ced10230bbe55922035789f26a30853de66678d6154707082e500afe8be5b2d54361273da1e5471859245d1de5f18
7
+ data.tar.gz: 64a37341f10db2e010bfbbc3c5526d1eea915a7b877e7c367019b318f476847ffa97355a0a20018a28e01688fc04b6f72b6a786e347dd657ed4d25c796aeadd8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.250
1
+ 1.0.254
@@ -224,9 +224,9 @@ module TencentCloud
224
224
 
225
225
  # 描述代理商代付的订单信息
226
226
  class AgentDealElem < TencentCloud::Common::AbstractModel
227
- # @param DealId: 订单自增 ID
227
+ # @param DealId: 订单自增 ID【请勿依赖该字段作为唯一标识】
228
228
  # @type DealId: String
229
- # @param DealName: 订单号
229
+ # @param DealName: 订单号【订单唯一键】
230
230
  # @type DealName: String
231
231
  # @param GoodsCategoryId: 商品类型 ID
232
232
  # @type GoodsCategoryId: String
@@ -382,9 +382,9 @@ module TencentCloud
382
382
 
383
383
  # 描述代理商代付的订单信息
384
384
  class AgentDealNewElem < TencentCloud::Common::AbstractModel
385
- # @param DealId: 订单自增 ID
385
+ # @param DealId: 订单自增 ID【请勿依赖该字段作为唯一标识】
386
386
  # @type DealId: String
387
- # @param DealName: 订单号
387
+ # @param DealName: 订单号【订单唯一键】
388
388
  # @type DealName: String
389
389
  # @param GoodsCategoryId: 商品类型 ID
390
390
  # @type GoodsCategoryId: 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: 1.0.250
4
+ version: 1.0.254
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-01-26 00:00:00.000000000 Z
11
+ date: 2022-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common