@gct-paas/api 0.1.0-dev.2 → 0.1.0-dev.3

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 (165) hide show
  1. package/dist/gct-api.esm.min.js +25 -0
  2. package/dist/gct-api.system.min.js +25 -0
  3. package/es/apaas/service/api-config.mjs +676 -20
  4. package/es/apaas/service/apis/api.service.d.ts +10 -0
  5. package/es/apaas/service/apis/app-granted-user.service.d.ts +1 -0
  6. package/es/apaas/service/apis/audit-log.service.d.ts +2 -5
  7. package/es/apaas/service/apis/category.service.d.ts +0 -2
  8. package/es/apaas/service/apis/control-config.service.d.ts +4 -0
  9. package/es/apaas/service/apis/designer-common.service.d.ts +4 -0
  10. package/es/apaas/service/apis/dhr.service.d.ts +46 -0
  11. package/es/apaas/service/apis/doc-outline.service.d.ts +1 -1
  12. package/es/apaas/service/apis/document.service.d.ts +4 -0
  13. package/es/apaas/service/apis/edhr-category.service.d.ts +57 -0
  14. package/es/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +60 -0
  15. package/es/apaas/service/apis/edhr-instance.service.d.ts +7 -0
  16. package/es/apaas/service/apis/edhr-tmpl.service.d.ts +5 -2
  17. package/es/apaas/service/apis/file-resource.service.d.ts +1 -0
  18. package/es/apaas/service/apis/file.service.d.ts +10 -0
  19. package/es/apaas/service/apis/form.service.d.ts +41 -0
  20. package/es/apaas/service/apis/label.service.d.ts +41 -1
  21. package/es/apaas/service/apis/message-record.service.d.ts +2 -0
  22. package/es/apaas/service/apis/model-meta.service.d.ts +25 -0
  23. package/es/apaas/service/apis/model-permission-relation.service.d.ts +50 -0
  24. package/es/apaas/service/apis/online-form-category.service.d.ts +57 -0
  25. package/es/apaas/service/apis/online-form-instance.service.d.ts +75 -6
  26. package/es/apaas/service/apis/online-form-tmpl.service.d.ts +6 -1
  27. package/es/apaas/service/apis/online-form.service.d.ts +0 -5
  28. package/es/apaas/service/apis/online-user-summary.service.d.ts +50 -0
  29. package/es/apaas/service/apis/online.service.d.ts +15 -1
  30. package/es/apaas/service/apis/pad-page.service.d.ts +70 -0
  31. package/es/apaas/service/apis/page-designer-log.service.d.ts +1 -1
  32. package/es/apaas/service/apis/pm-process-definition.service.d.ts +1 -0
  33. package/es/apaas/service/apis/print.service.d.ts +5 -0
  34. package/es/apaas/service/apis/process-definition-version.service.d.ts +8 -0
  35. package/es/apaas/service/apis/process-path.service.d.ts +8 -0
  36. package/es/apaas/service/apis/process-task-done.service.d.ts +10 -0
  37. package/es/apaas/service/apis/process-task-todo.service.d.ts +20 -0
  38. package/es/apaas/service/apis/product-release.service.d.ts +9 -0
  39. package/es/apaas/service/apis/report-data-set.service.d.ts +10 -0
  40. package/es/apaas/service/apis/sandbox-config.service.d.ts +74 -0
  41. package/es/apaas/service/apis/ss.service.d.ts +12 -0
  42. package/es/apaas/service/apis/trace-log.service.d.ts +1 -0
  43. package/es/apaas/service/entities.d.ts +9796 -6316
  44. package/es/apaas/service/index.d.ts +18 -0
  45. package/es/index.d.ts +1 -0
  46. package/es/index.mjs +1 -0
  47. package/es/ipaas/service/api-config.mjs +21 -0
  48. package/es/ipaas/service/apis/camel.service.d.ts +8 -0
  49. package/es/ipaas/service/apis/flow.service.d.ts +10 -1
  50. package/es/ipaas/service/entities.d.ts +27 -1
  51. package/es/platform/service/api-config.mjs +320 -16
  52. package/es/platform/service/apis/api.service.d.ts +63 -30
  53. package/es/platform/service/apis/app-member.service.d.ts +0 -4
  54. package/es/platform/service/apis/bi-app.service.d.ts +6 -0
  55. package/es/platform/service/apis/database.service.d.ts +24 -0
  56. package/es/platform/service/apis/dataset.service.d.ts +19 -0
  57. package/es/platform/service/apis/device-interconnection-param.service.d.ts +58 -0
  58. package/es/platform/service/apis/device-interconnection.service.d.ts +63 -0
  59. package/es/platform/service/apis/device-param-ref.service.d.ts +25 -0
  60. package/es/platform/service/apis/file-task.service.d.ts +1 -0
  61. package/es/platform/service/apis/file.service.d.ts +4 -0
  62. package/es/platform/service/apis/license.service.d.ts +8 -0
  63. package/es/platform/service/apis/login.service.d.ts +1 -0
  64. package/es/platform/service/apis/org.service.d.ts +1 -0
  65. package/es/platform/service/apis/plat.service.d.ts +17 -0
  66. package/es/platform/service/apis/seal-management.service.d.ts +1 -1
  67. package/es/platform/service/apis/tenant.service.d.ts +1 -0
  68. package/es/platform/service/entities.d.ts +768 -72
  69. package/es/platform/service/index.d.ts +8 -0
  70. package/es/service/api-manage.d.ts +26 -0
  71. package/es/service/api-manage.mjs +29 -0
  72. package/es/service/api-service.d.ts +96 -0
  73. package/es/service/api-service.interface.d.ts +159 -0
  74. package/es/service/api-service.interface.mjs +0 -0
  75. package/es/service/api-service.mjs +169 -0
  76. package/es/service/http.enum.d.ts +76 -0
  77. package/es/service/http.enum.mjs +60 -0
  78. package/es/service/http.util.d.ts +113 -0
  79. package/es/service/http.util.mjs +155 -0
  80. package/es/service/index.d.ts +8 -0
  81. package/es/service/index.mjs +14 -0
  82. package/es/types/index.d.ts +2 -0
  83. package/es/utils/index.d.ts +10 -0
  84. package/es/utils/index.mjs +14 -0
  85. package/lib/apaas/service/api-config.cjs +566 -14
  86. package/lib/apaas/service/apis/api.service.d.ts +10 -0
  87. package/lib/apaas/service/apis/app-granted-user.service.d.ts +1 -0
  88. package/lib/apaas/service/apis/audit-log.service.d.ts +2 -5
  89. package/lib/apaas/service/apis/category.service.d.ts +0 -2
  90. package/lib/apaas/service/apis/control-config.service.d.ts +4 -0
  91. package/lib/apaas/service/apis/designer-common.service.d.ts +4 -0
  92. package/lib/apaas/service/apis/dhr.service.d.ts +46 -0
  93. package/lib/apaas/service/apis/doc-outline.service.d.ts +1 -1
  94. package/lib/apaas/service/apis/document.service.d.ts +4 -0
  95. package/lib/apaas/service/apis/edhr-category.service.d.ts +57 -0
  96. package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +60 -0
  97. package/lib/apaas/service/apis/edhr-instance.service.d.ts +7 -0
  98. package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +5 -2
  99. package/lib/apaas/service/apis/file-resource.service.d.ts +1 -0
  100. package/lib/apaas/service/apis/file.service.d.ts +10 -0
  101. package/lib/apaas/service/apis/form.service.d.ts +41 -0
  102. package/lib/apaas/service/apis/label.service.d.ts +41 -1
  103. package/lib/apaas/service/apis/message-record.service.d.ts +2 -0
  104. package/lib/apaas/service/apis/model-meta.service.d.ts +25 -0
  105. package/lib/apaas/service/apis/model-permission-relation.service.d.ts +50 -0
  106. package/lib/apaas/service/apis/online-form-category.service.d.ts +57 -0
  107. package/lib/apaas/service/apis/online-form-instance.service.d.ts +75 -6
  108. package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +6 -1
  109. package/lib/apaas/service/apis/online-form.service.d.ts +0 -5
  110. package/lib/apaas/service/apis/online-user-summary.service.d.ts +50 -0
  111. package/lib/apaas/service/apis/online.service.d.ts +15 -1
  112. package/lib/apaas/service/apis/pad-page.service.d.ts +70 -0
  113. package/lib/apaas/service/apis/page-designer-log.service.d.ts +1 -1
  114. package/lib/apaas/service/apis/pm-process-definition.service.d.ts +1 -0
  115. package/lib/apaas/service/apis/print.service.d.ts +5 -0
  116. package/lib/apaas/service/apis/process-definition-version.service.d.ts +8 -0
  117. package/lib/apaas/service/apis/process-path.service.d.ts +8 -0
  118. package/lib/apaas/service/apis/process-task-done.service.d.ts +10 -0
  119. package/lib/apaas/service/apis/process-task-todo.service.d.ts +20 -0
  120. package/lib/apaas/service/apis/product-release.service.d.ts +9 -0
  121. package/lib/apaas/service/apis/report-data-set.service.d.ts +10 -0
  122. package/lib/apaas/service/apis/sandbox-config.service.d.ts +74 -0
  123. package/lib/apaas/service/apis/ss.service.d.ts +12 -0
  124. package/lib/apaas/service/apis/trace-log.service.d.ts +1 -0
  125. package/lib/apaas/service/entities.d.ts +9796 -6316
  126. package/lib/apaas/service/index.d.ts +18 -0
  127. package/lib/index.cjs +16 -0
  128. package/lib/ipaas/service/api-config.cjs +18 -0
  129. package/lib/ipaas/service/apis/camel.service.d.ts +8 -0
  130. package/lib/ipaas/service/apis/flow.service.d.ts +10 -1
  131. package/lib/ipaas/service/entities.d.ts +27 -1
  132. package/lib/platform/service/api-config.cjs +271 -15
  133. package/lib/platform/service/apis/api.service.d.ts +63 -30
  134. package/lib/platform/service/apis/app-member.service.d.ts +0 -4
  135. package/lib/platform/service/apis/bi-app.service.d.ts +6 -0
  136. package/lib/platform/service/apis/database.service.d.ts +24 -0
  137. package/lib/platform/service/apis/dataset.service.d.ts +19 -0
  138. package/lib/platform/service/apis/device-interconnection-param.service.d.ts +58 -0
  139. package/lib/platform/service/apis/device-interconnection.service.d.ts +63 -0
  140. package/lib/platform/service/apis/device-param-ref.service.d.ts +25 -0
  141. package/lib/platform/service/apis/file-task.service.d.ts +1 -0
  142. package/lib/platform/service/apis/file.service.d.ts +4 -0
  143. package/lib/platform/service/apis/license.service.d.ts +8 -0
  144. package/lib/platform/service/apis/login.service.d.ts +1 -0
  145. package/lib/platform/service/apis/org.service.d.ts +1 -0
  146. package/lib/platform/service/apis/plat.service.d.ts +17 -0
  147. package/lib/platform/service/apis/seal-management.service.d.ts +1 -1
  148. package/lib/platform/service/apis/tenant.service.d.ts +1 -0
  149. package/lib/platform/service/entities.d.ts +768 -72
  150. package/lib/platform/service/index.d.ts +8 -0
  151. package/lib/service/api-manage.cjs +34 -0
  152. package/lib/service/api-service.cjs +142 -0
  153. package/lib/service/api-service.interface.cjs +1 -0
  154. package/lib/service/http.enum.cjs +66 -0
  155. package/lib/service/http.util.cjs +181 -0
  156. package/lib/service/index.cjs +45 -0
  157. package/lib/types/index.d.ts +2 -0
  158. package/lib/utils/index.cjs +16 -0
  159. package/package.json +38 -38
  160. package/dist/api-apaas.esm.js +0 -1
  161. package/dist/api-apaas.system.js +0 -1
  162. package/dist/api-ipaas.esm.js +0 -1
  163. package/dist/api-ipaas.system.js +0 -1
  164. package/dist/api-platform.esm.js +0 -1
  165. package/dist/api-platform.system.js +0 -1
