tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1299.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 (85) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/batch_client.py +4 -110
  3. tccli/services/batch/v20170312/api.json +0 -527
  4. tccli/services/batch/v20170312/examples.json +0 -16
  5. tccli/services/bi/v20220105/api.json +87 -1
  6. tccli/services/bi/v20220105/examples.json +7 -7
  7. tccli/services/cam/v20190116/api.json +84 -84
  8. tccli/services/cbs/v20170312/api.json +24 -24
  9. tccli/services/cdn/v20180606/api.json +240 -179
  10. tccli/services/cdn/v20180606/examples.json +1 -1
  11. tccli/services/cfg/v20210820/api.json +5 -3
  12. tccli/services/cfg/v20210820/examples.json +1 -1
  13. tccli/services/chdfs/v20201112/api.json +7 -1
  14. tccli/services/cls/cls_client.py +235 -23
  15. tccli/services/cls/v20201016/api.json +457 -3
  16. tccli/services/cls/v20201016/examples.json +32 -0
  17. tccli/services/controlcenter/v20230110/api.json +63 -58
  18. tccli/services/cvm/v20170312/api.json +2 -2
  19. tccli/services/dbbrain/dbbrain_client.py +106 -0
  20. tccli/services/dbbrain/v20191016/api.json +365 -6
  21. tccli/services/dbbrain/v20191016/examples.json +8 -0
  22. tccli/services/dbbrain/v20210527/api.json +550 -21
  23. tccli/services/dbbrain/v20210527/examples.json +16 -0
  24. tccli/services/dcdb/v20180411/api.json +102 -6
  25. tccli/services/dcdb/v20180411/examples.json +4 -4
  26. tccli/services/dlc/dlc_client.py +53 -0
  27. tccli/services/dlc/v20210125/api.json +162 -0
  28. tccli/services/dlc/v20210125/examples.json +8 -0
  29. tccli/services/dnspod/v20210323/api.json +128 -127
  30. tccli/services/ess/v20201111/api.json +1 -1
  31. tccli/services/essbasic/v20210526/api.json +5 -5
  32. tccli/services/facefusion/v20220927/api.json +2 -2
  33. tccli/services/facefusion/v20220927/examples.json +1 -1
  34. tccli/services/gs/v20191118/api.json +22 -3
  35. tccli/services/gs/v20191118/examples.json +1 -1
  36. tccli/services/hai/v20230812/api.json +16 -16
  37. tccli/services/iotcloud/v20210408/api.json +2 -2
  38. tccli/services/iotcloud/v20210408/examples.json +3 -3
  39. tccli/services/iotexplorer/v20190423/api.json +947 -857
  40. tccli/services/iotexplorer/v20190423/examples.json +83 -83
  41. tccli/services/live/v20180801/api.json +2 -2
  42. tccli/services/lkeap/v20240522/api.json +3 -3
  43. tccli/services/mariadb/v20170312/api.json +84 -8
  44. tccli/services/mariadb/v20170312/examples.json +3 -3
  45. tccli/services/mps/v20190612/api.json +63 -61
  46. tccli/services/mps/v20190612/examples.json +48 -48
  47. tccli/services/mqtt/v20240516/api.json +62 -12
  48. tccli/services/mqtt/v20240516/examples.json +6 -6
  49. tccli/services/ocr/ocr_client.py +307 -360
  50. tccli/services/ocr/v20181119/api.json +73 -289
  51. tccli/services/ocr/v20181119/examples.json +0 -8
  52. tccli/services/organization/v20210331/api.json +9 -0
  53. tccli/services/partners/v20180321/api.json +10 -0
  54. tccli/services/sqlserver/v20180328/api.json +9 -0
  55. tccli/services/sqlserver/v20180328/examples.json +1 -1
  56. tccli/services/tcb/v20180608/api.json +11 -1
  57. tccli/services/tdmq/v20200217/api.json +30 -0
  58. tccli/services/teo/v20220106/api.json +4 -4
  59. tccli/services/teo/v20220901/api.json +48 -7
  60. tccli/services/teo/v20220901/examples.json +51 -15
  61. tccli/services/tione/v20211111/api.json +25 -5
  62. tccli/services/tke/v20180525/api.json +2 -2
  63. tccli/services/trro/trro_client.py +269 -4
  64. tccli/services/trro/v20220325/api.json +504 -0
  65. tccli/services/trro/v20220325/examples.json +40 -0
  66. tccli/services/tse/v20201207/api.json +34 -34
  67. tccli/services/vdb/v20230616/api.json +738 -15
  68. tccli/services/vdb/v20230616/examples.json +64 -0
  69. tccli/services/vdb/vdb_client.py +428 -4
  70. tccli/services/vod/v20180717/api.json +9 -0
  71. tccli/services/vod/v20240718/api.json +985 -0
  72. tccli/services/vod/v20240718/examples.json +66 -0
  73. tccli/services/vod/vod_client.py +330 -12
  74. tccli/services/vpc/v20170312/api.json +175 -0
  75. tccli/services/vpc/v20170312/examples.json +8 -0
  76. tccli/services/vpc/vpc_client.py +53 -0
  77. tccli/services/wedata/v20210820/api.json +464 -1
  78. tccli/services/wedata/v20210820/examples.json +22 -0
  79. tccli/services/wedata/wedata_client.py +114 -8
  80. tccli/services/weilingwith/v20230427/api.json +10 -10
  81. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
  82. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +85 -85
  83. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
  84. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
  85. {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -554,14 +554,6 @@
554
554
  "title": "有效身份证件识别(鉴伪版)示例"
555
555
  }
556
556
  ],
