tencentcloud-sdk-python-ess 3.1.42__tar.gz → 3.1.44__tar.gz

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 (17) hide show
  1. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/v20201111/models.py +45 -0
  5. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ess-3.1.44/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ess-3.1.42/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/v20201111/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/v20201111/ess_client.py +0 -0
  14. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud/ess/v20201111/ess_client_async.py +0 -0
  15. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ess-3.1.42 → tencentcloud_sdk_python_ess-3.1.44}/tencentcloud_sdk_python_ess.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ess
3
- Version: 3.1.42
3
+ Version: 3.1.44
4
4
  Summary: Tencent Cloud Ess SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.42
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.44
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-ess',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.42,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.44,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ess SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.42'
17
+ __version__ = '3.1.44'
@@ -39215,6 +39215,10 @@ class OutputRisk(AbstractModel):
39215
39215
  :type Content: str
39216
39216
  :param _Positions: 审查出的PDF段落位置信息
39217
39217
  :type Positions: list of PositionInfo
39218
+ :param _IsMark: 是否已修订
39219
+ :type IsMark: bool
39220
+ :param _IsIgnore: 是否已忽略
39221
+ :type IsIgnore: bool
39218
39222
  :param _RiskBasis: 审查依据
39219
39223
  :type RiskBasis: str
39220
39224
  :param _RiskLevelId: 风险等级id。1 为最高风险等级,0 为最低风险等级,从[2,n]数字越大风险等级逐渐降低。
@@ -39229,6 +39233,8 @@ class OutputRisk(AbstractModel):
39229
39233
  :type CreatorId: str
39230
39234
  :param _CreatedOn: 创建时间
39231
39235
  :type CreatedOn: int
39236
+ :param _RiskLevelAliasName: 风险等级别名
39237
+ :type RiskLevelAliasName: str
39232
39238
  """
39233
39239
  self._RiskId = None
39234
39240
  self._RiskName = None
@@ -39238,6 +39244,8 @@ class OutputRisk(AbstractModel):
39238
39244
  self._RiskPresentation = None
39239
39245
  self._Content = None
39240
39246
  self._Positions = None
39247
+ self._IsMark = None
39248
+ self._IsIgnore = None
39241
39249
  self._RiskBasis = None
39242
39250
  self._RiskLevelId = None
39243
39251
  self._RiskLabels = None
@@ -39245,6 +39253,7 @@ class OutputRisk(AbstractModel):
39245
39253
  self._Creator = None
39246
39254
  self._CreatorId = None
39247
39255
  self._CreatedOn = None
39256
+ self._RiskLevelAliasName = None
39248
39257
 
39249
39258
  @property
39250
39259
  def RiskId(self):
@@ -39340,6 +39349,28 @@ class OutputRisk(AbstractModel):
39340
39349
  def Positions(self, Positions):
39341
39350
  self._Positions = Positions
39342
39351
 
39352
+ @property
39353
+ def IsMark(self):
39354
+ r"""是否已修订
39355
+ :rtype: bool
39356
+ """
39357
+ return self._IsMark
39358
+
39359
+ @IsMark.setter
39360
+ def IsMark(self, IsMark):
39361
+ self._IsMark = IsMark
39362
+
39363
+ @property
39364
+ def IsIgnore(self):
39365
+ r"""是否已忽略
39366
+ :rtype: bool
39367
+ """
39368
+ return self._IsIgnore
39369
+
39370
+ @IsIgnore.setter
39371
+ def IsIgnore(self, IsIgnore):
39372
+ self._IsIgnore = IsIgnore
39373
+
39343
39374
  @property
39344
39375
  def RiskBasis(self):
39345
39376
  r"""审查依据
@@ -39417,6 +39448,17 @@ class OutputRisk(AbstractModel):
39417
39448
  def CreatedOn(self, CreatedOn):
39418
39449
  self._CreatedOn = CreatedOn
39419
39450
 
39451
+ @property
39452
+ def RiskLevelAliasName(self):
39453
+ r"""风险等级别名
39454
+ :rtype: str
39455
+ """
39456
+ return self._RiskLevelAliasName
39457
+
39458
+ @RiskLevelAliasName.setter
39459
+ def RiskLevelAliasName(self, RiskLevelAliasName):
39460
+ self._RiskLevelAliasName = RiskLevelAliasName
39461
+
39420
39462
 
39421
39463
  def _deserialize(self, params):
39422
39464
  self._RiskId = params.get("RiskId")
@@ -39432,6 +39474,8 @@ class OutputRisk(AbstractModel):
39432
39474
  obj = PositionInfo()
39433
39475
  obj._deserialize(item)
39434
39476
  self._Positions.append(obj)
39477
+ self._IsMark = params.get("IsMark")
39478
+ self._IsIgnore = params.get("IsIgnore")
39435
39479
  self._RiskBasis = params.get("RiskBasis")
39436
39480
  self._RiskLevelId = params.get("RiskLevelId")
39437
39481
  self._RiskLabels = params.get("RiskLabels")
@@ -39439,6 +39483,7 @@ class OutputRisk(AbstractModel):
39439
39483
  self._Creator = params.get("Creator")
39440
39484
  self._CreatorId = params.get("CreatorId")
39441
39485
  self._CreatedOn = params.get("CreatedOn")
39486
+ self._RiskLevelAliasName = params.get("RiskLevelAliasName")
39442
39487
  memeber_set = set(params.keys())
39443
39488
  for name, value in vars(self).items():
39444
39489
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ess
3
- Version: 3.1.42
3
+ Version: 3.1.44
4
4
  Summary: Tencent Cloud Ess SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.42
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.44
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.44
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.42