tccli 3.0.1311.1__py2.py3-none-any.whl → 3.0.1312.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 (41) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +119 -143
  3. tccli/services/batch/v20170312/examples.json +5 -5
  4. tccli/services/cbs/v20170312/api.json +19 -16
  5. tccli/services/cbs/v20170312/examples.json +1 -1
  6. tccli/services/clb/v20180317/api.json +33 -33
  7. tccli/services/clb/v20180317/examples.json +8 -8
  8. tccli/services/cynosdb/v20190107/examples.json +1 -1
  9. tccli/services/dbbrain/dbbrain_client.py +147 -41
  10. tccli/services/dbbrain/v20210527/api.json +224 -0
  11. tccli/services/dbbrain/v20210527/examples.json +16 -0
  12. tccli/services/dnspod/dnspod_client.py +53 -0
  13. tccli/services/dnspod/v20210323/api.json +287 -0
  14. tccli/services/dnspod/v20210323/examples.json +8 -0
  15. tccli/services/domain/v20180808/api.json +21 -21
  16. tccli/services/domain/v20180808/examples.json +2 -2
  17. tccli/services/goosefs/v20220519/api.json +5 -5
  18. tccli/services/ims/v20201229/api.json +93 -102
  19. tccli/services/lkeap/v20240522/api.json +1 -1
  20. tccli/services/mps/v20190612/api.json +96 -1
  21. tccli/services/postgres/v20170312/api.json +4 -4
  22. tccli/services/tcb/v20180608/api.json +5 -5
  23. tccli/services/thpc/thpc_client.py +53 -0
  24. tccli/services/thpc/v20211109/api.json +2 -2
  25. tccli/services/thpc/v20220401/api.json +3 -3
  26. tccli/services/thpc/v20230321/api.json +43 -0
  27. tccli/services/thpc/v20230321/examples.json +8 -0
  28. tccli/services/tmt/tmt_client.py +61 -8
  29. tccli/services/tmt/v20180321/api.json +166 -0
  30. tccli/services/tmt/v20180321/examples.json +14 -0
  31. tccli/services/vpc/v20170312/api.json +9 -9
  32. tccli/services/vpc/v20170312/examples.json +6 -6
  33. tccli/services/waf/v20180125/api.json +11 -0
  34. tccli/services/wedata/v20210820/api.json +603 -0
  35. tccli/services/wedata/v20210820/examples.json +16 -0
  36. tccli/services/wedata/wedata_client.py +106 -0
  37. {tccli-3.0.1311.1.dist-info → tccli-3.0.1312.1.dist-info}/METADATA +2 -2
  38. {tccli-3.0.1311.1.dist-info → tccli-3.0.1312.1.dist-info}/RECORD +41 -41
  39. {tccli-3.0.1311.1.dist-info → tccli-3.0.1312.1.dist-info}/WHEEL +0 -0
  40. {tccli-3.0.1311.1.dist-info → tccli-3.0.1312.1.dist-info}/entry_points.txt +0 -0
  41. {tccli-3.0.1311.1.dist-info → tccli-3.0.1312.1.dist-info}/license_files/LICENSE +0 -0
@@ -21,6 +21,13 @@
21
21
  "output": "ImageTranslateResponse",
22
22
  "status": "online"
23
23
  },
24
+ "ImageTranslateLLM": {
25
+ "document": "提供18种语言的图片翻译服务,可自动识别图片中的文本内容并翻译成目标语言,识别后的文本按行翻译,后续会提供可按段落翻译的版本。\n\n- 输入图片格式:png、jpg、jpeg等常用图片格式,不支持gif动图。\n- 输出图片格式:jpg。\n\n提示:对于一般开发者,我们建议优先使用SDK接入简化开发。SDK使用介绍请直接查看 5. 开发者资源 部分。",
26
+ "input": "ImageTranslateLLMRequest",
27
+ "name": "端到端图片翻译",
28
+ "output": "ImageTranslateLLMResponse",
29
+ "status": "online"
30
+ },
24
31
  "LanguageDetect": {
25
32
  "document": "可自动识别文本内容的语言种类,轻量高效,无需额外实现判断方式,使面向客户的服务体验更佳。 <br />\n提示:对于一般开发者,我们建议优先使用SDK接入简化开发。SDK使用介绍请直接查看 5. 开发者资源 部分。",
26
33
  "input": "LanguageDetectRequest",
@@ -57,6 +64,52 @@
57
64
  "serviceShortName": "tmt"
58
65
  },
