tccli 3.0.1300.2__py2.py3-none-any.whl → 3.0.1301.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 (169) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/asr/v20190614/api.json +18 -18
  4. tccli/services/batch/v20170312/api.json +14 -14
  5. tccli/services/bh/bh_client.py +623 -93
  6. tccli/services/bh/v20230418/api.json +1054 -32
  7. tccli/services/bh/v20230418/examples.json +93 -1
  8. tccli/services/billing/billing_client.py +4 -57
  9. tccli/services/billing/v20180709/api.json +3 -305
  10. tccli/services/billing/v20180709/examples.json +2 -10
  11. tccli/services/bpaas/v20181217/api.json +56 -56
  12. tccli/services/cat/cat_client.py +61 -8
  13. tccli/services/cat/v20180409/api.json +115 -0
  14. tccli/services/cat/v20180409/examples.json +20 -0
  15. tccli/services/cbs/v20170312/api.json +9 -7
  16. tccli/services/cbs/v20170312/examples.json +2 -2
  17. tccli/services/ccc/ccc_client.py +216 -4
  18. tccli/services/ccc/v20200210/api.json +364 -6
  19. tccli/services/ccc/v20200210/examples.json +32 -0
  20. tccli/services/cdb/v20170320/api.json +23 -14
  21. tccli/services/cdb/v20170320/examples.json +3 -3
  22. tccli/services/cdn/v20180606/api.json +354 -279
  23. tccli/services/cdwch/v20200915/api.json +21 -21
  24. tccli/services/cdwdoris/v20211228/api.json +21 -1
  25. tccli/services/cdwdoris/v20211228/examples.json +4 -4
  26. tccli/services/cdwpg/v20201230/api.json +374 -359
  27. tccli/services/cfw/cfw_client.py +53 -0
  28. tccli/services/cfw/v20190904/api.json +201 -5
  29. tccli/services/cfw/v20190904/examples.json +8 -0
  30. tccli/services/chc/chc_client.py +57 -4
  31. tccli/services/chc/v20230418/api.json +108 -1
  32. tccli/services/chc/v20230418/examples.json +8 -0
  33. tccli/services/ckafka/ckafka_client.py +408 -302
  34. tccli/services/ckafka/v20190819/api.json +197 -2
  35. tccli/services/ckafka/v20190819/examples.json +16 -0
  36. tccli/services/clb/v20180317/api.json +437 -377
  37. tccli/services/clb/v20180317/examples.json +7 -7
  38. tccli/services/cls/cls_client.py +53 -0
  39. tccli/services/cls/v20201016/api.json +86 -3
  40. tccli/services/cls/v20201016/examples.json +11 -3
  41. tccli/services/cvm/v20170312/api.json +147 -147
  42. tccli/services/cvm/v20170312/examples.json +6 -6
  43. tccli/services/cwp/v20180228/api.json +93 -14
  44. tccli/services/cwp/v20180228/examples.json +7 -7
  45. tccli/services/cynosdb/cynosdb_client.py +171 -12
  46. tccli/services/cynosdb/v20190107/api.json +252 -3
  47. tccli/services/cynosdb/v20190107/examples.json +24 -0
  48. tccli/services/dc/v20180410/api.json +1 -1
  49. tccli/services/dlc/v20210125/api.json +746 -656
  50. tccli/services/dlc/v20210125/examples.json +65 -59
  51. tccli/services/dsgc/v20190723/api.json +18 -0
  52. tccli/services/dts/v20211206/api.json +4 -4
  53. tccli/services/dts/v20211206/examples.json +6 -0
  54. tccli/services/emr/emr_client.py +53 -0
  55. tccli/services/emr/v20190103/api.json +127 -0
  56. tccli/services/emr/v20190103/examples.json +8 -0
  57. tccli/services/es/es_client.py +686 -151
  58. tccli/services/es/v20180416/api.json +506 -433
  59. tccli/services/es/v20180416/examples.json +41 -47
  60. tccli/services/es/v20250101/api.json +1391 -0
  61. tccli/services/es/v20250101/examples.json +85 -0
  62. tccli/services/ess/ess_client.py +53 -0
  63. tccli/services/ess/v20201111/api.json +142 -21
  64. tccli/services/ess/v20201111/examples.json +14 -0
  65. tccli/services/essbasic/essbasic_client.py +53 -0
  66. tccli/services/essbasic/v20210526/api.json +112 -9
  67. tccli/services/essbasic/v20210526/examples.json +8 -0
  68. tccli/services/gaap/v20180529/api.json +321 -312
  69. tccli/services/gaap/v20180529/examples.json +2 -2
  70. tccli/services/gs/gs_client.py +538 -8
  71. tccli/services/gs/v20191118/api.json +947 -44
  72. tccli/services/gs/v20191118/examples.json +87 -1
  73. tccli/services/gwlb/v20240906/api.json +56 -37
  74. tccli/services/gwlb/v20240906/examples.json +11 -5
  75. tccli/services/hunyuan/hunyuan_client.py +175 -69
  76. tccli/services/hunyuan/v20230901/api.json +191 -1
  77. tccli/services/hunyuan/v20230901/examples.json +17 -1
  78. tccli/services/ioa/ioa_client.py +227 -15
  79. tccli/services/ioa/v20220601/api.json +479 -0
  80. tccli/services/ioa/v20220601/examples.json +44 -0
  81. tccli/services/iotexplorer/iotexplorer_client.py +322 -4
  82. tccli/services/iotexplorer/v20190423/api.json +865 -52
  83. tccli/services/iotexplorer/v20190423/examples.json +64 -16
  84. tccli/services/iotvideo/iotvideo_client.py +57 -4
  85. tccli/services/iotvideo/v20211125/api.json +146 -0
  86. tccli/services/iotvideo/v20211125/examples.json +8 -0
  87. tccli/services/iotvideoindustry/v20201201/api.json +1 -1
  88. tccli/services/kms/v20190118/api.json +38 -2
  89. tccli/services/lcic/v20220817/api.json +66 -1
  90. tccli/services/lcic/v20220817/examples.json +1 -1
  91. tccli/services/lighthouse/lighthouse_client.py +0 -106
  92. tccli/services/lighthouse/v20200324/api.json +11 -98
  93. tccli/services/lighthouse/v20200324/examples.json +0 -16
  94. tccli/services/live/v20180801/api.json +1 -1
  95. tccli/services/lke/v20231130/api.json +208 -10
  96. tccli/services/lke/v20231130/examples.json +10 -10
  97. tccli/services/lkeap/lkeap_client.py +53 -0
  98. tccli/services/lkeap/v20240522/api.json +48 -4
  99. tccli/services/lkeap/v20240522/examples.json +8 -0
  100. tccli/services/mna/mna_client.py +4 -163
  101. tccli/services/mna/v20210119/api.json +0 -524
  102. tccli/services/mna/v20210119/examples.json +0 -24
  103. tccli/services/monitor/monitor_client.py +114 -8
  104. tccli/services/monitor/v20180724/api.json +124 -13
  105. tccli/services/monitor/v20180724/examples.json +16 -0
  106. tccli/services/mps/v20190612/api.json +1129 -1002
  107. tccli/services/nlp/v20190408/examples.json +1 -1
  108. tccli/services/oceanus/v20190422/api.json +12 -12
  109. tccli/services/oceanus/v20190422/examples.json +15 -3
  110. tccli/services/ocr/v20181119/api.json +13 -3
  111. tccli/services/privatedns/v20201028/api.json +30 -11
  112. tccli/services/privatedns/v20201028/examples.json +10 -10
  113. tccli/services/rce/v20201103/api.json +3 -3
  114. tccli/services/ses/v20201002/api.json +10 -1
  115. tccli/services/smop/v20201203/api.json +2 -2
  116. tccli/services/sqlserver/v20180328/api.json +1 -1
  117. tccli/services/sts/sts_client.py +53 -0
  118. tccli/services/sts/v20180813/api.json +101 -1
  119. tccli/services/sts/v20180813/examples.json +8 -0
  120. tccli/services/taf/taf_client.py +0 -53
  121. tccli/services/taf/v20200210/api.json +0 -138
  122. tccli/services/taf/v20200210/examples.json +0 -8
  123. tccli/services/tan/v20220420/api.json +2 -2
  124. tccli/services/tat/v20201028/api.json +2 -2
  125. tccli/services/tcb/v20180608/api.json +29 -1
  126. tccli/services/tcbr/v20220217/api.json +32 -0
  127. tccli/services/tcr/v20190924/api.json +5 -5
  128. tccli/services/tcr/v20190924/examples.json +2 -2
  129. tccli/services/tcss/v20201101/api.json +84 -34
  130. tccli/services/tcss/v20201101/examples.json +8 -8
  131. tccli/services/tdmq/v20200217/api.json +40 -0
  132. tccli/services/tdmq/v20200217/examples.json +1 -1
  133. tccli/services/teo/v20220901/api.json +234 -206
  134. tccli/services/teo/v20220901/examples.json +13 -13
  135. tccli/services/tione/tione_client.py +53 -0
  136. tccli/services/tione/v20211111/api.json +256 -0
  137. tccli/services/tione/v20211111/examples.json +8 -0
  138. tccli/services/tke/v20180525/api.json +1 -1
  139. tccli/services/trocket/trocket_client.py +489 -12
  140. tccli/services/trocket/v20230308/api.json +925 -146
  141. tccli/services/trocket/v20230308/examples.json +72 -0
  142. tccli/services/trtc/v20190722/api.json +13 -19
  143. tccli/services/trtc/v20190722/examples.json +8 -8
  144. tccli/services/tse/v20201207/api.json +1016 -995
  145. tccli/services/tse/v20201207/examples.json +2 -2
  146. tccli/services/tsf/v20180326/api.json +510 -465
  147. tccli/services/tsf/v20180326/examples.json +4 -4
  148. tccli/services/tts/v20190823/api.json +10 -10
  149. tccli/services/vclm/v20240523/api.json +2 -2
  150. tccli/services/vcube/v20220410/api.json +10 -0
  151. tccli/services/vdb/v20230616/api.json +10 -0
  152. tccli/services/vdb/v20230616/examples.json +1 -1
  153. tccli/services/vpc/v20170312/api.json +824 -254
  154. tccli/services/vpc/v20170312/examples.json +66 -10
  155. tccli/services/vpc/vpc_client.py +383 -12
  156. tccli/services/vrs/v20200824/api.json +9 -0
  157. tccli/services/waf/v20180125/api.json +8022 -5839
  158. tccli/services/waf/v20180125/examples.json +90 -0
  159. tccli/services/waf/waf_client.py +559 -82
  160. tccli/services/wedata/v20210820/api.json +1379 -24
  161. tccli/services/wedata/v20210820/examples.json +25 -1
  162. tccli/services/wedata/wedata_client.py +171 -12
  163. tccli/services/weilingwith/v20230427/api.json +1 -1
  164. tccli/services/weilingwith/v20230427/examples.json +3 -3
  165. {tccli-3.0.1300.2.dist-info → tccli-3.0.1301.1.dist-info}/METADATA +2 -2
  166. {tccli-3.0.1300.2.dist-info → tccli-3.0.1301.1.dist-info}/RECORD +169 -167
  167. {tccli-3.0.1300.2.dist-info → tccli-3.0.1301.1.dist-info}/WHEEL +0 -0
  168. {tccli-3.0.1300.2.dist-info → tccli-3.0.1301.1.dist-info}/entry_points.txt +0 -0
  169. {tccli-3.0.1300.2.dist-info → tccli-3.0.1301.1.dist-info}/license_files/LICENSE +0 -0