557
- "ReconstructDocument": [
558
- {
559
- "document": "PDF文档解析",
560
- "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReconstructDocument\n<公共请求参数>\n\n{\n \"FileBase64\": \"data:application/pdf;base64,JVBERi0xLjMKJeLjz9M...\",\n \"FileType\": \"PDF\",\n \"FileStartPageNumber\": 1,\n \"FileEndPageNumber\": 10,\n \"Config\": {\n \"EnableInsetImage\": true\n }\n}",
561
- "output": "{\n \"Response\": {\n \"DocumentRecognizeInfo\": [\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 343,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 343,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 569,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 569,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 265,\n \"Y\": 393\n },\n \"LeftTop\": {\n \"X\": 265,\n \"Y\": 271\n },\n \"RightBottom\": {\n \"X\": 715,\n \"Y\": 393\n },\n \"RightTop\": {\n \"X\": 715,\n \"Y\": 271\n }\n },\n \"Text\": \"CONSULTANCY AGREEMENT\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 144,\n \"Y\": 558\n },\n \"LeftTop\": {\n \"X\": 144,\n \"Y\": 536\n },\n \"RightBottom\": {\n \"X\": 262,\n \"Y\": 558\n },\n \"RightTop\": {\n \"X\": 262,\n \"Y\": 536\n }\n },\n \"Text\": \"BETWEEN\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 145,\n \"Y\": 644\n },\n \"LeftTop\": {\n \"X\": 145,\n \"Y\": 623\n },\n \"RightBottom\": {\n \"X\": 249,\n \"Y\": 644\n },\n \"RightTop\": {\n \"X\": 249,\n \"Y\": 623\n }\n },\n \"Text\": \" PARTY A\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 142,\n \"Y\": 733\n },\n \"LeftTop\": {\n \"X\": 142,\n \"Y\": 710\n },\n \"RightBottom\": {\n \"X\": 203,\n \"Y\": 733\n },\n \"RightTop\": {\n \"X\": 203,\n \"Y\": 710\n }\n },\n \"Text\": \" AND\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 144,\n \"Y\": 819\n },\n \"LeftTop\": {\n \"X\": 144,\n \"Y\": 796\n },\n \"RightBottom\": {\n \"X\": 249,\n \"Y\": 819\n },\n \"RightTop\": {\n \"X\": 249,\n \"Y\": 796\n }\n },\n \"Text\": \" PARTY B\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 457,\n \"Y\": 1188\n },\n \"LeftTop\": {\n \"X\": 457,\n \"Y\": 1174\n },\n \"RightBottom\": {\n \"X\": 464,\n \"Y\": 1188\n },\n \"RightTop\": {\n \"X\": 464,\n \"Y\": 1174\n }\n },\n \"Text\": \"\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 0,\n \"Width\": 893\n },\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 344,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 344,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 569,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 569,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 118,\n \"Y\": 149\n },\n \"LeftTop\": {\n \"X\": 118,\n \"Y\": 119\n },\n \"RightBottom\": {\n \"X\": 425,\n \"Y\": 149\n },\n \"RightTop\": {\n \"X\": 425,\n \"Y\": 119\n }\n },\n \"Text\": \"This agreement is made by and between:\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 62,\n \"Y\": 243\n },\n \"LeftTop\": {\n \"X\": 62,\n \"Y\": 186\n },\n \"RightBottom\": {\n \"X\": 837,\n \"Y\": 243\n },\n \"RightTop\": {\n \"X\": 837,\n \"Y\": 186\n }\n },\n \"Text\": \"PARTYA, a company existing under thlaws ofPeople'sRepublicof China,havingits registeredofficein XXXXXXX\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 95,\n \"Y\": 282\n },\n \"LeftTop\": {\n \"X\": 95,\n \"Y\": 253\n },\n \"RightBottom\": {\n \"X\": 352,\n \"Y\": 282\n },\n \"RightTop\": {\n \"X\": 352,\n \"Y\": 253\n }\n },\n \"Text\": \"(Hereafter refened to as PARTYA\\\")\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 92,\n \"Y\": 380\n },\n \"LeftTop\": {\n \"X\": 92,\n \"Y\": 352\n },\n \"RightBottom\": {\n \"X\": 316,\n \"Y\": 380\n },\n \"RightTop\": {\n \"X\": 316,\n \"Y\": 352\n }\n },\n \"Text\": \"PARTY B, XXXXXXXXXX\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 96,\n \"Y\": 424\n },\n \"LeftTop\": {\n \"X\": 96,\n \"Y\": 398\n },\n \"RightBottom\": {\n \"X\": 352,\n \"Y\": 424\n },\n \"RightTop\": {\n \"X\": 352,\n \"Y\": 398\n }\n },\n \"Text\": \"(Hereafter referred to asPARTYB\\\")\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 447,\n \"Y\": 307\n },\n \"LeftTop\": {\n \"X\": 447,\n \"Y\": 294\n },\n \"RightBottom\": {\n \"X\": 488,\n \"Y\": 307\n },\n \"RightTop\": {\n \"X\": 488,\n \"Y\": 294\n }\n },\n \"Text\": \"AND\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 92,\n \"Y\": 493\n },\n \"LeftTop\": {\n \"X\": 92,\n \"Y\": 464\n },\n \"RightBottom\": {\n \"X\": 658,\n \"Y\": 493\n },\n \"RightTop\": {\n \"X\": 658,\n \"Y\": 464\n }\n },\n \"Text\": \"PROJECT: Projects signed with ********.(Hereinafiered to as \\\"the Project\\\")\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 8,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 94,\n \"Y\": 553\n },\n \"LeftTop\": {\n \"X\": 94,\n \"Y\": 531\n },\n \"RightBottom\": {\n \"X\": 174,\n \"Y\": 553\n },\n \"RightTop\": {\n \"X\": 174,\n \"Y\": 531\n }\n },\n \"Text\": \"Whereas:\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 152,\n \"Y\": 591\n },\n \"LeftTop\": {\n \"X\": 152,\n \"Y\": 563\n },\n \"RightBottom\": {\n \"X\": 737,\n \"Y\": 591\n },\n \"RightTop\": {\n \"X\": 737,\n \"Y\": 563\n }\n },\n \"Text\": \"1.Party A is desirous of cooperating with Party B to carry out the said Project;\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 10,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 151,\n \"Y\": 625\n },\n \"LeftTop\": {\n \"X\": 151,\n \"Y\": 598\n },\n \"RightBottom\": {\n \"X\": 475,\n \"Y\": 625\n },\n \"RightTop\": {\n \"X\": 475,\n \"Y\": 598\n }\n },\n \"Text\": \"2.Party B is agreeable to such cooperation;\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 11,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 92,\n \"Y\": 690\n },\n \"LeftTop\": {\n \"X\": 92,\n \"Y\": 661\n },\n \"RightBottom\": {\n \"X\": 662,\n \"Y\": 690\n },\n \"RightTop\": {\n \"X\": 662,\n \"Y\": 661\n }\n },\n \"Text\": \"NOW THEREFORE THIS AGREEMENT WITNESSETH AS FOLLOWS:\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 12,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 97,\n \"Y\": 748\n },\n \"LeftTop\": {\n \"X\": 97,\n \"Y\": 730\n },\n \"RightBottom\": {\n \"X\": 738,\n \"Y\": 748\n },\n \"RightTop\": {\n \"X\": 738,\n \"Y\": 730\n }\n },\n \"Text\": \"ARITCLE FAPPOINTMENT OF CONSULTANT AND SCOPE OF COOPERATION\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 13,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 112,\n \"Y\": 860\n },\n \"LeftTop\": {\n \"X\": 112,\n \"Y\": 763\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 860\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 763\n }\n },\n \"Text\": \"1.1 Party A hereby appoints Party B as its consultants for the Projects in XXXX (COUNTRY)CLIENT, subject to the terms and conditions of this Agreement. The consultants accept such appointme and agree to keep, observe and perform the terms and conditions of the Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 14,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 110,\n \"Y\": 928\n },\n \"LeftTop\": {\n \"X\": 110,\n \"Y\": 865\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 928\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 865\n }\n },\n \"Text\": \"1.2 Party B shall not provide third parties of a competitive nature the same service as provided to Party A, for the same project throughout the effective term of this Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 15,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 148,\n \"Y\": 963\n },\n \"LeftTop\": {\n \"X\": 148,\n \"Y\": 933\n },\n \"RightBottom\": {\n \"X\": 889,\n \"Y\": 963\n },\n \"RightTop\": {\n \"X\": 889,\n \"Y\": 933\n }\n },\n \"Text\": \"1.3 The service contemplated under this Agreement shall be restricted in XXXX(COUNTRY).\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 16,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 97,\n \"Y\": 1021\n },\n \"LeftTop\": {\n \"X\": 97,\n \"Y\": 1003\n },\n \"RightBottom\": {\n \"X\": 534,\n \"Y\": 1021\n },\n \"RightTop\": {\n \"X\": 534,\n \"Y\": 1003\n }\n },\n \"Text\": \"ARTICLE 2-SUBJECT MATTER OF THE AGREEMENT\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 17,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 58,\n \"Y\": 1096\n },\n \"LeftTop\": {\n \"X\": 58,\n \"Y\": 1036\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 1096\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 1036\n }\n },\n \"Text\": \"2.1 The parties shall cooperate with each other in accordance with obligations and conditions containe herein the Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 18,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 1156\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 1139\n },\n \"RightBottom\": {\n \"X\": 414,\n \"Y\": 1156\n },\n \"RightTop\": {\n \"X\": 414,\n \"Y\": 1139\n }\n },\n \"Text\": \"ARTICLE 3OBLIGATION OF PARTY B\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 19,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 456,\n \"Y\": 1189\n },\n \"LeftTop\": {\n \"X\": 456,\n \"Y\": 1175\n },\n \"RightBottom\": {\n \"X\": 467,\n \"Y\": 1189\n },\n \"RightTop\": {\n \"X\": 467,\n \"Y\": 1175\n }\n },\n \"Text\": \"\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 1,\n \"Width\": 893\n },\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 344,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 344,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 569,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 569,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 240\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 111\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 240\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 111\n }\n },\n \"Text\": \"3.1 PARTYB is obligatedto show its capacity by providingall the essential informationadvice,consultation and other services requested by PARTY A, in view of obtaining the project contracts signed betwe PARTY A and the CLIENT and so as to secure the good execution of the contracts by coordination and solving problems occurred between PARTY A and the CLIENT.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 406\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 278\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 406\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 278\n }\n },\n \"Text\": \"PARTY B will act as a consultant of PARTY A in XXXX (COUNTRY) to promote PARTY A's participatio said Projects in XXXX(COUNTRY), along with XXXX (COUNTRY) authorities and private entities.That con service is not limited in scope but the parties will agree on a list of targets which will constitute the initial basi PARTY B work.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 93,\n \"Y\": 475\n },\n \"LeftTop\": {\n \"X\": 93,\n \"Y\": 445\n },\n \"RightBottom\": {\n \"X\": 727,\n \"Y\": 475\n },\n \"RightTop\": {\n \"X\": 727,\n \"Y\": 445\n }\n },\n \"Text\": \"3.2 Upon the request of PARTY A whenever necessary, PARTY B should also:\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 110,\n \"Y\": 508\n },\n \"LeftTop\": {\n \"X\": 110,\n \"Y\": 480\n },\n \"RightBottom\": {\n \"X\": 524,\n \"Y\": 508\n },\n \"RightTop\": {\n \"X\": 524,\n \"Y\": 480\n }\n },\n \"Text\": \"Provide assistance to PartAs work inthe client's country.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 55,\n \"Y\": 578\n },\n \"LeftTop\": {\n \"X\": 55,\n \"Y\": 515\n },\n \"RightBottom\": {\n \"X\": 839,\n \"Y\": 578\n },\n \"RightTop\": {\n \"X\": 839,\n \"Y\": 515\n }\n },\n \"Text\": \"Supplyto Party A withdata concerningthe marketand other informatiorincludinginformatioron laws,payments, taxatioand other standards in force in the client's country which could be necessary.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 646\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 584\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 646\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 584\n }\n },\n \"Text\": \"Take part in the preparation and submission of any written document which must be presented to client i relation to the Project.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 109,\n \"Y\": 683\n },\n \"LeftTop\": {\n \"X\": 109,\n \"Y\": 650\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 683\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 650\n }\n },\n \"Text\": \"Assist Party A to fulfill contractual obligations during the course of implementation of the Project Contr\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 8,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 739\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 724\n },\n \"RightBottom\": {\n \"X\": 355,\n \"Y\": 739\n },\n \"RightTop\": {\n \"X\": 355,\n \"Y\": 724\n }\n },\n \"Text\": \"ARTICLE 4CONFIDENTIALITY\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 826\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 763\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 826\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 763\n }\n },\n \"Text\": \"4.1 The Parties shall keep all information obtained in relation to this Agreement confidential and sha not therefore divulge it to any third parties.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 10,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 93,\n \"Y\": 860\n },\n \"LeftTop\": {\n \"X\": 93,\n \"Y\": 833\n },\n \"RightBottom\": {\n \"X\": 707,\n \"Y\": 860\n },\n \"RightTop\": {\n \"X\": 707,\n \"Y\": 833\n }\n },\n \"Text\": \"4.2 Any exception to the above must be agreed to in writing by the Parties.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 11,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 918\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 901\n },\n \"RightBottom\": {\n \"X\": 340,\n \"Y\": 918\n },\n \"RightTop\": {\n \"X\": 340,\n \"Y\": 901\n }\n },\n \"Text\": \"ARTICLE 5REMUNERATION\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 12,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 58,\n \"Y\": 1030\n },\n \"LeftTop\": {\n \"X\": 58,\n \"Y\": 971\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 1030\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 971\n }\n },\n \"Text\": \"5.1 Party A shall pay to Party B such remuneration as Party B shall be entitled to in accordance with the terms of this Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 13,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 1134\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 1071\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 1134\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 1071\n }\n },\n \"Text\": \"5.2 The Parties agree that remuneration shall be paid to PARTY Baccording to the percentage and the contract amount shown in the table below when the contract amount is equal to the bidding price:\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 14,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 456,\n \"Y\": 1189\n },\n \"LeftTop\": {\n \"X\": 456,\n \"Y\": 1175\n },\n \"RightBottom\": {\n \"X\": 465,\n \"Y\": 1189\n },\n \"RightTop\": {\n \"X\": 465,\n \"Y\": 1175\n }\n },\n \"Text\": \"\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 2,\n \"Width\": 893\n },\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 344,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 344,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 567,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 567,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 59,\n \"Y\": 140\n },\n \"LeftTop\": {\n \"X\": 59,\n \"Y\": 82\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 140\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 82\n }\n },\n \"Text\": \"When the contract amount is lower than the bidding price, the percentage shown in the table above shall b reduced accordingly upon the Partfiendly discussion.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 239\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 178\n },\n \"RightBottom\": {\n \"X\": 855,\n \"Y\": 239\n },\n \"RightTop\": {\n \"X\": 855,\n \"Y\": 178\n }\n },\n \"Text\": \"5.3 Payments shall be madinto Party B's bank account specified by Party Briting, and shall be in the same currency (USD) as that of the Project contract.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 383\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 288\n },\n \"RightBottom\": {\n \"X\": 850,\n \"Y\": 383\n },\n \"RightTop\": {\n \"X\": 850,\n \"Y\": 288\n }\n },\n \"Text\": \"5.4 In consideration of the fact that Party A shall be paid in accordance wipthythent schedule of the Project contract, payments in favor of Party B shall be made correspondenetly, and shall beten Pdety A's effective receipt of each payment from the Client.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 421\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 404\n },\n \"RightBottom\": {\n \"X\": 379,\n \"Y\": 421\n },\n \"RightTop\": {\n \"X\": 379,\n \"Y\": 404\n }\n },\n \"Text\": \"ARTICLE 6-VALIDITY AND TERM\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 58,\n \"Y\": 538\n },\n \"LeftTop\": {\n \"X\": 58,\n \"Y\": 444\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 538\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 444\n }\n },\n \"Text\": \"6.1 This Agreement shall come into force on the date of signature and shall remain valid for 1 year. Th Agreement shall remain valid until the end of the Project if the Project is under implemention when this Agreen expires.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 686\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 556\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 686\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 556\n }\n },\n \"Text\": \"6.2 In the event that the Client unilateraly rescinds the Project contract for any reason before the expriatic of the Project, this agreement shall automatically become ineffectiveness. However, the consultants shall still ma necessary steps to assist PARTY A with the Client to confirm the validity of the part that has been performed a ensure in obtaining the payment equivalent to the value of the part that has been confirmed.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 63,\n \"Y\": 763\n },\n \"LeftTop\": {\n \"X\": 63,\n \"Y\": 746\n },\n \"RightBottom\": {\n \"X\": 295,\n \"Y\": 763\n },\n \"RightTop\": {\n \"X\": 295,\n \"Y\": 746\n }\n },\n \"Text\": \"ARTICLE FORCE MAJEURE\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 8,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 903\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 807\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 903\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 807\n }\n },\n \"Text\": \"7.1 If the Agreement is prevented from execution by force majeure, the prevented party shall promptl inform the other party of the event and the detailed information about the event and the certificate that proves hc the execution of the agreement has been influenced by the events.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 59,\n \"Y\": 1108\n },\n \"LeftTop\": {\n \"X\": 59,\n \"Y\": 938\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 1108\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 938\n }\n },\n \"Text\": \"7.2 In this Clause,\\\"Force Majeure\\\" means an event cannot be forseen by the parties, beyond the cont t of the parties, which makes it impossible for a party to perform its obligation under the Contract, including but limited to: natural calamities; and/or, any change of foreign exchange control policy; and /or, any publication of laws or regulationsas wellas the introductiorof governmentalmeasures or the practicingof administrativacts which may be likely to affect the performance of this agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 10,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 456,\n \"Y\": 1189\n },\n \"LeftTop\": {\n \"X\": 456,\n \"Y\": 1174\n },\n \"RightBottom\": {\n \"X\": 465,\n \"Y\": 1189\n },\n \"RightTop\": {\n \"X\": 465,\n \"Y\": 1174\n }\n },\n \"Text\": \"\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 3,\n \"Width\": 893\n },\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 344,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 344,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 567,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 567,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 59,\n \"Y\": 140\n },\n \"LeftTop\": {\n \"X\": 59,\n \"Y\": 82\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 140\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 82\n }\n },\n \"Text\": \"7.3 In case of the Force Majeure, the executing period of the Agreement shall be extended to a period equal to that of the accident.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 58,\n \"Y\": 239\n },\n \"LeftTop\": {\n \"X\": 58,\n \"Y\": 178\n },\n \"RightBottom\": {\n \"X\": 839,\n \"Y\": 239\n },\n \"RightTop\": {\n \"X\": 839,\n \"Y\": 178\n }\n },\n \"Text\": \"7.4 Bothparties shall not demand compensationof each other for losses caused by such a Force Majeure.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 318\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 301\n },\n \"RightBottom\": {\n \"X\": 294,\n \"Y\": 318\n },\n \"RightTop\": {\n \"X\": 294,\n \"Y\": 301\n }\n },\n \"Text\": \"ARTICLE 8-LANGUAGE\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 401\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 340\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 401\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 340\n }\n },\n \"Text\": \"8.1 All documents, communications or notifications referred to the present Agreement, or which may required under the terms of this Agreement, shall be in English\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 461\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 444\n },\n \"RightBottom\": {\n \"X\": 516,\n \"Y\": 461\n },\n \"RightTop\": {\n \"X\": 516,\n \"Y\": 444\n }\n },\n \"Text\": \"ARTICLE 9GOVERNING LAW AND ARBITRATION\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 581\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 483\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 581\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 483\n }\n },\n \"Text\": \"9.1 The agreement, includingvithoutlimitatiorits conclusion,validityconstructionperformanceand settlement of disputes, shall be governed by the laws of the People's Republic of China without giving effect to principles of conflict of law.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 785\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 585\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 785\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 585\n }\n },\n \"Text\": \"9.2 Any disputes arising from, or in connection with the Agreement shall be first settled through frien negotiation by both Parties. In case both Parties reach no settlement to disputes through amicable negotiation, th disputes shall then be submitted to China International Economic and Trade Arbitration Commission f(CIETAC)arbitration in accordance with its Arbitration Rules in force at the time of application for arbitration. The arbitr shall proceed irBEIJING. The arbitral award is final and binding upon both Parties. The arbitration fees shall b borne equally by both parties\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 8,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 855\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 794\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 855\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 794\n }\n },\n \"Text\": \"9.3 To the fullest extent permitted by the law, this arbitration proceeding and the arbitrator's award shall maintained in confidence by the parties so as to protect relevant valuable information or intellectual property righ h\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 923\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 862\n },\n \"RightBottom\": {\n \"X\": 841,\n \"Y\": 923\n },\n \"RightTop\": {\n \"X\": 841,\n \"Y\": 862\n }\n },\n \"Text\": \"9.4 Notwithstandingny referenceto arbitrationboth Parties shall continueto performtheirrespective obligations under the Agreement except for those matters under arbitration.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 10,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 63,\n \"Y\": 992\n },\n \"LeftTop\": {\n \"X\": 63,\n \"Y\": 974\n },\n \"RightBottom\": {\n \"X\": 346,\n \"Y\": 992\n },\n \"RightTop\": {\n \"X\": 346,\n \"Y\": 974\n }\n },\n \"Text\": \"ARTICLE 10ENTIRE AGREEMENT\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 11,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 1111\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 1015\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 1111\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 1015\n }\n },\n \"Text\": \"The Agreement and its Annexures constitute the entire Agreement and understanding between the parties wit respect to the subject matter hereof,and there are no additionalor other promises,representations,warranties,agreements, or understandings, whether written or oral, except those as contained herein.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 12,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 456,\n \"Y\": 1188\n },\n \"LeftTop\": {\n \"X\": 456,\n \"Y\": 1174\n },\n \"RightBottom\": {\n \"X\": 465,\n \"Y\": 1188\n },\n \"RightTop\": {\n \"X\": 465,\n \"Y\": 1174\n }\n },\n \"Text\": \"\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 4,\n \"Width\": 893\n },\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 98,\n \"Y\": 97\n },\n \"LeftTop\": {\n \"X\": 98,\n \"Y\": 82\n },\n \"RightBottom\": {\n \"X\": 304,\n \"Y\": 97\n },\n \"RightTop\": {\n \"X\": 304,\n \"Y\": 82\n }\n },\n \"Text\": \"ARTICLE 1 FNO WAIVER\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 343,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 343,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 569,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 569,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 216\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 125\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 216\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 125\n }\n },\n \"Text\": \"The failure of either party to insist upon strict adherence to any term or condition of this Agreement on a occasion shall not be considered a waiver or any right to insist upon strict adherence to that term or condition or a other term or condition of this Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 286\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 271\n },\n \"RightBottom\": {\n \"X\": 373,\n \"Y\": 286\n },\n \"RightTop\": {\n \"X\": 373,\n \"Y\": 271\n }\n },\n \"Text\": \"ARTICLE 12-WRITTEN CHANGES\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 59,\n \"Y\": 371\n },\n \"LeftTop\": {\n \"X\": 59,\n \"Y\": 308\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 371\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 308\n }\n },\n \"Text\": \"This Agreement may not be altered, modified, amended, changed, rescinded or discharged in whole or in par except by a written Agreement executed by both parties.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 428\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 413\n },\n \"RightBottom\": {\n \"X\": 294,\n \"Y\": 428\n },\n \"RightTop\": {\n \"X\": 294,\n \"Y\": 413\n }\n },\n \"Text\": \"ARTICLE 13-HEADINGS\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 515\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 451\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 515\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 451\n }\n },\n \"Text\": \"Headings used in this Agreement are for reference purposes only and shall not in any way affect the meanin or interpretation of this Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 58,\n \"Y\": 613\n },\n \"LeftTop\": {\n \"X\": 58,\n \"Y\": 551\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 613\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 551\n }\n },\n \"Text\": \"In witness whereof, the Parties have duly signed the present Agreement in Beijing, RP China, by two origin in English with 7 pages each.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 94,\n \"Y\": 688\n },\n \"LeftTop\": {\n \"X\": 94,\n \"Y\": 663\n },\n \"RightBottom\": {\n \"X\": 239,\n \"Y\": 688\n },\n \"RightTop\": {\n \"X\": 239,\n \"Y\": 663\n }\n },\n \"Text\": \"For and behalf of:\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 453,\n \"Y\": 688\n },\n \"LeftTop\": {\n \"X\": 453,\n \"Y\": 663\n },\n \"RightBottom\": {\n \"X\": 597,\n \"Y\": 688\n },\n \"RightTop\": {\n \"X\": 597,\n \"Y\": 663\n }\n },\n \"Text\": \"For and behalf of:\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 462,\n \"Y\": 741\n },\n \"LeftTop\": {\n \"X\": 462,\n \"Y\": 717\n },\n \"RightBottom\": {\n \"X\": 568,\n \"Y\": 741\n },\n \"RightTop\": {\n \"X\": 568,\n \"Y\": 717\n }\n },\n \"Text\": \"PARTY B\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 94,\n \"Y\": 742\n },\n \"LeftTop\": {\n \"X\": 94,\n \"Y\": 719\n },\n \"RightBottom\": {\n \"X\": 181,\n \"Y\": 742\n },\n \"RightTop\": {\n \"X\": 181,\n \"Y\": 719\n }\n },\n \"Text\": \"PARTY A\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 90,\n \"Y\": 799\n },\n \"LeftTop\": {\n \"X\": 90,\n \"Y\": 772\n },\n \"RightBottom\": {\n \"X\": 130,\n \"Y\": 799\n },\n \"RightTop\": {\n \"X\": 130,\n \"Y\": 772\n }\n },\n \"Text\": \"By\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 452,\n \"Y\": 821\n },\n \"LeftTop\": {\n \"X\": 452,\n \"Y\": 798\n },\n \"RightBottom\": {\n \"X\": 488,\n \"Y\": 821\n },\n \"RightTop\": {\n \"X\": 488,\n \"Y\": 798\n }\n },\n \"Text\": \"By\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 94,\n \"Y\": 898\n },\n \"LeftTop\": {\n \"X\": 94,\n \"Y\": 879\n },\n \"RightBottom\": {\n \"X\": 149,\n \"Y\": 898\n },\n \"RightTop\": {\n \"X\": 149,\n \"Y\": 879\n }\n },\n \"Text\": \"Name\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 453,\n \"Y\": 908\n },\n \"LeftTop\": {\n \"X\": 453,\n \"Y\": 888\n },\n \"RightBottom\": {\n \"X\": 508,\n \"Y\": 908\n },\n \"RightTop\": {\n \"X\": 508,\n \"Y\": 888\n }\n },\n \"Text\": \"Name\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 8,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 96,\n \"Y\": 953\n },\n \"LeftTop\": {\n \"X\": 96,\n \"Y\": 934\n },\n \"RightBottom\": {\n \"X\": 140,\n \"Y\": 953\n },\n \"RightTop\": {\n \"X\": 140,\n \"Y\": 934\n }\n },\n \"Text\": \"Title\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 455,\n \"Y\": 963\n },\n \"LeftTop\": {\n \"X\": 455,\n \"Y\": 943\n },\n \"RightBottom\": {\n \"X\": 499,\n \"Y\": 963\n },\n \"RightTop\": {\n \"X\": 499,\n \"Y\": 943\n }\n },\n \"Text\": \"Title\",\n \"Type\": \"figure_text\"\n }\n ],\n \"Index\": 8,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 61,\n \"Y\": 963\n },\n \"LeftTop\": {\n \"X\": 61,\n \"Y\": 663\n },\n \"RightBottom\": {\n \"X\": 725,\n \"Y\": 963\n },\n \"RightTop\": {\n \"X\": 725,\n \"Y\": 663\n }\n },\n \"Text\": \"![](61,663,725,963)\",\n \"Type\": \"figure\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 60,\n \"Y\": 1129\n },\n \"LeftTop\": {\n \"X\": 60,\n \"Y\": 1107\n },\n \"RightBottom\": {\n \"X\": 491,\n \"Y\": 1129\n },\n \"RightTop\": {\n \"X\": 491,\n \"Y\": 1107\n }\n },\n \"Text\": \"信你自己罢!只有你自己是真实的,也只有你能够创造你自己\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 10,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 456,\n \"Y\": 1189\n },\n \"LeftTop\": {\n \"X\": 456,\n \"Y\": 1174\n },\n \"RightBottom\": {\n \"X\": 467,\n \"Y\": 1189\n },\n \"RightTop\": {\n \"X\": 467,\n \"Y\": 1174\n }\n },\n \"Text\": \"6\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 5,\n \"Width\": 893\n }\n ],\n \"InsetImagePackage\": \"UEsDBBQACAAIAAAAAAAAAAAAAAAAAAAAAABNAAAAM2UxMjNjYjAtZTkzZ...\",\n \"RequestId\": \"3e123cb0-e93e-4ea1-jad4d-9b984b6878cd\"\n }\n}",
562
- "title": "文档解析示例"
563
- }
564
- ],
565
557
  "ResidenceBookletOCR": [
566
558
  {
567
559
  "document": "",
@@ -2454,6 +2454,15 @@
2454
2454
  "name": "ZoneId",
2455
2455
  "required": true,
2456
2456
  "type": "string"
2457
+ },
2458
+ {
2459
+ "disabled": false,
2460
+ "document": "过期时间(秒),最小1小时,最大99年。如果不传则默认一年过期",
2461
+ "example": "3600",
2462
+ "member": "uint64",
2463
+ "name": "ExpireDuration",
2464
+ "required": false,
2465
+ "type": "int"
2457
2466
  }
2458
2467
  ],
