tencentcloud-sdk-ms 3.0.624 → 3.0.625

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: c6a17be8618ce2d88eec3a0746031343a4da3f09
4
- data.tar.gz: ed037180ffe283da4425a2dd8757bb1c7aea1f9d
3
+ metadata.gz: 4feb393a1fe0c970df375662ca2e5e90921ffcb4
4
+ data.tar.gz: 7322bfda1ed8be14a686e0a605127e8d3cbbc2a3
5
5
  SHA512:
6
- metadata.gz: 3ee1dec2fd0f2c3daf66476c7aa5e878f3f6a1966ba955a51536168d6142d97d635d90e7dc34f6751da273bf7fb971908b7eb470ac7f766e15d8d60a0249bf04
7
- data.tar.gz: 0cee6475ab54c5c8daf8fee5f6cf3275247b7734d03f8457129d56f4821cdbabd4e62903d022eeb98aa4c0b69a245044275ca528f5ac1276257b725a7af898e0
6
+ metadata.gz: dbd0d00891b2535c116e5b6fafa4c6c6cab431d97ce4b2f72ec3ba9dd277f74291b1ad99adac70912299f97f40af8477d4a42639505f76f9829e4e990d0c804e
7
+ data.tar.gz: bfd6c7d52f5923d8a1659bd05ffedde4c3a496262a2477d955482229683a2d65d3f2682ddb199f73e6f42c6a086dba0e6627d21e103fbc360182fb0f450c7e77
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.624
1
+ 3.0.625
@@ -127,7 +127,7 @@ module TencentCloud
127
127
 
128
128
  # 该接口供渠道合作应用加固使用,接口调用有白名单用户限制。
129
129
  # 订单类型有:免费试用、按年收费、按次收费。
130
- # 应用加固支持的平台类型有:android安卓加固 、ios源码混淆 、sdk加固、applet小程序加固。
130
+ # 应用加固支持的平台类型有:android加固 、ios源码混淆 、sdk加固、applet小程序加固。
131
131
 
132
132
  # @param request: Request instance for CreateOrderInstance.
133
133
  # @type request: :class:`Tencentcloud::ms::V20180408::CreateOrderInstanceRequest`
@@ -17,7 +17,7 @@
17
17
  module TencentCloud
18
18
  module Ms
19
19
  module V20180408
20
- # 渠道合作安卓加固App信息
20
+ # 渠道合作Android加固App信息
21
21
  class AndroidAppInfo < TencentCloud::Common::AbstractModel
22
22
  # @param AppMd5: app文件的md5算法值,需要正确传递,在线加固必输。
23
23
  # 例如linux环境下执行算法命令md5sum :
@@ -31,14 +31,14 @@ module TencentCloud
31
31
  # @param AppName: app名称,非必输
32
32
  # @type AppName: String
33
33
  # @param AppPkgName: app的包名,本次操作的包名。
34
- # 当安卓是按年收费、免费试用加固时,在线加固和输出工具要求该字段必输,且与AndroidPlan.AppPkgName值相等。
34
+ # 当Android是按年收费、免费试用加固时,在线加固和输出工具要求该字段必输,且与AndroidPlan.AppPkgName值相等。
35
35
  # @type AppPkgName: String
36
36
  # @param AppFileName: app的文件名,非必输。
37
37
  # @type AppFileName: String
38
38
  # @param AppVersion: app版本号,非必输。
39
39
  # @type AppVersion: String
40
- # @param AppType: 安卓app的文件类型,本次加固操作的应用类型 。
41
- # 安卓在线加固和输出工具加固必输,其值需等于“apk”或“aab”,且与AndroidAppInfo.AppType值相等。
40
+ # @param AppType: Android app的文件类型,本次加固操作的应用类型 。
41
+ # Android在线加固和输出工具加固必输,其值需等于“apk”或“aab”,且与AndroidAppInfo.AppType值相等。
42
42
  # @type AppType: String
43
43
 
44
44
  attr_accessor :AppMd5, :AppSize, :AppUrl, :AppName, :AppPkgName, :AppFileName, :AppVersion, :AppType
@@ -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, 7
781
- deprecate :CosTocken=, :none, 2023, 7
780
+ deprecate :CosTocken, :none, 2023, 8
781
+ deprecate :CosTocken=, :none, 2023, 8
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
@@ -809,7 +809,7 @@ module TencentCloud
809
809
 