@@ -291,7 +291,7 @@
291
291
  "CreateUnitNamespaces": [
292
292
  {
293
293
  "document": "",
294
- "input": "https://tsf.tencentcloudapi.com/?Action=CreateUnitNamespaces\n&GatewayInstanceId=gw-ins-afsfas\n&<公共请求参数>",
294
+ "input": "https://tsf.tencentcloudapi.com/?Action=CreateUnitNamespaces\n&GatewayInstanceId=gw-ins-01\n&<公共请求参数>",
295
295
  "output": "{\n \"Response\": {\n \"RequestId\": \"5d996e5507e42d5970cd2e25ed5267a\",\n \"Result\": true\n }\n}",
296
296
  "title": "批量创建单元化命名空间"
297
297
  }
@@ -412,7 +412,7 @@
412
412
  {
413
413
  "document": "",
414
414
  "input": "https://tsf.tencentcloudapi.com/?Action=DeleteLaneRule\n&RuleId=lane-r-fdjsgjkgfvd\n&<公共请求参数>",
415
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx\"\n }\n}",
415
+ "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"33d1f2e3a7d3-9e05-0960-4c15-a9f7dd46\"\n }\n}",
416
416
  "title": "删除泳道规则"
417
417
  }
418
418
  ],
@@ -604,7 +604,7 @@
604
604
  {
605
605
  "document": "",
606
606
  "input": "https://tsf.tencentcloudapi.com/?Action=DescribeBusinessLogConfigs\n&Offset=0\n&Limit=50\n&<公共请求参数>",
607
- "output": "{\n \"Response\": {\n \"RequestId\": \"7b9926c8-af66-4bdc-be70-612a9d1c1afc\",\n \"Result\": {\n \"TotalCount\": 2,\n \"Content\": [\n {\n \"ConfigId\": \"apm-busi-log-cfg-qabp49vl\",\n \"ConfigName\": \"default-log-config\",\n \"ConfigPath\": \"PH_STARTUP_PATH/logs/*.log\",\n \"ConfigDesc\": null,\n \"ConfigTags\": null,\n \"ConfigPipeline\": \"tsf-business-1251001060-qabp49vl\",\n \"ConfigCreateTime\": null,\n \"ConfigUpdateTime\": null,\n \"ConfigSchema\": {\n \"SchemaType\": 0,\n \"SchemaContent\": null,\n \"SchemaDateFormat\": \"YYYY-MM-dd HH:mm:ss.SSS\",\n \"SchemaMultilinePattern\": \"^[0-9]{4}-[0-9]{2}-[0-9]{2}\",\n \"SchemaCreateTime\": \"2019-04-17 17:00:37\"\n },\n \"ConfigAssociatedGroups\": []\n },\n {\n \"ConfigId\": \"apm-busi-log-cfg-gyq883y5\",\n \"ConfigName\": \"tsf_gateway\",\n \"ConfigPath\": \"/logs/idreamsky-microservice-gateway/*.log\",\n \"ConfigDesc\": \"/logs/idreamsky-microservice-gateway/*.log\",\n \"ConfigTags\": null,\n \"ConfigPipeline\": \"tsf-business-1251001060-gyq883y5\",\n \"ConfigCreateTime\": \"2019-04-24 18:40:26\",\n \"ConfigUpdateTime\": \"2019-04-24 18:40:26\",\n \"ConfigSchema\": {\n \"SchemaType\": 0,\n \"SchemaContent\": null,\n \"SchemaDateFormat\": \"YYYY-MM-dd HH:mm:ss.SSS\",\n \"SchemaMultilinePattern\": \"^[0-9]{4}-[0-9]{2}-[0-9]{2}\",\n \"SchemaCreateTime\": \"2019-04-24 18:40:26\"\n },\n \"ConfigAssociatedGroups\": []\n }\n ]\n }\n }\n}",
607
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7b9926c8-af66-4bdc-be70-612a9d1c1afc\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"ConfigId\": \"apm-busi-log-cfg-qabp49vl\",\n \"ConfigName\": \"default-log-config\",\n \"ConfigPath\": \"PH_STARTUP_PATH/logs/*.log\",\n \"ConfigDesc\": null,\n \"ConfigTags\": null,\n \"ConfigPipeline\": \"tsf-business-1251001060-qabp49vl\",\n \"ConfigCreateTime\": null,\n \"ConfigUpdateTime\": null,\n \"ConfigSchema\": {\n \"SchemaType\": 0,\n \"SchemaContent\": null,\n \"SchemaDateFormat\": \"YYYY-MM-dd HH:mm:ss.SSS\",\n \"SchemaMultilinePattern\": \"^[0-9]{4}-[0-9]{2}-[0-9]{2}\",\n \"SchemaCreateTime\": \"2019-04-17 17:00:37\",\n \"SchemaPatternLayout\": \"/tsf\"\n },\n \"ConfigAssociatedGroups\": []\n }\n ]\n }\n }\n}",
608
608
  "title": "查询日志配置项列表"
609
609
  }