59
66
  "objects": {
67
+ "BoundingBox": {
68
+ "document": "段落文本框位置:x,y代表左上顶点,width和height代表宽高",
69
+ "members": [
70
+ {
71
+ "disabled": false,
72
+ "document": "左上顶点x坐标",
73
+ "example": "0",
74
+ "member": "int64",
75
+ "name": "X",
76
+ "output_required": false,
77
+ "type": "int",
78
+ "value_allowed_null": false
79
+ },
80
+ {
81
+ "disabled": false,
82
+ "document": "左上顶点y坐标",
83
+ "example": "0",
84
+ "member": "int64",
85
+ "name": "Y",
86
+ "output_required": false,
87
+ "type": "int",
88
+ "value_allowed_null": false
89
+ },
90
+ {
91
+ "disabled": false,
92
+ "document": "宽",
93
+ "example": "10",
94
+ "member": "int64",
95
+ "name": "Width",
96
+ "output_required": false,
97
+ "type": "int",
98
+ "value_allowed_null": false
99
+ },
100
+ {
101
+ "disabled": false,
102
+ "document": "高",
103
+ "example": "10",
104
+ "member": "int64",
105
+ "name": "Height",
106
+ "output_required": false,
107
+ "type": "int",
108
+ "value_allowed_null": false
109
+ }
110
+ ],
111
+ "usage": "out"
112
+ },
60
113
  "FileTranslateRequest": {
61
114
  "document": "FileTranslate请求参数结构体",
62
115
  "members": [
@@ -276,6 +329,53 @@
276
329
  ],
277
330
  "usage": "out"
278
331
  },
332
+ "ImageTranslateLLMRequest": {
333
+ "document": "ImageTranslateLLM请求参数结构体",
334
+ "members": [
335
+ {
336
+ "disabled": false,
337
+ "document": "输入图 Url。 使用Url的时候,Data参数需要传入\"\"。 图片限制:小于 10MB,分辨率建议600*800以上,格式支持 jpg、jpeg、png。\n",
338
+ "example": "https://xxx.com/image.jpg",
339
+ "member": "string",
340
+ "name": "Url",
341
+ "required": false,
342
+ "type": "string"
343
+ }
344
+ ],
345
+ "type": "object"
346
+ },
347
+ "ImageTranslateLLMResponse": {
348
+ "document": "ImageTranslateLLM返回参数结构体",
349
+ "members": [
350
+ {
351
+ "disabled": false,
352
+ "document": "逆时针图片角度,取值范围为0-359",
353
+ "example": "90",
354
+ "member": "float",
355
+ "name": "Angle",
356
+ "output_required": false,
357
+ "type": "float",
358
+ "value_allowed_null": false
359
+ },
360
+ {
361
+ "disabled": false,
362
+ "document": "翻译详情信息",
363
+ "example": "[{\"BoundingBox\":{\"Height\":26,\"Width\":240,\"X\":532,\"Y\":53},\"LineHeight\":23,\"LinesCount\":1,\"SourceLineText\":\"你好\",\"TargetLineText\":\"hello\"}]",
364
+ "member": "TransDetail",
365
+ "name": "TransDetails",
366
+ "output_required": false,
367
+ "type": "list",
368
+ "value_allowed_null": false
369
+ },
370
+ {
371
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
372
+ "member": "string",
373
+ "name": "RequestId",
374
+ "type": "string"
375
+ }
376
+ ],
377
+ "type": "object"
378
+ },
279
379
  "ImageTranslateRequest": {
280
380
  "document": "ImageTranslate请求参数结构体",
281
381
  "members": [
@@ -936,6 +1036,72 @@
936
1036
  }
937
1037
  ],
938
1038
  "type": "object"
1039
+ },
1040
+ "TransDetail": {
1041
+ "document": "大模型图片翻译详情信息",
1042
+ "members": [
1043
+ {
1044
+ "disabled": false,
1045
+ "document": "当前行的原文本",
1046
+ "example": "你好",
1047
+ "member": "string",
1048
+ "name": "SourceLineText",
1049
+ "output_required": false,
1050
+ "type": "string",
1051
+ "value_allowed_null": false
1052
+ },
1053
+ {
1054
+ "disabled": false,
1055
+ "document": "当前行的译文",
1056
+ "example": "hello",
1057
+ "member": "string",
1058
+ "name": "TargetLineText",
1059
+ "output_required": false,
1060
+ "type": "string",
1061
+ "value_allowed_null": false
1062
+ },
1063
+ {
1064
+ "disabled": false,
1065
+ "document": "段落文本框位置",
1066
+ "example": "{ \"Height\": 26, \"Width\": 356, \"X\": 527, \"Y\": 25 }",
1067
+ "member": "BoundingBox",
1068
+ "name": "BoundingBox",
1069
+ "output_required": false,
1070
+ "type": "object",
1071
+ "value_allowed_null": false
1072
+ },
1073
+ {
1074
+ "disabled": false,
1075
+ "document": "行数",
1076
+ "example": "1",
1077
+ "member": "int64",
1078
+ "name": "LinesCount",
1079
+ "output_required": false,
1080
+ "type": "int",
1081
+ "value_allowed_null": false
1082
+ },
1083
+ {
1084
+ "disabled": false,
1085
+ "document": "行高",
1086
+ "example": "10",
1087
+ "member": "int64",
1088
+ "name": "LineHeight",
1089
+ "output_required": false,
1090
+ "type": "int",
1091
+ "value_allowed_null": false
1092
+ },
1093
+ {
1094
+ "disabled": false,
1095
+ "document": "正常段落spam_code字段为0;如果存在spam_code字段且值大于0(1: 命中垃圾检查;2: 命中安全策略;3: 其他。),则命中安全检查被过滤。",
1096
+ "example": "0",
1097
+ "member": "int64",
1098
+ "name": "SpamCode",
1099
+ "output_required": false,
1100
+ "type": "int",
1101
+ "value_allowed_null": false
1102
+ }
1103
+ ],
1104
+ "usage": "out"
939
1105
  }