2459
2468
  "type": "object"
@@ -586,6 +586,16 @@
586
586
  "output_required": true,
587
587
  "type": "string",
588
588
  "value_allowed_null": false
589
+ },
590
+ {
591
+ "disabled": false,
592
+ "document": "增量目标金额(分)",
593
+ "example": "13000",
594
+ "member": "string",
595
+ "name": "IncreaseGoal",
596
+ "output_required": false,
597
+ "type": "string",
598
+ "value_allowed_null": false
589
599
  }
590
600
  ],
591
601
  "usage": "out"
@@ -16502,6 +16502,15 @@
16502
16502
  "name": "InstanceId",
16503
16503
  "required": true,
16504
16504
  "type": "string"
16505
+ },
16506
+ {
16507
+ "disabled": false,
16508
+ "document": "重启设置,0-立刻重启,1-维护时间窗口内重启,默认0",
16509
+ "example": "0",
16510
+ "member": "uint64",
16511
+ "name": "WaitSwitch",
16512
+ "required": false,
16513
+ "type": "int"
16505
16514
  }
16506
16515
  ],
16507
16516
  "type": "object"
@@ -1127,7 +1127,7 @@
1127
1127
  "RestartDBInstance": [
1128
1128
  {
1129
1129
  "document": "",
1130
- "input": "https://sqlserver.tencentcloudapi.com/?Action=RestartDBInstance\n&InstanceId=mssql-njj2mtpl\n&<公共请求参数>",
1130
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=RestartDBInstance\n&InstanceId=mssql-njj2mtpl\n&WaitSwitch=1\n&<公共请求参数>",
1131
1131
  "output": "{\n \"Response\": {\n \"RequestId\": \"8a61e500-aa33-454c-9ec2-da2a368c39ab\",\n \"FlowId\": 30321\n }\n}",
1132
1132
  "title": "重启数据库实例mssql-niycdqff"
1133
1133
  }
@@ -9400,7 +9400,7 @@
9400
9400
  "example": "lotestapi100004",
9401
9401
  "member": "string",
9402
9402
  "name": "EnvId",
9403
- "required": true,
9403
+ "required": false,
9404
9404
  "type": "string"
9405
9405
  },