610
610
  ],
@@ -660,7 +660,7 @@
660
660
  {
661
661
  "document": "",
662
662
  "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigTemplate\n<公共请求参数>\n\n{\n \"ConfigTemplateId\": \"dcfg_temp-vwkjqd6v\"\n}",
663
- "output": "{\n \"Response\": {\n \"RequestId\": \"3a358065-d0c6-401b-8bc5-a38ebccac39e\",\n \"Result\": {\n \"ConfigTemplateDesc\": \"\",\n \"ConfigTemplateId\": \"dcfg_temp-vwkjqd6v\",\n \"ConfigTemplateName\": \"garden-test\",\n \"ConfigTemplateType\": \"Ribbon\",\n \"ConfigTemplateValue\": \"#请求处理超时时间\\nribbon.ReadTimeout: 5000\\n#请求连接超时时间\\nribbon.ConnectTimeout: 2000\\n#同一实例最大重试次数,不包括首次调用\\nribbon.MaxAutoRetries: 0\\n#重试其他实例的最大重试次数,不包括首次所选的server\\nribbon.MaxAutoRetriesNextServer: 1\\n#是否对所有操作请求都进行重试\\nribbon.OkToRetryOnAllOperations: false\\n\",\n \"CreateTime\": \"2022-08-23 15:44:11\",\n \"UpdateTime\": null\n }\n }\n}",
663
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3a358065-d0c6-401b-8bc5-a38ebccac39e\",\n \"Result\": {\n \"ConfigTemplateDesc\": \"\",\n \"ConfigTemplateId\": \"dcfg_temp-vwkjqd6v\",\n \"ConfigTemplateName\": \"garden-test\",\n \"ConfigTemplateType\": \"Ribbon\",\n \"ConfigTemplateValue\": \"#请求处理超时时间\\nribbon.ReadTimeout: 5000\\n#请求连接超时时间\\nribbon.ConnectTimeout: 2000\\n\",\n \"CreateTime\": \"2022-08-23 15:44:11\",\n \"UpdateTime\": null\n }\n }\n}",
664
664
  "title": "导入配置模板"
665
665
  }
666
666
  ],
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "TextToVoice": {
18
- "document": "腾讯云语音合成技术(TTS)可以将任意文本转化为语音,实现让机器和应用张口说话。\n腾讯TTS技术可以应用到很多场景,比如,移动APP语音播报新闻;智能设备语音提醒;依靠网上现有节目或少量录音,快速合成明星语音,降低邀约成本;支持车载导航语音合成的个性化语音播报。\n基础合成支持 SSML,语法详见 [SSML 标记语言](https://cloud.tencent.com/document/product/1073/49575)。\n默认接口请求频率限制:\n精品音色和标准音色:20次/秒\n大模型音色:10次/秒\n一句话复刻音色:暂不支持",
18
+ "document": "腾讯云语音合成技术(TTS)可以将任意文本转化为语音,实现让机器和应用张口说话。\n腾讯TTS技术可以应用到很多场景,比如,移动APP语音播报新闻;智能设备语音提醒;依靠网上现有节目或少量录音,快速合成明星语音,降低邀约成本;支持车载导航语音合成的个性化语音播报。\n基础合成支持 SSML,语法详见 [SSML 标记语言](https://cloud.tencent.com/document/product/1073/49575)。\n默认接口请求频率限制:\n精品音色和标准音色:默认20并发\n大模型音色:默认10并发\n一句话复刻音色:默认5并发\n超自然大模型音色:暂不支持",
19
19
  "input": "TextToVoiceRequest",
20
20
  "name": "基础语音合成",
21
21
  "output": "TextToVoiceResponse",
@@ -434,6 +434,15 @@
434
434
  "required": false,
435
435
  "type": "int"
436
436
  },