@@ -1,3 +1,41 @@
1
+ export interface APIDatasetConfigDTO {
2
+ /**
3
+ * 开始时间
4
+ *
5
+ * @type string
6
+ */
7
+ beginTime?: string;
8
+ /**
9
+ * 抽取依据字段
10
+ *
11
+ * @type string
12
+ */
13
+ extrColumns?: string;
14
+ /**
15
+ * 抽取类型 0:全量覆盖 1:全量追加 2:增量抽取
16
+ *
17
+ * @type number
18
+ */
19
+ extrType?: number;
20
+ /**
21
+ * 数据同步周期 0:手动更新,1:定时更新
22
+ *
23
+ * @type number
24
+ */
25
+ syncType?: number;
26
+ /**
27
+ * 任务频率的单位,day/hour
28
+ *
29
+ * @type string
30
+ */
31
+ taskFreqUnit?: string;
32
+ /**
33
+ * 任务频率的数值
34
+ *
35
+ * @type number
36
+ */
37
+ taskFreqValue?: number;
38
+ }
1
39
  export interface AcLicenseResponse {
2
40
  /**
3
41
  * 授权类别 系统授权:system 增购:additional
@@ -69,6 +107,12 @@ export interface AddDatabaseForm {
69
107
  * @type string
70
108
  */
71
109
  aliasName?: string;
110
+ /**
111
+ *
112
+ *
113
+ * @type string
114
+ */
115
+ apiConfig?: string;
72
116
  /**
73
117
  *
74
118
  *
@@ -707,6 +751,12 @@ export interface App {
707
751
  * @type string
708
752
  */
709
753
  appVersion?: string;
754
+ /**
755
+ *
756
+ *
757
+ * @type number
758
+ */
759
+ authState?: number;
710
760
  /**
711
761
  *
712
762
  *
@@ -1075,6 +1125,12 @@ export interface AppGrantedStatisticDTO {
1075
1125
  * @type number
1076
1126
  */
1077
1127
  remain?: number;
1128
+ /**
1129
+ * 共享席位
1130
+ *
1131
+ * @type number
1132
+ */
1133
+ shared?: number;
1078
1134
  /**
1079
1135
  * 总共
1080
1136
  *
@@ -1082,7 +1138,7 @@ export interface AppGrantedStatisticDTO {
1082
1138
  */
1083
1139
  total?: number;
1084
1140
  /**
1085
- * 已用
1141
+ * 授权席位
1086
1142
  *
1087
1143
  * @type number
1088
1144
  */
@@ -1513,6 +1569,12 @@ export interface AppOrgUserPageRequest {
1513
1569
  * @type string
1514
1570
  */
1515
1571
  env?: string;
1572
+ /**
1573
+ * 是否忽略大小写
1574
+ *
1575
+ * @type number
1576
+ */
1577
+ ignoreCase?: number;
1516
1578
  /**
1517
1579
  * 是否忽略用户状态
1518
1580
  *
@@ -2039,6 +2101,12 @@ export interface AppResponse {
2039
2101
  * @type string
2040
2102
  */
2041
2103
  appVersion?: string;
2104
+ /**
2105
+ * 授权状态
2106
+ *
2107
+ * @type number
2108
+ */
2109
+ authState?: number;
2042
2110
  /**
2043
2111
  *
2044
2112
  *
@@ -2788,7 +2856,7 @@ export interface BIChartConditionDTO {
2788
2856
  */
2789
2857
  pageSize?: number;
2790
2858
  /**
2791
- *
2859
+ * 分页类型,true:首行维度(第一列相同内容合并),false:所有维度
2792
2860
  *
2793
2861
  * @type boolean
2794
2862
  */
@@ -2813,6 +2881,12 @@ export interface BIChartConditionDTO {
2813
2881
  where?: string;
2814
2882
  }
2815
2883
  export interface BIChartExportDTO {
2884
+ /**
2885
+ * 表头列名
2886
+ *
2887
+ * @type TableHeaderMapping[]
2888
+ */
2889
+ columnNames?: TableHeaderMapping[];
2816
2890
  /**
2817
2891
  *
2818
2892
  *
@@ -2856,13 +2930,13 @@ export interface BIChartExportDTO {
2856
2930
  */
2857
2931
  pageSize?: number;
2858
2932
  /**
2859
- *
2933
+ * 分页类型,true:首行维度(第一列相同内容合并),false:所有维度
2860
2934
  *
2861
2935
  * @type boolean
2862
2936
  */
2863
2937
  pageType?: boolean;
2864
2938
  /**
2865
- *
2939
+ * 图片
2866
2940
  *
2867
2941
  * @type string
2868
2942
  */
@@ -2942,7 +3016,7 @@ export interface BICrossReportDTO {
2942
3016
  */
2943
3017
  pageSize?: number;
2944
3018
  /**
2945
- *
3019
+ * 分页类型,true:首行维度(第一列相同内容合并),false:所有维度
2946
3020
  *
2947
3021
  * @type boolean
2948
3022
  */
@@ -2965,6 +3039,12 @@ export interface BICrossReportDTO {
2965
3039
  * @type Sort[]
2966
3040
  */
2967
3041
  sorts?: Sort[];
3042
+ /**
3043
+ * 表类型: DetailTable 明细表、CrossTable 交叉表
3044
+ *
3045
+ * @type string
3046
+ */
3047
+ tableType?: string;
2968
3048
  /**
2969
3049
  * where sql
2970
3050
  *
@@ -3005,6 +3085,12 @@ export interface BiDataSetPreviewRequest {
3005
3085
  * @type Record<string, unknown>
3006
3086
  */
3007
3087
  filterConfig?: Record<string, unknown>;
3088
+ /**
3089
+ * fullSql
3090
+ *
3091
+ * @type string
3092
+ */
3093
+ fullSql?: string;
3008
3094
  /**
3009
3095
  * 连接配置json
3010
3096
  *
@@ -3049,6 +3135,12 @@ export interface BiDataSetPreviewRequest {
3049
3135
  pnDataset?: unknown;
3050
3136
  }
3051
3137
  export interface BiDataSetPreviewResult {
3138
+ /**
3139
+ * previewSql
3140
+ *
3141
+ * @type string
3142
+ */
3143
+ previewSql?: string;
3052
3144
  /**
3053
3145
  * 数据
3054
3146
  *
@@ -3470,6 +3562,38 @@ export interface BiShareResponse {
3470
3562
  */
3471
3563
  url?: string;
3472
3564
  }
3565
+ export interface BtwNodeVO {
3566
+ /**
3567
+ * 子节点列表
3568
+ *
3569
+ * @type BtwNodeVO[]
3570
+ */
3571
+ children?: BtwNodeVO[];
3572
+ /**
3573
+ * 节点名称(目录名称、btw文件名称)
3574
+ *
3575
+ * @type string
3576
+ */
3577
+ name?: string;
3578
+ /**
3579
+ *
3580
+ *
3581
+ * @type string
3582
+ */
3583
+ printKey?: string;
3584
+ /**
3585
+ * 节点类型 (directory 或 file)
3586
+ *
3587
+ * @type string
3588
+ */
3589
+ type?: string;
3590
+ /**
3591
+ * 模板中解析出来的变量集合
3592
+ *
3593
+ * @type object[]
3594
+ */
3595
+ varList?: object[];
3596
+ }
3473
3597
  export interface CSV数据源查询参数 {
3474
3598
  /**
3475
3599
  * 搜索字符串
@@ -5570,6 +5694,298 @@ export interface DatasourceMoveResponse {
5570
5694
  */
5571
5695
  tenantId?: string;
5572
5696
  }
5697
+ export interface DeviceInterconnectionParamRequest {
5698
+ /**
5699
+ * 编码
5700
+ *
5701
+ * @type string
5702
+ */
5703
+ key?: string;
5704
+ /**
5705
+ * 名称
5706
+ *
5707
+ * @type string
5708
+ */
5709
+ name?: string;
5710
+ /**
5711
+ * 备注
5712
+ *
5713
+ * @type string
5714
+ */
5715
+ remark?: string;
5716
+ /**
5717
+ * 字段类型:String、Integer Long Float Boolean Date
5718
+ *
5719
+ * @type string
5720
+ */
5721
+ type?: string;
5722
+ }
5723
+ export interface DeviceInterconnectionParamResponse {
5724
+ /**
5725
+ *
5726
+ *
5727
+ * @type string
5728
+ */
5729
+ createTime?: string;
5730
+ /**
5731
+ *
5732
+ *
5733
+ * @type string
5734
+ */
5735
+ createUserId?: string;
5736
+ /**
5737
+ *
5738
+ *
5739
+ * @type string
5740
+ */
5741
+ createUserName?: string;
5742
+ /**
5743
+ * 主键
5744
+ *
5745
+ * @type string
5746
+ */
5747
+ id?: string;
5748
+ /**
5749
+ * 编码
5750
+ *
5751
+ * @type string
5752
+ */
5753
+ key?: string;
5754
+ /**
5755
+ *
5756
+ *
5757
+ * @type string
5758
+ */
5759
+ modifyTime?: string;
5760
+ /**
5761
+ *
5762
+ *
5763
+ * @type string
5764
+ */
5765
+ modifyUserId?: string;
5766
+ /**
5767
+ *
5768
+ *
5769
+ * @type string
5770
+ */
5771
+ modifyUserName?: string;
5772
+ /**
5773
+ * 名称
5774
+ *
5775
+ * @type string
5776
+ */
5777
+ name?: string;
5778
+ /**
5779
+ * 备注
5780
+ *
5781
+ * @type string
5782
+ */
5783
+ remark?: string;
5784
+ /**
5785
+ * 租户id,此值为null时表示为内置参数:此时不可编辑删除
5786
+ *
5787
+ * @type string
5788
+ */
5789
+ tenantId?: string;
5790
+ /**
5791
+ * 字段类型:String、Integer Long Float Boolean Date
5792
+ *
5793
+ * @type string
5794
+ */
5795
+ type?: string;
5796
+ }
5797
+ export interface DeviceInterconnectionRequest {
5798
+ /**
5799
+ * 连接流的id
5800
+ *
5801
+ * @type string
5802
+ */
5803
+ flowId?: string;
5804
+ /**
5805
+ * 设备编码
5806
+ *
5807
+ * @type string
5808
+ */
5809
+ key?: string;
5810
+ /**
5811
+ * 参数结构映射
5812
+ *
5813
+ * @type string
5814
+ */
5815
+ mapping?: string;
5816
+ /**
5817
+ * 设备名称
5818
+ *
5819
+ * @type string
5820
+ */
5821
+ name?: string;
5822
+ /**
5823
+ * 备注
5824
+ *
5825
+ * @type string
5826
+ */
5827
+ remark?: string;
5828
+ /**
5829
+ * 设备类型:MQTT、IPAAS
5830
+ *
5831
+ * @type string
5832
+ */
5833
+ type?: string;
5834
+ }
5835
+ export interface DeviceInterconnectionResponse {
5836
+ /**
5837
+ *
5838
+ *
5839
+ * @type string
5840
+ */
5841
+ createTime?: string;
5842
+ /**
5843
+ *
5844
+ *
5845
+ * @type string
5846
+ */
5847
+ createUserId?: string;
5848
+ /**
5849
+ *
5850
+ *
5851
+ * @type string
5852
+ */
5853
+ createUserName?: string;
5854
+ /**
5855
+ * 连接流的id
5856
+ *
5857
+ * @type string
5858
+ */
5859
+ flowId?: string;
5860
+ /**
5861
+ * 主键
5862
+ *
5863
+ * @type string
5864
+ */
5865
+ id?: string;
5866
+ /**
5867
+ * 设备编码
5868
+ *
5869
+ * @type string
5870
+ */
5871
+ key?: string;
5872
+ /**
5873
+ * 参数结构映射
5874
+ *
5875
+ * @type string
5876
+ */
5877
+ mapping?: string;
5878
+ /**
5879
+ *
5880
+ *
5881
+ * @type string
5882
+ */
5883
+ modifyTime?: string;
5884
+ /**
5885
+ *
5886
+ *
5887
+ * @type string
5888
+ */
5889
+ modifyUserId?: string;
5890
+ /**
5891
+ *
5892
+ *
5893
+ * @type string
5894
+ */
5895
+ modifyUserName?: string;
5896
+ /**
5897
+ * 设备名称
5898
+ *
5899
+ * @type string
5900
+ */
5901
+ name?: string;
5902
+ /**
5903
+ * 备注
5904
+ *
5905
+ * @type string
5906
+ */
5907
+ remark?: string;
5908
+ /**
5909
+ * 转换后的mapping
5910
+ *
5911
+ * @type string
5912
+ */
5913
+ schema?: string;
5914
+ /**
5915
+ * 租户id
5916
+ *
5917
+ * @type string
5918
+ */
5919
+ tenantId?: string;
5920
+ /**
5921
+ * 设备类型:MQTT、IPAAS
5922
+ *
5923
+ * @type string
5924
+ */
5925
+ type?: string;
5926
+ }
5927
+ export interface DeviceParamRefResponse {
5928
+ /**
5929
+ *
5930
+ *
5931
+ * @type string
5932
+ */
5933
+ createTime?: string;
5934
+ /**
5935
+ *
5936
+ *
5937
+ * @type string
5938
+ */
5939
+ createUserId?: string;
5940
+ /**
5941
+ *
5942
+ *
5943
+ * @type string
5944
+ */
5945
+ createUserName?: string;
5946
+ /**
5947
+ * 设备id
5948
+ *
5949
+ * @type string
5950
+ */
5951
+ deviceId?: string;
5952
+ /**
5953
+ * 主键
5954
+ *
5955
+ * @type string
5956
+ */
5957
+ id?: string;
5958
+ /**
5959
+ *
5960
+ *
5961
+ * @type string
5962
+ */
5963
+ modifyTime?: string;
5964
+ /**
5965
+ *
5966
+ *
5967
+ * @type string
5968
+ */
5969
+ modifyUserId?: string;
5970
+ /**
5971
+ *
5972
+ *
5973
+ * @type string
5974
+ */
5975
+ modifyUserName?: string;
5976
+ /**
5977
+ * 参数key
5978
+ *
5979
+ * @type string
5980
+ */
5981
+ paramKey?: string;
5982
+ /**
5983
+ * 租户id
5984
+ *
5985
+ * @type string
5986
+ */
5987
+ tenantId?: string;
5988
+ }
5573
5989
  export interface DingTalkConfig {
5574
5990
  /**
5575
5991
  * 企业ID
@@ -6398,7 +6814,7 @@ export interface FilePreviewDTO {
6398
6814
  */
6399
6815
  pageSize?: number;
6400
6816
  /**
6401
- *
6817
+ * 分页类型,true:首行维度(第一列相同内容合并),false:所有维度
6402
6818
  *
6403
6819
  * @type boolean
6404
6820
  */
@@ -6669,6 +7085,12 @@ export interface FileTaskResponse {
6669
7085
  * @type string
6670
7086
  */
6671
7087
  env?: string;
7088
+ /**
7089
+ * 失败信息
7090
+ *
7091
+ * @type string
7092
+ */
7093
+ failInfo?: string;
6672
7094
  /**
6673
7095
  * 文件大小
6674
7096
  *
@@ -6755,6 +7177,12 @@ export interface FileTaskResponse {
6755
7177
  url?: string;
6756
7178
  }
6757
7179
  export interface FileTaskStatus {
7180
+ /**
7181
+ * 失败信息
7182
+ *
7183
+ * @type string
7184
+ */
7185
+ failInfo?: string;
6758
7186
  /**
6759
7187
  * 文件ID
6760
7188
  *
@@ -7940,7 +8368,7 @@ export interface LoginModeConfig {
7940
8368
  */
7941
8369
  address?: string;
7942
8370
  /**
7943
- * 登录方式类型 枚举(ACCOUNT/ 账号登录,DOMAIN_ACCOUNT/域账号密码登录)
8371
+ * 登录方式类型 枚举(ACCOUNT/ 账号登录,DOMAIN_ACCOUNT/域账号密码登录,MOBILE)
7944
8372
  *
7945
8373
  * @type string
7946
8374
  */
@@ -10309,6 +10737,12 @@ export interface OrgConfig {
10309
10737
  * @type ExtFieldConfig[]
10310
10738
  */
10311
10739
  extFieldConfigs?: ExtFieldConfig[];
10740
+ /**
10741
+ *
10742
+ *
10743
+ * @type string
10744
+ */
10745
+ id?: string;
10312
10746
  /**
10313
10747
  * 初始登录密码
10314
10748
  *
@@ -10455,6 +10889,12 @@ export interface OrgCreateAndAddUserRequest {
10455
10889
  * @type number
10456
10890
  */
10457
10891
  gender?: number;
10892
+ /**
10893
+ *
10894
+ *
10895
+ * @type string
10896
+ */
10897
+ id?: string;
10458
10898
  /**
10459
10899
  * 直属上级
10460
10900
  *
@@ -10492,7 +10932,7 @@ export interface OrgCreateAndAddUserRequest {
10492
10932
  */
10493
10933
  signPassword?: string;
10494
10934
  /**
10495
- * 签名类型
10935
+ * 签名方式
10496
10936
  *
10497
10937
  * @type string
10498
10938
  */
@@ -10966,33 +11406,113 @@ export interface OrgUserResponse {
10966
11406
  /**
10967
11407
  * 套件席位 (true 选中,false 未选中)
10968
11408
  *
10969
- * @type boolean
11409
+ * @type boolean
11410
+ */
11411
+ suiteSeat?: boolean;
11412
+ /**
11413
+ * 座机号码
11414
+ *
11415
+ * @type string
11416
+ */
11417
+ telephone?: string;
11418
+ /**
11419
+ * 所属租户列表
11420
+ *
11421
+ * @type UserTenantDTO[]
11422
+ */
11423
+ tenantList?: UserTenantDTO[];
11424
+ /**
11425
+ * 用户 ID
11426
+ *
11427
+ * @type string
11428
+ */
11429
+ userId?: string;
11430
+ /**
11431
+ * 部门列表
11432
+ *
11433
+ * @type UserOrgResponse[]
11434
+ */
11435
+ userOrgList?: UserOrgResponse[];
11436
+ /**
11437
+ * 账号
11438
+ *
11439
+ * @type string
11440
+ */
11441
+ username?: string;
11442
+ }
11443
+ export interface OrgUserSearchRequest {
11444
+ /**
11445
+ * 是否显示下级
11446
+ *
11447
+ * @type number
11448
+ */
11449
+ allUserOption?: number;
11450
+ /**
11451
+ * 是否启用
11452
+ *
11453
+ * @type number
11454
+ */
11455
+ enabled?: number;
11456
+ /**
11457
+ * 创建结束时间
11458
+ *
11459
+ * @type string
11460
+ */
11461
+ endTime?: string;
11462
+ /**
11463
+ * 姓名
11464
+ *
11465
+ * @type string
11466
+ */
11467
+ fullname?: string;
11468
+ /**
11469
+ * 手机号码
11470
+ *
11471
+ * @type string
11472
+ */
11473
+ mobile?: string;
11474
+ /**
11475
+ * 部门id
11476
+ *
11477
+ * @type string
11478
+ */
11479
+ orgId?: string;
11480
+ /**
11481
+ * 页码
11482
+ *
11483
+ * @type number
11484
+ */
11485
+ pageNo?: number;
11486
+ /**
11487
+ * 分页大小
11488
+ *
11489
+ * @type number
10970
11490
  */
10971
- suiteSeat?: boolean;
11491
+ pageSize?: number;
10972
11492
  /**
10973
- * 座机号码
11493
+ * 排序字段
10974
11494
  *
10975
11495
  * @type string
10976
11496
  */
10977
- telephone?: string;
11497
+ sortField?: string;
10978
11498
  /**
10979
- * 所属租户列表
11499
+ * 排序方式:ASC/DESC, 不传默认 ASC
10980
11500
  *
10981
- * @type UserTenantDTO[]
11501
+ * @type string
10982
11502
  */
10983
- tenantList?: UserTenantDTO[];
11503
+ sortType?: string;
10984
11504
  /**
10985
- * 用户 ID
11505
+ * 参数来源,0企业后台管理、1租户后台管理
10986
11506
  *
10987
- * @type string
11507
+ * @type number
10988
11508
  */
10989
- userId?: string;
11509
+ source?: number;
10990
11510
  /**
10991
- * 部门列表
11511
+ * 创建开始时间
10992
11512
  *
10993
- * @type UserOrgResponse[]
11513
+ * @type string
10994
11514
  */
10995
- userOrgList?: UserOrgResponse[];
11515
+ startTime?: string;
10996
11516
  /**
10997
11517
  * 账号
10998
11518
  *
@@ -11325,6 +11845,12 @@ export interface PickerUserDTO {
11325
11845
  * @type string
11326
11846
  */
11327
11847
  empNo?: string;
11848
+ /**
11849
+ * 0:禁用 1:启用 2:未激活
11850
+ *
11851
+ * @type number
11852
+ */
11853
+ enabled?: number;
11328
11854
  /**
11329
11855
  *
11330
11856
  *
@@ -13357,6 +13883,12 @@ export interface PnDatasetLogResponse {
13357
13883
  * @type string
13358
13884
  */
13359
13885
  modifyUserName?: string;
13886
+ /**
13887
+ * API的调用方式 0:全量覆盖 1:全量追加 2:增量抽取 3:直连
13888
+ *
13889
+ * @type number
13890
+ */
13891
+ requestype?: number;
13360
13892
  /**
13361
13893
  * 自定义sql
13362
13894
  *
@@ -14881,6 +15413,12 @@ export interface PrintResourceResponse {
14881
15413
  * @type string
14882
15414
  */
14883
15415
  tenantId?: string;
15416
+ /**
15417
+ * bartender模板保存路径(以此判断显隐藏Bartender TAG)
15418
+ *
15419
+ * @type string
15420
+ */
15421
+ tmplSaveAddress?: string;
14884
15422
  /**
14885
15423
  * 打印资源类型(CLIENT_PRINT、INTERNET_PRINT)
14886
15424
  *
@@ -14888,6 +15426,32 @@ export interface PrintResourceResponse {
14888
15426
  */
14889
15427
  type?: string;
14890
15428
  }
15429
+ export interface PrintServiceBtwTreeVO {
15430
+ /**
15431
+ * 文件树
15432
+ *
15433
+ * @type BtwNodeVO[]
15434
+ */
15435
+ fileTree?: BtwNodeVO[];
15436
+ /**
15437
+ * 打印服务主键
15438
+ *
15439
+ * @type string
15440
+ */
15441
+ id?: string;
15442
+ /**
15443
+ * mac_地址
15444
+ *
15445
+ * @type string
15446
+ */
15447
+ macAddress?: string;
15448
+ /**
15449
+ * 打印资源名称
15450
+ *
15451
+ * @type string
15452
+ */
15453
+ name?: string;
15454
+ }
14891
15455
  export interface PrintServiceTreeVO {
14892
15456
  /**
14893
15457
  * 品牌
@@ -15592,6 +16156,44 @@ export interface ResourceTransferToPageForm {
15592
16156
  */
15593
16157
  resourceId?: string;
15594
16158
  }
16159
+ export interface ResponseEntity {
16160
+ /**
16161
+ * 执行结果状态码
16162
+ *
16163
+ * @type number
16164
+ */
16165
+ code?: number;
16166
+ /**
16167
+ * 返回正确结果时携带的数据
16168
+ *
16169
+ * @type Record<string, unknown>
16170
+ */
16171
+ data?: Record<string, unknown>;
16172
+ /**
16173
+ * 执行结果信息
16174
+ *
16175
+ * @type string
16176
+ */
16177
+ message?: string;
16178
+ /**
16179
+ *
16180
+ *
16181
+ * @type boolean
16182
+ */
16183
+ ok?: boolean;
16184
+ /**
16185
+ * 执行结果子状态码
16186
+ *
16187
+ * @type string
16188
+ */
16189
+ subCode?: string;
16190
+ /**
16191
+ * 执行结果子信息
16192
+ *
16193
+ * @type string
16194
+ */
16195
+ subMessage?: string;
16196
+ }
15595
16197
  export interface RevertRequest {
15596
16198
  /**
15597
16199
  * 应用id
@@ -15978,7 +16580,7 @@ export interface SecurityConfig {
15978
16580
  */
15979
16581
  enablePassphrase?: number;
15980
16582
  /**
15981
- * 是否启用签名密码
16583
+ * 签名方式
15982
16584
  *
15983
16585
  * @type number
15984
16586
  */
@@ -16007,6 +16609,12 @@ export interface SecurityConfig {
16007
16609
  * @type number
16008
16610
  */
16009
16611
  firstTimeChangePassword?: number;
16612
+ /**
16613
+ *
16614
+ *
16615
+ * @type string
16616
+ */
16617
+ id?: string;
16010
16618
  /**
16011
16619
  * 不适用人员范围
16012
16620
  *
@@ -16171,6 +16779,12 @@ export interface SecurityConfig {
16171
16779
  totalDurationMinute?: number;
16172
16780
  }
16173
16781
  export interface SelectItem {
16782
+ /**
16783
+ * sql as 别名
16784
+ *
16785
+ * @type string
16786
+ */
16787
+ alias?: string;
16174
16788
  /**
16175
16789
  * 去重
16176
16790
  *
@@ -16408,7 +17022,7 @@ export interface ShortcutMenuRequest {
16408
17022
  */
16409
17023
  sortNum?: number;
16410
17024
  /**
16411
- * 快捷菜单类型(WEB/MOBILE)
17025
+ * 快捷菜单类型(WEB/MOBILE/PAD
16412
17026
  *
16413
17027
  * @type string
16414
17028
  */
@@ -17126,6 +17740,20 @@ export interface TableColumnDTO {
17126
17740
  */
17127
17741
  script?: string;
17128
17742
  }
17743
+ export interface TableHeaderMapping {
17744
+ /**
17745
+ *
17746
+ *
17747
+ * @type string
17748
+ */
17749
+ alias?: string;
17750
+ /**
17751
+ *
17752
+ *
17753
+ * @type string
17754
+ */
17755
+ fieldKey?: string;
17756
+ }
17129
17757
  export interface TableInformationSchema {
17130
17758
  /**
17131
17759
  * 描述信息
@@ -17558,6 +18186,14 @@ export interface Tenant {
17558
18186
  */
17559
18187
  testEnvPort?: string;
17560
18188
  }
18189
+ export interface TenantConfig {
18190
+ /**
18191
+ * 开发者管理启用禁用
18192
+ *
18193
+ * @type number
18194
+ */
18195
+ developManagement?: number;
18196
+ }
17561
18197
  export interface TenantDeveloperDTO {
17562
18198
  /**
17563
18199
  *
@@ -17828,6 +18464,68 @@ export interface TenantUserRemoveRequest {
17828
18464
  */
17829
18465
  userIds?: string[];
17830
18466
  }
18467
+ export interface TenantUserSearchRequest {
18468
+ /**
18469
+ * 是否启用
18470
+ *
18471
+ * @type number
18472
+ */
18473
+ enabled?: number;
18474
+ /**
18475
+ * 创建结束时间
18476
+ *
18477
+ * @type string
18478
+ */
18479
+ endTime?: string;
18480
+ /**
18481
+ * 姓名
18482
+ *
18483
+ * @type string
18484
+ */
18485
+ fullname?: string;
18486
+ /**
18487
+ * 手机号码
18488
+ *
18489
+ * @type string
18490
+ */
18491
+ mobile?: string;
18492
+ /**
18493
+ * 页码
18494
+ *
18495
+ * @type number
18496
+ */
18497
+ pageNo?: number;
18498
+ /**
18499
+ * 分页大小
18500
+ *
18501
+ * @type number
18502
+ */
18503
+ pageSize?: number;
18504
+ /**
18505
+ * 排序字段
18506
+ *
18507
+ * @type string
18508
+ */
18509
+ sortField?: string;
18510
+ /**
18511
+ * 排序方式:ASC/DESC, 不传默认 ASC
18512
+ *
18513
+ * @type string
18514
+ */
18515
+ sortType?: string;
18516
+ /**
18517
+ * 创建开始时间
18518
+ *
18519
+ * @type string
18520
+ */
18521
+ startTime?: string;
18522
+ /**
18523
+ * 账号
18524
+ *
18525
+ * @type string
18526
+ */
18527
+ username?: string;
18528
+ }
17831
18529
  export interface TestDatabaseConnForm {
17832
18530
  /**
17833
18531
  *
@@ -18365,6 +19063,12 @@ export interface User {
18365
19063
  * @type UserTenantDTO[]
18366
19064
  */
18367
19065
  tenantList?: UserTenantDTO[];
19066
+ /**
19067
+ *
19068
+ *
19069
+ * @type string
19070
+ */
19071
+ tenantName?: string;
18368
19072
  /**
18369
19073
  *
18370
19074
  *
@@ -18493,6 +19197,12 @@ export interface UserAndOrgRequest {
18493
19197
  * @type number
18494
19198
  */
18495
19199
  gender?: number;
19200
+ /**
19201
+ *
19202
+ *
19203
+ * @type string
19204
+ */
19205
+ id?: string;
18496
19206
  /**
18497
19207
  * 直属上级
18498
19208
  *
@@ -18542,7 +19252,7 @@ export interface UserAndOrgRequest {
18542
19252
  */
18543
19253
  signPassword?: string;
18544
19254
  /**
18545
- * 签名类型
19255
+ * 签名方式
18546
19256
  *
18547
19257
  * @type string
18548
19258
  */
@@ -18969,6 +19679,12 @@ export interface UserDetailRequest {
18969
19679
  * @type UserTenantDTO[]
18970
19680
  */
18971
19681
  tenantList?: UserTenantDTO[];
19682
+ /**
19683
+ *
19684
+ *
19685
+ * @type string
19686
+ */
19687
+ tenantName?: string;
18972
19688
  /**
18973
19689
  *
18974
19690
  *
@@ -20167,6 +20883,12 @@ export interface UserResponse {
20167
20883
  * @type UserTenantDTO[]
20168
20884
  */
20169
20885
  tenantList?: UserTenantDTO[];
20886
+ /**
20887
+ * 租户名称
20888
+ *
20889
+ * @type string
20890
+ */
20891
+ tenantName?: string;
20170
20892
  /**
20171
20893
  * 所属租户名称,多个用逗号拼接
20172
20894
  *
@@ -20347,6 +21069,12 @@ export interface UserSaveRequest {
20347
21069
  * @type number
20348
21070
  */
20349
21071
  gender?: number;
21072
+ /**
21073
+ *
21074
+ *
21075
+ * @type string
21076
+ */
21077
+ id?: string;
20350
21078
  /**
20351
21079
  * 手机号
20352
21080
  *
@@ -20372,7 +21100,7 @@ export interface UserSaveRequest {
20372
21100
  */
20373
21101
  signPassword?: string;
20374
21102
  /**
20375
- * 签名类型
21103
+ * 签名方式
20376
21104
  *
20377
21105
  * @type string
20378
21106
  */
@@ -20421,6 +21149,12 @@ export interface UserSettingsDTO {
20421
21149
  * @type string
20422
21150
  */
20423
21151
  avatar?: string;
21152
+ /**
21153
+ * 国家区号
21154
+ *
21155
+ * @type string
21156
+ */
21157
+ country?: string;
20424
21158
  /**
20425
21159
  * 邮箱
20426
21160
  *
@@ -20841,6 +21575,12 @@ export interface UserWithUserExtraDTO {
20841
21575
  * @type UserTenantDTO[]
20842
21576
  */
20843
21577
  tenantList?: UserTenantDTO[];
21578
+ /**
21579
+ *
21580
+ *
21581
+ * @type string
21582
+ */
21583
+ tenantName?: string;
20844
21584
  /**
20845
21585
  *
20846
21586
  *
@@ -20892,57 +21632,13 @@ export interface WXWorkConfig {
20892
21632
  */
20893
21633
  secret?: string;
20894
21634
  }
20895
- export interface WhereItem {
20896
- /**
20897
- * 字段key
20898
- *
20899
- * @type string
20900
- */
20901
- fieldKey?: string;
20902
- /**
20903
- * 格式
20904
- *
20905
- * @type Record<string, unknown>
20906
- */
20907
- format?: Record<string, unknown>;
20908
- /**
20909
- * 函数
20910
- *
20911
- * @type string
20912
- */
20913
- function?: string;
20914
- /**
20915
- * 操作符, 值为eq,ne,gt,ge,lt,le,in,like,range等
20916
- *
20917
- * @type string
20918
- */
20919
- operator?: string;
20920
- /**
20921
- * 字段类型
20922
- *
20923
- * @type string
20924
- */
20925
- type?: string;
20926
- /**
20927
- * 单个值或多个值(如 in 的值列表)
20928
- *
20929
- * @type Record<string, unknown>
20930
- */
20931
- value?: Record<string, unknown>;
20932
- /**
20933
- * 用于 range(between) 操作符的第二个值
20934
- *
20935
- * @type Record<string, unknown>
20936
- */
20937
- value2?: Record<string, unknown>;
20938
- }
20939
21635
  export interface WhereRelation {
20940
21636
  /**
21637
+ * List对象可以是WhereItem,也可以是WhereRelation本身,实现递归
20941
21638
  *
20942
- *
20943
- * @type WhereItem[]
21639
+ * @type object[]
20944
21640
  */
20945
- conditions?: WhereItem[];
21641
+ conditions?: object[];
20946
21642
  /**
20947
21643
  * AND or OR
20948
21644
  *