tencentcloud-sdk-nodejs 4.1.242 → 4.1.244

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 (59) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/adp/index.js +4 -0
  3. package/es/services/adp/v20260520/adp_client.js +126 -0
  4. package/es/services/adp/v20260520/adp_models.js +1 -0
  5. package/es/services/adp/v20260520/index.js +6 -0
  6. package/es/services/bi/v20220105/bi_client.js +6 -0
  7. package/es/services/cfw/v20190904/cfw_client.js +26 -5
  8. package/es/services/ckafka/v20190819/ckafka_client.js +9 -0
  9. package/es/services/ess/v20201111/ess_client.js +6 -0
  10. package/es/services/index.js +1 -0
  11. package/package.json +1 -1
  12. package/tencentcloud/common/sdk_version.d.ts +1 -1
  13. package/tencentcloud/common/sdk_version.js +1 -1
  14. package/tencentcloud/services/adp/index.d.ts +6 -0
  15. package/tencentcloud/services/adp/index.js +7 -0
  16. package/tencentcloud/services/adp/v20260520/adp_client.d.ts +170 -0
  17. package/tencentcloud/services/adp/v20260520/adp_client.js +271 -0
  18. package/tencentcloud/services/adp/v20260520/adp_models.d.ts +4219 -0
  19. package/tencentcloud/services/adp/v20260520/adp_models.js +18 -0
  20. package/tencentcloud/services/adp/v20260520/index.d.ts +6 -0
  21. package/tencentcloud/services/adp/v20260520/index.js +10 -0
  22. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +9 -1
  23. package/tencentcloud/services/bi/v20220105/bi_client.js +12 -0
  24. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +824 -59
  25. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +35 -7
  26. package/tencentcloud/services/cfw/v20190904/cfw_client.js +51 -9
  27. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +501 -121
  28. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +13 -1
  29. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +18 -0
  30. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +272 -118
  31. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +31 -15
  32. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +42 -41
  33. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +52 -80
  34. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +24 -22
  35. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +21 -2
  36. package/tencentcloud/services/ess/v20201111/ess_client.js +24 -1
  37. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +216 -49
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  40. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
  41. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  42. package/tencentcloud/services/index.d.ts +1 -0
  43. package/tencentcloud/services/index.js +8 -6
  44. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +10 -107
  45. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +80 -1
  46. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +14 -14
  47. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +1 -1
  48. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +79 -117
  49. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +11 -6
  50. package/tencentcloud/services/tag/v20180813/tag_client.js +11 -6
  51. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +65 -73
  52. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +7 -6
  53. package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +1 -1
  54. package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +123 -1
  55. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  56. package/tencentcloud/services/vod/v20180717/vod_client.js +1 -1
  57. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +59 -5
  58. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -22
  59. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +9 -5
@@ -237,33 +237,36 @@ export interface Role {
237
237
  ModuleCollection?: string;
238
238
  }
239
239
  /**
240
- * ExportScreenPage返回参数结构体
240
+ * ApplyEmbedInterval请求参数结构体
241
241
  */
242
- export interface ExportScreenPageResponse {
242
+ export interface ApplyEmbedIntervalRequest {
243
243
  /**
244
- * 自定义错误信息对象
245
- 注意:此字段可能返回 null,表示取不到有效值。
244
+ * 分享项目id
246
245
  */
247
- ErrorInfo?: ErrorInfo;
246
+ ProjectId?: number;
248
247
  /**
249
- * 扩展参数
250
- 注意:此字段可能返回 null,表示取不到有效值。
248
+ * 分享页面id,嵌出看板时此为空值0,ChatBI嵌出时不传
249
+
251
250
  */
252
- Extra?: string;
251
+ PageId?: number;
253
252
  /**
254
- * 返回数据结果
255
- 注意:此字段可能返回 null,表示取不到有效值。
253
+ * 需要申请延期的Token
256
254
  */
257
- Data?: PageScreenListVO;
255
+ BIToken?: string;
258
256
  /**
259
- * 返回消息
260
- 注意:此字段可能返回 null,表示取不到有效值。
257
+ * 备用字段
261
258
  */
262
- Msg?: string;
259
+ ExtraParam?: string;
263
260
  /**
264
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
261
+ * embed:页面/看板嵌出
262
+ chatBIEmbed:ChatBI嵌出
265
263
  */
266
- RequestId?: string;
264
+ Intention?: string;
265
+ /**
266
+ * panel, 看板;page,页面
267
+ project,ChatBI嵌出时
268
+ */
269
+ Scope?: string;
267
270
  }
268
271
  /**
269
272
  * 定制化查询
@@ -543,6 +546,34 @@ export interface PageScreenListVO {
543
546
  */
544
547
  TranStatus?: number;
545
548
  }
549
+ /**
550
+ * DescribeSourceFieldList返回参数结构体
551
+ */
552
+ export interface DescribeSourceFieldListResponse {
553
+ /**
554
+ * 自定义错误信息对象
555
+ 注意:此字段可能返回 null,表示取不到有效值。
556
+ */
557
+ ErrorInfo?: ErrorInfo;
558
+ /**
559
+ * 额外信息
560
+ 注意:此字段可能返回 null,表示取不到有效值。
561
+ */
562
+ Extra?: string;
563
+ /**
564
+ * 信息
565
+ 注意:此字段可能返回 null,表示取不到有效值。
566
+ */
567
+ Msg?: string;
568
+ /**
569
+ * 表中字段的列表
570
+ */
571
+ Data?: TableColumnListData;
572
+ /**
573
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
574
+ */
575
+ RequestId?: string;
576
+ }
546
577
  /**
547
578
  * DeleteUserGroupMember返回参数结构体
548
579
  */
@@ -884,6 +915,51 @@ export interface DeleteUserGroupMemberRequest {
884
915
  */
885
916
  UserIdList?: Array<string>;
886
917
  }
918
+ /**
919
+ * 多表关联原始表信息
920
+ */
921
+ export interface JoinSourceTable {
922
+ /**
923
+ * 1:数据源原表,2:本地表,3:Excel表,4:API表
924
+ 注意:此字段可能返回 null,表示取不到有效值。
925
+ */
926
+ TableNodeType?: number;
927
+ /**
928
+ * 原始表节点Id
929
+ 注意:此字段可能返回 null,表示取不到有效值。
930
+ */
931
+ TableNodeId?: string;
932
+ /**
933
+ * 父节点id
934
+ 注意:此字段可能返回 null,表示取不到有效值。
935
+ */
936
+ ParentId?: string;
937
+ /**
938
+ * 非必填, 数据源原表没有ID
939
+ 注意:此字段可能返回 null,表示取不到有效值。
940
+ */
941
+ TableId?: string;
942
+ /**
943
+ * 必填,数据源原表用原始表名, 其他类型用BI的逻辑表名
944
+ 注意:此字段可能返回 null,表示取不到有效值。
945
+ */
946
+ TableName?: string;
947
+ /**
948
+ * 原始表需要展示的字段列表
949
+ 注意:此字段可能返回 null,表示取不到有效值。
950
+ */
951
+ Fields?: Array<TableField>;
952
+ /**
953
+ * 数据源id
954
+ 注意:此字段可能返回 null,表示取不到有效值。
955
+ */
956
+ DatasourceId?: number;
957
+ /**
958
+ * 非必填,前端展示的数据源别名,excel建表需要
959
+ 注意:此字段可能返回 null,表示取不到有效值。
960
+ */
961
+ TableAlias?: string;
962
+ }
887
963
  /**
888
964
  * CreateUserRoleProject请求参数结构体
889
965
  */
@@ -1029,6 +1105,26 @@ export interface DescribeUserGroupMemberPageListContainer {
1029
1105
  */
1030
1106
  TotalPages?: number;
1031
1107
  }
1108
+ /**
1109
+ * 表的全部列名数据列表
1110
+ */
1111
+ export interface TableColumnListData {
1112
+ /**
1113
+ * 表中的列的列表
1114
+ 注意:此字段可能返回 null,表示取不到有效值。
1115
+ */
1116
+ List: Array<TableColumn>;
1117
+ /**
1118
+ * 异步事务id
1119
+ 注意:此字段可能返回 null,表示取不到有效值。
1120
+ */
1121
+ TranId?: string;
1122
+ /**
1123
+ * 异步事务状态
1124
+ 注意:此字段可能返回 null,表示取不到有效值。
1125
+ */
1126
+ TranStatus?: number;
1127
+ }
1032
1128
  /**
1033
1129
  * CreateUserGroup请求参数结构体
1034
1130
  */
@@ -1182,36 +1278,33 @@ export interface UserRoleListDataRoleInfo {
1182
1278
  ModuleCollection?: string;
1183
1279
  }
1184
1280
  /**
1185
- * ApplyEmbedInterval请求参数结构体
1281
+ * ExportScreenPage返回参数结构体
1186
1282
  */
1187
- export interface ApplyEmbedIntervalRequest {
1188
- /**
1189
- * 分享项目id
1190
- */
1191
- ProjectId?: number;
1283
+ export interface ExportScreenPageResponse {
1192
1284
  /**
1193
- * 分享页面id,嵌出看板时此为空值0,ChatBI嵌出时不传
1194
-
1285
+ * 自定义错误信息对象
1286
+ 注意:此字段可能返回 null,表示取不到有效值。
1195
1287
  */
1196
- PageId?: number;
1288
+ ErrorInfo?: ErrorInfo;
1197
1289
  /**
1198
- * 需要申请延期的Token
1290
+ * 扩展参数
1291
+ 注意:此字段可能返回 null,表示取不到有效值。
1199
1292
  */
1200
- BIToken?: string;
1293
+ Extra?: string;
1201
1294
  /**
1202
- * 备用字段
1295
+ * 返回数据结果
1296
+ 注意:此字段可能返回 null,表示取不到有效值。
1203
1297
  */
1204
- ExtraParam?: string;
1298
+ Data?: PageScreenListVO;
1205
1299
  /**
1206
- * embed:页面/看板嵌出
1207
- chatBIEmbed:ChatBI嵌出
1300
+ * 返回消息
1301
+ 注意:此字段可能返回 null,表示取不到有效值。
1208
1302
  */
1209
- Intention?: string;
1303
+ Msg?: string;
1210
1304
  /**
1211
- * panel, 看板;page,页面
1212
- project,ChatBI嵌出时
1305
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1213
1306
  */
1214
- Scope?: string;
1307
+ RequestId?: string;
1215
1308
  }
1216
1309
  /**
1217
1310
  * ApiKey列表
@@ -1233,6 +1326,99 @@ export interface ApiKeyAuthApplyVOList {
1233
1326
  */
1234
1327
  List?: Array<ApiKeyAuthApplyVO>;
1235
1328
  }
1329
+ /**
1330
+ * CreateDataTable请求参数结构体
1331
+ */
1332
+ export interface CreateDataTableRequest {
1333
+ /**
1334
+ * 后端提供字典:数据表类型,1、数据库建表,2、SQL建表,3、Excel上传,4、API接入,5、腾讯文档,6、云数据库,7、手工输入,8、关联查询
1335
+ */
1336
+ Type: number;
1337
+ /**
1338
+ * 数据表名称
1339
+ */
1340
+ Name: string;
1341
+ /**
1342
+ * 无
1343
+ */
1344
+ ProjectId: number;
1345
+ /**
1346
+ * 所属文件夹
1347
+ */
1348
+ FoldId?: number;
1349
+ /**
1350
+ * 数据源Id
1351
+ */
1352
+ DatasourceId?: string;
1353
+ /**
1354
+ * 物理表名
1355
+ */
1356
+ TableName?: string;
1357
+ /**
1358
+ * sql语句
1359
+ */
1360
+ Sql?: string;
1361
+ /**
1362
+ * excel地址
1363
+ */
1364
+ ExcelUrl?: string;
1365
+ /**
1366
+ * 字段配置
1367
+ */
1368
+ Fields?: Array<TableField>;
1369
+ /**
1370
+ * 多表关联使用: 1:数据源原表,2:本地表,3:Excel表,4:API表
1371
+ */
1372
+ TableNodeType?: number;
1373
+ /**
1374
+ * 多表关联的原始表信息
1375
+ */
1376
+ Tables?: Array<JoinSourceTable>;
1377
+ /**
1378
+ * 多表关联的关联信息
1379
+ */
1380
+ Joins?: Array<JoinRelation>;
1381
+ /**
1382
+ * 补充信息,如api数据源信息,腾讯文档接入信息等
1383
+ */
1384
+ ExtInfo?: string;
1385
+ /**
1386
+ * 是否是异步
1387
+ */
1388
+ AsyncRequest?: boolean;
1389
+ /**
1390
+ * 依赖的异步事务id
1391
+ */
1392
+ ParentTranId?: string;
1393
+ /**
1394
+ * API数据源配置
1395
+ */
1396
+ ApiDatasourceConfig?: ApiDatasourceConfig;
1397
+ /**
1398
+ * 1
1399
+ */
1400
+ ParamList?: Array<ParamCreateDTO>;
1401
+ /**
1402
+ * dlc高级参数
1403
+ */
1404
+ DlcExtInfo?: string;
1405
+ /**
1406
+ * 是否查询数据库
1407
+ */
1408
+ QueryDbData?: string;
1409
+ /**
1410
+ * 数据表备注
1411
+ */
1412
+ TableComment?: string;
1413
+ /**
1414
+ * 是否查询字段备注
1415
+ */
1416
+ QueryFieldRemark?: number;
1417
+ /**
1418
+ * 字段备注列表
1419
+ */
1420
+ FieldRemarkList?: Array<FieldRemarkDTO>;
1421
+ }
1236
1422
  /**
1237
1423
  * CreatePermissionRanks请求参数结构体
1238
1424
  */
@@ -1706,6 +1892,35 @@ export interface CreatePermissionRanksResponse {
1706
1892
  */
1707
1893
  RequestId?: string;
1708
1894
  }
1895
+ /**
1896
+ * CreateDataTable返回参数结构体
1897
+ */
1898
+ export interface CreateDataTableResponse {
1899
+ /**
1900
+ * 自定义错误信息对象
1901
+ 注意:此字段可能返回 null,表示取不到有效值。
1902
+ */
1903
+ ErrorInfo?: ErrorInfo;
1904
+ /**
1905
+ * 成功返回数据表的id
1906
+ 注意:此字段可能返回 null,表示取不到有效值。
1907
+ */
1908
+ Data?: IdDTO;
1909
+ /**
1910
+ * 额外信息
1911
+ 注意:此字段可能返回 null,表示取不到有效值。
1912
+ */
1913
+ Extra?: string;
1914
+ /**
1915
+ * 错误提示
1916
+ 注意:此字段可能返回 null,表示取不到有效值。
1917
+ */
1918
+ Msg?: string;
1919
+ /**
1920
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1921
+ */
1922
+ RequestId?: string;
1923
+ }
1709
1924
  /**
1710
1925
  * CreateProject返回参数结构体
1711
1926
  */
@@ -2131,6 +2346,21 @@ export interface UserIdAndUserName {
2131
2346
  */
2132
2347
  Id?: number;
2133
2348
  }
2349
+ /**
2350
+ * 空值展示样式配置值结构
2351
+ */
2352
+ export interface EmptyValue {
2353
+ /**
2354
+ * 空值展示样式类型
2355
+ 注意:此字段可能返回 null,表示取不到有效值。
2356
+ */
2357
+ Type?: string;
2358
+ /**
2359
+ * 空值展示样式类型对应具体的展示字符串
2360
+ 注意:此字段可能返回 null,表示取不到有效值。
2361
+ */
2362
+ Custom?: string;
2363
+ }
2134
2364
  /**
2135
2365
  * DescribeUserRoleList返回参数结构体
2136
2366
  */
@@ -2453,59 +2683,244 @@ export interface EmbedTokenInfo {
2453
2683
  ConfigParam?: string;
2454
2684
  }
2455
2685
  /**
2456
- * 创建ApiKey接口出参
2686
+ * 多表关联原始表之间使用的关联字段信息
2457
2687
  */
2458
- export interface ApiKeyAuthApplyVO {
2688
+ export interface JoinRelationField {
2459
2689
  /**
2460
- * <p>id</p>
2690
+ * 字段关联关系id,前端使用
2461
2691
  注意:此字段可能返回 null,表示取不到有效值。
2462
2692
  */
2463
- Id?: number;
2693
+ FieldJoinId?: string;
2464
2694
  /**
2465
- * <p>企业id</p>
2695
+ * 原表字段
2466
2696
  注意:此字段可能返回 null,表示取不到有效值。
2467
2697
  */
2468
- CorpId?: string;
2698
+ SourceField?: TableField;
2469
2699
  /**
2470
- * <p>apiKey</p>
2700
+ * 目标表字段
2471
2701
  注意:此字段可能返回 null,表示取不到有效值。
2472
2702
  */
2473
- ApiKey?: string;
2703
+ TargetField?: TableField;
2704
+ }
2705
+ /**
2706
+ * 字段备注信息
2707
+ */
2708
+ export interface FieldRemarkDTO {
2474
2709
  /**
2475
- * <p>默认用户</p>
2710
+ * 字段名
2476
2711
  注意:此字段可能返回 null,表示取不到有效值。
2477
2712
  */
2478
- DefaultUser?: string;
2713
+ FieldName?: string;
2479
2714
  /**
2480
- * <p>创建人</p>
2715
+ * 字段备注列表
2481
2716
  注意:此字段可能返回 null,表示取不到有效值。
2482
2717
  */
2483
- CreatedUser?: string;
2718
+ Comment?: Array<string>;
2719
+ }
2720
+ /**
2721
+ * 多表关联原始表之间的关联信息
2722
+ */
2723
+ export interface JoinRelation {
2484
2724
  /**
2485
- * <p>创建时间</p>
2725
+ * 表关联关系id,前端使用
2486
2726
  注意:此字段可能返回 null,表示取不到有效值。
2487
2727
  */
2488
- CreatedAt?: string;
2728
+ JoinId?: string;
2489
2729
  /**
2490
- * <p>更新人</p>
2730
+ * 原表节点id
2491
2731
  注意:此字段可能返回 null,表示取不到有效值。
2492
2732
  */
2493
- UpdatedUser?: string;
2733
+ SourceTableNodeId?: string;
2494
2734
  /**
2495
- * <p>更新时间</p>
2735
+ * 目标表节点id
2496
2736
  注意:此字段可能返回 null,表示取不到有效值。
2497
2737
  */
2498
- UpdatedAt?: string;
2499
- }
2500
- /**
2501
- * DeleteAuthApiKey请求参数结构体
2502
- */
2503
- export interface DeleteAuthApiKeyRequest {
2738
+ TargetTableNodeId?: string;
2504
2739
  /**
2505
- * <p>ApiKey</p>
2740
+ * 多表关联的关联类型
2741
+ 注意:此字段可能返回 null,表示取不到有效值。
2742
+ */
2743
+ JoinType?: string;
2744
+ /**
2745
+ * 多表关联的字段列表
2746
+ 注意:此字段可能返回 null,表示取不到有效值。
2747
+ */
2748
+ Fields?: Array<JoinRelationField>;
2749
+ }
2750
+ /**
2751
+ * 创建ApiKey接口出参
2752
+ */
2753
+ export interface ApiKeyAuthApplyVO {
2754
+ /**
2755
+ * <p>id</p>
2756
+ 注意:此字段可能返回 null,表示取不到有效值。
2757
+ */
2758
+ Id?: number;
2759
+ /**
2760
+ * <p>企业id</p>
2761
+ 注意:此字段可能返回 null,表示取不到有效值。
2762
+ */
2763
+ CorpId?: string;
2764
+ /**
2765
+ * <p>apiKey</p>
2766
+ 注意:此字段可能返回 null,表示取不到有效值。
2767
+ */
2768
+ ApiKey?: string;
2769
+ /**
2770
+ * <p>默认用户</p>
2771
+ 注意:此字段可能返回 null,表示取不到有效值。
2772
+ */
2773
+ DefaultUser?: string;
2774
+ /**
2775
+ * <p>创建人</p>
2776
+ 注意:此字段可能返回 null,表示取不到有效值。
2777
+ */
2778
+ CreatedUser?: string;
2779
+ /**
2780
+ * <p>创建时间</p>
2781
+ 注意:此字段可能返回 null,表示取不到有效值。
2782
+ */
2783
+ CreatedAt?: string;
2784
+ /**
2785
+ * <p>更新人</p>
2786
+ 注意:此字段可能返回 null,表示取不到有效值。
2787
+ */
2788
+ UpdatedUser?: string;
2789
+ /**
2790
+ * <p>更新时间</p>
2791
+ 注意:此字段可能返回 null,表示取不到有效值。
2792
+ */
2793
+ UpdatedAt?: string;
2794
+ }
2795
+ /**
2796
+ * DeleteAuthApiKey请求参数结构体
2797
+ */
2798
+ export interface DeleteAuthApiKeyRequest {
2799
+ /**
2800
+ * <p>ApiKey</p>
2506
2801
  */
2507
2802
  ApiKey: string;
2508
2803
  }
2804
+ /**
2805
+ * 表的列数据抽象
2806
+ */
2807
+ export interface TableColumn {
2808
+ /**
2809
+ * 列名字
2810
+ 注意:此字段可能返回 null,表示取不到有效值。
2811
+ */
2812
+ DbName?: string;
2813
+ /**
2814
+ * 列的别名
2815
+ 注意:此字段可能返回 null,表示取不到有效值。
2816
+ */
2817
+ AliasName?: string;
2818
+ /**
2819
+ * 列的类型
2820
+ 注意:此字段可能返回 null,表示取不到有效值。
2821
+ */
2822
+ DbType?: string;
2823
+ /**
2824
+ * 段类型
2825
+ 注意:此字段可能返回 null,表示取不到有效值。
2826
+ */
2827
+ FieldType?: string;
2828
+ /**
2829
+ * 备注
2830
+ 注意:此字段可能返回 null,表示取不到有效值。
2831
+ */
2832
+ Mark?: string;
2833
+ /**
2834
+ * excel名
2835
+ 注意:此字段可能返回 null,表示取不到有效值。
2836
+ */
2837
+ ExcelName?: string;
2838
+ /**
2839
+ * 关联的字典表Id
2840
+ 注意:此字段可能返回 null,表示取不到有效值。
2841
+ */
2842
+ DictId?: number;
2843
+ /**
2844
+ * 关联的字典表表名
2845
+ 注意:此字段可能返回 null,表示取不到有效值。
2846
+ */
2847
+ DictName?: string;
2848
+ /**
2849
+ * 多表关联新增字段
2850
+ 注意:此字段可能返回 null,表示取不到有效值。
2851
+ */
2852
+ TableNodeId?: string;
2853
+ /**
2854
+ * 字段所属的表名
2855
+ 注意:此字段可能返回 null,表示取不到有效值。
2856
+ */
2857
+ TableName?: string;
2858
+ /**
2859
+ * 用户设置的带格式的目标复杂格式
2860
+ 注意:此字段可能返回 null,表示取不到有效值。
2861
+ */
2862
+ FieldComplexType?: string;
2863
+ /**
2864
+ * 格式规则
2865
+ 注意:此字段可能返回 null,表示取不到有效值。
2866
+ */
2867
+ FormatRule?: string;
2868
+ /**
2869
+ * 数据字段是否过滤空值
2870
+ 注意:此字段可能返回 null,表示取不到有效值。
2871
+ */
2872
+ IsFilter?: boolean;
2873
+ /**
2874
+ * 计算字段类型
2875
+ 注意:此字段可能返回 null,表示取不到有效值。
2876
+ */
2877
+ CalcType?: string;
2878
+ /**
2879
+ * 计算字段的公式内容
2880
+ 注意:此字段可能返回 null,表示取不到有效值。
2881
+ */
2882
+ CalcFormula?: string;
2883
+ /**
2884
+ * 计算字段的中文公式内容
2885
+ 注意:此字段可能返回 null,表示取不到有效值。
2886
+ */
2887
+ CalcDesc?: string;
2888
+ /**
2889
+ * Api数据源json路径名称
2890
+ 注意:此字段可能返回 null,表示取不到有效值。
2891
+ */
2892
+ JsonPathName?: string;
2893
+ /**
2894
+ * 地理类型标识
2895
+ 注意:此字段可能返回 null,表示取不到有效值。
2896
+ */
2897
+ Granularity?: string;
2898
+ /**
2899
+ * 自定义地图Id
2900
+ 注意:此字段可能返回 null,表示取不到有效值。
2901
+ */
2902
+ GeoJsonId?: number;
2903
+ /**
2904
+ * 空值展示样式配置
2905
+ 注意:此字段可能返回 null,表示取不到有效值。
2906
+ */
2907
+ EmptyValueConfig?: EmptyValueConfig;
2908
+ /**
2909
+ * 原列名称
2910
+ 注意:此字段可能返回 null,表示取不到有效值。
2911
+ */
2912
+ DbFieldName?: string;
2913
+ /**
2914
+ * 是否是复制字段操作
2915
+ 注意:此字段可能返回 null,表示取不到有效值。
2916
+ */
2917
+ IsCopyOperation?: boolean;
2918
+ /**
2919
+ * 是否从普通字段复制
2920
+ 注意:此字段可能返回 null,表示取不到有效值。
2921
+ */
2922
+ IsCopyFromNormal?: boolean;
2923
+ }
2509
2924
  /**
2510
2925
  * 数据源详情列表
2511
2926
  */
@@ -2867,6 +3282,41 @@ export interface ClearEmbedTokenResponse {
2867
3282
  */
2868
3283
  RequestId?: string;
2869
3284
  }
3285
+ /**
3286
+ * 1
3287
+ */
3288
+ export interface ParamCreateDTO {
3289
+ /**
3290
+ * 参数名
3291
+ 注意:此字段可能返回 null,表示取不到有效值。
3292
+ */
3293
+ ParamName?: string;
3294
+ /**
3295
+ * 默认值
3296
+ 注意:此字段可能返回 null,表示取不到有效值。
3297
+ */
3298
+ DefaultValue?: string;
3299
+ /**
3300
+ * 参数类型,string/datetime/number
3301
+ 注意:此字段可能返回 null,表示取不到有效值。
3302
+ */
3303
+ ParamType?: string;
3304
+ /**
3305
+ * 格式化类型,yyyy-MM-dd HH:mm:ss.SSS(只有时间必填)
3306
+ 注意:此字段可能返回 null,表示取不到有效值。
3307
+ */
3308
+ FormatRule?: string;
3309
+ /**
3310
+ * 复杂类型,格式化的另一种表达,例如YYYY-MM
3311
+ 注意:此字段可能返回 null,表示取不到有效值。
3312
+ */
3313
+ ComplexType?: string;
3314
+ /**
3315
+ * 作用域
3316
+ 注意:此字段可能返回 null,表示取不到有效值。
3317
+ */
3318
+ Scope?: string;
3319
+ }
2870
3320
  /**
2871
3321
  * DescribeAuthApiKeyInfo请求参数结构体
2872
3322
  */
@@ -2876,6 +3326,70 @@ export interface DescribeAuthApiKeyInfoRequest {
2876
3326
  */
2877
3327
  ApiKey: string;
2878
3328
  }
3329
+ /**
3330
+ * DescribeSourceFieldList请求参数结构体
3331
+ */
3332
+ export interface DescribeSourceFieldListRequest {
3333
+ /**
3334
+ * 数据源Id
3335
+ */
3336
+ DataSourceId?: number;
3337
+ /**
3338
+ * 表名
3339
+ */
3340
+ TableName?: string;
3341
+ /**
3342
+ * sql内容
3343
+ */
3344
+ Sql?: string;
3345
+ /**
3346
+ * 项目id
3347
+ */
3348
+ ProjectId?: number;
3349
+ /**
3350
+ * 是否是异步
3351
+ */
3352
+ AsyncRequest?: boolean;
3353
+ /**
3354
+ * 异步事务id
3355
+ */
3356
+ TranId?: string;
3357
+ /**
3358
+ * 11
3359
+ */
3360
+ ParamList?: Array<ParamCreateDTO>;
3361
+ /**
3362
+ * DLC扩展参数
3363
+ */
3364
+ DlcExtInfo?: string;
3365
+ /**
3366
+ * 是否查询数据库
3367
+ */
3368
+ QueryDbData?: string;
3369
+ /**
3370
+ * 数据表 Id
3371
+ */
3372
+ TableId?: string;
3373
+ /**
3374
+ * 后端提供字典:数据表类型,1、数据库建表,2、SQL建表,3、Excel上传,4、API接入,5、腾讯文档,6、云数据库,7、手工输入,8、关联查询
3375
+ */
3376
+ TableType?: number;
3377
+ }
3378
+ /**
3379
+ * 空值展示样式配置结构
3380
+ */
3381
+ export interface EmptyValueConfig {
3382
+ /**
3383
+ * 数值类字段空值样式配置
3384
+ 注意:此字段可能返回 null,表示取不到有效值。
3385
+ */
3386
+ Number?: EmptyValue;
3387
+ /**
3388
+ * 字符串字段空置样式配置
3389
+ 注意:此字段可能返回 null,表示取不到有效值。
3390
+ */
3391
+ String?: EmptyValue;
3392
+ }
2879
3393
  /**
2880
3394
  * CreateAuthApiKey请求参数结构体
2881
3395
  */
@@ -3690,6 +4204,101 @@ export interface PermissionGroup {
3690
4204
  */
3691
4205
  Components?: Array<PermissionComponent>;
3692
4206
  }
4207
+ /**
4208
+ * API数据源连接配置
4209
+ */
4210
+ export interface ApiDatasourceConfig {
4211
+ /**
4212
+ * API数据源解析结果
4213
+ 注意:此字段可能返回 null,表示取不到有效值。
4214
+ */
4215
+ FieldsJsonData?: string;
4216
+ /**
4217
+ * 连接类型1:直连 2:抽取
4218
+ 注意:此字段可能返回 null,表示取不到有效值。
4219
+ */
4220
+ ConnectionType?: number;
4221
+ /**
4222
+ * 抽取频率配置
4223
+ 注意:此字段可能返回 null,表示取不到有效值。
4224
+ */
4225
+ FrequencyConfig?: FrequencyConfig;
4226
+ /**
4227
+ * 请求URL
4228
+ 注意:此字段可能返回 null,表示取不到有效值。
4229
+ */
4230
+ Url?: string;
4231
+ /**
4232
+ * 1:GET 2:POST
4233
+ 注意:此字段可能返回 null,表示取不到有效值。
4234
+ */
4235
+ RequestMethod?: number;
4236
+ /**
4237
+ * 请求头
4238
+ 注意:此字段可能返回 null,表示取不到有效值。
4239
+ */
4240
+ RequestHeader?: string;
4241
+ /**
4242
+ * 请求参数
4243
+ 注意:此字段可能返回 null,表示取不到有效值。
4244
+ */
4245
+ RequestParams?: string;
4246
+ /**
4247
+ * 请求体
4248
+ 注意:此字段可能返回 null,表示取不到有效值。
4249
+ */
4250
+ RequestBody?: string;
4251
+ /**
4252
+ * 用户名
4253
+ 注意:此字段可能返回 null,表示取不到有效值。
4254
+ */
4255
+ UserName?: string;
4256
+ /**
4257
+ * 密码
4258
+ 注意:此字段可能返回 null,表示取不到有效值。
4259
+ */
4260
+ Password?: string;
4261
+ /**
4262
+ * 1: 无鉴权 2:BASIC_AUTH
4263
+ 注意:此字段可能返回 null,表示取不到有效值。
4264
+ */
4265
+ AuthorizationType?: number;
4266
+ /**
4267
+ * 表id
4268
+ 注意:此字段可能返回 null,表示取不到有效值。
4269
+ */
4270
+ TableId?: number;
4271
+ /**
4272
+ * 路径DbName映射
4273
+ 注意:此字段可能返回 null,表示取不到有效值。
4274
+ */
4275
+ JsonPathDbNameMap?: string;
4276
+ /**
4277
+ * 鉴权API
4278
+ 注意:此字段可能返回 null,表示取不到有效值。
4279
+ */
4280
+ AuthApi?: string;
4281
+ /**
4282
+ * 应用Key
4283
+ 注意:此字段可能返回 null,表示取不到有效值。
4284
+ */
4285
+ AppKey?: string;
4286
+ /**
4287
+ * 应用密钥
4288
+ 注意:此字段可能返回 null,表示取不到有效值。
4289
+ */
4290
+ AppSecret?: string;
4291
+ /**
4292
+ * 数据密钥Key
4293
+ 注意:此字段可能返回 null,表示取不到有效值。
4294
+ */
4295
+ SecretKey?: string;
4296
+ /**
4297
+ * 数据密钥初始化向量
4298
+ 注意:此字段可能返回 null,表示取不到有效值。
4299
+ */
4300
+ SecretIv?: string;
4301
+ }
3693
4302
  /**
3694
4303
  * 用户组
3695
4304
  */
@@ -3984,6 +4593,122 @@ export interface ModifyUserRoleProjectResponse {
3984
4593
  */
3985
4594
  RequestId?: string;
3986
4595
  }
4596
+ /**
4597
+ * 表字段描述
4598
+ */
4599
+ export interface TableField {
4600
+ /**
4601
+ * db里的字段column名
4602
+ */
4603
+ DbName: string;
4604
+ /**
4605
+ * bi展示名
4606
+ */
4607
+ AliasName: string;
4608
+ /**
4609
+ * db里的字段类型
4610
+ */
4611
+ DbType: string;
4612
+ /**
4613
+ * BI归类后的抽象字段类型,比如字符串,数字,时间
4614
+ */
4615
+ FieldType: string;
4616
+ /**
4617
+ * 字段组合计算公式后生成的复杂明细类型
4618
+ 注意:此字段可能返回 null,表示取不到有效值。
4619
+ */
4620
+ FieldComplexType?: string;
4621
+ /**
4622
+ * 字段描述
4623
+ 注意:此字段可能返回 null,表示取不到有效值。
4624
+ */
4625
+ Mark?: string;
4626
+ /**
4627
+ * 字段计算公式
4628
+ 注意:此字段可能返回 null,表示取不到有效值。
4629
+ */
4630
+ FormatRule?: string;
4631
+ /**
4632
+ * 数据字段是否过滤空值
4633
+ 注意:此字段可能返回 null,表示取不到有效值。
4634
+ */
4635
+ IsFilter?: boolean;
4636
+ /**
4637
+ * 计算字段类型
4638
+ 注意:此字段可能返回 null,表示取不到有效值。
4639
+ */
4640
+ CalcType?: string;
4641
+ /**
4642
+ * 计算字段的公式内容
4643
+ 注意:此字段可能返回 null,表示取不到有效值。
4644
+ */
4645
+ CalcFormula?: string;
4646
+ /**
4647
+ * 计算字段的中文公式内容, 前端展示使用
4648
+ 注意:此字段可能返回 null,表示取不到有效值。
4649
+ */
4650
+ CalcDesc?: string;
4651
+ /**
4652
+ * 关联字典表id
4653
+ 注意:此字段可能返回 null,表示取不到有效值。
4654
+ */
4655
+ DictId?: number;
4656
+ /**
4657
+ * 关联字典表名
4658
+ 注意:此字段可能返回 null,表示取不到有效值。
4659
+ */
4660
+ DictName?: string;
4661
+ /**
4662
+ * 非必填, 多表关联新增字段
4663
+ 注意:此字段可能返回 null,表示取不到有效值。
4664
+ */
4665
+ TableNodeId?: string;
4666
+ /**
4667
+ * excel
4668
+ 注意:此字段可能返回 null,表示取不到有效值。
4669
+ */
4670
+ ExcelName?: string;
4671
+ /**
4672
+ * 非必填,多表关联新增字段,字段所属的表名
4673
+ 注意:此字段可能返回 null,表示取不到有效值。
4674
+ */
4675
+ TableName?: string;
4676
+ /**
4677
+ * api数据源路径名
4678
+ 注意:此字段可能返回 null,表示取不到有效值。
4679
+ */
4680
+ JsonPathName?: string;
4681
+ /**
4682
+ * 地理字段标识
4683
+ 注意:此字段可能返回 null,表示取不到有效值。
4684
+ */
4685
+ Granularity?: string;
4686
+ /**
4687
+ * 地图id
4688
+ 注意:此字段可能返回 null,表示取不到有效值。
4689
+ */
4690
+ GeoJsonId?: number;
4691
+ /**
4692
+ * 空值展示样式配置
4693
+ 注意:此字段可能返回 null,表示取不到有效值。
4694
+ */
4695
+ EmptyValueConfig?: EmptyValueConfig;
4696
+ /**
4697
+ * 原列名称
4698
+ 注意:此字段可能返回 null,表示取不到有效值。
4699
+ */
4700
+ DbFieldName?: string;
4701
+ /**
4702
+ * 是否是复制字段操作
4703
+ 注意:此字段可能返回 null,表示取不到有效值。
4704
+ */
4705
+ IsCopyOperation?: boolean;
4706
+ /**
4707
+ * 是否从普通字段复制
4708
+ 注意:此字段可能返回 null,表示取不到有效值。
4709
+ */
4710
+ IsCopyFromNormal?: boolean;
4711
+ }
3987
4712
  /**
3988
4713
  * ModifyProject请求参数结构体
3989
4714
  */
@@ -4617,6 +5342,46 @@ export interface DeleteUserGroupRequest {
4617
5342
  */
4618
5343
  Id?: number;
4619
5344
  }
5345
+ /**
5346
+ * 定时任务执行频率配置
5347
+ */
5348
+ export interface FrequencyConfig {
5349
+ /**
5350
+ * 周期
5351
+ 注意:此字段可能返回 null,表示取不到有效值。
5352
+ */
5353
+ Frequency?: string;
5354
+ /**
5355
+ * 日期
5356
+ 注意:此字段可能返回 null,表示取不到有效值。
5357
+ */
5358
+ Dates?: Array<number | bigint>;
5359
+ /**
5360
+ * 时间
5361
+ 注意:此字段可能返回 null,表示取不到有效值。
5362
+ */
5363
+ Time?: string;
5364
+ /**
5365
+ * 间隔时间
5366
+ 注意:此字段可能返回 null,表示取不到有效值。
5367
+ */
5368
+ IntervalTime?: number;
5369
+ /**
5370
+ * 1:SECOND,2:MINUTE,3:HOUR,4:DAY
5371
+ 注意:此字段可能返回 null,表示取不到有效值。
5372
+ */
5373
+ IntervalTimeUnit?: number;
5374
+ /**
5375
+ * 小时列表
5376
+ 注意:此字段可能返回 null,表示取不到有效值。
5377
+ */
5378
+ Hours?: Array<number | bigint>;
5379
+ /**
5380
+ * 分钟列表
5381
+ 注意:此字段可能返回 null,表示取不到有效值。
5382
+ */
5383
+ Minute?: Array<number | bigint>;
5384
+ }
4620
5385
  /**
4621
5386
  * 资源权限标签过滤参数
4622
5387
  */