tencentcloud-sdk-python-ccc 3.0.1145__tar.gz → 3.0.1155__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.
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/setup.py +1 -1
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/tencentcloud/ccc/v20200210/models.py +126 -22
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ccc-3.0.1155/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ccc-3.0.1145/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/README.rst +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/tencentcloud/ccc/__init__.py +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/tencentcloud/ccc/v20200210/__init__.py +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ccc-3.0.1145 → tencentcloud-sdk-python-ccc-3.0.1155}/tencentcloud_sdk_python_ccc.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ccc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1155"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ccc SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1074,15 +1074,27 @@ class CompanyApplyInfo(AbstractModel):
|
|
|
1074
1074
|
:param _CorporationIdPicUrl: 法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1075
1075
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1076
1076
|
:type CorporationIdPicUrl: str
|
|
1077
|
-
:param
|
|
1077
|
+
:param _NetworkCommitmentPicUrl: 安全合规使用承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1078
1078
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1079
|
-
:type
|
|
1079
|
+
:type NetworkCommitmentPicUrl: str
|
|
1080
|
+
:param _IsEqualTencentCloud: 是否与腾讯云账号的资质一致,0-不一致,1-一致
|
|
1081
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1082
|
+
:type IsEqualTencentCloud: int
|
|
1083
|
+
:param _CorporationMobile: 法定代表人手机号
|
|
1084
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1085
|
+
:type CorporationMobile: str
|
|
1086
|
+
:param _CorporationMobilePicUrl: 法定代表人手机号码实名认证。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1087
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1088
|
+
:type CorporationMobilePicUrl: str
|
|
1089
|
+
:param _UseDescribeFileUrl: 通话话术。(支持doc、docx格式的文档不超过50MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1090
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1091
|
+
:type UseDescribeFileUrl: str
|
|
1092
|
+
:param _CompanyAuthLetterPicUrl: 公司授权函。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1093
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1094
|
+
:type CompanyAuthLetterPicUrl: str
|
|
1080
1095
|
:param _AcceptPicUrl: 电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1081
1096
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1082
1097
|
:type AcceptPicUrl: str
|
|
1083
|
-
:param _NetworkCommitmentPicUrl: 电信入网承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1085
|
-
:type NetworkCommitmentPicUrl: str
|
|
1086
1098
|
:param _CorporationHoldingOnIdPicUrl: 法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1087
1099
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1088
1100
|
:type CorporationHoldingOnIdPicUrl: str
|
|
@@ -1101,6 +1113,15 @@ class CompanyApplyInfo(AbstractModel):
|
|
|
1101
1113
|
:param _CommissionPicUrl: 委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1102
1114
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1103
1115
|
:type CommissionPicUrl: str
|
|
1116
|
+
:param _OperatorMobile: 经办人手机号,申请人类型为经办人时必填。
|
|
1117
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1118
|
+
:type OperatorMobile: str
|
|
1119
|
+
:param _OperatorEmail: 经办人邮箱,申请人类型为经办人时必填。
|
|
1120
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1121
|
+
:type OperatorEmail: str
|
|
1122
|
+
:param _OperatorMobilePicUrl: 经办人手机号码实名认证,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
|
1123
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1124
|
+
:type OperatorMobilePicUrl: str
|
|
1104
1125
|
"""
|
|
1105
1126
|
self._ApplicantType = None
|
|
1106
1127
|
self._CompanyName = None
|
|
@@ -1109,15 +1130,22 @@ class CompanyApplyInfo(AbstractModel):
|
|
|
1109
1130
|
self._CorporationName = None
|
|
1110
1131
|
self._CorporationId = None
|
|
1111
1132
|
self._CorporationIdPicUrl = None
|
|
1112
|
-
self._BusinessScope = None
|
|
1113
|
-
self._AcceptPicUrl = None
|
|
1114
1133
|
self._NetworkCommitmentPicUrl = None
|
|
1134
|
+
self._IsEqualTencentCloud = None
|
|
1135
|
+
self._CorporationMobile = None
|
|
1136
|
+
self._CorporationMobilePicUrl = None
|
|
1137
|
+
self._UseDescribeFileUrl = None
|
|
1138
|
+
self._CompanyAuthLetterPicUrl = None
|
|
1139
|
+
self._AcceptPicUrl = None
|
|
1115
1140
|
self._CorporationHoldingOnIdPicUrl = None
|
|
1116
1141
|
self._OperatorName = None
|
|
1117
1142
|
self._OperatorId = None
|
|
1118
1143
|
self._OperatorIdPicUrl = None
|
|
1119
1144
|
self._OperatorHoldingOnIdPicUrl = None
|
|
1120
1145
|
self._CommissionPicUrl = None
|
|
1146
|
+
self._OperatorMobile = None
|
|
1147
|
+
self._OperatorEmail = None
|
|
1148
|
+
self._OperatorMobilePicUrl = None
|
|
1121
1149
|
|
|
1122
1150
|
@property
|
|
1123
1151
|
def ApplicantType(self):
|
|
@@ -1176,12 +1204,52 @@ class CompanyApplyInfo(AbstractModel):
|
|
|
1176
1204
|
self._CorporationIdPicUrl = CorporationIdPicUrl
|
|
1177
1205
|
|
|
1178
1206
|
@property
|
|
1179
|
-
def
|
|
1180
|
-
return self.
|
|
1207
|
+
def NetworkCommitmentPicUrl(self):
|
|
1208
|
+
return self._NetworkCommitmentPicUrl
|
|
1209
|
+
|
|
1210
|
+
@NetworkCommitmentPicUrl.setter
|
|
1211
|
+
def NetworkCommitmentPicUrl(self, NetworkCommitmentPicUrl):
|
|
1212
|
+
self._NetworkCommitmentPicUrl = NetworkCommitmentPicUrl
|
|
1213
|
+
|
|
1214
|
+
@property
|
|
1215
|
+
def IsEqualTencentCloud(self):
|
|
1216
|
+
return self._IsEqualTencentCloud
|
|
1217
|
+
|
|
1218
|
+
@IsEqualTencentCloud.setter
|
|
1219
|
+
def IsEqualTencentCloud(self, IsEqualTencentCloud):
|
|
1220
|
+
self._IsEqualTencentCloud = IsEqualTencentCloud
|
|
1221
|
+
|
|
1222
|
+
@property
|
|
1223
|
+
def CorporationMobile(self):
|
|
1224
|
+
return self._CorporationMobile
|
|
1225
|
+
|
|
1226
|
+
@CorporationMobile.setter
|
|
1227
|
+
def CorporationMobile(self, CorporationMobile):
|
|
1228
|
+
self._CorporationMobile = CorporationMobile
|
|
1229
|
+
|
|
1230
|
+
@property
|
|
1231
|
+
def CorporationMobilePicUrl(self):
|
|
1232
|
+
return self._CorporationMobilePicUrl
|
|
1233
|
+
|
|
1234
|
+
@CorporationMobilePicUrl.setter
|
|
1235
|
+
def CorporationMobilePicUrl(self, CorporationMobilePicUrl):
|
|
1236
|
+
self._CorporationMobilePicUrl = CorporationMobilePicUrl
|
|
1237
|
+
|
|
1238
|
+
@property
|
|
1239
|
+
def UseDescribeFileUrl(self):
|
|
1240
|
+
return self._UseDescribeFileUrl
|
|
1241
|
+
|
|
1242
|
+
@UseDescribeFileUrl.setter
|
|
1243
|
+
def UseDescribeFileUrl(self, UseDescribeFileUrl):
|
|
1244
|
+
self._UseDescribeFileUrl = UseDescribeFileUrl
|
|
1245
|
+
|
|
1246
|
+
@property
|
|
1247
|
+
def CompanyAuthLetterPicUrl(self):
|
|
1248
|
+
return self._CompanyAuthLetterPicUrl
|
|
1181
1249
|
|
|
1182
|
-
@
|
|
1183
|
-
def
|
|
1184
|
-
self.
|
|
1250
|
+
@CompanyAuthLetterPicUrl.setter
|
|
1251
|
+
def CompanyAuthLetterPicUrl(self, CompanyAuthLetterPicUrl):
|
|
1252
|
+
self._CompanyAuthLetterPicUrl = CompanyAuthLetterPicUrl
|
|
1185
1253
|
|
|
1186
1254
|
@property
|
|
1187
1255
|
def AcceptPicUrl(self):
|
|
@@ -1191,14 +1259,6 @@ class CompanyApplyInfo(AbstractModel):
|
|
|
1191
1259
|
def AcceptPicUrl(self, AcceptPicUrl):
|
|
1192
1260
|
self._AcceptPicUrl = AcceptPicUrl
|
|
1193
1261
|
|
|
1194
|
-
@property
|
|
1195
|
-
def NetworkCommitmentPicUrl(self):
|
|
1196
|
-
return self._NetworkCommitmentPicUrl
|
|
1197
|
-
|
|
1198
|
-
@NetworkCommitmentPicUrl.setter
|
|
1199
|
-
def NetworkCommitmentPicUrl(self, NetworkCommitmentPicUrl):
|
|
1200
|
-
self._NetworkCommitmentPicUrl = NetworkCommitmentPicUrl
|
|
1201
|
-
|
|
1202
1262
|
@property
|
|
1203
1263
|
def CorporationHoldingOnIdPicUrl(self):
|
|
1204
1264
|
return self._CorporationHoldingOnIdPicUrl
|
|
@@ -1247,6 +1307,30 @@ class CompanyApplyInfo(AbstractModel):
|
|
|
1247
1307
|
def CommissionPicUrl(self, CommissionPicUrl):
|
|
1248
1308
|
self._CommissionPicUrl = CommissionPicUrl
|
|
1249
1309
|
|
|
1310
|
+
@property
|
|
1311
|
+
def OperatorMobile(self):
|
|
1312
|
+
return self._OperatorMobile
|
|
1313
|
+
|
|
1314
|
+
@OperatorMobile.setter
|
|
1315
|
+
def OperatorMobile(self, OperatorMobile):
|
|
1316
|
+
self._OperatorMobile = OperatorMobile
|
|
1317
|
+
|
|
1318
|
+
@property
|
|
1319
|
+
def OperatorEmail(self):
|
|
1320
|
+
return self._OperatorEmail
|
|
1321
|
+
|
|
1322
|
+
@OperatorEmail.setter
|
|
1323
|
+
def OperatorEmail(self, OperatorEmail):
|
|
1324
|
+
self._OperatorEmail = OperatorEmail
|
|
1325
|
+
|
|
1326
|
+
@property
|
|
1327
|
+
def OperatorMobilePicUrl(self):
|
|
1328
|
+
return self._OperatorMobilePicUrl
|
|
1329
|
+
|
|
1330
|
+
@OperatorMobilePicUrl.setter
|
|
1331
|
+
def OperatorMobilePicUrl(self, OperatorMobilePicUrl):
|
|
1332
|
+
self._OperatorMobilePicUrl = OperatorMobilePicUrl
|
|
1333
|
+
|
|
1250
1334
|
|
|
1251
1335
|
def _deserialize(self, params):
|
|
1252
1336
|
self._ApplicantType = params.get("ApplicantType")
|
|
@@ -1256,15 +1340,22 @@ class CompanyApplyInfo(AbstractModel):
|
|
|
1256
1340
|
self._CorporationName = params.get("CorporationName")
|
|
1257
1341
|
self._CorporationId = params.get("CorporationId")
|
|
1258
1342
|
self._CorporationIdPicUrl = params.get("CorporationIdPicUrl")
|
|
1259
|
-
self._BusinessScope = params.get("BusinessScope")
|
|
1260
|
-
self._AcceptPicUrl = params.get("AcceptPicUrl")
|
|
1261
1343
|
self._NetworkCommitmentPicUrl = params.get("NetworkCommitmentPicUrl")
|
|
1344
|
+
self._IsEqualTencentCloud = params.get("IsEqualTencentCloud")
|
|
1345
|
+
self._CorporationMobile = params.get("CorporationMobile")
|
|
1346
|
+
self._CorporationMobilePicUrl = params.get("CorporationMobilePicUrl")
|
|
1347
|
+
self._UseDescribeFileUrl = params.get("UseDescribeFileUrl")
|
|
1348
|
+
self._CompanyAuthLetterPicUrl = params.get("CompanyAuthLetterPicUrl")
|
|
1349
|
+
self._AcceptPicUrl = params.get("AcceptPicUrl")
|
|
1262
1350
|
self._CorporationHoldingOnIdPicUrl = params.get("CorporationHoldingOnIdPicUrl")
|
|
1263
1351
|
self._OperatorName = params.get("OperatorName")
|
|
1264
1352
|
self._OperatorId = params.get("OperatorId")
|
|
1265
1353
|
self._OperatorIdPicUrl = params.get("OperatorIdPicUrl")
|
|
1266
1354
|
self._OperatorHoldingOnIdPicUrl = params.get("OperatorHoldingOnIdPicUrl")
|
|
1267
1355
|
self._CommissionPicUrl = params.get("CommissionPicUrl")
|
|
1356
|
+
self._OperatorMobile = params.get("OperatorMobile")
|
|
1357
|
+
self._OperatorEmail = params.get("OperatorEmail")
|
|
1358
|
+
self._OperatorMobilePicUrl = params.get("OperatorMobilePicUrl")
|
|
1268
1359
|
memeber_set = set(params.keys())
|
|
1269
1360
|
for name, value in vars(self).items():
|
|
1270
1361
|
property_name = name[1:]
|
|
@@ -1302,6 +1393,9 @@ class CompanyStateInfo(AbstractModel):
|
|
|
1302
1393
|
:param _BusinessId: 公司统一社会信用代码
|
|
1303
1394
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1304
1395
|
:type BusinessId: str
|
|
1396
|
+
:param _ModifyTime: 修改时间
|
|
1397
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1398
|
+
:type ModifyTime: int
|
|
1305
1399
|
"""
|
|
1306
1400
|
self._Id = None
|
|
1307
1401
|
self._CompanyName = None
|
|
@@ -1310,6 +1404,7 @@ class CompanyStateInfo(AbstractModel):
|
|
|
1310
1404
|
self._CheckMsg = None
|
|
1311
1405
|
self._State = None
|
|
1312
1406
|
self._BusinessId = None
|
|
1407
|
+
self._ModifyTime = None
|
|
1313
1408
|
|
|
1314
1409
|
@property
|
|
1315
1410
|
def Id(self):
|
|
@@ -1367,6 +1462,14 @@ class CompanyStateInfo(AbstractModel):
|
|
|
1367
1462
|
def BusinessId(self, BusinessId):
|
|
1368
1463
|
self._BusinessId = BusinessId
|
|
1369
1464
|
|
|
1465
|
+
@property
|
|
1466
|
+
def ModifyTime(self):
|
|
1467
|
+
return self._ModifyTime
|
|
1468
|
+
|
|
1469
|
+
@ModifyTime.setter
|
|
1470
|
+
def ModifyTime(self, ModifyTime):
|
|
1471
|
+
self._ModifyTime = ModifyTime
|
|
1472
|
+
|
|
1370
1473
|
|
|
1371
1474
|
def _deserialize(self, params):
|
|
1372
1475
|
self._Id = params.get("Id")
|
|
@@ -1376,6 +1479,7 @@ class CompanyStateInfo(AbstractModel):
|
|
|
1376
1479
|
self._CheckMsg = params.get("CheckMsg")
|
|
1377
1480
|
self._State = params.get("State")
|
|
1378
1481
|
self._BusinessId = params.get("BusinessId")
|
|
1482
|
+
self._ModifyTime = params.get("ModifyTime")
|
|
1379
1483
|
memeber_set = set(params.keys())
|
|
1380
1484
|
for name, value in vars(self).items():
|
|
1381
1485
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1155
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1145
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|