tencentcloud-sdk-ioa 3.0.1166 → 3.0.1189

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220601/models.rb +20 -4
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e728a97a595868621c6904116d080b7d6f4ed23d
4
- data.tar.gz: 0d55cbca889341f414f6582f092b39302e8c995c
3
+ metadata.gz: f56cbaba00a978a1dd43e874ebf888bea50d2c28
4
+ data.tar.gz: 956f9cf635b2e0c1975b42beeb57f48861f81c2d
5
5
  SHA512:
6
- metadata.gz: 4189372b3428fd2c16e241b48f31764ec965799a6ea1375352a8ed701d27bd782f6e76589d390e92d9751977324cab76a30e3167c33f9ec0a6fec1ad2a54c8cc
7
- data.tar.gz: 39c5a6ddeebc84b84aebceed838864bede6b4e7c4954af41358498d8d77d4b0ed47475475dcde269001b078cfe85ad893365e4975834b83dbe0679eefa362aa7
6
+ metadata.gz: 834ed5465c9768dacb507deaab4f8ce1dac5460a54de7b55d684efb9d5665c7c3d1babc60775e778a471dbc6d84d0c9c064c4ed5f9738f721bd615a8a6bf7bc6
7
+ data.tar.gz: 42b2e072ef5ad5b199aeefa3c0156862c83ae7fc71de7131a618f8f679ddcdab01bf519775f9b56e023bf2a4f5252c2d1ff4f857c29ac95a33a1b68b8a34ba0b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1166
1
+ 3.0.1189
@@ -141,10 +141,14 @@ module TencentCloud
141
141
  # @type UpgradeSoftId: Integer
142
142
  # @param RemarkName: 终端备注名
143
143
  # @type RemarkName: String
144
+ # @param SoftwareId: 软件id
145
+ # @type SoftwareId: Integer
146
+ # @param OsType: 0:win 2:mac
147
+ # @type OsType: Integer
144
148
 
145
- attr_accessor :DeviceName, :LastLoginAccount, :DeviceUserName, :Version, :PiracyRisk, :PiracyReason, :InstallTime, :UserPath, :UserGroup, :IP, :MAC, :UseTime, :DeviceId, :FullSoftName, :Id, :NewVersion, :UpgradeSoftId, :RemarkName
149
+ attr_accessor :DeviceName, :LastLoginAccount, :DeviceUserName, :Version, :PiracyRisk, :PiracyReason, :InstallTime, :UserPath, :UserGroup, :IP, :MAC, :UseTime, :DeviceId, :FullSoftName, :Id, :NewVersion, :UpgradeSoftId, :RemarkName, :SoftwareId, :OsType
146
150
 
147
- def initialize(devicename=nil, lastloginaccount=nil, deviceusername=nil, version=nil, piracyrisk=nil, piracyreason=nil, installtime=nil, userpath=nil, usergroup=nil, ip=nil, mac=nil, usetime=nil, deviceid=nil, fullsoftname=nil, id=nil, newversion=nil, upgradesoftid=nil, remarkname=nil)
151
+ def initialize(devicename=nil, lastloginaccount=nil, deviceusername=nil, version=nil, piracyrisk=nil, piracyreason=nil, installtime=nil, userpath=nil, usergroup=nil, ip=nil, mac=nil, usetime=nil, deviceid=nil, fullsoftname=nil, id=nil, newversion=nil, upgradesoftid=nil, remarkname=nil, softwareid=nil, ostype=nil)
148
152
  @DeviceName = devicename
149
153
  @LastLoginAccount = lastloginaccount
150
154
  @DeviceUserName = deviceusername
@@ -163,6 +167,8 @@ module TencentCloud
163
167
  @NewVersion = newversion
164
168
  @UpgradeSoftId = upgradesoftid
165
169
  @RemarkName = remarkname
170
+ @SoftwareId = softwareid
171
+ @OsType = ostype
166
172
  end
167
173
 
168
174
  def deserialize(params)
@@ -184,6 +190,8 @@ module TencentCloud
184
190
  @NewVersion = params['NewVersion']
185
191
  @UpgradeSoftId = params['UpgradeSoftId']
186
192
  @RemarkName = params['RemarkName']
193
+ @SoftwareId = params['SoftwareId']
194
+ @OsType = params['OsType']
187
195
  end
188
196
  end
189
197
 
@@ -3856,10 +3864,14 @@ module TencentCloud
3856
3864
  # @type Id: Integer
3857
3865
  # @param PiracyRisk: 盗版风险(0:未支持,1:风险,2:未发现,3:未开启)
3858
3866
  # @type PiracyRisk: Integer
3867
+ # @param DeviceId: 设备id
3868
+ # @type DeviceId: Integer
3869
+ # @param OsType: 平台类型
3870
+ # @type OsType: Integer
3859
3871
 
3860
- attr_accessor :Name, :InstallDate, :SoftwareId, :Mid, :Version, :CorpName, :Id, :PiracyRisk
3872
+ attr_accessor :Name, :InstallDate, :SoftwareId, :Mid, :Version, :CorpName, :Id, :PiracyRisk, :DeviceId, :OsType
3861
3873
 
3862
- def initialize(name=nil, installdate=nil, softwareid=nil, mid=nil, version=nil, corpname=nil, id=nil, piracyrisk=nil)
3874
+ def initialize(name=nil, installdate=nil, softwareid=nil, mid=nil, version=nil, corpname=nil, id=nil, piracyrisk=nil, deviceid=nil, ostype=nil)
3863
3875
  @Name = name
3864
3876
  @InstallDate = installdate
3865
3877
  @SoftwareId = softwareid
@@ -3868,6 +3880,8 @@ module TencentCloud
3868
3880
  @CorpName = corpname
3869
3881
  @Id = id
3870
3882
  @PiracyRisk = piracyrisk
3883
+ @DeviceId = deviceid
3884
+ @OsType = ostype
3871
3885
  end
3872
3886
 
3873
3887
  def deserialize(params)
@@ -3879,6 +3893,8 @@ module TencentCloud
3879
3893
  @CorpName = params['CorpName']
3880
3894
  @Id = params['Id']
3881
3895
  @PiracyRisk = params['PiracyRisk']
3896
+ @DeviceId = params['DeviceId']
3897
+ @OsType = params['OsType']
3882
3898
  end
3883
3899
  end
3884
3900
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ioa
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1166
4
+ version: 3.0.1189
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-11 00:00:00.000000000 Z
11
+ date: 2025-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-ioa.rb
37
36
  - lib/v20220601/client.rb
38
37
  - lib/v20220601/models.rb
38
+ - lib/tencentcloud-sdk-ioa.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: