tccli 3.0.1211.1__py2.py3-none-any.whl → 3.0.1212.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/ccc/v20200210/api.json +2 -2
- tccli/services/cdb/v20170320/api.json +9 -0
- tccli/services/ckafka/v20190819/api.json +12 -23
- tccli/services/cynosdb/v20190107/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/faceid/v20180301/api.json +13 -9
- tccli/services/lcic/v20220817/api.json +4 -4
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/tke/v20180525/api.json +11 -1
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +20 -20
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1212.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1212.1.dist-info}/RECORD +18 -18
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1212.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1212.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1212.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1212.1'
|
@@ -1476,7 +1476,7 @@
|
|
1476
1476
|
},
|
1477
1477
|
{
|
1478
1478
|
"disabled": false,
|
1479
|
-
"document": "LLM
|
1479
|
+
"document": "LLM类型\n目前有两种\nopenai(兼容openai协议的模型)\nazure",
|
1480
1480
|
"example": "openai",
|
1481
1481
|
"member": "string",
|
1482
1482
|
"name": "LLMType",
|
@@ -1503,7 +1503,7 @@
|
|
1503
1503
|
},
|
1504
1504
|
{
|
1505
1505
|
"disabled": false,
|
1506
|
-
"document": "API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions",
|
1506
|
+
"document": "API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions;\nllmType为azure时,URL填写格式需为:https://{your-resource-name}.openai.azure.com?api-version={api-version},填写url时后缀不要带/openai/deployments/{deployment-id}/chat/completions,系统会自动帮你填充后缀",
|
1507
1507
|
"example": "http://xxx.com/openapi/v1",
|
1508
1508
|
"member": "string",
|
1509
1509
|
"name": "APIUrl",
|
@@ -20810,6 +20810,15 @@
|
|
20810
20810
|
"name": "RoTransType",
|
20811
20811
|
"required": false,
|
20812
20812
|
"type": "string"
|
20813
|
+
},
|
20814
|
+
{
|
20815
|
+
"disabled": false,
|
20816
|
+
"document": "检查原地升级是否需要重启,1 检查, 0 不检查。如果值为1,检查为原地升级需要重启,则会停止升级并进行返回提示,如果为原地升级不重启,则正常执行升级流程。",
|
20817
|
+
"example": "1",
|
20818
|
+
"member": "int64",
|
20819
|
+
"name": "CheckFastUpgradeReboot",
|
20820
|
+
"required": false,
|
20821
|
+
"type": "int"
|
20813
20822
|
}
|
20814
20823
|
],
|
20815
20824
|
"type": "object"
|
@@ -1236,7 +1236,7 @@
|
|
1236
1236
|
},
|
1237
1237
|
{
|
1238
1238
|
"disabled": false,
|
1239
|
-
"document": "主题属性列表",
|
1239
|
+
"document": "主题属性列表 (同一个批次最多支持10个)",
|
1240
1240
|
"example": "无",
|
1241
1241
|
"member": "BatchModifyTopicInfo",
|
1242
1242
|
"name": "Topic",
|
@@ -1278,8 +1278,7 @@
|
|
1278
1278
|
"member": "string",
|
1279
1279
|
"name": "TopicName",
|
1280
1280
|
"required": true,
|
1281
|
-
"type": "string"
|
1282
|
-
"value_allowed_null": false
|
1281
|
+
"type": "string"
|
1283
1282
|
},
|
1284
1283
|
{
|
1285
1284
|
"disabled": false,
|
@@ -1288,8 +1287,7 @@
|
|
1288
1287
|
"member": "int64",
|
1289
1288
|
"name": "PartitionNum",
|
1290
1289
|
"required": false,
|
1291
|
-
"type": "int"
|
1292
|
-
"value_allowed_null": false
|
1290
|
+
"type": "int"
|
1293
1291
|
},
|
1294
1292
|
{
|
1295
1293
|
"disabled": false,
|
@@ -1298,8 +1296,7 @@
|
|
1298
1296
|
"member": "string",
|
1299
1297
|
"name": "Note",
|
1300
1298
|
"required": false,
|
1301
|
-
"type": "string"
|
1302
|
-
"value_allowed_null": false
|
1299
|
+
"type": "string"
|
1303
1300
|
},
|
1304
1301
|
{
|
1305
1302
|
"disabled": false,
|
@@ -1308,8 +1305,7 @@
|
|
1308
1305
|
"member": "int64",
|
1309
1306
|
"name": "ReplicaNum",
|
1310
1307
|
"required": false,
|
1311
|
-
"type": "int"
|
1312
|
-
"value_allowed_null": false
|
1308
|
+
"type": "int"
|
1313
1309
|
},
|
1314
1310
|
{
|
1315
1311
|
"disabled": false,
|
@@ -1318,8 +1314,7 @@
|
|
1318
1314
|
"member": "string",
|
1319
1315
|
"name": "CleanUpPolicy",
|
1320
1316
|
"required": false,
|
1321
|
-
"type": "string"
|
1322
|
-
"value_allowed_null": false
|
1317
|
+
"type": "string"
|
1323
1318
|
},
|
1324
1319
|
{
|
1325
1320
|
"disabled": false,
|
@@ -1328,8 +1323,7 @@
|
|
1328
1323
|
"member": "int64",
|
1329
1324
|
"name": "MinInsyncReplicas",
|
1330
1325
|
"required": false,
|
1331
|
-
"type": "int"
|
1332
|
-
"value_allowed_null": false
|
1326
|
+
"type": "int"
|
1333
1327
|
},
|
1334
1328
|
{
|
1335
1329
|
"disabled": false,
|
@@ -1338,8 +1332,7 @@
|
|
1338
1332
|
"member": "bool",
|
1339
1333
|
"name": "UncleanLeaderElectionEnable",
|
1340
1334
|
"required": false,
|
1341
|
-
"type": "bool"
|
1342
|
-
"value_allowed_null": false
|
1335
|
+
"type": "bool"
|
1343
1336
|
},
|
1344
1337
|
{
|
1345
1338
|
"disabled": false,
|
@@ -1348,8 +1341,7 @@
|
|
1348
1341
|
"member": "int64",
|
1349
1342
|
"name": "RetentionMs",
|
1350
1343
|
"required": false,
|
1351
|
-
"type": "int"
|
1352
|
-
"value_allowed_null": false
|
1344
|
+
"type": "int"
|
1353
1345
|
},
|
1354
1346
|
{
|
1355
1347
|
"disabled": false,
|
@@ -1358,8 +1350,7 @@
|
|
1358
1350
|
"member": "int64",
|
1359
1351
|
"name": "RetentionBytes",
|
1360
1352
|
"required": false,
|
1361
|
-
"type": "int"
|
1362
|
-
"value_allowed_null": false
|
1353
|
+
"type": "int"
|
1363
1354
|
},
|
1364
1355
|
{
|
1365
1356
|
"disabled": false,
|
@@ -1368,8 +1359,7 @@
|
|
1368
1359
|
"member": "int64",
|
1369
1360
|
"name": "SegmentMs",
|
1370
1361
|
"required": false,
|
1371
|
-
"type": "int"
|
1372
|
-
"value_allowed_null": false
|
1362
|
+
"type": "int"
|
1373
1363
|
},
|
1374
1364
|
{
|
1375
1365
|
"disabled": false,
|
@@ -1378,8 +1368,7 @@
|
|
1378
1368
|
"member": "int64",
|
1379
1369
|
"name": "MaxMessageBytes",
|
1380
1370
|
"required": false,
|
1381
|
-
"type": "int"
|
1382
|
-
"value_allowed_null": false
|
1371
|
+
"type": "int"
|
1383
1372
|
}
|
1384
1373
|
],
|
1385
1374
|
"usage": "in"
|
@@ -658,10 +658,11 @@
|
|
658
658
|
"members": [
|
659
659
|
{
|
660
660
|
"disabled": false,
|
661
|
-
"document": "认证结果码,收费情况如下。\n收费结果码:\n0: 查询成功\n-1: 未查到信息\n不收费结果码:\n-2:验证中心服务繁忙\n-3
|
661
|
+
"document": "认证结果码,收费情况如下。\n收费结果码:\n0: 查询成功\n-1: 未查到信息\n不收费结果码:\n-2:验证中心服务繁忙\n-3:银行卡不存在\n-4:认证次数超过当日限制,请次日重试\n",
|
662
662
|
"example": "0",
|
663
663
|
"member": "string",
|
664
664
|
"name": "Result",
|
665
|
+
"output_required": true,
|
665
666
|
"type": "string",
|
666
667
|
"value_allowed_null": false
|
667
668
|
},
|
@@ -671,6 +672,7 @@
|
|
671
672
|
"example": "查询成功",
|
672
673
|
"member": "string",
|
673
674
|
"name": "Description",
|
675
|
+
"output_required": true,
|
674
676
|
"type": "string",
|
675
677
|
"value_allowed_null": false
|
676
678
|
},
|
@@ -680,6 +682,7 @@
|
|
680
682
|
"example": "中国工商银行",
|
681
683
|
"member": "string",
|
682
684
|
"name": "AccountBank",
|
685
|
+
"output_required": true,
|
683
686
|
"type": "string",
|
684
687
|
"value_allowed_null": false
|
685
688
|
},
|
@@ -689,6 +692,7 @@
|
|
689
692
|
"example": "1",
|
690
693
|
"member": "int64",
|
691
694
|
"name": "AccountType",
|
695
|
+
"output_required": true,
|
692
696
|
"type": "int",
|
693
697
|
"value_allowed_null": false
|
694
698
|
},
|
@@ -4354,11 +4358,11 @@
|
|
4354
4358
|
"members": [
|
4355
4359
|
{
|
4356
4360
|
"disabled": false,
|
4357
|
-
"document": "认证结果码,收费情况如下。\n收费结果码:\n0: 成功\n-2: 手机号不存在\n-3: 手机号存在,但无法查询到在网时长\n不收费结果码:\n-1: 手机号格式不正确\n-4:
|
4361
|
+
"document": "认证结果码,收费情况如下。\n收费结果码:\n0: 成功\n-2: 手机号不存在\n-3: 手机号存在,但无法查询到在网时长\n不收费结果码:\n-1: 手机号格式不正确\n-4: 验证中心服务繁忙\n-5:认证次数超过当日限制,请次日重试",
|
4358
4362
|
"example": "0",
|
4359
4363
|
"member": "string",
|
4360
4364
|
"name": "Result",
|
4361
|
-
"
|
4365
|
+
"output_required": true,
|
4362
4366
|
"type": "string",
|
4363
4367
|
"value_allowed_null": false
|
4364
4368
|
},
|
@@ -4368,7 +4372,7 @@
|
|
4368
4372
|
"example": "成功",
|
4369
4373
|
"member": "string",
|
4370
4374
|
"name": "Description",
|
4371
|
-
"
|
4375
|
+
"output_required": true,
|
4372
4376
|
"type": "string",
|
4373
4377
|
"value_allowed_null": false
|
4374
4378
|
},
|
@@ -4378,7 +4382,7 @@
|
|
4378
4382
|
"example": "(23,+]",
|
4379
4383
|
"member": "string",
|
4380
4384
|
"name": "Range",
|
4381
|
-
"
|
4385
|
+
"output_required": true,
|
4382
4386
|
"type": "string",
|
4383
4387
|
"value_allowed_null": false
|
4384
4388
|
},
|
@@ -4420,11 +4424,11 @@
|
|
4420
4424
|
"members": [
|
4421
4425
|
{
|
4422
4426
|
"disabled": false,
|
4423
|
-
"document": "认证结果码,收费情况如下。\n收费结果码:\n0:成功\n不收费结果码:\n-1:未查询到结果\n-2:手机号格式不正确\n-3
|
4427
|
+
"document": "认证结果码,收费情况如下。\n收费结果码:\n0:成功\n不收费结果码:\n-1:未查询到结果\n-2:手机号格式不正确\n-3:验证中心服务繁忙\n-4:认证次数超过当日限制,请次日重试",
|
4424
4428
|
"example": "0",
|
4425
4429
|
"member": "string",
|
4426
4430
|
"name": "Result",
|
4427
|
-
"
|
4431
|
+
"output_required": true,
|
4428
4432
|
"type": "string",
|
4429
4433
|
"value_allowed_null": false
|
4430
4434
|
},
|
@@ -4434,7 +4438,7 @@
|
|
4434
4438
|
"example": "成功",
|
4435
4439
|
"member": "string",
|
4436
4440
|
"name": "Description",
|
4437
|
-
"
|
4441
|
+
"output_required": true,
|
4438
4442
|
"type": "string",
|
4439
4443
|
"value_allowed_null": false
|
4440
4444
|
},
|
@@ -4444,7 +4448,7 @@
|
|
4444
4448
|
"example": "1",
|
4445
4449
|
"member": "int64",
|
4446
4450
|
"name": "StatusCode",
|
4447
|
-
"
|
4451
|
+
"output_required": true,
|
4448
4452
|
"type": "int",
|
4449
4453
|
"value_allowed_null": false
|
4450
4454
|
},
|
@@ -4602,7 +4602,7 @@
|
|
4602
4602
|
},
|
4603
4603
|
{
|
4604
4604
|
"disabled": false,
|
4605
|
-
"document": "
|
4605
|
+
"document": "默认10条,最大上限为100条",
|
4606
4606
|
"example": "10",
|
4607
4607
|
"member": "uint64",
|
4608
4608
|
"name": "Limit",
|
@@ -6093,7 +6093,7 @@
|
|
6093
6093
|
"type": "list"
|
6094
6094
|
},
|
6095
6095
|
{
|
6096
|
-
"disabled":
|
6096
|
+
"disabled": true,
|
6097
6097
|
"document": "rtc人数。",
|
6098
6098
|
"example": "1",
|
6099
6099
|
"member": "uint64",
|
@@ -6333,7 +6333,7 @@
|
|
6333
6333
|
},
|
6334
6334
|
{
|
6335
6335
|
"disabled": false,
|
6336
|
-
"document": "
|
6336
|
+
"document": "最大允许连麦人数。已废弃,使用字段 MaxMicNumber\n注意:此字段可能返回 null,表示取不到有效值。",
|
6337
6337
|
"example": "16",
|
6338
6338
|
"member": "uint64",
|
6339
6339
|
"name": "MaxRTCMember",
|
@@ -6363,7 +6363,7 @@
|
|
6363
6363
|
},
|
6364
6364
|
{
|
6365
6365
|
"disabled": false,
|
6366
|
-
"document": "
|
6366
|
+
"document": "课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。\n注意:此字段可能返回 null,表示取不到有效值。",
|
6367
6367
|
"example": "16",
|
6368
6368
|
"member": "uint64",
|
6369
6369
|
"name": "MaxMicNumber",
|
@@ -150,7 +150,7 @@
|
|
150
150
|
"GeneralAccurateOCR": {
|
151
151
|
"document": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。\n\n适用于文字较多、版式复杂、对识别准召率要求较高的场景,如试卷试题、网络图片、街景店招牌、法律卷宗等场景。\n\n产品优势:与通用印刷体识别接口相比,本接口提供更高精度的通用文字识别服务,在手写体、文字较多、长串数字、小字、模糊字、倾斜文本等困难场景下,高精度版的准确率和召回率更高。\n\n通用文字识别不同版本的差异如下:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:150px\"></th>\n <th >【荐】通用印刷体识别(高精度版)</th>\n <th style=\"width:200px\"><a href=\"https://cloud.tencent.com/document/product/866/33526\">【荐】通用印刷体识别</a></th>\n <th><a href=\"https://cloud.tencent.com/document/product/866/37831\">通用印刷体识别(精简版)</a></th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td> 适用场景</td>\n <td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>\n <td>适用于所有通用场景的印刷体识别</td>\n <td>适用于快速文本识别场景,准召率有一定损失,价格更优惠</td>\n </tr>\n <tr>\n <td>识别准确率</td>\n <td>99%</td>\n <td>96%</td>\n <td>91%</td>\n </tr>\n <tr>\n <td>价格</td>\n <td>高</td>\n <td>中</td>\n <td>低</td>\n </tr>\n <tr>\n <td>支持的语言</td>\n <td>中文、英文、中英文</td>\n <td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td> \n <td>中文、英文、中英文</td>\n </tr>\n <tr>\n <td>自动语言检测</td>\n <td>支持</td>\n <td>支持</td> \n <td>支持</td>\n </tr>\n <tr>\n <td>返回文本行坐标</td>\n <td>支持</td>\n <td>支持</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>自动旋转纠正</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:10次/秒。",
|
152
152
|
"input": "GeneralAccurateOCRRequest",
|
153
|
-
"name": "
|
153
|
+
"name": "通用印刷体识别(高精度版)",
|
154
154
|
"output": "GeneralAccurateOCRResponse",
|
155
155
|
"status": "online"
|
156
156
|
},
|
@@ -8505,7 +8505,17 @@
|
|
8505
8505
|
},
|
8506
8506
|
"DescribeBatchModifyTagsStatusRequest": {
|
8507
8507
|
"document": "DescribeBatchModifyTagsStatus请求参数结构体",
|
8508
|
-
"members": [
|
8508
|
+
"members": [
|
8509
|
+
{
|
8510
|
+
"disabled": false,
|
8511
|
+
"document": "集群id",
|
8512
|
+
"example": "cls-3dwe3twqe",
|
8513
|
+
"member": "string",
|
8514
|
+
"name": "ClusterId",
|
8515
|
+
"required": true,
|
8516
|
+
"type": "string"
|
8517
|
+
}
|
8518
|
+
],
|
8509
8519
|
"type": "object"
|
8510
8520
|
},
|
8511
8521
|
"DescribeBatchModifyTagsStatusResponse": {
|
@@ -623,7 +623,7 @@
|
|
623
623
|
"DescribeBatchModifyTagsStatus": [
|
624
624
|
{
|
625
625
|
"document": "查询批量修改标签状态",
|
626
|
-
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBatchModifyTagsStatus\n<公共请求参数>\n\n{}",
|
626
|
+
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBatchModifyTagsStatus\n<公共请求参数>\n\n{\n \"ClusterId\": \"cls-j3w5ehty\"\n}",
|
627
627
|
"output": "{\n \"Response\": {\n \"FailedResources\": [\n {\n \"Resource\": \"qcs::ccs:ap-guangzhou:uin/3356535506:cluster/cls-q505raey\",\n \"Error\": \"err\"\n }\n ],\n \"Status\": \"failed\",\n \"SyncSubresource\": true,\n \"Tags\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"RequestId\": \"33483fde-efec-4d3c-8ff6-340d9dbc2d01\"\n }\n}",
|
628
628
|
"title": "查询批量修改标签状态"
|
629
629
|
}
|
@@ -487,80 +487,80 @@
|
|
487
487
|
"members": [
|
488
488
|
{
|
489
489
|
"disabled": false,
|
490
|
-
"document": "机器人的UserId,用于进房发起任务。【注意】这个UserId不能与当前房间内的主播观众[UserId](https://cloud.tencent.com/document/product/647/46351#userid)重复。如果一个房间发起多个任务时,机器人的UserId也不能相互重复,否则会中断前一个任务。需要保证机器人UserId
|
490
|
+
"document": "机器人的UserId,用于进房发起任务。【注意】这个UserId不能与当前房间内的主播观众[UserId](https://cloud.tencent.com/document/product/647/46351#userid)重复。如果一个房间发起多个任务时,机器人的UserId也不能相互重复,否则会中断前一个任务。需要保证机器人UserId在房间内唯一。",
|
491
491
|
"example": "无",
|
492
492
|
"member": "string",
|
493
493
|
"name": "UserId",
|
494
494
|
"output_required": false,
|
495
495
|
"required": true,
|
496
496
|
"type": "string",
|
497
|
-
"value_allowed_null":
|
497
|
+
"value_allowed_null": false
|
498
498
|
},
|
499
499
|
{
|
500
500
|
"disabled": false,
|
501
|
-
"document": "机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)
|
501
|
+
"document": "机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。",
|
502
502
|
"example": "无",
|
503
503
|
"member": "string",
|
504
504
|
"name": "UserSig",
|
505
505
|
"output_required": false,
|
506
506
|
"required": true,
|
507
507
|
"type": "string",
|
508
|
-
"value_allowed_null":
|
508
|
+
"value_allowed_null": false
|
509
509
|
},
|
510
510
|
{
|
511
511
|
"disabled": false,
|
512
|
-
"document": "机器人拉流的UserId, 填写后,机器人会拉取该UserId
|
512
|
+
"document": "机器人拉流的UserId, 填写后,机器人会拉取该UserId的流进行实时处理",
|
513
513
|
"example": "无",
|
514
514
|
"member": "string",
|
515
515
|
"name": "TargetUserId",
|
516
516
|
"output_required": false,
|
517
517
|
"required": true,
|
518
518
|
"type": "string",
|
519
|
-
"value_allowed_null":
|
519
|
+
"value_allowed_null": false
|
520
520
|
},
|
521
521
|
{
|
522
522
|
"disabled": false,
|
523
|
-
"document": "房间内超过MaxIdleTime 没有推流,后台自动关闭任务,默认值是60s
|
523
|
+
"document": "房间内超过MaxIdleTime 没有推流,后台自动关闭任务,默认值是60s。",
|
524
524
|
"example": "无",
|
525
525
|
"member": "uint64",
|
526
526
|
"name": "MaxIdleTime",
|
527
527
|
"output_required": false,
|
528
528
|
"required": false,
|
529
529
|
"type": "int",
|
530
|
-
"value_allowed_null":
|
530
|
+
"value_allowed_null": false
|
531
531
|
},
|
532
532
|
{
|
533
533
|
"disabled": false,
|
534
|
-
"document": "
|
534
|
+
"document": "机器人的欢迎语",
|
535
535
|
"example": "无",
|
536
536
|
"member": "string",
|
537
537
|
"name": "WelcomeMessage",
|
538
538
|
"output_required": false,
|
539
539
|
"required": false,
|
540
540
|
"type": "string",
|
541
|
-
"value_allowed_null":
|
541
|
+
"value_allowed_null": false
|
542
542
|
},
|
543
543
|
{
|
544
544
|
"disabled": false,
|
545
|
-
"document": "智能打断模式,默认为0,0表示服务端自动打断,1
|
545
|
+
"document": "智能打断模式,默认为0,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断",
|
546
546
|
"example": "无",
|
547
547
|
"member": "uint64",
|
548
548
|
"name": "InterruptMode",
|
549
549
|
"output_required": false,
|
550
550
|
"required": false,
|
551
551
|
"type": "int",
|
552
|
-
"value_allowed_null":
|
552
|
+
"value_allowed_null": false
|
553
553
|
},
|
554
554
|
{
|
555
555
|
"disabled": false,
|
556
|
-
"document": "InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration
|
556
|
+
"document": "InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。",
|
557
557
|
"example": "无",
|
558
558
|
"member": "uint64",
|
559
559
|
"name": "InterruptSpeechDuration",
|
560
560
|
"output_required": false,
|
561
561
|
"required": false,
|
562
562
|
"type": "int",
|
563
|
-
"value_allowed_null":
|
563
|
+
"value_allowed_null": false
|
564
564
|
}
|
565
565
|
],
|
566
566
|
"usage": "both"
|
@@ -5331,36 +5331,36 @@
|
|
5331
5331
|
"members": [
|
5332
5332
|
{
|
5333
5333
|
"disabled": false,
|
5334
|
-
"document": "语音识别支持的语言,默认是\"zh\" 中文\n目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循[ISO639](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes):\n1. Chinese = \"zh\" # 中文\n2. Chinese_TW = \"zh-TW\" # 中国台湾\n3. Chinese_DIALECT = \"zh-dialect\" # 中国方言\n4. English = \"en\" # 英语\n5. Vietnamese = \"vi\" # 越南语\n6. Japanese = \"ja\" # 日语\n7. Korean = \"ko\" # 韩语\n8. Indonesia = \"id\" # 印度尼西亚语\n9. Thai = \"th\" # 泰语\n10. Portuguese = \"pt\" # 葡萄牙语\n11. Turkish = \"tr\" # 土耳其语\n12. Arabic = \"ar\" # 阿拉伯语\n13. Spanish = \"es\" # 西班牙语\n14. Hindi = \"hi\" # 印地语\n15. French = \"fr\" # 法语\n16. Malay = \"ms\" # 马来语\n17. Filipino = \"fil\" # 菲律宾语\n18. German = \"de\" # 德语\n19. Italian = \"it\" # 意大利语\n20. Russian = \"ru\" # 俄语\n\n注意:\n
|
5334
|
+
"document": "语音识别支持的语言,默认是\"zh\" 中文\n目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循[ISO639](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes):\n1. Chinese = \"zh\" # 中文\n2. Chinese_TW = \"zh-TW\" # 中国台湾\n3. Chinese_DIALECT = \"zh-dialect\" # 中国方言\n4. English = \"en\" # 英语\n5. Vietnamese = \"vi\" # 越南语\n6. Japanese = \"ja\" # 日语\n7. Korean = \"ko\" # 韩语\n8. Indonesia = \"id\" # 印度尼西亚语\n9. Thai = \"th\" # 泰语\n10. Portuguese = \"pt\" # 葡萄牙语\n11. Turkish = \"tr\" # 土耳其语\n12. Arabic = \"ar\" # 阿拉伯语\n13. Spanish = \"es\" # 西班牙语\n14. Hindi = \"hi\" # 印地语\n15. French = \"fr\" # 法语\n16. Malay = \"ms\" # 马来语\n17. Filipino = \"fil\" # 菲律宾语\n18. German = \"de\" # 德语\n19. Italian = \"it\" # 意大利语\n20. Russian = \"ru\" # 俄语\n21. Swedish = \"sv\" # 瑞典语\n22. Danish = \"da\" # 丹麦语\n23. Norwegian = \"no\" # 挪威语\n\n注意:\n如果缺少满足您需求的语言,请联系我们技术人员。",
|
5335
5335
|
"example": "zh",
|
5336
5336
|
"member": "string",
|
5337
5337
|
"name": "Language",
|
5338
5338
|
"output_required": false,
|
5339
5339
|
"required": false,
|
5340
5340
|
"type": "string",
|
5341
|
-
"value_allowed_null":
|
5341
|
+
"value_allowed_null": false
|
5342
5342
|
},
|
5343
5343
|
{
|
5344
5344
|
"disabled": false,
|
5345
|
-
"document": "发起模糊识别额外可能替代语言类型,最多填写3种语言类型, \n注:Language指定为\"zh-dialect\" # 中国方言 时,不支持模糊识别,该字段无效\n
|
5345
|
+
"document": "发起模糊识别额外可能替代语言类型,最多填写3种语言类型, \n注:Language指定为\"zh-dialect\" # 中国方言 时,不支持模糊识别,该字段无效\n",
|
5346
5346
|
"example": "无",
|
5347
5347
|
"member": "string",
|
5348
5348
|
"name": "AlternativeLanguage",
|
5349
5349
|
"output_required": false,
|
5350
5350
|
"required": false,
|
5351
5351
|
"type": "list",
|
5352
|
-
"value_allowed_null":
|
5352
|
+
"value_allowed_null": false
|
5353
5353
|
},
|
5354
5354
|
{
|
5355
5355
|
"disabled": false,
|
5356
|
-
"document": "语音识别vad的时间,范围为240-2000,默认为1000,单位为ms
|
5356
|
+
"document": "语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。",
|
5357
5357
|
"example": "无",
|
5358
5358
|
"member": "uint64",
|
5359
5359
|
"name": "VadSilenceTime",
|
5360
5360
|
"output_required": false,
|
5361
5361
|
"required": false,
|
5362
5362
|
"type": "int",
|
5363
|
-
"value_allowed_null":
|
5363
|
+
"value_allowed_null": false
|
5364
5364
|
}
|
5365
5365
|
],
|
5366
5366
|
"usage": "both"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1212.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1212
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tccli/__init__.py,sha256=
|
1
|
+
tccli/__init__.py,sha256=wxXiX7Mv9Zt5XVqHw5kkgUHp2Zvy2mEp5cX842EPu3Q,27
|
2
2
|
tccli/argparser.py,sha256=iFaw_iIMdyVwUdcv2_2OHQfe7-7j9yGzoOgXgXswoBo,5555
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -110,7 +110,7 @@ tccli/services/apm/v20210622/api.json,sha256=rJT_q7pN_G76cWz-9eFhZQ-qEuTRb6iHG27
|
|
110
110
|
tccli/services/apm/v20210622/examples.json,sha256=XOoTg9531xt-nuZEyQ7aI27bbewSkhlY7FzNk7putMY,49680
|
111
111
|
tccli/services/asr/__init__.py,sha256=p5vj9tQ7DaJB2RjtkIsaOCgWXa45w4vy6ezxvHS73wk,85
|
112
112
|
tccli/services/asr/asr_client.py,sha256=aPoLybpFoWQjNVGZCrnD39q0Q5V0Nk4bYJWhE0siGDE,104326
|
113
|
-
tccli/services/asr/v20190614/api.json,sha256=
|
113
|
+
tccli/services/asr/v20190614/api.json,sha256=Gfi9sTdI2OtQg0DoYrB6h8HWs9Y9FL2o5EG8X9b1GGU,135716
|
114
114
|
tccli/services/asr/v20190614/examples.json,sha256=Y7JdwcS7hRFc1N0cgwgxKN0NOEq9_6NSopguYre0zrc,33716
|
115
115
|
tccli/services/asw/__init__.py,sha256=ooIOF64AGh1UzHttOUvaNnQpE-2d0qyFgcsLKxkVGxI,85
|
116
116
|
tccli/services/asw/asw_client.py,sha256=MSl-HU1nsqhihEBcD2_L9wZH67nxSCf1oXfaXi5JvRE,33375
|
@@ -210,11 +210,11 @@ tccli/services/cbs/v20170312/api.json,sha256=vYfkrfGoyE5pO1uoGVa69LMvst8keoFBv5P
|
|
210
210
|
tccli/services/cbs/v20170312/examples.json,sha256=JYyfsJtICwQ4q_GpCTxDoAWnDOkAG45eCUS355dRHyI,40889
|
211
211
|
tccli/services/ccc/__init__.py,sha256=wR36QP35wizc6U55yXrZrY_2HiEVnzYPRWgGN_kkLxo,85
|
212
212
|
tccli/services/ccc/ccc_client.py,sha256=lmErAW7I2D08iuVue4hPsPT6lYZ-hP0Ob3SFr6YMxb4,194989
|
213
|
-
tccli/services/ccc/v20200210/api.json,sha256=
|
213
|
+
tccli/services/ccc/v20200210/api.json,sha256=mmTBwiF0LucJZTjvyG2MJDGre1n9ov2kKVsWSu7HrpQ,293029
|
214
214
|
tccli/services/ccc/v20200210/examples.json,sha256=EBYFJfXyefxaPs5Y-jKCTtXXzYrHu9Y1CkgmdUg_vB8,64272
|
215
215
|
tccli/services/cdb/__init__.py,sha256=9Jk9tAMP2ZM_xOG77GvqXL1q3UfwYTEos6_P6xzpTiM,85
|
216
216
|
tccli/services/cdb/cdb_client.py,sha256=_g_NpL7dLygoDPY-3vXWAn8fmDp4FVPpctcerXVGuvw,532482
|
217
|
-
tccli/services/cdb/v20170320/api.json,sha256=
|
217
|
+
tccli/services/cdb/v20170320/api.json,sha256=4QDrLv_qksuBr60EGD6Upik0IBCeRzI6Gj6oi5ttong,724552
|
218
218
|
tccli/services/cdb/v20170320/examples.json,sha256=53vzEpPhGjmN0bisMHVX5OF3-4JPa9rTkGHdnvVcGEo,165450
|
219
219
|
tccli/services/cdc/__init__.py,sha256=0NOw5_YSjO-QzgYYiIo0gheuTe2_dvzCUnVD4BOP4tI,85
|
220
220
|
tccli/services/cdc/cdc_client.py,sha256=wSnb34OvPAii0UEu5GkkgWFQ15CmtjsfnPKgE5nzFqU,71139
|
@@ -282,7 +282,7 @@ tccli/services/cis/v20180408/api.json,sha256=vEk14Fe9RW3C-CPY3u1icbcFz5Te8_itq-n
|
|
282
282
|
tccli/services/cis/v20180408/examples.json,sha256=_ST3p6JdNtdWZPM4KuikTAZ-0FdJMq4Ir7PMj6ST0EU,28505
|
283
283
|
tccli/services/ckafka/__init__.py,sha256=HTNzfNwaLn4Br9BugTA_14BrGVWfQr2tdDn6efv21yg,91
|
284
284
|
tccli/services/ckafka/ckafka_client.py,sha256=7eo4eJQXuK1aZHsAb6xRGz69TYwFnZo3SGJEkczMnRM,268333
|
285
|
-
tccli/services/ckafka/v20190819/api.json,sha256=
|
285
|
+
tccli/services/ckafka/v20190819/api.json,sha256=LgcNvsHLUVqJ0TQ6wanIvY6hNUUhZzLsLt3r0JBtCXg,604056
|
286
286
|
tccli/services/ckafka/v20190819/examples.json,sha256=zm3sfe48Pr6ciN5v0lL-HWCExxYAlcnRNQzAn-6nWKk,139618
|
287
287
|
tccli/services/clb/__init__.py,sha256=iG2aiZhDOcK4l_2Wkxs57qF1Y4lmv7RxRSPcG9paDk0,85
|
288
288
|
tccli/services/clb/clb_client.py,sha256=5K-_M9jBlaBpjBPPoR2OZX3IuDa8xXvKXtLyEiburiI,272894
|
@@ -358,7 +358,7 @@ tccli/services/cws/v20180312/api.json,sha256=yvPs5gzcrgBkZti57TJNssoNSIq0rgozU3F
|
|
358
358
|
tccli/services/cws/v20180312/examples.json,sha256=QmYFbj9zOOBlm4aAxhOw45f5SPrzp5SDfqTv5b3n3Go,17899
|
359
359
|
tccli/services/cynosdb/__init__.py,sha256=MBWPrBSMnHBk0CGpJoI_LU1UxxPO0CX-LO2xxuCFCzg,93
|
360
360
|
tccli/services/cynosdb/cynosdb_client.py,sha256=XIJI7XzlZzFocNL1bSs1JDw89oh9Fj2UXP5LANypBbQ,468374
|
361
|
-
tccli/services/cynosdb/v20190107/api.json,sha256=
|
361
|
+
tccli/services/cynosdb/v20190107/api.json,sha256=RmuDZdVuwOKZ1hcPAe-9P1rh5AlUQWo53rooa1OWsMw,688005
|
362
362
|
tccli/services/cynosdb/v20190107/examples.json,sha256=iRaTZWK77a4MH9nkWrO-QTm5fChXZVtKcRHNUH6eztI,166395
|
363
363
|
tccli/services/dasb/__init__.py,sha256=x5ez0S2wQBIe-qTkGhVvwqG-rdYdP4NXZn2WfQDvF98,87
|
364
364
|
tccli/services/dasb/dasb_client.py,sha256=PPOaOfXHzwAETOcokO48iQo_vbQ4bgaym2lZh2XINIw,199953
|
@@ -466,7 +466,7 @@ tccli/services/essbasic/__init__.py,sha256=Uh5kuYtJvJ4F1S2w-19_B6a_JMF1ubh8Se-7p
|
|
466
466
|
tccli/services/essbasic/essbasic_client.py,sha256=oGljB8Wccun2JO-aQiM9jW_d0-bE42oq17QmpCz97mo,417422
|
467
467
|
tccli/services/essbasic/v20201222/api.json,sha256=8yA-0DwpjBAZajDJnp3flQ2xn1sdkZMVQcvegUcemSM,184116
|
468
468
|
tccli/services/essbasic/v20201222/examples.json,sha256=TsEP0F9v4W6KvnFnczr2diMh2NX2Tp7TcCEkoeBw69Q,68751
|
469
|
-
tccli/services/essbasic/v20210526/api.json,sha256=
|
469
|
+
tccli/services/essbasic/v20210526/api.json,sha256=a3kKpIb0RONxp6iJlYJ7-nisIF2qB6hf7wtnzHl-iwI,671119
|
470
470
|
tccli/services/essbasic/v20210526/examples.json,sha256=KmU9nDVyQPnHX041D9v0WnWJ5wd89s0qyKOXRKC4QN0,474255
|
471
471
|
tccli/services/facefusion/__init__.py,sha256=5IsXKY7EJG73GoLZDaRk_QwthyDmfes1nKAVdwZETUE,99
|
472
472
|
tccli/services/facefusion/facefusion_client.py,sha256=WOqOQDPKlKpXTGcmw5t5uZKY0VhwRJtud72Vx6CR2h4,18163
|
@@ -476,7 +476,7 @@ tccli/services/facefusion/v20220927/api.json,sha256=sWYo2Xlrj7XjfbHxOFk47nscwdJ7
|
|
476
476
|
tccli/services/facefusion/v20220927/examples.json,sha256=_btrxIf-u3StmtTCHRFRZddFx8HG-kmIvfB8GARQp-4,6619
|
477
477
|
tccli/services/faceid/__init__.py,sha256=zbcAvv37wx7NH6hsSFPSCqgR2ih1UiQOdqNfmitdeVY,91
|
478
478
|
tccli/services/faceid/faceid_client.py,sha256=Es-scyPV_zLnZUIf8SfdsXf6L2XJXQKZsSe0YYF7sn0,119863
|
479
|
-
tccli/services/faceid/v20180301/api.json,sha256
|
479
|
+
tccli/services/faceid/v20180301/api.json,sha256=-vuyZv0qyPhFNS6iLEclSQcfYwTlgPBRy2G8eGR7LX4,209356
|
480
480
|
tccli/services/faceid/v20180301/examples.json,sha256=ekmJwN78g-8KfOLAiWeiAdqipLHgQBcHR10jy1vwb6A,41194
|
481
481
|
tccli/services/fmu/__init__.py,sha256=uYgLsNe53oF1T-qH3hFFAdGC7d9SKthtORQ7dLiPfx8,85
|
482
482
|
tccli/services/fmu/fmu_client.py,sha256=8BCV5LAHPDHw8O749qGM5hthX50xVO5d76fZmWKSlbQ,36237
|
@@ -624,7 +624,7 @@ tccli/services/kms/v20190118/api.json,sha256=FAIPC6stikv6WldKGPI1J33WR0pgrf9Yz5u
|
|
624
624
|
tccli/services/kms/v20190118/examples.json,sha256=wIHfpOM36AUpbkqd6bp0XDLYikW3aqf70jb_ReRbMOU,39719
|
625
625
|
tccli/services/lcic/__init__.py,sha256=40LoQA43SPCIDlxfUjHIJ7I0XD-hvtjYZHHmkODBTG8,87
|
626
626
|
tccli/services/lcic/lcic_client.py,sha256=rmWfYyr0FU7PXF2EGWN1Hcm5H83So__-J4WBdeunVKo,196495
|
627
|
-
tccli/services/lcic/v20220817/api.json,sha256=
|
627
|
+
tccli/services/lcic/v20220817/api.json,sha256=HSPqxwUT9yI3AALaOPK1fh77KrUK9_VkfvB8lPhrvnc,242230
|
628
628
|
tccli/services/lcic/v20220817/examples.json,sha256=ko1U-VdHw3A2ceJZ1Qhaa_dWd6HjEw9CyRnlIwtTayg,52150
|
629
629
|
tccli/services/lighthouse/__init__.py,sha256=mthGX-k-GPfpudeGSVAEXUMitx-xg7Aw2ZcXxrjf_78,99
|
630
630
|
tccli/services/lighthouse/lighthouse_client.py,sha256=rEbJoZeoN4IXJ9jsTZZiRy1BCqYReO-E7dX9Xw3cmFs,344732
|
@@ -724,7 +724,7 @@ tccli/services/oceanus/v20190422/api.json,sha256=FNnefY-j3w0Ff9u9AZNDPOVFmuc6Rz7
|
|
724
724
|
tccli/services/oceanus/v20190422/examples.json,sha256=2nBQISstYco90Ibu44B1iZ07JbldDR678DsANXXEtmk,49502
|
725
725
|
tccli/services/ocr/__init__.py,sha256=1UdHN9VtB5qVwAn2FMefSi4BhMTJOjmFgYZT-zTEVBM,85
|
726
726
|
tccli/services/ocr/ocr_client.py,sha256=2b2RoWCuh8vujNlhnd1K3JDgjMuyr_21hfG7XXi27r0,273856
|
727
|
-
tccli/services/ocr/v20181119/api.json,sha256=
|
727
|
+
tccli/services/ocr/v20181119/api.json,sha256=N9Z6W6mgHxBeXd_7hIgT90UBpVpKhVfbPHxqwqLiBzE,782026
|
728
728
|
tccli/services/ocr/v20181119/examples.json,sha256=1RxawGPAn0J5t7Ih3awgDVDSvvSNt3BO6y8blxN92Ho,557000
|
729
729
|
tccli/services/omics/__init__.py,sha256=2Uhk7Pv4ejuVCryMqNlAdn8xPMdHO2Hr4500KAZ0W-M,89
|
730
730
|
tccli/services/omics/omics_client.py,sha256=D589nMlFbMtuOazg_7UEh3YYfTHvnDwjI-0JMjifdaY,67016
|
@@ -984,8 +984,8 @@ tccli/services/tiw/v20190919/api.json,sha256=c5Ecm2NbrEjsbrPN7jJ8R0AaE3QwZ3xnVLq
|
|
984
984
|
tccli/services/tiw/v20190919/examples.json,sha256=WaA43CeC-HN0ZRBwn173qIu0us_J_4eabeHVUYtH_dc,53985
|
985
985
|
tccli/services/tke/__init__.py,sha256=7R7ljco3cOJ2rceMbHur-sjpljFjutvZXAUnXQubtEM,85
|
986
986
|
tccli/services/tke/tke_client.py,sha256=rK_CLGCx4Zg84omUutBO98OA6EPK_S3F33Okxx6zTg4,744687
|
987
|
-
tccli/services/tke/v20180525/api.json,sha256=
|
988
|
-
tccli/services/tke/v20180525/examples.json,sha256
|
987
|
+
tccli/services/tke/v20180525/api.json,sha256=h9aQ8mERpUKERRnnI2__8TV6Fun5BHlbQDi4KRanMiY,888778
|
988
|
+
tccli/services/tke/v20180525/examples.json,sha256=-uorvj0QS1b-VwQP4VvxsiFb9muX_w-_lvT-4iUbqpE,247900
|
989
989
|
tccli/services/tke/v20220501/api.json,sha256=DA9uEHdcwmFDHjK19jQt5k8j3Eoi1DPEZy2BYpD6j8Q,107028
|
990
990
|
tccli/services/tke/v20220501/examples.json,sha256=GkppfINGeJ8aonC3klALtI_OCAboT1BipHu78VyVlww,19323
|
991
991
|
tccli/services/tkgdq/__init__.py,sha256=F4L4oLnjfSIejxFzxNpfGAilbzK0g0-3LGsNWbX1hOY,89
|
@@ -1024,7 +1024,7 @@ tccli/services/trro/v20220325/api.json,sha256=dJZydHE8hmbfBTweDikhd_R8sidA_fWhTR
|
|
1024
1024
|
tccli/services/trro/v20220325/examples.json,sha256=lwXhGjCkkRl-N8vCGwpYGQUwVMKPPgEdm2CPsDd48KQ,20684
|
1025
1025
|
tccli/services/trtc/__init__.py,sha256=7xXIF66WdJHGVIhfHKFx2VYimlxZ_z3QOeJBUJ2P_MQ,87
|
1026
1026
|
tccli/services/trtc/trtc_client.py,sha256=63GIWdfTTmmf-WA_gbTKLmWNnGe3LmcaSPv5jflKcK8,179382
|
1027
|
-
tccli/services/trtc/v20190722/api.json,sha256=
|
1027
|
+
tccli/services/trtc/v20190722/api.json,sha256=1CwgdnoqsSvVft_8vJhMxCvzhYBBwXuz8MCRbD7dD3c,313882
|
1028
1028
|
tccli/services/trtc/v20190722/examples.json,sha256=z-Xke0hJc0or46-2t-lU7foWNon5bnyoyIyavfRl1W8,106386
|
1029
1029
|
tccli/services/tse/__init__.py,sha256=3Y4ZA_IFX8df4-ir1I9p0u4ksAywRrtd2CAvJ5yKyz0,85
|
1030
1030
|
tccli/services/tse/tse_client.py,sha256=FaAw3trxYLWl1wh3aqZeoOPHAjOwUCMToDx63g6gnfE,357796
|
@@ -1132,8 +1132,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1132
1132
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1133
1133
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1134
1134
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1135
|
-
tccli-3.0.
|
1136
|
-
tccli-3.0.
|
1137
|
-
tccli-3.0.
|
1138
|
-
tccli-3.0.
|
1139
|
-
tccli-3.0.
|
1135
|
+
tccli-3.0.1212.1.dist-info/METADATA,sha256=Uz7j7a0hIwogOY_ZunapNZ0NjCmrIKse38wZAiAUIno,16172
|
1136
|
+
tccli-3.0.1212.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1137
|
+
tccli-3.0.1212.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1138
|
+
tccli-3.0.1212.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1139
|
+
tccli-3.0.1212.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|