@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
@@ -30,6 +30,7 @@ import type { DesignerCommonService } from './apis/designer-common.service';
30
30
  import type { DesignerLockService } from './apis/designer-lock.service';
31
31
  import type { DesignerOperateLogService } from './apis/designer-operate-log.service';
32
32
  import type { DevopsService } from './apis/devops.service';
33
+ import type { DhrService } from './apis/dhr.service';
33
34
  import type { DifyChatService } from './apis/dify-chat.service';
34
35
  import type { DocControlStartedService } from './apis/doc-control-started.service';
35
36
  import type { DocControlTaskDoneService } from './apis/doc-control-task-done.service';
@@ -37,6 +38,8 @@ import type { DocControlTaskTodoService } from './apis/doc-control-task-todo.ser
37
38
  import type { DocControlService } from './apis/doc-control.service';
38
39
  import type { DocOutlineService } from './apis/doc-outline.service';
39
40
  import type { DocumentService } from './apis/document.service';
41
+ import type { EdhrCategoryService } from './apis/edhr-category.service';
42
+ import type { EdhrCirculationFormRelateModelService } from './apis/edhr-circulationFormRelateModel.service';
40
43
  import type { EdhrInstanceService } from './apis/edhr-instance.service';
41
44
  import type { EdhrInstanceRelationService } from './apis/edhr-instance-relation.service';
42
45
  import type { EdhrInstanceSearchHistoryService } from './apis/edhr-instance-search-history.service';
@@ -66,6 +69,7 @@ import type { LabelService } from './apis/label.service';
66
69
  import type { LabelLogService } from './apis/label-log.service';
67
70
  import type { LoginLogService } from './apis/login-log.service';
68
71
  import type { MedProService } from './apis/medPro.service';
72
+ import type { MedproService } from './apis/medpro.service';
69
73
  import type { MenuConfigService } from './apis/menu-config.service';
70
74
  import type { MergeLogService } from './apis/merge-log.service';
71
75
  import type { MessageRecordService } from './apis/message-record.service';
@@ -77,15 +81,19 @@ import type { ModelComprehensiveService } from './apis/model-comprehensive.servi
77
81
  import type { ModelDataService } from './apis/model-data.service';
78
82
  import type { ModelMetaService } from './apis/model-meta.service';
79
83
  import type { ModelMethodService } from './apis/model-method.service';
84
+ import type { ModelPermissionRelationService } from './apis/model-permission-relation.service';
80
85
  import type { ModelService } from './apis/model.service';
86
+ import type { OnlineFormCategoryService } from './apis/online-form-category.service';
81
87
  import type { OnlineFormChangeHistoryService } from './apis/online-form-change-history.service';
82
88
  import type { OnlineFormInstanceService } from './apis/online-form-instance.service';
83
89
  import type { OnlineFormLogService } from './apis/online-form-log.service';
84
90
  import type { OnlineFormTmplLogService } from './apis/online-form-tmpl-log.service';
85
91
  import type { OnlineFormTmplService } from './apis/online-form-tmpl.service';
86
92
  import type { OnlineFormService } from './apis/online-form.service';
93
+ import type { OnlineUserSummaryService } from './apis/online-user-summary.service';
87
94
  import type { OnlineService } from './apis/online.service';
88
95
  import type { OpenapiService } from './apis/openapi.service';
96
+ import type { PadPageService } from './apis/pad-page.service';
89
97
  import type { PageDesignerLogService } from './apis/page-designer-log.service';
90
98
  import type { PermissionService } from './apis/permission.service';
91
99
  import type { PlatService } from './apis/plat.service';
@@ -121,6 +129,7 @@ import type { ReportDataSetService } from './apis/report-data-set.service';
121
129
  import type { ReportDataService } from './apis/report-data.service';
122
130
  import type { RoleService } from './apis/role.service';
123
131
  import type { RolePermissionService } from './apis/role-permission.service';
132
+ import type { SandboxConfigService } from './apis/sandbox-config.service';
124
133
  import type { ScriptService } from './apis/script.service';
125
134
  import type { ScriptAssistantService } from './apis/script-assistant.service';
126
135
  import type { ScriptVersionService } from './apis/script-version.service';
