tccli 3.0.830.1__py2.py3-none-any.whl → 3.0.832.1__py2.py3-none-any.whl

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 (40) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/asr/v20190614/api.json +4 -4
  4. tccli/services/bma/v20221115/api.json +9 -0
  5. tccli/services/bma/v20221115/examples.json +2 -2
  6. tccli/services/ccc/v20200210/api.json +9 -0
  7. tccli/services/ccc/v20200210/examples.json +2 -2
  8. tccli/services/cdc/v20201214/examples.json +1 -1
  9. tccli/services/ckafka/v20190819/api.json +1 -20
  10. tccli/services/ckafka/v20190819/examples.json +1 -1
  11. tccli/services/cwp/cwp_client.py +2179 -642
  12. tccli/services/cwp/v20180228/api.json +3069 -479
  13. tccli/services/cwp/v20180228/examples.json +247 -3
  14. tccli/services/dlc/dlc_client.py +341 -23
  15. tccli/services/dlc/v20210125/api.json +505 -0
  16. tccli/services/dlc/v20210125/examples.json +48 -0
  17. tccli/services/ess/ess_client.py +163 -4
  18. tccli/services/ess/v20201111/api.json +304 -0
  19. tccli/services/ess/v20201111/examples.json +24 -0
  20. tccli/services/essbasic/v20210526/api.json +68 -150
  21. tccli/services/essbasic/v20210526/examples.json +17 -17
  22. tccli/services/gme/gme_client.py +277 -12
  23. tccli/services/gme/v20180711/api.json +386 -0
  24. tccli/services/gme/v20180711/examples.json +40 -0
  25. tccli/services/intlpartnersmgt/__init__.py +4 -0
  26. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +724 -0
  27. tccli/services/intlpartnersmgt/v20220928/api.json +1054 -0
  28. tccli/services/intlpartnersmgt/v20220928/examples.json +93 -0
  29. tccli/services/live/v20180801/api.json +10 -10
  30. tccli/services/live/v20180801/examples.json +3 -3
  31. tccli/services/tdmq/v20200217/api.json +23 -44
  32. tccli/services/tdmq/v20200217/examples.json +3 -3
  33. tccli/services/trtc/v20190722/api.json +2 -2
  34. tccli/services/tse/v20201207/api.json +42 -1
  35. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/METADATA +2 -2
  36. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/RECORD +40 -36
  37. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/LICENSE +0 -0
  38. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/WHEEL +0 -0
  39. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/entry_points.txt +0 -0
  40. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/top_level.txt +0 -0
@@ -154,6 +154,14 @@
154
154
  "title": "印章授权申请下发"
155
155
  }
156
156
  ],
157
+ "CreateUserAutoSignEnableUrl": [
158
+ {
159
+ "document": "获取跳转链接",
160
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartFlow\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"123\",\n \"Channel\": \"\",\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"ProxyIp\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"1xxxxxxxxxxxxxx0\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": false,\n \"SealImgCallback\": false,\n \"CallbackUrl\": \"\",\n \"VerifyChannels\": [\n \"\"\n ]\n },\n \"UrlType\": \"\"\n}",
161
+ "output": "{\n \"Response\": {\n \"AppId\": \"wxa02378y4jruwye1d\",\n \"AppOriginalId\": \"gh_da87293fsd87987\",\n \"Path\": \"page?abc=123&def=456\",\n \"QrCode\": \"EBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCN\",\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\",\n \"Url\": \"https://xxx.xxx/abc123\",\n \"UrlType\": \"\"\n }\n}",
162
+ "title": "获取跳转链接"
163
+ }
164
+ ],
157
165
  "DeleteIntegrationEmployees": [
158
166
  {
159
167
  "document": "",
@@ -268,6 +276,22 @@
268
276
  "title": "测试用例"
269
277
  }
270
278
  ],
279
+ "DescribeUserAutoSignStatus": [
280
+ {
281
+ "document": "查看个人自动签开启状态",
282
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDescribeUserAutoSignStatus\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardNumber\": \"610000000000000000\",\n \"IdCardType\": \"ID_CARD\"\n }\n}",
283
+ "output": "{\n \"Response\": {\n \"IsOpen\": true,\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\"\n }\n}",
284
+ "title": "查看个人自动签开启状态"
285
+ }
286
+ ],
287
+ "DisableUserAutoSign": [
288
+ {
289
+ "document": "关闭个人自动签",
290
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDisableUserAutoSign\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardNumber\": \"610000000000000000\",\n \"IdCardType\": \"ID_CARD\"\n }\n}",
291
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\"\n }\n}",
292
+ "title": "关闭个人自动签"
293
+ }
294
+ ],
271
295
  "GetTaskResultApi": [
272
296
  {
273
297
  "document": "",