437
+ {
438
+ "disabled": false,
439
+ "document": "一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。【已废弃】",
440
+ "example": "无",
441
+ "member": "string",
442
+ "name": "FastVoiceType",
443
+ "required": false,
444
+ "type": "string"
445
+ },
437
446
  {
438
447
  "disabled": false,
439
448
  "document": "主语言类型:<li>1-中文(默认)</li><li>2-英文</li><li>3-日文</li>",
@@ -496,15 +505,6 @@
496
505
  "name": "EmotionIntensity",
497
506
  "required": false,
498
507
  "type": "int"
499
- },
500
- {
501
- "disabled": false,
502
- "document": "一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。【已废弃】",
503
- "example": "无",
504
- "member": "string",
505
- "name": "FastVoiceType",
506
- "required": false,
507
- "type": "string"
508
508
  }
509
509
  ],
510
510
  "type": "object"
@@ -609,8 +609,8 @@
609
609
  },
610
610
  {
611
611
  "disabled": false,
612
- "document": "为生成视频添加标识的开关,默认为0。 \n1:添加标识;\n 0:不添加标识;\n其他数值:默认按1处理。 \n建议您使用显著标识来提示,该视频是 AI 生成的视频。",
613
- "example": "0",
612
+ "document": "为生成视频添加标识的开关,默认为1。 \n1:添加标识;\n 0:不添加标识;\n其他数值:默认按1处理。 \n建议您使用显著标识来提示,该视频是 AI 生成的视频。",
613
+ "example": "1",
614
614
  "member": "int64",
615
615
  "name": "LogoAdd",
616
616
  "required": false,
@@ -514,6 +514,16 @@
514
514
  "output_required": true,
515
515
  "type": "string",
516
516
  "value_allowed_null": false
517
+ },
518
+ {
519
+ "disabled": false,
520
+ "document": "扩展包名数量上限",
521
+ "example": "100",
522
+ "member": "uint64",
523
+ "name": "NameLimit",
524
+ "output_required": false,
525
+ "type": "int",
526
+ "value_allowed_null": false
517
527
  }
