tencentcloud-sdk-ms 3.0.701 → 3.0.703

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180408/models.rb +27 -5
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6304501676201e989916308bf3dd64c1c781ac33
4
- data.tar.gz: 03245e8a397aac32f3b1c8f13e94528ca3f716ac
3
+ metadata.gz: b933c684aed8ad160a24af67089cbee402686e4b
4
+ data.tar.gz: 0a28899fc098e5758fa2ef8879b5268e33cac804
5
5
  SHA512:
6
- metadata.gz: 00cac0e564bb75f07c852bc54eaa67c7294d064194ed541f17ab41a3d7e81b61bc78524e63a60c1787c698d6a395a6f660580e619a83390471b42ab3f59c6cbe
7
- data.tar.gz: 3372f3657ec939f4496528cf75eb8727b219b9f2dd85837ec48f810a73e916b9c8e8da825060fdc8efd527f4b6ba76b9a9a0f890e93c78a7954eaf9170840364
6
+ metadata.gz: e4c6adfcd5e284be7aa435755ff6e1b6b7efd93a2ef3a07b798f8681f058db7a2fb9819626bce833ab86ee8f7c1ceca20f81a908a33dff1b8888860937f48301
7
+ data.tar.gz: 3b97dc2c790b3aae50325b1d80fe8f6748f396dc198f0031e59b5a991ff0ec0b5095757e8dc920e4af2579ff99ccea10a86cd50ad5a806158defde2016eb34bb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.701
1
+ 3.0.703
@@ -777,8 +777,8 @@ module TencentCloud
777
777
 
778
778
  attr_accessor :CosAppid, :CosBucket, :CosRegion, :ExpireTime, :CosId, :CosKey, :CosTocken, :CosPrefix, :CosToken, :RequestId
779
779
  extend Gem::Deprecate
780
- deprecate :CosTocken, :none, 2023, 10
781
- deprecate :CosTocken=, :none, 2023, 10
780
+ deprecate :CosTocken, :none, 2023, 11
781
+ deprecate :CosTocken=, :none, 2023, 11
782
782
 
783
783
  def initialize(cosappid=nil, cosbucket=nil, cosregion=nil, expiretime=nil, cosid=nil, coskey=nil, costocken=nil, cosprefix=nil, costoken=nil, requestid=nil)
784
784
  @CosAppid = cosappid
@@ -2270,10 +2270,26 @@ module TencentCloud
2270
2270
  # @type AntiScreenshot: Integer
2271
2271
  # @param AntiSSL: SSL证书防窃取,0关闭,1开启
2272
2272
  # @type AntiSSL: Integer
2273
+ # @param SetFile: Dex分离,0关闭,1开启
2274
+ # 注意:此字段可能返回 null,表示取不到有效值。
2275
+ # @type SetFile: String
2276
+ # @param FileSign: Dex签名校验,0关闭,1开启
2277
+ # 注意:此字段可能返回 null,表示取不到有效值。
2278
+ # @type FileSign: String
2279
+ # @param AntiRoot: root检测,0关闭,1开启
2280
+ # 注意:此字段可能返回 null,表示取不到有效值。
2281
+ # @type AntiRoot: String
2273
2282
 
2274
- attr_accessor :ApkSizeOpt, :Dex, :So, :Bugly, :AntiRepack, :SeperateDex, :Db, :DexSig, :SoInfo, :AntiVMP, :SoType, :AntiLogLeak, :AntiQemuRoot, :AntiAssets, :AntiScreenshot, :AntiSSL
2275
-
2276
- def initialize(apksizeopt=nil, dex=nil, so=nil, bugly=nil, antirepack=nil, seperatedex=nil, db=nil, dexsig=nil, soinfo=nil, antivmp=nil, sotype=nil, antilogleak=nil, antiqemuroot=nil, antiassets=nil, antiscreenshot=nil, antissl=nil)
2283
+ attr_accessor :ApkSizeOpt, :Dex, :So, :Bugly, :AntiRepack, :SeperateDex, :Db, :DexSig, :SoInfo, :AntiVMP, :SoType, :AntiLogLeak, :AntiQemuRoot, :AntiAssets, :AntiScreenshot, :AntiSSL, :SetFile, :FileSign, :AntiRoot
2284
+ extend Gem::Deprecate
2285
+ deprecate :SeperateDex, :none, 2023, 11
2286
+ deprecate :SeperateDex=, :none, 2023, 11
2287
+ deprecate :DexSig, :none, 2023, 11
2288
+ deprecate :DexSig=, :none, 2023, 11
2289
+ deprecate :AntiQemuRoot, :none, 2023, 11
2290
+ deprecate :AntiQemuRoot=, :none, 2023, 11
2291
+
2292
+ def initialize(apksizeopt=nil, dex=nil, so=nil, bugly=nil, antirepack=nil, seperatedex=nil, db=nil, dexsig=nil, soinfo=nil, antivmp=nil, sotype=nil, antilogleak=nil, antiqemuroot=nil, antiassets=nil, antiscreenshot=nil, antissl=nil, setfile=nil, filesign=nil, antiroot=nil)
2277
2293
  @ApkSizeOpt = apksizeopt
2278
2294
  @Dex = dex
2279
2295
  @So = so
@@ -2290,6 +2306,9 @@ module TencentCloud
2290
2306
  @AntiAssets = antiassets
2291
2307
  @AntiScreenshot = antiscreenshot
2292
2308
  @AntiSSL = antissl
2309
+ @SetFile = setfile
2310
+ @FileSign = filesign
2311
+ @AntiRoot = antiroot
2293
2312
  end
2294
2313
 
2295
2314
  def deserialize(params)
@@ -2312,6 +2331,9 @@ module TencentCloud
2312
2331
  @AntiAssets = params['AntiAssets']
2313
2332
  @AntiScreenshot = params['AntiScreenshot']
2314
2333
  @AntiSSL = params['AntiSSL']
2334
+ @SetFile = params['SetFile']
2335
+ @FileSign = params['FileSign']
2336
+ @AntiRoot = params['AntiRoot']
2315
2337
  end
2316
2338
  end
2317
2339
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.701
4
+ version: 3.0.703
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-11-13 00:00:00.000000000 Z
11
+ date: 2023-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-ms.rb
37
- - lib/v20180408/client.rb
38
37
  - lib/v20180408/models.rb
38
+ - lib/v20180408/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: