tencentcloud-sdk-nodejs 4.1.146 → 4.1.148

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 (116) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/bh/v20230418/bh_client.js +34 -4
  3. package/es/services/bma/index.js +2 -2
  4. package/es/services/chdfs/index.js +2 -2
  5. package/es/services/ckafka/v20190819/ckafka_client.js +6 -0
  6. package/es/services/ctem/v20231128/ctem_client.js +94 -10
  7. package/es/services/dbbrain/index.js +2 -2
  8. package/es/services/dbbrain/v20210527/dbbrain_client.js +3 -0
  9. package/es/services/es/index.js +2 -2
  10. package/es/services/essbasic/index.js +2 -2
  11. package/es/services/facefusion/index.js +2 -2
  12. package/es/services/gs/v20191118/gs_client.js +12 -6
  13. package/es/services/iai/v20200303/iai_client.js +0 -3
  14. package/es/services/iotvideo/index.js +2 -2
  15. package/es/services/mongodb/v20190725/mongodb_client.js +8 -2
  16. package/es/services/privatedns/v20201028/privatedns_client.js +16 -4
  17. package/es/services/sms/index.js +2 -2
  18. package/es/services/thpc/index.js +2 -2
  19. package/es/services/tke/index.js +2 -2
  20. package/es/services/tsw/index.js +2 -2
  21. package/es/services/vclm/v20240523/vclm_client.js +6 -0
  22. package/es/services/vcube/v20220410/vcube_client.js +10 -4
  23. package/es/services/vm/index.js +2 -2
  24. package/es/services/vod/index.js +2 -2
  25. package/es/services/waf/v20180125/waf_client.js +30 -9
  26. package/es/services/wedata/index.js +2 -2
  27. package/es/services/yunsou/index.js +2 -2
  28. package/package.json +1 -1
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -0
  32. package/tencentcloud/services/as/v20180419/as_client.js +1 -0
  33. package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -0
  34. package/tencentcloud/services/bh/v20230418/bh_client.d.ts +45 -5
  35. package/tencentcloud/services/bh/v20230418/bh_client.js +66 -6
  36. package/tencentcloud/services/bh/v20230418/bh_models.d.ts +441 -50
  37. package/tencentcloud/services/bma/index.d.ts +4 -4
  38. package/tencentcloud/services/bma/index.js +2 -2
  39. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -0
  40. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  41. package/tencentcloud/services/chdfs/index.js +2 -2
  42. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +9 -1
  43. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +12 -0
  44. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +76 -0
  45. package/tencentcloud/services/ctem/v20231128/ctem_client.d.ts +123 -11
  46. package/tencentcloud/services/ctem/v20231128/ctem_client.js +183 -15
  47. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +1290 -127
  48. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  49. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  50. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -7
  51. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  52. package/tencentcloud/services/dbbrain/index.js +2 -2
  53. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  54. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  55. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +133 -6
  56. package/tencentcloud/services/es/index.d.ts +4 -4
  57. package/tencentcloud/services/es/index.js +2 -2
  58. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
  59. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -2
  60. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +39 -3
  61. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  62. package/tencentcloud/services/essbasic/index.js +2 -2
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +112 -14
  66. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  67. package/tencentcloud/services/facefusion/index.js +2 -2
  68. package/tencentcloud/services/gs/v20191118/gs_client.d.ts +15 -7
  69. package/tencentcloud/services/gs/v20191118/gs_client.js +21 -9
  70. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +62 -10
  71. package/tencentcloud/services/iai/v20200303/iai_client.d.ts +1 -16
  72. package/tencentcloud/services/iai/v20200303/iai_client.js +0 -17
  73. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +0 -56
  74. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -0
  75. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  76. package/tencentcloud/services/iotvideo/index.js +2 -2
  77. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +26 -0
  78. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +11 -3
  79. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +15 -3
  80. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +78 -0
  81. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +38 -2
  82. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  83. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +278 -222
  84. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +22 -6
  85. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +31 -7
  86. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +241 -36
  87. package/tencentcloud/services/sms/index.d.ts +4 -4
  88. package/tencentcloud/services/sms/index.js +2 -2
  89. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
  90. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +36 -0
  91. package/tencentcloud/services/thpc/index.d.ts +4 -4
  92. package/tencentcloud/services/thpc/index.js +2 -2
  93. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +6 -2
  94. package/tencentcloud/services/tke/index.d.ts +4 -4
  95. package/tencentcloud/services/tke/index.js +2 -2
  96. package/tencentcloud/services/tsw/index.d.ts +4 -4
  97. package/tencentcloud/services/tsw/index.js +2 -2
  98. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +10 -1
  99. package/tencentcloud/services/vclm/v20240523/vclm_client.js +13 -0
  100. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +139 -24
  101. package/tencentcloud/services/vcube/v20220410/vcube_client.d.ts +13 -5
  102. package/tencentcloud/services/vcube/v20220410/vcube_client.js +18 -6
  103. package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +1036 -1005
  104. package/tencentcloud/services/vm/index.d.ts +4 -4
  105. package/tencentcloud/services/vm/index.js +2 -2
  106. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +1 -1
  107. package/tencentcloud/services/vod/index.d.ts +4 -4
  108. package/tencentcloud/services/vod/index.js +2 -2
  109. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -1
  110. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +39 -11
  111. package/tencentcloud/services/waf/v20180125/waf_client.js +57 -15
  112. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1309 -327
  113. package/tencentcloud/services/wedata/index.d.ts +4 -4
  114. package/tencentcloud/services/wedata/index.js +2 -2
  115. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  116. package/tencentcloud/services/yunsou/index.js +2 -2
@@ -17,65 +17,30 @@ export interface DescribeFakeWechatOfficialsResponse {
17
17
  RequestId?: string;
18
18
  }
19
19
  /**
20
- * DescribeManages请求参数结构体
20
+ * CreateEnterprise返回参数结构体
21
21
  */
22
- export interface DescribeManagesRequest {
23
- /**
24
- * 企业ID列表,可多选
25
- */
26
- CustomerIdList?: Array<number | bigint>;
27
- /**
28
- * 是否聚合数据
29
- */
30
- IsAggregation?: boolean;
31
- /**
32
- * 是否新增数据
33
- */
34
- IsNew?: boolean;
35
- /**
36
- * 企业ID
37
- */
38
- CustomerId?: number;
39
- /**
40
- * 分页大小
41
- */
42
- Limit?: number;
43
- /**
44
- * 分页偏移
45
- */
46
- Offset?: number;
47
- /**
48
- * 子公司ID列表
49
- */
50
- EnterpriseUidList?: Array<string>;
51
- /**
52
- * 数据输出格式:json、file,默认不填为json
53
- */
54
- Format?: string;
55
- /**
56
- * 创建时间-开始
57
- */
58
- CreateAtStart?: string;
59
- /**
60
- * 创建时间-结束
61
- */
62
- CreateAtEnd?: string;
22
+ export interface CreateEnterpriseResponse {
63
23
  /**
64
- * 更新时间-开始
24
+ * Id
65
25
  */
66
- UpdateAtStart?: string;
26
+ Id?: number;
67
27
  /**
68
- * 更新时间-结束
28
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
69
29
  */
70
- UpdateAtEnd?: string;
30
+ RequestId?: string;
31
+ }
32
+ /**
33
+ * CreateAsset返回参数结构体
34
+ */
35
+ export interface CreateAssetResponse {
71
36
  /**
72
- * 查询数组
37
+ * Id
73
38
  */
74
- Filters?: Array<Filter>;
39
+ Id?: number;
75
40
  /**
76
- * 是否显示被忽略的数据
41
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
77
42
  */
78
- Ignored?: boolean;
43
+ RequestId?: string;
79
44
  }
80
45
  /**
81
46
  * DescribeFakeApps请求参数结构体
@@ -208,6 +173,47 @@ export interface DisplayLeakageCode {
208
173
  */
209
174
  Remark?: string;
210
175
  }
176
+ /**
177
+ * CreateWechatApplet请求参数结构体
178
+ */
179
+ export interface CreateWechatAppletRequest {
180
+ /**
181
+ * 企业Id
182
+ */
183
+ CustomerId: number;
184
+ /**
185
+ * 名称
186
+ */
187
+ Name?: string;
188
+ /**
189
+ * 图片地址
190
+ */
191
+ Logo?: string;
192
+ /**
193
+ * 账号
194
+ */
195
+ AccountId?: string;
196
+ /**
197
+ * 二维码
198
+ */
199
+ QrCode?: string;
200
+ /**
201
+ * 描述
202
+ */
203
+ Description?: string;
204
+ /**
205
+ * 子公司
206
+ */
207
+ EnterpriseUid?: string;
208
+ /**
209
+ * 账号Appid
210
+ */
211
+ AccountAppid?: string;
212
+ /**
213
+ * 认证主体
214
+ */
215
+ RecordSubject?: string;
216
+ }
211
217
  /**
212
218
  * DescribeApps请求参数结构体
213
219
  */
@@ -326,6 +332,15 @@ export interface DescribeSensitiveInfosRequest {
326
332
  */
327
333
  Ignored?: boolean;
328
334
  }
335
+ /**
336
+ * DeleteAssets请求参数结构体
337
+ */
338
+ export interface DeleteAssetsRequest {
339
+ /**
340
+ * ID列表
341
+ */
342
+ Ids: Array<number | bigint>;
343
+ }
329
344
  /**
330
345
  * 主机资产详情
331
346
  */
@@ -529,6 +544,106 @@ export interface DescribeFakeWebsitesResponse {
529
544
  */
530
545
  RequestId?: string;
531
546
  }
547
+ /**
548
+ * CreatePort返回参数结构体
549
+ */
550
+ export interface CreatePortResponse {
551
+ /**
552
+ * Id
553
+ */
554
+ Id?: number;
555
+ /**
556
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
557
+ */
558
+ RequestId?: string;
559
+ }
560
+ /**
561
+ * DeletePorts返回参数结构体
562
+ */
563
+ export interface DeletePortsResponse {
564
+ /**
565
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
566
+ */
567
+ RequestId?: string;
568
+ }
569
+ /**
570
+ * DeleteManages请求参数结构体
571
+ */
572
+ export interface DeleteManagesRequest {
573
+ /**
574
+ * ID列表
575
+ */
576
+ Ids: Array<number | bigint>;
577
+ /**
578
+ * 企业ID列表,可多选
579
+ */
580
+ CustomerIdList?: Array<number | bigint>;
581
+ /**
582
+ * 是否聚合数据
583
+ */
584
+ IsAggregation?: boolean;
585
+ }
586
+ /**
587
+ * DescribeManages请求参数结构体
588
+ */
589
+ export interface DescribeManagesRequest {
590
+ /**
591
+ * 企业ID列表,可多选
592
+ */
593
+ CustomerIdList?: Array<number | bigint>;
594
+ /**
595
+ * 是否聚合数据
596
+ */
597
+ IsAggregation?: boolean;
598
+ /**
599
+ * 是否新增数据
600
+ */
601
+ IsNew?: boolean;
602
+ /**
603
+ * 企业ID
604
+ */
605
+ CustomerId?: number;
606
+ /**
607
+ * 分页大小
608
+ */
609
+ Limit?: number;
610
+ /**
611
+ * 分页偏移
612
+ */
613
+ Offset?: number;
614
+ /**
615
+ * 子公司ID列表
616
+ */
617
+ EnterpriseUidList?: Array<string>;
618
+ /**
619
+ * 数据输出格式:json、file,默认不填为json
620
+ */
621
+ Format?: string;
622
+ /**
623
+ * 创建时间-开始
624
+ */
625
+ CreateAtStart?: string;
626
+ /**
627
+ * 创建时间-结束
628
+ */
629
+ CreateAtEnd?: string;
630
+ /**
631
+ * 更新时间-开始
632
+ */
633
+ UpdateAtStart?: string;
634
+ /**
635
+ * 更新时间-结束
636
+ */
637
+ UpdateAtEnd?: string;
638
+ /**
639
+ * 查询数组
640
+ */
641
+ Filters?: Array<Filter>;
642
+ /**
643
+ * 是否显示被忽略的数据
644
+ */
645
+ Ignored?: boolean;
646
+ }
532
647
  /**
533
648
  * 微信公众号详情
534
649
  */
@@ -716,6 +831,61 @@ export interface DisplayDarkWeb {
716
831
  */
717
832
  Status?: string;
718
833
  }
834
+ /**
835
+ * ModifySeedStatus返回参数结构体
836
+ */
837
+ export interface ModifySeedStatusResponse {
838
+ /**
839
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
840
+ */
841
+ RequestId?: string;
842
+ }
843
+ /**
844
+ * DeleteEnterprises返回参数结构体
845
+ */
846
+ export interface DeleteEnterprisesResponse {
847
+ /**
848
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
849
+ */
850
+ RequestId?: string;
851
+ }
852
+ /**
853
+ * CreateSeeds请求参数结构体
854
+ */
855
+ export interface CreateSeedsRequest {
856
+ /**
857
+ * 企业ID
858
+ */
859
+ CustomerId: number;
860
+ /**
861
+ * ip种子数组
862
+ */
863
+ Ips?: Array<string>;
864
+ /**
865
+ * icon种子数组
866
+ */
867
+ Icons?: Array<string>;
868
+ /**
869
+ * 主域名种子数组
870
+ */
871
+ Domains?: Array<string>;
872
+ /**
873
+ * title种子数组
874
+ */
875
+ Titles?: Array<string>;
876
+ /**
877
+ * 子域名种子数组
878
+ */
879
+ SubDomains?: Array<string>;
880
+ /**
881
+ * 关键词种子数组
882
+ */
883
+ Keywords?: Array<string>;
884
+ /**
885
+ * 母公司种子数组
886
+ */
887
+ ParentCompanies?: Array<string>;
888
+ }
719
889
  /**
720
890
  * DescribePorts返回参数结构体
721
891
  */
@@ -733,6 +903,15 @@ export interface DescribePortsResponse {
733
903
  */
734
904
  RequestId?: string;
735
905
  }
906
+ /**
907
+ * DeleteWechatApplets请求参数结构体
908
+ */
909
+ export interface DeleteWechatAppletsRequest {
910
+ /**
911
+ * ID列表
912
+ */
913
+ Ids: Array<number | bigint>;
914
+ }
736
915
  /**
737
916
  * DescribeSensitiveInfos返回参数结构体
738
917
  */
