tencentcloud-sdk-bma 3.0.571 → 3.0.572

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: c475953eddb500131cccc0059ae634af511e34b8
4
- data.tar.gz: 1af2574264829451ec73a61449e27e0a662fad2d
3
+ metadata.gz: 3a3caa95fdc84146e6a587cde732eca2070f0e82
4
+ data.tar.gz: 6c1c7de615db0da6d69fee77edcd92366c82bfb7
5
5
  SHA512:
6
- metadata.gz: 5c015a2980c2ccaf8dddaa84626945455ed0013100f8f3e641ba53893abd9b9b5b7c95b7ee135f499f41794e0e63fe3c39a864d8ea497fdbd059c28f2c0df154
7
- data.tar.gz: c7de7e454d52cbb3e092477b63c7272afb05d7d453bb0864327442aa3dd2feb6e36c581a16903e57b5692a37f426bf8f36d780acae08c5bb809ac84ab83ad63d
6
+ metadata.gz: 121dd4ae1ba592edf6cba1f8bad17769fed830d9578036ee2b98472eb9385d1977677025b80c16243016b4c1a200d4239e5d3ce24835d0085f85b5a77c957e14
7
+ data.tar.gz: 29dc507dc171f3a311b0319205810d6a9497d7f3cb6ed5696f695e54a310d28eacfbd324d18deb6ffae21d2d3053c130800779ee57b39e87394e981c92b2bb6c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.571
1
+ 3.0.572
@@ -125,10 +125,12 @@ module TencentCloud
125
125
  # @type ProtectOfficialAccounts: Array
126
126
  # @param ProtectMiniPrograms: 保护小程序
127
127
  # @type ProtectMiniPrograms: Array
128
+ # @param APISource: 请求来源:0-反钓鱼 2-反假冒
129
+ # @type APISource: Integer
128
130
 
129
- attr_accessor :BrandName, :CompanyName, :BrandLogo, :Phone, :License, :Authorization, :TrademarkNames, :Trademarks, :IsTransfers, :Transfers, :ProtectURLs, :ProtectAPPs, :ProtectOfficialAccounts, :ProtectMiniPrograms
131
+ attr_accessor :BrandName, :CompanyName, :BrandLogo, :Phone, :License, :Authorization, :TrademarkNames, :Trademarks, :IsTransfers, :Transfers, :ProtectURLs, :ProtectAPPs, :ProtectOfficialAccounts, :ProtectMiniPrograms, :APISource
130
132
 
131
- def initialize(brandname=nil, companyname=nil, brandlogo=nil, phone=nil, license=nil, authorization=nil, trademarknames=nil, trademarks=nil, istransfers=nil, transfers=nil, protecturls=nil, protectapps=nil, protectofficialaccounts=nil, protectminiprograms=nil)
133
+ def initialize(brandname=nil, companyname=nil, brandlogo=nil, phone=nil, license=nil, authorization=nil, trademarknames=nil, trademarks=nil, istransfers=nil, transfers=nil, protecturls=nil, protectapps=nil, protectofficialaccounts=nil, protectminiprograms=nil, apisource=nil)
132
134
  @BrandName = brandname
133
135
  @CompanyName = companyname
134
136
  @BrandLogo = brandlogo
@@ -143,6 +145,7 @@ module TencentCloud
143
145
  @ProtectAPPs = protectapps
144
146
  @ProtectOfficialAccounts = protectofficialaccounts
145
147
  @ProtectMiniPrograms = protectminiprograms
148
+ @APISource = apisource
146
149
  end
147
150
 
148
151
  def deserialize(params)
@@ -160,6 +163,7 @@ module TencentCloud
160
163
  @ProtectAPPs = params['ProtectAPPs']
161
164
  @ProtectOfficialAccounts = params['ProtectOfficialAccounts']
162
165
  @ProtectMiniPrograms = params['ProtectMiniPrograms']
166
+ @APISource = params['APISource']
163
167
  end
164
168
  end
165
169
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-bma
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.571
4
+ version: 3.0.572
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-17 00:00:00.000000000 Z
11
+ date: 2023-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common