518
528
  ],
519
529
  "usage": "out"
@@ -412,6 +412,16 @@
412
412
  "CreateInstanceResponse": {
413
413
  "document": "CreateInstance返回参数结构体",
414
414
  "members": [
415
+ {
416
+ "disabled": false,
417
+ "document": "实例 ID。",
418
+ "example": "[\"vdb-dkxsmx1e\"]",
419
+ "member": "string",
420
+ "name": "InstanceIds",
421
+ "output_required": false,
422
+ "type": "list",
423
+ "value_allowed_null": false
424
+ },
415
425
  {
416
426
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
417
427
  "member": "string",
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "document": "",
14
14
  "input": "POST / HTTP/1.1\nHost: vdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstance\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-68mjxcwm\",\n \"SubnetId\": \"subnet-1m1hnqav\",\n \"PayMode\": 0,\n \"InstanceName\": \"test-base\",\n \"SecurityGroupIds\": [\n \"sg-b85lwctl\"\n ],\n \"InstanceType\": \"base\"\n}",
15
- "output": "{\n \"Response\": {\n \"RequestId\": \"0d7fa142-011a-4416-be8c-320e44c9c3a9\"\n }\n}",
15
+ "output": "{\n \"Response\": {\n \"InstanceIds\": [\n \"vdb-j8mv****\"\n ],\n \"RequestId\": \"0d7fa142-011a-4416-be8c-320e44c9c3a9\"\n }\n}",
16
16
  "title": "免费版创建"
17
17
  }
18
18
  ],