@@ -182,6 +191,7 @@ export interface ApiManage {
182
191
  readonly designerLock: DesignerLockService;
183
192
  readonly designerOperateLog: DesignerOperateLogService;
184
193
  readonly devops: DevopsService;
194
+ readonly dhr: DhrService;
185
195
  readonly difyChat: DifyChatService;
186
196
  readonly docControlStarted: DocControlStartedService;
187
197
  readonly docControlTaskDone: DocControlTaskDoneService;
@@ -189,6 +199,8 @@ export interface ApiManage {
189
199
  readonly docControl: DocControlService;
190
200
  readonly docOutline: DocOutlineService;
191
201
  readonly document: DocumentService;
202
+ readonly edhrCategory: EdhrCategoryService;
203
+ readonly edhrCirculationFormRelateModel: EdhrCirculationFormRelateModelService;
192
204
  readonly edhrInstance: EdhrInstanceService;
193
205
  readonly edhrInstanceRelation: EdhrInstanceRelationService;
194
206
  readonly edhrInstanceSearchHistory: EdhrInstanceSearchHistoryService;
@@ -218,6 +230,7 @@ export interface ApiManage {
218
230
  readonly labelLog: LabelLogService;
219
231
  readonly loginLog: LoginLogService;
220
232
  readonly medPro: MedProService;
233
+ readonly medpro: MedproService;
221
234
  readonly menuConfig: MenuConfigService;
222
235
  readonly mergeLog: MergeLogService;
223
236
  readonly messageRecord: MessageRecordService;
@@ -229,15 +242,19 @@ export interface ApiManage {
229
242
  readonly modelData: ModelDataService;
230
243
  readonly modelMeta: ModelMetaService;
231
244
  readonly modelMethod: ModelMethodService;
245
+ readonly modelPermissionRelation: ModelPermissionRelationService;
232
246
  readonly model: ModelService;
247
+ readonly onlineFormCategory: OnlineFormCategoryService;
233
248
  readonly onlineFormChangeHistory: OnlineFormChangeHistoryService;
234
249
  readonly onlineFormInstance: OnlineFormInstanceService;
235
250
  readonly onlineFormLog: OnlineFormLogService;
236
251
  readonly onlineFormTmplLog: OnlineFormTmplLogService;
237
252
  readonly onlineFormTmpl: OnlineFormTmplService;
238
253
  readonly onlineForm: OnlineFormService;
254
+ readonly onlineUserSummary: OnlineUserSummaryService;
239
255
  readonly online: OnlineService;
240
256
  readonly openapi: OpenapiService;
257
+ readonly padPage: PadPageService;
241
258
  readonly pageDesignerLog: PageDesignerLogService;
242
259
  readonly permission: PermissionService;
243
260
  readonly plat: PlatService;
@@ -273,6 +290,7 @@ export interface ApiManage {
273
290
  readonly reportData: ReportDataService;
274
291
  readonly role: RoleService;
275
292
  readonly rolePermission: RolePermissionService;
293
+ readonly sandboxConfig: SandboxConfigService;
276
294
  readonly script: ScriptService;
277
295
  readonly scriptAssistant: ScriptAssistantService;
278
296
  readonly scriptVersion: ScriptVersionService;
package/es/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './service';
package/es/index.mjs ADDED
@@ -0,0 +1 @@
1
+ export * from "./service/index.mjs";
@@ -58,6 +58,20 @@ export const apiConfig = [
58
58
  hasQuery: true,
59
59
  hasData: false
60
60
  },
61
+ {
62
+ mode: "post",
63
+ method: "postLoad",
64
+ path: "load",
65
+ hasQuery: false,
66
+ hasData: false
67
+ },
68
+ {
69
+ mode: "get",
70
+ method: "getRoutes",
71
+ path: "routes",
72
+ hasQuery: false,
73
+ hasData: false
74
+ },
61
75
  {
62
76
  mode: "get",
63
77
  method: "getSchema",
@@ -373,6 +387,13 @@ export const apiConfig = [
373
387
  hasQuery: false,
374
388
  hasData: false
375
389
  },
390
+ {
391
+ mode: "get",
392
+ method: "getFlowCategoryTree",
393
+ path: "flowCategoryTree",
394
+ hasQuery: false,
395
+ hasData: false
396
+ },
376
397
  {
377
398
  mode: "post",
378
399
  method: "postImport",
@@ -27,6 +27,14 @@ export interface CamelService {
27
27
  query: postFetchMissingParamsQuery,
28
28
  config?: Record<string, string>,
29
29
  ): Promise<IHttpResponse<ResponseEntity>>;
30
+ // 同步调试
31
+ postLoad(
32
+ config?: Record<string, string>,
33
+ ): Promise<IHttpResponse<ResponseEntity>>;
34
+ // 获取所有的路由定义
35
+ getRoutes(
36
+ config?: Record<string, string>,
37
+ ): Promise<IHttpResponse<ResponseEntity>>;
30
38
  // schema转换
31
39
  getSchema(
32
40
  query: getSchemaQuery,
@@ -1,4 +1,9 @@
1
- import type { ResponseEntity, FlowMainResp, FlowUpdateReq } from '../entities';
1
+ import type {
2
+ ResponseEntity,
3
+ FlowCategoryTree,
4
+ FlowMainResp,
5
+ FlowUpdateReq,
6
+ } from '../entities';
2
7
 
3
8
  export interface postImportQuery {
4
9
  categoryId: string; // 分类id
@@ -23,6 +28,10 @@ export interface FlowService {
23
28
  postExport(
24
29
  config?: Record<string, string>,
25
30
  ): Promise<IHttpResponse<ResponseEntity>>;
31
+ // 流程和分类关联树
32
+ getFlowCategoryTree(
33
+ config?: Record<string, string>,
34
+ ): Promise<IHttpResponse<FlowCategoryTree[]>>;
26
35
  // 导入
27
36
  postImport(
28
37
  query: postImportQuery,
@@ -194,7 +194,7 @@ export interface AppConnectorResp {
194
194
  }
195
195
  export interface AuthFormConfig {
196
196
  /**
197
- * 账号:account、密码:password
197
+ * 字段key:例如账号:account
198
198
  *
199
199
  * @type string
200
200
  */
@@ -1100,6 +1100,32 @@ export interface FlowCategoryResponse {
1100
1100
  */
1101
1101
  sysBuiltin?: number;
1102
1102
  }
1103
+ export interface FlowCategoryTree {
1104
+ /**
1105
+ * 子节点
1106
+ *
1107
+ * @type FlowCategoryTree[]
1108
+ */
1109
+ child?: FlowCategoryTree[];
1110
+ /**
1111
+ * 数据id
1112
+ *
1113
+ * @type string
1114
+ */
1115
+ id?: string;
1116
+ /**
1117
+ * 名称
1118
+ *
1119
+ * @type string
1120
+ */
1121
+ name?: string;
1122
+ /**
1123
+ * 类型:flow 流程、category 分类
1124
+ *
1125
+ * @type string
1126
+ */
1127
+ type?: string;
1128
+ }
1103
1129
  export interface FlowCreateWithCategoryReq {
1104
1130
  /**
1105
1131
  * 分类id
@@ -406,13 +406,6 @@ export const apiConfig = [
406
406
  hasQuery: true,
407
407
  hasData: false
408
408
  },
409
- {
410
- mode: "post",
411
- method: "postListMulti",
412
- path: "list-multi",
413
- hasQuery: false,
414
- hasData: false
415
- },
416
409
  {
417
410
  mode: "get",
418
411
  method: "getPageList",
@@ -594,6 +587,19 @@ export const apiConfig = [
594
587
  }
595
588
  ]
596
589
  },
590
+ {
591
+ name: "biApp",
592
+ entityName: "bi-app",
593
+ apis: [
594
+ {
595
+ mode: "get",
596
+ method: "getExportAppid",
597
+ path: "export/{appid}",
598
+ hasQuery: false,
599
+ hasData: false
600
+ }
601
+ ]
602
+ },
597
603
  {
598
604
  name: "biDataSet",
599
605
  entityName: "bi-data-set",
@@ -1052,6 +1058,13 @@ export const apiConfig = [
1052
1058
  name: "database",
1053
1059
  entityName: "database",
1054
1060
  apis: [
1061
+ {
1062
+ mode: "post",
1063
+ method: "post",
1064
+ path: "",
1065
+ hasQuery: false,
1066
+ hasData: true
1067
+ },
1055
1068
  {
1056
1069
  mode: "post",
1057
1070
  method: "postAddDatabase",
@@ -1059,6 +1072,13 @@ export const apiConfig = [
1059
1072
  hasQuery: false,
1060
1073
  hasData: true
1061
1074
  },
1075
+ {
1076
+ mode: "post",
1077
+ method: "postApiDataFlatten",
1078
+ path: "api-data-flatten",
1079
+ hasQuery: false,
1080
+ hasData: false
1081
+ },
1062
1082
  {
1063
1083
  mode: "get",
1064
1084
  method: "getColumnInformation",
@@ -1122,6 +1142,13 @@ export const apiConfig = [
1122
1142
  hasQuery: true,
1123
1143
  hasData: false
1124
1144
  },
1145
+ {
1146
+ mode: "post",
1147
+ method: "postTestApi",
1148
+ path: "testApi",
1149
+ hasQuery: false,
1150
+ hasData: true
1151
+ },
1125
1152
  {
1126
1153
  mode: "post",
1127
1154
  method: "postTestDatabaseConn",
@@ -1142,6 +1169,13 @@ export const apiConfig = [
1142
1169
  path: "view/information",
1143
1170
  hasQuery: true,
1144
1171
  hasData: false
1172
+ },
1173
+ {
1174
+ mode: "put",
1175
+ method: "putId",
1176
+ path: "",
1177
+ hasQuery: true,
1178
+ hasData: true
1145
1179
  }
1146
1180
  ]
1147
1181
  },
@@ -1177,6 +1211,20 @@ export const apiConfig = [
1177
1211
  hasQuery: true,
1178
1212
  hasData: false
1179
1213
  },
1214
+ {
1215
+ mode: "post",
1216
+ method: "postCreateRequest",
1217
+ path: "create-request",
1218
+ hasQuery: true,
1219
+ hasData: false
1220
+ },
1221
+ {
1222
+ mode: "post",
1223
+ method: "postEditRequest",
1224
+ path: "edit-request",
1225
+ hasQuery: true,
1226
+ hasData: true
1227
+ },
1180
1228
  {
1181
1229
  mode: "put",
1182
1230
  method: "putEncode",
@@ -1510,6 +1558,164 @@ export const apiConfig = [
1510
1558
  }
1511
1559
  ]
1512
1560
  },
1561
+ {
1562
+ name: "deviceInterconnection",
1563
+ entityName: "device-interconnection",
1564
+ apis: [
1565
+ {
1566
+ mode: "post",
1567
+ method: "post",
1568
+ path: "",
1569
+ hasQuery: false,
1570
+ hasData: true
1571
+ },
1572
+ {
1573
+ mode: "delete",
1574
+ method: "delete",
1575
+ path: "",
1576
+ hasQuery: true,
1577
+ hasData: false
1578
+ },
1579
+ {
1580
+ mode: "get",
1581
+ method: "getData",
1582
+ path: "data",
1583
+ hasQuery: true,
1584
+ hasData: false
1585
+ },
1586
+ {
1587
+ mode: "post",
1588
+ method: "postExport",
1589
+ path: "export",
1590
+ hasQuery: false,
1591
+ hasData: false
1592
+ },
1593
+ {
1594
+ mode: "post",
1595
+ method: "postImport",
1596
+ path: "import",
1597
+ hasQuery: false,
1598
+ hasData: false
1599
+ },
1600
+ {
1601
+ mode: "get",
1602
+ method: "getInfo",
1603
+ path: "info",
1604
+ hasQuery: true,
1605
+ hasData: false
1606
+ },
1607
+ {
1608
+ mode: "get",
1609
+ method: "getList",
1610
+ path: "list",
1611
+ hasQuery: false,
1612
+ hasData: false
1613
+ },
1614
+ {
1615
+ mode: "get",
1616
+ method: "getPageList",
1617
+ path: "page/list",
1618
+ hasQuery: true,
1619
+ hasData: false
1620
+ },
1621
+ {
1622
+ mode: "put",
1623
+ method: "putId",
1624
+ path: "",
1625
+ hasQuery: true,
1626
+ hasData: true
1627
+ }
1628
+ ]
1629
+ },
1630
+ {
1631
+ name: "deviceInterconnectionParam",
1632
+ entityName: "device-interconnection-param",
1633
+ apis: [
1634
+ {
1635
+ mode: "post",
1636
+ method: "post",
1637
+ path: "",
1638
+ hasQuery: false,
1639
+ hasData: true
1640
+ },
1641
+ {
1642
+ mode: "delete",
1643
+ method: "delete",
1644
+ path: "",
1645
+ hasQuery: true,
1646
+ hasData: false
1647
+ },
1648
+ {
1649
+ mode: "post",
1650
+ method: "postExport",
1651
+ path: "export",
1652
+ hasQuery: false,
1653
+ hasData: false
1654
+ },
1655
+ {
1656
+ mode: "post",
1657
+ method: "postImport",
1658
+ path: "import",
1659
+ hasQuery: false,
1660
+ hasData: false
1661
+ },
1662
+ {
1663
+ mode: "get",
1664
+ method: "getInfo",
1665
+ path: "info",
1666
+ hasQuery: true,
1667
+ hasData: false
1668
+ },
1669
+ {
1670
+ mode: "get",
1671
+ method: "getList",
1672
+ path: "list",
1673
+ hasQuery: false,
1674
+ hasData: false
1675
+ },
1676
+ {
1677
+ mode: "get",
1678
+ method: "getPageList",
1679
+ path: "page/list",
1680
+ hasQuery: true,
1681
+ hasData: false
1682
+ },
1683
+ {
1684
+ mode: "put",
1685
+ method: "putId",
1686
+ path: "",
1687
+ hasQuery: true,
1688
+ hasData: true
1689
+ }
1690
+ ]
1691
+ },
1692
+ {
1693
+ name: "deviceParamRef",
1694
+ entityName: "device-param-ref",
1695
+ apis: [
1696
+ {
1697
+ mode: "get",
1698
+ method: "getInfo",
1699
+ path: "info",
1700
+ hasQuery: true,
1701
+ hasData: false
1702
+ },
1703
+ {
1704
+ mode: "get",
1705
+ method: "getList",
1706
+ path: "list",
1707
+ hasQuery: false,
1708
+ hasData: false
1709
+ },
1710
+ {
1711
+ mode: "get",
1712
+ method: "getPageList",
1713
+ path: "page/list",
1714
+ hasQuery: true,
1715
+ hasData: false
1716
+ }
1717
+ ]
1718
+ },
1513
1719
  {
1514
1720
  name: "externalMessage",
1515
1721
  entityName: "external-message",
@@ -1628,7 +1834,7 @@ export const apiConfig = [
1628
1834
  mode: "post",
1629
1835
  method: "postUploadCommon",
1630
1836
  path: "upload-common",
1631
- hasQuery: false,
1837
+ hasQuery: true,
1632
1838
  hasData: false
1633
1839
  },
1634
1840
  {
@@ -2061,6 +2267,13 @@ export const apiConfig = [
2061
2267
  hasQuery: true,
2062
2268
  hasData: false
2063
2269
  },
2270
+ {
2271
+ mode: "get",
2272
+ method: "getModuleAuth",
2273
+ path: "moduleAuth",
2274
+ hasQuery: true,
2275
+ hasData: false
2276
+ },
2064
2277
  {
2065
2278
  mode: "get",
2066
2279
  method: "getPageList",
@@ -2879,6 +3092,13 @@ export const apiConfig = [
2879
3092
  hasQuery: false,
2880
3093
  hasData: true
2881
3094
  },
3095
+ {
3096
+ mode: "get",
3097
+ method: "getGlobalDisabledDevelop",
3098
+ path: "global/disabled/develop",
3099
+ hasQuery: false,
3100
+ hasData: false
3101
+ },
2882
3102
  {
2883
3103
  mode: "get",
2884
3104
  method: "getInfo",
@@ -2914,6 +3134,20 @@ export const apiConfig = [
2914
3134
  hasQuery: false,
2915
3135
  hasData: true
2916
3136
  },
3137
+ {
3138
+ mode: "get",
3139
+ method: "getTenantCfg",
3140
+ path: "tenant/cfg",
3141
+ hasQuery: false,
3142
+ hasData: false
3143
+ },
3144
+ {
3145
+ mode: "get",
3146
+ method: "getTenantDisabledDevelop",
3147
+ path: "tenant/disabled/develop",
3148
+ hasQuery: true,
3149
+ hasData: false
3150
+ },
2917
3151
  {
2918
3152
  mode: "post",
2919
3153
  method: "postTheme",
@@ -5778,6 +6012,13 @@ export const apiConfig = [
5778
6012
  hasQuery: true,
5779
6013
  hasData: false
5780
6014
  },
6015
+ {
6016
+ mode: "get",
6017
+ method: "getAppFindAllByTenantId",
6018
+ path: "app/findAllByTenantId",
6019
+ hasQuery: false,
6020
+ hasData: false
6021
+ },
5781
6022
  {
5782
6023
  mode: "get",
5783
6024
  method: "getAppGetDestBySource",
@@ -5884,11 +6125,11 @@ export const apiConfig = [
5884
6125
  hasData: true
5885
6126
  },
5886
6127
  {
5887
- mode: "get",
5888
- method: "getAppOrgUserPageList",
6128
+ mode: "post",
6129
+ method: "postAppOrgUserPageList",
5889
6130
  path: "app/org/user/page/list",
5890
- hasQuery: true,
5891
- hasData: false
6131
+ hasQuery: false,
6132
+ hasData: true
5892
6133
  },
5893
6134
  {
5894
6135
  mode: "post",
@@ -5911,6 +6152,13 @@ export const apiConfig = [
5911
6152
  hasQuery: false,
5912
6153
  hasData: true
5913
6154
  },
6155
+ {
6156
+ mode: "get",
6157
+ method: "getAppProdPublished",
6158
+ path: "app/prodPublished",
6159
+ hasQuery: false,
6160
+ hasData: false
6161
+ },
5914
6162
  {
5915
6163
  mode: "get",
5916
6164
  method: "getAppPublished",
@@ -5918,6 +6166,13 @@ export const apiConfig = [
5918
6166
  hasQuery: false,
5919
6167
  hasData: false
5920
6168
  },
6169
+ {
6170
+ mode: "get",
6171
+ method: "getAppTestPublished",
6172
+ path: "app/testPublished",
6173
+ hasQuery: false,
6174
+ hasData: false
6175
+ },
5921
6176
  {
5922
6177
  mode: "post",
5923
6178
  method: "postAppUpdateApaasAppSetting",
@@ -5961,11 +6216,11 @@ export const apiConfig = [
5961
6216
  hasData: false
5962
6217
  },
5963
6218
  {
5964
- mode: "get",
5965
- method: "getAppUserPageList",
6219
+ mode: "post",
6220
+ method: "postAppUserPageList",
5966
6221
  path: "app/user/page/list",
5967
- hasQuery: true,
5968
- hasData: false
6222
+ hasQuery: false,
6223
+ hasData: true
5969
6224
  },
5970
6225
  {
5971
6226
  mode: "post",
@@ -6051,6 +6306,20 @@ export const apiConfig = [
6051
6306
  hasQuery: true,
6052
6307
  hasData: false
6053
6308
  },
6309
+ {
6310
+ mode: "delete",
6311
+ method: "deleteDevopsSbx",
6312
+ path: "devops/sbx",
6313
+ hasQuery: true,
6314
+ hasData: false
6315
+ },
6316
+ {
6317
+ mode: "get",
6318
+ method: "getDevopsSbxRedoData",
6319
+ path: "devops/sbx/redo/data",
6320
+ hasQuery: true,
6321
+ hasData: false
6322
+ },
6054
6323
  {
6055
6324
  mode: "post",
6056
6325
  method: "postFileTaskList",
@@ -6086,6 +6355,20 @@ export const apiConfig = [
6086
6355
  hasQuery: false,
6087
6356
  hasData: true
6088
6357
  },
6358
+ {
6359
+ mode: "get",
6360
+ method: "getLoginSsoOauth2Authorize",
6361
+ path: "login/sso/oauth2/authorize",
6362
+ hasQuery: true,
6363
+ hasData: false
6364
+ },
6365
+ {
6366
+ mode: "get",
6367
+ method: "getLoginSsoOauth2Debug",
6368
+ path: "login/sso/oauth2/debug",
6369
+ hasQuery: false,
6370
+ hasData: false
6371
+ },
6089
6372
  {
6090
6373
  mode: "get",
6091
6374
  method: "getModelInfo",
@@ -6191,6 +6474,13 @@ export const apiConfig = [
6191
6474
  hasQuery: false,
6192
6475
  hasData: false
6193
6476
  },
6477
+ {
6478
+ mode: "get",
6479
+ method: "getOrgInfoId",
6480
+ path: "org/info/{id}",
6481
+ hasQuery: false,
6482
+ hasData: false
6483
+ },
6194
6484
  {
6195
6485
  mode: "post",
6196
6486
  method: "postOrgList",
@@ -6254,6 +6544,20 @@ export const apiConfig = [
6254
6544
  hasQuery: false,
6255
6545
  hasData: true
6256
6546
  },
6547
+ {
6548
+ mode: "get",
6549
+ method: "getPrintBtwFileTree",
6550
+ path: "print/btwFileTree",
6551
+ hasQuery: false,
6552
+ hasData: false
6553
+ },
6554
+ {
6555
+ mode: "get",
6556
+ method: "getPrintBtwTmplExist",
6557
+ path: "print/btwTmplExist",
6558
+ hasQuery: true,
6559
+ hasData: false
6560
+ },
6257
6561
  {
6258
6562
  mode: "get",
6259
6563
  method: "getPrintExchangePrinterName",