810
810
  # CreateEncryptInstance请求参数结构体
811
811
  class CreateEncryptInstanceRequest < TencentCloud::Common::AbstractModel
812
- # @param PlatformType: 平台类型 1.android安卓加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
812
+ # @param PlatformType: 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
813
813
  # @type PlatformType: Integer
814
814
  # @param OrderType: 订单采购类型 1-免费试用 2-按年收费 3-按次收费
815
815
  # @type OrderType: Integer
@@ -817,9 +817,9 @@ module TencentCloud
817
817
  # @type EncryptOpType: Integer
818
818
  # @param ResourceId: 本次加固使用的资源id
819
819
  # @type ResourceId: String
820
- # @param AndroidAppInfo: 渠道合作安卓加固App信息
820
+ # @param AndroidAppInfo: 渠道合作android加固App信息
821
821
  # @type AndroidAppInfo: :class:`Tencentcloud::Ms.v20180408.models.AndroidAppInfo`
822
- # @param AndroidPlan: 渠道合作安卓加固策略信息
822
+ # @param AndroidPlan: 渠道合作android加固策略信息
823
823
  # @type AndroidPlan: :class:`Tencentcloud::Ms.v20180408.models.AndroidPlan`
824
824
  # @param AppletInfo: 小程序加固信息
825
825
  # @type AppletInfo: :class:`Tencentcloud::Ms.v20180408.models.AppletInfo`
@@ -878,12 +878,12 @@ module TencentCloud
878
878
 
879
879
  # CreateOrderInstance请求参数结构体
880
880
  class CreateOrderInstanceRequest < TencentCloud::Common::AbstractModel
881
- # @param PlatformType: 平台类型枚举值:1-android安卓加固 ;2-ios源码混淆 ; 3-sdk加固 ; 4-applet小程序加固
881
+ # @param PlatformType: 平台类型枚举值:1-android加固 ;2-ios源码混淆 ; 3-sdk加固 ; 4-applet小程序加固
882
882
  # @type PlatformType: Integer
883
883
  # @param OrderType: 订单采购类型 1-免费试用 ;2-按年收费 ;3-按次收费
884
884
  # @type OrderType: Integer
885
885
  # @param AppPkgNameList: 代表应用包名列表,值为单个包名(例如:“a.b.xxx”)或多个包名用逗号隔开(例如:“a.b.xxx,b.c.xxx”)。
886
- # 当安卓按年收费加固或安卓免费试用加固时,该字段要求非空,即PlatformType=1 并且 OrderType=2时,AppPkgNameList必传值。
886
+ # 当android按年收费加固或android免费试用加固时,该字段要求非空,即PlatformType=1 并且 OrderType=2时,AppPkgNameList必传值。
887
887
  # @type AppPkgNameList: String
888
888
 
889
889
  attr_accessor :PlatformType, :OrderType, :AppPkgNameList
@@ -1175,7 +1175,7 @@ module TencentCloud
1175
1175
  # @type OrderField: String
1176
1176
  # @param OrderDirection: 升序(asc)还是降序(desc),默认:desc。
1177
1177
  # @type OrderDirection: String
1178
- # @param PlatformType: (条件过滤字段) 平台类型 1.android安卓加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
1178
+ # @param PlatformType: (条件过滤字段) 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
1179
1179
  # @type PlatformType: Integer
1180
1180
  # @param OrderType: (条件过滤字段) 订单采购类型 1-免费试用 2-按年收费 3-按次收费
1181
1181
  # @type OrderType: Integer
@@ -1187,9 +1187,9 @@ module TencentCloud
1187
1187
  # @type OrderId: String
1188
1188
  # @param ResourceId: (条件过滤字段) 查询与资源Id关联的任务
1189
1189
  # @type ResourceId: String
1190
- # @param AppType: (条件过滤字段) 安卓应用类型:安卓-apk; 安卓-aab;
1190
+ # @param AppType: (条件过滤字段) 应用类型:android-apk; android-aab;
1191
1191
  # @type AppType: String
1192
- # @param AppPkgName: (条件过滤字段)安卓应用的包名
1192
+ # @param AppPkgName: (条件过滤字段)应用的包名
1193
1193
  # @type AppPkgName: String
1194
1194
  # @param EncryptState: 加固结果,
1195
1195
  # 0:正在排队;