940
1106
  },
941
1107
  "version": "1.0"
@@ -24,6 +24,20 @@
24
24
  "title": "API调用"
25
25
  }
26
26
  ],
27
+ "ImageTranslateLLM": [
28
+ {
29
+ "document": "",
30
+ "input": "POST / HTTP/1.1\nHost: tmt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImageTranslateLLM\n<公共请求参数>\n\n{}",
31
+ "output": "{\n \"Response\": {\n \"RequestId\": \"962cc025-f31c-466a-9a2d-c7947bd866c2\"\n }\n}",
32
+ "title": "图片翻译调用示例"
33
+ },
34
+ {
35
+ "document": "成功示例2",
36
+ "input": "POST / HTTP/1.1\nHost: tmt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImageTranslateLLM\n<公共请求参数>\n\n{\n \"Url\": \"https://xxx.com/image.jpg\"\n}",
37
+ "output": "{\n \"Response\": {\n \"Angle\": 90,\n \"RequestId\": \"d434a671-2835-4bed-a3c3-66becaf6a50c\",\n \"TransDetails\": [\n {\n \"BoundingBox\": {\n \"Height\": 34,\n \"Width\": 202,\n \"X\": 37,\n \"Y\": 57\n },\n \"LineHeight\": 15,\n \"LinesCount\": 1,\n \"SourceLineText\": \"你好\",\n \"TargetLineText\": \"hello\"\n }\n ]\n }\n}",
38
+ "title": "成功示例2"
39
+ }
40
+ ],
27
41
  "LanguageDetect": [
28
42
  {
29
43
  "document": "语种识别",
@@ -4171,7 +4171,7 @@
4171
4171
  "members": [
4172
4172
  {
4173
4173
  "disabled": false,
4174
- "document": "需要开通公网访问能力的IPv6地址",
4174
+ "document": "需要开通公网访问能力的IPv6地址,可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。\n",
4175
4175
  "example": "[\"2402:4e00:1011:9b02:0:98e8:f0fd:3a85\"]",
4176
4176
  "member": "string",
4177
4177
  "name": "Ip6Addresses",
@@ -4180,7 +4180,7 @@
4180
4180
  },
4181
4181
  {
4182
4182
  "disabled": false,
4183
- "document": "带宽,单位Mbps。默认是1Mbps",
4183
+ "document": "带宽上限,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。\n默认值:1Mbps",
4184
4184
  "example": "50",
4185
4185
  "member": "int64",
4186
4186
  "name": "InternetMaxBandwidthOut",
@@ -4189,7 +4189,7 @@
4189
4189
  },
4190
4190
  {
4191
4191
  "disabled": false,
4192
- "document": "网络计费模式。IPv6当前支持\"TRAFFIC_POSTPAID_BY_HOUR\",\"BANDWIDTH_PACKAGE\"。默认网络计费模式是\"TRAFFIC_POSTPAID_BY_HOUR\"。",
4192
+ "document": "网络计费模式。IPv6当前支持:<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_PACKAGE:共享带宽包付费</li>\n默认值:TRAFFIC_POSTPAID_BY_HOUR",
4193
4193
  "example": "TRAFFIC_POSTPAID_BY_HOUR",
4194
4194
  "member": "string",
4195
4195
  "name": "InternetChargeType",
@@ -4198,7 +4198,7 @@
4198
4198
  },
4199
4199
  {
4200
4200
  "disabled": false,
4201
- "document": "带宽包id,上移账号,申请带宽包计费模式的IPv6地址需要传入.",
4201
+ "document": "带宽包id,设定该参数且InternetChargeType为BANDWIDTH_PACKAGE,则表示创建的IPv6加入该带宽包并采用带宽包计费。可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。",
4202
4202
  "example": "bwp-12345678",
4203
4203
  "member": "string",
4204
4204
  "name": "BandwidthPackageId",
@@ -16846,7 +16846,7 @@
16846
16846
  "members": [
16847
16847
  {
16848
16848
  "disabled": false,
16849
- "document": "标识 IPv6 的唯一 ID 列表。IPv6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters`。",
16849
+ "document": "标识 IPv6 的唯一 ID 列表。IPv6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters`。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。",
16850
16850
  "example": "[\"eip-ciel20fd\"]",
16851
16851
  "member": "string",
16852
16852
  "name": "Ip6AddressIds",
@@ -16855,8 +16855,8 @@
16855
16855
  },
16856
16856
  {
16857
16857
  "disabled": false,
16858
- "document": "每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。参数不支持同时指定`AddressIds`和`Filters`。详细的过滤条件如下:\n<li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPv6 的 IP 地址过滤。</li>\n<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID过滤。</li>",
16859
- "example": "",
16858
+ "document": "每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。参数不支持同时指定`AddressIds`和`Filters`。详细的过滤条件如下:\n<li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPv6 的 IP 地址过滤。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询address-ip。</li>\n<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID过滤。可以使用[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口查询network-interface-id。</li>",
16859
+ "example": "\"Values\": [ \"2402:4e00:1000:2d00:0:8f3f:6:9895\" ],<br> \"Name\": \"address-ip\"",
16860
16860
  "member": "Filter",
16861
16861
  "name": "Filters",
16862
16862
  "required": false,
@@ -27797,7 +27797,7 @@
27797
27797
  },
27798
27798
  {
27799
27799
  "disabled": false,
27800
- "document": "弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://write.woa.com/document/123652708247588864#IPv6)。",
27800
+ "document": "弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。",
27801
27801
  "example": "10",
27802
27802
  "member": "int64",
27803
27803
  "name": "InternetMaxBandwidthOut",
@@ -27824,7 +27824,7 @@
27824
27824
  "members": [
27825
27825
  {
27826
27826
  "disabled": false,
27827
- "document": "修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://write.woa.com/document/123652708247588864#IPv6)。",
27827
+ "document": "修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。",
27828
27828
  "example": "50",
27829
27829
  "member": "int64",
27830
27830
  "name": "InternetMaxBandwidthOut",
@@ -108,10 +108,10 @@
108
108
  ],
109
109
  "AllocateIp6AddressesBandwidth": [
110
110
  {
111
- "document": "指定IPv6地址开通公网访问能力。",
111
+ "document": "指定 IPv6 地址开通公网访问能力。",
112
112
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateIp6AddressesBandwidth\n<公共请求参数>\n\n{\n \"Ip6Addresses\": [\n \"2402:4e00:1000:200:0:8d8a:60b7:87f8\"\n ],\n \"InternetMaxBandwidthOut\": 1\n}",
113
113
  "output": "{\n \"Response\": {\n \"AddressSet\": [\n \"eip-68dqs5ri\"\n ],\n \"TaskId\": \"194395704\",\n \"RequestId\": \"283a29bf-982d-4d55-984a-0d464f61f9ae\"\n }\n}",
114
- "title": "指定IPv6地址开通公网访问能力"
114
+ "title": "指定 IPv6 地址开通公网访问能力"
115
115
  }
116
116
  ],
117
117
  "AssignIpv6Addresses": [
@@ -1684,16 +1684,16 @@
1684
1684
  ],
1685
1685
  "DescribeIp6Addresses": [
1686
1686
  {
1687
- "document": "根据Filter查询IPv6信息。",
1687
+ "document": "根据 Filter 查询 IPv6 信息。",
1688
1688
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"2402:4e00:1000:2d00:0:8f3f:6:9895\"\n ],\n \"Name\": \"address-ip\"\n }\n ]\n}",
1689
1689
  "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-lrhy2lpe\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"InstanceId\": \"ins-0cu6wix4\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-85sohtb7\",\n \"PrivateAddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"role\",\n \"Value\": \"developer\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"center_egress1\"\n }\n ],\n \"RequestId\": \"64b212c4-d541-44c3-80ff-1131967a77c5\"\n }\n}",
1690
- "title": "根据Filter查询IPv6信息"
1690
+ "title": "根据 Filter 查询 IPv6 信息"
1691
1691
  },
1692
1692
  {
1693
- "document": "根据Ip6AddressIds查询IPv6信息。",
1693
+ "document": "根据 Ip6AddressIds 查询 IPv6 信息。",
1694
1694
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<公共请求参数>\n\n{\n \"Ip6AddressIds\": [\n \"eip-lrhy2lpe\"\n ]\n}",
1695
1695
  "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-lrhy2lpe\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"InstanceId\": \"ins-0cu6wix4\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-85sohtb7\",\n \"PrivateAddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"role\",\n \"Value\": \"developer\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"center_egress1\"\n }\n ],\n \"RequestId\": \"64b212c4-d541-44c3-80ff-1131967a77c5\"\n }\n}",
1696
- "title": "根据Ip6AddressIds查询IPv6信息"
1696
+ "title": "根据 Ip6AddressIds 查询 IPv6 信息"
1697
1697
  }
1698
1698
  ],
1699
1699
  "DescribeIp6TranslatorQuota": [
@@ -16975,6 +16975,17 @@
16975
16975
  "required": false,
16976
16976
  "type": "object",
16977
16977
  "value_allowed_null": false
16978
+ },
16979
+ {
16980
+ "disabled": false,
16981
+ "document": "1是基础2025版本;0不是",
16982
+ "example": "基础2025版本标识",
16983
+ "member": "uint64",
16984
+ "name": "BasicFlag",
16985
+ "output_required": false,
16986
+ "required": false,
16987
+ "type": "int",
16988
+ "value_allowed_null": false
16978
16989
  }
16979
16990
  ],
16980
16991
  "usage": "both"