9406
9406
  {
@@ -10977,6 +10977,16 @@
10977
10977
  "output_required": false,
10978
10978
  "type": "string",
10979
10979
  "value_allowed_null": false
10980
+ },
10981
+ {
10982
+ "disabled": false,
10983
+ "document": "标签键值对",
10984
+ "example": "[{'Key': 'key', 'Value': 'value'}]",
10985
+ "member": "Tag",
10986
+ "name": "Tags",
10987
+ "output_required": false,
10988
+ "type": "list",
10989
+ "value_allowed_null": false
10980
10990
  }
10981
10991
  ],
10982
10992
  "usage": "out"
@@ -15955,6 +15955,26 @@
15955
15955
  "output_required": false,
15956
15956
  "type": "int",
15957
15957
  "value_allowed_null": false
15958
+ },
15959
+ {
15960
+ "disabled": false,
15961
+ "document": "开始隔离时间",
15962
+ "example": "1666257531143",
15963
+ "member": "int64",
15964
+ "name": "IsolatedTime",
15965
+ "output_required": false,
15966
+ "type": "int",
15967
+ "value_allowed_null": false
15968
+ },
15969
+ {
15970
+ "disabled": false,
15971
+ "document": "是否为容器实例,默认 true",
15972
+ "example": "true",
15973
+ "member": "bool",
15974
+ "name": "Container",
15975
+ "output_required": false,
15976
+ "type": "bool",
15977
+ "value_allowed_null": false
15958
15978
  }
15959
15979
  ],
15960
15980
  "usage": "out"
@@ -16899,6 +16919,16 @@
16899
16919
  "output_required": false,
16900
16920
  "type": "int",
16901
16921
  "value_allowed_null": false
16922
+ },
16923
+ {
16924
+ "disabled": false,
16925
+ "document": "隔离时间,毫秒为单位",
16926
+ "example": "1666257531143",
16927
+ "member": "uint64",
16928
+ "name": "IsolatedTime",
16929
+ "output_required": false,
16930
+ "type": "int",
16931
+ "value_allowed_null": false
16902
16932
  }
16903
16933
  ],
16904
16934
  "usage": "out"
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "actions": {
3
3
  "CreatePrefetchTask": {
4
- "document": "创建预热任务",
4
+ "document": "老版本接口,最近一次调用时23年11月了\n\n创建预热任务",
5
5
  "input": "CreatePrefetchTaskRequest",
6
6
  "name": "创建预热任务",
7
7
  "output": "CreatePrefetchTaskResponse",
8
- "status": "online"
8
+ "status": "deprecated"
9
9
  },
10
10
  "CreatePurgeTask": {
11
- "document": "创建清除缓存任务",
11
+ "document": "老版本接口,老版本pod的最近一次调用在23年11月\n\n创建清除缓存任务",
12
12
  "input": "CreatePurgeTaskRequest",
13
13
  "name": "创建清除缓存任务",
14
14
  "output": "CreatePurgeTaskResponse",
15
- "status": "online"
15
+ "status": "deprecated"
16
16
  },
17
17
  "DescribePrefetchTasks": {
18
18
  "document": "查询预热任务状态",
@@ -10396,7 +10396,7 @@
10396
10396
  {
10397
10397
  "disabled": false,
10398
10398
  "document": "指定安全 IP 组 ID。 <li>提供该参数时,仅查询指定 ID 的安全 IP 组配置;</li> <li>不传递参数时,返回站点下所有安全 IP 组信息。</li>",
10399
- "example": "123",
10399
+ "example": "97",
10400
10400
  "member": "int64",
10401
10401
  "name": "GroupIds",
10402
10402
  "required": false,
@@ -10410,8 +10410,8 @@
10410
10410
  "members": [
10411
10411
  {
10412
10412
  "disabled": false,
10413
- "document": "安全 IP 组的详细配置信息。包含每个安全 IP 组的 ID 、名称和 IP / 网段列表信息。",
10414
- "example": "{ \"GroupId\": 123, \"Name\": \"ExampleIpGroup\", \"Content\": [ \"2.2.2.2\", \"23.23.23.0/24\" ] }",
10413
+ "document": "安全 IP 组的详细配置信息。包含每个安全 IP 组的 ID 、名称、 IP / 网段列表信息和过期时间信息。",
10414
+ "example": "{ \"GroupId\": 123, \"Name\": \"ExampleIpGroup\", \"Content\": [ \"2.2.2.2\", \"23.23.23.0/24\" ], \"ExpireInfo\": [ { \"Time\": \"2026-03-24T16:03:00+08:00\", \"IP\": \"2.2.2.2\" } ] }",
10415
10415
  "member": "IPGroup",
10416
10416
  "name": "IPGroups",
10417
10417
  "output_required": true,
@@ -13638,6 +13638,34 @@
13638
13638
  ],
13639
13639
  "usage": "both"
13640
13640
  },
13641
+ "IPExpireInfo": {
13642
+ "document": "存储定时过期时间和对应 IP。",
13643
+ "members": [
13644
+ {
13645
+ "disabled": false,
13646
+ "document": "定时过期时间,遵循 ISO 8601 标准的日期和时间格式。例如 \"2022-01-01T00:00:00+08:00\"。",
13647
+ "example": "\"2022-01-01T00:00:00+08:00\"",
13648
+ "member": "datetime_iso",
13649
+ "name": "ExpireTime",
13650
+ "output_required": false,
13651
+ "required": false,
13652
+ "type": "string",
13653
+ "value_allowed_null": false
13654
+ },
13655
+ {
13656
+ "disabled": false,
13657
+ "document": "IP 列表。仅支持 IP 及 IP 网段。",
13658
+ "example": "[\"1.1.1.1\",\"2.2.2.2\"]",
13659
+ "member": "string",
13660
+ "name": "IPList",
13661
+ "output_required": false,
13662
+ "required": false,
13663
+ "type": "list",
13664
+ "value_allowed_null": false
13665
+ }
13666
+ ],
13667
+ "usage": "both"
13668
+ },
13641
13669
  "IPGroup": {
13642
13670
  "document": "IP 网段组",
13643
13671
  "members": [
@@ -13665,7 +13693,7 @@
13665
13693
  },
13666
13694
  {
13667
13695
  "disabled": false,
13668
- "document": "IP 组内容,仅支持 IP 及 IP 掩码。",
13696
+ "document": "IP 组内容,仅支持 IP 及 IP 网段。",
13669
13697
  "example": "[\"1.1.1.1\", \"2.2.2.2\"]",
13670
13698
  "member": "string",
13671
13699
  "name": "Content",
@@ -13673,6 +13701,17 @@
13673
13701
  "required": true,
13674
13702
  "type": "list",
13675
13703
  "value_allowed_null": false
13704
+ },
13705
+ {
13706
+ "disabled": false,
13707
+ "document": "IP 定时过期信息。\n作为入参:用于为指定的 IP 地址或网段配置定时过期时间。\n作为出参,包含以下两类信息:\n<li>当前未到期的定时过期信息:尚未触发的过期配置。</li>\n<li>一周内已到期的定时过期信息:已触发的过期配置。</li>",
13708
+ "example": "[ { \"Time\": \"2022-01-01T00:00:00+08:00\", \"IP\": [ \"1.1.1.1\", \"2.2.2.2\" ] }, { \"Time\": \"2022-01-02T00:00:00+08:00\", \"IP\": [ \"3.3.3.3\" ] } ]",
13709
+ "member": "IPExpireInfo",
13710
+ "name": "IPExpireInfo",
13711
+ "output_required": false,
13712
+ "required": false,
13713
+ "type": "list",
13714
+ "value_allowed_null": false
13676
13715
  }
13677
13716
  ],
13678
13717
  "usage": "both"
@@ -17026,7 +17065,7 @@
17026
17065
  },
17027
17066
  {
17028
17067
  "disabled": false,
17029
- "document": "操作类型,取值有:\n<li> append: 向 IPGroup 中追加 Content 参数中内容;</li>\n<li> remove: 从 IPGroup 中删除 Content 参数中内容;</li>\n<li> update: 全量替换 IPGroup 内容,并可修改 IPGroup 名称。 </li>",
17068
+ "document": "操作类型,取值有:<li> append: 向 IPGroup 中添加新的 IP 地址或设置定时过期时间;</li><li> remove: 从 IPGroup 中删除指定的 IP 地址或其定时过期时间;</li><li> update: 完全替换 IPGroup Content 或 ExpireInfo 的内容,并且可以修改 IPGroup 的名称。</li> 使用 append 操作时注意: <li> 为 IP 或网段添加定时过期时间时,必须晚于当前时间。如果该 IP 或网段在组中不存在,必须同时在 Content 参数中添加该 IP 或网段。若该 IP 或网段已存在过期时间,则新时间将覆盖原有时间。</li> 使用 remove 操作时注意: <li> 删除 IP 或网段时,相关的未过期的定时过期时间也会被删除;</li> <li> 删除定时过期时间时,仅能删除当前未过期的时间。</li> 使用 update 操作时注意: <li> 替换 Content 内容时,不在 Content 中的 IP 或网段的未过期时间会被删除;</li> <li> 替换 IPExpireInfo 内容时,IPExpireInfo 中的 IP 或网段必须在 Content 中或在 IP 组中存在。</li>",
17030
17069
  "example": "\"update\"",
17031
17070
  "member": "string",
17032
17071
  "name": "Mode",
@@ -21689,9 +21728,10 @@
21689
21728
  {
21690
21729
  "disabled": false,
21691
21730
  "document": "标签键。\n注意:此字段可能返回 null,表示取不到有效值。",
21692
- "example": "",
21731
+ "example": "business",
21693
21732
  "member": "string",
21694
21733
  "name": "TagKey",
21734
+ "output_required": true,
21695
21735
  "required": true,
21696
21736
  "type": "string",
21697
21737
  "value_allowed_null": true
@@ -21699,9 +21739,10 @@
21699
21739
  {
21700
21740
  "disabled": false,
21701
21741
  "document": "标签值。\n注意:此字段可能返回 null,表示取不到有效值。",
21702
- "example": "",
21742
+ "example": "video",
21703
21743
  "member": "string",
21704
21744
  "name": "TagValue",
21745
+ "output_required": true,
21705
21746
  "required": true,
21706
21747
  "type": "string",
21707
21748
  "value_allowed_null": true