@@ -1268,7 +1268,7 @@ module TencentCloud
1268
1268
 
1269
1269
  # DescribeEncryptPlan请求参数结构体
1270
1270
  class DescribeEncryptPlanRequest < TencentCloud::Common::AbstractModel
1271
- # @param PlatformType: 平台类型 1.android安卓加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
1271
+ # @param PlatformType: 平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
1272
1272
  # @type PlatformType: Integer
1273
1273
  # @param OrderType: 订单采购类型 1-免费试用 2-按年收费 3-按次收费
1274
1274
  # @type OrderType: Integer
@@ -1276,9 +1276,9 @@ module TencentCloud
1276
1276
  # @type EncryptOpType: Integer
1277
1277
  # @param ResourceId: 本次加固使用的资源id
1278
1278
  # @type ResourceId: String
1279
- # @param AppPkgName: (条件过滤字段)安卓加固查询时,根据包名查询
1279
+ # @param AppPkgName: (条件过滤字段)加固查询时,根据包名查询
1280
1280
  # @type AppPkgName: String
1281
- # @param AppType: (条件过滤字段)安卓加固查询时,根据应用格式查询,枚举值:“apk”、“aab”
1281
+ # @param AppType: (条件过滤字段)加固查询时,根据应用格式查询,枚举值:“apk”、“aab”
1282
1282
  # @type AppType: String
1283
1283
 
1284
1284
  attr_accessor :PlatformType, :OrderType, :EncryptOpType, :ResourceId, :AppPkgName, :AppType
@@ -1306,7 +1306,7 @@ module TencentCloud
1306
1306
  class DescribeEncryptPlanResponse < TencentCloud::Common::AbstractModel
1307
1307
  # @param PlatformType: 平台类型整型值
1308
1308
  # @type PlatformType: Integer
1309
- # @param PlatformTypeDesc: 平台类型描述 1.android安卓加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
1309
+ # @param PlatformTypeDesc: 平台类型描述 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
1310
1310
  # @type PlatformTypeDesc: String
1311
1311
  # @param EncryptOpType: 1- 在线加固 2-输出工具加固
1312
1312
  # @type EncryptOpType: Integer
@@ -1318,7 +1318,7 @@ module TencentCloud
1318
1318
  # @type OrderTypeDesc: String
1319
1319
  # @param ResourceId: 资源id
1320
1320
  # @type ResourceId: String
1321
- # @param AndroidPlan: 上次安卓加固策略
1321
+ # @param AndroidPlan: 上次加固策略
1322
1322
  # 注意:此字段可能返回 null,表示取不到有效值。
1323
1323
  # @type AndroidPlan: :class:`Tencentcloud::Ms.v20180408.models.AndroidPlan`
1324
1324
  # @param AppletPlan: 上次小程序加固策略
@@ -1388,7 +1388,7 @@ module TencentCloud
1388
1388
  # @type OrderField: String
1389
1389
  # @param OrderDirection: 升序(asc)还是降序(desc),默认:desc。
1390
1390
  # @type OrderDirection: String
1391
- # @param PlatformType: (条件过滤字段)平台类型 1.android安卓加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
1391
+ # @param PlatformType: (条件过滤字段)平台类型 1.android加固 2.ios源码混淆 3.sdk加固 4.applet小程序加固
1392
1392
  # @type PlatformType: Integer
1393
1393
  # @param OrderType: (条件过滤字段)订单采购类型 1-免费试用 2-按年收费 3-按次收费
1394
1394
  # @type OrderType: Integer
@@ -1400,7 +1400,7 @@ module TencentCloud
1400
1400
  # @type OrderId: String
1401
1401
  # @param ResourceId: (条件过滤字段)资源ID
1402
1402
  # @type ResourceId: String
1403
- # @param AppPkgName: (条件过滤字段)安卓包名,查询android安卓加固订单时使用
1403
+ # @param AppPkgName: (条件过滤字段)包名,查询android加固订单时使用
1404
1404
  # @type AppPkgName: String
1405
1405
 
1406
1406
  attr_accessor :PageNumber, :PageSize, :OrderField, :OrderDirection, :PlatformType, :OrderType, :ApprovalStatus, :ResourceStatus, :OrderId, :ResourceId, :AppPkgName
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.624
4
+ version: 3.0.625
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-07-31 00:00:00.000000000 Z
11
+ date: 2023-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common