@@ -776,19 +955,17 @@ export interface DescribeConfigsResponse {
776
955
  RequestId?: string;
777
956
  }
778
957
  /**
779
- * 链路详情扫描目标和ID
958
+ * CreateApp返回参数结构体
780
959
  */
781
- export interface IdndValue {
960
+ export interface CreateAppResponse {
782
961
  /**
783
- * 详情ID
784
- 注意:此字段可能返回 null,表示取不到有效值。
962
+ * Id
785
963
  */
786
964
  Id?: number;
787
965
  /**
788
- * 目标
789
- 注意:此字段可能返回 null,表示取不到有效值。
966
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
790
967
  */
791
- Value?: string;
968
+ RequestId?: string;
792
969
  }
793
970
  /**
794
971
  * 邮箱泄露详情
@@ -836,19 +1013,54 @@ export interface DisplayLeakageEmail {
836
1013
  Remark?: string;
837
1014
  }
838
1015
  /**
839
- * DescribeFakeWebsites请求参数结构体
1016
+ * DeleteSubDomains返回参数结构体
840
1017
  */
841
- export interface DescribeFakeWebsitesRequest {
842
- /**
843
- * 企业ID列表,可多选
844
- */
845
- CustomerIdList?: Array<number | bigint>;
1018
+ export interface DeleteSubDomainsResponse {
846
1019
  /**
847
- * 是否新增数据
1020
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
848
1021
  */
849
- IsNew?: boolean;
1022
+ RequestId?: string;
1023
+ }
1024
+ /**
1025
+ * CreateSeeds返回参数结构体
1026
+ */
1027
+ export interface CreateSeedsResponse {
850
1028
  /**
851
- * 企业ID
1029
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1030
+ */
1031
+ RequestId?: string;
1032
+ }
1033
+ /**
1034
+ * DeleteSuspiciousAssets请求参数结构体
1035
+ */
1036
+ export interface DeleteSuspiciousAssetsRequest {
1037
+ /**
1038
+ * ID列表
1039
+ */
1040
+ Ids: Array<number | bigint>;
1041
+ /**
1042
+ * 企业ID列表,可多选
1043
+ */
1044
+ CustomerIdList?: Array<number | bigint>;
1045
+ /**
1046
+ * 是否聚合数据
1047
+ */
1048
+ IsAggregation?: boolean;
1049
+ }
1050
+ /**
1051
+ * DescribeFakeWebsites请求参数结构体
1052
+ */
1053
+ export interface DescribeFakeWebsitesRequest {
1054
+ /**
1055
+ * 企业ID列表,可多选
1056
+ */
1057
+ CustomerIdList?: Array<number | bigint>;
1058
+ /**
1059
+ * 是否新增数据
1060
+ */
1061
+ IsNew?: boolean;
1062
+ /**
1063
+ * 企业ID
852
1064
  */
853
1065
  CustomerId?: number;
854
1066
  /**
@@ -892,6 +1104,21 @@ export interface DescribeFakeWebsitesRequest {
892
1104
  */
893
1105
  Ignored?: boolean;
894
1106
  }
1107
+ /**
1108
+ * 链路详情扫描目标和ID
1109
+ */
1110
+ export interface IdndValue {
1111
+ /**
1112
+ * 详情ID
1113
+ 注意:此字段可能返回 null,表示取不到有效值。
1114
+ */
1115
+ Id?: number;
1116
+ /**
1117
+ * 目标
1118
+ 注意:此字段可能返回 null,表示取不到有效值。
1119
+ */
1120
+ Value?: string;
1121
+ }
895
1122
  /**
896
1123
  * ModifyCustomer返回参数结构体
897
1124
  */
@@ -947,6 +1174,23 @@ export interface DescribeSuspiciousAssetsResponse {
947
1174
  */
948
1175
  RequestId?: string;
949
1176
  }
1177
+ /**
1178
+ * DescribeSeeds返回参数结构体
1179
+ */
1180
+ export interface DescribeSeedsResponse {
1181
+ /**
1182
+ * 总数
1183
+ */
1184
+ Total?: number;
1185
+ /**
1186
+ * 种子列表
1187
+ */
1188
+ List?: Array<DisplaySeed>;
1189
+ /**
1190
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1191
+ */
1192
+ RequestId?: string;
1193
+ }
950
1194
  /**
951
1195
  * 链路详情
952
1196
  */
@@ -1171,17 +1415,13 @@ export interface DescribeVulsResponse {
1171
1415
  RequestId?: string;
1172
1416
  }
1173
1417
  /**
1174
- * DescribeGithubs返回参数结构体
1418
+ * CreateSuspiciousAsset返回参数结构体
1175
1419
  */
1176
- export interface DescribeGithubsResponse {
1177
- /**
1178
- * 总数
1179
- */
1180
- Total?: number;
1420
+ export interface CreateSuspiciousAssetResponse {
1181
1421
  /**
1182
- * 数组
1422
+ * Id
1183
1423
  */
1184
- List?: Array<DisplayGithub>;
1424
+ Id?: number;
1185
1425
  /**
1186
1426
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1187
1427
  */
@@ -1205,6 +1445,59 @@ export interface DescribeLeakageEmailsResponse {
1205
1445
  */
1206
1446
  RequestId?: string;
1207
1447
  }
1448
+ /**
1449
+ * CreateHttp请求参数结构体
1450
+ */
1451
+ export interface CreateHttpRequest {
1452
+ /**
1453
+ * 企业Id
1454
+ */
1455
+ CustomerId: number;
1456
+ /**
1457
+ * Url
1458
+ */
1459
+ Url: string;
1460
+ /**
1461
+ * 子公司
1462
+ */
1463
+ EnterpriseUid?: string;
1464
+ /**
1465
+ * 标题
1466
+ */
1467
+ Title?: string;
1468
+ /**
1469
+ * 报文长度
1470
+ */
1471
+ ContentLength?: number;
1472
+ /**
1473
+ * 报文内容
1474
+ */
1475
+ Content?: string;
1476
+ /**
1477
+ * 缩略图Url
1478
+ */
1479
+ ScreenshotUrl?: string;
1480
+ /**
1481
+ * 标签
1482
+ */
1483
+ Tags?: string;
1484
+ /**
1485
+ * 状态码
1486
+ */
1487
+ Code?: number;
1488
+ /**
1489
+ * 解析的IP
1490
+ */
1491
+ Ip?: string;
1492
+ /**
1493
+ * 证书信息
1494
+ */
1495
+ Ssl?: string;
1496
+ /**
1497
+ * ssl证书过期时间
1498
+ */
1499
+ SslExpiredTime?: string;
1500
+ }
1208
1501
  /**
1209
1502
  * DescribeAssets返回参数结构体
1210
1503
  */
@@ -1222,6 +1515,32 @@ export interface DescribeAssetsResponse {
1222
1515
  */
1223
1516
  RequestId?: string;
1224
1517
  }
1518
+ /**
1519
+ * DeleteAssets返回参数结构体
1520
+ */
1521
+ export interface DeleteAssetsResponse {
1522
+ /**
1523
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1524
+ */
1525
+ RequestId?: string;
1526
+ }
1527
+ /**
1528
+ * DeletePorts请求参数结构体
1529
+ */
1530
+ export interface DeletePortsRequest {
1531
+ /**
1532
+ * ID列表
1533
+ */
1534
+ Ids: Array<number | bigint>;
1535
+ /**
1536
+ * 企业ID列表,可多选
1537
+ */
1538
+ CustomerIdList?: Array<number | bigint>;
1539
+ /**
1540
+ * 是否聚合数据
1541
+ */
1542
+ IsAggregation?: boolean;
1543
+ }
1225
1544
  /**
1226
1545
  * 企业架构详情
1227
1546
  */
@@ -1295,6 +1614,15 @@ export interface DisplayEnterprise {
1295
1614
  */
1296
1615
  VulCount?: number;
1297
1616
  }
1617
+ /**
1618
+ * DeleteManages返回参数结构体
1619
+ */
1620
+ export interface DeleteManagesResponse {
1621
+ /**
1622
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1623
+ */
1624
+ RequestId?: string;
1625
+ }
1298
1626
  /**
1299
1627
  * StopJobRecord请求参数结构体
1300
1628
  */
@@ -1472,6 +1800,23 @@ export interface DescribeLeakageCodesRequest {
1472
1800
  */
1473
1801
  Ignored?: boolean;
1474
1802
  }
1803
+ /**
1804
+ * DeleteHttps请求参数结构体
1805
+ */
1806
+ export interface DeleteHttpsRequest {
1807
+ /**
1808
+ * ID列表
1809
+ */
1810
+ Ids: Array<number | bigint>;
1811
+ /**
1812
+ * 企业ID列表,可多选
1813
+ */
1814
+ CustomerIdList?: Array<number | bigint>;
1815
+ /**
1816
+ * 是否聚合数据
1817
+ */
1818
+ IsAggregation?: boolean;
1819
+ }
1475
1820
  /**
1476
1821
  * 仿冒小程序详情
1477
1822
  */
@@ -1554,6 +1899,55 @@ export interface DisplayFakeWechatOfficial {
1554
1899
  */
1555
1900
  ShutdownTime?: string;
1556
1901
  }
1902
+ /**
1903
+ * CreateApp请求参数结构体
1904
+ */
1905
+ export interface CreateAppRequest {
1906
+ /**
1907
+ * 企业ID
1908
+ */
1909
+ CustomerId: number;
1910
+ /**
1911
+ * 移动端名称
1912
+ */
1913
+ Name?: string;
1914
+ /**
1915
+ * 图片地址
1916
+ */
1917
+ Logo?: string;
1918
+ /**
1919
+ * 平台,ios或android
1920
+ */
1921
+ Platform?: string;
1922
+ /**
1923
+ * 版本
1924
+ */
1925
+ AppVersion?: string;
1926
+ /**
1927
+ * 下载地址
1928
+ */
1929
+ DownloadUrl?: string;
1930
+ /**
1931
+ * 安装包名
1932
+ */
1933
+ PackageName?: string;
1934
+ /**
1935
+ * 开发者
1936
+ */
1937
+ Developer?: string;
1938
+ /**
1939
+ * 移动端地址
1940
+ */
1941
+ ServerUrl?: string;
1942
+ /**
1943
+ * 描述
1944
+ */
1945
+ Description?: string;
1946
+ /**
1947
+ * 子公司ID
1948
+ */
1949
+ EnterpriseUid?: string;
1950
+ }
1557
1951
  /**
1558
1952
  * Http详情
1559
1953
  */
@@ -1640,6 +2034,37 @@ export interface DisplayHttp {
1640
2034
  */
1641
2035
  AnalysisState?: number;
1642
2036
  }
2037
+ /**
2038
+ * CreateDomain返回参数结构体
2039
+ */
2040
+ export interface CreateDomainResponse {
2041
+ /**
2042
+ * Id
2043
+ */
2044
+ Id?: number;
2045
+ /**
2046
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2047
+ */
2048
+ RequestId?: string;
2049
+ }
2050
+ /**
2051
+ * DeleteWechatOfficialAccounts请求参数结构体
2052
+ */
2053
+ export interface DeleteWechatOfficialAccountsRequest {
2054
+ /**
2055
+ * ID列表
2056
+ */
2057
+ Ids: Array<number | bigint>;
2058
+ }
2059
+ /**
2060
+ * DeleteSeeds返回参数结构体
2061
+ */
2062
+ export interface DeleteSeedsResponse {
2063
+ /**
2064
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2065
+ */
2066
+ RequestId?: string;
2067
+ }
1643
2068
  /**
1644
2069
  * DescribePorts请求参数结构体
1645
2070
  */
@@ -1796,22 +2221,158 @@ export interface DescribeGithubsRequest {
1796
2221
  Ignored?: boolean;
1797
2222
  }
1798
2223
  /**
1799
- * DescribeWechatOfficialAccounts返回参数结构体
2224
+ * DescribeConfigs请求参数结构体
1800
2225
  */
1801
- export interface DescribeWechatOfficialAccountsResponse {
2226
+ export interface DescribeConfigsRequest {
1802
2227
  /**
1803
- * 总数
2228
+ * 企业ID列表,可多选
1804
2229
  */
1805
- Total?: number;
2230
+ CustomerIdList?: Array<number | bigint>;
1806
2231
  /**
1807
- * 数组
2232
+ * 是否聚合数据
1808
2233
  */
1809
- List?: Array<DisplayWechatOfficialAccount>;
2234
+ IsAggregation?: boolean;
2235
+ /**
2236
+ * 是否新增数据
2237
+ */
2238
+ IsNew?: boolean;
2239
+ /**
2240
+ * 企业ID
2241
+ */
2242
+ CustomerId?: number;
2243
+ /**
2244
+ * 分页大小
2245
+ */
2246
+ Limit?: number;
2247
+ /**
2248
+ * 分页偏移
2249
+ */
2250
+ Offset?: number;
2251
+ /**
2252
+ * 子公司ID列表
2253
+ */
2254
+ EnterpriseUidList?: Array<string>;
2255
+ /**
2256
+ * 数据输出格式:json、file,默认不填为json
2257
+ */
2258
+ Format?: string;
2259
+ /**
2260
+ * 创建时间-开始
2261
+ */
2262
+ CreateAtStart?: string;
2263
+ /**
2264
+ * 创建时间-结束
2265
+ */
2266
+ CreateAtEnd?: string;
2267
+ /**
2268
+ * 更新时间-开始
2269
+ */
2270
+ UpdateAtStart?: string;
2271
+ /**
2272
+ * 更新时间-结束
2273
+ */
2274
+ UpdateAtEnd?: string;
2275
+ /**
2276
+ * 查询数组
2277
+ */
2278
+ Filters?: Array<Filter>;
2279
+ /**
2280
+ * 是否显示被忽略的数据
2281
+ */
2282
+ Ignored?: boolean;
2283
+ /**
2284
+ * 支持按照响应长度排序,例如:+ContentLength或-ContentLength,+是递增,-是递减
2285
+ */
2286
+ OrderBy?: string;
2287
+ }
2288
+ /**
2289
+ * DeleteSeeds请求参数结构体
2290
+ */
2291
+ export interface DeleteSeedsRequest {
2292
+ /**
2293
+ * ID列表
2294
+ */
2295
+ Ids: Array<number | bigint>;
2296
+ }
2297
+ /**
2298
+ * CreateHttp返回参数结构体
2299
+ */
2300
+ export interface CreateHttpResponse {
2301
+ /**
2302
+ * Id
2303
+ */
2304
+ Id?: number;
1810
2305
  /**
1811
2306
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1812
2307
  */
1813
2308
  RequestId?: string;
1814
2309
  }
2310
+ /**
2311
+ * DescribeSeeds请求参数结构体
2312
+ */
2313
+ export interface DescribeSeedsRequest {
2314
+ /**
2315
+ * 企业ID
2316
+ */
2317
+ CustomerId: number;
2318
+ /**
2319
+ * 创建时间-开始
2320
+ */
2321
+ CreateAtStart?: string;
2322
+ /**
2323
+ * 创建时间-结束
2324
+ */
2325
+ CreateAtEnd?: string;
2326
+ /**
2327
+ * 分页偏移
2328
+ */
2329
+ Offset?: number;
2330
+ /**
2331
+ * 分页大小
2332
+ */
2333
+ Limit?: number;
2334
+ /**
2335
+ * 查询数组
2336
+ */
2337
+ Filters?: Array<Filter>;
2338
+ }
2339
+ /**
2340
+ * CreateSubDomain请求参数结构体
2341
+ */
2342
+ export interface CreateSubDomainRequest {
2343
+ /**
2344
+ * 企业Id
2345
+ */
2346
+ CustomerId: number;
2347
+ /**
2348
+ * 子域名
2349
+ */
2350
+ SubDomain: string;
2351
+ /**
2352
+ * Ip
2353
+ */
2354
+ Ip?: string;
2355
+ /**
2356
+ * 国家
2357
+ */
2358
+ Country?: string;
2359
+ /**
2360
+ * 省
2361
+ */
2362
+ Province?: string;
2363
+ /**
2364
+ * 城市
2365
+ */
2366
+ City?: string;
2367
+ /**
2368
+ * Isp
2369
+ */
2370
+ Isp?: string;
2371
+ /**
2372
+ * 子公司
2373
+ */
2374
+ EnterpriseUid?: string;
2375
+ }
1815
2376
  /**
1816
2377
  * DescribeWechatOfficialAccounts请求参数结构体
1817
2378
  */
@@ -2053,6 +2614,15 @@ export interface DescribeEnterprisesResponse {
2053
2614
  */
2054
2615
  RequestId?: string;
2055
2616
  }
2617
+ /**
2618
+ * DeleteSuspiciousAssets返回参数结构体
2619
+ */
2620
+ export interface DeleteSuspiciousAssetsResponse {
2621
+ /**
2622
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2623
+ */
2624
+ RequestId?: string;
2625
+ }
2056
2626
  /**
2057
2627
  * DescribeNetDisks请求参数结构体
2058
2628
  */
@@ -2106,9 +2676,80 @@ export interface DescribeNetDisksRequest {
2106
2676
  */
2107
2677
  Filters?: Array<Filter>;
2108
2678
  /**
2109
- * 是否显示被忽略的数据
2679
+ * 是否显示被忽略的数据
2680
+ */
2681
+ Ignored?: boolean;
2682
+ }
2683
+ /**
2684
+ * IgnoreData请求参数结构体
2685
+ */
2686
+ export interface IgnoreDataRequest {
2687
+ /**
2688
+ * ID列表
2689
+ */
2690
+ Ids: Array<number | bigint>;
2691
+ /**
2692
+ * 模块,包括:enterprise:企业架构,domain:主域名,sub_domain:子域名,asset:IP资产,port:端口服务,http:HTTP资产,vul:漏洞信息,app:APP,wechat_applet:微信小程序,wechat_official_account:微信公众号,github:Github信息泄露,manage:管理后台暴露,config:目录爆破,dark_web:暗网泄露,net_disk:文库网盘泄露,supply_chain:供应链,weak_password:弱口令,sensitive_info:敏感信息泄露
2693
+ */
2694
+ Module: string;
2695
+ /**
2696
+ * 企业ID列表,可多选
2697
+ */
2698
+ CustomerIdList?: Array<number | bigint>;
2699
+ /**
2700
+ * 是否聚合数据
2701
+ */
2702
+ IsAggregation?: boolean;
2703
+ /**
2704
+ * 是否显示被忽略的数据
2705
+ */
2706
+ Ignored?: boolean;
2707
+ /**
2708
+ * 是否忽略全部
2709
+ */
2710
+ IsAffectOther?: boolean;
2711
+ }
2712
+ /**
2713
+ * CreateDomain请求参数结构体
2714
+ */
2715
+ export interface CreateDomainRequest {
2716
+ /**
2717
+ * 企业Id
2718
+ */
2719
+ CustomerId: number;
2720
+ /**
2721
+ * 主域名
2722
+ */
2723
+ Domain: string;
2724
+ /**
2725
+ * ICP
2726
+ */
2727
+ ICP?: string;
2728
+ /**
2729
+ * 注册时间
2730
+ */
2731
+ RegisteredTime?: string;
2732
+ /**
2733
+ * 过期时间
2734
+ */
2735
+ ExpiredTime?: string;
2736
+ /**
2737
+ * 公司
2738
+ */
2739
+ Company?: string;
2740
+ /**
2741
+ * 子公司
2742
+ */
2743
+ EnterpriseUid?: string;
2744
+ }
2745
+ /**
2746
+ * DeleteDomains请求参数结构体
2747
+ */
2748
+ export interface DeleteDomainsRequest {
2749
+ /**
2750
+ * ID列表
2110
2751
  */
2111
- Ignored?: boolean;
2752
+ Ids: Array<number | bigint>;
2112
2753
  }
2113
2754
  /**
2114
2755
  * ModifyCustomer请求参数结构体
@@ -2232,6 +2873,60 @@ export interface DisplayApp {
2232
2873
  */
2233
2874
  AppVersion?: string;
2234
2875
  }
2876
+ /**
2877
+ * DescribeApiSecs返回参数结构体
2878
+ */
2879
+ export interface DescribeApiSecsResponse {
2880
+ /**
2881
+ * 总数
2882
+ */
2883
+ Total?: number;
2884
+ /**
2885
+ * API安全数组
2886
+ */
2887
+ List?: Array<DisplayApiSec>;
2888
+ /**
2889
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2890
+ */
2891
+ RequestId?: string;
2892
+ }
2893
+ /**
2894
+ * CreateAsset请求参数结构体
2895
+ */
2896
+ export interface CreateAssetRequest {
2897
+ /**
2898
+ * IP地址
2899
+ */
2900
+ Ip: string;
2901
+ /**
2902
+ * 企业Id
2903
+ */
2904
+ CustomerId: number;
2905
+ /**
2906
+ * 类型
2907
+ */
2908
+ Os?: string;
2909
+ /**
2910
+ * 国家
2911
+ */
2912
+ Country?: string;
2913
+ /**
2914
+ * 省份
2915
+ */
2916
+ Province?: string;
2917
+ /**
2918
+ * 城市
2919
+ */
2920
+ City?: string;
2921
+ /**
2922
+ * 运营商
2923
+ */
2924
+ Isp?: string;
2925
+ /**
2926
+ * 子公司Id
2927
+ */
2928
+ EnterpriseUid?: string;
2929
+ }
2235
2930
  /**
2236
2931
  * 网盘泄露详情
2237
2932
  */
@@ -2330,6 +3025,56 @@ export interface DisplaySubDomain {
2330
3025
  */
2331
3026
  LossRate?: number;
2332
3027
  }
3028
+ /**
3029
+ * DeleteHttps返回参数结构体
3030
+ */
3031
+ export interface DeleteHttpsResponse {
3032
+ /**
3033
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3034
+ */
3035
+ RequestId?: string;
3036
+ }
3037
+ /**
3038
+ * CreatePort请求参数结构体
3039
+ */
3040
+ export interface CreatePortRequest {
3041
+ /**
3042
+ * 企业Id
3043
+ */
3044
+ CustomerId: number;
3045
+ /**
3046
+ * 端口
3047
+ */
3048
+ Port: number;
3049
+ /**
3050
+ * IP或域名地址
3051
+ */
3052
+ Asset: string;
3053
+ /**
3054
+ * 是否高危
3055
+ */
3056
+ IsHighRisk: boolean;
3057
+ /**
3058
+ * 子公司
3059
+ */
3060
+ EnterpriseUid?: string;
3061
+ /**
3062
+ * base64编码后的指纹
3063
+ */
3064
+ Banner?: string;
3065
+ /**
3066
+ * 解析的IP
3067
+ */
3068
+ Ip?: string;
3069
+ /**
3070
+ * 组件名称
3071
+ */
3072
+ App?: string;
3073
+ /**
3074
+ * 服务名称
3075
+ */
3076
+ Service?: string;
3077
+ }
2333
3078
  /**
2334
3079
  * DescribeSuspiciousAssets请求参数结构体
2335
3080
  */
@@ -2391,6 +3136,28 @@ export interface DescribeSuspiciousAssetsRequest {
2391
3136
  */
2392
3137
  Ignored?: boolean;
2393
3138
  }
3139
+ /**
3140
+ * IgnoreData返回参数结构体
3141
+ */
3142
+ export interface IgnoreDataResponse {
3143
+ /**
3144
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3145
+ */
3146
+ RequestId?: string;
3147
+ }
3148
+ /**
3149
+ * CreateWechatApplet返回参数结构体
3150
+ */
3151
+ export interface CreateWechatAppletResponse {
3152
+ /**
3153
+ * Id
3154
+ */
3155
+ Id?: number;
3156
+ /**
3157
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3158
+ */
3159
+ RequestId?: string;
3160
+ }
2394
3161
  /**
2395
3162
  * 支持按照各字段过滤
2396
3163
  */
@@ -2670,6 +3437,23 @@ export interface DescribeLeakageEmailsRequest {
2670
3437
  */
2671
3438
  Ignored?: boolean;
2672
3439
  }
3440
+ /**
3441
+ * DescribeGithubs返回参数结构体
3442
+ */
3443
+ export interface DescribeGithubsResponse {
3444
+ /**
3445
+ * 总数
3446
+ */
3447
+ Total?: number;
3448
+ /**
3449
+ * 数组
3450
+ */
3451
+ List?: Array<DisplayGithub>;
3452
+ /**
3453
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3454
+ */
3455
+ RequestId?: string;
3456
+ }
2673
3457
  /**
2674
3458
  * CreateCustomer返回参数结构体
2675
3459
  */
@@ -2680,86 +3464,125 @@ export interface CreateCustomerResponse {
2680
3464
  RequestId?: string;
2681
3465
  }
2682
3466
  /**
2683
- * DescribeManages返回参数结构体
3467
+ * CreateWechatOfficialAccount请求参数结构体
2684
3468
  */
2685
- export interface DescribeManagesResponse {
3469
+ export interface CreateWechatOfficialAccountRequest {
2686
3470
  /**
2687
- * 总数
3471
+ * 企业Id
2688
3472
  */
2689
- Total?: number;
3473
+ CustomerId: number;
2690
3474
  /**
2691
- * 数组
3475
+ * 名称
2692
3476
  */
2693
- List?: Array<DisplayManage>;
3477
+ Name?: string;
3478
+ /**
3479
+ * 图片地址
3480
+ */
3481
+ Logo?: string;
3482
+ /**
3483
+ * 账号
3484
+ */
3485
+ AccountId?: string;
3486
+ /**
3487
+ * 二维码
3488
+ */
3489
+ QrCode?: string;
3490
+ /**
3491
+ * 描述
3492
+ */
3493
+ Description?: string;
3494
+ /**
3495
+ * 子公司
3496
+ */
3497
+ EnterpriseUid?: string;
3498
+ /**
3499
+ * 认证主体
3500
+ */
3501
+ RecordSubject?: string;
3502
+ }
3503
+ /**
3504
+ * DeleteWechatOfficialAccounts返回参数结构体
3505
+ */
3506
+ export interface DeleteWechatOfficialAccountsResponse {
2694
3507
  /**
2695
3508
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2696
3509
  */
2697
3510
  RequestId?: string;
2698
3511
  }
2699
3512
  /**
2700
- * DescribeConfigs请求参数结构体
3513
+ * DescribeManages返回参数结构体
2701
3514
  */
2702
- export interface DescribeConfigsRequest {
3515
+ export interface DescribeManagesResponse {
2703
3516
  /**
2704
- * 企业ID列表,可多选
3517
+ * 总数
2705
3518
  */
2706
- CustomerIdList?: Array<number | bigint>;
3519
+ Total?: number;
2707
3520
  /**
2708
- * 是否聚合数据
3521
+ * 数组
2709
3522
  */
2710
- IsAggregation?: boolean;
3523
+ List?: Array<DisplayManage>;
2711
3524
  /**
2712
- * 是否新增数据
3525
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2713
3526
  */
2714
- IsNew?: boolean;
3527
+ RequestId?: string;
3528
+ }
3529
+ /**
3530
+ * CreateEnterprise请求参数结构体
3531
+ */
3532
+ export interface CreateEnterpriseRequest {
2715
3533
  /**
2716
3534
  * 企业ID
2717
3535
  */
2718
- CustomerId?: number;
3536
+ CustomerId: number;
2719
3537
  /**
2720
- * 分页大小
3538
+ * 名称
2721
3539
  */
2722
- Limit?: number;
3540
+ Name: string;
2723
3541
  /**
2724
- * 分页偏移
3542
+ * 上一级企业
2725
3543
  */
2726
- Offset?: number;
3544
+ ParentEnterpriseUid?: string;
2727
3545
  /**
2728
- * 子公司ID列表
3546
+ * 统一社会信用代码
2729
3547
  */
2730
- EnterpriseUidList?: Array<string>;
3548
+ CreditCode?: string;
2731
3549
  /**
2732
- * 数据输出格式:json、file,默认不填为json
3550
+ * 企业状态:存续、已注销
2733
3551
  */
2734
- Format?: string;
3552
+ Status?: string;
2735
3553
  /**
2736
- * 创建时间-开始
3554
+ * 注册资本(单位:元)
2737
3555
  */
2738
- CreateAtStart?: string;
3556
+ RegisteredCapital?: string;
2739
3557
  /**
2740
- * 创建时间-结束
3558
+ * 持股比例
2741
3559
  */
2742
- CreateAtEnd?: string;
3560
+ ShareholdingRatio?: string;
2743
3561
  /**
2744
- * 更新时间-开始
3562
+ * 法人代表
2745
3563
  */
2746
- UpdateAtStart?: string;
3564
+ LegalPerson?: string;
2747
3565
  /**
2748
- * 更新时间-结束
3566
+ * 类型
2749
3567
  */
2750
- UpdateAtEnd?: string;
3568
+ Type?: string;
2751
3569
  /**
2752
- * 查询数组
3570
+ * 行业类型
2753
3571
  */
2754
- Filters?: Array<Filter>;
3572
+ Industry?: string;
2755
3573
  /**
2756
- * 是否显示被忽略的数据
3574
+ * 子公司ID
2757
3575
  */
2758
- Ignored?: boolean;
3576
+ EnterpriseUid?: string;
3577
+ }
3578
+ /**
3579
+ * DeleteDomains返回参数结构体
3580
+ */
3581
+ export interface DeleteDomainsResponse {
2759
3582
  /**
2760
- * 支持按照响应长度排序,例如:+ContentLength或-ContentLength,+是递增,-是递减
3583
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2761
3584
  */
2762
- OrderBy?: string;
3585
+ RequestId?: string;
2763
3586
  }
2764
3587
  /**
2765
3588
  * DescribeWeakPasswords请求参数结构体
@@ -2888,6 +3711,19 @@ export interface StopJobRecordResponse {
2888
3711
  */
2889
3712
  RequestId?: string;
2890
3713
  }
3714
+ /**
3715
+ * CreateManage返回参数结构体
3716
+ */
3717
+ export interface CreateManageResponse {
3718
+ /**
3719
+ * Id
3720
+ */
3721
+ Id?: number;
3722
+ /**
3723
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3724
+ */
3725
+ RequestId?: string;
3726
+ }
2891
3727
  /**
2892
3728
  * DescribeFakeMiniPrograms请求参数结构体
2893
3729
  */
@@ -2929,21 +3765,50 @@ export interface DescribeFakeMiniProgramsRequest {
2929
3765
  */
2930
3766
  CreateAtEnd?: string;
2931
3767
  /**
2932
- * 更新时间-开始
3768
+ * 更新时间-开始
3769
+ */
3770
+ UpdateAtStart?: string;
3771
+ /**
3772
+ * 更新时间-结束
3773
+ */
3774
+ UpdateAtEnd?: string;
3775
+ /**
3776
+ * 查询数组
3777
+ */
3778
+ Filters?: Array<Filter>;
3779
+ /**
3780
+ * 是否显示被忽略的数据
3781
+ */
3782
+ Ignored?: boolean;
3783
+ }
3784
+ /**
3785
+ * CreateManage请求参数结构体
3786
+ */
3787
+ export interface CreateManageRequest {
3788
+ /**
3789
+ * 企业Id
3790
+ */
3791
+ CustomerId: number;
3792
+ /**
3793
+ * Url
3794
+ */
3795
+ Url: string;
3796
+ /**
3797
+ * 标题
2933
3798
  */
2934
- UpdateAtStart?: string;
3799
+ Title?: string;
2935
3800
  /**
2936
- * 更新时间-结束
3801
+ * Screenshot
2937
3802
  */
2938
- UpdateAtEnd?: string;
3803
+ Screenshot?: string;
2939
3804
  /**
2940
- * 查询数组
3805
+ * 状态码
2941
3806
  */
2942
- Filters?: Array<Filter>;
3807
+ Code?: number;
2943
3808
  /**
2944
- * 是否显示被忽略的数据
3809
+ * 子公司
2945
3810
  */
2946
- Ignored?: boolean;
3811
+ EnterpriseUid?: string;
2947
3812
  }
2948
3813
  /**
2949
3814
  * 任务详情
@@ -3006,6 +3871,19 @@ export interface DisplayJobRecord {
3006
3871
  */
3007
3872
  AppId?: number;
3008
3873
  }
3874
+ /**
3875
+ * ModifySeedStatus请求参数结构体
3876
+ */
3877
+ export interface ModifySeedStatusRequest {
3878
+ /**
3879
+ * ID
3880
+ */
3881
+ Id: number;
3882
+ /**
3883
+ * 是否可信
3884
+ */
3885
+ IsValid?: boolean;
3886
+ }
3009
3887
  /**
3010
3888
  * CreateCustomer请求参数结构体
3011
3889
  */
@@ -3079,6 +3957,15 @@ export interface CreateCustomerRequest {
3079
3957
  */
3080
3958
  IsIncludeFullScan?: boolean;
3081
3959
  }
3960
+ /**
3961
+ * DeleteEnterprises请求参数结构体
3962
+ */
3963
+ export interface DeleteEnterprisesRequest {
3964
+ /**
3965
+ * ID列表
3966
+ */
3967
+ Ids: Array<number | bigint>;
3968
+ }
3082
3969
  /**
3083
3970
  * DescribeLeakageDatas请求参数结构体
3084
3971
  */
@@ -3157,6 +4044,23 @@ export interface DescribeJobRecordDetailsResponse {
3157
4044
  */
3158
4045
  RequestId?: string;
3159
4046
  }
4047
+ /**
4048
+ * DeleteSubDomains请求参数结构体
4049
+ */
4050
+ export interface DeleteSubDomainsRequest {
4051
+ /**
4052
+ * ID列表
4053
+ */
4054
+ Ids: Array<number | bigint>;
4055
+ /**
4056
+ * 企业ID列表,可多选
4057
+ */
4058
+ CustomerIdList?: Array<number | bigint>;
4059
+ /**
4060
+ * 是否聚合数据
4061
+ */
4062
+ IsAggregation?: boolean;
4063
+ }
3160
4064
  /**
3161
4065
  * DescribeVuls请求参数结构体
3162
4066
  */
@@ -3214,6 +4118,19 @@ export interface DescribeVulsRequest {
3214
4118
  */
3215
4119
  Ignored?: boolean;
3216
4120
  }
4121
+ /**
4122
+ * CreateWechatOfficialAccount返回参数结构体
4123
+ */
4124
+ export interface CreateWechatOfficialAccountResponse {
4125
+ /**
4126
+ * Id
4127
+ */
4128
+ Id?: number;
4129
+ /**
4130
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4131
+ */
4132
+ RequestId?: string;
4133
+ }
3217
4134
  /**
3218
4135
  * Github泄露详情
3219
4136
  */
@@ -3243,6 +4160,68 @@ export interface DisplayGithub {
3243
4160
  */
3244
4161
  DisplayToolCommon?: DisplayToolCommon;
3245
4162
  }
4163
+ /**
4164
+ * API安全详情
4165
+ */
4166
+ export interface DisplayApiSec {
4167
+ /**
4168
+ * 主键ID
4169
+ */
4170
+ Id?: number;
4171
+ /**
4172
+ * 公共字段
4173
+ */
4174
+ DisplayToolCommon?: DisplayToolCommon;
4175
+ /**
4176
+ * Url
4177
+ */
4178
+ Url?: string;
4179
+ /**
4180
+ * Host地址
4181
+ */
4182
+ Host?: string;
4183
+ /**
4184
+ * Path路径
4185
+ */
4186
+ Path?: string;
4187
+ /**
4188
+ * 方法:POST、GET、DELETE等
4189
+ */
4190
+ Method?: string;
4191
+ /**
4192
+ * 修复状态:unrepaired:未修复,repaired:已修复, ignore:已忽略,checking:复测中
4193
+ */
4194
+ Status?: string;
4195
+ /**
4196
+ * 状态码
4197
+ */
4198
+ Code?: number;
4199
+ /**
4200
+ * 请求体
4201
+ */
4202
+ Request?: string;
4203
+ /**
4204
+ * 响应体
4205
+ */
4206
+ Response?: string;
4207
+ /**
4208
+ * 是否风险API
4209
+ */
4210
+ IsRiskAPI?: boolean;
4211
+ }
4212
+ /**
4213
+ * CreateSubDomain返回参数结构体
4214
+ */
4215
+ export interface CreateSubDomainResponse {
4216
+ /**
4217
+ * Id
4218
+ */
4219
+ Id?: number;
4220
+ /**
4221
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4222
+ */
4223
+ RequestId?: string;
4224
+ }
3246
4225
  /**
3247
4226
  * 数据管理公共字段
3248
4227
  */
@@ -3300,6 +4279,15 @@ export interface DisplayToolCommon {
3300
4279
  */
3301
4280
  Labels?: string;
3302
4281
  }
4282
+ /**
4283
+ * DeleteApps返回参数结构体
4284
+ */
4285
+ export interface DeleteAppsResponse {
4286
+ /**
4287
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4288
+ */
4289
+ RequestId?: string;
4290
+ }
3303
4291
  /**
3304
4292
  * 企业详情
3305
4293
  */
@@ -3541,6 +4529,23 @@ export interface DescribeHttpsResponse {
3541
4529
  */
3542
4530
  RequestId?: string;
3543
4531
  }
4532
+ /**
4533
+ * DescribeWechatOfficialAccounts返回参数结构体
4534
+ */
4535
+ export interface DescribeWechatOfficialAccountsResponse {
4536
+ /**
4537
+ * 总数
4538
+ */
4539
+ Total?: number;
4540
+ /**
4541
+ * 数组
4542
+ */
4543
+ List?: Array<DisplayWechatOfficialAccount>;
4544
+ /**
4545
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4546
+ */
4547
+ RequestId?: string;
4548
+ }
3544
4549
  /**
3545
4550
  * DescribeLeakageDatas返回参数结构体
3546
4551
  */
@@ -3559,6 +4564,56 @@ export interface DescribeLeakageDatasResponse {
3559
4564
  */
3560
4565
  RequestId?: string;
3561
4566
  }
4567
+ /**
4568
+ * DeleteWechatApplets返回参数结构体
4569
+ */
4570
+ export interface DeleteWechatAppletsResponse {
4571
+ /**
4572
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4573
+ */
4574
+ RequestId?: string;
4575
+ }
4576
+ /**
4577
+ * CreateSuspiciousAsset请求参数结构体
4578
+ */
4579
+ export interface CreateSuspiciousAssetRequest {
4580
+ /**
4581
+ * 企业Id
4582
+ */
4583
+ CustomerId: number;
4584
+ /**
4585
+ * Url
4586
+ */
4587
+ Url?: string;
4588
+ /**
4589
+ * 子公司
4590
+ */
4591
+ EnterpriseUid?: string;
4592
+ /**
4593
+ * 标题
4594
+ */
4595
+ Title?: string;
4596
+ /**
4597
+ * 标签
4598
+ */
4599
+ Tags?: string;
4600
+ /**
4601
+ * 所属者
4602
+ */
4603
+ Owner?: string;
4604
+ /**
4605
+ * 来源类型
4606
+ */
4607
+ SourceType?: string;
4608
+ /**
4609
+ * 来源值
4610
+ */
4611
+ SourceValue?: string;
4612
+ /**
4613
+ * 是否信任
4614
+ */
4615
+ Trusted?: boolean;
4616
+ }
3562
4617
  /**
3563
4618
  * DescribeApps返回参数结构体
3564
4619
  */
@@ -3727,6 +4782,67 @@ export interface DisplaySuspiciousAsset {
3727
4782
  */
3728
4783
  RootDomain?: string;
3729
4784
  }
4785
+ /**
4786
+ * DescribeApiSecs请求参数结构体
4787
+ */
4788
+ export interface DescribeApiSecsRequest {
4789
+ /**
4790
+ * 是否聚合数据
4791
+ */
4792
+ IsAggregation?: boolean;
4793
+ /**
4794
+ * 分页偏移
4795
+ */
4796
+ Offset?: number;
4797
+ /**
4798
+ * 分页大小
4799
+ */
4800
+ Limit?: number;
4801
+ /**
4802
+ * 是否显示被忽略的数据
4803
+ */
4804
+ Ignored?: boolean;
4805
+ /**
4806
+ * 更新时间-结束
4807
+ */
4808
+ UpdateAtEnd?: string;
4809
+ /**
4810
+ * 创建时间-结束
4811
+ */
4812
+ CreateAtEnd?: string;
4813
+ /**
4814
+ * 更新时间-开始
4815
+ */
4816
+ UpdateAtStart?: string;
4817
+ /**
4818
+ * 创建时间-开始
4819
+ */
4820
+ CreateAtStart?: string;
4821
+ /**
4822
+ * 数据输出格式:json、file,默认不填为json
4823
+ */
4824
+ Format?: string;
4825
+ /**
4826
+ * 是否新增数据
4827
+ */
4828
+ IsNew?: boolean;
4829
+ /**
4830
+ * 企业ID列表,可多选
4831
+ */
4832
+ CustomerIdList?: Array<number | bigint>;
4833
+ /**
4834
+ * 子公司ID列表
4835
+ */
4836
+ EnterpriseUidList?: Array<string>;
4837
+ /**
4838
+ * 查询数组
4839
+ */
4840
+ Filters?: Array<Filter>;
4841
+ /**
4842
+ * 企业ID
4843
+ */
4844
+ CustomerId?: number;
4845
+ }
3730
4846
  /**
3731
4847
  * DescribeJobRecords请求参数结构体
3732
4848
  */
@@ -3819,6 +4935,53 @@ export interface DescribeDomainsRequest {
3819
4935
  */
3820
4936
  Ignored?: boolean;
3821
4937
  }
4938
+ /**
4939
+ * 种子详情
4940
+ */
4941
+ export interface DisplaySeed {
4942
+ /**
4943
+ * 主键ID
4944
+ */
4945
+ Id?: number;
4946
+ /**
4947
+ * 企业ID
4948
+ */
4949
+ CustomerId?: number;
4950
+ /**
4951
+ * 分类,包括:domain(主域名)、icon(图标)、ip(IP)、
4952
+ keyword(关键词)、parent_company(母公司)、sub_domain(子域名)、title(标题)
4953
+ */
4954
+ Category?: string;
4955
+ /**
4956
+ * 值
4957
+ */
4958
+ Value?: string;
4959
+ /**
4960
+ * md5值
4961
+ */
4962
+ Md5?: string;
4963
+ /**
4964
+ * 来源
4965
+ */
4966
+ Source?: string;
4967
+ /**
4968
+ * 创建时间
4969
+ */
4970
+ CreateAt?: string;
4971
+ /**
4972
+ * 是否可信
4973
+ */
4974
+ IsValid?: boolean;
4975
+ }
4976
+ /**
4977
+ * DeleteApps请求参数结构体
4978
+ */
4979
+ export interface DeleteAppsRequest {
4980
+ /**
4981
+ * ID列表
4982
+ */
4983
+ Ids: Array<number | bigint>;
4984
+ }
3822
4985
  /**
3823
4986
  * 子任务进度
3824
4987
  */