tencentcloud-sdk-ms 3.0.1094 → 3.0.1169
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180408/models.rb +10 -10
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c92effaf3662baf292092af64ae49d6934daa73d
|
|
4
|
+
data.tar.gz: e27dff0fa15064a932032dac3ec98e0de0f11efb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ceaf11c6ba277f99b7c324ac6d3504b4917b4b2190349a552a59b7ce0df2e939fc6f9c4bf193f634f08730e2ae8cf7566d500b4fed12ee918d0ce363956100ae
|
|
7
|
+
data.tar.gz: 68333bdbb33cc2af7013404048a1d9f17edeb12f6cdb2e45dc4d042ce7c18cf16bd2ce59edf5b700d62c52b3fd3db58d7ac517ca273b177cf0033925c6737eac
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
data/lib/v20180408/models.rb
CHANGED
|
@@ -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,
|
|
781
|
-
deprecate :CosTocken=, :none,
|
|
780
|
+
deprecate :CosTocken, :none, 2025, 11
|
|
781
|
+
deprecate :CosTocken=, :none, 2025, 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
|
|
@@ -2313,12 +2313,12 @@ module TencentCloud
|
|
|
2313
2313
|
|
|
2314
2314
|
attr_accessor :SetFile, :ApkSizeOpt, :Dex, :So, :Bugly, :AntiRepack, :Db, :SoInfo, :AntiVMP, :SoType, :AntiLogLeak, :AntiAssets, :AntiScreenshot, :AntiSSL, :FileSign, :AntiRoot, :SeperateDex, :DexSig, :AntiQemuRoot
|
|
2315
2315
|
extend Gem::Deprecate
|
|
2316
|
-
deprecate :SeperateDex, :none,
|
|
2317
|
-
deprecate :SeperateDex=, :none,
|
|
2318
|
-
deprecate :DexSig, :none,
|
|
2319
|
-
deprecate :DexSig=, :none,
|
|
2320
|
-
deprecate :AntiQemuRoot, :none,
|
|
2321
|
-
deprecate :AntiQemuRoot=, :none,
|
|
2316
|
+
deprecate :SeperateDex, :none, 2025, 11
|
|
2317
|
+
deprecate :SeperateDex=, :none, 2025, 11
|
|
2318
|
+
deprecate :DexSig, :none, 2025, 11
|
|
2319
|
+
deprecate :DexSig=, :none, 2025, 11
|
|
2320
|
+
deprecate :AntiQemuRoot, :none, 2025, 11
|
|
2321
|
+
deprecate :AntiQemuRoot=, :none, 2025, 11
|
|
2322
2322
|
|
|
2323
2323
|
def initialize(setfile=nil, apksizeopt=nil, dex=nil, so=nil, bugly=nil, antirepack=nil, db=nil, soinfo=nil, antivmp=nil, sotype=nil, antilogleak=nil, antiassets=nil, antiscreenshot=nil, antissl=nil, filesign=nil, antiroot=nil, seperatedex=nil, dexsig=nil, antiqemuroot=nil)
|
|
2324
2324
|
@SetFile = setfile
|
|
@@ -2611,8 +2611,8 @@ module TencentCloud
|
|
|
2611
2611
|
|
|
2612
2612
|
attr_accessor :Banner, :BoutiqueRecommand, :FloatWindows, :IntegralWall, :Md5, :NotifyBar, :Official, :PluginList, :OptPluginList, :SafeType, :Sid, :SoftName, :Spot, :VirusName, :VirusDesc, :RepackageStatus, :Errno, :ErrMsg, :ErrNo
|
|
2613
2613
|
extend Gem::Deprecate
|
|
2614
|
-
deprecate :Errno, :none,
|
|
2615
|
-
deprecate :Errno=, :none,
|
|
2614
|
+
deprecate :Errno, :none, 2025, 11
|
|
2615
|
+
deprecate :Errno=, :none, 2025, 11
|
|
2616
2616
|
|
|
2617
2617
|
def initialize(banner=nil, boutiquerecommand=nil, floatwindows=nil, integralwall=nil, md5=nil, notifybar=nil, official=nil, pluginlist=nil, optpluginlist=nil, safetype=nil, sid=nil, softname=nil, spot=nil, virusname=nil, virusdesc=nil, repackagestatus=nil, errmsg=nil, errno=nil)
|
|
2618
2618
|
@Banner = banner
|
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.
|
|
4
|
+
version: 3.0.1169
|
|
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-
|
|
11
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|